Revise text to remove "is based on"

This commit is contained in:
Joseph Lenox 2021-04-03 11:19:35 -05:00
parent ba82a75139
commit 2ad8f3a2de
4 changed files with 1 additions and 22 deletions

View File

@ -53,12 +53,6 @@ msgstr ""
msgid "GNU Affero General Public License, version 3"
msgstr ""
#: src/slic3r/GUI/AboutDialog.cpp:265
msgid ""
"Slic3r is based on PrusaSlicer which is based on Slic3r by Alessandro "
"Ranellucci and the RepRap community."
msgstr ""
#: src/slic3r/GUI/AboutDialog.cpp:266
msgid ""
"Contributions by Henrik Brix Andersen, Nicolas Dandrimont, Mark Hindess, "
@ -2519,12 +2513,6 @@ msgstr ""
msgid "Add supports"
msgstr ""
#: src/slic3r/GUI/GUI_App.cpp:242
msgid ""
"is based on PrusaSlicer by Prusa and Slic3r by Alessandro Ranellucci and the "
"RepRap community."
msgstr ""
#: src/slic3r/GUI/GUI_App.cpp:244
msgid ""
"Contributions by Vojtech Bubnik, Enrico Turri, Durand Remi, Oleksandra "

View File

@ -49,10 +49,6 @@ msgstr "est sous licence"
msgid "GNU Affero General Public License, version 3"
msgstr "GNU Affero Licence Publique Générale, version 3"
#: src/slic3r/GUI/AboutDialog.cpp:260
msgid "Slic3r is based on PrusaSlicer which is based on Slic3r by Alessandro Ranellucci and the RepRap community."
msgstr "Slic3r est basé sur PrusaSlicer qui est basé sur Slic3r dAlessandro Ranellucci et de la communauté RepRap."
#: src/slic3r/GUI/AboutDialog.cpp:261
msgid "Contributions by Henrik Brix Andersen, Nicolas Dandrimont, Mark Hindess, Petr Ledvina, Joseph Lenox, Y. Sapir, Mike Sheldrake, Vojtech Bubnik, Durand Rémi and numerous others."
msgstr "Contributions de Henrik Brix Andersen, Nicolas Dandrimont, Mark Hindess, Petr Ledvina, Joseph Lenox, Y. Sapir, Mike Sheldrake, Vojtech Bubnik, Durand Rémi et de nombreux autres."

View File

@ -49,10 +49,6 @@ msgstr "è concesso in licenza ai sensi"
msgid "GNU Affero General Public License, version 3"
msgstr "GNU Affero General Public License, versione 3"
#: src/slic3r/GUI/AboutDialog.cpp:262
msgid "Slic3r is based on PrusaSlicer which is based on Slic3r by Alessandro Ranellucci and the RepRap community."
msgstr "Slic3r è basato su PrusaSlicer che si basa su Slic3r di Alessandro Ranellucci e la comunità RepRap."
#: src/slic3r/GUI/AboutDialog.cpp:263
msgid "Contributions by Henrik Brix Andersen, Nicolas Dandrimont, Mark Hindess, Petr Ledvina, Joseph Lenox, Y. Sapir, Mike Sheldrake, Vojtech Bubnik, Durand Rémi and numerous others."
msgstr "Contributi di Henrik Brix Andersen, Nicolas Dandrimont, Mark Hindess, Petr Ledvina, Joseph Lenox, Y. Sapir, Mike Sheldrake, Vojtech Bubnik, Durand Rémi e molti altri."

View File

@ -253,8 +253,7 @@ private:
version = _L("Version") + " " + std::string(SLIC3R_VERSION_FULL);
// credits infornation
credits = title + " " + _L("is based on PrusaSlicer by Prusa and Slic3r by Alessandro Ranellucci and the RepRap community.") + "\n\n" +
title + " " + _L("is licensed under the") + " " + _L("GNU Affero General Public License, version 3") + "\n\n" +
credits = title + " " + _L("is licensed under the") + " " + _L("GNU Affero General Public License, version 3") + "\n\n" +
_L("Contributions by Vojtech Bubnik, Enrico Turri, Durand Remi, Oleksandra Iushchenko, Tamas Meszaros, Lukas Matena, Vojtech Kral, David Kocik and numerous others.") + "\n\n" +
_L("Artwork model by Durand Remi");