]> www.infradead.org Git - users/dwmw2/openconnect.git/commitdiff
No embedded URLs in translatable strings
authorDimitri Papadopoulos <3350651-DimitriPapadopoulos@users.noreply.gitlab.com>
Sat, 1 Jan 2022 13:51:10 +0000 (14:51 +0100)
committerDavid Woodhouse <dwmw2@infradead.org>
Mon, 11 Apr 2022 14:58:36 +0000 (15:58 +0100)
https://www.gnu.org/software/gettext/manual/gettext.html#Preparing-Strings

[dwmw2: Fix translations to match]
Signed-off-by: Dimitri Papadopoulos <3350651-DimitriPapadopoulos@users.noreply.gitlab.com>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
117 files changed:
auth-globalprotect.c
fortinet.c
gpst.c
main.c
openssl-dtls.c
po/af.po
po/am.po
po/ar.po
po/as.po
po/ast.po
po/az.po
po/be.po
po/bg.po
po/bg_BG.po
po/bn.po
po/bn_IN.po
po/br.po
po/bs.po
po/ca.po
po/ca@valencia.po
po/crh.po
po/cs.po
po/cy.po
po/da.po
po/de.po
po/dz.po
po/el.po
po/en_CA.po
po/en_GB.po
po/en_US.po
po/eo.po
po/es.po
po/es_CR.po
po/es_MX.po
po/et.po
po/eu.po
po/fa.po
po/fi.po
po/fr.po
po/ga.po
po/gd.po
po/gl.po
po/gu.po
po/he.po
po/hi.po
po/hi_IN.po
po/hr.po
po/hu.po
po/id.po
po/is.po
po/it.po
po/ja.po
po/ka.po
po/km.po
po/kn.po
po/ko.po
po/ku.po
po/lo.po
po/lt.po
po/lv.po
po/mai.po
po/mg.po
po/mk.po
po/ml.po
po/mn.po
po/mr.po
po/ms.po
po/ms_MY.po
po/nb.po
po/nds.po
po/ne.po
po/nl.po
po/nn.po
po/no.po
po/nqo.po
po/nso.po
po/oc.po
po/or.po
po/pa.po
po/pl.po
po/ps.po
po/pt.po
po/pt_BR.po
po/pt_PT.po
po/ro.po
po/ru.po
po/rw.po
po/si.po
po/sk.po
po/sl.po
po/sq.po
po/sr.po
po/sr@latin.po
po/sv.po
po/ta.po
po/te.po
po/tg.po
po/tg_TJ.po
po/th.po
po/tl.po
po/tl_PH.po
po/tr.po
po/tr_TR.po
po/ug.po
po/uk.po
po/ur_PK.po
po/uz.po
po/vi.po
po/vi_VN.po
po/wa.po
po/xh.po
po/zh_CN.po
po/zh_HK.po
po/zh_TW.po
po/zu.po
tun-win32.c
tun.c

index e8081610ba4e063caa05a78d2123cfa4cae7e3df..090f355702ee0b5999556bc7498fba7b82df1895 100644 (file)
@@ -400,8 +400,9 @@ static int parse_login_xml(struct openconnect_info *vpninfo, xmlNode *xml_node,
 
        if (unknown_args)
                vpn_progress(vpninfo, PRG_ERR,
-                                        _("Please report %d unexpected values above (of which %d fatal) to <openconnect-devel@lists.infradead.org>\n"),
-                                        unknown_args, fatal_args);
+                                        _("Please report %d unexpected values above (of which %d fatal) to <%s>\n"),
+                                        unknown_args, fatal_args,
+                                        "openconnect-devel@lists.infradead.org");
        if (fatal_args) {
                buf_free(cookie);
                return -EPERM;
index f0c97a2a31abad411d83e875011febea4c889363..6803c5c345b40911211b4ca4b021b315a01be99b 100644 (file)
@@ -402,7 +402,8 @@ static int parse_fortinet_xml_config(struct openconnect_info *vpninfo, char *buf
                                        vpn_progress(vpninfo, PRG_INFO,
                                                     _("Server reports that reconnect-after-drop is not allowed. OpenConnect will not\n"
                                                       "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-                                                      "please report to <openconnect-devel@lists.infradead.org>\n"));
+                                                      "please report to <%s>\n"),
+                                                    "openconnect-devel@lists.infradead.org");
                        }
                } else if (xmlnode_is_named(xml_node, "fos")) {
                        char platform[80], *p = platform, *e = platform + 80;
@@ -549,14 +550,16 @@ static int parse_fortinet_xml_config(struct openconnect_info *vpninfo, char *buf
                vpn_progress(vpninfo, PRG_ERR,
                             _("WARNING: Fortinet server does not specifically enable or disable reconnection\n"
                               "    without reauthentication. If automatic reconnection does work, please\n"
-                              "    report results to <openconnect-devel@lists.infradead.org>\n"));
+                              "    report results to <%s>\n"),
+                            "openconnect-devel@lists.infradead.org");
        }
 
        if (reconnect_after_drop == -1)
                vpn_progress(vpninfo, PRG_ERR,
                             _("Server did not send <auth-ses tun-connect-without-reauth=\"0/1\"/>. OpenConnect will\n"
                               "probably not be able to reconnect if dead peer is detected. If reconnection DOES,\n"
-                              "work please report to <openconnect-devel@lists.infradead.org>\n"));
+                              "work please report to <%s>\n"),
+                            "openconnect-devel@lists.infradead.org");
 
        if (default_route && new_ip_info.addr)
                new_ip_info.netmask = add_option_dup(&new_opts, "full-netmask", "0.0.0.0", -1);
@@ -643,9 +646,12 @@ static int fortinet_configure(struct openconnect_info *vpninfo)
                                vpn_progress(vpninfo, PRG_ERR,
                                             _("Fortinet server is rejecting request for connection options. This\n"
                                               "has been observed after reconnection in some cases. Please report to\n"
-                                              "<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-                                              "https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-                                              "https://gitlab.com/openconnect/openconnect/-/issues/298.\n"));
+                                              "<%s>, or see the discussions on\n"
+                                              "%s and\n"
+                                              "%s.\n"),
+                                            "openconnect-devel@lists.infradead.org",
+                                            "https://gitlab.com/openconnect/openconnect/-/issues/297",
+                                            "https://gitlab.com/openconnect/openconnect/-/issues/298");
                }
                goto out;
        } else if (ret == 0) {
diff --git a/gpst.c b/gpst.c
index 97c260bfd1bc54428cbd8b8de2c6991073862c3e..ddae9ff9a3e54ebed748f35d5af3ed4c7f3ba4bf 100644 (file)
--- a/gpst.c
+++ b/gpst.c
@@ -422,9 +422,9 @@ static int gpst_parse_config_xml(struct openconnect_info *vpninfo, xmlNode *xml_
                        if (vpninfo->ip_info.gateway_addr && strcmp(s, vpninfo->ip_info.gateway_addr))
                                vpn_progress(vpninfo, PRG_DEBUG, _("Config XML <connected-gw-ip> address (%s) differs from external\n"
                                                                   "gateway address (%s). Please report this to\n"
-                                                                  "<openconnect-devel@lists.infradead.org>, including any problems\n"
+                                                                  "<%s>, including any problems\n"
                                                                   "with ESP or other apparent loss of connectivity or performance.\n"),
-                                            s, vpninfo->ip_info.gateway_addr);
+                                            s, vpninfo->ip_info.gateway_addr, "openconnect-devel@lists.infradead.org");
                } else if (xmlnode_is_named(xml_node, "dns-v6") ||
                           xmlnode_is_named(xml_node, "dns")) {
                        for (member = xml_node->children; member && n_dns<3; member=member->next) {
@@ -568,7 +568,8 @@ static int gpst_parse_config_xml(struct openconnect_info *vpninfo, xmlNode *xml_
        /* Warn about IPv6 config, if present, and ESP config, if absent */
        if (new_ip_info.addr6)
                vpn_progress(vpninfo, PRG_ERR,
-                            _("GlobalProtect IPv6 support is experimental. Please report results to <openconnect-devel@lists.infradead.org>.\n"));
+                            _("GlobalProtect IPv6 support is experimental. Please report results to <%s>.\n"),
+                            "openconnect-devel@lists.infradead.org");
 #ifdef HAVE_ESP
        if (esp_keys && esp_v6 && new_ip_info.addr6) {
                /* We got ESP keys, an IPv6 esp_magic address, and an IPv6 address */
diff --git a/main.c b/main.c
index f3b5810436b7361021793a588b8933e648bf4a35..0e15c27f22e76d493f7548232c8641182e940e0b 100644 (file)
--- a/main.c
+++ b/main.c
@@ -659,7 +659,8 @@ static char *convert_to_utf8(char *legacy, int free_it)
 static void helpmessage(void)
 {
        printf(_("For assistance with OpenConnect, please see the web page at\n"
-                "  https://www.infradead.org/openconnect/mail.html\n"));
+                "  %s\n"),
+              "https://www.infradead.org/openconnect/mail.html");
 }
 
 static void print_build_opts(void)
@@ -2026,7 +2027,8 @@ int main(int argc, char **argv)
                case OPT_NO_HTTP_KEEPALIVE:
                        fprintf(stderr,
                                _("Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-                                 "If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"));
+                                 "If this helps, please report to <%s>.\n"),
+                               "openconnect-devel@lists.infradead.org");
                        vpninfo->no_http_keepalive = 1;
                        break;
                case OPT_NO_CERT_CHECK:
@@ -2156,13 +2158,13 @@ int main(int argc, char **argv)
                                _("WARNING: You specified %s. This should not be\n"
                                  "         necessary; please report cases where a priority string\n"
                                  "         override is necessary to connect to a server\n"
-                                 "         to <openconnect-devel@lists.infradead.org>.\n"),
+                                 "         to <%s>.\n"),
 #ifdef OPENCONNECT_GNUTLS
-                                 "--gnutls-priority"
+                               "--gnutls-priority",
 #elif defined(OPENCONNECT_OPENSSL)
-                                 "--openssl-ciphers"
+                               "--openssl-ciphers",
 #endif
-                                 );
+                               "openconnect-devel@lists.infradead.org");
 
                        vpninfo->ciphersuite_config = dup_config_arg();
                        break;
@@ -2330,7 +2332,8 @@ int main(int argc, char **argv)
                vpn_progress(vpninfo, PRG_INFO,
                             _("No --script argument provided; DNS and routing are not configured\n"));
                vpn_progress(vpninfo, PRG_INFO,
-                            _("See https://www.infradead.org/openconnect/vpnc-script.html\n"));
+                            _("See %s\n"),
+                            "https://www.infradead.org/openconnect/vpnc-script.html");
        }
 
 
index 7685346f0d7b77eaf54a0cf247f482c471142c18..a7592a2be3d28a7bdef59697b61b6965cd91c6fe 100644 (file)
@@ -539,9 +539,9 @@ int start_dtls_handshake(struct openconnect_info *vpninfo, int dtls_fd)
                        vpn_progress(vpninfo, PRG_ERR,
                                     _("SSL_set_session() failed with DTLS protocol version 0x%x\n"
                                       "Are you using a version of OpenSSL older than 0.9.8m?\n"
-                                      "See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+                                      "See %s\n"
                                       "Use the --no-dtls command line option to avoid this message\n"),
-                                    dtlsver);
+                                    dtlsver, "http://rt.openssl.org/Ticket/Display.html?id=1751");
                        SSL_CTX_free(vpninfo->dtls_ctx);
                        SSL_free(dtls_ssl);
                        vpninfo->dtls_ctx = NULL;
index b2941f00f0a9b6fc65c7b09d3962d915642b9a9e..89cbe1d023e93d492a741279588afd9945f863b1 100644 (file)
--- a/po/af.po
+++ b/po/af.po
@@ -1293,7 +1293,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1326,7 +1326,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1335,7 +1335,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1352,9 +1352,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2467,7 +2467,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2493,7 +2493,7 @@ msgstr ""
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3247,7 +3247,7 @@ msgstr ""
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 
 #: main.c:663
@@ -3844,7 +3844,7 @@ msgstr ""
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 
 #: main.c:2000
@@ -3882,7 +3882,7 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 
 #: main.c:2145
@@ -3925,7 +3925,7 @@ msgid "No --script argument provided; DNS and routing are not configured\n"
 msgstr ""
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
 msgstr ""
 
 #: main.c:2303
@@ -4579,7 +4579,7 @@ msgstr ""
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6267,7 +6267,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6382,7 +6382,7 @@ msgstr ""
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 
 #: tun.c:322
index 3c25663bc05eebf3f0343c828f165a1506eacc5d..7713bb86573e63462da8d4fac8c7d8c9320c475a 100644 (file)
--- a/po/am.po
+++ b/po/am.po
@@ -1293,7 +1293,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1326,7 +1326,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1335,7 +1335,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1352,9 +1352,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2467,7 +2467,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2493,7 +2493,7 @@ msgstr ""
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3247,7 +3247,7 @@ msgstr ""
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 
 #: main.c:663
@@ -3844,7 +3844,7 @@ msgstr ""
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 
 #: main.c:2000
@@ -3882,7 +3882,7 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 
 #: main.c:2145
@@ -3925,7 +3925,7 @@ msgid "No --script argument provided; DNS and routing are not configured\n"
 msgstr ""
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
 msgstr ""
 
 #: main.c:2303
@@ -4579,7 +4579,7 @@ msgstr ""
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6267,7 +6267,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6382,7 +6382,7 @@ msgstr ""
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 
 #: tun.c:322
index bdfe05cf43f23ae550cb8247a583cb7ec3a35e26..c9bb2afed7b10a552c637c728d941f677c2cf7cf 100644 (file)
--- a/po/ar.po
+++ b/po/ar.po
@@ -1295,7 +1295,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1328,7 +1328,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1337,7 +1337,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1354,9 +1354,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2469,7 +2469,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2495,7 +2495,7 @@ msgstr ""
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3249,7 +3249,7 @@ msgstr ""
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 
 #: main.c:663
@@ -3846,7 +3846,7 @@ msgstr ""
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 
 #: main.c:2000
@@ -3884,7 +3884,7 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 
 #: main.c:2145
@@ -3927,7 +3927,7 @@ msgid "No --script argument provided; DNS and routing are not configured\n"
 msgstr ""
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
 msgstr ""
 
 #: main.c:2303
@@ -4581,7 +4581,7 @@ msgstr ""
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6269,7 +6269,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6384,7 +6384,7 @@ msgstr ""
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 
 #: tun.c:322
index cd3edb5d831f0f24ff3e749491d193b782eb7fe6..f5e88bfdab84862832bf82a35038eed8b37eef5b 100644 (file)
--- a/po/as.po
+++ b/po/as.po
@@ -1294,7 +1294,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1327,7 +1327,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1336,7 +1336,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1353,9 +1353,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2468,7 +2468,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2494,7 +2494,7 @@ msgstr ""
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3248,7 +3248,7 @@ msgstr ""
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 
 #: main.c:663
@@ -3845,7 +3845,7 @@ msgstr ""
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 
 #: main.c:2000
@@ -3883,7 +3883,7 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 
 #: main.c:2145
@@ -3926,7 +3926,7 @@ msgid "No --script argument provided; DNS and routing are not configured\n"
 msgstr ""
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
 msgstr ""
 
 #: main.c:2303
@@ -4580,7 +4580,7 @@ msgstr ""
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6268,7 +6268,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6383,7 +6383,7 @@ msgstr ""
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 
 #: tun.c:322
index 3e2bb5914c0b0abc22de6202630d81cb40664ca7..8eea3c522af94aae6ae0eaf09bc860d6fbad0317 100644 (file)
--- a/po/ast.po
+++ b/po/ast.po
@@ -1292,7 +1292,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1325,7 +1325,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1334,7 +1334,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1351,9 +1351,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2466,7 +2466,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2492,7 +2492,7 @@ msgstr ""
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3246,7 +3246,7 @@ msgstr ""
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 
 #: main.c:663
@@ -3843,7 +3843,7 @@ msgstr ""
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 
 #: main.c:2000
@@ -3881,7 +3881,7 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 
 #: main.c:2145
@@ -3924,7 +3924,7 @@ msgid "No --script argument provided; DNS and routing are not configured\n"
 msgstr ""
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
 msgstr ""
 
 #: main.c:2303
@@ -4578,7 +4578,7 @@ msgstr ""
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6266,7 +6266,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6381,7 +6381,7 @@ msgstr ""
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 
 #: tun.c:322
index 0e9b0e3bc95cefcbb2ca0767f5a189003498481d..1a4a50eb474b2d41c3c8c8e5997a5679b720190a 100644 (file)
--- a/po/az.po
+++ b/po/az.po
@@ -1293,7 +1293,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1326,7 +1326,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1335,7 +1335,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1352,9 +1352,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2467,7 +2467,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2493,7 +2493,7 @@ msgstr ""
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3247,7 +3247,7 @@ msgstr ""
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 
 #: main.c:663
@@ -3844,7 +3844,7 @@ msgstr ""
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 
 #: main.c:2000
@@ -3882,7 +3882,7 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 
 #: main.c:2145
@@ -3925,7 +3925,7 @@ msgid "No --script argument provided; DNS and routing are not configured\n"
 msgstr ""
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
 msgstr ""
 
 #: main.c:2303
@@ -4579,7 +4579,7 @@ msgstr ""
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6267,7 +6267,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6382,7 +6382,7 @@ msgstr ""
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 
 #: tun.c:322
index dba85d118afada9c49aef0341751b5b7fac1ada0..5aefbedd4b48172420af6c79ad8c4832abe8cb07 100644 (file)
--- a/po/be.po
+++ b/po/be.po
@@ -1294,7 +1294,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1327,7 +1327,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1336,7 +1336,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1353,9 +1353,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2468,7 +2468,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2494,7 +2494,7 @@ msgstr ""
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3248,7 +3248,7 @@ msgstr ""
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 
 #: main.c:663
@@ -3845,7 +3845,7 @@ msgstr ""
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 
 #: main.c:2000
@@ -3883,7 +3883,7 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 
 #: main.c:2145
@@ -3926,7 +3926,7 @@ msgid "No --script argument provided; DNS and routing are not configured\n"
 msgstr ""
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
 msgstr ""
 
 #: main.c:2303
@@ -4580,7 +4580,7 @@ msgstr ""
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6268,7 +6268,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6383,7 +6383,7 @@ msgstr ""
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 
 #: tun.c:322
index f1f55abbe3ad98b1e97728456651143a15e9c62c..5b099fdf69903dff44cff69eaf68295734844424 100644 (file)
--- a/po/bg.po
+++ b/po/bg.po
@@ -1295,7 +1295,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1328,7 +1328,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1337,7 +1337,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1354,9 +1354,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2469,7 +2469,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2495,7 +2495,7 @@ msgstr ""
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3249,7 +3249,7 @@ msgstr ""
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 
 #: main.c:663
@@ -3846,7 +3846,7 @@ msgstr ""
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 
 #: main.c:2000
@@ -3884,7 +3884,7 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 
 #: main.c:2145
@@ -3927,7 +3927,7 @@ msgid "No --script argument provided; DNS and routing are not configured\n"
 msgstr ""
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
 msgstr ""
 
 #: main.c:2303
@@ -4581,7 +4581,7 @@ msgstr ""
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6269,7 +6269,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6384,7 +6384,7 @@ msgstr ""
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 
 #: tun.c:322
index cd31d25c80e8e8a305a6d0e9eee0da412c0e3b91..7124f463586cb160537e1b2bc709223c062358cd 100644 (file)
@@ -1293,7 +1293,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1326,7 +1326,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1335,7 +1335,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1352,9 +1352,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2467,7 +2467,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2493,7 +2493,7 @@ msgstr ""
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3247,7 +3247,7 @@ msgstr ""
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 
 #: main.c:663
@@ -3844,7 +3844,7 @@ msgstr ""
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 
 #: main.c:2000
@@ -3882,7 +3882,7 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 
 #: main.c:2145
