Remove unneeded i18n() calls

Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
pull/24/head
Mavridis Philippe 4 years ago
parent 2278118de5
commit 90b3afee63
No known key found for this signature in database
GPG Key ID: F8D2D7E2F989A494

@ -147,7 +147,7 @@ KlamDB::~KlamDB()
*/
void KlamDB::languageChange()
{
setCaption( i18n( "Form1" ) );
setCaption("Form1");
tabBrowser->changeTab( tab, i18n( "Info" ) );
VirusList->header()->setLabel( 0, i18n( "All Known Viruses" ) );
VirusList->clear();

@ -609,9 +609,9 @@ void ScanViewer::childExited()
tdemain->_tray->setPixmap(KSystemTray::loadIcon("klamav_scan_safe"));
TQTimer::singleShot( 10000, this, SLOT(resetSysTray()) );
if (!(errorsEncountered))
KNotifyClient::event(tdemain->_tray->winId(),i18n( "ScanCompleteNoVirus" ), i18n( "Scan Complete - No Viruses Found!" ));
KNotifyClient::event(tdemain->_tray->winId(),"ScanCompleteNoVirus", i18n("Scan Complete - No Viruses Found!"));
else
KNotifyClient::event(tdemain->_tray->winId(),i18n( "ScanCompleteNoVirusButErrors" ), i18n( "Scan Complete - No Viruses Found But Some Errors Encountered!" ));
KNotifyClient::event(tdemain->_tray->winId(),"ScanCompleteNoVirusButErrors", i18n("Scan Complete - No Viruses Found But Some Errors Encountered!"));
}else if(status == 1){
tdemain->_tray->setPixmap(KSystemTray::loadIcon("klamav_scan_found"));

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2021-01-29 16:02+0200\n"
"POT-Creation-Date: 2021-01-29 19:30+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -375,10 +375,6 @@ msgstr ""
msgid "Search with Google"
msgstr ""
#: dbviewer.cpp:150
msgid "Form1"
msgstr ""
#: dbviewer.cpp:151
msgid "Info"
msgstr ""
@ -1051,18 +1047,10 @@ msgstr ""
msgid "Scan Complete"
msgstr ""
#: scanviewer.cpp:612
msgid "ScanCompleteNoVirus"
msgstr ""
#: scanviewer.cpp:612
msgid "Scan Complete - No Viruses Found!"
msgstr ""
#: scanviewer.cpp:614
msgid "ScanCompleteNoVirusButErrors"
msgstr ""
#: scanviewer.cpp:614
msgid "Scan Complete - No Viruses Found But Some Errors Encountered!"
msgstr ""

Loading…
Cancel
Save