From 4ba5aaba3185ee6393e7bdde318911687360ff4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Remko=20Tron=C3=A7on?= Date: Sun, 27 Mar 2011 18:18:25 +0200 Subject: Make translation license string a bit more verbose. diff --git a/Swift/QtUI/QtAboutWidget.cpp b/Swift/QtUI/QtAboutWidget.cpp index e369390..acdc61e 100644 --- a/Swift/QtUI/QtAboutWidget.cpp +++ b/Swift/QtUI/QtAboutWidget.cpp @@ -49,7 +49,7 @@ QtAboutWidget::QtAboutWidget() : QDialog() { if (QCoreApplication::translate("TRANSLATION_INFO", "TRANSLATION_AUTHOR") != "TRANSLATION_AUTHOR") { mainLayout->addWidget(new QLabel(QString("
") + QString(tr("Using the English translation by\n%1")).arg(QCoreApplication::translate("TRANSLATION_INFO", "TRANSLATION_AUTHOR")).replace("\n", "
") + "
", this)); } - QCoreApplication::translate("TRANSLATION_INFO", "TRANSLATION_LICENSE", "Should be the following (untranslated) text: 'This translation is licensed under the BSD License. See http://www.opensource.org/licenses/bsd-license.php'"); + QCoreApplication::translate("TRANSLATION_INFO", "TRANSLATION_LICENSE", "This string contains the license under which this translation is licensed. We ask you to license the translation under the BSD license. Please read http://www.opensource.org/licenses/bsd-license.php, and if you agree to release your translation under this license, use the following (untranslated) text: 'This translation is licensed under the BSD License. See http://www.opensource.org/licenses/bsd-license.php'"); QPushButton* licenseButton = new QPushButton(tr("View License"), this); mainLayout->addWidget(licenseButton); diff --git a/Swift/Translations/swift_de.ts b/Swift/Translations/swift_de.ts index 14ff275..772960e 100644 --- a/Swift/Translations/swift_de.ts +++ b/Swift/Translations/swift_de.ts @@ -972,17 +972,17 @@ Swift::QtChatWindow - + This message has not been received by your server yet. Die Nachricht wurde noch nicht von deinem Server empfangen. - + This message may not have been transmitted. Die Nachricht scheint nicht versandt worden zu sein. - + Couldn't send message: %1 Konnte die Nachricht nicht senden: %1 @@ -1485,8 +1485,8 @@ Wenn du dich jetzt noch nicht festlegen willst, wirst du beim nächsten Einlogge TRANSLATION_LICENSE - Should be the following (untranslated) text: 'This translation is licensed under the BSD License. See http://www.opensource.org/licenses/bsd-license.php' + This string contains the license under which this translation is licensed. We ask you to license the translation under the BSD license. Please read http://www.opensource.org/licenses/bsd-license.php, and if you agree to release your translation under this license, use the following (untranslated) text: 'This translation is licensed under the BSD License. See http://www.opensource.org/licenses/bsd-license.php' This translation is licensed under the BSD License. See http://www.opensource.org/licenses/bsd-license.php - \ No newline at end of file + diff --git a/Swift/Translations/swift_nl.ts b/Swift/Translations/swift_nl.ts index 2057476..598c8a9 100644 --- a/Swift/Translations/swift_nl.ts +++ b/Swift/Translations/swift_nl.ts @@ -1180,7 +1180,7 @@ Als u deze keuze uitstelt, zal deze vraag opnieuw gesteld worden wanneer u zich TRANSLATION_LICENSE - Should be the following (untranslated) text: 'This translation is licensed under the BSD License. See http://www.opensource.org/licenses/bsd-license.php' + This string contains the license under which this translation is licensed. We ask you to license the translation under the BSD license. Please read http://www.opensource.org/licenses/bsd-license.php, and if you agree to release your translation under this license, use the following (untranslated) text: 'This translation is licensed under the BSD License. See http://www.opensource.org/licenses/bsd-license.php' This translation is licensed under the GNU General Public License v3. See Documentation/Licenses/GPLv3.txt for more information -- cgit v0.10.2-6-g49f6