@@ -3925,7 +3925,7 @@ msgid "No --script argument provided; DNS and routing are not configured\n"
 msgstr ""
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
 msgstr ""
 
 #: main.c:2303
@@ -4579,7 +4579,7 @@ msgstr ""
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6267,7 +6267,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6382,7 +6382,7 @@ msgstr ""
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 
 #: tun.c:322
index e845c213351976ab5f3986efd0f3c7aadbcbe407..2fb545a32985c7f004bd40fa278a377389bbf808 100644 (file)
--- a/po/bn.po
+++ b/po/bn.po
@@ -1292,7 +1292,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1325,7 +1325,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1334,7 +1334,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1351,9 +1351,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2466,7 +2466,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2492,7 +2492,7 @@ msgstr ""
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3246,7 +3246,7 @@ msgstr ""
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 
 #: main.c:663
@@ -3843,7 +3843,7 @@ msgstr ""
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 
 #: main.c:2000
@@ -3881,7 +3881,7 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 
 #: main.c:2145
@@ -3924,7 +3924,7 @@ msgid "No --script argument provided; DNS and routing are not configured\n"
 msgstr ""
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
 msgstr ""
 
 #: main.c:2303
@@ -4578,7 +4578,7 @@ msgstr ""
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6266,7 +6266,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6381,7 +6381,7 @@ msgstr ""
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 
 #: tun.c:322
index 849de02d86adf970c491d400c535f2c099e168fe..9ea05276c5ffb4abfd1e9d7966979c41b3690ee9 100644 (file)
@@ -1294,7 +1294,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1327,7 +1327,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1336,7 +1336,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1353,9 +1353,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2468,7 +2468,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2494,7 +2494,7 @@ msgstr ""
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3248,7 +3248,7 @@ msgstr ""
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 
 #: main.c:663
@@ -3845,7 +3845,7 @@ msgstr ""
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 
 #: main.c:2000
@@ -3883,7 +3883,7 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 
 #: main.c:2145
@@ -3926,7 +3926,7 @@ msgid "No --script argument provided; DNS and routing are not configured\n"
 msgstr ""
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
 msgstr ""
 
 #: main.c:2303
@@ -4580,7 +4580,7 @@ msgstr ""
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6268,7 +6268,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6383,7 +6383,7 @@ msgstr ""
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 
 #: tun.c:322
index 26c473bd41c83c531851fee292574c21a968f533..ba90ebf355fcbdb5f83e423934d42276e1a8abf2 100644 (file)
--- a/po/br.po
+++ b/po/br.po
@@ -1293,7 +1293,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1326,7 +1326,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1335,7 +1335,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1352,9 +1352,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2467,7 +2467,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2493,7 +2493,7 @@ msgstr ""
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3247,7 +3247,7 @@ msgstr ""
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 
 #: main.c:663
@@ -3844,7 +3844,7 @@ msgstr ""
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 
 #: main.c:2000
@@ -3882,7 +3882,7 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 
 #: main.c:2145
@@ -3925,7 +3925,7 @@ msgid "No --script argument provided; DNS and routing are not configured\n"
 msgstr ""
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
 msgstr ""
 
 #: main.c:2303
@@ -4579,7 +4579,7 @@ msgstr ""
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6267,7 +6267,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6382,7 +6382,7 @@ msgstr ""
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 
 #: tun.c:322
index 348ae48690664abe983dd9c87b1915679f75a898..bd626b3f4e710f7d09f7f5bd9055e1d45e92b5ed 100644 (file)
--- a/po/bs.po
+++ b/po/bs.po
@@ -1303,7 +1303,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1336,7 +1336,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1345,7 +1345,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1362,9 +1362,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2477,7 +2477,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2503,7 +2503,7 @@ msgstr ""
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3258,10 +3258,10 @@ msgstr "Alokacija neuspjela za string iz stdin\n"
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 "Za pomoć pri OtvorenojKonekciji, molimo pogledajte web stranicu\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 
 #: main.c:663
 #, c-format
@@ -3862,7 +3862,7 @@ msgstr "MTU %d previše mali\n"
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 "Isključivanje svih HTTP konekcija ponovna upotreba uslijed --no-http-"
 "keepalive opcije.\n"
@@ -3902,7 +3902,7 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 
 #: main.c:2145
@@ -3946,8 +3946,8 @@ msgstr ""
 "Nije obezjbeđen --script argument; DNS i usmjeravanje nije konfigurisano\n"
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
-msgstr "Pogledaj https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
+msgstr "Pogledaj %s\n"
 
 #: main.c:2303
 msgid "User requested reconnect\n"
@@ -4604,7 +4604,7 @@ msgstr ""
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6299,7 +6299,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6414,10 +6414,10 @@ msgstr "Neuspjelo povezivanje lokalnog tun uređaja (TUNSETIFF): %s\n"
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 "Za konfiguraciju lokalne mreže, openconnect mora biti pokrenut kao root\n"
-"Vidi https://www.infradead.org/openconnect/nonroot.html za više informacija\n"
+"Vidi %s za više informacija\n"
 
 #: tun.c:322
 #, c-format
index 1b080ed830358443791c8914cd1aaba1bac19eb7..17a21d6c11bc94562bb5a07d9bba812737ba05f4 100644 (file)
--- a/po/ca.po
+++ b/po/ca.po
@@ -318,7 +318,7 @@ msgid ""
 "devel@lists.infradead.org>\n"
 msgstr ""
 "Informeu dels %d valors inesperats anteriors (dels quals %d fatals) a "
-"<openconnect-devel@lists.infradead.org>\n"
+"<%s>\n"
 
 #: auth-globalprotect.c:415
 msgid "Please select GlobalProtect gateway."
@@ -1349,7 +1349,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1382,7 +1382,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1391,7 +1391,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1408,9 +1408,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2548,7 +2548,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2578,7 +2578,7 @@ msgstr "Etiqueta de configuració de GlobalProtect desconeguda <%s>: %s\n"
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3394,10 +3394,10 @@ msgstr "Assignació errònia de la cadena de l'entrada estàndard\n"
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 "Per assistència amb OpenConnect, consulteu la pàgina web a\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 
 #: main.c:663
 #, c-format
@@ -4006,7 +4006,7 @@ msgstr "MTU %d massa petit\n"
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 "Deshabiliteu la reutilització de totes les connexions HTTP degut a \n"
 "l'opció --no-http-keepalive. Si això ajuda, informeu <openconnect-"
@@ -4050,12 +4050,12 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 "AVÍS: Heu especificat %s. Això no hauria de ser\n"
 "         necessari; informeu dels casos en què una substitució de cadena\n"
 "         prioritària és necessària per a connectar amb un servidor\n"
-"         a <openconnect-devel@lists.infradead.org>.\n"
+"         a <%s>.\n"
 
 #: main.c:2145
 #, c-format
@@ -4099,8 +4099,8 @@ msgstr ""
 "Cap argument --script proporcionat; DNS i encaminament no estan configurats\n"
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
-msgstr "Consulteu https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
+msgstr "Consulteu %s\n"
 
 #: main.c:2303
 msgid "User requested reconnect\n"
@@ -4774,7 +4774,7 @@ msgstr "El xifrat DTLS  «%s» no es troba\n"
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6505,7 +6505,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6623,11 +6623,11 @@ msgstr ""
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 "Per a configurar la xarxa local, openconnect cal que sigui executat com a "
 "root\n"
-"Consulteu https://www.infradead.org/openconnect/nonroot.html per més "
+"Consulteu %s per més "
 "informació\n"
 
 #: tun.c:322
index c5f68d33081f483fb98c82ec89347aab3e3ce089..95c836f8cc703900d052dfcc3f60467f01400f34 100644 (file)
@@ -1292,7 +1292,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1325,7 +1325,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1334,7 +1334,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1351,9 +1351,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2466,7 +2466,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2492,7 +2492,7 @@ msgstr ""
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3246,7 +3246,7 @@ msgstr ""
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 
 #: main.c:663
@@ -3843,7 +3843,7 @@ msgstr ""
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 
 #: main.c:2000
@@ -3881,7 +3881,7 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 
 #: main.c:2145
@@ -3924,7 +3924,7 @@ msgid "No --script argument provided; DNS and routing are not configured\n"
 msgstr ""
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
 msgstr ""
 
 #: main.c:2303
@@ -4578,7 +4578,7 @@ msgstr ""
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6266,7 +6266,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6381,7 +6381,7 @@ msgstr ""
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 
 #: tun.c:322
index 487e69180c65f3755cd67931ef51ee7e7e79de23..963ee532ff2c527632494c2dc84481a029a350c5 100644 (file)
--- a/po/crh.po
+++ b/po/crh.po
@@ -1293,7 +1293,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1326,7 +1326,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1335,7 +1335,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1352,9 +1352,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2467,7 +2467,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2493,7 +2493,7 @@ msgstr ""
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3247,7 +3247,7 @@ msgstr ""
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 
 #: main.c:663
@@ -3844,7 +3844,7 @@ msgstr ""
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 
 #: main.c:2000
@@ -3882,7 +3882,7 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 
 #: main.c:2145
@@ -3925,7 +3925,7 @@ msgid "No --script argument provided; DNS and routing are not configured\n"
 msgstr ""
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
 msgstr ""
 
 #: main.c:2303
@@ -4579,7 +4579,7 @@ msgstr ""
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6267,7 +6267,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6382,7 +6382,7 @@ msgstr ""
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 
 #: tun.c:322
index eb88b1cd5aefcbc8bfd19493bea382ea604d2ca4..f391d2e05fe65289099946192f6fc2898acf89df 100644 (file)
--- a/po/cs.po
+++ b/po/cs.po
@@ -1315,7 +1315,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1348,7 +1348,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1357,7 +1357,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1374,9 +1374,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2504,7 +2504,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2531,7 +2531,7 @@ msgstr ""
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3297,10 +3297,10 @@ msgstr "Nezdařila se alokace řetězce ze standardního vstupu\n"
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 "Pro pomoc s OpenConnect se prosím obraťte na webové stránky\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 
 #: main.c:663
 #, c-format
@@ -3907,7 +3907,7 @@ msgstr "MTU %d je příliš malé\n"
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 "Vypíná se přepoužití všech HTTP spojení kvůli předvolbě   --no-http-"
 "keepalive.\n"
@@ -3951,7 +3951,7 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 
 #: main.c:2145
@@ -3994,8 +3994,8 @@ msgid "No --script argument provided; DNS and routing are not configured\n"
 msgstr "Neposkytnut žádný argument  --script; DNS a nasměrování nenastaveno\n"
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
-msgstr "Více na https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
+msgstr "Více na %s\n"
 
 #: main.c:2303
 msgid "User requested reconnect\n"
@@ -4654,7 +4654,7 @@ msgstr "Šifra DTLS '%s' nebyla nalezena\n"
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6350,7 +6350,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6465,11 +6465,11 @@ msgstr "Nepodařilo se otevřít zařízení tun (TUNSETIFF): %s\n"
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 "Pro konfiguraci prostředků místních sítí musí být openconnect spuštěn s "
 "právy uživatele root\n"
-"Více informací viz https://www.infradead.org/openconnect/nonroot.html for "
+"Více informací viz %s for "
 "more information\n"
 
 #: tun.c:322
index f38dce5d39816f0f58a6292a2f07235a1e67050d..83f97baa654e0a5c1fb068af58212e36ddcf92dc 100644 (file)
--- a/po/cy.po
+++ b/po/cy.po
@@ -1294,7 +1294,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1327,7 +1327,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1336,7 +1336,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1353,9 +1353,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2468,7 +2468,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2494,7 +2494,7 @@ msgstr ""
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3248,7 +3248,7 @@ msgstr ""
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 
 #: main.c:663
@@ -3845,7 +3845,7 @@ msgstr ""
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 
 #: main.c:2000
@@ -3883,7 +3883,7 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 
 #: main.c:2145
@@ -3926,7 +3926,7 @@ msgid "No --script argument provided; DNS and routing are not configured\n"
 msgstr ""
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
 msgstr ""
 
 #: main.c:2303
@@ -4580,7 +4580,7 @@ msgstr ""
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6268,7 +6268,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6383,7 +6383,7 @@ msgstr ""
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 
 #: tun.c:322
index fc193fd1be4115e5293be5fd5185d66a991b3cc1..98e83e7d1722d9bb0712ee4151358827bb6fd9a7 100644 (file)
--- a/po/da.po
+++ b/po/da.po
@@ -315,7 +315,7 @@ msgid ""
 "devel@lists.infradead.org>\n"
 msgstr ""
 "Rapportér venligst de %d uventede værdier oven for (hvoraf %d er fatale) til "
-"<openconnect-devel@lists.infradead.org>\n"
+"<%s>\n"
 
 #: auth-globalprotect.c:415
 msgid "Please select GlobalProtect gateway."
@@ -1329,7 +1329,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1362,7 +1362,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1371,7 +1371,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1388,9 +1388,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2522,7 +2522,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2551,7 +2551,7 @@ msgstr "Ukendt GlobalProtect-konfigurationstag <%s>: %s\n"
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3335,10 +3335,10 @@ msgstr "Allokeringsfejl for streng fra stdin\n"
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 "Hjælp til OpenConnect kan findes på hjemmesiden\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 
 #: main.c:663
 #, c-format
@@ -3946,7 +3946,7 @@ msgstr "MTU %d for lille\n"
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 "Deaktiverer al genbrug af HTTP-forbindelse pga. tilvalget --no-http-"
 "keepalive.\n"
@@ -3991,12 +3991,12 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 "ADVARSEL: Du angav %s. Det skulle ikke være nødvendigt.\n"
 "          Rapportér venligst tilfælde, hvor en tilsidesættelse af en\n"
 "          prioritetsstreng er nødvendig for at oprette forbindelse til\n"
-"          en server, til <openconnect-devel@lists.infradead.org>.\n"
+"          en server, til <%s>.\n"
 
 #: main.c:2145
 #, c-format
@@ -4040,8 +4040,8 @@ msgstr ""
 "Intet argument til --script angivet; DNS og routing er ikke konfigurerede\n"
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
-msgstr "Se https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
+msgstr "Se %s\n"
 
 #: main.c:2303
 msgid "User requested reconnect\n"
@@ -4706,7 +4706,7 @@ msgstr "DTLS-krypteringsalgoritmen “%s” kunne ikke findes\n"
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6414,7 +6414,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6530,11 +6530,11 @@ msgstr "Kunne ikke tildele lokal tun-enhed (TUNSETIFF): %s\n"
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 "For at konfigurere lokalt netværk skal openconnect køre som administrator "
 "(root)\n"
-"Se https://www.infradead.org/openconnect/nonroot.html for yderligere "
+"Se %s for yderligere "
 "information\n"
 
 #: tun.c:322
index 7c9f3f152f6d7cae686596f8b1e69e26f11ef740..a726a68291efebdf07f2bb2a7e39da2c03513ccc 100644 (file)
--- a/po/de.po
+++ b/po/de.po
@@ -1332,7 +1332,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1365,7 +1365,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1374,7 +1374,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1391,9 +1391,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2521,7 +2521,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2551,7 +2551,7 @@ msgstr ""
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3336,10 +3336,10 @@ msgstr "Zuweisungsfehler für Zeichenkette aus der Standardeingabe\n"
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 "Bitte lesen Sie für Hilfe zu OpenConnect die Webseite\n"
-" https://www.infradead.org/openconnect/mail.html\n"
+" %s\n"
 
 #: main.c:663
 #, c-format
@@ -3948,7 +3948,7 @@ msgstr "MTU %d ist zu klein\n"
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 "Wiederverwendung jeglicher HTTP-Verbindungen wird wegen der Option »--no-"
 "http-keepalive« abgeschaltet.\n"
@@ -3993,7 +3993,7 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 
 #: main.c:2145
@@ -4039,8 +4039,8 @@ msgstr ""
 "Kein »--script«-Argument angegeben, DNS und Routing sind nicht konfiguriert\n"
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
-msgstr "Siehe https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
+msgstr "Siehe %s\n"
 
 #: main.c:2303
 msgid "User requested reconnect\n"
@@ -4710,7 +4710,7 @@ msgstr ""
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6419,7 +6419,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6539,11 +6539,11 @@ msgstr "Binden des lokalen tun-Geräts ist gescheitert (TUNSETIFF): %s\n"
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 "Um das lokale Netzwerk zu konfigurieren, muss Openconnect mit "
 "Systemverwalterrechten ausgeführt werden.\n"
-"Weitere Informationen: https://www.infradead.org/openconnect/nonroot.html\n"
+"Weitere Informationen: %s\n"
 
 #: tun.c:322
 #, c-format
index 942662804cfc430bb01fedb267e858a75268c218..d537f3e5837c8a51e70d140ee7f0a005e456090c 100644 (file)
--- a/po/dz.po
+++ b/po/dz.po
@@ -1293,7 +1293,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1326,7 +1326,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1335,7 +1335,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1352,9 +1352,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2467,7 +2467,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2493,7 +2493,7 @@ msgstr ""
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3247,7 +3247,7 @@ msgstr ""
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 
 #: main.c:663
@@ -3844,7 +3844,7 @@ msgstr ""
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 
 #: main.c:2000
@@ -3882,7 +3882,7 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 
 #: main.c:2145
@@ -3925,7 +3925,7 @@ msgid "No --script argument provided; DNS and routing are not configured\n"
 msgstr ""
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
 msgstr ""
 
 #: main.c:2303
@@ -4579,7 +4579,7 @@ msgstr ""
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6267,7 +6267,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6382,7 +6382,7 @@ msgstr ""
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 
 #: tun.c:322
index 7ca6fc24fab1466b7b53daa0296baecca7c8a625..33320b8e64e4c856beb5c50a29447bcd0c1606ab 100644 (file)
--- a/po/el.po
+++ b/po/el.po
@@ -1306,7 +1306,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1339,7 +1339,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1348,7 +1348,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1365,9 +1365,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2485,7 +2485,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2511,7 +2511,7 @@ msgstr ""
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3274,7 +3274,7 @@ msgstr "Αποτυχία κατανομής για συμβολοσειρά απ
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 
 #: main.c:663
@@ -3874,7 +3874,7 @@ msgstr "Το %d MTU είναι υπερβολικά μικρό\n"
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 "Απενεργοποίηση όλων των επαναχρησιμοποιήσεων σύνδεσης HTTP λόγω της επιλογής "
 "--no-http-keepalive.\n"
@@ -3916,7 +3916,7 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 
 #: main.c:2145
@@ -3961,8 +3961,8 @@ msgstr ""
 "ρυθμισμένα\n"
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
-msgstr "Δείτε https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
+msgstr "Δείτε %s\n"
 
 #: main.c:2303
 msgid "User requested reconnect\n"
@@ -4621,7 +4621,7 @@ msgstr ""
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6315,7 +6315,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6432,7 +6432,7 @@ msgstr ""
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 
 #: tun.c:322
index a9101b75a5f481049740fc3d292a84b481ee7aff..c67e8e717a5f0dda52043361330891c583730491 100644 (file)
@@ -1293,7 +1293,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1326,7 +1326,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1335,7 +1335,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1352,9 +1352,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2467,7 +2467,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2493,7 +2493,7 @@ msgstr ""
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3247,7 +3247,7 @@ msgstr ""
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 
 #: main.c:663
@@ -3844,7 +3844,7 @@ msgstr ""
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 
 #: main.c:2000
@@ -3882,7 +3882,7 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 
 #: main.c:2145
@@ -3925,7 +3925,7 @@ msgid "No --script argument provided; DNS and routing are not configured\n"
 msgstr ""
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
 msgstr ""
 
 #: main.c:2303
@@ -4579,7 +4579,7 @@ msgstr ""
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6267,7 +6267,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6382,7 +6382,7 @@ msgstr ""
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 
 #: tun.c:322
index d90172830f4116c37aae1b12826d44e6dd11dd21..3505d4e13b4134de9c975c1a20ca7e1b654ad112 100644 (file)
@@ -1299,7 +1299,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1332,7 +1332,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1341,7 +1341,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1358,9 +1358,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2473,7 +2473,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2499,7 +2499,7 @@ msgstr ""
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3253,7 +3253,7 @@ msgstr "Allocation failure for string from stdin\n"
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 
 #: main.c:663
