From 1a843709a2a434bd6a2729c0110ae2c58f943e2c Mon Sep 17 00:00:00 2001
From: Peter L Jones
" + tr ( "Qt cross-platform application framework" ) + - ", https://www.qt.io
" - "Opus Interactive Audio Codec" - ", https://www.opus-codec.org
" -# if defined( _WIN32 ) && !defined( WITH_JACK ) - "ASIO (Audio Stream I/O) SDK"
- ", https://www.steinberg.net/developers
" +
- "ASIO is a trademark and software of Steinberg Media Technologies GmbH
" + + tr ( "Qt cross-platform application framework" ) + QString ( " %1" ).arg ( QT_VERSION_STR ) + + ", https://www.qt.io" + "
" + "" + "Opus Interactive Audio Codec" + ", https://www.opus-codec.org" + "
" +# ifndef SERVER_ONLY +# if defined( _WIN32 ) && !defined( WITH_JACK ) + ""
+ "ASIO (Audio Stream I/O) SDK"
+ ", https://www.steinberg.net/developers"
+ "
"
+ "ASIO is a trademark and software of Steinberg Media Technologies GmbH"
+ "
" + + tr ( "Audio reverberation code by Perry R. Cook and Gary P. Scavone" ) + + ", 1995 - 2021" + ", The Synthesis ToolKit in C++ (STK)" + ", https://ccrma.stanford.edu/software/stk" + "
" + "" + + QString ( tr ( "Some pixmaps are from the %1" ) ).arg ( "Open Clip Art Library (OCAL)" ) + + ", https://openclipart.org" + "
" + "" + + tr ( "Flag icons by Mark James" ) + + ", http://www.famfamfam.com" + "
" + "" + + QString ( tr ( "Some sound samples are from %1" ) ).arg ( "Freesound" ) + + ", https://freesound.org" + "
" +# endif # endif - "" + - tr ( "Audio reverberation code by Perry R. Cook and Gary P. Scavone" ) + - ", 1995 - 2021, " - "The Synthesis ToolKit in C++ (STK)
" - "" + - tr ( "Some pixmaps are from the" ) + - " Open Clip Art Library (OCAL), " - "https://openclipart.org
" - "" + - tr ( "Flag icons by Mark James" ) + ", http://www.famfamfam.com
" + "" + - tr ( "Some sound samples are from" ) + " Freesound, " + "https://freesound.org
" ); + ); // contributors list txvContributors->setText ( @@ -1705,31 +1723,38 @@ QString GetVersionAndNameStr ( const bool bDisplayInGui ) strVersionText += "\n *** Foundation; either version 2 of the License, or (at your option) any later version."; strVersionText += "\n *** There is NO WARRANTY, to the extent permitted by law."; strVersionText += "\n *** "; - strVersionText += "\n *** Using the following libraries, resources or code snippets:"; + + strVersionText += "\n *** " + QCoreApplication::tr ( "This app uses the following libraries, resources or code snippets:" ); strVersionText += "\n *** "; - strVersionText += QString ( "\n *** Qt framework %1" ).arg ( QT_VERSION_STR ); - strVersionText += "\n ***