From a144ecfd5b1e4864999412b026188f2843b9a3ee Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 24 Feb 2024 12:36:05 +0900 Subject: [PATCH] Replace Qt with TQt Signed-off-by: Michele Calgaro --- doc/da/howto-bug-reporting.docbook | 2 +- doc/da/howto-compilation.docbook | 6 +++--- doc/da/howto-installation.docbook | 4 ++-- doc/da/howto-troubleshooting.docbook | 2 +- doc/en/howto-bug-reporting.docbook | 2 +- doc/en/howto-compilation.docbook | 6 +++--- doc/en/howto-installation.docbook | 4 ++-- doc/en/howto-troubleshooting.docbook | 4 ++-- doc/es/howto-bug-reporting.docbook | 2 +- doc/es/howto-compilation.docbook | 6 +++--- doc/es/howto-installation.docbook | 4 ++-- doc/es/howto-troubleshooting.docbook | 2 +- doc/it/howto-bug-reporting.docbook | 2 +- doc/it/howto-compilation.docbook | 6 +++--- doc/it/howto-installation.docbook | 4 ++-- doc/it/howto-troubleshooting.docbook | 2 +- doc/pt/howto-bug-reporting.docbook | 2 +- doc/pt/howto-compilation.docbook | 6 +++--- doc/pt/howto-installation.docbook | 4 ++-- doc/pt/howto-troubleshooting.docbook | 2 +- doc/sv/howto-bug-reporting.docbook | 2 +- doc/sv/howto-compilation.docbook | 6 +++--- doc/sv/howto-installation.docbook | 4 ++-- doc/sv/howto-troubleshooting.docbook | 2 +- translations/messages/da.po | 2 +- 25 files changed, 44 insertions(+), 44 deletions(-) diff --git a/doc/da/howto-bug-reporting.docbook b/doc/da/howto-bug-reporting.docbook index 7e45ef5..c2f4bdd 100644 --- a/doc/da/howto-bug-reporting.docbook +++ b/doc/da/howto-bug-reporting.docbook @@ -58,7 +58,7 @@ Qt,TQt, Kompilér fra kildekode Hent først ned og installér udviklingspakker for &kde;, Qt og X11. De skulle være tilgængelige i din distribution, for eksempel i Debian er pakkenavnene Hent først ned og installér udviklingspakker for &tde;, TQt og X11. De skulle være tilgængelige i din distribution, for eksempel i Debian er pakkenavnene tdelibs-trinity-dev, libtqt-mt-dev --with-tqt-includes=/usr/lib64/tqt-3.3/include --with-tqt-libraries=/usr/lib64/tqt-3.3/lib diff --git a/doc/da/howto-installation.docbook b/doc/da/howto-installation.docbook index 99152f0..cc72fa5 100644 --- a/doc/da/howto-installation.docbook +++ b/doc/da/howto-installation.docbook @@ -102,10 +102,10 @@ Qt og KDE +>TQt og TDE &kplayer; 0.5 understøtter &kde; 3.1.x, 3.2.x og 3.3.x, så du skal enten køre en ganske ny version af &kde; (anbefales) eller i det mindste have &kde;-bibliotekerne og tilsvarende Qt-biblioteker i systemet. +>&kplayer; 0.5 understøtter &kde; 3.1.x, 3.2.x og 3.3.x, så du skal enten køre en ganske ny version af &kde; (anbefales) eller i det mindste have &kde;-bibliotekerne og tilsvarende TQt-biblioteker i systemet. diff --git a/doc/da/howto-troubleshooting.docbook b/doc/da/howto-troubleshooting.docbook index ab2f70f..78ca237 100644 --- a/doc/da/howto-troubleshooting.docbook +++ b/doc/da/howto-troubleshooting.docbook @@ -147,7 +147,7 @@ På lignende måde, hvis configure klager over manglende Qt-filer, skal du finde og installere Qt-udviklingspakken. Hvis du kigger i klager over manglende TQt-filer, skal du finde og installere TQt-udviklingspakken. Hvis du kigger i config.log, så fortæller den dig formodentlig det nøjagtige navn på filen som ikke kunne findes, et sted i nærheden af slutningen. Filen config.log, please include all of the following information. &kde;, -Qt, +TQt, XFree, diff --git a/doc/en/howto-compilation.docbook b/doc/en/howto-compilation.docbook index c567a4b..d5d287a 100644 --- a/doc/en/howto-compilation.docbook +++ b/doc/en/howto-compilation.docbook @@ -1,7 +1,7 @@ Compiling from source -First, download and install development packages for &kde;, Qt, and X11. +First, download and install development packages for &tde;, TQt, and X11. Those should be available in your distribution, for example in Debian the package names are tdelibs-trinity-dev, libtqt-mt-dev and xlibs-dev. You may need @@ -131,8 +131,8 @@ url="http://linux.tosovsky.info/exec.php?show=kplayeren">English. ./configure - - + + all on one line of course. diff --git a/doc/en/howto-installation.docbook b/doc/en/howto-installation.docbook index 5dad72d..1e74057 100644 --- a/doc/en/howto-installation.docbook +++ b/doc/en/howto-installation.docbook @@ -58,11 +58,11 @@ micro-HOWTO if you want to use a different video output. -Qt and KDE +TQt and TDE &kplayer; 0.6 supports &kde; 3.1 and later, so you need to either run a relatively recent &kde; (recommended) or at least have &kde; libraries and the -corresponding Qt libraries on your system. +corresponding TQt libraries on your system. diff --git a/doc/en/howto-troubleshooting.docbook b/doc/en/howto-troubleshooting.docbook index a68007d..e77b1c5 100644 --- a/doc/en/howto-troubleshooting.docbook +++ b/doc/en/howto-troubleshooting.docbook @@ -104,8 +104,8 @@ with the X development package. So look for a package in your distribution that has files like X.h and XEvent.h. For example, on Debian it is called xlibs-dev. -Similarly, if configure complains about missing Qt -files, you need to find and install the Qt development package. If you look +Similarly, if configure complains about missing TQt +files, you need to find and install the TQt development package. If you look in the config.log, it will probably tell you the exact name of the file it couldn't find, somewhere near the bottom. The config.log file is quite verbose, so you would have to diff --git a/doc/es/howto-bug-reporting.docbook b/doc/es/howto-bug-reporting.docbook index f0af80a..db34d49 100644 --- a/doc/es/howto-bug-reporting.docbook +++ b/doc/es/howto-bug-reporting.docbook @@ -58,7 +58,7 @@ Qt.TQt. Compilar a partir del código En primer lugar, descargue e instale los paquetes de desarrollo para &kde;, Qt y X11. Éstos deberían estar disponibles en su distribución, por ejemplo, en Debian los nombres de los paquetes son En primer lugar, descargue e instale los paquetes de desarrollo para &tde;, TQt y X11. Éstos deberían estar disponibles en su distribución, por ejemplo, en Debian los nombres de los paquetes son tdelibs-trinity-dev, libtqt-mt-dev --with-tqt-includes=/usr/lib64/tqt-3.3/include --with-tqt-libraries=/usr/lib64/tqt-3.3/lib diff --git a/doc/es/howto-installation.docbook b/doc/es/howto-installation.docbook index 17622c9..6df0b1c 100644 --- a/doc/es/howto-installation.docbook +++ b/doc/es/howto-installation.docbook @@ -102,10 +102,10 @@ Qt y KDE +>TQt y TDE &kplayer; 0.5 soporta &kde; 3.1.x, 3.2.x y 3.3.x, por ello necesita ejecutar un &kde; relativamente reciente (recomendado) o al menos tener bibliotecas de &kde; y las correspondientes bibliotecas Qt en su sistema. +>&kplayer; 0.5 soporta &kde; 3.1.x, 3.2.x y 3.3.x, por ello necesita ejecutar un &kde; relativamente reciente (recomendado) o al menos tener bibliotecas de &kde; y las correspondientes bibliotecas TQt en su sistema. diff --git a/doc/es/howto-troubleshooting.docbook b/doc/es/howto-troubleshooting.docbook index 043c756..9d0f555 100644 --- a/doc/es/howto-troubleshooting.docbook +++ b/doc/es/howto-troubleshooting.docbook @@ -147,7 +147,7 @@ De forma similar, si configure se queja de que faltan archivos Qt, necesita encontrar e instalar el paquete de desarrollo de Qt. Si busca en el se queja de que faltan archivos TQt, necesita encontrar e instalar el paquete de desarrollo de TQt. Si busca en el config.log, probablemente le indicará el nombre exacto del archivo que no pudo encontrar, generalmente cerca del final. El archivo config.logQt,TQt, Compilare il sorgente Per prima cosa, scarica e installa i tuoi pacchetti di sviluppo per &kde;, Qt, e X11. Questi dovrebbero essere disponibili nella tua distribuzione, per esempio in Debian i nomi dei pacchetti sono Per prima cosa, scarica e installa i tuoi pacchetti di sviluppo per &tde;, TQt, e X11. Questi dovrebbero essere disponibili nella tua distribuzione, per esempio in Debian i nomi dei pacchetti sono tdelibs-trinity-dev, libtqt-mt-dev --with-tqt-includes=/usr/lib64/tqt-3.3/include --with-tqt-libraries=/usr/lib64/tqt-3.3/lib diff --git a/doc/it/howto-installation.docbook b/doc/it/howto-installation.docbook index cecdb53..1e87e7c 100644 --- a/doc/it/howto-installation.docbook +++ b/doc/it/howto-installation.docbook @@ -102,10 +102,10 @@ &Qt; e &kde; +>&TQt; e &tde; &kplayer; 0.5 supporta &kde; 3.1.x, 3.2.x e 3.3.x, quindi devi usare una versione relativamente recente di &kde; (raccomandato), o almeno avere sul tuo sistema le librerie di &kde; e le corrispondenti librerie di &Qt;. +>&kplayer; 0.5 supporta &kde; 3.1.x, 3.2.x e 3.3.x, quindi devi usare una versione relativamente recente di &kde; (raccomandato), o almeno avere sul tuo sistema le librerie di &kde; e le corrispondenti librerie di &TQt;. diff --git a/doc/it/howto-troubleshooting.docbook b/doc/it/howto-troubleshooting.docbook index 1ff09a0..6f12915 100644 --- a/doc/it/howto-troubleshooting.docbook +++ b/doc/it/howto-troubleshooting.docbook @@ -147,7 +147,7 @@ Similarly, if configure complains about missing Qt files, you need to find and install the Qt development package. If you look in the complains about missing TQt files, you need to find and install the TQt development package. If you look in the config.log, it will probably tell you the exact name of the file it couldn't find, somewhere near the bottom. The config.logQt,TQt, Compilar a partir do código Primeiro, obtenha e instale os pacotes de desenvolvimento para o &kde;, o Qt e o X11. Estes deverão estar disponíveis na sua distribuição; por exemplo, na Debian, os nomes dos pacotes são Primeiro, obtenha e instale os pacotes de desenvolvimento para o &tde;, o TQt e o X11. Estes deverão estar disponíveis na sua distribuição; por exemplo, na Debian, os nomes dos pacotes são tdelibs-trinity-dev, libtqt-mt-dev --with-tqt-includes=/usr/lib64/tqt-3.3/include --with-tqt-libraries=/usr/lib64/tqt-3.3/lib diff --git a/doc/pt/howto-installation.docbook b/doc/pt/howto-installation.docbook index c8bab99..3f0810f 100644 --- a/doc/pt/howto-installation.docbook +++ b/doc/pt/howto-installation.docbook @@ -102,10 +102,10 @@ Qt e KDE +>TQt e TDE O &kplayer; 0.5 suporta o &kde; 3.1.x, 3.2.x e 3.3.x, por isso necessita de correr uma versão relativamente recente do &kde; (recomendado) ou, pelo menos, ter as bibliotecas do &kde; e &Qt; correspondentes instaladas no seu sistema. +>O &kplayer; 0.5 suporta o &kde; 3.1.x, 3.2.x e 3.3.x, por isso necessita de correr uma versão relativamente recente do &kde; (recomendado) ou, pelo menos, ter as bibliotecas do &kde; e &TQt; correspondentes instaladas no seu sistema. diff --git a/doc/pt/howto-troubleshooting.docbook b/doc/pt/howto-troubleshooting.docbook index 2585ec7..80f5b1e 100644 --- a/doc/pt/howto-troubleshooting.docbook +++ b/doc/pt/howto-troubleshooting.docbook @@ -147,7 +147,7 @@ De forma semelhante, se o configure se queixar que faltam os ficheiros do Qt, é necessário encontrar e instalar o pacote de desenvolvimento do Qt. Se procurar no ficheiro se queixar que faltam os ficheiros do TQt, é necessário encontrar e instalar o pacote de desenvolvimento do TQt. Se procurar no ficheiro config.log, ele irá provavelmente indicar-lhe o nome exacto do ficheiro que não consegue encontrar, algures perto do fim do ficheiro. O ficheiro config.logQt,TQt, Kompilera från källkod Ladda först ner och installera utvecklingspaket för &kde;, Qt och X11. De ska vara tillgängliga i din distribution, till exempel i Debian är paketnamnen Ladda först ner och installera utvecklingspaket för &tde;, TQt och X11. De ska vara tillgängliga i din distribution, till exempel i Debian är paketnamnen tdelibs-trinity-dev, libtqt-mt-dev --with-tqt-includes=/usr/lib64/tqt-3.3/include --with-tqt-libraries=/usr/lib64/tqt-3.3/lib diff --git a/doc/sv/howto-installation.docbook b/doc/sv/howto-installation.docbook index bfb60bd..2b1f1be 100644 --- a/doc/sv/howto-installation.docbook +++ b/doc/sv/howto-installation.docbook @@ -102,10 +102,10 @@ Qt och KDE +>TQt och TDE &kplayer; 0.5 stöder &kde; 3.1.x, 3.2.x och 3.3.x, så du måste antingen köra en ganska ny version av &kde; (rekommenderas) eller åtminstone ha &kde;-biblioteken och motsvarande Qt-bibliotek i systemet. +>&kplayer; 0.5 stöder &kde; 3.1.x, 3.2.x och 3.3.x, så du måste antingen köra en ganska ny version av &kde; (rekommenderas) eller åtminstone ha &kde;-biblioteken och motsvarande TQt-bibliotek i systemet. diff --git a/doc/sv/howto-troubleshooting.docbook b/doc/sv/howto-troubleshooting.docbook index e600ad5..3bdb1bc 100644 --- a/doc/sv/howto-troubleshooting.docbook +++ b/doc/sv/howto-troubleshooting.docbook @@ -147,7 +147,7 @@ På liknande sätt, om configure klagar på saknade Qt-filer, måste du hitta och installera Qt-utvecklingspaketet. Om du tittar i klagar på saknade TQt-filer, måste du hitta och installera TQt-utvecklingspaketet. Om du tittar i config.log, talar den troligen om för dig det exakta namnet på filen som inte kunde hittas, någonstans nära slutet. Filen config.log" +msgstr "Rydder alle beskeder fra loggen" #: kplayerlogwindow.cpp:88 msgid "Clear command removes all messages from the message log."