@@ -3850,10 +3850,10 @@ msgstr "MTU %d too small\n"
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 
 #: main.c:2000
 #, c-format
@@ -3890,7 +3890,7 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 
 #: main.c:2145
@@ -3933,8 +3933,8 @@ msgid "No --script argument provided; DNS and routing are not configured\n"
 msgstr "No --script argument provided; DNS and routing are not configured\n"
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
-msgstr "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
+msgstr "See %s\n"
 
 #: main.c:2303
 msgid "User requested reconnect\n"
@@ -4590,7 +4590,7 @@ msgstr ""
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6278,7 +6278,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6393,7 +6393,7 @@ msgstr ""
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 
 #: tun.c:322
index 673da212a21b0af58984fab99b54bb299a78942d..af49fc7886b89aaa0eff4c3dddd6679cb3cb8982 100644 (file)
@@ -1299,7 +1299,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1332,7 +1332,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1341,7 +1341,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1358,9 +1358,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2473,7 +2473,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2499,7 +2499,7 @@ msgstr ""
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3253,10 +3253,10 @@ msgstr "Allocation failure for string from stdin\n"
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 
 #: main.c:663
 #, c-format
@@ -3854,10 +3854,10 @@ msgstr "MTU %d too small\n"
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 
 #: main.c:2000
 #, c-format
@@ -3894,7 +3894,7 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 
 #: main.c:2145
@@ -3937,8 +3937,8 @@ msgid "No --script argument provided; DNS and routing are not configured\n"
 msgstr "No --script argument provided; DNS and routing are not configured\n"
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
-msgstr "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
+msgstr "See %s\n"
 
 #: main.c:2303
 msgid "User requested reconnect\n"
@@ -4594,7 +4594,7 @@ msgstr ""
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6282,7 +6282,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6397,7 +6397,7 @@ msgstr ""
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 
 #: tun.c:322
index 706a3a72fae687fc5356c876d1f53e72f02e3829..0e92ad4ab7cdb28a121203c160a2dbfd5bc25868 100644 (file)
--- a/po/eo.po
+++ b/po/eo.po
@@ -1293,7 +1293,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1326,7 +1326,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1335,7 +1335,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1352,9 +1352,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2467,7 +2467,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2493,7 +2493,7 @@ msgstr ""
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3247,7 +3247,7 @@ msgstr ""
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 
 #: main.c:663
@@ -3844,7 +3844,7 @@ msgstr ""
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 
 #: main.c:2000
@@ -3882,7 +3882,7 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 
 #: main.c:2145
@@ -3925,7 +3925,7 @@ msgid "No --script argument provided; DNS and routing are not configured\n"
 msgstr ""
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
 msgstr ""
 
 #: main.c:2303
@@ -4579,7 +4579,7 @@ msgstr ""
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6267,7 +6267,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6382,7 +6382,7 @@ msgstr ""
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 
 #: tun.c:322
index a2085546292b5f8eb3065c4e2dcb04441d6dec9e..9413322decb88eb8207ae378b36dd5c694154e3f 100644 (file)
--- a/po/es.po
+++ b/po/es.po
@@ -326,7 +326,7 @@ msgid ""
 "devel@lists.infradead.org>\n"
 msgstr ""
 "Informe %d valores inesperados anteriores (de los cuales %d son fatales) a "
-"<openconnect-devel@lists.infradead.org>\n"
+"<%s>\n"
 
 #: auth-globalprotect.c:415
 msgid "Please select GlobalProtect gateway."
@@ -1376,7 +1376,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1413,7 +1413,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1422,7 +1422,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1439,9 +1439,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2586,7 +2586,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2618,10 +2618,10 @@ msgstr "Etiqueta de configuración de GlobalProtect desconocida <%s>: %s\n"
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 "El soporte de GlobalProtect para IPv6 es experimental. Informe los "
-"resultados a <openconnect-devel@lists.infradead.org>.\n"
+"resultados a <%s>.\n"
 
 #: gpst.c:593
 msgid ""
@@ -3412,10 +3412,10 @@ msgstr "Falló la ubicación para la cadena desde stdin\n"
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 "Para obtener ayuda de OpenConnect, consulte la página web\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 
 #: main.c:663
 #, c-format
@@ -4032,11 +4032,11 @@ msgstr "MTU %d demasiado pequeña\n"
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 "Desactivando todas las reutilizaciones de conexiones HTTP debido a la opción "
 "--no-http-keepalive.\n"
-"Si esto ayuda, informe en <openconnect-devel@lists.infradead.org>.\n"
+"Si esto ayuda, informe en <%s>.\n"
 
 #: main.c:2000
 #, c-format
@@ -4075,13 +4075,13 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 "Aviso: especificó %s. Esto no debería ser\n"
 "         necesario; informe de casos en donde es\n"
 "         necesario sustituir una cadena de prioridad para\n"
 "         conectarse a un servidor\n"
-"         a <openconnect-devel@lists.infradead.org>.\n"
+"         a <%s>.\n"
 
 #: main.c:2145
 #, c-format
@@ -4125,8 +4125,8 @@ msgstr ""
 "las rutas\n"
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
-msgstr "Consulte https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
+msgstr "Consulte %s\n"
 
 #: main.c:2303
 msgid "User requested reconnect\n"
@@ -4805,12 +4805,12 @@ msgstr "Cifrado DTLS «%s» no encontrado\n"
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 "Falló SSL_set_session() con el protocolo DTLS versión 0x%x\n"
 "¿Está usando una versión de OpenSSL más antigua que la 0.9.8m?\n"
-"Consulte http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"Consulte %s\n"
 "Use la opción de la línea de comandos --no-dtls para evitar este mensaje\n"
 
 #: openssl-dtls.c:576
@@ -6559,7 +6559,7 @@ msgstr "Usando el dispositivo %s «%s», índice %d\n"
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6676,10 +6676,10 @@ msgstr "Falló al vincular el dispositivo tun local (TUNSETIFF): %s\n"
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 "Para configurar la red local openconnect debe ejecutarse como root\n"
-"Consulte https://www.infradead.org/openconnect/nonroot.html para obtener más "
+"Consulte %s para obtener más "
 "información\n"
 
 #: tun.c:322
index 52a6888e72047583592b6729dfe0ddc38f90e541..a0752290aa497cb442ef5e00fa4f2960a6d5872e 100644 (file)
@@ -1293,7 +1293,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1326,7 +1326,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1335,7 +1335,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1352,9 +1352,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2467,7 +2467,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2493,7 +2493,7 @@ msgstr ""
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3247,7 +3247,7 @@ msgstr ""
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 
 #: main.c:663
@@ -3844,7 +3844,7 @@ msgstr ""
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 
 #: main.c:2000
@@ -3882,7 +3882,7 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 
 #: main.c:2145
@@ -3925,7 +3925,7 @@ msgid "No --script argument provided; DNS and routing are not configured\n"
 msgstr ""
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
 msgstr ""
 
 #: main.c:2303
@@ -4579,7 +4579,7 @@ msgstr ""
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6267,7 +6267,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6382,7 +6382,7 @@ msgstr ""
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 
 #: tun.c:322
index 47271fc6d76c5f1377e8c51f341ba0b0c3fc3e9c..afa1cb373b036917080c6d4f2e513582d74d992e 100644 (file)
@@ -1293,7 +1293,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1326,7 +1326,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1335,7 +1335,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1352,9 +1352,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2467,7 +2467,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2493,7 +2493,7 @@ msgstr ""
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3247,7 +3247,7 @@ msgstr ""
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 
 #: main.c:663
@@ -3844,7 +3844,7 @@ msgstr ""
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 
 #: main.c:2000
@@ -3882,7 +3882,7 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 
 #: main.c:2145
@@ -3925,7 +3925,7 @@ msgid "No --script argument provided; DNS and routing are not configured\n"
 msgstr ""
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
 msgstr ""
 
 #: main.c:2303
@@ -4579,7 +4579,7 @@ msgstr ""
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6267,7 +6267,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6382,7 +6382,7 @@ msgstr ""
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 
 #: tun.c:322
index 2342c44a99ced0ea26b015eb9b9f64e0f478d857..5d04b09613af283e26643cafb7be8a55a1ef291b 100644 (file)
--- a/po/et.po
+++ b/po/et.po
@@ -1295,7 +1295,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1328,7 +1328,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1337,7 +1337,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1354,9 +1354,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2469,7 +2469,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2495,7 +2495,7 @@ msgstr ""
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3249,7 +3249,7 @@ msgstr ""
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 
 #: main.c:663
@@ -3846,7 +3846,7 @@ msgstr ""
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 
 #: main.c:2000
@@ -3884,7 +3884,7 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 
 #: main.c:2145
@@ -3927,7 +3927,7 @@ msgid "No --script argument provided; DNS and routing are not configured\n"
 msgstr ""
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
 msgstr ""
 
 #: main.c:2303
@@ -4581,7 +4581,7 @@ msgstr ""
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6269,7 +6269,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6384,7 +6384,7 @@ msgstr ""
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 
 #: tun.c:322
index cd49be5483af020c82c5b76f01ad3e24a110174a..3247e9af0135ad2fba2174f35394c5dc2ebdc9e1 100644 (file)
--- a/po/eu.po
+++ b/po/eu.po
@@ -1308,7 +1308,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1341,7 +1341,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1350,7 +1350,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1367,9 +1367,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2484,7 +2484,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2510,7 +2510,7 @@ msgstr ""
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3266,7 +3266,7 @@ msgstr "Huts egin du katea sarrera estandarretik esleitzean\n"
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 
 #: main.c:663
@@ -3864,12 +3864,12 @@ msgstr "%d MTU txikiegia da\n"
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 "HTTPren konexio guztiak berrerabiltzea desgaitzen '--no-http-keepalive' "
 "aukera dela eta.\n"
 "Honek lagun badezake, bidali honi buruzkoak helbide honetara: \n"
-"<openconnect-devel@lists.infradead.org>\n"
+"<%s>\n"
 
 #: main.c:2000
 #, c-format
@@ -3906,7 +3906,7 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 
 #: main.c:2145
@@ -3951,8 +3951,8 @@ msgstr ""
 "konfiguratuta.\n"
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
-msgstr "Ikus https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
+msgstr "Ikus %s\n"
 
 #: main.c:2303
 msgid "User requested reconnect\n"
@@ -4610,7 +4610,7 @@ msgstr ""
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6303,7 +6303,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6420,7 +6420,7 @@ msgstr ""
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 
 #: tun.c:322
index 808d0468e8a6dd19a7dc7bc78fdd251832cbe9f4..422c1a4600e944437f65ab38ffd7f48acbe094b9 100644 (file)
--- a/po/fa.po
+++ b/po/fa.po
@@ -1291,7 +1291,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1324,7 +1324,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1333,7 +1333,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1350,9 +1350,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2465,7 +2465,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2491,7 +2491,7 @@ msgstr ""
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3245,7 +3245,7 @@ msgstr ""
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 
 #: main.c:663
@@ -3842,7 +3842,7 @@ msgstr ""
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 
 #: main.c:2000
@@ -3880,7 +3880,7 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 
 #: main.c:2145
@@ -3923,7 +3923,7 @@ msgid "No --script argument provided; DNS and routing are not configured\n"
 msgstr ""
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
 msgstr ""
 
 #: main.c:2303
@@ -4577,7 +4577,7 @@ msgstr ""
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6265,7 +6265,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6380,7 +6380,7 @@ msgstr ""
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 
 #: tun.c:322
index b6bd72eb32b9b7fa61ae6cfcad42d5c7e7e3cc1e..0469787a6ddb8814d80545e913c5ccf4ce6347e0 100644 (file)
--- a/po/fi.po
+++ b/po/fi.po
@@ -1296,7 +1296,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1329,7 +1329,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1338,7 +1338,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1355,9 +1355,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2470,7 +2470,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2496,7 +2496,7 @@ msgstr ""
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3256,7 +3256,7 @@ msgstr ""
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 
 #: main.c:663
@@ -3855,7 +3855,7 @@ msgstr ""
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 
 #: main.c:2000
@@ -3893,7 +3893,7 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 
 #: main.c:2145
@@ -3936,8 +3936,8 @@ msgid "No --script argument provided; DNS and routing are not configured\n"
 msgstr ""
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
-msgstr "Lue https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
+msgstr "Lue %s\n"
 
 #: main.c:2303
 msgid "User requested reconnect\n"
@@ -4593,7 +4593,7 @@ msgstr ""
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6285,7 +6285,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6400,7 +6400,7 @@ msgstr ""
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 
 #: tun.c:322
index 2e43b353ef0a9ddbffea20cf2649676ea74e875e..988b550e4e98852c4ad786448124e44f9c2c22e7 100644 (file)
--- a/po/fr.po
+++ b/po/fr.po
@@ -1295,7 +1295,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1328,7 +1328,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1337,7 +1337,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1354,9 +1354,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2469,7 +2469,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2495,7 +2495,7 @@ msgstr ""
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3249,7 +3249,7 @@ msgstr ""
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 
 #: main.c:663
@@ -3846,7 +3846,7 @@ msgstr ""
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 
 #: main.c:2000
@@ -3884,7 +3884,7 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 
 #: main.c:2145
@@ -3927,7 +3927,7 @@ msgid "No --script argument provided; DNS and routing are not configured\n"
 msgstr ""
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
 msgstr ""
 
 #: main.c:2303
@@ -4581,7 +4581,7 @@ msgstr ""
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6269,7 +6269,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6384,7 +6384,7 @@ msgstr ""
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 
 #: tun.c:322
index 99ac31eeb1c34caf9044789a3fa83b8c434fd22c..10dab9d9e4436a5db75e4bdfe2f281b152e081a6 100644 (file)
--- a/po/ga.po
+++ b/po/ga.po
@@ -1294,7 +1294,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1327,7 +1327,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1336,7 +1336,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1353,9 +1353,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2468,7 +2468,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2494,7 +2494,7 @@ msgstr ""
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3248,7 +3248,7 @@ msgstr ""
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 
 #: main.c:663
@@ -3845,7 +3845,7 @@ msgstr ""
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 
 #: main.c:2000
@@ -3883,7 +3883,7 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 
 #: main.c:2145
@@ -3926,7 +3926,7 @@ msgid "No --script argument provided; DNS and routing are not configured\n"
 msgstr ""
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
 msgstr ""
 
 #: main.c:2303
@@ -4580,7 +4580,7 @@ msgstr ""
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6268,7 +6268,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6383,7 +6383,7 @@ msgstr ""
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 
 #: tun.c:322
index b2eb5674b75a7ecbe5ddc4fffafbbd8a52ad247c..26f7c28b334a3aa64d634d9b727ff75290c73d12 100644 (file)
--- a/po/gd.po
+++ b/po/gd.po
@@ -1293,7 +1293,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1326,7 +1326,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1335,7 +1335,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1352,9 +1352,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2467,7 +2467,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2493,7 +2493,7 @@ msgstr ""
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3247,7 +3247,7 @@ msgstr ""
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 
 #: main.c:663
@@ -3844,7 +3844,7 @@ msgstr ""
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 
 #: main.c:2000
@@ -3882,7 +3882,7 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 
 #: main.c:2145
@@ -3925,7 +3925,7 @@ msgid "No --script argument provided; DNS and routing are not configured\n"
 msgstr ""
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
 msgstr ""
 
 #: main.c:2303
@@ -4579,7 +4579,7 @@ msgstr ""
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6267,7 +6267,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6382,7 +6382,7 @@ msgstr ""
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 
 #: tun.c:322
index 495ba8a5e21c9d274f92031cb91373521b4fac8d..900b186a9c5f5fca28167d791ab9b878b5ffc088 100644 (file)
--- a/po/gl.po
+++ b/po/gl.po
@@ -1294,7 +1294,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1327,7 +1327,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1336,7 +1336,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1353,9 +1353,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2468,7 +2468,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2494,7 +2494,7 @@ msgstr ""
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3248,7 +3248,7 @@ msgstr "Fallo de asignación para a cadea desde stdin\n"
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 
 #: main.c:663
@@ -3847,7 +3847,7 @@ msgstr "MTU %d demasiado pequeno\n"
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 
 #: main.c:2000
@@ -3885,7 +3885,7 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 
 #: main.c:2145
@@ -3931,8 +3931,8 @@ msgstr ""
 "configurados\n"
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
-msgstr "Vexa https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
+msgstr "Vexa %s\n"
 
 #: main.c:2303
 msgid "User requested reconnect\n"
@@ -4589,7 +4589,7 @@ msgstr ""
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6277,7 +6277,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6392,7 +6392,7 @@ msgstr ""
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 
 #: tun.c:322
index 1caced760c55bacf33989b9d9514c80d728efa62..29bcc70a83f94347b9e36180776ce3aa377166f3 100644 (file)
--- a/po/gu.po
+++ b/po/gu.po
@@ -1294,7 +1294,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1327,7 +1327,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1336,7 +1336,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1353,9 +1353,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2468,7 +2468,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2494,7 +2494,7 @@ msgstr ""
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3248,7 +3248,7 @@ msgstr ""
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 
 #: main.c:663
@@ -3845,7 +3845,7 @@ msgstr ""
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 
 #: main.c:2000
@@ -3883,7 +3883,7 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 
 #: main.c:2145
@@ -3926,7 +3926,7 @@ msgid "No --script argument provided; DNS and routing are not configured\n"
 msgstr ""
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
 msgstr ""
 
 #: main.c:2303
@@ -4580,7 +4580,7 @@ msgstr ""
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6268,7 +6268,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6383,7 +6383,7 @@ msgstr ""
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 
 #: tun.c:322
index b3d71e07f49a2b4023132ae51c7b4689777eb89e..e0f92715ae9177fa18114305f54a2a7370bd00eb 100644 (file)
--- a/po/he.po
+++ b/po/he.po
@@ -1295,7 +1295,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1328,7 +1328,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1337,7 +1337,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1354,9 +1354,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2469,7 +2469,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2495,7 +2495,7 @@ msgstr ""
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3249,7 +3249,7 @@ msgstr ""
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 
 #: main.c:663
@@ -3846,7 +3846,7 @@ msgstr ""
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 
 #: main.c:2000
@@ -3884,7 +3884,7 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 
 #: main.c:2145
@@ -3927,7 +3927,7 @@ msgid "No --script argument provided; DNS and routing are not configured\n"
 msgstr ""
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
 msgstr ""
 
 #: main.c:2303
@@ -4581,7 +4581,7 @@ msgstr ""
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6269,7 +6269,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6384,7 +6384,7 @@ msgstr ""
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 
 #: tun.c:322
index 83020c0a63e3c78200ef53b0b6779788ce5314d3..969b591e2f8003e76147e956dd04378476abf526 100644 (file)
--- a/po/hi.po
+++ b/po/hi.po
@@ -1292,7 +1292,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1325,7 +1325,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1334,7 +1334,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1351,9 +1351,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2466,7 +2466,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2492,7 +2492,7 @@ msgstr ""
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3246,7 +3246,7 @@ msgstr ""
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 
 #: main.c:663
@@ -3843,7 +3843,7 @@ msgstr ""
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 
 #: main.c:2000
@@ -3881,7 +3881,7 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 
 #: main.c:2145
@@ -3924,7 +3924,7 @@ msgid "No --script argument provided; DNS and routing are not configured\n"
 msgstr ""
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
 msgstr ""
 
 #: main.c:2303
@@ -4578,7 +4578,7 @@ msgstr ""
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6266,7 +6266,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6381,7 +6381,7 @@ msgstr ""
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 
 #: tun.c:322
index 6a14a08bba648229dbbd863a1b8a45eb5909293a..f4434de8989f0b4a63a1c44fde85f77973bd787e 100644 (file)
@@ -1293,7 +1293,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1326,7 +1326,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1335,7 +1335,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1352,9 +1352,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2467,7 +2467,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2493,7 +2493,7 @@ msgstr ""
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3247,7 +3247,7 @@ msgstr ""
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 
 #: main.c:663
