m = Map("ahcpd", translate("AHCP Server"), translate("AHCP is an autoconfiguration protocol " ..
"for IPv6 and dual-stack IPv6/IPv4 networks designed to be used in place of router " ..
- "discovery and DHCP on networks where it is difficult or impossible to configure a " ..
+ "discovery or DHCP on networks where it is difficult or impossible to configure a " ..
"server within every link-layer broadcast domain, for example mobile ad-hoc networks."))
<em>forward</em> option describes the policy for forwarded traffic \
between different networks within the zone. \
<em>Covered networks</em> specifies which available networks are \
- member of this zone.", zone:name()))
+ members of this zone.", zone:name()))
s.anonymous = true
s.addremove = false
function cbi_configure(device)
local configure = n:taboption(device, Flag, device .. "_config", translate("Configure this interface"),
- translate("Note: this will setup this interface for mesh operation, i.e. add to zone 'freifunk' and enable olsr."))
+ translate("Note: this will set up this interface for mesh operation, i.e. add it to zone 'freifunk' and enable olsr."))
end
function cbi_ip4addr(device)
m = Map("system",
translate("Watchcat"),
- translate("Watchcat allows to configure a periodic reboot and/or when " ..
- "internet connection has been lost for a certain period of time."
+ translate("Watchcat allows configuring a periodic reboot when the " ..
+ "Internet connection has been lost for a certain period of time."
))
s = m:section(TypedSection, "watchcat")
forcedelay = s:option(Value, "forcedelay",
translate("Forced reboot delay"),
- translate("When rebooting the system the watchcat will trigger a soft reboot, " ..
- "Entering a non zero value here, will trigger a delayed hard reboot " ..
+ translate("When rebooting the system, the watchcat will trigger a soft reboot. " ..
+ "Entering a non zero value here will trigger a delayed hard reboot " ..
"if the soft reboot fails. Enter a number of seconds to enable, " ..
"use 0 to disable"))
forcedelay.datatype = "uinteger"
if has_ewk and has_wol then
bin = s:option(ListValue, "binary", translate("WoL program"),
- translate("Sometimes only one of both tools work. If one of fails, try the other one"))
+ translate("Sometimes only one of the two tools works. If one fails, try the other one"))
bin:value("/usr/bin/etherwake", "Etherwake")
bin:value("/usr/bin/wol", "WoL")
require("luci.tools.webadmin")
m = Map("wshaper", translate("Wondershaper"),
- translate("Wondershaper uses traffic shaping to ensure low latencies for interactive traffic even when your " ..
+ translate("Wondershaper shapes traffic to ensure low latencies for interactive traffic even when your " ..
"internet connection is highly saturated."))
s = m:section(NamedSection, "settings", "wshaper", translate("Wondershaper settings"))
local keep = (luci.http.formvalue("keep") == "1") and "" or "-n"
luci.template.render("admin_system/applyreboot", {
title = luci.i18n.translate("Flashing..."),
- msg = luci.i18n.translate("The system is flashing now.<br /> DO NOT POWER OFF THE DEVICE!<br /> Wait a few minutes until you try to reconnect. It might be necessary to renew the address of your computer to reach the device again, depending on your settings."),
+ msg = luci.i18n.translate("The system is flashing now.<br /> DO NOT POWER OFF THE DEVICE!<br /> Wait a few minutes before you try to reconnect. It might be necessary to renew the address of your computer to reach the device again, depending on your settings."),
addr = (#keep > 0) and "192.168.1.1" or nil
})
fork_exec("killall dropbear uhttpd; sleep 1; /sbin/sysupgrade %s %q" %{ keep, image_tmp })
s:taboption("general", Value, "local",
translate("Local server"),
- translate("Local domain specification. Names matching this domain are never forwared and resolved from DHCP or hosts files only"))
+ translate("Local domain specification. Names matching this domain are never forwarded and are resolved from DHCP or hosts files only"))
s:taboption("general", Value, "domain",
translate("Local domain"),
limit.default = "150"
local ltime = s:taboption("general", Value, "leasetime", translate("Leasetime"),
- translate("Expiry time of leased addresses, minimum is 2 Minutes (<code>2m</code>)."))
+ translate("Expiry time of leased addresses, minimum is 2 minutes (<code>2m</code>)."))
ltime.rmempty = true
ltime.default = "12h"
m = Map("wireless", "",
translate("The <em>Device Configuration</em> section covers physical settings of the radio " ..
- "hardware such as channel, transmit power or antenna selection which is shared among all " ..
+ "hardware such as channel, transmit power or antenna selection which are shared among all " ..
"defined wireless networks (if the radio hardware is multi-SSID capable). Per network settings " ..
"like encryption or operation mode are grouped in the <em>Interface Configuration</em>."))
function replace.cfgvalue() return "1" end
else
replace = m:field(DummyValue, "replace", translate("Replace wireless configuration"))
- replace.default = translate("The hardware is not multi-SSID capable and existing " ..
+ replace.default = translate("The hardware is not multi-SSID capable and the existing " ..
"configuration will be replaced if you proceed.")
function replace.formvalue() return "1" end
x = s:option(Button, "_enable")
x.title = translate("Time Synchronization is not configured yet.")
- x.inputtitle = translate("Setup Time Synchronization")
+ x.inputtitle = translate("Set up Time Synchronization")
x.inputstyle = "apply"
else
function wifi_shutdown(id, toggle) {
var reconnect = (toggle.getAttribute('active') == 'false');
- if (!reconnect && !confirm(String.format('<%:Really shutdown network ?\nYou might lose access to this device if you are connected via this interface.%>')))
+ if (!reconnect && !confirm(String.format('<%:Really shut down network?\nYou might lose access to this device if you are connected via this interface.%>')))
return;
is_reconnecting = true;
<% end %>
</form>
<% else %>
- <div class="cbi-section-descr"><%:Sorry, there is no sysupgrade support present, a new firmware image must be flashed manually. Please refer to the OpenWrt wiki for device specific install instructions.%></div>
+ <div class="cbi-section-descr"><%:Sorry, there is no sysupgrade support present; a new firmware image must be flashed manually. Please refer to the OpenWrt wiki for device specific install instructions.%></div>
<% end %>
</fieldset>
<% if storage > 0 and size > storage then %>
<br /><br />
- <div class="error"><%:It appears that you try to
+ <div class="error"><%:It appears that you are trying to
flash an image that does not fit into the flash memory, please verify
the image file! %></div>
<% end %>
<% if flashsize > 0 and filesize > flashsize then %>
<br /><br />
- <div class="error"><%:It appears that you try to
+ <div class="error"><%:It appears that you are trying to
flash an image that does not fit into the flash memory, please verify
the image file! %></div>
<% end %>
<% elseif step == 3 then %>
<p><%_ The system is flashing now.<br />
DO NOT POWER OFF THE DEVICE!<br />
- Wait a few minutes until you try to reconnect.
+ Wait a few minutes before you try to reconnect.
It might be necessary to renew the address of your computer to reach the device
again, depending on your settings. %></p>
local keep = (luci.http.formvalue("keep") == "1") and "" or "-n"
luci.template.render("failsafe/applyreboot", {
title = luci.i18n.translate("Flashing..."),
- msg = luci.i18n.translate("The system is flashing now.<br /> DO NOT POWER OFF THE DEVICE!<br /> Wait a few minutes until you try to reconnect. It might be necessary to renew the address of your computer to reach the device again, depending on your settings."),
+ msg = luci.i18n.translate("The system is flashing now.<br /> DO NOT POWER OFF THE DEVICE!<br /> Wait a few minutes before you try to reconnect. It might be necessary to renew the address of your computer to reach the device again, depending on your settings."),
addr = (#keep > 0) and "192.168.1.1" or nil
})
fork_exec("killall dropbear uhttpd; sleep 1; /sbin/sysupgrade %s %q" %{ keep, image_tmp })
<% end %>
</form>
<% else %>
- <div class="cbi-section-descr"><%:Sorry, there is no sysupgrade support present, a new firmware image must be flashed manually. Please refer to the OpenWrt wiki for device specific install instructions.%></div>
+ <div class="cbi-section-descr"><%:Sorry, there is no sysupgrade support present; a new firmware image must be flashed manually. Please refer to the OpenWrt wiki for device specific install instructions.%></div>
<% end %>
</fieldset>
<% if storage > 0 and size > storage then %>
<br /><br />
- <div class="error"><%:It appears that you try to
+ <div class="error"><%:It appears that you are trying to
flash an image that does not fit into the flash memory, please verify
the image file! %></div>
<% end %>
msgstr "Servidor AHCP"
# Minor misspelling corrections
+#, fuzzy
msgid ""
"AHCP is an autoconfiguration protocol for IPv6 and dual-stack IPv6/IPv4 "
-"networks designed to be used in place of router discovery and DHCP on "
+"networks designed to be used in place of router discovery or DHCP on "
"networks where it is difficult or impossible to configure a server within "
"every link-layer broadcast domain, for example mobile ad-hoc networks."
msgstr ""
"AHCP és un protocol de configuració automàtica per IPv6 i xarxes de pila "
"dual IPv6/IPv4 dissenyat per fer servir en lloc del descobriment de rutes o "
"DHCP en xarxes on es difícil o impossible configurar un servidor dins de "
-"tots els dominis de difusió a la capa d'enllaç, per exemple xarxes mòbils "
-"ad-hoc."
+"tots els dominis de difusió a la capa d'enllaç, per exemple xarxes mòbils ad-"
+"hoc."
# apòstrof+acrònims http://ca.wikipedia.org/wiki/Ap%C3%B2strof#Observacions
msgid "Active AHCP Leases"
msgstr "Caduca"
msgid ""
-"Expiry time of leased addresses, minimum is 2 Minutes (<code>2m</code>)."
+"Expiry time of leased addresses, minimum is 2 minutes (<code>2m</code>)."
msgstr ""
msgid "External"
msgid "Invalid username and/or password! Please try again."
msgstr "Usuari i/o contrasenya invàlids! Si us plau prova-ho de nou."
+#, fuzzy
msgid ""
-"It appears that you try to flash an image that does not fit into the flash "
-"memory, please verify the image file!"
+"It appears that you are trying to flash an image that does not fit into the "
+"flash memory, please verify the image file!"
msgstr ""
"Sembla que intentes actualitzar una imatge que no hi cap a la memòria flaix, "
"si us plau verifica el fitxer d'imatge!"
msgstr "Domini local"
msgid ""
-"Local domain specification. Names matching this domain are never forwared "
-"and resolved from DHCP or hosts files only"
+"Local domain specification. Names matching this domain are never forwarded "
+"and are resolved from DHCP or hosts files only"
msgstr ""
msgid "Local domain suffix appended to DHCP names and hosts file entries"
msgstr ""
msgid ""
-"Really shutdown interface \"%s\" ?\\nYou might lose access to this device if "
-"you are connected via this interface."
+"Really shut down network?\\nYou might lose access to this device if you are "
+"connected via this interface."
msgstr ""
msgid ""
-"Really shutdown network ?\\nYou might lose access to this device if you are "
-"connected via this interface."
+"Really shutdown interface \"%s\" ?\\nYou might lose access to this device if "
+"you are connected via this interface."
msgstr ""
msgid "Really switch protocol?"
msgid "Services"
msgstr "Serveis"
-msgid "Setup DHCP Server"
-msgstr ""
+#, fuzzy
+msgid "Set up Time Synchronization"
+msgstr "Sincronització de hora"
-msgid "Setup Time Synchronization"
+msgid "Setup DHCP Server"
msgstr ""
msgid "Show current backup file list"
msgstr "Tristament, el servidor ha encontrat un error inesperat."
msgid ""
-"Sorry, there is no sysupgrade support present, a new firmware image must be "
+"Sorry, there is no sysupgrade support present; a new firmware image must be "
"flashed manually. Please refer to the OpenWrt wiki for device specific "
"install instructions."
msgstr ""
msgid ""
"The <em>Device Configuration</em> section covers physical settings of the "
-"radio hardware such as channel, transmit power or antenna selection which is "
-"shared among all defined wireless networks (if the radio hardware is multi-"
-"SSID capable). Per network settings like encryption or operation mode are "
-"grouped in the <em>Interface Configuration</em>."
+"radio hardware such as channel, transmit power or antenna selection which "
+"are shared among all defined wireless networks (if the radio hardware is "
+"multi-SSID capable). Per network settings like encryption or operation mode "
+"are grouped in the <em>Interface Configuration</em>."
msgstr ""
msgid ""
msgid "The given network name is not unique"
msgstr "El nom de xarxa donat no és únic"
+#, fuzzy
msgid ""
-"The hardware is not multi-SSID capable and existing configuration will be "
-"replaced if you proceed."
+"The hardware is not multi-SSID capable and the existing configuration will "
+"be replaced if you proceed."
msgstr ""
"El maquinari no es capaç de múltiples SSID i la configuració existent es "
"reemplaçara si procediu."
"El sistema està esborrant la partició de configuració i es reiniciarà quan "
"termini."
+#, fuzzy
msgid ""
"The system is flashing now.<br /> DO NOT POWER OFF THE DEVICE!<br /> Wait a "
-"few minutes until you try to reconnect. It might be necessary to renew the "
+"few minutes before you try to reconnect. It might be necessary to renew the "
"address of your computer to reach the device again, depending on your "
"settings."
msgstr ""
msgstr "Coincideix amb el tipus ICMP"
msgid "Match forwarded traffic to the given destination port or port range."
-msgstr "Coincideix amb trànsit reenviat al port o rang de ports de destí donat."
+msgstr ""
+"Coincideix amb trànsit reenviat al port o rang de ports de destí donat."
msgid ""
"Match incoming traffic directed at the given destination port or port range "
"Aquesta pàgina us permet canviar propietats avançats de l'entrada de regla "
"de trànsit, com als hosts d'origen i de destí coincidits."
+#, fuzzy
msgid ""
"This section defines common properties of %q. The <em>input</em> and "
"<em>output</em> options set the default policies for traffic entering and "
"leaving this zone while the <em>forward</em> option describes the policy for "
"forwarded traffic between different networks within the zone. <em>Covered "
-"networks</em> specifies which available networks are member of this zone."
+"networks</em> specifies which available networks are members of this zone."
msgstr ""
-"Aquesta secció defineix propietats comuns de %q. Les opcions "
-"<em>entrada</em> i <em>sortida</em> estableixen les polítiques per defecte "
-"per a trànsit entrant i sortint aquesta zona mentre l'opció <em>reenvia</em> "
-"descriu la política de trànsit reenviat entre xarxes distintes dins de la "
-"zona. <em>Xarxes cobertes</em> especifica quines xarxes disponibles són "
-"membres d'aquesta zona."
+"Aquesta secció defineix propietats comuns de %q. Les opcions <em>entrada</"
+"em> i <em>sortida</em> estableixen les polítiques per defecte per a trànsit "
+"entrant i sortint aquesta zona mentre l'opció <em>reenvia</em> descriu la "
+"política de trànsit reenviat entre xarxes distintes dins de la zona. "
+"<em>Xarxes cobertes</em> especifica quines xarxes disponibles són membres "
+"d'aquesta zona."
msgid "To %s at %s on <var>this device</var>"
msgstr "A %s a %s en <var>aquest dispositiu</var>"
"You may specify multiple by selecting \"-- custom --\" and then entering "
"protocols separated by space."
msgstr ""
-"Podeu especificar múltiples per seleccionar \"-- personalitzat --\" i llavors "
-"introduir protocols separats per espai."
+"Podeu especificar múltiples per seleccionar \"-- personalitzat --\" i "
+"llavors introduir protocols separats per espai."
msgid "Zone %q"
msgstr "Zona %q"
msgid "Mesh Wizard"
msgstr "Ajudant de malla"
+#, fuzzy
msgid ""
-"Note: this will setup this interface for mesh operation, i.e. add to zone "
-"'freifunk' and enable olsr."
+"Note: this will set up this interface for mesh operation, i.e. add it to "
+"zone 'freifunk' and enable olsr."
msgstr ""
"Nota: això configurarà aquesta interfície per a operació en malla, és a dir, "
"la afegirà a la zona 'freifunk' i habilitarà l'OLSR."
msgstr "Ajudant"
msgid "Your device and neighbouring nodes have to use the same channel."
-msgstr "El vostre dispositiu i els nodes veïns han d'utilitzar el mateix canal."
+msgstr ""
+"El vostre dispositiu i els nodes veïns han d'utilitzar el mateix canal."
msgid "recommended"
msgstr "recomanat"
msgid "Can only be a valid IPv4 or IPv6 address or 'default'"
msgstr ""
+msgid "Can only be a valid IPv6 address or 'default'"
+msgstr ""
+
msgid "Configuration"
msgstr "Configuració"
msgid "HNA validity time"
msgstr "Temps de validesa HNA"
+#, fuzzy
+msgid "HNA6 Announcements"
+msgstr "Anuncis HNA"
+
msgid "Hello"
msgstr ""
"networks using HNA messages."
msgstr ""
+msgid ""
+"Hosts in a OLSR routed network can announce connecitivity to external "
+"networks using HNA6 messages."
+msgstr ""
+
msgid ""
"Hysteresis for link sensing (only for hopcount metric). Hysteresis adds more "
"robustness to the link sensing but delays neighbor registration. Defaults is "
"nodes on this interface by 20%: default 0.8"
msgstr ""
+msgid ""
+"Multiply routes with the factor given here. Allowed values are between 0.01 "
+"and 1.0. It is only used when LQ-Level is greater than 0. Examples:<br /"
+">reduce LQ to fd91:662e:3c58::1 by half: fd91:662e:3c58::1 0.5<br />reduce "
+"LQ to all nodes on this interface by 20%: default 0.8"
+msgstr ""
+
msgid "NAT threshold"
msgstr "Llindar NAT"
msgid "OLSR - HNA-Announcements"
msgstr "Anuncis OLSR - HNA"
+#, fuzzy
+msgid "OLSR - HNA6-Announcements"
+msgstr "Anuncis OLSR - HNA"
+
msgid "OLSR - Plugins"
msgstr "OLSR - Connectors"
"IP of the first interface."
msgstr ""
+msgid ""
+"Sets the main IP (originator ip) of the router. This IP will NEVER change "
+"during the uptime of olsrd. Default is ::, which triggers usage of the IP of "
+"the first interface."
+msgstr ""
+
msgid "Show IPv4"
msgstr ""
"Default setting is \"both\"."
msgstr ""
+msgid ""
+"Which kind of uplink is exported to the other mesh nodes. An uplink is "
+"detected by looking for a local HNA6 ::ffff:0:0/96 or 2000::/3. Default "
+"setting is \"both\"."
+msgstr ""
+
msgid "Willingness"
msgstr "Voluntat"
#~ "configured on port 2006 and accepts connections from \"127.0.0.1\"."
#~ msgstr ""
#~ "Assegura't que l'OLSRd està corrent, que el connector \"txtinfo\" està "
-#~ "carregat, configurat al port 2006, i que accepta connexions de \"127.0.0.1\"."
+#~ "carregat, configurat al port 2006, i que accepta connexions de "
+#~ "\"127.0.0.1\"."
msgid "Watchcat"
msgstr "Watchcat"
+#, fuzzy
msgid ""
-"Watchcat allows to configure a periodic reboot and/or when internet "
-"connection has been lost for a certain period of time."
+"Watchcat allows configuring a periodic reboot when the Internet connection "
+"has been lost for a certain period of time."
msgstr ""
"El Watchcat permet la configuració d'un reinici periòdic o un reinici quan "
"la connexió d'Internet ha estat perdut fa un cert període de temps."
+#, fuzzy
msgid ""
-"When rebooting the system the watchcat will trigger a soft reboot, Entering "
-"a non zero value here, will trigger a delayed hard reboot if the soft reboot "
+"When rebooting the system, the watchcat will trigger a soft reboot. Entering "
+"a non zero value here will trigger a delayed hard reboot if the soft reboot "
"fails. Enter a number of seconds to enable, use 0 to disable"
msgstr ""
"Al reiniciar el sistema, el Watchcat causarà un reinici suau. Introduïu un "
msgid "Network interface to use"
msgstr "Interfície de xarxa per a utilitzar"
+#, fuzzy
msgid ""
-"Sometimes only one of both tools work. If one of fails, try the other one"
+"Sometimes only one of the two tools works. If one fails, try the other one"
msgstr ""
"A vegades, només una de les dues eines funciona. Si un dels falla, prova la "
"altra."
msgid "Wondershaper settings"
msgstr "Ajusts del Wondershaper"
+#, fuzzy
msgid ""
-"Wondershaper uses traffic shaping to ensure low latencies for interactive "
-"traffic even when your internet connection is highly saturated."
+"Wondershaper shapes traffic to ensure low latencies for interactive traffic "
+"even when your internet connection is highly saturated."
msgstr ""
"Wondershapter afaiçona el trànsit per assegurar latències baixes per a "
"trànsit interactiu encara que la vostra connexió de Internet estigui "
msgid "AHCP Server"
msgstr "AHCP Server"
+#, fuzzy
msgid ""
"AHCP is an autoconfiguration protocol for IPv6 and dual-stack IPv6/IPv4 "
-"networks designed to be used in place of router discovery and DHCP on "
+"networks designed to be used in place of router discovery or DHCP on "
"networks where it is difficult or impossible to configure a server within "
"every link-layer broadcast domain, for example mobile ad-hoc networks."
msgstr ""
msgid "Expires"
msgstr "Vyprší"
+#, fuzzy
msgid ""
-"Expiry time of leased addresses, minimum is 2 Minutes (<code>2m</code>)."
+"Expiry time of leased addresses, minimum is 2 minutes (<code>2m</code>)."
msgstr ""
"Čas vypršení vypůjčené adresy, minimum jsou 2 minuty (<code>2m</code>)."
msgid "Invalid username and/or password! Please try again."
msgstr "Špatné uživatelské jméno a/nebo heslo! Prosím zkuste to znovu."
+#, fuzzy
msgid ""
-"It appears that you try to flash an image that does not fit into the flash "
-"memory, please verify the image file!"
+"It appears that you are trying to flash an image that does not fit into the "
+"flash memory, please verify the image file!"
msgstr ""
"Zdá se, že se pokoušíte zapsat obraz, který se nevejde do flash paměti. "
"Prosím ověřte soubor s obrazem!"
msgid "Local domain"
msgstr "Místní doména"
+#, fuzzy
msgid ""
-"Local domain specification. Names matching this domain are never forwared "
-"and resolved from DHCP or hosts files only"
+"Local domain specification. Names matching this domain are never forwarded "
+"and are resolved from DHCP or hosts files only"
msgstr ""
"Specifikace místní domény. Jména shodná s touto doménou nikdy nebudou "
"přesměrována ani rozlušťována pomocí DHCP nebo souborů hosts"
msgid "Really reset all changes?"
msgstr "Opravdu resetovat všechny změny?"
+#, fuzzy
msgid ""
-"Really shutdown interface \"%s\" ?\\nYou might lose access to this device if "
-"you are connected via this interface."
+"Really shut down network?\\nYou might lose access to this device if you are "
+"connected via this interface."
msgstr ""
-"Opravdu vypnout rozhraní \"%s\" ?\n"
+"Opravdu vypnout síť ?\n"
"Můžete ztratit přístup k zařízení, pokud jste připojeni prostřednictvím "
"tohoto rozhraní."
msgid ""
-"Really shutdown network ?\\nYou might lose access to this device if you are "
-"connected via this interface."
+"Really shutdown interface \"%s\" ?\\nYou might lose access to this device if "
+"you are connected via this interface."
msgstr ""
-"Opravdu vypnout síť ?\n"
+"Opravdu vypnout rozhraní \"%s\" ?\n"
"Můžete ztratit přístup k zařízení, pokud jste připojeni prostřednictvím "
"tohoto rozhraní."
msgid "Services"
msgstr "Služby"
+#, fuzzy
+msgid "Set up Time Synchronization"
+msgstr "Nastavit synchronizaci času"
+
msgid "Setup DHCP Server"
msgstr "Nastavit DHCP server"
-msgid "Setup Time Synchronization"
-msgstr "Nastavit synchronizaci času"
-
msgid "Show current backup file list"
msgstr "Ukázat aktuální seznam záložních souborů"
msgid "Sorry, the server encountered an unexpected error."
msgstr "Omlouváme se, na serveru došlo k neočekávané vyjímce."
+#, fuzzy
msgid ""
-"Sorry, there is no sysupgrade support present, a new firmware image must be "
+"Sorry, there is no sysupgrade support present; a new firmware image must be "
"flashed manually. Please refer to the OpenWrt wiki for device specific "
"install instructions."
msgstr ""
msgid "Terminate"
msgstr "Ukončit"
+#, fuzzy
msgid ""
"The <em>Device Configuration</em> section covers physical settings of the "
-"radio hardware such as channel, transmit power or antenna selection which is "
-"shared among all defined wireless networks (if the radio hardware is multi-"
-"SSID capable). Per network settings like encryption or operation mode are "
-"grouped in the <em>Interface Configuration</em>."
+"radio hardware such as channel, transmit power or antenna selection which "
+"are shared among all defined wireless networks (if the radio hardware is "
+"multi-SSID capable). Per network settings like encryption or operation mode "
+"are grouped in the <em>Interface Configuration</em>."
msgstr ""
"Sekce <em>Nastavení zařízení</em> pokrývá fyzické nastavení radiového "
"hardwaru jako kanál, vysílací výkon nebo výběr antény, které je sdíleno mezi "
msgid "The given network name is not unique"
msgstr "Zadané jméno sítě není jedinečné"
+#, fuzzy
msgid ""
-"The hardware is not multi-SSID capable and existing configuration will be "
-"replaced if you proceed."
+"The hardware is not multi-SSID capable and the existing configuration will "
+"be replaced if you proceed."
msgstr ""
"Tento hardware nepodporuje multi-SSID. Pokud budete pokračovat, existující "
"konfigurace bude nahrazena."
"Systém maže konfigurační oddíl, po skončení procesu bude automaticky "
"restartován."
+#, fuzzy
msgid ""
"The system is flashing now.<br /> DO NOT POWER OFF THE DEVICE!<br /> Wait a "
-"few minutes until you try to reconnect. It might be necessary to renew the "
+"few minutes before you try to reconnect. It might be necessary to renew the "
"address of your computer to reach the device again, depending on your "
"settings."
msgstr ""
"Tato stránka vám umožňuje změnit pokročilé vlastnosti pravidla síťového "
"provozu, například zdrojové a cílové hostitele."
+#, fuzzy
msgid ""
"This section defines common properties of %q. The <em>input</em> and "
"<em>output</em> options set the default policies for traffic entering and "
"leaving this zone while the <em>forward</em> option describes the policy for "
"forwarded traffic between different networks within the zone. <em>Covered "
-"networks</em> specifies which available networks are member of this zone."
+"networks</em> specifies which available networks are members of this zone."
msgstr ""
"Tato sekce definuje běžné možnosti %q. <em>Vstupní</em> a <em>výstupní</em> "
"možnosti nastavují výchozí politiky pro provoz, vstupující do této zóny a "
msgstr "Průvodce mesh"
msgid ""
-"Note: this will setup this interface for mesh operation, i.e. add to zone "
-"'freifunk' and enable olsr."
+"Note: this will set up this interface for mesh operation, i.e. add it to "
+"zone 'freifunk' and enable olsr."
msgstr ""
msgid "Protect LAN"
msgid "Can only be a valid IPv4 or IPv6 address or 'default'"
msgstr ""
+msgid "Can only be a valid IPv6 address or 'default'"
+msgstr ""
+
msgid "Configuration"
msgstr "Konfigurace"
msgid "HNA validity time"
msgstr ""
+msgid "HNA6 Announcements"
+msgstr ""
+
msgid "Hello"
msgstr ""
"networks using HNA messages."
msgstr ""
+msgid ""
+"Hosts in a OLSR routed network can announce connecitivity to external "
+"networks using HNA6 messages."
+msgstr ""
+
msgid ""
"Hysteresis for link sensing (only for hopcount metric). Hysteresis adds more "
"robustness to the link sensing but delays neighbor registration. Defaults is "
"nodes on this interface by 20%: default 0.8"
msgstr ""
+msgid ""
+"Multiply routes with the factor given here. Allowed values are between 0.01 "
+"and 1.0. It is only used when LQ-Level is greater than 0. Examples:<br /"
+">reduce LQ to fd91:662e:3c58::1 by half: fd91:662e:3c58::1 0.5<br />reduce "
+"LQ to all nodes on this interface by 20%: default 0.8"
+msgstr ""
+
msgid "NAT threshold"
msgstr ""
msgid "OLSR - HNA-Announcements"
msgstr ""
+msgid "OLSR - HNA6-Announcements"
+msgstr ""
+
msgid "OLSR - Plugins"
msgstr "OLSR - pluginy"
"IP of the first interface."
msgstr ""
+msgid ""
+"Sets the main IP (originator ip) of the router. This IP will NEVER change "
+"during the uptime of olsrd. Default is ::, which triggers usage of the IP of "
+"the first interface."
+msgstr ""
+
msgid "Show IPv4"
msgstr "Zobrazit IPv4"
"Default setting is \"both\"."
msgstr ""
+msgid ""
+"Which kind of uplink is exported to the other mesh nodes. An uplink is "
+"detected by looking for a local HNA6 ::ffff:0:0/96 or 2000::/3. Default "
+"setting is \"both\"."
+msgstr ""
+
msgid "Willingness"
msgstr ""
msgid "Watchcat"
msgstr "Watchcat"
+#, fuzzy
msgid ""
-"Watchcat allows to configure a periodic reboot and/or when internet "
-"connection has been lost for a certain period of time."
+"Watchcat allows configuring a periodic reboot when the Internet connection "
+"has been lost for a certain period of time."
msgstr ""
"Nástroj Watchcat umožňuje nastavit periodický interval restartu zařízení a/"
"nebo provést restart i tehdy, když dojde ke ztrátě připojení k internetu/"
"danému zařízení po stanovenou dobu"
+#, fuzzy
msgid ""
-"When rebooting the system the watchcat will trigger a soft reboot, Entering "
-"a non zero value here, will trigger a delayed hard reboot if the soft reboot "
+"When rebooting the system, the watchcat will trigger a soft reboot. Entering "
+"a non zero value here will trigger a delayed hard reboot if the soft reboot "
"fails. Enter a number of seconds to enable, use 0 to disable"
msgstr ""
"Pokud je nutno restartovat systém, provede Watchcat \"měkký\" restart "
msgid "Network interface to use"
msgstr "Použité síťové rozhraní"
+#, fuzzy
msgid ""
-"Sometimes only one of both tools work. If one of fails, try the other one"
+"Sometimes only one of the two tools works. If one fails, try the other one"
msgstr ""
"Může se stát, že pro dané cílové zařízení bude fungovat pouze jeden z "
"programů. Pokud první selže, vyzkoušejte další."
msgid "Wondershaper settings"
msgstr "Nastavení skriptu Wondershaper"
+#, fuzzy
msgid ""
-"Wondershaper uses traffic shaping to ensure low latencies for interactive "
-"traffic even when your internet connection is highly saturated."
+"Wondershaper shapes traffic to ensure low latencies for interactive traffic "
+"even when your internet connection is highly saturated."
msgstr ""
"Úkolem skriptu Wondershaper je řízení provozu na daném síťovém rozhraní. "
"Snaží se zajistit nízké přenosové zpoždění pro \"interaktivní\" síťový "
msgid "AHCP Server"
msgstr "AHCP Server"
+#, fuzzy
msgid ""
"AHCP is an autoconfiguration protocol for IPv6 and dual-stack IPv6/IPv4 "
-"networks designed to be used in place of router discovery and DHCP on "
+"networks designed to be used in place of router discovery or DHCP on "
"networks where it is difficult or impossible to configure a server within "
"every link-layer broadcast domain, for example mobile ad-hoc networks."
msgstr ""
msgid "Expires"
msgstr "Verfällt"
+#, fuzzy
msgid ""
-"Expiry time of leased addresses, minimum is 2 Minutes (<code>2m</code>)."
+"Expiry time of leased addresses, minimum is 2 minutes (<code>2m</code>)."
msgstr ""
"Gültigkeitsdauer von vergebenen Adressen. Das Minimum sind 2 Minuten "
"(<code>2m</code>)."
msgstr ""
"Ungültiger Benutzername oder ungültiges Passwort! Bitte erneut versuchen. "
+#, fuzzy
msgid ""
-"It appears that you try to flash an image that does not fit into the flash "
-"memory, please verify the image file!"
+"It appears that you are trying to flash an image that does not fit into the "
+"flash memory, please verify the image file!"
msgstr ""
"Das verwendete Image scheint zu groß für den internen Flash-Speicher zu "
"sein. Überprüfen Sie die Imagedatei!"
msgid "Local domain"
msgstr "Lokale Domain"
+#, fuzzy
msgid ""
-"Local domain specification. Names matching this domain are never forwared "
-"and resolved from DHCP or hosts files only"
+"Local domain specification. Names matching this domain are never forwarded "
+"and are resolved from DHCP or hosts files only"
msgstr ""
"Spezifiziert den lokalen Domainnamen. Anfragen für Hostnamen welche auf "
"diese Domain zutreffen werden nie weitergeleitet und ausschließlich aus DHCP-"
msgid "Really reset all changes?"
msgstr "Sollen wirklich alle Änderungen verworfen werden?"
+#, fuzzy
msgid ""
-"Really shutdown interface \"%s\" ?\\nYou might lose access to this device if "
-"you are connected via this interface."
+"Really shut down network?\\nYou might lose access to this device if you are "
+"connected via this interface."
msgstr ""
-"Die Schnitstelle \"%s\" wirklich herunterfahren?\n"
+"Das Netzwerk wirklich herunterfahren?\n"
"Der Zugriff auf das Gerät könnte verlorengehen wenn Sie über diese "
"Schnittstelle verbunden sind."
msgid ""
-"Really shutdown network ?\\nYou might lose access to this device if you are "
-"connected via this interface."
+"Really shutdown interface \"%s\" ?\\nYou might lose access to this device if "
+"you are connected via this interface."
msgstr ""
-"Das Netzwerk wirklich herunterfahren?\n"
+"Die Schnitstelle \"%s\" wirklich herunterfahren?\n"
"Der Zugriff auf das Gerät könnte verlorengehen wenn Sie über diese "
"Schnittstelle verbunden sind."
msgid "Services"
msgstr "Dienste"
+#, fuzzy
+msgid "Set up Time Synchronization"
+msgstr "Zeitsynchronisierung einrichten"
+
msgid "Setup DHCP Server"
msgstr "DHCP Server einrichten"
-msgid "Setup Time Synchronization"
-msgstr "Zeitsynchronisierung einrichten"
-
msgid "Show current backup file list"
msgstr "Zeige aktuelle Liste der gesicherten Dateien"
msgstr ""
"Entschuldigung, auf dem Server ist ein unerwarteter Fehler aufgetreten."
+#, fuzzy
msgid ""
-"Sorry, there is no sysupgrade support present, a new firmware image must be "
+"Sorry, there is no sysupgrade support present; a new firmware image must be "
"flashed manually. Please refer to the OpenWrt wiki for device specific "
"install instructions."
msgstr ""
msgid "Terminate"
msgstr "Beenden"
+#, fuzzy
msgid ""
"The <em>Device Configuration</em> section covers physical settings of the "
-"radio hardware such as channel, transmit power or antenna selection which is "
-"shared among all defined wireless networks (if the radio hardware is multi-"
-"SSID capable). Per network settings like encryption or operation mode are "
-"grouped in the <em>Interface Configuration</em>."
+"radio hardware such as channel, transmit power or antenna selection which "
+"are shared among all defined wireless networks (if the radio hardware is "
+"multi-SSID capable). Per network settings like encryption or operation mode "
+"are grouped in the <em>Interface Configuration</em>."
msgstr ""
"Die <em>Gerätekonfiguration</em> deckt physikalische Einstellungen der WLAN-"
"Hardware wie Kanal, Sendestärke oder Antennenauswahl ab. Diese Einstellungen "
msgid "The given network name is not unique"
msgstr "Der angebene Netzwerk-Name ist nicht eindeutig"
+#, fuzzy
msgid ""
-"The hardware is not multi-SSID capable and existing configuration will be "
-"replaced if you proceed."
+"The hardware is not multi-SSID capable and the existing configuration will "
+"be replaced if you proceed."
msgstr ""
"Die Hardware ist nicht Multi-SSID fähig und die existierende Konfiguration "
"wird beim Fortfahren ersetzt."
"Die Einstellungen werden nun gelöscht! Anschließend wird ein Neustart des "
"Systems durchgeführt."
+#, fuzzy
msgid ""
"The system is flashing now.<br /> DO NOT POWER OFF THE DEVICE!<br /> Wait a "
-"few minutes until you try to reconnect. It might be necessary to renew the "
+"few minutes before you try to reconnect. It might be necessary to renew the "
"address of your computer to reach the device again, depending on your "
"settings."
msgstr ""
"Diese Seite bietet Zugriff auf die erweiterten Eigenschaften der "
"Verkehrsregel, zum Beispiel die Selektion nach Quell- und Zieladressen."
+#, fuzzy
msgid ""
"This section defines common properties of %q. The <em>input</em> and "
"<em>output</em> options set the default policies for traffic entering and "
"leaving this zone while the <em>forward</em> option describes the policy for "
"forwarded traffic between different networks within the zone. <em>Covered "
-"networks</em> specifies which available networks are member of this zone."
+"networks</em> specifies which available networks are members of this zone."
msgstr ""
"Diese Sektion definiert allgemeine Eigenschaften der %q Zone. Die "
"<em>Eingang</em> und <em>Ausgang</em> Optionen regeln die Verfahrensweise "
msgid "Mesh Wizard"
msgstr "Mesh-Assistent"
+#, fuzzy
msgid ""
-"Note: this will setup this interface for mesh operation, i.e. add to zone "
-"'freifunk' and enable olsr."
+"Note: this will set up this interface for mesh operation, i.e. add it to "
+"zone 'freifunk' and enable olsr."
msgstr ""
"Hinweis: Dies konfiguriert die Schnittstelle für den Mesh-Betrieb, d.h. sie "
"wird zur Freifunk-Zone hinzugefügt und OLSR eingerichtet."
msgid "Can only be a valid IPv4 or IPv6 address or 'default'"
msgstr ""
+msgid "Can only be a valid IPv6 address or 'default'"
+msgstr ""
+
msgid "Configuration"
msgstr "Konfiguration"
msgid "HNA validity time"
msgstr "HNA-Gültigkeit"
+#, fuzzy
+msgid "HNA6 Announcements"
+msgstr "HNA-Ankündigungen"
+
msgid "Hello"
msgstr "Hello"
"Rechner in einem OLSR-geroutetem Netzwerk können Konnektivität zu externen "
"Netzwerken mittels HNA-Nachrichten ankündigen."
+#, fuzzy
+msgid ""
+"Hosts in a OLSR routed network can announce connecitivity to external "
+"networks using HNA6 messages."
+msgstr ""
+"Rechner in einem OLSR-geroutetem Netzwerk können Konnektivität zu externen "
+"Netzwerken mittels HNA-Nachrichten ankündigen."
+
msgid ""
"Hysteresis for link sensing (only for hopcount metric). Hysteresis adds more "
"robustness to the link sensing but delays neighbor registration. Defaults is "
"nodes on this interface by 20%: default 0.8"
msgstr ""
+#, fuzzy
+msgid ""
+"Multiply routes with the factor given here. Allowed values are between 0.01 "
+"and 1.0. It is only used when LQ-Level is greater than 0. Examples:<br /"
+">reduce LQ to fd91:662e:3c58::1 by half: fd91:662e:3c58::1 0.5<br />reduce "
+"LQ to all nodes on this interface by 20%: default 0.8"
+msgstr ""
+"Multipliziere die Linkquality (LQ) für Routen mit dem hier angegebenen "
+"Faktor, der zwischen 0.01 und 1 liegen kann. Beispiele:<br />halbiere die LQ "
+"zu 192.168.0.1: 192.168.0.1 0.5<br />reduziere die LQ für alle Nodes die mit "
+"diesem Interface kommunizieren um 20%: default 0.8"
+
msgid "NAT threshold"
msgstr "NAT-Schwellenwert"
msgid "OLSR - HNA-Announcements"
msgstr "OLSR - HNA-Ankündigungen"
+#, fuzzy
+msgid "OLSR - HNA6-Announcements"
+msgstr "OLSR - HNA-Ankündigungen"
+
msgid "OLSR - Plugins"
msgstr "OLSR - Plugins"
"NIEMALS während der Laufzeit von OLSRD verändern. Der Defaultwert ist "
"0.0.0.0. Damit wird die IP des ersten Interfaces verwendet."
+#, fuzzy
+msgid ""
+"Sets the main IP (originator ip) of the router. This IP will NEVER change "
+"during the uptime of olsrd. Default is ::, which triggers usage of the IP of "
+"the first interface."
+msgstr ""
+"Setzt die Haupt-IP (originator ip) für diesen Router. Diese IP wird sich "
+"NIEMALS während der Laufzeit von OLSRD verändern. Der Defaultwert ist "
+"0.0.0.0. Damit wird die IP des ersten Interfaces verwendet."
+
msgid "Show IPv4"
msgstr ""
"2000::/3). Der Defaultwert ist \"both\" (sowohl IPv4 als auch IPv6 Uplink "
"ankündigen sofern verfügbar)."
+#, fuzzy
+msgid ""
+"Which kind of uplink is exported to the other mesh nodes. An uplink is "
+"detected by looking for a local HNA6 ::ffff:0:0/96 or 2000::/3. Default "
+"setting is \"both\"."
+msgstr ""
+"Welche Art von Uplink im Mesh angekündigt wird. Ein Uplink wird automatisch "
+"anhand der lokal angekündigten HNA erkannt (0.0.0.0/0, ::ffff:0:0/96 oder "
+"2000::/3). Der Defaultwert ist \"both\" (sowohl IPv4 als auch IPv6 Uplink "
+"ankündigen sofern verfügbar)."
+
msgid "Willingness"
msgstr "Bereitschaft"
#~ "Make sure that OLSRd is running, the \"txtinfo\" plugin is loaded, "
#~ "configured on port 2006 and accepts connections from \"127.0.0.1\"."
#~ msgstr ""
-#~ "Stellen Sie sicher das OLSRd läuft und das \"txtinfo\" Plugin auf Port 2006 "
-#~ "geladen und \"127.0.0.1\" als Accept-Host gesetzt ist."
-
-#~ msgid ""
-#~ "Multiply routes with the factor given here. Allowed values are between "
-#~ "0.01 and 1. It is only used when LQ-Level is greater than 0. Examples:"
-#~ "<br />reduce LQ to 192.168.0.1 by half: 192.168.0.1 0.5<br />reduce LQ to "
-#~ "all nodes on this interface by 20%: default 0.8"
-#~ msgstr ""
-#~ "Multipliziere die Linkquality (LQ) für Routen mit dem hier angegebenen "
-#~ "Faktor, der zwischen 0.01 und 1 liegen kann. Beispiele:<br />halbiere die LQ "
-#~ "zu 192.168.0.1: 192.168.0.1 0.5<br />reduziere die LQ für alle Nodes die "
-#~ "mit diesem Interface kommunizieren um 20%: default 0.8"
+#~ "Stellen Sie sicher das OLSRd läuft und das \"txtinfo\" Plugin auf Port "
+#~ "2006 geladen und \"127.0.0.1\" als Accept-Host gesetzt ist."
msgid "Watchcat"
msgstr "Watchcat"
+#, fuzzy
msgid ""
-"Watchcat allows to configure a periodic reboot and/or when internet "
-"connection has been lost for a certain period of time."
+"Watchcat allows configuring a periodic reboot when the Internet connection "
+"has been lost for a certain period of time."
msgstr ""
"Watchcat erlaubt die Einstellung eines automatischen Neustarts, wenn die "
"Internetverbindung eine bestimmte Zeitlang ausgefallen ist."
+#, fuzzy
msgid ""
-"When rebooting the system the watchcat will trigger a soft reboot, Entering "
-"a non zero value here, will trigger a delayed hard reboot if the soft reboot "
+"When rebooting the system, the watchcat will trigger a soft reboot. Entering "
+"a non zero value here will trigger a delayed hard reboot if the soft reboot "
"fails. Enter a number of seconds to enable, use 0 to disable"
msgstr ""
"Bei einem Neustart des Systems wird Watchcat einen Warmstart auslösen, wird "
msgid "Network interface to use"
msgstr "Verwendete Schnittstelle"
+#, fuzzy
msgid ""
-"Sometimes only one of both tools work. If one of fails, try the other one"
+"Sometimes only one of the two tools works. If one fails, try the other one"
msgstr ""
"Manchmal funktioniert nur eines der beiden Programme. Wenn eines "
"fehlschlägt, versuchen Sie das Andere."
msgid "Wondershaper settings"
msgstr "Wondershaper Einstellungen"
+#, fuzzy
msgid ""
-"Wondershaper uses traffic shaping to ensure low latencies for interactive "
-"traffic even when your internet connection is highly saturated."
+"Wondershaper shapes traffic to ensure low latencies for interactive traffic "
+"even when your internet connection is highly saturated."
msgstr ""
"Wondershaper ermöglicht mit Hilfe von Traffic Shaping niedrige Latenzzeiten "
"für interaktiven Internetverkehr selbst wenn die Internetverbindung extrem "
msgid ""
"AHCP is an autoconfiguration protocol for IPv6 and dual-stack IPv6/IPv4 "
-"networks designed to be used in place of router discovery and DHCP on "
+"networks designed to be used in place of router discovery or DHCP on "
"networks where it is difficult or impossible to configure a server within "
"every link-layer broadcast domain, for example mobile ad-hoc networks."
msgstr ""
msgid "Expires"
msgstr "Λήγει"
+#, fuzzy
msgid ""
-"Expiry time of leased addresses, minimum is 2 Minutes (<code>2m</code>)."
+"Expiry time of leased addresses, minimum is 2 minutes (<code>2m</code>)."
msgstr ""
"Ο ελάχιστος χρόνος λήξεως των διευθύνσεων lease είναι 2 λεπτά (<code>2m</"
"code>)."
msgid "Invalid username and/or password! Please try again."
msgstr "Άκυρο όνομα χρήστη και/ή κωδικός πρόσβασης! Παρακαλώ προσπαθήστε ξανά."
+#, fuzzy
msgid ""
-"It appears that you try to flash an image that does not fit into the flash "
-"memory, please verify the image file!"
+"It appears that you are trying to flash an image that does not fit into the "
+"flash memory, please verify the image file!"
msgstr ""
"Φαίνεται πως προσπαθείτε να φλασάρετε μια εικόνα που δεν χωράει στην μνήμη "
"flash, παρακαλώ επιβεβαιώστε το αρχείο εικόνας!"
msgstr ""
msgid ""
-"Local domain specification. Names matching this domain are never forwared "
-"and resolved from DHCP or hosts files only"
+"Local domain specification. Names matching this domain are never forwarded "
+"and are resolved from DHCP or hosts files only"
msgstr ""
msgid "Local domain suffix appended to DHCP names and hosts file entries"
msgstr "Αρχικοποίηση όλων των αλλαγών;"
msgid ""
-"Really shutdown interface \"%s\" ?\\nYou might lose access to this device if "
-"you are connected via this interface."
+"Really shut down network?\\nYou might lose access to this device if you are "
+"connected via this interface."
msgstr ""
msgid ""
-"Really shutdown network ?\\nYou might lose access to this device if you are "
-"connected via this interface."
+"Really shutdown interface \"%s\" ?\\nYou might lose access to this device if "
+"you are connected via this interface."
msgstr ""
msgid "Really switch protocol?"
msgid "Services"
msgstr "Υπηρεσίες"
+msgid "Set up Time Synchronization"
+msgstr ""
+
msgid "Setup DHCP Server"
msgstr "Ρύθμιση Εξυπηρετητή DHCP"
-msgid "Setup Time Synchronization"
-msgstr ""
-
msgid "Show current backup file list"
msgstr ""
msgstr ""
msgid ""
-"Sorry, there is no sysupgrade support present, a new firmware image must be "
+"Sorry, there is no sysupgrade support present; a new firmware image must be "
"flashed manually. Please refer to the OpenWrt wiki for device specific "
"install instructions."
msgstr ""
msgid ""
"The <em>Device Configuration</em> section covers physical settings of the "
-"radio hardware such as channel, transmit power or antenna selection which is "
-"shared among all defined wireless networks (if the radio hardware is multi-"
-"SSID capable). Per network settings like encryption or operation mode are "
-"grouped in the <em>Interface Configuration</em>."
+"radio hardware such as channel, transmit power or antenna selection which "
+"are shared among all defined wireless networks (if the radio hardware is "
+"multi-SSID capable). Per network settings like encryption or operation mode "
+"are grouped in the <em>Interface Configuration</em>."
msgstr ""
msgid ""
msgstr "Το παρεχόμενο όνομα δικτύου δεν είναι μοναδικό"
msgid ""
-"The hardware is not multi-SSID capable and existing configuration will be "
-"replaced if you proceed."
+"The hardware is not multi-SSID capable and the existing configuration will "
+"be replaced if you proceed."
msgstr ""
msgid ""
"when finished."
msgstr ""
+#, fuzzy
msgid ""
"The system is flashing now.<br /> DO NOT POWER OFF THE DEVICE!<br /> Wait a "
-"few minutes until you try to reconnect. It might be necessary to renew the "
+"few minutes before you try to reconnect. It might be necessary to renew the "
"address of your computer to reach the device again, depending on your "
"settings."
msgstr ""
"<em>output</em> options set the default policies for traffic entering and "
"leaving this zone while the <em>forward</em> option describes the policy for "
"forwarded traffic between different networks within the zone. <em>Covered "
-"networks</em> specifies which available networks are member of this zone."
+"networks</em> specifies which available networks are members of this zone."
msgstr ""
msgid "To %s at %s on <var>this device</var>"
msgstr ""
msgid ""
-"Note: this will setup this interface for mesh operation, i.e. add to zone "
-"'freifunk' and enable olsr."
+"Note: this will set up this interface for mesh operation, i.e. add it to "
+"zone 'freifunk' and enable olsr."
msgstr ""
msgid "Protect LAN"
msgid "Can only be a valid IPv4 or IPv6 address or 'default'"
msgstr ""
+msgid "Can only be a valid IPv6 address or 'default'"
+msgstr ""
+
msgid "Configuration"
msgstr ""
msgid "HNA validity time"
msgstr ""
+msgid "HNA6 Announcements"
+msgstr ""
+
msgid "Hello"
msgstr ""
"networks using HNA messages."
msgstr ""
+msgid ""
+"Hosts in a OLSR routed network can announce connecitivity to external "
+"networks using HNA6 messages."
+msgstr ""
+
msgid ""
"Hysteresis for link sensing (only for hopcount metric). Hysteresis adds more "
"robustness to the link sensing but delays neighbor registration. Defaults is "
"nodes on this interface by 20%: default 0.8"
msgstr ""
+msgid ""
+"Multiply routes with the factor given here. Allowed values are between 0.01 "
+"and 1.0. It is only used when LQ-Level is greater than 0. Examples:<br /"
+">reduce LQ to fd91:662e:3c58::1 by half: fd91:662e:3c58::1 0.5<br />reduce "
+"LQ to all nodes on this interface by 20%: default 0.8"
+msgstr ""
+
msgid "NAT threshold"
msgstr ""
msgid "OLSR - HNA-Announcements"
msgstr ""
+msgid "OLSR - HNA6-Announcements"
+msgstr ""
+
msgid "OLSR - Plugins"
msgstr ""
"IP of the first interface."
msgstr ""
+msgid ""
+"Sets the main IP (originator ip) of the router. This IP will NEVER change "
+"during the uptime of olsrd. Default is ::, which triggers usage of the IP of "
+"the first interface."
+msgstr ""
+
msgid "Show IPv4"
msgstr ""
"Default setting is \"both\"."
msgstr ""
+msgid ""
+"Which kind of uplink is exported to the other mesh nodes. An uplink is "
+"detected by looking for a local HNA6 ::ffff:0:0/96 or 2000::/3. Default "
+"setting is \"both\"."
+msgstr ""
+
msgid "Willingness"
msgstr ""
msgstr ""
msgid ""
-"Watchcat allows to configure a periodic reboot and/or when internet "
-"connection has been lost for a certain period of time."
+"Watchcat allows configuring a periodic reboot when the Internet connection "
+"has been lost for a certain period of time."
msgstr ""
msgid ""
-"When rebooting the system the watchcat will trigger a soft reboot, Entering "
-"a non zero value here, will trigger a delayed hard reboot if the soft reboot "
+"When rebooting the system, the watchcat will trigger a soft reboot. Entering "
+"a non zero value here will trigger a delayed hard reboot if the soft reboot "
"fails. Enter a number of seconds to enable, use 0 to disable"
msgstr ""
msgstr ""
msgid ""
-"Sometimes only one of both tools work. If one of fails, try the other one"
+"Sometimes only one of the two tools works. If one fails, try the other one"
msgstr ""
msgid "Specifies the interface the WoL packet is sent on"
msgstr ""
msgid ""
-"Wondershaper uses traffic shaping to ensure low latencies for interactive "
-"traffic even when your internet connection is highly saturated."
+"Wondershaper shapes traffic to ensure low latencies for interactive traffic "
+"even when your internet connection is highly saturated."
msgstr ""
msgid "AHCP Server"
msgstr "AHCP Server"
+#, fuzzy
msgid ""
"AHCP is an autoconfiguration protocol for IPv6 and dual-stack IPv6/IPv4 "
-"networks designed to be used in place of router discovery and DHCP on "
+"networks designed to be used in place of router discovery or DHCP on "
"networks where it is difficult or impossible to configure a server within "
"every link-layer broadcast domain, for example mobile ad-hoc networks."
msgstr ""
msgstr ""
msgid ""
-"Expiry time of leased addresses, minimum is 2 Minutes (<code>2m</code>)."
+"Expiry time of leased addresses, minimum is 2 minutes (<code>2m</code>)."
msgstr ""
msgid "External"
msgid "Invalid username and/or password! Please try again."
msgstr "Invalid username and/or password! Please try again."
+#, fuzzy
msgid ""
-"It appears that you try to flash an image that does not fit into the flash "
-"memory, please verify the image file!"
+"It appears that you are trying to flash an image that does not fit into the "
+"flash memory, please verify the image file!"
msgstr ""
"It appears that you try to flash an image that does not fit into the flash "
"memory, please verify the image file!"
msgstr ""
msgid ""
-"Local domain specification. Names matching this domain are never forwared "
-"and resolved from DHCP or hosts files only"
+"Local domain specification. Names matching this domain are never forwarded "
+"and are resolved from DHCP or hosts files only"
msgstr ""
msgid "Local domain suffix appended to DHCP names and hosts file entries"
msgstr ""
msgid ""
-"Really shutdown interface \"%s\" ?\\nYou might lose access to this device if "
-"you are connected via this interface."
+"Really shut down network?\\nYou might lose access to this device if you are "
+"connected via this interface."
msgstr ""
msgid ""
-"Really shutdown network ?\\nYou might lose access to this device if you are "
-"connected via this interface."
+"Really shutdown interface \"%s\" ?\\nYou might lose access to this device if "
+"you are connected via this interface."
msgstr ""
msgid "Really switch protocol?"
msgid "Services"
msgstr "Services"
-msgid "Setup DHCP Server"
+msgid "Set up Time Synchronization"
msgstr ""
-msgid "Setup Time Synchronization"
+msgid "Setup DHCP Server"
msgstr ""
msgid "Show current backup file list"
msgstr ""
msgid ""
-"Sorry, there is no sysupgrade support present, a new firmware image must be "
+"Sorry, there is no sysupgrade support present; a new firmware image must be "
"flashed manually. Please refer to the OpenWrt wiki for device specific "
"install instructions."
msgstr ""
msgid ""
"The <em>Device Configuration</em> section covers physical settings of the "
-"radio hardware such as channel, transmit power or antenna selection which is "
-"shared among all defined wireless networks (if the radio hardware is multi-"
-"SSID capable). Per network settings like encryption or operation mode are "
-"grouped in the <em>Interface Configuration</em>."
+"radio hardware such as channel, transmit power or antenna selection which "
+"are shared among all defined wireless networks (if the radio hardware is "
+"multi-SSID capable). Per network settings like encryption or operation mode "
+"are grouped in the <em>Interface Configuration</em>."
msgstr ""
msgid ""
msgstr ""
msgid ""
-"The hardware is not multi-SSID capable and existing configuration will be "
-"replaced if you proceed."
+"The hardware is not multi-SSID capable and the existing configuration will "
+"be replaced if you proceed."
msgstr ""
msgid ""
"when finished."
msgstr ""
+#, fuzzy
msgid ""
"The system is flashing now.<br /> DO NOT POWER OFF THE DEVICE!<br /> Wait a "
-"few minutes until you try to reconnect. It might be necessary to renew the "
+"few minutes before you try to reconnect. It might be necessary to renew the "
"address of your computer to reach the device again, depending on your "
"settings."
msgstr ""
"<em>output</em> options set the default policies for traffic entering and "
"leaving this zone while the <em>forward</em> option describes the policy for "
"forwarded traffic between different networks within the zone. <em>Covered "
-"networks</em> specifies which available networks are member of this zone."
+"networks</em> specifies which available networks are members of this zone."
msgstr ""
msgid "To %s at %s on <var>this device</var>"
msgstr ""
msgid ""
-"Note: this will setup this interface for mesh operation, i.e. add to zone "
-"'freifunk' and enable olsr."
+"Note: this will set up this interface for mesh operation, i.e. add it to "
+"zone 'freifunk' and enable olsr."
msgstr ""
msgid "Protect LAN"
msgid "Can only be a valid IPv4 or IPv6 address or 'default'"
msgstr ""
+msgid "Can only be a valid IPv6 address or 'default'"
+msgstr ""
+
msgid "Configuration"
msgstr ""
msgid "HNA validity time"
msgstr "HNA validity time"
+#, fuzzy
+msgid "HNA6 Announcements"
+msgstr "OLSR - HNA-Announcements"
+
msgid "Hello"
msgstr ""
"networks using HNA messages."
msgstr ""
+msgid ""
+"Hosts in a OLSR routed network can announce connecitivity to external "
+"networks using HNA6 messages."
+msgstr ""
+
msgid ""
"Hysteresis for link sensing (only for hopcount metric). Hysteresis adds more "
"robustness to the link sensing but delays neighbor registration. Defaults is "
"nodes on this interface by 20%: default 0.8"
msgstr ""
+msgid ""
+"Multiply routes with the factor given here. Allowed values are between 0.01 "
+"and 1.0. It is only used when LQ-Level is greater than 0. Examples:<br /"
+">reduce LQ to fd91:662e:3c58::1 by half: fd91:662e:3c58::1 0.5<br />reduce "
+"LQ to all nodes on this interface by 20%: default 0.8"
+msgstr ""
+
msgid "NAT threshold"
msgstr ""
msgid "OLSR - HNA-Announcements"
msgstr "OLSR - HNA-Announcements"
+#, fuzzy
+msgid "OLSR - HNA6-Announcements"
+msgstr "OLSR - HNA-Announcements"
+
msgid "OLSR - Plugins"
msgstr "OLSR - Plugins"
"IP of the first interface."
msgstr ""
+msgid ""
+"Sets the main IP (originator ip) of the router. This IP will NEVER change "
+"during the uptime of olsrd. Default is ::, which triggers usage of the IP of "
+"the first interface."
+msgstr ""
+
msgid "Show IPv4"
msgstr ""
"Default setting is \"both\"."
msgstr ""
+msgid ""
+"Which kind of uplink is exported to the other mesh nodes. An uplink is "
+"detected by looking for a local HNA6 ::ffff:0:0/96 or 2000::/3. Default "
+"setting is \"both\"."
+msgstr ""
+
msgid "Willingness"
msgstr "Willingness"
#~ "Make sure that OLSRd is running, the \"txtinfo\" plugin is loaded, "
#~ "configured on port 2006 and accepts connections from \"127.0.0.1\"."
#~ msgstr ""
-#~ "Make sure that OLSRd is running, the \"txtinfo\" plugin is loaded, configured "
-#~ "on port 2006 and accepts connections from \"127.0.0.1\"."
+#~ "Make sure that OLSRd is running, the \"txtinfo\" plugin is loaded, "
+#~ "configured on port 2006 and accepts connections from \"127.0.0.1\"."
msgid "Watchcat"
msgstr "Watchcat"
+#, fuzzy
msgid ""
-"Watchcat allows to configure a periodic reboot and/or when internet "
-"connection has been lost for a certain period of time."
+"Watchcat allows configuring a periodic reboot when the Internet connection "
+"has been lost for a certain period of time."
msgstr ""
"Watchcat allows to configure a periodic reboot and/or when internet "
"connection has been lost for a certain period of time."
+#, fuzzy
msgid ""
-"When rebooting the system the watchcat will trigger a soft reboot, Entering "
-"a non zero value here, will trigger a delayed hard reboot if the soft reboot "
+"When rebooting the system, the watchcat will trigger a soft reboot. Entering "
+"a non zero value here will trigger a delayed hard reboot if the soft reboot "
"fails. Enter a number of seconds to enable, use 0 to disable"
msgstr ""
"When rebooting the system the watchcat will trigger a soft reboot, Entering "
msgid "Network interface to use"
msgstr "Network interface to use"
+#, fuzzy
msgid ""
-"Sometimes only one of both tools work. If one of fails, try the other one"
+"Sometimes only one of the two tools works. If one fails, try the other one"
msgstr ""
"Sometimes only one of both tools work. If one of fails, try the other one"
msgstr ""
msgid ""
-"Wondershaper uses traffic shaping to ensure low latencies for interactive "
-"traffic even when your internet connection is highly saturated."
+"Wondershaper shapes traffic to ensure low latencies for interactive traffic "
+"even when your internet connection is highly saturated."
msgstr ""
msgid "AHCP Server"
msgstr "Servidor AHCP"
+#, fuzzy
msgid ""
"AHCP is an autoconfiguration protocol for IPv6 and dual-stack IPv6/IPv4 "
-"networks designed to be used in place of router discovery and DHCP on "
+"networks designed to be used in place of router discovery or DHCP on "
"networks where it is difficult or impossible to configure a server within "
"every link-layer broadcast domain, for example mobile ad-hoc networks."
msgstr ""
-"AHCP es un protocolo de autoconfiguración para redes con IPv6 o duales "
-"IPv6/IPv4 diseñado para ser usado en lugar de router discovery o DHCP en "
-"redes en las que es difícil o imposible configurar un servidor en cada capa "
-"de enlace del dominio de propagación como las redes móviles ad-hoc."
+"AHCP es un protocolo de autoconfiguración para redes con IPv6 o duales IPv6/"
+"IPv4 diseñado para ser usado en lugar de router discovery o DHCP en redes en "
+"las que es difícil o imposible configurar un servidor en cada capa de enlace "
+"del dominio de propagación como las redes móviles ad-hoc."
# "Lease" en el sentido usado en DHCP no tiene una traducción clara en español y se puede usar la misma palabra en que en inglés.
msgid "Active AHCP Leases"
msgid "Expires"
msgstr "Expira"
+#, fuzzy
msgid ""
-"Expiry time of leased addresses, minimum is 2 Minutes (<code>2m</code>)."
+"Expiry time of leased addresses, minimum is 2 minutes (<code>2m</code>)."
msgstr ""
"Tiempo de finalización de direcciones cedidas (mínimo dos minutos: <code>2m</"
"code>)."
msgstr ""
"¡Nombre de usuario o contraseña no válidos!. Pruebe de nuevo, por favor."
+#, fuzzy
msgid ""
-"It appears that you try to flash an image that does not fit into the flash "
-"memory, please verify the image file!"
+"It appears that you are trying to flash an image that does not fit into the "
+"flash memory, please verify the image file!"
msgstr ""
"Parece que está intentando grabar una imagen de firmware mayor que la "
"memoria flash de su equipo. ¡Por favor, verifique el archivo!"
msgid "Local domain"
msgstr "Dominio local"
+#, fuzzy
msgid ""
-"Local domain specification. Names matching this domain are never forwared "
-"and resolved from DHCP or hosts files only"
+"Local domain specification. Names matching this domain are never forwarded "
+"and are resolved from DHCP or hosts files only"
msgstr ""
"Especificación de dominio local. Los nombres que coincidan con este dominio "
"nunca se retransmiten y se resuelven desde DHCP o ficheros de máquina locales"
msgid "Really reset all changes?"
msgstr "¿Está seguro de querer reiniciar todos los cambios?"
+#, fuzzy
+msgid ""
+"Really shut down network?\\nYou might lose access to this device if you are "
+"connected via this interface."
+msgstr ""
+"¿Está seguro de querer apagar esta red?.\n"
+"Puede perder el acceso a este dispositivo si está conectado por esta red."
+
msgid ""
"Really shutdown interface \"%s\" ?\\nYou might lose access to this device if "
"you are connected via this interface."
"¿Está seguro de apagar la interfaz \"%s\"?.\n"
"Puede perder el acceso a este dispositivo si está conectado por interfaz."
-msgid ""
-"Really shutdown network ?\\nYou might lose access to this device if you are "
-"connected via this interface."
-msgstr ""
-"¿Está seguro de querer apagar esta red?.\n"
-"Puede perder el acceso a este dispositivo si está conectado por esta red."
-
msgid "Really switch protocol?"
msgstr "¿Está seguro de querer cambiar el protocolo?"
msgid "Services"
msgstr "Servicios"
+#, fuzzy
+msgid "Set up Time Synchronization"
+msgstr "Sincronización horaria"
+
msgid "Setup DHCP Server"
msgstr "Configuración del servidor DHCP"
-msgid "Setup Time Synchronization"
-msgstr "Sincronización horaria"
-
msgid "Show current backup file list"
msgstr "Mostrar lista de ficheros a salvar"
msgid "Sorry, the server encountered an unexpected error."
msgstr "El servidor encontró un error inesperado."
+#, fuzzy
msgid ""
-"Sorry, there is no sysupgrade support present, a new firmware image must be "
+"Sorry, there is no sysupgrade support present; a new firmware image must be "
"flashed manually. Please refer to the OpenWrt wiki for device specific "
"install instructions."
msgstr ""
msgid "Terminate"
msgstr "Terminar"
+#, fuzzy
msgid ""
"The <em>Device Configuration</em> section covers physical settings of the "
-"radio hardware such as channel, transmit power or antenna selection which is "
-"shared among all defined wireless networks (if the radio hardware is multi-"
-"SSID capable). Per network settings like encryption or operation mode are "
-"grouped in the <em>Interface Configuration</em>."
+"radio hardware such as channel, transmit power or antenna selection which "
+"are shared among all defined wireless networks (if the radio hardware is "
+"multi-SSID capable). Per network settings like encryption or operation mode "
+"are grouped in the <em>Interface Configuration</em>."
msgstr ""
"La sección de <em>Configuración del dispositivo</em> ocupa la configuración "
"física del hardware de radio como el canal, la potencia de transmisión o la "
msgid "The given network name is not unique"
msgstr "Nombre de red repetido"
+#, fuzzy
msgid ""
-"The hardware is not multi-SSID capable and existing configuration will be "
-"replaced if you proceed."
+"The hardware is not multi-SSID capable and the existing configuration will "
+"be replaced if you proceed."
msgstr ""
"El hardware no es capaz de multi-SSD y la configuración actual se cambiará "
"si continúa."
"El sistema está borrando la partición de configuración y rearrancará cuando "
"termine."
+#, fuzzy
msgid ""
"The system is flashing now.<br /> DO NOT POWER OFF THE DEVICE!<br /> Wait a "
-"few minutes until you try to reconnect. It might be necessary to renew the "
+"few minutes before you try to reconnect. It might be necessary to renew the "
"address of your computer to reach the device again, depending on your "
"settings."
msgstr ""
"Propiedades avanzadas de la entrada \"reglas de tráfico\", como "
"coincidencias en puertos de origen y destino."
+#, fuzzy
msgid ""
"This section defines common properties of %q. The <em>input</em> and "
"<em>output</em> options set the default policies for traffic entering and "
"leaving this zone while the <em>forward</em> option describes the policy for "
"forwarded traffic between different networks within the zone. <em>Covered "
-"networks</em> specifies which available networks are member of this zone."
+"networks</em> specifies which available networks are members of this zone."
msgstr ""
"Esta sección define propierdades comunes de %q. Las opciones de <em>entrada</"
"em> y la <em>salida</em> marcan las políticas por defecto para el tráfico "
msgid "Mesh Wizard"
msgstr "Asistente del mesh"
+#, fuzzy
msgid ""
-"Note: this will setup this interface for mesh operation, i.e. add to zone "
-"'freifunk' and enable olsr."
+"Note: this will set up this interface for mesh operation, i.e. add it to "
+"zone 'freifunk' and enable olsr."
msgstr ""
"Nota: esto configurará esta interfaz para uso mesh, es decir: la añadirá a "
"la zona \"freifunk\" y activará OSLR."
msgid "Can only be a valid IPv4 or IPv6 address or 'default'"
msgstr "Sólo puede ser una dirección IPv4 o IPv6 válidas o \"por defecto\""
+#, fuzzy
+msgid "Can only be a valid IPv6 address or 'default'"
+msgstr "Sólo puede ser una dirección IPv4 o IPv6 válidas o \"por defecto\""
+
msgid "Configuration"
msgstr "Configuración"
msgid "HNA validity time"
msgstr "Tiempo de validez de HNA"
+#, fuzzy
+msgid "HNA6 Announcements"
+msgstr "Declaraciones HNA"
+
msgid "Hello"
msgstr "Saludo"
"Las máquinas de una red OLSR pueden declarar conectividad con redes externas "
"usando mensajes HNA."
+#, fuzzy
+msgid ""
+"Hosts in a OLSR routed network can announce connecitivity to external "
+"networks using HNA6 messages."
+msgstr ""
+"Las máquinas de una red OLSR pueden declarar conectividad con redes externas "
+"usando mensajes HNA."
+
msgid ""
"Hysteresis for link sensing (only for hopcount metric). Hysteresis adds more "
"robustness to the link sensing but delays neighbor registration. Defaults is "
"Make sure that OLSRd is running, the \"jsoninfo\" plugin is loaded, "
"configured on port 9090 and accepts connections from \"127.0.0.1\"."
msgstr ""
-"Asegúrese de que OLSRd funciona y de que el plugin \"jsoninfo\" está cargado, "
-"configurado en el puerto 9090 y que acepta conexiones desde 127.0.0.1."
+"Asegúrese de que OLSRd funciona y de que el plugin \"jsoninfo\" está "
+"cargado, configurado en el puerto 9090 y que acepta conexiones desde "
+"127.0.0.1."
msgid "Metric"
msgstr "Métrica"
"nodes on this interface by 20%: default 0.8"
msgstr ""
"Multiplicar las rutas con el factor dado aquí. Los valores permitidos está "
-"entre 0,01 y 1,0. Se usa sólo cuando el nivel LQ es mayor que 0. "
-"Ejemplos:<br />reducir LQ a 192.168.0.1 por la mitad: 192.168.0.1 0,5<br "
-"/>reducir LQ a todos los nodos de esta interfaz el 20%: default 0,8"
+"entre 0,01 y 1,0. Se usa sólo cuando el nivel LQ es mayor que 0. Ejemplos:"
+"<br />reducir LQ a 192.168.0.1 por la mitad: 192.168.0.1 0,5<br />reducir LQ "
+"a todos los nodos de esta interfaz el 20%: default 0,8"
+
+#, fuzzy
+msgid ""
+"Multiply routes with the factor given here. Allowed values are between 0.01 "
+"and 1.0. It is only used when LQ-Level is greater than 0. Examples:<br /"
+">reduce LQ to fd91:662e:3c58::1 by half: fd91:662e:3c58::1 0.5<br />reduce "
+"LQ to all nodes on this interface by 20%: default 0.8"
+msgstr ""
+"Multiplicar las rutas con el factor dado aquí. Los valores permitidos está "
+"entre 0,01 y 1,0. Se usa sólo cuando el nivel LQ es mayor que 0. Ejemplos:"
+"<br />reducir LQ a 192.168.0.1 por la mitad: 192.168.0.1 0,5<br />reducir LQ "
+"a todos los nodos de esta interfaz el 20%: default 0,8"
msgid "NAT threshold"
msgstr "Umbral NAT"
msgid "OLSR - HNA-Announcements"
msgstr "OLSR - Declaraciones HNA"
+#, fuzzy
+msgid "OLSR - HNA6-Announcements"
+msgstr "OLSR - Declaraciones HNA"
+
msgid "OLSR - Plugins"
msgstr "OLSR - Plugins"
"cambiar mientras OLSRd esté activa. Por defecto es \"0.0.0.0\" que provoca "
"el uso de la IP del primer interfaz."
+#, fuzzy
+msgid ""
+"Sets the main IP (originator ip) of the router. This IP will NEVER change "
+"during the uptime of olsrd. Default is ::, which triggers usage of the IP of "
+"the first interface."
+msgstr ""
+"Configura la dirección IP principal (IP originadora) del router. NUNCA debe "
+"cambiar mientras OLSRd esté activa. Por defecto es \"0.0.0.0\" que provoca "
+"el uso de la IP del primer interfaz."
+
msgid "Show IPv4"
msgstr "Mostrar IPv4"
"buscando una HNA local de 0.0.0.0/0, ::ffff:0:0/96 o 2000::/3. Por defecto "
"\"both\"."
+#, fuzzy
+msgid ""
+"Which kind of uplink is exported to the other mesh nodes. An uplink is "
+"detected by looking for a local HNA6 ::ffff:0:0/96 or 2000::/3. Default "
+"setting is \"both\"."
+msgstr ""
+"Tipo de enlace exportado a otros nodos del mesh. Un enlace se detecta "
+"buscando una HNA local de 0.0.0.0/0, ::ffff:0:0/96 o 2000::/3. Por defecto "
+"\"both\"."
+
msgid "Willingness"
msgstr "Willingness"
#~ "<br />reduce LQ to 192.168.0.1 by half: 192.168.0.1 0.5<br />reduce LQ to "
#~ "all nodes on this interface by 20%: default 0.8"
#~ msgstr ""
-#~ "Multiplicar rutas por este factor. Valores entre 0,01 y 1. Sólo se usa si el "
-#~ "nivel de CA es mayor que 0. Ejemplos:<br />reducir CE a la mitad a "
-#~ "192.168.0.1: \"192.168.0.1 0.5\"<br />reducir CE a todos los nodos en esta "
-#~ "interfaz el 20%: \"default 0.8\""
+#~ "Multiplicar rutas por este factor. Valores entre 0,01 y 1. Sólo se usa si "
+#~ "el nivel de CA es mayor que 0. Ejemplos:<br />reducir CE a la mitad a "
+#~ "192.168.0.1: \"192.168.0.1 0.5\"<br />reducir CE a todos los nodos en "
+#~ "esta interfaz el 20%: \"default 0.8\""
msgid "Watchcat"
msgstr "Watchcat"
+#, fuzzy
msgid ""
-"Watchcat allows to configure a periodic reboot and/or when internet "
-"connection has been lost for a certain period of time."
+"Watchcat allows configuring a periodic reboot when the Internet connection "
+"has been lost for a certain period of time."
msgstr ""
"Watchcat permite configurar un reinicio periódico si la conexión a internet "
"si pierde durante un cierto tiempo."
+#, fuzzy
msgid ""
-"When rebooting the system the watchcat will trigger a soft reboot, Entering "
-"a non zero value here, will trigger a delayed hard reboot if the soft reboot "
+"When rebooting the system, the watchcat will trigger a soft reboot. Entering "
+"a non zero value here will trigger a delayed hard reboot if the soft reboot "
"fails. Enter a number of seconds to enable, use 0 to disable"
msgstr ""
"Watchcat provocará por defecto un reinicio suave. Poniendo un valor mayor "
msgid "Network interface to use"
msgstr "Interfaz de red a utilizar"
+#, fuzzy
msgid ""
-"Sometimes only one of both tools work. If one of fails, try the other one"
+"Sometimes only one of the two tools works. If one fails, try the other one"
msgstr ""
"A veces, sólo se inicia una de las dos herramientas. Si una falla, intente "
"con la otra"
msgid "Wondershaper settings"
msgstr "Configuración de Wondershaper"
+#, fuzzy
msgid ""
-"Wondershaper uses traffic shaping to ensure low latencies for interactive "
-"traffic even when your internet connection is highly saturated."
+"Wondershaper shapes traffic to ensure low latencies for interactive traffic "
+"even when your internet connection is highly saturated."
msgstr ""
"Wondershaper modela el tráfico para asegurar latencias bajas al tráfico "
"interactivo incluso cuando la conexión a Internet esté muy saturada."
msgid "AHCP Server"
msgstr "Serveur AHCP"
+#, fuzzy
msgid ""
"AHCP is an autoconfiguration protocol for IPv6 and dual-stack IPv6/IPv4 "
-"networks designed to be used in place of router discovery and DHCP on "
+"networks designed to be used in place of router discovery or DHCP on "
"networks where it is difficult or impossible to configure a server within "
"every link-layer broadcast domain, for example mobile ad-hoc networks."
msgstr ""
msgid "Expires"
msgstr "Expire"
+#, fuzzy
msgid ""
-"Expiry time of leased addresses, minimum is 2 Minutes (<code>2m</code>)."
+"Expiry time of leased addresses, minimum is 2 minutes (<code>2m</code>)."
msgstr ""
"Délai d'expiration des adresses allouées, le minimum est de 2 minutes "
"(<code>2m</code>)."
msgid "Invalid username and/or password! Please try again."
msgstr "Nom d'utilisateur et/ou mot de passe invalides ! Réessayez !"
+#, fuzzy
msgid ""
-"It appears that you try to flash an image that does not fit into the flash "
-"memory, please verify the image file!"
+"It appears that you are trying to flash an image that does not fit into the "
+"flash memory, please verify the image file!"
msgstr ""
"Il semble que vous essayez de programmer votre routeur avec une image qui ne "
"tient pas dans sa mémoire flash, vérifiez s'il vous plait votre fichier-"
msgid "Local domain"
msgstr "Domaine local"
+#, fuzzy
msgid ""
-"Local domain specification. Names matching this domain are never forwared "
-"and resolved from DHCP or hosts files only"
+"Local domain specification. Names matching this domain are never forwarded "
+"and are resolved from DHCP or hosts files only"
msgstr ""
"Domaine local à préciser. Les noms correspondants à ce domaine ne sont "
"jamais transmis, mais résolus seulement depuis le serveur DHCP ou le fichier "
msgid "Really reset all changes?"
msgstr "Voulez-vous vraiment ré-initialiser toutes les modifications ?"
+#, fuzzy
msgid ""
"Really shutdown interface \"%s\" ?\\nYou might lose access to this device if "
"you are connected via this interface."
"cette interface."
msgid ""
-"Really shutdown network ?\\nYou might lose access to this device if you are "
+"Really shut down network?\\nYou might lose access to this device if you are "
"connected via this interface."
msgstr ""
"Voulez-vous vraiment arrêter l'interface %s ?\n"
msgid "Services"
msgstr "Services"
+#, fuzzy
+msgid "Set up Time Synchronization"
+msgstr "Configurer la synchronisation de l'heure"
+
msgid "Setup DHCP Server"
msgstr "Configurer le serveur DHCP"
-msgid "Setup Time Synchronization"
-msgstr "Configurer la synchronisation de l'heure"
-
msgid "Show current backup file list"
msgstr "Afficher la liste des fichiers de la sauvegarde actuelle"
msgid "Sorry, the server encountered an unexpected error."
msgstr "Désolé, le serveur à rencontré une erreur inattendue."
+#, fuzzy
msgid ""
-"Sorry, there is no sysupgrade support present, a new firmware image must be "
+"Sorry, there is no sysupgrade support present; a new firmware image must be "
"flashed manually. Please refer to the OpenWrt wiki for device specific "
"install instructions."
msgstr ""
msgid "Terminate"
msgstr "Terminer"
+#, fuzzy
msgid ""
"The <em>Device Configuration</em> section covers physical settings of the "
-"radio hardware such as channel, transmit power or antenna selection which is "
-"shared among all defined wireless networks (if the radio hardware is multi-"
-"SSID capable). Per network settings like encryption or operation mode are "
-"grouped in the <em>Interface Configuration</em>."
+"radio hardware such as channel, transmit power or antenna selection which "
+"are shared among all defined wireless networks (if the radio hardware is "
+"multi-SSID capable). Per network settings like encryption or operation mode "
+"are grouped in the <em>Interface Configuration</em>."
msgstr ""
"La section <em>Configuration de l'équipement</em> couvre les paramètres "
"physiques du matériel radio comme le canal, la puissance d'émission ou la "
msgid "The given network name is not unique"
msgstr "Le nom de réseau donné n'est pas unique"
+#, fuzzy
msgid ""
-"The hardware is not multi-SSID capable and existing configuration will be "
-"replaced if you proceed."
+"The hardware is not multi-SSID capable and the existing configuration will "
+"be replaced if you proceed."
msgstr ""
"Le matériel ne sait pas gérer plusieurs SSID et la configuration existante "
"sera remplacée si vous continuez."
"Le système est en train d'effacer la partition de configuration et "
"redémarrera tout seul une fois cela fini."
+#, fuzzy
msgid ""
"The system is flashing now.<br /> DO NOT POWER OFF THE DEVICE!<br /> Wait a "
-"few minutes until you try to reconnect. It might be necessary to renew the "
+"few minutes before you try to reconnect. It might be necessary to renew the "
"address of your computer to reach the device again, depending on your "
"settings."
msgstr ""
"entry, such as matched source and destination hosts."
msgstr ""
+#, fuzzy
msgid ""
"This section defines common properties of %q. The <em>input</em> and "
"<em>output</em> options set the default policies for traffic entering and "
"leaving this zone while the <em>forward</em> option describes the policy for "
"forwarded traffic between different networks within the zone. <em>Covered "
-"networks</em> specifies which available networks are member of this zone."
+"networks</em> specifies which available networks are members of this zone."
msgstr ""
"Cette section définit des propriétés communes de %q. Les options <em>entrée</"
"em> et <em>sortie</em> définissent les politiques par défaut pour le trafic "
msgstr "Assistant de Maillage"
msgid ""
-"Note: this will setup this interface for mesh operation, i.e. add to zone "
-"'freifunk' and enable olsr."
+"Note: this will set up this interface for mesh operation, i.e. add it to "
+"zone 'freifunk' and enable olsr."
msgstr ""
msgid "Protect LAN"
msgid "Can only be a valid IPv4 or IPv6 address or 'default'"
msgstr ""
+msgid "Can only be a valid IPv6 address or 'default'"
+msgstr ""
+
msgid "Configuration"
msgstr ""
msgid "HNA validity time"
msgstr ""
+msgid "HNA6 Announcements"
+msgstr ""
+
msgid "Hello"
msgstr ""
"networks using HNA messages."
msgstr ""
+msgid ""
+"Hosts in a OLSR routed network can announce connecitivity to external "
+"networks using HNA6 messages."
+msgstr ""
+
msgid ""
"Hysteresis for link sensing (only for hopcount metric). Hysteresis adds more "
"robustness to the link sensing but delays neighbor registration. Defaults is "
"nodes on this interface by 20%: default 0.8"
msgstr ""
+msgid ""
+"Multiply routes with the factor given here. Allowed values are between 0.01 "
+"and 1.0. It is only used when LQ-Level is greater than 0. Examples:<br /"
+">reduce LQ to fd91:662e:3c58::1 by half: fd91:662e:3c58::1 0.5<br />reduce "
+"LQ to all nodes on this interface by 20%: default 0.8"
+msgstr ""
+
msgid "NAT threshold"
msgstr ""
msgid "OLSR - HNA-Announcements"
msgstr ""
+msgid "OLSR - HNA6-Announcements"
+msgstr ""
+
msgid "OLSR - Plugins"
msgstr ""
"IP of the first interface."
msgstr ""
+msgid ""
+"Sets the main IP (originator ip) of the router. This IP will NEVER change "
+"during the uptime of olsrd. Default is ::, which triggers usage of the IP of "
+"the first interface."
+msgstr ""
+
msgid "Show IPv4"
msgstr ""
"Default setting is \"both\"."
msgstr ""
+msgid ""
+"Which kind of uplink is exported to the other mesh nodes. An uplink is "
+"detected by looking for a local HNA6 ::ffff:0:0/96 or 2000::/3. Default "
+"setting is \"both\"."
+msgstr ""
+
msgid "Willingness"
msgstr ""
msgstr ""
msgid ""
-"Watchcat allows to configure a periodic reboot and/or when internet "
-"connection has been lost for a certain period of time."
+"Watchcat allows configuring a periodic reboot when the Internet connection "
+"has been lost for a certain period of time."
msgstr ""
msgid ""
-"When rebooting the system the watchcat will trigger a soft reboot, Entering "
-"a non zero value here, will trigger a delayed hard reboot if the soft reboot "
+"When rebooting the system, the watchcat will trigger a soft reboot. Entering "
+"a non zero value here will trigger a delayed hard reboot if the soft reboot "
"fails. Enter a number of seconds to enable, use 0 to disable"
msgstr ""
msgid "Network interface to use"
msgstr "Interface réseau à utiliser"
+#, fuzzy
msgid ""
-"Sometimes only one of both tools work. If one of fails, try the other one"
+"Sometimes only one of the two tools works. If one fails, try the other one"
msgstr ""
"Parfois seul un des deux outils fonctionne. Si l'un échoue, essayez l'autre"
#, fuzzy
msgid ""
"AHCP is an autoconfiguration protocol for IPv6 and dual-stack IPv6/IPv4 "
-"networks designed to be used in place of router discovery and DHCP on "
+"networks designed to be used in place of router discovery or DHCP on "
"networks where it is difficult or impossible to configure a server within "
"every link-layer broadcast domain, for example mobile ad-hoc networks."
msgstr ""
msgstr ""
msgid ""
-"Expiry time of leased addresses, minimum is 2 Minutes (<code>2m</code>)."
+"Expiry time of leased addresses, minimum is 2 minutes (<code>2m</code>)."
msgstr ""
msgid "External"
msgstr "שם משתמש ו/או סיסמה שגויים! אנא נסה שנית."
msgid ""
-"It appears that you try to flash an image that does not fit into the flash "
-"memory, please verify the image file!"
+"It appears that you are trying to flash an image that does not fit into the "
+"flash memory, please verify the image file!"
msgstr ""
msgid "Java Script required!"
msgstr ""
msgid ""
-"Local domain specification. Names matching this domain are never forwared "
-"and resolved from DHCP or hosts files only"
+"Local domain specification. Names matching this domain are never forwarded "
+"and are resolved from DHCP or hosts files only"
msgstr ""
msgid "Local domain suffix appended to DHCP names and hosts file entries"
msgid "Really reset all changes?"
msgstr ""
+#, fuzzy
msgid ""
-"Really shutdown interface \"%s\" ?\\nYou might lose access to this device if "
-"you are connected via this interface."
+"Really shut down network?\\nYou might lose access to this device if you are "
+"connected via this interface."
msgstr ""
+"האם למחוק את הרשת האלחוטית הזו? המחיקה אינה ניתנת לביטול!\n"
+"ייתכן ותאבד גישה לנתב הזה אם אתה מחובר דרך השרת הזו."
msgid ""
-"Really shutdown network ?\\nYou might lose access to this device if you are "
-"connected via this interface."
+"Really shutdown interface \"%s\" ?\\nYou might lose access to this device if "
+"you are connected via this interface."
msgstr ""
msgid "Really switch protocol?"
msgid "Services"
msgstr "שירותים"
-msgid "Setup DHCP Server"
-msgstr ""
+#, fuzzy
+msgid "Set up Time Synchronization"
+msgstr "סנכרון זמן"
-msgid "Setup Time Synchronization"
+msgid "Setup DHCP Server"
msgstr ""
msgid "Show current backup file list"
msgid "Sorry, the server encountered an unexpected error."
msgstr "סליחה, השרת נתקל בשגיאה לא צפויה."
+#, fuzzy
msgid ""
-"Sorry, there is no sysupgrade support present, a new firmware image must be "
+"Sorry, there is no sysupgrade support present; a new firmware image must be "
"flashed manually. Please refer to the OpenWrt wiki for device specific "
"install instructions."
msgstr ""
msgid ""
"The <em>Device Configuration</em> section covers physical settings of the "
-"radio hardware such as channel, transmit power or antenna selection which is "
-"shared among all defined wireless networks (if the radio hardware is multi-"
-"SSID capable). Per network settings like encryption or operation mode are "
-"grouped in the <em>Interface Configuration</em>."
+"radio hardware such as channel, transmit power or antenna selection which "
+"are shared among all defined wireless networks (if the radio hardware is "
+"multi-SSID capable). Per network settings like encryption or operation mode "
+"are grouped in the <em>Interface Configuration</em>."
msgstr ""
msgid ""
msgid "The given network name is not unique"
msgstr "השם שניתן לרשת איננו ייחודי"
+#, fuzzy
msgid ""
-"The hardware is not multi-SSID capable and existing configuration will be "
-"replaced if you proceed."
+"The hardware is not multi-SSID capable and the existing configuration will "
+"be replaced if you proceed."
msgstr "החומרה אינה תומכת בריבוי SSID ולכן ההגדרות הנוכחיות יוחלפו אם תמשיך."
msgid ""
msgid ""
"The system is flashing now.<br /> DO NOT POWER OFF THE DEVICE!<br /> Wait a "
-"few minutes until you try to reconnect. It might be necessary to renew the "
+"few minutes before you try to reconnect. It might be necessary to renew the "
"address of your computer to reach the device again, depending on your "
"settings."
msgstr ""
#~ msgid "Wifi networks in your local environment"
#~ msgstr "רשתות Wifi בסביבתך"
-#~ msgid ""
-#~ "Really delete this wireless network? The deletion cannot be undone!\\nYou "
-#~ "might lose access to this router if you are connected via this network."
-#~ msgstr ""
-#~ "האם למחוק את הרשת האלחוטית הזו? המחיקה אינה ניתנת לביטול!\n"
-#~ "ייתכן ותאבד גישה לנתב הזה אם אתה מחובר דרך השרת הזו."
-
#~ msgid "static"
#~ msgstr "סטטי"
"<em>output</em> options set the default policies for traffic entering and "
"leaving this zone while the <em>forward</em> option describes the policy for "
"forwarded traffic between different networks within the zone. <em>Covered "
-"networks</em> specifies which available networks are member of this zone."
+"networks</em> specifies which available networks are members of this zone."
msgstr ""
msgid "To %s at %s on <var>this device</var>"
msgstr ""
msgid ""
-"Note: this will setup this interface for mesh operation, i.e. add to zone "
-"'freifunk' and enable olsr."
+"Note: this will set up this interface for mesh operation, i.e. add it to "
+"zone 'freifunk' and enable olsr."
msgstr ""
msgid "Protect LAN"
msgid "Can only be a valid IPv4 or IPv6 address or 'default'"
msgstr ""
+msgid "Can only be a valid IPv6 address or 'default'"
+msgstr ""
+
msgid "Configuration"
msgstr ""
msgid "HNA validity time"
msgstr ""
+msgid "HNA6 Announcements"
+msgstr ""
+
msgid "Hello"
msgstr ""
"networks using HNA messages."
msgstr ""
+msgid ""
+"Hosts in a OLSR routed network can announce connecitivity to external "
+"networks using HNA6 messages."
+msgstr ""
+
msgid ""
"Hysteresis for link sensing (only for hopcount metric). Hysteresis adds more "
"robustness to the link sensing but delays neighbor registration. Defaults is "
"nodes on this interface by 20%: default 0.8"
msgstr ""
+msgid ""
+"Multiply routes with the factor given here. Allowed values are between 0.01 "
+"and 1.0. It is only used when LQ-Level is greater than 0. Examples:<br /"
+">reduce LQ to fd91:662e:3c58::1 by half: fd91:662e:3c58::1 0.5<br />reduce "
+"LQ to all nodes on this interface by 20%: default 0.8"
+msgstr ""
+
msgid "NAT threshold"
msgstr ""
msgid "OLSR - HNA-Announcements"
msgstr ""
+msgid "OLSR - HNA6-Announcements"
+msgstr ""
+
msgid "OLSR - Plugins"
msgstr ""
"IP of the first interface."
msgstr ""
+msgid ""
+"Sets the main IP (originator ip) of the router. This IP will NEVER change "
+"during the uptime of olsrd. Default is ::, which triggers usage of the IP of "
+"the first interface."
+msgstr ""
+
msgid "Show IPv4"
msgstr ""
"Default setting is \"both\"."
msgstr ""
+msgid ""
+"Which kind of uplink is exported to the other mesh nodes. An uplink is "
+"detected by looking for a local HNA6 ::ffff:0:0/96 or 2000::/3. Default "
+"setting is \"both\"."
+msgstr ""
+
msgid "Willingness"
msgstr ""
msgstr ""
msgid ""
-"Watchcat allows to configure a periodic reboot and/or when internet "
-"connection has been lost for a certain period of time."
+"Watchcat allows configuring a periodic reboot when the Internet connection "
+"has been lost for a certain period of time."
msgstr ""
msgid ""
-"When rebooting the system the watchcat will trigger a soft reboot, Entering "
-"a non zero value here, will trigger a delayed hard reboot if the soft reboot "
+"When rebooting the system, the watchcat will trigger a soft reboot. Entering "
+"a non zero value here will trigger a delayed hard reboot if the soft reboot "
"fails. Enter a number of seconds to enable, use 0 to disable"
msgstr ""
msgstr ""
msgid ""
-"Sometimes only one of both tools work. If one of fails, try the other one"
+"Sometimes only one of the two tools works. If one fails, try the other one"
msgstr ""
msgid "Specifies the interface the WoL packet is sent on"
msgstr ""
msgid ""
-"Wondershaper uses traffic shaping to ensure low latencies for interactive "
-"traffic even when your internet connection is highly saturated."
+"Wondershaper shapes traffic to ensure low latencies for interactive traffic "
+"even when your internet connection is highly saturated."
msgstr ""
msgid "AHCP Server"
msgstr "AHCP kiszolgáló"
+#, fuzzy
msgid ""
"AHCP is an autoconfiguration protocol for IPv6 and dual-stack IPv6/IPv4 "
-"networks designed to be used in place of router discovery and DHCP on "
+"networks designed to be used in place of router discovery or DHCP on "
"networks where it is difficult or impossible to configure a server within "
"every link-layer broadcast domain, for example mobile ad-hoc networks."
msgstr ""
msgid "Expires"
msgstr "Lejárat"
+#, fuzzy
msgid ""
-"Expiry time of leased addresses, minimum is 2 Minutes (<code>2m</code>)."
+"Expiry time of leased addresses, minimum is 2 minutes (<code>2m</code>)."
msgstr "A bérelt címek lejárati ideje, a minimális érték 2 perc."
msgid "External"
msgid "Invalid username and/or password! Please try again."
msgstr "Érvénytelen felhasználói név és/vagy jelszó! Kérem próbálja újra!"
+#, fuzzy
msgid ""
-"It appears that you try to flash an image that does not fit into the flash "
-"memory, please verify the image file!"
+"It appears that you are trying to flash an image that does not fit into the "
+"flash memory, please verify the image file!"
msgstr ""
"Úgy tűnik, hogy a flash-elendő kép-file nem fér el a Flash-memóriába. Kérem "
"ellenőrizze a kép fájlt!"
msgid "Local domain"
msgstr "Helyi tartomány"
+#, fuzzy
msgid ""
-"Local domain specification. Names matching this domain are never forwared "
-"and resolved from DHCP or hosts files only"
+"Local domain specification. Names matching this domain are never forwarded "
+"and are resolved from DHCP or hosts files only"
msgstr ""
"Helyi tartomány meghatározása. Az ezzel a tartománnyal egyező nevek soha "
"nincsenek továbbítva és csak DHCP-n vagy host fájlok által kerülnek "
msgid "Really reset all changes?"
msgstr "Biztos, hogy visszavonja az összes módosítást?"
+#, fuzzy
+msgid ""
+"Really shut down network?\\nYou might lose access to this device if you are "
+"connected via this interface."
+msgstr ""
+"Biztos, hogy leállítja a hálózatot?!\n"
+" Lehet, hogy elveszti a hozzáférést az eszközhöz, amennyiben ezen a "
+"hálózaton keresztül kapcsolódik."
+
msgid ""
"Really shutdown interface \"%s\" ?\\nYou might lose access to this device if "
"you are connected via this interface."
" Lehet, hogy elveszti a hozzáférést az eszközhöz, amennyiben ezen az "
"interfészen keresztül kapcsolódik."
-msgid ""
-"Really shutdown network ?\\nYou might lose access to this device if you are "
-"connected via this interface."
-msgstr ""
-"Biztos, hogy leállítja a hálózatot?!\n"
-" Lehet, hogy elveszti a hozzáférést az eszközhöz, amennyiben ezen a "
-"hálózaton keresztül kapcsolódik."
-
msgid "Really switch protocol?"
msgstr "Biztos, hogy cserélni szeretné a protokollt?"
msgid "Services"
msgstr "Szolgáltatások"
+#, fuzzy
+msgid "Set up Time Synchronization"
+msgstr "Idő szinkronizálás beállítása"
+
msgid "Setup DHCP Server"
msgstr "DHCP kiszolgáló beállítása"
-msgid "Setup Time Synchronization"
-msgstr "Idő szinkronizálás beállítása"
-
msgid "Show current backup file list"
msgstr "Mentendő fájlok aktuális listájának megjelenítése"
msgid "Sorry, the server encountered an unexpected error."
msgstr "Sajnálom, a szerver váratlan hibát észlelt."
+#, fuzzy
msgid ""
-"Sorry, there is no sysupgrade support present, a new firmware image must be "
+"Sorry, there is no sysupgrade support present; a new firmware image must be "
"flashed manually. Please refer to the OpenWrt wiki for device specific "
"install instructions."
msgstr ""
msgid "Terminate"
msgstr "Megszakítás"
+#, fuzzy
msgid ""
"The <em>Device Configuration</em> section covers physical settings of the "
-"radio hardware such as channel, transmit power or antenna selection which is "
-"shared among all defined wireless networks (if the radio hardware is multi-"
-"SSID capable). Per network settings like encryption or operation mode are "
-"grouped in the <em>Interface Configuration</em>."
+"radio hardware such as channel, transmit power or antenna selection which "
+"are shared among all defined wireless networks (if the radio hardware is "
+"multi-SSID capable). Per network settings like encryption or operation mode "
+"are grouped in the <em>Interface Configuration</em>."
msgstr ""
"Az <em>Eszköz beállítások</em> szakasz a rádió hardver fizikai beállításait, "
"úgymint csatorna, adóteljesítmény vagy antenna választás teszi lehetővé, "
msgid "The given network name is not unique"
msgstr "A megadott hálózati név már létezik"
+#, fuzzy
msgid ""
-"The hardware is not multi-SSID capable and existing configuration will be "
-"replaced if you proceed."
+"The hardware is not multi-SSID capable and the existing configuration will "
+"be replaced if you proceed."
msgstr ""
"A hardver nem képes többszörös SSID kezelésre ezért a meglévő beállítások "
"elvesznek ha folytatja."
"when finished."
msgstr "A rendszer most törli a konfigurációs partíciót majd újraindul."
+#, fuzzy
msgid ""
"The system is flashing now.<br /> DO NOT POWER OFF THE DEVICE!<br /> Wait a "
-"few minutes until you try to reconnect. It might be necessary to renew the "
+"few minutes before you try to reconnect. It might be necessary to renew the "
"address of your computer to reach the device again, depending on your "
"settings."
msgstr ""
"Ez a lap lehetővé teszi a forgalmi szabály bejegyzés speciális "
"tulajdonságainak módosítását, mint a forrás- és célgépek megfeleltetése."
+#, fuzzy
msgid ""
"This section defines common properties of %q. The <em>input</em> and "
"<em>output</em> options set the default policies for traffic entering and "
"leaving this zone while the <em>forward</em> option describes the policy for "
"forwarded traffic between different networks within the zone. <em>Covered "
-"networks</em> specifies which available networks are member of this zone."
+"networks</em> specifies which available networks are members of this zone."
msgstr ""
"Ez a rész a(z) %q általános beállításait határozza meg. A <em>bejövő</em> és "
"<em>kimenő</em> beállítások határozzák meg a zónába be- és kilépő forgalom "
msgstr ""
msgid ""
-"Note: this will setup this interface for mesh operation, i.e. add to zone "
-"'freifunk' and enable olsr."
+"Note: this will set up this interface for mesh operation, i.e. add it to "
+"zone 'freifunk' and enable olsr."
msgstr ""
msgid "Protect LAN"
msgid "Can only be a valid IPv4 or IPv6 address or 'default'"
msgstr ""
+msgid "Can only be a valid IPv6 address or 'default'"
+msgstr ""
+
msgid "Configuration"
msgstr ""
msgid "HNA validity time"
msgstr ""
+msgid "HNA6 Announcements"
+msgstr ""
+
msgid "Hello"
msgstr ""
"networks using HNA messages."
msgstr ""
+msgid ""
+"Hosts in a OLSR routed network can announce connecitivity to external "
+"networks using HNA6 messages."
+msgstr ""
+
msgid ""
"Hysteresis for link sensing (only for hopcount metric). Hysteresis adds more "
"robustness to the link sensing but delays neighbor registration. Defaults is "
"nodes on this interface by 20%: default 0.8"
msgstr ""
+msgid ""
+"Multiply routes with the factor given here. Allowed values are between 0.01 "
+"and 1.0. It is only used when LQ-Level is greater than 0. Examples:<br /"
+">reduce LQ to fd91:662e:3c58::1 by half: fd91:662e:3c58::1 0.5<br />reduce "
+"LQ to all nodes on this interface by 20%: default 0.8"
+msgstr ""
+
msgid "NAT threshold"
msgstr ""
msgid "OLSR - HNA-Announcements"
msgstr ""
+msgid "OLSR - HNA6-Announcements"
+msgstr ""
+
msgid "OLSR - Plugins"
msgstr ""
"IP of the first interface."
msgstr ""
+msgid ""
+"Sets the main IP (originator ip) of the router. This IP will NEVER change "
+"during the uptime of olsrd. Default is ::, which triggers usage of the IP of "
+"the first interface."
+msgstr ""
+
msgid "Show IPv4"
msgstr ""
"Default setting is \"both\"."
msgstr ""
+msgid ""
+"Which kind of uplink is exported to the other mesh nodes. An uplink is "
+"detected by looking for a local HNA6 ::ffff:0:0/96 or 2000::/3. Default "
+"setting is \"both\"."
+msgstr ""
+
msgid "Willingness"
msgstr ""
msgstr ""
msgid ""
-"Watchcat allows to configure a periodic reboot and/or when internet "
-"connection has been lost for a certain period of time."
+"Watchcat allows configuring a periodic reboot when the Internet connection "
+"has been lost for a certain period of time."
msgstr ""
msgid ""
-"When rebooting the system the watchcat will trigger a soft reboot, Entering "
-"a non zero value here, will trigger a delayed hard reboot if the soft reboot "
+"When rebooting the system, the watchcat will trigger a soft reboot. Entering "
+"a non zero value here will trigger a delayed hard reboot if the soft reboot "
"fails. Enter a number of seconds to enable, use 0 to disable"
msgstr ""
msgid "Network interface to use"
msgstr "Használandó interfész"
+#, fuzzy
msgid ""
-"Sometimes only one of both tools work. If one of fails, try the other one"
+"Sometimes only one of the two tools works. If one fails, try the other one"
msgstr ""
"Néha csak az egyik eszköz működik. Ha valamelyik nem működik, próbálja ki a "
"másikat."
msgid "Wondershaper settings"
msgstr "Wondershaper beállítások"
+#, fuzzy
msgid ""
-"Wondershaper uses traffic shaping to ensure low latencies for interactive "
-"traffic even when your internet connection is highly saturated."
+"Wondershaper shapes traffic to ensure low latencies for interactive traffic "
+"even when your internet connection is highly saturated."
msgstr ""
"A Wondershaper 'traffic shaping'-et használatával biztosítja az interaktív "
"forgalom alacsony késleletetését még akkor is ha az internet kapcsolat "
msgid "AHCP Server"
msgstr "Server AHCP"
+#, fuzzy
msgid ""
"AHCP is an autoconfiguration protocol for IPv6 and dual-stack IPv6/IPv4 "
-"networks designed to be used in place of router discovery and DHCP on "
+"networks designed to be used in place of router discovery or DHCP on "
"networks where it is difficult or impossible to configure a server within "
"every link-layer broadcast domain, for example mobile ad-hoc networks."
msgstr ""
msgid "Expires"
msgstr "Scadenze"
+#, fuzzy
msgid ""
-"Expiry time of leased addresses, minimum is 2 Minutes (<code>2m</code>)."
+"Expiry time of leased addresses, minimum is 2 minutes (<code>2m</code>)."
msgstr ""
"Tempo di scadenza di indirizzi localizzati, il minimo è di 2 minuti (<code> "
"2m </ code>)."
msgid "Invalid username and/or password! Please try again."
msgstr "Username o password non validi! Per favore riprova."
+#, fuzzy
msgid ""
-"It appears that you try to flash an image that does not fit into the flash "
-"memory, please verify the image file!"
+"It appears that you are trying to flash an image that does not fit into the "
+"flash memory, please verify the image file!"
msgstr ""
"Sembra tu stia provando a flashare un'immagine più grande delle dimensioni "
"della memoria flash, per favore controlla il file!"
msgid "Local domain"
msgstr "Dominio Locale"
+#, fuzzy
msgid ""
-"Local domain specification. Names matching this domain are never forwared "
-"and resolved from DHCP or hosts files only"
+"Local domain specification. Names matching this domain are never forwarded "
+"and are resolved from DHCP or hosts files only"
msgstr ""
"Specifiche dominio locale. I nomi di dominio corrispondenti a questi criteri "
"non sono mai inoltrate e risolti solo da DHCP o file hosts"
msgid "Really reset all changes?"
msgstr ""
+#, fuzzy
msgid ""
-"Really shutdown interface \"%s\" ?\\nYou might lose access to this device if "
-"you are connected via this interface."
+"Really shut down network?\\nYou might lose access to this device if you are "
+"connected via this interface."
msgstr ""
+"Vuoi davvero spegnere questa interfaccia \"%s\" ?\\nPotresti perdere "
+"l'accesso a questo router se stai usando questa interfaccia."
msgid ""
-"Really shutdown network ?\\nYou might lose access to this device if you are "
-"connected via this interface."
+"Really shutdown interface \"%s\" ?\\nYou might lose access to this device if "
+"you are connected via this interface."
msgstr ""
msgid "Really switch protocol?"
msgid "Services"
msgstr "Servizi"
-msgid "Setup DHCP Server"
+msgid "Set up Time Synchronization"
msgstr ""
-msgid "Setup Time Synchronization"
+msgid "Setup DHCP Server"
msgstr ""
msgid "Show current backup file list"
msgid "Sorry, the server encountered an unexpected error."
msgstr "Spiacente, il server ha rilevato un errore imprevisto."
+#, fuzzy
msgid ""
-"Sorry, there is no sysupgrade support present, a new firmware image must be "
+"Sorry, there is no sysupgrade support present; a new firmware image must be "
"flashed manually. Please refer to the OpenWrt wiki for device specific "
"install instructions."
msgstr ""
msgid "Terminate"
msgstr "Termina"
+#, fuzzy
msgid ""
"The <em>Device Configuration</em> section covers physical settings of the "
-"radio hardware such as channel, transmit power or antenna selection which is "
-"shared among all defined wireless networks (if the radio hardware is multi-"
-"SSID capable). Per network settings like encryption or operation mode are "
-"grouped in the <em>Interface Configuration</em>."
+"radio hardware such as channel, transmit power or antenna selection which "
+"are shared among all defined wireless networks (if the radio hardware is "
+"multi-SSID capable). Per network settings like encryption or operation mode "
+"are grouped in the <em>Interface Configuration</em>."
msgstr ""
"La sezione <em>Configurazione del Dispositivo</em> illustra le impostazioni "
"fisiche del hardware radio come canale, la potenza di trasmissione o la "
msgstr ""
msgid ""
-"The hardware is not multi-SSID capable and existing configuration will be "
-"replaced if you proceed."
+"The hardware is not multi-SSID capable and the existing configuration will "
+"be replaced if you proceed."
msgstr ""
msgid ""
"when finished."
msgstr ""
+#, fuzzy
msgid ""
"The system is flashing now.<br /> DO NOT POWER OFF THE DEVICE!<br /> Wait a "
-"few minutes until you try to reconnect. It might be necessary to renew the "
+"few minutes before you try to reconnect. It might be necessary to renew the "
"address of your computer to reach the device again, depending on your "
"settings."
msgstr ""
#~ "Vuoi davvero cancellare questa rete wireless? Non potrai tornare indietro!"
#~ "\\nPotresti perdere l'accesso a questo router se stai usando questa rete."
-#~ msgid ""
-#~ "Really shutdown interface \"%s\" ?\\nYou might lose access to this router "
-#~ "if you are connected via this interface."
-#~ msgstr ""
-#~ "Vuoi davvero spegnere questa interfaccia \"%s\" ?\\nPotresti perdere "
-#~ "l'accesso a questo router se stai usando questa interfaccia."
-
#~ msgid ""
#~ "The network ports on your router can be combined to several <abbr title="
#~ "\"Virtual Local Area Network\">VLAN</abbr>s in which computers can "
"<em>output</em> options set the default policies for traffic entering and "
"leaving this zone while the <em>forward</em> option describes the policy for "
"forwarded traffic between different networks within the zone. <em>Covered "
-"networks</em> specifies which available networks are member of this zone."
+"networks</em> specifies which available networks are members of this zone."
msgstr ""
msgid "To %s at %s on <var>this device</var>"
msgid "Mesh Wizard"
msgstr "Configurazione Rete"
+#, fuzzy
msgid ""
-"Note: this will setup this interface for mesh operation, i.e. add to zone "
-"'freifunk' and enable olsr."
+"Note: this will set up this interface for mesh operation, i.e. add it to "
+"zone 'freifunk' and enable olsr."
msgstr ""
"Nota: questo permette di configurare questa interfaccia per il funzionamento "
"in rete, vale a dire aggiungere nella zona 'Freifunk' e consentire OLSR."
msgid "Can only be a valid IPv4 or IPv6 address or 'default'"
msgstr ""
+msgid "Can only be a valid IPv6 address or 'default'"
+msgstr ""
+
msgid "Configuration"
msgstr "Configurazione"
msgid "HNA validity time"
msgstr "Durata di validità HNA"
+#, fuzzy
+msgid "HNA6 Announcements"
+msgstr "Annuncio di HNA"
+
msgid "Hello"
msgstr "Ciao"
"networks using HNA messages."
msgstr ""
+msgid ""
+"Hosts in a OLSR routed network can announce connecitivity to external "
+"networks using HNA6 messages."
+msgstr ""
+
msgid ""
"Hysteresis for link sensing (only for hopcount metric). Hysteresis adds more "
"robustness to the link sensing but delays neighbor registration. Defaults is "
"nodes on this interface by 20%: default 0.8"
msgstr ""
+msgid ""
+"Multiply routes with the factor given here. Allowed values are between 0.01 "
+"and 1.0. It is only used when LQ-Level is greater than 0. Examples:<br /"
+">reduce LQ to fd91:662e:3c58::1 by half: fd91:662e:3c58::1 0.5<br />reduce "
+"LQ to all nodes on this interface by 20%: default 0.8"
+msgstr ""
+
msgid "NAT threshold"
msgstr ""
msgid "OLSR - HNA-Announcements"
msgstr ""
+#, fuzzy
+msgid "OLSR - HNA6-Announcements"
+msgstr "Annuncio di HNA"
+
msgid "OLSR - Plugins"
msgstr ""
"IP of the first interface."
msgstr ""
+msgid ""
+"Sets the main IP (originator ip) of the router. This IP will NEVER change "
+"during the uptime of olsrd. Default is ::, which triggers usage of the IP of "
+"the first interface."
+msgstr ""
+
msgid "Show IPv4"
msgstr ""
"cercando un HNA del tipo 0.0.0.0/0, ::ffff:0:0/96 or 2000::/3. Default "
"setting is \"both\"."
+#, fuzzy
+msgid ""
+"Which kind of uplink is exported to the other mesh nodes. An uplink is "
+"detected by looking for a local HNA6 ::ffff:0:0/96 or 2000::/3. Default "
+"setting is \"both\"."
+msgstr ""
+"Quale tipo di uplink è mostrato agli altri nodi. Un uplink è individuato "
+"cercando un HNA del tipo 0.0.0.0/0, ::ffff:0:0/96 or 2000::/3. Default "
+"setting is \"both\"."
+
msgid "Willingness"
msgstr ""
msgid "Watchcat"
msgstr "Watchcat"
+#, fuzzy
msgid ""
-"Watchcat allows to configure a periodic reboot and/or when internet "
-"connection has been lost for a certain period of time."
+"Watchcat allows configuring a periodic reboot when the Internet connection "
+"has been lost for a certain period of time."
msgstr ""
"Watchcat ti permette di configurare un riavvio periodico quando la "
"connessione a internet è stata persa per un certo periodo."
+#, fuzzy
msgid ""
-"When rebooting the system the watchcat will trigger a soft reboot, Entering "
-"a non zero value here, will trigger a delayed hard reboot if the soft reboot "
+"When rebooting the system, the watchcat will trigger a soft reboot. Entering "
+"a non zero value here will trigger a delayed hard reboot if the soft reboot "
"fails. Enter a number of seconds to enable, use 0 to disable"
msgstr ""
"Quando watchcat vuole riavviare il sistema usa un soft reboot, immetendo un "
msgid "Network interface to use"
msgstr "Interfacci di rete da usare"
+#, fuzzy
msgid ""
-"Sometimes only one of both tools work. If one of fails, try the other one"
+"Sometimes only one of the two tools works. If one fails, try the other one"
msgstr ""
"Avvolte solo uno dei due tools funziona. Se uno fallisce, tenta di usare il "
"secondo"
msgid "Wondershaper settings"
msgstr "Impostazioni Wondershaper"
+#, fuzzy
msgid ""
-"Wondershaper uses traffic shaping to ensure low latencies for interactive "
-"traffic even when your internet connection is highly saturated."
+"Wondershaper shapes traffic to ensure low latencies for interactive traffic "
+"even when your internet connection is highly saturated."
msgstr ""
"WonderShaper usa la regolazione del traffico per garantire bassa latenza per "
"il traffico interattivo anche quando la connessione a Internet è molto "
msgid "AHCP Server"
msgstr "AHCPサーバー"
+#, fuzzy
msgid ""
"AHCP is an autoconfiguration protocol for IPv6 and dual-stack IPv6/IPv4 "
-"networks designed to be used in place of router discovery and DHCP on "
+"networks designed to be used in place of router discovery or DHCP on "
"networks where it is difficult or impossible to configure a server within "
"every link-layer broadcast domain, for example mobile ad-hoc networks."
msgstr ""
msgid "Expires"
msgstr "期限切れ"
+#, fuzzy
msgid ""
-"Expiry time of leased addresses, minimum is 2 Minutes (<code>2m</code>)."
+"Expiry time of leased addresses, minimum is 2 minutes (<code>2m</code>)."
msgstr ""
"リースアドレスの有効時間を入力します。最小設定値は2分です。 (<code>2m</"
"code>)."
msgid "Invalid username and/or password! Please try again."
msgstr "ユーザー名とパスワードが不正です! もう一度入力してください。"
+#, fuzzy
msgid ""
-"It appears that you try to flash an image that does not fit into the flash "
-"memory, please verify the image file!"
+"It appears that you are trying to flash an image that does not fit into the "
+"flash memory, please verify the image file!"
msgstr ""
"更新しようとしたイメージファイルはこのフラッシュメモリに適合しません。もう一"
"度イメージファイルを確認してください!"
msgstr "ローカルドメイン"
msgid ""
-"Local domain specification. Names matching this domain are never forwared "
-"and resolved from DHCP or hosts files only"
+"Local domain specification. Names matching this domain are never forwarded "
+"and are resolved from DHCP or hosts files only"
msgstr ""
msgid "Local domain suffix appended to DHCP names and hosts file entries"
msgid "Really reset all changes?"
msgstr "本当に全ての変更をリセットしますか?"
+#, fuzzy
+msgid ""
+"Really shut down network?\\nYou might lose access to this device if you are "
+"connected via this interface."
+msgstr ""
+"本当にネットワークを停止しますか?\n"
+"このネットワークを経由して接続している場合、デバイスにアクセスできなくなる場"
+"合があります。"
+
msgid ""
"Really shutdown interface \"%s\" ?\\nYou might lose access to this device if "
"you are connected via this interface."
"このインターフェースを経由して接続している場合、デバイスにアクセスできなくな"
"る場合があります。"
-msgid ""
-"Really shutdown network ?\\nYou might lose access to this device if you are "
-"connected via this interface."
-msgstr ""
-"本当にネットワークを停止しますか?\n"
-"このネットワークを経由して接続している場合、デバイスにアクセスできなくなる場"
-"合があります。"
-
msgid "Really switch protocol?"
msgstr "本当にプロトコルを切り替えますか?"
msgid "Services"
msgstr "サービス"
+#, fuzzy
+msgid "Set up Time Synchronization"
+msgstr "時刻設定"
+
msgid "Setup DHCP Server"
msgstr "DHCPサーバーを設定"
-msgid "Setup Time Synchronization"
-msgstr ""
-
msgid "Show current backup file list"
msgstr "現在のバックアップファイルのリストを表示する"
msgid "Sorry, the server encountered an unexpected error."
msgstr "申し訳ありません。サーバーに予期せぬエラーが発生しました。"
+#, fuzzy
msgid ""
-"Sorry, there is no sysupgrade support present, a new firmware image must be "
+"Sorry, there is no sysupgrade support present; a new firmware image must be "
"flashed manually. Please refer to the OpenWrt wiki for device specific "
"install instructions."
msgstr ""
msgid "Terminate"
msgstr "停止"
+#, fuzzy
msgid ""
"The <em>Device Configuration</em> section covers physical settings of the "
-"radio hardware such as channel, transmit power or antenna selection which is "
-"shared among all defined wireless networks (if the radio hardware is multi-"
-"SSID capable). Per network settings like encryption or operation mode are "
-"grouped in the <em>Interface Configuration</em>."
+"radio hardware such as channel, transmit power or antenna selection which "
+"are shared among all defined wireless networks (if the radio hardware is "
+"multi-SSID capable). Per network settings like encryption or operation mode "
+"are grouped in the <em>Interface Configuration</em>."
msgstr ""
"<em>デバイス設定</em>セクションでは、チャネル、送信出力、アンテナ設定などの無"
"線ハードウェアの設定を行います。また、無線ハードウェアがマルチSSID機能をサ"
msgid "The given network name is not unique"
msgstr "設定されたネットワーク名はユニークなものではありません"
+#, fuzzy
msgid ""
-"The hardware is not multi-SSID capable and existing configuration will be "
-"replaced if you proceed."
+"The hardware is not multi-SSID capable and the existing configuration will "
+"be replaced if you proceed."
msgstr ""
"このハードウェアではマルチESSIDを設定することができないため、続行した場合、設"
"定は既存の設定と置き換えられます。"
"when finished."
msgstr "システムは設定領域を消去中です。完了後、自動的に再起動します。"
+#, fuzzy
msgid ""
"The system is flashing now.<br /> DO NOT POWER OFF THE DEVICE!<br /> Wait a "
-"few minutes until you try to reconnect. It might be necessary to renew the "
+"few minutes before you try to reconnect. It might be necessary to renew the "
"address of your computer to reach the device again, depending on your "
"settings."
msgstr ""
#~ msgstr "HE.net ユーザーID"
#~ msgid "This is the 32 byte hex encoded user ID, not the login name"
-#~ msgstr "ログイン名ではなく、32バイト、16進数でエンコードされたユーザーIDを設定してください"
+#~ msgstr ""
+#~ "ログイン名ではなく、32バイト、16進数でエンコードされたユーザーIDを設定して"
+#~ "ください"
#~ msgid "40MHz 2nd channel above"
#~ msgstr "40MHz 上側第2チャネル"
"このページでは、各トラフィックルールの送信元・宛先ホストの設定などの詳細設定"
"を行うことができます。"
+#, fuzzy
msgid ""
"This section defines common properties of %q. The <em>input</em> and "
"<em>output</em> options set the default policies for traffic entering and "
"leaving this zone while the <em>forward</em> option describes the policy for "
"forwarded traffic between different networks within the zone. <em>Covered "
-"networks</em> specifies which available networks are member of this zone."
+"networks</em> specifies which available networks are members of this zone."
msgstr ""
"このセクションでは、%sの標準的な動作を設定します。<em>受信</em>及び<em>送信</"
"em>オプションは、このゾーンに対して入出力するトラフィックに対する標準のポリ"
msgstr ""
msgid ""
-"Note: this will setup this interface for mesh operation, i.e. add to zone "
-"'freifunk' and enable olsr."
+"Note: this will set up this interface for mesh operation, i.e. add it to "
+"zone 'freifunk' and enable olsr."
msgstr ""
msgid "Protect LAN"
msgid "Can only be a valid IPv4 or IPv6 address or 'default'"
msgstr ""
+msgid "Can only be a valid IPv6 address or 'default'"
+msgstr ""
+
msgid "Configuration"
msgstr "設定"
msgid "HNA validity time"
msgstr "HNA 有効時間"
+#, fuzzy
+msgid "HNA6 Announcements"
+msgstr "HNA 通知"
+
msgid "Hello"
msgstr "Hello"
"networks using HNA messages."
msgstr ""
+msgid ""
+"Hosts in a OLSR routed network can announce connecitivity to external "
+"networks using HNA6 messages."
+msgstr ""
+
msgid ""
"Hysteresis for link sensing (only for hopcount metric). Hysteresis adds more "
"robustness to the link sensing but delays neighbor registration. Defaults is "
"nodes on this interface by 20%: default 0.8"
msgstr ""
+#, fuzzy
+msgid ""
+"Multiply routes with the factor given here. Allowed values are between 0.01 "
+"and 1.0. It is only used when LQ-Level is greater than 0. Examples:<br /"
+">reduce LQ to fd91:662e:3c58::1 by half: fd91:662e:3c58::1 0.5<br />reduce "
+"LQ to all nodes on this interface by 20%: default 0.8"
+msgstr ""
+"経路のLQと設定値の乗算を行います。設定可能な値は0.01-1です。この設定はLQ レベ"
+"ルが0以上の場合のみ設定可能です。<br />例:192.168.0.1へのLQを半分にする場合: "
+"192.168.0.1 0.5<br />このインターフェースから全てのノードへ対して20%減らす場"
+"合: default 0.8"
+
msgid "NAT threshold"
msgstr "NAT しきい値"
msgid "OLSR - HNA-Announcements"
msgstr "OLSR - HNA (Host and Network Association) 通知"
+#, fuzzy
+msgid "OLSR - HNA6-Announcements"
+msgstr "OLSR - HNA (Host and Network Association) 通知"
+
msgid "OLSR - Plugins"
msgstr "OLSR - プラグイン"
"して変更しません。標準設定は0.0.0.0であり、プライマリ・インターフェースのIPを"
"自動的に使用します。"
+#, fuzzy
+msgid ""
+"Sets the main IP (originator ip) of the router. This IP will NEVER change "
+"during the uptime of olsrd. Default is ::, which triggers usage of the IP of "
+"the first interface."
+msgstr ""
+"ルーターのメインIP (発信元IP)を設定してください。このIPは、OLSRdの稼働中は決"
+"して変更しません。標準設定は0.0.0.0であり、プライマリ・インターフェースのIPを"
+"自動的に使用します。"
+
msgid "Show IPv4"
msgstr ""
"ローカルのHNAである0.0.0.0/0、::ffff:0:0/96、2000::/3を探索することで検出しま"
"す。標準設定は、\"both\"です。"
+#, fuzzy
+msgid ""
+"Which kind of uplink is exported to the other mesh nodes. An uplink is "
+"detected by looking for a local HNA6 ::ffff:0:0/96 or 2000::/3. Default "
+"setting is \"both\"."
+msgstr ""
+"どのアップリンクを他のメッシュノードへ通知するかを設定します。アップリンクは"
+"ローカルのHNAである0.0.0.0/0、::ffff:0:0/96、2000::/3を探索することで検出しま"
+"す。標準設定は、\"both\"です。"
+
msgid "Willingness"
msgstr "Willingness"
#~ "Make sure that OLSRd is running, the \"txtinfo\" plugin is loaded, "
#~ "configured on port 2006 and accepts connections from \"127.0.0.1\"."
#~ msgstr ""
-#~ "OLSRdが稼働中であること、\"txinfo\"プラグインがロードされていること、ポート2006番が設定されていること、\"127.0.0.1\"からの接続が"
-#~ "許可されていることを確認してください。"
-
-#~ msgid ""
-#~ "Multiply routes with the factor given here. Allowed values are between "
-#~ "0.01 and 1. It is only used when LQ-Level is greater than 0. Examples:"
-#~ "<br />reduce LQ to 192.168.0.1 by half: 192.168.0.1 0.5<br />reduce LQ to "
-#~ "all nodes on this interface by 20%: default 0.8"
-#~ msgstr ""
-#~ "経路のLQと設定値の乗算を行います。設定可能な値は0.01-1です。この設定はLQ レベルが0以上の場合のみ設定可能です。<br "
-#~ "/>例:192.168.0.1へのLQを半分にする場合: 192.168.0.1 0.5<br />このインターフェースから全てのノードへ対して20%"
-#~ "減らす場合: default 0.8"
+#~ "OLSRdが稼働中であること、\"txinfo\"プラグインがロードされていること、ポー"
+#~ "ト2006番が設定されていること、\"127.0.0.1\"からの接続が許可されていること"
+#~ "を確認してください。"
"How often to check internet connection. Default unit is seconds, you can you "
"use the suffix 'm' for minutes, 'h' for hours or 'd' for days"
msgstr ""
-"どの程度の間隔でインターネット接続をチェックするか設定します。標準の単位は秒ですが、'm'を接尾に付けると分、'h'を付けると時、'd'を付けると日数に"
-"設定されます。"
+"どの程度の間隔でインターネット接続をチェックするか設定します。標準の単位は秒"
+"ですが、'm'を接尾に付けると分、'h'を付けると時、'd'を付けると日数に設定されま"
+"す。"
msgid ""
"In periodic mode, it defines the reboot period. In internet mode, it defines "
"engaged.Default unit is seconds, you can use the suffix 'm' for minutes, 'h' "
"for hours or 'd' for days"
msgstr ""
-"定期動作モードの場合、再起動する周期を設定します。インターネットモードの場合、インターネット接続が切断状態にある許容する期間を設定します。標準の単位は秒"
-"ですが、'm'を接尾に付けると分、'h'を付けると時、'd'を付けると日数に設定されます。"
+"定期動作モードの場合、再起動する周期を設定します。インターネットモードの場"
+"合、インターネット接続が切断状態にある許容する期間を設定します。標準の単位は"
+"秒ですが、'm'を接尾に付けると分、'h'を付けると時、'd'を付けると日数に設定され"
+"ます。"
msgid "Operating mode"
msgstr "動作モード"
msgid "Watchcat"
msgstr "Watchcat"
+#, fuzzy
msgid ""
-"Watchcat allows to configure a periodic reboot and/or when internet "
-"connection has been lost for a certain period of time."
+"Watchcat allows configuring a periodic reboot when the Internet connection "
+"has been lost for a certain period of time."
msgstr ""
"Watchcatでは、定期的な再起動や、インターネット接続が一定期間切断された際の再"
"起動を行うような設定が可能です。"
+#, fuzzy
msgid ""
-"When rebooting the system the watchcat will trigger a soft reboot, Entering "
-"a non zero value here, will trigger a delayed hard reboot if the soft reboot "
+"When rebooting the system, the watchcat will trigger a soft reboot. Entering "
+"a non zero value here will trigger a delayed hard reboot if the soft reboot "
"fails. Enter a number of seconds to enable, use 0 to disable"
msgstr ""
-"再起動時にwatchcatはソフトウェアリセットを実行しますが、0以外の値を設定した場合、ソフトウェアリセットが失敗した際に設定された秒数後にハードウェ"
-"アリセットを行います。0を設定した場合は無効になります。"
+"再起動時にwatchcatはソフトウェアリセットを実行しますが、0以外の値を設定した場"
+"合、ソフトウェアリセットが失敗した際に設定された秒数後にハードウェアリセット"
+"を行います。0を設定した場合は無効になります。"
msgid "Network interface to use"
msgstr "使用するネットワークインターフェース"
+#, fuzzy
msgid ""
-"Sometimes only one of both tools work. If one of fails, try the other one"
+"Sometimes only one of the two tools works. If one fails, try the other one"
msgstr ""
"片方のツールのみが動作する場合があるため、片方が失敗する場合は別のツールを試"
"してみてください。"
msgid "Wondershaper settings"
msgstr "Wondershaper 設定"
+#, fuzzy
msgid ""
-"Wondershaper uses traffic shaping to ensure low latencies for interactive "
-"traffic even when your internet connection is highly saturated."
+"Wondershaper shapes traffic to ensure low latencies for interactive traffic "
+"even when your internet connection is highly saturated."
msgstr ""
"Wondweshaperは、インターネット接続が飽和状態の場合でも、低いレイテンシ・円滑"
"な通信を実現するためにトラフィック・シェーピングを行います。"
msgid ""
"AHCP is an autoconfiguration protocol for IPv6 and dual-stack IPv6/IPv4 "
-"networks designed to be used in place of router discovery and DHCP on "
+"networks designed to be used in place of router discovery or DHCP on "
"networks where it is difficult or impossible to configure a server within "
"every link-layer broadcast domain, for example mobile ad-hoc networks."
msgstr ""
msgstr ""
msgid ""
-"Expiry time of leased addresses, minimum is 2 Minutes (<code>2m</code>)."
+"Expiry time of leased addresses, minimum is 2 minutes (<code>2m</code>)."
msgstr ""
msgid "External"
msgid "Invalid username and/or password! Please try again."
msgstr "Username dan / atau password tak sah! Sila cuba lagi."
+#, fuzzy
msgid ""
-"It appears that you try to flash an image that does not fit into the flash "
-"memory, please verify the image file!"
+"It appears that you are trying to flash an image that does not fit into the "
+"flash memory, please verify the image file!"
msgstr ""
"Tampak bahawa anda cuba untuk flash fail gambar yang tidak sesuai dengan "
"memori flash, sila buat pengesahan pada fail gambar!"
msgstr ""
msgid ""
-"Local domain specification. Names matching this domain are never forwared "
-"and resolved from DHCP or hosts files only"
+"Local domain specification. Names matching this domain are never forwarded "
+"and are resolved from DHCP or hosts files only"
msgstr ""
msgid "Local domain suffix appended to DHCP names and hosts file entries"
msgstr ""
msgid ""
-"Really shutdown interface \"%s\" ?\\nYou might lose access to this device if "
-"you are connected via this interface."
+"Really shut down network?\\nYou might lose access to this device if you are "
+"connected via this interface."
msgstr ""
msgid ""
-"Really shutdown network ?\\nYou might lose access to this device if you are "
-"connected via this interface."
+"Really shutdown interface \"%s\" ?\\nYou might lose access to this device if "
+"you are connected via this interface."
msgstr ""
msgid "Really switch protocol?"
msgid "Services"
msgstr "Perkhidmatan"
-msgid "Setup DHCP Server"
+msgid "Set up Time Synchronization"
msgstr ""
-msgid "Setup Time Synchronization"
+msgid "Setup DHCP Server"
msgstr ""
msgid "Show current backup file list"
msgstr ""
msgid ""
-"Sorry, there is no sysupgrade support present, a new firmware image must be "
+"Sorry, there is no sysupgrade support present; a new firmware image must be "
"flashed manually. Please refer to the OpenWrt wiki for device specific "
"install instructions."
msgstr ""
msgid ""
"The <em>Device Configuration</em> section covers physical settings of the "
-"radio hardware such as channel, transmit power or antenna selection which is "
-"shared among all defined wireless networks (if the radio hardware is multi-"
-"SSID capable). Per network settings like encryption or operation mode are "
-"grouped in the <em>Interface Configuration</em>."
+"radio hardware such as channel, transmit power or antenna selection which "
+"are shared among all defined wireless networks (if the radio hardware is "
+"multi-SSID capable). Per network settings like encryption or operation mode "
+"are grouped in the <em>Interface Configuration</em>."
msgstr ""
msgid ""
msgstr ""
msgid ""
-"The hardware is not multi-SSID capable and existing configuration will be "
-"replaced if you proceed."
+"The hardware is not multi-SSID capable and the existing configuration will "
+"be replaced if you proceed."
msgstr ""
msgid ""
"when finished."
msgstr ""
+#, fuzzy
msgid ""
"The system is flashing now.<br /> DO NOT POWER OFF THE DEVICE!<br /> Wait a "
-"few minutes until you try to reconnect. It might be necessary to renew the "
+"few minutes before you try to reconnect. It might be necessary to renew the "
"address of your computer to reach the device again, depending on your "
"settings."
msgstr ""
"<em>output</em> options set the default policies for traffic entering and "
"leaving this zone while the <em>forward</em> option describes the policy for "
"forwarded traffic between different networks within the zone. <em>Covered "
-"networks</em> specifies which available networks are member of this zone."
+"networks</em> specifies which available networks are members of this zone."
msgstr ""
msgid "To %s at %s on <var>this device</var>"
msgstr ""
msgid ""
-"Note: this will setup this interface for mesh operation, i.e. add to zone "
-"'freifunk' and enable olsr."
+"Note: this will set up this interface for mesh operation, i.e. add it to "
+"zone 'freifunk' and enable olsr."
msgstr ""
msgid "Protect LAN"
msgid "Can only be a valid IPv4 or IPv6 address or 'default'"
msgstr ""
+msgid "Can only be a valid IPv6 address or 'default'"
+msgstr ""
+
msgid "Configuration"
msgstr ""
msgid "HNA validity time"
msgstr ""
+msgid "HNA6 Announcements"
+msgstr ""
+
msgid "Hello"
msgstr ""
"networks using HNA messages."
msgstr ""
+msgid ""
+"Hosts in a OLSR routed network can announce connecitivity to external "
+"networks using HNA6 messages."
+msgstr ""
+
msgid ""
"Hysteresis for link sensing (only for hopcount metric). Hysteresis adds more "
"robustness to the link sensing but delays neighbor registration. Defaults is "
"nodes on this interface by 20%: default 0.8"
msgstr ""
+msgid ""
+"Multiply routes with the factor given here. Allowed values are between 0.01 "
+"and 1.0. It is only used when LQ-Level is greater than 0. Examples:<br /"
+">reduce LQ to fd91:662e:3c58::1 by half: fd91:662e:3c58::1 0.5<br />reduce "
+"LQ to all nodes on this interface by 20%: default 0.8"
+msgstr ""
+
msgid "NAT threshold"
msgstr ""
msgid "OLSR - HNA-Announcements"
msgstr ""
+msgid "OLSR - HNA6-Announcements"
+msgstr ""
+
msgid "OLSR - Plugins"
msgstr ""
"IP of the first interface."
msgstr ""
+msgid ""
+"Sets the main IP (originator ip) of the router. This IP will NEVER change "
+"during the uptime of olsrd. Default is ::, which triggers usage of the IP of "
+"the first interface."
+msgstr ""
+
msgid "Show IPv4"
msgstr ""
"Default setting is \"both\"."
msgstr ""
+msgid ""
+"Which kind of uplink is exported to the other mesh nodes. An uplink is "
+"detected by looking for a local HNA6 ::ffff:0:0/96 or 2000::/3. Default "
+"setting is \"both\"."
+msgstr ""
+
msgid "Willingness"
msgstr ""
msgstr ""
msgid ""
-"Watchcat allows to configure a periodic reboot and/or when internet "
-"connection has been lost for a certain period of time."
+"Watchcat allows configuring a periodic reboot when the Internet connection "
+"has been lost for a certain period of time."
msgstr ""
msgid ""
-"When rebooting the system the watchcat will trigger a soft reboot, Entering "
-"a non zero value here, will trigger a delayed hard reboot if the soft reboot "
+"When rebooting the system, the watchcat will trigger a soft reboot. Entering "
+"a non zero value here will trigger a delayed hard reboot if the soft reboot "
"fails. Enter a number of seconds to enable, use 0 to disable"
msgstr ""
msgstr ""
msgid ""
-"Sometimes only one of both tools work. If one of fails, try the other one"
+"Sometimes only one of the two tools works. If one fails, try the other one"
msgstr ""
msgid "Specifies the interface the WoL packet is sent on"
msgstr ""
msgid ""
-"Wondershaper uses traffic shaping to ensure low latencies for interactive "
-"traffic even when your internet connection is highly saturated."
+"Wondershaper shapes traffic to ensure low latencies for interactive traffic "
+"even when your internet connection is highly saturated."
msgstr ""
#, fuzzy
msgid ""
"AHCP is an autoconfiguration protocol for IPv6 and dual-stack IPv6/IPv4 "
-"networks designed to be used in place of router discovery and DHCP on "
+"networks designed to be used in place of router discovery or DHCP on "
"networks where it is difficult or impossible to configure a server within "
"every link-layer broadcast domain, for example mobile ad-hoc networks."
msgstr ""
msgid "Expires"
msgstr "Utgår"
+#, fuzzy
msgid ""
-"Expiry time of leased addresses, minimum is 2 Minutes (<code>2m</code>)."
+"Expiry time of leased addresses, minimum is 2 minutes (<code>2m</code>)."
msgstr "Utløpstid på leide adresser, minimum er 2 minutter (<code>2m</code>)."
msgid "External"
msgid "Invalid username and/or password! Please try again."
msgstr "Ugyldig brukernavn og/eller passord! Vennligst prøv igjen."
+#, fuzzy
msgid ""
-"It appears that you try to flash an image that does not fit into the flash "
-"memory, please verify the image file!"
+"It appears that you are trying to flash an image that does not fit into the "
+"flash memory, please verify the image file!"
msgstr ""
"Det virker som du prøver å flashe med en firmware som ikke passer inn i "
"flash-minnet, vennligst kontroller firmware filen!"
msgid "Local domain"
msgstr "Lokalt domene"
+#, fuzzy
msgid ""
-"Local domain specification. Names matching this domain are never forwared "
-"and resolved from DHCP or hosts files only"
+"Local domain specification. Names matching this domain are never forwarded "
+"and are resolved from DHCP or hosts files only"
msgstr ""
"Lokalt domene spesifikasjon. Navn som passer dette domenet blir aldri "
"videresendt, de blir kun løst av DHCP eller vertsfiler"
msgid "Really reset all changes?"
msgstr "Vil du nullstille alle endringer?"
+#, fuzzy
msgid ""
-"Really shutdown interface \"%s\" ?\\nYou might lose access to this device if "
-"you are connected via this interface."
+"Really shut down network?\\nYou might lose access to this device if you are "
+"connected via this interface."
msgstr ""
-"Slå av dette grensesnittet \"%s\" ?\n"
+"Slå av dette nettverket ?\n"
"Du kan miste kontakten med ruteren om du er tilkoblet via dette "
"grensesnittet."
msgid ""
-"Really shutdown network ?\\nYou might lose access to this device if you are "
-"connected via this interface."
+"Really shutdown interface \"%s\" ?\\nYou might lose access to this device if "
+"you are connected via this interface."
msgstr ""
-"Slå av dette nettverket ?\n"
+"Slå av dette grensesnittet \"%s\" ?\n"
"Du kan miste kontakten med ruteren om du er tilkoblet via dette "
"grensesnittet."
msgid "Services"
msgstr "Tjenester"
+#, fuzzy
+msgid "Set up Time Synchronization"
+msgstr "Oppsett tidssynkronisering"
+
msgid "Setup DHCP Server"
msgstr "Oppsett DHCP server"
-msgid "Setup Time Synchronization"
-msgstr "Oppsett tidssynkronisering"
-
msgid "Show current backup file list"
msgstr "Vis gjeldende liste med sikkerhetskopifiler"
msgid "Sorry, the server encountered an unexpected error."
msgstr "Beklager, det oppstod en uventet feil på serveren."
+#, fuzzy
msgid ""
-"Sorry, there is no sysupgrade support present, a new firmware image must be "
+"Sorry, there is no sysupgrade support present; a new firmware image must be "
"flashed manually. Please refer to the OpenWrt wiki for device specific "
"install instructions."
msgstr ""
msgid "Terminate"
msgstr "Avslutte"
+#, fuzzy
msgid ""
"The <em>Device Configuration</em> section covers physical settings of the "
-"radio hardware such as channel, transmit power or antenna selection which is "
-"shared among all defined wireless networks (if the radio hardware is multi-"
-"SSID capable). Per network settings like encryption or operation mode are "
-"grouped in the <em>Interface Configuration</em>."
+"radio hardware such as channel, transmit power or antenna selection which "
+"are shared among all defined wireless networks (if the radio hardware is "
+"multi-SSID capable). Per network settings like encryption or operation mode "
+"are grouped in the <em>Interface Configuration</em>."
msgstr ""
"<em>Enhet Konfigurasjon</em> seksjonen omhandler innstillingene av den "
"trådløse enheten som kanaler, sende stryke eller antenne valg. Disse "
msgid "The given network name is not unique"
msgstr "Det angitte nettverksnavnet er ikke unikt"
+#, fuzzy
msgid ""
-"The hardware is not multi-SSID capable and existing configuration will be "
-"replaced if you proceed."
+"The hardware is not multi-SSID capable and the existing configuration will "
+"be replaced if you proceed."
msgstr ""
"Maskinvaren er ikke multi-SSID kapabel og den ekisterende konfigurasjonen "
"vil bli erstattet om du fortsetter."
"Systemet sletter konfigurasjonspartisjonen nå, enheten vil bli startet på "
"nytt når dette er utført."
+#, fuzzy
msgid ""
"The system is flashing now.<br /> DO NOT POWER OFF THE DEVICE!<br /> Wait a "
-"few minutes until you try to reconnect. It might be necessary to renew the "
+"few minutes before you try to reconnect. It might be necessary to renew the "
"address of your computer to reach the device again, depending on your "
"settings."
msgstr ""
"Denne siden lar deg endre de avanserte egenskapene til trafikken regel "
"oppføringer, som for eksempel matchet kilde og destinasjons vert."
+#, fuzzy
msgid ""
"This section defines common properties of %q. The <em>input</em> and "
"<em>output</em> options set the default policies for traffic entering and "
"leaving this zone while the <em>forward</em> option describes the policy for "
"forwarded traffic between different networks within the zone. <em>Covered "
-"networks</em> specifies which available networks are member of this zone."
+"networks</em> specifies which available networks are members of this zone."
msgstr ""
"Denne seksjonen definerer de vanligste valg for %q. Med <em>Inndata</em> og "
"<em>Utdata</em> fastsetter man vanlige regler for trafikk gjennom sonen, "
msgstr ""
msgid ""
-"Note: this will setup this interface for mesh operation, i.e. add to zone "
-"'freifunk' and enable olsr."
+"Note: this will set up this interface for mesh operation, i.e. add it to "
+"zone 'freifunk' and enable olsr."
msgstr ""
msgid "Protect LAN"
msgid "Can only be a valid IPv4 or IPv6 address or 'default'"
msgstr ""
+msgid "Can only be a valid IPv6 address or 'default'"
+msgstr ""
+
msgid "Configuration"
msgstr ""
msgid "HNA validity time"
msgstr ""
+msgid "HNA6 Announcements"
+msgstr ""
+
msgid "Hello"
msgstr ""
"networks using HNA messages."
msgstr ""
+msgid ""
+"Hosts in a OLSR routed network can announce connecitivity to external "
+"networks using HNA6 messages."
+msgstr ""
+
msgid ""
"Hysteresis for link sensing (only for hopcount metric). Hysteresis adds more "
"robustness to the link sensing but delays neighbor registration. Defaults is "
"nodes on this interface by 20%: default 0.8"
msgstr ""
+msgid ""
+"Multiply routes with the factor given here. Allowed values are between 0.01 "
+"and 1.0. It is only used when LQ-Level is greater than 0. Examples:<br /"
+">reduce LQ to fd91:662e:3c58::1 by half: fd91:662e:3c58::1 0.5<br />reduce "
+"LQ to all nodes on this interface by 20%: default 0.8"
+msgstr ""
+
msgid "NAT threshold"
msgstr ""
msgid "OLSR - HNA-Announcements"
msgstr ""
+msgid "OLSR - HNA6-Announcements"
+msgstr ""
+
msgid "OLSR - Plugins"
msgstr ""
"IP of the first interface."
msgstr ""
+msgid ""
+"Sets the main IP (originator ip) of the router. This IP will NEVER change "
+"during the uptime of olsrd. Default is ::, which triggers usage of the IP of "
+"the first interface."
+msgstr ""
+
msgid "Show IPv4"
msgstr ""
"Default setting is \"both\"."
msgstr ""
+msgid ""
+"Which kind of uplink is exported to the other mesh nodes. An uplink is "
+"detected by looking for a local HNA6 ::ffff:0:0/96 or 2000::/3. Default "
+"setting is \"both\"."
+msgstr ""
+
msgid "Willingness"
msgstr ""
msgstr ""
msgid ""
-"Watchcat allows to configure a periodic reboot and/or when internet "
-"connection has been lost for a certain period of time."
+"Watchcat allows configuring a periodic reboot when the Internet connection "
+"has been lost for a certain period of time."
msgstr ""
msgid ""
-"When rebooting the system the watchcat will trigger a soft reboot, Entering "
-"a non zero value here, will trigger a delayed hard reboot if the soft reboot "
+"When rebooting the system, the watchcat will trigger a soft reboot. Entering "
+"a non zero value here will trigger a delayed hard reboot if the soft reboot "
"fails. Enter a number of seconds to enable, use 0 to disable"
msgstr ""
msgid "Choose the host to wake up or enter a custom MAC address to use"
msgstr ""
-"Velg hvilken vert som skal startes opp, eller angi en MAC adresse som "
-"skal brukes"
+"Velg hvilken vert som skal startes opp, eller angi en MAC adresse som skal "
+"brukes"
msgid "Host to wake up"
msgstr "Vert som skal startes opp"
msgid "Network interface to use"
msgstr "Nettverksgrensesnitt"
+#, fuzzy
msgid ""
-"Sometimes only one of both tools work. If one of fails, try the other one"
+"Sometimes only one of the two tools works. If one fails, try the other one"
msgstr ""
-"Noen ganger virker bare ett av disse verktøyene. Hvis ett av de ikke "
-"lykkes med å starte opp verten kan du prøve det andre."
+"Noen ganger virker bare ett av disse verktøyene. Hvis ett av de ikke lykkes "
+"med å starte opp verten kan du prøve det andre."
msgid "Specifies the interface the WoL packet is sent on"
msgstr "Angir grensesnittet som WoL pakken blir sendt ut på"
msgid ""
"Wake on LAN is a mechanism to remotely boot computers in the local network."
msgstr ""
-"Wake on LAN er en mekanisme for å starte opp datamaskiner i det lokale nettverket."
+"Wake on LAN er en mekanisme for å starte opp datamaskiner i det lokale "
+"nettverket."
msgid "Wake up host"
msgstr "Start vert"
msgstr ""
msgid ""
-"Wondershaper uses traffic shaping to ensure low latencies for interactive "
-"traffic even when your internet connection is highly saturated."
+"Wondershaper shapes traffic to ensure low latencies for interactive traffic "
+"even when your internet connection is highly saturated."
msgstr ""
msgid "AHCP Server"
msgstr "Serwer AHCP"
+#, fuzzy
msgid ""
"AHCP is an autoconfiguration protocol for IPv6 and dual-stack IPv6/IPv4 "
-"networks designed to be used in place of router discovery and DHCP on "
+"networks designed to be used in place of router discovery or DHCP on "
"networks where it is difficult or impossible to configure a server within "
"every link-layer broadcast domain, for example mobile ad-hoc networks."
msgstr ""
msgid "Expires"
msgstr "Wygasa"
+#, fuzzy
msgid ""
-"Expiry time of leased addresses, minimum is 2 Minutes (<code>2m</code>)."
+"Expiry time of leased addresses, minimum is 2 minutes (<code>2m</code>)."
msgstr ""
"Czas wygasania dzierżawy adresu, minimum to 2 Minuty (<code>2m</code>)."
msgid "Invalid username and/or password! Please try again."
msgstr "Niewłaściwy login i/lub hasło! Spróbuj ponownie."
+#, fuzzy
msgid ""
-"It appears that you try to flash an image that does not fit into the flash "
-"memory, please verify the image file!"
+"It appears that you are trying to flash an image that does not fit into the "
+"flash memory, please verify the image file!"
msgstr ""
"Wygląda na to, że próbujesz wgrać obraz większy niż twoja pamięć flash, "
"proszę sprawdź czy to właściwy obraz!"
msgid "Local domain"
msgstr "Domena lokalna"
+#, fuzzy
msgid ""
-"Local domain specification. Names matching this domain are never forwared "
-"and resolved from DHCP or hosts files only"
+"Local domain specification. Names matching this domain are never forwarded "
+"and are resolved from DHCP or hosts files only"
msgstr ""
"Specyfikacja domeny lokalnej. Nazwy należące do tej domeny nie są "
"przekazywane dalej ani rozwijane przez DHCP lub tylko pliki hosts"
msgid "Really reset all changes?"
msgstr "Naprawdę usunąć wszelkie zmiany?"
+#, fuzzy
msgid ""
-"Really shutdown interface \"%s\" ?\\nYou might lose access to this device if "
-"you are connected via this interface."
+"Really shut down network?\\nYou might lose access to this device if you are "
+"connected via this interface."
msgstr ""
-"Naprawdę wyłączyć interfejs \"%s\"?\n"
+"Naprawdę wyłączyć tę sieć?\n"
"Możesz stracić dostęp do tego urządzenia jeśli jesteś połączony przez ten "
"interfejs!"
msgid ""
-"Really shutdown network ?\\nYou might lose access to this device if you are "
-"connected via this interface."
+"Really shutdown interface \"%s\" ?\\nYou might lose access to this device if "
+"you are connected via this interface."
msgstr ""
-"Naprawdę wyłączyć tę sieć?\n"
+"Naprawdę wyłączyć interfejs \"%s\"?\n"
"Możesz stracić dostęp do tego urządzenia jeśli jesteś połączony przez ten "
"interfejs!"
msgid "Services"
msgstr "Serwisy"
+#, fuzzy
+msgid "Set up Time Synchronization"
+msgstr "Ustawienia synchronizacji czasu"
+
msgid "Setup DHCP Server"
msgstr "Ustawienia serwera DHCP"
-msgid "Setup Time Synchronization"
-msgstr "Ustawienia synchronizacji czasu"
-
msgid "Show current backup file list"
msgstr "Pokaż aktualną listę plików do backupu"
msgid "Sorry, the server encountered an unexpected error."
msgstr "Przepraszamy, ale serwer napotkał nieoczekiwany błąd."
+#, fuzzy
msgid ""
-"Sorry, there is no sysupgrade support present, a new firmware image must be "
+"Sorry, there is no sysupgrade support present; a new firmware image must be "
"flashed manually. Please refer to the OpenWrt wiki for device specific "
"install instructions."
msgstr ""
msgid "Terminate"
msgstr "Zakończ"
+#, fuzzy
msgid ""
"The <em>Device Configuration</em> section covers physical settings of the "
-"radio hardware such as channel, transmit power or antenna selection which is "
-"shared among all defined wireless networks (if the radio hardware is multi-"
-"SSID capable). Per network settings like encryption or operation mode are "
-"grouped in the <em>Interface Configuration</em>."
+"radio hardware such as channel, transmit power or antenna selection which "
+"are shared among all defined wireless networks (if the radio hardware is "
+"multi-SSID capable). Per network settings like encryption or operation mode "
+"are grouped in the <em>Interface Configuration</em>."
msgstr ""
"Sekcja <em>Konfiguracja Urządzenia</em> zawiera sprzętowe ustawienia toru "
"transmisji radiowej takie jak kanał, moc sygnału, czy wybór anteny, które to "
msgid "The given network name is not unique"
msgstr "Podana sieć NIE jest unikalna"
+#, fuzzy
msgid ""
-"The hardware is not multi-SSID capable and existing configuration will be "
-"replaced if you proceed."
+"The hardware is not multi-SSID capable and the existing configuration will "
+"be replaced if you proceed."
msgstr ""
"Sprzęt nie jest urządzeniem typu multi-SSID, więc bieżąca konfiguracja "
"zostanie nadpisana nową jeśli będziesz kontynuować."
msgstr ""
"System usuwa teraz partycję konfiguracji i zrestartuje się po zakończeniu."
+#, fuzzy
msgid ""
"The system is flashing now.<br /> DO NOT POWER OFF THE DEVICE!<br /> Wait a "
-"few minutes until you try to reconnect. It might be necessary to renew the "
+"few minutes before you try to reconnect. It might be necessary to renew the "
"address of your computer to reach the device again, depending on your "
"settings."
msgstr ""
"Ta strona pozwala zmienić zaawansowane ustawienia reguły ruchu sieciowego, "
"takie jak pasujące źródło i hosty docelowe."
+#, fuzzy
msgid ""
"This section defines common properties of %q. The <em>input</em> and "
"<em>output</em> options set the default policies for traffic entering and "
"leaving this zone while the <em>forward</em> option describes the policy for "
"forwarded traffic between different networks within the zone. <em>Covered "
-"networks</em> specifies which available networks are member of this zone."
+"networks</em> specifies which available networks are members of this zone."
msgstr ""
"Ta sekcja definiuje ustawienia ogólne %q. Opcje <em>\"wejście\"</em> i <em>"
"\"wyjście\"</em> określają domyślną politykę dla ruchu przychodzącego i "
msgid "Mesh Wizard"
msgstr "Kreator Mesh"
+#, fuzzy
msgid ""
-"Note: this will setup this interface for mesh operation, i.e. add to zone "
-"'freifunk' and enable olsr."
+"Note: this will set up this interface for mesh operation, i.e. add it to "
+"zone 'freifunk' and enable olsr."
msgstr ""
"Nota: To są ustawienia interfejsu mesh operacja i.e Dodawanie Strefy "
"'Freifunk' oraz włączyć olsr"
msgid "Can only be a valid IPv4 or IPv6 address or 'default'"
msgstr ""
+msgid "Can only be a valid IPv6 address or 'default'"
+msgstr ""
+
msgid "Configuration"
msgstr "Konfiguracja"
msgid "HNA validity time"
msgstr "Czas poprawności HNA"
+#, fuzzy
+msgid "HNA6 Announcements"
+msgstr "Ogłoszenia HNA"
+
msgid "Hello"
msgstr "Hello"
"Hosty w sieci OLSR mogą ogłaszać połączenia z zewnętrznymi sieciami poprzez "
"wiadomości HNA."
+#, fuzzy
+msgid ""
+"Hosts in a OLSR routed network can announce connecitivity to external "
+"networks using HNA6 messages."
+msgstr ""
+"Hosty w sieci OLSR mogą ogłaszać połączenia z zewnętrznymi sieciami poprzez "
+"wiadomości HNA."
+
msgid ""
"Hysteresis for link sensing (only for hopcount metric). Hysteresis adds more "
"robustness to the link sensing but delays neighbor registration. Defaults is "
"nodes on this interface by 20%: default 0.8"
msgstr ""
+msgid ""
+"Multiply routes with the factor given here. Allowed values are between 0.01 "
+"and 1.0. It is only used when LQ-Level is greater than 0. Examples:<br /"
+">reduce LQ to fd91:662e:3c58::1 by half: fd91:662e:3c58::1 0.5<br />reduce "
+"LQ to all nodes on this interface by 20%: default 0.8"
+msgstr ""
+
msgid "NAT threshold"
msgstr "Próg NAT"
msgid "OLSR - HNA-Announcements"
msgstr "OLSR - ogłoszenia HNA"
+#, fuzzy
+msgid "OLSR - HNA6-Announcements"
+msgstr "OLSR - ogłoszenia HNA"
+
msgid "OLSR - Plugins"
msgstr "OLSR - pluginy"
"IP of the first interface."
msgstr ""
+msgid ""
+"Sets the main IP (originator ip) of the router. This IP will NEVER change "
+"during the uptime of olsrd. Default is ::, which triggers usage of the IP of "
+"the first interface."
+msgstr ""
+
msgid "Show IPv4"
msgstr ""
"Default setting is \"both\"."
msgstr ""
+msgid ""
+"Which kind of uplink is exported to the other mesh nodes. An uplink is "
+"detected by looking for a local HNA6 ::ffff:0:0/96 or 2000::/3. Default "
+"setting is \"both\"."
+msgstr ""
+
msgid "Willingness"
msgstr "Gotowość"
#~ "Make sure that OLSRd is running, the \"txtinfo\" plugin is loaded, "
#~ "configured on port 2006 and accepts connections from \"127.0.0.1\"."
#~ msgstr ""
-#~ "Upewnij się że OLSRd jest uruchomione, \"txtinfo\" plugin jest załadowany, "
-#~ "skonfigurowany na porcie 2006 i akceptuje połączenia z 127.0.0.1 (localhost)"
+#~ "Upewnij się że OLSRd jest uruchomione, \"txtinfo\" plugin jest "
+#~ "załadowany, skonfigurowany na porcie 2006 i akceptuje połączenia z "
+#~ "127.0.0.1 (localhost)"
msgid "Watchcat"
msgstr "Watchcat"
+#, fuzzy
msgid ""
-"Watchcat allows to configure a periodic reboot and/or when internet "
-"connection has been lost for a certain period of time."
+"Watchcat allows configuring a periodic reboot when the Internet connection "
+"has been lost for a certain period of time."
msgstr ""
"Watchcat pozwala na skonfigurowanie okresowych restartów, jeśli połączenie "
"internetowe zostanie utracone na określony czas."
+#, fuzzy
msgid ""
-"When rebooting the system the watchcat will trigger a soft reboot, Entering "
-"a non zero value here, will trigger a delayed hard reboot if the soft reboot "
+"When rebooting the system, the watchcat will trigger a soft reboot. Entering "
+"a non zero value here will trigger a delayed hard reboot if the soft reboot "
"fails. Enter a number of seconds to enable, use 0 to disable"
msgstr ""
"Restart routera Watchcat wykonuje za pomocą tzw. \"miękkiego restartu\". "
msgid "Network interface to use"
msgstr "Użyty interfejs sieciowy"
+#, fuzzy
msgid ""
-"Sometimes only one of both tools work. If one of fails, try the other one"
+"Sometimes only one of the two tools works. If one fails, try the other one"
msgstr ""
"Czasem działa tylko jedno z narzędzi. Jeżeli jedno z nich nie zadziała, "
"proszę użyć drugiego."
msgid "Wondershaper settings"
msgstr "Ustawienia Wondershaper"
+#, fuzzy
msgid ""
-"Wondershaper uses traffic shaping to ensure low latencies for interactive "
-"traffic even when your internet connection is highly saturated."
+"Wondershaper shapes traffic to ensure low latencies for interactive traffic "
+"even when your internet connection is highly saturated."
msgstr ""
"Wondershaper wykorzystuje kształtowanie ruchu aby zapewnić niskie opóźnienia "
"nawet wtedy, gdy Twoje połączenie internetowe jest wysycone."
msgid "AHCP Server"
msgstr "Servidor AHCP"
+#, fuzzy
msgid ""
"AHCP is an autoconfiguration protocol for IPv6 and dual-stack IPv6/IPv4 "
-"networks designed to be used in place of router discovery and DHCP on "
+"networks designed to be used in place of router discovery or DHCP on "
"networks where it is difficult or impossible to configure a server within "
"every link-layer broadcast domain, for example mobile ad-hoc networks."
msgstr ""
msgid "Expires"
msgstr "Expira"
+#, fuzzy
msgid ""
-"Expiry time of leased addresses, minimum is 2 Minutes (<code>2m</code>)."
+"Expiry time of leased addresses, minimum is 2 minutes (<code>2m</code>)."
msgstr ""
"O tempo de caducidade dos endereços concessionados, minimo de 2 minutos "
"(<code>2m</code>)."
msgid "Invalid username and/or password! Please try again."
msgstr "Username inválido e/ou a password! Por favor, tente novamente."
+#, fuzzy
msgid ""
-"It appears that you try to flash an image that does not fit into the flash "
-"memory, please verify the image file!"
+"It appears that you are trying to flash an image that does not fit into the "
+"flash memory, please verify the image file!"
msgstr ""
"A imagem que está a tentar carregar aparenta não caber na flash do "
"equipamento. Por favor verifique o ficheiro de imagem."
msgid "Local domain"
msgstr "Domínio local"
+#, fuzzy
msgid ""
-"Local domain specification. Names matching this domain are never forwared "
-"and resolved from DHCP or hosts files only"
+"Local domain specification. Names matching this domain are never forwarded "
+"and are resolved from DHCP or hosts files only"
msgstr ""
"Especificação de dominio local. Os nomes que correspondam a este dominio "
"nunca são encaminhados e resolvidos do DHCP ou do ficheiro de hosts"
msgid "Really reset all changes?"
msgstr "Deseja mesmo limpar todas as alterações?"
+#, fuzzy
+msgid ""
+"Really shut down network?\\nYou might lose access to this device if you are "
+"connected via this interface."
+msgstr ""
+"Deseja mesmo desligar esta rede?\n"
+"Pode perder o acesso ao dispositivo se estiver ligado através desta rede."
+
msgid ""
"Really shutdown interface \"%s\" ?\\nYou might lose access to this device if "
"you are connected via this interface."
"Pode perder o acesso ao dispositivo se estiver ligado através desta "
"interface."
-msgid ""
-"Really shutdown network ?\\nYou might lose access to this device if you are "
-"connected via this interface."
-msgstr ""
-"Deseja mesmo desligar esta rede?\n"
-"Pode perder o acesso ao dispositivo se estiver ligado através desta rede."
-
msgid "Really switch protocol?"
msgstr "Deseja mesmo trocar o protocolo?"
msgid "Services"
msgstr "Serviços"
+#, fuzzy
+msgid "Set up Time Synchronization"
+msgstr "Configurar Sincronização Horária"
+
msgid "Setup DHCP Server"
msgstr "Configurar Servidor DHCP"
-msgid "Setup Time Synchronization"
-msgstr "Configurar Sincronização Horária"
-
msgid "Show current backup file list"
msgstr "Mostrar lista ficheiros para backup"
msgstr "Lamento, o servidor encontrou um erro inesperado."
msgid ""
-"Sorry, there is no sysupgrade support present, a new firmware image must be "
+"Sorry, there is no sysupgrade support present; a new firmware image must be "
"flashed manually. Please refer to the OpenWrt wiki for device specific "
"install instructions."
msgstr ""
msgid ""
"The <em>Device Configuration</em> section covers physical settings of the "
-"radio hardware such as channel, transmit power or antenna selection which is "
-"shared among all defined wireless networks (if the radio hardware is multi-"
-"SSID capable). Per network settings like encryption or operation mode are "
-"grouped in the <em>Interface Configuration</em>."
+"radio hardware such as channel, transmit power or antenna selection which "
+"are shared among all defined wireless networks (if the radio hardware is "
+"multi-SSID capable). Per network settings like encryption or operation mode "
+"are grouped in the <em>Interface Configuration</em>."
msgstr ""
msgid ""
msgid "The given network name is not unique"
msgstr "O nome dado não é único"
+#, fuzzy
msgid ""
-"The hardware is not multi-SSID capable and existing configuration will be "
-"replaced if you proceed."
+"The hardware is not multi-SSID capable and the existing configuration will "
+"be replaced if you proceed."
msgstr ""
"O hardware não é comporta multi-SSIDs a configuração será substituída se "
"prosseguir."
"O sistema está agora a limpar a partição de configuração e irá reiniciar-se "
"quando terminar."
+#, fuzzy
msgid ""
"The system is flashing now.<br /> DO NOT POWER OFF THE DEVICE!<br /> Wait a "
-"few minutes until you try to reconnect. It might be necessary to renew the "
+"few minutes before you try to reconnect. It might be necessary to renew the "
"address of your computer to reach the device again, depending on your "
"settings."
msgstr ""
"<em>output</em> options set the default policies for traffic entering and "
"leaving this zone while the <em>forward</em> option describes the policy for "
"forwarded traffic between different networks within the zone. <em>Covered "
-"networks</em> specifies which available networks are member of this zone."
+"networks</em> specifies which available networks are members of this zone."
msgstr ""
msgid "To %s at %s on <var>this device</var>"
msgid "Mesh Wizard"
msgstr ""
+#, fuzzy
msgid ""
-"Note: this will setup this interface for mesh operation, i.e. add to zone "
-"'freifunk' and enable olsr."
+"Note: this will set up this interface for mesh operation, i.e. add it to "
+"zone 'freifunk' and enable olsr."
msgstr ""
"Nota: Isto irá configurar a interface para operação em malha, p. ex. "
"adicionar à zona 'freifunk' e ativar OLSR."
msgid "Can only be a valid IPv4 or IPv6 address or 'default'"
msgstr ""
+msgid "Can only be a valid IPv6 address or 'default'"
+msgstr ""
+
msgid "Configuration"
msgstr "Configuração"
msgid "HNA validity time"
msgstr "Validade de HNA"
+#, fuzzy
+msgid "HNA6 Announcements"
+msgstr "OLSR - Anuncios HNA4"
+
msgid "Hello"
msgstr ""
"networks using HNA messages."
msgstr ""
+msgid ""
+"Hosts in a OLSR routed network can announce connecitivity to external "
+"networks using HNA6 messages."
+msgstr ""
+
msgid ""
"Hysteresis for link sensing (only for hopcount metric). Hysteresis adds more "
"robustness to the link sensing but delays neighbor registration. Defaults is "
"nodes on this interface by 20%: default 0.8"
msgstr ""
+msgid ""
+"Multiply routes with the factor given here. Allowed values are between 0.01 "
+"and 1.0. It is only used when LQ-Level is greater than 0. Examples:<br /"
+">reduce LQ to fd91:662e:3c58::1 by half: fd91:662e:3c58::1 0.5<br />reduce "
+"LQ to all nodes on this interface by 20%: default 0.8"
+msgstr ""
+
msgid "NAT threshold"
msgstr ""
msgid "OLSR - HNA-Announcements"
msgstr "OLSR - Anuncios HNA4"
+#, fuzzy
+msgid "OLSR - HNA6-Announcements"
+msgstr "OLSR - Anuncios HNA4"
+
msgid "OLSR - Plugins"
msgstr "OLSR - Plugins"
"IP of the first interface."
msgstr ""
+msgid ""
+"Sets the main IP (originator ip) of the router. This IP will NEVER change "
+"during the uptime of olsrd. Default is ::, which triggers usage of the IP of "
+"the first interface."
+msgstr ""
+
msgid "Show IPv4"
msgstr ""
"Default setting is \"both\"."
msgstr ""
+msgid ""
+"Which kind of uplink is exported to the other mesh nodes. An uplink is "
+"detected by looking for a local HNA6 ::ffff:0:0/96 or 2000::/3. Default "
+"setting is \"both\"."
+msgstr ""
+
msgid "Willingness"
msgstr "Disponibilidade"
#~ "Make sure that OLSRd is running, the \"txtinfo\" plugin is loaded, "
#~ "configured on port 2006 and accepts connections from \"127.0.0.1\"."
#~ msgstr ""
-#~ "Certifique-se que o processo olsrd está em execução, que o plugin \"txtinfo\" "
-#~ "está carregado e configurado para a porta 2006 e que aceita ligações a "
-#~ "partir de \"127.0.0.1\"."
+#~ "Certifique-se que o processo olsrd está em execução, que o plugin "
+#~ "\"txtinfo\" está carregado e configurado para a porta 2006 e que aceita "
+#~ "ligações a partir de \"127.0.0.1\"."
msgstr "Watchcat"
msgid ""
-"Watchcat allows to configure a periodic reboot and/or when internet "
-"connection has been lost for a certain period of time."
+"Watchcat allows configuring a periodic reboot when the Internet connection "
+"has been lost for a certain period of time."
msgstr ""
msgid ""
-"When rebooting the system the watchcat will trigger a soft reboot, Entering "
-"a non zero value here, will trigger a delayed hard reboot if the soft reboot "
+"When rebooting the system, the watchcat will trigger a soft reboot. Entering "
+"a non zero value here will trigger a delayed hard reboot if the soft reboot "
"fails. Enter a number of seconds to enable, use 0 to disable"
msgstr ""
msgid "Network interface to use"
msgstr "Interface de rede a usar"
+#, fuzzy
msgid ""
-"Sometimes only one of both tools work. If one of fails, try the other one"
+"Sometimes only one of the two tools works. If one fails, try the other one"
msgstr "Às vezes só uma das ferramentas funciona. Se uma falhar, tente a outra"
msgid "Specifies the interface the WoL packet is sent on"
msgstr ""
msgid ""
-"Wondershaper uses traffic shaping to ensure low latencies for interactive "
-"traffic even when your internet connection is highly saturated."
+"Wondershaper shapes traffic to ensure low latencies for interactive traffic "
+"even when your internet connection is highly saturated."
msgstr ""
msgid "AHCP Server"
msgstr "Servidor AHCP"
+#, fuzzy
msgid ""
"AHCP is an autoconfiguration protocol for IPv6 and dual-stack IPv6/IPv4 "
-"networks designed to be used in place of router discovery and DHCP on "
+"networks designed to be used in place of router discovery or DHCP on "
"networks where it is difficult or impossible to configure a server within "
"every link-layer broadcast domain, for example mobile ad-hoc networks."
msgstr ""
"Dropbear offers <abbr title=\"Secure Shell\">SSH</abbr> network shell access "
"and an integrated <abbr title=\"Secure Copy\">SCP</abbr> server"
msgstr ""
-"Dropbear oferece um acesso shell seguro à rede <abbr title=\"Shell Seguro\">"
-"(SSH)</abbr> e um servidor <abbr title=\"Cópia Segura\">SCP</abbr> integrado"
+"Dropbear oferece um acesso shell seguro à rede <abbr title=\"Shell Seguro"
+"\">(SSH)</abbr> e um servidor <abbr title=\"Cópia Segura\">SCP</abbr> "
+"integrado"
msgid "Dual-Stack Lite (RFC6333)"
msgstr ""
msgid "Expires"
msgstr "Expira"
+#, fuzzy
msgid ""
-"Expiry time of leased addresses, minimum is 2 Minutes (<code>2m</code>)."
+"Expiry time of leased addresses, minimum is 2 minutes (<code>2m</code>)."
msgstr ""
"Tempo de expiração dos endereços atribuídos. Mínimo é 2 minutos (<code>2m</"
"code>)."
msgid "Invalid username and/or password! Please try again."
msgstr "Usuário e/ou senha inválida! Por favor, tente novamente."
+#, fuzzy
msgid ""
-"It appears that you try to flash an image that does not fit into the flash "
-"memory, please verify the image file!"
+"It appears that you are trying to flash an image that does not fit into the "
+"flash memory, please verify the image file!"
msgstr ""
"A imagem que está a tentar carregar aparenta nao caber na flash do "
"equipamento. Por favor verifique o arquivo da imagem!"
msgid "Local domain"
msgstr "Domínio Local"
+#, fuzzy
msgid ""
-"Local domain specification. Names matching this domain are never forwared "
-"and resolved from DHCP or hosts files only"
+"Local domain specification. Names matching this domain are never forwarded "
+"and are resolved from DHCP or hosts files only"
msgstr ""
"Especificação do domínio local. Nomes que casam com este domínio nunca serão "
"encaminhados e são resolvidos somente pelo DHCP ou pelo arquivos de "
msgid "Really reset all changes?"
msgstr "Realmente limpar todas as mudanças?"
+#, fuzzy
msgid ""
-"Really shutdown interface \"%s\" ?\\nYou might lose access to this device if "
-"you are connected via this interface."
+"Really shut down network?\\nYou might lose access to this device if you are "
+"connected via this interface."
msgstr ""
-"Realmente desligar esta interface\"%s\" ?\n"
+"Realmente desligar esta rede\"%s\" ?\n"
"Você poderá perder o acesso a este dispositivo se você estiver conectado "
"através desta interface."
msgid ""
-"Really shutdown network ?\\nYou might lose access to this device if you are "
-"connected via this interface."
+"Really shutdown interface \"%s\" ?\\nYou might lose access to this device if "
+"you are connected via this interface."
msgstr ""
-"Realmente desligar esta rede\"%s\" ?\n"
+"Realmente desligar esta interface\"%s\" ?\n"
"Você poderá perder o acesso a este dispositivo se você estiver conectado "
"através desta interface."
msgid "Services"
msgstr "Serviços"
+#, fuzzy
+msgid "Set up Time Synchronization"
+msgstr "Configurar a Sincronização do Horário"
+
msgid "Setup DHCP Server"
msgstr "Configurar Servidor DHCP"
-msgid "Setup Time Synchronization"
-msgstr "Configurar a Sincronização do Horário"
-
msgid "Show current backup file list"
msgstr "Mostra a lista atual de arquivos para a cópia de segurança"
msgid "Sorry, the server encountered an unexpected error."
msgstr "Desculpe, o servidor encontrou um erro inesperado."
+#, fuzzy
msgid ""
-"Sorry, there is no sysupgrade support present, a new firmware image must be "
+"Sorry, there is no sysupgrade support present; a new firmware image must be "
"flashed manually. Please refer to the OpenWrt wiki for device specific "
"install instructions."
msgstr ""
msgid "Terminate"
msgstr "Terminar"
+#, fuzzy
msgid ""
"The <em>Device Configuration</em> section covers physical settings of the "
-"radio hardware such as channel, transmit power or antenna selection which is "
-"shared among all defined wireless networks (if the radio hardware is multi-"
-"SSID capable). Per network settings like encryption or operation mode are "
-"grouped in the <em>Interface Configuration</em>."
+"radio hardware such as channel, transmit power or antenna selection which "
+"are shared among all defined wireless networks (if the radio hardware is "
+"multi-SSID capable). Per network settings like encryption or operation mode "
+"are grouped in the <em>Interface Configuration</em>."
msgstr ""
"A seção da <em>Configuração do Dispositivo</em> engloba as configurações "
"físicas do rádio como canal, potência de transmissão ou seleção da antena. "
msgid "The given network name is not unique"
msgstr "O nome de rede informado não é único"
+#, fuzzy
msgid ""
-"The hardware is not multi-SSID capable and existing configuration will be "
-"replaced if you proceed."
+"The hardware is not multi-SSID capable and the existing configuration will "
+"be replaced if you proceed."
msgstr ""
"Este equipamento não é capaz de utilizar SSID múltiplos e as configurações "
"existentes serão substituídas se você proceder."
"O sistema está apagando agora a partição da configuração e irá reiniciar "
"quando terminado."
+#, fuzzy
msgid ""
"The system is flashing now.<br /> DO NOT POWER OFF THE DEVICE!<br /> Wait a "
-"few minutes until you try to reconnect. It might be necessary to renew the "
+"few minutes before you try to reconnect. It might be necessary to renew the "
"address of your computer to reach the device again, depending on your "
"settings."
msgstr ""
"Esta página permite que você mude propriedades avançadas da entrada da regra "
"de tráfego, como os equipamentos de origem e destino."
+#, fuzzy
msgid ""
"This section defines common properties of %q. The <em>input</em> and "
"<em>output</em> options set the default policies for traffic entering and "
"leaving this zone while the <em>forward</em> option describes the policy for "
"forwarded traffic between different networks within the zone. <em>Covered "
-"networks</em> specifies which available networks are member of this zone."
+"networks</em> specifies which available networks are members of this zone."
msgstr ""
"Esta seção define as propriedades comuns de %q. As opções de <em>entrada</"
"em> e <em>saída</em> definem as políticas padrão para o tráfego entrando e "
msgid "Enable RA"
msgstr ""
-"Habilitar <abbr title=\\\"Router Advertisement, Anúncio de "
-"Roteador\\\">RA</abbr>"
+"Habilitar <abbr title=\\\"Router Advertisement, Anúncio de Roteador\\\">RA</"
+"abbr>"
msgid "Enabled"
msgstr "Habilitado"
msgid "Mesh Wizard"
msgstr "Assistente de Configuração da Rede em Malha"
+#, fuzzy
msgid ""
-"Note: this will setup this interface for mesh operation, i.e. add to zone "
-"'freifunk' and enable olsr."
+"Note: this will set up this interface for mesh operation, i.e. add it to "
+"zone 'freifunk' and enable olsr."
msgstr ""
"Nota: Isto irá configurar a interface para operação em malha, p. ex. "
"adicionar à zona 'freifunk' e ativar o OLSR. "
msgid "Send router advertisements on this device."
msgstr ""
-"Envia <abbr title=\\\"Router Advertisement, Anúncio de Roteador\\\">RA</abbr> a "
-"partir deste dispositivo."
+"Envia <abbr title=\\\"Router Advertisement, Anúncio de Roteador\\\">RA</"
+"abbr> a partir deste dispositivo."
msgid "Share your internet connection"
msgstr "Compartilhar sua conexão com a internet"
msgstr ""
"Somente pode ser um endereço IPv4 ou IPv6 válidos ou um endereço 'padrão'"
+# 20140621: edersg: tradução
+#, fuzzy
+msgid "Can only be a valid IPv6 address or 'default'"
+msgstr ""
+"Somente pode ser um endereço IPv4 ou IPv6 válidos ou um endereço 'padrão'"
+
msgid "Configuration"
msgstr "Configuração"
"Validade do <abbr title=\"Host and network association, Associação de "
"equipamentos e redes\">HNA</abbr>"
+#, fuzzy
+msgid "HNA6 Announcements"
+msgstr ""
+"Anúncios do <abbr title=\"Host and network association, Associação de "
+"equipamentos e redes\">HNA</abbr>"
+
msgid "Hello"
msgstr "Saudação (Hello)"
"Equipamentos em uma rede roteada por OLSR podem anunciar conectividade para "
"redes externas usando mensagens HNA."
+#, fuzzy
+msgid ""
+"Hosts in a OLSR routed network can announce connecitivity to external "
+"networks using HNA6 messages."
+msgstr ""
+"Equipamentos em uma rede roteada por OLSR podem anunciar conectividade para "
+"redes externas usando mensagens HNA."
+
# Hysteresis é Histerese que significa "retardo"
msgid ""
"Hysteresis for link sensing (only for hopcount metric). Hysteresis adds more "
msgstr ""
"Múltiplas rotas com o fator configurado aqui. Os valores permitidos estão "
"entre 0.01 e 1.0. Ele somente é utilizado quando o nível-LQ é maior que 0. "
-"Exemplos: <br />reduzir LQ para 192.168.0.1 pela metade: 192.168.0.1 0.5<br "
-"/> reduzir LQ para todos os nós nesta interface em 20%: padrão 0.8"
+"Exemplos: <br />reduzir LQ para 192.168.0.1 pela metade: 192.168.0.1 0.5<br /"
+"> reduzir LQ para todos os nós nesta interface em 20%: padrão 0.8"
+
+# 20140621: edersg: tradução
+#, fuzzy
+msgid ""
+"Multiply routes with the factor given here. Allowed values are between 0.01 "
+"and 1.0. It is only used when LQ-Level is greater than 0. Examples:<br /"
+">reduce LQ to fd91:662e:3c58::1 by half: fd91:662e:3c58::1 0.5<br />reduce "
+"LQ to all nodes on this interface by 20%: default 0.8"
+msgstr ""
+"Múltiplas rotas com o fator configurado aqui. Os valores permitidos estão "
+"entre 0.01 e 1.0. Ele somente é utilizado quando o nível-LQ é maior que 0. "
+"Exemplos: <br />reduzir LQ para 192.168.0.1 pela metade: 192.168.0.1 0.5<br /"
+"> reduzir LQ para todos os nós nesta interface em 20%: padrão 0.8"
msgid "NAT threshold"
msgstr "Limiar do NAT"
"OLSR - Anúncios <abbr title=\"Host and network association, Associação de "
"equipamentos e redes\">HNA</abbr>"
+#, fuzzy
+msgid "OLSR - HNA6-Announcements"
+msgstr ""
+"OLSR - Anúncios <abbr title=\"Host and network association, Associação de "
+"equipamentos e redes\">HNA</abbr>"
+
msgid "OLSR - Plugins"
msgstr "OLSR - Plugins"
"durante o funcionamento do olsrd. O padrão é 0.0.0.0, que faz com que o "
"endereço da primeira interface seja usado."
+#, fuzzy
+msgid ""
+"Sets the main IP (originator ip) of the router. This IP will NEVER change "
+"during the uptime of olsrd. Default is ::, which triggers usage of the IP of "
+"the first interface."
+msgstr ""
+"Define o IP principal (ip originador) do seu roteador. Este IP nunca muda "
+"durante o funcionamento do olsrd. O padrão é 0.0.0.0, que faz com que o "
+"endereço da primeira interface seja usado."
+
# 20140621: edersg: tradução
msgid "Show IPv4"
msgstr "Exibir IPv4"
"and network association, Associação de equipamentos e redes\">HNA</abbr> "
"local de 0.0.0.0/0, ::ffff:0:0/96 ou 2000::/3. O padrão é \"ambos\"."
+#, fuzzy
+msgid ""
+"Which kind of uplink is exported to the other mesh nodes. An uplink is "
+"detected by looking for a local HNA6 ::ffff:0:0/96 or 2000::/3. Default "
+"setting is \"both\"."
+msgstr ""
+"Que tipo de enlace superior (uplink) é exportado para outros nós da rede em "
+"malha. Um enlace superior é detectado buscando por uma <abbr title=\"Host "
+"and network association, Associação de equipamentos e redes\">HNA</abbr> "
+"local de 0.0.0.0/0, ::ffff:0:0/96 ou 2000::/3. O padrão é \"ambos\"."
+
msgid "Willingness"
msgstr "Disponibilidade"
#~ "Make sure that OLSRd is running, the \"txtinfo\" plugin is loaded, "
#~ "configured on port 2006 and accepts connections from \"127.0.0.1\"."
#~ msgstr ""
-#~ "Certifique-se que o processo OLSRd está em execução, que o plugin \"txtinfo\" "
-#~ "está carregado e configurado para a porta 2006 e que aceita conexões a "
-#~ "partir de \"127.0.0.1\"."
+#~ "Certifique-se que o processo OLSRd está em execução, que o plugin "
+#~ "\"txtinfo\" está carregado e configurado para a porta 2006 e que aceita "
+#~ "conexões a partir de \"127.0.0.1\"."
#~ msgid ""
#~ "Multiply routes with the factor given here. Allowed values are between "
#~ "<br />reduce LQ to 192.168.0.1 by half: 192.168.0.1 0.5<br />reduce LQ to "
#~ "all nodes on this interface by 20%: default 0.8"
#~ msgstr ""
-#~ "Multiplica rotas com o fator informado. Os valores válidos são entre 0.01 e "
-#~ "1. Somente é usado quando o nível <abbr title=\"Link Quality, Qualidade do "
-#~ "Enlace\">LQ</abbr> é maior que 0. Exemplos:<br />reduzir o <abbr title=\"Link "
-#~ "Quality, Qualidade do Enlace\">LQ</abbr> para 192.168.0.1 pela metade: "
-#~ "192.168.0.1 0.5<br />reduzir o <abbr title=\"Link Quality, Qualidade do "
-#~ "Enlace\">LQ</abbr> de todos os nós desta interface para 20%: Padrão 0.8"
+#~ "Multiplica rotas com o fator informado. Os valores válidos são entre 0.01 "
+#~ "e 1. Somente é usado quando o nível <abbr title=\"Link Quality, Qualidade "
+#~ "do Enlace\">LQ</abbr> é maior que 0. Exemplos:<br />reduzir o <abbr title="
+#~ "\"Link Quality, Qualidade do Enlace\">LQ</abbr> para 192.168.0.1 pela "
+#~ "metade: 192.168.0.1 0.5<br />reduzir o <abbr title=\"Link Quality, "
+#~ "Qualidade do Enlace\">LQ</abbr> de todos os nós desta interface para 20%: "
+#~ "Padrão 0.8"
msgid "Watchcat"
msgstr "Watchcat"
+#, fuzzy
msgid ""
-"Watchcat allows to configure a periodic reboot and/or when internet "
-"connection has been lost for a certain period of time."
+"Watchcat allows configuring a periodic reboot when the Internet connection "
+"has been lost for a certain period of time."
msgstr ""
"Watchcat permite que se configure um período para reiniciar e/ou quando a "
"conexão com à Internet foi perdida por um ser período de tempo."
+#, fuzzy
msgid ""
-"When rebooting the system the watchcat will trigger a soft reboot, Entering "
-"a non zero value here, will trigger a delayed hard reboot if the soft reboot "
+"When rebooting the system, the watchcat will trigger a soft reboot. Entering "
+"a non zero value here will trigger a delayed hard reboot if the soft reboot "
"fails. Enter a number of seconds to enable, use 0 to disable"
msgstr ""
"Ao se reiniciar o sistema, watchcat acionará uma reiniciação suave. Ao se "
msgid "Network interface to use"
msgstr "Interfaces de rede para usar"
+#, fuzzy
msgid ""
-"Sometimes only one of both tools work. If one of fails, try the other one"
+"Sometimes only one of the two tools works. If one fails, try the other one"
msgstr ""
"Algumas vezes, somente uma das ferramentas funciona. Se uma delas falhar, "
"tente a outra"
msgid "Wondershaper settings"
msgstr "Configuração do Wondershaper"
+#, fuzzy
msgid ""
-"Wondershaper uses traffic shaping to ensure low latencies for interactive "
-"traffic even when your internet connection is highly saturated."
+"Wondershaper shapes traffic to ensure low latencies for interactive traffic "
+"even when your internet connection is highly saturated."
msgstr ""
"Wondershaper usa o controle de tráfego para garantir baixa latência para "
"tráfego interativo mesmo quando sua conexão com a internet está extremamente "
msgid "AHCP Server"
msgstr "Server AHCP"
+#, fuzzy
msgid ""
"AHCP is an autoconfiguration protocol for IPv6 and dual-stack IPv6/IPv4 "
-"networks designed to be used in place of router discovery and DHCP on "
+"networks designed to be used in place of router discovery or DHCP on "
"networks where it is difficult or impossible to configure a server within "
"every link-layer broadcast domain, for example mobile ad-hoc networks."
msgstr ""
msgstr "Expira"
msgid ""
-"Expiry time of leased addresses, minimum is 2 Minutes (<code>2m</code>)."
+"Expiry time of leased addresses, minimum is 2 minutes (<code>2m</code>)."
msgstr ""
msgid "External"
msgid "Invalid username and/or password! Please try again."
msgstr "Utilizator si/sau parola invalide! Incearcati din nou."
+#, fuzzy
msgid ""
-"It appears that you try to flash an image that does not fit into the flash "
-"memory, please verify the image file!"
+"It appears that you are trying to flash an image that does not fit into the "
+"flash memory, please verify the image file!"
msgstr ""
"Se pare ca ai incercat sa rescrii o imagine care nu are loc in memoria "
"flash, verifica fisierul din nou!"
msgstr "Domeniu local"
msgid ""
-"Local domain specification. Names matching this domain are never forwared "
-"and resolved from DHCP or hosts files only"
+"Local domain specification. Names matching this domain are never forwarded "
+"and are resolved from DHCP or hosts files only"
msgstr ""
msgid "Local domain suffix appended to DHCP names and hosts file entries"
msgstr ""
msgid ""
-"Really shutdown interface \"%s\" ?\\nYou might lose access to this device if "
-"you are connected via this interface."
+"Really shut down network?\\nYou might lose access to this device if you are "
+"connected via this interface."
msgstr ""
msgid ""
-"Really shutdown network ?\\nYou might lose access to this device if you are "
-"connected via this interface."
+"Really shutdown interface \"%s\" ?\\nYou might lose access to this device if "
+"you are connected via this interface."
msgstr ""
msgid "Really switch protocol?"
msgid "Services"
msgstr "Servicii"
+#, fuzzy
+msgid "Set up Time Synchronization"
+msgstr "Configurare sincronizare timp"
+
msgid "Setup DHCP Server"
msgstr "Seteaza serverul DHCP"
-msgid "Setup Time Synchronization"
-msgstr "Configurare sincronizare timp"
-
msgid "Show current backup file list"
msgstr ""
msgstr ""
msgid ""
-"Sorry, there is no sysupgrade support present, a new firmware image must be "
+"Sorry, there is no sysupgrade support present; a new firmware image must be "
"flashed manually. Please refer to the OpenWrt wiki for device specific "
"install instructions."
msgstr ""
msgid ""
"The <em>Device Configuration</em> section covers physical settings of the "
-"radio hardware such as channel, transmit power or antenna selection which is "
-"shared among all defined wireless networks (if the radio hardware is multi-"
-"SSID capable). Per network settings like encryption or operation mode are "
-"grouped in the <em>Interface Configuration</em>."
+"radio hardware such as channel, transmit power or antenna selection which "
+"are shared among all defined wireless networks (if the radio hardware is "
+"multi-SSID capable). Per network settings like encryption or operation mode "
+"are grouped in the <em>Interface Configuration</em>."
msgstr ""
msgid ""
msgstr ""
msgid ""
-"The hardware is not multi-SSID capable and existing configuration will be "
-"replaced if you proceed."
+"The hardware is not multi-SSID capable and the existing configuration will "
+"be replaced if you proceed."
msgstr ""
msgid ""
msgid ""
"The system is flashing now.<br /> DO NOT POWER OFF THE DEVICE!<br /> Wait a "
-"few minutes until you try to reconnect. It might be necessary to renew the "
+"few minutes before you try to reconnect. It might be necessary to renew the "
"address of your computer to reach the device again, depending on your "
"settings."
msgstr ""
"<em>output</em> options set the default policies for traffic entering and "
"leaving this zone while the <em>forward</em> option describes the policy for "
"forwarded traffic between different networks within the zone. <em>Covered "
-"networks</em> specifies which available networks are member of this zone."
+"networks</em> specifies which available networks are members of this zone."
msgstr ""
msgid "To %s at %s on <var>this device</var>"
msgstr ""
msgid ""
-"Note: this will setup this interface for mesh operation, i.e. add to zone "
-"'freifunk' and enable olsr."
+"Note: this will set up this interface for mesh operation, i.e. add it to "
+"zone 'freifunk' and enable olsr."
msgstr ""
msgid "Protect LAN"
msgid "Can only be a valid IPv4 or IPv6 address or 'default'"
msgstr ""
+msgid "Can only be a valid IPv6 address or 'default'"
+msgstr ""
+
msgid "Configuration"
msgstr "Configuraţie"
msgid "HNA validity time"
msgstr ""
+msgid "HNA6 Announcements"
+msgstr ""
+
msgid "Hello"
msgstr ""
"networks using HNA messages."
msgstr ""
+msgid ""
+"Hosts in a OLSR routed network can announce connecitivity to external "
+"networks using HNA6 messages."
+msgstr ""
+
msgid ""
"Hysteresis for link sensing (only for hopcount metric). Hysteresis adds more "
"robustness to the link sensing but delays neighbor registration. Defaults is "
"nodes on this interface by 20%: default 0.8"
msgstr ""
+msgid ""
+"Multiply routes with the factor given here. Allowed values are between 0.01 "
+"and 1.0. It is only used when LQ-Level is greater than 0. Examples:<br /"
+">reduce LQ to fd91:662e:3c58::1 by half: fd91:662e:3c58::1 0.5<br />reduce "
+"LQ to all nodes on this interface by 20%: default 0.8"
+msgstr ""
+
msgid "NAT threshold"
msgstr ""
msgid "OLSR - HNA-Announcements"
msgstr ""
+msgid "OLSR - HNA6-Announcements"
+msgstr ""
+
msgid "OLSR - Plugins"
msgstr ""
"IP of the first interface."
msgstr ""
+msgid ""
+"Sets the main IP (originator ip) of the router. This IP will NEVER change "
+"during the uptime of olsrd. Default is ::, which triggers usage of the IP of "
+"the first interface."
+msgstr ""
+
msgid "Show IPv4"
msgstr "Arată IPv4"
"Default setting is \"both\"."
msgstr ""
+msgid ""
+"Which kind of uplink is exported to the other mesh nodes. An uplink is "
+"detected by looking for a local HNA6 ::ffff:0:0/96 or 2000::/3. Default "
+"setting is \"both\"."
+msgstr ""
+
msgid "Willingness"
msgstr ""
msgstr ""
msgid ""
-"Watchcat allows to configure a periodic reboot and/or when internet "
-"connection has been lost for a certain period of time."
+"Watchcat allows configuring a periodic reboot when the Internet connection "
+"has been lost for a certain period of time."
msgstr ""
msgid ""
-"When rebooting the system the watchcat will trigger a soft reboot, Entering "
-"a non zero value here, will trigger a delayed hard reboot if the soft reboot "
+"When rebooting the system, the watchcat will trigger a soft reboot. Entering "
+"a non zero value here will trigger a delayed hard reboot if the soft reboot "
"fails. Enter a number of seconds to enable, use 0 to disable"
msgstr ""
msgid "Network interface to use"
msgstr "Interfata de retea pentru utilizare"
+#, fuzzy
msgid ""
-"Sometimes only one of both tools work. If one of fails, try the other one"
+"Sometimes only one of the two tools works. If one fails, try the other one"
msgstr ""
"Uneori doar una dintre metode functioneaza. Daca se intampla, incearc-o pe "
"cealalta"
msgstr ""
msgid ""
-"Wondershaper uses traffic shaping to ensure low latencies for interactive "
-"traffic even when your internet connection is highly saturated."
+"Wondershaper shapes traffic to ensure low latencies for interactive traffic "
+"even when your internet connection is highly saturated."
msgstr ""
msgid "AHCP Server"
msgstr "AHCP-сервер"
+#, fuzzy
msgid ""
"AHCP is an autoconfiguration protocol for IPv6 and dual-stack IPv6/IPv4 "
-"networks designed to be used in place of router discovery and DHCP on "
+"networks designed to be used in place of router discovery or DHCP on "
"networks where it is difficult or impossible to configure a server within "
"every link-layer broadcast domain, for example mobile ad-hoc networks."
msgstr ""
msgid "Expires"
msgstr "Истекает"
+#, fuzzy
msgid ""
-"Expiry time of leased addresses, minimum is 2 Minutes (<code>2m</code>)."
+"Expiry time of leased addresses, minimum is 2 minutes (<code>2m</code>)."
msgstr ""
"Время, через которое истекает аренда адреса, минимум 2 минуты (<code>2m</"
"code>)."
msgid "Invalid username and/or password! Please try again."
msgstr "Неверный логин и/или пароль! Пожалуйста попробуйте снова."
+#, fuzzy
msgid ""
-"It appears that you try to flash an image that does not fit into the flash "
-"memory, please verify the image file!"
+"It appears that you are trying to flash an image that does not fit into the "
+"flash memory, please verify the image file!"
msgstr ""
"Вы пытаетесь обновить прошивку файлом, который не помещается в память "
"устройства! Пожалуйста, проверьте файл образа."
msgid "Local domain"
msgstr "Локальный домен"
+#, fuzzy
msgid ""
-"Local domain specification. Names matching this domain are never forwared "
-"and resolved from DHCP or hosts files only"
+"Local domain specification. Names matching this domain are never forwarded "
+"and are resolved from DHCP or hosts files only"
msgstr ""
"Определение локального домена. Имена в этом домене никогда не запрашиваются "
"у DNS-сервера, а разрешаются на основе данных DHCP и файлов hosts"
msgid "Really reset all changes?"
msgstr "Действительно сбросить все изменения?"
+#, fuzzy
+msgid ""
+"Really shut down network?\\nYou might lose access to this device if you are "
+"connected via this interface."
+msgstr ""
+"Действительно выключить сеть?\\nВы можете потерять доступ к этому "
+"устройству, если вы подключены через этот интерфейс."
+
msgid ""
"Really shutdown interface \"%s\" ?\\nYou might lose access to this device if "
"you are connected via this interface."
"Действительно отключить интерфейс \"%s\" ?\\nВы можете потерять доступ к "
"этому устройству, если вы подключены через этот интерфейс."
-msgid ""
-"Really shutdown network ?\\nYou might lose access to this device if you are "
-"connected via this interface."
-msgstr ""
-"Действительно выключить сеть?\\nВы можете потерять доступ к этому "
-"устройству, если вы подключены через этот интерфейс."
-
msgid "Really switch protocol?"
msgstr "Вы действительно хотите изменить протокол?"
msgid "Services"
msgstr "Сервисы"
+#, fuzzy
+msgid "Set up Time Synchronization"
+msgstr "Настроить синхронизацию времени"
+
msgid "Setup DHCP Server"
msgstr "Настроить сервер DHCP"
-msgid "Setup Time Synchronization"
-msgstr "Настроить синхронизацию времени"
-
msgid "Show current backup file list"
msgstr "Показать текущий список файлов резервной копии"
msgid "Sorry, the server encountered an unexpected error."
msgstr "Извините, сервер столкнулся с неожиданной ошибкой."
+#, fuzzy
msgid ""
-"Sorry, there is no sysupgrade support present, a new firmware image must be "
+"Sorry, there is no sysupgrade support present; a new firmware image must be "
"flashed manually. Please refer to the OpenWrt wiki for device specific "
"install instructions."
msgstr ""
msgid "Terminate"
msgstr "Завершить"
+#, fuzzy
msgid ""
"The <em>Device Configuration</em> section covers physical settings of the "
-"radio hardware such as channel, transmit power or antenna selection which is "
-"shared among all defined wireless networks (if the radio hardware is multi-"
-"SSID capable). Per network settings like encryption or operation mode are "
-"grouped in the <em>Interface Configuration</em>."
+"radio hardware such as channel, transmit power or antenna selection which "
+"are shared among all defined wireless networks (if the radio hardware is "
+"multi-SSID capable). Per network settings like encryption or operation mode "
+"are grouped in the <em>Interface Configuration</em>."
msgstr ""
"Раздел <em>Конфигурация устройства</em> содержит физические настройки "
"беспроводного оборудования, такие как канал, мощность передатчика или выбор "
msgid "The given network name is not unique"
msgstr "Заданное имя сети не является уникальным"
+#, fuzzy
msgid ""
-"The hardware is not multi-SSID capable and existing configuration will be "
-"replaced if you proceed."
+"The hardware is not multi-SSID capable and the existing configuration will "
+"be replaced if you proceed."
msgstr ""
"Оборудование не поддерживает несколько SSID, и, если вы продолжите, "
"существующая конфигурация будет заменена."
msgstr ""
"Идёт удаление раздела конфигурации с последующей перезагрузкой сиситемы."
+#, fuzzy
msgid ""
"The system is flashing now.<br /> DO NOT POWER OFF THE DEVICE!<br /> Wait a "
-"few minutes until you try to reconnect. It might be necessary to renew the "
+"few minutes before you try to reconnect. It might be necessary to renew the "
"address of your computer to reach the device again, depending on your "
"settings."
msgstr ""
"На этой странице можно изменить расширенные настройки правил для трафика. В "
"большинстве случаев нет необходимости изменять эти параметры."
+#, fuzzy
msgid ""
"This section defines common properties of %q. The <em>input</em> and "
"<em>output</em> options set the default policies for traffic entering and "
"leaving this zone while the <em>forward</em> option describes the policy for "
"forwarded traffic between different networks within the zone. <em>Covered "
-"networks</em> specifies which available networks are member of this zone."
+"networks</em> specifies which available networks are members of this zone."
msgstr ""
"Данная секция позволяет изменять общие настройки %q. Опции <em>входящий</em> "
"и <em>исходящий</em> устанавливают политику по умолчанию для входящего и "
msgid "Mesh Wizard"
msgstr "Мастер настройки ячеистой сети"
+#, fuzzy
msgid ""
-"Note: this will setup this interface for mesh operation, i.e. add to zone "
-"'freifunk' and enable olsr."
+"Note: this will set up this interface for mesh operation, i.e. add it to "
+"zone 'freifunk' and enable olsr."
msgstr ""
-"Примечание: эта опция установит данный интерфейс в режим работы с "
-"mesh-сетями, т.е. добавит его в зону ''freifunk' (\"free wireless radio\") и "
+"Примечание: эта опция установит данный интерфейс в режим работы с mesh-"
+"сетями, т.е. добавит его в зону ''freifunk' (\"free wireless radio\") и "
"включит протокол OLSR."
msgid "Protect LAN"
msgid "Can only be a valid IPv4 or IPv6 address or 'default'"
msgstr ""
+msgid "Can only be a valid IPv6 address or 'default'"
+msgstr ""
+
msgid "Configuration"
msgstr "Конфигурация"
msgid "HNA validity time"
msgstr "Время действия HNA"
+#, fuzzy
+msgid "HNA6 Announcements"
+msgstr "Объявления HNA"
+
msgid "Hello"
msgstr "Приветственное сообщение"
"Хосты в маршрутизируемой сети OLSR могут извещать о подключении к внешним "
"сетям с помощью сообщений HNA."
+#, fuzzy
+msgid ""
+"Hosts in a OLSR routed network can announce connecitivity to external "
+"networks using HNA6 messages."
+msgstr ""
+"Хосты в маршрутизируемой сети OLSR могут извещать о подключении к внешним "
+"сетям с помощью сообщений HNA."
+
msgid ""
"Hysteresis for link sensing (only for hopcount metric). Hysteresis adds more "
"robustness to the link sensing but delays neighbor registration. Defaults is "
"nodes on this interface by 20%: default 0.8"
msgstr ""
+#, fuzzy
+msgid ""
+"Multiply routes with the factor given here. Allowed values are between 0.01 "
+"and 1.0. It is only used when LQ-Level is greater than 0. Examples:<br /"
+">reduce LQ to fd91:662e:3c58::1 by half: fd91:662e:3c58::1 0.5<br />reduce "
+"LQ to all nodes on this interface by 20%: default 0.8"
+msgstr ""
+"Умножить маршруты на указанный коэффициент в пределах от 0.01 до 1. Данный "
+"коэффициент используется только в случае, если LQ уровень > 0. Примеры:<br /"
+">уменьшить LQ для 192.168.0.1 на половину: 192.168.0.1 0.5<br />уменьшить LQ "
+"для всех узлов на данном интерфейсе на 20%: default 0.8"
+
msgid "NAT threshold"
msgstr "Порог NAT"
msgid "OLSR - HNA-Announcements"
msgstr "OLSR - HNA-объявления"
+#, fuzzy
+msgid "OLSR - HNA6-Announcements"
+msgstr "OLSR - HNA-объявления"
+
msgid "OLSR - Plugins"
msgstr "OLSR - Модули"
"будет изменяться во время работы olsrd. По умолчанию 0.0.0.0 (используется "
"IP-адрес первого сетевого интерфейса)."
+#, fuzzy
+msgid ""
+"Sets the main IP (originator ip) of the router. This IP will NEVER change "
+"during the uptime of olsrd. Default is ::, which triggers usage of the IP of "
+"the first interface."
+msgstr ""
+"Устанавливает основной IP-адрес маршрутизатора. Данный адрес НИКОГДА не "
+"будет изменяться во время работы olsrd. По умолчанию 0.0.0.0 (используется "
+"IP-адрес первого сетевого интерфейса)."
+
msgid "Show IPv4"
msgstr ""
"Определение восходящего канала происходит при наличии в локальном HNA "
"0.0.0.0/0, ::ffff:0:0/96 или 2000::/3. Значение по умолчанию: \"оба\"."
+#, fuzzy
+msgid ""
+"Which kind of uplink is exported to the other mesh nodes. An uplink is "
+"detected by looking for a local HNA6 ::ffff:0:0/96 or 2000::/3. Default "
+"setting is \"both\"."
+msgstr ""
+"Какой вид восходящего канала экпортируется другим узлам ячеистой сети. "
+"Определение восходящего канала происходит при наличии в локальном HNA "
+"0.0.0.0/0, ::ffff:0:0/96 или 2000::/3. Значение по умолчанию: \"оба\"."
+
msgid "Willingness"
msgstr "Готовность"
#~ "Make sure that OLSRd is running, the \"txtinfo\" plugin is loaded, "
#~ "configured on port 2006 and accepts connections from \"127.0.0.1\"."
#~ msgstr ""
-#~ "Удостоверьтесь, что OLSRd работает, модуль \"txtinfo\" загружен, настроен на "
-#~ "порт 2006 и принимает соединения от \"127.0.0.1\"."
-
-#~ msgid ""
-#~ "Multiply routes with the factor given here. Allowed values are between "
-#~ "0.01 and 1. It is only used when LQ-Level is greater than 0. Examples:"
-#~ "<br />reduce LQ to 192.168.0.1 by half: 192.168.0.1 0.5<br />reduce LQ to "
-#~ "all nodes on this interface by 20%: default 0.8"
-#~ msgstr ""
-#~ "Умножить маршруты на указанный коэффициент в пределах от 0.01 до 1. Данный "
-#~ "коэффициент используется только в случае, если LQ уровень > 0. Примеры:<br "
-#~ "/>уменьшить LQ для 192.168.0.1 на половину: 192.168.0.1 0.5<br />уменьшить "
-#~ "LQ для всех узлов на данном интерфейсе на 20%: default 0.8"
+#~ "Удостоверьтесь, что OLSRd работает, модуль \"txtinfo\" загружен, настроен "
+#~ "на порт 2006 и принимает соединения от \"127.0.0.1\"."
msgid "Watchcat"
msgstr "Watchcat"
+#, fuzzy
msgid ""
-"Watchcat allows to configure a periodic reboot and/or when internet "
-"connection has been lost for a certain period of time."
+"Watchcat allows configuring a periodic reboot when the Internet connection "
+"has been lost for a certain period of time."
msgstr ""
"Watchcat позволяет настроить периодическую перезагрузку устройства и/или "
"перезагрузку при потере интернет-соединения на определённое время."
+#, fuzzy
msgid ""
-"When rebooting the system the watchcat will trigger a soft reboot, Entering "
-"a non zero value here, will trigger a delayed hard reboot if the soft reboot "
+"When rebooting the system, the watchcat will trigger a soft reboot. Entering "
+"a non zero value here will trigger a delayed hard reboot if the soft reboot "
"fails. Enter a number of seconds to enable, use 0 to disable"
msgstr ""
"При необходимости перезагрузке системы, watchcat вызовет программную "
msgid "Network interface to use"
msgstr "Используемый сетевой интерфейс"
+#, fuzzy
msgid ""
-"Sometimes only one of both tools work. If one of fails, try the other one"
+"Sometimes only one of the two tools works. If one fails, try the other one"
msgstr ""
"Иногда только одна из двух утилит работает. В случае ошибки, попробуйте "
"использовать другую"
msgid "Wondershaper settings"
msgstr "Установки Wondershaper"
+#, fuzzy
msgid ""
-"Wondershaper uses traffic shaping to ensure low latencies for interactive "
-"traffic even when your internet connection is highly saturated."
+"Wondershaper shapes traffic to ensure low latencies for interactive traffic "
+"even when your internet connection is highly saturated."
msgstr ""
"Wondershaper использует формирование трафика для обеспечения низких задержек "
"интерактивного трафика даже в случае высокой загруженности интернет-"
msgid ""
"AHCP is an autoconfiguration protocol for IPv6 and dual-stack IPv6/IPv4 "
-"networks designed to be used in place of router discovery and DHCP on "
+"networks designed to be used in place of router discovery or DHCP on "
"networks where it is difficult or impossible to configure a server within "
"every link-layer broadcast domain, for example mobile ad-hoc networks."
msgstr ""
msgstr ""
msgid ""
-"Expiry time of leased addresses, minimum is 2 Minutes (<code>2m</code>)."
+"Expiry time of leased addresses, minimum is 2 minutes (<code>2m</code>)."
msgstr ""
msgid "External"
msgstr ""
msgid ""
-"It appears that you try to flash an image that does not fit into the flash "
-"memory, please verify the image file!"
+"It appears that you are trying to flash an image that does not fit into the "
+"flash memory, please verify the image file!"
msgstr ""
msgid "Java Script required!"
msgstr ""
msgid ""
-"Local domain specification. Names matching this domain are never forwared "
-"and resolved from DHCP or hosts files only"
+"Local domain specification. Names matching this domain are never forwarded "
+"and are resolved from DHCP or hosts files only"
msgstr ""
msgid "Local domain suffix appended to DHCP names and hosts file entries"
msgstr ""
msgid ""
-"Really shutdown interface \"%s\" ?\\nYou might lose access to this device if "
-"you are connected via this interface."
+"Really shut down network?\\nYou might lose access to this device if you are "
+"connected via this interface."
msgstr ""
msgid ""
-"Really shutdown network ?\\nYou might lose access to this device if you are "
-"connected via this interface."
+"Really shutdown interface \"%s\" ?\\nYou might lose access to this device if "
+"you are connected via this interface."
msgstr ""
msgid "Really switch protocol?"
msgid "Services"
msgstr ""
-msgid "Setup DHCP Server"
+msgid "Set up Time Synchronization"
msgstr ""
-msgid "Setup Time Synchronization"
+msgid "Setup DHCP Server"
msgstr ""
msgid "Show current backup file list"
msgstr ""
msgid ""
-"Sorry, there is no sysupgrade support present, a new firmware image must be "
+"Sorry, there is no sysupgrade support present; a new firmware image must be "
"flashed manually. Please refer to the OpenWrt wiki for device specific "
"install instructions."
msgstr ""
msgid ""
"The <em>Device Configuration</em> section covers physical settings of the "
-"radio hardware such as channel, transmit power or antenna selection which is "
-"shared among all defined wireless networks (if the radio hardware is multi-"
-"SSID capable). Per network settings like encryption or operation mode are "
-"grouped in the <em>Interface Configuration</em>."
+"radio hardware such as channel, transmit power or antenna selection which "
+"are shared among all defined wireless networks (if the radio hardware is "
+"multi-SSID capable). Per network settings like encryption or operation mode "
+"are grouped in the <em>Interface Configuration</em>."
msgstr ""
msgid ""
msgstr ""
msgid ""
-"The hardware is not multi-SSID capable and existing configuration will be "
-"replaced if you proceed."
+"The hardware is not multi-SSID capable and the existing configuration will "
+"be replaced if you proceed."
msgstr ""
msgid ""
msgid ""
"The system is flashing now.<br /> DO NOT POWER OFF THE DEVICE!<br /> Wait a "
-"few minutes until you try to reconnect. It might be necessary to renew the "
+"few minutes before you try to reconnect. It might be necessary to renew the "
"address of your computer to reach the device again, depending on your "
"settings."
msgstr ""
"<em>output</em> options set the default policies for traffic entering and "
"leaving this zone while the <em>forward</em> option describes the policy for "
"forwarded traffic between different networks within the zone. <em>Covered "
-"networks</em> specifies which available networks are member of this zone."
+"networks</em> specifies which available networks are members of this zone."
msgstr ""
msgid "To %s at %s on <var>this device</var>"
msgstr ""
msgid ""
-"Note: this will setup this interface for mesh operation, i.e. add to zone "
-"'freifunk' and enable olsr."
+"Note: this will set up this interface for mesh operation, i.e. add it to "
+"zone 'freifunk' and enable olsr."
msgstr ""
msgid "Protect LAN"
msgid "Can only be a valid IPv4 or IPv6 address or 'default'"
msgstr ""
+msgid "Can only be a valid IPv6 address or 'default'"
+msgstr ""
+
msgid "Configuration"
msgstr ""
msgid "HNA validity time"
msgstr ""
+msgid "HNA6 Announcements"
+msgstr ""
+
msgid "Hello"
msgstr ""
"networks using HNA messages."
msgstr ""
+msgid ""
+"Hosts in a OLSR routed network can announce connecitivity to external "
+"networks using HNA6 messages."
+msgstr ""
+
msgid ""
"Hysteresis for link sensing (only for hopcount metric). Hysteresis adds more "
"robustness to the link sensing but delays neighbor registration. Defaults is "
"nodes on this interface by 20%: default 0.8"
msgstr ""
+msgid ""
+"Multiply routes with the factor given here. Allowed values are between 0.01 "
+"and 1.0. It is only used when LQ-Level is greater than 0. Examples:<br /"
+">reduce LQ to fd91:662e:3c58::1 by half: fd91:662e:3c58::1 0.5<br />reduce "
+"LQ to all nodes on this interface by 20%: default 0.8"
+msgstr ""
+
msgid "NAT threshold"
msgstr ""
msgid "OLSR - HNA-Announcements"
msgstr ""
+msgid "OLSR - HNA6-Announcements"
+msgstr ""
+
msgid "OLSR - Plugins"
msgstr ""
"IP of the first interface."
msgstr ""
+msgid ""
+"Sets the main IP (originator ip) of the router. This IP will NEVER change "
+"during the uptime of olsrd. Default is ::, which triggers usage of the IP of "
+"the first interface."
+msgstr ""
+
msgid "Show IPv4"
msgstr ""
"Default setting is \"both\"."
msgstr ""
+msgid ""
+"Which kind of uplink is exported to the other mesh nodes. An uplink is "
+"detected by looking for a local HNA6 ::ffff:0:0/96 or 2000::/3. Default "
+"setting is \"both\"."
+msgstr ""
+
msgid "Willingness"
msgstr ""
msgstr ""
msgid ""
-"Watchcat allows to configure a periodic reboot and/or when internet "
-"connection has been lost for a certain period of time."
+"Watchcat allows configuring a periodic reboot when the Internet connection "
+"has been lost for a certain period of time."
msgstr ""
msgid ""
-"When rebooting the system the watchcat will trigger a soft reboot, Entering "
-"a non zero value here, will trigger a delayed hard reboot if the soft reboot "
+"When rebooting the system, the watchcat will trigger a soft reboot. Entering "
+"a non zero value here will trigger a delayed hard reboot if the soft reboot "
"fails. Enter a number of seconds to enable, use 0 to disable"
msgstr ""
msgstr ""
msgid ""
-"Sometimes only one of both tools work. If one of fails, try the other one"
+"Sometimes only one of the two tools works. If one fails, try the other one"
msgstr ""
msgid "Specifies the interface the WoL packet is sent on"
msgstr ""
msgid ""
-"Wondershaper uses traffic shaping to ensure low latencies for interactive "
-"traffic even when your internet connection is highly saturated."
+"Wondershaper shapes traffic to ensure low latencies for interactive traffic "
+"even when your internet connection is highly saturated."
msgstr ""
msgid ""
"AHCP is an autoconfiguration protocol for IPv6 and dual-stack IPv6/IPv4 "
-"networks designed to be used in place of router discovery and DHCP on "
+"networks designed to be used in place of router discovery or DHCP on "
"networks where it is difficult or impossible to configure a server within "
"every link-layer broadcast domain, for example mobile ad-hoc networks."
msgstr ""
msgstr ""
msgid ""
-"Expiry time of leased addresses, minimum is 2 Minutes (<code>2m</code>)."
+"Expiry time of leased addresses, minimum is 2 minutes (<code>2m</code>)."
msgstr ""
msgid "External"
msgstr ""
msgid ""
-"It appears that you try to flash an image that does not fit into the flash "
-"memory, please verify the image file!"
+"It appears that you are trying to flash an image that does not fit into the "
+"flash memory, please verify the image file!"
msgstr ""
msgid "Java Script required!"
msgstr ""
msgid ""
-"Local domain specification. Names matching this domain are never forwared "
-"and resolved from DHCP or hosts files only"
+"Local domain specification. Names matching this domain are never forwarded "
+"and are resolved from DHCP or hosts files only"
msgstr ""
msgid "Local domain suffix appended to DHCP names and hosts file entries"
msgstr ""
msgid ""
-"Really shutdown interface \"%s\" ?\\nYou might lose access to this device if "
-"you are connected via this interface."
+"Really shut down network?\\nYou might lose access to this device if you are "
+"connected via this interface."
msgstr ""
msgid ""
-"Really shutdown network ?\\nYou might lose access to this device if you are "
-"connected via this interface."
+"Really shutdown interface \"%s\" ?\\nYou might lose access to this device if "
+"you are connected via this interface."
msgstr ""
msgid "Really switch protocol?"
msgid "Services"
msgstr ""
-msgid "Setup DHCP Server"
+msgid "Set up Time Synchronization"
msgstr ""
-msgid "Setup Time Synchronization"
+msgid "Setup DHCP Server"
msgstr ""
msgid "Show current backup file list"
msgstr ""
msgid ""
-"Sorry, there is no sysupgrade support present, a new firmware image must be "
+"Sorry, there is no sysupgrade support present; a new firmware image must be "
"flashed manually. Please refer to the OpenWrt wiki for device specific "
"install instructions."
msgstr ""
msgid ""
"The <em>Device Configuration</em> section covers physical settings of the "
-"radio hardware such as channel, transmit power or antenna selection which is "
-"shared among all defined wireless networks (if the radio hardware is multi-"
-"SSID capable). Per network settings like encryption or operation mode are "
-"grouped in the <em>Interface Configuration</em>."
+"radio hardware such as channel, transmit power or antenna selection which "
+"are shared among all defined wireless networks (if the radio hardware is "
+"multi-SSID capable). Per network settings like encryption or operation mode "
+"are grouped in the <em>Interface Configuration</em>."
msgstr ""
msgid ""
msgstr ""
msgid ""
-"The hardware is not multi-SSID capable and existing configuration will be "
-"replaced if you proceed."
+"The hardware is not multi-SSID capable and the existing configuration will "
+"be replaced if you proceed."
msgstr ""
msgid ""
msgid ""
"The system is flashing now.<br /> DO NOT POWER OFF THE DEVICE!<br /> Wait a "
-"few minutes until you try to reconnect. It might be necessary to renew the "
+"few minutes before you try to reconnect. It might be necessary to renew the "
"address of your computer to reach the device again, depending on your "
"settings."
msgstr ""
"<em>output</em> options set the default policies for traffic entering and "
"leaving this zone while the <em>forward</em> option describes the policy for "
"forwarded traffic between different networks within the zone. <em>Covered "
-"networks</em> specifies which available networks are member of this zone."
+"networks</em> specifies which available networks are members of this zone."
msgstr ""
msgid "To %s at %s on <var>this device</var>"
msgstr ""
msgid ""
-"Note: this will setup this interface for mesh operation, i.e. add to zone "
-"'freifunk' and enable olsr."
+"Note: this will set up this interface for mesh operation, i.e. add it to "
+"zone 'freifunk' and enable olsr."
msgstr ""
msgid "Protect LAN"
msgid "Can only be a valid IPv4 or IPv6 address or 'default'"
msgstr ""
+msgid "Can only be a valid IPv6 address or 'default'"
+msgstr ""
+
msgid "Configuration"
msgstr ""
msgid "HNA validity time"
msgstr ""
+msgid "HNA6 Announcements"
+msgstr ""
+
msgid "Hello"
msgstr ""
"networks using HNA messages."
msgstr ""
+msgid ""
+"Hosts in a OLSR routed network can announce connecitivity to external "
+"networks using HNA6 messages."
+msgstr ""
+
msgid ""
"Hysteresis for link sensing (only for hopcount metric). Hysteresis adds more "
"robustness to the link sensing but delays neighbor registration. Defaults is "
"nodes on this interface by 20%: default 0.8"
msgstr ""
+msgid ""
+"Multiply routes with the factor given here. Allowed values are between 0.01 "
+"and 1.0. It is only used when LQ-Level is greater than 0. Examples:<br /"
+">reduce LQ to fd91:662e:3c58::1 by half: fd91:662e:3c58::1 0.5<br />reduce "
+"LQ to all nodes on this interface by 20%: default 0.8"
+msgstr ""
+
msgid "NAT threshold"
msgstr ""
msgid "OLSR - HNA-Announcements"
msgstr ""
+msgid "OLSR - HNA6-Announcements"
+msgstr ""
+
msgid "OLSR - Plugins"
msgstr ""
"IP of the first interface."
msgstr ""
+msgid ""
+"Sets the main IP (originator ip) of the router. This IP will NEVER change "
+"during the uptime of olsrd. Default is ::, which triggers usage of the IP of "
+"the first interface."
+msgstr ""
+
msgid "Show IPv4"
msgstr ""
"Default setting is \"both\"."
msgstr ""
+msgid ""
+"Which kind of uplink is exported to the other mesh nodes. An uplink is "
+"detected by looking for a local HNA6 ::ffff:0:0/96 or 2000::/3. Default "
+"setting is \"both\"."
+msgstr ""
+
msgid "Willingness"
msgstr ""
msgstr ""
msgid ""
-"Watchcat allows to configure a periodic reboot and/or when internet "
-"connection has been lost for a certain period of time."
+"Watchcat allows configuring a periodic reboot when the Internet connection "
+"has been lost for a certain period of time."
msgstr ""
msgid ""
-"When rebooting the system the watchcat will trigger a soft reboot, Entering "
-"a non zero value here, will trigger a delayed hard reboot if the soft reboot "
+"When rebooting the system, the watchcat will trigger a soft reboot. Entering "
+"a non zero value here will trigger a delayed hard reboot if the soft reboot "
"fails. Enter a number of seconds to enable, use 0 to disable"
msgstr ""
msgstr ""
msgid ""
-"Sometimes only one of both tools work. If one of fails, try the other one"
+"Sometimes only one of the two tools works. If one fails, try the other one"
msgstr ""
msgid "Specifies the interface the WoL packet is sent on"
msgstr ""
msgid ""
-"Wondershaper uses traffic shaping to ensure low latencies for interactive "
-"traffic even when your internet connection is highly saturated."
+"Wondershaper shapes traffic to ensure low latencies for interactive traffic "
+"even when your internet connection is highly saturated."
msgstr ""
msgid ""
"AHCP is an autoconfiguration protocol for IPv6 and dual-stack IPv6/IPv4 "
-"networks designed to be used in place of router discovery and DHCP on "
+"networks designed to be used in place of router discovery or DHCP on "
"networks where it is difficult or impossible to configure a server within "
"every link-layer broadcast domain, for example mobile ad-hoc networks."
msgstr ""
msgstr ""
msgid ""
-"Expiry time of leased addresses, minimum is 2 Minutes (<code>2m</code>)."
+"Expiry time of leased addresses, minimum is 2 minutes (<code>2m</code>)."
msgstr ""
msgid "External"
msgstr ""
msgid ""
-"It appears that you try to flash an image that does not fit into the flash "
-"memory, please verify the image file!"
+"It appears that you are trying to flash an image that does not fit into the "
+"flash memory, please verify the image file!"
msgstr ""
msgid "Java Script required!"
msgstr ""
msgid ""
-"Local domain specification. Names matching this domain are never forwared "
-"and resolved from DHCP or hosts files only"
+"Local domain specification. Names matching this domain are never forwarded "
+"and are resolved from DHCP or hosts files only"
msgstr ""
msgid "Local domain suffix appended to DHCP names and hosts file entries"
msgstr ""
msgid ""
-"Really shutdown interface \"%s\" ?\\nYou might lose access to this device if "
-"you are connected via this interface."
+"Really shut down network?\\nYou might lose access to this device if you are "
+"connected via this interface."
msgstr ""
msgid ""
-"Really shutdown network ?\\nYou might lose access to this device if you are "
-"connected via this interface."
+"Really shutdown interface \"%s\" ?\\nYou might lose access to this device if "
+"you are connected via this interface."
msgstr ""
msgid "Really switch protocol?"
msgid "Services"
msgstr ""
-msgid "Setup DHCP Server"
+msgid "Set up Time Synchronization"
msgstr ""
-msgid "Setup Time Synchronization"
+msgid "Setup DHCP Server"
msgstr ""
msgid "Show current backup file list"
msgstr ""
msgid ""
-"Sorry, there is no sysupgrade support present, a new firmware image must be "
+"Sorry, there is no sysupgrade support present; a new firmware image must be "
"flashed manually. Please refer to the OpenWrt wiki for device specific "
"install instructions."
msgstr ""
msgid ""
"The <em>Device Configuration</em> section covers physical settings of the "
-"radio hardware such as channel, transmit power or antenna selection which is "
-"shared among all defined wireless networks (if the radio hardware is multi-"
-"SSID capable). Per network settings like encryption or operation mode are "
-"grouped in the <em>Interface Configuration</em>."
+"radio hardware such as channel, transmit power or antenna selection which "
+"are shared among all defined wireless networks (if the radio hardware is "
+"multi-SSID capable). Per network settings like encryption or operation mode "
+"are grouped in the <em>Interface Configuration</em>."
msgstr ""
msgid ""
msgstr ""
msgid ""
-"The hardware is not multi-SSID capable and existing configuration will be "
-"replaced if you proceed."
+"The hardware is not multi-SSID capable and the existing configuration will "
+"be replaced if you proceed."
msgstr ""
msgid ""
msgid ""
"The system is flashing now.<br /> DO NOT POWER OFF THE DEVICE!<br /> Wait a "
-"few minutes until you try to reconnect. It might be necessary to renew the "
+"few minutes before you try to reconnect. It might be necessary to renew the "
"address of your computer to reach the device again, depending on your "
"settings."
msgstr ""
"<em>output</em> options set the default policies for traffic entering and "
"leaving this zone while the <em>forward</em> option describes the policy for "
"forwarded traffic between different networks within the zone. <em>Covered "
-"networks</em> specifies which available networks are member of this zone."
+"networks</em> specifies which available networks are members of this zone."
msgstr ""
msgid "To %s at %s on <var>this device</var>"
msgstr ""
msgid ""
-"Note: this will setup this interface for mesh operation, i.e. add to zone "
-"'freifunk' and enable olsr."
+"Note: this will set up this interface for mesh operation, i.e. add it to "
+"zone 'freifunk' and enable olsr."
msgstr ""
msgid "Protect LAN"
msgid "Can only be a valid IPv4 or IPv6 address or 'default'"
msgstr ""
+msgid "Can only be a valid IPv6 address or 'default'"
+msgstr ""
+
msgid "Configuration"
msgstr ""
msgid "HNA validity time"
msgstr ""
+msgid "HNA6 Announcements"
+msgstr ""
+
msgid "Hello"
msgstr ""
"networks using HNA messages."
msgstr ""
+msgid ""
+"Hosts in a OLSR routed network can announce connecitivity to external "
+"networks using HNA6 messages."
+msgstr ""
+
msgid ""
"Hysteresis for link sensing (only for hopcount metric). Hysteresis adds more "
"robustness to the link sensing but delays neighbor registration. Defaults is "
"nodes on this interface by 20%: default 0.8"
msgstr ""
+msgid ""
+"Multiply routes with the factor given here. Allowed values are between 0.01 "
+"and 1.0. It is only used when LQ-Level is greater than 0. Examples:<br /"
+">reduce LQ to fd91:662e:3c58::1 by half: fd91:662e:3c58::1 0.5<br />reduce "
+"LQ to all nodes on this interface by 20%: default 0.8"
+msgstr ""
+
msgid "NAT threshold"
msgstr ""
msgid "OLSR - HNA-Announcements"
msgstr ""
+msgid "OLSR - HNA6-Announcements"
+msgstr ""
+
msgid "OLSR - Plugins"
msgstr ""
"IP of the first interface."
msgstr ""
+msgid ""
+"Sets the main IP (originator ip) of the router. This IP will NEVER change "
+"during the uptime of olsrd. Default is ::, which triggers usage of the IP of "
+"the first interface."
+msgstr ""
+
msgid "Show IPv4"
msgstr ""
"Default setting is \"both\"."
msgstr ""
+msgid ""
+"Which kind of uplink is exported to the other mesh nodes. An uplink is "
+"detected by looking for a local HNA6 ::ffff:0:0/96 or 2000::/3. Default "
+"setting is \"both\"."
+msgstr ""
+
msgid "Willingness"
msgstr ""
msgstr ""
msgid ""
-"Watchcat allows to configure a periodic reboot and/or when internet "
-"connection has been lost for a certain period of time."
+"Watchcat allows configuring a periodic reboot when the Internet connection "
+"has been lost for a certain period of time."
msgstr ""
msgid ""
-"When rebooting the system the watchcat will trigger a soft reboot, Entering "
-"a non zero value here, will trigger a delayed hard reboot if the soft reboot "
+"When rebooting the system, the watchcat will trigger a soft reboot. Entering "
+"a non zero value here will trigger a delayed hard reboot if the soft reboot "
"fails. Enter a number of seconds to enable, use 0 to disable"
msgstr ""
msgstr ""
msgid ""
-"Sometimes only one of both tools work. If one of fails, try the other one"
+"Sometimes only one of the two tools works. If one fails, try the other one"
msgstr ""
msgid "Specifies the interface the WoL packet is sent on"
msgstr ""
msgid ""
-"Wondershaper uses traffic shaping to ensure low latencies for interactive "
-"traffic even when your internet connection is highly saturated."
+"Wondershaper shapes traffic to ensure low latencies for interactive traffic "
+"even when your internet connection is highly saturated."
msgstr ""
msgid "AHCP Server"
msgstr "AHCP Sunucusu"
+#, fuzzy
msgid ""
"AHCP is an autoconfiguration protocol for IPv6 and dual-stack IPv6/IPv4 "
-"networks designed to be used in place of router discovery and DHCP on "
+"networks designed to be used in place of router discovery or DHCP on "
"networks where it is difficult or impossible to configure a server within "
"every link-layer broadcast domain, for example mobile ad-hoc networks."
msgstr ""
msgstr ""
msgid ""
-"Expiry time of leased addresses, minimum is 2 Minutes (<code>2m</code>)."
+"Expiry time of leased addresses, minimum is 2 minutes (<code>2m</code>)."
msgstr ""
msgid "External"
msgstr ""
msgid ""
-"It appears that you try to flash an image that does not fit into the flash "
-"memory, please verify the image file!"
+"It appears that you are trying to flash an image that does not fit into the "
+"flash memory, please verify the image file!"
msgstr ""
msgid "Java Script required!"
msgstr ""
msgid ""
-"Local domain specification. Names matching this domain are never forwared "
-"and resolved from DHCP or hosts files only"
+"Local domain specification. Names matching this domain are never forwarded "
+"and are resolved from DHCP or hosts files only"
msgstr ""
msgid "Local domain suffix appended to DHCP names and hosts file entries"
msgstr ""
msgid ""
-"Really shutdown interface \"%s\" ?\\nYou might lose access to this device if "
-"you are connected via this interface."
+"Really shut down network?\\nYou might lose access to this device if you are "
+"connected via this interface."
msgstr ""
msgid ""
-"Really shutdown network ?\\nYou might lose access to this device if you are "
-"connected via this interface."
+"Really shutdown interface \"%s\" ?\\nYou might lose access to this device if "
+"you are connected via this interface."
msgstr ""
msgid "Really switch protocol?"
msgid "Services"
msgstr ""
-msgid "Setup DHCP Server"
+msgid "Set up Time Synchronization"
msgstr ""
-msgid "Setup Time Synchronization"
+msgid "Setup DHCP Server"
msgstr ""
msgid "Show current backup file list"
msgstr ""
msgid ""
-"Sorry, there is no sysupgrade support present, a new firmware image must be "
+"Sorry, there is no sysupgrade support present; a new firmware image must be "
"flashed manually. Please refer to the OpenWrt wiki for device specific "
"install instructions."
msgstr ""
msgid ""
"The <em>Device Configuration</em> section covers physical settings of the "
-"radio hardware such as channel, transmit power or antenna selection which is "
-"shared among all defined wireless networks (if the radio hardware is multi-"
-"SSID capable). Per network settings like encryption or operation mode are "
-"grouped in the <em>Interface Configuration</em>."
+"radio hardware such as channel, transmit power or antenna selection which "
+"are shared among all defined wireless networks (if the radio hardware is "
+"multi-SSID capable). Per network settings like encryption or operation mode "
+"are grouped in the <em>Interface Configuration</em>."
msgstr ""
msgid ""
msgstr ""
msgid ""
-"The hardware is not multi-SSID capable and existing configuration will be "
-"replaced if you proceed."
+"The hardware is not multi-SSID capable and the existing configuration will "
+"be replaced if you proceed."
msgstr ""
msgid ""
msgid ""
"The system is flashing now.<br /> DO NOT POWER OFF THE DEVICE!<br /> Wait a "
-"few minutes until you try to reconnect. It might be necessary to renew the "
+"few minutes before you try to reconnect. It might be necessary to renew the "
"address of your computer to reach the device again, depending on your "
"settings."
msgstr ""
"<em>output</em> options set the default policies for traffic entering and "
"leaving this zone while the <em>forward</em> option describes the policy for "
"forwarded traffic between different networks within the zone. <em>Covered "
-"networks</em> specifies which available networks are member of this zone."
+"networks</em> specifies which available networks are members of this zone."
msgstr ""
msgid "To %s at %s on <var>this device</var>"
msgstr ""
msgid ""
-"Note: this will setup this interface for mesh operation, i.e. add to zone "
-"'freifunk' and enable olsr."
+"Note: this will set up this interface for mesh operation, i.e. add it to "
+"zone 'freifunk' and enable olsr."
msgstr ""
msgid "Protect LAN"
msgid "Can only be a valid IPv4 or IPv6 address or 'default'"
msgstr ""
+msgid "Can only be a valid IPv6 address or 'default'"
+msgstr ""
+
msgid "Configuration"
msgstr ""
msgid "HNA validity time"
msgstr ""
+msgid "HNA6 Announcements"
+msgstr ""
+
msgid "Hello"
msgstr ""
"networks using HNA messages."
msgstr ""
+msgid ""
+"Hosts in a OLSR routed network can announce connecitivity to external "
+"networks using HNA6 messages."
+msgstr ""
+
msgid ""
"Hysteresis for link sensing (only for hopcount metric). Hysteresis adds more "
"robustness to the link sensing but delays neighbor registration. Defaults is "
"nodes on this interface by 20%: default 0.8"
msgstr ""
+msgid ""
+"Multiply routes with the factor given here. Allowed values are between 0.01 "
+"and 1.0. It is only used when LQ-Level is greater than 0. Examples:<br /"
+">reduce LQ to fd91:662e:3c58::1 by half: fd91:662e:3c58::1 0.5<br />reduce "
+"LQ to all nodes on this interface by 20%: default 0.8"
+msgstr ""
+
msgid "NAT threshold"
msgstr ""
msgid "OLSR - HNA-Announcements"
msgstr ""
+msgid "OLSR - HNA6-Announcements"
+msgstr ""
+
msgid "OLSR - Plugins"
msgstr ""
"IP of the first interface."
msgstr ""
+msgid ""
+"Sets the main IP (originator ip) of the router. This IP will NEVER change "
+"during the uptime of olsrd. Default is ::, which triggers usage of the IP of "
+"the first interface."
+msgstr ""
+
msgid "Show IPv4"
msgstr ""
"Default setting is \"both\"."
msgstr ""
+msgid ""
+"Which kind of uplink is exported to the other mesh nodes. An uplink is "
+"detected by looking for a local HNA6 ::ffff:0:0/96 or 2000::/3. Default "
+"setting is \"both\"."
+msgstr ""
+
msgid "Willingness"
msgstr ""
msgstr ""
msgid ""
-"Watchcat allows to configure a periodic reboot and/or when internet "
-"connection has been lost for a certain period of time."
+"Watchcat allows configuring a periodic reboot when the Internet connection "
+"has been lost for a certain period of time."
msgstr ""
msgid ""
-"When rebooting the system the watchcat will trigger a soft reboot, Entering "
-"a non zero value here, will trigger a delayed hard reboot if the soft reboot "
+"When rebooting the system, the watchcat will trigger a soft reboot. Entering "
+"a non zero value here will trigger a delayed hard reboot if the soft reboot "
"fails. Enter a number of seconds to enable, use 0 to disable"
msgstr ""
msgstr ""
msgid ""
-"Sometimes only one of both tools work. If one of fails, try the other one"
+"Sometimes only one of the two tools works. If one fails, try the other one"
msgstr ""
msgid "Specifies the interface the WoL packet is sent on"
msgstr ""
msgid ""
-"Wondershaper uses traffic shaping to ensure low latencies for interactive "
-"traffic even when your internet connection is highly saturated."
+"Wondershaper shapes traffic to ensure low latencies for interactive traffic "
+"even when your internet connection is highly saturated."
msgstr ""
msgid "AHCP Server"
msgstr "Сервер AHCP"
+#, fuzzy
msgid ""
"AHCP is an autoconfiguration protocol for IPv6 and dual-stack IPv6/IPv4 "
-"networks designed to be used in place of router discovery and DHCP on "
+"networks designed to be used in place of router discovery or DHCP on "
"networks where it is difficult or impossible to configure a server within "
"every link-layer broadcast domain, for example mobile ad-hoc networks."
msgstr ""
msgid "Expires"
msgstr "Дійсний ще"
+#, fuzzy
msgid ""
-"Expiry time of leased addresses, minimum is 2 Minutes (<code>2m</code>)."
+"Expiry time of leased addresses, minimum is 2 minutes (<code>2m</code>)."
msgstr "Термін оренди адрес, мінімум 2 хвилини (<code>2m</code>)."
msgid "External"
msgid "Invalid username and/or password! Please try again."
msgstr "Неприпустиме ім’я користувача та/або пароль! Спробуйте ще раз."
+#, fuzzy
msgid ""
-"It appears that you try to flash an image that does not fit into the flash "
-"memory, please verify the image file!"
+"It appears that you are trying to flash an image that does not fit into the "
+"flash memory, please verify the image file!"
msgstr ""
"Схоже, що ви намагаєтеся залити образ, який не вміщається у флеш-пам'ять! "
"Перевірте файл образу!"
msgid "Local domain"
msgstr "Локальний домен"
+#, fuzzy
msgid ""
-"Local domain specification. Names matching this domain are never forwared "
-"and resolved from DHCP or hosts files only"
+"Local domain specification. Names matching this domain are never forwarded "
+"and are resolved from DHCP or hosts files only"
msgstr ""
"Специфікація локальних доменів. Імена, зіставлені цьому домену, ніколи не "
"спрямовуються і виділяються тільки через DHCP або файли hosts"
msgid "Really reset all changes?"
msgstr "Дійсно скинути всі зміни?"
+#, fuzzy
+msgid ""
+"Really shut down network?\\nYou might lose access to this device if you are "
+"connected via this interface."
+msgstr ""
+"Дійсно вимкнути мережу?\n"
+"Ви можете втратити доступ до цього пристрою, якщо ви підключені через цю "
+"мережу."
+
msgid ""
"Really shutdown interface \"%s\" ?\\nYou might lose access to this device if "
"you are connected via this interface."
"Ви можете втратити доступ до цього пристрою, якщо ви підключені через цей "
"інтерфейс."
-msgid ""
-"Really shutdown network ?\\nYou might lose access to this device if you are "
-"connected via this interface."
-msgstr ""
-"Дійсно вимкнути мережу?\n"
-"Ви можете втратити доступ до цього пристрою, якщо ви підключені через цю "
-"мережу."
-
msgid "Really switch protocol?"
msgstr "Дійсно змінити протокол?"
msgid "Services"
msgstr "Сервіси"
+#, fuzzy
+msgid "Set up Time Synchronization"
+msgstr "Настройки синхронізації часу"
+
msgid "Setup DHCP Server"
msgstr "Настройки DHCP-сервера"
-msgid "Setup Time Synchronization"
-msgstr "Настройки синхронізації часу"
-
msgid "Show current backup file list"
msgstr "Показати поточний список файлів резервного копіювання"
msgid "Sorry, the server encountered an unexpected error."
msgstr "На жаль, на сервері сталася неочікувана помилка."
+#, fuzzy
msgid ""
-"Sorry, there is no sysupgrade support present, a new firmware image must be "
+"Sorry, there is no sysupgrade support present; a new firmware image must be "
"flashed manually. Please refer to the OpenWrt wiki for device specific "
"install instructions."
msgstr ""
msgid "Terminate"
msgstr "Завершити"
+#, fuzzy
msgid ""
"The <em>Device Configuration</em> section covers physical settings of the "
-"radio hardware such as channel, transmit power or antenna selection which is "
-"shared among all defined wireless networks (if the radio hardware is multi-"
-"SSID capable). Per network settings like encryption or operation mode are "
-"grouped in the <em>Interface Configuration</em>."
+"radio hardware such as channel, transmit power or antenna selection which "
+"are shared among all defined wireless networks (if the radio hardware is "
+"multi-SSID capable). Per network settings like encryption or operation mode "
+"are grouped in the <em>Interface Configuration</em>."
msgstr ""
"Розділ <em>Конфігурація пристрою</em> охоплює фізичні параметри радіо-"
"апаратних засобів, такі, як канал, потужність передавача або вибір антени, "
msgid "The given network name is not unique"
msgstr "Задане мережеве ім'я не є унікальним"
+#, fuzzy
msgid ""
-"The hardware is not multi-SSID capable and existing configuration will be "
-"replaced if you proceed."
+"The hardware is not multi-SSID capable and the existing configuration will "
+"be replaced if you proceed."
msgstr ""
"Обладнання не підтримує мульти-SSID і, якщо ви продовжите, існуюча "
"конфігурація буде замінена."
"Зараз система видаляє розділ конфігурації і коли закінчить, "
"перезавантажиться."
+#, fuzzy
msgid ""
"The system is flashing now.<br /> DO NOT POWER OFF THE DEVICE!<br /> Wait a "
-"few minutes until you try to reconnect. It might be necessary to renew the "
+"few minutes before you try to reconnect. It might be necessary to renew the "
"address of your computer to reach the device again, depending on your "
"settings."
msgstr ""
#~ msgid "This is the 32 byte hex encoded user ID, not the login name"
#~ msgstr ""
-#~ "Це 32-байтний шістнадцятковий закодований ідентифікатор користувача, не ім'я "
-#~ "для входу"
+#~ "Це 32-байтний шістнадцятковий закодований ідентифікатор користувача, не "
+#~ "ім'я для входу"
#~ msgid "40MHz 2nd channel above"
#~ msgstr "40MHz (2-й канал вище)"
"На цій сторінці можна змінити додаткові властивості елемента правил трафіка, "
"таких як відповідні параметри джерела та вузлів призначення."
+#, fuzzy
msgid ""
"This section defines common properties of %q. The <em>input</em> and "
"<em>output</em> options set the default policies for traffic entering and "
"leaving this zone while the <em>forward</em> option describes the policy for "
"forwarded traffic between different networks within the zone. <em>Covered "
-"networks</em> specifies which available networks are member of this zone."
+"networks</em> specifies which available networks are members of this zone."
msgstr ""
"Цей розділ визначає загальні властивості %q. Параметри <em>вхідний</em> і "
"<em>вихідний</em> задають типову політику для трафіку на вході й виході з "
msgstr ""
msgid ""
-"Note: this will setup this interface for mesh operation, i.e. add to zone "
-"'freifunk' and enable olsr."
+"Note: this will set up this interface for mesh operation, i.e. add it to "
+"zone 'freifunk' and enable olsr."
msgstr ""
msgid "Protect LAN"
msgid "Can only be a valid IPv4 or IPv6 address or 'default'"
msgstr ""
+msgid "Can only be a valid IPv6 address or 'default'"
+msgstr ""
+
msgid "Configuration"
msgstr ""
msgid "HNA validity time"
msgstr ""
+msgid "HNA6 Announcements"
+msgstr ""
+
msgid "Hello"
msgstr ""
"networks using HNA messages."
msgstr ""
+msgid ""
+"Hosts in a OLSR routed network can announce connecitivity to external "
+"networks using HNA6 messages."
+msgstr ""
+
msgid ""
"Hysteresis for link sensing (only for hopcount metric). Hysteresis adds more "
"robustness to the link sensing but delays neighbor registration. Defaults is "
"nodes on this interface by 20%: default 0.8"
msgstr ""
+msgid ""
+"Multiply routes with the factor given here. Allowed values are between 0.01 "
+"and 1.0. It is only used when LQ-Level is greater than 0. Examples:<br /"
+">reduce LQ to fd91:662e:3c58::1 by half: fd91:662e:3c58::1 0.5<br />reduce "
+"LQ to all nodes on this interface by 20%: default 0.8"
+msgstr ""
+
msgid "NAT threshold"
msgstr ""
msgid "OLSR - HNA-Announcements"
msgstr ""
+msgid "OLSR - HNA6-Announcements"
+msgstr ""
+
msgid "OLSR - Plugins"
msgstr ""
"IP of the first interface."
msgstr ""
+msgid ""
+"Sets the main IP (originator ip) of the router. This IP will NEVER change "
+"during the uptime of olsrd. Default is ::, which triggers usage of the IP of "
+"the first interface."
+msgstr ""
+
msgid "Show IPv4"
msgstr ""
"Default setting is \"both\"."
msgstr ""
+msgid ""
+"Which kind of uplink is exported to the other mesh nodes. An uplink is "
+"detected by looking for a local HNA6 ::ffff:0:0/96 or 2000::/3. Default "
+"setting is \"both\"."
+msgstr ""
+
msgid "Willingness"
msgstr ""
msgid "Watchcat"
msgstr "Watchcat"
+#, fuzzy
msgid ""
-"Watchcat allows to configure a periodic reboot and/or when internet "
-"connection has been lost for a certain period of time."
+"Watchcat allows configuring a periodic reboot when the Internet connection "
+"has been lost for a certain period of time."
msgstr ""
"Watchcat дозволяє налаштувати періодичні перезавантаження і/або коли "
"підключення до інтернету було втрачено протягом певного періоду часу."
msgid ""
-"When rebooting the system the watchcat will trigger a soft reboot, Entering "
-"a non zero value here, will trigger a delayed hard reboot if the soft reboot "
+"When rebooting the system, the watchcat will trigger a soft reboot. Entering "
+"a non zero value here will trigger a delayed hard reboot if the soft reboot "
"fails. Enter a number of seconds to enable, use 0 to disable"
msgstr ""
msgid "Network interface to use"
msgstr "Використовувати мережевий інтерфейс"
+#, fuzzy
msgid ""
-"Sometimes only one of both tools work. If one of fails, try the other one"
+"Sometimes only one of the two tools works. If one fails, try the other one"
msgstr ""
"Іноді працює тільки одна з цих двох утиліт. Якщо одна з них не працює, "
"спробуйте іншу."
msgid "Wondershaper settings"
msgstr "Налаштування Wondershaper"
+#, fuzzy
msgid ""
-"Wondershaper uses traffic shaping to ensure low latencies for interactive "
-"traffic even when your internet connection is highly saturated."
+"Wondershaper shapes traffic to ensure low latencies for interactive traffic "
+"even when your internet connection is highly saturated."
msgstr ""
"Wondershaper використовує формування трафіку для забезпечення низької "
"затримки інтерактивного трафіку, навіть якщо ваше з'єднання з інтернетом "
msgid "AHCP Server"
msgstr "AHCP Server"
+#, fuzzy
msgid ""
"AHCP is an autoconfiguration protocol for IPv6 and dual-stack IPv6/IPv4 "
-"networks designed to be used in place of router discovery and DHCP on "
+"networks designed to be used in place of router discovery or DHCP on "
"networks where it is difficult or impossible to configure a server within "
"every link-layer broadcast domain, for example mobile ad-hoc networks."
msgstr ""
msgstr ""
msgid ""
-"Expiry time of leased addresses, minimum is 2 Minutes (<code>2m</code>)."
+"Expiry time of leased addresses, minimum is 2 minutes (<code>2m</code>)."
msgstr ""
msgid "External"
msgid "Invalid username and/or password! Please try again."
msgstr "Tên và mật mã không đúng. Xin thử lại "
+#, fuzzy
msgid ""
-"It appears that you try to flash an image that does not fit into the flash "
-"memory, please verify the image file!"
+"It appears that you are trying to flash an image that does not fit into the "
+"flash memory, please verify the image file!"
msgstr ""
"Dường như bạn cố gắng flash một hình ảnh không phù hợp với bộ nhớ flash, xin "
"vui lòng xác minh các tập tin hình ảnh!"
msgstr ""
msgid ""
-"Local domain specification. Names matching this domain are never forwared "
-"and resolved from DHCP or hosts files only"
+"Local domain specification. Names matching this domain are never forwarded "
+"and are resolved from DHCP or hosts files only"
msgstr ""
msgid "Local domain suffix appended to DHCP names and hosts file entries"
msgstr ""
msgid ""
-"Really shutdown interface \"%s\" ?\\nYou might lose access to this device if "
-"you are connected via this interface."
+"Really shut down network?\\nYou might lose access to this device if you are "
+"connected via this interface."
msgstr ""
msgid ""
-"Really shutdown network ?\\nYou might lose access to this device if you are "
-"connected via this interface."
+"Really shutdown interface \"%s\" ?\\nYou might lose access to this device if "
+"you are connected via this interface."
msgstr ""
msgid "Really switch protocol?"
msgid "Services"
msgstr "Dịch vụ "
-msgid "Setup DHCP Server"
+msgid "Set up Time Synchronization"
msgstr ""
-msgid "Setup Time Synchronization"
+msgid "Setup DHCP Server"
msgstr ""
msgid "Show current backup file list"
msgstr ""
msgid ""
-"Sorry, there is no sysupgrade support present, a new firmware image must be "
+"Sorry, there is no sysupgrade support present; a new firmware image must be "
"flashed manually. Please refer to the OpenWrt wiki for device specific "
"install instructions."
msgstr ""
msgid ""
"The <em>Device Configuration</em> section covers physical settings of the "
-"radio hardware such as channel, transmit power or antenna selection which is "
-"shared among all defined wireless networks (if the radio hardware is multi-"
-"SSID capable). Per network settings like encryption or operation mode are "
-"grouped in the <em>Interface Configuration</em>."
+"radio hardware such as channel, transmit power or antenna selection which "
+"are shared among all defined wireless networks (if the radio hardware is "
+"multi-SSID capable). Per network settings like encryption or operation mode "
+"are grouped in the <em>Interface Configuration</em>."
msgstr ""
msgid ""
msgstr ""
msgid ""
-"The hardware is not multi-SSID capable and existing configuration will be "
-"replaced if you proceed."
+"The hardware is not multi-SSID capable and the existing configuration will "
+"be replaced if you proceed."
msgstr ""
msgid ""
"when finished."
msgstr ""
+#, fuzzy
msgid ""
"The system is flashing now.<br /> DO NOT POWER OFF THE DEVICE!<br /> Wait a "
-"few minutes until you try to reconnect. It might be necessary to renew the "
+"few minutes before you try to reconnect. It might be necessary to renew the "
"address of your computer to reach the device again, depending on your "
"settings."
msgstr ""
"<em>output</em> options set the default policies for traffic entering and "
"leaving this zone while the <em>forward</em> option describes the policy for "
"forwarded traffic between different networks within the zone. <em>Covered "
-"networks</em> specifies which available networks are member of this zone."
+"networks</em> specifies which available networks are members of this zone."
msgstr ""
msgid "To %s at %s on <var>this device</var>"
msgstr ""
msgid ""
-"Note: this will setup this interface for mesh operation, i.e. add to zone "
-"'freifunk' and enable olsr."
+"Note: this will set up this interface for mesh operation, i.e. add it to "
+"zone 'freifunk' and enable olsr."
msgstr ""
msgid "Protect LAN"
msgid "Can only be a valid IPv4 or IPv6 address or 'default'"
msgstr ""
+msgid "Can only be a valid IPv6 address or 'default'"
+msgstr ""
+
msgid "Configuration"
msgstr ""
msgid "HNA validity time"
msgstr "Thời gian hợp lệ hóa HNA "
+#, fuzzy
+msgid "HNA6 Announcements"
+msgstr "OLSR - HNA - Thông báo"
+
msgid "Hello"
msgstr ""
"networks using HNA messages."
msgstr ""
+msgid ""
+"Hosts in a OLSR routed network can announce connecitivity to external "
+"networks using HNA6 messages."
+msgstr ""
+
msgid ""
"Hysteresis for link sensing (only for hopcount metric). Hysteresis adds more "
"robustness to the link sensing but delays neighbor registration. Defaults is "
"nodes on this interface by 20%: default 0.8"
msgstr ""
+msgid ""
+"Multiply routes with the factor given here. Allowed values are between 0.01 "
+"and 1.0. It is only used when LQ-Level is greater than 0. Examples:<br /"
+">reduce LQ to fd91:662e:3c58::1 by half: fd91:662e:3c58::1 0.5<br />reduce "
+"LQ to all nodes on this interface by 20%: default 0.8"
+msgstr ""
+
msgid "NAT threshold"
msgstr ""
msgid "OLSR - HNA-Announcements"
msgstr "OLSR - HNA - Thông báo"
+#, fuzzy
+msgid "OLSR - HNA6-Announcements"
+msgstr "OLSR - HNA - Thông báo"
+
msgid "OLSR - Plugins"
msgstr "OLSR - Plugins"
"IP of the first interface."
msgstr ""
+msgid ""
+"Sets the main IP (originator ip) of the router. This IP will NEVER change "
+"during the uptime of olsrd. Default is ::, which triggers usage of the IP of "
+"the first interface."
+msgstr ""
+
msgid "Show IPv4"
msgstr ""
"Default setting is \"both\"."
msgstr ""
+msgid ""
+"Which kind of uplink is exported to the other mesh nodes. An uplink is "
+"detected by looking for a local HNA6 ::ffff:0:0/96 or 2000::/3. Default "
+"setting is \"both\"."
+msgstr ""
+
msgid "Willingness"
msgstr "Sẵn sàng"
#~ "Make sure that OLSRd is running, the \"txtinfo\" plugin is loaded, "
#~ "configured on port 2006 and accepts connections from \"127.0.0.1\"."
#~ msgstr ""
-#~ "Bảo đảm là OLSRd đang vận hành, the &quot;txtinfo&quot; plugin được "
-#~ "tải, định cấu hình trên cổng 2006 và chấp nhận kết nối từ "
-#~ "&quot;127.0.0.1&quot;."
+#~ "Bảo đảm là OLSRd đang vận hành, the &quot;txtinfo&quot; plugin "
+#~ "được tải, định cấu hình trên cổng 2006 và chấp nhận kết nối từ &"
+#~ "quot;127.0.0.1&quot;."
msgstr ""
msgid ""
-"Watchcat allows to configure a periodic reboot and/or when internet "
-"connection has been lost for a certain period of time."
+"Watchcat allows configuring a periodic reboot when the Internet connection "
+"has been lost for a certain period of time."
msgstr ""
msgid ""
-"When rebooting the system the watchcat will trigger a soft reboot, Entering "
-"a non zero value here, will trigger a delayed hard reboot if the soft reboot "
+"When rebooting the system, the watchcat will trigger a soft reboot. Entering "
+"a non zero value here will trigger a delayed hard reboot if the soft reboot "
"fails. Enter a number of seconds to enable, use 0 to disable"
msgstr ""
msgstr ""
msgid ""
-"Sometimes only one of both tools work. If one of fails, try the other one"
+"Sometimes only one of the two tools works. If one fails, try the other one"
msgstr ""
msgid "Specifies the interface the WoL packet is sent on"
msgstr ""
msgid ""
-"Wondershaper uses traffic shaping to ensure low latencies for interactive "
-"traffic even when your internet connection is highly saturated."
+"Wondershaper shapes traffic to ensure low latencies for interactive traffic "
+"even when your internet connection is highly saturated."
msgstr ""
msgid "AHCP Server"
msgstr "AHCP 服务器"
+#, fuzzy
msgid ""
"AHCP is an autoconfiguration protocol for IPv6 and dual-stack IPv6/IPv4 "
-"networks designed to be used in place of router discovery and DHCP on "
+"networks designed to be used in place of router discovery or DHCP on "
"networks where it is difficult or impossible to configure a server within "
"every link-layer broadcast domain, for example mobile ad-hoc networks."
msgstr ""
-"AHCP是一个自动配置IPv6和IPv6/IPv4"
-"双栈网络的协议,用于在网络上进行路由探测和地址分配。因为在某些网络上为每个链路层广播域均配置服务器是非常困难的,例如移动ad-hoc网络。"
+"AHCP是一个自动配置IPv6和IPv6/IPv4双栈网络的协议,用于在网络上进行路由探测和地"
+"址分配。因为在某些网络上为每个链路层广播域均配置服务器是非常困难的,例如移动"
+"ad-hoc网络。"
msgid "Active AHCP Leases"
msgstr "活动的AHCP租约"
msgid "Expires"
msgstr "到期时间"
+#, fuzzy
msgid ""
-"Expiry time of leased addresses, minimum is 2 Minutes (<code>2m</code>)."
+"Expiry time of leased addresses, minimum is 2 minutes (<code>2m</code>)."
msgstr "地址租期,最小2分钟(<code>2m</code>)。"
msgid "External"
msgid "Invalid username and/or password! Please try again."
msgstr "无效的用户名和/或密码! 请重试。"
+#, fuzzy
msgid ""
-"It appears that you try to flash an image that does not fit into the flash "
-"memory, please verify the image file!"
+"It appears that you are trying to flash an image that does not fit into the "
+"flash memory, please verify the image file!"
msgstr "将要刷新的固件与本路由器不兼容,请重新验证固件文件。"
msgid "Java Script required!"
msgid "Local domain"
msgstr "本地域名"
+#, fuzzy
msgid ""
-"Local domain specification. Names matching this domain are never forwared "
-"and resolved from DHCP or hosts files only"
+"Local domain specification. Names matching this domain are never forwarded "
+"and are resolved from DHCP or hosts files only"
msgstr "本地域名规则。从不转发和处理只源自DHCP或HOSTS文件的本地域名数据"
msgid "Local domain suffix appended to DHCP names and hosts file entries"
msgid "Really reset all changes?"
msgstr "确定要放弃所有更改?"
+#, fuzzy
+msgid ""
+"Really shut down network?\\nYou might lose access to this device if you are "
+"connected via this interface."
+msgstr ""
+"确定要关闭此网络?\\\n"
+"关闭此网络,可能导致无法再访问路由器!"
+
msgid ""
"Really shutdown interface \"%s\" ?\\nYou might lose access to this device if "
"you are connected via this interface."
"确定要关闭接口\"%s\" ?\\\n"
"删除此网络,可能导致无法再访问路由器!"
-msgid ""
-"Really shutdown network ?\\nYou might lose access to this device if you are "
-"connected via this interface."
-msgstr ""
-"确定要关闭此网络?\\\n"
-"关闭此网络,可能导致无法再访问路由器!"
-
msgid "Really switch protocol?"
msgstr "确定要切换协议?"
msgid "Services"
msgstr "服务"
+#, fuzzy
+msgid "Set up Time Synchronization"
+msgstr "设置时间同步"
+
msgid "Setup DHCP Server"
msgstr "配置DHCP服务器"
-msgid "Setup Time Synchronization"
-msgstr "设置时间同步"
-
msgid "Show current backup file list"
msgstr "显示当前文件备份列表"
msgid "Sorry, the server encountered an unexpected error."
msgstr "对不起,服务器遇到未知错误。"
+#, fuzzy
msgid ""
-"Sorry, there is no sysupgrade support present, a new firmware image must be "
+"Sorry, there is no sysupgrade support present; a new firmware image must be "
"flashed manually. Please refer to the OpenWrt wiki for device specific "
"install instructions."
msgstr ""
msgid "Terminate"
msgstr "关闭"
+#, fuzzy
msgid ""
"The <em>Device Configuration</em> section covers physical settings of the "
-"radio hardware such as channel, transmit power or antenna selection which is "
-"shared among all defined wireless networks (if the radio hardware is multi-"
-"SSID capable). Per network settings like encryption or operation mode are "
-"grouped in the <em>Interface Configuration</em>."
+"radio hardware such as channel, transmit power or antenna selection which "
+"are shared among all defined wireless networks (if the radio hardware is "
+"multi-SSID capable). Per network settings like encryption or operation mode "
+"are grouped in the <em>Interface Configuration</em>."
msgstr ""
"<em>设备配置</em>区域可配置无线的硬件参数,比如信道、发射功率或发射天线(如果"
"此无线模块硬件支持多SSID,则全部SSID共用此设备配置)。<em>接口配置</em>区域则"
msgid "The given network name is not unique"
msgstr "给定的网络名重复"
+#, fuzzy
msgid ""
-"The hardware is not multi-SSID capable and existing configuration will be "
-"replaced if you proceed."
+"The hardware is not multi-SSID capable and the existing configuration will "
+"be replaced if you proceed."
msgstr "本机的硬件不支持多SSID,继续进行将会覆盖现有配置。"
msgid ""
"when finished."
msgstr "系统正在删除配置分区,完成后会自动重启。"
+#, fuzzy
msgid ""
"The system is flashing now.<br /> DO NOT POWER OFF THE DEVICE!<br /> Wait a "
-"few minutes until you try to reconnect. It might be necessary to renew the "
+"few minutes before you try to reconnect. It might be necessary to renew the "
"address of your computer to reach the device again, depending on your "
"settings."
msgstr ""
"entry, such as matched source and destination hosts."
msgstr "本页面可以更改通信规则的高级设置,比如:需匹配的源主机和目标主机。"
+#, fuzzy
msgid ""
"This section defines common properties of %q. The <em>input</em> and "
"<em>output</em> options set the default policies for traffic entering and "
"leaving this zone while the <em>forward</em> option describes the policy for "
"forwarded traffic between different networks within the zone. <em>Covered "
-"networks</em> specifies which available networks are member of this zone."
+"networks</em> specifies which available networks are members of this zone."
msgstr ""
"本节定义 %q 的通用属性, <em>入站数据</em> 和 <em>出站数据</em>规则用于设置数"
"据包“进”和“出”路由器(某个接口)默认的转发原则,<em>转发</em>规则用于特定(一"
msgid "Mesh Wizard"
msgstr "Mesh 导引"
+#, fuzzy
msgid ""
-"Note: this will setup this interface for mesh operation, i.e. add to zone "
-"'freifunk' and enable olsr."
+"Note: this will set up this interface for mesh operation, i.e. add it to "
+"zone 'freifunk' and enable olsr."
msgstr "注意:这将为mesh操作建立一个接口,如:增加到‘freifunk’区域并使能olsr"
msgid "Protect LAN"
msgid "Can only be a valid IPv4 or IPv6 address or 'default'"
msgstr ""
+msgid "Can only be a valid IPv6 address or 'default'"
+msgstr ""
+
msgid "Configuration"
msgstr "配置"
msgid "HNA validity time"
msgstr "HNA有效时长"
+#, fuzzy
+msgid "HNA6 Announcements"
+msgstr "HNA公告"
+
msgid "Hello"
msgstr "Hello"
"networks using HNA messages."
msgstr ""
+msgid ""
+"Hosts in a OLSR routed network can announce connecitivity to external "
+"networks using HNA6 messages."
+msgstr ""
+
msgid ""
"Hysteresis for link sensing (only for hopcount metric). Hysteresis adds more "
"robustness to the link sensing but delays neighbor registration. Defaults is "
"nodes on this interface by 20%: default 0.8"
msgstr ""
+msgid ""
+"Multiply routes with the factor given here. Allowed values are between 0.01 "
+"and 1.0. It is only used when LQ-Level is greater than 0. Examples:<br /"
+">reduce LQ to fd91:662e:3c58::1 by half: fd91:662e:3c58::1 0.5<br />reduce "
+"LQ to all nodes on this interface by 20%: default 0.8"
+msgstr ""
+
msgid "NAT threshold"
msgstr ""
msgid "OLSR - HNA-Announcements"
msgstr ""
+#, fuzzy
+msgid "OLSR - HNA6-Announcements"
+msgstr "HNA公告"
+
msgid "OLSR - Plugins"
msgstr ""
"IP of the first interface."
msgstr ""
+msgid ""
+"Sets the main IP (originator ip) of the router. This IP will NEVER change "
+"during the uptime of olsrd. Default is ::, which triggers usage of the IP of "
+"the first interface."
+msgstr ""
+
msgid "Show IPv4"
msgstr ""
"Default setting is \"both\"."
msgstr ""
+msgid ""
+"Which kind of uplink is exported to the other mesh nodes. An uplink is "
+"detected by looking for a local HNA6 ::ffff:0:0/96 or 2000::/3. Default "
+"setting is \"both\"."
+msgstr ""
+
msgid "Willingness"
msgstr ""
msgid "Watchcat"
msgstr "WatchCat"
+#, fuzzy
msgid ""
-"Watchcat allows to configure a periodic reboot and/or when internet "
-"connection has been lost for a certain period of time."
+"Watchcat allows configuring a periodic reboot when the Internet connection "
+"has been lost for a certain period of time."
msgstr "WatchCat允许设置周期性的重启 和/或者 当网络连接断开达规定时间。"
+#, fuzzy
msgid ""
-"When rebooting the system the watchcat will trigger a soft reboot, Entering "
-"a non zero value here, will trigger a delayed hard reboot if the soft reboot "
+"When rebooting the system, the watchcat will trigger a soft reboot. Entering "
+"a non zero value here will trigger a delayed hard reboot if the soft reboot "
"fails. Enter a number of seconds to enable, use 0 to disable"
msgstr ""
"当重启系统的时候WatchCat将会触发一个软重启,在这里输入一个非0的值,如果软重启"
msgid "Network interface to use"
msgstr "选择使用的网络接口"
+#, fuzzy
msgid ""
-"Sometimes only one of both tools work. If one of fails, try the other one"
+"Sometimes only one of the two tools works. If one fails, try the other one"
msgstr "有时只有一个工具生效。如果其中一个失效,请尝试另一个"
msgid "Specifies the interface the WoL packet is sent on"
msgid "Wondershaper settings"
msgstr "Wondershaper设置"
+#, fuzzy
msgid ""
-"Wondershaper uses traffic shaping to ensure low latencies for interactive "
-"traffic even when your internet connection is highly saturated."
-msgstr "Wondershaper通过流量匹配,确保低延时的交互数据包,甚至当你的互联网连接是高度饱和。"
+"Wondershaper shapes traffic to ensure low latencies for interactive traffic "
+"even when your internet connection is highly saturated."
+msgstr ""
+"Wondershaper通过流量匹配,确保低延时的交互数据包,甚至当你的互联网连接是高度饱"
+"和。"
msgid ""
"AHCP is an autoconfiguration protocol for IPv6 and dual-stack IPv6/IPv4 "
-"networks designed to be used in place of router discovery and DHCP on "
+"networks designed to be used in place of router discovery or DHCP on "
"networks where it is difficult or impossible to configure a server within "
"every link-layer broadcast domain, for example mobile ad-hoc networks."
msgstr ""
msgid "Expires"
msgstr "過期"
+#, fuzzy
msgid ""
-"Expiry time of leased addresses, minimum is 2 Minutes (<code>2m</code>)."
+"Expiry time of leased addresses, minimum is 2 minutes (<code>2m</code>)."
msgstr "釋放位址的過期週期,最少兩分鐘 (<code>2m</code>)."
msgid "External"
msgid "Invalid username and/or password! Please try again."
msgstr "不正確的用戶名稱和/或者密碼!請再試一次."
+#, fuzzy
msgid ""
-"It appears that you try to flash an image that does not fit into the flash "
-"memory, please verify the image file!"
+"It appears that you are trying to flash an image that does not fit into the "
+"flash memory, please verify the image file!"
msgstr "它顯示你正嘗試更新不適用於這個flash記憶體的映像檔,請檢查確認這個映像檔"
msgid "Java Script required!"
msgid "Local domain"
msgstr "本地網域"
+#, fuzzy
msgid ""
-"Local domain specification. Names matching this domain are never forwared "
-"and resolved from DHCP or hosts files only"
+"Local domain specification. Names matching this domain are never forwarded "
+"and are resolved from DHCP or hosts files only"
msgstr "本地網域格式. 僅限符合從未從DHCP或hosts檔轉發和解析的網域"
msgid "Local domain suffix appended to DHCP names and hosts file entries"
msgid "Really reset all changes?"
msgstr "確定要重置回復原廠?"
+#, fuzzy
+msgid ""
+"Really shut down network?\\nYou might lose access to this device if you are "
+"connected via this interface."
+msgstr ""
+"真的要刪除這個網路 ?\n"
+"假如你是透過這個介面連線你可能會無法存取這個設備."
+
msgid ""
"Really shutdown interface \"%s\" ?\\nYou might lose access to this device if "
"you are connected via this interface."
"真的要關閉這個介面 \"%s\" ?!\n"
"假如你要透過這個介面連線你可能會無法存取這個設備."
-msgid ""
-"Really shutdown network ?\\nYou might lose access to this device if you are "
-"connected via this interface."
-msgstr ""
-"真的要刪除這個網路 ?\n"
-"假如你是透過這個介面連線你可能會無法存取這個設備."
-
msgid "Really switch protocol?"
msgstr "確定要更換協定?"
msgid "Services"
msgstr "各服務"
+#, fuzzy
+msgid "Set up Time Synchronization"
+msgstr "安裝校時同步"
+
msgid "Setup DHCP Server"
msgstr "安裝DHCP伺服器"
-msgid "Setup Time Synchronization"
-msgstr "安裝校時同步"
-
msgid "Show current backup file list"
msgstr "顯示現今的備份檔清單"
msgid "Sorry, the server encountered an unexpected error."
msgstr "抱歉, 伺服器遭遇非預期的錯誤."
+#, fuzzy
msgid ""
-"Sorry, there is no sysupgrade support present, a new firmware image must be "
+"Sorry, there is no sysupgrade support present; a new firmware image must be "
"flashed manually. Please refer to the OpenWrt wiki for device specific "
"install instructions."
msgstr ""
msgid "Terminate"
msgstr "中斷"
+#, fuzzy
msgid ""
"The <em>Device Configuration</em> section covers physical settings of the "
-"radio hardware such as channel, transmit power or antenna selection which is "
-"shared among all defined wireless networks (if the radio hardware is multi-"
-"SSID capable). Per network settings like encryption or operation mode are "
-"grouped in the <em>Interface Configuration</em>."
+"radio hardware such as channel, transmit power or antenna selection which "
+"are shared among all defined wireless networks (if the radio hardware is "
+"multi-SSID capable). Per network settings like encryption or operation mode "
+"are grouped in the <em>Interface Configuration</em>."
msgstr ""
"這個<em>Device Configuration</em>欄位會覆蓋無線射頻硬體的物理設定值,如通道、"
"傳送功率或者天線分享道所有定義的無線網路(假如這個無線射頻硬體是多工-SSID能力"
msgid "The given network name is not unique"
msgstr "輸入的網路名稱非獨一"
+#, fuzzy
msgid ""
-"The hardware is not multi-SSID capable and existing configuration will be "
-"replaced if you proceed."
+"The hardware is not multi-SSID capable and the existing configuration will "
+"be replaced if you proceed."
msgstr "如果你繼續的話.這硬體並非多SSID工能並且已存的設定將會被覆蓋."
msgid ""
"when finished."
msgstr "系統正在刪除設定分割並且當完成時將自行重開."
+#, fuzzy
msgid ""
"The system is flashing now.<br /> DO NOT POWER OFF THE DEVICE!<br /> Wait a "
-"few minutes until you try to reconnect. It might be necessary to renew the "
+"few minutes before you try to reconnect. It might be necessary to renew the "
"address of your computer to reach the device again, depending on your "
"settings."
msgstr ""
"entry, such as matched source and destination hosts."
msgstr "這頁面允許改變進階流量規則項目的進階設置, 例如匹配的來源和目標主機."
+#, fuzzy
msgid ""
"This section defines common properties of %q. The <em>input</em> and "
"<em>output</em> options set the default policies for traffic entering and "
"leaving this zone while the <em>forward</em> option describes the policy for "
"forwarded traffic between different networks within the zone. <em>Covered "
-"networks</em> specifies which available networks are member of this zone."
+"networks</em> specifies which available networks are members of this zone."
msgstr ""
"本節定義 %q 的通用屬性.在<em>輸入</em>和<em>輸出</em>選項設置交通進出的默認策"
"略,而在<em>轉發</em>的選項描述在這區域內不同網路的轉發流量.<em>已覆蓋的網路群"
msgstr ""
msgid ""
-"Note: this will setup this interface for mesh operation, i.e. add to zone "
-"'freifunk' and enable olsr."
+"Note: this will set up this interface for mesh operation, i.e. add it to "
+"zone 'freifunk' and enable olsr."
msgstr ""
msgid "Protect LAN"
msgid "Can only be a valid IPv4 or IPv6 address or 'default'"
msgstr ""
+msgid "Can only be a valid IPv6 address or 'default'"
+msgstr ""
+
msgid "Configuration"
msgstr "設定"
msgid "HNA validity time"
msgstr ""
+#, fuzzy
+msgid "HNA6 Announcements"
+msgstr "啟用Mesh網狀網路ID公告"
+
msgid "Hello"
msgstr ""
"networks using HNA messages."
msgstr ""
+msgid ""
+"Hosts in a OLSR routed network can announce connecitivity to external "
+"networks using HNA6 messages."
+msgstr ""
+
msgid ""
"Hysteresis for link sensing (only for hopcount metric). Hysteresis adds more "
"robustness to the link sensing but delays neighbor registration. Defaults is "
"nodes on this interface by 20%: default 0.8"
msgstr ""
+msgid ""
+"Multiply routes with the factor given here. Allowed values are between 0.01 "
+"and 1.0. It is only used when LQ-Level is greater than 0. Examples:<br /"
+">reduce LQ to fd91:662e:3c58::1 by half: fd91:662e:3c58::1 0.5<br />reduce "
+"LQ to all nodes on this interface by 20%: default 0.8"
+msgstr ""
+
msgid "NAT threshold"
msgstr ""
msgid "OLSR - HNA-Announcements"
msgstr ""
+msgid "OLSR - HNA6-Announcements"
+msgstr ""
+
msgid "OLSR - Plugins"
msgstr ""
"IP of the first interface."
msgstr ""
+msgid ""
+"Sets the main IP (originator ip) of the router. This IP will NEVER change "
+"during the uptime of olsrd. Default is ::, which triggers usage of the IP of "
+"the first interface."
+msgstr ""
+
msgid "Show IPv4"
msgstr ""
"Default setting is \"both\"."
msgstr ""
+msgid ""
+"Which kind of uplink is exported to the other mesh nodes. An uplink is "
+"detected by looking for a local HNA6 ::ffff:0:0/96 or 2000::/3. Default "
+"setting is \"both\"."
+msgstr ""
+
msgid "Willingness"
msgstr ""
msgid ""
"How often to check internet connection. Default unit is seconds, you can you "
"use the suffix 'm' for minutes, 'h' for hours or 'd' for days"
-msgstr "多久檢查一次網際網路連線. 預設單位值是秒, 可以採用單位後綴表示, \"m\"表示分鐘, \"h\"表示小時, \"d\"代表天數"
+msgstr ""
+"多久檢查一次網際網路連線. 預設單位值是秒, 可以採用單位後綴表示, \"m\"表示分"
+"鐘, \"h\"表示小時, \"d\"代表天數"
msgid ""
"In periodic mode, it defines the reboot period. In internet mode, it defines "
"engaged.Default unit is seconds, you can use the suffix 'm' for minutes, 'h' "
"for hours or 'd' for days"
msgstr ""
-"Watchcat的定期模式,它將定義重開週期. 在網際網路模式,它將定義在重開被訂製若無Internet存取時採用較長時間週期 "
-".預設單位為秒數,可以採用單位後綴表示, \"m\"表示分鐘, \"h\"表示小時, \"d\"代表天數"
+"Watchcat的定期模式,它將定義重開週期. 在網際網路模式,它將定義在重開被訂製若無"
+"Internet存取時採用較長時間週期 .預設單位為秒數,可以採用單位後綴表示, \"m\"表"
+"示分鐘, \"h\"表示小時, \"d\"代表天數"
msgid "Operating mode"
msgstr "操作模式"
msgid "Watchcat"
msgstr "Watchcat"
+#, fuzzy
msgid ""
-"Watchcat allows to configure a periodic reboot and/or when internet "
-"connection has been lost for a certain period of time."
-msgstr "Watchcat允許定期重啓並且/或者當網際網路連線斷掉時經過某段時間週期後重啓"
+"Watchcat allows configuring a periodic reboot when the Internet connection "
+"has been lost for a certain period of time."
+msgstr ""
+"Watchcat允許定期重啓並且/或者當網際網路連線斷掉時經過某段時間週期後重啓"
+#, fuzzy
msgid ""
-"When rebooting the system the watchcat will trigger a soft reboot, Entering "
-"a non zero value here, will trigger a delayed hard reboot if the soft reboot "
+"When rebooting the system, the watchcat will trigger a soft reboot. Entering "
+"a non zero value here will trigger a delayed hard reboot if the soft reboot "
"fails. Enter a number of seconds to enable, use 0 to disable"
-msgstr "重開系統時watchcat將會觸發軟重開, 如果軟重開失敗, 打入0以外的數字,將會觸發硬重開延遲 . 打入秒數來啟用這功能,用0表示功能關閉"
+msgstr ""
+"重開系統時watchcat將會觸發軟重開, 如果軟重開失敗, 打入0以外的數字,將會觸發硬"
+"重開延遲 . 打入秒數來啟用這功能,用0表示功能關閉"
msgid "Network interface to use"
msgstr "使用的網路介面"
+#, fuzzy
msgid ""
-"Sometimes only one of both tools work. If one of fails, try the other one"
+"Sometimes only one of the two tools works. If one fails, try the other one"
msgstr "某些時候全部工具裡面只有一個發生作用,試試另外一個"
msgid "Specifies the interface the WoL packet is sent on"
msgid "Wondershaper settings"
msgstr "Wondershaper設定值"
+#, fuzzy
msgid ""
-"Wondershaper uses traffic shaping to ensure low latencies for interactive "
-"traffic even when your internet connection is highly saturated."
-msgstr "既使你的網路連線達到高飽和, Wondershaper採用流量銳化塑形以針對未知的流量保證低延遲"
+"Wondershaper shapes traffic to ensure low latencies for interactive traffic "
+"even when your internet connection is highly saturated."
+msgstr ""
+"既使你的網路連線達到高飽和, Wondershaper採用流量銳化塑形以針對未知的流量保證"
+"低延遲"