diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-10-13 18:02:18 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-10-13 18:02:18 +0900 |
commit | 241e0082f7b9ccadaeed0ef43a1c9ebb9b4fe840 (patch) | |
tree | 327c08329d5c5910cc155d3982f2a481eeaf5307 /tde-i18n-ca/messages | |
parent | 1ae0d186c941b1e1cdaae488038195ba86d89dbb (diff) | |
download | tde-i18n-241e0082f7b9ccadaeed0ef43a1c9ebb9b4fe840.tar.gz tde-i18n-241e0082f7b9ccadaeed0ef43a1c9ebb9b4fe840.zip |
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tde-i18n-ca/messages')
-rw-r--r-- | tde-i18n-ca/messages/tdegraphics/kruler.po | 3 | ||||
-rw-r--r-- | tde-i18n-ca/messages/tdesdk/umbrello.po | 5 | ||||
-rw-r--r-- | tde-i18n-ca/messages/tdevelop/tdevelop.po | 16 | ||||
-rw-r--r-- | tde-i18n-ca/messages/tdewebdev/kommander.po | 2 |
4 files changed, 9 insertions, 17 deletions
diff --git a/tde-i18n-ca/messages/tdegraphics/kruler.po b/tde-i18n-ca/messages/tdegraphics/kruler.po index 5725d786690..aa4b3148930 100644 --- a/tde-i18n-ca/messages/tdegraphics/kruler.po +++ b/tde-i18n-ca/messages/tdegraphics/kruler.po @@ -42,14 +42,13 @@ msgid "This is the current distance measured in pixels." msgstr "Aquesta és la distància actual mesurada en pixels." #: klineal.cpp:134 -#, fuzzy msgid "" "This is the current color in hexadecimal rgb representation as you may use " "it in HTML or as a TQColor name. The rectangles background shows the color " "of the pixel inside the little square at the end of the line cursor." msgstr "" "Aquest és el color actual en representació hexadecimal RGB que podeu " -"utilitzar-lo a l'HTML o com un nom QColor. El rectangle ombrejat mostra el " +"utilitzar-lo a l'HTML o com un nom TQColor. El rectangle ombrejat mostra el " "color del píxel dins del quadrat petit que hi ha al final de la línia del " "cursor." diff --git a/tde-i18n-ca/messages/tdesdk/umbrello.po b/tde-i18n-ca/messages/tdesdk/umbrello.po index 6dd2911ca6e..56829411738 100644 --- a/tde-i18n-ca/messages/tdesdk/umbrello.po +++ b/tde-i18n-ca/messages/tdesdk/umbrello.po @@ -3218,10 +3218,9 @@ msgid "..." msgstr "..." #: codegenerators/cppcodegenerationformbase.ui:273 -#, fuzzy, no-c-format -#| msgid "QString" +#, no-c-format msgid "TQString" -msgstr "QString" +msgstr "TQString" #: codegenerators/cppcodegenerationformbase.ui:274 #: codegenerators/cppcodegenerationformbase.ui:398 diff --git a/tde-i18n-ca/messages/tdevelop/tdevelop.po b/tde-i18n-ca/messages/tdevelop/tdevelop.po index e7fabfb32c6..f86ae2cedda 100644 --- a/tde-i18n-ca/messages/tdevelop/tdevelop.po +++ b/tde-i18n-ca/messages/tdevelop/tdevelop.po @@ -5771,7 +5771,7 @@ msgid "" "<p><b>TQWidget::%1</b></p><p>There is no documentation available for this " "property.</p>" msgstr "" -"<p><b>QWidget::%1</b></p><p>No hi ha documentació disponible per aquesta " +"<p><b>TQWidget::%1</b></p><p>No hi ha documentació disponible per aquesta " "propietat.</p>" #: kdevdesigner/designer/propertyeditor.cpp:4027 @@ -7244,7 +7244,7 @@ msgid "" "Multiple inheritance requires TQObject derivative to be first and unique in " "base class list." msgstr "" -"L'herència múltiple requereix que el QObject derivat sigui el primer i únic " +"L'herència múltiple requereix que el TQObject derivat sigui el primer i únic " "a la llista de classes base." #: languages/cpp/cppnewclassdlg.cpp:851 languages/cpp/cppnewclassdlg.cpp:854 @@ -23630,13 +23630,7 @@ msgid "Inheritance Type" msgstr "Tipus d'herència" #: languages/cpp/cppnewclassdlgbase.ui:416 -#, fuzzy, no-c-format -#| msgid "" -#| "Insert the base class which your new class will be derived from. If you " -#| "have checked 'Generate QWidget child class' the new class will be derived " -#| "from QWidget. If no base class is named, the new class will not have a " -#| "parent class. You can also use template classes here (like BaseClass<int, " -#| "int>)" +#, no-c-format msgid "" "Insert the base class which your new class will be derived from. If you have " "checked 'Generate TQWidget child class' the new class will be derived from " @@ -23644,7 +23638,7 @@ msgid "" "class. You can also use template classes here (like BaseClass<int, int>)" msgstr "" "Inseriu la classe base amb la qual es derivarà la vostra nova classe. Si heu " -"marcat 'Genera classe filla de QWidget', la nova classe derivarà de QWidget. " +"marcat 'Genera classe filla de TQWidget', la nova classe derivarà de TQWidget. " "Si no se'n tria cap, la nova classe no tindrà una classe pare. Aquí també " "podeu emprar classes de plantilla (com BaseClass<int, int>)" @@ -24042,7 +24036,7 @@ msgstr "" "Mostrar els membres estàtics fa que GDB sigui\n" "més lent en produir les dades dintre de TDE i Qt.\n" "Podeu canviar la \"signatura\" de les dades de les\n" -"que depenen QString i companyia,\n" +"que depenen TQString i companyia,\n" "però si necessiteu depurar aquests valors,\n" "llavores marqueu aquesta opció." diff --git a/tde-i18n-ca/messages/tdewebdev/kommander.po b/tde-i18n-ca/messages/tdewebdev/kommander.po index 50a80158bc9..6b7ea73912c 100644 --- a/tde-i18n-ca/messages/tdewebdev/kommander.po +++ b/tde-i18n-ca/messages/tdewebdev/kommander.po @@ -1602,7 +1602,7 @@ msgid "" "<p><b>TQWidget::%1</b></p><p>There is no documentation available for this " "property.</p>" msgstr "" -"<p><b>QWidget::%1</b></p><p>No hi ha documentació disponible en quant " +"<p><b>TQWidget::%1</b></p><p>No hi ha documentació disponible en quant " "aquesta propietat.</p>" #: editor/propertyeditor.cpp:3391 |