@@ -3844,7 +3844,7 @@ msgstr ""
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 
 #: main.c:2000
@@ -3882,7 +3882,7 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 
 #: main.c:2145
@@ -3925,7 +3925,7 @@ msgid "No --script argument provided; DNS and routing are not configured\n"
 msgstr ""
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
 msgstr ""
 
 #: main.c:2303
@@ -4579,7 +4579,7 @@ msgstr ""
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6267,7 +6267,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6382,7 +6382,7 @@ msgstr ""
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 
 #: tun.c:322
index 582df0def33869cbf071058ba0f8ad522c0d1d88..8c3feee3d127f6f8930ea526d063b7a06e98d551 100644 (file)
--- a/po/hr.po
+++ b/po/hr.po
@@ -1294,7 +1294,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1327,7 +1327,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1336,7 +1336,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1353,9 +1353,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2468,7 +2468,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2494,7 +2494,7 @@ msgstr ""
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3248,7 +3248,7 @@ msgstr ""
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 
 #: main.c:663
@@ -3846,7 +3846,7 @@ msgstr ""
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 
 #: main.c:2000
@@ -3884,7 +3884,7 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 
 #: main.c:2145
@@ -3927,7 +3927,7 @@ msgid "No --script argument provided; DNS and routing are not configured\n"
 msgstr ""
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
 msgstr ""
 
 #: main.c:2303
@@ -4581,7 +4581,7 @@ msgstr ""
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6269,7 +6269,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6384,7 +6384,7 @@ msgstr ""
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 
 #: tun.c:322
index 7bfdc72c88e465350fa655a704ac242eab36511c..4c90d164c520248da1a0dd9d99472bf1603f087d 100644 (file)
--- a/po/hu.po
+++ b/po/hu.po
@@ -1323,7 +1323,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1356,7 +1356,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1365,7 +1365,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1382,9 +1382,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2513,7 +2513,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2541,7 +2541,7 @@ msgstr ""
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3304,10 +3304,10 @@ msgstr "Lefoglalási hiba a szabványos bemenetről érkező szöveghez\n"
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 "Ha segítségre van szüksége az OpenConnect programhoz, tekintse meg a\n"
-"  https://www.infradead.org/openconnect/mail.html címen lévő oldalt.\n"
+"  %s címen lévő oldalt.\n"
 
 #: main.c:663
 #, c-format
@@ -3914,11 +3914,11 @@ msgstr "A(z) %d. MTU túl kicsi\n"
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 "Minden HTTP kapcsolat újrafelhasználás letiltása a --no-http-keepalive "
 "miatt.\n"
-"Ha ez segít, jelentse a <openconnect-devel@lists.infradead.org> címre.\n"
+"Ha ez segít, jelentse a <%s> címre.\n"
 
 #: main.c:2000
 #, c-format
@@ -3958,7 +3958,7 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 
 #: main.c:2145
@@ -4002,8 +4002,8 @@ msgstr ""
 "Nincs --script argumentum megadva; a DNS és az útválasztás nincs beállítva\n"
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
-msgstr "Lásd: https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
+msgstr "Lásd: %s\n"
 
 #: main.c:2303
 msgid "User requested reconnect\n"
@@ -4669,7 +4669,7 @@ msgstr ""
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6372,7 +6372,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6487,12 +6487,12 @@ msgstr "Nem sikerült kötni a helyi tun eszközt (TUNSETIFF): %s\n"
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 "A helyi hálózatkezelés beállításához az openconnect programot "
 "rendszergazdaként kell futtatni\n"
 "További információkért nézze meg a következő oldalt:\n"
-"https://www.infradead.org/openconnect/nonroot.html oldalt\n"
+"%s oldalt\n"
 
 #: tun.c:322
 #, c-format
index f074e1bc996b30d7c4736580e93622db9ebff8d6..efaf0a436b3ce3bcf9dae4aee653ba3d0595605f 100644 (file)
--- a/po/id.po
+++ b/po/id.po
@@ -318,7 +318,7 @@ msgid ""
 "devel@lists.infradead.org>\n"
 msgstr ""
 "Silakan laporkan %d nilai tak terduga di atas (yang %d fatal) ke "
-"<openconnect-devel@lists.infradead.org>\n"
+"<%s>\n"
 
 #: auth-globalprotect.c:415
 msgid "Please select GlobalProtect gateway."
@@ -1339,7 +1339,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1372,7 +1372,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1381,7 +1381,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1398,9 +1398,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2523,7 +2523,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2550,10 +2550,10 @@ msgstr "Tag konfig GlobalProtect tak dikenal <%s>: %s\n"
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 "Dukungan IPv6 GlobalProtect adalah eksperimental. Silakan laporkan hasil ke "
-"<openconnect-devel@lists.infradead.org>\n"
+"<%s>\n"
 
 #: gpst.c:593
 msgid ""
@@ -3325,10 +3325,10 @@ msgstr "Kegagalan alokasi bagi string dari stdin\n"
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 "Untuk bantuan atas OpenConnect, harap lihat halaman web di\n"
-" https://www.infradead.org/openconnect/mail.html\n"
+" %s\n"
 
 #: main.c:663
 #, c-format
@@ -3938,7 +3938,7 @@ msgstr "MTU %d terlalu kecil\n"
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 "Mematikan penggunaan ulang semua koneksi HTTP karena opsi --no-http-"
 "keepalive.\n"
@@ -3983,12 +3983,12 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 "Peringatan: Anda menyatakan %s. Ini mestinya tidak\n"
 "         perlu; silakan laporkan kasus dimana penimpaan string\n"
 "         prioritas diperlukan untuk menyambung ke server\n"
-"         ke <openconnect-devel@lists.infradead.org>.\n"
+"         ke <%s>.\n"
 
 #: main.c:2145
 #, c-format
@@ -4030,8 +4030,8 @@ msgid "No --script argument provided; DNS and routing are not configured\n"
 msgstr "Tak ada argumen --script yang diberikan; DNS dan routing tak ditata\n"
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
-msgstr "Lihat https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
+msgstr "Lihat %s\n"
 
 #: main.c:2303
 msgid "User requested reconnect\n"
@@ -4696,7 +4696,7 @@ msgstr "Cipher DTLS '%s' tak ditemukan\n"
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6414,7 +6414,7 @@ msgstr "Menggunakan %s peranti '%s', indeks %d\n"
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6529,11 +6529,11 @@ msgstr "Gagal mengikat perangkat tun lokal (TUNSETIFF): %s\n"
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 "Untuk mengatur konfigurasi jejaring lokal, openconnect mesti dijalankan "
 "sebagai root\n"
-"Lihat https://www.infradead.org/openconnect/nonroot.html untuk informasi "
+"Lihat %s untuk informasi "
 "lebih lanjut\n"
 
 #: tun.c:322
index 7cf61c79354dbc7df1e953195aca0cb52a2baa5c..1d857f323742e62cf56a2fe7ac713504163d16b5 100644 (file)
--- a/po/is.po
+++ b/po/is.po
@@ -1293,7 +1293,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1326,7 +1326,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1335,7 +1335,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1352,9 +1352,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2467,7 +2467,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2493,7 +2493,7 @@ msgstr ""
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3247,7 +3247,7 @@ msgstr ""
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 
 #: main.c:663
@@ -3844,7 +3844,7 @@ msgstr ""
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 
 #: main.c:2000
@@ -3882,7 +3882,7 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 
 #: main.c:2145
@@ -3925,7 +3925,7 @@ msgid "No --script argument provided; DNS and routing are not configured\n"
 msgstr ""
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
 msgstr ""
 
 #: main.c:2303
@@ -4579,7 +4579,7 @@ msgstr ""
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6267,7 +6267,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6382,7 +6382,7 @@ msgstr ""
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 
 #: tun.c:322
index 99ffd174e42756852e85d9ac9ab4e3f8cdc90496..725b23f86d4ab3a2d7b61b4834b2d36547691306 100644 (file)
--- a/po/it.po
+++ b/po/it.po
@@ -1293,7 +1293,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1326,7 +1326,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1335,7 +1335,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1352,9 +1352,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2467,7 +2467,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2493,7 +2493,7 @@ msgstr ""
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3247,7 +3247,7 @@ msgstr ""
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 
 #: main.c:663
@@ -3844,7 +3844,7 @@ msgstr ""
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 
 #: main.c:2000
@@ -3882,7 +3882,7 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 
 #: main.c:2145
@@ -3925,7 +3925,7 @@ msgid "No --script argument provided; DNS and routing are not configured\n"
 msgstr ""
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
 msgstr ""
 
 #: main.c:2303
@@ -4579,7 +4579,7 @@ msgstr ""
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6267,7 +6267,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6382,7 +6382,7 @@ msgstr ""
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 
 #: tun.c:322
index 499fc7a23941fa9cfc6dbfb70656b7bf04caa091..fd850c337461bba5df4fdf6abf8cdd51e193d669 100644 (file)
--- a/po/ja.po
+++ b/po/ja.po
@@ -1293,7 +1293,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1326,7 +1326,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1335,7 +1335,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1352,9 +1352,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2467,7 +2467,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2493,7 +2493,7 @@ msgstr ""
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3247,7 +3247,7 @@ msgstr ""
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 
 #: main.c:663
@@ -3844,7 +3844,7 @@ msgstr ""
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 
 #: main.c:2000
@@ -3882,7 +3882,7 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 
 #: main.c:2145
@@ -3925,7 +3925,7 @@ msgid "No --script argument provided; DNS and routing are not configured\n"
 msgstr ""
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
 msgstr ""
 
 #: main.c:2303
@@ -4579,7 +4579,7 @@ msgstr ""
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6267,7 +6267,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6382,7 +6382,7 @@ msgstr ""
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 
 #: tun.c:322
index 9d38d22b1168a5a7f62b42a8997650f8ac739b6a..4561966810d2bccaf0f7657d1e2f8485c15925e7 100644 (file)
--- a/po/ka.po
+++ b/po/ka.po
@@ -1293,7 +1293,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1326,7 +1326,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1335,7 +1335,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1352,9 +1352,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2467,7 +2467,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2493,7 +2493,7 @@ msgstr ""
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3247,7 +3247,7 @@ msgstr ""
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 
 #: main.c:663
@@ -3844,7 +3844,7 @@ msgstr ""
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 
 #: main.c:2000
@@ -3882,7 +3882,7 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 
 #: main.c:2145
@@ -3925,7 +3925,7 @@ msgid "No --script argument provided; DNS and routing are not configured\n"
 msgstr ""
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
 msgstr ""
 
 #: main.c:2303
@@ -4579,7 +4579,7 @@ msgstr ""
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6267,7 +6267,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6382,7 +6382,7 @@ msgstr ""
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 
 #: tun.c:322
index 42d3d25cb092227a71e0d80d97d7f14a29720cd1..7af1dafa80e6fdc045373d53399a41e85df8b32c 100644 (file)
--- a/po/km.po
+++ b/po/km.po
@@ -1292,7 +1292,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1325,7 +1325,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1334,7 +1334,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1351,9 +1351,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2466,7 +2466,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2492,7 +2492,7 @@ msgstr ""
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3246,7 +3246,7 @@ msgstr ""
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 
 #: main.c:663
@@ -3843,7 +3843,7 @@ msgstr ""
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 
 #: main.c:2000
@@ -3881,7 +3881,7 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 
 #: main.c:2145
@@ -3924,7 +3924,7 @@ msgid "No --script argument provided; DNS and routing are not configured\n"
 msgstr ""
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
 msgstr ""
 
 #: main.c:2303
@@ -4578,7 +4578,7 @@ msgstr ""
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6266,7 +6266,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6381,7 +6381,7 @@ msgstr ""
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 
 #: tun.c:322
index 1d0fca033b3705ce6eefe07a85092dc311a85223..a7b1a8cc97dc81699c6a725e56af685abf64a712 100644 (file)
--- a/po/kn.po
+++ b/po/kn.po
@@ -1294,7 +1294,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1327,7 +1327,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1336,7 +1336,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1353,9 +1353,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2468,7 +2468,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2494,7 +2494,7 @@ msgstr ""
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3248,7 +3248,7 @@ msgstr ""
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 
 #: main.c:663
@@ -3845,7 +3845,7 @@ msgstr ""
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 
 #: main.c:2000
@@ -3883,7 +3883,7 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 
 #: main.c:2145
@@ -3926,7 +3926,7 @@ msgid "No --script argument provided; DNS and routing are not configured\n"
 msgstr ""
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
 msgstr ""
 
 #: main.c:2303
@@ -4580,7 +4580,7 @@ msgstr ""
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6268,7 +6268,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6383,7 +6383,7 @@ msgstr ""
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 
 #: tun.c:322
index bd8ae580c0ceb785da913ac3009f52f0a0bea540..d14ee08faa031fdf744c2594079b20378648bfaf 100644 (file)
--- a/po/ko.po
+++ b/po/ko.po
@@ -1292,7 +1292,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1325,7 +1325,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1334,7 +1334,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1351,9 +1351,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2466,7 +2466,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2492,7 +2492,7 @@ msgstr ""
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3246,7 +3246,7 @@ msgstr ""
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 
 #: main.c:663
@@ -3843,7 +3843,7 @@ msgstr ""
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 
 #: main.c:2000
@@ -3881,7 +3881,7 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 
 #: main.c:2145
@@ -3924,7 +3924,7 @@ msgid "No --script argument provided; DNS and routing are not configured\n"
 msgstr ""
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
 msgstr ""
 
 #: main.c:2303
@@ -4578,7 +4578,7 @@ msgstr ""
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6266,7 +6266,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6381,7 +6381,7 @@ msgstr ""
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 
 #: tun.c:322
index c33aaaae8f6541b8aa205c3372b41eac6bf7293e..e779246b3834b1f931cde8bf0e802d6a137cc8e9 100644 (file)
--- a/po/ku.po
+++ b/po/ku.po
@@ -1293,7 +1293,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1326,7 +1326,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1335,7 +1335,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1352,9 +1352,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2467,7 +2467,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2493,7 +2493,7 @@ msgstr ""
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3247,7 +3247,7 @@ msgstr ""
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 
 #: main.c:663
@@ -3844,7 +3844,7 @@ msgstr ""
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 
 #: main.c:2000
@@ -3882,7 +3882,7 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 
 #: main.c:2145
@@ -3925,7 +3925,7 @@ msgid "No --script argument provided; DNS and routing are not configured\n"
 msgstr ""
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
 msgstr ""
 
 #: main.c:2303
@@ -4579,7 +4579,7 @@ msgstr ""
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6267,7 +6267,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6382,7 +6382,7 @@ msgstr ""
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 
 #: tun.c:322
index 383adddf3210be98cb07d999871e0abead8716ae..01b3cf9a49902af3c4d00048d9a80a703df6e0c6 100644 (file)
--- a/po/lo.po
+++ b/po/lo.po
@@ -1292,7 +1292,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1325,7 +1325,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1334,7 +1334,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1351,9 +1351,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2466,7 +2466,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2492,7 +2492,7 @@ msgstr ""
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3246,7 +3246,7 @@ msgstr ""
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 
 #: main.c:663
@@ -3843,7 +3843,7 @@ msgstr ""
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 
 #: main.c:2000
@@ -3881,7 +3881,7 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 
 #: main.c:2145
@@ -3924,7 +3924,7 @@ msgid "No --script argument provided; DNS and routing are not configured\n"
 msgstr ""
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
 msgstr ""
 
 #: main.c:2303
@@ -4578,7 +4578,7 @@ msgstr ""
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6266,7 +6266,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6381,7 +6381,7 @@ msgstr ""
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 
 #: tun.c:322
index ac2bc04b6b3f296e50549488c72e64b95c742b6f..8d09896a2d822e13fadb8a406fede6efc34b62c5 100644 (file)
--- a/po/lt.po
+++ b/po/lt.po
@@ -314,7 +314,7 @@ msgid ""
 "devel@lists.infradead.org>\n"
 msgstr ""
 "Praneškite apie %d netikėtas vertes aukščiau (iš kurių %d yra lemtingos) "
-"adresu <openconnect-devel@lists.infradead.org>\n"
+"adresu <%s>\n"
 
 #: auth-globalprotect.c:415
 msgid "Please select GlobalProtect gateway."
@@ -1333,7 +1333,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1366,7 +1366,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1375,7 +1375,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1392,9 +1392,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2525,7 +2525,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2553,10 +2553,10 @@ msgstr "Nežinoma GlobalProtect konfigūracijos žyma <%s>: %s\n"
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 "GlobalProtect IPv6 palaikymas yra eksperimentinis. Praneškite apie "
-"rezultatus <openconnect-devel@lists.infradead.org>.\n"
+"rezultatus <%s>.\n"
 
 #: gpst.c:593
 msgid ""
@@ -3344,10 +3344,10 @@ msgstr "Nepavyko eilutės iš stdin išskyrimas\n"
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 "Pagalbą dirbant su OpenConnect rasite tinklapyje adresu\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 
 #: main.c:663
 #, c-format
@@ -3957,7 +3957,7 @@ msgstr "MTU %d per mažas\n"
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 "Išjungiami visi HTTP ryšių pakartotiniai naudojimai dėl --no-http-keepalive\n"
 "parametro. Jei tai padės, praneškite <openconnect-devel@lists.infradead."
@@ -4001,12 +4001,12 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 "Įspėjimas: nurodėte %s. To neturėtų reikėti;\n"
 "           praneškite apie atvejus, kai prioriteto eilutės\n"
 "           perrašymas yra būtinas prisijungimui prie serverio\n"
-"           adresu <openconnect-devel@lists.infradead.org>.\n"
+"           adresu <%s>.\n"
 
 #: main.c:2145
 #, c-format
@@ -4049,8 +4049,8 @@ msgstr ""
 "Nepateiktas --script argumentas; DNS ir maršrutizavimas nesukonfigūruoti\n"
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
-msgstr "Žiūrėkite https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
+msgstr "Žiūrėkite %s\n"
 
 #: main.c:2303
 msgid "User requested reconnect\n"
@@ -4723,12 +4723,12 @@ msgstr "DTLS šifras „%s“ nerastas\n"
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 "SSL_set_session() nepavyko su sena protokolo versija 0x%x\n"
 "Ar naudojate OpenSSL versiją senesnę nei 0.9.8m?\n"
-"Žiūrėkite http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"Žiūrėkite %s\n"
 "Naudokite --no-dtls komandų eilutės parametrą šio pranešimo išvengimui\n"
 
 #: openssl-dtls.c:576
@@ -6446,7 +6446,7 @@ msgstr "Naudojamas %s įrenginys „%s“, indeksas %d\n"
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6562,7 +6562,7 @@ msgstr "Nepavyko prijungti vietinio tun įrenginio (TUNSETIFF): %s\n"
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 "Vietiniam tinklui konfigūruoti openconnect turi veik root teisėmis\n"
 "Daugiau informacijos adresu https://www.infradead.org/openconnect/nonroot."
index be3f2d7f122a067dfa3da802e5a445534684ed97..449fa055b8b42e2367140a76f245e78bfbe7b618 100644 (file)
--- a/po/lv.po
+++ b/po/lv.po
@@ -1295,7 +1295,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1328,7 +1328,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1337,7 +1337,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1354,9 +1354,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2469,7 +2469,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2495,7 +2495,7 @@ msgstr ""
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3249,7 +3249,7 @@ msgstr ""
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 
 #: main.c:663
@@ -3846,7 +3846,7 @@ msgstr ""
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 
 #: main.c:2000
@@ -3884,7 +3884,7 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 
 #: main.c:2145
@@ -3927,7 +3927,7 @@ msgid "No --script argument provided; DNS and routing are not configured\n"
 msgstr ""
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
 msgstr ""
 
 #: main.c:2303
@@ -4581,7 +4581,7 @@ msgstr ""
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6269,7 +6269,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6384,7 +6384,7 @@ msgstr ""
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 
 #: tun.c:322
