Fix remaining brandings in tdelibs and adopt to modern age.

Signed-off-by: Chris <xchrisx@uber.space>
pull/40/head
Chris 5 years ago committed by TDE Gitea
parent eeb8782f05
commit 0e071064b9

@ -81,7 +81,7 @@ KSSLCertDlg::KSSLCertDlg(TQWidget *parent, const char *name, bool modal)
connect(d->p_pb_dontsend, TQT_SIGNAL(clicked()), TQT_SLOT(slotDont())); connect(d->p_pb_dontsend, TQT_SIGNAL(clicked()), TQT_SLOT(slotDont()));
#ifndef TQT_NO_WIDGET_TOPEXTRA #ifndef TQT_NO_WIDGET_TOPEXTRA
setCaption(i18n("KDE SSL Certificate Dialog")); setCaption(i18n("TDE SSL Certificate Dialog"));
#endif #endif
} }

@ -688,11 +688,10 @@ TDEIO_EXPORT TQByteArray TDEIO::rawErrorDetail(int errorCode, const TQString &er
causes << i18n( "The requested protocol may not be supported." ) causes << i18n( "The requested protocol may not be supported." )
<< i18n( "The versions of the %1 protocol supported by this computer and " << i18n( "The versions of the %1 protocol supported by this computer and "
"the server may be incompatible." ).arg( protocol ); "the server may be incompatible." ).arg( protocol );
solutions << i18n( "You may perform a search on the Internet for a TDE " solutions << i18n( "You may perform a search on the Trinity website for a TDE "
"program (called a tdeioslave or ioslave) which supports this protocol. " "program (called a tdeioslave, ioslave or tdeio) which supports this protocol. "
"Places to search include <a href=\"http://kde-apps.org/\">" "Places to search include <a href=\"https://mirror.git.trinitydesktop.org/cgit/\">"
"http://kde-apps.org/</a> and <a href=\"http://freshmeat.net/\">" "https://mirror.git.trinitydesktop.org/cgit/</a> or the repos for your distribution." )
"http://freshmeat.net/</a>." )
<< sUpdate << sSysadmin; << sUpdate << sSysadmin;
break; break;

@ -89,7 +89,7 @@ KPTextPage::KPTextPage(DrMain *driver, TQWidget *parent, const char *name)
" <p>These settings control the appearance of text on printouts. They are only valid for " " <p>These settings control the appearance of text on printouts. They are only valid for "
" printing text files or input directly through kprinter. </p> " " printing text files or input directly through kprinter. </p> "
" <p><b>Note:</b> These settings have no effect whatsoever for other input formats than " " <p><b>Note:</b> These settings have no effect whatsoever for other input formats than "
" text, or for printing from applications such as the KDE Advanced Text Editor. (Applications " " text, or for printing from applications such as the TDE Advanced Text Editor. (Applications "
" in general send PostScript to the print system, and 'kate' in particular has its own " " in general send PostScript to the print system, and 'kate' in particular has its own "
" knobs to control the print output. </p>." " knobs to control the print output. </p>."
" <hr> " " <hr> "
@ -109,8 +109,8 @@ KPTextPage::KPTextPage(DrMain *driver, TQWidget *parent, const char *name)
" <p><b>Margins</b></p> " " <p><b>Margins</b></p> "
" <p>These settings control the margins of printouts on the paper. They are not valid for " " <p>These settings control the margins of printouts on the paper. They are not valid for "
" jobs originating from applications which define their own page layout internally and " " jobs originating from applications which define their own page layout internally and "
" send PostScript to TDEPrint (such as KOffice or OpenOffice.org). </p> " " send PostScript to TDEPrint (such as KOffice, OpenOffice or LibreOffice). </p> "
" <p>When printing from KDE applications, such as KMail and Konqueror, or printing an ASCII text " " <p>When printing from TDE applications, such as KMail and Konqueror, or printing an ASCII text "
" file through kprinter, you can choose your preferred margin settings here. </p> " " file through kprinter, you can choose your preferred margin settings here. </p> "
" <p>Margins may be set individually for each edge of the paper. The combo box at the bottom lets you change " " <p>Margins may be set individually for each edge of the paper. The combo box at the bottom lets you change "
" the units of measurement between Pixels, Millimeters, Centimeters, and Inches. </p> " " the units of measurement between Pixels, Millimeters, Centimeters, and Inches. </p> "

@ -51,7 +51,7 @@ bool KMSpecialManager::savePrinters()
{ {
// seems there's a problem here // seems there's a problem here
m_mgr->setErrorMsg(i18n("A file share/tdeprint/specials.desktop was found in your " m_mgr->setErrorMsg(i18n("A file share/tdeprint/specials.desktop was found in your "
"local KDE directory. This file probably comes from a previous KDE " "local TDE directory. This file probably comes from a previous TDE "
"release and should be removed in order to manage global pseudo " "release and should be removed in order to manage global pseudo "
"printers.")); "printers."));
return false; return false;

@ -53,10 +53,11 @@ KPCopiesPage::KPCopiesPage(KPrinter *prt, TQWidget *parent, const char *name)
" </p>" " </p>"
" </qt>" ); " </qt>" );
TQString whatsThisCurrentPagesLabel = i18n( " <qt><b>Current Page:</b> Select <em>\"Current\"</em> if you want " TQString whatsThisCurrentPagesLabel = i18n( " <qt><b>Current Page:</b> Select <em>\"Current\"</em> if you want "
" to print the page currently visible in your KDE application.</p>" " to print the page currently visible in your TDE application.</p>"
" <p><b>Note:</b> this field is disabled if you print from" " <p><b>Note:</b> this field is disabled if you print from"
" non-TDE applications like Mozilla or OpenOffice.org, since here TDEPrint has no" " non-TDE applications like Firefox, PaleMoon, SeaMonkey or OpenOffice and"
" means to determine which document page you are currently viewing.</p></qt>" ); " LibreOffice, since here TDEPrint has no means to determine which document page"
" you are currently viewing.</p></qt>" );
TQString whatsThisPageRangeLabel = i18n( " <qt><b>Page Range:</b> Choose a \"Page Range\" to select a subset of the" TQString whatsThisPageRangeLabel = i18n( " <qt><b>Page Range:</b> Choose a \"Page Range\" to select a subset of the"
" complete document pages" " complete document pages"
" to be printed. The format is <em>\"n,m,o-p,q,r,s-t, u\"</em>.</p>" " to be printed. The format is <em>\"n,m,o-p,q,r,s-t, u\"</em>.</p>"

Loading…
Cancel
Save