You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
strprintf(_("Please contribute if you find %s useful. "
488
+
"Visit %s for further information about the software."),
489
+
PACKAGE_NAME, URL_WEBSITE) +
490
+
"\n" +
491
+
strprintf(_("The source code is available from %s."),
492
+
URL_SOURCE_CODE) +
486
493
"\n" +
494
+
"\n" +
495
+
_("This is experimental software.") + "\n" +
487
496
_("Distributed under the MIT software license, see the accompanying file COPYING or <http://www.opensource.org/licenses/mit-license.php>.") + "\n" +
488
497
"\n" +
489
498
_("This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit <https://www.openssl.org/> and cryptographic software written by Eric Young and UPnP software written by Thomas Bernard.") +
0 commit comments