index 0b9df7b5641d736c8f1dabce2234a3bb237a45df..cb7328cd84e58c3576b9aae9111bcef3d613cc89 100644 (file)
--- a/po/mai.po
+++ b/po/mai.po
@@ -1293,7 +1293,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1326,7 +1326,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1335,7 +1335,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1352,9 +1352,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2467,7 +2467,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2493,7 +2493,7 @@ msgstr ""
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3247,7 +3247,7 @@ msgstr ""
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 
 #: main.c:663
@@ -3844,7 +3844,7 @@ msgstr ""
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 
 #: main.c:2000
@@ -3882,7 +3882,7 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 
 #: main.c:2145
@@ -3925,7 +3925,7 @@ msgid "No --script argument provided; DNS and routing are not configured\n"
 msgstr ""
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
 msgstr ""
 
 #: main.c:2303
@@ -4579,7 +4579,7 @@ msgstr ""
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6267,7 +6267,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6382,7 +6382,7 @@ msgstr ""
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 
 #: tun.c:322
index de9e40f15eb9cb50ebb4036467bd56b2f24f1f1d..b194c3b11003f91b10eb8e46c281f016b7ac7a82 100644 (file)
--- a/po/mg.po
+++ b/po/mg.po
@@ -1293,7 +1293,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1326,7 +1326,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1335,7 +1335,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1352,9 +1352,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2467,7 +2467,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2493,7 +2493,7 @@ msgstr ""
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3247,7 +3247,7 @@ msgstr ""
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 
 #: main.c:663
@@ -3844,7 +3844,7 @@ msgstr ""
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 
 #: main.c:2000
@@ -3882,7 +3882,7 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 
 #: main.c:2145
@@ -3925,7 +3925,7 @@ msgid "No --script argument provided; DNS and routing are not configured\n"
 msgstr ""
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
 msgstr ""
 
 #: main.c:2303
@@ -4579,7 +4579,7 @@ msgstr ""
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6267,7 +6267,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6382,7 +6382,7 @@ msgstr ""
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 
 #: tun.c:322
index 2a230622166eb3a6c14ce0aca3f3a2c30ebcce91..42776385733e4dfe60b15b2d84f077c5fd322d19 100644 (file)
--- a/po/mk.po
+++ b/po/mk.po
@@ -1293,7 +1293,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1326,7 +1326,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1335,7 +1335,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1352,9 +1352,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2467,7 +2467,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2493,7 +2493,7 @@ msgstr ""
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3247,7 +3247,7 @@ msgstr ""
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 
 #: main.c:663
@@ -3844,7 +3844,7 @@ msgstr ""
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 
 #: main.c:2000
@@ -3882,7 +3882,7 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 
 #: main.c:2145
@@ -3925,7 +3925,7 @@ msgid "No --script argument provided; DNS and routing are not configured\n"
 msgstr ""
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
 msgstr ""
 
 #: main.c:2303
@@ -4579,7 +4579,7 @@ msgstr ""
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6267,7 +6267,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6382,7 +6382,7 @@ msgstr ""
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 
 #: tun.c:322
index 5945e8a06c5a2c8e4e9d8dd03808c3c70a8ead97..7b8a1dc382572b98d96277d546fcaec36924bfd4 100644 (file)
--- a/po/ml.po
+++ b/po/ml.po
@@ -1293,7 +1293,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1326,7 +1326,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1335,7 +1335,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1352,9 +1352,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2467,7 +2467,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2493,7 +2493,7 @@ msgstr ""
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3247,7 +3247,7 @@ msgstr ""
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 
 #: main.c:663
@@ -3844,7 +3844,7 @@ msgstr ""
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 
 #: main.c:2000
@@ -3882,7 +3882,7 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 
 #: main.c:2145
@@ -3925,7 +3925,7 @@ msgid "No --script argument provided; DNS and routing are not configured\n"
 msgstr ""
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
 msgstr ""
 
 #: main.c:2303
@@ -4579,7 +4579,7 @@ msgstr ""
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6267,7 +6267,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6382,7 +6382,7 @@ msgstr ""
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 
 #: tun.c:322
index 7a461004524eff45f49ebd4743db68383a676bc6..635b30e21e58d52bd36de5623f45e77dddd0d7a9 100644 (file)
--- a/po/mn.po
+++ b/po/mn.po
@@ -1293,7 +1293,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1326,7 +1326,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1335,7 +1335,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1352,9 +1352,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2467,7 +2467,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2493,7 +2493,7 @@ msgstr ""
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3247,7 +3247,7 @@ msgstr ""
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 
 #: main.c:663
@@ -3844,7 +3844,7 @@ msgstr ""
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 
 #: main.c:2000
@@ -3882,7 +3882,7 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 
 #: main.c:2145
@@ -3925,7 +3925,7 @@ msgid "No --script argument provided; DNS and routing are not configured\n"
 msgstr ""
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
 msgstr ""
 
 #: main.c:2303
@@ -4579,7 +4579,7 @@ msgstr ""
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6267,7 +6267,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6382,7 +6382,7 @@ msgstr ""
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 
 #: tun.c:322
index c8bf93222da701227507d34e4a7e4632b77fdf4c..59b23b86be728b198328c70370ca3a838f29b4e8 100644 (file)
--- a/po/mr.po
+++ b/po/mr.po
@@ -1293,7 +1293,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1326,7 +1326,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1335,7 +1335,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1352,9 +1352,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2467,7 +2467,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2493,7 +2493,7 @@ msgstr ""
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3247,7 +3247,7 @@ msgstr ""
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 
 #: main.c:663
@@ -3844,7 +3844,7 @@ msgstr ""
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 
 #: main.c:2000
@@ -3882,7 +3882,7 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 
 #: main.c:2145
@@ -3925,7 +3925,7 @@ msgid "No --script argument provided; DNS and routing are not configured\n"
 msgstr ""
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
 msgstr ""
 
 #: main.c:2303
@@ -4579,7 +4579,7 @@ msgstr ""
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6267,7 +6267,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6382,7 +6382,7 @@ msgstr ""
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 
 #: tun.c:322
index b8f3d34a884204c138e9bbdeb8b8f9d2f35d787e..bc41985f9aca1d1cbfb6e3e907f60a7c0fdf07e4 100644 (file)
--- a/po/ms.po
+++ b/po/ms.po
@@ -1292,7 +1292,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1325,7 +1325,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1334,7 +1334,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1351,9 +1351,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2466,7 +2466,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2492,7 +2492,7 @@ msgstr ""
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3246,7 +3246,7 @@ msgstr ""
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 
 #: main.c:663
@@ -3843,7 +3843,7 @@ msgstr ""
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 
 #: main.c:2000
@@ -3881,7 +3881,7 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 
 #: main.c:2145
@@ -3924,7 +3924,7 @@ msgid "No --script argument provided; DNS and routing are not configured\n"
 msgstr ""
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
 msgstr ""
 
 #: main.c:2303
@@ -4578,7 +4578,7 @@ msgstr ""
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6266,7 +6266,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6381,7 +6381,7 @@ msgstr ""
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 
 #: tun.c:322
index af192d0240d6a5d1c126aa07e920cd55cfbc208e..6a47d6adf51ff73476e2cf1bc8df2de642358d08 100644 (file)
@@ -1293,7 +1293,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1326,7 +1326,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1335,7 +1335,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1352,9 +1352,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2467,7 +2467,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2493,7 +2493,7 @@ msgstr ""
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3247,7 +3247,7 @@ msgstr ""
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 
 #: main.c:663
@@ -3844,7 +3844,7 @@ msgstr ""
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 
 #: main.c:2000
@@ -3882,7 +3882,7 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 
 #: main.c:2145
@@ -3925,7 +3925,7 @@ msgid "No --script argument provided; DNS and routing are not configured\n"
 msgstr ""
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
 msgstr ""
 
 #: main.c:2303
@@ -4579,7 +4579,7 @@ msgstr ""
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6267,7 +6267,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6382,7 +6382,7 @@ msgstr ""
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 
 #: tun.c:322
index ea4bd12ccbab2f1c27f0c6fedafc24b2b9133f27..69c7021f459644c1dc2dd4d35d3a2c5a4366bc7c 100644 (file)
--- a/po/nb.po
+++ b/po/nb.po
@@ -1293,7 +1293,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1326,7 +1326,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1335,7 +1335,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1352,9 +1352,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2467,7 +2467,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2493,7 +2493,7 @@ msgstr ""
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3247,7 +3247,7 @@ msgstr ""
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 
 #: main.c:663
@@ -3844,7 +3844,7 @@ msgstr ""
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 
 #: main.c:2000
@@ -3882,7 +3882,7 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 
 #: main.c:2145
@@ -3925,7 +3925,7 @@ msgid "No --script argument provided; DNS and routing are not configured\n"
 msgstr ""
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
 msgstr ""
 
 #: main.c:2303
@@ -4579,7 +4579,7 @@ msgstr ""
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6267,7 +6267,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6382,7 +6382,7 @@ msgstr ""
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 
 #: tun.c:322
index 2d99eb62e80c5db6081c0dd38b8b748aa0bdd895..6ecfff2636836ccbe7a945ef77f8fecceb8d8b4f 100644 (file)
--- a/po/nds.po
+++ b/po/nds.po
@@ -1293,7 +1293,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1326,7 +1326,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1335,7 +1335,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1352,9 +1352,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2467,7 +2467,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2493,7 +2493,7 @@ msgstr ""
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3247,7 +3247,7 @@ msgstr ""
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 
 #: main.c:663
@@ -3844,7 +3844,7 @@ msgstr ""
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 
 #: main.c:2000
@@ -3882,7 +3882,7 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 
 #: main.c:2145
@@ -3925,7 +3925,7 @@ msgid "No --script argument provided; DNS and routing are not configured\n"
 msgstr ""
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
 msgstr ""
 
 #: main.c:2303
@@ -4579,7 +4579,7 @@ msgstr ""
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6267,7 +6267,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6382,7 +6382,7 @@ msgstr ""
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 
 #: tun.c:322
index a0315d372162c95fd9b5ef9dc8f1716ab0610ab3..5de7a8cab62c0469b5104af9ce44817c396c67aa 100644 (file)
--- a/po/ne.po
+++ b/po/ne.po
@@ -1293,7 +1293,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1326,7 +1326,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1335,7 +1335,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1352,9 +1352,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2467,7 +2467,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2493,7 +2493,7 @@ msgstr ""
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3247,7 +3247,7 @@ msgstr ""
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 
 #: main.c:663
@@ -3844,7 +3844,7 @@ msgstr ""
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 
 #: main.c:2000
@@ -3882,7 +3882,7 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 
 #: main.c:2145
@@ -3925,7 +3925,7 @@ msgid "No --script argument provided; DNS and routing are not configured\n"
 msgstr ""
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
 msgstr ""
 
 #: main.c:2303
@@ -4579,7 +4579,7 @@ msgstr ""
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6267,7 +6267,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6382,7 +6382,7 @@ msgstr ""
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 
 #: tun.c:322
index 4c6751902eef1810d16a75cece2ce8ff9af905a3..dd1d205ac7fbdc62157682e88f1aa8948d029387 100644 (file)
--- a/po/nl.po
+++ b/po/nl.po
@@ -1311,7 +1311,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1344,7 +1344,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1353,7 +1353,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1370,9 +1370,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2499,7 +2499,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2528,7 +2528,7 @@ msgstr ""
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3300,10 +3300,10 @@ msgstr "Toewijzen mislukt voor tekenreeks vanaf stdin\n"
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 "Voor hulp bij OpenConnect, bezoek de website op/n\n"
-"  https://www.infradead.org/openconnect/mail.html/n\n"
+"  %s/n\n"
 
 #: main.c:663
 #, c-format
@@ -3909,11 +3909,11 @@ msgstr "MTU %d te klein\n"
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 "Alle hergebruik van HTTP-verbindingen wordt uitgeschakeld als gevolg van "
 "optie --no-http-keepalive.\n"
-"Als dit helpt, meld dit dan op <openconnect-devel@lists.infradead.org>.\n"
+"Als dit helpt, meld dit dan op <%s>.\n"
 
 #: main.c:2000
 #, c-format
@@ -3953,7 +3953,7 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 
 #: main.c:2145
@@ -3999,8 +3999,8 @@ msgstr ""
 "geconfigureerd\n"
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
-msgstr "Bekijk https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
+msgstr "Bekijk %s\n"
 
 #: main.c:2303
 msgid "User requested reconnect\n"
@@ -4665,7 +4665,7 @@ msgstr "DTLS-cipher '%s' niet gevonden\n"
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6361,7 +6361,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6477,11 +6477,11 @@ msgstr "Binden van lokaal tun-apparaat mislukt (TUNSETIFF): %s\n"
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 "Om lokale netwerken te configureren, moet openconnect worden uitgevoerd als "
 "root\n"
-"Bekijk https://www.infradead.org/openconnect/nonroot.html voor meer "
+"Bekijk %s voor meer "
 "informatie\n"
 
 #: tun.c:322
index 22e8b083b016aeef98b26030e6eeb9284f58c30f..3dd552f1382b5a22a39959868d804ba56ff87d67 100644 (file)
--- a/po/nn.po
+++ b/po/nn.po
@@ -1293,7 +1293,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1326,7 +1326,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1335,7 +1335,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1352,9 +1352,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2467,7 +2467,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2493,7 +2493,7 @@ msgstr ""
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3247,7 +3247,7 @@ msgstr ""
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 
 #: main.c:663
@@ -3844,7 +3844,7 @@ msgstr ""
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 
 #: main.c:2000
@@ -3882,7 +3882,7 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 
 #: main.c:2145
@@ -3925,7 +3925,7 @@ msgid "No --script argument provided; DNS and routing are not configured\n"
 msgstr ""
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
 msgstr ""
 
 #: main.c:2303
@@ -4579,7 +4579,7 @@ msgstr ""
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6267,7 +6267,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6382,7 +6382,7 @@ msgstr ""
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 
 #: tun.c:322
index e6b731a5091ad5ea8ade83d0cb57d01c81a7ad83..4dcf45e7f12f01404654feef4f9f292326eedd4e 100644 (file)
--- a/po/no.po
+++ b/po/no.po
@@ -1293,7 +1293,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1326,7 +1326,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1335,7 +1335,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1352,9 +1352,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2467,7 +2467,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2493,7 +2493,7 @@ msgstr ""
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3247,7 +3247,7 @@ msgstr ""
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 
 #: main.c:663
@@ -3844,7 +3844,7 @@ msgstr ""
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 
 #: main.c:2000
@@ -3882,7 +3882,7 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 
 #: main.c:2145
@@ -3925,7 +3925,7 @@ msgid "No --script argument provided; DNS and routing are not configured\n"
 msgstr ""
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
 msgstr ""
 
 #: main.c:2303
@@ -4579,7 +4579,7 @@ msgstr ""
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6267,7 +6267,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6382,7 +6382,7 @@ msgstr ""
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 
 #: tun.c:322
index 2994720b163d368e0f3698b7f583943abe77c10f..eef75ceecccfd75e2a1d7f86026b72a540a022fd 100644 (file)
--- a/po/nqo.po
+++ b/po/nqo.po
@@ -1293,7 +1293,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1326,7 +1326,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1335,7 +1335,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1352,9 +1352,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2467,7 +2467,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2493,7 +2493,7 @@ msgstr ""
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3247,7 +3247,7 @@ msgstr ""
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 
 #: main.c:663
@@ -3844,7 +3844,7 @@ msgstr ""
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 
 #: main.c:2000
@@ -3882,7 +3882,7 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 
 #: main.c:2145
@@ -3925,7 +3925,7 @@ msgid "No --script argument provided; DNS and routing are not configured\n"
 msgstr ""
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
 msgstr ""
 
 #: main.c:2303
@@ -4579,7 +4579,7 @@ msgstr ""
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6267,7 +6267,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6382,7 +6382,7 @@ msgstr ""
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 
 #: tun.c:322
index 78441b7555260db291ca438e7345acd8a1684f58..9aad8f71e825619556238eb53e07b94d19165a93 100644 (file)
--- a/po/nso.po
+++ b/po/nso.po
@@ -1293,7 +1293,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1326,7 +1326,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1335,7 +1335,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1352,9 +1352,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2467,7 +2467,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2493,7 +2493,7 @@ msgstr ""
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3247,7 +3247,7 @@ msgstr ""
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 
 #: main.c:663
@@ -3844,7 +3844,7 @@ msgstr ""
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 
 #: main.c:2000
@@ -3882,7 +3882,7 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 
 #: main.c:2145
@@ -3925,7 +3925,7 @@ msgid "No --script argument provided; DNS and routing are not configured\n"
 msgstr ""
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
 msgstr ""
 
 #: main.c:2303
@@ -4579,7 +4579,7 @@ msgstr ""
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6267,7 +6267,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6382,7 +6382,7 @@ msgstr ""
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 
 #: tun.c:322
index 251053a2a36926a533477f8e3e0eae0a07ecfd0d..519ae1fda843094445387623684add4cac464b7d 100644 (file)
--- a/po/oc.po
+++ b/po/oc.po
@@ -1293,7 +1293,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1326,7 +1326,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1335,7 +1335,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1352,9 +1352,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2467,7 +2467,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2493,7 +2493,7 @@ msgstr ""
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3247,7 +3247,7 @@ msgstr ""
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 
 #: main.c:663
@@ -3844,7 +3844,7 @@ msgstr ""
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 
 #: main.c:2000
@@ -3882,7 +3882,7 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 
 #: main.c:2145
@@ -3925,7 +3925,7 @@ msgid "No --script argument provided; DNS and routing are not configured\n"
 msgstr ""
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
 msgstr ""
 
 #: main.c:2303
@@ -4579,7 +4579,7 @@ msgstr ""
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6267,7 +6267,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6382,7 +6382,7 @@ msgstr ""
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 
 #: tun.c:322
index d48dd6eaf6c5fbc55ae188dd065c2449d0c9c8cb..2b16b001f40a954419fc3fd757a0a883fd675869 100644 (file)
--- a/po/or.po
+++ b/po/or.po
@@ -1294,7 +1294,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1327,7 +1327,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1336,7 +1336,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1353,9 +1353,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2468,7 +2468,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2494,7 +2494,7 @@ msgstr ""
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3248,7 +3248,7 @@ msgstr ""
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 
 #: main.c:663
@@ -3845,7 +3845,7 @@ msgstr ""
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 
 #: main.c:2000
@@ -3883,7 +3883,7 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 
 #: main.c:2145
@@ -3926,7 +3926,7 @@ msgid "No --script argument provided; DNS and routing are not configured\n"
 msgstr ""
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
 msgstr ""
 
 #: main.c:2303
@@ -4580,7 +4580,7 @@ msgstr ""
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6268,7 +6268,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6383,7 +6383,7 @@ msgstr ""
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 
 #: tun.c:322
index 271a2e466d55729e1b7f073dc8e39c37669178b2..bfd520f5ea796f1b4815ca68e75efdd874b84ef5 100644 (file)
--- a/po/pa.po
+++ b/po/pa.po
@@ -1293,7 +1293,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1326,7 +1326,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1335,7 +1335,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1352,9 +1352,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2467,7 +2467,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2493,7 +2493,7 @@ msgstr ""
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3247,7 +3247,7 @@ msgstr ""
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 
 #: main.c:663
@@ -3844,7 +3844,7 @@ msgstr "MTU %d ਬਹੁਤ ਛੋਟਾ ਹੈ\n"
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 
 #: main.c:2000
@@ -3882,7 +3882,7 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 
 #: main.c:2145
@@ -3925,8 +3925,8 @@ msgid "No --script argument provided; DNS and routing are not configured\n"
 msgstr ""
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
-msgstr "https://www.infradead.org/openconnect/vpnc-script.html ਵੇਖੋ\n"
+msgid "See %s\n"
+msgstr "%s ਵੇਖੋ\n"
 
 #: main.c:2303
 msgid "User requested reconnect\n"
@@ -4579,7 +4579,7 @@ msgstr ""
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6267,7 +6267,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6382,7 +6382,7 @@ msgstr ""
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 
 #: tun.c:322
