[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    extragear/network/ktorrent
From:       Pino Toscano <pino () kde ! org>
Date:       2010-10-18 13:24:05
Message-ID: 20101018132405.E17E0AC896 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1187157 by pino:

i18n fixes


 U             ktorrent/core.cpp  
 U             ktorrent/dialogs/importdialog.cpp  
 M  +1 -1      ktorrent/dialogs/torrentcreatordlg.cpp  
 U             ktorrent/dialogs/torrentmigratordlg.cpp  
 M  +2 -2      ktorrent/main.cpp  
 U             libktcore/torrent/queuemanager.cpp  
 M  +1 -1      plugins/infowidget/trackermodel.cpp  
 U             plugins/ipfilter/convertthread.cpp  
 U             plugins/ipfilter/downloadandconvertjob.cpp  
 U             plugins/scripting/scriptingplugin.cpp  
 M  +1 -1      plugins/search/searchenginelist.cpp  
 U             plugins/search/searchprefpage.cpp  
 U             plugins/syndication/syndicationactivity.cpp  


--- trunk/extragear/network/ktorrent/ktorrent/dialogs/torrentcreatordlg.cpp \
#1187156:1187157 @@ -247,7 +247,7 @@
 		KUrl url(m_webseed->text());
 		if (!url.isValid())
 		{
-			KMessageBox::error(this,i18n("Invalid url %1",url.prettyUrl()));
+			KMessageBox::error(this,i18n("Invalid URL: %1",url.prettyUrl()));
 			return;
 		}
 		
--- trunk/extragear/network/ktorrent/ktorrent/main.cpp #1187156:1187157
@@ -137,9 +137,9 @@
 	about.addCredit(ki18n("Rickard Närström"),ki18n("A couple of \
bugfixes"),"rickard.narstrom@gmail.com");  \
about.addCredit(ki18n("caruccio"),ki18n("Patch to load torrents silently from the \
command line"),"mateus@caruccio.com");  about.addCredit(ki18n("Lee Olson"),ki18n("New \
                set of icons"),"leetolson@gmail.com");
-	about.addCredit(ki18n("Aaron J. Seigo"),ki18n("Drag and drop support for plasma \
applet"),"aseigo@kde.org"); +	about.addCredit(ki18n("Aaron J. Seigo"),ki18n("Drag and \
drop support for Plasma applet"),"aseigo@kde.org");  about.addCredit(ki18n("Ian \
                Higginson"),ki18n("Patch to cleanup the plugin \
                list"),"xeriouxi@fastmail.fm");
-	about.addCredit(ki18n("Amichai Rothman"),ki18n("Patch to make the plasma applet a \
popup applet"),"amichai@amichais.net"); +	about.addCredit(ki18n("Amichai \
Rothman"),ki18n("Patch to make the Plasma applet a popup \
applet"),"amichai@amichais.net");  about.addCredit(ki18n("Leo Trubach"),ki18n("Patch \
to add support for IP ranges in IP filter dialog"),"leotrubach@gmail.com");  \
about.addCredit(ki18n("Andrei Barbu"),ki18n("Feature which adds the date a torrent \
was added"),"andrei@0xab.com");  KCmdLineArgs::init(argc, argv, &about);
--- trunk/extragear/network/ktorrent/plugins/infowidget/trackermodel.cpp \
#1187156:1187157 @@ -144,7 +144,7 @@
 		{
 			switch (section)
 			{
-				case 0: return i18n("Url");
+				case 0: return i18n("URL");
 				case 1: return i18n("Status");
 				case 2: return i18n("Seeders");
 				case 3: return i18n("Leechers");
--- trunk/extragear/network/ktorrent/plugins/search/searchenginelist.cpp \
#1187156:1187157 @@ -362,7 +362,7 @@
 		}
 		else if (role == Qt::ToolTipRole) 
 		{
-			return i18n("Url: <b>%1</b>",se->engineUrl());
+			return i18n("URL: <b>%1</b>",se->engineUrl());
 		}
 		
 		return QVariant();


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic