Mercurial > trustbridge
comparison ui/mainwindow.cpp @ 1275:be989e9d49a4
Translations updated.
author | Emanuel Schuetze <emanuel@intevation.de> |
---|---|
date | Mon, 29 Sep 2014 11:08:20 +0200 |
parents | 8bfbfd4ea568 |
children | 4523d81eeafe |
comparison
equal
deleted
inserted
replaced
1274:f1f4059ec320 | 1275:be989e9d49a4 |
---|---|
716 "<li>Qt (LGPL v==2.1)" + | 716 "<li>Qt (LGPL v==2.1)" + |
717 "<li>PolarSSL (GPL v>=2)" + | 717 "<li>PolarSSL (GPL v>=2)" + |
718 "<li>Oxygen-Icons (LGPL v==3)" + | 718 "<li>Oxygen-Icons (LGPL v==3)" + |
719 "<li>Mozilla NSS (Mozilla Public License v2)" + | 719 "<li>Mozilla NSS (Mozilla Public License v2)" + |
720 "<li>libcurl (The curl license)</ul>" + | 720 "<li>libcurl (The curl license)</ul>" + |
721 tr("Read more about the license information in the 'licenses' directory in the " | 721 tr("You will find the legally binding details in the 'licenses' directory " |
722 "where TrustBridge is installed<br/>" | |
723 "or in the corresponding revision of the " | |
722 "<a href=\"https://wald.intevation.org/hg/trustbridge/file/tip/licenses\">TrustBridge code repository</a>.")); | 724 "<a href=\"https://wald.intevation.org/hg/trustbridge/file/tip/licenses\">TrustBridge code repository</a>.")); |
723 textDesc->setTextFormat(Qt::RichText); | 725 textDesc->setTextFormat(Qt::RichText); |
724 textDesc->setTextInteractionFlags( | 726 textDesc->setTextInteractionFlags( |
725 Qt::TextSelectableByMouse | | 727 Qt::TextSelectableByMouse | |
726 Qt::TextSelectableByKeyboard | | 728 Qt::TextSelectableByKeyboard | |
1853 showErrorMessage(tr("The integrity check of the available certificates has " | 1855 showErrorMessage(tr("The integrity check of the available certificates has " |
1854 "failed repeatedly.") + "\n" + | 1856 "failed repeatedly.") + "\n" + |
1855 tr("Please contact your Support or the publisher of the Software.")); | 1857 tr("Please contact your Support or the publisher of the Software.")); |
1856 break; | 1858 break; |
1857 case lteInvalidCertificate: | 1859 case lteInvalidCertificate: |
1858 showErrorMessage(tr("The authentication of the download server has " | 1860 showErrorMessage(tr("The authentication of the update server has " |
1859 "failed repeatedly.") + "\n" + | 1861 "failed repeatedly.") + "\n" + |
1860 tr("Please contact your Support or the publisher of the Software.")); | 1862 tr("Please contact your Support or the publisher of the Software.")); |
1861 break; | 1863 break; |
1862 case lteNoConnection: | 1864 case lteNoConnection: |
1863 bool useProxy = mSettings.value("UseProxy", false).toBool(); | 1865 bool useProxy = mSettings.value("UseProxy", false).toBool(); |
1864 if (useProxy) { | 1866 if (useProxy) { |
1865 showErrorMessage(tr("The connection to the download server has " | 1867 showErrorMessage(tr("The connection to the update server has " |
1866 "failed repeatedly.") + "\n" + | 1868 "failed repeatedly.") + "\n" + |
1867 tr("Please check that the Proxy Server \"%1\" is available.").arg( | 1869 tr("Please check that the Proxy Server \"%1\" is available.").arg( |
1868 mSettings.value("ProxyURL").toString())); | 1870 mSettings.value("ProxyURL").toString())); |
1869 } else { | 1871 } else { |
1870 showErrorMessage(tr("The connection to the download server has " | 1872 showErrorMessage(tr("The connection to the update server has " |
1871 "failed repeatedly.") + "\n" + | 1873 "failed repeatedly.") + "\n" + |
1872 tr("Please check your internet connection.")); | 1874 tr("Please check your internet connection.")); |
1873 } | 1875 } |
1874 break; | 1876 break; |
1875 } | 1877 } |