index 659e0bda30b2598d7541c721e40fef964ee19f3c..c61bda7c1c4b96568020020db47780949b35281c 100644 (file)
--- a/po/pl.po
+++ b/po/pl.po
@@ -313,7 +313,7 @@ msgid ""
 "devel@lists.infradead.org>\n"
 msgstr ""
 "Prosimy zgłosić %d nieoczekiwanych wartości powyżej (z których %d jest "
-"krytycznych) na adres <openconnect-devel@lists.infradead.org> (w języku "
+"krytycznych) na adres <%s> (w języku "
 "angielskim)\n"
 
 #: auth-globalprotect.c:415
@@ -1348,7 +1348,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1385,7 +1385,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1394,7 +1394,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1411,9 +1411,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2557,7 +2557,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2585,10 +2585,10 @@ msgstr "Nieznany znacznik konfiguracji GlobalProtect <%s>: %s\n"
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 "Obsługa IPv6 w GlobalProtect jest eksperymentalna. Prosimy zgłosić wyniki na "
-"adres <openconnect-devel@lists.infradead.org> (w języku angielskim).\n"
+"adres <%s> (w języku angielskim).\n"
 
 #: gpst.c:593
 msgid ""
@@ -3378,10 +3378,10 @@ msgstr "Niepowodzenie przydzielania dla ciągu ze standardowego wejścia\n"
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 "Pomoc dla OpenConnect jest dostępna na stronie\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 
 #: main.c:663
 #, c-format
@@ -3998,7 +3998,7 @@ msgstr "MTU %d jest za małe\n"
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 "Wyłączanie wszystkich ponownych użyć połączeń HTTP z powodu opcji --no-http-"
 "keepalive.\n"
@@ -4043,12 +4043,12 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 "OSTRZEŻENIE: podano %s. To nie powinno być potrzebne.\n"
 "             Prosimy zgłosić przypadki, w których zastąpienie\n"
 "             ciągu priorytetu jest niezbędne do połączenia\n"
-"             z serwerem na adres <openconnect-devel@lists.infradead.org>\n"
+"             z serwerem na adres <%s>\n"
 "             (w języku angielskim).\n"
 
 #: main.c:2145
@@ -4093,9 +4093,9 @@ msgstr ""
 "Nie podano parametru --script; DNS i trasowanie nie są skonfigurowane\n"
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
 msgstr ""
-"Więcej informacji: https://www.infradead.org/openconnect/vpnc-script.html\n"
+"Więcej informacji: %s\n"
 
 #: main.c:2303
 msgid "User requested reconnect\n"
@@ -4772,12 +4772,12 @@ msgstr "Nie odnaleziono szyfru DTLS „%s”\n"
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 "SSL_set_session() się nie powiodło z protokołem DTLS w wersji 0x%x\n"
 "Czy używana jest wersja biblioteki OpenSSL starsza niż 0.9.8m?\n"
-"Więcej informacji: http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"Więcej informacji: %s\n"
 "Opcja wiersza poleceń --no-dtls pozwoli uniknąć tego komunikatu\n"
 
 #: openssl-dtls.c:576
@@ -6528,7 +6528,7 @@ msgstr "Używanie urządzenia %s „%s”, indeks %d\n"
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6646,11 +6646,11 @@ msgstr "Dowiązanie lokalnego urządzenia tun (TUNSETIFF) się nie powiodło: %s
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 "Do skonfigurowania lokalnej sieci OpenConnect musi być uruchomione jako "
 "root\n"
-"Więcej informacji: https://www.infradead.org/openconnect/nonroot.html\n"
+"Więcej informacji: %s\n"
 
 #: tun.c:322
 #, c-format
index cd7ba6b0b41db17b81e8578edd74453379c5d869..8de209030c16a92919ab6f635986972ca4764dee 100644 (file)
--- a/po/ps.po
+++ b/po/ps.po
@@ -1293,7 +1293,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1326,7 +1326,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1335,7 +1335,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1352,9 +1352,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2467,7 +2467,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2493,7 +2493,7 @@ msgstr ""
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3247,7 +3247,7 @@ msgstr ""
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 
 #: main.c:663
@@ -3844,7 +3844,7 @@ msgstr ""
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 
 #: main.c:2000
@@ -3882,7 +3882,7 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 
 #: main.c:2145
@@ -3925,7 +3925,7 @@ msgid "No --script argument provided; DNS and routing are not configured\n"
 msgstr ""
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
 msgstr ""
 
 #: main.c:2303
@@ -4579,7 +4579,7 @@ msgstr ""
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6267,7 +6267,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6382,7 +6382,7 @@ msgstr ""
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 
 #: tun.c:322
index ddddd9576fd7884abfa083f45d1bfcf6240ff6bb..5635143fd4a271b26223d2f18acf3dc1c317c071 100644 (file)
--- a/po/pt.po
+++ b/po/pt.po
@@ -1316,7 +1316,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1349,7 +1349,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1358,7 +1358,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1375,9 +1375,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2492,7 +2492,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2520,7 +2520,7 @@ msgstr ""
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3279,10 +3279,10 @@ msgstr "Falha na alocação da cadeia de stdin\n"
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 "Para assistência do OpenConnect, por favor, veja a página web em\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 
 #: main.c:663
 #, c-format
@@ -3885,11 +3885,11 @@ msgstr "MTU %d demasiado pequeno\n"
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 "A desativar reutilização de todas as ligações HTTP devido à opção --no-http-"
 "keepalive.\n"
-"Se ajudar, por favor, reporte em <openconnect-devel@lists.infradead.org>.\n"
+"Se ajudar, por favor, reporte em <%s>.\n"
 
 #: main.c:2000
 #, c-format
@@ -3926,7 +3926,7 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 
 #: main.c:2145
@@ -3970,8 +3970,8 @@ msgstr ""
 "Sem argumento --script indicado; DNS e routing não estão configurados\n"
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
-msgstr "Veja https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
+msgstr "Veja %s\n"
 
 #: main.c:2303
 msgid "User requested reconnect\n"
@@ -4630,7 +4630,7 @@ msgstr ""
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6329,7 +6329,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6444,10 +6444,10 @@ msgstr "Falha ao abrir dispositivo tun: %s\n"
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 "Para configurar a rede local, o openconnect tem de ser executado como root.\n"
-"Veja https://www.infradead.org/openconnect/nonroot.html para mais "
+"Veja %s para mais "
 "informação\n"
 
 #: tun.c:322
index 804dab572b92ac0d5e8ed67bdfe785088ff428fb..483a78d4379114362709cacaebedbfb239654c85 100644 (file)
@@ -323,7 +323,7 @@ msgid ""
 "devel@lists.infradead.org>\n"
 msgstr ""
 "Por favor reportar %d valores inesperados acima (dos quais %d são fatais) "
-"para <openconnect-devel@lists.infradead.org>\n"
+"para <%s>\n"
 
 #: auth-globalprotect.c:415
 msgid "Please select GlobalProtect gateway."
@@ -1350,12 +1350,12 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 "O servidor relata que a reconexão-após-queda não é permitida. OpenConnect "
 "não\n"
 "poderá reconectar se um par morto for detectado. Se a reconexão funcionar,\n"
-"por favor relate para <openconnect-devel@lists.infradead.org>\n"
+"por favor relate para <%s>\n"
 
 #: fortinet.c:418
 #, c-format
@@ -1389,7 +1389,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1398,7 +1398,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 "O servidor não enviou <auth-ses tun-connect-without-reauth=\"0/1\"/>. "
 "OpenConnect\n"
@@ -1422,16 +1422,16 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 "O servidor Fortinet está rejeitando a requisição para opção de conexão. "
 "Isso\n"
 "foi observado depois da reconexão em alguns casos. Por favor relate para\n"
-"<openconnect-devel@lists.infradead.org>, ou veja as discussões em\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 e\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, ou veja as discussões em\n"
+"%s e\n"
+"%s.\n"
 
 #: fortinet.c:680
 msgid "Error establishing Fortinet connection\n"
@@ -2565,12 +2565,12 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 "O endereço (%s) da configuração XML <connected-gw-ip> é diferente\n"
 "do endereço do gateway externo (%s). Por favor isso para\n"
-"<openconnect-devel@lists.infradead.org>, incluindo quaisquer problemas\n"
+"<%s>, incluindo quaisquer problemas\n"
 "com ESP ou outra aparente perda de conectividade ou desempenho.\n"
 
 #: gpst.c:501
@@ -2599,10 +2599,10 @@ msgstr "Tag de configuração GlobalProtect desconhecida <%s>: %s\n"
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 "O suporte a GlobalProtect IPv6 é experimental. Por favor, relate os "
-"resultados para <openconnect-devel@lists.infradead.org>.\n"
+"resultados para <%s>.\n"
 
 #: gpst.c:593
 msgid ""
@@ -3386,10 +3386,10 @@ msgstr "Falha ao alocar de string da stdin\n"
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 "Para assistência com OpenConnect, por favor veja a página web em\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 
 #: main.c:663
 #, c-format
@@ -4006,7 +4006,7 @@ msgstr "MTU %d é muito pequeno\n"
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 "Desabilitando todo reuso de conexões HTTP devido ao parâmetro --no-http-"
 "keepalive.\n"
@@ -4052,12 +4052,12 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 "AVISO: Você especificou %s. Isso não deve ser necessário;\n"
 "       por favor relate os casos onde é necessária a \n"
 "       sobreposição da prioridade da linha para conectar a um \n"
-"       servidor para <openconnect-devel@lists.infradead.org>.\n"
+"       servidor para <%s>.\n"
 
 #: main.c:2145
 #, c-format
@@ -4101,8 +4101,8 @@ msgstr ""
 "configurados\n"
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
-msgstr "Veja https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
+msgstr "Veja %s\n"
 
 #: main.c:2303
 msgid "User requested reconnect\n"
@@ -4775,12 +4775,12 @@ msgstr "Cifra DTLS “%s” não localizada\n"
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 "SSL_set_session() falhou com protocolo DTLS versão 0x%x\n"
 "Você está usando uma versão do OpenSSL mais antiga do que 0.9.8m?\n"
-"Consulte http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"Consulte %s\n"
 "Use o parâmetro de linha de comando --no-dtls para evitar esta mensagem\n"
 
 #: openssl-dtls.c:576
@@ -6521,11 +6521,11 @@ msgstr "Usando %s dispositivo “%s”, índice %d\n"
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 "CUIDADO: O suporte ao Wintun é experimental e pode estar instável. Se você\n"
 "  encontrar problemas, instale o driver TAP-Windows no lugar. Veja\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 
 #: tun-win32.c:485
 msgid "Could not construct interface name\n"
@@ -6643,10 +6643,10 @@ msgstr "Falha ao alocar dispositivo tun local (TUNSETIFF): %s\n"
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 "Para configurar a rede local, openconnect deve ser executado como root\n"
-"Veja https://www.infradead.org/openconnect/nonroot.html para mais "
+"Veja %s para mais "
 "informação\n"
 
 #: tun.c:322
index 9287ec766f0ab62eea9a9e893f337c115ebe79db..6cf487d5faa79e5d7f1851f9815ba978f6218f8c 100644 (file)
@@ -1293,7 +1293,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1326,7 +1326,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1335,7 +1335,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1352,9 +1352,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2467,7 +2467,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2493,7 +2493,7 @@ msgstr ""
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3247,7 +3247,7 @@ msgstr ""
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 
 #: main.c:663
@@ -3844,7 +3844,7 @@ msgstr ""
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 
 #: main.c:2000
@@ -3882,7 +3882,7 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 
 #: main.c:2145
@@ -3925,7 +3925,7 @@ msgid "No --script argument provided; DNS and routing are not configured\n"
 msgstr ""
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
 msgstr ""
 
 #: main.c:2303
@@ -4579,7 +4579,7 @@ msgstr ""
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6267,7 +6267,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6382,7 +6382,7 @@ msgstr ""
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 
 #: tun.c:322
index 39396f260a6599a955dc11a9ee3506b244acfe79..f73240bc5b0e8b03ca557a55974df575af6ca3ff 100644 (file)
--- a/po/ro.po
+++ b/po/ro.po
@@ -1294,7 +1294,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1327,7 +1327,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1336,7 +1336,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1353,9 +1353,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2468,7 +2468,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2494,7 +2494,7 @@ msgstr ""
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3248,7 +3248,7 @@ msgstr ""
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 
 #: main.c:663
@@ -3845,7 +3845,7 @@ msgstr ""
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 
 #: main.c:2000
@@ -3883,7 +3883,7 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 
 #: main.c:2145
@@ -3926,7 +3926,7 @@ msgid "No --script argument provided; DNS and routing are not configured\n"
 msgstr ""
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
 msgstr ""
 
 #: main.c:2303
@@ -4580,7 +4580,7 @@ msgstr ""
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6268,7 +6268,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6383,7 +6383,7 @@ msgstr ""
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 
 #: tun.c:322
index 0e894aef2bc6ff3c5bade4b3b447fc99d5b84fd9..1c7860803cd7467ade9d40b8d0d40d58282ca2b1 100644 (file)
--- a/po/ru.po
+++ b/po/ru.po
@@ -1296,7 +1296,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1329,7 +1329,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1338,7 +1338,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1355,9 +1355,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2470,7 +2470,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2496,7 +2496,7 @@ msgstr ""
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3250,7 +3250,7 @@ msgstr ""
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 
 #: main.c:663
@@ -3847,7 +3847,7 @@ msgstr ""
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 
 #: main.c:2000
@@ -3885,7 +3885,7 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 
 #: main.c:2145
@@ -3928,7 +3928,7 @@ msgid "No --script argument provided; DNS and routing are not configured\n"
 msgstr ""
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
 msgstr ""
 
 #: main.c:2303
@@ -4582,7 +4582,7 @@ msgstr ""
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6270,7 +6270,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6385,7 +6385,7 @@ msgstr ""
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 
 #: tun.c:322
index 78df77ef172da0a9cfd121df42add0a02d78e39a..9880a08538de9225afb341453701fcb4f2f3d217 100644 (file)
--- a/po/rw.po
+++ b/po/rw.po
@@ -1293,7 +1293,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1326,7 +1326,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1335,7 +1335,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1352,9 +1352,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2467,7 +2467,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2493,7 +2493,7 @@ msgstr ""
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3247,7 +3247,7 @@ msgstr ""
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 
 #: main.c:663
@@ -3844,7 +3844,7 @@ msgstr ""
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 
 #: main.c:2000
@@ -3882,7 +3882,7 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 
 #: main.c:2145
@@ -3925,7 +3925,7 @@ msgid "No --script argument provided; DNS and routing are not configured\n"
 msgstr ""
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
 msgstr ""
 
 #: main.c:2303
@@ -4579,7 +4579,7 @@ msgstr ""
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6267,7 +6267,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6382,7 +6382,7 @@ msgstr ""
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 
 #: tun.c:322
index 7a93eebaf0557cd91c2faa84a64b26611a0f677e..35040958774cd2f5836621a00d7552b08d4a9ad4 100644 (file)
--- a/po/si.po
+++ b/po/si.po
@@ -1293,7 +1293,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1326,7 +1326,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1335,7 +1335,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1352,9 +1352,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2467,7 +2467,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2493,7 +2493,7 @@ msgstr ""
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3247,7 +3247,7 @@ msgstr ""
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 
 #: main.c:663
@@ -3844,7 +3844,7 @@ msgstr ""
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 
 #: main.c:2000
@@ -3882,7 +3882,7 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 
 #: main.c:2145
@@ -3925,7 +3925,7 @@ msgid "No --script argument provided; DNS and routing are not configured\n"
 msgstr ""
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
 msgstr ""
 
 #: main.c:2303
@@ -4579,7 +4579,7 @@ msgstr ""
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6267,7 +6267,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6382,7 +6382,7 @@ msgstr ""
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 
 #: tun.c:322
index 7ce5ad8ed4dcc2c0e2f1e7154246d2a674e84f62..b2cd2d9c3e5b520c917ea35c2228ac34c0d75559 100644 (file)
--- a/po/sk.po
+++ b/po/sk.po
@@ -1293,7 +1293,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1326,7 +1326,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1335,7 +1335,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1352,9 +1352,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2467,7 +2467,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2493,7 +2493,7 @@ msgstr ""
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3247,7 +3247,7 @@ msgstr ""
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 
 #: main.c:663
@@ -3844,7 +3844,7 @@ msgstr ""
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 
 #: main.c:2000
@@ -3882,7 +3882,7 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 
 #: main.c:2145
@@ -3925,7 +3925,7 @@ msgid "No --script argument provided; DNS and routing are not configured\n"
 msgstr ""
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
 msgstr ""
 
 #: main.c:2303
@@ -4579,7 +4579,7 @@ msgstr ""
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6267,7 +6267,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6382,7 +6382,7 @@ msgstr ""
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 
 #: tun.c:322
index 616e2d7b669ad777de0728b84700a0e130c5feb7..2183225b6635ab822352d4e6db443d54dfa7ce71 100644 (file)
--- a/po/sl.po
+++ b/po/sl.po
@@ -1312,7 +1312,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1345,7 +1345,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1354,7 +1354,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1371,9 +1371,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2486,7 +2486,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2512,7 +2512,7 @@ msgstr ""
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3276,7 +3276,7 @@ msgstr "Napaka dodeljevanja za niz s standardnega vhoda\n"
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 
 #: main.c:663
@@ -3882,7 +3882,7 @@ msgstr "Vrednost MTU %d je premajhna.\n"
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 "Zaradi uporabe možnosti --no-http-keepalive je onemogočena ponovna uporaba "
 "povezav HTTP.\n"
@@ -3924,7 +3924,7 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 
 #: main.c:2145
@@ -3969,8 +3969,8 @@ msgstr ""
 "niso nastavljene.\n"
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
-msgstr "Oglejte si https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
+msgstr "Oglejte si %s\n"
 
 #: main.c:2303
 msgid "User requested reconnect\n"
@@ -4628,7 +4628,7 @@ msgstr ""
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6322,7 +6322,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6438,7 +6438,7 @@ msgstr ""
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 
 #: tun.c:322
index 88595021eaf5f0c0c3e3609db30d3f8896289f03..c8bcb35795154768c6aec10962c2bedab04fd1cd 100644 (file)
--- a/po/sq.po
+++ b/po/sq.po
@@ -1293,7 +1293,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1326,7 +1326,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1335,7 +1335,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1352,9 +1352,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2467,7 +2467,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2493,7 +2493,7 @@ msgstr ""
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3247,7 +3247,7 @@ msgstr ""
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 
 #: main.c:663
@@ -3844,7 +3844,7 @@ msgstr ""
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 
 #: main.c:2000
@@ -3882,7 +3882,7 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 
 #: main.c:2145
@@ -3925,7 +3925,7 @@ msgid "No --script argument provided; DNS and routing are not configured\n"
 msgstr ""
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
 msgstr ""
 
 #: main.c:2303
@@ -4579,7 +4579,7 @@ msgstr ""
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6267,7 +6267,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6382,7 +6382,7 @@ msgstr ""
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 
 #: tun.c:322
index e6a568c40822171f297bc6318182fed27b36903d..bdb06332b78110b4da86ce68e1657d008ca072f8 100644 (file)
--- a/po/sr.po
+++ b/po/sr.po
@@ -313,7 +313,7 @@ msgid ""
 "devel@lists.infradead.org>\n"
 msgstr ""
 "Известите о %d неочекиване горње вредности (од којих је/су %d кобна/е) на "
-"<openconnect-devel@lists.infradead.org>\n"
+"<%s>\n"
 
 #: auth-globalprotect.c:415
 msgid "Please select GlobalProtect gateway."
@@ -1325,7 +1325,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1358,7 +1358,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1367,7 +1367,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1384,9 +1384,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2508,7 +2508,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2536,7 +2536,7 @@ msgstr "Непозната ознака подешавања опште зашт
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3318,10 +3318,10 @@ msgstr "Неуспех додељвања за ниску са стандард
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 "За испомоћ са Отвореним повезивањем, погледајте веб страницу на\n"
-"  „https://www.infradead.org/openconnect/mail.html“\n"
+"  „%s“\n"
 
 #: main.c:663
 #, c-format
