From 954e61d2a3be5cf919908f8989e5d9c7f3b7884a Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Tue, 2 Sep 2008 09:08:11 +0000 Subject: [PATCH] Bump i18n-files --- applications/luci-ddns/luasrc/i18n/ddns.de.lua | 16 +- applications/luci-ddns/luasrc/i18n/ddns.en.lua | 16 +- .../luasrc/i18n/ffwizard-leipzig.de.lua | 18 +- applications/luci-fw/luasrc/i18n/luci-fw.de.lua | 94 ++-- applications/luci-fw/luasrc/i18n/luci-fw.en.lua | 94 ++-- applications/luci-ntpc/luasrc/i18n/ntpc.de.lua | 18 +- applications/luci-ntpc/luasrc/i18n/ntpc.en.lua | 18 +- applications/luci-olsr/luasrc/i18n/olsr.de.lua | 128 ++--- applications/luci-olsr/luasrc/i18n/olsr.en.lua | 132 ++--- applications/luci-qos/luasrc/i18n/qos.de.lua | 32 +- applications/luci-qos/luasrc/i18n/qos.en.lua | 34 +- applications/luci-samba/luasrc/i18n/samba.de.lua | 34 +- applications/luci-samba/luasrc/i18n/samba.en.lua | 34 +- .../luci-statistics/luasrc/i18n/statistics.de.lua | 414 +++++++------- .../luci-statistics/luasrc/i18n/statistics.en.lua | 414 +++++++------- applications/luci-upnp/luasrc/i18n/upnp.de.lua | 12 +- applications/luci-upnp/luasrc/i18n/upnp.en.lua | 12 +- .../luasrc/i18n/uvc_streamer.de.lua | 8 +- .../luasrc/i18n/uvc_streamer.en.lua | 8 +- i18n/english/luasrc/i18n/admin-core.en.lua | 568 ++++++++++---------- i18n/english/luasrc/i18n/cbi.en.lua | 26 +- i18n/english/luasrc/i18n/default.en.lua | 188 +++---- i18n/english/luasrc/i18n/sysauth.en.lua | 6 +- i18n/english/luasrc/i18n/wifi.en.lua | 68 +-- i18n/french/luasrc/i18n/admin-core.fr.lua | 346 ++++++------ i18n/french/luasrc/i18n/cbi.fr.lua | 8 +- i18n/french/luasrc/i18n/default.fr.lua | 152 +++--- i18n/french/luasrc/i18n/sysauth.fr.lua | 6 +- i18n/german/luasrc/i18n/admin-core.de.lua | 594 ++++++++++----------- i18n/german/luasrc/i18n/cbi.de.lua | 24 +- i18n/german/luasrc/i18n/default.de.lua | 188 +++---- i18n/german/luasrc/i18n/sysauth.de.lua | 6 +- i18n/german/luasrc/i18n/wifi.de.lua | 68 +-- i18n/russian/luasrc/i18n/admin-core.ru.lua | 520 +++++++++--------- i18n/russian/luasrc/i18n/cbi.ru.lua | 20 +- i18n/russian/luasrc/i18n/default.ru.lua | 186 +++---- i18n/russian/luasrc/i18n/sysauth.ru.lua | 6 +- modules/freifunk/luasrc/i18n/freifunk.de.lua | 38 +- 38 files changed, 2277 insertions(+), 2277 deletions(-) diff --git a/applications/luci-ddns/luasrc/i18n/ddns.de.lua b/applications/luci-ddns/luasrc/i18n/ddns.de.lua index 4b226ee92..f731b7cee 100644 --- a/applications/luci-ddns/luasrc/i18n/ddns.de.lua +++ b/applications/luci-ddns/luasrc/i18n/ddns.de.lua @@ -1,8 +1,8 @@ -ddns = [[Dynamisches DNS]] -ddns_desc = [[Dynamisches DNS erlaubt es, den Router bei dynamischer IP-Adresse über einen festen DNS-Namen zu erreichen.]] -ddns_service_ipsource = [[Quelle der IP-Adresse]] -ddns_service_checkinterval = [[Teste auf neue IP alle]] -ddns_service_checkunit = [[Test-Zeiteinheit]] -ddns_service_forceinterval = [[Erzwinge Aktualisierung alle]] -ddns_service_forceunit = [[Erzwinge-Zeiteinheit]] -ddns_service_updateurl = [[Eigene Update-URL]] +ddns = 'Dynamisches DNS' +ddns_desc = 'Dynamisches DNS erlaubt es, den Router bei dynamischer IP-Adresse über einen festen DNS-Namen zu erreichen.' +ddns_service_ipsource = 'Quelle der IP-Adresse' +ddns_service_checkinterval = 'Teste auf neue IP alle' +ddns_service_checkunit = 'Test-Zeiteinheit' +ddns_service_forceinterval = 'Erzwinge Aktualisierung alle' +ddns_service_forceunit = 'Erzwinge-Zeiteinheit' +ddns_service_updateurl = 'Eigene Update-URL' diff --git a/applications/luci-ddns/luasrc/i18n/ddns.en.lua b/applications/luci-ddns/luasrc/i18n/ddns.en.lua index 105251893..b8afdf446 100644 --- a/applications/luci-ddns/luasrc/i18n/ddns.en.lua +++ b/applications/luci-ddns/luasrc/i18n/ddns.en.lua @@ -1,8 +1,8 @@ -ddns = [[Dynamic DNS]] -ddns_desc = [[Dynamic DNS allows that your router can be reached with a fixed hostname while having a dynamically changing IP-Address.]] -ddns_service_ipsource = [[Source of IP-Address]] -ddns_service_checkinterval = [[Check for changed IP every]] -ddns_service_checkunit = [[Check-Time unit]] -ddns_service_forceinterval = [[Force update every]] -ddns_service_forceunit = [[Force-Time unit]] -ddns_service_updateurl = [[Custom Update-URL]] +ddns = 'Dynamic DNS' +ddns_desc = 'Dynamic DNS allows that your router can be reached with a fixed hostname while having a dynamically changing IP-Address.' +ddns_service_ipsource = 'Source of IP-Address' +ddns_service_checkinterval = 'Check for changed IP every' +ddns_service_checkunit = 'Check-Time unit' +ddns_service_forceinterval = 'Force update every' +ddns_service_forceunit = 'Force-Time unit' +ddns_service_updateurl = 'Custom Update-URL' diff --git a/applications/luci-ffwizard-leipzig/luasrc/i18n/ffwizard-leipzig.de.lua b/applications/luci-ffwizard-leipzig/luasrc/i18n/ffwizard-leipzig.de.lua index 737bdbc58..3ca7b75ce 100644 --- a/applications/luci-ffwizard-leipzig/luasrc/i18n/ffwizard-leipzig.de.lua +++ b/applications/luci-ffwizard-leipzig/luasrc/i18n/ffwizard-leipzig.de.lua @@ -1,9 +1,9 @@ -ffwizard = [[Freifunkassistent]] -ffwizard1 = [[Dieser Assistent konfiguriert den Router für die Benutzung im Freifunknetz]] -ip = [[IP-Adresse]] -cfgdhcp = [[Drahtlos DHCP konfigurieren]] -cfgexternal = [[Erlaube Zugriff auf externes Netzwerk]] -cfginternal = [[Erlaube Zugriff von internem Netzwerk]] -cfgolsr = [[OLSR konfigurieren]] -wificfg = [[Drahtlosgerät einrichten]] -shareinet = [[Internetzugang ankündigen]] +ffwizard = 'Freifunkassistent' +ffwizard1 = 'Dieser Assistent konfiguriert den Router für die Benutzung im Freifunknetz' +ip = 'IP-Adresse' +cfgdhcp = 'Drahtlos DHCP konfigurieren' +cfgexternal = 'Erlaube Zugriff auf externes Netzwerk' +cfginternal = 'Erlaube Zugriff von internem Netzwerk' +cfgolsr = 'OLSR konfigurieren' +wificfg = 'Drahtlosgerät einrichten' +shareinet = 'Internetzugang ankündigen' diff --git a/applications/luci-fw/luasrc/i18n/luci-fw.de.lua b/applications/luci-fw/luasrc/i18n/luci-fw.de.lua index e5bb1e6e6..41090fec0 100644 --- a/applications/luci-fw/luasrc/i18n/luci-fw.de.lua +++ b/applications/luci-fw/luasrc/i18n/luci-fw.de.lua @@ -1,47 +1,47 @@ -fw_portfw = [[Portweiterleitung]] -fw_forwarding = [[Weiterleitung]] -fw_fw = [[Firewall]] -fw_zone = [[Zone]] -fw_zones = [[Zonen]] -fw_custfwd = [[Eigene Weiterleitungen]] -fw_rules = [[Eigene Regeln]] -fw_rules1 = [[An dieser Stelle können benutzerdefinierte Firewallregeln eingestellt werden um den Netzverkehr zu kontrollieren.]] -fw_fw1 = [[Die Firewall erstellt Netzwerkzonen über bestimmte Netzwerkschnittstellen um den Netzverkehr zu trennen.]] -firewall_rule_src = [[Eingangszone]] -firewall_rule_dest = [[Ausgangszone]] -firewall_rule_srcip = [[Quelladresse]] -firewall_rule_destip = [[Zieladresse]] -firewall_rule_srcmac = [[Quell-MAC-Adresse]] -firewall_rule_srcport = [[Quellport]] -firewall_rule_destport = [[Zielport]] -firewall_rule_target = [[Aktion]] -fw_accept = [[annehmen]] -fw_reject = [[zurückweisen]] -fw_drop = [[verwerfen]] -fw_portfw1 = [[Portweiterleitungen ermöglichen es interne Netzwerkdienste aus einem externen Netzwerk heraus erreichbar zu machen.]] -firewall_redirect_src_desc = [[Externe Zone]] -firewall_redirect_srcdport = [[Externer Port]] -firewall_redirect_srcdport_desc = [[Port od. Erster-Letzter Port]] -firewall_redirect_destip = [[Interne Adresse]] -firewall_redirect_destip_desc = [[IP-Adresse]] -firewall_redirect_destport = [[Interner Port (optional)]] -firewall_redirect_destport_desc = [[Port od. Erster-Letzter Port]] -fw_forwarding1 = [[An dieser Stelle kann festgelegt zwischen welchen Zonen Netzverkehr hin und her fließen kann. Es werden nur neue Verbindungen betrachtet. Pakete, die zu bereits bestehenden Verbindungen gehören werden automatisch akzeptiert.]] -firewall_forwarding_src = [[Eingang]] -firewall_forwarding_dest = [[Ausgang]] -firewall_defaults = [[Grundeinstellungen]] -firewall_defaults_desc = [[Grundeinstellungen die verwendet werden, wenn keine andere Regel angewandt werden kann.]] -firewall_defaults_synflood = [[Schutz vor SYN-flood-Attacken]] -firewall_defaults_input = [[Eingehender Verkehr]] -firewall_defaults_output = [[Ausgehender Verkehr]] -firewall_defaults_forward = [[Weitergeleiteter Verkehr]] -firewall_zone_desc = [[Zonen teilen das Netzwerk in mehrere Bereiche ein um Netzverkehr sicher zu trennen. Ein oder mehrere Netzwerke gehören zu einer Zone. Das MASQ-Flag legt fest, dass aller ausgehende Netzverkehr einer Zone NAT-maskiert wird.]] -firewall_zone_input = [[Eingehender Verkehr]] -firewall_zone_input_desc = [[Standardaktion]] -firewall_zone_output = [[Ausgehender Verkehr]] -firewall_zone_output_desc = [[Standardaktion]] -firewall_zone_forward = [[Weitergeleiteter Verkehr]] -firewall_zone_forward_desc = [[Standardaktion]] -firewall_zone_masq = [[MASQ]] -firewall_zone_network = [[Netzwerke]] -firewall_zone_network_desc = [[verbundene Netzwerke]] +fw_portfw = 'Portweiterleitung' +fw_forwarding = 'Weiterleitung' +fw_fw = 'Firewall' +fw_zone = 'Zone' +fw_zones = 'Zonen' +fw_custfwd = 'Eigene Weiterleitungen' +fw_rules = 'Eigene Regeln' +fw_rules1 = 'An dieser Stelle können benutzerdefinierte Firewallregeln eingestellt werden um den Netzverkehr zu kontrollieren.' +fw_fw1 = 'Die Firewall erstellt Netzwerkzonen über bestimmte Netzwerkschnittstellen um den Netzverkehr zu trennen.' +firewall_rule_src = 'Eingangszone' +firewall_rule_dest = 'Ausgangszone' +firewall_rule_srcip = 'Quelladresse' +firewall_rule_destip = 'Zieladresse' +firewall_rule_srcmac = 'Quell-MAC-Adresse' +firewall_rule_srcport = 'Quellport' +firewall_rule_destport = 'Zielport' +firewall_rule_target = 'Aktion' +fw_accept = 'annehmen' +fw_reject = 'zurückweisen' +fw_drop = 'verwerfen' +fw_portfw1 = 'Portweiterleitungen ermöglichen es interne Netzwerkdienste aus einem externen Netzwerk heraus erreichbar zu machen.' +firewall_redirect_src_desc = 'Externe Zone' +firewall_redirect_srcdport = 'Externer Port' +firewall_redirect_srcdport_desc = 'Port od. Erster-Letzter Port' +firewall_redirect_destip = 'Interne Adresse' +firewall_redirect_destip_desc = 'IP-Adresse' +firewall_redirect_destport = 'Interner Port (optional)' +firewall_redirect_destport_desc = 'Port od. Erster-Letzter Port' +fw_forwarding1 = 'An dieser Stelle kann festgelegt zwischen welchen Zonen Netzverkehr hin und her fließen kann. Es werden nur neue Verbindungen betrachtet. Pakete, die zu bereits bestehenden Verbindungen gehören werden automatisch akzeptiert.' +firewall_forwarding_src = 'Eingang' +firewall_forwarding_dest = 'Ausgang' +firewall_defaults = 'Grundeinstellungen' +firewall_defaults_desc = 'Grundeinstellungen die verwendet werden, wenn keine andere Regel angewandt werden kann.' +firewall_defaults_synflood = 'Schutz vor SYN-flood-Attacken' +firewall_defaults_input = 'Eingehender Verkehr' +firewall_defaults_output = 'Ausgehender Verkehr' +firewall_defaults_forward = 'Weitergeleiteter Verkehr' +firewall_zone_desc = 'Zonen teilen das Netzwerk in mehrere Bereiche ein um Netzverkehr sicher zu trennen. Ein oder mehrere Netzwerke gehören zu einer Zone. Das MASQ-Flag legt fest, dass aller ausgehende Netzverkehr einer Zone NAT-maskiert wird.' +firewall_zone_input = 'Eingehender Verkehr' +firewall_zone_input_desc = 'Standardaktion' +firewall_zone_output = 'Ausgehender Verkehr' +firewall_zone_output_desc = 'Standardaktion' +firewall_zone_forward = 'Weitergeleiteter Verkehr' +firewall_zone_forward_desc = 'Standardaktion' +firewall_zone_masq = 'MASQ' +firewall_zone_network = 'Netzwerke' +firewall_zone_network_desc = 'verbundene Netzwerke' diff --git a/applications/luci-fw/luasrc/i18n/luci-fw.en.lua b/applications/luci-fw/luasrc/i18n/luci-fw.en.lua index e65578c4e..a91227271 100644 --- a/applications/luci-fw/luasrc/i18n/luci-fw.en.lua +++ b/applications/luci-fw/luasrc/i18n/luci-fw.en.lua @@ -1,47 +1,47 @@ -fw_portfw = [[Port forwarding]] -fw_forwarding = [[Forwarding]] -fw_fw = [[Firewall]] -fw_zone = [[Zone]] -fw_zones = [[Zones]] -fw_custfwd = [[Custom redirect]] -fw_rules = [[Custom Rules]] -fw_rules1 = [[Here you can create custom firewall rules to control your network traffic.]] -fw_fw1 = [[The firewall creates zones over your network interfaces to control network traffic flow.]] -firewall_rule_src = [[Input Zone]] -firewall_rule_dest = [[Output Zone]] -firewall_rule_srcip = [[Source address]] -firewall_rule_destip = [[Destination address]] -firewall_rule_srcmac = [[Source MAC-Address]] -firewall_rule_srcport = [[Source port]] -firewall_rule_destport = [[Destination port]] -firewall_rule_target = [[Action]] -fw_accept = [[accept]] -fw_reject = [[reject]] -fw_drop = [[drop]] -fw_portfw1 = [[Port forwarding allows to provide network services in the internal network to an external network.]] -firewall_redirect_src_desc = [[External Zone]] -firewall_redirect_srcdport = [[External port]] -firewall_redirect_srcdport_desc = [[port or range as first-last]] -firewall_redirect_destip = [[Internal address]] -firewall_redirect_destip_desc = [[IP-Address]] -firewall_redirect_destport = [[Internal port (optional)]] -firewall_redirect_destport_desc = [[port or range as first-last]] -fw_forwarding1 = [[Here you can specify which network traffic is allowed to flow between network zones. Only new connections will be matched. Packets belonging to already open connections are automatically allowed to pass the firewall.]] -firewall_forwarding_src = [[Input]] -firewall_forwarding_dest = [[Output]] -firewall_defaults = [[Defaults]] -firewall_defaults_desc = [[These are the default settings that are used if no other rules match.]] -firewall_defaults_synflood = [[SYN-flood protection]] -firewall_defaults_input = [[Incoming Traffic]] -firewall_defaults_output = [[Outgoing Traffic]] -firewall_defaults_forward = [[Forwarded Traffic]] -firewall_zone_desc = [[Zones part the network interfaces into certain isolated areas to separate network traffic. One or more networks can belong to a zone. The MASQ-flag enables NAT masquerading for all outgoing traffic on this zone.]] -firewall_zone_input = [[Incoming Traffic]] -firewall_zone_input_desc = [[Default Policy]] -firewall_zone_output = [[Outgoing Traffic]] -firewall_zone_output_desc = [[Default Policy]] -firewall_zone_forward = [[Forwarded Traffic]] -firewall_zone_forward_desc = [[Default Policy]] -firewall_zone_masq = [[MASQ]] -firewall_zone_network = [[Networks]] -firewall_zone_network_desc = [[contained networks]] +fw_portfw = 'Port forwarding' +fw_forwarding = 'Forwarding' +fw_fw = 'Firewall' +fw_zone = 'Zone' +fw_zones = 'Zones' +fw_custfwd = 'Custom redirect' +fw_rules = 'Custom Rules' +fw_rules1 = 'Here you can create custom firewall rules to control your network traffic.' +fw_fw1 = 'The firewall creates zones over your network interfaces to control network traffic flow.' +firewall_rule_src = 'Input Zone' +firewall_rule_dest = 'Output Zone' +firewall_rule_srcip = 'Source address' +firewall_rule_destip = 'Destination address' +firewall_rule_srcmac = 'Source MAC-Address' +firewall_rule_srcport = 'Source port' +firewall_rule_destport = 'Destination port' +firewall_rule_target = 'Action' +fw_accept = 'accept' +fw_reject = 'reject' +fw_drop = 'drop' +fw_portfw1 = 'Port forwarding allows to provide network services in the internal network to an external network.' +firewall_redirect_src_desc = 'External Zone' +firewall_redirect_srcdport = 'External port' +firewall_redirect_srcdport_desc = 'port or range as first-last' +firewall_redirect_destip = 'Internal address' +firewall_redirect_destip_desc = 'IP-Address' +firewall_redirect_destport = 'Internal port (optional)' +firewall_redirect_destport_desc = 'port or range as first-last' +fw_forwarding1 = 'Here you can specify which network traffic is allowed to flow between network zones. Only new connections will be matched. Packets belonging to already open connections are automatically allowed to pass the firewall.' +firewall_forwarding_src = 'Input' +firewall_forwarding_dest = 'Output' +firewall_defaults = 'Defaults' +firewall_defaults_desc = 'These are the default settings that are used if no other rules match.' +firewall_defaults_synflood = 'SYN-flood protection' +firewall_defaults_input = 'Incoming Traffic' +firewall_defaults_output = 'Outgoing Traffic' +firewall_defaults_forward = 'Forwarded Traffic' +firewall_zone_desc = 'Zones part the network interfaces into certain isolated areas to separate network traffic. One or more networks can belong to a zone. The MASQ-flag enables NAT masquerading for all outgoing traffic on this zone.' +firewall_zone_input = 'Incoming Traffic' +firewall_zone_input_desc = 'Default Policy' +firewall_zone_output = 'Outgoing Traffic' +firewall_zone_output_desc = 'Default Policy' +firewall_zone_forward = 'Forwarded Traffic' +firewall_zone_forward_desc = 'Default Policy' +firewall_zone_masq = 'MASQ' +firewall_zone_network = 'Networks' +firewall_zone_network_desc = 'contained networks' diff --git a/applications/luci-ntpc/luasrc/i18n/ntpc.de.lua b/applications/luci-ntpc/luasrc/i18n/ntpc.de.lua index 20d19af9d..42ca43407 100644 --- a/applications/luci-ntpc/luasrc/i18n/ntpc.de.lua +++ b/applications/luci-ntpc/luasrc/i18n/ntpc.de.lua @@ -1,9 +1,9 @@ -ntpc = [[Zeitsynchronisation]] -ntpc_desc = [[Synchronisiert die Systemzeit]] -ntpc_timeserver = [[Zeitserver]] -ntpc_interval = [[Aktualisierungsintervall (in s)]] -ntpc_count = [[Anzahl der Zeitmessungen]] -ntpc_count_desc = [[leer = unendlich]] -ntpc_drift = [[Zeitgeberjustierung]] -ntpc_drift_freq = [[Frequenzabweichung]] -ntpc_current = [[Aktuelle Systemzeit]] +ntpc = 'Zeitsynchronisation' +ntpc_desc = 'Synchronisiert die Systemzeit' +ntpc_timeserver = 'Zeitserver' +ntpc_interval = 'Aktualisierungsintervall (in s)' +ntpc_count = 'Anzahl der Zeitmessungen' +ntpc_count_desc = 'leer = unendlich' +ntpc_drift = 'Zeitgeberjustierung' +ntpc_drift_freq = 'Frequenzabweichung' +ntpc_current = 'Aktuelle Systemzeit' diff --git a/applications/luci-ntpc/luasrc/i18n/ntpc.en.lua b/applications/luci-ntpc/luasrc/i18n/ntpc.en.lua index 412fa7333..35e39044d 100644 --- a/applications/luci-ntpc/luasrc/i18n/ntpc.en.lua +++ b/applications/luci-ntpc/luasrc/i18n/ntpc.en.lua @@ -1,9 +1,9 @@ -ntpc = [[Time Synchronisation]] -ntpc_desc = [[Synchronizes the system time]] -ntpc_timeserver = [[Time Server]] -ntpc_interval = [[Update Interval (in s)]] -ntpc_count = [[Count of Time Measurements]] -ntpc_count_desc = [[empty = infinite]] -ntpc_drift = [[Clock Adjustment]] -ntpc_drift_freq = [[Offset Frequency]] -ntpc_current = [[Current system time]] +ntpc = 'Time Synchronisation' +ntpc_desc = 'Synchronizes the system time' +ntpc_timeserver = 'Time Server' +ntpc_interval = 'Update Interval (in s)' +ntpc_count = 'Count of Time Measurements' +ntpc_count_desc = 'empty = infinite' +ntpc_drift = 'Clock Adjustment' +ntpc_drift_freq = 'Offset Frequency' +ntpc_current = 'Current system time' diff --git a/applications/luci-olsr/luasrc/i18n/olsr.de.lua b/applications/luci-olsr/luasrc/i18n/olsr.de.lua index 6a12d5452..7ec5b4777 100644 --- a/applications/luci-olsr/luasrc/i18n/olsr.de.lua +++ b/applications/luci-olsr/luasrc/i18n/olsr.de.lua @@ -1,64 +1,64 @@ -olsr_routes = [[Routen]] -olsr_topology = [[Topologie]] -olsr_error1 = [[Es konnte keine Verbindung zum OLSR-Daemon hergestellt werden!]] -olsr_links = [[OLSR-Verbindungen]] -olsr_links1 = [[Übersicht über aktuell bestehende OLSR-Verbindungen]] -olsrlinks_lq1 = [[Erfolgsquote gesendeter Pakete]] -olsrlinks_nlq1 = [[Erfolgsquote empfangener Pakete]] -olsrlinks_etx1 = [[Zu erwartende Sendeversuche pro Paket]] -olsr_mid = [[MID]] -olsr_general = [[Allgemeine Einstellungen]] -olsr_general_debuglevel = [[Debugmodus]] -olsr_general_ipversion = [[Internet Protokoll]] -olsr_general_allownoint = [[Start ohne Netzwerk]] -olsr_general_pollrate = [[Abfragerate]] -olsr_general_tcredundancy = [[TC-Redundanz]] -olsr_general_tcredundancy_0 = [[MPR-Selektoren]] -olsr_general_tcredundancy_1 = [[MPR-Selektoren und MPR]] -olsr_general_tcredundancy_2 = [[Alle Nachbarn]] -olsr_general_mprcoverage = [[MPR-Erfassung]] -olsr_general_linkqualitylevel = [[VQ-Level]] -olsr_general_linkqualityaging = [[VQ-Alterung]] -olsr_general_linkqualityalgorithm = [[VQ-Algorithmus]] -olsr_etx_fpm = [[Festkomma]] -olsr_etx_float = [[Gleitkomma]] -olsr_etx_ff = [[Freifunk]] -olsr_general_linkqualitylevel_1 = [[MPR-Auswahl]] -olsr_general_linkqualitylevel_2 = [[MPR-Auswahl und Routing]] -olsr_general_linkqualityfisheye = [[VQ-Fisheye]] -olsr_general_linkqualitywinsize = [[VQ-Fenstergröße]] -olsr_general_linkqualitydijkstralimit = [[VQ-Dijkstralimit]] -olsr_general_usehysteresis = [[Hysterese aktivieren]] -olsr_general_fibmetric = [[FIB-Metrik]] -olsr_general_clearscreen = [[Ansicht zurücksetzen]] -olsr_general_willingness = [[Bereitschaft]] -olsr_interface_ip4broadcast = [[IPv4 Broadcast]] -olsr_interface_hellointerval = [[Hello-Intervall]] -olsr_interface_hellovaliditytime = [[Hello-Gültigkeit]] -olsr_interface_tcinterval = [[TC-Intervall]] -olsr_interface_tcvaliditytime = [[TC-Gültigkeit]] -olsr_interface_midinterval = [[MID-Intervall]] -olsr_interface_midvaliditytime = [[MID-Gültigkeit]] -olsr_interface_hnainterval = [[HNA-Intervall]] -olsr_interface_hnavaliditytime = [[HNA-Gültigkeit]] -olsr_loadplugin = [[Plugins]] -olsr_hna4 = [[IPv4 HNA-Ankündigungen]] -olsr_hna4_desc = [[Hna4-Entries ermöglichen die Ankündigung von lokalen IPv4 Host- und Netz-Routen im Mesh-Netzwerk]] -olsr_hna4_netaddr = [[Netzwerk-Adresse]] -olsr_hna4_netaddr_desc = [[IPv4 Adresse]] -olsr_hna4_prefix = [[Netzmaske]] -olsr_hna4_prefix_desc = [[IPv4 Adresse]] -olsr_hna6 = [[IPv6 HNA-Ankündigungen]] -olsr_hna6_desc = [[Hna6-Entries ermöglichen die Ankündigung von lokalen IPv6 Host- und Netz-Routen im Mesh-Netzwerk]] -olsr_hna6_netaddr = [[Netzwerk-Adresse]] -olsr_hna6_netaddr_desc = [[IPv6 Adresse]] -olsr_hna6_prefix = [[Netzmaske]] -olsr_hna6_prefix_desc = [[IPv6 Adresse]] -olsr_ipcconnect = [[IPC-Einstellungen]] -olsr_ipcconnect_desc = [[IPC-Verbindungen ermöglichen die Fernsteuerung des lokalen OLSR-Prozesses durch externe Programme]] -olsr_ipcconnect_maxconnections = [[maximale Anzahl von Verbindungen]] -olsr_ipcconnect_maxconnections_desc = [[0 deaktiviert IPC]] -olsr_ipcconnect_host = [[erlaubte Hostadressen]] -olsr_ipcconnect_host_desc = [[mehrere mit Leerzeichen trennen]] -olsr_ipcconnect_net = [[erlaubte Netzbereiche]] -olsr_ipcconnect_net_desc = [[Adresse Maske; mehrere mit Leerzeichen]] +olsr_routes = 'Routen' +olsr_topology = 'Topologie' +olsr_error1 = 'Es konnte keine Verbindung zum OLSR-Daemon hergestellt werden!' +olsr_links = 'OLSR-Verbindungen' +olsr_links1 = 'Übersicht über aktuell bestehende OLSR-Verbindungen' +olsrlinks_lq1 = 'Erfolgsquote gesendeter Pakete' +olsrlinks_nlq1 = 'Erfolgsquote empfangener Pakete' +olsrlinks_etx1 = 'Zu erwartende Sendeversuche pro Paket' +olsr_mid = 'MID' +olsr_general = 'Allgemeine Einstellungen' +olsr_general_debuglevel = 'Debugmodus' +olsr_general_ipversion = 'Internet Protokoll' +olsr_general_allownoint = 'Start ohne Netzwerk' +olsr_general_pollrate = 'Abfragerate' +olsr_general_tcredundancy = 'TC-Redundanz' +olsr_general_tcredundancy_0 = 'MPR-Selektoren' +olsr_general_tcredundancy_1 = 'MPR-Selektoren und MPR' +olsr_general_tcredundancy_2 = 'Alle Nachbarn' +olsr_general_mprcoverage = 'MPR-Erfassung' +olsr_general_linkqualitylevel = 'VQ-Level' +olsr_general_linkqualityaging = 'VQ-Alterung' +olsr_general_linkqualityalgorithm = 'VQ-Algorithmus' +olsr_etx_fpm = 'Festkomma' +olsr_etx_float = 'Gleitkomma' +olsr_etx_ff = 'Freifunk' +olsr_general_linkqualitylevel_1 = 'MPR-Auswahl' +olsr_general_linkqualitylevel_2 = 'MPR-Auswahl und Routing' +olsr_general_linkqualityfisheye = 'VQ-Fisheye' +olsr_general_linkqualitywinsize = 'VQ-Fenstergröße' +olsr_general_linkqualitydijkstralimit = 'VQ-Dijkstralimit' +olsr_general_usehysteresis = 'Hysterese aktivieren' +olsr_general_fibmetric = 'FIB-Metrik' +olsr_general_clearscreen = 'Ansicht zurücksetzen' +olsr_general_willingness = 'Bereitschaft' +olsr_interface_ip4broadcast = 'IPv4 Broadcast' +olsr_interface_hellointerval = 'Hello-Intervall' +olsr_interface_hellovaliditytime = 'Hello-Gültigkeit' +olsr_interface_tcinterval = 'TC-Intervall' +olsr_interface_tcvaliditytime = 'TC-Gültigkeit' +olsr_interface_midinterval = 'MID-Intervall' +olsr_interface_midvaliditytime = 'MID-Gültigkeit' +olsr_interface_hnainterval = 'HNA-Intervall' +olsr_interface_hnavaliditytime = 'HNA-Gültigkeit' +olsr_loadplugin = 'Plugins' +olsr_hna4 = 'IPv4 HNA-Ankündigungen' +olsr_hna4_desc = 'Hna4-Entries ermöglichen die Ankündigung von lokalen IPv4 Host- und Netz-Routen im Mesh-Netzwerk' +olsr_hna4_netaddr = 'Netzwerk-Adresse' +olsr_hna4_netaddr_desc = 'IPv4 Adresse' +olsr_hna4_prefix = 'Netzmaske' +olsr_hna4_prefix_desc = 'IPv4 Adresse' +olsr_hna6 = 'IPv6 HNA-Ankündigungen' +olsr_hna6_desc = 'Hna6-Entries ermöglichen die Ankündigung von lokalen IPv6 Host- und Netz-Routen im Mesh-Netzwerk' +olsr_hna6_netaddr = 'Netzwerk-Adresse' +olsr_hna6_netaddr_desc = 'IPv6 Adresse' +olsr_hna6_prefix = 'Netzmaske' +olsr_hna6_prefix_desc = 'IPv6 Adresse' +olsr_ipcconnect = 'IPC-Einstellungen' +olsr_ipcconnect_desc = 'IPC-Verbindungen ermöglichen die Fernsteuerung des lokalen OLSR-Prozesses durch externe Programme' +olsr_ipcconnect_maxconnections = 'maximale Anzahl von Verbindungen' +olsr_ipcconnect_maxconnections_desc = '0 deaktiviert IPC' +olsr_ipcconnect_host = 'erlaubte Hostadressen' +olsr_ipcconnect_host_desc = 'mehrere mit Leerzeichen trennen' +olsr_ipcconnect_net = 'erlaubte Netzbereiche' +olsr_ipcconnect_net_desc = 'Adresse Maske; mehrere mit Leerzeichen' diff --git a/applications/luci-olsr/luasrc/i18n/olsr.en.lua b/applications/luci-olsr/luasrc/i18n/olsr.en.lua index 37b74a703..997c79f01 100644 --- a/applications/luci-olsr/luasrc/i18n/olsr.en.lua +++ b/applications/luci-olsr/luasrc/i18n/olsr.en.lua @@ -1,66 +1,66 @@ -olsr_routes = [[Routes]] -olsr_topology = [[Topology]] -olsr_error1 = [[Unable to connect to the OLSR daemon.]] -olsr_error2 = [[To collect status information start the OLSR-Daemon and enable the "txtinfo"-Plugin]] -olsr_links = [[OLSR-Connections]] -olsr_links1 = [[Overview over current OLSR connections]] -olsrlinks_lq1 = [[Success rate of transmitted packets]] -olsrlinks_nlq1 = [[Success rate of received packets]] -olsrlinks_etx1 = [[Expected transmission tries per packet]] -olsr_mid = [[MID]] -olsr_desc = [[OLSR is a flexible routing protocol that supports building mobile ad-hoc networks.]] -olsr_general = [[General settings]] -olsr_general_debuglevel = [[Debugmode]] -olsr_general_ipversion = [[Internet Protocol]] -olsr_general_allownoint = [[Start without network]] -olsr_general_pollrate = [[Pollrate]] -olsr_general_tcredundancy = [[TC-Redundancy]] -olsr_general_tcredundancy_0 = [[MPR-Selectors]] -olsr_general_tcredundancy_1 = [[MPR-Selectors and MPR]] -olsr_general_tcredundancy_2 = [[All Neighbors]] -olsr_general_mprcoverage = [[MPR-Coverage]] -olsr_general_linkqualitylevel = [[LQ-Level]] -olsr_general_linkqualityaging = [[LQ-Aging]] -olsr_general_linkqualityalgorithm = [[LQ-Algorithm]] -olsr_etx_fpm = [[Fixed Point]] -olsr_etx_float = [[Floating Point]] -olsr_etx_ff = [[Freifunk]] -olsr_general_linkqualitylevel_1 = [[MPR-Selection]] -olsr_general_linkqualitylevel_2 = [[MPR-Selection and Routing]] -olsr_general_linkqualityfisheye = [[LQ-Fisheye]] -olsr_general_linkqualitywinsize = [[LQ-Windowsize]] -olsr_general_linkqualitydijkstralimit = [[LQ-Dijkstralimit]] -olsr_general_usehysteresis = [[Use hysteresis]] -olsr_general_fibmetric = [[FIB-Metric]] -olsr_general_clearscreen = [[Clear Screen]] -olsr_general_willingness = [[Willingness]] -olsr_interface_ip4broadcast = [[IPv4 Broadcast]] -olsr_interface_hellointerval = [[Hello-Interval]] -olsr_interface_hellovaliditytime = [[Hello-Validity]] -olsr_interface_tcinterval = [[TC-Interval]] -olsr_interface_tcvaliditytime = [[TC-Validity]] -olsr_interface_midinterval = [[MID-Interval]] -olsr_interface_midvaliditytime = [[MID-Validity]] -olsr_interface_hnainterval = [[HNA-Interval]] -olsr_interface_hnavaliditytime = [[HNA-Validity]] -olsr_loadplugin = [[Plugins]] -olsr_hna4 = [[IPv4 HNA-Announcements]] -olsr_hna4_desc = [[Hna4-entries are used to announce local ipv4 host- and net-routes within the mesh-network]] -olsr_hna4_netaddr = [[Network-Address]] -olsr_hna4_netaddr_desc = [[ipv4 address]] -olsr_hna4_prefix = [[Netmask]] -olsr_hna4_prefix_desc = [[ipv4 address]] -olsr_hna6 = [[IPv6 HNA-Announcements]] -olsr_hna6_desc = [[Hna6-entries are used to announce local ipv6 host- and net-routes within the mesh-network]] -olsr_hna6_netaddr = [[Network-Address]] -olsr_hna6_netaddr_desc = [[ipv6 address]] -olsr_hna6_prefix = [[Netmask]] -olsr_hna6_prefix_desc = [[ipv6 address]] -olsr_ipcconnect = [[IPC-Settings]] -olsr_ipcconnect_desc = [[IPC-connections allow external programs to remote-control the local OLSR process]] -olsr_ipcconnect_maxconnections = [[max. allowed connections]] -olsr_ipcconnect_maxconnections_desc = [[0 disables IPC]] -olsr_ipcconnect_host = [[Allowed hosts]] -olsr_ipcconnect_host_desc = [[multiple separated by space]] -olsr_ipcconnect_net = [[Allowed networks]] -olsr_ipcconnect_net_desc = [[address netmask; separated by space]] +olsr_routes = 'Routes' +olsr_topology = 'Topology' +olsr_error1 = 'Unable to connect to the OLSR daemon.' +olsr_error2 = 'To collect status information start the OLSR-Daemon and enable the "txtinfo"-Plugin' +olsr_links = 'OLSR-Connections' +olsr_links1 = 'Overview over current OLSR connections' +olsrlinks_lq1 = 'Success rate of transmitted packets' +olsrlinks_nlq1 = 'Success rate of received packets' +olsrlinks_etx1 = 'Expected transmission tries per packet' +olsr_mid = 'MID' +olsr_desc = 'OLSR is a flexible routing protocol that supports building mobile ad-hoc networks.' +olsr_general = 'General settings' +olsr_general_debuglevel = 'Debugmode' +olsr_general_ipversion = 'Internet Protocol' +olsr_general_allownoint = 'Start without network' +olsr_general_pollrate = 'Pollrate' +olsr_general_tcredundancy = 'TC-Redundancy' +olsr_general_tcredundancy_0 = 'MPR-Selectors' +olsr_general_tcredundancy_1 = 'MPR-Selectors and MPR' +olsr_general_tcredundancy_2 = 'All Neighbors' +olsr_general_mprcoverage = 'MPR-Coverage' +olsr_general_linkqualitylevel = 'LQ-Level' +olsr_general_linkqualityaging = 'LQ-Aging' +olsr_general_linkqualityalgorithm = 'LQ-Algorithm' +olsr_etx_fpm = 'Fixed Point' +olsr_etx_float = 'Floating Point' +olsr_etx_ff = 'Freifunk' +olsr_general_linkqualitylevel_1 = 'MPR-Selection' +olsr_general_linkqualitylevel_2 = 'MPR-Selection and Routing' +olsr_general_linkqualityfisheye = 'LQ-Fisheye' +olsr_general_linkqualitywinsize = 'LQ-Windowsize' +olsr_general_linkqualitydijkstralimit = 'LQ-Dijkstralimit' +olsr_general_usehysteresis = 'Use hysteresis' +olsr_general_fibmetric = 'FIB-Metric' +olsr_general_clearscreen = 'Clear Screen' +olsr_general_willingness = 'Willingness' +olsr_interface_ip4broadcast = 'IPv4 Broadcast' +olsr_interface_hellointerval = 'Hello-Interval' +olsr_interface_hellovaliditytime = 'Hello-Validity' +olsr_interface_tcinterval = 'TC-Interval' +olsr_interface_tcvaliditytime = 'TC-Validity' +olsr_interface_midinterval = 'MID-Interval' +olsr_interface_midvaliditytime = 'MID-Validity' +olsr_interface_hnainterval = 'HNA-Interval' +olsr_interface_hnavaliditytime = 'HNA-Validity' +olsr_loadplugin = 'Plugins' +olsr_hna4 = 'IPv4 HNA-Announcements' +olsr_hna4_desc = 'Hna4-entries are used to announce local ipv4 host- and net-routes within the mesh-network' +olsr_hna4_netaddr = 'Network-Address' +olsr_hna4_netaddr_desc = 'ipv4 address' +olsr_hna4_prefix = 'Netmask' +olsr_hna4_prefix_desc = 'ipv4 address' +olsr_hna6 = 'IPv6 HNA-Announcements' +olsr_hna6_desc = 'Hna6-entries are used to announce local ipv6 host- and net-routes within the mesh-network' +olsr_hna6_netaddr = 'Network-Address' +olsr_hna6_netaddr_desc = 'ipv6 address' +olsr_hna6_prefix = 'Netmask' +olsr_hna6_prefix_desc = 'ipv6 address' +olsr_ipcconnect = 'IPC-Settings' +olsr_ipcconnect_desc = 'IPC-connections allow external programs to remote-control the local OLSR process' +olsr_ipcconnect_maxconnections = 'max. allowed connections' +olsr_ipcconnect_maxconnections_desc = '0 disables IPC' +olsr_ipcconnect_host = 'Allowed hosts' +olsr_ipcconnect_host_desc = 'multiple separated by space' +olsr_ipcconnect_net = 'Allowed networks' +olsr_ipcconnect_net_desc = 'address netmask; separated by space' diff --git a/applications/luci-qos/luasrc/i18n/qos.de.lua b/applications/luci-qos/luasrc/i18n/qos.de.lua index 7c1c828a4..7efb75eda 100644 --- a/applications/luci-qos/luasrc/i18n/qos.de.lua +++ b/applications/luci-qos/luasrc/i18n/qos.de.lua @@ -1,16 +1,16 @@ -qos = [[Quality of Service]] -qos_interface_classgroup = [[Klassifizierung]] -qos_interface_overhead = [[Overheadberechnung]] -qos_interface_download = [[Downlink]] -qos_interface_upload = [[Uplink]] -qos_classify = [[Priorisierung]] -qos_classify_target = [[Priorität]] -qos_classify_srchost = [[Quelladresse]] -qos_classify_srchost_dest = [[Quellnetz / Quellhost]] -qos_classify_dsthost = [[Zieladresse]] -qos_classify_dsthost_dest = [[Zielnetz / Zielhost]] -qos_classify_portrange = [[Portbereich]] -qos_bulk = [[niedrig]] -qos_normal = [[normal]] -qos_express = [[express]] -qos_priority = [[priorisiert]] +qos = 'Quality of Service' +qos_interface_classgroup = 'Klassifizierung' +qos_interface_overhead = 'Overheadberechnung' +qos_interface_download = 'Downlink' +qos_interface_upload = 'Uplink' +qos_classify = 'Priorisierung' +qos_classify_target = 'Priorität' +qos_classify_srchost = 'Quelladresse' +qos_classify_srchost_dest = 'Quellnetz / Quellhost' +qos_classify_dsthost = 'Zieladresse' +qos_classify_dsthost_dest = 'Zielnetz / Zielhost' +qos_classify_portrange = 'Portbereich' +qos_bulk = 'niedrig' +qos_normal = 'normal' +qos_express = 'express' +qos_priority = 'priorisiert' diff --git a/applications/luci-qos/luasrc/i18n/qos.en.lua b/applications/luci-qos/luasrc/i18n/qos.en.lua index cedb01af4..5343b54fa 100644 --- a/applications/luci-qos/luasrc/i18n/qos.en.lua +++ b/applications/luci-qos/luasrc/i18n/qos.en.lua @@ -1,17 +1,17 @@ -qos = [[Quality of Service]] -qos_desc = [[With QoS you can priorize network traffic selected by adresses, ports or services.]] -qos_interface_classgroup = [[Classification]] -qos_interface_overhead = [[Calculate Overhead]] -qos_interface_download = [[Downlink]] -qos_interface_upload = [[Uplink]] -qos_classify = [[Prioritization]] -qos_classify_target = [[Priority]] -qos_classify_srchost = [[Source address]] -qos_classify_srchost_dest = [[source network / source host]] -qos_classify_dsthost = [[Target address]] -qos_classify_dsthost_dest = [[target network / target host]] -qos_classify_portrange = [[portrange]] -qos_bulk = [[low]] -qos_normal = [[normal]] -qos_express = [[express]] -qos_priority = [[priority]] +qos = 'Quality of Service' +qos_desc = 'With QoS you can priorize network traffic selected by adresses, ports or services.' +qos_interface_classgroup = 'Classification' +qos_interface_overhead = 'Calculate Overhead' +qos_interface_download = 'Downlink' +qos_interface_upload = 'Uplink' +qos_classify = 'Prioritization' +qos_classify_target = 'Priority' +qos_classify_srchost = 'Source address' +qos_classify_srchost_dest = 'source network / source host' +qos_classify_dsthost = 'Target address' +qos_classify_dsthost_dest = 'target network / target host' +qos_classify_portrange = 'portrange' +qos_bulk = 'low' +qos_normal = 'normal' +qos_express = 'express' +qos_priority = 'priority' diff --git a/applications/luci-samba/luasrc/i18n/samba.de.lua b/applications/luci-samba/luasrc/i18n/samba.de.lua index b59f6e3f4..8273895b4 100644 --- a/applications/luci-samba/luasrc/i18n/samba.de.lua +++ b/applications/luci-samba/luasrc/i18n/samba.de.lua @@ -1,17 +1,17 @@ -samba = [[Netzwerkfreigaben]] -samba_samba_name = [[Hostname]] -samba_samba_description = [[Beschreibung]] -samba_samba_workgroup = [[Arbeitsgruppe]] -samba_samba_homes = [[Heimatverzeichnisse freigeben]] -samba_samba_homes_desc = [[Systembenutzer können ihre Heimatverzeichnis über Netzwerkfreigaben erreichen.]] -samba_sambashare = [[Dateifreigaben]] -samba_sambashare_path = [[Freigabepfad]] -samba_sambashare_path_desc = [[Physischer Pfad]] -samba_sambashare_users = [[Erlaubte Benutzer]] -samba_sambashare_users_desc = [[optional]] -samba_sambashare_readonly = [[Nur Lesen]] -samba_sambashare_guestok = [[Gäste erlauben]] -samba_sambashare_createmask = [[Anlegemaske]] -samba_sambashare_createmask_desc = [[Maske für neue Dateien]] -samba_sambashare_dirmask = [[Verzeichnismaske]] -samba_sambashare_dirmask_desc = [[Maske für neue Verzeichnisse]] +samba = 'Netzwerkfreigaben' +samba_samba_name = 'Hostname' +samba_samba_description = 'Beschreibung' +samba_samba_workgroup = 'Arbeitsgruppe' +samba_samba_homes = 'Heimatverzeichnisse freigeben' +samba_samba_homes_desc = 'Systembenutzer können ihre Heimatverzeichnis über Netzwerkfreigaben erreichen.' +samba_sambashare = 'Dateifreigaben' +samba_sambashare_path = 'Freigabepfad' +samba_sambashare_path_desc = 'Physischer Pfad' +samba_sambashare_users = 'Erlaubte Benutzer' +samba_sambashare_users_desc = 'optional' +samba_sambashare_readonly = 'Nur Lesen' +samba_sambashare_guestok = 'Gäste erlauben' +samba_sambashare_createmask = 'Anlegemaske' +samba_sambashare_createmask_desc = 'Maske für neue Dateien' +samba_sambashare_dirmask = 'Verzeichnismaske' +samba_sambashare_dirmask_desc = 'Maske für neue Verzeichnisse' diff --git a/applications/luci-samba/luasrc/i18n/samba.en.lua b/applications/luci-samba/luasrc/i18n/samba.en.lua index 622e978f9..30e93394d 100644 --- a/applications/luci-samba/luasrc/i18n/samba.en.lua +++ b/applications/luci-samba/luasrc/i18n/samba.en.lua @@ -1,17 +1,17 @@ -samba = [[Network Shares]] -samba_samba_name = [[Hostname]] -samba_samba_description = [[Description]] -samba_samba_workgroup = [[Workgroup]] -samba_samba_homes = [[Share home-directories]] -samba_samba_homes_desc = [[System users can reach their home directories via network shares.]] -samba_sambashare = [[Shared Directories]] -samba_sambashare_path = [[Shared Directory]] -samba_sambashare_path_desc = [[Physical Path]] -samba_sambashare_users = [[Allowed Users]] -samba_sambashare_users_desc = [[optional]] -samba_sambashare_readonly = [[Read Only]] -samba_sambashare_guestok = [[Allow Guests]] -samba_sambashare_createmask = [[Create Mask]] -samba_sambashare_createmask_desc = [[Mask for new files]] -samba_sambashare_dirmask = [[Directory Mask]] -samba_sambashare_dirmask_desc = [[Mask for new directories]] +samba = 'Network Shares' +samba_samba_name = 'Hostname' +samba_samba_description = 'Description' +samba_samba_workgroup = 'Workgroup' +samba_samba_homes = 'Share home-directories' +samba_samba_homes_desc = 'System users can reach their home directories via network shares.' +samba_sambashare = 'Shared Directories' +samba_sambashare_path = 'Shared Directory' +samba_sambashare_path_desc = 'Physical Path' +samba_sambashare_users = 'Allowed Users' +samba_sambashare_users_desc = 'optional' +samba_sambashare_readonly = 'Read Only' +samba_sambashare_guestok = 'Allow Guests' +samba_sambashare_createmask = 'Create Mask' +samba_sambashare_createmask_desc = 'Mask for new files' +samba_sambashare_dirmask = 'Directory Mask' +samba_sambashare_dirmask_desc = 'Mask for new directories' diff --git a/applications/luci-statistics/luasrc/i18n/statistics.de.lua b/applications/luci-statistics/luasrc/i18n/statistics.de.lua index 2c414025c..6ea7cdb56 100644 --- a/applications/luci-statistics/luasrc/i18n/statistics.de.lua +++ b/applications/luci-statistics/luasrc/i18n/statistics.de.lua @@ -1,207 +1,207 @@ -stat_statistics = [[Statistiken]] -stat_systemplugins = [[Systemplugins]] -stat_networkplugins = [[Netzwerkplugins]] -stat_outputplugins = [[Ausgabeplugins]] -stat_showtimespan = [[Zeitspanne zeigen »]] -stat_graphs = [[Diagramme]] -stat_collectd = [[Collectd]] -stat_cpu = [[Prozessor]] -stat_ping = [[Ping]] -stat_iptables = [[Firewall]] -stat_netlink = [[Netlink]] -stat_processes = [[Prozesse]] -stat_wireless = [[Drahtlos]] -stat_tcpconns = [[TCP-Verbindungen]] -stat_interface = [[Schnittstellen]] -stat_df = [[Plattenspeicher]] -stat_irq = [[Interrupts]] -stat_disk = [[Plattenauslastung]] -stat_exec = [[Exec]] -stat_rrdtool = [[RRDTool]] -stat_network = [[Netzwerk]] -stat_csv = [[CSV Ausgabe]] -stat_load = [[Systemlast]] -lucistatistics = [[Statistiken]] -lucistatistics_collectd = [[Collectd Einstellungen]] -lucistatistics_collectd_desc = [[Collectd ist ein schlankes Dienstprogramm zum Sammeln von Systemdaten aus verschiedenen Quellen mittels diverser Plugins. Auf dieser Seite können generelle Einstellungen für den Collectd-Daemon vorgenommen werden.]] -lucistatistics_collectd_hostname = [[Hostname]] -lucistatistics_collectd_basedir = [[Basisverzeichnis]] -lucistatistics_collectd_include = [[Verzeichnis für Unterkonfigurationen]] -lucistatistics_collectd_plugindir = [[Verzeichnis für Collectd-Plugins]] -lucistatistics_collectd_pidfile = [[Pfad zu PID-Datei]] -lucistatistics_collectd_typesdb = [[Dataset-Definitionen]] -lucistatistics_collectd_interval = [[Daten-Sammelintervall]] -lucistatistics_collectd_interval_desc = [[Sekunden]] -lucistatistics_collectd_readthreads = [[Anzahl paralleler Sammelprozesse]] -lucistatistics_collectd_fqdnlookup = [[automatisch vollen Hostnamen herausfinden]] -lucistatistics_collectdcpu = [[CPU Plugin Konfiguration]] -lucistatistics_collectdcpu_desc = [[Das CPU-Plugin sammelt grundlegende Statistiken über die Prozessorauslastung.]] -lucistatistics_collectdcpu_enable = [[Plugin aktivieren]] -lucistatistics_collectdcsv = [[CSV Plugin Konfiguration]] -lucistatistics_collectdcsv_desc = [[Das CSV-Plugin speichert die gesammelten Daten im CSV-Format, geeignet für die Weiterverarbeitung durch externe Programme.]] -lucistatistics_collectdcsv_enable = [[Plugin aktivieren]] -lucistatistics_collectdcsv_datadir = [[Speicherverzeichnis für die CSV-Dateien]] -lucistatistics_collectdcsv_storerates = [[Werte nicht absolut sondern als Raten speichern]] -lucistatistics_collectddf = [[DF Plugin Konfiguration]] -lucistatistics_collectddf_desc = [[Das DF-Plugin sammelt Statistiken über den Speicherverbrauch auf verschiedenen Geräten, Mount-Punkten oder Dateisystemtypen.]] -lucistatistics_collectddf_enable = [[Plugin aktivieren]] -lucistatistics_collectddf_devices = [[Geräte überwachen]] -lucistatistics_collectddf_devices_desc = [[mehrere mit Leerzeichen trennen]] -lucistatistics_collectddf_mountpoints = [[Mount-Punkte überwachen]] -lucistatistics_collectddf_mountpoints_desc = [[mehrere mit Leerzeichen trennen]] -lucistatistics_collectddf_fstypes = [[Datesystemtypen überwachen]] -lucistatistics_collectddf_fstypes_desc = [[mehrere mit Leerzeichen trennen]] -lucistatistics_collectddf_ignoreselected = [[Alle außer Ausgewählte überwachen]] -lucistatistics_collectddisk = [[Disk Plugin Konfiguration]] -lucistatistics_collectddisk_desc = [[Das Disk-Plugin sammelt detaillierte Statistiken über die Auslastung auf ausgewählten Festplatten und Partitionen.]] -lucistatistics_collectddisk_enable = [[Plugin aktivieren]] -lucistatistics_collectddisk_disks = [[Geräte und Partitionen überwachen]] -lucistatistics_collectddisk_disks_desc = [[mehrere mit Leerzeichen trennen]] -lucistatistics_collectddisk_ignoreselected = [[Alle außer Ausgewählte überwachen]] -lucistatistics_collectddns = [[DNS Plugin Konfiguration]] -lucistatistics_collectddns_desc = [[Das DNS-Plugin sammelt detaillierte Statistiken über DNS-bezogenen Verkehr auf ausgewählten Schnittstellen.]] -lucistatistics_collectddns_enable = [[Plugin aktivieren]] -lucistatistics_collectddns_interfaces = [[Schnittstellen überwachen]] -lucistatistics_collectddns_interfaces_desc = [[mehrere mit Leerzeichen trennen]] -lucistatistics_collectddns_ignoresources = [[Quelladressen ignorieren]] -lucistatistics_collectddns_ignoresources_desc = [[mehrere mit Leerzeichen trennen]] -lucistatistics_collectdemail = [[E-Mail Plugin Konfiguration]] -lucistatistics_collectdemail_desc = [[Das E-Mail Plugin erstellt einen Unix-Socket welcher benutzt werden kann um E-Mail-Statistiken an den laufenden Collectd-Daemon zu übermitteln. Dieses Plugin ist primär für die Verwendung zusammen mit Mail::SpamAssasin::Plugin::Collectd gedacht, kann aber auch anderweitig verwendet werden.]] -lucistatistics_collectdemail_enable = [[Plugin aktivieren]] -lucistatistics_collectdemail_socketfile = [[Dateipfad des Unix-Sockets]] -lucistatistics_collectdemail_socketgroup = [[Gruppenbesitzer festlegen]] -lucistatistics_collectdemail_socketgroup_desc = [[Gruppenname]] -lucistatistics_collectdemail_socketperms = [[Dateiberechtigungen des Unix-Sockets]] -lucistatistics_collectdemail_socketperms_desc = [[oktal]] -lucistatistics_collectdemail_maxconns = [[Maximale Anzahl erlaubter Verbindungen]] -lucistatistics_collectdexec = [[Exec Plugin Konfiguration]] -lucistatistics_collectdexec_desc = [[Das Exec-Plugin startet externe Kommandos um Werte einzulesen oder um Benachrichtigungen auszulösen falls bestimmte Grenzwerte erreicht werden.]] -lucistatistics_collectdexec_enable = [[Plugin aktivieren]] -lucistatistics_collectdexecinput = [[Kommando zum Werte einlesen hinzufügen]] -lucistatistics_collectdexecinput_desc = [[Hier können externe Kommandos definiert werden, welche durch Collectd gestartet werden um Statistik-Werte einzulesen. Die Werte werden dabei vom STDOUT des aufgerufenen Programmes gelesen.]] -lucistatistics_collectdexecinput_cmdline = [[Kommandozeile]] -lucistatistics_collectdexecinput_cmduser = [[Als Benutzer ausführen]] -lucistatistics_collectdexecinput_cmdgroup = [[Als Gruppe ausführen]] -lucistatistics_collectdexecnotify = [[Benachrichtigungskommando hinzufügen]] -lucistatistics_collectdexecnotify_desc = [[Hier können externe Kommandos definiert werden, welche durch Collectd gestartet werden sobald konfigurierte Grenzwerte erreicht werden. Die Werte welche die Benachrichtigung ausgelöst haben werden dabei an den STDIN des aufgerufenen Programmes übergeben.]] -lucistatistics_collectdexecnotify_cmdline = [[Kommandozeile]] -lucistatistics_collectdexecnotify_cmduser = [[Als Benutzer ausführen]] -lucistatistics_collectdexecnotify_cmdgroup = [[Als Gruppe ausführen]] -lucistatistics_collectdinterface = [[Interface Plugin Konfiguration]] -lucistatistics_collectdinterface_desc = [[Das Interface-Plugin sammelt allgemeine Verkehrsstatistiken auf ausgewählten Schnittstellen.]] -lucistatistics_collectdinterface_enable = [[Plugin aktivieren]] -lucistatistics_collectdinterface_interfaces = [[Schnittstellen überwachen]] -lucistatistics_collectdinterface_interfaces_desc = [[Strg gedrückt halten um mehrere Schnittstellen zu wählen]] -lucistatistics_collectdinterface_ignoreselected = [[Alle außer Ausgewählte überwachen]] -lucistatistics_collectdiptables = [[Iptables Plugin Konfiguration]] -lucistatistics_collectdiptables_desc = [[Das Iptables-Plugin überwacht ausgewählte Firewall-Regeln und sammelt Werte über die Anzahl der verarbeiteten Pakete und Bytes.]] -lucistatistics_collectdiptables_enable = [[Plugin aktivieren]] -lucistatistics_collectdiptablesmatch = [[Auswahlregel hinzufügen]] -lucistatistics_collectdiptablesmatch_desc = [[Hier werden die Kriterien festgelegt nach welchen die zu überwachenden Firewall-Regeln ausgewählt werden.]] -lucistatistics_collectdiptablesmatch_name = [[Name der Regel]] -lucistatistics_collectdiptablesmatch_name_desc = [[max. 16 Buchstaben]] -lucistatistics_collectdiptablesmatch_table = [[Tabelle]] -lucistatistics_collectdiptablesmatch_chain = [[Kette (Chain)]] -lucistatistics_collectdiptablesmatch_target = [[Aktion (Target)]] -lucistatistics_collectdiptablesmatch_protocol = [[Netzwerkprotokoll]] -lucistatistics_collectdiptablesmatch_source = [[Quell-IP-Bereich]] -lucistatistics_collectdiptablesmatch_source_desc = [[CIDR-Notation]] -lucistatistics_collectdiptablesmatch_destination = [[Ziel-IP-Bereich]] -lucistatistics_collectdiptablesmatch_destination_desc = [[CIDR-Notation]] -lucistatistics_collectdiptablesmatch_inputif = [[eingehende Schnittstelle]] -lucistatistics_collectdiptablesmatch_inputif_desc = [[z.B. br-lan]] -lucistatistics_collectdiptablesmatch_outputif = [[ausgehende Schnittstelle]] -lucistatistics_collectdiptablesmatch_outputif_desc = [[z.B. br-ff]] -lucistatistics_collectdiptablesmatch_options = [[Optionen]] -lucistatistics_collectdiptablesmatch_options_desc = [[z.B. reject-with tcp-reset]] -lucistatistics_collectdirq = [[IRQ Plugin Konfiguration]] -lucistatistics_collectdirq_desc = [[Das IRQ-Plugin überwacht die Anzahl der Aufrufe pro Sekunde für jeden ausgewählten Interrupt. Wird kein Interrupt ausgewählt überwacht das Plugin alle im System vorhandenen Interrupts.]] -lucistatistics_collectdirq_enable = [[Plugin aktivieren]] -lucistatistics_collectdirq_irqs = [[Interrups überwachen]] -lucistatistics_collectdirq_irqs_desc = [[mehrere mit Leerzeichen trennen]] -lucistatistics_collectdirq_ignoreselected = [[Alle außer Ausgewählte überwachen]] -lucistatistics_collectdload = [[Load Plugin Konfiguration]] -lucistatistics_collectdload_desc = [[Das Load-Plugin sammelt Informationen über die allgemeine Systemlast.]] -lucistatistics_collectdload_enable = [[Plugin aktivieren]] -lucistatistics_collectdnetlink = [[Netlink Plugin Konfiguration]] -lucistatistics_collectdnetlink_desc = [[Das Netlink-Plugin sammelt erweiterte QoS-Informationen wie QDisc-, Class- und Filter-Statistiken auf ausgewählten Schnittstellen.]] -lucistatistics_collectdnetlink_enable = [[Plugin aktivieren]] -lucistatistics_collectdnetlink_interfaces = [[Schnittstellen einfach überwachen]] -lucistatistics_collectdnetlink_interfaces_desc = [[Strg gedrückt halten um mehrere zu wählen]] -lucistatistics_collectdnetlink_verboseinterfaces = [[Schnittstellen detailliert überwachen]] -lucistatistics_collectdnetlink_verboseinterfaces_desc = [[Strg gedrückt halten um mehrere zu wählen]] -lucistatistics_collectdnetlink_qdiscs = [[Queue Discipline überwachen]] -lucistatistics_collectdnetlink_qdiscs_desc = [[Strg gedrückt halten um mehrere zu wählen]] -lucistatistics_collectdnetlink_classes = [[Shapingklassen überwachen]] -lucistatistics_collectdnetlink_classes_desc = [[Strg gedrückt halten um mehrere zu wählen]] -lucistatistics_collectdnetlink_filters = [[Filterklassen überwachen]] -lucistatistics_collectdnetlink_filters_desc = [[Strg gedrückt halten um mehrere zu wählen]] -lucistatistics_collectdnetwork = [[Network Plugin Konfiguration]] -lucistatistics_collectdnetwork_desc = [[Das Network-Plugin ermöglicht die netzwerkgestützte Kommunikation zwischen verschiedenen Collectd-Instanzen. Collectd kann gleichzeitig im Server- und Client-Modus betrieben werden. Im Client-Modus werden lokal gesammelte Daten an einen Collectd-Server übermittelt, im Server-Modus empfängt die lokale Instanz Daten von anderen Installationen.]] -lucistatistics_collectdnetwork_enable = [[Plugin aktivieren]] -lucistatistics_collectdnetworklisten = [[Listen-Schnittstelle]] -lucistatistics_collectdnetworklisten_desc = [[Diese Sektion legt fest auf welchen Schnittstellen Collectd auf eingehende Verbindungen wartet.]] -lucistatistics_collectdnetworklisten_host = [[Listen-Host]] -lucistatistics_collectdnetworklisten_host_desc = [[Host-, IP- oder IPv6-Adresse]] -lucistatistics_collectdnetworklisten_port = [[Listen-Port]] -lucistatistics_collectdnetworklisten_port_desc = [[0 - 65535]] -lucistatistics_collectdnetworkserver = [[Server-Schnittstellen]] -lucistatistics_collectdnetworkserver_desc = [[Diese Sektion legt fest zu welchen Collectd-Servern die lokal gesammelten Daten gesendet werden.]] -lucistatistics_collectdnetworkserver_host = [[Server-Host]] -lucistatistics_collectdnetworkserver_host_desc = [[Host-, IP- oder IPv6-Adresse]] -lucistatistics_collectdnetworkserver_port = [[Server-Port]] -lucistatistics_collectdnetworkserver_port_desc = [[0 - 65535]] -lucistatistics_collectdnetwork_timetolive = [[TTL für Netzwerkpakete]] -lucistatistics_collectdnetwork_timetolive_desc = [[0 - 255]] -lucistatistics_collectdnetwork_forward = [[Weiterleitung zwischen Listen- und Server-Adressen]] -lucistatistics_collectdnetwork_cacheflush = [[Cache-Leerungsintervall]] -lucistatistics_collectdnetwork_cacheflush_desc = [[Sekunden]] -lucistatistics_collectdping = [[Ping Plugin Konfiguration]] -lucistatistics_collectdping_desc = [[Das Ping-Plugin sendet ICMP-Echo-Requests an ausgewählte Hosts und misst die Antwortzeiten für jede Adresse.]] -lucistatistics_collectdping_enable = [[Plugin aktivieren]] -lucistatistics_collectdping_hosts = [[Hosts überwachen]] -lucistatistics_collectdping_hosts_desc = [[mehrere mit Leerzeichen trennen]] -lucistatistics_collectdping_ttl = [[TTL für Ping Pakete]] -lucistatistics_collectdping_ttl_desc = [[0 - 255]] -lucistatistics_collectdProzesse = [[Prozesse Plugin Konfiguration]] -lucistatistics_collectdProzesse_desc = [[Das Prozess-Plugin sammelt Informationen wie CPU-Zeit, Speicherzugriffsfehler und Speicherverbrauch ausgewählter Prozesse.]] -lucistatistics_collectdProzesse_enable = [[Plugin aktivieren]] -lucistatistics_collectdProzesse_processes = [[Prozesse überwachen]] -lucistatistics_collectdProzesse_processes_desc = [[mehrere mit Leerzeichen trennen]] -lucistatistics_collectdrrdtool = [[RRDTool Plugin Konfiguration]] -lucistatistics_collectdrrdtool_desc = [[Das RRDTool-Plugin speichert die gesammelten Daten in sogenannten RRD-Datenbanken, der Grundlage für die Diagramm-Bilder.

Warnung: Falsche Werte resultieren in einem sehr hohen Speicherverbrauch im temporären Verzeichnis. Das kann das Gerät unbrauchbar machen, da Systemspeicher für den regulären Betrieb fehlt!]] -lucistatistics_collectdrrdtool_enable = [[Plugin aktivieren]] -lucistatistics_collectdrrdtool_datadir = [[Speicherverzeichnis]] -lucistatistics_collectdrrdtool_stepsize = [[RRD Schrittintervall]] -lucistatistics_collectdrrdtool_stepsize_desc = [[Sekunden]] -lucistatistics_collectdrrdtool_heartbeat = [[RRD Heartbeatintervall]] -lucistatistics_collectdrrdtool_heartbeat_desc = [[Sekunden]] -lucistatistics_collectdrrdtool_rrasingle = [[Nur 'average' RRAs erzeugen]] -lucistatistics_collectdrrdtool_rrasingle_desc = [[reduziert die RRD Größe]] -lucistatistics_collectdrrdtool_rratimespans = [[gespeicherte Zeitspannen]] -lucistatistics_collectdrrdtool_rratimespans_desc = [[mehrere mit Leerzeichen trennen]] -lucistatistics_collectdrrdtool_rrarows = [[Spalten pro RRA]] -lucistatistics_collectdrrdtool_xff = [[RRD XFiles Faktor]] -lucistatistics_collectdrrdtool_cachetimeout = [[Zwischenspeicherzeit für gesammelte Daten]] -lucistatistics_collectdrrdtool_cachetimeout_desc = [[Sekunden]] -lucistatistics_collectdrrdtool_cacheflush = [[Leerungsintervall für Zwischenspeicher]] -lucistatistics_collectdrrdtool_cacheflush_desc = [[Sekunden]] -lucistatistics_collectdtcpconns = [[TCPConns Plugin Konfiguration]] -lucistatistics_collectdtcpconns_desc = [[Das TCPConns-Plugin sammelt Informationen über offene TCP-Verbindungen auf ausgewählten Ports.]] -lucistatistics_collectdtcpconns_enable = [[Plugin aktivieren]] -lucistatistics_collectdtcpconns_listeningports = [[Alle durch lokale Dienste genutzten Ports überwachen]] -lucistatistics_collectdtcpconns_localports = [[lokale Ports überwachen]] -lucistatistics_collectdtcpconns_localports_desc = [[0 - 65535; mehrere mit Leerzeichen trennen]] -lucistatistics_collectdtcpconns_remoteports = [[entfernte Ports überwachen]] -lucistatistics_collectdtcpconns_remoteports_desc = [[0 - 65535; mehrere mit Leerzeichen trennen]] -lucistatistics_collectdunixsock = [[Unixsock Plugin Konfiguration]] -lucistatistics_collectdunixsock_desc = [[Das Unixsock-Plugin erstellt einen Unix-Socket über welchen gesammelte Werte aus der laufenden Collectd-Instanz ausgelesen werden können.]] -lucistatistics_collectdunixsock_enable = [[Plugin aktivieren]] -lucistatistics_collectdunixsock_socketfile = [[Dateipfad des Unix-Sockets]] -lucistatistics_collectdunixsock_socketgroup = [[Gruppenbesitzer festlegen]] -lucistatistics_collectdunixsock_socketgroup_desc = [[Gruppenname]] -lucistatistics_collectdunixsock_socketperms = [[Dateiberechtigungen des Unix-Sockets]] -lucistatistics_collectdunixsock_socketperms_desc = [[oktal]] -lucistatistics_collectdwireless = [[Wireless Plugin Konfiguration]] -lucistatistics_collectdwireless_desc = [[Das Wireless-Plugin sammelt Statistiken über die drahtlose Signalstärke, den Störpegel und die Signalqualität.]] -lucistatistics_collectdwireless_enable = [[Plugin aktivieren]] +stat_statistics = 'Statistiken' +stat_systemplugins = 'Systemplugins' +stat_networkplugins = 'Netzwerkplugins' +stat_outputplugins = 'Ausgabeplugins' +stat_showtimespan = 'Zeitspanne zeigen »' +stat_graphs = 'Diagramme' +stat_collectd = 'Collectd' +stat_cpu = 'Prozessor' +stat_ping = 'Ping' +stat_iptables = 'Firewall' +stat_netlink = 'Netlink' +stat_processes = 'Prozesse' +stat_wireless = 'Drahtlos' +stat_tcpconns = 'TCP-Verbindungen' +stat_interface = 'Schnittstellen' +stat_df = 'Plattenspeicher' +stat_irq = 'Interrupts' +stat_disk = 'Plattenauslastung' +stat_exec = 'Exec' +stat_rrdtool = 'RRDTool' +stat_network = 'Netzwerk' +stat_csv = 'CSV Ausgabe' +stat_load = 'Systemlast' +lucistatistics = 'Statistiken' +lucistatistics_collectd = 'Collectd Einstellungen' +lucistatistics_collectd_desc = 'Collectd ist ein schlankes Dienstprogramm zum Sammeln von Systemdaten aus verschiedenen Quellen mittels diverser Plugins. Auf dieser Seite können generelle Einstellungen für den Collectd-Daemon vorgenommen werden.' +lucistatistics_collectd_hostname = 'Hostname' +lucistatistics_collectd_basedir = 'Basisverzeichnis' +lucistatistics_collectd_include = 'Verzeichnis für Unterkonfigurationen' +lucistatistics_collectd_plugindir = 'Verzeichnis für Collectd-Plugins' +lucistatistics_collectd_pidfile = 'Pfad zu PID-Datei' +lucistatistics_collectd_typesdb = 'Dataset-Definitionen' +lucistatistics_collectd_interval = 'Daten-Sammelintervall' +lucistatistics_collectd_interval_desc = 'Sekunden' +lucistatistics_collectd_readthreads = 'Anzahl paralleler Sammelprozesse' +lucistatistics_collectd_fqdnlookup = 'automatisch vollen Hostnamen herausfinden' +lucistatistics_collectdcpu = 'CPU Plugin Konfiguration' +lucistatistics_collectdcpu_desc = 'Das CPU-Plugin sammelt grundlegende Statistiken über die Prozessorauslastung.' +lucistatistics_collectdcpu_enable = 'Plugin aktivieren' +lucistatistics_collectdcsv = 'CSV Plugin Konfiguration' +lucistatistics_collectdcsv_desc = 'Das CSV-Plugin speichert die gesammelten Daten im CSV-Format, geeignet für die Weiterverarbeitung durch externe Programme.' +lucistatistics_collectdcsv_enable = 'Plugin aktivieren' +lucistatistics_collectdcsv_datadir = 'Speicherverzeichnis für die CSV-Dateien' +lucistatistics_collectdcsv_storerates = 'Werte nicht absolut sondern als Raten speichern' +lucistatistics_collectddf = 'DF Plugin Konfiguration' +lucistatistics_collectddf_desc = 'Das DF-Plugin sammelt Statistiken über den Speicherverbrauch auf verschiedenen Geräten, Mount-Punkten oder Dateisystemtypen.' +lucistatistics_collectddf_enable = 'Plugin aktivieren' +lucistatistics_collectddf_devices = 'Geräte überwachen' +lucistatistics_collectddf_devices_desc = 'mehrere mit Leerzeichen trennen' +lucistatistics_collectddf_mountpoints = 'Mount-Punkte überwachen' +lucistatistics_collectddf_mountpoints_desc = 'mehrere mit Leerzeichen trennen' +lucistatistics_collectddf_fstypes = 'Datesystemtypen überwachen' +lucistatistics_collectddf_fstypes_desc = 'mehrere mit Leerzeichen trennen' +lucistatistics_collectddf_ignoreselected = 'Alle außer Ausgewählte überwachen' +lucistatistics_collectddisk = 'Disk Plugin Konfiguration' +lucistatistics_collectddisk_desc = 'Das Disk-Plugin sammelt detaillierte Statistiken über die Auslastung auf ausgewählten Festplatten und Partitionen.' +lucistatistics_collectddisk_enable = 'Plugin aktivieren' +lucistatistics_collectddisk_disks = 'Geräte und Partitionen überwachen' +lucistatistics_collectddisk_disks_desc = 'mehrere mit Leerzeichen trennen' +lucistatistics_collectddisk_ignoreselected = 'Alle außer Ausgewählte überwachen' +lucistatistics_collectddns = 'DNS Plugin Konfiguration' +lucistatistics_collectddns_desc = 'Das DNS-Plugin sammelt detaillierte Statistiken über DNS-bezogenen Verkehr auf ausgewählten Schnittstellen.' +lucistatistics_collectddns_enable = 'Plugin aktivieren' +lucistatistics_collectddns_interfaces = 'Schnittstellen überwachen' +lucistatistics_collectddns_interfaces_desc = 'mehrere mit Leerzeichen trennen' +lucistatistics_collectddns_ignoresources = 'Quelladressen ignorieren' +lucistatistics_collectddns_ignoresources_desc = 'mehrere mit Leerzeichen trennen' +lucistatistics_collectdemail = 'E-Mail Plugin Konfiguration' +lucistatistics_collectdemail_desc = 'Das E-Mail Plugin erstellt einen Unix-Socket welcher benutzt werden kann um E-Mail-Statistiken an den laufenden Collectd-Daemon zu übermitteln. Dieses Plugin ist primär für die Verwendung zusammen mit Mail::SpamAssasin::Plugin::Collectd gedacht, kann aber auch anderweitig verwendet werden.' +lucistatistics_collectdemail_enable = 'Plugin aktivieren' +lucistatistics_collectdemail_socketfile = 'Dateipfad des Unix-Sockets' +lucistatistics_collectdemail_socketgroup = 'Gruppenbesitzer festlegen' +lucistatistics_collectdemail_socketgroup_desc = 'Gruppenname' +lucistatistics_collectdemail_socketperms = 'Dateiberechtigungen des Unix-Sockets' +lucistatistics_collectdemail_socketperms_desc = 'oktal' +lucistatistics_collectdemail_maxconns = 'Maximale Anzahl erlaubter Verbindungen' +lucistatistics_collectdexec = 'Exec Plugin Konfiguration' +lucistatistics_collectdexec_desc = 'Das Exec-Plugin startet externe Kommandos um Werte einzulesen oder um Benachrichtigungen auszulösen falls bestimmte Grenzwerte erreicht werden.' +lucistatistics_collectdexec_enable = 'Plugin aktivieren' +lucistatistics_collectdexecinput = 'Kommando zum Werte einlesen hinzufügen' +lucistatistics_collectdexecinput_desc = 'Hier können externe Kommandos definiert werden, welche durch Collectd gestartet werden um Statistik-Werte einzulesen. Die Werte werden dabei vom STDOUT des aufgerufenen Programmes gelesen.' +lucistatistics_collectdexecinput_cmdline = 'Kommandozeile' +lucistatistics_collectdexecinput_cmduser = 'Als Benutzer ausführen' +lucistatistics_collectdexecinput_cmdgroup = 'Als Gruppe ausführen' +lucistatistics_collectdexecnotify = 'Benachrichtigungskommando hinzufügen' +lucistatistics_collectdexecnotify_desc = 'Hier können externe Kommandos definiert werden, welche durch Collectd gestartet werden sobald konfigurierte Grenzwerte erreicht werden. Die Werte welche die Benachrichtigung ausgelöst haben werden dabei an den STDIN des aufgerufenen Programmes übergeben.' +lucistatistics_collectdexecnotify_cmdline = 'Kommandozeile' +lucistatistics_collectdexecnotify_cmduser = 'Als Benutzer ausführen' +lucistatistics_collectdexecnotify_cmdgroup = 'Als Gruppe ausführen' +lucistatistics_collectdinterface = 'Interface Plugin Konfiguration' +lucistatistics_collectdinterface_desc = 'Das Interface-Plugin sammelt allgemeine Verkehrsstatistiken auf ausgewählten Schnittstellen.' +lucistatistics_collectdinterface_enable = 'Plugin aktivieren' +lucistatistics_collectdinterface_interfaces = 'Schnittstellen überwachen' +lucistatistics_collectdinterface_interfaces_desc = 'Strg gedrückt halten um mehrere Schnittstellen zu wählen' +lucistatistics_collectdinterface_ignoreselected = 'Alle außer Ausgewählte überwachen' +lucistatistics_collectdiptables = 'Iptables Plugin Konfiguration' +lucistatistics_collectdiptables_desc = 'Das Iptables-Plugin überwacht ausgewählte Firewall-Regeln und sammelt Werte über die Anzahl der verarbeiteten Pakete und Bytes.' +lucistatistics_collectdiptables_enable = 'Plugin aktivieren' +lucistatistics_collectdiptablesmatch = 'Auswahlregel hinzufügen' +lucistatistics_collectdiptablesmatch_desc = 'Hier werden die Kriterien festgelegt nach welchen die zu überwachenden Firewall-Regeln ausgewählt werden.' +lucistatistics_collectdiptablesmatch_name = 'Name der Regel' +lucistatistics_collectdiptablesmatch_name_desc = 'max. 16 Buchstaben' +lucistatistics_collectdiptablesmatch_table = 'Tabelle' +lucistatistics_collectdiptablesmatch_chain = 'Kette (Chain)' +lucistatistics_collectdiptablesmatch_target = 'Aktion (Target)' +lucistatistics_collectdiptablesmatch_protocol = 'Netzwerkprotokoll' +lucistatistics_collectdiptablesmatch_source = 'Quell-IP-Bereich' +lucistatistics_collectdiptablesmatch_source_desc = 'CIDR-Notation' +lucistatistics_collectdiptablesmatch_destination = 'Ziel-IP-Bereich' +lucistatistics_collectdiptablesmatch_destination_desc = 'CIDR-Notation' +lucistatistics_collectdiptablesmatch_inputif = 'eingehende Schnittstelle' +lucistatistics_collectdiptablesmatch_inputif_desc = 'z.B. br-lan' +lucistatistics_collectdiptablesmatch_outputif = 'ausgehende Schnittstelle' +lucistatistics_collectdiptablesmatch_outputif_desc = 'z.B. br-ff' +lucistatistics_collectdiptablesmatch_options = 'Optionen' +lucistatistics_collectdiptablesmatch_options_desc = 'z.B. reject-with tcp-reset' +lucistatistics_collectdirq = 'IRQ Plugin Konfiguration' +lucistatistics_collectdirq_desc = 'Das IRQ-Plugin überwacht die Anzahl der Aufrufe pro Sekunde für jeden ausgewählten Interrupt. Wird kein Interrupt ausgewählt überwacht das Plugin alle im System vorhandenen Interrupts.' +lucistatistics_collectdirq_enable = 'Plugin aktivieren' +lucistatistics_collectdirq_irqs = 'Interrups überwachen' +lucistatistics_collectdirq_irqs_desc = 'mehrere mit Leerzeichen trennen' +lucistatistics_collectdirq_ignoreselected = 'Alle außer Ausgewählte überwachen' +lucistatistics_collectdload = 'Load Plugin Konfiguration' +lucistatistics_collectdload_desc = 'Das Load-Plugin sammelt Informationen über die allgemeine Systemlast.' +lucistatistics_collectdload_enable = 'Plugin aktivieren' +lucistatistics_collectdnetlink = 'Netlink Plugin Konfiguration' +lucistatistics_collectdnetlink_desc = 'Das Netlink-Plugin sammelt erweiterte QoS-Informationen wie QDisc-, Class- und Filter-Statistiken auf ausgewählten Schnittstellen.' +lucistatistics_collectdnetlink_enable = 'Plugin aktivieren' +lucistatistics_collectdnetlink_interfaces = 'Schnittstellen einfach überwachen' +lucistatistics_collectdnetlink_interfaces_desc = 'Strg gedrückt halten um mehrere zu wählen' +lucistatistics_collectdnetlink_verboseinterfaces = 'Schnittstellen detailliert überwachen' +lucistatistics_collectdnetlink_verboseinterfaces_desc = 'Strg gedrückt halten um mehrere zu wählen' +lucistatistics_collectdnetlink_qdiscs = 'Queue Discipline überwachen' +lucistatistics_collectdnetlink_qdiscs_desc = 'Strg gedrückt halten um mehrere zu wählen' +lucistatistics_collectdnetlink_classes = 'Shapingklassen überwachen' +lucistatistics_collectdnetlink_classes_desc = 'Strg gedrückt halten um mehrere zu wählen' +lucistatistics_collectdnetlink_filters = 'Filterklassen überwachen' +lucistatistics_collectdnetlink_filters_desc = 'Strg gedrückt halten um mehrere zu wählen' +lucistatistics_collectdnetwork = 'Network Plugin Konfiguration' +lucistatistics_collectdnetwork_desc = 'Das Network-Plugin ermöglicht die netzwerkgestützte Kommunikation zwischen verschiedenen Collectd-Instanzen. Collectd kann gleichzeitig im Server- und Client-Modus betrieben werden. Im Client-Modus werden lokal gesammelte Daten an einen Collectd-Server übermittelt, im Server-Modus empfängt die lokale Instanz Daten von anderen Installationen.' +lucistatistics_collectdnetwork_enable = 'Plugin aktivieren' +lucistatistics_collectdnetworklisten = 'Listen-Schnittstelle' +lucistatistics_collectdnetworklisten_desc = 'Diese Sektion legt fest auf welchen Schnittstellen Collectd auf eingehende Verbindungen wartet.' +lucistatistics_collectdnetworklisten_host = 'Listen-Host' +lucistatistics_collectdnetworklisten_host_desc = 'Host-, IP- oder IPv6-Adresse' +lucistatistics_collectdnetworklisten_port = 'Listen-Port' +lucistatistics_collectdnetworklisten_port_desc = '0 - 65535' +lucistatistics_collectdnetworkserver = 'Server-Schnittstellen' +lucistatistics_collectdnetworkserver_desc = 'Diese Sektion legt fest zu welchen Collectd-Servern die lokal gesammelten Daten gesendet werden.' +lucistatistics_collectdnetworkserver_host = 'Server-Host' +lucistatistics_collectdnetworkserver_host_desc = 'Host-, IP- oder IPv6-Adresse' +lucistatistics_collectdnetworkserver_port = 'Server-Port' +lucistatistics_collectdnetworkserver_port_desc = '0 - 65535' +lucistatistics_collectdnetwork_timetolive = 'TTL für Netzwerkpakete' +lucistatistics_collectdnetwork_timetolive_desc = '0 - 255' +lucistatistics_collectdnetwork_forward = 'Weiterleitung zwischen Listen- und Server-Adressen' +lucistatistics_collectdnetwork_cacheflush = 'Cache-Leerungsintervall' +lucistatistics_collectdnetwork_cacheflush_desc = 'Sekunden' +lucistatistics_collectdping = 'Ping Plugin Konfiguration' +lucistatistics_collectdping_desc = 'Das Ping-Plugin sendet ICMP-Echo-Requests an ausgewählte Hosts und misst die Antwortzeiten für jede Adresse.' +lucistatistics_collectdping_enable = 'Plugin aktivieren' +lucistatistics_collectdping_hosts = 'Hosts überwachen' +lucistatistics_collectdping_hosts_desc = 'mehrere mit Leerzeichen trennen' +lucistatistics_collectdping_ttl = 'TTL für Ping Pakete' +lucistatistics_collectdping_ttl_desc = '0 - 255' +lucistatistics_collectdProzesse = 'Prozesse Plugin Konfiguration' +lucistatistics_collectdProzesse_desc = 'Das Prozess-Plugin sammelt Informationen wie CPU-Zeit, Speicherzugriffsfehler und Speicherverbrauch ausgewählter Prozesse.' +lucistatistics_collectdProzesse_enable = 'Plugin aktivieren' +lucistatistics_collectdProzesse_processes = 'Prozesse überwachen' +lucistatistics_collectdProzesse_processes_desc = 'mehrere mit Leerzeichen trennen' +lucistatistics_collectdrrdtool = 'RRDTool Plugin Konfiguration' +lucistatistics_collectdrrdtool_desc = 'Das RRDTool-Plugin speichert die gesammelten Daten in sogenannten RRD-Datenbanken, der Grundlage für die Diagramm-Bilder.

Warnung: Falsche Werte resultieren in einem sehr hohen Speicherverbrauch im temporären Verzeichnis. Das kann das Gerät unbrauchbar machen, da Systemspeicher für den regulären Betrieb fehlt!' +lucistatistics_collectdrrdtool_enable = 'Plugin aktivieren' +lucistatistics_collectdrrdtool_datadir = 'Speicherverzeichnis' +lucistatistics_collectdrrdtool_stepsize = 'RRD Schrittintervall' +lucistatistics_collectdrrdtool_stepsize_desc = 'Sekunden' +lucistatistics_collectdrrdtool_heartbeat = 'RRD Heartbeatintervall' +lucistatistics_collectdrrdtool_heartbeat_desc = 'Sekunden' +lucistatistics_collectdrrdtool_rrasingle = 'Nur 'average' RRAs erzeugen' +lucistatistics_collectdrrdtool_rrasingle_desc = 'reduziert die RRD Größe' +lucistatistics_collectdrrdtool_rratimespans = 'gespeicherte Zeitspannen' +lucistatistics_collectdrrdtool_rratimespans_desc = 'mehrere mit Leerzeichen trennen' +lucistatistics_collectdrrdtool_rrarows = 'Spalten pro RRA' +lucistatistics_collectdrrdtool_xff = 'RRD XFiles Faktor' +lucistatistics_collectdrrdtool_cachetimeout = 'Zwischenspeicherzeit für gesammelte Daten' +lucistatistics_collectdrrdtool_cachetimeout_desc = 'Sekunden' +lucistatistics_collectdrrdtool_cacheflush = 'Leerungsintervall für Zwischenspeicher' +lucistatistics_collectdrrdtool_cacheflush_desc = 'Sekunden' +lucistatistics_collectdtcpconns = 'TCPConns Plugin Konfiguration' +lucistatistics_collectdtcpconns_desc = 'Das TCPConns-Plugin sammelt Informationen über offene TCP-Verbindungen auf ausgewählten Ports.' +lucistatistics_collectdtcpconns_enable = 'Plugin aktivieren' +lucistatistics_collectdtcpconns_listeningports = 'Alle durch lokale Dienste genutzten Ports überwachen' +lucistatistics_collectdtcpconns_localports = 'lokale Ports überwachen' +lucistatistics_collectdtcpconns_localports_desc = '0 - 65535; mehrere mit Leerzeichen trennen' +lucistatistics_collectdtcpconns_remoteports = 'entfernte Ports überwachen' +lucistatistics_collectdtcpconns_remoteports_desc = '0 - 65535; mehrere mit Leerzeichen trennen' +lucistatistics_collectdunixsock = 'Unixsock Plugin Konfiguration' +lucistatistics_collectdunixsock_desc = 'Das Unixsock-Plugin erstellt einen Unix-Socket über welchen gesammelte Werte aus der laufenden Collectd-Instanz ausgelesen werden können.' +lucistatistics_collectdunixsock_enable = 'Plugin aktivieren' +lucistatistics_collectdunixsock_socketfile = 'Dateipfad des Unix-Sockets' +lucistatistics_collectdunixsock_socketgroup = 'Gruppenbesitzer festlegen' +lucistatistics_collectdunixsock_socketgroup_desc = 'Gruppenname' +lucistatistics_collectdunixsock_socketperms = 'Dateiberechtigungen des Unix-Sockets' +lucistatistics_collectdunixsock_socketperms_desc = 'oktal' +lucistatistics_collectdwireless = 'Wireless Plugin Konfiguration' +lucistatistics_collectdwireless_desc = 'Das Wireless-Plugin sammelt Statistiken über die drahtlose Signalstärke, den Störpegel und die Signalqualität.' +lucistatistics_collectdwireless_enable = 'Plugin aktivieren' diff --git a/applications/luci-statistics/luasrc/i18n/statistics.en.lua b/applications/luci-statistics/luasrc/i18n/statistics.en.lua index 88d9cf087..d4e7eeac8 100644 --- a/applications/luci-statistics/luasrc/i18n/statistics.en.lua +++ b/applications/luci-statistics/luasrc/i18n/statistics.en.lua @@ -1,207 +1,207 @@ -stat_statistics = [[Statistics]] -stat_systemplugins = [[System plugins]] -stat_networkplugins = [[Network plugins]] -stat_outputplugins = [[Output plugins]] -stat_showtimespan = [[Display timespan »]] -stat_graphs = [[Graphs]] -stat_collectd = [[Collectd]] -stat_cpu = [[Processor]] -stat_ping = [[Ping]] -stat_iptables = [[Firewall]] -stat_netlink = [[Netlink]] -stat_processes = [[Processes]] -stat_wireless = [[Wireless]] -stat_tcpconns = [[TCP Connections]] -stat_interface = [[Interfaces]] -stat_df = [[Disk Space Usage]] -stat_irq = [[Interrupts]] -stat_disk = [[Disk Usage]] -stat_exec = [[Exec]] -stat_rrdtool = [[RRDTool]] -stat_network = [[Network]] -stat_csv = [[CSV Output]] -stat_load = [[System Load]] -lucistatistics = [[Statistics]] -lucistatistics_collectd = [[Collectd Settings]] -lucistatistics_collectd_desc = [[Collectd is a small daeomon for collecting data from various sources through different plugins. On this page you can change general settings for the collectd daemon.]] -lucistatistics_collectd_hostname = [[Hostname]] -lucistatistics_collectd_basedir = [[Base Directory]] -lucistatistics_collectd_include = [[Directory for sub-configurations]] -lucistatistics_collectd_plugindir = [[Directory for collectd plugins]] -lucistatistics_collectd_pidfile = [[Used PID file]] -lucistatistics_collectd_typesdb = [[Datasets definition file]] -lucistatistics_collectd_interval = [[Data collection interval]] -lucistatistics_collectd_interval_desc = [[Seconds]] -lucistatistics_collectd_readthreads = [[Number of threads for data collection]] -lucistatistics_collectd_fqdnlookup = [[Try to lookup fully qualified hostname]] -lucistatistics_collectdcpu = [[CPU Plugin Configuration]] -lucistatistics_collectdcpu_desc = [[The cpu plugin collects basic statistics about the processor usage.]] -lucistatistics_collectdcpu_enable = [[Enable this plugin]] -lucistatistics_collectdcsv = [[CSV Plugin Configuration]] -lucistatistics_collectdcsv_desc = [[The csv plugin stores collected data in csv file format for further processing by external programs.]] -lucistatistics_collectdcsv_enable = [[Enable this plugin]] -lucistatistics_collectdcsv_datadir = [[Storage directory for the csv files]] -lucistatistics_collectdcsv_storerates = [[Store data values as rates instead of absolute values]] -lucistatistics_collectddf = [[DF Plugin Configuration]] -lucistatistics_collectddf_desc = [[The df plugin collects statistics about the disk space usage on different devices, mount points or filesystem types.]] -lucistatistics_collectddf_enable = [[Enable this plugin]] -lucistatistics_collectddf_devices = [[Monitor devices]] -lucistatistics_collectddf_devices_desc = [[multiple separated by space]] -lucistatistics_collectddf_mountpoints = [[Monitor mount points]] -lucistatistics_collectddf_mountpoints_desc = [[multiple separated by space]] -lucistatistics_collectddf_fstypes = [[Monitor filesystem types]] -lucistatistics_collectddf_fstypes_desc = [[multiple separated by space]] -lucistatistics_collectddf_ignoreselected = [[Monitor all except selected ones]] -lucistatistics_collectddisk = [[Disk Plugin Configuration]] -lucistatistics_collectddisk_desc = [[The disk plugin collects detailled usage statistics for selected partitions or whole disks.]] -lucistatistics_collectddisk_enable = [[Enable this plugin]] -lucistatistics_collectddisk_disks = [[Monitor disks and partitions]] -lucistatistics_collectddisk_disks_desc = [[multiple separated by space]] -lucistatistics_collectddisk_ignoreselected = [[Monitor all except selected ones]] -lucistatistics_collectddns = [[DNS Plugin Configuration]] -lucistatistics_collectddns_desc = [[The dns plugin collects detailled statistics about dns related traffic on selected interfaces.]] -lucistatistics_collectddns_enable = [[Enable this plugin]] -lucistatistics_collectddns_interfaces = [[Monitor interfaces]] -lucistatistics_collectddns_interfaces_desc = [[multiple separated by space]] -lucistatistics_collectddns_ignoresources = [[Ignore source addresses]] -lucistatistics_collectddns_ignoresources_desc = [[multiple separated by space]] -lucistatistics_collectdemail = [[E-Mail Plugin Configuration]] -lucistatistics_collectdemail_desc = [[The email plugin creates a unix socket which can be used to transmit email-statistics to a running collectd daemon. This plugin is primarily intended to be used in conjunction with Mail::SpamAssasin::Plugin::Collectd but can be used in other ways as well.]] -lucistatistics_collectdemail_enable = [[Enable this plugin]] -lucistatistics_collectdemail_socketfile = [[Filepath of the unix socket]] -lucistatistics_collectdemail_socketgroup = [[Group ownership of the unix socket]] -lucistatistics_collectdemail_socketgroup_desc = [[group name]] -lucistatistics_collectdemail_socketperms = [[File permissions of the unix socket]] -lucistatistics_collectdemail_socketperms_desc = [[octal]] -lucistatistics_collectdemail_maxconns = [[Maximum allowed connections]] -lucistatistics_collectdexec = [[Exec Plugin Configuration]] -lucistatistics_collectdexec_desc = [[The exec plugin starts external commands to read values from or to notify external processes when certain threshold values have been reached.]] -lucistatistics_collectdexec_enable = [[Enable this plugin]] -lucistatistics_collectdexecinput = [[Add command for reading values]] -lucistatistics_collectdexecinput_desc = [[Here you can define external commands which will be started by collectd in order to read certain values. The values will be read from stdout.]] -lucistatistics_collectdexecinput_cmdline = [[Commandline]] -lucistatistics_collectdexecinput_cmduser = [[Run as user]] -lucistatistics_collectdexecinput_cmdgroup = [[Run as group]] -lucistatistics_collectdexecnotify = [[Add notification command]] -lucistatistics_collectdexecnotify_desc = [[Here you can define external commands which will be started by collectd when certain threshold values have been reached. The values leading to invokation will be feeded to the the called programs stdin.]] -lucistatistics_collectdexecnotify_cmdline = [[Commandline]] -lucistatistics_collectdexecnotify_cmduser = [[Run as user]] -lucistatistics_collectdexecnotify_cmdgroup = [[Run as group]] -lucistatistics_collectdinterface = [[Interface Plugin Configuration]] -lucistatistics_collectdinterface_desc = [[The interface plugin collects traffic statistics on selected interfaces.]] -lucistatistics_collectdinterface_enable = [[Enable this plugin]] -lucistatistics_collectdinterface_interfaces = [[Monitor interfaces]] -lucistatistics_collectdinterface_interfaces_desc = [[hold Ctrl while clicking to select multiple interfaces]] -lucistatistics_collectdinterface_ignoreselected = [[Monitor all except selected ones]] -lucistatistics_collectdiptables = [[Iptables Plugin Configuration]] -lucistatistics_collectdiptables_desc = [[The iptables plugin will monitor selected firewall rules and collect informations about processed bytes and packets per rule.]] -lucistatistics_collectdiptables_enable = [[Enable this plugin]] -lucistatistics_collectdiptablesmatch = [[Add matching rule]] -lucistatistics_collectdiptablesmatch_desc = [[Here you can define various criteria by which the monitored iptables rules are selected.]] -lucistatistics_collectdiptablesmatch_name = [[Name of the rule]] -lucistatistics_collectdiptablesmatch_name_desc = [[max. 16 chars]] -lucistatistics_collectdiptablesmatch_table = [[Table]] -lucistatistics_collectdiptablesmatch_chain = [[Chain]] -lucistatistics_collectdiptablesmatch_target = [[Action (target)]] -lucistatistics_collectdiptablesmatch_protocol = [[Network protocol]] -lucistatistics_collectdiptablesmatch_source = [[Source ip range]] -lucistatistics_collectdiptablesmatch_source_desc = [[CIDR notation]] -lucistatistics_collectdiptablesmatch_destination = [[Destination ip range]] -lucistatistics_collectdiptablesmatch_destination_desc = [[CIDR notation]] -lucistatistics_collectdiptablesmatch_inputif = [[Incoming interface]] -lucistatistics_collectdiptablesmatch_inputif_desc = [[e.g. br-lan]] -lucistatistics_collectdiptablesmatch_outputif = [[Outgoing interface]] -lucistatistics_collectdiptablesmatch_outputif_desc = [[e.g. br-ff]] -lucistatistics_collectdiptablesmatch_options = [[Options]] -lucistatistics_collectdiptablesmatch_options_desc = [[e.g. reject-with tcp-reset]] -lucistatistics_collectdirq = [[IRQ Plugin Configuration]] -lucistatistics_collectdirq_desc = [[The irq plugin will monitor the rate of issues per second for each selected interrupt. If no interrupt is selected then all interrupts are monitored.]] -lucistatistics_collectdirq_enable = [[Enable this plugin]] -lucistatistics_collectdirq_irqs = [[Monitor interrupts]] -lucistatistics_collectdirq_irqs_desc = [[multiple separated by space]] -lucistatistics_collectdirq_ignoreselected = [[Monitor all except selected ones]] -lucistatistics_collectdload = [[Load Plugin Configuration]] -lucistatistics_collectdload_desc = [[The load plugin collects statistics about the general system load.]] -lucistatistics_collectdload_enable = [[Enable this plugin]] -lucistatistics_collectdnetlink = [[Netlink Plugin Configuration]] -lucistatistics_collectdnetlink_desc = [[The netlink plugin collects extended informations like qdisc-, class- and filter-statistics for selected interfaces.]] -lucistatistics_collectdnetlink_enable = [[Enable this plugin]] -lucistatistics_collectdnetlink_interfaces = [[Basic monitoring]] -lucistatistics_collectdnetlink_interfaces_desc = [[hold Ctrl while clicking to select multiple interfaces]] -lucistatistics_collectdnetlink_verboseinterfaces = [[Verbose monitoring]] -lucistatistics_collectdnetlink_verboseinterfaces_desc = [[hold Ctrl while clicking to select multiple interfaces]] -lucistatistics_collectdnetlink_qdiscs = [[Qdisc monitoring]] -lucistatistics_collectdnetlink_qdiscs_desc = [[hold Ctrl while clicking to select multiple interfaces]] -lucistatistics_collectdnetlink_classes = [[Shaping class monitoring]] -lucistatistics_collectdnetlink_classes_desc = [[hold Ctrl while clicking to select multiple interfaces]] -lucistatistics_collectdnetlink_filters = [[Filter class monitoring]] -lucistatistics_collectdnetlink_filters_desc = [[hold Ctrl while clicking to select multiple interfaces]] -lucistatistics_collectdnetwork = [[Network Plugin Configuration]] -lucistatistics_collectdnetwork_desc = [[The network plugin provides network based communication between different collectd instances. Collectd can operate both in client and server mode. In client mode locally collected date is transferred to a collectd server instance, in server mode the local instance receives data from other hosts.]] -lucistatistics_collectdnetwork_enable = [[Enable this plugin]] -lucistatistics_collectdnetworklisten = [[Listener interfaces]] -lucistatistics_collectdnetworklisten_desc = [[This section defines on which interfaces collectd will wait for incoming connections.]] -lucistatistics_collectdnetworklisten_host = [[Listen host]] -lucistatistics_collectdnetworklisten_host_desc = [[host-, ip- or ip6 address]] -lucistatistics_collectdnetworklisten_port = [[Listen port]] -lucistatistics_collectdnetworklisten_port_desc = [[0 - 65535]] -lucistatistics_collectdnetworkserver = [[server interfaces]] -lucistatistics_collectdnetworkserver_desc = [[This section defines to which servers the locally collected data is sent to.]] -lucistatistics_collectdnetworkserver_host = [[Server host]] -lucistatistics_collectdnetworkserver_host_desc = [[host-, ip- or ip6 address]] -lucistatistics_collectdnetworkserver_port = [[Server port]] -lucistatistics_collectdnetworkserver_port_desc = [[0 - 65535]] -lucistatistics_collectdnetwork_timetolive = [[TTL for network packets]] -lucistatistics_collectdnetwork_timetolive_desc = [[0 - 255]] -lucistatistics_collectdnetwork_forward = [[Forwarding between listen and server addresses]] -lucistatistics_collectdnetwork_cacheflush = [[Cache flush interval]] -lucistatistics_collectdnetwork_cacheflush_desc = [[seconds]] -lucistatistics_collectdping = [[Ping Plugin Configuration]] -lucistatistics_collectdping_desc = [[The ping plugin will send icmp echo replies to selected hosts and measure the roundtrip time for each host.]] -lucistatistics_collectdping_enable = [[Enable this plugin]] -lucistatistics_collectdping_hosts = [[Monitor hosts]] -lucistatistics_collectdping_hosts_desc = [[multiple separated by space]] -lucistatistics_collectdping_ttl = [[TTL for ping packets]] -lucistatistics_collectdping_ttl_desc = [[0 - 255]] -lucistatistics_collectdprocesses = [[Processes Plugin Configuration]] -lucistatistics_collectdprocesses_desc = [[The processes plugin collects informations like cpu time, page faults and memory usage of selected processes.]] -lucistatistics_collectdprocesses_enable = [[Enable this plugin]] -lucistatistics_collectdprocesses_processes = [[Monitor processes]] -lucistatistics_collectdprocesses_processes_desc = [[multiple separated by space]] -lucistatistics_collectdrrdtool = [[RRDTool Plugin Configuration]] -lucistatistics_collectdrrdtool_desc = [[The rrdtool plugin stores the collected data in rrd database files, the foundation of the diagrams.

Warning: Setting the wrong values will result in a very high memory consumption in the temporary directory. This can render the device unusable!]] -lucistatistics_collectdrrdtool_enable = [[Enable this plugin]] -lucistatistics_collectdrrdtool_datadir = [[Storage directory]] -lucistatistics_collectdrrdtool_stepsize = [[RRD step interval]] -lucistatistics_collectdrrdtool_stepsize_desc = [[seconds]] -lucistatistics_collectdrrdtool_heartbeat = [[RRD heart beat interval]] -lucistatistics_collectdrrdtool_heartbeat_desc = [[seconds]] -lucistatistics_collectdrrdtool_rrasingle = [[Only create average RRAs]] -lucistatistics_collectdrrdtool_rrasingle_desc = [[reduces rrd size]] -lucistatistics_collectdrrdtool_rratimespans = [[Stored timespans]] -lucistatistics_collectdrrdtool_rratimespans_desc = [[seconds; multiple separated by space]] -lucistatistics_collectdrrdtool_rrarows = [[Rows per RRA]] -lucistatistics_collectdrrdtool_xff = [[RRD XFiles Factor]] -lucistatistics_collectdrrdtool_cachetimeout = [[Cache collected data for]] -lucistatistics_collectdrrdtool_cachetimeout_desc = [[seconds]] -lucistatistics_collectdrrdtool_cacheflush = [[Flush cache after]] -lucistatistics_collectdrrdtool_cacheflush_desc = [[seconds]] -lucistatistics_collectdtcpconns = [[TCPConns Plugin Configuration]] -lucistatistics_collectdtcpconns_desc = [[The tcpconns plugin collects informations about open tcp connections on selected ports.]] -lucistatistics_collectdtcpconns_enable = [[Enable this plugin]] -lucistatistics_collectdtcpconns_listeningports = [[Monitor all local listen ports]] -lucistatistics_collectdtcpconns_localports = [[Monitor local ports]] -lucistatistics_collectdtcpconns_localports_desc = [[0 - 65535; multiple separated by space]] -lucistatistics_collectdtcpconns_remoteports = [[Monitor remote ports]] -lucistatistics_collectdtcpconns_remoteports_desc = [[0 - 65535; multiple separated by space]] -lucistatistics_collectdunixsock = [[Unixsock Plugin Configuration]] -lucistatistics_collectdunixsock_desc = [[The unixsock plugin creates a unix socket which can be used to read collected data from a running collectd instance.]] -lucistatistics_collectdunixsock_enable = [[Enable this plugin]] -lucistatistics_collectdunixsock_socketfile = [[Filepath of the unix socket]] -lucistatistics_collectdunixsock_socketgroup = [[Group ownership of the unix socket]] -lucistatistics_collectdunixsock_socketgroup_desc = [[group name]] -lucistatistics_collectdunixsock_socketperms = [[File permissions of the unix socket]] -lucistatistics_collectdunixsock_socketperms_desc = [[octal]] -lucistatistics_collectdwireless = [[Wireless Plugin Configuration]] -lucistatistics_collectdwireless_desc = [[The wireless plugin collects statistics about wireless signal strength, noise and quality.]] -lucistatistics_collectdwireless_enable = [[Enable this plugin]] +stat_statistics = 'Statistics' +stat_systemplugins = 'System plugins' +stat_networkplugins = 'Network plugins' +stat_outputplugins = 'Output plugins' +stat_showtimespan = 'Display timespan »' +stat_graphs = 'Graphs' +stat_collectd = 'Collectd' +stat_cpu = 'Processor' +stat_ping = 'Ping' +stat_iptables = 'Firewall' +stat_netlink = 'Netlink' +stat_processes = 'Processes' +stat_wireless = 'Wireless' +stat_tcpconns = 'TCP Connections' +stat_interface = 'Interfaces' +stat_df = 'Disk Space Usage' +stat_irq = 'Interrupts' +stat_disk = 'Disk Usage' +stat_exec = 'Exec' +stat_rrdtool = 'RRDTool' +stat_network = 'Network' +stat_csv = 'CSV Output' +stat_load = 'System Load' +lucistatistics = 'Statistics' +lucistatistics_collectd = 'Collectd Settings' +lucistatistics_collectd_desc = 'Collectd is a small daeomon for collecting data from various sources through different plugins. On this page you can change general settings for the collectd daemon.' +lucistatistics_collectd_hostname = 'Hostname' +lucistatistics_collectd_basedir = 'Base Directory' +lucistatistics_collectd_include = 'Directory for sub-configurations' +lucistatistics_collectd_plugindir = 'Directory for collectd plugins' +lucistatistics_collectd_pidfile = 'Used PID file' +lucistatistics_collectd_typesdb = 'Datasets definition file' +lucistatistics_collectd_interval = 'Data collection interval' +lucistatistics_collectd_interval_desc = 'Seconds' +lucistatistics_collectd_readthreads = 'Number of threads for data collection' +lucistatistics_collectd_fqdnlookup = 'Try to lookup fully qualified hostname' +lucistatistics_collectdcpu = 'CPU Plugin Configuration' +lucistatistics_collectdcpu_desc = 'The cpu plugin collects basic statistics about the processor usage.' +lucistatistics_collectdcpu_enable = 'Enable this plugin' +lucistatistics_collectdcsv = 'CSV Plugin Configuration' +lucistatistics_collectdcsv_desc = 'The csv plugin stores collected data in csv file format for further processing by external programs.' +lucistatistics_collectdcsv_enable = 'Enable this plugin' +lucistatistics_collectdcsv_datadir = 'Storage directory for the csv files' +lucistatistics_collectdcsv_storerates = 'Store data values as rates instead of absolute values' +lucistatistics_collectddf = 'DF Plugin Configuration' +lucistatistics_collectddf_desc = 'The df plugin collects statistics about the disk space usage on different devices, mount points or filesystem types.' +lucistatistics_collectddf_enable = 'Enable this plugin' +lucistatistics_collectddf_devices = 'Monitor devices' +lucistatistics_collectddf_devices_desc = 'multiple separated by space' +lucistatistics_collectddf_mountpoints = 'Monitor mount points' +lucistatistics_collectddf_mountpoints_desc = 'multiple separated by space' +lucistatistics_collectddf_fstypes = 'Monitor filesystem types' +lucistatistics_collectddf_fstypes_desc = 'multiple separated by space' +lucistatistics_collectddf_ignoreselected = 'Monitor all except selected ones' +lucistatistics_collectddisk = 'Disk Plugin Configuration' +lucistatistics_collectddisk_desc = 'The disk plugin collects detailled usage statistics for selected partitions or whole disks.' +lucistatistics_collectddisk_enable = 'Enable this plugin' +lucistatistics_collectddisk_disks = 'Monitor disks and partitions' +lucistatistics_collectddisk_disks_desc = 'multiple separated by space' +lucistatistics_collectddisk_ignoreselected = 'Monitor all except selected ones' +lucistatistics_collectddns = 'DNS Plugin Configuration' +lucistatistics_collectddns_desc = 'The dns plugin collects detailled statistics about dns related traffic on selected interfaces.' +lucistatistics_collectddns_enable = 'Enable this plugin' +lucistatistics_collectddns_interfaces = 'Monitor interfaces' +lucistatistics_collectddns_interfaces_desc = 'multiple separated by space' +lucistatistics_collectddns_ignoresources = 'Ignore source addresses' +lucistatistics_collectddns_ignoresources_desc = 'multiple separated by space' +lucistatistics_collectdemail = 'E-Mail Plugin Configuration' +lucistatistics_collectdemail_desc = 'The email plugin creates a unix socket which can be used to transmit email-statistics to a running collectd daemon. This plugin is primarily intended to be used in conjunction with Mail::SpamAssasin::Plugin::Collectd but can be used in other ways as well.' +lucistatistics_collectdemail_enable = 'Enable this plugin' +lucistatistics_collectdemail_socketfile = 'Filepath of the unix socket' +lucistatistics_collectdemail_socketgroup = 'Group ownership of the unix socket' +lucistatistics_collectdemail_socketgroup_desc = 'group name' +lucistatistics_collectdemail_socketperms = 'File permissions of the unix socket' +lucistatistics_collectdemail_socketperms_desc = 'octal' +lucistatistics_collectdemail_maxconns = 'Maximum allowed connections' +lucistatistics_collectdexec = 'Exec Plugin Configuration' +lucistatistics_collectdexec_desc = 'The exec plugin starts external commands to read values from or to notify external processes when certain threshold values have been reached.' +lucistatistics_collectdexec_enable = 'Enable this plugin' +lucistatistics_collectdexecinput = 'Add command for reading values' +lucistatistics_collectdexecinput_desc = 'Here you can define external commands which will be started by collectd in order to read certain values. The values will be read from stdout.' +lucistatistics_collectdexecinput_cmdline = 'Commandline' +lucistatistics_collectdexecinput_cmduser = 'Run as user' +lucistatistics_collectdexecinput_cmdgroup = 'Run as group' +lucistatistics_collectdexecnotify = 'Add notification command' +lucistatistics_collectdexecnotify_desc = 'Here you can define external commands which will be started by collectd when certain threshold values have been reached. The values leading to invokation will be feeded to the the called programs stdin.' +lucistatistics_collectdexecnotify_cmdline = 'Commandline' +lucistatistics_collectdexecnotify_cmduser = 'Run as user' +lucistatistics_collectdexecnotify_cmdgroup = 'Run as group' +lucistatistics_collectdinterface = 'Interface Plugin Configuration' +lucistatistics_collectdinterface_desc = 'The interface plugin collects traffic statistics on selected interfaces.' +lucistatistics_collectdinterface_enable = 'Enable this plugin' +lucistatistics_collectdinterface_interfaces = 'Monitor interfaces' +lucistatistics_collectdinterface_interfaces_desc = 'hold Ctrl while clicking to select multiple interfaces' +lucistatistics_collectdinterface_ignoreselected = 'Monitor all except selected ones' +lucistatistics_collectdiptables = 'Iptables Plugin Configuration' +lucistatistics_collectdiptables_desc = 'The iptables plugin will monitor selected firewall rules and collect informations about processed bytes and packets per rule.' +lucistatistics_collectdiptables_enable = 'Enable this plugin' +lucistatistics_collectdiptablesmatch = 'Add matching rule' +lucistatistics_collectdiptablesmatch_desc = 'Here you can define various criteria by which the monitored iptables rules are selected.' +lucistatistics_collectdiptablesmatch_name = 'Name of the rule' +lucistatistics_collectdiptablesmatch_name_desc = 'max. 16 chars' +lucistatistics_collectdiptablesmatch_table = 'Table' +lucistatistics_collectdiptablesmatch_chain = 'Chain' +lucistatistics_collectdiptablesmatch_target = 'Action (target)' +lucistatistics_collectdiptablesmatch_protocol = 'Network protocol' +lucistatistics_collectdiptablesmatch_source = 'Source ip range' +lucistatistics_collectdiptablesmatch_source_desc = 'CIDR notation' +lucistatistics_collectdiptablesmatch_destination = 'Destination ip range' +lucistatistics_collectdiptablesmatch_destination_desc = 'CIDR notation' +lucistatistics_collectdiptablesmatch_inputif = 'Incoming interface' +lucistatistics_collectdiptablesmatch_inputif_desc = 'e.g. br-lan' +lucistatistics_collectdiptablesmatch_outputif = 'Outgoing interface' +lucistatistics_collectdiptablesmatch_outputif_desc = 'e.g. br-ff' +lucistatistics_collectdiptablesmatch_options = 'Options' +lucistatistics_collectdiptablesmatch_options_desc = 'e.g. reject-with tcp-reset' +lucistatistics_collectdirq = 'IRQ Plugin Configuration' +lucistatistics_collectdirq_desc = 'The irq plugin will monitor the rate of issues per second for each selected interrupt. If no interrupt is selected then all interrupts are monitored.' +lucistatistics_collectdirq_enable = 'Enable this plugin' +lucistatistics_collectdirq_irqs = 'Monitor interrupts' +lucistatistics_collectdirq_irqs_desc = 'multiple separated by space' +lucistatistics_collectdirq_ignoreselected = 'Monitor all except selected ones' +lucistatistics_collectdload = 'Load Plugin Configuration' +lucistatistics_collectdload_desc = 'The load plugin collects statistics about the general system load.' +lucistatistics_collectdload_enable = 'Enable this plugin' +lucistatistics_collectdnetlink = 'Netlink Plugin Configuration' +lucistatistics_collectdnetlink_desc = 'The netlink plugin collects extended informations like qdisc-, class- and filter-statistics for selected interfaces.' +lucistatistics_collectdnetlink_enable = 'Enable this plugin' +lucistatistics_collectdnetlink_interfaces = 'Basic monitoring' +lucistatistics_collectdnetlink_interfaces_desc = 'hold Ctrl while clicking to select multiple interfaces' +lucistatistics_collectdnetlink_verboseinterfaces = 'Verbose monitoring' +lucistatistics_collectdnetlink_verboseinterfaces_desc = 'hold Ctrl while clicking to select multiple interfaces' +lucistatistics_collectdnetlink_qdiscs = 'Qdisc monitoring' +lucistatistics_collectdnetlink_qdiscs_desc = 'hold Ctrl while clicking to select multiple interfaces' +lucistatistics_collectdnetlink_classes = 'Shaping class monitoring' +lucistatistics_collectdnetlink_classes_desc = 'hold Ctrl while clicking to select multiple interfaces' +lucistatistics_collectdnetlink_filters = 'Filter class monitoring' +lucistatistics_collectdnetlink_filters_desc = 'hold Ctrl while clicking to select multiple interfaces' +lucistatistics_collectdnetwork = 'Network Plugin Configuration' +lucistatistics_collectdnetwork_desc = 'The network plugin provides network based communication between different collectd instances. Collectd can operate both in client and server mode. In client mode locally collected date is transferred to a collectd server instance, in server mode the local instance receives data from other hosts.' +lucistatistics_collectdnetwork_enable = 'Enable this plugin' +lucistatistics_collectdnetworklisten = 'Listener interfaces' +lucistatistics_collectdnetworklisten_desc = 'This section defines on which interfaces collectd will wait for incoming connections.' +lucistatistics_collectdnetworklisten_host = 'Listen host' +lucistatistics_collectdnetworklisten_host_desc = 'host-, ip- or ip6 address' +lucistatistics_collectdnetworklisten_port = 'Listen port' +lucistatistics_collectdnetworklisten_port_desc = '0 - 65535' +lucistatistics_collectdnetworkserver = 'server interfaces' +lucistatistics_collectdnetworkserver_desc = 'This section defines to which servers the locally collected data is sent to.' +lucistatistics_collectdnetworkserver_host = 'Server host' +lucistatistics_collectdnetworkserver_host_desc = 'host-, ip- or ip6 address' +lucistatistics_collectdnetworkserver_port = 'Server port' +lucistatistics_collectdnetworkserver_port_desc = '0 - 65535' +lucistatistics_collectdnetwork_timetolive = 'TTL for network packets' +lucistatistics_collectdnetwork_timetolive_desc = '0 - 255' +lucistatistics_collectdnetwork_forward = 'Forwarding between listen and server addresses' +lucistatistics_collectdnetwork_cacheflush = 'Cache flush interval' +lucistatistics_collectdnetwork_cacheflush_desc = 'seconds' +lucistatistics_collectdping = 'Ping Plugin Configuration' +lucistatistics_collectdping_desc = 'The ping plugin will send icmp echo replies to selected hosts and measure the roundtrip time for each host.' +lucistatistics_collectdping_enable = 'Enable this plugin' +lucistatistics_collectdping_hosts = 'Monitor hosts' +lucistatistics_collectdping_hosts_desc = 'multiple separated by space' +lucistatistics_collectdping_ttl = 'TTL for ping packets' +lucistatistics_collectdping_ttl_desc = '0 - 255' +lucistatistics_collectdprocesses = 'Processes Plugin Configuration' +lucistatistics_collectdprocesses_desc = 'The processes plugin collects informations like cpu time, page faults and memory usage of selected processes.' +lucistatistics_collectdprocesses_enable = 'Enable this plugin' +lucistatistics_collectdprocesses_processes = 'Monitor processes' +lucistatistics_collectdprocesses_processes_desc = 'multiple separated by space' +lucistatistics_collectdrrdtool = 'RRDTool Plugin Configuration' +lucistatistics_collectdrrdtool_desc = 'The rrdtool plugin stores the collected data in rrd database files, the foundation of the diagrams.

Warning: Setting the wrong values will result in a very high memory consumption in the temporary directory. This can render the device unusable!' +lucistatistics_collectdrrdtool_enable = 'Enable this plugin' +lucistatistics_collectdrrdtool_datadir = 'Storage directory' +lucistatistics_collectdrrdtool_stepsize = 'RRD step interval' +lucistatistics_collectdrrdtool_stepsize_desc = 'seconds' +lucistatistics_collectdrrdtool_heartbeat = 'RRD heart beat interval' +lucistatistics_collectdrrdtool_heartbeat_desc = 'seconds' +lucistatistics_collectdrrdtool_rrasingle = 'Only create average RRAs' +lucistatistics_collectdrrdtool_rrasingle_desc = 'reduces rrd size' +lucistatistics_collectdrrdtool_rratimespans = 'Stored timespans' +lucistatistics_collectdrrdtool_rratimespans_desc = 'seconds; multiple separated by space' +lucistatistics_collectdrrdtool_rrarows = 'Rows per RRA' +lucistatistics_collectdrrdtool_xff = 'RRD XFiles Factor' +lucistatistics_collectdrrdtool_cachetimeout = 'Cache collected data for' +lucistatistics_collectdrrdtool_cachetimeout_desc = 'seconds' +lucistatistics_collectdrrdtool_cacheflush = 'Flush cache after' +lucistatistics_collectdrrdtool_cacheflush_desc = 'seconds' +lucistatistics_collectdtcpconns = 'TCPConns Plugin Configuration' +lucistatistics_collectdtcpconns_desc = 'The tcpconns plugin collects informations about open tcp connections on selected ports.' +lucistatistics_collectdtcpconns_enable = 'Enable this plugin' +lucistatistics_collectdtcpconns_listeningports = 'Monitor all local listen ports' +lucistatistics_collectdtcpconns_localports = 'Monitor local ports' +lucistatistics_collectdtcpconns_localports_desc = '0 - 65535; multiple separated by space' +lucistatistics_collectdtcpconns_remoteports = 'Monitor remote ports' +lucistatistics_collectdtcpconns_remoteports_desc = '0 - 65535; multiple separated by space' +lucistatistics_collectdunixsock = 'Unixsock Plugin Configuration' +lucistatistics_collectdunixsock_desc = 'The unixsock plugin creates a unix socket which can be used to read collected data from a running collectd instance.' +lucistatistics_collectdunixsock_enable = 'Enable this plugin' +lucistatistics_collectdunixsock_socketfile = 'Filepath of the unix socket' +lucistatistics_collectdunixsock_socketgroup = 'Group ownership of the unix socket' +lucistatistics_collectdunixsock_socketgroup_desc = 'group name' +lucistatistics_collectdunixsock_socketperms = 'File permissions of the unix socket' +lucistatistics_collectdunixsock_socketperms_desc = 'octal' +lucistatistics_collectdwireless = 'Wireless Plugin Configuration' +lucistatistics_collectdwireless_desc = 'The wireless plugin collects statistics about wireless signal strength, noise and quality.' +lucistatistics_collectdwireless_enable = 'Enable this plugin' diff --git a/applications/luci-upnp/luasrc/i18n/upnp.de.lua b/applications/luci-upnp/luasrc/i18n/upnp.de.lua index 1dbb2c5b8..b2757b0d7 100644 --- a/applications/luci-upnp/luasrc/i18n/upnp.de.lua +++ b/applications/luci-upnp/luasrc/i18n/upnp.de.lua @@ -1,6 +1,6 @@ -upnpd = [[Universal Plug & Play]] -upnpd_desc = [[UPNP ermöglicht die automatische Konfiguration des Routers durch Clients im lokalen Netzwerk.]] -upnpd_config_desc = [[UPNP sollte nur wenn unbedingt nötig aktiviert werden, da es ein Sicherheitsrisiko für das Netzwerk darstellen kann.]] -upnpd_config_logoutput = [[Ausgabe protokollieren]] -upnpd_config_download = [[Downlink]] -upnpd_config_upload = [[Uplink]] +upnpd = 'Universal Plug & Play' +upnpd_desc = 'UPNP ermöglicht die automatische Konfiguration des Routers durch Clients im lokalen Netzwerk.' +upnpd_config_desc = 'UPNP sollte nur wenn unbedingt nötig aktiviert werden, da es ein Sicherheitsrisiko für das Netzwerk darstellen kann.' +upnpd_config_logoutput = 'Ausgabe protokollieren' +upnpd_config_download = 'Downlink' +upnpd_config_upload = 'Uplink' diff --git a/applications/luci-upnp/luasrc/i18n/upnp.en.lua b/applications/luci-upnp/luasrc/i18n/upnp.en.lua index 98a3dd12b..fc0293987 100644 --- a/applications/luci-upnp/luasrc/i18n/upnp.en.lua +++ b/applications/luci-upnp/luasrc/i18n/upnp.en.lua @@ -1,6 +1,6 @@ -upnpd = [[Universal Plug & Play]] -upnpd_desc = [[UPNP allows clients in the local network to automatically configure the router.]] -upnpd_config_desc = [[UPNP should only be enabled if absolutely necessary as it can result in high security risks for your network.]] -upnpd_config_logoutput = [[Log output]] -upnpd_config_download = [[Downlink]] -upnpd_config_upload = [[Uplink]] +upnpd = 'Universal Plug & Play' +upnpd_desc = 'UPNP allows clients in the local network to automatically configure the router.' +upnpd_config_desc = 'UPNP should only be enabled if absolutely necessary as it can result in high security risks for your network.' +upnpd_config_logoutput = 'Log output' +upnpd_config_download = 'Downlink' +upnpd_config_upload = 'Uplink' diff --git a/applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.de.lua b/applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.de.lua index 184eb798f..c928e91a1 100644 --- a/applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.de.lua +++ b/applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.de.lua @@ -1,4 +1,4 @@ -framespersecond = [[Bilder pro Sekunde]] -resolution = [[Auflösung]] -settings = [[Konfiguration]] -uvc_streamer = [[Webcam Stream]] +framespersecond = 'Bilder pro Sekunde' +resolution = 'Auflösung' +settings = 'Konfiguration' +uvc_streamer = 'Webcam Stream' diff --git a/applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua b/applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua index 059bac70c..3c5c82099 100644 --- a/applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua +++ b/applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua @@ -1,4 +1,4 @@ -framespersecond = [[Frames per second]] -resolution = [[Resolution]] -settings = [[Settings]] -uvc_streamer = [[Webcam streaming]] +framespersecond = 'Frames per second' +resolution = 'Resolution' +settings = 'Settings' +uvc_streamer = 'Webcam streaming' diff --git a/i18n/english/luasrc/i18n/admin-core.en.lua b/i18n/english/luasrc/i18n/admin-core.en.lua index 66e88c628..44613f236 100644 --- a/i18n/english/luasrc/i18n/admin-core.en.lua +++ b/i18n/english/luasrc/i18n/admin-core.en.lua @@ -1,284 +1,284 @@ -uci_applied = [[The following changes have been applied]] -uci_reverted = [[The following changes have been reverted]] -a_i_ui = [[User Interface]] -c_lucidesc = [[LuCI is a collection of free Lua software including an MVC-Webframework and webinterface for embedded devices. LuCI is licensed under the Apache-License.]] -c_projecthome = [[Project Homepage]] -c_leaddev = [[Lead Development]] -c_contributors = [[Contributing Developers]] -c_thanksto = [[Thanks To]] -a_i_i_hello = [[Hello!]] -a_i_i_admin1 = [[This is the administration area of LuCI.]] -a_i_i_admin2 = [[LuCI is a free, flexible, and user friendly graphical interface for configuring OpenWRT Kamikaze.]] -a_i_i_admin3 = [[On the following pages you can adjust all important settings of your router.]] -a_i_i_admin4 = [[Notice: In LuCI changes have to be confirmed by clicking Changes - Save & Apply before being applied.]] -a_i_i_admin5 = [[As we are always want to improve this interface we are looking forward to your feedback and suggestions.]] -a_i_i_admin6 = [[And now have fun with your router!]] -a_i_i_team = [[The LuCI Team]] -a_i_luci1 = [[Here you can customize the settings and the functionality of LuCI.]] -a_i_ucicommit = [[Post-commit actions]] -a_i_ucicommit1 = [[These commands will be executed automatically when a given UCI configuration is committed allowing changes to be applied instantly.]] -a_i_keepflash = [[Files to be kept when flashing a new firmware]] -a_i_keepflash1 = [[When flashing a new firmware with LuCI these files will be added to the new firmware installation.]] -a_st_i_status1 = [[Here you can find information about the current system status like CPU clock frequency, memory usage or network interface data.]] -a_st_i_status2 = [[Also kernel or service logfiles can be viewed here to get an overview over their current state.]] -iwscan = [[WLAN-Scan]] -iwscan1 = [[Wifi networks in your local environment]] -iwscan_encr = [[Encr.]] -iwscan_link = [[Link]] -iwscan_signal = [[Signal]] -iwscan_noise = [[Noise]] -routes = [[Routes]] -routes_netmask = [[Netmask]] -routes_gateway = [[Gateway]] -routes_metric = [[Metric]] -a_s_desc = [[Here you can configure the basic aspects of your device like its hostname or the timezone.]] -a_s_packages = [[Software]] -a_s_changepw = [[Admin Password]] -a_s_p_ipkg = [[IPKG-Configuration]] -a_s_sshkeys = [[SSH-Keys]] -a_s_fstab = [[Mount Points]] -a_s_flash = [[Flash Firmware]] -a_s_i_system1 = [[Change settings related to the system itself, its identification, installed hard- and software, authentication or mount points.]] -a_s_i_system2 = [[These settings define the base of your system.]] -a_s_i_system3 = [[Pay attention as any misconfiguration here may prevent your device from booting or may lock yourself out of it.]] -a_s_packages_do = [[Perform Actions]] -a_s_packages_install = [[Install]] -a_s_packages_installurl = [[Download and install package]] -a_s_packages_ipkg = [[Edit package lists and installation targets]] -a_s_packages_name = [[Paketname]] -a_s_packages_remove = [[Remove]] -a_s_packages_search = [[Find package]] -a_s_packages_update = [[Package lists updated]] -a_s_packages_updatelist = [[Update package lists]] -a_s_packages_upgrade = [[Upgrade installed packages]] -a_s_p_ipkg_pkglists = [[Package lists]] -a_s_p_ipkg_targets = [[Installation targets]] -a_s_changepw1 = [[Change the password of the system administrator (User root)]] -a_s_changepw_changed = [[Password successfully changed]] -a_s_changepw_nomatch = [[Error: Passwords do not match]] -a_s_sshkeys1 = [[Here you can paste public SSH-Keys (one per line) for SSH public-key authentication.]] -a_s_fstab_mountpoints = [[Mount Points]] -a_s_fstab_mountpoints1 = [[Mount Points define at which point a memory device will be attached to the filesystem]] -a_s_fstab_active = [[Mounted file systems"]] -a_s_fstab_used = [[Used"]] -a_s_fstab_avail = [[Available"]] -a_s_fstab_mountpoint = [[Mount Point]] -a_s_fstab_device1 = [[The device file of the memory or partition (e.g. /dev/sda1)]] -a_s_fstab_fs1 = [[The filesystem that was used to format the memory (e.g. ext3)]] -a_s_fstab_swap1 = [[If your physical memory is insufficient unused data can be temporarily swapped to a swap-device resulting in a higher amount of usable RAM. Be aware that swapping data is a very slow process as the swap-device cannot be accessed with the high datarates of the RAM.]] -a_s_flash_flashed = [[Firmware successfully flashed. Rebooting device...]] -a_s_flash_flasherr = [[Failed to flash]] -a_s_flash_fwimage = [[Firmwareimage]] -a_s_flash_fwupgrade = [[Flash Firmware]] -a_s_flash_keepcfg = [[Keep configuration files]] -a_s_flash_notimplemented = [[Sorry, this function is not (yet) available for your platform.]] -a_s_flash_upgrade1 = [[Replaces the installed firmware with a new one. The firmware format is platform-dependent.]] -a_s_reboot1 = [[Reboots the operating system of your device]] -a_s_reboot_do = [[Perform reboot]] -a_s_reboot_running = [[Please wait: Device rebooting...]] -a_s_reboot_u = [[Warning: There are unsaved changes that will be lost while rebooting!]] -a_s_applyreboot1 = [[Changes applied.]] -a_s_backup = [[Backup / Restore]] -a_s_backup_backup = [[Create backup]] -a_s_backup_archive = [[Backup Archive]] -a_s_backup_reset = [[Reset router to defaults]] -a_s_backup_reset1 = [[Proceed reverting all settings and resetting to firmware defaults?]] -a_s_backup_restore = [[Restore backup]] -a_s_backup1 = [[Here you can backup and restore your router configuration and - if possible - reset the router to the default settings.]] -a_srv_http = [[HTTP-Server]] -a_srv_ssh = [[SSH-Server]] -a_srv_services1 = [[Services and daemons perform certain tasks on your device.]] -a_srv_services2 = [[Most of them are network servers, that offer a certain service for your device or network like shell access, serving webpages like LuCI, doing mesh routing, sending e-mails, ...]] -a_srv_http1 = [[A small webserver which can be used to serve LuCI.]] -a_srv_http_authrealm = [[Authentication Realm]] -a_srv_http_authrealm1 = [[The realm which will be displayed at the authentication prompt for protected pages.]] -a_srv_http_config1 = [[defaults to /etc/httpd.conf]] -a_srv_http_root = [[Document root]] -a_srv_dropbear1 = [[Dropbear offers SSH network shell access and an integrated SCP server]] -a_srv_d_pwauth = [[Password authentication]] -a_srv_d_pwauth1 = [[Allow SSH password authentication]] -a_w_channel = [[Channel]] -a_w_wifi1 = [[On this pages you find confiugration options for WLAN based wireless networks.]] -a_w_wifi2 = [[You can easily integrate your 802.11a/b/g/n-devices into your physical network and use the virtual adapter support to build wireless repeaters or offer several networks with one device.]] -a_w_wifi3 = [[There is support for Managed, Client, Ad-Hoc and WDS operating modes as well as WPA and WPA2 encryption for secure communnication.]] -a_w_devices1 = [[Here you can configure installed wifi devices.]] -a_w_txantenna = [[Transmit Antenna]] -a_w_rxantenna = [[Receive Antenna]] -a_w_distance1 = [[Distance to furthest station (in meter)]] -a_w_diversity = [[Diversity]] -a_w_countrycode = [[Country Code]] -a_w_connlimit = [[Connection Limit]] -a_w_networks1 = [[You can run several wifi networks with one device. Be aware that there are certain hardware and driverspecific restrictions. Normally you can operate 1 Ad-Hoc or up to 3 Master-Mode and 1 Client-Mode network simultaneously.]] -a_w_netid = [[Network Name (ESSID)]] -a_w_network1 = [[Add the Wifi network to physical network]] -a_w_netmanual = [[ - Create new Network - ]] -a_w_txpwr = [[Transmit Power]] -a_w_brcmburst = [[Broadcom Frameburst]] -a_w_athburst = [[Atheros Frameburst]] -a_w_radiussrv = [[RadiusServer]] -a_w_radiusport = [[Radius-Port]] -a_w_apisolation = [[AP-Isolation]] -a_w_apisolation1 = [[Prevents Client to Client communication]] -a_w_hideessid = [[Hide ESSID]] -a_w_ap = [[Access Point]] -a_w_adhoc = [[Ad-Hoc]] -a_w_ahdemo = [[Pseudo Ad-Hoc (ahdemo)]] -a_w_client = [[Client]] -a_w_wds = [[WDS]] -a_w_monitor = [[Monitor]] -dhcp_dnsmasq_desc = [[Dnsmasq is a combined DHCP-Server and DNS-Forwarder for NAT firewalls]] -dhcp_dnsmasq_domainneeded = [[Domain required]] -dhcp_dnsmasq_domainneeded_desc = [[Don't forward DNS-Requests without DNS-Name]] -dhcp_dnsmasq_authoritative = [[Authoritative]] -dhcp_dnsmasq_authoritative_desc = [[This is the only DHCP in the local network]] -dhcp_dnsmasq_boguspriv = [[Filter private]] -dhcp_dnsmasq_boguspriv_desc = [[Don't forward reverse lookups for local networks]] -dhcp_dnsmasq_filterwin2k = [[Filter useless]] -dhcp_dnsmasq_filterwin2k_desc = [[filter useless DNS-queries of Windows-systems]] -dhcp_dnsmasq_localisequeries = [[Localise queries]] -dhcp_dnsmasq_localisequeries_desc = [[localises the hostname depending on its subnet]] -dhcp_dnsmasq_local = [[Local Server]] -dhcp_dnsmasq_domain = [[Local Domain]] -dhcp_dnsmasq_expandhosts = [[Expand Hosts]] -dhcp_dnsmasq_expandhosts_desc = [[adds domain names to hostentries in the resolv file]] -dhcp_dnsmasq_nonegcache = [[don't cache unknown]] -dhcp_dnsmasq_nonegcache_desc = [[prevents caching of negative DNS-replies]] -dhcp_dnsmasq_readethers = [[Use /etc/ethers]] -dhcp_dnsmasq_readethers_desc = [[Read /etc/ethers to configure the DHCP-Server]] -dhcp_dnsmasq_leasefile = [[Leasefile]] -dhcp_dnsmasq_leasefile_desc = [[file where given DHCP-leases will be stored]] -dhcp_dnsmasq_resolvfile = [[Resolvfile]] -dhcp_dnsmasq_resolvfile_desc = [[local DNS file]] -dhcp_dnsmasq_nohosts = [[Ignore /etc/hosts]] -dhcp_dnsmasq_strictorder = [[Strict order]] -dhcp_dnsmasq_strictorder_desc = [[DNS-Server will be queried in the order of the resolvfile]] -dhcp_dnsmasq_logqueries = [[Log queries]] -dhcp_dnsmasq_noresolv = [[Ignore resolve file]] -dhcp_dnsmasq_dnsforwardmax = [[concurrent queries]] -dhcp_dnsmasq_port = [[DNS-Port]] -dhcp_dnsmasq_ednspacket_max = [[max. EDNS0 paket size]] -dhcp_dnsmasq_dhcpleasemax = [[max. DHCP-Leases]] -dhcp_dnsmasq_addnhosts = [[additional hostfile]] -dhcp_dnsmasq_queryport = [[query port]] -a_n_switch = [[Switch]] -a_n_routes = [[Routes]] -a_network1 = [[In this area you find all network-related settings.]] -a_network2 = [[On most routers the network switch can be freely configured and splitted up into several VLANs.]] -a_network3 = [[Interfaces and PPPoE / PPTP-Settings allow a custom organisation of the network and connections to other networks like the internet.]] -a_network4 = [[With DHCP devices in your local network can be automatically configured for network communication.]] -a_network5 = [[Firewall and portforwarding can be used to secure your network while providing services to external networks.]] -a_n_switch1 = [[The network ports on your router can be combined to several VLANs in which computers can communicate directly with each other. VLANs are often used to separate different network segments. Often there is by default one Uplink port for a connection to the next greater network like the internet and other ports for a local network.]] -network_switch_desc = [[Ports belonging to a VLAN are separated with spaces. The port with the highest number (usually 5) is oftern the connection to the internal network interface of the router. On devices with 5 ports often the one with the lowest number (0) is the predefined Uplink port.]] -a_n_ifaces1 = [[On this page you can configure the network interfaces. You can bridge several interfaces by ticking the "bridge interfaces" field and enter the names of several network interfaces separated by spaces. You can also use VLAN notation INTERFACE.VLANNR (e.g.: eth0.1).]] -a_n_i_bridge = [[Bridge interfaces]] -a_n_i_bridge1 = [[creates a bridge over specified interface(s)]] -dhcp_desc = [[With DHCP network members can automatically receive their network settings (IP-address, netmask, DNS-server, ...).]] -dhcp_dhcp_leasetime = [[Leasetime]] -dhcp_dhcp_dynamicdhcp = [[Dynamic DHCP]] -dhcp_dhcp_ignore = [[Ignore interface]] -dhcp_dhcp_ignore_desc = [[disable DHCP for this interface]] -dhcp_dhcp_force = [[Force]] -dhcp_dhcp_start_desc = [[first address (last octet)]] -dhcp_dhcp_limit_desc = [[number of leased addresses -1]] -dhcp_leases = [[Leases]] -luci_ethers = [[Static Leases]] -dhcp_timeremain = [[Leasetime remaining]] -dhcp_leases_active = [[Active Leases]] -a_n_ptp = [[Point-to-Point Connections]] -a_n_ptp1 = [[Point-to-Point connections with PPPoE or PPTP are often used to connect a device over DSL or similar technologies to an internet access point.]] -network_interface_server = [[PPTP-Server]] -network_interface_demand = [[Automatic Disconnect]] -network_interface_demand_desc = [[Time (in seconds) after which an unused connection will be closed]] -network_interface_keepalive = [[Keep-Alive]] -network_interface_keepalive_desc = [[Number of failed connection tests to initiate automatic reconnect]] -a_n_r_routes1 = [[Routes specify over which interface and gateway a certain host or network can be reached.]] -a_n_routes_static = [[Static Routes]] -a_n_routes_kernel4 = [[Active IPv4-Routes]] -a_n_r_target1 = [[host-IP or network]] -a_n_r_netmask1 = [[if target is a network]] -m_n_inet = [[Internet Connection]] -m_n_local = [[Local Network]] -m_n_route = [[Route]] -m_n_brdige = [[Bridge]] -m_w_ap = [[Provide (Access Point)]] -m_w_adhoc = [[Independent (Ad-Hoc)]] -m_w_client = [[Join (Client)]] -m_w_wds = [[Distributed (WDS)]] -m_w_clientmode = [[Clientmode]] -system_system_logsize = [[System log buffer size]] -system_system_logip = [[External system log server]] -system_system_conloglevel = [[Log output level]] -system_system_conloglevel_desc = [[Level of log messages on the console]] -m_i_processor = [[Processor]] -m_i_memory = [[Memory]] -m_i_systemtime = [[Local Time]] -m_i_uptime = [[Uptime]] -m_n_d_firstaddress = [[First leased address]] -m_n_d_numleases = [[Number of leased addresses]] -routingtable = [[Routing table]] -wlanscan = [[Wifi scan]] -frequency = [[Frequency]] -power = [[Power]] -noise = [[Noise]] -signal = [[Signal]] -link = [[Link]] -frag = [[Frag.]] -rts = [[RTS]] -bitrate = [[Bitrate]] -m_n_keepalive = [[automatically reconnect]] -m_n_dialondemand = [[disconnect when idle for]] -m_n_pptp_server = [[PPTP-Server]] -leds = [[LED Configuration]] -leds_desc = [[Customizes the behaviour of the device LEDs if possible.]] -system_led_name = [[LED Name]] -system_led_sysfs = [[LED Device]] -system_led_default = [[Default state]] -system_led_default_desc = [[ticked = on]] -system_led_trigger = [[Trigger]] -system_led_trigger_none = [[None]] -system_led_trigger_defaulton = [[Default On]] -system_led_trigger_timer = [[Timer]] -system_led_trigger_heartbeat = [[Heartbeat (Load Average)]] -system_led_trigger_netdev = [[Network Device]] -system_led_delayoff = [[Off-State Delay]] -system_led_delayoff_desc = [[Time (in ms) the LED is off]] -system_led_delayon = [[On-State Delay]] -system_led_delayon_desc = [[Time (in ms) the LED is on]] -system_led_dev = [[Device]] -system_led_mode = [[Trigger Mode]] -system_led_mode_link = [[Link On]] -system_led_mode_tx = [[Transmit]] -system_led_mode_rx = [[Receive]] -network_interface_up = [[Active]] -network_interface_hwaddr = [[MAC-Address]] -network_interface_hwaddr_desc = [[Hardware Address]] -network_interface_txrx = [[Traffic]] -network_interface_txrx_desc = [[transmitted / received]] -network_interface_err = [[Errors]] -network_interface_err_desc = [[TX / RX]] -network_interface_fwzone = [[Create / Assign firewall-zone]] -network_interface_fwzone_desc = [[This interface does not belong to any firewall zone yet.]] -process_head = [[Processes]] -process_descr = [[This list gives an overview over currently running system processes and their status.]] -process_pid = [[PID]] -process_owner = [[Owner]] -process_command = [[Command]] -process_cpu = [[CPU usage (%)]] -process_mem = [[Memory usage (%)]] -process_hup = [[Hang Up]] -process_term = [[Terminate]] -process_kill = [[Kill]] -mem_cached = [[cached]] -mem_buffered = [[buffered]] -mem_free = [[free]] -a_s_crontab = [[Scheduled Tasks]] -a_s_crontab1 = [[This is the system crontab in which scheduled tasks can be defined.]] -a_w_nasid = [[NAS ID]] -a_w_cacert = [[Path to CA-Certificate]] -a_w_eaptype = [[EAP-Method]] -a_w_tlsprivkey = [[Path to Private Key]] -a_w_tlsprivkeypwd = [[Password of Private Key]] -a_w_peapauth = [[PEAP-Authentication]] -a_w_peapidentity = [[PEAP-Identity]] -a_w_peappassword = [[PEAP-Password]] -a_w_create = [[Create Network]] +uci_applied = 'The following changes have been applied' +uci_reverted = 'The following changes have been reverted' +a_i_ui = 'User Interface' +c_lucidesc = 'LuCI is a collection of free Lua software including an MVC-Webframework and webinterface for embedded devices. LuCI is licensed under the Apache-License.' +c_projecthome = 'Project Homepage' +c_leaddev = 'Lead Development' +c_contributors = 'Contributing Developers' +c_thanksto = 'Thanks To' +a_i_i_hello = 'Hello!' +a_i_i_admin1 = 'This is the administration area of LuCI.' +a_i_i_admin2 = 'LuCI is a free, flexible, and user friendly graphical interface for configuring OpenWRT Kamikaze.' +a_i_i_admin3 = 'On the following pages you can adjust all important settings of your router.' +a_i_i_admin4 = 'Notice: In LuCI changes have to be confirmed by clicking Changes - Save & Apply before being applied.' +a_i_i_admin5 = 'As we are always want to improve this interface we are looking forward to your feedback and suggestions.' +a_i_i_admin6 = 'And now have fun with your router!' +a_i_i_team = 'The LuCI Team' +a_i_luci1 = 'Here you can customize the settings and the functionality of LuCI.' +a_i_ucicommit = 'Post-commit actions' +a_i_ucicommit1 = 'These commands will be executed automatically when a given UCI configuration is committed allowing changes to be applied instantly.' +a_i_keepflash = 'Files to be kept when flashing a new firmware' +a_i_keepflash1 = 'When flashing a new firmware with LuCI these files will be added to the new firmware installation.' +a_st_i_status1 = 'Here you can find information about the current system status like CPU clock frequency, memory usage or network interface data.' +a_st_i_status2 = 'Also kernel or service logfiles can be viewed here to get an overview over their current state.' +iwscan = 'WLAN-Scan' +iwscan1 = 'Wifi networks in your local environment' +iwscan_encr = 'Encr.' +iwscan_link = 'Link' +iwscan_signal = 'Signal' +iwscan_noise = 'Noise' +routes = 'Routes' +routes_netmask = 'Netmask' +routes_gateway = 'Gateway' +routes_metric = 'Metric' +a_s_desc = 'Here you can configure the basic aspects of your device like its hostname or the timezone.' +a_s_packages = 'Software' +a_s_changepw = 'Admin Password' +a_s_p_ipkg = 'IPKG-Configuration' +a_s_sshkeys = 'SSH-Keys' +a_s_fstab = 'Mount Points' +a_s_flash = 'Flash Firmware' +a_s_i_system1 = 'Change settings related to the system itself, its identification, installed hard- and software, authentication or mount points.' +a_s_i_system2 = 'These settings define the base of your system.' +a_s_i_system3 = 'Pay attention as any misconfiguration here may prevent your device from booting or may lock yourself out of it.' +a_s_packages_do = 'Perform Actions' +a_s_packages_install = 'Install' +a_s_packages_installurl = 'Download and install package' +a_s_packages_ipkg = 'Edit package lists and installation targets' +a_s_packages_name = 'Paketname' +a_s_packages_remove = 'Remove' +a_s_packages_search = 'Find package' +a_s_packages_update = 'Package lists updated' +a_s_packages_updatelist = 'Update package lists' +a_s_packages_upgrade = 'Upgrade installed packages' +a_s_p_ipkg_pkglists = 'Package lists' +a_s_p_ipkg_targets = 'Installation targets' +a_s_changepw1 = 'Change the password of the system administrator (User root)' +a_s_changepw_changed = 'Password successfully changed' +a_s_changepw_nomatch = 'Error: Passwords do not match' +a_s_sshkeys1 = 'Here you can paste public SSH-Keys (one per line) for SSH public-key authentication.' +a_s_fstab_mountpoints = 'Mount Points' +a_s_fstab_mountpoints1 = 'Mount Points define at which point a memory device will be attached to the filesystem' +a_s_fstab_active = 'Mounted file systems"' +a_s_fstab_used = 'Used"' +a_s_fstab_avail = 'Available"' +a_s_fstab_mountpoint = 'Mount Point' +a_s_fstab_device1 = 'The device file of the memory or partition (e.g. /dev/sda1)' +a_s_fstab_fs1 = 'The filesystem that was used to format the memory (e.g. ext3)' +a_s_fstab_swap1 = 'If your physical memory is insufficient unused data can be temporarily swapped to a swap-device resulting in a higher amount of usable RAM. Be aware that swapping data is a very slow process as the swap-device cannot be accessed with the high datarates of the RAM.' +a_s_flash_flashed = 'Firmware successfully flashed. Rebooting device...' +a_s_flash_flasherr = 'Failed to flash' +a_s_flash_fwimage = 'Firmwareimage' +a_s_flash_fwupgrade = 'Flash Firmware' +a_s_flash_keepcfg = 'Keep configuration files' +a_s_flash_notimplemented = 'Sorry, this function is not (yet) available for your platform.' +a_s_flash_upgrade1 = 'Replaces the installed firmware with a new one. The firmware format is platform-dependent.' +a_s_reboot1 = 'Reboots the operating system of your device' +a_s_reboot_do = 'Perform reboot' +a_s_reboot_running = 'Please wait: Device rebooting...' +a_s_reboot_u = 'Warning: There are unsaved changes that will be lost while rebooting!' +a_s_applyreboot1 = 'Changes applied.' +a_s_backup = 'Backup / Restore' +a_s_backup_backup = 'Create backup' +a_s_backup_archive = 'Backup Archive' +a_s_backup_reset = 'Reset router to defaults' +a_s_backup_reset1 = 'Proceed reverting all settings and resetting to firmware defaults?' +a_s_backup_restore = 'Restore backup' +a_s_backup1 = 'Here you can backup and restore your router configuration and - if possible - reset the router to the default settings.' +a_srv_http = 'HTTP-Server' +a_srv_ssh = 'SSH-Server' +a_srv_services1 = 'Services and daemons perform certain tasks on your device.' +a_srv_services2 = 'Most of them are network servers, that offer a certain service for your device or network like shell access, serving webpages like LuCI, doing mesh routing, sending e-mails, ...' +a_srv_http1 = 'A small webserver which can be used to serve LuCI.' +a_srv_http_authrealm = 'Authentication Realm' +a_srv_http_authrealm1 = 'The realm which will be displayed at the authentication prompt for protected pages.' +a_srv_http_config1 = 'defaults to /etc/httpd.conf' +a_srv_http_root = 'Document root' +a_srv_dropbear1 = 'Dropbear offers SSH network shell access and an integrated SCP server' +a_srv_d_pwauth = 'Password authentication' +a_srv_d_pwauth1 = 'Allow SSH password authentication' +a_w_channel = 'Channel' +a_w_wifi1 = 'On this pages you find confiugration options for WLAN based wireless networks.' +a_w_wifi2 = 'You can easily integrate your 802.11a/b/g/n-devices into your physical network and use the virtual adapter support to build wireless repeaters or offer several networks with one device.' +a_w_wifi3 = 'There is support for Managed, Client, Ad-Hoc and WDS operating modes as well as WPA and WPA2 encryption for secure communnication.' +a_w_devices1 = 'Here you can configure installed wifi devices.' +a_w_txantenna = 'Transmit Antenna' +a_w_rxantenna = 'Receive Antenna' +a_w_distance1 = 'Distance to furthest station (in meter)' +a_w_diversity = 'Diversity' +a_w_countrycode = 'Country Code' +a_w_connlimit = 'Connection Limit' +a_w_networks1 = 'You can run several wifi networks with one device. Be aware that there are certain hardware and driverspecific restrictions. Normally you can operate 1 Ad-Hoc or up to 3 Master-Mode and 1 Client-Mode network simultaneously.' +a_w_netid = 'Network Name (ESSID)' +a_w_network1 = 'Add the Wifi network to physical network' +a_w_netmanual = ' - Create new Network - ' +a_w_txpwr = 'Transmit Power' +a_w_brcmburst = 'Broadcom Frameburst' +a_w_athburst = 'Atheros Frameburst' +a_w_radiussrv = 'RadiusServer' +a_w_radiusport = 'Radius-Port' +a_w_apisolation = 'AP-Isolation' +a_w_apisolation1 = 'Prevents Client to Client communication' +a_w_hideessid = 'Hide ESSID' +a_w_ap = 'Access Point' +a_w_adhoc = 'Ad-Hoc' +a_w_ahdemo = 'Pseudo Ad-Hoc (ahdemo)' +a_w_client = 'Client' +a_w_wds = 'WDS' +a_w_monitor = 'Monitor' +dhcp_dnsmasq_desc = 'Dnsmasq is a combined DHCP-Server and DNS-Forwarder for NAT firewalls' +dhcp_dnsmasq_domainneeded = 'Domain required' +dhcp_dnsmasq_domainneeded_desc = 'Don't forward DNS-Requests without DNS-Name' +dhcp_dnsmasq_authoritative = 'Authoritative' +dhcp_dnsmasq_authoritative_desc = 'This is the only DHCP in the local network' +dhcp_dnsmasq_boguspriv = 'Filter private' +dhcp_dnsmasq_boguspriv_desc = 'Don't forward reverse lookups for local networks' +dhcp_dnsmasq_filterwin2k = 'Filter useless' +dhcp_dnsmasq_filterwin2k_desc = 'filter useless DNS-queries of Windows-systems' +dhcp_dnsmasq_localisequeries = 'Localise queries' +dhcp_dnsmasq_localisequeries_desc = 'localises the hostname depending on its subnet' +dhcp_dnsmasq_local = 'Local Server' +dhcp_dnsmasq_domain = 'Local Domain' +dhcp_dnsmasq_expandhosts = 'Expand Hosts' +dhcp_dnsmasq_expandhosts_desc = 'adds domain names to hostentries in the resolv file' +dhcp_dnsmasq_nonegcache = 'don't cache unknown' +dhcp_dnsmasq_nonegcache_desc = 'prevents caching of negative DNS-replies' +dhcp_dnsmasq_readethers = 'Use /etc/ethers' +dhcp_dnsmasq_readethers_desc = 'Read /etc/ethers to configure the DHCP-Server' +dhcp_dnsmasq_leasefile = 'Leasefile' +dhcp_dnsmasq_leasefile_desc = 'file where given DHCP-leases will be stored' +dhcp_dnsmasq_resolvfile = 'Resolvfile' +dhcp_dnsmasq_resolvfile_desc = 'local DNS file' +dhcp_dnsmasq_nohosts = 'Ignore /etc/hosts' +dhcp_dnsmasq_strictorder = 'Strict order' +dhcp_dnsmasq_strictorder_desc = 'DNS-Server will be queried in the order of the resolvfile' +dhcp_dnsmasq_logqueries = 'Log queries' +dhcp_dnsmasq_noresolv = 'Ignore resolve file' +dhcp_dnsmasq_dnsforwardmax = 'concurrent queries' +dhcp_dnsmasq_port = 'DNS-Port' +dhcp_dnsmasq_ednspacket_max = 'max. EDNS0 paket size' +dhcp_dnsmasq_dhcpleasemax = 'max. DHCP-Leases' +dhcp_dnsmasq_addnhosts = 'additional hostfile' +dhcp_dnsmasq_queryport = 'query port' +a_n_switch = 'Switch' +a_n_routes = 'Routes' +a_network1 = 'In this area you find all network-related settings.' +a_network2 = 'On most routers the network switch can be freely configured and splitted up into several VLANs.' +a_network3 = 'Interfaces and PPPoE / PPTP-Settings allow a custom organisation of the network and connections to other networks like the internet.' +a_network4 = 'With DHCP devices in your local network can be automatically configured for network communication.' +a_network5 = 'Firewall and portforwarding can be used to secure your network while providing services to external networks.' +a_n_switch1 = 'The network ports on your router can be combined to several VLANs in which computers can communicate directly with each other. VLANs are often used to separate different network segments. Often there is by default one Uplink port for a connection to the next greater network like the internet and other ports for a local network.' +network_switch_desc = 'Ports belonging to a VLAN are separated with spaces. The port with the highest number (usually 5) is oftern the connection to the internal network interface of the router. On devices with 5 ports often the one with the lowest number (0) is the predefined Uplink port.' +a_n_ifaces1 = 'On this page you can configure the network interfaces. You can bridge several interfaces by ticking the "bridge interfaces" field and enter the names of several network interfaces separated by spaces. You can also use VLAN notation INTERFACE.VLANNR (e.g.: eth0.1).' +a_n_i_bridge = 'Bridge interfaces' +a_n_i_bridge1 = 'creates a bridge over specified interface(s)' +dhcp_desc = 'With DHCP network members can automatically receive their network settings (IP-address, netmask, DNS-server, ...).' +dhcp_dhcp_leasetime = 'Leasetime' +dhcp_dhcp_dynamicdhcp = 'Dynamic DHCP' +dhcp_dhcp_ignore = 'Ignore interface' +dhcp_dhcp_ignore_desc = 'disable DHCP for this interface' +dhcp_dhcp_force = 'Force' +dhcp_dhcp_start_desc = 'first address (last octet)' +dhcp_dhcp_limit_desc = 'number of leased addresses -1' +dhcp_leases = 'Leases' +luci_ethers = 'Static Leases' +dhcp_timeremain = 'Leasetime remaining' +dhcp_leases_active = 'Active Leases' +a_n_ptp = 'Point-to-Point Connections' +a_n_ptp1 = 'Point-to-Point connections with PPPoE or PPTP are often used to connect a device over DSL or similar technologies to an internet access point.' +network_interface_server = 'PPTP-Server' +network_interface_demand = 'Automatic Disconnect' +network_interface_demand_desc = 'Time (in seconds) after which an unused connection will be closed' +network_interface_keepalive = 'Keep-Alive' +network_interface_keepalive_desc = 'Number of failed connection tests to initiate automatic reconnect' +a_n_r_routes1 = 'Routes specify over which interface and gateway a certain host or network can be reached.' +a_n_routes_static = 'Static Routes' +a_n_routes_kernel4 = 'Active IPv4-Routes' +a_n_r_target1 = 'host-IP or network' +a_n_r_netmask1 = 'if target is a network' +m_n_inet = 'Internet Connection' +m_n_local = 'Local Network' +m_n_route = 'Route' +m_n_brdige = 'Bridge' +m_w_ap = 'Provide (Access Point)' +m_w_adhoc = 'Independent (Ad-Hoc)' +m_w_client = 'Join (Client)' +m_w_wds = 'Distributed (WDS)' +m_w_clientmode = 'Clientmode' +system_system_logsize = 'System log buffer size' +system_system_logip = 'External system log server' +system_system_conloglevel = 'Log output level' +system_system_conloglevel_desc = 'Level of log messages on the console' +m_i_processor = 'Processor' +m_i_memory = 'Memory' +m_i_systemtime = 'Local Time' +m_i_uptime = 'Uptime' +m_n_d_firstaddress = 'First leased address' +m_n_d_numleases = 'Number of leased addresses' +routingtable = 'Routing table' +wlanscan = 'Wifi scan' +frequency = 'Frequency' +power = 'Power' +noise = 'Noise' +signal = 'Signal' +link = 'Link' +frag = 'Frag.' +rts = 'RTS' +bitrate = 'Bitrate' +m_n_keepalive = 'automatically reconnect' +m_n_dialondemand = 'disconnect when idle for' +m_n_pptp_server = 'PPTP-Server' +leds = 'LED Configuration' +leds_desc = 'Customizes the behaviour of the device LEDs if possible.' +system_led_name = 'LED Name' +system_led_sysfs = 'LED Device' +system_led_default = 'Default state' +system_led_default_desc = 'ticked = on' +system_led_trigger = 'Trigger' +system_led_trigger_none = 'None' +system_led_trigger_defaulton = 'Default On' +system_led_trigger_timer = 'Timer' +system_led_trigger_heartbeat = 'Heartbeat (Load Average)' +system_led_trigger_netdev = 'Network Device' +system_led_delayoff = 'Off-State Delay' +system_led_delayoff_desc = 'Time (in ms) the LED is off' +system_led_delayon = 'On-State Delay' +system_led_delayon_desc = 'Time (in ms) the LED is on' +system_led_dev = 'Device' +system_led_mode = 'Trigger Mode' +system_led_mode_link = 'Link On' +system_led_mode_tx = 'Transmit' +system_led_mode_rx = 'Receive' +network_interface_up = 'Active' +network_interface_hwaddr = 'MAC-Address' +network_interface_hwaddr_desc = 'Hardware Address' +network_interface_txrx = 'Traffic' +network_interface_txrx_desc = 'transmitted / received' +network_interface_err = 'Errors' +network_interface_err_desc = 'TX / RX' +network_interface_fwzone = 'Create / Assign firewall-zone' +network_interface_fwzone_desc = 'This interface does not belong to any firewall zone yet.' +process_head = 'Processes' +process_descr = 'This list gives an overview over currently running system processes and their status.' +process_pid = 'PID' +process_owner = 'Owner' +process_command = 'Command' +process_cpu = 'CPU usage (%)' +process_mem = 'Memory usage (%)' +process_hup = 'Hang Up' +process_term = 'Terminate' +process_kill = 'Kill' +mem_cached = 'cached' +mem_buffered = 'buffered' +mem_free = 'free' +a_s_crontab = 'Scheduled Tasks' +a_s_crontab1 = 'This is the system crontab in which scheduled tasks can be defined.' +a_w_nasid = 'NAS ID' +a_w_cacert = 'Path to CA-Certificate' +a_w_eaptype = 'EAP-Method' +a_w_tlsprivkey = 'Path to Private Key' +a_w_tlsprivkeypwd = 'Password of Private Key' +a_w_peapauth = 'PEAP-Authentication' +a_w_peapidentity = 'PEAP-Identity' +a_w_peappassword = 'PEAP-Password' +a_w_create = 'Create Network' diff --git a/i18n/english/luasrc/i18n/cbi.en.lua b/i18n/english/luasrc/i18n/cbi.en.lua index 14d630901..d302ee52a 100644 --- a/i18n/english/luasrc/i18n/cbi.en.lua +++ b/i18n/english/luasrc/i18n/cbi.en.lua @@ -1,13 +1,13 @@ -cbi_add = [[Add entry]] -cbi_del = [[Remove entry]] -cbi_invalid = [[Invalid input value]] -cbi_invalid_section = [[Validation failed: Please check any input fields for mistakes.]] -cbi_missing = [[This field is mandatory]] -cbi_deperror = [[Validation failed: At least one mandatory field has no or an invalid value]] -cbi_reqerror = [[A requirement for this option was not met]] -cbi_addopt = [[-- Additional Field --]] -cbi_optional = [[ (optional)]] -cbi_sectempty = [[This section contains no values yet]] -cbi_manual = [[-- custom --]] -cbi_select = [[-- Please choose --]] -cbi_gorel = [[Go to relevant configuration page]] +cbi_add = 'Add entry' +cbi_del = 'Remove entry' +cbi_invalid = 'Invalid input value' +cbi_invalid_section = 'Validation failed: Please check any input fields for mistakes.' +cbi_missing = 'This field is mandatory' +cbi_deperror = 'Validation failed: At least one mandatory field has no or an invalid value' +cbi_reqerror = 'A requirement for this option was not met' +cbi_addopt = '-- Additional Field --' +cbi_optional = ' (optional)' +cbi_sectempty = 'This section contains no values yet' +cbi_manual = '-- custom --' +cbi_select = '-- Please choose --' +cbi_gorel = 'Go to relevant configuration page' diff --git a/i18n/english/luasrc/i18n/default.en.lua b/i18n/english/luasrc/i18n/default.en.lua index f57da7f35..6b8a3c744 100644 --- a/i18n/english/luasrc/i18n/default.en.lua +++ b/i18n/english/luasrc/i18n/default.en.lua @@ -1,94 +1,94 @@ -about = [[About]] -add = [[Add]] -addresses = [[Addresses]] -aliases = [[Aliases]] -all = [[all]] -administration = [[Administration]] -apply = [[Apply]] -basicsettings = [[Basic Settings]] -broadcast = [[IPv4-Broadcast]] -changes = [[Changes]] -channel = [[Channel]] -cidr6 = [[CIDR-Notation: address/prefix]] -code = [[Code]] -config = [[Configuration]] -configfile = [[Configuration file]] -confirmation = [[Confirmation]] -delete = [[Delete]] -descr = [[Description]] -design = [[Design]] -device = [[Device]] -devices = [[Devices]] -disable = [[disable]] -distance = [[Distance]] -dnsserver = [[DNS-Server]] -edit = [[Edit]] -enable = [[enable]] -encryption = [[Encryption]] -error = [[Error]] -filesystem = [[Filesystem]] -filter = [[Filter]] -gateway = [[IPv4-Gateway]] -gateway6 = [[IPv6-Gateway]] -general = [[General]] -hostname = [[Hostname]] -install = [[Install]] -installed = [[installed]] -interface = [[Interface]] -interfaces = [[Interfaces]] -ipaddress = [[IPv4-Address]] -ip6address = [[IPv6-Address]] -legend = [[Legend]] -library = [[Library]] -logout = [[Logout]] -key = [[Key]] -language = [[Language]] -limit = [[Limit]] -load = [[Load]] -login = [[Login]] -macaddress = [[MAC-Address]] -manpage = [[see '%s' manpage]] -metric = [[Metric]] -mode = [[Mode]] -name = [[Name]] -netmask = [[IPv4-Netmask]] -network = [[Network]] -networks = [[Networks]] -none = [[none]] -notinstalled = [[not installed]] -ok = [[OK]] -options = [[Options]] -overview = [[Overview]] -packagemanager = [[Package Manager]] -password = [[Password]] -path = [[Path]] -port = [[Port]] -ports = [[Ports]] -protocol = [[Protocol]] -reboot = [[Reboot]] -reset = [[Reset]] -revert = [[Revert]] -save = [[Save]] -saveapply = [[Save & Apply]] -scan = [[Scan]] -service = [[Service]] -services = [[Services]] -settings = [[Settings]] -size = [[Size]] -start = [[Start]] -static = [[static]] -status = [[Status]] -statistics = [[Statistics]] -submit = [[Submit]] -syslog = [[System Log]] -system = [[System]] -target = [[Target]] -timezone = [[Timezone]] -type = [[Type]] -unknownerror = [[Unknown Error]] -unsavedchanges = [[Unsaved Changes]] -username = [[Username]] -version = [[Version]] -webui = [[Web UI]] -wifi = [[Wifi]] -zone = [[Zone]] +about = 'About' +add = 'Add' +addresses = 'Addresses' +aliases = 'Aliases' +all = 'all' +administration = 'Administration' +apply = 'Apply' +basicsettings = 'Basic Settings' +broadcast = 'IPv4-Broadcast' +changes = 'Changes' +channel = 'Channel' +cidr6 = 'CIDR-Notation: address/prefix' +code = 'Code' +config = 'Configuration' +configfile = 'Configuration file' +confirmation = 'Confirmation' +delete = 'Delete' +descr = 'Description' +design = 'Design' +device = 'Device' +devices = 'Devices' +disable = 'disable' +distance = 'Distance' +dnsserver = 'DNS-Server' +edit = 'Edit' +enable = 'enable' +encryption = 'Encryption' +error = 'Error' +filesystem = 'Filesystem' +filter = 'Filter' +gateway = 'IPv4-Gateway' +gateway6 = 'IPv6-Gateway' +general = 'General' +hostname = 'Hostname' +install = 'Install' +installed = 'installed' +interface = 'Interface' +interfaces = 'Interfaces' +ipaddress = 'IPv4-Address' +ip6address = 'IPv6-Address' +legend = 'Legend' +library = 'Library' +logout = 'Logout' +key = 'Key' +language = 'Language' +limit = 'Limit' +load = 'Load' +login = 'Login' +macaddress = 'MAC-Address' +manpage = 'see '%s' manpage' +metric = 'Metric' +mode = 'Mode' +name = 'Name' +netmask = 'IPv4-Netmask' +network = 'Network' +networks = 'Networks' +none = 'none' +notinstalled = 'not installed' +ok = 'OK' +options = 'Options' +overview = 'Overview' +packagemanager = 'Package Manager' +password = 'Password' +path = 'Path' +port = 'Port' +ports = 'Ports' +protocol = 'Protocol' +reboot = 'Reboot' +reset = 'Reset' +revert = 'Revert' +save = 'Save' +saveapply = 'Save & Apply' +scan = 'Scan' +service = 'Service' +services = 'Services' +settings = 'Settings' +size = 'Size' +start = 'Start' +static = 'static' +status = 'Status' +statistics = 'Statistics' +submit = 'Submit' +syslog = 'System Log' +system = 'System' +target = 'Target' +timezone = 'Timezone' +type = 'Type' +unknownerror = 'Unknown Error' +unsavedchanges = 'Unsaved Changes' +username = 'Username' +version = 'Version' +webui = 'Web UI' +wifi = 'Wifi' +zone = 'Zone' diff --git a/i18n/english/luasrc/i18n/sysauth.en.lua b/i18n/english/luasrc/i18n/sysauth.en.lua index 0b0eda61a..2a8759f45 100644 --- a/i18n/english/luasrc/i18n/sysauth.en.lua +++ b/i18n/english/luasrc/i18n/sysauth.en.lua @@ -1,3 +1,3 @@ -sysauth_head = [[Authorization Required]] -sysauth_prompt = [[Please enter your username and password.]] -sysauth_failed = [[Invalid username and/or password! Please try again.]] +sysauth_head = 'Authorization Required' +sysauth_prompt = 'Please enter your username and password.' +sysauth_failed = 'Invalid username and/or password! Please try again.' diff --git a/i18n/english/luasrc/i18n/wifi.en.lua b/i18n/english/luasrc/i18n/wifi.en.lua index 3a0c18efb..4d1b4a23c 100644 --- a/i18n/english/luasrc/i18n/wifi.en.lua +++ b/i18n/english/luasrc/i18n/wifi.en.lua @@ -1,34 +1,34 @@ -wifi_auto = [[auto]] -wifi_fh = [[Frequency Hopping]] -wifi_diversity = [[Diversity]] -wifi_txantenna = [[Transmitter Antenna]] -wifi_rxantenna = [[Receiver Antenna]] -wifi_distance = [[Distance Optimization]] -wifi_distance_desc = [[Distance to farthest network member in meters.]] -wifi_macpolicy = [[MAC-Address Filter]] -wifi_whitelist = [[Allow listed only]] -wifi_blacklist = [[Allow all except listed]] -wifi_maclist = [[MAC-List]] -wifi_bursting = [[Frame Bursting]] -wifi_country = [[Country Code]] -wifi_maxassoc = [[Connection Limit]] -wifi_essid = [[ESSID]] -wifi_bssid = [[BSSID]] -wifi_frag = [[Fragmentation Threshold]] -wifi_rts = [[RTS/CTS Threshold]] -wifi_wds = [[WDS]] -wifi_wdssep = [[Separate WDS]] -wifi_hidden = [[Hide ESSID]] -wifi_isloate = [[Isolate Clients]] -wifi_isloate_desc = [[Prevent Client to Client Communication]] -wifi_bgscan = [[Background Scan]] -wifi_rate = [[Transmission Rate]] -wifi_mcast_rate = [[Multicast Rate]] -wifi_minrate = [[Minimum Rate]] -wifi_maxrate = [[Maximum Rate]] -wifi_compression = [[Compression]] -wifi_turbo = [[Turbo Mode]] -wifi_ff = [[Fast Frames]] -wifi_wmm = [[WMM Mode]] -wifi_xr = [[XR Support]] -wifi_ar = [[AR Support]] +wifi_auto = 'auto' +wifi_fh = 'Frequency Hopping' +wifi_diversity = 'Diversity' +wifi_txantenna = 'Transmitter Antenna' +wifi_rxantenna = 'Receiver Antenna' +wifi_distance = 'Distance Optimization' +wifi_distance_desc = 'Distance to farthest network member in meters.' +wifi_macpolicy = 'MAC-Address Filter' +wifi_whitelist = 'Allow listed only' +wifi_blacklist = 'Allow all except listed' +wifi_maclist = 'MAC-List' +wifi_bursting = 'Frame Bursting' +wifi_country = 'Country Code' +wifi_maxassoc = 'Connection Limit' +wifi_essid = 'ESSID' +wifi_bssid = 'BSSID' +wifi_frag = 'Fragmentation Threshold' +wifi_rts = 'RTS/CTS Threshold' +wifi_wds = 'WDS' +wifi_wdssep = 'Separate WDS' +wifi_hidden = 'Hide ESSID' +wifi_isloate = 'Isolate Clients' +wifi_isloate_desc = 'Prevent Client to Client Communication' +wifi_bgscan = 'Background Scan' +wifi_rate = 'Transmission Rate' +wifi_mcast_rate = 'Multicast Rate' +wifi_minrate = 'Minimum Rate' +wifi_maxrate = 'Maximum Rate' +wifi_compression = 'Compression' +wifi_turbo = 'Turbo Mode' +wifi_ff = 'Fast Frames' +wifi_wmm = 'WMM Mode' +wifi_xr = 'XR Support' +wifi_ar = 'AR Support' diff --git a/i18n/french/luasrc/i18n/admin-core.fr.lua b/i18n/french/luasrc/i18n/admin-core.fr.lua index 7454627f7..d21182688 100644 --- a/i18n/french/luasrc/i18n/admin-core.fr.lua +++ b/i18n/french/luasrc/i18n/admin-core.fr.lua @@ -1,173 +1,173 @@ -uci_applied = [[Les changements suivants ont été appliqués]] -uci_reverted = [[Les changements suivants ont été annulés]] -a_i_ui = [[Interface utilisateur]] -c_lucidesc = [[LuCI est une suite logicielle d'applications Lua software incluant un MVC-Webframework et une interface web pour équipements embarqués. Luci est sous license Apache.]] -c_projecthome = [[Page d'accueil du projet]] -c_leaddev = [[Développeurs principaux]] -c_contributors = [[Contributeurs]] -c_thanksto = [[Merci à]] -a_i_i_hello = [[Bonjour !]] -a_i_i_admin1 = [[Voici la page d'administration de LuCI.]] -a_i_i_admin2 = [[LuCI est une interface graphique libre, flexible, et user friendly pour configurer OpenWRT Kamikaze.]] -a_i_i_admin3 = [[Dans les pages suivantes vous pouvez ajuster tous les réglages importants de votre routeur.]] -a_i_i_admin4 = [[Vous trouverez une page de navigation sur le côté gauche permettant d'accèder aux différentes pages de configuration.]] -a_i_i_admin5 = [[Nous souhaitons améliorer l'interface de manière permanente, vos retours et suggestions sont primordiaux.]] -a_i_i_admin6 = [[Et maintenant que la fête commence !]] -a_i_i_team = [[L'équipe LuCI]] -a_i_luci1 = [[Ici, vous pouvez personnaliser les réglages et les fonctionnalités de LuCI.]] -a_i_ucicommit = [[Actions post-changements]] -a_i_ucicommit1 = [[Ces commandes seront executées automatiquement lorsqu'une configuration UCI est appliquée, les changement prenant effet immédiatement.]] -a_i_keepflash = [[Fichiers à conserver lors d'une mise à jour du firmware]] -a_i_keepflash1 = [[Lors d'une nouvelle installation, ces fichiers seront ajoutés à la nouvelle installation.]] -a_st_i_status1 = [[Ici, vous trouverez des informations sur l'état actuel du système comme la fréquence processeur, utilisation mémoire et trafic réseau.]] -a_st_i_status2 = [[Les journaux des services ou du noyau peuvent être vus ici afin d'obtenir un aperçu de leur état.]] -iwscan = [[Scan WLAN]] -iwscan1 = [[Réseaux Wi-Fi dans votre environnement]] -iwscan_encr = [[Chiffrement]] -iwscan_link = [[Lien]] -iwscan_signal = [[Signal]] -iwscan_noise = [[Bruit]] -routes = [[Routes]] -routes_netmask = [[Masque réseau]] -routes_gateway = [[Passerelle]] -routes_metric = [[Metrique]] -a_s_packages = [[Software]] -a_s_changepw = [[Mot de passe administrateur]] -a_s_p_ipkg = [[Configuration IPKG]] -a_s_sshkeys = [[Clés SSH]] -a_s_fstab = [[Points de montage]] -a_s_flash = [[Mise à jour firmware]] -a_s_i_system1 = [[Changements en rapport avec le système, son identification le logiciel/matériel installé, l'authentification ou points de montage.]] -a_s_i_system2 = [[Ces réglages définissent la base de votre système.]] -a_s_i_system3 = [[Soyez vigilent car un mauvais réglage peut empêcher votre équipement de démarrer, ou vous empêcher de vous y connecter.]] -a_s_packages_do = [[Accomplir les actions]] -a_s_packages_install = [[Installer]] -a_s_packages_installurl = [[Télécharge et installe le paquet]] -a_s_packages_ipkg = [[Editer la liste des paquets et le répertoire de destination]] -a_s_packages_name = [[Nom du paquet]] -a_s_packages_remove = [[Désinstaller]] -a_s_packages_search = [[Trouver un paquet]] -a_s_packages_update = [[Liste des paquets mise à jour]] -a_s_packages_updatelist = [[Mettre à jour la liste des paquets]] -a_s_packages_upgrade = [[Mettre à jour les paquets installés]] -a_s_p_ipkg_pkglists = [[Listes de paquets]] -a_s_p_ipkg_targets = [[Répertoires de destination]] -a_s_changepw1 = [[Changer le mot de passe du système (Utilisateur \"root\")]] -a_s_changepw_changed = [[Mot de passe changé avec succès]] -a_s_changepw_nomatch = [[Erreur: les mots de passe ne correspondent pas]] -a_s_sshkeys1 = [[Vous pouvez copier ici des clés SSH publiques (une par ligne) pour une authentification SSH sur clés publiques.]] -a_s_fstab_mountpoints = [[Points de montage]] -a_s_fstab_mountpoints1 = [[Les points de montage définissent l'attachement d'un périphérique au système de fichier.]] -a_s_fstab_mountpoint = [[Point de montage]] -a_s_fstab_device1 = [[Le périphérique de bloc contenant la partition (ex : /dev/sda1)]] -a_s_fstab_fs1 = [[Le système de fichiers utilisé pour formatter le support de stockage (ex : ext3)]] -a_s_fstab_swap1 = [[Si la mémoire physique n'est pas en quantité suffisante, les données inutilisées peuvent être temporairement transférée sur une partition d'échange, relevant la quantité de RAM disponible. Ce processus est lent car la mémoire d'échange ne peut être accédée aux taux de transfert de la RAM.]] -a_s_flash_flashed = [[Firmware installé avec succès. Rédémarrage...]] -a_s_flash_flasherr = [[Programme lors de la programmation]] -a_s_flash_fwimage = [[Image firmware]] -a_s_flash_fwupgrade = [[Mise à jour firmware]] -a_s_flash_keepcfg = [[Conserver les fichiers de configuration]] -a_s_flash_notimplemented = [[Désolé, cette fonction n'est pas (encore) disponible pour votre plateforme.]] -a_s_flash_upgrade1 = [[Remplace les fichiers existants par les nouveaux. Le format du firmware est dépendant de la plateforme.]] -a_s_reboot1 = [[Rédmarrage du système d'exploitation de votre équipement]] -a_s_reboot_do = [[Rédémarrer]] -a_s_reboot_running = [[Patientez s'il vous plaît: équipement en cours de rédémarrage...]] -a_srv_http = [[Serveur HTTP]] -a_srv_ssh = [[Serveur SSH]] -a_srv_services1 = [[Les services et démons accomplissent certaines tâches sur votre équipement.]] -a_srv_services2 = [[La plupart d'entre eux sont des serveurs réseaux, qui vous offrent certains services comme un accès shell, accéder à des pages comme LuCI, faire du routage mesh, envoyer des e-mails ...]] -a_srv_http1 = [[Un serveur web léger qui peut être utilisé pour LuCI.]] -a_srv_http_authrealm = [[Domaine d'authentification]] -a_srv_http_authrealm1 = [[Le domaine qui sera affiché lors de la fenêtre d'authentification.]] -a_srv_http_config1 = [[fichier de configuration par défaut : /etc/httpd.conf]] -a_srv_http_root = [[Page racine]] -a_srv_dropbear1 = [[Dropbear est un serveur SSH et intègre un serveur SCP]] -a_srv_d_pwauth = [[Authentification par mot de passe]] -a_srv_d_pwauth1 = [[Autoriser l'authentification SSH par mot de passe]] -a_w_wifi1 = [[Dans cette page vous trouverez des options de configuration pour les réseau sans-fils.]] -a_w_wifi2 = [[Vous pouvez facilement installer un périphérique 802.11a/b/g/n dans votre réseau physique existant et utiliser la gestion des interfaces virtuelles pour créer des répéteurs sans-fils ou fournir plusieurs réseaux avec un seul équipement.]] -a_w_wifi3 = [[Les modes Point d'accès, Station, Ad-Hoc et WDS couplés aux chiffrements WPA et WPA2 sont gérés.]] -a_w_devices1 = [[Ici vous pouvez configurer les équipements Wi-Fi installés.]] -a_w_channel = [[Canal]] -a_w_txantenna = [[Antenne transmission]] -a_w_rxantenna = [[Antenne réception]] -a_w_distance1 = [[Distance vers la station la plus éloignée (m)]] -a_w_diversity = [[Diversité]] -a_w_countrycode = [[Code pays]] -a_w_connlimit = [[Limite de connexion]] -a_w_networks1 = [[Vous pouvez faire fonctionner plusieurs réseaux Wi-Fi sur un seul équipement. Il existe des limitations matérielles et liées au pilote. En général vous pouvez faire fonctionner simultanément 1 réseau Ad-Hoc et 3 points d'accès simultanément.]] -a_w_netid = [[Nom du réseau (ESSID)]] -a_w_network1 = [[Ajouter ce réseau Wi-Fi au réseau physique]] -a_w_txpwr = [[Puissance d'émission]] -a_w_brcmburst = [[Technologie Broadcom Frameburst]] -a_w_athburst = [[Technologie Atheros Frameburst]] -a_w_radiussrv = [[Serveur Radius]] -a_w_radiusport = [[Port Radius]] -a_w_apisolation = [[Isolation AP]] -a_w_apisolation1 = [[Empêche la communication directe Client à Client]] -a_w_hideessid = [[Cacher le ESSID]] -dhcp_desc = [[Dnsmasq est un serveur DHCP combiné à un requêteur DNS pour les pare-feu NAT]] -dhcp_dnsmasq_domainneeded = [[Domain requis]] -dhcp_dnsmasq_domainneeded_desc = [[Ne pas transmettre de requêtes DNS sans nom DNS]] -dhcp_dnsmasq_authoritative = [[Authoritaire]] -dhcp_dnsmasq_authoritative_desc = [[C'est le seul serveur DHCP sur le réseau local]] -dhcp_dnsmasq_boguspriv = [[Filtrer les requêtes privées]] -dhcp_dnsmasq_boguspriv_desc = [[Ne pas transmettre les requêtes de recherche inverse pour les réseaux locaux]] -dhcp_dnsmasq_filterwin2k = [[Filtrer les requêtes inutiles]] -dhcp_dnsmasq_filterwin2k_desc = [[filtre les requêtes inutiles émises par les systèmes Windows]] -dhcp_dnsmasq_localisequeries = [[Localiser les requêtes]] -dhcp_dnsmasq_localisequeries_desc = [[localiser la réponse suivant l'émetteur de la requête]] -dhcp_dnsmasq_local = [[Serveur local]] -dhcp_dnsmasq_domain = [[Domaine local]] -dhcp_dnsmasq_expandhosts = [[Etendre le nom d'hôte]] -dhcp_dnsmasq_expandhosts_desc = [[concatène le nom de domaine aux noms d'hôtes]] -dhcp_dnsmasq_nonegcache = [[ne pas mettre en cache les requêtes négatives]] -dhcp_dnsmasq_nonegcache_desc = [[empêche la mise en cache de requêtes DNS erronnées]] -dhcp_dnsmasq_readethers = [[Utiliser /etc/ethers]] -dhcp_dnsmasq_readethers_desc = [[Lire /etc/ethers pour configurer le serveur DHCP]] -dhcp_dnsmasq_leasefile = [[Fichier de baux]] -dhcp_dnsmasq_leasefile_desc = [[fichier dans lequel les baux DHCP seront stockés]] -dhcp_dnsmasq_resolvfile = [[Fichier de résolution]] -dhcp_dnsmasq_resolvfile_desc = [[fichier de résolution local]] -dhcp_dnsmasq_nohosts = [[Ignorer /etc/hosts]] -dhcp_dnsmasq_strictorder = [[Ordre stricte]] -dhcp_dnsmasq_strictorder_desc = [[Les serveurs DNS du fichier de résolution seront interrogés dans l'ordre]] -dhcp_dnsmasq_logqueries = [[Journaliser les requêtes]] -dhcp_dnsmasq_noresolv = [[Ignorer le fichier de résolution]] -dhcp_dnsmasq_dnsforwardmax = [[Requêtes concurrentes maximum]] -dhcp_dnsmasq_port = [[Port DNS]] -dhcp_dnsmasq_ednspacket_max = [[taille maximum du paquet. EDNS.0 ]] -dhcp_dnsmasq_dhcpleasemax = [[baux maximum]] -dhcp_dnsmasq_addnhosts = [[fichiers de noms d'hôtes supplémentaires]] -dhcp_dnsmasq_queryport = [[port de requête]] -a_n_switch = [[Switch]] -a_n_routes = [[Routes]] -a_network1 = [[Dans cette section vous trouverez tous les réglages relatifs au réseau.]] -a_network2 = [[Sur la plupart des routeurs, les ports des switchs peuvent être configurés et séparés en plusieurs VLANs.]] -a_network3 = [[Les réglages des interfaces et du PPPoE / PPTP vous permettent une configuration personalisée du réseau.]] -a_network4 = [[Les équipements utilisant DHCP dans votre réseau local peuvent être configurés automatique pour l'accès au réseau.]] -a_network5 = [[Le pare-feu et la redirection de ports peuvent être utilisés pour fournir un service interne à un réseau extérieur.]] -a_n_switch1 = [[Les ports de votre routeur peuvent être configurés pour combiner plusieurs VLANs dans lesquels les machines connectées peuvent dialoguer directement l'une avec l'autre. Les VLANs sont souvent utilisés pour séparer différences sous-réseaux. Bien souvent il y a un port d'uplink pour une connexion vers un réseau plus vaste, comme internet et les autres ports sont réservés au réseau local.]] -network_switch_desc = [[Les ports appartenant à un VLAN sont séparés par des espaces. Le port ayant le numéro le plus élevé (5 en général) est souvent connecté à l'interface interne du routeur. Les équipements avec 5 ports ont souvent leur port 0 comme port d'uplink par défaut.]] -a_n_ifaces1 = [[Dans cette page vous pourrez configurer les interfaces réseaux. Vous pouvez bridger différentes interfaces en cochantt le champ "bridger les interfaces" et en saisissant les noms des interfaces réseau séparées par des espaces Vous pouvez aussi utiliser la notation VLAN, INTERFACE.VLANNB (ex : eth0.1).]] -a_n_i_bridge = [[Bridger les interfaces]] -a_n_i_bridge1 = [[créer un bridge entre plusieurs interfaces]] -dhcp_desc = [[Avec DHCP, les machines connectées au réseau peuvent recevoir leurs réglages réseau directement (adresse IP, masque de réseau, serveur DNS, ...)]] -dhcp_dhcp_leasetime = [[Durée du bail]] -dhcp_dhcp_dynamicdhcp = [[DHCP dynamique]] -dhcp_dhcp_ignore = [[Ignorer l'interface]] -dhcp_dhcp_ignore_desc = [[désactiver DHCP sur cette interface]] -dhcp_dhcp_force = [[Forcer]] -dhcp_dhcp_start_desc = [[première addresse (dernier octet)]] -dhcp_dhcp_limit_desc = [[nombre d'adresses disponibles - 1]] -a_n_ptp = [[Connexions Point-à-Point]] -a_n_ptp1 = [[Les connexions Point-à-Point en PPPoE ou PPTP sont souvent utilisées pour connecter un équipement à internet sur du DSL ou une technologie similaire.]] -network_interface_server = [[Serveur PPTP]] -network_interface_demand = [[Déconnexion automatique]] -network_interface_demand_desc = [[Délai d'inactivité à partir duquel la connexion est coupée]] -network_interface_keepalive = [[Maintenir la connexion]] -network_interface_keepalive_desc = [[Reconnexion si la connexion est perdue]] -a_n_routes = [[Routes stattiques]] -a_n_routes1 = [[Avec les routes statiques vous pouvez spécifier à travers quelle interface ou passerelle un réseau peut être contacté.]] -a_n_r_target1 = [[adresse IP ou réseau]] -a_n_r_netmask1 = [[si la destination est un réseau]] +uci_applied = 'Les changements suivants ont été appliqués' +uci_reverted = 'Les changements suivants ont été annulés' +a_i_ui = 'Interface utilisateur' +c_lucidesc = 'LuCI est une suite logicielle d'applications Lua software incluant un MVC-Webframework et une interface web pour équipements embarqués. Luci est sous license Apache.' +c_projecthome = 'Page d'accueil du projet' +c_leaddev = 'Développeurs principaux' +c_contributors = 'Contributeurs' +c_thanksto = 'Merci à' +a_i_i_hello = 'Bonjour !' +a_i_i_admin1 = 'Voici la page d'administration de LuCI.' +a_i_i_admin2 = 'LuCI est une interface graphique libre, flexible, et user friendly pour configurer OpenWRT Kamikaze.' +a_i_i_admin3 = 'Dans les pages suivantes vous pouvez ajuster tous les réglages importants de votre routeur.' +a_i_i_admin4 = 'Vous trouverez une page de navigation sur le côté gauche permettant d'accèder aux différentes pages de configuration.' +a_i_i_admin5 = 'Nous souhaitons améliorer l'interface de manière permanente, vos retours et suggestions sont primordiaux.' +a_i_i_admin6 = 'Et maintenant que la fête commence !' +a_i_i_team = 'L'équipe LuCI' +a_i_luci1 = 'Ici, vous pouvez personnaliser les réglages et les fonctionnalités de LuCI.' +a_i_ucicommit = 'Actions post-changements' +a_i_ucicommit1 = 'Ces commandes seront executées automatiquement lorsqu'une configuration UCI est appliquée, les changement prenant effet immédiatement.' +a_i_keepflash = 'Fichiers à conserver lors d'une mise à jour du firmware' +a_i_keepflash1 = 'Lors d'une nouvelle installation, ces fichiers seront ajoutés à la nouvelle installation.' +a_st_i_status1 = 'Ici, vous trouverez des informations sur l'état actuel du système comme la fréquence processeur, utilisation mémoire et trafic réseau.' +a_st_i_status2 = 'Les journaux des services ou du noyau peuvent être vus ici afin d'obtenir un aperçu de leur état.' +iwscan = 'Scan WLAN' +iwscan1 = 'Réseaux Wi-Fi dans votre environnement' +iwscan_encr = 'Chiffrement' +iwscan_link = 'Lien' +iwscan_signal = 'Signal' +iwscan_noise = 'Bruit' +routes = 'Routes' +routes_netmask = 'Masque réseau' +routes_gateway = 'Passerelle' +routes_metric = 'Metrique' +a_s_packages = 'Software' +a_s_changepw = 'Mot de passe administrateur' +a_s_p_ipkg = 'Configuration IPKG' +a_s_sshkeys = 'Clés SSH' +a_s_fstab = 'Points de montage' +a_s_flash = 'Mise à jour firmware' +a_s_i_system1 = 'Changements en rapport avec le système, son identification le logiciel/matériel installé, l'authentification ou points de montage.' +a_s_i_system2 = 'Ces réglages définissent la base de votre système.' +a_s_i_system3 = 'Soyez vigilent car un mauvais réglage peut empêcher votre équipement de démarrer, ou vous empêcher de vous y connecter.' +a_s_packages_do = 'Accomplir les actions' +a_s_packages_install = 'Installer' +a_s_packages_installurl = 'Télécharge et installe le paquet' +a_s_packages_ipkg = 'Editer la liste des paquets et le répertoire de destination' +a_s_packages_name = 'Nom du paquet' +a_s_packages_remove = 'Désinstaller' +a_s_packages_search = 'Trouver un paquet' +a_s_packages_update = 'Liste des paquets mise à jour' +a_s_packages_updatelist = 'Mettre à jour la liste des paquets' +a_s_packages_upgrade = 'Mettre à jour les paquets installés' +a_s_p_ipkg_pkglists = 'Listes de paquets' +a_s_p_ipkg_targets = 'Répertoires de destination' +a_s_changepw1 = 'Changer le mot de passe du système (Utilisateur \\"root\\")' +a_s_changepw_changed = 'Mot de passe changé avec succès' +a_s_changepw_nomatch = 'Erreur: les mots de passe ne correspondent pas' +a_s_sshkeys1 = 'Vous pouvez copier ici des clés SSH publiques (une par ligne) pour une authentification SSH sur clés publiques.' +a_s_fstab_mountpoints = 'Points de montage' +a_s_fstab_mountpoints1 = 'Les points de montage définissent l'attachement d'un périphérique au système de fichier.' +a_s_fstab_mountpoint = 'Point de montage' +a_s_fstab_device1 = 'Le périphérique de bloc contenant la partition (ex : /dev/sda1)' +a_s_fstab_fs1 = 'Le système de fichiers utilisé pour formatter le support de stockage (ex : ext3)' +a_s_fstab_swap1 = 'Si la mémoire physique n'est pas en quantité suffisante, les données inutilisées peuvent être temporairement transférée sur une partition d'échange, relevant la quantité de RAM disponible. Ce processus est lent car la mémoire d'échange ne peut être accédée aux taux de transfert de la RAM.' +a_s_flash_flashed = 'Firmware installé avec succès. Rédémarrage...' +a_s_flash_flasherr = 'Programme lors de la programmation' +a_s_flash_fwimage = 'Image firmware' +a_s_flash_fwupgrade = 'Mise à jour firmware' +a_s_flash_keepcfg = 'Conserver les fichiers de configuration' +a_s_flash_notimplemented = 'Désolé, cette fonction n'est pas (encore) disponible pour votre plateforme.' +a_s_flash_upgrade1 = 'Remplace les fichiers existants par les nouveaux. Le format du firmware est dépendant de la plateforme.' +a_s_reboot1 = 'Rédmarrage du système d'exploitation de votre équipement' +a_s_reboot_do = 'Rédémarrer' +a_s_reboot_running = 'Patientez s'il vous plaît: équipement en cours de rédémarrage...' +a_srv_http = 'Serveur HTTP' +a_srv_ssh = 'Serveur SSH' +a_srv_services1 = 'Les services et démons accomplissent certaines tâches sur votre équipement.' +a_srv_services2 = 'La plupart d'entre eux sont des serveurs réseaux, qui vous offrent certains services comme un accès shell, accéder à des pages comme LuCI, faire du routage mesh, envoyer des e-mails ...' +a_srv_http1 = 'Un serveur web léger qui peut être utilisé pour LuCI.' +a_srv_http_authrealm = 'Domaine d'authentification' +a_srv_http_authrealm1 = 'Le domaine qui sera affiché lors de la fenêtre d'authentification.' +a_srv_http_config1 = 'fichier de configuration par défaut : /etc/httpd.conf' +a_srv_http_root = 'Page racine' +a_srv_dropbear1 = 'Dropbear est un serveur SSH et intègre un serveur SCP' +a_srv_d_pwauth = 'Authentification par mot de passe' +a_srv_d_pwauth1 = 'Autoriser l'authentification SSH par mot de passe' +a_w_wifi1 = 'Dans cette page vous trouverez des options de configuration pour les réseau sans-fils.' +a_w_wifi2 = 'Vous pouvez facilement installer un périphérique 802.11a/b/g/n dans votre réseau physique existant et utiliser la gestion des interfaces virtuelles pour créer des répéteurs sans-fils ou fournir plusieurs réseaux avec un seul équipement.' +a_w_wifi3 = 'Les modes Point d'accès, Station, Ad-Hoc et WDS couplés aux chiffrements WPA et WPA2 sont gérés.' +a_w_devices1 = 'Ici vous pouvez configurer les équipements Wi-Fi installés.' +a_w_channel = 'Canal' +a_w_txantenna = 'Antenne transmission' +a_w_rxantenna = 'Antenne réception' +a_w_distance1 = 'Distance vers la station la plus éloignée (m)' +a_w_diversity = 'Diversité' +a_w_countrycode = 'Code pays' +a_w_connlimit = 'Limite de connexion' +a_w_networks1 = 'Vous pouvez faire fonctionner plusieurs réseaux Wi-Fi sur un seul équipement. Il existe des limitations matérielles et liées au pilote. En général vous pouvez faire fonctionner simultanément 1 réseau Ad-Hoc et 3 points d'accès simultanément.' +a_w_netid = 'Nom du réseau (ESSID)' +a_w_network1 = 'Ajouter ce réseau Wi-Fi au réseau physique' +a_w_txpwr = 'Puissance d'émission' +a_w_brcmburst = 'Technologie Broadcom Frameburst' +a_w_athburst = 'Technologie Atheros Frameburst' +a_w_radiussrv = 'Serveur Radius' +a_w_radiusport = 'Port Radius' +a_w_apisolation = 'Isolation AP' +a_w_apisolation1 = 'Empêche la communication directe Client à Client' +a_w_hideessid = 'Cacher le ESSID' +dhcp_desc = 'Dnsmasq est un serveur DHCP combiné à un requêteur DNS pour les pare-feu NAT' +dhcp_dnsmasq_domainneeded = 'Domain requis' +dhcp_dnsmasq_domainneeded_desc = 'Ne pas transmettre de requêtes DNS sans nom DNS' +dhcp_dnsmasq_authoritative = 'Authoritaire' +dhcp_dnsmasq_authoritative_desc = 'C'est le seul serveur DHCP sur le réseau local' +dhcp_dnsmasq_boguspriv = 'Filtrer les requêtes privées' +dhcp_dnsmasq_boguspriv_desc = 'Ne pas transmettre les requêtes de recherche inverse pour les réseaux locaux' +dhcp_dnsmasq_filterwin2k = 'Filtrer les requêtes inutiles' +dhcp_dnsmasq_filterwin2k_desc = 'filtre les requêtes inutiles émises par les systèmes Windows' +dhcp_dnsmasq_localisequeries = 'Localiser les requêtes' +dhcp_dnsmasq_localisequeries_desc = 'localiser la réponse suivant l'émetteur de la requête' +dhcp_dnsmasq_local = 'Serveur local' +dhcp_dnsmasq_domain = 'Domaine local' +dhcp_dnsmasq_expandhosts = 'Etendre le nom d'hôte' +dhcp_dnsmasq_expandhosts_desc = 'concatène le nom de domaine aux noms d'hôtes' +dhcp_dnsmasq_nonegcache = 'ne pas mettre en cache les requêtes négatives' +dhcp_dnsmasq_nonegcache_desc = 'empêche la mise en cache de requêtes DNS erronnées' +dhcp_dnsmasq_readethers = 'Utiliser /etc/ethers' +dhcp_dnsmasq_readethers_desc = 'Lire /etc/ethers pour configurer le serveur DHCP' +dhcp_dnsmasq_leasefile = 'Fichier de baux' +dhcp_dnsmasq_leasefile_desc = 'fichier dans lequel les baux DHCP seront stockés' +dhcp_dnsmasq_resolvfile = 'Fichier de résolution' +dhcp_dnsmasq_resolvfile_desc = 'fichier de résolution local' +dhcp_dnsmasq_nohosts = 'Ignorer /etc/hosts' +dhcp_dnsmasq_strictorder = 'Ordre stricte' +dhcp_dnsmasq_strictorder_desc = 'Les serveurs DNS du fichier de résolution seront interrogés dans l'ordre' +dhcp_dnsmasq_logqueries = 'Journaliser les requêtes' +dhcp_dnsmasq_noresolv = 'Ignorer le fichier de résolution' +dhcp_dnsmasq_dnsforwardmax = 'Requêtes concurrentes maximum' +dhcp_dnsmasq_port = 'Port DNS' +dhcp_dnsmasq_ednspacket_max = 'taille maximum du paquet. EDNS.0 ' +dhcp_dnsmasq_dhcpleasemax = 'baux maximum' +dhcp_dnsmasq_addnhosts = 'fichiers de noms d'hôtes supplémentaires' +dhcp_dnsmasq_queryport = 'port de requête' +a_n_switch = 'Switch' +a_n_routes = 'Routes' +a_network1 = 'Dans cette section vous trouverez tous les réglages relatifs au réseau.' +a_network2 = 'Sur la plupart des routeurs, les ports des switchs peuvent être configurés et séparés en plusieurs VLANs.' +a_network3 = 'Les réglages des interfaces et du PPPoE / PPTP vous permettent une configuration personalisée du réseau.' +a_network4 = 'Les équipements utilisant DHCP dans votre réseau local peuvent être configurés automatique pour l'accès au réseau.' +a_network5 = 'Le pare-feu et la redirection de ports peuvent être utilisés pour fournir un service interne à un réseau extérieur.' +a_n_switch1 = 'Les ports de votre routeur peuvent être configurés pour combiner plusieurs VLANs dans lesquels les machines connectées peuvent dialoguer directement l'une avec l'autre. Les VLANs sont souvent utilisés pour séparer différences sous-réseaux. Bien souvent il y a un port d'uplink pour une connexion vers un réseau plus vaste, comme internet et les autres ports sont réservés au réseau local.' +network_switch_desc = 'Les ports appartenant à un VLAN sont séparés par des espaces. Le port ayant le numéro le plus élevé (5 en général) est souvent connecté à l'interface interne du routeur. Les équipements avec 5 ports ont souvent leur port 0 comme port d'uplink par défaut.' +a_n_ifaces1 = 'Dans cette page vous pourrez configurer les interfaces réseaux. Vous pouvez bridger différentes interfaces en cochantt le champ "bridger les interfaces" et en saisissant les noms des interfaces réseau séparées par des espaces Vous pouvez aussi utiliser la notation VLAN, INTERFACE.VLANNB (ex : eth0.1).' +a_n_i_bridge = 'Bridger les interfaces' +a_n_i_bridge1 = 'créer un bridge entre plusieurs interfaces' +dhcp_desc = 'Avec DHCP, les machines connectées au réseau peuvent recevoir leurs réglages réseau directement (adresse IP, masque de réseau, serveur DNS, ...)' +dhcp_dhcp_leasetime = 'Durée du bail' +dhcp_dhcp_dynamicdhcp = 'DHCP dynamique' +dhcp_dhcp_ignore = 'Ignorer l'interface' +dhcp_dhcp_ignore_desc = 'désactiver DHCP sur cette interface' +dhcp_dhcp_force = 'Forcer' +dhcp_dhcp_start_desc = 'première addresse (dernier octet)' +dhcp_dhcp_limit_desc = 'nombre d'adresses disponibles - 1' +a_n_ptp = 'Connexions Point-à-Point' +a_n_ptp1 = 'Les connexions Point-à-Point en PPPoE ou PPTP sont souvent utilisées pour connecter un équipement à internet sur du DSL ou une technologie similaire.' +network_interface_server = 'Serveur PPTP' +network_interface_demand = 'Déconnexion automatique' +network_interface_demand_desc = 'Délai d'inactivité à partir duquel la connexion est coupée' +network_interface_keepalive = 'Maintenir la connexion' +network_interface_keepalive_desc = 'Reconnexion si la connexion est perdue' +a_n_routes = 'Routes stattiques' +a_n_routes1 = 'Avec les routes statiques vous pouvez spécifier à travers quelle interface ou passerelle un réseau peut être contacté.' +a_n_r_target1 = 'adresse IP ou réseau' +a_n_r_netmask1 = 'si la destination est un réseau' diff --git a/i18n/french/luasrc/i18n/cbi.fr.lua b/i18n/french/luasrc/i18n/cbi.fr.lua index ead871414..eb162a66c 100644 --- a/i18n/french/luasrc/i18n/cbi.fr.lua +++ b/i18n/french/luasrc/i18n/cbi.fr.lua @@ -1,4 +1,4 @@ -cbi_add = [[Ajouter une entrée]] -cbi_del = [[Supprimer une entrée]] -cbi_invalid = [[Erreur : donnée entrée invalide]] -cbi_addopt = [[-- Champ --]] +cbi_add = 'Ajouter une entrée' +cbi_del = 'Supprimer une entrée' +cbi_invalid = 'Erreur : donnée entrée invalide' +cbi_addopt = '-- Champ --' diff --git a/i18n/french/luasrc/i18n/default.fr.lua b/i18n/french/luasrc/i18n/default.fr.lua index 954dac053..2a80910c7 100644 --- a/i18n/french/luasrc/i18n/default.fr.lua +++ b/i18n/french/luasrc/i18n/default.fr.lua @@ -1,76 +1,76 @@ -about = [[A propos]] -add = [[Ajouter]] -all = [[tous]] -administration = [[Administration]] -apply = [[Appliquer]] -changes = [[Changements]] -channel = [[Canal]] -code = [[Code]] -config = [[Configuration]] -configfile = [[Fichier de configuration]] -confirmation = [[Confirmation]] -delete = [[Effacer]] -descr = [[Description]] -design = [[Conception]] -device = [[Equipement]] -devices = [[Equipements]] -disable = [[désactiver]] -distance = [[Distance]] -dnsserver = [[Serveur DNS]] -enable = [[activer]] -encryption = [[Chiffrement]] -error = [[Erreur]] -filesystem = [[Système de fichiers]] -filter = [[Filtrer]] -gateway = [[Passerelle]] -general = [[Général]] -hostname = [[Nom d'hôte]] -install = [[Installer]] -installed = [[installé]] -interface = [[Interface]] -interfaces = [[Interfaces]] -ipaddress = [[Addresse IP]] -legend = [[Légende]] -library = [[Bibliothèque]] -logout = [[Déconnexion]] -key = [[Clé]] -language = [[Langue]] -limit = [[Limite]] -load = [[Charger]] -login = [[Connexion]] -macaddress = [[Adresse MAC]] -manpage = [[voir la page de man de '%s']] -metric = [[Metrique]] -mode = [[Mode]] -name = [[Nom]] -netmask = [[Masque réseau]] -network = [[Réseau]] -networks = [[Réseaux]] -notinstalled = [[pas installé]] -ok = [[OK]] -options = [[Options]] -overview = [[Vue d'ensemble]] -packagemanager = [[Gestionnaire de paquets]] -password = [[Mot de passe]] -path = [[Chemin]] -port = [[Port]] -protocol = [[Protocole]] -reboot = [[Redémarrage]] -reset = [[Remise à zéro]] -revert = [[Revenir]] -save = [[Sauvegarder]] -services = [[Services]] -settings = [[Réglages]] -start = [[Démarrer]] -static = [[statique]] -statistics = [[Statistiques]] -syslog = [[Journal système]] -system = [[Système]] -target = [[Cible]] -timezone = [[Fuseau horaire]] -type = [[Type]] -username = [[Nom d'utilisateur]] -unknownerror = [[Erreur inconnue]] -version = [[Version]] -webui = [[IU Web]] -wifi = [[Wi-Fi]] +about = 'A propos' +add = 'Ajouter' +all = 'tous' +administration = 'Administration' +apply = 'Appliquer' +changes = 'Changements' +channel = 'Canal' +code = 'Code' +config = 'Configuration' +configfile = 'Fichier de configuration' +confirmation = 'Confirmation' +delete = 'Effacer' +descr = 'Description' +design = 'Conception' +device = 'Equipement' +devices = 'Equipements' +disable = 'désactiver' +distance = 'Distance' +dnsserver = 'Serveur DNS' +enable = 'activer' +encryption = 'Chiffrement' +error = 'Erreur' +filesystem = 'Système de fichiers' +filter = 'Filtrer' +gateway = 'Passerelle' +general = 'Général' +hostname = 'Nom d'hôte' +install = 'Installer' +installed = 'installé' +interface = 'Interface' +interfaces = 'Interfaces' +ipaddress = 'Addresse IP' +legend = 'Légende' +library = 'Bibliothèque' +logout = 'Déconnexion' +key = 'Clé' +language = 'Langue' +limit = 'Limite' +load = 'Charger' +login = 'Connexion' +macaddress = 'Adresse MAC' +manpage = 'voir la page de man de '%s'' +metric = 'Metrique' +mode = 'Mode' +name = 'Nom' +netmask = 'Masque réseau' +network = 'Réseau' +networks = 'Réseaux' +notinstalled = 'pas installé' +ok = 'OK' +options = 'Options' +overview = 'Vue d'ensemble' +packagemanager = 'Gestionnaire de paquets' +password = 'Mot de passe' +path = 'Chemin' +port = 'Port' +protocol = 'Protocole' +reboot = 'Redémarrage' +reset = 'Remise à zéro' +revert = 'Revenir' +save = 'Sauvegarder' +services = 'Services' +settings = 'Réglages' +start = 'Démarrer' +static = 'statique' +statistics = 'Statistiques' +syslog = 'Journal système' +system = 'Système' +target = 'Cible' +timezone = 'Fuseau horaire' +type = 'Type' +username = 'Nom d'utilisateur' +unknownerror = 'Erreur inconnue' +version = 'Version' +webui = 'IU Web' +wifi = 'Wi-Fi' diff --git a/i18n/french/luasrc/i18n/sysauth.fr.lua b/i18n/french/luasrc/i18n/sysauth.fr.lua index a0fdbaea2..cdd88dcb8 100644 --- a/i18n/french/luasrc/i18n/sysauth.fr.lua +++ b/i18n/french/luasrc/i18n/sysauth.fr.lua @@ -1,3 +1,3 @@ -sysauth_head = [[Authorisation requise]] -sysauth_prompt = [[Saisissez votre nom d'utilisateur et mot de passe.]] -sysauth_failed = [[Nom d'utilisateur et/ou mot de passe erroné ! Réessayes s'il vous plaît.]] +sysauth_head = 'Authorisation requise' +sysauth_prompt = 'Saisissez votre nom d'utilisateur et mot de passe.' +sysauth_failed = 'Nom d'utilisateur et/ou mot de passe erroné ! Réessayes s'il vous plaît.' diff --git a/i18n/german/luasrc/i18n/admin-core.de.lua b/i18n/german/luasrc/i18n/admin-core.de.lua index 25c966e30..224d74210 100644 --- a/i18n/german/luasrc/i18n/admin-core.de.lua +++ b/i18n/german/luasrc/i18n/admin-core.de.lua @@ -1,297 +1,297 @@ -a_i_i_admin1 = [[Dies ist der Administrationsbereich von LuCI.]] -a_i_i_admin2 = [[LuCI ist eine freie, flexible und benutzerfreundliche grafische Oberfläche zur Konfiguration von OpenWRT Kamikaze.]] -a_i_i_admin3 = [[Auf den folgenden Seiten können alle wichtigen Einstellungen des Routers vorgenommen werden.]] -a_i_i_admin4 = [[Hinweis: In LuCI werden getätigte Änderungen erst nach einem Klick auf Änderungen - Speichern & Anwenden angewandt.]] -a_i_i_admin5 = [[Wir sind natürlich stets darum bemüht, diese Oberfläche noch besser und intuitiver zu Gestalten und freuen uns über jegliche Art von Feedback oder Verbesserungsvorschlägen.]] -a_i_i_admin6 = [[Und nun wünschen wir viel Spaß mit dem Router!]] -a_i_i_hello = [[Hallo!]] -a_i_i_team = [[Das LuCI-Team]] -a_i_keepflash = [[Zu übernehmende Dateien bei Firmwareupgrade]] -a_i_keepflash1 = [[Die folgenden Dateien und Verzeichnisse werden beim Aktualisieren der Firmware über die Oberfläche automatisch in die neue Firmware übernommen.]] -a_i_luci1 = [[Hier können Eigenschaften und die Funktionalität der Oberfläche angepasst werden.]] -a_i_ucicommit = [[UCI-Befehle beim Anwenden]] -a_i_ucicommit1 = [[Beim Anwenden der Konfiguration aus der Oberflächliche heraus können automatisch die relevanten Dienste neugestart werden, sodass Änderungen sofort nach dem Anwenden aktiv werden und der Router nicht erst neugestartet werden muss.]] -a_i_ui = [[Benutzeroberfläche]] -a_n_i_bridge = [[Netzwerkbrücke]] -a_n_i_bridge1 = [[überbrückt angegebene Schnittstelle(n)]] -a_n_ifaces1 = [[An dieser Stelle können die einzelnen Schnittstellen des Netzwerkes konfiguriert werden. Es können mehrere Schnittstellen zu einer Brücke zusammengefasst werden, indem diese durch Leerzeichen getrennt aufgezählt werden und ein entsprechender Haken im Feld Netzwerkbrücke gesetzt wird. Es können VLANs in der Notation SCHNITTSTELLE.VLANNR (z.B.: eth0.1) verwendet werden.]] -a_n_ptp = [[Punkt-zu-Punkt Verbindungen]] -a_n_ptp1 = [[Punkt-zu-Punkt Verbindungen über PPPoE oder PPTP werden häufig dazu verwendet, um über DSL o.ä. Techniken eine Verbindung zum Internetgateway eines Internetzugangsanbieters aufzubauen.]] -a_n_r_netmask1 = [[falls Ziel ein Netzwerk ist]] -a_n_r_target1 = [[Host-IP oder Netzwerk]] -a_n_routes = [[Routen]] -a_n_routes1 = [[Routen geben an, über welche Schnittstelle und welches Gateway ein bestimmter Host oder ein bestimmtes Netzwerk erreicht werden kann.]] -a_n_routes_static = [[Statische Routen]] -a_n_routes_kernel4 = [[Aktive IPv4-Routen]] -a_n_switch = [[Switch]] -a_n_switch1 = [[Die Netzwerkschnittstellen am Router können zu verschienden VLANs zusammengefasst werden, in denen Geräte miteinander direkt kommunizieren können. VLANs werden auch häufig dazu genutzt, um Netzwerke voneiander zu trennen. So ist oftmals eine Schnittstelle als Uplink zu einem größerem Netz, wie dem Internet vorkonfiguriert und die anderen Schnittstellen bilden ein VLAN für das lokale Netzwerk.]] -a_network1 = [[In diesem Bereich finden sich alle netzwerkbezogenen Einstellungen.]] -a_network2 = [[Der Netzwerkswitch kann bei den meisten Routern frei konfiguriert und in mehrere VLANs aufgeteilt werden.]] -a_network3 = [[Schnittstellen und PPPoE/PPTP-Einstellungen ermöglichen die freie Organisation des Netzwerks und die Anbindung an ein WAN.]] -a_network4 = [[DHCP ermöglichst die automatische Netzwerkkonfiguration von Rechnern im (W)LAN.]] -a_network5 = [[Portweiterleitung und Firewall erlauben eine effektive Absicherung des Netzes, bei gleichzeitiger Bereitstellung von externen Diensten.]] -a_s_changepw = [[Passwort ändern]] -a_s_changepw1 = [[Ändert das Passwort des Systemverwalters (Benutzer "root")]] -a_s_changepw_changed = [[Passwort erfolgreich geändert]] -a_s_changepw_nomatch = [[Passwörter stimmen nicht überein]] -a_s_desc = [[An dieser Stelle können Grundeinstellungen des Systems wie Hostname oder Zeitzone vorgenommen werden.]] -a_s_flash = [[Upgrade]] -a_s_flash_flashed = [[Flashvorgang erfolgreich. Router startet neu...]] -a_s_flash_flasherr = [[Flashvorgang fehlgeschlagen]] -a_s_flash_fwimage = [[Firmwareimage]] -a_s_flash_fwupgrade = [[Firmware aktualisieren]] -a_s_flash_keepcfg = [[Konfigurationsdateien übernehmen]] -a_s_flash_notimplemented = [[Diese Funktion steht leider (noch) nicht zur Verfügung.]] -a_s_flash_upgrade1 = [[Ersetzt die installierte Firmware (das Betriebssystem des Routers) durch ein neues. Das Format der Firmware ist plattformabhängig.]] -a_s_fstab = [[Einhängepunkte]] -a_s_fstab_active = [[Eingehängte Dateisysteme]] -a_s_fstab_used = [[Benutzt]] -a_s_fstab_avail = [[Verfügbar]] -a_s_fstab_device1 = [[Die Gerätedatei des Speichers oder der Partition (z.B.: /dev/sda)]] -a_s_fstab_fs1 = [[Das Dateisystem mit dem der Speicher formatiert ist (z.B.: ext3)]] -a_s_fstab_mountpoint = [[Einhängepunkt]] -a_s_fstab_mountpoints = [[Einhängepunkte]] -a_s_fstab_mountpoints1 = [[Einhängepunkte bestimmen, an welcher Stelle des Dateisystems bestimmte Laufwerke und Speicher zur Verwendung eingebunden werden.]] -a_s_fstab_swap1 = [[Falls der Arbeitsspeicher des Routers nicht ausreicht, kann dieser nicht benutzte Daten zeitweise auf einem SWAP-Laufwerk auslagern um so die effektive Größe des Arbeitsspeichers zu erhöhen. Die Auslagerung der Daten ist natürlich bedeutend langsamer als direkte Arbeitsspeicherzugriffe.]] -a_s_i_system1 = [[Hier finden sich Einstellungen, die das System selbst, dessen Kennung, installierte Software und Hardware, Authentifizierung oder eingehängte Speicher betreffen.]] -a_s_i_system2 = [[Diese Einstellungen definieren die Grundlage des Systems, auf dem die installierte Software aufbaut.]] -a_s_i_system3 = [[Beachte bitte, dass eine fehlerhafte Konfiguration den Start des Routers verhindern oder dich vom Zugriff auf diesen ausschließen kann.]] -a_s_p_ipkg = [[IPKG-Konfiguration]] -a_s_p_ipkg_pkglists = [[Paketlisten]] -a_s_p_ipkg_targets = [[Installationsziele]] -a_s_packages = [[Paketverwaltung]] -a_s_packages_do = [[Aktionen ausführen]] -a_s_packages_install = [[Installation von]] -a_s_packages_installurl = [[Paket herunterladen und installieren]] -a_s_packages_ipkg = [[Paketlisten und Installationsziele bearbeiten]] -a_s_packages_name = [[Paketname]] -a_s_packages_remove = [[Deinstallation von]] -a_s_packages_search = [[Paket suchen]] -a_s_packages_update = [[Paketlisten aktualisieren]] -a_s_packages_updatelist = [[Paketlisten aktualisieren]] -a_s_packages_upgrade = [[Installierte Pakete aktualisieren]] -a_s_reboot1 = [[Startet das Betriebssystem des Routers neu.]] -a_s_reboot_do = [[Neustart durchführen]] -a_s_reboot_running = [[Bitte warten: Neustart wird durchgeführt...]] -a_s_reboot_u = [[Warnung: Es gibt ungespeicherte Änderungen, die beim Neustart verloren gehen!]] -a_s_sshkeys = [[SSH-Schlüssel]] -a_s_sshkeys1 = [[Hier können öffentliche SSH-Schlüssel (einer pro Zeile) zur Authentifizierung abgelegt werden.]] -a_srv_d_pwauth = [[Passwortanmeldung]] -a_srv_d_pwauth1 = [[Erlaube Anmeldung per Passwort]] -a_srv_dropbear1 = [[Der SSH-Server ermöglicht Shell-Zugriff über das Netzwerk und bietet einen integrierten SCP-Dienst.]] -a_srv_http1 = [[Ein kleiner Webserver, der für die Bereitstellung von LuCI genutzt werden kann.]] -a_srv_http_authrealm = [[Anmeldeaufforderung]] -a_srv_http_authrealm1 = [[Aufforderungstext zum Anmelden im Administrationsbereich]] -a_srv_http_config1 = [[/etc/httpd.conf wenn leer]] -a_srv_http_root = [[Wurzelverzeichnis]] -a_srv_services1 = [[Dienste und Dämonen stellen bestimmte Funktionalitäten auf dem Router zur Verfügung.]] -a_srv_services2 = [[Es handelt sich hierbei meist um Netzwerkserver, die verschiedene Aufgaben auf dem Router erfüllen, beispielsweise Shell-Zugang ermöglichen oder diese Weboberfläche per HTTP anbieten.]] -a_st_i_status1 = [[Hier finden sich Informationen über den aktuellen Status des Systems, beispielsweise Prozessortakt, Speicherauslastung und Netzwerkschnittstellen.]] -a_st_i_status2 = [[Zusätzlich können hier Protokolldaten, des Kernels und diverser Systemdienste eingesehen werden, um deren Zustand zu kontrollieren.]] -a_w_devices1 = [[An dieser Stelle können eingebaute WLAN-Geräte konfiguriert werden.]] -a_w_apisolation = [[AP-Isolation]] -a_w_apisolation1 = [[Unterbindet Client-Client-Verkehr]] -a_w_athburst = [[Atheros-Frameburst]] -a_w_brcmburst = [[Broadcom-Frameburst]] -a_w_channel = [[Funkkanal]] -a_w_connlimit = [[Verbindungslimit]] -a_w_countrycode = [[Ländercode]] -a_w_distance1 = [[Distanz zum am weitesten entfernten Funkpartner (m)]] -a_w_diversity = [[Diversität]] -a_w_hideessid = [[ESSID verstecken]] -a_w_netid = [[Netzkennung (ESSID)]] -a_w_network1 = [[WLAN-Netz zu Netzwerk hinzufügen]] -a_w_networks1 = [[Pro WLAN-Gerät können mehrere Netze bereitgestellt werden. Es sollte beachtet werden, dass es hardware- / treiberspezifische Einschränkungen gibt. So kann pro WLAN-Gerät in der Regel entweder 1 Ad-Hoc-Zugang ODER bis zu 3 Access-Point und 1 Client-Zugang gleichzeitig erstellt werden.]] -a_w_netmanual = [[ - Neues Netzwerk erstellen - ]] -a_w_radiusport = [[Radius-Port]] -a_w_radiussrv = [[Radius-Server]] -a_w_rxantenna = [[Empfangsantenne]] -a_w_txantenna = [[Sendeantenne]] -a_w_txpwr = [[Sendeleistung]] -a_w_wifi1 = [[Hier finden sich Konfiugrationsmöglichkeiten für Drahtlos-Netzwerke nach dem WLAN-Standard.]] -a_w_wifi2 = [[802.11b/g/a/n-Geräte können so einfach in das bestehende physische Netzwerk integriert werden. Die Unterstützung von virtuellen Adaptern ermöglicht auch den Einsatz als Wireless-Repeater oder von mehreren Netzwerken gleichzeitig auf einem Gerät.]] -a_w_wifi3 = [[Es werden Managed, Client, Ad-Hoc und WDS-Modus unterstützt sowie WPA und WPA2-Verschlüsselung zur gesicherten Kommunikation.]] -a_w_ap = [[Access Point]] -a_w_adhoc = [[Ad-Hoc]] -a_w_client = [[Client]] -a_w_ahdemo = [[Pseudo Ad-Hoc (ahdemo)]] -a_w_monitor = [[Monitor]] -a_w_wds = [[WDS]] -accept = [[Annehmen]] -aliases = [[Aliasse]] -bitrate = [[Bitrate]] -c_contributors = [[Mitwirkende Entwickler]] -c_leaddev = [[Leitende Entwicklung]] -c_lucidesc = [[LuCI ist eine Sammlung freier Lua-Software einschließlich eines MVC-Webframeworks und einer Weboberfläche für eingebettete Geräte. Luci steht unter der Apache-Lizenz.]] -c_projecthome = [[Projekt Homepage]] -c_thanksto = [[Dank an]] -configure = [[Konfigurieren]] -contact = [[Kontakt]] -contact1 = [[Diese Daten sind auf der öffentlichen Kontaktseite sichtbar. Bitte gib an, wie man dich am besten kontaktieren kann. Diese Informationen sollten nach der Picopeering Vereinbarung mindestens deine E-Mail-Adresse enthalten. Damit dein Knoten durch Topographieprogramme erfasst werden kann, gib bitte deine Geokoordinaten oder zumindest deine Straße und Hausnummer unter Standort an.]] -coord = [[Koordinaten]] -coord1 = [[Bitte als Breite;Länge (z.B: 51.5;12.9) angeben]] -cpu = [[Prozessor]] -decline = [[Ablehnen]] -defroutes = [[Standardrouten]] -destination = [[Ziel]] -dhcp_dhcp_dynamicdhcp = [[Dynamisches DHCP]] -dhcp_dhcp_force = [[Start erzwingen]] -dhcp_dhcp_ignore = [[Schnittstelle ignorieren]] -dhcp_dhcp_ignore_desc = [[DHCP für dieses Netzwerk deaktivieren]] -dhcp_dhcp_leasetime = [[Laufzeit]] -dhcp_dhcp_limit_desc = [[Anzahl zu vergebender Adressen -1]] -dhcp_dhcp_start_desc = [[Erste vergebene Adresse (letztes Oktett)]] -dhcp_dnsmasq_addnhosts = [[Zusätzliche Hostdatei]] -dhcp_dnsmasq_authoritative = [[Authoritativ]] -dhcp_dnsmasq_authoritative_desc = [[Dies ist der einzige DHCP im lokalen Netz]] -dhcp_dnsmasq_boguspriv = [[Private Anfragen filtern]] -dhcp_dnsmasq_boguspriv_desc = [[Reverse DNS-Anfragen für lokale Netze nicht weiterleiten]] -dhcp_dnsmasq_dhcpleasemax = [[max. DHCP-Leases]] -dhcp_dnsmasq_dnsforwardmax = [[gleichzeitige Abfragen]] -dhcp_dnsmasq_domain = [[Lokale Domain]] -dhcp_dnsmasq_domainneeded = [[Anfragen nur mit Domain]] -dhcp_dnsmasq_domainneeded_desc = [[Anfragen ohne Domainnamen nicht weiterleiten]] -dhcp_dnsmasq_ednspacket_max = [[max. EDNS.0 Paketgröße]] -dhcp_dnsmasq_expandhosts = [[Erweitere Hosts]] -dhcp_dnsmasq_expandhosts_desc = [[Fügt Domainnamen zu einfachen Hosteinträgen in der Resolvdatei hinzu]] -dhcp_dnsmasq_filterwin2k = [[Windowsanfragen filtern]] -dhcp_dnsmasq_filterwin2k_desc = [[nutzlose DNS-Anfragen aktueller Windowssysteme filtern]] -dhcp_dnsmasq_leasefile = [[Leasedatei]] -dhcp_dnsmasq_leasefile_desc = [[Speicherort für vergebenen DHCP-Adressen]] -dhcp_dnsmasq_local = [[Lokale Server]] -dhcp_dnsmasq_localisequeries = [[Lokalisiere Anfragen]] -dhcp_dnsmasq_localisequeries_desc = [[Gibt die Adresse eines Hostnamen entsprechend seines Subnetzes zurück]] -dhcp_dnsmasq_logqueries = [[Schreibe Abfragelog]] -dhcp_dnsmasq_nohosts = [[Ignoriere /etc/hosts]] -dhcp_dnsmasq_nonegcache = [[Unbekannte nicht cachen]] -dhcp_dnsmasq_nonegcache_desc = [[Negative DNS-Antworten nicht zwischenspeichern]] -dhcp_dnsmasq_noresolv = [[Ignoriere Resolvdatei]] -dhcp_dnsmasq_port = [[DNS-Port]] -dhcp_dnsmasq_queryport = [[Abfrageport]] -dhcp_dnsmasq_readethers = [[Verwende /etc/ethers]] -dhcp_dnsmasq_readethers_desc = [[Lese Informationen aus /etc/ethers um den DHCP-Server zu konfigurieren]] -dhcp_dnsmasq_resolvfile = [[Resolvdatei]] -dhcp_dnsmasq_resolvfile_desc = [[Lokale DNS-Datei]] -dhcp_dnsmasq_strictorder = [[Strikte Reihenfolge]] -dhcp_dnsmasq_strictorder_desc = [[DNS-Server werden strikt der Reihenfolge in der Resolvdatei nach abgefragt]] -file = [[Datei]] -frag = [[Frag.]] -frequency = [[Frequenz]] -hellonet = [[Hallo und willkommen im Netz von]] -iface = [[Schnittstelle]] -iwscan = [[WLAN-Scan]] -iwscan1 = [[Drahtlosnetzwerke in der lokalen Umgebung des Routers:]] -iwscan_encr = [[Vers.]] -iwscan_link = [[Verb.]] -iwscan_noise = [[Rausch]] -iwscan_signal = [[Signal]] -link = [[Verb.]] -dhcp_leases = [[Zuweisungen]] -luci_ethers = [[Statische Einträge]] -dhcp_timeremain = [[Verbleibende Gültigkeit]] -dhcp_leases_active = [[Aktive Zuweisungen]] -network_interface_demand = [[Automatische Trennung]] -network_interface_demand_desc = [[Zeit (in s) nach der die Verbindung bei Inaktivität getrennt wird]] -network_interface_keepalive = [[Keep-Alive]] -network_interface_keepalive_desc = [[Anzahl fehlgeschlagener Verbindungstests nach der automatisch neu verbunden wird]] -network_interface_server = [[PPTP-Server]] -network_switch_desc = [[Die zu einem VLAN gehörenden Schnittstellen werden durch Leerzeichen getrennt. Die Schnittstelle mit der höchsten Nummer (meistens 5) bildet in der Regel die Verbindung zur internen Netzschnittstelle des Routers. Bei Geräten mit 5 Schnittstellen ist in der Regel die Schnittstelle mit der niedrigsten Nummer (0) die standardmäßige Uplinkschnittstelle des Routers.]] -noise = [[Rausch]] -power = [[Leistung]] -routes = [[Routen]] -routes_gateway = [[Gateway]] -routes_metric = [[Metrik]] -routes_netmask = [[Netzmaske]] -rts = [[RTS]] -signal = [[Signal]] -status = [[Status]] -system_type = [[Systemtyp]] -texteditor = [[Texteditor]] -uci_applied = [[Die folgenden Änderungen wurden übernommen]] -uci_reverted = [[Die folgenden Änderungen wurden verworfen]] -m_n_local = [[Lokales Netz]] -m_n_inet = [[Internetverbindung]] -m_n_route = [[Weiterleiten]] -m_n_bridge = [[Überbrücken]] -m_w_ap = [[Anbieten (Access Point)]] -m_w_adhoc = [[Unabhängig (Ad-Hoc)]] -m_w_client = [[Einklinken (Client)]] -m_w_wds = [[Verteilen (WDS)]] -m_w_clientmode = [[Verbindungsmodus]] -system_system_logsize = [[Größe des Systemprotokollpuffers]] -system_system_logip = [[Externer Systemprotokollserver]] -system_system_conloglevel = [[Protokollausgabelevel]] -system_system_conloglevel_desc = [[Level auf der Konsole ausgegebener Meldungen]] -m_i_processor = [[Prozessor]] -m_i_memory = [[Hauptspeicher]] -m_i_systemtime = [[Lokale Zeit]] -m_i_uptime = [[Laufzeit]] -m_n_d_firstaddress = [[Erste vergebene Adresse]] -m_n_d_numleases = [[Anzahl vergebener Adressen]] -routingtable = [[Routingtabelle]] -wlanscan = [[WLAN-Scan]] -m_n_keepalive = [[automatisch neu verbinden]] -m_n_dialondemand = [[trennen bei Inaktivität nach]] -m_n_pptp_server = [[PPTP-Server]] -a_s_applyreboot1 = [[Änderungen angewandt.]] -a_s_backup = [[Sichern / Wiederherstellen]] -a_s_backup_backup = [[Sicherung erstellen]] -a_s_backup_archive = [[Sicherungsarchiv]] -a_s_backup_reset = [[Grundeinstellungen wiederherstellen]] -a_s_backup_reset1 = [[Alle aktuellen Einstellungen verwerfen und Grundeinstellungen wiederherstellen?]] -a_s_backup_restore = [[Sicherung wiederherstellen]] -a_s_backup1 = [[Auf dieser Seite können Sicherungen der Konfiguration erstellt und eingespielt werden und - wenn möglich - die Grundeinstellungen wiederhergestellt werden.]] -leds = [[LED Konfiguration]] -leds_desc = [[Passt das Verhalten der Geräte-LEDs an - wenn dies möglich ist.]] -system_led_name = [[LED Name]] -system_led_sysfs = [[LED Gerät]] -system_led_default = [[Grundzustand]] -system_led_default_desc = [[ausgewählt = an]] -system_led_trigger = [[Auslöser]] -system_led_trigger_none = [[Keiner]] -system_led_trigger_defaulton = [[Immer an]] -system_led_trigger_timer = [[Taktgeber]] -system_led_trigger_heartbeat = [[Herzschlag (Mittlere Systemlast)]] -system_led_trigger_netdev = [[Netzwerkschnittstelle]] -system_led_delayoff = [[Einschaltverzögerung]] -system_led_delayoff_desc = [[Zeit (in ms) die die LED deaktiviert ist]] -system_led_delayon = [[Ausschaltverzögerung]] -system_led_delayon_desc = [[Zeit (in ms) die die LED aktiviert ist]] -system_led_dev = [[Schnittstelle]] -system_led_mode = [[Auslösemodus]] -system_led_mode_link = [[Verbindung hergestellt]] -system_led_mode_tx = [[Senden]] -system_led_mode_rx = [[Empfangen]] -network_interface_up = [[Aktiv]] -network_interface_hwaddr = [[MAC-Adresse]] -network_interface_hwaddr_desc = [[Hardware Adresse]] -network_interface_txrx = [[Traffic]] -network_interface_txrx_desc = [[gesendet / empfangen]] -network_interface_err = [[Fehler]] -network_interface_err_desc = [[TX / RX]] -network_interface_fwzone = [[Firewallzone anlegen / zuweisen]] -network_interface_fwzone_desc = [[Diese Schnittstelle gehört bis jetzt zu keiner Firewallzone.]] -process_head = [[Prozesse]] -process_descr = [[Diese Tabelle gibt eine Übersicht über aktuell laufende Systemprozeese und deren Status.]] -process_pid = [[PID]] -process_owner = [[Besitzer]] -process_command = [[Befehl]] -process_cpu = [[CPU-Nutzung (%)]] -process_mem = [[Speichernutzung (%)]] -process_hup = [[Auflegen]] -process_term = [[Beenden]] -process_kill = [[Töten]] -mem_cached = [[gecached]] -mem_buffered = [[gepuffert]] -mem_free = [[frei]] -a_s_crontab = [[Geplante Aufgaben]] -a_s_crontab1 = [[Dies ist die System-Crontab in der geplante Aufgaben definiert werden können.]] -a_w_nasid = [[NAS ID]] -a_w_cacert = [[Pfad zum CA-Zertifikat]] -a_w_eaptype = [[EAP-Methode]] -a_w_tlsprivkey = [[Pfad zum Privaten Schlüssel]] -a_w_tlsprivkeypwd = [[Passwort des Privaten Schlüssels]] -a_w_peapauth = [[PEAP-Authentifizierung]] -a_w_peapidentity = [[PEAP-Identitäz]] -a_w_peappassword = [[PEAP-Passwort]] -a_w_create = [[Netzwerk anlegen]] +a_i_i_admin1 = 'Dies ist der Administrationsbereich von LuCI.' +a_i_i_admin2 = 'LuCI ist eine freie, flexible und benutzerfreundliche grafische Oberfläche zur Konfiguration von OpenWRT Kamikaze.' +a_i_i_admin3 = 'Auf den folgenden Seiten können alle wichtigen Einstellungen des Routers vorgenommen werden.' +a_i_i_admin4 = 'Hinweis: In LuCI werden getätigte Änderungen erst nach einem Klick auf Änderungen - Speichern & Anwenden angewandt.' +a_i_i_admin5 = 'Wir sind natürlich stets darum bemüht, diese Oberfläche noch besser und intuitiver zu Gestalten und freuen uns über jegliche Art von Feedback oder Verbesserungsvorschlägen.' +a_i_i_admin6 = 'Und nun wünschen wir viel Spaß mit dem Router!' +a_i_i_hello = 'Hallo!' +a_i_i_team = 'Das LuCI-Team' +a_i_keepflash = 'Zu übernehmende Dateien bei Firmwareupgrade' +a_i_keepflash1 = 'Die folgenden Dateien und Verzeichnisse werden beim Aktualisieren der Firmware über die Oberfläche automatisch in die neue Firmware übernommen.' +a_i_luci1 = 'Hier können Eigenschaften und die Funktionalität der Oberfläche angepasst werden.' +a_i_ucicommit = 'UCI-Befehle beim Anwenden' +a_i_ucicommit1 = 'Beim Anwenden der Konfiguration aus der Oberflächliche heraus können automatisch die relevanten Dienste neugestart werden, sodass Änderungen sofort nach dem Anwenden aktiv werden und der Router nicht erst neugestartet werden muss.' +a_i_ui = 'Benutzeroberfläche' +a_n_i_bridge = 'Netzwerkbrücke' +a_n_i_bridge1 = 'überbrückt angegebene Schnittstelle(n)' +a_n_ifaces1 = 'An dieser Stelle können die einzelnen Schnittstellen des Netzwerkes konfiguriert werden. Es können mehrere Schnittstellen zu einer Brücke zusammengefasst werden, indem diese durch Leerzeichen getrennt aufgezählt werden und ein entsprechender Haken im Feld Netzwerkbrücke gesetzt wird. Es können VLANs in der Notation SCHNITTSTELLE.VLANNR (z.B.: eth0.1) verwendet werden.' +a_n_ptp = 'Punkt-zu-Punkt Verbindungen' +a_n_ptp1 = 'Punkt-zu-Punkt Verbindungen über PPPoE oder PPTP werden häufig dazu verwendet, um über DSL o.ä. Techniken eine Verbindung zum Internetgateway eines Internetzugangsanbieters aufzubauen.' +a_n_r_netmask1 = 'falls Ziel ein Netzwerk ist' +a_n_r_target1 = 'Host-IP oder Netzwerk' +a_n_routes = 'Routen' +a_n_routes1 = 'Routen geben an, über welche Schnittstelle und welches Gateway ein bestimmter Host oder ein bestimmtes Netzwerk erreicht werden kann.' +a_n_routes_static = 'Statische Routen' +a_n_routes_kernel4 = 'Aktive IPv4-Routen' +a_n_switch = 'Switch' +a_n_switch1 = 'Die Netzwerkschnittstellen am Router können zu verschienden VLANs zusammengefasst werden, in denen Geräte miteinander direkt kommunizieren können. VLANs werden auch häufig dazu genutzt, um Netzwerke voneiander zu trennen. So ist oftmals eine Schnittstelle als Uplink zu einem größerem Netz, wie dem Internet vorkonfiguriert und die anderen Schnittstellen bilden ein VLAN für das lokale Netzwerk.' +a_network1 = 'In diesem Bereich finden sich alle netzwerkbezogenen Einstellungen.' +a_network2 = 'Der Netzwerkswitch kann bei den meisten Routern frei konfiguriert und in mehrere VLANs aufgeteilt werden.' +a_network3 = 'Schnittstellen und PPPoE/PPTP-Einstellungen ermöglichen die freie Organisation des Netzwerks und die Anbindung an ein WAN.' +a_network4 = 'DHCP ermöglichst die automatische Netzwerkkonfiguration von Rechnern im (W)LAN.' +a_network5 = 'Portweiterleitung und Firewall erlauben eine effektive Absicherung des Netzes, bei gleichzeitiger Bereitstellung von externen Diensten.' +a_s_changepw = 'Passwort ändern' +a_s_changepw1 = 'Ändert das Passwort des Systemverwalters (Benutzer "root")' +a_s_changepw_changed = 'Passwort erfolgreich geändert' +a_s_changepw_nomatch = 'Passwörter stimmen nicht überein' +a_s_desc = 'An dieser Stelle können Grundeinstellungen des Systems wie Hostname oder Zeitzone vorgenommen werden.' +a_s_flash = 'Upgrade' +a_s_flash_flashed = 'Flashvorgang erfolgreich. Router startet neu...' +a_s_flash_flasherr = 'Flashvorgang fehlgeschlagen' +a_s_flash_fwimage = 'Firmwareimage' +a_s_flash_fwupgrade = 'Firmware aktualisieren' +a_s_flash_keepcfg = 'Konfigurationsdateien übernehmen' +a_s_flash_notimplemented = 'Diese Funktion steht leider (noch) nicht zur Verfügung.' +a_s_flash_upgrade1 = 'Ersetzt die installierte Firmware (das Betriebssystem des Routers) durch ein neues. Das Format der Firmware ist plattformabhängig.' +a_s_fstab = 'Einhängepunkte' +a_s_fstab_active = 'Eingehängte Dateisysteme' +a_s_fstab_used = 'Benutzt' +a_s_fstab_avail = 'Verfügbar' +a_s_fstab_device1 = 'Die Gerätedatei des Speichers oder der Partition (z.B.: /dev/sda)' +a_s_fstab_fs1 = 'Das Dateisystem mit dem der Speicher formatiert ist (z.B.: ext3)' +a_s_fstab_mountpoint = 'Einhängepunkt' +a_s_fstab_mountpoints = 'Einhängepunkte' +a_s_fstab_mountpoints1 = 'Einhängepunkte bestimmen, an welcher Stelle des Dateisystems bestimmte Laufwerke und Speicher zur Verwendung eingebunden werden.' +a_s_fstab_swap1 = 'Falls der Arbeitsspeicher des Routers nicht ausreicht, kann dieser nicht benutzte Daten zeitweise auf einem SWAP-Laufwerk auslagern um so die effektive Größe des Arbeitsspeichers zu erhöhen. Die Auslagerung der Daten ist natürlich bedeutend langsamer als direkte Arbeitsspeicherzugriffe.' +a_s_i_system1 = 'Hier finden sich Einstellungen, die das System selbst, dessen Kennung, installierte Software und Hardware, Authentifizierung oder eingehängte Speicher betreffen.' +a_s_i_system2 = 'Diese Einstellungen definieren die Grundlage des Systems, auf dem die installierte Software aufbaut.' +a_s_i_system3 = 'Beachte bitte, dass eine fehlerhafte Konfiguration den Start des Routers verhindern oder dich vom Zugriff auf diesen ausschließen kann.' +a_s_p_ipkg = 'IPKG-Konfiguration' +a_s_p_ipkg_pkglists = 'Paketlisten' +a_s_p_ipkg_targets = 'Installationsziele' +a_s_packages = 'Paketverwaltung' +a_s_packages_do = 'Aktionen ausführen' +a_s_packages_install = 'Installation von' +a_s_packages_installurl = 'Paket herunterladen und installieren' +a_s_packages_ipkg = 'Paketlisten und Installationsziele bearbeiten' +a_s_packages_name = 'Paketname' +a_s_packages_remove = 'Deinstallation von' +a_s_packages_search = 'Paket suchen' +a_s_packages_update = 'Paketlisten aktualisieren' +a_s_packages_updatelist = 'Paketlisten aktualisieren' +a_s_packages_upgrade = 'Installierte Pakete aktualisieren' +a_s_reboot1 = 'Startet das Betriebssystem des Routers neu.' +a_s_reboot_do = 'Neustart durchführen' +a_s_reboot_running = 'Bitte warten: Neustart wird durchgeführt...' +a_s_reboot_u = 'Warnung: Es gibt ungespeicherte Änderungen, die beim Neustart verloren gehen!' +a_s_sshkeys = 'SSH-Schlüssel' +a_s_sshkeys1 = 'Hier können öffentliche SSH-Schlüssel (einer pro Zeile) zur Authentifizierung abgelegt werden.' +a_srv_d_pwauth = 'Passwortanmeldung' +a_srv_d_pwauth1 = 'Erlaube Anmeldung per Passwort' +a_srv_dropbear1 = 'Der SSH-Server ermöglicht Shell-Zugriff über das Netzwerk und bietet einen integrierten SCP-Dienst.' +a_srv_http1 = 'Ein kleiner Webserver, der für die Bereitstellung von LuCI genutzt werden kann.' +a_srv_http_authrealm = 'Anmeldeaufforderung' +a_srv_http_authrealm1 = 'Aufforderungstext zum Anmelden im Administrationsbereich' +a_srv_http_config1 = '/etc/httpd.conf wenn leer' +a_srv_http_root = 'Wurzelverzeichnis' +a_srv_services1 = 'Dienste und Dämonen stellen bestimmte Funktionalitäten auf dem Router zur Verfügung.' +a_srv_services2 = 'Es handelt sich hierbei meist um Netzwerkserver, die verschiedene Aufgaben auf dem Router erfüllen, beispielsweise Shell-Zugang ermöglichen oder diese Weboberfläche per HTTP anbieten.' +a_st_i_status1 = 'Hier finden sich Informationen über den aktuellen Status des Systems, beispielsweise Prozessortakt, Speicherauslastung und Netzwerkschnittstellen.' +a_st_i_status2 = 'Zusätzlich können hier Protokolldaten, des Kernels und diverser Systemdienste eingesehen werden, um deren Zustand zu kontrollieren.' +a_w_devices1 = 'An dieser Stelle können eingebaute WLAN-Geräte konfiguriert werden.' +a_w_apisolation = 'AP-Isolation' +a_w_apisolation1 = 'Unterbindet Client-Client-Verkehr' +a_w_athburst = 'Atheros-Frameburst' +a_w_brcmburst = 'Broadcom-Frameburst' +a_w_channel = 'Funkkanal' +a_w_connlimit = 'Verbindungslimit' +a_w_countrycode = 'Ländercode' +a_w_distance1 = 'Distanz zum am weitesten entfernten Funkpartner (m)' +a_w_diversity = 'Diversität' +a_w_hideessid = 'ESSID verstecken' +a_w_netid = 'Netzkennung (ESSID)' +a_w_network1 = 'WLAN-Netz zu Netzwerk hinzufügen' +a_w_networks1 = 'Pro WLAN-Gerät können mehrere Netze bereitgestellt werden. Es sollte beachtet werden, dass es hardware- / treiberspezifische Einschränkungen gibt. So kann pro WLAN-Gerät in der Regel entweder 1 Ad-Hoc-Zugang ODER bis zu 3 Access-Point und 1 Client-Zugang gleichzeitig erstellt werden.' +a_w_netmanual = ' - Neues Netzwerk erstellen - ' +a_w_radiusport = 'Radius-Port' +a_w_radiussrv = 'Radius-Server' +a_w_rxantenna = 'Empfangsantenne' +a_w_txantenna = 'Sendeantenne' +a_w_txpwr = 'Sendeleistung' +a_w_wifi1 = 'Hier finden sich Konfiugrationsmöglichkeiten für Drahtlos-Netzwerke nach dem WLAN-Standard.' +a_w_wifi2 = '802.11b/g/a/n-Geräte können so einfach in das bestehende physische Netzwerk integriert werden. Die Unterstützung von virtuellen Adaptern ermöglicht auch den Einsatz als Wireless-Repeater oder von mehreren Netzwerken gleichzeitig auf einem Gerät.' +a_w_wifi3 = 'Es werden Managed, Client, Ad-Hoc und WDS-Modus unterstützt sowie WPA und WPA2-Verschlüsselung zur gesicherten Kommunikation.' +a_w_ap = 'Access Point' +a_w_adhoc = 'Ad-Hoc' +a_w_client = 'Client' +a_w_ahdemo = 'Pseudo Ad-Hoc (ahdemo)' +a_w_monitor = 'Monitor' +a_w_wds = 'WDS' +accept = 'Annehmen' +aliases = 'Aliasse' +bitrate = 'Bitrate' +c_contributors = 'Mitwirkende Entwickler' +c_leaddev = 'Leitende Entwicklung' +c_lucidesc = 'LuCI ist eine Sammlung freier Lua-Software einschließlich eines MVC-Webframeworks und einer Weboberfläche für eingebettete Geräte. Luci steht unter der Apache-Lizenz.' +c_projecthome = 'Projekt Homepage' +c_thanksto = 'Dank an' +configure = 'Konfigurieren' +contact = 'Kontakt' +contact1 = 'Diese Daten sind auf der öffentlichen Kontaktseite sichtbar. Bitte gib an, wie man dich am besten kontaktieren kann. Diese Informationen sollten nach der Picopeering Vereinbarung mindestens deine E-Mail-Adresse enthalten. Damit dein Knoten durch Topographieprogramme erfasst werden kann, gib bitte deine Geokoordinaten oder zumindest deine Straße und Hausnummer unter Standort an.' +coord = 'Koordinaten' +coord1 = 'Bitte als Breite;Länge (z.B: 51.5;12.9) angeben' +cpu = 'Prozessor' +decline = 'Ablehnen' +defroutes = 'Standardrouten' +destination = 'Ziel' +dhcp_dhcp_dynamicdhcp = 'Dynamisches DHCP' +dhcp_dhcp_force = 'Start erzwingen' +dhcp_dhcp_ignore = 'Schnittstelle ignorieren' +dhcp_dhcp_ignore_desc = 'DHCP für dieses Netzwerk deaktivieren' +dhcp_dhcp_leasetime = 'Laufzeit' +dhcp_dhcp_limit_desc = 'Anzahl zu vergebender Adressen -1' +dhcp_dhcp_start_desc = 'Erste vergebene Adresse (letztes Oktett)' +dhcp_dnsmasq_addnhosts = 'Zusätzliche Hostdatei' +dhcp_dnsmasq_authoritative = 'Authoritativ' +dhcp_dnsmasq_authoritative_desc = 'Dies ist der einzige DHCP im lokalen Netz' +dhcp_dnsmasq_boguspriv = 'Private Anfragen filtern' +dhcp_dnsmasq_boguspriv_desc = 'Reverse DNS-Anfragen für lokale Netze nicht weiterleiten' +dhcp_dnsmasq_dhcpleasemax = 'max. DHCP-Leases' +dhcp_dnsmasq_dnsforwardmax = 'gleichzeitige Abfragen' +dhcp_dnsmasq_domain = 'Lokale Domain' +dhcp_dnsmasq_domainneeded = 'Anfragen nur mit Domain' +dhcp_dnsmasq_domainneeded_desc = 'Anfragen ohne Domainnamen nicht weiterleiten' +dhcp_dnsmasq_ednspacket_max = 'max. EDNS.0 Paketgröße' +dhcp_dnsmasq_expandhosts = 'Erweitere Hosts' +dhcp_dnsmasq_expandhosts_desc = 'Fügt Domainnamen zu einfachen Hosteinträgen in der Resolvdatei hinzu' +dhcp_dnsmasq_filterwin2k = 'Windowsanfragen filtern' +dhcp_dnsmasq_filterwin2k_desc = 'nutzlose DNS-Anfragen aktueller Windowssysteme filtern' +dhcp_dnsmasq_leasefile = 'Leasedatei' +dhcp_dnsmasq_leasefile_desc = 'Speicherort für vergebenen DHCP-Adressen' +dhcp_dnsmasq_local = 'Lokale Server' +dhcp_dnsmasq_localisequeries = 'Lokalisiere Anfragen' +dhcp_dnsmasq_localisequeries_desc = 'Gibt die Adresse eines Hostnamen entsprechend seines Subnetzes zurück' +dhcp_dnsmasq_logqueries = 'Schreibe Abfragelog' +dhcp_dnsmasq_nohosts = 'Ignoriere /etc/hosts' +dhcp_dnsmasq_nonegcache = 'Unbekannte nicht cachen' +dhcp_dnsmasq_nonegcache_desc = 'Negative DNS-Antworten nicht zwischenspeichern' +dhcp_dnsmasq_noresolv = 'Ignoriere Resolvdatei' +dhcp_dnsmasq_port = 'DNS-Port' +dhcp_dnsmasq_queryport = 'Abfrageport' +dhcp_dnsmasq_readethers = 'Verwende /etc/ethers' +dhcp_dnsmasq_readethers_desc = 'Lese Informationen aus /etc/ethers um den DHCP-Server zu konfigurieren' +dhcp_dnsmasq_resolvfile = 'Resolvdatei' +dhcp_dnsmasq_resolvfile_desc = 'Lokale DNS-Datei' +dhcp_dnsmasq_strictorder = 'Strikte Reihenfolge' +dhcp_dnsmasq_strictorder_desc = 'DNS-Server werden strikt der Reihenfolge in der Resolvdatei nach abgefragt' +file = 'Datei' +frag = 'Frag.' +frequency = 'Frequenz' +hellonet = 'Hallo und willkommen im Netz von' +iface = 'Schnittstelle' +iwscan = 'WLAN-Scan' +iwscan1 = 'Drahtlosnetzwerke in der lokalen Umgebung des Routers:' +iwscan_encr = 'Vers.' +iwscan_link = 'Verb.' +iwscan_noise = 'Rausch' +iwscan_signal = 'Signal' +link = 'Verb.' +dhcp_leases = 'Zuweisungen' +luci_ethers = 'Statische Einträge' +dhcp_timeremain = 'Verbleibende Gültigkeit' +dhcp_leases_active = 'Aktive Zuweisungen' +network_interface_demand = 'Automatische Trennung' +network_interface_demand_desc = 'Zeit (in s) nach der die Verbindung bei Inaktivität getrennt wird' +network_interface_keepalive = 'Keep-Alive' +network_interface_keepalive_desc = 'Anzahl fehlgeschlagener Verbindungstests nach der automatisch neu verbunden wird' +network_interface_server = 'PPTP-Server' +network_switch_desc = 'Die zu einem VLAN gehörenden Schnittstellen werden durch Leerzeichen getrennt. Die Schnittstelle mit der höchsten Nummer (meistens 5) bildet in der Regel die Verbindung zur internen Netzschnittstelle des Routers. Bei Geräten mit 5 Schnittstellen ist in der Regel die Schnittstelle mit der niedrigsten Nummer (0) die standardmäßige Uplinkschnittstelle des Routers.' +noise = 'Rausch' +power = 'Leistung' +routes = 'Routen' +routes_gateway = 'Gateway' +routes_metric = 'Metrik' +routes_netmask = 'Netzmaske' +rts = 'RTS' +signal = 'Signal' +status = 'Status' +system_type = 'Systemtyp' +texteditor = 'Texteditor' +uci_applied = 'Die folgenden Änderungen wurden übernommen' +uci_reverted = 'Die folgenden Änderungen wurden verworfen' +m_n_local = 'Lokales Netz' +m_n_inet = 'Internetverbindung' +m_n_route = 'Weiterleiten' +m_n_bridge = 'Überbrücken' +m_w_ap = 'Anbieten (Access Point)' +m_w_adhoc = 'Unabhängig (Ad-Hoc)' +m_w_client = 'Einklinken (Client)' +m_w_wds = 'Verteilen (WDS)' +m_w_clientmode = 'Verbindungsmodus' +system_system_logsize = 'Größe des Systemprotokollpuffers' +system_system_logip = 'Externer Systemprotokollserver' +system_system_conloglevel = 'Protokollausgabelevel' +system_system_conloglevel_desc = 'Level auf der Konsole ausgegebener Meldungen' +m_i_processor = 'Prozessor' +m_i_memory = 'Hauptspeicher' +m_i_systemtime = 'Lokale Zeit' +m_i_uptime = 'Laufzeit' +m_n_d_firstaddress = 'Erste vergebene Adresse' +m_n_d_numleases = 'Anzahl vergebener Adressen' +routingtable = 'Routingtabelle' +wlanscan = 'WLAN-Scan' +m_n_keepalive = 'automatisch neu verbinden' +m_n_dialondemand = 'trennen bei Inaktivität nach' +m_n_pptp_server = 'PPTP-Server' +a_s_applyreboot1 = 'Änderungen angewandt.' +a_s_backup = 'Sichern / Wiederherstellen' +a_s_backup_backup = 'Sicherung erstellen' +a_s_backup_archive = 'Sicherungsarchiv' +a_s_backup_reset = 'Grundeinstellungen wiederherstellen' +a_s_backup_reset1 = 'Alle aktuellen Einstellungen verwerfen und Grundeinstellungen wiederherstellen?' +a_s_backup_restore = 'Sicherung wiederherstellen' +a_s_backup1 = 'Auf dieser Seite können Sicherungen der Konfiguration erstellt und eingespielt werden und - wenn möglich - die Grundeinstellungen wiederhergestellt werden.' +leds = 'LED Konfiguration' +leds_desc = 'Passt das Verhalten der Geräte-LEDs an - wenn dies möglich ist.' +system_led_name = 'LED Name' +system_led_sysfs = 'LED Gerät' +system_led_default = 'Grundzustand' +system_led_default_desc = 'ausgewählt = an' +system_led_trigger = 'Auslöser' +system_led_trigger_none = 'Keiner' +system_led_trigger_defaulton = 'Immer an' +system_led_trigger_timer = 'Taktgeber' +system_led_trigger_heartbeat = 'Herzschlag (Mittlere Systemlast)' +system_led_trigger_netdev = 'Netzwerkschnittstelle' +system_led_delayoff = 'Einschaltverzögerung' +system_led_delayoff_desc = 'Zeit (in ms) die die LED deaktiviert ist' +system_led_delayon = 'Ausschaltverzögerung' +system_led_delayon_desc = 'Zeit (in ms) die die LED aktiviert ist' +system_led_dev = 'Schnittstelle' +system_led_mode = 'Auslösemodus' +system_led_mode_link = 'Verbindung hergestellt' +system_led_mode_tx = 'Senden' +system_led_mode_rx = 'Empfangen' +network_interface_up = 'Aktiv' +network_interface_hwaddr = 'MAC-Adresse' +network_interface_hwaddr_desc = 'Hardware Adresse' +network_interface_txrx = 'Traffic' +network_interface_txrx_desc = 'gesendet / empfangen' +network_interface_err = 'Fehler' +network_interface_err_desc = 'TX / RX' +network_interface_fwzone = 'Firewallzone anlegen / zuweisen' +network_interface_fwzone_desc = 'Diese Schnittstelle gehört bis jetzt zu keiner Firewallzone.' +process_head = 'Prozesse' +process_descr = 'Diese Tabelle gibt eine Übersicht über aktuell laufende Systemprozeese und deren Status.' +process_pid = 'PID' +process_owner = 'Besitzer' +process_command = 'Befehl' +process_cpu = 'CPU-Nutzung (%)' +process_mem = 'Speichernutzung (%)' +process_hup = 'Auflegen' +process_term = 'Beenden' +process_kill = 'Töten' +mem_cached = 'gecached' +mem_buffered = 'gepuffert' +mem_free = 'frei' +a_s_crontab = 'Geplante Aufgaben' +a_s_crontab1 = 'Dies ist die System-Crontab in der geplante Aufgaben definiert werden können.' +a_w_nasid = 'NAS ID' +a_w_cacert = 'Pfad zum CA-Zertifikat' +a_w_eaptype = 'EAP-Methode' +a_w_tlsprivkey = 'Pfad zum Privaten Schlüssel' +a_w_tlsprivkeypwd = 'Passwort des Privaten Schlüssels' +a_w_peapauth = 'PEAP-Authentifizierung' +a_w_peapidentity = 'PEAP-Identitäz' +a_w_peappassword = 'PEAP-Passwort' +a_w_create = 'Netzwerk anlegen' diff --git a/i18n/german/luasrc/i18n/cbi.de.lua b/i18n/german/luasrc/i18n/cbi.de.lua index 968d31cff..a8d68244e 100644 --- a/i18n/german/luasrc/i18n/cbi.de.lua +++ b/i18n/german/luasrc/i18n/cbi.de.lua @@ -1,12 +1,12 @@ -cbi_add = [[Eintrag hinzufügen]] -cbi_del = [[Eintrag entfernen]] -cbi_invalid = [[Ungültige Eingabe]] -cbi_invalid_section = [[Validierung fehlgeschlagen: Bitte die Eingabefelder auf Fehler überprüfen.]] -cbi_missing = [[Dieses Feld muss ausgefüllt werden]] -cbi_deperror = [[Validierung fehlgeschlagen: Mindestens ein benötigtes Feld ist leer oder hat einen ungültigen Wert]] -cbi_reqerror = [[Nicht erfüllte Abhängigkeit für dieses Feld]] -cbi_addopt = [[-- Zusätzliches Feld --]] -cbi_sectempty = [[Diese Sektion enthält noch keine Einträge]] -cbi_manual = [[-- benutzerdefiniert --]] -cbi_select = [[-- Bitte auswählen --]] -cbi_gorel = [[Gehe zu relevanter Konfigurationsseite]] +cbi_add = 'Eintrag hinzufügen' +cbi_del = 'Eintrag entfernen' +cbi_invalid = 'Ungültige Eingabe' +cbi_invalid_section = 'Validierung fehlgeschlagen: Bitte die Eingabefelder auf Fehler überprüfen.' +cbi_missing = 'Dieses Feld muss ausgefüllt werden' +cbi_deperror = 'Validierung fehlgeschlagen: Mindestens ein benötigtes Feld ist leer oder hat einen ungültigen Wert' +cbi_reqerror = 'Nicht erfüllte Abhängigkeit für dieses Feld' +cbi_addopt = '-- Zusätzliches Feld --' +cbi_sectempty = 'Diese Sektion enthält noch keine Einträge' +cbi_manual = '-- benutzerdefiniert --' +cbi_select = '-- Bitte auswählen --' +cbi_gorel = 'Gehe zu relevanter Konfigurationsseite' diff --git a/i18n/german/luasrc/i18n/default.de.lua b/i18n/german/luasrc/i18n/default.de.lua index bca0a07f5..02f86d99f 100644 --- a/i18n/german/luasrc/i18n/default.de.lua +++ b/i18n/german/luasrc/i18n/default.de.lua @@ -1,94 +1,94 @@ -about = [[Über]] -add = [[Hinzufügen]] -addresses = [[Adressen]] -aliases = [[Aliasse]] -all = [[alle]] -administration = [[Administration]] -apply = [[Anwenden]] -basicsettings = [[Grundeinstellungen]] -broadcast = [[IPv4-Broadcast]] -changes = [[Änderungen]] -channel = [[Kanal]] -cidr6 = [[CIDR-Notation: Adresse/Prefix]] -code = [[Code]] -config = [[Konfiguration]] -configfile = [[Konfigurationsdatei]] -confirmation = [[Bestätigung]] -delete = [[Löschen]] -descr = [[Beschreibung]] -design = [[Design]] -device = [[Gerät]] -devices = [[Geräte]] -disable = [[deaktivieren]] -distance = [[Distanz]] -dnsserver = [[DNS-Server]] -edit = [[Bearbeiten]] -enable = [[aktivieren]] -encryption = [[Verschlüsselung]] -error = [[Fehler]] -filesystem = [[Dateisystem]] -filter = [[Filter]] -gateway = [[IPv4-Gateway]] -gateway6 = [[IPv6-Gateway]] -general = [[Allgemeines]] -hostname = [[Hostname]] -install = [[Installieren]] -installed = [[installiert]] -interface = [[Schnittstelle]] -interfaces = [[Schnittstellen]] -ipaddress = [[IPv4-Adresse]] -ip6address = [[IPv6-Adresse]] -legend = [[Legende]] -library = [[Bibliothek]] -load = [[Last]] -login = [[Anmelden]] -logout = [[Abmelden]] -key = [[Schlüssel]] -language = [[Sprache]] -limit = [[Limit]] -macaddress = [[MAC-Adresse]] -manpage = [[siehe '%s' manpage]] -metric = [[Metrik]] -mode = [[Modus]] -name = [[Name]] -netmask = [[IPv4-Netzmaske]] -network = [[Netzwerk]] -networks = [[Netzwerke]] -none = [[keine]] -notinstalled = [[nicht installiert]] -ok = [[OK]] -options = [[Optionen]] -overview = [[Übersicht]] -packagemanager = [[Packet-Manager]] -password = [[Passwort]] -path = [[Pfad]] -port = [[Port]] -ports = [[Ports]] -protocol = [[Protokoll]] -reboot = [[Neu Starten]] -reset = [[Zurücksetzen]] -revert = [[Verwerfen]] -save = [[Speichern]] -saveapply = [[Speichern & Anwenden]] -scan = [[Scan]] -service = [[Dienst]] -services = [[Dienste]] -settings = [[Einstellungen]] -size = [[Größe]] -start = [[Start]] -static = [[statisch]] -statistics = [[Statistiken]] -status = [[Status]] -submit = [[Absenden]] -syslog = [[Systemprotokoll]] -system = [[System]] -target = [[Ziel]] -timezone = [[Zeitzone]] -type = [[Typ]] -unknownerror = [[Unbekannter Fehler]] -unsavedchanges = [[Ungespeicherte Änderungen]] -username = [[Benutzername]] -version = [[Version]] -webui = [[Weboberfläche]] -wifi = [[Drahtlos]] -zone = [[Zone]] +about = 'Über' +add = 'Hinzufügen' +addresses = 'Adressen' +aliases = 'Aliasse' +all = 'alle' +administration = 'Administration' +apply = 'Anwenden' +basicsettings = 'Grundeinstellungen' +broadcast = 'IPv4-Broadcast' +changes = 'Änderungen' +channel = 'Kanal' +cidr6 = 'CIDR-Notation: Adresse/Prefix' +code = 'Code' +config = 'Konfiguration' +configfile = 'Konfigurationsdatei' +confirmation = 'Bestätigung' +delete = 'Löschen' +descr = 'Beschreibung' +design = 'Design' +device = 'Gerät' +devices = 'Geräte' +disable = 'deaktivieren' +distance = 'Distanz' +dnsserver = 'DNS-Server' +edit = 'Bearbeiten' +enable = 'aktivieren' +encryption = 'Verschlüsselung' +error = 'Fehler' +filesystem = 'Dateisystem' +filter = 'Filter' +gateway = 'IPv4-Gateway' +gateway6 = 'IPv6-Gateway' +general = 'Allgemeines' +hostname = 'Hostname' +install = 'Installieren' +installed = 'installiert' +interface = 'Schnittstelle' +interfaces = 'Schnittstellen' +ipaddress = 'IPv4-Adresse' +ip6address = 'IPv6-Adresse' +legend = 'Legende' +library = 'Bibliothek' +load = 'Last' +login = 'Anmelden' +logout = 'Abmelden' +key = 'Schlüssel' +language = 'Sprache' +limit = 'Limit' +macaddress = 'MAC-Adresse' +manpage = 'siehe '%s' manpage' +metric = 'Metrik' +mode = 'Modus' +name = 'Name' +netmask = 'IPv4-Netzmaske' +network = 'Netzwerk' +networks = 'Netzwerke' +none = 'keine' +notinstalled = 'nicht installiert' +ok = 'OK' +options = 'Optionen' +overview = 'Übersicht' +packagemanager = 'Packet-Manager' +password = 'Passwort' +path = 'Pfad' +port = 'Port' +ports = 'Ports' +protocol = 'Protokoll' +reboot = 'Neu Starten' +reset = 'Zurücksetzen' +revert = 'Verwerfen' +save = 'Speichern' +saveapply = 'Speichern & Anwenden' +scan = 'Scan' +service = 'Dienst' +services = 'Dienste' +settings = 'Einstellungen' +size = 'Größe' +start = 'Start' +static = 'statisch' +statistics = 'Statistiken' +status = 'Status' +submit = 'Absenden' +syslog = 'Systemprotokoll' +system = 'System' +target = 'Ziel' +timezone = 'Zeitzone' +type = 'Typ' +unknownerror = 'Unbekannter Fehler' +unsavedchanges = 'Ungespeicherte Änderungen' +username = 'Benutzername' +version = 'Version' +webui = 'Weboberfläche' +wifi = 'Drahtlos' +zone = 'Zone' diff --git a/i18n/german/luasrc/i18n/sysauth.de.lua b/i18n/german/luasrc/i18n/sysauth.de.lua index 8cb0206db..164064bfd 100644 --- a/i18n/german/luasrc/i18n/sysauth.de.lua +++ b/i18n/german/luasrc/i18n/sysauth.de.lua @@ -1,3 +1,3 @@ -sysauth_head = [[Autorisation benötigt]] -sysauth_prompt = [[Bitte Benutzernamen und Passwort eingeben.]] -sysauth_failed = [[Ungültiger Benutzername und/oder ungültiges Passwort! Bitte nocheinmal versuchen.]] +sysauth_head = 'Autorisation benötigt' +sysauth_prompt = 'Bitte Benutzernamen und Passwort eingeben.' +sysauth_failed = 'Ungültiger Benutzername und/oder ungültiges Passwort! Bitte nocheinmal versuchen.' diff --git a/i18n/german/luasrc/i18n/wifi.de.lua b/i18n/german/luasrc/i18n/wifi.de.lua index 0f24d2816..03825fae9 100644 --- a/i18n/german/luasrc/i18n/wifi.de.lua +++ b/i18n/german/luasrc/i18n/wifi.de.lua @@ -1,34 +1,34 @@ -wifi_auto = [[auto]] -wifi_fh = [[Frequenzsprung]] -wifi_diversity = [[Diversität]] -wifi_txantenna = [[Sendeantenne]] -wifi_rxantenna = [[Empfangsantenne]] -wifi_distance = [[Distanzoptimierung]] -wifi_distance_desc = [[Distanz zum am weitesten entfernten Funkpartner in Meter.]] -wifi_macpolicy = [[MAC-Adressfilter]] -wifi_whitelist = [[Nur gelistete erlauben]] -wifi_blacklist = [[Alle außer gelistete erlauben]] -wifi_maclist = [[MAC-Adressliste]] -wifi_bursting = [[Frame Bursting]] -wifi_country = [[Ländercode]] -wifi_maxassoc = [[Verbindungsbegrenzung]] -wifi_essid = [[ESSID]] -wifi_bssid = [[BSSID]] -wifi_frag = [[Fragmentierungsschwelle]] -wifi_rts = [[RTS/CTS-Schwelle]] -wifi_wds = [[WDS]] -wifi_wdssep = [[Separates WDS]] -wifi_hidden = [[ESSID verstecken]] -wifi_isloate = [[Clients isolieren]] -wifi_isloate_desc = [[Verhindert Client zu Client Kommunikation]] -wifi_bgscan = [[Hintergrundscan]] -wifi_rate = [[Übertragungsrate]] -wifi_mcast_rate = [[Multicastrate]] -wifi_minrate = [[Mindestübertragungsrate]] -wifi_maxrate = [[Höchstübertragungsrate]] -wifi_compression = [[Kompression]] -wifi_turbo = [[Turbo Modus]] -wifi_ff = [[Schnelle Frames]] -wifi_wmm = [[WMM Modus]] -wifi_xr = [[XR-Unterstützung]] -wifi_ar = [[AR-Unterstützung]] +wifi_auto = 'auto' +wifi_fh = 'Frequenzsprung' +wifi_diversity = 'Diversität' +wifi_txantenna = 'Sendeantenne' +wifi_rxantenna = 'Empfangsantenne' +wifi_distance = 'Distanzoptimierung' +wifi_distance_desc = 'Distanz zum am weitesten entfernten Funkpartner in Meter.' +wifi_macpolicy = 'MAC-Adressfilter' +wifi_whitelist = 'Nur gelistete erlauben' +wifi_blacklist = 'Alle außer gelistete erlauben' +wifi_maclist = 'MAC-Adressliste' +wifi_bursting = 'Frame Bursting' +wifi_country = 'Ländercode' +wifi_maxassoc = 'Verbindungsbegrenzung' +wifi_essid = 'ESSID' +wifi_bssid = 'BSSID' +wifi_frag = 'Fragmentierungsschwelle' +wifi_rts = 'RTS/CTS-Schwelle' +wifi_wds = 'WDS' +wifi_wdssep = 'Separates WDS' +wifi_hidden = 'ESSID verstecken' +wifi_isloate = 'Clients isolieren' +wifi_isloate_desc = 'Verhindert Client zu Client Kommunikation' +wifi_bgscan = 'Hintergrundscan' +wifi_rate = 'Übertragungsrate' +wifi_mcast_rate = 'Multicastrate' +wifi_minrate = 'Mindestübertragungsrate' +wifi_maxrate = 'Höchstübertragungsrate' +wifi_compression = 'Kompression' +wifi_turbo = 'Turbo Modus' +wifi_ff = 'Schnelle Frames' +wifi_wmm = 'WMM Modus' +wifi_xr = 'XR-Unterstützung' +wifi_ar = 'AR-Unterstützung' diff --git a/i18n/russian/luasrc/i18n/admin-core.ru.lua b/i18n/russian/luasrc/i18n/admin-core.ru.lua index 40763c250..9479db837 100644 --- a/i18n/russian/luasrc/i18n/admin-core.ru.lua +++ b/i18n/russian/luasrc/i18n/admin-core.ru.lua @@ -1,260 +1,260 @@ -uci_applied = [[Данные изменения были приняты]] -uci_reverted = [[Данные изменения были отвергнуты]] -a_i_ui = [[Пользовательский интерфейс]] -c_lucidesc = [[LuCI это свободное Lua програмное обеспечение включая MVC-Вебфреймворк и веб интерфейс встраиваемый в устройства. LuCI распространяется под лицензией Apache-License.]] -c_projecthome = [[Домашняя страница проекта]] -c_leaddev = [[Ведущие разработчики]] -c_contributors = [[Помогавшие в разработке]] -c_thanksto = [[Благодаря]] -a_i_i_hello = [[Добро пожаловать.]] -a_i_i_admin1 = [[Это зона управления LuCI.]] -a_i_i_admin2 = [[LuCI свободный, гибкий и дружелюбный грфический интерфейс для настройки OpenWRT Kamikaze.]] -a_i_i_admin3 = [[С помощью этих страниц вы можете изменить основные настройки вашего роутера.]] -a_i_i_admin4 = [[Внимание: В LuCI изменения принимаются после нажатия - Принять.]] -a_i_i_admin5 = [[Так же мы всегда желаем улучшить этот интерфейс, мы всегда обратим внимание на ваши вопросы и предложения.]] -a_i_i_admin6 = [[А теперь повеселитесь со своим роутером!]] -a_i_i_team = [[Команда LuCI]] -a_i_luci1 = [[Здесь вы можете изменить настройки и функциональность LuCI.]] -a_i_ucicommit = [[Запуск команд]] -a_i_ucicommit1 = [[Эти команды будут запущенны автоматически когда данная UCI конфигурация добавлена и изменения будут приняты.]] -a_i_keepflash = [[Файлы которые необходимо сохранить при перепрошивании]] -a_i_keepflash1 = [[После перепрошивки LuCI эти файлы будут добавлены в обновлённую систему .]] -a_st_i_status1 = [[Здесь вы можете найти информацию о текущей статистики системы вроде частоты процессора, использования памяти или сетевого интерфейса.]] -a_st_i_status2 = [[А так же ядра или сервисов, системный журнал может быть так же просмотрен здесь для того что бы получить полный обзор текущего состояния системы.]] -iwscan = [[WLAN-Сканирование]] -iwscan1 = [[Обзор существующих Wi-Fi сетей]] -iwscan_encr = [[Шифрование]] -iwscan_link = [[Связь]] -iwscan_signal = [[Сигнал]] -iwscan_noise = [[Шум]] -routes = [[Маршруты]] -routes_netmask = [[Сетевая маска]] -routes_gateway = [[Шлюз]] -routes_metric = [[Метрика]] -a_s_desc = [[Здесь вы можете настроить основные параметры вашего устройства такие как имя хоста или часовой пояс.]] -a_s_packages = [[Программное обеспечение]] -a_s_changepw = [[Пароль администратора]] -a_s_p_ipkg = [[IPKG-Настройка]] -a_s_sshkeys = [[SSH-Ключи]] -a_s_fstab = [[Дисковые разделы]] -a_s_flash = [[Обновление прошивки]] -a_s_i_system1 = [[Изменение настроек системы связанных с самоидентификацией, устстанвкой аппаратно и/или програмного обеспечения, идентификацией или дисковыми разделами.]] -a_s_i_system2 = [[Эти настройки определяют основу вашей системы.]] -a_s_i_system3 = [[Необходимо тчательно отнестись к нижеследующим настройкам, в результате неправильной конфигурации которых вы можете потерять управление над системой или устройсто может не загружаться.]] -a_s_packages_do = [[Принять изменения]] -a_s_packages_install = [[Установка]] -a_s_packages_installurl = [[Загрузить и установить пакеты]] -a_s_packages_ipkg = [[Изменить листинг пакетов и путей установки]] -a_s_packages_name = [[Имя пакета]] -a_s_packages_remove = [[Удалить]] -a_s_packages_search = [[Найти пакет]] -a_s_packages_update = [[Листинг пакетов обновлён]] -a_s_packages_updatelist = [[Обновить листинг пакетов]] -a_s_packages_upgrade = [[Заменить установленные пакеты]] -a_s_p_ipkg_pkglists = [[Листинг пакетов]] -a_s_p_ipkg_targets = [[Путь установки]] -a_s_changepw1 = [[Изменение пароля системного администратора (Пользователь root)]] -a_s_changepw_changed = [[Пароль успешно изменён]] -a_s_changepw_nomatch = [[Ошибка: Пароли не совпадают]] -a_s_sshkeys1 = [[Здесь вы можете вставить публичный SSH-Ключ для SSH публичной-ключевой аутентификации.]] -a_s_fstab_mountpoints = [[Точки монтирования]] -a_s_fstab_mountpoints1 = [[Точки монтирования определяют к каком запоминающему устройству будет присоединена файловая система]] -a_s_fstab_active = [[Монтированные файловые системы"]] -a_s_fstab_used = [[Использованно"]] -a_s_fstab_avail = [[Доступно"]] -a_s_fstab_mountpoint = [[Точка присоединения]] -a_s_fstab_device1 = [[Устройство или раздел (пример /dev/sda1)]] -a_s_fstab_fs1 = [[Формат файловой системы (пример ext3)]] -a_s_fstab_swap1 = [[Если физической RAM не хватает можно воспользоваться временным хранением данных в файле-подкачке. В результате RAM памяти будет доступно в большем количестве. Но помните, файл подкачки работает гораздо медленнее RAM так что не ждите обработки информации на скоростях сравнимых с RAM.]] -a_s_flash_flashed = [[Прошивка успешно обновленна. Перезагрузка устройства...]] -a_s_flash_flasherr = [[Прошивка невозможна]] -a_s_flash_fwimage = [[Файл прошивки]] -a_s_flash_fwupgrade = [[Прошить]] -a_s_flash_keepcfg = [[Сохранить конфигурационные файлы]] -a_s_flash_notimplemented = [[Извините, эта функция пока не доступна на вашей платформе.]] -a_s_flash_upgrade1 = [[Заменяет установленную прошивку на новую. Формат прошивки платформо-зависимый.]] -a_s_reboot1 = [[Сразу произойдёт перезагрузка вашей системы]] -a_s_reboot_do = [[Выполнить перезагрузку]] -a_s_reboot_running = [[Позалуйста подождите: Устройство перезагружается...]] -a_s_reboot_u = [[Внимание: Есть несохранённые изменения которые потеряются после перезагрузки!]] -a_s_applyreboot1 = [[Изменения приняты.]] -a_s_backup = [[Резервирование / Восстановление]] -a_s_backup_backup = [[Создать резервную копию]] -a_s_backup_archive = [[Архив восстановления]] -a_s_backup_reset = [[Сбросить роутер к настройкам по умолчанию]] -a_s_backup_reset1 = [[Перейти к возврашению всех настроек и установить настройки по умолчанию?]] -a_s_backup_restore = [[Восстановить резервную копию]] -a_s_backup1 = [[Здесь вы можете сделать резевную копию и воссановить конфигурацию вашего роутера, если это возможно, или установить настройки по умолчанию.]] -a_srv_http = [[HTTP-Сервер]] -a_srv_ssh = [[SSH-Сервер]] -a_srv_services1 = [[Сервисы и демоны выполняющие определённые задачи на устройствах.]] -a_srv_services2 = [[Большинство из них сетевые серверы, которые выполняют определённые задачи для ваших устройств или сетей наподобие shell-доступа, web-страниц таких как LuCI, выполняют mesh-маршрутизацию, отправляют письма , ...]] -a_srv_http1 = [[Маленький веб-сервер, служащий для предоставления LuCI.]] -a_srv_http_authrealm = [[Аутентификационная область]] -a_srv_http_authrealm1 = [[Что будет показано при авторизации на защищённых страницах.]] -a_srv_http_config1 = [[по умолчанию /etc/httpd.conf]] -a_srv_http_root = [[Корневая папка]] -a_srv_dropbear1 = [[Dropbear это SSH-сервер со встроенным SCP]] -a_srv_d_pwauth = [[Аутентификация по паролю]] -a_srv_d_pwauth1 = [[Разрешить SSH аутентификацию по паролю]] -a_w_channel = [[Канал]] -a_w_wifi1 = [[На этой страничке можно настроить WLAN основанную на беспроводных сетях.]] -a_w_wifi2 = [[Вы можете легко интегрировать ваши 802.11a/b/g/n-устройства в вашу физическую сеть и использовать виртуальные стройства для построения беспроводных повторителей или создания различных сетевых топологий на одном физическом устройстве.]] -a_w_wifi3 = [[Поддерживаемые режимы: Точка, Клиент, Ad-Hoc и WDS, а так же WPA и WPA2 шифрование для обеспечения наибольшей безопасности.]] -a_w_devices1 = [[Здесь вы можете настроить установленные Wi-Fi устройства.]] -a_w_txantenna = [[Передающая антенна]] -a_w_rxantenna = [[Принимающая антенна]] -a_w_distance1 = [[Дистанция до самой дальней станции (в метрах)]] -a_w_diversity = [[Разновидность антенн]] -a_w_countrycode = [[Код страны]] -a_w_connlimit = [[Ограничение соединений]] -a_w_networks1 = [[Вы можете настраивать различные wifi сети на одном устройстве. Помните что есть определённые програмные и аппаратные ограничения. Нормально вы можете использовать например 1 Ad-Hoc или до 3 Точек и симулированных 1 Клиента.]] -a_w_netid = [[Название сети (ESSID)]] -a_w_network1 = [[Добавить Wifi сеть в физическую сеть]] -a_w_txpwr = [[Мощьность передатчика]] -a_w_brcmburst = [[Broadcom Frameburst]] -a_w_athburst = [[Atheros Frameburst]] -a_w_radiussrv = [[RadiusServer]] -a_w_radiusport = [[Radius-Port]] -a_w_apisolation = [[AP-Isolation]] -a_w_apisolation1 = [[Не позволяет клиентам обмениваться друг с другом информацией]] -a_w_hideessid = [[Скрыть ESSID]] -a_w_ap = [[Точка доступа]] -a_w_adhoc = [[Ad-Hoc]] -a_w_ahdemo = [[Псевдо Ad-Hoc (ahdemo)]] -a_w_client = [[Клиент]] -a_w_wds = [[WDS]] -a_w_monitor = [[Monitor]] -dhcp_dnsmasq_desc = [[Dnsmasq содержит в себе DHCP-Сервер и DNS-Forwarder для NAT]] -dhcp_dnsmasq_domainneeded = [[Domain required]] -dhcp_dnsmasq_domainneeded_desc = [[Не форвардить DNS-запросы без DNS-имени]] -dhcp_dnsmasq_authoritative = [[Authoritative]] -dhcp_dnsmasq_authoritative_desc = [[Только DHCP в локальной сети]] -dhcp_dnsmasq_boguspriv = [[Filter private]] -dhcp_dnsmasq_boguspriv_desc = [[не форвардить реверсные-днс запросы для локальной сети]] -dhcp_dnsmasq_filterwin2k = [[Filter useless]] -dhcp_dnsmasq_filterwin2k_desc = [[фильтровать ненужные DNS-запросы Windows-систем]] -dhcp_dnsmasq_localisequeries = [[Localise queries]] -dhcp_dnsmasq_localisequeries_desc = [[локализировать имя хоста относящегося к данной подсети]] -dhcp_dnsmasq_local = [[Локальный сервер]] -dhcp_dnsmasq_domain = [[Локальный домен]] -dhcp_dnsmasq_expandhosts = [[Expand Hosts]] -dhcp_dnsmasq_expandhosts_desc = [[Добавлять доменные имена в хосты]] -dhcp_dnsmasq_nonegcache = [[Don't cache unknown]] -dhcp_dnsmasq_nonegcache_desc = [[Запрещать кешировать негативные DNS-ответы]] -dhcp_dnsmasq_readethers = [[Use /etc/ethers]] -dhcp_dnsmasq_readethers_desc = [[Читать /etc/ethers для настройки DHCP-Сервера]] -dhcp_dnsmasq_leasefile = [[Leasefile]] -dhcp_dnsmasq_leasefile_desc = [[файл где выданные DHCP-leases хранятся]] -dhcp_dnsmasq_resolvfile = [[Resolvfile]] -dhcp_dnsmasq_resolvfile_desc = [[Локальный DNS файл]] -dhcp_dnsmasq_nohosts = [[Ignore /etc/hosts]] -dhcp_dnsmasq_strictorder = [[Strict order]] -dhcp_dnsmasq_strictorder_desc = [[DNS-Сервер будет обращаться к resolvfile]] -dhcp_dnsmasq_logqueries = [[Log queries]] -dhcp_dnsmasq_noresolv = [[Ignore resolvfile]] -dhcp_dnsmasq_dnsforwardmax = [[concurrent queries]] -dhcp_dnsmasq_port = [[DNS-Port]] -dhcp_dnsmasq_ednspacket_max = [[max. EDNS0 размер пакета]] -dhcp_dnsmasq_dhcpleasemax = [[max. DHCP-Leases]] -dhcp_dnsmasq_addnhosts = [[дополнительный hostfile]] -dhcp_dnsmasq_queryport = [[порт запросов]] -a_n_switch = [[Свитч]] -a_n_routes = [[Маршрутизация]] -a_n_routes1 = [[Маршрутизация служит для определения через какой интерфейс и шлюз можно пройти к определённому хосту или сегменту сети.]] -a_network1 = [[В этом разделе вы сможете найти всё что касается настроек сети.]] -a_network2 = [[В большенстве роутеров сетевой свитч может быть свободно настроен и добавлен в различные VLAN'ы.]] -a_network3 = [[Настройка PPPoE / PPTP позволяет сети и сетевые соединения к поставщику услуг Интернет.]] -a_network4 = [[C DHCP устройства находящиеся в вашей сети могут автоматически IP-адреса и все необходимые настройки.]] -a_network5 = [[Файрволл и проброс портов используется для увеличения надёжность и гибкости вашей сети.]] -a_n_switch1 = [[Сетевые порты на вашем роутере могут маршрутизироваться в различные VLAN'ы и соединять компютеры напрямую. VLAN'ы обычно используют для логического разделения сетей.]] -network_switch_desc = [[Порты принадлежашие VLAN'ам разделяются пробелами. Порт с наибольшим значением (обычно 5) обычно используют для внутренних сетей. На устройствах с 5 портами, порт с наименьшим значением (0) предназначен для Uplink.]] -a_n_ifaces1 = [[На этой страничке вы можете сконфигурировать сетевые интерфейсы. Вы можете соединять различные интерфейсы в "мост" помечая их как "Мост" и добавлять имена различных сетей принадлежащих сетевым интерфейсам разделённые пробелом. Также вы можете использовать обозначения VLAN'ов например INTERFACE.VLANNR (указывая как: eth0.1).]] -a_n_i_bridge = [[Мост]] -a_n_i_bridge1 = [[создаёт мост для выбранных сетевых интерфейсов]] -dhcp_desc = [[С помощью DHCP члены сетей могут автоматически получить такие настройки как (IP-Адрес, сетевую маску, DNS-имя, ...).]] -dhcp_dhcp_leasetime = [[Leasetime]] -dhcp_dhcp_dynamicdhcp = [[Dynamic DHCP]] -dhcp_dhcp_ignore = [[Ignore interface]] -dhcp_dhcp_ignore_desc = [[отключить DHCP для данного интерфейса]] -dhcp_dhcp_force = [[Force]] -dhcp_dhcp_start_desc = [[первый адрес (последний октет)]] -dhcp_dhcp_limit_desc = [[количество арендованных адресов -1]] -dhcp_leases = [[Leases]] -luci_ethers = [[Static Leases]] -dhcp_timeremain = [[Leasetime remaining]] -dhcp_leases_active = [[Active Leases]] -a_n_ptp = [[Соединения точка-точка]] -a_n_ptp1 = [[Соединения типа PPPoE или PPTP обычно используются для подключения через DSL или подобные технологии для подключения к поставщику услуг Интернет.]] -network_interface_server = [[PPTP-Сервер]] -network_interface_demand = [[Automatic Disconnect]] -network_interface_demand_desc = [[Время (в сек.) после которого неиспользованное соединение будет закрыто]] -network_interface_keepalive = [[Keep-Alive]] -network_interface_keepalive_desc = [[Количество неудачных соединений для инициализации переподсоединения к серверу]] -a_n_r_routes1 = [[Маршрутизация служит для определения через какой интерфейс и шлюз можно пройти к определённому хосту или сегменту сети.]] -a_n_routes_static = [[Статическая маршрутизация]] -a_n_routes_kernel4 = [[Включение IPv4-Маршрутизации]] -a_n_r_target1 = [[Хост-IP или сеть]] -a_n_r_netmask1 = [[если сеть]] -m_n_inet = [[Интернет соединение]] -m_n_local = [[Локальная сеть]] -m_n_route = [[Маршрут]] -m_n_brdige = [[Мост]] -m_w_ap = [[Обеспечивает (AP)]] -m_w_adhoc = [[Незаыисимая (Ad-Hoc)]] -m_w_client = [[Присоединиться (Client)]] -m_w_wds = [[Распределённая (WDS)]] -m_w_clientmode = [[Режим клиента]] -system_system_logsize = [[Размер буфера системного журнала]] -system_system_logip = [[Внешний сервер системного журналирования]] -system_system_conloglevel = [[Уровень системного логгирования]] -system_system_conloglevel_desc = [[Уровень системного логгирования консоли]] -m_i_processor = [[Процессор]] -m_i_memory = [[Память]] -m_i_systemtime = [[Локальное время]] -m_i_uptime = [[Время работы]] -m_n_d_firstaddress = [[Первый арендованный адрес]] -m_n_d_numleases = [[Количество арендованных адресов]] -routingtable = [[Таблица маршрутизации]] -wlanscan = [[Поиск Wi-Fi сетей]] -frequency = [[Частота]] -power = [[Мощьность]] -noise = [[Шум]] -signal = [[Сигнал]] -link = [[Связь]] -frag = [[Frag.]] -rts = [[RTS]] -bitrate = [[Битрейт]] -m_n_keepalive = [[автоматически переподсоединятся]] -m_n_dialondemand = [[отсоединиться когда простой для]] -m_n_pptp_server = [[PPTP-Сервер]] -leds = [[Настройка LED]] -leds_desc = [[Настройка поведения LED'ов если это возможно.]] -system_led_name = [[LED Имя]] -system_led_sysfs = [[LED Устройство]] -system_led_default = [[Состояние по умолчанию]] -system_led_default_desc = [[мигание = включено]] -system_led_trigger = [[Триггер]] -system_led_trigger_none = [[нет]] -system_led_trigger_defaulton = [[По умолчанию включено]] -system_led_trigger_timer = [[Таймер]] -system_led_trigger_heartbeat = [[Стук (Средняя загрузка)]] -system_led_trigger_netdev = [[Сетевое устройство]] -system_led_delayoff = [[Задержка выключена]] -system_led_delayoff_desc = [[время (в мс) LED выключен]] -system_led_delayon = [[Задержка включена]] -system_led_delayon_desc = [[время (в мс) LED включен]] -system_led_dev = [[Устройство]] -system_led_mode = [[Триггерный режим]] -system_led_mode_link = [[Связь включена]] -system_led_mode_tx = [[Передача]] -system_led_mode_rx = [[Приём]] -network_interface_up = [[Активен]] -network_interface_hwaddr = [[MAC-Адрес]] -network_interface_hwaddr_desc = [[Адрес устройства]] -network_interface_txrx = [[Трафик]] -network_interface_txrx_desc = [[передано / получено]] -network_interface_err = [[Ошибок]] -network_interface_err_desc = [[Перед. / Получ.]] -network_interface_fwzone = [[Создать / Добавить Файрвол-зону]] -network_interface_fwzone_desc = [[Этот интерфейс не принадлежит ни к одной Файрвол-зоне.]] +uci_applied = 'Данные изменения были приняты' +uci_reverted = 'Данные изменения были отвергнуты' +a_i_ui = 'Пользовательский интерфейс' +c_lucidesc = 'LuCI это свободное Lua програмное обеспечение включая MVC-Вебфреймворк и веб интерфейс встраиваемый в устройства. LuCI распространяется под лицензией Apache-License.' +c_projecthome = 'Домашняя страница проекта' +c_leaddev = 'Ведущие разработчики' +c_contributors = 'Помогавшие в разработке' +c_thanksto = 'Благодаря' +a_i_i_hello = 'Добро пожаловать.' +a_i_i_admin1 = 'Это зона управления LuCI.' +a_i_i_admin2 = 'LuCI свободный, гибкий и дружелюбный грфический интерфейс для настройки OpenWRT Kamikaze.' +a_i_i_admin3 = 'С помощью этих страниц вы можете изменить основные настройки вашего роутера.' +a_i_i_admin4 = 'Внимание: В LuCI изменения принимаются после нажатия - Принять.' +a_i_i_admin5 = 'Так же мы всегда желаем улучшить этот интерфейс, мы всегда обратим внимание на ваши вопросы и предложения.' +a_i_i_admin6 = 'А теперь повеселитесь со своим роутером!' +a_i_i_team = 'Команда LuCI' +a_i_luci1 = 'Здесь вы можете изменить настройки и функциональность LuCI.' +a_i_ucicommit = 'Запуск команд' +a_i_ucicommit1 = 'Эти команды будут запущенны автоматически когда данная UCI конфигурация добавлена и изменения будут приняты.' +a_i_keepflash = 'Файлы которые необходимо сохранить при перепрошивании' +a_i_keepflash1 = 'После перепрошивки LuCI эти файлы будут добавлены в обновлённую систему .' +a_st_i_status1 = 'Здесь вы можете найти информацию о текущей статистики системы вроде частоты процессора, использования памяти или сетевого интерфейса.' +a_st_i_status2 = 'А так же ядра или сервисов, системный журнал может быть так же просмотрен здесь для того что бы получить полный обзор текущего состояния системы.' +iwscan = 'WLAN-Сканирование' +iwscan1 = 'Обзор существующих Wi-Fi сетей' +iwscan_encr = 'Шифрование' +iwscan_link = 'Связь' +iwscan_signal = 'Сигнал' +iwscan_noise = 'Шум' +routes = 'Маршруты' +routes_netmask = 'Сетевая маска' +routes_gateway = 'Шлюз' +routes_metric = 'Метрика' +a_s_desc = 'Здесь вы можете настроить основные параметры вашего устройства такие как имя хоста или часовой пояс.' +a_s_packages = 'Программное обеспечение' +a_s_changepw = 'Пароль администратора' +a_s_p_ipkg = 'IPKG-Настройка' +a_s_sshkeys = 'SSH-Ключи' +a_s_fstab = 'Дисковые разделы' +a_s_flash = 'Обновление прошивки' +a_s_i_system1 = 'Изменение настроек системы связанных с самоидентификацией, устстанвкой аппаратно и/или програмного обеспечения, идентификацией или дисковыми разделами.' +a_s_i_system2 = 'Эти настройки определяют основу вашей системы.' +a_s_i_system3 = 'Необходимо тчательно отнестись к нижеследующим настройкам, в результате неправильной конфигурации которых вы можете потерять управление над системой или устройсто может не загружаться.' +a_s_packages_do = 'Принять изменения' +a_s_packages_install = 'Установка' +a_s_packages_installurl = 'Загрузить и установить пакеты' +a_s_packages_ipkg = 'Изменить листинг пакетов и путей установки' +a_s_packages_name = 'Имя пакета' +a_s_packages_remove = 'Удалить' +a_s_packages_search = 'Найти пакет' +a_s_packages_update = 'Листинг пакетов обновлён' +a_s_packages_updatelist = 'Обновить листинг пакетов' +a_s_packages_upgrade = 'Заменить установленные пакеты' +a_s_p_ipkg_pkglists = 'Листинг пакетов' +a_s_p_ipkg_targets = 'Путь установки' +a_s_changepw1 = 'Изменение пароля системного администратора (Пользователь root)' +a_s_changepw_changed = 'Пароль успешно изменён' +a_s_changepw_nomatch = 'Ошибка: Пароли не совпадают' +a_s_sshkeys1 = 'Здесь вы можете вставить публичный SSH-Ключ для SSH публичной-ключевой аутентификации.' +a_s_fstab_mountpoints = 'Точки монтирования' +a_s_fstab_mountpoints1 = 'Точки монтирования определяют к каком запоминающему устройству будет присоединена файловая система' +a_s_fstab_active = 'Монтированные файловые системы"' +a_s_fstab_used = 'Использованно"' +a_s_fstab_avail = 'Доступно"' +a_s_fstab_mountpoint = 'Точка присоединения' +a_s_fstab_device1 = 'Устройство или раздел (пример /dev/sda1)' +a_s_fstab_fs1 = 'Формат файловой системы (пример ext3)' +a_s_fstab_swap1 = 'Если физической RAM не хватает можно воспользоваться временным хранением данных в файле-подкачке. В результате RAM памяти будет доступно в большем количестве. Но помните, файл подкачки работает гораздо медленнее RAM так что не ждите обработки информации на скоростях сравнимых с RAM.' +a_s_flash_flashed = 'Прошивка успешно обновленна. Перезагрузка устройства...' +a_s_flash_flasherr = 'Прошивка невозможна' +a_s_flash_fwimage = 'Файл прошивки' +a_s_flash_fwupgrade = 'Прошить' +a_s_flash_keepcfg = 'Сохранить конфигурационные файлы' +a_s_flash_notimplemented = 'Извините, эта функция пока не доступна на вашей платформе.' +a_s_flash_upgrade1 = 'Заменяет установленную прошивку на новую. Формат прошивки платформо-зависимый.' +a_s_reboot1 = 'Сразу произойдёт перезагрузка вашей системы' +a_s_reboot_do = 'Выполнить перезагрузку' +a_s_reboot_running = 'Позалуйста подождите: Устройство перезагружается...' +a_s_reboot_u = 'Внимание: Есть несохранённые изменения которые потеряются после перезагрузки!' +a_s_applyreboot1 = 'Изменения приняты.' +a_s_backup = 'Резервирование / Восстановление' +a_s_backup_backup = 'Создать резервную копию' +a_s_backup_archive = 'Архив восстановления' +a_s_backup_reset = 'Сбросить роутер к настройкам по умолчанию' +a_s_backup_reset1 = 'Перейти к возврашению всех настроек и установить настройки по умолчанию?' +a_s_backup_restore = 'Восстановить резервную копию' +a_s_backup1 = 'Здесь вы можете сделать резевную копию и воссановить конфигурацию вашего роутера, если это возможно, или установить настройки по умолчанию.' +a_srv_http = 'HTTP-Сервер' +a_srv_ssh = 'SSH-Сервер' +a_srv_services1 = 'Сервисы и демоны выполняющие определённые задачи на устройствах.' +a_srv_services2 = 'Большинство из них сетевые серверы, которые выполняют определённые задачи для ваших устройств или сетей наподобие shell-доступа, web-страниц таких как LuCI, выполняют mesh-маршрутизацию, отправляют письма , ...' +a_srv_http1 = 'Маленький веб-сервер, служащий для предоставления LuCI.' +a_srv_http_authrealm = 'Аутентификационная область' +a_srv_http_authrealm1 = 'Что будет показано при авторизации на защищённых страницах.' +a_srv_http_config1 = 'по умолчанию /etc/httpd.conf' +a_srv_http_root = 'Корневая папка' +a_srv_dropbear1 = 'Dropbear это SSH-сервер со встроенным SCP' +a_srv_d_pwauth = 'Аутентификация по паролю' +a_srv_d_pwauth1 = 'Разрешить SSH аутентификацию по паролю' +a_w_channel = 'Канал' +a_w_wifi1 = 'На этой страничке можно настроить WLAN основанную на беспроводных сетях.' +a_w_wifi2 = 'Вы можете легко интегрировать ваши 802.11a/b/g/n-устройства в вашу физическую сеть и использовать виртуальные стройства для построения беспроводных повторителей или создания различных сетевых топологий на одном физическом устройстве.' +a_w_wifi3 = 'Поддерживаемые режимы: Точка, Клиент, Ad-Hoc и WDS, а так же WPA и WPA2 шифрование для обеспечения наибольшей безопасности.' +a_w_devices1 = 'Здесь вы можете настроить установленные Wi-Fi устройства.' +a_w_txantenna = 'Передающая антенна' +a_w_rxantenna = 'Принимающая антенна' +a_w_distance1 = 'Дистанция до самой дальней станции (в метрах)' +a_w_diversity = 'Разновидность антенн' +a_w_countrycode = 'Код страны' +a_w_connlimit = 'Ограничение соединений' +a_w_networks1 = 'Вы можете настраивать различные wifi сети на одном устройстве. Помните что есть определённые програмные и аппаратные ограничения. Нормально вы можете использовать например 1 Ad-Hoc или до 3 Точек и симулированных 1 Клиента.' +a_w_netid = 'Название сети (ESSID)' +a_w_network1 = 'Добавить Wifi сеть в физическую сеть' +a_w_txpwr = 'Мощьность передатчика' +a_w_brcmburst = 'Broadcom Frameburst' +a_w_athburst = 'Atheros Frameburst' +a_w_radiussrv = 'RadiusServer' +a_w_radiusport = 'Radius-Port' +a_w_apisolation = 'AP-Isolation' +a_w_apisolation1 = 'Не позволяет клиентам обмениваться друг с другом информацией' +a_w_hideessid = 'Скрыть ESSID' +a_w_ap = 'Точка доступа' +a_w_adhoc = 'Ad-Hoc' +a_w_ahdemo = 'Псевдо Ad-Hoc (ahdemo)' +a_w_client = 'Клиент' +a_w_wds = 'WDS' +a_w_monitor = 'Monitor' +dhcp_dnsmasq_desc = 'Dnsmasq содержит в себе DHCP-Сервер и DNS-Forwarder для NAT' +dhcp_dnsmasq_domainneeded = 'Domain required' +dhcp_dnsmasq_domainneeded_desc = 'Не форвардить DNS-запросы без DNS-имени' +dhcp_dnsmasq_authoritative = 'Authoritative' +dhcp_dnsmasq_authoritative_desc = 'Только DHCP в локальной сети' +dhcp_dnsmasq_boguspriv = 'Filter private' +dhcp_dnsmasq_boguspriv_desc = 'не форвардить реверсные-днс запросы для локальной сети' +dhcp_dnsmasq_filterwin2k = 'Filter useless' +dhcp_dnsmasq_filterwin2k_desc = 'фильтровать ненужные DNS-запросы Windows-систем' +dhcp_dnsmasq_localisequeries = 'Localise queries' +dhcp_dnsmasq_localisequeries_desc = 'локализировать имя хоста относящегося к данной подсети' +dhcp_dnsmasq_local = 'Локальный сервер' +dhcp_dnsmasq_domain = 'Локальный домен' +dhcp_dnsmasq_expandhosts = 'Expand Hosts' +dhcp_dnsmasq_expandhosts_desc = 'Добавлять доменные имена в хосты' +dhcp_dnsmasq_nonegcache = 'Don't cache unknown' +dhcp_dnsmasq_nonegcache_desc = 'Запрещать кешировать негативные DNS-ответы' +dhcp_dnsmasq_readethers = 'Use /etc/ethers' +dhcp_dnsmasq_readethers_desc = 'Читать /etc/ethers для настройки DHCP-Сервера' +dhcp_dnsmasq_leasefile = 'Leasefile' +dhcp_dnsmasq_leasefile_desc = 'файл где выданные DHCP-leases хранятся' +dhcp_dnsmasq_resolvfile = 'Resolvfile' +dhcp_dnsmasq_resolvfile_desc = 'Локальный DNS файл' +dhcp_dnsmasq_nohosts = 'Ignore /etc/hosts' +dhcp_dnsmasq_strictorder = 'Strict order' +dhcp_dnsmasq_strictorder_desc = 'DNS-Сервер будет обращаться к resolvfile' +dhcp_dnsmasq_logqueries = 'Log queries' +dhcp_dnsmasq_noresolv = 'Ignore resolvfile' +dhcp_dnsmasq_dnsforwardmax = 'concurrent queries' +dhcp_dnsmasq_port = 'DNS-Port' +dhcp_dnsmasq_ednspacket_max = 'max. EDNS0 размер пакета' +dhcp_dnsmasq_dhcpleasemax = 'max. DHCP-Leases' +dhcp_dnsmasq_addnhosts = 'дополнительный hostfile' +dhcp_dnsmasq_queryport = 'порт запросов' +a_n_switch = 'Свитч' +a_n_routes = 'Маршрутизация' +a_n_routes1 = 'Маршрутизация служит для определения через какой интерфейс и шлюз можно пройти к определённому хосту или сегменту сети.' +a_network1 = 'В этом разделе вы сможете найти всё что касается настроек сети.' +a_network2 = 'В большенстве роутеров сетевой свитч может быть свободно настроен и добавлен в различные VLAN'ы.' +a_network3 = 'Настройка PPPoE / PPTP позволяет сети и сетевые соединения к поставщику услуг Интернет.' +a_network4 = 'C DHCP устройства находящиеся в вашей сети могут автоматически IP-адреса и все необходимые настройки.' +a_network5 = 'Файрволл и проброс портов используется для увеличения надёжность и гибкости вашей сети.' +a_n_switch1 = 'Сетевые порты на вашем роутере могут маршрутизироваться в различные VLAN'ы и соединять компютеры напрямую. VLAN'ы обычно используют для логического разделения сетей.' +network_switch_desc = 'Порты принадлежашие VLAN'ам разделяются пробелами. Порт с наибольшим значением (обычно 5) обычно используют для внутренних сетей. На устройствах с 5 портами, порт с наименьшим значением (0) предназначен для Uplink.' +a_n_ifaces1 = 'На этой страничке вы можете сконфигурировать сетевые интерфейсы. Вы можете соединять различные интерфейсы в "мост" помечая их как "Мост" и добавлять имена различных сетей принадлежащих сетевым интерфейсам разделённые пробелом. Также вы можете использовать обозначения VLAN'ов например INTERFACE.VLANNR (указывая как: eth0.1).' +a_n_i_bridge = 'Мост' +a_n_i_bridge1 = 'создаёт мост для выбранных сетевых интерфейсов' +dhcp_desc = 'С помощью DHCP члены сетей могут автоматически получить такие настройки как (IP-Адрес, сетевую маску, DNS-имя, ...).' +dhcp_dhcp_leasetime = 'Leasetime' +dhcp_dhcp_dynamicdhcp = 'Dynamic DHCP' +dhcp_dhcp_ignore = 'Ignore interface' +dhcp_dhcp_ignore_desc = 'отключить DHCP для данного интерфейса' +dhcp_dhcp_force = 'Force' +dhcp_dhcp_start_desc = 'первый адрес (последний октет)' +dhcp_dhcp_limit_desc = 'количество арендованных адресов -1' +dhcp_leases = 'Leases' +luci_ethers = 'Static Leases' +dhcp_timeremain = 'Leasetime remaining' +dhcp_leases_active = 'Active Leases' +a_n_ptp = 'Соединения точка-точка' +a_n_ptp1 = 'Соединения типа PPPoE или PPTP обычно используются для подключения через DSL или подобные технологии для подключения к поставщику услуг Интернет.' +network_interface_server = 'PPTP-Сервер' +network_interface_demand = 'Automatic Disconnect' +network_interface_demand_desc = 'Время (в сек.) после которого неиспользованное соединение будет закрыто' +network_interface_keepalive = 'Keep-Alive' +network_interface_keepalive_desc = 'Количество неудачных соединений для инициализации переподсоединения к серверу' +a_n_r_routes1 = 'Маршрутизация служит для определения через какой интерфейс и шлюз можно пройти к определённому хосту или сегменту сети.' +a_n_routes_static = 'Статическая маршрутизация' +a_n_routes_kernel4 = 'Включение IPv4-Маршрутизации' +a_n_r_target1 = 'Хост-IP или сеть' +a_n_r_netmask1 = 'если сеть' +m_n_inet = 'Интернет соединение' +m_n_local = 'Локальная сеть' +m_n_route = 'Маршрут' +m_n_brdige = 'Мост' +m_w_ap = 'Обеспечивает (AP)' +m_w_adhoc = 'Незаыисимая (Ad-Hoc)' +m_w_client = 'Присоединиться (Client)' +m_w_wds = 'Распределённая (WDS)' +m_w_clientmode = 'Режим клиента' +system_system_logsize = 'Размер буфера системного журнала' +system_system_logip = 'Внешний сервер системного журналирования' +system_system_conloglevel = 'Уровень системного логгирования' +system_system_conloglevel_desc = 'Уровень системного логгирования консоли' +m_i_processor = 'Процессор' +m_i_memory = 'Память' +m_i_systemtime = 'Локальное время' +m_i_uptime = 'Время работы' +m_n_d_firstaddress = 'Первый арендованный адрес' +m_n_d_numleases = 'Количество арендованных адресов' +routingtable = 'Таблица маршрутизации' +wlanscan = 'Поиск Wi-Fi сетей' +frequency = 'Частота' +power = 'Мощьность' +noise = 'Шум' +signal = 'Сигнал' +link = 'Связь' +frag = 'Frag.' +rts = 'RTS' +bitrate = 'Битрейт' +m_n_keepalive = 'автоматически переподсоединятся' +m_n_dialondemand = 'отсоединиться когда простой для' +m_n_pptp_server = 'PPTP-Сервер' +leds = 'Настройка LED' +leds_desc = 'Настройка поведения LED'ов если это возможно.' +system_led_name = 'LED Имя' +system_led_sysfs = 'LED Устройство' +system_led_default = 'Состояние по умолчанию' +system_led_default_desc = 'мигание = включено' +system_led_trigger = 'Триггер' +system_led_trigger_none = 'нет' +system_led_trigger_defaulton = 'По умолчанию включено' +system_led_trigger_timer = 'Таймер' +system_led_trigger_heartbeat = 'Стук (Средняя загрузка)' +system_led_trigger_netdev = 'Сетевое устройство' +system_led_delayoff = 'Задержка выключена' +system_led_delayoff_desc = 'время (в мс) LED выключен' +system_led_delayon = 'Задержка включена' +system_led_delayon_desc = 'время (в мс) LED включен' +system_led_dev = 'Устройство' +system_led_mode = 'Триггерный режим' +system_led_mode_link = 'Связь включена' +system_led_mode_tx = 'Передача' +system_led_mode_rx = 'Приём' +network_interface_up = 'Активен' +network_interface_hwaddr = 'MAC-Адрес' +network_interface_hwaddr_desc = 'Адрес устройства' +network_interface_txrx = 'Трафик' +network_interface_txrx_desc = 'передано / получено' +network_interface_err = 'Ошибок' +network_interface_err_desc = 'Перед. / Получ.' +network_interface_fwzone = 'Создать / Добавить Файрвол-зону' +network_interface_fwzone_desc = 'Этот интерфейс не принадлежит ни к одной Файрвол-зоне.' diff --git a/i18n/russian/luasrc/i18n/cbi.ru.lua b/i18n/russian/luasrc/i18n/cbi.ru.lua index 7046ef7bd..805699b5e 100644 --- a/i18n/russian/luasrc/i18n/cbi.ru.lua +++ b/i18n/russian/luasrc/i18n/cbi.ru.lua @@ -1,10 +1,10 @@ -cbi_add = [[Добавить]] -cbi_del = [[Удалить]] -cbi_invalid = [[Ошибка: Введёное значение не верно]] -cbi_missing = [[Ошибка: Это поле обязательно к заполнению]] -cbi_addopt = [[-- Дополнительная вкладка --]] -cbi_optional = [[ (дополнительно)]] -cbi_sectempty = [[Эта секция пока не содержит значений]] -cbi_manual = [[-- выборочный --]] -cbi_select = [[-- Пожалуйста выберете --]] -cbi_gorel = [[Перейти к странице конфигурации]] +cbi_add = 'Добавить' +cbi_del = 'Удалить' +cbi_invalid = 'Ошибка: Введёное значение не верно' +cbi_missing = 'Ошибка: Это поле обязательно к заполнению' +cbi_addopt = '-- Дополнительная вкладка --' +cbi_optional = ' (дополнительно)' +cbi_sectempty = 'Эта секция пока не содержит значений' +cbi_manual = '-- выборочный --' +cbi_select = '-- Пожалуйста выберете --' +cbi_gorel = 'Перейти к странице конфигурации' diff --git a/i18n/russian/luasrc/i18n/default.ru.lua b/i18n/russian/luasrc/i18n/default.ru.lua index b6b5d7068..f0a70d217 100644 --- a/i18n/russian/luasrc/i18n/default.ru.lua +++ b/i18n/russian/luasrc/i18n/default.ru.lua @@ -1,93 +1,93 @@ -about = [[О программе]] -add = [[Добавить]] -addresses = [[Адрес]] -aliases = [[Ссылка]] -all = [[Все]] -administration = [[Управление]] -apply = [[Принять]] -basicsettings = [[Начальные Установки]] -broadcast = [[IPv4-Широковещательный]] -changes = [[Изменения]] -channel = [[Канал]] -cidr6 = [[CIDR-Обозначение: адрес/префикс]] -code = [[Код]] -config = [[Конфигурация]] -configfile = [[Файл конфигурации]] -confirmation = [[Подтверждение]] -delete = [[Удалить]] -descr = [[Описание]] -design = [[Создание]] -device = [[Устройство]] -devices = [[Устройства]] -disable = [[выключено]] -distance = [[Расстояние]] -dnsserver = [[DNS-Сервер]] -edit = [[Редактировать]] -enable = [[включено]] -encryption = [[Шифрование]] -error = [[Ошибка]] -filesystem = [[Файловая система]] -filter = [[Фильтр]] -gateway = [[IPv4-Шлюз]] -gateway6 = [[IPv6-Шлюз]] -general = [[Основной]] -hostname = [[Имя хоста]] -install = [[Установка]] -installed = [[установленные]] -interface = [[Интерфейс]] -interfaces = [[Интерфейсы]] -ipaddress = [[IPv4-Адрес]] -ip6address = [[IPv6-Адрес]] -legend = [[Надпись]] -library = [[Библиотека]] -logout = [[Выход]] -key = [[Ключ]] -language = [[Язык]] -limit = [[Предел]] -load = [[Загрузка]] -login = [[Вход]] -macaddress = [[MAC-Адрес]] -manpage = [[смотрите '%s' руководство]] -metric = [[Метрика]] -mode = [[Режим]] -name = [[Имя]] -netmask = [[IPv4-Маска]] -network = [[Сеть]] -networks = [[Сети]] -none = [[ничего]] -notinstalled = [[не установленно]] -ok = [[OK]] -options = [[Опции]] -overview = [[Обзор]] -packagemanager = [[Менеджер пакетов]] -password = [[Пароль]] -path = [[Путь]] -port = [[Порт]] -ports = [[Порты]] -protocol = [[Протокол]] -reboot = [[Перезагрузка]] -reset = [[Сброс]] -revert = [[Вернуть]] -save = [[Сохранить]] -saveapply = [[Сохранить & Принять]] -service = [[Сервис]] -services = [[Сервисы]] -settings = [[Настройки]] -size = [[Размер]] -start = [[Старт]] -static = [[статический]] -status = [[Статус]] -statistics = [[Статистика]] -submit = [[Отправить]] -syslog = [[Системный журнал]] -system = [[Система]] -target = [[Цель]] -timezone = [[Временная зона]] -type = [[Тип]] -unknownerror = [[Неизвестная ошибка]] -unsavedchanges = [[Непринятые изменения]] -username = [[Имя пользователя]] -version = [[Версия]] -webui = [[Web UI]] -wifi = [[Wi-Fi]] -zone = [[Зона]] +about = 'О программе' +add = 'Добавить' +addresses = 'Адрес' +aliases = 'Ссылка' +all = 'Все' +administration = 'Управление' +apply = 'Принять' +basicsettings = 'Начальные Установки' +broadcast = 'IPv4-Широковещательный' +changes = 'Изменения' +channel = 'Канал' +cidr6 = 'CIDR-Обозначение: адрес/префикс' +code = 'Код' +config = 'Конфигурация' +configfile = 'Файл конфигурации' +confirmation = 'Подтверждение' +delete = 'Удалить' +descr = 'Описание' +design = 'Создание' +device = 'Устройство' +devices = 'Устройства' +disable = 'выключено' +distance = 'Расстояние' +dnsserver = 'DNS-Сервер' +edit = 'Редактировать' +enable = 'включено' +encryption = 'Шифрование' +error = 'Ошибка' +filesystem = 'Файловая система' +filter = 'Фильтр' +gateway = 'IPv4-Шлюз' +gateway6 = 'IPv6-Шлюз' +general = 'Основной' +hostname = 'Имя хоста' +install = 'Установка' +installed = 'установленные' +interface = 'Интерфейс' +interfaces = 'Интерфейсы' +ipaddress = 'IPv4-Адрес' +ip6address = 'IPv6-Адрес' +legend = 'Надпись' +library = 'Библиотека' +logout = 'Выход' +key = 'Ключ' +language = 'Язык' +limit = 'Предел' +load = 'Загрузка' +login = 'Вход' +macaddress = 'MAC-Адрес' +manpage = 'смотрите '%s' руководство' +metric = 'Метрика' +mode = 'Режим' +name = 'Имя' +netmask = 'IPv4-Маска' +network = 'Сеть' +networks = 'Сети' +none = 'ничего' +notinstalled = 'не установленно' +ok = 'OK' +options = 'Опции' +overview = 'Обзор' +packagemanager = 'Менеджер пакетов' +password = 'Пароль' +path = 'Путь' +port = 'Порт' +ports = 'Порты' +protocol = 'Протокол' +reboot = 'Перезагрузка' +reset = 'Сброс' +revert = 'Вернуть' +save = 'Сохранить' +saveapply = 'Сохранить & Принять' +service = 'Сервис' +services = 'Сервисы' +settings = 'Настройки' +size = 'Размер' +start = 'Старт' +static = 'статический' +status = 'Статус' +statistics = 'Статистика' +submit = 'Отправить' +syslog = 'Системный журнал' +system = 'Система' +target = 'Цель' +timezone = 'Временная зона' +type = 'Тип' +unknownerror = 'Неизвестная ошибка' +unsavedchanges = 'Непринятые изменения' +username = 'Имя пользователя' +version = 'Версия' +webui = 'Web UI' +wifi = 'Wi-Fi' +zone = 'Зона' diff --git a/i18n/russian/luasrc/i18n/sysauth.ru.lua b/i18n/russian/luasrc/i18n/sysauth.ru.lua index 545257fe9..a0d3e1fb1 100644 --- a/i18n/russian/luasrc/i18n/sysauth.ru.lua +++ b/i18n/russian/luasrc/i18n/sysauth.ru.lua @@ -1,3 +1,3 @@ -sysauth_head = [[Требуется авторизация]] -sysauth_prompt = [[Пожалуйста, введите логин и пароль.]] -sysauth_failed = [[Неверный логин и/или пароль! Пожалуйста попробуйте снова.]] +sysauth_head = 'Требуется авторизация' +sysauth_prompt = 'Пожалуйста, введите логин и пароль.' +sysauth_failed = 'Неверный логин и/или пароль! Пожалуйста попробуйте снова.' diff --git a/modules/freifunk/luasrc/i18n/freifunk.de.lua b/modules/freifunk/luasrc/i18n/freifunk.de.lua index a47e61a63..1d76f5235 100644 --- a/modules/freifunk/luasrc/i18n/freifunk.de.lua +++ b/modules/freifunk/luasrc/i18n/freifunk.de.lua @@ -1,19 +1,19 @@ -public1 = [[Wir sind eine Initiative zur Schaffung eines freien, offenen und unabhängigen Funknetzwerks auf WLAN-Basis.]] -public2 = [[Dies ist der Zugangspunkt ]] -public3 = [[Er wird betrieben von ]] -public4 = [[Weitere Informationen zur globalen Freifunkinitiative findest du unter]] -public5 = [[Hast du Interesse an diesem Projekt, dann wende dich an deine lokale Gemeinschaft]] -public6 = [[Der Internetzugang über das experimentelle Freifunknetz ist an technische und organisatorische Bedingungen geknüpft und deshalb möglicherweise nicht (immer) gewährleistet.]] -location = [[Standort]] -mail = [[E-Mail]] -mail1 = [[Bitte unbedingt angeben!]] -nickname = [[Pseudonym]] -node = [[Knoten]] -note = [[Notiz]] -phone = [[Telefon]] -ram = [[Hauptspeicher]] -free = [[Frei]] -buffers = [[Buffers]] -cached = [[Cached]] -total = [[Gesamt]] -geocoord = [[Geokoordinaten]] +public1 = 'Wir sind eine Initiative zur Schaffung eines freien, offenen und unabhängigen Funknetzwerks auf WLAN-Basis.' +public2 = 'Dies ist der Zugangspunkt ' +public3 = 'Er wird betrieben von ' +public4 = 'Weitere Informationen zur globalen Freifunkinitiative findest du unter' +public5 = 'Hast du Interesse an diesem Projekt, dann wende dich an deine lokale Gemeinschaft' +public6 = 'Der Internetzugang über das experimentelle Freifunknetz ist an technische und organisatorische Bedingungen geknüpft und deshalb möglicherweise nicht (immer) gewährleistet.' +location = 'Standort' +mail = 'E-Mail' +mail1 = 'Bitte unbedingt angeben!' +nickname = 'Pseudonym' +node = 'Knoten' +note = 'Notiz' +phone = 'Telefon' +ram = 'Hauptspeicher' +free = 'Frei' +buffers = 'Buffers' +cached = 'Cached' +total = 'Gesamt' +geocoord = 'Geokoordinaten' -- 2.11.0