diff options
181 files changed, 12135 insertions, 10975 deletions
diff --git a/applications/luci-app-adblock/luasrc/controller/adblock.lua b/applications/luci-app-adblock/luasrc/controller/adblock.lua index 4641ac93bb..d75296275f 100644 --- a/applications/luci-app-adblock/luasrc/controller/adblock.lua +++ b/applications/luci-app-adblock/luasrc/controller/adblock.lua @@ -16,7 +16,9 @@ function index() end entry({"admin", "services", "adblock"}, firstchild(), _("Adblock"), 30).dependent = false entry({"admin", "services", "adblock", "tab_from_cbi"}, cbi("adblock/overview_tab", {hideresetbtn=true, hidesavebtn=true}), _("Overview"), 10).leaf = true - entry({"admin", "services", "adblock", "report"}, template("adblock/report"), _("DNS Query Report"), 20).leaf = true + if nixio.fs.access("/usr/sbin/tcpdump") then + entry({"admin", "services", "adblock", "report"}, template("adblock/report"), _("DNS Query Report"), 20).leaf = true + end entry({"admin", "services", "adblock", "log"}, template("adblock/logread"), _("Logfile"), 30).leaf = true entry({"admin", "services", "adblock", "advanced"}, firstchild(), _("Advanced"), 100) entry({"admin", "services", "adblock", "advanced", "blacklist"}, form("adblock/blacklist_tab"), _("Edit Blacklist"), 110).leaf = true @@ -143,14 +145,8 @@ function report_text() end function logread() - local content + local content = util.trim(util.exec("logread -e 'adblock-'")) or "" - if nixio.fs.access("/var/log/messages") then - content = util.trim(util.exec("grep -F 'adblock-' /var/log/messages")) - else - content = util.trim(util.exec("logread -e 'adblock-'")) - end - if content == "" then content = "No adblock related logs yet!" end diff --git a/applications/luci-app-adblock/po/it/adblock.po b/applications/luci-app-adblock/po/it/adblock.po index 40e27c4f3f..455dbb4a3d 100644 --- a/applications/luci-app-adblock/po/it/adblock.po +++ b/applications/luci-app-adblock/po/it/adblock.po @@ -68,7 +68,7 @@ msgstr "" msgid "Blacklist" msgstr "" -#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:223 +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:274 msgid "Blocked DNS Queries" msgstr "" @@ -167,6 +167,10 @@ msgstr "" msgid "Domain" msgstr "" +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:294 +msgid "Domain/Client/Date/Time" +msgstr "" + #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:35 msgid "Download Utility" msgstr "" @@ -207,12 +211,6 @@ msgstr "Attiva Backup Lista di Blocco" msgid "Enable DNS Query Report" msgstr "" -#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:226 -msgid "" -"Enable memory intense overall sort / duplicate removal on low memory devices " -"(< 64 MB free RAM)" -msgstr "" - #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:98 msgid "Enable verbose debug logging in case of any processing error." msgstr "" @@ -222,7 +220,7 @@ msgstr "" msgid "Enabled" msgstr "Abilitato" -#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:211 +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:262 msgid "End Date" msgstr "" @@ -230,6 +228,16 @@ msgstr "" msgid "Extra Options" msgstr "Opzioni Extra" +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:302 +msgid "Filter" +msgstr "" + +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:292 +msgid "" +"Filter the DNS Query result set for a particular domain, client or time " +"frame." +msgstr "" + #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:183 msgid "Flush DNS Cache" msgstr "" @@ -254,10 +262,6 @@ msgstr "" msgid "Force Local DNS" msgstr "Forza DNS Locale" -#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:225 -msgid "Force Overall Sort" -msgstr "Forza Ordinamento Globale" - #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:173 msgid "Full path to the whitelist file." msgstr "" @@ -278,7 +282,7 @@ msgstr "File di input non trovato, per favore controlla la tua configurazione." msgid "Last Run" msgstr "Ultimo Avvio" -#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:241 +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:307 msgid "Latest DNS Queries" msgstr "" @@ -298,7 +302,7 @@ msgid "List of supported and fully pre-configured download utilities." msgstr "" #: applications/luci-app-adblock/luasrc/view/adblock/query.htm:21 -#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:148 +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:221 #: applications/luci-app-adblock/luasrc/view/adblock/runtime.htm:90 msgid "Loading" msgstr "Caricando" @@ -394,7 +398,7 @@ msgstr "" msgid "Refresh Blocklist Sources" msgstr "" -#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:230 +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:281 msgid "Refresh Report" msgstr "" @@ -473,7 +477,7 @@ msgid "" "Space separated list of reporting port(s) used by tcpdump (default: '53')." msgstr "" -#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:205 +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:256 msgid "Start Date" msgstr "" @@ -564,11 +568,11 @@ msgstr "" "Per sovrascrivere il percorso di default usa l'opzione 'Directory DNS' nella " "sezione aggiuntiva sotto." -#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:236 +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:287 msgid "Top 10 Reporting" msgstr "" -#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:217 +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:268 msgid "Total DNS Queries" msgstr "" @@ -608,5 +612,8 @@ msgid "" "value to 150000." msgstr "" +#~ msgid "Force Overall Sort" +#~ msgstr "Forza Ordinamento Globale" + #~ msgid "View Logfile" #~ msgstr "Vedi Registro" diff --git a/applications/luci-app-adblock/po/ja/adblock.po b/applications/luci-app-adblock/po/ja/adblock.po index a9eb968e67..0271995f62 100644 --- a/applications/luci-app-adblock/po/ja/adblock.po +++ b/applications/luci-app-adblock/po/ja/adblock.po @@ -70,7 +70,7 @@ msgstr "ãƒãƒƒã‚¯ã‚¢ãƒƒãƒ— モード" msgid "Blacklist" msgstr "ブラックリスト" -#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:223 +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:274 msgid "Blocked DNS Queries" msgstr "ブãƒãƒƒã‚¯ã•ã‚ŒãŸ DNS クエリ" @@ -175,6 +175,10 @@ msgstr "" msgid "Domain" msgstr "ドメイン" +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:294 +msgid "Domain/Client/Date/Time" +msgstr "" + #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:35 msgid "Download Utility" msgstr "ダウンãƒãƒ¼ãƒ‰ ユーティリティ" @@ -215,14 +219,6 @@ msgstr "ブãƒãƒƒã‚¯ãƒªã‚¹ãƒˆ ãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—ã®æœ‰åŠ¹åŒ–" msgid "Enable DNS Query Report" msgstr "DNS クエリ レãƒãƒ¼ãƒˆã®æœ‰åŠ¹åŒ–" -#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:226 -msgid "" -"Enable memory intense overall sort / duplicate removal on low memory devices " -"(< 64 MB free RAM)" -msgstr "" -"メモリー容é‡ã®å°‘ãªã„デãƒã‚¤ã‚¹ï¼ˆRAM 空ãé ˜åŸŸ 64MB 未満)ã«ãŠã„ã¦ã€ä¸€æ™‚ファイル" -"内ã®å…¨ä½“çš„ãªã‚½ãƒ¼ãƒˆåŠã³é‡è¤‡ã®é™¤åŽ»ã‚’有効ã«ã—ã¾ã™ã€‚" - #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:98 msgid "Enable verbose debug logging in case of any processing error." msgstr "" @@ -232,7 +228,7 @@ msgstr "" msgid "Enabled" msgstr "有効" -#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:211 +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:262 msgid "End Date" msgstr "終了日" @@ -240,6 +236,16 @@ msgstr "終了日" msgid "Extra Options" msgstr "拡張オプション" +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:302 +msgid "Filter" +msgstr "" + +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:292 +msgid "" +"Filter the DNS Query result set for a particular domain, client or time " +"frame." +msgstr "" + #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:183 msgid "Flush DNS Cache" msgstr "DNS ã‚ャッシュã®ã‚¯ãƒªã‚¢" @@ -268,10 +274,6 @@ msgstr "" msgid "Force Local DNS" msgstr "ãƒãƒ¼ã‚«ãƒ« DNS ã®å¼·åˆ¶" -#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:225 -msgid "Force Overall Sort" -msgstr "全体ソートã®å¼·åˆ¶" - #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:173 msgid "Full path to the whitelist file." msgstr "ホワイトリスト ファイルã¸ã®ãƒ•ãƒ«ãƒ‘スã§ã™ã€‚" @@ -294,7 +296,7 @@ msgstr "入力ファイルãŒè¦‹ã¤ã‹ã‚Šã¾ã›ã‚“。è¨å®šã‚’確èªã—ã¦ãã msgid "Last Run" msgstr "最終実行" -#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:241 +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:307 msgid "Latest DNS Queries" msgstr "最新㮠DNS クエリ" @@ -318,7 +320,7 @@ msgid "List of supported and fully pre-configured download utilities." msgstr "サãƒãƒ¼ãƒˆã•ã‚Œã€ã‹ã¤è¨å®šæ¸ˆã®ãƒ€ã‚¦ãƒ³ãƒãƒ¼ãƒ‰ ユーティリティã®ä¸€è¦§ã§ã™ã€‚" #: applications/luci-app-adblock/luasrc/view/adblock/query.htm:21 -#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:148 +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:221 #: applications/luci-app-adblock/luasrc/view/adblock/runtime.htm:90 msgid "Loading" msgstr "èªè¾¼ä¸" @@ -419,7 +421,7 @@ msgstr "リフレッシュ" msgid "Refresh Blocklist Sources" msgstr "ブãƒãƒƒã‚¯ãƒªã‚¹ãƒˆæ供元ã®ãƒªãƒ•ãƒ¬ãƒƒã‚·ãƒ¥" -#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:230 +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:281 msgid "Refresh Report" msgstr "レãƒãƒ¼ãƒˆã‚’リフレッシュ" @@ -507,7 +509,7 @@ msgstr "" "tcpdump ã«ã‚ˆã‚Šä½¿ç”¨ã•ã‚Œã‚‹ã€ãƒ¬ãƒãƒ¼ãƒˆã‚’è¡Œã†ãƒãƒ¼ãƒˆã®ã‚¹ãƒšãƒ¼ã‚¹ã§åŒºåˆ‡ã‚‰ã‚ŒãŸãƒªã‚¹ãƒˆã§" "ã™ã€‚(è¦å®šå€¤: '53')" -#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:205 +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:256 msgid "Start Date" msgstr "開始日" @@ -608,11 +610,11 @@ msgstr "" "デフォルトã®ãƒ‘スを上書ãã™ã‚‹ã«ã¯ã€ä¸‹è¨˜æ‹¡å¼µã‚»ã‚¯ã‚·ãƒ§ãƒ³ã® 'DNS ディレクトリ' オ" "プションを使用ã—ã¾ã™ã€‚" -#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:236 +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:287 msgid "Top 10 Reporting" msgstr "ä¸Šä½ 10 レãƒãƒ¼ãƒˆ" -#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:217 +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:268 msgid "Total DNS Queries" msgstr "ç· DNS クエリ" @@ -654,3 +656,13 @@ msgid "" "value to 150000." msgstr "" "例: Adblock ã®ã‚¢ãƒƒãƒ—デート毎ã«ãƒ¡ãƒ¼ãƒ«ã‚’å—ã‘å–ã‚‹ã«ã¯ã€150000 ã«è¨å®šã—ã¾ã™ã€‚" + +#~ msgid "" +#~ "Enable memory intense overall sort / duplicate removal on low memory " +#~ "devices (< 64 MB free RAM)" +#~ msgstr "" +#~ "メモリー容é‡ã®å°‘ãªã„デãƒã‚¤ã‚¹ï¼ˆRAM 空ãé ˜åŸŸ 64MB 未満)ã«ãŠã„ã¦ã€ä¸€æ™‚ファイ" +#~ "ル内ã®å…¨ä½“çš„ãªã‚½ãƒ¼ãƒˆåŠã³é‡è¤‡ã®é™¤åŽ»ã‚’有効ã«ã—ã¾ã™ã€‚" + +#~ msgid "Force Overall Sort" +#~ msgstr "全体ソートã®å¼·åˆ¶" diff --git a/applications/luci-app-adblock/po/pt-br/adblock.po b/applications/luci-app-adblock/po/pt-br/adblock.po index 43c8b1c4a1..3dc2d48ff4 100644 --- a/applications/luci-app-adblock/po/pt-br/adblock.po +++ b/applications/luci-app-adblock/po/pt-br/adblock.po @@ -73,7 +73,7 @@ msgstr "Modo de Backup" msgid "Blacklist" msgstr "" -#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:223 +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:274 msgid "Blocked DNS Queries" msgstr "" @@ -178,6 +178,10 @@ msgstr "" msgid "Domain" msgstr "" +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:294 +msgid "Domain/Client/Date/Time" +msgstr "" + #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:35 msgid "Download Utility" msgstr "Ferramenta para Baixar" @@ -218,14 +222,6 @@ msgstr "Habilitar cópia de segurança da lista de bloqueio" msgid "Enable DNS Query Report" msgstr "" -#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:226 -msgid "" -"Enable memory intense overall sort / duplicate removal on low memory devices " -"(< 64 MB free RAM)" -msgstr "" -"Habilita a remoção de entradas duplicadas em dispositivos com pouca memória " -"(< 64 MB de memória RAM livre)" - #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:98 msgid "Enable verbose debug logging in case of any processing error." msgstr "" @@ -236,7 +232,7 @@ msgstr "" msgid "Enabled" msgstr "Habilitado" -#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:211 +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:262 msgid "End Date" msgstr "" @@ -244,6 +240,16 @@ msgstr "" msgid "Extra Options" msgstr "Opções adicionais" +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:302 +msgid "Filter" +msgstr "" + +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:292 +msgid "" +"Filter the DNS Query result set for a particular domain, client or time " +"frame." +msgstr "" + #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:183 msgid "Flush DNS Cache" msgstr "Limpar cache DNS" @@ -272,10 +278,6 @@ msgstr "" msgid "Force Local DNS" msgstr "Force o DNS local" -#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:225 -msgid "Force Overall Sort" -msgstr "Force Tipo Geral" - #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:173 msgid "Full path to the whitelist file." msgstr "Caminho completo para a lista branca." @@ -296,7 +298,7 @@ msgstr "Arquivo de entrada não encontrado, por favor cheque sua configuração. msgid "Last Run" msgstr "Última Execução" -#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:241 +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:307 msgid "Latest DNS Queries" msgstr "" @@ -320,7 +322,7 @@ msgid "List of supported and fully pre-configured download utilities." msgstr "Lista de ferramentas suportadas para baixar listas." #: applications/luci-app-adblock/luasrc/view/adblock/query.htm:21 -#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:148 +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:221 #: applications/luci-app-adblock/luasrc/view/adblock/runtime.htm:90 msgid "Loading" msgstr "Carregando" @@ -420,7 +422,7 @@ msgstr "Atualizar" msgid "Refresh Blocklist Sources" msgstr "Atualizar as Fontes de Lista Negra" -#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:230 +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:281 msgid "Refresh Report" msgstr "" @@ -503,7 +505,7 @@ msgid "" "Space separated list of reporting port(s) used by tcpdump (default: '53')." msgstr "" -#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:205 +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:256 msgid "Start Date" msgstr "" @@ -595,11 +597,11 @@ msgstr "" "Para sobrescrever o caminho padrão, use a opção 'Diretório DNS' na seção " "extra abaixo." -#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:236 +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:287 msgid "Top 10 Reporting" msgstr "" -#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:217 +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:268 msgid "Total DNS Queries" msgstr "" @@ -642,6 +644,16 @@ msgstr "" "este valor para 150000." #~ msgid "" +#~ "Enable memory intense overall sort / duplicate removal on low memory " +#~ "devices (< 64 MB free RAM)" +#~ msgstr "" +#~ "Habilita a remoção de entradas duplicadas em dispositivos com pouca " +#~ "memória (< 64 MB de memória RAM livre)" + +#~ msgid "Force Overall Sort" +#~ msgstr "Force Tipo Geral" + +#~ msgid "" #~ "Please note: this needs additional 'msmtp' package installation and setup." #~ msgstr "Nota: isto exige a instalação e configuração do pacote 'msmtp'." diff --git a/applications/luci-app-adblock/po/ru/adblock.po b/applications/luci-app-adblock/po/ru/adblock.po index 58febecfc7..d143ec2660 100644 --- a/applications/luci-app-adblock/po/ru/adblock.po +++ b/applications/luci-app-adblock/po/ru/adblock.po @@ -74,7 +74,7 @@ msgstr "Режим ÑÐ¾Ñ…Ñ€Ð°Ð½ÐµÐ½Ð¸Ñ Ð±ÐµÐºÐ°Ð¿Ð°" msgid "Blacklist" msgstr "" -#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:223 +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:274 msgid "Blocked DNS Queries" msgstr "" @@ -176,6 +176,10 @@ msgstr "" msgid "Domain" msgstr "" +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:294 +msgid "Domain/Client/Date/Time" +msgstr "" + #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:35 msgid "Download Utility" msgstr "Утилита Ð´Ð»Ñ ÑкачиваниÑ" @@ -216,15 +220,6 @@ msgstr "БÑкап ÑпиÑка блокировок" msgid "Enable DNS Query Report" msgstr "" -#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:226 -msgid "" -"Enable memory intense overall sort / duplicate removal on low memory devices " -"(< 64 MB free RAM)" -msgstr "" -"Включить полную Ñортировку / удаление дубликатов в памÑти. ИÑпользуйте на " -"уÑтройÑтвах Ñ Ð½Ð¸Ð·ÐºÐ¸Ð¼ объемом памÑти (< 64 MB Ñвободной оперативной " -"памÑти)." - #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:98 msgid "Enable verbose debug logging in case of any processing error." msgstr "Включить подробное ведение журнала отладки в Ñлучае ошибок обработки." @@ -233,7 +228,7 @@ msgstr "Включить подробное ведение журнала отл msgid "Enabled" msgstr "Включено" -#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:211 +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:262 msgid "End Date" msgstr "" @@ -241,6 +236,16 @@ msgstr "" msgid "Extra Options" msgstr "Дополнительные наÑтройки" +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:302 +msgid "Filter" +msgstr "" + +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:292 +msgid "" +"Filter the DNS Query result set for a particular domain, client or time " +"frame." +msgstr "" + #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:183 msgid "Flush DNS Cache" msgstr "ОчиÑтка кÑша DNS" @@ -269,10 +274,6 @@ msgstr "" msgid "Force Local DNS" msgstr "Локальный DNS" -#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:225 -msgid "Force Overall Sort" -msgstr "ÐŸÑ€Ð¸Ð½ÑƒÐ´Ð¸Ñ‚ÐµÐ»ÑŒÐ½Ð°Ñ Ð¿Ð¾Ð»Ð½Ð°Ñ Ñортировка" - #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:173 msgid "Full path to the whitelist file." msgstr "Полный путь к файлу Белого ÑпиÑка." @@ -293,7 +294,7 @@ msgstr "Config файл не найден, наÑтройте config файл." msgid "Last Run" msgstr "ПоÑледний запуÑк" -#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:241 +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:307 msgid "Latest DNS Queries" msgstr "" @@ -315,7 +316,7 @@ msgstr "" "ÑкачиваниÑ." #: applications/luci-app-adblock/luasrc/view/adblock/query.htm:21 -#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:148 +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:221 #: applications/luci-app-adblock/luasrc/view/adblock/runtime.htm:90 msgid "Loading" msgstr "Загрузка" @@ -410,7 +411,7 @@ msgstr "" msgid "Refresh Blocklist Sources" msgstr "" -#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:230 +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:281 msgid "Refresh Report" msgstr "" @@ -489,7 +490,7 @@ msgid "" "Space separated list of reporting port(s) used by tcpdump (default: '53')." msgstr "" -#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:205 +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:256 msgid "Start Date" msgstr "" @@ -582,11 +583,11 @@ msgstr "" "Чтобы заменить путь по умолчанию, иÑпользуйте пункт 'Папка DNS' в разделе " "'Дополнительные наÑтройки'." -#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:236 +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:287 msgid "Top 10 Reporting" msgstr "" -#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:217 +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:268 msgid "Total DNS Queries" msgstr "" @@ -629,6 +630,17 @@ msgstr "" "уÑтановите значение 150000." #~ msgid "" +#~ "Enable memory intense overall sort / duplicate removal on low memory " +#~ "devices (< 64 MB free RAM)" +#~ msgstr "" +#~ "Включить полную Ñортировку / удаление дубликатов в памÑти. ИÑпользуйте на " +#~ "уÑтройÑтвах Ñ Ð½Ð¸Ð·ÐºÐ¸Ð¼ объемом памÑти (< 64 MB Ñвободной оперативной " +#~ "памÑти)." + +#~ msgid "Force Overall Sort" +#~ msgstr "ÐŸÑ€Ð¸Ð½ÑƒÐ´Ð¸Ñ‚ÐµÐ»ÑŒÐ½Ð°Ñ Ð¿Ð¾Ð»Ð½Ð°Ñ Ñортировка" + +#~ msgid "" #~ "Please note: this needs additional 'msmtp' package installation and setup." #~ msgstr "Внимание: Ñто потребует дополнительной уÑтановки пакета 'msmtp'." diff --git a/applications/luci-app-adblock/po/sv/adblock.po b/applications/luci-app-adblock/po/sv/adblock.po index 90c12c7114..f93f178ce8 100644 --- a/applications/luci-app-adblock/po/sv/adblock.po +++ b/applications/luci-app-adblock/po/sv/adblock.po @@ -58,7 +58,7 @@ msgstr "" msgid "Blacklist" msgstr "" -#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:223 +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:274 msgid "Blocked DNS Queries" msgstr "" @@ -158,6 +158,10 @@ msgstr "" msgid "Domain" msgstr "" +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:294 +msgid "Domain/Client/Date/Time" +msgstr "" + #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:35 msgid "Download Utility" msgstr "" @@ -198,12 +202,6 @@ msgstr "Aktivera säkerhetskopiering av blockeringslistan" msgid "Enable DNS Query Report" msgstr "" -#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:226 -msgid "" -"Enable memory intense overall sort / duplicate removal on low memory devices " -"(< 64 MB free RAM)" -msgstr "" - #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:98 msgid "Enable verbose debug logging in case of any processing error." msgstr "" @@ -212,7 +210,7 @@ msgstr "" msgid "Enabled" msgstr "Aktiverad" -#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:211 +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:262 msgid "End Date" msgstr "" @@ -220,6 +218,16 @@ msgstr "" msgid "Extra Options" msgstr "Extra alternativ" +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:302 +msgid "Filter" +msgstr "" + +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:292 +msgid "" +"Filter the DNS Query result set for a particular domain, client or time " +"frame." +msgstr "" + #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:183 msgid "Flush DNS Cache" msgstr "" @@ -244,10 +252,6 @@ msgstr "" msgid "Force Local DNS" msgstr "Tvinga lokal DNS" -#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:225 -msgid "Force Overall Sort" -msgstr "" - #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:173 msgid "Full path to the whitelist file." msgstr "" @@ -269,7 +273,7 @@ msgstr "" msgid "Last Run" msgstr "Kördes senast" -#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:241 +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:307 msgid "Latest DNS Queries" msgstr "" @@ -289,7 +293,7 @@ msgid "List of supported and fully pre-configured download utilities." msgstr "" #: applications/luci-app-adblock/luasrc/view/adblock/query.htm:21 -#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:148 +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:221 #: applications/luci-app-adblock/luasrc/view/adblock/runtime.htm:90 msgid "Loading" msgstr "Laddar" @@ -380,7 +384,7 @@ msgstr "" msgid "Refresh Blocklist Sources" msgstr "" -#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:230 +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:281 msgid "Refresh Report" msgstr "" @@ -459,7 +463,7 @@ msgid "" "Space separated list of reporting port(s) used by tcpdump (default: '53')." msgstr "" -#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:205 +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:256 msgid "Start Date" msgstr "" @@ -546,11 +550,11 @@ msgid "" "section below." msgstr "" -#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:236 +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:287 msgid "Top 10 Reporting" msgstr "" -#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:217 +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:268 msgid "Total DNS Queries" msgstr "" diff --git a/applications/luci-app-adblock/po/templates/adblock.pot b/applications/luci-app-adblock/po/templates/adblock.pot index 0db673683c..8890e4aa6f 100644 --- a/applications/luci-app-adblock/po/templates/adblock.pot +++ b/applications/luci-app-adblock/po/templates/adblock.pot @@ -58,7 +58,7 @@ msgstr "" msgid "Blacklist" msgstr "" -#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:223 +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:274 msgid "Blocked DNS Queries" msgstr "" @@ -151,6 +151,10 @@ msgstr "" msgid "Domain" msgstr "" +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:294 +msgid "Domain/Client/Date/Time" +msgstr "" + #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:35 msgid "Download Utility" msgstr "" @@ -191,12 +195,6 @@ msgstr "" msgid "Enable DNS Query Report" msgstr "" -#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:226 -msgid "" -"Enable memory intense overall sort / duplicate removal on low memory devices " -"(< 64 MB free RAM)" -msgstr "" - #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:98 msgid "Enable verbose debug logging in case of any processing error." msgstr "" @@ -205,7 +203,7 @@ msgstr "" msgid "Enabled" msgstr "" -#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:211 +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:262 msgid "End Date" msgstr "" @@ -213,6 +211,16 @@ msgstr "" msgid "Extra Options" msgstr "" +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:302 +msgid "Filter" +msgstr "" + +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:292 +msgid "" +"Filter the DNS Query result set for a particular domain, client or time " +"frame." +msgstr "" + #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:183 msgid "Flush DNS Cache" msgstr "" @@ -237,10 +245,6 @@ msgstr "" msgid "Force Local DNS" msgstr "" -#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:225 -msgid "Force Overall Sort" -msgstr "" - #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:173 msgid "Full path to the whitelist file." msgstr "" @@ -261,7 +265,7 @@ msgstr "" msgid "Last Run" msgstr "" -#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:241 +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:307 msgid "Latest DNS Queries" msgstr "" @@ -281,7 +285,7 @@ msgid "List of supported and fully pre-configured download utilities." msgstr "" #: applications/luci-app-adblock/luasrc/view/adblock/query.htm:21 -#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:148 +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:221 #: applications/luci-app-adblock/luasrc/view/adblock/runtime.htm:90 msgid "Loading" msgstr "" @@ -372,7 +376,7 @@ msgstr "" msgid "Refresh Blocklist Sources" msgstr "" -#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:230 +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:281 msgid "Refresh Report" msgstr "" @@ -451,7 +455,7 @@ msgid "" "Space separated list of reporting port(s) used by tcpdump (default: '53')." msgstr "" -#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:205 +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:256 msgid "Start Date" msgstr "" @@ -536,11 +540,11 @@ msgid "" "section below." msgstr "" -#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:236 +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:287 msgid "Top 10 Reporting" msgstr "" -#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:217 +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:268 msgid "Total DNS Queries" msgstr "" diff --git a/applications/luci-app-adblock/po/zh-cn/adblock.po b/applications/luci-app-adblock/po/zh-cn/adblock.po index b03f8a0bbc..dd59399f80 100644 --- a/applications/luci-app-adblock/po/zh-cn/adblock.po +++ b/applications/luci-app-adblock/po/zh-cn/adblock.po @@ -74,7 +74,7 @@ msgstr "备份模å¼" msgid "Blacklist" msgstr "黑åå•" -#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:223 +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:274 msgid "Blocked DNS Queries" msgstr "已拦截的 DNS 请求" @@ -171,6 +171,10 @@ msgstr "å¯åŠ¨æœŸé—´ä¸è¦è‡ªåŠ¨æ›´æ–° blocklists,改用 blocklists 的备份ã msgid "Domain" msgstr "域å" +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:294 +msgid "Domain/Client/Date/Time" +msgstr "" + #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:35 msgid "Download Utility" msgstr "下载工具" @@ -211,12 +215,6 @@ msgstr "å¯ç”¨ Blocklist 备份" msgid "Enable DNS Query Report" msgstr "å¯ç”¨ DNS 查询报告" -#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:226 -msgid "" -"Enable memory intense overall sort / duplicate removal on low memory devices " -"(< 64 MB free RAM)" -msgstr "在低内å˜è®¾å¤‡ä¸Šå¯ç”¨ç§¯æžçš„内å˜æ•´ä½“排åº/é‡å¤ç§»é™¤ï¼ˆ< 64 MB 空闲内å˜ï¼‰" - #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:98 msgid "Enable verbose debug logging in case of any processing error." msgstr "在出现任何处ç†é”™è¯¯çš„情况下å¯ç”¨è¯¦ç»†è°ƒè¯•æ—¥å¿—记录。" @@ -225,7 +223,7 @@ msgstr "在出现任何处ç†é”™è¯¯çš„情况下å¯ç”¨è¯¦ç»†è°ƒè¯•æ—¥å¿—记录。 msgid "Enabled" msgstr "å·²å¯ç”¨" -#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:211 +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:262 msgid "End Date" msgstr "结æŸæ—¥æœŸ" @@ -233,6 +231,16 @@ msgstr "结æŸæ—¥æœŸ" msgid "Extra Options" msgstr "é¢å¤–选项" +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:302 +msgid "Filter" +msgstr "" + +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:292 +msgid "" +"Filter the DNS Query result set for a particular domain, client or time " +"frame." +msgstr "" + #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:183 msgid "Flush DNS Cache" msgstr "清空 DNS 缓å˜" @@ -257,10 +265,6 @@ msgstr "为了进一æ¥æ高性能,您å¯ä»¥æ高æ¤å€¼ï¼Œä¾‹å¦‚:8 或 16 msgid "Force Local DNS" msgstr "强制本地 DNS" -#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:225 -msgid "Force Overall Sort" -msgstr "强制整体排åº" - #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:173 msgid "Full path to the whitelist file." msgstr "白åå•æ–‡ä»¶çš„全路径。" @@ -281,7 +285,7 @@ msgstr "输入文件未找到,请检查您的é…置。" msgid "Last Run" msgstr "最åŽè¿è¡Œ" -#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:241 +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:307 msgid "Latest DNS Queries" msgstr "最新的 DNS 查询" @@ -301,7 +305,7 @@ msgid "List of supported and fully pre-configured download utilities." msgstr "支æŒå’Œå®Œå…¨é¢„é…置的下载工具列表。" #: applications/luci-app-adblock/luasrc/view/adblock/query.htm:21 -#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:148 +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:221 #: applications/luci-app-adblock/luasrc/view/adblock/runtime.htm:90 msgid "Loading" msgstr "åŠ è½½ä¸" @@ -398,7 +402,7 @@ msgstr "刷新" msgid "Refresh Blocklist Sources" msgstr "刷新拦截列表æº" -#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:230 +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:281 msgid "Refresh Report" msgstr "刷新报告" @@ -477,7 +481,7 @@ msgid "" "Space separated list of reporting port(s) used by tcpdump (default: '53')." msgstr "" -#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:205 +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:256 msgid "Start Date" msgstr "开始日期" @@ -563,11 +567,11 @@ msgid "" "section below." msgstr "è¦è¦†ç›–默认路径,请使用下é¢é¢å¤–部分ä¸çš„“DNS 目录â€é€‰é¡¹ã€‚" -#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:236 +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:287 msgid "Top 10 Reporting" msgstr "å‰å报告" -#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:217 +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:268 msgid "Total DNS Queries" msgstr "DNS 查询总数" @@ -607,5 +611,14 @@ msgid "" "value to 150000." msgstr "例如:è¦æŽ¥æ”¶æ¯ä¸ª adblock 更新的电å邮件通知时将æ¤å€¼è®¾ç½®ä¸º 150000。" +#~ msgid "" +#~ "Enable memory intense overall sort / duplicate removal on low memory " +#~ "devices (< 64 MB free RAM)" +#~ msgstr "" +#~ "在低内å˜è®¾å¤‡ä¸Šå¯ç”¨ç§¯æžçš„内å˜æ•´ä½“排åº/é‡å¤ç§»é™¤ï¼ˆ< 64 MB 空闲内å˜ï¼‰" + +#~ msgid "Force Overall Sort" +#~ msgstr "强制整体排åº" + #~ msgid "Reporting interface used by tcpdump (default 'br-lan')." #~ msgstr "tcpdump 将使用的报告接å£ï¼ˆé»˜è®¤ä¸ºâ€œbr-lanâ€ï¼‰ã€‚" diff --git a/applications/luci-app-adblock/po/zh-tw/adblock.po b/applications/luci-app-adblock/po/zh-tw/adblock.po index e3f91b8d93..6611f1964a 100644 --- a/applications/luci-app-adblock/po/zh-tw/adblock.po +++ b/applications/luci-app-adblock/po/zh-tw/adblock.po @@ -74,7 +74,7 @@ msgstr "備份模å¼" msgid "Blacklist" msgstr "黑åå–®" -#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:223 +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:274 msgid "Blocked DNS Queries" msgstr "已攔截的 DNS 請求" @@ -171,6 +171,10 @@ msgstr "啟動期間ä¸è¦è‡ªå‹•æ›´æ–° blocklists,改用 blocklists 的備份ã msgid "Domain" msgstr "域å" +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:294 +msgid "Domain/Client/Date/Time" +msgstr "" + #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:35 msgid "Download Utility" msgstr "下載工具" @@ -211,13 +215,6 @@ msgstr "啟用 Blocklist 備份" msgid "Enable DNS Query Report" msgstr "啟用 DNS æŸ¥è©¢å ±å‘Š" -#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:226 -msgid "" -"Enable memory intense overall sort / duplicate removal on low memory devices " -"(< 64 MB free RAM)" -msgstr "" -"在低記憶體è£ç½®ä¸Šå•Ÿç”¨ç©æ¥µçš„記憶體整體排åº/é‡è¤‡ç§»é™¤ï¼ˆ< 64 MB 空閒記憶體)" - #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:98 msgid "Enable verbose debug logging in case of any processing error." msgstr "在出ç¾ä»»ä½•è™•ç†éŒ¯èª¤çš„情æ³ä¸‹å•Ÿç”¨è©³ç´°é™¤éŒ¯æ—¥èªŒè¨˜éŒ„。" @@ -226,7 +223,7 @@ msgstr "在出ç¾ä»»ä½•è™•ç†éŒ¯èª¤çš„情æ³ä¸‹å•Ÿç”¨è©³ç´°é™¤éŒ¯æ—¥èªŒè¨˜éŒ„。 msgid "Enabled" msgstr "已啟用" -#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:211 +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:262 msgid "End Date" msgstr "çµæŸæ—¥æœŸ" @@ -234,6 +231,16 @@ msgstr "çµæŸæ—¥æœŸ" msgid "Extra Options" msgstr "é¡å¤–é¸é …" +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:302 +msgid "Filter" +msgstr "" + +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:292 +msgid "" +"Filter the DNS Query result set for a particular domain, client or time " +"frame." +msgstr "" + #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:183 msgid "Flush DNS Cache" msgstr "清空 DNS å¿«å–" @@ -258,10 +265,6 @@ msgstr "為了進一æ¥æ高效能,您å¯ä»¥æ高æ¤å€¼ï¼Œä¾‹å¦‚:8 或 16 msgid "Force Local DNS" msgstr "強制本地 DNS" -#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:225 -msgid "Force Overall Sort" -msgstr "強制整體排åº" - #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:173 msgid "Full path to the whitelist file." msgstr "白å單檔案的全路徑。" @@ -282,7 +285,7 @@ msgstr "輸入檔案未找到,請檢查您的é…置。" msgid "Last Run" msgstr "最後執行" -#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:241 +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:307 msgid "Latest DNS Queries" msgstr "最新的 DNS 查詢" @@ -302,7 +305,7 @@ msgid "List of supported and fully pre-configured download utilities." msgstr "支æ´å’Œå®Œå…¨é é…置的下載工具列表。" #: applications/luci-app-adblock/luasrc/view/adblock/query.htm:21 -#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:148 +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:221 #: applications/luci-app-adblock/luasrc/view/adblock/runtime.htm:90 msgid "Loading" msgstr "載入ä¸" @@ -399,7 +402,7 @@ msgstr "é‡æ–°æ•´ç†" msgid "Refresh Blocklist Sources" msgstr "é‡æ–°æ•´ç†æ””截列表æº" -#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:230 +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:281 msgid "Refresh Report" msgstr "é‡æ–°æ•´ç†å ±å‘Š" @@ -479,7 +482,7 @@ msgid "" "Space separated list of reporting port(s) used by tcpdump (default: '53')." msgstr "" -#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:205 +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:256 msgid "Start Date" msgstr "開始日期" @@ -565,11 +568,11 @@ msgid "" "section below." msgstr "è¦è¦†è“‹é è¨è·¯å¾‘,請使用下é¢é¡å¤–部分ä¸çš„“DNS 目錄â€é¸é …。" -#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:236 +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:287 msgid "Top 10 Reporting" msgstr "å‰åå ±å‘Š" -#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:217 +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:268 msgid "Total DNS Queries" msgstr "DNS 查詢總數" @@ -609,5 +612,14 @@ msgid "" "value to 150000." msgstr "例如:è¦æŽ¥æ”¶æ¯å€‹ adblock æ›´æ–°çš„é›»å郵件通知時將æ¤å€¼è¨å®šç‚º 150000。" +#~ msgid "" +#~ "Enable memory intense overall sort / duplicate removal on low memory " +#~ "devices (< 64 MB free RAM)" +#~ msgstr "" +#~ "在低記憶體è£ç½®ä¸Šå•Ÿç”¨ç©æ¥µçš„記憶體整體排åº/é‡è¤‡ç§»é™¤ï¼ˆ< 64 MB 空閒記憶體)" + +#~ msgid "Force Overall Sort" +#~ msgstr "強制整體排åº" + #~ msgid "Reporting interface used by tcpdump (default 'br-lan')." #~ msgstr "tcpdump å°‡ä½¿ç”¨çš„å ±å‘Šä»‹é¢ï¼ˆé è¨ç‚ºâ€œbr-lanâ€ï¼‰ã€‚" diff --git a/applications/luci-app-advanced-reboot/README.md b/applications/luci-app-advanced-reboot/README.md index 4fa335fb3f..7ed1826eac 100644 --- a/applications/luci-app-advanced-reboot/README.md +++ b/applications/luci-app-advanced-reboot/README.md @@ -1,7 +1,7 @@ # Advanced Reboot Web UI (luci-app-advanced-reboot) ## Description -This package allows you to reboot to an alternative partition on the supported (dual-partition) routers and to power off (power down) your OpenWrt/LEDE Project device. +This package allows you to reboot to an alternative partition on the supported (dual-partition) routers and to power off (power down) your OpenWrt device. ## Supported Devices Currently supported dual-partition devices include: @@ -17,7 +17,7 @@ Currently supported dual-partition devices include: - Linksys WRT32X - ZyXEL NBG6817 -If you're interested in having your device supported, please post in [LEDE Project Forum Support Thread](https://forum.lede-project.org/t/web-ui-to-reboot-to-another-partition-dual-partition-routers/3423). +If you're interested in having your device supported, please post in [OpenWrt Forum Support Thread](https://forum.openwrt.org/t/web-ui-to-reboot-to-another-partition-dual-partition-routers/3423). ## Screenshot (luci-app-advanced-reboot) ![screenshot](https://raw.githubusercontent.com/stangri/openwrt_packages/master/screenshots/luci-app-advanced-reboot/screenshot01.png "screenshot") @@ -31,7 +31,7 @@ opkg install luci-app-advanced-reboot ## Notes/Known Issues - When you reboot to a different partition, your current settings (WiFi SSID/password, etc.) will not apply to a different partition. Different partitions might have completely different settings and even firmware. -- If you reboot to a partition which doesn't allow you to switch boot partitions (like stock vendor firmware), you might not be able to boot back to OpenWrt/LEDE Project unless you reflash it, losing all the settings. +- If you reboot to a partition which doesn't allow you to switch boot partitions (like stock vendor firmware), you might not be able to boot back to OpenWrt unless you reflash it, losing all the settings. - Some devices allow you to trigger reboot to an alternative partition by interrupting boot 3 times in a row (by resetting/switching off the device or pulling power). As these methods might be different for different devices, do your own homework. ## Thanks diff --git a/applications/luci-app-attendedsysupgrade/luasrc/view/attendedsysupgrade.htm b/applications/luci-app-attendedsysupgrade/luasrc/view/attendedsysupgrade.htm index 0a8c65ebdd..c9259559be 100644 --- a/applications/luci-app-attendedsysupgrade/luasrc/view/attendedsysupgrade.htm +++ b/applications/luci-app-attendedsysupgrade/luasrc/view/attendedsysupgrade.htm @@ -77,8 +77,7 @@ <div class="cbi-map-descr"> Easily search and install new releases and package upgrades. Sysupgrade firmware are created on demand based on locally installed packages. </div> -<div style="display: none" id="info_box" class="alert-message info"></div> -<div style="display: none" id="error_box" class="alert-message danger"></div> +<div style="display: none" id="status_box" class="alert-message info"></div> <div style="display: none" id="packages" class="alert-message success"></div> <p> <textarea style="display: none; width: 100%;" id="edit_packages" rows="15"></textarea> diff --git a/applications/luci-app-attendedsysupgrade/root/www/luci-static/resources/attendedsysupgrade.js b/applications/luci-app-attendedsysupgrade/root/www/luci-static/resources/attendedsysupgrade.js index 4b8cc2bd04..290fad1583 100644 --- a/applications/luci-app-attendedsysupgrade/root/www/luci-static/resources/attendedsysupgrade.js +++ b/applications/luci-app-attendedsysupgrade/root/www/luci-static/resources/attendedsysupgrade.js @@ -1,14 +1,8 @@ -function $(s) { - return document.getElementById(s.substring(1)); -} +function $(s) { return document.getElementById(s.substring(1)); } -function show(s) { - $(s).style.display = 'block'; -} +function show(s) { $(s).style.display = 'block'; } -function hide(s) { - $(s).style.display = 'none'; -} +function hide(s) { $(s).style.display = 'none'; } function set_server() { hide("#error_box"); @@ -38,8 +32,7 @@ function edit_server() { button_set.value = "Save"; button_set.name = "button_set"; button_set.id = "button_set"; - button_set.className = 'cbi-button cbi-button-edit'; - button_set.style = 'background-image: url("/luci-static/resources/cbi/save.gif");' + button_set.className = 'cbi-button cbi-button-save'; button_set.onclick = set_server $("#server").parentElement.appendChild(button_set); } @@ -61,7 +54,7 @@ function server_request(request_dict, path, callback) { request.setRequestHeader("Content-type", "application/json"); request.send(JSON.stringify(request_dict)); request.onerror = function(e) { - error_box("upgrade server down") + set_status("danger", "upgrade server down") show("#server_div"); } request.addEventListener('load', function(event) { @@ -128,7 +121,7 @@ function ubus_call(command, argument, params, variable) { } } } else { - error_box("<b>Ubus call failed:</b><br />Request: " + request_json + "<br />Response: " + JSON.stringify(response)) + set_status("danger", "<b>Ubus call failed:</b><br />Request: " + request_json + "<br />Response: " + JSON.stringify(response)) } ubus_closed++; } @@ -136,22 +129,14 @@ function ubus_call(command, argument, params, variable) { request.send(request_json); } -function info_box(info_output, loading) { - // Shows notification if upgrade is available - // If loading is true then an "processing" animation is added - show("#info_box"); +function set_status(type, message, loading) { + $("#status_box").className = "alert-message " + type; var loading_image = ''; if(loading) { - loading_image = '<img src="/luci-static/resources/icons/loading.gif" alt="Loading" style="vertical-align:middle">'; + loading_image = '<img src="/luci-static/resources/icons/loading.gif" alt="Loading" style="vertical-align:middle"> '; } - $("#info_box").innerHTML = loading_image + info_output; -} - -function error_box(error_output) { - // Shows erros in red box - show("#error_box"); - $("#error_box").innerHTML = error_output; - hide("#info_box"); + $("#status_box").innerHTML = loading_image + message; + show("#status_box") } function upgrade_check() { @@ -159,10 +144,11 @@ function upgrade_check() { // If data.upgrade_packages is set to true search for new package versions as well hide("#error_box"); hide("#server_div"); - info_box("Searching for upgrades", true); + set_status("info", "Searching for upgrades", true); var request_dict = {} request_dict.version = data.release.version; - request_dict.packages = data.packages; + request_dict.revision= data.release.revision; + request_dict.installed = data.packages; request_dict.upgrade_packages = data.upgrade_packages server_request(request_dict, "api/upgrade-check", upgrade_check_callback) } @@ -184,7 +170,7 @@ function upgrade_check_callback(request_text) { } } data.packages = request_json.packages - info_box(info_output) + set_status("success", info_output) if(data.advanced_mode == 1) { show("#edit_button"); @@ -235,7 +221,7 @@ function upgrade_request_callback(request) { if(data.advanced_mode == 1) { info_output += '<br /><a target="_blank" href="' + data.sysupgrade_url + '.log">Build log</a>' } - info_box(info_output); + set_status("info", info_output); show("#keep_container"); var upgrade_button = $("#upgrade_button") @@ -247,7 +233,7 @@ function upgrade_request_callback(request) { function flash_image() { // Flash image via rpc-sys upgrade_start - info_box("Flashing firmware. Don't unpower device", true) + set_status("warning", "Flashing firmware. Don't unpower device", true) ubus_call("rpc-sys", "upgrade_start", { "keep": $("#keep").checked }, 'message'); ping_max = 3600; // in seconds setTimeout(ping_ubus, 10000) @@ -261,11 +247,11 @@ function ping_ubus() { var request = new XMLHttpRequest(); request.open("GET", ubus_url, true); request.addEventListener('error', function(event) { - info_box("Rebooting device", true); - setTimeout(ping_ubus, 1000) + set_status("warning", "Rebooting device", true); + setTimeout(ping_ubus, 5000) }); request.addEventListener('load', function(event) { - info_box("Success! Please reload web interface"); + set_status("success", "Success! Please reload web interface"); $("#upgrade_button").value = "Reload page"; show("#upgrade_button"); $("#upgrade_button").disabled = false; @@ -273,7 +259,7 @@ function ping_ubus() { }); request.send(); } else { - error_box("Web interface could not reconnect to your device. Please reload web interface or check device manually") + set_status("danger", "Web interface could not reconnect to your device. Please reload web interface or check device manually") } } @@ -293,7 +279,7 @@ function upload_image(blob) { }); request.addEventListener('error', function(event) { - info_box("Upload of firmware failed, please retry by reloading web interface") + set_status("info", "Upload of firmware failed, please retry by reloading web interface") }); request.open('POST', origin + '/cgi-bin/cgi-upload'); @@ -315,7 +301,7 @@ function download_image() { upload_image(blob) } }; - info_box("Downloading firmware", true); + set_status("info", "Downloading firmware", true); download_request.send(); } @@ -329,7 +315,7 @@ function server_request(request_dict, path, callback) { request.setRequestHeader("Content-type", "application/json"); request.send(JSON.stringify(request_dict)); request.onerror = function(e) { - error_box("Upgrade server down or could not connect") + set_status("danger", "Upgrade server down or could not connect") show("#server_div"); } request.addEventListener('load', function(event) { @@ -342,40 +328,40 @@ function server_request(request_dict, path, callback) { if(imagebuilder === "queue") { // in queue var queue = request.getResponseHeader("X-Build-Queue-Position"); - info_box("In build queue position " + queue, true) + set_status("info", "In build queue position " + queue, true) console.log("queued"); } else if(imagebuilder === "initialize") { - info_box("Setting up ImageBuilder", true) + set_status("info", "Setting up ImageBuilder", true) console.log("Setting up imagebuilder"); } else if(imagebuilder === "building") { - info_box("Building image", true); + set_status("info", "Building image", true); console.log("building"); } else { // fallback if for some reasons the headers are missing e.g. browser blocks access - info_box("Processing request", true); + set_status("info", "Processing request", true); console.log(imagebuilder) } setTimeout(function() { server_request(request_dict, path, callback) }, 5000) } else if (request.status === 204) { // no upgrades available - info_box("No upgrades available") + set_status("success", "No upgrades available") } else if (request.status === 400) { // bad request request_json = JSON.parse(request_text) - error_box(request_json.error) + set_status("danger", request_json.error) } else if (request.status === 412) { // this is a bit generic - error_box("Unsupported device, release, target, subtraget or board") + set_status("danger", "Unsupported device, release, target, subtraget or board") } else if (request.status === 413) { - error_box("No firmware created due to image size. Try again with less packages selected.") + set_status("danger", "No firmware created due to image size. Try again with less packages selected.") } else if (request.status === 422) { var package_missing = request.getResponseHeader("X-Unknown-Package"); - error_box("Unknown package in request: <b>" + package_missing + "</b>") + set_status("danger", "Unknown package in request: <b>" + package_missing + "</b>") } else if (request.status === 500) { request_json = JSON.parse(request_text) @@ -384,20 +370,19 @@ function server_request(request_dict, path, callback) { if(request_json.log != undefined) { data.log_url = request_json.log } - error_box(error_box_content) + set_status("danger", error_box_content) } else if (request.status === 501) { - error_box("No sysupgrade file produced, may not supported by model.") + set_status("danger", "No sysupgrade file produced, may not supported by model.") } else if (request.status === 502) { // python part offline - error_box("Server down for maintenance") + set_status("danger", "Server down for maintenance") setTimeout(function() { server_request(request_dict, path, callback) }, 30000) } else if (request.status === 503) { - error_box("Server overloaded") + set_status("danger", "Server overloaded") setTimeout(function() { server_request(request_dict, path, callback) }, 30000) } }); } document.onload = setup() - diff --git a/applications/luci-app-ddns/luasrc/model/cbi/ddns/hints.lua b/applications/luci-app-ddns/luasrc/model/cbi/ddns/hints.lua index 419201548b..290ef516ad 100644 --- a/applications/luci-app-ddns/luasrc/model/cbi/ddns/hints.lua +++ b/applications/luci-app-ddns/luasrc/model/cbi/ddns/hints.lua @@ -27,7 +27,7 @@ s = m:section( SimpleSection, -- ddns-scripts needs to be updated for full functionality if not CTRL.service_ok() then local so = s:option(DummyValue, "_update_needed") - so.titleref = DISP.build_url("admin", "system", "packages") + so.titleref = DISP.build_url("admin", "system", "opkg") so.rawhtml = true so.title = font_red .. bold_on .. translate("Software update required") .. bold_off .. font_off @@ -62,7 +62,7 @@ end -- No HTTPS support if not DDNS.env_info("has_ssl") then local sl = s:option(DummyValue, "_no_https") - sl.titleref = DISP.build_url("admin", "system", "packages") + sl.titleref = DISP.build_url("admin", "system", "opkg") sl.rawhtml = true sl.title = bold_on .. translate("HTTPS not supported") .. bold_off @@ -76,7 +76,7 @@ end -- No bind_network if not DDNS.env_info("has_bindnet") then local bn = s:option(DummyValue, "_no_bind_network") - bn.titleref = DISP.build_url("admin", "system", "packages") + bn.titleref = DISP.build_url("admin", "system", "opkg") bn.rawhtml = true bn.title = bold_on .. translate("Binding to a specific network not supported") .. bold_off @@ -92,7 +92,7 @@ end -- currently only cURL possibly without proxy support if not DDNS.env_info("has_proxy") then local px = s:option(DummyValue, "_no_proxy") - px.titleref = DISP.build_url("admin", "system", "packages") + px.titleref = DISP.build_url("admin", "system", "opkg") px.rawhtml = true px.title = bold_on .. translate("cURL without Proxy Support") .. bold_off @@ -106,7 +106,7 @@ end -- "Force IP Version not supported" if not DDNS.env_info("has_forceip") then local fi = s:option(DummyValue, "_no_force_ip") - fi.titleref = DISP.build_url("admin", "system", "packages") + fi.titleref = DISP.build_url("admin", "system", "opkg") fi.rawhtml = true fi.title = bold_on .. translate("Force IP Version not supported") .. bold_off @@ -126,7 +126,7 @@ end -- "DNS requests via TCP not supported" if not DDNS.env_info("has_bindhost") then local dt = s:option(DummyValue, "_no_dnstcp") - dt.titleref = DISP.build_url("admin", "system", "packages") + dt.titleref = DISP.build_url("admin", "system", "opkg") dt.rawhtml = true dt.title = bold_on .. translate("DNS requests via TCP not supported") .. bold_off @@ -139,7 +139,7 @@ end -- nslookup compiled with musl produce problems when using if not DDNS.env_info("has_dnsserver") then local ds = s:option(DummyValue, "_no_dnsserver") - ds.titleref = DISP.build_url("admin", "system", "packages") + ds.titleref = DISP.build_url("admin", "system", "opkg") ds.rawhtml = true ds.title = bold_on .. translate("Using specific DNS Server not supported") .. bold_off @@ -153,7 +153,7 @@ end -- certificates installed if DDNS.env_info("has_ssl") and not DDNS.env_info("has_cacerts") then local ca = s:option(DummyValue, "_no_certs") - ca.titleref = DISP.build_url("admin", "system", "packages") + ca.titleref = DISP.build_url("admin", "system", "opkg") ca.rawhtml = true ca.title = bold_on .. translate("No certificates found") .. bold_off diff --git a/applications/luci-app-lxc/luasrc/controller/lxc.lua b/applications/luci-app-lxc/luasrc/controller/lxc.lua index d16e532d37..9432110104 100644 --- a/applications/luci-app-lxc/luasrc/controller/lxc.lua +++ b/applications/luci-app-lxc/luasrc/controller/lxc.lua @@ -152,6 +152,7 @@ function lxc_get_arch_target(url) armv6 = "armel", armv7 = "armhf", armv8 = "arm64", + aarch64 = "arm64", i686 = "i386", x86_64 = "amd64" } diff --git a/applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua b/applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua index f54b6e76c3..b71c2886a1 100644 --- a/applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua +++ b/applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua @@ -3,7 +3,7 @@ local net = require "luci.model.network".init() -local s, m, mask, rtmon, rtlookup +local s, m, mask, rtmon, rtlookup, logging, loglevel m = Map("mwan3", translate("MWAN - Globals")) @@ -17,6 +17,27 @@ mask = s:option( mask.datatype = "hex(4)" mask.default = "0xff00" +logging = s:option(Flag, + "logging", + translate("Logging"), + translate("Enables global firewall logging")) + +loglevel = s:option( + ListValue, + "loglevel", + translate("Loglevel"), + translate("Firewall loglevel")) +loglevel.default = "notice" +loglevel:value("emerg", translate("Emergency")) +loglevel:value("alert", translate("Alert")) +loglevel:value("crit", translate("Critical")) +loglevel:value("error", translate("Error")) +loglevel:value("warning", translate("Warning")) +loglevel:value("notice", translate("Notice")) +loglevel:value("info", translate("Info")) +loglevel:value("debug", translate("Debug")) +loglevel:depends("logging", "1") + rtmon = s:option( Value, "rtmon_interval", diff --git a/applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua b/applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua index 51592f8137..f20414240e 100644 --- a/applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua +++ b/applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua @@ -3,12 +3,15 @@ -- Licensed to the public under the GNU General Public License v2. local dsp = require "luci.dispatcher" +local util = require("luci.util") local m, mwan_rule, src_ip, src_port, dest_ip, dest_port, proto, sticky -local timeout, ipset, policy +local timeout, ipset, logging, policy arg[1] = arg[1] or "" +local ipsets = util.split(util.trim(util.exec("ipset -n -L 2>/dev/null | grep -v mwan3_ | sort")), "\n", nil, true) or {} + m = Map("mwan3", translatef("MWAN Rule Configuration - %s", arg[1])) m.redirect = dsp.build_url("admin", "network", "mwan", "rule") @@ -52,6 +55,13 @@ timeout.datatype = "range(1, 1000000)" ipset = mwan_rule:option(Value, "ipset", translate("IPset"), translate("Name of IPset rule. Requires IPset rule in /etc/dnsmasq.conf (eg \"ipset=/youtube.com/youtube\")")) +ipset:value("", translate("-- Please choose --")) +for _, z in ipairs(ipsets) do + ipset:value(z) +end + +logging = mwan_rule:option(Flag, "logging", translate("Logging"), + translate("Enables firewall rule logging (global mwan3 logging must also be enabled)")) policy = mwan_rule:option(Value, "use_policy", translate("Policy assigned")) m.uci:foreach("mwan3", "policy", diff --git a/applications/luci-app-mwan3/po/de/mwan3.po b/applications/luci-app-mwan3/po/de/mwan3.po index ffc0ea72e2..18a09e43cf 100644 --- a/applications/luci-app-mwan3/po/de/mwan3.po +++ b/applications/luci-app-mwan3/po/de/mwan3.po @@ -1,73 +1,73 @@ msgid "" msgstr "Content-Type: text/plain; charset=UTF-8\n" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:153 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:169 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:189 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:171 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:187 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:207 msgid "%d hour" msgstr "%d Stunde" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:148 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:164 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:184 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:166 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:182 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:202 msgid "%d minute" msgstr "%d Minute" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:149 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:150 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:151 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:152 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:165 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:166 #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:167 #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:168 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:169 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:170 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:183 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:184 #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:185 #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:186 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:187 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:188 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:203 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:204 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:205 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:206 msgid "%d minutes" msgstr "%d Minuten" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:27 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:129 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:142 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:158 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:178 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:48 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:147 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:160 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:176 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:196 msgid "%d second" msgstr "%d Sekunde" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:28 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:29 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:30 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:31 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:130 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:131 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:132 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:133 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:134 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:135 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:136 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:137 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:138 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:143 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:144 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:145 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:146 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:147 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:159 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:160 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:49 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:50 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:51 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:52 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:148 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:149 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:150 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:151 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:152 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:153 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:154 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:155 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:156 #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:161 #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:162 #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:163 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:164 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:165 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:177 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:178 #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:179 #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:180 #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:181 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:182 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:183 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:197 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:198 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:199 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:200 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:201 msgid "%d seconds" msgstr "%d Sekunden" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:41 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:59 msgid "" "Acceptable values: 1-100. This many Tracking IP addresses must respond for " "the link to be deemed up" @@ -75,19 +75,23 @@ msgstr "" "Gültige Werte: 1-100. Diese Anzahl an Tracking-IP-Adressen müssen antworten, " "damit die Schnittstelle als aktiv angesehen wird" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/memberconfig.lua:28 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/memberconfig.lua:30 msgid "Acceptable values: 1-1000. Defaults to 1 if not set" msgstr "Gültige Werte: 1-1000. Standard auf 1, falls nicht gesetzt" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/memberconfig.lua:24 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/memberconfig.lua:26 msgid "Acceptable values: 1-256. Defaults to 1 if not set" msgstr "Akzeptable Werte: 1-256. Standardwert ist 1, wenn nicht gesetzt" +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:32 +msgid "Alert" +msgstr "" + #: applications/luci-app-mwan3/luasrc/controller/mwan3.lua:177 msgid "All required IP rules for interface %s found" msgstr "Alle erforderlichen IP-Regeln für die Schnittstelle %s gefunden" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:36 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:57 msgid "Also scan this Routing table for connected networks" msgstr "Auch diese Routing-Tabelle für verbundene Netzwerke scannen" @@ -95,7 +99,7 @@ msgstr "Auch diese Routing-Tabelle für verbundene Netzwerke scannen" msgid "Check IP rules" msgstr "Prüfen der IP-Regeln" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:81 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:99 msgid "Check link quality" msgstr "Linkqualität prüfen" @@ -103,19 +107,27 @@ msgstr "Linkqualität prüfen" msgid "Check routing table" msgstr "Prüfen der Routing-Tabelle" -#: applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm:73 +#: applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm:97 #: applications/luci-app-mwan3/luasrc/view/mwan/status_detail.htm:34 #: applications/luci-app-mwan3/luasrc/view/mwan/status_troubleshooting.htm:34 msgid "Collecting data..." msgstr "Sammle Daten..." -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:80 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:23 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:33 +msgid "Critical" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:38 +msgid "Debug" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:29 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:81 msgid "Destination address" msgstr "Zieladresse" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:86 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:27 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:33 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:87 msgid "Destination port" msgstr "Zielport" @@ -133,47 +145,68 @@ msgstr "" msgid "Diagnostics" msgstr "Diagnose" -#: applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm:30 +#: applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm:50 msgid "Disabled" msgstr "Deaktiviert" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:206 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:224 msgid "" "Downed interface will be deemed up after this many successful ping tests" msgstr "" "Eine als offline markierte Schnittstelle wird nach dieser Anzahl " "erfolgreicher Tracking-Runden als online angesehen" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:158 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:16 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:31 +msgid "Emergency" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:22 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:160 msgid "Enabled" msgstr "Aktiviert" +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:63 +msgid "" +"Enables firewall rule logging (global mwan3 logging must also be enabled)" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:23 +msgid "Enables global firewall logging" +msgstr "" + #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:16 msgid "Enter value in hex, starting with <code>0x</code>" msgstr "Fehler beim Sammeln von Informationen zur Fehlerbehebung" +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:34 +msgid "Error" +msgstr "" + #: applications/luci-app-mwan3/luasrc/view/mwan/status_diagnostics.htm:81 msgid "Execute" msgstr "Ausführen" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:20 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:26 msgid "Expect interface state on up event" msgstr "Erwarteter Schnittstellen status beim up event" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:155 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:173 msgid "Failure interval" msgstr "Fehler-Intervall" +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:29 +msgid "Firewall loglevel" +msgstr "" + #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:15 msgid "Firewall mask" msgstr "Firewall-Maske" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:219 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:237 msgid "Flush conntrack table" msgstr "Conntrack-Tabelle leeren" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:220 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:238 msgid "Flush global firewall conntrack table on interface events" msgstr "Leere Global-Firewall-Conntrack-Table bei Schnittstellen-Events" @@ -189,9 +222,11 @@ msgstr "Hotplug ifdown" msgid "Hotplug ifup" msgstr "Hotplug ifup" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:24 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:45 msgid "How often should rtmon update the interface routing table" -msgstr "Zeit interval wie oft rtmon die Routing-Tabelle der Schnittstelle aktualisiert" +msgstr "" +"Zeit interval wie oft rtmon die Routing-Tabelle der Schnittstelle " +"aktualisiert" #: applications/luci-app-mwan3/luasrc/view/mwan/status_detail.htm:29 #: applications/luci-app-mwan3/luasrc/view/mwan/status_diagnostics.htm:56 @@ -199,25 +234,29 @@ msgstr "Zeit interval wie oft rtmon die Routing-Tabelle der Schnittstelle aktual msgid "INFO: MWAN not running" msgstr "INFO: MWAN läuft nicht" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:50 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:56 msgid "IPset" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:27 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:33 msgid "IPv4" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:28 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:34 msgid "IPv6" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:19 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:37 +msgid "Info" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:25 msgid "Initial state" msgstr "Ausgangszustand" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:148 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/member.lua:26 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/memberconfig.lua:16 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:150 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/memberconfig.lua:18 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/member.lua:27 #: applications/luci-app-mwan3/luasrc/view/mwan/status_detail.htm:10 #: applications/luci-app-mwan3/luasrc/view/mwan/status_diagnostics.htm:10 #: applications/luci-app-mwan3/luasrc/view/mwan/status_diagnostics.htm:62 @@ -226,17 +265,17 @@ msgstr "Ausgangszustand" msgid "Interface" msgstr "Schnittstelle" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:206 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:191 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:209 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:208 msgid "Interface down" msgstr "Schnittstelle nicht aktiv" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:217 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:205 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:223 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:219 msgid "Interface up" msgstr "Schnittstelle aktiv" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:192 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:210 msgid "Interface will be deemed down after this many failed ping tests" msgstr "" "Die Schnittstelle wird nach dieser Anzahl an fehlgeschlagenen Tracking-" @@ -246,20 +285,20 @@ msgstr "" msgid "Interfaces" msgstr "Schnittstellen" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:25 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:31 msgid "Internet Protocol" msgstr "Internet-Protokoll" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:171 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:189 msgid "Keep failure interval" msgstr "Fehlerintervall beibehalten" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:172 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:190 msgid "Keep ping failure interval during failure state" msgstr "Ping-Fehlerintervall während des Ausfalls beibehalten" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:74 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua:23 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua:25 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:75 msgid "Last resort" msgstr "Letzter Ausweg" @@ -268,54 +307,63 @@ msgstr "Letzter Ausweg" msgid "Load Balancing" msgstr "Lastverteilung" -#: applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm:72 +#: applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm:96 #: applications/luci-app-mwan3/luasrc/view/mwan/status_detail.htm:33 #: applications/luci-app-mwan3/luasrc/view/mwan/status_diagnostics.htm:36 #: applications/luci-app-mwan3/luasrc/view/mwan/status_troubleshooting.htm:33 msgid "Loading" msgstr "Lade" +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:22 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:62 +msgid "Logging" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:28 +msgid "Loglevel" +msgstr "" + #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:8 msgid "MWAN - Globals" msgstr "MWAN - Allgemein" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:137 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:139 msgid "MWAN - Interfaces" msgstr "MWAN - Schnittstellen" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/member.lua:8 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/member.lua:9 msgid "MWAN - Members" msgstr "MWAN - Mitglieder" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/notify.lua:10 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/notify.lua:11 msgid "MWAN - Notification" msgstr "MWAN - Benachrichtigung" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:37 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:38 msgid "MWAN - Policies" msgstr "MWAN - Richtlinien" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:41 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:42 msgid "MWAN - Rules" msgstr "MWAN - Regeln" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:9 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:15 msgid "MWAN Interface Configuration - %s" msgstr "MWAN-Konfiguration, Schnittstelle - %s" -#: applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm:70 +#: applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm:94 msgid "MWAN Interfaces" msgstr "MWAN Schnittstellen" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/memberconfig.lua:9 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/memberconfig.lua:11 msgid "MWAN Member Configuration - %s" msgstr "MWAN-Konfiguration, Mitglieder - %s" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua:9 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua:11 msgid "MWAN Policy Configuration - %s" msgstr "MWAN-Konfiguration, Richtlinien - %s" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:9 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:15 msgid "MWAN Rule Configuration - %s" msgstr "MWAN-Konfiguration, Regeln - %s" @@ -331,7 +379,7 @@ msgstr "MWAN Status - Diagnose" msgid "MWAN Status - Troubleshooting" msgstr "MWAN Status - Fehlerbehebung" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:141 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:143 msgid "" "MWAN supports up to 252 physical and/or logical interfaces<br />MWAN " "requires that all interfaces have a unique metric configured in /etc/config/" @@ -340,28 +388,28 @@ msgid "" ">Interfaces may not share the same name as configured members, policies or " "rules" msgstr "" -"MWAN unterstützt bis zu 252 physische und/oder logische Schnittstellen" -"<br />MWAN erfordert, dass alle Schnittstellen eine eindeutige Metrik haben, " -"die in /etc/config/network konfiguriert sind <br /> Namen müssen mit dem " -"Schnittstellennamen in /etc/config/network übereinstimmen <br /> Namen dürfen " -"Zeichen A-Z, a-z, 0-9, _ enthalten aber keine Leerzeichen<br />Schnittstellen " -"dürfen nicht den gleichen Namen wie konfigurierte Mitglieder, Richtlinien " -"oder Regeln verwenden" +"MWAN unterstützt bis zu 252 physische und/oder logische Schnittstellen<br /" +">MWAN erfordert, dass alle Schnittstellen eine eindeutige Metrik haben, die " +"in /etc/config/network konfiguriert sind <br /> Namen müssen mit dem " +"Schnittstellennamen in /etc/config/network übereinstimmen <br /> Namen " +"dürfen Zeichen A-Z, a-z, 0-9, _ enthalten aber keine Leerzeichen<br /" +">Schnittstellen dürfen nicht den gleichen Namen wie konfigurierte " +"Mitglieder, Richtlinien oder Regeln verwenden" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:69 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:87 msgid "Max TTL" msgstr "Maximale TTL" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:85 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:103 msgid "Max packet latency [ms]" msgstr "Maximale Paketlatenzzeit [ms]" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:97 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:115 msgid "Max packet loss [%]" msgstr "Maximaler Paketverlust [%]" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:21 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:28 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:27 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:34 msgid "" "May be entered as a single or multiple port(s) (eg \"22\" or \"80,443\") or " "as a portrange (eg \"1024:2048\") without quotes" @@ -369,11 +417,11 @@ msgstr "" "Kann als einzelner oder mehrfacher Port (z.B. \"22\" oder \"80,443\") oder " "als Port-Range (z.B. \"1024:2048\") ohne Anführungsstriche eingegeben werden" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/member.lua:16 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/member.lua:17 msgid "Member" msgstr "Mitglied" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua:16 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua:18 msgid "Member used" msgstr "Mitglied, in Verwendung" @@ -381,7 +429,7 @@ msgstr "Mitglied, in Verwendung" msgid "Members" msgstr "Mitglieder" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/member.lua:11 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/member.lua:12 msgid "" "Members are profiles attaching a metric and weight to an MWAN interface<br /" ">Names may contain characters A-Z, a-z, 0-9, _ and no spaces<br />Members " @@ -392,22 +440,22 @@ msgstr "" "z, 0-9, _ und keine Leerzeichen<br />Mitglieder dürfen nicht denselben Namen " "mit konfigurierten Schnittstellen, Richtlinien oder Regeln teilen" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:60 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:61 msgid "Members assigned" msgstr "Mitglieder, zugewiesen" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:228 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:227 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/member.lua:32 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/memberconfig.lua:23 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:245 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:230 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/memberconfig.lua:25 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/member.lua:33 msgid "Metric" msgstr "Metrik" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:106 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:124 msgid "Min packet latency [ms]" msgstr "Minimale Paketlatenzzeit [ms]" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:118 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:136 msgid "Min packet loss [%]" msgstr "Minimaler Paketverlust [%]" @@ -415,7 +463,7 @@ msgstr "Minimaler Paketverlust [%]" msgid "Missing both IP rules for interface %s" msgstr "Beide IP-Regeln fehlen für die Schnittstelle %s" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:51 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:57 msgid "" "Name of IPset rule. Requires IPset rule in /etc/dnsmasq.conf (eg \"ipset=/" "youtube.com/youtube\")" @@ -423,12 +471,12 @@ msgstr "" "Name der IPset-Regel. Benötigt eine IPset-Regel in /etc/dnsmasq.conf (z.B. " "\"ipset=/youtube.com/youtube\")" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:164 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:44 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:166 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:50 msgid "No" msgstr "Nein" -#: applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm:52 +#: applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm:76 msgid "No MWAN interfaces found" msgstr "Keine MWAN-Schnittstellen gefunden" @@ -440,17 +488,21 @@ msgstr "No gateway für Schnittstelle %s gefunden" msgid "No tracking Hosts for interface %s defined." msgstr "Kein Tracking Host für die Schnittstelle %s definiert" +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:36 +msgid "Notice" +msgstr "" + #: applications/luci-app-mwan3/luasrc/controller/mwan3.lua:60 msgid "Notification" msgstr "Benachrichtigung" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:23 -#: applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm:26 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:29 +#: applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm:42 msgid "Offline" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:22 -#: applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm:22 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:28 +#: applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm:34 msgid "Online" msgstr "" @@ -459,7 +511,7 @@ msgstr "" msgid "Only one IP rules for interface %s found" msgstr "Nur eine IP-Regel für die Schnittstelle %s gefunden" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:45 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:63 msgid "Ping count" msgstr "Ping-Zähler" @@ -467,24 +519,24 @@ msgstr "Ping-Zähler" msgid "Ping default gateway" msgstr "Ping-Standard-Gateway" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:190 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:140 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:158 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:192 msgid "Ping interval" msgstr "Ping-Intervall" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:156 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:174 msgid "Ping interval during failure detection" msgstr "Ping-Intervall während Fehlererkennung" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:176 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:194 msgid "Ping interval during failure recovering" msgstr "Ping-Intervall während der Wiederherstellung" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:53 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:71 msgid "Ping size" msgstr "Ping-Größe" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:127 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:145 msgid "Ping timeout" msgstr "Ping-Timeout" @@ -496,7 +548,7 @@ msgstr "Ping-Tracking-IP" msgid "Policies" msgstr "Richtlinien" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:41 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:42 msgid "" "Policies are profiles grouping one or more members controlling how MWAN " "distributes traffic<br />Member interfaces with lower metrics are used " @@ -506,37 +558,37 @@ msgid "" "spaces<br />Names must be 15 characters or less<br />Policies may not share " "the same name as configured interfaces, members or rules" msgstr "" -"Richtlinien sind Profile, die ein oder mehrere Mitglieder gruppieren und MWAN" -"steuern und verteilt den Traffic<br />Mitglieder-Schnittstellen mit " -"niedrigeren Metriken werden als ersters genutzt<br />Mitglieder-Schnittstellen " -"mit der gleichen Metrik werden lastverteilt<br /> Mitglieder-Schnittstellen " -"verteilen mehr Traffic aus denen mit höhere Gewichtung." -"<br />Namen können die Zeichen A-Z, a-z, 0-9, _ und keine Leerzeichen enthalten. " -"<br />Namen müssen 15 Zeichen oder weniger sein" -"<br />Richtlinien dürfen nicht den gleichen Namen wie konfigurierte Schnittstellen, " -"Mitglieder oder Regeln verwenden." - -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:50 +"Richtlinien sind Profile, die ein oder mehrere Mitglieder gruppieren und " +"MWANsteuern und verteilt den Traffic<br />Mitglieder-Schnittstellen mit " +"niedrigeren Metriken werden als ersters genutzt<br />Mitglieder-" +"Schnittstellen mit der gleichen Metrik werden lastverteilt<br /> Mitglieder-" +"Schnittstellen verteilen mehr Traffic aus denen mit höhere Gewichtung.<br /" +">Namen können die Zeichen A-Z, a-z, 0-9, _ und keine Leerzeichen enthalten. " +"<br />Namen müssen 15 Zeichen oder weniger sein<br />Richtlinien dürfen " +"nicht den gleichen Namen wie konfigurierte Schnittstellen, Mitglieder oder " +"Regeln verwenden." + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:51 msgid "Policy" msgstr "Richtlinie" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:98 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:53 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:65 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:99 msgid "Policy assigned" msgstr "Richtlinie, zugewiesen" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:92 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:30 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:36 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:93 msgid "Protocol" msgstr "Protokoll" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:175 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:193 msgid "Recovery interval" msgstr "Wiederherstellungs-Intervall" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:38 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:39 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:40 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:59 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:60 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:61 msgid "Routing table %d" msgstr "Routing-Tabelle %d" @@ -548,11 +600,11 @@ msgstr "Routing-Tabelle %s für die Schnittstelle %s gefunden" msgid "Routing table %s for interface %s not found" msgstr "Routing-Tabelle %s für die Schnittstelle %s nicht gefunden" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:35 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:56 msgid "Routing table lookup" msgstr "Routing-Tabelle nachschlagen" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:58 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:59 msgid "Rule" msgstr "Regel" @@ -560,7 +612,7 @@ msgstr "Regel" msgid "Rules" msgstr "Regeln" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:46 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:47 msgid "" "Rules specify which traffic will use a particular MWAN policy<br />Rules are " "based on IP address, port or protocol<br />Rules are matched from top to " @@ -572,43 +624,43 @@ msgid "" "z, 0-9, _ and no spaces<br />Rules may not share the same name as configured " "interfaces, members or policies" msgstr "" -"Regeln legen fest, welcher Datenverkehr eine bestimmte MWAN-Richtlinie verwendet<br />" -"Regeln basieren auf IP-Adresse, Port oder Protokoll<br />" -"Regeln werden von oben nach unten abgeglichen<br />" -"Regeln unterhalb einer Matching-Regel werden ignoriert<br />" -"Der Datenverkehr, der keiner Regel entspricht, wird über die Hauptroutentabelle geleitet<br />" -"Der Datenverkehr, der für bekannte (nicht Standard) Netzwerke bestimmt ist" -"wird von der Hauptroutinentabelle abgewickelt<br />" -"Der Datenverker, der einer Regel entspricht, wo alle WAN-Schnittstellen für diese " -" Richtlinie nicht verbunden sind, werden verworfen<br />" -"Namen können die Zeichen A-Z, a-z, 0-9, _ und keine Leerzeichen enthalten<br />" -"Regeln dürfen nicht den gleichen Namen wie konfigurierte Schnittstellen, Mitglieder oder Richtlinien verwenden<br />" +"Regeln legen fest, welcher Datenverkehr eine bestimmte MWAN-Richtlinie " +"verwendet<br />Regeln basieren auf IP-Adresse, Port oder Protokoll<br /" +">Regeln werden von oben nach unten abgeglichen<br />Regeln unterhalb einer " +"Matching-Regel werden ignoriert<br />Der Datenverkehr, der keiner Regel " +"entspricht, wird über die Hauptroutentabelle geleitet<br />Der Datenverkehr, " +"der für bekannte (nicht Standard) Netzwerke bestimmt istwird von der " +"Hauptroutinentabelle abgewickelt<br />Der Datenverker, der einer Regel " +"entspricht, wo alle WAN-Schnittstellen für diese Richtlinie nicht verbunden " +"sind, werden verworfen<br />Namen können die Zeichen A-Z, a-z, 0-9, _ und " +"keine Leerzeichen enthalten<br />Regeln dürfen nicht den gleichen Namen wie " +"konfigurierte Schnittstellen, Mitglieder oder Richtlinien verwenden<br />" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:47 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:53 msgid "Seconds. Acceptable values: 1-1000000. Defaults to 600 if not set" msgstr "" "Sekunden. Gültige Werte: 1-1000000. Standard bei 600 falls nicht gesetzt" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:68 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:16 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:22 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:69 msgid "Source address" msgstr "Quelladresse" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:74 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:20 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:26 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:75 msgid "Source port" msgstr "Quellport" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:40 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:46 msgid "Sticky" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:46 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:52 msgid "Sticky timeout" msgstr "Sticky-Timeout" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:17 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:24 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:23 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:30 msgid "Supports CIDR notation (eg \"192.168.100.0/24\") without quotes" msgstr "" "Unterstützt CIDR-Schreibweise (z.B. \"192.168.100.0/24\") ohne " @@ -618,18 +670,18 @@ msgstr "" msgid "Task" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:13 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:15 msgid "There are currently %d of %d supported interfaces configured" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:228 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:246 msgid "" "This displays the metric assigned to this interface in /etc/config/network" msgstr "" "Zeigt die Metrik an, die dieser Schnittstelle in /etc/config/network " "zugeordnet ist" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:31 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:37 msgid "" "This hostname or IP address will be pinged to determine if the link is up or " "down. Leave blank to assume interface is always online" @@ -638,7 +690,7 @@ msgstr "" "Link aktiv oder inaktiv ist. Leer lassen, um die Schnittstelle als dauerhaft " "online anzusehen" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/notify.lua:13 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/notify.lua:14 msgid "" "This section allows you to modify the content of \"/etc/mwan3.user\".<br /" ">The file is also preserved during sysupgrade.<br /><br />Notes:<br />This " @@ -656,37 +708,39 @@ msgid "" "Physical device name which interface went up or down (e.g. \"eth0\" or " "\"wwan0\")<br /><br />" msgstr "" -"Dieser Abschnitt ermöglicht es Ihnen, den Inhalt von \"/etc/mwan3.user\" zu ändern <br />" -"Die Datei bleibt auch während des System-Upgrades erhalten.<br /><br /><br />Anmerkung:<br />Diese " -"Datei wird als Shell-Skript interpretiert.<br />Die erste Zeile des Skripts " -"muss "#!/bin/sh" ohne Anführungszeichen sein.<br />Zeilen, die mit # beginnen, sind " -"Kommentare und werden nicht ausgeführt.<br />Setzen Sie Ihre eigene mwan3-Aktion hier, sie " -"wird bei jedem netifd hotplug interface event ausgeführt<br />" -"für die Schnittstell wo der mwan3 aktiviert ist.<br /><br /><br /><br />Es gibt drei Haupt " -"Umgebungsvariablen, die an dieses Skript übergeben werden.<br /><br /><br />$ACTION " -"<br />* \"ifup\" Wird von netifd und mwan3track ausgeführt<br />* \"ifdown\" Wird " -"von netifd und mwan3track ausgeführt<br />* \"connected\" Wird von " -"mwan3track ausgeführt, wenn das Tracking erfolgreich war <br />* \"disconnected\" Wird " -"von mwan3track ausgeführt, wenn das Tracking fehlgeschlagen ist <br />$INTERFACE Name der " -"Schnittstelle, die up oder down gegangen ist (z.B. \"wan\" oder \"wwan\")<br />$DEVICE " -"Physischer Gerätename, dessen Schnittstelle up oder down gegangen ist (z.B. \"eth0\" oder " -"\"wwan0\")<br /><br /><br />" - -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:30 +"Dieser Abschnitt ermöglicht es Ihnen, den Inhalt von \"/etc/mwan3.user\" zu " +"ändern <br />Die Datei bleibt auch während des System-Upgrades erhalten.<br /" +"><br /><br />Anmerkung:<br />Diese Datei wird als Shell-Skript interpretiert." +"<br />Die erste Zeile des Skripts muss "#!/bin/sh" ohne " +"Anführungszeichen sein.<br />Zeilen, die mit # beginnen, sind Kommentare und " +"werden nicht ausgeführt.<br />Setzen Sie Ihre eigene mwan3-Aktion hier, sie " +"wird bei jedem netifd hotplug interface event ausgeführt<br />für die " +"Schnittstell wo der mwan3 aktiviert ist.<br /><br /><br /><br />Es gibt drei " +"Haupt Umgebungsvariablen, die an dieses Skript übergeben werden.<br /><br /" +"><br />$ACTION <br />* \"ifup\" Wird von netifd und mwan3track " +"ausgeführt<br />* \"ifdown\" Wird von netifd und mwan3track ausgeführt<br /" +">* \"connected\" Wird von mwan3track ausgeführt, wenn das Tracking " +"erfolgreich war <br />* \"disconnected\" Wird von mwan3track ausgeführt, " +"wenn das Tracking fehlgeschlagen ist <br />$INTERFACE Name der " +"Schnittstelle, die up oder down gegangen ist (z.B. \"wan\" oder \"wwan" +"\")<br />$DEVICE Physischer Gerätename, dessen Schnittstelle up oder down " +"gegangen ist (z.B. \"eth0\" oder \"wwan0\")<br /><br /><br />" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:36 msgid "Tracking hostname or IP address" msgstr "Tracking des Hostnamen oder der IP-Addresse" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:168 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:34 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:40 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:170 msgid "Tracking method" msgstr "Tracking-Methode" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:179 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:40 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:58 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:181 msgid "Tracking reliability" msgstr "Tracking-Sicherheit" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:41 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:47 msgid "" "Traffic from the same source IP address that previously matched this rule " "within the sticky timeout period will use the same WAN interface" @@ -702,41 +756,41 @@ msgstr "" msgid "Troubleshooting" msgstr "Fehlerbehebung" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:23 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:44 msgid "Update interval" msgstr "Aktualisierungsintervall" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:31 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:37 msgid "View the content of /etc/protocols for protocol description" msgstr "Schaue in der Datei /etc/protocols für Protokollbeschreibung mach" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:17 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:19 msgid "WARNING: %d interfaces are configured exceeding the maximum of %d!" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:24 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:26 msgid "WARNING: Interface %s are not found in /etc/config/network" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:43 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:45 msgid "WARNING: Interface %s has a duplicate metric %s configured" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:36 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:38 msgid "" "WARNING: Interface %s has a higher reliability requirement than tracking " "hosts (%d)" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:30 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:32 msgid "WARNING: Interface %s has no default route in the main routing table" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:29 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:30 msgid "WARNING: Policy %s has exceeding the maximum name of 15 characters" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:33 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:34 msgid "" "WARNING: Rule %s have a port configured with no or improper protocol " "specified!" @@ -746,53 +800,57 @@ msgstr "" msgid "Waiting for command to complete..." msgstr "Warten auf den Abschluss des Befehls..." -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/member.lua:38 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/memberconfig.lua:27 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:35 +msgid "Warning" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/memberconfig.lua:29 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/member.lua:39 msgid "Weight" msgstr "Gewichtung" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua:24 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua:26 msgid "" "When all policy members are offline use this behavior for matched traffic" msgstr "" "Sobald alle Mitglieder der Richtlinie offline sind, wird dieses Verhalten " "für passenden Traffic verwendet" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:162 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:43 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:164 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:49 msgid "Yes" msgstr "Ja" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:225 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:243 msgid "always" msgstr "immer" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:79 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua:27 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:60 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua:29 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:80 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:72 msgid "blackhole (drop)" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:81 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua:28 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:61 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua:30 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:82 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:73 msgid "default (use main routing table)" msgstr "default (Haupt-Routing-Tabelle wird benutzt)" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:223 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:241 msgid "ifdown" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:222 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:240 msgid "ifup" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:224 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:242 msgid "never" msgstr "nie" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:83 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua:26 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:59 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua:28 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:84 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:71 msgid "unreachable (reject)" msgstr "unerreichbar (rejectet)" diff --git a/applications/luci-app-mwan3/po/ja/mwan3.po b/applications/luci-app-mwan3/po/ja/mwan3.po index 4c9ad6c185..2988565a2e 100644 --- a/applications/luci-app-mwan3/po/ja/mwan3.po +++ b/applications/luci-app-mwan3/po/ja/mwan3.po @@ -12,73 +12,73 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "Language: ja\n" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:153 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:169 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:189 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:171 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:187 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:207 msgid "%d hour" msgstr "%d 時間" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:148 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:164 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:184 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:166 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:182 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:202 msgid "%d minute" msgstr "%d 分" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:149 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:150 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:151 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:152 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:165 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:166 #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:167 #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:168 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:169 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:170 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:183 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:184 #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:185 #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:186 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:187 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:188 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:203 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:204 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:205 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:206 msgid "%d minutes" msgstr "%d 分" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:27 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:129 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:142 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:158 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:178 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:48 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:147 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:160 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:176 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:196 msgid "%d second" msgstr "%d 秒" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:28 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:29 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:30 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:31 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:130 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:131 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:132 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:133 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:134 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:135 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:136 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:137 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:138 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:143 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:144 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:145 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:146 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:147 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:159 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:160 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:49 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:50 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:51 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:52 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:148 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:149 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:150 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:151 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:152 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:153 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:154 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:155 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:156 #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:161 #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:162 #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:163 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:164 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:165 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:177 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:178 #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:179 #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:180 #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:181 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:182 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:183 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:197 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:198 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:199 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:200 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:201 msgid "%d seconds" msgstr "%d 秒" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:41 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:59 msgid "" "Acceptable values: 1-100. This many Tracking IP addresses must respond for " "the link to be deemed up" @@ -86,19 +86,23 @@ msgstr "" "利用å¯èƒ½ãªå€¤: 1-100。上記ã®ãƒˆãƒ©ãƒƒã‚ング IP ã®åˆè¨ˆå€‹æ•°ã®ã†ã¡ã€Up 状態ã¨åˆ¤å®šã™" "ã‚‹ãŸã‚ã«ã«å¿…è¦ãªã€ãƒ¬ã‚¹ãƒãƒ³ã‚¹ãŒè¿”ã•ã‚ŒãŸãƒˆãƒ©ãƒƒã‚ング IP アドレスã®å€‹æ•°ã§ã™ã€‚" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/memberconfig.lua:28 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/memberconfig.lua:30 msgid "Acceptable values: 1-1000. Defaults to 1 if not set" msgstr "利用å¯èƒ½ãªå€¤: 1-1000。空欄ã®å ´åˆã®ãƒ‡ãƒ•ã‚©ãƒ«ãƒˆã¯1ã§ã™ã€‚" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/memberconfig.lua:24 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/memberconfig.lua:26 msgid "Acceptable values: 1-256. Defaults to 1 if not set" msgstr "利用å¯èƒ½ãªå€¤: 1-256。空欄ã®å ´åˆã®ãƒ‡ãƒ•ã‚©ãƒ«ãƒˆã¯1ã§ã™ã€‚" +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:32 +msgid "Alert" +msgstr "" + #: applications/luci-app-mwan3/luasrc/controller/mwan3.lua:177 msgid "All required IP rules for interface %s found" msgstr "インターフェース %s ã®å…¨å¿…é ˆ IP ルールãŒè¦‹ã¤ã‹ã‚Šã¾ã—ãŸ" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:36 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:57 msgid "Also scan this Routing table for connected networks" msgstr "" "接続ã•ã‚ŒãŸãƒãƒƒãƒˆãƒ¯ãƒ¼ã‚¯ã®ãŸã‚ã«ã€è¿½åŠ ã§ã‚¹ã‚ャンã™ã‚‹ãƒ«ãƒ¼ãƒ†ã‚£ãƒ³ã‚°ãƒ†ãƒ¼ãƒ–ルã§ã™ã€‚" @@ -107,7 +111,7 @@ msgstr "" msgid "Check IP rules" msgstr "IP ルールã®ãƒã‚§ãƒƒã‚¯" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:81 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:99 msgid "Check link quality" msgstr "リンクå“質ã®ãƒã‚§ãƒƒã‚¯" @@ -115,19 +119,27 @@ msgstr "リンクå“質ã®ãƒã‚§ãƒƒã‚¯" msgid "Check routing table" msgstr "ルーティング テーブルã®ãƒã‚§ãƒƒã‚¯" -#: applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm:73 +#: applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm:97 #: applications/luci-app-mwan3/luasrc/view/mwan/status_detail.htm:34 #: applications/luci-app-mwan3/luasrc/view/mwan/status_troubleshooting.htm:34 msgid "Collecting data..." msgstr "データåŽé›†ä¸ã§ã™..." -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:80 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:23 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:33 +msgid "Critical" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:38 +msgid "Debug" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:29 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:81 msgid "Destination address" msgstr "宛先アドレス" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:86 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:27 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:33 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:87 msgid "Destination port" msgstr "宛先ãƒãƒ¼ãƒˆ" @@ -145,47 +157,68 @@ msgstr "詳細" msgid "Diagnostics" msgstr "診æ–機能" -#: applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm:30 +#: applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm:50 msgid "Disabled" msgstr "無効" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:206 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:224 msgid "" "Downed interface will be deemed up after this many successful ping tests" msgstr "" "Down 状態ã®ã‚¤ãƒ³ã‚¿ãƒ¼ãƒ•ã‚§ãƒ¼ã‚¹ãŒ Up 状態ã¨åˆ¤æ–ã•ã‚Œã‚‹ã¾ã§ã«è¦ã™ã‚‹ ping テストã®æˆ" "功回数ã§ã™ã€‚" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:158 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:16 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:31 +msgid "Emergency" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:22 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:160 msgid "Enabled" msgstr "有効" +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:63 +msgid "" +"Enables firewall rule logging (global mwan3 logging must also be enabled)" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:23 +msgid "Enables global firewall logging" +msgstr "" + #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:16 msgid "Enter value in hex, starting with <code>0x</code>" msgstr "<code>0x</code> ã§å§‹ã¾ã‚‹16進数ã®å€¤ã‚’入力ã—ã¦ãã ã•ã„。" +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:34 +msgid "Error" +msgstr "" + #: applications/luci-app-mwan3/luasrc/view/mwan/status_diagnostics.htm:81 msgid "Execute" msgstr "実行" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:20 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:26 msgid "Expect interface state on up event" msgstr "Up イベント時ã«äºˆæƒ³ã•ã‚Œã‚‹ã‚¤ãƒ³ã‚¿ãƒ¼ãƒ•ã‚§ãƒ¼ã‚¹ã®çŠ¶æ…‹ã§ã™ã€‚" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:155 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:173 msgid "Failure interval" msgstr "障害検出 インターãƒãƒ«" +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:29 +msgid "Firewall loglevel" +msgstr "" + #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:15 msgid "Firewall mask" msgstr "ファイアウォール マスク" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:219 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:237 msgid "Flush conntrack table" msgstr "conntrack テーブルã®ã‚¯ãƒªã‚¢" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:220 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:238 msgid "Flush global firewall conntrack table on interface events" msgstr "" "インターフェース イベント時ã«ã‚°ãƒãƒ¼ãƒãƒ« ファイアウォール conntrack テーブルを" @@ -203,7 +236,7 @@ msgstr "ホットプラグ ifdown" msgid "Hotplug ifup" msgstr "ホットプラグ ifup" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:24 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:45 msgid "How often should rtmon update the interface routing table" msgstr "rtmon ãŒã‚¤ãƒ³ã‚¿ãƒ¼ãƒ•ã‚§ãƒ¼ã‚¹ ルーティングテーブルã®æ›´æ–°ã‚’è¡Œã†é »åº¦ã§ã™ã€‚" @@ -213,25 +246,29 @@ msgstr "rtmon ãŒã‚¤ãƒ³ã‚¿ãƒ¼ãƒ•ã‚§ãƒ¼ã‚¹ ルーティングテーブルã®æ›´æ– msgid "INFO: MWAN not running" msgstr "æƒ…å ±: MWAN ã¯å®Ÿè¡Œã•ã‚Œã¦ã„ã¾ã›ã‚“" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:50 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:56 msgid "IPset" msgstr "IPset" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:27 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:33 msgid "IPv4" msgstr "IPv4" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:28 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:34 msgid "IPv6" msgstr "IPv6" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:19 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:37 +msgid "Info" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:25 msgid "Initial state" msgstr "åˆæœŸçŠ¶æ…‹" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:148 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/member.lua:26 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/memberconfig.lua:16 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:150 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/memberconfig.lua:18 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/member.lua:27 #: applications/luci-app-mwan3/luasrc/view/mwan/status_detail.htm:10 #: applications/luci-app-mwan3/luasrc/view/mwan/status_diagnostics.htm:10 #: applications/luci-app-mwan3/luasrc/view/mwan/status_diagnostics.htm:62 @@ -240,17 +277,17 @@ msgstr "åˆæœŸçŠ¶æ…‹" msgid "Interface" msgstr "インターフェース" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:206 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:191 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:209 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:208 msgid "Interface down" msgstr "インターフェース Down" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:217 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:205 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:223 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:219 msgid "Interface up" msgstr "インターフェース Up" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:192 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:210 msgid "Interface will be deemed down after this many failed ping tests" msgstr "" "インターフェース㌠Down 状態ã¨åˆ¤æ–ã•ã‚Œã‚‹ã¾ã§ã«è¦ã™ã‚‹ ping テストã®å¤±æ•—回数ã§" @@ -260,20 +297,20 @@ msgstr "" msgid "Interfaces" msgstr "インターフェース" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:25 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:31 msgid "Internet Protocol" msgstr "インターãƒãƒƒãƒˆ プãƒãƒˆã‚³ãƒ«" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:171 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:189 msgid "Keep failure interval" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:172 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:190 msgid "Keep ping failure interval during failure state" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:74 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua:23 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua:25 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:75 msgid "Last resort" msgstr "最終手段" @@ -282,54 +319,63 @@ msgstr "最終手段" msgid "Load Balancing" msgstr "è² è·åˆ†æ•£" -#: applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm:72 +#: applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm:96 #: applications/luci-app-mwan3/luasrc/view/mwan/status_detail.htm:33 #: applications/luci-app-mwan3/luasrc/view/mwan/status_diagnostics.htm:36 #: applications/luci-app-mwan3/luasrc/view/mwan/status_troubleshooting.htm:33 msgid "Loading" msgstr "èªè¾¼ä¸" +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:22 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:62 +msgid "Logging" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:28 +msgid "Loglevel" +msgstr "" + #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:8 msgid "MWAN - Globals" msgstr "MWAN - ã‚°ãƒãƒ¼ãƒãƒ«" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:137 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:139 msgid "MWAN - Interfaces" msgstr "MWAN - インターフェース" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/member.lua:8 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/member.lua:9 msgid "MWAN - Members" msgstr "MWAN - メンãƒãƒ¼" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/notify.lua:10 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/notify.lua:11 msgid "MWAN - Notification" msgstr "MWAN - 通知" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:37 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:38 msgid "MWAN - Policies" msgstr "MWAN - ãƒãƒªã‚·ãƒ¼" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:41 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:42 msgid "MWAN - Rules" msgstr "MWAN - ルール" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:9 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:15 msgid "MWAN Interface Configuration - %s" msgstr "MWAN インターフェースè¨å®š - %s" -#: applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm:70 +#: applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm:94 msgid "MWAN Interfaces" msgstr "MWAN インターフェース" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/memberconfig.lua:9 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/memberconfig.lua:11 msgid "MWAN Member Configuration - %s" msgstr "MWAN メンãƒãƒ¼è¨å®š - %s" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua:9 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua:11 msgid "MWAN Policy Configuration - %s" msgstr "MWAN ãƒãƒªã‚·ãƒ¼è¨å®š - %s" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:9 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:15 msgid "MWAN Rule Configuration - %s" msgstr "MWAN ルールè¨å®š - %s" @@ -345,7 +391,7 @@ msgstr "MWAN ステータス - 診æ–" msgid "MWAN Status - Troubleshooting" msgstr "MWAN ステータス - トラブルシューティング" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:141 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:143 msgid "" "MWAN supports up to 252 physical and/or logical interfaces<br />MWAN " "requires that all interfaces have a unique metric configured in /etc/config/" @@ -362,20 +408,20 @@ msgstr "" "スã¯ä½¿ç”¨ã§ãã¾ã›ã‚“。<br />インターフェースã«ã¯ã€è¨å®šæ¸ˆã¿ã®ãƒ¡ãƒ³ãƒãƒ¼ã‚„ãƒãƒª" "シーã€ãƒ«ãƒ¼ãƒ«ã¨åŒã˜åå‰ã‚’使用ã™ã‚‹ã“ã¨ã¯ã§ãã¾ã›ã‚“。" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:69 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:87 msgid "Max TTL" msgstr "最大 TTL" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:85 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:103 msgid "Max packet latency [ms]" msgstr "最大パケットレイテンシ [ms]" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:97 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:115 msgid "Max packet loss [%]" msgstr "最大パケットãƒã‚¹ [%]" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:21 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:28 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:27 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:34 msgid "" "May be entered as a single or multiple port(s) (eg \"22\" or \"80,443\") or " "as a portrange (eg \"1024:2048\") without quotes" @@ -383,11 +429,11 @@ msgstr "" "å˜ä¸€ã¾ãŸã¯è¤‡æ•°ã®ãƒãƒ¼ãƒˆï¼ˆä¾‹: \"22\" ã¾ãŸã¯ \"80,443\")ã€ã‚ã‚‹ã„ã¯ãƒãƒ¼ãƒˆã®ç¯„囲" "(例: \"1024:2048\")をã€ã‚¯ã‚ªãƒ¼ãƒ†ãƒ¼ã‚·ãƒ§ãƒ³ç„¡ã—ã§æŒ‡å®šã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/member.lua:16 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/member.lua:17 msgid "Member" msgstr "メンãƒãƒ¼" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua:16 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua:18 msgid "Member used" msgstr "使用ã•ã‚Œã‚‹ãƒ¡ãƒ³ãƒãƒ¼" @@ -395,7 +441,7 @@ msgstr "使用ã•ã‚Œã‚‹ãƒ¡ãƒ³ãƒãƒ¼" msgid "Members" msgstr "メンãƒãƒ¼" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/member.lua:11 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/member.lua:12 msgid "" "Members are profiles attaching a metric and weight to an MWAN interface<br /" ">Names may contain characters A-Z, a-z, 0-9, _ and no spaces<br />Members " @@ -406,22 +452,22 @@ msgstr "" "ã¯ä½¿ç”¨ã§ãã¾ã›ã‚“。<br />メンãƒãƒ¼ã«ã¯ã€è¨å®šæ¸ˆã¿ã®ã‚¤ãƒ³ã‚¿ãƒ¼ãƒ•ã‚§ãƒ¼ã‚¹ã‚„ãƒãƒªã‚·ãƒ¼ã€" "ルールã¨åŒã˜åå‰ã‚’使用ã™ã‚‹ã“ã¨ã¯ã§ãã¾ã›ã‚“。" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:60 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:61 msgid "Members assigned" msgstr "アサイン済ã¿ãƒ¡ãƒ³ãƒãƒ¼" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:228 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:227 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/member.lua:32 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/memberconfig.lua:23 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:245 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:230 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/memberconfig.lua:25 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/member.lua:33 msgid "Metric" msgstr "メトリック" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:106 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:124 msgid "Min packet latency [ms]" msgstr "最å°ãƒ‘ケットレイテンシ [ms]" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:118 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:136 msgid "Min packet loss [%]" msgstr "最å°ãƒ‘ケットãƒã‚¹ [%]" @@ -429,7 +475,7 @@ msgstr "最å°ãƒ‘ケットãƒã‚¹ [%]" msgid "Missing both IP rules for interface %s" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:51 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:57 msgid "" "Name of IPset rule. Requires IPset rule in /etc/dnsmasq.conf (eg \"ipset=/" "youtube.com/youtube\")" @@ -437,12 +483,12 @@ msgstr "" "IPset ルールã®åå‰ã§ã™ã€‚ã“ã®ãƒ«ãƒ¼ãƒ«ã¯ã€ /etc/dnsmasq.conf ã§å¿…è¦ã§ã™ã€‚(例: " "\"ipset=/youtube.com/youtube\")" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:164 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:44 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:166 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:50 msgid "No" msgstr "ã„ã„ãˆ" -#: applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm:52 +#: applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm:76 msgid "No MWAN interfaces found" msgstr "MWAN インターフェースãŒè¦‹ã¤ã‹ã‚Šã¾ã›ã‚“" @@ -454,17 +500,21 @@ msgstr "インターフェース %s ã«ã‚²ãƒ¼ãƒˆã‚¦ã‚§ã‚¤ãŒè¦‹ã¤ã‹ã‚Šã¾ã›ã‚ msgid "No tracking Hosts for interface %s defined." msgstr "インターフェース %s ã«ãƒˆãƒ©ãƒƒã‚ングホストãŒæŒ‡å®šã•ã‚Œã¦ã„ã¾ã›ã‚“。" +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:36 +msgid "Notice" +msgstr "" + #: applications/luci-app-mwan3/luasrc/controller/mwan3.lua:60 msgid "Notification" msgstr "通知" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:23 -#: applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm:26 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:29 +#: applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm:42 msgid "Offline" msgstr "オフライン" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:22 -#: applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm:22 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:28 +#: applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm:34 msgid "Online" msgstr "オンライン" @@ -473,7 +523,7 @@ msgstr "オンライン" msgid "Only one IP rules for interface %s found" msgstr "インターフェース %s ã« IP ルールãŒä¸€ã¤ã®ã¿è¦‹ã¤ã‹ã‚Šã¾ã—ãŸã€‚" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:45 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:63 msgid "Ping count" msgstr "Ping 回数" @@ -481,24 +531,24 @@ msgstr "Ping 回数" msgid "Ping default gateway" msgstr "デフォルト ゲートウェイã¸ã®ping" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:190 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:140 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:158 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:192 msgid "Ping interval" msgstr "Ping インターãƒãƒ«" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:156 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:174 msgid "Ping interval during failure detection" msgstr "障害検出ä¸ã® Ping 実行間隔ã§ã™ã€‚" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:176 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:194 msgid "Ping interval during failure recovering" msgstr "障害復旧ä¸ã® Ping 実行間隔ã§ã™ã€‚" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:53 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:71 msgid "Ping size" msgstr "Ping サイズ" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:127 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:145 msgid "Ping timeout" msgstr "Ping タイムアウト" @@ -510,7 +560,7 @@ msgstr "トラッã‚ング IP ã¸ã®ping" msgid "Policies" msgstr "ãƒãƒªã‚·ãƒ¼" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:41 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:42 msgid "" "Policies are profiles grouping one or more members controlling how MWAN " "distributes traffic<br />Member interfaces with lower metrics are used " @@ -529,27 +579,27 @@ msgstr "" "ん。ã¾ãŸã€15æ–‡å—以内ã§ãªã‘ã‚Œã°ãªã‚Šã¾ã›ã‚“。<br />ãƒãƒªã‚·ãƒ¼ã§ã¯ã€è¨å®šæ¸ˆã¿ã®ã‚¤ãƒ³" "ターフェースやメンãƒãƒ¼ã€ãƒ«ãƒ¼ãƒ«ã¨åŒã˜åå‰ã‚’使用ã™ã‚‹ã“ã¨ã¯ã§ãã¾ã›ã‚“。" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:50 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:51 msgid "Policy" msgstr "ãƒãƒªã‚·ãƒ¼" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:98 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:53 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:65 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:99 msgid "Policy assigned" msgstr "アサイン済ã¿ãƒãƒªã‚·ãƒ¼" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:92 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:30 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:36 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:93 msgid "Protocol" msgstr "プãƒãƒˆã‚³ãƒ«" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:175 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:193 msgid "Recovery interval" msgstr "障害復旧 インターãƒãƒ«" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:38 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:39 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:40 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:59 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:60 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:61 msgid "Routing table %d" msgstr "ルーティングテーブル %d" @@ -561,11 +611,11 @@ msgstr "ルーティングテーブル %s ãŒè¦‹ã¤ã‹ã‚Šã¾ã—ãŸï¼ˆã‚¤ãƒ³ã‚¿ãƒ msgid "Routing table %s for interface %s not found" msgstr "ルーティングテーブル %s ãŒè¦‹ã¤ã‹ã‚Šã¾ã›ã‚“(インターフェース %s)" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:35 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:56 msgid "Routing table lookup" msgstr "ルーティングテーブルã®æ¤œç´¢" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:58 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:59 msgid "Rule" msgstr "ルール" @@ -573,7 +623,7 @@ msgstr "ルール" msgid "Rules" msgstr "ルール" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:46 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:47 msgid "" "Rules specify which traffic will use a particular MWAN policy<br />Rules are " "based on IP address, port or protocol<br />Rules are matched from top to " @@ -596,30 +646,30 @@ msgstr "" "ãŒã€ã‚¹ãƒšãƒ¼ã‚¹ã¯ä½¿ç”¨ã§ãã¾ã›ã‚“<br />ルールã¯ã€è¨å®šæ¸ˆã¿ã®ã‚¤ãƒ³ã‚¿ãƒ¼ãƒ•ã‚§ãƒ¼ã‚¹ã‚„メン" "ãƒãƒ¼ã€ãƒãƒªã‚·ãƒ¼ã¨åŒã˜åå‰ã‚’使用ã™ã‚‹ã“ã¨ã¯ã§ãã¾ã›ã‚“。" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:47 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:53 msgid "Seconds. Acceptable values: 1-1000000. Defaults to 600 if not set" msgstr "秒。利用å¯èƒ½ãªå€¤: 1-1000000。空欄ã®å ´åˆã®ãƒ‡ãƒ•ã‚©ãƒ«ãƒˆå€¤ã¯600ã§ã™ã€‚" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:68 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:16 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:22 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:69 msgid "Source address" msgstr "é€ä¿¡å…ƒã‚¢ãƒ‰ãƒ¬ã‚¹" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:74 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:20 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:26 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:75 msgid "Source port" msgstr "é€ä¿¡å…ƒãƒãƒ¼ãƒˆ" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:40 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:46 msgid "Sticky" msgstr "Sticky" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:46 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:52 msgid "Sticky timeout" msgstr "Sticky タイムアウト" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:17 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:24 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:23 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:30 msgid "Supports CIDR notation (eg \"192.168.100.0/24\") without quotes" msgstr "CIDR 表記ã®ã‚µãƒãƒ¼ãƒˆï¼ˆä¾‹: \"192.168.100.0/24\")" @@ -627,17 +677,17 @@ msgstr "CIDR 表記ã®ã‚µãƒãƒ¼ãƒˆï¼ˆä¾‹: \"192.168.100.0/24\")" msgid "Task" msgstr "タスク" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:13 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:15 msgid "There are currently %d of %d supported interfaces configured" msgstr "ç¾åœ¨ã€%d å€‹ä¸ %d 個ã®ã‚µãƒãƒ¼ãƒˆã•ã‚ŒãŸã‚¤ãƒ³ã‚¿ãƒ¼ãƒ•ã‚§ãƒ¼ã‚¹ãŒè¨å®šæ¸ˆã¿ã§ã™ã€‚" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:228 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:246 msgid "" "This displays the metric assigned to this interface in /etc/config/network" msgstr "" "/etc/config/network ã§ã€ã“ã®ã‚¤ãƒ³ã‚¿ãƒ¼ãƒ•ã‚§ãƒ¼ã‚¹ã«å‰²ã‚Šå½“ã¦ã‚‰ã‚ŒãŸãƒ¡ãƒˆãƒªãƒƒã‚¯ã§ã™ã€‚" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:31 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:37 msgid "" "This hostname or IP address will be pinged to determine if the link is up or " "down. Leave blank to assume interface is always online" @@ -646,7 +696,7 @@ msgstr "" "ã«å¯¾ã—㦠Ping ã®é€ä¿¡ãŒè¡Œã‚ã‚Œã¾ã™ã€‚常ã«ã‚ªãƒ³ãƒ©ã‚¤ãƒ³ã¨ã™ã‚‹å ´åˆã€ç©ºæ¬„ã®ã¾ã¾ã«ã—ã¾" "ã™ã€‚" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/notify.lua:13 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/notify.lua:14 msgid "" "This section allows you to modify the content of \"/etc/mwan3.user\".<br /" ">The file is also preserved during sysupgrade.<br /><br />Notes:<br />This " @@ -680,21 +730,21 @@ msgstr "" "<br />$DEVICE up ã¾ãŸã¯ down ã—ãŸã‚¤ãƒ³ã‚¿ãƒ¼ãƒ•ã‚§ãƒ¼ã‚¹ã®ç‰©ç†ãƒ‡ãƒã‚¤ã‚¹å(例: " "\"eth0\" ã‚„ \"wwan0\")<br /><br />" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:30 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:36 msgid "Tracking hostname or IP address" msgstr "トラッã‚ング ホストåã¾ãŸã¯ IP アドレス" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:168 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:34 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:40 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:170 msgid "Tracking method" msgstr "トラッã‚ング方å¼" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:179 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:40 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:58 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:181 msgid "Tracking reliability" msgstr "トラッã‚ングã®ä¿¡é ¼æ€§" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:41 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:47 msgid "" "Traffic from the same source IP address that previously matched this rule " "within the sticky timeout period will use the same WAN interface" @@ -710,28 +760,28 @@ msgstr "" msgid "Troubleshooting" msgstr "トラブルシューティング" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:23 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:44 msgid "Update interval" msgstr "æ›´æ–°é–“éš”" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:31 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:37 msgid "View the content of /etc/protocols for protocol description" msgstr "プãƒãƒˆã‚³ãƒ«ã®èª¬æ˜Žã«ã¤ã„ã¦ã¯ã€ /etc/protocols ã®å†…容を確èªã—ã¦ãã ã•ã„" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:17 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:19 msgid "WARNING: %d interfaces are configured exceeding the maximum of %d!" msgstr "" "è¦å‘Š: %d 個ã®ã‚¤ãƒ³ã‚¿ãƒ¼ãƒ•ã‚§ãƒ¼ã‚¹ãŒã€æœ€å¤§å€‹æ•°ã® %d 個 を超ãˆã¦è¨å®šã•ã‚Œã¦ã„ã¾ã™ï¼" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:24 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:26 msgid "WARNING: Interface %s are not found in /etc/config/network" msgstr "è¦å‘Š: インターフェース %s ㌠/etc/config/network ã«è¦‹ã¤ã‹ã‚Šã¾ã›ã‚“" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:43 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:45 msgid "WARNING: Interface %s has a duplicate metric %s configured" msgstr "è¦å‘Š: インターフェース %s ã«é‡è¤‡ã™ã‚‹ãƒ¡ãƒˆãƒªãƒƒã‚¯ %s ãŒè¨å®šã•ã‚Œã¦ã„ã¾ã™" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:36 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:38 msgid "" "WARNING: Interface %s has a higher reliability requirement than tracking " "hosts (%d)" @@ -739,17 +789,17 @@ msgstr "" "è¦å‘Š: インターフェース %s ã¯ãƒˆãƒ©ãƒƒã‚ング ホスト数 (%d) よりも高ã„トラッã‚ング" "ä¿¡é ¼æ€§ã®å€¤ãŒè¨å®šã•ã‚Œã¦ã„ã¾ã™" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:30 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:32 msgid "WARNING: Interface %s has no default route in the main routing table" msgstr "" "è¦å‘Š: インターフェース %s ã¯ãƒ¡ã‚¤ãƒ³ã®ãƒ«ãƒ¼ãƒ†ã‚£ãƒ³ã‚° テーブル内ã§ãƒ‡ãƒ•ã‚©ãƒ«ãƒˆãƒ«ãƒ¼ãƒˆ" "ãŒã‚ã‚Šã¾ã›ã‚“" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:29 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:30 msgid "WARNING: Policy %s has exceeding the maximum name of 15 characters" msgstr "è¦å‘Š: ãƒãƒªã‚·ãƒ¼ %s ã®åå‰ã¯15æ–‡å—ã®æœ€å¤§æ–‡å—数を超ãˆã¦ã„ã¾ã™" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:33 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:34 msgid "" "WARNING: Rule %s have a port configured with no or improper protocol " "specified!" @@ -761,53 +811,57 @@ msgstr "" msgid "Waiting for command to complete..." msgstr "コマンドを実行ä¸ã§ã™..." -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/member.lua:38 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/memberconfig.lua:27 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:35 +msgid "Warning" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/memberconfig.lua:29 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/member.lua:39 msgid "Weight" msgstr "ウエイト" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua:24 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua:26 msgid "" "When all policy members are offline use this behavior for matched traffic" msgstr "" "ãƒãƒªã‚·ãƒ¼ã®å…¨ãƒ¡ãƒ³ãƒãƒ¼ãŒã‚ªãƒ•ãƒ©ã‚¤ãƒ³ã®å ´åˆã€åˆè‡´ã—ãŸãƒˆãƒ©ãƒ•ã‚£ãƒƒã‚¯ã«å¯¾ã—ã¦ã“ã®ãµã‚‹" "ã¾ã„ãŒä½¿ç”¨ã•ã‚Œã¾ã™ã€‚" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:162 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:43 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:164 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:49 msgid "Yes" msgstr "ã¯ã„" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:225 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:243 msgid "always" msgstr "always" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:79 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua:27 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:60 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua:29 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:80 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:72 msgid "blackhole (drop)" msgstr "blackhole (drop)" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:81 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua:28 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:61 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua:30 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:82 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:73 msgid "default (use main routing table)" msgstr "デフォルト(メインã®ãƒ«ãƒ¼ãƒ†ã‚£ãƒ³ã‚° テーブルを使用)" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:223 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:241 msgid "ifdown" msgstr "ifdown" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:222 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:240 msgid "ifup" msgstr "ifup" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:224 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:242 msgid "never" msgstr "never" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:83 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua:26 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:59 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua:28 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:84 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:71 msgid "unreachable (reject)" msgstr "unreachable (reject)" diff --git a/applications/luci-app-mwan3/po/ru/mwan3.po b/applications/luci-app-mwan3/po/ru/mwan3.po index bb5e01eaf5..b48ed441ee 100644 --- a/applications/luci-app-mwan3/po/ru/mwan3.po +++ b/applications/luci-app-mwan3/po/ru/mwan3.po @@ -15,73 +15,73 @@ msgstr "" "Project-Info: Ðто техничеÑкий перевод, не доÑловный. Главное-удобный руÑÑкий " "интерфейÑ, вÑе проверÑлоÑÑŒ в графичеÑком режиме, ÑовмеÑтим Ñ Ð´Ñ€ÑƒÐ³Ð¸Ð¼Ð¸ apps\n" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:153 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:169 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:189 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:171 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:187 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:207 msgid "%d hour" msgstr "%d чаÑ" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:148 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:164 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:184 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:166 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:182 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:202 msgid "%d minute" msgstr "%d минута" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:149 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:150 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:151 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:152 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:165 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:166 #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:167 #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:168 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:169 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:170 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:183 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:184 #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:185 #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:186 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:187 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:188 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:203 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:204 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:205 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:206 msgid "%d minutes" msgstr "%d минут" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:27 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:129 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:142 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:158 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:178 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:48 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:147 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:160 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:176 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:196 msgid "%d second" msgstr "%d Ñекунда" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:28 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:29 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:30 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:31 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:130 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:131 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:132 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:133 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:134 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:135 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:136 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:137 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:138 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:143 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:144 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:145 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:146 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:147 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:159 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:160 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:49 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:50 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:51 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:52 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:148 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:149 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:150 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:151 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:152 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:153 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:154 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:155 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:156 #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:161 #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:162 #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:163 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:164 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:165 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:177 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:178 #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:179 #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:180 #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:181 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:182 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:183 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:197 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:198 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:199 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:200 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:201 msgid "%d seconds" msgstr "%d Ñекунд" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:41 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:59 msgid "" "Acceptable values: 1-100. This many Tracking IP addresses must respond for " "the link to be deemed up" @@ -89,19 +89,23 @@ msgstr "" "ДопуÑтимые значениÑ: 1-100. УÑтановите количеÑтво ответов IP-адреÑов. <br /" ">Сколько раз они должны ответить, чтобы Ñоединение было признано активным." -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/memberconfig.lua:28 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/memberconfig.lua:30 msgid "Acceptable values: 1-1000. Defaults to 1 if not set" msgstr "ДопуÑтимые значениÑ: 1-1000. По умолчанию 1, еÑли значение не задано." -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/memberconfig.lua:24 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/memberconfig.lua:26 msgid "Acceptable values: 1-256. Defaults to 1 if not set" msgstr "ДопуÑтимые значениÑ: 1-256 По умолчанию 1, еÑли значение не задано." +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:32 +msgid "Alert" +msgstr "" + #: applications/luci-app-mwan3/luasrc/controller/mwan3.lua:177 msgid "All required IP rules for interface %s found" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:36 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:57 msgid "Also scan this Routing table for connected networks" msgstr "" @@ -109,7 +113,7 @@ msgstr "" msgid "Check IP rules" msgstr "Проверить правила IP" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:81 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:99 msgid "Check link quality" msgstr "" @@ -117,19 +121,27 @@ msgstr "" msgid "Check routing table" msgstr "Проверить таблицу маршрутизации" -#: applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm:73 +#: applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm:97 #: applications/luci-app-mwan3/luasrc/view/mwan/status_detail.htm:34 #: applications/luci-app-mwan3/luasrc/view/mwan/status_troubleshooting.htm:34 msgid "Collecting data..." msgstr "Сбор данных..." -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:80 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:23 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:33 +msgid "Critical" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:38 +msgid "Debug" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:29 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:81 msgid "Destination address" msgstr "ÐÐ´Ñ€ÐµÑ Ð½Ð°Ð·Ð½Ð°Ñ‡ÐµÐ½Ð¸Ñ" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:86 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:27 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:33 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:87 msgid "Destination port" msgstr "Порт назначениÑ" @@ -147,46 +159,67 @@ msgstr "Подробно" msgid "Diagnostics" msgstr "ДиагноÑтика" -#: applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm:30 +#: applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm:50 msgid "Disabled" msgstr "Отключено" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:206 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:224 msgid "" "Downed interface will be deemed up after this many successful ping tests" msgstr "" "Ð˜Ð½Ñ‚ÐµÑ€Ñ„ÐµÐ¹Ñ Ð±ÑƒÐ´ÐµÑ‚ ÑчитатьÑÑ Ð¾Ñ‚ÐºÐ»ÑŽÑ‡ÐµÐ½Ð½Ñ‹Ð¼, поÑле продолжительных пинг-запроÑов." -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:158 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:16 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:31 +msgid "Emergency" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:22 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:160 msgid "Enabled" msgstr "Включено" +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:63 +msgid "" +"Enables firewall rule logging (global mwan3 logging must also be enabled)" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:23 +msgid "Enables global firewall logging" +msgstr "" + #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:16 msgid "Enter value in hex, starting with <code>0x</code>" msgstr "Введите значение в шеÑтнадцатеричной форме, Ð½Ð°Ñ‡Ð¸Ð½Ð°Ñ Ñ <code>0x</code>." +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:34 +msgid "Error" +msgstr "" + #: applications/luci-app-mwan3/luasrc/view/mwan/status_diagnostics.htm:81 msgid "Execute" msgstr "Выполнить" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:20 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:26 msgid "Expect interface state on up event" msgstr "Ожидание " -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:155 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:173 msgid "Failure interval" msgstr "Интервал отказа" +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:29 +msgid "Firewall loglevel" +msgstr "" + #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:15 msgid "Firewall mask" msgstr "МаÑка межÑетевого Ñкрана" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:219 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:237 msgid "Flush conntrack table" msgstr "СброÑьте conntrack таблицу" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:220 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:238 msgid "Flush global firewall conntrack table on interface events" msgstr "" "СброÑьте глобальные наÑтройки межÑетевого Ñкрана conntrack таблицы по " @@ -204,7 +237,7 @@ msgstr "Hotplug ifdown" msgid "Hotplug ifup" msgstr "Hotplug ifup" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:24 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:45 msgid "How often should rtmon update the interface routing table" msgstr "" @@ -214,25 +247,29 @@ msgstr "" msgid "INFO: MWAN not running" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:50 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:56 msgid "IPset" msgstr "IPset" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:27 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:33 msgid "IPv4" msgstr "IPv4" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:28 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:34 msgid "IPv6" msgstr "IPv6" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:19 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:37 +msgid "Info" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:25 msgid "Initial state" msgstr "ИÑходное ÑоÑтоÑние" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:148 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/member.lua:26 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/memberconfig.lua:16 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:150 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/memberconfig.lua:18 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/member.lua:27 #: applications/luci-app-mwan3/luasrc/view/mwan/status_detail.htm:10 #: applications/luci-app-mwan3/luasrc/view/mwan/status_diagnostics.htm:10 #: applications/luci-app-mwan3/luasrc/view/mwan/status_diagnostics.htm:62 @@ -241,17 +278,17 @@ msgstr "ИÑходное ÑоÑтоÑние" msgid "Interface" msgstr "ИнтерфейÑ" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:206 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:191 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:209 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:208 msgid "Interface down" msgstr "Ð˜Ð½Ñ‚ÐµÑ€Ñ„ÐµÐ¹Ñ Ð¾Ñ‚ÐºÐ»ÑŽÑ‡Ð¸Ñ‚ÑŒ" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:217 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:205 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:223 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:219 msgid "Interface up" msgstr "Ð˜Ð½Ñ‚ÐµÑ€Ñ„ÐµÐ¹Ñ Ð²ÐºÐ»ÑŽÑ‡Ð¸Ñ‚ÑŒ" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:192 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:210 msgid "Interface will be deemed down after this many failed ping tests" msgstr "" "Ð˜Ð½Ñ‚ÐµÑ€Ñ„ÐµÐ¹Ñ Ð±ÑƒÐ´ÑƒÑ‚ Ñчитать отключенным, поÑле данного количеÑтва пинг-запроÑов." @@ -260,20 +297,20 @@ msgstr "" msgid "Interfaces" msgstr "ИнтерфейÑÑ‹" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:25 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:31 msgid "Internet Protocol" msgstr "Протокол интернета" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:171 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:189 msgid "Keep failure interval" msgstr "Сохранить интервал ÑбоÑ" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:172 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:190 msgid "Keep ping failure interval during failure state" msgstr "Сохранить интервал ÑÐ±Ð¾Ñ Ð¿Ð¸Ð½Ð³-запроÑа, во Ð²Ñ€ÐµÐ¼Ñ ÑоÑтоÑÐ½Ð¸Ñ ÑбоÑ." -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:74 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua:23 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua:25 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:75 msgid "Last resort" msgstr "ПоÑледнее ÑредÑтво" @@ -282,54 +319,63 @@ msgstr "ПоÑледнее ÑредÑтво" msgid "Load Balancing" msgstr "БаланÑировка WAN трафика" -#: applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm:72 +#: applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm:96 #: applications/luci-app-mwan3/luasrc/view/mwan/status_detail.htm:33 #: applications/luci-app-mwan3/luasrc/view/mwan/status_diagnostics.htm:36 #: applications/luci-app-mwan3/luasrc/view/mwan/status_troubleshooting.htm:33 msgid "Loading" msgstr "Загрузка" +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:22 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:62 +msgid "Logging" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:28 +msgid "Loglevel" +msgstr "" + #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:8 msgid "MWAN - Globals" msgstr "MWAN - Общие" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:137 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:139 msgid "MWAN - Interfaces" msgstr "MWAN - ИнтерфейÑÑ‹" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/member.lua:8 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/member.lua:9 msgid "MWAN - Members" msgstr "MWAN - Узлы" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/notify.lua:10 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/notify.lua:11 msgid "MWAN - Notification" msgstr "MWAN - УведомлениÑ" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:37 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:38 msgid "MWAN - Policies" msgstr "MWAN - Политики" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:41 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:42 msgid "MWAN - Rules" msgstr "MWAN - Правила" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:9 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:15 msgid "MWAN Interface Configuration - %s" msgstr "ÐаÑтройка интерфейÑов MWAN - %s" -#: applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm:70 +#: applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm:94 msgid "MWAN Interfaces" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/memberconfig.lua:9 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/memberconfig.lua:11 msgid "MWAN Member Configuration - %s" msgstr "MWAN наÑтройка узлов - %s" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua:9 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua:11 msgid "MWAN Policy Configuration - %s" msgstr "MWAN наÑтройка политики - %s" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:9 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:15 msgid "MWAN Rule Configuration - %s" msgstr "MWAN наÑтройка правил - %s" @@ -345,7 +391,7 @@ msgstr "СоÑтоÑние MWAN - ДиагноÑтика" msgid "MWAN Status - Troubleshooting" msgstr "СоÑтоÑние MWAN - УÑтранение неполадок" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:141 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:143 msgid "" "MWAN supports up to 252 physical and/or logical interfaces<br />MWAN " "requires that all interfaces have a unique metric configured in /etc/config/" @@ -361,20 +407,20 @@ msgstr "" "Ñимволы A-Z, a-z, 0-9, _ и пробелы.<br />ИнтерфейÑÑ‹ не могут иметь " "одинаковые имена Ñ Ð½Ð°Ñтроенными узлами, политиками или правилами." -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:69 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:87 msgid "Max TTL" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:85 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:103 msgid "Max packet latency [ms]" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:97 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:115 msgid "Max packet loss [%]" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:21 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:28 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:27 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:34 msgid "" "May be entered as a single or multiple port(s) (eg \"22\" or \"80,443\") or " "as a portrange (eg \"1024:2048\") without quotes" @@ -382,11 +428,11 @@ msgstr "" "Может быть введено как один или неÑколько портов (например, '22' или " "'80,443') или как диапазон портов (например, '1024:2048') без кавычек." -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/member.lua:16 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/member.lua:17 msgid "Member" msgstr "Узел" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua:16 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua:18 msgid "Member used" msgstr "ИÑпользуемый узел" @@ -394,7 +440,7 @@ msgstr "ИÑпользуемый узел" msgid "Members" msgstr "Узлы" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/member.lua:11 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/member.lua:12 msgid "" "Members are profiles attaching a metric and weight to an MWAN interface<br /" ">Names may contain characters A-Z, a-z, 0-9, _ and no spaces<br />Members " @@ -404,22 +450,22 @@ msgstr "" "могут Ñодержать Ñимволы A-Z, a-z, 0-9, _ и пробелы.<br />Узлы не могут иметь " "одинаковые имена Ñ Ð½Ð°Ñтроенными интерфейÑами, политиками или правилами." -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:60 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:61 msgid "Members assigned" msgstr "Ðазначенные узлы" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:228 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:227 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/member.lua:32 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/memberconfig.lua:23 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:245 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:230 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/memberconfig.lua:25 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/member.lua:33 msgid "Metric" msgstr "Метрика" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:106 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:124 msgid "Min packet latency [ms]" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:118 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:136 msgid "Min packet loss [%]" msgstr "" @@ -427,7 +473,7 @@ msgstr "" msgid "Missing both IP rules for interface %s" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:51 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:57 msgid "" "Name of IPset rule. Requires IPset rule in /etc/dnsmasq.conf (eg \"ipset=/" "youtube.com/youtube\")" @@ -435,12 +481,12 @@ msgstr "" "Ð˜Ð¼Ñ IPset правила. ТребуетÑÑ Ð¿Ñ€Ð°Ð²Ð¸Ð»Ð¾ IPset в /etc/dnsmasq.conf (например " "\"ipset=/youtube.com/youtube\")." -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:164 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:44 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:166 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:50 msgid "No" msgstr "Ðет" -#: applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm:52 +#: applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm:76 msgid "No MWAN interfaces found" msgstr "ИнтерфейÑÑ‹ MWAN не найдены" @@ -452,17 +498,21 @@ msgstr "" msgid "No tracking Hosts for interface %s defined." msgstr "" +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:36 +msgid "Notice" +msgstr "" + #: applications/luci-app-mwan3/luasrc/controller/mwan3.lua:60 msgid "Notification" msgstr "УведомлениÑ" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:23 -#: applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm:26 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:29 +#: applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm:42 msgid "Offline" msgstr "Отключен" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:22 -#: applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm:22 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:28 +#: applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm:34 msgid "Online" msgstr "Онлайн" @@ -471,7 +521,7 @@ msgstr "Онлайн" msgid "Only one IP rules for interface %s found" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:45 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:63 msgid "Ping count" msgstr "Кол-во пинг-запроÑов" @@ -479,24 +529,24 @@ msgstr "Кол-во пинг-запроÑов" msgid "Ping default gateway" msgstr "Пинг-Ð·Ð°Ð¿Ñ€Ð¾Ñ ÑˆÐ»ÑŽÐ·Ð° по умолчанию" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:190 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:140 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:158 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:192 msgid "Ping interval" msgstr "Интервал пинг-запроÑа" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:156 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:174 msgid "Ping interval during failure detection" msgstr "Интервал пинг-запроÑа во Ð²Ñ€ÐµÐ¼Ñ Ð¾Ð±Ð½Ð°Ñ€ÑƒÐ¶ÐµÐ½Ð¸Ñ Ð¾Ñ‚ÐºÐ°Ð·Ð¾Ð²." -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:176 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:194 msgid "Ping interval during failure recovering" msgstr "Интервал пинг-запроÑа при Ñбое воÑÑтановлениÑ." -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:53 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:71 msgid "Ping size" msgstr "Размер пинг-запроÑа" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:127 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:145 msgid "Ping timeout" msgstr "Ð’Ñ€ÐµÐ¼Ñ Ð¾Ð¶Ð¸Ð´Ð°Ð½Ð¸Ñ Ð¿Ð¸Ð½Ð³-запроÑа" @@ -508,7 +558,7 @@ msgstr "Пинг-Ð·Ð°Ð¿Ñ€Ð¾Ñ Ð¾Ñ‚ÑÐ»ÐµÐ¶Ð¸Ð²Ð°Ð½Ð¸Ñ IP" msgid "Policies" msgstr "Политики" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:41 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:42 msgid "" "Policies are profiles grouping one or more members controlling how MWAN " "distributes traffic<br />Member interfaces with lower metrics are used " @@ -527,27 +577,27 @@ msgstr "" "<br />Политики не могут иметь одинаковые имена Ñ Ð½Ð°Ñтроенными интерфейÑами, " "узлами или правилами." -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:50 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:51 msgid "Policy" msgstr "Политика" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:98 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:53 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:65 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:99 msgid "Policy assigned" msgstr "ÐÐ°Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ð°Ñ Ð¿Ð¾Ð»Ð¸Ñ‚Ð¸ÐºÐ°" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:92 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:30 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:36 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:93 msgid "Protocol" msgstr "Протокол" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:175 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:193 msgid "Recovery interval" msgstr "Интервал воÑÑтановлениÑ" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:38 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:39 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:40 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:59 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:60 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:61 msgid "Routing table %d" msgstr "" @@ -559,11 +609,11 @@ msgstr "" msgid "Routing table %s for interface %s not found" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:35 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:56 msgid "Routing table lookup" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:58 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:59 msgid "Rule" msgstr "Правило" @@ -571,7 +621,7 @@ msgstr "Правило" msgid "Rules" msgstr "Правила" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:46 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:47 msgid "" "Rules specify which traffic will use a particular MWAN policy<br />Rules are " "based on IP address, port or protocol<br />Rules are matched from top to " @@ -595,32 +645,32 @@ msgstr "" ">Правила не могут иметь одинаковые имена Ñ Ð½Ð°Ñтроенными интерфейÑами, узлами " "или политиками." -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:47 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:53 msgid "Seconds. Acceptable values: 1-1000000. Defaults to 600 if not set" msgstr "" "Секунд. ДопуÑтимые значениÑ: 1-1000000. По умолчанию 600, еÑли значение не " "уÑтановлено." -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:68 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:16 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:22 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:69 msgid "Source address" msgstr "ÐÐ´Ñ€ÐµÑ Ð¸Ñточника" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:74 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:20 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:26 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:75 msgid "Source port" msgstr "Порт иÑточника" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:40 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:46 msgid "Sticky" msgstr "Липкий" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:46 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:52 msgid "Sticky timeout" msgstr "Липкое значение времени ожиданиÑ" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:17 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:24 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:23 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:30 msgid "Supports CIDR notation (eg \"192.168.100.0/24\") without quotes" msgstr "Поддерживает CIDR нотацию (например '192.168.100.0/24') без кавычек." @@ -628,18 +678,18 @@ msgstr "Поддерживает CIDR нотацию (например '192.168. msgid "Task" msgstr "Задача" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:13 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:15 msgid "There are currently %d of %d supported interfaces configured" msgstr "Ð’ наÑтоÑщее Ð²Ñ€ÐµÐ¼Ñ Ð½Ð°Ñтроено %d из %d поддерживаемых интерфейÑов." -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:228 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:246 msgid "" "This displays the metric assigned to this interface in /etc/config/network" msgstr "" "Страница отображает наÑтройки Ñтого интерфейÑа в config файле network (/etc/" "config/network)." -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:31 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:37 msgid "" "This hostname or IP address will be pinged to determine if the link is up or " "down. Leave blank to assume interface is always online" @@ -648,7 +698,7 @@ msgstr "" "Ñоединение или нет.<br />ОÑтавьте пуÑтым, чтобы предположить, что Ð¸Ð½Ñ‚ÐµÑ€Ñ„ÐµÐ¹Ñ " "вÑегда находитÑÑ Ð² Ñети." -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/notify.lua:13 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/notify.lua:14 msgid "" "This section allows you to modify the content of \"/etc/mwan3.user\".<br /" ">The file is also preserved during sysupgrade.<br /><br />Notes:<br />This " @@ -667,21 +717,21 @@ msgid "" "\"wwan0\")<br /><br />" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:30 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:36 msgid "Tracking hostname or IP address" msgstr "ОтÑлеживание имени хоÑта или IP-адреÑа" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:168 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:34 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:40 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:170 msgid "Tracking method" msgstr "Метод отÑлеживаниÑ" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:179 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:40 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:58 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:181 msgid "Tracking reliability" msgstr "ÐадежноÑÑ‚ÑŒ отÑлеживаниÑ" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:41 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:47 msgid "" "Traffic from the same source IP address that previously matched this rule " "within the sticky timeout period will use the same WAN interface" @@ -697,30 +747,30 @@ msgstr "" msgid "Troubleshooting" msgstr "УÑтранение неполадок" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:23 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:44 msgid "Update interval" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:31 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:37 msgid "View the content of /etc/protocols for protocol description" msgstr "ПроÑмотр Ñодержимого файла /etc/protocols Ð´Ð»Ñ Ð¾Ð¿Ð¸ÑÐ°Ð½Ð¸Ñ Ð¿Ñ€Ð¾Ñ‚Ð¾ÐºÐ¾Ð»Ð°." -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:17 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:19 msgid "WARNING: %d interfaces are configured exceeding the maximum of %d!" msgstr "" "Ð’ÐИМÐÐИЕ: ИнтерфейÑÑ‹ %d наÑтроены, Ð¿Ñ€ÐµÐ²Ñ‹ÑˆÐ°Ñ ÑƒÑтановленное ограничение в " "количеÑтве %dшт.!" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:24 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:26 msgid "WARNING: Interface %s are not found in /etc/config/network" msgstr "Ð’ÐИМÐÐИЕ: Ð˜Ð½Ñ‚ÐµÑ€Ñ„ÐµÐ¹Ñ %s не наÑтроен в config файле /etc/config/network." -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:43 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:45 msgid "WARNING: Interface %s has a duplicate metric %s configured" msgstr "" "Ð’ÐИМÐÐИЕ: Ð˜Ð½Ñ‚ÐµÑ€Ñ„ÐµÐ¹Ñ %s имеет дублирующие метрики наÑтройки %s config файла." -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:36 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:38 msgid "" "WARNING: Interface %s has a higher reliability requirement than tracking " "hosts (%d)" @@ -728,18 +778,18 @@ msgstr "" "Ð’ÐИМÐÐИЕ: Ð˜Ð½Ñ‚ÐµÑ€Ñ„ÐµÐ¹Ñ %s имеет более выÑокое требование надежноÑти, чем узлы " "отÑÐ»ÐµÐ¶Ð¸Ð²Ð°Ð½Ð¸Ñ (%d)." -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:30 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:32 msgid "WARNING: Interface %s has no default route in the main routing table" msgstr "" "Ð’ÐИМÐÐИЕ: Ð˜Ð½Ñ‚ÐµÑ€Ñ„ÐµÐ¹Ñ %s не имеет маршрута по умолчанию в оÑновной таблице " "маршрутизации." -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:29 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:30 msgid "WARNING: Policy %s has exceeding the maximum name of 15 characters" msgstr "" "Ð’ÐИМÐÐИЕ: Ð˜Ð¼Ñ Ð¿Ð¾Ð»Ð¸Ñ‚Ð¸ÐºÐ¸ %s превышает уÑтановленное ограничение в 15 Ñимволов." -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:33 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:34 msgid "" "WARNING: Rule %s have a port configured with no or improper protocol " "specified!" @@ -749,54 +799,58 @@ msgstr "Ð’ÐИМÐÐИЕ: Ð”Ð»Ñ Ð¿Ñ€Ð°Ð²Ð¸Ð»Ð° %s порта не задан п msgid "Waiting for command to complete..." msgstr "Ожидание Ð·Ð°Ð²ÐµÑ€ÑˆÐµÐ½Ð¸Ñ Ð²Ñ‹Ð¿Ð¾Ð»Ð½ÐµÐ½Ð¸Ñ ÐºÐ¾Ð¼Ð°Ð½Ð´Ñ‹..." -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/member.lua:38 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/memberconfig.lua:27 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:35 +msgid "Warning" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/memberconfig.lua:29 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/member.lua:39 msgid "Weight" msgstr "ВеÑ" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua:24 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua:26 msgid "" "When all policy members are offline use this behavior for matched traffic" msgstr "" "Когда вÑе члены политики находÑÑ‚ÑÑ Ð² автономном режиме, иÑпользуйте Ñто " "поведение Ð´Ð»Ñ ÑопоÑтавленного трафика." -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:162 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:43 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:164 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:49 msgid "Yes" msgstr "Да" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:225 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:243 msgid "always" msgstr "вÑегда" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:79 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua:27 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:60 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua:29 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:80 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:72 msgid "blackhole (drop)" msgstr "blackhole (drop)" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:81 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua:28 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:61 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua:30 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:82 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:73 msgid "default (use main routing table)" msgstr "по умолчанию (иÑпользовать оÑновную таблицу маршрутизации)" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:223 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:241 msgid "ifdown" msgstr "ifdown" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:222 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:240 msgid "ifup" msgstr "ifup" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:224 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:242 msgid "never" msgstr "никогда" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:83 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua:26 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:59 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua:28 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:84 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:71 msgid "unreachable (reject)" msgstr "недоÑтупен (отклонить)" diff --git a/applications/luci-app-mwan3/po/templates/mwan3.pot b/applications/luci-app-mwan3/po/templates/mwan3.pot index 36c5a3bda9..9fd842271f 100644 --- a/applications/luci-app-mwan3/po/templates/mwan3.pot +++ b/applications/luci-app-mwan3/po/templates/mwan3.pot @@ -1,91 +1,95 @@ msgid "" msgstr "Content-Type: text/plain; charset=UTF-8" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:153 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:169 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:189 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:171 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:187 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:207 msgid "%d hour" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:148 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:164 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:184 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:166 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:182 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:202 msgid "%d minute" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:149 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:150 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:151 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:152 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:165 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:166 #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:167 #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:168 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:169 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:170 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:183 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:184 #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:185 #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:186 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:187 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:188 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:203 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:204 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:205 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:206 msgid "%d minutes" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:27 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:129 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:142 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:158 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:178 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:48 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:147 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:160 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:176 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:196 msgid "%d second" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:28 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:29 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:30 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:31 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:130 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:131 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:132 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:133 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:134 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:135 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:136 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:137 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:138 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:143 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:144 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:145 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:146 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:147 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:159 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:160 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:49 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:50 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:51 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:52 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:148 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:149 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:150 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:151 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:152 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:153 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:154 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:155 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:156 #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:161 #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:162 #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:163 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:164 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:165 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:177 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:178 #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:179 #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:180 #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:181 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:182 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:183 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:197 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:198 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:199 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:200 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:201 msgid "%d seconds" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:41 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:59 msgid "" "Acceptable values: 1-100. This many Tracking IP addresses must respond for " "the link to be deemed up" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/memberconfig.lua:28 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/memberconfig.lua:30 msgid "Acceptable values: 1-1000. Defaults to 1 if not set" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/memberconfig.lua:24 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/memberconfig.lua:26 msgid "Acceptable values: 1-256. Defaults to 1 if not set" msgstr "" +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:32 +msgid "Alert" +msgstr "" + #: applications/luci-app-mwan3/luasrc/controller/mwan3.lua:177 msgid "All required IP rules for interface %s found" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:36 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:57 msgid "Also scan this Routing table for connected networks" msgstr "" @@ -93,7 +97,7 @@ msgstr "" msgid "Check IP rules" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:81 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:99 msgid "Check link quality" msgstr "" @@ -101,19 +105,27 @@ msgstr "" msgid "Check routing table" msgstr "" -#: applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm:73 +#: applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm:97 #: applications/luci-app-mwan3/luasrc/view/mwan/status_detail.htm:34 #: applications/luci-app-mwan3/luasrc/view/mwan/status_troubleshooting.htm:34 msgid "Collecting data..." msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:80 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:23 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:33 +msgid "Critical" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:38 +msgid "Debug" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:29 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:81 msgid "Destination address" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:86 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:27 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:33 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:87 msgid "Destination port" msgstr "" @@ -131,45 +143,66 @@ msgstr "" msgid "Diagnostics" msgstr "" -#: applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm:30 +#: applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm:50 msgid "Disabled" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:206 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:224 msgid "" "Downed interface will be deemed up after this many successful ping tests" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:158 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:16 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:31 +msgid "Emergency" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:22 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:160 msgid "Enabled" msgstr "" +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:63 +msgid "" +"Enables firewall rule logging (global mwan3 logging must also be enabled)" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:23 +msgid "Enables global firewall logging" +msgstr "" + #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:16 msgid "Enter value in hex, starting with <code>0x</code>" msgstr "" +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:34 +msgid "Error" +msgstr "" + #: applications/luci-app-mwan3/luasrc/view/mwan/status_diagnostics.htm:81 msgid "Execute" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:20 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:26 msgid "Expect interface state on up event" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:155 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:173 msgid "Failure interval" msgstr "" +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:29 +msgid "Firewall loglevel" +msgstr "" + #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:15 msgid "Firewall mask" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:219 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:237 msgid "Flush conntrack table" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:220 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:238 msgid "Flush global firewall conntrack table on interface events" msgstr "" @@ -185,7 +218,7 @@ msgstr "" msgid "Hotplug ifup" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:24 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:45 msgid "How often should rtmon update the interface routing table" msgstr "" @@ -195,25 +228,29 @@ msgstr "" msgid "INFO: MWAN not running" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:50 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:56 msgid "IPset" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:27 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:33 msgid "IPv4" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:28 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:34 msgid "IPv6" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:19 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:37 +msgid "Info" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:25 msgid "Initial state" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:148 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/member.lua:26 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/memberconfig.lua:16 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:150 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/memberconfig.lua:18 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/member.lua:27 #: applications/luci-app-mwan3/luasrc/view/mwan/status_detail.htm:10 #: applications/luci-app-mwan3/luasrc/view/mwan/status_diagnostics.htm:10 #: applications/luci-app-mwan3/luasrc/view/mwan/status_diagnostics.htm:62 @@ -222,17 +259,17 @@ msgstr "" msgid "Interface" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:206 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:191 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:209 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:208 msgid "Interface down" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:217 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:205 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:223 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:219 msgid "Interface up" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:192 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:210 msgid "Interface will be deemed down after this many failed ping tests" msgstr "" @@ -240,20 +277,20 @@ msgstr "" msgid "Interfaces" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:25 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:31 msgid "Internet Protocol" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:171 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:189 msgid "Keep failure interval" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:172 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:190 msgid "Keep ping failure interval during failure state" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:74 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua:23 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua:25 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:75 msgid "Last resort" msgstr "" @@ -262,54 +299,63 @@ msgstr "" msgid "Load Balancing" msgstr "" -#: applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm:72 +#: applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm:96 #: applications/luci-app-mwan3/luasrc/view/mwan/status_detail.htm:33 #: applications/luci-app-mwan3/luasrc/view/mwan/status_diagnostics.htm:36 #: applications/luci-app-mwan3/luasrc/view/mwan/status_troubleshooting.htm:33 msgid "Loading" msgstr "" +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:22 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:62 +msgid "Logging" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:28 +msgid "Loglevel" +msgstr "" + #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:8 msgid "MWAN - Globals" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:137 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:139 msgid "MWAN - Interfaces" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/member.lua:8 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/member.lua:9 msgid "MWAN - Members" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/notify.lua:10 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/notify.lua:11 msgid "MWAN - Notification" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:37 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:38 msgid "MWAN - Policies" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:41 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:42 msgid "MWAN - Rules" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:9 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:15 msgid "MWAN Interface Configuration - %s" msgstr "" -#: applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm:70 +#: applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm:94 msgid "MWAN Interfaces" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/memberconfig.lua:9 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/memberconfig.lua:11 msgid "MWAN Member Configuration - %s" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua:9 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua:11 msgid "MWAN Policy Configuration - %s" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:9 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:15 msgid "MWAN Rule Configuration - %s" msgstr "" @@ -325,7 +371,7 @@ msgstr "" msgid "MWAN Status - Troubleshooting" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:141 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:143 msgid "" "MWAN supports up to 252 physical and/or logical interfaces<br />MWAN " "requires that all interfaces have a unique metric configured in /etc/config/" @@ -335,30 +381,30 @@ msgid "" "rules" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:69 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:87 msgid "Max TTL" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:85 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:103 msgid "Max packet latency [ms]" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:97 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:115 msgid "Max packet loss [%]" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:21 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:28 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:27 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:34 msgid "" "May be entered as a single or multiple port(s) (eg \"22\" or \"80,443\") or " "as a portrange (eg \"1024:2048\") without quotes" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/member.lua:16 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/member.lua:17 msgid "Member" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua:16 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua:18 msgid "Member used" msgstr "" @@ -366,29 +412,29 @@ msgstr "" msgid "Members" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/member.lua:11 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/member.lua:12 msgid "" "Members are profiles attaching a metric and weight to an MWAN interface<br /" ">Names may contain characters A-Z, a-z, 0-9, _ and no spaces<br />Members " "may not share the same name as configured interfaces, policies or rules" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:60 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:61 msgid "Members assigned" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:228 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:227 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/member.lua:32 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/memberconfig.lua:23 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:245 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:230 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/memberconfig.lua:25 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/member.lua:33 msgid "Metric" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:106 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:124 msgid "Min packet latency [ms]" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:118 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:136 msgid "Min packet loss [%]" msgstr "" @@ -396,18 +442,18 @@ msgstr "" msgid "Missing both IP rules for interface %s" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:51 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:57 msgid "" "Name of IPset rule. Requires IPset rule in /etc/dnsmasq.conf (eg \"ipset=/" "youtube.com/youtube\")" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:164 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:44 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:166 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:50 msgid "No" msgstr "" -#: applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm:52 +#: applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm:76 msgid "No MWAN interfaces found" msgstr "" @@ -419,17 +465,21 @@ msgstr "" msgid "No tracking Hosts for interface %s defined." msgstr "" +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:36 +msgid "Notice" +msgstr "" + #: applications/luci-app-mwan3/luasrc/controller/mwan3.lua:60 msgid "Notification" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:23 -#: applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm:26 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:29 +#: applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm:42 msgid "Offline" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:22 -#: applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm:22 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:28 +#: applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm:34 msgid "Online" msgstr "" @@ -438,7 +488,7 @@ msgstr "" msgid "Only one IP rules for interface %s found" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:45 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:63 msgid "Ping count" msgstr "" @@ -446,24 +496,24 @@ msgstr "" msgid "Ping default gateway" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:190 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:140 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:158 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:192 msgid "Ping interval" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:156 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:174 msgid "Ping interval during failure detection" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:176 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:194 msgid "Ping interval during failure recovering" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:53 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:71 msgid "Ping size" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:127 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:145 msgid "Ping timeout" msgstr "" @@ -475,7 +525,7 @@ msgstr "" msgid "Policies" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:41 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:42 msgid "" "Policies are profiles grouping one or more members controlling how MWAN " "distributes traffic<br />Member interfaces with lower metrics are used " @@ -486,27 +536,27 @@ msgid "" "the same name as configured interfaces, members or rules" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:50 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:51 msgid "Policy" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:98 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:53 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:65 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:99 msgid "Policy assigned" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:92 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:30 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:36 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:93 msgid "Protocol" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:175 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:193 msgid "Recovery interval" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:38 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:39 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:40 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:59 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:60 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:61 msgid "Routing table %d" msgstr "" @@ -518,11 +568,11 @@ msgstr "" msgid "Routing table %s for interface %s not found" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:35 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:56 msgid "Routing table lookup" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:58 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:59 msgid "Rule" msgstr "" @@ -530,7 +580,7 @@ msgstr "" msgid "Rules" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:46 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:47 msgid "" "Rules specify which traffic will use a particular MWAN policy<br />Rules are " "based on IP address, port or protocol<br />Rules are matched from top to " @@ -543,30 +593,30 @@ msgid "" "interfaces, members or policies" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:47 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:53 msgid "Seconds. Acceptable values: 1-1000000. Defaults to 600 if not set" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:68 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:16 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:22 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:69 msgid "Source address" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:74 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:20 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:26 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:75 msgid "Source port" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:40 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:46 msgid "Sticky" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:46 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:52 msgid "Sticky timeout" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:17 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:24 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:23 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:30 msgid "Supports CIDR notation (eg \"192.168.100.0/24\") without quotes" msgstr "" @@ -574,22 +624,22 @@ msgstr "" msgid "Task" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:13 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:15 msgid "There are currently %d of %d supported interfaces configured" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:228 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:246 msgid "" "This displays the metric assigned to this interface in /etc/config/network" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:31 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:37 msgid "" "This hostname or IP address will be pinged to determine if the link is up or " "down. Leave blank to assume interface is always online" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/notify.lua:13 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/notify.lua:14 msgid "" "This section allows you to modify the content of \"/etc/mwan3.user\".<br /" ">The file is also preserved during sysupgrade.<br /><br />Notes:<br />This " @@ -608,21 +658,21 @@ msgid "" "\"wwan0\")<br /><br />" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:30 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:36 msgid "Tracking hostname or IP address" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:168 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:34 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:40 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:170 msgid "Tracking method" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:179 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:40 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:58 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:181 msgid "Tracking reliability" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:41 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:47 msgid "" "Traffic from the same source IP address that previously matched this rule " "within the sticky timeout period will use the same WAN interface" @@ -635,41 +685,41 @@ msgstr "" msgid "Troubleshooting" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:23 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:44 msgid "Update interval" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:31 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:37 msgid "View the content of /etc/protocols for protocol description" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:17 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:19 msgid "WARNING: %d interfaces are configured exceeding the maximum of %d!" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:24 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:26 msgid "WARNING: Interface %s are not found in /etc/config/network" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:43 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:45 msgid "WARNING: Interface %s has a duplicate metric %s configured" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:36 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:38 msgid "" "WARNING: Interface %s has a higher reliability requirement than tracking " "hosts (%d)" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:30 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:32 msgid "WARNING: Interface %s has no default route in the main routing table" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:29 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:30 msgid "WARNING: Policy %s has exceeding the maximum name of 15 characters" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:33 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:34 msgid "" "WARNING: Rule %s have a port configured with no or improper protocol " "specified!" @@ -679,51 +729,55 @@ msgstr "" msgid "Waiting for command to complete..." msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/member.lua:38 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/memberconfig.lua:27 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:35 +msgid "Warning" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/memberconfig.lua:29 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/member.lua:39 msgid "Weight" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua:24 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua:26 msgid "" "When all policy members are offline use this behavior for matched traffic" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:162 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:43 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:164 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:49 msgid "Yes" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:225 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:243 msgid "always" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:79 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua:27 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:60 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua:29 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:80 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:72 msgid "blackhole (drop)" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:81 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua:28 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:61 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua:30 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:82 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:73 msgid "default (use main routing table)" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:223 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:241 msgid "ifdown" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:222 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:240 msgid "ifup" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:224 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:242 msgid "never" msgstr "" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:83 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua:26 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:59 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua:28 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:84 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:71 msgid "unreachable (reject)" msgstr "" diff --git a/applications/luci-app-mwan3/po/zh-cn/mwan3.po b/applications/luci-app-mwan3/po/zh-cn/mwan3.po index 742864f301..81a77dda8a 100644 --- a/applications/luci-app-mwan3/po/zh-cn/mwan3.po +++ b/applications/luci-app-mwan3/po/zh-cn/mwan3.po @@ -11,92 +11,96 @@ msgstr "" "PO-Revision-Date: 2019-01-03 22:17+0800\n" "X-Generator: Poedit 2.2\n" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:153 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:169 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:189 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:171 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:187 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:207 msgid "%d hour" msgstr "%d å°æ—¶" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:148 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:164 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:184 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:166 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:182 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:202 msgid "%d minute" msgstr "%d 分钟" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:149 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:150 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:151 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:152 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:165 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:166 #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:167 #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:168 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:169 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:170 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:183 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:184 #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:185 #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:186 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:187 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:188 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:203 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:204 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:205 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:206 msgid "%d minutes" msgstr "%d 分钟" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:27 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:129 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:142 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:158 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:178 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:48 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:147 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:160 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:176 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:196 msgid "%d second" msgstr "%d 秒" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:28 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:29 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:30 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:31 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:130 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:131 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:132 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:133 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:134 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:135 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:136 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:137 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:138 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:143 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:144 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:145 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:146 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:147 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:159 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:160 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:49 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:50 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:51 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:52 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:148 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:149 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:150 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:151 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:152 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:153 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:154 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:155 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:156 #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:161 #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:162 #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:163 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:164 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:165 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:177 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:178 #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:179 #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:180 #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:181 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:182 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:183 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:197 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:198 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:199 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:200 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:201 msgid "%d seconds" msgstr "%d 秒" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:41 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:59 msgid "" "Acceptable values: 1-100. This many Tracking IP addresses must respond for " "the link to be deemed up" msgstr "" "å–值范围:1-100。这个设置项指定了当多少个 IP 地å€èƒ½å¤Ÿè¿žé€šæ—¶æŽ¥å£ä¼šè¢«è®¤ä¸ºåœ¨çº¿" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/memberconfig.lua:28 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/memberconfig.lua:30 msgid "Acceptable values: 1-1000. Defaults to 1 if not set" msgstr "å–值范围:1-1000。如果ä¸å¡«å†™ï¼Œé»˜è®¤å€¼ä¸º 1" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/memberconfig.lua:24 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/memberconfig.lua:26 msgid "Acceptable values: 1-256. Defaults to 1 if not set" msgstr "å–值范围:1-256。如果ä¸å¡«å†™ï¼Œé»˜è®¤å€¼ä¸º 1" +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:32 +msgid "Alert" +msgstr "" + #: applications/luci-app-mwan3/luasrc/controller/mwan3.lua:177 msgid "All required IP rules for interface %s found" msgstr "æ‰¾åˆ°æŽ¥å£ %s 的所有必需 IP 规则" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:36 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:57 msgid "Also scan this Routing table for connected networks" msgstr "åŒæ—¶æ‰«ææ¤è·¯ç”±è¡¨ä»¥æŸ¥æ‰¾å·²è¿žæŽ¥çš„网络" @@ -104,7 +108,7 @@ msgstr "åŒæ—¶æ‰«ææ¤è·¯ç”±è¡¨ä»¥æŸ¥æ‰¾å·²è¿žæŽ¥çš„网络" msgid "Check IP rules" msgstr "检查 IP 规则" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:81 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:99 msgid "Check link quality" msgstr "检查连接数é‡" @@ -112,19 +116,27 @@ msgstr "检查连接数é‡" msgid "Check routing table" msgstr "检查路由表" -#: applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm:73 +#: applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm:97 #: applications/luci-app-mwan3/luasrc/view/mwan/status_detail.htm:34 #: applications/luci-app-mwan3/luasrc/view/mwan/status_troubleshooting.htm:34 msgid "Collecting data..." msgstr "æ£åœ¨æ”¶é›†æ•°æ®â€¦" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:80 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:23 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:33 +msgid "Critical" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:38 +msgid "Debug" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:29 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:81 msgid "Destination address" msgstr "ç›®æ ‡åœ°å€" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:86 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:27 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:33 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:87 msgid "Destination port" msgstr "ç›®æ ‡ç«¯å£" @@ -142,45 +154,66 @@ msgstr "详细" msgid "Diagnostics" msgstr "诊æ–" -#: applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm:30 +#: applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm:50 msgid "Disabled" msgstr "å·²ç¦ç”¨" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:206 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:224 msgid "" "Downed interface will be deemed up after this many successful ping tests" msgstr "当 Ping æˆåŠŸæ¬¡æ•°è¾¾åˆ°è¿™ä¸ªæ•°å€¼åŽï¼Œå·²ç»è¢«è®¤ä¸ºç¦»çº¿çš„接å£å°†ä¼šé‡æ–°ä¸Šçº¿" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:158 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:16 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:31 +msgid "Emergency" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:22 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:160 msgid "Enabled" msgstr "å·²å¯ç”¨" +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:63 +msgid "" +"Enables firewall rule logging (global mwan3 logging must also be enabled)" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:23 +msgid "Enables global firewall logging" +msgstr "" + #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:16 msgid "Enter value in hex, starting with <code>0x</code>" msgstr "输入åå…进制值,以 <code>0x</code> 开头" +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:34 +msgid "Error" +msgstr "" + #: applications/luci-app-mwan3/luasrc/view/mwan/status_diagnostics.htm:81 msgid "Execute" msgstr "执行" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:20 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:26 msgid "Expect interface state on up event" msgstr "在 up 事件å‘生时的预期接å£çŠ¶æ€" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:155 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:173 msgid "Failure interval" msgstr "故障检测间隔" +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:29 +msgid "Firewall loglevel" +msgstr "" + #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:15 msgid "Firewall mask" msgstr "防ç«å¢™æŽ©ç " -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:219 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:237 msgid "Flush conntrack table" msgstr "刷新连接跟踪表" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:220 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:238 msgid "Flush global firewall conntrack table on interface events" msgstr "在接å£äº‹ä»¶è§¦å‘时刷新全局防ç«å¢™è¿žæŽ¥è·Ÿè¸ªè¡¨" @@ -196,7 +229,7 @@ msgstr "Hotplug ifdown" msgid "Hotplug ifup" msgstr "Hotplug ifup" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:24 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:45 msgid "How often should rtmon update the interface routing table" msgstr "rtmon 应该多久更新一次接å£è·¯ç”±è¡¨" @@ -206,25 +239,29 @@ msgstr "rtmon 应该多久更新一次接å£è·¯ç”±è¡¨" msgid "INFO: MWAN not running" msgstr "ä¿¡æ¯ï¼šMWAN 没有è¿è¡Œ" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:50 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:56 msgid "IPset" msgstr "IPset" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:27 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:33 msgid "IPv4" msgstr "IPv4" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:28 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:34 msgid "IPv6" msgstr "IPv6" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:19 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:37 +msgid "Info" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:25 msgid "Initial state" msgstr "åˆå§‹çŠ¶æ€" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:148 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/member.lua:26 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/memberconfig.lua:16 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:150 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/memberconfig.lua:18 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/member.lua:27 #: applications/luci-app-mwan3/luasrc/view/mwan/status_detail.htm:10 #: applications/luci-app-mwan3/luasrc/view/mwan/status_diagnostics.htm:10 #: applications/luci-app-mwan3/luasrc/view/mwan/status_diagnostics.htm:62 @@ -233,17 +270,17 @@ msgstr "åˆå§‹çŠ¶æ€" msgid "Interface" msgstr "接å£" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:206 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:191 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:209 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:208 msgid "Interface down" msgstr "接å£ç¦»çº¿" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:217 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:205 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:223 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:219 msgid "Interface up" msgstr "接å£åœ¨çº¿" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:192 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:210 msgid "Interface will be deemed down after this many failed ping tests" msgstr "当 Ping 失败次数达到这个数值åŽï¼ŒæŽ¥å£ä¼šè¢«è®¤ä¸ºç¦»çº¿" @@ -251,20 +288,20 @@ msgstr "当 Ping 失败次数达到这个数值åŽï¼ŒæŽ¥å£ä¼šè¢«è®¤ä¸ºç¦»çº¿" msgid "Interfaces" msgstr "接å£" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:25 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:31 msgid "Internet Protocol" msgstr "互è”网åè®®" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:171 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:189 msgid "Keep failure interval" msgstr "ä¿æŒæ•…障检测间隔" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:172 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:190 msgid "Keep ping failure interval during failure state" msgstr "在故障状æ€æœŸé—´ä¿æŒçš„ Ping 故障检测间隔" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:74 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua:23 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua:25 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:75 msgid "Last resort" msgstr "备用æˆå‘˜" @@ -273,54 +310,63 @@ msgstr "备用æˆå‘˜" msgid "Load Balancing" msgstr "è´Ÿè½½å‡è¡¡" -#: applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm:72 +#: applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm:96 #: applications/luci-app-mwan3/luasrc/view/mwan/status_detail.htm:33 #: applications/luci-app-mwan3/luasrc/view/mwan/status_diagnostics.htm:36 #: applications/luci-app-mwan3/luasrc/view/mwan/status_troubleshooting.htm:33 msgid "Loading" msgstr "载入ä¸" +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:22 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:62 +msgid "Logging" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:28 +msgid "Loglevel" +msgstr "" + #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:8 msgid "MWAN - Globals" msgstr "MWAN - 全局" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:137 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:139 msgid "MWAN - Interfaces" msgstr "MWAN - 接å£" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/member.lua:8 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/member.lua:9 msgid "MWAN - Members" msgstr "MWAN - æˆå‘˜" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/notify.lua:10 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/notify.lua:11 msgid "MWAN - Notification" msgstr "MWAN - 通知" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:37 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:38 msgid "MWAN - Policies" msgstr "MWAN - ç–ç•¥" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:41 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:42 msgid "MWAN - Rules" msgstr "MWAN - 规则" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:9 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:15 msgid "MWAN Interface Configuration - %s" msgstr "MWAN 接å£é…ç½® - %s" -#: applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm:70 +#: applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm:94 msgid "MWAN Interfaces" msgstr "MWAN 接å£" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/memberconfig.lua:9 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/memberconfig.lua:11 msgid "MWAN Member Configuration - %s" msgstr "MWAN æˆå‘˜é…ç½® - %s" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua:9 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua:11 msgid "MWAN Policy Configuration - %s" msgstr "MWAN ç–ç•¥é…ç½® - %s" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:9 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:15 msgid "MWAN Rule Configuration - %s" msgstr "MWAN 规则é…ç½® - %s" @@ -336,7 +382,7 @@ msgstr "MWAN çŠ¶æ€ - 诊æ–" msgid "MWAN Status - Troubleshooting" msgstr "MWAN çŠ¶æ€ - 故障排除" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:141 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:143 msgid "" "MWAN supports up to 252 physical and/or logical interfaces<br />MWAN " "requires that all interfaces have a unique metric configured in /etc/config/" @@ -350,20 +396,20 @@ msgstr "" "的接å£å称匹é…。<br />å称å…许包括 A-Zã€a-zã€0-9ã€_ 但是ä¸èƒ½æœ‰ç©ºæ ¼ã€‚<br />接" "å£ä¸åº”该与æˆå‘˜ã€ç–ç•¥ã€è§„则ä¸çš„ä»»æ„一个设置项使用相åŒçš„å称" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:69 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:87 msgid "Max TTL" msgstr "最大 TTL" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:85 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:103 msgid "Max packet latency [ms]" msgstr "最大数æ®åŒ…延迟 [ms]" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:97 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:115 msgid "Max packet loss [%]" msgstr "最大数æ®åŒ…丢失率 [%]" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:21 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:28 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:27 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:34 msgid "" "May be entered as a single or multiple port(s) (eg \"22\" or \"80,443\") or " "as a portrange (eg \"1024:2048\") without quotes" @@ -371,11 +417,11 @@ msgstr "" "å¯ä»¥è¾“入一个或多个端å£ï¼ˆä¾‹å¦‚“22â€æˆ–者“80,443â€ï¼‰ï¼Œæˆ–者是一个端å£èŒƒå›´ï¼ˆä¾‹" "如“1024:2048â€ï¼‰ï¼Œä¸å«å¼•å·" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/member.lua:16 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/member.lua:17 msgid "Member" msgstr "æˆå‘˜" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua:16 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua:18 msgid "Member used" msgstr "使用的æˆå‘˜" @@ -383,7 +429,7 @@ msgstr "使用的æˆå‘˜" msgid "Members" msgstr "æˆå‘˜" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/member.lua:11 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/member.lua:12 msgid "" "Members are profiles attaching a metric and weight to an MWAN interface<br /" ">Names may contain characters A-Z, a-z, 0-9, _ and no spaces<br />Members " @@ -393,22 +439,22 @@ msgstr "" "å…许包括 A-Z〠a-ã€0-9ã€_ 但是ä¸èƒ½æœ‰ç©ºæ ¼ã€‚<br />æˆå‘˜ä¸åº”该与接å£ã€ç–ç•¥ã€è§„则" "ä¸çš„ä»»æ„一个设置项使用相åŒçš„å称" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:60 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:61 msgid "Members assigned" msgstr "分é…çš„æˆå‘˜" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:228 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:227 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/member.lua:32 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/memberconfig.lua:23 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:245 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:230 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/memberconfig.lua:25 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/member.lua:33 msgid "Metric" msgstr "跃点数" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:106 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:124 msgid "Min packet latency [ms]" msgstr "最å°æ•°æ®åŒ…延迟 [ms]" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:118 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:136 msgid "Min packet loss [%]" msgstr "最å°æ•°æ®åŒ…丢失率 [%]" @@ -416,7 +462,7 @@ msgstr "最å°æ•°æ®åŒ…丢失率 [%]" msgid "Missing both IP rules for interface %s" msgstr "ç¼ºå°‘æŽ¥å£ %s 的两个 IP 规则" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:51 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:57 msgid "" "Name of IPset rule. Requires IPset rule in /etc/dnsmasq.conf (eg \"ipset=/" "youtube.com/youtube\")" @@ -424,12 +470,12 @@ msgstr "" "åŒ¹é… IPset 规则列表å称。需è¦å…ˆé…ç½® /etc/dnsmasq.conf ä¸çš„ IPset 规则(例" "如:“ipset=/youtube.com/youtubeâ€ï¼‰" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:164 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:44 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:166 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:50 msgid "No" msgstr "å¦" -#: applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm:52 +#: applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm:76 msgid "No MWAN interfaces found" msgstr "没有找到 MWAN 接å£" @@ -441,17 +487,21 @@ msgstr "æ²¡æœ‰æ‰¾åˆ°æŽ¥å£ %s 的网关。" msgid "No tracking Hosts for interface %s defined." msgstr "æœªå®šä¹‰æŽ¥å£ %s 的跟踪主机。" +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:36 +msgid "Notice" +msgstr "" + #: applications/luci-app-mwan3/luasrc/controller/mwan3.lua:60 msgid "Notification" msgstr "通知" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:23 -#: applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm:26 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:29 +#: applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm:42 msgid "Offline" msgstr "离线" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:22 -#: applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm:22 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:28 +#: applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm:34 msgid "Online" msgstr "在线" @@ -460,7 +510,7 @@ msgstr "在线" msgid "Only one IP rules for interface %s found" msgstr "åªæ‰¾åˆ°æŽ¥å£ %s 的一个 IP 规则" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:45 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:63 msgid "Ping count" msgstr "Ping 计数" @@ -468,24 +518,24 @@ msgstr "Ping 计数" msgid "Ping default gateway" msgstr "Ping 默认网关" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:190 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:140 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:158 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:192 msgid "Ping interval" msgstr "Ping é—´éš”" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:156 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:174 msgid "Ping interval during failure detection" msgstr "故障检测期间的 Ping é—´éš”" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:176 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:194 msgid "Ping interval during failure recovering" msgstr "æ•…éšœæ¢å¤æœŸé—´çš„ Ping é—´éš”" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:53 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:71 msgid "Ping size" msgstr "Ping 大å°" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:127 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:145 msgid "Ping timeout" msgstr "Ping 超时" @@ -497,7 +547,7 @@ msgstr "Ping 跟踪 IP" msgid "Policies" msgstr "ç–ç•¥" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:41 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:42 msgid "" "Policies are profiles grouping one or more members controlling how MWAN " "distributes traffic<br />Member interfaces with lower metrics are used " @@ -513,27 +563,27 @@ msgstr "" "包括 A-Zã€a-zã€0-9ã€_ 但是ä¸èƒ½æœ‰ç©ºæ ¼ã€‚å称应该在 15 个å—符以内<br />ç–ç•¥ä¸åº”" "该与接å£ã€æˆå‘˜ã€è§„则ä¸çš„ä»»æ„一个设置项使用相åŒçš„å称" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:50 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:51 msgid "Policy" msgstr "ç–ç•¥" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:98 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:53 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:65 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:99 msgid "Policy assigned" msgstr "分é…çš„ç–ç•¥" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:92 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:30 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:36 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:93 msgid "Protocol" msgstr "通信åè®®" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:175 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:193 msgid "Recovery interval" msgstr "æ•…éšœæ¢å¤é—´éš”" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:38 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:39 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:40 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:59 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:60 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:61 msgid "Routing table %d" msgstr "路由表 %d" @@ -545,11 +595,11 @@ msgstr "找到路由表 %sï¼Œä¸ºæŽ¥å£ %s" msgid "Routing table %s for interface %s not found" msgstr "没有找到路由表 %sï¼Œä¸ºæŽ¥å£ %s" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:35 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:56 msgid "Routing table lookup" msgstr "路由表查找" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:58 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:59 msgid "Rule" msgstr "规则" @@ -557,7 +607,7 @@ msgstr "规则" msgid "Rules" msgstr "规则" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:46 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:47 msgid "" "Rules specify which traffic will use a particular MWAN policy<br />Rules are " "based on IP address, port or protocol<br />Rules are matched from top to " @@ -575,30 +625,30 @@ msgstr "" "æµé‡ç¬¦åˆè§„则,但该ç–略的所有 WAN 接å£å…³é—åŽéƒ½ä¼šè¢«å¤±æ•ˆ<br />å称å¯åŒ…å«å—符 A-" "Z,a-z,0-9,_ å’Œç©ºæ ¼<br />规则ä¸èƒ½ä¸Žé…置的接å£ã€æˆå‘˜æˆ–ç–略共享相åŒçš„å称" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:47 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:53 msgid "Seconds. Acceptable values: 1-1000000. Defaults to 600 if not set" msgstr "å•ä½ä¸ºç§’。接å—的值:1-1000000。留空则使用默认值 600 秒" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:68 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:16 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:22 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:69 msgid "Source address" msgstr "æºåœ°å€" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:74 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:20 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:26 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:75 msgid "Source port" msgstr "æºç«¯å£" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:40 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:46 msgid "Sticky" msgstr "粘滞模å¼" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:46 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:52 msgid "Sticky timeout" msgstr "粘滞超时" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:17 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:24 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:23 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:30 msgid "Supports CIDR notation (eg \"192.168.100.0/24\") without quotes" msgstr "æ”¯æŒ CIDR 记法(例如:\"192.168.100.0/24\")ä¸å«å¼•å·" @@ -606,22 +656,22 @@ msgstr "æ”¯æŒ CIDR 记法(例如:\"192.168.100.0/24\")ä¸å«å¼•å·" msgid "Task" msgstr "任务" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:13 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:15 msgid "There are currently %d of %d supported interfaces configured" msgstr "当å‰å·²é…ç½® %d 个接å£ï¼Œæœ€å¤§æ”¯æŒ %d 个" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:228 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:246 msgid "" "This displays the metric assigned to this interface in /etc/config/network" msgstr "这里显示了这个接å£åœ¨ /etc/config/network ä¸é…置的跃点数" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:31 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:37 msgid "" "This hostname or IP address will be pinged to determine if the link is up or " "down. Leave blank to assume interface is always online" msgstr "通过 ping æ¤ä¸»æœºæˆ– IP 地å€æ¥ç¡®å®šé“¾è·¯æ˜¯å¦åœ¨çº¿ã€‚留空则认为接å£å§‹ç»ˆåœ¨çº¿" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/notify.lua:13 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/notify.lua:14 msgid "" "This section allows you to modify the content of \"/etc/mwan3.user\".<br /" ">The file is also preserved during sysupgrade.<br /><br />Notes:<br />This " @@ -648,21 +698,21 @@ msgstr "" "(例如“wanâ€æˆ–“wwanâ€ï¼‰<br />$DEVICE å¯åŠ¨æˆ–åœæ¢æŽ¥å£çš„物ç†è®¾å¤‡å(例" "如“eth0â€æˆ–“wwan0â€ï¼‰<br /><br />" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:30 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:36 msgid "Tracking hostname or IP address" msgstr "跟踪的主机或 IP 地å€" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:168 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:34 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:40 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:170 msgid "Tracking method" msgstr "跟踪方å¼" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:179 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:40 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:58 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:181 msgid "Tracking reliability" msgstr "跟踪å¯é 性" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:41 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:47 msgid "" "Traffic from the same source IP address that previously matched this rule " "within the sticky timeout period will use the same WAN interface" @@ -677,41 +727,41 @@ msgstr "" msgid "Troubleshooting" msgstr "故障排除" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:23 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:44 msgid "Update interval" msgstr "æ›´æ–°é—´éš”" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:31 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:37 msgid "View the content of /etc/protocols for protocol description" msgstr "查看åè®®æè¿°çš„ /etc/protocols 的内容" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:17 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:19 msgid "WARNING: %d interfaces are configured exceeding the maximum of %d!" msgstr "è¦å‘Šï¼šå·²é…ç½® %d 个接å£ï¼Œè¶…过最大值 %dï¼" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:24 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:26 msgid "WARNING: Interface %s are not found in /etc/config/network" msgstr "è¦å‘Šï¼šæŽ¥å£ %s 在 /etc/config/network ä¸æœªæ‰¾åˆ°" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:43 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:45 msgid "WARNING: Interface %s has a duplicate metric %s configured" msgstr "è¦å‘Šï¼šæŽ¥å£ %s çš„ metric %s é…ç½®é‡å¤" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:36 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:38 msgid "" "WARNING: Interface %s has a higher reliability requirement than tracking " "hosts (%d)" msgstr "è¦å‘Šï¼šæŽ¥å£ %s 比跟踪主机具有更高的å¯é 性è¦æ±‚(%d)" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:30 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:32 msgid "WARNING: Interface %s has no default route in the main routing table" msgstr "è¦å‘Šï¼šæŽ¥å£ %s 在主路由表ä¸æ²¡æœ‰é»˜è®¤çš„路由" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:29 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:30 msgid "WARNING: Policy %s has exceeding the maximum name of 15 characters" msgstr "è¦å‘Šï¼šç–ç•¥ %s å称超过 15 个å—符" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:33 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:34 msgid "" "WARNING: Rule %s have a port configured with no or improper protocol " "specified!" @@ -721,51 +771,55 @@ msgstr "è¦å‘Šï¼šè§„则 %s 有一个端å£é…置没有指定或åè®®ä¸æ£ç¡®ï¼ msgid "Waiting for command to complete..." msgstr "æ£åœ¨ç‰å¾…命令完æˆâ€¦" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/member.lua:38 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/memberconfig.lua:27 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:35 +msgid "Warning" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/memberconfig.lua:29 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/member.lua:39 msgid "Weight" msgstr "比é‡" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua:24 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua:26 msgid "" "When all policy members are offline use this behavior for matched traffic" msgstr "当所有ç–ç•¥æˆå‘˜éƒ½æ— 法使用的时候,对使用该ç–略的æµé‡ä½¿ç”¨è¿™ä¸ªæ“作" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:162 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:43 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:164 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:49 msgid "Yes" msgstr "是" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:225 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:243 msgid "always" msgstr "总是" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:79 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua:27 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:60 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua:29 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:80 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:72 msgid "blackhole (drop)" msgstr "黑洞(丢弃)" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:81 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua:28 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:61 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua:30 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:82 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:73 msgid "default (use main routing table)" msgstr "默认(使用主路由表)" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:223 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:241 msgid "ifdown" msgstr "ifdown" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:222 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:240 msgid "ifup" msgstr "ifup" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:224 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:242 msgid "never" msgstr "从ä¸" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:83 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua:26 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:59 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua:28 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:84 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:71 msgid "unreachable (reject)" msgstr "ä¸å¯è¾¾ï¼ˆæ‹’ç»ï¼‰" diff --git a/applications/luci-app-mwan3/po/zh-tw/mwan3.po b/applications/luci-app-mwan3/po/zh-tw/mwan3.po index 967d2aaeef..a09f5908e3 100644 --- a/applications/luci-app-mwan3/po/zh-tw/mwan3.po +++ b/applications/luci-app-mwan3/po/zh-tw/mwan3.po @@ -11,92 +11,96 @@ msgstr "" "PO-Revision-Date: 2019-01-03 22:17+0800\n" "X-Generator: Poedit 2.2\n" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:153 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:169 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:189 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:171 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:187 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:207 msgid "%d hour" msgstr "%d å°æ™‚" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:148 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:164 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:184 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:166 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:182 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:202 msgid "%d minute" msgstr "%d 分é˜" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:149 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:150 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:151 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:152 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:165 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:166 #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:167 #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:168 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:169 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:170 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:183 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:184 #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:185 #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:186 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:187 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:188 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:203 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:204 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:205 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:206 msgid "%d minutes" msgstr "%d 分é˜" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:27 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:129 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:142 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:158 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:178 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:48 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:147 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:160 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:176 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:196 msgid "%d second" msgstr "%d 秒" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:28 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:29 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:30 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:31 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:130 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:131 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:132 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:133 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:134 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:135 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:136 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:137 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:138 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:143 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:144 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:145 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:146 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:147 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:159 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:160 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:49 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:50 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:51 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:52 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:148 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:149 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:150 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:151 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:152 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:153 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:154 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:155 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:156 #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:161 #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:162 #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:163 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:164 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:165 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:177 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:178 #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:179 #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:180 #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:181 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:182 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:183 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:197 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:198 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:199 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:200 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:201 msgid "%d seconds" msgstr "%d 秒" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:41 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:59 msgid "" "Acceptable values: 1-100. This many Tracking IP addresses must respond for " "the link to be deemed up" msgstr "" "å–值範åœï¼š1-100。這個è¨å®šé …指定了當多少個 IP ä½å€èƒ½å¤ 連通時介é¢æœƒè¢«èªç‚ºåœ¨ç·š" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/memberconfig.lua:28 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/memberconfig.lua:30 msgid "Acceptable values: 1-1000. Defaults to 1 if not set" msgstr "å–值範åœï¼š1-1000。如果ä¸å¡«å¯«ï¼Œé è¨å€¼ç‚º 1" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/memberconfig.lua:24 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/memberconfig.lua:26 msgid "Acceptable values: 1-256. Defaults to 1 if not set" msgstr "å–值範åœï¼š1-256。如果ä¸å¡«å¯«ï¼Œé è¨å€¼ç‚º 1" +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:32 +msgid "Alert" +msgstr "" + #: applications/luci-app-mwan3/luasrc/controller/mwan3.lua:177 msgid "All required IP rules for interface %s found" msgstr "æ‰¾åˆ°ä»‹é¢ %s 的所有必需 IP è¦å‰‡" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:36 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:57 msgid "Also scan this Routing table for connected networks" msgstr "åŒæ™‚掃ææ¤è·¯ç”±è¡¨ä»¥æŸ¥è©¢å·²é€£ç·šçš„網路" @@ -104,7 +108,7 @@ msgstr "åŒæ™‚掃ææ¤è·¯ç”±è¡¨ä»¥æŸ¥è©¢å·²é€£ç·šçš„網路" msgid "Check IP rules" msgstr "檢查 IP è¦å‰‡" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:81 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:99 msgid "Check link quality" msgstr "檢查連線數é‡" @@ -112,19 +116,27 @@ msgstr "檢查連線數é‡" msgid "Check routing table" msgstr "檢查路由表" -#: applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm:73 +#: applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm:97 #: applications/luci-app-mwan3/luasrc/view/mwan/status_detail.htm:34 #: applications/luci-app-mwan3/luasrc/view/mwan/status_troubleshooting.htm:34 msgid "Collecting data..." msgstr "æ£åœ¨æ”¶é›†è³‡æ–™â€¦" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:80 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:23 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:33 +msgid "Critical" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:38 +msgid "Debug" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:29 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:81 msgid "Destination address" msgstr "目標ä½å€" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:86 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:27 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:33 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:87 msgid "Destination port" msgstr "ç›®æ¨™åŸ " @@ -142,45 +154,66 @@ msgstr "詳細" msgid "Diagnostics" msgstr "診斷" -#: applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm:30 +#: applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm:50 msgid "Disabled" msgstr "å·²ç¦ç”¨" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:206 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:224 msgid "" "Downed interface will be deemed up after this many successful ping tests" msgstr "當 Ping æˆåŠŸæ¬¡æ•¸é”到這個數值後,已經被èªç‚ºé›¢ç·šçš„介é¢å°‡æœƒé‡æ–°ä¸Šç·š" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:158 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:16 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:31 +msgid "Emergency" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:22 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:160 msgid "Enabled" msgstr "已啟用" +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:63 +msgid "" +"Enables firewall rule logging (global mwan3 logging must also be enabled)" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:23 +msgid "Enables global firewall logging" +msgstr "" + #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:16 msgid "Enter value in hex, starting with <code>0x</code>" msgstr "輸入åå…進ä½åˆ¶å€¼ï¼Œä»¥ <code>0x</code> é–‹é " +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:34 +msgid "Error" +msgstr "" + #: applications/luci-app-mwan3/luasrc/view/mwan/status_diagnostics.htm:81 msgid "Execute" msgstr "執行" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:20 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:26 msgid "Expect interface state on up event" msgstr "在 up 事件發生時的é 期介é¢ç‹€æ…‹" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:155 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:173 msgid "Failure interval" msgstr "故障檢測間隔" +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:29 +msgid "Firewall loglevel" +msgstr "" + #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:15 msgid "Firewall mask" msgstr "防ç«ç‰†æŽ©ç¢¼" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:219 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:237 msgid "Flush conntrack table" msgstr "é‡æ–°æ•´ç†é€£ç·šè·Ÿè¹¤è¡¨" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:220 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:238 msgid "Flush global firewall conntrack table on interface events" msgstr "在介é¢äº‹ä»¶è§¸ç™¼æ™‚é‡æ–°æ•´ç†å…¨å±€é˜²ç«ç‰†é€£ç·šè·Ÿè¹¤è¡¨" @@ -196,7 +229,7 @@ msgstr "Hotplug ifdown" msgid "Hotplug ifup" msgstr "Hotplug ifup" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:24 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:45 msgid "How often should rtmon update the interface routing table" msgstr "rtmon 應該多久更新一次介é¢è·¯ç”±è¡¨" @@ -206,25 +239,29 @@ msgstr "rtmon 應該多久更新一次介é¢è·¯ç”±è¡¨" msgid "INFO: MWAN not running" msgstr "資訊:MWAN 沒有é‹è¡Œ" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:50 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:56 msgid "IPset" msgstr "IPset" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:27 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:33 msgid "IPv4" msgstr "IPv4" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:28 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:34 msgid "IPv6" msgstr "IPv6" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:19 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:37 +msgid "Info" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:25 msgid "Initial state" msgstr "åˆå§‹ç‹€æ…‹" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:148 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/member.lua:26 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/memberconfig.lua:16 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:150 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/memberconfig.lua:18 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/member.lua:27 #: applications/luci-app-mwan3/luasrc/view/mwan/status_detail.htm:10 #: applications/luci-app-mwan3/luasrc/view/mwan/status_diagnostics.htm:10 #: applications/luci-app-mwan3/luasrc/view/mwan/status_diagnostics.htm:62 @@ -233,17 +270,17 @@ msgstr "åˆå§‹ç‹€æ…‹" msgid "Interface" msgstr "介é¢" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:206 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:191 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:209 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:208 msgid "Interface down" msgstr "介é¢é›¢ç·š" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:217 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:205 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:223 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:219 msgid "Interface up" msgstr "介é¢åœ¨ç·š" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:192 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:210 msgid "Interface will be deemed down after this many failed ping tests" msgstr "當 Ping 失敗次數é”到這個數值後,介é¢æœƒè¢«èªç‚ºé›¢ç·š" @@ -251,20 +288,20 @@ msgstr "當 Ping 失敗次數é”到這個數值後,介é¢æœƒè¢«èªç‚ºé›¢ç·š" msgid "Interfaces" msgstr "介é¢" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:25 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:31 msgid "Internet Protocol" msgstr "網際網路å”è°" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:171 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:189 msgid "Keep failure interval" msgstr "ä¿æŒæ•…障檢測間隔" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:172 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:190 msgid "Keep ping failure interval during failure state" msgstr "在故障狀態期間ä¿æŒçš„ Ping 故障檢測間隔" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:74 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua:23 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua:25 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:75 msgid "Last resort" msgstr "備用æˆå“¡" @@ -273,54 +310,63 @@ msgstr "備用æˆå“¡" msgid "Load Balancing" msgstr "è² è¼‰å‡è¡¡" -#: applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm:72 +#: applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm:96 #: applications/luci-app-mwan3/luasrc/view/mwan/status_detail.htm:33 #: applications/luci-app-mwan3/luasrc/view/mwan/status_diagnostics.htm:36 #: applications/luci-app-mwan3/luasrc/view/mwan/status_troubleshooting.htm:33 msgid "Loading" msgstr "載入ä¸" +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:22 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:62 +msgid "Logging" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:28 +msgid "Loglevel" +msgstr "" + #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:8 msgid "MWAN - Globals" msgstr "MWAN - 全局" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:137 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:139 msgid "MWAN - Interfaces" msgstr "MWAN - 介é¢" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/member.lua:8 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/member.lua:9 msgid "MWAN - Members" msgstr "MWAN - æˆå“¡" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/notify.lua:10 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/notify.lua:11 msgid "MWAN - Notification" msgstr "MWAN - 通知" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:37 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:38 msgid "MWAN - Policies" msgstr "MWAN - ç–ç•¥" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:41 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:42 msgid "MWAN - Rules" msgstr "MWAN - è¦å‰‡" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:9 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:15 msgid "MWAN Interface Configuration - %s" msgstr "MWAN 介é¢é…ç½® - %s" -#: applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm:70 +#: applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm:94 msgid "MWAN Interfaces" msgstr "MWAN 介é¢" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/memberconfig.lua:9 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/memberconfig.lua:11 msgid "MWAN Member Configuration - %s" msgstr "MWAN æˆå“¡é…ç½® - %s" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua:9 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua:11 msgid "MWAN Policy Configuration - %s" msgstr "MWAN ç–ç•¥é…ç½® - %s" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:9 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:15 msgid "MWAN Rule Configuration - %s" msgstr "MWAN è¦å‰‡é…ç½® - %s" @@ -336,7 +382,7 @@ msgstr "MWAN 狀態 - 診斷" msgid "MWAN Status - Troubleshooting" msgstr "MWAN 狀態 - 故障排除" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:141 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:143 msgid "" "MWAN supports up to 252 physical and/or logical interfaces<br />MWAN " "requires that all interfaces have a unique metric configured in /etc/config/" @@ -346,24 +392,24 @@ msgid "" "rules" msgstr "" "MWAN 支æ´æœ€å¤š 252 個物ç†æˆ–é‚輯介é¢ã€‚<br />MWAN è¦æ±‚所有介é¢å¿…é ˆåœ¨ /etc/" -"config/network ä¸è¨å®šå”¯ä¸€çš„é–˜é“器èºé»žã€‚<br />åç¨±å¿…é ˆèˆ‡ /etc/config/network ä¸" -"的介é¢å稱匹é…。<br />å稱å…許包括 A-Zã€a-zã€0-9ã€_ 但是ä¸èƒ½æœ‰ç©ºæ ¼ã€‚<br />接" -"å£ä¸æ‡‰è©²èˆ‡æˆå“¡ã€ç–ç•¥ã€è¦å‰‡ä¸çš„ä»»æ„一個è¨å®šé …使用相åŒçš„å稱" +"config/network ä¸è¨å®šå”¯ä¸€çš„é–˜é“器èºé»žã€‚<br />åç¨±å¿…é ˆèˆ‡ /etc/config/network " +"ä¸çš„介é¢å稱匹é…。<br />å稱å…許包括 A-Zã€a-zã€0-9ã€_ 但是ä¸èƒ½æœ‰ç©ºæ ¼ã€‚<br />" +"接å£ä¸æ‡‰è©²èˆ‡æˆå“¡ã€ç–ç•¥ã€è¦å‰‡ä¸çš„ä»»æ„一個è¨å®šé …使用相åŒçš„å稱" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:69 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:87 msgid "Max TTL" msgstr "最大 TTL" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:85 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:103 msgid "Max packet latency [ms]" msgstr "æœ€å¤§è³‡æ–™åŒ…å»¶é² [ms]" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:97 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:115 msgid "Max packet loss [%]" msgstr "最大資料包丟失率 [%]" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:21 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:28 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:27 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:34 msgid "" "May be entered as a single or multiple port(s) (eg \"22\" or \"80,443\") or " "as a portrange (eg \"1024:2048\") without quotes" @@ -371,11 +417,11 @@ msgstr "" "å¯ä»¥è¼¸å…¥ä¸€å€‹æˆ–å¤šå€‹åŸ ï¼ˆä¾‹å¦‚â€œ22â€æˆ–者“80,443â€ï¼‰ï¼Œæˆ–è€…æ˜¯ä¸€å€‹åŸ ç¯„åœï¼ˆä¾‹" "如“1024:2048â€ï¼‰ï¼Œä¸å«å¼•è™Ÿ" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/member.lua:16 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/member.lua:17 msgid "Member" msgstr "æˆå“¡" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua:16 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua:18 msgid "Member used" msgstr "使用的æˆå“¡" @@ -383,32 +429,32 @@ msgstr "使用的æˆå“¡" msgid "Members" msgstr "æˆå“¡" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/member.lua:11 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/member.lua:12 msgid "" "Members are profiles attaching a metric and weight to an MWAN interface<br /" ">Names may contain characters A-Z, a-z, 0-9, _ and no spaces<br />Members " "may not share the same name as configured interfaces, policies or rules" msgstr "" -"“æˆå“¡â€ç”¨ä¾†è¨å®šæ¯ä¸€å€‹ MWAN 介é¢çš„èºé»žæ•¸ï¼ˆå³ä»‹é¢å„ªå…ˆé †åºï¼‰å’Œæ‰€ä½”比é‡ã€‚<br />å稱" -"å…許包括 A-Z〠a-ã€0-9ã€_ 但是ä¸èƒ½æœ‰ç©ºæ ¼ã€‚<br />æˆå“¡ä¸æ‡‰è©²èˆ‡ä»‹é¢ã€ç–ç•¥ã€è¦å‰‡" -"ä¸çš„ä»»æ„一個è¨å®šé …使用相åŒçš„å稱" +"“æˆå“¡â€ç”¨ä¾†è¨å®šæ¯ä¸€å€‹ MWAN 介é¢çš„èºé»žæ•¸ï¼ˆå³ä»‹é¢å„ªå…ˆé †åºï¼‰å’Œæ‰€ä½”比é‡ã€‚<br />å" +"稱å…許包括 A-Z〠a-ã€0-9ã€_ 但是ä¸èƒ½æœ‰ç©ºæ ¼ã€‚<br />æˆå“¡ä¸æ‡‰è©²èˆ‡ä»‹é¢ã€ç–ç•¥ã€è¦" +"則ä¸çš„ä»»æ„一個è¨å®šé …使用相åŒçš„å稱" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:60 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:61 msgid "Members assigned" msgstr "分é…çš„æˆå“¡" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:228 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:227 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/member.lua:32 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/memberconfig.lua:23 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:245 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:230 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/memberconfig.lua:25 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/member.lua:33 msgid "Metric" msgstr "èºé»žæ•¸" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:106 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:124 msgid "Min packet latency [ms]" msgstr "最å°è³‡æ–™åŒ…å»¶é² [ms]" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:118 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:136 msgid "Min packet loss [%]" msgstr "最å°è³‡æ–™åŒ…丟失率 [%]" @@ -416,7 +462,7 @@ msgstr "最å°è³‡æ–™åŒ…丟失率 [%]" msgid "Missing both IP rules for interface %s" msgstr "ç¼ºå°‘ä»‹é¢ %s 的兩個 IP è¦å‰‡" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:51 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:57 msgid "" "Name of IPset rule. Requires IPset rule in /etc/dnsmasq.conf (eg \"ipset=/" "youtube.com/youtube\")" @@ -424,12 +470,12 @@ msgstr "" "åŒ¹é… IPset è¦å‰‡åˆ—表å稱。需è¦å…ˆé…ç½® /etc/dnsmasq.conf ä¸çš„ IPset è¦å‰‡ï¼ˆä¾‹" "如:“ipset=/youtube.com/youtubeâ€ï¼‰" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:164 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:44 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:166 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:50 msgid "No" msgstr "å¦" -#: applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm:52 +#: applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm:76 msgid "No MWAN interfaces found" msgstr "沒有找到 MWAN 介é¢" @@ -441,17 +487,21 @@ msgstr "æ²’æœ‰æ‰¾åˆ°ä»‹é¢ %s çš„é–˜é“器。" msgid "No tracking Hosts for interface %s defined." msgstr "æœªå®šç¾©ä»‹é¢ %s 的跟蹤主機。" +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:36 +msgid "Notice" +msgstr "" + #: applications/luci-app-mwan3/luasrc/controller/mwan3.lua:60 msgid "Notification" msgstr "通知" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:23 -#: applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm:26 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:29 +#: applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm:42 msgid "Offline" msgstr "離線" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:22 -#: applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm:22 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:28 +#: applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm:34 msgid "Online" msgstr "在線" @@ -460,7 +510,7 @@ msgstr "在線" msgid "Only one IP rules for interface %s found" msgstr "åªæ‰¾åˆ°ä»‹é¢ %s 的一個 IP è¦å‰‡" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:45 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:63 msgid "Ping count" msgstr "Ping 計數" @@ -468,24 +518,24 @@ msgstr "Ping 計數" msgid "Ping default gateway" msgstr "Ping é è¨é–˜é“器" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:190 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:140 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:158 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:192 msgid "Ping interval" msgstr "Ping é–“éš”" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:156 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:174 msgid "Ping interval during failure detection" msgstr "故障檢測期間的 Ping é–“éš”" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:176 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:194 msgid "Ping interval during failure recovering" msgstr "æ•…éšœæ¢å¾©æœŸé–“çš„ Ping é–“éš”" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:53 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:71 msgid "Ping size" msgstr "Ping 大å°" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:127 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:145 msgid "Ping timeout" msgstr "Ping 超時" @@ -497,7 +547,7 @@ msgstr "Ping 跟蹤 IP" msgid "Policies" msgstr "ç–ç•¥" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:41 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:42 msgid "" "Policies are profiles grouping one or more members controlling how MWAN " "distributes traffic<br />Member interfaces with lower metrics are used " @@ -513,27 +563,27 @@ msgstr "" "包括 A-Zã€a-zã€0-9ã€_ 但是ä¸èƒ½æœ‰ç©ºæ ¼ã€‚å稱應該在 15 個å—元以內<br />ç–ç•¥ä¸æ‡‰" "該與介é¢ã€æˆå“¡ã€è¦å‰‡ä¸çš„ä»»æ„一個è¨å®šé …使用相åŒçš„å稱" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:50 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:51 msgid "Policy" msgstr "ç–ç•¥" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:98 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:53 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:65 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:99 msgid "Policy assigned" msgstr "分é…çš„ç–ç•¥" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:92 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:30 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:36 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:93 msgid "Protocol" msgstr "通訊å”è°" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:175 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:193 msgid "Recovery interval" msgstr "æ•…éšœæ¢å¾©é–“éš”" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:38 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:39 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:40 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:59 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:60 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:61 msgid "Routing table %d" msgstr "路由表 %d" @@ -545,11 +595,11 @@ msgstr "找到路由表 %sï¼Œç‚ºä»‹é¢ %s" msgid "Routing table %s for interface %s not found" msgstr "沒有找到路由表 %sï¼Œç‚ºä»‹é¢ %s" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:35 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:56 msgid "Routing table lookup" msgstr "路由表查詢" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:58 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:59 msgid "Rule" msgstr "è¦å‰‡" @@ -557,7 +607,7 @@ msgstr "è¦å‰‡" msgid "Rules" msgstr "è¦å‰‡" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:46 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:47 msgid "" "Rules specify which traffic will use a particular MWAN policy<br />Rules are " "based on IP address, port or protocol<br />Rules are matched from top to " @@ -569,36 +619,36 @@ msgid "" "z, 0-9, _ and no spaces<br />Rules may not share the same name as configured " "interfaces, members or policies" msgstr "" -"è¦å‰‡æŒ‡å®šå“ªäº›æµé‡å°‡ä½¿ç”¨ç‰¹å®šçš„ MWAN ç–ç•¥<br />è¦å‰‡åŸºæ–¼ IP ä½å€ï¼ŒåŸ 或å”è°<br /" -">è¦å‰‡å¾žä¸Šåˆ°ä¸‹åŒ¹é…<br />匹é…è¦å‰‡ä»¥ä¸‹çš„è¦å‰‡è¢«å¿½ç•¥<br />ä¸ç¬¦åˆä»»ä½•è¦å‰‡çš„æµé‡å°‡ä½¿" +"è¦å‰‡æŒ‡å®šå“ªäº›æµé‡å°‡ä½¿ç”¨ç‰¹å®šçš„ MWAN ç–ç•¥<br />è¦å‰‡åŸºæ–¼ IP ä½å€ï¼ŒåŸ 或å”è°<br />" +"è¦å‰‡å¾žä¸Šåˆ°ä¸‹åŒ¹é…<br />匹é…è¦å‰‡ä»¥ä¸‹çš„è¦å‰‡è¢«å¿½ç•¥<br />ä¸ç¬¦åˆä»»ä½•è¦å‰‡çš„æµé‡å°‡ä½¿" "用主路由表進行路由<br />目的地為已知(éžé è¨ï¼‰ç¶²è·¯çš„æµé‡ç”±ä¸»è·¯ç”±è¡¨è™•ç†<br />" "æµé‡ç¬¦åˆè¦å‰‡ï¼Œä½†è©²ç–略的所有 WAN 介é¢é—œé–‰å¾Œéƒ½æœƒè¢«å¤±æ•ˆ<br />å稱å¯åŒ…å«å—å…ƒ A-" "Z,a-z,0-9,_ å’Œç©ºæ ¼<br />è¦å‰‡ä¸èƒ½èˆ‡é…置的介é¢ã€æˆå“¡æˆ–ç–略共享相åŒçš„å稱" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:47 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:53 msgid "Seconds. Acceptable values: 1-1000000. Defaults to 600 if not set" msgstr "å–®ä½ç‚ºç§’。接å—的值:1-1000000。留空則使用é è¨å€¼ 600 秒" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:68 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:16 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:22 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:69 msgid "Source address" msgstr "æºä½å€" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:74 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:20 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:26 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:75 msgid "Source port" msgstr "æºåŸ " -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:40 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:46 msgid "Sticky" msgstr "粘滯模å¼" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:46 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:52 msgid "Sticky timeout" msgstr "粘滯超時" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:17 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:24 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:23 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:30 msgid "Supports CIDR notation (eg \"192.168.100.0/24\") without quotes" msgstr "æ”¯æ´ CIDR 記法(例如:\"192.168.100.0/24\")ä¸å«å¼•è™Ÿ" @@ -606,22 +656,22 @@ msgstr "æ”¯æ´ CIDR 記法(例如:\"192.168.100.0/24\")ä¸å«å¼•è™Ÿ" msgid "Task" msgstr "任務" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:13 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:15 msgid "There are currently %d of %d supported interfaces configured" msgstr "當å‰å·²é…ç½® %d 個介é¢ï¼Œæœ€å¤§æ”¯æ´ %d 個" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:228 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:246 msgid "" "This displays the metric assigned to this interface in /etc/config/network" msgstr "這裡顯示了這個介é¢åœ¨ /etc/config/network ä¸é…置的èºé»žæ•¸" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:31 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:37 msgid "" "This hostname or IP address will be pinged to determine if the link is up or " "down. Leave blank to assume interface is always online" msgstr "é€šéŽ ping æ¤ä¸»æ©Ÿæˆ– IP ä½å€ä¾†ç¢ºå®šéˆè·¯æ˜¯å¦åœ¨ç·šã€‚留空則èªç‚ºä»‹é¢å§‹çµ‚在線" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/notify.lua:13 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/notify.lua:14 msgid "" "This section allows you to modify the content of \"/etc/mwan3.user\".<br /" ">The file is also preserved during sysupgrade.<br /><br />Notes:<br />This " @@ -640,29 +690,29 @@ msgid "" "\"wwan0\")<br /><br />" msgstr "" "這裡å…許您修改“/etc/mwan3.userâ€çš„內容。<br />該檔案在 sysupgrade 期間也會ä¿" -"留。<br /><br />注æ„:<br />該檔案會作為 shell 指令碼解釋。<br />指令碼的第一行必" -"é ˆæ˜¯ "#!/bin/sh",ä¸å¸¶å¼•è™Ÿã€‚<br />以 # é–‹é 的行是註釋,ä¸æœƒé‹è¡Œã€‚" +"留。<br /><br />注æ„:<br />該檔案會作為 shell 指令碼解釋。<br />指令碼的第一" +"è¡Œå¿…é ˆæ˜¯ "#!/bin/sh",ä¸å¸¶å¼•è™Ÿã€‚<br />以 # é–‹é 的行是註釋,ä¸æœƒé‹è¡Œã€‚" "<br />將您的自定義 mwan3 動作放在這裡,他們將<br />在啟用 mwan3 的介é¢ä¸Š<br /" ">在 netifd hotplug 介é¢äº‹ä»¶æ™‚é‹è¡Œã€‚<br /><br />有三個主è¦çš„環境變數傳éžçµ¦é€™å€‹" -"指令碼。<br /><br />$ACTION “ifupâ€æˆ–“ifdownâ€<br />$INTERFACE 啟動或åœæ¢çš„介é¢å" -"(例如“wanâ€æˆ–“wwanâ€ï¼‰<br />$DEVICE 啟動或åœæ¢ä»‹é¢çš„物ç†è£ç½®å(例" +"指令碼。<br /><br />$ACTION “ifupâ€æˆ–“ifdownâ€<br />$INTERFACE 啟動或åœæ¢çš„介é¢" +"å(例如“wanâ€æˆ–“wwanâ€ï¼‰<br />$DEVICE 啟動或åœæ¢ä»‹é¢çš„物ç†è£ç½®å(例" "如“eth0â€æˆ–“wwan0â€ï¼‰<br /><br />" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:30 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:36 msgid "Tracking hostname or IP address" msgstr "跟蹤的主機或 IP ä½å€" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:168 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:34 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:40 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:170 msgid "Tracking method" msgstr "跟蹤方å¼" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:179 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:40 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:58 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:181 msgid "Tracking reliability" msgstr "跟蹤å¯é 性" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:41 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:47 msgid "" "Traffic from the same source IP address that previously matched this rule " "within the sticky timeout period will use the same WAN interface" @@ -677,41 +727,41 @@ msgstr "" msgid "Troubleshooting" msgstr "故障排除" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:23 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:44 msgid "Update interval" msgstr "æ›´æ–°é–“éš”" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:31 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:37 msgid "View the content of /etc/protocols for protocol description" msgstr "檢視å”è°æè¿°çš„ /etc/protocols 的內容" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:17 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:19 msgid "WARNING: %d interfaces are configured exceeding the maximum of %d!" msgstr "è¦å‘Šï¼šå·²é…ç½® %d 個介é¢ï¼Œè¶…éŽæœ€å¤§å€¼ %dï¼" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:24 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:26 msgid "WARNING: Interface %s are not found in /etc/config/network" msgstr "è¦å‘Šï¼šä»‹é¢ %s 在 /etc/config/network ä¸æœªæ‰¾åˆ°" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:43 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:45 msgid "WARNING: Interface %s has a duplicate metric %s configured" msgstr "è¦å‘Šï¼šä»‹é¢ %s çš„ metric %s é…ç½®é‡è¤‡" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:36 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:38 msgid "" "WARNING: Interface %s has a higher reliability requirement than tracking " "hosts (%d)" msgstr "è¦å‘Šï¼šä»‹é¢ %s 比跟蹤主機具有更高的å¯é 性è¦æ±‚(%d)" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:30 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:32 msgid "WARNING: Interface %s has no default route in the main routing table" msgstr "è¦å‘Šï¼šä»‹é¢ %s 在主路由表ä¸æ²’有é è¨çš„路由" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:29 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:30 msgid "WARNING: Policy %s has exceeding the maximum name of 15 characters" msgstr "è¦å‘Šï¼šç–ç•¥ %s åç¨±è¶…éŽ 15 個å—å…ƒ" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:33 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:34 msgid "" "WARNING: Rule %s have a port configured with no or improper protocol " "specified!" @@ -721,51 +771,55 @@ msgstr "è¦å‘Šï¼šè¦å‰‡ %s æœ‰ä¸€å€‹åŸ é…置沒有指定或å”è°ä¸æ£ç¢ºï¼" msgid "Waiting for command to complete..." msgstr "æ£åœ¨ç‰å¾…指令完æˆâ€¦" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/member.lua:38 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/memberconfig.lua:27 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:35 +msgid "Warning" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/memberconfig.lua:29 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/member.lua:39 msgid "Weight" msgstr "比é‡" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua:24 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua:26 msgid "" "When all policy members are offline use this behavior for matched traffic" msgstr "當所有ç–ç•¥æˆå“¡éƒ½ç„¡æ³•ä½¿ç”¨çš„時候,å°ä½¿ç”¨è©²ç–略的æµé‡ä½¿ç”¨é€™å€‹æ“作" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:162 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:43 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:164 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:49 msgid "Yes" msgstr "是" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:225 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:243 msgid "always" msgstr "總是" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:79 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua:27 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:60 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua:29 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:80 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:72 msgid "blackhole (drop)" msgstr "黑洞(丟棄)" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:81 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua:28 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:61 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua:30 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:82 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:73 msgid "default (use main routing table)" msgstr "é è¨ï¼ˆä½¿ç”¨ä¸»è·¯ç”±è¡¨ï¼‰" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:223 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:241 msgid "ifdown" msgstr "ifdown" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:222 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:240 msgid "ifup" msgstr "ifup" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:224 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:242 msgid "never" msgstr "從ä¸" -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:83 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua:26 -#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:59 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua:28 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:84 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:71 msgid "unreachable (reject)" msgstr "ä¸å¯é”(拒絕)" diff --git a/applications/luci-app-nut/po/zh-tw/nut.po b/applications/luci-app-nut/po/zh-tw/nut.po index 33f0a0259d..6d0e07a5ae 100644 --- a/applications/luci-app-nut/po/zh-tw/nut.po +++ b/applications/luci-app-nut/po/zh-tw/nut.po @@ -122,7 +122,8 @@ msgstr "啟用" msgid "" "Enables a hotplug script that makes all ttyUSB devices (e.g. serial USB) " "group read-write as user 'nut'" -msgstr "啟用熱æ’拔指令碼,使所有 ttyUSB è£ç½®ï¼ˆä¾‹å¦‚åºåˆ— USB)組讀寫為使用者“nutâ€" +msgstr "" +"啟用熱æ’拔指令碼,使所有 ttyUSB è£ç½®ï¼ˆä¾‹å¦‚åºåˆ— USB)組讀寫為使用者“nutâ€" #: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:93 #: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:102 diff --git a/applications/luci-app-olsr/po/ca/olsr.po b/applications/luci-app-olsr/po/ca/olsr.po index 4de94e1e04..ceaab4e0bb 100644 --- a/applications/luci-app-olsr/po/ca/olsr.po +++ b/applications/luci-app-olsr/po/ca/olsr.po @@ -27,23 +27,23 @@ msgstr "Nodes OLSR actius" msgid "Active host net announcements" msgstr "Anuncis de xarxa de mà quines actives" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:45 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:45 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:45 msgid "Advanced Settings" msgstr "Ajusts avançats" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:141 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 msgid "Allow gateways with NAT" msgstr "Permet els passarel·les amb NAT " -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:141 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 msgid "Allow the selection of an outgoing ipv4 gateway with NAT" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:155 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:149 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:155 msgid "Announce uplink" msgstr "" @@ -70,8 +70,8 @@ msgstr "" msgid "Broadcast address" msgstr "Adreça de difusió" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:265 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:90 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:265 msgid "Can only be a valid IPv4 or IPv6 address or 'default'" msgstr "" @@ -113,31 +113,31 @@ msgstr "" msgid "ETX" msgstr "ETX" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:365 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:134 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:346 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:35 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:35 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:35 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:365 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:15 msgid "Enable" msgstr "Habilita" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:134 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 msgid "" "Enable SmartGateway. If it is disabled, then all other SmartGateway " "parameters are ignored. Default is \"no\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:36 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:36 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:36 msgid "Enable this interface." msgstr "Habilita aquesta interfÃcie." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:249 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:249 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:249 msgid "Enabled" msgstr "Habilitat" @@ -145,13 +145,13 @@ msgstr "Habilitat" msgid "Expected retransmission count" msgstr "Compte de retransmissió previst" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:71 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:65 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:71 msgid "FIB metric" msgstr "Mètrica FIB" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:72 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:66 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:72 msgid "" "FIBMetric controls the metric value of the host-routes OLSRd sets. \"flat\" " "means that the metric value is always 2. This is the preferred value because " @@ -161,8 +161,8 @@ msgid "" "Default is \"flat\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:112 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:106 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:112 msgid "Fisheye mechanism for TCs (checked means on). Default is \"on\"" msgstr "" @@ -171,17 +171,17 @@ msgstr "" msgid "Gateway" msgstr "Passarel·la" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:42 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:222 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:42 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:216 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:31 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:31 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:31 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:42 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:222 msgid "General Settings" msgstr "Ajusts generals" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:39 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:39 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:39 msgid "General settings" msgstr "Ajusts generals" @@ -199,8 +199,8 @@ msgid "Green" msgstr "" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:53 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:402 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:383 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:402 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:178 msgid "HNA" msgstr "HNA" @@ -209,17 +209,17 @@ msgstr "HNA" msgid "HNA Announcements" msgstr "Anuncis HNA" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:341 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:322 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:165 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:152 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:165 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:341 msgid "HNA interval" msgstr "Interval HNA" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:347 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:328 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:171 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:158 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:171 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:347 msgid "HNA validity time" msgstr "Temps de validesa HNA" @@ -228,22 +228,22 @@ msgstr "Temps de validesa HNA" msgid "HNA6 Announcements" msgstr "Anuncis HNA" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:381 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:362 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:381 msgid "Hello" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:305 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:286 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:129 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:116 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:129 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:305 msgid "Hello interval" msgstr "Interval Hello" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:311 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:292 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:135 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:122 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:135 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:311 msgid "Hello validity time" msgstr "Temps de validesa Hello" @@ -261,8 +261,8 @@ msgstr "" msgid "Hna4" msgstr "Hna4" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:10 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 msgid "Hna6" msgstr "Hna6" @@ -288,18 +288,18 @@ msgid "" "networks using HNA6 messages." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:117 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:111 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:117 msgid "" "Hysteresis for link sensing (only for hopcount metric). Hysteresis adds more " "robustness to the link sensing but delays neighbor registration. Defaults is " "\"yes\"" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:223 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:217 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:32 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:32 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:32 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:223 msgid "IP Addresses" msgstr "Adreces IP" @@ -314,26 +314,26 @@ msgstr "" msgid "IPv4" msgstr "IPv4" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:278 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:103 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:278 msgid "IPv4 broadcast" msgstr "Difusió IPv4" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:279 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:104 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:279 msgid "" "IPv4 broadcast address for outgoing OLSR packets. One useful example would " "be 255.255.255.255. Default is \"0.0.0.0\", which triggers the usage of the " "interface broadcast IP." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:291 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:116 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:291 msgid "IPv4 source" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:292 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:117 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:292 msgid "" "IPv4 src address for outgoing OLSR packages. Default is \"0.0.0.0\", which " "triggers usage of the interface IP." @@ -344,52 +344,52 @@ msgstr "" msgid "IPv6" msgstr "IPv6" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:285 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:272 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:110 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:103 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:110 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:285 msgid "IPv6 multicast" msgstr "Difusió selectiva IPv6" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:286 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:273 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:111 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:104 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:111 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:286 msgid "" "IPv6 multicast address. Default is \"FF02::6D\", the manet-router linklocal " "multicast." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:10 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 msgid "" "IPv6 network must be given in full notation, prefix must be in CIDR notation." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:297 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:278 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:122 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:109 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:122 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:297 msgid "IPv6 source" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:298 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:279 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:123 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:110 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:123 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:298 msgid "" "IPv6 src prefix. OLSRd will choose one of the interface IPs which matches " "the prefix of this parameter. Default is \"0::/0\", which triggers the usage " "of a not-linklocal interface IP." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:178 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 msgid "IPv6-Prefix of the uplink" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:202 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:196 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:202 msgid "" "If the route to the current gateway is to be changed, the ETX value of this " "gateway is multiplied with this value before it is compared to the new one. " @@ -398,14 +398,14 @@ msgid "" "with the etx_ffeth metric!<br />Defaults to \"1.0\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:160 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 msgid "" "If this Node uses NAT for connections to the internet. Default is \"yes\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:27 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:27 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:27 #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:23 #: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:62 #: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:128 @@ -414,10 +414,10 @@ msgstr "" msgid "Interface" msgstr "InterfÃcie" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:227 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:221 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:52 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:52 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:52 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:227 msgid "" "Interface Mode is used to prevent unnecessary packet forwarding on switched " "ethernet interfaces. valid Modes are \"mesh\" and \"ether\". Default is " @@ -425,15 +425,15 @@ msgid "" msgstr "" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:70 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:354 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:335 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:354 #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:14 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:163 msgid "Interfaces" msgstr "InterfÃcies" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:218 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:212 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:218 msgid "Interfaces Defaults" msgstr "" @@ -441,24 +441,24 @@ msgstr "" msgid "Internet protocol" msgstr "Protocol d'Internet" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:60 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:54 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:60 msgid "" "Interval to poll network interfaces for configuration changes (in seconds). " "Default is \"2.5\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:268 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:262 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:93 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:93 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:93 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:268 msgid "Invalid Value for LQMult-Value. Must be between 0.01 and 1.0." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:271 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:265 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:96 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:96 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:96 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:271 msgid "" "Invalid Value for LQMult-Value. You must use a decimal number between 0.01 " "and 1.0 here." @@ -472,30 +472,30 @@ msgstr "Rutes OLSR conegudes" msgid "LQ" msgstr "LQ" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:90 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:84 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:90 msgid "LQ aging" msgstr "Envelliment LQ" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:96 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:90 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:96 msgid "LQ algorithm" msgstr "Algoritme LQ" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:111 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:105 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:111 msgid "LQ fisheye" msgstr "LQ fisheye" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:82 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:76 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:82 msgid "LQ level" msgstr "Nivell LQ" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:262 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:256 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:87 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:87 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:87 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:262 msgid "" "LQMult requires two values (IP address or 'default' and multiplicator) " "separated by space." @@ -509,28 +509,28 @@ msgstr "Últim salt" msgid "Legend" msgstr "Llegenda" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:23 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:257 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:23 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:257 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:23 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:257 msgid "Library" msgstr "Biblioteca" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:43 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:43 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:43 msgid "Link Quality Settings" msgstr "Ajusts de qualitat d'enllaç" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:91 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:85 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:91 msgid "" "Link quality aging factor (only for lq level 2). Tuning parameter for " "etx_float and etx_fpm, smaller values mean slower changes of ETX value. " "(allowed values are between 0.01 and 1.0)" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:97 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:91 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:97 msgid "" "Link quality algorithm (only for lq level 2).<br /><b>etx_float</b>: " "floating point ETX with exponential aging<br /><b>etx_fpm</b> : same as " @@ -540,18 +540,18 @@ msgid "" "allows ethernet links with ETX 0.1.<br />Defaults to \"etx_ff\"" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:83 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:77 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:83 msgid "" "Link quality level switch between hopcount and cost-based (mostly ETX) " "routing.<br /><b>0</b> = do not use link quality<br /><b>2</b> = use link " "quality for MPR selection and routing<br />Default is \"2\"" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:245 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:239 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:70 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:70 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:70 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:245 msgid "LinkQuality Multiplicator" msgstr "Multiplicador de qualitat d'enllaç" @@ -569,22 +569,22 @@ msgid "Local interface IP" msgstr "IP d'interfÃcie local" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:58 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:395 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:376 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:395 msgid "MID" msgstr "MID" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:329 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:310 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:153 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:140 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:153 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:329 msgid "MID interval" msgstr "Interval MID" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:335 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:316 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:159 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:146 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:159 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:335 msgid "MID validity time" msgstr "Temps de validesa MID" @@ -592,8 +592,8 @@ msgstr "Temps de validesa MID" msgid "MTU" msgstr "MTU" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:132 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:126 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:132 msgid "Main IP" msgstr "IP principal" @@ -608,17 +608,17 @@ msgstr "" msgid "Metric" msgstr "Mètric" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:226 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:376 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:220 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:357 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:51 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:51 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:51 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:226 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:376 msgid "Mode" msgstr "Mode" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:246 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:71 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:246 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 /" @@ -635,8 +635,8 @@ msgid "" "LQ to all nodes on this interface by 20%: default 0.8" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:201 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:195 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:201 msgid "NAT threshold" msgstr "Llindar NAT" @@ -662,22 +662,22 @@ msgstr "Veïns" msgid "Netmask" msgstr "Mà scara de xarxa" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:373 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:354 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:373 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:160 msgid "Network" msgstr "Xarxa" +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:16 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:17 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:34 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:16 msgid "Network address" msgstr "Adreça de xarxa" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:59 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:53 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:59 msgid "Nic changes poll interval" msgstr "" @@ -702,21 +702,21 @@ msgstr "Anuncis OLSR - HNA" msgid "OLSR - HNA6-Announcements" msgstr "Anuncis OLSR - HNA" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:9 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:216 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:9 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:216 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:9 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:216 msgid "OLSR - Plugins" msgstr "OLSR - Connectors" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:12 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:12 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:12 #: applications/luci-app-olsr/luasrc/view/status-olsr/error_olsr.htm:8 msgid "OLSR Daemon" msgstr "Dimoni OLSR" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:14 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:14 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:14 msgid "OLSR Daemon - Interface" msgstr "Dimoni OLSR - InterfÃcie" @@ -773,35 +773,35 @@ msgstr "Visió de conjunt d'anuncis d'interfÃcie múltiple coneguts" msgid "Overview of smart gateways in this network" msgstr "Visió de conjunt de les passarel·les intel·ligents en aquesta xarxa" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:11 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:11 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:11 msgid "Plugin configuration" msgstr "Configuració de connector" #: applications/luci-app-olsr/luasrc/controller/olsr4.lua:29 #: applications/luci-app-olsr/luasrc/controller/olsr6.lua:29 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:240 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:240 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:240 msgid "Plugins" msgstr "Connectors" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:54 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:48 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:54 msgid "Polling rate for OLSR sockets in seconds. Default is 0.05." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:53 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:47 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:53 msgid "Pollrate" msgstr "Taxa de sondeig" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:126 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:120 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:126 msgid "Port" msgstr "Port" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:38 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:20 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:38 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:63 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:115 msgid "Prefix" @@ -863,8 +863,8 @@ msgid "Signal Noise Ratio in dB" msgstr "" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:64 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 msgid "SmartGW" msgstr "SmartGW" @@ -880,15 +880,15 @@ msgstr "" msgid "Source address" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:170 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 msgid "" "Specifies the speed of the uplink in kilobits/s. First parameter is " "upstream, second parameter is downstream. Default is \"128 1024\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:170 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 msgid "Speed of the uplink" msgstr "" @@ -912,34 +912,34 @@ msgstr "" msgid "Success rate of packages sent to the neighbour" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:388 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:369 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:388 msgid "TC" msgstr "TC" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:317 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:298 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:141 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:128 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:141 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:317 msgid "TC interval" msgstr "Interval TC" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:323 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:304 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:134 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:147 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:323 msgid "TC validity time" msgstr "Temps de validesa TC" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:65 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:59 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:65 msgid "TOS value" msgstr "Valor TOS" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:13 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:13 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:15 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:13 msgid "" "The OLSR daemon is an implementation of the Optimized Link State Routing " "protocol. As such it allows mesh routing for any network equipment. It runs " @@ -948,27 +948,27 @@ msgid "" "documentation." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:194 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:188 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:194 msgid "" "The fixed willingness to use. If not set willingness will be calculated " "dynamically based on battery/power status. Default is \"3\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:45 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:45 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:45 msgid "The interface OLSRd should serve." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:127 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:121 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:127 msgid "" "The port OLSR uses. This should usually stay at the IANA assigned port 698. " "It can have a value between 1 and 65535." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:178 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 msgid "" "This can be used to signal the external IPv6 prefix of the uplink to the " "clients. This might allow a client to change it's local IPv6 address to use " @@ -976,10 +976,10 @@ msgid "" "length is 64 bits. Default is \"::/0\" (no prefix)." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:224 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:218 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:33 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:33 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:33 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:224 msgid "Timing and Validity" msgstr "Sincronització i validitat" @@ -987,8 +987,8 @@ msgstr "Sincronització i validitat" msgid "Topology" msgstr "Topologia" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:66 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:60 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:66 msgid "" "Type of service value for the IP header of control traffic. Default is " "\"16\"." @@ -1003,13 +1003,13 @@ msgstr "No s'ha pogut connectar al dimoni OLSR" msgid "Uplink" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:160 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 msgid "Uplink uses NAT" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:116 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:110 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:116 msgid "Use hysteresis" msgstr "Utilitza histèresi" @@ -1034,24 +1034,24 @@ msgstr "" msgid "WLAN" msgstr "WLAN" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 msgid "" "Warning: kmod-ipip is not installed. Without kmod-ipip SmartGateway will not " "work, please install it." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:235 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:229 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:60 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:60 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:60 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:235 msgid "Weight" msgstr "Pes" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:236 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:230 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:61 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:61 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:61 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:236 msgid "" "When multiple links exist between hosts the weight of interface is used to " "determine the link to use. Normally the weight is automatically calculated " @@ -1076,8 +1076,8 @@ msgid "" "setting is \"both\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:193 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:187 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:193 msgid "Willingness" msgstr "Voluntat" diff --git a/applications/luci-app-olsr/po/cs/olsr.po b/applications/luci-app-olsr/po/cs/olsr.po index fe7e41eee5..93e3715f94 100644 --- a/applications/luci-app-olsr/po/cs/olsr.po +++ b/applications/luci-app-olsr/po/cs/olsr.po @@ -23,23 +23,23 @@ msgstr "" msgid "Active host net announcements" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:45 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:45 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:45 msgid "Advanced Settings" msgstr "PokroÄilé nastavenÃ" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:141 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 msgid "Allow gateways with NAT" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:141 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 msgid "Allow the selection of an outgoing ipv4 gateway with NAT" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:155 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:149 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:155 msgid "Announce uplink" msgstr "" @@ -66,8 +66,8 @@ msgstr "" msgid "Broadcast address" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:265 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:90 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:265 msgid "Can only be a valid IPv4 or IPv6 address or 'default'" msgstr "" @@ -109,31 +109,31 @@ msgstr "" msgid "ETX" msgstr "ETX" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:365 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:134 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:346 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:35 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:35 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:35 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:365 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:15 msgid "Enable" msgstr "Povolit" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:134 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 msgid "" "Enable SmartGateway. If it is disabled, then all other SmartGateway " "parameters are ignored. Default is \"no\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:36 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:36 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:36 msgid "Enable this interface." msgstr "Povolit toto rozhranÃ." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:249 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:249 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:249 msgid "Enabled" msgstr "Povoleno" @@ -141,13 +141,13 @@ msgstr "Povoleno" msgid "Expected retransmission count" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:71 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:65 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:71 msgid "FIB metric" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:72 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:66 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:72 msgid "" "FIBMetric controls the metric value of the host-routes OLSRd sets. \"flat\" " "means that the metric value is always 2. This is the preferred value because " @@ -157,8 +157,8 @@ msgid "" "Default is \"flat\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:112 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:106 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:112 msgid "Fisheye mechanism for TCs (checked means on). Default is \"on\"" msgstr "" @@ -167,17 +167,17 @@ msgstr "" msgid "Gateway" msgstr "Gateway" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:42 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:222 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:42 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:216 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:31 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:31 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:31 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:42 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:222 msgid "General Settings" msgstr "Obecné nastavenÃ" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:39 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:39 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:39 msgid "General settings" msgstr "Obecné nastavenÃ" @@ -195,8 +195,8 @@ msgid "Green" msgstr "Zelený" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:53 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:402 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:383 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:402 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:178 msgid "HNA" msgstr "HNA" @@ -205,17 +205,17 @@ msgstr "HNA" msgid "HNA Announcements" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:341 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:322 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:165 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:152 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:165 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:341 msgid "HNA interval" msgstr "HNA interval" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:347 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:328 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:171 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:158 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:171 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:347 msgid "HNA validity time" msgstr "" @@ -223,22 +223,22 @@ msgstr "" msgid "HNA6 Announcements" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:381 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:362 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:381 msgid "Hello" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:305 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:286 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:129 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:116 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:129 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:305 msgid "Hello interval" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:311 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:292 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:135 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:122 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:135 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:311 msgid "Hello validity time" msgstr "" @@ -256,8 +256,8 @@ msgstr "Skrýt IPv6" msgid "Hna4" msgstr "Hna4" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:10 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 msgid "Hna6" msgstr "Hna6" @@ -283,18 +283,18 @@ msgid "" "networks using HNA6 messages." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:117 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:111 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:117 msgid "" "Hysteresis for link sensing (only for hopcount metric). Hysteresis adds more " "robustness to the link sensing but delays neighbor registration. Defaults is " "\"yes\"" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:223 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:217 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:32 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:32 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:32 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:223 msgid "IP Addresses" msgstr "IP adresy" @@ -309,26 +309,26 @@ msgstr "" msgid "IPv4" msgstr "IPv4" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:278 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:103 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:278 msgid "IPv4 broadcast" msgstr "IPv4 broadcast" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:279 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:104 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:279 msgid "" "IPv4 broadcast address for outgoing OLSR packets. One useful example would " "be 255.255.255.255. Default is \"0.0.0.0\", which triggers the usage of the " "interface broadcast IP." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:291 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:116 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:291 msgid "IPv4 source" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:292 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:117 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:292 msgid "" "IPv4 src address for outgoing OLSR packages. Default is \"0.0.0.0\", which " "triggers usage of the interface IP." @@ -339,52 +339,52 @@ msgstr "" msgid "IPv6" msgstr "IPv6" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:285 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:272 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:110 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:103 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:110 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:285 msgid "IPv6 multicast" msgstr "IPv6 multicast" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:286 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:273 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:111 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:104 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:111 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:286 msgid "" "IPv6 multicast address. Default is \"FF02::6D\", the manet-router linklocal " "multicast." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:10 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 msgid "" "IPv6 network must be given in full notation, prefix must be in CIDR notation." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:297 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:278 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:122 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:109 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:122 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:297 msgid "IPv6 source" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:298 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:279 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:123 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:110 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:123 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:298 msgid "" "IPv6 src prefix. OLSRd will choose one of the interface IPs which matches " "the prefix of this parameter. Default is \"0::/0\", which triggers the usage " "of a not-linklocal interface IP." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:178 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 msgid "IPv6-Prefix of the uplink" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:202 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:196 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:202 msgid "" "If the route to the current gateway is to be changed, the ETX value of this " "gateway is multiplied with this value before it is compared to the new one. " @@ -393,14 +393,14 @@ msgid "" "with the etx_ffeth metric!<br />Defaults to \"1.0\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:160 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 msgid "" "If this Node uses NAT for connections to the internet. Default is \"yes\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:27 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:27 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:27 #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:23 #: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:62 #: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:128 @@ -409,10 +409,10 @@ msgstr "" msgid "Interface" msgstr "RozhranÃ" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:227 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:221 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:52 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:52 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:52 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:227 msgid "" "Interface Mode is used to prevent unnecessary packet forwarding on switched " "ethernet interfaces. valid Modes are \"mesh\" and \"ether\". Default is " @@ -420,15 +420,15 @@ msgid "" msgstr "" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:70 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:354 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:335 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:354 #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:14 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:163 msgid "Interfaces" msgstr "RozhranÃ" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:218 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:212 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:218 msgid "Interfaces Defaults" msgstr "" @@ -436,24 +436,24 @@ msgstr "" msgid "Internet protocol" msgstr "Internet protokol" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:60 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:54 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:60 msgid "" "Interval to poll network interfaces for configuration changes (in seconds). " "Default is \"2.5\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:268 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:262 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:93 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:93 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:93 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:268 msgid "Invalid Value for LQMult-Value. Must be between 0.01 and 1.0." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:271 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:265 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:96 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:96 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:96 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:271 msgid "" "Invalid Value for LQMult-Value. You must use a decimal number between 0.01 " "and 1.0 here." @@ -467,30 +467,30 @@ msgstr "" msgid "LQ" msgstr "LQ" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:90 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:84 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:90 msgid "LQ aging" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:96 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:90 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:96 msgid "LQ algorithm" msgstr "LQ algoritmus" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:111 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:105 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:111 msgid "LQ fisheye" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:82 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:76 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:82 msgid "LQ level" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:262 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:256 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:87 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:87 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:87 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:262 msgid "" "LQMult requires two values (IP address or 'default' and multiplicator) " "separated by space." @@ -504,28 +504,28 @@ msgstr "Poslednà skok (hop)" msgid "Legend" msgstr "Legenda" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:23 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:257 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:23 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:257 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:23 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:257 msgid "Library" msgstr "Knihovna" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:43 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:43 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:43 msgid "Link Quality Settings" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:91 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:85 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:91 msgid "" "Link quality aging factor (only for lq level 2). Tuning parameter for " "etx_float and etx_fpm, smaller values mean slower changes of ETX value. " "(allowed values are between 0.01 and 1.0)" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:97 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:91 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:97 msgid "" "Link quality algorithm (only for lq level 2).<br /><b>etx_float</b>: " "floating point ETX with exponential aging<br /><b>etx_fpm</b> : same as " @@ -535,18 +535,18 @@ msgid "" "allows ethernet links with ETX 0.1.<br />Defaults to \"etx_ff\"" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:83 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:77 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:83 msgid "" "Link quality level switch between hopcount and cost-based (mostly ETX) " "routing.<br /><b>0</b> = do not use link quality<br /><b>2</b> = use link " "quality for MPR selection and routing<br />Default is \"2\"" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:245 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:239 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:70 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:70 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:70 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:245 msgid "LinkQuality Multiplicator" msgstr "" @@ -564,22 +564,22 @@ msgid "Local interface IP" msgstr "IP lokálnÃho rozhranÃ" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:58 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:395 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:376 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:395 msgid "MID" msgstr "MID" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:329 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:310 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:153 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:140 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:153 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:329 msgid "MID interval" msgstr "MID interval" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:335 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:316 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:159 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:146 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:159 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:335 msgid "MID validity time" msgstr "" @@ -587,8 +587,8 @@ msgstr "" msgid "MTU" msgstr "MTU" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:132 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:126 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:132 msgid "Main IP" msgstr "Hlavnà IP" @@ -603,17 +603,17 @@ msgstr "" msgid "Metric" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:226 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:376 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:220 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:357 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:51 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:51 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:51 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:226 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:376 msgid "Mode" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:246 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:71 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:246 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 /" @@ -630,8 +630,8 @@ msgid "" "LQ to all nodes on this interface by 20%: default 0.8" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:201 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:195 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:201 msgid "NAT threshold" msgstr "" @@ -657,22 +657,22 @@ msgstr "Sousedé" msgid "Netmask" msgstr "Maska sÃtÄ›" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:373 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:354 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:373 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:160 msgid "Network" msgstr "SÃÅ¥" +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:16 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:17 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:34 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:16 msgid "Network address" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:59 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:53 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:59 msgid "Nic changes poll interval" msgstr "" @@ -696,21 +696,21 @@ msgstr "" msgid "OLSR - HNA6-Announcements" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:9 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:216 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:9 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:216 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:9 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:216 msgid "OLSR - Plugins" msgstr "OLSR - pluginy" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:12 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:12 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:12 #: applications/luci-app-olsr/luasrc/view/status-olsr/error_olsr.htm:8 msgid "OLSR Daemon" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:14 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:14 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:14 msgid "OLSR Daemon - Interface" msgstr "" @@ -767,35 +767,35 @@ msgstr "" msgid "Overview of smart gateways in this network" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:11 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:11 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:11 msgid "Plugin configuration" msgstr "Konfigurace pluginu" #: applications/luci-app-olsr/luasrc/controller/olsr4.lua:29 #: applications/luci-app-olsr/luasrc/controller/olsr6.lua:29 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:240 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:240 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:240 msgid "Plugins" msgstr "Pluginy" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:54 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:48 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:54 msgid "Polling rate for OLSR sockets in seconds. Default is 0.05." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:53 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:47 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:53 msgid "Pollrate" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:126 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:120 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:126 msgid "Port" msgstr "Port" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:38 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:20 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:38 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:63 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:115 msgid "Prefix" @@ -857,8 +857,8 @@ msgid "Signal Noise Ratio in dB" msgstr "Úroveň Å¡umu v dB" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:64 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 msgid "SmartGW" msgstr "SmartGW" @@ -874,15 +874,15 @@ msgstr "" msgid "Source address" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:170 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 msgid "" "Specifies the speed of the uplink in kilobits/s. First parameter is " "upstream, second parameter is downstream. Default is \"128 1024\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:170 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 msgid "Speed of the uplink" msgstr "" @@ -906,34 +906,34 @@ msgstr "" msgid "Success rate of packages sent to the neighbour" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:388 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:369 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:388 msgid "TC" msgstr "TC" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:317 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:298 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:141 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:128 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:141 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:317 msgid "TC interval" msgstr "TC interval" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:323 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:304 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:134 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:147 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:323 msgid "TC validity time" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:65 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:59 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:65 msgid "TOS value" msgstr "TOS hodnota" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:13 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:13 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:15 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:13 msgid "" "The OLSR daemon is an implementation of the Optimized Link State Routing " "protocol. As such it allows mesh routing for any network equipment. It runs " @@ -942,27 +942,27 @@ msgid "" "documentation." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:194 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:188 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:194 msgid "" "The fixed willingness to use. If not set willingness will be calculated " "dynamically based on battery/power status. Default is \"3\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:45 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:45 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:45 msgid "The interface OLSRd should serve." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:127 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:121 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:127 msgid "" "The port OLSR uses. This should usually stay at the IANA assigned port 698. " "It can have a value between 1 and 65535." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:178 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 msgid "" "This can be used to signal the external IPv6 prefix of the uplink to the " "clients. This might allow a client to change it's local IPv6 address to use " @@ -970,10 +970,10 @@ msgid "" "length is 64 bits. Default is \"::/0\" (no prefix)." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:224 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:218 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:33 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:33 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:33 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:224 msgid "Timing and Validity" msgstr "" @@ -981,8 +981,8 @@ msgstr "" msgid "Topology" msgstr "Topologie" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:66 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:60 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:66 msgid "" "Type of service value for the IP header of control traffic. Default is " "\"16\"." @@ -997,13 +997,13 @@ msgstr "" msgid "Uplink" msgstr "Uplink" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:160 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 msgid "Uplink uses NAT" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:116 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:110 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:116 msgid "Use hysteresis" msgstr "" @@ -1028,24 +1028,24 @@ msgstr "Velmi dobré (SNR > 30)" msgid "WLAN" msgstr "WLAN" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 msgid "" "Warning: kmod-ipip is not installed. Without kmod-ipip SmartGateway will not " "work, please install it." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:235 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:229 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:60 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:60 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:60 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:235 msgid "Weight" msgstr "Váha" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:236 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:230 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:61 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:61 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:61 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:236 msgid "" "When multiple links exist between hosts the weight of interface is used to " "determine the link to use. Normally the weight is automatically calculated " @@ -1070,8 +1070,8 @@ msgid "" "setting is \"both\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:193 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:187 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:193 msgid "Willingness" msgstr "" diff --git a/applications/luci-app-olsr/po/de/olsr.po b/applications/luci-app-olsr/po/de/olsr.po index 51cc1a84c4..d3271ff856 100644 --- a/applications/luci-app-olsr/po/de/olsr.po +++ b/applications/luci-app-olsr/po/de/olsr.po @@ -25,23 +25,23 @@ msgstr "Aktive OLSR-Knoten" msgid "Active host net announcements" msgstr "Aktive HNA-Ankündigungen" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:45 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:45 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:45 msgid "Advanced Settings" msgstr "Erweiterte Einstellungen" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:141 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 msgid "Allow gateways with NAT" msgstr "Gateways mit NAT erlauben" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:141 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 msgid "Allow the selection of an outgoing ipv4 gateway with NAT" msgstr "Auswahl von IPv4-Gateways erlauben, die zum Internet hin NAT verwenden" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:155 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:149 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:155 msgid "Announce uplink" msgstr "Uplink ankündigen" @@ -69,8 +69,8 @@ msgstr "" msgid "Broadcast address" msgstr "Broadcast-Adresse" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:265 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:90 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:265 msgid "Can only be a valid IPv4 or IPv6 address or 'default'" msgstr "" @@ -112,19 +112,19 @@ msgstr "Konfiguration herunterladen" msgid "ETX" msgstr "ETX" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:365 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:134 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:346 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:35 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:35 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:35 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:365 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:15 msgid "Enable" msgstr "Aktivieren" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:134 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 msgid "" "Enable SmartGateway. If it is disabled, then all other SmartGateway " "parameters are ignored. Default is \"no\"." @@ -132,13 +132,13 @@ msgstr "" "SmartGateway aktivieren. Ist diese Option deaktiviert, dann werden alle " "folgenden SmartGateway Einstellungen ignoriert. Der Defaultwert ist \"no\"." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:36 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:36 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:36 msgid "Enable this interface." msgstr "Dieses Interface benutzen." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:249 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:249 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:249 msgid "Enabled" msgstr "Aktiviert" @@ -146,13 +146,13 @@ msgstr "Aktiviert" msgid "Expected retransmission count" msgstr "Zu erwartende Sendeversuche pro Paket" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:71 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:65 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:71 msgid "FIB metric" msgstr "FIB-Metrik" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:72 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:66 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:72 msgid "" "FIBMetric controls the metric value of the host-routes OLSRd sets. \"flat\" " "means that the metric value is always 2. This is the preferred value because " @@ -168,8 +168,8 @@ msgstr "" "aber nur, wenn sich auch der Nexthop verändert hat. Der Defaultwert ist " "\"flat\"." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:112 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:106 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:112 msgid "Fisheye mechanism for TCs (checked means on). Default is \"on\"" msgstr "" "Fisheye Mechanismus für TC-Nachrichten (ausgewählt entspricht ein). Der " @@ -180,17 +180,17 @@ msgstr "" msgid "Gateway" msgstr "Gateway" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:42 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:222 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:42 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:216 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:31 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:31 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:31 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:42 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:222 msgid "General Settings" msgstr "Allgemeine Einstellungen" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:39 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:39 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:39 msgid "General settings" msgstr "Allgemeine Einstellungen" @@ -208,8 +208,8 @@ msgid "Green" msgstr "" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:53 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:402 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:383 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:402 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:178 msgid "HNA" msgstr "HNA" @@ -218,17 +218,17 @@ msgstr "HNA" msgid "HNA Announcements" msgstr "HNA-Ankündigungen" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:341 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:322 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:165 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:152 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:165 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:341 msgid "HNA interval" msgstr "HNA-Intervall" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:347 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:328 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:171 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:158 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:171 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:347 msgid "HNA validity time" msgstr "HNA-Gültigkeit" @@ -237,22 +237,22 @@ msgstr "HNA-Gültigkeit" msgid "HNA6 Announcements" msgstr "HNA-Ankündigungen" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:381 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:362 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:381 msgid "Hello" msgstr "Hello" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:305 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:286 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:129 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:116 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:129 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:305 msgid "Hello interval" msgstr "Hello-Intervall" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:311 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:292 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:135 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:122 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:135 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:311 msgid "Hello validity time" msgstr "Hello-Gültigkeit" @@ -270,8 +270,8 @@ msgstr "" msgid "Hna4" msgstr "Hna4" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:10 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 msgid "Hna6" msgstr "Hna6" @@ -302,8 +302,8 @@ msgstr "" "Rechner in einem OLSR-geroutetem Netzwerk können Konnektivität zu externen " "Netzwerken mittels HNA-Nachrichten ankündigen." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:117 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:111 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:117 msgid "" "Hysteresis for link sensing (only for hopcount metric). Hysteresis adds more " "robustness to the link sensing but delays neighbor registration. Defaults is " @@ -314,10 +314,10 @@ msgstr "" "aber das Registrieren von Nachbarknoten. Der Defaultwert ist \"eingeschaltet" "\"." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:223 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:217 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:32 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:32 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:32 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:223 msgid "IP Addresses" msgstr "IP-Adressen" @@ -334,13 +334,13 @@ msgstr "" msgid "IPv4" msgstr "IPv4" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:278 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:103 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:278 msgid "IPv4 broadcast" msgstr "IPv4 Broadcast" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:279 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:104 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:279 msgid "" "IPv4 broadcast address for outgoing OLSR packets. One useful example would " "be 255.255.255.255. Default is \"0.0.0.0\", which triggers the usage of the " @@ -350,13 +350,13 @@ msgstr "" "Beispiel ist 255.255.255.255. Der Defaultwert ist \"0.0.0.0\". Dies " "verwendet die Broadcastadresse des Interfaces." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:291 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:116 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:291 msgid "IPv4 source" msgstr "IPv4 Quell-IP" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:292 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:117 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:292 msgid "" "IPv4 src address for outgoing OLSR packages. Default is \"0.0.0.0\", which " "triggers usage of the interface IP." @@ -369,17 +369,17 @@ msgstr "" msgid "IPv6" msgstr "IPv6" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:285 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:272 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:110 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:103 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:110 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:285 msgid "IPv6 multicast" msgstr "IPv6 Multicast" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:286 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:273 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:111 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:104 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:111 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:286 msgid "" "IPv6 multicast address. Default is \"FF02::6D\", the manet-router linklocal " "multicast." @@ -387,25 +387,25 @@ msgstr "" "IPv6 Multicast-Adresse. Der Defaultwert ist \"FF02::6D\", die linklocal " "Multicastadresse für MANETs." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:10 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 msgid "" "IPv6 network must be given in full notation, prefix must be in CIDR notation." msgstr "" "IPv6 Netzwerk muss in 'full notation', der Prefix in CIDR Schreibweise " "eingegeben werden." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:297 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:278 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:122 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:109 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:122 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:297 msgid "IPv6 source" msgstr "IPv6 Quell-IP" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:298 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:279 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:123 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:110 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:123 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:298 msgid "" "IPv6 src prefix. OLSRd will choose one of the interface IPs which matches " "the prefix of this parameter. Default is \"0::/0\", which triggers the usage " @@ -415,13 +415,13 @@ msgstr "" "angegebenen Prefix liegt. Der Defaultwert ist \"0::/0\", damit wird eine " "IPv6-Adresse des Interfaces verwendet die nicht linklocal ist." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:178 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 msgid "IPv6-Prefix of the uplink" msgstr "IPv6-Präfix des Uplinks" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:202 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:196 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:202 msgid "" "If the route to the current gateway is to be changed, the ETX value of this " "gateway is multiplied with this value before it is compared to the new one. " @@ -436,16 +436,16 @@ msgstr "" "><b>ACHTUNG:</b> Diese Einstellung darf nicht zusammen mit der etx_ffeth " "Metrik verwendet werden!<br />Der Defaultwert ist \"1.0\"." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:160 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 msgid "" "If this Node uses NAT for connections to the internet. Default is \"yes\"." msgstr "" "Benutzt dieser Knoten NAT für die Verbindung zum Internet? Der Defaultwert " "ist \"yes\"." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:27 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:27 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:27 #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:23 #: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:62 #: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:128 @@ -454,10 +454,10 @@ msgstr "" msgid "Interface" msgstr "Schnittstelle" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:227 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:221 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:52 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:52 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:52 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:227 msgid "" "Interface Mode is used to prevent unnecessary packet forwarding on switched " "ethernet interfaces. valid Modes are \"mesh\" and \"ether\". Default is " @@ -468,15 +468,15 @@ msgstr "" "\"ether\". Der Defaultwert ist \"mesh\"." #: applications/luci-app-olsr/luasrc/controller/olsr.lua:70 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:354 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:335 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:354 #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:14 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:163 msgid "Interfaces" msgstr "Schnittstellen" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:218 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:212 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:218 msgid "Interfaces Defaults" msgstr "Schnittstellen-Standards" @@ -484,8 +484,8 @@ msgstr "Schnittstellen-Standards" msgid "Internet protocol" msgstr "Internet Protokoll" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:60 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:54 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:60 msgid "" "Interval to poll network interfaces for configuration changes (in seconds). " "Default is \"2.5\"." @@ -493,17 +493,17 @@ msgstr "" "Intervall mit dem Netzwerkschnittstellen auf Änderungen in ihrer " "Konfiguration überprüft werden (in Sekunden). Der Defaultwert ist \"2.5\"." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:268 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:262 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:93 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:93 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:93 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:268 msgid "Invalid Value for LQMult-Value. Must be between 0.01 and 1.0." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:271 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:265 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:96 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:96 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:96 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:271 msgid "" "Invalid Value for LQMult-Value. You must use a decimal number between 0.01 " "and 1.0 here." @@ -517,30 +517,30 @@ msgstr "Bekannte OLSR-Routen" msgid "LQ" msgstr "LQ" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:90 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:84 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:90 msgid "LQ aging" msgstr "LQ-Alterung" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:96 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:90 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:96 msgid "LQ algorithm" msgstr "LQ-Algorithmus" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:111 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:105 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:111 msgid "LQ fisheye" msgstr "LQ-Fisheye" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:82 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:76 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:82 msgid "LQ level" msgstr "LQ-Level" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:262 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:256 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:87 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:87 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:87 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:262 msgid "" "LQMult requires two values (IP address or 'default' and multiplicator) " "separated by space." @@ -554,20 +554,20 @@ msgstr "letzter Hop" msgid "Legend" msgstr "Legende" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:23 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:257 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:23 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:257 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:23 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:257 msgid "Library" msgstr "Bibliothek" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:43 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:43 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:43 msgid "Link Quality Settings" msgstr "Linkqualitätseinstellungen" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:91 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:85 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:91 msgid "" "Link quality aging factor (only for lq level 2). Tuning parameter for " "etx_float and etx_fpm, smaller values mean slower changes of ETX value. " @@ -577,8 +577,8 @@ msgstr "" "verwendet werden. Kleinere Werte bedeuten, dass ETX-Werte sich langsamer " "verändern. Erlaubte Werte sind 0.01 bis 1.0." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:97 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:91 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:97 msgid "" "Link quality algorithm (only for lq level 2).<br /><b>etx_float</b>: " "floating point ETX with exponential aging<br /><b>etx_fpm</b> : same as " @@ -595,8 +595,8 @@ msgstr "" "Variante von etx_ff die Ethernetlinks mit ETX 0.1 erlaubt<br />Der Default " "ist \"etx_ff\"" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:83 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:77 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:83 msgid "" "Link quality level switch between hopcount and cost-based (mostly ETX) " "routing.<br /><b>0</b> = do not use link quality<br /><b>2</b> = use link " @@ -606,10 +606,10 @@ msgstr "" "><b>0</b> = Linkquality nicht benutzen<br /><b>2</b> = Linkquality für die " "Wahl von MPRs und fürs Routing benutzen.<br />Der Defaultwert ist \"2\"." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:245 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:239 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:70 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:70 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:70 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:245 msgid "LinkQuality Multiplicator" msgstr "LQ-Multiplikator" @@ -627,22 +627,22 @@ msgid "Local interface IP" msgstr "Lokale Interface-IP" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:58 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:395 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:376 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:395 msgid "MID" msgstr "MID" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:329 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:310 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:153 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:140 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:153 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:329 msgid "MID interval" msgstr "MID-Intervall" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:335 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:316 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:159 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:146 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:159 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:335 msgid "MID validity time" msgstr "MID-Gültigkeit" @@ -650,8 +650,8 @@ msgstr "MID-Gültigkeit" msgid "MTU" msgstr "MTU" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:132 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:126 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:132 msgid "Main IP" msgstr "Haupt-IP" @@ -666,17 +666,17 @@ msgstr "" msgid "Metric" msgstr "Metrik" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:226 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:376 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:220 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:357 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:51 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:51 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:51 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:226 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:376 msgid "Mode" msgstr "Modus" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:246 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:71 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:246 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 /" @@ -698,8 +698,8 @@ msgstr "" "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" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:201 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:195 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:201 msgid "NAT threshold" msgstr "NAT-Schwellenwert" @@ -725,22 +725,22 @@ msgstr "Nachbarn" msgid "Netmask" msgstr "Netzmaske" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:373 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:354 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:373 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:160 msgid "Network" msgstr "Netzwerk" +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:16 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:17 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:34 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:16 msgid "Network address" msgstr "Netzwerk-Adresse" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:59 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:53 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:59 msgid "Nic changes poll interval" msgstr "Abfrageintervall für Schnittstellenänderungen" @@ -765,21 +765,21 @@ msgstr "OLSR - HNA-Ankündigungen" msgid "OLSR - HNA6-Announcements" msgstr "OLSR - HNA-Ankündigungen" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:9 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:216 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:9 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:216 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:9 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:216 msgid "OLSR - Plugins" msgstr "OLSR - Plugins" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:12 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:12 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:12 #: applications/luci-app-olsr/luasrc/view/status-olsr/error_olsr.htm:8 msgid "OLSR Daemon" msgstr "OLSR Daemon" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:14 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:14 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:14 msgid "OLSR Daemon - Interface" msgstr "OLSR Daemon - Schnittstelle" @@ -836,35 +836,35 @@ msgstr "Ãœbersicht über bekannte Mehrfachschnittstellenmeldungen" msgid "Overview of smart gateways in this network" msgstr "Ãœbersicht über Smart Gateways in diesem Netzwerk." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:11 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:11 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:11 msgid "Plugin configuration" msgstr "Pluginkonfiguration" #: applications/luci-app-olsr/luasrc/controller/olsr4.lua:29 #: applications/luci-app-olsr/luasrc/controller/olsr6.lua:29 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:240 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:240 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:240 msgid "Plugins" msgstr "Plugins" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:54 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:48 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:54 msgid "Polling rate for OLSR sockets in seconds. Default is 0.05." msgstr "Abfragerate für OLSRd-Sockets in Sekunden. Der Defaultwert ist 0.05." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:53 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:47 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:53 msgid "Pollrate" msgstr "Abfragerate" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:126 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:120 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:126 msgid "Port" msgstr "Port" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:38 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:20 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:38 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:63 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:115 msgid "Prefix" @@ -937,8 +937,8 @@ msgid "Signal Noise Ratio in dB" msgstr "" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:64 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 msgid "SmartGW" msgstr "Smart Gateway" @@ -954,8 +954,8 @@ msgstr "Smart Gateway ist auf diesem System nicht konfiguriert." msgid "Source address" msgstr "Quell-IP" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:170 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 msgid "" "Specifies the speed of the uplink in kilobits/s. First parameter is " "upstream, second parameter is downstream. Default is \"128 1024\"." @@ -964,8 +964,8 @@ msgstr "" "Der erste Wert ist die Upload-, der zweite Wert die Downloadgeschwindigkeit. " "Der Defaultwert ist \"128 1024\"." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:170 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 msgid "Speed of the uplink" msgstr "Geschwindigkeit des Uplinks" @@ -989,34 +989,34 @@ msgstr "Erfolgsquote vom Nachbarn empfangener Pakete" msgid "Success rate of packages sent to the neighbour" msgstr "Erfolgsquote zum Nachbarn gesendeter Pakete" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:388 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:369 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:388 msgid "TC" msgstr "TC" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:317 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:298 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:141 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:128 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:141 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:317 msgid "TC interval" msgstr "TC-Intervall" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:323 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:304 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:134 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:147 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:323 msgid "TC validity time" msgstr "TC-Gültigkeit" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:65 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:59 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:65 msgid "TOS value" msgstr "TOS-Wert" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:13 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:13 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:15 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:13 msgid "" "The OLSR daemon is an implementation of the Optimized Link State Routing " "protocol. As such it allows mesh routing for any network equipment. It runs " @@ -1028,8 +1028,8 @@ msgstr "" "erlaubt damit Mesh-Routing für jegliche Netzwerkgeräte. Besuche <a " "href='http://www.olsr.org'>olsrd.org</a> für Hilfe und Dokumentation." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:194 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:188 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:194 msgid "" "The fixed willingness to use. If not set willingness will be calculated " "dynamically based on battery/power status. Default is \"3\"." @@ -1038,13 +1038,13 @@ msgstr "" "dann wird der Bereitschaftswert automatisch anhand von Akkukapazität und " "Stromversorgung berechnet" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:45 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:45 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:45 msgid "The interface OLSRd should serve." msgstr "Interface das OLSRd verwenden soll." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:127 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:121 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:127 msgid "" "The port OLSR uses. This should usually stay at the IANA assigned port 698. " "It can have a value between 1 and 65535." @@ -1052,8 +1052,8 @@ msgstr "" "Port, den OLSRd benutzt. Dieser sollte in der Regel auf dem Defaultwert 698 " "bleiben, was dem von IANA zugewiesenen Port für OLSRd entspricht." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:178 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 msgid "" "This can be used to signal the external IPv6 prefix of the uplink to the " "clients. This might allow a client to change it's local IPv6 address to use " @@ -1065,10 +1065,10 @@ msgstr "" "Ãœbersetzung der IPv6-Adresse zu benutzen. Die maximale erlaubte Länge des " "Präfix ist 64 bit. Der Defaultwert ist \"::/0\" (kein Präfix)." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:224 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:218 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:33 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:33 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:33 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:224 msgid "Timing and Validity" msgstr "Taktung und Validität" @@ -1076,8 +1076,8 @@ msgstr "Taktung und Validität" msgid "Topology" msgstr "Topologie" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:66 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:60 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:66 msgid "" "Type of service value for the IP header of control traffic. Default is " "\"16\"." @@ -1093,13 +1093,13 @@ msgstr "Es konnte keine Verbindung zum OLSR-Daemon hergestellt werden!" msgid "Uplink" msgstr "Upload-Bandbreite" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:160 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 msgid "Uplink uses NAT" msgstr "Der Uplink benutzt NAT." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:116 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:110 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:116 msgid "Use hysteresis" msgstr "Hysterese aktivieren" @@ -1124,8 +1124,8 @@ msgstr "" msgid "WLAN" msgstr "WLAN" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 msgid "" "Warning: kmod-ipip is not installed. Without kmod-ipip SmartGateway will not " "work, please install it." @@ -1133,17 +1133,17 @@ msgstr "" "WARNUNG: kmod-ipip ist nicht installiert. Ohne kmod-ipip wird SmartGateway " "nicht funktionieren!" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:235 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:229 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:60 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:60 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:60 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:235 msgid "Weight" msgstr "Gewichtung" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:236 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:230 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:61 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:61 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:61 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:236 msgid "" "When multiple links exist between hosts the weight of interface is used to " "determine the link to use. Normally the weight is automatically calculated " @@ -1184,8 +1184,8 @@ msgstr "" "2000::/3). Der Defaultwert ist \"both\" (sowohl IPv4 als auch IPv6 Uplink " "ankündigen sofern verfügbar)." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:193 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:187 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:193 msgid "Willingness" msgstr "Bereitschaft" diff --git a/applications/luci-app-olsr/po/el/olsr.po b/applications/luci-app-olsr/po/el/olsr.po index de62fa4fcb..65850e30c0 100644 --- a/applications/luci-app-olsr/po/el/olsr.po +++ b/applications/luci-app-olsr/po/el/olsr.po @@ -25,23 +25,23 @@ msgstr "ΕνεÏγοί κόμβοι OLSR" msgid "Active host net announcements" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:45 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:45 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:45 msgid "Advanced Settings" msgstr "Î ÏοχωÏημÎνες Ρυθμίσεις" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:141 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 msgid "Allow gateways with NAT" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:141 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 msgid "Allow the selection of an outgoing ipv4 gateway with NAT" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:155 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:149 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:155 msgid "Announce uplink" msgstr "" @@ -68,8 +68,8 @@ msgstr "" msgid "Broadcast address" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:265 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:90 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:265 msgid "Can only be a valid IPv4 or IPv6 address or 'default'" msgstr "" @@ -111,31 +111,31 @@ msgstr "" msgid "ETX" msgstr "ETX" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:365 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:134 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:346 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:35 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:35 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:35 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:365 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:15 msgid "Enable" msgstr "ΕνεÏγοποίηση" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:134 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 msgid "" "Enable SmartGateway. If it is disabled, then all other SmartGateway " "parameters are ignored. Default is \"no\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:36 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:36 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:36 msgid "Enable this interface." msgstr "ΕνεÏγοποίηση αυτής της διεπαφής." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:249 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:249 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:249 msgid "Enabled" msgstr "" @@ -143,13 +143,13 @@ msgstr "" msgid "Expected retransmission count" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:71 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:65 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:71 msgid "FIB metric" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:72 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:66 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:72 msgid "" "FIBMetric controls the metric value of the host-routes OLSRd sets. \"flat\" " "means that the metric value is always 2. This is the preferred value because " @@ -159,8 +159,8 @@ msgid "" "Default is \"flat\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:112 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:106 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:112 msgid "Fisheye mechanism for TCs (checked means on). Default is \"on\"" msgstr "" @@ -169,17 +169,17 @@ msgstr "" msgid "Gateway" msgstr "Î Ïλη" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:42 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:222 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:42 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:216 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:31 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:31 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:31 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:42 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:222 msgid "General Settings" msgstr "ΓενικÎÏ‚ Ρυθμίσεις" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:39 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:39 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:39 msgid "General settings" msgstr "ΓενικÎÏ‚ Ïυθμίσεις" @@ -197,8 +197,8 @@ msgid "Green" msgstr "" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:53 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:402 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:383 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:402 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:178 msgid "HNA" msgstr "HNA" @@ -207,17 +207,17 @@ msgstr "HNA" msgid "HNA Announcements" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:341 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:322 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:165 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:152 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:165 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:341 msgid "HNA interval" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:347 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:328 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:171 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:158 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:171 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:347 msgid "HNA validity time" msgstr "" @@ -225,22 +225,22 @@ msgstr "" msgid "HNA6 Announcements" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:381 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:362 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:381 msgid "Hello" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:305 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:286 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:129 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:116 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:129 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:305 msgid "Hello interval" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:311 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:292 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:135 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:122 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:135 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:311 msgid "Hello validity time" msgstr "" @@ -258,8 +258,8 @@ msgstr "" msgid "Hna4" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:10 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 msgid "Hna6" msgstr "" @@ -285,18 +285,18 @@ msgid "" "networks using HNA6 messages." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:117 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:111 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:117 msgid "" "Hysteresis for link sensing (only for hopcount metric). Hysteresis adds more " "robustness to the link sensing but delays neighbor registration. Defaults is " "\"yes\"" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:223 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:217 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:32 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:32 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:32 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:223 msgid "IP Addresses" msgstr "ΔιευθÏνσεις IP" @@ -311,26 +311,26 @@ msgstr "" msgid "IPv4" msgstr "IPv4" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:278 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:103 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:278 msgid "IPv4 broadcast" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:279 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:104 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:279 msgid "" "IPv4 broadcast address for outgoing OLSR packets. One useful example would " "be 255.255.255.255. Default is \"0.0.0.0\", which triggers the usage of the " "interface broadcast IP." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:291 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:116 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:291 msgid "IPv4 source" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:292 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:117 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:292 msgid "" "IPv4 src address for outgoing OLSR packages. Default is \"0.0.0.0\", which " "triggers usage of the interface IP." @@ -341,52 +341,52 @@ msgstr "" msgid "IPv6" msgstr "IPv6" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:285 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:272 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:110 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:103 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:110 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:285 msgid "IPv6 multicast" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:286 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:273 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:111 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:104 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:111 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:286 msgid "" "IPv6 multicast address. Default is \"FF02::6D\", the manet-router linklocal " "multicast." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:10 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 msgid "" "IPv6 network must be given in full notation, prefix must be in CIDR notation." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:297 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:278 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:122 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:109 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:122 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:297 msgid "IPv6 source" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:298 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:279 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:123 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:110 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:123 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:298 msgid "" "IPv6 src prefix. OLSRd will choose one of the interface IPs which matches " "the prefix of this parameter. Default is \"0::/0\", which triggers the usage " "of a not-linklocal interface IP." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:178 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 msgid "IPv6-Prefix of the uplink" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:202 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:196 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:202 msgid "" "If the route to the current gateway is to be changed, the ETX value of this " "gateway is multiplied with this value before it is compared to the new one. " @@ -395,14 +395,14 @@ msgid "" "with the etx_ffeth metric!<br />Defaults to \"1.0\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:160 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 msgid "" "If this Node uses NAT for connections to the internet. Default is \"yes\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:27 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:27 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:27 #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:23 #: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:62 #: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:128 @@ -411,10 +411,10 @@ msgstr "" msgid "Interface" msgstr "Διεπαφή" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:227 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:221 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:52 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:52 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:52 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:227 msgid "" "Interface Mode is used to prevent unnecessary packet forwarding on switched " "ethernet interfaces. valid Modes are \"mesh\" and \"ether\". Default is " @@ -422,15 +422,15 @@ msgid "" msgstr "" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:70 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:354 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:335 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:354 #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:14 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:163 msgid "Interfaces" msgstr "ΔιεπαφÎÏ‚" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:218 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:212 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:218 msgid "Interfaces Defaults" msgstr "" @@ -438,24 +438,24 @@ msgstr "" msgid "Internet protocol" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:60 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:54 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:60 msgid "" "Interval to poll network interfaces for configuration changes (in seconds). " "Default is \"2.5\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:268 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:262 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:93 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:93 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:93 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:268 msgid "Invalid Value for LQMult-Value. Must be between 0.01 and 1.0." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:271 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:265 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:96 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:96 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:96 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:271 msgid "" "Invalid Value for LQMult-Value. You must use a decimal number between 0.01 " "and 1.0 here." @@ -469,30 +469,30 @@ msgstr "" msgid "LQ" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:90 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:84 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:90 msgid "LQ aging" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:96 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:90 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:96 msgid "LQ algorithm" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:111 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:105 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:111 msgid "LQ fisheye" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:82 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:76 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:82 msgid "LQ level" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:262 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:256 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:87 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:87 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:87 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:262 msgid "" "LQMult requires two values (IP address or 'default' and multiplicator) " "separated by space." @@ -506,28 +506,28 @@ msgstr "" msgid "Legend" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:23 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:257 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:23 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:257 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:23 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:257 msgid "Library" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:43 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:43 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:43 msgid "Link Quality Settings" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:91 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:85 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:91 msgid "" "Link quality aging factor (only for lq level 2). Tuning parameter for " "etx_float and etx_fpm, smaller values mean slower changes of ETX value. " "(allowed values are between 0.01 and 1.0)" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:97 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:91 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:97 msgid "" "Link quality algorithm (only for lq level 2).<br /><b>etx_float</b>: " "floating point ETX with exponential aging<br /><b>etx_fpm</b> : same as " @@ -537,18 +537,18 @@ msgid "" "allows ethernet links with ETX 0.1.<br />Defaults to \"etx_ff\"" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:83 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:77 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:83 msgid "" "Link quality level switch between hopcount and cost-based (mostly ETX) " "routing.<br /><b>0</b> = do not use link quality<br /><b>2</b> = use link " "quality for MPR selection and routing<br />Default is \"2\"" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:245 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:239 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:70 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:70 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:70 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:245 msgid "LinkQuality Multiplicator" msgstr "" @@ -566,22 +566,22 @@ msgid "Local interface IP" msgstr "IP τοπικής διεπαφής" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:58 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:395 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:376 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:395 msgid "MID" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:329 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:310 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:153 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:140 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:153 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:329 msgid "MID interval" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:335 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:316 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:159 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:146 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:159 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:335 msgid "MID validity time" msgstr "" @@ -589,8 +589,8 @@ msgstr "" msgid "MTU" msgstr "MTU" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:132 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:126 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:132 msgid "Main IP" msgstr "" @@ -605,17 +605,17 @@ msgstr "" msgid "Metric" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:226 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:376 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:220 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:357 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:51 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:51 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:51 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:226 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:376 msgid "Mode" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:246 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:71 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:246 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 /" @@ -632,8 +632,8 @@ msgid "" "LQ to all nodes on this interface by 20%: default 0.8" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:201 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:195 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:201 msgid "NAT threshold" msgstr "" @@ -659,22 +659,22 @@ msgstr "" msgid "Netmask" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:373 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:354 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:373 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:160 msgid "Network" msgstr "Δίκτυο" +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:16 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:17 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:34 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:16 msgid "Network address" msgstr "ΔιεÏθυνση δικτÏου" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:59 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:53 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:59 msgid "Nic changes poll interval" msgstr "" @@ -698,21 +698,21 @@ msgstr "" msgid "OLSR - HNA6-Announcements" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:9 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:216 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:9 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:216 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:9 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:216 msgid "OLSR - Plugins" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:12 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:12 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:12 #: applications/luci-app-olsr/luasrc/view/status-olsr/error_olsr.htm:8 msgid "OLSR Daemon" msgstr "OLSR Δαίμονας" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:14 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:14 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:14 msgid "OLSR Daemon - Interface" msgstr "OLSR Δαίμονας - Διεπαφή" @@ -769,35 +769,35 @@ msgstr "" msgid "Overview of smart gateways in this network" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:11 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:11 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:11 msgid "Plugin configuration" msgstr "" #: applications/luci-app-olsr/luasrc/controller/olsr4.lua:29 #: applications/luci-app-olsr/luasrc/controller/olsr6.lua:29 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:240 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:240 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:240 msgid "Plugins" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:54 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:48 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:54 msgid "Polling rate for OLSR sockets in seconds. Default is 0.05." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:53 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:47 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:53 msgid "Pollrate" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:126 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:120 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:126 msgid "Port" msgstr "Î ÏŒÏτα" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:38 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:20 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:38 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:63 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:115 msgid "Prefix" @@ -859,8 +859,8 @@ msgid "Signal Noise Ratio in dB" msgstr "" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:64 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 msgid "SmartGW" msgstr "SmartGW" @@ -876,15 +876,15 @@ msgstr "" msgid "Source address" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:170 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 msgid "" "Specifies the speed of the uplink in kilobits/s. First parameter is " "upstream, second parameter is downstream. Default is \"128 1024\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:170 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 msgid "Speed of the uplink" msgstr "" @@ -908,34 +908,34 @@ msgstr "" msgid "Success rate of packages sent to the neighbour" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:388 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:369 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:388 msgid "TC" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:317 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:298 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:141 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:128 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:141 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:317 msgid "TC interval" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:323 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:304 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:134 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:147 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:323 msgid "TC validity time" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:65 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:59 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:65 msgid "TOS value" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:13 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:13 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:15 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:13 msgid "" "The OLSR daemon is an implementation of the Optimized Link State Routing " "protocol. As such it allows mesh routing for any network equipment. It runs " @@ -944,27 +944,27 @@ msgid "" "documentation." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:194 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:188 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:194 msgid "" "The fixed willingness to use. If not set willingness will be calculated " "dynamically based on battery/power status. Default is \"3\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:45 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:45 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:45 msgid "The interface OLSRd should serve." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:127 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:121 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:127 msgid "" "The port OLSR uses. This should usually stay at the IANA assigned port 698. " "It can have a value between 1 and 65535." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:178 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 msgid "" "This can be used to signal the external IPv6 prefix of the uplink to the " "clients. This might allow a client to change it's local IPv6 address to use " @@ -972,10 +972,10 @@ msgid "" "length is 64 bits. Default is \"::/0\" (no prefix)." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:224 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:218 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:33 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:33 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:33 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:224 msgid "Timing and Validity" msgstr "" @@ -983,8 +983,8 @@ msgstr "" msgid "Topology" msgstr "Τοπολογία" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:66 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:60 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:66 msgid "" "Type of service value for the IP header of control traffic. Default is " "\"16\"." @@ -999,13 +999,13 @@ msgstr "" msgid "Uplink" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:160 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 msgid "Uplink uses NAT" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:116 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:110 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:116 msgid "Use hysteresis" msgstr "" @@ -1030,24 +1030,24 @@ msgstr "" msgid "WLAN" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 msgid "" "Warning: kmod-ipip is not installed. Without kmod-ipip SmartGateway will not " "work, please install it." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:235 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:229 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:60 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:60 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:60 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:235 msgid "Weight" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:236 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:230 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:61 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:61 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:61 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:236 msgid "" "When multiple links exist between hosts the weight of interface is used to " "determine the link to use. Normally the weight is automatically calculated " @@ -1072,8 +1072,8 @@ msgid "" "setting is \"both\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:193 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:187 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:193 msgid "Willingness" msgstr "" diff --git a/applications/luci-app-olsr/po/en/olsr.po b/applications/luci-app-olsr/po/en/olsr.po index ee68cdf692..5d4bde36be 100644 --- a/applications/luci-app-olsr/po/en/olsr.po +++ b/applications/luci-app-olsr/po/en/olsr.po @@ -25,23 +25,23 @@ msgstr "Active OLSR nodes" msgid "Active host net announcements" msgstr "Active host net announcements" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:45 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:45 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:45 msgid "Advanced Settings" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:141 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 msgid "Allow gateways with NAT" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:141 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 msgid "Allow the selection of an outgoing ipv4 gateway with NAT" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:155 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:149 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:155 msgid "Announce uplink" msgstr "" @@ -68,8 +68,8 @@ msgstr "" msgid "Broadcast address" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:265 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:90 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:265 msgid "Can only be a valid IPv4 or IPv6 address or 'default'" msgstr "" @@ -111,31 +111,31 @@ msgstr "" msgid "ETX" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:365 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:134 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:346 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:35 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:35 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:35 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:365 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:15 msgid "Enable" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:134 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 msgid "" "Enable SmartGateway. If it is disabled, then all other SmartGateway " "parameters are ignored. Default is \"no\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:36 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:36 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:36 msgid "Enable this interface." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:249 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:249 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:249 msgid "Enabled" msgstr "" @@ -143,13 +143,13 @@ msgstr "" msgid "Expected retransmission count" msgstr "Expected retransmission count" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:71 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:65 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:71 msgid "FIB metric" msgstr "FIB metric" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:72 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:66 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:72 msgid "" "FIBMetric controls the metric value of the host-routes OLSRd sets. \"flat\" " "means that the metric value is always 2. This is the preferred value because " @@ -159,8 +159,8 @@ msgid "" "Default is \"flat\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:112 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:106 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:112 msgid "Fisheye mechanism for TCs (checked means on). Default is \"on\"" msgstr "" @@ -169,17 +169,17 @@ msgstr "" msgid "Gateway" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:42 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:222 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:42 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:216 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:31 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:31 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:31 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:42 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:222 msgid "General Settings" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:39 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:39 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:39 msgid "General settings" msgstr "General settings" @@ -197,8 +197,8 @@ msgid "Green" msgstr "" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:53 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:402 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:383 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:402 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:178 msgid "HNA" msgstr "" @@ -207,17 +207,17 @@ msgstr "" msgid "HNA Announcements" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:341 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:322 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:165 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:152 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:165 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:341 msgid "HNA interval" msgstr "HNA interval" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:347 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:328 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:171 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:158 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:171 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:347 msgid "HNA validity time" msgstr "HNA validity time" @@ -226,22 +226,22 @@ msgstr "HNA validity time" msgid "HNA6 Announcements" msgstr "OLSR - HNA-Announcements" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:381 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:362 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:381 msgid "Hello" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:305 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:286 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:129 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:116 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:129 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:305 msgid "Hello interval" msgstr "Hello interval" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:311 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:292 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:135 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:122 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:135 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:311 msgid "Hello validity time" msgstr "Hello validity time" @@ -259,8 +259,8 @@ msgstr "" msgid "Hna4" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:10 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 msgid "Hna6" msgstr "" @@ -286,18 +286,18 @@ msgid "" "networks using HNA6 messages." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:117 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:111 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:117 msgid "" "Hysteresis for link sensing (only for hopcount metric). Hysteresis adds more " "robustness to the link sensing but delays neighbor registration. Defaults is " "\"yes\"" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:223 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:217 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:32 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:32 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:32 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:223 msgid "IP Addresses" msgstr "" @@ -312,26 +312,26 @@ msgstr "" msgid "IPv4" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:278 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:103 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:278 msgid "IPv4 broadcast" msgstr "IPv4 broadcast" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:279 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:104 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:279 msgid "" "IPv4 broadcast address for outgoing OLSR packets. One useful example would " "be 255.255.255.255. Default is \"0.0.0.0\", which triggers the usage of the " "interface broadcast IP." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:291 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:116 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:291 msgid "IPv4 source" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:292 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:117 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:292 msgid "" "IPv4 src address for outgoing OLSR packages. Default is \"0.0.0.0\", which " "triggers usage of the interface IP." @@ -342,52 +342,52 @@ msgstr "" msgid "IPv6" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:285 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:272 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:110 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:103 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:110 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:285 msgid "IPv6 multicast" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:286 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:273 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:111 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:104 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:111 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:286 msgid "" "IPv6 multicast address. Default is \"FF02::6D\", the manet-router linklocal " "multicast." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:10 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 msgid "" "IPv6 network must be given in full notation, prefix must be in CIDR notation." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:297 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:278 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:122 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:109 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:122 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:297 msgid "IPv6 source" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:298 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:279 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:123 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:110 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:123 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:298 msgid "" "IPv6 src prefix. OLSRd will choose one of the interface IPs which matches " "the prefix of this parameter. Default is \"0::/0\", which triggers the usage " "of a not-linklocal interface IP." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:178 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 msgid "IPv6-Prefix of the uplink" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:202 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:196 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:202 msgid "" "If the route to the current gateway is to be changed, the ETX value of this " "gateway is multiplied with this value before it is compared to the new one. " @@ -396,14 +396,14 @@ msgid "" "with the etx_ffeth metric!<br />Defaults to \"1.0\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:160 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 msgid "" "If this Node uses NAT for connections to the internet. Default is \"yes\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:27 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:27 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:27 #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:23 #: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:62 #: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:128 @@ -412,10 +412,10 @@ msgstr "" msgid "Interface" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:227 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:221 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:52 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:52 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:52 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:227 msgid "" "Interface Mode is used to prevent unnecessary packet forwarding on switched " "ethernet interfaces. valid Modes are \"mesh\" and \"ether\". Default is " @@ -423,15 +423,15 @@ msgid "" msgstr "" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:70 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:354 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:335 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:354 #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:14 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:163 msgid "Interfaces" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:218 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:212 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:218 msgid "Interfaces Defaults" msgstr "" @@ -439,24 +439,24 @@ msgstr "" msgid "Internet protocol" msgstr "Internet protocol" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:60 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:54 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:60 msgid "" "Interval to poll network interfaces for configuration changes (in seconds). " "Default is \"2.5\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:268 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:262 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:93 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:93 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:93 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:268 msgid "Invalid Value for LQMult-Value. Must be between 0.01 and 1.0." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:271 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:265 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:96 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:96 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:96 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:271 msgid "" "Invalid Value for LQMult-Value. You must use a decimal number between 0.01 " "and 1.0 here." @@ -470,30 +470,30 @@ msgstr "Known OLSR routes" msgid "LQ" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:90 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:84 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:90 msgid "LQ aging" msgstr "LQ aging" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:96 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:90 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:96 msgid "LQ algorithm" msgstr "LQ algorithm" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:111 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:105 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:111 msgid "LQ fisheye" msgstr "LQ fisheye" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:82 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:76 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:82 msgid "LQ level" msgstr "LQ level" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:262 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:256 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:87 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:87 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:87 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:262 msgid "" "LQMult requires two values (IP address or 'default' and multiplicator) " "separated by space." @@ -507,28 +507,28 @@ msgstr "Last hop" msgid "Legend" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:23 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:257 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:23 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:257 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:23 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:257 msgid "Library" msgstr "Library" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:43 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:43 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:43 msgid "Link Quality Settings" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:91 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:85 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:91 msgid "" "Link quality aging factor (only for lq level 2). Tuning parameter for " "etx_float and etx_fpm, smaller values mean slower changes of ETX value. " "(allowed values are between 0.01 and 1.0)" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:97 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:91 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:97 msgid "" "Link quality algorithm (only for lq level 2).<br /><b>etx_float</b>: " "floating point ETX with exponential aging<br /><b>etx_fpm</b> : same as " @@ -538,18 +538,18 @@ msgid "" "allows ethernet links with ETX 0.1.<br />Defaults to \"etx_ff\"" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:83 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:77 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:83 msgid "" "Link quality level switch between hopcount and cost-based (mostly ETX) " "routing.<br /><b>0</b> = do not use link quality<br /><b>2</b> = use link " "quality for MPR selection and routing<br />Default is \"2\"" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:245 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:239 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:70 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:70 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:70 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:245 msgid "LinkQuality Multiplicator" msgstr "" @@ -567,22 +567,22 @@ msgid "Local interface IP" msgstr "Local interface IP" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:58 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:395 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:376 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:395 msgid "MID" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:329 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:310 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:153 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:140 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:153 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:329 msgid "MID interval" msgstr "MID interval" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:335 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:316 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:159 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:146 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:159 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:335 msgid "MID validity time" msgstr "MID validity time" @@ -590,8 +590,8 @@ msgstr "MID validity time" msgid "MTU" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:132 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:126 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:132 msgid "Main IP" msgstr "" @@ -606,17 +606,17 @@ msgstr "" msgid "Metric" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:226 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:376 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:220 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:357 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:51 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:51 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:51 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:226 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:376 msgid "Mode" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:246 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:71 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:246 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 /" @@ -633,8 +633,8 @@ msgid "" "LQ to all nodes on this interface by 20%: default 0.8" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:201 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:195 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:201 msgid "NAT threshold" msgstr "" @@ -660,22 +660,22 @@ msgstr "" msgid "Netmask" msgstr "Netmask" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:373 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:354 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:373 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:160 msgid "Network" msgstr "" +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:16 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:17 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:34 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:16 msgid "Network address" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:59 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:53 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:59 msgid "Nic changes poll interval" msgstr "" @@ -700,21 +700,21 @@ msgstr "OLSR - HNA-Announcements" msgid "OLSR - HNA6-Announcements" msgstr "OLSR - HNA-Announcements" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:9 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:216 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:9 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:216 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:9 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:216 msgid "OLSR - Plugins" msgstr "OLSR - Plugins" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:12 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:12 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:12 #: applications/luci-app-olsr/luasrc/view/status-olsr/error_olsr.htm:8 msgid "OLSR Daemon" msgstr "OLSR Daemon" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:14 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:14 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:14 msgid "OLSR Daemon - Interface" msgstr "" @@ -771,35 +771,35 @@ msgstr "Overview of known multiple interface announcements" msgid "Overview of smart gateways in this network" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:11 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:11 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:11 msgid "Plugin configuration" msgstr "Plugin configuration" #: applications/luci-app-olsr/luasrc/controller/olsr4.lua:29 #: applications/luci-app-olsr/luasrc/controller/olsr6.lua:29 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:240 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:240 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:240 msgid "Plugins" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:54 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:48 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:54 msgid "Polling rate for OLSR sockets in seconds. Default is 0.05." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:53 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:47 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:53 msgid "Pollrate" msgstr "Pollrate" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:126 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:120 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:126 msgid "Port" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:38 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:20 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:38 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:63 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:115 msgid "Prefix" @@ -861,8 +861,8 @@ msgid "Signal Noise Ratio in dB" msgstr "" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:64 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 msgid "SmartGW" msgstr "" @@ -878,15 +878,15 @@ msgstr "" msgid "Source address" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:170 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 msgid "" "Specifies the speed of the uplink in kilobits/s. First parameter is " "upstream, second parameter is downstream. Default is \"128 1024\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:170 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 msgid "Speed of the uplink" msgstr "" @@ -910,34 +910,34 @@ msgstr "" msgid "Success rate of packages sent to the neighbour" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:388 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:369 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:388 msgid "TC" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:317 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:298 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:141 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:128 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:141 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:317 msgid "TC interval" msgstr "TC interval" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:323 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:304 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:134 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:147 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:323 msgid "TC validity time" msgstr "TC validity time" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:65 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:59 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:65 msgid "TOS value" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:13 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:13 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:15 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:13 msgid "" "The OLSR daemon is an implementation of the Optimized Link State Routing " "protocol. As such it allows mesh routing for any network equipment. It runs " @@ -946,27 +946,27 @@ msgid "" "documentation." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:194 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:188 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:194 msgid "" "The fixed willingness to use. If not set willingness will be calculated " "dynamically based on battery/power status. Default is \"3\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:45 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:45 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:45 msgid "The interface OLSRd should serve." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:127 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:121 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:127 msgid "" "The port OLSR uses. This should usually stay at the IANA assigned port 698. " "It can have a value between 1 and 65535." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:178 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 msgid "" "This can be used to signal the external IPv6 prefix of the uplink to the " "clients. This might allow a client to change it's local IPv6 address to use " @@ -974,10 +974,10 @@ msgid "" "length is 64 bits. Default is \"::/0\" (no prefix)." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:224 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:218 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:33 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:33 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:33 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:224 msgid "Timing and Validity" msgstr "" @@ -985,8 +985,8 @@ msgstr "" msgid "Topology" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:66 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:60 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:66 msgid "" "Type of service value for the IP header of control traffic. Default is " "\"16\"." @@ -1001,13 +1001,13 @@ msgstr "Unable to connect to the OLSR daemon!" msgid "Uplink" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:160 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 msgid "Uplink uses NAT" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:116 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:110 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:116 msgid "Use hysteresis" msgstr "Use hysteresis" @@ -1032,24 +1032,24 @@ msgstr "" msgid "WLAN" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 msgid "" "Warning: kmod-ipip is not installed. Without kmod-ipip SmartGateway will not " "work, please install it." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:235 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:229 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:60 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:60 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:60 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:235 msgid "Weight" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:236 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:230 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:61 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:61 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:61 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:236 msgid "" "When multiple links exist between hosts the weight of interface is used to " "determine the link to use. Normally the weight is automatically calculated " @@ -1074,8 +1074,8 @@ msgid "" "setting is \"both\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:193 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:187 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:193 msgid "Willingness" msgstr "Willingness" diff --git a/applications/luci-app-olsr/po/es/olsr.po b/applications/luci-app-olsr/po/es/olsr.po index 5251e9dba2..a94ee70673 100644 --- a/applications/luci-app-olsr/po/es/olsr.po +++ b/applications/luci-app-olsr/po/es/olsr.po @@ -25,23 +25,23 @@ msgstr "Nodos OLSR activos" msgid "Active host net announcements" msgstr "Declaraciones activas de máquinas en la red" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:45 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:45 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:45 msgid "Advanced Settings" msgstr "Configuración avanzada" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:141 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 msgid "Allow gateways with NAT" msgstr "Permitir pasarelas con NAT" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:141 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 msgid "Allow the selection of an outgoing ipv4 gateway with NAT" msgstr "Permitir seleccionar una pasarela IPv4 con NAT" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:155 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:149 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:155 msgid "Announce uplink" msgstr "Declarar enlace de subida" @@ -68,8 +68,8 @@ msgstr "Ambos valores en notación decimal con punto." msgid "Broadcast address" msgstr "Dirección de propagación" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:265 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:90 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:265 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\"" @@ -114,19 +114,19 @@ msgstr "Configuración de descarga" msgid "ETX" msgstr "ETX" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:365 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:134 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:346 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:35 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:35 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:35 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:365 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:15 msgid "Enable" msgstr "Activar" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:134 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 msgid "" "Enable SmartGateway. If it is disabled, then all other SmartGateway " "parameters are ignored. Default is \"no\"." @@ -134,13 +134,13 @@ msgstr "" "Activar SmartGateway. Si se desactiva el resto de parámetros de SmartGateway " "se ignoran. \"No\" por defecto." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:36 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:36 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:36 msgid "Enable this interface." msgstr "Activar esta interfaz." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:249 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:249 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:249 msgid "Enabled" msgstr "Activado" @@ -148,13 +148,13 @@ msgstr "Activado" msgid "Expected retransmission count" msgstr "Contador de retransmisión esperado" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:71 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:65 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:71 msgid "FIB metric" msgstr "Métrica FIB" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:72 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:66 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:72 msgid "" "FIBMetric controls the metric value of the host-routes OLSRd sets. \"flat\" " "means that the metric value is always 2. This is the preferred value because " @@ -170,8 +170,8 @@ msgstr "" "también, pero solo la actualiza si cambia el siguiente salto también. Por " "defecto \"flat\"." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:112 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:106 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:112 msgid "Fisheye mechanism for TCs (checked means on). Default is \"on\"" msgstr "Mecanismo Fisheye para TCs (marcado = activado). Activado por defecto" @@ -180,17 +180,17 @@ msgstr "Mecanismo Fisheye para TCs (marcado = activado). Activado por defecto" msgid "Gateway" msgstr "Pasarela" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:42 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:222 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:42 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:216 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:31 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:31 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:31 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:42 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:222 msgid "General Settings" msgstr "Configuración general" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:39 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:39 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:39 msgid "General settings" msgstr "Configuración general" @@ -208,8 +208,8 @@ msgid "Green" msgstr "Verde" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:53 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:402 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:383 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:402 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:178 msgid "HNA" msgstr "HNA" @@ -218,17 +218,17 @@ msgstr "HNA" msgid "HNA Announcements" msgstr "Declaraciones HNA" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:341 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:322 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:165 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:152 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:165 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:341 msgid "HNA interval" msgstr "Intervalo HNA" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:347 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:328 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:171 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:158 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:171 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:347 msgid "HNA validity time" msgstr "Tiempo de validez de HNA" @@ -237,22 +237,22 @@ msgstr "Tiempo de validez de HNA" msgid "HNA6 Announcements" msgstr "Declaraciones HNA" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:381 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:362 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:381 msgid "Hello" msgstr "Saludo" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:305 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:286 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:129 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:116 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:129 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:305 msgid "Hello interval" msgstr "Intervalo de saludo" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:311 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:292 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:135 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:122 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:135 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:311 msgid "Hello validity time" msgstr "Tiempo de validez del saludo" @@ -270,8 +270,8 @@ msgstr "Ocultar IPv6" msgid "Hna4" msgstr "Hna4" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:10 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 msgid "Hna6" msgstr "Hna6" @@ -302,8 +302,8 @@ msgstr "" "Las máquinas de una red OLSR pueden declarar conectividad con redes externas " "usando mensajes HNA." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:117 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:111 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:117 msgid "" "Hysteresis for link sensing (only for hopcount metric). Hysteresis adds more " "robustness to the link sensing but delays neighbor registration. Defaults is " @@ -313,10 +313,10 @@ msgstr "" "histéresis da más robustez a la sensibilidad de enlace pero retrasa el " "registro de vecinos. \"SÃ\" por defecto" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:223 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:217 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:32 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:32 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:32 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:223 msgid "IP Addresses" msgstr "Direcciones IP" @@ -333,13 +333,13 @@ msgstr "" msgid "IPv4" msgstr "IPv4" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:278 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:103 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:278 msgid "IPv4 broadcast" msgstr "Propagar IPv4" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:279 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:104 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:279 msgid "" "IPv4 broadcast address for outgoing OLSR packets. One useful example would " "be 255.255.255.255. Default is \"0.0.0.0\", which triggers the usage of the " @@ -349,13 +349,13 @@ msgstr "" "\"255.255.255.255\". Por defecto es \"0.0.0.0\" que hace que se use la " "interfaz de propagación IP." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:291 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:116 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:291 msgid "IPv4 source" msgstr "IPv4 origen" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:292 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:117 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:292 msgid "" "IPv4 src address for outgoing OLSR packages. Default is \"0.0.0.0\", which " "triggers usage of the interface IP." @@ -368,17 +368,17 @@ msgstr "" msgid "IPv6" msgstr "IPv6" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:285 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:272 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:110 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:103 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:110 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:285 msgid "IPv6 multicast" msgstr "Multidifusión IPv6" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:286 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:273 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:111 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:104 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:111 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:286 msgid "" "IPv6 multicast address. Default is \"FF02::6D\", the manet-router linklocal " "multicast." @@ -386,25 +386,25 @@ msgstr "" "Dirección IPv6 de multidifusión. Por defecto es \"FF02::6D\", la dirección " "de multidifusión local en routers MANET." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:10 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 msgid "" "IPv6 network must be given in full notation, prefix must be in CIDR notation." msgstr "" "La red IPv6 debe escribirse en notación completa y el prefijo debe estar en " "notación CIDR." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:297 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:278 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:122 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:109 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:122 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:297 msgid "IPv6 source" msgstr "IPv6 origen" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:298 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:279 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:123 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:110 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:123 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:298 msgid "" "IPv6 src prefix. OLSRd will choose one of the interface IPs which matches " "the prefix of this parameter. Default is \"0::/0\", which triggers the usage " @@ -414,13 +414,13 @@ msgstr "" "de este parámetro. Por defecto es \"0::/0\" que provoca el uso de un " "interfaz IP no local." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:178 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 msgid "IPv6-Prefix of the uplink" msgstr "Prefijo IPv6 para el enlace de subida" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:202 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:196 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:202 msgid "" "If the route to the current gateway is to be changed, the ETX value of this " "gateway is multiplied with this value before it is compared to the new one. " @@ -433,14 +433,14 @@ msgstr "" "1.0, pero deberÃa aproximarse a 1.0 si se cambia.<br /><b>AVISO:</b> No debe " "usarse junto con la métrica etx_ffeth!<br />Por defecto es 1.0." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:160 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 msgid "" "If this Node uses NAT for connections to the internet. Default is \"yes\"." msgstr "Este nodo usa NAT para conectar a internet. \"SÃ\" por defecto." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:27 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:27 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:27 #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:23 #: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:62 #: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:128 @@ -449,10 +449,10 @@ msgstr "Este nodo usa NAT para conectar a internet. \"SÃ\" por defecto." msgid "Interface" msgstr "Interfaz" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:227 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:221 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:52 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:52 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:52 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:227 msgid "" "Interface Mode is used to prevent unnecessary packet forwarding on switched " "ethernet interfaces. valid Modes are \"mesh\" and \"ether\". Default is " @@ -463,15 +463,15 @@ msgstr "" "Por defecto es \"mesh\"." #: applications/luci-app-olsr/luasrc/controller/olsr.lua:70 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:354 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:335 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:354 #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:14 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:163 msgid "Interfaces" msgstr "Interfaces" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:218 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:212 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:218 msgid "Interfaces Defaults" msgstr "Valores por defecto de los interfaces" @@ -479,8 +479,8 @@ msgstr "Valores por defecto de los interfaces" msgid "Internet protocol" msgstr "Protocolo de Internet" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:60 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:54 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:60 msgid "" "Interval to poll network interfaces for configuration changes (in seconds). " "Default is \"2.5\"." @@ -488,17 +488,17 @@ msgstr "" "Intervalo de sondeo de cambios de configuración a interfaces de red (en " "segundos). Por defecto es \"2.5\"." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:268 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:262 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:93 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:93 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:93 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:268 msgid "Invalid Value for LQMult-Value. Must be between 0.01 and 1.0." msgstr "Valor no válido para LQMult-Value. Debe ser entre 0,01 y 1,0." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:271 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:265 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:96 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:96 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:96 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:271 msgid "" "Invalid Value for LQMult-Value. You must use a decimal number between 0.01 " "and 1.0 here." @@ -514,30 +514,30 @@ msgstr "Rutas OLSR conocidas" msgid "LQ" msgstr "LQ" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:90 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:84 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:90 msgid "LQ aging" msgstr "LQ - Envejecimiento" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:96 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:90 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:96 msgid "LQ algorithm" msgstr "LQ - Algoritmo" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:111 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:105 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:111 msgid "LQ fisheye" msgstr "LQ - Ojo de pez" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:82 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:76 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:82 msgid "LQ level" msgstr "LQ - Nivel" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:262 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:256 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:87 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:87 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:87 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:262 msgid "" "LQMult requires two values (IP address or 'default' and multiplicator) " "separated by space." @@ -553,20 +553,20 @@ msgstr "Último salto" msgid "Legend" msgstr "Leyenda" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:23 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:257 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:23 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:257 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:23 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:257 msgid "Library" msgstr "Biblioteca" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:43 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:43 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:43 msgid "Link Quality Settings" msgstr "Configuración de calidad de enlace" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:91 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:85 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:91 msgid "" "Link quality aging factor (only for lq level 2). Tuning parameter for " "etx_float and etx_fpm, smaller values mean slower changes of ETX value. " @@ -577,8 +577,8 @@ msgstr "" "cambios más lentos en el valor ETX. (los valores permitidos están entre 0.01 " "y 1.0)" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:97 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:91 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:97 msgid "" "Link quality algorithm (only for lq level 2).<br /><b>etx_float</b>: " "floating point ETX with exponential aging<br /><b>etx_fpm</b> : same as " @@ -595,8 +595,8 @@ msgstr "" "incompatible de etx_ff que permite enlaces ethernet con ETX 0.1.<br />Por " "defecto \"etx_ff\"" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:83 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:77 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:83 msgid "" "Link quality level switch between hopcount and cost-based (mostly ETX) " "routing.<br /><b>0</b> = do not use link quality<br /><b>2</b> = use link " @@ -607,10 +607,10 @@ msgstr "" "calidad del enlace<br /><b>2</b> = use calidad del enlace para selección de " "MPR y enrutado<br />Por defecto es 2" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:245 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:239 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:70 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:70 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:70 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:245 msgid "LinkQuality Multiplicator" msgstr "Multilplicador de calidad de enlace" @@ -628,22 +628,22 @@ msgid "Local interface IP" msgstr "IP de la interfaz local" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:58 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:395 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:376 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:395 msgid "MID" msgstr "MID" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:329 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:310 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:153 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:140 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:153 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:329 msgid "MID interval" msgstr "Intervalo de MID" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:335 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:316 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:159 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:146 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:159 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:335 msgid "MID validity time" msgstr "Tiempo de validez de MID" @@ -651,8 +651,8 @@ msgstr "Tiempo de validez de MID" msgid "MTU" msgstr "MTU" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:132 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:126 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:132 msgid "Main IP" msgstr "IP principal" @@ -670,17 +670,17 @@ msgstr "" msgid "Metric" msgstr "Métrica" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:226 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:376 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:220 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:357 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:51 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:51 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:51 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:226 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:376 msgid "Mode" msgstr "Modo" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:246 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:71 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:246 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 /" @@ -706,8 +706,8 @@ msgstr "" "<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" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:201 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:195 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:201 msgid "NAT threshold" msgstr "Umbral NAT" @@ -733,22 +733,22 @@ msgstr "Vecinos" msgid "Netmask" msgstr "Máscara de red" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:373 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:354 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:373 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:160 msgid "Network" msgstr "Red" +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:16 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:17 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:34 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:16 msgid "Network address" msgstr "Dirección de red" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:59 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:53 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:59 msgid "Nic changes poll interval" msgstr "Intervalo de muestreo de cambios de nic" @@ -773,21 +773,21 @@ msgstr "OLSR - Declaraciones HNA" msgid "OLSR - HNA6-Announcements" msgstr "OLSR - Declaraciones HNA" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:9 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:216 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:9 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:216 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:9 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:216 msgid "OLSR - Plugins" msgstr "OLSR - Plugins" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:12 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:12 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:12 #: applications/luci-app-olsr/luasrc/view/status-olsr/error_olsr.htm:8 msgid "OLSR Daemon" msgstr "Demonio OLSR" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:14 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:14 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:14 msgid "OLSR Daemon - Interface" msgstr "Demonio OLSR - Interfaz" @@ -844,35 +844,35 @@ msgstr "Declaraciones de múltiples interfaces conocidas" msgid "Overview of smart gateways in this network" msgstr "Pasarelas inteligentes en esta red" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:11 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:11 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:11 msgid "Plugin configuration" msgstr "Configuración del plugin" #: applications/luci-app-olsr/luasrc/controller/olsr4.lua:29 #: applications/luci-app-olsr/luasrc/controller/olsr6.lua:29 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:240 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:240 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:240 msgid "Plugins" msgstr "Plugins" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:54 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:48 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:54 msgid "Polling rate for OLSR sockets in seconds. Default is 0.05." msgstr "Ratio de muestreo de paquetes OLSR en segundos. Por defecto es 0.05." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:53 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:47 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:53 msgid "Pollrate" msgstr "Tasa de muestreo" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:126 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:120 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:126 msgid "Port" msgstr "Puerto" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:38 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:20 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:38 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:63 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:115 msgid "Prefix" @@ -944,8 +944,8 @@ msgid "Signal Noise Ratio in dB" msgstr "Ratio señal / ruido en dB" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:64 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 msgid "SmartGW" msgstr "SmartGW" @@ -961,8 +961,8 @@ msgstr "SmartGateway no está configurado." msgid "Source address" msgstr "Dirección origen" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:170 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 msgid "" "Specifies the speed of the uplink in kilobits/s. First parameter is " "upstream, second parameter is downstream. Default is \"128 1024\"." @@ -970,8 +970,8 @@ msgstr "" "Especifica la velocidad del enlace en kilobits/s. El primer parámetro es la " "subida y el segundo la bajada. Por defecto es \"128 1024\"." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:170 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 msgid "Speed of the uplink" msgstr "Velocidad de subida" @@ -995,34 +995,34 @@ msgstr "Ratio de éxito de paquetes recibidos de la vecindad" msgid "Success rate of packages sent to the neighbour" msgstr "Ratio de éxito de paquetes enviados a la vecindad" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:388 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:369 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:388 msgid "TC" msgstr "TC" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:317 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:298 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:141 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:128 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:141 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:317 msgid "TC interval" msgstr "Intervalo TC" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:323 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:304 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:134 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:147 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:323 msgid "TC validity time" msgstr "Validez de TC" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:65 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:59 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:65 msgid "TOS value" msgstr "TOS" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:13 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:13 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:15 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:13 msgid "" "The OLSR daemon is an implementation of the Optimized Link State Routing " "protocol. As such it allows mesh routing for any network equipment. It runs " @@ -1036,8 +1036,8 @@ msgstr "" "ethernet. Puede visitar <a href='http://www.olsr.org'>olsrd.org</a> para " "ayuda y documentación." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:194 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:188 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:194 msgid "" "The fixed willingness to use. If not set willingness will be calculated " "dynamically based on battery/power status. Default is \"3\"." @@ -1045,13 +1045,13 @@ msgstr "" "Willingness fija a usar. Si no se establece se calculará dinámicamente " "basándose en el estado de la baterÃa y la corriente. Por defecto es 3." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:45 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:45 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:45 msgid "The interface OLSRd should serve." msgstr "Interfaz a usar por OLSRD." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:127 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:121 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:127 msgid "" "The port OLSR uses. This should usually stay at the IANA assigned port 698. " "It can have a value between 1 and 65535." @@ -1059,8 +1059,8 @@ msgstr "" "Puerto a usar por OLSR. DeberÃa ser 698 tal y como asigna IANA. Puede tener " "un valor entre 1 y 65535." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:178 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 msgid "" "This can be used to signal the external IPv6 prefix of the uplink to the " "clients. This might allow a client to change it's local IPv6 address to use " @@ -1072,10 +1072,10 @@ msgstr "" "de dirección. La longitud máxima del prefijo es 64 bits. Por defecto es " "\"::/0\" (sin prefijo)." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:224 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:218 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:33 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:33 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:33 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:224 msgid "Timing and Validity" msgstr "Tiempo y validez" @@ -1083,8 +1083,8 @@ msgstr "Tiempo y validez" msgid "Topology" msgstr "TopologÃa" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:66 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:60 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:66 msgid "" "Type of service value for the IP header of control traffic. Default is " "\"16\"." @@ -1101,13 +1101,13 @@ msgstr "¡No puedo conectar con el demonio OLSR!" msgid "Uplink" msgstr "Enlace saliente" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:160 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 msgid "Uplink uses NAT" msgstr "El enlace saliente usa NAT" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:116 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:110 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:116 msgid "Use hysteresis" msgstr "Usar histéresis" @@ -1132,25 +1132,25 @@ msgstr "Muy bien (SNR > 30)" msgid "WLAN" msgstr "WLAN" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 msgid "" "Warning: kmod-ipip is not installed. Without kmod-ipip SmartGateway will not " "work, please install it." msgstr "" "Aviso: kmod-ipip no está instalado. Sin kmod-ipip SmartGateway no funcionará." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:235 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:229 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:60 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:60 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:60 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:235 msgid "Weight" msgstr "Peso" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:236 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:230 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:61 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:61 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:61 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:236 msgid "" "When multiple links exist between hosts the weight of interface is used to " "determine the link to use. Normally the weight is automatically calculated " @@ -1188,8 +1188,8 @@ msgstr "" "buscando una HNA local de 0.0.0.0/0, ::ffff:0:0/96 o 2000::/3. Por defecto " "\"both\"." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:193 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:187 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:193 msgid "Willingness" msgstr "Willingness" diff --git a/applications/luci-app-olsr/po/fr/olsr.po b/applications/luci-app-olsr/po/fr/olsr.po index a906f451f5..54b2c1023e 100644 --- a/applications/luci-app-olsr/po/fr/olsr.po +++ b/applications/luci-app-olsr/po/fr/olsr.po @@ -25,23 +25,23 @@ msgstr "" msgid "Active host net announcements" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:45 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:45 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:45 msgid "Advanced Settings" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:141 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 msgid "Allow gateways with NAT" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:141 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 msgid "Allow the selection of an outgoing ipv4 gateway with NAT" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:155 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:149 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:155 msgid "Announce uplink" msgstr "" @@ -68,8 +68,8 @@ msgstr "" msgid "Broadcast address" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:265 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:90 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:265 msgid "Can only be a valid IPv4 or IPv6 address or 'default'" msgstr "" @@ -111,31 +111,31 @@ msgstr "" msgid "ETX" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:365 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:134 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:346 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:35 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:35 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:35 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:365 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:15 msgid "Enable" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:134 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 msgid "" "Enable SmartGateway. If it is disabled, then all other SmartGateway " "parameters are ignored. Default is \"no\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:36 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:36 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:36 msgid "Enable this interface." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:249 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:249 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:249 msgid "Enabled" msgstr "" @@ -143,13 +143,13 @@ msgstr "" msgid "Expected retransmission count" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:71 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:65 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:71 msgid "FIB metric" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:72 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:66 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:72 msgid "" "FIBMetric controls the metric value of the host-routes OLSRd sets. \"flat\" " "means that the metric value is always 2. This is the preferred value because " @@ -159,8 +159,8 @@ msgid "" "Default is \"flat\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:112 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:106 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:112 msgid "Fisheye mechanism for TCs (checked means on). Default is \"on\"" msgstr "" @@ -169,17 +169,17 @@ msgstr "" msgid "Gateway" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:42 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:222 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:42 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:216 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:31 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:31 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:31 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:42 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:222 msgid "General Settings" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:39 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:39 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:39 msgid "General settings" msgstr "" @@ -197,8 +197,8 @@ msgid "Green" msgstr "" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:53 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:402 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:383 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:402 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:178 msgid "HNA" msgstr "" @@ -207,17 +207,17 @@ msgstr "" msgid "HNA Announcements" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:341 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:322 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:165 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:152 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:165 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:341 msgid "HNA interval" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:347 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:328 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:171 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:158 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:171 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:347 msgid "HNA validity time" msgstr "" @@ -225,22 +225,22 @@ msgstr "" msgid "HNA6 Announcements" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:381 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:362 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:381 msgid "Hello" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:305 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:286 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:129 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:116 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:129 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:305 msgid "Hello interval" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:311 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:292 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:135 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:122 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:135 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:311 msgid "Hello validity time" msgstr "" @@ -258,8 +258,8 @@ msgstr "" msgid "Hna4" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:10 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 msgid "Hna6" msgstr "" @@ -285,18 +285,18 @@ msgid "" "networks using HNA6 messages." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:117 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:111 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:117 msgid "" "Hysteresis for link sensing (only for hopcount metric). Hysteresis adds more " "robustness to the link sensing but delays neighbor registration. Defaults is " "\"yes\"" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:223 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:217 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:32 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:32 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:32 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:223 msgid "IP Addresses" msgstr "" @@ -311,26 +311,26 @@ msgstr "" msgid "IPv4" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:278 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:103 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:278 msgid "IPv4 broadcast" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:279 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:104 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:279 msgid "" "IPv4 broadcast address for outgoing OLSR packets. One useful example would " "be 255.255.255.255. Default is \"0.0.0.0\", which triggers the usage of the " "interface broadcast IP." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:291 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:116 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:291 msgid "IPv4 source" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:292 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:117 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:292 msgid "" "IPv4 src address for outgoing OLSR packages. Default is \"0.0.0.0\", which " "triggers usage of the interface IP." @@ -341,52 +341,52 @@ msgstr "" msgid "IPv6" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:285 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:272 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:110 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:103 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:110 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:285 msgid "IPv6 multicast" msgstr "IPv6 multidiffusion" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:286 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:273 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:111 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:104 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:111 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:286 msgid "" "IPv6 multicast address. Default is \"FF02::6D\", the manet-router linklocal " "multicast." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:10 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 msgid "" "IPv6 network must be given in full notation, prefix must be in CIDR notation." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:297 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:278 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:122 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:109 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:122 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:297 msgid "IPv6 source" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:298 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:279 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:123 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:110 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:123 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:298 msgid "" "IPv6 src prefix. OLSRd will choose one of the interface IPs which matches " "the prefix of this parameter. Default is \"0::/0\", which triggers the usage " "of a not-linklocal interface IP." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:178 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 msgid "IPv6-Prefix of the uplink" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:202 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:196 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:202 msgid "" "If the route to the current gateway is to be changed, the ETX value of this " "gateway is multiplied with this value before it is compared to the new one. " @@ -395,14 +395,14 @@ msgid "" "with the etx_ffeth metric!<br />Defaults to \"1.0\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:160 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 msgid "" "If this Node uses NAT for connections to the internet. Default is \"yes\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:27 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:27 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:27 #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:23 #: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:62 #: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:128 @@ -411,10 +411,10 @@ msgstr "" msgid "Interface" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:227 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:221 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:52 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:52 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:52 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:227 msgid "" "Interface Mode is used to prevent unnecessary packet forwarding on switched " "ethernet interfaces. valid Modes are \"mesh\" and \"ether\". Default is " @@ -422,15 +422,15 @@ msgid "" msgstr "" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:70 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:354 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:335 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:354 #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:14 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:163 msgid "Interfaces" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:218 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:212 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:218 msgid "Interfaces Defaults" msgstr "" @@ -438,24 +438,24 @@ msgstr "" msgid "Internet protocol" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:60 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:54 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:60 msgid "" "Interval to poll network interfaces for configuration changes (in seconds). " "Default is \"2.5\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:268 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:262 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:93 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:93 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:93 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:268 msgid "Invalid Value for LQMult-Value. Must be between 0.01 and 1.0." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:271 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:265 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:96 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:96 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:96 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:271 msgid "" "Invalid Value for LQMult-Value. You must use a decimal number between 0.01 " "and 1.0 here." @@ -469,30 +469,30 @@ msgstr "" msgid "LQ" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:90 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:84 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:90 msgid "LQ aging" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:96 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:90 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:96 msgid "LQ algorithm" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:111 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:105 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:111 msgid "LQ fisheye" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:82 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:76 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:82 msgid "LQ level" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:262 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:256 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:87 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:87 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:87 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:262 msgid "" "LQMult requires two values (IP address or 'default' and multiplicator) " "separated by space." @@ -506,28 +506,28 @@ msgstr "" msgid "Legend" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:23 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:257 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:23 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:257 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:23 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:257 msgid "Library" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:43 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:43 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:43 msgid "Link Quality Settings" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:91 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:85 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:91 msgid "" "Link quality aging factor (only for lq level 2). Tuning parameter for " "etx_float and etx_fpm, smaller values mean slower changes of ETX value. " "(allowed values are between 0.01 and 1.0)" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:97 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:91 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:97 msgid "" "Link quality algorithm (only for lq level 2).<br /><b>etx_float</b>: " "floating point ETX with exponential aging<br /><b>etx_fpm</b> : same as " @@ -537,18 +537,18 @@ msgid "" "allows ethernet links with ETX 0.1.<br />Defaults to \"etx_ff\"" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:83 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:77 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:83 msgid "" "Link quality level switch between hopcount and cost-based (mostly ETX) " "routing.<br /><b>0</b> = do not use link quality<br /><b>2</b> = use link " "quality for MPR selection and routing<br />Default is \"2\"" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:245 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:239 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:70 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:70 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:70 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:245 msgid "LinkQuality Multiplicator" msgstr "" @@ -566,22 +566,22 @@ msgid "Local interface IP" msgstr "" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:58 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:395 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:376 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:395 msgid "MID" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:329 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:310 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:153 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:140 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:153 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:329 msgid "MID interval" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:335 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:316 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:159 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:146 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:159 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:335 msgid "MID validity time" msgstr "" @@ -589,8 +589,8 @@ msgstr "" msgid "MTU" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:132 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:126 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:132 msgid "Main IP" msgstr "" @@ -605,17 +605,17 @@ msgstr "" msgid "Metric" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:226 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:376 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:220 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:357 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:51 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:51 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:51 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:226 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:376 msgid "Mode" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:246 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:71 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:246 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 /" @@ -632,8 +632,8 @@ msgid "" "LQ to all nodes on this interface by 20%: default 0.8" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:201 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:195 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:201 msgid "NAT threshold" msgstr "" @@ -659,22 +659,22 @@ msgstr "" msgid "Netmask" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:373 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:354 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:373 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:160 msgid "Network" msgstr "" +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:16 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:17 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:34 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:16 msgid "Network address" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:59 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:53 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:59 msgid "Nic changes poll interval" msgstr "" @@ -698,21 +698,21 @@ msgstr "" msgid "OLSR - HNA6-Announcements" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:9 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:216 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:9 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:216 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:9 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:216 msgid "OLSR - Plugins" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:12 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:12 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:12 #: applications/luci-app-olsr/luasrc/view/status-olsr/error_olsr.htm:8 msgid "OLSR Daemon" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:14 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:14 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:14 msgid "OLSR Daemon - Interface" msgstr "" @@ -769,35 +769,35 @@ msgstr "" msgid "Overview of smart gateways in this network" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:11 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:11 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:11 msgid "Plugin configuration" msgstr "" #: applications/luci-app-olsr/luasrc/controller/olsr4.lua:29 #: applications/luci-app-olsr/luasrc/controller/olsr6.lua:29 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:240 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:240 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:240 msgid "Plugins" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:54 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:48 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:54 msgid "Polling rate for OLSR sockets in seconds. Default is 0.05." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:53 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:47 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:53 msgid "Pollrate" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:126 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:120 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:126 msgid "Port" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:38 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:20 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:38 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:63 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:115 msgid "Prefix" @@ -859,8 +859,8 @@ msgid "Signal Noise Ratio in dB" msgstr "" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:64 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 msgid "SmartGW" msgstr "" @@ -876,15 +876,15 @@ msgstr "" msgid "Source address" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:170 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 msgid "" "Specifies the speed of the uplink in kilobits/s. First parameter is " "upstream, second parameter is downstream. Default is \"128 1024\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:170 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 msgid "Speed of the uplink" msgstr "" @@ -908,34 +908,34 @@ msgstr "" msgid "Success rate of packages sent to the neighbour" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:388 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:369 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:388 msgid "TC" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:317 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:298 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:141 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:128 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:141 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:317 msgid "TC interval" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:323 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:304 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:134 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:147 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:323 msgid "TC validity time" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:65 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:59 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:65 msgid "TOS value" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:13 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:13 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:15 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:13 msgid "" "The OLSR daemon is an implementation of the Optimized Link State Routing " "protocol. As such it allows mesh routing for any network equipment. It runs " @@ -944,27 +944,27 @@ msgid "" "documentation." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:194 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:188 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:194 msgid "" "The fixed willingness to use. If not set willingness will be calculated " "dynamically based on battery/power status. Default is \"3\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:45 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:45 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:45 msgid "The interface OLSRd should serve." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:127 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:121 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:127 msgid "" "The port OLSR uses. This should usually stay at the IANA assigned port 698. " "It can have a value between 1 and 65535." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:178 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 msgid "" "This can be used to signal the external IPv6 prefix of the uplink to the " "clients. This might allow a client to change it's local IPv6 address to use " @@ -972,10 +972,10 @@ msgid "" "length is 64 bits. Default is \"::/0\" (no prefix)." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:224 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:218 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:33 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:33 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:33 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:224 msgid "Timing and Validity" msgstr "" @@ -983,8 +983,8 @@ msgstr "" msgid "Topology" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:66 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:60 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:66 msgid "" "Type of service value for the IP header of control traffic. Default is " "\"16\"." @@ -999,13 +999,13 @@ msgstr "" msgid "Uplink" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:160 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 msgid "Uplink uses NAT" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:116 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:110 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:116 msgid "Use hysteresis" msgstr "" @@ -1030,24 +1030,24 @@ msgstr "" msgid "WLAN" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 msgid "" "Warning: kmod-ipip is not installed. Without kmod-ipip SmartGateway will not " "work, please install it." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:235 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:229 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:60 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:60 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:60 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:235 msgid "Weight" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:236 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:230 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:61 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:61 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:61 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:236 msgid "" "When multiple links exist between hosts the weight of interface is used to " "determine the link to use. Normally the weight is automatically calculated " @@ -1072,8 +1072,8 @@ msgid "" "setting is \"both\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:193 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:187 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:193 msgid "Willingness" msgstr "" diff --git a/applications/luci-app-olsr/po/he/olsr.po b/applications/luci-app-olsr/po/he/olsr.po index 5d34821121..bdc15444f0 100644 --- a/applications/luci-app-olsr/po/he/olsr.po +++ b/applications/luci-app-olsr/po/he/olsr.po @@ -20,23 +20,23 @@ msgstr "" msgid "Active host net announcements" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:45 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:45 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:45 msgid "Advanced Settings" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:141 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 msgid "Allow gateways with NAT" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:141 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 msgid "Allow the selection of an outgoing ipv4 gateway with NAT" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:155 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:149 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:155 msgid "Announce uplink" msgstr "" @@ -63,8 +63,8 @@ msgstr "" msgid "Broadcast address" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:265 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:90 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:265 msgid "Can only be a valid IPv4 or IPv6 address or 'default'" msgstr "" @@ -106,31 +106,31 @@ msgstr "" msgid "ETX" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:365 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:134 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:346 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:35 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:35 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:35 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:365 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:15 msgid "Enable" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:134 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 msgid "" "Enable SmartGateway. If it is disabled, then all other SmartGateway " "parameters are ignored. Default is \"no\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:36 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:36 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:36 msgid "Enable this interface." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:249 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:249 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:249 msgid "Enabled" msgstr "" @@ -138,13 +138,13 @@ msgstr "" msgid "Expected retransmission count" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:71 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:65 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:71 msgid "FIB metric" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:72 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:66 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:72 msgid "" "FIBMetric controls the metric value of the host-routes OLSRd sets. \"flat\" " "means that the metric value is always 2. This is the preferred value because " @@ -154,8 +154,8 @@ msgid "" "Default is \"flat\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:112 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:106 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:112 msgid "Fisheye mechanism for TCs (checked means on). Default is \"on\"" msgstr "" @@ -164,17 +164,17 @@ msgstr "" msgid "Gateway" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:42 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:222 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:42 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:216 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:31 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:31 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:31 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:42 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:222 msgid "General Settings" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:39 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:39 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:39 msgid "General settings" msgstr "" @@ -192,8 +192,8 @@ msgid "Green" msgstr "" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:53 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:402 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:383 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:402 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:178 msgid "HNA" msgstr "" @@ -202,17 +202,17 @@ msgstr "" msgid "HNA Announcements" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:341 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:322 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:165 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:152 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:165 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:341 msgid "HNA interval" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:347 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:328 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:171 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:158 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:171 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:347 msgid "HNA validity time" msgstr "" @@ -220,22 +220,22 @@ msgstr "" msgid "HNA6 Announcements" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:381 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:362 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:381 msgid "Hello" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:305 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:286 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:129 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:116 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:129 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:305 msgid "Hello interval" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:311 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:292 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:135 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:122 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:135 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:311 msgid "Hello validity time" msgstr "" @@ -253,8 +253,8 @@ msgstr "" msgid "Hna4" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:10 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 msgid "Hna6" msgstr "" @@ -280,18 +280,18 @@ msgid "" "networks using HNA6 messages." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:117 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:111 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:117 msgid "" "Hysteresis for link sensing (only for hopcount metric). Hysteresis adds more " "robustness to the link sensing but delays neighbor registration. Defaults is " "\"yes\"" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:223 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:217 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:32 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:32 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:32 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:223 msgid "IP Addresses" msgstr "" @@ -306,26 +306,26 @@ msgstr "" msgid "IPv4" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:278 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:103 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:278 msgid "IPv4 broadcast" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:279 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:104 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:279 msgid "" "IPv4 broadcast address for outgoing OLSR packets. One useful example would " "be 255.255.255.255. Default is \"0.0.0.0\", which triggers the usage of the " "interface broadcast IP." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:291 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:116 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:291 msgid "IPv4 source" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:292 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:117 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:292 msgid "" "IPv4 src address for outgoing OLSR packages. Default is \"0.0.0.0\", which " "triggers usage of the interface IP." @@ -336,52 +336,52 @@ msgstr "" msgid "IPv6" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:285 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:272 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:110 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:103 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:110 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:285 msgid "IPv6 multicast" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:286 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:273 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:111 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:104 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:111 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:286 msgid "" "IPv6 multicast address. Default is \"FF02::6D\", the manet-router linklocal " "multicast." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:10 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 msgid "" "IPv6 network must be given in full notation, prefix must be in CIDR notation." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:297 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:278 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:122 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:109 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:122 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:297 msgid "IPv6 source" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:298 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:279 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:123 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:110 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:123 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:298 msgid "" "IPv6 src prefix. OLSRd will choose one of the interface IPs which matches " "the prefix of this parameter. Default is \"0::/0\", which triggers the usage " "of a not-linklocal interface IP." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:178 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 msgid "IPv6-Prefix of the uplink" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:202 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:196 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:202 msgid "" "If the route to the current gateway is to be changed, the ETX value of this " "gateway is multiplied with this value before it is compared to the new one. " @@ -390,14 +390,14 @@ msgid "" "with the etx_ffeth metric!<br />Defaults to \"1.0\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:160 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 msgid "" "If this Node uses NAT for connections to the internet. Default is \"yes\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:27 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:27 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:27 #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:23 #: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:62 #: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:128 @@ -406,10 +406,10 @@ msgstr "" msgid "Interface" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:227 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:221 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:52 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:52 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:52 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:227 msgid "" "Interface Mode is used to prevent unnecessary packet forwarding on switched " "ethernet interfaces. valid Modes are \"mesh\" and \"ether\". Default is " @@ -417,15 +417,15 @@ msgid "" msgstr "" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:70 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:354 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:335 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:354 #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:14 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:163 msgid "Interfaces" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:218 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:212 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:218 msgid "Interfaces Defaults" msgstr "" @@ -433,24 +433,24 @@ msgstr "" msgid "Internet protocol" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:60 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:54 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:60 msgid "" "Interval to poll network interfaces for configuration changes (in seconds). " "Default is \"2.5\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:268 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:262 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:93 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:93 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:93 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:268 msgid "Invalid Value for LQMult-Value. Must be between 0.01 and 1.0." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:271 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:265 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:96 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:96 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:96 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:271 msgid "" "Invalid Value for LQMult-Value. You must use a decimal number between 0.01 " "and 1.0 here." @@ -464,30 +464,30 @@ msgstr "" msgid "LQ" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:90 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:84 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:90 msgid "LQ aging" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:96 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:90 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:96 msgid "LQ algorithm" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:111 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:105 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:111 msgid "LQ fisheye" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:82 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:76 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:82 msgid "LQ level" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:262 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:256 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:87 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:87 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:87 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:262 msgid "" "LQMult requires two values (IP address or 'default' and multiplicator) " "separated by space." @@ -501,28 +501,28 @@ msgstr "" msgid "Legend" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:23 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:257 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:23 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:257 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:23 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:257 msgid "Library" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:43 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:43 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:43 msgid "Link Quality Settings" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:91 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:85 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:91 msgid "" "Link quality aging factor (only for lq level 2). Tuning parameter for " "etx_float and etx_fpm, smaller values mean slower changes of ETX value. " "(allowed values are between 0.01 and 1.0)" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:97 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:91 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:97 msgid "" "Link quality algorithm (only for lq level 2).<br /><b>etx_float</b>: " "floating point ETX with exponential aging<br /><b>etx_fpm</b> : same as " @@ -532,18 +532,18 @@ msgid "" "allows ethernet links with ETX 0.1.<br />Defaults to \"etx_ff\"" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:83 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:77 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:83 msgid "" "Link quality level switch between hopcount and cost-based (mostly ETX) " "routing.<br /><b>0</b> = do not use link quality<br /><b>2</b> = use link " "quality for MPR selection and routing<br />Default is \"2\"" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:245 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:239 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:70 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:70 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:70 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:245 msgid "LinkQuality Multiplicator" msgstr "" @@ -561,22 +561,22 @@ msgid "Local interface IP" msgstr "" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:58 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:395 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:376 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:395 msgid "MID" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:329 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:310 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:153 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:140 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:153 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:329 msgid "MID interval" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:335 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:316 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:159 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:146 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:159 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:335 msgid "MID validity time" msgstr "" @@ -584,8 +584,8 @@ msgstr "" msgid "MTU" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:132 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:126 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:132 msgid "Main IP" msgstr "" @@ -600,17 +600,17 @@ msgstr "" msgid "Metric" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:226 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:376 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:220 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:357 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:51 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:51 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:51 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:226 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:376 msgid "Mode" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:246 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:71 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:246 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 /" @@ -627,8 +627,8 @@ msgid "" "LQ to all nodes on this interface by 20%: default 0.8" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:201 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:195 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:201 msgid "NAT threshold" msgstr "" @@ -654,22 +654,22 @@ msgstr "" msgid "Netmask" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:373 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:354 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:373 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:160 msgid "Network" msgstr "" +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:16 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:17 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:34 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:16 msgid "Network address" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:59 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:53 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:59 msgid "Nic changes poll interval" msgstr "" @@ -693,21 +693,21 @@ msgstr "" msgid "OLSR - HNA6-Announcements" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:9 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:216 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:9 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:216 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:9 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:216 msgid "OLSR - Plugins" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:12 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:12 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:12 #: applications/luci-app-olsr/luasrc/view/status-olsr/error_olsr.htm:8 msgid "OLSR Daemon" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:14 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:14 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:14 msgid "OLSR Daemon - Interface" msgstr "" @@ -764,35 +764,35 @@ msgstr "" msgid "Overview of smart gateways in this network" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:11 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:11 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:11 msgid "Plugin configuration" msgstr "" #: applications/luci-app-olsr/luasrc/controller/olsr4.lua:29 #: applications/luci-app-olsr/luasrc/controller/olsr6.lua:29 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:240 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:240 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:240 msgid "Plugins" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:54 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:48 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:54 msgid "Polling rate for OLSR sockets in seconds. Default is 0.05." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:53 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:47 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:53 msgid "Pollrate" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:126 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:120 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:126 msgid "Port" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:38 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:20 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:38 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:63 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:115 msgid "Prefix" @@ -854,8 +854,8 @@ msgid "Signal Noise Ratio in dB" msgstr "" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:64 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 msgid "SmartGW" msgstr "" @@ -871,15 +871,15 @@ msgstr "" msgid "Source address" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:170 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 msgid "" "Specifies the speed of the uplink in kilobits/s. First parameter is " "upstream, second parameter is downstream. Default is \"128 1024\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:170 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 msgid "Speed of the uplink" msgstr "" @@ -903,34 +903,34 @@ msgstr "" msgid "Success rate of packages sent to the neighbour" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:388 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:369 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:388 msgid "TC" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:317 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:298 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:141 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:128 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:141 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:317 msgid "TC interval" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:323 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:304 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:134 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:147 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:323 msgid "TC validity time" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:65 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:59 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:65 msgid "TOS value" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:13 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:13 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:15 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:13 msgid "" "The OLSR daemon is an implementation of the Optimized Link State Routing " "protocol. As such it allows mesh routing for any network equipment. It runs " @@ -939,27 +939,27 @@ msgid "" "documentation." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:194 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:188 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:194 msgid "" "The fixed willingness to use. If not set willingness will be calculated " "dynamically based on battery/power status. Default is \"3\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:45 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:45 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:45 msgid "The interface OLSRd should serve." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:127 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:121 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:127 msgid "" "The port OLSR uses. This should usually stay at the IANA assigned port 698. " "It can have a value between 1 and 65535." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:178 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 msgid "" "This can be used to signal the external IPv6 prefix of the uplink to the " "clients. This might allow a client to change it's local IPv6 address to use " @@ -967,10 +967,10 @@ msgid "" "length is 64 bits. Default is \"::/0\" (no prefix)." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:224 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:218 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:33 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:33 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:33 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:224 msgid "Timing and Validity" msgstr "" @@ -978,8 +978,8 @@ msgstr "" msgid "Topology" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:66 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:60 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:66 msgid "" "Type of service value for the IP header of control traffic. Default is " "\"16\"." @@ -994,13 +994,13 @@ msgstr "" msgid "Uplink" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:160 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 msgid "Uplink uses NAT" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:116 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:110 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:116 msgid "Use hysteresis" msgstr "" @@ -1025,24 +1025,24 @@ msgstr "" msgid "WLAN" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 msgid "" "Warning: kmod-ipip is not installed. Without kmod-ipip SmartGateway will not " "work, please install it." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:235 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:229 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:60 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:60 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:60 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:235 msgid "Weight" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:236 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:230 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:61 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:61 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:61 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:236 msgid "" "When multiple links exist between hosts the weight of interface is used to " "determine the link to use. Normally the weight is automatically calculated " @@ -1067,8 +1067,8 @@ msgid "" "setting is \"both\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:193 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:187 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:193 msgid "Willingness" msgstr "" diff --git a/applications/luci-app-olsr/po/hu/olsr.po b/applications/luci-app-olsr/po/hu/olsr.po index 5d34821121..bdc15444f0 100644 --- a/applications/luci-app-olsr/po/hu/olsr.po +++ b/applications/luci-app-olsr/po/hu/olsr.po @@ -20,23 +20,23 @@ msgstr "" msgid "Active host net announcements" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:45 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:45 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:45 msgid "Advanced Settings" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:141 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 msgid "Allow gateways with NAT" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:141 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 msgid "Allow the selection of an outgoing ipv4 gateway with NAT" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:155 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:149 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:155 msgid "Announce uplink" msgstr "" @@ -63,8 +63,8 @@ msgstr "" msgid "Broadcast address" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:265 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:90 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:265 msgid "Can only be a valid IPv4 or IPv6 address or 'default'" msgstr "" @@ -106,31 +106,31 @@ msgstr "" msgid "ETX" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:365 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:134 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:346 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:35 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:35 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:35 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:365 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:15 msgid "Enable" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:134 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 msgid "" "Enable SmartGateway. If it is disabled, then all other SmartGateway " "parameters are ignored. Default is \"no\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:36 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:36 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:36 msgid "Enable this interface." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:249 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:249 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:249 msgid "Enabled" msgstr "" @@ -138,13 +138,13 @@ msgstr "" msgid "Expected retransmission count" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:71 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:65 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:71 msgid "FIB metric" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:72 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:66 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:72 msgid "" "FIBMetric controls the metric value of the host-routes OLSRd sets. \"flat\" " "means that the metric value is always 2. This is the preferred value because " @@ -154,8 +154,8 @@ msgid "" "Default is \"flat\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:112 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:106 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:112 msgid "Fisheye mechanism for TCs (checked means on). Default is \"on\"" msgstr "" @@ -164,17 +164,17 @@ msgstr "" msgid "Gateway" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:42 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:222 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:42 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:216 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:31 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:31 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:31 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:42 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:222 msgid "General Settings" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:39 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:39 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:39 msgid "General settings" msgstr "" @@ -192,8 +192,8 @@ msgid "Green" msgstr "" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:53 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:402 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:383 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:402 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:178 msgid "HNA" msgstr "" @@ -202,17 +202,17 @@ msgstr "" msgid "HNA Announcements" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:341 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:322 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:165 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:152 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:165 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:341 msgid "HNA interval" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:347 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:328 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:171 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:158 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:171 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:347 msgid "HNA validity time" msgstr "" @@ -220,22 +220,22 @@ msgstr "" msgid "HNA6 Announcements" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:381 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:362 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:381 msgid "Hello" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:305 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:286 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:129 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:116 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:129 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:305 msgid "Hello interval" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:311 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:292 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:135 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:122 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:135 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:311 msgid "Hello validity time" msgstr "" @@ -253,8 +253,8 @@ msgstr "" msgid "Hna4" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:10 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 msgid "Hna6" msgstr "" @@ -280,18 +280,18 @@ msgid "" "networks using HNA6 messages." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:117 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:111 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:117 msgid "" "Hysteresis for link sensing (only for hopcount metric). Hysteresis adds more " "robustness to the link sensing but delays neighbor registration. Defaults is " "\"yes\"" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:223 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:217 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:32 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:32 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:32 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:223 msgid "IP Addresses" msgstr "" @@ -306,26 +306,26 @@ msgstr "" msgid "IPv4" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:278 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:103 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:278 msgid "IPv4 broadcast" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:279 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:104 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:279 msgid "" "IPv4 broadcast address for outgoing OLSR packets. One useful example would " "be 255.255.255.255. Default is \"0.0.0.0\", which triggers the usage of the " "interface broadcast IP." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:291 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:116 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:291 msgid "IPv4 source" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:292 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:117 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:292 msgid "" "IPv4 src address for outgoing OLSR packages. Default is \"0.0.0.0\", which " "triggers usage of the interface IP." @@ -336,52 +336,52 @@ msgstr "" msgid "IPv6" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:285 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:272 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:110 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:103 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:110 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:285 msgid "IPv6 multicast" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:286 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:273 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:111 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:104 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:111 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:286 msgid "" "IPv6 multicast address. Default is \"FF02::6D\", the manet-router linklocal " "multicast." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:10 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 msgid "" "IPv6 network must be given in full notation, prefix must be in CIDR notation." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:297 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:278 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:122 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:109 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:122 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:297 msgid "IPv6 source" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:298 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:279 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:123 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:110 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:123 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:298 msgid "" "IPv6 src prefix. OLSRd will choose one of the interface IPs which matches " "the prefix of this parameter. Default is \"0::/0\", which triggers the usage " "of a not-linklocal interface IP." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:178 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 msgid "IPv6-Prefix of the uplink" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:202 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:196 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:202 msgid "" "If the route to the current gateway is to be changed, the ETX value of this " "gateway is multiplied with this value before it is compared to the new one. " @@ -390,14 +390,14 @@ msgid "" "with the etx_ffeth metric!<br />Defaults to \"1.0\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:160 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 msgid "" "If this Node uses NAT for connections to the internet. Default is \"yes\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:27 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:27 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:27 #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:23 #: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:62 #: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:128 @@ -406,10 +406,10 @@ msgstr "" msgid "Interface" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:227 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:221 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:52 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:52 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:52 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:227 msgid "" "Interface Mode is used to prevent unnecessary packet forwarding on switched " "ethernet interfaces. valid Modes are \"mesh\" and \"ether\". Default is " @@ -417,15 +417,15 @@ msgid "" msgstr "" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:70 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:354 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:335 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:354 #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:14 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:163 msgid "Interfaces" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:218 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:212 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:218 msgid "Interfaces Defaults" msgstr "" @@ -433,24 +433,24 @@ msgstr "" msgid "Internet protocol" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:60 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:54 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:60 msgid "" "Interval to poll network interfaces for configuration changes (in seconds). " "Default is \"2.5\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:268 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:262 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:93 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:93 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:93 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:268 msgid "Invalid Value for LQMult-Value. Must be between 0.01 and 1.0." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:271 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:265 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:96 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:96 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:96 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:271 msgid "" "Invalid Value for LQMult-Value. You must use a decimal number between 0.01 " "and 1.0 here." @@ -464,30 +464,30 @@ msgstr "" msgid "LQ" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:90 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:84 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:90 msgid "LQ aging" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:96 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:90 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:96 msgid "LQ algorithm" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:111 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:105 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:111 msgid "LQ fisheye" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:82 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:76 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:82 msgid "LQ level" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:262 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:256 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:87 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:87 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:87 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:262 msgid "" "LQMult requires two values (IP address or 'default' and multiplicator) " "separated by space." @@ -501,28 +501,28 @@ msgstr "" msgid "Legend" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:23 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:257 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:23 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:257 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:23 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:257 msgid "Library" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:43 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:43 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:43 msgid "Link Quality Settings" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:91 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:85 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:91 msgid "" "Link quality aging factor (only for lq level 2). Tuning parameter for " "etx_float and etx_fpm, smaller values mean slower changes of ETX value. " "(allowed values are between 0.01 and 1.0)" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:97 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:91 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:97 msgid "" "Link quality algorithm (only for lq level 2).<br /><b>etx_float</b>: " "floating point ETX with exponential aging<br /><b>etx_fpm</b> : same as " @@ -532,18 +532,18 @@ msgid "" "allows ethernet links with ETX 0.1.<br />Defaults to \"etx_ff\"" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:83 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:77 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:83 msgid "" "Link quality level switch between hopcount and cost-based (mostly ETX) " "routing.<br /><b>0</b> = do not use link quality<br /><b>2</b> = use link " "quality for MPR selection and routing<br />Default is \"2\"" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:245 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:239 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:70 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:70 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:70 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:245 msgid "LinkQuality Multiplicator" msgstr "" @@ -561,22 +561,22 @@ msgid "Local interface IP" msgstr "" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:58 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:395 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:376 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:395 msgid "MID" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:329 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:310 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:153 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:140 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:153 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:329 msgid "MID interval" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:335 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:316 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:159 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:146 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:159 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:335 msgid "MID validity time" msgstr "" @@ -584,8 +584,8 @@ msgstr "" msgid "MTU" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:132 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:126 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:132 msgid "Main IP" msgstr "" @@ -600,17 +600,17 @@ msgstr "" msgid "Metric" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:226 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:376 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:220 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:357 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:51 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:51 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:51 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:226 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:376 msgid "Mode" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:246 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:71 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:246 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 /" @@ -627,8 +627,8 @@ msgid "" "LQ to all nodes on this interface by 20%: default 0.8" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:201 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:195 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:201 msgid "NAT threshold" msgstr "" @@ -654,22 +654,22 @@ msgstr "" msgid "Netmask" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:373 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:354 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:373 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:160 msgid "Network" msgstr "" +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:16 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:17 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:34 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:16 msgid "Network address" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:59 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:53 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:59 msgid "Nic changes poll interval" msgstr "" @@ -693,21 +693,21 @@ msgstr "" msgid "OLSR - HNA6-Announcements" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:9 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:216 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:9 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:216 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:9 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:216 msgid "OLSR - Plugins" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:12 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:12 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:12 #: applications/luci-app-olsr/luasrc/view/status-olsr/error_olsr.htm:8 msgid "OLSR Daemon" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:14 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:14 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:14 msgid "OLSR Daemon - Interface" msgstr "" @@ -764,35 +764,35 @@ msgstr "" msgid "Overview of smart gateways in this network" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:11 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:11 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:11 msgid "Plugin configuration" msgstr "" #: applications/luci-app-olsr/luasrc/controller/olsr4.lua:29 #: applications/luci-app-olsr/luasrc/controller/olsr6.lua:29 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:240 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:240 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:240 msgid "Plugins" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:54 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:48 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:54 msgid "Polling rate for OLSR sockets in seconds. Default is 0.05." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:53 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:47 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:53 msgid "Pollrate" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:126 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:120 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:126 msgid "Port" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:38 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:20 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:38 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:63 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:115 msgid "Prefix" @@ -854,8 +854,8 @@ msgid "Signal Noise Ratio in dB" msgstr "" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:64 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 msgid "SmartGW" msgstr "" @@ -871,15 +871,15 @@ msgstr "" msgid "Source address" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:170 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 msgid "" "Specifies the speed of the uplink in kilobits/s. First parameter is " "upstream, second parameter is downstream. Default is \"128 1024\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:170 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 msgid "Speed of the uplink" msgstr "" @@ -903,34 +903,34 @@ msgstr "" msgid "Success rate of packages sent to the neighbour" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:388 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:369 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:388 msgid "TC" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:317 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:298 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:141 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:128 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:141 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:317 msgid "TC interval" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:323 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:304 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:134 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:147 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:323 msgid "TC validity time" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:65 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:59 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:65 msgid "TOS value" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:13 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:13 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:15 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:13 msgid "" "The OLSR daemon is an implementation of the Optimized Link State Routing " "protocol. As such it allows mesh routing for any network equipment. It runs " @@ -939,27 +939,27 @@ msgid "" "documentation." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:194 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:188 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:194 msgid "" "The fixed willingness to use. If not set willingness will be calculated " "dynamically based on battery/power status. Default is \"3\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:45 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:45 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:45 msgid "The interface OLSRd should serve." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:127 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:121 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:127 msgid "" "The port OLSR uses. This should usually stay at the IANA assigned port 698. " "It can have a value between 1 and 65535." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:178 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 msgid "" "This can be used to signal the external IPv6 prefix of the uplink to the " "clients. This might allow a client to change it's local IPv6 address to use " @@ -967,10 +967,10 @@ msgid "" "length is 64 bits. Default is \"::/0\" (no prefix)." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:224 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:218 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:33 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:33 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:33 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:224 msgid "Timing and Validity" msgstr "" @@ -978,8 +978,8 @@ msgstr "" msgid "Topology" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:66 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:60 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:66 msgid "" "Type of service value for the IP header of control traffic. Default is " "\"16\"." @@ -994,13 +994,13 @@ msgstr "" msgid "Uplink" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:160 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 msgid "Uplink uses NAT" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:116 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:110 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:116 msgid "Use hysteresis" msgstr "" @@ -1025,24 +1025,24 @@ msgstr "" msgid "WLAN" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 msgid "" "Warning: kmod-ipip is not installed. Without kmod-ipip SmartGateway will not " "work, please install it." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:235 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:229 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:60 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:60 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:60 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:235 msgid "Weight" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:236 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:230 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:61 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:61 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:61 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:236 msgid "" "When multiple links exist between hosts the weight of interface is used to " "determine the link to use. Normally the weight is automatically calculated " @@ -1067,8 +1067,8 @@ msgid "" "setting is \"both\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:193 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:187 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:193 msgid "Willingness" msgstr "" diff --git a/applications/luci-app-olsr/po/it/olsr.po b/applications/luci-app-olsr/po/it/olsr.po index da23849091..43aeb17c3c 100644 --- a/applications/luci-app-olsr/po/it/olsr.po +++ b/applications/luci-app-olsr/po/it/olsr.po @@ -25,23 +25,23 @@ msgstr "Nodi OLSR attivi" msgid "Active host net announcements" msgstr "Annunci rete host attiva" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:45 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:45 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:45 msgid "Advanced Settings" msgstr "Opzioni avanzate" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:141 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 msgid "Allow gateways with NAT" msgstr "Permetti gateway con NAT" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:141 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 msgid "Allow the selection of an outgoing ipv4 gateway with NAT" msgstr "Permetti l'uso di gateway in uscita con NAT" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:155 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:149 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:155 msgid "Announce uplink" msgstr "Annuncia uplink" @@ -68,8 +68,8 @@ msgstr "Entrambi i valori devono essere nella notazione decimale puntata" msgid "Broadcast address" msgstr "Indirizzo di broadcast" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:265 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:90 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:265 msgid "Can only be a valid IPv4 or IPv6 address or 'default'" msgstr "" @@ -111,19 +111,19 @@ msgstr "Configurazione Download" msgid "ETX" msgstr "ETX" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:365 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:134 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:346 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:35 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:35 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:35 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:365 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:15 msgid "Enable" msgstr "Attiva" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:134 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 msgid "" "Enable SmartGateway. If it is disabled, then all other SmartGateway " "parameters are ignored. Default is \"no\"." @@ -131,13 +131,13 @@ msgstr "" "Abitita SmartGateway. Se è disattivata, tutti gli altri parametri " "SmartGateway verrano ignorati. Predefinito è \"no\"." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:36 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:36 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:36 msgid "Enable this interface." msgstr "Attiva questa interfaccia." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:249 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:249 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:249 msgid "Enabled" msgstr "Attivato" @@ -145,13 +145,13 @@ msgstr "Attivato" msgid "Expected retransmission count" msgstr "Expected retransmission count" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:71 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:65 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:71 msgid "FIB metric" msgstr "Metrica FIB" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:72 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:66 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:72 msgid "" "FIBMetric controls the metric value of the host-routes OLSRd sets. \"flat\" " "means that the metric value is always 2. This is the preferred value because " @@ -161,8 +161,8 @@ msgid "" "Default is \"flat\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:112 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:106 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:112 msgid "Fisheye mechanism for TCs (checked means on). Default is \"on\"" msgstr "" @@ -171,17 +171,17 @@ msgstr "" msgid "Gateway" msgstr "Gateway" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:42 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:222 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:42 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:216 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:31 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:31 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:31 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:42 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:222 msgid "General Settings" msgstr "Impostazioni Generali" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:39 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:39 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:39 msgid "General settings" msgstr "Impostazioni Generali" @@ -199,8 +199,8 @@ msgid "Green" msgstr "" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:53 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:402 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:383 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:402 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:178 msgid "HNA" msgstr "HNA" @@ -209,17 +209,17 @@ msgstr "HNA" msgid "HNA Announcements" msgstr "Annuncio di HNA" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:341 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:322 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:165 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:152 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:165 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:341 msgid "HNA interval" msgstr "Intervallo HNA" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:347 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:328 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:171 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:158 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:171 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:347 msgid "HNA validity time" msgstr "Durata di validità HNA" @@ -228,22 +228,22 @@ msgstr "Durata di validità HNA" msgid "HNA6 Announcements" msgstr "Annuncio di HNA" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:381 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:362 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:381 msgid "Hello" msgstr "Ciao" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:305 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:286 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:129 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:116 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:129 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:305 msgid "Hello interval" msgstr "Intervallo Saluto" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:311 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:292 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:135 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:122 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:135 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:311 msgid "Hello validity time" msgstr "Durata validità Saluto" @@ -261,8 +261,8 @@ msgstr "" msgid "Hna4" msgstr "Hna4" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:10 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 msgid "Hna6" msgstr "Hna6" @@ -288,8 +288,8 @@ msgid "" "networks using HNA6 messages." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:117 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:111 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:117 msgid "" "Hysteresis for link sensing (only for hopcount metric). Hysteresis adds more " "robustness to the link sensing but delays neighbor registration. Defaults is " @@ -299,10 +299,10 @@ msgstr "" "robustezza alla sensibilità del link ma rallenta la registrazione dei " "vicini. Default è \"si\"" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:223 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:217 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:32 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:32 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:32 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:223 msgid "IP Addresses" msgstr "Indirizzi IP" @@ -319,13 +319,13 @@ msgstr "" msgid "IPv4" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:278 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:103 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:278 msgid "IPv4 broadcast" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:279 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:104 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:279 msgid "" "IPv4 broadcast address for outgoing OLSR packets. One useful example would " "be 255.255.255.255. Default is \"0.0.0.0\", which triggers the usage of the " @@ -335,13 +335,13 @@ msgstr "" "255.255.255.255. Default is 0.0.0.0, il che abilita l'uso dell'ip di " "broadcast di default." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:291 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:116 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:291 msgid "IPv4 source" msgstr "IPv4 source" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:292 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:117 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:292 msgid "" "IPv4 src address for outgoing OLSR packages. Default is \"0.0.0.0\", which " "triggers usage of the interface IP." @@ -354,41 +354,41 @@ msgstr "" msgid "IPv6" msgstr "IPv6" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:285 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:272 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:110 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:103 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:110 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:285 msgid "IPv6 multicast" msgstr "IPv6 multicast" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:286 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:273 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:111 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:104 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:111 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:286 msgid "" "IPv6 multicast address. Default is \"FF02::6D\", the manet-router linklocal " "multicast." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:10 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 msgid "" "IPv6 network must be given in full notation, prefix must be in CIDR notation." msgstr "" "IPv6 network deve essere specificata in full notation, il prefisso deve " "essere in CIDR notation." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:297 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:278 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:122 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:109 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:122 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:297 msgid "IPv6 source" msgstr "IPv6 source" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:298 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:279 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:123 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:110 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:123 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:298 msgid "" "IPv6 src prefix. OLSRd will choose one of the interface IPs which matches " "the prefix of this parameter. Default is \"0::/0\", which triggers the usage " @@ -398,13 +398,13 @@ msgstr "" "questo parametro. Predefinito è \"0::/0\", il che abilita l'uso di un IP non-" "linklocal." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:178 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 msgid "IPv6-Prefix of the uplink" msgstr "IPv6-Prefix dell' uplink" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:202 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:196 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:202 msgid "" "If the route to the current gateway is to be changed, the ETX value of this " "gateway is multiplied with this value before it is compared to the new one. " @@ -418,15 +418,15 @@ msgstr "" "valore vicino a 1.0. <br /><b>ATTENZIONE:</b> Questo valore non deve essere " "utilizzato insieme con la metrica etx_ffeth!<br />Defaults a \"1.0\"." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:160 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 msgid "" "If this Node uses NAT for connections to the internet. Default is \"yes\"." msgstr "" "Se questo nodo usa un NAT per connettersi a Internet. Predefinito è \"si\"." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:27 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:27 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:27 #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:23 #: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:62 #: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:128 @@ -435,10 +435,10 @@ msgstr "" msgid "Interface" msgstr "Interfaccia" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:227 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:221 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:52 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:52 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:52 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:227 msgid "" "Interface Mode is used to prevent unnecessary packet forwarding on switched " "ethernet interfaces. valid Modes are \"mesh\" and \"ether\". Default is " @@ -446,15 +446,15 @@ msgid "" msgstr "" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:70 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:354 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:335 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:354 #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:14 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:163 msgid "Interfaces" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:218 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:212 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:218 msgid "Interfaces Defaults" msgstr "" @@ -462,24 +462,24 @@ msgstr "" msgid "Internet protocol" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:60 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:54 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:60 msgid "" "Interval to poll network interfaces for configuration changes (in seconds). " "Default is \"2.5\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:268 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:262 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:93 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:93 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:93 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:268 msgid "Invalid Value for LQMult-Value. Must be between 0.01 and 1.0." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:271 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:265 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:96 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:96 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:96 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:271 msgid "" "Invalid Value for LQMult-Value. You must use a decimal number between 0.01 " "and 1.0 here." @@ -493,30 +493,30 @@ msgstr "" msgid "LQ" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:90 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:84 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:90 msgid "LQ aging" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:96 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:90 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:96 msgid "LQ algorithm" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:111 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:105 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:111 msgid "LQ fisheye" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:82 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:76 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:82 msgid "LQ level" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:262 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:256 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:87 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:87 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:87 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:262 msgid "" "LQMult requires two values (IP address or 'default' and multiplicator) " "separated by space." @@ -530,28 +530,28 @@ msgstr "" msgid "Legend" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:23 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:257 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:23 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:257 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:23 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:257 msgid "Library" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:43 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:43 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:43 msgid "Link Quality Settings" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:91 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:85 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:91 msgid "" "Link quality aging factor (only for lq level 2). Tuning parameter for " "etx_float and etx_fpm, smaller values mean slower changes of ETX value. " "(allowed values are between 0.01 and 1.0)" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:97 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:91 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:97 msgid "" "Link quality algorithm (only for lq level 2).<br /><b>etx_float</b>: " "floating point ETX with exponential aging<br /><b>etx_fpm</b> : same as " @@ -561,18 +561,18 @@ msgid "" "allows ethernet links with ETX 0.1.<br />Defaults to \"etx_ff\"" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:83 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:77 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:83 msgid "" "Link quality level switch between hopcount and cost-based (mostly ETX) " "routing.<br /><b>0</b> = do not use link quality<br /><b>2</b> = use link " "quality for MPR selection and routing<br />Default is \"2\"" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:245 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:239 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:70 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:70 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:70 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:245 msgid "LinkQuality Multiplicator" msgstr "" @@ -590,22 +590,22 @@ msgid "Local interface IP" msgstr "" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:58 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:395 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:376 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:395 msgid "MID" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:329 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:310 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:153 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:140 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:153 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:329 msgid "MID interval" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:335 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:316 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:159 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:146 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:159 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:335 msgid "MID validity time" msgstr "" @@ -613,8 +613,8 @@ msgstr "" msgid "MTU" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:132 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:126 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:132 msgid "Main IP" msgstr "" @@ -629,17 +629,17 @@ msgstr "" msgid "Metric" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:226 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:376 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:220 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:357 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:51 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:51 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:51 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:226 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:376 msgid "Mode" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:246 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:71 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:246 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 /" @@ -656,8 +656,8 @@ msgid "" "LQ to all nodes on this interface by 20%: default 0.8" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:201 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:195 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:201 msgid "NAT threshold" msgstr "" @@ -683,22 +683,22 @@ msgstr "" msgid "Netmask" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:373 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:354 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:373 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:160 msgid "Network" msgstr "" +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:16 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:17 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:34 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:16 msgid "Network address" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:59 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:53 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:59 msgid "Nic changes poll interval" msgstr "" @@ -723,21 +723,21 @@ msgstr "" msgid "OLSR - HNA6-Announcements" msgstr "Annuncio di HNA" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:9 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:216 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:9 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:216 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:9 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:216 msgid "OLSR - Plugins" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:12 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:12 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:12 #: applications/luci-app-olsr/luasrc/view/status-olsr/error_olsr.htm:8 msgid "OLSR Daemon" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:14 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:14 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:14 msgid "OLSR Daemon - Interface" msgstr "" @@ -794,35 +794,35 @@ msgstr "" msgid "Overview of smart gateways in this network" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:11 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:11 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:11 msgid "Plugin configuration" msgstr "" #: applications/luci-app-olsr/luasrc/controller/olsr4.lua:29 #: applications/luci-app-olsr/luasrc/controller/olsr6.lua:29 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:240 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:240 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:240 msgid "Plugins" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:54 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:48 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:54 msgid "Polling rate for OLSR sockets in seconds. Default is 0.05." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:53 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:47 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:53 msgid "Pollrate" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:126 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:120 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:126 msgid "Port" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:38 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:20 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:38 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:63 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:115 msgid "Prefix" @@ -884,8 +884,8 @@ msgid "Signal Noise Ratio in dB" msgstr "" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:64 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 msgid "SmartGW" msgstr "" @@ -901,15 +901,15 @@ msgstr "" msgid "Source address" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:170 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 msgid "" "Specifies the speed of the uplink in kilobits/s. First parameter is " "upstream, second parameter is downstream. Default is \"128 1024\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:170 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 msgid "Speed of the uplink" msgstr "" @@ -933,34 +933,34 @@ msgstr "" msgid "Success rate of packages sent to the neighbour" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:388 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:369 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:388 msgid "TC" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:317 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:298 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:141 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:128 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:141 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:317 msgid "TC interval" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:323 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:304 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:134 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:147 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:323 msgid "TC validity time" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:65 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:59 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:65 msgid "TOS value" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:13 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:13 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:15 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:13 msgid "" "The OLSR daemon is an implementation of the Optimized Link State Routing " "protocol. As such it allows mesh routing for any network equipment. It runs " @@ -969,27 +969,27 @@ msgid "" "documentation." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:194 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:188 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:194 msgid "" "The fixed willingness to use. If not set willingness will be calculated " "dynamically based on battery/power status. Default is \"3\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:45 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:45 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:45 msgid "The interface OLSRd should serve." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:127 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:121 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:127 msgid "" "The port OLSR uses. This should usually stay at the IANA assigned port 698. " "It can have a value between 1 and 65535." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:178 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 msgid "" "This can be used to signal the external IPv6 prefix of the uplink to the " "clients. This might allow a client to change it's local IPv6 address to use " @@ -997,10 +997,10 @@ msgid "" "length is 64 bits. Default is \"::/0\" (no prefix)." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:224 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:218 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:33 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:33 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:33 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:224 msgid "Timing and Validity" msgstr "" @@ -1008,8 +1008,8 @@ msgstr "" msgid "Topology" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:66 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:60 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:66 msgid "" "Type of service value for the IP header of control traffic. Default is " "\"16\"." @@ -1024,13 +1024,13 @@ msgstr "Impossibile connetersi al demone OLSR!" msgid "Uplink" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:160 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 msgid "Uplink uses NAT" msgstr "L'uplink usa il NAT" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:116 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:110 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:116 msgid "Use hysteresis" msgstr "Usa l'isteresi" @@ -1055,24 +1055,24 @@ msgstr "" msgid "WLAN" msgstr "WLAN" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 msgid "" "Warning: kmod-ipip is not installed. Without kmod-ipip SmartGateway will not " "work, please install it." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:235 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:229 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:60 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:60 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:60 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:235 msgid "Weight" msgstr "Peso" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:236 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:230 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:61 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:61 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:61 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:236 msgid "" "When multiple links exist between hosts the weight of interface is used to " "determine the link to use. Normally the weight is automatically calculated " @@ -1110,8 +1110,8 @@ msgstr "" "cercando un HNA del tipo 0.0.0.0/0, ::ffff:0:0/96 or 2000::/3. Default " "setting is \"both\"." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:193 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:187 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:193 msgid "Willingness" msgstr "" diff --git a/applications/luci-app-olsr/po/ja/olsr.po b/applications/luci-app-olsr/po/ja/olsr.po index 31de79d870..4b8176d781 100644 --- a/applications/luci-app-olsr/po/ja/olsr.po +++ b/applications/luci-app-olsr/po/ja/olsr.po @@ -25,23 +25,23 @@ msgstr "アクティブãªOLSRノード" msgid "Active host net announcements" msgstr "アクティブãªãƒ›ã‚¹ãƒˆãƒãƒƒãƒˆãƒ¯ãƒ¼ã‚¯é€šçŸ¥" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:45 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:45 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:45 msgid "Advanced Settings" msgstr "詳細è¨å®š" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:141 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 msgid "Allow gateways with NAT" msgstr "NATを使用ã™ã‚‹ã‚²ãƒ¼ãƒˆã‚¦ã‚§ã‚¤ã‚’é¸æŠžå¯èƒ½ã«ã™ã‚‹" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:141 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 msgid "Allow the selection of an outgoing ipv4 gateway with NAT" msgstr "NATを介ã—ã¦ãƒ‘ケットをé€ä¿¡ã™ã‚‹IPv4 ゲートウェイをé¸æŠžå¯èƒ½ã«ã—ã¾ã™" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:155 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:149 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:155 msgid "Announce uplink" msgstr "通知ã™ã‚‹ã‚¢ãƒƒãƒ—リンク" @@ -68,8 +68,8 @@ msgstr "ã©ã¡ã‚‰ã®å€¤ã‚‚ドット付ãå進数ã®å½¢å¼ã§å…¥åŠ›ã—ã¦ãã msgid "Broadcast address" msgstr "ブãƒãƒ¼ãƒ‰ã‚ャストアドレス" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:265 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:90 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:265 msgid "Can only be a valid IPv4 or IPv6 address or 'default'" msgstr "" @@ -111,19 +111,19 @@ msgstr "è¨å®šãƒ€ã‚¦ãƒ³ãƒãƒ¼ãƒ‰" msgid "ETX" msgstr "ETX" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:365 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:134 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:346 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:35 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:35 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:35 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:365 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:15 msgid "Enable" msgstr "有効" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:134 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 msgid "" "Enable SmartGateway. If it is disabled, then all other SmartGateway " "parameters are ignored. Default is \"no\"." @@ -131,13 +131,13 @@ msgstr "" "スマートゲートウェイを有効ã«ã—ã¾ã™ã€‚無効ã®å ´åˆã€ãã®ä»–å…¨ã¦ã®ã‚¹ãƒžãƒ¼ãƒˆã‚²ãƒ¼ãƒˆ" "ウェイã®è¨å®šå€¤ã¯ç„¡è¦–ã•ã‚Œã¾ã™ã€‚標準è¨å®šã¯\"無効\"ã§ã™ã€‚" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:36 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:36 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:36 msgid "Enable this interface." msgstr "ã“ã®ã‚¤ãƒ³ã‚¿ãƒ¼ãƒ•ã‚§ãƒ¼ã‚¹ã‚’有効ã«ã—ã¾ã™ã€‚" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:249 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:249 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:249 msgid "Enabled" msgstr "有効" @@ -145,13 +145,13 @@ msgstr "有効" msgid "Expected retransmission count" msgstr "å†é€æ•°ã®æœŸå¾…値" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:71 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:65 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:71 msgid "FIB metric" msgstr "FIB メトリック" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:72 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:66 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:72 msgid "" "FIBMetric controls the metric value of the host-routes OLSRd sets. \"flat\" " "means that the metric value is always 2. This is the preferred value because " @@ -167,8 +167,8 @@ msgstr "" "リック値ã¨ã—ã¦ä½¿ç”¨ã—ã¾ã™ãŒã€æ¬¡ãƒ›ãƒƒãƒ—ãŒå¤‰æ›´ã—ãŸå ´åˆã®ã¿æ›´æ–°ã‚’è¡Œã„ã¾ã™ã€‚標準è¨" "定ã¯\"flat\"ã§ã™ã€‚" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:112 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:106 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:112 msgid "Fisheye mechanism for TCs (checked means on). Default is \"on\"" msgstr "TCsã®fisheyeメカニズムを使用ã—ã¾ã™ã€‚標準è¨å®šã¯\"有効\"ã§ã™ã€‚" @@ -177,17 +177,17 @@ msgstr "TCsã®fisheyeメカニズムを使用ã—ã¾ã™ã€‚標準è¨å®šã¯\"有効 msgid "Gateway" msgstr "ゲートウェイ" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:42 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:222 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:42 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:216 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:31 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:31 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:31 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:42 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:222 msgid "General Settings" msgstr "一般è¨å®š" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:39 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:39 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:39 msgid "General settings" msgstr "一般è¨å®š" @@ -205,8 +205,8 @@ msgid "Green" msgstr "" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:53 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:402 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:383 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:402 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:178 msgid "HNA" msgstr "HNA" @@ -215,17 +215,17 @@ msgstr "HNA" msgid "HNA Announcements" msgstr "HNA 通知" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:341 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:322 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:165 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:152 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:165 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:341 msgid "HNA interval" msgstr "HNA é€ä¿¡é–“éš”" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:347 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:328 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:171 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:158 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:171 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:347 msgid "HNA validity time" msgstr "HNA 有効時間" @@ -234,22 +234,22 @@ msgstr "HNA 有効時間" msgid "HNA6 Announcements" msgstr "HNA 通知" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:381 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:362 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:381 msgid "Hello" msgstr "Hello" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:305 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:286 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:129 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:116 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:129 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:305 msgid "Hello interval" msgstr "Hello é€ä¿¡é–“éš”" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:311 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:292 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:135 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:122 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:135 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:311 msgid "Hello validity time" msgstr "Hello 有効時間" @@ -267,8 +267,8 @@ msgstr "" msgid "Hna4" msgstr "Hna4" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:10 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 msgid "Hna6" msgstr "Hna6" @@ -294,8 +294,8 @@ msgid "" "networks using HNA6 messages." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:117 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:111 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:117 msgid "" "Hysteresis for link sensing (only for hopcount metric). Hysteresis adds more " "robustness to the link sensing but delays neighbor registration. Defaults is " @@ -305,10 +305,10 @@ msgstr "" "効)。ヒステリシスã¯ãƒªãƒ³ã‚¯æ¤œå‡ºã«å¯¾ã™ã‚‹ãƒãƒã‚¹ãƒˆæ€§ã‚’å‘上ã•ã›ã¾ã™ãŒã€éš£æŽ¥ãƒŽãƒ¼ãƒ‰ã®" "登録ãŒé…ããªã‚Šã¾ã™ã€‚標準è¨å®šã¯\"有効\"ã§ã™ã€‚" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:223 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:217 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:32 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:32 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:32 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:223 msgid "IP Addresses" msgstr "IPアドレス" @@ -325,13 +325,13 @@ msgstr "" msgid "IPv4" msgstr "IPv4" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:278 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:103 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:278 msgid "IPv4 broadcast" msgstr "IPv4 ブãƒãƒ¼ãƒ‰ã‚ャスト" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:279 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:104 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:279 msgid "" "IPv4 broadcast address for outgoing OLSR packets. One useful example would " "be 255.255.255.255. Default is \"0.0.0.0\", which triggers the usage of the " @@ -341,13 +341,13 @@ msgstr "" "255.255.255.255ãŒæŒ™ã’られã¾ã™ã€‚標準è¨å®šã¯\"0.0.0.0\"ã§ã‚ã‚Šã€ã‚¤ãƒ³ã‚¿ãƒ¼ãƒ•ã‚§ãƒ¼ã‚¹" "ã®ãƒ–ãƒãƒ¼ãƒ‰ã‚ャストIPを使用ã—ã¾ã™ã€‚" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:291 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:116 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:291 msgid "IPv4 source" msgstr "IPv4 é€ä¿¡å…ƒ" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:292 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:117 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:292 msgid "" "IPv4 src address for outgoing OLSR packages. Default is \"0.0.0.0\", which " "triggers usage of the interface IP." @@ -360,17 +360,17 @@ msgstr "" msgid "IPv6" msgstr "IPv6" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:285 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:272 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:110 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:103 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:110 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:285 msgid "IPv6 multicast" msgstr "IPv6 マルãƒã‚ャスト" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:286 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:273 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:111 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:104 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:111 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:286 msgid "" "IPv6 multicast address. Default is \"FF02::6D\", the manet-router linklocal " "multicast." @@ -378,25 +378,25 @@ msgstr "" "IPv6 マルãƒã‚ャストアドレスをè¨å®šã—ã¾ã™ã€‚標準ã¯MANETルーターãŒä½¿ç”¨ã™ã‚‹ãƒªãƒ³ã‚¯" "ãƒãƒ¼ã‚«ãƒ«ãƒ»ãƒžãƒ«ãƒã‚ャストã§ã‚ã‚‹\"FF02::6D\"ã§ã™ã€‚" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:10 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 msgid "" "IPv6 network must be given in full notation, prefix must be in CIDR notation." msgstr "" "IPv6 ãƒãƒƒãƒˆãƒ¯ãƒ¼ã‚¯ã‚¢ãƒ‰ãƒ¬ã‚¹ã¯çœç•¥ã›ãšã«å…¥åŠ›ã—ã¦ãã ã•ã„。プレフィクスã¯CIDRå½¢å¼" "ã§å…¥åŠ›ã—ã¦ãã ã•ã„。" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:297 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:278 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:122 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:109 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:122 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:297 msgid "IPv6 source" msgstr "IPv6 é€ä¿¡å…ƒ" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:298 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:279 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:123 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:110 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:123 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:298 msgid "" "IPv6 src prefix. OLSRd will choose one of the interface IPs which matches " "the prefix of this parameter. Default is \"0::/0\", which triggers the usage " @@ -406,13 +406,13 @@ msgstr "" "フィクス値ã«ä¸€è‡´ã™ã‚‹ã‚‚ã®ã‚’é¸æŠžã—ã¾ã™ã€‚標準è¨å®šã¯\"0::/0\"ã§ã‚ã‚Šã€ãƒªãƒ³ã‚¯ãƒãƒ¼ã‚«" "ルIPã§ãªã„インターフェースIPを使用ã—ã¾ã™ã€‚" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:178 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 msgid "IPv6-Prefix of the uplink" msgstr "アップリンクIPv6 プレフィクス" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:202 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:196 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:202 msgid "" "If the route to the current gateway is to be changed, the ETX value of this " "gateway is multiplied with this value before it is compared to the new one. " @@ -426,16 +426,16 @@ msgstr "" "<br /><b>è¦å‘Š:</b>ã“ã®ãƒ‘ラメータã¯etx_ffeth メトリックã¨åŒæ™‚ã«ä½¿ç”¨ã—ãªã„ã§ã" "ã ã•ã„!<br />標準è¨å®šã¯\"1.0\"ã§ã™ã€‚" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:160 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 msgid "" "If this Node uses NAT for connections to the internet. Default is \"yes\"." msgstr "" "ã“ã®ãƒŽãƒ¼ãƒ‰ãŒNATを使用ã—ã¦ã‚¤ãƒ³ã‚¿ãƒ¼ãƒãƒƒãƒˆã«æŽ¥ç¶šã™ã‚‹å ´åˆã€æœ‰åŠ¹ã«ã—ã¦ãã ã•ã„。標" "準è¨å®šã¯\"有効\"ã§ã™ã€‚" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:27 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:27 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:27 #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:23 #: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:62 #: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:128 @@ -444,10 +444,10 @@ msgstr "" msgid "Interface" msgstr "インターフェース" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:227 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:221 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:52 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:52 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:52 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:227 msgid "" "Interface Mode is used to prevent unnecessary packet forwarding on switched " "ethernet interfaces. valid Modes are \"mesh\" and \"ether\". Default is " @@ -458,15 +458,15 @@ msgstr "" "\"ã§ã™ã€‚標準è¨å®šã¯\"mesh\"ã§ã™ã€‚" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:70 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:354 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:335 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:354 #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:14 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:163 msgid "Interfaces" msgstr "インターフェース" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:218 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:212 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:218 msgid "Interfaces Defaults" msgstr "インターフェース デフォルトè¨å®š" @@ -474,8 +474,8 @@ msgstr "インターフェース デフォルトè¨å®š" msgid "Internet protocol" msgstr "インターãƒãƒƒãƒˆãƒ—ãƒãƒˆã‚³ãƒ«" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:60 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:54 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:60 msgid "" "Interval to poll network interfaces for configuration changes (in seconds). " "Default is \"2.5\"." @@ -483,17 +483,17 @@ msgstr "" "ãƒãƒƒãƒˆãƒ¯ãƒ¼ã‚¯ãƒ»ã‚¤ãƒ³ã‚¿ãƒ¼ãƒ•ã‚§ãƒ¼ã‚¹ã®è¨å®šãŒå¤‰æ›´ã•ã‚ŒãŸã‹ã‚’ãƒã‚§ãƒƒã‚¯ã™ã‚‹ãƒãƒ¼ãƒªãƒ³ã‚°é–“" "隔を秒å˜ä½ã§è¨å®šã—ã¾ã™ã€‚標準è¨å®šã¯\"2.5\"ã§ã™ã€‚" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:268 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:262 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:93 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:93 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:93 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:268 msgid "Invalid Value for LQMult-Value. Must be between 0.01 and 1.0." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:271 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:265 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:96 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:96 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:96 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:271 msgid "" "Invalid Value for LQMult-Value. You must use a decimal number between 0.01 " "and 1.0 here." @@ -507,30 +507,30 @@ msgstr "OLSR ルーティング" msgid "LQ" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:90 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:84 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:90 msgid "LQ aging" msgstr "LQ エイジング" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:96 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:90 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:96 msgid "LQ algorithm" msgstr "LQ アルゴリズム" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:111 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:105 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:111 msgid "LQ fisheye" msgstr "LQ fisheye" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:82 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:76 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:82 msgid "LQ level" msgstr "LQ レベル" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:262 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:256 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:87 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:87 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:87 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:262 msgid "" "LQMult requires two values (IP address or 'default' and multiplicator) " "separated by space." @@ -544,20 +544,20 @@ msgstr "最終ホップ" msgid "Legend" msgstr "凡例" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:23 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:257 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:23 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:257 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:23 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:257 msgid "Library" msgstr "ライブラリ" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:43 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:43 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:43 msgid "Link Quality Settings" msgstr "リンクå“質 (LQ) è¨å®š" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:91 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:85 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:91 msgid "" "Link quality aging factor (only for lq level 2). Tuning parameter for " "etx_float and etx_fpm, smaller values mean slower changes of ETX value. " @@ -567,8 +567,8 @@ msgstr "" "効)。etx_floatåŠã³etx_fpmã®å€¤ã®èª¿æ•´ã‚’è¡Œã„ã¾ã™ã€‚値ãŒå°ã•ããªã‚‹ã¨ã€ETX値ã®å¤‰åŒ–" "ãŒé…ããªã‚Šã¾ã™ã€‚è¨å®šå¯èƒ½ãªå€¤ã¯0.01-1.0ã§ã™ã€‚" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:97 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:91 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:97 msgid "" "Link quality algorithm (only for lq level 2).<br /><b>etx_float</b>: " "floating point ETX with exponential aging<br /><b>etx_fpm</b> : same as " @@ -585,8 +585,8 @@ msgstr "" "ã™ã€‚イーサãƒãƒƒãƒˆã®ãƒªãƒ³ã‚¯ã«ETX 0.1ã‚’è¨å®šã™ã‚‹ã“ã¨ãŒã§ãã¾ã™<br />標準è¨å®šã¯" "\"etx_ff\"ã§ã™ã€‚" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:83 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:77 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:83 msgid "" "Link quality level switch between hopcount and cost-based (mostly ETX) " "routing.<br /><b>0</b> = do not use link quality<br /><b>2</b> = use link " @@ -597,10 +597,10 @@ msgstr "" "<br /><b>2</b> = MPR集åˆåŠã³ãƒ«ãƒ¼ãƒ†ã‚£ãƒ³ã‚°ã«ãƒªãƒ³ã‚¯å“è³ªã‚’åŠ å‘³ã™ã‚‹<br />標準è¨å®š" "ã¯\"2\"ã§ã™ã€‚" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:245 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:239 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:70 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:70 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:70 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:245 msgid "LinkQuality Multiplicator" msgstr "リンクå“質 (LQ) マルãƒãƒ—リケーター" @@ -618,22 +618,22 @@ msgid "Local interface IP" msgstr "ãƒãƒ¼ã‚«ãƒ«ã‚¤ãƒ³ã‚¿ãƒ¼ãƒ•ã‚§ãƒ¼ã‚¹ IP" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:58 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:395 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:376 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:395 msgid "MID" msgstr "MID" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:329 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:310 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:153 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:140 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:153 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:329 msgid "MID interval" msgstr "MID é€ä¿¡é–“éš”" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:335 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:316 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:159 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:146 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:159 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:335 msgid "MID validity time" msgstr "MID 有効時間" @@ -641,8 +641,8 @@ msgstr "MID 有効時間" msgid "MTU" msgstr "MTU" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:132 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:126 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:132 msgid "Main IP" msgstr "メインIP" @@ -657,17 +657,17 @@ msgstr "" msgid "Metric" msgstr "メトリック" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:226 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:376 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:220 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:357 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:51 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:51 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:51 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:226 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:376 msgid "Mode" msgstr "モード" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:246 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:71 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:246 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 /" @@ -689,8 +689,8 @@ msgstr "" "192.168.0.1 0.5<br />ã“ã®ã‚¤ãƒ³ã‚¿ãƒ¼ãƒ•ã‚§ãƒ¼ã‚¹ã‹ã‚‰å…¨ã¦ã®ãƒŽãƒ¼ãƒ‰ã¸å¯¾ã—ã¦20%減らã™å ´" "åˆ: default 0.8" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:201 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:195 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:201 msgid "NAT threshold" msgstr "NAT ã—ãã„値" @@ -716,22 +716,22 @@ msgstr "隣接ノード" msgid "Netmask" msgstr "ãƒãƒƒãƒˆãƒžã‚¹ã‚¯" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:373 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:354 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:373 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:160 msgid "Network" msgstr "ãƒãƒƒãƒˆãƒ¯ãƒ¼ã‚¯" +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:16 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:17 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:34 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:16 msgid "Network address" msgstr "ãƒãƒƒãƒˆãƒ¯ãƒ¼ã‚¯ã‚¢ãƒ‰ãƒ¬ã‚¹" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:59 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:53 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:59 msgid "Nic changes poll interval" msgstr "NIC変更ãƒãƒ¼ãƒªãƒ³ã‚°é–“éš”" @@ -756,21 +756,21 @@ msgstr "OLSR - HNA (Host and Network Association) 通知" msgid "OLSR - HNA6-Announcements" msgstr "OLSR - HNA (Host and Network Association) 通知" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:9 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:216 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:9 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:216 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:9 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:216 msgid "OLSR - Plugins" msgstr "OLSR - プラグイン" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:12 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:12 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:12 #: applications/luci-app-olsr/luasrc/view/status-olsr/error_olsr.htm:8 msgid "OLSR Daemon" msgstr "OLSR デーモン" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:14 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:14 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:14 msgid "OLSR Daemon - Interface" msgstr "OLSR デーモン - インターフェース" @@ -827,35 +827,35 @@ msgstr "通知ã•ã‚Œã¦ã„るマルãƒãƒ»ã‚¤ãƒ³ã‚¿ãƒ¼ãƒ•ã‚§ãƒ¼ã‚¹ã®ä¸€è¦§" msgid "Overview of smart gateways in this network" msgstr "ãƒãƒƒãƒˆãƒ¯ãƒ¼ã‚¯å†…ã®ã‚¹ãƒžãƒ¼ãƒˆãƒ»ã‚²ãƒ¼ãƒˆã‚¦ã‚§ã‚¤ä¸€è¦§" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:11 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:11 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:11 msgid "Plugin configuration" msgstr "プラグインè¨å®š" #: applications/luci-app-olsr/luasrc/controller/olsr4.lua:29 #: applications/luci-app-olsr/luasrc/controller/olsr6.lua:29 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:240 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:240 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:240 msgid "Plugins" msgstr "プラグイン" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:54 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:48 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:54 msgid "Polling rate for OLSR sockets in seconds. Default is 0.05." msgstr "OLSRソケットã®ãƒãƒ¼ãƒªãƒ³ã‚°é–“隔を秒å˜ä½ã§è¨å®šã—ã¾ã™ã€‚標準ã¯0.05ã§ã™ã€‚" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:53 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:47 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:53 msgid "Pollrate" msgstr "ãƒãƒ¼ãƒªãƒ³ã‚°é–“éš”" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:126 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:120 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:126 msgid "Port" msgstr "ãƒãƒ¼ãƒˆ" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:38 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:20 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:38 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:63 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:115 msgid "Prefix" @@ -928,8 +928,8 @@ msgid "Signal Noise Ratio in dB" msgstr "" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:64 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 msgid "SmartGW" msgstr "SmartGW" @@ -945,8 +945,8 @@ msgstr "スマート・ゲートウェイ(SmartGW)ã¯è¨å®šã•ã‚Œã¦ã„ã¾ã›ã‚“ msgid "Source address" msgstr "é€ä¿¡å…ƒã‚¢ãƒ‰ãƒ¬ã‚¹" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:170 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 msgid "" "Specifies the speed of the uplink in kilobits/s. First parameter is " "upstream, second parameter is downstream. Default is \"128 1024\"." @@ -954,8 +954,8 @@ msgstr "" "アップリンク速度をã‚ãƒãƒ“ット/秒ã§è¨å®šã—ã¦ãã ã•ã„。1ã¤ç›®ã®ãƒ‘ラメータã¯ä¸Šã‚Šã€2" "ã¤ç›®ã®ãƒ‘ラメータã¯ä¸‹ã‚Šã®ã‚¹ãƒˆãƒªãƒ¼ãƒ ã§ã™ã€‚標準ã¯\"128 1024\"ã§ã™ã€‚" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:170 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 msgid "Speed of the uplink" msgstr "アップリンク速度" @@ -979,34 +979,34 @@ msgstr "隣接ノードã‹ã‚‰å—ä¿¡ã—ãŸãƒ‘ケットã®å—ä¿¡æˆåŠŸçŽ‡" msgid "Success rate of packages sent to the neighbour" msgstr "隣接ノードã¸é€ä¿¡ã—ãŸãƒ‘ケットã®é€ä¿¡æˆåŠŸçŽ‡" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:388 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:369 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:388 msgid "TC" msgstr "TC" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:317 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:298 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:141 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:128 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:141 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:317 msgid "TC interval" msgstr "TC é€ä¿¡é–“éš”" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:323 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:304 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:134 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:147 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:323 msgid "TC validity time" msgstr "TC 有効時間" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:65 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:59 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:65 msgid "TOS value" msgstr "TOS値" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:13 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:13 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:15 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:13 msgid "" "The OLSR daemon is an implementation of the Optimized Link State Routing " "protocol. As such it allows mesh routing for any network equipment. It runs " @@ -1020,8 +1020,8 @@ msgstr "" "ã‚“å…¨ã¦ã®ã‚¤ãƒ¼ã‚µãƒãƒƒãƒˆãƒ‡ãƒã‚¤ã‚¹ã§ã‚‚使用å¯èƒ½ã§ã™ã€‚<a href='http://www.olsr." "org'>olsrd.org</a>ã«ã‚¢ã‚¯ã‚»ã‚¹ã—ã¦ã€ãƒ˜ãƒ«ãƒ—åŠã³ãƒ‰ã‚ュメントをå‚ç…§ã—ã¦ãã ã•ã„。" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:194 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:188 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:194 msgid "" "The fixed willingness to use. If not set willingness will be calculated " "dynamically based on battery/power status. Default is \"3\"." @@ -1029,13 +1029,13 @@ msgstr "" "willingnessを固定ã™ã‚‹å ´åˆã«ä½¿ç”¨ã—ã¾ã™ã€‚willingnessãŒè¨å®šã•ã‚Œã¦ã„ãªã„å ´åˆã€" "ãƒãƒƒãƒ†ãƒªã‚„é›»æºã®ã‚¹ãƒ†ãƒ¼ã‚¿ã‚¹ã«ã‚ˆã£ã¦å‹•çš„ã«è¨ˆç®—ã•ã‚Œã¾ã™ã€‚標準ã¯\"3\"ã§ã™ã€‚" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:45 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:45 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:45 msgid "The interface OLSRd should serve." msgstr "OLSRdãŒä½¿ç”¨ã™ã‚‹ã‚¤ãƒ³ã‚¿ãƒ¼ãƒ•ã‚§ãƒ¼ã‚¹ã§ã™ã€‚" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:127 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:121 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:127 msgid "" "The port OLSR uses. This should usually stay at the IANA assigned port 698. " "It can have a value between 1 and 65535." @@ -1043,8 +1043,8 @@ msgstr "" "OLSRãŒä½¿ç”¨ã™ã‚‹ãƒãƒ¼ãƒˆç•ªå·ã§ã™ã€‚通常ã€ã“ã®ãƒãƒ¼ãƒˆç•ªå·ã¯IANAãŒã‚¢ã‚µã‚¤ãƒ³ã—ãŸ698番ã§" "ã‚ã‚‹ã¹ãã§ã™ã€‚1-65535ã®é–“ã§è¨å®šå¯èƒ½ã§ã™ã€‚" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:178 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 msgid "" "This can be used to signal the external IPv6 prefix of the uplink to the " "clients. This might allow a client to change it's local IPv6 address to use " @@ -1052,10 +1052,10 @@ msgid "" "length is 64 bits. Default is \"::/0\" (no prefix)." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:224 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:218 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:33 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:33 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:33 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:224 msgid "Timing and Validity" msgstr "é€ä¿¡é–“éš”åŠã³æœ‰åŠ¹æ™‚é–“" @@ -1063,8 +1063,8 @@ msgstr "é€ä¿¡é–“éš”åŠã³æœ‰åŠ¹æ™‚é–“" msgid "Topology" msgstr "トãƒãƒã‚¸ãƒ¼" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:66 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:60 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:66 msgid "" "Type of service value for the IP header of control traffic. Default is " "\"16\"." @@ -1081,13 +1081,13 @@ msgstr "OLSRデーモンã«æŽ¥ç¶šã§ãã¾ã›ã‚“ï¼" msgid "Uplink" msgstr "アップリンク" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:160 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 msgid "Uplink uses NAT" msgstr "NATを使用ã—ã¦ä¸Šä½ãƒãƒƒãƒˆãƒ¯ãƒ¼ã‚¯ã«æŽ¥ç¶šã™ã‚‹" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:116 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:110 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:116 msgid "Use hysteresis" msgstr "ヒステリシスを使用ã™ã‚‹" @@ -1112,8 +1112,8 @@ msgstr "" msgid "WLAN" msgstr "WLAN" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 msgid "" "Warning: kmod-ipip is not installed. Without kmod-ipip SmartGateway will not " "work, please install it." @@ -1121,17 +1121,17 @@ msgstr "" "è¦å‘Š: kmod-ipipãŒã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã•ã‚Œã¦ã„ã¾ã›ã‚“。スマートゲートウェイã¯kmod-ipip" "ãªã—ã§ã¯å‹•ä½œã—ã¾ã›ã‚“。ã¾ãšåˆã‚ã«ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã‚’è¡Œãªã£ã¦ãã ã•ã„。" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:235 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:229 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:60 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:60 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:60 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:235 msgid "Weight" msgstr "Weight" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:236 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:230 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:61 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:61 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:61 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:236 msgid "" "When multiple links exist between hosts the weight of interface is used to " "determine the link to use. Normally the weight is automatically calculated " @@ -1169,8 +1169,8 @@ msgstr "" "ãƒãƒ¼ã‚«ãƒ«ã®HNAã§ã‚ã‚‹0.0.0.0/0ã€::ffff:0:0/96ã€2000::/3を探索ã™ã‚‹ã“ã¨ã§æ¤œå‡ºã—ã¾" "ã™ã€‚標準è¨å®šã¯ã€\"both\"ã§ã™ã€‚" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:193 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:187 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:193 msgid "Willingness" msgstr "Willingness" diff --git a/applications/luci-app-olsr/po/ms/olsr.po b/applications/luci-app-olsr/po/ms/olsr.po index f02ff69a90..00a3e7af8d 100644 --- a/applications/luci-app-olsr/po/ms/olsr.po +++ b/applications/luci-app-olsr/po/ms/olsr.po @@ -19,23 +19,23 @@ msgstr "" msgid "Active host net announcements" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:45 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:45 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:45 msgid "Advanced Settings" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:141 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 msgid "Allow gateways with NAT" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:141 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 msgid "Allow the selection of an outgoing ipv4 gateway with NAT" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:155 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:149 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:155 msgid "Announce uplink" msgstr "" @@ -62,8 +62,8 @@ msgstr "" msgid "Broadcast address" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:265 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:90 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:265 msgid "Can only be a valid IPv4 or IPv6 address or 'default'" msgstr "" @@ -105,31 +105,31 @@ msgstr "" msgid "ETX" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:365 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:134 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:346 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:35 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:35 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:35 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:365 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:15 msgid "Enable" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:134 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 msgid "" "Enable SmartGateway. If it is disabled, then all other SmartGateway " "parameters are ignored. Default is \"no\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:36 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:36 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:36 msgid "Enable this interface." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:249 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:249 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:249 msgid "Enabled" msgstr "" @@ -137,13 +137,13 @@ msgstr "" msgid "Expected retransmission count" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:71 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:65 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:71 msgid "FIB metric" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:72 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:66 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:72 msgid "" "FIBMetric controls the metric value of the host-routes OLSRd sets. \"flat\" " "means that the metric value is always 2. This is the preferred value because " @@ -153,8 +153,8 @@ msgid "" "Default is \"flat\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:112 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:106 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:112 msgid "Fisheye mechanism for TCs (checked means on). Default is \"on\"" msgstr "" @@ -163,17 +163,17 @@ msgstr "" msgid "Gateway" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:42 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:222 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:42 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:216 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:31 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:31 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:31 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:42 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:222 msgid "General Settings" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:39 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:39 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:39 msgid "General settings" msgstr "" @@ -191,8 +191,8 @@ msgid "Green" msgstr "" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:53 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:402 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:383 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:402 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:178 msgid "HNA" msgstr "" @@ -201,17 +201,17 @@ msgstr "" msgid "HNA Announcements" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:341 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:322 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:165 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:152 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:165 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:341 msgid "HNA interval" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:347 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:328 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:171 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:158 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:171 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:347 msgid "HNA validity time" msgstr "" @@ -219,22 +219,22 @@ msgstr "" msgid "HNA6 Announcements" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:381 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:362 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:381 msgid "Hello" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:305 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:286 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:129 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:116 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:129 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:305 msgid "Hello interval" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:311 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:292 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:135 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:122 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:135 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:311 msgid "Hello validity time" msgstr "" @@ -252,8 +252,8 @@ msgstr "" msgid "Hna4" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:10 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 msgid "Hna6" msgstr "" @@ -279,18 +279,18 @@ msgid "" "networks using HNA6 messages." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:117 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:111 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:117 msgid "" "Hysteresis for link sensing (only for hopcount metric). Hysteresis adds more " "robustness to the link sensing but delays neighbor registration. Defaults is " "\"yes\"" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:223 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:217 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:32 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:32 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:32 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:223 msgid "IP Addresses" msgstr "" @@ -305,26 +305,26 @@ msgstr "" msgid "IPv4" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:278 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:103 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:278 msgid "IPv4 broadcast" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:279 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:104 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:279 msgid "" "IPv4 broadcast address for outgoing OLSR packets. One useful example would " "be 255.255.255.255. Default is \"0.0.0.0\", which triggers the usage of the " "interface broadcast IP." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:291 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:116 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:291 msgid "IPv4 source" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:292 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:117 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:292 msgid "" "IPv4 src address for outgoing OLSR packages. Default is \"0.0.0.0\", which " "triggers usage of the interface IP." @@ -335,52 +335,52 @@ msgstr "" msgid "IPv6" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:285 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:272 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:110 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:103 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:110 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:285 msgid "IPv6 multicast" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:286 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:273 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:111 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:104 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:111 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:286 msgid "" "IPv6 multicast address. Default is \"FF02::6D\", the manet-router linklocal " "multicast." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:10 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 msgid "" "IPv6 network must be given in full notation, prefix must be in CIDR notation." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:297 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:278 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:122 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:109 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:122 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:297 msgid "IPv6 source" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:298 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:279 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:123 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:110 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:123 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:298 msgid "" "IPv6 src prefix. OLSRd will choose one of the interface IPs which matches " "the prefix of this parameter. Default is \"0::/0\", which triggers the usage " "of a not-linklocal interface IP." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:178 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 msgid "IPv6-Prefix of the uplink" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:202 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:196 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:202 msgid "" "If the route to the current gateway is to be changed, the ETX value of this " "gateway is multiplied with this value before it is compared to the new one. " @@ -389,14 +389,14 @@ msgid "" "with the etx_ffeth metric!<br />Defaults to \"1.0\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:160 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 msgid "" "If this Node uses NAT for connections to the internet. Default is \"yes\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:27 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:27 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:27 #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:23 #: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:62 #: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:128 @@ -405,10 +405,10 @@ msgstr "" msgid "Interface" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:227 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:221 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:52 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:52 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:52 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:227 msgid "" "Interface Mode is used to prevent unnecessary packet forwarding on switched " "ethernet interfaces. valid Modes are \"mesh\" and \"ether\". Default is " @@ -416,15 +416,15 @@ msgid "" msgstr "" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:70 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:354 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:335 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:354 #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:14 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:163 msgid "Interfaces" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:218 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:212 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:218 msgid "Interfaces Defaults" msgstr "" @@ -432,24 +432,24 @@ msgstr "" msgid "Internet protocol" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:60 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:54 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:60 msgid "" "Interval to poll network interfaces for configuration changes (in seconds). " "Default is \"2.5\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:268 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:262 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:93 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:93 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:93 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:268 msgid "Invalid Value for LQMult-Value. Must be between 0.01 and 1.0." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:271 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:265 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:96 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:96 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:96 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:271 msgid "" "Invalid Value for LQMult-Value. You must use a decimal number between 0.01 " "and 1.0 here." @@ -463,30 +463,30 @@ msgstr "" msgid "LQ" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:90 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:84 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:90 msgid "LQ aging" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:96 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:90 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:96 msgid "LQ algorithm" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:111 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:105 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:111 msgid "LQ fisheye" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:82 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:76 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:82 msgid "LQ level" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:262 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:256 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:87 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:87 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:87 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:262 msgid "" "LQMult requires two values (IP address or 'default' and multiplicator) " "separated by space." @@ -500,28 +500,28 @@ msgstr "" msgid "Legend" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:23 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:257 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:23 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:257 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:23 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:257 msgid "Library" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:43 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:43 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:43 msgid "Link Quality Settings" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:91 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:85 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:91 msgid "" "Link quality aging factor (only for lq level 2). Tuning parameter for " "etx_float and etx_fpm, smaller values mean slower changes of ETX value. " "(allowed values are between 0.01 and 1.0)" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:97 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:91 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:97 msgid "" "Link quality algorithm (only for lq level 2).<br /><b>etx_float</b>: " "floating point ETX with exponential aging<br /><b>etx_fpm</b> : same as " @@ -531,18 +531,18 @@ msgid "" "allows ethernet links with ETX 0.1.<br />Defaults to \"etx_ff\"" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:83 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:77 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:83 msgid "" "Link quality level switch between hopcount and cost-based (mostly ETX) " "routing.<br /><b>0</b> = do not use link quality<br /><b>2</b> = use link " "quality for MPR selection and routing<br />Default is \"2\"" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:245 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:239 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:70 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:70 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:70 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:245 msgid "LinkQuality Multiplicator" msgstr "" @@ -560,22 +560,22 @@ msgid "Local interface IP" msgstr "" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:58 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:395 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:376 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:395 msgid "MID" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:329 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:310 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:153 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:140 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:153 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:329 msgid "MID interval" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:335 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:316 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:159 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:146 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:159 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:335 msgid "MID validity time" msgstr "" @@ -583,8 +583,8 @@ msgstr "" msgid "MTU" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:132 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:126 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:132 msgid "Main IP" msgstr "" @@ -599,17 +599,17 @@ msgstr "" msgid "Metric" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:226 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:376 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:220 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:357 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:51 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:51 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:51 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:226 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:376 msgid "Mode" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:246 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:71 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:246 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 /" @@ -626,8 +626,8 @@ msgid "" "LQ to all nodes on this interface by 20%: default 0.8" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:201 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:195 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:201 msgid "NAT threshold" msgstr "" @@ -653,22 +653,22 @@ msgstr "" msgid "Netmask" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:373 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:354 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:373 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:160 msgid "Network" msgstr "" +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:16 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:17 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:34 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:16 msgid "Network address" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:59 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:53 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:59 msgid "Nic changes poll interval" msgstr "" @@ -692,21 +692,21 @@ msgstr "" msgid "OLSR - HNA6-Announcements" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:9 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:216 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:9 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:216 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:9 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:216 msgid "OLSR - Plugins" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:12 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:12 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:12 #: applications/luci-app-olsr/luasrc/view/status-olsr/error_olsr.htm:8 msgid "OLSR Daemon" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:14 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:14 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:14 msgid "OLSR Daemon - Interface" msgstr "" @@ -763,35 +763,35 @@ msgstr "" msgid "Overview of smart gateways in this network" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:11 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:11 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:11 msgid "Plugin configuration" msgstr "" #: applications/luci-app-olsr/luasrc/controller/olsr4.lua:29 #: applications/luci-app-olsr/luasrc/controller/olsr6.lua:29 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:240 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:240 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:240 msgid "Plugins" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:54 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:48 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:54 msgid "Polling rate for OLSR sockets in seconds. Default is 0.05." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:53 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:47 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:53 msgid "Pollrate" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:126 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:120 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:126 msgid "Port" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:38 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:20 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:38 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:63 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:115 msgid "Prefix" @@ -853,8 +853,8 @@ msgid "Signal Noise Ratio in dB" msgstr "" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:64 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 msgid "SmartGW" msgstr "" @@ -870,15 +870,15 @@ msgstr "" msgid "Source address" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:170 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 msgid "" "Specifies the speed of the uplink in kilobits/s. First parameter is " "upstream, second parameter is downstream. Default is \"128 1024\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:170 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 msgid "Speed of the uplink" msgstr "" @@ -902,34 +902,34 @@ msgstr "" msgid "Success rate of packages sent to the neighbour" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:388 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:369 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:388 msgid "TC" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:317 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:298 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:141 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:128 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:141 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:317 msgid "TC interval" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:323 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:304 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:134 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:147 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:323 msgid "TC validity time" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:65 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:59 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:65 msgid "TOS value" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:13 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:13 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:15 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:13 msgid "" "The OLSR daemon is an implementation of the Optimized Link State Routing " "protocol. As such it allows mesh routing for any network equipment. It runs " @@ -938,27 +938,27 @@ msgid "" "documentation." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:194 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:188 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:194 msgid "" "The fixed willingness to use. If not set willingness will be calculated " "dynamically based on battery/power status. Default is \"3\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:45 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:45 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:45 msgid "The interface OLSRd should serve." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:127 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:121 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:127 msgid "" "The port OLSR uses. This should usually stay at the IANA assigned port 698. " "It can have a value between 1 and 65535." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:178 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 msgid "" "This can be used to signal the external IPv6 prefix of the uplink to the " "clients. This might allow a client to change it's local IPv6 address to use " @@ -966,10 +966,10 @@ msgid "" "length is 64 bits. Default is \"::/0\" (no prefix)." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:224 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:218 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:33 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:33 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:33 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:224 msgid "Timing and Validity" msgstr "" @@ -977,8 +977,8 @@ msgstr "" msgid "Topology" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:66 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:60 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:66 msgid "" "Type of service value for the IP header of control traffic. Default is " "\"16\"." @@ -993,13 +993,13 @@ msgstr "" msgid "Uplink" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:160 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 msgid "Uplink uses NAT" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:116 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:110 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:116 msgid "Use hysteresis" msgstr "" @@ -1024,24 +1024,24 @@ msgstr "" msgid "WLAN" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 msgid "" "Warning: kmod-ipip is not installed. Without kmod-ipip SmartGateway will not " "work, please install it." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:235 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:229 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:60 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:60 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:60 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:235 msgid "Weight" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:236 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:230 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:61 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:61 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:61 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:236 msgid "" "When multiple links exist between hosts the weight of interface is used to " "determine the link to use. Normally the weight is automatically calculated " @@ -1066,8 +1066,8 @@ msgid "" "setting is \"both\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:193 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:187 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:193 msgid "Willingness" msgstr "" diff --git a/applications/luci-app-olsr/po/no/olsr.po b/applications/luci-app-olsr/po/no/olsr.po index 5d34821121..bdc15444f0 100644 --- a/applications/luci-app-olsr/po/no/olsr.po +++ b/applications/luci-app-olsr/po/no/olsr.po @@ -20,23 +20,23 @@ msgstr "" msgid "Active host net announcements" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:45 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:45 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:45 msgid "Advanced Settings" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:141 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 msgid "Allow gateways with NAT" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:141 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 msgid "Allow the selection of an outgoing ipv4 gateway with NAT" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:155 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:149 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:155 msgid "Announce uplink" msgstr "" @@ -63,8 +63,8 @@ msgstr "" msgid "Broadcast address" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:265 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:90 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:265 msgid "Can only be a valid IPv4 or IPv6 address or 'default'" msgstr "" @@ -106,31 +106,31 @@ msgstr "" msgid "ETX" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:365 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:134 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:346 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:35 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:35 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:35 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:365 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:15 msgid "Enable" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:134 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 msgid "" "Enable SmartGateway. If it is disabled, then all other SmartGateway " "parameters are ignored. Default is \"no\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:36 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:36 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:36 msgid "Enable this interface." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:249 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:249 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:249 msgid "Enabled" msgstr "" @@ -138,13 +138,13 @@ msgstr "" msgid "Expected retransmission count" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:71 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:65 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:71 msgid "FIB metric" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:72 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:66 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:72 msgid "" "FIBMetric controls the metric value of the host-routes OLSRd sets. \"flat\" " "means that the metric value is always 2. This is the preferred value because " @@ -154,8 +154,8 @@ msgid "" "Default is \"flat\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:112 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:106 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:112 msgid "Fisheye mechanism for TCs (checked means on). Default is \"on\"" msgstr "" @@ -164,17 +164,17 @@ msgstr "" msgid "Gateway" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:42 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:222 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:42 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:216 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:31 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:31 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:31 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:42 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:222 msgid "General Settings" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:39 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:39 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:39 msgid "General settings" msgstr "" @@ -192,8 +192,8 @@ msgid "Green" msgstr "" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:53 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:402 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:383 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:402 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:178 msgid "HNA" msgstr "" @@ -202,17 +202,17 @@ msgstr "" msgid "HNA Announcements" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:341 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:322 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:165 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:152 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:165 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:341 msgid "HNA interval" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:347 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:328 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:171 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:158 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:171 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:347 msgid "HNA validity time" msgstr "" @@ -220,22 +220,22 @@ msgstr "" msgid "HNA6 Announcements" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:381 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:362 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:381 msgid "Hello" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:305 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:286 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:129 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:116 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:129 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:305 msgid "Hello interval" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:311 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:292 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:135 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:122 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:135 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:311 msgid "Hello validity time" msgstr "" @@ -253,8 +253,8 @@ msgstr "" msgid "Hna4" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:10 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 msgid "Hna6" msgstr "" @@ -280,18 +280,18 @@ msgid "" "networks using HNA6 messages." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:117 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:111 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:117 msgid "" "Hysteresis for link sensing (only for hopcount metric). Hysteresis adds more " "robustness to the link sensing but delays neighbor registration. Defaults is " "\"yes\"" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:223 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:217 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:32 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:32 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:32 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:223 msgid "IP Addresses" msgstr "" @@ -306,26 +306,26 @@ msgstr "" msgid "IPv4" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:278 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:103 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:278 msgid "IPv4 broadcast" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:279 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:104 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:279 msgid "" "IPv4 broadcast address for outgoing OLSR packets. One useful example would " "be 255.255.255.255. Default is \"0.0.0.0\", which triggers the usage of the " "interface broadcast IP." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:291 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:116 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:291 msgid "IPv4 source" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:292 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:117 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:292 msgid "" "IPv4 src address for outgoing OLSR packages. Default is \"0.0.0.0\", which " "triggers usage of the interface IP." @@ -336,52 +336,52 @@ msgstr "" msgid "IPv6" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:285 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:272 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:110 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:103 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:110 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:285 msgid "IPv6 multicast" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:286 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:273 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:111 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:104 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:111 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:286 msgid "" "IPv6 multicast address. Default is \"FF02::6D\", the manet-router linklocal " "multicast." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:10 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 msgid "" "IPv6 network must be given in full notation, prefix must be in CIDR notation." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:297 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:278 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:122 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:109 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:122 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:297 msgid "IPv6 source" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:298 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:279 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:123 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:110 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:123 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:298 msgid "" "IPv6 src prefix. OLSRd will choose one of the interface IPs which matches " "the prefix of this parameter. Default is \"0::/0\", which triggers the usage " "of a not-linklocal interface IP." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:178 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 msgid "IPv6-Prefix of the uplink" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:202 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:196 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:202 msgid "" "If the route to the current gateway is to be changed, the ETX value of this " "gateway is multiplied with this value before it is compared to the new one. " @@ -390,14 +390,14 @@ msgid "" "with the etx_ffeth metric!<br />Defaults to \"1.0\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:160 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 msgid "" "If this Node uses NAT for connections to the internet. Default is \"yes\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:27 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:27 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:27 #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:23 #: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:62 #: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:128 @@ -406,10 +406,10 @@ msgstr "" msgid "Interface" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:227 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:221 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:52 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:52 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:52 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:227 msgid "" "Interface Mode is used to prevent unnecessary packet forwarding on switched " "ethernet interfaces. valid Modes are \"mesh\" and \"ether\". Default is " @@ -417,15 +417,15 @@ msgid "" msgstr "" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:70 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:354 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:335 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:354 #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:14 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:163 msgid "Interfaces" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:218 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:212 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:218 msgid "Interfaces Defaults" msgstr "" @@ -433,24 +433,24 @@ msgstr "" msgid "Internet protocol" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:60 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:54 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:60 msgid "" "Interval to poll network interfaces for configuration changes (in seconds). " "Default is \"2.5\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:268 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:262 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:93 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:93 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:93 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:268 msgid "Invalid Value for LQMult-Value. Must be between 0.01 and 1.0." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:271 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:265 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:96 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:96 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:96 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:271 msgid "" "Invalid Value for LQMult-Value. You must use a decimal number between 0.01 " "and 1.0 here." @@ -464,30 +464,30 @@ msgstr "" msgid "LQ" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:90 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:84 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:90 msgid "LQ aging" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:96 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:90 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:96 msgid "LQ algorithm" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:111 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:105 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:111 msgid "LQ fisheye" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:82 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:76 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:82 msgid "LQ level" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:262 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:256 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:87 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:87 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:87 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:262 msgid "" "LQMult requires two values (IP address or 'default' and multiplicator) " "separated by space." @@ -501,28 +501,28 @@ msgstr "" msgid "Legend" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:23 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:257 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:23 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:257 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:23 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:257 msgid "Library" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:43 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:43 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:43 msgid "Link Quality Settings" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:91 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:85 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:91 msgid "" "Link quality aging factor (only for lq level 2). Tuning parameter for " "etx_float and etx_fpm, smaller values mean slower changes of ETX value. " "(allowed values are between 0.01 and 1.0)" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:97 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:91 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:97 msgid "" "Link quality algorithm (only for lq level 2).<br /><b>etx_float</b>: " "floating point ETX with exponential aging<br /><b>etx_fpm</b> : same as " @@ -532,18 +532,18 @@ msgid "" "allows ethernet links with ETX 0.1.<br />Defaults to \"etx_ff\"" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:83 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:77 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:83 msgid "" "Link quality level switch between hopcount and cost-based (mostly ETX) " "routing.<br /><b>0</b> = do not use link quality<br /><b>2</b> = use link " "quality for MPR selection and routing<br />Default is \"2\"" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:245 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:239 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:70 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:70 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:70 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:245 msgid "LinkQuality Multiplicator" msgstr "" @@ -561,22 +561,22 @@ msgid "Local interface IP" msgstr "" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:58 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:395 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:376 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:395 msgid "MID" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:329 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:310 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:153 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:140 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:153 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:329 msgid "MID interval" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:335 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:316 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:159 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:146 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:159 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:335 msgid "MID validity time" msgstr "" @@ -584,8 +584,8 @@ msgstr "" msgid "MTU" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:132 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:126 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:132 msgid "Main IP" msgstr "" @@ -600,17 +600,17 @@ msgstr "" msgid "Metric" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:226 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:376 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:220 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:357 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:51 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:51 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:51 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:226 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:376 msgid "Mode" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:246 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:71 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:246 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 /" @@ -627,8 +627,8 @@ msgid "" "LQ to all nodes on this interface by 20%: default 0.8" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:201 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:195 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:201 msgid "NAT threshold" msgstr "" @@ -654,22 +654,22 @@ msgstr "" msgid "Netmask" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:373 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:354 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:373 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:160 msgid "Network" msgstr "" +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:16 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:17 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:34 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:16 msgid "Network address" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:59 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:53 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:59 msgid "Nic changes poll interval" msgstr "" @@ -693,21 +693,21 @@ msgstr "" msgid "OLSR - HNA6-Announcements" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:9 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:216 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:9 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:216 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:9 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:216 msgid "OLSR - Plugins" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:12 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:12 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:12 #: applications/luci-app-olsr/luasrc/view/status-olsr/error_olsr.htm:8 msgid "OLSR Daemon" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:14 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:14 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:14 msgid "OLSR Daemon - Interface" msgstr "" @@ -764,35 +764,35 @@ msgstr "" msgid "Overview of smart gateways in this network" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:11 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:11 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:11 msgid "Plugin configuration" msgstr "" #: applications/luci-app-olsr/luasrc/controller/olsr4.lua:29 #: applications/luci-app-olsr/luasrc/controller/olsr6.lua:29 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:240 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:240 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:240 msgid "Plugins" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:54 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:48 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:54 msgid "Polling rate for OLSR sockets in seconds. Default is 0.05." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:53 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:47 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:53 msgid "Pollrate" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:126 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:120 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:126 msgid "Port" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:38 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:20 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:38 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:63 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:115 msgid "Prefix" @@ -854,8 +854,8 @@ msgid "Signal Noise Ratio in dB" msgstr "" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:64 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 msgid "SmartGW" msgstr "" @@ -871,15 +871,15 @@ msgstr "" msgid "Source address" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:170 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 msgid "" "Specifies the speed of the uplink in kilobits/s. First parameter is " "upstream, second parameter is downstream. Default is \"128 1024\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:170 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 msgid "Speed of the uplink" msgstr "" @@ -903,34 +903,34 @@ msgstr "" msgid "Success rate of packages sent to the neighbour" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:388 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:369 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:388 msgid "TC" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:317 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:298 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:141 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:128 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:141 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:317 msgid "TC interval" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:323 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:304 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:134 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:147 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:323 msgid "TC validity time" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:65 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:59 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:65 msgid "TOS value" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:13 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:13 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:15 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:13 msgid "" "The OLSR daemon is an implementation of the Optimized Link State Routing " "protocol. As such it allows mesh routing for any network equipment. It runs " @@ -939,27 +939,27 @@ msgid "" "documentation." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:194 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:188 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:194 msgid "" "The fixed willingness to use. If not set willingness will be calculated " "dynamically based on battery/power status. Default is \"3\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:45 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:45 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:45 msgid "The interface OLSRd should serve." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:127 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:121 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:127 msgid "" "The port OLSR uses. This should usually stay at the IANA assigned port 698. " "It can have a value between 1 and 65535." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:178 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 msgid "" "This can be used to signal the external IPv6 prefix of the uplink to the " "clients. This might allow a client to change it's local IPv6 address to use " @@ -967,10 +967,10 @@ msgid "" "length is 64 bits. Default is \"::/0\" (no prefix)." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:224 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:218 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:33 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:33 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:33 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:224 msgid "Timing and Validity" msgstr "" @@ -978,8 +978,8 @@ msgstr "" msgid "Topology" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:66 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:60 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:66 msgid "" "Type of service value for the IP header of control traffic. Default is " "\"16\"." @@ -994,13 +994,13 @@ msgstr "" msgid "Uplink" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:160 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 msgid "Uplink uses NAT" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:116 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:110 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:116 msgid "Use hysteresis" msgstr "" @@ -1025,24 +1025,24 @@ msgstr "" msgid "WLAN" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 msgid "" "Warning: kmod-ipip is not installed. Without kmod-ipip SmartGateway will not " "work, please install it." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:235 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:229 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:60 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:60 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:60 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:235 msgid "Weight" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:236 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:230 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:61 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:61 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:61 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:236 msgid "" "When multiple links exist between hosts the weight of interface is used to " "determine the link to use. Normally the weight is automatically calculated " @@ -1067,8 +1067,8 @@ msgid "" "setting is \"both\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:193 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:187 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:193 msgid "Willingness" msgstr "" diff --git a/applications/luci-app-olsr/po/pl/olsr.po b/applications/luci-app-olsr/po/pl/olsr.po index e2790e44f5..fd1ebdf4da 100644 --- a/applications/luci-app-olsr/po/pl/olsr.po +++ b/applications/luci-app-olsr/po/pl/olsr.po @@ -24,23 +24,23 @@ msgstr "Aktywne wÄ™zÅ‚y OLSR" msgid "Active host net announcements" msgstr "Aktywne ogÅ‚oszenia hostnet" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:45 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:45 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:45 msgid "Advanced Settings" msgstr "Ustawienia zaawansowane" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:141 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 msgid "Allow gateways with NAT" msgstr "Zezwól na bramy z NAT" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:141 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 msgid "Allow the selection of an outgoing ipv4 gateway with NAT" msgstr "Zezwól na wybieranie wychodzÄ…cej bramy IPv4 przez NAT" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:155 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:149 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:155 msgid "Announce uplink" msgstr "OgÅ‚aszaj uplink" @@ -69,8 +69,8 @@ msgstr "" msgid "Broadcast address" msgstr "Adres rozgÅ‚oszeniowy (broadcast)" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:265 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:90 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:265 msgid "Can only be a valid IPv4 or IPv6 address or 'default'" msgstr "" @@ -112,19 +112,19 @@ msgstr "Ustawienia pobierania" msgid "ETX" msgstr "ETX" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:365 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:134 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:346 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:35 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:35 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:35 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:365 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:15 msgid "Enable" msgstr "WÅ‚Ä…cz" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:134 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 msgid "" "Enable SmartGateway. If it is disabled, then all other SmartGateway " "parameters are ignored. Default is \"no\"." @@ -132,13 +132,13 @@ msgstr "" "WÅ‚Ä…cz SmartGateway. JeÅ›li wyÅ‚Ä…czone, wszystkie inne parametry SmartGateway " "sÄ… ignorowane. DomyÅ›lnie jest wyÅ‚Ä…czone." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:36 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:36 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:36 msgid "Enable this interface." msgstr "WÅ‚Ä…cz ten interfejs." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:249 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:249 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:249 msgid "Enabled" msgstr "WÅ‚Ä…czone" @@ -146,13 +146,13 @@ msgstr "WÅ‚Ä…czone" msgid "Expected retransmission count" msgstr "Oczekiwana wartość retransmisji" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:71 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:65 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:71 msgid "FIB metric" msgstr "Metryka FIB" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:72 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:66 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:72 msgid "" "FIBMetric controls the metric value of the host-routes OLSRd sets. \"flat\" " "means that the metric value is always 2. This is the preferred value because " @@ -163,8 +163,8 @@ msgid "" msgstr "" # skorzystaÅ‚em z niemieckiego tÅ‚umaczenia -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:112 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:106 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:112 msgid "Fisheye mechanism for TCs (checked means on). Default is \"on\"" msgstr "" "Mechanizm Fisheye dla TCs (zaznaczone oznacza \"wÅ‚Ä…czone\"). DomyÅ›lnie jest " @@ -175,17 +175,17 @@ msgstr "" msgid "Gateway" msgstr "Brama" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:42 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:222 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:42 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:216 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:31 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:31 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:31 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:42 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:222 msgid "General Settings" msgstr "Ustawienia ogólne" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:39 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:39 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:39 msgid "General settings" msgstr "Ustawienia ogólne" @@ -203,8 +203,8 @@ msgid "Green" msgstr "" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:53 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:402 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:383 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:402 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:178 msgid "HNA" msgstr "HNA" @@ -213,17 +213,17 @@ msgstr "HNA" msgid "HNA Announcements" msgstr "OgÅ‚oszenia HNA" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:341 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:322 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:165 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:152 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:165 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:341 msgid "HNA interval" msgstr "InterwaÅ‚ HNA" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:347 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:328 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:171 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:158 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:171 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:347 msgid "HNA validity time" msgstr "Czas poprawnoÅ›ci HNA" @@ -232,22 +232,22 @@ msgstr "Czas poprawnoÅ›ci HNA" msgid "HNA6 Announcements" msgstr "OgÅ‚oszenia HNA" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:381 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:362 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:381 msgid "Hello" msgstr "Hello" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:305 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:286 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:129 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:116 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:129 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:305 msgid "Hello interval" msgstr "InterwaÅ‚ Hello" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:311 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:292 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:135 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:122 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:135 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:311 msgid "Hello validity time" msgstr "Czas poprawnoÅ›ci Hello" @@ -265,8 +265,8 @@ msgstr "" msgid "Hna4" msgstr "Hna4" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:10 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 msgid "Hna6" msgstr "Hna6" @@ -297,18 +297,18 @@ msgstr "" "Hosty w sieci OLSR mogÄ… ogÅ‚aszać poÅ‚Ä…czenia z zewnÄ™trznymi sieciami poprzez " "wiadomoÅ›ci HNA." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:117 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:111 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:117 msgid "" "Hysteresis for link sensing (only for hopcount metric). Hysteresis adds more " "robustness to the link sensing but delays neighbor registration. Defaults is " "\"yes\"" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:223 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:217 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:32 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:32 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:32 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:223 msgid "IP Addresses" msgstr "Adresy IP" @@ -325,13 +325,13 @@ msgstr "" msgid "IPv4" msgstr "IPv4" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:278 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:103 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:278 msgid "IPv4 broadcast" msgstr "RozgÅ‚aszanie IPv4" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:279 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:104 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:279 msgid "" "IPv4 broadcast address for outgoing OLSR packets. One useful example would " "be 255.255.255.255. Default is \"0.0.0.0\", which triggers the usage of the " @@ -341,13 +341,13 @@ msgstr "" "Przydatnym przykÅ‚adem byÅ‚oby 255.255.255.255. DomyÅ›lna wartość to " "\"0.0.0.0\" - jest wtedy używany adres rozgÅ‚oszeniowy interfejsu." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:291 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:116 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:291 msgid "IPv4 source" msgstr "ŹródÅ‚o IPv4" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:292 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:117 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:292 msgid "" "IPv4 src address for outgoing OLSR packages. Default is \"0.0.0.0\", which " "triggers usage of the interface IP." @@ -360,18 +360,18 @@ msgstr "" msgid "IPv6" msgstr "IPv6" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:285 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:272 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:110 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:103 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:110 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:285 msgid "IPv6 multicast" msgstr "Multicast IPv6" # Nie mam pojÄ™cia, jak to lepiej przetÅ‚umaczyć, ale w moich tÅ‚umaczeniach kierujÄ™ siÄ™ zasadÄ… "release early, release often". -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:286 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:273 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:111 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:104 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:111 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:286 msgid "" "IPv6 multicast address. Default is \"FF02::6D\", the manet-router linklocal " "multicast." @@ -379,24 +379,24 @@ msgstr "" "Adres multicast IPv6. DomyÅ›lna wartość to \"FF02::6D\", multicast lokalnego " "routera." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:10 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 msgid "" "IPv6 network must be given in full notation, prefix must be in CIDR notation." msgstr "" "Sieć IPv6 musi być podana w peÅ‚nej notacji, prefiks musi być w notacji CIDR." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:297 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:278 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:122 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:109 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:122 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:297 msgid "IPv6 source" msgstr "ŹródÅ‚o IPv6" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:298 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:279 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:123 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:110 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:123 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:298 msgid "" "IPv6 src prefix. OLSRd will choose one of the interface IPs which matches " "the prefix of this parameter. Default is \"0::/0\", which triggers the usage " @@ -406,13 +406,13 @@ msgstr "" "bÄ™dzie pasowaÅ‚ do tego prefiksu. DomyÅ›lna wartość to \"0::/0\" - jest wtedy " "używany adres IP interfejsu." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:178 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 msgid "IPv6-Prefix of the uplink" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:202 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:196 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:202 msgid "" "If the route to the current gateway is to be changed, the ETX value of this " "gateway is multiplied with this value before it is compared to the new one. " @@ -421,14 +421,14 @@ msgid "" "with the etx_ffeth metric!<br />Defaults to \"1.0\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:160 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 msgid "" "If this Node uses NAT for connections to the internet. Default is \"yes\"." msgstr "Czy wÄ™zeÅ‚ korzysta z NAT do poÅ‚Ä…czenia z Internetem. DomyÅ›lnie \"Tak\"" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:27 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:27 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:27 #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:23 #: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:62 #: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:128 @@ -437,10 +437,10 @@ msgstr "Czy wÄ™zeÅ‚ korzysta z NAT do poÅ‚Ä…czenia z Internetem. DomyÅ›lnie \"Ta msgid "Interface" msgstr "Interfejs" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:227 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:221 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:52 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:52 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:52 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:227 msgid "" "Interface Mode is used to prevent unnecessary packet forwarding on switched " "ethernet interfaces. valid Modes are \"mesh\" and \"ether\". Default is " @@ -451,16 +451,16 @@ msgstr "" "\"mesh\"." #: applications/luci-app-olsr/luasrc/controller/olsr.lua:70 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:354 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:335 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:354 #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:14 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:163 msgid "Interfaces" msgstr "Interfejsy" # by Google :D po części -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:218 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:212 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:218 msgid "Interfaces Defaults" msgstr "Standardy interfejsów" @@ -468,24 +468,24 @@ msgstr "Standardy interfejsów" msgid "Internet protocol" msgstr "Protokół internetowy" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:60 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:54 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:60 msgid "" "Interval to poll network interfaces for configuration changes (in seconds). " "Default is \"2.5\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:268 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:262 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:93 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:93 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:93 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:268 msgid "Invalid Value for LQMult-Value. Must be between 0.01 and 1.0." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:271 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:265 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:96 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:96 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:96 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:271 msgid "" "Invalid Value for LQMult-Value. You must use a decimal number between 0.01 " "and 1.0 here." @@ -499,30 +499,30 @@ msgstr "Znane Å›cieżki OLSR" msgid "LQ" msgstr "LQ" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:90 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:84 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:90 msgid "LQ aging" msgstr "Starzenie siÄ™ LQ" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:96 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:90 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:96 msgid "LQ algorithm" msgstr "Algorytm LQ" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:111 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:105 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:111 msgid "LQ fisheye" msgstr "LQ-Fisheye" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:82 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:76 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:82 msgid "LQ level" msgstr "Poziom LQ" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:262 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:256 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:87 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:87 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:87 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:262 msgid "" "LQMult requires two values (IP address or 'default' and multiplicator) " "separated by space." @@ -536,29 +536,29 @@ msgstr "Ostatni skok (hop)" msgid "Legend" msgstr "Legenda" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:23 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:257 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:23 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:257 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:23 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:257 msgid "Library" msgstr "Biblioteka" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:43 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:43 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:43 #, fuzzy msgid "Link Quality Settings" msgstr "Ustawienia jakoÅ›ci linków" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:91 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:85 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:91 msgid "" "Link quality aging factor (only for lq level 2). Tuning parameter for " "etx_float and etx_fpm, smaller values mean slower changes of ETX value. " "(allowed values are between 0.01 and 1.0)" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:97 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:91 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:97 msgid "" "Link quality algorithm (only for lq level 2).<br /><b>etx_float</b>: " "floating point ETX with exponential aging<br /><b>etx_fpm</b> : same as " @@ -568,18 +568,18 @@ msgid "" "allows ethernet links with ETX 0.1.<br />Defaults to \"etx_ff\"" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:83 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:77 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:83 msgid "" "Link quality level switch between hopcount and cost-based (mostly ETX) " "routing.<br /><b>0</b> = do not use link quality<br /><b>2</b> = use link " "quality for MPR selection and routing<br />Default is \"2\"" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:245 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:239 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:70 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:70 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:70 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:245 msgid "LinkQuality Multiplicator" msgstr "Mnożnik LinkQuality" @@ -597,22 +597,22 @@ msgid "Local interface IP" msgstr "IP lokalnego interfejsu" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:58 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:395 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:376 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:395 msgid "MID" msgstr "MID" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:329 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:310 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:153 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:140 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:153 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:329 msgid "MID interval" msgstr "InterwaÅ‚ MID" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:335 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:316 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:159 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:146 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:159 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:335 msgid "MID validity time" msgstr "Czas poprawnoÅ›ci MID" @@ -620,8 +620,8 @@ msgstr "Czas poprawnoÅ›ci MID" msgid "MTU" msgstr "MTU" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:132 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:126 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:132 msgid "Main IP" msgstr "Główny IP" @@ -637,17 +637,17 @@ msgstr "" msgid "Metric" msgstr "Miara" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:226 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:376 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:220 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:357 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:51 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:51 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:51 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:226 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:376 msgid "Mode" msgstr "Tryb" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:246 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:71 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:246 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 /" @@ -664,8 +664,8 @@ msgid "" "LQ to all nodes on this interface by 20%: default 0.8" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:201 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:195 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:201 msgid "NAT threshold" msgstr "Próg NAT" @@ -691,22 +691,22 @@ msgstr "SÄ…siedzi" msgid "Netmask" msgstr "Maska sieciowa" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:373 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:354 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:373 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:160 msgid "Network" msgstr "Sieć" +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:16 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:17 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:34 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:16 msgid "Network address" msgstr "Adres sieci" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:59 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:53 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:59 msgid "Nic changes poll interval" msgstr "" @@ -731,21 +731,21 @@ msgstr "OLSR - ogÅ‚oszenia HNA" msgid "OLSR - HNA6-Announcements" msgstr "OLSR - ogÅ‚oszenia HNA" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:9 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:216 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:9 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:216 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:9 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:216 msgid "OLSR - Plugins" msgstr "OLSR - pluginy" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:12 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:12 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:12 #: applications/luci-app-olsr/luasrc/view/status-olsr/error_olsr.htm:8 msgid "OLSR Daemon" msgstr "Demon OLSR" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:14 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:14 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:14 msgid "OLSR Daemon - Interface" msgstr "Demon OLSR - interfejs" @@ -802,35 +802,35 @@ msgstr "PrzeglÄ…d znanych wielointerfejsowych ogÅ‚oszeÅ„" msgid "Overview of smart gateways in this network" msgstr "PrzeglÄ…d bram SmartGateway w tej sieci" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:11 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:11 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:11 msgid "Plugin configuration" msgstr "Ustawienia pluginu" #: applications/luci-app-olsr/luasrc/controller/olsr4.lua:29 #: applications/luci-app-olsr/luasrc/controller/olsr6.lua:29 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:240 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:240 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:240 msgid "Plugins" msgstr "Pluginy" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:54 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:48 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:54 msgid "Polling rate for OLSR sockets in seconds. Default is 0.05." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:53 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:47 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:53 msgid "Pollrate" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:126 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:120 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:126 msgid "Port" msgstr "Port" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:38 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:20 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:38 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:63 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:115 msgid "Prefix" @@ -892,8 +892,8 @@ msgid "Signal Noise Ratio in dB" msgstr "" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:64 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 msgid "SmartGW" msgstr "SmartGW" @@ -909,15 +909,15 @@ msgstr "SmartGateway jest nieskonfigurowane." msgid "Source address" msgstr "Adres źródÅ‚owy" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:170 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 msgid "" "Specifies the speed of the uplink in kilobits/s. First parameter is " "upstream, second parameter is downstream. Default is \"128 1024\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:170 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 msgid "Speed of the uplink" msgstr "" @@ -943,34 +943,34 @@ msgstr "Wartość poprawnie otrzymanych od sÄ…siada pakietów" msgid "Success rate of packages sent to the neighbour" msgstr "Wartość poprawnie wysÅ‚anych pakietów do sÄ…siada" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:388 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:369 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:388 msgid "TC" msgstr "TC" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:317 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:298 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:141 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:128 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:141 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:317 msgid "TC interval" msgstr "InterwaÅ‚ TC" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:323 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:304 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:134 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:147 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:323 msgid "TC validity time" msgstr "Czas poprawnoÅ›ci TC" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:65 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:59 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:65 msgid "TOS value" msgstr "Wartość TOS" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:13 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:13 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:15 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:13 msgid "" "The OLSR daemon is an implementation of the Optimized Link State Routing " "protocol. As such it allows mesh routing for any network equipment. It runs " @@ -979,20 +979,20 @@ msgid "" "documentation." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:194 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:188 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:194 msgid "" "The fixed willingness to use. If not set willingness will be calculated " "dynamically based on battery/power status. Default is \"3\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:45 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:45 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:45 msgid "The interface OLSRd should serve." msgstr "Interfejs, który powinien oferować OLSRd." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:127 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:121 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:127 msgid "" "The port OLSR uses. This should usually stay at the IANA assigned port 698. " "It can have a value between 1 and 65535." @@ -1000,8 +1000,8 @@ msgstr "" "Port używany przez OLSR. Zwykle powinien pozostać na przydzielonym przez " "IANA porcie 698. Może mieć wartość pomiÄ™dzy 1 a 65535." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:178 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 msgid "" "This can be used to signal the external IPv6 prefix of the uplink to the " "clients. This might allow a client to change it's local IPv6 address to use " @@ -1009,10 +1009,10 @@ msgid "" "length is 64 bits. Default is \"::/0\" (no prefix)." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:224 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:218 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:33 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:33 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:33 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:224 msgid "Timing and Validity" msgstr "" @@ -1020,8 +1020,8 @@ msgstr "" msgid "Topology" msgstr "Topologia" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:66 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:60 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:66 msgid "" "Type of service value for the IP header of control traffic. Default is " "\"16\"." @@ -1036,13 +1036,13 @@ msgstr "PoÅ‚Ä…czenie z demonem OLSR nieudane!" msgid "Uplink" msgstr "Uplink" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:160 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 msgid "Uplink uses NAT" msgstr "Uplink używa NAT" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:116 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:110 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:116 msgid "Use hysteresis" msgstr "Używaj histerezy" @@ -1067,8 +1067,8 @@ msgstr "" msgid "WLAN" msgstr "WLAN" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 msgid "" "Warning: kmod-ipip is not installed. Without kmod-ipip SmartGateway will not " "work, please install it." @@ -1076,17 +1076,17 @@ msgstr "" "Uwaga: kmod-ipip nie jest zainstalowany. Bez kmod-ipip bramy SmartGateway " "nie bÄ™dÄ… dziaÅ‚ać. ProszÄ™ go zainstalować." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:235 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:229 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:60 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:60 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:60 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:235 msgid "Weight" msgstr "Waga" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:236 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:230 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:61 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:61 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:61 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:236 msgid "" "When multiple links exist between hosts the weight of interface is used to " "determine the link to use. Normally the weight is automatically calculated " @@ -1118,8 +1118,8 @@ msgid "" "setting is \"both\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:193 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:187 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:193 msgid "Willingness" msgstr "Gotowość" diff --git a/applications/luci-app-olsr/po/pt-br/olsr.po b/applications/luci-app-olsr/po/pt-br/olsr.po index c88fad453c..8918bc0bde 100644 --- a/applications/luci-app-olsr/po/pt-br/olsr.po +++ b/applications/luci-app-olsr/po/pt-br/olsr.po @@ -27,23 +27,23 @@ msgstr "Nós OLSR ativos" msgid "Active host net announcements" msgstr "Anúncios ativos de equipamentos" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:45 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:45 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:45 msgid "Advanced Settings" msgstr "Configurações Avançadas" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:141 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 msgid "Allow gateways with NAT" msgstr "Permitir rotadores com NAT" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:141 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 msgid "Allow the selection of an outgoing ipv4 gateway with NAT" msgstr "Permitir a seleção de rotador de saÃda IPv4 com NAT" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:155 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:149 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:155 msgid "Announce uplink" msgstr "Anunciar enlace superior (uplink)" @@ -73,8 +73,8 @@ msgid "Broadcast address" msgstr "Endereço de broadcast" # 20140621: edersg: tradução -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:265 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:90 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:265 msgid "Can only be a valid IPv4 or IPv6 address or 'default'" msgstr "" "Somente pode ser um endereço IPv4 ou IPv6 válidos ou um endereço 'padrão'" @@ -124,19 +124,19 @@ msgstr "Configuração do Recebimento de Dados " msgid "ETX" msgstr "ETX" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:365 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:134 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:346 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:35 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:35 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:35 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:365 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:15 msgid "Enable" msgstr "Habilitar" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:134 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 msgid "" "Enable SmartGateway. If it is disabled, then all other SmartGateway " "parameters are ignored. Default is \"no\"." @@ -144,13 +144,13 @@ msgstr "" "Habilita o SmartGateway. Se isto está desabilitado, então todos os demais " "parâmetros do SmartGateway são ignorados. Padrão é \"não\"." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:36 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:36 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:36 msgid "Enable this interface." msgstr "Habilita esta interface." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:249 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:249 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:249 msgid "Enabled" msgstr "Habilitado" @@ -158,13 +158,13 @@ msgstr "Habilitado" msgid "Expected retransmission count" msgstr "Contagem esperada de retransmissões" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:71 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:65 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:71 msgid "FIB metric" msgstr "Métrica FIB" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:72 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:66 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:72 msgid "" "FIBMetric controls the metric value of the host-routes OLSRd sets. \"flat\" " "means that the metric value is always 2. This is the preferred value because " @@ -181,8 +181,8 @@ msgstr "" "atualiza a contagem de saltos se o próximo salto também mudar. O padrão é " "\"flat\"." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:112 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:106 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:112 msgid "Fisheye mechanism for TCs (checked means on). Default is \"on\"" msgstr "" "Mecanismo Fisheye para <abbr title=\"Topology Control, Controle de Topologia" @@ -193,17 +193,17 @@ msgstr "" msgid "Gateway" msgstr "Roteador" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:42 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:222 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:42 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:216 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:31 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:31 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:31 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:42 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:222 msgid "General Settings" msgstr "Configurações Gerais" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:39 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:39 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:39 msgid "General settings" msgstr "Configurações gerais" @@ -224,8 +224,8 @@ msgid "Green" msgstr "Verde" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:53 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:402 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:383 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:402 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:178 msgid "HNA" msgstr "" @@ -238,19 +238,19 @@ msgstr "" "Anúncios do <abbr title=\"Host and network association, Associação de " "equipamentos e redes\">HNA</abbr>" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:341 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:322 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:165 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:152 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:165 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:341 msgid "HNA interval" msgstr "" "Intervalo entre <abbr title=\"Host and network association, Associação de " "equipamentos e redes\">HNA</abbr>" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:347 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:328 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:171 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:158 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:171 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:347 msgid "HNA validity time" msgstr "" "Validade do <abbr title=\"Host and network association, Associação de " @@ -262,22 +262,22 @@ msgstr "" "Anúncios do <abbr title=\"Host and network association, Associação de " "equipamentos e redes\">HNA</abbr>" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:381 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:362 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:381 msgid "Hello" msgstr "Saudação (Hello)" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:305 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:286 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:129 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:116 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:129 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:305 msgid "Hello interval" msgstr "Intervalo entre Saudações (Hello)" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:311 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:292 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:135 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:122 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:135 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:311 msgid "Hello validity time" msgstr "Validade da Saudação (Hello)" @@ -297,8 +297,8 @@ msgstr "Ocultar IPv6" msgid "Hna4" msgstr "Hna4" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:10 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 msgid "Hna6" msgstr "Hna6" @@ -329,8 +329,8 @@ msgstr "" "redes externas usando mensagens HNA." # Hysteresis é Histerese que significa "retardo" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:117 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:111 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:117 msgid "" "Hysteresis for link sensing (only for hopcount metric). Hysteresis adds more " "robustness to the link sensing but delays neighbor registration. Defaults is " @@ -340,10 +340,10 @@ msgstr "" "de saltos), Retardo incrementa a robustez da sensibilidade do enlace mas " "atrasa o registro dos vizinhos. O padrão é \"sim\"" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:223 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:217 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:32 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:32 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:32 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:223 msgid "IP Addresses" msgstr "Endereços IP" @@ -360,13 +360,13 @@ msgstr "" msgid "IPv4" msgstr "IPv4" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:278 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:103 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:278 msgid "IPv4 broadcast" msgstr "Endereço IPv4 de Broadcast" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:279 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:104 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:279 msgid "" "IPv4 broadcast address for outgoing OLSR packets. One useful example would " "be 255.255.255.255. Default is \"0.0.0.0\", which triggers the usage of the " @@ -376,13 +376,13 @@ msgstr "" "seria 255.255.255.255. O padrão é \"0.0.0.0\", que indica o uso do endereço " "IP de broadcast da interface." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:291 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:116 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:291 msgid "IPv4 source" msgstr "Origem IPv4" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:292 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:117 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:292 msgid "" "IPv4 src address for outgoing OLSR packages. Default is \"0.0.0.0\", which " "triggers usage of the interface IP." @@ -396,17 +396,17 @@ msgstr "" msgid "IPv6" msgstr "IPv6" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:285 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:272 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:110 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:103 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:110 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:285 msgid "IPv6 multicast" msgstr "Multicast IPv6" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:286 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:273 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:111 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:104 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:111 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:286 msgid "" "IPv6 multicast address. Default is \"FF02::6D\", the manet-router linklocal " "multicast." @@ -414,25 +414,25 @@ msgstr "" "Endereço de multicast IPv6. O padrão é \"FF02::6D\", o multicast do enlace " "local do roteador MANET." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:10 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 msgid "" "IPv6 network must be given in full notation, prefix must be in CIDR notation." msgstr "" "A rede IPv6 deve ser informada em notação completa. O prefixo deve ser em " "notação CIDR." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:297 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:278 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:122 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:109 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:122 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:297 msgid "IPv6 source" msgstr "Origem IPv6" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:298 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:279 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:123 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:110 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:123 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:298 msgid "" "IPv6 src prefix. OLSRd will choose one of the interface IPs which matches " "the prefix of this parameter. Default is \"0::/0\", which triggers the usage " @@ -442,13 +442,13 @@ msgstr "" "com o prefixo do parâmetro. O padrão é \"0::/0\", que faz com que seja usado " "um endereço IP não local da interface." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:178 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 msgid "IPv6-Prefix of the uplink" msgstr "Prefixo IPv6 do enlace superior (uplink)" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:202 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:196 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:202 msgid "" "If the route to the current gateway is to be changed, the ETX value of this " "gateway is multiplied with this value before it is compared to the new one. " @@ -462,14 +462,14 @@ msgstr "" "1.0 se alterado..<br /><b>CUIDADO:</b> Este parâmetro não deve ser usado em " "conjunto com a métrica etx_ffeth!<br />O padrão é \"1.0\"." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:160 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 msgid "" "If this Node uses NAT for connections to the internet. Default is \"yes\"." msgstr "Se este Nó usa NAT para conexões com a internet. Padrão é \"sim\"." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:27 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:27 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:27 #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:23 #: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:62 #: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:128 @@ -478,10 +478,10 @@ msgstr "Se este Nó usa NAT para conexões com a internet. Padrão é \"sim\"." msgid "Interface" msgstr "Interface" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:227 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:221 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:52 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:52 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:52 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:227 msgid "" "Interface Mode is used to prevent unnecessary packet forwarding on switched " "ethernet interfaces. valid Modes are \"mesh\" and \"ether\". Default is " @@ -492,15 +492,15 @@ msgstr "" "\"ether\". O padrão é \"mesh\"." #: applications/luci-app-olsr/luasrc/controller/olsr.lua:70 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:354 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:335 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:354 #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:14 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:163 msgid "Interfaces" msgstr "Interfaces" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:218 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:212 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:218 msgid "Interfaces Defaults" msgstr "Padrões da Interface" @@ -508,8 +508,8 @@ msgstr "Padrões da Interface" msgid "Internet protocol" msgstr "Protocolo internet" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:60 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:54 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:60 msgid "" "Interval to poll network interfaces for configuration changes (in seconds). " "Default is \"2.5\"." @@ -518,18 +518,18 @@ msgstr "" "configurações (em segundos). O padrão é \"2.5\"." # 20140621: edersg: tradução -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:268 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:262 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:93 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:93 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:93 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:268 msgid "Invalid Value for LQMult-Value. Must be between 0.01 and 1.0." msgstr "Valor inválido para LQMult-Value. Deve estar entre 0.01 e 1.0." # 20140621: edersg: tradução -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:271 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:265 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:96 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:96 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:96 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:271 msgid "" "Invalid Value for LQMult-Value. You must use a decimal number between 0.01 " "and 1.0 here." @@ -545,32 +545,32 @@ msgstr "Rotas OLSR conhecidas" msgid "LQ" msgstr "<abbr title=\"Link Quality, Qualidade do Enlace\">LQ</abbr>" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:90 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:84 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:90 msgid "LQ aging" msgstr "" "Envelhecimento do <abbr title=\"Link Quality, Qualidade do Enlace\">LQ</abbr>" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:96 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:90 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:96 msgid "LQ algorithm" msgstr "Algoritmo <abbr title=\"Link Quality, Qualidade do Enlace\">LQ</abbr>" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:111 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:105 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:111 msgid "LQ fisheye" msgstr "Fisheye <abbr title=\"Link Quality, Qualidade do Enlace\">LQ</abbr>" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:82 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:76 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:82 msgid "LQ level" msgstr "NÃvel <abbr title=\"Link Quality, Qualidade do Enlace\">LQ</abbr>" # 20140621: edersg: tradução -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:262 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:256 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:87 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:87 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:87 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:262 msgid "" "LQMult requires two values (IP address or 'default' and multiplicator) " "separated by space." @@ -586,20 +586,20 @@ msgstr "Último salto" msgid "Legend" msgstr "Legenda" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:23 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:257 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:23 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:257 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:23 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:257 msgid "Library" msgstr "Biblioteca" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:43 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:43 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:43 msgid "Link Quality Settings" msgstr "Configurações da Qualidade do Enlace" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:91 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:85 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:91 msgid "" "Link quality aging factor (only for lq level 2). Tuning parameter for " "etx_float and etx_fpm, smaller values mean slower changes of ETX value. " @@ -610,8 +610,8 @@ msgstr "" "para etx_float e etx_fpm, Valores menores significam mudanças mais lentas do " "valor ETX. (permitido valores entre 0.01 e 1.0)" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:97 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:91 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:97 msgid "" "Link quality algorithm (only for lq level 2).<br /><b>etx_float</b>: " "floating point ETX with exponential aging<br /><b>etx_fpm</b> : same as " @@ -628,8 +628,8 @@ msgstr "" "para o cálculo do ETX<br /><b>etx_ffeth</b>: variação incompatÃvel do etx_ff " "que permite enlaces ethernet com ETX 0.1.<br />O padrão é \"etx_ff\"" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:83 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:77 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:83 msgid "" "Link quality level switch between hopcount and cost-based (mostly ETX) " "routing.<br /><b>0</b> = do not use link quality<br /><b>2</b> = use link " @@ -640,10 +640,10 @@ msgstr "" "b> = não use a qualidade do enlace<br /><b>2</b> = use a qualidade do enlace " "para a seleção do MPR e roteamento<br />O padrão é \"2\"" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:245 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:239 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:70 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:70 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:70 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:245 msgid "LinkQuality Multiplicator" msgstr "Multiplicador da Qualidade do Enlace" @@ -661,26 +661,26 @@ msgid "Local interface IP" msgstr "Endereço IP da interface local" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:58 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:395 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:376 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:395 msgid "MID" msgstr "" "<abbr title=\"Multiple interface declaration,Declaração de interface múltipla" "\">MID</abbr>" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:329 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:310 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:153 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:140 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:153 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:329 msgid "MID interval" msgstr "" "Intervalo do <abbr title=\"Multiple interface declaration,Declaração de " "interface múltipla\">MID</abbr>" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:335 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:316 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:159 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:146 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:159 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:335 msgid "MID validity time" msgstr "" "Validade do <abbr title=\"Multiple interface declaration,Declaração de " @@ -690,8 +690,8 @@ msgstr "" msgid "MTU" msgstr "MTU" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:132 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:126 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:132 msgid "Main IP" msgstr "IP Principal" @@ -710,18 +710,18 @@ msgstr "" msgid "Metric" msgstr "Métrica" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:226 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:376 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:220 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:357 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:51 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:51 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:51 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:226 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:376 msgid "Mode" msgstr "Modo" # 20140621: edersg: tradução -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:246 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:71 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:246 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 /" @@ -747,8 +747,8 @@ msgstr "" "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" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:201 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:195 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:201 msgid "NAT threshold" msgstr "Limiar do NAT" @@ -776,22 +776,22 @@ msgstr "Vizinhos" msgid "Netmask" msgstr "Máscara de rede" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:373 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:354 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:373 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:160 msgid "Network" msgstr "Rede" +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:16 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:17 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:34 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:16 msgid "Network address" msgstr "Endereço de rede" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:59 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:53 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:59 msgid "Nic changes poll interval" msgstr "Intervalo de consulta de mudanças na placa de rede" @@ -819,21 +819,21 @@ msgstr "" "OLSR - Anúncios <abbr title=\"Host and network association, Associação de " "equipamentos e redes\">HNA</abbr>" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:9 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:216 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:9 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:216 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:9 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:216 msgid "OLSR - Plugins" msgstr "OLSR - Plugins" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:12 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:12 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:12 #: applications/luci-app-olsr/luasrc/view/status-olsr/error_olsr.htm:8 msgid "OLSR Daemon" msgstr "Servidor OLSR" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:14 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:14 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:14 msgid "OLSR Daemon - Interface" msgstr "Servidor OLSR - Interface" @@ -891,36 +891,36 @@ msgstr "Visão geral de anúncios de nós com múltiplas interfaces conhecidas" msgid "Overview of smart gateways in this network" msgstr "Visão geral dos SmartGateways na rede" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:11 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:11 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:11 msgid "Plugin configuration" msgstr "Configuração do Plugin" #: applications/luci-app-olsr/luasrc/controller/olsr4.lua:29 #: applications/luci-app-olsr/luasrc/controller/olsr6.lua:29 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:240 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:240 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:240 msgid "Plugins" msgstr "Plugins" # Que socket? -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:54 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:48 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:54 msgid "Polling rate for OLSR sockets in seconds. Default is 0.05." msgstr "Taxa de consulta por conexões OLSR, em segundos. Padrão é 0.05." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:53 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:47 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:53 msgid "Pollrate" msgstr "Taxa de consulta" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:126 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:120 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:126 msgid "Port" msgstr "Porta" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:38 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:20 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:38 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:63 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:115 msgid "Prefix" @@ -996,8 +996,8 @@ msgid "Signal Noise Ratio in dB" msgstr "Relação do ruÃdo do sinal em dB" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:64 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 msgid "SmartGW" msgstr "SmartGW" @@ -1013,8 +1013,8 @@ msgstr "SmartGateway não está configurado no seu sistema." msgid "Source address" msgstr "Endereço de origem" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:170 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 msgid "" "Specifies the speed of the uplink in kilobits/s. First parameter is " "upstream, second parameter is downstream. Default is \"128 1024\"." @@ -1023,8 +1023,8 @@ msgstr "" "primeiro parâmetro é a taxa de envio (upstream) e o segundo parâmetro é a " "taxa de recebimento (downstream). O padrão é \"128 1024\"." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:170 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 msgid "Speed of the uplink" msgstr "Velocidade do enlace superior" @@ -1050,37 +1050,37 @@ msgstr "Taxa de sucesso de pacotes recebidos de vizinhos" msgid "Success rate of packages sent to the neighbour" msgstr "Taxa de sucesso de pacotes enviados a vizinhos" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:388 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:369 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:388 msgid "TC" msgstr "<abbr title=\"Topology Control, Controle de Topologia\">TC</abbr>" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:317 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:298 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:141 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:128 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:141 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:317 msgid "TC interval" msgstr "" "Intervalo do <abbr title=\"Topology Control, Controle de Topologia\">TC</" "abbr>" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:323 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:304 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:134 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:147 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:323 msgid "TC validity time" msgstr "" "Validade do <abbr title=\"Topology Control, Controle de Topologia\">TC</abbr>" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:65 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:59 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:65 msgid "TOS value" msgstr "Valor do TOS" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:13 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:13 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:15 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:13 msgid "" "The OLSR daemon is an implementation of the Optimized Link State Routing " "protocol. As such it allows mesh routing for any network equipment. It runs " @@ -1094,8 +1094,8 @@ msgstr "" "suporte o modo ad-hoc e, é claro, em qualquer dispositivo ethernet. Visite " "<a href='http://www.olsr.org'>olsrd.org</a> para ajuda e documentação." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:194 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:188 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:194 msgid "" "The fixed willingness to use. If not set willingness will be calculated " "dynamically based on battery/power status. Default is \"3\"." @@ -1104,13 +1104,13 @@ msgstr "" "definida, ela será dinamicamente calculada baseada no estado da energia/" "bateria, O padrão é \"3\"." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:45 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:45 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:45 msgid "The interface OLSRd should serve." msgstr "A interface onde o OLSRd deve servir." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:127 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:121 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:127 msgid "" "The port OLSR uses. This should usually stay at the IANA assigned port 698. " "It can have a value between 1 and 65535." @@ -1118,8 +1118,8 @@ msgstr "" "A porta que o OLSR usa. Isto geralmente deve ficar na porta 698, designada " "pela IANA. Pode ter qualquer valor entre 1 e 65535." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:178 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 msgid "" "This can be used to signal the external IPv6 prefix of the uplink to the " "clients. This might allow a client to change it's local IPv6 address to use " @@ -1131,10 +1131,10 @@ msgstr "" "IPv6 local para usar o roteador IPv6 sem qualquer tradução de endereços. O " "tamanho máximo do prefixo é 64 bits. O padrão é \"::/0\" (nenhum prefixo)." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:224 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:218 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:33 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:33 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:33 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:224 msgid "Timing and Validity" msgstr "Temporização e Validade" @@ -1142,8 +1142,8 @@ msgstr "Temporização e Validade" msgid "Topology" msgstr "Topologia" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:66 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:60 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:66 msgid "" "Type of service value for the IP header of control traffic. Default is " "\"16\"." @@ -1160,13 +1160,13 @@ msgstr "Não foi possÃvel conectar ao servidor OLSR!" msgid "Uplink" msgstr "Enlace superior (uplink)" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:160 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 msgid "Uplink uses NAT" msgstr "Enlace superior (uplink) usa NAT" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:116 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:110 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:116 msgid "Use hysteresis" msgstr "Usar retardo" @@ -1194,8 +1194,8 @@ msgstr "Muito bom (SNR > 30)" msgid "WLAN" msgstr "Rede sem fio (WLAN)" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 msgid "" "Warning: kmod-ipip is not installed. Without kmod-ipip SmartGateway will not " "work, please install it." @@ -1203,17 +1203,17 @@ msgstr "" "Atenção: o kmod-ipip não está instalado. Sem o kmod-ipip, o SmartGateway não " "irá funcionar. Por favor, instale-o." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:235 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:229 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:60 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:60 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:60 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:235 msgid "Weight" msgstr "Peso" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:236 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:230 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:61 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:61 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:61 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:236 msgid "" "When multiple links exist between hosts the weight of interface is used to " "determine the link to use. Normally the weight is automatically calculated " @@ -1254,8 +1254,8 @@ msgstr "" "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\"." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:193 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:187 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:193 msgid "Willingness" msgstr "Disponibilidade" diff --git a/applications/luci-app-olsr/po/pt/olsr.po b/applications/luci-app-olsr/po/pt/olsr.po index 4a6cf490fc..52158475b7 100644 --- a/applications/luci-app-olsr/po/pt/olsr.po +++ b/applications/luci-app-olsr/po/pt/olsr.po @@ -26,23 +26,23 @@ msgstr "Nós OLSR ativos" msgid "Active host net announcements" msgstr "Anuncios activos de hosts" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:45 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:45 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:45 msgid "Advanced Settings" msgstr "Definições Avançadas" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:141 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 msgid "Allow gateways with NAT" msgstr "Permitir gateways com NAT" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:141 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 msgid "Allow the selection of an outgoing ipv4 gateway with NAT" msgstr "Permitir a selecção de uma gateway IPv4 para saÃda com NAT" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:155 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:149 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:155 msgid "Announce uplink" msgstr "Anunciar uplink" @@ -69,8 +69,8 @@ msgstr "Os valores tem de usar a dotação decimal." msgid "Broadcast address" msgstr "Endereço de broadcast" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:265 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:90 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:265 msgid "Can only be a valid IPv4 or IPv6 address or 'default'" msgstr "" @@ -112,19 +112,19 @@ msgstr "Descarregar Configuração" msgid "ETX" msgstr "ETX" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:365 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:134 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:346 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:35 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:35 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:35 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:365 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:15 msgid "Enable" msgstr "Ativar" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:134 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 msgid "" "Enable SmartGateway. If it is disabled, then all other SmartGateway " "parameters are ignored. Default is \"no\"." @@ -132,13 +132,13 @@ msgstr "" "Ativar SmartGateway. Se estiver desativado, então todos os outros parâmetros " "SmartGateway são ignorados. Por defeito é \"não\"" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:36 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:36 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:36 msgid "Enable this interface." msgstr "Ativar esta interface." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:249 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:249 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:249 msgid "Enabled" msgstr "Ativado" @@ -146,13 +146,13 @@ msgstr "Ativado" msgid "Expected retransmission count" msgstr "Contagem de retransmissões esperada" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:71 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:65 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:71 msgid "FIB metric" msgstr "métrica FIB" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:72 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:66 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:72 msgid "" "FIBMetric controls the metric value of the host-routes OLSRd sets. \"flat\" " "means that the metric value is always 2. This is the preferred value because " @@ -162,8 +162,8 @@ msgid "" "Default is \"flat\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:112 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:106 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:112 msgid "Fisheye mechanism for TCs (checked means on). Default is \"on\"" msgstr "" @@ -172,17 +172,17 @@ msgstr "" msgid "Gateway" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:42 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:222 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:42 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:216 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:31 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:31 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:31 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:42 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:222 msgid "General Settings" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:39 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:39 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:39 msgid "General settings" msgstr "Definições gerais" @@ -200,8 +200,8 @@ msgid "Green" msgstr "" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:53 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:402 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:383 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:402 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:178 msgid "HNA" msgstr "" @@ -210,17 +210,17 @@ msgstr "" msgid "HNA Announcements" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:341 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:322 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:165 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:152 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:165 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:341 msgid "HNA interval" msgstr "Intervalo entre HNA" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:347 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:328 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:171 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:158 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:171 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:347 msgid "HNA validity time" msgstr "Validade de HNA" @@ -229,22 +229,22 @@ msgstr "Validade de HNA" msgid "HNA6 Announcements" msgstr "OLSR - Anuncios HNA4" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:381 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:362 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:381 msgid "Hello" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:305 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:286 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:129 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:116 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:129 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:305 msgid "Hello interval" msgstr "Intervalo entre Hello" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:311 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:292 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:135 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:122 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:135 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:311 msgid "Hello validity time" msgstr "Validade de Hello" @@ -262,8 +262,8 @@ msgstr "" msgid "Hna4" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:10 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 msgid "Hna6" msgstr "" @@ -289,18 +289,18 @@ msgid "" "networks using HNA6 messages." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:117 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:111 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:117 msgid "" "Hysteresis for link sensing (only for hopcount metric). Hysteresis adds more " "robustness to the link sensing but delays neighbor registration. Defaults is " "\"yes\"" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:223 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:217 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:32 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:32 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:32 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:223 msgid "IP Addresses" msgstr "Endereços IP" @@ -315,26 +315,26 @@ msgstr "" msgid "IPv4" msgstr "IPv4" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:278 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:103 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:278 msgid "IPv4 broadcast" msgstr "Endereço IPv4 de Broadcast" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:279 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:104 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:279 msgid "" "IPv4 broadcast address for outgoing OLSR packets. One useful example would " "be 255.255.255.255. Default is \"0.0.0.0\", which triggers the usage of the " "interface broadcast IP." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:291 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:116 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:291 msgid "IPv4 source" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:292 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:117 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:292 msgid "" "IPv4 src address for outgoing OLSR packages. Default is \"0.0.0.0\", which " "triggers usage of the interface IP." @@ -345,54 +345,54 @@ msgstr "" msgid "IPv6" msgstr "IPv6" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:285 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:272 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:110 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:103 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:110 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:285 msgid "IPv6 multicast" msgstr "Multicast IPv6" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:286 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:273 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:111 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:104 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:111 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:286 msgid "" "IPv6 multicast address. Default is \"FF02::6D\", the manet-router linklocal " "multicast." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:10 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 msgid "" "IPv6 network must be given in full notation, prefix must be in CIDR notation." msgstr "" "A rede IPv6 deve ser fornecido em dotação completa, o prefixo deve estar na " "notação CIDR." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:297 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:278 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:122 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:109 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:122 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:297 msgid "IPv6 source" msgstr "Origem IPv6" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:298 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:279 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:123 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:110 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:123 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:298 msgid "" "IPv6 src prefix. OLSRd will choose one of the interface IPs which matches " "the prefix of this parameter. Default is \"0::/0\", which triggers the usage " "of a not-linklocal interface IP." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:178 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 msgid "IPv6-Prefix of the uplink" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:202 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:196 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:202 msgid "" "If the route to the current gateway is to be changed, the ETX value of this " "gateway is multiplied with this value before it is compared to the new one. " @@ -401,14 +401,14 @@ msgid "" "with the etx_ffeth metric!<br />Defaults to \"1.0\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:160 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 msgid "" "If this Node uses NAT for connections to the internet. Default is \"yes\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:27 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:27 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:27 #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:23 #: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:62 #: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:128 @@ -417,10 +417,10 @@ msgstr "" msgid "Interface" msgstr "Interface" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:227 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:221 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:52 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:52 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:52 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:227 msgid "" "Interface Mode is used to prevent unnecessary packet forwarding on switched " "ethernet interfaces. valid Modes are \"mesh\" and \"ether\". Default is " @@ -431,15 +431,15 @@ msgstr "" "são \"mesh\" e \"ether\". Por defeito é \"mesh\"." #: applications/luci-app-olsr/luasrc/controller/olsr.lua:70 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:354 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:335 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:354 #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:14 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:163 msgid "Interfaces" msgstr "Interfaces" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:218 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:212 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:218 msgid "Interfaces Defaults" msgstr "Predefinições das Interfaces" @@ -447,24 +447,24 @@ msgstr "Predefinições das Interfaces" msgid "Internet protocol" msgstr "Protocolo de Internet" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:60 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:54 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:60 msgid "" "Interval to poll network interfaces for configuration changes (in seconds). " "Default is \"2.5\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:268 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:262 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:93 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:93 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:93 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:268 msgid "Invalid Value for LQMult-Value. Must be between 0.01 and 1.0." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:271 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:265 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:96 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:96 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:96 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:271 msgid "" "Invalid Value for LQMult-Value. You must use a decimal number between 0.01 " "and 1.0 here." @@ -478,31 +478,31 @@ msgstr "Rotas OLSR conhecidas" msgid "LQ" msgstr "LQ" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:90 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:84 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:90 msgid "LQ aging" msgstr "Envelhecimento LQ" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:96 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:90 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:96 msgid "LQ algorithm" msgstr "Algoritmo LQ" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:111 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:105 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:111 #, fuzzy msgid "LQ fisheye" msgstr "LQ Fisheye" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:82 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:76 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:82 msgid "LQ level" msgstr "NÃvel LQ" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:262 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:256 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:87 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:87 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:87 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:262 msgid "" "LQMult requires two values (IP address or 'default' and multiplicator) " "separated by space." @@ -516,28 +516,28 @@ msgstr "Ultimo salto" msgid "Legend" msgstr "Legenda" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:23 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:257 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:23 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:257 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:23 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:257 msgid "Library" msgstr "Biblioteca" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:43 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:43 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:43 msgid "Link Quality Settings" msgstr "Definições de Qualidade do Link" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:91 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:85 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:91 msgid "" "Link quality aging factor (only for lq level 2). Tuning parameter for " "etx_float and etx_fpm, smaller values mean slower changes of ETX value. " "(allowed values are between 0.01 and 1.0)" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:97 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:91 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:97 msgid "" "Link quality algorithm (only for lq level 2).<br /><b>etx_float</b>: " "floating point ETX with exponential aging<br /><b>etx_fpm</b> : same as " @@ -547,18 +547,18 @@ msgid "" "allows ethernet links with ETX 0.1.<br />Defaults to \"etx_ff\"" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:83 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:77 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:83 msgid "" "Link quality level switch between hopcount and cost-based (mostly ETX) " "routing.<br /><b>0</b> = do not use link quality<br /><b>2</b> = use link " "quality for MPR selection and routing<br />Default is \"2\"" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:245 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:239 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:70 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:70 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:70 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:245 msgid "LinkQuality Multiplicator" msgstr "" @@ -576,22 +576,22 @@ msgid "Local interface IP" msgstr "Endereço IP do interface local" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:58 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:395 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:376 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:395 msgid "MID" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:329 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:310 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:153 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:140 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:153 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:329 msgid "MID interval" msgstr "Intervalo de MID" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:335 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:316 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:159 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:146 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:159 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:335 msgid "MID validity time" msgstr "Validade de MID" @@ -599,8 +599,8 @@ msgstr "Validade de MID" msgid "MTU" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:132 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:126 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:132 msgid "Main IP" msgstr "IP Principal" @@ -615,17 +615,17 @@ msgstr "" msgid "Metric" msgstr "Métrica" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:226 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:376 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:220 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:357 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:51 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:51 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:51 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:226 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:376 msgid "Mode" msgstr "Modo" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:246 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:71 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:246 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 /" @@ -642,8 +642,8 @@ msgid "" "LQ to all nodes on this interface by 20%: default 0.8" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:201 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:195 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:201 msgid "NAT threshold" msgstr "" @@ -669,22 +669,22 @@ msgstr "Vizinhos" msgid "Netmask" msgstr "Máscara de rede" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:373 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:354 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:373 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:160 msgid "Network" msgstr "Rede" +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:16 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:17 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:34 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:16 msgid "Network address" msgstr "Endereço de rede" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:59 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:53 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:59 msgid "Nic changes poll interval" msgstr "" @@ -709,21 +709,21 @@ msgstr "OLSR - Anuncios HNA4" msgid "OLSR - HNA6-Announcements" msgstr "OLSR - Anuncios HNA4" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:9 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:216 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:9 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:216 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:9 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:216 msgid "OLSR - Plugins" msgstr "OLSR - Plugins" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:12 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:12 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:12 #: applications/luci-app-olsr/luasrc/view/status-olsr/error_olsr.htm:8 msgid "OLSR Daemon" msgstr "Servidor OLSR" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:14 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:14 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:14 msgid "OLSR Daemon - Interface" msgstr "" @@ -781,35 +781,35 @@ msgstr "Resumo de anuncios de nós com multiplos interfaces activos" msgid "Overview of smart gateways in this network" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:11 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:11 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:11 msgid "Plugin configuration" msgstr "Configuração de Plugin" #: applications/luci-app-olsr/luasrc/controller/olsr4.lua:29 #: applications/luci-app-olsr/luasrc/controller/olsr6.lua:29 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:240 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:240 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:240 msgid "Plugins" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:54 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:48 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:54 msgid "Polling rate for OLSR sockets in seconds. Default is 0.05." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:53 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:47 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:53 msgid "Pollrate" msgstr "Pollrate" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:126 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:120 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:126 msgid "Port" msgstr "Porta" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:38 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:20 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:38 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:63 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:115 msgid "Prefix" @@ -871,8 +871,8 @@ msgid "Signal Noise Ratio in dB" msgstr "" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:64 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 msgid "SmartGW" msgstr "" @@ -888,15 +888,15 @@ msgstr "" msgid "Source address" msgstr "Endereço de origem" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:170 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 msgid "" "Specifies the speed of the uplink in kilobits/s. First parameter is " "upstream, second parameter is downstream. Default is \"128 1024\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:170 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 msgid "Speed of the uplink" msgstr "Velocidade do uplink" @@ -920,34 +920,34 @@ msgstr "" msgid "Success rate of packages sent to the neighbour" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:388 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:369 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:388 msgid "TC" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:317 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:298 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:141 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:128 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:141 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:317 msgid "TC interval" msgstr "Intervalo de TC" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:323 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:304 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:134 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:147 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:323 msgid "TC validity time" msgstr "Validade de TC" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:65 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:59 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:65 msgid "TOS value" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:13 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:13 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:15 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:13 msgid "" "The OLSR daemon is an implementation of the Optimized Link State Routing " "protocol. As such it allows mesh routing for any network equipment. It runs " @@ -956,27 +956,27 @@ msgid "" "documentation." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:194 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:188 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:194 msgid "" "The fixed willingness to use. If not set willingness will be calculated " "dynamically based on battery/power status. Default is \"3\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:45 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:45 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:45 msgid "The interface OLSRd should serve." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:127 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:121 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:127 msgid "" "The port OLSR uses. This should usually stay at the IANA assigned port 698. " "It can have a value between 1 and 65535." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:178 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 msgid "" "This can be used to signal the external IPv6 prefix of the uplink to the " "clients. This might allow a client to change it's local IPv6 address to use " @@ -984,10 +984,10 @@ msgid "" "length is 64 bits. Default is \"::/0\" (no prefix)." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:224 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:218 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:33 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:33 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:33 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:224 msgid "Timing and Validity" msgstr "" @@ -995,8 +995,8 @@ msgstr "" msgid "Topology" msgstr "Topologia" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:66 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:60 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:66 msgid "" "Type of service value for the IP header of control traffic. Default is " "\"16\"." @@ -1011,13 +1011,13 @@ msgstr "Não foi possivel ligar ao servidor OLSR!" msgid "Uplink" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:160 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 msgid "Uplink uses NAT" msgstr "O uplink usa NAT" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:116 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:110 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:116 msgid "Use hysteresis" msgstr "Usar histerese" @@ -1042,24 +1042,24 @@ msgstr "" msgid "WLAN" msgstr "WLAN" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 msgid "" "Warning: kmod-ipip is not installed. Without kmod-ipip SmartGateway will not " "work, please install it." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:235 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:229 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:60 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:60 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:60 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:235 msgid "Weight" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:236 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:230 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:61 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:61 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:61 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:236 msgid "" "When multiple links exist between hosts the weight of interface is used to " "determine the link to use. Normally the weight is automatically calculated " @@ -1084,8 +1084,8 @@ msgid "" "setting is \"both\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:193 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:187 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:193 msgid "Willingness" msgstr "Disponibilidade" diff --git a/applications/luci-app-olsr/po/ro/olsr.po b/applications/luci-app-olsr/po/ro/olsr.po index 8c28bb2615..151fd39fed 100644 --- a/applications/luci-app-olsr/po/ro/olsr.po +++ b/applications/luci-app-olsr/po/ro/olsr.po @@ -24,23 +24,23 @@ msgstr "" msgid "Active host net announcements" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:45 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:45 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:45 msgid "Advanced Settings" msgstr "Setări avansate" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:141 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 msgid "Allow gateways with NAT" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:141 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 msgid "Allow the selection of an outgoing ipv4 gateway with NAT" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:155 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:149 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:155 msgid "Announce uplink" msgstr "" @@ -67,8 +67,8 @@ msgstr "" msgid "Broadcast address" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:265 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:90 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:265 msgid "Can only be a valid IPv4 or IPv6 address or 'default'" msgstr "" @@ -110,31 +110,31 @@ msgstr "" msgid "ETX" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:365 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:134 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:346 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:35 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:35 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:35 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:365 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:15 msgid "Enable" msgstr "Activare" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:134 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 msgid "" "Enable SmartGateway. If it is disabled, then all other SmartGateway " "parameters are ignored. Default is \"no\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:36 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:36 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:36 msgid "Enable this interface." msgstr "Activează această interfaţă" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:249 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:249 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:249 msgid "Enabled" msgstr "Activat" @@ -142,13 +142,13 @@ msgstr "Activat" msgid "Expected retransmission count" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:71 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:65 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:71 msgid "FIB metric" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:72 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:66 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:72 msgid "" "FIBMetric controls the metric value of the host-routes OLSRd sets. \"flat\" " "means that the metric value is always 2. This is the preferred value because " @@ -158,8 +158,8 @@ msgid "" "Default is \"flat\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:112 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:106 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:112 msgid "Fisheye mechanism for TCs (checked means on). Default is \"on\"" msgstr "" @@ -168,17 +168,17 @@ msgstr "" msgid "Gateway" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:42 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:222 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:42 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:216 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:31 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:31 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:31 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:42 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:222 msgid "General Settings" msgstr "Setări generale" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:39 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:39 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:39 msgid "General settings" msgstr "Setări generale" @@ -196,8 +196,8 @@ msgid "Green" msgstr "Verde" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:53 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:402 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:383 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:402 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:178 msgid "HNA" msgstr "" @@ -206,17 +206,17 @@ msgstr "" msgid "HNA Announcements" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:341 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:322 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:165 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:152 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:165 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:341 msgid "HNA interval" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:347 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:328 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:171 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:158 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:171 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:347 msgid "HNA validity time" msgstr "" @@ -224,22 +224,22 @@ msgstr "" msgid "HNA6 Announcements" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:381 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:362 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:381 msgid "Hello" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:305 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:286 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:129 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:116 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:129 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:305 msgid "Hello interval" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:311 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:292 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:135 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:122 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:135 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:311 msgid "Hello validity time" msgstr "" @@ -257,8 +257,8 @@ msgstr "Ascunde IPv6" msgid "Hna4" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:10 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 msgid "Hna6" msgstr "" @@ -284,18 +284,18 @@ msgid "" "networks using HNA6 messages." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:117 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:111 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:117 msgid "" "Hysteresis for link sensing (only for hopcount metric). Hysteresis adds more " "robustness to the link sensing but delays neighbor registration. Defaults is " "\"yes\"" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:223 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:217 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:32 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:32 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:32 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:223 msgid "IP Addresses" msgstr "Adrese IP" @@ -310,26 +310,26 @@ msgstr "" msgid "IPv4" msgstr "IPv4" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:278 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:103 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:278 msgid "IPv4 broadcast" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:279 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:104 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:279 msgid "" "IPv4 broadcast address for outgoing OLSR packets. One useful example would " "be 255.255.255.255. Default is \"0.0.0.0\", which triggers the usage of the " "interface broadcast IP." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:291 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:116 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:291 msgid "IPv4 source" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:292 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:117 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:292 msgid "" "IPv4 src address for outgoing OLSR packages. Default is \"0.0.0.0\", which " "triggers usage of the interface IP." @@ -340,52 +340,52 @@ msgstr "" msgid "IPv6" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:285 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:272 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:110 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:103 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:110 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:285 msgid "IPv6 multicast" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:286 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:273 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:111 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:104 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:111 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:286 msgid "" "IPv6 multicast address. Default is \"FF02::6D\", the manet-router linklocal " "multicast." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:10 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 msgid "" "IPv6 network must be given in full notation, prefix must be in CIDR notation." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:297 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:278 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:122 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:109 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:122 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:297 msgid "IPv6 source" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:298 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:279 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:123 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:110 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:123 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:298 msgid "" "IPv6 src prefix. OLSRd will choose one of the interface IPs which matches " "the prefix of this parameter. Default is \"0::/0\", which triggers the usage " "of a not-linklocal interface IP." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:178 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 msgid "IPv6-Prefix of the uplink" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:202 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:196 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:202 msgid "" "If the route to the current gateway is to be changed, the ETX value of this " "gateway is multiplied with this value before it is compared to the new one. " @@ -394,14 +394,14 @@ msgid "" "with the etx_ffeth metric!<br />Defaults to \"1.0\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:160 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 msgid "" "If this Node uses NAT for connections to the internet. Default is \"yes\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:27 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:27 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:27 #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:23 #: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:62 #: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:128 @@ -410,10 +410,10 @@ msgstr "" msgid "Interface" msgstr "Interfaţă" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:227 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:221 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:52 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:52 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:52 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:227 msgid "" "Interface Mode is used to prevent unnecessary packet forwarding on switched " "ethernet interfaces. valid Modes are \"mesh\" and \"ether\". Default is " @@ -421,15 +421,15 @@ msgid "" msgstr "" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:70 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:354 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:335 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:354 #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:14 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:163 msgid "Interfaces" msgstr "InterfeÅ£e" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:218 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:212 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:218 msgid "Interfaces Defaults" msgstr "InterfeÅ£e implicite" @@ -437,24 +437,24 @@ msgstr "InterfeÅ£e implicite" msgid "Internet protocol" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:60 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:54 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:60 msgid "" "Interval to poll network interfaces for configuration changes (in seconds). " "Default is \"2.5\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:268 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:262 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:93 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:93 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:93 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:268 msgid "Invalid Value for LQMult-Value. Must be between 0.01 and 1.0." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:271 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:265 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:96 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:96 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:96 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:271 msgid "" "Invalid Value for LQMult-Value. You must use a decimal number between 0.01 " "and 1.0 here." @@ -468,30 +468,30 @@ msgstr "" msgid "LQ" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:90 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:84 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:90 msgid "LQ aging" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:96 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:90 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:96 msgid "LQ algorithm" msgstr "Algoritm LQ" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:111 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:105 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:111 msgid "LQ fisheye" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:82 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:76 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:82 msgid "LQ level" msgstr "Nivel LQ" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:262 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:256 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:87 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:87 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:87 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:262 msgid "" "LQMult requires two values (IP address or 'default' and multiplicator) " "separated by space." @@ -505,28 +505,28 @@ msgstr "" msgid "Legend" msgstr "Legendă" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:23 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:257 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:23 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:257 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:23 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:257 msgid "Library" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:43 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:43 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:43 msgid "Link Quality Settings" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:91 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:85 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:91 msgid "" "Link quality aging factor (only for lq level 2). Tuning parameter for " "etx_float and etx_fpm, smaller values mean slower changes of ETX value. " "(allowed values are between 0.01 and 1.0)" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:97 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:91 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:97 msgid "" "Link quality algorithm (only for lq level 2).<br /><b>etx_float</b>: " "floating point ETX with exponential aging<br /><b>etx_fpm</b> : same as " @@ -536,18 +536,18 @@ msgid "" "allows ethernet links with ETX 0.1.<br />Defaults to \"etx_ff\"" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:83 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:77 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:83 msgid "" "Link quality level switch between hopcount and cost-based (mostly ETX) " "routing.<br /><b>0</b> = do not use link quality<br /><b>2</b> = use link " "quality for MPR selection and routing<br />Default is \"2\"" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:245 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:239 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:70 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:70 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:70 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:245 msgid "LinkQuality Multiplicator" msgstr "" @@ -565,22 +565,22 @@ msgid "Local interface IP" msgstr "" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:58 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:395 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:376 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:395 msgid "MID" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:329 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:310 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:153 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:140 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:153 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:329 msgid "MID interval" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:335 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:316 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:159 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:146 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:159 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:335 msgid "MID validity time" msgstr "" @@ -588,8 +588,8 @@ msgstr "" msgid "MTU" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:132 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:126 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:132 msgid "Main IP" msgstr "" @@ -604,17 +604,17 @@ msgstr "" msgid "Metric" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:226 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:376 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:220 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:357 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:51 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:51 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:51 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:226 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:376 msgid "Mode" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:246 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:71 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:246 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 /" @@ -631,8 +631,8 @@ msgid "" "LQ to all nodes on this interface by 20%: default 0.8" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:201 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:195 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:201 msgid "NAT threshold" msgstr "" @@ -658,22 +658,22 @@ msgstr "Vecini" msgid "Netmask" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:373 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:354 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:373 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:160 msgid "Network" msgstr "" +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:16 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:17 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:34 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:16 msgid "Network address" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:59 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:53 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:59 msgid "Nic changes poll interval" msgstr "" @@ -697,21 +697,21 @@ msgstr "" msgid "OLSR - HNA6-Announcements" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:9 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:216 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:9 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:216 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:9 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:216 msgid "OLSR - Plugins" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:12 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:12 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:12 #: applications/luci-app-olsr/luasrc/view/status-olsr/error_olsr.htm:8 msgid "OLSR Daemon" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:14 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:14 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:14 msgid "OLSR Daemon - Interface" msgstr "" @@ -768,35 +768,35 @@ msgstr "" msgid "Overview of smart gateways in this network" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:11 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:11 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:11 msgid "Plugin configuration" msgstr "" #: applications/luci-app-olsr/luasrc/controller/olsr4.lua:29 #: applications/luci-app-olsr/luasrc/controller/olsr6.lua:29 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:240 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:240 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:240 msgid "Plugins" msgstr "Pluginuri" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:54 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:48 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:54 msgid "Polling rate for OLSR sockets in seconds. Default is 0.05." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:53 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:47 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:53 msgid "Pollrate" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:126 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:120 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:126 msgid "Port" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:38 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:20 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:38 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:63 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:115 msgid "Prefix" @@ -858,8 +858,8 @@ msgid "Signal Noise Ratio in dB" msgstr "Raport zgomot semnal în dB" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:64 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 msgid "SmartGW" msgstr "" @@ -875,15 +875,15 @@ msgstr "" msgid "Source address" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:170 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 msgid "" "Specifies the speed of the uplink in kilobits/s. First parameter is " "upstream, second parameter is downstream. Default is \"128 1024\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:170 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 msgid "Speed of the uplink" msgstr "" @@ -907,34 +907,34 @@ msgstr "" msgid "Success rate of packages sent to the neighbour" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:388 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:369 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:388 msgid "TC" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:317 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:298 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:141 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:128 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:141 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:317 msgid "TC interval" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:323 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:304 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:134 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:147 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:323 msgid "TC validity time" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:65 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:59 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:65 msgid "TOS value" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:13 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:13 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:15 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:13 msgid "" "The OLSR daemon is an implementation of the Optimized Link State Routing " "protocol. As such it allows mesh routing for any network equipment. It runs " @@ -943,27 +943,27 @@ msgid "" "documentation." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:194 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:188 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:194 msgid "" "The fixed willingness to use. If not set willingness will be calculated " "dynamically based on battery/power status. Default is \"3\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:45 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:45 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:45 msgid "The interface OLSRd should serve." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:127 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:121 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:127 msgid "" "The port OLSR uses. This should usually stay at the IANA assigned port 698. " "It can have a value between 1 and 65535." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:178 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 msgid "" "This can be used to signal the external IPv6 prefix of the uplink to the " "clients. This might allow a client to change it's local IPv6 address to use " @@ -971,10 +971,10 @@ msgid "" "length is 64 bits. Default is \"::/0\" (no prefix)." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:224 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:218 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:33 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:33 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:33 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:224 msgid "Timing and Validity" msgstr "" @@ -982,8 +982,8 @@ msgstr "" msgid "Topology" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:66 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:60 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:66 msgid "" "Type of service value for the IP header of control traffic. Default is " "\"16\"." @@ -998,13 +998,13 @@ msgstr "" msgid "Uplink" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:160 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 msgid "Uplink uses NAT" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:116 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:110 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:116 msgid "Use hysteresis" msgstr "" @@ -1029,24 +1029,24 @@ msgstr "" msgid "WLAN" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 msgid "" "Warning: kmod-ipip is not installed. Without kmod-ipip SmartGateway will not " "work, please install it." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:235 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:229 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:60 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:60 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:60 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:235 msgid "Weight" msgstr "Greutate" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:236 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:230 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:61 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:61 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:61 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:236 msgid "" "When multiple links exist between hosts the weight of interface is used to " "determine the link to use. Normally the weight is automatically calculated " @@ -1071,8 +1071,8 @@ msgid "" "setting is \"both\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:193 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:187 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:193 msgid "Willingness" msgstr "" diff --git a/applications/luci-app-olsr/po/ru/olsr.po b/applications/luci-app-olsr/po/ru/olsr.po index 6c17998945..b5a7d878b6 100644 --- a/applications/luci-app-olsr/po/ru/olsr.po +++ b/applications/luci-app-olsr/po/ru/olsr.po @@ -27,23 +27,23 @@ msgstr "Ðктивные OLSR узлы" msgid "Active host net announcements" msgstr "Ðктивные объÑÐ²Ð»ÐµÐ½Ð¸Ñ Ñ…Ð¾ÑÑ‚-Ñети (HNA)" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:45 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:45 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:45 msgid "Advanced Settings" msgstr "Дополнительные наÑтройки" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:141 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 msgid "Allow gateways with NAT" msgstr "Разрешить шлюзы Ñ NAT" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:141 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 msgid "Allow the selection of an outgoing ipv4 gateway with NAT" msgstr "Разрешить выбор иÑходÑщего IPv4 шлюза Ñ NAT" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:155 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:149 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:155 msgid "Announce uplink" msgstr "ОбъÑвить внешнее Ñоединение" @@ -72,8 +72,8 @@ msgstr "" msgid "Broadcast address" msgstr "Широковещательный адреÑ" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:265 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:90 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:265 msgid "Can only be a valid IPv4 or IPv6 address or 'default'" msgstr "ДопуÑкаетÑÑ Ñ‚Ð¾Ð»ÑŒÐºÐ¾ IPv4 или IPv6 Ð°Ð´Ñ€ÐµÑ Ð¸Ð»Ð¸ 'по умолчанию'" @@ -117,19 +117,19 @@ msgstr "Загрузить config файл" msgid "ETX" msgstr "ETX" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:365 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:134 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:346 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:35 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:35 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:35 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:365 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:15 msgid "Enable" msgstr "Включить" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:134 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 msgid "" "Enable SmartGateway. If it is disabled, then all other SmartGateway " "parameters are ignored. Default is \"no\"." @@ -137,13 +137,13 @@ msgstr "" "Включить SmartGW (Ñмарт-шлюз).<br />ЕÑли выключено, вÑе оÑтальные параметры " "SmartGW игнорируютÑÑ. По умолчанию 'нет'." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:36 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:36 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:36 msgid "Enable this interface." msgstr "ИÑпользовать Ñтот интерфейÑ." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:249 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:249 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:249 msgid "Enabled" msgstr "Включено" @@ -151,13 +151,13 @@ msgstr "Включено" msgid "Expected retransmission count" msgstr "Ожидаемое количеÑтво повторных передач" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:71 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:65 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:71 msgid "FIB metric" msgstr "Метрика FIB" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:72 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:66 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:72 msgid "" "FIBMetric controls the metric value of the host-routes OLSRd sets. \"flat\" " "means that the metric value is always 2. This is the preferred value because " @@ -174,8 +174,8 @@ msgstr "" "проиÑходит только при изменении Ñледующего перехода.<br />По умолчанию " "иÑпользуетÑÑ 'flat'." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:112 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:106 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:112 msgid "Fisheye mechanism for TCs (checked means on). Default is \"on\"" msgstr "" "Механизм 'fisheye' Ð´Ð»Ñ TC-ов (ÑредÑтво проверки). По умолчанию 'включено'." @@ -185,17 +185,17 @@ msgstr "" msgid "Gateway" msgstr "Шлюз" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:42 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:222 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:42 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:216 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:31 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:31 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:31 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:42 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:222 msgid "General Settings" msgstr "ОÑновные наÑтройки" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:39 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:39 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:39 msgid "General settings" msgstr "ОÑновные наÑтройки" @@ -213,8 +213,8 @@ msgid "Green" msgstr "Зеленый" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:53 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:402 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:383 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:402 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:178 msgid "HNA" msgstr "HNA" @@ -223,17 +223,17 @@ msgstr "HNA" msgid "HNA Announcements" msgstr "ОбъÑÐ²Ð»ÐµÐ½Ð¸Ñ HNA" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:341 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:322 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:165 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:152 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:165 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:341 msgid "HNA interval" msgstr "Интервал HNA" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:347 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:328 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:171 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:158 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:171 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:347 msgid "HNA validity time" msgstr "Ð’Ñ€ÐµÐ¼Ñ Ð´ÐµÐ¹ÑÑ‚Ð²Ð¸Ñ HNA" @@ -241,22 +241,22 @@ msgstr "Ð’Ñ€ÐµÐ¼Ñ Ð´ÐµÐ¹ÑÑ‚Ð²Ð¸Ñ HNA" msgid "HNA6 Announcements" msgstr "ОбъÑÐ²Ð»ÐµÐ½Ð¸Ñ HNA6" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:381 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:362 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:381 msgid "Hello" msgstr "ПриветÑтвие" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:305 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:286 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:129 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:116 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:129 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:305 msgid "Hello interval" msgstr "Интервал приветÑтвиÑ" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:311 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:292 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:135 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:122 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:135 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:311 msgid "Hello validity time" msgstr "Ð’Ñ€ÐµÐ¼Ñ Ð´ÐµÐ¹ÑÑ‚Ð²Ð¸Ñ Ð¿Ñ€Ð¸Ð²ÐµÑ‚ÑтвиÑ" @@ -274,8 +274,8 @@ msgstr "Скрыть IPv6" msgid "Hna4" msgstr "Hna4" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:10 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 msgid "Hna6" msgstr "Hna6" @@ -305,8 +305,8 @@ msgstr "" "ХоÑÑ‚Ñ‹ в маршрутизируемой Ñети OLSR могут извещать о подключении к внешним " "ÑетÑм Ñ Ð¿Ð¾Ð¼Ð¾Ñ‰ÑŒÑŽ Ñообщений HNA6." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:117 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:111 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:117 msgid "" "Hysteresis for link sensing (only for hopcount metric). Hysteresis adds more " "robustness to the link sensing but delays neighbor registration. Defaults is " @@ -316,10 +316,10 @@ msgstr "" "переходов). ГиÑÑ‚ÐµÑ€ÐµÐ·Ð¸Ñ ÑƒÐ²ÐµÐ»Ð¸Ñ‡Ð¸Ð²Ð°ÐµÑ‚ надёжноÑÑ‚ÑŒ канала, но вноÑит задержку в " "региÑтрацию ÑоÑедних уÑтройÑтв. По умолчанию 'да'." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:223 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:217 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:32 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:32 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:32 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:223 msgid "IP Addresses" msgstr "IP-ÐдреÑа" @@ -336,13 +336,13 @@ msgstr "" msgid "IPv4" msgstr "IPv4" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:278 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:103 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:278 msgid "IPv4 broadcast" msgstr "Широковещательный<br />IPv4-адреÑ" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:279 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:104 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:279 msgid "" "IPv4 broadcast address for outgoing OLSR packets. One useful example would " "be 255.255.255.255. Default is \"0.0.0.0\", which triggers the usage of the " @@ -352,13 +352,13 @@ msgstr "" "255.255.255.255. По умолчанию иÑпользуетÑÑ Ð·Ð½Ð°Ñ‡ÐµÐ½Ð¸Ðµ \"0.0.0.0\", которое " "запуÑкает иÑпользование широковещательного IP-адреÑа интерфейÑа." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:291 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:116 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:291 msgid "IPv4 source" msgstr "IPv4 иÑточник" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:292 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:117 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:292 msgid "" "IPv4 src address for outgoing OLSR packages. Default is \"0.0.0.0\", which " "triggers usage of the interface IP." @@ -371,17 +371,17 @@ msgstr "" msgid "IPv6" msgstr "IPv6" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:285 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:272 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:110 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:103 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:110 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:285 msgid "IPv6 multicast" msgstr "IPv6 мультивещание" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:286 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:273 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:111 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:104 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:111 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:286 msgid "" "IPv6 multicast address. Default is \"FF02::6D\", the manet-router linklocal " "multicast." @@ -389,25 +389,25 @@ msgstr "" "IPv6-Ð°Ð´Ñ€ÐµÑ Ð¼ÑƒÐ»ÑŒÑ‚Ð¸Ð²ÐµÑ‰Ð°Ð½Ð¸Ñ. По умолчанию 'FF02::6D', MANET маршрутизатор " "локальной Ñети мультивещаниÑ." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:10 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 msgid "" "IPv6 network must be given in full notation, prefix must be in CIDR notation." msgstr "" "IPv6 Ñеть должна быть указана в полной нотации, Ð¿Ñ€ÐµÑ„Ð¸ÐºÑ Ð´Ð¾Ð»Ð¶ÐµÐ½ быть в " "нотации CIDR." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:297 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:278 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:122 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:109 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:122 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:297 msgid "IPv6 source" msgstr "IPv6 иÑточник" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:298 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:279 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:123 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:110 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:123 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:298 msgid "" "IPv6 src prefix. OLSRd will choose one of the interface IPs which matches " "the prefix of this parameter. Default is \"0::/0\", which triggers the usage " @@ -418,13 +418,13 @@ msgstr "" "'0::/0', которое запуÑкает иÑпользование IP интерфейÑа не локального " "ÑоединениÑ." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:178 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 msgid "IPv6-Prefix of the uplink" msgstr "IPv6 ÐŸÑ€ÐµÑ„Ð¸ÐºÑ Ð²Ð½ÐµÑˆÐ½ÐµÐ³Ð¾ ÑоединениÑ" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:202 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:196 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:202 msgid "" "If the route to the current gateway is to be changed, the ETX value of this " "gateway is multiplied with this value before it is compared to the new one. " @@ -438,15 +438,15 @@ msgstr "" "изменении должно быть ближе к '1.0'.<br /><b>Внимание:</b> Ðе иÑпользуйте " "данный параметр вмеÑте Ñ Ð¼ÐµÑ‚Ñ€Ð¸ÐºÐ¾Ð¹ etx_ffeth!<br />По умолчанию '1.0'." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:160 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 msgid "" "If this Node uses NAT for connections to the internet. Default is \"yes\"." msgstr "" "ИÑпользует ли данный узел NAT Ð´Ð»Ñ Ð¿Ð¾Ð´ÐºÐ»ÑŽÑ‡ÐµÐ½Ð¸Ñ Ðº Интернету. По умолчанию 'да'." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:27 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:27 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:27 #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:23 #: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:62 #: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:128 @@ -455,10 +455,10 @@ msgstr "" msgid "Interface" msgstr "ИнтерфейÑ" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:227 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:221 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:52 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:52 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:52 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:227 msgid "" "Interface Mode is used to prevent unnecessary packet forwarding on switched " "ethernet interfaces. valid Modes are \"mesh\" and \"ether\". Default is " @@ -469,15 +469,15 @@ msgstr "" "'ether'. По умолчанию 'mesh'." #: applications/luci-app-olsr/luasrc/controller/olsr.lua:70 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:354 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:335 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:354 #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:14 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:163 msgid "Interfaces" msgstr "ИнтерфейÑÑ‹" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:218 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:212 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:218 msgid "Interfaces Defaults" msgstr "Ð—Ð½Ð°Ñ‡ÐµÐ½Ð¸Ñ Ð¿Ð¾ умолчанию Ð´Ð»Ñ Ð¸Ð½Ñ‚ÐµÑ€Ñ„ÐµÐ¹Ñов" @@ -485,8 +485,8 @@ msgstr "Ð—Ð½Ð°Ñ‡ÐµÐ½Ð¸Ñ Ð¿Ð¾ умолчанию Ð´Ð»Ñ Ð¸Ð½Ñ‚ÐµÑ€Ñ„ÐµÐ¹Ñов" msgid "Internet protocol" msgstr "Интернет протокол" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:60 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:54 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:60 msgid "" "Interval to poll network interfaces for configuration changes (in seconds). " "Default is \"2.5\"." @@ -494,18 +494,18 @@ msgstr "" "Интервал опроÑа Ñетевых интерфейÑов на наличие изменений в config файле " "(Ñек.). По умолчанию '2.5'." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:268 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:262 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:93 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:93 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:93 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:268 msgid "Invalid Value for LQMult-Value. Must be between 0.01 and 1.0." msgstr "" "ÐедопуÑтимое значение Ð´Ð»Ñ LQMult-Value. Должно быть между '0,01' и '1,0'." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:271 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:265 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:96 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:96 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:96 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:271 msgid "" "Invalid Value for LQMult-Value. You must use a decimal number between 0.01 " "and 1.0 here." @@ -521,30 +521,30 @@ msgstr "ИзвеÑтные маршруты OLSR" msgid "LQ" msgstr "LQ" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:90 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:84 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:90 msgid "LQ aging" msgstr "LQ Ñтарение" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:96 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:90 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:96 msgid "LQ algorithm" msgstr "LQ алгоритм" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:111 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:105 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:111 msgid "LQ fisheye" msgstr "LQ fisheye" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:82 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:76 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:82 msgid "LQ level" msgstr "LQ чаÑтота" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:262 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:256 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:87 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:87 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:87 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:262 msgid "" "LQMult requires two values (IP address or 'default' and multiplicator) " "separated by space." @@ -560,20 +560,20 @@ msgstr "ПоÑледний переход" msgid "Legend" msgstr "СобытиÑ" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:23 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:257 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:23 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:257 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:23 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:257 msgid "Library" msgstr "Библиотека" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:43 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:43 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:43 msgid "Link Quality Settings" msgstr "ÐаÑтройки качеÑтва Ñоединений (LQ)" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:91 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:85 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:91 msgid "" "Link quality aging factor (only for lq level 2). Tuning parameter for " "etx_float and etx_fpm, smaller values mean slower changes of ETX value. " @@ -583,8 +583,8 @@ msgstr "" "подÑтройки Ð´Ð»Ñ etx_float и etx_fpm.<br />Чем меньше значение, тем меньше " "Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ Ð·Ð½Ð°Ñ‡ÐµÐ½Ð¸Ñ ETX.<br />Диапазон допуÑтимых значений от '0.0' до '1.0'." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:97 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:91 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:97 msgid "" "Link quality algorithm (only for lq level 2).<br /><b>etx_float</b>: " "floating point ETX with exponential aging<br /><b>etx_fpm</b> : same as " @@ -600,8 +600,8 @@ msgstr "" "b>: неÑовмеÑтимый вариант etx_ff, разрешающий Ethernet-ÑÐ¾ÐµÐ´Ð¸Ð½ÐµÐ½Ð¸Ñ Ñ ETX 0.1." "<br />По умолчанию 'etx_ff'." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:83 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:77 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:83 msgid "" "Link quality level switch between hopcount and cost-based (mostly ETX) " "routing.<br /><b>0</b> = do not use link quality<br /><b>2</b> = use link " @@ -611,10 +611,10 @@ msgstr "" "><b>0</b> = не иÑпользовать LQ<br /><b>2</b> = иÑпользовать LQ Ð´Ð»Ñ Ð²Ñ‹Ð±Ð¾Ñ€Ð° " "MPR и маршрутизации<br />По умолчанию '2'." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:245 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:239 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:70 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:70 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:70 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:245 msgid "LinkQuality Multiplicator" msgstr "Мультипликатор качеÑтва ÑÐ¾ÐµÐ´Ð¸Ð½ÐµÐ½Ð¸Ñ (LQ)" @@ -632,22 +632,22 @@ msgid "Local interface IP" msgstr "IP-Ð°Ð´Ñ€ÐµÑ Ð»Ð¾ÐºÐ°Ð»ÑŒÐ½Ð¾Ð³Ð¾ интерфейÑа" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:58 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:395 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:376 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:395 msgid "MID" msgstr "MID" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:329 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:310 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:153 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:140 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:153 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:329 msgid "MID interval" msgstr "Интервал MID" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:335 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:316 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:159 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:146 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:159 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:335 msgid "MID validity time" msgstr "Ð’Ñ€ÐµÐ¼Ñ Ð´ÐµÐ¹ÑÑ‚Ð²Ð¸Ñ MID" @@ -655,8 +655,8 @@ msgstr "Ð’Ñ€ÐµÐ¼Ñ Ð´ÐµÐ¹ÑÑ‚Ð²Ð¸Ñ MID" msgid "MTU" msgstr "MTU" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:132 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:126 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:132 msgid "Main IP" msgstr "ОÑновной IP-адреÑ" @@ -673,17 +673,17 @@ msgstr "" msgid "Metric" msgstr "Метрика" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:226 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:376 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:220 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:357 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:51 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:51 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:51 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:226 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:376 msgid "Mode" msgstr "Режим" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:246 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:71 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:246 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 /" @@ -709,8 +709,8 @@ msgstr "" "fd91:662e:3c58::1 '0.5'.<br />уменьшить LQ Ð´Ð»Ñ Ð²Ñех узлов на данном " "интерфейÑе на 20%: default '0.8'." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:201 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:195 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:201 msgid "NAT threshold" msgstr "Порог NAT" @@ -736,22 +736,22 @@ msgstr "СоÑедние узлы" msgid "Netmask" msgstr "МаÑка Ñети" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:373 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:354 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:373 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:160 msgid "Network" msgstr "Сеть" +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:16 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:17 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:34 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:16 msgid "Network address" msgstr "Сетевой адреÑ" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:59 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:53 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:59 msgid "Nic changes poll interval" msgstr "Сетевой адаптер изменÑет интервал опроÑа" @@ -775,21 +775,21 @@ msgstr "OLSR - HNA-объÑвлениÑ" msgid "OLSR - HNA6-Announcements" msgstr "OLSR - HNA6-объÑвлениÑ" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:9 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:216 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:9 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:216 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:9 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:216 msgid "OLSR - Plugins" msgstr "OLSR - Плагины" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:12 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:12 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:12 #: applications/luci-app-olsr/luasrc/view/status-olsr/error_olsr.htm:8 msgid "OLSR Daemon" msgstr "OLSR демон" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:14 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:14 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:14 msgid "OLSR Daemon - Interface" msgstr "OLSR демон - ИнтерфейÑ" @@ -846,35 +846,35 @@ msgstr "Обзор извеÑтных объÑвлений Ñ Ð½ÐµÑкольки msgid "Overview of smart gateways in this network" msgstr "Обзор Ñмарт шлюзов в Ñтой Ñети" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:11 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:11 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:11 msgid "Plugin configuration" msgstr "ÐаÑтройка плагинов" #: applications/luci-app-olsr/luasrc/controller/olsr4.lua:29 #: applications/luci-app-olsr/luasrc/controller/olsr6.lua:29 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:240 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:240 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:240 msgid "Plugins" msgstr "Плагины" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:54 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:48 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:54 msgid "Polling rate for OLSR sockets in seconds. Default is 0.05." msgstr "ЧаÑтота опроÑа Ð´Ð»Ñ Ñокетов OLSR в Ñекундах. По умолчанию '0,05'." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:53 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:47 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:53 msgid "Pollrate" msgstr "ЧаÑтота опроÑа" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:126 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:120 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:126 msgid "Port" msgstr "Порт" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:38 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:20 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:38 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:63 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:115 msgid "Prefix" @@ -947,8 +947,8 @@ msgid "Signal Noise Ratio in dB" msgstr "КоÑффициент шума Ñигнала в дБ" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:64 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 msgid "SmartGW" msgstr "SmartGW" @@ -964,8 +964,8 @@ msgstr "SmartGW (Ñмарт-шлюз) не наÑтроен на Ñтой ÑÐ¸Ñ msgid "Source address" msgstr "ÐÐ´Ñ€ÐµÑ Ð¸Ñточника" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:170 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 msgid "" "Specifies the speed of the uplink in kilobits/s. First parameter is " "upstream, second parameter is downstream. Default is \"128 1024\"." @@ -974,8 +974,8 @@ msgstr "" "внешнÑÑ Ñеть, второй параметр - внутреннÑÑ Ñеть. Значение по умолчанию '128 " "1024'." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:170 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 msgid "Speed of the uplink" msgstr "СкороÑÑ‚ÑŒ внешнего ÑоединениÑ" @@ -1000,34 +1000,34 @@ msgstr "" msgid "Success rate of packages sent to the neighbour" msgstr "Показатель уÑпешноÑти Ð¿Ñ€Ð¾Ñ…Ð¾Ð¶Ð´ÐµÐ½Ð¸Ñ Ð¿Ð°ÐºÐµÑ‚Ð¾Ð², отправлÑемых ÑоÑеднему узлу" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:388 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:369 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:388 msgid "TC" msgstr "TC" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:317 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:298 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:141 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:128 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:141 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:317 msgid "TC interval" msgstr "Интервал TC" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:323 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:304 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:134 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:147 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:323 msgid "TC validity time" msgstr "Ð’Ñ€ÐµÐ¼Ñ Ð´ÐµÐ¹ÑÑ‚Ð²Ð¸Ñ TC" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:65 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:59 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:65 msgid "TOS value" msgstr "Значение TOS" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:13 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:13 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:15 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:13 msgid "" "The OLSR daemon is an implementation of the Optimized Link State Routing " "protocol. As such it allows mesh routing for any network equipment. It runs " @@ -1041,8 +1041,8 @@ msgstr "" "Ethernet Ñ Ð¿Ð¾Ð´Ð´ÐµÑ€Ð¶ÐºÐ¾Ð¹ режима ad-hoc.<br />Более подробную информацию можно " "найти на <a href='http://www.olsr.org'>olsrd.org</a>." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:194 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:188 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:194 msgid "" "The fixed willingness to use. If not set willingness will be calculated " "dynamically based on battery/power status. Default is \"3\"." @@ -1051,13 +1051,13 @@ msgstr "" "раÑÑчитыватьÑÑ Ð´Ð¸Ð½Ð°Ð¼Ð¸Ñ‡ÐµÑки на оÑнове ÑоÑтоÑÐ½Ð¸Ñ Ð±Ð°Ñ‚Ð°Ñ€ÐµÐ¸/питаниÑ. По умолчанию " "'3'." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:45 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:45 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:45 msgid "The interface OLSRd should serve." msgstr "ИнтерфейÑ, обÑлуживаемый OLSRd." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:127 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:121 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:127 msgid "" "The port OLSR uses. This should usually stay at the IANA assigned port 698. " "It can have a value between 1 and 65535." @@ -1065,8 +1065,8 @@ msgstr "" "Порт, иÑпользуемый Ð´Ð»Ñ OLSR. РекомендуетÑÑ Ð¸Ñпользовать приÑвоенный IANA " "порт 698.<br />ДопуÑтимо любое значение в диапазоне от 1 до 65535." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:178 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 msgid "" "This can be used to signal the external IPv6 prefix of the uplink to the " "clients. This might allow a client to change it's local IPv6 address to use " @@ -1078,10 +1078,10 @@ msgstr "" "Ð´Ð»Ñ Ð¸ÑÐ¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ð½Ð¸Ñ IPv6-шлюза без какой-либо транÑлÑции адреÑов. МакÑÐ¸Ð¼Ð°Ð»ÑŒÐ½Ð°Ñ " "длина префикÑа - 64 бита. По умолчанию '::/0' (без префикÑа)." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:224 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:218 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:33 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:33 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:33 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:224 msgid "Timing and Validity" msgstr "Ð’Ñ€ÐµÐ¼Ñ Ð¸ Ñрок дейÑтвиÑ" @@ -1089,8 +1089,8 @@ msgstr "Ð’Ñ€ÐµÐ¼Ñ Ð¸ Ñрок дейÑтвиÑ" msgid "Topology" msgstr "ТопологиÑ" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:66 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:60 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:66 msgid "" "Type of service value for the IP header of control traffic. Default is " "\"16\"." @@ -1107,13 +1107,13 @@ msgstr "Ðе удалоÑÑŒ подключитьÑÑ Ðº демону OLSR!" msgid "Uplink" msgstr "Внешнее Ñоединение" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:160 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 msgid "Uplink uses NAT" msgstr "Внешнее Ñоединение иÑпользует NAT" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:116 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:110 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:116 msgid "Use hysteresis" msgstr "ИÑпользовать гиÑтерезиÑ" @@ -1138,8 +1138,8 @@ msgstr "Очень хорошо (SNR > 30)" msgid "WLAN" msgstr "WLAN" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 msgid "" "Warning: kmod-ipip is not installed. Without kmod-ipip SmartGateway will not " "work, please install it." @@ -1147,17 +1147,17 @@ msgstr "" "<b>Внимание:</b> 'kmod-ipip' не уÑтановлен. Без пакета Ð¼Ð¾Ð´ÑƒÐ»Ñ Ñдра kmod-" "ipip, SmartGW (Ñмарт-шлюз) не будет работать, уÑтановите его." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:235 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:229 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:60 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:60 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:60 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:235 msgid "Weight" msgstr "ВеÑ" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:236 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:230 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:61 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:61 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:61 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:236 msgid "" "When multiple links exist between hosts the weight of interface is used to " "determine the link to use. Normally the weight is automatically calculated " @@ -1195,8 +1195,8 @@ msgstr "" "Определение внешнего ÑÐ¾ÐµÐ´Ð¸Ð½ÐµÐ½Ð¸Ñ Ð¿Ñ€Ð¾Ð¸Ñходит при наличии в локальном HNA6 ::" "ffff:0:0/96 или 2000::/3. Значение по умолчанию 'оба'." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:193 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:187 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:193 msgid "Willingness" msgstr "ГотовноÑÑ‚ÑŒ" diff --git a/applications/luci-app-olsr/po/sk/olsr.po b/applications/luci-app-olsr/po/sk/olsr.po index 74df7ec6df..0a2d4f7a55 100644 --- a/applications/luci-app-olsr/po/sk/olsr.po +++ b/applications/luci-app-olsr/po/sk/olsr.po @@ -20,23 +20,23 @@ msgstr "" msgid "Active host net announcements" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:45 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:45 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:45 msgid "Advanced Settings" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:141 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 msgid "Allow gateways with NAT" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:141 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 msgid "Allow the selection of an outgoing ipv4 gateway with NAT" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:155 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:149 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:155 msgid "Announce uplink" msgstr "" @@ -63,8 +63,8 @@ msgstr "" msgid "Broadcast address" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:265 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:90 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:265 msgid "Can only be a valid IPv4 or IPv6 address or 'default'" msgstr "" @@ -106,31 +106,31 @@ msgstr "" msgid "ETX" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:365 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:134 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:346 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:35 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:35 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:35 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:365 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:15 msgid "Enable" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:134 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 msgid "" "Enable SmartGateway. If it is disabled, then all other SmartGateway " "parameters are ignored. Default is \"no\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:36 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:36 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:36 msgid "Enable this interface." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:249 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:249 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:249 msgid "Enabled" msgstr "" @@ -138,13 +138,13 @@ msgstr "" msgid "Expected retransmission count" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:71 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:65 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:71 msgid "FIB metric" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:72 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:66 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:72 msgid "" "FIBMetric controls the metric value of the host-routes OLSRd sets. \"flat\" " "means that the metric value is always 2. This is the preferred value because " @@ -154,8 +154,8 @@ msgid "" "Default is \"flat\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:112 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:106 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:112 msgid "Fisheye mechanism for TCs (checked means on). Default is \"on\"" msgstr "" @@ -164,17 +164,17 @@ msgstr "" msgid "Gateway" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:42 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:222 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:42 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:216 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:31 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:31 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:31 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:42 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:222 msgid "General Settings" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:39 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:39 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:39 msgid "General settings" msgstr "" @@ -192,8 +192,8 @@ msgid "Green" msgstr "" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:53 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:402 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:383 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:402 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:178 msgid "HNA" msgstr "" @@ -202,17 +202,17 @@ msgstr "" msgid "HNA Announcements" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:341 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:322 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:165 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:152 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:165 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:341 msgid "HNA interval" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:347 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:328 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:171 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:158 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:171 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:347 msgid "HNA validity time" msgstr "" @@ -220,22 +220,22 @@ msgstr "" msgid "HNA6 Announcements" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:381 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:362 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:381 msgid "Hello" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:305 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:286 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:129 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:116 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:129 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:305 msgid "Hello interval" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:311 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:292 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:135 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:122 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:135 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:311 msgid "Hello validity time" msgstr "" @@ -253,8 +253,8 @@ msgstr "" msgid "Hna4" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:10 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 msgid "Hna6" msgstr "" @@ -280,18 +280,18 @@ msgid "" "networks using HNA6 messages." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:117 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:111 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:117 msgid "" "Hysteresis for link sensing (only for hopcount metric). Hysteresis adds more " "robustness to the link sensing but delays neighbor registration. Defaults is " "\"yes\"" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:223 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:217 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:32 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:32 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:32 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:223 msgid "IP Addresses" msgstr "" @@ -306,26 +306,26 @@ msgstr "" msgid "IPv4" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:278 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:103 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:278 msgid "IPv4 broadcast" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:279 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:104 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:279 msgid "" "IPv4 broadcast address for outgoing OLSR packets. One useful example would " "be 255.255.255.255. Default is \"0.0.0.0\", which triggers the usage of the " "interface broadcast IP." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:291 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:116 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:291 msgid "IPv4 source" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:292 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:117 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:292 msgid "" "IPv4 src address for outgoing OLSR packages. Default is \"0.0.0.0\", which " "triggers usage of the interface IP." @@ -336,52 +336,52 @@ msgstr "" msgid "IPv6" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:285 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:272 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:110 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:103 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:110 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:285 msgid "IPv6 multicast" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:286 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:273 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:111 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:104 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:111 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:286 msgid "" "IPv6 multicast address. Default is \"FF02::6D\", the manet-router linklocal " "multicast." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:10 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 msgid "" "IPv6 network must be given in full notation, prefix must be in CIDR notation." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:297 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:278 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:122 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:109 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:122 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:297 msgid "IPv6 source" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:298 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:279 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:123 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:110 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:123 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:298 msgid "" "IPv6 src prefix. OLSRd will choose one of the interface IPs which matches " "the prefix of this parameter. Default is \"0::/0\", which triggers the usage " "of a not-linklocal interface IP." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:178 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 msgid "IPv6-Prefix of the uplink" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:202 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:196 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:202 msgid "" "If the route to the current gateway is to be changed, the ETX value of this " "gateway is multiplied with this value before it is compared to the new one. " @@ -390,14 +390,14 @@ msgid "" "with the etx_ffeth metric!<br />Defaults to \"1.0\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:160 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 msgid "" "If this Node uses NAT for connections to the internet. Default is \"yes\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:27 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:27 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:27 #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:23 #: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:62 #: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:128 @@ -406,10 +406,10 @@ msgstr "" msgid "Interface" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:227 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:221 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:52 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:52 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:52 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:227 msgid "" "Interface Mode is used to prevent unnecessary packet forwarding on switched " "ethernet interfaces. valid Modes are \"mesh\" and \"ether\". Default is " @@ -417,15 +417,15 @@ msgid "" msgstr "" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:70 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:354 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:335 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:354 #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:14 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:163 msgid "Interfaces" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:218 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:212 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:218 msgid "Interfaces Defaults" msgstr "" @@ -433,24 +433,24 @@ msgstr "" msgid "Internet protocol" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:60 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:54 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:60 msgid "" "Interval to poll network interfaces for configuration changes (in seconds). " "Default is \"2.5\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:268 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:262 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:93 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:93 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:93 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:268 msgid "Invalid Value for LQMult-Value. Must be between 0.01 and 1.0." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:271 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:265 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:96 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:96 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:96 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:271 msgid "" "Invalid Value for LQMult-Value. You must use a decimal number between 0.01 " "and 1.0 here." @@ -464,30 +464,30 @@ msgstr "" msgid "LQ" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:90 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:84 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:90 msgid "LQ aging" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:96 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:90 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:96 msgid "LQ algorithm" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:111 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:105 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:111 msgid "LQ fisheye" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:82 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:76 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:82 msgid "LQ level" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:262 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:256 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:87 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:87 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:87 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:262 msgid "" "LQMult requires two values (IP address or 'default' and multiplicator) " "separated by space." @@ -501,28 +501,28 @@ msgstr "" msgid "Legend" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:23 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:257 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:23 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:257 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:23 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:257 msgid "Library" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:43 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:43 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:43 msgid "Link Quality Settings" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:91 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:85 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:91 msgid "" "Link quality aging factor (only for lq level 2). Tuning parameter for " "etx_float and etx_fpm, smaller values mean slower changes of ETX value. " "(allowed values are between 0.01 and 1.0)" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:97 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:91 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:97 msgid "" "Link quality algorithm (only for lq level 2).<br /><b>etx_float</b>: " "floating point ETX with exponential aging<br /><b>etx_fpm</b> : same as " @@ -532,18 +532,18 @@ msgid "" "allows ethernet links with ETX 0.1.<br />Defaults to \"etx_ff\"" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:83 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:77 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:83 msgid "" "Link quality level switch between hopcount and cost-based (mostly ETX) " "routing.<br /><b>0</b> = do not use link quality<br /><b>2</b> = use link " "quality for MPR selection and routing<br />Default is \"2\"" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:245 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:239 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:70 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:70 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:70 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:245 msgid "LinkQuality Multiplicator" msgstr "" @@ -561,22 +561,22 @@ msgid "Local interface IP" msgstr "" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:58 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:395 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:376 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:395 msgid "MID" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:329 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:310 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:153 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:140 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:153 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:329 msgid "MID interval" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:335 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:316 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:159 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:146 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:159 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:335 msgid "MID validity time" msgstr "" @@ -584,8 +584,8 @@ msgstr "" msgid "MTU" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:132 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:126 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:132 msgid "Main IP" msgstr "" @@ -600,17 +600,17 @@ msgstr "" msgid "Metric" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:226 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:376 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:220 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:357 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:51 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:51 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:51 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:226 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:376 msgid "Mode" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:246 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:71 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:246 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 /" @@ -627,8 +627,8 @@ msgid "" "LQ to all nodes on this interface by 20%: default 0.8" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:201 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:195 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:201 msgid "NAT threshold" msgstr "" @@ -654,22 +654,22 @@ msgstr "" msgid "Netmask" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:373 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:354 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:373 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:160 msgid "Network" msgstr "" +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:16 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:17 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:34 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:16 msgid "Network address" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:59 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:53 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:59 msgid "Nic changes poll interval" msgstr "" @@ -693,21 +693,21 @@ msgstr "" msgid "OLSR - HNA6-Announcements" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:9 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:216 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:9 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:216 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:9 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:216 msgid "OLSR - Plugins" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:12 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:12 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:12 #: applications/luci-app-olsr/luasrc/view/status-olsr/error_olsr.htm:8 msgid "OLSR Daemon" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:14 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:14 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:14 msgid "OLSR Daemon - Interface" msgstr "" @@ -764,35 +764,35 @@ msgstr "" msgid "Overview of smart gateways in this network" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:11 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:11 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:11 msgid "Plugin configuration" msgstr "" #: applications/luci-app-olsr/luasrc/controller/olsr4.lua:29 #: applications/luci-app-olsr/luasrc/controller/olsr6.lua:29 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:240 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:240 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:240 msgid "Plugins" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:54 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:48 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:54 msgid "Polling rate for OLSR sockets in seconds. Default is 0.05." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:53 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:47 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:53 msgid "Pollrate" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:126 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:120 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:126 msgid "Port" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:38 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:20 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:38 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:63 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:115 msgid "Prefix" @@ -854,8 +854,8 @@ msgid "Signal Noise Ratio in dB" msgstr "" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:64 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 msgid "SmartGW" msgstr "" @@ -871,15 +871,15 @@ msgstr "" msgid "Source address" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:170 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 msgid "" "Specifies the speed of the uplink in kilobits/s. First parameter is " "upstream, second parameter is downstream. Default is \"128 1024\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:170 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 msgid "Speed of the uplink" msgstr "" @@ -903,34 +903,34 @@ msgstr "" msgid "Success rate of packages sent to the neighbour" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:388 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:369 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:388 msgid "TC" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:317 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:298 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:141 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:128 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:141 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:317 msgid "TC interval" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:323 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:304 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:134 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:147 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:323 msgid "TC validity time" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:65 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:59 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:65 msgid "TOS value" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:13 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:13 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:15 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:13 msgid "" "The OLSR daemon is an implementation of the Optimized Link State Routing " "protocol. As such it allows mesh routing for any network equipment. It runs " @@ -939,27 +939,27 @@ msgid "" "documentation." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:194 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:188 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:194 msgid "" "The fixed willingness to use. If not set willingness will be calculated " "dynamically based on battery/power status. Default is \"3\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:45 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:45 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:45 msgid "The interface OLSRd should serve." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:127 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:121 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:127 msgid "" "The port OLSR uses. This should usually stay at the IANA assigned port 698. " "It can have a value between 1 and 65535." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:178 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 msgid "" "This can be used to signal the external IPv6 prefix of the uplink to the " "clients. This might allow a client to change it's local IPv6 address to use " @@ -967,10 +967,10 @@ msgid "" "length is 64 bits. Default is \"::/0\" (no prefix)." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:224 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:218 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:33 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:33 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:33 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:224 msgid "Timing and Validity" msgstr "" @@ -978,8 +978,8 @@ msgstr "" msgid "Topology" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:66 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:60 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:66 msgid "" "Type of service value for the IP header of control traffic. Default is " "\"16\"." @@ -994,13 +994,13 @@ msgstr "" msgid "Uplink" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:160 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 msgid "Uplink uses NAT" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:116 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:110 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:116 msgid "Use hysteresis" msgstr "" @@ -1025,24 +1025,24 @@ msgstr "" msgid "WLAN" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 msgid "" "Warning: kmod-ipip is not installed. Without kmod-ipip SmartGateway will not " "work, please install it." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:235 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:229 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:60 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:60 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:60 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:235 msgid "Weight" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:236 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:230 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:61 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:61 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:61 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:236 msgid "" "When multiple links exist between hosts the weight of interface is used to " "determine the link to use. Normally the weight is automatically calculated " @@ -1067,8 +1067,8 @@ msgid "" "setting is \"both\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:193 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:187 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:193 msgid "Willingness" msgstr "" diff --git a/applications/luci-app-olsr/po/sv/olsr.po b/applications/luci-app-olsr/po/sv/olsr.po index 1ee56ec34f..4d35fc4684 100644 --- a/applications/luci-app-olsr/po/sv/olsr.po +++ b/applications/luci-app-olsr/po/sv/olsr.po @@ -21,23 +21,23 @@ msgstr "Aktiva OLSR-noder" msgid "Active host net announcements" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:45 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:45 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:45 msgid "Advanced Settings" msgstr "Avancerade inställningar" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:141 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 msgid "Allow gateways with NAT" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:141 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 msgid "Allow the selection of an outgoing ipv4 gateway with NAT" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:155 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:149 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:155 msgid "Announce uplink" msgstr "Tillkännage upplänk" @@ -64,8 +64,8 @@ msgstr "" msgid "Broadcast address" msgstr "Sändningsadress" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:265 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:90 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:265 msgid "Can only be a valid IPv4 or IPv6 address or 'default'" msgstr "Kan endast vara en giltig IPv4 eller IPv6-adress eller 'standard'" @@ -109,31 +109,31 @@ msgstr "" msgid "ETX" msgstr "ETX" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:365 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:134 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:346 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:35 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:35 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:35 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:365 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:15 msgid "Enable" msgstr "Aktivera" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:134 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 msgid "" "Enable SmartGateway. If it is disabled, then all other SmartGateway " "parameters are ignored. Default is \"no\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:36 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:36 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:36 msgid "Enable this interface." msgstr "Aktivera det här gränssnittet." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:249 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:249 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:249 msgid "Enabled" msgstr "Aktivera" @@ -141,13 +141,13 @@ msgstr "Aktivera" msgid "Expected retransmission count" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:71 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:65 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:71 msgid "FIB metric" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:72 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:66 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:72 msgid "" "FIBMetric controls the metric value of the host-routes OLSRd sets. \"flat\" " "means that the metric value is always 2. This is the preferred value because " @@ -157,8 +157,8 @@ msgid "" "Default is \"flat\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:112 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:106 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:112 msgid "Fisheye mechanism for TCs (checked means on). Default is \"on\"" msgstr "" @@ -167,17 +167,17 @@ msgstr "" msgid "Gateway" msgstr "Gateway" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:42 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:222 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:42 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:216 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:31 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:31 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:31 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:42 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:222 msgid "General Settings" msgstr "Generella inställningar" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:39 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:39 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:39 msgid "General settings" msgstr "Generella inställningar" @@ -195,8 +195,8 @@ msgid "Green" msgstr "Grön" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:53 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:402 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:383 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:402 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:178 msgid "HNA" msgstr "HNA" @@ -205,17 +205,17 @@ msgstr "HNA" msgid "HNA Announcements" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:341 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:322 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:165 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:152 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:165 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:341 msgid "HNA interval" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:347 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:328 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:171 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:158 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:171 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:347 msgid "HNA validity time" msgstr "Giltighetstid för HNA" @@ -223,22 +223,22 @@ msgstr "Giltighetstid för HNA" msgid "HNA6 Announcements" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:381 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:362 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:381 msgid "Hello" msgstr "HallÃ¥" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:305 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:286 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:129 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:116 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:129 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:305 msgid "Hello interval" msgstr "HallÃ¥-intervall" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:311 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:292 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:135 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:122 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:135 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:311 msgid "Hello validity time" msgstr "Giltighetstid för HallÃ¥" @@ -256,8 +256,8 @@ msgstr "Göm IPv6" msgid "Hna4" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:10 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 msgid "Hna6" msgstr "" @@ -283,18 +283,18 @@ msgid "" "networks using HNA6 messages." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:117 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:111 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:117 msgid "" "Hysteresis for link sensing (only for hopcount metric). Hysteresis adds more " "robustness to the link sensing but delays neighbor registration. Defaults is " "\"yes\"" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:223 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:217 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:32 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:32 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:32 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:223 msgid "IP Addresses" msgstr "IP-adresser" @@ -309,26 +309,26 @@ msgstr "" msgid "IPv4" msgstr "IPv4" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:278 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:103 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:278 msgid "IPv4 broadcast" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:279 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:104 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:279 msgid "" "IPv4 broadcast address for outgoing OLSR packets. One useful example would " "be 255.255.255.255. Default is \"0.0.0.0\", which triggers the usage of the " "interface broadcast IP." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:291 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:116 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:291 msgid "IPv4 source" msgstr "IPv4-källa" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:292 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:117 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:292 msgid "" "IPv4 src address for outgoing OLSR packages. Default is \"0.0.0.0\", which " "triggers usage of the interface IP." @@ -339,52 +339,52 @@ msgstr "" msgid "IPv6" msgstr "IPv6" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:285 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:272 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:110 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:103 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:110 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:285 msgid "IPv6 multicast" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:286 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:273 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:111 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:104 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:111 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:286 msgid "" "IPv6 multicast address. Default is \"FF02::6D\", the manet-router linklocal " "multicast." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:10 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 msgid "" "IPv6 network must be given in full notation, prefix must be in CIDR notation." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:297 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:278 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:122 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:109 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:122 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:297 msgid "IPv6 source" msgstr "IPv6-källa" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:298 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:279 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:123 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:110 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:123 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:298 msgid "" "IPv6 src prefix. OLSRd will choose one of the interface IPs which matches " "the prefix of this parameter. Default is \"0::/0\", which triggers the usage " "of a not-linklocal interface IP." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:178 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 msgid "IPv6-Prefix of the uplink" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:202 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:196 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:202 msgid "" "If the route to the current gateway is to be changed, the ETX value of this " "gateway is multiplied with this value before it is compared to the new one. " @@ -393,14 +393,14 @@ msgid "" "with the etx_ffeth metric!<br />Defaults to \"1.0\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:160 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 msgid "" "If this Node uses NAT for connections to the internet. Default is \"yes\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:27 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:27 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:27 #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:23 #: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:62 #: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:128 @@ -409,10 +409,10 @@ msgstr "" msgid "Interface" msgstr "Gränssnitt" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:227 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:221 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:52 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:52 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:52 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:227 msgid "" "Interface Mode is used to prevent unnecessary packet forwarding on switched " "ethernet interfaces. valid Modes are \"mesh\" and \"ether\". Default is " @@ -420,15 +420,15 @@ msgid "" msgstr "" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:70 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:354 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:335 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:354 #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:14 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:163 msgid "Interfaces" msgstr "Gränssnitten" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:218 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:212 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:218 msgid "Interfaces Defaults" msgstr "Standard-gränssnitten" @@ -436,24 +436,24 @@ msgstr "Standard-gränssnitten" msgid "Internet protocol" msgstr "Internet-protokoll" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:60 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:54 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:60 msgid "" "Interval to poll network interfaces for configuration changes (in seconds). " "Default is \"2.5\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:268 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:262 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:93 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:93 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:93 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:268 msgid "Invalid Value for LQMult-Value. Must be between 0.01 and 1.0." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:271 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:265 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:96 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:96 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:96 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:271 msgid "" "Invalid Value for LQMult-Value. You must use a decimal number between 0.01 " "and 1.0 here." @@ -467,30 +467,30 @@ msgstr "Kända OLSR-rutter" msgid "LQ" msgstr "LQ" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:90 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:84 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:90 msgid "LQ aging" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:96 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:90 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:96 msgid "LQ algorithm" msgstr "LQ-algoritm" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:111 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:105 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:111 msgid "LQ fisheye" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:82 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:76 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:82 msgid "LQ level" msgstr "LQ-nivÃ¥" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:262 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:256 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:87 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:87 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:87 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:262 msgid "" "LQMult requires two values (IP address or 'default' and multiplicator) " "separated by space." @@ -504,28 +504,28 @@ msgstr "Senaste hopp" msgid "Legend" msgstr "Legend" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:23 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:257 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:23 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:257 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:23 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:257 msgid "Library" msgstr "Bibliotek" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:43 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:43 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:43 msgid "Link Quality Settings" msgstr "Inställningar för länkkvalité" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:91 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:85 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:91 msgid "" "Link quality aging factor (only for lq level 2). Tuning parameter for " "etx_float and etx_fpm, smaller values mean slower changes of ETX value. " "(allowed values are between 0.01 and 1.0)" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:97 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:91 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:97 msgid "" "Link quality algorithm (only for lq level 2).<br /><b>etx_float</b>: " "floating point ETX with exponential aging<br /><b>etx_fpm</b> : same as " @@ -535,18 +535,18 @@ msgid "" "allows ethernet links with ETX 0.1.<br />Defaults to \"etx_ff\"" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:83 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:77 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:83 msgid "" "Link quality level switch between hopcount and cost-based (mostly ETX) " "routing.<br /><b>0</b> = do not use link quality<br /><b>2</b> = use link " "quality for MPR selection and routing<br />Default is \"2\"" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:245 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:239 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:70 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:70 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:70 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:245 msgid "LinkQuality Multiplicator" msgstr "" @@ -564,22 +564,22 @@ msgid "Local interface IP" msgstr "IP-adress för lokalt gränssnitt" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:58 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:395 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:376 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:395 msgid "MID" msgstr "MID" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:329 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:310 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:153 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:140 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:153 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:329 msgid "MID interval" msgstr "MID-intervall" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:335 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:316 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:159 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:146 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:159 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:335 msgid "MID validity time" msgstr "" @@ -587,8 +587,8 @@ msgstr "" msgid "MTU" msgstr "MTU" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:132 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:126 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:132 msgid "Main IP" msgstr "Huvudsaklig IP-adress" @@ -603,17 +603,17 @@ msgstr "" msgid "Metric" msgstr "Metrisk" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:226 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:376 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:220 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:357 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:51 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:51 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:51 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:226 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:376 msgid "Mode" msgstr "Läge" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:246 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:71 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:246 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 /" @@ -630,8 +630,8 @@ msgid "" "LQ to all nodes on this interface by 20%: default 0.8" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:201 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:195 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:201 msgid "NAT threshold" msgstr "" @@ -657,22 +657,22 @@ msgstr "Grannar" msgid "Netmask" msgstr "Nätmask" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:373 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:354 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:373 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:160 msgid "Network" msgstr "Nätverk" +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:16 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:17 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:34 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:16 msgid "Network address" msgstr "Nätverksadress" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:59 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:53 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:59 msgid "Nic changes poll interval" msgstr "" @@ -696,21 +696,21 @@ msgstr "" msgid "OLSR - HNA6-Announcements" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:9 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:216 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:9 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:216 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:9 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:216 msgid "OLSR - Plugins" msgstr "OLSR - Insticksprogram" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:12 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:12 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:12 #: applications/luci-app-olsr/luasrc/view/status-olsr/error_olsr.htm:8 msgid "OLSR Daemon" msgstr "OLSR-demon" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:14 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:14 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:14 msgid "OLSR Daemon - Interface" msgstr "OLSR-demon - Gränssnitt" @@ -767,35 +767,35 @@ msgstr "" msgid "Overview of smart gateways in this network" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:11 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:11 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:11 msgid "Plugin configuration" msgstr "Konfiguration av insticksprogram" #: applications/luci-app-olsr/luasrc/controller/olsr4.lua:29 #: applications/luci-app-olsr/luasrc/controller/olsr6.lua:29 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:240 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:240 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:240 msgid "Plugins" msgstr "Insticksprogram" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:54 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:48 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:54 msgid "Polling rate for OLSR sockets in seconds. Default is 0.05." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:53 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:47 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:53 msgid "Pollrate" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:126 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:120 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:126 msgid "Port" msgstr "Port" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:38 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:20 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:38 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:63 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:115 msgid "Prefix" @@ -857,8 +857,8 @@ msgid "Signal Noise Ratio in dB" msgstr "" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:64 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 msgid "SmartGW" msgstr "" @@ -874,15 +874,15 @@ msgstr "" msgid "Source address" msgstr "Adress för källkod" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:170 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 msgid "" "Specifies the speed of the uplink in kilobits/s. First parameter is " "upstream, second parameter is downstream. Default is \"128 1024\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:170 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 msgid "Speed of the uplink" msgstr "" @@ -906,34 +906,34 @@ msgstr "" msgid "Success rate of packages sent to the neighbour" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:388 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:369 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:388 msgid "TC" msgstr "TC" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:317 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:298 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:141 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:128 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:141 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:317 msgid "TC interval" msgstr "TC-intervall" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:323 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:304 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:134 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:147 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:323 msgid "TC validity time" msgstr "Giltighetstid för TC" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:65 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:59 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:65 msgid "TOS value" msgstr "TOS-värde" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:13 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:13 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:15 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:13 msgid "" "The OLSR daemon is an implementation of the Optimized Link State Routing " "protocol. As such it allows mesh routing for any network equipment. It runs " @@ -942,27 +942,27 @@ msgid "" "documentation." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:194 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:188 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:194 msgid "" "The fixed willingness to use. If not set willingness will be calculated " "dynamically based on battery/power status. Default is \"3\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:45 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:45 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:45 msgid "The interface OLSRd should serve." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:127 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:121 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:127 msgid "" "The port OLSR uses. This should usually stay at the IANA assigned port 698. " "It can have a value between 1 and 65535." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:178 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 msgid "" "This can be used to signal the external IPv6 prefix of the uplink to the " "clients. This might allow a client to change it's local IPv6 address to use " @@ -970,10 +970,10 @@ msgid "" "length is 64 bits. Default is \"::/0\" (no prefix)." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:224 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:218 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:33 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:33 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:33 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:224 msgid "Timing and Validity" msgstr "" @@ -981,8 +981,8 @@ msgstr "" msgid "Topology" msgstr "Topologi" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:66 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:60 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:66 msgid "" "Type of service value for the IP header of control traffic. Default is " "\"16\"." @@ -997,13 +997,13 @@ msgstr "Kunde inte ansluta till OLSR-demonen!" msgid "Uplink" msgstr "Upplänk" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:160 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 msgid "Uplink uses NAT" msgstr "Upplänken använder NAT" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:116 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:110 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:116 msgid "Use hysteresis" msgstr "" @@ -1028,8 +1028,8 @@ msgstr "Jättebra (SNR > 30)" msgid "WLAN" msgstr "WLAN" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 msgid "" "Warning: kmod-ipip is not installed. Without kmod-ipip SmartGateway will not " "work, please install it." @@ -1037,17 +1037,17 @@ msgstr "" "Varning: kmod-ipip är inte installerat. SmartGateway kommer inte att " "fungerautan kmod-ipip, vänligen installera det." -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:235 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:229 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:60 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:60 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:60 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:235 msgid "Weight" msgstr "Vikt" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:236 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:230 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:61 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:61 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:61 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:236 msgid "" "When multiple links exist between hosts the weight of interface is used to " "determine the link to use. Normally the weight is automatically calculated " @@ -1072,8 +1072,8 @@ msgid "" "setting is \"both\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:193 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:187 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:193 msgid "Willingness" msgstr "Frivillighet" diff --git a/applications/luci-app-olsr/po/templates/olsr.pot b/applications/luci-app-olsr/po/templates/olsr.pot index 91b5830657..3cdba5afa1 100644 --- a/applications/luci-app-olsr/po/templates/olsr.pot +++ b/applications/luci-app-olsr/po/templates/olsr.pot @@ -13,23 +13,23 @@ msgstr "" msgid "Active host net announcements" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:45 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:45 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:45 msgid "Advanced Settings" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:141 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 msgid "Allow gateways with NAT" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:141 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 msgid "Allow the selection of an outgoing ipv4 gateway with NAT" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:155 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:149 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:155 msgid "Announce uplink" msgstr "" @@ -56,8 +56,8 @@ msgstr "" msgid "Broadcast address" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:265 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:90 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:265 msgid "Can only be a valid IPv4 or IPv6 address or 'default'" msgstr "" @@ -99,31 +99,31 @@ msgstr "" msgid "ETX" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:365 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:134 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:346 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:35 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:35 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:35 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:365 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:15 msgid "Enable" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:134 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 msgid "" "Enable SmartGateway. If it is disabled, then all other SmartGateway " "parameters are ignored. Default is \"no\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:36 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:36 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:36 msgid "Enable this interface." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:249 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:249 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:249 msgid "Enabled" msgstr "" @@ -131,13 +131,13 @@ msgstr "" msgid "Expected retransmission count" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:71 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:65 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:71 msgid "FIB metric" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:72 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:66 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:72 msgid "" "FIBMetric controls the metric value of the host-routes OLSRd sets. \"flat\" " "means that the metric value is always 2. This is the preferred value because " @@ -147,8 +147,8 @@ msgid "" "Default is \"flat\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:112 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:106 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:112 msgid "Fisheye mechanism for TCs (checked means on). Default is \"on\"" msgstr "" @@ -157,17 +157,17 @@ msgstr "" msgid "Gateway" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:42 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:222 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:42 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:216 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:31 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:31 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:31 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:42 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:222 msgid "General Settings" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:39 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:39 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:39 msgid "General settings" msgstr "" @@ -185,8 +185,8 @@ msgid "Green" msgstr "" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:53 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:402 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:383 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:402 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:178 msgid "HNA" msgstr "" @@ -195,17 +195,17 @@ msgstr "" msgid "HNA Announcements" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:341 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:322 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:165 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:152 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:165 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:341 msgid "HNA interval" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:347 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:328 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:171 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:158 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:171 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:347 msgid "HNA validity time" msgstr "" @@ -213,22 +213,22 @@ msgstr "" msgid "HNA6 Announcements" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:381 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:362 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:381 msgid "Hello" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:305 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:286 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:129 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:116 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:129 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:305 msgid "Hello interval" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:311 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:292 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:135 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:122 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:135 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:311 msgid "Hello validity time" msgstr "" @@ -246,8 +246,8 @@ msgstr "" msgid "Hna4" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:10 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 msgid "Hna6" msgstr "" @@ -273,18 +273,18 @@ msgid "" "networks using HNA6 messages." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:117 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:111 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:117 msgid "" "Hysteresis for link sensing (only for hopcount metric). Hysteresis adds more " "robustness to the link sensing but delays neighbor registration. Defaults is " "\"yes\"" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:223 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:217 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:32 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:32 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:32 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:223 msgid "IP Addresses" msgstr "" @@ -299,26 +299,26 @@ msgstr "" msgid "IPv4" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:278 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:103 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:278 msgid "IPv4 broadcast" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:279 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:104 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:279 msgid "" "IPv4 broadcast address for outgoing OLSR packets. One useful example would " "be 255.255.255.255. Default is \"0.0.0.0\", which triggers the usage of the " "interface broadcast IP." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:291 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:116 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:291 msgid "IPv4 source" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:292 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:117 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:292 msgid "" "IPv4 src address for outgoing OLSR packages. Default is \"0.0.0.0\", which " "triggers usage of the interface IP." @@ -329,52 +329,52 @@ msgstr "" msgid "IPv6" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:285 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:272 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:110 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:103 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:110 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:285 msgid "IPv6 multicast" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:286 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:273 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:111 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:104 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:111 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:286 msgid "" "IPv6 multicast address. Default is \"FF02::6D\", the manet-router linklocal " "multicast." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:10 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 msgid "" "IPv6 network must be given in full notation, prefix must be in CIDR notation." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:297 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:278 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:122 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:109 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:122 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:297 msgid "IPv6 source" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:298 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:279 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:123 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:110 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:123 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:298 msgid "" "IPv6 src prefix. OLSRd will choose one of the interface IPs which matches " "the prefix of this parameter. Default is \"0::/0\", which triggers the usage " "of a not-linklocal interface IP." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:178 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 msgid "IPv6-Prefix of the uplink" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:202 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:196 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:202 msgid "" "If the route to the current gateway is to be changed, the ETX value of this " "gateway is multiplied with this value before it is compared to the new one. " @@ -383,14 +383,14 @@ msgid "" "with the etx_ffeth metric!<br />Defaults to \"1.0\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:160 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 msgid "" "If this Node uses NAT for connections to the internet. Default is \"yes\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:27 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:27 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:27 #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:23 #: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:62 #: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:128 @@ -399,10 +399,10 @@ msgstr "" msgid "Interface" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:227 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:221 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:52 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:52 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:52 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:227 msgid "" "Interface Mode is used to prevent unnecessary packet forwarding on switched " "ethernet interfaces. valid Modes are \"mesh\" and \"ether\". Default is " @@ -410,15 +410,15 @@ msgid "" msgstr "" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:70 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:354 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:335 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:354 #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:14 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:163 msgid "Interfaces" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:218 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:212 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:218 msgid "Interfaces Defaults" msgstr "" @@ -426,24 +426,24 @@ msgstr "" msgid "Internet protocol" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:60 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:54 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:60 msgid "" "Interval to poll network interfaces for configuration changes (in seconds). " "Default is \"2.5\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:268 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:262 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:93 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:93 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:93 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:268 msgid "Invalid Value for LQMult-Value. Must be between 0.01 and 1.0." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:271 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:265 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:96 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:96 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:96 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:271 msgid "" "Invalid Value for LQMult-Value. You must use a decimal number between 0.01 " "and 1.0 here." @@ -457,30 +457,30 @@ msgstr "" msgid "LQ" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:90 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:84 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:90 msgid "LQ aging" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:96 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:90 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:96 msgid "LQ algorithm" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:111 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:105 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:111 msgid "LQ fisheye" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:82 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:76 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:82 msgid "LQ level" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:262 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:256 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:87 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:87 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:87 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:262 msgid "" "LQMult requires two values (IP address or 'default' and multiplicator) " "separated by space." @@ -494,28 +494,28 @@ msgstr "" msgid "Legend" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:23 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:257 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:23 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:257 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:23 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:257 msgid "Library" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:43 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:43 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:43 msgid "Link Quality Settings" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:91 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:85 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:91 msgid "" "Link quality aging factor (only for lq level 2). Tuning parameter for " "etx_float and etx_fpm, smaller values mean slower changes of ETX value. " "(allowed values are between 0.01 and 1.0)" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:97 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:91 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:97 msgid "" "Link quality algorithm (only for lq level 2).<br /><b>etx_float</b>: " "floating point ETX with exponential aging<br /><b>etx_fpm</b> : same as " @@ -525,18 +525,18 @@ msgid "" "allows ethernet links with ETX 0.1.<br />Defaults to \"etx_ff\"" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:83 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:77 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:83 msgid "" "Link quality level switch between hopcount and cost-based (mostly ETX) " "routing.<br /><b>0</b> = do not use link quality<br /><b>2</b> = use link " "quality for MPR selection and routing<br />Default is \"2\"" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:245 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:239 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:70 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:70 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:70 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:245 msgid "LinkQuality Multiplicator" msgstr "" @@ -554,22 +554,22 @@ msgid "Local interface IP" msgstr "" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:58 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:395 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:376 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:395 msgid "MID" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:329 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:310 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:153 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:140 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:153 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:329 msgid "MID interval" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:335 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:316 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:159 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:146 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:159 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:335 msgid "MID validity time" msgstr "" @@ -577,8 +577,8 @@ msgstr "" msgid "MTU" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:132 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:126 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:132 msgid "Main IP" msgstr "" @@ -593,17 +593,17 @@ msgstr "" msgid "Metric" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:226 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:376 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:220 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:357 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:51 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:51 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:51 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:226 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:376 msgid "Mode" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:246 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:71 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:246 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 /" @@ -620,8 +620,8 @@ msgid "" "LQ to all nodes on this interface by 20%: default 0.8" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:201 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:195 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:201 msgid "NAT threshold" msgstr "" @@ -647,22 +647,22 @@ msgstr "" msgid "Netmask" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:373 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:354 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:373 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:160 msgid "Network" msgstr "" +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:16 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:17 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:34 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:16 msgid "Network address" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:59 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:53 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:59 msgid "Nic changes poll interval" msgstr "" @@ -686,21 +686,21 @@ msgstr "" msgid "OLSR - HNA6-Announcements" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:9 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:216 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:9 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:216 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:9 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:216 msgid "OLSR - Plugins" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:12 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:12 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:12 #: applications/luci-app-olsr/luasrc/view/status-olsr/error_olsr.htm:8 msgid "OLSR Daemon" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:14 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:14 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:14 msgid "OLSR Daemon - Interface" msgstr "" @@ -757,35 +757,35 @@ msgstr "" msgid "Overview of smart gateways in this network" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:11 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:11 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:11 msgid "Plugin configuration" msgstr "" #: applications/luci-app-olsr/luasrc/controller/olsr4.lua:29 #: applications/luci-app-olsr/luasrc/controller/olsr6.lua:29 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:240 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:240 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:240 msgid "Plugins" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:54 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:48 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:54 msgid "Polling rate for OLSR sockets in seconds. Default is 0.05." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:53 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:47 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:53 msgid "Pollrate" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:126 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:120 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:126 msgid "Port" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:38 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:20 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:38 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:63 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:115 msgid "Prefix" @@ -847,8 +847,8 @@ msgid "Signal Noise Ratio in dB" msgstr "" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:64 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 msgid "SmartGW" msgstr "" @@ -864,15 +864,15 @@ msgstr "" msgid "Source address" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:170 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 msgid "" "Specifies the speed of the uplink in kilobits/s. First parameter is " "upstream, second parameter is downstream. Default is \"128 1024\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:170 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 msgid "Speed of the uplink" msgstr "" @@ -896,34 +896,34 @@ msgstr "" msgid "Success rate of packages sent to the neighbour" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:388 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:369 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:388 msgid "TC" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:317 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:298 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:141 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:128 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:141 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:317 msgid "TC interval" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:323 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:304 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:134 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:147 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:323 msgid "TC validity time" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:65 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:59 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:65 msgid "TOS value" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:13 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:13 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:15 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:13 msgid "" "The OLSR daemon is an implementation of the Optimized Link State Routing " "protocol. As such it allows mesh routing for any network equipment. It runs " @@ -932,27 +932,27 @@ msgid "" "documentation." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:194 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:188 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:194 msgid "" "The fixed willingness to use. If not set willingness will be calculated " "dynamically based on battery/power status. Default is \"3\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:45 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:45 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:45 msgid "The interface OLSRd should serve." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:127 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:121 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:127 msgid "" "The port OLSR uses. This should usually stay at the IANA assigned port 698. " "It can have a value between 1 and 65535." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:178 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 msgid "" "This can be used to signal the external IPv6 prefix of the uplink to the " "clients. This might allow a client to change it's local IPv6 address to use " @@ -960,10 +960,10 @@ msgid "" "length is 64 bits. Default is \"::/0\" (no prefix)." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:224 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:218 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:33 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:33 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:33 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:224 msgid "Timing and Validity" msgstr "" @@ -971,8 +971,8 @@ msgstr "" msgid "Topology" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:66 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:60 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:66 msgid "" "Type of service value for the IP header of control traffic. Default is " "\"16\"." @@ -987,13 +987,13 @@ msgstr "" msgid "Uplink" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:160 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 msgid "Uplink uses NAT" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:116 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:110 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:116 msgid "Use hysteresis" msgstr "" @@ -1018,24 +1018,24 @@ msgstr "" msgid "WLAN" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 msgid "" "Warning: kmod-ipip is not installed. Without kmod-ipip SmartGateway will not " "work, please install it." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:235 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:229 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:60 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:60 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:60 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:235 msgid "Weight" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:236 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:230 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:61 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:61 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:61 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:236 msgid "" "When multiple links exist between hosts the weight of interface is used to " "determine the link to use. Normally the weight is automatically calculated " @@ -1060,8 +1060,8 @@ msgid "" "setting is \"both\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:193 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:187 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:193 msgid "Willingness" msgstr "" diff --git a/applications/luci-app-olsr/po/tr/olsr.po b/applications/luci-app-olsr/po/tr/olsr.po index 3385fa6541..0b875f4549 100644 --- a/applications/luci-app-olsr/po/tr/olsr.po +++ b/applications/luci-app-olsr/po/tr/olsr.po @@ -20,23 +20,23 @@ msgstr "" msgid "Active host net announcements" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:45 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:45 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:45 msgid "Advanced Settings" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:141 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 msgid "Allow gateways with NAT" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:141 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 msgid "Allow the selection of an outgoing ipv4 gateway with NAT" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:155 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:149 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:155 msgid "Announce uplink" msgstr "" @@ -63,8 +63,8 @@ msgstr "" msgid "Broadcast address" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:265 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:90 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:265 msgid "Can only be a valid IPv4 or IPv6 address or 'default'" msgstr "" @@ -106,31 +106,31 @@ msgstr "" msgid "ETX" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:365 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:134 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:346 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:35 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:35 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:35 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:365 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:15 msgid "Enable" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:134 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 msgid "" "Enable SmartGateway. If it is disabled, then all other SmartGateway " "parameters are ignored. Default is \"no\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:36 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:36 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:36 msgid "Enable this interface." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:249 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:249 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:249 msgid "Enabled" msgstr "" @@ -138,13 +138,13 @@ msgstr "" msgid "Expected retransmission count" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:71 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:65 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:71 msgid "FIB metric" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:72 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:66 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:72 msgid "" "FIBMetric controls the metric value of the host-routes OLSRd sets. \"flat\" " "means that the metric value is always 2. This is the preferred value because " @@ -154,8 +154,8 @@ msgid "" "Default is \"flat\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:112 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:106 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:112 msgid "Fisheye mechanism for TCs (checked means on). Default is \"on\"" msgstr "" @@ -164,17 +164,17 @@ msgstr "" msgid "Gateway" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:42 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:222 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:42 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:216 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:31 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:31 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:31 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:42 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:222 msgid "General Settings" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:39 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:39 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:39 msgid "General settings" msgstr "" @@ -192,8 +192,8 @@ msgid "Green" msgstr "" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:53 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:402 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:383 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:402 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:178 msgid "HNA" msgstr "" @@ -202,17 +202,17 @@ msgstr "" msgid "HNA Announcements" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:341 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:322 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:165 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:152 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:165 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:341 msgid "HNA interval" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:347 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:328 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:171 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:158 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:171 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:347 msgid "HNA validity time" msgstr "" @@ -220,22 +220,22 @@ msgstr "" msgid "HNA6 Announcements" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:381 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:362 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:381 msgid "Hello" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:305 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:286 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:129 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:116 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:129 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:305 msgid "Hello interval" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:311 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:292 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:135 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:122 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:135 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:311 msgid "Hello validity time" msgstr "" @@ -253,8 +253,8 @@ msgstr "" msgid "Hna4" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:10 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 msgid "Hna6" msgstr "" @@ -280,18 +280,18 @@ msgid "" "networks using HNA6 messages." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:117 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:111 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:117 msgid "" "Hysteresis for link sensing (only for hopcount metric). Hysteresis adds more " "robustness to the link sensing but delays neighbor registration. Defaults is " "\"yes\"" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:223 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:217 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:32 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:32 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:32 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:223 msgid "IP Addresses" msgstr "" @@ -306,26 +306,26 @@ msgstr "" msgid "IPv4" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:278 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:103 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:278 msgid "IPv4 broadcast" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:279 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:104 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:279 msgid "" "IPv4 broadcast address for outgoing OLSR packets. One useful example would " "be 255.255.255.255. Default is \"0.0.0.0\", which triggers the usage of the " "interface broadcast IP." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:291 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:116 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:291 msgid "IPv4 source" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:292 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:117 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:292 msgid "" "IPv4 src address for outgoing OLSR packages. Default is \"0.0.0.0\", which " "triggers usage of the interface IP." @@ -336,52 +336,52 @@ msgstr "" msgid "IPv6" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:285 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:272 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:110 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:103 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:110 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:285 msgid "IPv6 multicast" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:286 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:273 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:111 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:104 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:111 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:286 msgid "" "IPv6 multicast address. Default is \"FF02::6D\", the manet-router linklocal " "multicast." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:10 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 msgid "" "IPv6 network must be given in full notation, prefix must be in CIDR notation." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:297 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:278 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:122 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:109 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:122 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:297 msgid "IPv6 source" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:298 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:279 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:123 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:110 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:123 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:298 msgid "" "IPv6 src prefix. OLSRd will choose one of the interface IPs which matches " "the prefix of this parameter. Default is \"0::/0\", which triggers the usage " "of a not-linklocal interface IP." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:178 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 msgid "IPv6-Prefix of the uplink" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:202 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:196 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:202 msgid "" "If the route to the current gateway is to be changed, the ETX value of this " "gateway is multiplied with this value before it is compared to the new one. " @@ -390,14 +390,14 @@ msgid "" "with the etx_ffeth metric!<br />Defaults to \"1.0\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:160 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 msgid "" "If this Node uses NAT for connections to the internet. Default is \"yes\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:27 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:27 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:27 #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:23 #: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:62 #: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:128 @@ -406,10 +406,10 @@ msgstr "" msgid "Interface" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:227 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:221 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:52 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:52 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:52 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:227 msgid "" "Interface Mode is used to prevent unnecessary packet forwarding on switched " "ethernet interfaces. valid Modes are \"mesh\" and \"ether\". Default is " @@ -417,15 +417,15 @@ msgid "" msgstr "" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:70 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:354 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:335 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:354 #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:14 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:163 msgid "Interfaces" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:218 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:212 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:218 msgid "Interfaces Defaults" msgstr "" @@ -433,24 +433,24 @@ msgstr "" msgid "Internet protocol" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:60 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:54 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:60 msgid "" "Interval to poll network interfaces for configuration changes (in seconds). " "Default is \"2.5\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:268 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:262 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:93 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:93 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:93 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:268 msgid "Invalid Value for LQMult-Value. Must be between 0.01 and 1.0." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:271 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:265 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:96 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:96 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:96 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:271 msgid "" "Invalid Value for LQMult-Value. You must use a decimal number between 0.01 " "and 1.0 here." @@ -464,30 +464,30 @@ msgstr "" msgid "LQ" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:90 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:84 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:90 msgid "LQ aging" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:96 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:90 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:96 msgid "LQ algorithm" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:111 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:105 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:111 msgid "LQ fisheye" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:82 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:76 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:82 msgid "LQ level" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:262 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:256 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:87 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:87 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:87 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:262 msgid "" "LQMult requires two values (IP address or 'default' and multiplicator) " "separated by space." @@ -501,28 +501,28 @@ msgstr "" msgid "Legend" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:23 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:257 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:23 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:257 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:23 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:257 msgid "Library" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:43 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:43 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:43 msgid "Link Quality Settings" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:91 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:85 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:91 msgid "" "Link quality aging factor (only for lq level 2). Tuning parameter for " "etx_float and etx_fpm, smaller values mean slower changes of ETX value. " "(allowed values are between 0.01 and 1.0)" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:97 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:91 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:97 msgid "" "Link quality algorithm (only for lq level 2).<br /><b>etx_float</b>: " "floating point ETX with exponential aging<br /><b>etx_fpm</b> : same as " @@ -532,18 +532,18 @@ msgid "" "allows ethernet links with ETX 0.1.<br />Defaults to \"etx_ff\"" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:83 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:77 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:83 msgid "" "Link quality level switch between hopcount and cost-based (mostly ETX) " "routing.<br /><b>0</b> = do not use link quality<br /><b>2</b> = use link " "quality for MPR selection and routing<br />Default is \"2\"" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:245 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:239 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:70 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:70 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:70 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:245 msgid "LinkQuality Multiplicator" msgstr "" @@ -561,22 +561,22 @@ msgid "Local interface IP" msgstr "" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:58 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:395 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:376 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:395 msgid "MID" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:329 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:310 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:153 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:140 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:153 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:329 msgid "MID interval" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:335 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:316 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:159 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:146 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:159 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:335 msgid "MID validity time" msgstr "" @@ -584,8 +584,8 @@ msgstr "" msgid "MTU" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:132 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:126 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:132 msgid "Main IP" msgstr "" @@ -600,17 +600,17 @@ msgstr "" msgid "Metric" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:226 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:376 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:220 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:357 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:51 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:51 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:51 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:226 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:376 msgid "Mode" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:246 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:71 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:246 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 /" @@ -627,8 +627,8 @@ msgid "" "LQ to all nodes on this interface by 20%: default 0.8" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:201 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:195 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:201 msgid "NAT threshold" msgstr "" @@ -654,22 +654,22 @@ msgstr "" msgid "Netmask" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:373 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:354 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:373 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:160 msgid "Network" msgstr "" +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:16 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:17 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:34 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:16 msgid "Network address" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:59 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:53 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:59 msgid "Nic changes poll interval" msgstr "" @@ -693,21 +693,21 @@ msgstr "" msgid "OLSR - HNA6-Announcements" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:9 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:216 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:9 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:216 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:9 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:216 msgid "OLSR - Plugins" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:12 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:12 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:12 #: applications/luci-app-olsr/luasrc/view/status-olsr/error_olsr.htm:8 msgid "OLSR Daemon" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:14 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:14 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:14 msgid "OLSR Daemon - Interface" msgstr "" @@ -764,35 +764,35 @@ msgstr "" msgid "Overview of smart gateways in this network" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:11 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:11 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:11 msgid "Plugin configuration" msgstr "" #: applications/luci-app-olsr/luasrc/controller/olsr4.lua:29 #: applications/luci-app-olsr/luasrc/controller/olsr6.lua:29 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:240 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:240 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:240 msgid "Plugins" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:54 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:48 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:54 msgid "Polling rate for OLSR sockets in seconds. Default is 0.05." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:53 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:47 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:53 msgid "Pollrate" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:126 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:120 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:126 msgid "Port" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:38 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:20 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:38 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:63 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:115 msgid "Prefix" @@ -854,8 +854,8 @@ msgid "Signal Noise Ratio in dB" msgstr "" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:64 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 msgid "SmartGW" msgstr "" @@ -871,15 +871,15 @@ msgstr "" msgid "Source address" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:170 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 msgid "" "Specifies the speed of the uplink in kilobits/s. First parameter is " "upstream, second parameter is downstream. Default is \"128 1024\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:170 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 msgid "Speed of the uplink" msgstr "" @@ -903,34 +903,34 @@ msgstr "" msgid "Success rate of packages sent to the neighbour" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:388 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:369 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:388 msgid "TC" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:317 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:298 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:141 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:128 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:141 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:317 msgid "TC interval" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:323 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:304 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:134 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:147 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:323 msgid "TC validity time" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:65 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:59 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:65 msgid "TOS value" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:13 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:13 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:15 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:13 msgid "" "The OLSR daemon is an implementation of the Optimized Link State Routing " "protocol. As such it allows mesh routing for any network equipment. It runs " @@ -939,27 +939,27 @@ msgid "" "documentation." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:194 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:188 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:194 msgid "" "The fixed willingness to use. If not set willingness will be calculated " "dynamically based on battery/power status. Default is \"3\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:45 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:45 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:45 msgid "The interface OLSRd should serve." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:127 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:121 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:127 msgid "" "The port OLSR uses. This should usually stay at the IANA assigned port 698. " "It can have a value between 1 and 65535." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:178 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 msgid "" "This can be used to signal the external IPv6 prefix of the uplink to the " "clients. This might allow a client to change it's local IPv6 address to use " @@ -967,10 +967,10 @@ msgid "" "length is 64 bits. Default is \"::/0\" (no prefix)." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:224 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:218 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:33 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:33 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:33 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:224 msgid "Timing and Validity" msgstr "" @@ -978,8 +978,8 @@ msgstr "" msgid "Topology" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:66 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:60 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:66 msgid "" "Type of service value for the IP header of control traffic. Default is " "\"16\"." @@ -994,13 +994,13 @@ msgstr "" msgid "Uplink" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:160 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 msgid "Uplink uses NAT" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:116 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:110 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:116 msgid "Use hysteresis" msgstr "" @@ -1025,24 +1025,24 @@ msgstr "" msgid "WLAN" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 msgid "" "Warning: kmod-ipip is not installed. Without kmod-ipip SmartGateway will not " "work, please install it." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:235 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:229 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:60 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:60 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:60 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:235 msgid "Weight" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:236 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:230 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:61 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:61 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:61 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:236 msgid "" "When multiple links exist between hosts the weight of interface is used to " "determine the link to use. Normally the weight is automatically calculated " @@ -1067,8 +1067,8 @@ msgid "" "setting is \"both\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:193 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:187 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:193 msgid "Willingness" msgstr "" diff --git a/applications/luci-app-olsr/po/uk/olsr.po b/applications/luci-app-olsr/po/uk/olsr.po index 9d6e8b1db5..850d3bdaa7 100644 --- a/applications/luci-app-olsr/po/uk/olsr.po +++ b/applications/luci-app-olsr/po/uk/olsr.po @@ -21,23 +21,23 @@ msgstr "" msgid "Active host net announcements" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:45 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:45 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:45 msgid "Advanced Settings" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:141 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 msgid "Allow gateways with NAT" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:141 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 msgid "Allow the selection of an outgoing ipv4 gateway with NAT" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:155 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:149 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:155 msgid "Announce uplink" msgstr "" @@ -64,8 +64,8 @@ msgstr "" msgid "Broadcast address" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:265 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:90 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:265 msgid "Can only be a valid IPv4 or IPv6 address or 'default'" msgstr "" @@ -107,31 +107,31 @@ msgstr "" msgid "ETX" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:365 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:134 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:346 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:35 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:35 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:35 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:365 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:15 msgid "Enable" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:134 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 msgid "" "Enable SmartGateway. If it is disabled, then all other SmartGateway " "parameters are ignored. Default is \"no\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:36 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:36 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:36 msgid "Enable this interface." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:249 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:249 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:249 msgid "Enabled" msgstr "" @@ -139,13 +139,13 @@ msgstr "" msgid "Expected retransmission count" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:71 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:65 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:71 msgid "FIB metric" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:72 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:66 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:72 msgid "" "FIBMetric controls the metric value of the host-routes OLSRd sets. \"flat\" " "means that the metric value is always 2. This is the preferred value because " @@ -155,8 +155,8 @@ msgid "" "Default is \"flat\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:112 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:106 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:112 msgid "Fisheye mechanism for TCs (checked means on). Default is \"on\"" msgstr "" @@ -165,17 +165,17 @@ msgstr "" msgid "Gateway" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:42 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:222 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:42 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:216 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:31 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:31 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:31 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:42 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:222 msgid "General Settings" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:39 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:39 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:39 msgid "General settings" msgstr "" @@ -193,8 +193,8 @@ msgid "Green" msgstr "" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:53 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:402 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:383 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:402 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:178 msgid "HNA" msgstr "" @@ -203,17 +203,17 @@ msgstr "" msgid "HNA Announcements" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:341 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:322 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:165 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:152 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:165 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:341 msgid "HNA interval" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:347 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:328 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:171 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:158 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:171 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:347 msgid "HNA validity time" msgstr "" @@ -221,22 +221,22 @@ msgstr "" msgid "HNA6 Announcements" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:381 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:362 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:381 msgid "Hello" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:305 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:286 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:129 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:116 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:129 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:305 msgid "Hello interval" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:311 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:292 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:135 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:122 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:135 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:311 msgid "Hello validity time" msgstr "" @@ -254,8 +254,8 @@ msgstr "" msgid "Hna4" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:10 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 msgid "Hna6" msgstr "" @@ -281,18 +281,18 @@ msgid "" "networks using HNA6 messages." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:117 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:111 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:117 msgid "" "Hysteresis for link sensing (only for hopcount metric). Hysteresis adds more " "robustness to the link sensing but delays neighbor registration. Defaults is " "\"yes\"" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:223 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:217 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:32 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:32 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:32 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:223 msgid "IP Addresses" msgstr "" @@ -307,26 +307,26 @@ msgstr "" msgid "IPv4" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:278 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:103 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:278 msgid "IPv4 broadcast" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:279 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:104 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:279 msgid "" "IPv4 broadcast address for outgoing OLSR packets. One useful example would " "be 255.255.255.255. Default is \"0.0.0.0\", which triggers the usage of the " "interface broadcast IP." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:291 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:116 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:291 msgid "IPv4 source" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:292 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:117 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:292 msgid "" "IPv4 src address for outgoing OLSR packages. Default is \"0.0.0.0\", which " "triggers usage of the interface IP." @@ -337,52 +337,52 @@ msgstr "" msgid "IPv6" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:285 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:272 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:110 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:103 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:110 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:285 msgid "IPv6 multicast" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:286 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:273 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:111 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:104 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:111 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:286 msgid "" "IPv6 multicast address. Default is \"FF02::6D\", the manet-router linklocal " "multicast." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:10 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 msgid "" "IPv6 network must be given in full notation, prefix must be in CIDR notation." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:297 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:278 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:122 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:109 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:122 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:297 msgid "IPv6 source" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:298 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:279 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:123 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:110 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:123 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:298 msgid "" "IPv6 src prefix. OLSRd will choose one of the interface IPs which matches " "the prefix of this parameter. Default is \"0::/0\", which triggers the usage " "of a not-linklocal interface IP." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:178 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 msgid "IPv6-Prefix of the uplink" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:202 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:196 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:202 msgid "" "If the route to the current gateway is to be changed, the ETX value of this " "gateway is multiplied with this value before it is compared to the new one. " @@ -391,14 +391,14 @@ msgid "" "with the etx_ffeth metric!<br />Defaults to \"1.0\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:160 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 msgid "" "If this Node uses NAT for connections to the internet. Default is \"yes\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:27 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:27 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:27 #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:23 #: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:62 #: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:128 @@ -407,10 +407,10 @@ msgstr "" msgid "Interface" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:227 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:221 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:52 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:52 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:52 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:227 msgid "" "Interface Mode is used to prevent unnecessary packet forwarding on switched " "ethernet interfaces. valid Modes are \"mesh\" and \"ether\". Default is " @@ -418,15 +418,15 @@ msgid "" msgstr "" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:70 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:354 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:335 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:354 #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:14 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:163 msgid "Interfaces" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:218 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:212 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:218 msgid "Interfaces Defaults" msgstr "" @@ -434,24 +434,24 @@ msgstr "" msgid "Internet protocol" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:60 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:54 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:60 msgid "" "Interval to poll network interfaces for configuration changes (in seconds). " "Default is \"2.5\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:268 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:262 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:93 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:93 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:93 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:268 msgid "Invalid Value for LQMult-Value. Must be between 0.01 and 1.0." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:271 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:265 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:96 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:96 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:96 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:271 msgid "" "Invalid Value for LQMult-Value. You must use a decimal number between 0.01 " "and 1.0 here." @@ -465,30 +465,30 @@ msgstr "" msgid "LQ" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:90 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:84 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:90 msgid "LQ aging" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:96 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:90 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:96 msgid "LQ algorithm" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:111 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:105 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:111 msgid "LQ fisheye" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:82 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:76 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:82 msgid "LQ level" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:262 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:256 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:87 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:87 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:87 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:262 msgid "" "LQMult requires two values (IP address or 'default' and multiplicator) " "separated by space." @@ -502,28 +502,28 @@ msgstr "" msgid "Legend" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:23 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:257 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:23 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:257 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:23 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:257 msgid "Library" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:43 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:43 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:43 msgid "Link Quality Settings" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:91 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:85 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:91 msgid "" "Link quality aging factor (only for lq level 2). Tuning parameter for " "etx_float and etx_fpm, smaller values mean slower changes of ETX value. " "(allowed values are between 0.01 and 1.0)" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:97 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:91 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:97 msgid "" "Link quality algorithm (only for lq level 2).<br /><b>etx_float</b>: " "floating point ETX with exponential aging<br /><b>etx_fpm</b> : same as " @@ -533,18 +533,18 @@ msgid "" "allows ethernet links with ETX 0.1.<br />Defaults to \"etx_ff\"" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:83 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:77 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:83 msgid "" "Link quality level switch between hopcount and cost-based (mostly ETX) " "routing.<br /><b>0</b> = do not use link quality<br /><b>2</b> = use link " "quality for MPR selection and routing<br />Default is \"2\"" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:245 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:239 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:70 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:70 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:70 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:245 msgid "LinkQuality Multiplicator" msgstr "" @@ -562,22 +562,22 @@ msgid "Local interface IP" msgstr "" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:58 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:395 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:376 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:395 msgid "MID" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:329 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:310 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:153 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:140 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:153 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:329 msgid "MID interval" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:335 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:316 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:159 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:146 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:159 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:335 msgid "MID validity time" msgstr "" @@ -585,8 +585,8 @@ msgstr "" msgid "MTU" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:132 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:126 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:132 msgid "Main IP" msgstr "" @@ -601,17 +601,17 @@ msgstr "" msgid "Metric" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:226 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:376 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:220 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:357 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:51 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:51 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:51 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:226 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:376 msgid "Mode" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:246 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:71 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:246 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 /" @@ -628,8 +628,8 @@ msgid "" "LQ to all nodes on this interface by 20%: default 0.8" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:201 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:195 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:201 msgid "NAT threshold" msgstr "" @@ -655,22 +655,22 @@ msgstr "" msgid "Netmask" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:373 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:354 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:373 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:160 msgid "Network" msgstr "" +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:16 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:17 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:34 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:16 msgid "Network address" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:59 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:53 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:59 msgid "Nic changes poll interval" msgstr "" @@ -694,21 +694,21 @@ msgstr "" msgid "OLSR - HNA6-Announcements" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:9 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:216 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:9 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:216 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:9 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:216 msgid "OLSR - Plugins" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:12 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:12 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:12 #: applications/luci-app-olsr/luasrc/view/status-olsr/error_olsr.htm:8 msgid "OLSR Daemon" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:14 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:14 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:14 msgid "OLSR Daemon - Interface" msgstr "" @@ -765,35 +765,35 @@ msgstr "" msgid "Overview of smart gateways in this network" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:11 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:11 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:11 msgid "Plugin configuration" msgstr "" #: applications/luci-app-olsr/luasrc/controller/olsr4.lua:29 #: applications/luci-app-olsr/luasrc/controller/olsr6.lua:29 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:240 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:240 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:240 msgid "Plugins" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:54 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:48 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:54 msgid "Polling rate for OLSR sockets in seconds. Default is 0.05." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:53 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:47 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:53 msgid "Pollrate" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:126 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:120 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:126 msgid "Port" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:38 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:20 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:38 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:63 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:115 msgid "Prefix" @@ -855,8 +855,8 @@ msgid "Signal Noise Ratio in dB" msgstr "" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:64 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 msgid "SmartGW" msgstr "" @@ -872,15 +872,15 @@ msgstr "" msgid "Source address" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:170 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 msgid "" "Specifies the speed of the uplink in kilobits/s. First parameter is " "upstream, second parameter is downstream. Default is \"128 1024\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:170 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 msgid "Speed of the uplink" msgstr "" @@ -904,34 +904,34 @@ msgstr "" msgid "Success rate of packages sent to the neighbour" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:388 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:369 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:388 msgid "TC" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:317 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:298 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:141 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:128 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:141 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:317 msgid "TC interval" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:323 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:304 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:134 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:147 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:323 msgid "TC validity time" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:65 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:59 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:65 msgid "TOS value" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:13 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:13 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:15 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:13 msgid "" "The OLSR daemon is an implementation of the Optimized Link State Routing " "protocol. As such it allows mesh routing for any network equipment. It runs " @@ -940,27 +940,27 @@ msgid "" "documentation." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:194 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:188 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:194 msgid "" "The fixed willingness to use. If not set willingness will be calculated " "dynamically based on battery/power status. Default is \"3\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:45 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:45 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:45 msgid "The interface OLSRd should serve." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:127 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:121 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:127 msgid "" "The port OLSR uses. This should usually stay at the IANA assigned port 698. " "It can have a value between 1 and 65535." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:178 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 msgid "" "This can be used to signal the external IPv6 prefix of the uplink to the " "clients. This might allow a client to change it's local IPv6 address to use " @@ -968,10 +968,10 @@ msgid "" "length is 64 bits. Default is \"::/0\" (no prefix)." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:224 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:218 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:33 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:33 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:33 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:224 msgid "Timing and Validity" msgstr "" @@ -979,8 +979,8 @@ msgstr "" msgid "Topology" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:66 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:60 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:66 msgid "" "Type of service value for the IP header of control traffic. Default is " "\"16\"." @@ -995,13 +995,13 @@ msgstr "" msgid "Uplink" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:160 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 msgid "Uplink uses NAT" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:116 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:110 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:116 msgid "Use hysteresis" msgstr "" @@ -1026,24 +1026,24 @@ msgstr "" msgid "WLAN" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 msgid "" "Warning: kmod-ipip is not installed. Without kmod-ipip SmartGateway will not " "work, please install it." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:235 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:229 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:60 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:60 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:60 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:235 msgid "Weight" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:236 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:230 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:61 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:61 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:61 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:236 msgid "" "When multiple links exist between hosts the weight of interface is used to " "determine the link to use. Normally the weight is automatically calculated " @@ -1068,8 +1068,8 @@ msgid "" "setting is \"both\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:193 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:187 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:193 msgid "Willingness" msgstr "" diff --git a/applications/luci-app-olsr/po/vi/olsr.po b/applications/luci-app-olsr/po/vi/olsr.po index ae73fafc66..887d56ec7d 100644 --- a/applications/luci-app-olsr/po/vi/olsr.po +++ b/applications/luci-app-olsr/po/vi/olsr.po @@ -26,23 +26,23 @@ msgstr "Những OLSR nodes Ä‘ang hoạt Ä‘á»™ng" msgid "Active host net announcements" msgstr "Thông báo của mạng host Ä‘ang hoạt Ä‘á»™ng" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:45 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:45 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:45 msgid "Advanced Settings" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:141 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 msgid "Allow gateways with NAT" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:141 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 msgid "Allow the selection of an outgoing ipv4 gateway with NAT" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:155 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:149 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:155 msgid "Announce uplink" msgstr "" @@ -69,8 +69,8 @@ msgstr "" msgid "Broadcast address" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:265 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:90 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:265 msgid "Can only be a valid IPv4 or IPv6 address or 'default'" msgstr "" @@ -112,31 +112,31 @@ msgstr "" msgid "ETX" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:365 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:134 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:346 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:35 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:35 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:35 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:365 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:15 msgid "Enable" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:134 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 msgid "" "Enable SmartGateway. If it is disabled, then all other SmartGateway " "parameters are ignored. Default is \"no\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:36 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:36 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:36 msgid "Enable this interface." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:249 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:249 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:249 msgid "Enabled" msgstr "" @@ -144,13 +144,13 @@ msgstr "" msgid "Expected retransmission count" msgstr "Expected retransmission count" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:71 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:65 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:71 msgid "FIB metric" msgstr "FIB metric" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:72 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:66 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:72 msgid "" "FIBMetric controls the metric value of the host-routes OLSRd sets. \"flat\" " "means that the metric value is always 2. This is the preferred value because " @@ -160,8 +160,8 @@ msgid "" "Default is \"flat\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:112 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:106 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:112 msgid "Fisheye mechanism for TCs (checked means on). Default is \"on\"" msgstr "" @@ -170,17 +170,17 @@ msgstr "" msgid "Gateway" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:42 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:222 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:42 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:216 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:31 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:31 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:31 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:42 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:222 msgid "General Settings" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:39 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:39 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:39 msgid "General settings" msgstr "Cà i đặt tổng quát" @@ -198,8 +198,8 @@ msgid "Green" msgstr "" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:53 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:402 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:383 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:402 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:178 msgid "HNA" msgstr "" @@ -208,17 +208,17 @@ msgstr "" msgid "HNA Announcements" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:341 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:322 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:165 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:152 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:165 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:341 msgid "HNA interval" msgstr "Khoảng HNA" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:347 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:328 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:171 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:158 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:171 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:347 msgid "HNA validity time" msgstr "Thá»i gian hợp lệ hóa HNA " @@ -227,22 +227,22 @@ msgstr "Thá»i gian hợp lệ hóa HNA " msgid "HNA6 Announcements" msgstr "OLSR - HNA - Thông báo" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:381 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:362 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:381 msgid "Hello" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:305 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:286 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:129 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:116 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:129 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:305 msgid "Hello interval" msgstr "Vùng xin chà o" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:311 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:292 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:135 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:122 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:135 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:311 msgid "Hello validity time" msgstr "Thá»i gian hợp lệ hóa lá»i chà o" @@ -260,8 +260,8 @@ msgstr "" msgid "Hna4" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:10 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 msgid "Hna6" msgstr "" @@ -287,18 +287,18 @@ msgid "" "networks using HNA6 messages." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:117 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:111 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:117 msgid "" "Hysteresis for link sensing (only for hopcount metric). Hysteresis adds more " "robustness to the link sensing but delays neighbor registration. Defaults is " "\"yes\"" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:223 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:217 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:32 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:32 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:32 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:223 msgid "IP Addresses" msgstr "" @@ -313,26 +313,26 @@ msgstr "" msgid "IPv4" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:278 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:103 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:278 msgid "IPv4 broadcast" msgstr "IPv4 broadcast" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:279 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:104 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:279 msgid "" "IPv4 broadcast address for outgoing OLSR packets. One useful example would " "be 255.255.255.255. Default is \"0.0.0.0\", which triggers the usage of the " "interface broadcast IP." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:291 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:116 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:291 msgid "IPv4 source" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:292 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:117 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:292 msgid "" "IPv4 src address for outgoing OLSR packages. Default is \"0.0.0.0\", which " "triggers usage of the interface IP." @@ -343,52 +343,52 @@ msgstr "" msgid "IPv6" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:285 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:272 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:110 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:103 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:110 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:285 msgid "IPv6 multicast" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:286 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:273 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:111 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:104 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:111 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:286 msgid "" "IPv6 multicast address. Default is \"FF02::6D\", the manet-router linklocal " "multicast." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:10 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 msgid "" "IPv6 network must be given in full notation, prefix must be in CIDR notation." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:297 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:278 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:122 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:109 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:122 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:297 msgid "IPv6 source" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:298 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:279 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:123 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:110 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:123 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:298 msgid "" "IPv6 src prefix. OLSRd will choose one of the interface IPs which matches " "the prefix of this parameter. Default is \"0::/0\", which triggers the usage " "of a not-linklocal interface IP." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:178 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 msgid "IPv6-Prefix of the uplink" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:202 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:196 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:202 msgid "" "If the route to the current gateway is to be changed, the ETX value of this " "gateway is multiplied with this value before it is compared to the new one. " @@ -397,14 +397,14 @@ msgid "" "with the etx_ffeth metric!<br />Defaults to \"1.0\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:160 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 msgid "" "If this Node uses NAT for connections to the internet. Default is \"yes\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:27 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:27 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:27 #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:23 #: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:62 #: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:128 @@ -413,10 +413,10 @@ msgstr "" msgid "Interface" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:227 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:221 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:52 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:52 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:52 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:227 msgid "" "Interface Mode is used to prevent unnecessary packet forwarding on switched " "ethernet interfaces. valid Modes are \"mesh\" and \"ether\". Default is " @@ -424,15 +424,15 @@ msgid "" msgstr "" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:70 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:354 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:335 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:354 #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:14 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:163 msgid "Interfaces" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:218 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:212 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:218 msgid "Interfaces Defaults" msgstr "" @@ -440,24 +440,24 @@ msgstr "" msgid "Internet protocol" msgstr "Internet protocol" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:60 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:54 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:60 msgid "" "Interval to poll network interfaces for configuration changes (in seconds). " "Default is \"2.5\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:268 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:262 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:93 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:93 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:93 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:268 msgid "Invalid Value for LQMult-Value. Must be between 0.01 and 1.0." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:271 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:265 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:96 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:96 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:96 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:271 msgid "" "Invalid Value for LQMult-Value. You must use a decimal number between 0.01 " "and 1.0 here." @@ -471,30 +471,30 @@ msgstr "Tuyến OLRS đã biết" msgid "LQ" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:90 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:84 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:90 msgid "LQ aging" msgstr "LQ aging" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:96 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:90 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:96 msgid "LQ algorithm" msgstr "LQ algorithm" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:111 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:105 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:111 msgid "LQ fisheye" msgstr "LQ fisheye" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:82 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:76 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:82 msgid "LQ level" msgstr "LQ level" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:262 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:256 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:87 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:87 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:87 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:262 msgid "" "LQMult requires two values (IP address or 'default' and multiplicator) " "separated by space." @@ -508,28 +508,28 @@ msgstr "Hop cuối " msgid "Legend" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:23 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:257 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:23 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:257 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:23 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:257 msgid "Library" msgstr "ThÆ° viện " -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:43 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:43 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:43 msgid "Link Quality Settings" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:91 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:85 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:91 msgid "" "Link quality aging factor (only for lq level 2). Tuning parameter for " "etx_float and etx_fpm, smaller values mean slower changes of ETX value. " "(allowed values are between 0.01 and 1.0)" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:97 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:91 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:97 msgid "" "Link quality algorithm (only for lq level 2).<br /><b>etx_float</b>: " "floating point ETX with exponential aging<br /><b>etx_fpm</b> : same as " @@ -539,18 +539,18 @@ msgid "" "allows ethernet links with ETX 0.1.<br />Defaults to \"etx_ff\"" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:83 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:77 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:83 msgid "" "Link quality level switch between hopcount and cost-based (mostly ETX) " "routing.<br /><b>0</b> = do not use link quality<br /><b>2</b> = use link " "quality for MPR selection and routing<br />Default is \"2\"" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:245 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:239 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:70 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:70 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:70 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:245 msgid "LinkQuality Multiplicator" msgstr "" @@ -568,22 +568,22 @@ msgid "Local interface IP" msgstr "Giao diện địa phÆ°Æ¡ng IP" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:58 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:395 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:376 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:395 msgid "MID" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:329 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:310 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:153 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:140 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:153 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:329 msgid "MID interval" msgstr "Khoảng MID" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:335 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:316 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:159 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:146 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:159 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:335 msgid "MID validity time" msgstr "Thá»i gian hợp lệ hóa MID" @@ -591,8 +591,8 @@ msgstr "Thá»i gian hợp lệ hóa MID" msgid "MTU" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:132 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:126 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:132 msgid "Main IP" msgstr "" @@ -607,17 +607,17 @@ msgstr "" msgid "Metric" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:226 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:376 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:220 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:357 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:51 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:51 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:51 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:226 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:376 msgid "Mode" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:246 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:71 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:246 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 /" @@ -634,8 +634,8 @@ msgid "" "LQ to all nodes on this interface by 20%: default 0.8" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:201 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:195 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:201 msgid "NAT threshold" msgstr "" @@ -661,22 +661,22 @@ msgstr "" msgid "Netmask" msgstr "Netmask" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:373 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:354 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:373 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:160 msgid "Network" msgstr "" +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:16 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:17 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:34 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:16 msgid "Network address" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:59 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:53 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:59 msgid "Nic changes poll interval" msgstr "" @@ -701,21 +701,21 @@ msgstr "OLSR - HNA - Thông báo" msgid "OLSR - HNA6-Announcements" msgstr "OLSR - HNA - Thông báo" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:9 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:216 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:9 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:216 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:9 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:216 msgid "OLSR - Plugins" msgstr "OLSR - Plugins" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:12 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:12 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:12 #: applications/luci-app-olsr/luasrc/view/status-olsr/error_olsr.htm:8 msgid "OLSR Daemon" msgstr "OLSR Daemon" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:14 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:14 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:14 msgid "OLSR Daemon - Interface" msgstr "" @@ -772,35 +772,35 @@ msgstr "Tổng quát vá» thông báo của nhiá»u giao diện đã biết" msgid "Overview of smart gateways in this network" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:11 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:11 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:11 msgid "Plugin configuration" msgstr "Cấu hình Plugin" #: applications/luci-app-olsr/luasrc/controller/olsr4.lua:29 #: applications/luci-app-olsr/luasrc/controller/olsr6.lua:29 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:240 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:240 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:240 msgid "Plugins" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:54 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:48 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:54 msgid "Polling rate for OLSR sockets in seconds. Default is 0.05." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:53 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:47 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:53 msgid "Pollrate" msgstr "Pollrate" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:126 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:120 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:126 msgid "Port" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:38 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:20 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:38 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:63 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:115 msgid "Prefix" @@ -862,8 +862,8 @@ msgid "Signal Noise Ratio in dB" msgstr "" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:64 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 msgid "SmartGW" msgstr "" @@ -879,15 +879,15 @@ msgstr "" msgid "Source address" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:170 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 msgid "" "Specifies the speed of the uplink in kilobits/s. First parameter is " "upstream, second parameter is downstream. Default is \"128 1024\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:170 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 msgid "Speed of the uplink" msgstr "" @@ -911,34 +911,34 @@ msgstr "" msgid "Success rate of packages sent to the neighbour" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:388 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:369 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:388 msgid "TC" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:317 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:298 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:141 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:128 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:141 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:317 msgid "TC interval" msgstr "Khoảng TC" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:323 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:304 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:134 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:147 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:323 msgid "TC validity time" msgstr "Thá»i gian hợp lệ hóa TC" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:65 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:59 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:65 msgid "TOS value" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:13 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:13 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:15 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:13 msgid "" "The OLSR daemon is an implementation of the Optimized Link State Routing " "protocol. As such it allows mesh routing for any network equipment. It runs " @@ -947,27 +947,27 @@ msgid "" "documentation." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:194 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:188 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:194 msgid "" "The fixed willingness to use. If not set willingness will be calculated " "dynamically based on battery/power status. Default is \"3\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:45 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:45 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:45 msgid "The interface OLSRd should serve." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:127 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:121 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:127 msgid "" "The port OLSR uses. This should usually stay at the IANA assigned port 698. " "It can have a value between 1 and 65535." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:178 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 msgid "" "This can be used to signal the external IPv6 prefix of the uplink to the " "clients. This might allow a client to change it's local IPv6 address to use " @@ -975,10 +975,10 @@ msgid "" "length is 64 bits. Default is \"::/0\" (no prefix)." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:224 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:218 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:33 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:33 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:33 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:224 msgid "Timing and Validity" msgstr "" @@ -986,8 +986,8 @@ msgstr "" msgid "Topology" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:66 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:60 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:66 msgid "" "Type of service value for the IP header of control traffic. Default is " "\"16\"." @@ -1002,13 +1002,13 @@ msgstr "Không thể kết nối vá»›i OLSR daemon!" msgid "Uplink" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:160 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 msgid "Uplink uses NAT" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:116 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:110 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:116 msgid "Use hysteresis" msgstr "Dùng hysteresis" @@ -1033,24 +1033,24 @@ msgstr "" msgid "WLAN" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 msgid "" "Warning: kmod-ipip is not installed. Without kmod-ipip SmartGateway will not " "work, please install it." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:235 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:229 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:60 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:60 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:60 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:235 msgid "Weight" msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:236 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:230 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:61 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:61 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:61 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:236 msgid "" "When multiple links exist between hosts the weight of interface is used to " "determine the link to use. Normally the weight is automatically calculated " @@ -1075,8 +1075,8 @@ msgid "" "setting is \"both\"." msgstr "" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:193 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:187 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:193 msgid "Willingness" msgstr "Sẵn sà ng" diff --git a/applications/luci-app-olsr/po/zh-cn/olsr.po b/applications/luci-app-olsr/po/zh-cn/olsr.po index 47b87f9976..4d6d3561c4 100644 --- a/applications/luci-app-olsr/po/zh-cn/olsr.po +++ b/applications/luci-app-olsr/po/zh-cn/olsr.po @@ -26,23 +26,23 @@ msgstr "活动的 OLSR 节点" msgid "Active host net announcements" msgstr "活动的主机网络通告" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:45 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:45 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:45 msgid "Advanced Settings" msgstr "高级设置" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:141 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 msgid "Allow gateways with NAT" msgstr "å…许带 NAT 的网关" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:141 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 msgid "Allow the selection of an outgoing ipv4 gateway with NAT" msgstr "å…许选择有 NAT çš„ IPv4 网关" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:155 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:149 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:155 msgid "Announce uplink" msgstr "通告上行链接" @@ -69,8 +69,8 @@ msgstr "两个值必须使用点分å进制表示法。" msgid "Broadcast address" msgstr "广æ’地å€" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:265 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:90 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:265 msgid "Can only be a valid IPv4 or IPv6 address or 'default'" msgstr "必须是有效的 IPv4 或 IPv6 地å€ï¼Œæˆ–“默认â€" @@ -113,19 +113,19 @@ msgstr "下载é…ç½®" msgid "ETX" msgstr "ETX" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:365 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:134 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:346 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:35 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:35 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:35 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:365 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:15 msgid "Enable" msgstr "å¯ç”¨" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:134 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 msgid "" "Enable SmartGateway. If it is disabled, then all other SmartGateway " "parameters are ignored. Default is \"no\"." @@ -133,13 +133,13 @@ msgstr "" "å¯ç”¨ SmartGateway。如果ç¦ç”¨ï¼Œåˆ™å°†å¿½ç•¥ SmartGateway 的其他所有å‚数。缺çœ" "值:“noâ€" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:36 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:36 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:36 msgid "Enable this interface." msgstr "å¯ç”¨è¿™ä¸ªæŽ¥å£" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:249 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:249 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:249 msgid "Enabled" msgstr "å·²å¯ç”¨" @@ -147,13 +147,13 @@ msgstr "å·²å¯ç”¨" msgid "Expected retransmission count" msgstr "预期é‡å‘æ•°" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:71 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:65 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:71 msgid "FIB metric" msgstr "FIB 度é‡" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:72 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:66 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:72 msgid "" "FIBMetric controls the metric value of the host-routes OLSRd sets. \"flat\" " "means that the metric value is always 2. This is the preferred value because " @@ -167,8 +167,8 @@ msgstr "" "值。“approxâ€ä¹Ÿä½¿ç”¨ hopcount 作为度é‡å€¼ï¼Œä½†åªæœ‰åœ¨ä¸‹ä¸€æ¬¡æ›´æ”¹æ—¶æ‰æ›´æ–° hopcount。" "默认为“flatâ€ã€‚" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:112 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:106 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:112 msgid "Fisheye mechanism for TCs (checked means on). Default is \"on\"" msgstr "TC çš„é±¼çœ¼æœºåˆ¶ï¼ˆæ ¡éªŒå’Œå¼€å¯ï¼‰ã€‚默认为“开å¯â€" @@ -177,17 +177,17 @@ msgstr "TC çš„é±¼çœ¼æœºåˆ¶ï¼ˆæ ¡éªŒå’Œå¼€å¯ï¼‰ã€‚默认为“开å¯â€" msgid "Gateway" msgstr "网关" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:42 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:222 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:42 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:216 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:31 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:31 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:31 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:42 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:222 msgid "General Settings" msgstr "一般设置" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:39 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:39 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:39 msgid "General settings" msgstr "一般设置" @@ -205,8 +205,8 @@ msgid "Green" msgstr "绿" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:53 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:402 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:383 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:402 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:178 msgid "HNA" msgstr "HNA" @@ -215,17 +215,17 @@ msgstr "HNA" msgid "HNA Announcements" msgstr "HNA 通告" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:341 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:322 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:165 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:152 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:165 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:341 msgid "HNA interval" msgstr "HNA é—´éš”" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:347 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:328 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:171 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:158 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:171 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:347 msgid "HNA validity time" msgstr "HNA 有效时长" @@ -233,22 +233,22 @@ msgstr "HNA 有效时长" msgid "HNA6 Announcements" msgstr "HNA 通告" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:381 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:362 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:381 msgid "Hello" msgstr "Hello" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:305 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:286 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:129 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:116 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:129 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:305 msgid "Hello interval" msgstr "Hello é—´éš”" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:311 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:292 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:135 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:122 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:135 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:311 msgid "Hello validity time" msgstr "Hello 有效时长" @@ -266,8 +266,8 @@ msgstr "éšè— IPv6" msgid "Hna4" msgstr "Hna4" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:10 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 msgid "Hna6" msgstr "Hna6" @@ -293,8 +293,8 @@ msgid "" "networks using HNA6 messages." msgstr "OLSR 路由网络ä¸çš„主机å¯ä»¥ä½¿ç”¨ HNA6 消æ¯é€šå‘Šä¸Žå¤–部网络的连接。" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:117 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:111 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:117 msgid "" "Hysteresis for link sensing (only for hopcount metric). Hysteresis adds more " "robustness to the link sensing but delays neighbor registration. Defaults is " @@ -303,10 +303,10 @@ msgstr "" "滞åŽé“¾è·¯æ£€æµ‹ï¼ˆä»…适用于 hopcount 度é‡ï¼‰ã€‚滞åŽå¢žåŠ 了链路感测的å¥å£®æ€§ï¼Œä½†å»¶è¿Ÿäº†" "邻居注册过程。默认值为“是â€" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:223 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:217 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:32 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:32 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:32 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:223 msgid "IP Addresses" msgstr "IP 地å€" @@ -321,13 +321,13 @@ msgstr "è¦ä½¿ç”¨çš„ IP 版本。如果选择 6and4,则为æ¯ä¸ªåè®®å¯åŠ¨ä¸ msgid "IPv4" msgstr "IPv4" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:278 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:103 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:278 msgid "IPv4 broadcast" msgstr "IPv4 广æ’地å€" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:279 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:104 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:279 msgid "" "IPv4 broadcast address for outgoing OLSR packets. One useful example would " "be 255.255.255.255. Default is \"0.0.0.0\", which triggers the usage of the " @@ -336,13 +336,13 @@ msgstr "" "ä¼ å‡º OLSR æ•°æ®åŒ…çš„ IPv4 广æ’地å€ã€‚一个有用的例å是 255.255.255.255。默认" "为“0.0.0.0â€ï¼Œå°†è§¦å‘使用接å£çš„ IP 广æ’地å€ã€‚" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:291 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:116 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:291 msgid "IPv4 source" msgstr "IPv4 æºåœ°å€" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:292 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:117 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:292 msgid "" "IPv4 src address for outgoing OLSR packages. Default is \"0.0.0.0\", which " "triggers usage of the interface IP." @@ -353,39 +353,39 @@ msgstr "ä¼ å‡º OLSR 包的 IPv4 æºåœ°å€ã€‚默认为“0.0.0.0â€ï¼Œå°†è§¦å‘ä½ msgid "IPv6" msgstr "IPv6" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:285 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:272 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:110 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:103 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:110 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:285 msgid "IPv6 multicast" msgstr "IPv6 组æ’地å€" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:286 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:273 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:111 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:104 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:111 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:286 msgid "" "IPv6 multicast address. Default is \"FF02::6D\", the manet-router linklocal " "multicast." msgstr "IPv6 组æ’地å€ã€‚默认为“FF02::6Dâ€ï¼Œå³ manet-router 链路本地组æ’地å€ã€‚" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:10 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 msgid "" "IPv6 network must be given in full notation, prefix must be in CIDR notation." msgstr "IPv6 网络必须完整表出,å‰ç¼€å¿…须是 CIDR 表示法。" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:297 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:278 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:122 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:109 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:122 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:297 msgid "IPv6 source" msgstr "IPv6 æºåœ°å€" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:298 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:279 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:123 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:110 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:123 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:298 msgid "" "IPv6 src prefix. OLSRd will choose one of the interface IPs which matches " "the prefix of this parameter. Default is \"0::/0\", which triggers the usage " @@ -394,13 +394,13 @@ msgstr "" "IPv6 æºå‰ç¼€ã€‚OLSRd 将选择一个与æ¤å‚æ•°å‰ç¼€åŒ¹é…çš„æŽ¥å£ IP。默认为“0::/0â€ï¼Œè§¦å‘使" "用接å£çš„éžé“¾è·¯æœ¬åœ° IP。" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:178 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 msgid "IPv6-Prefix of the uplink" msgstr "IPv6 上行链路å‰ç¼€" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:202 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:196 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:202 msgid "" "If the route to the current gateway is to be changed, the ETX value of this " "gateway is multiplied with this value before it is compared to the new one. " @@ -412,14 +412,14 @@ msgstr "" "乘以该值。å‚æ•°å¯ä»¥æ˜¯ä»‹äºŽ 0.1 å’Œ 1.0 之间的值,但如果更改则应接近 1.0。<br /" "><b>è¦å‘Šï¼š</b>æ¤å‚æ•°ä¸åº”与 etx_ffeth æŒ‡æ ‡ä¸€èµ·ä½¿ç”¨ï¼<br />默认值到“1.0â€ã€‚" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:160 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 msgid "" "If this Node uses NAT for connections to the internet. Default is \"yes\"." msgstr "如果æ¤èŠ‚点使用 NAT 连接到互è”网。默认为“是â€ã€‚" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:27 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:27 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:27 #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:23 #: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:62 #: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:128 @@ -428,10 +428,10 @@ msgstr "如果æ¤èŠ‚点使用 NAT 连接到互è”网。默认为“是â€ã€‚" msgid "Interface" msgstr "接å£" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:227 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:221 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:52 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:52 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:52 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:227 msgid "" "Interface Mode is used to prevent unnecessary packet forwarding on switched " "ethernet interfaces. valid Modes are \"mesh\" and \"ether\". Default is " @@ -441,15 +441,15 @@ msgstr "" "是“meshâ€å’Œâ€œetherâ€ã€‚默认为“meshâ€ã€‚" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:70 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:354 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:335 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:354 #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:14 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:163 msgid "Interfaces" msgstr "接å£" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:218 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:212 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:218 msgid "Interfaces Defaults" msgstr "接å£é»˜è®¤å€¼" @@ -457,24 +457,24 @@ msgstr "接å£é»˜è®¤å€¼" msgid "Internet protocol" msgstr "互è”网åè®®" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:60 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:54 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:60 msgid "" "Interval to poll network interfaces for configuration changes (in seconds). " "Default is \"2.5\"." msgstr "轮询网络接å£ä»¥è¿›è¡Œé…置更改的间隔(秒)。默认值为“2.5â€ã€‚" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:268 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:262 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:93 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:93 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:93 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:268 msgid "Invalid Value for LQMult-Value. Must be between 0.01 and 1.0." msgstr "LQMult-Value çš„å€¼æ— æ•ˆã€‚å¿…é¡»ä»‹äºŽ 0.01 å’Œ 1.0 之间。" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:271 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:265 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:96 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:96 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:96 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:271 msgid "" "Invalid Value for LQMult-Value. You must use a decimal number between 0.01 " "and 1.0 here." @@ -489,30 +489,30 @@ msgstr "已知的 OLSR 路由" msgid "LQ" msgstr "LQ" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:90 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:84 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:90 msgid "LQ aging" msgstr "LQ è€åŒ–" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:96 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:90 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:96 msgid "LQ algorithm" msgstr "LQ 算法" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:111 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:105 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:111 msgid "LQ fisheye" msgstr "LQ 鱼眼" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:82 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:76 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:82 msgid "LQ level" msgstr "LQ 级别" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:262 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:256 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:87 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:87 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:87 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:262 msgid "" "LQMult requires two values (IP address or 'default' and multiplicator) " "separated by space." @@ -526,20 +526,20 @@ msgstr "最åŽä¸€è·³" msgid "Legend" msgstr "Legend" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:23 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:257 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:23 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:257 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:23 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:257 msgid "Library" msgstr "库" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:43 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:43 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:43 msgid "Link Quality Settings" msgstr "链接质é‡è®¾ç½®" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:91 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:85 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:91 msgid "" "Link quality aging factor (only for lq level 2). Tuning parameter for " "etx_float and etx_fpm, smaller values mean slower changes of ETX value. " @@ -548,8 +548,8 @@ msgstr "" "链路质é‡è€åŒ–å› å(仅适用于 lq 级别 2)。调整 etx_float å’Œ etx_fpm çš„å‚数,值" "越å°æ„å‘³ç€ ETX 值的å˜åŒ–越慢。(å…许值介于 0.01 å’Œ 1.0 之间)" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:97 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:91 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:97 msgid "" "Link quality algorithm (only for lq level 2).<br /><b>etx_float</b>: " "floating point ETX with exponential aging<br /><b>etx_fpm</b> : same as " @@ -564,8 +564,8 @@ msgstr "" "ETX 计算的 etx å˜ä½“<br /><b>etx_ffeth</b>:ä¸å…¼å®¹çš„å˜ä½“ etx_ff,å…许以太网链" "接使用 ETX 0.1。<br />默认为“etx_ffâ€" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:83 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:77 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:83 msgid "" "Link quality level switch between hopcount and cost-based (mostly ETX) " "routing.<br /><b>0</b> = do not use link quality<br /><b>2</b> = use link " @@ -575,10 +575,10 @@ msgstr "" "= ä¸ä½¿ç”¨é“¾æŽ¥è´¨é‡<br /><b>2</b> = 使用链接质é‡è¿›è¡Œ MPR 选择和路由<br />默认" "为“2â€" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:245 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:239 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:70 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:70 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:70 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:245 msgid "LinkQuality Multiplicator" msgstr "LinkQuality 乘数" @@ -596,22 +596,22 @@ msgid "Local interface IP" msgstr "æœ¬åœ°æŽ¥å£ IP" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:58 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:395 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:376 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:395 msgid "MID" msgstr "MID" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:329 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:310 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:153 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:140 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:153 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:329 msgid "MID interval" msgstr "MID é—´éš”" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:335 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:316 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:159 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:146 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:159 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:335 msgid "MID validity time" msgstr "MID 有效期" @@ -619,8 +619,8 @@ msgstr "MID 有效期" msgid "MTU" msgstr "MTU" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:132 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:126 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:132 msgid "Main IP" msgstr "ä¸»è¦ IP" @@ -637,17 +637,17 @@ msgstr "" msgid "Metric" msgstr "度é‡" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:226 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:376 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:220 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:357 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:51 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:51 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:51 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:226 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:376 msgid "Mode" msgstr "模å¼" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:246 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:71 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:246 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 /" @@ -670,8 +670,8 @@ msgstr "" "大于 0 时使用。示例:<br />将到 fd91:662e:3c58::1 çš„ LQ å‡åŠï¼š" "fd91:662e:3c58::1 0.5<br />å°†æ¤æŽ¥å£åˆ°æ‰€æœ‰èŠ‚点的 LQ å‡å°‘ 20%:默认 0.8" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:201 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:195 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:201 msgid "NAT threshold" msgstr "NAT 阈值" @@ -697,22 +697,22 @@ msgstr "邻居" msgid "Netmask" msgstr "å网掩ç " -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:373 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:354 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:373 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:160 msgid "Network" msgstr "网络" +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:16 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:17 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:34 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:16 msgid "Network address" msgstr "网络地å€" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:59 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:53 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:59 msgid "Nic changes poll interval" msgstr "Nic 更改轮询间隔" @@ -736,21 +736,21 @@ msgstr "OLSR - HNA-通告" msgid "OLSR - HNA6-Announcements" msgstr "OLSR - HNA6-通告" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:9 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:216 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:9 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:216 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:9 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:216 msgid "OLSR - Plugins" msgstr "OLSR - æ’件" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:12 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:12 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:12 #: applications/luci-app-olsr/luasrc/view/status-olsr/error_olsr.htm:8 msgid "OLSR Daemon" msgstr "OLSR 守护进程" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:14 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:14 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:14 msgid "OLSR Daemon - Interface" msgstr "OLSR 守护进程 - 接å£" @@ -807,35 +807,35 @@ msgstr "已知的多接å£é€šå‘Šæ¦‚览" msgid "Overview of smart gateways in this network" msgstr "æ¤ç½‘络ä¸çš„智能网关概览" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:11 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:11 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:11 msgid "Plugin configuration" msgstr "æ’件é…ç½®" #: applications/luci-app-olsr/luasrc/controller/olsr4.lua:29 #: applications/luci-app-olsr/luasrc/controller/olsr6.lua:29 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:240 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:240 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:240 msgid "Plugins" msgstr "æ’件" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:54 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:48 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:54 msgid "Polling rate for OLSR sockets in seconds. Default is 0.05." msgstr "OLSR 套接å—的轮询速率,以秒为å•ä½ã€‚默认值为 0.05。" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:53 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:47 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:53 msgid "Pollrate" msgstr "轮询速率" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:126 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:120 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:126 msgid "Port" msgstr "端å£" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:38 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:20 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:38 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:63 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:115 msgid "Prefix" @@ -903,8 +903,8 @@ msgid "Signal Noise Ratio in dB" msgstr "信噪比(dB)" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:64 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 msgid "SmartGW" msgstr "SmartGW" @@ -920,8 +920,8 @@ msgstr "æ¤ç³»ç»Ÿä¸Šæœªé…ç½® SmartGateway。" msgid "Source address" msgstr "æºåœ°å€" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:170 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 msgid "" "Specifies the speed of the uplink in kilobits/s. First parameter is " "upstream, second parameter is downstream. Default is \"128 1024\"." @@ -929,8 +929,8 @@ msgstr "" "以åƒæ¯”特/秒为å•ä½æŒ‡å®šä¸Šè¡Œé“¾è·¯çš„速度。第一个å‚æ•°æ˜¯ä¸Šä¼ ï¼Œç¬¬äºŒä¸ªå‚数是下载。默认" "值为“128 1024â€ã€‚" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:170 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 msgid "Speed of the uplink" msgstr "上行链路的速度" @@ -954,34 +954,34 @@ msgstr "从邻居收包的æˆåŠŸçŽ‡" msgid "Success rate of packages sent to the neighbour" msgstr "å‘邻居å‘包的æˆåŠŸçŽ‡" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:388 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:369 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:388 msgid "TC" msgstr "TC" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:317 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:298 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:141 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:128 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:141 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:317 msgid "TC interval" msgstr "TC é—´éš”" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:323 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:304 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:134 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:147 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:323 msgid "TC validity time" msgstr "TC 有效时间" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:65 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:59 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:65 msgid "TOS value" msgstr "TOS 值" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:13 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:13 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:15 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:13 msgid "" "The OLSR daemon is an implementation of the Optimized Link State Routing " "protocol. As such it allows mesh routing for any network equipment. It runs " @@ -994,8 +994,8 @@ msgstr "" "å¡ä¸Šè¿è¡Œï¼Œå½“然也å¯ä»¥åœ¨ä»»ä½•ä»¥å¤ªç½‘设备上è¿è¡Œã€‚访问 <a href='http://www.olsr." "org'>olsrd.org</a> 获å–帮助和文档。" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:194 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:188 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:194 msgid "" "The fixed willingness to use. If not set willingness will be calculated " "dynamically based on battery/power status. Default is \"3\"." @@ -1003,13 +1003,13 @@ msgstr "" "固定的使用æ„æ„¿å€¼ã€‚å¦‚æžœæœªè®¾ç½®ï¼Œåˆ™å°†æ ¹æ®ç”µæ± /电æºçŠ¶æ€åŠ¨æ€è®¡ç®—æ„愿值。默认值" "为“3â€ã€‚" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:45 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:45 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:45 msgid "The interface OLSRd should serve." msgstr "OLSRd 应该æœåŠ¡çš„接å£ã€‚" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:127 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:121 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:127 msgid "" "The port OLSR uses. This should usually stay at the IANA assigned port 698. " "It can have a value between 1 and 65535." @@ -1017,8 +1017,8 @@ msgstr "" "OLSR 使用的端å£ã€‚通常应使用 IANA 分é…çš„ä¿ç•™ç«¯å£ 698。它的值å¯ä»¥åœ¨ 1 到 65535 " "之间。" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:178 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 msgid "" "This can be used to signal the external IPv6 prefix of the uplink to the " "clients. This might allow a client to change it's local IPv6 address to use " @@ -1029,10 +1029,10 @@ msgstr "" "IPv6 地å€ï¼Œä»¥ä½¿ç”¨ IPv6 ç½‘å…³ï¼Œè€Œæ— éœ€ä»»ä½•ç±»åž‹çš„åœ°å€è½¬æ¢ã€‚å‰ç¼€é•¿åº¦æœ€å¤§ä¸º 64 ä½ã€‚" "默认为“::/0â€ï¼ˆæ— å‰ç¼€ï¼‰ã€‚" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:224 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:218 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:33 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:33 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:33 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:224 msgid "Timing and Validity" msgstr "时间和有效性" @@ -1040,8 +1040,8 @@ msgstr "时间和有效性" msgid "Topology" msgstr "拓扑" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:66 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:60 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:66 msgid "" "Type of service value for the IP header of control traffic. Default is " "\"16\"." @@ -1056,13 +1056,13 @@ msgstr "æ— æ³•è¿žæŽ¥åˆ° OLSR 守护程åºï¼" msgid "Uplink" msgstr "上行链接" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:160 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 msgid "Uplink uses NAT" msgstr "上行链接使用 NAT" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:116 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:110 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:116 msgid "Use hysteresis" msgstr "使用滞åŽ" @@ -1087,8 +1087,8 @@ msgstr "éžå¸¸å¥½ï¼ˆSNR > 30)" msgid "WLAN" msgstr "WLAN" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 msgid "" "Warning: kmod-ipip is not installed. Without kmod-ipip SmartGateway will not " "work, please install it." @@ -1096,17 +1096,17 @@ msgstr "" "è¦å‘Šï¼šæœªå®‰è£… kmod-ipip。没有 kmod-ipip,SmartGateway å°†æ— æ³•æ£å¸¸å·¥ä½œï¼Œè¯·å®‰è£…" "它。" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:235 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:229 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:60 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:60 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:60 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:235 msgid "Weight" msgstr "æƒé‡" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:236 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:230 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:61 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:61 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:61 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:236 msgid "" "When multiple links exist between hosts the weight of interface is used to " "determine the link to use. Normally the weight is automatically calculated " @@ -1139,8 +1139,8 @@ msgstr "" "将导出哪ç§ä¸Šè¡Œé“¾è·¯åˆ°å…¶ä»–网状节点。通过查找本地 HNA6 ::ffff:0:0/96 或 " "2000::/3 æ¥æ£€æµ‹ä¸Šè¡Œé“¾è·¯ã€‚默认设置为“两者â€ã€‚" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:193 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:187 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:193 msgid "Willingness" msgstr "æ„愿值" diff --git a/applications/luci-app-olsr/po/zh-tw/olsr.po b/applications/luci-app-olsr/po/zh-tw/olsr.po index 007612a62b..da4972078c 100644 --- a/applications/luci-app-olsr/po/zh-tw/olsr.po +++ b/applications/luci-app-olsr/po/zh-tw/olsr.po @@ -26,23 +26,23 @@ msgstr "活動的 OLSR 節點" msgid "Active host net announcements" msgstr "活動的主機網路通告" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:45 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:45 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:45 msgid "Advanced Settings" msgstr "進階è¨å®š" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:141 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 msgid "Allow gateways with NAT" msgstr "å…許帶 NAT çš„é–˜é“器" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:141 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 msgid "Allow the selection of an outgoing ipv4 gateway with NAT" msgstr "å…許é¸æ“‡æœ‰ NAT çš„ IPv4 é–˜é“器" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:155 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:149 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:155 msgid "Announce uplink" msgstr "通告上行連çµ" @@ -69,8 +69,8 @@ msgstr "å…©å€‹å€¼å¿…é ˆä½¿ç”¨é»žåˆ†å進ä½åˆ¶è¡¨ç¤ºæ³•ã€‚" msgid "Broadcast address" msgstr "廣æ’ä½å€" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:265 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:90 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:265 msgid "Can only be a valid IPv4 or IPv6 address or 'default'" msgstr "å¿…é ˆæ˜¯æœ‰æ•ˆçš„ IPv4 或 IPv6 ä½å€ï¼Œæˆ–“é è¨â€" @@ -113,19 +113,19 @@ msgstr "下載é…ç½®" msgid "ETX" msgstr "ETX" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:365 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:134 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:346 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:35 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:35 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:35 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:365 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:15 msgid "Enable" msgstr "啟用" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:134 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 msgid "" "Enable SmartGateway. If it is disabled, then all other SmartGateway " "parameters are ignored. Default is \"no\"." @@ -133,13 +133,13 @@ msgstr "" "啟用 SmartGateway。如果ç¦ç”¨ï¼Œå‰‡å°‡å¿½ç•¥ SmartGateway 的其他所有引數。é è¨" "值:“noâ€" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:36 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:36 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:36 msgid "Enable this interface." msgstr "å•Ÿç”¨é€™å€‹åŸ " -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:249 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:249 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:249 msgid "Enabled" msgstr "已啟用" @@ -147,13 +147,13 @@ msgstr "已啟用" msgid "Expected retransmission count" msgstr "é 期é‡ç™¼æ•¸" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:71 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:65 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:71 msgid "FIB metric" msgstr "FIB 度é‡" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:72 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:66 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:72 msgid "" "FIBMetric controls the metric value of the host-routes OLSRd sets. \"flat\" " "means that the metric value is always 2. This is the preferred value because " @@ -167,8 +167,8 @@ msgstr "" "值。“approxâ€ä¹Ÿä½¿ç”¨ hopcount 作為度é‡å€¼ï¼Œä½†åªæœ‰åœ¨ä¸‹ä¸€æ¬¡æ›´æ”¹æ™‚æ‰æ›´æ–° hopcount。" "é è¨ç‚ºâ€œflatâ€ã€‚" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:112 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:106 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:112 msgid "Fisheye mechanism for TCs (checked means on). Default is \"on\"" msgstr "TC çš„éšçœ¼æ©Ÿåˆ¶ï¼ˆæ ¡é©—和開啟)。é è¨ç‚ºâ€œé–‹å•Ÿâ€" @@ -177,17 +177,17 @@ msgstr "TC çš„éšçœ¼æ©Ÿåˆ¶ï¼ˆæ ¡é©—和開啟)。é è¨ç‚ºâ€œé–‹å•Ÿâ€" msgid "Gateway" msgstr "é–˜é“器" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:42 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:222 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:42 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:216 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:31 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:31 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:31 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:42 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:222 msgid "General Settings" msgstr "一般è¨å®š" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:39 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:39 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:39 msgid "General settings" msgstr "一般è¨å®š" @@ -205,8 +205,8 @@ msgid "Green" msgstr "ç¶ " #: applications/luci-app-olsr/luasrc/controller/olsr.lua:53 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:402 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:383 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:402 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:178 msgid "HNA" msgstr "HNA" @@ -215,17 +215,17 @@ msgstr "HNA" msgid "HNA Announcements" msgstr "HNA 通告" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:341 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:322 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:165 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:152 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:165 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:341 msgid "HNA interval" msgstr "HNA é–“éš”" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:347 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:328 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:171 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:158 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:171 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:347 msgid "HNA validity time" msgstr "HNA 有效時長" @@ -233,22 +233,22 @@ msgstr "HNA 有效時長" msgid "HNA6 Announcements" msgstr "HNA 通告" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:381 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:362 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:381 msgid "Hello" msgstr "Hello" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:305 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:286 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:129 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:116 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:129 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:305 msgid "Hello interval" msgstr "Hello é–“éš”" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:311 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:292 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:135 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:122 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:135 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:311 msgid "Hello validity time" msgstr "Hello 有效時長" @@ -266,8 +266,8 @@ msgstr "éš±è— IPv6" msgid "Hna4" msgstr "Hna4" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:10 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 msgid "Hna6" msgstr "Hna6" @@ -293,8 +293,8 @@ msgid "" "networks using HNA6 messages." msgstr "OLSR 路由網路ä¸çš„主機å¯ä»¥ä½¿ç”¨ HNA6 訊æ¯é€šå‘Šèˆ‡å¤–部網路的連線。" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:117 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:111 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:117 msgid "" "Hysteresis for link sensing (only for hopcount metric). Hysteresis adds more " "robustness to the link sensing but delays neighbor registration. Defaults is " @@ -303,10 +303,10 @@ msgstr "" "滯後éˆè·¯æª¢æ¸¬ï¼ˆåƒ…é©ç”¨æ–¼ hopcount 度é‡ï¼‰ã€‚æ»¯å¾Œå¢žåŠ äº†éˆè·¯æ„Ÿæ¸¬çš„å¥å£¯æ€§ï¼Œä½†å»¶é²äº†" "鄰居註冊éŽç¨‹ã€‚é è¨å€¼ç‚ºâ€œæ˜¯â€" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:223 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:217 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:32 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:32 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:32 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:223 msgid "IP Addresses" msgstr "IP ä½å€" @@ -321,13 +321,13 @@ msgstr "è¦ä½¿ç”¨çš„ IP 版本。如果é¸æ“‡ 6and4,則為æ¯å€‹å”è°å•Ÿå‹•ä¸ msgid "IPv4" msgstr "IPv4" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:278 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:103 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:278 msgid "IPv4 broadcast" msgstr "IPv4 廣æ’ä½å€" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:279 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:104 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:279 msgid "" "IPv4 broadcast address for outgoing OLSR packets. One useful example would " "be 255.255.255.255. Default is \"0.0.0.0\", which triggers the usage of the " @@ -336,13 +336,13 @@ msgstr "" "傳出 OLSR 資料包的 IPv4 廣æ’ä½å€ã€‚一個有用的例å是 255.255.255.255。é è¨" "為“0.0.0.0â€ï¼Œå°‡è§¸ç™¼ä½¿ç”¨ä»‹é¢çš„ IP 廣æ’ä½å€ã€‚" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:291 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:116 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:291 msgid "IPv4 source" msgstr "IPv4 æºä½å€" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:292 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:117 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:292 msgid "" "IPv4 src address for outgoing OLSR packages. Default is \"0.0.0.0\", which " "triggers usage of the interface IP." @@ -353,39 +353,39 @@ msgstr "傳出 OLSR 包的 IPv4 æºä½å€ã€‚é è¨ç‚ºâ€œ0.0.0.0â€ï¼Œå°‡è§¸ç™¼ä½ msgid "IPv6" msgstr "IPv6" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:285 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:272 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:110 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:103 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:110 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:285 msgid "IPv6 multicast" msgstr "IPv6 組æ’ä½å€" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:286 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:273 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:111 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:104 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:111 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:286 msgid "" "IPv6 multicast address. Default is \"FF02::6D\", the manet-router linklocal " "multicast." msgstr "IPv6 組æ’ä½å€ã€‚é è¨ç‚ºâ€œFF02::6Dâ€ï¼Œå³ manet-router éˆè·¯æœ¬åœ°çµ„æ’ä½å€ã€‚" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:10 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 msgid "" "IPv6 network must be given in full notation, prefix must be in CIDR notation." msgstr "IPv6 ç¶²è·¯å¿…é ˆå®Œæ•´è¡¨å‡ºï¼Œå—é¦–å¿…é ˆæ˜¯ CIDR 表示法。" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:297 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:278 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:122 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:109 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:122 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:297 msgid "IPv6 source" msgstr "IPv6 æºä½å€" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:298 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:279 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:123 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:110 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:123 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:298 msgid "" "IPv6 src prefix. OLSRd will choose one of the interface IPs which matches " "the prefix of this parameter. Default is \"0::/0\", which triggers the usage " @@ -394,13 +394,13 @@ msgstr "" "IPv6 æºå—首。OLSRd å°‡é¸æ“‡ä¸€å€‹èˆ‡æ¤å¼•æ•¸å—首匹é…çš„ä»‹é¢ IP。é è¨ç‚ºâ€œ0::/0â€ï¼Œè§¸ç™¼ä½¿" "用介é¢çš„éžéˆè·¯æœ¬åœ° IP。" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:178 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 msgid "IPv6-Prefix of the uplink" msgstr "IPv6 上行éˆè·¯å—首" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:202 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:196 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:202 msgid "" "If the route to the current gateway is to be changed, the ETX value of this " "gateway is multiplied with this value before it is compared to the new one. " @@ -412,14 +412,14 @@ msgstr "" "器的ETX值乘以該值。引數å¯ä»¥æ˜¯ä»‹æ–¼0.1å’Œ1.0之間的值,但如果更改則應接近1.0。" "<br /><b>è¦å‘Šï¼š</b>æ¤å¼•æ•¸ä¸æ‡‰èˆ‡etx_ffeth指標一起使用ï¼<br />é è¨å€¼åˆ°â€œ1.0â€ã€‚" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:160 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 msgid "" "If this Node uses NAT for connections to the internet. Default is \"yes\"." msgstr "如果æ¤ç¯€é»žä½¿ç”¨ NAT 連線到網際網路。é è¨ç‚ºâ€œæ˜¯â€ã€‚" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:27 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:27 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:27 #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:23 #: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:62 #: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:128 @@ -428,10 +428,10 @@ msgstr "如果æ¤ç¯€é»žä½¿ç”¨ NAT 連線到網際網路。é è¨ç‚ºâ€œæ˜¯â€ã€‚" msgid "Interface" msgstr "介é¢" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:227 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:221 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:52 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:52 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:52 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:227 msgid "" "Interface Mode is used to prevent unnecessary packet forwarding on switched " "ethernet interfaces. valid Modes are \"mesh\" and \"ether\". Default is " @@ -441,15 +441,15 @@ msgstr "" "是“meshâ€å’Œâ€œetherâ€ã€‚é è¨ç‚ºâ€œmeshâ€ã€‚" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:70 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:354 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:335 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:354 #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:14 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:163 msgid "Interfaces" msgstr "介é¢" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:218 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:212 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:218 msgid "Interfaces Defaults" msgstr "介é¢é è¨å€¼" @@ -457,24 +457,24 @@ msgstr "介é¢é è¨å€¼" msgid "Internet protocol" msgstr "網際網路å”è°" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:60 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:54 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:60 msgid "" "Interval to poll network interfaces for configuration changes (in seconds). " "Default is \"2.5\"." msgstr "輪詢網路介é¢ä»¥é€²è¡Œé…置更改的間隔(秒)。é è¨å€¼ç‚ºâ€œ2.5â€ã€‚" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:268 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:262 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:93 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:93 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:93 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:268 msgid "Invalid Value for LQMult-Value. Must be between 0.01 and 1.0." msgstr "LQMult-Value çš„å€¼ç„¡æ•ˆã€‚å¿…é ˆä»‹æ–¼0.01å’Œ1.0之間。" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:271 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:265 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:96 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:96 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:96 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:271 msgid "" "Invalid Value for LQMult-Value. You must use a decimal number between 0.01 " "and 1.0 here." @@ -488,30 +488,30 @@ msgstr "已知的 OLSR 路由" msgid "LQ" msgstr "LQ" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:90 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:84 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:90 msgid "LQ aging" msgstr "LQ è€åŒ–" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:96 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:90 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:96 msgid "LQ algorithm" msgstr "LQ 演算法" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:111 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:105 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:111 msgid "LQ fisheye" msgstr "LQ éšçœ¼" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:82 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:76 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:82 msgid "LQ level" msgstr "LQ 級別" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:262 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:256 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:87 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:87 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:87 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:262 msgid "" "LQMult requires two values (IP address or 'default' and multiplicator) " "separated by space." @@ -525,20 +525,20 @@ msgstr "最後一跳" msgid "Legend" msgstr "Legend" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:23 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:257 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:23 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:257 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:23 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:257 msgid "Library" msgstr "庫" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:43 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:43 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:43 msgid "Link Quality Settings" msgstr "連çµè³ªé‡è¨å®š" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:91 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:85 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:91 msgid "" "Link quality aging factor (only for lq level 2). Tuning parameter for " "etx_float and etx_fpm, smaller values mean slower changes of ETX value. " @@ -547,8 +547,8 @@ msgstr "" "éˆè·¯è³ªé‡è€åŒ–å› å(僅é©ç”¨æ–¼ lq 級別2)。調整 etx_float å’Œ etx_fpm 的引數,值越" "å°æ„味著 ETX 值的變化越慢。(å…許值介於0.01å’Œ1.0之間)" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:97 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:91 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:97 msgid "" "Link quality algorithm (only for lq level 2).<br /><b>etx_float</b>: " "floating point ETX with exponential aging<br /><b>etx_fpm</b> : same as " @@ -563,8 +563,8 @@ msgstr "" "ETX 計算的 etx 變體<br /><b>etx_ffeth</b>:ä¸ç›¸å®¹çš„變體 etx_ff,å…許乙太網連" "çµä½¿ç”¨ ETX 0.1。<br />é è¨ç‚ºâ€œetx_ffâ€" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:83 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:77 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:83 msgid "" "Link quality level switch between hopcount and cost-based (mostly ETX) " "routing.<br /><b>0</b> = do not use link quality<br /><b>2</b> = use link " @@ -574,10 +574,10 @@ msgstr "" "= ä¸ä½¿ç”¨é€£çµè³ªé‡<br /><b>2</b> = 使用連çµè³ªé‡é€²è¡Œ MPR é¸æ“‡å’Œè·¯ç”±<br />é è¨" "為“2â€" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:245 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:239 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:70 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:70 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:70 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:245 msgid "LinkQuality Multiplicator" msgstr "LinkQuality 乘數" @@ -595,22 +595,22 @@ msgid "Local interface IP" msgstr "æœ¬åœ°ä»‹é¢ IP" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:58 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:395 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:376 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:395 msgid "MID" msgstr "MID" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:329 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:310 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:153 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:140 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:153 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:329 msgid "MID interval" msgstr "MID é–“éš”" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:335 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:316 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:159 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:146 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:159 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:335 msgid "MID validity time" msgstr "MID 有效期" @@ -618,8 +618,8 @@ msgstr "MID 有效期" msgid "MTU" msgstr "MTU" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:132 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:126 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:132 msgid "Main IP" msgstr "ä¸»è¦ IP" @@ -636,17 +636,17 @@ msgstr "" msgid "Metric" msgstr "度é‡" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:226 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:376 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:220 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:357 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:51 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:51 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:51 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:226 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:376 msgid "Mode" msgstr "模å¼" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:246 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:71 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:246 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 /" @@ -669,8 +669,8 @@ msgstr "" "時使用。示例:<br />將到 fd91:662e:3c58::1 çš„ LQ 減åŠï¼šfd91:662e:3c58::1 " "0.5<br />å°‡æ¤ä»‹é¢åˆ°æ‰€æœ‰ç¯€é»žçš„ LQ 減少20%:default 0.8" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:201 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:195 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:201 msgid "NAT threshold" msgstr "NAT 閾值" @@ -696,22 +696,22 @@ msgstr "é„°å±…" msgid "Netmask" msgstr "å網掩碼" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:373 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:354 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:373 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:160 msgid "Network" msgstr "網路" +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:16 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:17 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:34 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:16 msgid "Network address" msgstr "網路ä½å€" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:59 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:53 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:59 msgid "Nic changes poll interval" msgstr "Nic 更改輪詢間隔" @@ -735,21 +735,21 @@ msgstr "OLSR - HNA-通告" msgid "OLSR - HNA6-Announcements" msgstr "OLSR - HNA6-通告" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:9 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:216 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:9 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:216 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:9 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:216 msgid "OLSR - Plugins" msgstr "OLSR - 外掛" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:12 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:12 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:12 #: applications/luci-app-olsr/luasrc/view/status-olsr/error_olsr.htm:8 msgid "OLSR Daemon" msgstr "OLSR 守è·ç¨‹åº" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:14 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:14 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:14 msgid "OLSR Daemon - Interface" msgstr "OLSR 守è·ç¨‹åº - 介é¢" @@ -806,35 +806,35 @@ msgstr "已知的多介é¢é€šå‘Šæ¦‚覽" msgid "Overview of smart gateways in this network" msgstr "æ¤ç¶²è·¯ä¸çš„智慧閘é“器概覽" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:11 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:11 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:11 msgid "Plugin configuration" msgstr "外掛é…ç½®" #: applications/luci-app-olsr/luasrc/controller/olsr4.lua:29 #: applications/luci-app-olsr/luasrc/controller/olsr6.lua:29 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:240 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:240 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:240 msgid "Plugins" msgstr "外掛" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:54 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:48 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:54 msgid "Polling rate for OLSR sockets in seconds. Default is 0.05." msgstr "OLSR 套接å—的輪詢速率,以秒為單ä½ã€‚é è¨å€¼ç‚º0.05。" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:53 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:47 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:53 msgid "Pollrate" msgstr "輪詢速率" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:126 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:120 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:126 msgid "Port" msgstr "åŸ " -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:38 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:20 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:38 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:63 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:115 msgid "Prefix" @@ -902,8 +902,8 @@ msgid "Signal Noise Ratio in dB" msgstr "信噪比(dB)" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:64 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 msgid "SmartGW" msgstr "SmartGW" @@ -919,8 +919,8 @@ msgstr "æ¤ä¿‚統上未é…ç½® SmartGateway。" msgid "Source address" msgstr "æºä½å€" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:170 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 msgid "" "Specifies the speed of the uplink in kilobits/s. First parameter is " "upstream, second parameter is downstream. Default is \"128 1024\"." @@ -928,8 +928,8 @@ msgstr "" "以åƒä½å…ƒ/秒為單ä½æŒ‡å®šä¸Šè¡Œéˆè·¯çš„速度。第一個引數是上傳,第二個引數是下載。é è¨" "值為“128 1024â€ã€‚" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:170 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 msgid "Speed of the uplink" msgstr "上行éˆè·¯çš„速度" @@ -953,34 +953,34 @@ msgstr "從鄰居收包的æˆåŠŸçŽ‡" msgid "Success rate of packages sent to the neighbour" msgstr "å‘鄰居發包的æˆåŠŸçŽ‡" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:388 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:369 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:388 msgid "TC" msgstr "TC" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:317 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:298 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:141 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:128 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:141 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:317 msgid "TC interval" msgstr "TC é–“éš”" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:323 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:304 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:134 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:147 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:323 msgid "TC validity time" msgstr "TC 有效時間" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:65 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:59 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:65 msgid "TOS value" msgstr "TOS 值" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:13 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:13 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:15 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:13 msgid "" "The OLSR daemon is an implementation of the Optimized Link State Routing " "protocol. As such it allows mesh routing for any network equipment. It runs " @@ -993,8 +993,8 @@ msgstr "" "å¡ä¸ŠåŸ·è¡Œï¼Œç•¶ç„¶ä¹Ÿå¯ä»¥åœ¨ä»»ä½•ä¹™å¤ªç¶²è£ç½®ä¸ŠåŸ·è¡Œã€‚è¨ªå• <a href='http://www.olsr." "org'>olsrd.org</a> ç²å–幫助和文件。" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:194 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:188 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:194 msgid "" "The fixed willingness to use. If not set willingness will be calculated " "dynamically based on battery/power status. Default is \"3\"." @@ -1002,21 +1002,21 @@ msgstr "" "固定的使用æ„願值。如果未è¨å®šï¼Œå‰‡å°‡æ ¹æ“šé›»æ± /é›»æºç‹€æ…‹å‹•æ…‹è¨ˆç®—æ„願值。é è¨å€¼" "為“3â€ã€‚" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:45 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:45 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:45 msgid "The interface OLSRd should serve." msgstr "OLSRd 應該æœå‹™çš„介é¢ã€‚" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:127 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:121 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:127 msgid "" "The port OLSR uses. This should usually stay at the IANA assigned port 698. " "It can have a value between 1 and 65535." msgstr "" "OLSR ä½¿ç”¨çš„åŸ ã€‚é€šå¸¸æ‡‰ä½¿ç”¨ IANA 分é…çš„ä¿ç•™åŸ 698。它的值å¯ä»¥åœ¨1到65535之間。" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:178 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 msgid "" "This can be used to signal the external IPv6 prefix of the uplink to the " "clients. This might allow a client to change it's local IPv6 address to use " @@ -1027,10 +1027,10 @@ msgstr "" "IPv6 ä½å€ï¼Œä»¥ä½¿ç”¨ IPv6 é–˜é“器,而無需任何型別的ä½å€è½‰æ›ã€‚å—首長度最大為64ä½ã€‚" "默èªç‚ºâ€œ::/0â€ï¼ˆç„¡å—首)。" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:224 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:218 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:33 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:33 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:33 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:224 msgid "Timing and Validity" msgstr "時間和有效性" @@ -1038,8 +1038,8 @@ msgstr "時間和有效性" msgid "Topology" msgstr "æ‹“æ’²" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:66 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:60 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:66 msgid "" "Type of service value for the IP header of control traffic. Default is " "\"16\"." @@ -1054,13 +1054,13 @@ msgstr "無法連線到 OLSR 守è·ç¨‹å¼ï¼" msgid "Uplink" msgstr "上行連çµ" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:160 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 msgid "Uplink uses NAT" msgstr "上行連çµä½¿ç”¨ NAT" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:116 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:110 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:116 msgid "Use hysteresis" msgstr "使用滯後" @@ -1085,8 +1085,8 @@ msgstr "éžå¸¸å¥½ï¼ˆSNR > 30)" msgid "WLAN" msgstr "WLAN" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 msgid "" "Warning: kmod-ipip is not installed. Without kmod-ipip SmartGateway will not " "work, please install it." @@ -1094,17 +1094,17 @@ msgstr "" "è¦å‘Šï¼šæœªå®‰è£ kmod-ipip。沒有 kmod-ipip,SmartGateway 將無法æ£å¸¸å·¥ä½œï¼Œè«‹å®‰è£" "它。" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:235 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:229 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:60 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:60 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:60 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:235 msgid "Weight" msgstr "é«”é‡" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:236 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:230 -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:61 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:61 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:61 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:236 msgid "" "When multiple links exist between hosts the weight of interface is used to " "determine the link to use. Normally the weight is automatically calculated " @@ -1137,8 +1137,8 @@ msgstr "" "將匯出哪種上行éˆè·¯åˆ°å…¶ä»–網狀節點。通éŽæŸ¥è©¢æœ¬åœ° HNA6 ::ffff:0:0/96 或 " "2000::/3 來檢測上行éˆè·¯ã€‚é è¨è¨å®šç‚ºâ€œå…©è€…â€ã€‚" -#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:193 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:187 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:193 msgid "Willingness" msgstr "æ„願值" diff --git a/applications/luci-app-openvpn/po/ru/openvpn.po b/applications/luci-app-openvpn/po/ru/openvpn.po index 824e26a2c9..64139efb32 100644 --- a/applications/luci-app-openvpn/po/ru/openvpn.po +++ b/applications/luci-app-openvpn/po/ru/openvpn.po @@ -69,8 +69,7 @@ msgstr "Разрешено макÑимальное количеÑтво подР#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:461 msgid "Allowed maximum of internal" msgstr "" -"Разрешено макÑимальное кол-во внутренних маршрутов клиенту (по " -"умолчанию 256)" +"Разрешено макÑимальное кол-во внутренних маршрутов клиенту (по умолчанию 256)" #: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:466 msgid "Allowed maximum of new connections" @@ -181,8 +180,8 @@ msgstr "Папка Ð´Ð»Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»ÑŒÑких config файлов Ð #: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:23 msgid "Disable Paging" msgstr "" -"Отключить пейджинг, путём вызвова функции 'POSIX mlockall'. ТребуетÑÑ, " -"чтобы OpenVPN был первоначально запущен от root.<br />Ð¥Ð¾Ñ‚Ñ OpenVPN может " +"Отключить пейджинг, путём вызвова функции 'POSIX mlockall'. ТребуетÑÑ, чтобы " +"OpenVPN был первоначально запущен от root.<br />Ð¥Ð¾Ñ‚Ñ OpenVPN может " "впоÑледÑтвии понизить Ñвой UID Ñ Ð¿Ð¾Ð¼Ð¾Ñ‰ÑŒÑŽ опции '-user'" #: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:27 @@ -193,21 +192,20 @@ msgstr "Выключить проверку ÑоглаÑованноÑти Ð¿Ð°Ñ #: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-basic.lua:41 msgid "Do not bind to local address and port" msgstr "" -"Ðе выполнÑÑ‚ÑŒ привÑзку к локальному адреÑу и порту. ИÑпользуетÑÑ " -"динамичеÑкий порт, подключение только Ñ Ð¿Ð°Ñ€Ð°Ð¼ÐµÑ‚Ñ€Ð¾Ð¼ 'remote'" +"Ðе выполнÑÑ‚ÑŒ привÑзку к локальному адреÑу и порту. ИÑпользуетÑÑ Ð´Ð¸Ð½Ð°Ð¼Ð¸Ñ‡ÐµÑкий " +"порт, подключение только Ñ Ð¿Ð°Ñ€Ð°Ð¼ÐµÑ‚Ñ€Ð¾Ð¼ 'remote'" #: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:216 msgid "Don't actually execute ifconfig" msgstr "" -"Ðа Ñамом деле не выполнÑÑ‚ÑŒ команды 'ifconfig/netsh'. ВмеÑто Ñтого " -"передавать параметры '-ifconfig' ÑценариÑм Ñ Ð¸Ñпользованием переменных " -"окружениÑ" +"Ðа Ñамом деле не выполнÑÑ‚ÑŒ команды 'ifconfig/netsh'. ВмеÑто Ñтого передавать " +"параметры '-ifconfig' ÑценариÑм Ñ Ð¸Ñпользованием переменных окружениÑ" #: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:236 msgid "Don't add routes automatically" msgstr "" -"Ðе добавлÑÑ‚ÑŒ маршруты автоматичеÑки. ВмеÑто Ñтого передавать маршруты в " -"'-route-up' Ñкрипт иÑÐ¿Ð¾Ð»ÑŒÐ·ÑƒÑ Ð¿ÐµÑ€ÐµÐ¼ÐµÐ½Ð½Ñ‹Ðµ окружениÑ" +"Ðе добавлÑÑ‚ÑŒ маршруты автоматичеÑки. ВмеÑто Ñтого передавать маршруты в '-" +"route-up' Ñкрипт иÑÐ¿Ð¾Ð»ÑŒÐ·ÑƒÑ Ð¿ÐµÑ€ÐµÐ¼ÐµÐ½Ð½Ñ‹Ðµ окружениÑ" #: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:730 msgid "Don't cache --askpass or --auth-user-pass passwords" @@ -458,8 +456,7 @@ msgstr "ÐкземплÑры OpenVPN" #: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:83 msgid "Optimize TUN/TAP/UDP writes" -msgstr "" -"ÐžÐ¿Ñ‚Ð¸Ð¼Ð¸Ð·Ð°Ñ†Ð¸Ñ Ð·Ð°Ð¿Ð¸Ñей ввода/вывода TUN/TAP/UDP (ÑкÑÐ¿ÐµÑ€Ð¸Ð¼ÐµÐ½Ñ‚Ð°Ð»ÑŒÐ½Ð°Ñ Ð¾Ð¿Ñ†Ð¸Ñ)" +msgstr "ÐžÐ¿Ñ‚Ð¸Ð¼Ð¸Ð·Ð°Ñ†Ð¸Ñ Ð·Ð°Ð¿Ð¸Ñей ввода/вывода TUN/TAP/UDP (ÑкÑÐ¿ÐµÑ€Ð¸Ð¼ÐµÐ½Ñ‚Ð°Ð»ÑŒÐ½Ð°Ñ Ð¾Ð¿Ñ†Ð¸Ñ)" #: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:51 msgid "Output to syslog and do not daemonize" @@ -574,8 +571,7 @@ msgstr "" #: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:698 msgid "Renegotiate data chan. key after seconds" msgstr "" -"Повторное ÑоглаÑование ключа канала данных через n Ñекунд (по " -"умолчанию 3600)" +"Повторное ÑоглаÑование ключа канала данных через n Ñекунд (по умолчанию 3600)" #: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:636 msgid "Replay protection sliding window size" @@ -843,8 +839,8 @@ msgid "" "The size of the OVPN config file (%s) is too large for online editing in " "LuCI (≥ 100 KB)." msgstr "" -"Размер OPVN файла (%s) Ñлишком большой Ð´Ð»Ñ Ð¾Ð½Ð»Ð°Ð¹Ð½ Ñ€ÐµÐ´Ð°ÐºÑ‚Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ Ð² " -"LuCI (&ge 100 Кб)" +"Размер OPVN файла (%s) Ñлишком большой Ð´Ð»Ñ Ð¾Ð½Ð»Ð°Ð¹Ð½ Ñ€ÐµÐ´Ð°ÐºÑ‚Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ Ð² LuCI (&ge " +"100 Кб)" #: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:762 msgid "This completely disables cipher negotiation" diff --git a/applications/luci-app-opkg/po/ca/opkg.po b/applications/luci-app-opkg/po/ca/opkg.po index af9336da09..58aead344f 100644 --- a/applications/luci-app-opkg/po/ca/opkg.po +++ b/applications/luci-app-opkg/po/ca/opkg.po @@ -17,7 +17,7 @@ msgstr "" msgid "Actions" msgstr "Accions" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:710 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:713 msgid "Automatically remove unused dependencies" msgstr "" @@ -25,7 +25,7 @@ msgstr "" msgid "Available" msgstr "Disponible" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:641 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:644 msgid "" "Below is a listing of the various configuration files used by <em>opkg</em>. " "Use <em>opkg.conf</em> for global settings and <em>customfeeds.conf</em> for " @@ -33,10 +33,10 @@ msgid "" "changed but is usually not preserved by <em>sysupgrade</em>." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:582 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:627 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:656 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:716 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:585 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:630 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:659 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:719 msgid "Cancel" msgstr "Cancel·la" @@ -49,21 +49,21 @@ msgstr "" msgid "Configure opkg…" msgstr "Configuració" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:559 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:562 msgid "Dependencies" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:565 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:696 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:568 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:699 #: applications/luci-app-opkg/luasrc/view/opkg.htm:133 msgid "Description" msgstr "Descripció" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:570 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:573 msgid "Details for package <em>%h</em>" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:762 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:765 msgid "Dismiss" msgstr "" @@ -75,12 +75,12 @@ msgstr "" msgid "Download and install package" msgstr "Descarrega i instal·la el paquet" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:748 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:751 #, fuzzy msgid "Errors" msgstr "Error" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:736 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:739 msgid "Executing package manager" msgstr "" @@ -92,19 +92,19 @@ msgstr "Filtre" msgid "Free space" msgstr "Espai lliure" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:589 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:605 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:592 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:608 msgid "Install" msgstr "Instal·la" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:178 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:386 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:389 #: applications/luci-app-opkg/luasrc/view/opkg.htm:116 #, fuzzy msgid "Installed" msgstr "Instal·la" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:611 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:614 msgid "" "Installing packages from untrusted sources is a potential security risk! " "Really attempt to install <em>%h</em>?" @@ -115,21 +115,21 @@ msgstr "" msgid "Install…" msgstr "Instal·la" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:636 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:639 #, fuzzy msgid "Loading configuration data…" msgstr "Vés a la pà gina de configuració" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:769 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:772 msgid "Loading package information…" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:621 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:624 #, fuzzy msgid "Manually install package" msgstr "Descarrega i instal·la el paquet" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:374 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:377 msgid "Needs upgrade" msgstr "" @@ -150,12 +150,12 @@ msgstr "Cerca paquet" msgid "No packages matching \"<strong>%h</strong>\"." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:406 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:409 #, fuzzy msgid "Not available" msgstr "Total disponible" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:391 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:394 #, fuzzy msgid "Not installed" msgstr "No connectat" @@ -164,9 +164,9 @@ msgstr "No connectat" msgid "OK" msgstr "D'acord" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:635 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:667 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:676 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:638 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:670 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:679 #, fuzzy msgid "OPKG Configuration" msgstr "Configuració d'OPKG" @@ -184,36 +184,36 @@ msgstr "Nom del paquet" msgid "Previous page" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:618 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:621 msgid "Really attempt to install <em>%h</em>?" msgstr "" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:157 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:723 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:726 msgid "Remove" msgstr "Treu" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:701 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:704 msgid "Remove package <em>%h</em>" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:555 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:558 msgid "Require approx. %.1024mB size for %d package(s) to install." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:381 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:399 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:384 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:402 msgid "" "Require version %h %h,\n" "installed %h" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:404 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:407 msgid "" "Required dependency package <em>%h</em> is not available in any repository." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:372 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:375 msgid "Requires update to %h %h" msgstr "" @@ -221,17 +221,17 @@ msgstr "" msgid "Reset" msgstr "Restableix" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:673 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:676 msgid "Save" msgstr "Desa" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:668 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:671 #, fuzzy msgid "Saving configuration data…" msgstr "Configuració de dispositiu" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:573 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:704 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:576 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:707 msgid "Size" msgstr "Mida" @@ -244,21 +244,21 @@ msgstr "Mida (.ipk)" msgid "Software" msgstr "Programari" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:753 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:756 msgid "The <em>opkg %h</em> command failed with code <code>%d</code>." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:377 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:380 msgid "" "The installed version of package <em>%h</em> is not compatible, require %s " "while %s is installed." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:614 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:617 msgid "The package <em>%h</em> is not available in any configured repository." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:394 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:397 msgid "" "The repository version of package <em>%h</em> is not compatible, require %s " "but only %s is available." @@ -283,34 +283,34 @@ msgstr "Actualitza les llistes" msgid "Upgrade…" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:572 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:703 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:575 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:706 #: applications/luci-app-opkg/luasrc/view/opkg.htm:131 msgid "Version" msgstr "Versió" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:383 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:401 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:386 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:404 msgid "Version incompatible" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:738 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:741 #, fuzzy msgid "Waiting for the <em>opkg %h</em> command to complete…" msgstr "Esperant que s'acabi l'ordre..." -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:533 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:692 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:536 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:695 #: applications/luci-app-opkg/luasrc/view/opkg.htm:89 msgid "unknown" msgstr "desconegut" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:531 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:690 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:534 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:693 msgid "~%.1024mB compressed" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:529 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:688 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:532 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:691 msgid "~%.1024mB installed" msgstr "" diff --git a/applications/luci-app-opkg/po/cs/opkg.po b/applications/luci-app-opkg/po/cs/opkg.po index e7853956f2..3ef394371a 100644 --- a/applications/luci-app-opkg/po/cs/opkg.po +++ b/applications/luci-app-opkg/po/cs/opkg.po @@ -15,7 +15,7 @@ msgstr "" msgid "Actions" msgstr "Akce" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:710 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:713 msgid "Automatically remove unused dependencies" msgstr "" @@ -23,7 +23,7 @@ msgstr "" msgid "Available" msgstr "Dostupné" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:641 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:644 msgid "" "Below is a listing of the various configuration files used by <em>opkg</em>. " "Use <em>opkg.conf</em> for global settings and <em>customfeeds.conf</em> for " @@ -31,10 +31,10 @@ msgid "" "changed but is usually not preserved by <em>sysupgrade</em>." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:582 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:627 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:656 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:716 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:585 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:630 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:659 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:719 msgid "Cancel" msgstr "Storno" @@ -47,21 +47,21 @@ msgstr "" msgid "Configure opkg…" msgstr "NastavenÃ" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:559 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:562 msgid "Dependencies" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:565 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:696 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:568 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:699 #: applications/luci-app-opkg/luasrc/view/opkg.htm:133 msgid "Description" msgstr "Popis" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:570 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:573 msgid "Details for package <em>%h</em>" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:762 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:765 msgid "Dismiss" msgstr "" @@ -73,12 +73,12 @@ msgstr "" msgid "Download and install package" msgstr "Stáhnout a nainstalovat balÃÄek" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:748 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:751 #, fuzzy msgid "Errors" msgstr "Chyba" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:736 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:739 msgid "Executing package manager" msgstr "" @@ -90,19 +90,19 @@ msgstr "Filtr" msgid "Free space" msgstr "Volné mÃsto" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:589 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:605 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:592 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:608 msgid "Install" msgstr "Instalovat" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:178 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:386 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:389 #: applications/luci-app-opkg/luasrc/view/opkg.htm:116 #, fuzzy msgid "Installed" msgstr "Instalovat" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:611 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:614 msgid "" "Installing packages from untrusted sources is a potential security risk! " "Really attempt to install <em>%h</em>?" @@ -113,21 +113,21 @@ msgstr "" msgid "Install…" msgstr "Instalovat" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:636 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:639 #, fuzzy msgid "Loading configuration data…" msgstr "PÅ™ejÃt na souvisejÃcà konfiguraÄnà stránku" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:769 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:772 msgid "Loading package information…" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:621 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:624 #, fuzzy msgid "Manually install package" msgstr "Stáhnout a nainstalovat balÃÄek" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:374 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:377 msgid "Needs upgrade" msgstr "" @@ -148,12 +148,12 @@ msgstr "Vyhledat balÃÄek" msgid "No packages matching \"<strong>%h</strong>\"." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:406 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:409 #, fuzzy msgid "Not available" msgstr "Dostupná celkem" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:391 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:394 #, fuzzy msgid "Not installed" msgstr "NepÅ™ipojeno" @@ -162,9 +162,9 @@ msgstr "NepÅ™ipojeno" msgid "OK" msgstr "OK" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:635 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:667 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:676 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:638 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:670 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:679 #, fuzzy msgid "OPKG Configuration" msgstr "Konfigurace balÃÄků OPKG" @@ -182,36 +182,36 @@ msgstr "Název balÃÄku" msgid "Previous page" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:618 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:621 msgid "Really attempt to install <em>%h</em>?" msgstr "" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:157 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:723 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:726 msgid "Remove" msgstr "Odstranit" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:701 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:704 msgid "Remove package <em>%h</em>" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:555 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:558 msgid "Require approx. %.1024mB size for %d package(s) to install." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:381 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:399 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:384 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:402 msgid "" "Require version %h %h,\n" "installed %h" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:404 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:407 msgid "" "Required dependency package <em>%h</em> is not available in any repository." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:372 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:375 msgid "Requires update to %h %h" msgstr "" @@ -219,17 +219,17 @@ msgstr "" msgid "Reset" msgstr "Reset" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:673 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:676 msgid "Save" msgstr "Uložit" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:668 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:671 #, fuzzy msgid "Saving configuration data…" msgstr "Nastavenà zaÅ™ÃzenÃ" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:573 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:704 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:576 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:707 msgid "Size" msgstr "Velikost" @@ -242,21 +242,21 @@ msgstr "" msgid "Software" msgstr "Software" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:753 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:756 msgid "The <em>opkg %h</em> command failed with code <code>%d</code>." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:377 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:380 msgid "" "The installed version of package <em>%h</em> is not compatible, require %s " "while %s is installed." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:614 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:617 msgid "The package <em>%h</em> is not available in any configured repository." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:394 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:397 msgid "" "The repository version of package <em>%h</em> is not compatible, require %s " "but only %s is available." @@ -281,34 +281,34 @@ msgstr "Aktualizovat seznamy" msgid "Upgrade…" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:572 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:703 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:575 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:706 #: applications/luci-app-opkg/luasrc/view/opkg.htm:131 msgid "Version" msgstr "Verze" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:383 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:401 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:386 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:404 msgid "Version incompatible" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:738 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:741 #, fuzzy msgid "Waiting for the <em>opkg %h</em> command to complete…" msgstr "ÄŒekánà na dokonÄenà pÅ™Ãkazu..." -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:533 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:692 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:536 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:695 #: applications/luci-app-opkg/luasrc/view/opkg.htm:89 msgid "unknown" msgstr "neznámý" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:531 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:690 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:534 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:693 msgid "~%.1024mB compressed" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:529 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:688 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:532 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:691 msgid "~%.1024mB installed" msgstr "" diff --git a/applications/luci-app-opkg/po/de/opkg.po b/applications/luci-app-opkg/po/de/opkg.po index 437a7f8246..875dbd12a7 100644 --- a/applications/luci-app-opkg/po/de/opkg.po +++ b/applications/luci-app-opkg/po/de/opkg.po @@ -17,7 +17,7 @@ msgstr "" msgid "Actions" msgstr "Aktionen" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:710 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:713 msgid "Automatically remove unused dependencies" msgstr "Unbenutzte Abhängigkeiten automatisch entfernen" @@ -25,7 +25,7 @@ msgstr "Unbenutzte Abhängigkeiten automatisch entfernen" msgid "Available" msgstr "Verfügbar" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:641 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:644 msgid "" "Below is a listing of the various configuration files used by <em>opkg</em>. " "Use <em>opkg.conf</em> for global settings and <em>customfeeds.conf</em> for " @@ -39,10 +39,10 @@ msgstr "" "Konfigurationsdateien kann zwar geändert werden, wird aber überlicherweise " "bei Systemupdates zurückgesetzt." -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:582 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:627 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:656 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:716 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:585 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:630 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:659 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:719 msgid "Cancel" msgstr "Abbrechen" @@ -54,21 +54,21 @@ msgstr "Zurücksetzen" msgid "Configure opkg…" msgstr "Konfiguriere opkg…" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:559 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:562 msgid "Dependencies" msgstr "Abhängigkeiten" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:565 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:696 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:568 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:699 #: applications/luci-app-opkg/luasrc/view/opkg.htm:133 msgid "Description" msgstr "Beschreibung" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:570 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:573 msgid "Details for package <em>%h</em>" msgstr "Details für Paket <em>%h</em>" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:762 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:765 msgid "Dismiss" msgstr "Schließen" @@ -80,11 +80,11 @@ msgstr "Einträge %d-%d von %d" msgid "Download and install package" msgstr "Paket herunterladen und installieren" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:748 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:751 msgid "Errors" msgstr "Fehler" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:736 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:739 msgid "Executing package manager" msgstr "Paketmanager ausführen" @@ -96,18 +96,18 @@ msgstr "Filter" msgid "Free space" msgstr "Freier Platz" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:589 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:605 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:592 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:608 msgid "Install" msgstr "Installieren" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:178 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:386 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:389 #: applications/luci-app-opkg/luasrc/view/opkg.htm:116 msgid "Installed" msgstr "Installiert" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:611 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:614 msgid "" "Installing packages from untrusted sources is a potential security risk! " "Really attempt to install <em>%h</em>?" @@ -120,19 +120,19 @@ msgstr "" msgid "Install…" msgstr "Installieren…" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:636 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:639 msgid "Loading configuration data…" msgstr "Lade Konfigurationsdaten…" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:769 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:772 msgid "Loading package information…" msgstr "Lade Paketinformationen…" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:621 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:624 msgid "Manually install package" msgstr "Paket manuell installieren" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:374 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:377 msgid "Needs upgrade" msgstr "Aktualisierung benötigt" @@ -152,11 +152,11 @@ msgstr "Keine Pakete" msgid "No packages matching \"<strong>%h</strong>\"." msgstr "Keine auf \"<strong>%h</strong>\" zutreffenden Pakete." -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:406 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:409 msgid "Not available" msgstr "Nicht verfügbar" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:391 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:394 msgid "Not installed" msgstr "Nicht installiert" @@ -164,9 +164,9 @@ msgstr "Nicht installiert" msgid "OK" msgstr "OK" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:635 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:667 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:676 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:638 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:670 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:679 msgid "OPKG Configuration" msgstr "OPKG-Konfiguration" @@ -182,26 +182,26 @@ msgstr "Paketname oder URL…" msgid "Previous page" msgstr "Vorige Seite" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:618 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:621 msgid "Really attempt to install <em>%h</em>?" msgstr "Soll wirklich versucht werden, <em>%h</em> zu installieren?" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:157 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:723 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:726 msgid "Remove" msgstr "Entfernen" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:701 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:704 msgid "Remove package <em>%h</em>" msgstr "Paket <em>%h</em> entfernen" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:555 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:558 msgid "Require approx. %.1024mB size for %d package(s) to install." msgstr "" "Benötige etwa %.1024mB Speicherplatz für die Installation von %d Pakete(n)." -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:381 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:399 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:384 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:402 msgid "" "Require version %h %h,\n" "installed %h" @@ -209,13 +209,13 @@ msgstr "" "Benötige Version %h %h,\n" "aber %h installiert" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:404 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:407 msgid "" "Required dependency package <em>%h</em> is not available in any repository." msgstr "" "Benötigtes abhängiges Paket <em>%h</em> ist in keinem Repository verfügbar." -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:372 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:375 msgid "Requires update to %h %h" msgstr "Benötigt Update auf Version %h %h" @@ -223,16 +223,16 @@ msgstr "Benötigt Update auf Version %h %h" msgid "Reset" msgstr "Zurücksetzen" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:673 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:676 msgid "Save" msgstr "Speichern" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:668 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:671 msgid "Saving configuration data…" msgstr "Speichere Konfigurationsdaten…" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:573 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:704 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:576 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:707 msgid "Size" msgstr "Größe" @@ -245,12 +245,12 @@ msgstr "Größe (.ipk)" msgid "Software" msgstr "Paketverwaltung" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:753 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:756 msgid "The <em>opkg %h</em> command failed with code <code>%d</code>." msgstr "" "Das <em>opkg %h</em> Kommando wurde mit Fehlercode <code>%d</code> beendet." -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:377 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:380 msgid "" "The installed version of package <em>%h</em> is not compatible, require %s " "while %s is installed." @@ -258,12 +258,12 @@ msgstr "" "Die installierte Version von Paket <em>%h</em> ist nicht kompatibel, " "benötige Version %s während %s installiert ist." -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:614 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:617 msgid "The package <em>%h</em> is not available in any configured repository." msgstr "" "Das Paket <em>%h</em> ist in keinem konfiguriertem Repository verfügbar." -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:394 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:397 msgid "" "The repository version of package <em>%h</em> is not compatible, require %s " "but only %s is available." @@ -288,33 +288,33 @@ msgstr "Aktualisierungen" msgid "Upgrade…" msgstr "Aktualisieren…" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:572 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:703 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:575 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:706 #: applications/luci-app-opkg/luasrc/view/opkg.htm:131 msgid "Version" msgstr "Version" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:383 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:401 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:386 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:404 msgid "Version incompatible" msgstr "Version inkompatibel" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:738 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:741 msgid "Waiting for the <em>opkg %h</em> command to complete…" msgstr "Warte auf das <em>opkg %h</em> Kommando…" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:533 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:692 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:536 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:695 #: applications/luci-app-opkg/luasrc/view/opkg.htm:89 msgid "unknown" msgstr "unbekannt" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:531 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:690 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:534 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:693 msgid "~%.1024mB compressed" msgstr "ca. %.1024mB komprimiert" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:529 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:688 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:532 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:691 msgid "~%.1024mB installed" msgstr "ca. %.1024mB installiert" diff --git a/applications/luci-app-opkg/po/el/opkg.po b/applications/luci-app-opkg/po/el/opkg.po index b1cc0e0689..e560415197 100644 --- a/applications/luci-app-opkg/po/el/opkg.po +++ b/applications/luci-app-opkg/po/el/opkg.po @@ -17,7 +17,7 @@ msgstr "" msgid "Actions" msgstr "ΕνÎÏγειες" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:710 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:713 msgid "Automatically remove unused dependencies" msgstr "" @@ -25,7 +25,7 @@ msgstr "" msgid "Available" msgstr "ΔιαθÎσιμο" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:641 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:644 msgid "" "Below is a listing of the various configuration files used by <em>opkg</em>. " "Use <em>opkg.conf</em> for global settings and <em>customfeeds.conf</em> for " @@ -33,10 +33,10 @@ msgid "" "changed but is usually not preserved by <em>sysupgrade</em>." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:582 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:627 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:656 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:716 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:585 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:630 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:659 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:719 msgid "Cancel" msgstr "ΑκÏÏωση" @@ -49,21 +49,21 @@ msgstr "" msgid "Configure opkg…" msgstr "ΠαÏαμετÏοποίηση" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:559 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:562 msgid "Dependencies" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:565 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:696 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:568 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:699 #: applications/luci-app-opkg/luasrc/view/opkg.htm:133 msgid "Description" msgstr "ΠεÏιγÏαφή" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:570 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:573 msgid "Details for package <em>%h</em>" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:762 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:765 msgid "Dismiss" msgstr "" @@ -75,12 +75,12 @@ msgstr "" msgid "Download and install package" msgstr "ΚατÎβασμα και εγκατάσταση πακÎτου" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:748 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:751 #, fuzzy msgid "Errors" msgstr "Σφάλμα" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:736 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:739 msgid "Executing package manager" msgstr "" @@ -92,19 +92,19 @@ msgstr "ΦίλτÏο" msgid "Free space" msgstr "ΕλεÏθεÏος χώÏος" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:589 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:605 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:592 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:608 msgid "Install" msgstr "Εγκατάσταση" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:178 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:386 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:389 #: applications/luci-app-opkg/luasrc/view/opkg.htm:116 #, fuzzy msgid "Installed" msgstr "Εγκατάσταση" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:611 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:614 msgid "" "Installing packages from untrusted sources is a potential security risk! " "Really attempt to install <em>%h</em>?" @@ -115,21 +115,21 @@ msgstr "" msgid "Install…" msgstr "Εγκατάσταση" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:636 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:639 #, fuzzy msgid "Loading configuration data…" msgstr "Μετάβαση στη σχετική σελίδα Ïυθμίσεων" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:769 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:772 msgid "Loading package information…" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:621 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:624 #, fuzzy msgid "Manually install package" msgstr "ΚατÎβασμα και εγκατάσταση πακÎτου" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:374 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:377 msgid "Needs upgrade" msgstr "" @@ -150,12 +150,12 @@ msgstr "ΕÏÏεση πακÎτου" msgid "No packages matching \"<strong>%h</strong>\"." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:406 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:409 #, fuzzy msgid "Not available" msgstr "ΔιαθÎσιμο Συνολικά" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:391 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:394 #, fuzzy msgid "Not installed" msgstr "Εγκατάσταση" @@ -164,9 +164,9 @@ msgstr "Εγκατάσταση" msgid "OK" msgstr "Εντάξει" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:635 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:667 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:676 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:638 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:670 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:679 #, fuzzy msgid "OPKG Configuration" msgstr "ΠαÏαμετÏοποίηση OPKG" @@ -184,36 +184,36 @@ msgstr "Όνομα πακÎτου" msgid "Previous page" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:618 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:621 msgid "Really attempt to install <em>%h</em>?" msgstr "" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:157 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:723 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:726 msgid "Remove" msgstr "ΑφαίÏεση" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:701 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:704 msgid "Remove package <em>%h</em>" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:555 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:558 msgid "Require approx. %.1024mB size for %d package(s) to install." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:381 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:399 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:384 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:402 msgid "" "Require version %h %h,\n" "installed %h" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:404 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:407 msgid "" "Required dependency package <em>%h</em> is not available in any repository." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:372 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:375 msgid "Requires update to %h %h" msgstr "" @@ -221,17 +221,17 @@ msgstr "" msgid "Reset" msgstr "ΑÏχικοποίηση" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:673 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:676 msgid "Save" msgstr "Αποθήκευση" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:668 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:671 #, fuzzy msgid "Saving configuration data…" msgstr "ΠαÏαμετÏοποίηση Συσκευής" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:573 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:704 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:576 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:707 msgid "Size" msgstr "ÎœÎγεθος" @@ -244,21 +244,21 @@ msgstr "" msgid "Software" msgstr "Λογισμικό" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:753 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:756 msgid "The <em>opkg %h</em> command failed with code <code>%d</code>." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:377 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:380 msgid "" "The installed version of package <em>%h</em> is not compatible, require %s " "while %s is installed." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:614 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:617 msgid "The package <em>%h</em> is not available in any configured repository." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:394 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:397 msgid "" "The repository version of package <em>%h</em> is not compatible, require %s " "but only %s is available." @@ -281,33 +281,33 @@ msgstr "" msgid "Upgrade…" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:572 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:703 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:575 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:706 #: applications/luci-app-opkg/luasrc/view/opkg.htm:131 msgid "Version" msgstr "Έκδοση" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:383 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:401 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:386 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:404 msgid "Version incompatible" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:738 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:741 msgid "Waiting for the <em>opkg %h</em> command to complete…" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:533 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:692 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:536 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:695 #: applications/luci-app-opkg/luasrc/view/opkg.htm:89 msgid "unknown" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:531 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:690 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:534 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:693 msgid "~%.1024mB compressed" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:529 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:688 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:532 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:691 msgid "~%.1024mB installed" msgstr "" diff --git a/applications/luci-app-opkg/po/en/opkg.po b/applications/luci-app-opkg/po/en/opkg.po index 3c1757a086..34da1d1326 100644 --- a/applications/luci-app-opkg/po/en/opkg.po +++ b/applications/luci-app-opkg/po/en/opkg.po @@ -17,7 +17,7 @@ msgstr "" msgid "Actions" msgstr "Actions" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:710 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:713 msgid "Automatically remove unused dependencies" msgstr "" @@ -25,7 +25,7 @@ msgstr "" msgid "Available" msgstr "Available" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:641 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:644 msgid "" "Below is a listing of the various configuration files used by <em>opkg</em>. " "Use <em>opkg.conf</em> for global settings and <em>customfeeds.conf</em> for " @@ -33,10 +33,10 @@ msgid "" "changed but is usually not preserved by <em>sysupgrade</em>." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:582 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:627 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:656 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:716 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:585 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:630 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:659 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:719 msgid "Cancel" msgstr "Cancel" @@ -49,21 +49,21 @@ msgstr "" msgid "Configure opkg…" msgstr "Configuration" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:559 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:562 msgid "Dependencies" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:565 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:696 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:568 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:699 #: applications/luci-app-opkg/luasrc/view/opkg.htm:133 msgid "Description" msgstr "Description" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:570 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:573 msgid "Details for package <em>%h</em>" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:762 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:765 msgid "Dismiss" msgstr "" @@ -75,12 +75,12 @@ msgstr "" msgid "Download and install package" msgstr "Download and install package" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:748 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:751 #, fuzzy msgid "Errors" msgstr "Error" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:736 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:739 msgid "Executing package manager" msgstr "" @@ -92,19 +92,19 @@ msgstr "Filter" msgid "Free space" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:589 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:605 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:592 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:608 msgid "Install" msgstr "Install" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:178 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:386 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:389 #: applications/luci-app-opkg/luasrc/view/opkg.htm:116 #, fuzzy msgid "Installed" msgstr "Install" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:611 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:614 msgid "" "Installing packages from untrusted sources is a potential security risk! " "Really attempt to install <em>%h</em>?" @@ -115,21 +115,21 @@ msgstr "" msgid "Install…" msgstr "Install" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:636 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:639 #, fuzzy msgid "Loading configuration data…" msgstr "Go to relevant configuration page" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:769 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:772 msgid "Loading package information…" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:621 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:624 #, fuzzy msgid "Manually install package" msgstr "Download and install package" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:374 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:377 msgid "Needs upgrade" msgstr "" @@ -150,12 +150,12 @@ msgstr "Find package" msgid "No packages matching \"<strong>%h</strong>\"." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:406 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:409 #, fuzzy msgid "Not available" msgstr "(%s available)" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:391 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:394 #, fuzzy msgid "Not installed" msgstr "Install" @@ -164,9 +164,9 @@ msgstr "Install" msgid "OK" msgstr "OK" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:635 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:667 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:676 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:638 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:670 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:679 #, fuzzy msgid "OPKG Configuration" msgstr "OPKG-Configuration" @@ -184,36 +184,36 @@ msgstr "Package name" msgid "Previous page" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:618 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:621 msgid "Really attempt to install <em>%h</em>?" msgstr "" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:157 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:723 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:726 msgid "Remove" msgstr "Remove" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:701 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:704 msgid "Remove package <em>%h</em>" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:555 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:558 msgid "Require approx. %.1024mB size for %d package(s) to install." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:381 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:399 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:384 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:402 msgid "" "Require version %h %h,\n" "installed %h" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:404 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:407 msgid "" "Required dependency package <em>%h</em> is not available in any repository." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:372 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:375 msgid "Requires update to %h %h" msgstr "" @@ -221,17 +221,17 @@ msgstr "" msgid "Reset" msgstr "Reset" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:673 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:676 msgid "Save" msgstr "Save" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:668 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:671 #, fuzzy msgid "Saving configuration data…" msgstr "Device Configuration" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:573 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:704 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:576 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:707 msgid "Size" msgstr "Size" @@ -244,21 +244,21 @@ msgstr "" msgid "Software" msgstr "Software" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:753 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:756 msgid "The <em>opkg %h</em> command failed with code <code>%d</code>." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:377 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:380 msgid "" "The installed version of package <em>%h</em> is not compatible, require %s " "while %s is installed." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:614 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:617 msgid "The package <em>%h</em> is not available in any configured repository." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:394 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:397 msgid "" "The repository version of package <em>%h</em> is not compatible, require %s " "but only %s is available." @@ -281,33 +281,33 @@ msgstr "" msgid "Upgrade…" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:572 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:703 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:575 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:706 #: applications/luci-app-opkg/luasrc/view/opkg.htm:131 msgid "Version" msgstr "Version" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:383 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:401 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:386 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:404 msgid "Version incompatible" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:738 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:741 msgid "Waiting for the <em>opkg %h</em> command to complete…" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:533 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:692 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:536 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:695 #: applications/luci-app-opkg/luasrc/view/opkg.htm:89 msgid "unknown" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:531 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:690 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:534 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:693 msgid "~%.1024mB compressed" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:529 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:688 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:532 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:691 msgid "~%.1024mB installed" msgstr "" diff --git a/applications/luci-app-opkg/po/es/opkg.po b/applications/luci-app-opkg/po/es/opkg.po index 4b99da0298..2167345f7f 100644 --- a/applications/luci-app-opkg/po/es/opkg.po +++ b/applications/luci-app-opkg/po/es/opkg.po @@ -17,7 +17,7 @@ msgstr "" msgid "Actions" msgstr "Acciones" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:710 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:713 msgid "Automatically remove unused dependencies" msgstr "" @@ -25,7 +25,7 @@ msgstr "" msgid "Available" msgstr "Disponible" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:641 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:644 msgid "" "Below is a listing of the various configuration files used by <em>opkg</em>. " "Use <em>opkg.conf</em> for global settings and <em>customfeeds.conf</em> for " @@ -33,10 +33,10 @@ msgid "" "changed but is usually not preserved by <em>sysupgrade</em>." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:582 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:627 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:656 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:716 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:585 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:630 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:659 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:719 msgid "Cancel" msgstr "Cancelar" @@ -49,21 +49,21 @@ msgstr "" msgid "Configure opkg…" msgstr "Configuración" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:559 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:562 msgid "Dependencies" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:565 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:696 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:568 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:699 #: applications/luci-app-opkg/luasrc/view/opkg.htm:133 msgid "Description" msgstr "Descripción" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:570 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:573 msgid "Details for package <em>%h</em>" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:762 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:765 msgid "Dismiss" msgstr "" @@ -75,12 +75,12 @@ msgstr "" msgid "Download and install package" msgstr "Descargar e instalar paquete" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:748 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:751 #, fuzzy msgid "Errors" msgstr "Error" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:736 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:739 msgid "Executing package manager" msgstr "" @@ -92,19 +92,19 @@ msgstr "Filtro" msgid "Free space" msgstr "Espacio libre" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:589 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:605 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:592 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:608 msgid "Install" msgstr "Instalar" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:178 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:386 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:389 #: applications/luci-app-opkg/luasrc/view/opkg.htm:116 #, fuzzy msgid "Installed" msgstr "Instalar" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:611 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:614 msgid "" "Installing packages from untrusted sources is a potential security risk! " "Really attempt to install <em>%h</em>?" @@ -115,21 +115,21 @@ msgstr "" msgid "Install…" msgstr "Instalar" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:636 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:639 #, fuzzy msgid "Loading configuration data…" msgstr "Ir a la página principal de configuración" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:769 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:772 msgid "Loading package information…" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:621 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:624 #, fuzzy msgid "Manually install package" msgstr "Descargar e instalar paquete" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:374 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:377 msgid "Needs upgrade" msgstr "" @@ -150,12 +150,12 @@ msgstr "Buscar paquete" msgid "No packages matching \"<strong>%h</strong>\"." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:406 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:409 #, fuzzy msgid "Not available" msgstr "Total disponible" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:391 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:394 #, fuzzy msgid "Not installed" msgstr "No conectado" @@ -164,9 +164,9 @@ msgstr "No conectado" msgid "OK" msgstr "Aceptar" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:635 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:667 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:676 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:638 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:670 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:679 #, fuzzy msgid "OPKG Configuration" msgstr "Configuración de OPKG" @@ -184,36 +184,36 @@ msgstr "Nombre del paquete" msgid "Previous page" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:618 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:621 msgid "Really attempt to install <em>%h</em>?" msgstr "" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:157 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:723 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:726 msgid "Remove" msgstr "Desinstalar" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:701 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:704 msgid "Remove package <em>%h</em>" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:555 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:558 msgid "Require approx. %.1024mB size for %d package(s) to install." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:381 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:399 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:384 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:402 msgid "" "Require version %h %h,\n" "installed %h" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:404 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:407 msgid "" "Required dependency package <em>%h</em> is not available in any repository." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:372 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:375 msgid "Requires update to %h %h" msgstr "" @@ -221,17 +221,17 @@ msgstr "" msgid "Reset" msgstr "Reiniciar" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:673 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:676 msgid "Save" msgstr "Guardar" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:668 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:671 #, fuzzy msgid "Saving configuration data…" msgstr "Configuración del dispositivo" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:573 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:704 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:576 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:707 msgid "Size" msgstr "Tamaño" @@ -244,21 +244,21 @@ msgstr "" msgid "Software" msgstr "Instalación de programas" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:753 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:756 msgid "The <em>opkg %h</em> command failed with code <code>%d</code>." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:377 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:380 msgid "" "The installed version of package <em>%h</em> is not compatible, require %s " "while %s is installed." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:614 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:617 msgid "The package <em>%h</em> is not available in any configured repository." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:394 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:397 msgid "" "The repository version of package <em>%h</em> is not compatible, require %s " "but only %s is available." @@ -283,34 +283,34 @@ msgstr "Actualizar listas" msgid "Upgrade…" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:572 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:703 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:575 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:706 #: applications/luci-app-opkg/luasrc/view/opkg.htm:131 msgid "Version" msgstr "Versión" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:383 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:401 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:386 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:404 msgid "Version incompatible" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:738 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:741 #, fuzzy msgid "Waiting for the <em>opkg %h</em> command to complete…" msgstr "Esperando a que termine el comando..." -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:533 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:692 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:536 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:695 #: applications/luci-app-opkg/luasrc/view/opkg.htm:89 msgid "unknown" msgstr "desconocido" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:531 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:690 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:534 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:693 msgid "~%.1024mB compressed" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:529 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:688 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:532 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:691 msgid "~%.1024mB installed" msgstr "" diff --git a/applications/luci-app-opkg/po/fr/opkg.po b/applications/luci-app-opkg/po/fr/opkg.po index 601bd53021..f760599dd3 100644 --- a/applications/luci-app-opkg/po/fr/opkg.po +++ b/applications/luci-app-opkg/po/fr/opkg.po @@ -17,7 +17,7 @@ msgstr "" msgid "Actions" msgstr "Actions" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:710 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:713 msgid "Automatically remove unused dependencies" msgstr "" @@ -25,7 +25,7 @@ msgstr "" msgid "Available" msgstr "Disponible" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:641 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:644 msgid "" "Below is a listing of the various configuration files used by <em>opkg</em>. " "Use <em>opkg.conf</em> for global settings and <em>customfeeds.conf</em> for " @@ -33,10 +33,10 @@ msgid "" "changed but is usually not preserved by <em>sysupgrade</em>." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:582 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:627 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:656 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:716 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:585 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:630 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:659 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:719 msgid "Cancel" msgstr "Annuler" @@ -49,21 +49,21 @@ msgstr "" msgid "Configure opkg…" msgstr "Configuration" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:559 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:562 msgid "Dependencies" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:565 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:696 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:568 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:699 #: applications/luci-app-opkg/luasrc/view/opkg.htm:133 msgid "Description" msgstr "Description" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:570 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:573 msgid "Details for package <em>%h</em>" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:762 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:765 msgid "Dismiss" msgstr "" @@ -75,12 +75,12 @@ msgstr "" msgid "Download and install package" msgstr "Télécharge et installe le paquet" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:748 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:751 #, fuzzy msgid "Errors" msgstr "Erreur" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:736 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:739 msgid "Executing package manager" msgstr "" @@ -92,19 +92,19 @@ msgstr "Filtrer" msgid "Free space" msgstr "Espace libre" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:589 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:605 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:592 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:608 msgid "Install" msgstr "Installer" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:178 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:386 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:389 #: applications/luci-app-opkg/luasrc/view/opkg.htm:116 #, fuzzy msgid "Installed" msgstr "Installer" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:611 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:614 msgid "" "Installing packages from untrusted sources is a potential security risk! " "Really attempt to install <em>%h</em>?" @@ -115,21 +115,21 @@ msgstr "" msgid "Install…" msgstr "Installer" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:636 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:639 #, fuzzy msgid "Loading configuration data…" msgstr "Aller à la page de configuration correspondante" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:769 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:772 msgid "Loading package information…" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:621 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:624 #, fuzzy msgid "Manually install package" msgstr "Télécharge et installe le paquet" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:374 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:377 msgid "Needs upgrade" msgstr "" @@ -150,12 +150,12 @@ msgstr "Trouver un paquet" msgid "No packages matching \"<strong>%h</strong>\"." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:406 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:409 #, fuzzy msgid "Not available" msgstr "Total disponible" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:391 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:394 #, fuzzy msgid "Not installed" msgstr "Non connecté" @@ -164,9 +164,9 @@ msgstr "Non connecté" msgid "OK" msgstr "OK" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:635 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:667 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:676 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:638 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:670 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:679 #, fuzzy msgid "OPKG Configuration" msgstr "Configuration OPKG" @@ -184,36 +184,36 @@ msgstr "Nom du paquet" msgid "Previous page" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:618 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:621 msgid "Really attempt to install <em>%h</em>?" msgstr "" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:157 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:723 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:726 msgid "Remove" msgstr "Désinstaller" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:701 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:704 msgid "Remove package <em>%h</em>" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:555 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:558 msgid "Require approx. %.1024mB size for %d package(s) to install." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:381 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:399 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:384 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:402 msgid "" "Require version %h %h,\n" "installed %h" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:404 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:407 msgid "" "Required dependency package <em>%h</em> is not available in any repository." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:372 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:375 msgid "Requires update to %h %h" msgstr "" @@ -221,17 +221,17 @@ msgstr "" msgid "Reset" msgstr "Remise à zéro" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:673 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:676 msgid "Save" msgstr "Sauvegarder" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:668 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:671 #, fuzzy msgid "Saving configuration data…" msgstr "Configuration de l'équipement" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:573 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:704 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:576 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:707 msgid "Size" msgstr "Taille" @@ -244,21 +244,21 @@ msgstr "" msgid "Software" msgstr "Logiciels" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:753 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:756 msgid "The <em>opkg %h</em> command failed with code <code>%d</code>." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:377 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:380 msgid "" "The installed version of package <em>%h</em> is not compatible, require %s " "while %s is installed." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:614 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:617 msgid "The package <em>%h</em> is not available in any configured repository." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:394 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:397 msgid "" "The repository version of package <em>%h</em> is not compatible, require %s " "but only %s is available." @@ -283,34 +283,34 @@ msgstr "Mettre les listes à jour" msgid "Upgrade…" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:572 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:703 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:575 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:706 #: applications/luci-app-opkg/luasrc/view/opkg.htm:131 msgid "Version" msgstr "Version" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:383 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:401 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:386 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:404 msgid "Version incompatible" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:738 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:741 #, fuzzy msgid "Waiting for the <em>opkg %h</em> command to complete…" msgstr "En attente de la fin de la commande..." -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:533 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:692 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:536 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:695 #: applications/luci-app-opkg/luasrc/view/opkg.htm:89 msgid "unknown" msgstr "inconnu" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:531 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:690 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:534 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:693 msgid "~%.1024mB compressed" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:529 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:688 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:532 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:691 msgid "~%.1024mB installed" msgstr "" diff --git a/applications/luci-app-opkg/po/he/opkg.po b/applications/luci-app-opkg/po/he/opkg.po index 767e44822b..9979167c05 100644 --- a/applications/luci-app-opkg/po/he/opkg.po +++ b/applications/luci-app-opkg/po/he/opkg.po @@ -15,7 +15,7 @@ msgstr "" msgid "Actions" msgstr "פעולות" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:710 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:713 msgid "Automatically remove unused dependencies" msgstr "" @@ -23,7 +23,7 @@ msgstr "" msgid "Available" msgstr "זמין" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:641 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:644 msgid "" "Below is a listing of the various configuration files used by <em>opkg</em>. " "Use <em>opkg.conf</em> for global settings and <em>customfeeds.conf</em> for " @@ -31,10 +31,10 @@ msgid "" "changed but is usually not preserved by <em>sysupgrade</em>." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:582 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:627 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:656 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:716 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:585 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:630 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:659 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:719 msgid "Cancel" msgstr "בטל" @@ -47,21 +47,21 @@ msgstr "" msgid "Configure opkg…" msgstr "הגדרות" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:559 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:562 msgid "Dependencies" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:565 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:696 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:568 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:699 #: applications/luci-app-opkg/luasrc/view/opkg.htm:133 msgid "Description" msgstr "תי×ור" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:570 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:573 msgid "Details for package <em>%h</em>" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:762 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:765 msgid "Dismiss" msgstr "" @@ -73,12 +73,12 @@ msgstr "" msgid "Download and install package" msgstr "הורד והתקן חבילות" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:748 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:751 #, fuzzy msgid "Errors" msgstr "שגי××”" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:736 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:739 msgid "Executing package manager" msgstr "" @@ -90,18 +90,18 @@ msgstr "" msgid "Free space" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:589 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:605 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:592 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:608 msgid "Install" msgstr "" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:178 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:386 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:389 #: applications/luci-app-opkg/luasrc/view/opkg.htm:116 msgid "Installed" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:611 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:614 msgid "" "Installing packages from untrusted sources is a potential security risk! " "Really attempt to install <em>%h</em>?" @@ -111,21 +111,21 @@ msgstr "" msgid "Install…" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:636 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:639 #, fuzzy msgid "Loading configuration data…" msgstr "הגדרות × ×¤×•×¦×•×ª" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:769 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:772 msgid "Loading package information…" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:621 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:624 #, fuzzy msgid "Manually install package" msgstr "הורד והתקן חבילות" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:374 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:377 msgid "Needs upgrade" msgstr "" @@ -146,12 +146,12 @@ msgstr "חבילות ×–×ž×™× ×•×ª" msgid "No packages matching \"<strong>%h</strong>\"." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:406 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:409 #, fuzzy msgid "Not available" msgstr "סה\"×› ×¤× ×•×™" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:391 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:394 #, fuzzy msgid "Not installed" msgstr "×œ× ×ž×—×•×‘×¨" @@ -160,9 +160,9 @@ msgstr "×œ× ×ž×—×•×‘×¨" msgid "OK" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:635 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:667 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:676 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:638 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:670 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:679 #, fuzzy msgid "OPKG Configuration" msgstr "הגדרות" @@ -180,36 +180,36 @@ msgstr "×©× ×”×—×‘×™×œ×”" msgid "Previous page" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:618 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:621 msgid "Really attempt to install <em>%h</em>?" msgstr "" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:157 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:723 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:726 msgid "Remove" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:701 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:704 msgid "Remove package <em>%h</em>" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:555 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:558 msgid "Require approx. %.1024mB size for %d package(s) to install." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:381 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:399 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:384 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:402 msgid "" "Require version %h %h,\n" "installed %h" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:404 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:407 msgid "" "Required dependency package <em>%h</em> is not available in any repository." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:372 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:375 msgid "Requires update to %h %h" msgstr "" @@ -217,17 +217,17 @@ msgstr "" msgid "Reset" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:673 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:676 msgid "Save" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:668 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:671 #, fuzzy msgid "Saving configuration data…" msgstr "הגדרות מכשיר" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:573 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:704 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:576 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:707 msgid "Size" msgstr "" @@ -240,21 +240,21 @@ msgstr "" msgid "Software" msgstr "×ª×•×›× ×”" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:753 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:756 msgid "The <em>opkg %h</em> command failed with code <code>%d</code>." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:377 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:380 msgid "" "The installed version of package <em>%h</em> is not compatible, require %s " "while %s is installed." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:614 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:617 msgid "The package <em>%h</em> is not available in any configured repository." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:394 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:397 msgid "" "The repository version of package <em>%h</em> is not compatible, require %s " "but only %s is available." @@ -277,33 +277,33 @@ msgstr "" msgid "Upgrade…" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:572 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:703 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:575 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:706 #: applications/luci-app-opkg/luasrc/view/opkg.htm:131 msgid "Version" msgstr "גרסה" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:383 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:401 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:386 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:404 msgid "Version incompatible" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:738 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:741 msgid "Waiting for the <em>opkg %h</em> command to complete…" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:533 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:692 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:536 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:695 #: applications/luci-app-opkg/luasrc/view/opkg.htm:89 msgid "unknown" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:531 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:690 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:534 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:693 msgid "~%.1024mB compressed" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:529 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:688 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:532 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:691 msgid "~%.1024mB installed" msgstr "" diff --git a/applications/luci-app-opkg/po/hu/opkg.po b/applications/luci-app-opkg/po/hu/opkg.po index 44d4ab69a3..ea87247c20 100644 --- a/applications/luci-app-opkg/po/hu/opkg.po +++ b/applications/luci-app-opkg/po/hu/opkg.po @@ -15,7 +15,7 @@ msgstr "" msgid "Actions" msgstr "Műveletek" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:710 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:713 msgid "Automatically remove unused dependencies" msgstr "" @@ -23,7 +23,7 @@ msgstr "" msgid "Available" msgstr "ElérhetÅ‘" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:641 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:644 msgid "" "Below is a listing of the various configuration files used by <em>opkg</em>. " "Use <em>opkg.conf</em> for global settings and <em>customfeeds.conf</em> for " @@ -31,10 +31,10 @@ msgid "" "changed but is usually not preserved by <em>sysupgrade</em>." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:582 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:627 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:656 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:716 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:585 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:630 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:659 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:719 msgid "Cancel" msgstr "Mégsem" @@ -47,21 +47,21 @@ msgstr "" msgid "Configure opkg…" msgstr "BeállÃtás" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:559 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:562 msgid "Dependencies" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:565 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:696 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:568 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:699 #: applications/luci-app-opkg/luasrc/view/opkg.htm:133 msgid "Description" msgstr "LeÃrás" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:570 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:573 msgid "Details for package <em>%h</em>" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:762 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:765 msgid "Dismiss" msgstr "" @@ -73,12 +73,12 @@ msgstr "" msgid "Download and install package" msgstr "Csomag letöltése és telepÃtése" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:748 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:751 #, fuzzy msgid "Errors" msgstr "Hiba" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:736 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:739 msgid "Executing package manager" msgstr "" @@ -90,19 +90,19 @@ msgstr "SzűrÅ‘" msgid "Free space" msgstr "Szabad hely" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:589 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:605 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:592 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:608 msgid "Install" msgstr "TelepÃtés" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:178 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:386 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:389 #: applications/luci-app-opkg/luasrc/view/opkg.htm:116 #, fuzzy msgid "Installed" msgstr "TelepÃtés" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:611 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:614 msgid "" "Installing packages from untrusted sources is a potential security risk! " "Really attempt to install <em>%h</em>?" @@ -113,21 +113,21 @@ msgstr "" msgid "Install…" msgstr "TelepÃtés" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:636 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:639 #, fuzzy msgid "Loading configuration data…" msgstr "Ugrás a tárgyhoz tartozó beállÃtásokhoz" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:769 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:772 msgid "Loading package information…" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:621 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:624 #, fuzzy msgid "Manually install package" msgstr "Csomag letöltése és telepÃtése" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:374 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:377 msgid "Needs upgrade" msgstr "" @@ -148,12 +148,12 @@ msgstr "Csomag keresése" msgid "No packages matching \"<strong>%h</strong>\"." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:406 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:409 #, fuzzy msgid "Not available" msgstr "Összes elérhetÅ‘" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:391 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:394 #, fuzzy msgid "Not installed" msgstr "Nincs kapcsolódva" @@ -162,9 +162,9 @@ msgstr "Nincs kapcsolódva" msgid "OK" msgstr "OK" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:635 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:667 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:676 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:638 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:670 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:679 #, fuzzy msgid "OPKG Configuration" msgstr "OPKG-BeállÃtások" @@ -182,36 +182,36 @@ msgstr "Csomagnév" msgid "Previous page" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:618 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:621 msgid "Really attempt to install <em>%h</em>?" msgstr "" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:157 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:723 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:726 msgid "Remove" msgstr "EltávolÃtás" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:701 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:704 msgid "Remove package <em>%h</em>" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:555 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:558 msgid "Require approx. %.1024mB size for %d package(s) to install." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:381 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:399 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:384 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:402 msgid "" "Require version %h %h,\n" "installed %h" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:404 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:407 msgid "" "Required dependency package <em>%h</em> is not available in any repository." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:372 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:375 msgid "Requires update to %h %h" msgstr "" @@ -219,17 +219,17 @@ msgstr "" msgid "Reset" msgstr "VisszaállÃtás" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:673 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:676 msgid "Save" msgstr "Mentés" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:668 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:671 #, fuzzy msgid "Saving configuration data…" msgstr "Eszköz beállÃtások" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:573 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:704 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:576 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:707 msgid "Size" msgstr "Méret" @@ -242,21 +242,21 @@ msgstr "" msgid "Software" msgstr "Szoftver" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:753 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:756 msgid "The <em>opkg %h</em> command failed with code <code>%d</code>." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:377 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:380 msgid "" "The installed version of package <em>%h</em> is not compatible, require %s " "while %s is installed." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:614 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:617 msgid "The package <em>%h</em> is not available in any configured repository." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:394 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:397 msgid "" "The repository version of package <em>%h</em> is not compatible, require %s " "but only %s is available." @@ -281,34 +281,34 @@ msgstr "Listák frissÃtése" msgid "Upgrade…" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:572 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:703 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:575 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:706 #: applications/luci-app-opkg/luasrc/view/opkg.htm:131 msgid "Version" msgstr "Verzió" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:383 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:401 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:386 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:404 msgid "Version incompatible" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:738 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:741 #, fuzzy msgid "Waiting for the <em>opkg %h</em> command to complete…" msgstr "Várakozás a parancs befejezésére..." -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:533 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:692 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:536 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:695 #: applications/luci-app-opkg/luasrc/view/opkg.htm:89 msgid "unknown" msgstr "ismeretlen" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:531 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:690 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:534 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:693 msgid "~%.1024mB compressed" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:529 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:688 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:532 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:691 msgid "~%.1024mB installed" msgstr "" diff --git a/applications/luci-app-opkg/po/it/opkg.po b/applications/luci-app-opkg/po/it/opkg.po index b2a6edbdd4..7304e44813 100644 --- a/applications/luci-app-opkg/po/it/opkg.po +++ b/applications/luci-app-opkg/po/it/opkg.po @@ -17,7 +17,7 @@ msgstr "" msgid "Actions" msgstr "Azioni" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:710 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:713 msgid "Automatically remove unused dependencies" msgstr "" @@ -25,7 +25,7 @@ msgstr "" msgid "Available" msgstr "Disponibile" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:641 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:644 msgid "" "Below is a listing of the various configuration files used by <em>opkg</em>. " "Use <em>opkg.conf</em> for global settings and <em>customfeeds.conf</em> for " @@ -33,10 +33,10 @@ msgid "" "changed but is usually not preserved by <em>sysupgrade</em>." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:582 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:627 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:656 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:716 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:585 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:630 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:659 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:719 msgid "Cancel" msgstr "Annulla" @@ -49,21 +49,21 @@ msgstr "" msgid "Configure opkg…" msgstr "Configurazione" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:559 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:562 msgid "Dependencies" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:565 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:696 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:568 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:699 #: applications/luci-app-opkg/luasrc/view/opkg.htm:133 msgid "Description" msgstr "Descrizione" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:570 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:573 msgid "Details for package <em>%h</em>" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:762 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:765 msgid "Dismiss" msgstr "" @@ -75,12 +75,12 @@ msgstr "" msgid "Download and install package" msgstr "Scarica e installa pacchetto" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:748 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:751 #, fuzzy msgid "Errors" msgstr "Errore" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:736 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:739 msgid "Executing package manager" msgstr "" @@ -92,19 +92,19 @@ msgstr "Filtro" msgid "Free space" msgstr "Spazio libero" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:589 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:605 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:592 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:608 msgid "Install" msgstr "Installa" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:178 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:386 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:389 #: applications/luci-app-opkg/luasrc/view/opkg.htm:116 #, fuzzy msgid "Installed" msgstr "Installa" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:611 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:614 msgid "" "Installing packages from untrusted sources is a potential security risk! " "Really attempt to install <em>%h</em>?" @@ -115,21 +115,21 @@ msgstr "" msgid "Install…" msgstr "Installa" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:636 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:639 #, fuzzy msgid "Loading configuration data…" msgstr "Vai alla pagina di configurazione relativa" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:769 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:772 msgid "Loading package information…" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:621 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:624 #, fuzzy msgid "Manually install package" msgstr "Scarica e installa pacchetto" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:374 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:377 msgid "Needs upgrade" msgstr "" @@ -150,12 +150,12 @@ msgstr "Cerca pacchetto" msgid "No packages matching \"<strong>%h</strong>\"." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:406 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:409 #, fuzzy msgid "Not available" msgstr "Totale" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:391 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:394 #, fuzzy msgid "Not installed" msgstr "Non connesso" @@ -164,9 +164,9 @@ msgstr "Non connesso" msgid "OK" msgstr "OK" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:635 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:667 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:676 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:638 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:670 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:679 #, fuzzy msgid "OPKG Configuration" msgstr "Configurazione di OPKG" @@ -184,36 +184,36 @@ msgstr "Nome pacchetto" msgid "Previous page" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:618 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:621 msgid "Really attempt to install <em>%h</em>?" msgstr "" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:157 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:723 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:726 msgid "Remove" msgstr "Rimuovi" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:701 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:704 msgid "Remove package <em>%h</em>" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:555 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:558 msgid "Require approx. %.1024mB size for %d package(s) to install." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:381 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:399 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:384 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:402 msgid "" "Require version %h %h,\n" "installed %h" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:404 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:407 msgid "" "Required dependency package <em>%h</em> is not available in any repository." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:372 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:375 msgid "Requires update to %h %h" msgstr "" @@ -221,17 +221,17 @@ msgstr "" msgid "Reset" msgstr "Reset" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:673 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:676 msgid "Save" msgstr "Salva" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:668 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:671 #, fuzzy msgid "Saving configuration data…" msgstr "Configurazione del dispositivo" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:573 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:704 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:576 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:707 msgid "Size" msgstr "Dimensione" @@ -244,21 +244,21 @@ msgstr "" msgid "Software" msgstr "Software" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:753 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:756 msgid "The <em>opkg %h</em> command failed with code <code>%d</code>." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:377 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:380 msgid "" "The installed version of package <em>%h</em> is not compatible, require %s " "while %s is installed." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:614 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:617 msgid "The package <em>%h</em> is not available in any configured repository." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:394 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:397 msgid "" "The repository version of package <em>%h</em> is not compatible, require %s " "but only %s is available." @@ -283,34 +283,34 @@ msgstr "Aggiorna liste" msgid "Upgrade…" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:572 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:703 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:575 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:706 #: applications/luci-app-opkg/luasrc/view/opkg.htm:131 msgid "Version" msgstr "Versione" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:383 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:401 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:386 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:404 msgid "Version incompatible" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:738 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:741 #, fuzzy msgid "Waiting for the <em>opkg %h</em> command to complete…" msgstr "In attesa del comando da completare..." -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:533 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:692 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:536 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:695 #: applications/luci-app-opkg/luasrc/view/opkg.htm:89 msgid "unknown" msgstr "sconosciuto" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:531 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:690 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:534 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:693 msgid "~%.1024mB compressed" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:529 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:688 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:532 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:691 msgid "~%.1024mB installed" msgstr "" diff --git a/applications/luci-app-opkg/po/ja/opkg.po b/applications/luci-app-opkg/po/ja/opkg.po index 53f568a5c6..d7b262103e 100644 --- a/applications/luci-app-opkg/po/ja/opkg.po +++ b/applications/luci-app-opkg/po/ja/opkg.po @@ -17,7 +17,7 @@ msgstr "" msgid "Actions" msgstr "æ“作" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:710 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:713 msgid "Automatically remove unused dependencies" msgstr "使用ã•ã‚Œãªã„ä¾å˜ãƒ‘ッケージを自動的ã«å‰Šé™¤" @@ -25,7 +25,7 @@ msgstr "使用ã•ã‚Œãªã„ä¾å˜ãƒ‘ッケージを自動的ã«å‰Šé™¤" msgid "Available" msgstr "利用å¯èƒ½" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:641 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:644 msgid "" "Below is a listing of the various configuration files used by <em>opkg</em>. " "Use <em>opkg.conf</em> for global settings and <em>customfeeds.conf</em> for " @@ -37,10 +37,10 @@ msgstr "" "ãƒã‚¸ãƒˆãƒªã®ç™»éŒ²ã«ä½¿ç”¨ã—ã¾ã™ã€‚ã“れら以外ã®ãƒ•ã‚¡ã‚¤ãƒ«å†…ã®è¨å®šã‚’変更ã—ã¦ã‚‚ã€é€šå¸¸ã¯ " "<em>sysupgrade</em> 時ã«ä¿æŒã•ã‚Œã¾ã›ã‚“。" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:582 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:627 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:656 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:716 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:585 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:630 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:659 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:719 msgid "Cancel" msgstr "ã‚ャンセル" @@ -52,21 +52,21 @@ msgstr "クリア" msgid "Configure opkg…" msgstr "opkg ã‚’è¨å®šâ€¦" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:559 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:562 msgid "Dependencies" msgstr "ä¾å˜é–¢ä¿‚" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:565 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:696 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:568 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:699 #: applications/luci-app-opkg/luasrc/view/opkg.htm:133 msgid "Description" msgstr "詳細" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:570 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:573 msgid "Details for package <em>%h</em>" msgstr "<em>%h</em> パッケージã®è©³ç´°" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:762 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:765 msgid "Dismiss" msgstr "é–‰ã˜ã‚‹" @@ -78,11 +78,11 @@ msgstr "%d - %d を表示ä¸ï¼ˆå…¨ %d)" msgid "Download and install package" msgstr "パッケージã®ãƒ€ã‚¦ãƒ³ãƒãƒ¼ãƒ‰ã¨ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:748 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:751 msgid "Errors" msgstr "エラー" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:736 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:739 msgid "Executing package manager" msgstr "パッケージ マãƒãƒ¼ã‚¸ãƒ£ãƒ¼ã‚’実行ä¸" @@ -94,18 +94,18 @@ msgstr "フィルタ" msgid "Free space" msgstr "ディスクã®ç©ºã容é‡" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:589 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:605 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:592 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:608 msgid "Install" msgstr "インストール" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:178 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:386 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:389 #: applications/luci-app-opkg/luasrc/view/opkg.htm:116 msgid "Installed" msgstr "インストール済" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:611 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:614 msgid "" "Installing packages from untrusted sources is a potential security risk! " "Really attempt to install <em>%h</em>?" @@ -117,19 +117,19 @@ msgstr "" msgid "Install…" msgstr "インストール…" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:636 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:639 msgid "Loading configuration data…" msgstr "è¨å®šãƒ‡ãƒ¼ã‚¿ã‚’ãƒãƒ¼ãƒ‰ä¸â€¦" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:769 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:772 msgid "Loading package information…" msgstr "ãƒ‘ãƒƒã‚±ãƒ¼ã‚¸æƒ…å ±ã‚’ãƒãƒ¼ãƒ‰ä¸â€¦" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:621 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:624 msgid "Manually install package" msgstr "パッケージã®æ‰‹å‹•ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:374 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:377 msgid "Needs upgrade" msgstr "è¦ã‚¢ãƒƒãƒ—グレード" @@ -149,11 +149,11 @@ msgstr "パッケージãŒã‚ã‚Šã¾ã›ã‚“" msgid "No packages matching \"<strong>%h</strong>\"." msgstr "\"<strong>%h</strong>\" ã«ä¸€è‡´ã™ã‚‹ãƒ‘ッケージã¯ã‚ã‚Šã¾ã›ã‚“。" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:406 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:409 msgid "Not available" msgstr "利用ä¸å¯" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:391 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:394 msgid "Not installed" msgstr "未インストール" @@ -161,9 +161,9 @@ msgstr "未インストール" msgid "OK" msgstr "OK" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:635 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:667 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:676 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:638 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:670 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:679 msgid "OPKG Configuration" msgstr "OPKG è¨å®š" @@ -179,25 +179,25 @@ msgstr "パッケージåã¾ãŸã¯ URL…" msgid "Previous page" msgstr "å‰ã®ãƒšãƒ¼ã‚¸" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:618 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:621 msgid "Really attempt to install <em>%h</em>?" msgstr "<em>%h</em> ã®ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã‚’試行ã—ã¦ã‚‚よã‚ã—ã„ã§ã™ã‹ï¼Ÿ" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:157 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:723 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:726 msgid "Remove" msgstr "削除" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:701 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:704 msgid "Remove package <em>%h</em>" msgstr "<em>%h</em> パッケージを削除" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:555 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:558 msgid "Require approx. %.1024mB size for %d package(s) to install." msgstr "インストールã«ã¯ç´„ %.1024mB ã®é ˜åŸŸãŒå¿…è¦ã§ã™ï¼ˆä¸Šè¨˜ %d パッケージ)。" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:381 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:399 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:384 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:402 msgid "" "Require version %h %h,\n" "installed %h" @@ -205,13 +205,13 @@ msgstr "" "å¿…è¦ãƒãƒ¼ã‚¸ãƒ§ãƒ³: %h %h,\n" "インストール済: %h" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:404 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:407 msgid "" "Required dependency package <em>%h</em> is not available in any repository." msgstr "" "å¿…é ˆã®ä¾å˜ãƒ‘ッケージ <em>%h</em> ã¯ã€è¨å®šæ¸ˆã¿ã®ãƒªãƒã‚¸ãƒˆãƒªã§ã¯åˆ©ç”¨ã§ãã¾ã›ã‚“。" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:372 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:375 msgid "Requires update to %h %h" msgstr "%h %h ã¸ã®æ›´æ–°ãŒå¿…è¦ã§ã™" @@ -219,16 +219,16 @@ msgstr "%h %h ã¸ã®æ›´æ–°ãŒå¿…è¦ã§ã™" msgid "Reset" msgstr "リセット" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:673 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:676 msgid "Save" msgstr "ä¿å˜" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:668 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:671 msgid "Saving configuration data…" msgstr "è¨å®šãƒ‡ãƒ¼ã‚¿ã‚’ä¿å˜ä¸â€¦" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:573 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:704 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:576 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:707 msgid "Size" msgstr "サイズ" @@ -241,11 +241,11 @@ msgstr "サイズ (.ipk)" msgid "Software" msgstr "ソフトウェア" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:753 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:756 msgid "The <em>opkg %h</em> command failed with code <code>%d</code>." msgstr "<em>opkg %h</em> コマンドãŒå¤±æ•—ã—ã¾ã—ãŸã€‚(コード <code>%d</code>)" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:377 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:380 msgid "" "The installed version of package <em>%h</em> is not compatible, require %s " "while %s is installed." @@ -253,11 +253,11 @@ msgstr "" "<em>%h</em> ã®ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«æ¸ˆã¿ãƒãƒ¼ã‚¸ãƒ§ãƒ³ã¯äº’æ›æ€§ãŒã‚ã‚Šã¾ã›ã‚“。 %s ãŒã€ã‚¤ãƒ³ã‚¹" "トールã•ã‚Œã¦ã„ã‚‹ %s ã«ã¯å¿…è¦ã§ã™ã€‚" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:614 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:617 msgid "The package <em>%h</em> is not available in any configured repository." msgstr "<em>%h</em> パッケージã¯ã€è¨å®šæ¸ˆã¿ã®ãƒªãƒã‚¸ãƒˆãƒªã§ã¯åˆ©ç”¨ã§ãã¾ã›ã‚“。" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:394 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:397 msgid "" "The repository version of package <em>%h</em> is not compatible, require %s " "but only %s is available." @@ -282,33 +282,33 @@ msgstr "æ›´æ–°" msgid "Upgrade…" msgstr "アップグレード…" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:572 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:703 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:575 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:706 #: applications/luci-app-opkg/luasrc/view/opkg.htm:131 msgid "Version" msgstr "ãƒãƒ¼ã‚¸ãƒ§ãƒ³" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:383 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:401 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:386 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:404 msgid "Version incompatible" msgstr "互æ›æ€§ã®ç„¡ã„ãƒãƒ¼ã‚¸ãƒ§ãƒ³" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:738 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:741 msgid "Waiting for the <em>opkg %h</em> command to complete…" msgstr "<em>opkg %h</em コマンドを実行ä¸ã§ã™â€¦" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:533 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:692 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:536 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:695 #: applications/luci-app-opkg/luasrc/view/opkg.htm:89 msgid "unknown" msgstr "ä¸æ˜Ž" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:531 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:690 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:534 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:693 msgid "~%.1024mB compressed" msgstr "~ %.1024mB(圧縮後)" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:529 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:688 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:532 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:691 msgid "~%.1024mB installed" msgstr "~ %.1024mB(インストール後)" diff --git a/applications/luci-app-opkg/po/ko/opkg.po b/applications/luci-app-opkg/po/ko/opkg.po index 770726de78..ddc3c34e8f 100644 --- a/applications/luci-app-opkg/po/ko/opkg.po +++ b/applications/luci-app-opkg/po/ko/opkg.po @@ -17,7 +17,7 @@ msgstr "" msgid "Actions" msgstr "관리 ë„구" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:710 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:713 msgid "Automatically remove unused dependencies" msgstr "" @@ -25,7 +25,7 @@ msgstr "" msgid "Available" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:641 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:644 msgid "" "Below is a listing of the various configuration files used by <em>opkg</em>. " "Use <em>opkg.conf</em> for global settings and <em>customfeeds.conf</em> for " @@ -33,10 +33,10 @@ msgid "" "changed but is usually not preserved by <em>sysupgrade</em>." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:582 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:627 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:656 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:716 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:585 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:630 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:659 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:719 msgid "Cancel" msgstr "" @@ -49,21 +49,21 @@ msgstr "" msgid "Configure opkg…" msgstr "ì„¤ì •" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:559 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:562 msgid "Dependencies" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:565 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:696 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:568 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:699 #: applications/luci-app-opkg/luasrc/view/opkg.htm:133 msgid "Description" msgstr "설명" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:570 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:573 msgid "Details for package <em>%h</em>" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:762 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:765 msgid "Dismiss" msgstr "" @@ -75,11 +75,11 @@ msgstr "" msgid "Download and install package" msgstr "패키지 다운로드 후 설치" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:748 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:751 msgid "Errors" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:736 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:739 msgid "Executing package manager" msgstr "" @@ -91,19 +91,19 @@ msgstr "í•„í„°" msgid "Free space" msgstr "ì—¬ìœ ê³µê°„" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:589 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:605 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:592 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:608 msgid "Install" msgstr "설치" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:178 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:386 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:389 #: applications/luci-app-opkg/luasrc/view/opkg.htm:116 #, fuzzy msgid "Installed" msgstr "설치" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:611 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:614 msgid "" "Installing packages from untrusted sources is a potential security risk! " "Really attempt to install <em>%h</em>?" @@ -114,21 +114,21 @@ msgstr "" msgid "Install…" msgstr "설치" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:636 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:639 #, fuzzy msgid "Loading configuration data…" msgstr "공통 ì„¤ì •" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:769 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:772 msgid "Loading package information…" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:621 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:624 #, fuzzy msgid "Manually install package" msgstr "패키지 다운로드 후 설치" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:374 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:377 msgid "Needs upgrade" msgstr "" @@ -149,12 +149,12 @@ msgstr "패키지 찾기" msgid "No packages matching \"<strong>%h</strong>\"." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:406 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:409 #, fuzzy msgid "Not available" msgstr "ì´ ì´ìš© 가능한 ì–‘" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:391 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:394 #, fuzzy msgid "Not installed" msgstr "ì—°ê²°ë˜ì§€ ì•ŠìŒ" @@ -163,9 +163,9 @@ msgstr "ì—°ê²°ë˜ì§€ ì•ŠìŒ" msgid "OK" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:635 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:667 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:676 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:638 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:670 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:679 #, fuzzy msgid "OPKG Configuration" msgstr "OPKG-ì„¤ì •" @@ -183,36 +183,36 @@ msgstr "패키지 ì´ë¦„" msgid "Previous page" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:618 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:621 msgid "Really attempt to install <em>%h</em>?" msgstr "" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:157 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:723 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:726 msgid "Remove" msgstr "ì œê±°" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:701 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:704 msgid "Remove package <em>%h</em>" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:555 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:558 msgid "Require approx. %.1024mB size for %d package(s) to install." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:381 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:399 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:384 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:402 msgid "" "Require version %h %h,\n" "installed %h" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:404 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:407 msgid "" "Required dependency package <em>%h</em> is not available in any repository." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:372 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:375 msgid "Requires update to %h %h" msgstr "" @@ -220,17 +220,17 @@ msgstr "" msgid "Reset" msgstr "초기화" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:673 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:676 msgid "Save" msgstr "ì €ìž¥" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:668 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:671 #, fuzzy msgid "Saving configuration data…" msgstr "장치 ì„¤ì •" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:573 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:704 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:576 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:707 msgid "Size" msgstr "Size" @@ -243,21 +243,21 @@ msgstr "í¬ê¸° (.ipk)" msgid "Software" msgstr "소프트웨어" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:753 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:756 msgid "The <em>opkg %h</em> command failed with code <code>%d</code>." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:377 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:380 msgid "" "The installed version of package <em>%h</em> is not compatible, require %s " "while %s is installed." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:614 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:617 msgid "The package <em>%h</em> is not available in any configured repository." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:394 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:397 msgid "" "The repository version of package <em>%h</em> is not compatible, require %s " "but only %s is available." @@ -280,34 +280,34 @@ msgstr "" msgid "Upgrade…" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:572 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:703 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:575 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:706 #: applications/luci-app-opkg/luasrc/view/opkg.htm:131 msgid "Version" msgstr "ë²„ì „" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:383 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:401 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:386 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:404 msgid "Version incompatible" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:738 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:741 #, fuzzy msgid "Waiting for the <em>opkg %h</em> command to complete…" msgstr "실행한 ëª…ë ¹ì´ ë나기를 기다리는 중입니다..." -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:533 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:692 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:536 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:695 #: applications/luci-app-opkg/luasrc/view/opkg.htm:89 msgid "unknown" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:531 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:690 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:534 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:693 msgid "~%.1024mB compressed" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:529 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:688 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:532 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:691 msgid "~%.1024mB installed" msgstr "" diff --git a/applications/luci-app-opkg/po/ms/opkg.po b/applications/luci-app-opkg/po/ms/opkg.po index b5fc584162..897bae25e2 100644 --- a/applications/luci-app-opkg/po/ms/opkg.po +++ b/applications/luci-app-opkg/po/ms/opkg.po @@ -17,7 +17,7 @@ msgstr "" msgid "Actions" msgstr "Aksi" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:710 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:713 msgid "Automatically remove unused dependencies" msgstr "" @@ -25,7 +25,7 @@ msgstr "" msgid "Available" msgstr "Boleh didapati" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:641 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:644 msgid "" "Below is a listing of the various configuration files used by <em>opkg</em>. " "Use <em>opkg.conf</em> for global settings and <em>customfeeds.conf</em> for " @@ -33,10 +33,10 @@ msgid "" "changed but is usually not preserved by <em>sysupgrade</em>." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:582 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:627 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:656 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:716 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:585 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:630 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:659 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:719 msgid "Cancel" msgstr "Batal" @@ -49,21 +49,21 @@ msgstr "" msgid "Configure opkg…" msgstr "Konfigurasi" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:559 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:562 msgid "Dependencies" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:565 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:696 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:568 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:699 #: applications/luci-app-opkg/luasrc/view/opkg.htm:133 msgid "Description" msgstr "Keterangan" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:570 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:573 msgid "Details for package <em>%h</em>" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:762 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:765 msgid "Dismiss" msgstr "" @@ -75,12 +75,12 @@ msgstr "" msgid "Download and install package" msgstr "Turun dan memasang pakej" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:748 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:751 #, fuzzy msgid "Errors" msgstr "Kesalahan" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:736 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:739 msgid "Executing package manager" msgstr "" @@ -92,19 +92,19 @@ msgstr "Penapis" msgid "Free space" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:589 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:605 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:592 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:608 msgid "Install" msgstr "Memasang" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:178 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:386 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:389 #: applications/luci-app-opkg/luasrc/view/opkg.htm:116 #, fuzzy msgid "Installed" msgstr "Memasang" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:611 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:614 msgid "" "Installing packages from untrusted sources is a potential security risk! " "Really attempt to install <em>%h</em>?" @@ -115,21 +115,21 @@ msgstr "" msgid "Install…" msgstr "Memasang" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:636 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:639 #, fuzzy msgid "Loading configuration data…" msgstr "Menuju ke halaman konfigurasi yang relevan" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:769 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:772 msgid "Loading package information…" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:621 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:624 #, fuzzy msgid "Manually install package" msgstr "Turun dan memasang pakej" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:374 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:377 msgid "Needs upgrade" msgstr "" @@ -150,12 +150,12 @@ msgstr "Cari pakej" msgid "No packages matching \"<strong>%h</strong>\"." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:406 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:409 #, fuzzy msgid "Not available" msgstr "(%s sedia)" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:391 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:394 #, fuzzy msgid "Not installed" msgstr "Memasang" @@ -164,9 +164,9 @@ msgstr "Memasang" msgid "OK" msgstr "Baik" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:635 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:667 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:676 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:638 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:670 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:679 #, fuzzy msgid "OPKG Configuration" msgstr "OPKG-Konfigurasi" @@ -184,36 +184,36 @@ msgstr "Nama pakej" msgid "Previous page" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:618 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:621 msgid "Really attempt to install <em>%h</em>?" msgstr "" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:157 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:723 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:726 msgid "Remove" msgstr "Menghapuskan" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:701 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:704 msgid "Remove package <em>%h</em>" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:555 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:558 msgid "Require approx. %.1024mB size for %d package(s) to install." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:381 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:399 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:384 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:402 msgid "" "Require version %h %h,\n" "installed %h" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:404 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:407 msgid "" "Required dependency package <em>%h</em> is not available in any repository." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:372 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:375 msgid "Requires update to %h %h" msgstr "" @@ -221,16 +221,16 @@ msgstr "" msgid "Reset" msgstr "Reset" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:673 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:676 msgid "Save" msgstr "Simpan" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:668 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:671 msgid "Saving configuration data…" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:573 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:704 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:576 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:707 msgid "Size" msgstr "Saiz" @@ -243,21 +243,21 @@ msgstr "" msgid "Software" msgstr "Perisian" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:753 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:756 msgid "The <em>opkg %h</em> command failed with code <code>%d</code>." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:377 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:380 msgid "" "The installed version of package <em>%h</em> is not compatible, require %s " "while %s is installed." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:614 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:617 msgid "The package <em>%h</em> is not available in any configured repository." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:394 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:397 msgid "" "The repository version of package <em>%h</em> is not compatible, require %s " "but only %s is available." @@ -280,33 +280,33 @@ msgstr "" msgid "Upgrade…" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:572 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:703 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:575 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:706 #: applications/luci-app-opkg/luasrc/view/opkg.htm:131 msgid "Version" msgstr "Versi" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:383 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:401 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:386 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:404 msgid "Version incompatible" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:738 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:741 msgid "Waiting for the <em>opkg %h</em> command to complete…" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:533 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:692 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:536 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:695 #: applications/luci-app-opkg/luasrc/view/opkg.htm:89 msgid "unknown" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:531 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:690 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:534 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:693 msgid "~%.1024mB compressed" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:529 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:688 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:532 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:691 msgid "~%.1024mB installed" msgstr "" diff --git a/applications/luci-app-opkg/po/no/opkg.po b/applications/luci-app-opkg/po/no/opkg.po index 30facb2e3c..8c53b4f120 100644 --- a/applications/luci-app-opkg/po/no/opkg.po +++ b/applications/luci-app-opkg/po/no/opkg.po @@ -12,7 +12,7 @@ msgstr "" msgid "Actions" msgstr "Handlinger" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:710 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:713 msgid "Automatically remove unused dependencies" msgstr "" @@ -20,7 +20,7 @@ msgstr "" msgid "Available" msgstr "Tilgjengelig" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:641 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:644 msgid "" "Below is a listing of the various configuration files used by <em>opkg</em>. " "Use <em>opkg.conf</em> for global settings and <em>customfeeds.conf</em> for " @@ -28,10 +28,10 @@ msgid "" "changed but is usually not preserved by <em>sysupgrade</em>." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:582 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:627 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:656 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:716 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:585 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:630 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:659 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:719 msgid "Cancel" msgstr "Avbryt" @@ -44,21 +44,21 @@ msgstr "" msgid "Configure opkg…" msgstr "Konfigurasjon" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:559 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:562 msgid "Dependencies" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:565 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:696 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:568 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:699 #: applications/luci-app-opkg/luasrc/view/opkg.htm:133 msgid "Description" msgstr "Beskrivelse" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:570 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:573 msgid "Details for package <em>%h</em>" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:762 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:765 msgid "Dismiss" msgstr "" @@ -70,12 +70,12 @@ msgstr "" msgid "Download and install package" msgstr "Last ned og installer pakken" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:748 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:751 #, fuzzy msgid "Errors" msgstr "Feil" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:736 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:739 msgid "Executing package manager" msgstr "" @@ -87,19 +87,19 @@ msgstr "Filter" msgid "Free space" msgstr "Ledig plass" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:589 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:605 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:592 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:608 msgid "Install" msgstr "Installer" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:178 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:386 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:389 #: applications/luci-app-opkg/luasrc/view/opkg.htm:116 #, fuzzy msgid "Installed" msgstr "Installer" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:611 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:614 msgid "" "Installing packages from untrusted sources is a potential security risk! " "Really attempt to install <em>%h</em>?" @@ -110,21 +110,21 @@ msgstr "" msgid "Install…" msgstr "Installer" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:636 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:639 #, fuzzy msgid "Loading configuration data…" msgstr "GÃ¥ til relevant konfigurasjonen side" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:769 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:772 msgid "Loading package information…" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:621 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:624 #, fuzzy msgid "Manually install package" msgstr "Last ned og installer pakken" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:374 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:377 msgid "Needs upgrade" msgstr "" @@ -145,12 +145,12 @@ msgstr "Finn pakke" msgid "No packages matching \"<strong>%h</strong>\"." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:406 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:409 #, fuzzy msgid "Not available" msgstr "Totalt Tilgjengelig" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:391 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:394 #, fuzzy msgid "Not installed" msgstr "Ikke tilkoblet" @@ -159,9 +159,9 @@ msgstr "Ikke tilkoblet" msgid "OK" msgstr "OK" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:635 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:667 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:676 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:638 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:670 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:679 #, fuzzy msgid "OPKG Configuration" msgstr "<abbr title=\"Open PacKaGe Management\">OPKG</abbr>-Konfigurasjon" @@ -179,36 +179,36 @@ msgstr "Pakkenavn" msgid "Previous page" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:618 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:621 msgid "Really attempt to install <em>%h</em>?" msgstr "" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:157 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:723 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:726 msgid "Remove" msgstr "Avinstaller" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:701 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:704 msgid "Remove package <em>%h</em>" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:555 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:558 msgid "Require approx. %.1024mB size for %d package(s) to install." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:381 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:399 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:384 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:402 msgid "" "Require version %h %h,\n" "installed %h" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:404 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:407 msgid "" "Required dependency package <em>%h</em> is not available in any repository." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:372 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:375 msgid "Requires update to %h %h" msgstr "" @@ -216,17 +216,17 @@ msgstr "" msgid "Reset" msgstr "Nullstill" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:673 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:676 msgid "Save" msgstr "Lagre" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:668 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:671 #, fuzzy msgid "Saving configuration data…" msgstr "Enhet Konfigurasjon" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:573 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:704 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:576 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:707 msgid "Size" msgstr "Størrelse" @@ -239,21 +239,21 @@ msgstr "" msgid "Software" msgstr "Programvare" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:753 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:756 msgid "The <em>opkg %h</em> command failed with code <code>%d</code>." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:377 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:380 msgid "" "The installed version of package <em>%h</em> is not compatible, require %s " "while %s is installed." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:614 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:617 msgid "The package <em>%h</em> is not available in any configured repository." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:394 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:397 msgid "" "The repository version of package <em>%h</em> is not compatible, require %s " "but only %s is available." @@ -278,34 +278,34 @@ msgstr "Oppdater lister" msgid "Upgrade…" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:572 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:703 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:575 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:706 #: applications/luci-app-opkg/luasrc/view/opkg.htm:131 msgid "Version" msgstr "Versjon" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:383 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:401 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:386 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:404 msgid "Version incompatible" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:738 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:741 #, fuzzy msgid "Waiting for the <em>opkg %h</em> command to complete…" msgstr "Venter pÃ¥ at kommando fullføres..." -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:533 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:692 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:536 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:695 #: applications/luci-app-opkg/luasrc/view/opkg.htm:89 msgid "unknown" msgstr "ukjent" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:531 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:690 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:534 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:693 msgid "~%.1024mB compressed" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:529 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:688 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:532 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:691 msgid "~%.1024mB installed" msgstr "" diff --git a/applications/luci-app-opkg/po/pl/opkg.po b/applications/luci-app-opkg/po/pl/opkg.po index 3d1d619bf8..033a4bd35d 100644 --- a/applications/luci-app-opkg/po/pl/opkg.po +++ b/applications/luci-app-opkg/po/pl/opkg.po @@ -18,7 +18,7 @@ msgstr "" msgid "Actions" msgstr "Akcje" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:710 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:713 msgid "Automatically remove unused dependencies" msgstr "Automatycznie usuwaj nieużywane zależnoÅ›ci" @@ -26,22 +26,23 @@ msgstr "Automatycznie usuwaj nieużywane zależnoÅ›ci" msgid "Available" msgstr "DostÄ™pne" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:641 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:644 msgid "" "Below is a listing of the various configuration files used by <em>opkg</em>. " "Use <em>opkg.conf</em> for global settings and <em>customfeeds.conf</em> for " "custom repository entries. The configuration in the other files may be " "changed but is usually not preserved by <em>sysupgrade</em>." msgstr "" -"Poniżej znajduje siÄ™ lista różnych plików konfiguracyjnych używanych przez <em>opkg</em>. " -"Użyj <em>opkg.conf</em> dla ustawieÅ„ globalnych i <em>customfeeds.conf</em> dla " -"niestandardowych wpisów w repozytorium. Konfiguracja w innych plikach może zostać " -"zmieniona, ale zwykle nie jest zachowywana przez <em>sysupgrade</em>." - -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:582 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:627 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:656 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:716 +"Poniżej znajduje siÄ™ lista różnych plików konfiguracyjnych używanych przez " +"<em>opkg</em>. Użyj <em>opkg.conf</em> dla ustawieÅ„ globalnych i " +"<em>customfeeds.conf</em> dla niestandardowych wpisów w repozytorium. " +"Konfiguracja w innych plikach może zostać zmieniona, ale zwykle nie jest " +"zachowywana przez <em>sysupgrade</em>." + +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:585 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:630 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:659 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:719 msgid "Cancel" msgstr "Anuluj" @@ -54,21 +55,21 @@ msgstr "Wyczyść" msgid "Configure opkg…" msgstr "Konfiguruj opkg…" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:559 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:562 msgid "Dependencies" msgstr "ZależnoÅ›ci" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:565 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:696 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:568 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:699 #: applications/luci-app-opkg/luasrc/view/opkg.htm:133 msgid "Description" msgstr "Opis" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:570 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:573 msgid "Details for package <em>%h</em>" msgstr "Szczegóły pakietu <em>%h</em>" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:762 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:765 msgid "Dismiss" msgstr "Odrzuć" @@ -80,12 +81,12 @@ msgstr "WyÅ›wietlanie %d-%d z %d" msgid "Download and install package" msgstr "Pobierz i zainstaluj pakiet" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:748 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:751 #, fuzzy msgid "Errors" msgstr "BÅ‚Ä…d" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:736 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:739 msgid "Executing package manager" msgstr "Wykonywanie menedżera pakietów" @@ -97,19 +98,19 @@ msgstr "Filtr" msgid "Free space" msgstr "Wolna przestrzeÅ„" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:589 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:605 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:592 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:608 msgid "Install" msgstr "Instaluj" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:178 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:386 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:389 #: applications/luci-app-opkg/luasrc/view/opkg.htm:116 #, fuzzy msgid "Installed" msgstr "Zainstalowane" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:611 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:614 msgid "" "Installing packages from untrusted sources is a potential security risk! " "Really attempt to install <em>%h</em>?" @@ -122,21 +123,21 @@ msgstr "" msgid "Install…" msgstr "Instaluj…" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:636 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:639 #, fuzzy msgid "Loading configuration data…" msgstr "Åadowanie danych konfiguracyjnych…" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:769 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:772 msgid "Loading package information…" msgstr "Åadowanie informacji o pakiecie…" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:621 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:624 #, fuzzy msgid "Manually install package" msgstr "Zainstaluj rÄ™cznie pakiet" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:374 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:377 #, fuzzy msgid "Needs upgrade" msgstr "WymuÅ› uaktualnienie" @@ -158,12 +159,12 @@ msgstr "Brak pakietów" msgid "No packages matching \"<strong>%h</strong>\"." msgstr "Brak pasujÄ…cych pakietów \"<strong>%h</strong>\"." -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:406 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:409 #, fuzzy msgid "Not available" msgstr "NiedostÄ™pne" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:391 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:394 #, fuzzy msgid "Not installed" msgstr "Nie zainstalowany" @@ -172,9 +173,9 @@ msgstr "Nie zainstalowany" msgid "OK" msgstr "OK" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:635 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:667 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:676 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:638 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:670 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:679 #, fuzzy msgid "OPKG Configuration" msgstr "Konfiguracja OPKG" @@ -192,25 +193,25 @@ msgstr "Nazwa pakietu lub URL…" msgid "Previous page" msgstr "Poprzednia strona" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:618 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:621 msgid "Really attempt to install <em>%h</em>?" msgstr "Czy na pewno chcesz zainstalować pakiet <em>%h</em>?" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:157 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:723 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:726 msgid "Remove" msgstr "UsuÅ„" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:701 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:704 msgid "Remove package <em>%h</em>" msgstr "UsuÅ„ pakiet <em>%h</em>" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:555 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:558 msgid "Require approx. %.1024mB size for %d package(s) to install." msgstr "Wymaga ok. %.1024mB rozmiaru pakietu %d do zainstalowania." -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:381 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:399 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:384 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:402 msgid "" "Require version %h %h,\n" "installed %h" @@ -218,13 +219,13 @@ msgstr "" "Wymaga wersji %h %h,\n" "zainstalowanej %h" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:404 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:407 msgid "" "Required dependency package <em>%h</em> is not available in any repository." msgstr "" "Wymagana zależność <em>%h</em> nie jest dostÄ™pna w żadnym repozytorium." -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:372 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:375 msgid "Requires update to %h %h" msgstr "Wymaga aktualizacji do %h %h" @@ -232,17 +233,17 @@ msgstr "Wymaga aktualizacji do %h %h" msgid "Reset" msgstr "Resetuj" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:673 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:676 msgid "Save" msgstr "Zapisz" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:668 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:671 #, fuzzy msgid "Saving configuration data…" msgstr "Zatwierdzanie konfiguracji…" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:573 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:704 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:576 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:707 msgid "Size" msgstr "Rozmiar" @@ -255,29 +256,32 @@ msgstr "Rozmiar (.ipk)" msgid "Software" msgstr "Oprogramowanie" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:753 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:756 msgid "The <em>opkg %h</em> command failed with code <code>%d</code>." -msgstr "Polecenie <em>opkg %h</em> zakoÅ„czyÅ‚o siÄ™ niepomyÅ›lnie z kodem <code>%d</code>." +msgstr "" +"Polecenie <em>opkg %h</em> zakoÅ„czyÅ‚o siÄ™ niepomyÅ›lnie z kodem <code>%d</" +"code>." -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:377 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:380 msgid "" "The installed version of package <em>%h</em> is not compatible, require %s " "while %s is installed." msgstr "" -"Zainstalowana wersja pakietu <em>%h</em> nie jest zgodna, wymaga %s " -"podczas gdy %s jest już zainstalowana." +"Zainstalowana wersja pakietu <em>%h</em> nie jest zgodna, wymaga %s podczas " +"gdy %s jest już zainstalowana." -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:614 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:617 msgid "The package <em>%h</em> is not available in any configured repository." -msgstr "Pakiet <em>%h</em> nie jest dostÄ™pny w żadnym skonfigurowanym repozytorium." +msgstr "" +"Pakiet <em>%h</em> nie jest dostÄ™pny w żadnym skonfigurowanym repozytorium." -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:394 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:397 msgid "" "The repository version of package <em>%h</em> is not compatible, require %s " "but only %s is available." msgstr "" -"Wersja pakietu w repozytorium <em>%h</em> nie jest zgodna, wymaga %s " -"ale tylko %s jest dostÄ™pna." +"Wersja pakietu w repozytorium <em>%h</em> nie jest zgodna, wymaga %s ale " +"tylko %s jest dostÄ™pna." #: applications/luci-app-opkg/luasrc/view/opkg.htm:96 msgid "Type to filter…" @@ -298,34 +302,34 @@ msgstr "Aktualizacje" msgid "Upgrade…" msgstr "Zaktualizuj…" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:572 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:703 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:575 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:706 #: applications/luci-app-opkg/luasrc/view/opkg.htm:131 msgid "Version" msgstr "Wersja" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:383 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:401 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:386 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:404 msgid "Version incompatible" msgstr "Wersja niekompatybilna" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:738 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:741 #, fuzzy msgid "Waiting for the <em>opkg %h</em> command to complete…" msgstr "Oczekiwanie na wykonanie polecenia <em>opkg %h</em>…" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:533 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:692 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:536 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:695 #: applications/luci-app-opkg/luasrc/view/opkg.htm:89 msgid "unknown" msgstr "nieznane" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:531 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:690 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:534 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:693 msgid "~%.1024mB compressed" msgstr "~%.1024mB skompresowany" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:529 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:688 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:532 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:691 msgid "~%.1024mB installed" msgstr "~%.1024mB zainstalowany" diff --git a/applications/luci-app-opkg/po/pt-br/opkg.po b/applications/luci-app-opkg/po/pt-br/opkg.po index 20aed2b512..4e35a5edac 100644 --- a/applications/luci-app-opkg/po/pt-br/opkg.po +++ b/applications/luci-app-opkg/po/pt-br/opkg.po @@ -17,7 +17,7 @@ msgstr "" msgid "Actions" msgstr "Ações" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:710 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:713 msgid "Automatically remove unused dependencies" msgstr "" @@ -25,7 +25,7 @@ msgstr "" msgid "Available" msgstr "DisponÃvel" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:641 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:644 msgid "" "Below is a listing of the various configuration files used by <em>opkg</em>. " "Use <em>opkg.conf</em> for global settings and <em>customfeeds.conf</em> for " @@ -33,10 +33,10 @@ msgid "" "changed but is usually not preserved by <em>sysupgrade</em>." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:582 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:627 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:656 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:716 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:585 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:630 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:659 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:719 msgid "Cancel" msgstr "Cancelar" @@ -49,21 +49,21 @@ msgstr "" msgid "Configure opkg…" msgstr "Configuração" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:559 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:562 msgid "Dependencies" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:565 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:696 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:568 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:699 #: applications/luci-app-opkg/luasrc/view/opkg.htm:133 msgid "Description" msgstr "Descrição" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:570 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:573 msgid "Details for package <em>%h</em>" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:762 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:765 msgid "Dismiss" msgstr "Dispensar" @@ -75,12 +75,12 @@ msgstr "" msgid "Download and install package" msgstr "Baixe e instale o pacote" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:748 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:751 #, fuzzy msgid "Errors" msgstr "Erro" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:736 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:739 msgid "Executing package manager" msgstr "" @@ -92,19 +92,19 @@ msgstr "Filtro" msgid "Free space" msgstr "Espaço livre" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:589 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:605 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:592 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:608 msgid "Install" msgstr "Instalar" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:178 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:386 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:389 #: applications/luci-app-opkg/luasrc/view/opkg.htm:116 #, fuzzy msgid "Installed" msgstr "Instalar" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:611 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:614 msgid "" "Installing packages from untrusted sources is a potential security risk! " "Really attempt to install <em>%h</em>?" @@ -115,21 +115,21 @@ msgstr "" msgid "Install…" msgstr "Instalar" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:636 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:639 #, fuzzy msgid "Loading configuration data…" msgstr "Iniciando a aplicação da configuração..." -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:769 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:772 msgid "Loading package information…" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:621 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:624 #, fuzzy msgid "Manually install package" msgstr "Baixe e instale o pacote" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:374 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:377 #, fuzzy msgid "Needs upgrade" msgstr "Forçar a atualização" @@ -151,12 +151,12 @@ msgstr "Procurar pacote" msgid "No packages matching \"<strong>%h</strong>\"." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:406 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:409 #, fuzzy msgid "Not available" msgstr "Total DisponÃvel" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:391 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:394 #, fuzzy msgid "Not installed" msgstr "Não conectado" @@ -165,9 +165,9 @@ msgstr "Não conectado" msgid "OK" msgstr "OK" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:635 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:667 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:676 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:638 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:670 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:679 #, fuzzy msgid "OPKG Configuration" msgstr "Configuração-OPKG" @@ -185,36 +185,36 @@ msgstr "Nome do Pacote" msgid "Previous page" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:618 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:621 msgid "Really attempt to install <em>%h</em>?" msgstr "" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:157 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:723 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:726 msgid "Remove" msgstr "Remover" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:701 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:704 msgid "Remove package <em>%h</em>" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:555 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:558 msgid "Require approx. %.1024mB size for %d package(s) to install." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:381 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:399 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:384 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:402 msgid "" "Require version %h %h,\n" "installed %h" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:404 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:407 msgid "" "Required dependency package <em>%h</em> is not available in any repository." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:372 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:375 msgid "Requires update to %h %h" msgstr "" @@ -222,17 +222,17 @@ msgstr "" msgid "Reset" msgstr "Limpar" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:673 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:676 msgid "Save" msgstr "Salvar" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:668 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:671 #, fuzzy msgid "Saving configuration data…" msgstr "Iniciando a aplicação da configuração..." -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:573 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:704 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:576 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:707 msgid "Size" msgstr "Tamanho" @@ -245,21 +245,21 @@ msgstr "Tamanho (.ipk)" msgid "Software" msgstr "Software" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:753 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:756 msgid "The <em>opkg %h</em> command failed with code <code>%d</code>." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:377 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:380 msgid "" "The installed version of package <em>%h</em> is not compatible, require %s " "while %s is installed." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:614 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:617 msgid "The package <em>%h</em> is not available in any configured repository." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:394 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:397 msgid "" "The repository version of package <em>%h</em> is not compatible, require %s " "but only %s is available." @@ -284,34 +284,34 @@ msgstr "Atualizar listas" msgid "Upgrade…" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:572 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:703 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:575 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:706 #: applications/luci-app-opkg/luasrc/view/opkg.htm:131 msgid "Version" msgstr "Versão" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:383 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:401 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:386 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:404 msgid "Version incompatible" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:738 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:741 #, fuzzy msgid "Waiting for the <em>opkg %h</em> command to complete…" msgstr "Esperando o término do comando..." -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:533 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:692 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:536 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:695 #: applications/luci-app-opkg/luasrc/view/opkg.htm:89 msgid "unknown" msgstr "desconhecido" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:531 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:690 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:534 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:693 msgid "~%.1024mB compressed" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:529 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:688 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:532 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:691 msgid "~%.1024mB installed" msgstr "" diff --git a/applications/luci-app-opkg/po/pt/opkg.po b/applications/luci-app-opkg/po/pt/opkg.po index 2bf26ec1a7..b3bc2272ac 100644 --- a/applications/luci-app-opkg/po/pt/opkg.po +++ b/applications/luci-app-opkg/po/pt/opkg.po @@ -17,7 +17,7 @@ msgstr "" msgid "Actions" msgstr "Acções" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:710 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:713 msgid "Automatically remove unused dependencies" msgstr "" @@ -25,7 +25,7 @@ msgstr "" msgid "Available" msgstr "DisponÃvel" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:641 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:644 msgid "" "Below is a listing of the various configuration files used by <em>opkg</em>. " "Use <em>opkg.conf</em> for global settings and <em>customfeeds.conf</em> for " @@ -33,10 +33,10 @@ msgid "" "changed but is usually not preserved by <em>sysupgrade</em>." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:582 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:627 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:656 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:716 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:585 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:630 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:659 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:719 msgid "Cancel" msgstr "Cancelar" @@ -49,21 +49,21 @@ msgstr "" msgid "Configure opkg…" msgstr "Configuração" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:559 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:562 msgid "Dependencies" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:565 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:696 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:568 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:699 #: applications/luci-app-opkg/luasrc/view/opkg.htm:133 msgid "Description" msgstr "Descrição" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:570 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:573 msgid "Details for package <em>%h</em>" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:762 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:765 msgid "Dismiss" msgstr "" @@ -75,12 +75,12 @@ msgstr "" msgid "Download and install package" msgstr "Descarregar e instalar pacote" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:748 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:751 #, fuzzy msgid "Errors" msgstr "Erro" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:736 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:739 msgid "Executing package manager" msgstr "" @@ -92,19 +92,19 @@ msgstr "Filtro" msgid "Free space" msgstr "Espaço livre" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:589 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:605 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:592 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:608 msgid "Install" msgstr "Instalar" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:178 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:386 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:389 #: applications/luci-app-opkg/luasrc/view/opkg.htm:116 #, fuzzy msgid "Installed" msgstr "Instalar" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:611 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:614 msgid "" "Installing packages from untrusted sources is a potential security risk! " "Really attempt to install <em>%h</em>?" @@ -115,21 +115,21 @@ msgstr "" msgid "Install…" msgstr "Instalar" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:636 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:639 #, fuzzy msgid "Loading configuration data…" msgstr "Ir para a página respectiva de configuração" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:769 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:772 msgid "Loading package information…" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:621 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:624 #, fuzzy msgid "Manually install package" msgstr "Descarregar e instalar pacote" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:374 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:377 msgid "Needs upgrade" msgstr "" @@ -150,12 +150,12 @@ msgstr "Procurar pacote" msgid "No packages matching \"<strong>%h</strong>\"." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:406 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:409 #, fuzzy msgid "Not available" msgstr "Total DisponÃvel" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:391 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:394 #, fuzzy msgid "Not installed" msgstr "Não ligado" @@ -164,9 +164,9 @@ msgstr "Não ligado" msgid "OK" msgstr "OK" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:635 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:667 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:676 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:638 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:670 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:679 #, fuzzy msgid "OPKG Configuration" msgstr "Configuração-OPKG" @@ -184,36 +184,36 @@ msgstr "Nome do pacote" msgid "Previous page" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:618 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:621 msgid "Really attempt to install <em>%h</em>?" msgstr "" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:157 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:723 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:726 msgid "Remove" msgstr "Remover" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:701 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:704 msgid "Remove package <em>%h</em>" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:555 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:558 msgid "Require approx. %.1024mB size for %d package(s) to install." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:381 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:399 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:384 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:402 msgid "" "Require version %h %h,\n" "installed %h" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:404 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:407 msgid "" "Required dependency package <em>%h</em> is not available in any repository." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:372 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:375 msgid "Requires update to %h %h" msgstr "" @@ -221,17 +221,17 @@ msgstr "" msgid "Reset" msgstr "Reset" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:673 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:676 msgid "Save" msgstr "Salvar" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:668 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:671 #, fuzzy msgid "Saving configuration data…" msgstr "Configuração do Dispositivo" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:573 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:704 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:576 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:707 msgid "Size" msgstr "Tamanho" @@ -244,21 +244,21 @@ msgstr "" msgid "Software" msgstr "Software" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:753 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:756 msgid "The <em>opkg %h</em> command failed with code <code>%d</code>." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:377 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:380 msgid "" "The installed version of package <em>%h</em> is not compatible, require %s " "while %s is installed." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:614 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:617 msgid "The package <em>%h</em> is not available in any configured repository." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:394 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:397 msgid "" "The repository version of package <em>%h</em> is not compatible, require %s " "but only %s is available." @@ -283,34 +283,34 @@ msgstr "Actualizar listas" msgid "Upgrade…" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:572 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:703 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:575 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:706 #: applications/luci-app-opkg/luasrc/view/opkg.htm:131 msgid "Version" msgstr "Versão" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:383 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:401 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:386 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:404 msgid "Version incompatible" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:738 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:741 #, fuzzy msgid "Waiting for the <em>opkg %h</em> command to complete…" msgstr "A aguardar que o comando termine..." -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:533 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:692 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:536 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:695 #: applications/luci-app-opkg/luasrc/view/opkg.htm:89 msgid "unknown" msgstr "desconhecido" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:531 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:690 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:534 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:693 msgid "~%.1024mB compressed" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:529 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:688 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:532 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:691 msgid "~%.1024mB installed" msgstr "" diff --git a/applications/luci-app-opkg/po/ro/opkg.po b/applications/luci-app-opkg/po/ro/opkg.po index 403525371f..8f2f75f0d9 100644 --- a/applications/luci-app-opkg/po/ro/opkg.po +++ b/applications/luci-app-opkg/po/ro/opkg.po @@ -16,7 +16,7 @@ msgstr "" msgid "Actions" msgstr "Actiune" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:710 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:713 msgid "Automatically remove unused dependencies" msgstr "" @@ -24,7 +24,7 @@ msgstr "" msgid "Available" msgstr "Disponibil" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:641 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:644 msgid "" "Below is a listing of the various configuration files used by <em>opkg</em>. " "Use <em>opkg.conf</em> for global settings and <em>customfeeds.conf</em> for " @@ -32,10 +32,10 @@ msgid "" "changed but is usually not preserved by <em>sysupgrade</em>." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:582 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:627 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:656 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:716 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:585 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:630 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:659 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:719 msgid "Cancel" msgstr "Anuleaza" @@ -48,21 +48,21 @@ msgstr "" msgid "Configure opkg…" msgstr "Configurare" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:559 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:562 msgid "Dependencies" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:565 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:696 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:568 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:699 #: applications/luci-app-opkg/luasrc/view/opkg.htm:133 msgid "Description" msgstr "Descriere" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:570 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:573 msgid "Details for package <em>%h</em>" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:762 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:765 msgid "Dismiss" msgstr "" @@ -74,12 +74,12 @@ msgstr "" msgid "Download and install package" msgstr "Descarca si instaleaza pachetul" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:748 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:751 #, fuzzy msgid "Errors" msgstr "Eroare" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:736 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:739 msgid "Executing package manager" msgstr "" @@ -91,19 +91,19 @@ msgstr "Filtreaza" msgid "Free space" msgstr "Spatiu liber" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:589 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:605 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:592 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:608 msgid "Install" msgstr "Instalati" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:178 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:386 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:389 #: applications/luci-app-opkg/luasrc/view/opkg.htm:116 #, fuzzy msgid "Installed" msgstr "Instalati" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:611 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:614 msgid "" "Installing packages from untrusted sources is a potential security risk! " "Really attempt to install <em>%h</em>?" @@ -114,21 +114,21 @@ msgstr "" msgid "Install…" msgstr "Instalati" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:636 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:639 #, fuzzy msgid "Loading configuration data…" msgstr "Configurarea obisnuita" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:769 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:772 msgid "Loading package information…" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:621 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:624 #, fuzzy msgid "Manually install package" msgstr "Descarca si instaleaza pachetul" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:374 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:377 msgid "Needs upgrade" msgstr "" @@ -149,12 +149,12 @@ msgstr "Gaseste pachet" msgid "No packages matching \"<strong>%h</strong>\"." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:406 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:409 #, fuzzy msgid "Not available" msgstr "Total disponibil" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:391 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:394 #, fuzzy msgid "Not installed" msgstr "Nu este conectat" @@ -163,9 +163,9 @@ msgstr "Nu este conectat" msgid "OK" msgstr "OK" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:635 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:667 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:676 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:638 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:670 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:679 #, fuzzy msgid "OPKG Configuration" msgstr "Configuratia-OPKG" @@ -183,36 +183,36 @@ msgstr "Numele pachetului" msgid "Previous page" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:618 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:621 msgid "Really attempt to install <em>%h</em>?" msgstr "" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:157 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:723 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:726 msgid "Remove" msgstr "Elimina" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:701 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:704 msgid "Remove package <em>%h</em>" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:555 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:558 msgid "Require approx. %.1024mB size for %d package(s) to install." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:381 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:399 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:384 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:402 msgid "" "Require version %h %h,\n" "installed %h" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:404 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:407 msgid "" "Required dependency package <em>%h</em> is not available in any repository." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:372 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:375 msgid "Requires update to %h %h" msgstr "" @@ -220,17 +220,17 @@ msgstr "" msgid "Reset" msgstr "Reset" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:673 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:676 msgid "Save" msgstr "Salveaza" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:668 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:671 #, fuzzy msgid "Saving configuration data…" msgstr "Configurarea dispozitivului" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:573 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:704 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:576 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:707 msgid "Size" msgstr "Marime" @@ -243,21 +243,21 @@ msgstr "" msgid "Software" msgstr "Software" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:753 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:756 msgid "The <em>opkg %h</em> command failed with code <code>%d</code>." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:377 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:380 msgid "" "The installed version of package <em>%h</em> is not compatible, require %s " "while %s is installed." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:614 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:617 msgid "The package <em>%h</em> is not available in any configured repository." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:394 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:397 msgid "" "The repository version of package <em>%h</em> is not compatible, require %s " "but only %s is available." @@ -280,33 +280,33 @@ msgstr "" msgid "Upgrade…" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:572 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:703 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:575 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:706 #: applications/luci-app-opkg/luasrc/view/opkg.htm:131 msgid "Version" msgstr "Versiune" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:383 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:401 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:386 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:404 msgid "Version incompatible" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:738 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:741 msgid "Waiting for the <em>opkg %h</em> command to complete…" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:533 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:692 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:536 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:695 #: applications/luci-app-opkg/luasrc/view/opkg.htm:89 msgid "unknown" msgstr "necunoscut" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:531 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:690 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:534 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:693 msgid "~%.1024mB compressed" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:529 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:688 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:532 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:691 msgid "~%.1024mB installed" msgstr "" diff --git a/applications/luci-app-opkg/po/ru/opkg.po b/applications/luci-app-opkg/po/ru/opkg.po index e5be37a56e..b8ba3d6914 100644 --- a/applications/luci-app-opkg/po/ru/opkg.po +++ b/applications/luci-app-opkg/po/ru/opkg.po @@ -19,7 +19,7 @@ msgstr "" msgid "Actions" msgstr "ДейÑтвиÑ" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:710 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:713 msgid "Automatically remove unused dependencies" msgstr "ÐвтоматичеÑки удалÑÑ‚ÑŒ неиÑпользуемые завиÑимоÑти" @@ -27,23 +27,23 @@ msgstr "ÐвтоматичеÑки удалÑÑ‚ÑŒ неиÑпользуемые Ð msgid "Available" msgstr "ДоÑтупно" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:641 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:644 msgid "" "Below is a listing of the various configuration files used by <em>opkg</em>. " "Use <em>opkg.conf</em> for global settings and <em>customfeeds.conf</em> for " "custom repository entries. The configuration in the other files may be " "changed but is usually not preserved by <em>sysupgrade</em>." msgstr "" -"Ðиже приведен ÑпиÑок различных файлов конфигурации, иÑпользуемых " -"<em>opkg</em>. ИÑпользуйте файл <em>opkg.conf</em> Ð´Ð»Ñ Ð³Ð»Ð¾Ð±Ð°Ð»ÑŒÐ½Ñ‹Ñ… наÑтроек и " +"Ðиже приведен ÑпиÑок различных файлов конфигурации, иÑпользуемых <em>opkg</" +"em>. ИÑпользуйте файл <em>opkg.conf</em> Ð´Ð»Ñ Ð³Ð»Ð¾Ð±Ð°Ð»ÑŒÐ½Ñ‹Ñ… наÑтроек и " "<em>customfeeds.conf</em> Ð´Ð»Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»ÑŒÑких наÑтроек репозиториев. " "ÐšÐ¾Ð½Ñ„Ð¸Ð³ÑƒÑ€Ð°Ñ†Ð¸Ñ Ð² других файлах может производтÑÑ, но такие наÑтройки могут не " "ÑохранÑÑ‚ÑŒÑÑ ÑƒÑ‚Ð¸Ð»Ð¸Ñ‚Ð¾Ð¹ <em>sysupgrade</em>." -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:582 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:627 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:656 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:716 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:585 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:630 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:659 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:719 msgid "Cancel" msgstr "Отменить" @@ -55,21 +55,21 @@ msgstr "ОчиÑтить" msgid "Configure opkg…" msgstr "ÐаÑтройки менеджера пакетов..." -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:559 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:562 msgid "Dependencies" msgstr "ЗавиÑимоÑти" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:565 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:696 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:568 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:699 #: applications/luci-app-opkg/luasrc/view/opkg.htm:133 msgid "Description" msgstr "ОпиÑание" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:570 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:573 msgid "Details for package <em>%h</em>" msgstr "ÐŸÐ¾Ð´Ñ€Ð¾Ð±Ð½Ð°Ñ Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ð¾ пакете <em>%h</em>" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:762 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:765 msgid "Dismiss" msgstr "Отклонить" @@ -81,11 +81,11 @@ msgstr "Показано %d-%d из %d" msgid "Download and install package" msgstr "Загрузить и уÑтановить пакет" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:748 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:751 msgid "Errors" msgstr "Ошибки" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:736 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:739 msgid "Executing package manager" msgstr "ЗапуÑк менеджера пакетов" @@ -97,18 +97,18 @@ msgstr "Фильтр" msgid "Free space" msgstr "Свободное меÑто" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:589 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:605 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:592 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:608 msgid "Install" msgstr "УÑтановить" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:178 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:386 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:389 #: applications/luci-app-opkg/luasrc/view/opkg.htm:116 msgid "Installed" msgstr "УÑтановлено" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:611 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:614 msgid "" "Installing packages from untrusted sources is a potential security risk! " "Really attempt to install <em>%h</em>?" @@ -120,19 +120,19 @@ msgstr "" msgid "Install…" msgstr "УÑтановить..." -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:636 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:639 msgid "Loading configuration data…" msgstr "Загрузка данных конфигурации..." -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:769 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:772 msgid "Loading package information…" msgstr "Загрузка информации о пакете..." -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:621 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:624 msgid "Manually install package" msgstr "Ð ÑƒÑ‡Ð½Ð°Ñ ÑƒÑтановка пакета" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:374 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:377 msgid "Needs upgrade" msgstr "ТребуетÑÑ Ð¾Ð±Ð½Ð¾Ð²Ð»ÐµÐ½Ð¸Ðµ" @@ -152,11 +152,11 @@ msgstr "Ðет пакетов" msgid "No packages matching \"<strong>%h</strong>\"." msgstr "Ðет пакетов ÑоответÑтвующих запроÑу «<strong>%h</strong>»." -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:406 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:409 msgid "Not available" msgstr "Ðе доÑтупно" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:391 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:394 msgid "Not installed" msgstr "Ðе уÑтановлено" @@ -164,9 +164,9 @@ msgstr "Ðе уÑтановлено" msgid "OK" msgstr "OK" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:635 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:667 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:676 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:638 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:670 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:679 msgid "OPKG Configuration" msgstr "ÐаÑтройка OPKG" @@ -182,26 +182,26 @@ msgstr "Ð˜Ð¼Ñ Ð¿Ð°ÐºÐµÑ‚Ð° или URL..." msgid "Previous page" msgstr "ÐŸÑ€ÐµÐ´Ñ‹Ð´ÑƒÑ‰Ð°Ñ Ñтраница" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:618 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:621 msgid "Really attempt to install <em>%h</em>?" msgstr "Ð’Ñ‹ дейÑтвительно хотите уÑтановить <em>%h</em>?" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:157 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:723 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:726 msgid "Remove" msgstr "Удалить" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:701 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:704 msgid "Remove package <em>%h</em>" msgstr "Удалить пакет <em>%h</em>" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:555 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:558 msgid "Require approx. %.1024mB size for %d package(s) to install." msgstr "" "ТребуетÑÑ Ð¿Ñ€Ð¸Ð¼ÐµÑ€Ð½Ð¾ %.1024mБ Ñвободного проÑтранÑтва Ð´Ð»Ñ ÑƒÑтановки %d пакетов" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:381 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:399 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:384 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:402 msgid "" "Require version %h %h,\n" "installed %h" @@ -209,14 +209,14 @@ msgstr "" "ТребуетÑÑ Ð²ÐµÑ€ÑÐ¸Ñ %h %h,\n" "уÑтановлен %h" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:404 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:407 msgid "" "Required dependency package <em>%h</em> is not available in any repository." msgstr "" -"Требуемый в качеÑтве завиÑимоÑти пакет <em>%h</em> не доÑтупен ни в одном " -"из Ñконфигурированных репозиториев." +"Требуемый в качеÑтве завиÑимоÑти пакет <em>%h</em> не доÑтупен ни в одном из " +"Ñконфигурированных репозиториев." -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:372 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:375 msgid "Requires update to %h %h" msgstr "ТребуетÑÑ Ð¾Ð±Ð½Ð¾Ð²Ð¸Ñ‚ÑŒ до %h %h" @@ -224,16 +224,16 @@ msgstr "ТребуетÑÑ Ð¾Ð±Ð½Ð¾Ð²Ð¸Ñ‚ÑŒ до %h %h" msgid "Reset" msgstr "СброÑить" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:673 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:676 msgid "Save" msgstr "Сохранить" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:668 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:671 msgid "Saving configuration data…" msgstr "Сохранение данных конфигурации..." -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:573 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:704 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:576 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:707 msgid "Size" msgstr "Размер" @@ -246,11 +246,11 @@ msgstr "Размер (.ipk)" msgid "Software" msgstr "Программное обеÑпечение" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:753 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:756 msgid "The <em>opkg %h</em> command failed with code <code>%d</code>." msgstr "Команда <em>opkg %h</em> завершилаÑÑŒ Ñ ÐºÐ¾Ð´Ð¾Ð¼ ошибки <code>%d</code>." -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:377 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:380 msgid "" "The installed version of package <em>%h</em> is not compatible, require %s " "while %s is installed." @@ -258,12 +258,12 @@ msgstr "" "УÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ð°Ñ Ð²ÐµÑ€ÑÐ¸Ñ Ð¿Ð°ÐºÐµÑ‚Ð° <em>%h</em> не ÑовмеÑтима. ТребуетÑÑ ÑƒÑтановка " "%s Ð´Ð»Ñ ÑƒÑтановки %s" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:614 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:617 msgid "The package <em>%h</em> is not available in any configured repository." msgstr "" "Пакет <em>%h</em> не доÑтупен ни в одном из Ñконфигурированных репозиториев." -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:394 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:397 msgid "" "The repository version of package <em>%h</em> is not compatible, require %s " "but only %s is available." @@ -288,33 +288,33 @@ msgstr "ОбновлениÑ" msgid "Upgrade…" msgstr "Обновление..." -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:572 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:703 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:575 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:706 #: applications/luci-app-opkg/luasrc/view/opkg.htm:131 msgid "Version" msgstr "ВерÑиÑ" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:383 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:401 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:386 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:404 msgid "Version incompatible" msgstr "ВерÑÐ¸Ñ Ð½ÐµÑовмеÑтима" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:738 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:741 msgid "Waiting for the <em>opkg %h</em> command to complete…" msgstr "Ожидание Ð·Ð°Ð²ÐµÑ€ÑˆÐµÐ½Ð¸Ñ Ð²Ñ‹Ð¿Ð¾Ð»Ð½ÐµÐ½Ð¸Ñ ÐºÐ¾Ð¼Ð°Ð½Ð´Ñ‹ <em>opkg %h</em>..." -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:533 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:692 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:536 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:695 #: applications/luci-app-opkg/luasrc/view/opkg.htm:89 msgid "unknown" msgstr "неизвеÑтный" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:531 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:690 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:534 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:693 msgid "~%.1024mB compressed" msgstr "~%.1024mБ Ñжато" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:529 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:688 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:532 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:691 msgid "~%.1024mB installed" msgstr "~%.1024mБ уÑтановлено" diff --git a/applications/luci-app-opkg/po/sk/opkg.po b/applications/luci-app-opkg/po/sk/opkg.po index d83d7ef593..8db8ffdd55 100644 --- a/applications/luci-app-opkg/po/sk/opkg.po +++ b/applications/luci-app-opkg/po/sk/opkg.po @@ -13,7 +13,7 @@ msgstr "" msgid "Actions" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:710 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:713 msgid "Automatically remove unused dependencies" msgstr "" @@ -21,7 +21,7 @@ msgstr "" msgid "Available" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:641 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:644 msgid "" "Below is a listing of the various configuration files used by <em>opkg</em>. " "Use <em>opkg.conf</em> for global settings and <em>customfeeds.conf</em> for " @@ -29,10 +29,10 @@ msgid "" "changed but is usually not preserved by <em>sysupgrade</em>." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:582 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:627 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:656 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:716 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:585 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:630 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:659 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:719 msgid "Cancel" msgstr "" @@ -44,21 +44,21 @@ msgstr "" msgid "Configure opkg…" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:559 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:562 msgid "Dependencies" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:565 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:696 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:568 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:699 #: applications/luci-app-opkg/luasrc/view/opkg.htm:133 msgid "Description" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:570 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:573 msgid "Details for package <em>%h</em>" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:762 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:765 msgid "Dismiss" msgstr "" @@ -70,11 +70,11 @@ msgstr "" msgid "Download and install package" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:748 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:751 msgid "Errors" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:736 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:739 msgid "Executing package manager" msgstr "" @@ -86,18 +86,18 @@ msgstr "" msgid "Free space" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:589 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:605 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:592 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:608 msgid "Install" msgstr "" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:178 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:386 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:389 #: applications/luci-app-opkg/luasrc/view/opkg.htm:116 msgid "Installed" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:611 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:614 msgid "" "Installing packages from untrusted sources is a potential security risk! " "Really attempt to install <em>%h</em>?" @@ -107,19 +107,19 @@ msgstr "" msgid "Install…" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:636 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:639 msgid "Loading configuration data…" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:769 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:772 msgid "Loading package information…" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:621 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:624 msgid "Manually install package" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:374 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:377 msgid "Needs upgrade" msgstr "" @@ -139,11 +139,11 @@ msgstr "" msgid "No packages matching \"<strong>%h</strong>\"." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:406 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:409 msgid "Not available" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:391 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:394 msgid "Not installed" msgstr "" @@ -151,9 +151,9 @@ msgstr "" msgid "OK" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:635 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:667 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:676 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:638 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:670 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:679 msgid "OPKG Configuration" msgstr "" @@ -169,36 +169,36 @@ msgstr "" msgid "Previous page" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:618 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:621 msgid "Really attempt to install <em>%h</em>?" msgstr "" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:157 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:723 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:726 msgid "Remove" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:701 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:704 msgid "Remove package <em>%h</em>" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:555 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:558 msgid "Require approx. %.1024mB size for %d package(s) to install." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:381 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:399 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:384 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:402 msgid "" "Require version %h %h,\n" "installed %h" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:404 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:407 msgid "" "Required dependency package <em>%h</em> is not available in any repository." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:372 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:375 msgid "Requires update to %h %h" msgstr "" @@ -206,16 +206,16 @@ msgstr "" msgid "Reset" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:673 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:676 msgid "Save" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:668 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:671 msgid "Saving configuration data…" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:573 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:704 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:576 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:707 msgid "Size" msgstr "" @@ -228,21 +228,21 @@ msgstr "" msgid "Software" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:753 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:756 msgid "The <em>opkg %h</em> command failed with code <code>%d</code>." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:377 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:380 msgid "" "The installed version of package <em>%h</em> is not compatible, require %s " "while %s is installed." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:614 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:617 msgid "The package <em>%h</em> is not available in any configured repository." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:394 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:397 msgid "" "The repository version of package <em>%h</em> is not compatible, require %s " "but only %s is available." @@ -265,33 +265,33 @@ msgstr "" msgid "Upgrade…" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:572 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:703 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:575 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:706 #: applications/luci-app-opkg/luasrc/view/opkg.htm:131 msgid "Version" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:383 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:401 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:386 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:404 msgid "Version incompatible" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:738 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:741 msgid "Waiting for the <em>opkg %h</em> command to complete…" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:533 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:692 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:536 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:695 #: applications/luci-app-opkg/luasrc/view/opkg.htm:89 msgid "unknown" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:531 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:690 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:534 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:693 msgid "~%.1024mB compressed" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:529 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:688 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:532 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:691 msgid "~%.1024mB installed" msgstr "" diff --git a/applications/luci-app-opkg/po/sv/opkg.po b/applications/luci-app-opkg/po/sv/opkg.po index bff2449406..8c34ebc961 100644 --- a/applications/luci-app-opkg/po/sv/opkg.po +++ b/applications/luci-app-opkg/po/sv/opkg.po @@ -15,7 +15,7 @@ msgstr "" msgid "Actions" msgstr "Ã…tgärder" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:710 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:713 msgid "Automatically remove unused dependencies" msgstr "" @@ -23,7 +23,7 @@ msgstr "" msgid "Available" msgstr "Tillgänglig" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:641 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:644 msgid "" "Below is a listing of the various configuration files used by <em>opkg</em>. " "Use <em>opkg.conf</em> for global settings and <em>customfeeds.conf</em> for " @@ -31,10 +31,10 @@ msgid "" "changed but is usually not preserved by <em>sysupgrade</em>." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:582 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:627 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:656 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:716 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:585 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:630 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:659 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:719 msgid "Cancel" msgstr "Avbryt" @@ -47,21 +47,21 @@ msgstr "" msgid "Configure opkg…" msgstr "Konfiguration" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:559 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:562 msgid "Dependencies" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:565 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:696 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:568 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:699 #: applications/luci-app-opkg/luasrc/view/opkg.htm:133 msgid "Description" msgstr "Beskrivning" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:570 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:573 msgid "Details for package <em>%h</em>" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:762 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:765 msgid "Dismiss" msgstr "" @@ -73,12 +73,12 @@ msgstr "" msgid "Download and install package" msgstr "Ladda ner och installera paket" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:748 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:751 #, fuzzy msgid "Errors" msgstr "Fel" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:736 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:739 msgid "Executing package manager" msgstr "" @@ -90,19 +90,19 @@ msgstr "Filtrera" msgid "Free space" msgstr "Fritt utrymme" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:589 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:605 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:592 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:608 msgid "Install" msgstr "Installera" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:178 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:386 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:389 #: applications/luci-app-opkg/luasrc/view/opkg.htm:116 #, fuzzy msgid "Installed" msgstr "Installera" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:611 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:614 msgid "" "Installing packages from untrusted sources is a potential security risk! " "Really attempt to install <em>%h</em>?" @@ -113,21 +113,21 @@ msgstr "" msgid "Install…" msgstr "Installera" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:636 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:639 #, fuzzy msgid "Loading configuration data…" msgstr "GÃ¥ till relevant konfigurationssida" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:769 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:772 msgid "Loading package information…" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:621 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:624 #, fuzzy msgid "Manually install package" msgstr "Ladda ner och installera paket" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:374 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:377 msgid "Needs upgrade" msgstr "" @@ -148,12 +148,12 @@ msgstr "Hitta paket" msgid "No packages matching \"<strong>%h</strong>\"." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:406 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:409 #, fuzzy msgid "Not available" msgstr "Totalt tillgängligt" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:391 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:394 #, fuzzy msgid "Not installed" msgstr "Inte ansluten" @@ -162,9 +162,9 @@ msgstr "Inte ansluten" msgid "OK" msgstr "OK" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:635 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:667 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:676 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:638 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:670 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:679 #, fuzzy msgid "OPKG Configuration" msgstr "Konfiguration" @@ -182,36 +182,36 @@ msgstr "Paketnamn" msgid "Previous page" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:618 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:621 msgid "Really attempt to install <em>%h</em>?" msgstr "" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:157 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:723 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:726 msgid "Remove" msgstr "Ta bort" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:701 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:704 msgid "Remove package <em>%h</em>" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:555 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:558 msgid "Require approx. %.1024mB size for %d package(s) to install." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:381 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:399 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:384 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:402 msgid "" "Require version %h %h,\n" "installed %h" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:404 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:407 msgid "" "Required dependency package <em>%h</em> is not available in any repository." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:372 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:375 msgid "Requires update to %h %h" msgstr "" @@ -219,17 +219,17 @@ msgstr "" msgid "Reset" msgstr "Ã…terställ" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:673 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:676 msgid "Save" msgstr "Spara" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:668 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:671 #, fuzzy msgid "Saving configuration data…" msgstr "Enhetskonfiguration" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:573 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:704 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:576 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:707 msgid "Size" msgstr "Storlek" @@ -242,21 +242,21 @@ msgstr "Storlek (.ipk)" msgid "Software" msgstr "Mjukvara" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:753 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:756 msgid "The <em>opkg %h</em> command failed with code <code>%d</code>." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:377 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:380 msgid "" "The installed version of package <em>%h</em> is not compatible, require %s " "while %s is installed." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:614 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:617 msgid "The package <em>%h</em> is not available in any configured repository." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:394 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:397 msgid "" "The repository version of package <em>%h</em> is not compatible, require %s " "but only %s is available." @@ -281,34 +281,34 @@ msgstr "Uppdatera listor" msgid "Upgrade…" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:572 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:703 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:575 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:706 #: applications/luci-app-opkg/luasrc/view/opkg.htm:131 msgid "Version" msgstr "Version" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:383 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:401 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:386 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:404 msgid "Version incompatible" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:738 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:741 #, fuzzy msgid "Waiting for the <em>opkg %h</em> command to complete…" msgstr "Väntar pÃ¥ att kommandot ska avsluta..." -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:533 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:692 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:536 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:695 #: applications/luci-app-opkg/luasrc/view/opkg.htm:89 msgid "unknown" msgstr "okänd" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:531 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:690 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:534 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:693 msgid "~%.1024mB compressed" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:529 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:688 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:532 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:691 msgid "~%.1024mB installed" msgstr "" diff --git a/applications/luci-app-opkg/po/templates/opkg.pot b/applications/luci-app-opkg/po/templates/opkg.pot index 155e306fdd..37f5154b5d 100644 --- a/applications/luci-app-opkg/po/templates/opkg.pot +++ b/applications/luci-app-opkg/po/templates/opkg.pot @@ -5,7 +5,7 @@ msgstr "Content-Type: text/plain; charset=UTF-8" msgid "Actions" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:710 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:713 msgid "Automatically remove unused dependencies" msgstr "" @@ -13,7 +13,7 @@ msgstr "" msgid "Available" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:641 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:644 msgid "" "Below is a listing of the various configuration files used by <em>opkg</em>. " "Use <em>opkg.conf</em> for global settings and <em>customfeeds.conf</em> for " @@ -21,10 +21,10 @@ msgid "" "changed but is usually not preserved by <em>sysupgrade</em>." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:582 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:627 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:656 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:716 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:585 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:630 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:659 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:719 msgid "Cancel" msgstr "" @@ -36,21 +36,21 @@ msgstr "" msgid "Configure opkg…" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:559 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:562 msgid "Dependencies" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:565 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:696 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:568 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:699 #: applications/luci-app-opkg/luasrc/view/opkg.htm:133 msgid "Description" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:570 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:573 msgid "Details for package <em>%h</em>" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:762 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:765 msgid "Dismiss" msgstr "" @@ -62,11 +62,11 @@ msgstr "" msgid "Download and install package" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:748 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:751 msgid "Errors" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:736 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:739 msgid "Executing package manager" msgstr "" @@ -78,18 +78,18 @@ msgstr "" msgid "Free space" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:589 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:605 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:592 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:608 msgid "Install" msgstr "" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:178 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:386 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:389 #: applications/luci-app-opkg/luasrc/view/opkg.htm:116 msgid "Installed" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:611 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:614 msgid "" "Installing packages from untrusted sources is a potential security risk! " "Really attempt to install <em>%h</em>?" @@ -99,19 +99,19 @@ msgstr "" msgid "Install…" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:636 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:639 msgid "Loading configuration data…" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:769 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:772 msgid "Loading package information…" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:621 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:624 msgid "Manually install package" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:374 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:377 msgid "Needs upgrade" msgstr "" @@ -131,11 +131,11 @@ msgstr "" msgid "No packages matching \"<strong>%h</strong>\"." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:406 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:409 msgid "Not available" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:391 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:394 msgid "Not installed" msgstr "" @@ -143,9 +143,9 @@ msgstr "" msgid "OK" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:635 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:667 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:676 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:638 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:670 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:679 msgid "OPKG Configuration" msgstr "" @@ -161,36 +161,36 @@ msgstr "" msgid "Previous page" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:618 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:621 msgid "Really attempt to install <em>%h</em>?" msgstr "" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:157 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:723 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:726 msgid "Remove" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:701 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:704 msgid "Remove package <em>%h</em>" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:555 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:558 msgid "Require approx. %.1024mB size for %d package(s) to install." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:381 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:399 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:384 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:402 msgid "" "Require version %h %h,\n" "installed %h" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:404 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:407 msgid "" "Required dependency package <em>%h</em> is not available in any repository." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:372 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:375 msgid "Requires update to %h %h" msgstr "" @@ -198,16 +198,16 @@ msgstr "" msgid "Reset" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:673 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:676 msgid "Save" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:668 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:671 msgid "Saving configuration data…" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:573 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:704 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:576 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:707 msgid "Size" msgstr "" @@ -220,21 +220,21 @@ msgstr "" msgid "Software" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:753 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:756 msgid "The <em>opkg %h</em> command failed with code <code>%d</code>." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:377 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:380 msgid "" "The installed version of package <em>%h</em> is not compatible, require %s " "while %s is installed." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:614 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:617 msgid "The package <em>%h</em> is not available in any configured repository." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:394 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:397 msgid "" "The repository version of package <em>%h</em> is not compatible, require %s " "but only %s is available." @@ -257,33 +257,33 @@ msgstr "" msgid "Upgrade…" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:572 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:703 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:575 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:706 #: applications/luci-app-opkg/luasrc/view/opkg.htm:131 msgid "Version" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:383 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:401 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:386 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:404 msgid "Version incompatible" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:738 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:741 msgid "Waiting for the <em>opkg %h</em> command to complete…" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:533 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:692 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:536 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:695 #: applications/luci-app-opkg/luasrc/view/opkg.htm:89 msgid "unknown" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:531 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:690 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:534 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:693 msgid "~%.1024mB compressed" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:529 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:688 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:532 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:691 msgid "~%.1024mB installed" msgstr "" diff --git a/applications/luci-app-opkg/po/tr/opkg.po b/applications/luci-app-opkg/po/tr/opkg.po index 8ad039447b..ce0142e832 100644 --- a/applications/luci-app-opkg/po/tr/opkg.po +++ b/applications/luci-app-opkg/po/tr/opkg.po @@ -16,7 +16,7 @@ msgstr "" msgid "Actions" msgstr "Eylemler" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:710 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:713 msgid "Automatically remove unused dependencies" msgstr "" @@ -24,7 +24,7 @@ msgstr "" msgid "Available" msgstr "Kullanılabilir" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:641 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:644 msgid "" "Below is a listing of the various configuration files used by <em>opkg</em>. " "Use <em>opkg.conf</em> for global settings and <em>customfeeds.conf</em> for " @@ -32,10 +32,10 @@ msgid "" "changed but is usually not preserved by <em>sysupgrade</em>." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:582 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:627 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:656 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:716 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:585 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:630 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:659 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:719 msgid "Cancel" msgstr "Vazgeç" @@ -47,21 +47,21 @@ msgstr "" msgid "Configure opkg…" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:559 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:562 msgid "Dependencies" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:565 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:696 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:568 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:699 #: applications/luci-app-opkg/luasrc/view/opkg.htm:133 msgid "Description" msgstr "Açıklama" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:570 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:573 msgid "Details for package <em>%h</em>" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:762 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:765 msgid "Dismiss" msgstr "Reddet" @@ -73,11 +73,11 @@ msgstr "" msgid "Download and install package" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:748 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:751 msgid "Errors" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:736 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:739 msgid "Executing package manager" msgstr "" @@ -89,18 +89,18 @@ msgstr "" msgid "Free space" msgstr "BoÅŸ alan" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:589 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:605 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:592 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:608 msgid "Install" msgstr "" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:178 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:386 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:389 #: applications/luci-app-opkg/luasrc/view/opkg.htm:116 msgid "Installed" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:611 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:614 msgid "" "Installing packages from untrusted sources is a potential security risk! " "Really attempt to install <em>%h</em>?" @@ -110,20 +110,20 @@ msgstr "" msgid "Install…" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:636 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:639 #, fuzzy msgid "Loading configuration data…" msgstr "Yapılandırmaya dön" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:769 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:772 msgid "Loading package information…" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:621 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:624 msgid "Manually install package" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:374 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:377 msgid "Needs upgrade" msgstr "" @@ -144,12 +144,12 @@ msgstr "Kullanılabilir Paketler" msgid "No packages matching \"<strong>%h</strong>\"." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:406 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:409 #, fuzzy msgid "Not available" msgstr "Toplam Mevcut" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:391 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:394 msgid "Not installed" msgstr "" @@ -157,9 +157,9 @@ msgstr "" msgid "OK" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:635 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:667 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:676 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:638 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:670 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:679 #, fuzzy msgid "OPKG Configuration" msgstr "Cihaz Yapılandırması" @@ -176,36 +176,36 @@ msgstr "" msgid "Previous page" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:618 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:621 msgid "Really attempt to install <em>%h</em>?" msgstr "" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:157 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:723 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:726 msgid "Remove" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:701 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:704 msgid "Remove package <em>%h</em>" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:555 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:558 msgid "Require approx. %.1024mB size for %d package(s) to install." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:381 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:399 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:384 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:402 msgid "" "Require version %h %h,\n" "installed %h" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:404 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:407 msgid "" "Required dependency package <em>%h</em> is not available in any repository." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:372 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:375 msgid "Requires update to %h %h" msgstr "" @@ -213,17 +213,17 @@ msgstr "" msgid "Reset" msgstr "Sıfırla" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:673 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:676 msgid "Save" msgstr "Kaydet" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:668 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:671 #, fuzzy msgid "Saving configuration data…" msgstr "Cihaz Yapılandırması" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:573 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:704 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:576 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:707 msgid "Size" msgstr "Boyut" @@ -236,21 +236,21 @@ msgstr "Boyut (.ipk)" msgid "Software" msgstr "Yazılım" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:753 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:756 msgid "The <em>opkg %h</em> command failed with code <code>%d</code>." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:377 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:380 msgid "" "The installed version of package <em>%h</em> is not compatible, require %s " "while %s is installed." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:614 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:617 msgid "The package <em>%h</em> is not available in any configured repository." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:394 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:397 msgid "" "The repository version of package <em>%h</em> is not compatible, require %s " "but only %s is available." @@ -273,33 +273,33 @@ msgstr "" msgid "Upgrade…" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:572 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:703 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:575 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:706 #: applications/luci-app-opkg/luasrc/view/opkg.htm:131 msgid "Version" msgstr "Versiyon" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:383 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:401 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:386 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:404 msgid "Version incompatible" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:738 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:741 msgid "Waiting for the <em>opkg %h</em> command to complete…" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:533 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:692 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:536 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:695 #: applications/luci-app-opkg/luasrc/view/opkg.htm:89 msgid "unknown" msgstr "bilinmeyen" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:531 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:690 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:534 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:693 msgid "~%.1024mB compressed" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:529 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:688 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:532 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:691 msgid "~%.1024mB installed" msgstr "" diff --git a/applications/luci-app-opkg/po/uk/opkg.po b/applications/luci-app-opkg/po/uk/opkg.po index 63f5457fb4..1345838a8f 100644 --- a/applications/luci-app-opkg/po/uk/opkg.po +++ b/applications/luci-app-opkg/po/uk/opkg.po @@ -13,7 +13,7 @@ msgstr "" msgid "Actions" msgstr "Дії" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:710 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:713 msgid "Automatically remove unused dependencies" msgstr "Ðвтоматичне Ð²Ð¸Ð´Ð°Ð»ÐµÐ½Ð½Ñ Ð½ÐµÐ²Ð¸ÐºÐ¾Ñ€Ð¸Ñтовуваних залежноÑтей" @@ -21,7 +21,7 @@ msgstr "Ðвтоматичне Ð²Ð¸Ð´Ð°Ð»ÐµÐ½Ð½Ñ Ð½ÐµÐ²Ð¸ÐºÐ¾Ñ€Ð¸Ñтовува msgid "Available" msgstr "ДоÑтупно" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:641 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:644 msgid "" "Below is a listing of the various configuration files used by <em>opkg</em>. " "Use <em>opkg.conf</em> for global settings and <em>customfeeds.conf</em> for " @@ -34,10 +34,10 @@ msgstr "" "інших файлах може бути змінено, але вона зазвичай не зберігаєтьÑÑ Ð¿Ñ€Ð¸ " "<em>оновленні ÑиÑтеми</em>." -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:582 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:627 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:656 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:716 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:585 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:630 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:659 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:719 msgid "Cancel" msgstr "СкаÑувати" @@ -49,21 +49,21 @@ msgstr "ОчиÑтити" msgid "Configure opkg…" msgstr "ÐÐ°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ opkg…" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:559 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:562 msgid "Dependencies" msgstr "ЗалежноÑÑ‚Ñ–" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:565 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:696 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:568 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:699 #: applications/luci-app-opkg/luasrc/view/opkg.htm:133 msgid "Description" msgstr "ОпиÑ" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:570 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:573 msgid "Details for package <em>%h</em>" msgstr "Подробиці про пакет <em>%h</em>" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:762 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:765 msgid "Dismiss" msgstr "Відхилити" @@ -75,11 +75,11 @@ msgstr "ВідображаєтьÑÑ %d-%d із %d" msgid "Download and install package" msgstr "Завантажити та інÑталювати пакети" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:748 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:751 msgid "Errors" msgstr "Помилки" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:736 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:739 msgid "Executing package manager" msgstr "Ð’Ð¸ÐºÐ¾Ð½Ð°Ð½Ð½Ñ Ð¼ÐµÐ½ÐµÐ´Ð¶ÐµÑ€Ð° пакетів" @@ -91,18 +91,18 @@ msgstr "Фільтр" msgid "Free space" msgstr "Вільне міÑце" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:589 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:605 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:592 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:608 msgid "Install" msgstr "ІнÑталювати" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:178 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:386 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:389 #: applications/luci-app-opkg/luasrc/view/opkg.htm:116 msgid "Installed" msgstr "ІнÑтальовано" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:611 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:614 msgid "" "Installing packages from untrusted sources is a potential security risk! " "Really attempt to install <em>%h</em>?" @@ -114,19 +114,19 @@ msgstr "" msgid "Install…" msgstr "ІнÑталювати…" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:636 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:639 msgid "Loading configuration data…" msgstr "Ð—Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ Ð´Ð°Ð½Ð¸Ñ… конфігурації…" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:769 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:772 msgid "Loading package information…" msgstr "Ð—Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ Ñ–Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ñ–Ñ— про пакети…" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:621 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:624 msgid "Manually install package" msgstr "ІнÑталÑÑ†Ñ–Ñ Ð¿Ð°ÐºÐµÑ‚Ð° вручну" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:374 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:377 msgid "Needs upgrade" msgstr "Потребує оновленнÑ" @@ -146,11 +146,11 @@ msgstr "Ðемає пакетів" msgid "No packages matching \"<strong>%h</strong>\"." msgstr "Ðемає пакетів, що відповідають \"<strong>%h</strong>\"." -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:406 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:409 msgid "Not available" msgstr "ÐедоÑтупно" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:391 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:394 msgid "Not installed" msgstr "Ðе інÑтальовано" @@ -158,9 +158,9 @@ msgstr "Ðе інÑтальовано" msgid "OK" msgstr "OK" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:635 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:667 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:676 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:638 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:670 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:679 msgid "OPKG Configuration" msgstr "ÐšÐ¾Ð½Ñ„Ñ–Ð³ÑƒÑ€Ð°Ñ†Ñ–Ñ OPKG" @@ -176,25 +176,25 @@ msgstr "Ðазва пакета чи URL-адреÑа…" msgid "Previous page" msgstr "ÐŸÐ¾Ð¿ÐµÑ€ÐµÐ´Ð½Ñ Ñторінка" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:618 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:621 msgid "Really attempt to install <em>%h</em>?" msgstr "ДійÑно Ñпробувати інÑталювати <em>%h</em>?" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:157 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:723 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:726 msgid "Remove" msgstr "Видалити" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:701 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:704 msgid "Remove package <em>%h</em>" msgstr "Видалити пакет <em>%h</em>" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:555 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:558 msgid "Require approx. %.1024mB size for %d package(s) to install." msgstr "Потрібно приблизно %.1024mB Ð´Ð»Ñ Ñ–Ð½ÑталÑції %d пакетів." -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:381 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:399 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:384 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:402 msgid "" "Require version %h %h,\n" "installed %h" @@ -202,14 +202,14 @@ msgstr "" "Потрібна верÑÑ–Ñ %h %h,\n" "інÑтальовано %h" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:404 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:407 msgid "" "Required dependency package <em>%h</em> is not available in any repository." msgstr "" "Ðеобхідний за залежніÑÑ‚ÑŽ пакет <em>%h</em> не доÑтупний ні в одному " "репозиторії." -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:372 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:375 msgid "Requires update to %h %h" msgstr "Потрібно оновити до %h %h" @@ -217,16 +217,16 @@ msgstr "Потрібно оновити до %h %h" msgid "Reset" msgstr "Скинути" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:673 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:676 msgid "Save" msgstr "Зберегти" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:668 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:671 msgid "Saving configuration data…" msgstr "Ð—Ð±ÐµÑ€ÐµÐ¶ÐµÐ½Ð½Ñ Ð´Ð°Ð½Ð¸Ñ… конфігурації…" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:573 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:704 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:576 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:707 msgid "Size" msgstr "Розмір" @@ -239,11 +239,11 @@ msgstr "Розмір (.ipk)" msgid "Software" msgstr "Програмне забезпеченнÑ" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:753 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:756 msgid "The <em>opkg %h</em> command failed with code <code>%d</code>." msgstr "Помилка Ð²Ð¸ÐºÐ¾Ð½Ð°Ð½Ð½Ñ ÐºÐ¾Ð¼Ð°Ð½Ð´Ð¸ <em>opkg %h</em> з кодом <code>%d</code>." -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:377 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:380 msgid "" "The installed version of package <em>%h</em> is not compatible, require %s " "while %s is installed." @@ -251,12 +251,12 @@ msgstr "" "ІнÑтальована верÑÑ–Ñ Ð¿Ð°ÐºÐµÑ‚Ð° <em>%h</em> неÑуміÑна, потрібно %s, а " "інÑтальовано %s." -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:614 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:617 msgid "The package <em>%h</em> is not available in any configured repository." msgstr "" "Пакет <em>%h</em> не доÑтупний ні в одному Ñконфігурованому репозиторії." -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:394 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:397 msgid "" "The repository version of package <em>%h</em> is not compatible, require %s " "but only %s is available." @@ -281,33 +281,33 @@ msgstr "ОновленнÑ" msgid "Upgrade…" msgstr "ОновленнÑ…" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:572 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:703 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:575 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:706 #: applications/luci-app-opkg/luasrc/view/opkg.htm:131 msgid "Version" msgstr "ВерÑÑ–Ñ" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:383 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:401 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:386 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:404 msgid "Version incompatible" msgstr "ÐеÑуміÑна верÑÑ–Ñ" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:738 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:741 msgid "Waiting for the <em>opkg %h</em> command to complete…" msgstr "Очікуємо Ð·Ð°Ð²ÐµÑ€ÑˆÐµÐ½Ð½Ñ Ð²Ð¸ÐºÐ¾Ð½Ð°Ð½Ð½Ñ ÐºÐ¾Ð¼Ð°Ð½Ð´Ð¸ <em>opkg %h</em> …" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:533 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:692 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:536 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:695 #: applications/luci-app-opkg/luasrc/view/opkg.htm:89 msgid "unknown" msgstr "невідомий" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:531 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:690 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:534 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:693 msgid "~%.1024mB compressed" msgstr "~%.1024mB ÑтиÑнуто" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:529 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:688 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:532 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:691 msgid "~%.1024mB installed" msgstr "~%.1024mB інÑтальовано" diff --git a/applications/luci-app-opkg/po/vi/opkg.po b/applications/luci-app-opkg/po/vi/opkg.po index 42d631a973..f98b0f146d 100644 --- a/applications/luci-app-opkg/po/vi/opkg.po +++ b/applications/luci-app-opkg/po/vi/opkg.po @@ -16,7 +16,7 @@ msgstr "" msgid "Actions" msgstr "Hà nh Ä‘á»™ng" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:710 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:713 msgid "Automatically remove unused dependencies" msgstr "" @@ -24,7 +24,7 @@ msgstr "" msgid "Available" msgstr "Sẵn có" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:641 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:644 msgid "" "Below is a listing of the various configuration files used by <em>opkg</em>. " "Use <em>opkg.conf</em> for global settings and <em>customfeeds.conf</em> for " @@ -32,10 +32,10 @@ msgid "" "changed but is usually not preserved by <em>sysupgrade</em>." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:582 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:627 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:656 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:716 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:585 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:630 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:659 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:719 msgid "Cancel" msgstr "Bá» qua" @@ -48,21 +48,21 @@ msgstr "" msgid "Configure opkg…" msgstr "Cấu hình" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:559 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:562 msgid "Dependencies" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:565 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:696 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:568 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:699 #: applications/luci-app-opkg/luasrc/view/opkg.htm:133 msgid "Description" msgstr "Mô tả" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:570 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:573 msgid "Details for package <em>%h</em>" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:762 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:765 msgid "Dismiss" msgstr "" @@ -74,12 +74,12 @@ msgstr "" msgid "Download and install package" msgstr "Tải và cà i đặt gói" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:748 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:751 #, fuzzy msgid "Errors" msgstr "Lá»—i" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:736 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:739 msgid "Executing package manager" msgstr "" @@ -91,19 +91,19 @@ msgstr "Lá»c" msgid "Free space" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:589 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:605 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:592 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:608 msgid "Install" msgstr "Cà i đặt " #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:178 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:386 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:389 #: applications/luci-app-opkg/luasrc/view/opkg.htm:116 #, fuzzy msgid "Installed" msgstr "Cà i đặt " -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:611 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:614 msgid "" "Installing packages from untrusted sources is a potential security risk! " "Really attempt to install <em>%h</em>?" @@ -114,21 +114,21 @@ msgstr "" msgid "Install…" msgstr "Cà i đặt " -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:636 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:639 #, fuzzy msgid "Loading configuration data…" msgstr "Äi tá»›i trang cấu hình thÃch hợp" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:769 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:772 msgid "Loading package information…" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:621 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:624 #, fuzzy msgid "Manually install package" msgstr "Tải và cà i đặt gói" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:374 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:377 msgid "Needs upgrade" msgstr "" @@ -149,12 +149,12 @@ msgstr "Tìm gói" msgid "No packages matching \"<strong>%h</strong>\"." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:406 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:409 #, fuzzy msgid "Not available" msgstr "(%s available)" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:391 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:394 #, fuzzy msgid "Not installed" msgstr "Cà i đặt " @@ -163,9 +163,9 @@ msgstr "Cà i đặt " msgid "OK" msgstr "OK " -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:635 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:667 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:676 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:638 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:670 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:679 #, fuzzy msgid "OPKG Configuration" msgstr "Cấu hình OPKG-" @@ -183,36 +183,36 @@ msgstr "Tên gói" msgid "Previous page" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:618 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:621 msgid "Really attempt to install <em>%h</em>?" msgstr "" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:157 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:723 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:726 msgid "Remove" msgstr "Loại bá»" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:701 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:704 msgid "Remove package <em>%h</em>" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:555 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:558 msgid "Require approx. %.1024mB size for %d package(s) to install." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:381 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:399 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:384 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:402 msgid "" "Require version %h %h,\n" "installed %h" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:404 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:407 msgid "" "Required dependency package <em>%h</em> is not available in any repository." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:372 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:375 msgid "Requires update to %h %h" msgstr "" @@ -220,16 +220,16 @@ msgstr "" msgid "Reset" msgstr "Reset" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:673 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:676 msgid "Save" msgstr "LÆ°u" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:668 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:671 msgid "Saving configuration data…" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:573 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:704 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:576 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:707 msgid "Size" msgstr "Dung lượng " @@ -242,21 +242,21 @@ msgstr "" msgid "Software" msgstr "Phần má»m" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:753 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:756 msgid "The <em>opkg %h</em> command failed with code <code>%d</code>." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:377 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:380 msgid "" "The installed version of package <em>%h</em> is not compatible, require %s " "while %s is installed." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:614 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:617 msgid "The package <em>%h</em> is not available in any configured repository." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:394 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:397 msgid "" "The repository version of package <em>%h</em> is not compatible, require %s " "but only %s is available." @@ -279,33 +279,33 @@ msgstr "" msgid "Upgrade…" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:572 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:703 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:575 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:706 #: applications/luci-app-opkg/luasrc/view/opkg.htm:131 msgid "Version" msgstr "Phiên bản" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:383 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:401 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:386 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:404 msgid "Version incompatible" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:738 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:741 msgid "Waiting for the <em>opkg %h</em> command to complete…" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:533 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:692 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:536 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:695 #: applications/luci-app-opkg/luasrc/view/opkg.htm:89 msgid "unknown" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:531 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:690 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:534 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:693 msgid "~%.1024mB compressed" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:529 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:688 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:532 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:691 msgid "~%.1024mB installed" msgstr "" diff --git a/applications/luci-app-opkg/po/zh-cn/opkg.po b/applications/luci-app-opkg/po/zh-cn/opkg.po index 2139eeb931..012da09261 100644 --- a/applications/luci-app-opkg/po/zh-cn/opkg.po +++ b/applications/luci-app-opkg/po/zh-cn/opkg.po @@ -17,7 +17,7 @@ msgstr "" msgid "Actions" msgstr "动作" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:710 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:713 msgid "Automatically remove unused dependencies" msgstr "自动移除未使用的ä¾èµ–" @@ -25,7 +25,7 @@ msgstr "自动移除未使用的ä¾èµ–" msgid "Available" msgstr "å¯ç”¨" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:641 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:644 msgid "" "Below is a listing of the various configuration files used by <em>opkg</em>. " "Use <em>opkg.conf</em> for global settings and <em>customfeeds.conf</em> for " @@ -36,10 +36,10 @@ msgstr "" "置,<em>customfeeds.conf</em> 用于æ述自定义仓库。其他é…置文件的å˜æ›´åœ¨ç³»ç»Ÿå‡" "级时默认ä¸è¢«ä¿ç•™ã€‚" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:582 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:627 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:656 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:716 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:585 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:630 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:659 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:719 msgid "Cancel" msgstr "å–消" @@ -51,21 +51,21 @@ msgstr "清除" msgid "Configure opkg…" msgstr "é…ç½® opkg…" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:559 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:562 msgid "Dependencies" msgstr "ä¾èµ–" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:565 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:696 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:568 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:699 #: applications/luci-app-opkg/luasrc/view/opkg.htm:133 msgid "Description" msgstr "æè¿°" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:570 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:573 msgid "Details for package <em>%h</em>" msgstr "软件包 <em>%h</em> 详情" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:762 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:765 msgid "Dismiss" msgstr "解除" @@ -77,11 +77,11 @@ msgstr "æ£åœ¨æ˜¾ç¤º %d-%d,共 %d" msgid "Download and install package" msgstr "下载并安装软件包" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:748 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:751 msgid "Errors" msgstr "错误" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:736 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:739 msgid "Executing package manager" msgstr "æ£åœ¨æ‰§è¡Œè½¯ä»¶åŒ…管ç†å™¨" @@ -93,18 +93,18 @@ msgstr "过滤器" msgid "Free space" msgstr "空闲空间" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:589 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:605 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:592 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:608 msgid "Install" msgstr "安装" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:178 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:386 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:389 #: applications/luci-app-opkg/luasrc/view/opkg.htm:116 msgid "Installed" msgstr "已安装" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:611 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:614 msgid "" "Installing packages from untrusted sources is a potential security risk! " "Really attempt to install <em>%h</em>?" @@ -114,19 +114,19 @@ msgstr "从未信任的æºå®‰è£…软件包有潜在的安全éšæ‚£ï¼æ‚¨ç¡®å®šè¦ msgid "Install…" msgstr "安装…" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:636 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:639 msgid "Loading configuration data…" msgstr "载入é…置数æ®â€¦" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:769 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:772 msgid "Loading package information…" msgstr "载入软件包信æ¯â€¦" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:621 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:624 msgid "Manually install package" msgstr "手动安装软件包" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:374 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:377 msgid "Needs upgrade" msgstr "需è¦å‡çº§" @@ -146,11 +146,11 @@ msgstr "没有软件包" msgid "No packages matching \"<strong>%h</strong>\"." msgstr "没有匹é…“<strong>%h</strong>â€çš„软件包。" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:406 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:409 msgid "Not available" msgstr "ä¸å¯ç”¨" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:391 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:394 msgid "Not installed" msgstr "未安装" @@ -158,9 +158,9 @@ msgstr "未安装" msgid "OK" msgstr "确认" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:635 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:667 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:676 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:638 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:670 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:679 msgid "OPKG Configuration" msgstr "OPKG é…ç½®" @@ -176,25 +176,25 @@ msgstr "软件包å称或 URL…" msgid "Previous page" msgstr "上一页" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:618 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:621 msgid "Really attempt to install <em>%h</em>?" msgstr "真的è¦å®‰è£… <em>%h</em> å—?" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:157 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:723 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:726 msgid "Remove" msgstr "移除" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:701 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:704 msgid "Remove package <em>%h</em>" msgstr "移除软件包 <em>%h</em>" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:555 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:558 msgid "Require approx. %.1024mB size for %d package(s) to install." msgstr "需è¦å¤§çº¦ %.1024mB 空间æ¥å®‰è£… %d 个软件包。" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:381 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:399 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:384 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:402 msgid "" "Require version %h %h,\n" "installed %h" @@ -202,12 +202,12 @@ msgstr "" "è¦æ±‚ %h %h 版本,\n" "已安装 %h" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:404 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:407 msgid "" "Required dependency package <em>%h</em> is not available in any repository." msgstr "ä¾èµ–的软件包 <em>%h</em> 在所有仓库都未æ供。" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:372 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:375 msgid "Requires update to %h %h" msgstr "需è¦æ›´æ–°åˆ° %h %h" @@ -215,16 +215,16 @@ msgstr "需è¦æ›´æ–°åˆ° %h %h" msgid "Reset" msgstr "å¤ä½" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:673 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:676 msgid "Save" msgstr "ä¿å˜" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:668 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:671 msgid "Saving configuration data…" msgstr "æ£åœ¨ä¿å˜é…置数æ®â€¦" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:573 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:704 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:576 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:707 msgid "Size" msgstr "大å°" @@ -237,21 +237,21 @@ msgstr "大å°ï¼ˆ.ipk)" msgid "Software" msgstr "软件包" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:753 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:756 msgid "The <em>opkg %h</em> command failed with code <code>%d</code>." msgstr "<em>opkg %h</em> 命令失败,代ç <code>%d</code>。" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:377 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:380 msgid "" "The installed version of package <em>%h</em> is not compatible, require %s " "while %s is installed." msgstr "已安装的软件包 <em>%h</em> 版本ä¸å…¼å®¹ï¼Œè¦æ±‚ %s 而 %s 已安装。" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:614 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:617 msgid "The package <em>%h</em> is not available in any configured repository." msgstr "软件包 <em>%h</em> 在所有已é…置的仓库ä¸éƒ½ä¸å˜åœ¨ã€‚" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:394 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:397 msgid "" "The repository version of package <em>%h</em> is not compatible, require %s " "but only %s is available." @@ -274,33 +274,33 @@ msgstr "æ›´æ–°" msgid "Upgrade…" msgstr "å‡çº§â€¦" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:572 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:703 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:575 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:706 #: applications/luci-app-opkg/luasrc/view/opkg.htm:131 msgid "Version" msgstr "版本" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:383 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:401 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:386 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:404 msgid "Version incompatible" msgstr "版本ä¸å…¼å®¹" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:738 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:741 msgid "Waiting for the <em>opkg %h</em> command to complete…" msgstr "ç‰å¾…命令 <em>opkg %h</em> 执行完æˆâ€¦" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:533 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:692 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:536 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:695 #: applications/luci-app-opkg/luasrc/view/opkg.htm:89 msgid "unknown" msgstr "未知" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:531 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:690 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:534 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:693 msgid "~%.1024mB compressed" msgstr "~%.1024mB 已压缩" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:529 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:688 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:532 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:691 msgid "~%.1024mB installed" msgstr "~%.1024mB 已安装" diff --git a/applications/luci-app-opkg/po/zh-tw/opkg.po b/applications/luci-app-opkg/po/zh-tw/opkg.po index bd9a90bc2a..320e186e81 100644 --- a/applications/luci-app-opkg/po/zh-tw/opkg.po +++ b/applications/luci-app-opkg/po/zh-tw/opkg.po @@ -15,7 +15,7 @@ msgstr "" msgid "Actions" msgstr "動作" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:710 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:713 msgid "Automatically remove unused dependencies" msgstr "" @@ -23,7 +23,7 @@ msgstr "" msgid "Available" msgstr "å¯ç”¨" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:641 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:644 msgid "" "Below is a listing of the various configuration files used by <em>opkg</em>. " "Use <em>opkg.conf</em> for global settings and <em>customfeeds.conf</em> for " @@ -31,10 +31,10 @@ msgid "" "changed but is usually not preserved by <em>sysupgrade</em>." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:582 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:627 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:656 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:716 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:585 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:630 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:659 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:719 msgid "Cancel" msgstr "å–消" @@ -47,21 +47,21 @@ msgstr "" msgid "Configure opkg…" msgstr "è¨å®š" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:559 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:562 msgid "Dependencies" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:565 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:696 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:568 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:699 #: applications/luci-app-opkg/luasrc/view/opkg.htm:133 msgid "Description" msgstr "æè¿°" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:570 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:573 msgid "Details for package <em>%h</em>" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:762 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:765 msgid "Dismiss" msgstr "" @@ -73,12 +73,12 @@ msgstr "" msgid "Download and install package" msgstr "下載並安è£è»Ÿé«”包" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:748 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:751 #, fuzzy msgid "Errors" msgstr "錯誤" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:736 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:739 msgid "Executing package manager" msgstr "" @@ -90,19 +90,19 @@ msgstr "éŽæ¿¾å™¨" msgid "Free space" msgstr "剩餘空間" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:589 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:605 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:592 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:608 msgid "Install" msgstr "安è£" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:178 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:386 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:389 #: applications/luci-app-opkg/luasrc/view/opkg.htm:116 #, fuzzy msgid "Installed" msgstr "安è£" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:611 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:614 msgid "" "Installing packages from untrusted sources is a potential security risk! " "Really attempt to install <em>%h</em>?" @@ -113,21 +113,21 @@ msgstr "" msgid "Install…" msgstr "安è£" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:636 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:639 #, fuzzy msgid "Loading configuration data…" msgstr "到相應è¨å®šé " -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:769 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:772 msgid "Loading package information…" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:621 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:624 #, fuzzy msgid "Manually install package" msgstr "下載並安è£è»Ÿé«”包" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:374 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:377 msgid "Needs upgrade" msgstr "" @@ -148,12 +148,12 @@ msgstr "æœå°‹è»Ÿé«”包" msgid "No packages matching \"<strong>%h</strong>\"." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:406 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:409 #, fuzzy msgid "Not available" msgstr "全部å¯ç”¨" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:391 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:394 #, fuzzy msgid "Not installed" msgstr "尚未連線" @@ -162,9 +162,9 @@ msgstr "尚未連線" msgid "OK" msgstr "è¡Œ" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:635 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:667 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:676 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:638 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:670 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:679 #, fuzzy msgid "OPKG Configuration" msgstr "OPKG-è¨å®šå€¼" @@ -182,36 +182,36 @@ msgstr "軟體包å稱" msgid "Previous page" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:618 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:621 msgid "Really attempt to install <em>%h</em>?" msgstr "" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:157 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:723 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:726 msgid "Remove" msgstr "移除" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:701 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:704 msgid "Remove package <em>%h</em>" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:555 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:558 msgid "Require approx. %.1024mB size for %d package(s) to install." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:381 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:399 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:384 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:402 msgid "" "Require version %h %h,\n" "installed %h" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:404 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:407 msgid "" "Required dependency package <em>%h</em> is not available in any repository." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:372 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:375 msgid "Requires update to %h %h" msgstr "" @@ -219,17 +219,17 @@ msgstr "" msgid "Reset" msgstr "é‡ç½®" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:673 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:676 msgid "Save" msgstr "ä¿å˜" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:668 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:671 #, fuzzy msgid "Saving configuration data…" msgstr "è¨å®šè¨å‚™" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:573 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:704 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:576 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:707 msgid "Size" msgstr "大å°" @@ -242,21 +242,21 @@ msgstr "" msgid "Software" msgstr "軟體" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:753 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:756 msgid "The <em>opkg %h</em> command failed with code <code>%d</code>." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:377 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:380 msgid "" "The installed version of package <em>%h</em> is not compatible, require %s " "while %s is installed." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:614 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:617 msgid "The package <em>%h</em> is not available in any configured repository." msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:394 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:397 msgid "" "The repository version of package <em>%h</em> is not compatible, require %s " "but only %s is available." @@ -281,34 +281,34 @@ msgstr "上傳清單" msgid "Upgrade…" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:572 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:703 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:575 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:706 #: applications/luci-app-opkg/luasrc/view/opkg.htm:131 msgid "Version" msgstr "版本" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:383 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:401 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:386 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:404 msgid "Version incompatible" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:738 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:741 #, fuzzy msgid "Waiting for the <em>opkg %h</em> command to complete…" msgstr "ç‰å¾…完整性指令..." -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:533 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:692 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:536 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:695 #: applications/luci-app-opkg/luasrc/view/opkg.htm:89 msgid "unknown" msgstr "未知" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:531 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:690 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:534 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:693 msgid "~%.1024mB compressed" msgstr "" -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:529 -#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:688 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:532 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:691 msgid "~%.1024mB installed" msgstr "" diff --git a/applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua b/applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua index 71fd3a32ee..b352bb46aa 100644 --- a/applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua +++ b/applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua @@ -135,33 +135,19 @@ function encpass(self, section) return encvalue and encvalue.encrypted_password end -pass.parse = function(self, section, novld) - local encvalue - if self:cfgvalue(section) then - if not plainpass:cfgvalue(section) then - return Value.parse(self, section) - else - encvalue = encpass(self, section) - if encvalue then - self.formvalue = function(self, section) - return encvalue - end - return Value.parse(self, section, novld) - else - self.formvalue = self.cfgvalue - return Value.parse(self, section, novld) - end - end +pass.cfgvalue = function(self, section) + if not plainpass:formvalue(section) then + return Value.cfgvalue(self, section) else - encvalue = encpass(self, section) - if encvalue then - self.formvalue = function(self, section) - return encvalue - end - return Value.parse(self, section, novld) - else - return nil - end + return Value.formvalue(self, section) + end +end + +pass.formvalue = function(self, section) + if not plainpass:formvalue(section) then + return Value.formvalue(self, section) + else + return encpass(self, section) or Value.formvalue(self, section) end end diff --git a/applications/luci-app-radicale2/luasrc/view/cbi/raduigo.htm b/applications/luci-app-radicale2/luasrc/view/cbi/raduigo.htm index 2f449d7b0b..1bcf388bd6 100644 --- a/applications/luci-app-radicale2/luasrc/view/cbi/raduigo.htm +++ b/applications/luci-app-radicale2/luasrc/view/cbi/raduigo.htm @@ -1,7 +1,7 @@ <% local uci = require "luci.model.uci".cursor() local http_port = uci:get("radicale2", "server", "host") -local usessl = uci:get("radicale2", "server", "ssl") +local usessl = uci:get_bool("radicale2", "server", "ssl") if type(http_port) == "table" then http_port = http_port[1] end diff --git a/applications/luci-app-shadowsocks-libev/luasrc/model/cbi/shadowsocks-libev/rules.lua b/applications/luci-app-shadowsocks-libev/luasrc/model/cbi/shadowsocks-libev/rules.lua index 553b297ac0..e4d1a2745e 100644 --- a/applications/luci-app-shadowsocks-libev/luasrc/model/cbi/shadowsocks-libev/rules.lua +++ b/applications/luci-app-shadowsocks-libev/luasrc/model/cbi/shadowsocks-libev/rules.lua @@ -24,7 +24,7 @@ end function src_dst_option(s, ...) local o = s:taboption(...) - o.datatype = "or(ip4addr,cidr4)" + o.datatype = "or(ipaddr,cidr)" end s = m:section(NamedSection, "ss_rules", "ss_rules") diff --git a/applications/luci-app-shadowsocks-libev/luasrc/model/shadowsocks-libev.lua b/applications/luci-app-shadowsocks-libev/luasrc/model/shadowsocks-libev.lua index cbe32afde6..5e272e282e 100644 --- a/applications/luci-app-shadowsocks-libev/luasrc/model/shadowsocks-libev.lua +++ b/applications/luci-app-shadowsocks-libev/luasrc/model/shadowsocks-libev.lua @@ -154,7 +154,7 @@ function cfgvalue_overview(sdata) local value = { [".name"] = sname, name = '%s.<var>%s</var>' % {stype, sname}, - overview = table.concat(lines, "</br>"), + overview = table.concat(lines, "<br />"), disabled = ucival_to_bool(sdata["disabled"]), } return key, value diff --git a/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/collectd.lua b/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/collectd.lua index 663a3f12d4..b380febac0 100644 --- a/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/collectd.lua +++ b/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/collectd.lua @@ -1,7 +1,7 @@ -- Copyright 2008 Freifunk Leipzig / Jo-Philipp Wich <jow@openwrt.org> -- Licensed to the public under the Apache License 2.0. -require("luci.sys") +local sys = require("luci.sys") m = Map("luci_statistics", @@ -17,7 +17,7 @@ s = m:section( NamedSection, "collectd", "luci_statistics" ) -- general.hostname (Hostname) hostname = s:option( Value, "Hostname", translate("Hostname") ) -hostname.default = luci.sys.hostname() +hostname.default = sys.hostname() hostname.optional = true -- general.basedir (BaseDir) diff --git a/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua b/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua index f89cdb1fb8..608144f135 100644 --- a/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua +++ b/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua @@ -1,13 +1,5 @@ ---[[ - -Copyright 2011 Jo-Philipp Wich <jow@openwrt.org> - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 -]]-- +-- Copyright 2011 Jo-Philipp Wich <jow@openwrt.org> +-- Licensed to the public under the Apache License 2.0. m = Map("luci_statistics", translate("Conntrack Plugin Configuration"), diff --git a/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/dns.lua b/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/dns.lua index dafcc452cc..4245018661 100644 --- a/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/dns.lua +++ b/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/dns.lua @@ -1,7 +1,7 @@ -- Copyright 2008 Freifunk Leipzig / Jo-Philipp Wich <jow@openwrt.org> -- Licensed to the public under the Apache License 2.0. -require("luci.sys") +local sys = require("luci.sys") m = Map("luci_statistics", @@ -24,7 +24,7 @@ interfaces.widget = "select" interfaces.size = 5 interfaces:depends( "enable", 1 ) interfaces:value("any") -for k, v in pairs(luci.sys.net.devices()) do +for k, v in pairs(sys.net.devices()) do interfaces:value(v) end diff --git a/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/interface.lua b/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/interface.lua index 752212f4d4..60c88d072c 100644 --- a/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/interface.lua +++ b/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/interface.lua @@ -1,7 +1,7 @@ -- Copyright 2008 Freifunk Leipzig / Jo-Philipp Wich <jow@openwrt.org> -- Licensed to the public under the Apache License 2.0. -require("luci.sys") +local sys = require("luci.sys") m = Map("luci_statistics", @@ -23,7 +23,7 @@ interfaces = s:option( MultiValue, "Interfaces", translate("Monitor interfaces") interfaces.widget = "select" interfaces.size = 5 interfaces:depends( "enable", 1 ) -for k, v in pairs(luci.sys.net.devices()) do +for k, v in pairs(sys.net.devices()) do interfaces:value(v) end diff --git a/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua b/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua index ded3f7f996..375a15bf1a 100644 --- a/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua +++ b/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua @@ -1,13 +1,12 @@ -- Copyright 2008 Freifunk Leipzig / Jo-Philipp Wich <jow@openwrt.org> -- Licensed to the public under the Apache License 2.0. -require("luci.sys.iptparser") +local ip = require("luci.sys.iptparser").IptParser() -ip = luci.sys.iptparser.IptParser() -chains = { } -targets = { } +local chains = { } +local targets = { } -for i, rule in ipairs( ip:find() ) do +for i, rule in ipairs( ip:find() ) do if rule.chain and rule.target then chains[rule.chain] = true targets[rule.target] = true diff --git a/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua b/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua index 5510a5a8e8..fa677b8d12 100644 --- a/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua +++ b/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua @@ -1,13 +1,5 @@ ---[[ - -Copyright 2011 Manuel Munz <freifunk at somakoma dot de> - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 -]]-- +-- Copyright 2011 Manuel Munz <freifunk at somakoma dot de> +-- Licensed to the public under the Apache License 2.0. m = Map("luci_statistics", translate("Memory Plugin Configuration"), diff --git a/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/netlink.lua b/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/netlink.lua index 66449ec467..784ad1fdbb 100644 --- a/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/netlink.lua +++ b/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/netlink.lua @@ -1,9 +1,9 @@ -- Copyright 2008 Freifunk Leipzig / Jo-Philipp Wich <jow@openwrt.org> -- Licensed to the public under the Apache License 2.0. -require("luci.sys") +local sys = require("luci.sys") -local devices = luci.sys.net.devices() +local devices = sys.net.devices() m = Map("luci_statistics", diff --git a/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua b/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua index 193f0448ae..f0a5ab5930 100644 --- a/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua +++ b/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua @@ -1,11 +1,8 @@ -- Copyright 2015 Jo-Philipp Wich <jow@openwrt.org> -- Licensed to the public under the Apache License 2.0. -require "luci.sys" - local m, s, o - m = Map("luci_statistics", translate("OpenVPN Plugin Configuration"), translate("The OpenVPN plugin gathers information about the current vpn connection status.")) diff --git a/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua b/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua index 77e36bfaff..69066880c3 100644 --- a/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua +++ b/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua @@ -1,8 +1,6 @@ -- Copyright 2015 Jo-Philipp Wich <jow@openwrt.org> -- Licensed to the public under the Apache License 2.0. -require "luci.sys" - local m, s, o local sensor_types = { ["12v"] = "voltage", diff --git a/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua b/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua index 3a6c4644e3..5e32da7ffe 100644 --- a/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua +++ b/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua @@ -1,13 +1,5 @@ ---[[ - -Copyright 2013 Thomas Endt <tmo26@gmx.de> - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 -]]-- +-- Copyright 2013 Thomas Endt <tmo26@gmx.de> +-- Licensed to the public under the Apache License 2.0. m = Map("luci_statistics", translate("Uptime Plugin Configuration"), diff --git a/applications/luci-app-statistics/luasrc/statistics/i18n.lua b/applications/luci-app-statistics/luasrc/statistics/i18n.lua index 7877e61ab3..6b01958cbe 100644 --- a/applications/luci-app-statistics/luasrc/statistics/i18n.lua +++ b/applications/luci-app-statistics/luasrc/statistics/i18n.lua @@ -3,15 +3,14 @@ module("luci.statistics.i18n", package.seeall) -require("luci.util") -require("luci.i18n") +local util = require("luci.util") +local i18n = require("luci.i18n") -Instance = luci.util.class() - +Instance = util.class() function Instance.__init__( self, graph ) - self.i18n = luci.i18n + self.i18n = i18n self.graph = graph end diff --git a/applications/luci-app-statistics/luasrc/statistics/rrdtool.lua b/applications/luci-app-statistics/luasrc/statistics/rrdtool.lua index f543e67599..b9f48a45bd 100644 --- a/applications/luci-app-statistics/luasrc/statistics/rrdtool.lua +++ b/applications/luci-app-statistics/luasrc/statistics/rrdtool.lua @@ -3,30 +3,28 @@ module("luci.statistics.rrdtool", package.seeall) -require("luci.statistics.datatree") -require("luci.statistics.rrdtool.colors") -require("luci.statistics.i18n") -require("luci.model.uci") -require("luci.util") -require("luci.sys") +local tree = require("luci.statistics.datatree") +local colors = require("luci.statistics.rrdtool.colors") +local i18n = require("luci.statistics.i18n") +local uci = require("luci.model.uci").cursor() +local util = require("luci.util") +local sys = require("luci.sys") +local fs = require("nixio.fs") -local fs = require "nixio.fs" - -Graph = luci.util.class() +Graph = util.class() function Graph.__init__( self, timespan, opts ) opts = opts or { } - local uci = luci.model.uci.cursor() local sections = uci:get_all( "luci_statistics" ) -- options opts.timespan = timespan or sections.rrdtool.default_timespan or 900 opts.rrasingle = opts.rrasingle or ( sections.collectd_rrdtool.RRASingle == "1" ) opts.rramax = opts.rramax or ( sections.collectd_rrdtool.RRAMax == "1" ) - opts.host = opts.host or sections.collectd.Hostname or luci.sys.hostname() + opts.host = opts.host or sections.collectd.Hostname or sys.hostname() opts.width = opts.width or sections.rrdtool.image_width or 400 opts.rrdpath = opts.rrdpath or sections.collectd_rrdtool.DataDir or "/tmp/rrd" opts.imgpath = opts.imgpath or sections.rrdtool.image_path or "/tmp/rrdimg" @@ -34,9 +32,9 @@ function Graph.__init__( self, timespan, opts ) opts.imgpath = opts.imgpath:gsub("/$","") -- helper classes - self.colors = luci.statistics.rrdtool.colors.Instance() - self.tree = luci.statistics.datatree.Instance(opts.host) - self.i18n = luci.statistics.i18n.Instance( self ) + self.colors = colors.Instance() + self.tree = tree.Instance(opts.host) + self.i18n = i18n.Instance( self ) -- rrdtool default args self.args = { @@ -102,7 +100,7 @@ function Graph._rrdtool( self, def, rrd ) opt = opt:gsub( "{file}", rrd ) end - cmdline[#cmdline+1] = luci.util.shellquote(opt) + cmdline[#cmdline+1] = util.shellquote(opt) end -- execute rrdtool diff --git a/applications/luci-app-statistics/luasrc/statistics/rrdtool/colors.lua b/applications/luci-app-statistics/luasrc/statistics/rrdtool/colors.lua index 5b35dff67c..0d3af712fd 100644 --- a/applications/luci-app-statistics/luasrc/statistics/rrdtool/colors.lua +++ b/applications/luci-app-statistics/luasrc/statistics/rrdtool/colors.lua @@ -3,10 +3,10 @@ module("luci.statistics.rrdtool.colors", package.seeall) -require("luci.util") +local util = require("luci.util") -Instance = luci.util.class() +Instance = util.class() function Instance.from_string( self, s ) return { diff --git a/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/apcups.lua b/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/apcups.lua index 9f7a51a868..37055f5861 100644 --- a/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/apcups.lua +++ b/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/apcups.lua @@ -19,8 +19,7 @@ function rrdargs( graph, plugin, plugin_instance ) ups_inst[t] = graph.tree:data_instances( plugin, plugin_instance, t ) end - - -- Check if hash table or array is empty or nil-filled + -- Check if hash table or array is empty or nil-filled local function empty( t ) for _, v in pairs(t) do @@ -57,8 +56,8 @@ function rrdargs( graph, plugin, plugin_instance ) end - -- Graph definitions for APC UPS measurements MUST use only 'instances': - -- e.g. instances = { voltage = { "input", "output" } } + -- Graph definitions for APC UPS measurements MUST use only 'instances': + -- e.g. instances = { voltage = { "input", "output" } } local voltagesdc = { title = "%H: Voltages on APC UPS - Battery", diff --git a/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/conntrack.lua b/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/conntrack.lua index fbc47731ef..5212b736e2 100644 --- a/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/conntrack.lua +++ b/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/conntrack.lua @@ -4,6 +4,7 @@ module("luci.statistics.rrdtool.definitions.conntrack",package.seeall) function rrdargs( graph, plugin, plugin_instance, dtype ) + return { title = "%H: Conntrack entries", vlabel = "Count", diff --git a/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/curl.lua b/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/curl.lua index 89a65a6b5f..2bbdfb08fb 100644 --- a/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/curl.lua +++ b/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/curl.lua @@ -4,6 +4,7 @@ module("luci.statistics.rrdtool.definitions.curl", package.seeall) function rrdargs( graph, plugin, plugin_instance, dtype ) + return { title = "%H: cUrl Response Time for #%pi", y_min = "0", diff --git a/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/disk.lua b/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/disk.lua index 8aabb7f64e..b6f7d6d5f8 100644 --- a/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/disk.lua +++ b/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/disk.lua @@ -4,6 +4,7 @@ module("luci.statistics.rrdtool.definitions.disk", package.seeall) function rrdargs( graph, plugin, plugin_instance, dtype ) + return { { title = "%H: Disk I/O operations on %pi", diff --git a/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/netlink.lua b/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/netlink.lua index a612126ed0..f485048538 100644 --- a/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/netlink.lua +++ b/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/netlink.lua @@ -37,7 +37,6 @@ function rrdargs( graph, plugin, plugin_instance ) } } - -- -- packet diagram -- @@ -119,7 +118,6 @@ function rrdargs( graph, plugin, plugin_instance ) } } - -- -- multicast diagram -- @@ -144,7 +142,6 @@ function rrdargs( graph, plugin, plugin_instance ) } } - -- -- collision diagram -- @@ -169,7 +166,6 @@ function rrdargs( graph, plugin, plugin_instance ) } } - -- -- error diagram -- @@ -206,6 +202,5 @@ function rrdargs( graph, plugin, plugin_instance ) } } - return { traffic, packets, multicast, collisions, errors } end diff --git a/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/olsrd.lua b/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/olsrd.lua index a69469568e..481557bb7f 100644 --- a/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/olsrd.lua +++ b/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/olsrd.lua @@ -9,18 +9,18 @@ function rrdargs( graph, plugin, plugin_instance, dtype ) if plugin_instance == "routes" then g[#g+1] = { - -- diagram data description + -- diagram data description title = "%H: Total amount of OLSR routes", vlabel = "n", number_format = "%5.0lf", data = { - types = { "routes" }, + types = { "routes" }, options = { routes = { color = "ff0000", title = "Total number of routes" } } - } - } + } + } g[#g+1] = { title = "%H: Average route ETX", vlabel = "ETX", detail = true, @@ -80,7 +80,7 @@ function rrdargs( graph, plugin, plugin_instance, dtype ) number_format = "%5.2lf", detail = true, data = { types = { "signal_quality" }, - + instances = { signal_quality = { instances[i], instances[i+1] }, }, @@ -106,7 +106,7 @@ function rrdargs( graph, plugin, plugin_instance, dtype ) title= "%H: Total amount of OLSR links", vlabel = "n", number_format = "%5.0lf", data = { instances = { "" }, - types = { "links" }, + types = { "links" }, options = { links = { color = "0000ff", @@ -114,7 +114,7 @@ function rrdargs( graph, plugin, plugin_instance, dtype ) } } } - } + } g[#g+1] = { title= "%H: Average signal quality", vlabel = "n", diff --git a/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/ping.lua b/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/ping.lua index 6ecdb5c8ad..5b575bfff2 100644 --- a/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/ping.lua +++ b/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/ping.lua @@ -4,6 +4,7 @@ module("luci.statistics.rrdtool.definitions.ping", package.seeall) function rrdargs( graph, plugin, plugin_instance, dtype ) + return { -- Ping roundtrip time { title = "%H: ICMP Round Trip Time", diff --git a/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/processes.lua b/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/processes.lua index 62d0545973..010ac1cd2e 100644 --- a/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/processes.lua +++ b/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/processes.lua @@ -5,8 +5,8 @@ module("luci.statistics.rrdtool.definitions.processes", package.seeall) function rrdargs( graph, plugin, plugin_instance, dtype ) - if plugin_instance == "" then - return { + if plugin_instance == "" then + return { title = "%H: Processes", vlabel = "Processes/s", data = { @@ -26,9 +26,9 @@ function rrdargs( graph, plugin, plugin_instance, dtype ) ps_state_zombies = { color = "ff0000", title = "Zombies" } } } - } - else - return { + } + else + return { { title = "%H: CPU time used by %pi", vlabel = "Jiffies", @@ -113,5 +113,5 @@ function rrdargs( graph, plugin, plugin_instance, dtype ) } } } - end + end end diff --git a/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/sensors.lua b/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/sensors.lua index f8bddb96e3..b3119234a4 100644 --- a/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/sensors.lua +++ b/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/sensors.lua @@ -4,6 +4,7 @@ module("luci.statistics.rrdtool.definitions.sensors", package.seeall) function rrdargs( graph, plugin, plugin_instance ) + return { { per_instance = true, diff --git a/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/splash_leases.lua b/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/splash_leases.lua index 65fba5299d..1a192ae6a6 100644 --- a/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/splash_leases.lua +++ b/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/splash_leases.lua @@ -1,27 +1,26 @@ -- Copyright 2013 Freifunk Augsburg / Michael Wendland <michael@michiwend.com> -- Licensed to the public under the Apache License 2.0. - module("luci.statistics.rrdtool.definitions.splash_leases", package.seeall) - + function rrdargs( graph, plugin, plugin_instance, dtype ) - - return { - title = "%H: Splash Leases", - vlabel = "Active Clients", - y_min = "0", - number_format = "%5.1lf", - data = { - sources = { - splash_leases = { "leased", "whitelisted", "blacklisted" } - }, - - options = { - splash_leases__leased = { color = "00CC00", title = "Leased", overlay = false }, - splash_leases__whitelisted = { color = "0000FF", title = "Whitelisted", overlay = false }, - splash_leases__blacklisted = { color = "FF0000", title = "Blacklisted", overlay = false } - } - } - } -end + return { + title = "%H: Splash Leases", + vlabel = "Active Clients", + y_min = "0", + number_format = "%5.1lf", + data = { + sources = { + splash_leases = { "leased", "whitelisted", "blacklisted" } + }, + + options = { + splash_leases__leased = { color = "00CC00", title = "Leased", overlay = false }, + splash_leases__whitelisted = { color = "0000FF", title = "Whitelisted", overlay = false }, + splash_leases__blacklisted = { color = "FF0000", title = "Blacklisted", overlay = false } + } + } + } + +end diff --git a/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/tcpconns.lua b/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/tcpconns.lua index 50a9470de5..7e7ed238f4 100644 --- a/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/tcpconns.lua +++ b/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/tcpconns.lua @@ -4,6 +4,7 @@ module("luci.statistics.rrdtool.definitions.tcpconns", package.seeall) function rrdargs( graph, plugin, plugin_instance, dtype ) + return { title = "%H: TCP connections to port %pi", vlabel = "Connections/s", diff --git a/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/uptime.lua b/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/uptime.lua index 077ec57e83..a50e78491f 100644 --- a/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/uptime.lua +++ b/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/uptime.lua @@ -13,15 +13,14 @@ module("luci.statistics.rrdtool.definitions.uptime", package.seeall) function rrdargs( graph, plugin, plugin_instance, dtype ) - return { - title = "%H: Uptime", vlabel = "seconds", - number_format = "%5.0lf%s", data = { - types = { "uptime" }, - options = { - uptime = { title = "Uptime %di", noarea = true } - } - } - } - + return { + title = "%H: Uptime", vlabel = "seconds", + number_format = "%5.0lf%s", data = { + types = { "uptime" }, + options = { + uptime = { title = "Uptime %di", noarea = true } + } + } + } end diff --git a/applications/luci-app-statistics/po/ca/statistics.po b/applications/luci-app-statistics/po/ca/statistics.po index d550facb24..dd3389ce3d 100644 --- a/applications/luci-app-statistics/po/ca/statistics.po +++ b/applications/luci-app-statistics/po/ca/statistics.po @@ -23,7 +23,7 @@ msgstr "" msgid "APCUPS Plugin Configuration" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:71 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:70 msgid "Action (target)" msgstr "Acció (objectiu)" @@ -31,7 +31,7 @@ msgstr "Acció (objectiu)" msgid "Add command for reading values" msgstr "Afegeix ordre per llegir valors" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:35 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:34 msgid "Add matching rule" msgstr "Afegeix regla coincident" @@ -44,7 +44,7 @@ msgstr "Afegeix múltiples hosts separats per espai." msgid "Add notification command" msgstr "Afegeix ordre de notificació" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:26 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:23 msgid "Aggregate number of connected users" msgstr "" @@ -88,7 +88,7 @@ msgstr "Emmagatzema en memòria cau les dades recollides de" msgid "Cache flush interval" msgstr "Interval de neteja de memòria cau" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:60 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:59 msgid "Chain" msgstr "Cadena" @@ -122,7 +122,7 @@ msgstr "" msgid "Conntrack" msgstr "Conntrack" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:13 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:5 msgid "Conntrack Plugin Configuration" msgstr "Configuració del connector Conntrack" @@ -150,7 +150,7 @@ msgstr "Interval de recol·lecció de dades" msgid "Datasets definition file" msgstr "Fitxer de definició de dades" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:97 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:96 msgid "Destination ip range" msgstr "Rang d'IP destÃ" @@ -199,10 +199,10 @@ msgid "Enable" msgstr "" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/apcups.lua:14 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:18 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/contextswitch.lua:11 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpu.lua:12 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpufreq.lua:11 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpu.lua:12 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/csv.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/curl.lua:8 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/df.lua:15 @@ -212,25 +212,25 @@ msgstr "" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/entropy.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/exec.lua:16 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/interface.lua:18 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:29 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:28 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/irq.lua:16 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iwinfo.lua:12 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/load.lua:14 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:18 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/netlink.lua:20 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/network.lua:18 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/nut.lua:9 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/olsrd.lua:10 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:16 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:13 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/ping.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/processes.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/rrdtool.lua:18 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:72 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:70 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/splash_leases.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/tcpconns.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/thermal.lua:14 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/unixsock.lua:15 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:18 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:10 msgid "Enable this plugin" msgstr "Activa aquest connector" @@ -266,7 +266,7 @@ msgstr "Neteja la memòria cau després de" msgid "Forwarding between listen and server addresses" msgstr "Readreçant entre adreces que reben connexions i adreces de servidors" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:32 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:29 msgid "Gather compression statistics" msgstr "" @@ -274,7 +274,7 @@ msgstr "" msgid "General plugins" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:20 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:17 msgid "Generate a separate graph for each logged user" msgstr "" @@ -305,7 +305,7 @@ msgstr "" "uns certs valors llindars. Els valors que condueixin a la invocació, " "alimentaran als programes stdin" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:36 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:35 msgid "" "Here you can define various criteria by which the monitored iptables rules " "are selected." @@ -313,7 +313,7 @@ msgstr "" "Acà pots definir diversos criteris pels que es seleccionaran les regles " "iptables monitoritzades ." -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:88 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:86 msgid "Hold Ctrl to select multiple items or to deselect entries." msgstr "" @@ -337,7 +337,7 @@ msgstr "Configuració de connector IRQ" msgid "Ignore source addresses" msgstr "Ignora adreces origen" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:104 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:103 msgid "Incoming interface" msgstr "InterfÃcie entrant" @@ -357,7 +357,7 @@ msgstr "Interrupcions" msgid "Interval for pings" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:19 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:18 msgid "Iptables Plugin Configuration" msgstr "Configuració del connector iptables" @@ -395,7 +395,7 @@ msgstr "Connexions mà ximes permeses" msgid "Memory" msgstr "Memòria" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:13 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:5 msgid "Memory Plugin Configuration" msgstr "Configuració del connector de memòria" @@ -405,7 +405,7 @@ msgstr "Configuració del connector de memòria" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/irq.lua:25 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iwinfo.lua:22 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/netlink.lua:79 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:120 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:118 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/thermal.lua:24 msgid "Monitor all except specified" msgstr "" @@ -414,7 +414,7 @@ msgstr "" msgid "Monitor all local listen ports" msgstr "Monitoritza tots els ports locals que reben connexions" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:76 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:74 msgid "Monitor all sensors" msgstr "" @@ -472,7 +472,7 @@ msgstr "Monitoritza els ports remots" msgid "Name" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:46 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:45 msgid "Name of the rule" msgstr "Nom de la regla" @@ -496,7 +496,7 @@ msgstr "Configuració del connector de xarxa" msgid "Network plugins" msgstr "Connectors de xarxa" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:82 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:81 msgid "Network protocol" msgstr "Protocol de xarxa" @@ -526,19 +526,19 @@ msgstr "Crea només RRAs mitjans" msgid "OpenVPN" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:10 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:7 msgid "OpenVPN Plugin Configuration" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:44 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:41 msgid "OpenVPN status files" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:116 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:115 msgid "Options" msgstr "Opcions" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:110 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:109 msgid "Outgoing interface" msgstr "InterfÃcie sortint" @@ -621,7 +621,7 @@ msgstr "" msgid "Seconds" msgstr "Segons" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:88 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:86 msgid "Sensor list" msgstr "" @@ -629,7 +629,7 @@ msgstr "" msgid "Sensors" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:66 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:64 msgid "Sensors Plugin Configuration" msgstr "" @@ -665,7 +665,7 @@ msgstr "Grup d'endoll" msgid "Socket permissions" msgstr "Permisos d'endoll" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:91 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:90 msgid "Source ip range" msgstr "Rang d'IP origen" @@ -733,7 +733,7 @@ msgstr "TTL pels paquets de xarxa" msgid "TTL for ping packets" msgstr "TTL per paquets ping" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:49 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:48 msgid "Table" msgstr "Taula" @@ -751,13 +751,13 @@ msgid "" "plugin of OLSRd." msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:11 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:8 msgid "" "The OpenVPN plugin gathers information about the current vpn connection " "status." msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:14 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:6 msgid "" "The conntrack plugin collects statistics about the number of tracked " "connections." @@ -831,7 +831,7 @@ msgstr "" "El connector d'interfÃcie recull estadÃstiques de trà fic a les interfÃcies " "seleccionades." -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:20 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:19 msgid "" "The iptables plugin will monitor selected firewall rules and collect " "information about processed bytes and packets per rule." @@ -862,7 +862,7 @@ msgstr "" "El connector de cà rrega recull estadÃstiques sobre la cà rrega de sistema " "general." -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:14 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:6 msgid "The memory plugin collects statistics about the memory usage." msgstr "El connector de memòria recull estadÃstiques sobre l'ús de memòria." @@ -915,7 +915,7 @@ msgstr "" "incorrectes comportarà un consum molt alt de memòria al directori temporal. " "Això pot inutilitzar el dispositiu!</strong>" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:67 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:65 msgid "" "The sensors plugin uses the Linux Sensors framework to gather environmental " "statistics." @@ -957,7 +957,7 @@ msgstr "" "El connector unixsock crea un socket Unix que es pot fer servir per llegir " "dades recollides d'una instà ncia collectd." -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:14 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:6 msgid "The uptime plugin collects statistics about the uptime of the system." msgstr "" @@ -1025,11 +1025,11 @@ msgstr "Configuració de connector Unixsock" msgid "Uptime" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:13 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:5 msgid "Uptime Plugin Configuration" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:38 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:35 msgid "Use improved naming schema" msgstr "" @@ -1067,19 +1067,19 @@ msgstr "" msgid "cUrl Plugin Configuration" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:110 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:109 msgid "e.g. br-ff" msgstr "p.e. br-ff" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:104 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:103 msgid "e.g. br-lan" msgstr "p.e. br-lan" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:116 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:115 msgid "e.g. reject-with tcp-reset" msgstr "p.e. reject-with tcp-reset" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:46 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:45 msgid "max. 16 chars" msgstr "mà x. 16 carà cters" diff --git a/applications/luci-app-statistics/po/cs/statistics.po b/applications/luci-app-statistics/po/cs/statistics.po index d9696c0398..1d25e32cfe 100644 --- a/applications/luci-app-statistics/po/cs/statistics.po +++ b/applications/luci-app-statistics/po/cs/statistics.po @@ -19,7 +19,7 @@ msgstr "" msgid "APCUPS Plugin Configuration" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:71 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:70 msgid "Action (target)" msgstr "Akce (cÃl)" @@ -27,7 +27,7 @@ msgstr "Akce (cÃl)" msgid "Add command for reading values" msgstr "PÅ™idat pÅ™Ãkaz pro Ätenà hodnot" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:35 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:34 msgid "Add matching rule" msgstr "PÅ™idat pravidlo pro výbÄ›r" @@ -40,7 +40,7 @@ msgstr "PÅ™idat vÃce hostů, oddÄ›lených mezerou" msgid "Add notification command" msgstr "PÅ™idat pÅ™Ãkaz pro upozornÄ›nÃ" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:26 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:23 msgid "Aggregate number of connected users" msgstr "" @@ -84,7 +84,7 @@ msgstr "MezipamÄ›t pro ukládánà dat" msgid "Cache flush interval" msgstr "Interval vyprazdňovánà mezipamÄ›ti" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:60 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:59 msgid "Chain" msgstr "ŘetÄ›z" @@ -118,7 +118,7 @@ msgstr "" msgid "Conntrack" msgstr "Conntrack" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:13 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:5 msgid "Conntrack Plugin Configuration" msgstr "Nastavenà pluginu Conntrack" @@ -146,7 +146,7 @@ msgstr "Interval sbÄ›ru dat" msgid "Datasets definition file" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:97 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:96 msgid "Destination ip range" msgstr "Rozsah cÃlových IP adres" @@ -195,10 +195,10 @@ msgid "Enable" msgstr "" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/apcups.lua:14 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:18 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/contextswitch.lua:11 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpu.lua:12 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpufreq.lua:11 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpu.lua:12 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/csv.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/curl.lua:8 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/df.lua:15 @@ -208,25 +208,25 @@ msgstr "" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/entropy.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/exec.lua:16 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/interface.lua:18 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:29 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:28 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/irq.lua:16 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iwinfo.lua:12 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/load.lua:14 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:18 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/netlink.lua:20 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/network.lua:18 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/nut.lua:9 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/olsrd.lua:10 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:16 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:13 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/ping.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/processes.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/rrdtool.lua:18 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:72 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:70 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/splash_leases.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/tcpconns.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/thermal.lua:14 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/unixsock.lua:15 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:18 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:10 msgid "Enable this plugin" msgstr "Povolit tento plugin" @@ -262,7 +262,7 @@ msgstr "Vyprázdnit cache po" msgid "Forwarding between listen and server addresses" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:32 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:29 msgid "Gather compression statistics" msgstr "" @@ -270,7 +270,7 @@ msgstr "" msgid "General plugins" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:20 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:17 msgid "Generate a separate graph for each logged user" msgstr "" @@ -299,7 +299,7 @@ msgid "" "will be fed to the the called programs stdin." msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:36 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:35 msgid "" "Here you can define various criteria by which the monitored iptables rules " "are selected." @@ -307,7 +307,7 @@ msgstr "" "Zde můžete definovat různá kritéria, podle kterých budou vybrána sledovaná " "pravidla iptables." -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:88 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:86 msgid "Hold Ctrl to select multiple items or to deselect entries." msgstr "" @@ -331,7 +331,7 @@ msgstr "Nastavenà IRQ pluginu" msgid "Ignore source addresses" msgstr "Ignorovat zdrojové adresy" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:104 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:103 msgid "Incoming interface" msgstr "PÅ™Ãchozà rozhranÃ" @@ -351,7 +351,7 @@ msgstr "PÅ™eruÅ¡enÃ" msgid "Interval for pings" msgstr "Interval pro ping" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:19 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:18 msgid "Iptables Plugin Configuration" msgstr "Nastavenà Iptables pluginu" @@ -390,7 +390,7 @@ msgstr "Maximálnà množstvà povolených spojenÃ" msgid "Memory" msgstr "Paměť" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:13 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:5 msgid "Memory Plugin Configuration" msgstr "Nastavenà pluginu Memory (Paměť)" @@ -400,7 +400,7 @@ msgstr "Nastavenà pluginu Memory (Paměť)" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/irq.lua:25 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iwinfo.lua:22 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/netlink.lua:79 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:120 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:118 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/thermal.lua:24 msgid "Monitor all except specified" msgstr "Sledovat vÅ¡e kromÄ› vybraných" @@ -409,7 +409,7 @@ msgstr "Sledovat vÅ¡e kromÄ› vybraných" msgid "Monitor all local listen ports" msgstr "Monitorovat vÅ¡echny naslouchajÃcà porty" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:76 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:74 msgid "Monitor all sensors" msgstr "" @@ -467,7 +467,7 @@ msgstr "Sledovat vzdálené porty" msgid "Name" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:46 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:45 msgid "Name of the rule" msgstr "Název pravidla" @@ -491,7 +491,7 @@ msgstr "Nastavenà pluginu SÃÅ¥" msgid "Network plugins" msgstr "SÃÅ¥ové pluginy" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:82 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:81 msgid "Network protocol" msgstr "SÃÅ¥ový protokol" @@ -521,19 +521,19 @@ msgstr "" msgid "OpenVPN" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:10 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:7 msgid "OpenVPN Plugin Configuration" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:44 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:41 msgid "OpenVPN status files" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:116 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:115 msgid "Options" msgstr "Možnosti" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:110 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:109 msgid "Outgoing interface" msgstr "Odchozà rozhranÃ" @@ -617,7 +617,7 @@ msgstr "Skript" msgid "Seconds" msgstr "Sekundy" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:88 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:86 msgid "Sensor list" msgstr "" @@ -625,7 +625,7 @@ msgstr "" msgid "Sensors" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:66 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:64 msgid "Sensors Plugin Configuration" msgstr "" @@ -661,7 +661,7 @@ msgstr "Skupina socketů" msgid "Socket permissions" msgstr "OprávnÄ›nà socketu" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:91 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:90 msgid "Source ip range" msgstr "Rozsah zdrojových IP" @@ -727,7 +727,7 @@ msgstr "TTL pro sÃÅ¥ové pakety" msgid "TTL for ping packets" msgstr "TTL pro pakety pingu" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:49 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:48 msgid "Table" msgstr "" @@ -745,13 +745,13 @@ msgid "" "plugin of OLSRd." msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:11 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:8 msgid "" "The OpenVPN plugin gathers information about the current vpn connection " "status." msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:14 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:6 msgid "" "The conntrack plugin collects statistics about the number of tracked " "connections." @@ -821,7 +821,7 @@ msgid "" msgstr "" "Plugin Interface shromažÄuje statistiky o provozu na vybraných rozhranÃch." -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:20 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:19 msgid "" "The iptables plugin will monitor selected firewall rules and collect " "information about processed bytes and packets per rule." @@ -849,7 +849,7 @@ msgstr "" msgid "The load plugin collects statistics about the general system load." msgstr "Plugin Load shromažÄuje statistiky o obecné zátěži systému." -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:14 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:6 msgid "The memory plugin collects statistics about the memory usage." msgstr "Plugin Memory shromažÄuje statistiky o využità pamÄ›ti." @@ -901,7 +901,7 @@ msgstr "" "spotÅ™ebu pamÄ›ti v doÄasném adresářÃ. ZaÅ™Ãzenà ze tak může stát nepoužitelným!" "</strong>" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:67 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:65 msgid "" "The sensors plugin uses the Linux Sensors framework to gather environmental " "statistics." @@ -943,7 +943,7 @@ msgstr "" "Plugin Unixsock vytvářà unixový socket, které může být využit pro Ätenà dat " "z běžÃcà instance collectd." -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:14 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:6 msgid "The uptime plugin collects statistics about the uptime of the system." msgstr "" @@ -1009,11 +1009,11 @@ msgstr "Konfigurace pluginu Unixsock" msgid "Uptime" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:13 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:5 msgid "Uptime Plugin Configuration" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:38 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:35 msgid "Use improved naming schema" msgstr "" @@ -1051,19 +1051,19 @@ msgstr "" msgid "cUrl Plugin Configuration" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:110 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:109 msgid "e.g. br-ff" msgstr "napÅ™. br-ff" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:104 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:103 msgid "e.g. br-lan" msgstr "napÅ™. br-lan" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:116 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:115 msgid "e.g. reject-with tcp-reset" msgstr "napÅ™. reject-with tcp-reset" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:46 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:45 msgid "max. 16 chars" msgstr "max. 16 znaků" diff --git a/applications/luci-app-statistics/po/de/statistics.po b/applications/luci-app-statistics/po/de/statistics.po index b7fe0a6c71..b71316449d 100644 --- a/applications/luci-app-statistics/po/de/statistics.po +++ b/applications/luci-app-statistics/po/de/statistics.po @@ -21,7 +21,7 @@ msgstr "" msgid "APCUPS Plugin Configuration" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:71 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:70 msgid "Action (target)" msgstr "Aktion (Ziel)" @@ -29,7 +29,7 @@ msgstr "Aktion (Ziel)" msgid "Add command for reading values" msgstr "Kommando zum Werte einlesen hinzufügen" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:35 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:34 msgid "Add matching rule" msgstr "Auswahlregel hinzufügen" @@ -42,7 +42,7 @@ msgstr "Mehrere Hosts durch Leerzeichen getrennt hinzufuegen" msgid "Add notification command" msgstr "Benachrichtigungskommando hinzufügen" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:26 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:23 msgid "Aggregate number of connected users" msgstr "" @@ -86,7 +86,7 @@ msgstr "Zwischenspeicherzeit für gesammelte Daten" msgid "Cache flush interval" msgstr "Cache-Leerungsintervall" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:60 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:59 msgid "Chain" msgstr "Kette (Chain)" @@ -120,7 +120,7 @@ msgstr "" msgid "Conntrack" msgstr "Conntrack" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:13 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:5 msgid "Conntrack Plugin Configuration" msgstr "Conntrack Plugin Einstellungen" @@ -148,7 +148,7 @@ msgstr "Daten-Sammelintervall" msgid "Datasets definition file" msgstr "Dataset-Definitionen" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:97 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:96 msgid "Destination ip range" msgstr "Ziel-IP-Bereich" @@ -197,10 +197,10 @@ msgid "Enable" msgstr "" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/apcups.lua:14 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:18 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/contextswitch.lua:11 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpu.lua:12 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpufreq.lua:11 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpu.lua:12 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/csv.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/curl.lua:8 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/df.lua:15 @@ -210,25 +210,25 @@ msgstr "" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/entropy.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/exec.lua:16 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/interface.lua:18 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:29 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:28 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/irq.lua:16 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iwinfo.lua:12 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/load.lua:14 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:18 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/netlink.lua:20 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/network.lua:18 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/nut.lua:9 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/olsrd.lua:10 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:16 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:13 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/ping.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/processes.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/rrdtool.lua:18 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:72 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:70 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/splash_leases.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/tcpconns.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/thermal.lua:14 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/unixsock.lua:15 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:18 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:10 msgid "Enable this plugin" msgstr "Plugin aktivieren" @@ -264,7 +264,7 @@ msgstr "Leerungsintervall für Zwischenspeicher" msgid "Forwarding between listen and server addresses" msgstr "Weiterleitung zwischen Listen- und Server-Adressen" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:32 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:29 msgid "Gather compression statistics" msgstr "" @@ -272,7 +272,7 @@ msgstr "" msgid "General plugins" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:20 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:17 msgid "Generate a separate graph for each logged user" msgstr "" @@ -305,7 +305,7 @@ msgstr "" "welche die Benachrichtigung ausgelöst haben werden dabei an den STDIN des " "aufgerufenen Programmes übergeben." -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:36 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:35 msgid "" "Here you can define various criteria by which the monitored iptables rules " "are selected." @@ -313,7 +313,7 @@ msgstr "" "Hier werden die Kriterien festgelegt nach welchen die zu überwachenden " "Firewall-Regeln ausgewählt werden." -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:88 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:86 msgid "Hold Ctrl to select multiple items or to deselect entries." msgstr "" @@ -337,7 +337,7 @@ msgstr "IRQ Plugin Konfiguration" msgid "Ignore source addresses" msgstr "Quelladressen ignorieren" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:104 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:103 msgid "Incoming interface" msgstr "eingehende Schnittstelle" @@ -357,7 +357,7 @@ msgstr "Interrupts" msgid "Interval for pings" msgstr "Intervall zwischen den Pings" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:19 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:18 msgid "Iptables Plugin Configuration" msgstr "Iptables Plugin Konfiguration" @@ -397,7 +397,7 @@ msgstr "Maximale Anzahl erlaubter Verbindungen" msgid "Memory" msgstr "Memory" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:13 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:5 msgid "Memory Plugin Configuration" msgstr "Memory-Plugin-Konfiguration" @@ -407,7 +407,7 @@ msgstr "Memory-Plugin-Konfiguration" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/irq.lua:25 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iwinfo.lua:22 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/netlink.lua:79 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:120 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:118 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/thermal.lua:24 msgid "Monitor all except specified" msgstr "Alle bis auf Angegebene überwachen" @@ -416,7 +416,7 @@ msgstr "Alle bis auf Angegebene überwachen" msgid "Monitor all local listen ports" msgstr "Alle durch lokale Dienste genutzten Ports überwachen" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:76 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:74 msgid "Monitor all sensors" msgstr "" @@ -474,7 +474,7 @@ msgstr "entfernte Ports überwachen" msgid "Name" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:46 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:45 msgid "Name of the rule" msgstr "Name der Regel" @@ -498,7 +498,7 @@ msgstr "Network Plugin Konfiguration" msgid "Network plugins" msgstr "Netzwerkplugins" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:82 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:81 msgid "Network protocol" msgstr "Netzwerkprotokoll" @@ -528,19 +528,19 @@ msgstr "Nur 'average' RRAs erzeugen" msgid "OpenVPN" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:10 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:7 msgid "OpenVPN Plugin Configuration" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:44 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:41 msgid "OpenVPN status files" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:116 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:115 msgid "Options" msgstr "Optionen" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:110 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:109 msgid "Outgoing interface" msgstr "ausgehende Schnittstelle" @@ -623,7 +623,7 @@ msgstr "Skript" msgid "Seconds" msgstr "Sekunden" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:88 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:86 msgid "Sensor list" msgstr "" @@ -631,7 +631,7 @@ msgstr "" msgid "Sensors" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:66 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:64 msgid "Sensors Plugin Configuration" msgstr "" @@ -667,7 +667,7 @@ msgstr "Socket-Nutzergruppe" msgid "Socket permissions" msgstr "Socket-Berechtigungen" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:91 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:90 msgid "Source ip range" msgstr "Quell-IP-Bereich" @@ -733,7 +733,7 @@ msgstr "TTL für Netzwerkpakete" msgid "TTL for ping packets" msgstr "TTL für Ping Pakete" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:49 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:48 msgid "Table" msgstr "Tabelle" @@ -754,13 +754,13 @@ msgstr "" "Das OLSRd-Plugin liest Informationen über Meshnetzwerke aus der OLSR-Txtinfo-" "Erweiterung." -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:11 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:8 msgid "" "The OpenVPN plugin gathers information about the current vpn connection " "status." msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:14 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:6 msgid "" "The conntrack plugin collects statistics about the number of tracked " "connections." @@ -836,7 +836,7 @@ msgstr "" "Das Interface-Plugin sammelt allgemeine Verkehrsstatistiken auf ausgewählten " "Schnittstellen." -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:20 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:19 msgid "" "The iptables plugin will monitor selected firewall rules and collect " "information about processed bytes and packets per rule." @@ -865,7 +865,7 @@ msgstr "" msgid "The load plugin collects statistics about the general system load." msgstr "Das Load-Plugin sammelt Informationen über die allgemeine Systemlast." -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:14 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:6 msgid "The memory plugin collects statistics about the memory usage." msgstr "" "Das memory-Plugin sammelt Statistiken über die RAM-Auslastung des Systems." @@ -920,7 +920,7 @@ msgstr "" "Speicherverbrauch im temporären Verzeichnis. Das kann das Gerät unbrauchbar " "machen, da Systemspeicher für den regulären Betrieb fehlt!</strong>" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:67 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:65 msgid "" "The sensors plugin uses the Linux Sensors framework to gather environmental " "statistics." @@ -962,7 +962,7 @@ msgstr "" "Das Unixsock-Plugin erstellt einen Unix-Socket über welchen gesammelte Werte " "aus der laufenden Collectd-Instanz ausgelesen werden können." -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:14 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:6 msgid "The uptime plugin collects statistics about the uptime of the system." msgstr "" @@ -1030,11 +1030,11 @@ msgstr "Unixsock Plugin Konfiguration" msgid "Uptime" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:13 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:5 msgid "Uptime Plugin Configuration" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:38 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:35 msgid "Use improved naming schema" msgstr "" @@ -1072,19 +1072,19 @@ msgstr "" msgid "cUrl Plugin Configuration" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:110 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:109 msgid "e.g. br-ff" msgstr "z.B. br-ff" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:104 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:103 msgid "e.g. br-lan" msgstr "z.B. br-lan" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:116 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:115 msgid "e.g. reject-with tcp-reset" msgstr "z.B. reject-with tcp-reset" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:46 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:45 msgid "max. 16 chars" msgstr "max. 16 Buchstaben" diff --git a/applications/luci-app-statistics/po/el/statistics.po b/applications/luci-app-statistics/po/el/statistics.po index 91854366c0..f7b724c5b5 100644 --- a/applications/luci-app-statistics/po/el/statistics.po +++ b/applications/luci-app-statistics/po/el/statistics.po @@ -21,7 +21,7 @@ msgstr "" msgid "APCUPS Plugin Configuration" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:71 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:70 msgid "Action (target)" msgstr "" @@ -29,7 +29,7 @@ msgstr "" msgid "Add command for reading values" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:35 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:34 msgid "Add matching rule" msgstr "" @@ -42,7 +42,7 @@ msgstr "" msgid "Add notification command" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:26 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:23 msgid "Aggregate number of connected users" msgstr "" @@ -87,7 +87,7 @@ msgstr "" msgid "Cache flush interval" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:60 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:59 msgid "Chain" msgstr "" @@ -121,7 +121,7 @@ msgstr "" msgid "Conntrack" msgstr "Conntrack" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:13 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:5 msgid "Conntrack Plugin Configuration" msgstr "" @@ -149,7 +149,7 @@ msgstr "ΠεÏίοδος συλλογής δεδομÎνων" msgid "Datasets definition file" msgstr "ΑÏχείο οÏÎ¹ÏƒÎ¼Î¿Ï ÏƒÏ…Î½ÏŒÎ»Ï‰Î½ δεδομÎνων" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:97 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:96 msgid "Destination ip range" msgstr "" @@ -199,10 +199,10 @@ msgid "Enable" msgstr "" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/apcups.lua:14 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:18 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/contextswitch.lua:11 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpu.lua:12 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpufreq.lua:11 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpu.lua:12 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/csv.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/curl.lua:8 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/df.lua:15 @@ -212,25 +212,25 @@ msgstr "" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/entropy.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/exec.lua:16 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/interface.lua:18 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:29 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:28 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/irq.lua:16 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iwinfo.lua:12 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/load.lua:14 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:18 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/netlink.lua:20 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/network.lua:18 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/nut.lua:9 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/olsrd.lua:10 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:16 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:13 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/ping.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/processes.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/rrdtool.lua:18 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:72 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:70 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/splash_leases.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/tcpconns.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/thermal.lua:14 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/unixsock.lua:15 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:18 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:10 msgid "Enable this plugin" msgstr "" @@ -266,7 +266,7 @@ msgstr "" msgid "Forwarding between listen and server addresses" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:32 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:29 msgid "Gather compression statistics" msgstr "" @@ -274,7 +274,7 @@ msgstr "" msgid "General plugins" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:20 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:17 msgid "Generate a separate graph for each logged user" msgstr "" @@ -300,13 +300,13 @@ msgid "" "will be fed to the the called programs stdin." msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:36 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:35 msgid "" "Here you can define various criteria by which the monitored iptables rules " "are selected." msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:88 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:86 msgid "Hold Ctrl to select multiple items or to deselect entries." msgstr "" @@ -330,7 +330,7 @@ msgstr "" msgid "Ignore source addresses" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:104 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:103 msgid "Incoming interface" msgstr "" @@ -350,7 +350,7 @@ msgstr "ΔιακοπÎÏ‚" msgid "Interval for pings" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:19 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:18 msgid "Iptables Plugin Configuration" msgstr "" @@ -388,7 +388,7 @@ msgstr "" msgid "Memory" msgstr "Μνήμη" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:13 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:5 msgid "Memory Plugin Configuration" msgstr "" @@ -398,7 +398,7 @@ msgstr "" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/irq.lua:25 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iwinfo.lua:22 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/netlink.lua:79 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:120 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:118 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/thermal.lua:24 msgid "Monitor all except specified" msgstr "" @@ -407,7 +407,7 @@ msgstr "" msgid "Monitor all local listen ports" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:76 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:74 msgid "Monitor all sensors" msgstr "" @@ -465,7 +465,7 @@ msgstr "" msgid "Name" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:46 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:45 msgid "Name of the rule" msgstr "Όνομα κανόνα" @@ -489,7 +489,7 @@ msgstr "" msgid "Network plugins" msgstr "Î Ïόσθετα δικτÏου" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:82 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:81 msgid "Network protocol" msgstr "" @@ -519,19 +519,19 @@ msgstr "" msgid "OpenVPN" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:10 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:7 msgid "OpenVPN Plugin Configuration" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:44 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:41 msgid "OpenVPN status files" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:116 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:115 msgid "Options" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:110 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:109 msgid "Outgoing interface" msgstr "" @@ -614,7 +614,7 @@ msgstr "" msgid "Seconds" msgstr "ΔευτεÏόλεπτα" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:88 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:86 msgid "Sensor list" msgstr "" @@ -622,7 +622,7 @@ msgstr "" msgid "Sensors" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:66 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:64 msgid "Sensors Plugin Configuration" msgstr "" @@ -658,7 +658,7 @@ msgstr "" msgid "Socket permissions" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:91 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:90 msgid "Source ip range" msgstr "" @@ -724,7 +724,7 @@ msgstr "" msgid "TTL for ping packets" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:49 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:48 msgid "Table" msgstr "Πίνακας" @@ -742,13 +742,13 @@ msgid "" "plugin of OLSRd." msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:11 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:8 msgid "" "The OpenVPN plugin gathers information about the current vpn connection " "status." msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:14 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:6 msgid "" "The conntrack plugin collects statistics about the number of tracked " "connections." @@ -805,7 +805,7 @@ msgid "" "The interface plugin collects traffic statistics on selected interfaces." msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:20 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:19 msgid "" "The iptables plugin will monitor selected firewall rules and collect " "information about processed bytes and packets per rule." @@ -827,7 +827,7 @@ msgstr "" msgid "The load plugin collects statistics about the general system load." msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:14 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:6 msgid "The memory plugin collects statistics about the memory usage." msgstr "" @@ -865,7 +865,7 @@ msgid "" "directory. This can render the device unusable!</strong>" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:67 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:65 msgid "" "The sensors plugin uses the Linux Sensors framework to gather environmental " "statistics." @@ -903,7 +903,7 @@ msgid "" "collected data from a running collectd instance." msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:14 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:6 msgid "The uptime plugin collects statistics about the uptime of the system." msgstr "" @@ -967,11 +967,11 @@ msgstr "" msgid "Uptime" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:13 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:5 msgid "Uptime Plugin Configuration" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:38 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:35 msgid "Use improved naming schema" msgstr "" @@ -1009,19 +1009,19 @@ msgstr "" msgid "cUrl Plugin Configuration" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:110 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:109 msgid "e.g. br-ff" msgstr "Ï€.χ. br-ff" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:104 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:103 msgid "e.g. br-lan" msgstr "Ï€.χ. br-lan" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:116 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:115 msgid "e.g. reject-with tcp-reset" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:46 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:45 msgid "max. 16 chars" msgstr "" diff --git a/applications/luci-app-statistics/po/en/statistics.po b/applications/luci-app-statistics/po/en/statistics.po index 490cc81c0d..5c424c5455 100644 --- a/applications/luci-app-statistics/po/en/statistics.po +++ b/applications/luci-app-statistics/po/en/statistics.po @@ -21,7 +21,7 @@ msgstr "" msgid "APCUPS Plugin Configuration" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:71 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:70 msgid "Action (target)" msgstr "Action (target)" @@ -29,7 +29,7 @@ msgstr "Action (target)" msgid "Add command for reading values" msgstr "Add command for reading values" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:35 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:34 msgid "Add matching rule" msgstr "Add matching rule" @@ -42,7 +42,7 @@ msgstr "" msgid "Add notification command" msgstr "Add notification command" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:26 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:23 msgid "Aggregate number of connected users" msgstr "" @@ -86,7 +86,7 @@ msgstr "Cache collected data for" msgid "Cache flush interval" msgstr "Cache flush interval" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:60 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:59 msgid "Chain" msgstr "Chain" @@ -120,7 +120,7 @@ msgstr "" msgid "Conntrack" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:13 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:5 msgid "Conntrack Plugin Configuration" msgstr "" @@ -148,7 +148,7 @@ msgstr "Data collection interval" msgid "Datasets definition file" msgstr "Datasets definition file" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:97 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:96 msgid "Destination ip range" msgstr "Destination ip range" @@ -197,10 +197,10 @@ msgid "Enable" msgstr "" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/apcups.lua:14 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:18 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/contextswitch.lua:11 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpu.lua:12 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpufreq.lua:11 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpu.lua:12 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/csv.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/curl.lua:8 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/df.lua:15 @@ -210,25 +210,25 @@ msgstr "" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/entropy.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/exec.lua:16 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/interface.lua:18 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:29 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:28 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/irq.lua:16 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iwinfo.lua:12 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/load.lua:14 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:18 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/netlink.lua:20 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/network.lua:18 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/nut.lua:9 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/olsrd.lua:10 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:16 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:13 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/ping.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/processes.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/rrdtool.lua:18 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:72 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:70 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/splash_leases.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/tcpconns.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/thermal.lua:14 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/unixsock.lua:15 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:18 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:10 msgid "Enable this plugin" msgstr "Enable this plugin" @@ -264,7 +264,7 @@ msgstr "Flush cache after" msgid "Forwarding between listen and server addresses" msgstr "Forwarding between listen and server addresses" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:32 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:29 msgid "Gather compression statistics" msgstr "" @@ -272,7 +272,7 @@ msgstr "" msgid "General plugins" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:20 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:17 msgid "Generate a separate graph for each logged user" msgstr "" @@ -303,7 +303,7 @@ msgstr "" "certain threshold values have been reached. The values leading to invocation " "will be fed to the the called programs stdin." -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:36 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:35 msgid "" "Here you can define various criteria by which the monitored iptables rules " "are selected." @@ -311,7 +311,7 @@ msgstr "" "Here you can define various criteria by which the monitored iptables rules " "are selected." -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:88 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:86 msgid "Hold Ctrl to select multiple items or to deselect entries." msgstr "" @@ -335,7 +335,7 @@ msgstr "IRQ Plugin Configuration" msgid "Ignore source addresses" msgstr "Ignore source addresses" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:104 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:103 msgid "Incoming interface" msgstr "Incoming interface" @@ -355,7 +355,7 @@ msgstr "Interrupts" msgid "Interval for pings" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:19 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:18 msgid "Iptables Plugin Configuration" msgstr "Iptables Plugin Configuration" @@ -393,7 +393,7 @@ msgstr "Maximum allowed connections" msgid "Memory" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:13 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:5 msgid "Memory Plugin Configuration" msgstr "" @@ -403,7 +403,7 @@ msgstr "" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/irq.lua:25 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iwinfo.lua:22 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/netlink.lua:79 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:120 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:118 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/thermal.lua:24 msgid "Monitor all except specified" msgstr "" @@ -412,7 +412,7 @@ msgstr "" msgid "Monitor all local listen ports" msgstr "Monitor all local listen ports" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:76 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:74 msgid "Monitor all sensors" msgstr "" @@ -470,7 +470,7 @@ msgstr "Monitor remote ports" msgid "Name" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:46 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:45 msgid "Name of the rule" msgstr "Name of the rule" @@ -494,7 +494,7 @@ msgstr "Network Plugin Configuration" msgid "Network plugins" msgstr "Network plugins" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:82 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:81 msgid "Network protocol" msgstr "Network protocol" @@ -524,19 +524,19 @@ msgstr "Only create average RRAs" msgid "OpenVPN" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:10 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:7 msgid "OpenVPN Plugin Configuration" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:44 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:41 msgid "OpenVPN status files" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:116 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:115 msgid "Options" msgstr "Options" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:110 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:109 msgid "Outgoing interface" msgstr "Outgoing interface" @@ -619,7 +619,7 @@ msgstr "" msgid "Seconds" msgstr "Seconds" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:88 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:86 msgid "Sensor list" msgstr "" @@ -627,7 +627,7 @@ msgstr "" msgid "Sensors" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:66 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:64 msgid "Sensors Plugin Configuration" msgstr "" @@ -663,7 +663,7 @@ msgstr "" msgid "Socket permissions" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:91 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:90 msgid "Source ip range" msgstr "Source ip range" @@ -729,7 +729,7 @@ msgstr "TTL for network packets" msgid "TTL for ping packets" msgstr "TTL for ping packets" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:49 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:48 msgid "Table" msgstr "Table" @@ -747,13 +747,13 @@ msgid "" "plugin of OLSRd." msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:11 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:8 msgid "" "The OpenVPN plugin gathers information about the current vpn connection " "status." msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:14 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:6 msgid "" "The conntrack plugin collects statistics about the number of tracked " "connections." @@ -825,7 +825,7 @@ msgid "" msgstr "" "The interface plugin collects traffic statistics on selected interfaces." -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:20 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:19 msgid "" "The iptables plugin will monitor selected firewall rules and collect " "information about processed bytes and packets per rule." @@ -851,7 +851,7 @@ msgstr "" msgid "The load plugin collects statistics about the general system load." msgstr "The load plugin collects statistics about the general system load." -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:14 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:6 msgid "The memory plugin collects statistics about the memory usage." msgstr "" @@ -903,7 +903,7 @@ msgstr "" "values will result in a very high memory consumption in the temporary " "directory. This can render the device unusable!</strong>" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:67 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:65 msgid "" "The sensors plugin uses the Linux Sensors framework to gather environmental " "statistics." @@ -945,7 +945,7 @@ msgstr "" "The unixsock plugin creates a unix socket which can be used to read " "collected data from a running collectd instance." -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:14 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:6 msgid "The uptime plugin collects statistics about the uptime of the system." msgstr "" @@ -1012,11 +1012,11 @@ msgstr "Unixsock Plugin Configuration" msgid "Uptime" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:13 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:5 msgid "Uptime Plugin Configuration" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:38 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:35 msgid "Use improved naming schema" msgstr "" @@ -1054,19 +1054,19 @@ msgstr "" msgid "cUrl Plugin Configuration" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:110 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:109 msgid "e.g. br-ff" msgstr "e.g. br-ff" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:104 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:103 msgid "e.g. br-lan" msgstr "e.g. br-lan" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:116 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:115 msgid "e.g. reject-with tcp-reset" msgstr "e.g. reject-with tcp-reset" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:46 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:45 msgid "max. 16 chars" msgstr "max. 16 chars" diff --git a/applications/luci-app-statistics/po/es/statistics.po b/applications/luci-app-statistics/po/es/statistics.po index c8af36e1bd..d9447b5123 100644 --- a/applications/luci-app-statistics/po/es/statistics.po +++ b/applications/luci-app-statistics/po/es/statistics.po @@ -21,7 +21,7 @@ msgstr "" msgid "APCUPS Plugin Configuration" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:71 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:70 msgid "Action (target)" msgstr "Acción (objetivo)" @@ -29,7 +29,7 @@ msgstr "Acción (objetivo)" msgid "Add command for reading values" msgstr "Añadir comando para leer valores" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:35 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:34 msgid "Add matching rule" msgstr "Añadir regla" @@ -42,7 +42,7 @@ msgstr "Añadir múltiples máquinas separadas por espacio." msgid "Add notification command" msgstr "Añadir comando de notificación" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:26 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:23 msgid "Aggregate number of connected users" msgstr "" @@ -86,7 +86,7 @@ msgstr "Almacenar datos recogidos para" msgid "Cache flush interval" msgstr "Intervalo de limpieza del caché" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:60 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:59 msgid "Chain" msgstr "Cadena" @@ -120,7 +120,7 @@ msgstr "" msgid "Conntrack" msgstr "Seguimiento" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:13 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:5 msgid "Conntrack Plugin Configuration" msgstr "Configuración del seguimiento" @@ -148,7 +148,7 @@ msgstr "Intervalo de recolección de datos" msgid "Datasets definition file" msgstr "Archivo de definición de conjunto de datos" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:97 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:96 msgid "Destination ip range" msgstr "Rango IP de destino" @@ -197,10 +197,10 @@ msgid "Enable" msgstr "" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/apcups.lua:14 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:18 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/contextswitch.lua:11 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpu.lua:12 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpufreq.lua:11 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpu.lua:12 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/csv.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/curl.lua:8 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/df.lua:15 @@ -210,25 +210,25 @@ msgstr "" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/entropy.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/exec.lua:16 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/interface.lua:18 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:29 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:28 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/irq.lua:16 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iwinfo.lua:12 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/load.lua:14 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:18 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/netlink.lua:20 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/network.lua:18 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/nut.lua:9 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/olsrd.lua:10 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:16 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:13 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/ping.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/processes.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/rrdtool.lua:18 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:72 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:70 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/splash_leases.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/tcpconns.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/thermal.lua:14 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/unixsock.lua:15 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:18 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:10 msgid "Enable this plugin" msgstr "Activar este plugin" @@ -264,7 +264,7 @@ msgstr "Vaciar caché tras" msgid "Forwarding between listen and server addresses" msgstr "Retransmitir entre las direcciones de escucha y servidor" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:32 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:29 msgid "Gather compression statistics" msgstr "" @@ -272,7 +272,7 @@ msgstr "" msgid "General plugins" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:20 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:17 msgid "Generate a separate graph for each logged user" msgstr "" @@ -302,7 +302,7 @@ msgstr "" "Aquà puede definir los comandos externos que iniciará collectd cuando se " "alcancen ciertos valores umbral." -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:36 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:35 msgid "" "Here you can define various criteria by which the monitored iptables rules " "are selected." @@ -310,7 +310,7 @@ msgstr "" "Aquà puede definir varios criterios de selección de reglas de iptables " "monitorizadas." -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:88 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:86 msgid "Hold Ctrl to select multiple items or to deselect entries." msgstr "" @@ -334,7 +334,7 @@ msgstr "Configuración del plugin IRQ" msgid "Ignore source addresses" msgstr "Ignorar direcciones de origen" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:104 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:103 msgid "Incoming interface" msgstr "Interfaz de entrada" @@ -354,7 +354,7 @@ msgstr "Interrupciones" msgid "Interval for pings" msgstr "Intervalo entre pings" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:19 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:18 msgid "Iptables Plugin Configuration" msgstr "Configuración del plugin Iptables" @@ -392,7 +392,7 @@ msgstr "Máximo número de conexiones" msgid "Memory" msgstr "Memoria" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:13 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:5 msgid "Memory Plugin Configuration" msgstr "Configuración del plugin Memoria" @@ -402,7 +402,7 @@ msgstr "Configuración del plugin Memoria" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/irq.lua:25 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iwinfo.lua:22 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/netlink.lua:79 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:120 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:118 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/thermal.lua:24 msgid "Monitor all except specified" msgstr "Monitorizar todos menos los especificados" @@ -411,7 +411,7 @@ msgstr "Monitorizar todos menos los especificados" msgid "Monitor all local listen ports" msgstr "Monitorizar todos los puertos de escucha locales" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:76 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:74 msgid "Monitor all sensors" msgstr "" @@ -469,7 +469,7 @@ msgstr "Monitorizar puertos remotos" msgid "Name" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:46 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:45 msgid "Name of the rule" msgstr "Nombre de la regla" @@ -493,7 +493,7 @@ msgstr "Configuración del plugin \"Red\"" msgid "Network plugins" msgstr "Plugins de red" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:82 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:81 msgid "Network protocol" msgstr "Protocolo de red" @@ -523,19 +523,19 @@ msgstr "Crear sólo RRAs medias" msgid "OpenVPN" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:10 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:7 msgid "OpenVPN Plugin Configuration" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:44 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:41 msgid "OpenVPN status files" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:116 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:115 msgid "Options" msgstr "Opciones" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:110 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:109 msgid "Outgoing interface" msgstr "Interfaz de salida" @@ -618,7 +618,7 @@ msgstr "Guión" msgid "Seconds" msgstr "Segundos" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:88 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:86 msgid "Sensor list" msgstr "" @@ -626,7 +626,7 @@ msgstr "" msgid "Sensors" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:66 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:64 msgid "Sensors Plugin Configuration" msgstr "" @@ -662,7 +662,7 @@ msgstr "Grupo socket" msgid "Socket permissions" msgstr "Permisos para socket" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:91 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:90 msgid "Source ip range" msgstr "Rango de direcciones IP origen" @@ -728,7 +728,7 @@ msgstr "TTL para paquetes de red" msgid "TTL for ping packets" msgstr "TTL para paquetes de ping" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:49 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:48 msgid "Table" msgstr "Tabla" @@ -750,13 +750,13 @@ msgstr "" "El plugin OLSRd lee información sobre redes distribuidas desde el plugin " "txtinfo de OLSRd." -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:11 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:8 msgid "" "The OpenVPN plugin gathers information about the current vpn connection " "status." msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:14 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:6 msgid "" "The conntrack plugin collects statistics about the number of tracked " "connections." @@ -834,7 +834,7 @@ msgstr "" "El plugin \"Interface\" recoge estadÃsticas de tráfico en las interfaces " "seleccionadas." -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:20 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:19 msgid "" "The iptables plugin will monitor selected firewall rules and collect " "information about processed bytes and packets per rule." @@ -863,7 +863,7 @@ msgid "The load plugin collects statistics about the general system load." msgstr "" "El plugin \"carga\" recoge estadÃsticas sobre la carga general del sistema." -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:14 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:6 msgid "The memory plugin collects statistics about the memory usage." msgstr "El plugin \"memoria\" recoge estadÃsticas sobre el uso de memoria." @@ -916,7 +916,7 @@ msgstr "" "incorrectos puede hacer que se use mucho espacio en el directorio temporal y " "puede hacer que el dispositivo funcione mal!</strong>" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:67 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:65 msgid "" "The sensors plugin uses the Linux Sensors framework to gather environmental " "statistics." @@ -958,7 +958,7 @@ msgstr "" "El plugin \"unixsock\" crea un socket UNIX que se puede usar para leer los " "datos recogidos por una instancia collectd." -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:14 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:6 msgid "The uptime plugin collects statistics about the uptime of the system." msgstr "" @@ -1026,11 +1026,11 @@ msgstr "Configuración del plugin \"UnixSock\"" msgid "Uptime" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:13 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:5 msgid "Uptime Plugin Configuration" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:38 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:35 msgid "Use improved naming schema" msgstr "" @@ -1068,19 +1068,19 @@ msgstr "" msgid "cUrl Plugin Configuration" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:110 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:109 msgid "e.g. br-ff" msgstr "p.e. br-ff" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:104 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:103 msgid "e.g. br-lan" msgstr "p.e. br-lan" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:116 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:115 msgid "e.g. reject-with tcp-reset" msgstr "p.e. reject-with tcp-reset" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:46 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:45 msgid "max. 16 chars" msgstr "16 caracteres máximo" diff --git a/applications/luci-app-statistics/po/fr/statistics.po b/applications/luci-app-statistics/po/fr/statistics.po index de88548654..33577b6ae9 100644 --- a/applications/luci-app-statistics/po/fr/statistics.po +++ b/applications/luci-app-statistics/po/fr/statistics.po @@ -21,7 +21,7 @@ msgstr "" msgid "APCUPS Plugin Configuration" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:71 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:70 msgid "Action (target)" msgstr "Action (cible)" @@ -29,7 +29,7 @@ msgstr "Action (cible)" msgid "Add command for reading values" msgstr "Ajoute une commande pour lire des valeurs" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:35 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:34 msgid "Add matching rule" msgstr "Ajouter une règle à surveiller" @@ -42,7 +42,7 @@ msgstr "" msgid "Add notification command" msgstr "Ajoute une commande de notification" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:26 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:23 msgid "Aggregate number of connected users" msgstr "" @@ -86,7 +86,7 @@ msgstr "Mettre en cache les données collectées pendant" msgid "Cache flush interval" msgstr "Intervalle de vidange du cache" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:60 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:59 msgid "Chain" msgstr "Chaîne" @@ -120,7 +120,7 @@ msgstr "" msgid "Conntrack" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:13 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:5 msgid "Conntrack Plugin Configuration" msgstr "" @@ -148,7 +148,7 @@ msgstr "Période de récupération des données" msgid "Datasets definition file" msgstr "Fichier de définition des lots de données" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:97 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:96 msgid "Destination ip range" msgstr "plage réseau de destination" @@ -197,10 +197,10 @@ msgid "Enable" msgstr "" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/apcups.lua:14 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:18 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/contextswitch.lua:11 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpu.lua:12 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpufreq.lua:11 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpu.lua:12 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/csv.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/curl.lua:8 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/df.lua:15 @@ -210,25 +210,25 @@ msgstr "" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/entropy.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/exec.lua:16 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/interface.lua:18 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:29 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:28 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/irq.lua:16 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iwinfo.lua:12 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/load.lua:14 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:18 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/netlink.lua:20 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/network.lua:18 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/nut.lua:9 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/olsrd.lua:10 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:16 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:13 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/ping.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/processes.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/rrdtool.lua:18 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:72 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:70 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/splash_leases.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/tcpconns.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/thermal.lua:14 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/unixsock.lua:15 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:18 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:10 msgid "Enable this plugin" msgstr "Activer ce greffon" @@ -264,7 +264,7 @@ msgstr "Vidanger le cache après" msgid "Forwarding between listen and server addresses" msgstr "Transfert entre les adresses en écoute et du serveur" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:32 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:29 msgid "Gather compression statistics" msgstr "" @@ -272,7 +272,7 @@ msgstr "" msgid "General plugins" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:20 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:17 msgid "Generate a separate graph for each logged user" msgstr "" @@ -304,7 +304,7 @@ msgstr "" "collectd quand certaines valeurs-seuil seront atteintes. Les valeurs " "induisant ces démarrages seront fournies aux commandes externes via stdin." -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:36 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:35 msgid "" "Here you can define various criteria by which the monitored iptables rules " "are selected." @@ -312,7 +312,7 @@ msgstr "" "Vous pouvez définir ici les critères variés pour sélectionner les règles " "iptables à surveiller." -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:88 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:86 msgid "Hold Ctrl to select multiple items or to deselect entries." msgstr "" @@ -336,7 +336,7 @@ msgstr "Configuration du greffon IRQ" msgid "Ignore source addresses" msgstr "Ignorer les adresses-source" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:104 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:103 msgid "Incoming interface" msgstr "Interface entrante" @@ -356,7 +356,7 @@ msgstr "Interruptions" msgid "Interval for pings" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:19 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:18 msgid "Iptables Plugin Configuration" msgstr "Configuration du greffon IPtables" @@ -394,7 +394,7 @@ msgstr "Nb de Connexions autorisées au maximum" msgid "Memory" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:13 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:5 msgid "Memory Plugin Configuration" msgstr "" @@ -404,7 +404,7 @@ msgstr "" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/irq.lua:25 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iwinfo.lua:22 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/netlink.lua:79 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:120 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:118 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/thermal.lua:24 msgid "Monitor all except specified" msgstr "" @@ -413,7 +413,7 @@ msgstr "" msgid "Monitor all local listen ports" msgstr "Surveiller tous les ports en écoute locaux" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:76 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:74 msgid "Monitor all sensors" msgstr "" @@ -471,7 +471,7 @@ msgstr "Surveiller les ports destinataires" msgid "Name" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:46 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:45 msgid "Name of the rule" msgstr "Nom de la règle" @@ -495,7 +495,7 @@ msgstr "Configuration du greffon réseau" msgid "Network plugins" msgstr "Greffons liés au réseau" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:82 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:81 msgid "Network protocol" msgstr "Protocole réseau" @@ -525,19 +525,19 @@ msgstr "Créer seulement des RRAs moyens" msgid "OpenVPN" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:10 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:7 msgid "OpenVPN Plugin Configuration" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:44 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:41 msgid "OpenVPN status files" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:116 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:115 msgid "Options" msgstr "Options" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:110 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:109 msgid "Outgoing interface" msgstr "Interface sortante" @@ -620,7 +620,7 @@ msgstr "" msgid "Seconds" msgstr "Secondes" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:88 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:86 msgid "Sensor list" msgstr "" @@ -628,7 +628,7 @@ msgstr "" msgid "Sensors" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:66 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:64 msgid "Sensors Plugin Configuration" msgstr "" @@ -664,7 +664,7 @@ msgstr "" msgid "Socket permissions" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:91 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:90 msgid "Source ip range" msgstr "plage réseau source" @@ -730,7 +730,7 @@ msgstr "TTL des paquets-réseau" msgid "TTL for ping packets" msgstr "TTL des paquets ping" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:49 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:48 msgid "Table" msgstr "Table" @@ -748,13 +748,13 @@ msgid "" "plugin of OLSRd." msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:11 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:8 msgid "" "The OpenVPN plugin gathers information about the current vpn connection " "status." msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:14 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:6 msgid "" "The conntrack plugin collects statistics about the number of tracked " "connections." @@ -827,7 +827,7 @@ msgstr "" "Ce greffon des interfaces collecte des statistiques de trafic sur les " "interfaces sélectionnées." -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:20 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:19 msgid "" "The iptables plugin will monitor selected firewall rules and collect " "information about processed bytes and packets per rule." @@ -857,7 +857,7 @@ msgstr "" "Le greffon de charge-système collecte des données sur la charge générale du " "système." -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:14 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:6 msgid "The memory plugin collects statistics about the memory usage." msgstr "" @@ -911,7 +911,7 @@ msgstr "" "grande consommation mémoire dans le répertoire temporaire, qui peut rendre " "le matériel inutilisable !</strong>" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:67 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:65 msgid "" "The sensors plugin uses the Linux Sensors framework to gather environmental " "statistics." @@ -951,7 +951,7 @@ msgid "" "collected data from a running collectd instance." msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:14 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:6 msgid "The uptime plugin collects statistics about the uptime of the system." msgstr "" @@ -1019,11 +1019,11 @@ msgstr "Configuration du greffon de socket Unix" msgid "Uptime" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:13 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:5 msgid "Uptime Plugin Configuration" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:38 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:35 msgid "Use improved naming schema" msgstr "" @@ -1061,19 +1061,19 @@ msgstr "" msgid "cUrl Plugin Configuration" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:110 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:109 msgid "e.g. br-ff" msgstr "p.ex. br-ff" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:104 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:103 msgid "e.g. br-lan" msgstr "p.ex. br-lan" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:116 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:115 msgid "e.g. reject-with tcp-reset" msgstr "p.ex. reject-with tcp-reset" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:46 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:45 msgid "max. 16 chars" msgstr "Max. 16 caractères" diff --git a/applications/luci-app-statistics/po/he/statistics.po b/applications/luci-app-statistics/po/he/statistics.po index d841795f93..a5c022cb93 100644 --- a/applications/luci-app-statistics/po/he/statistics.po +++ b/applications/luci-app-statistics/po/he/statistics.po @@ -21,7 +21,7 @@ msgstr "" msgid "APCUPS Plugin Configuration" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:71 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:70 msgid "Action (target)" msgstr "" @@ -29,7 +29,7 @@ msgstr "" msgid "Add command for reading values" msgstr "הוסף פקודה לקרי×ת × ×ª×•× ×™×" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:35 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:34 msgid "Add matching rule" msgstr "" @@ -42,7 +42,7 @@ msgstr "" msgid "Add notification command" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:26 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:23 msgid "Aggregate number of connected users" msgstr "" @@ -86,7 +86,7 @@ msgstr "" msgid "Cache flush interval" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:60 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:59 msgid "Chain" msgstr "" @@ -117,7 +117,7 @@ msgstr "" msgid "Conntrack" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:13 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:5 msgid "Conntrack Plugin Configuration" msgstr "" @@ -145,7 +145,7 @@ msgstr "" msgid "Datasets definition file" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:97 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:96 msgid "Destination ip range" msgstr "" @@ -194,10 +194,10 @@ msgid "Enable" msgstr "" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/apcups.lua:14 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:18 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/contextswitch.lua:11 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpu.lua:12 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpufreq.lua:11 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpu.lua:12 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/csv.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/curl.lua:8 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/df.lua:15 @@ -207,25 +207,25 @@ msgstr "" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/entropy.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/exec.lua:16 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/interface.lua:18 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:29 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:28 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/irq.lua:16 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iwinfo.lua:12 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/load.lua:14 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:18 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/netlink.lua:20 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/network.lua:18 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/nut.lua:9 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/olsrd.lua:10 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:16 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:13 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/ping.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/processes.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/rrdtool.lua:18 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:72 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:70 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/splash_leases.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/tcpconns.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/thermal.lua:14 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/unixsock.lua:15 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:18 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:10 msgid "Enable this plugin" msgstr "" @@ -261,7 +261,7 @@ msgstr "" msgid "Forwarding between listen and server addresses" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:32 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:29 msgid "Gather compression statistics" msgstr "" @@ -269,7 +269,7 @@ msgstr "" msgid "General plugins" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:20 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:17 msgid "Generate a separate graph for each logged user" msgstr "" @@ -295,13 +295,13 @@ msgid "" "will be fed to the the called programs stdin." msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:36 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:35 msgid "" "Here you can define various criteria by which the monitored iptables rules " "are selected." msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:88 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:86 msgid "Hold Ctrl to select multiple items or to deselect entries." msgstr "" @@ -325,7 +325,7 @@ msgstr "" msgid "Ignore source addresses" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:104 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:103 msgid "Incoming interface" msgstr "" @@ -345,7 +345,7 @@ msgstr "" msgid "Interval for pings" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:19 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:18 msgid "Iptables Plugin Configuration" msgstr "" @@ -383,7 +383,7 @@ msgstr "" msgid "Memory" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:13 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:5 msgid "Memory Plugin Configuration" msgstr "" @@ -393,7 +393,7 @@ msgstr "" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/irq.lua:25 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iwinfo.lua:22 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/netlink.lua:79 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:120 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:118 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/thermal.lua:24 msgid "Monitor all except specified" msgstr "" @@ -402,7 +402,7 @@ msgstr "" msgid "Monitor all local listen ports" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:76 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:74 msgid "Monitor all sensors" msgstr "" @@ -460,7 +460,7 @@ msgstr "" msgid "Name" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:46 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:45 msgid "Name of the rule" msgstr "" @@ -484,7 +484,7 @@ msgstr "" msgid "Network plugins" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:82 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:81 msgid "Network protocol" msgstr "" @@ -514,19 +514,19 @@ msgstr "" msgid "OpenVPN" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:10 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:7 msgid "OpenVPN Plugin Configuration" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:44 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:41 msgid "OpenVPN status files" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:116 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:115 msgid "Options" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:110 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:109 msgid "Outgoing interface" msgstr "" @@ -609,7 +609,7 @@ msgstr "" msgid "Seconds" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:88 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:86 msgid "Sensor list" msgstr "" @@ -617,7 +617,7 @@ msgstr "" msgid "Sensors" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:66 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:64 msgid "Sensors Plugin Configuration" msgstr "" @@ -653,7 +653,7 @@ msgstr "" msgid "Socket permissions" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:91 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:90 msgid "Source ip range" msgstr "" @@ -719,7 +719,7 @@ msgstr "" msgid "TTL for ping packets" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:49 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:48 msgid "Table" msgstr "" @@ -737,13 +737,13 @@ msgid "" "plugin of OLSRd." msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:11 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:8 msgid "" "The OpenVPN plugin gathers information about the current vpn connection " "status." msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:14 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:6 msgid "" "The conntrack plugin collects statistics about the number of tracked " "connections." @@ -800,7 +800,7 @@ msgid "" "The interface plugin collects traffic statistics on selected interfaces." msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:20 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:19 msgid "" "The iptables plugin will monitor selected firewall rules and collect " "information about processed bytes and packets per rule." @@ -822,7 +822,7 @@ msgstr "" msgid "The load plugin collects statistics about the general system load." msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:14 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:6 msgid "The memory plugin collects statistics about the memory usage." msgstr "" @@ -860,7 +860,7 @@ msgid "" "directory. This can render the device unusable!</strong>" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:67 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:65 msgid "" "The sensors plugin uses the Linux Sensors framework to gather environmental " "statistics." @@ -898,7 +898,7 @@ msgid "" "collected data from a running collectd instance." msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:14 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:6 msgid "The uptime plugin collects statistics about the uptime of the system." msgstr "" @@ -962,11 +962,11 @@ msgstr "" msgid "Uptime" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:13 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:5 msgid "Uptime Plugin Configuration" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:38 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:35 msgid "Use improved naming schema" msgstr "" @@ -1004,19 +1004,19 @@ msgstr "" msgid "cUrl Plugin Configuration" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:110 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:109 msgid "e.g. br-ff" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:104 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:103 msgid "e.g. br-lan" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:116 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:115 msgid "e.g. reject-with tcp-reset" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:46 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:45 msgid "max. 16 chars" msgstr "" diff --git a/applications/luci-app-statistics/po/hu/statistics.po b/applications/luci-app-statistics/po/hu/statistics.po index 4288e99821..73936ae6fe 100644 --- a/applications/luci-app-statistics/po/hu/statistics.po +++ b/applications/luci-app-statistics/po/hu/statistics.po @@ -19,7 +19,7 @@ msgstr "" msgid "APCUPS Plugin Configuration" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:71 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:70 msgid "Action (target)" msgstr "Tevékenység (cél)" @@ -27,7 +27,7 @@ msgstr "Tevékenység (cél)" msgid "Add command for reading values" msgstr "Érték olvasására szolgáló parancs hozzáadása" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:35 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:34 msgid "Add matching rule" msgstr "Szabály hozzáadása" @@ -40,7 +40,7 @@ msgstr "" msgid "Add notification command" msgstr "ÉrtesÃtési parancs hozzáadása" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:26 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:23 msgid "Aggregate number of connected users" msgstr "" @@ -84,7 +84,7 @@ msgstr "" msgid "Cache flush interval" msgstr "GyorsÃtótár ürÃtési idÅ‘köz" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:60 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:59 msgid "Chain" msgstr "Lánc" @@ -118,7 +118,7 @@ msgstr "" msgid "Conntrack" msgstr "Conntrack" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:13 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:5 msgid "Conntrack Plugin Configuration" msgstr "Conntrack bÅ‘vÃtmény beállÃtása" @@ -146,7 +146,7 @@ msgstr "Adatgyűjtési idÅ‘szak" msgid "Datasets definition file" msgstr "Adatkészlet leÃró fálj" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:97 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:96 msgid "Destination ip range" msgstr "Cél IP tartomány" @@ -195,10 +195,10 @@ msgid "Enable" msgstr "" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/apcups.lua:14 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:18 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/contextswitch.lua:11 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpu.lua:12 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpufreq.lua:11 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpu.lua:12 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/csv.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/curl.lua:8 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/df.lua:15 @@ -208,25 +208,25 @@ msgstr "" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/entropy.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/exec.lua:16 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/interface.lua:18 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:29 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:28 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/irq.lua:16 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iwinfo.lua:12 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/load.lua:14 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:18 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/netlink.lua:20 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/network.lua:18 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/nut.lua:9 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/olsrd.lua:10 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:16 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:13 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/ping.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/processes.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/rrdtool.lua:18 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:72 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:70 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/splash_leases.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/tcpconns.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/thermal.lua:14 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/unixsock.lua:15 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:18 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:10 msgid "Enable this plugin" msgstr "BÅ‘vÃtmény engedélyezése" @@ -262,7 +262,7 @@ msgstr "GyorsÃtótár ürÃtése ezután:" msgid "Forwarding between listen and server addresses" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:32 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:29 msgid "Gather compression statistics" msgstr "" @@ -270,7 +270,7 @@ msgstr "" msgid "General plugins" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:20 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:17 msgid "Generate a separate graph for each logged user" msgstr "" @@ -302,7 +302,7 @@ msgstr "" "amikor bizonyos küszbértékek elérésre kerülnek. A hÃvást kiváltó értékek a " "meghÃvott programok szabványos bemenetére lesznek küldve." -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:36 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:35 msgid "" "Here you can define various criteria by which the monitored iptables rules " "are selected." @@ -310,7 +310,7 @@ msgstr "" "Itt addhatók meg különbözÅ‘ feltételek, amelyek alapján a megfigyelt iptables " "szabályok kiválasztásra kerülnek." -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:88 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:86 msgid "Hold Ctrl to select multiple items or to deselect entries." msgstr "" @@ -335,7 +335,7 @@ msgstr "IRQ bÅ‘vÃtmény beállÃtása" msgid "Ignore source addresses" msgstr "Forrás cÃmek figyelmen kÃvül hagyása" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:104 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:103 msgid "Incoming interface" msgstr "BejövÅ‘ interfész" @@ -355,7 +355,7 @@ msgstr "MegszakÃtások" msgid "Interval for pings" msgstr "Ping-ek közötti idÅ‘" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:19 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:18 msgid "Iptables Plugin Configuration" msgstr "Iptables bÅ‘vÃtmény beállÃtása" @@ -395,7 +395,7 @@ msgstr "Megengedett kapcsolatok maximális száma" msgid "Memory" msgstr "Memória" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:13 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:5 msgid "Memory Plugin Configuration" msgstr "Memória bÅ‘vÃtmény beállÃtása" @@ -405,7 +405,7 @@ msgstr "Memória bÅ‘vÃtmény beállÃtása" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/irq.lua:25 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iwinfo.lua:22 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/netlink.lua:79 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:120 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:118 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/thermal.lua:24 msgid "Monitor all except specified" msgstr "" @@ -414,7 +414,7 @@ msgstr "" msgid "Monitor all local listen ports" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:76 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:74 msgid "Monitor all sensors" msgstr "" @@ -472,7 +472,7 @@ msgstr "Távoli portok figyelése" msgid "Name" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:46 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:45 msgid "Name of the rule" msgstr "A szabály neve" @@ -496,7 +496,7 @@ msgstr "Hálózat bÅ‘vÃtmény beállÃtása" msgid "Network plugins" msgstr "Hálózati bÅ‘vÃtmények" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:82 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:81 msgid "Network protocol" msgstr "Hálózati protokoll" @@ -526,19 +526,19 @@ msgstr "Csak átlag RRA-k létrehozása" msgid "OpenVPN" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:10 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:7 msgid "OpenVPN Plugin Configuration" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:44 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:41 msgid "OpenVPN status files" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:116 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:115 msgid "Options" msgstr "LehetÅ‘ségek" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:110 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:109 msgid "Outgoing interface" msgstr "KimenÅ‘ interfész" @@ -621,7 +621,7 @@ msgstr "Parancsfájl" msgid "Seconds" msgstr "másodperc" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:88 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:86 msgid "Sensor list" msgstr "" @@ -629,7 +629,7 @@ msgstr "" msgid "Sensors" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:66 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:64 msgid "Sensors Plugin Configuration" msgstr "" @@ -665,7 +665,7 @@ msgstr "Socket csoport" msgid "Socket permissions" msgstr "Socket jogosultságok" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:91 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:90 msgid "Source ip range" msgstr "Forrás IP tartomány" @@ -735,7 +735,7 @@ msgstr "TTL a hálózati csomagokhoz" msgid "TTL for ping packets" msgstr "TTL a ping csomagokhoz" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:49 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:48 msgid "Table" msgstr "Táblázat" @@ -755,13 +755,13 @@ msgstr "" "Az OLSRd bÅ‘vÃtmény a összekapcsolt hálózatokról olvas információkat az OLSRd " "txttinfo bÅ‘vÃtményén keresztül." -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:11 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:8 msgid "" "The OpenVPN plugin gathers information about the current vpn connection " "status." msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:14 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:6 msgid "" "The conntrack plugin collects statistics about the number of tracked " "connections." @@ -838,7 +838,7 @@ msgstr "" "Az interface bÅ‘vÃtmény forgalmi statisztikákat gyűjt a kiválasztott " "interfészekrÅ‘l." -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:20 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:19 msgid "" "The iptables plugin will monitor selected firewall rules and collect " "information about processed bytes and packets per rule." @@ -863,7 +863,7 @@ msgid "The load plugin collects statistics about the general system load." msgstr "" "A load bÅ‘vÃtmény az általános rendszzer terhelésrÅ‘l gyűjt statisztikákat." -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:14 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:6 msgid "The memory plugin collects statistics about the memory usage." msgstr "A memória bÅ‘vÃtmény a memórahasználatról gyűjt információkat." @@ -903,7 +903,7 @@ msgid "" "directory. This can render the device unusable!</strong>" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:67 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:65 msgid "" "The sensors plugin uses the Linux Sensors framework to gather environmental " "statistics." @@ -945,7 +945,7 @@ msgstr "" "A unixsock bÅ‘vÃtmény létrehoz egy unix socket-et melyen keresztül " "kiolvashatók az összegyűjtött adatok egy futó collectd-bÅ‘l. " -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:14 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:6 msgid "The uptime plugin collects statistics about the uptime of the system." msgstr "" @@ -1011,11 +1011,11 @@ msgstr "UnixSock bÅ‘vÃtmény beállÃtása" msgid "Uptime" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:13 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:5 msgid "Uptime Plugin Configuration" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:38 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:35 msgid "Use improved naming schema" msgstr "" @@ -1053,19 +1053,19 @@ msgstr "" msgid "cUrl Plugin Configuration" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:110 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:109 msgid "e.g. br-ff" msgstr "pl. br-ff" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:104 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:103 msgid "e.g. br-lan" msgstr "pl. br-lan" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:116 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:115 msgid "e.g. reject-with tcp-reset" msgstr "pl. reject-with tcp-reset" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:46 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:45 msgid "max. 16 chars" msgstr "max. 16 karakter" diff --git a/applications/luci-app-statistics/po/it/statistics.po b/applications/luci-app-statistics/po/it/statistics.po index 1faf714662..b2a5d5134b 100644 --- a/applications/luci-app-statistics/po/it/statistics.po +++ b/applications/luci-app-statistics/po/it/statistics.po @@ -21,7 +21,7 @@ msgstr "" msgid "APCUPS Plugin Configuration" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:71 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:70 msgid "Action (target)" msgstr "Azione (destinazione)" @@ -29,7 +29,7 @@ msgstr "Azione (destinazione)" msgid "Add command for reading values" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:35 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:34 msgid "Add matching rule" msgstr "" @@ -42,7 +42,7 @@ msgstr "" msgid "Add notification command" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:26 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:23 msgid "Aggregate number of connected users" msgstr "" @@ -86,7 +86,7 @@ msgstr "" msgid "Cache flush interval" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:60 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:59 msgid "Chain" msgstr "" @@ -120,7 +120,7 @@ msgstr "" msgid "Conntrack" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:13 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:5 msgid "Conntrack Plugin Configuration" msgstr "" @@ -148,7 +148,7 @@ msgstr "" msgid "Datasets definition file" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:97 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:96 msgid "Destination ip range" msgstr "" @@ -197,10 +197,10 @@ msgid "Enable" msgstr "" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/apcups.lua:14 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:18 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/contextswitch.lua:11 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpu.lua:12 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpufreq.lua:11 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpu.lua:12 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/csv.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/curl.lua:8 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/df.lua:15 @@ -210,25 +210,25 @@ msgstr "" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/entropy.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/exec.lua:16 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/interface.lua:18 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:29 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:28 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/irq.lua:16 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iwinfo.lua:12 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/load.lua:14 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:18 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/netlink.lua:20 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/network.lua:18 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/nut.lua:9 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/olsrd.lua:10 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:16 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:13 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/ping.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/processes.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/rrdtool.lua:18 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:72 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:70 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/splash_leases.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/tcpconns.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/thermal.lua:14 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/unixsock.lua:15 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:18 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:10 msgid "Enable this plugin" msgstr "Abilita questo plugin" @@ -264,7 +264,7 @@ msgstr "" msgid "Forwarding between listen and server addresses" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:32 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:29 msgid "Gather compression statistics" msgstr "" @@ -272,7 +272,7 @@ msgstr "" msgid "General plugins" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:20 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:17 msgid "Generate a separate graph for each logged user" msgstr "" @@ -303,13 +303,13 @@ msgstr "" "valore soglia sia raggiunto. Il valore in questione sarà passato al comando " "incovato come stdin." -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:36 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:35 msgid "" "Here you can define various criteria by which the monitored iptables rules " "are selected." msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:88 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:86 msgid "Hold Ctrl to select multiple items or to deselect entries." msgstr "" @@ -333,7 +333,7 @@ msgstr "" msgid "Ignore source addresses" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:104 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:103 msgid "Incoming interface" msgstr "" @@ -353,7 +353,7 @@ msgstr "" msgid "Interval for pings" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:19 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:18 msgid "Iptables Plugin Configuration" msgstr "" @@ -393,7 +393,7 @@ msgstr "" msgid "Memory" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:13 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:5 msgid "Memory Plugin Configuration" msgstr "" @@ -403,7 +403,7 @@ msgstr "" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/irq.lua:25 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iwinfo.lua:22 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/netlink.lua:79 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:120 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:118 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/thermal.lua:24 msgid "Monitor all except specified" msgstr "" @@ -412,7 +412,7 @@ msgstr "" msgid "Monitor all local listen ports" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:76 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:74 msgid "Monitor all sensors" msgstr "" @@ -470,7 +470,7 @@ msgstr "" msgid "Name" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:46 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:45 msgid "Name of the rule" msgstr "" @@ -494,7 +494,7 @@ msgstr "" msgid "Network plugins" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:82 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:81 msgid "Network protocol" msgstr "" @@ -524,19 +524,19 @@ msgstr "" msgid "OpenVPN" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:10 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:7 msgid "OpenVPN Plugin Configuration" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:44 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:41 msgid "OpenVPN status files" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:116 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:115 msgid "Options" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:110 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:109 msgid "Outgoing interface" msgstr "" @@ -619,7 +619,7 @@ msgstr "" msgid "Seconds" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:88 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:86 msgid "Sensor list" msgstr "" @@ -627,7 +627,7 @@ msgstr "" msgid "Sensors" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:66 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:64 msgid "Sensors Plugin Configuration" msgstr "" @@ -663,7 +663,7 @@ msgstr "" msgid "Socket permissions" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:91 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:90 msgid "Source ip range" msgstr "" @@ -729,7 +729,7 @@ msgstr "" msgid "TTL for ping packets" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:49 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:48 msgid "Table" msgstr "Tabella" @@ -747,13 +747,13 @@ msgid "" "plugin of OLSRd." msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:11 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:8 msgid "" "The OpenVPN plugin gathers information about the current vpn connection " "status." msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:14 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:6 msgid "" "The conntrack plugin collects statistics about the number of tracked " "connections." @@ -810,7 +810,7 @@ msgid "" "The interface plugin collects traffic statistics on selected interfaces." msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:20 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:19 msgid "" "The iptables plugin will monitor selected firewall rules and collect " "information about processed bytes and packets per rule." @@ -832,7 +832,7 @@ msgstr "" msgid "The load plugin collects statistics about the general system load." msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:14 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:6 msgid "The memory plugin collects statistics about the memory usage." msgstr "" @@ -870,7 +870,7 @@ msgid "" "directory. This can render the device unusable!</strong>" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:67 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:65 msgid "" "The sensors plugin uses the Linux Sensors framework to gather environmental " "statistics." @@ -908,7 +908,7 @@ msgid "" "collected data from a running collectd instance." msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:14 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:6 msgid "The uptime plugin collects statistics about the uptime of the system." msgstr "" @@ -972,11 +972,11 @@ msgstr "" msgid "Uptime" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:13 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:5 msgid "Uptime Plugin Configuration" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:38 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:35 msgid "Use improved naming schema" msgstr "" @@ -1014,19 +1014,19 @@ msgstr "" msgid "cUrl Plugin Configuration" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:110 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:109 msgid "e.g. br-ff" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:104 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:103 msgid "e.g. br-lan" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:116 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:115 msgid "e.g. reject-with tcp-reset" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:46 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:45 msgid "max. 16 chars" msgstr "" diff --git a/applications/luci-app-statistics/po/ja/statistics.po b/applications/luci-app-statistics/po/ja/statistics.po index fcc59142fa..3c40164444 100644 --- a/applications/luci-app-statistics/po/ja/statistics.po +++ b/applications/luci-app-statistics/po/ja/statistics.po @@ -21,7 +21,7 @@ msgstr "" msgid "APCUPS Plugin Configuration" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:71 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:70 msgid "Action (target)" msgstr "アクション(対象)" @@ -29,7 +29,7 @@ msgstr "アクション(対象)" msgid "Add command for reading values" msgstr "値èªã¿å–りコマンドã®è¿½åŠ " -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:35 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:34 msgid "Add matching rule" msgstr "マッãƒãƒ³ã‚°è¦å‰‡ã®è¿½åŠ " @@ -42,7 +42,7 @@ msgstr "スペースã§åŒºåˆ‡ã‚‰ã‚ŒãŸè¤‡æ•°ã®ãƒ›ã‚¹ãƒˆã‚’è¿½åŠ ã—ã¾ã™ã€‚" msgid "Add notification command" msgstr "通知コマンドã®è¿½åŠ " -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:26 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:23 msgid "Aggregate number of connected users" msgstr "接続ユーザー数ã®ç·è¨ˆ" @@ -86,7 +86,7 @@ msgstr "åŽé›†ã•ã‚ŒãŸãƒ‡ãƒ¼ã‚¿ã‚’ã‚ャッシュã™ã‚‹" msgid "Cache flush interval" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:60 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:59 msgid "Chain" msgstr "ãƒã‚§ã‚¤ãƒ³" @@ -119,7 +119,7 @@ msgstr "" msgid "Conntrack" msgstr "Conntrack" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:13 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:5 msgid "Conntrack Plugin Configuration" msgstr "Conntrack プラグインè¨å®š" @@ -147,7 +147,7 @@ msgstr "データã®åŽé›†é–“éš”" msgid "Datasets definition file" msgstr "データベース定義ファイル" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:97 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:96 msgid "Destination ip range" msgstr "対象IPã®ç¯„囲" @@ -196,10 +196,10 @@ msgid "Enable" msgstr "" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/apcups.lua:14 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:18 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/contextswitch.lua:11 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpu.lua:12 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpufreq.lua:11 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpu.lua:12 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/csv.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/curl.lua:8 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/df.lua:15 @@ -209,25 +209,25 @@ msgstr "" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/entropy.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/exec.lua:16 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/interface.lua:18 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:29 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:28 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/irq.lua:16 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iwinfo.lua:12 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/load.lua:14 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:18 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/netlink.lua:20 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/network.lua:18 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/nut.lua:9 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/olsrd.lua:10 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:16 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:13 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/ping.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/processes.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/rrdtool.lua:18 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:72 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:70 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/splash_leases.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/tcpconns.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/thermal.lua:14 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/unixsock.lua:15 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:18 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:10 msgid "Enable this plugin" msgstr "プラグインè¨å®šã‚’有効ã«ã™ã‚‹" @@ -263,7 +263,7 @@ msgstr "" msgid "Forwarding between listen and server addresses" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:32 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:29 msgid "Gather compression statistics" msgstr "" @@ -271,7 +271,7 @@ msgstr "" msgid "General plugins" msgstr "一般プラグイン" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:20 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:17 msgid "Generate a separate graph for each logged user" msgstr "ãƒã‚°ã‚¤ãƒ³ãƒ¦ãƒ¼ã‚¶ãƒ¼ã”ã¨ã®åˆ†é›¢ã•ã‚ŒãŸã‚°ãƒ©ãƒ•ã‚’生æˆã—ã¾ã™ã€‚" @@ -302,7 +302,7 @@ msgstr "" "定ã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚呼ã³å‡ºã—ã«ã¤ãªãŒã‚‹å€¤ã¯ã€å‘¼ã³å‡ºã•ã‚ŒãŸãƒ—ãƒã‚°ãƒ©ãƒ ã®æ¨™æº–å…¥" "力ã«é€ã‚‰ã‚Œã¾ã™ã€‚" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:36 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:35 msgid "" "Here you can define various criteria by which the monitored iptables rules " "are selected." @@ -310,7 +310,7 @@ msgstr "" "ã“ã“ã§ã¯ã€ãƒ¢ãƒ‹ã‚¿ãƒ¼ã™ã‚‹iptableè¦å‰‡ãŒé¸æŠžã•ã‚Œã‚‹æ§˜ã€…ãªåŸºæº–ã‚’è¨å®šã™ã‚‹ã“ã¨ãŒã§ãã¾" "ã™ã€‚" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:88 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:86 msgid "Hold Ctrl to select multiple items or to deselect entries." msgstr "複数ã®é …目をé¸æŠžã¾ãŸã¯è§£é™¤ã™ã‚‹ã«ã¯ã€Ctrlã‚ーを押ã—ãŸã¾ã¾ã«ã—ã¾ã™ã€‚" @@ -334,7 +334,7 @@ msgstr "IRQ プラグインè¨å®š" msgid "Ignore source addresses" msgstr "無視ã™ã‚‹ã‚¢ã‚¯ã‚»ã‚¹å…ƒã‚¢ãƒ‰ãƒ¬ã‚¹" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:104 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:103 msgid "Incoming interface" msgstr "ç€ä¿¡ã‚¤ãƒ³ã‚¿ãƒ¼ãƒ•ã‚§ãƒ¼ã‚¹" @@ -354,7 +354,7 @@ msgstr "割込ã¿" msgid "Interval for pings" msgstr "pingé–“éš”" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:19 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:18 msgid "Iptables Plugin Configuration" msgstr "Iptables プラグインè¨å®š" @@ -395,7 +395,7 @@ msgstr "許å¯ã•ã‚ŒãŸæœ€å¤§æŽ¥ç¶šæ•°" msgid "Memory" msgstr "メモリー" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:13 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:5 msgid "Memory Plugin Configuration" msgstr "メモリー プラグインè¨å®š" @@ -405,7 +405,7 @@ msgstr "メモリー プラグインè¨å®š" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/irq.lua:25 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iwinfo.lua:22 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/netlink.lua:79 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:120 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:118 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/thermal.lua:24 msgid "Monitor all except specified" msgstr "è¨å®šå€¤ä»¥å¤–ã®å…¨ã¦ã®ã‚¤ãƒ³ã‚¿ãƒ¼ãƒ•ã‚§ãƒ¼ã‚¹ã‚’モニターã™ã‚‹" @@ -414,7 +414,7 @@ msgstr "è¨å®šå€¤ä»¥å¤–ã®å…¨ã¦ã®ã‚¤ãƒ³ã‚¿ãƒ¼ãƒ•ã‚§ãƒ¼ã‚¹ã‚’モニターã™ã‚‹ msgid "Monitor all local listen ports" msgstr "ãƒãƒ¼ã‚«ãƒ«ã®å…¨å¾…ã¡å—ã‘ãƒãƒ¼ãƒˆã‚’モニターã™ã‚‹" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:76 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:74 msgid "Monitor all sensors" msgstr "å…¨ã¦ã®ã‚»ãƒ³ã‚µãƒ¼ã‚’モニターã™ã‚‹" @@ -472,7 +472,7 @@ msgstr "リモートã®ãƒãƒ¼ãƒˆã‚’モニターã™ã‚‹" msgid "Name" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:46 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:45 msgid "Name of the rule" msgstr "ルールå" @@ -496,7 +496,7 @@ msgstr "ãƒãƒƒãƒˆãƒ¯ãƒ¼ã‚¯ãƒ—ラグインè¨å®š" msgid "Network plugins" msgstr "ãƒãƒƒãƒˆãƒ¯ãƒ¼ã‚¯ãƒ—ラグイン" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:82 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:81 msgid "Network protocol" msgstr "ãƒãƒƒãƒˆãƒ¯ãƒ¼ã‚¯ãƒ—ãƒãƒˆã‚³ãƒ«" @@ -529,19 +529,19 @@ msgstr "å¹³å‡å€¤ã®RRAsã®ã¿ä½œæˆã™ã‚‹" msgid "OpenVPN" msgstr "OpenVPN" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:10 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:7 msgid "OpenVPN Plugin Configuration" msgstr "OpenVPN プラグインè¨å®š" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:44 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:41 msgid "OpenVPN status files" msgstr "OpenVPN ステータスファイル" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:116 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:115 msgid "Options" msgstr "オプション" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:110 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:109 msgid "Outgoing interface" msgstr "é€ä¿¡ã‚¤ãƒ³ã‚¿ãƒ¼ãƒ•ã‚§ãƒ¼ã‚¹" @@ -624,7 +624,7 @@ msgstr "スクリプト" msgid "Seconds" msgstr "秒" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:88 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:86 msgid "Sensor list" msgstr "センサー一覧" @@ -632,7 +632,7 @@ msgstr "センサー一覧" msgid "Sensors" msgstr "センサー" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:66 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:64 msgid "Sensors Plugin Configuration" msgstr "センサー プラグインè¨å®š" @@ -668,7 +668,7 @@ msgstr "ソケット グループ" msgid "Socket permissions" msgstr "ソケット パーミッション" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:91 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:90 msgid "Source ip range" msgstr "ソースIPã®ç¯„囲" @@ -734,7 +734,7 @@ msgstr "ãƒãƒƒãƒˆãƒ¯ãƒ¼ã‚¯ãƒ‘ケットã®TTL" msgid "TTL for ping packets" msgstr "pingパケットã®TTL" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:49 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:48 msgid "Table" msgstr "テーブル" @@ -752,14 +752,14 @@ msgid "" "plugin of OLSRd." msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:11 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:8 msgid "" "The OpenVPN plugin gathers information about the current vpn connection " "status." msgstr "" "OpenVPN プラグインã¯ã€ç¾åœ¨ã®VPN接続ステータスã«ã¤ã„ã¦ã®æƒ…å ±ã‚’åŽé›†ã—ã¾ã™ã€‚" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:14 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:6 msgid "" "The conntrack plugin collects statistics about the number of tracked " "connections." @@ -833,7 +833,7 @@ msgstr "" "インターフェースプラグインã¯ã€é¸æŠžã—ãŸã‚¤ãƒ³ã‚¿ãƒ¼ãƒ•ã‚§ãƒ¼ã‚¹ã®ãƒˆãƒ©ãƒ•ã‚£ãƒƒã‚¯ã®çµ±è¨ˆæƒ…" "å ±ã‚’åŽé›†ã—ã¾ã™ã€‚" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:20 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:19 msgid "" "The iptables plugin will monitor selected firewall rules and collect " "information about processed bytes and packets per rule." @@ -860,7 +860,7 @@ msgstr "" msgid "The load plugin collects statistics about the general system load." msgstr "è² è·ãƒ—ラグインã¯ã€ã‚·ã‚¹ãƒ†ãƒ è² è·ã®çµ±è¨ˆæƒ…å ±ã‚’åŽé›†ã—ã¾ã™ã€‚" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:14 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:6 msgid "The memory plugin collects statistics about the memory usage." msgstr "メモリー プラグインã¯ã€ãƒ¡ãƒ¢ãƒªãƒ¼ä½¿ç”¨ã«ã¤ã„ã¦ã®çµ±è¨ˆã‚’åŽé›†ã—ã¾ã™ã€‚" @@ -913,7 +913,7 @@ msgstr "" "時的ãªãƒ‡ã‚£ãƒ¬ã‚¯ãƒˆãƒªã«ã‚ˆã£ã¦ãƒ¡ãƒ¢ãƒªãƒ¼æ¶ˆè²»é‡ãŒéžå¸¸ã«é«˜ããªã‚Šã¾ã™ã€‚ã“ã‚Œã¯ãƒ‡ãƒã‚¤ã‚¹" "を使用ä¸èƒ½ã«ã™ã‚‹å¯èƒ½æ€§ãŒã‚ã‚Šã¾ã™ï¼</strong>" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:67 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:65 msgid "" "The sensors plugin uses the Linux Sensors framework to gather environmental " "statistics." @@ -960,7 +960,7 @@ msgstr "" "unixsock プラグインã¯ã€å®Ÿè¡Œä¸ã®collectd インスタンスã‹ã‚‰åŽé›†ãƒ‡ãƒ¼ã‚¿ã®èªã¿å–ã‚Š" "ã«ä½¿ç”¨å¯èƒ½ãªUNIX ソケットを作æˆã—ã¾ã™ã€‚" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:14 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:6 msgid "The uptime plugin collects statistics about the uptime of the system." msgstr "稼åƒæ™‚é–“ プラグインã¯ã€ã‚·ã‚¹ãƒ†ãƒ ã®ç¨¼åƒæ™‚é–“ã«ã¤ã„ã¦ã®çµ±è¨ˆã‚’åŽé›†ã—ã¾ã™ã€‚" @@ -1029,11 +1029,11 @@ msgstr "Unixsock プラグインè¨å®š" msgid "Uptime" msgstr "稼åƒæ™‚é–“" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:13 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:5 msgid "Uptime Plugin Configuration" msgstr "稼åƒæ™‚間プラグインè¨å®š" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:38 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:35 msgid "Use improved naming schema" msgstr "" @@ -1073,19 +1073,19 @@ msgstr "" msgid "cUrl Plugin Configuration" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:110 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:109 msgid "e.g. br-ff" msgstr "例: br-ff" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:104 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:103 msgid "e.g. br-lan" msgstr "例: br-lan" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:116 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:115 msgid "e.g. reject-with tcp-reset" msgstr "例: reject-with tcp-reset" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:46 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:45 msgid "max. 16 chars" msgstr "最大16æ–‡å—" diff --git a/applications/luci-app-statistics/po/ms/statistics.po b/applications/luci-app-statistics/po/ms/statistics.po index 9bef9db2ae..17a529e18c 100644 --- a/applications/luci-app-statistics/po/ms/statistics.po +++ b/applications/luci-app-statistics/po/ms/statistics.po @@ -18,7 +18,7 @@ msgstr "" msgid "APCUPS Plugin Configuration" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:71 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:70 msgid "Action (target)" msgstr "" @@ -26,7 +26,7 @@ msgstr "" msgid "Add command for reading values" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:35 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:34 msgid "Add matching rule" msgstr "" @@ -39,7 +39,7 @@ msgstr "" msgid "Add notification command" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:26 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:23 msgid "Aggregate number of connected users" msgstr "" @@ -83,7 +83,7 @@ msgstr "" msgid "Cache flush interval" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:60 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:59 msgid "Chain" msgstr "" @@ -114,7 +114,7 @@ msgstr "" msgid "Conntrack" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:13 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:5 msgid "Conntrack Plugin Configuration" msgstr "" @@ -142,7 +142,7 @@ msgstr "" msgid "Datasets definition file" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:97 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:96 msgid "Destination ip range" msgstr "" @@ -191,10 +191,10 @@ msgid "Enable" msgstr "" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/apcups.lua:14 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:18 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/contextswitch.lua:11 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpu.lua:12 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpufreq.lua:11 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpu.lua:12 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/csv.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/curl.lua:8 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/df.lua:15 @@ -204,25 +204,25 @@ msgstr "" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/entropy.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/exec.lua:16 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/interface.lua:18 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:29 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:28 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/irq.lua:16 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iwinfo.lua:12 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/load.lua:14 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:18 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/netlink.lua:20 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/network.lua:18 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/nut.lua:9 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/olsrd.lua:10 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:16 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:13 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/ping.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/processes.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/rrdtool.lua:18 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:72 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:70 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/splash_leases.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/tcpconns.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/thermal.lua:14 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/unixsock.lua:15 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:18 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:10 msgid "Enable this plugin" msgstr "" @@ -258,7 +258,7 @@ msgstr "" msgid "Forwarding between listen and server addresses" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:32 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:29 msgid "Gather compression statistics" msgstr "" @@ -266,7 +266,7 @@ msgstr "" msgid "General plugins" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:20 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:17 msgid "Generate a separate graph for each logged user" msgstr "" @@ -292,13 +292,13 @@ msgid "" "will be fed to the the called programs stdin." msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:36 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:35 msgid "" "Here you can define various criteria by which the monitored iptables rules " "are selected." msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:88 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:86 msgid "Hold Ctrl to select multiple items or to deselect entries." msgstr "" @@ -322,7 +322,7 @@ msgstr "" msgid "Ignore source addresses" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:104 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:103 msgid "Incoming interface" msgstr "" @@ -342,7 +342,7 @@ msgstr "" msgid "Interval for pings" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:19 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:18 msgid "Iptables Plugin Configuration" msgstr "" @@ -380,7 +380,7 @@ msgstr "" msgid "Memory" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:13 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:5 msgid "Memory Plugin Configuration" msgstr "" @@ -390,7 +390,7 @@ msgstr "" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/irq.lua:25 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iwinfo.lua:22 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/netlink.lua:79 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:120 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:118 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/thermal.lua:24 msgid "Monitor all except specified" msgstr "" @@ -399,7 +399,7 @@ msgstr "" msgid "Monitor all local listen ports" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:76 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:74 msgid "Monitor all sensors" msgstr "" @@ -457,7 +457,7 @@ msgstr "" msgid "Name" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:46 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:45 msgid "Name of the rule" msgstr "" @@ -481,7 +481,7 @@ msgstr "" msgid "Network plugins" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:82 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:81 msgid "Network protocol" msgstr "" @@ -511,19 +511,19 @@ msgstr "" msgid "OpenVPN" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:10 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:7 msgid "OpenVPN Plugin Configuration" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:44 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:41 msgid "OpenVPN status files" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:116 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:115 msgid "Options" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:110 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:109 msgid "Outgoing interface" msgstr "" @@ -606,7 +606,7 @@ msgstr "" msgid "Seconds" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:88 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:86 msgid "Sensor list" msgstr "" @@ -614,7 +614,7 @@ msgstr "" msgid "Sensors" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:66 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:64 msgid "Sensors Plugin Configuration" msgstr "" @@ -650,7 +650,7 @@ msgstr "" msgid "Socket permissions" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:91 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:90 msgid "Source ip range" msgstr "" @@ -716,7 +716,7 @@ msgstr "" msgid "TTL for ping packets" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:49 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:48 msgid "Table" msgstr "" @@ -734,13 +734,13 @@ msgid "" "plugin of OLSRd." msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:11 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:8 msgid "" "The OpenVPN plugin gathers information about the current vpn connection " "status." msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:14 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:6 msgid "" "The conntrack plugin collects statistics about the number of tracked " "connections." @@ -797,7 +797,7 @@ msgid "" "The interface plugin collects traffic statistics on selected interfaces." msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:20 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:19 msgid "" "The iptables plugin will monitor selected firewall rules and collect " "information about processed bytes and packets per rule." @@ -819,7 +819,7 @@ msgstr "" msgid "The load plugin collects statistics about the general system load." msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:14 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:6 msgid "The memory plugin collects statistics about the memory usage." msgstr "" @@ -857,7 +857,7 @@ msgid "" "directory. This can render the device unusable!</strong>" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:67 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:65 msgid "" "The sensors plugin uses the Linux Sensors framework to gather environmental " "statistics." @@ -895,7 +895,7 @@ msgid "" "collected data from a running collectd instance." msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:14 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:6 msgid "The uptime plugin collects statistics about the uptime of the system." msgstr "" @@ -959,11 +959,11 @@ msgstr "" msgid "Uptime" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:13 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:5 msgid "Uptime Plugin Configuration" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:38 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:35 msgid "Use improved naming schema" msgstr "" @@ -1001,19 +1001,19 @@ msgstr "" msgid "cUrl Plugin Configuration" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:110 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:109 msgid "e.g. br-ff" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:104 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:103 msgid "e.g. br-lan" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:116 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:115 msgid "e.g. reject-with tcp-reset" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:46 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:45 msgid "max. 16 chars" msgstr "" diff --git a/applications/luci-app-statistics/po/no/statistics.po b/applications/luci-app-statistics/po/no/statistics.po index cb2b557d0d..2b4764b2f7 100644 --- a/applications/luci-app-statistics/po/no/statistics.po +++ b/applications/luci-app-statistics/po/no/statistics.po @@ -12,7 +12,7 @@ msgstr "" msgid "APCUPS Plugin Configuration" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:71 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:70 msgid "Action (target)" msgstr "Handling (mÃ¥l)" @@ -20,7 +20,7 @@ msgstr "Handling (mÃ¥l)" msgid "Add command for reading values" msgstr "Legg til kommando for lesing av verdier" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:35 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:34 msgid "Add matching rule" msgstr "Legg til matchende regel" @@ -33,7 +33,7 @@ msgstr "Legg til flere verter adskilt med mellomrom." msgid "Add notification command" msgstr "Legg til varsling kommando" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:26 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:23 msgid "Aggregate number of connected users" msgstr "" @@ -77,7 +77,7 @@ msgstr "Hurtigbufre innsamlede data for" msgid "Cache flush interval" msgstr "Intervall for tømming av hurtigbuffer" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:60 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:59 msgid "Chain" msgstr "Lenke" @@ -111,7 +111,7 @@ msgstr "" msgid "Conntrack" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:13 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:5 msgid "Conntrack Plugin Configuration" msgstr "" @@ -139,7 +139,7 @@ msgstr "Datainnsamling intervall" msgid "Datasets definition file" msgstr "Datasett definisjonsfil" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:97 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:96 msgid "Destination ip range" msgstr "Destinasjon ip omrÃ¥de" @@ -188,10 +188,10 @@ msgid "Enable" msgstr "" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/apcups.lua:14 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:18 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/contextswitch.lua:11 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpu.lua:12 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpufreq.lua:11 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpu.lua:12 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/csv.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/curl.lua:8 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/df.lua:15 @@ -201,25 +201,25 @@ msgstr "" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/entropy.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/exec.lua:16 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/interface.lua:18 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:29 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:28 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/irq.lua:16 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iwinfo.lua:12 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/load.lua:14 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:18 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/netlink.lua:20 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/network.lua:18 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/nut.lua:9 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/olsrd.lua:10 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:16 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:13 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/ping.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/processes.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/rrdtool.lua:18 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:72 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:70 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/splash_leases.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/tcpconns.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/thermal.lua:14 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/unixsock.lua:15 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:18 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:10 msgid "Enable this plugin" msgstr "Aktiver denne plugin" @@ -255,7 +255,7 @@ msgstr "Tømme hurtigbufferen etter" msgid "Forwarding between listen and server addresses" msgstr "Videresending mellom lyttende og server adresser" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:32 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:29 msgid "Gather compression statistics" msgstr "" @@ -263,7 +263,7 @@ msgstr "" msgid "General plugins" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:20 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:17 msgid "Generate a separate graph for each logged user" msgstr "" @@ -294,13 +294,13 @@ msgstr "" "visse grenseverdier er blitt nÃ¥dd. Verdiene som fører til aktivering vil bli " "overført til det pÃ¥kallede programs stdin." -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:36 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:35 msgid "" "Here you can define various criteria by which the monitored iptables rules " "are selected." msgstr "Her kan du definere kriterier for reglene som overvÃ¥ker iptables." -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:88 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:86 msgid "Hold Ctrl to select multiple items or to deselect entries." msgstr "" @@ -324,7 +324,7 @@ msgstr "IRQ plugin konfigurasjon" msgid "Ignore source addresses" msgstr "Ignorer kilde adresser" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:104 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:103 msgid "Incoming interface" msgstr "Innkommende grensesnitt" @@ -344,7 +344,7 @@ msgstr "Avbrudd" msgid "Interval for pings" msgstr "Intervall ping" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:19 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:18 msgid "Iptables Plugin Configuration" msgstr "Iptable plugin konfigurasjon" @@ -382,7 +382,7 @@ msgstr "Maksimum tillatte tilkoblinger" msgid "Memory" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:13 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:5 msgid "Memory Plugin Configuration" msgstr "" @@ -392,7 +392,7 @@ msgstr "" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/irq.lua:25 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iwinfo.lua:22 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/netlink.lua:79 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:120 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:118 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/thermal.lua:24 msgid "Monitor all except specified" msgstr "" @@ -401,7 +401,7 @@ msgstr "" msgid "Monitor all local listen ports" msgstr "OvervÃ¥k alle lokale lyttende porter" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:76 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:74 msgid "Monitor all sensors" msgstr "" @@ -459,7 +459,7 @@ msgstr "OvervÃ¥k eksterne porter" msgid "Name" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:46 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:45 msgid "Name of the rule" msgstr "Navnet pÃ¥ regelen" @@ -483,7 +483,7 @@ msgstr "Nettverks plugin konfigurasjon" msgid "Network plugins" msgstr "Nettverks plugin" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:82 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:81 msgid "Network protocol" msgstr "Nettverks protokoll" @@ -513,19 +513,19 @@ msgstr "Lag kun gjennomsnittlige RRAs" msgid "OpenVPN" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:10 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:7 msgid "OpenVPN Plugin Configuration" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:44 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:41 msgid "OpenVPN status files" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:116 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:115 msgid "Options" msgstr "Alternativer" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:110 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:109 msgid "Outgoing interface" msgstr "UtgÃ¥ende grensesnitt" @@ -608,7 +608,7 @@ msgstr "" msgid "Seconds" msgstr "Sekunder" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:88 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:86 msgid "Sensor list" msgstr "" @@ -616,7 +616,7 @@ msgstr "" msgid "Sensors" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:66 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:64 msgid "Sensors Plugin Configuration" msgstr "" @@ -652,7 +652,7 @@ msgstr "" msgid "Socket permissions" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:91 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:90 msgid "Source ip range" msgstr "Kilde ip omrÃ¥de" @@ -718,7 +718,7 @@ msgstr "TTL for nettverkspakker" msgid "TTL for ping packets" msgstr "TTL for ping pakker" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:49 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:48 msgid "Table" msgstr "Tabell" @@ -736,13 +736,13 @@ msgid "" "plugin of OLSRd." msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:11 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:8 msgid "" "The OpenVPN plugin gathers information about the current vpn connection " "status." msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:14 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:6 msgid "" "The conntrack plugin collects statistics about the number of tracked " "connections." @@ -813,7 +813,7 @@ msgid "" "The interface plugin collects traffic statistics on selected interfaces." msgstr "Grensesnitt plugin samler trafikk statistikk pÃ¥ utvalgte grensesnitt." -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:20 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:19 msgid "" "The iptables plugin will monitor selected firewall rules and collect " "information about processed bytes and packets per rule." @@ -839,7 +839,7 @@ msgstr "" msgid "The load plugin collects statistics about the general system load." msgstr "Belastning plugin samler statistikk systemets belastning." -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:14 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:6 msgid "The memory plugin collects statistics about the memory usage." msgstr "" @@ -891,7 +891,7 @@ msgstr "" "vil kunne resultere i et svært høyt minneforbruk i den midlertidige " "katalogen (temp). Dette kan gjøre enheten ubrukelig!</strong>" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:67 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:65 msgid "" "The sensors plugin uses the Linux Sensors framework to gather environmental " "statistics." @@ -933,7 +933,7 @@ msgstr "" "Unixsock plugin skaper en unix socket som kan brukes til Ã¥ lese innsamlet " "data fra collectd prosess." -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:14 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:6 msgid "The uptime plugin collects statistics about the uptime of the system." msgstr "" @@ -1001,11 +1001,11 @@ msgstr "Unixsock plugin konfigurasjon" msgid "Uptime" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:13 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:5 msgid "Uptime Plugin Configuration" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:38 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:35 msgid "Use improved naming schema" msgstr "" @@ -1043,19 +1043,19 @@ msgstr "" msgid "cUrl Plugin Configuration" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:110 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:109 msgid "e.g. br-ff" msgstr "f.eks. br-ff" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:104 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:103 msgid "e.g. br-lan" msgstr "f.eks. br-lan" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:116 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:115 msgid "e.g. reject-with tcp-reset" msgstr "f.eks. forkast med tcp-reset" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:46 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:45 msgid "max. 16 chars" msgstr "maks. 16 tegn" diff --git a/applications/luci-app-statistics/po/pl/statistics.po b/applications/luci-app-statistics/po/pl/statistics.po index 0ad820f9d1..34b75e1617 100644 --- a/applications/luci-app-statistics/po/pl/statistics.po +++ b/applications/luci-app-statistics/po/pl/statistics.po @@ -22,7 +22,7 @@ msgstr "" msgid "APCUPS Plugin Configuration" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:71 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:70 msgid "Action (target)" msgstr "Akcja (cel)" @@ -30,7 +30,7 @@ msgstr "Akcja (cel)" msgid "Add command for reading values" msgstr "Dodaj polecenie do odczytywania wartoÅ›ci" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:35 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:34 msgid "Add matching rule" msgstr "Dodaj pasujÄ…cÄ… reguÅ‚Ä™" @@ -43,7 +43,7 @@ msgstr "Dodaj wiele hostów rozdzielonych spacjami." msgid "Add notification command" msgstr "Dodaj komendÄ™ powiadamiajÄ…cÄ…" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:26 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:23 msgid "Aggregate number of connected users" msgstr "" @@ -87,7 +87,7 @@ msgstr "Ciasteczka zbierane dla" msgid "Cache flush interval" msgstr "OdstÄ™py czyszczenia cache" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:60 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:59 msgid "Chain" msgstr "ÅaÅ„cuch" @@ -121,7 +121,7 @@ msgstr "" msgid "Conntrack" msgstr "Conntrack" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:13 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:5 msgid "Conntrack Plugin Configuration" msgstr "Konfiguracja wtyczki Conntrack" @@ -149,7 +149,7 @@ msgstr "OdstÄ™py zbierania danych" msgid "Datasets definition file" msgstr "Zdefiniowany plik ustawieÅ„" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:97 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:96 msgid "Destination ip range" msgstr "Zakres docelowych adresów IP" @@ -198,10 +198,10 @@ msgid "Enable" msgstr "" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/apcups.lua:14 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:18 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/contextswitch.lua:11 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpu.lua:12 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpufreq.lua:11 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpu.lua:12 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/csv.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/curl.lua:8 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/df.lua:15 @@ -211,25 +211,25 @@ msgstr "" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/entropy.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/exec.lua:16 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/interface.lua:18 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:29 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:28 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/irq.lua:16 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iwinfo.lua:12 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/load.lua:14 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:18 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/netlink.lua:20 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/network.lua:18 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/nut.lua:9 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/olsrd.lua:10 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:16 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:13 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/ping.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/processes.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/rrdtool.lua:18 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:72 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:70 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/splash_leases.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/tcpconns.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/thermal.lua:14 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/unixsock.lua:15 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:18 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:10 msgid "Enable this plugin" msgstr "WÅ‚Ä…cz tÄ™ wtyczkÄ™" @@ -265,7 +265,7 @@ msgstr "Opróżnić cache po" msgid "Forwarding between listen and server addresses" msgstr "Przekazać przez sÅ‚uchacza na adres serwera" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:32 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:29 msgid "Gather compression statistics" msgstr "" @@ -273,7 +273,7 @@ msgstr "" msgid "General plugins" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:20 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:17 msgid "Generate a separate graph for each logged user" msgstr "" @@ -304,7 +304,7 @@ msgstr "" "collectd, kiedy zostanÄ… osiÄ…gniÄ™te konkretne wartoÅ›ci progowe. WartoÅ›ci " "powodujÄ…ce wÅ‚Ä…czenie bÄ™dÄ… wysyÅ‚ane do programów przez stdin." -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:36 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:35 msgid "" "Here you can define various criteria by which the monitored iptables rules " "are selected." @@ -312,7 +312,7 @@ msgstr "" "Tutaj można zdefiniować różne kryteria wedÅ‚ug których wybierane sÄ… " "monitorowane reguÅ‚y iptables." -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:88 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:86 msgid "Hold Ctrl to select multiple items or to deselect entries." msgstr "" @@ -336,7 +336,7 @@ msgstr "Konfiguracja wtyczki IRQ" msgid "Ignore source addresses" msgstr "Ignoruj adresy źródÅ‚owe" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:104 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:103 msgid "Incoming interface" msgstr "Interfejs przychodzÄ…cy" @@ -356,7 +356,7 @@ msgstr "Przerwania" msgid "Interval for pings" msgstr "OdstÄ™py dla pingów" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:19 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:18 msgid "Iptables Plugin Configuration" msgstr "Konfiguracja wtyczki iptables" @@ -396,7 +396,7 @@ msgstr "Maksymalna ilość poÅ‚Ä…czeÅ„" msgid "Memory" msgstr "Pamięć" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:13 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:5 msgid "Memory Plugin Configuration" msgstr "Konfiguracja wtyczki Pamięć" @@ -406,7 +406,7 @@ msgstr "Konfiguracja wtyczki Pamięć" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/irq.lua:25 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iwinfo.lua:22 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/netlink.lua:79 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:120 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:118 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/thermal.lua:24 msgid "Monitor all except specified" msgstr "Monitoruj wszystko oprócz podanych" @@ -415,7 +415,7 @@ msgstr "Monitoruj wszystko oprócz podanych" msgid "Monitor all local listen ports" msgstr "Monitoruj wszystkie lokalne otwarte porty" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:76 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:74 msgid "Monitor all sensors" msgstr "" @@ -473,7 +473,7 @@ msgstr "Monitoruj porty zdalne" msgid "Name" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:46 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:45 msgid "Name of the rule" msgstr "Nazwa tej reguÅ‚y" @@ -497,7 +497,7 @@ msgstr "Konfiguracja wtyczki Sieć" msgid "Network plugins" msgstr "Wtyczki sieciowe" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:82 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:81 msgid "Network protocol" msgstr "ProtokoÅ‚y sieciowe" @@ -527,19 +527,19 @@ msgstr "Twórz tylko Å›rednie archiwa RRA" msgid "OpenVPN" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:10 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:7 msgid "OpenVPN Plugin Configuration" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:44 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:41 msgid "OpenVPN status files" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:116 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:115 msgid "Options" msgstr "Opcje" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:110 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:109 msgid "Outgoing interface" msgstr "Interfejs wychodzÄ…cy" @@ -622,7 +622,7 @@ msgstr "Skrypt" msgid "Seconds" msgstr "Sekundy" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:88 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:86 msgid "Sensor list" msgstr "" @@ -630,7 +630,7 @@ msgstr "" msgid "Sensors" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:66 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:64 msgid "Sensors Plugin Configuration" msgstr "" @@ -666,7 +666,7 @@ msgstr "Gniazdo Grupy" msgid "Socket permissions" msgstr "Uprawnienia Gniazda" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:91 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:90 msgid "Source ip range" msgstr "Zakres źródÅ‚owych adresów ip" @@ -733,7 +733,7 @@ msgstr "TTL dla pakietów sieciowych" msgid "TTL for ping packets" msgstr "TTL dla pakietów ping" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:49 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:48 msgid "Table" msgstr "Tabela" @@ -753,13 +753,13 @@ msgstr "" "Wtyczka OLSRd odczytuje informacje o sieciach mesh z wtyczki txtinfo dla " "OLSRd." -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:11 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:8 msgid "" "The OpenVPN plugin gathers information about the current vpn connection " "status." msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:14 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:6 msgid "" "The conntrack plugin collects statistics about the number of tracked " "connections." @@ -830,7 +830,7 @@ msgid "" "The interface plugin collects traffic statistics on selected interfaces." msgstr "Wtyczka \"interface\" zbiera statystyki z wybranych interfejsów." -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:20 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:19 msgid "" "The iptables plugin will monitor selected firewall rules and collect " "information about processed bytes and packets per rule." @@ -858,7 +858,7 @@ msgstr "" msgid "The load plugin collects statistics about the general system load." msgstr "Wtyczka \"load\" zbiera statystyki o ogólnych obciążeniu systemu." -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:14 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:6 msgid "The memory plugin collects statistics about the memory usage." msgstr "Wtyczka \"memory\" zbiera statystyki dotyczÄ…ce wykorzystania pamiÄ™ci." @@ -911,7 +911,7 @@ msgstr "" "katalogu tymczasowym. Może to sprawić, że urzÄ…dzenie nie bÄ™dzie nadawaÅ‚o siÄ™ " "do użytku! </strong>" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:67 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:65 msgid "" "The sensors plugin uses the Linux Sensors framework to gather environmental " "statistics." @@ -953,7 +953,7 @@ msgstr "" "Wtyczka unixsock tworzy socket unix, który może być używany do odczytu " "danych zebranych z bieżącej instancji collectd." -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:14 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:6 msgid "The uptime plugin collects statistics about the uptime of the system." msgstr "" @@ -1019,11 +1019,11 @@ msgstr "Konfiguracja wtyczki UnixSock" msgid "Uptime" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:13 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:5 msgid "Uptime Plugin Configuration" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:38 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:35 msgid "Use improved naming schema" msgstr "" @@ -1061,19 +1061,19 @@ msgstr "" msgid "cUrl Plugin Configuration" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:110 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:109 msgid "e.g. br-ff" msgstr "np. br-ff" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:104 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:103 msgid "e.g. br-lan" msgstr "np. br-lan" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:116 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:115 msgid "e.g. reject-with tcp-reset" msgstr "np. reject-with tcp-reset" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:46 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:45 msgid "max. 16 chars" msgstr "max. 16 znaków" diff --git a/applications/luci-app-statistics/po/pt-br/statistics.po b/applications/luci-app-statistics/po/pt-br/statistics.po index b5e5d5a3c5..9173702cdb 100644 --- a/applications/luci-app-statistics/po/pt-br/statistics.po +++ b/applications/luci-app-statistics/po/pt-br/statistics.po @@ -21,7 +21,7 @@ msgstr "Nobreak APC" msgid "APCUPS Plugin Configuration" msgstr "Configuração do Módulo APCUPS" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:71 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:70 msgid "Action (target)" msgstr "Ação (destino)" @@ -29,7 +29,7 @@ msgstr "Ação (destino)" msgid "Add command for reading values" msgstr "Adicionar comando para leitura de valores" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:35 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:34 msgid "Add matching rule" msgstr "Adicionar regra" @@ -42,7 +42,7 @@ msgstr "Adicione múltiplos equipamentos separados por espaço." msgid "Add notification command" msgstr "Adicionar o comando de notificação" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:26 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:23 msgid "Aggregate number of connected users" msgstr "Numero agregado de usuários conectados" @@ -86,7 +86,7 @@ msgstr "Cache dos dados coletados" msgid "Cache flush interval" msgstr "Intervalo de limpeza do cache" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:60 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:59 msgid "Chain" msgstr "Cadeia" @@ -120,7 +120,7 @@ msgstr "" msgid "Conntrack" msgstr "Conntrack" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:13 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:5 msgid "Conntrack Plugin Configuration" msgstr "Configuração do Plugin do Conntrack" @@ -148,7 +148,7 @@ msgstr "Intervalo da coleta de dados" msgid "Datasets definition file" msgstr "Arquivo com a definição de dados" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:97 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:96 msgid "Destination ip range" msgstr "Faixa IP de destino" @@ -197,10 +197,10 @@ msgid "Enable" msgstr "" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/apcups.lua:14 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:18 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/contextswitch.lua:11 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpu.lua:12 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpufreq.lua:11 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpu.lua:12 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/csv.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/curl.lua:8 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/df.lua:15 @@ -210,25 +210,25 @@ msgstr "" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/entropy.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/exec.lua:16 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/interface.lua:18 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:29 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:28 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/irq.lua:16 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iwinfo.lua:12 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/load.lua:14 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:18 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/netlink.lua:20 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/network.lua:18 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/nut.lua:9 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/olsrd.lua:10 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:16 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:13 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/ping.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/processes.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/rrdtool.lua:18 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:72 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:70 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/splash_leases.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/tcpconns.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/thermal.lua:14 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/unixsock.lua:15 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:18 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:10 msgid "Enable this plugin" msgstr "Habilitar este plugin" @@ -265,7 +265,7 @@ msgid "Forwarding between listen and server addresses" msgstr "" "Encaminhamento entre o endereço de escuta e os endereços dos servidores" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:32 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:29 msgid "Gather compression statistics" msgstr "Obter estatÃsticas sobre a compressão" @@ -273,7 +273,7 @@ msgstr "Obter estatÃsticas sobre a compressão" msgid "General plugins" msgstr "Plugins Gerais" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:20 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:17 msgid "Generate a separate graph for each logged user" msgstr "Gerar um gráfico separado para cada usuário conectado" @@ -304,7 +304,7 @@ msgstr "" "collectd quando determinados valores limite forem atingidos. Os valores " "passados ao comando serão enviados para o stdin." -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:36 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:35 msgid "" "Here you can define various criteria by which the monitored iptables rules " "are selected." @@ -312,7 +312,7 @@ msgstr "" "Aqui você pode definir diversos critérios para as regras iptables " "selecionadas serem monitoradas." -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:88 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:86 msgid "Hold Ctrl to select multiple items or to deselect entries." msgstr "" "Segure o Ctrl para selecionar múltiplos itens ou para retirar entradas. " @@ -337,7 +337,7 @@ msgstr "Configuração do plugin IRQ" msgid "Ignore source addresses" msgstr "Ignorar endereços de origem" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:104 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:103 msgid "Incoming interface" msgstr "Interface de entrada" @@ -357,7 +357,7 @@ msgstr "Interrupções" msgid "Interval for pings" msgstr "Intervalo para pings" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:19 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:18 msgid "Iptables Plugin Configuration" msgstr "Configuração do plugin Iptables" @@ -399,7 +399,7 @@ msgstr "Máximo de conexões permitidas" msgid "Memory" msgstr "Memória" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:13 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:5 msgid "Memory Plugin Configuration" msgstr "Configuração do Plugin da Memória" @@ -409,7 +409,7 @@ msgstr "Configuração do Plugin da Memória" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/irq.lua:25 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iwinfo.lua:22 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/netlink.lua:79 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:120 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:118 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/thermal.lua:24 msgid "Monitor all except specified" msgstr "Monitore tudo exceto se especificado" @@ -418,7 +418,7 @@ msgstr "Monitore tudo exceto se especificado" msgid "Monitor all local listen ports" msgstr "Monitorar todas as portas locais" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:76 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:74 msgid "Monitor all sensors" msgstr "Monitorar todas os sensores" @@ -476,7 +476,7 @@ msgstr "Monitorar portas remotas" msgid "Name" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:46 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:45 msgid "Name of the rule" msgstr "Nome da regra" @@ -500,7 +500,7 @@ msgstr "Configuração do plugin Rede" msgid "Network plugins" msgstr "Plugins de rede" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:82 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:81 msgid "Network protocol" msgstr "Protocolo de rede" @@ -533,19 +533,19 @@ msgstr "Somente criar RRAs de média" msgid "OpenVPN" msgstr "OpenVPN" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:10 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:7 msgid "OpenVPN Plugin Configuration" msgstr "Configuração do Plugin do OpenVPN" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:44 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:41 msgid "OpenVPN status files" msgstr "Arquivos de estado do OpenVPN" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:116 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:115 msgid "Options" msgstr "Opções" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:110 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:109 msgid "Outgoing interface" msgstr "Interface de saÃda" @@ -628,7 +628,7 @@ msgstr "Script" msgid "Seconds" msgstr "Segundos" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:88 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:86 msgid "Sensor list" msgstr "Lista de sensores" @@ -636,7 +636,7 @@ msgstr "Lista de sensores" msgid "Sensors" msgstr "Sensores" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:66 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:64 msgid "Sensors Plugin Configuration" msgstr "Configuração do Plugin de Sensores" @@ -672,7 +672,7 @@ msgstr "Grupo do socket" msgid "Socket permissions" msgstr "Permissões do socket" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:91 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:90 msgid "Source ip range" msgstr "Faixa de IP de origem" @@ -738,7 +738,7 @@ msgstr "TTL para os pacotes de rede" msgid "TTL for ping packets" msgstr "TTL para os pacotes do ping" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:49 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:48 msgid "Table" msgstr "Tabela" @@ -758,14 +758,14 @@ msgstr "" "O plugin OLSRd lê informações sobre redes em malha (mesh) a partir do plugin " "txtinfo do OLSRd." -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:11 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:8 msgid "" "The OpenVPN plugin gathers information about the current vpn connection " "status." msgstr "" "O plugin OpenVPN reúne informações sobre o status atual da conexão VPN." -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:14 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:6 msgid "" "The conntrack plugin collects statistics about the number of tracked " "connections." @@ -841,7 +841,7 @@ msgstr "" "O plugin interface plugin coleta estatÃsticas sobre o tráfego das interfaces " "selecionadas." -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:20 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:19 msgid "" "The iptables plugin will monitor selected firewall rules and collect " "information about processed bytes and packets per rule." @@ -870,7 +870,7 @@ msgstr "" msgid "The load plugin collects statistics about the general system load." msgstr "O plugin de carga coleta estatÃsticas gerais sobre a carga do sistema." -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:14 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:6 msgid "The memory plugin collects statistics about the memory usage." msgstr "O plugin de memória coleta estatÃsticas sobre o uso da memória." @@ -923,7 +923,7 @@ msgstr "" "em um valor muito elevado no consumo de memória no diretório temporário. " "Isso pode tornar o equipamento inutilizável!</strong>" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:67 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:65 msgid "" "The sensors plugin uses the Linux Sensors framework to gather environmental " "statistics." @@ -975,7 +975,7 @@ msgstr "" "O plugin unixsock cria um socket unix, que pode ser usado para ler os dados " "coletados a partir de uma collectd em execução." -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:14 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:6 msgid "The uptime plugin collects statistics about the uptime of the system." msgstr "" "O plugin de tempo de atividade coleta estatÃsticas sobre o tempo de " @@ -1048,11 +1048,11 @@ msgstr "Configuração do plugin Unixsock" msgid "Uptime" msgstr "Tempo de atividade" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:13 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:5 msgid "Uptime Plugin Configuration" msgstr "Configuração do Plugin de Tempo de Atividade" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:38 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:35 msgid "Use improved naming schema" msgstr "Use um esquema de nomeação melhorado" @@ -1092,19 +1092,19 @@ msgstr "" msgid "cUrl Plugin Configuration" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:110 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:109 msgid "e.g. br-ff" msgstr "ex: br-ff" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:104 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:103 msgid "e.g. br-lan" msgstr "ex: br-lan" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:116 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:115 msgid "e.g. reject-with tcp-reset" msgstr "ex: rejeitar-com tcp-reset" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:46 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:45 msgid "max. 16 chars" msgstr "máx. 16 caracteres" diff --git a/applications/luci-app-statistics/po/pt/statistics.po b/applications/luci-app-statistics/po/pt/statistics.po index dc033863ce..79cb9abae8 100644 --- a/applications/luci-app-statistics/po/pt/statistics.po +++ b/applications/luci-app-statistics/po/pt/statistics.po @@ -21,7 +21,7 @@ msgstr "" msgid "APCUPS Plugin Configuration" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:71 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:70 msgid "Action (target)" msgstr "Ação (destino)" @@ -29,7 +29,7 @@ msgstr "Ação (destino)" msgid "Add command for reading values" msgstr "Adicionar comando para leitura de valores" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:35 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:34 msgid "Add matching rule" msgstr "Adicionar regra" @@ -42,7 +42,7 @@ msgstr "Adicionar hosts múltiplos separados por espaço." msgid "Add notification command" msgstr "Adicionar o comando de notificação" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:26 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:23 msgid "Aggregate number of connected users" msgstr "" @@ -86,7 +86,7 @@ msgstr "Cache dos dados coletados" msgid "Cache flush interval" msgstr "Intervalo de limpeza do cache" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:60 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:59 msgid "Chain" msgstr "Cadeia" @@ -120,7 +120,7 @@ msgstr "" msgid "Conntrack" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:13 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:5 msgid "Conntrack Plugin Configuration" msgstr "" @@ -148,7 +148,7 @@ msgstr "Intervalo da coleta de dados" msgid "Datasets definition file" msgstr "Arquivo com a definição de dados" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:97 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:96 msgid "Destination ip range" msgstr "IP de destino" @@ -197,10 +197,10 @@ msgid "Enable" msgstr "" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/apcups.lua:14 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:18 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/contextswitch.lua:11 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpu.lua:12 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpufreq.lua:11 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpu.lua:12 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/csv.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/curl.lua:8 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/df.lua:15 @@ -210,25 +210,25 @@ msgstr "" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/entropy.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/exec.lua:16 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/interface.lua:18 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:29 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:28 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/irq.lua:16 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iwinfo.lua:12 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/load.lua:14 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:18 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/netlink.lua:20 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/network.lua:18 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/nut.lua:9 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/olsrd.lua:10 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:16 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:13 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/ping.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/processes.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/rrdtool.lua:18 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:72 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:70 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/splash_leases.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/tcpconns.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/thermal.lua:14 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/unixsock.lua:15 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:18 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:10 msgid "Enable this plugin" msgstr "Habilitar este plugin" @@ -264,7 +264,7 @@ msgstr "Limpar cache após" msgid "Forwarding between listen and server addresses" msgstr "Transmissão entre o endereço de escuta e dos servidores" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:32 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:29 msgid "Gather compression statistics" msgstr "" @@ -272,7 +272,7 @@ msgstr "" msgid "General plugins" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:20 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:17 msgid "Generate a separate graph for each logged user" msgstr "" @@ -303,7 +303,7 @@ msgstr "" "quando determinados valores limite forem atingidos. Os valores passados ao " "comando serão enviados para o stdin." -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:36 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:35 msgid "" "Here you can define various criteria by which the monitored iptables rules " "are selected." @@ -311,7 +311,7 @@ msgstr "" "Aqui você pode definir diversos critérios para as regras iptables " "selecionadas serem monitoradas." -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:88 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:86 msgid "Hold Ctrl to select multiple items or to deselect entries." msgstr "" @@ -335,7 +335,7 @@ msgstr "Configuração do plugin IRQ" msgid "Ignore source addresses" msgstr "Ignorar endereços de origem" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:104 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:103 msgid "Incoming interface" msgstr "Interface de entrada" @@ -355,7 +355,7 @@ msgstr "Interrupções" msgid "Interval for pings" msgstr "Intervalo dos pings" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:19 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:18 msgid "Iptables Plugin Configuration" msgstr "Configuração do plugin Iptables" @@ -395,7 +395,7 @@ msgstr "Máximo de conexões permitidas" msgid "Memory" msgstr "Memória" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:13 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:5 msgid "Memory Plugin Configuration" msgstr "Configuração do Plugin de Memória" @@ -405,7 +405,7 @@ msgstr "Configuração do Plugin de Memória" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/irq.lua:25 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iwinfo.lua:22 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/netlink.lua:79 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:120 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:118 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/thermal.lua:24 msgid "Monitor all except specified" msgstr "Monitorizar tudo excepto os especificados" @@ -414,7 +414,7 @@ msgstr "Monitorizar tudo excepto os especificados" msgid "Monitor all local listen ports" msgstr "Monitorar todas as portas locais" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:76 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:74 msgid "Monitor all sensors" msgstr "" @@ -472,7 +472,7 @@ msgstr "Monitorar portas remotas" msgid "Name" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:46 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:45 msgid "Name of the rule" msgstr "Nome da regra" @@ -496,7 +496,7 @@ msgstr "Configuração do plugin Rede" msgid "Network plugins" msgstr "Plugins de rede" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:82 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:81 msgid "Network protocol" msgstr "Protocolo de rede" @@ -526,19 +526,19 @@ msgstr "Somente criar RRAs de média" msgid "OpenVPN" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:10 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:7 msgid "OpenVPN Plugin Configuration" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:44 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:41 msgid "OpenVPN status files" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:116 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:115 msgid "Options" msgstr "Opções" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:110 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:109 msgid "Outgoing interface" msgstr "Interface de saÃda" @@ -621,7 +621,7 @@ msgstr "" msgid "Seconds" msgstr "Segundos" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:88 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:86 msgid "Sensor list" msgstr "" @@ -629,7 +629,7 @@ msgstr "" msgid "Sensors" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:66 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:64 msgid "Sensors Plugin Configuration" msgstr "" @@ -665,7 +665,7 @@ msgstr "" msgid "Socket permissions" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:91 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:90 msgid "Source ip range" msgstr "IP de origem" @@ -731,7 +731,7 @@ msgstr "TTL para os pacotes de rede" msgid "TTL for ping packets" msgstr "TTL para os pacotes do ping" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:49 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:48 msgid "Table" msgstr "Tabela" @@ -749,13 +749,13 @@ msgid "" "plugin of OLSRd." msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:11 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:8 msgid "" "The OpenVPN plugin gathers information about the current vpn connection " "status." msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:14 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:6 msgid "" "The conntrack plugin collects statistics about the number of tracked " "connections." @@ -829,7 +829,7 @@ msgstr "" "O plugin interface plugin coleta estatÃsticas sobre o tráfego das interfaces " "selecionadas." -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:20 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:19 msgid "" "The iptables plugin will monitor selected firewall rules and collect " "information about processed bytes and packets per rule." @@ -856,7 +856,7 @@ msgstr "" msgid "The load plugin collects statistics about the general system load." msgstr "O plugin carga coleta estatÃsticas gerais sobre a carga do sistema." -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:14 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:6 msgid "The memory plugin collects statistics about the memory usage." msgstr "" @@ -909,7 +909,7 @@ msgstr "" "em um valor muito elevado no consumo de memória no diretório temporário. " "Isso pode tornar o equipamento inutilizável!</strong>" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:67 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:65 msgid "" "The sensors plugin uses the Linux Sensors framework to gather environmental " "statistics." @@ -951,7 +951,7 @@ msgstr "" "O plugin unixsock cria um socket unix, que pode ser usado para ler os dados " "coletados a partir de uma instância do collectd." -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:14 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:6 msgid "The uptime plugin collects statistics about the uptime of the system." msgstr "" @@ -1019,11 +1019,11 @@ msgstr "Configuração do plugin Unixsock" msgid "Uptime" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:13 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:5 msgid "Uptime Plugin Configuration" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:38 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:35 msgid "Use improved naming schema" msgstr "" @@ -1061,19 +1061,19 @@ msgstr "" msgid "cUrl Plugin Configuration" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:110 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:109 msgid "e.g. br-ff" msgstr "ex. br-ff" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:104 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:103 msgid "e.g. br-lan" msgstr "ex. br-lan" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:116 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:115 msgid "e.g. reject-with tcp-reset" msgstr "ex. rejeitar-com tcp-reset" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:46 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:45 msgid "max. 16 chars" msgstr "max. 16 caract." diff --git a/applications/luci-app-statistics/po/ro/statistics.po b/applications/luci-app-statistics/po/ro/statistics.po index 371e887ac1..c2882d49e4 100644 --- a/applications/luci-app-statistics/po/ro/statistics.po +++ b/applications/luci-app-statistics/po/ro/statistics.po @@ -22,7 +22,7 @@ msgstr "" msgid "APCUPS Plugin Configuration" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:71 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:70 msgid "Action (target)" msgstr "" @@ -30,7 +30,7 @@ msgstr "" msgid "Add command for reading values" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:35 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:34 msgid "Add matching rule" msgstr "" @@ -43,7 +43,7 @@ msgstr "" msgid "Add notification command" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:26 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:23 msgid "Aggregate number of connected users" msgstr "" @@ -87,7 +87,7 @@ msgstr "" msgid "Cache flush interval" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:60 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:59 msgid "Chain" msgstr "" @@ -121,7 +121,7 @@ msgstr "" msgid "Conntrack" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:13 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:5 msgid "Conntrack Plugin Configuration" msgstr "" @@ -149,7 +149,7 @@ msgstr "Intervalul de colectare date" msgid "Datasets definition file" msgstr "Fisierul de definitii dataseturi" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:97 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:96 msgid "Destination ip range" msgstr "" @@ -198,10 +198,10 @@ msgid "Enable" msgstr "" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/apcups.lua:14 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:18 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/contextswitch.lua:11 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpu.lua:12 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpufreq.lua:11 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpu.lua:12 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/csv.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/curl.lua:8 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/df.lua:15 @@ -211,25 +211,25 @@ msgstr "" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/entropy.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/exec.lua:16 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/interface.lua:18 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:29 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:28 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/irq.lua:16 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iwinfo.lua:12 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/load.lua:14 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:18 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/netlink.lua:20 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/network.lua:18 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/nut.lua:9 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/olsrd.lua:10 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:16 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:13 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/ping.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/processes.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/rrdtool.lua:18 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:72 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:70 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/splash_leases.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/tcpconns.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/thermal.lua:14 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/unixsock.lua:15 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:18 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:10 msgid "Enable this plugin" msgstr "" @@ -265,7 +265,7 @@ msgstr "" msgid "Forwarding between listen and server addresses" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:32 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:29 msgid "Gather compression statistics" msgstr "" @@ -273,7 +273,7 @@ msgstr "" msgid "General plugins" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:20 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:17 msgid "Generate a separate graph for each logged user" msgstr "" @@ -299,13 +299,13 @@ msgid "" "will be fed to the the called programs stdin." msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:36 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:35 msgid "" "Here you can define various criteria by which the monitored iptables rules " "are selected." msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:88 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:86 msgid "Hold Ctrl to select multiple items or to deselect entries." msgstr "" @@ -329,7 +329,7 @@ msgstr "" msgid "Ignore source addresses" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:104 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:103 msgid "Incoming interface" msgstr "" @@ -349,7 +349,7 @@ msgstr "Intreruperi" msgid "Interval for pings" msgstr "Interval pentru ping" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:19 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:18 msgid "Iptables Plugin Configuration" msgstr "" @@ -387,7 +387,7 @@ msgstr "" msgid "Memory" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:13 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:5 msgid "Memory Plugin Configuration" msgstr "" @@ -397,7 +397,7 @@ msgstr "" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/irq.lua:25 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iwinfo.lua:22 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/netlink.lua:79 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:120 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:118 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/thermal.lua:24 msgid "Monitor all except specified" msgstr "" @@ -406,7 +406,7 @@ msgstr "" msgid "Monitor all local listen ports" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:76 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:74 msgid "Monitor all sensors" msgstr "" @@ -464,7 +464,7 @@ msgstr "" msgid "Name" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:46 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:45 msgid "Name of the rule" msgstr "" @@ -488,7 +488,7 @@ msgstr "" msgid "Network plugins" msgstr "Pluginuri de retea" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:82 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:81 msgid "Network protocol" msgstr "" @@ -518,19 +518,19 @@ msgstr "" msgid "OpenVPN" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:10 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:7 msgid "OpenVPN Plugin Configuration" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:44 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:41 msgid "OpenVPN status files" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:116 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:115 msgid "Options" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:110 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:109 msgid "Outgoing interface" msgstr "" @@ -613,7 +613,7 @@ msgstr "" msgid "Seconds" msgstr "Secunde" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:88 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:86 msgid "Sensor list" msgstr "" @@ -621,7 +621,7 @@ msgstr "" msgid "Sensors" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:66 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:64 msgid "Sensors Plugin Configuration" msgstr "" @@ -657,7 +657,7 @@ msgstr "" msgid "Socket permissions" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:91 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:90 msgid "Source ip range" msgstr "" @@ -723,7 +723,7 @@ msgstr "" msgid "TTL for ping packets" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:49 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:48 msgid "Table" msgstr "" @@ -741,13 +741,13 @@ msgid "" "plugin of OLSRd." msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:11 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:8 msgid "" "The OpenVPN plugin gathers information about the current vpn connection " "status." msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:14 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:6 msgid "" "The conntrack plugin collects statistics about the number of tracked " "connections." @@ -806,7 +806,7 @@ msgid "" "The interface plugin collects traffic statistics on selected interfaces." msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:20 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:19 msgid "" "The iptables plugin will monitor selected firewall rules and collect " "information about processed bytes and packets per rule." @@ -828,7 +828,7 @@ msgstr "" msgid "The load plugin collects statistics about the general system load." msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:14 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:6 msgid "The memory plugin collects statistics about the memory usage." msgstr "" @@ -866,7 +866,7 @@ msgid "" "directory. This can render the device unusable!</strong>" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:67 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:65 msgid "" "The sensors plugin uses the Linux Sensors framework to gather environmental " "statistics." @@ -904,7 +904,7 @@ msgid "" "collected data from a running collectd instance." msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:14 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:6 msgid "The uptime plugin collects statistics about the uptime of the system." msgstr "" @@ -968,11 +968,11 @@ msgstr "" msgid "Uptime" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:13 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:5 msgid "Uptime Plugin Configuration" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:38 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:35 msgid "Use improved naming schema" msgstr "" @@ -1010,19 +1010,19 @@ msgstr "" msgid "cUrl Plugin Configuration" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:110 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:109 msgid "e.g. br-ff" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:104 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:103 msgid "e.g. br-lan" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:116 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:115 msgid "e.g. reject-with tcp-reset" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:46 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:45 msgid "max. 16 chars" msgstr "" diff --git a/applications/luci-app-statistics/po/ru/statistics.po b/applications/luci-app-statistics/po/ru/statistics.po index 6e7f1b55fb..7337c0bcd1 100644 --- a/applications/luci-app-statistics/po/ru/statistics.po +++ b/applications/luci-app-statistics/po/ru/statistics.po @@ -23,7 +23,7 @@ msgstr "APC ИБП" msgid "APCUPS Plugin Configuration" msgstr "ÐаÑтройка плагина «APCUPS»" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:71 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:70 msgid "Action (target)" msgstr "ДейÑтвие (цель)" @@ -31,7 +31,7 @@ msgstr "ДейÑтвие (цель)" msgid "Add command for reading values" msgstr "Добавить команду Ð´Ð»Ñ Ñ‡Ñ‚ÐµÐ½Ð¸Ñ Ð·Ð½Ð°Ñ‡ÐµÐ½Ð¸Ð¹" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:35 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:34 msgid "Add matching rule" msgstr "Добавить правило выборки" @@ -44,7 +44,7 @@ msgstr "Добавить неÑколько хоÑтов, разделённых msgid "Add notification command" msgstr "Добавить команду уведомлениÑ" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:26 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:23 msgid "Aggregate number of connected users" msgstr "Общее чиÑло подключенных пользователей" @@ -88,7 +88,7 @@ msgstr "КÑшировать Ñобранную ÑтатиÑтику в тече msgid "Cache flush interval" msgstr "Интервал ÑброÑа кÑша" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:60 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:59 msgid "Chain" msgstr "Цепочка" @@ -121,7 +121,7 @@ msgstr "" msgid "Conntrack" msgstr "ОтÑлеживание подключений (Conntrack)" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:13 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:5 msgid "Conntrack Plugin Configuration" msgstr "ÐаÑтройка плагина «Conntrack»" @@ -149,7 +149,7 @@ msgstr "Интервал Ñбора данных" msgid "Datasets definition file" msgstr "Файл Ñ Ð¾Ð¿Ñ€ÐµÐ´ÐµÐ»ÐµÐ½Ð¸ÐµÐ¼ набора данных" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:97 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:96 msgid "Destination ip range" msgstr "Диапазон IP-адреÑов назначениÑ" @@ -198,10 +198,10 @@ msgid "Enable" msgstr "Включить" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/apcups.lua:14 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:18 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/contextswitch.lua:11 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpu.lua:12 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpufreq.lua:11 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpu.lua:12 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/csv.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/curl.lua:8 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/df.lua:15 @@ -211,25 +211,25 @@ msgstr "Включить" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/entropy.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/exec.lua:16 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/interface.lua:18 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:29 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:28 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/irq.lua:16 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iwinfo.lua:12 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/load.lua:14 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:18 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/netlink.lua:20 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/network.lua:18 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/nut.lua:9 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/olsrd.lua:10 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:16 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:13 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/ping.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/processes.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/rrdtool.lua:18 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:72 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:70 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/splash_leases.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/tcpconns.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/thermal.lua:14 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/unixsock.lua:15 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:18 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:10 msgid "Enable this plugin" msgstr "Включить Ñтот плагин" @@ -265,7 +265,7 @@ msgstr "СброÑить кÑш поÑле" msgid "Forwarding between listen and server addresses" msgstr "Перенаправление между локальным адреÑом и адреÑом Ñервера" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:32 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:29 msgid "Gather compression statistics" msgstr "Сбор ÑтатиÑтики ÑжатиÑ" @@ -273,7 +273,7 @@ msgstr "Сбор ÑтатиÑтики ÑжатиÑ" msgid "General plugins" msgstr "ОÑновные плагины" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:20 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:17 msgid "Generate a separate graph for each logged user" msgstr "Создать отдельный график Ð´Ð»Ñ ÐºÐ°Ð¶Ð´Ð¾Ð³Ð¾ авторизованного пользователÑ" @@ -304,7 +304,7 @@ msgstr "" "Ð·Ð½Ð°Ñ‡ÐµÐ½Ð¸Ñ Ð´Ð¾Ñтигнут определенного порога. Ð—Ð½Ð°Ñ‡ÐµÐ½Ð¸Ñ Ð±ÑƒÐ´ÑƒÑ‚ переданы на " "Ñтандартный ввод вызванным программам." -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:36 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:35 msgid "" "Here you can define various criteria by which the monitored iptables rules " "are selected." @@ -312,7 +312,7 @@ msgstr "" "ЗдеÑÑŒ вы можете указать различные критерии, по которым будут выбраны правила " "Ð´Ð»Ñ Ñбора ÑтатиÑтики." -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:88 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:86 msgid "Hold Ctrl to select multiple items or to deselect entries." msgstr "" "Ð£Ð´ÐµÑ€Ð¶Ð¸Ð²Ð°Ñ Ð½Ð°Ð¶Ð°Ñ‚Ð¾Ð¹ клавишу Ctrl, выберите неÑколько Ñлементов или отмените " @@ -338,7 +338,7 @@ msgstr "ÐаÑтройка плагина «IRQ»" msgid "Ignore source addresses" msgstr "Игнорировать иÑходÑщие адреÑа" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:104 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:103 msgid "Incoming interface" msgstr "ВходÑщий интерфейÑ" @@ -358,7 +358,7 @@ msgstr "ПрерываниÑ" msgid "Interval for pings" msgstr "Интервал Ð´Ð»Ñ ping-запроÑов" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:19 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:18 msgid "Iptables Plugin Configuration" msgstr "ÐаÑтройка плагина «Iptables»" @@ -400,7 +400,7 @@ msgstr "МакÑимум разрешенных Ñоединений" msgid "Memory" msgstr "ÐžÐ¿ÐµÑ€Ð°Ñ‚Ð¸Ð²Ð½Ð°Ñ Ð¿Ð°Ð¼ÑÑ‚ÑŒ (RAM)" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:13 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:5 msgid "Memory Plugin Configuration" msgstr "ÐаÑтройка плагина Â«ÐžÐ¿ÐµÑ€Ð°Ñ‚Ð¸Ð²Ð½Ð°Ñ Ð¿Ð°Ð¼ÑÑ‚ÑŒ (RAM)»" @@ -410,7 +410,7 @@ msgstr "ÐаÑтройка плагина Â«ÐžÐ¿ÐµÑ€Ð°Ñ‚Ð¸Ð²Ð½Ð°Ñ Ð¿Ð°Ð¼ÑÑ‚ÑŒ #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/irq.lua:25 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iwinfo.lua:22 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/netlink.lua:79 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:120 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:118 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/thermal.lua:24 msgid "Monitor all except specified" msgstr "Собирать ÑтатиÑтику Ñо вÑех кроме указанных" @@ -419,7 +419,7 @@ msgstr "Собирать ÑтатиÑтику Ñо вÑех кроме указРmsgid "Monitor all local listen ports" msgstr "Собирать ÑтатиÑтику Ñо вÑех портов Ð´Ð»Ñ Ð²Ñ…Ð¾Ð´Ñщих Ñоединений" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:76 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:74 msgid "Monitor all sensors" msgstr "Мониторить вÑе ÑенÑоры" @@ -477,7 +477,7 @@ msgstr "Мониторить удаленные порты" msgid "Name" msgstr "ИмÑ" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:46 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:45 msgid "Name of the rule" msgstr "Ð˜Ð¼Ñ Ð¿Ñ€Ð°Ð²Ð¸Ð»Ð°" @@ -501,7 +501,7 @@ msgstr "ÐаÑтройка плагина «Сеть»" msgid "Network plugins" msgstr "Сетевые плагины" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:82 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:81 msgid "Network protocol" msgstr "Сетевой протокол" @@ -533,19 +533,19 @@ msgstr "Создавать только Ñредние RRA" msgid "OpenVPN" msgstr "OpenVPN" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:10 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:7 msgid "OpenVPN Plugin Configuration" msgstr "ÐаÑтройка плагина «OpenVPN»" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:44 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:41 msgid "OpenVPN status files" msgstr "Файлы ÑоÑтоÑÐ½Ð¸Ñ Ñлужбы OpenVPN" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:116 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:115 msgid "Options" msgstr "Опции" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:110 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:109 msgid "Outgoing interface" msgstr "ИÑходÑщий интерфейÑ" @@ -631,7 +631,7 @@ msgstr "Скрипт" msgid "Seconds" msgstr "Секунд(Ñ‹)" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:88 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:86 msgid "Sensor list" msgstr "СпиÑок ÑенÑоров" @@ -639,7 +639,7 @@ msgstr "СпиÑок ÑенÑоров" msgid "Sensors" msgstr "СенÑоры" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:66 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:64 msgid "Sensors Plugin Configuration" msgstr "ÐаÑтройка плагина «СенÑоры»" @@ -675,7 +675,7 @@ msgstr "Группа Ñокета" msgid "Socket permissions" msgstr "Права доÑтупа Ñокета" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:91 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:90 msgid "Source ip range" msgstr "Диапазон IP-адреÑов иÑточника" @@ -741,7 +741,7 @@ msgstr "TTL Ð´Ð»Ñ Ñетевых пакетов" msgid "TTL for ping packets" msgstr "TTL Ð´Ð»Ñ ping-пакетов" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:49 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:48 msgid "Table" msgstr "Таблица" @@ -761,14 +761,14 @@ msgid "" msgstr "" "Плагин «OLSRd» Ñчитывает информацию о узловых ÑетÑÑ… Ñ Ð¿Ð»Ð°Ð³Ð¸Ð½Ð° txtinfo OLSRd." -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:11 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:8 msgid "" "The OpenVPN plugin gathers information about the current vpn connection " "status." msgstr "" "Плагин «OpenVPN» Ñобирает информацию о текущем ÑоÑтоÑнии VPN подключениÑ." -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:14 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:6 msgid "" "The conntrack plugin collects statistics about the number of tracked " "connections." @@ -840,7 +840,7 @@ msgid "" msgstr "" "Плагин «ИнтерфейÑы» Ñобирает ÑтатиÑтику на выбранных Ñетевых интерфейÑах." -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:20 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:19 msgid "" "The iptables plugin will monitor selected firewall rules and collect " "information about processed bytes and packets per rule." @@ -867,7 +867,7 @@ msgstr "" msgid "The load plugin collects statistics about the general system load." msgstr "Плагин «Загрузка ÑиÑтемы» Ñобирает ÑтатиÑтику о загрузке ÑиÑтемы." -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:14 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:6 msgid "The memory plugin collects statistics about the memory usage." msgstr "" "Плагин Â«ÐžÐ¿ÐµÑ€Ð°Ñ‚Ð¸Ð²Ð½Ð°Ñ Ð¿Ð°Ð¼ÑÑ‚ÑŒ (RAM)» Ñобирает ÑтатиÑтику об иÑпользовании " @@ -920,7 +920,7 @@ msgstr "" "параметров может привезти к выÑокому потреблению памÑти уÑтройÑтва. Ðто " "может привеÑти к завиÑанию уÑтройÑтва!</strong>" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:67 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:65 msgid "" "The sensors plugin uses the Linux Sensors framework to gather environmental " "statistics." @@ -970,7 +970,7 @@ msgstr "" "Плагин «UnixSock» Ñоздает Unix-Ñокет, который может быть иÑпользован Ð´Ð»Ñ " "Ð¿Ð¾Ð»ÑƒÑ‡ÐµÐ½Ð¸Ñ ÑтатиÑтики от работающего ÑервиÑа collectd." -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:14 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:6 msgid "The uptime plugin collects statistics about the uptime of the system." msgstr "Плагин «Uptime» Ñобирает ÑтатиÑтику о времени работы ÑиÑтемы." @@ -1037,11 +1037,11 @@ msgstr "ÐаÑтройка плагина «UnixSock»" msgid "Uptime" msgstr "Ð’Ñ€ÐµÐ¼Ñ Ñ€Ð°Ð±Ð¾Ñ‚Ñ‹" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:13 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:5 msgid "Uptime Plugin Configuration" msgstr "ÐаÑтройка плагина «Uptime»" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:38 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:35 msgid "Use improved naming schema" msgstr "ИÑпользовать улучшенную Ñхему наименованиÑ" @@ -1081,19 +1081,19 @@ msgstr "" msgid "cUrl Plugin Configuration" msgstr "ÐаÑтройка плагина «cUrl»" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:110 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:109 msgid "e.g. br-ff" msgstr "напр. br-ff" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:104 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:103 msgid "e.g. br-lan" msgstr "напр. br-lan" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:116 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:115 msgid "e.g. reject-with tcp-reset" msgstr "напр. reject-with tcp-reset" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:46 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:45 msgid "max. 16 chars" msgstr "не более 16 Ñимволов" diff --git a/applications/luci-app-statistics/po/sk/statistics.po b/applications/luci-app-statistics/po/sk/statistics.po index 3b324d53e6..2381b07f90 100644 --- a/applications/luci-app-statistics/po/sk/statistics.po +++ b/applications/luci-app-statistics/po/sk/statistics.po @@ -16,7 +16,7 @@ msgstr "" msgid "APCUPS Plugin Configuration" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:71 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:70 msgid "Action (target)" msgstr "" @@ -24,7 +24,7 @@ msgstr "" msgid "Add command for reading values" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:35 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:34 msgid "Add matching rule" msgstr "" @@ -37,7 +37,7 @@ msgstr "" msgid "Add notification command" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:26 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:23 msgid "Aggregate number of connected users" msgstr "" @@ -81,7 +81,7 @@ msgstr "" msgid "Cache flush interval" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:60 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:59 msgid "Chain" msgstr "" @@ -112,7 +112,7 @@ msgstr "" msgid "Conntrack" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:13 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:5 msgid "Conntrack Plugin Configuration" msgstr "" @@ -140,7 +140,7 @@ msgstr "" msgid "Datasets definition file" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:97 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:96 msgid "Destination ip range" msgstr "" @@ -189,10 +189,10 @@ msgid "Enable" msgstr "" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/apcups.lua:14 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:18 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/contextswitch.lua:11 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpu.lua:12 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpufreq.lua:11 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpu.lua:12 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/csv.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/curl.lua:8 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/df.lua:15 @@ -202,25 +202,25 @@ msgstr "" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/entropy.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/exec.lua:16 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/interface.lua:18 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:29 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:28 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/irq.lua:16 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iwinfo.lua:12 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/load.lua:14 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:18 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/netlink.lua:20 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/network.lua:18 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/nut.lua:9 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/olsrd.lua:10 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:16 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:13 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/ping.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/processes.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/rrdtool.lua:18 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:72 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:70 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/splash_leases.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/tcpconns.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/thermal.lua:14 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/unixsock.lua:15 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:18 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:10 msgid "Enable this plugin" msgstr "" @@ -256,7 +256,7 @@ msgstr "" msgid "Forwarding between listen and server addresses" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:32 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:29 msgid "Gather compression statistics" msgstr "" @@ -264,7 +264,7 @@ msgstr "" msgid "General plugins" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:20 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:17 msgid "Generate a separate graph for each logged user" msgstr "" @@ -290,13 +290,13 @@ msgid "" "will be fed to the the called programs stdin." msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:36 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:35 msgid "" "Here you can define various criteria by which the monitored iptables rules " "are selected." msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:88 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:86 msgid "Hold Ctrl to select multiple items or to deselect entries." msgstr "" @@ -320,7 +320,7 @@ msgstr "" msgid "Ignore source addresses" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:104 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:103 msgid "Incoming interface" msgstr "" @@ -340,7 +340,7 @@ msgstr "" msgid "Interval for pings" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:19 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:18 msgid "Iptables Plugin Configuration" msgstr "" @@ -378,7 +378,7 @@ msgstr "" msgid "Memory" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:13 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:5 msgid "Memory Plugin Configuration" msgstr "" @@ -388,7 +388,7 @@ msgstr "" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/irq.lua:25 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iwinfo.lua:22 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/netlink.lua:79 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:120 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:118 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/thermal.lua:24 msgid "Monitor all except specified" msgstr "" @@ -397,7 +397,7 @@ msgstr "" msgid "Monitor all local listen ports" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:76 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:74 msgid "Monitor all sensors" msgstr "" @@ -455,7 +455,7 @@ msgstr "" msgid "Name" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:46 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:45 msgid "Name of the rule" msgstr "" @@ -479,7 +479,7 @@ msgstr "" msgid "Network plugins" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:82 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:81 msgid "Network protocol" msgstr "" @@ -509,19 +509,19 @@ msgstr "" msgid "OpenVPN" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:10 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:7 msgid "OpenVPN Plugin Configuration" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:44 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:41 msgid "OpenVPN status files" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:116 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:115 msgid "Options" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:110 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:109 msgid "Outgoing interface" msgstr "" @@ -604,7 +604,7 @@ msgstr "" msgid "Seconds" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:88 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:86 msgid "Sensor list" msgstr "" @@ -612,7 +612,7 @@ msgstr "" msgid "Sensors" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:66 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:64 msgid "Sensors Plugin Configuration" msgstr "" @@ -648,7 +648,7 @@ msgstr "" msgid "Socket permissions" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:91 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:90 msgid "Source ip range" msgstr "" @@ -714,7 +714,7 @@ msgstr "" msgid "TTL for ping packets" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:49 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:48 msgid "Table" msgstr "" @@ -732,13 +732,13 @@ msgid "" "plugin of OLSRd." msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:11 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:8 msgid "" "The OpenVPN plugin gathers information about the current vpn connection " "status." msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:14 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:6 msgid "" "The conntrack plugin collects statistics about the number of tracked " "connections." @@ -795,7 +795,7 @@ msgid "" "The interface plugin collects traffic statistics on selected interfaces." msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:20 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:19 msgid "" "The iptables plugin will monitor selected firewall rules and collect " "information about processed bytes and packets per rule." @@ -817,7 +817,7 @@ msgstr "" msgid "The load plugin collects statistics about the general system load." msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:14 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:6 msgid "The memory plugin collects statistics about the memory usage." msgstr "" @@ -855,7 +855,7 @@ msgid "" "directory. This can render the device unusable!</strong>" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:67 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:65 msgid "" "The sensors plugin uses the Linux Sensors framework to gather environmental " "statistics." @@ -893,7 +893,7 @@ msgid "" "collected data from a running collectd instance." msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:14 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:6 msgid "The uptime plugin collects statistics about the uptime of the system." msgstr "" @@ -957,11 +957,11 @@ msgstr "" msgid "Uptime" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:13 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:5 msgid "Uptime Plugin Configuration" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:38 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:35 msgid "Use improved naming schema" msgstr "" @@ -999,19 +999,19 @@ msgstr "" msgid "cUrl Plugin Configuration" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:110 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:109 msgid "e.g. br-ff" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:104 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:103 msgid "e.g. br-lan" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:116 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:115 msgid "e.g. reject-with tcp-reset" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:46 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:45 msgid "max. 16 chars" msgstr "" diff --git a/applications/luci-app-statistics/po/sv/statistics.po b/applications/luci-app-statistics/po/sv/statistics.po index e8c70e7906..703dcd30aa 100644 --- a/applications/luci-app-statistics/po/sv/statistics.po +++ b/applications/luci-app-statistics/po/sv/statistics.po @@ -17,7 +17,7 @@ msgstr "" msgid "APCUPS Plugin Configuration" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:71 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:70 msgid "Action (target)" msgstr "" @@ -25,7 +25,7 @@ msgstr "" msgid "Add command for reading values" msgstr "Lägg till kommando för läsning av värden" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:35 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:34 msgid "Add matching rule" msgstr "Lägg till en matchande regel" @@ -38,7 +38,7 @@ msgstr "Lägg till flertalet värdar separerade av mellanslag." msgid "Add notification command" msgstr "Lägg till aviseringskommando" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:26 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:23 msgid "Aggregate number of connected users" msgstr "" @@ -82,7 +82,7 @@ msgstr "" msgid "Cache flush interval" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:60 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:59 msgid "Chain" msgstr "Kedja" @@ -116,7 +116,7 @@ msgstr "" msgid "Conntrack" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:13 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:5 msgid "Conntrack Plugin Configuration" msgstr "" @@ -144,7 +144,7 @@ msgstr "Intervall för insamling av data" msgid "Datasets definition file" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:97 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:96 msgid "Destination ip range" msgstr "" @@ -193,10 +193,10 @@ msgid "Enable" msgstr "" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/apcups.lua:14 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:18 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/contextswitch.lua:11 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpu.lua:12 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpufreq.lua:11 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpu.lua:12 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/csv.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/curl.lua:8 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/df.lua:15 @@ -206,25 +206,25 @@ msgstr "" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/entropy.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/exec.lua:16 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/interface.lua:18 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:29 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:28 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/irq.lua:16 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iwinfo.lua:12 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/load.lua:14 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:18 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/netlink.lua:20 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/network.lua:18 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/nut.lua:9 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/olsrd.lua:10 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:16 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:13 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/ping.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/processes.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/rrdtool.lua:18 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:72 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:70 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/splash_leases.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/tcpconns.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/thermal.lua:14 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/unixsock.lua:15 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:18 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:10 msgid "Enable this plugin" msgstr "Aktivera det här insticksprogrammet" @@ -260,7 +260,7 @@ msgstr "" msgid "Forwarding between listen and server addresses" msgstr "Vidarebefordring mellan lyssning och server-adressen" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:32 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:29 msgid "Gather compression statistics" msgstr "" @@ -268,7 +268,7 @@ msgstr "" msgid "General plugins" msgstr "Generall insticksprogram" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:20 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:17 msgid "Generate a separate graph for each logged user" msgstr "Generera en separat graf för varje loggade användare" @@ -294,13 +294,13 @@ msgid "" "will be fed to the the called programs stdin." msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:36 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:35 msgid "" "Here you can define various criteria by which the monitored iptables rules " "are selected." msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:88 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:86 msgid "Hold Ctrl to select multiple items or to deselect entries." msgstr "" "HÃ¥ll ner Ctrl för att välja flera poster eller för att inte välja poster." @@ -325,7 +325,7 @@ msgstr "Konfiguration av insticksprogrammet IRQ" msgid "Ignore source addresses" msgstr "Ignorera källadresser" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:104 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:103 msgid "Incoming interface" msgstr "Inkommande gränssnitt" @@ -345,7 +345,7 @@ msgstr "Avbrott" msgid "Interval for pings" msgstr "Intervaller för pingningar" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:19 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:18 msgid "Iptables Plugin Configuration" msgstr "Konfiguration av insticksprogrammet Iptabels" @@ -383,7 +383,7 @@ msgstr "Maximalt tillÃ¥tna anslutningar" msgid "Memory" msgstr "Minne" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:13 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:5 msgid "Memory Plugin Configuration" msgstr "Konfiguration av insticksprogrammet Memory" @@ -393,7 +393,7 @@ msgstr "Konfiguration av insticksprogrammet Memory" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/irq.lua:25 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iwinfo.lua:22 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/netlink.lua:79 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:120 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:118 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/thermal.lua:24 msgid "Monitor all except specified" msgstr "Övervaka alla förutom specificerat" @@ -402,7 +402,7 @@ msgstr "Övervaka alla förutom specificerat" msgid "Monitor all local listen ports" msgstr "Övervaka alla lokala lyssningsportar" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:76 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:74 msgid "Monitor all sensors" msgstr "Övervaka alla sensorer" @@ -460,7 +460,7 @@ msgstr "Övervaka fjärrportar" msgid "Name" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:46 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:45 msgid "Name of the rule" msgstr "Regelns namn" @@ -484,7 +484,7 @@ msgstr "" msgid "Network plugins" msgstr "Insticksprogram för nätverket" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:82 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:81 msgid "Network protocol" msgstr "Nätverksprotokoll" @@ -514,19 +514,19 @@ msgstr "" msgid "OpenVPN" msgstr "OpenVPN" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:10 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:7 msgid "OpenVPN Plugin Configuration" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:44 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:41 msgid "OpenVPN status files" msgstr "Statusfiler för OpenVPN" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:116 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:115 msgid "Options" msgstr "Alternativ" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:110 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:109 msgid "Outgoing interface" msgstr "UtgÃ¥ende gränssnitt" @@ -609,7 +609,7 @@ msgstr "Skript" msgid "Seconds" msgstr "Sekunder" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:88 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:86 msgid "Sensor list" msgstr "" @@ -617,7 +617,7 @@ msgstr "" msgid "Sensors" msgstr "Sensorer" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:66 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:64 msgid "Sensors Plugin Configuration" msgstr "" @@ -653,7 +653,7 @@ msgstr "Socketgrupp" msgid "Socket permissions" msgstr "TillstÃ¥nd för socket" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:91 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:90 msgid "Source ip range" msgstr "" @@ -719,7 +719,7 @@ msgstr "TTL för nätverkspaket" msgid "TTL for ping packets" msgstr "TTL för ping-paket" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:49 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:48 msgid "Table" msgstr "Tabell" @@ -737,13 +737,13 @@ msgid "" "plugin of OLSRd." msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:11 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:8 msgid "" "The OpenVPN plugin gathers information about the current vpn connection " "status." msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:14 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:6 msgid "" "The conntrack plugin collects statistics about the number of tracked " "connections." @@ -800,7 +800,7 @@ msgid "" "The interface plugin collects traffic statistics on selected interfaces." msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:20 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:19 msgid "" "The iptables plugin will monitor selected firewall rules and collect " "information about processed bytes and packets per rule." @@ -822,7 +822,7 @@ msgstr "" msgid "The load plugin collects statistics about the general system load." msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:14 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:6 msgid "The memory plugin collects statistics about the memory usage." msgstr "" @@ -860,7 +860,7 @@ msgid "" "directory. This can render the device unusable!</strong>" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:67 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:65 msgid "" "The sensors plugin uses the Linux Sensors framework to gather environmental " "statistics." @@ -898,7 +898,7 @@ msgid "" "collected data from a running collectd instance." msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:14 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:6 msgid "The uptime plugin collects statistics about the uptime of the system." msgstr "" @@ -962,11 +962,11 @@ msgstr "Konfiguration av insticksprogrammet UnixSock" msgid "Uptime" msgstr "Upptid" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:13 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:5 msgid "Uptime Plugin Configuration" msgstr "Konfiguration av insticksprogrammet Upptid" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:38 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:35 msgid "Use improved naming schema" msgstr "" @@ -1006,19 +1006,19 @@ msgstr "" msgid "cUrl Plugin Configuration" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:110 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:109 msgid "e.g. br-ff" msgstr "t.ex br-ff" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:104 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:103 msgid "e.g. br-lan" msgstr "t.ex br-lan" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:116 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:115 msgid "e.g. reject-with tcp-reset" msgstr "t.ex reject-with tcp-reset" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:46 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:45 msgid "max. 16 chars" msgstr "maxmialt 16 tecken" diff --git a/applications/luci-app-statistics/po/templates/statistics.pot b/applications/luci-app-statistics/po/templates/statistics.pot index 625e31d9ba..21cc304a68 100644 --- a/applications/luci-app-statistics/po/templates/statistics.pot +++ b/applications/luci-app-statistics/po/templates/statistics.pot @@ -9,7 +9,7 @@ msgstr "" msgid "APCUPS Plugin Configuration" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:71 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:70 msgid "Action (target)" msgstr "" @@ -17,7 +17,7 @@ msgstr "" msgid "Add command for reading values" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:35 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:34 msgid "Add matching rule" msgstr "" @@ -30,7 +30,7 @@ msgstr "" msgid "Add notification command" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:26 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:23 msgid "Aggregate number of connected users" msgstr "" @@ -74,7 +74,7 @@ msgstr "" msgid "Cache flush interval" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:60 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:59 msgid "Chain" msgstr "" @@ -105,7 +105,7 @@ msgstr "" msgid "Conntrack" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:13 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:5 msgid "Conntrack Plugin Configuration" msgstr "" @@ -133,7 +133,7 @@ msgstr "" msgid "Datasets definition file" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:97 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:96 msgid "Destination ip range" msgstr "" @@ -182,10 +182,10 @@ msgid "Enable" msgstr "" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/apcups.lua:14 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:18 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/contextswitch.lua:11 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpu.lua:12 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpufreq.lua:11 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpu.lua:12 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/csv.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/curl.lua:8 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/df.lua:15 @@ -195,25 +195,25 @@ msgstr "" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/entropy.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/exec.lua:16 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/interface.lua:18 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:29 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:28 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/irq.lua:16 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iwinfo.lua:12 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/load.lua:14 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:18 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/netlink.lua:20 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/network.lua:18 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/nut.lua:9 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/olsrd.lua:10 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:16 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:13 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/ping.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/processes.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/rrdtool.lua:18 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:72 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:70 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/splash_leases.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/tcpconns.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/thermal.lua:14 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/unixsock.lua:15 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:18 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:10 msgid "Enable this plugin" msgstr "" @@ -249,7 +249,7 @@ msgstr "" msgid "Forwarding between listen and server addresses" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:32 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:29 msgid "Gather compression statistics" msgstr "" @@ -257,7 +257,7 @@ msgstr "" msgid "General plugins" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:20 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:17 msgid "Generate a separate graph for each logged user" msgstr "" @@ -283,13 +283,13 @@ msgid "" "will be fed to the the called programs stdin." msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:36 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:35 msgid "" "Here you can define various criteria by which the monitored iptables rules " "are selected." msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:88 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:86 msgid "Hold Ctrl to select multiple items or to deselect entries." msgstr "" @@ -313,7 +313,7 @@ msgstr "" msgid "Ignore source addresses" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:104 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:103 msgid "Incoming interface" msgstr "" @@ -333,7 +333,7 @@ msgstr "" msgid "Interval for pings" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:19 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:18 msgid "Iptables Plugin Configuration" msgstr "" @@ -371,7 +371,7 @@ msgstr "" msgid "Memory" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:13 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:5 msgid "Memory Plugin Configuration" msgstr "" @@ -381,7 +381,7 @@ msgstr "" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/irq.lua:25 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iwinfo.lua:22 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/netlink.lua:79 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:120 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:118 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/thermal.lua:24 msgid "Monitor all except specified" msgstr "" @@ -390,7 +390,7 @@ msgstr "" msgid "Monitor all local listen ports" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:76 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:74 msgid "Monitor all sensors" msgstr "" @@ -448,7 +448,7 @@ msgstr "" msgid "Name" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:46 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:45 msgid "Name of the rule" msgstr "" @@ -472,7 +472,7 @@ msgstr "" msgid "Network plugins" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:82 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:81 msgid "Network protocol" msgstr "" @@ -502,19 +502,19 @@ msgstr "" msgid "OpenVPN" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:10 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:7 msgid "OpenVPN Plugin Configuration" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:44 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:41 msgid "OpenVPN status files" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:116 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:115 msgid "Options" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:110 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:109 msgid "Outgoing interface" msgstr "" @@ -597,7 +597,7 @@ msgstr "" msgid "Seconds" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:88 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:86 msgid "Sensor list" msgstr "" @@ -605,7 +605,7 @@ msgstr "" msgid "Sensors" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:66 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:64 msgid "Sensors Plugin Configuration" msgstr "" @@ -641,7 +641,7 @@ msgstr "" msgid "Socket permissions" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:91 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:90 msgid "Source ip range" msgstr "" @@ -707,7 +707,7 @@ msgstr "" msgid "TTL for ping packets" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:49 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:48 msgid "Table" msgstr "" @@ -725,13 +725,13 @@ msgid "" "plugin of OLSRd." msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:11 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:8 msgid "" "The OpenVPN plugin gathers information about the current vpn connection " "status." msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:14 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:6 msgid "" "The conntrack plugin collects statistics about the number of tracked " "connections." @@ -788,7 +788,7 @@ msgid "" "The interface plugin collects traffic statistics on selected interfaces." msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:20 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:19 msgid "" "The iptables plugin will monitor selected firewall rules and collect " "information about processed bytes and packets per rule." @@ -810,7 +810,7 @@ msgstr "" msgid "The load plugin collects statistics about the general system load." msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:14 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:6 msgid "The memory plugin collects statistics about the memory usage." msgstr "" @@ -848,7 +848,7 @@ msgid "" "directory. This can render the device unusable!</strong>" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:67 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:65 msgid "" "The sensors plugin uses the Linux Sensors framework to gather environmental " "statistics." @@ -886,7 +886,7 @@ msgid "" "collected data from a running collectd instance." msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:14 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:6 msgid "The uptime plugin collects statistics about the uptime of the system." msgstr "" @@ -950,11 +950,11 @@ msgstr "" msgid "Uptime" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:13 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:5 msgid "Uptime Plugin Configuration" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:38 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:35 msgid "Use improved naming schema" msgstr "" @@ -992,19 +992,19 @@ msgstr "" msgid "cUrl Plugin Configuration" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:110 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:109 msgid "e.g. br-ff" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:104 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:103 msgid "e.g. br-lan" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:116 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:115 msgid "e.g. reject-with tcp-reset" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:46 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:45 msgid "max. 16 chars" msgstr "" diff --git a/applications/luci-app-statistics/po/tr/statistics.po b/applications/luci-app-statistics/po/tr/statistics.po index 26aba8e77f..97bc1aaeb6 100644 --- a/applications/luci-app-statistics/po/tr/statistics.po +++ b/applications/luci-app-statistics/po/tr/statistics.po @@ -17,7 +17,7 @@ msgstr "" msgid "APCUPS Plugin Configuration" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:71 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:70 msgid "Action (target)" msgstr "" @@ -25,7 +25,7 @@ msgstr "" msgid "Add command for reading values" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:35 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:34 msgid "Add matching rule" msgstr "" @@ -38,7 +38,7 @@ msgstr "" msgid "Add notification command" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:26 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:23 msgid "Aggregate number of connected users" msgstr "" @@ -82,7 +82,7 @@ msgstr "" msgid "Cache flush interval" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:60 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:59 msgid "Chain" msgstr "" @@ -113,7 +113,7 @@ msgstr "" msgid "Conntrack" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:13 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:5 msgid "Conntrack Plugin Configuration" msgstr "" @@ -141,7 +141,7 @@ msgstr "" msgid "Datasets definition file" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:97 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:96 msgid "Destination ip range" msgstr "" @@ -190,10 +190,10 @@ msgid "Enable" msgstr "" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/apcups.lua:14 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:18 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/contextswitch.lua:11 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpu.lua:12 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpufreq.lua:11 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpu.lua:12 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/csv.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/curl.lua:8 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/df.lua:15 @@ -203,25 +203,25 @@ msgstr "" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/entropy.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/exec.lua:16 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/interface.lua:18 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:29 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:28 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/irq.lua:16 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iwinfo.lua:12 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/load.lua:14 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:18 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/netlink.lua:20 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/network.lua:18 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/nut.lua:9 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/olsrd.lua:10 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:16 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:13 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/ping.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/processes.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/rrdtool.lua:18 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:72 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:70 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/splash_leases.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/tcpconns.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/thermal.lua:14 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/unixsock.lua:15 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:18 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:10 msgid "Enable this plugin" msgstr "" @@ -257,7 +257,7 @@ msgstr "" msgid "Forwarding between listen and server addresses" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:32 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:29 msgid "Gather compression statistics" msgstr "" @@ -265,7 +265,7 @@ msgstr "" msgid "General plugins" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:20 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:17 msgid "Generate a separate graph for each logged user" msgstr "" @@ -291,13 +291,13 @@ msgid "" "will be fed to the the called programs stdin." msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:36 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:35 msgid "" "Here you can define various criteria by which the monitored iptables rules " "are selected." msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:88 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:86 msgid "Hold Ctrl to select multiple items or to deselect entries." msgstr "" @@ -321,7 +321,7 @@ msgstr "" msgid "Ignore source addresses" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:104 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:103 msgid "Incoming interface" msgstr "" @@ -341,7 +341,7 @@ msgstr "" msgid "Interval for pings" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:19 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:18 msgid "Iptables Plugin Configuration" msgstr "" @@ -379,7 +379,7 @@ msgstr "" msgid "Memory" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:13 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:5 msgid "Memory Plugin Configuration" msgstr "" @@ -389,7 +389,7 @@ msgstr "" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/irq.lua:25 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iwinfo.lua:22 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/netlink.lua:79 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:120 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:118 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/thermal.lua:24 msgid "Monitor all except specified" msgstr "" @@ -398,7 +398,7 @@ msgstr "" msgid "Monitor all local listen ports" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:76 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:74 msgid "Monitor all sensors" msgstr "" @@ -456,7 +456,7 @@ msgstr "" msgid "Name" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:46 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:45 msgid "Name of the rule" msgstr "" @@ -480,7 +480,7 @@ msgstr "" msgid "Network plugins" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:82 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:81 msgid "Network protocol" msgstr "" @@ -510,19 +510,19 @@ msgstr "" msgid "OpenVPN" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:10 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:7 msgid "OpenVPN Plugin Configuration" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:44 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:41 msgid "OpenVPN status files" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:116 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:115 msgid "Options" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:110 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:109 msgid "Outgoing interface" msgstr "" @@ -605,7 +605,7 @@ msgstr "" msgid "Seconds" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:88 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:86 msgid "Sensor list" msgstr "" @@ -613,7 +613,7 @@ msgstr "" msgid "Sensors" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:66 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:64 msgid "Sensors Plugin Configuration" msgstr "" @@ -649,7 +649,7 @@ msgstr "" msgid "Socket permissions" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:91 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:90 msgid "Source ip range" msgstr "" @@ -715,7 +715,7 @@ msgstr "" msgid "TTL for ping packets" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:49 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:48 msgid "Table" msgstr "" @@ -733,13 +733,13 @@ msgid "" "plugin of OLSRd." msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:11 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:8 msgid "" "The OpenVPN plugin gathers information about the current vpn connection " "status." msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:14 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:6 msgid "" "The conntrack plugin collects statistics about the number of tracked " "connections." @@ -796,7 +796,7 @@ msgid "" "The interface plugin collects traffic statistics on selected interfaces." msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:20 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:19 msgid "" "The iptables plugin will monitor selected firewall rules and collect " "information about processed bytes and packets per rule." @@ -818,7 +818,7 @@ msgstr "" msgid "The load plugin collects statistics about the general system load." msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:14 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:6 msgid "The memory plugin collects statistics about the memory usage." msgstr "" @@ -856,7 +856,7 @@ msgid "" "directory. This can render the device unusable!</strong>" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:67 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:65 msgid "" "The sensors plugin uses the Linux Sensors framework to gather environmental " "statistics." @@ -894,7 +894,7 @@ msgid "" "collected data from a running collectd instance." msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:14 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:6 msgid "The uptime plugin collects statistics about the uptime of the system." msgstr "" @@ -958,11 +958,11 @@ msgstr "" msgid "Uptime" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:13 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:5 msgid "Uptime Plugin Configuration" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:38 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:35 msgid "Use improved naming schema" msgstr "" @@ -1000,19 +1000,19 @@ msgstr "" msgid "cUrl Plugin Configuration" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:110 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:109 msgid "e.g. br-ff" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:104 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:103 msgid "e.g. br-lan" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:116 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:115 msgid "e.g. reject-with tcp-reset" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:46 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:45 msgid "max. 16 chars" msgstr "" diff --git a/applications/luci-app-statistics/po/uk/statistics.po b/applications/luci-app-statistics/po/uk/statistics.po index f9cadc12c5..0eaa1f570b 100644 --- a/applications/luci-app-statistics/po/uk/statistics.po +++ b/applications/luci-app-statistics/po/uk/statistics.po @@ -22,7 +22,7 @@ msgstr "" msgid "APCUPS Plugin Configuration" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:71 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:70 msgid "Action (target)" msgstr "" @@ -30,7 +30,7 @@ msgstr "" msgid "Add command for reading values" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:35 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:34 msgid "Add matching rule" msgstr "" @@ -43,7 +43,7 @@ msgstr "" msgid "Add notification command" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:26 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:23 msgid "Aggregate number of connected users" msgstr "" @@ -87,7 +87,7 @@ msgstr "" msgid "Cache flush interval" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:60 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:59 msgid "Chain" msgstr "" @@ -118,7 +118,7 @@ msgstr "" msgid "Conntrack" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:13 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:5 msgid "Conntrack Plugin Configuration" msgstr "" @@ -146,7 +146,7 @@ msgstr "" msgid "Datasets definition file" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:97 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:96 msgid "Destination ip range" msgstr "" @@ -195,10 +195,10 @@ msgid "Enable" msgstr "" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/apcups.lua:14 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:18 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/contextswitch.lua:11 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpu.lua:12 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpufreq.lua:11 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpu.lua:12 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/csv.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/curl.lua:8 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/df.lua:15 @@ -208,25 +208,25 @@ msgstr "" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/entropy.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/exec.lua:16 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/interface.lua:18 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:29 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:28 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/irq.lua:16 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iwinfo.lua:12 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/load.lua:14 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:18 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/netlink.lua:20 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/network.lua:18 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/nut.lua:9 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/olsrd.lua:10 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:16 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:13 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/ping.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/processes.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/rrdtool.lua:18 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:72 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:70 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/splash_leases.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/tcpconns.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/thermal.lua:14 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/unixsock.lua:15 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:18 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:10 msgid "Enable this plugin" msgstr "" @@ -262,7 +262,7 @@ msgstr "" msgid "Forwarding between listen and server addresses" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:32 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:29 msgid "Gather compression statistics" msgstr "" @@ -270,7 +270,7 @@ msgstr "" msgid "General plugins" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:20 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:17 msgid "Generate a separate graph for each logged user" msgstr "" @@ -296,13 +296,13 @@ msgid "" "will be fed to the the called programs stdin." msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:36 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:35 msgid "" "Here you can define various criteria by which the monitored iptables rules " "are selected." msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:88 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:86 msgid "Hold Ctrl to select multiple items or to deselect entries." msgstr "" @@ -326,7 +326,7 @@ msgstr "" msgid "Ignore source addresses" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:104 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:103 msgid "Incoming interface" msgstr "" @@ -346,7 +346,7 @@ msgstr "" msgid "Interval for pings" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:19 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:18 msgid "Iptables Plugin Configuration" msgstr "" @@ -384,7 +384,7 @@ msgstr "" msgid "Memory" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:13 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:5 msgid "Memory Plugin Configuration" msgstr "" @@ -394,7 +394,7 @@ msgstr "" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/irq.lua:25 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iwinfo.lua:22 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/netlink.lua:79 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:120 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:118 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/thermal.lua:24 msgid "Monitor all except specified" msgstr "" @@ -403,7 +403,7 @@ msgstr "" msgid "Monitor all local listen ports" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:76 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:74 msgid "Monitor all sensors" msgstr "" @@ -461,7 +461,7 @@ msgstr "" msgid "Name" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:46 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:45 msgid "Name of the rule" msgstr "" @@ -485,7 +485,7 @@ msgstr "" msgid "Network plugins" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:82 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:81 msgid "Network protocol" msgstr "Мережевий протокол" @@ -515,19 +515,19 @@ msgstr "" msgid "OpenVPN" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:10 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:7 msgid "OpenVPN Plugin Configuration" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:44 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:41 msgid "OpenVPN status files" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:116 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:115 msgid "Options" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:110 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:109 msgid "Outgoing interface" msgstr "" @@ -610,7 +610,7 @@ msgstr "" msgid "Seconds" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:88 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:86 msgid "Sensor list" msgstr "" @@ -618,7 +618,7 @@ msgstr "" msgid "Sensors" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:66 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:64 msgid "Sensors Plugin Configuration" msgstr "" @@ -654,7 +654,7 @@ msgstr "" msgid "Socket permissions" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:91 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:90 msgid "Source ip range" msgstr "" @@ -720,7 +720,7 @@ msgstr "" msgid "TTL for ping packets" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:49 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:48 msgid "Table" msgstr "" @@ -738,13 +738,13 @@ msgid "" "plugin of OLSRd." msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:11 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:8 msgid "" "The OpenVPN plugin gathers information about the current vpn connection " "status." msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:14 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:6 msgid "" "The conntrack plugin collects statistics about the number of tracked " "connections." @@ -801,7 +801,7 @@ msgid "" "The interface plugin collects traffic statistics on selected interfaces." msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:20 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:19 msgid "" "The iptables plugin will monitor selected firewall rules and collect " "information about processed bytes and packets per rule." @@ -823,7 +823,7 @@ msgstr "" msgid "The load plugin collects statistics about the general system load." msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:14 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:6 msgid "The memory plugin collects statistics about the memory usage." msgstr "" @@ -861,7 +861,7 @@ msgid "" "directory. This can render the device unusable!</strong>" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:67 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:65 msgid "" "The sensors plugin uses the Linux Sensors framework to gather environmental " "statistics." @@ -899,7 +899,7 @@ msgid "" "collected data from a running collectd instance." msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:14 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:6 msgid "The uptime plugin collects statistics about the uptime of the system." msgstr "" @@ -963,11 +963,11 @@ msgstr "" msgid "Uptime" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:13 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:5 msgid "Uptime Plugin Configuration" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:38 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:35 msgid "Use improved naming schema" msgstr "" @@ -1005,19 +1005,19 @@ msgstr "" msgid "cUrl Plugin Configuration" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:110 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:109 msgid "e.g. br-ff" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:104 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:103 msgid "e.g. br-lan" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:116 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:115 msgid "e.g. reject-with tcp-reset" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:46 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:45 msgid "max. 16 chars" msgstr "" diff --git a/applications/luci-app-statistics/po/vi/statistics.po b/applications/luci-app-statistics/po/vi/statistics.po index ccafdf7398..e575a10a29 100644 --- a/applications/luci-app-statistics/po/vi/statistics.po +++ b/applications/luci-app-statistics/po/vi/statistics.po @@ -22,7 +22,7 @@ msgstr "" msgid "APCUPS Plugin Configuration" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:71 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:70 msgid "Action (target)" msgstr "Action (target)" @@ -30,7 +30,7 @@ msgstr "Action (target)" msgid "Add command for reading values" msgstr "Thêm lệnh cho giá trị Ä‘ang Ä‘á»c" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:35 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:34 msgid "Add matching rule" msgstr "Thêm matching rule" @@ -43,7 +43,7 @@ msgstr "" msgid "Add notification command" msgstr "Thêm lệnh thông báo" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:26 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:23 msgid "Aggregate number of connected users" msgstr "" @@ -87,7 +87,7 @@ msgstr "Cache collected data cho" msgid "Cache flush interval" msgstr "Cache flush interval" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:60 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:59 msgid "Chain" msgstr "Chain" @@ -121,7 +121,7 @@ msgstr "" msgid "Conntrack" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:13 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:5 msgid "Conntrack Plugin Configuration" msgstr "" @@ -149,7 +149,7 @@ msgstr "Khoảng thu tháºp dữ liệu" msgid "Datasets definition file" msgstr "Táºp tin định nghÄ©a cÆ¡ sở dữ liệu" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:97 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:96 msgid "Destination ip range" msgstr "Äiểm đến ip range" @@ -198,10 +198,10 @@ msgid "Enable" msgstr "" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/apcups.lua:14 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:18 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/contextswitch.lua:11 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpu.lua:12 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpufreq.lua:11 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpu.lua:12 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/csv.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/curl.lua:8 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/df.lua:15 @@ -211,25 +211,25 @@ msgstr "" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/entropy.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/exec.lua:16 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/interface.lua:18 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:29 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:28 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/irq.lua:16 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iwinfo.lua:12 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/load.lua:14 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:18 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/netlink.lua:20 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/network.lua:18 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/nut.lua:9 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/olsrd.lua:10 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:16 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:13 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/ping.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/processes.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/rrdtool.lua:18 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:72 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:70 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/splash_leases.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/tcpconns.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/thermal.lua:14 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/unixsock.lua:15 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:18 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:10 msgid "Enable this plugin" msgstr "KÃch hoạt plugin nà y" @@ -265,7 +265,7 @@ msgstr "Flush cache sau khi" msgid "Forwarding between listen and server addresses" msgstr "chuyển tiếp giữa listen và địa chỉ server" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:32 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:29 msgid "Gather compression statistics" msgstr "" @@ -273,7 +273,7 @@ msgstr "" msgid "General plugins" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:20 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:17 msgid "Generate a separate graph for each logged user" msgstr "" @@ -304,7 +304,7 @@ msgstr "" "khi những giá trị threshold nhất định được tiếp cáºn. Những giá trị dẫn tá»›i " "invocation sẽ được feed tá»›i má»™t chÆ°Æ¡ng trình gá»i là stdin" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:36 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:35 msgid "" "Here you can define various criteria by which the monitored iptables rules " "are selected." @@ -312,7 +312,7 @@ msgstr "" "Ở đây bạn có thể định nghÄ©a những tiêu chuẩn khác nhau để monitor iptables " "rules được chá»n." -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:88 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:86 msgid "Hold Ctrl to select multiple items or to deselect entries." msgstr "" @@ -336,7 +336,7 @@ msgstr "Cấu hình IRQ Plugin " msgid "Ignore source addresses" msgstr "Lá» Ä‘i những địa chỉ nguồn" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:104 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:103 msgid "Incoming interface" msgstr "Giao diện Ä‘ang tá»›i" @@ -356,7 +356,7 @@ msgstr "Cắt ngang" msgid "Interval for pings" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:19 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:18 msgid "Iptables Plugin Configuration" msgstr "cấu hình Iptables Plugin " @@ -394,7 +394,7 @@ msgstr "Tối đã kết nối cho phép" msgid "Memory" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:13 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:5 msgid "Memory Plugin Configuration" msgstr "" @@ -404,7 +404,7 @@ msgstr "" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/irq.lua:25 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iwinfo.lua:22 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/netlink.lua:79 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:120 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:118 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/thermal.lua:24 msgid "Monitor all except specified" msgstr "" @@ -413,7 +413,7 @@ msgstr "" msgid "Monitor all local listen ports" msgstr "Monitor tất cả local listen port" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:76 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:74 msgid "Monitor all sensors" msgstr "" @@ -471,7 +471,7 @@ msgstr "Monitor remote ports" msgid "Name" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:46 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:45 msgid "Name of the rule" msgstr "Tên của rule" @@ -495,7 +495,7 @@ msgstr "Cấu hình network plugin" msgid "Network plugins" msgstr "Network plugins" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:82 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:81 msgid "Network protocol" msgstr "Network protocol" @@ -525,19 +525,19 @@ msgstr "Chỉ tạo trung bình RRAs" msgid "OpenVPN" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:10 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:7 msgid "OpenVPN Plugin Configuration" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:44 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:41 msgid "OpenVPN status files" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:116 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:115 msgid "Options" msgstr "Tùy chá»n" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:110 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:109 msgid "Outgoing interface" msgstr "Giao diện ra ngoà i" @@ -620,7 +620,7 @@ msgstr "" msgid "Seconds" msgstr "Giây" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:88 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:86 msgid "Sensor list" msgstr "" @@ -628,7 +628,7 @@ msgstr "" msgid "Sensors" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:66 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:64 msgid "Sensors Plugin Configuration" msgstr "" @@ -664,7 +664,7 @@ msgstr "" msgid "Socket permissions" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:91 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:90 msgid "Source ip range" msgstr "Nguồn ip range" @@ -730,7 +730,7 @@ msgstr "TTL cho gói mạng" msgid "TTL for ping packets" msgstr "TTl cho gói ping" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:49 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:48 msgid "Table" msgstr "Table" @@ -748,13 +748,13 @@ msgid "" "plugin of OLSRd." msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:11 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:8 msgid "" "The OpenVPN plugin gathers information about the current vpn connection " "status." msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:14 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:6 msgid "" "The conntrack plugin collects statistics about the number of tracked " "connections." @@ -828,7 +828,7 @@ msgstr "" "Giao diện plugin thu tháºp những thống kê lÆ°u thông trên những giao diện được " "chá»n" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:20 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:19 msgid "" "The iptables plugin will monitor selected firewall rules and collect " "information about processed bytes and packets per rule." @@ -856,7 +856,7 @@ msgstr "" msgid "The load plugin collects statistics about the general system load." msgstr "Plugin tải thu tháºp thông kê vá» tổng quát system load" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:14 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:6 msgid "The memory plugin collects statistics about the memory usage." msgstr "" @@ -909,7 +909,7 @@ msgstr "" "nhá»› rất nhiá»u trong má»™t thÆ° mục tạm thá»i. Äiá»u nà y có thể là m thiết bị không " "sá» dụng được</strong>" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:67 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:65 msgid "" "The sensors plugin uses the Linux Sensors framework to gather environmental " "statistics." @@ -951,7 +951,7 @@ msgstr "" "Unixsock plugin tạo má»™t unix socket mà có thể dùng để Ä‘á»c dữ liệu thu tháºp " "từ má»™t collectd instance Ä‘ang váºn hà nh. " -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:14 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:6 msgid "The uptime plugin collects statistics about the uptime of the system." msgstr "" @@ -1016,11 +1016,11 @@ msgstr "Cấu hình Unixsock Plugin " msgid "Uptime" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:13 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:5 msgid "Uptime Plugin Configuration" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:38 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:35 msgid "Use improved naming schema" msgstr "" @@ -1058,19 +1058,19 @@ msgstr "" msgid "cUrl Plugin Configuration" msgstr "" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:110 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:109 msgid "e.g. br-ff" msgstr "e.g. br-ff" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:104 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:103 msgid "e.g. br-lan" msgstr "e.g. br-lan" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:116 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:115 msgid "e.g. reject-with tcp-reset" msgstr "e.g. reject-with tcp-reset" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:46 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:45 msgid "max. 16 chars" msgstr "max. 16 chars" diff --git a/applications/luci-app-statistics/po/zh-cn/statistics.po b/applications/luci-app-statistics/po/zh-cn/statistics.po index f7891e548a..5d98abd3fe 100644 --- a/applications/luci-app-statistics/po/zh-cn/statistics.po +++ b/applications/luci-app-statistics/po/zh-cn/statistics.po @@ -24,7 +24,7 @@ msgstr "APC UPS" msgid "APCUPS Plugin Configuration" msgstr "APCUPS æ’件é…ç½®" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:71 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:70 msgid "Action (target)" msgstr "åŠ¨ä½œï¼ˆç›®æ ‡ï¼‰" @@ -32,7 +32,7 @@ msgstr "åŠ¨ä½œï¼ˆç›®æ ‡ï¼‰" msgid "Add command for reading values" msgstr "æ·»åŠ å‘½ä»¤è¯»å–æ•°æ®" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:35 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:34 msgid "Add matching rule" msgstr "新增匹é…规则" @@ -45,7 +45,7 @@ msgstr "ä½¿ç”¨ç©ºæ ¼åˆ†éš”å¤šä¸ªä¸»æœº" msgid "Add notification command" msgstr "新增通知命令" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:26 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:23 msgid "Aggregate number of connected users" msgstr "连接用户总数" @@ -89,7 +89,7 @@ msgstr "收集缓å˜æ•°æ®" msgid "Cache flush interval" msgstr "缓å˜æ¸…空间隙" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:60 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:59 msgid "Chain" msgstr "链" @@ -122,7 +122,7 @@ msgstr "" msgid "Conntrack" msgstr "Conntrack" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:13 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:5 msgid "Conntrack Plugin Configuration" msgstr "Conntrack æ’件é…ç½®" @@ -150,7 +150,7 @@ msgstr "æ•°æ®æ”¶é›†é—´éš™" msgid "Datasets definition file" msgstr "æ•°æ®é›†å®šä¹‰æ–‡ä»¶" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:97 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:96 msgid "Destination ip range" msgstr "ç›®æ ‡ IP 区间" @@ -199,10 +199,10 @@ msgid "Enable" msgstr "å¯ç”¨" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/apcups.lua:14 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:18 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/contextswitch.lua:11 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpu.lua:12 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpufreq.lua:11 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpu.lua:12 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/csv.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/curl.lua:8 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/df.lua:15 @@ -212,25 +212,25 @@ msgstr "å¯ç”¨" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/entropy.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/exec.lua:16 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/interface.lua:18 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:29 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:28 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/irq.lua:16 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iwinfo.lua:12 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/load.lua:14 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:18 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/netlink.lua:20 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/network.lua:18 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/nut.lua:9 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/olsrd.lua:10 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:16 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:13 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/ping.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/processes.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/rrdtool.lua:18 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:72 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:70 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/splash_leases.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/tcpconns.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/thermal.lua:14 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/unixsock.lua:15 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:18 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:10 msgid "Enable this plugin" msgstr "å¯ç”¨è¯¥æ’件" @@ -266,7 +266,7 @@ msgstr "清空缓å˜åŽ" msgid "Forwarding between listen and server addresses" msgstr "转å‘监å¬æœåŠ¡å™¨å’Œåº”用æœåŠ¡å™¨ä¹‹é—´æ•°æ®" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:32 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:29 msgid "Gather compression statistics" msgstr "收集压缩统计信æ¯" @@ -274,7 +274,7 @@ msgstr "收集压缩统计信æ¯" msgid "General plugins" msgstr "通用æ’件" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:20 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:17 msgid "Generate a separate graph for each logged user" msgstr "为æ¯ä¸ªè®°å½•çš„用户生æˆä¸€ä¸ªå•ç‹¬çš„图表" @@ -304,13 +304,13 @@ msgstr "" "在这里,您å¯ä»¥å®šä¹‰å¤–部命令,当 Collectd 达到一定阈值时,将å¯åŠ¨å‘½ä»¤ã€‚阀值将会" "ä½œä¸ºå‘½ä»¤çš„æ ‡å‡†è¾“å…¥ã€‚" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:36 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:35 msgid "" "Here you can define various criteria by which the monitored iptables rules " "are selected." msgstr "在这里,您å¯ä»¥å®šä¹‰å„ç§ç›‘控 iptables 规则临界值。" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:88 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:86 msgid "Hold Ctrl to select multiple items or to deselect entries." msgstr "æŒ‰ä½ Ctrl é”®æ¥é€‰æ‹©æˆ–å–消选择多个项目。" @@ -334,7 +334,7 @@ msgstr "IRQ æ’件é…ç½®" msgid "Ignore source addresses" msgstr "忽略æºåœ°å€" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:104 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:103 msgid "Incoming interface" msgstr "入接å£" @@ -354,7 +354,7 @@ msgstr "ä¸æ–" msgid "Interval for pings" msgstr "ping é—´éš™" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:19 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:18 msgid "Iptables Plugin Configuration" msgstr "Iptables æ’件é…ç½®" @@ -392,7 +392,7 @@ msgstr "最大å…许连接数" msgid "Memory" msgstr "内å˜" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:13 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:5 msgid "Memory Plugin Configuration" msgstr "内å˜æ’件é…ç½®" @@ -402,7 +402,7 @@ msgstr "内å˜æ’件é…ç½®" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/irq.lua:25 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iwinfo.lua:22 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/netlink.lua:79 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:120 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:118 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/thermal.lua:24 msgid "Monitor all except specified" msgstr "监测所有(除特别注明外)" @@ -411,7 +411,7 @@ msgstr "监测所有(除特别注明外)" msgid "Monitor all local listen ports" msgstr "监测所有本地监å¬ç«¯å£" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:76 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:74 msgid "Monitor all sensors" msgstr "ç›‘æŽ§æ‰€æœ‰ä¼ æ„Ÿå™¨" @@ -469,7 +469,7 @@ msgstr "监测远程端å£" msgid "Name" msgstr "å称" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:46 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:45 msgid "Name of the rule" msgstr "规则å" @@ -493,7 +493,7 @@ msgstr "Network æ’件é…ç½®" msgid "Network plugins" msgstr "Network æ’件" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:82 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:81 msgid "Network protocol" msgstr "Network åè®®" @@ -525,19 +525,19 @@ msgstr "ä»…åˆ›å»ºå¹³å‡ RRAs" msgid "OpenVPN" msgstr "OpenVPN" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:10 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:7 msgid "OpenVPN Plugin Configuration" msgstr "OpenVPN æ’件é…ç½®" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:44 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:41 msgid "OpenVPN status files" msgstr "OpenVPN 状æ€æ–‡ä»¶" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:116 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:115 msgid "Options" msgstr "选项" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:110 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:109 msgid "Outgoing interface" msgstr "出接å£" @@ -620,7 +620,7 @@ msgstr "脚本" msgid "Seconds" msgstr "秒" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:88 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:86 msgid "Sensor list" msgstr "ä¼ æ„Ÿå™¨åˆ—è¡¨" @@ -628,7 +628,7 @@ msgstr "ä¼ æ„Ÿå™¨åˆ—è¡¨" msgid "Sensors" msgstr "ä¼ æ„Ÿå™¨" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:66 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:64 msgid "Sensors Plugin Configuration" msgstr "Sensors æ’件é…ç½®" @@ -664,7 +664,7 @@ msgstr "套接å—组" msgid "Socket permissions" msgstr "套接å—æƒé™" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:91 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:90 msgid "Source ip range" msgstr "æº IP 区间" @@ -730,7 +730,7 @@ msgstr "网络包 TTL" msgid "TTL for ping packets" msgstr "ping 包 TTL" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:49 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:48 msgid "Table" msgstr "表" @@ -748,13 +748,13 @@ msgid "" "plugin of OLSRd." msgstr "OLSRd æ’件通过 txtinfo èŽ·å– meshed 网络信æ¯ã€‚" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:11 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:8 msgid "" "The OpenVPN plugin gathers information about the current vpn connection " "status." msgstr "OpenVPN æ’件å¯ä»¥èŽ·å– VPN 连接当å‰çŠ¶æ€" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:14 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:6 msgid "" "The conntrack plugin collects statistics about the number of tracked " "connections." @@ -815,7 +815,7 @@ msgid "" "The interface plugin collects traffic statistics on selected interfaces." msgstr "Interface æ’件用于收集选定接å£çš„æ•°æ®åŒ…的统计信æ¯ã€‚" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:20 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:19 msgid "" "The iptables plugin will monitor selected firewall rules and collect " "information about processed bytes and packets per rule." @@ -839,7 +839,7 @@ msgstr "iwinfo æ’ä»¶æ”¶é›†æ— çº¿ä¿¡å·å¼ºåº¦ã€å™ªå£°å’Œè´¨é‡çš„统计信æ¯ã€ msgid "The load plugin collects statistics about the general system load." msgstr "load æ’ä»¶æ”¶é›†å¸¸è§„ç³»ç»ŸåŠ è½½ç»Ÿè®¡ä¿¡æ¯ã€‚" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:14 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:6 msgid "The memory plugin collects statistics about the memory usage." msgstr "memory æ’件收集关于内å˜ä½¿ç”¨æƒ…况的统计信æ¯ã€‚" @@ -883,7 +883,7 @@ msgstr "" "><strong>è¦å‘Šï¼šé”™è¯¯çš„å‚数设置,将导致éžå¸¸é«˜çš„临时内å˜æ¶ˆè€—。这å¯èƒ½ä¼šä½¿è®¾å¤‡æ— 法" "使用ï¼</strong>" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:67 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:65 msgid "" "The sensors plugin uses the Linux Sensors framework to gather environmental " "statistics." @@ -926,7 +926,7 @@ msgid "" "collected data from a running collectd instance." msgstr "unixsock æ’件创建一个 unix 套接å—å¯ç”¨äºŽè¯»å– Collectd 实例的收集信æ¯ã€‚" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:14 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:6 msgid "The uptime plugin collects statistics about the uptime of the system." msgstr "uptime æ’件收集系统å¯åŠ¨æ—¶é—´çš„统计信æ¯ã€‚" @@ -990,11 +990,11 @@ msgstr "Unixsock æ’件é…ç½®" msgid "Uptime" msgstr "è¿è¡Œæ—¶é—´" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:13 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:5 msgid "Uptime Plugin Configuration" msgstr "è¿è¡Œæ—¶é—´æ’件é…ç½®" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:38 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:35 msgid "Use improved naming schema" msgstr "使用更高级的命å规则" @@ -1032,19 +1032,19 @@ msgstr "cUrl" msgid "cUrl Plugin Configuration" msgstr "cUrl æ’件é…ç½®" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:110 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:109 msgid "e.g. br-ff" msgstr "例如:br-ff" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:104 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:103 msgid "e.g. br-lan" msgstr "例如:br-lan" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:116 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:115 msgid "e.g. reject-with tcp-reset" msgstr "例如:eject-with tcp-reset" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:46 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:45 msgid "max. 16 chars" msgstr "最长 16 个å—符" diff --git a/applications/luci-app-statistics/po/zh-tw/statistics.po b/applications/luci-app-statistics/po/zh-tw/statistics.po index 0f70d8b5a8..1d2cde7f5f 100644 --- a/applications/luci-app-statistics/po/zh-tw/statistics.po +++ b/applications/luci-app-statistics/po/zh-tw/statistics.po @@ -24,7 +24,7 @@ msgstr "APC UPS" msgid "APCUPS Plugin Configuration" msgstr "APCUPS 外掛é…ç½®" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:71 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:70 msgid "Action (target)" msgstr "動作(目標)" @@ -32,7 +32,7 @@ msgstr "動作(目標)" msgid "Add command for reading values" msgstr "新增指令讀å–資料" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:35 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:34 msgid "Add matching rule" msgstr "新增匹é…è¦å‰‡" @@ -45,7 +45,7 @@ msgstr "ä½¿ç”¨ç©ºæ ¼åˆ†éš”å¤šå€‹ä¸»æ©Ÿ" msgid "Add notification command" msgstr "新增通知指令" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:26 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:23 msgid "Aggregate number of connected users" msgstr "連線使用者總數" @@ -89,7 +89,7 @@ msgstr "收集快å–資料" msgid "Cache flush interval" msgstr "å¿«å–清空間隙" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:60 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:59 msgid "Chain" msgstr "éˆ" @@ -122,7 +122,7 @@ msgstr "" msgid "Conntrack" msgstr "Conntrack" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:13 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:5 msgid "Conntrack Plugin Configuration" msgstr "Conntrack 外掛é…ç½®" @@ -150,7 +150,7 @@ msgstr "資料收集間隙" msgid "Datasets definition file" msgstr "資料集定義檔案" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:97 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:96 msgid "Destination ip range" msgstr "目標 IP å€é–“" @@ -199,10 +199,10 @@ msgid "Enable" msgstr "啟用" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/apcups.lua:14 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:18 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/contextswitch.lua:11 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpu.lua:12 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpufreq.lua:11 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpu.lua:12 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/csv.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/curl.lua:8 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/df.lua:15 @@ -212,25 +212,25 @@ msgstr "啟用" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/entropy.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/exec.lua:16 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/interface.lua:18 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:29 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:28 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/irq.lua:16 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iwinfo.lua:12 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/load.lua:14 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:18 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/netlink.lua:20 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/network.lua:18 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/nut.lua:9 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/olsrd.lua:10 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:16 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:13 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/ping.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/processes.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/rrdtool.lua:18 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:72 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:70 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/splash_leases.lua:10 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/tcpconns.lua:15 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/thermal.lua:14 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/unixsock.lua:15 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:18 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:10 msgid "Enable this plugin" msgstr "啟用該外掛" @@ -266,7 +266,7 @@ msgstr "清空快å–後" msgid "Forwarding between listen and server addresses" msgstr "轉發監è½ä¼ºæœå™¨å’Œæ‡‰ç”¨ä¼ºæœå™¨ä¹‹é–“資料" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:32 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:29 msgid "Gather compression statistics" msgstr "收集壓縮統計資訊" @@ -274,7 +274,7 @@ msgstr "收集壓縮統計資訊" msgid "General plugins" msgstr "通用外掛" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:20 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:17 msgid "Generate a separate graph for each logged user" msgstr "為æ¯å€‹è¨˜éŒ„的使用者生æˆä¸€å€‹å–®ç¨çš„圖表" @@ -304,13 +304,13 @@ msgstr "" "在這裡,您å¯ä»¥å®šç¾©å¤–部指令,當 Collectd é”到一定閾值時,將啟動指令。閥值將會" "作為指令的標準輸入。" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:36 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:35 msgid "" "Here you can define various criteria by which the monitored iptables rules " "are selected." msgstr "在這裡,您å¯ä»¥å®šç¾©å„種監控 iptables è¦å‰‡è‡¨ç•Œå€¼ã€‚" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:88 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:86 msgid "Hold Ctrl to select multiple items or to deselect entries." msgstr "æŒ‰ä½ Ctrl éµä¾†é¸æ“‡æˆ–å–消é¸æ“‡å¤šå€‹å°ˆæ¡ˆã€‚" @@ -334,7 +334,7 @@ msgstr "IRQ 外掛é…ç½®" msgid "Ignore source addresses" msgstr "忽略æºä½å€" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:104 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:103 msgid "Incoming interface" msgstr "入介é¢" @@ -354,7 +354,7 @@ msgstr "ä¸æ–·" msgid "Interval for pings" msgstr "ping é–“éš™" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:19 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:18 msgid "Iptables Plugin Configuration" msgstr "Iptables 外掛é…ç½®" @@ -392,7 +392,7 @@ msgstr "最大å…許連線數" msgid "Memory" msgstr "記憶體" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:13 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:5 msgid "Memory Plugin Configuration" msgstr "記憶體外掛é…ç½®" @@ -402,7 +402,7 @@ msgstr "記憶體外掛é…ç½®" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/irq.lua:25 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iwinfo.lua:22 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/netlink.lua:79 -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:120 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:118 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/thermal.lua:24 msgid "Monitor all except specified" msgstr "監測所有(除特別註明外)" @@ -411,7 +411,7 @@ msgstr "監測所有(除特別註明外)" msgid "Monitor all local listen ports" msgstr "監測所有本地監è½åŸ " -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:76 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:74 msgid "Monitor all sensors" msgstr "監控所有感測器" @@ -469,7 +469,7 @@ msgstr "監測é ç«¯åŸ " msgid "Name" msgstr "å稱" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:46 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:45 msgid "Name of the rule" msgstr "è¦å‰‡å" @@ -493,7 +493,7 @@ msgstr "Network 外掛é…ç½®" msgid "Network plugins" msgstr "Network 外掛" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:82 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:81 msgid "Network protocol" msgstr "Network å”è°" @@ -525,19 +525,19 @@ msgstr "åƒ…å»ºç«‹å¹³å‡ RRAs" msgid "OpenVPN" msgstr "OpenVPN" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:10 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:7 msgid "OpenVPN Plugin Configuration" msgstr "OpenVPN 外掛é…ç½®" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:44 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:41 msgid "OpenVPN status files" msgstr "OpenVPN 狀態檔案" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:116 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:115 msgid "Options" msgstr "é¸é …" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:110 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:109 msgid "Outgoing interface" msgstr "出介é¢" @@ -620,7 +620,7 @@ msgstr "指令碼" msgid "Seconds" msgstr "秒" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:88 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:86 msgid "Sensor list" msgstr "感測器列表" @@ -628,7 +628,7 @@ msgstr "感測器列表" msgid "Sensors" msgstr "感測器" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:66 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:64 msgid "Sensors Plugin Configuration" msgstr "Sensors 外掛é…ç½®" @@ -664,7 +664,7 @@ msgstr "套接å—組" msgid "Socket permissions" msgstr "套接å—許å¯æ¬Š" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:91 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:90 msgid "Source ip range" msgstr "æº IP å€é–“" @@ -730,7 +730,7 @@ msgstr "網路包 TTL" msgid "TTL for ping packets" msgstr "ping 包 TTL" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:49 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:48 msgid "Table" msgstr "表" @@ -748,13 +748,13 @@ msgid "" "plugin of OLSRd." msgstr "OLSRd å¤–æŽ›é€šéŽ txtinfo ç²å– meshed 網路資訊。" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:11 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:8 msgid "" "The OpenVPN plugin gathers information about the current vpn connection " "status." msgstr "OpenVPN 外掛å¯ä»¥ç²å– VPN 連線當å‰ç‹€æ…‹" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:14 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:6 msgid "" "The conntrack plugin collects statistics about the number of tracked " "connections." @@ -815,7 +815,7 @@ msgid "" "The interface plugin collects traffic statistics on selected interfaces." msgstr "Interface 外掛用於收集é¸å®šä»‹é¢çš„資料包的統計資訊。" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:20 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:19 msgid "" "The iptables plugin will monitor selected firewall rules and collect " "information about processed bytes and packets per rule." @@ -839,7 +839,7 @@ msgstr "iwinfo 外掛收集無線訊號強度ã€å™ªè²å’Œè³ªé‡çš„統計資訊〠msgid "The load plugin collects statistics about the general system load." msgstr "load 外掛收集常è¦ç³»çµ±è¼‰å…¥çµ±è¨ˆè³‡è¨Šã€‚" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:14 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:6 msgid "The memory plugin collects statistics about the memory usage." msgstr "memory 外掛收集關於記憶體使用情æ³çš„統計資訊。" @@ -883,7 +883,7 @@ msgstr "" "><strong>è¦å‘Šï¼šéŒ¯èª¤çš„引數è¨å®šï¼Œå°‡å°Žè‡´éžå¸¸é«˜çš„臨時記憶體消耗。這å¯èƒ½æœƒä½¿è£ç½®ç„¡" "法使用ï¼</strong>" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:67 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:65 msgid "" "The sensors plugin uses the Linux Sensors framework to gather environmental " "statistics." @@ -926,7 +926,7 @@ msgid "" "collected data from a running collectd instance." msgstr "unixsock 外掛建立一個 unix 套接å—å¯ç”¨æ–¼è®€å– Collectd ä¾‹é …çš„æ”¶é›†è³‡è¨Šã€‚" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:14 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:6 msgid "The uptime plugin collects statistics about the uptime of the system." msgstr "uptime 外掛收集系統啟動時間的統計資訊。" @@ -990,11 +990,11 @@ msgstr "Unixsock 外掛é…ç½®" msgid "Uptime" msgstr "執行時間" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:13 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:5 msgid "Uptime Plugin Configuration" msgstr "執行時間外掛é…ç½®" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:38 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:35 msgid "Use improved naming schema" msgstr "使用更高階的命åè¦å‰‡" @@ -1032,19 +1032,19 @@ msgstr "cUrl" msgid "cUrl Plugin Configuration" msgstr "cUrl 外掛é…ç½®" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:110 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:109 msgid "e.g. br-ff" msgstr "例如:br-ff" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:104 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:103 msgid "e.g. br-lan" msgstr "例如:br-lan" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:116 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:115 msgid "e.g. reject-with tcp-reset" msgstr "例如:eject-with tcp-reset" -#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:46 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:45 msgid "max. 16 chars" msgstr "最長 16 個å—å…ƒ" diff --git a/applications/luci-app-travelmate/po/ja/travelmate.po b/applications/luci-app-travelmate/po/ja/travelmate.po index 2fd46df929..a4d41f70da 100644 --- a/applications/luci-app-travelmate/po/ja/travelmate.po +++ b/applications/luci-app-travelmate/po/ja/travelmate.po @@ -29,7 +29,7 @@ msgstr "アップリンクã®è¿½åŠ " msgid "Add Wireless Uplink Configuration" msgstr "ç„¡ç·šã‚¢ãƒƒãƒ—ãƒªãƒ³ã‚¯è¿½åŠ ã®è¨å®š" -#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:105 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:106 msgid "" "Additional trigger delay in seconds before travelmate processing begins." msgstr "Travelmate ã®å‡¦ç†ãŒé–‹å§‹ã•ã‚Œã‚‹ã¾ã§ã®ã€è¿½åŠ ã®é…延時間(秒)ã§ã™ã€‚" @@ -88,7 +88,7 @@ msgid "" msgstr "" "トラベル ルーター機能を有効化ã™ã‚‹ãŸã‚ã®ã€ Travelmate パッケージã®è¨å®šã§ã™ã€‚" -#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:110 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:111 msgid "Connection Limit" msgstr "接続制é™" @@ -156,7 +156,7 @@ msgstr "ã“ã®ã‚¢ãƒƒãƒ—リンクを編集" msgid "Enable Travelmate" msgstr "Travelmate ã®æœ‰åŠ¹åŒ–" -#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:96 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:97 msgid "Enable Verbose Debug Logging" msgstr "詳細ãªãƒ‡ãƒãƒƒã‚° ãƒã‚°ã®æœ‰åŠ¹åŒ–" @@ -171,7 +171,7 @@ msgstr "詳細ãªãƒ‡ãƒãƒƒã‚° ãƒã‚°ã®æœ‰åŠ¹åŒ–" msgid "Encryption" msgstr "æš—å·åŒ–" -#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:93 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:94 msgid "Extra Options" msgstr "拡張オプション" @@ -216,7 +216,7 @@ msgstr "TKIP" msgid "Force TKIP and CCMP (AES)" msgstr "TKIP 㨠CCMP (AES)" -#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:123 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:124 msgid "" "How long should travelmate wait for a successful wlan uplink connection." msgstr "Travelmate ãŒç„¡ç·šã‚¢ãƒƒãƒ—リンクã¸ã®æŽ¥ç¶šæˆåŠŸã‚’å¾…ã¤æ™‚é–“ã§ã™ã€‚" @@ -237,7 +237,7 @@ msgstr "BSSID ã®ç„¡è¦–" msgid "Input file not found, please check your configuration." msgstr "入力ファイルãŒè¦‹ã¤ã‹ã‚Šã¾ã›ã‚“。è¨å®šã‚’確èªã—ã¦ãã ã•ã„。" -#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:122 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:123 msgid "Interface Timeout" msgstr "インターフェース タイムアウト" @@ -253,7 +253,7 @@ msgstr "最終実行" msgid "Loading" msgstr "èªã¿è¾¼ã¿ä¸" -#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:117 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:118 msgid "" "Minimum signal quality threshold as percent for conditional uplink (dis-) " "connections." @@ -277,16 +277,16 @@ msgstr "使用ã•ã‚Œã‚‹ã‚¢ãƒƒãƒ—リンク インターフェースã®åå‰ã§ã msgid "Open" msgstr "オープン" -#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:94 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:95 msgid "" "Options for further tweaking in case the defaults are not suitable for you." msgstr "デフォルトã®è¨å®šãŒé©åˆ‡ã§ãªã„å ´åˆã€ã•ã‚‰ã«è¨å®šã™ã‚‹ãŸã‚ã®ã‚ªãƒ—ションã§ã™ã€‚" -#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:128 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:129 msgid "Overall Timeout" msgstr "実行間隔" -#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:129 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:130 msgid "Overall retry timeout in seconds." msgstr "全体的ãªå†è©¦è¡Œã‚¿ã‚¤ãƒ アウト(秒)ã§ã™ã€‚" @@ -347,7 +347,7 @@ msgstr "" "ã‚¯ã‚’è¿½åŠ ã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚ç¾åœ¨ä½¿ç”¨ã•ã‚Œã¦ã„るアップリンクã¯é’色ã§ã€å•é¡Œã®ã‚" "るステーションã¯èµ¤è‰²ã§å¼·èª¿ã•ã‚Œã¾ã™ã€‚" -#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:100 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:101 msgid "Radio Selection / Order" msgstr "ç„¡ç·šã®é¸æŠž / é †ç•ª" @@ -364,7 +364,7 @@ msgstr "å†èµ·å‹•" msgid "Restart Travelmate" msgstr "Travelmate ã®å†èµ·å‹•" -#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:101 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:102 msgid "" "Restrict travelmate to a single radio (e.g. 'radio1') or change the overall " "scanning order (e.g. 'radio1 radio2 radio0')." @@ -372,7 +372,7 @@ msgstr "" "Travelmate ã‚’å˜ä¸€ã®ç„¡ç·šï¼ˆä¾‹: 'radio1')ã®ã¿ã«åˆ¶é™ã—ãŸã‚Šã€å…¨ä½“çš„ãªã‚¹ã‚ャンã®é †" "番を変更ã—ã¾ã™ï¼ˆä¾‹: 'radio1 radio2 radio0')。" -#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:111 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:112 msgid "Retry limit to connect to an uplink." msgstr "アップリンクã¸ã®æŽ¥ç¶šã‚’試行ã™ã‚‹å›žæ•°ã§ã™ã€‚" @@ -407,7 +407,7 @@ msgstr "スã‚ャン:" msgid "Show/Hide QR-Codes" msgstr "QR コードを表示/éžè¡¨ç¤º" -#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:116 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:117 msgid "Signal Quality Threshold" msgstr "シグナルå“質閾値" @@ -485,7 +485,7 @@ msgstr "Travelmate ステータス(å“質)" msgid "Travelmate Version" msgstr "Travelmate ãƒãƒ¼ã‚¸ãƒ§ãƒ³" -#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:104 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:105 msgid "Trigger Delay" msgstr "トリガé…延" diff --git a/applications/luci-app-travelmate/po/pt-br/travelmate.po b/applications/luci-app-travelmate/po/pt-br/travelmate.po index ca9c057a6f..bdc1c3c884 100644 --- a/applications/luci-app-travelmate/po/pt-br/travelmate.po +++ b/applications/luci-app-travelmate/po/pt-br/travelmate.po @@ -29,7 +29,7 @@ msgstr "Adicionar Enlace para Fora" msgid "Add Wireless Uplink Configuration" msgstr "Adicionar Configuração Sem Fio de Enlace para Fora" -#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:105 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:106 msgid "" "Additional trigger delay in seconds before travelmate processing begins." msgstr "Atraso adicional em segundos antes do travelmate processe os gatilhos." @@ -89,7 +89,7 @@ msgstr "" "Configuração do travelmate para habilitar a funcionalidade de roteador de " "viagem." -#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:110 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:111 msgid "Connection Limit" msgstr "Limite de conexão" @@ -156,7 +156,7 @@ msgstr "Editar Configurações da Rede de saÃda" msgid "Enable Travelmate" msgstr "Habilitar o Travelmate" -#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:96 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:97 msgid "Enable Verbose Debug Logging" msgstr "Habilitar os registros de depuração detalhados" @@ -171,7 +171,7 @@ msgstr "Habilitar os registros de depuração detalhados" msgid "Encryption" msgstr "Cifragem" -#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:93 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:94 msgid "Extra Options" msgstr "Opções adicionais" @@ -216,7 +216,7 @@ msgstr "Forçar TKIP" msgid "Force TKIP and CCMP (AES)" msgstr "Forçar TKIP e CCMP (AES)" -#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:123 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:124 msgid "" "How long should travelmate wait for a successful wlan uplink connection." msgstr "" @@ -241,7 +241,7 @@ msgstr "" "O arquivo entrado não foi encontrado. Por favor, verifique suas " "configurações." -#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:122 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:123 msgid "Interface Timeout" msgstr "Estouro de Tempo da Interface" @@ -257,7 +257,7 @@ msgstr "Última Execução" msgid "Loading" msgstr "Carregando" -#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:117 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:118 msgid "" "Minimum signal quality threshold as percent for conditional uplink (dis-) " "connections." @@ -281,18 +281,18 @@ msgstr "Nome da interface usada para o enlace de saÃda" msgid "Open" msgstr "Abrir" -#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:94 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:95 msgid "" "Options for further tweaking in case the defaults are not suitable for you." msgstr "" "Opções para aprimoramentos adicionais caso as opções padrão não sejam " "suficientes para você." -#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:128 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:129 msgid "Overall Timeout" msgstr "Estouro de Tempo Global" -#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:129 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:130 msgid "Overall retry timeout in seconds." msgstr "Estouro de tempo global em segundos." @@ -351,7 +351,7 @@ msgstr "" "escanear por um novo. O enlace em uso está destacado em azul, enquanto as " "estações com falha estão em vermelho." -#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:100 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:101 msgid "Radio Selection / Order" msgstr "" @@ -368,13 +368,13 @@ msgstr "Reiniciar" msgid "Restart Travelmate" msgstr "Reiniciar o Travelmate" -#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:101 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:102 msgid "" "Restrict travelmate to a single radio (e.g. 'radio1') or change the overall " "scanning order (e.g. 'radio1 radio2 radio0')." msgstr "" -#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:111 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:112 msgid "Retry limit to connect to an uplink." msgstr "Limite de retentativa de conexão com um enlace externo." @@ -409,7 +409,7 @@ msgstr "Escanear" msgid "Show/Hide QR-Codes" msgstr "" -#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:116 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:117 msgid "Signal Quality Threshold" msgstr "Limite da Qualidade do Sinal" @@ -476,7 +476,7 @@ msgstr "Estado do Travelmate (Qualidade)" msgid "Travelmate Version" msgstr "Versão do Travelmate" -#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:104 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:105 msgid "Trigger Delay" msgstr "Atraso no Gatilho" diff --git a/applications/luci-app-travelmate/po/ru/travelmate.po b/applications/luci-app-travelmate/po/ru/travelmate.po index 24d6c2f18b..dbbc5df381 100644 --- a/applications/luci-app-travelmate/po/ru/travelmate.po +++ b/applications/luci-app-travelmate/po/ru/travelmate.po @@ -32,7 +32,7 @@ msgstr "Подключение к Ñети" msgid "Add Wireless Uplink Configuration" msgstr "Добавить наÑтройку внешней беÑпроводной Ñети" -#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:105 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:106 msgid "" "Additional trigger delay in seconds before travelmate processing begins." msgstr "Ð”Ð¾Ð¿Ð¾Ð»Ð½Ð¸Ñ‚ÐµÐ»ÑŒÐ½Ð°Ñ Ð·Ð°Ð´ÐµÑ€Ð¶ÐºÐ° в Ñекундах до запуÑка TravelMate." @@ -88,7 +88,7 @@ msgid "" "functionality." msgstr "ÐаÑтройка утилиты TravelMate - помощника путешеÑтвенника. " -#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:110 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:111 msgid "Connection Limit" msgstr "Ограничение Ñоединений" @@ -156,7 +156,7 @@ msgstr "Редактировать наÑтройки Ñети" msgid "Enable Travelmate" msgstr "Включить Travelmate" -#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:96 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:97 msgid "Enable Verbose Debug Logging" msgstr "Включить подробное ведение журнала отладки" @@ -171,7 +171,7 @@ msgstr "Включить подробное ведение журнала отл msgid "Encryption" msgstr "Шифрование" -#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:93 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:94 msgid "Extra Options" msgstr "Дополнительные наÑтройки" @@ -216,7 +216,7 @@ msgstr "Ðазначить TKIP" msgid "Force TKIP and CCMP (AES)" msgstr "Ðазначить TKIP и CCMP (AES)" -#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:123 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:124 msgid "" "How long should travelmate wait for a successful wlan uplink connection." msgstr "" @@ -237,7 +237,7 @@ msgstr "Игнорировать BSSID" msgid "Input file not found, please check your configuration." msgstr "Config файл не найден, наÑтройте config файл." -#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:122 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:123 msgid "Interface Timeout" msgstr "Ð’Ñ€ÐµÐ¼ÐµÐ½Ð½Ð°Ñ Ð·Ð°Ð´ÐµÑ€Ð¶ÐºÐ° интерфейÑа" @@ -253,7 +253,7 @@ msgstr "" msgid "Loading" msgstr "" -#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:117 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:118 msgid "" "Minimum signal quality threshold as percent for conditional uplink (dis-) " "connections." @@ -275,18 +275,18 @@ msgstr "Ð˜Ð¼Ñ Ð¸Ñпользуемого интерфейÑа внешней Ñ msgid "Open" msgstr "Открыть" -#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:94 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:95 msgid "" "Options for further tweaking in case the defaults are not suitable for you." msgstr "" "Возможные варианты детальной наÑтройки, еÑли Ð·Ð½Ð°Ñ‡ÐµÐ½Ð¸Ñ Ð¿Ð¾ умолчанию не " "подходÑÑ‚ Ð´Ð»Ñ Ð²Ð°Ñ." -#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:128 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:129 msgid "Overall Timeout" msgstr "Общее Ð²Ñ€ÐµÐ¼Ñ Ð¾Ð¶Ð¸Ð´Ð°Ð½Ð¸Ñ" -#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:129 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:130 msgid "Overall retry timeout in seconds." msgstr "" @@ -345,7 +345,7 @@ msgstr "" "ÑущеÑтвующий ÑпиÑок внешних Ñетей или выполнÑÑ‚ÑŒ их поиÑк. ИÑпользуемое " "Ñетевое Ñоединение выделено Ñиним цветом." -#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:100 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:101 msgid "Radio Selection / Order" msgstr "" @@ -362,13 +362,13 @@ msgstr "" msgid "Restart Travelmate" msgstr "" -#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:101 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:102 msgid "" "Restrict travelmate to a single radio (e.g. 'radio1') or change the overall " "scanning order (e.g. 'radio1 radio2 radio0')." msgstr "" -#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:111 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:112 msgid "Retry limit to connect to an uplink." msgstr "" @@ -403,7 +403,7 @@ msgstr "ПоиÑк" msgid "Show/Hide QR-Codes" msgstr "" -#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:116 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:117 msgid "Signal Quality Threshold" msgstr "" @@ -479,7 +479,7 @@ msgstr "" msgid "Travelmate Version" msgstr "ВерÑÐ¸Ñ TravelMate" -#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:104 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:105 msgid "Trigger Delay" msgstr "" diff --git a/applications/luci-app-travelmate/po/templates/travelmate.pot b/applications/luci-app-travelmate/po/templates/travelmate.pot index ee3b75a028..5d8348c568 100644 --- a/applications/luci-app-travelmate/po/templates/travelmate.pot +++ b/applications/luci-app-travelmate/po/templates/travelmate.pot @@ -18,7 +18,7 @@ msgstr "" msgid "Add Wireless Uplink Configuration" msgstr "" -#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:105 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:106 msgid "" "Additional trigger delay in seconds before travelmate processing begins." msgstr "" @@ -74,7 +74,7 @@ msgid "" "functionality." msgstr "" -#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:110 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:111 msgid "Connection Limit" msgstr "" @@ -140,7 +140,7 @@ msgstr "" msgid "Enable Travelmate" msgstr "" -#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:96 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:97 msgid "Enable Verbose Debug Logging" msgstr "" @@ -155,7 +155,7 @@ msgstr "" msgid "Encryption" msgstr "" -#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:93 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:94 msgid "Extra Options" msgstr "" @@ -198,7 +198,7 @@ msgstr "" msgid "Force TKIP and CCMP (AES)" msgstr "" -#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:123 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:124 msgid "" "How long should travelmate wait for a successful wlan uplink connection." msgstr "" @@ -219,7 +219,7 @@ msgstr "" msgid "Input file not found, please check your configuration." msgstr "" -#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:122 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:123 msgid "Interface Timeout" msgstr "" @@ -235,7 +235,7 @@ msgstr "" msgid "Loading" msgstr "" -#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:117 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:118 msgid "" "Minimum signal quality threshold as percent for conditional uplink (dis-) " "connections." @@ -257,16 +257,16 @@ msgstr "" msgid "Open" msgstr "" -#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:94 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:95 msgid "" "Options for further tweaking in case the defaults are not suitable for you." msgstr "" -#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:128 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:129 msgid "Overall Timeout" msgstr "" -#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:129 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:130 msgid "Overall retry timeout in seconds." msgstr "" @@ -321,7 +321,7 @@ msgid "" "one. The currently used uplink is emphasized in blue, faulty stations in red." msgstr "" -#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:100 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:101 msgid "Radio Selection / Order" msgstr "" @@ -338,13 +338,13 @@ msgstr "" msgid "Restart Travelmate" msgstr "" -#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:101 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:102 msgid "" "Restrict travelmate to a single radio (e.g. 'radio1') or change the overall " "scanning order (e.g. 'radio1 radio2 radio0')." msgstr "" -#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:111 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:112 msgid "Retry limit to connect to an uplink." msgstr "" @@ -379,7 +379,7 @@ msgstr "" msgid "Show/Hide QR-Codes" msgstr "" -#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:116 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:117 msgid "Signal Quality Threshold" msgstr "" @@ -445,7 +445,7 @@ msgstr "" msgid "Travelmate Version" msgstr "" -#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:104 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:105 msgid "Trigger Delay" msgstr "" diff --git a/applications/luci-app-travelmate/po/zh-cn/travelmate.po b/applications/luci-app-travelmate/po/zh-cn/travelmate.po index 0dbba9cb81..a2641aa858 100644 --- a/applications/luci-app-travelmate/po/zh-cn/travelmate.po +++ b/applications/luci-app-travelmate/po/zh-cn/travelmate.po @@ -32,7 +32,7 @@ msgstr "æ·»åŠ ä¸Šè¡Œè¿žæŽ¥" msgid "Add Wireless Uplink Configuration" msgstr "æ·»åŠ æ— çº¿ä¸Šè¡Œè¿žæŽ¥é…ç½®" -#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:105 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:106 msgid "" "Additional trigger delay in seconds before travelmate processing begins." msgstr "在 travelmate 处ç†å¼€å§‹å‰çš„é¢å¤–触å‘延迟(秒)。" @@ -88,7 +88,7 @@ msgid "" "functionality." msgstr "é…ç½® travelmate 包,以å¯ç”¨æ—…行路由器功能。" -#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:110 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:111 msgid "Connection Limit" msgstr "连接é™åˆ¶" @@ -154,7 +154,7 @@ msgstr "编辑æ¤ä¸Šè¡Œè¿žæŽ¥" msgid "Enable Travelmate" msgstr "å¯ç”¨ travelmate" -#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:96 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:97 msgid "Enable Verbose Debug Logging" msgstr "å¯ç”¨è¯¦ç»†è°ƒè¯•æ—¥å¿—" @@ -169,7 +169,7 @@ msgstr "å¯ç”¨è¯¦ç»†è°ƒè¯•æ—¥å¿—" msgid "Encryption" msgstr "åŠ å¯†" -#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:93 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:94 msgid "Extra Options" msgstr "é¢å¤–选项" @@ -212,7 +212,7 @@ msgstr "强制 TKIP" msgid "Force TKIP and CCMP (AES)" msgstr "强制 TKIP å’Œ CCMP(AES)" -#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:123 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:124 msgid "" "How long should travelmate wait for a successful wlan uplink connection." msgstr "travelmate ç‰å¾… wlan 上行连接æˆåŠŸæœ€é•¿æ—¶é—´ã€‚" @@ -233,7 +233,7 @@ msgstr "忽略 BSSID" msgid "Input file not found, please check your configuration." msgstr "未找到输入文件,请检查您的é…置。" -#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:122 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:123 msgid "Interface Timeout" msgstr "接å£è¶…æ—¶" @@ -249,7 +249,7 @@ msgstr "上次è¿è¡Œ" msgid "Loading" msgstr "载入ä¸" -#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:117 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:118 msgid "" "Minimum signal quality threshold as percent for conditional uplink (dis-) " "connections." @@ -271,16 +271,16 @@ msgstr "è¦ä½¿ç”¨çš„上行连接接å£å称。" msgid "Open" msgstr "å¼€" -#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:94 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:95 msgid "" "Options for further tweaking in case the defaults are not suitable for you." msgstr "如果默认值ä¸é€‚åˆæ‚¨ï¼Œå¯ä»¥é€‰æ‹©è¿›ä¸€æ¥è°ƒæ•´ã€‚" -#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:128 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:129 msgid "Overall Timeout" msgstr "总体超时" -#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:129 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:130 msgid "Overall retry timeout in seconds." msgstr "总体é‡è¯•è¶…时(秒)。" @@ -337,7 +337,7 @@ msgstr "" "æ¤å¤„显示 travelmate 接å£ï¼ˆ%s)所有已é…置上行连接的概述。您å¯ä»¥ç¼–辑ã€åˆ 除或é‡" "新排åºçŽ°æœ‰è¿žæŽ¥ï¼Œæˆ–扫æ新上行连接。当å‰ä½¿ç”¨çš„上行连接以è“色çªå‡ºæ˜¾ç¤ºã€‚" -#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:100 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:101 msgid "Radio Selection / Order" msgstr "æ— çº¿ç”µé€‰æ‹©/顺åº" @@ -354,7 +354,7 @@ msgstr "é‡å¯" msgid "Restart Travelmate" msgstr "é‡å¯ Travelmate" -#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:101 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:102 msgid "" "Restrict travelmate to a single radio (e.g. 'radio1') or change the overall " "scanning order (e.g. 'radio1 radio2 radio0')." @@ -362,7 +362,7 @@ msgstr "" "å°† travelmate é™åˆ¶åœ¨å•ä¸ªæ— 线电上(例如“radio1â€ï¼‰ï¼Œæˆ–改å˜æ•´ä¸ªæ‰«æ顺åºï¼ˆä¾‹" "如“radio1 radio2 radio0â€ï¼‰ã€‚" -#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:111 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:112 msgid "Retry limit to connect to an uplink." msgstr "连接到上行连接的é‡è¯•é™åˆ¶ã€‚" @@ -397,7 +397,7 @@ msgstr "扫æ" msgid "Show/Hide QR-Codes" msgstr "显示/éšè— QR ç " -#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:116 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:117 msgid "Signal Quality Threshold" msgstr "ä¿¡å·è´¨é‡é˜ˆå€¼" @@ -463,7 +463,7 @@ msgstr "Travelmate 状æ€ï¼ˆè´¨é‡ï¼‰" msgid "Travelmate Version" msgstr "Travelmate 版本" -#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:104 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:105 msgid "Trigger Delay" msgstr "触å‘延迟" diff --git a/applications/luci-app-travelmate/po/zh-tw/travelmate.po b/applications/luci-app-travelmate/po/zh-tw/travelmate.po index eaa2dd4c71..00cf3a90f2 100644 --- a/applications/luci-app-travelmate/po/zh-tw/travelmate.po +++ b/applications/luci-app-travelmate/po/zh-tw/travelmate.po @@ -32,7 +32,7 @@ msgstr "新增上行連線" msgid "Add Wireless Uplink Configuration" msgstr "新增無線上行連線é…ç½®" -#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:105 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:106 msgid "" "Additional trigger delay in seconds before travelmate processing begins." msgstr "在 travelmate 處ç†é–‹å§‹å‰çš„é¡å¤–觸發延é²ï¼ˆç§’)。" @@ -73,7 +73,8 @@ msgstr "強制門戶檢測" msgid "" "Check the internet availability, log captive portal redirections and keep " "the uplink connection 'alive'." -msgstr "檢查網際網路å¯ç”¨æ€§ï¼Œè¨˜éŒ„強制網路門戶é‡å®šå‘,並ä¿æŒä¸Šè¡Œé€£ç·šç‚ºâ€œæ´»å‹•â€ç‹€æ…‹ã€‚" +msgstr "" +"檢查網際網路å¯ç”¨æ€§ï¼Œè¨˜éŒ„強制網路門戶é‡å®šå‘,並ä¿æŒä¸Šè¡Œé€£ç·šç‚ºâ€œæ´»å‹•â€ç‹€æ…‹ã€‚" #: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:69 #: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:86 @@ -88,7 +89,7 @@ msgid "" "functionality." msgstr "é…ç½® travelmate 包,以啟用旅行路由器功能。" -#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:110 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:111 msgid "Connection Limit" msgstr "連線é™åˆ¶" @@ -154,7 +155,7 @@ msgstr "編輯æ¤ä¸Šè¡Œé€£ç·š" msgid "Enable Travelmate" msgstr "啟用 travelmate" -#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:96 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:97 msgid "Enable Verbose Debug Logging" msgstr "啟用詳細除錯日誌" @@ -169,7 +170,7 @@ msgstr "啟用詳細除錯日誌" msgid "Encryption" msgstr "åŠ å¯†" -#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:93 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:94 msgid "Extra Options" msgstr "é¡å¤–é¸é …" @@ -212,7 +213,7 @@ msgstr "強制 TKIP" msgid "Force TKIP and CCMP (AES)" msgstr "強制 TKIP å’Œ CCMP(AES)" -#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:123 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:124 msgid "" "How long should travelmate wait for a successful wlan uplink connection." msgstr "travelmate ç‰å¾… wlan 上行連線æˆåŠŸæœ€é•·æ™‚間。" @@ -233,7 +234,7 @@ msgstr "忽略 BSSID" msgid "Input file not found, please check your configuration." msgstr "未找到輸入檔案,請檢查您的é…置。" -#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:122 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:123 msgid "Interface Timeout" msgstr "介é¢è¶…時" @@ -249,7 +250,7 @@ msgstr "上次執行" msgid "Loading" msgstr "載入ä¸" -#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:117 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:118 msgid "" "Minimum signal quality threshold as percent for conditional uplink (dis-) " "connections." @@ -271,16 +272,16 @@ msgstr "è¦ä½¿ç”¨çš„上行連線介é¢å稱。" msgid "Open" msgstr "é–‹" -#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:94 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:95 msgid "" "Options for further tweaking in case the defaults are not suitable for you." msgstr "如果é è¨å€¼ä¸é©åˆæ‚¨ï¼Œå¯ä»¥é¸æ“‡é€²ä¸€æ¥èª¿æ•´ã€‚" -#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:128 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:129 msgid "Overall Timeout" msgstr "總體超時" -#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:129 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:130 msgid "Overall retry timeout in seconds." msgstr "總體é‡è©¦è¶…時(秒)。" @@ -337,7 +338,7 @@ msgstr "" "æ¤è™•é¡¯ç¤º travelmate 介é¢ï¼ˆ%s)所有已é…置上行連線的概述。您å¯ä»¥ç·¨è¼¯ã€åˆªé™¤æˆ–é‡" "新排åºç¾æœ‰é€£ç·šï¼Œæˆ–掃æ新上行連線。當å‰ä½¿ç”¨çš„上行連線以è—色çªå‡ºé¡¯ç¤ºã€‚" -#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:100 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:101 msgid "Radio Selection / Order" msgstr "ç„¡ç·šé›»é¸æ“‡/é †åº" @@ -354,7 +355,7 @@ msgstr "é‡å•Ÿ" msgid "Restart Travelmate" msgstr "é‡å•Ÿ Travelmate" -#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:101 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:102 msgid "" "Restrict travelmate to a single radio (e.g. 'radio1') or change the overall " "scanning order (e.g. 'radio1 radio2 radio0')." @@ -362,7 +363,7 @@ msgstr "" "å°‡ travelmate é™åˆ¶åœ¨å–®å€‹ç„¡ç·šé›»ä¸Šï¼ˆä¾‹å¦‚“radio1â€ï¼‰ï¼Œæˆ–改變整個掃æé †åºï¼ˆä¾‹" "如“radio1 radio2 radio0â€ï¼‰ã€‚" -#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:111 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:112 msgid "Retry limit to connect to an uplink." msgstr "連線到上行連線的é‡è©¦é™åˆ¶ã€‚" @@ -397,7 +398,7 @@ msgstr "掃æ" msgid "Show/Hide QR-Codes" msgstr "顯示/éš±è— QR 碼" -#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:116 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:117 msgid "Signal Quality Threshold" msgstr "訊號質é‡é–¾å€¼" @@ -463,7 +464,7 @@ msgstr "Travelmate 狀態(質é‡ï¼‰" msgid "Travelmate Version" msgstr "Travelmate 版本" -#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:104 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:105 msgid "Trigger Delay" msgstr "觸發延é²" diff --git a/applications/luci-app-unbound/po/templates/unbound.pot b/applications/luci-app-unbound/po/templates/unbound.pot index 661ecc6996..d310cbbadc 100644 --- a/applications/luci-app-unbound/po/templates/unbound.pot +++ b/applications/luci-app-unbound/po/templates/unbound.pot @@ -21,8 +21,8 @@ msgstr "" msgid "Accept queries only from local subnets" msgstr "" -#: applications/luci-app-unbound/luasrc/controller/unbound.lua:198 -msgid "Adblock domain list '" +#: applications/luci-app-unbound/luasrc/controller/unbound.lua:214 +msgid "Adblock domain list is too large to display in LuCI." msgstr "" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:38 @@ -53,10 +53,6 @@ msgstr "" msgid "Break the loop where DNSSEC needs NTP and NTP needs DNS" msgstr "" -#: applications/luci-app-unbound/luasrc/controller/unbound.lua:56 -msgid "Cache Dump" -msgstr "" - #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:75 msgid "Choose Unbounds listening port" msgstr "" @@ -81,6 +77,10 @@ msgstr "" msgid "DHCPv4 to SLAAC" msgstr "" +#: applications/luci-app-unbound/luasrc/controller/unbound.lua:56 +msgid "DNS Cache" +msgstr "" + #: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:55 msgid "DNS over TLS" msgstr "" @@ -583,16 +583,15 @@ msgstr "" msgid "This could display more statistics with the unbound-control package." msgstr "" -#: applications/luci-app-unbound/luasrc/controller/unbound.lua:170 -#: applications/luci-app-unbound/luasrc/controller/unbound.lua:181 -#: applications/luci-app-unbound/luasrc/controller/unbound.lua:206 +#: applications/luci-app-unbound/luasrc/controller/unbound.lua:186 +#: applications/luci-app-unbound/luasrc/controller/unbound.lua:197 +#: applications/luci-app-unbound/luasrc/controller/unbound.lua:222 msgid "This shows '" msgstr "" -#: applications/luci-app-unbound/luasrc/controller/unbound.lua:160 +#: applications/luci-app-unbound/luasrc/controller/unbound.lua:173 msgid "" -"This shows Unbound 'cache_dump'. Useful to check if unbound is actually " -"caching dns entities." +"This shows 'ubound-control dump_cache' for auditing records including DNSSEC." msgstr "" #: applications/luci-app-unbound/luasrc/controller/unbound.lua:137 @@ -645,6 +644,10 @@ msgstr "" msgid "Unbound Control App" msgstr "" +#: applications/luci-app-unbound/luasrc/controller/unbound.lua:166 +msgid "Unbound cache is too large to display in LuCI." +msgstr "" + #: applications/luci-app-unbound/luasrc/model/cbi/unbound/zones.lua:81 msgid "Undefined" msgstr "" diff --git a/applications/luci-app-unbound/po/zh-cn/unbound.po b/applications/luci-app-unbound/po/zh-cn/unbound.po index a87b74ca78..f581059519 100644 --- a/applications/luci-app-unbound/po/zh-cn/unbound.po +++ b/applications/luci-app-unbound/po/zh-cn/unbound.po @@ -1,5 +1,5 @@ msgid "" -msgstr "Content-Type: text/plain; charset=UTF-8" +msgstr "Content-Type: text/plain; charset=UTF-8\n" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/zones.lua:96 msgid "(root)" @@ -21,9 +21,9 @@ msgstr "AXFR" msgid "Accept queries only from local subnets" msgstr "仅接å—æ¥è‡ªæœ¬åœ°å网的查询" -#: applications/luci-app-unbound/luasrc/controller/unbound.lua:198 -msgid "Adblock domain list '" -msgstr "Adblock 域å列表'" +#: applications/luci-app-unbound/luasrc/controller/unbound.lua:214 +msgid "Adblock domain list is too large to display in LuCI." +msgstr "" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:38 msgid "Advanced" @@ -53,10 +53,6 @@ msgstr "ç»†åˆ†æŸ¥è¯¢ç»„ä»¶ä»¥å¢žåŠ æœ‰é™çš„éšç§" msgid "Break the loop where DNSSEC needs NTP and NTP needs DNS" msgstr "æ‰“ç ´ DNSSEC éœ€è¦ NTP,NTP åˆéœ€è¦ DNS 的循环" -#: applications/luci-app-unbound/luasrc/controller/unbound.lua:56 -msgid "Cache Dump" -msgstr "缓å˜è½¬å‚¨" - #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:75 msgid "Choose Unbounds listening port" msgstr "选择 Unbounds 监å¬ç«¯å£" @@ -81,6 +77,10 @@ msgstr "DHCP 链接" msgid "DHCPv4 to SLAAC" msgstr "DHCPv4 到 SLAAC" +#: applications/luci-app-unbound/luasrc/controller/unbound.lua:56 +msgid "DNS Cache" +msgstr "" + #: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:55 msgid "DNS over TLS" msgstr "DNS over TLS" @@ -584,17 +584,16 @@ msgstr "æœ€å° TTL" msgid "This could display more statistics with the unbound-control package." msgstr "å¯ä»¥ä½¿ç”¨ unbound-control 包显示更多统计信æ¯ã€‚" -#: applications/luci-app-unbound/luasrc/controller/unbound.lua:170 -#: applications/luci-app-unbound/luasrc/controller/unbound.lua:181 -#: applications/luci-app-unbound/luasrc/controller/unbound.lua:206 +#: applications/luci-app-unbound/luasrc/controller/unbound.lua:186 +#: applications/luci-app-unbound/luasrc/controller/unbound.lua:197 +#: applications/luci-app-unbound/luasrc/controller/unbound.lua:222 msgid "This shows '" msgstr "显示'" -#: applications/luci-app-unbound/luasrc/controller/unbound.lua:160 +#: applications/luci-app-unbound/luasrc/controller/unbound.lua:173 msgid "" -"This shows Unbound 'cache_dump'. Useful to check if unbound is actually " -"caching dns entities." -msgstr "显示 Unbound的“cache_dumpâ€ã€‚用于检查 unbound 是å¦å®žé™…ç¼“å˜ dns 实体。" +"This shows 'ubound-control dump_cache' for auditing records including DNSSEC." +msgstr "" #: applications/luci-app-unbound/luasrc/controller/unbound.lua:137 msgid "" @@ -648,6 +647,10 @@ msgstr "" msgid "Unbound Control App" msgstr "Unbound 控制应用程åº" +#: applications/luci-app-unbound/luasrc/controller/unbound.lua:166 +msgid "Unbound cache is too large to display in LuCI." +msgstr "" + #: applications/luci-app-unbound/luasrc/model/cbi/unbound/zones.lua:81 msgid "Undefined" msgstr "未定义" @@ -738,3 +741,15 @@ msgstr "使用å称æœåŠ¡å™¨" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/zones.lua:164 msgid "with default certificate for <var>%s</var>" msgstr "使用 <var>%s</var> 的默认è¯ä¹¦" + +#~ msgid "Adblock domain list '" +#~ msgstr "Adblock 域å列表'" + +#~ msgid "Cache Dump" +#~ msgstr "缓å˜è½¬å‚¨" + +#~ msgid "" +#~ "This shows Unbound 'cache_dump'. Useful to check if unbound is actually " +#~ "caching dns entities." +#~ msgstr "" +#~ "显示 Unbound的“cache_dumpâ€ã€‚用于检查 unbound 是å¦å®žé™…ç¼“å˜ dns 实体。" diff --git a/applications/luci-app-unbound/po/zh-tw/unbound.po b/applications/luci-app-unbound/po/zh-tw/unbound.po index b51ad0a800..504e33c123 100644 --- a/applications/luci-app-unbound/po/zh-tw/unbound.po +++ b/applications/luci-app-unbound/po/zh-tw/unbound.po @@ -1,5 +1,5 @@ msgid "" -msgstr "Content-Type: text/plain; charset=UTF-8" +msgstr "Content-Type: text/plain; charset=UTF-8\n" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/zones.lua:96 msgid "(root)" @@ -21,9 +21,9 @@ msgstr "AXFR" msgid "Accept queries only from local subnets" msgstr "僅接å—來自本地å網的查詢" -#: applications/luci-app-unbound/luasrc/controller/unbound.lua:198 -msgid "Adblock domain list '" -msgstr "Adblock 域å列表'" +#: applications/luci-app-unbound/luasrc/controller/unbound.lua:214 +msgid "Adblock domain list is too large to display in LuCI." +msgstr "" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:38 msgid "Advanced" @@ -53,10 +53,6 @@ msgstr "ç´°åˆ†æŸ¥è©¢å…ƒä»¶ä»¥å¢žåŠ æœ‰é™çš„éš±ç§" msgid "Break the loop where DNSSEC needs NTP and NTP needs DNS" msgstr "æ‰“ç ´ DNSSEC éœ€è¦ NTP,NTP åˆéœ€è¦ DNS 的迴圈" -#: applications/luci-app-unbound/luasrc/controller/unbound.lua:56 -msgid "Cache Dump" -msgstr "å¿«å–轉儲" - #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:75 msgid "Choose Unbounds listening port" msgstr "é¸æ“‡ Unbounds 監è½åŸ " @@ -81,6 +77,10 @@ msgstr "DHCP 連çµ" msgid "DHCPv4 to SLAAC" msgstr "DHCPv4 到 SLAAC" +#: applications/luci-app-unbound/luasrc/controller/unbound.lua:56 +msgid "DNS Cache" +msgstr "" + #: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:55 msgid "DNS over TLS" msgstr "DNS over TLS" @@ -584,17 +584,16 @@ msgstr "æœ€å° TTL" msgid "This could display more statistics with the unbound-control package." msgstr "å¯ä»¥ä½¿ç”¨ unbound-control 包顯示更多統計資訊。" -#: applications/luci-app-unbound/luasrc/controller/unbound.lua:170 -#: applications/luci-app-unbound/luasrc/controller/unbound.lua:181 -#: applications/luci-app-unbound/luasrc/controller/unbound.lua:206 +#: applications/luci-app-unbound/luasrc/controller/unbound.lua:186 +#: applications/luci-app-unbound/luasrc/controller/unbound.lua:197 +#: applications/luci-app-unbound/luasrc/controller/unbound.lua:222 msgid "This shows '" msgstr "顯示'" -#: applications/luci-app-unbound/luasrc/controller/unbound.lua:160 +#: applications/luci-app-unbound/luasrc/controller/unbound.lua:173 msgid "" -"This shows Unbound 'cache_dump'. Useful to check if unbound is actually " -"caching dns entities." -msgstr "顯示 Unbound的“cache_dumpâ€ã€‚用於檢查 unbound 是å¦å¯¦éš›å¿«å– dns 實體。" +"This shows 'ubound-control dump_cache' for auditing records including DNSSEC." +msgstr "" #: applications/luci-app-unbound/luasrc/controller/unbound.lua:137 msgid "" @@ -648,6 +647,10 @@ msgstr "" msgid "Unbound Control App" msgstr "Unbound 控制應用程å¼" +#: applications/luci-app-unbound/luasrc/controller/unbound.lua:166 +msgid "Unbound cache is too large to display in LuCI." +msgstr "" + #: applications/luci-app-unbound/luasrc/model/cbi/unbound/zones.lua:81 msgid "Undefined" msgstr "未定義" @@ -738,3 +741,15 @@ msgstr "使用å稱伺æœå™¨" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/zones.lua:164 msgid "with default certificate for <var>%s</var>" msgstr "使用 <var>%s</var> çš„é è¨è‰æ›¸" + +#~ msgid "Adblock domain list '" +#~ msgstr "Adblock 域å列表'" + +#~ msgid "Cache Dump" +#~ msgstr "å¿«å–轉儲" + +#~ msgid "" +#~ "This shows Unbound 'cache_dump'. Useful to check if unbound is actually " +#~ "caching dns entities." +#~ msgstr "" +#~ "顯示 Unbound的“cache_dumpâ€ã€‚用於檢查 unbound 是å¦å¯¦éš›å¿«å– dns 實體。" diff --git a/applications/luci-app-wifischedule/po/de/wifischedule.po b/applications/luci-app-wifischedule/po/de/wifischedule.po index 4addd09185..3ef1502b81 100644 --- a/applications/luci-app-wifischedule/po/de/wifischedule.po +++ b/applications/luci-app-wifischedule/po/de/wifischedule.po @@ -1,101 +1,139 @@ msgid "" -msgstr "Content-Type: text/plain; charset=UTF-8" +msgstr "Content-Type: text/plain; charset=UTF-8\n" +#: applications/luci-app-wifischedule/luasrc/model/cbi/wifischedule/wifi_schedule.lua:79 msgid "Activate wifi" msgstr "WLAN aktivieren" +#: applications/luci-app-wifischedule/luasrc/model/cbi/wifischedule/wifi_schedule.lua:63 msgid "Could not find required /usr/bin/wifi_schedule.sh or /sbin/wifi" msgstr "Konnte /usr/bin/wifi_schedule.sh oder /sbin/wifi nicht finden" -msgid "Could not find required programm /usr/bin/iwinfo" -msgstr "Konnte /usr/bin/iwinfo nicht finden" +#: applications/luci-app-wifischedule/luasrc/model/cbi/wifischedule/wifi_schedule.lua:242 +msgid "Could not find required program /usr/bin/iwinfo" +msgstr "" +#: applications/luci-app-wifischedule/luasrc/controller/wifischedule/wifi_schedule.lua:41 msgid "Cron Jobs" msgstr "" +#: applications/luci-app-wifischedule/luasrc/model/cbi/wifischedule/wifi_schedule.lua:152 msgid "Day(s) of Week" msgstr "Wochentag(e)" +#: applications/luci-app-wifischedule/luasrc/model/cbi/wifischedule/wifi_schedule.lua:39 msgid "Defines a schedule when to turn on and off wifi." -msgstr "Definiert einen Zeitplan, wann das WLAN ein- und ausgeschaltet werden soll" +msgstr "" +"Definiert einen Zeitplan, wann das WLAN ein- und ausgeschaltet werden soll" +#: applications/luci-app-wifischedule/luasrc/model/cbi/wifischedule/wifi_schedule.lua:131 msgid "Determine Modules Automatically" msgstr "Module automatisch ermitteln" +#: applications/luci-app-wifischedule/luasrc/model/cbi/wifischedule/wifi_schedule.lua:86 msgid "Disable wifi gracefully" msgstr "Wifi ordnungsgemäß deaktivieren" +#: applications/luci-app-wifischedule/luasrc/model/cbi/wifischedule/wifi_schedule.lua:93 msgid "Disabled wifi forced" msgstr "Wifi abrupt deaktivieren" +#: applications/luci-app-wifischedule/luasrc/model/cbi/wifischedule/wifi_schedule.lua:146 msgid "Enable" msgstr "Aktivieren" +#: applications/luci-app-wifischedule/luasrc/model/cbi/wifischedule/wifi_schedule.lua:53 msgid "Enable Wifi Schedule" msgstr "Wifi-Zeitschaltung aktivieren" +#: applications/luci-app-wifischedule/luasrc/model/cbi/wifischedule/wifi_schedule.lua:72 msgid "Enable logging" msgstr "Protokollierung aktivieren" +#: applications/luci-app-wifischedule/luasrc/model/cbi/wifischedule/wifi_schedule.lua:233 msgid "Force disabling wifi even if stations associated" msgstr "Deaktivieren des WLANs auch bei verbundenen Stationen" +#: applications/luci-app-wifischedule/luasrc/model/cbi/wifischedule/wifi_schedule.lua:159 msgid "Friday" msgstr "Freitag" +#: applications/luci-app-wifischedule/luasrc/model/cbi/wifischedule/wifi_schedule.lua:46 msgid "Global Settings" msgstr "Globale Einstellungen" +#: applications/luci-app-wifischedule/luasrc/model/cbi/wifischedule/wifi_schedule.lua:155 msgid "Monday" msgstr "Montag" +#: applications/luci-app-wifischedule/luasrc/model/cbi/wifischedule/wifi_schedule.lua:160 msgid "Saturday" msgstr "Samstag" +#: applications/luci-app-wifischedule/luasrc/controller/wifischedule/wifi_schedule.lua:27 msgid "Schedule" msgstr "Zeitschaltung" +#: applications/luci-app-wifischedule/luasrc/model/cbi/wifischedule/wifi_schedule.lua:140 msgid "Schedule events" msgstr "Ereignisse planen" +#: applications/luci-app-wifischedule/luasrc/model/cbi/wifischedule/wifi_schedule.lua:194 msgid "Start Time" msgstr "Startzeit" +#: applications/luci-app-wifischedule/luasrc/model/cbi/wifischedule/wifi_schedule.lua:165 msgid "Start WiFi" msgstr "WiFi starten" +#: applications/luci-app-wifischedule/luasrc/model/cbi/wifischedule/wifi_schedule.lua:228 msgid "Stop Time" msgstr "Stoppzeit" +#: applications/luci-app-wifischedule/luasrc/model/cbi/wifischedule/wifi_schedule.lua:199 msgid "Stop WiFi" msgstr "WiFi stoppen" +#: applications/luci-app-wifischedule/luasrc/model/cbi/wifischedule/wifi_schedule.lua:161 msgid "Sunday" msgstr "Sonntag" +#: applications/luci-app-wifischedule/luasrc/model/cbi/wifischedule/wifi_schedule.lua:33 msgid "The value %s is invalid" msgstr "Der Wert %s ist ungültig" +#: applications/luci-app-wifischedule/luasrc/model/cbi/wifischedule/wifi_schedule.lua:158 msgid "Thursday" msgstr "Donnerstag" +#: applications/luci-app-wifischedule/luasrc/model/cbi/wifischedule/wifi_schedule.lua:156 msgid "Tuesday" msgstr "Dienstag" +#: applications/luci-app-wifischedule/luasrc/model/cbi/wifischedule/wifi_schedule.lua:100 msgid "Unload Modules (experimental; saves more power)" msgstr "Module entladen (experimentell - spart mehr Energie)" +#: applications/luci-app-wifischedule/luasrc/controller/wifischedule/wifi_schedule.lua:29 msgid "View Cron Jobs" msgstr "Cron-Jobs anzeigen" +#: applications/luci-app-wifischedule/luasrc/controller/wifischedule/wifi_schedule.lua:28 msgid "View Logfile" msgstr "Protokolldatei anzeigen" +#: applications/luci-app-wifischedule/luasrc/model/cbi/wifischedule/wifi_schedule.lua:157 msgid "Wednesday" msgstr "Mittwoch" +#: applications/luci-app-wifischedule/luasrc/controller/wifischedule/wifi_schedule.lua:26 +#: applications/luci-app-wifischedule/luasrc/model/cbi/wifischedule/wifi_schedule.lua:39 msgid "Wifi Schedule" msgstr "Wifi-Zeitschaltung" +#: applications/luci-app-wifischedule/luasrc/controller/wifischedule/wifi_schedule.lua:35 msgid "Wifi Schedule Logfile" msgstr "Protokolldatei für Wifi-Zeitschaltung" + +#~ msgid "Could not find required programm /usr/bin/iwinfo" +#~ msgstr "Konnte /usr/bin/iwinfo nicht finden" diff --git a/contrib/package/lucihttp/Makefile b/contrib/package/lucihttp/Makefile index 408994435a..fd448e0fcd 100644 --- a/contrib/package/lucihttp/Makefile +++ b/contrib/package/lucihttp/Makefile @@ -5,9 +5,9 @@ PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL=https://github.com/jow-/lucihttp.git -PKG_SOURCE_DATE:=2018-05-18 -PKG_SOURCE_VERSION:=cb119deddee5f0f8f1da883b20c60aea7611b175 -PKG_MIRROR_HASH:=573a20817c73344b17c8fa1b8112f14af9dccc25fef017ae072ecd09140cf9e1 +PKG_SOURCE_DATE:=2019-01-24 +PKG_SOURCE_VERSION:=1afbdcc31016fac9e85285d032d27184db884bfd +PKG_MIRROR_HASH:=7fe11f0e0cb6dc810a47c708d38865124324660a8986305d299f5b8d771fc5e9 CMAKE_INSTALL:=1 PKG_LICENSE:=ISC @@ -22,8 +22,8 @@ include $(INCLUDE_DIR)/cmake.mk define Package/liblucihttp SECTION:=libs CATEGORY:=Libraries - ABI_VERSION:=$(PKG_VERSION) TITLE:=LuCI HTTP utility library + ABI_VERSION:=0 endef define Package/liblucihttp-lua @@ -40,9 +40,16 @@ CMAKE_OPTIONS = \ -DBUILD_LUA=$(if $(CONFIG_PACKAGE_liblucihttp-lua),ON,OFF) \ -DBUILD_TESTS=OFF +define Build/InstallDev + $(INSTALL_DIR) $(1)/usr/lib + $(INSTALL_DIR) $(1)/usr/include + $(CP) $(PKG_INSTALL_DIR)/usr/lib/liblucihttp.so* $(1)/usr/lib/ + $(CP) $(PKG_INSTALL_DIR)/usr/include/* $(1)/usr/include/ +endef + define Package/liblucihttp/install $(INSTALL_DIR) $(1)/usr/lib - $(CP) $(PKG_INSTALL_DIR)/usr/lib/liblucihttp.so $(1)/usr/lib/ + $(CP) $(PKG_INSTALL_DIR)/usr/lib/liblucihttp.so.* $(1)/usr/lib/ endef define Package/liblucihttp-lua/install diff --git a/modules/luci-base/po/ca/base.po b/modules/luci-base/po/ca/base.po index f9b02ae561..d486ddfce9 100644 --- a/modules/luci-base/po/ca/base.po +++ b/modules/luci-base/po/ca/base.po @@ -57,16 +57,16 @@ msgstr "(sense interfÃcies adjuntes)" msgid "-- Additional Field --" msgstr "-- Camp addicional --" -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:841 -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:850 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:840 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:849 #: modules/luci-base/luasrc/view/cbi/header.htm:5 #: protocols/luci-proto-3g/luasrc/model/cbi/admin_network/proto_3g.lua:26 #: protocols/luci-proto-qmi/luasrc/model/cbi/admin_network/proto_qmi.lua:36 msgid "-- Please choose --" msgstr "-- Escolliu, si us plau --" -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:866 -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:1030 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:865 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:1025 #: modules/luci-base/luasrc/view/cbi/header.htm:6 msgid "-- custom --" msgstr "-- personalitzat --" @@ -402,6 +402,10 @@ msgstr "Adreça per accedir al relay bridge local" msgid "Administration" msgstr "Administració" +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:25 +msgid "Advanced" +msgstr "" + #: modules/luci-mod-network/luasrc/model/cbi/admin_network/dhcp.lua:22 #: modules/luci-mod-network/luasrc/model/cbi/admin_network/ifaces.lua:189 #: modules/luci-mod-network/luasrc/model/cbi/admin_network/ifaces.lua:463 @@ -417,7 +421,7 @@ msgstr "Parà metres avançats" msgid "Aggregate Transmit Power(ACTATP)" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:99 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:100 msgid "Alert" msgstr "Alerta" @@ -680,8 +684,8 @@ msgstr "Es requereix autenticació" #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:214 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:215 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:223 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:246 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:249 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:247 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:250 msgid "Auto Refresh" msgstr "Refresc automà tic" @@ -1164,11 +1168,11 @@ msgstr "Crea interfÃcie" msgid "Create a bridge over multiple interfaces" msgstr "Crea un pont entre múltiples interfÃcies" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:98 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:99 msgid "Critical" msgstr "CrÃtic" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:102 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:103 msgid "Cron Log Level" msgstr "Nivell de registre del Cron" @@ -1305,8 +1309,8 @@ msgstr "DUID" msgid "Data Rate" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:93 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:104 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:94 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:105 msgid "Debug" msgstr "Depuració" @@ -1617,7 +1621,7 @@ msgstr "Edita aquesta interfÃcie" msgid "Edit this network" msgstr "Edita aquesta xarxa" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:100 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:101 msgid "Emergency" msgstr "Emergència" @@ -1656,7 +1660,7 @@ msgstr "Habilita negociació IPv6 en la enllaç PPP" msgid "Enable Jumbo Frame passthrough" msgstr "Habilita el passatge de trames enormes" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:215 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:238 msgid "Enable NTP client" msgstr "Habilita el client NTP" @@ -1770,7 +1774,7 @@ msgstr "Esborrant..." #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/network.js:107 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/network.js:108 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/network.js:109 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:97 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:98 msgid "Error" msgstr "Error" @@ -1819,15 +1823,15 @@ msgstr "" msgid "External R1 Key Holder List" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:74 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:75 msgid "External system log server" msgstr "Servidor de registre del sistema extern" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:79 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:80 msgid "External system log server port" msgstr "Port del servidor de registre del sistema extern" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:84 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:85 msgid "External system log server protocol" msgstr "Protocol del servidor de registre del sistema extern" @@ -2097,7 +2101,7 @@ msgstr "" #: themes/luci-theme-bootstrap/luasrc/view/themes/bootstrap/header.htm:198 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:235 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:262 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:288 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:289 msgid "Go to password configuration..." msgstr "Vés a la configuració de contrasenya" @@ -2183,7 +2187,7 @@ msgstr "" #: modules/luci-mod-network/luasrc/model/cbi/admin_network/dhcp.lua:283 #: modules/luci-mod-network/luasrc/model/cbi/admin_network/hosts.lua:15 #: modules/luci-mod-status/luasrc/view/admin_status/index/10-system.htm:17 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:35 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:36 #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:129 msgid "Hostname" msgstr "Nom de mà quina" @@ -2516,7 +2520,7 @@ msgstr "Temps d'espera d'inactivitat" msgid "Inbound:" msgstr "Entrant:" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:94 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:95 msgid "Info" msgstr "Informació" @@ -2627,7 +2631,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:220 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:242 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:252 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:295 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:296 msgid "JavaScript required!" msgstr "Es requereix JavaScript!" @@ -2707,7 +2711,7 @@ msgstr "LLC" msgid "Label" msgstr "Etiqueta" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:136 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:137 msgid "Language" msgstr "Llengua" @@ -2890,7 +2894,7 @@ msgid "Local Startup" msgstr "Inici local" #: modules/luci-mod-status/luasrc/view/admin_status/index/10-system.htm:25 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:31 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:32 msgid "Local Time" msgstr "Hora local" @@ -2926,7 +2930,7 @@ msgstr "Localitza les peticions" msgid "Locked to channel %s used by: %s" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:92 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:93 msgid "Log output level" msgstr "Nivell de sortida de registre" @@ -3227,7 +3231,7 @@ msgstr "" msgid "NT Domain" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:238 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:261 msgid "NTP server candidates" msgstr "Candidats de servidor NTP" @@ -3330,7 +3334,7 @@ msgstr "Cap nom de xarxa especificat" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:103 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:232 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:259 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:283 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:284 msgid "No password set!" msgstr "No hi ha cap contrasenya establerta!" @@ -3379,7 +3383,7 @@ msgstr "" msgid "None" msgstr "Cap" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:105 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:106 msgid "Normal" msgstr "Normal" @@ -3401,7 +3405,7 @@ msgstr "No connectat" msgid "Note: interface name length" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:95 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:96 msgid "Notice" msgstr "AvÃs" @@ -3413,7 +3417,7 @@ msgstr "Nslookup" msgid "Number of cached DNS entries (max is 10000, 0 is no caching)" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:125 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:126 msgid "Number of parallel threads used for compression" msgstr "" @@ -3842,6 +3846,14 @@ msgstr "Si us plau entra el teu nom d'usuari i contrasenya." msgid "Policy" msgstr "PolÃtica" +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:178 +msgid "Polling interval" +msgstr "" + +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:179 +msgid "Polling interval for status queries in seconds" +msgstr "" + #: modules/luci-mod-system/luasrc/model/cbi/admin_system/dropbear.lua:22 msgid "Port" msgstr "Port" @@ -3931,7 +3943,7 @@ msgstr "" msgid "Protocol support is not installed" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:234 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:257 msgid "Provide NTP server" msgstr "Habilita el servidor NTP" @@ -4197,7 +4209,7 @@ msgstr "" #: modules/luci-mod-network/luasrc/model/cbi/admin_network/wifi.lua:1089 msgid "" "Requires the 'full' version of wpad/hostapd and support from the wifi driver " -"<br />(as of Feb 2017: ath9k and ath10k, in LEDE also mwlwifi and mt76)" +"<br />(as of Jan 2019: ath9k, ath10k, mwlwifi and mt76)" msgstr "" #: modules/luci-mod-network/luasrc/model/cbi/admin_network/dhcp.lua:95 @@ -4474,7 +4486,7 @@ msgid "" "sense events do not invoke hotplug handlers)." msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:206 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:229 #, fuzzy msgid "Set up Time Synchronization" msgstr "Configura la sincronització de l'hora" @@ -4542,7 +4554,7 @@ msgstr "Mida" msgid "Size of DNS query cache" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:113 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:114 msgid "Size of the ZRam device in megabytes" msgstr "" @@ -4787,7 +4799,7 @@ msgstr "Registre del sistema" msgid "System Properties" msgstr "Propietats del sistema" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:69 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:70 msgid "System log buffer size" msgstr "Mida de la memòria intermèdia per al registre del sistema" @@ -5027,7 +5039,7 @@ msgstr "" "La imatge pujada no conté un format suportat. Assegura't de triar el format " "d'imatge genèric per la teva plataforma." -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:156 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:157 msgid "Theme" msgstr "Tema" @@ -5058,7 +5070,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:104 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:233 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:260 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:286 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:287 msgid "" "There is no password set on this router. Please configure a root password to " "protect the web interface and enable SSH." @@ -5152,12 +5164,12 @@ msgstr "" msgid "This section contains no values yet" msgstr "Aquesta secció encara no conté cap valor" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:200 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:211 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:223 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:234 msgid "Time Synchronization" msgstr "Sincronització de l'hora" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:205 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:228 msgid "Time Synchronization is not configured yet." msgstr "La sincronització de hora encara no s'ha configurat." @@ -5165,7 +5177,7 @@ msgstr "La sincronització de hora encara no s'ha configurat." msgid "Time interval for rekeying GTK" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:44 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:45 msgid "Timezone" msgstr "Zona horà ria" @@ -5647,8 +5659,8 @@ msgstr "" msgid "Waiting for device..." msgstr "Esperant el dispositiu..." -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:96 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:106 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:97 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:107 msgid "Warning" msgstr "Advertència" @@ -5743,7 +5755,7 @@ msgstr "La xarxa sense fils està habilitada" msgid "Write received DNS requests to syslog" msgstr "Escriure les peticions DNS rebudes al registre del sistema" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:88 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:89 msgid "Write system log to file" msgstr "Escriure el registre del sistema al fitxer" @@ -5766,7 +5778,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:221 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:243 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:253 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:298 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:299 msgid "" "You must enable JavaScript in your browser or LuCI will not work properly." msgstr "" @@ -5780,19 +5792,19 @@ msgid "" "or Safari." msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:118 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:119 msgid "ZRam Compression Algorithm" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:125 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:126 msgid "ZRam Compression Streams" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:25 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:26 msgid "ZRam Settings" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:113 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:114 msgid "ZRam Size" msgstr "" @@ -5998,7 +6010,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:133 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:215 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:225 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:250 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:251 msgid "off" msgstr "parat" @@ -6006,7 +6018,7 @@ msgstr "parat" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:132 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:214 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:224 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:247 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:248 msgid "on" msgstr "engegat" diff --git a/modules/luci-base/po/cs/base.po b/modules/luci-base/po/cs/base.po index 9bc284ce3a..4004cd27b6 100644 --- a/modules/luci-base/po/cs/base.po +++ b/modules/luci-base/po/cs/base.po @@ -55,16 +55,16 @@ msgstr "(bez rozhranà pÅ™ipojenÃ)" msgid "-- Additional Field --" msgstr "-- DoplňujÃcà pole --" -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:841 -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:850 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:840 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:849 #: modules/luci-base/luasrc/view/cbi/header.htm:5 #: protocols/luci-proto-3g/luasrc/model/cbi/admin_network/proto_3g.lua:26 #: protocols/luci-proto-qmi/luasrc/model/cbi/admin_network/proto_qmi.lua:36 msgid "-- Please choose --" msgstr "-- ProsÃm vyberte --" -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:866 -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:1030 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:865 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:1025 #: modules/luci-base/luasrc/view/cbi/header.htm:6 msgid "-- custom --" msgstr "-- vlastnà --" @@ -400,6 +400,10 @@ msgstr "Adresa pro pÅ™Ãstup k mÃstnÃmu relay bridge" msgid "Administration" msgstr "Správa" +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:25 +msgid "Advanced" +msgstr "" + #: modules/luci-mod-network/luasrc/model/cbi/admin_network/dhcp.lua:22 #: modules/luci-mod-network/luasrc/model/cbi/admin_network/ifaces.lua:189 #: modules/luci-mod-network/luasrc/model/cbi/admin_network/ifaces.lua:463 @@ -415,7 +419,7 @@ msgstr "PokroÄilé nastavenÃ" msgid "Aggregate Transmit Power(ACTATP)" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:99 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:100 msgid "Alert" msgstr "UpozornÄ›nÃ" @@ -676,8 +680,8 @@ msgstr "Vyžadována autorizace" #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:214 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:215 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:223 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:246 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:249 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:247 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:250 msgid "Auto Refresh" msgstr "Automaticky obnovovat" @@ -1160,11 +1164,11 @@ msgstr "VytvoÅ™it rozhranÃ" msgid "Create a bridge over multiple interfaces" msgstr "VytvoÅ™it sÃÅ¥ový most pÅ™es vÃce rozhranÃ" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:98 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:99 msgid "Critical" msgstr "Kritické" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:102 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:103 msgid "Cron Log Level" msgstr "Úroveň protokolovánà Cronu" @@ -1301,8 +1305,8 @@ msgstr "DUID" msgid "Data Rate" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:93 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:104 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:94 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:105 msgid "Debug" msgstr "LadÄ›nÃ" @@ -1619,7 +1623,7 @@ msgstr "Upravit toto rozhranÃ" msgid "Edit this network" msgstr "Upravit tuto sÃÅ¥" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:100 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:101 msgid "Emergency" msgstr "Záchrana" @@ -1658,7 +1662,7 @@ msgstr "Na PPP spoji povolit vyjednánà IPv6" msgid "Enable Jumbo Frame passthrough" msgstr "Povolit průchod jumbo rámců" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:215 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:238 msgid "Enable NTP client" msgstr "Povolit NTP klienta" @@ -1772,7 +1776,7 @@ msgstr "OdstraňovánÃ..." #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/network.js:107 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/network.js:108 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/network.js:109 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:97 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:98 msgid "Error" msgstr "Chyba" @@ -1823,15 +1827,15 @@ msgstr "" msgid "External R1 Key Holder List" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:74 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:75 msgid "External system log server" msgstr "Externà protokolovacà server" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:79 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:80 msgid "External system log server port" msgstr "Port externÃho protokolovacÃho serveru" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:84 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:85 msgid "External system log server protocol" msgstr "" @@ -2099,7 +2103,7 @@ msgstr "" #: themes/luci-theme-bootstrap/luasrc/view/themes/bootstrap/header.htm:198 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:235 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:262 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:288 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:289 msgid "Go to password configuration..." msgstr "PÅ™ejÃt na nastavenà hesla..." @@ -2185,7 +2189,7 @@ msgstr "" #: modules/luci-mod-network/luasrc/model/cbi/admin_network/dhcp.lua:283 #: modules/luci-mod-network/luasrc/model/cbi/admin_network/hosts.lua:15 #: modules/luci-mod-status/luasrc/view/admin_status/index/10-system.htm:17 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:35 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:36 #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:129 msgid "Hostname" msgstr "Jméno hostitele" @@ -2518,7 +2522,7 @@ msgstr "ÄŒasový limit neÄinnosti" msgid "Inbound:" msgstr "PÅ™ÃchozÃ:" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:94 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:95 msgid "Info" msgstr "Info" @@ -2631,7 +2635,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:220 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:242 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:252 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:295 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:296 msgid "JavaScript required!" msgstr "Vyžadován JavaScript!" @@ -2711,7 +2715,7 @@ msgstr "LLC" msgid "Label" msgstr "Popis" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:136 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:137 msgid "Language" msgstr "Jazyk" @@ -2895,7 +2899,7 @@ msgid "Local Startup" msgstr "MÃstnà startup" #: modules/luci-mod-status/luasrc/view/admin_status/index/10-system.htm:25 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:31 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:32 msgid "Local Time" msgstr "MÃstnà Äas" @@ -2937,7 +2941,7 @@ msgstr "LokalizaÄnà dotazy" msgid "Locked to channel %s used by: %s" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:92 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:93 msgid "Log output level" msgstr "Úroveň logovánÃ" @@ -3238,7 +3242,7 @@ msgstr "" msgid "NT Domain" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:238 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:261 msgid "NTP server candidates" msgstr "Kandidáti NTP serveru" @@ -3341,7 +3345,7 @@ msgstr "Neuvedeno jméno sÃtÄ›" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:103 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:232 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:259 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:283 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:284 msgid "No password set!" msgstr "Žádné heslo!" @@ -3390,7 +3394,7 @@ msgstr "" msgid "None" msgstr "Žádný" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:105 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:106 msgid "Normal" msgstr "NormálnÃ" @@ -3412,7 +3416,7 @@ msgstr "NepÅ™ipojeno" msgid "Note: interface name length" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:95 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:96 msgid "Notice" msgstr "OznámenÃ" @@ -3424,7 +3428,7 @@ msgstr "Nslookup" msgid "Number of cached DNS entries (max is 10000, 0 is no caching)" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:125 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:126 msgid "Number of parallel threads used for compression" msgstr "" @@ -3854,6 +3858,14 @@ msgstr "ProsÃm vložte vaÅ¡e uživatelské jméno a heslo." msgid "Policy" msgstr "Politika" +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:178 +msgid "Polling interval" +msgstr "" + +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:179 +msgid "Polling interval for status queries in seconds" +msgstr "" + #: modules/luci-mod-system/luasrc/model/cbi/admin_system/dropbear.lua:22 msgid "Port" msgstr "Port" @@ -3945,7 +3957,7 @@ msgstr "Protokol nového rozhranÃ" msgid "Protocol support is not installed" msgstr "Podpora pro protokol nenà nainstalována" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:234 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:257 msgid "Provide NTP server" msgstr "Poskytovánà NTP serveru" @@ -4215,7 +4227,7 @@ msgstr "" #: modules/luci-mod-network/luasrc/model/cbi/admin_network/wifi.lua:1089 msgid "" "Requires the 'full' version of wpad/hostapd and support from the wifi driver " -"<br />(as of Feb 2017: ath9k and ath10k, in LEDE also mwlwifi and mt76)" +"<br />(as of Jan 2019: ath9k, ath10k, mwlwifi and mt76)" msgstr "" #: modules/luci-mod-network/luasrc/model/cbi/admin_network/dhcp.lua:95 @@ -4493,7 +4505,7 @@ msgid "" "sense events do not invoke hotplug handlers)." msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:206 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:229 #, fuzzy msgid "Set up Time Synchronization" msgstr "Nastavit synchronizaci Äasu" @@ -4561,7 +4573,7 @@ msgstr "Velikost" msgid "Size of DNS query cache" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:113 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:114 msgid "Size of the ZRam device in megabytes" msgstr "" @@ -4814,7 +4826,7 @@ msgstr "Systémový log" msgid "System Properties" msgstr "Vlastnosti systému" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:69 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:70 msgid "System log buffer size" msgstr "Velikost bufferu systémového logu" @@ -5061,7 +5073,7 @@ msgid "" "you choose the generic image format for your platform." msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:156 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:157 msgid "Theme" msgstr "Vzhled" @@ -5094,7 +5106,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:104 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:233 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:260 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:286 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:287 msgid "" "There is no password set on this router. Please configure a root password to " "protect the web interface and enable SSH." @@ -5185,12 +5197,12 @@ msgstr "Tato stránka zobrazuje pÅ™ehled aktivnÃch sÃÅ¥ových spojenÃ." msgid "This section contains no values yet" msgstr "Tato sekce zatÃm neobsahuje žádné hodnoty" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:200 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:211 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:223 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:234 msgid "Time Synchronization" msgstr "Synchronizace Äasu" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:205 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:228 msgid "Time Synchronization is not configured yet." msgstr "Synchronizace Äasu dosud nenà nakonfigurována." @@ -5198,7 +5210,7 @@ msgstr "Synchronizace Äasu dosud nenà nakonfigurována." msgid "Time interval for rekeying GTK" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:44 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:45 msgid "Timezone" msgstr "ÄŒasové pásmo" @@ -5682,8 +5694,8 @@ msgstr "" msgid "Waiting for device..." msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:96 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:106 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:97 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:107 msgid "Warning" msgstr "VarovánÃ" @@ -5778,7 +5790,7 @@ msgstr "Bezdrátová sÃÅ¥ je povolena" msgid "Write received DNS requests to syslog" msgstr "Zapisovat pÅ™ijaté požadavky DNS do systemového logu" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:88 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:89 msgid "Write system log to file" msgstr "" @@ -5800,7 +5812,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:221 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:243 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:253 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:298 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:299 msgid "" "You must enable JavaScript in your browser or LuCI will not work properly." msgstr "" @@ -5813,19 +5825,19 @@ msgid "" "or Safari." msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:118 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:119 msgid "ZRam Compression Algorithm" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:125 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:126 msgid "ZRam Compression Streams" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:25 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:26 msgid "ZRam Settings" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:113 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:114 msgid "ZRam Size" msgstr "" @@ -6031,7 +6043,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:133 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:215 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:225 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:250 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:251 msgid "off" msgstr "off" @@ -6039,7 +6051,7 @@ msgstr "off" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:132 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:214 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:224 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:247 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:248 msgid "on" msgstr "on" diff --git a/modules/luci-base/po/de/base.po b/modules/luci-base/po/de/base.po index b39871f73e..21665a91cb 100644 --- a/modules/luci-base/po/de/base.po +++ b/modules/luci-base/po/de/base.po @@ -57,16 +57,16 @@ msgstr "(keine Schnittstellen)" msgid "-- Additional Field --" msgstr "-- Zusätzliches Feld --" -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:841 -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:850 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:840 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:849 #: modules/luci-base/luasrc/view/cbi/header.htm:5 #: protocols/luci-proto-3g/luasrc/model/cbi/admin_network/proto_3g.lua:26 #: protocols/luci-proto-qmi/luasrc/model/cbi/admin_network/proto_qmi.lua:36 msgid "-- Please choose --" msgstr "-- Bitte auswählen --" -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:866 -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:1030 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:865 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:1025 #: modules/luci-base/luasrc/view/cbi/header.htm:6 msgid "-- custom --" msgstr "-- benutzerdefiniert --" @@ -402,6 +402,10 @@ msgstr "Adresse der lokalen Relay-Brücke" msgid "Administration" msgstr "Administration" +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:25 +msgid "Advanced" +msgstr "" + #: modules/luci-mod-network/luasrc/model/cbi/admin_network/dhcp.lua:22 #: modules/luci-mod-network/luasrc/model/cbi/admin_network/ifaces.lua:189 #: modules/luci-mod-network/luasrc/model/cbi/admin_network/ifaces.lua:463 @@ -417,7 +421,7 @@ msgstr "Erweiterte Einstellungen" msgid "Aggregate Transmit Power(ACTATP)" msgstr "Vollständige Sendeleistung (ACTATP)" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:99 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:100 msgid "Alert" msgstr "Alarm" @@ -695,8 +699,8 @@ msgstr "Autorisierung benötigt" #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:214 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:215 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:223 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:246 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:249 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:247 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:250 msgid "Auto Refresh" msgstr "Automatisches Neuladen" @@ -1199,11 +1203,11 @@ msgstr "Erzeuge Schnittstelle" msgid "Create a bridge over multiple interfaces" msgstr "Erzeuge Netzwerkbrücke über mehrere Schnittstellen" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:98 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:99 msgid "Critical" msgstr "Kritisch" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:102 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:103 msgid "Cron Log Level" msgstr "Cron Protokolllevel" @@ -1341,8 +1345,8 @@ msgstr "DUID" msgid "Data Rate" msgstr "Datenrate" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:93 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:104 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:94 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:105 msgid "Debug" msgstr "Debug" @@ -1662,7 +1666,7 @@ msgstr "Diese Schnittstelle bearbeiten" msgid "Edit this network" msgstr "Dieses Netzwerk bearbeiten" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:100 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:101 msgid "Emergency" msgstr "Notfall" @@ -1703,7 +1707,7 @@ msgstr "Aushandeln von IPv6-Adressen auf der PPP-Verbindung aktivieren" msgid "Enable Jumbo Frame passthrough" msgstr "Aktiviere Jumbo Frame Durchleitung" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:215 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:238 msgid "Enable NTP client" msgstr "Aktiviere NTP-Client" @@ -1819,7 +1823,7 @@ msgstr "Lösche..." #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/network.js:107 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/network.js:108 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/network.js:109 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:97 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:98 msgid "Error" msgstr "Fehler" @@ -1871,15 +1875,15 @@ msgstr "Externe R0-Key-Holder-List" msgid "External R1 Key Holder List" msgstr "Externe R1-Key-Holder-List" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:74 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:75 msgid "External system log server" msgstr "Externer Protokollserver IP" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:79 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:80 msgid "External system log server port" msgstr "Externer Protokollserver Port" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:84 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:85 msgid "External system log server protocol" msgstr "Externes Protokollserver Protokoll" @@ -2158,7 +2162,7 @@ msgstr "Globale Netzwerkeinstellungen" #: themes/luci-theme-bootstrap/luasrc/view/themes/bootstrap/header.htm:198 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:235 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:262 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:288 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:289 msgid "Go to password configuration..." msgstr "Zur Passwortkonfiguration..." @@ -2243,7 +2247,7 @@ msgstr "\"Host-Uniq\"-Bezeichner" #: modules/luci-mod-network/luasrc/model/cbi/admin_network/dhcp.lua:283 #: modules/luci-mod-network/luasrc/model/cbi/admin_network/hosts.lua:15 #: modules/luci-mod-status/luasrc/view/admin_status/index/10-system.htm:17 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:35 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:36 #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:129 msgid "Hostname" msgstr "Hostname" @@ -2581,7 +2585,7 @@ msgstr "Timeout bei Inaktivität" msgid "Inbound:" msgstr "Eingehend:" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:94 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:95 msgid "Info" msgstr "Info" @@ -2696,7 +2700,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:220 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:242 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:252 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:295 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:296 msgid "JavaScript required!" msgstr "JavaScript benötigt!" @@ -2776,7 +2780,7 @@ msgstr "LLC" msgid "Label" msgstr "Label" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:136 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:137 msgid "Language" msgstr "Sprache" @@ -2975,7 +2979,7 @@ msgid "Local Startup" msgstr "Lokales Startskript" #: modules/luci-mod-status/luasrc/view/admin_status/index/10-system.htm:25 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:31 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:32 msgid "Local Time" msgstr "Lokale Zeit" @@ -3019,7 +3023,7 @@ msgstr "Lokalisiere Anfragen" msgid "Locked to channel %s used by: %s" msgstr "Festgelegt auf Kanal %s, verwendet durch: %s" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:92 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:93 msgid "Log output level" msgstr "Protokolllevel" @@ -3323,7 +3327,7 @@ msgstr "" msgid "NT Domain" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:238 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:261 msgid "NTP server candidates" msgstr "NTP Server Kandidaten" @@ -3426,7 +3430,7 @@ msgstr "Netzwerkname nicht angegeben" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:103 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:232 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:259 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:283 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:284 msgid "No password set!" msgstr "Kein Passwort gesetzt!" @@ -3475,7 +3479,7 @@ msgstr "An Schnittstellen binden" msgid "None" msgstr "keine" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:105 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:106 msgid "Normal" msgstr "Normal" @@ -3497,7 +3501,7 @@ msgstr "Nicht verbunden" msgid "Note: interface name length" msgstr "Hinweis: Länge des Namens beachten" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:95 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:96 msgid "Notice" msgstr "Notiz" @@ -3511,7 +3515,7 @@ msgstr "" "Anzahl der zwischengespeicherten DNS-Einträge. Maximum sind 10000 Einträge, " "\"0\" deaktiviert die Zwischenspeicherung." -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:125 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:126 msgid "Number of parallel threads used for compression" msgstr "Für Kompression benutze parallele Prozessanzahl" @@ -3956,6 +3960,14 @@ msgstr "Bitte Benutzernamen und Passwort eingeben." msgid "Policy" msgstr "Standardregel" +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:178 +msgid "Polling interval" +msgstr "" + +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:179 +msgid "Polling interval for status queries in seconds" +msgstr "" + #: modules/luci-mod-system/luasrc/model/cbi/admin_system/dropbear.lua:22 msgid "Port" msgstr "Port" @@ -4047,7 +4059,7 @@ msgstr "Protokoll für die neue Schnittstelle" msgid "Protocol support is not installed" msgstr "Protokollunterstützung ist nicht installiert" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:234 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:257 msgid "Provide NTP server" msgstr "NTP-Server anbieten" @@ -4334,7 +4346,7 @@ msgstr "" #: modules/luci-mod-network/luasrc/model/cbi/admin_network/wifi.lua:1089 msgid "" "Requires the 'full' version of wpad/hostapd and support from the wifi driver " -"<br />(as of Feb 2017: ath9k and ath10k, in LEDE also mwlwifi and mt76)" +"<br />(as of Jan 2019: ath9k, ath10k, mwlwifi and mt76)" msgstr "" "Benötigt die \"volle\" Variante des wpad oder hostapd Paketes und " "Unterstützung vom WLAN-Treiber." @@ -4623,7 +4635,7 @@ msgstr "" "Option ausgewählt, so werden die Hotplug-Skripte bei Änderung nicht " "aufgerufen)" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:206 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:229 #, fuzzy msgid "Set up Time Synchronization" msgstr "Zeitsynchronisierung einrichten" @@ -4691,7 +4703,7 @@ msgstr "Größe" msgid "Size of DNS query cache" msgstr "Größe des DNS-Caches" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:113 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:114 msgid "Size of the ZRam device in megabytes" msgstr "Größe der ZRAM-Gerätedatei in Megabytes." @@ -4955,7 +4967,7 @@ msgstr "Systemprotokoll" msgid "System Properties" msgstr "Systemeigenschaften" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:69 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:70 msgid "System log buffer size" msgstr "Größe des Systemprotokoll-Puffers" @@ -5222,7 +5234,7 @@ msgstr "" "Das hochgeladene Firmware-Image hat ein nicht unterstütztes Format. Stellen " "Sie sicher dass Sie das generische Format für Ihre Platform gewählt haben." -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:156 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:157 msgid "Theme" msgstr "Thema" @@ -5255,7 +5267,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:104 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:233 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:260 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:286 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:287 msgid "" "There is no password set on this router. Please configure a root password to " "protect the web interface and enable SSH." @@ -5358,12 +5370,12 @@ msgstr "Diese Seite gibt eine Ãœbersicht über aktive Netzwerkverbindungen." msgid "This section contains no values yet" msgstr "Diese Sektion enthält noch keine Einträge" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:200 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:211 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:223 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:234 msgid "Time Synchronization" msgstr "Zeitsynchronisation" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:205 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:228 msgid "Time Synchronization is not configured yet." msgstr "Die Zeitsynchronisation wurde noch nicht konfiguriert." @@ -5371,7 +5383,7 @@ msgstr "Die Zeitsynchronisation wurde noch nicht konfiguriert." msgid "Time interval for rekeying GTK" msgstr "Zeitintervall für die neubestimmung des Gruppenschlüssels" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:44 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:45 msgid "Timezone" msgstr "Zeitzone" @@ -5860,8 +5872,8 @@ msgstr "Warte auf das Anwenden der Konfigurationsänderungen... %d Sekunden" msgid "Waiting for device..." msgstr "Warte auf Gerät..." -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:96 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:106 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:97 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:107 msgid "Warning" msgstr "Warnung" @@ -5961,7 +5973,7 @@ msgstr "Das WLAN-Netzwerk ist aktiviert" msgid "Write received DNS requests to syslog" msgstr "Empfangene DNS-Anfragen in das Systemprotokoll schreiben" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:88 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:89 msgid "Write system log to file" msgstr "Systemprotokoll in Datei schreiben" @@ -5984,7 +5996,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:221 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:243 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:253 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:298 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:299 msgid "" "You must enable JavaScript in your browser or LuCI will not work properly." msgstr "" @@ -6001,19 +6013,19 @@ msgstr "" "korrekt darzustellen. Bitte mindestens auf Version 7 upgraden oder einen " "anderen Browser wie Firefox, Opera oder Safari benutzen." -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:118 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:119 msgid "ZRam Compression Algorithm" msgstr "ZRAM Kompressionsalgorithmus" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:125 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:126 msgid "ZRam Compression Streams" msgstr "ZRAM Kompressionsprozesse" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:25 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:26 msgid "ZRam Settings" msgstr "ZRAM Einstellungen" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:113 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:114 msgid "ZRam Size" msgstr "ZRAM Größe" @@ -6217,7 +6229,7 @@ msgstr "nicht vorhanden" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:133 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:215 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:225 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:250 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:251 msgid "off" msgstr "aus" @@ -6225,7 +6237,7 @@ msgstr "aus" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:132 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:214 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:224 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:247 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:248 msgid "on" msgstr "ein" diff --git a/modules/luci-base/po/el/base.po b/modules/luci-base/po/el/base.po index a208eea92a..3086ea9fa6 100644 --- a/modules/luci-base/po/el/base.po +++ b/modules/luci-base/po/el/base.po @@ -57,16 +57,16 @@ msgstr "(χωÏίς Ï€ÏοσαÏτημÎνες διεπαφÎÏ‚)" msgid "-- Additional Field --" msgstr "-- ΕπιπλÎον Πεδίο --" -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:841 -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:850 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:840 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:849 #: modules/luci-base/luasrc/view/cbi/header.htm:5 #: protocols/luci-proto-3g/luasrc/model/cbi/admin_network/proto_3g.lua:26 #: protocols/luci-proto-qmi/luasrc/model/cbi/admin_network/proto_qmi.lua:36 msgid "-- Please choose --" msgstr "-- ΠαÏακαλώ επιλÎξτε --" -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:866 -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:1030 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:865 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:1025 #: modules/luci-base/luasrc/view/cbi/header.htm:6 msgid "-- custom --" msgstr "-- Ï€ÏοσαÏμοσμÎνο --" @@ -402,6 +402,10 @@ msgstr "ΔιεÏθυνση για Ï€Ïόσβαση σε την τοπική γΠmsgid "Administration" msgstr "ΔιαχείÏιση" +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:25 +msgid "Advanced" +msgstr "" + #: modules/luci-mod-network/luasrc/model/cbi/admin_network/dhcp.lua:22 #: modules/luci-mod-network/luasrc/model/cbi/admin_network/ifaces.lua:189 #: modules/luci-mod-network/luasrc/model/cbi/admin_network/ifaces.lua:463 @@ -417,7 +421,7 @@ msgstr "Î ÏοχωÏημÎνες Ρυθμίσεις" msgid "Aggregate Transmit Power(ACTATP)" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:99 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:100 msgid "Alert" msgstr "Ειδοποίηση" @@ -683,8 +687,8 @@ msgstr "Απαιτείται Εξουσιοδότηση" #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:214 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:215 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:223 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:246 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:249 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:247 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:250 msgid "Auto Refresh" msgstr "Αυτόματη ΑνανÎωση" @@ -1169,11 +1173,11 @@ msgstr "ΔημιουÏγία Διεπαφής" msgid "Create a bridge over multiple interfaces" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:98 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:99 msgid "Critical" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:102 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:103 msgid "Cron Log Level" msgstr "Επίπεδο ΚαταγÏαφής Cron" @@ -1310,8 +1314,8 @@ msgstr "" msgid "Data Rate" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:93 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:104 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:94 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:105 msgid "Debug" msgstr "Αποσφαλμάτωση" @@ -1631,7 +1635,7 @@ msgstr "ΕπεξεÏγασία αυτής της διεπαφής" msgid "Edit this network" msgstr "ΕπεξεÏγασία Î±Ï…Ï„Î¿Ï Ï„Î¿Ï… δικτÏου" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:100 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:101 msgid "Emergency" msgstr "Έκτακτη ανάγκη" @@ -1670,7 +1674,7 @@ msgstr "ΕνεÏγοποίηση διαπÏαγμάτευσης IPv6 πάνω σ msgid "Enable Jumbo Frame passthrough" msgstr "ΕνεÏγοποίηση διÎλευσης Jumbo Frame" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:215 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:238 msgid "Enable NTP client" msgstr "" @@ -1784,7 +1788,7 @@ msgstr "ΔιαγÏάφεται..." #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/network.js:107 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/network.js:108 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/network.js:109 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:97 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:98 msgid "Error" msgstr "Σφάλμα" @@ -1836,15 +1840,15 @@ msgstr "" msgid "External R1 Key Holder List" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:74 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:75 msgid "External system log server" msgstr "ΕξωτεÏικός εξυπηÏετητής καταγÏαφής συστήματος" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:79 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:80 msgid "External system log server port" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:84 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:85 msgid "External system log server protocol" msgstr "" @@ -2113,7 +2117,7 @@ msgstr "" #: themes/luci-theme-bootstrap/luasrc/view/themes/bootstrap/header.htm:198 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:235 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:262 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:288 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:289 msgid "Go to password configuration..." msgstr "" @@ -2199,7 +2203,7 @@ msgstr "" #: modules/luci-mod-network/luasrc/model/cbi/admin_network/dhcp.lua:283 #: modules/luci-mod-network/luasrc/model/cbi/admin_network/hosts.lua:15 #: modules/luci-mod-status/luasrc/view/admin_status/index/10-system.htm:17 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:35 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:36 #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:129 msgid "Hostname" msgstr "Όνομα Υπολογιστή" @@ -2536,7 +2540,7 @@ msgstr "" msgid "Inbound:" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:94 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:95 msgid "Info" msgstr "ΠληÏοφοÏίες" @@ -2647,7 +2651,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:220 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:242 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:252 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:295 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:296 msgid "JavaScript required!" msgstr "Απαιτείται JavaScript!" @@ -2727,7 +2731,7 @@ msgstr "LLC" msgid "Label" msgstr "ΕτικÎτα" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:136 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:137 msgid "Language" msgstr "Γλώσσα" @@ -2908,7 +2912,7 @@ msgid "Local Startup" msgstr "" #: modules/luci-mod-status/luasrc/view/admin_status/index/10-system.htm:25 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:31 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:32 msgid "Local Time" msgstr "Τοπική ÎÏα" @@ -2944,7 +2948,7 @@ msgstr "Τοπικά εÏωτήματα" msgid "Locked to channel %s used by: %s" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:92 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:93 msgid "Log output level" msgstr "Επίπεδο εξόδου αÏχείων καταγÏαφής" @@ -3247,7 +3251,7 @@ msgstr "" msgid "NT Domain" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:238 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:261 msgid "NTP server candidates" msgstr "" @@ -3350,7 +3354,7 @@ msgstr "Δεν Îχει οÏιστεί όνομα δικτÏου" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:103 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:232 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:259 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:283 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:284 msgid "No password set!" msgstr "Δεν Îχει οÏιστεί κωδικός Ï€Ïόσβασης!" @@ -3399,7 +3403,7 @@ msgstr "" msgid "None" msgstr "ΚανÎνα" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:105 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:106 msgid "Normal" msgstr "Φυσιολογικό" @@ -3421,7 +3425,7 @@ msgstr "" msgid "Note: interface name length" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:95 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:96 msgid "Notice" msgstr "Επισήμανση" @@ -3433,7 +3437,7 @@ msgstr "" msgid "Number of cached DNS entries (max is 10000, 0 is no caching)" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:125 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:126 msgid "Number of parallel threads used for compression" msgstr "" @@ -3862,6 +3866,14 @@ msgstr "ΠαÏακαλώ εισάγετε όνομα χÏήστη και κωδΠmsgid "Policy" msgstr "Πολιτική" +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:178 +msgid "Polling interval" +msgstr "" + +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:179 +msgid "Polling interval for status queries in seconds" +msgstr "" + #: modules/luci-mod-system/luasrc/model/cbi/admin_system/dropbear.lua:22 msgid "Port" msgstr "ΘÏÏα" @@ -3952,7 +3964,7 @@ msgstr "Î Ïωτόκολλο νÎας διεπαφής" msgid "Protocol support is not installed" msgstr "Η υποστήÏιξη Ï€Ïωτοκόλλου δεν Îχει εκγατασταθεί" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:234 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:257 msgid "Provide NTP server" msgstr "" @@ -4218,7 +4230,7 @@ msgstr "" #: modules/luci-mod-network/luasrc/model/cbi/admin_network/wifi.lua:1089 msgid "" "Requires the 'full' version of wpad/hostapd and support from the wifi driver " -"<br />(as of Feb 2017: ath9k and ath10k, in LEDE also mwlwifi and mt76)" +"<br />(as of Jan 2019: ath9k, ath10k, mwlwifi and mt76)" msgstr "" #: modules/luci-mod-network/luasrc/model/cbi/admin_network/dhcp.lua:95 @@ -4497,7 +4509,7 @@ msgid "" "sense events do not invoke hotplug handlers)." msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:206 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:229 msgid "Set up Time Synchronization" msgstr "" @@ -4564,7 +4576,7 @@ msgstr "ÎœÎγεθος" msgid "Size of DNS query cache" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:113 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:114 msgid "Size of the ZRam device in megabytes" msgstr "" @@ -4811,7 +4823,7 @@ msgstr "ΚαταγÏαφή Συστήματος" msgid "System Properties" msgstr "Ιδιότητες Συστήματος" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:69 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:70 msgid "System log buffer size" msgstr "" @@ -5038,7 +5050,7 @@ msgstr "" "Η εικόνα που ανεβάσατε δεν πεÏιÎχει κάποια υποστηÏιζόμενη μοÏφή. Βεβαιωθείτε " "ότι επιλÎξατε την γενική μοÏφή εικόνας για την πλατφόÏμα σας." -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:156 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:157 msgid "Theme" msgstr "Εμφάνιση" @@ -5069,7 +5081,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:104 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:233 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:260 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:286 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:287 msgid "" "There is no password set on this router. Please configure a root password to " "protect the web interface and enable SSH." @@ -5157,12 +5169,12 @@ msgstr "" msgid "This section contains no values yet" msgstr "Αυτό το τμήμα δεν πεÏιÎχει τιμÎÏ‚ ακόμη" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:200 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:211 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:223 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:234 msgid "Time Synchronization" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:205 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:228 msgid "Time Synchronization is not configured yet." msgstr "" @@ -5170,7 +5182,7 @@ msgstr "" msgid "Time interval for rekeying GTK" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:44 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:45 msgid "Timezone" msgstr "Ζώνη ÏŽÏας" @@ -5647,8 +5659,8 @@ msgstr "" msgid "Waiting for device..." msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:96 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:106 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:97 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:107 msgid "Warning" msgstr "Î Ïοειδοποίηση" @@ -5743,7 +5755,7 @@ msgstr "Το ασÏÏματο δίκτυο είναι ενεÏγό" msgid "Write received DNS requests to syslog" msgstr "ΚαταγÏαφή των ληφθÎντων DNS αιτήσεων στο syslog" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:88 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:89 msgid "Write system log to file" msgstr "" @@ -5766,7 +5778,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:221 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:243 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:253 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:298 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:299 msgid "" "You must enable JavaScript in your browser or LuCI will not work properly." msgstr "" @@ -5778,19 +5790,19 @@ msgid "" "or Safari." msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:118 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:119 msgid "ZRam Compression Algorithm" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:125 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:126 msgid "ZRam Compression Streams" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:25 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:26 msgid "ZRam Settings" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:113 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:114 msgid "ZRam Size" msgstr "" @@ -5997,7 +6009,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:133 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:215 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:225 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:250 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:251 msgid "off" msgstr "κλειστό" @@ -6005,7 +6017,7 @@ msgstr "κλειστό" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:132 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:214 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:224 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:247 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:248 msgid "on" msgstr "ανοιχτό" diff --git a/modules/luci-base/po/en/base.po b/modules/luci-base/po/en/base.po index 02cc7a1fad..68405371e4 100644 --- a/modules/luci-base/po/en/base.po +++ b/modules/luci-base/po/en/base.po @@ -57,16 +57,16 @@ msgstr "(no interfaces attached)" msgid "-- Additional Field --" msgstr "-- Additional Field --" -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:841 -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:850 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:840 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:849 #: modules/luci-base/luasrc/view/cbi/header.htm:5 #: protocols/luci-proto-3g/luasrc/model/cbi/admin_network/proto_3g.lua:26 #: protocols/luci-proto-qmi/luasrc/model/cbi/admin_network/proto_qmi.lua:36 msgid "-- Please choose --" msgstr "-- Please choose --" -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:866 -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:1030 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:865 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:1025 #: modules/luci-base/luasrc/view/cbi/header.htm:6 msgid "-- custom --" msgstr "-- custom --" @@ -399,6 +399,10 @@ msgstr "Address to access local relay bridge" msgid "Administration" msgstr "Administration" +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:25 +msgid "Advanced" +msgstr "" + #: modules/luci-mod-network/luasrc/model/cbi/admin_network/dhcp.lua:22 #: modules/luci-mod-network/luasrc/model/cbi/admin_network/ifaces.lua:189 #: modules/luci-mod-network/luasrc/model/cbi/admin_network/ifaces.lua:463 @@ -414,7 +418,7 @@ msgstr "Advanced Settings" msgid "Aggregate Transmit Power(ACTATP)" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:99 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:100 msgid "Alert" msgstr "Alert" @@ -674,8 +678,8 @@ msgstr "Authorization Required" #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:214 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:215 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:223 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:246 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:249 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:247 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:250 msgid "Auto Refresh" msgstr "Auto Refresh" @@ -1157,11 +1161,11 @@ msgstr "Create Interface" msgid "Create a bridge over multiple interfaces" msgstr "Create a bridge over multiple interfaces" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:98 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:99 msgid "Critical" msgstr "Critical" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:102 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:103 msgid "Cron Log Level" msgstr "Cron Log Level" @@ -1298,8 +1302,8 @@ msgstr "" msgid "Data Rate" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:93 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:104 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:94 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:105 msgid "Debug" msgstr "Debug" @@ -1611,7 +1615,7 @@ msgstr "" msgid "Edit this network" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:100 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:101 msgid "Emergency" msgstr "" @@ -1650,7 +1654,7 @@ msgstr "" msgid "Enable Jumbo Frame passthrough" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:215 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:238 msgid "Enable NTP client" msgstr "" @@ -1764,7 +1768,7 @@ msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/network.js:107 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/network.js:108 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/network.js:109 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:97 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:98 msgid "Error" msgstr "Error" @@ -1813,15 +1817,15 @@ msgstr "" msgid "External R1 Key Holder List" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:74 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:75 msgid "External system log server" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:79 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:80 msgid "External system log server port" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:84 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:85 msgid "External system log server protocol" msgstr "" @@ -2089,7 +2093,7 @@ msgstr "" #: themes/luci-theme-bootstrap/luasrc/view/themes/bootstrap/header.htm:198 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:235 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:262 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:288 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:289 msgid "Go to password configuration..." msgstr "" @@ -2174,7 +2178,7 @@ msgstr "" #: modules/luci-mod-network/luasrc/model/cbi/admin_network/dhcp.lua:283 #: modules/luci-mod-network/luasrc/model/cbi/admin_network/hosts.lua:15 #: modules/luci-mod-status/luasrc/view/admin_status/index/10-system.htm:17 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:35 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:36 #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:129 msgid "Hostname" msgstr "Hostname" @@ -2506,7 +2510,7 @@ msgstr "" msgid "Inbound:" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:94 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:95 msgid "Info" msgstr "" @@ -2617,7 +2621,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:220 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:242 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:252 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:295 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:296 msgid "JavaScript required!" msgstr "" @@ -2697,7 +2701,7 @@ msgstr "" msgid "Label" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:136 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:137 msgid "Language" msgstr "Language" @@ -2878,7 +2882,7 @@ msgid "Local Startup" msgstr "" #: modules/luci-mod-status/luasrc/view/admin_status/index/10-system.htm:25 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:31 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:32 msgid "Local Time" msgstr "Local Time" @@ -2914,7 +2918,7 @@ msgstr "Localise queries" msgid "Locked to channel %s used by: %s" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:92 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:93 msgid "Log output level" msgstr "" @@ -3215,7 +3219,7 @@ msgstr "" msgid "NT Domain" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:238 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:261 msgid "NTP server candidates" msgstr "" @@ -3318,7 +3322,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:103 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:232 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:259 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:283 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:284 msgid "No password set!" msgstr "" @@ -3367,7 +3371,7 @@ msgstr "" msgid "None" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:105 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:106 msgid "Normal" msgstr "" @@ -3389,7 +3393,7 @@ msgstr "" msgid "Note: interface name length" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:95 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:96 msgid "Notice" msgstr "" @@ -3401,7 +3405,7 @@ msgstr "" msgid "Number of cached DNS entries (max is 10000, 0 is no caching)" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:125 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:126 msgid "Number of parallel threads used for compression" msgstr "" @@ -3830,6 +3834,14 @@ msgstr "Please enter your username and password." msgid "Policy" msgstr "Policy" +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:178 +msgid "Polling interval" +msgstr "" + +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:179 +msgid "Polling interval for status queries in seconds" +msgstr "" + #: modules/luci-mod-system/luasrc/model/cbi/admin_system/dropbear.lua:22 msgid "Port" msgstr "Port" @@ -3919,7 +3931,7 @@ msgstr "" msgid "Protocol support is not installed" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:234 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:257 msgid "Provide NTP server" msgstr "" @@ -4185,7 +4197,7 @@ msgstr "" #: modules/luci-mod-network/luasrc/model/cbi/admin_network/wifi.lua:1089 msgid "" "Requires the 'full' version of wpad/hostapd and support from the wifi driver " -"<br />(as of Feb 2017: ath9k and ath10k, in LEDE also mwlwifi and mt76)" +"<br />(as of Jan 2019: ath9k, ath10k, mwlwifi and mt76)" msgstr "" #: modules/luci-mod-network/luasrc/model/cbi/admin_network/dhcp.lua:95 @@ -4462,7 +4474,7 @@ msgid "" "sense events do not invoke hotplug handlers)." msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:206 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:229 msgid "Set up Time Synchronization" msgstr "" @@ -4529,7 +4541,7 @@ msgstr "Size" msgid "Size of DNS query cache" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:113 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:114 msgid "Size of the ZRam device in megabytes" msgstr "" @@ -4774,7 +4786,7 @@ msgstr "System Log" msgid "System Properties" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:69 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:70 msgid "System log buffer size" msgstr "" @@ -4999,7 +5011,7 @@ msgstr "" "The uploaded image file does not contain a supported format. Make sure that " "you choose the generic image format for your platform." -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:156 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:157 msgid "Theme" msgstr "Theme" @@ -5030,7 +5042,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:104 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:233 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:260 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:286 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:287 msgid "" "There is no password set on this router. Please configure a root password to " "protect the web interface and enable SSH." @@ -5115,12 +5127,12 @@ msgstr "This page gives an overview over currently active network connections." msgid "This section contains no values yet" msgstr "This section contains no values yet" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:200 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:211 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:223 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:234 msgid "Time Synchronization" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:205 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:228 msgid "Time Synchronization is not configured yet." msgstr "" @@ -5128,7 +5140,7 @@ msgstr "" msgid "Time interval for rekeying GTK" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:44 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:45 msgid "Timezone" msgstr "Timezone" @@ -5606,8 +5618,8 @@ msgstr "" msgid "Waiting for device..." msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:96 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:106 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:97 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:107 msgid "Warning" msgstr "" @@ -5702,7 +5714,7 @@ msgstr "" msgid "Write received DNS requests to syslog" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:88 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:89 msgid "Write system log to file" msgstr "" @@ -5724,7 +5736,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:221 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:243 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:253 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:298 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:299 msgid "" "You must enable JavaScript in your browser or LuCI will not work properly." msgstr "" @@ -5736,19 +5748,19 @@ msgid "" "or Safari." msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:118 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:119 msgid "ZRam Compression Algorithm" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:125 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:126 msgid "ZRam Compression Streams" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:25 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:26 msgid "ZRam Settings" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:113 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:114 msgid "ZRam Size" msgstr "" @@ -5954,7 +5966,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:133 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:215 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:225 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:250 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:251 msgid "off" msgstr "" @@ -5962,7 +5974,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:132 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:214 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:224 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:247 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:248 msgid "on" msgstr "" diff --git a/modules/luci-base/po/es/base.po b/modules/luci-base/po/es/base.po index 092d492409..4a4c2962e7 100644 --- a/modules/luci-base/po/es/base.po +++ b/modules/luci-base/po/es/base.po @@ -57,16 +57,16 @@ msgstr "(sin interfaces conectados)" msgid "-- Additional Field --" msgstr "-- Campo Adicional --" -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:841 -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:850 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:840 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:849 #: modules/luci-base/luasrc/view/cbi/header.htm:5 #: protocols/luci-proto-3g/luasrc/model/cbi/admin_network/proto_3g.lua:26 #: protocols/luci-proto-qmi/luasrc/model/cbi/admin_network/proto_qmi.lua:36 msgid "-- Please choose --" msgstr "-- Elija, por favor --" -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:866 -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:1030 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:865 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:1025 #: modules/luci-base/luasrc/view/cbi/header.htm:6 msgid "-- custom --" msgstr "-- introducir --" @@ -403,6 +403,10 @@ msgstr "Dirección del puente relé local" msgid "Administration" msgstr "Administración" +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:25 +msgid "Advanced" +msgstr "" + #: modules/luci-mod-network/luasrc/model/cbi/admin_network/dhcp.lua:22 #: modules/luci-mod-network/luasrc/model/cbi/admin_network/ifaces.lua:189 #: modules/luci-mod-network/luasrc/model/cbi/admin_network/ifaces.lua:463 @@ -418,7 +422,7 @@ msgstr "Configuración avanzada" msgid "Aggregate Transmit Power(ACTATP)" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:99 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:100 msgid "Alert" msgstr "Alerta" @@ -680,8 +684,8 @@ msgstr "Conéctese" #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:214 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:215 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:223 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:246 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:249 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:247 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:250 msgid "Auto Refresh" msgstr "Autorefresco" @@ -1166,11 +1170,11 @@ msgstr "Crear interfaz" msgid "Create a bridge over multiple interfaces" msgstr "Crear un puente sobre múltiples interfaces" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:98 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:99 msgid "Critical" msgstr "CrÃtico" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:102 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:103 msgid "Cron Log Level" msgstr "Nivel de registro de cron" @@ -1307,8 +1311,8 @@ msgstr "DUID" msgid "Data Rate" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:93 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:104 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:94 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:105 msgid "Debug" msgstr "Depuración" @@ -1626,7 +1630,7 @@ msgstr "Editar esta interfaz" msgid "Edit this network" msgstr "Editar esta red" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:100 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:101 msgid "Emergency" msgstr "Emergencia" @@ -1665,7 +1669,7 @@ msgstr "Activar negociación IPv6 en el enlace PPP" msgid "Enable Jumbo Frame passthrough" msgstr "Activar paso de tramas jumbo" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:215 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:238 msgid "Enable NTP client" msgstr "Activar cliente NTP" @@ -1779,7 +1783,7 @@ msgstr "Borrando..." #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/network.js:107 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/network.js:108 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/network.js:109 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:97 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:98 msgid "Error" msgstr "Error" @@ -1831,15 +1835,15 @@ msgstr "" msgid "External R1 Key Holder List" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:74 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:75 msgid "External system log server" msgstr "Servidor externo de registro del sistema" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:79 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:80 msgid "External system log server port" msgstr "Puerto del servidor externo de registro del sistema" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:84 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:85 msgid "External system log server protocol" msgstr "" @@ -2110,7 +2114,7 @@ msgstr "" #: themes/luci-theme-bootstrap/luasrc/view/themes/bootstrap/header.htm:198 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:235 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:262 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:288 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:289 msgid "Go to password configuration..." msgstr "Ir a configuración de contraseña..." @@ -2196,7 +2200,7 @@ msgstr "" #: modules/luci-mod-network/luasrc/model/cbi/admin_network/dhcp.lua:283 #: modules/luci-mod-network/luasrc/model/cbi/admin_network/hosts.lua:15 #: modules/luci-mod-status/luasrc/view/admin_status/index/10-system.htm:17 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:35 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:36 #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:129 msgid "Hostname" msgstr "Nombre de máquina" @@ -2535,7 +2539,7 @@ msgstr "Espera de inactividad" msgid "Inbound:" msgstr "Entrantes:" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:94 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:95 msgid "Info" msgstr "Información" @@ -2647,7 +2651,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:220 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:242 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:252 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:295 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:296 msgid "JavaScript required!" msgstr "¡Se necesita JavaScript!" @@ -2727,7 +2731,7 @@ msgstr "LLC" msgid "Label" msgstr "Etiqueta" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:136 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:137 msgid "Language" msgstr "Idioma" @@ -2910,7 +2914,7 @@ msgid "Local Startup" msgstr "Arranque local" #: modules/luci-mod-status/luasrc/view/admin_status/index/10-system.htm:25 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:31 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:32 msgid "Local Time" msgstr "Hora local" @@ -2953,7 +2957,7 @@ msgstr "Localizar consultas" msgid "Locked to channel %s used by: %s" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:92 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:93 msgid "Log output level" msgstr "Nivel de registro" @@ -3254,7 +3258,7 @@ msgstr "" msgid "NT Domain" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:238 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:261 msgid "NTP server candidates" msgstr "Servidores NTP a consultar" @@ -3357,7 +3361,7 @@ msgstr "No se ha especificado un nombre de red" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:103 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:232 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:259 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:283 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:284 msgid "No password set!" msgstr "¡Sin contraseña!" @@ -3406,7 +3410,7 @@ msgstr "" msgid "None" msgstr "Ninguno" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:105 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:106 msgid "Normal" msgstr "Normal" @@ -3428,7 +3432,7 @@ msgstr "No conectado" msgid "Note: interface name length" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:95 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:96 msgid "Notice" msgstr "Aviso" @@ -3440,7 +3444,7 @@ msgstr "NSLookup" msgid "Number of cached DNS entries (max is 10000, 0 is no caching)" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:125 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:126 msgid "Number of parallel threads used for compression" msgstr "" @@ -3870,6 +3874,14 @@ msgstr "Por favor, introduzca su nombre de usuario y contraseña." msgid "Policy" msgstr "PolÃtica" +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:178 +msgid "Polling interval" +msgstr "" + +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:179 +msgid "Polling interval for status queries in seconds" +msgstr "" + #: modules/luci-mod-system/luasrc/model/cbi/admin_system/dropbear.lua:22 msgid "Port" msgstr "Puerto" @@ -3961,7 +3973,7 @@ msgstr "Protocolo de la nueva interfaz" msgid "Protocol support is not installed" msgstr "No está instalado el soporte al protocolo" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:234 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:257 msgid "Provide NTP server" msgstr "Dar servicio NTP" @@ -4230,7 +4242,7 @@ msgstr "" #: modules/luci-mod-network/luasrc/model/cbi/admin_network/wifi.lua:1089 msgid "" "Requires the 'full' version of wpad/hostapd and support from the wifi driver " -"<br />(as of Feb 2017: ath9k and ath10k, in LEDE also mwlwifi and mt76)" +"<br />(as of Jan 2019: ath9k, ath10k, mwlwifi and mt76)" msgstr "" #: modules/luci-mod-network/luasrc/model/cbi/admin_network/dhcp.lua:95 @@ -4509,7 +4521,7 @@ msgid "" "sense events do not invoke hotplug handlers)." msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:206 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:229 #, fuzzy msgid "Set up Time Synchronization" msgstr "Sincronización horaria" @@ -4577,7 +4589,7 @@ msgstr "Tamaño" msgid "Size of DNS query cache" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:113 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:114 msgid "Size of the ZRam device in megabytes" msgstr "" @@ -4834,7 +4846,7 @@ msgstr "Registro del sistema" msgid "System Properties" msgstr "Propiedades del sistema" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:69 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:70 msgid "System log buffer size" msgstr "Tamaño del buffer de registro del sistema" @@ -5086,7 +5098,7 @@ msgstr "" "El archivo con la imagen de firmware subido no tiene un formato adecuado. " "Asegúrese de haber elegido la imagen correcta para su plataforma." -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:156 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:157 msgid "Theme" msgstr "Tema" @@ -5119,7 +5131,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:104 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:233 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:260 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:286 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:287 msgid "" "There is no password set on this router. Please configure a root password to " "protect the web interface and enable SSH." @@ -5213,12 +5225,12 @@ msgstr "Conexiones de red activas." msgid "This section contains no values yet" msgstr "No hay reglas definidas" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:200 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:211 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:223 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:234 msgid "Time Synchronization" msgstr "Sincronización horaria" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:205 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:228 msgid "Time Synchronization is not configured yet." msgstr "Sincronización horaria no configurada." @@ -5226,7 +5238,7 @@ msgstr "Sincronización horaria no configurada." msgid "Time interval for rekeying GTK" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:44 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:45 msgid "Timezone" msgstr "Zona horaria" @@ -5711,8 +5723,8 @@ msgstr "" msgid "Waiting for device..." msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:96 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:106 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:97 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:107 msgid "Warning" msgstr "Aviso" @@ -5807,7 +5819,7 @@ msgstr "Red inalámbrica conectada" msgid "Write received DNS requests to syslog" msgstr "Escribir las peticiones de DNS recibidas en el registro del sistema" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:88 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:89 msgid "Write system log to file" msgstr "" @@ -5830,7 +5842,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:221 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:243 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:253 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:298 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:299 msgid "" "You must enable JavaScript in your browser or LuCI will not work properly." msgstr "" @@ -5843,19 +5855,19 @@ msgid "" "or Safari." msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:118 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:119 msgid "ZRam Compression Algorithm" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:125 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:126 msgid "ZRam Compression Streams" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:25 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:26 msgid "ZRam Settings" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:113 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:114 msgid "ZRam Size" msgstr "" @@ -6061,7 +6073,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:133 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:215 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:225 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:250 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:251 msgid "off" msgstr "parado" @@ -6069,7 +6081,7 @@ msgstr "parado" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:132 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:214 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:224 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:247 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:248 msgid "on" msgstr "activo" diff --git a/modules/luci-base/po/fr/base.po b/modules/luci-base/po/fr/base.po index 3c3fa7d305..2e398c970b 100644 --- a/modules/luci-base/po/fr/base.po +++ b/modules/luci-base/po/fr/base.po @@ -57,16 +57,16 @@ msgstr "(pas d'interface connectée)" msgid "-- Additional Field --" msgstr "-- Champ Supplémentaire --" -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:841 -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:850 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:840 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:849 #: modules/luci-base/luasrc/view/cbi/header.htm:5 #: protocols/luci-proto-3g/luasrc/model/cbi/admin_network/proto_3g.lua:26 #: protocols/luci-proto-qmi/luasrc/model/cbi/admin_network/proto_qmi.lua:36 msgid "-- Please choose --" msgstr "-- Choisir --" -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:866 -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:1030 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:865 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:1025 #: modules/luci-base/luasrc/view/cbi/header.htm:6 msgid "-- custom --" msgstr "-- autre --" @@ -405,6 +405,10 @@ msgstr "Adresse pour accéder au pont-relais local" msgid "Administration" msgstr "Administration" +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:25 +msgid "Advanced" +msgstr "" + #: modules/luci-mod-network/luasrc/model/cbi/admin_network/dhcp.lua:22 #: modules/luci-mod-network/luasrc/model/cbi/admin_network/ifaces.lua:189 #: modules/luci-mod-network/luasrc/model/cbi/admin_network/ifaces.lua:463 @@ -420,7 +424,7 @@ msgstr "Paramètres avancés" msgid "Aggregate Transmit Power(ACTATP)" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:99 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:100 msgid "Alert" msgstr "Alerte" @@ -686,8 +690,8 @@ msgstr "Autorisation requise" #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:214 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:215 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:223 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:246 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:249 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:247 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:250 msgid "Auto Refresh" msgstr "Rafraîchissement automatique" @@ -1172,11 +1176,11 @@ msgstr "Créer une interface" msgid "Create a bridge over multiple interfaces" msgstr "Créer un pont par dessus plusieurs interfaces" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:98 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:99 msgid "Critical" msgstr "Critique" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:102 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:103 msgid "Cron Log Level" msgstr "Niveau de journalisation de Cron" @@ -1313,8 +1317,8 @@ msgstr "DUID" msgid "Data Rate" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:93 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:104 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:94 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:105 msgid "Debug" msgstr "Deboguage" @@ -1635,7 +1639,7 @@ msgstr "Éditer cette interface" msgid "Edit this network" msgstr "Éditer ce réseau" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:100 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:101 msgid "Emergency" msgstr "Urgence" @@ -1674,7 +1678,7 @@ msgstr "Activer la négociation IPv6 sur le lien PPP" msgid "Enable Jumbo Frame passthrough" msgstr "Activer la circulation de très grandes trames (Jumbo)" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:215 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:238 msgid "Enable NTP client" msgstr "Activer client NTP" @@ -1790,7 +1794,7 @@ msgstr "Effacement…" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/network.js:107 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/network.js:108 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/network.js:109 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:97 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:98 msgid "Error" msgstr "Erreur" @@ -1842,15 +1846,15 @@ msgstr "" msgid "External R1 Key Holder List" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:74 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:75 msgid "External system log server" msgstr "Serveur distant de journaux système" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:79 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:80 msgid "External system log server port" msgstr "Port du serveur distant de journaux système" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:84 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:85 msgid "External system log server protocol" msgstr "" @@ -2120,7 +2124,7 @@ msgstr "" #: themes/luci-theme-bootstrap/luasrc/view/themes/bootstrap/header.htm:198 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:235 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:262 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:288 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:289 msgid "Go to password configuration..." msgstr "Aller à la configuration du mot de passe…" @@ -2205,7 +2209,7 @@ msgstr "" #: modules/luci-mod-network/luasrc/model/cbi/admin_network/dhcp.lua:283 #: modules/luci-mod-network/luasrc/model/cbi/admin_network/hosts.lua:15 #: modules/luci-mod-status/luasrc/view/admin_status/index/10-system.htm:17 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:35 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:36 #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:129 msgid "Hostname" msgstr "Nom d'hôte" @@ -2540,7 +2544,7 @@ msgstr "Délai d'inactivité" msgid "Inbound:" msgstr "Intérieur :" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:94 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:95 msgid "Info" msgstr "Info" @@ -2655,7 +2659,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:220 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:242 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:252 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:295 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:296 msgid "JavaScript required!" msgstr "Nécessite un Script Java !" @@ -2735,7 +2739,7 @@ msgstr "LLC" msgid "Label" msgstr "Étiquette" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:136 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:137 msgid "Language" msgstr "Langue" @@ -2919,7 +2923,7 @@ msgid "Local Startup" msgstr "Démarrage local" #: modules/luci-mod-status/luasrc/view/admin_status/index/10-system.htm:25 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:31 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:32 msgid "Local Time" msgstr "Heure Locale" @@ -2962,7 +2966,7 @@ msgstr "Localiser les requêtes" msgid "Locked to channel %s used by: %s" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:92 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:93 msgid "Log output level" msgstr "Niveau de journalisation" @@ -3265,7 +3269,7 @@ msgstr "" msgid "NT Domain" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:238 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:261 msgid "NTP server candidates" msgstr "Serveurs NTP candidats" @@ -3368,7 +3372,7 @@ msgstr "Aucun nom de réseau donné" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:103 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:232 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:259 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:283 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:284 msgid "No password set!" msgstr "Pas de mot de passe positionné !" @@ -3417,7 +3421,7 @@ msgstr "" msgid "None" msgstr "Vide" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:105 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:106 msgid "Normal" msgstr "Normal" @@ -3439,7 +3443,7 @@ msgstr "Non connecté" msgid "Note: interface name length" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:95 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:96 msgid "Notice" msgstr "Note" @@ -3451,7 +3455,7 @@ msgstr "Nslookup" msgid "Number of cached DNS entries (max is 10000, 0 is no caching)" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:125 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:126 msgid "Number of parallel threads used for compression" msgstr "" @@ -3880,6 +3884,14 @@ msgstr "Saisissez votre nom d'utilisateur et mot de passe." msgid "Policy" msgstr "Politique" +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:178 +msgid "Polling interval" +msgstr "" + +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:179 +msgid "Polling interval for status queries in seconds" +msgstr "" + #: modules/luci-mod-system/luasrc/model/cbi/admin_system/dropbear.lua:22 msgid "Port" msgstr "Port" @@ -3971,7 +3983,7 @@ msgstr "Protocole de la nouvelle interface" msgid "Protocol support is not installed" msgstr "La gestion du protocole n'est pas installée" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:234 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:257 msgid "Provide NTP server" msgstr "Fournir serveur NTP" @@ -4239,7 +4251,7 @@ msgstr "" #: modules/luci-mod-network/luasrc/model/cbi/admin_network/wifi.lua:1089 msgid "" "Requires the 'full' version of wpad/hostapd and support from the wifi driver " -"<br />(as of Feb 2017: ath9k and ath10k, in LEDE also mwlwifi and mt76)" +"<br />(as of Jan 2019: ath9k, ath10k, mwlwifi and mt76)" msgstr "" #: modules/luci-mod-network/luasrc/model/cbi/admin_network/dhcp.lua:95 @@ -4519,7 +4531,7 @@ msgid "" "sense events do not invoke hotplug handlers)." msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:206 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:229 #, fuzzy msgid "Set up Time Synchronization" msgstr "Configurer la synchronisation de l'heure" @@ -4587,7 +4599,7 @@ msgstr "Taille" msgid "Size of DNS query cache" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:113 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:114 msgid "Size of the ZRam device in megabytes" msgstr "" @@ -4842,7 +4854,7 @@ msgstr "Journal système" msgid "System Properties" msgstr "Propriétés système" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:69 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:70 msgid "System log buffer size" msgstr "Taille du tampon du journal système" @@ -5095,7 +5107,7 @@ msgstr "" "The uploaded image file does not contain a supported format. Make sure that " "you choose the generic image format for your platform." -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:156 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:157 msgid "Theme" msgstr "Apparence" @@ -5128,7 +5140,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:104 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:233 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:260 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:286 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:287 msgid "" "There is no password set on this router. Please configure a root password to " "protect the web interface and enable SSH." @@ -5227,12 +5239,12 @@ msgstr "" msgid "This section contains no values yet" msgstr "Cette section ne contient pas encore de valeur" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:200 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:211 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:223 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:234 msgid "Time Synchronization" msgstr "Synchronisation de l'heure" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:205 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:228 msgid "Time Synchronization is not configured yet." msgstr "La synchronisation de l'heure n'est pas encore configurée." @@ -5240,7 +5252,7 @@ msgstr "La synchronisation de l'heure n'est pas encore configurée." msgid "Time interval for rekeying GTK" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:44 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:45 msgid "Timezone" msgstr "Fuseau horaire" @@ -5727,8 +5739,8 @@ msgstr "" msgid "Waiting for device..." msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:96 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:106 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:97 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:107 msgid "Warning" msgstr "Attention" @@ -5823,7 +5835,7 @@ msgstr "Le réseau Wi-Fi est activé" msgid "Write received DNS requests to syslog" msgstr "Écrire les requêtes DNS reçues dans syslog" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:88 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:89 msgid "Write system log to file" msgstr "" @@ -5846,7 +5858,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:221 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:243 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:253 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:298 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:299 msgid "" "You must enable JavaScript in your browser or LuCI will not work properly." msgstr "" @@ -5860,19 +5872,19 @@ msgid "" "or Safari." msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:118 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:119 msgid "ZRam Compression Algorithm" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:125 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:126 msgid "ZRam Compression Streams" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:25 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:26 msgid "ZRam Settings" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:113 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:114 msgid "ZRam Size" msgstr "" @@ -6076,7 +6088,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:133 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:215 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:225 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:250 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:251 msgid "off" msgstr "Arrêté" @@ -6084,7 +6096,7 @@ msgstr "Arrêté" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:132 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:214 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:224 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:247 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:248 msgid "on" msgstr "Actif" diff --git a/modules/luci-base/po/he/base.po b/modules/luci-base/po/he/base.po index 37c552e7d4..f9f786be91 100644 --- a/modules/luci-base/po/he/base.po +++ b/modules/luci-base/po/he/base.po @@ -55,16 +55,16 @@ msgstr "(×ין ממשק מצורף)" msgid "-- Additional Field --" msgstr "-- שדה × ×•×¡×£ --" -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:841 -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:850 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:840 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:849 #: modules/luci-base/luasrc/view/cbi/header.htm:5 #: protocols/luci-proto-3g/luasrc/model/cbi/admin_network/proto_3g.lua:26 #: protocols/luci-proto-qmi/luasrc/model/cbi/admin_network/proto_qmi.lua:36 msgid "-- Please choose --" msgstr "-- × × ×œ×‘×—×•×¨ --" -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:866 -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:1030 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:865 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:1025 #: modules/luci-base/luasrc/view/cbi/header.htm:6 msgid "-- custom --" msgstr "-- מות×× ×ישית --" @@ -396,6 +396,10 @@ msgstr "" msgid "Administration" msgstr "×ž× ×”×œ×”" +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:25 +msgid "Advanced" +msgstr "" + #: modules/luci-mod-network/luasrc/model/cbi/admin_network/dhcp.lua:22 #: modules/luci-mod-network/luasrc/model/cbi/admin_network/ifaces.lua:189 #: modules/luci-mod-network/luasrc/model/cbi/admin_network/ifaces.lua:463 @@ -411,7 +415,7 @@ msgstr "הגדרות מתקדמות" msgid "Aggregate Transmit Power(ACTATP)" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:99 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:100 #, fuzzy msgid "Alert" msgstr "×זעקה" @@ -675,8 +679,8 @@ msgstr "דרוש ×ימות" #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:214 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:215 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:223 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:246 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:249 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:247 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:250 msgid "Auto Refresh" msgstr "×¨×¢× ×•×Ÿ ×וטומטי" @@ -1151,11 +1155,11 @@ msgstr "צור ממשק" msgid "Create a bridge over multiple interfaces" msgstr "צור גשר בין מספר ממשקי×" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:98 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:99 msgid "Critical" msgstr "קריטי" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:102 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:103 msgid "Cron Log Level" msgstr "" @@ -1292,8 +1296,8 @@ msgstr "" msgid "Data Rate" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:93 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:104 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:94 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:105 msgid "Debug" msgstr "" @@ -1597,7 +1601,7 @@ msgstr "ערוך ממשק ×–×”" msgid "Edit this network" msgstr "ערוך רשת זו" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:100 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:101 msgid "Emergency" msgstr "מצב חרו×" @@ -1636,7 +1640,7 @@ msgstr "" msgid "Enable Jumbo Frame passthrough" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:215 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:238 msgid "Enable NTP client" msgstr "" @@ -1750,7 +1754,7 @@ msgstr "מוחק..." #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/network.js:107 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/network.js:108 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/network.js:109 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:97 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:98 msgid "Error" msgstr "שגי××”" @@ -1799,15 +1803,15 @@ msgstr "" msgid "External R1 Key Holder List" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:74 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:75 msgid "External system log server" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:79 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:80 msgid "External system log server port" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:84 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:85 msgid "External system log server protocol" msgstr "" @@ -2075,7 +2079,7 @@ msgstr "" #: themes/luci-theme-bootstrap/luasrc/view/themes/bootstrap/header.htm:198 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:235 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:262 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:288 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:289 msgid "Go to password configuration..." msgstr "" @@ -2158,7 +2162,7 @@ msgstr "" #: modules/luci-mod-network/luasrc/model/cbi/admin_network/dhcp.lua:283 #: modules/luci-mod-network/luasrc/model/cbi/admin_network/hosts.lua:15 #: modules/luci-mod-status/luasrc/view/admin_status/index/10-system.htm:17 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:35 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:36 #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:129 msgid "Hostname" msgstr "" @@ -2485,7 +2489,7 @@ msgstr "" msgid "Inbound:" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:94 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:95 msgid "Info" msgstr "" @@ -2593,7 +2597,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:220 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:242 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:252 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:295 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:296 msgid "JavaScript required!" msgstr "" @@ -2673,7 +2677,7 @@ msgstr "" msgid "Label" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:136 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:137 msgid "Language" msgstr "" @@ -2854,7 +2858,7 @@ msgid "Local Startup" msgstr "" #: modules/luci-mod-status/luasrc/view/admin_status/index/10-system.htm:25 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:31 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:32 msgid "Local Time" msgstr "" @@ -2890,7 +2894,7 @@ msgstr "" msgid "Locked to channel %s used by: %s" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:92 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:93 msgid "Log output level" msgstr "" @@ -3189,7 +3193,7 @@ msgstr "" msgid "NT Domain" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:238 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:261 msgid "NTP server candidates" msgstr "" @@ -3292,7 +3296,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:103 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:232 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:259 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:283 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:284 msgid "No password set!" msgstr "×œ× ×”×•×’×“×¨×” סיסמה!" @@ -3341,7 +3345,7 @@ msgstr "" msgid "None" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:105 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:106 msgid "Normal" msgstr "" @@ -3363,7 +3367,7 @@ msgstr "×œ× ×ž×—×•×‘×¨" msgid "Note: interface name length" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:95 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:96 msgid "Notice" msgstr "" @@ -3375,7 +3379,7 @@ msgstr "" msgid "Number of cached DNS entries (max is 10000, 0 is no caching)" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:125 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:126 msgid "Number of parallel threads used for compression" msgstr "" @@ -3798,6 +3802,14 @@ msgstr "×× × ×”×–×Ÿ ×ת ×©× ×”×ž×©×ª×ž×© והסיסמה שלך:" msgid "Policy" msgstr "" +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:178 +msgid "Polling interval" +msgstr "" + +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:179 +msgid "Polling interval for status queries in seconds" +msgstr "" + #: modules/luci-mod-system/luasrc/model/cbi/admin_system/dropbear.lua:22 msgid "Port" msgstr "" @@ -3887,7 +3899,7 @@ msgstr "" msgid "Protocol support is not installed" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:234 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:257 msgid "Provide NTP server" msgstr "" @@ -4151,7 +4163,7 @@ msgstr "" #: modules/luci-mod-network/luasrc/model/cbi/admin_network/wifi.lua:1089 msgid "" "Requires the 'full' version of wpad/hostapd and support from the wifi driver " -"<br />(as of Feb 2017: ath9k and ath10k, in LEDE also mwlwifi and mt76)" +"<br />(as of Jan 2019: ath9k, ath10k, mwlwifi and mt76)" msgstr "" #: modules/luci-mod-network/luasrc/model/cbi/admin_network/dhcp.lua:95 @@ -4426,7 +4438,7 @@ msgid "" "sense events do not invoke hotplug handlers)." msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:206 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:229 #, fuzzy msgid "Set up Time Synchronization" msgstr "×¡× ×›×¨×•×Ÿ זמן" @@ -4494,7 +4506,7 @@ msgstr "" msgid "Size of DNS query cache" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:113 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:114 msgid "Size of the ZRam device in megabytes" msgstr "" @@ -4540,7 +4552,7 @@ msgid "" "instructions." msgstr "" "סליחה, ×ין תמיכה בעדכון מערכת, ולכן קושחה חדשה חייבת להיצרב ×™×“× ×™×ª. ×× × ×¤× ×” " -"×ל ×”-wiki של OpenWrt/LEDE עבור הור×ות ספציפיות למכשיר שלך." +"×ל ×”-wiki של OpenWrt עבור הור×ות ספציפיות למכשיר שלך." #: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:61 #: modules/luci-mod-status/luasrc/view/admin_status/connections.htm:360 @@ -4744,7 +4756,7 @@ msgstr "" msgid "System Properties" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:69 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:70 msgid "System log buffer size" msgstr "" @@ -4958,7 +4970,7 @@ msgid "" "you choose the generic image format for your platform." msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:156 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:157 msgid "Theme" msgstr "עיצוב" @@ -4989,7 +5001,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:104 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:233 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:260 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:286 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:287 msgid "" "There is no password set on this router. Please configure a root password to " "protect the web interface and enable SSH." @@ -5070,12 +5082,12 @@ msgstr "דף ×–×” מציג סקירה של חיבורי הרשת ×”×¤×¢×™×œ×™× msgid "This section contains no values yet" msgstr "×זור ×–×” עדיין ×œ× ×ž×›×™×œ ערכי×." -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:200 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:211 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:223 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:234 msgid "Time Synchronization" msgstr "×¡× ×›×¨×•×Ÿ זמן" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:205 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:228 msgid "Time Synchronization is not configured yet." msgstr "×¡× ×›×¨×•×Ÿ זמן עדיין ×œ× ×”×•×’×“×¨." @@ -5083,7 +5095,7 @@ msgstr "×¡× ×›×¨×•×Ÿ זמן עדיין ×œ× ×”×•×’×“×¨." msgid "Time interval for rekeying GTK" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:44 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:45 msgid "Timezone" msgstr "×זור זמן" @@ -5557,8 +5569,8 @@ msgstr "" msgid "Waiting for device..." msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:96 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:106 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:97 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:107 msgid "Warning" msgstr "×זהרה" @@ -5653,7 +5665,7 @@ msgstr "רשת ×לחוטית מ×ופשרת" msgid "Write received DNS requests to syslog" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:88 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:89 msgid "Write system log to file" msgstr "" @@ -5672,7 +5684,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:221 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:243 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:253 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:298 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:299 msgid "" "You must enable JavaScript in your browser or LuCI will not work properly." msgstr "×תה חייב להפעיל ×ת JavaScript בדפדפן שלך; ×חרת, LuCI ×œ× ×™×¤×¢×œ כר×וי." @@ -5684,19 +5696,19 @@ msgid "" "or Safari." msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:118 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:119 msgid "ZRam Compression Algorithm" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:125 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:126 msgid "ZRam Compression Streams" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:25 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:26 msgid "ZRam Settings" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:113 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:114 msgid "ZRam Size" msgstr "" @@ -5900,7 +5912,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:133 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:215 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:225 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:250 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:251 msgid "off" msgstr "כבוי" @@ -5908,7 +5920,7 @@ msgstr "כבוי" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:132 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:214 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:224 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:247 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:248 msgid "on" msgstr "פועל" diff --git a/modules/luci-base/po/hu/base.po b/modules/luci-base/po/hu/base.po index 044962498f..7eadb60555 100644 --- a/modules/luci-base/po/hu/base.po +++ b/modules/luci-base/po/hu/base.po @@ -55,16 +55,16 @@ msgstr "(nincs csatalkoztatott interfész)" msgid "-- Additional Field --" msgstr "-- További mezÅ‘ --" -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:841 -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:850 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:840 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:849 #: modules/luci-base/luasrc/view/cbi/header.htm:5 #: protocols/luci-proto-3g/luasrc/model/cbi/admin_network/proto_3g.lua:26 #: protocols/luci-proto-qmi/luasrc/model/cbi/admin_network/proto_qmi.lua:36 msgid "-- Please choose --" msgstr "-- Kérem válasszon --" -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:866 -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:1030 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:865 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:1025 #: modules/luci-base/luasrc/view/cbi/header.htm:6 msgid "-- custom --" msgstr "-- egyéni --" @@ -400,6 +400,10 @@ msgstr "Helyi közvetÃtÅ‘ hÃd elérési cÃme" msgid "Administration" msgstr "Adminisztráció" +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:25 +msgid "Advanced" +msgstr "" + #: modules/luci-mod-network/luasrc/model/cbi/admin_network/dhcp.lua:22 #: modules/luci-mod-network/luasrc/model/cbi/admin_network/ifaces.lua:189 #: modules/luci-mod-network/luasrc/model/cbi/admin_network/ifaces.lua:463 @@ -415,7 +419,7 @@ msgstr "Haladó beállÃtások" msgid "Aggregate Transmit Power(ACTATP)" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:99 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:100 msgid "Alert" msgstr "Riasztás" @@ -679,8 +683,8 @@ msgstr "HitelesÃtés szükséges" #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:214 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:215 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:223 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:246 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:249 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:247 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:250 msgid "Auto Refresh" msgstr "Automatikus frissÃtés" @@ -1167,11 +1171,11 @@ msgstr "Új interfész" msgid "Create a bridge over multiple interfaces" msgstr "HÃd létrehozása több interfész között" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:98 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:99 msgid "Critical" msgstr "Kritikus" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:102 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:103 msgid "Cron Log Level" msgstr "Cron naplózási szint" @@ -1308,8 +1312,8 @@ msgstr "DUID" msgid "Data Rate" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:93 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:104 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:94 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:105 msgid "Debug" msgstr "Hibakeresés" @@ -1628,7 +1632,7 @@ msgstr "Interfész szerkesztése" msgid "Edit this network" msgstr "Hálózat szerkesztése" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:100 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:101 msgid "Emergency" msgstr "Vészhelyzet" @@ -1667,7 +1671,7 @@ msgstr "IPv6 egyeztetés engedélyezése a PPP linken" msgid "Enable Jumbo Frame passthrough" msgstr "Óriás keretek átengedésének engedélyezése" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:215 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:238 msgid "Enable NTP client" msgstr "NTP-kliens engedélyezése" @@ -1781,7 +1785,7 @@ msgstr "Törlés..." #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/network.js:107 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/network.js:108 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/network.js:109 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:97 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:98 msgid "Error" msgstr "Hiba" @@ -1831,15 +1835,15 @@ msgstr "" msgid "External R1 Key Holder List" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:74 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:75 msgid "External system log server" msgstr "KülsÅ‘ rendszernapló kiszolgáló" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:79 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:80 msgid "External system log server port" msgstr "KülsÅ‘ rendszernapló kiszolgáló port" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:84 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:85 msgid "External system log server protocol" msgstr "" @@ -2109,7 +2113,7 @@ msgstr "" #: themes/luci-theme-bootstrap/luasrc/view/themes/bootstrap/header.htm:198 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:235 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:262 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:288 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:289 msgid "Go to password configuration..." msgstr "Ugrás a jelszó beállÃtáshoz..." @@ -2194,7 +2198,7 @@ msgstr "" #: modules/luci-mod-network/luasrc/model/cbi/admin_network/dhcp.lua:283 #: modules/luci-mod-network/luasrc/model/cbi/admin_network/hosts.lua:15 #: modules/luci-mod-status/luasrc/view/admin_status/index/10-system.htm:17 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:35 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:36 #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:129 msgid "Hostname" msgstr "Gépnév" @@ -2530,7 +2534,7 @@ msgstr "Inaktivitási idÅ‘túllépés" msgid "Inbound:" msgstr "BejövÅ‘" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:94 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:95 msgid "Info" msgstr "Információk" @@ -2644,7 +2648,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:220 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:242 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:252 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:295 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:296 msgid "JavaScript required!" msgstr "JavaScript szükséges!" @@ -2724,7 +2728,7 @@ msgstr "LLC" msgid "Label" msgstr "CÃmke" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:136 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:137 msgid "Language" msgstr "Nyelv" @@ -2909,7 +2913,7 @@ msgid "Local Startup" msgstr "Helyi indÃtóscript" #: modules/luci-mod-status/luasrc/view/admin_status/index/10-system.htm:25 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:31 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:32 msgid "Local Time" msgstr "Helyi idÅ‘" @@ -2953,7 +2957,7 @@ msgstr "Lekérdezések lokalizációja" msgid "Locked to channel %s used by: %s" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:92 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:93 msgid "Log output level" msgstr "Napló kimeneti szintje" @@ -3254,7 +3258,7 @@ msgstr "" msgid "NT Domain" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:238 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:261 msgid "NTP server candidates" msgstr "Kijelölt NTP kiszolgálók" @@ -3357,7 +3361,7 @@ msgstr "Nincs megadva hálózatnév" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:103 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:232 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:259 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:283 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:284 msgid "No password set!" msgstr "Nincs jelszó!" @@ -3406,7 +3410,7 @@ msgstr "" msgid "None" msgstr "Nincs" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:105 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:106 msgid "Normal" msgstr "Normál" @@ -3428,7 +3432,7 @@ msgstr "Nincs kapcsolódva" msgid "Note: interface name length" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:95 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:96 msgid "Notice" msgstr "Megjegyzés" @@ -3440,7 +3444,7 @@ msgstr "Nslookup" msgid "Number of cached DNS entries (max is 10000, 0 is no caching)" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:125 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:126 msgid "Number of parallel threads used for compression" msgstr "" @@ -3870,6 +3874,14 @@ msgstr "Adja meg a felhasználónevét és a jelszavát." msgid "Policy" msgstr "Szabály" +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:178 +msgid "Polling interval" +msgstr "" + +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:179 +msgid "Polling interval for status queries in seconds" +msgstr "" + #: modules/luci-mod-system/luasrc/model/cbi/admin_system/dropbear.lua:22 msgid "Port" msgstr "Port" @@ -3961,7 +3973,7 @@ msgstr "Az új interfész protokollja" msgid "Protocol support is not installed" msgstr "Protokoll támogatás nincs telepÃtve" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:234 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:257 msgid "Provide NTP server" msgstr "NTP kiszolgáló" @@ -4231,7 +4243,7 @@ msgstr "" #: modules/luci-mod-network/luasrc/model/cbi/admin_network/wifi.lua:1089 msgid "" "Requires the 'full' version of wpad/hostapd and support from the wifi driver " -"<br />(as of Feb 2017: ath9k and ath10k, in LEDE also mwlwifi and mt76)" +"<br />(as of Jan 2019: ath9k, ath10k, mwlwifi and mt76)" msgstr "" #: modules/luci-mod-network/luasrc/model/cbi/admin_network/dhcp.lua:95 @@ -4510,7 +4522,7 @@ msgid "" "sense events do not invoke hotplug handlers)." msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:206 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:229 #, fuzzy msgid "Set up Time Synchronization" msgstr "IdÅ‘ szinkronizálás beállÃtása" @@ -4578,7 +4590,7 @@ msgstr "Méret" msgid "Size of DNS query cache" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:113 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:114 msgid "Size of the ZRam device in megabytes" msgstr "" @@ -4833,7 +4845,7 @@ msgstr "Rendszernapló" msgid "System Properties" msgstr "Rendszer tulajdonságok" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:69 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:70 msgid "System log buffer size" msgstr "Rendszer napló puffer méret" @@ -5084,7 +5096,7 @@ msgstr "" "A feltöltött image fájl formátuma nem támogatott. Ãœgyeljen arra, hogy a " "platformjának megfelelÅ‘ általános image formátumot válassza ki." -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:156 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:157 msgid "Theme" msgstr "Megjelenés" @@ -5117,7 +5129,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:104 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:233 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:260 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:286 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:287 msgid "" "There is no password set on this router. Please configure a root password to " "protect the web interface and enable SSH." @@ -5215,12 +5227,12 @@ msgstr "" msgid "This section contains no values yet" msgstr "Ez a szakasz még nem tartalmaz értékeket" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:200 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:211 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:223 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:234 msgid "Time Synchronization" msgstr "IdÅ‘ szinkronizálás" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:205 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:228 msgid "Time Synchronization is not configured yet." msgstr "IdÅ‘ szinkronizálás még nincs beállÃtva." @@ -5228,7 +5240,7 @@ msgstr "IdÅ‘ szinkronizálás még nincs beállÃtva." msgid "Time interval for rekeying GTK" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:44 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:45 msgid "Timezone" msgstr "IdÅ‘zóna" @@ -5714,8 +5726,8 @@ msgstr "" msgid "Waiting for device..." msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:96 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:106 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:97 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:107 msgid "Warning" msgstr "Figyelmeztetés" @@ -5810,7 +5822,7 @@ msgstr "Vezetéknélküli hálózat engedélyezve" msgid "Write received DNS requests to syslog" msgstr "A kapott DNS kéréseket Ãrja a rendszernaplóba" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:88 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:89 msgid "Write system log to file" msgstr "" @@ -5833,7 +5845,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:221 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:243 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:253 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:298 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:299 msgid "" "You must enable JavaScript in your browser or LuCI will not work properly." msgstr "" @@ -5847,19 +5859,19 @@ msgid "" "or Safari." msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:118 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:119 msgid "ZRam Compression Algorithm" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:125 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:126 msgid "ZRam Compression Streams" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:25 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:26 msgid "ZRam Settings" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:113 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:114 msgid "ZRam Size" msgstr "" @@ -6065,7 +6077,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:133 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:215 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:225 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:250 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:251 msgid "off" msgstr "ki" @@ -6073,7 +6085,7 @@ msgstr "ki" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:132 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:214 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:224 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:247 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:248 msgid "on" msgstr "be" diff --git a/modules/luci-base/po/it/base.po b/modules/luci-base/po/it/base.po index ce7e44eade..b45d78d04e 100644 --- a/modules/luci-base/po/it/base.po +++ b/modules/luci-base/po/it/base.po @@ -57,16 +57,16 @@ msgstr "(nessuna interfaccia collegata)" msgid "-- Additional Field --" msgstr "-- Campo aggiuntivo --" -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:841 -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:850 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:840 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:849 #: modules/luci-base/luasrc/view/cbi/header.htm:5 #: protocols/luci-proto-3g/luasrc/model/cbi/admin_network/proto_3g.lua:26 #: protocols/luci-proto-qmi/luasrc/model/cbi/admin_network/proto_qmi.lua:36 msgid "-- Please choose --" msgstr "-- Per favore scegli --" -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:866 -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:1030 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:865 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:1025 #: modules/luci-base/luasrc/view/cbi/header.htm:6 msgid "-- custom --" msgstr "-- personalizzato --" @@ -409,6 +409,10 @@ msgstr "Indirizzo per accedere al ponte locale di trasmissione" msgid "Administration" msgstr "Amministrazione" +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:25 +msgid "Advanced" +msgstr "" + #: modules/luci-mod-network/luasrc/model/cbi/admin_network/dhcp.lua:22 #: modules/luci-mod-network/luasrc/model/cbi/admin_network/ifaces.lua:189 #: modules/luci-mod-network/luasrc/model/cbi/admin_network/ifaces.lua:463 @@ -424,7 +428,7 @@ msgstr "Opzioni Avanzate" msgid "Aggregate Transmit Power(ACTATP)" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:99 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:100 msgid "Alert" msgstr "Allerta" @@ -688,8 +692,8 @@ msgstr "Autorizzazione richiesta" #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:214 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:215 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:223 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:246 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:249 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:247 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:250 msgid "Auto Refresh" msgstr "Aggiornamento Automatico" @@ -1173,11 +1177,11 @@ msgstr "Crea Interfaccia" msgid "Create a bridge over multiple interfaces" msgstr "Crea un ponte tra interfacce multiple" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:98 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:99 msgid "Critical" msgstr "Critico" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:102 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:103 msgid "Cron Log Level" msgstr "Livello di log del Cron" @@ -1314,8 +1318,8 @@ msgstr "DUID" msgid "Data Rate" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:93 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:104 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:94 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:105 msgid "Debug" msgstr "Debug" @@ -1632,7 +1636,7 @@ msgstr "Modifica questa interfaccia" msgid "Edit this network" msgstr "Modifica questa rete" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:100 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:101 msgid "Emergency" msgstr "Emergenza" @@ -1671,7 +1675,7 @@ msgstr "Attiva la negoziazione IPv6 sul collegamento PPP" msgid "Enable Jumbo Frame passthrough" msgstr "Abilita Jumbo Frame passthrough" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:215 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:238 msgid "Enable NTP client" msgstr "Attiva il cliente NTP" @@ -1785,7 +1789,7 @@ msgstr "Cancellazione..." #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/network.js:107 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/network.js:108 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/network.js:109 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:97 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:98 msgid "Error" msgstr "Errore" @@ -1836,15 +1840,15 @@ msgstr "" msgid "External R1 Key Holder List" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:74 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:75 msgid "External system log server" msgstr "Server Log di Sistema esterno" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:79 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:80 msgid "External system log server port" msgstr "Porta Server Log di Sistema esterno" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:84 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:85 msgid "External system log server protocol" msgstr "" @@ -2114,7 +2118,7 @@ msgstr "Opzioni rete globale" #: themes/luci-theme-bootstrap/luasrc/view/themes/bootstrap/header.htm:198 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:235 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:262 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:288 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:289 msgid "Go to password configuration..." msgstr "Vai alla configurazione della password..." @@ -2200,7 +2204,7 @@ msgstr "" #: modules/luci-mod-network/luasrc/model/cbi/admin_network/dhcp.lua:283 #: modules/luci-mod-network/luasrc/model/cbi/admin_network/hosts.lua:15 #: modules/luci-mod-status/luasrc/view/admin_status/index/10-system.htm:17 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:35 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:36 #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:129 msgid "Hostname" msgstr "Hostname" @@ -2538,7 +2542,7 @@ msgstr "Tempo di Inattività " msgid "Inbound:" msgstr "In entrata:" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:94 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:95 msgid "Info" msgstr "Informazioni" @@ -2649,7 +2653,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:220 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:242 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:252 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:295 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:296 msgid "JavaScript required!" msgstr "Richiesto JavaScript!" @@ -2729,7 +2733,7 @@ msgstr "LLC" msgid "Label" msgstr "Etichetta" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:136 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:137 msgid "Language" msgstr "Lingua" @@ -2912,7 +2916,7 @@ msgid "Local Startup" msgstr "Avvio Locale" #: modules/luci-mod-status/luasrc/view/admin_status/index/10-system.htm:25 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:31 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:32 msgid "Local Time" msgstr "Ora locale" @@ -2954,7 +2958,7 @@ msgstr "Localizza richieste" msgid "Locked to channel %s used by: %s" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:92 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:93 msgid "Log output level" msgstr "Livello di dettaglio registro" @@ -3255,7 +3259,7 @@ msgstr "" msgid "NT Domain" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:238 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:261 msgid "NTP server candidates" msgstr "Candidati server NTP" @@ -3358,7 +3362,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:103 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:232 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:259 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:283 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:284 msgid "No password set!" msgstr "Nessuna password immessa!" @@ -3407,7 +3411,7 @@ msgstr "" msgid "None" msgstr "Nessuno" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:105 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:106 msgid "Normal" msgstr "Normale" @@ -3429,7 +3433,7 @@ msgstr "Non connesso" msgid "Note: interface name length" msgstr "Nota: lunghezza nome interfaccia" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:95 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:96 msgid "Notice" msgstr "Notifica" @@ -3441,7 +3445,7 @@ msgstr "" msgid "Number of cached DNS entries (max is 10000, 0 is no caching)" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:125 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:126 msgid "Number of parallel threads used for compression" msgstr "" @@ -3871,6 +3875,14 @@ msgstr "Per favore inserisci il tuo username e la password." msgid "Policy" msgstr "" +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:178 +msgid "Polling interval" +msgstr "" + +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:179 +msgid "Polling interval for status queries in seconds" +msgstr "" + #: modules/luci-mod-system/luasrc/model/cbi/admin_system/dropbear.lua:22 msgid "Port" msgstr "Porta" @@ -3960,7 +3972,7 @@ msgstr "Protocollo della nuova interfaccia" msgid "Protocol support is not installed" msgstr "Supporto protocollo non installato" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:234 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:257 msgid "Provide NTP server" msgstr "Fornisci server NTP" @@ -4229,7 +4241,7 @@ msgstr "" #: modules/luci-mod-network/luasrc/model/cbi/admin_network/wifi.lua:1089 msgid "" "Requires the 'full' version of wpad/hostapd and support from the wifi driver " -"<br />(as of Feb 2017: ath9k and ath10k, in LEDE also mwlwifi and mt76)" +"<br />(as of Jan 2019: ath9k, ath10k, mwlwifi and mt76)" msgstr "" #: modules/luci-mod-network/luasrc/model/cbi/admin_network/dhcp.lua:95 @@ -4506,7 +4518,7 @@ msgid "" "sense events do not invoke hotplug handlers)." msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:206 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:229 msgid "Set up Time Synchronization" msgstr "" @@ -4573,7 +4585,7 @@ msgstr "Dimensione" msgid "Size of DNS query cache" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:113 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:114 msgid "Size of the ZRam device in megabytes" msgstr "" @@ -4830,7 +4842,7 @@ msgstr "Registro di Sistema" msgid "System Properties" msgstr "Proprietà di Sistema" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:69 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:70 msgid "System log buffer size" msgstr "Dimensione Buffer Log di Sistema" @@ -5065,7 +5077,7 @@ msgstr "" "The uploaded image file does not contain a supported format. Make sure that " "you choose the generic image format for your platform." -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:156 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:157 msgid "Theme" msgstr "Tema" @@ -5096,7 +5108,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:104 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:233 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:260 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:286 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:287 msgid "" "There is no password set on this router. Please configure a root password to " "protect the web interface and enable SSH." @@ -5183,12 +5195,12 @@ msgstr "Questa pagina ti da una riassunto delle connessioni al momento attive." msgid "This section contains no values yet" msgstr "Questa sezione non contiene ancora valori" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:200 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:211 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:223 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:234 msgid "Time Synchronization" msgstr "Sincronizzazione Orario" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:205 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:228 msgid "Time Synchronization is not configured yet." msgstr "Sincronizzazione Orario non ancora configurata" @@ -5196,7 +5208,7 @@ msgstr "Sincronizzazione Orario non ancora configurata" msgid "Time interval for rekeying GTK" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:44 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:45 msgid "Timezone" msgstr "Fuso orario" @@ -5683,8 +5695,8 @@ msgstr "" msgid "Waiting for device..." msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:96 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:106 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:97 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:107 msgid "Warning" msgstr "Avviso" @@ -5779,7 +5791,7 @@ msgstr "La rete wireless è attivata" msgid "Write received DNS requests to syslog" msgstr "Scrittura delle richiesta DNS ricevute nel syslog" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:88 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:89 msgid "Write system log to file" msgstr "Scrivi registro di sistema su file" @@ -5803,7 +5815,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:221 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:243 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:253 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:298 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:299 msgid "" "You must enable JavaScript in your browser or LuCI will not work properly." msgstr "" @@ -5817,19 +5829,19 @@ msgid "" "or Safari." msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:118 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:119 msgid "ZRam Compression Algorithm" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:125 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:126 msgid "ZRam Compression Streams" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:25 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:26 msgid "ZRam Settings" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:113 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:114 msgid "ZRam Size" msgstr "" @@ -6035,7 +6047,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:133 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:215 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:225 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:250 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:251 msgid "off" msgstr "spento" @@ -6043,7 +6055,7 @@ msgstr "spento" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:132 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:214 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:224 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:247 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:248 msgid "on" msgstr "acceso" diff --git a/modules/luci-base/po/ja/base.po b/modules/luci-base/po/ja/base.po index 8fff425530..a9afeb05c3 100644 --- a/modules/luci-base/po/ja/base.po +++ b/modules/luci-base/po/ja/base.po @@ -57,16 +57,16 @@ msgstr "(インターフェースãŒæŽ¥ç¶šã•ã‚Œã¦ã„ã¾ã›ã‚“)" msgid "-- Additional Field --" msgstr "-- è¿½åŠ é …ç›® --" -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:841 -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:850 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:840 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:849 #: modules/luci-base/luasrc/view/cbi/header.htm:5 #: protocols/luci-proto-3g/luasrc/model/cbi/admin_network/proto_3g.lua:26 #: protocols/luci-proto-qmi/luasrc/model/cbi/admin_network/proto_qmi.lua:36 msgid "-- Please choose --" msgstr "-- é¸æŠžã—ã¦ãã ã•ã„ --" -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:866 -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:1030 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:865 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:1025 #: modules/luci-base/luasrc/view/cbi/header.htm:6 msgid "-- custom --" msgstr "-- 手動è¨å®š --" @@ -403,6 +403,10 @@ msgstr "ãƒãƒ¼ã‚«ãƒ« リレーブリッジã«ã‚¢ã‚¯ã‚»ã‚¹ã™ã‚‹ãŸã‚ã®IPアド msgid "Administration" msgstr "管ç†ç”»é¢" +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:25 +msgid "Advanced" +msgstr "" + #: modules/luci-mod-network/luasrc/model/cbi/admin_network/dhcp.lua:22 #: modules/luci-mod-network/luasrc/model/cbi/admin_network/ifaces.lua:189 #: modules/luci-mod-network/luasrc/model/cbi/admin_network/ifaces.lua:463 @@ -418,7 +422,7 @@ msgstr "詳細è¨å®š" msgid "Aggregate Transmit Power(ACTATP)" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:99 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:100 msgid "Alert" msgstr "è¦å‘Š" @@ -682,8 +686,8 @@ msgstr "ãƒã‚°ã‚¤ãƒ³èªè¨¼" #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:214 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:215 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:223 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:246 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:249 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:247 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:250 msgid "Auto Refresh" msgstr "自動更新" @@ -1181,11 +1185,11 @@ msgstr "インターフェースã®ä½œæˆ" msgid "Create a bridge over multiple interfaces" msgstr "複数ã®ã‚¤ãƒ³ã‚¿ãƒ•ã‚§ãƒ¼ã‚¹ã‚’指定ã—ã¦ãƒ–リッジを作æˆã—ã¾ã™" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:98 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:99 msgid "Critical" msgstr "é‡å¤§" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:102 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:103 msgid "Cron Log Level" msgstr "Cronã®ãƒã‚°å‡ºåŠ›ãƒ¬ãƒ™ãƒ«" @@ -1324,8 +1328,8 @@ msgstr "DUID" msgid "Data Rate" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:93 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:104 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:94 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:105 msgid "Debug" msgstr "デãƒãƒƒã‚°" @@ -1643,7 +1647,7 @@ msgstr "インターフェースを編集ã—ã¾ã™" msgid "Edit this network" msgstr "ãƒãƒƒãƒˆãƒ¯ãƒ¼ã‚¯ã‚’編集" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:100 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:101 msgid "Emergency" msgstr "緊急" @@ -1684,7 +1688,7 @@ msgstr "PPPリンクã®IPv6 ãƒã‚´ã‚·ã‚¨ãƒ¼ã‚·ãƒ§ãƒ³ã‚’有効ã«ã™ã‚‹" msgid "Enable Jumbo Frame passthrough" msgstr "ジャンボフレームパススルーを有効ã«ã™ã‚‹" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:215 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:238 msgid "Enable NTP client" msgstr "NTPクライアント機能を有効ã«ã™ã‚‹" @@ -1800,7 +1804,7 @@ msgstr "消去ä¸..." #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/network.js:107 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/network.js:108 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/network.js:109 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:97 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:98 msgid "Error" msgstr "エラー" @@ -1851,15 +1855,15 @@ msgstr "" msgid "External R1 Key Holder List" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:74 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:75 msgid "External system log server" msgstr "外部システムãƒã‚° サーãƒãƒ¼" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:79 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:80 msgid "External system log server port" msgstr "外部システムãƒã‚°ãƒ»ã‚µãƒ¼ãƒãƒ¼ ãƒãƒ¼ãƒˆ" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:84 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:85 msgid "External system log server protocol" msgstr "外部システムãƒã‚°ãƒ»ã‚µãƒ¼ãƒãƒ¼ プãƒãƒˆã‚³ãƒ«" @@ -2132,7 +2136,7 @@ msgstr "ã‚°ãƒãƒ¼ãƒãƒ« ãƒãƒƒãƒˆãƒ¯ãƒ¼ã‚¯ã‚ªãƒ—ション" #: themes/luci-theme-bootstrap/luasrc/view/themes/bootstrap/header.htm:198 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:235 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:262 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:288 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:289 msgid "Go to password configuration..." msgstr "パスワードè¨å®šã¸ç§»å‹•..." @@ -2217,7 +2221,7 @@ msgstr "" #: modules/luci-mod-network/luasrc/model/cbi/admin_network/dhcp.lua:283 #: modules/luci-mod-network/luasrc/model/cbi/admin_network/hosts.lua:15 #: modules/luci-mod-status/luasrc/view/admin_status/index/10-system.htm:17 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:35 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:36 #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:129 msgid "Hostname" msgstr "ホストå" @@ -2554,7 +2558,7 @@ msgstr "未使用時タイムアウト" msgid "Inbound:" msgstr "å—ä¿¡:" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:94 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:95 msgid "Info" msgstr "æƒ…å ±" @@ -2667,7 +2671,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:220 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:242 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:252 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:295 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:296 msgid "JavaScript required!" msgstr "JavaScriptを有効ã«ã—ã¦ãã ã•ã„!" @@ -2747,7 +2751,7 @@ msgstr "LLC" msgid "Label" msgstr "ラベル" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:136 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:137 msgid "Language" msgstr "言語" @@ -2934,7 +2938,7 @@ msgid "Local Startup" msgstr "ãƒãƒ¼ã‚«ãƒ« スタートアップ" #: modules/luci-mod-status/luasrc/view/admin_status/index/10-system.htm:25 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:31 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:32 msgid "Local Time" msgstr "時刻" @@ -2976,7 +2980,7 @@ msgstr "ãƒãƒ¼ã‚«ãƒ©ã‚¤ã‚ºã‚¯ã‚¨ãƒª" msgid "Locked to channel %s used by: %s" msgstr "ãƒãƒ£ãƒãƒ« %s ã«ãƒãƒƒã‚¯ã•ã‚Œã¦ã„ã¾ã™ã€‚次ã§ä½¿ç”¨ã•ã‚Œã¦ã„ã¾ã™: %s" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:92 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:93 msgid "Log output level" msgstr "ãƒã‚°å‡ºåŠ›ãƒ¬ãƒ™ãƒ«" @@ -3281,7 +3285,7 @@ msgstr "NDP-プãƒã‚ã‚·" msgid "NT Domain" msgstr "NT ドメイン" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:238 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:261 msgid "NTP server candidates" msgstr "NTPサーãƒãƒ¼å€™è£œ" @@ -3384,7 +3388,7 @@ msgstr "ãƒãƒƒãƒˆãƒ¯ãƒ¼ã‚¯åãŒè¨å®šã•ã‚Œã¦ã„ã¾ã›ã‚“" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:103 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:232 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:259 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:283 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:284 msgid "No password set!" msgstr "パスワードãŒè¨å®šã•ã‚Œã¦ã„ã¾ã›ã‚“!" @@ -3433,7 +3437,7 @@ msgstr "éžãƒ¯ã‚¤ãƒ«ãƒ‰ã‚«ãƒ¼ãƒ‰" msgid "None" msgstr "ãªã—" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:105 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:106 msgid "Normal" msgstr "標準" @@ -3455,7 +3459,7 @@ msgstr "未接続" msgid "Note: interface name length" msgstr "注æ„: インターフェースåã®é•·ã•" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:95 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:96 msgid "Notice" msgstr "注æ„" @@ -3469,7 +3473,7 @@ msgstr "" "ã‚ャッシュã•ã‚Œã‚‹ DNS エントリーã®æ•°ã§ã™ã€‚(最大 10000 件。 0ã®å ´åˆã¯ã‚ャッ" "シュã—ã¾ã›ã‚“)" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:125 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:126 msgid "Number of parallel threads used for compression" msgstr "圧縮ã«ä½¿ç”¨ã•ã‚Œã‚‹ã€ä¸¦åˆ—スレッド数ã§ã™ã€‚" @@ -3904,6 +3908,14 @@ msgstr "ユーザーåã¨ãƒ‘スワードを入力ã—ã¦ãã ã•ã„。" msgid "Policy" msgstr "ãƒãƒªã‚·ãƒ¼" +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:178 +msgid "Polling interval" +msgstr "" + +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:179 +msgid "Polling interval for status queries in seconds" +msgstr "" + #: modules/luci-mod-system/luasrc/model/cbi/admin_system/dropbear.lua:22 msgid "Port" msgstr "ãƒãƒ¼ãƒˆ" @@ -3995,7 +4007,7 @@ msgstr "æ–°ã—ã„インターフェースã®ãƒ—ãƒãƒˆã‚³ãƒ«" msgid "Protocol support is not installed" msgstr "プãƒãƒˆã‚³ãƒ« サãƒãƒ¼ãƒˆãŒã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã•ã‚Œã¦ã„ã¾ã›ã‚“" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:234 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:257 msgid "Provide NTP server" msgstr "NTPサーãƒãƒ¼æ©Ÿèƒ½ã‚’有効ã«ã™ã‚‹" @@ -4274,10 +4286,10 @@ msgstr "" #: modules/luci-mod-network/luasrc/model/cbi/admin_network/wifi.lua:1089 msgid "" "Requires the 'full' version of wpad/hostapd and support from the wifi driver " -"<br />(as of Feb 2017: ath9k and ath10k, in LEDE also mwlwifi and mt76)" +"<br />(as of Jan 2019: ath9k, ath10k, mwlwifi and mt76)" msgstr "" "'フル' ãƒãƒ¼ã‚¸ãƒ§ãƒ³ã® wpad/hostapd ã¨ã€ç„¡ç·šLANドライãƒãƒ¼ã«ã‚ˆã‚‹ã‚µãƒãƒ¼ãƒˆãŒå¿…è¦ã§" -"ã™ã€‚<br />(2017å¹´2月ç¾åœ¨: ath9k åŠã³ ath10kã€LEDE内ã§ã¯ mwlwifi åŠã³ mt76)" +"ã™ã€‚<br />(2019å¹´1月ç¾åœ¨: ath9kã€ath10kã€mwlwifi åŠã³ mt76)" #: modules/luci-mod-network/luasrc/model/cbi/admin_network/dhcp.lua:95 msgid "" @@ -4558,7 +4570,7 @@ msgid "" "sense events do not invoke hotplug handlers)." msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:206 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:229 msgid "Set up Time Synchronization" msgstr "時刻åŒæœŸè¨å®š" @@ -4625,7 +4637,7 @@ msgstr "サイズ" msgid "Size of DNS query cache" msgstr "DNS クエリ ã‚ャッシュã®ã‚µã‚¤ã‚º" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:113 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:114 msgid "Size of the ZRam device in megabytes" msgstr "ZRam デãƒã‚¤ã‚¹ã®ã‚µã‚¤ã‚º (MB) ã§ã™ã€‚" @@ -4878,7 +4890,7 @@ msgstr "システムãƒã‚°" msgid "System Properties" msgstr "システムプãƒãƒ‘ティ" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:69 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:70 msgid "System log buffer size" msgstr "システムãƒã‚° ãƒãƒƒãƒ•ã‚¡ã‚µã‚¤ã‚º" @@ -5132,7 +5144,7 @@ msgstr "" "マットã§ã¯ã‚ã‚Šã¾ã›ã‚“。ã“ã®ãƒ—ラットフォームã«é©åˆã—ãŸã‚¤ãƒ¡ãƒ¼ã‚¸ãƒ•ã‚¡ã‚¤ãƒ«ã‹ã©ã†" "ã‹ã€ç¢ºèªã—ã¦ãã ã•ã„。" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:156 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:157 msgid "Theme" msgstr "テーマ" @@ -5165,7 +5177,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:104 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:233 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:260 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:286 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:287 msgid "" "There is no password set on this router. Please configure a root password to " "protect the web interface and enable SSH." @@ -5264,12 +5276,12 @@ msgstr "ã“ã®ãƒšãƒ¼ã‚¸ã§ã¯ã€ç¾åœ¨ã‚¢ã‚¯ãƒ†ã‚£ãƒ–ãªãƒãƒƒãƒˆãƒ¯ãƒ¼ã‚¯æŽ¥ç¶š msgid "This section contains no values yet" msgstr "ã“ã®ã‚»ã‚¯ã‚·ãƒ§ãƒ³ã¯æœªè¨å®šã§ã™ã€‚" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:200 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:211 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:223 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:234 msgid "Time Synchronization" msgstr "時刻è¨å®š" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:205 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:228 msgid "Time Synchronization is not configured yet." msgstr "時刻åŒæœŸæ©Ÿèƒ½ã¯ã¾ã è¨å®šã•ã‚Œã¦ã„ã¾ã›ã‚“。" @@ -5277,7 +5289,7 @@ msgstr "時刻åŒæœŸæ©Ÿèƒ½ã¯ã¾ã è¨å®šã•ã‚Œã¦ã„ã¾ã›ã‚“。" msgid "Time interval for rekeying GTK" msgstr "Group Temporal Key (GTK) å†ç”Ÿæˆé–“éš”" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:44 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:45 msgid "Timezone" msgstr "タイムゾーン" @@ -5764,8 +5776,8 @@ msgstr "è¨å®šã‚’é©ç”¨ä¸ã§ã™... %d 秒" msgid "Waiting for device..." msgstr "デãƒã‚¤ã‚¹ã‚’èµ·å‹•ä¸ã§ã™..." -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:96 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:106 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:97 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:107 msgid "Warning" msgstr "è¦å‘Š" @@ -5860,7 +5872,7 @@ msgstr "ç„¡ç·šLAN機能ã¯æœ‰åŠ¹ã«ãªã£ã¦ã„ã¾ã™" msgid "Write received DNS requests to syslog" msgstr "å—ä¿¡ã—ãŸDNSリクエストをsyslogã¸è¨˜éŒ²ã—ã¾ã™" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:88 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:89 msgid "Write system log to file" msgstr "システムãƒã‚°ã‚’ファイルã«æ›¸ã込む" @@ -5883,7 +5895,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:221 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:243 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:253 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:298 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:299 msgid "" "You must enable JavaScript in your browser or LuCI will not work properly." msgstr "JavaScriptを有効ã«ã—ãªã„å ´åˆã€LuCIã¯æ£ã—ã動作ã—ã¾ã›ã‚“。" @@ -5898,19 +5910,19 @@ msgstr "" "ãƒãƒ¼ã‚¸ãƒ§ãƒ³ 7以上ã«ã‚¢ãƒƒãƒ—グレードã™ã‚‹ã‹ã€Firefoxã‚„Operaã€Safariãªã©åˆ¥ã®ãƒ–ラウ" "ザーを使用ã—ã¦ãã ã•ã„。" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:118 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:119 msgid "ZRam Compression Algorithm" msgstr "ZRam 圧縮アルゴリズム" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:125 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:126 msgid "ZRam Compression Streams" msgstr "ZRam 圧縮ストリーム" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:25 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:26 msgid "ZRam Settings" msgstr "ZRam è¨å®š" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:113 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:114 msgid "ZRam Size" msgstr "ZRam サイズ" @@ -6116,7 +6128,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:133 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:215 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:225 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:250 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:251 msgid "off" msgstr "オフ" @@ -6124,7 +6136,7 @@ msgstr "オフ" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:132 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:214 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:224 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:247 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:248 msgid "on" msgstr "オン" diff --git a/modules/luci-base/po/ko/base.po b/modules/luci-base/po/ko/base.po index d60fd88dcd..ed4b1f7f34 100644 --- a/modules/luci-base/po/ko/base.po +++ b/modules/luci-base/po/ko/base.po @@ -57,16 +57,16 @@ msgstr "" msgid "-- Additional Field --" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:841 -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:850 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:840 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:849 #: modules/luci-base/luasrc/view/cbi/header.htm:5 #: protocols/luci-proto-3g/luasrc/model/cbi/admin_network/proto_3g.lua:26 #: protocols/luci-proto-qmi/luasrc/model/cbi/admin_network/proto_qmi.lua:36 msgid "-- Please choose --" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:866 -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:1030 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:865 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:1025 #: modules/luci-base/luasrc/view/cbi/header.htm:6 msgid "-- custom --" msgstr "" @@ -394,6 +394,10 @@ msgstr "" msgid "Administration" msgstr "관리" +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:25 +msgid "Advanced" +msgstr "" + #: modules/luci-mod-network/luasrc/model/cbi/admin_network/dhcp.lua:22 #: modules/luci-mod-network/luasrc/model/cbi/admin_network/ifaces.lua:189 #: modules/luci-mod-network/luasrc/model/cbi/admin_network/ifaces.lua:463 @@ -409,7 +413,7 @@ msgstr "ê³ ê¸‰ ì„¤ì •" msgid "Aggregate Transmit Power(ACTATP)" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:99 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:100 msgid "Alert" msgstr "" @@ -668,8 +672,8 @@ msgstr "ì¸ì¦ì´ 필요합니다" #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:214 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:215 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:223 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:246 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:249 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:247 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:250 msgid "Auto Refresh" msgstr "ìžë™ Refresh" @@ -1151,11 +1155,11 @@ msgstr "" msgid "Create a bridge over multiple interfaces" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:98 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:99 msgid "Critical" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:102 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:103 msgid "Cron Log Level" msgstr "" @@ -1292,8 +1296,8 @@ msgstr "" msgid "Data Rate" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:93 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:104 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:94 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:105 msgid "Debug" msgstr "" @@ -1605,7 +1609,7 @@ msgstr "ì´ ì¸í„°íŽ˜ì´ìŠ¤ë¥¼ ìˆ˜ì •í•©ë‹ˆë‹¤" msgid "Edit this network" msgstr "ì´ ë„¤íŠ¸ì›Œí¬ë¥¼ ìˆ˜ì •í•©ë‹ˆë‹¤" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:100 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:101 msgid "Emergency" msgstr "" @@ -1644,7 +1648,7 @@ msgstr "" msgid "Enable Jumbo Frame passthrough" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:215 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:238 msgid "Enable NTP client" msgstr "NTP client 활성화" @@ -1758,7 +1762,7 @@ msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/network.js:107 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/network.js:108 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/network.js:109 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:97 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:98 msgid "Error" msgstr "" @@ -1807,15 +1811,15 @@ msgstr "" msgid "External R1 Key Holder List" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:74 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:75 msgid "External system log server" msgstr "외부 system log 서버" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:79 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:80 msgid "External system log server port" msgstr "외부 system log 서버 í¬íŠ¸" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:84 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:85 msgid "External system log server protocol" msgstr "외부 system log 서버 í”„ë¡œí† ì½œ" @@ -2083,7 +2087,7 @@ msgstr "" #: themes/luci-theme-bootstrap/luasrc/view/themes/bootstrap/header.htm:198 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:235 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:262 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:288 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:289 msgid "Go to password configuration..." msgstr "암호 ì„¤ì • 하기" @@ -2167,7 +2171,7 @@ msgstr "" #: modules/luci-mod-network/luasrc/model/cbi/admin_network/dhcp.lua:283 #: modules/luci-mod-network/luasrc/model/cbi/admin_network/hosts.lua:15 #: modules/luci-mod-status/luasrc/view/admin_status/index/10-system.htm:17 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:35 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:36 #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:129 msgid "Hostname" msgstr "호스트ì´ë¦„" @@ -2494,7 +2498,7 @@ msgstr "" msgid "Inbound:" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:94 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:95 msgid "Info" msgstr "" @@ -2602,7 +2606,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:220 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:242 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:252 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:295 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:296 msgid "JavaScript required!" msgstr "" @@ -2682,7 +2686,7 @@ msgstr "" msgid "Label" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:136 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:137 msgid "Language" msgstr "언어" @@ -2865,7 +2869,7 @@ msgid "Local Startup" msgstr "Local 시작 프로그램" #: modules/luci-mod-status/luasrc/view/admin_status/index/10-system.htm:25 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:31 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:32 msgid "Local Time" msgstr "ì§€ì— ì‹œê°„" @@ -2901,7 +2905,7 @@ msgstr "" msgid "Locked to channel %s used by: %s" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:92 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:93 msgid "Log output level" msgstr "Log output ë ˆë²¨" @@ -3200,7 +3204,7 @@ msgstr "" msgid "NT Domain" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:238 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:261 msgid "NTP server candidates" msgstr "NTP 서버 목ë¡" @@ -3303,7 +3307,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:103 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:232 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:259 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:283 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:284 msgid "No password set!" msgstr "암호 ì„¤ì •ì„ í•´ì£¼ì„¸ìš”!" @@ -3352,7 +3356,7 @@ msgstr "" msgid "None" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:105 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:106 msgid "Normal" msgstr "" @@ -3374,7 +3378,7 @@ msgstr "ì—°ê²°ë˜ì§€ ì•ŠìŒ" msgid "Note: interface name length" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:95 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:96 msgid "Notice" msgstr "" @@ -3386,7 +3390,7 @@ msgstr "" msgid "Number of cached DNS entries (max is 10000, 0 is no caching)" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:125 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:126 msgid "Number of parallel threads used for compression" msgstr "" @@ -3817,6 +3821,14 @@ msgstr "사용ìžì´ë¦„ê³¼ 암호를 ìž…ë ¥í•´ 주세요." msgid "Policy" msgstr "" +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:178 +msgid "Polling interval" +msgstr "" + +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:179 +msgid "Polling interval for status queries in seconds" +msgstr "" + #: modules/luci-mod-system/luasrc/model/cbi/admin_system/dropbear.lua:22 msgid "Port" msgstr "í¬íŠ¸" @@ -3906,7 +3918,7 @@ msgstr "" msgid "Protocol support is not installed" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:234 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:257 msgid "Provide NTP server" msgstr "" @@ -4172,7 +4184,7 @@ msgstr "" #: modules/luci-mod-network/luasrc/model/cbi/admin_network/wifi.lua:1089 msgid "" "Requires the 'full' version of wpad/hostapd and support from the wifi driver " -"<br />(as of Feb 2017: ath9k and ath10k, in LEDE also mwlwifi and mt76)" +"<br />(as of Jan 2019: ath9k, ath10k, mwlwifi and mt76)" msgstr "" #: modules/luci-mod-network/luasrc/model/cbi/admin_network/dhcp.lua:95 @@ -4449,7 +4461,7 @@ msgid "" "sense events do not invoke hotplug handlers)." msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:206 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:229 msgid "Set up Time Synchronization" msgstr "" @@ -4516,7 +4528,7 @@ msgstr "Size" msgid "Size of DNS query cache" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:113 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:114 msgid "Size of the ZRam device in megabytes" msgstr "" @@ -4764,7 +4776,7 @@ msgstr "시스템 로그" msgid "System Properties" msgstr "시스템 ë“±ë¡ ì •ë³´" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:69 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:70 msgid "System log buffer size" msgstr "System log ë²„í¼ í¬ê¸°" @@ -4987,7 +4999,7 @@ msgid "" "you choose the generic image format for your platform." msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:156 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:157 msgid "Theme" msgstr "ë””ìžì¸" @@ -5018,7 +5030,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:104 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:233 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:260 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:286 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:287 msgid "" "There is no password set on this router. Please configure a root password to " "protect the web interface and enable SSH." @@ -5107,12 +5119,12 @@ msgstr "ì´ íŽ˜ì´ì§€ëŠ” 현재 active ìƒíƒœì¸ ë„¤íŠ¸ì›Œí¬ ì—°ê²°ì„ ë³´ì—¬ì¤ msgid "This section contains no values yet" msgstr "ì´ section ì€ ì•„ì§ ìž…ë ¥ëœ ê°’ì´ ì—†ìŠµë‹ˆë‹¤" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:200 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:211 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:223 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:234 msgid "Time Synchronization" msgstr "시간 ë™ê¸°í™”" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:205 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:228 msgid "Time Synchronization is not configured yet." msgstr "시간 ë™ê¸°í™”ê°€ ì•„ì§ ì„¤ì •ë˜ì§€ 않았습니다." @@ -5120,7 +5132,7 @@ msgstr "시간 ë™ê¸°í™”ê°€ ì•„ì§ ì„¤ì •ë˜ì§€ 않았습니다." msgid "Time interval for rekeying GTK" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:44 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:45 msgid "Timezone" msgstr "시간대" @@ -5604,8 +5616,8 @@ msgstr "" msgid "Waiting for device..." msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:96 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:106 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:97 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:107 msgid "Warning" msgstr "" @@ -5700,7 +5712,7 @@ msgstr "ë¬´ì„ ë„¤íŠ¸ì›Œí¬ê°€ ì¼œì ¸ 있ìŒ" msgid "Write received DNS requests to syslog" msgstr "ë°›ì€ DNS ìš”ì² ë‚´ìš©ì„ systlog ì— ê¸°ë¡í•©ë‹ˆë‹¤" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:88 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:89 msgid "Write system log to file" msgstr "System log ì¶œë ¥ íŒŒì¼ ê²½ë¡œ" @@ -5723,7 +5735,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:221 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:243 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:253 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:298 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:299 msgid "" "You must enable JavaScript in your browser or LuCI will not work properly." msgstr "" @@ -5735,19 +5747,19 @@ msgid "" "or Safari." msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:118 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:119 msgid "ZRam Compression Algorithm" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:125 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:126 msgid "ZRam Compression Streams" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:25 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:26 msgid "ZRam Settings" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:113 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:114 msgid "ZRam Size" msgstr "" @@ -5953,7 +5965,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:133 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:215 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:225 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:250 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:251 msgid "off" msgstr "" @@ -5961,7 +5973,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:132 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:214 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:224 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:247 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:248 msgid "on" msgstr "" diff --git a/modules/luci-base/po/ms/base.po b/modules/luci-base/po/ms/base.po index 5e1f47a4d7..8eb6936096 100644 --- a/modules/luci-base/po/ms/base.po +++ b/modules/luci-base/po/ms/base.po @@ -57,16 +57,16 @@ msgstr "(tiada interface dipasang)" msgid "-- Additional Field --" msgstr "-- Gelanggang Tambahan --" -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:841 -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:850 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:840 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:849 #: modules/luci-base/luasrc/view/cbi/header.htm:5 #: protocols/luci-proto-3g/luasrc/model/cbi/admin_network/proto_3g.lua:26 #: protocols/luci-proto-qmi/luasrc/model/cbi/admin_network/proto_qmi.lua:36 msgid "-- Please choose --" msgstr "-- Sila pilih --" -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:866 -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:1030 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:865 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:1025 #: modules/luci-base/luasrc/view/cbi/header.htm:6 msgid "-- custom --" msgstr "-- memperibadi --" @@ -389,6 +389,10 @@ msgstr "" msgid "Administration" msgstr "Pentadbiran" +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:25 +msgid "Advanced" +msgstr "" + #: modules/luci-mod-network/luasrc/model/cbi/admin_network/dhcp.lua:22 #: modules/luci-mod-network/luasrc/model/cbi/admin_network/ifaces.lua:189 #: modules/luci-mod-network/luasrc/model/cbi/admin_network/ifaces.lua:463 @@ -404,7 +408,7 @@ msgstr "Tetapan Lanjutan" msgid "Aggregate Transmit Power(ACTATP)" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:99 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:100 msgid "Alert" msgstr "" @@ -663,8 +667,8 @@ msgstr "Otorisasi Diperlukan" #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:214 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:215 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:223 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:246 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:249 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:247 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:250 msgid "Auto Refresh" msgstr "" @@ -1136,11 +1140,11 @@ msgstr "" msgid "Create a bridge over multiple interfaces" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:98 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:99 msgid "Critical" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:102 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:103 msgid "Cron Log Level" msgstr "" @@ -1275,8 +1279,8 @@ msgstr "" msgid "Data Rate" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:93 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:104 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:94 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:105 msgid "Debug" msgstr "" @@ -1582,7 +1586,7 @@ msgstr "" msgid "Edit this network" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:100 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:101 msgid "Emergency" msgstr "" @@ -1621,7 +1625,7 @@ msgstr "" msgid "Enable Jumbo Frame passthrough" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:215 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:238 msgid "Enable NTP client" msgstr "" @@ -1735,7 +1739,7 @@ msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/network.js:107 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/network.js:108 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/network.js:109 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:97 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:98 msgid "Error" msgstr "Kesalahan" @@ -1784,15 +1788,15 @@ msgstr "" msgid "External R1 Key Holder List" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:74 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:75 msgid "External system log server" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:79 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:80 msgid "External system log server port" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:84 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:85 msgid "External system log server protocol" msgstr "" @@ -2060,7 +2064,7 @@ msgstr "" #: themes/luci-theme-bootstrap/luasrc/view/themes/bootstrap/header.htm:198 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:235 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:262 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:288 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:289 msgid "Go to password configuration..." msgstr "" @@ -2145,7 +2149,7 @@ msgstr "" #: modules/luci-mod-network/luasrc/model/cbi/admin_network/dhcp.lua:283 #: modules/luci-mod-network/luasrc/model/cbi/admin_network/hosts.lua:15 #: modules/luci-mod-status/luasrc/view/admin_status/index/10-system.htm:17 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:35 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:36 #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:129 msgid "Hostname" msgstr "Nama Host" @@ -2477,7 +2481,7 @@ msgstr "" msgid "Inbound:" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:94 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:95 msgid "Info" msgstr "" @@ -2588,7 +2592,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:220 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:242 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:252 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:295 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:296 msgid "JavaScript required!" msgstr "" @@ -2669,7 +2673,7 @@ msgstr "" msgid "Label" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:136 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:137 msgid "Language" msgstr "Bahasa" @@ -2850,7 +2854,7 @@ msgid "Local Startup" msgstr "" #: modules/luci-mod-status/luasrc/view/admin_status/index/10-system.htm:25 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:31 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:32 msgid "Local Time" msgstr "Masa Tempatan" @@ -2886,7 +2890,7 @@ msgstr "Soalan tempatan" msgid "Locked to channel %s used by: %s" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:92 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:93 msgid "Log output level" msgstr "" @@ -3187,7 +3191,7 @@ msgstr "" msgid "NT Domain" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:238 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:261 msgid "NTP server candidates" msgstr "" @@ -3290,7 +3294,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:103 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:232 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:259 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:283 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:284 msgid "No password set!" msgstr "" @@ -3339,7 +3343,7 @@ msgstr "" msgid "None" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:105 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:106 msgid "Normal" msgstr "" @@ -3361,7 +3365,7 @@ msgstr "" msgid "Note: interface name length" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:95 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:96 msgid "Notice" msgstr "" @@ -3373,7 +3377,7 @@ msgstr "" msgid "Number of cached DNS entries (max is 10000, 0 is no caching)" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:125 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:126 msgid "Number of parallel threads used for compression" msgstr "" @@ -3801,6 +3805,14 @@ msgstr "Sila masukkan username dan kata laluan anda." msgid "Policy" msgstr "Dasar" +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:178 +msgid "Polling interval" +msgstr "" + +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:179 +msgid "Polling interval for status queries in seconds" +msgstr "" + #: modules/luci-mod-system/luasrc/model/cbi/admin_system/dropbear.lua:22 msgid "Port" msgstr "Port" @@ -3890,7 +3902,7 @@ msgstr "" msgid "Protocol support is not installed" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:234 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:257 msgid "Provide NTP server" msgstr "" @@ -4155,7 +4167,7 @@ msgstr "" #: modules/luci-mod-network/luasrc/model/cbi/admin_network/wifi.lua:1089 msgid "" "Requires the 'full' version of wpad/hostapd and support from the wifi driver " -"<br />(as of Feb 2017: ath9k and ath10k, in LEDE also mwlwifi and mt76)" +"<br />(as of Jan 2019: ath9k, ath10k, mwlwifi and mt76)" msgstr "" #: modules/luci-mod-network/luasrc/model/cbi/admin_network/dhcp.lua:95 @@ -4432,7 +4444,7 @@ msgid "" "sense events do not invoke hotplug handlers)." msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:206 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:229 msgid "Set up Time Synchronization" msgstr "" @@ -4499,7 +4511,7 @@ msgstr "Saiz" msgid "Size of DNS query cache" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:113 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:114 msgid "Size of the ZRam device in megabytes" msgstr "" @@ -4744,7 +4756,7 @@ msgstr "Log Sistem" msgid "System Properties" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:69 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:70 msgid "System log buffer size" msgstr "" @@ -4971,7 +4983,7 @@ msgstr "" "Format Fail gambar yang diupload tidak disokongkan. Pastikan anda memilih " "fail format gambar yang generik untuk platform anda." -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:156 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:157 msgid "Theme" msgstr "Tema" @@ -5002,7 +5014,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:104 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:233 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:260 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:286 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:287 msgid "" "There is no password set on this router. Please configure a root password to " "protect the web interface and enable SSH." @@ -5089,12 +5101,12 @@ msgstr "" msgid "This section contains no values yet" msgstr "Bahagian ini belum mengandungi nilai-nilai lagi" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:200 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:211 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:223 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:234 msgid "Time Synchronization" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:205 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:228 msgid "Time Synchronization is not configured yet." msgstr "" @@ -5102,7 +5114,7 @@ msgstr "" msgid "Time interval for rekeying GTK" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:44 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:45 msgid "Timezone" msgstr "Zon masa" @@ -5577,8 +5589,8 @@ msgstr "" msgid "Waiting for device..." msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:96 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:106 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:97 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:107 msgid "Warning" msgstr "" @@ -5673,7 +5685,7 @@ msgstr "" msgid "Write received DNS requests to syslog" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:88 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:89 msgid "Write system log to file" msgstr "" @@ -5692,7 +5704,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:221 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:243 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:253 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:298 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:299 msgid "" "You must enable JavaScript in your browser or LuCI will not work properly." msgstr "" @@ -5704,19 +5716,19 @@ msgid "" "or Safari." msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:118 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:119 msgid "ZRam Compression Algorithm" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:125 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:126 msgid "ZRam Compression Streams" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:25 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:26 msgid "ZRam Settings" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:113 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:114 msgid "ZRam Size" msgstr "" @@ -5920,7 +5932,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:133 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:215 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:225 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:250 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:251 msgid "off" msgstr "" @@ -5928,7 +5940,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:132 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:214 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:224 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:247 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:248 msgid "on" msgstr "" diff --git a/modules/luci-base/po/no/base.po b/modules/luci-base/po/no/base.po index 36c0f83c73..d775341ee4 100644 --- a/modules/luci-base/po/no/base.po +++ b/modules/luci-base/po/no/base.po @@ -52,16 +52,16 @@ msgstr "(ingen grensesnitt tilknyttet)" msgid "-- Additional Field --" msgstr "-- Tilleggs Felt --" -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:841 -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:850 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:840 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:849 #: modules/luci-base/luasrc/view/cbi/header.htm:5 #: protocols/luci-proto-3g/luasrc/model/cbi/admin_network/proto_3g.lua:26 #: protocols/luci-proto-qmi/luasrc/model/cbi/admin_network/proto_qmi.lua:36 msgid "-- Please choose --" msgstr "-- Vennligst velg --" -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:866 -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:1030 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:865 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:1025 #: modules/luci-base/luasrc/view/cbi/header.htm:6 msgid "-- custom --" msgstr "-- egendefinert --" @@ -398,6 +398,10 @@ msgstr "Adresse for tilgang til lokal relébro" msgid "Administration" msgstr "Administrasjon" +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:25 +msgid "Advanced" +msgstr "" + #: modules/luci-mod-network/luasrc/model/cbi/admin_network/dhcp.lua:22 #: modules/luci-mod-network/luasrc/model/cbi/admin_network/ifaces.lua:189 #: modules/luci-mod-network/luasrc/model/cbi/admin_network/ifaces.lua:463 @@ -413,7 +417,7 @@ msgstr "Avanserte Innstillinger" msgid "Aggregate Transmit Power(ACTATP)" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:99 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:100 msgid "Alert" msgstr "Varsle" @@ -672,8 +676,8 @@ msgstr "Autorisasjon er nødvendig" #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:214 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:215 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:223 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:246 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:249 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:247 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:250 msgid "Auto Refresh" msgstr "Automatisk oppdatering" @@ -1157,11 +1161,11 @@ msgstr "Opprett Grensesnitt" msgid "Create a bridge over multiple interfaces" msgstr "Opprett en bro over flere grensesnitt" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:98 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:99 msgid "Critical" msgstr "Kritisk" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:102 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:103 msgid "Cron Log Level" msgstr "Cron logg nivÃ¥" @@ -1298,8 +1302,8 @@ msgstr "DUID" msgid "Data Rate" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:93 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:104 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:94 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:105 msgid "Debug" msgstr "Feilsøking" @@ -1616,7 +1620,7 @@ msgstr "Endre dette grensesnittet" msgid "Edit this network" msgstr "Endre dette nettverket" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:100 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:101 msgid "Emergency" msgstr "Krisesituasjon" @@ -1655,7 +1659,7 @@ msgstr "Aktiver IPv6 pÃ¥ PPP lenke" msgid "Enable Jumbo Frame passthrough" msgstr "Aktiver Jumbo Frames gjennomgang" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:215 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:238 msgid "Enable NTP client" msgstr "Aktiver NTP klient" @@ -1769,7 +1773,7 @@ msgstr "Sletter..." #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/network.js:107 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/network.js:108 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/network.js:109 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:97 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:98 msgid "Error" msgstr "Feil" @@ -1819,15 +1823,15 @@ msgstr "" msgid "External R1 Key Holder List" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:74 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:75 msgid "External system log server" msgstr "Ekstern systemlogg server" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:79 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:80 msgid "External system log server port" msgstr "Ekstern systemlogg server port" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:84 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:85 msgid "External system log server protocol" msgstr "" @@ -2096,7 +2100,7 @@ msgstr "" #: themes/luci-theme-bootstrap/luasrc/view/themes/bootstrap/header.htm:198 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:235 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:262 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:288 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:289 msgid "Go to password configuration..." msgstr "GÃ¥ til passord konfigurasjon..." @@ -2182,7 +2186,7 @@ msgstr "" #: modules/luci-mod-network/luasrc/model/cbi/admin_network/dhcp.lua:283 #: modules/luci-mod-network/luasrc/model/cbi/admin_network/hosts.lua:15 #: modules/luci-mod-status/luasrc/view/admin_status/index/10-system.htm:17 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:35 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:36 #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:129 msgid "Hostname" msgstr "Vertsnavn" @@ -2513,7 +2517,7 @@ msgstr "Tidsavbrudd etter innaktivitet" msgid "Inbound:" msgstr "Innkommende:" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:94 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:95 msgid "Info" msgstr "Informasjon" @@ -2624,7 +2628,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:220 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:242 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:252 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:295 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:296 msgid "JavaScript required!" msgstr "JavaScript kreves!" @@ -2704,7 +2708,7 @@ msgstr "LLC" msgid "Label" msgstr "Volumnavn" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:136 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:137 msgid "Language" msgstr "SprÃ¥k" @@ -2888,7 +2892,7 @@ msgid "Local Startup" msgstr "Lokal Oppstart" #: modules/luci-mod-status/luasrc/view/admin_status/index/10-system.htm:25 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:31 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:32 msgid "Local Time" msgstr "Lokal tid" @@ -2929,7 +2933,7 @@ msgstr "Lokalisere søk" msgid "Locked to channel %s used by: %s" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:92 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:93 msgid "Log output level" msgstr "Logg nivÃ¥" @@ -3230,7 +3234,7 @@ msgstr "" msgid "NT Domain" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:238 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:261 msgid "NTP server candidates" msgstr "NTP server kandidater" @@ -3333,7 +3337,7 @@ msgstr "Ingen nettverksnavn spesifisert" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:103 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:232 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:259 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:283 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:284 msgid "No password set!" msgstr "Ruteren er ikke passordbeskyttet!" @@ -3382,7 +3386,7 @@ msgstr "" msgid "None" msgstr "Ingen" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:105 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:106 msgid "Normal" msgstr "Normal" @@ -3404,7 +3408,7 @@ msgstr "Ikke tilkoblet" msgid "Note: interface name length" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:95 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:96 msgid "Notice" msgstr "Merk" @@ -3416,7 +3420,7 @@ msgstr "Nslookup" msgid "Number of cached DNS entries (max is 10000, 0 is no caching)" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:125 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:126 msgid "Number of parallel threads used for compression" msgstr "" @@ -3847,6 +3851,14 @@ msgstr "Skriv inn ditt brukernavn og passord." msgid "Policy" msgstr "Policy" +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:178 +msgid "Polling interval" +msgstr "" + +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:179 +msgid "Polling interval for status queries in seconds" +msgstr "" + #: modules/luci-mod-system/luasrc/model/cbi/admin_system/dropbear.lua:22 msgid "Port" msgstr "Port" @@ -3938,7 +3950,7 @@ msgstr "Protokoll til det nye grensesnittet" msgid "Protocol support is not installed" msgstr "Protokoll støtte er ikke installert" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:234 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:257 msgid "Provide NTP server" msgstr "Funger som NTP Server" @@ -4206,7 +4218,7 @@ msgstr "" #: modules/luci-mod-network/luasrc/model/cbi/admin_network/wifi.lua:1089 msgid "" "Requires the 'full' version of wpad/hostapd and support from the wifi driver " -"<br />(as of Feb 2017: ath9k and ath10k, in LEDE also mwlwifi and mt76)" +"<br />(as of Jan 2019: ath9k, ath10k, mwlwifi and mt76)" msgstr "" #: modules/luci-mod-network/luasrc/model/cbi/admin_network/dhcp.lua:95 @@ -4485,7 +4497,7 @@ msgid "" "sense events do not invoke hotplug handlers)." msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:206 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:229 #, fuzzy msgid "Set up Time Synchronization" msgstr "Oppsett tidssynkronisering" @@ -4553,7 +4565,7 @@ msgstr "Størrelse" msgid "Size of DNS query cache" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:113 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:114 msgid "Size of the ZRam device in megabytes" msgstr "" @@ -4805,7 +4817,7 @@ msgstr "System Logg" msgid "System Properties" msgstr "System Egenskaper" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:69 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:70 msgid "System log buffer size" msgstr "System logg buffer størrelse" @@ -5055,7 +5067,7 @@ msgstr "" "Den opplastede programvaren er av et format som ikke støttes. Sørg for at du " "velger det generelle firmware-bildet for din plattform." -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:156 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:157 msgid "Theme" msgstr "Tema" @@ -5088,7 +5100,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:104 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:233 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:260 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:286 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:287 msgid "" "There is no password set on this router. Please configure a root password to " "protect the web interface and enable SSH." @@ -5182,12 +5194,12 @@ msgstr "" msgid "This section contains no values yet" msgstr "Denne seksjonen inneholder ennÃ¥ ingen verdier" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:200 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:211 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:223 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:234 msgid "Time Synchronization" msgstr "Tidssynkronisering" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:205 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:228 msgid "Time Synchronization is not configured yet." msgstr "Tiden Synkroniseringen er ikke konfigurert ennÃ¥." @@ -5195,7 +5207,7 @@ msgstr "Tiden Synkroniseringen er ikke konfigurert ennÃ¥." msgid "Time interval for rekeying GTK" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:44 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:45 msgid "Timezone" msgstr "Tidssone" @@ -5681,8 +5693,8 @@ msgstr "" msgid "Waiting for device..." msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:96 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:106 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:97 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:107 msgid "Warning" msgstr "Advarsel" @@ -5777,7 +5789,7 @@ msgstr "TrÃ¥dløst nettverk er aktivert" msgid "Write received DNS requests to syslog" msgstr "Skriv mottatte DNS forespørsler til syslog" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:88 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:89 msgid "Write system log to file" msgstr "" @@ -5800,7 +5812,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:221 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:243 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:253 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:298 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:299 msgid "" "You must enable JavaScript in your browser or LuCI will not work properly." msgstr "" @@ -5814,19 +5826,19 @@ msgid "" "or Safari." msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:118 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:119 msgid "ZRam Compression Algorithm" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:125 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:126 msgid "ZRam Compression Streams" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:25 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:26 msgid "ZRam Settings" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:113 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:114 msgid "ZRam Size" msgstr "" @@ -6032,7 +6044,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:133 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:215 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:225 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:250 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:251 msgid "off" msgstr "av" @@ -6040,7 +6052,7 @@ msgstr "av" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:132 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:214 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:224 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:247 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:248 msgid "on" msgstr "pÃ¥" diff --git a/modules/luci-base/po/pl/base.po b/modules/luci-base/po/pl/base.po index 801f395d1d..7bc1e1e2b1 100644 --- a/modules/luci-base/po/pl/base.po +++ b/modules/luci-base/po/pl/base.po @@ -58,16 +58,16 @@ msgstr "(brak podÅ‚Ä…czonych interfejsów)" msgid "-- Additional Field --" msgstr "-- Dodatkowe pole --" -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:841 -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:850 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:840 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:849 #: modules/luci-base/luasrc/view/cbi/header.htm:5 #: protocols/luci-proto-3g/luasrc/model/cbi/admin_network/proto_3g.lua:26 #: protocols/luci-proto-qmi/luasrc/model/cbi/admin_network/proto_qmi.lua:36 msgid "-- Please choose --" msgstr "-- ProszÄ™ wybrać --" -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:866 -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:1030 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:865 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:1025 #: modules/luci-base/luasrc/view/cbi/header.htm:6 msgid "-- custom --" msgstr "-- wÅ‚asne --" @@ -409,6 +409,10 @@ msgstr "Adres dostÄ™powy do \"relay bridge\"" msgid "Administration" msgstr "ZarzÄ…dzanie" +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:25 +msgid "Advanced" +msgstr "" + #: modules/luci-mod-network/luasrc/model/cbi/admin_network/dhcp.lua:22 #: modules/luci-mod-network/luasrc/model/cbi/admin_network/ifaces.lua:189 #: modules/luci-mod-network/luasrc/model/cbi/admin_network/ifaces.lua:463 @@ -424,7 +428,7 @@ msgstr "Ustawienia zaawansowane" msgid "Aggregate Transmit Power(ACTATP)" msgstr "Agregacja siÅ‚y transmisji (ACTATP)" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:99 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:100 msgid "Alert" msgstr "Alarm" @@ -694,8 +698,8 @@ msgstr "Wymagana autoryzacja" #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:214 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:215 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:223 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:246 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:249 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:247 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:250 msgid "Auto Refresh" msgstr "Automatyczne odÅ›wieżanie" @@ -1187,11 +1191,11 @@ msgstr "Utwórz interfejs" msgid "Create a bridge over multiple interfaces" msgstr "Utwórz most pomiÄ™dzy wieloma interfejsami" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:98 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:99 msgid "Critical" msgstr "Krytyczne" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:102 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:103 msgid "Cron Log Level" msgstr "Poziom logowania Cron`a" @@ -1330,8 +1334,8 @@ msgstr "DUID" msgid "Data Rate" msgstr "Szybkość przesyÅ‚ania danych" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:93 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:104 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:94 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:105 msgid "Debug" msgstr "Debug" @@ -1650,7 +1654,7 @@ msgstr "Edytuj ten interfejs" msgid "Edit this network" msgstr "Edytuj tÄ… sieć" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:100 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:101 msgid "Emergency" msgstr "Zagrożenie" @@ -1691,7 +1695,7 @@ msgstr "WÅ‚Ä…cz negocjacjÄ™ IPv6 na Å‚Ä…czu PPP" msgid "Enable Jumbo Frame passthrough" msgstr "WÅ‚Ä…cz przechodzenie ramek Jumbo" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:215 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:238 msgid "Enable NTP client" msgstr "WÅ‚Ä…cz klienta NTP" @@ -1809,7 +1813,7 @@ msgstr "Usuwanie..." #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/network.js:107 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/network.js:108 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/network.js:109 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:97 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:98 msgid "Error" msgstr "BÅ‚Ä…d" @@ -1860,15 +1864,15 @@ msgstr "" msgid "External R1 Key Holder List" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:74 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:75 msgid "External system log server" msgstr "Serwer zewnÄ™trzny dla logów systemowych" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:79 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:80 msgid "External system log server port" msgstr "Port zewnÄ™trznego serwera logów systemowych" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:84 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:85 msgid "External system log server protocol" msgstr "Protokół zewnÄ™trznego serwera logów systemowych" @@ -2139,7 +2143,7 @@ msgstr "Globalne opcje sieciowe" #: themes/luci-theme-bootstrap/luasrc/view/themes/bootstrap/header.htm:198 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:235 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:262 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:288 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:289 msgid "Go to password configuration..." msgstr "Przejdź do konfiguracji hasÅ‚a..." @@ -2226,7 +2230,7 @@ msgstr "Zawartość znacznika Host-Uniq" #: modules/luci-mod-network/luasrc/model/cbi/admin_network/dhcp.lua:283 #: modules/luci-mod-network/luasrc/model/cbi/admin_network/hosts.lua:15 #: modules/luci-mod-status/luasrc/view/admin_status/index/10-system.htm:17 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:35 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:36 #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:129 msgid "Hostname" msgstr "Nazwa hosta" @@ -2563,7 +2567,7 @@ msgstr "Czas bezczynnoÅ›ci" msgid "Inbound:" msgstr "PrzychodzÄ…cy:" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:94 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:95 msgid "Info" msgstr "Info" @@ -2675,7 +2679,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:220 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:242 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:252 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:295 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:296 msgid "JavaScript required!" msgstr "JavaScript jest wymagany!" @@ -2755,7 +2759,7 @@ msgstr "LLC" msgid "Label" msgstr "Oznaczenie" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:136 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:137 msgid "Language" msgstr "JÄ™zyk" @@ -2940,7 +2944,7 @@ msgid "Local Startup" msgstr "Lokalny autostart" #: modules/luci-mod-status/luasrc/view/admin_status/index/10-system.htm:25 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:31 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:32 msgid "Local Time" msgstr "Czas lokalny" @@ -2982,7 +2986,7 @@ msgstr "Zapytania lokalizujÄ…ce" msgid "Locked to channel %s used by: %s" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:92 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:93 msgid "Log output level" msgstr "Poziom logowania" @@ -3285,7 +3289,7 @@ msgstr "Proxy NDP" msgid "NT Domain" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:238 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:261 msgid "NTP server candidates" msgstr "Lista serwerów NTP" @@ -3388,7 +3392,7 @@ msgstr "Nie podano nazwy sieci" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:103 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:232 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:259 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:283 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:284 msgid "No password set!" msgstr "Nie ustawiono hasÅ‚a!" @@ -3437,7 +3441,7 @@ msgstr "Bez symboli wieloznacznych" msgid "None" msgstr "Brak" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:105 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:106 msgid "Normal" msgstr "Normalny" @@ -3459,7 +3463,7 @@ msgstr "Nie podÅ‚Ä…czony" msgid "Note: interface name length" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:95 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:96 msgid "Notice" msgstr "Spostrzeżenie" @@ -3473,7 +3477,7 @@ msgstr "" "Liczba buforowanych wpisów DNS (max wynosi 10000, 0 oznacza brak pamiÄ™ci " "podrÄ™cznej)" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:125 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:126 msgid "Number of parallel threads used for compression" msgstr "" @@ -3907,6 +3911,14 @@ msgstr "ProszÄ™ wprowadź swój login i hasÅ‚o." msgid "Policy" msgstr "Zasada" +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:178 +msgid "Polling interval" +msgstr "" + +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:179 +msgid "Polling interval for status queries in seconds" +msgstr "" + #: modules/luci-mod-system/luasrc/model/cbi/admin_system/dropbear.lua:22 msgid "Port" msgstr "Port" @@ -3998,7 +4010,7 @@ msgstr "Protokół nowego interfejsu" msgid "Protocol support is not installed" msgstr "Wsparcie dla protokoÅ‚u nie jest zainstalowane" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:234 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:257 msgid "Provide NTP server" msgstr "WÅ‚Ä…cz serwer NTP" @@ -4021,10 +4033,10 @@ msgid "" "device, paste an OpenSSH compatible public key line or drag a <code>.pub</" "code> file into the input field." msgstr "" -"Klucze publiczne pozwalajÄ… na logowanie bez haseÅ‚ SSH z wyższymi zabezpieczeniami " -"w porównaniu do użycia zwykÅ‚ych haseÅ‚. Aby przesÅ‚ać nowy klucz do urzÄ…dzenia, " -"wklej klucz publiczny zgodny z OpenSSH lub przeciÄ…gnij plik <code>.pub</code> " -"do pola wejÅ›ciowego." +"Klucze publiczne pozwalajÄ… na logowanie bez haseÅ‚ SSH z wyższymi " +"zabezpieczeniami w porównaniu do użycia zwykÅ‚ych haseÅ‚. Aby przesÅ‚ać nowy " +"klucz do urzÄ…dzenia, wklej klucz publiczny zgodny z OpenSSH lub przeciÄ…gnij " +"plik <code>.pub</code> do pola wejÅ›ciowego." #: modules/luci-base/luasrc/model/cbi/admin_network/proto_static.lua:139 msgid "Public prefix routed to this device for distribution to clients." @@ -4275,7 +4287,7 @@ msgstr "" #: modules/luci-mod-network/luasrc/model/cbi/admin_network/wifi.lua:1089 msgid "" "Requires the 'full' version of wpad/hostapd and support from the wifi driver " -"<br />(as of Feb 2017: ath9k and ath10k, in LEDE also mwlwifi and mt76)" +"<br />(as of Jan 2019: ath9k, ath10k, mwlwifi and mt76)" msgstr "" #: modules/luci-mod-network/luasrc/model/cbi/admin_network/dhcp.lua:95 @@ -4562,7 +4574,7 @@ msgstr "" "Ustaw wÅ‚aÅ›ciwoÅ›ci interfejsu, niezależnie od operatora Å‚Ä…cza (nie wpÅ‚ywa na " "programy operatora które ustanawiajÄ… poÅ‚Ä…czenie)." -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:206 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:229 #, fuzzy msgid "Set up Time Synchronization" msgstr "Ustawienia synchronizacji czasu" @@ -4630,7 +4642,7 @@ msgstr "Rozmiar" msgid "Size of DNS query cache" msgstr "Rozmiar pamiÄ™ci podrÄ™cznej zapytaÅ„ DNS" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:113 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:114 msgid "Size of the ZRam device in megabytes" msgstr "" @@ -4886,7 +4898,7 @@ msgid "System Properties" msgstr "WÅ‚aÅ›ciwoÅ›ci systemu" # WszÄ™dzie używane jest "loga" z maÅ‚ej litery. -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:69 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:70 msgid "System log buffer size" msgstr "Rozmiar bufora loga systemu" @@ -5005,9 +5017,9 @@ msgstr "" "Nie można uzyskać dostÄ™pu do urzÄ…dzenia w ciÄ…gu %d sekund po zastosowaniu " "oczekujÄ…cych zmian, które spowodowaÅ‚y wycofanie konfiguracji ze wzglÄ™dów " "bezpieczeÅ„stwa. JeÅ›li jednak uważasz, że zmiany konfiguracji sÄ… poprawne, " -"kontynuuj, stosujÄ…c je mimo to. Możesz też odrzucić to ostrzeżenie i edytować " -"zmiany przed ponownym zastosowaniem lub odrzucić wszystkie oczekujÄ…ce zmiany, " -"aby zachować aktualnie dziaÅ‚ajÄ…cy stan konfiguracji." +"kontynuuj, stosujÄ…c je mimo to. Możesz też odrzucić to ostrzeżenie i " +"edytować zmiany przed ponownym zastosowaniem lub odrzucić wszystkie " +"oczekujÄ…ce zmiany, aby zachować aktualnie dziaÅ‚ajÄ…cy stan konfiguracji." #: modules/luci-mod-system/luasrc/model/cbi/admin_system/fstab/mount.lua:87 #: modules/luci-mod-system/luasrc/model/cbi/admin_system/fstab/swap.lua:41 @@ -5056,8 +5068,8 @@ msgid "" "The given SSH public key is invalid. Please supply proper public RSA or " "ECDSA keys." msgstr "" -"Podany klucz publiczny SSH jest nieprawidÅ‚owy. Podaj odpowiedni publiczny RSA " -"lub klucze ECDSA." +"Podany klucz publiczny SSH jest nieprawidÅ‚owy. Podaj odpowiedni publiczny " +"RSA lub klucze ECDSA." #: modules/luci-mod-network/luasrc/model/cbi/admin_network/iface_add.lua:67 msgid "The given network name is not unique" @@ -5147,7 +5159,7 @@ msgstr "" "PrzesÅ‚any plik obrazu nie zawiera obsÅ‚ugiwanego formatu. Upewnij siÄ™, że " "wybraÅ‚eÅ› odpowiedni format obrazu dla danej platformy." -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:156 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:157 msgid "Theme" msgstr "Motyw" @@ -5180,7 +5192,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:104 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:233 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:260 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:286 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:287 msgid "" "There is no password set on this router. Please configure a root password to " "protect the web interface and enable SSH." @@ -5281,12 +5293,12 @@ msgstr "Poniższa strona przedstawia aktualnie aktywne poÅ‚Ä…czenia sieciowe." msgid "This section contains no values yet" msgstr "Ta sekcja nie zawiera jeszcze żadnych wartoÅ›ci" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:200 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:211 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:223 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:234 msgid "Time Synchronization" msgstr "Synchronizacja czasu" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:205 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:228 msgid "Time Synchronization is not configured yet." msgstr "Synchronizacja czasu nie jest jeszcze skonfigurowana." @@ -5294,7 +5306,7 @@ msgstr "Synchronizacja czasu nie jest jeszcze skonfigurowana." msgid "Time interval for rekeying GTK" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:44 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:45 msgid "Timezone" msgstr "Strefa czasowa" @@ -5781,8 +5793,8 @@ msgstr "Oczekiwanie na zastosowanie konfiguracji… %ds" msgid "Waiting for device..." msgstr "Oczekiwanie na urzÄ…dzenie..." -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:96 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:106 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:97 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:107 msgid "Warning" msgstr "Ostrzeżenie" @@ -5879,7 +5891,7 @@ msgstr "Sieć bezprzewodowa jest wÅ‚Ä…czona" msgid "Write received DNS requests to syslog" msgstr "Zapisz otrzymane żądania DNS do syslog'a" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:88 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:89 msgid "Write system log to file" msgstr "Zapisz log systemowy do pliku" @@ -5902,7 +5914,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:221 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:243 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:253 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:298 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:299 msgid "" "You must enable JavaScript in your browser or LuCI will not work properly." msgstr "" @@ -5919,19 +5931,19 @@ msgstr "" "zaktualizuj go do wersji co najmniej 7 lub użyj innej przeglÄ…darki, takiej " "jak Firefox, Opera czy Safari." -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:118 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:119 msgid "ZRam Compression Algorithm" msgstr "Alogrytm kompresji ZRam" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:125 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:126 msgid "ZRam Compression Streams" msgstr "Strumienie kompresji ZRam" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:25 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:26 msgid "ZRam Settings" msgstr "Ustawienia ZRam" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:113 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:114 msgid "ZRam Size" msgstr "Rozmiar ZRam" @@ -6138,7 +6150,7 @@ msgstr "nieobecny" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:133 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:215 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:225 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:250 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:251 msgid "off" msgstr "wyÅ‚Ä…czone" @@ -6146,7 +6158,7 @@ msgstr "wyÅ‚Ä…czone" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:132 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:214 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:224 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:247 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:248 msgid "on" msgstr "wÅ‚Ä…czone" diff --git a/modules/luci-base/po/pt-br/base.po b/modules/luci-base/po/pt-br/base.po index 36e5c7161d..6ecc8e97d9 100644 --- a/modules/luci-base/po/pt-br/base.po +++ b/modules/luci-base/po/pt-br/base.po @@ -57,16 +57,16 @@ msgstr "(nenhuma interface conectada)" msgid "-- Additional Field --" msgstr "-- Campo Adicional --" -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:841 -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:850 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:840 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:849 #: modules/luci-base/luasrc/view/cbi/header.htm:5 #: protocols/luci-proto-3g/luasrc/model/cbi/admin_network/proto_3g.lua:26 #: protocols/luci-proto-qmi/luasrc/model/cbi/admin_network/proto_qmi.lua:36 msgid "-- Please choose --" msgstr "-- Por favor, escolha --" -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:866 -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:1030 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:865 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:1025 #: modules/luci-base/luasrc/view/cbi/header.htm:6 msgid "-- custom --" msgstr "-- personalizado --" @@ -422,6 +422,10 @@ msgstr "Endereço para acessar a ponte por retransmissão local" msgid "Administration" msgstr "Administração" +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:25 +msgid "Advanced" +msgstr "" + #: modules/luci-mod-network/luasrc/model/cbi/admin_network/dhcp.lua:22 #: modules/luci-mod-network/luasrc/model/cbi/admin_network/ifaces.lua:189 #: modules/luci-mod-network/luasrc/model/cbi/admin_network/ifaces.lua:463 @@ -439,7 +443,7 @@ msgstr "" "Potência de Transmissão Agregada (<abbr title=\"Aggregate Transmit Power" "\">ACTATP</abbr>)" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:99 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:100 msgid "Alert" msgstr "Alerta" @@ -714,8 +718,8 @@ msgstr "Autorização Necessária" #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:214 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:215 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:223 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:246 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:249 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:247 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:250 msgid "Auto Refresh" msgstr "Atualização Automática" @@ -1219,11 +1223,11 @@ msgstr "Criar Interface" msgid "Create a bridge over multiple interfaces" msgstr "Criar uma ponte juntando múltiplas interfaces" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:98 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:99 msgid "Critical" msgstr "CrÃtico" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:102 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:103 msgid "Cron Log Level" msgstr "NÃvel de Registro da Cron" @@ -1364,8 +1368,8 @@ msgstr "DUID" msgid "Data Rate" msgstr "Taxa de Dados" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:93 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:104 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:94 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:105 msgid "Debug" msgstr "Depurar" @@ -1694,7 +1698,7 @@ msgstr "Editar esta interface" msgid "Edit this network" msgstr "Editar esta rede" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:100 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:101 msgid "Emergency" msgstr "Emergência" @@ -1736,7 +1740,7 @@ msgstr "Ativar a negociação de IPv6 no enlace PPP" msgid "Enable Jumbo Frame passthrough" msgstr "Ativar o encaminhamento de quadros jumbos (Jumbo Frames)" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:215 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:238 msgid "Enable NTP client" msgstr "Ativar o cliente <abbr title=\"Network Time Protocol\">NTP</abbr>" @@ -1856,7 +1860,7 @@ msgstr "Apagando..." #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/network.js:107 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/network.js:108 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/network.js:109 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:97 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:98 msgid "Error" msgstr "Erro" @@ -1907,15 +1911,15 @@ msgstr "Lista dos Detentor de Chave R0 Externa" msgid "External R1 Key Holder List" msgstr "Lista dos Detentor de Chave R1 Externa" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:74 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:75 msgid "External system log server" msgstr "Servidor externo de registros do sistema (syslog)" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:79 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:80 msgid "External system log server port" msgstr "Porta do servidor externo de registro do sistema (syslog)" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:84 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:85 msgid "External system log server protocol" msgstr "Protocolo do servidor externo de registro do sistema (syslog)" @@ -2197,7 +2201,7 @@ msgstr "Opções de rede globais" #: themes/luci-theme-bootstrap/luasrc/view/themes/bootstrap/header.htm:198 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:235 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:262 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:288 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:289 msgid "Go to password configuration..." msgstr "Ir para a configuração de senha..." @@ -2290,7 +2294,7 @@ msgstr "Conteúdo da etiqueta única do equipamento" #: modules/luci-mod-network/luasrc/model/cbi/admin_network/dhcp.lua:283 #: modules/luci-mod-network/luasrc/model/cbi/admin_network/hosts.lua:15 #: modules/luci-mod-status/luasrc/view/admin_status/index/10-system.htm:17 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:35 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:36 #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:129 msgid "Hostname" msgstr "Nome do equipamento" @@ -2635,7 +2639,7 @@ msgstr "Tempo limite de inatividade" msgid "Inbound:" msgstr "Entrando:" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:94 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:95 msgid "Info" msgstr "Informação" @@ -2749,7 +2753,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:220 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:242 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:252 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:295 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:296 msgid "JavaScript required!" msgstr "É necessário JavaScript!" @@ -2829,7 +2833,7 @@ msgstr "LLC" msgid "Label" msgstr "Etiqueta" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:136 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:137 msgid "Language" msgstr "Idioma" @@ -3029,7 +3033,7 @@ msgid "Local Startup" msgstr "Iniciação Local" #: modules/luci-mod-status/luasrc/view/admin_status/index/10-system.htm:25 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:31 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:32 msgid "Local Time" msgstr "Hora Local" @@ -3072,7 +3076,7 @@ msgstr "Localizar consultas" msgid "Locked to channel %s used by: %s" msgstr "Travado no canal %s usado por: %s" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:92 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:93 msgid "Log output level" msgstr "NÃvel de detalhamento de saÃda dos registros" @@ -3383,7 +3387,7 @@ msgstr "Proxy NDP" msgid "NT Domain" msgstr "DomÃnio NT" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:238 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:261 msgid "NTP server candidates" msgstr "Candidatos a servidor NTP" @@ -3486,7 +3490,7 @@ msgstr "Nenhum nome de rede foi especificado" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:103 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:232 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:259 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:283 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:284 msgid "No password set!" msgstr "Nenhuma senha definida!" @@ -3539,7 +3543,7 @@ msgstr "Sem caracter curinga" msgid "None" msgstr "Nenhum" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:105 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:106 msgid "Normal" msgstr "Normal" @@ -3561,7 +3565,7 @@ msgstr "Não conectado" msgid "Note: interface name length" msgstr "Aviso: tamanho do nome da interface" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:95 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:96 msgid "Notice" msgstr "Aviso" @@ -3573,7 +3577,7 @@ msgstr "Nslookup" msgid "Number of cached DNS entries (max is 10000, 0 is no caching)" msgstr "Número de entradas DNS em cache (máximo é 10000, 0 desabilita o cache)" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:125 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:126 msgid "Number of parallel threads used for compression" msgstr "" @@ -4021,6 +4025,14 @@ msgstr "Entre com o seu usuário e senha." msgid "Policy" msgstr "PolÃtica" +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:178 +msgid "Polling interval" +msgstr "" + +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:179 +msgid "Polling interval for status queries in seconds" +msgstr "" + #: modules/luci-mod-system/luasrc/model/cbi/admin_system/dropbear.lua:22 msgid "Port" msgstr "Porta" @@ -4113,7 +4125,7 @@ msgstr "Protocolo para a nova interface" msgid "Protocol support is not installed" msgstr "O suporte ao protocolo não está instalado" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:234 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:257 msgid "Provide NTP server" msgstr "Fornecer serviço <abbr title=\"Network Time Protocol\">NTP</abbr>" @@ -4396,8 +4408,8 @@ msgstr "" #: modules/luci-mod-network/luasrc/model/cbi/admin_network/wifi.lua:1089 msgid "" "Requires the 'full' version of wpad/hostapd and support from the wifi driver " -"<br />(as of Feb 2017: ath9k and ath10k, in LEDE also mwlwifi and mt76)" -msgstr "Obrigatório. Chave Pública do parceiro." +"<br />(as of Jan 2019: ath9k, ath10k, mwlwifi and mt76)" +msgstr "" #: modules/luci-mod-network/luasrc/model/cbi/admin_network/dhcp.lua:95 msgid "" @@ -4685,7 +4697,7 @@ msgstr "" "enlace (Se definido, eventos de detecção da portadora não irão gerar eventos " "do hotplug)." -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:206 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:229 msgid "Set up Time Synchronization" msgstr "Configurar a Sincronização do Horário" @@ -4756,7 +4768,7 @@ msgstr "Tamanho" msgid "Size of DNS query cache" msgstr "Tamanho do cache de consultas DNS" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:113 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:114 msgid "Size of the ZRam device in megabytes" msgstr "" @@ -5018,7 +5030,7 @@ msgstr "Registro do Sistema" msgid "System Properties" msgstr "Propriedades do Sistema" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:69 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:70 msgid "System log buffer size" msgstr "Tamanho do buffer de registro do sistema" @@ -5280,7 +5292,7 @@ msgstr "" "A imagem carregada não contém um formato suportado. Confirme que você " "escolheu uma imagem para a sua plataforma." -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:156 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:157 msgid "Theme" msgstr "Tema" @@ -5313,7 +5325,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:104 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:233 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:260 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:286 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:287 msgid "" "There is no password set on this router. Please configure a root password to " "protect the web interface and enable SSH." @@ -5416,12 +5428,12 @@ msgstr "Esta página fornece informações sobre as conexões de rede ativas." msgid "This section contains no values yet" msgstr "Esta seção ainda não contêm valores" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:200 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:211 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:223 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:234 msgid "Time Synchronization" msgstr "Sincronização de horário" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:205 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:228 msgid "Time Synchronization is not configured yet." msgstr "A sincronização do horário ainda não está configurada." @@ -5429,7 +5441,7 @@ msgstr "A sincronização do horário ainda não está configurada." msgid "Time interval for rekeying GTK" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:44 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:45 msgid "Timezone" msgstr "Fuso Horário" @@ -5924,8 +5936,8 @@ msgstr "Esperando que a configuração seja aplicada...%ds" msgid "Waiting for device..." msgstr "Esperando pelo dispositivo..." -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:96 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:106 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:97 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:107 msgid "Warning" msgstr "Atenção" @@ -6020,7 +6032,7 @@ msgstr "A rede sem fio está habilitada" msgid "Write received DNS requests to syslog" msgstr "Escreva as requisições DNS para o servidor de registro (syslog)" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:88 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:89 msgid "Write system log to file" msgstr "Escrever registro do sistema (log) no arquivo" @@ -6044,7 +6056,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:221 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:243 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:253 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:298 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:299 msgid "" "You must enable JavaScript in your browser or LuCI will not work properly." msgstr "" @@ -6061,19 +6073,19 @@ msgstr "" "Por favor, atualiza para, ao menos, a versão 7 ou use outro navegador como o " "Firefox, Opera ou Safari." -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:118 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:119 msgid "ZRam Compression Algorithm" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:125 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:126 msgid "ZRam Compression Streams" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:25 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:26 msgid "ZRam Settings" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:113 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:114 msgid "ZRam Size" msgstr "" @@ -6281,7 +6293,7 @@ msgstr "não presente" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:133 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:215 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:225 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:250 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:251 msgid "off" msgstr "desligado" @@ -6289,7 +6301,7 @@ msgstr "desligado" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:132 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:214 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:224 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:247 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:248 msgid "on" msgstr "ligado" diff --git a/modules/luci-base/po/pt/base.po b/modules/luci-base/po/pt/base.po index 5455145520..28b70baabc 100644 --- a/modules/luci-base/po/pt/base.po +++ b/modules/luci-base/po/pt/base.po @@ -57,16 +57,16 @@ msgstr "(não existem interfaces ligadas)" msgid "-- Additional Field --" msgstr "-- Campo Adicional --" -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:841 -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:850 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:840 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:849 #: modules/luci-base/luasrc/view/cbi/header.htm:5 #: protocols/luci-proto-3g/luasrc/model/cbi/admin_network/proto_3g.lua:26 #: protocols/luci-proto-qmi/luasrc/model/cbi/admin_network/proto_qmi.lua:36 msgid "-- Please choose --" msgstr "-- Por favor escolha --" -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:866 -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:1030 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:865 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:1025 #: modules/luci-base/luasrc/view/cbi/header.htm:6 msgid "-- custom --" msgstr "-- personalizado --" @@ -408,6 +408,10 @@ msgstr "" msgid "Administration" msgstr "Administração" +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:25 +msgid "Advanced" +msgstr "" + #: modules/luci-mod-network/luasrc/model/cbi/admin_network/dhcp.lua:22 #: modules/luci-mod-network/luasrc/model/cbi/admin_network/ifaces.lua:189 #: modules/luci-mod-network/luasrc/model/cbi/admin_network/ifaces.lua:463 @@ -423,7 +427,7 @@ msgstr "Definições Avançadas" msgid "Aggregate Transmit Power(ACTATP)" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:99 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:100 msgid "Alert" msgstr "Alerta" @@ -685,8 +689,8 @@ msgstr "Autorização Requerida" #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:214 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:215 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:223 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:246 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:249 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:247 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:250 msgid "Auto Refresh" msgstr "Actualização Automática" @@ -1170,11 +1174,11 @@ msgstr "Criar interface" msgid "Create a bridge over multiple interfaces" msgstr "Criar uma bridge entre múltiplas interfaces " -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:98 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:99 msgid "Critical" msgstr "Critico" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:102 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:103 msgid "Cron Log Level" msgstr "NÃvel de Log do Cron" @@ -1311,8 +1315,8 @@ msgstr "DUID" msgid "Data Rate" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:93 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:104 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:94 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:105 msgid "Debug" msgstr "Depurar" @@ -1632,7 +1636,7 @@ msgstr "Editar esta interface" msgid "Edit this network" msgstr "Editar esta rede" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:100 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:101 msgid "Emergency" msgstr "Emergência" @@ -1671,7 +1675,7 @@ msgstr "Ativar a negociação IPv6 no link PPP" msgid "Enable Jumbo Frame passthrough" msgstr "Ativar a passagem de Jumbo Frames" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:215 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:238 msgid "Enable NTP client" msgstr "Ativar o cliente NTP" @@ -1785,7 +1789,7 @@ msgstr "A apagar..." #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/network.js:107 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/network.js:108 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/network.js:109 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:97 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:98 msgid "Error" msgstr "Erro" @@ -1837,15 +1841,15 @@ msgstr "" msgid "External R1 Key Holder List" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:74 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:75 msgid "External system log server" msgstr "Servidor externo de logs de sistema" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:79 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:80 msgid "External system log server port" msgstr "Porta do Servidor externo de logs de sistema" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:84 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:85 msgid "External system log server protocol" msgstr "" @@ -2114,7 +2118,7 @@ msgstr "" #: themes/luci-theme-bootstrap/luasrc/view/themes/bootstrap/header.htm:198 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:235 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:262 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:288 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:289 msgid "Go to password configuration..." msgstr "Ir para a configuração da password" @@ -2202,7 +2206,7 @@ msgstr "" #: modules/luci-mod-network/luasrc/model/cbi/admin_network/dhcp.lua:283 #: modules/luci-mod-network/luasrc/model/cbi/admin_network/hosts.lua:15 #: modules/luci-mod-status/luasrc/view/admin_status/index/10-system.htm:17 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:35 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:36 #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:129 msgid "Hostname" msgstr "Hostname" @@ -2535,7 +2539,7 @@ msgstr "Tempo de inatividade" msgid "Inbound:" msgstr "Entrada:" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:94 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:95 msgid "Info" msgstr "Info" @@ -2647,7 +2651,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:220 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:242 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:252 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:295 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:296 msgid "JavaScript required!" msgstr "É necessário JavaScript!" @@ -2727,7 +2731,7 @@ msgstr "LLC" msgid "Label" msgstr "Etiqueta" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:136 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:137 msgid "Language" msgstr "Idioma" @@ -2911,7 +2915,7 @@ msgid "Local Startup" msgstr "Arranque Local" #: modules/luci-mod-status/luasrc/view/admin_status/index/10-system.htm:25 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:31 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:32 msgid "Local Time" msgstr "Hora Local" @@ -2952,7 +2956,7 @@ msgstr "Localizar consultas" msgid "Locked to channel %s used by: %s" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:92 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:93 msgid "Log output level" msgstr "NÃvel de output do log" @@ -3253,7 +3257,7 @@ msgstr "" msgid "NT Domain" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:238 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:261 msgid "NTP server candidates" msgstr "Candidatos a servidor NTP" @@ -3356,7 +3360,7 @@ msgstr "Nome de rede não especificado" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:103 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:232 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:259 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:283 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:284 msgid "No password set!" msgstr "Sem password definida!" @@ -3405,7 +3409,7 @@ msgstr "" msgid "None" msgstr "Nenhum" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:105 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:106 msgid "Normal" msgstr "Normal" @@ -3427,7 +3431,7 @@ msgstr "Não ligado" msgid "Note: interface name length" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:95 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:96 msgid "Notice" msgstr "Reparo" @@ -3439,7 +3443,7 @@ msgstr "Nslookup" msgid "Number of cached DNS entries (max is 10000, 0 is no caching)" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:125 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:126 msgid "Number of parallel threads used for compression" msgstr "" @@ -3868,6 +3872,14 @@ msgstr "Insira o seu username e password." msgid "Policy" msgstr "PolÃtica" +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:178 +msgid "Polling interval" +msgstr "" + +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:179 +msgid "Polling interval for status queries in seconds" +msgstr "" + #: modules/luci-mod-system/luasrc/model/cbi/admin_system/dropbear.lua:22 msgid "Port" msgstr "Porta" @@ -3957,7 +3969,7 @@ msgstr "Protocolo da nova interface" msgid "Protocol support is not installed" msgstr "O protocolo suportado não está instalado" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:234 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:257 msgid "Provide NTP server" msgstr "" @@ -4225,7 +4237,7 @@ msgstr "" #: modules/luci-mod-network/luasrc/model/cbi/admin_network/wifi.lua:1089 msgid "" "Requires the 'full' version of wpad/hostapd and support from the wifi driver " -"<br />(as of Feb 2017: ath9k and ath10k, in LEDE also mwlwifi and mt76)" +"<br />(as of Jan 2019: ath9k, ath10k, mwlwifi and mt76)" msgstr "" #: modules/luci-mod-network/luasrc/model/cbi/admin_network/dhcp.lua:95 @@ -4503,7 +4515,7 @@ msgid "" "sense events do not invoke hotplug handlers)." msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:206 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:229 #, fuzzy msgid "Set up Time Synchronization" msgstr "Configurar Sincronização Horária" @@ -4571,7 +4583,7 @@ msgstr "Tamanho" msgid "Size of DNS query cache" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:113 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:114 msgid "Size of the ZRam device in megabytes" msgstr "" @@ -4816,7 +4828,7 @@ msgstr "Registo do Sistema" msgid "System Properties" msgstr "Propriedades do Sistema" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:69 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:70 msgid "System log buffer size" msgstr "" @@ -5062,7 +5074,7 @@ msgstr "" "A imagem carregada não contém um formato suportado. Confirme que escolhe uma " "imagem genérica para a sua plataforma." -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:156 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:157 msgid "Theme" msgstr "Tema" @@ -5095,7 +5107,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:104 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:233 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:260 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:286 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:287 msgid "" "There is no password set on this router. Please configure a root password to " "protect the web interface and enable SSH." @@ -5183,12 +5195,12 @@ msgstr "Esta página fornece informações sobre as ligações de rede ativas." msgid "This section contains no values yet" msgstr "Esta secção ainda não contêm valores" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:200 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:211 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:223 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:234 msgid "Time Synchronization" msgstr "Sincronização Horária" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:205 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:228 msgid "Time Synchronization is not configured yet." msgstr "A sincronização horária ainda não está configurada." @@ -5196,7 +5208,7 @@ msgstr "A sincronização horária ainda não está configurada." msgid "Time interval for rekeying GTK" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:44 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:45 msgid "Timezone" msgstr "Fuso Horário" @@ -5674,8 +5686,8 @@ msgstr "" msgid "Waiting for device..." msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:96 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:106 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:97 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:107 msgid "Warning" msgstr "Aviso" @@ -5770,7 +5782,7 @@ msgstr "A rede wireless está ativada" msgid "Write received DNS requests to syslog" msgstr "Escrever os pedidos de DNS para o syslog" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:88 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:89 msgid "Write system log to file" msgstr "" @@ -5794,7 +5806,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:221 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:243 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:253 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:298 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:299 msgid "" "You must enable JavaScript in your browser or LuCI will not work properly." msgstr "" @@ -5808,19 +5820,19 @@ msgid "" "or Safari." msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:118 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:119 msgid "ZRam Compression Algorithm" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:125 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:126 msgid "ZRam Compression Streams" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:25 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:26 msgid "ZRam Settings" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:113 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:114 msgid "ZRam Size" msgstr "" @@ -6027,7 +6039,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:133 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:215 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:225 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:250 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:251 msgid "off" msgstr "desligado" @@ -6035,7 +6047,7 @@ msgstr "desligado" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:132 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:214 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:224 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:247 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:248 msgid "on" msgstr "ligado" diff --git a/modules/luci-base/po/ro/base.po b/modules/luci-base/po/ro/base.po index 618428c36d..4cc48dc084 100644 --- a/modules/luci-base/po/ro/base.po +++ b/modules/luci-base/po/ro/base.po @@ -56,16 +56,16 @@ msgstr "(nici o interfata atasata)" msgid "-- Additional Field --" msgstr "-- Camp suplimentar --" -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:841 -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:850 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:840 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:849 #: modules/luci-base/luasrc/view/cbi/header.htm:5 #: protocols/luci-proto-3g/luasrc/model/cbi/admin_network/proto_3g.lua:26 #: protocols/luci-proto-qmi/luasrc/model/cbi/admin_network/proto_qmi.lua:36 msgid "-- Please choose --" msgstr "-- Te rog sa alegi --" -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:866 -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:1030 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:865 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:1025 #: modules/luci-base/luasrc/view/cbi/header.htm:6 msgid "-- custom --" msgstr "-- particularizat --" @@ -395,6 +395,10 @@ msgstr "Adresa de acces punte locala repetor" msgid "Administration" msgstr "Administrare" +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:25 +msgid "Advanced" +msgstr "" + #: modules/luci-mod-network/luasrc/model/cbi/admin_network/dhcp.lua:22 #: modules/luci-mod-network/luasrc/model/cbi/admin_network/ifaces.lua:189 #: modules/luci-mod-network/luasrc/model/cbi/admin_network/ifaces.lua:463 @@ -410,7 +414,7 @@ msgstr "Setari avansate" msgid "Aggregate Transmit Power(ACTATP)" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:99 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:100 msgid "Alert" msgstr "Alerta" @@ -671,8 +675,8 @@ msgstr "Necesita Autorizare" #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:214 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:215 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:223 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:246 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:249 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:247 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:250 msgid "Auto Refresh" msgstr "Reimprospatare automata" @@ -1146,11 +1150,11 @@ msgstr "Creaza interfata" msgid "Create a bridge over multiple interfaces" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:98 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:99 msgid "Critical" msgstr "Critic" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:102 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:103 msgid "Cron Log Level" msgstr "" @@ -1285,8 +1289,8 @@ msgstr "" msgid "Data Rate" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:93 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:104 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:94 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:105 msgid "Debug" msgstr "" @@ -1588,7 +1592,7 @@ msgstr "Editeaza aceasta interfata" msgid "Edit this network" msgstr "Editeaza aceasta retea" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:100 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:101 msgid "Emergency" msgstr "Urgenta" @@ -1627,7 +1631,7 @@ msgstr "" msgid "Enable Jumbo Frame passthrough" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:215 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:238 msgid "Enable NTP client" msgstr "" @@ -1741,7 +1745,7 @@ msgstr "Stergere..." #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/network.js:107 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/network.js:108 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/network.js:109 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:97 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:98 msgid "Error" msgstr "Eroare" @@ -1790,15 +1794,15 @@ msgstr "" msgid "External R1 Key Holder List" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:74 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:75 msgid "External system log server" msgstr "Server de log-uri extern" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:79 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:80 msgid "External system log server port" msgstr "Portul serverului de log-uri extern" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:84 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:85 msgid "External system log server protocol" msgstr "" @@ -2067,7 +2071,7 @@ msgstr "" #: themes/luci-theme-bootstrap/luasrc/view/themes/bootstrap/header.htm:198 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:235 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:262 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:288 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:289 msgid "Go to password configuration..." msgstr "" @@ -2152,7 +2156,7 @@ msgstr "" #: modules/luci-mod-network/luasrc/model/cbi/admin_network/dhcp.lua:283 #: modules/luci-mod-network/luasrc/model/cbi/admin_network/hosts.lua:15 #: modules/luci-mod-status/luasrc/view/admin_status/index/10-system.htm:17 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:35 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:36 #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:129 msgid "Hostname" msgstr "Numele de host" @@ -2479,7 +2483,7 @@ msgstr "" msgid "Inbound:" msgstr "Intrare:" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:94 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:95 msgid "Info" msgstr "Informatii" @@ -2590,7 +2594,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:220 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:242 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:252 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:295 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:296 msgid "JavaScript required!" msgstr "Ai nevoie de JavaScript !" @@ -2670,7 +2674,7 @@ msgstr "" msgid "Label" msgstr "Eticheta" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:136 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:137 msgid "Language" msgstr "Limba" @@ -2851,7 +2855,7 @@ msgid "Local Startup" msgstr "" #: modules/luci-mod-status/luasrc/view/admin_status/index/10-system.htm:25 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:31 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:32 msgid "Local Time" msgstr "Ora locala" @@ -2887,7 +2891,7 @@ msgstr "" msgid "Locked to channel %s used by: %s" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:92 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:93 msgid "Log output level" msgstr "" @@ -3186,7 +3190,7 @@ msgstr "" msgid "NT Domain" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:238 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:261 msgid "NTP server candidates" msgstr "" @@ -3289,7 +3293,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:103 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:232 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:259 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:283 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:284 msgid "No password set!" msgstr "Nici o parola setata !" @@ -3338,7 +3342,7 @@ msgstr "" msgid "None" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:105 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:106 msgid "Normal" msgstr "Normal" @@ -3360,7 +3364,7 @@ msgstr "Nu este conectat" msgid "Note: interface name length" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:95 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:96 msgid "Notice" msgstr "Notificare" @@ -3372,7 +3376,7 @@ msgstr "" msgid "Number of cached DNS entries (max is 10000, 0 is no caching)" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:125 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:126 msgid "Number of parallel threads used for compression" msgstr "" @@ -3795,6 +3799,14 @@ msgstr "Introdu utilizatorul si parola." msgid "Policy" msgstr "" +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:178 +msgid "Polling interval" +msgstr "" + +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:179 +msgid "Polling interval for status queries in seconds" +msgstr "" + #: modules/luci-mod-system/luasrc/model/cbi/admin_system/dropbear.lua:22 msgid "Port" msgstr "Port" @@ -3884,7 +3896,7 @@ msgstr "" msgid "Protocol support is not installed" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:234 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:257 msgid "Provide NTP server" msgstr "" @@ -4150,7 +4162,7 @@ msgstr "" #: modules/luci-mod-network/luasrc/model/cbi/admin_network/wifi.lua:1089 msgid "" "Requires the 'full' version of wpad/hostapd and support from the wifi driver " -"<br />(as of Feb 2017: ath9k and ath10k, in LEDE also mwlwifi and mt76)" +"<br />(as of Jan 2019: ath9k, ath10k, mwlwifi and mt76)" msgstr "" #: modules/luci-mod-network/luasrc/model/cbi/admin_network/dhcp.lua:95 @@ -4425,7 +4437,7 @@ msgid "" "sense events do not invoke hotplug handlers)." msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:206 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:229 #, fuzzy msgid "Set up Time Synchronization" msgstr "Configurare sincronizare timp" @@ -4493,7 +4505,7 @@ msgstr "Marime" msgid "Size of DNS query cache" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:113 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:114 msgid "Size of the ZRam device in megabytes" msgstr "" @@ -4738,7 +4750,7 @@ msgstr "Log de sistem" msgid "System Properties" msgstr "Proprietati sistem" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:69 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:70 msgid "System log buffer size" msgstr "" @@ -4951,7 +4963,7 @@ msgid "" "you choose the generic image format for your platform." msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:156 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:157 msgid "Theme" msgstr "" @@ -4982,7 +4994,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:104 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:233 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:260 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:286 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:287 msgid "" "There is no password set on this router. Please configure a root password to " "protect the web interface and enable SSH." @@ -5065,12 +5077,12 @@ msgstr "" msgid "This section contains no values yet" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:200 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:211 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:223 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:234 msgid "Time Synchronization" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:205 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:228 msgid "Time Synchronization is not configured yet." msgstr "" @@ -5078,7 +5090,7 @@ msgstr "" msgid "Time interval for rekeying GTK" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:44 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:45 msgid "Timezone" msgstr "Fusul orar" @@ -5553,8 +5565,8 @@ msgstr "" msgid "Waiting for device..." msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:96 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:106 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:97 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:107 msgid "Warning" msgstr "Avertizare" @@ -5649,7 +5661,7 @@ msgstr "Reteaua wireless este activata" msgid "Write received DNS requests to syslog" msgstr "Scrie cererile DNS primite in syslog" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:88 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:89 msgid "Write system log to file" msgstr "" @@ -5668,7 +5680,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:221 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:243 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:253 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:298 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:299 msgid "" "You must enable JavaScript in your browser or LuCI will not work properly." msgstr "" @@ -5680,19 +5692,19 @@ msgid "" "or Safari." msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:118 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:119 msgid "ZRam Compression Algorithm" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:125 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:126 msgid "ZRam Compression Streams" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:25 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:26 msgid "ZRam Settings" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:113 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:114 msgid "ZRam Size" msgstr "" @@ -5896,7 +5908,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:133 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:215 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:225 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:250 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:251 msgid "off" msgstr "" @@ -5904,7 +5916,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:132 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:214 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:224 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:247 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:248 msgid "on" msgstr "" diff --git a/modules/luci-base/po/ru/base.po b/modules/luci-base/po/ru/base.po index c390fc78a9..8b4a5be1f4 100644 --- a/modules/luci-base/po/ru/base.po +++ b/modules/luci-base/po/ru/base.po @@ -59,16 +59,16 @@ msgstr "(нет ÑвÑзанных интерфейÑов)" msgid "-- Additional Field --" msgstr "-- Дополнительно --" -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:841 -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:850 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:840 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:849 #: modules/luci-base/luasrc/view/cbi/header.htm:5 #: protocols/luci-proto-3g/luasrc/model/cbi/admin_network/proto_3g.lua:26 #: protocols/luci-proto-qmi/luasrc/model/cbi/admin_network/proto_qmi.lua:36 msgid "-- Please choose --" msgstr "-- Сделайте выбор --" -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:866 -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:1030 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:865 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:1025 #: modules/luci-base/luasrc/view/cbi/header.htm:6 msgid "-- custom --" msgstr "-- пользовательÑкий --" @@ -406,6 +406,10 @@ msgstr "ÐÐ´Ñ€ÐµÑ Ð´Ð»Ñ Ð´Ð¾Ñтупа к локальному моÑту-ре msgid "Administration" msgstr "Управление" +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:25 +msgid "Advanced" +msgstr "" + #: modules/luci-mod-network/luasrc/model/cbi/admin_network/dhcp.lua:22 #: modules/luci-mod-network/luasrc/model/cbi/admin_network/ifaces.lua:189 #: modules/luci-mod-network/luasrc/model/cbi/admin_network/ifaces.lua:463 @@ -421,7 +425,7 @@ msgstr "Дополнительные наÑтройки" msgid "Aggregate Transmit Power(ACTATP)" msgstr "Aggregate Transmit Power (ACTATP)" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:99 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:100 msgid "Alert" msgstr "Тревога" @@ -697,8 +701,8 @@ msgstr "Выполните аутентификацию" #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:214 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:215 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:223 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:246 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:249 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:247 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:250 msgid "Auto Refresh" msgstr "Ðвтообновление" @@ -1205,11 +1209,11 @@ msgstr "Создать интерфейÑ" msgid "Create a bridge over multiple interfaces" msgstr "Создать моÑÑ‚ над неÑколькими интерфейÑами" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:98 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:99 msgid "Critical" msgstr "КритичеÑÐºÐ°Ñ ÑитуациÑ" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:102 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:103 msgid "Cron Log Level" msgstr "ЗапиÑÑŒ Ñобытий cron" @@ -1348,8 +1352,8 @@ msgstr "DUID" msgid "Data Rate" msgstr "СкороÑÑ‚ÑŒ передачи данных" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:93 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:104 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:94 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:105 msgid "Debug" msgstr "Отладка" @@ -1669,7 +1673,7 @@ msgstr "Изменить Ñтот интерфейÑ" msgid "Edit this network" msgstr "Редактировать Ñту Ñеть" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:100 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:101 msgid "Emergency" msgstr "Ð§Ñ€ÐµÐ·Ð²Ñ‹Ñ‡Ð°Ð¹Ð½Ð°Ñ ÑитуациÑ" @@ -1710,7 +1714,7 @@ msgstr "Включить IPv6-ÑоглаÑование на PPP-Ñоединен msgid "Enable Jumbo Frame passthrough" msgstr "ПропуÑкать Jumbo-кадры" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:215 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:238 msgid "Enable NTP client" msgstr "Включить NTP-клиент" @@ -1826,7 +1830,7 @@ msgstr "Стирание..." #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/network.js:107 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/network.js:108 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/network.js:109 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:97 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:98 msgid "Error" msgstr "Ошибка" @@ -1877,15 +1881,15 @@ msgstr "Внешний R0 Key Holder List" msgid "External R1 Key Holder List" msgstr "Внешний R0 Key Holder List" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:74 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:75 msgid "External system log server" msgstr "Внешний Ñервер ÑиÑтемного журнала" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:79 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:80 msgid "External system log server port" msgstr "Порт внешнего Ñервера ÑиÑтемного журнала" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:84 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:85 msgid "External system log server protocol" msgstr "Внешний протокол лог-Ñервера" @@ -2159,7 +2163,7 @@ msgstr "ОÑновные наÑтройки Ñети" #: themes/luci-theme-bootstrap/luasrc/view/themes/bootstrap/header.htm:198 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:235 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:262 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:288 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:289 msgid "Go to password configuration..." msgstr "Перейти к наÑтройке паролÑ..." @@ -2244,7 +2248,7 @@ msgstr "Содержимое Host-Uniq тега" #: modules/luci-mod-network/luasrc/model/cbi/admin_network/dhcp.lua:283 #: modules/luci-mod-network/luasrc/model/cbi/admin_network/hosts.lua:15 #: modules/luci-mod-status/luasrc/view/admin_status/index/10-system.htm:17 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:35 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:36 #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:129 msgid "Hostname" msgstr "Ð˜Ð¼Ñ Ñ…Ð¾Ñта" @@ -2584,7 +2588,7 @@ msgstr "Промежуток времени бездейÑтвиÑ" msgid "Inbound:" msgstr "ВходÑщий:" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:94 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:95 msgid "Info" msgstr "ИнформациÑ" @@ -2696,7 +2700,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:220 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:242 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:252 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:295 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:296 msgid "JavaScript required!" msgstr "ТребуетÑÑ JavaScript!" @@ -2776,7 +2780,7 @@ msgstr "LLC" msgid "Label" msgstr "Метка" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:136 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:137 msgid "Language" msgstr "Язык" @@ -2971,7 +2975,7 @@ msgid "Local Startup" msgstr "ЗапуÑк пакетов и Ñлужб пользователÑ, при включении уÑтройÑтва" #: modules/luci-mod-status/luasrc/view/admin_status/index/10-system.htm:25 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:31 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:32 msgid "Local Time" msgstr "Дата и времÑ" @@ -3014,7 +3018,7 @@ msgstr "Локализовывать запроÑÑ‹" msgid "Locked to channel %s used by: %s" msgstr "Блокировать канал %s иÑпользуемый: %s" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:92 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:93 msgid "Log output level" msgstr "ЗапиÑÑŒ Ñобытий" @@ -3319,7 +3323,7 @@ msgstr "NDP-прокÑи" msgid "NT Domain" msgstr "NT домен" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:238 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:261 msgid "NTP server candidates" msgstr "СпиÑок NTP-Ñерверов" @@ -3422,7 +3426,7 @@ msgstr "Ðе задано Ð¸Ð¼Ñ Ñети" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:103 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:232 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:259 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:283 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:284 msgid "No password set!" msgstr "Пароль не уÑтановлен!" @@ -3471,7 +3475,7 @@ msgstr "Ðе иÑпользовать wildcard" msgid "None" msgstr "Ðичего" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:105 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:106 msgid "Normal" msgstr "Ðормально" @@ -3493,7 +3497,7 @@ msgstr "Ðе подключено" msgid "Note: interface name length" msgstr "Внимание: длина имени интерфейÑа" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:95 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:96 msgid "Notice" msgstr "Заметка" @@ -3507,7 +3511,7 @@ msgstr "" "КоличеÑтво кÑшированных DNS запиÑей (макÑимум — 10000, 0 — отключить " "кÑширование)" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:125 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:126 msgid "Number of parallel threads used for compression" msgstr "КоличеÑтво параллельных потоков иÑпользуемых Ð´Ð»Ñ ÐºÐ¾Ð¼Ð¿Ñ€ÐµÑÑии" @@ -3952,6 +3956,14 @@ msgstr "Введите логин и пароль." msgid "Policy" msgstr "Политика" +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:178 +msgid "Polling interval" +msgstr "" + +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:179 +msgid "Polling interval for status queries in seconds" +msgstr "" + #: modules/luci-mod-system/luasrc/model/cbi/admin_system/dropbear.lua:22 msgid "Port" msgstr "Порт" @@ -4043,7 +4055,7 @@ msgstr "Протокол нового интерфейÑа" msgid "Protocol support is not installed" msgstr "Поддержка протокола не уÑтановлена" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:234 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:257 msgid "Provide NTP server" msgstr "Включить NTP-Ñервер" @@ -4330,10 +4342,10 @@ msgstr "" #: modules/luci-mod-network/luasrc/model/cbi/admin_network/wifi.lua:1089 msgid "" "Requires the 'full' version of wpad/hostapd and support from the wifi driver " -"<br />(as of Feb 2017: ath9k and ath10k, in LEDE also mwlwifi and mt76)" +"<br />(as of Jan 2019: ath9k, ath10k, mwlwifi and mt76)" msgstr "" "ТребуетÑÑ 'полнаÑ' верÑÐ¸Ñ wpad/hostapd и поддержка Ñо Ñтороны WiFi драйвера " -"в <br />(as of Feb 2017: ath9k and ath10k, in LEDE also mwlwifi and mt76)" +"в <br />(as of Jan 2019: ath9k, ath10k, mwlwifi and mt76)" #: modules/luci-mod-network/luasrc/model/cbi/admin_network/dhcp.lua:95 msgid "" @@ -4617,7 +4629,7 @@ msgid "" msgstr "" "ÐвтоматичеÑки активировать Ñоединение, при подключении в разъем кабелÑ." -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:206 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:229 msgid "Set up Time Synchronization" msgstr "ÐаÑтройка Ñинхронизации времени" @@ -4684,7 +4696,7 @@ msgstr "Размер" msgid "Size of DNS query cache" msgstr "Размер кÑша DNS запроÑа" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:113 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:114 msgid "Size of the ZRam device in megabytes" msgstr "Размер ZRam в мегабайтах" @@ -4944,7 +4956,7 @@ msgstr "СиÑтемный журнал" msgid "System Properties" msgstr "СвойÑтва ÑиÑтемы" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:69 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:70 msgid "System log buffer size" msgstr "Размер ÑиÑтемного журнала" @@ -5199,7 +5211,7 @@ msgstr "" "Загруженный файл прошивки не поддерживаетÑÑ. Проверьте, что вы загрузили " "подходÑщую прошивку Ð´Ð»Ñ Ñ‡Ð¸Ð¿Ð° вашего уÑтройÑтва." -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:156 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:157 msgid "Theme" msgstr "Тема" @@ -5232,7 +5244,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:104 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:233 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:260 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:286 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:287 msgid "" "There is no password set on this router. Please configure a root password to " "protect the web interface and enable SSH." @@ -5334,12 +5346,12 @@ msgstr "" msgid "This section contains no values yet" msgstr "ЗдеÑÑŒ не ÑодержатÑÑ Ð½ÐµÐ¾Ð±Ñ…Ð¾Ð´Ð¸Ð¼Ñ‹Ðµ значениÑ" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:200 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:211 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:223 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:234 msgid "Time Synchronization" msgstr "Ð¡Ð¸Ð½Ñ…Ñ€Ð¾Ð½Ð¸Ð·Ð°Ñ†Ð¸Ñ Ð²Ñ€ÐµÐ¼ÐµÐ½Ð¸" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:205 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:228 msgid "Time Synchronization is not configured yet." msgstr "Ð¡Ð¸Ð½Ñ…Ñ€Ð¾Ð½Ð¸Ð·Ð°Ñ†Ð¸Ñ Ð²Ñ€ÐµÐ¼ÐµÐ½Ð¸ ещё не наÑтроена." @@ -5347,7 +5359,7 @@ msgstr "Ð¡Ð¸Ð½Ñ…Ñ€Ð¾Ð½Ð¸Ð·Ð°Ñ†Ð¸Ñ Ð²Ñ€ÐµÐ¼ÐµÐ½Ð¸ ещё не наÑтроена msgid "Time interval for rekeying GTK" msgstr "Интервал регенерации ключей GTK" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:44 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:45 msgid "Timezone" msgstr "ЧаÑовой поÑÑ" @@ -5839,8 +5851,8 @@ msgstr "Ожидание Ð¿Ñ€Ð¸Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ ÐºÐ¾Ð½Ñ„Ð¸Ð³ÑƒÑ€Ð°Ñ†Ð¸Ð¸... %d ÑÐ msgid "Waiting for device..." msgstr "Ожидание Ð¿Ð¾Ð´ÐºÐ»ÑŽÑ‡ÐµÐ½Ð¸Ñ ÑƒÑтройÑтва..." -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:96 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:106 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:97 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:107 msgid "Warning" msgstr "Внимание" @@ -5940,7 +5952,7 @@ msgstr "БеÑÐ¿Ñ€Ð¾Ð²Ð¾Ð´Ð½Ð°Ñ Ñеть включена" msgid "Write received DNS requests to syslog" msgstr "ЗапиÑывать полученные DNS-запроÑÑ‹ в ÑиÑтемный журнал" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:88 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:89 msgid "Write system log to file" msgstr "ЗапиÑывать ÑиÑтемные ÑÐ¾Ð±Ñ‹Ñ‚Ð¸Ñ Ð² файл" @@ -5963,7 +5975,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:221 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:243 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:253 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:298 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:299 msgid "" "You must enable JavaScript in your browser or LuCI will not work properly." msgstr "" @@ -5980,19 +5992,19 @@ msgstr "" "Обновите его до верÑии 7 или иÑпользуйте другой браузер, например Firefox, " "Opera или Safari." -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:118 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:119 msgid "ZRam Compression Algorithm" msgstr "Ðлгоритм компреÑÑии ZRam" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:125 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:126 msgid "ZRam Compression Streams" msgstr "Потоки компреÑÑии ZRam" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:25 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:26 msgid "ZRam Settings" msgstr "ÐаÑтройки ZRam" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:113 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:114 msgid "ZRam Size" msgstr "Размер ZRam" @@ -6198,7 +6210,7 @@ msgstr "не ÑущеÑтвует" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:133 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:215 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:225 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:250 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:251 msgid "off" msgstr "выключено" @@ -6206,7 +6218,7 @@ msgstr "выключено" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:132 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:214 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:224 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:247 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:248 msgid "on" msgstr "включено" diff --git a/modules/luci-base/po/sk/base.po b/modules/luci-base/po/sk/base.po index cad6615afc..bd8835f0ab 100644 --- a/modules/luci-base/po/sk/base.po +++ b/modules/luci-base/po/sk/base.po @@ -53,16 +53,16 @@ msgstr "" msgid "-- Additional Field --" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:841 -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:850 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:840 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:849 #: modules/luci-base/luasrc/view/cbi/header.htm:5 #: protocols/luci-proto-3g/luasrc/model/cbi/admin_network/proto_3g.lua:26 #: protocols/luci-proto-qmi/luasrc/model/cbi/admin_network/proto_qmi.lua:36 msgid "-- Please choose --" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:866 -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:1030 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:865 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:1025 #: modules/luci-base/luasrc/view/cbi/header.htm:6 msgid "-- custom --" msgstr "" @@ -384,6 +384,10 @@ msgstr "" msgid "Administration" msgstr "" +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:25 +msgid "Advanced" +msgstr "" + #: modules/luci-mod-network/luasrc/model/cbi/admin_network/dhcp.lua:22 #: modules/luci-mod-network/luasrc/model/cbi/admin_network/ifaces.lua:189 #: modules/luci-mod-network/luasrc/model/cbi/admin_network/ifaces.lua:463 @@ -399,7 +403,7 @@ msgstr "" msgid "Aggregate Transmit Power(ACTATP)" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:99 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:100 msgid "Alert" msgstr "" @@ -658,8 +662,8 @@ msgstr "" #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:214 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:215 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:223 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:246 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:249 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:247 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:250 msgid "Auto Refresh" msgstr "" @@ -1130,11 +1134,11 @@ msgstr "" msgid "Create a bridge over multiple interfaces" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:98 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:99 msgid "Critical" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:102 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:103 msgid "Cron Log Level" msgstr "" @@ -1269,8 +1273,8 @@ msgstr "" msgid "Data Rate" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:93 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:104 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:94 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:105 msgid "Debug" msgstr "" @@ -1570,7 +1574,7 @@ msgstr "" msgid "Edit this network" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:100 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:101 msgid "Emergency" msgstr "" @@ -1609,7 +1613,7 @@ msgstr "" msgid "Enable Jumbo Frame passthrough" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:215 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:238 msgid "Enable NTP client" msgstr "" @@ -1723,7 +1727,7 @@ msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/network.js:107 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/network.js:108 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/network.js:109 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:97 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:98 msgid "Error" msgstr "" @@ -1772,15 +1776,15 @@ msgstr "" msgid "External R1 Key Holder List" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:74 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:75 msgid "External system log server" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:79 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:80 msgid "External system log server port" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:84 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:85 msgid "External system log server protocol" msgstr "" @@ -2048,7 +2052,7 @@ msgstr "" #: themes/luci-theme-bootstrap/luasrc/view/themes/bootstrap/header.htm:198 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:235 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:262 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:288 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:289 msgid "Go to password configuration..." msgstr "" @@ -2131,7 +2135,7 @@ msgstr "" #: modules/luci-mod-network/luasrc/model/cbi/admin_network/dhcp.lua:283 #: modules/luci-mod-network/luasrc/model/cbi/admin_network/hosts.lua:15 #: modules/luci-mod-status/luasrc/view/admin_status/index/10-system.htm:17 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:35 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:36 #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:129 msgid "Hostname" msgstr "" @@ -2458,7 +2462,7 @@ msgstr "" msgid "Inbound:" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:94 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:95 msgid "Info" msgstr "" @@ -2566,7 +2570,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:220 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:242 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:252 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:295 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:296 msgid "JavaScript required!" msgstr "" @@ -2646,7 +2650,7 @@ msgstr "" msgid "Label" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:136 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:137 msgid "Language" msgstr "" @@ -2827,7 +2831,7 @@ msgid "Local Startup" msgstr "" #: modules/luci-mod-status/luasrc/view/admin_status/index/10-system.htm:25 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:31 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:32 msgid "Local Time" msgstr "" @@ -2863,7 +2867,7 @@ msgstr "" msgid "Locked to channel %s used by: %s" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:92 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:93 msgid "Log output level" msgstr "" @@ -3162,7 +3166,7 @@ msgstr "" msgid "NT Domain" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:238 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:261 msgid "NTP server candidates" msgstr "" @@ -3265,7 +3269,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:103 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:232 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:259 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:283 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:284 msgid "No password set!" msgstr "" @@ -3314,7 +3318,7 @@ msgstr "" msgid "None" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:105 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:106 msgid "Normal" msgstr "" @@ -3336,7 +3340,7 @@ msgstr "" msgid "Note: interface name length" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:95 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:96 msgid "Notice" msgstr "" @@ -3348,7 +3352,7 @@ msgstr "" msgid "Number of cached DNS entries (max is 10000, 0 is no caching)" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:125 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:126 msgid "Number of parallel threads used for compression" msgstr "" @@ -3771,6 +3775,14 @@ msgstr "" msgid "Policy" msgstr "" +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:178 +msgid "Polling interval" +msgstr "" + +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:179 +msgid "Polling interval for status queries in seconds" +msgstr "" + #: modules/luci-mod-system/luasrc/model/cbi/admin_system/dropbear.lua:22 msgid "Port" msgstr "" @@ -3860,7 +3872,7 @@ msgstr "" msgid "Protocol support is not installed" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:234 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:257 msgid "Provide NTP server" msgstr "" @@ -4124,7 +4136,7 @@ msgstr "" #: modules/luci-mod-network/luasrc/model/cbi/admin_network/wifi.lua:1089 msgid "" "Requires the 'full' version of wpad/hostapd and support from the wifi driver " -"<br />(as of Feb 2017: ath9k and ath10k, in LEDE also mwlwifi and mt76)" +"<br />(as of Jan 2019: ath9k, ath10k, mwlwifi and mt76)" msgstr "" #: modules/luci-mod-network/luasrc/model/cbi/admin_network/dhcp.lua:95 @@ -4399,7 +4411,7 @@ msgid "" "sense events do not invoke hotplug handlers)." msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:206 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:229 msgid "Set up Time Synchronization" msgstr "" @@ -4466,7 +4478,7 @@ msgstr "" msgid "Size of DNS query cache" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:113 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:114 msgid "Size of the ZRam device in megabytes" msgstr "" @@ -4711,7 +4723,7 @@ msgstr "" msgid "System Properties" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:69 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:70 msgid "System log buffer size" msgstr "" @@ -4924,7 +4936,7 @@ msgid "" "you choose the generic image format for your platform." msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:156 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:157 msgid "Theme" msgstr "" @@ -4955,7 +4967,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:104 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:233 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:260 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:286 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:287 msgid "" "There is no password set on this router. Please configure a root password to " "protect the web interface and enable SSH." @@ -5036,12 +5048,12 @@ msgstr "" msgid "This section contains no values yet" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:200 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:211 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:223 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:234 msgid "Time Synchronization" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:205 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:228 msgid "Time Synchronization is not configured yet." msgstr "" @@ -5049,7 +5061,7 @@ msgstr "" msgid "Time interval for rekeying GTK" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:44 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:45 msgid "Timezone" msgstr "" @@ -5522,8 +5534,8 @@ msgstr "" msgid "Waiting for device..." msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:96 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:106 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:97 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:107 msgid "Warning" msgstr "" @@ -5618,7 +5630,7 @@ msgstr "" msgid "Write received DNS requests to syslog" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:88 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:89 msgid "Write system log to file" msgstr "" @@ -5637,7 +5649,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:221 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:243 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:253 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:298 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:299 msgid "" "You must enable JavaScript in your browser or LuCI will not work properly." msgstr "" @@ -5649,19 +5661,19 @@ msgid "" "or Safari." msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:118 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:119 msgid "ZRam Compression Algorithm" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:125 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:126 msgid "ZRam Compression Streams" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:25 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:26 msgid "ZRam Settings" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:113 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:114 msgid "ZRam Size" msgstr "" @@ -5865,7 +5877,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:133 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:215 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:225 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:250 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:251 msgid "off" msgstr "" @@ -5873,7 +5885,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:132 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:214 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:224 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:247 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:248 msgid "on" msgstr "" diff --git a/modules/luci-base/po/sv/base.po b/modules/luci-base/po/sv/base.po index f880a21e2e..54e34b30a5 100644 --- a/modules/luci-base/po/sv/base.po +++ b/modules/luci-base/po/sv/base.po @@ -55,16 +55,16 @@ msgstr "(inga gränssnitt har bifogats)" msgid "-- Additional Field --" msgstr "-- Ytterligare fält --" -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:841 -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:850 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:840 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:849 #: modules/luci-base/luasrc/view/cbi/header.htm:5 #: protocols/luci-proto-3g/luasrc/model/cbi/admin_network/proto_3g.lua:26 #: protocols/luci-proto-qmi/luasrc/model/cbi/admin_network/proto_qmi.lua:36 msgid "-- Please choose --" msgstr "-- Vänligen välj --" -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:866 -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:1030 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:865 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:1025 #: modules/luci-base/luasrc/view/cbi/header.htm:6 msgid "-- custom --" msgstr "-- anpassad --" @@ -391,6 +391,10 @@ msgstr "Adress för att komma Ã¥t lokal reläbrygga" msgid "Administration" msgstr "Administration" +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:25 +msgid "Advanced" +msgstr "" + #: modules/luci-mod-network/luasrc/model/cbi/admin_network/dhcp.lua:22 #: modules/luci-mod-network/luasrc/model/cbi/admin_network/ifaces.lua:189 #: modules/luci-mod-network/luasrc/model/cbi/admin_network/ifaces.lua:463 @@ -406,7 +410,7 @@ msgstr "Avancerade inställningar" msgid "Aggregate Transmit Power(ACTATP)" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:99 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:100 msgid "Alert" msgstr "Varning" @@ -668,8 +672,8 @@ msgstr "TillstÃ¥nd krävs" #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:214 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:215 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:223 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:246 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:249 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:247 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:250 msgid "Auto Refresh" msgstr "Uppdatera automatiskt" @@ -1143,11 +1147,11 @@ msgstr "Skapa gränssnitt" msgid "Create a bridge over multiple interfaces" msgstr "Skapa en brygga över flera gränssnitt" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:98 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:99 msgid "Critical" msgstr "Kritisk" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:102 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:103 msgid "Cron Log Level" msgstr "LoggnivÃ¥ för Cron" @@ -1282,8 +1286,8 @@ msgstr "" msgid "Data Rate" msgstr "Datahastighet" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:93 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:104 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:94 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:105 msgid "Debug" msgstr "Avlusa" @@ -1589,7 +1593,7 @@ msgstr "Redigera det här gränssnittet" msgid "Edit this network" msgstr "Redigera det här nätverket" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:100 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:101 msgid "Emergency" msgstr "Nödsituation" @@ -1628,7 +1632,7 @@ msgstr "" msgid "Enable Jumbo Frame passthrough" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:215 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:238 msgid "Enable NTP client" msgstr "Aktivera NTP-klient" @@ -1742,7 +1746,7 @@ msgstr "Raderar..." #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/network.js:107 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/network.js:108 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/network.js:109 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:97 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:98 msgid "Error" msgstr "Fel" @@ -1791,15 +1795,15 @@ msgstr "" msgid "External R1 Key Holder List" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:74 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:75 msgid "External system log server" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:79 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:80 msgid "External system log server port" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:84 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:85 msgid "External system log server protocol" msgstr "" @@ -2067,7 +2071,7 @@ msgstr "Globala nätverksalternativ" #: themes/luci-theme-bootstrap/luasrc/view/themes/bootstrap/header.htm:198 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:235 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:262 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:288 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:289 msgid "Go to password configuration..." msgstr "GÃ¥ till lösenordskonfiguration..." @@ -2150,7 +2154,7 @@ msgstr "" #: modules/luci-mod-network/luasrc/model/cbi/admin_network/dhcp.lua:283 #: modules/luci-mod-network/luasrc/model/cbi/admin_network/hosts.lua:15 #: modules/luci-mod-status/luasrc/view/admin_status/index/10-system.htm:17 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:35 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:36 #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:129 msgid "Hostname" msgstr "Värdnamn" @@ -2477,7 +2481,7 @@ msgstr "" msgid "Inbound:" msgstr "Ankommande" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:94 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:95 msgid "Info" msgstr "Info" @@ -2585,7 +2589,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:220 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:242 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:252 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:295 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:296 msgid "JavaScript required!" msgstr "JavaScript krävs!" @@ -2665,7 +2669,7 @@ msgstr "LLC" msgid "Label" msgstr "Märke" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:136 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:137 msgid "Language" msgstr "SprÃ¥k" @@ -2847,7 +2851,7 @@ msgid "Local Startup" msgstr "Lokal uppstart" #: modules/luci-mod-status/luasrc/view/admin_status/index/10-system.htm:25 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:31 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:32 msgid "Local Time" msgstr "Lokal tid" @@ -2883,7 +2887,7 @@ msgstr "Lokalisera förfrÃ¥gningar" msgid "Locked to channel %s used by: %s" msgstr "LÃ¥st till kanalen %s som används av: %s" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:92 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:93 msgid "Log output level" msgstr "" @@ -3182,7 +3186,7 @@ msgstr "" msgid "NT Domain" msgstr "NT-domän" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:238 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:261 msgid "NTP server candidates" msgstr "NTP-serverkandidater" @@ -3285,7 +3289,7 @@ msgstr "Inget nätverksnamn angavs" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:103 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:232 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:259 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:283 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:284 msgid "No password set!" msgstr "Inget lösenord inställt!" @@ -3334,7 +3338,7 @@ msgstr "" msgid "None" msgstr "Ingen" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:105 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:106 msgid "Normal" msgstr "Normal" @@ -3356,7 +3360,7 @@ msgstr "Inte ansluten" msgid "Note: interface name length" msgstr "Notera: längden pÃ¥ gränssnittets namn" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:95 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:96 msgid "Notice" msgstr "Avisering" @@ -3368,7 +3372,7 @@ msgstr "Nslookup" msgid "Number of cached DNS entries (max is 10000, 0 is no caching)" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:125 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:126 msgid "Number of parallel threads used for compression" msgstr "" @@ -3791,6 +3795,14 @@ msgstr "Vänligen ange ditt användarnamn och lösenord." msgid "Policy" msgstr "" +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:178 +msgid "Polling interval" +msgstr "" + +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:179 +msgid "Polling interval for status queries in seconds" +msgstr "" + #: modules/luci-mod-system/luasrc/model/cbi/admin_system/dropbear.lua:22 msgid "Port" msgstr "Port" @@ -3880,7 +3892,7 @@ msgstr "Det nya gränssnittets protokoll" msgid "Protocol support is not installed" msgstr "Stöd för protokoll är inte installerat" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:234 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:257 msgid "Provide NTP server" msgstr "" @@ -4146,7 +4158,7 @@ msgstr "" #: modules/luci-mod-network/luasrc/model/cbi/admin_network/wifi.lua:1089 msgid "" "Requires the 'full' version of wpad/hostapd and support from the wifi driver " -"<br />(as of Feb 2017: ath9k and ath10k, in LEDE also mwlwifi and mt76)" +"<br />(as of Jan 2019: ath9k, ath10k, mwlwifi and mt76)" msgstr "" #: modules/luci-mod-network/luasrc/model/cbi/admin_network/dhcp.lua:95 @@ -4421,7 +4433,7 @@ msgid "" "sense events do not invoke hotplug handlers)." msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:206 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:229 msgid "Set up Time Synchronization" msgstr "Ställ in Tidssynkronisering" @@ -4488,7 +4500,7 @@ msgstr "Storlek" msgid "Size of DNS query cache" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:113 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:114 msgid "Size of the ZRam device in megabytes" msgstr "" @@ -4733,7 +4745,7 @@ msgstr "Systemlogg" msgid "System Properties" msgstr "Systemets egenskaper" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:69 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:70 msgid "System log buffer size" msgstr "" @@ -4946,7 +4958,7 @@ msgid "" "you choose the generic image format for your platform." msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:156 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:157 msgid "Theme" msgstr "Tema" @@ -4977,7 +4989,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:104 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:233 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:260 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:286 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:287 msgid "" "There is no password set on this router. Please configure a root password to " "protect the web interface and enable SSH." @@ -5060,12 +5072,12 @@ msgstr "" msgid "This section contains no values yet" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:200 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:211 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:223 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:234 msgid "Time Synchronization" msgstr "Synkronisering av tid" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:205 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:228 msgid "Time Synchronization is not configured yet." msgstr "Synkronisering av tid är inte inställd än." @@ -5073,7 +5085,7 @@ msgstr "Synkronisering av tid är inte inställd än." msgid "Time interval for rekeying GTK" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:44 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:45 msgid "Timezone" msgstr "Tidszon" @@ -5548,8 +5560,8 @@ msgstr "" msgid "Waiting for device..." msgstr "Väntar pÃ¥ enheten..." -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:96 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:106 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:97 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:107 msgid "Warning" msgstr "Varning" @@ -5645,7 +5657,7 @@ msgstr "TrÃ¥dlöst nätverk är aktiverat" msgid "Write received DNS requests to syslog" msgstr "Skriv mottagna DNS-förfrÃ¥gningar till syslogg" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:88 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:89 msgid "Write system log to file" msgstr "Skriv systemlogg till fil" @@ -5664,7 +5676,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:221 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:243 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:253 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:298 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:299 msgid "" "You must enable JavaScript in your browser or LuCI will not work properly." msgstr "" @@ -5681,19 +5693,19 @@ msgstr "" "Vänligen uppgradera den till minst version 7 eller använd en annan " "webbläsare till exempel Firefox, Opera eller Safari." -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:118 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:119 msgid "ZRam Compression Algorithm" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:125 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:126 msgid "ZRam Compression Streams" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:25 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:26 msgid "ZRam Settings" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:113 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:114 msgid "ZRam Size" msgstr "" @@ -5897,7 +5909,7 @@ msgstr "inte tillgängligt" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:133 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:215 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:225 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:250 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:251 msgid "off" msgstr "av" @@ -5905,7 +5917,7 @@ msgstr "av" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:132 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:214 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:224 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:247 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:248 msgid "on" msgstr "pÃ¥" diff --git a/modules/luci-base/po/templates/base.pot b/modules/luci-base/po/templates/base.pot index 0ba42f2a17..e4fe50ac4c 100644 --- a/modules/luci-base/po/templates/base.pot +++ b/modules/luci-base/po/templates/base.pot @@ -45,16 +45,16 @@ msgstr "" msgid "-- Additional Field --" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:841 -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:850 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:840 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:849 #: modules/luci-base/luasrc/view/cbi/header.htm:5 #: protocols/luci-proto-3g/luasrc/model/cbi/admin_network/proto_3g.lua:26 #: protocols/luci-proto-qmi/luasrc/model/cbi/admin_network/proto_qmi.lua:36 msgid "-- Please choose --" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:866 -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:1030 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:865 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:1025 #: modules/luci-base/luasrc/view/cbi/header.htm:6 msgid "-- custom --" msgstr "" @@ -376,6 +376,10 @@ msgstr "" msgid "Administration" msgstr "" +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:25 +msgid "Advanced" +msgstr "" + #: modules/luci-mod-network/luasrc/model/cbi/admin_network/dhcp.lua:22 #: modules/luci-mod-network/luasrc/model/cbi/admin_network/ifaces.lua:189 #: modules/luci-mod-network/luasrc/model/cbi/admin_network/ifaces.lua:463 @@ -391,7 +395,7 @@ msgstr "" msgid "Aggregate Transmit Power(ACTATP)" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:99 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:100 msgid "Alert" msgstr "" @@ -650,8 +654,8 @@ msgstr "" #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:214 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:215 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:223 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:246 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:249 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:247 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:250 msgid "Auto Refresh" msgstr "" @@ -1122,11 +1126,11 @@ msgstr "" msgid "Create a bridge over multiple interfaces" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:98 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:99 msgid "Critical" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:102 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:103 msgid "Cron Log Level" msgstr "" @@ -1261,8 +1265,8 @@ msgstr "" msgid "Data Rate" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:93 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:104 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:94 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:105 msgid "Debug" msgstr "" @@ -1562,7 +1566,7 @@ msgstr "" msgid "Edit this network" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:100 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:101 msgid "Emergency" msgstr "" @@ -1601,7 +1605,7 @@ msgstr "" msgid "Enable Jumbo Frame passthrough" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:215 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:238 msgid "Enable NTP client" msgstr "" @@ -1715,7 +1719,7 @@ msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/network.js:107 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/network.js:108 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/network.js:109 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:97 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:98 msgid "Error" msgstr "" @@ -1764,15 +1768,15 @@ msgstr "" msgid "External R1 Key Holder List" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:74 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:75 msgid "External system log server" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:79 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:80 msgid "External system log server port" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:84 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:85 msgid "External system log server protocol" msgstr "" @@ -2040,7 +2044,7 @@ msgstr "" #: themes/luci-theme-bootstrap/luasrc/view/themes/bootstrap/header.htm:198 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:235 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:262 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:288 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:289 msgid "Go to password configuration..." msgstr "" @@ -2123,7 +2127,7 @@ msgstr "" #: modules/luci-mod-network/luasrc/model/cbi/admin_network/dhcp.lua:283 #: modules/luci-mod-network/luasrc/model/cbi/admin_network/hosts.lua:15 #: modules/luci-mod-status/luasrc/view/admin_status/index/10-system.htm:17 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:35 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:36 #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:129 msgid "Hostname" msgstr "" @@ -2450,7 +2454,7 @@ msgstr "" msgid "Inbound:" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:94 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:95 msgid "Info" msgstr "" @@ -2558,7 +2562,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:220 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:242 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:252 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:295 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:296 msgid "JavaScript required!" msgstr "" @@ -2638,7 +2642,7 @@ msgstr "" msgid "Label" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:136 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:137 msgid "Language" msgstr "" @@ -2819,7 +2823,7 @@ msgid "Local Startup" msgstr "" #: modules/luci-mod-status/luasrc/view/admin_status/index/10-system.htm:25 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:31 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:32 msgid "Local Time" msgstr "" @@ -2855,7 +2859,7 @@ msgstr "" msgid "Locked to channel %s used by: %s" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:92 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:93 msgid "Log output level" msgstr "" @@ -3154,7 +3158,7 @@ msgstr "" msgid "NT Domain" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:238 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:261 msgid "NTP server candidates" msgstr "" @@ -3257,7 +3261,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:103 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:232 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:259 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:283 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:284 msgid "No password set!" msgstr "" @@ -3306,7 +3310,7 @@ msgstr "" msgid "None" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:105 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:106 msgid "Normal" msgstr "" @@ -3328,7 +3332,7 @@ msgstr "" msgid "Note: interface name length" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:95 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:96 msgid "Notice" msgstr "" @@ -3340,7 +3344,7 @@ msgstr "" msgid "Number of cached DNS entries (max is 10000, 0 is no caching)" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:125 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:126 msgid "Number of parallel threads used for compression" msgstr "" @@ -3763,6 +3767,14 @@ msgstr "" msgid "Policy" msgstr "" +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:178 +msgid "Polling interval" +msgstr "" + +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:179 +msgid "Polling interval for status queries in seconds" +msgstr "" + #: modules/luci-mod-system/luasrc/model/cbi/admin_system/dropbear.lua:22 msgid "Port" msgstr "" @@ -3852,7 +3864,7 @@ msgstr "" msgid "Protocol support is not installed" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:234 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:257 msgid "Provide NTP server" msgstr "" @@ -4116,7 +4128,7 @@ msgstr "" #: modules/luci-mod-network/luasrc/model/cbi/admin_network/wifi.lua:1089 msgid "" "Requires the 'full' version of wpad/hostapd and support from the wifi driver " -"<br />(as of Feb 2017: ath9k and ath10k, in LEDE also mwlwifi and mt76)" +"<br />(as of Jan 2019: ath9k, ath10k, mwlwifi and mt76)" msgstr "" #: modules/luci-mod-network/luasrc/model/cbi/admin_network/dhcp.lua:95 @@ -4391,7 +4403,7 @@ msgid "" "sense events do not invoke hotplug handlers)." msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:206 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:229 msgid "Set up Time Synchronization" msgstr "" @@ -4458,7 +4470,7 @@ msgstr "" msgid "Size of DNS query cache" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:113 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:114 msgid "Size of the ZRam device in megabytes" msgstr "" @@ -4703,7 +4715,7 @@ msgstr "" msgid "System Properties" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:69 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:70 msgid "System log buffer size" msgstr "" @@ -4916,7 +4928,7 @@ msgid "" "you choose the generic image format for your platform." msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:156 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:157 msgid "Theme" msgstr "" @@ -4947,7 +4959,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:104 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:233 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:260 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:286 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:287 msgid "" "There is no password set on this router. Please configure a root password to " "protect the web interface and enable SSH." @@ -5028,12 +5040,12 @@ msgstr "" msgid "This section contains no values yet" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:200 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:211 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:223 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:234 msgid "Time Synchronization" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:205 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:228 msgid "Time Synchronization is not configured yet." msgstr "" @@ -5041,7 +5053,7 @@ msgstr "" msgid "Time interval for rekeying GTK" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:44 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:45 msgid "Timezone" msgstr "" @@ -5514,8 +5526,8 @@ msgstr "" msgid "Waiting for device..." msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:96 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:106 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:97 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:107 msgid "Warning" msgstr "" @@ -5610,7 +5622,7 @@ msgstr "" msgid "Write received DNS requests to syslog" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:88 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:89 msgid "Write system log to file" msgstr "" @@ -5629,7 +5641,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:221 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:243 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:253 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:298 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:299 msgid "" "You must enable JavaScript in your browser or LuCI will not work properly." msgstr "" @@ -5641,19 +5653,19 @@ msgid "" "or Safari." msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:118 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:119 msgid "ZRam Compression Algorithm" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:125 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:126 msgid "ZRam Compression Streams" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:25 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:26 msgid "ZRam Settings" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:113 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:114 msgid "ZRam Size" msgstr "" @@ -5857,7 +5869,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:133 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:215 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:225 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:250 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:251 msgid "off" msgstr "" @@ -5865,7 +5877,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:132 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:214 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:224 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:247 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:248 msgid "on" msgstr "" diff --git a/modules/luci-base/po/tr/base.po b/modules/luci-base/po/tr/base.po index 472d43f80f..5fa405237b 100644 --- a/modules/luci-base/po/tr/base.po +++ b/modules/luci-base/po/tr/base.po @@ -56,16 +56,16 @@ msgstr "(arayüz eklenmedi)" msgid "-- Additional Field --" msgstr "-- Ek Alan--" -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:841 -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:850 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:840 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:849 #: modules/luci-base/luasrc/view/cbi/header.htm:5 #: protocols/luci-proto-3g/luasrc/model/cbi/admin_network/proto_3g.lua:26 #: protocols/luci-proto-qmi/luasrc/model/cbi/admin_network/proto_qmi.lua:36 msgid "-- Please choose --" msgstr "-- Lütfen seçiniz --" -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:866 -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:1030 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:865 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:1025 #: modules/luci-base/luasrc/view/cbi/header.htm:6 msgid "-- custom --" msgstr "-- özel --" @@ -395,6 +395,10 @@ msgstr "" msgid "Administration" msgstr "" +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:25 +msgid "Advanced" +msgstr "" + #: modules/luci-mod-network/luasrc/model/cbi/admin_network/dhcp.lua:22 #: modules/luci-mod-network/luasrc/model/cbi/admin_network/ifaces.lua:189 #: modules/luci-mod-network/luasrc/model/cbi/admin_network/ifaces.lua:463 @@ -410,7 +414,7 @@ msgstr "GeliÅŸmiÅŸ Ayarlar" msgid "Aggregate Transmit Power(ACTATP)" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:99 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:100 msgid "Alert" msgstr "Uyarı" @@ -671,8 +675,8 @@ msgstr "Yetkilendirme Gerekli" #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:214 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:215 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:223 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:246 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:249 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:247 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:250 msgid "Auto Refresh" msgstr "Otomatik Yenileme" @@ -1145,11 +1149,11 @@ msgstr "Arabirim OluÅŸtur" msgid "Create a bridge over multiple interfaces" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:98 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:99 msgid "Critical" msgstr "Kritik" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:102 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:103 msgid "Cron Log Level" msgstr "" @@ -1284,8 +1288,8 @@ msgstr "" msgid "Data Rate" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:93 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:104 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:94 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:105 msgid "Debug" msgstr "" @@ -1587,7 +1591,7 @@ msgstr "" msgid "Edit this network" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:100 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:101 msgid "Emergency" msgstr "" @@ -1626,7 +1630,7 @@ msgstr "" msgid "Enable Jumbo Frame passthrough" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:215 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:238 msgid "Enable NTP client" msgstr "" @@ -1740,7 +1744,7 @@ msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/network.js:107 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/network.js:108 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/network.js:109 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:97 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:98 msgid "Error" msgstr "" @@ -1789,15 +1793,15 @@ msgstr "" msgid "External R1 Key Holder List" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:74 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:75 msgid "External system log server" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:79 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:80 msgid "External system log server port" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:84 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:85 msgid "External system log server protocol" msgstr "" @@ -2065,7 +2069,7 @@ msgstr "" #: themes/luci-theme-bootstrap/luasrc/view/themes/bootstrap/header.htm:198 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:235 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:262 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:288 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:289 msgid "Go to password configuration..." msgstr "" @@ -2148,7 +2152,7 @@ msgstr "" #: modules/luci-mod-network/luasrc/model/cbi/admin_network/dhcp.lua:283 #: modules/luci-mod-network/luasrc/model/cbi/admin_network/hosts.lua:15 #: modules/luci-mod-status/luasrc/view/admin_status/index/10-system.htm:17 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:35 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:36 #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:129 msgid "Hostname" msgstr "" @@ -2475,7 +2479,7 @@ msgstr "" msgid "Inbound:" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:94 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:95 msgid "Info" msgstr "" @@ -2583,7 +2587,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:220 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:242 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:252 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:295 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:296 msgid "JavaScript required!" msgstr "" @@ -2663,7 +2667,7 @@ msgstr "" msgid "Label" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:136 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:137 msgid "Language" msgstr "" @@ -2844,7 +2848,7 @@ msgid "Local Startup" msgstr "" #: modules/luci-mod-status/luasrc/view/admin_status/index/10-system.htm:25 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:31 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:32 msgid "Local Time" msgstr "Yerel Zaman" @@ -2880,7 +2884,7 @@ msgstr "" msgid "Locked to channel %s used by: %s" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:92 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:93 msgid "Log output level" msgstr "" @@ -3179,7 +3183,7 @@ msgstr "" msgid "NT Domain" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:238 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:261 msgid "NTP server candidates" msgstr "" @@ -3282,7 +3286,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:103 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:232 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:259 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:283 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:284 msgid "No password set!" msgstr "" @@ -3331,7 +3335,7 @@ msgstr "" msgid "None" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:105 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:106 msgid "Normal" msgstr "" @@ -3353,7 +3357,7 @@ msgstr "" msgid "Note: interface name length" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:95 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:96 msgid "Notice" msgstr "" @@ -3365,7 +3369,7 @@ msgstr "" msgid "Number of cached DNS entries (max is 10000, 0 is no caching)" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:125 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:126 msgid "Number of parallel threads used for compression" msgstr "" @@ -3788,6 +3792,14 @@ msgstr "" msgid "Policy" msgstr "" +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:178 +msgid "Polling interval" +msgstr "" + +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:179 +msgid "Polling interval for status queries in seconds" +msgstr "" + #: modules/luci-mod-system/luasrc/model/cbi/admin_system/dropbear.lua:22 msgid "Port" msgstr "" @@ -3877,7 +3889,7 @@ msgstr "" msgid "Protocol support is not installed" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:234 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:257 msgid "Provide NTP server" msgstr "" @@ -4141,7 +4153,7 @@ msgstr "" #: modules/luci-mod-network/luasrc/model/cbi/admin_network/wifi.lua:1089 msgid "" "Requires the 'full' version of wpad/hostapd and support from the wifi driver " -"<br />(as of Feb 2017: ath9k and ath10k, in LEDE also mwlwifi and mt76)" +"<br />(as of Jan 2019: ath9k, ath10k, mwlwifi and mt76)" msgstr "" #: modules/luci-mod-network/luasrc/model/cbi/admin_network/dhcp.lua:95 @@ -4416,7 +4428,7 @@ msgid "" "sense events do not invoke hotplug handlers)." msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:206 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:229 msgid "Set up Time Synchronization" msgstr "" @@ -4483,7 +4495,7 @@ msgstr "Boyut" msgid "Size of DNS query cache" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:113 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:114 msgid "Size of the ZRam device in megabytes" msgstr "" @@ -4728,7 +4740,7 @@ msgstr "" msgid "System Properties" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:69 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:70 msgid "System log buffer size" msgstr "" @@ -4941,7 +4953,7 @@ msgid "" "you choose the generic image format for your platform." msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:156 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:157 msgid "Theme" msgstr "Tema" @@ -4972,7 +4984,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:104 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:233 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:260 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:286 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:287 msgid "" "There is no password set on this router. Please configure a root password to " "protect the web interface and enable SSH." @@ -5053,12 +5065,12 @@ msgstr "" msgid "This section contains no values yet" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:200 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:211 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:223 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:234 msgid "Time Synchronization" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:205 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:228 msgid "Time Synchronization is not configured yet." msgstr "" @@ -5066,7 +5078,7 @@ msgstr "" msgid "Time interval for rekeying GTK" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:44 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:45 msgid "Timezone" msgstr "" @@ -5539,8 +5551,8 @@ msgstr "" msgid "Waiting for device..." msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:96 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:106 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:97 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:107 msgid "Warning" msgstr "Uyarı" @@ -5635,7 +5647,7 @@ msgstr "" msgid "Write received DNS requests to syslog" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:88 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:89 msgid "Write system log to file" msgstr "" @@ -5654,7 +5666,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:221 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:243 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:253 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:298 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:299 msgid "" "You must enable JavaScript in your browser or LuCI will not work properly." msgstr "" @@ -5668,19 +5680,19 @@ msgid "" "or Safari." msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:118 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:119 msgid "ZRam Compression Algorithm" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:125 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:126 msgid "ZRam Compression Streams" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:25 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:26 msgid "ZRam Settings" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:113 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:114 msgid "ZRam Size" msgstr "" @@ -5884,7 +5896,7 @@ msgstr "mevcut deÄŸil" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:133 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:215 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:225 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:250 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:251 msgid "off" msgstr "kapalı" @@ -5892,7 +5904,7 @@ msgstr "kapalı" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:132 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:214 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:224 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:247 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:248 msgid "on" msgstr "açık" diff --git a/modules/luci-base/po/uk/base.po b/modules/luci-base/po/uk/base.po index 8fc94f8ab4..eb34bd121e 100644 --- a/modules/luci-base/po/uk/base.po +++ b/modules/luci-base/po/uk/base.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" -"PO-Revision-Date: 2018-12-29 23:20+0200\n" +"PO-Revision-Date: 2019-01-26 17:10+0200\n" "Last-Translator: Yurii <yuripet@gmail.com>\n" "Language-Team: none\n" "Language: uk\n" @@ -53,16 +53,16 @@ msgstr "(нема приєднаних інтерфейÑів)" msgid "-- Additional Field --" msgstr "-- Додаткові Ð¿Ð¾Ð»Ñ --" -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:841 -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:850 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:840 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:849 #: modules/luci-base/luasrc/view/cbi/header.htm:5 #: protocols/luci-proto-3g/luasrc/model/cbi/admin_network/proto_3g.lua:26 #: protocols/luci-proto-qmi/luasrc/model/cbi/admin_network/proto_qmi.lua:36 msgid "-- Please choose --" msgstr "-- Оберіть --" -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:866 -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:1030 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:865 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:1025 #: modules/luci-base/luasrc/view/cbi/header.htm:6 msgid "-- custom --" msgstr "-- нетипово --" @@ -418,6 +418,10 @@ msgstr "ÐдреÑа Ð´Ð»Ñ Ð´Ð¾Ñтупу до моÑту локального msgid "Administration" msgstr "ÐдмініÑтруваннÑ" +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:25 +msgid "Advanced" +msgstr "Додатково" + #: modules/luci-mod-network/luasrc/model/cbi/admin_network/dhcp.lua:22 #: modules/luci-mod-network/luasrc/model/cbi/admin_network/ifaces.lua:189 #: modules/luci-mod-network/luasrc/model/cbi/admin_network/ifaces.lua:463 @@ -433,7 +437,7 @@ msgstr "Додаткові параметри" msgid "Aggregate Transmit Power(ACTATP)" msgstr "Сумарна потужніÑÑ‚ÑŒ передаваннÑ" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:99 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:100 msgid "Alert" msgstr "Тривога" @@ -710,8 +714,8 @@ msgstr "Потрібна авторизаціÑ" #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:214 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:215 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:223 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:246 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:249 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:247 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:250 msgid "Auto Refresh" msgstr "Ðвтоматичне оновленнÑ" @@ -1209,11 +1213,11 @@ msgstr "Створити інтерфейÑ" msgid "Create a bridge over multiple interfaces" msgstr "Створити міÑÑ‚ через кілька інтерфейÑів" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:98 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:99 msgid "Critical" msgstr "Критичний" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:102 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:103 msgid "Cron Log Level" msgstr "Рівень Ð²Ð¸Ð²ÐµÐ´ÐµÐ½Ð½Ñ Ñ–Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ñ–Ñ— Cron" @@ -1355,8 +1359,8 @@ msgstr "DUID" msgid "Data Rate" msgstr "Швидк. передаваннÑ" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:93 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:104 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:94 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:105 msgid "Debug" msgstr "ЗневаджуваннÑ" @@ -1681,7 +1685,7 @@ msgstr "Редагувати цей інтерфейÑ" msgid "Edit this network" msgstr "Редагувати цю мережу" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:100 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:101 msgid "Emergency" msgstr "Ðварійний" @@ -1722,7 +1726,7 @@ msgstr "Увімкнути ÑƒÐ·Ð³Ð¾Ð´Ð¶ÐµÐ½Ð½Ñ IPv6 Ð´Ð»Ñ PPP-Ð·â€™Ñ”Ð´Ð½Ð°Ð½Ñ msgid "Enable Jumbo Frame passthrough" msgstr "ПропуÑкати Jumbo-фрейми" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:215 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:238 msgid "Enable NTP client" msgstr "Увімкнути клієнта NTP" @@ -1839,7 +1843,7 @@ msgstr "ВидаленнÑ..." #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/network.js:107 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/network.js:108 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/network.js:109 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:97 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:98 msgid "Error" msgstr "Помилка" @@ -1889,15 +1893,15 @@ msgstr "Зовнішній ÑпиÑок влаÑників ключів R0" msgid "External R1 Key Holder List" msgstr "Зовнішній ÑпиÑок влаÑників ключів R1" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:74 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:75 msgid "External system log server" msgstr "Зовнішній Ñервер ÑиÑтемного журналу" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:79 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:80 msgid "External system log server port" msgstr "Порт зовнішнього Ñервера ÑиÑтемного журналу" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:84 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:85 msgid "External system log server protocol" msgstr "Протокол зовнішнього Ñервера ÑиÑтемного журналу" @@ -2169,7 +2173,7 @@ msgstr "Глобальні параметри мережі" #: themes/luci-theme-bootstrap/luasrc/view/themes/bootstrap/header.htm:198 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:235 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:262 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:288 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:289 msgid "Go to password configuration..." msgstr "Перейти до конфігурації паролÑ..." @@ -2256,7 +2260,7 @@ msgstr "ЗміÑÑ‚ тегу Host-Uniq" #: modules/luci-mod-network/luasrc/model/cbi/admin_network/dhcp.lua:283 #: modules/luci-mod-network/luasrc/model/cbi/admin_network/hosts.lua:15 #: modules/luci-mod-status/luasrc/view/admin_status/index/10-system.htm:17 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:35 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:36 #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:129 msgid "Hostname" msgstr "Ðазва (ім’Ñ) вузла" @@ -2598,7 +2602,7 @@ msgstr "Тайм-аут бездіÑльноÑÑ‚Ñ–" msgid "Inbound:" msgstr "Вхідний:" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:94 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:95 msgid "Info" msgstr "ІнформаціÑ" @@ -2711,7 +2715,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:220 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:242 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:252 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:295 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:296 msgid "JavaScript required!" msgstr "Потрібен JavaScript!" @@ -2791,7 +2795,7 @@ msgstr "LLC" msgid "Label" msgstr "Мітка" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:136 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:137 msgid "Language" msgstr "Мова" @@ -2994,7 +2998,7 @@ msgid "Local Startup" msgstr "Локальний запуÑк" #: modules/luci-mod-status/luasrc/view/admin_status/index/10-system.htm:25 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:31 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:32 msgid "Local Time" msgstr "МіÑцевий чаÑ" @@ -3037,7 +3041,7 @@ msgstr "Локалізувати запити" msgid "Locked to channel %s used by: %s" msgstr "Заблоковано до каналу %s, Ñкий викориÑтовує: %s" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:92 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:93 msgid "Log output level" msgstr "Рівень Ð²Ð¸Ð²ÐµÐ´ÐµÐ½Ð½Ñ Ñ–Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ñ–Ñ– до журналу" @@ -3342,7 +3346,7 @@ msgstr "NDP-прокÑÑ–" msgid "NT Domain" msgstr "Домен NT" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:238 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:261 msgid "NTP server candidates" msgstr "Кандидати Ð´Ð»Ñ Ñинхронізації Ñервера NTP" @@ -3445,7 +3449,7 @@ msgstr "Ð†Ð¼â€™Ñ Ð¼ÐµÑ€ÐµÐ¶Ñ– не визначено" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:103 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:232 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:259 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:283 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:284 msgid "No password set!" msgstr "Пароль не вÑтановлено!" @@ -3494,7 +3498,7 @@ msgstr "Без шаблону заміни" msgid "None" msgstr "Жоден" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:105 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:106 msgid "Normal" msgstr "Ðормальний" @@ -3516,7 +3520,7 @@ msgstr "Ðе підключено" msgid "Note: interface name length" msgstr "Примітка: довжина імені інтерфейÑу" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:95 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:96 msgid "Notice" msgstr "ПопередженнÑ" @@ -3528,7 +3532,7 @@ msgstr "DNS-запит" msgid "Number of cached DNS entries (max is 10000, 0 is no caching)" msgstr "КількіÑÑ‚ÑŒ кешованих запиÑів DNS (макÑ. - 10000, 0 - без кешуваннÑ)" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:125 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:126 msgid "Number of parallel threads used for compression" msgstr "КількіÑÑ‚ÑŒ паралельних потоків, що викориÑтовуютьÑÑ Ð´Ð»Ñ ÑтиÑненнÑ" @@ -3977,6 +3981,14 @@ msgstr "Введіть Ñ–Ð¼â€™Ñ ÐºÐ¾Ñ€Ð¸Ñтувача Ñ– пароль." msgid "Policy" msgstr "Політика" +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:178 +msgid "Polling interval" +msgstr "Інтервал опитуваннÑ" + +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:179 +msgid "Polling interval for status queries in seconds" +msgstr "Інтервал Ð¾Ð¿Ð¸Ñ‚ÑƒÐ²Ð°Ð½Ð½Ñ Ð´Ð»Ñ Ð·Ð°Ð¿Ð¸Ñ‚Ñ–Ð² Ñтану (Ñекунди)" + #: modules/luci-mod-system/luasrc/model/cbi/admin_system/dropbear.lua:22 msgid "Port" msgstr "Порт" @@ -4068,7 +4080,7 @@ msgstr "Протокол нового інтерфейÑу" msgid "Protocol support is not installed" msgstr "Підтримка протоколу не інÑтальована" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:234 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:257 msgid "Provide NTP server" msgstr "Забезпечувати Ñервер NTP" @@ -4344,17 +4356,17 @@ msgid "" "the tunnel. Usually the peer's tunnel IP addresses and the networks the peer " "routes through the tunnel." msgstr "" -"ВимагаєтьÑÑ. IP-адреÑи та префікÑи, Ñкі цьому вузлу дозволено викориÑтовувати " -"вÑередині тунелю. Зазвичай тунельні IP-адреÑи вузла та мережі маршрутів вузла " -"через тунель." +"ВимагаєтьÑÑ. IP-адреÑи та префікÑи, Ñкі цьому вузлу дозволено " +"викориÑтовувати вÑередині тунелю. Зазвичай тунельні IP-адреÑи вузла та " +"мережі маршрутів вузла через тунель." #: modules/luci-mod-network/luasrc/model/cbi/admin_network/wifi.lua:1089 msgid "" "Requires the 'full' version of wpad/hostapd and support from the wifi driver " -"<br />(as of Feb 2017: ath9k and ath10k, in LEDE also mwlwifi and mt76)" +"<br />(as of Jan 2019: ath9k, ath10k, mwlwifi and mt76)" msgstr "" "Потребує \"повної\" верÑÑ–Ñ— wpad/hostapd та підтримки драйвером WiFi <br /" -">(Ñтаном на лютий 2017 року: ath9k та ath10k, у LEDE також mwlwifi та mt76)" +">(Ñтаном на Ñічень 2019 року: ath9k, ath10k, mwlwifi та mt76)" #: modules/luci-mod-network/luasrc/model/cbi/admin_network/dhcp.lua:95 msgid "" @@ -4637,7 +4649,7 @@ msgstr "" "ВлаÑтивоÑÑ‚Ñ– інтерфейÑу вÑтановлюютьÑÑ Ð½ÐµÐ·Ð°Ð»ÐµÐ¶Ð½Ð¾ від каналу зв’Ñзку (Ñкщо " "позначено, обробник Ð°Ð²Ñ‚Ð¾Ð²Ð¸Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ð½Ðµ викликаєтьÑÑ Ð¿Ñ€Ð¸ змінах)." -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:206 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:229 msgid "Set up Time Synchronization" msgstr "ÐÐ°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ Ñинхронізації чаÑу" @@ -4704,7 +4716,7 @@ msgstr "Розмір" msgid "Size of DNS query cache" msgstr "Розмір кешу запитів DNS" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:113 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:114 msgid "Size of the ZRam device in megabytes" msgstr "Розмір приÑтрою ZRam у мегабайтах" @@ -4962,7 +4974,7 @@ msgstr "СиÑтемний журнал" msgid "System Properties" msgstr "ВлаÑтивоÑÑ‚Ñ– ÑиÑтеми" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:69 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:70 msgid "System log buffer size" msgstr "Розмір буфера ÑиÑтемного журналу" @@ -5222,7 +5234,7 @@ msgstr "" "Завантажений файл образу не міÑтить підтримуваний формат. ПереконайтеÑÑ, що " "ви вибираєте універÑальний формат образу Ð´Ð»Ñ Ð²Ð°ÑˆÐ¾Ñ— платформи." -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:156 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:157 msgid "Theme" msgstr "Тема" @@ -5255,7 +5267,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:104 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:233 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:260 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:286 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:287 msgid "" "There is no password set on this router. Please configure a root password to " "protect the web interface and enable SSH." @@ -5358,12 +5370,12 @@ msgstr "Ð¦Ñ Ñторінка надає оглÑд поточних активРmsgid "This section contains no values yet" msgstr "Ð¦Ñ ÑÐµÐºÑ†Ñ–Ñ Ð¿Ð¾ÐºÐ¸ що не міÑтить значень" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:200 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:211 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:223 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:234 msgid "Time Synchronization" msgstr "Ð¡Ð¸Ð½Ñ…Ñ€Ð¾Ð½Ñ–Ð·Ð°Ñ†Ñ–Ñ Ñ‡Ð°Ñу" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:205 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:228 msgid "Time Synchronization is not configured yet." msgstr "Синхронізацію чаÑу не налаштовано." @@ -5371,7 +5383,7 @@ msgstr "Синхронізацію чаÑу не налаштовано." msgid "Time interval for rekeying GTK" msgstr "Інтервал чаÑу Ð´Ð»Ñ Ð·Ð¼Ñ–Ð½Ð¸ ключа GTK" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:44 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:45 msgid "Timezone" msgstr "ЧаÑовий поÑÑ" @@ -5860,8 +5872,8 @@ msgstr "ÐžÑ‡Ñ–ÐºÑƒÐ²Ð°Ð½Ð½Ñ Ð·Ð°ÑтоÑÑƒÐ²Ð°Ð½Ð½Ñ ÐºÐ¾Ð½Ñ„Ñ–Ð³ÑƒÑ€Ð°Ñ†Ñ–Ñ—â€ msgid "Waiting for device..." msgstr "Очікуємо приÑтрій..." -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:96 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:106 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:97 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:107 msgid "Warning" msgstr "ЗаÑтереженнÑ" @@ -5960,7 +5972,7 @@ msgstr "Бездротову мережу ввімкнено" msgid "Write received DNS requests to syslog" msgstr "ЗапиÑувати отримані DNS-запити до ÑиÑтемного журналу" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:88 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:89 msgid "Write system log to file" msgstr "ЗапиÑувати cиÑтемний журнал до файлу" @@ -5983,7 +5995,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:221 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:243 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:253 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:298 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:299 msgid "" "You must enable JavaScript in your browser or LuCI will not work properly." msgstr "" @@ -6000,19 +6012,19 @@ msgstr "" "Поновіть його, принаймні, до верÑÑ–Ñ— 7 або ÑкориÑтайтеÑÑŒ іншим браузером, " "таким Ñк Firefox, Opera або Safari." -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:118 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:119 msgid "ZRam Compression Algorithm" msgstr "Ðлгоритм ÑтиÑÐ½ÐµÐ½Ð½Ñ ZRam" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:125 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:126 msgid "ZRam Compression Streams" msgstr "Потоки ÑтиÑÐ½ÐµÐ½Ð½Ñ ZRam" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:25 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:26 msgid "ZRam Settings" msgstr "ÐÐ°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ ZRam" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:113 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:114 msgid "ZRam Size" msgstr "Розмір ZRam" @@ -6220,7 +6232,7 @@ msgstr "не приÑутній" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:133 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:215 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:225 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:250 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:251 msgid "off" msgstr "вимкнено" @@ -6228,7 +6240,7 @@ msgstr "вимкнено" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:132 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:214 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:224 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:247 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:248 msgid "on" msgstr "увімкнено" diff --git a/modules/luci-base/po/vi/base.po b/modules/luci-base/po/vi/base.po index dbb7ad8aaa..8354af2181 100644 --- a/modules/luci-base/po/vi/base.po +++ b/modules/luci-base/po/vi/base.po @@ -57,16 +57,16 @@ msgstr "" msgid "-- Additional Field --" msgstr "---Mục bổ sung---" -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:841 -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:850 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:840 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:849 #: modules/luci-base/luasrc/view/cbi/header.htm:5 #: protocols/luci-proto-3g/luasrc/model/cbi/admin_network/proto_3g.lua:26 #: protocols/luci-proto-qmi/luasrc/model/cbi/admin_network/proto_qmi.lua:36 msgid "-- Please choose --" msgstr "--Hãy chá»n--" -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:866 -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:1030 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:865 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:1025 #: modules/luci-base/luasrc/view/cbi/header.htm:6 msgid "-- custom --" msgstr "--tùy chỉnh--" @@ -390,6 +390,10 @@ msgstr "" msgid "Administration" msgstr "Quản trị" +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:25 +msgid "Advanced" +msgstr "" + #: modules/luci-mod-network/luasrc/model/cbi/admin_network/dhcp.lua:22 #: modules/luci-mod-network/luasrc/model/cbi/admin_network/ifaces.lua:189 #: modules/luci-mod-network/luasrc/model/cbi/admin_network/ifaces.lua:463 @@ -405,7 +409,7 @@ msgstr "" msgid "Aggregate Transmit Power(ACTATP)" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:99 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:100 msgid "Alert" msgstr "" @@ -664,8 +668,8 @@ msgstr "Yêu cầu ủy quyá»n" #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:214 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:215 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:223 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:246 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:249 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:247 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:250 msgid "Auto Refresh" msgstr "" @@ -1136,11 +1140,11 @@ msgstr "" msgid "Create a bridge over multiple interfaces" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:98 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:99 msgid "Critical" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:102 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:103 msgid "Cron Log Level" msgstr "" @@ -1277,8 +1281,8 @@ msgstr "" msgid "Data Rate" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:93 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:104 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:94 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:105 msgid "Debug" msgstr "" @@ -1587,7 +1591,7 @@ msgstr "" msgid "Edit this network" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:100 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:101 msgid "Emergency" msgstr "" @@ -1626,7 +1630,7 @@ msgstr "" msgid "Enable Jumbo Frame passthrough" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:215 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:238 msgid "Enable NTP client" msgstr "" @@ -1740,7 +1744,7 @@ msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/network.js:107 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/network.js:108 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/network.js:109 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:97 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:98 msgid "Error" msgstr "Lá»—i" @@ -1789,15 +1793,15 @@ msgstr "" msgid "External R1 Key Holder List" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:74 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:75 msgid "External system log server" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:79 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:80 msgid "External system log server port" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:84 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:85 msgid "External system log server protocol" msgstr "" @@ -2065,7 +2069,7 @@ msgstr "" #: themes/luci-theme-bootstrap/luasrc/view/themes/bootstrap/header.htm:198 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:235 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:262 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:288 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:289 msgid "Go to password configuration..." msgstr "" @@ -2150,7 +2154,7 @@ msgstr "" #: modules/luci-mod-network/luasrc/model/cbi/admin_network/dhcp.lua:283 #: modules/luci-mod-network/luasrc/model/cbi/admin_network/hosts.lua:15 #: modules/luci-mod-status/luasrc/view/admin_status/index/10-system.htm:17 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:35 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:36 #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:129 msgid "Hostname" msgstr "Tên host" @@ -2482,7 +2486,7 @@ msgstr "" msgid "Inbound:" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:94 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:95 msgid "Info" msgstr "" @@ -2593,7 +2597,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:220 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:242 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:252 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:295 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:296 msgid "JavaScript required!" msgstr "" @@ -2673,7 +2677,7 @@ msgstr "" msgid "Label" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:136 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:137 msgid "Language" msgstr "Ngôn ngữ" @@ -2854,7 +2858,7 @@ msgid "Local Startup" msgstr "" #: modules/luci-mod-status/luasrc/view/admin_status/index/10-system.htm:25 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:31 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:32 msgid "Local Time" msgstr "GiỠđịa phÆ°Æ¡ng" @@ -2890,7 +2894,7 @@ msgstr "Tra vấn địa phÆ°Æ¡ng" msgid "Locked to channel %s used by: %s" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:92 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:93 msgid "Log output level" msgstr "" @@ -3191,7 +3195,7 @@ msgstr "" msgid "NT Domain" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:238 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:261 msgid "NTP server candidates" msgstr "" @@ -3294,7 +3298,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:103 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:232 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:259 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:283 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:284 msgid "No password set!" msgstr "" @@ -3343,7 +3347,7 @@ msgstr "" msgid "None" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:105 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:106 msgid "Normal" msgstr "" @@ -3365,7 +3369,7 @@ msgstr "" msgid "Note: interface name length" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:95 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:96 msgid "Notice" msgstr "" @@ -3377,7 +3381,7 @@ msgstr "" msgid "Number of cached DNS entries (max is 10000, 0 is no caching)" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:125 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:126 msgid "Number of parallel threads used for compression" msgstr "" @@ -3806,6 +3810,14 @@ msgstr "Nháºp tên và máºt mã" msgid "Policy" msgstr "ChÃnh sách" +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:178 +msgid "Polling interval" +msgstr "" + +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:179 +msgid "Polling interval for status queries in seconds" +msgstr "" + #: modules/luci-mod-system/luasrc/model/cbi/admin_system/dropbear.lua:22 msgid "Port" msgstr "Cá»a " @@ -3895,7 +3907,7 @@ msgstr "" msgid "Protocol support is not installed" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:234 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:257 msgid "Provide NTP server" msgstr "" @@ -4161,7 +4173,7 @@ msgstr "" #: modules/luci-mod-network/luasrc/model/cbi/admin_network/wifi.lua:1089 msgid "" "Requires the 'full' version of wpad/hostapd and support from the wifi driver " -"<br />(as of Feb 2017: ath9k and ath10k, in LEDE also mwlwifi and mt76)" +"<br />(as of Jan 2019: ath9k, ath10k, mwlwifi and mt76)" msgstr "" #: modules/luci-mod-network/luasrc/model/cbi/admin_network/dhcp.lua:95 @@ -4438,7 +4450,7 @@ msgid "" "sense events do not invoke hotplug handlers)." msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:206 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:229 msgid "Set up Time Synchronization" msgstr "" @@ -4505,7 +4517,7 @@ msgstr "Dung lượng " msgid "Size of DNS query cache" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:113 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:114 msgid "Size of the ZRam device in megabytes" msgstr "" @@ -4750,7 +4762,7 @@ msgstr "System Log" msgid "System Properties" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:69 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:70 msgid "System log buffer size" msgstr "" @@ -4973,7 +4985,7 @@ msgstr "" "Táºp tin Ä‘ang tải hình ảnh không bao gồm má»™t hổ trợ format. Bảo đảm rằng bạn " "chá»n má»™t image format tổng quát cho platform." -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:156 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:157 msgid "Theme" msgstr "Thiết kế" @@ -5004,7 +5016,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:104 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:233 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:260 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:286 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:287 msgid "" "There is no password set on this router. Please configure a root password to " "protect the web interface and enable SSH." @@ -5090,12 +5102,12 @@ msgstr "" msgid "This section contains no values yet" msgstr "Phần nà y chÆ°a có giá trị nà o" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:200 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:211 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:223 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:234 msgid "Time Synchronization" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:205 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:228 msgid "Time Synchronization is not configured yet." msgstr "" @@ -5103,7 +5115,7 @@ msgstr "" msgid "Time interval for rekeying GTK" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:44 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:45 msgid "Timezone" msgstr "Múi giá» " @@ -5576,8 +5588,8 @@ msgstr "" msgid "Waiting for device..." msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:96 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:106 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:97 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:107 msgid "Warning" msgstr "" @@ -5672,7 +5684,7 @@ msgstr "" msgid "Write received DNS requests to syslog" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:88 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:89 msgid "Write system log to file" msgstr "" @@ -5695,7 +5707,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:221 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:243 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:253 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:298 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:299 msgid "" "You must enable JavaScript in your browser or LuCI will not work properly." msgstr "" @@ -5707,19 +5719,19 @@ msgid "" "or Safari." msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:118 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:119 msgid "ZRam Compression Algorithm" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:125 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:126 msgid "ZRam Compression Streams" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:25 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:26 msgid "ZRam Settings" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:113 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:114 msgid "ZRam Size" msgstr "" @@ -5925,7 +5937,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:133 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:215 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:225 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:250 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:251 msgid "off" msgstr "" @@ -5933,7 +5945,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:132 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:214 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:224 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:247 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:248 msgid "on" msgstr "" diff --git a/modules/luci-base/po/zh-cn/base.po b/modules/luci-base/po/zh-cn/base.po index 5fce99935c..594cab760a 100644 --- a/modules/luci-base/po/zh-cn/base.po +++ b/modules/luci-base/po/zh-cn/base.po @@ -1,10 +1,10 @@ # -# Yangfl <mmyangfl@gmail.com>, 2018. # Zheng Qian <sotux82@gmail.com>, 2019. +# Yangfl <mmyangfl@gmail.com>, 2018, 2019. # msgid "" msgstr "" -"PO-Revision-Date: 2019-01-10 16:10+0800\n" +"PO-Revision-Date: 2019-01-25 10:54+0800\n" "Last-Translator: Yangfl <mmyangfl@gmail.com>\n" "Language-Team: <debian-l10n-chinese@lists.debian.org>\n" "Language: \n" @@ -57,16 +57,16 @@ msgstr "(没有接å£è¿žæŽ¥ï¼‰" msgid "-- Additional Field --" msgstr "-- 更多选项 --" -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:841 -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:850 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:840 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:849 #: modules/luci-base/luasrc/view/cbi/header.htm:5 #: protocols/luci-proto-3g/luasrc/model/cbi/admin_network/proto_3g.lua:26 #: protocols/luci-proto-qmi/luasrc/model/cbi/admin_network/proto_qmi.lua:36 msgid "-- Please choose --" msgstr "-- 请选择 --" -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:866 -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:1030 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:865 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:1025 #: modules/luci-base/luasrc/view/cbi/header.htm:6 msgid "-- custom --" msgstr "-- 自定义 --" @@ -398,6 +398,10 @@ msgstr "接入本地ä¸ç»§æ¡¥çš„地å€" msgid "Administration" msgstr "管ç†æƒ" +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:25 +msgid "Advanced" +msgstr "高级" + #: modules/luci-mod-network/luasrc/model/cbi/admin_network/dhcp.lua:22 #: modules/luci-mod-network/luasrc/model/cbi/admin_network/ifaces.lua:189 #: modules/luci-mod-network/luasrc/model/cbi/admin_network/ifaces.lua:463 @@ -413,7 +417,7 @@ msgstr "高级设置" msgid "Aggregate Transmit Power(ACTATP)" msgstr "总å‘射功率(ACTATP)" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:99 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:100 msgid "Alert" msgstr "è¦æˆ’" @@ -673,8 +677,8 @@ msgstr "需è¦æŽˆæƒ" #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:214 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:215 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:223 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:246 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:249 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:247 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:250 msgid "Auto Refresh" msgstr "自动刷新" @@ -1156,11 +1160,11 @@ msgstr "创建新接å£" msgid "Create a bridge over multiple interfaces" msgstr "在多个接å£ä¸Šåˆ›å»ºæ¡¥æŽ¥" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:98 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:99 msgid "Critical" msgstr "致命错误" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:102 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:103 msgid "Cron Log Level" msgstr "Cron 日志级别" @@ -1296,8 +1300,8 @@ msgstr "DUID" msgid "Data Rate" msgstr "æ•°æ®é€ŸçŽ‡" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:93 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:104 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:94 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:105 msgid "Debug" msgstr "调试" @@ -1608,7 +1612,7 @@ msgstr "编辑æ¤æŽ¥å£" msgid "Edit this network" msgstr "编辑æ¤ç½‘络" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:100 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:101 msgid "Emergency" msgstr "紧急" @@ -1648,7 +1652,7 @@ msgstr "在 PPP 链路上å¯ç”¨ IPv6 å商" msgid "Enable Jumbo Frame passthrough" msgstr "å¯ç”¨å·¨åž‹å¸§é€ä¼ " -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:215 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:238 msgid "Enable NTP client" msgstr "å¯ç”¨ NTP 客户端" @@ -1762,7 +1766,7 @@ msgstr "擦除ä¸â€¦" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/network.js:107 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/network.js:108 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/network.js:109 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:97 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:98 msgid "Error" msgstr "错误" @@ -1811,15 +1815,15 @@ msgstr "外部 <abbr title=\"R0 Key Holder\">R0KH</abbr> 列表" msgid "External R1 Key Holder List" msgstr "外部 <abbr title=\"R1 Key Holder\">R1KH</abbr> 列表" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:74 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:75 msgid "External system log server" msgstr "外部系统日志æœåŠ¡å™¨åœ°å€" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:79 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:80 msgid "External system log server port" msgstr "外部系统日志æœåŠ¡å™¨ç«¯å£" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:84 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:85 msgid "External system log server protocol" msgstr "外部系统日志æœåŠ¡å™¨åè®®" @@ -2089,7 +2093,7 @@ msgstr "全局网络选项" #: themes/luci-theme-bootstrap/luasrc/view/themes/bootstrap/header.htm:198 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:235 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:262 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:288 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:289 msgid "Go to password configuration..." msgstr "跳转到密ç é…置页…" @@ -2172,7 +2176,7 @@ msgstr "Host-Uniq æ ‡ç¾å†…容" #: modules/luci-mod-network/luasrc/model/cbi/admin_network/dhcp.lua:283 #: modules/luci-mod-network/luasrc/model/cbi/admin_network/hosts.lua:15 #: modules/luci-mod-status/luasrc/view/admin_status/index/10-system.htm:17 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:35 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:36 #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:129 msgid "Hostname" msgstr "主机å" @@ -2505,7 +2509,7 @@ msgstr "活动超时" msgid "Inbound:" msgstr "入站:" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:94 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:95 msgid "Info" msgstr "ä¿¡æ¯" @@ -2613,7 +2617,7 @@ msgstr "您å°è¯•åˆ·å†™çš„固件与本路由器ä¸å…¼å®¹ï¼Œè¯·é‡æ–°éªŒè¯å›ºä»¶ #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:220 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:242 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:252 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:295 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:296 msgid "JavaScript required!" msgstr "éœ€è¦ JavaScriptï¼" @@ -2693,7 +2697,7 @@ msgstr "LLC" msgid "Label" msgstr "å·æ ‡" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:136 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:137 msgid "Language" msgstr "è¯è¨€" @@ -2882,7 +2886,7 @@ msgid "Local Startup" msgstr "本地å¯åŠ¨è„šæœ¬" #: modules/luci-mod-status/luasrc/view/admin_status/index/10-system.htm:25 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:31 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:32 msgid "Local Time" msgstr "本地时间" @@ -2918,7 +2922,7 @@ msgstr "本地化查询" msgid "Locked to channel %s used by: %s" msgstr "ä¿¡é“é“已被é”定为 %sï¼Œå› ä¸ºè¯¥ä¿¡é“被 %s 使用" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:92 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:93 msgid "Log output level" msgstr "日志记录ç‰çº§" @@ -3219,7 +3223,7 @@ msgstr "NDP 代ç†" msgid "NT Domain" msgstr "NT 域" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:238 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:261 msgid "NTP server candidates" msgstr "候选 NTP æœåŠ¡å™¨" @@ -3322,7 +3326,7 @@ msgstr "未指定网络å" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:103 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:232 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:259 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:283 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:284 msgid "No password set!" msgstr "未设置密ç ï¼" @@ -3371,7 +3375,7 @@ msgstr "éžå…¨éƒ¨åœ°å€" msgid "None" msgstr "æ— " -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:105 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:106 msgid "Normal" msgstr "æ£å¸¸" @@ -3393,7 +3397,7 @@ msgstr "未连接" msgid "Note: interface name length" msgstr "注æ„:接å£å称长度" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:95 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:96 msgid "Notice" msgstr "注æ„" @@ -3405,7 +3409,7 @@ msgstr "Nslookup" msgid "Number of cached DNS entries (max is 10000, 0 is no caching)" msgstr "缓å˜çš„ DNS æ¡ç›®æ•°é‡ï¼ˆæœ€å¤§ 10000,0 表示ä¸ç¼“å˜ï¼‰" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:125 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:126 msgid "Number of parallel threads used for compression" msgstr "用于压缩的并行线程数" @@ -3838,6 +3842,14 @@ msgstr "请输入用户å和密ç 。" msgid "Policy" msgstr "ç–ç•¥" +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:178 +msgid "Polling interval" +msgstr "轮询间隔" + +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:179 +msgid "Polling interval for status queries in seconds" +msgstr "状æ€æŸ¥è¯¢çš„轮询间隔,以秒为å•ä½" + #: modules/luci-mod-system/luasrc/model/cbi/admin_system/dropbear.lua:22 msgid "Port" msgstr "端å£" @@ -3927,7 +3939,7 @@ msgstr "新接å£çš„åè®®" msgid "Protocol support is not installed" msgstr "未安装å议支æŒ" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:234 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:257 msgid "Provide NTP server" msgstr "作为 NTP æœåŠ¡å™¨æä¾›æœåŠ¡" @@ -4201,10 +4213,10 @@ msgstr "" #: modules/luci-mod-network/luasrc/model/cbi/admin_network/wifi.lua:1089 msgid "" "Requires the 'full' version of wpad/hostapd and support from the wifi driver " -"<br />(as of Feb 2017: ath9k and ath10k, in LEDE also mwlwifi and mt76)" +"<br />(as of Jan 2019: ath9k, ath10k, mwlwifi and mt76)" msgstr "" -"需è¦å®Œæ•´ç‰ˆæœ¬çš„ wpad/hostapd,并且 WiFi 驱动支æŒ<br />ï¼ˆæˆªæ¢ 2017.02,已知支æŒ" -"æ¤ç‰¹æ€§çš„驱动有 ath9kã€ath10kï¼Œä»¥åŠ LEDE ä¸çš„ mwlwifi å’Œ mt76)" +"需è¦å®Œæ•´ç‰ˆæœ¬çš„ wpad/hostapd,并且 WiFi 驱动支æŒ<br />ï¼ˆæˆªæ¢ 2019.01,已知支æŒ" +"æ¤ç‰¹æ€§çš„驱动有 ath9kã€ath10kã€mwlwifi å’Œ mt76)" #: modules/luci-mod-network/luasrc/model/cbi/admin_network/dhcp.lua:95 msgid "" @@ -4482,7 +4494,7 @@ msgstr "" "ä¸ç®¡æŽ¥å£çš„链路状æ€å¦‚何,总是用应用设置(如果勾选,链路状æ€å˜æ›´å°†ä¸å†è§¦å‘ " "hotplug 事件处ç†ï¼‰ã€‚" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:206 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:229 msgid "Set up Time Synchronization" msgstr "设置时间åŒæ¥" @@ -4549,7 +4561,7 @@ msgstr "大å°" msgid "Size of DNS query cache" msgstr "DNS 查询缓å˜çš„大å°" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:113 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:114 msgid "Size of the ZRam device in megabytes" msgstr "ZRam 设备的大å°ï¼ˆä»¥å…†å—节为å•ä½ï¼‰" @@ -4798,7 +4810,7 @@ msgstr "系统日志" msgid "System Properties" msgstr "系统属性" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:69 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:70 msgid "System log buffer size" msgstr "系统日志缓冲区大å°" @@ -5029,7 +5041,7 @@ msgid "" "you choose the generic image format for your platform." msgstr "ä¸æ”¯æŒæ‰€ä¸Šä¼ çš„æ˜ åƒæ–‡ä»¶æ ¼å¼ï¼Œè¯·é€‰æ‹©é€‚åˆå½“å‰å¹³å°çš„é€šç”¨æ˜ åƒæ–‡ä»¶ã€‚" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:156 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:157 msgid "Theme" msgstr "主题" @@ -5060,7 +5072,7 @@ msgstr "尚未分é…设备,请在“物ç†è®¾ç½®â€é€‰é¡¹å¡ä¸é€‰æ‹©ç½‘络设 #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:104 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:233 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:260 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:286 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:287 msgid "" "There is no password set on this router. Please configure a root password to " "protect the web interface and enable SSH." @@ -5148,12 +5160,12 @@ msgstr "活跃的网络连接概况。" msgid "This section contains no values yet" msgstr "å°šæ— ä»»ä½•é…ç½®" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:200 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:211 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:223 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:234 msgid "Time Synchronization" msgstr "时间åŒæ¥" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:205 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:228 msgid "Time Synchronization is not configured yet." msgstr "尚未é…置时间åŒæ¥ã€‚" @@ -5161,7 +5173,7 @@ msgstr "尚未é…置时间åŒæ¥ã€‚" msgid "Time interval for rekeying GTK" msgstr "é‡æ–°åŠ 密 GTK 的时间间隔" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:44 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:45 msgid "Timezone" msgstr "时区" @@ -5645,8 +5657,8 @@ msgstr "ç‰å¾…应用é…置… %d 秒" msgid "Waiting for device..." msgstr "ç‰å¾…设备…" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:96 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:106 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:97 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:107 msgid "Warning" msgstr "è¦å‘Š" @@ -5743,7 +5755,7 @@ msgstr "æ— çº¿ç½‘ç»œå·²å¯ç”¨" msgid "Write received DNS requests to syslog" msgstr "将收到的 DNS 请求写入系统日志" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:88 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:89 msgid "Write system log to file" msgstr "将系统日志写入文件" @@ -5764,7 +5776,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:221 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:243 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:253 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:298 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:299 msgid "" "You must enable JavaScript in your browser or LuCI will not work properly." msgstr "必须开å¯æµè§ˆå™¨çš„ JavaScript 支æŒï¼Œå¦åˆ™ LuCI æ— æ³•æ£å¸¸å·¥ä½œã€‚" @@ -5778,19 +5790,19 @@ msgstr "" "您的 IE æµè§ˆå™¨å¤ªè€äº†ï¼Œæ— 法æ£å¸¸æ˜¾ç¤ºè¿™ä¸ªé¡µé¢ï¼è¯·æ›´æ–°åˆ° IE7 åŠä»¥ä¸Šæˆ–使用其他æµè§ˆ" "器,如 Firefoxã€Operaã€Safari。" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:118 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:119 msgid "ZRam Compression Algorithm" msgstr "ZRam 压缩算法" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:125 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:126 msgid "ZRam Compression Streams" msgstr "ZRam 压缩æµ" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:25 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:26 msgid "ZRam Settings" msgstr "ZRam 设置" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:113 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:114 msgid "ZRam Size" msgstr "ZRam 大å°" @@ -5996,7 +6008,7 @@ msgstr "ä¸å˜åœ¨" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:133 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:215 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:225 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:250 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:251 msgid "off" msgstr "å…³" @@ -6004,7 +6016,7 @@ msgstr "å…³" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:132 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:214 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:224 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:247 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:248 msgid "on" msgstr "å¼€" diff --git a/modules/luci-base/po/zh-tw/base.po b/modules/luci-base/po/zh-tw/base.po index fe6ccc6e48..607658fb65 100644 --- a/modules/luci-base/po/zh-tw/base.po +++ b/modules/luci-base/po/zh-tw/base.po @@ -55,16 +55,16 @@ msgstr "(未連接界é¢)" msgid "-- Additional Field --" msgstr "-- 更多é¸é … --" -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:841 -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:850 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:840 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:849 #: modules/luci-base/luasrc/view/cbi/header.htm:5 #: protocols/luci-proto-3g/luasrc/model/cbi/admin_network/proto_3g.lua:26 #: protocols/luci-proto-qmi/luasrc/model/cbi/admin_network/proto_qmi.lua:36 msgid "-- Please choose --" msgstr "-- è«‹é¸æ“‡ --" -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:866 -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:1030 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:865 +#: modules/luci-base/htdocs/luci-static/resources/cbi.js:1025 #: modules/luci-base/luasrc/view/cbi/header.htm:6 msgid "-- custom --" msgstr "-- 自訂 --" @@ -393,6 +393,10 @@ msgstr "å˜å–本地ä¸ç¹¼æ©‹æŽ¥ä½ç½®" msgid "Administration" msgstr "管ç†" +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:25 +msgid "Advanced" +msgstr "" + #: modules/luci-mod-network/luasrc/model/cbi/admin_network/dhcp.lua:22 #: modules/luci-mod-network/luasrc/model/cbi/admin_network/ifaces.lua:189 #: modules/luci-mod-network/luasrc/model/cbi/admin_network/ifaces.lua:463 @@ -408,7 +412,7 @@ msgstr "進階è¨å®š" msgid "Aggregate Transmit Power(ACTATP)" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:99 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:100 msgid "Alert" msgstr "è¦ç¤º" @@ -667,8 +671,8 @@ msgstr "需è¦æŽˆæ¬Š" #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:214 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:215 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:223 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:246 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:249 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:247 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:250 msgid "Auto Refresh" msgstr "自動更新" @@ -1145,11 +1149,11 @@ msgstr "建立介é¢" msgid "Create a bridge over multiple interfaces" msgstr "在多個介é¢ä¸Šå»ºç«‹æ©‹æŽ¥" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:98 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:99 msgid "Critical" msgstr "緊急" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:102 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:103 msgid "Cron Log Level" msgstr "Cron的日誌級別" @@ -1286,8 +1290,8 @@ msgstr "DHCPç¨ç«‹å¼åˆ¥ç¢¼DUID " msgid "Data Rate" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:93 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:104 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:94 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:105 msgid "Debug" msgstr "除錯" @@ -1597,7 +1601,7 @@ msgstr "修改這個介é¢" msgid "Edit this network" msgstr "修改這個網路" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:100 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:101 msgid "Emergency" msgstr "緊急" @@ -1636,7 +1640,7 @@ msgstr "啟用PPP連çµä¸Šçš„IPv6交涉" msgid "Enable Jumbo Frame passthrough" msgstr "啟用超大訊框é€ç©¿" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:215 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:238 msgid "Enable NTP client" msgstr "起用NTP用戶功能" @@ -1750,7 +1754,7 @@ msgstr "刪除ä¸..." #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/network.js:107 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/network.js:108 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/network.js:109 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:97 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:98 msgid "Error" msgstr "錯誤" @@ -1800,15 +1804,15 @@ msgstr "" msgid "External R1 Key Holder List" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:74 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:75 msgid "External system log server" msgstr "外部系統日誌伺æœå™¨" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:79 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:80 msgid "External system log server port" msgstr "外部系統日誌伺æœå™¨åŸ 號" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:84 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:85 msgid "External system log server protocol" msgstr "" @@ -2076,7 +2080,7 @@ msgstr "" #: themes/luci-theme-bootstrap/luasrc/view/themes/bootstrap/header.htm:198 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:235 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:262 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:288 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:289 msgid "Go to password configuration..." msgstr "到密碼è¨å®šé " @@ -2159,7 +2163,7 @@ msgstr "" #: modules/luci-mod-network/luasrc/model/cbi/admin_network/dhcp.lua:283 #: modules/luci-mod-network/luasrc/model/cbi/admin_network/hosts.lua:15 #: modules/luci-mod-status/luasrc/view/admin_status/index/10-system.htm:17 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:35 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:36 #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:129 msgid "Hostname" msgstr "主機å稱" @@ -2490,7 +2494,7 @@ msgstr "é–’ç½®éŽæœŸ" msgid "Inbound:" msgstr "輸入" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:94 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:95 msgid "Info" msgstr "訊æ¯" @@ -2599,7 +2603,7 @@ msgstr "它顯示您æ£å˜—試更新ä¸é©ç”¨æ–¼é€™å€‹flashè¨˜æ†¶é«”çš„æ˜ åƒæª”, #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:220 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:242 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:252 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:295 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:296 msgid "JavaScript required!" msgstr "需è¦Java腳本" @@ -2679,7 +2683,7 @@ msgstr "LLCé‚輯éˆçµæŽ§åˆ¶å±¤" msgid "Label" msgstr "標籤" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:136 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:137 msgid "Language" msgstr "語言" @@ -2860,7 +2864,7 @@ msgid "Local Startup" msgstr "本地啟動" #: modules/luci-mod-status/luasrc/view/admin_status/index/10-system.htm:25 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:31 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:32 msgid "Local Time" msgstr "本地時å€" @@ -2897,7 +2901,7 @@ msgstr "本地化網路請求" msgid "Locked to channel %s used by: %s" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:92 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:93 msgid "Log output level" msgstr "日誌輸出層級" @@ -3196,7 +3200,7 @@ msgstr "" msgid "NT Domain" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:238 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:261 msgid "NTP server candidates" msgstr "NTP伺æœå™¨å‚™é¸" @@ -3299,7 +3303,7 @@ msgstr "尚未指定網路å稱" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:103 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:232 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:259 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:283 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:284 msgid "No password set!" msgstr "尚未è¨å®šå¯†ç¢¼!" @@ -3348,7 +3352,7 @@ msgstr "" msgid "None" msgstr "ç„¡" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:105 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:106 msgid "Normal" msgstr "æ£å¸¸" @@ -3370,7 +3374,7 @@ msgstr "尚未連線" msgid "Note: interface name length" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:95 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:96 msgid "Notice" msgstr "通知" @@ -3382,7 +3386,7 @@ msgstr "DNSåµéŒ¯Nslookup" msgid "Number of cached DNS entries (max is 10000, 0 is no caching)" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:125 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:126 msgid "Number of parallel threads used for compression" msgstr "" @@ -3809,6 +3813,14 @@ msgstr "請輸入您的用戶å稱和密碼" msgid "Policy" msgstr "ç–ç•¥" +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:178 +msgid "Polling interval" +msgstr "" + +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:179 +msgid "Polling interval for status queries in seconds" +msgstr "" + #: modules/luci-mod-system/luasrc/model/cbi/admin_system/dropbear.lua:22 msgid "Port" msgstr "åŸ " @@ -3898,7 +3910,7 @@ msgstr "新介é¢çš„å”定家æ—" msgid "Protocol support is not installed" msgstr "支æ´çš„å”定尚未安è£" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:234 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:257 msgid "Provide NTP server" msgstr "æä¾›NTP伺æœå™¨" @@ -4166,7 +4178,7 @@ msgstr "" #: modules/luci-mod-network/luasrc/model/cbi/admin_network/wifi.lua:1089 msgid "" "Requires the 'full' version of wpad/hostapd and support from the wifi driver " -"<br />(as of Feb 2017: ath9k and ath10k, in LEDE also mwlwifi and mt76)" +"<br />(as of Jan 2019: ath9k, ath10k, mwlwifi and mt76)" msgstr "" #: modules/luci-mod-network/luasrc/model/cbi/admin_network/dhcp.lua:95 @@ -4441,7 +4453,7 @@ msgid "" "sense events do not invoke hotplug handlers)." msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:206 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:229 #, fuzzy msgid "Set up Time Synchronization" msgstr "安è£æ ¡æ™‚åŒæ¥" @@ -4509,7 +4521,7 @@ msgstr "大å°" msgid "Size of DNS query cache" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:113 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:114 msgid "Size of the ZRam device in megabytes" msgstr "" @@ -4758,7 +4770,7 @@ msgstr "系統日誌" msgid "System Properties" msgstr "系統屬性" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:69 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:70 msgid "System log buffer size" msgstr "系統日誌緩è¡å¤§å°" @@ -4995,7 +5007,7 @@ msgid "" msgstr "" "ä»¥ä¸Šå‚³çš„æ˜ åƒæª”ä¸åŒ…å«æ”¯æ´æ ¼å¼. 請確èªæ‚¨é¸æ“‡çš„是é‡å°æ‚¨çš„å¹³å°æŽ¡ç”¨çš„é€šç”¨æ˜ åƒæª”." -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:156 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:157 msgid "Theme" msgstr "è¨è¨ˆè¦åŠƒ" @@ -5026,7 +5038,7 @@ msgstr "尚未指定è¨å‚™, 請接上一個網路è¨å‚™åœ¨é€™\"實體è¨ç½®\"標 #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:104 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:233 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:260 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:286 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:287 msgid "" "There is no password set on this router. Please configure a root password to " "protect the web interface and enable SSH." @@ -5113,12 +5125,12 @@ msgstr "這一é æ供目å‰æ£åœ¨æ´»å‹•ä¸ç¶²è·¯é€£ç·šçš„é 覽." msgid "This section contains no values yet" msgstr "這部分尚未有任何數值." -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:200 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:211 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:223 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:234 msgid "Time Synchronization" msgstr "æ ¡æ™‚åŒæ¥" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:205 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:228 msgid "Time Synchronization is not configured yet." msgstr "æ ¡æ™‚åŒæ¥å°šæœªè¨å®š." @@ -5126,7 +5138,7 @@ msgstr "æ ¡æ™‚åŒæ¥å°šæœªè¨å®š." msgid "Time interval for rekeying GTK" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:44 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:45 msgid "Timezone" msgstr "時å€" @@ -5328,7 +5340,7 @@ msgid "" "compatible firmware image)." msgstr "" "上傳一個sysupgrade-ç›¸å®¹çš„æ˜ åƒæª”在這以便替代æ£åŸ·è¡Œä¸çš„韌體. 勾é¸\"ä¿æŒè¨å®š\"以" -"ä¿ç•™ç›®å‰è¨å®šå€¼(å¿…é ˆè¦æ˜¯OpenWrt/LEDEç›¸å®¹æ€§éŸŒé«”æ˜ åƒæª”)." +"ä¿ç•™ç›®å‰è¨å®šå€¼(å¿…é ˆè¦æ˜¯OpenWrtç›¸å®¹æ€§éŸŒé«”æ˜ åƒæª”)." #: modules/luci-mod-system/luasrc/view/admin_system/flashops.htm:51 msgid "Upload archive..." @@ -5608,8 +5620,8 @@ msgstr "" msgid "Waiting for device..." msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:96 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:106 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:97 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:107 msgid "Warning" msgstr "è¦å‘Š" @@ -5704,7 +5716,7 @@ msgstr "無線網路已啟用" msgid "Write received DNS requests to syslog" msgstr "寫入已接收的DNS請求到系統日誌ä¸" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:88 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:89 msgid "Write system log to file" msgstr "" @@ -5725,7 +5737,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:221 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:243 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:253 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:298 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:299 msgid "" "You must enable JavaScript in your browser or LuCI will not work properly." msgstr "在ç€è¦½å™¨æ‚¨å¿…é ˆå•Ÿç”¨JavaScriptå¦å‰‡LuCI無法æ£å¸¸é‹ä½œ." @@ -5737,19 +5749,19 @@ msgid "" "or Safari." msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:118 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:119 msgid "ZRam Compression Algorithm" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:125 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:126 msgid "ZRam Compression Streams" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:25 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:26 msgid "ZRam Settings" msgstr "" -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:113 +#: modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua:114 msgid "ZRam Size" msgstr "" @@ -5955,7 +5967,7 @@ msgstr "" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:133 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:215 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:225 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:250 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:251 msgid "off" msgstr "關閉" @@ -5963,7 +5975,7 @@ msgstr "關閉" #: themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm:132 #: themes/luci-theme-material/luasrc/view/themes/material/header.htm:214 #: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:224 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:247 +#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:248 msgid "on" msgstr "é–‹å•Ÿ" diff --git a/modules/luci-mod-network/htdocs/luci-static/resources/view/network/network.js b/modules/luci-mod-network/htdocs/luci-static/resources/view/network/network.js index 145f5807a0..40624e741e 100644 --- a/modules/luci-mod-network/htdocs/luci-static/resources/view/network/network.js +++ b/modules/luci-mod-network/htdocs/luci-static/resources/view/network/network.js @@ -81,7 +81,7 @@ L.poll(5, L.url('admin/network/iface_status', networks.join(',')), null, desc = desc ? '%s (%s)'.format(desc, ifc.desc) : ifc.desc; L.itemlist(d, [ - _('Protocol'), '%h'.format(desc || '?'), + _('Protocol'), desc || '?', _('Uptime'), ifc.is_up ? '%t'.format(ifc.uptime) : null, _('MAC'), (!ifc.is_dynamic && !ifc.is_alias && ifc.macaddr) ? ifc.macaddr : null, _('RX'), (!ifc.is_dynamic && !ifc.is_alias) ? '%.2mB (%d %s)'.format(ifc.rx_bytes, ifc.rx_packets, _('Pkts.')) : null, diff --git a/modules/luci-mod-network/htdocs/luci-static/resources/view/network/wifi_status.js b/modules/luci-mod-network/htdocs/luci-static/resources/view/network/wifi_status.js index 7e14d999bd..108a141f88 100644 --- a/modules/luci-mod-network/htdocs/luci-static/resources/view/network/wifi_status.js +++ b/modules/luci-mod-network/htdocs/luci-static/resources/view/network/wifi_status.js @@ -39,7 +39,7 @@ requestAnimationFrame(function() { L.itemlist(info, [ _('Mode'), iw.mode, - _('SSID'), '%h'.format(iw.ssid || '?'), + _('SSID'), iw.ssid || '?', _('BSSID'), is_assoc ? iw.bssid : null, _('Encryption'), is_assoc ? iw.encryption || _('None') : null, _('Channel'), is_assoc ? '%d (%.3f %s)'.format(iw.channel, iw.frequency || 0, _('GHz')) : null, diff --git a/modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js b/modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js index bdeb23d235..57e6bbb04c 100644 --- a/modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js +++ b/modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js @@ -70,7 +70,7 @@ L.poll(5, L.url('admin/network/wireless_status', networks.join(',')), null, }, [ E('img', { src: icon }), ' %d%%'.format(p) ])); L.itemlist(info, [ - _('SSID'), '%h'.format(iw.ssid || '?'), + _('SSID'), iw.ssid || '?', _('Mode'), iw.mode, _('BSSID'), iw.is_assoc ? iw.bssid : null, _('Encryption'), iw.is_assoc ? iw.encryption || _('None') : null, diff --git a/modules/luci-mod-network/luasrc/model/cbi/admin_network/wifi.lua b/modules/luci-mod-network/luasrc/model/cbi/admin_network/wifi.lua index 9ab282c3ab..1ac79d8ee7 100644 --- a/modules/luci-mod-network/luasrc/model/cbi/admin_network/wifi.lua +++ b/modules/luci-mod-network/luasrc/model/cbi/admin_network/wifi.lua @@ -376,6 +376,14 @@ meshfwd.rmempty = false meshfwd.default = "1" meshfwd:depends({mode="mesh"}) +mesh_rssi_th = s:taboption("advanced", Value, "mesh_rssi_threshold", + translate("RSSI threshold for joining"), + translate("0 = not using RSSI threshold, 1 = do not change driver default")) +mesh_rssi_th.rmempty = false +mesh_rssi_th.default = "0" +mesh_rssi_th.datatype = "range(-255,1)" +mesh_rssi_th:depends({mode="mesh"}) + ssid = s:taboption("general", Value, "ssid", translate("<abbr title=\"Extended Service Set Identifier\">ESSID</abbr>")) ssid.datatype = "maxlength(32)" ssid:depends({mode="ap"}) @@ -669,6 +677,7 @@ if hwtype == "mac80211" or hwtype == "prism2" then encr:value("psk", "WPA-PSK", {mode="ap"}, {mode="sta"}, {mode="ap-wds"}, {mode="sta-wds"}, {mode="adhoc"}) encr:value("psk2", "WPA2-PSK", {mode="ap"}, {mode="sta"}, {mode="ap-wds"}, {mode="sta-wds"}, {mode="adhoc"}) encr:value("psk-mixed", "WPA-PSK/WPA2-PSK Mixed Mode", {mode="ap"}, {mode="sta"}, {mode="ap-wds"}, {mode="sta-wds"}, {mode="adhoc"}) + encr:value("sae", "SAE", {mode="mesh"}) if has_ap_eap and has_sta_eap then encr:value("wpa", "WPA-EAP", {mode="ap"}, {mode="sta"}, {mode="ap-wds"}, {mode="sta-wds"}) encr:value("wpa2", "WPA2-EAP", {mode="ap"}, {mode="sta"}, {mode="ap-wds"}, {mode="sta-wds"}) @@ -689,6 +698,7 @@ if hwtype == "mac80211" or hwtype == "prism2" then encr:value("psk", "WPA-PSK", {mode="sta"}, {mode="sta-wds"}, {mode="adhoc"}) encr:value("psk2", "WPA2-PSK", {mode="sta"}, {mode="sta-wds"}, {mode="adhoc"}) encr:value("psk-mixed", "WPA-PSK/WPA2-PSK Mixed Mode", {mode="sta"}, {mode="sta-wds"}, {mode="adhoc"}) + encr:value("sae", "SAE", {mode="mesh"}) if has_sta_eap then encr:value("wpa", "WPA-EAP", {mode="sta"}, {mode="sta-wds"}) encr:value("wpa2", "WPA2-EAP", {mode="sta"}, {mode="sta-wds"}) @@ -841,6 +851,21 @@ for slot=1,4 do end end +saekey = s:taboption("encryption", Value, "_sae_key", translate("Key")) +saekey:depends("encryption", "sae") +saekey.rmempty = true +saekey.datatype = "wpakey" +saekey.password = true + +saekey.cfgvalue = function(self, section, value) + local key = m.uci:get("wireless", section, "key") + return key +end + +saekey.write = function(self, section, value) + self.map.uci:set("wireless", section, "key", value) +end + if hwtype == "mac80211" or hwtype == "prism2" then -- Probe 802.11r support (and EAP support as a proxy for Openwrt) @@ -1087,8 +1112,8 @@ if hwtype == "mac80211" then ieee80211w = s:taboption("encryption", ListValue, "ieee80211w", translate("802.11w Management Frame Protection"), translate("Requires the 'full' version of wpad/hostapd " .. - "and support from the wifi driver <br />(as of Feb 2017: " .. - "ath9k and ath10k, in LEDE also mwlwifi and mt76)")) + "and support from the wifi driver <br />(as of Jan 2019: " .. + "ath9k, ath10k, mwlwifi and mt76)")) ieee80211w.default = "" ieee80211w.rmempty = true ieee80211w:value("", translate("Disabled (default)")) diff --git a/modules/luci-mod-rpc/luasrc/controller/rpc.lua b/modules/luci-mod-rpc/luasrc/controller/rpc.lua index 1e8038b28a..37a976035e 100644 --- a/modules/luci-mod-rpc/luasrc/controller/rpc.lua +++ b/modules/luci-mod-rpc/luasrc/controller/rpc.lua @@ -14,7 +14,6 @@ function session_retrieve(sid, allowed_users) if type(sdat) == "table" and type(sdat.values) == "table" and type(sdat.values.token) == "string" and - type(sdat.values.secret) == "string" and type(sdat.values.username) == "string" and util.contains(allowed_users, sdat.values.username) then @@ -78,8 +77,7 @@ function rpc_auth() util.ubus("session", "set", { ubus_rpc_session = login.ubus_rpc_session, values = { - token = sys.uniqueid(16), - secret = sys.uniqueid(16) + token = sys.uniqueid(16) } }) @@ -87,8 +85,7 @@ function rpc_auth() if sdat then return { sid = sid, - token = sdat.token, - secret = sdat.secret + token = sdat.token } end end diff --git a/modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua b/modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua index c26fd475a4..b58bbd4134 100644 --- a/modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua +++ b/modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua @@ -22,6 +22,7 @@ s.addremove = false s:tab("general", translate("General Settings")) s:tab("logging", translate("Logging")) s:tab("language", translate("Language and Style")) +s:tab("advanced", translate("Advanced")) if has_zram then s:tab("zram", translate("ZRam Settings")) end -- @@ -170,6 +171,28 @@ end -- +-- Advanced +-- + +o = s:taboption("advanced", Value, "_pollinterval", + translate("Polling interval"), + translate("Polling interval for status queries in seconds")) +o.datatype = "range(3, 20)" +o.default = 5 +o:value("3") +o:value("5") +o:value("10") + +function o.cfgvalue(...) + return m.uci:get("luci", "main", "pollinterval") +end + +function o.write(self, section, value) + m.uci:set("luci", "main", "pollinterval", value) +end + + +-- -- NTP -- diff --git a/protocols/luci-proto-ppp/luasrc/model/cbi/admin_network/proto_pppoe.lua b/protocols/luci-proto-ppp/luasrc/model/cbi/admin_network/proto_pppoe.lua index f785b7fb6f..063d8c07eb 100644 --- a/protocols/luci-proto-ppp/luasrc/model/cbi/admin_network/proto_pppoe.lua +++ b/protocols/luci-proto-ppp/luasrc/model/cbi/admin_network/proto_pppoe.lua @@ -119,7 +119,7 @@ host_uniq = section:taboption("advanced", Value, "host_uniq", translate("Raw hex-encoded bytes. Leave empty unless your ISP require this")) host_uniq.placeholder = translate("auto") -host_uniq.datatype = "hex" +host_uniq.datatype = "hexstring" demand = section:taboption("advanced", Value, "demand", diff --git a/themes/luci-theme-material/htdocs/luci-static/material/cascade.css b/themes/luci-theme-material/htdocs/luci-static/material/cascade.css index 8c6f681105..db5304b430 100644 --- a/themes/luci-theme-material/htdocs/luci-static/material/cascade.css +++ b/themes/luci-theme-material/htdocs/luci-static/material/cascade.css @@ -40,24 +40,6 @@ url("fonts/font.svg") format("svg"); } -::-webkit-scrollbar { - width: 10px; - height: 10px; - background: transparent; -} - -::-webkit-scrollbar-thumb { - background: #9e9e9e; -} - -::-webkit-scrollbar-thumb:hover { - background: #757575; -} - -::-webkit-scrollbar-thumb:active { - background: #424242; -} - .table { position: relative; display: table; @@ -270,7 +252,6 @@ code { font-size-adjust: .35; padding: 1px 3px; color: #101010; - border: thin solid #999; border-radius: 2px; background: #ddd; } @@ -550,18 +531,29 @@ header > .fill > .container > .status > * { } .main > .main-left > .nav > .slide > .menu::before { - font-weight: 900; position: absolute; + top: 30%; right: 17px; - content: "\2228"; - transform: scale(1.3, .75); + width: 1rem; + height: 1rem; + content: ""; + background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTAwMCAxMDAwIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMDAwIDEwMDAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwYXRoIGQ9Ik01MDAsNjI1LjJMNzUuMywyNTVMMTAsMzE0LjlMNTAwLDc0NWw0OTAtNDMwLjFMOTI0LjcsMjU1TDUwMCw2MjUuMnoiLz48L2c+PC9zdmc+); + background-repeat: no-repeat; } .main > .main-left > .nav > .slide > .menu.active::before { - content: "\2227"; + transform: rotate(-180deg); +} + +body[class*="node-"] > .main > .main-left > .nav > .slide > .menu::before { + transition: transform .1s ease-in-out; } -.main > .main-left[style$="overflow: hidden;"] > .nav > .slide > .menu::before { +body[class*="node-"] > .main > .main-left > .nav > .slide > .menu.active::before { + transition: transform .2s ease-in-out; +} + +.main > .main-left[style*="overflow: hidden"] > .nav > .slide > .menu::before { display: none; } @@ -700,6 +692,8 @@ h5 { .cbi-section, .cbi-section-error, +#iptables, +.Firewall form, #cbi-network > .cbi-section-node, #cbi-wireless > .cbi-section-node, #cbi-wireless > #wifi_assoclist_table, @@ -1779,10 +1773,12 @@ td > .ifacebadge, #syslog { font-size: small; + overflow-y: hidden; width: 100%; min-height: 15rem; margin-bottom: 20px; padding: 1rem; + padding-bottom: 2.5rem; resize: none; color: #eee; border: 0; @@ -2287,16 +2283,12 @@ input[name="nslookup"] { /* firewall */ #iptables { - font-family: inherit; - font-weight: normal; - font-style: normal; - line-height: 1; - min-width: inherit; - margin: 0 0 2rem 0; - padding: 2rem; - border: 0; - border-radius: 0; - background-color: #fff; + margin: 0; +} + +.Firewall form { + padding: 0; + box-shadow: none; } #cbi-firewall-redirect table *, @@ -2629,7 +2621,6 @@ input[name="nslookup"] { .tr.placeholder > .td, #cbi-firewall .tr > .td, - #iptables .tr:nth-child(2) > .td, #cbi-network .tr:nth-child(2) > .td, .cbi-section #wifi_assoclist_table .tr > .td { border-top: 0; @@ -2723,17 +2714,9 @@ input[name="nslookup"] { } .Firewall form { - font-family: inherit; - font-weight: normal; - font-style: normal; - line-height: normal; position: static !important; - min-width: inherit; margin: 0 0 2rem 0; padding: 2rem; - border: 0; - border-radius: 0; - background-color: #fff; box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .16), 0 0 2px 0 rgba(0, 0, 0, .12); } @@ -2923,6 +2906,26 @@ input[name="nslookup"] { } } +@media screen and (min-width: 600px) { + ::-webkit-scrollbar { + width: 10px; + height: 10px; + background: transparent; + } + + ::-webkit-scrollbar-thumb { + background: #9e9e9e; + } + + ::-webkit-scrollbar-thumb:hover { + background: #757575; + } + + ::-webkit-scrollbar-thumb:active { + background: #424242; + } +} + @media screen and (min-width: 1152px) { .cbi-value input[type="password"], .cbi-value input[type="text"] { diff --git a/themes/luci-theme-rosy/htdocs/luci-static/rosy/cascade.css b/themes/luci-theme-rosy/htdocs/luci-static/rosy/cascade.css index ab7cac626c..449f9d4cf3 100644 --- a/themes/luci-theme-rosy/htdocs/luci-static/rosy/cascade.css +++ b/themes/luci-theme-rosy/htdocs/luci-static/rosy/cascade.css @@ -16,149 +16,129 @@ * Licensed to the public under the Apache License 2.0 */ +/* + * Font generate by Icomoon<icomoon.io> + */ @font-face { - font-family: 'icomoon'; - src: url('fonts/font.eot'); - src: url('fonts/font.eot') format('embedded-opentype'), url('fonts/font.ttf') format('truetype'), url('fonts/font.woff') format('woff'), url('fonts/font.svg') format('svg'); - font-weight: normal; - font-style: normal; -} - -strong { - font-weight: normal; + font-family: "icomoon"; + font-weight: normal; + font-style: normal; + src: url("fonts/font.eot"); + src: url("fonts/font.eot") format("embedded-opentype"), url("fonts/font.ttf") format("truetype"), + url("fonts/font.woff") format("woff"), url("fonts/font.svg") format("svg"); } +/* Table correlation è¡¨æ ¼ */ .table { - display: table; - position: relative; + position: relative; + display: table; } .tr { - display: table-row; + display: table-row; } .thead { - display: table-header-group; + display: table-header-group; } .tbody { - display: table-row-group; + display: table-row-group; } .tfoot { - display: table-footer-group; + display: table-footer-group; } .td, .th { - vertical-align: middle; - text-align: center; - display: table-cell; - padding: .8em; + line-height: normal; + display: table-cell; + padding: .5em; + text-align: center; + vertical-align: middle; } .th { - font-weight: normal; + color: #333; +} + +.td { + color: #777; } .tr.placeholder { - height: 4em; - background-color: #f9f9f9; + height: 4em; } -.tr.placeholder>.td { - position: absolute; - left: 0; - right: 0; - bottom: 0; - text-align: center; - line-height: 3em; - background: #f9f9f9; +.tr.placeholder > .td { + line-height: 3; + position: absolute; + right: 0; + bottom: 0; + left: 0; + text-align: center !important; + background: inherit; +} + +.td[width="33%"] { + padding: 1.1em; } .table[width="33%"], .th[width="33%"], .td[width="33%"] { - width: 33%; + width: 33%; } .table[width="100%"], .th[width="100%"], .td[width="100%"] { - width: 100%; + width: 100%; } +/* grid æ …æ ¼ */ .col-1 { - flex: 1 1 30px !important; - -webkit-flex: 1 1 30px !important; + flex: 1 1 30px !important; } .col-2 { - flex: 2 2 60px !important; - -webkit-flex: 2 2 60px !important; + flex: 2 2 60px !important; } .col-3 { - flex: 3 3 90px !important; - -webkit-flex: 3 3 90px !important; + flex: 3 3 90px !important; } .col-4 { - flex: 4 4 120px !important; - -webkit-flex: 4 4 120px !important; + flex: 4 4 120px !important; } .col-5 { - flex: 5 5 150px !important; - -webkit-flex: 5 5 150px !important; + flex: 5 5 150px !important; } .col-6 { - flex: 6 6 180px !important; - -webkit-flex: 6 6 180px !important; + flex: 6 6 180px !important; } .col-7 { - flex: 7 7 210px !important; - -webkit-flex: 7 7 210px !important; + flex: 7 7 210px !important; } .col-8 { - flex: 8 8 240px !important; - -webkit-flex: 8 8 240px !important; + flex: 8 8 240px !important; } .col-9 { - flex: 9 9 270px !important; - -webkit-flex: 9 9 270px !important; + flex: 9 9 270px !important; } .col-10 { - flex: 10 10 300px !important; - -webkit-flex: 10 10 300px !important; -} - -.cbi-button-up, -.cbi-button-down, -.cbi-value-helpicon, -.main>.loading>span { - font-family: 'icomoon' !important; - speak: none; - font-style: normal !important; - font-weight: normal !important; - font-variant: normal !important; - text-transform: none !important; - line-height: 1; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; -} - -* { - margin: 0; - padding: 0; - box-sizing: border-box; + flex: 10 10 300px !important; } +/* dom å…ƒç´ */ .h1, .h2, .h3, @@ -171,2583 +151,2962 @@ h3, h4, h5, h6 { - font-family: inherit; - font-weight: normal; - line-height: 1.1; - color: inherit; + font-family: inherit; + font-weight: normal; + line-height: 1.1 !important; + color: inherit; } html { - -webkit-text-size-adjust: 100%; - -ms-text-size-adjust: 100%; - position: relative; + -webkit-text-size-adjust: 100%; + -ms-text-size-adjust: 100%; + height: 100%; } body { - font-size: 0.8rem; - background-color: #EEE; + font-size: .8rem; + background-color: #eee; + height: auto; } html, body { - margin: 0px; - padding: 0px; - height: auto; - min-height: 100%; - font-family: Microsoft Yahei, WenQuanYi Micro Hei, sans-serif, "Helvetica Neue", Helvetica, Hiragino Sans GB; + font-family: "Microsoft Yahei", "WenQuanYi Micro Hei", "sans-serif", "Helvetica Neue", "Helvetica", + "Hiragino Sans GB"; + margin: 0; + padding: 0; + background-color: #EBF1F6; } -select { - padding: 0.36rem 0.8rem; - color: #555; - background-color: #fff; - background-image: none; - border: 1px solid #ccc; -} - -select, -input, -.cbi-dropdown { - background-color: transparent; - color: rgba(0, 0, 0, .87); - border: none; - border-bottom: 2px solid rgba(0, 0, 0, .26); - outline: 0; - padding: 0; - box-shadow: none; - border-radius: 0; - background-image: none; - height: auto; - font-size: 0.8rem; +header { + display: none; } -select:not([multiple="multiple"]):focus, -input:focus { - border-color: #0099CC; +select { + padding: .36rem .8rem; + color: #555; + border: thin solid #ccc; + background-color: #fff; + background-image: none; } -select[multiple="multiple"] { - height: auto; +pre { + overflow: auto; } code { - color: #0099CC; + font-size: 1rem; + font-size-adjust: .35; + padding: 1px 3px; + color: #101010; + border: thin solid #999; + border-radius: 2px; + background: #ddd; } abbr { - color: #005470; - text-decoration: underline; - cursor: help; + cursor: help; + text-decoration: underline; + color: #005470; } hr { - margin: 1rem 0; - border-color: #EEE; - opacity: 0.1; + margin: 1rem 0; + opacity: .1; + border-color: #eee; } -footer>a { - color: #aaa; - text-decoration: none; +textarea { + resize: none; + border-radius: 20px; } -.main>.loading { - position: fixed; - width: 100%; - height: 100%; - z-index: 2000; - display: block; - background-color: #354057; - top: 0; +.pull-right { + float: right; } -.main>.loading>span { - display: block; - text-align: center; - margin-top: 2rem; - color: #888; - font-size: 1.2rem; - line-height: 45px; +.pull-left { + float: left; } -.main>.loading>span>.loading-img { - margin-right: 0.2rem; - display: inline-block; +.nowrap:not(.td) { + white-space: nowrap; } -.main>.loading>span>.loading-img img { - vertical-align: middle; +[disabled="disabled"] { + pointer-events: none; } -.pull-right { - float: right; +#xhr_poll_status { + display: flex; } -.pull-left { - float: left; +.danger { + background-color: #f794b0 !important; +} + +.warning { + background-color: #f0e68c !important; +} + +.success { + background-color: #f24c7c !important; +} + +.notice { + background-color: #468ea4 !important; +} + +.error { + color: #f00; +} + +ul { + line-height: normal; } li { - list-style-type: none; + list-style-type: none; } h1 { - font-size: 2rem; - padding-bottom: 10px; - border-bottom: 1px solid #eee; + font-size: 2rem; + padding-bottom: 10px; + border-bottom: thin solid #eee; } h2 { - margin: 2rem 0 0 0; - color: #354057; - font-size: 1.8rem; - padding-bottom: 10px; - border-bottom: 1px solid #eee; + font-size: 1.8rem; + margin: 2rem 0 0 0; + padding-bottom: 10px; + color: #354057; } h3 { - margin: 2rem 0 0 0; - font-size: 1.4rem; - padding-bottom: 10px; + font-size: 1.4rem; + margin: 2rem 0 0 0; + padding-bottom: 10px; } h4 { - margin: 2rem 0 0 0; - font-size: 1.2rem; - padding-bottom: 10px; + font-size: 1.2rem; + margin: 2rem 0 0 0; + padding-bottom: 10px; } -.mobile-hide { - display: inline-block; +h5 { + font-size: 1rem; + margin: 2rem 0 0 0; + padding-bottom: 10px; } -.PC-hide { - width: 100%; - display: none; +.cbi-section, +.cbi-section-error, +#cbi-network > .cbi-section-node, +#cbi-wireless > .cbi-section-node, +#cbi-wireless > #wifi_assoclist_table, +[data-page^="admin-system-admin"]:not(.login) .cbi-map:not(#cbi-dropbear), +[data-page="admin-system-opkg"] #maincontent > .container { + font-family: inherit; + font-weight: normal; + font-style: normal; + line-height: normal; + min-width: inherit; + margin: 1rem 0 0 0; + padding: 2rem; + border-radius: 20px; + background-color: #fff; } -.cbi-section { - margin: 1rem 0 0 0; - padding: 2rem; - border: 0; - font-weight: normal; - font-style: normal; - line-height: 1; - font-family: inherit; - min-width: inherit; - border-radius: 20px; - background-color: #FFF; - -webkit-overflow-scrolling: touch; +fieldset { + border: none; +} + +.cbi-map-descr + fieldset { + margin-top: 1rem; + border: none; +} + +.cbi-section > legend { + display: none !important; } -.cbi-section>legend { - display: none !important; +fieldset > fieldset, +.cbi-section > .cbi-section { + margin: 0; + padding: 0; + border: 0; + box-shadow: none; } -.cbi-section>h3:first-child, +.cbi-section > h3:first-child, .panel-title { - width: 100%; - display: block; - line-height: 1; - color: #354057; - font-size: 1.4rem; - padding-bottom: 1rem; - margin: 0; + font-size: 1.4rem; + line-height: 1; + display: block; + width: 100%; + margin: 0; + margin-bottom: .5rem; + color: #354057; } -.table { - width: 100%; - border-radius: 20px; +/* btn 按钮 */ +.cbi-button-up, +.cbi-button-down, +.cbi-value-helpicon, +.showSide { + font-family: "icomoon" !important; + font-weight: normal; + font-style: normal; + font-variant: normal; + line-height: 1; + text-transform: none; + -webkit-font-smoothing: antialiased; + speak: none; } -.table>.tbody>.tr>.td, -.table>.tbody>.tr>.th, -.table>.tfoot>.tr>.td, -.table>.tfoot>.tr>.th, -.table>.thead>.tr>.td, -.table>.thead>.tr>.th { - padding: .5rem; - border-top: 1px solid #ddd; - white-space: nowrap; +* { + box-sizing: border-box; + margin: 0; + padding: 0; } -.cbi-section-table-cell { - white-space: nowrap; - align-self: flex-end; - flex: 1 1 auto; +.btn, +button, +select, +input, +.cbi-dropdown { + height: 1.8rem; + padding: 0; + color: rgba(0, 0, 0, .87); + border: 0; + border-bottom: 2px solid rgba(0, 0, 0, .26); + border-radius: 0; + outline: 0; + background-color: transparent; + background-image: none; + box-shadow: none; + vertical-align: bottom; } -.cbi-section-table { - border: none; +select, +.cbi-dropdown { + width: inherit; } -.cbi-section-table-row { - text-align: center; - margin-bottom: 1rem; - background: #f4f4f4; +select:not([multiple="multiple"]):focus, +input:not(.cbi-button):focus, +.cbi-dropdown:focus, +.cbi-dynlist > .item:focus { + border-color: #09c; } -.cbi-section-table-row:last-child { - margin-bottom: 0; +select[multiple="multiple"] { + height: auto; } -.cbi-section-table-row>.cbi-value-field .cbi-input-select, -.cbi-section-table-row>.cbi-value-field .cbi-input-text, -.cbi-section-table-row>.cbi-value-field .cbi-input-password, -.cbi-section-table-row>.cbi-value-field .cbi-dropdown { - width: 100%; +/* footer 尾部 */ +footer { + font-size: .8rem; + overflow: hidden; + padding: 1rem; + text-align: right; + color: #aaa; + width: 100%; + float: right; +} + +footer > a { + text-decoration: none; + color: #aaa; +} + +/* Main interface ä¸»ç•Œé¢ */ +.loading { + position: fixed; + z-index: 3000; + top: 0; + display: block; + width: 100%; + height: 100%; + pointer-events: none; + background-color: #354057; +} + +.loading > span { + font-family: monospace; + font-size: 2.0rem; + font-size-adjust: .35; + position: relative; + top: 12.5%; + display: block; + text-align: center; + color: #888; +} + +.loading > span > .loading-img { + font-family: "icomoon" !important; + font-size: 1.0rem; + display: inline-block; + margin-right: 1rem; + animation: anim-rotate 2s infinite linear; + vertical-align: middle; +} + +@keyframes anim-rotate { + 0% { + -webkit-transform: rotate(0); + -ms-transform: rotate(0); + transform: rotate(0); + } + + 100% { + -webkit-transform: rotate(360deg); + -ms-transform: rotate(360deg); + transform: rotate(360deg); + } +} + +.Processes #maincontent > .container { + margin-right: 0; +} + +/* Main interface left å·¦ä¸»ç•Œé¢ */ +.main-left { + position: fixed; + top: 10px; + bottom: 10px; + left: 10px; + width: 15%; + border-radius: 20px; + background-color: #7f8ba5; + z-index: 2000; + min-width: 210px; } -.cbi-section-table-row>.cbi-value-field [data-dynlist]>input, -.cbi-section-table-row>.cbi-value-field input.cbi-input-password { - width: calc(100% - 1.5rem); +.main-left .nav-container { + position: absolute; + top: 10px; + left: 10px; + bottom: 10px; + background-color: #354057; + width: 100%; + border-radius: 20px; } -.table .tr:first-child .td:first-child, -.table .tr:first-child::before, -.table .tr:first-child .th:first-child { - border-top-left-radius: 10px; +.main-left .nav-container .navbar-container { + position: absolute; + overflow: hidden; + bottom: 10px; + top: 82px; + width: 100%; + height: calc(100% - 92px); } -.table .tr:first-child .td:last-child, -.table .tr:first-child .th:last-child { - border-top-right-radius: 10px; +.main-left .nav-container .brand { + color: #fff; + text-decoration: none; + font-size: 18px; + display: block; + text-align: center; + padding: 36px 0 24px; + border-bottom: 1px solid #fff; + margin: 0 15px; } -.table .tr:last-child .td:first-child, -.table .tr:last-child::before { - border-bottom-left-radius: 10px; +.main-left .nav { + margin-top: .5rem; } -.table .tr:last-child .td:last-child { - border-bottom-right-radius: 10px; +.main-left .nav > li { + padding: .5rem 1rem; + cursor: pointer; } -.table .tr.placeholder:last-child { - background-color: transparent; +.main-left .nav > li a { + display: block; + color: #fff; } -/* fix progress bar */ -.cbi-progressbar { - background-color: #9bc1cc; - border-radius: 20px; - overflow: hidden; - position: relative; +.main-left .nav > .slide { + padding: 0; } -.cbi-progressbar div { - background-color: #468ea4; - height: 20px; - border-radius: 20px; +.main-left .nav > .slide > ul { + display: none; } -.cbi-progressbar::after { - content: attr(title); - position: absolute; - top: 0; - left: 0; - right: 0; - bottom: 0; - text-align: center; - line-height: 1.2rem; - color: #fff; +.main-left .nav > .slide > .menu { + font-size: 1.15rem; + display: block; + padding: .5rem 1rem; + text-decoration: none; + color: #fff; + width: 90%; + border-radius: 0 25px 25px 0; +} + +.main-left .nav > .slide > .menu.active { + background: #485267; +} + +.main-left .nav > li:hover, +.main-left .nav > .slide > .menu:hover, +.main-left .nav > .slide > .slide-menu > li:hover { + background: #485267; +} + +.main-left .nav > .slide:hover { + background: none; +} + +.main-left .nav > .slide > .slide-menu > li { + margin: 5px 0; + padding: 10px 2rem; + width: 90%; + border-radius: 0 25px 25px 0; +} + +.main-left .nav > .slide > .slide-menu > .active { + background-color: #f24c7c !important; + width: 80%; + border-radius: 0 25px 25px 0; +} + +.main-left .nav > .slide > .slide-menu > li > a { + white-space: nowrap; + text-decoration: none; +} + +.main-left .nav > .slide > .slide-menu > .active > a { + color: #fff; +} + +.main-left .nav > .slide > .slide-menu > .active:hover { + cursor: hand; +} + +/* Main interface right å³ä¸»ç•Œé¢ */ +.main-right { + width: 84%; + height: 100%; +} + +.main-right .container .alert, +.main-right .container .alert-message { + margin-top: 1rem; +} + +.main-right .container .alert-message { + padding: 1rem; + margin-top: 1rem; + border-radius: 20px; + background-color: #fff !important; +} + +.main-right .container .alert-message h4 { + margin-top: 1rem; + background: url(./no-pwd.png) no-repeat left 1px / 28px; + padding: 7px 0 0 32px; +} + +.main-right .container .alert-message .btn { + margin-top: .8rem; + padding: 7px 6px; + background-color: #468ea4; + border-radius: 20px; + color: #fff; +} + +/* table è¡¨æ ¼ */ +table { + border-spacing: 0; + border-collapse: collapse; +} + +table, +.table { + overflow: hidden; + width: 100%; + border: 1px solid #ddd; + border-radius: 10px; +} + +table > tbody > tr > td, +table > tbody > tr > th, +table > tfoot > tr > td, +table > tfoot > tr > th, +table > thead > tr > td, +table > thead > tr > th, +.table > .tbody > .tr > .td, +.table > .tbody > .tr > .th, +.table > .tfoot > .tr > .td, +.table > .tfoot > .tr > .th, +.table > .thead > .tr > .td, +.table > .thead > .tr > .th, +.table > .tr > .td.cbi-value-field, +.table > .tr > .th.cbi-section-table-cell { + padding: .5rem; +} + +.container > .cbi-section:first-of-type > .table[width="100%"] > .tr > .td { + padding: .6rem; +} + +.cbi-section-table-cell { + line-height: 1.1; + align-self: flex-end; + flex: 1 1 auto; +} + +tr > td, +tr > th, +.tr > .td, +.tr > .th, +.cbi-section-table-row::before, +#cbi-wireless > #wifi_assoclist_table > .tr:nth-child(2) { + border-top: thin solid #ddd; +} + +tr:first-child > td .tr:first-child > .td, +#cbi-wireless .td, +#cbi-network .tr:first-child > .td, +.table[width="100%"] > .tr:first-child > .td, +[data-page="admin-network-diagnostics"] .tr > .td, +.tr.table-titles > .th, +.tr.cbi-section-table-titles > .th { + border-top: 0 !important; +} + +.cbi-section-table-row { + margin-bottom: 1rem; + text-align: center !important; + background: #f4f4f4; +} + +.cbi-section-table-row:last-child { + margin-bottom: 0; +} + +.cbi-section-table-row > .cbi-value-field .cbi-input-select, +.cbi-section-table-row > .cbi-value-field .cbi-input-text, +.cbi-section-table-row > .cbi-value-field .cbi-input-password, +.cbi-section-table-row > .cbi-value-field .cbi-dropdown { + width: 100%; +} + +.cbi-section-table-row > .cbi-value-field [data-dynlist] > input, +.cbi-section-table-row > .cbi-value-field input.cbi-input-password { + width: calc(100% - 1.5rem); +} + +.cbi-section-table-row .td { + text-align: center !important; +} + +div > table > tbody > tr:nth-of-type(2n), +div > .table > .tr:nth-of-type(2n) { + background-color: #f9f9f9; } /* fix multiple table */ table table, .table .table { - border: none; + border: 0; } .cbi-value-field table, .cbi-value-field .table { - border: none; + border: 0; } -td>table>tbody>tr>td, -.td>.table>.tbody>.tr>.td { - border: none; +td > table > tbody > tr > td, +.td > .table > .tbody > .tr > .td { + border: 0; } -.cbi-value-field>table>tbody>tr>td, -.cbi-value-field>.table>.tbody>.tr>.td { - border: none; +.cbi-value-field > table > tbody > tr > td, +.cbi-value-field > .table > .tbody > .tr > .td { + border: 0; } /* button style */ .btn, -.cbi-button { - margin: 0 .8rem .5rem 0; - -webkit-appearance: none; - color: rgba(0, 0, 0, 0.87); - background-color: #F0F0F0; - transition: all 0.2s ease-in-out; - display: inline-block; - padding: .5rem .8rem; - border: none; - border-radius: 25px; - cursor: pointer; - -ms-touch-action: manipulation; - touch-action: manipulation; - background-image: none; - text-align: center; - vertical-align: middle; - white-space: nowrap; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - font-size: 0.8rem; - width: auto; - display: inline-block; - text-decoration: none; +.cbi-button, +.item::after { + font-size: .8rem; + display: inline-block; + width: auto !important; + padding: 0 .8rem; + cursor: pointer; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + transition: all .2s ease-in-out; + text-align: center; + vertical-align: middle; + white-space: nowrap; + text-decoration: none; + color: rgba(0, 0, 0, .87); + border: 0; + border-radius: 20px; + background-color: #f0f0f0; + background-image: none; + -webkit-appearance: none; + -ms-touch-action: manipulation; + touch-action: manipulation; +} + +.cbi-button:not(select) { + -webkit-appearance: none !important; +} + +form[method="post"] + form[method="post"], +.cbi-button + .cbi-button { + margin-left: .6rem; +} + +.btn:hover, +.btn:focus, +.btn:active, +.cbi-button:hover, +.cbi-button:focus, +.cbi-button:active, +.item:hover::after, +.item:focus::after, +.item:active::after, +.cbi-page-actions .cbi-button-apply + .cbi-button-save:hover, +.cbi-page-actions .cbi-button-apply + .cbi-button-save:focus, +.cbi-page-actions .cbi-button-apply + .cbi-button-save:active { + text-decoration: none; + outline: 0; } .btn:disabled, .cbi-button:disabled { - cursor: not-allowed; - pointer-events: none; - opacity: 0.60; - box-shadow: none; -} - -.cbi-page-actions .cbi-button-apply, -.cbi-section-actions .cbi-button-edit, -.cbi-button-edit.important, -.cbi-button-apply.important, -.cbi-button-reload.important, -.cbi-button-apply, -.cbi-page-actions .cbi-button-save { - color: #fff; - background-color: #337ab7; - border: none; -} - -.cbi-button-add.important, -.cbi-button-save.important, -.cbi-button-positive.important, -.cbi-button-action.important, -.cbi-section-actions .cbi-button-edit { - color: #337ab7; - background-color: transparent; - border: 1px solid #337ab7; -} - -.cbi-button-remove.important, -.cbi-button-reset.important, -.cbi-button-negative.important { - color: #fff; - background-color: #d9534f; - border: none; + cursor: not-allowed; + pointer-events: none; + opacity: .5; + box-shadow: none; } +/* gray */ +.modal div[class="btn"], .cbi-button-find, .cbi-button-link, .cbi-button-up, .cbi-button-down, -.cbi-button-neutral { - color: #468ea4; - background-color: transparent; - border: 1px solid #468ea4; +.cbi-button-neutral, +.cbi-button[name="zero"], +.cbi-button[name="restart"], +.cbi-button[onclick="hide_empty(this)"] { + border: 1px solid; +} + +/* dark blue */ +.btn.primary, +.cbi-page-actions .cbi-button-save, +.cbi-page-actions .cbi-button-apply + .cbi-button-save, +.cbi-button-add, +.cbi-button-save, +.cbi-button-positive, +.cbi-button-link, +.cbi-button[value="Enable"], +.cbi-button[value="Scan"], +.cbi-button[value^="Back"], +.cbi-button-neutral[onclick="handleConfig(event)"] { + font-weight: normal; + color: #2e6da4; + border: thin solid #2e6da4; + background-color: transparent; } +/* light blue */ +.cbi-page-actions .cbi-button-apply, +.cbi-section-actions .cbi-button-edit, .cbi-button-edit, +.cbi-button-apply, .cbi-button-reload, -.cbi-button-action { - color: #468ea4; - background-color: transparent; +.cbi-button-action, +.cbi-button[value="Submit"], +.cbi-button[value$="Apply"], +.cbi-button[onclick="addKey(event)"] { + font-weight: normal; + color: #fff; border: 1px solid #468ea4; + background-color: #468ea4; } -.cbi-page-actions .cbi-button-apply+.cbi-button-save, -.cbi-button-add, -.cbi-button-save, -.cbi-button-positive { - color: #354057; - background-color: transparent; - border: 1px solid #354057; -} - -.cbi-section-remove>.cbi-button, +/* red */ +.btn.danger, +.cbi-section-remove > .cbi-button, .cbi-button-remove, .cbi-button-reset, -.cbi-button-negative { - color: #F24C7C; +.cbi-button-negative, +.cbi-button[value="Stop"], +.cbi-button[value="Kill"], +.cbi-button[onclick="reboot(this)"], +.cbi-button-neutral[value="Restart"] { + padding: 5px .8rem; + font-weight: 100; + color: #f24b7c; + background-color: transparent; + border: 1px solid #f24b7c; +} + +/* yellow */ +.btn[value="Dismiss"], +.cbi-button[value="Terminate"], +.cbi-button[value="Reset"], +.cbi-button[value="Disabled"], +.cbi-button[onclick^="iface_reconnect"], +.cbi-button[onclick="handleReset(event)"], +.cbi-button-neutral[value="Disable"] { + font-weight: normal; + color: #9a4569; + border: 1px solid #9a4569; + background-color: transparent; +} + +/* green */ +.cbi-button-success, +.cbi-button-download, +.cbi-button[name="backup"], +.cbi-button[value="Upload"], +.cbi-button[value="Save mtdblock"] { + font-weight: normal; + color: #468ea4; + border: thin solid #468ea4; background-color: transparent; - border: 1px solid #F24C7C; } .cbi-page-actions .cbi-button-link:first-child { - float: left; + float: left; } .a-to-btn { - text-decoration: none; + text-decoration: none; } -/* table */ -.container>.tabs, -.container>.tabs>li[class~="active"], -.container>.tabs>li:hover, -.container>.cbi-tabmenu, -.container>.cbi-tabmenu>li[class~="cbi-tab"], -.container>.cbi-tabmenu>li:hover { - border-radius: 20px; +.cbi-value-field .cbi-button-add { + padding: 1px 6px; } -.container .cbi-map .cbi-tabmenu, -.container .cbi-map .cbi-tabmenu>li[class~="cbi-tab"], -.container .cbi-map .cbi-tabmenu>li:hover { - border-top-left-radius: 10px; - border-top-right-radius: 10px; +.cbi-value-field .cbi-button-neutral { + padding: 1px 8px; } -.container .cbi-map .cbi-tabmenu, -.container>.tabs, -.container>.cbi-tabmenu { - overflow: hidden; +/* tabs & menu é€‰é¡¹å¡ & èœå•æ */ +.tabs { + margin-top: 1rem; + background-color: #fff; + border-radius: 20px; } -.container .cbi-map .cbi-tabmenu+div { - border-radius: 0; - border-bottom-left-radius: 10px; - border-bottom-right-radius: 10px; +.cbi-tabmenu > li, +.tabs > li { + display: inline-block; + padding: .6rem 0; } -.tabs { - background-color: #FFFFFF; - margin-top: 1rem; +.cbi-tabmenu > li > a, +.tabs > li > a { + padding: .5rem .8rem; + text-decoration: none; + color: #404040; } -.cbi-tabmenu>li, -.tabs>li { - margin-right: .4rem; - display: inline-block; - padding: 0.6rem 0rem; +.tabs > li[class~="active"], +.tabs > li:hover { + cursor: pointer; + background-color: #468ea4; + border-radius: 20px; } -.cbi-tabmenu>li>a, -.tabs>li>a { - text-decoration: none; - color: #404040; - padding: 0.5rem 0.8rem; +.tabs > li[class~="active"], +.tabs > li:hover a { + color: #fff; } -.tabs>li[class~="active"], -.tabs>li:hover { - cursor: pointer; - background-color: #337ab7; +.tabs > li[class~="active"] > a { + color: #fff; } -.tabs>li[class~="active"]>a, -.tabs>li:hover>a { - color: #fff; +.cbi-tabmenu { + border: thin solid #d4d4d4; + border-bottom: 0; +} + +.cbi-tabmenu > li:hover { + background-color: #f1f1f1; + border-radius: 10px 10px 0 0; +} + +.cbi-tabmenu > li[class~="cbi-tab"] { + background-color: #fff; + border-radius: 10px 10px 0 0; } .cbi-tabmenu { - border-top: 1px solid #D4D4D4; - border-left: 1px solid #D4D4D4; - border-right: 1px solid #D4D4D4; + background-color: #d4d4d4; + border-radius: 10px 10px 0 0; + overflow: hidden; } -.cbi-tabmenu>li:hover { - background-color: #F1F1F1; +.cbi-section .cbi-section-remove:nth-of-type(2n), +.container > .cbi-section .cbi-section-node:nth-of-type(2n) { + background-color: #f9f9f9; } -.cbi-tabmenu>li[class~="cbi-tab"] { - background-color: #fff; +.cbi-tabmenu + div { + border-radius: 0 0 10px 10px; } -.cbi-tabmenu { - background-color: #D4D4D4; +.cbi-tabmenu + div.controls { + margin: 0; + padding: .5em 0 1em 0; + background: #fff; + border: 1px solid #d4d4d4; + border-top: none; + border-bottom: none; + border-radius: 0; +} + +.cbi-tabmenu + div.controls + .table { + border-radius: 0 0 25px 25px; + background: #fff; } [data-tab-title] { - height: 0; - opacity: 0; - overflow: hidden; + height: 0; + opacity: 0; + overflow: hidden; } [data-tab-active="true"] { - opacity: 1; - height: auto; - overflow: visible; - transition: opacity .25s ease-in; + opacity: 1; + height: auto; + overflow: visible; + transition: opacity .25s ease-in; } -.cbi-section-remove:nth-of-type(2n) { - background-color: #f9f9f9; +.cbi-section[id] .cbi-section-remove:nth-of-type(4n + 3), +.cbi-section[id] .cbi-section-node:nth-of-type(4n + 4) { + background-color: #f9f9f9; } .cbi-section-node-tabbed { - padding: 0; - margin-top: 0; - border-bottom: 1px solid #D4D4D4; - border-left: 1px solid #D4D4D4; - border-right: 1px solid #D4D4D4; + margin-top: 0; + padding: 0; + border: thin solid #d4d4d4; + border-top: 0; } -.cbi-tabcontainer>.cbi-value:nth-of-type(2n) { - background-color: #f9f9f9; +.cbi-tabcontainer > .cbi-value:nth-of-type(2n) { + background-color: #f9f9f9; } .cbi-value-field, .cbi-value-description { - display: table-cell; - line-height: 1.25; + line-height: 1.25; + display: table-cell; +} + +.cbi-input-invalid { + color: #f00; + border-color: #f00; +} + +.cbi-section-error { + font-weight: bold; + line-height: 1.42857143; + margin: 18px; + padding: 6px; + border: 1px solid #f24b7c; + border-radius: 3px; + background-color: #fce6e6; } -.cbi-value-helpicon>img { - display: none; +.cbi-section-error ul { + margin: 0 0 0 20px; +} + +.cbi-section-error ul li { + font-weight: bold; + color: #f24b7c; +} + +.cbi-value-helpicon > img { + display: none; } .cbi-value-helpicon:before { - content: "\f059"; + content: "\f059"; } .cbi-value-description { - font-size: small; - opacity: 0.5; - padding: 0.5rem 0 0 0; + font-size: small; + padding: .5rem 0 0 0; + opacity: .5; } .cbi-value-title { - word-wrap: break-word; - padding: 0.6rem 2rem .6rem 0; - width: 23rem; - float: left; - text-align: right; - display: table-cell; + display: table-cell; + float: left; + width: 23rem; + padding-top: .4rem; + padding-right: 2rem; + text-align: right; + word-wrap: break-word; } .cbi-value { - padding: 6px 0; - display: inline-block; - width: 100%; + display: inline-block; + width: 100%; + padding: .3rem 1rem; } -.cbi-section-table-descr>.cbi-section-table-cell, -.cbi-section-table-titles>.cbi-section-table-cell { - border: none; +.cbi-value ul { + line-height: 1.25; } .td[data-title]::before { - content: attr(data-title) ":\20"; - font-weight: bold; - text-align: left; - display: none; - padding: .25rem 0; - white-space: nowrap; + font-weight: bold; + display: none; + padding: .25rem 0; + content: attr(data-title) ":\20"; + text-align: left; + white-space: nowrap; } .tr.placeholder .td[data-title]::before { - display: none; + display: none; } .tr[data-title]::before, .tr.cbi-section-table-titles.named::before { - content: attr(data-title) "\20"; - font-weight: bold; - text-align: center; - display: table-cell; - align-self: center; - flex: 1 1 5%; - padding: .25rem; - white-space: normal; - word-wrap: break-word; - vertical-align: middle; + font-weight: bold; + display: table-cell; + align-self: center; + flex: 1 1 5%; + padding: .25rem; + content: attr(data-title) "\20"; + text-align: center; + vertical-align: middle; + white-space: normal; + word-wrap: break-word; } -.table .tr.cbi-rowstyle-2, -.table .tr:nth-child(n) { - background-color: #eee; +.cbi-rowstyle-1 { + background-color: #f9f9f9; } -.table .tr.cbi-rowstyle-1, -.table .tr:nth-child(2n) { - background-color: #f9f9f9; +.cbi-rowstyle-2 { + background-color: #eee; } -.table .tr.table-titles, -.table .tr.cbi-section-table-titles { - background-color: #ddd; +.cbi-rowstyle-2 .cbi-button-up, +.cbi-rowstyle-2 .cbi-button-down { + background-color: #fff !important; } .cbi-section-table .cbi-section-table-titles .cbi-section-table-cell { - width: auto !important; + width: auto !important; } .td.cbi-section-actions { - text-align: right; - vertical-align: middle; + text-align: right !important; + vertical-align: middle; } -.td.cbi-section-actions>* { - display: flex; +.td.cbi-section-actions > * { + display: inline-flex; } -.td.cbi-section-actions>*>*, -.td.cbi-section-actions>*>form>* { - flex: 1 1 4em; - margin: 0 1px; +.td.cbi-section-actions > * > *, +.td.cbi-section-actions > * > form > * { + margin: 0 5px; } -.td.cbi-section-actions>*>form { - display: inline-flex; - margin: 0; +.td.cbi-section-actions > * > form { + display: inline-flex; + margin: 0; } /* desc */ - .cbi-section-descr, .cbi-map-descr { - padding: 0.5rem; - color: #999; - font-size: small; + font-size: small; + line-height: 1.42857143; + color: #999; } -.cbi-dropdown { +.cbi-dynlist { + line-height: 1.3; + flex-direction: column; + min-height: 30px; +} + +.cbi-dynlist > .item { + position: relative; + max-width: 24.9rem; + margin: 0 2em 4px 0; + padding: 2px 4px; + cursor: default; + pointer-events: none; + color: #666; + border-bottom: 2px solid rgba(0, 0, 0, .26); +} + +.cbi-dynlist[name="sshkeys"] > .item { + max-width: none; +} + +.cbi-dynlist > .item::after { + position: absolute; + right: -2em; + bottom: 0; display: inline-flex; - cursor: pointer; - position: relative; - padding: 0; - height: auto; + min-height: 17px; + padding: 0 6px; + content: "\00D7"; + pointer-events: auto; + color: #f24b7c; + border: thin solid #f24b7c; + background-color: transparent; +} + +.cbi-dynlist > .item > span { + white-space: normal; + word-break: break-word; } -.cbi-dropdown:focus { - outline: 2px solid #4b6e9b; +.cbi-dynlist, +.cbi-dropdown { + position: relative; + display: inline-flex; + height: auto; + padding: 0; + cursor: default; } -.cbi-dropdown>ul { - margin: 0 !important; - padding: 0; - list-style: none; - overflow-x: hidden; - overflow-y: auto; - display: flex; - width: 100%; +.cbi-dropdown > ul { + display: flex; + overflow-x: hidden; + overflow-y: auto; + width: 100%; + margin: 0 !important; + padding: 0; + list-style: none; } -.cbi-dropdown>ul.preview { - display: none; +.cbi-dropdown > ul.preview { + display: none; } -.cbi-dropdown>.open { - border: 2px outset #eee; - flex-basis: 15px; - background: #eee; +.cbi-dropdown > .open { + flex-basis: 15px; } -.cbi-dropdown>.open, -.cbi-dropdown>.more { - flex-grow: 0; - flex-shrink: 0; - display: flex; - flex-direction: column; - justify-content: center; - text-align: center; - line-height: 2em; - padding: 0 .25em; +.cbi-dropdown > .open, +.cbi-dropdown > .more { + font-size: 1rem; + font-weight: 900; + line-height: 2; + display: flex; + flex-direction: column; + flex-grow: 0; + flex-shrink: 0; + justify-content: center; + padding: 0 .25em; + text-align: center; + background: #d4d4d4; + border-radius: 5px; + margin-bottom: 1px; } -.cbi-dropdown>.more, -.cbi-dropdown>ul>li[placeholder] { - color: #777; - font-weight: bold; - text-shadow: 1px 1px 0px #fff; - display: none; +.cbi-dropdown > .more, +.cbi-dropdown > ul > li[placeholder] { + font-weight: bold; + display: none; + color: #777; + text-shadow: 1px 1px 0 #fff; } -.cbi-dropdown>ul>li { - display: none; - padding: .25em; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - flex-shrink: 1; - flex-grow: 1; - align-items: center; - align-self: center; - min-height: 20px; +.cbi-dropdown > ul > li { + display: none; + overflow: hidden; + align-items: center; + align-self: center; + flex-grow: 1; + flex-shrink: 1; + min-height: 20px; + padding: .25em; + white-space: nowrap; + text-overflow: ellipsis; } -.cbi-dropdown>ul>li .hide-open { - display: initial; +.cbi-dropdown > ul > li .hide-open { + display: initial; } -.cbi-dropdown>ul>li .hide-close { - display: none; +.cbi-dropdown > ul > li .hide-close { + display: none; } -.cbi-dropdown>ul>li[display]:not([display="0"]) { - border-left: 1px solid #ccc; +.cbi-dropdown > ul > li[display]:not([display="0"]) { + border-left: thin solid #ccc; } -.cbi-dropdown[empty]>ul { - max-width: 1px; +.cbi-dropdown[empty] > ul { + max-width: 1px; } -.cbi-dropdown>ul>li>form { - display: none; - margin: 0; - padding: 0; - pointer-events: none; +.cbi-dropdown > ul > li > form { + display: none; + margin: 0; + padding: 0; + pointer-events: none; } -.cbi-dropdown>ul>li img { - vertical-align: middle; - margin-right: .25em; +.cbi-dropdown > ul > li img { + margin-right: .25em; + vertical-align: middle; } -.cbi-dropdown>ul>li>form>input[type="checkbox"] { - margin: 0; - height: auto; +.cbi-dropdown > ul > li > form > input[type="checkbox"] { + height: auto; + margin: 0; } -.cbi-dropdown>ul>li input[type="text"] { - height: 20px; +.cbi-dropdown > ul > li input[type="text"] { + height: 20px; } .cbi-dropdown[open] { - position: relative; + position: relative; } -.cbi-dropdown[open]>ul.dropdown { - display: block; - background: #f6f6f5; - border: 1px solid #918e8c; - position: absolute; - z-index: 1000; - max-width: none; - min-width: 100%; - width: auto; -} - -.cbi-dropdown>ul>li[display], -.cbi-dropdown[open]>ul.preview, -.cbi-dropdown[open]>ul.dropdown>li, -.cbi-dropdown[multiple]>ul>li>label, -.cbi-dropdown[multiple][open]>ul.dropdown>li, -.cbi-dropdown[multiple][more]>.more, -.cbi-dropdown[multiple][empty]>.more { - flex-grow: 1; - display: flex; - align-items: center; -} - -.cbi-dropdown[empty]>ul>li, -.cbi-dropdown[optional][open]>ul.dropdown>li[placeholder], -.cbi-dropdown[multiple][open]>ul.dropdown>li>form { - display: block; +.cbi-dropdown[open] > ul.dropdown { + position: absolute; + z-index: 1100; + display: block; + width: auto; + min-width: 100%; + max-width: none; + max-height: 200px !important; + border: thin solid #918e8c; + background: #f6f6f6; +} + +.cbi-dropdown > ul > li[display], +.cbi-dropdown[open] > ul.preview, +.cbi-dropdown[open] > ul.dropdown > li, +.cbi-dropdown[multiple] > ul > li > label, +.cbi-dropdown[multiple][open] > ul.dropdown > li, +.cbi-dropdown[multiple][more] > .more, +.cbi-dropdown[multiple][empty] > .more { + display: flex; + align-items: center; + flex-grow: 1; +} + +.cbi-dropdown[empty] > ul > li, +.cbi-dropdown[optional][open] > ul.dropdown > li[placeholder], +.cbi-dropdown[multiple][open] > ul.dropdown > li > form { + display: block; } -.cbi-dropdown[open]>ul.dropdown>li .hide-open { - display: none; +.cbi-dropdown[open] > ul.dropdown > li .hide-open { + display: none; } -.cbi-dropdown[open]>ul.dropdown>li .hide-close { - display: initial; +.cbi-dropdown[open] > ul.dropdown > li .hide-close { + display: initial; } -.cbi-dropdown[open]>ul.dropdown>li { - border-bottom: 1px solid #ccc; +.cbi-dropdown[open] > ul.dropdown > li { + border-bottom: thin solid #ccc; } -.cbi-dropdown[open]>ul.dropdown>li[selected] { - background: #b0d0f0; +.cbi-dropdown[open] > ul.dropdown > li[selected] { + background: #b0d0f0; } -.cbi-dropdown[open]>ul.dropdown>li.focus { - background: linear-gradient(90deg, #a3c2e8 0%, #84aad9 100%); +.cbi-dropdown[open] > ul.dropdown > li.focus { + background: linear-gradient(90deg, #a3c2e8 0%, #84aad9 100%); } -.cbi-dropdown[open]>ul.dropdown>li:last-child { - margin-bottom: 0; - border-bottom: none; +.cbi-dropdown[open] > ul.dropdown > li:last-child { + margin-bottom: 0; + border-bottom: 0; +} + +.cbi-dropdown[open] > ul.dropdown > li[unselectable] { + opacity: .7; +} + +.cbi-dropdown[open] > ul.dropdown > li > input.create-item-input:first-child:last-child { + width: 100%; } .cbi-dropdown[disabled] { - pointer-events: none; - opacity: .6; + pointer-events: none; + opacity: .6; } .cbi-dropdown .zonebadge { - width: 100%; - border-radius: 20px; - background-color: #468ea4 !important; + width: 100%; } .cbi-dropdown[open] .zonebadge { - width: auto; + width: auto; } -/* luci */ +#modal_overlay { + position: fixed; + z-index: 3000; + top: 0; + right: 10000px; + bottom: 0; + left: -10000px; + overflow-y: scroll; + transition: opacity .125s ease-in; + opacity: 0; + background: rgba(0, 0, 0, .7); + -webkit-overflow-scrolling: touch; +} + +.modal { + display: flex; + align-items: center; + flex-wrap: wrap; + width: 90%; + min-width: 270px; + max-width: 600px; + min-height: 80px; + max-height: 2400px; + margin: 5em auto; + padding: 1em; + border-radius: 20px !important; + background: #fff; +} +.modal > * { + line-height: normal; + flex-basis: 100%; +} + +.modal > pre, +.modal > textarea { + font-size: 1rem; + font-size-adjust: .35; + overflow: auto; + margin-bottom: .5em; + padding: 8.5px; + white-space: pre-wrap; + color: #fff; + outline: 0; + background-color: #354057; +} + +.modal > h4 { + margin: .5em 0; +} + +.modal ul { + margin-left: 2.2em; +} + +.modal li { + list-style-type: square; + color: #808080; +} + +.modal p { + padding-left: .25rem; + word-break: break-word; +} + +.modal .label { + font-size: .6rem; + font-weight: normal; + padding: .1rem .3rem; + padding-bottom: 0; + cursor: default; + border-radius: 0; +} + +.modal .label.warning { + background-color: #f0ad4e !important; +} + +.modal .btn { + padding: .3rem .6rem; +} + +.modal .spinning { + margin-bottom: 2em; +} + +body.modal-overlay-active { + overflow: hidden; + height: 100vh; +} + +body.modal-overlay-active #modal_overlay { + right: 0; + left: 0; + opacity: 1; +} + +.spinning { + position: relative; + padding-left: 32px !important; +} + +.spinning::before { + position: absolute; + top: 0; + bottom: 0; + left: .2em; + width: 32px; + content: " "; + background: url(../resources/icons/loading.gif) no-repeat center; + background-size: 16px; +} + +/* luci */ .hidden { - display: none + display: none; } .left, .left::before { - text-align: left !important; + text-align: left !important; } .right, .right::before { - text-align: right !important; + text-align: right !important; } .center, .center::before { - text-align: center !important; + text-align: center !important; } .top { - align-self: flex-start !important; - vertical-align: top !important; + align-self: flex-start !important; + vertical-align: top !important; } .bottom { - align-self: flex-end !important; - vertical-align: bottom !important; + align-self: flex-end !important; + vertical-align: bottom !important; } .inline { - display: inline; + display: inline; } .cbi-page-actions { - border-top: 1px solid #eee; - padding-top: 1rem; - text-align: right; + padding-top: 1rem; + text-align: right; } -/* select */ +.cbi-page-actions > form[method="post"] { + display: inline-block; +} -.cbi-value-field .cbi-dropdown { - min-width: 15rem; +/* input */ +.cbi-value input[type="password"], +.cbi-value input[type="text"] { + min-width: 15rem; } +/* select */ +.cbi-value-field .cbi-dropdown, .cbi-value-field .cbi-input-select { - width: 15rem; + min-width: 15rem; +} + +.cbi-value-field .cbi-input-invalid { + color: #f00; + border-bottom-color: #f00; +} + +/* progressbar */ +.cbi-progressbar { + position: relative; + min-width: 170px; + height: 20px; + margin: 4px 0; + background: #a9cad4; + color: #fff; + border-radius: 20px; + overflow: hidden; +} + +.cbi-progressbar > div { + width: 0; + height: 100%; + background: #468ea4; + border-radius: 20px; +} + +.cbi-progressbar::after { + font-family: monospace; + font-size: 10px; + font-size-adjust: .38; + line-height: normal; + position: absolute; + top: 50%; + right: 0; + bottom: 2px; + left: 0; + content: attr(title); + text-align: center; + white-space: pre; + transform: translateY(-50%); } .th[data-type="button"], .td[data-type="button"], .th[data-type="fvalue"], .td[data-type="fvalue"] { - flex: 1 1 2em; - text-align: center; + flex: 1 1 2em; + text-align: center; } .ifacebadge { - display: inline-flex; - border: 1px solid #CCCCCC; - padding: 0.5rem 1rem; - background: #fff; - border-radius: 20px; + display: inline-flex; + padding: .5rem .8rem; + background: #eee; + border-radius: 20px; } -td>.ifacebadge, -.td>.ifacebadge { - background-color: #F0F0F0; - font-size: 0.9rem; +td > .ifacebadge, +.td > .ifacebadge { + font-size: .8rem; + background-color: #d4d4d4; + border-radius: 20px; } -.ifacebadge>em, -.ifacebadge>img { - display: inline-block; - margin: 0 .2rem; - align-self: flex-start; +.ifacebadge > em, +.ifacebadge > img { + display: inline-block; + align-self: flex-start; + margin: 0 .2rem; } -.ifacebadge>img+img { - margin: 0 .2rem 0 0; +.ifacebadge > img + img { + margin: 0 .2rem 0 0; } .network-status-table { - display: flex; - flex-wrap: wrap; + display: flex; + flex-wrap: wrap; } .network-status-table .ifacebox { - margin: .5em .8rem; - flex-grow: 1; + flex-grow: 1; + margin: .5em; + border-radius: 20px; + overflow: hidden; } .network-status-table .ifacebox-body { - display: flex; - flex-direction: column; - height: 100%; + display: flex; + flex-direction: column; + height: 100%; + background: #f5f5f5; } -.network-status-table .ifacebox-body>span { - flex: 10 10 auto; +.network-status-table .ifacebox-body > span { + flex: 10 10 auto; + font-size: 12px; } -.network-status-table .ifacebox-body>div { - display: flex; - flex-wrap: wrap; +.network-status-table .ifacebox-body > div { + display: flex; + flex-wrap: wrap; } .network-status-table .ifacebox-body .ifacebadge { - flex: 1 1 auto; - margin: .5em .25em 0 .25em; - padding: .5em; - min-width: 220px; - background-color: #fff; - align-items: center; + align-items: center; + flex: 1 1 auto; + min-width: 220px; + margin: .5em .25em 0 .25em; + padding: .5em; + background-color: #fff; + border-radius: 20px; } -/*textarea*/ - +/* textarea */ .cbi-input-textarea { - width: 100%; - min-height: 14rem; - padding: 0.8rem; - font-size: 0.8rem; - font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; - color: black; - resize: unset; - border-radius: 20px; + font-family: monospace; + width: 100%; + min-height: 14rem; + padding: .8rem; + color: #000; } #syslog { - width: 100%; - min-height: 15rem; - padding: 1rem; - font-size: small; - color: #5F5F5F; - margin-bottom: 20px; - border-radius: 20px; - background-color: #FFF; - border: none; - resize: unset; + font-size: small; + width: 100%; + min-height: 15rem; + margin-bottom: 20px; + padding: 1rem; + resize: none; + color: #333; + border: 0; + border-radius: 20px; + background-color: #fff; } -/* change */ +#syslog:focus { + outline: 0; +} +/* config changes */ .uci-change-list { - font-family: monospace; + font-family: monospace; } .uci-change-list ins, .uci-change-legend-label ins { - text-decoration: none; - border: 1px solid #00FF00; - background-color: #CCFFCC; - display: block; - padding: 2px; + display: block; + padding: 2px; + text-decoration: none; + border: thin solid #0f0; + background-color: #cfc; } .uci-change-list del, .uci-change-legend-label del { - text-decoration: none; - border: 1px solid #FF0000; - background-color: #FFCCCC; - display: block; - font-style: normal; - padding: 2px; + font-style: normal; + display: block; + padding: 2px; + text-decoration: none; + border: thin solid #f00; + background-color: #fcc; } .uci-change-list var, .uci-change-legend-label var { - text-decoration: none; - border: 1px solid #CCCCCC; - background-color: #EEEEEE; - display: block; - font-style: normal; - padding: 2px; + font-style: normal; + display: block; + padding: 2px; + text-decoration: none; + border: thin solid #ccc; + background-color: #eee; } .uci-change-list var ins, .uci-change-list var del { - border: none; - white-space: pre; - font-style: normal; - padding: 0px; + font-style: normal; + padding: 0; + white-space: pre; + border: 0; } .uci-change-legend { - padding: 5px; + padding: 5px; } .uci-change-legend-label { - width: 150px; - float: left; + float: left; + width: 150px; } -.uci-change-legend-label>ins, -.uci-change-legend-label>del, -.uci-change-legend-label>var { - float: left; - margin-right: 4px; - width: 10px; - height: 10px; - display: block; +.uci-change-legend-label > ins, +.uci-change-legend-label > del, +.uci-change-legend-label > var { + display: block; + float: left; + width: 10px; + height: 10px; + margin-right: 4px; } .uci-change-legend-label var ins, .uci-change-legend-label var del { - line-height: 6px; - border: none; + line-height: .4; + border: 0; } .uci-change-list var, .uci-change-list del, .uci-change-list ins { - padding: 0.5rem; + padding: .5rem; } /* other fix */ - #iwsvg, #iwsvg2, #bwsvg { - border: 1px solid #D4D4D4 !important; - overflow: hidden; - border-radius: 20px; + border: 1px solid #d4d4d4 !important; + border-radius: 20px; +} + +.lang_enTraffic #bwsvg, +.lang_enWireless #iwsvg { + border: 1px solid #d4d4d4 !important; + border-radius: 0 0 20px 20px; } #iwsvg, -#bwsvg { - margin-top: 1rem; +[data-page="admin-status-realtime-bandwidth"] #bwsvg { + border-top: 0 !important; } .ifacebox { - background-color: #f9f9f9; - display: inline-flex; - flex-direction: column; - line-height: 1.2em; - min-width: 100px; - border-radius: 20px; - overflow: hidden; + line-height: 1.25; + display: inline-flex; + flex-direction: column; + min-width: 100px; + background-color: #f9f9f9; + border-radius: 10px; } .ifacebox-head { - padding: .5em .8em; - background: #eee; + padding: .5em; + background: #eee; + color: #333; + font-size: 14px; + border-radius: 10px 10px 0 0; +} + +strong { + font-weight: 100; } .ifacebox-head.active { - background: #eee; + background: #5bc0de; } .ifacebox-body { - padding: .5em .8em; + padding: .8em; + border-radius: 0 0 10px 10px; } .cbi-image-button { - margin-left: 0.5rem; + margin-left: .5rem; } .zonebadge { - padding: 0.2rem 0.5rem; - display: inline-block; - border-radius: 20px; + display: inline-block; + padding: .2rem .5rem; + border-radius: 20px; } .zonebadge .ifacebadge { - padding: .2rem .3rem; - margin: 0.1rem 0.2rem; - border: none; + margin: .1rem .2rem; + padding: .2rem .3rem; + border: thin solid #6c6c6c; + height: 26px; } -.zonebadge>input[type="text"] { - padding: 0.16rem 1rem; - min-width: 10rem; - margin-top: 0.3rem; +.zonebadge > input[type="text"] { + min-width: 10rem; + margin-top: .3rem; + padding: .16rem 1rem; } -.zonebadge>em, -.zonebadge>strong { - margin: 0 0.2rem; - display: inline-block; +.zonebadge > em, +.zonebadge > strong { + display: inline-block; + margin: 0 .2rem; } .cbi-value-field .cbi-input-checkbox, .cbi-value-field .cbi-input-radio { - margin-top: 0.5rem; - height: 1rem; -} - -.td .cbi-input-checkbox, -.td .cbi-input-radio { - margin-top: 0; + margin-top: .15rem; } -.cbi-value-field>input+.cbi-value-description { - padding: 0; +.cbi-value-field > ul > li { + display: flex; } -.cbi-value-field>ul>li { - display: flex; +.cbi-value-field > ul > li > label { + margin-top: .5rem; } -.cbi-value-field>ul>li>label { - margin-top: 0.5rem; +.cbi-value-field > ul > li .ifacebadge { + margin-top: -.5rem; + margin-left: .4rem; + background-color: #eee; } -.cbi-value-field>ul>li .ifacebadge { - background-color: #eee; - margin-left: 0.4rem; - margin-top: -0.5rem; -} - -.cbi-section-table-row>.cbi-value-field .cbi-dropdown { - min-width: 7rem; +.cbi-section-table-row > .cbi-value-field .cbi-dropdown { + min-width: 7rem; } .cbi-section-create { - margin: .5rem -3px; - display: inline-flex; - align-items: center; + display: inline-flex; + align-items: center; + margin: .5rem -3px; } -.cbi-section-create>* { - margin: 0.5rem; +.cbi-section-create > * { + margin: .5rem; } .cbi-section-remove { - padding: 0.5rem; + padding: .5rem; } div.cbi-value var, td.cbi-value-field var, .td.cbi-value-field var { - font-style: italic; - color: #0069D6; + font-style: italic; + color: #0069d6; } small { - font-size: 90%; - white-space: normal; - line-height: 1.42857143; + font-size: 90%; + line-height: 1.42857143; + white-space: normal; } .cbi-button-up, .cbi-button-down { - display: inline-block; - min-width: 0; - padding: 0.2rem 0.3rem; - font-size: 1.2rem; + font-size: 1.2rem; + display: inline-block; + min-width: 0; + padding: .2rem .3rem; } .cbi-optionals { - padding: 1rem 1rem 0 1rem; - border-top: 1px solid #CCC; + padding: 1rem 1rem 0 1rem; + border-top: thin solid #ccc; } .cbi-dropdown-container { - position: relative; + position: relative; } -.cbi-tooltip-container { - cursor: help; +.cbi-tooltip-container, +span[data-tooltip], +span[data-tooltip] .label { + cursor: help !important; } .cbi-tooltip { - position: absolute; - z-index: 1000; - left: -1000px; - opacity: 0; - transition: opacity .25s ease-out; - pointer-events: none; + position: absolute; + z-index: 1000; + left: -1000px; + padding: 2px 5px; + transition: opacity .25s ease-out; + white-space: pre; + pointer-events: none; + opacity: 0; + border-radius: 3px; + background: #fff; } .cbi-tooltip-container:hover .cbi-tooltip { - left: auto; - opacity: 1; - transition: opacity .25s ease-in; - border-radius: 20px; + left: auto; + transition: opacity .25s ease-in; + opacity: 1; + height: 38px; } .zonebadge .cbi-tooltip { - padding: .25rem; - background: inherit; - margin: -1.5rem 0 0 -.5rem; + margin: -1.5rem 0 0 -.5rem; + padding: .25rem; + background: inherit; } .zonebadge-empty { - background: repeating-linear-gradient(45deg, rgba(204, 204, 204, 0.5), rgba(204, 204, 204, 0.5) 5px, rgba(255, 255, 255, 0.5) 5px, rgba(255, 255, 255, 0.5) 10px); - color: #404040; + color: #404040; + background: repeating-linear-gradient( + 45deg, + rgba(204, 204, 204, .5), + rgba(204, 204, 204, .5) 5px, + rgba(255, 255, 255, .5) 5px, + rgba(255, 255, 255, .5) 10px + ); } .zone-forwards { - display: flex; - min-width: 10rem; + display: flex; + min-width: 10rem; } -.zone-forwards>* { - flex: 1 1 45%; +.zone-forwards > * { + flex: 1 1 45%; } -.zone-forwards>span { - flex-basis: 10%; - text-align: center; - padding: 0 .25rem; +.zone-forwards > span { + flex-basis: 10%; + padding: 0 .25rem; + text-align: center; } .zone-forwards .zone-src, .zone-forwards .zone-dest { - display: flex; - flex-direction: column; -} - -#diag-rc-output>pre { - background-color: #f5f5f5; - display: block; - padding: 8.5px; - margin: 0 0 18px; - line-height: 1.5rem; - -moz-border-radius: 3px; - white-space: pre-wrap; - word-wrap: break-word; - font-size: 1.4rem; - color: #404040; -} - -input[name="ping"], -input[name="traceroute"], -input[name="nslookup"] { - width: 80%; -} - -header>.container>.pull-right>* { - position: relative; - top: 0.45rem; - cursor: pointer; -} - -#xhr_poll_status>.label.success { - background-color: #F24C7C; + display: flex; + flex-direction: column; } .label { - padding: 0.3rem 0.8rem; - font-size: 0.8rem; - font-weight: bold; - color: #ffffff !important; - white-space: nowrap; - background-color: #bfbfbf; - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - border-radius: 50px; - text-shadow: none; - text-decoration: none; + font-size: .8rem; + padding: .3rem .8rem; + white-space: nowrap; + text-decoration: none; + color: #fff !important; + -moz-border-radius: 3px; + border-radius: 20px; + background-color: #bfbfbf; } -.notice { - background-color: #468EA4; +label > input[type="checkbox"], +label > input[type="radio"] { + position: relative; + top: .4rem; + right: .2rem; + margin: 0; + vertical-align: bottom; } .showSide { - background: url(./menu-logo.png) no-repeat center center / 100%; - display: none; - height: 26px; - width: 26px; + display: none; } .darkMask { - width: 100%; - height: 100%; - position: fixed; - background-color: rgba(0, 0, 0, 0.56); - content: ""; - z-index: 99; - display: none; -} - -/* fix status processes */ - -.node-status-processes>.main .table .tr .td:nth-child(3) { - white-space: normal; -} - -.node-status-iptables>.main div>.cbi-map>form { - margin: 2rem 2rem 0 0; -} - -.node-status-iptables>.main div>.cbi-map>form input { - padding: .8em; - border-radius: 20px; -} - -.node-status-processes .cbi-section { - overflow-x: scroll; -} - -/* fix status realtime traffic and wireless */ - -.node-status-realtime.lang_enTraffic .cbi-tabmenu, -.node-status-realtime.lang_enWireless .cbi-tabmenu { - background-color: #d4d4d4; -} - -.node-status-realtime.lang_enTraffic .cbi-tabmenu>li[class~="cbi-tab"], -.node-status-realtime.lang_enTraffic .cbi-tabmenu>li:hover, -.node-status-realtime.lang_enWireless .cbi-tabmenu>li[class~="cbi-tab"], -.node-status-realtime.lang_enWireless .cbi-tabmenu>li:hover { - background-color: #F1F1F1; -} - -.node-status-realtime.lang_enTraffic #bwsvg, -.node-status-realtime.lang_enWireless #iwsvg, -.node-system-packages .cbi-map>.cbi-section, -.node-system-packages form .cbi-section { - border-top-right-radius: 0; - border-top-left-radius: 0; -} - -/* fix system system */ - -.node-system-system .cbi-tabmenu { - background-color: #d4d4d4; -} - -.node-system-system .cbi-tabmenu>li[class~="cbi-tab"] { - background-color: #fff; -} - -/* fix system reboot */ - -.node-system-reboot>.main>.main-right p, -.node-system-reboot>.main>.main-right h3 { - padding-left: 2rem; -} - -/* fix Services Network Shares*/ -.node-services-samba.lang_enNetwork #cbi-samba-sambashare .table-container { - overflow-x: scroll; -} - -.node-services-samba>.main .cbi-tabcontainer:nth-child(3) .cbi-value-title { - margin-bottom: 1rem; - width: auto; -} - -.node-services-samba>.main .cbi-tabcontainer:nth-child(3) .cbi-value-field { - display: list-item; -} - -.node-services-samba>.main .cbi-tabcontainer:nth-child(3) .cbi-value-description { - padding-top: 1rem; -} - -/* fix System Software*/ - -.node-system-packages #swfreespace { - background-color: #468ea4 !important; - border: none !important; - border-radius: 20px -} - -.node-system-packages #swfreespace>div { - background-color: #f24c7c !important; - border: none !important; - border-radius: 20px -} - -.node-system-packages>.main table tr td:nth-child(1) { - width: auto !important; -} - -.node-system-packages>.main table tr td:nth-last-child(1) { - white-space: normal; - font-size: small; - color: #404040; -} - -.node-system-packages>.main .cbi-tabmenu>li>a, -.tabs>li>a { - padding: 0.5rem 0.8rem; -} - -.node-system-packages>.main .cbi-value>pre { - background-color: #eee; - padding: 0.5rem; - overflow: auto; -} - -.node-system-packages .cbi-section .cbi-section-node-tabbed { - border: none; + position: fixed; + z-index: 99; + display: none; + width: 100%; + height: 100%; + content: ""; + background-color: rgba(0, 0, 0, .56); } -.node-system-packages form .cbi-section { - margin: 0; +/* diagnostics */ +#diag-rc-output > pre, +#command-rc-output > pre { + font-size: 1.2rem; + font-size-adjust: .35; + line-height: normal; + display: block; + width: 100%; + padding: 8.5px; + white-space: pre; + color: #eee; + background-color: #101010; } -.cbi-tabmenu+.cbi-section { - margin-top: 0; +[data-page="admin-network-diagnostics"] .table { + box-shadow: none; } -.node-status-iptables .cbi-tabmenu, -.node-system-flashops .cbi-tabmenu { - border: none; +input[name="ping"], +input[name="traceroute"], +input[name="nslookup"] { + width: 80%; } -.node-system-flashops form.inline+form.inline { - margin-left: 0; +/* fix Main Login 登录界é¢*/ +body.login { + background: #fff url(./loginBG.png) no-repeat center center; + height: 100%; } -.lang_zh-cnBackup .cbi-tabmenu { - margin-bottom: 1rem; +.login header { + margin-top: 10px; } -#cbi-firewall-redirect table *, -#cbi-network-switch_vlan table *, -#cbi-firewall-zone table * { - font-size: small; +.login > .main { + position: relative; + height: 100%; } -#cbi-firewall-redirect table input[type="text"], -#cbi-network-switch_vlan table input[type="text"], -#cbi-firewall-zone table input[type="text"] { - width: 5rem; +.login > .main .main-left { + display: none; } -#cbi-firewall-redirect table select, -#cbi-network-switch_vlan table select, -#cbi-firewall-zone table select { - min-width: 3.5rem; +.login > .main > .main-right { + width: 100%; + text-align: center; + background-color: transparent; } -#cbi-network-switch_vlan .th, -#cbi-network-switch_vlan .td { - flex-basis: 12%; +.login .brand { + display: block; + color: #fff; + font-size: 24px; + text-decoration: none; } -/* fix Network Network*/ - -.node-network-network .cbi-rowstyle-2 .ifacebox-body { - background-color: #fff; +.login > .main .cbi-value-title { + display: none; } -.lang_zh-cnInterfaces .container .cbi-map .cbi-tabmenu+div { - overflow: inherit; +.login > .main #maincontent { + margin-top: 5rem; + display: inline-block; + background-color: transparent; + width: 39%; + color: #fff; + max-width: 493px; } -/* fix Network Wireless*/ - -.node-network-wireless .cbi-section-node { - margin-bottom: 1rem; +.login > .main .container { + display: block; + margin-top: 2rem !important; } -/* applyreboot fix */ - -#maincontainer { - text-align: center; +.login .alert, +.login .main-right .container .alert-message { + margin-bottom: 1em; + padding: 1rem; + background-color: #4a5368 !important; + border: 1px solid #3e4a62; + border-radius: 20px; } -#maincontainer>#maincontent { - padding: 1rem; - margin: 0 auto; - border-radius: 10px; +.login .alert-message > h4 { + padding: 7px 0 0 32px; + font-size: 18px; + background: url(./no-pwd.png) no-repeat left 0 / 28px; display: inline-block; - max-width: 800px; - width: 40%; } -#applyreboot-container { - margin-bottom: 1rem; +.login .alert-message > p { + line-height: 25px; + font-size: 14px; } -#applyreboot-section { - text-align: left; - background: #fff; - padding: 1rem; - border-radius: 10px; +.login .alert-message > * { + margin: .5rem 0; } -#applyreboot-section>div { - margin: 1rem 0; - line-height: 1.5rem; +.login .main-right .container .alert-message .btn { + border: 1px solid #fff; + background-color: transparent; + color: #fff; + border-radius: 20px; + padding: .6rem; + height: auto; } -#applyreboot-container { - margin: 90px 2rem 2rem 2rem; +.login > .main form h2 { + font-size: 1.8rem; + margin: 17px 0; + padding-bottom: 0; + color: #fff; } -#applyreboot-section { - margin: 2rem; - line-height: 300%; +.login > .main form .cbi-map-descr { + margin-bottom: 17px; + display: block; } -/* Shared style */ - -header { - height: 0; - position: fixed; - top: 0; - left: 0; - right: 0; - z-index: 100; - overflow: hidden; +.login > .main form > .cbi-page-actions { + padding: 0; + display: block; } -header { - padding-right: 1rem; - background: #fff; - color: white; - border-bottom: 1px solid #dadada; +.login > .main form > .cbi-page-actions .cbi-button { + margin: 0; + width: 50% !important; + height: 42px; + float: left; } -header .fill, -header .container { - height: 100%; +.login > .main form > .cbi-page-actions .cbi-button-apply { + border-radius: 25px 0 0 25px; } -header .brand { - padding-left: .8rem; - color: #354057; - font-size: 24px; - text-decoration: none; - display: inline-block; - height: 100%; - line-height: 70px; - width: 10%; - text-align: center; +.login > .main form > .cbi-page-actions .cbi-button-reset { + border-radius: 0 25px 25px 0; } -header .btn-con { - line-height: 70px; +.login > .main .cbi-value { + margin: 17px 0; + padding: 0; + display: block; } -header .logout { - background-color: #354057; +.login > .main .cbi-value > .cbi-value-field { + display: block; + position: relative; } -header .logout a { - text-decoration: none; - color: #fff; +.login > .main .cbi-value-last > .cbi-value-field > div { + content: ''; + height: 24px; + width: 24px; + position: absolute; + top: 9px; + right: 12px; + background: no-repeat center center / cover; } -.main { - height: auto; - min-height: 100%; +.login > .main .cbi-value-last > .cbi-value-field .eye { + background-image: url(./op-eye.png); } -.main-right { - height: auto; +.login > .main .cbi-value-last > .cbi-value-field .op-eye { + background-image: url(./cl-eye.png); } -.main-left { - top: 10px; - bottom: 10px; - left: 10px; - width: 15%; - background-color: #636569; - position: fixed; - z-index: 1000; - border-radius: 20px; - min-width: 170px; +.login > .main .cbi-input-text { + width: 100%; + height: 42px; + background: #fff no-repeat 12px center; + border-radius: 20px; + padding-left: 42px; + font-size: 18px; + border: none; } -.main>.main-left .navbar-container { - margin-top: 0.5rem; - float: right; - width: calc(100% + 10px); - height: calc(100% - 110px); - overflow: hidden; +.login > .main .cbi-value .cbi-input-text { + background-image: url(./user.png); } -.main>.main-left .nav { - height: auto; +.login > .main .cbi-value-last .cbi-input-text { + background-image: url(./pwd.png); } -.main>.main-left .nav>li a { - color: #fff; - display: block; +.login .cbi-section { + padding: 0; + box-shadow: none; + background-color: transparent; } -.main>.main-left .nav>li { - padding: 0.5rem 1.7rem; - cursor: pointer; +.login .cbi-page-actions .cbi-button-apply, +.login .cbi-button-apply { + border: 1px solid #f24b7c; + background-color: #f24b7c; } -.main>.main-left .nav>.slide { - padding: 0 15px 0 0; - margin-bottom: 8px; - overflow: hidden; +.login .cbi-button[value="Reset"] { + color: #fff; + border: 1px solid #9a4569; + background-color: #9a4569; } -.main>.main-left .nav>.slide>ul { - display: none; - float: right; - width: calc(100% - 10px); +@media screen and (min-height: 585px) { + .login footer { + position: absolute; + bottom: 0; + width: 100%; + } } -.main>.main-left .nav>.slide>.menu { - display: block; - padding: 0.5rem 1.7rem; - text-decoration: none; - cursor: default; - font-size: 1.15rem; - width: 100%; - float: right; +/* logged å·²ç™»å½•ç•Œé¢ */ +/* header 头部 */ +.logged-in { + min-height: 100%; + background-color: #ebf1f6; } -.main>.main-left .nav>li>a.active, -.main>.main-left .nav>.slide>.menu:hover, -.main>.main-left .nav>.slide>.menu.active { - background: #485267; - float: right; - border-top-right-radius: 50px; - border-bottom-right-radius: 50px; +.logged-in header { + padding: 0 1rem; + height: 4rem; + width: 100%; + position: fixed; + top: 0; + background: #fff; + color: #fff; + z-index: 1000; + border-bottom: 1px solid #f5f5f5; + display: block; } -.main>.main-left .nav>.slide:hover { - background: none; +.logged-in .main { + overflow: hidden; } -.main>.main-left .nav>.slide>.slide-menu>li { - padding: 0.6rem 2rem; - margin: 8px 0; +.logged-in header .container { + height: 100%; } -.main>.main-left .nav>.slide>.slide-menu>.active { - background-color: #F24C7C; - border-top-right-radius: 50px; - border-bottom-right-radius: 50px; +.logged-in header .container .btn-con { + height: 4rem; + line-height: 4rem; } -.main>.main-left .nav>.slide>.slide-menu>li>a { - text-decoration: none; - white-space: nowrap; +.logged-in header .container .btn-con #xhr_poll_status { + display: inline-block; } -.main>.main-left .nav>.slide>.slide-menu>.active>a { - color: white; +.logged-in header .container .btn-con .logout { + background-color: #354057; } -.main>.main-left .nav>.slide>.slide-menu>li:hover { - background: #F24C7C; - border-top-right-radius: 50px; - border-bottom-right-radius: 50px; +.logged-in header .container .btn-con .logout a { + color: #fff; + text-decoration: none; } -.main>.main-left .nav>.slide>.slide-menu>.active:hover { - background-color: #F24C7C; - cursor: hand; +.logged-in .logoImg, +.login-info .logoImg { + display: none; } -/* The scroll bar of the navigation bar is compatible with each browser. */ - -/* Google */ - -.main>.main-left .navbar-container::-webkit-scrollbar { - width: 6px; - background: transparent; +.logged-in .main-right { + float: right; } -.main>.main-left .navbar-container::-webkit-scrollbar-button { - display: none; +.logged-in .main-right .container { + margin: 5rem 1rem 1rem; } -.main>.main-left .navbar-container::-webkit-scrollbar-thumb { - background-color: #ffffff61; - border-radius: 10px; +/* node main login */ +.login-info .main { + margin: 0 auto; + width: 80%; + max-width: 1170px; } -.main>.main-left .navbar-container::-webkit-scrollbar-thumb { - background-color: #839dd67a; - border-radius: 10px; +.login-info .main-left { + display: none; } -.main>.main-left .navbar-container:hover::-webkit-scrollbar-thumb { - background-color: #839dd67a; +.login-info .main-right { + width: 100%; } -/* IE */ - -.main>.main-left .navbar-container { - scrollbar-track-color: transparent; - scrollbar-face-color: #839dd67a; - scrollbar-arrow-color: transparent; - scrollbar-3dlight-color: transparent; - scrollbar-highlight-color: transparent; - scrollbar-shadow-color: transparent; - scrollbar-darkshadow-color: transparent; - scrollbar-base-color: transparent; +/* fix status overview */ +.node-status-overview > .main fieldset:nth-child(4) .td:nth-child(2) { + white-space: normal; } -.main>.main-left .navbar-container:hover { - scrollbar-face-color: #839dd67a; +/* fix status processes */ +.node-status-processes > .main .table .tr .td:nth-child(3) { + white-space: normal; } -footer { - text-align: right; - padding-right: 1rem; - color: #aaa; - font-size: 0.8rem; - text-shadow: 0px 0px 2px #BBB; - position: absolute; - bottom: 0; - right: 0; +.node-admin-status form { + margin: 2rem 2rem 0 0; } -.modal-overlay-active #modal_overlay { - position: fixed; - top: 0; - left: 0; - right: 0; - bottom: 0; - width: 100%; - background-color: #000000b8; - z-index: 2000; +/* fix system reboot */ +[data-page="admin-system-reboot"] p { + padding-left: 2rem; } -.modal-overlay-active #modal_overlay .modal { - width: 50%; - background-color: #fff; - margin: 150px auto; - border-radius: 20px; - color: #333; +/* fix network diagnostics */ +.lang_enDiagnostics .tr .td, +.lang_enLoad .tr .td, +.lang_enTraffic.node-admin-status .tr .td, +.lang_enWireless .tr .td, +.lang_enConnections .tr .td { + border: none; } -/* The style of the prompt message */ - -.alert-message { - padding: 13px 11%; - border-radius: 10px; - background-color: #FFF; +[data-page="admin-system-reboot"] p > span { + position: relative; + top: .1rem; + left: 1rem; } -.danger { - background-color: #FA8072; - color: black; +.lang_enInterfaces .ifacebox-body { + border-width: 1px; + border-style: solid; } -.success { - background-color: #90EE90; - color: black; +/* samba */ +#cbi-samba .cbi-value-last .cbi-value-field { + display: block; } -.error { - color: red; +#cbi-samba .cbi-value-last .cbi-value-title { + width: auto; + padding-bottom: .6rem; } -.alert-message>h4 { - padding: 7px 0 7px 36px; - margin: 0; - font-weight: normal; - font-size: 18px; - background: url(./no-pwd.png) no-repeat left 43%/ 28px; - display: inline-block; +/* software */ +.controls > * > .btn:not([aria-label$="page"]) { + flex-grow: initial !important; + margin-top: .1rem; } -.alert-message>p { - font-size: 14px; - line-height: 1.5rem; +.controls > #pager > .btn[aria-label$="page"] { + font-size: 1.4rem; } -.alert-message a { - padding: 4px 0; - margin-top: 12px; - width: 100%; - background-color: transparent; - color: #fff; - font-size: 16px; - border: 1px solid #fff; - border-radius: 50px; +.controls > * > label { + margin-bottom: .2rem; } -/* All styles of the login interface */ -.node-main-login { - height: auto; - min-height: 100%; - background: #fff url(./loginBG.png) no-repeat center center / cover; +[data-page="admin-system-opkg"] div.btn { + line-height: 3; + display: inline; + padding: .3rem .6rem; } -.node-main-login header { - display: none; +[data-page^="admin-system-admin"]:not(.login) .cbi-map:not(#cbi-dropbear), +[data-page="admin-system-opkg"] #maincontent > .container { + margin-top: 2rem; + padding-top: .1rem; } -.node-main-login .main { - height: auto; +[data-page="admin-system-opkg"] #maincontent > .container { + margin: 2rem; + margin-bottom: 1rem; } -.node-main-login>.main>.main-left { - display: none; +.td.version, +.td.size { + white-space: normal !important; + word-break: break-word; } -.node-main-login>.main>.main-right { - width: 100%; - height: auto; - min-height: 100%; +.cbi-tabmenu + .cbi-section { + margin-top: 0; + border: 1px solid #d4d4d4; + border-top: none; } -.node-main-login>.main #maincontent { - position: absolute; - min-width: 492px; - width: 100%; - top: 47%; - left: 50%; - transform: translateX(-50%) translateY(-50%); - height: auto; - text-align: center; -} - -.node-main-login>.main .container { - padding: 0; - width: 30%; - max-width: 492px; - display: inline-block; -} - -.node-main-login>.main .logoImg a { - margin: 0 0 18px 0; - display: block; - font-size: 30px; - color: #fff; - text-decoration: none; -} - -.node-main-login>.main .logoImg img:first-child { - width: 72px; +/* wireless overview */ +#cbi-wireless > #wifi_assoclist_table > .tr { } -.node-main-login .warning { - background-color: #3E4A62; - color: #fff; +#cbi-wireless > #wifi_assoclist_table > .tr.placeholder > .td { + right: 33px; + bottom: 33px; + left: 33px; + border-top: thin solid #ddd !important; } -.node-main-login>.main form h2 { - margin: 17px 0; - padding: 0; - font-size: 24px; - color: #fff; - font-weight: normal; - border: 0; +#cbi-wireless > #wifi_assoclist_table > .tr.table-titles { + border-radius: 20px 20px 0 0; } -.node-main-login>.main form .cbi-map-descr { - margin: 0 0 12px; - padding: 0; - font-size: 12px; - color: #B1B6BB; +#cbi-wireless > #wifi_assoclist_table > .tr.placeholder, +#cbi-wireless > #wifi_assoclist_table > .tr.placeholder .td { + border-radius: 0 0 20px 20px; + overflow: hidden; } -.node-main-login>.main form .cbi-section { - margin: 0; - padding: 0; - background-color: transparent; - box-shadow: none; +#cbi-wireless > #wifi_assoclist_table > .tr.table-titles .th:first-child { + border-top-left-radius: 20px; } -.node-main-login>.main form .cbi-value { - display: block; +#cbi-wireless > #wifi_assoclist_table > .tr.table-titles .th:last-child { + border-top-right-radius: 20px; } -.node-main-login>.main form .cbi-value-title { - margin: 0; - padding: 0; - display: none; +#cbi-wireless > #wifi_assoclist_table > .tr.table-titles > .th { + border-bottom: thin solid #ddd; } -.node-main-login>.main form .cbi-value .cbi-value-field { - margin-bottom: 16px; - display: block; - width: 100%; - position: relative; +#wifi_assoclist_table > .tr > .td[data-title="RX Rate / TX Rate"] { + width: 23rem; } -.node-main-login>.main form .cbi-value-field input { - padding-left: 48px; - width: 100%; - border: 1px solid #556270; - height: 42px; - border-radius: 50px; - font-size: 20px; - color: #9c9fa1; +/* firewall */ +#iptables { + font-family: inherit; + font-weight: normal; + font-style: normal; + line-height: 1; + min-width: inherit; + margin: 0 0 2rem 0; + padding: 2rem; + border: 1px solid #d4d4d4; + border-radius: 0; + background-color: #fff; + border-top: none; } -.node-main-login form .cbi-value-field .iconpwd, -.node-main-login form .cbi-value-field .iconuser, -.node-main-login form .cbi-value-field .iconeye { - height: 24px; - width: 20px; - position: absolute; - top: 50%; - left: 16px; - transform: translateY(-50%); -} - -.node-main-login form .cbi-value-field .iconpwd { - background: transparent url(./pwd.png) no-repeat center center / 100%; +#cbi-firewall-redirect table *, +#cbi-network-switch_vlan table *, +#cbi-firewall-zone table * { + font-size: small; } -.node-main-login form .cbi-value-field .iconuser { - background: transparent url(./user.png) no-repeat center center / 100%; +#cbi-firewall-redirect table input[type="text"], +#cbi-network-switch_vlan table input[type="text"], +#cbi-firewall-zone table input[type="text"] { + width: 5rem; } -.node-main-login form .cbi-value-field .iconeye { - left: auto; - right: 16px; - background: transparent url(./op-eye.png) no-repeat center center / 100%; +#cbi-firewall-redirect table select, +#cbi-network-switch_vlan table select, +#cbi-firewall-zone table select { + min-width: 3.5rem; } -.node-main-login form .cbi-value-field .cleye { - background-image: url(./cl-eye.png); +#cbi-network-switch_vlan .th, +#cbi-network-switch_vlan .td { + flex-basis: 12%; } -.node-main-login form .cbi-value-field .opeye { - background-image: url(./op-eye.png); +#cbi-firewall-zone .table, +#cbi-network-switch_vlan .table { + display: table; } -.node-main-login form .cbi-page-actions { - padding: 0; - border: 0; - text-align: center; +#cbi-firewall-zone .td.cbi-section-actions { + width: 100%; } -.node-main-login form .cbi-page-actions input { - margin: 0 0 0 -4px; - padding: 9px 0; - border: 0; - display: inline-block; - border-radius: 0; - width: 50%; - font-size: 18px; +/* applyreboot fix */ +#applyreboot-container { + margin: 2rem; } -.node-main-login form .cbi-page-actions .cbi-button-apply { - background-color: #F24C7C; - border-top-left-radius: 50px; - border-bottom-left-radius: 50px; +#applyreboot-section { + line-height: 300%; + margin: 2rem; } -.node-main-login form .cbi-page-actions .cbi-button-reset { - background-color: #8a4568; - color: #fff; - border-top-right-radius: 50px; - border-bottom-right-radius: 50px; +/* openvpn bug fix */ +.OpenVPN a { + line-height: initial !important; } -.node-main-login input.cbi-input-text { - box-shadow: 0 0 0 1000px white inset; +/* custom commands */ +.commandbox { + width: 24% !important; + padding: .5rem 1rem; + border-bottom: thin solid #ccc; + background: #eee; } -/* Interface after login */ -.logged-in { - background-color: #EBF1F6; +.commandbox h3 { + line-height: normal !important; + overflow: hidden; + margin: 6px 0 !important; + white-space: nowrap; + text-overflow: ellipsis; } -.logged-in header { - height: 70px; +.commandbox div { + left: auto !important; } -.logged-in .main { - overflow: hidden; +.commandbox code { + position: absolute; + overflow-x: hidden; + overflow-y: auto; + max-width: 60%; + max-height: 55px; + margin-top: -3px; + margin-left: 4px; + padding: 2px 3px; + text-overflow: ellipsis; } -.logged-in .main-right { - padding: 0 1rem 3rem 0; - margin-top: 90px; - float: right; +.commandbox p:first-of-type { + margin-top: -6px; } -.logged-in .main .logoImg { - display: none; +.commandbox p:nth-of-type(2) { + margin-top: 2px; } -.logged-in .main .main-left .nav-container { - background-color: #354057; - border-radius: 20px; - position: absolute; - top: 10px; - left: 10px; - right: -10px; - bottom: 10px; +[data-page^="admin-system-commands"] .panel-title, +[data-page^="command-cfg"] .mobile-hide, +[data-page^="command-cfg"] header .container > #logo { + display: none; } -.logged-in .main .main-left .brand { - margin: 0 auto; - padding: 44px 0 23px; - width: 85%; - color: #fff; - display: block; - font-size: 18px; - text-align: center; - text-decoration: none; - border-bottom: 2px solid #ffffff42; - /* Single line text omitted */ - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - -webkit-text-overflow: ellipsis; - -o-text-overflow: ellipsis; -} - -.logged-in .alert-message { - padding: 20px 2rem; - border: none; - background-color: #fff; -} - -.logged-in .alert-message a { - padding: 8px 2rem; - width: auto; - border: none; - background-color: #468EA4; - color: #fff; +.PC-hide { + display: none; } @media screen and (max-width: 1600px) { - .main-left { - width: calc(0% + 13rem); - } - - .btn, - .cbi-button { - padding: 0.3rem 0.6rem; - font-size: 0.8rem; - } - - header>.container>.pull-right>* { - top: 0.35rem; - } - - .label { - padding: 0.2rem 0.6rem; - } - - .cbi-value-title { - width: 15rem; - padding-right: 0.6rem; - } - - .cbi-input-textarea { - font-size: small; - } + header .container > #logo { + margin: 0 2.5rem 0 .5rem; + } + + .cbi-dynlist > .item { + max-width: 21.9rem; + } + + .btn:not(button), + .cbi-button { + font-size: .8rem; + padding: .3rem .6rem; + } + + .label { + padding: .2rem .6rem; + } + + .cbi-value-title { + width: 15rem; + padding-right: .6rem; + } + + fieldset, + .cbi-section { + padding: 1rem; + } + + .cbi-input-textarea { + font-size: small; + } + + .node-admin-status > .main fieldset li > a { + padding: .3rem .6rem; + } + + #cbi-firewall-zone > .table { + display: block; + } +} + +@media screen and (max-width: 1400px) { + .logged-in .main-right { + width: calc(100% - 230px); + } + + .cbi-dynlist > .item { + max-width: 19.9rem; + } + + .cbi-tabmenu > li > a, + .tabs > li > a { + padding: .2rem .5rem; + } + + .panel-title { + font-size: 1.1rem; + padding-bottom: 1rem; + } + + table { + font-size: .7rem !important; + width: 100% !important; + } + + .table .cbi-input-text { + width: 100%; + } + + .main .main-left > .nav > li, + .main .main-left > .nav > li a, + .main .main-left > .nav > .slide > .menu { + font-size: .9rem; + } + + .main .main-left > .nav > .slide > .slide-menu > li > a { + font-size: .7rem; + } + + #modal_overlay { + top: 3.5rem; + } + + [data-page="admin-network-firewall-forwards"] .table:not(.cbi-section-table) { + display: block; + } + + [data-page="admin-network-firewall-forwards"] .table:not(.cbi-section-table), + [data-page="admin-network-firewall-rules"] .table:not(.cbi-section-table), + [data-page="admin-network-hosts"] .table { + overflow-y: visible; + } + + .commandbox { + width: 32% !important; + } } -@media screen and (max-width: 1280px) { - .node-main-login>.main .container { - width: 50%; - } - - .cbi-tabmenu>li>a, - .tabs>li>a { - padding: 0.2rem 0.5rem; - } - - .panel-title { - font-size: 1.1rem; - padding-bottom: 1rem; - } +@media screen and (max-width: 992px) { + .login > .main #maincontent { + margin-top: 2rem; + width: 90%; + } + + .login-info .main { + width: 100%; + } + + .login > .main .container { + width: 100%; + } + + .logged-in header { + height: 3rem; + z-index: 2000; + } + + .showSide, + .logged-in header .container .btn-con { + height: 3rem; + line-height: 3rem; + } + + .logged-in .main-left { + display: none; + z-index: 1000; + position: fixed; + top: 3rem; + bottom: 0; + left: 0; + right: 0; + border-radius: 0; + background-color: rgba(0, 0, 0, .3); + height: calc(100% - 3rem); + } + + .main-left .nav-container { + top: 0; + left: 0; + width: 50%; + border-radius: 0; + bottom: 0; + height: 100%; + } + + .main-left .nav-container .navbar-container { + overflow-y: scroll; + } + + .logged-in .main-right { + width: 100%; + } + + body.login { + background: #354057; + } + + [data-page^="command-cfg"] header .container > .brand { + display: block; + margin-top: -1.75rem; + } + + .cbi-dynlist > .item { + max-width: 14.9rem; + } + + .showSide { + display: inline-block; + cursor: pointer; + width: 30px; + } + + .showSide::before { + content: ''; + display: inline-block; + height: 24px; + width: 30px; + background: url(./menu-logo.png) no-repeat center center / 100%; + vertical-align: middle; + } + + .login > .main .cbi-value-title { + text-align: left; + } + + .cbi-value-title { + width: 9rem; + padding-right: 1rem; + } + + #diag-rc-output > pre, + #command-rc-output > pre { + font-size: 1rem; + } + + .table { + display: block; + } + + #packages.table { + display: grid; + } + + .tr { + display: flex; + flex-direction: row; + flex-wrap: wrap; + } + + .Overview .table[width="100%"] > .tr { + flex-wrap: nowrap; + } + + .tr.placeholder { + border-bottom: thin solid #ddd; + } + + .tr.placeholder > .td, + #cbi-firewall .tr > .td, + #iptables .tr:nth-child(2) > .td, + #cbi-network .tr:nth-child(2) > .td, + .cbi-section #wifi_assoclist_table .tr > .td { + border-top: 0; + } + + .th, + .td { + display: inline-block; + align-self: flex-start; + flex: 2 2 25%; + text-overflow: ellipsis; + word-wrap: break-word; + } + + .td select, + .td input[type="text"] { + width: 100%; + word-wrap: normal; + } + + .td [data-dynlist] > input, + .td input.cbi-input-password { + width: calc(100% - 1.5rem); + } + + .td[data-type="button"], + .td[data-type="fvalue"] { + flex: 1 1 12.5%; + text-align: left; + } + + .th.cbi-value-field, + .td.cbi-value-field, + .th.cbi-section-table-cell, + .td.cbi-section-table-cell { + flex-basis: auto; + padding-top: 1rem; + } + + .cbi-section-table-row { + display: flex; + flex-direction: row; + flex-wrap: wrap; + justify-content: space-between; + } + + .td.cbi-value-field, + .cbi-section-table-cell { + display: inline-block; + flex: 10 10 auto; + flex-basis: 50%; + text-align: center; + } + + .td.cbi-section-actions { + vertical-align: bottom; + } + + .tr.table-titles, + .tr.cbi-section-table-titles, + .tr.cbi-section-table-descr { + display: none; + } + + .tr[data-title]::before, + .tr.cbi-section-table-titles.named::before { + font-size: .9rem; + display: block; + flex: 1 1 100%; + border-bottom: thin solid rgba(0, 0, 0, .26); + background: #90c0e0; + } + + .td[data-title], + [data-page^="admin-status-realtime"] .td[id] { + text-align: left; + } + + .td[data-title]::before { + display: block; + } + + .cbi-button + .cbi-button { + margin-left: 0; + } + + .td.cbi-section-actions > * > *, + .td.cbi-section-actions > * > form > * { + margin: 2.1px 3px; + } + + .Firewall form { + font-family: inherit; + font-weight: normal; + font-style: normal; + line-height: normal; + position: static !important; + min-width: inherit; + margin: 0 0 2rem 0; + padding: 2rem; + border: 0; + border-radius: 0; + background-color: #fff; + } + + .Firewall form input { + width: 100% !important; + margin: 0; + margin-top: 1rem; + } + + .Firewall .center, + .Firewall .center::before { + text-align: left !important; + } + + .commandbox { + width: 100% !important; + } + + /* The scroll bar of the navigation bar is compatible with each browser. */ + /* Google */ + .main-left .navbar-container::-webkit-scrollbar { + width: 6px; + background: transparent; + } + + .main-left .navbar-container::-webkit-scrollbar-button { + display: none; + } + + .main-left .navbar-container::-webkit-scrollbar-thumb { + background-color: #ffffff61; + border-radius: 10px; + } + + .main-left .navbar-container::-webkit-scrollbar-thumb { + background-color: #839dd67a; + border-radius: 10px; + } + + .main-left .navbar-container:hover::-webkit-scrollbar-thumb { + background-color: #839dd67a; + } + + /* IE */ + .main-left .navbar-container { + scrollbar-track-color: transparent; + scrollbar-face-color: #839dd67a; + scrollbar-arrow-color: transparent; + scrollbar-3dlight-color: transparent; + scrollbar-highlight-color: transparent; + scrollbar-shadow-color: transparent; + scrollbar-darkshadow-color: transparent; + scrollbar-base-color: transparent; + } + + .main-left .navbar-container:hover { + scrollbar-face-color: #839dd67a; + } +} + +@media screen and (max-width: 600px) { + body { + font-size: .8rem; + } + + .cbi-progressbar::after { + font-size: .95em; + line-height: 1.5; + } + + fieldset, + .cbi-section { + margin: 1rem 0 0 0; + padding: 1rem; + } + + .tabs { + margin: 0 -1rem; + } + + .main-left .nav-container { + width: 70%; + } + + .main .main-left > .nav > .slide > .menu { + font-size: 1.2rem; + } + + .main .main-left > .nav > .slide > .slide-menu > li > a { + font-size: 1rem; + } + + .cbi-value-title { + display: block; + width: 100%; + min-width: 0 !important; + margin-top: 1rem; + margin-bottom: .5rem; + text-align: left; + } + + .cbi-value-field, + .cbi-value-description { + width: 100%; + } + + .cbi-value > .cbi-value-field { + display: inline-block; + } + + .cbi-tabmenu > li, + .tabs > li { + padding: .6rem 0; + } + + .cbi-tabmenu > li > a, + .tabs > li > a { + font-size: .9rem; + padding: .2rem .3rem; + } + + .cbi-page-actions > div > input { + display: none; + } + + .cbi-page-actions > .cbi-button { + margin-top: .2rem; + } + + .login > .main .cbi-value { + padding: 0; + } + + .login > .main form > div:nth-last-child(1) { + margin-top: 2rem; + } + + .login > .main .cbi-value-title { + font-size: 1.2rem; + width: 100% !important; + } + + .login > .main fieldset { + margin: 0; + padding: .5rem; + } + + .commandbox p:first-of-type { + margin-top: -8px; + } + + #diag-rc-output > pre, + #command-rc-output > pre { + font-size: .8rem; + } + + h2 { + font-size: 2rem; + } + + .tabs > li > a { + font-size: .9rem; + } + + select, + input { + font-size: .9rem; + } + + code { + font-size: .8rem; + } + + .panel-title { + font-size: 1.4rem; + padding-bottom: 1rem; + } + + .node-system-packages > .main .cbi-value.cbi-value-last > div { + width: 100% !important; + } + + .node-system-packages > .main .cbi-value .cbi-value-field input { + width: 100%; + } + + .th, + .td { + flex-basis: 50%; + } + + .td.cbi-value-field { + flex-basis: 100%; + } + + .td.cbi-value-field[data-type="button"], + .td.cbi-value-field[data-type="fvalue"] { + flex-basis: 25%; + text-align: left; + } + + .tr[data-title]::before, + .tr.cbi-section-table-titles.named::before { + font-size: 1rem; + } + + td > .ifacebadge, + .td > .ifacebadge { + font-size: .62rem; + } + + #cbi-wireless .td { + overflow: hidden; + } + + .hide-sm, + .hide-xs:not([data-title="MAC-Address"]) { + display: none; + } + + .mobile-hide { + display: none; + } +} - table { - font-size: 0.7rem !important; - width: 100% !important; - } +@media screen and (min-width: 1152px) { + .cbi-value input[type="password"], + .cbi-value input[type="text"] { + min-width: 20rem; + } + + .cbi-value-field .cbi-input-select { + width: 20rem; + } + + .cbi-value-field .cbi-dropdown { + min-width: 20rem; + } + + .cbi-section-node .tr { + overflow: hidden; + } +} + +@media screen and (min-width: 1366px) { + .cbi-value input[type="password"], + .cbi-value input[type="text"] { + min-width: 22rem; + } - .main>.main-left .nav>li, - .main>.main-left .nav>li a, - .main>.main-left .nav>.slide>.menu { - font-size: 0.9rem; - } + .cbi-value-field .cbi-input-select { + width: 22rem; + } - .main>.main-left .nav>.slide>.slide-menu>li>a { - font-size: 0.7rem; - } -} - -@media screen and (max-width: 992px) { - .logged-in header { - padding: 0 .8rem; - height: 45px; - } - - header .brand { - display: none; - } - - header .btn-con { - line-height: 45px; - } - - .main-left { - width: auto; - height: auto; - position: fixed; - z-index: 100; - right: 100%; - left: 0; - top: 0; - bottom: 0; - background: #0000007d; - border-radius: 0; - min-width: 0; - overflow: hidden; - } - - .main>.main-left .navbar-container { - overflow-y: scroll; - overflow-x: hidden; - } - - .main>.main-left .nav>.slide>.slide-menu>li { - width: 90%; - } - - header .container { - line-height: 43px; - } - - .main-right { - width: 100%; - } - - .node-main-login>.main .container { - width: 60%; - } - - .showSide { - padding: 0.1rem; - display: inline-block; - vertical-align: middle; - } - - .cbi-value-title { - width: 9rem; - padding-right: 1rem; - } - - #diag-rc-output>pre { - font-size: 1rem; - } - - .tr { - display: flex; - flex-direction: row; - flex-wrap: wrap; - } - - .th, - .td { - flex: 2 2 25%; - align-self: flex-start; - text-overflow: ellipsis; - word-wrap: break-word; - display: inline-block; - } - - .td select, - .td input[type="text"] { - word-wrap: normal; - width: 100%; - } - - .td [data-dynlist]>input, - .td input.cbi-input-password { - width: calc(100% - 1.5rem); - } - - .td[data-type="button"], - .td[data-type="fvalue"] { - flex: 1 1 12.5%; - text-align: left; - } - - .th.cbi-value-field, - .td.cbi-value-field, - .th.cbi-section-table-cell, - .td.cbi-section-table-cell { - flex-basis: auto; - } - - .cbi-section-table-row { - display: flex; - flex-wrap: wrap; - flex-direction: row; - justify-content: space-between; - } - - .td.cbi-value-field, - .cbi-section-table-cell { - text-align: center; - display: inline-block; - flex: 10 10 auto; - } - - .td.cbi-section-actions { - text-align: right; - align-self: flex-end; - vertical-align: bottom; - } - - .tr.table-titles, - .tr.cbi-section-table-titles, - .tr.cbi-section-table-descr { - display: none; - } - - .tr[data-title]::before, - .tr.cbi-section-table-titles.named::before { - display: block; - flex: 1 1 100%; - background: #eef; - font-size: .9rem; - border-bottom: 1px solid rgba(0, 0, 0, .26); - } - - .td[data-title] { - text-align: left; - font-size: 12px; - } - - .td[data-title]::before { - display: block; - } - - .hide-sm, - .hide-xs { - display: none; - } - - /* All styles of the login interface */ - .node-main-login .showSide { - display: none !important; - } - - .logged-in .main { - padding-bottom: .8rem; - } - - .logged-in .main .main-left .nav-container { - background-color: #354057; - border-radius: 0; - position: absolute; - top: 0; - left: 0; - right: 20%; - bottom: 0; - } - - .logged-in .main-right { - padding: 0 .8rem; - margin-top: calc(45px + .8rem); - width: 100%; - max-width: unset; - float: unset; - } - - .logged-in .alert-message { - padding: 8px .8rem; - } - - .cbi-section { - margin: .8rem 0 0 0; - padding: .8rem; - } - - small { - font-size: 10px; - line-height: 0; - } - - .cbi-section>h3:first-child, - .panel-title { - font-size: 1rem; - } - - .network-status-table .ifacebox-body>span { - font-size: 12px; - } - - .cbi-section .ifacebox-body .ifacebadge>span { - font-size: 12px; - } - - .table .tr.cbi-rowstyle-1:nth-child(n), - .table .tr:nth-child(n) { - font-size: 12px; - } - - .node-network-firewall .table .tr.cbi-rowstyle-1:nth-child(n), - .node-network-firewall .table .tr:nth-child(n) { - border-radius: 20px; - overflow: hidden; - } - - h2 { - margin: 1rem 0 0 0; - font-size: 1.4rem; - padding-bottom: 0; - border-bottom: none; - } - - h4 { - font-size: 1rem; - } - - .cbi-section-node-tabbed { - padding: 0 .5rem; - } - - .cbi-button, - .cbi-button-action.important { - margin-right: .3rem; - } - - select { - border-bottom: 1px solid rgba(0, 0, 0, .26); - } - - .node-status-processes .table .tr.cbi-rowstyle-1:nth-child(n), - .node-status-processes .table .tr:nth-child(n) { - border-radius: 20px; - } -} - -@media screen and (max-width: 768px) { - .node-main-login { - background: none; - } - - .node-main-login>.main .logoImg a { - font-size: 30px; - margin: 12px 0 22px 0; - color: #354057; - } - - .node-main-login>.main #maincontent { - padding-top: 0; - padding-bottom: 1rem; - min-width: 100%; - top: 0; - transform: translateY(0) translateX(-50%); - } - - .alert-message { - padding: 8px 15%; - } - - .alert-message>h4 { - font-size: 14px; - } - - .alert-message>p, - .alert-message a { - font-size: 12px; - } - - .a lert-message>h4 { - padding: 8px 0 8px 36px; - } - - .alert-message a { - padding: 8px 0; - margin-top: 8px; - } - - .node-main-login .warning { - background-color: #F5F5F6; - color: #354057; - } - - .alert-message a { - color: #f24c7c; - background: #fff; - } - - .node-main-login>.main form h2 { - font-size: 16px; - margin: 20px 0 16px; - color: #354057; - } - - .node-main-login>.main form .cbi-value-field input { - padding-left: 34px; - height: 36px; - background-size: 16px; - font-size: 16px; - } - - .node-main-login>.main form .cbi-value-field { - margin-bottom: 20px; - } - - .node-main-login form .cbi-page-actions input { - padding: 6px 0; - font-size: 16px; - } - - .node-main-login form .cbi-value-field .iconpwd, - .node-main-login form .cbi-value-field .iconuser, - .node-main-login form .cbi-value-field .iconeye { - height: 20px; - width: 16px; - left: 12px; - } - - .node-main-login form .cbi-value-field .iconeye { - left: auto; - right: 12px; - } - - .mobile-hide { - display: none; - } - - .PC-hide { - display: inline-block; - } -} - -@media screen and (max-width: 480px) { - body { - font-size: 1rem; - } - - .cbi-value-title { - width: 100%; - min-width: 0rem !important; - display: block; - margin-top: 1rem; - margin-bottom: 0.5rem; - text-align: left; - } - - .cbi-value-field, - .cbi-value-description { - width: 100%; - } - - .cbi-value>.cbi-value-field { - display: inline-block; - } - - .cbi-tabmenu>li, - .tabs>li { - padding: 0.6rem 0rem; - } - - .cbi-tabmenu>li>a, - .tabs>li>a { - padding: 0.2rem 0.3rem; - font-size: 0.9rem; - } - - .cbi-page-actions>div>input { - display: none; - } - - .tabs>li>a { - font-size: 0.9rem; - } - - select, - input { - font-size: 10px; - } - - .panel-title { - font-size: 1.4rem; - padding-bottom: 1rem; - } - - .node-system-packages>.main .cbi-value.cbi-value-last>div { - width: 100% !important; - } - - .node-system-packages>.main .cbi-value .cbi-value-field input { - width: 100%; - } - - .node-status-iptables>.main div>.cbi-map>form { - position: static !important; - margin: 0 0 2rem 0; - padding: 2rem; - border: 0; - font-weight: normal; - font-style: normal; - line-height: 1; - font-family: inherit; - min-width: inherit; - background-color: #FFF; - border-radius: 20px; - -webkit-overflow-scrolling: touch; - } - - .node-status-iptables>.main div>.cbi-map>form input[type="submit"] { - width: 100% !important; - margin: 0; - } - - .node-status-iptables>.main div>.cbi-map>form input[type="submit"]+input[type="submit"] { - margin-top: 1rem; - } - - .node-main-login>.main .container { - min-width: 90%; - } - - .th, - .td { - flex-basis: 50%; - } - - .td.cbi-value-field { - flex-basis: 100%; - } - - .td.cbi-value-field[data-type="dvalue"] { - flex-basis: 50%; - } - - .td.cbi-value-field[data-type="button"], - .td.cbi-value-field[data-type="fvalue"] { - flex-basis: 25%; - text-align: left; - } - - .tr[data-title]::before, - .tr.cbi-section-table-titles.named::before { - font-size: 1rem; - } - - .hide-xs { - display: none; - } - - /* All styles of the login interface */ - .node-main-login>.main .cbi-value { - padding: 0; - } - - .alert-message { - padding: 8px 10%; - } -} - -@media screen and (min-width: 992px) { - .cbi-value-field .cbi-input-select { - width: 20rem; - } - - .cbi-value-field .cbi-dropdown { - min-width: 20rem; - } -} - -@media screen and (min-width: 1280px) { - .cbi-value-field .cbi-input-select { - width: 22rem; - } - - .cbi-value-field .cbi-dropdown { - min-width: 22rem; - } + .cbi-value-field .cbi-dropdown { + min-width: 22rem; + } } @media screen and (min-width: 1600px) { - .cbi-value-field .cbi-input-select { - width: 25rem; - } - - .cbi-value-field .cbi-dropdown { - min-width: 25rem; - } + .cbi-value input[type="password"], + .cbi-value input[type="text"] { + min-width: 25rem; + } + + .cbi-value-field .cbi-input-select { + width: 25rem; + } + + .cbi-value-field .cbi-dropdown { + min-width: 25rem; + } } diff --git a/themes/luci-theme-rosy/htdocs/luci-static/rosy/js/script.js b/themes/luci-theme-rosy/htdocs/luci-static/rosy/js/script.js index c1a3dcd000..e8424411db 100755 --- a/themes/luci-theme-rosy/htdocs/luci-static/rosy/js/script.js +++ b/themes/luci-theme-rosy/htdocs/luci-static/rosy/js/script.js @@ -16,8 +16,8 @@ * Licensed to the public under the Apache License 2.0 */ -(function ($) { - $(".main > .loading").fadeOut(); +(function (win, $) { + $(".loading").fadeOut(); /** * trim text, Remove spaces, wrap @@ -33,16 +33,17 @@ var mainNodeName = undefined; var nodeUrl = ""; - (function(node){ - if (node[0] == "admin"){ + (function (node) { + var luciLocation; + if (node[0] == "admin") { luciLocation = [node[1], node[2]]; - }else{ + } else { luciLocation = node; } - for(var i in luciLocation){ + for (var i in luciLocation) { nodeUrl += luciLocation[i]; - if (i != luciLocation.length - 1){ + if (i != luciLocation.length - 1) { nodeUrl += "/"; } } @@ -59,7 +60,7 @@ return true; } - $(".main > .main-left .nav > .slide > .menu").each(function () { + $(".main-left .nav > .slide > .menu").each(function () { var ulNode = $(this); ulNode.next().find("a").each(function () { var that = $(this); @@ -91,8 +92,7 @@ enterShow: false }); } - - $(".main > .main-left .nav > .slide > .menu").click(function () { + $(".main-left .nav > .slide > .menu").click(function () { var ul = $(this).next(".slide-menu"); var menu = $(this); if (!ul.is(":visible")) { @@ -108,33 +108,32 @@ if ($('.nav').length > 0 && $(window).width() > 992) { oScroll.setSize(200); } - setInterval(function(){ - if($('.nav').height() < $('.navbar-container').height()){ - $('.nav').css('transform', 'translate(0px, 0px)'); + setInterval(function () { + if ($('.nav').height() < $('.navbar-container').height()) { + $('.nav').css('transform', 'translate(0px, 0px)'); } }, 300); return false; }); - /** * hook menu click and add the hash */ - $(".main > .main-left .nav > .slide > .slide-menu > li > a").click(function () { + $(".main-left .nav > .slide > .slide-menu > li > a").click(function () { if (lastNode != undefined) lastNode.removeClass("active"); $(this).parent().addClass("active"); - $(".main > .loading").fadeIn("fast"); + $(".loading").fadeIn("fast"); return true; }); /** * fix menu click */ - $(".main > .main-left .nav > .slide > .slide-menu > li").click(function () { + $(".main-left .nav > .slide > .slide-menu > li").click(function () { if (lastNode != undefined) lastNode.removeClass("active"); $(this).addClass("active"); - $(".main > .loading").fadeIn("fast"); - window.location = $($(this).find("a")[0]).attr("href"); + $(".loading").fadeIn("fast"); + win.location = $($(this).find("a")[0]).attr("href"); return false; }); @@ -160,7 +159,7 @@ that.click(function () { var href = that.attr("href"); if (href.indexOf("#") == -1) { - $(".main > .loading").fadeIn("fast"); + $(".loading").fadeIn("fast"); return true; } }); @@ -171,54 +170,50 @@ * Sidebar expand */ var showSide = false; - $(".showSide").click(function () { - if (showSide) { - $(".main-left").stop(true).animate({ - right: '100%' - }, "fast"); - $(".main-right").css("overflow-y", "auto"); + if ($(win).height() == 992) { + $(".showSide").click(function () { + if (showSide) { + $(".darkMask").stop(true).fadeOut("fast"); + $(".main-left").stop(true).fadeOut("fast"); + $(".main-right").css("overflow-y", "visible"); + showSide = false; + } else { + $(".darkMask").stop(true).fadeIn("fast"); + $(".main-left").stop(true).animate({ + width: "100%" + }, "fast").fadeIn("fast"); + $(".main-right").css("overflow-y", "hidden"); + showSide = true; + } + }); + $(".main-left").click(function(e) { + e.preventDefault(); + $(".main-left").stop(true).fadeOut("fast"); showSide = false; - } else { - $(".main-left").stop(true).animate({ - right: '0' - }, "fast"); - $(".main-right").css("overflow-y", "hidden"); - showSide = true; - } - }); + }); + } - $(".logged-in .main-left").click(function () { + $(".darkMask").click(function () { if (showSide) { showSide = false; - - $(this).stop(true).fadeOut("fast"); + $(".darkMask").stop(true).fadeOut("fast"); $(".main-left").stop(true).animate({ - right: '100%' + width: "0" }, "fast"); - $(".main-right").css("overflow-y", "auto"); - } - }); - - $(".logged-in .main-left > *").click(function () { - event.stopPropagation(); - if ((navigator.userAgent.indexOf('MSIE') >= 0)&& (navigator.userAgent.indexOf('Opera') < 0)){ - event.cancelBubble = true; - }else{ - event.stopPropagation(); + $(".main-right").css("overflow-y", "visible"); } }); - $(window).resize(function () { - if ($(window).width() > 921) { + $(win).resize(function () { + if ($(win).width() > 921) { $(".main-left").css("width", ""); $(".darkMask").stop(true); $(".darkMask").css("display", "none"); showSide = false; } - if( $(window).width() > 992 ){ - $('.logged-in .main-right').width( $(window).width() - $('.logged-in .main-left').width() - 50 ); - } + + $('body.login').height($(win).height()); }); /** @@ -231,7 +226,7 @@ $(".cbi-section-table-titles, .cbi-section-table-descr, .cbi-section-descr").each(function () { var that = $(this); - if (that.text().trim() == ""){ + if (that.text().trim() == "") { that.css("display", "none"); } }); @@ -263,53 +258,20 @@ } } - $('<div class="iconpwd"></div>').appendTo($('.node-main-login form .cbi-value input[type="password"]').parent()[0]); - - $('<div class="iconuser"></div>').appendTo($('.node-main-login form .cbi-value input[type="text"]').parent()[0]); - - $('<div class="iconeye"></div>').appendTo($('.node-main-login form .cbi-value input[type="password"]').parent()[0]); - - var num = true; - $('.cbi-value-field .iconeye').click(function(){ - if(num){ - $('.node-main-login form .cbi-value-last input[type="password"]').prop('type', 'text'); - $('.node-main-login form .cbi-value-field .iconeye').removeClass('opeye').addClass('cleye'); - num = false; - }else { - $('.node-main-login form .cbi-value-last input[type="text"]').prop('type', 'password'); - $('.node-main-login form .cbi-value-field .iconeye').removeClass('cleye').addClass('opeye'); - num = true; - } - + $('.lang_enInterfaces .ifacebox-head').each(function () { + $(this).next().css('border-color', $(this).css('background-color')); }); - $('body.logged-in').css('min-height', $(window).height()); - - $(function(){ - if( $(window).width() > 992 ){ - $('.logged-in .main-right').outerWidth( $(window).width() - $('.logged-in .main-left').width() - 50 ); + $('<div class="eye"></div>').appendTo('.login > .main .cbi-value-last > .cbi-value-field'); + $('.login > .main .cbi-value-last > .cbi-value-field .eye').click(function () { + var className = $(this).attr('class'); + if (className.indexOf('op-eye') > (-1)) { + $('.login > .main .cbi-value-last > .cbi-value-field').children().prop('type', 'text'); + $(this).addClass('eye').removeClass('op-eye'); + } else { + $('.login > .main .cbi-value-last > .cbi-value-field').children().prop('type', 'password'); + $(this).addClass('op-eye').removeClass('eye'); } - - $('.cbi-section .table').each(function () { - var firTr = $(this).children('.tr').get(0); - var firTd = $(firTr).children('.td').get(0); - var th = $(firTr).children('.th').get(0); - - var laTr = $(this).children('.tr').get($(this).children('.tr').length - 1); - var laTd = $(laTr).children('.td').get(0); - var a = window.getComputedStyle(firTr, ':before').getPropertyValue('content'); - - if (th && a != 'none') { - $(th).css('border-top-left-radius', '0'); - } else if (firTd && a != 'none') { - $(firTd).css('border-top-left-radius', '0'); - } - if (laTd && a != 'none') { - $(laTd).css('border-bottom-left-radius', '0'); - } - }); }); - $('#iptables').prev().css('margin-top', '10px'); - -})(jQuery); +})(window, jQuery);
\ No newline at end of file diff --git a/themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm b/themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm index a6aafbed61..c10dea9dd5 100644 --- a/themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm +++ b/themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm @@ -1,4 +1,4 @@ -<%# +<%# Rosy is a theme for LuCI. It is based on luci-theme-bootstrap luci-theme-rosy Copyright 2018 Rosy Song <rosysong@rosinson.com> @@ -192,6 +192,26 @@ end end end + + local function auth_level() + local childs = disp.node_childs(cattree) + if #childs > 0 then + for i, r in ipairs(childs) do + local nnode = cattree.nodes[r] + local grandchildren = disp.node_childs(nnode) + + if #grandchildren > 0 then + -- If this value is returned, the current interface is the logged-in data output interface + return "auth" + else + -- If this value is returned, it indicates that the current interface is a data output interface that does not require login. + return "noauth" + end + end + end + -- If this value is returned, the current interface is the login interface + return "login" + end -%> <!DOCTYPE html> <html lang="<%=luci.i18n.context.lang%>"> @@ -234,33 +254,33 @@ <script src="<%=media%>/js/ScrollY.js"></script> </head> -<body class="lang_<%=luci.i18n.context.lang%> <%- if node then %><%= striptags( node.title ) %><%- end %> <% if luci.dispatcher.context.authsession then %>logged-in<% end %>"> +<body class="lang_<%=luci.i18n.context.lang%> <%- if node then %><%= striptags( node.title ) %><%- end %> <%- if auth_level() == "auth" then %> logged-in<%- end %> <%- if auth_level() == "noauth" then %> login-info<%- end %> <%- if auth_level() == "login" then %> login<%- end %>"> <header> - <div class="fill"> - <div class="container"> - <span class="showSide"></span> - <a class="brand" href="#"><%=boardinfo.hostname or "?"%></a> - <div class="btn-con pull-right"> - <% render_changes() %> - <span id="xhr_poll_status" style="display:none" onclick="XHR.running() ? XHR.halt() : XHR.run()"> - <span class="label success" id="xhr_poll_status_on"><span class="mobile-hide"> - <%:Auto Refresh%></span> - <%:on%></span> - <span class="label" id="xhr_poll_status_off" style="display:none"><span class="mobile-hide"> - <%:Auto Refresh%></span> - <%:off%></span> - </span> - <% render_logout() %> - </div> + <div class="container"> + <span class="showSide"></span> + <a class="brand PC-hide" href="#"><%=boardinfo.hostname or "?"%></a> + <div class="btn-con pull-right"> + <% render_changes() %> + <span id="xhr_poll_status" style="display:none" onclick="XHR.running() ? XHR.halt() : XHR.run()"> + <span class="label success" id="xhr_poll_status_on"><span class="mobile-hide"> + <%:Auto Refresh%></span> + <%:on%></span> + <span class="label" id="xhr_poll_status_off" style="display:none"><span class="mobile-hide"> + <%:Auto Refresh%></span> + <%:off%></span> + </span> + <% render_logout() %> </div> </div> </header> + <div style="" class="loading"> + <span> + <div class="loading-img"> + <img src="<%=media%>/loading.svg"> + </div>Loading... + </span> + </div> <div class="main"> - <div style="" class="loading"><span> - <div class="loading-img"> - <img src="<%=media%>/loading.svg"> - </div>Loading... - </span></div> <div class="main-left"> <div class="nav-container"> <a class="brand" href="#"> |