@@ -3929,7 +3929,7 @@ msgstr "МТУ %d је премало\n"
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 "Искључујем поновно коришћење свих ХТТП веза због опције „--no-http-"
 "keepalive“.\n"
@@ -3973,12 +3973,12 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 "УПОЗОРЕЊЕ: Навели сте „%s“. То неће бити\n"
 "         потребно; известите о случају где је потребно превазилажење\n"
 "         ниске хитности за повезивање на сервер\n"
-"         на <openconnect-devel@lists.infradead.org>.\n"
+"         на <%s>.\n"
 
 #: main.c:2145
 #, c-format
@@ -4022,8 +4022,8 @@ msgid "No --script argument provided; DNS and routing are not configured\n"
 msgstr "Није достављен аргумент „--script“; ДНС и упућивање нису подешени\n"
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
-msgstr "Погледајте „https://www.infradead.org/openconnect/vpnc-script.html“\n"
+msgid "See %s\n"
+msgstr "Погледајте „%s“\n"
 
 #: main.c:2303
 msgid "User requested reconnect\n"
@@ -4686,7 +4686,7 @@ msgstr "DTLS cipher '%s' not found\n"
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6398,7 +6398,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6513,11 +6513,11 @@ msgstr "Нисам успео да свежем месни тун уређај (
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 "За подешавање месног умрежавања, опенконект мора бити покренут као "
 "администратор\n"
-"Видите „https://www.infradead.org/openconnect/nonroot.html“ за више "
+"Видите „%s“ за више "
 "података\n"
 
 #: tun.c:322
index 5f3450808047bb905a5f6fd7cf0156d27530cd5b..15b54ccf07621d2da60f49f47e202ae1c706fe98 100644 (file)
@@ -1309,7 +1309,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1342,7 +1342,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1351,7 +1351,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1368,9 +1368,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2485,7 +2485,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2512,7 +2512,7 @@ msgstr ""
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3280,10 +3280,10 @@ msgstr "Neuspeh dodeljvanja za nisku sa standardnog ulaza\n"
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 "Za ispomoć sa Otvorenim povezivanjem, pogledajte veb stranicu na\n"
-"  „https://www.infradead.org/openconnect/mail.html“\n"
+"  „%s“\n"
 
 #: main.c:663
 #, c-format
@@ -3890,7 +3890,7 @@ msgstr "MTU %d je premalo\n"
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 "Isključujem ponovno korišćenje svih HTTP veza zbog opcije „--no-http-"
 "keepalive“.\n"
@@ -3935,7 +3935,7 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 
 #: main.c:2145
@@ -3980,8 +3980,8 @@ msgid "No --script argument provided; DNS and routing are not configured\n"
 msgstr "Nije dostavljen argument „--script“; DNS i upućivanje nisu podešeni\n"
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
-msgstr "Pogledajte „https://www.infradead.org/openconnect/vpnc-script.html“\n"
+msgid "See %s\n"
+msgstr "Pogledajte „%s“\n"
 
 #: main.c:2303
 msgid "User requested reconnect\n"
@@ -4641,7 +4641,7 @@ msgstr ""
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6340,7 +6340,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6455,11 +6455,11 @@ msgstr "Nisam uspeo da svežem mesni tun uređaj (TUNSETIFF): %s\n"
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 "Za podešavanje mesnog umrežavanja, openkonekt mora biti pokrenut kao "
 "administrator\n"
-"Vidite „https://www.infradead.org/openconnect/nonroot.html“ za više "
+"Vidite „%s“ za više "
 "podataka\n"
 
 #: tun.c:322
index f3bc994a7546d1311d7cbf55bcfe373e94b9b278..aea9587d56ba224db1246f2435bd44b1f812bd7f 100644 (file)
--- a/po/sv.po
+++ b/po/sv.po
@@ -313,7 +313,7 @@ msgid ""
 "devel@lists.infradead.org>\n"
 msgstr ""
 "Rapportera gärna %d oväntade värden ovan (av vilka %d ödesdigra) till "
-"<openconnect-devel@lists.infradead.org>\n"
+"<%s>\n"
 
 #: auth-globalprotect.c:415
 msgid "Please select GlobalProtect gateway."
@@ -1327,7 +1327,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1360,7 +1360,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1369,7 +1369,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1386,9 +1386,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2522,7 +2522,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2550,10 +2550,10 @@ msgstr "Okänd GlobalProtect-konfigurationstagg <%s>: %s\n"
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 "IPv6-stöd för GlobalProtect är experimentellt. Rapportera gärna resultat "
-"till <openconnect-devel@lists.infradead.org>.\n"
+"till <%s>.\n"
 
 #: gpst.c:593
 msgid ""
@@ -3340,10 +3340,10 @@ msgstr "Allokeringsfel för sträng från stdin\n"
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 "För hjälp med OpenConnect, se webbsidan på\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 
 #: main.c:663
 #, c-format
@@ -3954,10 +3954,10 @@ msgstr "MTU %d för litet\n"
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 "Inaktiverar alla HTTP-anslutningsåteranvändningar pga --no-http-keepalive.\n"
-"Om detta hjälper, rapportera till <openconnect-devel@lists.infradead.org>.\n"
+"Om detta hjälper, rapportera till <%s>.\n"
 
 #: main.c:2000
 #, c-format
@@ -3996,12 +3996,12 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 "VARNING: Du angav %s. Detta bör inte vara\n"
 "         nödvändigt, rapportera fall där en åsidosättning för\n"
 "         en prioritetssträng är nödvändig för att ansluta till\n"
-"         en server till <openconnect-devel@lists.infradead.org>.\n"
+"         en server till <%s>.\n"
 
 #: main.c:2145
 #, c-format
@@ -4044,8 +4044,8 @@ msgstr ""
 "Inget --script-argument givet, DNS och omdirigering är inte konfigurerade\n"
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
-msgstr "Se https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
+msgstr "Se %s\n"
 
 #: main.c:2303
 msgid "User requested reconnect\n"
@@ -4716,12 +4716,12 @@ msgstr "DTLS-chiffer ”%s” fanns inte\n"
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 "SSL_set_session() misslyckades med DTLS-protokollversion 0x%x\n"
 "Använder du en version av OpenSSl som är äldre 0.9.8m?\n"
-"Se http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"Se %s\n"
 "Använd kommandoradsflaggan --no-dtls för att undvika detta meddelande\n"
 
 #: openssl-dtls.c:576
@@ -6434,7 +6434,7 @@ msgstr "Använder %s-enhet ”%s”, index %d\n"
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6550,10 +6550,10 @@ msgstr "Misslyckades med att binda lokal tun-enhet (TUNSETIFF): %s\n"
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 "För att konfigurera lokalt nätverk måste openconnect köras som root\n"
-"Se https://www.infradead.org/openconnect/nonroot.html för mer information\n"
+"Se %s för mer information\n"
 
 #: tun.c:322
 #, c-format
index 836248996a3790ac757ae9121b5168ef75c2efe1..cc492eecd0e0c085631b92c5a047c828d79d100b 100644 (file)
--- a/po/ta.po
+++ b/po/ta.po
@@ -1298,7 +1298,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1331,7 +1331,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1340,7 +1340,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1357,9 +1357,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2472,7 +2472,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2498,7 +2498,7 @@ msgstr ""
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3252,7 +3252,7 @@ msgstr ""
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 
 #: main.c:663
@@ -3849,7 +3849,7 @@ msgstr ""
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 
 #: main.c:2000
@@ -3887,7 +3887,7 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 
 #: main.c:2145
@@ -3930,7 +3930,7 @@ msgid "No --script argument provided; DNS and routing are not configured\n"
 msgstr ""
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
 msgstr ""
 
 #: main.c:2303
@@ -4584,7 +4584,7 @@ msgstr ""
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6272,7 +6272,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6387,7 +6387,7 @@ msgstr ""
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 
 #: tun.c:322
index 04947539181cd0d0f116d033858c63077f94d97b..f0f90d0eeb3507476f6150d176d292728f16ca41 100644 (file)
--- a/po/te.po
+++ b/po/te.po
@@ -1295,7 +1295,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1328,7 +1328,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1337,7 +1337,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1354,9 +1354,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2469,7 +2469,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2495,7 +2495,7 @@ msgstr ""
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3249,7 +3249,7 @@ msgstr ""
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 
 #: main.c:663
@@ -3846,7 +3846,7 @@ msgstr ""
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 
 #: main.c:2000
@@ -3884,7 +3884,7 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 
 #: main.c:2145
@@ -3927,7 +3927,7 @@ msgid "No --script argument provided; DNS and routing are not configured\n"
 msgstr ""
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
 msgstr ""
 
 #: main.c:2303
@@ -4581,7 +4581,7 @@ msgstr ""
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6269,7 +6269,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6384,7 +6384,7 @@ msgstr ""
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 
 #: tun.c:322
index 7702da9840f6ac87e0aa8c00be4a030cb6e0ebba..58413a3ddd317db4d1b298a7b4e65c2aee865221 100644 (file)
--- a/po/tg.po
+++ b/po/tg.po
@@ -1294,7 +1294,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1327,7 +1327,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1336,7 +1336,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1353,9 +1353,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2468,7 +2468,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2494,7 +2494,7 @@ msgstr ""
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3248,7 +3248,7 @@ msgstr ""
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 
 #: main.c:663
@@ -3845,7 +3845,7 @@ msgstr ""
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 
 #: main.c:2000
@@ -3883,7 +3883,7 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 
 #: main.c:2145
@@ -3926,7 +3926,7 @@ msgid "No --script argument provided; DNS and routing are not configured\n"
 msgstr ""
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
 msgstr ""
 
 #: main.c:2303
@@ -4580,7 +4580,7 @@ msgstr ""
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6268,7 +6268,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6383,7 +6383,7 @@ msgstr ""
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 
 #: tun.c:322
index cc7174b1deb8a4ff31159303b85da01a115735aa..aeea3d6759eedce2dc49eecd3388568f68bd084b 100644 (file)
@@ -1293,7 +1293,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1326,7 +1326,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1335,7 +1335,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1352,9 +1352,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2467,7 +2467,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2493,7 +2493,7 @@ msgstr ""
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3247,7 +3247,7 @@ msgstr ""
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 
 #: main.c:663
@@ -3844,7 +3844,7 @@ msgstr ""
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 
 #: main.c:2000
@@ -3882,7 +3882,7 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 
 #: main.c:2145
@@ -3925,7 +3925,7 @@ msgid "No --script argument provided; DNS and routing are not configured\n"
 msgstr ""
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
 msgstr ""
 
 #: main.c:2303
@@ -4579,7 +4579,7 @@ msgstr ""
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6267,7 +6267,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6382,7 +6382,7 @@ msgstr ""
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 
 #: tun.c:322
index 32aa84741ff9bfe9743ccac580a094a05cd84abd..7c926268d606be7d7bf4f93b82f1b4c1c83fa234 100644 (file)
--- a/po/th.po
+++ b/po/th.po
@@ -1292,7 +1292,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1325,7 +1325,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1334,7 +1334,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1351,9 +1351,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2466,7 +2466,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2492,7 +2492,7 @@ msgstr ""
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3246,7 +3246,7 @@ msgstr ""
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 
 #: main.c:663
@@ -3843,7 +3843,7 @@ msgstr ""
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 
 #: main.c:2000
@@ -3881,7 +3881,7 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 
 #: main.c:2145
@@ -3924,7 +3924,7 @@ msgid "No --script argument provided; DNS and routing are not configured\n"
 msgstr ""
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
 msgstr ""
 
 #: main.c:2303
@@ -4578,7 +4578,7 @@ msgstr ""
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6266,7 +6266,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6381,7 +6381,7 @@ msgstr ""
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 
 #: tun.c:322
index 503908d40383d3cec921a95653a3ecc67a288b67..15979008002ed1cc411c18ab5bcfdd1c4a44f1c6 100644 (file)
--- a/po/tl.po
+++ b/po/tl.po
@@ -1292,7 +1292,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1325,7 +1325,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1334,7 +1334,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1351,9 +1351,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2466,7 +2466,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2492,7 +2492,7 @@ msgstr ""
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3246,7 +3246,7 @@ msgstr ""
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 
 #: main.c:663
@@ -3843,7 +3843,7 @@ msgstr ""
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 
 #: main.c:2000
@@ -3881,7 +3881,7 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 
 #: main.c:2145
@@ -3924,7 +3924,7 @@ msgid "No --script argument provided; DNS and routing are not configured\n"
 msgstr ""
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
 msgstr ""
 
 #: main.c:2303
@@ -4578,7 +4578,7 @@ msgstr ""
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6266,7 +6266,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6381,7 +6381,7 @@ msgstr ""
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 
 #: tun.c:322
index 692217f6192e6d5509a324b6a9976fcdfbcce6ba..bc1d757d3baa5edeb902dac51c5fd82f7f65a01c 100644 (file)
@@ -1293,7 +1293,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1326,7 +1326,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1335,7 +1335,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1352,9 +1352,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2467,7 +2467,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2493,7 +2493,7 @@ msgstr ""
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3247,7 +3247,7 @@ msgstr ""
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 
 #: main.c:663
@@ -3844,7 +3844,7 @@ msgstr ""
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 
 #: main.c:2000
@@ -3882,7 +3882,7 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 
 #: main.c:2145
@@ -3925,7 +3925,7 @@ msgid "No --script argument provided; DNS and routing are not configured\n"
 msgstr ""
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
 msgstr ""
 
 #: main.c:2303
@@ -4579,7 +4579,7 @@ msgstr ""
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6267,7 +6267,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6382,7 +6382,7 @@ msgstr ""
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 
 #: tun.c:322
index 4276290cda9ee62b73c241c57ed55d79ed0fd4ba..fa71420c6b3d25126a09f194108c2b65afd85306 100644 (file)
--- a/po/tr.po
+++ b/po/tr.po
@@ -315,7 +315,7 @@ msgid ""
 "devel@lists.infradead.org>\n"
 msgstr ""
 "Lütfen yukardaki %d beklenmedik değeri (hangi %d ölümcül hatanın) "
-"<openconnect-devel@lists.infradead.org> adresine bildirin\n"
+"<%s> adresine bildirin\n"
 
 #: auth-globalprotect.c:415
 msgid "Please select GlobalProtect gateway."
@@ -1326,7 +1326,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1359,7 +1359,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1368,7 +1368,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1385,9 +1385,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2512,7 +2512,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2541,7 +2541,7 @@ msgstr "Bilinmeyen GlobalProtect yapılandırma etiketi <%s>: %s\n"
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3317,10 +3317,10 @@ msgstr "stdin'den gelen karakter dizisi için yer tahsis etme hatası\n"
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 "OpenConnect konusunda yardım için, lütfen\n"
-"  https://www.infradead.org/openconnect/mail.html adresindeki web\n"
+"  %s adresindeki web\n"
 "sayfasına bakın\n"
 
 #: main.c:663
@@ -3928,11 +3928,11 @@ msgstr "MTU %d çok küçük\n"
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 "--no-http-keepalive seçeneğinden dolayı HTTP bağlantılarının yeniden "
 "kullanılması devre dışı.\n"
-"Eğer bu yardımcı olursa, lütfen <openconnect-devel@lists.infradead.org> "
+"Eğer bu yardımcı olursa, lütfen <%s> "
 "adresine eposta atın.\n"
 
 #: main.c:2000
@@ -3973,12 +3973,12 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 "UYARI: %s belirttiniz. Bu gerekli değildir;\n"
 "         bir sunucuya bağlanmada öncelik dizgesinin\n"
 "         üstüne yazılması gereken durumları şu adrese\n"
-"         bildirin: <openconnect-devel@lists.infradead.org>.\n"
+"         bildirin: <%s>.\n"
 
 #: main.c:2145
 #, c-format
@@ -4021,9 +4021,9 @@ msgstr ""
 "Hiçbir --script değişkeni verilmemiş; DNS ve yönlendirme yapılandırılmamış\n"
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
 msgstr ""
-"https://www.infradead.org/openconnect/vpnc-script.html adresine bakın\n"
+"%s adresine bakın\n"
 
 #: main.c:2303
 msgid "User requested reconnect\n"
@@ -4682,7 +4682,7 @@ msgstr ""
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6386,7 +6386,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6501,10 +6501,10 @@ msgstr ""
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 "Yerel ağı yapılandırmak için openconnect kök olarak çalıştırılmalıdır\n"
-"Daha çok bilgi için https://www.infradead.org/openconnect/nonroot.html\n"
+"Daha çok bilgi için %s\n"
 
 #: tun.c:322
 #, c-format
index 3bcef336ef1a42b581c48e06d8be2797ba5c5177..2c5b8d5c7bd158857701eaba0b7e83f132c27e7c 100644 (file)
@@ -1293,7 +1293,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1326,7 +1326,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1335,7 +1335,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1352,9 +1352,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2467,7 +2467,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2493,7 +2493,7 @@ msgstr ""
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3247,7 +3247,7 @@ msgstr ""
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 
 #: main.c:663
@@ -3844,7 +3844,7 @@ msgstr ""
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 
 #: main.c:2000
@@ -3882,7 +3882,7 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 
 #: main.c:2145
@@ -3925,7 +3925,7 @@ msgid "No --script argument provided; DNS and routing are not configured\n"
 msgstr ""
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
 msgstr ""
 
 #: main.c:2303
@@ -4579,7 +4579,7 @@ msgstr ""
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6267,7 +6267,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6382,7 +6382,7 @@ msgstr ""
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 
 #: tun.c:322
index 6fb8461c62b898926c84d4d8844aa88e5778c56d..8d3e08197be5c44fea3360a3b918ca35acf445da 100644 (file)
--- a/po/ug.po
+++ b/po/ug.po
@@ -1298,7 +1298,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1331,7 +1331,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1340,7 +1340,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1357,9 +1357,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2478,7 +2478,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2504,7 +2504,7 @@ msgstr ""
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3261,10 +3261,10 @@ msgstr "stdin دىن ھەرپ تىزىقىنى تەقسىملىيەلمىدى\n"
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 "OpenConnect ھەققىدىكى ياردەمنى تۆۋەندىكى تورتۇرادىن كۆرۈڭ\n"
-"https://www.infradead.org/openconnect/mail.html\n"
+"%s\n"
 
 #: main.c:663
 #, c-format
@@ -3862,11 +3862,11 @@ msgstr "MTU %d بەك كىچىك\n"
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 "تاللانما -no-http-keepalive نى قايتا ئىشلىتىش سەۋەبىدىن بارلىق HTTP باغلىنىش "
 "چەكلەندى.\n"
-"ئەگەر بۇنىڭ ياردىمى بولسا <openconnect-devel@lists.infradead.org> غا دوكلات "
+"ئەگەر بۇنىڭ ياردىمى بولسا <%s> غا دوكلات "
 "قىلىڭ.\n"
 
 #: main.c:2000
@@ -3904,7 +3904,7 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 
 #: main.c:2145
@@ -3948,8 +3948,8 @@ msgstr ""
 "ھېچقانداق --script ئۆزگەرگۈچى تەمىنلەنمىگەن؛ DNS ۋە يېتەكلىگۈچ سەپلەنمىگەن\n"
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
-msgstr "https://www.infradead.org/openconnect/vpnc-script.html نى كۆرۈڭ\n"
+msgid "See %s\n"
+msgstr "%s نى كۆرۈڭ\n"
 
 #: main.c:2303
 msgid "User requested reconnect\n"
@@ -4605,7 +4605,7 @@ msgstr ""
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6293,7 +6293,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6408,7 +6408,7 @@ msgstr ""
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 
 #: tun.c:322
index 1a4a67e7cf9bbf7bde4e6c3774298f50a4eed0a8..6c5a16775dfcc4590d5a293b5931ec4d6aea20fa 100644 (file)
--- a/po/uk.po
+++ b/po/uk.po
@@ -328,7 +328,7 @@ msgid ""
 "devel@lists.infradead.org>\n"
 msgstr ""
 "Будь ласка, повідомте про %d неочікуваних значення вище (з яких %d є "
