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;
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;
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);
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) {
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) {
/* 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 */
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)
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:
_("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;
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");
}
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;
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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
"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
msgstr ""
#: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
msgstr ""
#: main.c:2303
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 ""
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
#: 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
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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
"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
msgstr ""
#: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
msgstr ""
#: main.c:2303
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 ""
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
#: 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
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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
"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
msgstr ""
#: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
msgstr ""
#: main.c:2303
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 ""
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
#: 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
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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
"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
msgstr ""
#: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
msgstr ""
#: main.c:2303
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 ""
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
#: 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
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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
"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
msgstr ""
#: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
msgstr ""
#: main.c:2303
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 ""
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
#: 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
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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
"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
msgstr ""
#: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
msgstr ""
#: main.c:2303
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 ""
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
#: 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
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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
"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
msgstr ""
#: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
msgstr ""
#: main.c:2303
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 ""
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
#: 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
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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
"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
msgstr ""
#: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
msgstr ""
#: main.c:2303
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 ""
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
#: 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
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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
"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
msgstr ""
#: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
msgstr ""
#: main.c:2303
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 ""
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
#: 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
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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
"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
msgstr ""
#: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
msgstr ""
#: main.c:2303
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 ""
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
#: 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
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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
"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
msgstr ""
#: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
msgstr ""
#: main.c:2303
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 ""
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
#: 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
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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
"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
msgstr ""
#: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
msgstr ""
#: main.c:2303
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 ""
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
#: 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
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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"
"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
"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"
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 ""
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
#: 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
"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."
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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-"
"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
"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"
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 ""
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
#: 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
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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
"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
msgstr ""
#: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
msgstr ""
#: main.c:2303
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 ""
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
#: 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
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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
"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
msgstr ""
#: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
msgstr ""
#: main.c:2303
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 ""
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
#: 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
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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"
"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
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"
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 ""
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
#: 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
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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
"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
msgstr ""
#: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
msgstr ""
#: main.c:2303
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 ""
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
#: 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
"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."
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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"
"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
"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"
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 ""
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
#: 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
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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"
"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
"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"
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 ""
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
#: 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
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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
"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
msgstr ""
#: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
msgstr ""
#: main.c:2303
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 ""
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
#: 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
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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"
"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
"ρυθμισμένα\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"
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 ""
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
#: 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
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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
"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
msgstr ""
#: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
msgstr ""
#: main.c:2303
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 ""
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
#: 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
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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
"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
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"
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 ""
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
#: 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
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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
"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
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"
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 ""
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
#: 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
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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
"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
msgstr ""
#: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
msgstr ""
#: main.c:2303
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 ""
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
#: 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
"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."
"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
"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
"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
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
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 ""
#: 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 ""
#, 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
#, 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
"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
"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"
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
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
#: 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
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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
"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
msgstr ""
#: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
msgstr ""
#: main.c:2303
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 ""
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
#: 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
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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
"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
msgstr ""
#: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
msgstr ""
#: main.c:2303
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 ""
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
#: 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
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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
"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
msgstr ""
#: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
msgstr ""
#: main.c:2303
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 ""
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
#: 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
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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
"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
"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"
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 ""
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
#: 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
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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
"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
msgstr ""
#: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
msgstr ""
#: main.c:2303
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 ""
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
#: 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
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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
"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
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"
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 ""
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
#: 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
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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
"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
msgstr ""
#: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
msgstr ""
#: main.c:2303
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 ""
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
#: 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
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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
"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
msgstr ""
#: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
msgstr ""
#: main.c:2303
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 ""
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
#: 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
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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
"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
msgstr ""
#: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
msgstr ""
#: main.c:2303
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 ""
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
#: 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
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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
"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
"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"
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 ""
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
#: 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
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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
"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
msgstr ""
#: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
msgstr ""
#: main.c:2303
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 ""
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
#: 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
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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
"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
msgstr ""
#: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
msgstr ""
#: main.c:2303
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 ""
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
#: 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
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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
"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
msgstr ""
#: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
msgstr ""
#: main.c:2303
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 ""
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
#: 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
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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
"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
msgstr ""
#: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
msgstr ""
#: main.c:2303
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 ""
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
#: 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
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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
"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
msgstr ""
#: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
msgstr ""
#: main.c:2303
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 ""
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
#: 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
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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
"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
"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"
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 ""
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
#: 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
"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."
"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
"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
"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
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
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 ""
#: 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 ""
#, 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
#, 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"
"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
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"
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 ""
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
#: 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
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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
"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
msgstr ""
#: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
msgstr ""
#: main.c:2303
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 ""
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
#: 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
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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
"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
msgstr ""
#: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
msgstr ""
#: main.c:2303
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 ""
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
#: 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
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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
"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
msgstr ""
#: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
msgstr ""
#: main.c:2303
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 ""
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
#: 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
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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
"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
msgstr ""
#: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
msgstr ""
#: main.c:2303
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 ""
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
#: 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
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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
"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
msgstr ""
#: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
msgstr ""
#: main.c:2303
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 ""
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
#: 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
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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
"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
msgstr ""
#: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
msgstr ""
#: main.c:2303
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 ""
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
#: 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
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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
"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
msgstr ""
#: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
msgstr ""
#: main.c:2303
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 ""
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
#: 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
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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
"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
msgstr ""
#: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
msgstr ""
#: main.c:2303
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 ""
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
#: 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
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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
"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
msgstr ""
#: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
msgstr ""
#: main.c:2303
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 ""
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
#: 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
"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."
"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
"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
"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
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
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 ""
#: 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 ""
#, 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
#, 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."
"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
"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"
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
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
#: 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."
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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
"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
msgstr ""
#: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
msgstr ""
#: main.c:2303
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 ""
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
#: 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
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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
"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
msgstr ""
#: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
msgstr ""
#: main.c:2303
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 ""
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
#: 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
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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
"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
msgstr ""
#: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
msgstr ""
#: main.c:2303
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 ""
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
#: 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
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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
"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
msgstr ""
#: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
msgstr ""
#: main.c:2303
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 ""
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
#: 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
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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
"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
msgstr ""
#: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
msgstr ""
#: main.c:2303
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 ""
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
#: 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
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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
"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
msgstr ""
#: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
msgstr ""
#: main.c:2303
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 ""
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
#: 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
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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
"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
msgstr ""
#: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
msgstr ""
#: main.c:2303
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 ""
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
#: 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
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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
"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
msgstr ""
#: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
msgstr ""
#: main.c:2303
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 ""
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
#: 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
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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
"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
msgstr ""
#: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
msgstr ""
#: main.c:2303
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 ""
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
#: 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
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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
"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
msgstr ""
#: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
msgstr ""
#: main.c:2303
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 ""
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
#: 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
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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
"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
msgstr ""
#: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
msgstr ""
#: main.c:2303
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 ""
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
#: 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
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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
"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
msgstr ""
#: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
msgstr ""
#: main.c:2303
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 ""
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
#: 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
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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
"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
"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"
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 ""
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
#: 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
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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
"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
msgstr ""
#: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
msgstr ""
#: main.c:2303
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 ""
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
#: 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
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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
"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
msgstr ""
#: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
msgstr ""
#: main.c:2303
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 ""
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
#: 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
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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
"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
msgstr ""
#: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
msgstr ""
#: main.c:2303
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 ""
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
#: 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
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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
"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
msgstr ""
#: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
msgstr ""
#: main.c:2303
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 ""
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
#: 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
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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
"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
msgstr ""
#: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
msgstr ""
#: main.c:2303
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 ""
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
#: 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
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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
"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
msgstr ""
#: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
msgstr ""
#: main.c:2303
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 ""
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
#: 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
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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
"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
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"
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 ""
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
#: 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
"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
"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
"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
"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
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
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 ""
#: 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 ""
#, 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
#, 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"
"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
"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"
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
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
#: 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
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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
"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
msgstr ""
#: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
msgstr ""
#: main.c:2303
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 ""
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
#: 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
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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
"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
"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"
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 ""
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
#: 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
"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."
"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
"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
"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"
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"
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
#: 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 ""
#, 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
#, 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"
"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
"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"
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
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"
#: 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
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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
"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
msgstr ""
#: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
msgstr ""
#: main.c:2303
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 ""
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
#: 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
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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
"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
msgstr ""
#: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
msgstr ""
#: main.c:2303
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 ""
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
#: 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
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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
"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
msgstr ""
#: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
msgstr ""
#: main.c:2303
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 ""
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
#: 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
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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
"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
msgstr ""
#: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
msgstr ""
#: main.c:2303
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 ""
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
#: 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
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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
"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
msgstr ""
#: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
msgstr ""
#: main.c:2303
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 ""
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
#: 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
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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
"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
msgstr ""
#: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
msgstr ""
#: main.c:2303
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 ""
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
#: 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
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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"
"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
"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"
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 ""
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
#: 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
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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
"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
msgstr ""
#: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
msgstr ""
#: main.c:2303
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 ""
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
#: 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
"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."
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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"
"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
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"
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 ""
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
#: 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
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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"
"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
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"
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 ""
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
#: 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
"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."
"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
"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
"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
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
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 ""
#: 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 ""
#, 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
#, 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
"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
"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"
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
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
#: 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
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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
"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
msgstr ""
#: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
msgstr ""
#: main.c:2303
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 ""
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
#: 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
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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
"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
msgstr ""
#: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
msgstr ""
#: main.c:2303
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 ""
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
#: 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
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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
"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
msgstr ""
#: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
msgstr ""
#: main.c:2303
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 ""
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
#: 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
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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
"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
msgstr ""
#: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
msgstr ""
#: main.c:2303
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 ""
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
#: 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
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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
"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
msgstr ""
#: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
msgstr ""
#: main.c:2303
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 ""
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
#: 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
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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
"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
msgstr ""
#: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
msgstr ""
#: main.c:2303
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 ""
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
#: 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
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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
"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
msgstr ""
#: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
msgstr ""
#: main.c:2303
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 ""
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
#: 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
"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."
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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
"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
"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"
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 ""
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
#: 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
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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
"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
msgstr ""
#: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
msgstr ""
#: main.c:2303
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 ""
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
#: 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
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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
"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
"ھېچقانداق --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"
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 ""
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
#: 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
"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."
"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"
"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
"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"
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"
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
#: 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."
#, 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
#, 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"
"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
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"
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"
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"
#: 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
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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
"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
msgstr ""
#: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
msgstr ""
#: main.c:2303
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 ""
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
#: 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
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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
"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
msgstr ""
#: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
msgstr ""
#: main.c:2303
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 ""
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
#: 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
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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
"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
msgstr ""
#: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
msgstr ""
#: main.c:2303
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 ""
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
#: 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
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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
"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
msgstr ""
#: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
msgstr ""
#: main.c:2303
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 ""
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
#: 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
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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
"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
msgstr ""
#: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
msgstr ""
#: main.c:2303
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 ""
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
#: 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
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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
"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
msgstr ""
#: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
msgstr ""
#: main.c:2303
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 ""
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
#: 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
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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
"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
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"
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 ""
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
#: 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
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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
"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
msgstr ""
#: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
msgstr ""
#: main.c:2303
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 ""
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
#: 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
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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
"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
msgstr ""
#: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
msgstr ""
#: main.c:2303
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 ""
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
#: 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
"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
"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
"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
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
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 ""
#: 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
#, 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
#, 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
"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
msgstr ""
#: main.c:2290
-msgid "See https://www.infradead.org/openconnect/vpnc-script.html\n"
+msgid "See %s\n"
msgstr ""
#: main.c:2303
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 ""
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
#: 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
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;
}
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;