-"критичним) до <openconnect-devel@lists.infradead.org>\n"
+"критичним) до <%s>\n"
 
 #: auth-globalprotect.c:415
 msgid "Please select GlobalProtect gateway."
@@ -1362,7 +1362,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 "Сервером повідомлено про заборону reconnect-after-drop. OpenConnect не зможе "
 "повторно\n"
@@ -1401,7 +1401,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1410,7 +1410,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 "Сервером не надіслано <auth-ses tun-connect-without-reauth=\"0/1\"/>. "
 "Ймовірно, OpenConnect\n"
@@ -1436,16 +1436,16 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 "Сервер Fortinet відкидає запит щодо параметрів з'єднання. Таке\n"
 "відбувається у деяких випадках після повторного з'єднання. Будь\n"
-"ласка, повідомте про це на адресу <openconnect-devel@lists.infradead.org>\n"
+"ласка, повідомте про це на адресу <%s>\n"
 "або ознайомтеся із обговореннями:\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 та\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"%s та\n"
+"%s.\n"
 
 #: fortinet.c:680
 msgid "Error establishing Fortinet connection\n"
@@ -2590,12 +2590,12 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 "Адреса <connected-gw-ip> у налаштуваннях XML (%s) відрізняється від адреси\n"
 "зовнішнього шлюзу (%s). Будь ласка, повідомте про це розробників:\n"
-"<openconnect-devel@lists.infradead.org>, зокрема про будь-які проблеми\n"
+"<%s>, зокрема про будь-які проблеми\n"
 "із ESP або іншу видиму втрату можливості з'єднання або швидкодії.\n"
 
 #: gpst.c:501
@@ -2622,7 +2622,7 @@ msgstr "Невідомий теґ налаштовування GlobalProtect <%s
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 "Підтримка IPv6 у GlobalProtect є експериментальною. Будь ласка, повідомте "
 "про результати використання на адресу <openconnect-devel@lists.infradead."
@@ -3436,10 +3436,10 @@ msgstr ""
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 "Допоміжні настанови щодо OpenConnect можна знайти на сторінці\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 
 #: main.c:663
 #, c-format
@@ -4066,7 +4066,7 @@ msgstr "MTU %d є надто малим\n"
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 "Вимикаємо усе повторне використання з'єднань HTTP через параметр --no-http-"
 "keepalive.\n"
@@ -4113,13 +4113,13 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 "УВАГА: вами вказано %s. У цьому не повинно виникати\n"
 "         потреби. Будь ласка, повідомте розробникам про\n"
 "         випадки, коли перевизначення рядка пріоритетності\n"
 "         є необхідним для встановлення з'єднання з сервером,\n"
-"         на <openconnect-devel@lists.infradead.org>.\n"
+"         на <%s>.\n"
 
 #: main.c:2145
 #, c-format
@@ -4161,8 +4161,8 @@ msgid "No --script argument provided; DNS and routing are not configured\n"
 msgstr "Не вказано аргументу --script; DNS і маршрутизацію не налаштовано\n"
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
-msgstr "Див. https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
+msgstr "Див. %s\n"
 
 #: main.c:2303
 msgid "User requested reconnect\n"
@@ -4840,12 +4840,12 @@ msgstr "Не знайдено шифр DTLS «%s»\n"
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 "Помилка SSL_set_session() із версією протоколу DTLS 0x%x\n"
 "Використовуєте версію OpenSSL, яка є старішою за 0.9.8m?\n"
-"Див. http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"Див. %s\n"
 "Скористайтеся параметром командного рядка --no-dtls command,\n"
 "щоб програма не виводила це повідомлення\n"
 
@@ -6608,11 +6608,11 @@ msgstr "Використовуємо пристрій %s «%s», індекс %d
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 "УВАГА: підтримка Wintun є експериментальною, тому робота може бути\n"
 "  нестабільною. Якщо у вас виникають проблеми, встановіть драйвер\n"
-"  TAP-Windows. Див. https://www.infradead.org/openconnect/building.html\n"
+"  TAP-Windows. Див. %s\n"
 
 #: tun-win32.c:485
 msgid "Could not construct interface name\n"
@@ -6729,11 +6729,11 @@ msgstr "Не вдалося пов'язати локальний пристрі
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 "Для налаштовування локальної мережі openconnect має бути запущено від імені "
 "root.\n"
-"Див. https://www.infradead.org/openconnect/nonroot.html, щоб дізнатися "
+"Див. %s, щоб дізнатися "
 "більше\n"
 
 #: tun.c:322
index 66079cc889026f6d236be10de4b654ce665c5d0f..ef5220ebf4c397ea8a123c518379b797cc431d4c 100644 (file)
@@ -1293,7 +1293,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1326,7 +1326,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1335,7 +1335,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1352,9 +1352,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2467,7 +2467,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2493,7 +2493,7 @@ msgstr ""
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3247,7 +3247,7 @@ msgstr ""
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 
 #: main.c:663
@@ -3844,7 +3844,7 @@ msgstr ""
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 
 #: main.c:2000
@@ -3882,7 +3882,7 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 
 #: main.c:2145
@@ -3925,7 +3925,7 @@ msgid "No --script argument provided; DNS and routing are not configured\n"
 msgstr ""
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
 msgstr ""
 
 #: main.c:2303
@@ -4579,7 +4579,7 @@ msgstr ""
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6267,7 +6267,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6382,7 +6382,7 @@ msgstr ""
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 
 #: tun.c:322
index a8db1fa4e2ca47c19e29e756dc5863d144fc493b..c8addaf38180e53f0fe5475fb07e97278ebeec82 100644 (file)
--- a/po/uz.po
+++ b/po/uz.po
@@ -1293,7 +1293,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1326,7 +1326,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1335,7 +1335,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1352,9 +1352,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2467,7 +2467,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2493,7 +2493,7 @@ msgstr ""
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3247,7 +3247,7 @@ msgstr ""
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 
 #: main.c:663
@@ -3844,7 +3844,7 @@ msgstr ""
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 
 #: main.c:2000
@@ -3882,7 +3882,7 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 
 #: main.c:2145
@@ -3925,7 +3925,7 @@ msgid "No --script argument provided; DNS and routing are not configured\n"
 msgstr ""
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
 msgstr ""
 
 #: main.c:2303
@@ -4579,7 +4579,7 @@ msgstr ""
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6267,7 +6267,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6382,7 +6382,7 @@ msgstr ""
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 
 #: tun.c:322
index 48aa174d7250cf0d4fb84492dc9197e5f88ec080..2f234ec60807c4e3e3c056f84c3ae5eb7a222ed6 100644 (file)
--- a/po/vi.po
+++ b/po/vi.po
@@ -1292,7 +1292,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1325,7 +1325,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1334,7 +1334,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1351,9 +1351,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2466,7 +2466,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2492,7 +2492,7 @@ msgstr ""
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3246,7 +3246,7 @@ msgstr ""
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 
 #: main.c:663
@@ -3843,7 +3843,7 @@ msgstr ""
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 
 #: main.c:2000
@@ -3881,7 +3881,7 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 
 #: main.c:2145
@@ -3924,7 +3924,7 @@ msgid "No --script argument provided; DNS and routing are not configured\n"
 msgstr ""
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
 msgstr ""
 
 #: main.c:2303
@@ -4578,7 +4578,7 @@ msgstr ""
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6266,7 +6266,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6381,7 +6381,7 @@ msgstr ""
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 
 #: tun.c:322
index 67b210abf2113fe174a3d29fc6c3dd4b83f6e8a5..0c054c7f6ce6668bebb14389f7c73d000a6a9a92 100644 (file)
@@ -1293,7 +1293,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1326,7 +1326,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1335,7 +1335,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1352,9 +1352,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2467,7 +2467,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2493,7 +2493,7 @@ msgstr ""
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3247,7 +3247,7 @@ msgstr ""
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 
 #: main.c:663
@@ -3844,7 +3844,7 @@ msgstr ""
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 
 #: main.c:2000
@@ -3882,7 +3882,7 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 
 #: main.c:2145
@@ -3925,7 +3925,7 @@ msgid "No --script argument provided; DNS and routing are not configured\n"
 msgstr ""
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
 msgstr ""
 
 #: main.c:2303
@@ -4579,7 +4579,7 @@ msgstr ""
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6267,7 +6267,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6382,7 +6382,7 @@ msgstr ""
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 
 #: tun.c:322
index 3796f8498b87e55694e8b3574812e810d0b6d922..775fa49574d96533282dc4e89d07b61e77fd1a68 100644 (file)
--- a/po/wa.po
+++ b/po/wa.po
@@ -1292,7 +1292,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1325,7 +1325,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1334,7 +1334,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1351,9 +1351,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2466,7 +2466,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2492,7 +2492,7 @@ msgstr ""
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3246,7 +3246,7 @@ msgstr ""
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 
 #: main.c:663
@@ -3843,7 +3843,7 @@ msgstr ""
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 
 #: main.c:2000
@@ -3881,7 +3881,7 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 
 #: main.c:2145
@@ -3924,7 +3924,7 @@ msgid "No --script argument provided; DNS and routing are not configured\n"
 msgstr ""
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
 msgstr ""
 
 #: main.c:2303
@@ -4578,7 +4578,7 @@ msgstr ""
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6266,7 +6266,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6381,7 +6381,7 @@ msgstr ""
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 
 #: tun.c:322
index c20015f20b01182b661ec42023e07f4cebff4e2d..859fa88426c67555fdffd7e923d74b3d816a81ee 100644 (file)
--- a/po/xh.po
+++ b/po/xh.po
@@ -1293,7 +1293,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1326,7 +1326,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1335,7 +1335,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1352,9 +1352,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2467,7 +2467,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2493,7 +2493,7 @@ msgstr ""
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3247,7 +3247,7 @@ msgstr ""
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 
 #: main.c:663
@@ -3844,7 +3844,7 @@ msgstr ""
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 
 #: main.c:2000
@@ -3882,7 +3882,7 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 
 #: main.c:2145
@@ -3925,7 +3925,7 @@ msgid "No --script argument provided; DNS and routing are not configured\n"
 msgstr ""
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
 msgstr ""
 
 #: main.c:2303
@@ -4579,7 +4579,7 @@ msgstr ""
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6267,7 +6267,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6382,7 +6382,7 @@ msgstr ""
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 
 #: tun.c:322
index 137956e46b169218bff9335d6c78b528e30473bf..c1904e615d18c27b1487bcc9b37b86205aa04604 100644 (file)
@@ -1309,7 +1309,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1342,7 +1342,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1351,7 +1351,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1368,9 +1368,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2489,7 +2489,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2515,7 +2515,7 @@ msgstr ""
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3279,10 +3279,10 @@ msgstr "分配来自标准输入的字符串失败\n"
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 "为了帮助 OpenConnect,请查看网页于\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 
 #: main.c:663
 #, c-format
@@ -3884,10 +3884,10 @@ msgstr "MTU %d 太小\n"
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 "正在禁用所有的 HTTP 连接复用,由于 --no-http-keepalive 选项。\n"
-"如果这有帮助,请报告到 <openconnect-devel@lists.infradead.org>。\n"
+"如果这有帮助,请报告到 <%s>。\n"
 "\n"
 
 #: main.c:2000
@@ -3927,7 +3927,7 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 
 #: main.c:2145
@@ -3970,8 +3970,8 @@ msgid "No --script argument provided; DNS and routing are not configured\n"
 msgstr "没有提供 --script 参数;DNS 和路由未配置\n"
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
-msgstr "查看 https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
+msgstr "查看 %s\n"
 
 #: main.c:2303
 msgid "User requested reconnect\n"
@@ -4641,7 +4641,7 @@ msgstr ""
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6339,7 +6339,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6454,10 +6454,10 @@ msgstr "绑定本地 tun 设备(TUNSETIFF)失败:%s\n"
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 "为了配置本地网络,openconnect 必须以 root 权限运行\n"
-"查看 See https://www.infradead.org/openconnect/nonroot.html 来获取更多信息\n"
+"查看 See %s 来获取更多信息\n"
 
 #: tun.c:322
 #, c-format
index 3624d072a534b1a127ce06a5801a60c102db7d50..20a286bffba589fc4520588501814af5a17a1a21 100644 (file)
@@ -1291,7 +1291,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1324,7 +1324,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1333,7 +1333,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1350,9 +1350,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2465,7 +2465,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2491,7 +2491,7 @@ msgstr ""
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3245,7 +3245,7 @@ msgstr ""
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 
 #: main.c:663
@@ -3842,7 +3842,7 @@ msgstr ""
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 
 #: main.c:2000
@@ -3880,7 +3880,7 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 
 #: main.c:2145
@@ -3923,7 +3923,7 @@ msgid "No --script argument provided; DNS and routing are not configured\n"
 msgstr ""
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
 msgstr ""
 
 #: main.c:2303
@@ -4577,7 +4577,7 @@ msgstr ""
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6265,7 +6265,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6380,7 +6380,7 @@ msgstr ""
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 
 #: tun.c:322
index 6bfe50ab7500061836345981ccaf195b656d5b2d..1ab34b09cf2a43add9d94d2335b59288da10fcd8 100644 (file)
@@ -1291,7 +1291,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1324,7 +1324,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1333,7 +1333,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1350,9 +1350,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2465,7 +2465,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2491,7 +2491,7 @@ msgstr ""
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3245,7 +3245,7 @@ msgstr ""
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 
 #: main.c:663
@@ -3842,7 +3842,7 @@ msgstr ""
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 
 #: main.c:2000
@@ -3880,7 +3880,7 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 
 #: main.c:2145
@@ -3923,7 +3923,7 @@ msgid "No --script argument provided; DNS and routing are not configured\n"
 msgstr ""
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
 msgstr ""
 
 #: main.c:2303
@@ -4577,7 +4577,7 @@ msgstr ""
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6265,7 +6265,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6380,7 +6380,7 @@ msgstr ""
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 
 #: tun.c:322
index fd155c618d2f8a59dc776da40a856f3d116987f9..2df6a6e53b13460701dd0d0988f4bbd49f328983 100644 (file)
--- a/po/zu.po
+++ b/po/zu.po
@@ -1293,7 +1293,7 @@ msgid ""
 "Server reports that reconnect-after-drop is not allowed. OpenConnect will "
 "not\n"
 "be able to reconnect if dead peer is detected. If reconnection DOES work,\n"
-"please report to <openconnect-devel@lists.infradead.org>\n"
+"please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:418
@@ -1326,7 +1326,7 @@ msgid ""
 "WARNING: Fortinet server does not specifically enable or disable "
 "reconnection\n"
 "    without reauthentication. If automatic reconnection does work, please\n"
-"    report results to <openconnect-devel@lists.infradead.org>\n"
+"    report results to <%s>\n"
 msgstr ""
 
 #: fortinet.c:557
@@ -1335,7 +1335,7 @@ msgid ""
 "OpenConnect will\n"
 "probably not be able to reconnect if dead peer is detected. If reconnection "
 "DOES,\n"
-"work please report to <openconnect-devel@lists.infradead.org>\n"
+"work please report to <%s>\n"
 msgstr ""
 
 #: fortinet.c:616
@@ -1352,9 +1352,9 @@ msgstr ""
 msgid ""
 "Fortinet server is rejecting request for connection options. This\n"
 "has been observed after reconnection in some cases. Please report to\n"
-"<openconnect-devel@lists.infradead.org>, or see the discussions on\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/297 and\n"
-"https://gitlab.com/openconnect/openconnect/-/issues/298.\n"
+"<%s>, or see the discussions on\n"
+"%s and\n"
+"%s.\n"
 msgstr ""
 
 #: fortinet.c:680
@@ -2467,7 +2467,7 @@ msgstr ""
 msgid ""
 "Config XML <connected-gw-ip> address (%s) differs from external\n"
 "gateway address (%s). Please report this to\n"
-"<openconnect-devel@lists.infradead.org>, including any problems\n"
+"<%s>, including any problems\n"
 "with ESP or other apparent loss of connectivity or performance.\n"
 msgstr ""
 
@@ -2493,7 +2493,7 @@ msgstr ""
 #: gpst.c:571
 msgid ""
 "GlobalProtect IPv6 support is experimental. Please report results to "
-"<openconnect-devel@lists.infradead.org>.\n"
+"<%s>.\n"
 msgstr ""
 
 #: gpst.c:593
@@ -3247,7 +3247,7 @@ msgstr ""
 #, c-format
 msgid ""
 "For assistance with OpenConnect, please see the web page at\n"
-"  https://www.infradead.org/openconnect/mail.html\n"
+"  %s\n"
 msgstr ""
 
 #: main.c:663
@@ -3844,7 +3844,7 @@ msgstr ""
 #, c-format
 msgid ""
 "Disabling all HTTP connection re-use due to --no-http-keepalive option.\n"
-"If this helps, please report to <openconnect-devel@lists.infradead.org>.\n"
+"If this helps, please report to <%s>.\n"
 msgstr ""
 
 #: main.c:2000
@@ -3882,7 +3882,7 @@ msgid ""
 "WARNING: You specified %s. This should not be\n"
 "         necessary; please report cases where a priority string\n"
 "         override is necessary to connect to a server\n"
-"         to <openconnect-devel@lists.infradead.org>.\n"
+"         to <%s>.\n"
 msgstr ""
 
 #: main.c:2145
@@ -3925,7 +3925,7 @@ msgid "No --script argument provided; DNS and routing are not configured\n"
 msgstr ""
 
 #: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
 msgstr ""
 
 #: main.c:2303
@@ -4579,7 +4579,7 @@ msgstr ""
 msgid ""
 "SSL_set_session() failed with DTLS protocol version 0x%x\n"
 "Are you using a version of OpenSSL older than 0.9.8m?\n"
-"See http://rt.openssl.org/Ticket/Display.html?id=1751\n"
+"See %s\n"
 "Use the --no-dtls command line option to avoid this message\n"
 msgstr ""
 
@@ -6267,7 +6267,7 @@ msgstr ""
 msgid ""
 "WARNING: Support for Wintun is experimental and may be unstable. If you\n"
 "  encounter problems, install the TAP-Windows driver instead. See\n"
-"  https://www.infradead.org/openconnect/building.html\n"
+"  %s\n"
 msgstr ""
 
 #: tun-win32.c:485
@@ -6382,7 +6382,7 @@ msgstr ""
 #: tun.c:257
 msgid ""
 "To configure local networking, openconnect must be running as root\n"
-"See https://www.infradead.org/openconnect/nonroot.html for more information\n"
+"See %s for more information\n"
 msgstr ""
 
 #: tun.c:322
index f0ee48852e623172a7e21857250a77cb221ed757..50fd599c190a50c69bf9714e452ea1998858a04f 100644 (file)
@@ -472,7 +472,8 @@ static intptr_t open_tun(struct openconnect_info *vpninfo, int adapter_type, cha
                vpn_progress(vpninfo, PRG_ERR,
                             _("WARNING: Support for Wintun is experimental and may be unstable. If you\n"
                               "  encounter problems, install the TAP-Windows driver instead. See\n"
-                              "  https://www.infradead.org/openconnect/building.html\n"));
+                              "  %s\n"),
+                            "https://www.infradead.org/openconnect/building.html");
 
        return ret;
 }
diff --git a/tun.c b/tun.c
index 0232dc2414336a5a51518d5984be3f631b807d9e..1a77413b8c9f54d6e7084a8540bf80b53a2873a4 100644 (file)
--- a/tun.c
+++ b/tun.c
@@ -232,7 +232,8 @@ intptr_t os_setup_tun(struct openconnect_info *vpninfo)
                if (err == EPERM) {
                        vpn_progress(vpninfo, PRG_ERR,
                                     _("To configure local networking, openconnect must be running as root\n"
-                                      "See https://www.infradead.org/openconnect/nonroot.html for more information\n"));
+                                      "See %s for more information\n"),
+                                    "https://www.infradead.org/openconnect/nonroot.html");
                }
                close(tun_fd);
                return -EIO;