Rename a number of libraries and executables to avoid conflicts with KDE4

pull/1/head
Timothy Pearson 11 years ago
parent c6dbbd9042
commit a50cfb5969

@ -602,7 +602,7 @@ AC_DEFUN([KDE_SUBST_PROGRAMS],
fi
if test -n "$trinity2ornewer"; then
KDE_FIND_PATH(kconfig_compiler, KCONFIG_COMPILER, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kconfig_compiler)])
KDE_FIND_PATH(tdeconfig_compiler, KCONFIG_COMPILER, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tdeconfig_compiler)])
KDE_FIND_PATH(dcopidlng, DCOPIDLNG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(dcopidlng)])
fi
if test -n "$trinity3ornewer"; then
@ -1812,7 +1812,7 @@ if test "$kde_qtver" = 1; then
kde_check_lib="libtdecore.la"
else
kde_check_header="ksharedptr.h"
kde_check_lib="libkio.la"
kde_check_lib="libtdeio.la"
fi
if test -z "$1"; then
@ -2118,7 +2118,7 @@ elif test $kde_qtver = 2; then
AC_SUBST(LIB_KIO, "-lkio")
AC_SUBST(LIB_KSYCOCA, "-ltdesycoca")
AC_SUBST(LIB_SMB, "-lsmb")
AC_SUBST(LIB_KFILE, "-lkfile")
AC_SUBST(LIB_KFILE, "-ltdefile")
AC_SUBST(LIB_KAB, "-lkab")
AC_SUBST(LIB_KHTML, "-ltdehtml")
AC_SUBST(LIB_KSPELL, "-ltdespell")
@ -2128,7 +2128,7 @@ else
AC_SUBST(LIB_TDECORE, "-ltdecore -lXext $(LIB_QT)")
AC_SUBST(LIB_TDEUI, "-ltdeui $(LIB_TDECORE)")
AC_SUBST(LIB_KFM, "-lkfm $(LIB_TDECORE)")
AC_SUBST(LIB_KFILE, "-lkfile $(LIB_KFM) $(LIB_TDEUI)")
AC_SUBST(LIB_KFILE, "-ltdefile $(LIB_KFM) $(LIB_TDEUI)")
AC_SUBST(LIB_KAB, "-lkab $(LIB_KIMGIO) $(LIB_TDECORE)")
fi
])

@ -16,7 +16,7 @@
#include "contextbrowser.h"
#include <kapplication.h>
#include <kfiledialog.h>
#include <tdefiledialog.h>
#include <kmessagebox.h>
#include <knewstuff/downloaddialog.h> // knewstuff theme fetching
#include <knewstuff/engine.h> // "
@ -24,7 +24,7 @@
#include <knewstuff/provider.h> // "
#include <kstandarddirs.h>
#include <ktar.h>
#include <kio/netaccess.h>
#include <tdeio/netaccess.h>
#include <tqdir.h>
#include <tqfileinfo.h>

@ -8,7 +8,7 @@
#include <kurl.h> // recursiveUrlExpand
#include <kprocio.h> //Amarok::ProcIO
#include <kio/netaccess.h>
#include <tdeio/netaccess.h>
#include <tdeversion.h>
#include "amarok_export.h"

@ -1,4 +1,4 @@
# Code generation options for kconfig_compiler
# Code generation options for tdeconfig_compiler
File=amarok.kcfg
ClassName=AmarokConfig
Singleton=true

@ -13,7 +13,7 @@
#include <cmath>
#include <kconfig.h>
#include <tdeconfig.h>
#include <kglobalsettings.h> //paletteChange()
#include <kiconloader.h> //mousePressEvent
#include <klocale.h> //mousePressEvent

@ -51,7 +51,7 @@ email : markey@web.de
#include <iostream>
#include <kconfigdialogmanager.h>
#include <tdeconfigdialogmanager.h>
#include <kcombobox.h> //firstRunWizard()
#include <kcmdlineargs.h> //initCliArgs()
#include <kcursor.h> //Amarok::OverrideCursor
@ -66,7 +66,7 @@ email : markey@web.de
#include <kstandarddirs.h>
#include <kurldrag.h> //genericEventHandler()
#include <kaboutdata.h>
#include <kio/job.h>
#include <tdeio/job.h>
#include <tqevent.h> //genericEventHandler()
#include <tqeventloop.h> //applySettings()

@ -16,7 +16,7 @@
#include "multitabbar.h" //m_tabBar
#include <kapplication.h> //kapp
#include <kconfig.h>
#include <tdeconfig.h>
#include <kiconloader.h> //multiTabBar icons
#include <klocale.h>

@ -54,7 +54,7 @@
#include <kactioncollection.h>
#include <kapplication.h> //kapp
#include <kconfig.h>
#include <tdeconfig.h>
#include <kcombobox.h>
#include <kcursor.h>
#include <kdialogbase.h>
@ -65,7 +65,7 @@
#include <kpopupmenu.h>
#include <ktoolbarbutton.h> //ctor
#include <kurldrag.h> //dragObject()
#include <kio/job.h>
#include <tdeio/job.h>
#include <kpushbutton.h>
extern "C"

@ -52,7 +52,7 @@
#include <kcharsets.h> //setHTMLLyrics()
#include <kcombobox.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <kdialogbase.h> //checkDatabase()
#include <kglobal.h>
#include <kinputdialog.h> //setupCoverFetcher()
@ -62,8 +62,8 @@
#include <kmessagebox.h>
#include <ksimpleconfig.h>
#include <kstandarddirs.h>
#include <kio/job.h>
#include <kio/netaccess.h>
#include <tdeio/job.h>
#include <tdeio/netaccess.h>
#include <cmath> //DbConnection::sqlite_power()
#include <ctime> //query()

@ -62,7 +62,7 @@ email : markey@web.de
namespace Amarok {
int databaseTypeCode( const TQString type )
{
// can't use kconfigxt for the database comboxbox since we need the DBConnection id and not the index
// can't use tdeconfigxt for the database comboxbox since we need the DBConnection id and not the index
int dbType = DbConnection::sqlite;
if ( type == "MySQL")
dbType = DbConnection::mysql;
@ -283,7 +283,7 @@ void AmarokConfigDialog::updateSettings()
}
if ( m_opt2->styleComboBox->currentText() != AmarokConfig::contextBrowserStyleSheet() ) {
//can't use kconfigxt for the style comboxbox's since we need the string, not the index
//can't use tdeconfigxt for the style comboxbox's since we need the string, not the index
AmarokConfig::setContextBrowserStyleSheet( m_opt2->styleComboBox->currentText() );
ContextBrowser::instance()->reloadStyleSheet();
}

@ -19,7 +19,7 @@ email : markey@web.de
#include <tqmap.h>
#include <tqvaluelist.h>
#include <kconfigdialog.h>
#include <tdeconfigdialog.h>
class TQComboBox;
class TQGroupBox;

@ -55,13 +55,13 @@
#include <kaction.h>
#include <kapplication.h> //kapp
#include <kcalendarsystem.h> // for Amarok::verboseTimeSince()
#include <kconfig.h> // suggested/related/favorite box visibility
#include <tdeconfig.h> // suggested/related/favorite box visibility
#include <kdialog.h>
#include <kfiledialog.h>
#include <tdefiledialog.h>
#include <kglobal.h>
#include <kiconloader.h>
#include <kio/job.h>
#include <kio/jobclasses.h>
#include <tdeio/job.h>
#include <tdeio/jobclasses.h>
#include <kmdcodec.h> // for data: URLs
#include <kmessagebox.h>
#include <kpopupmenu.h>

@ -23,9 +23,9 @@
#include <kcursor.h> //waiting cursor
#include <kdialog.h>
#include <kiconloader.h>
#include <kfiledialog.h>
#include <kio/job.h>
#include <kio/jobclasses.h>
#include <tdefiledialog.h>
#include <tdeio/job.h>
#include <tdeio/jobclasses.h>
#include <klineedit.h>
#include <klocale.h>
#include <kmessagebox.h>

@ -35,15 +35,15 @@
#include <tqvbox.h>
#include <kapplication.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <kcursor.h>
#include <kfiledialog.h>
#include <tdefiledialog.h>
#include <kiconloader.h>
#include <klistview.h>
#include <klocale.h>
#include <kmessagebox.h> //showCoverMenu()
#include <tdemultipledrag.h>
#include <kio/netaccess.h>
#include <tdeio/netaccess.h>
#include <kpopupmenu.h> //showCoverMenu()
#include <kprogress.h>
#include <kpushbutton.h>

@ -29,16 +29,16 @@
#include <tqtimer.h>
#include <kapplication.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <kglobal.h>
#include <kinputdialog.h> //setupCoverFetcher()
#include <kio/job.h>
#include <tdeio/job.h>
#include <klineedit.h> //setupCoverFetcher()
#include <klocale.h>
#include <kmdcodec.h>
#include <kstandarddirs.h>
#include <kurl.h>
#include <kio/netaccess.h>
#include <tdeio/netaccess.h>
#include <cmath> //DbConnection::sqlite_power()
#include <ctime> //query()

@ -13,12 +13,12 @@
* *
***************************************************************************/
#include <kconfig.h>
#include <tdeconfig.h>
#include <tdeversion.h>
#include <kdialogbase.h>
#include <kglobal.h>
#include <kiconloader.h>
#include <kio/job.h>
#include <tdeio/job.h>
#include <klocale.h>
#include <kstdguiitem.h>
#include <kurl.h>

@ -24,7 +24,7 @@ AMAROK_EXPORT_PLUGIN( MassStorageDeviceHandlerFactory )
#include "collectiondb.h"
#include "debug.h"
#include <kconfig.h>
#include <tdeconfig.h>
#include <kurl.h>
#include <tqvaluelist.h>

@ -21,7 +21,7 @@ AMAROK_EXPORT_PLUGIN( NfsDeviceHandlerFactory )
#include "debug.h"
#include <kconfig.h>
#include <tdeconfig.h>
#include <kurl.h>
#include <tqvaluelist.h>

@ -21,7 +21,7 @@ AMAROK_EXPORT_PLUGIN( SmbDeviceHandlerFactory )
#include "debug.h"
#include <kconfig.h>
#include <tdeconfig.h>
#include <kurl.h>
#include <tqvaluelist.h>

@ -20,7 +20,7 @@
#include "directorylist.h"
#include "mountpointmanager.h"
#include <kfileitem.h>
#include <tdefileitem.h>
#include <klocale.h>
#include <tqfile.h>

@ -61,7 +61,7 @@ install:
install -p -C -m 755 $(SLIBRARY) /usr/lib/trinity/$(SLIBRARY)
install -p -C -m 755 $(SLIBRARY:.so=.la) /usr/lib/trinity/$(SLIBRARY:.so=.la)
install -p -C -m 644 amarok_helixengine_plugin.desktop /usr/share/services/amarok_helixengine_plugin.desktop
# kbuildsycoca
# tdebuildsycoca
uninstall:
rm -f /usr/lib/trinity/$(SLIBRARY:.so=.la)

@ -1,4 +1,4 @@
# Code generation options for kconfig_compiler
# Code generation options for tdeconfig_compiler
File=helixconfig.kcfg
ClassName=HelixConfig
Singleton=true

@ -33,9 +33,9 @@ what : interface to the KDE Multimedia interface (KDEMM)
#include <tqtimer.h>
#include <kapplication.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <kdebug.h>
#include <kfileitem.h>
#include <tdefileitem.h>
#include <kgenericfactory.h>
#include <klocale.h>
#include <kmessagebox.h>

@ -31,8 +31,8 @@ what : interface to the Media Application Server (MAS)
#include <tqfile.h>
#include <kapplication.h>
#include <kconfig.h>
#include <kfileitem.h>
#include <tdeconfig.h>
#include <tdefileitem.h>
#include <kgenericfactory.h>
#include <klocale.h>
#include <kmessagebox.h>

@ -49,7 +49,7 @@
#include <tqapplication.h>
#include <tqtimer.h>
#include <kfileitem.h>
#include <tdefileitem.h>
#include <klocale.h>
#include <kmessagebox.h>
#include <kmimetype.h>

@ -1,4 +1,4 @@
# Code generation options for kconfig_compiler
# Code generation options for tdeconfig_compiler
File=nmm_kdeconfig.kcfg
ClassName=NmmKDEConfig
Singleton=true

@ -1,4 +1,4 @@
# Code generation options for kconfig_compiler
# Code generation options for tdeconfig_compiler
File=xinecfg.kcfg
ClassName=XineCfg
Singleton=true

@ -30,9 +30,9 @@
#include <tqtimer.h>
#include <kapplication.h>
#include <kfileitem.h>
#include <kio/global.h>
#include <kio/job.h>
#include <tdefileitem.h>
#include <tdeio/global.h>
#include <tdeio/job.h>
#include <kmessagebox.h>
#include <krun.h>
@ -187,7 +187,7 @@ EngineController::loadEngine( const TQString &engineName )
}
}
KRun::runCommand( "kbuildsycoca" );
KRun::runCommand( "tdebuildsycoca" );
KMessageBox::error( 0, i18n(
"<p>Amarok could not find any sound-engine plugins. "
@ -197,7 +197,7 @@ EngineController::loadEngine( const TQString &engineName )
"$ cd /path/to/amarok/source-code/<br>"
"$ su -c \"make uninstall\"<br>"
"$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\"<br>"
"$ kbuildsycoca<br>"
"$ tdebuildsycoca<br>"
"$ amarok</pre>"
"More information can be found in the README file. For further assistance join us at #amarok on irc.freenode.net.</p>" ) );

@ -33,7 +33,7 @@
#include "kbookmarkhandler.h"
#include <kdiroperator.h>
#include <kiconloader.h>
#include <kio/netaccess.h>
#include <tdeio/netaccess.h>
#include <klistview.h>
#include <klocale.h>
#include <kpopupmenu.h>

@ -88,7 +88,7 @@ private:
#include <kfileitem.h> //KFileItemList
#include <tdefileitem.h> //KFileItemList
#include <tqregexp.h>
class KDirLister;

@ -15,7 +15,7 @@
#include "directorylist.h"
#include <kapplication.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <klocale.h>
#include <tqpushbutton.h>

@ -26,8 +26,8 @@
#include "ktrm.h"
#include <kapplication.h>
#include <kio/job.h>
#include <kio/jobclasses.h>
#include <tdeio/job.h>
#include <tdeio/jobclasses.h>
#include <kprotocolmanager.h>
#include <kurl.h>
#include <kresolver.h>

@ -34,8 +34,8 @@
#include <klineedit.h>
#include <kmdcodec.h> //md5sum
#include <kmessagebox.h>
#include <kio/job.h>
#include <kio/jobclasses.h>
#include <tdeio/job.h>
#include <tdeio/jobclasses.h>
#include <kprotocolmanager.h>
#include <kshortcut.h>
#include <kurl.h>

@ -25,7 +25,7 @@
#include <tqurl.h>
#include <tqvaluelist.h>
#include <kconfigdialog.h>
#include <tdeconfigdialog.h>
class KLineEdit;
class KAction;

@ -22,8 +22,8 @@
#include "magnatunedownloadinfo.h"
#include <kio/job.h>
#include <kio/jobclasses.h>
#include <tdeio/job.h>
#include <tdeio/jobclasses.h>
#include <tqobject.h>

@ -25,8 +25,8 @@
#include "statusbar.h"
#include <tdehtml_part.h>
#include <kio/jobclasses.h>
#include <kio/job.h>
#include <tdeio/jobclasses.h>
#include <tdeio/job.h>
/**
A specialized KHTMLPart for displaying html info about a Magnatune artist or album

@ -30,8 +30,8 @@
#include "magnatuneredownloadhandler.h"
#include "magnatunexmlparser.h"
#include <kio/job.h>
#include <kio/jobclasses.h>
#include <tdeio/job.h>
#include <tdeio/jobclasses.h>
#include <tqcheckbox.h>
#include <tqcombobox.h>

@ -21,7 +21,7 @@ Boston, MA 02110-1301, USA.
#include "debug.h"
#include "magnatunedownloaddialog.h"
#include <kfiledialog.h>
#include <tdefiledialog.h>
#include <kurlrequester.h>
#include <tqcheckbox.h>

@ -21,8 +21,8 @@
#define MAGNATUNEPURCHASEHANDLER_H
#include <tqobject.h>
#include <kio/job.h>
#include <kio/jobclasses.h>
#include <tdeio/job.h>
#include <tdeio/jobclasses.h>
#include "magnatunealbumdownloader.h"
#include "magnatunedownloaddialog.h"

@ -60,11 +60,11 @@
#include <kapplication.h> //kapp
#include <kcombobox.h>
#include <kdirlister.h>
#include <kfiledialog.h>
#include <tdefiledialog.h>
#include <kglobal.h>
#include <kiconloader.h>
#include <kinputdialog.h>
#include <kio/job.h>
#include <tdeio/job.h>
#include <klocale.h>
#include <kmessagebox.h>
#include <tdemultipledrag.h>

@ -21,7 +21,7 @@
#include <klistview.h> //baseclass
#include <kurl.h> //stack allocated
#include <kio/global.h> //filesize_t
#include <tdeio/global.h> //filesize_t
#include "scrobbler.h" //SubmitItem
#include "metabundle.h"

@ -37,12 +37,12 @@ AMAROK_EXPORT_PLUGIN( GenericMediaDevice )
#include "genericmediadeviceconfigdialog.h"
#include <kapplication.h>
#include <kconfig.h> //download saveLocation
#include <tdeconfig.h> //download saveLocation
#include <kdiskfreesp.h>
#include <kiconloader.h> //smallIcon
#include <kio/job.h>
#include <kio/jobclasses.h>
#include <kio/netaccess.h>
#include <tdeio/job.h>
#include <tdeio/jobclasses.h>
#include <tdeio/netaccess.h>
#include <kmessagebox.h>
#include <kmountpoint.h>
#include <kpopupmenu.h>

@ -35,6 +35,6 @@ install( FILES
tde_add_kpart( libamarok_ifp-mediadevice AUTOMOC
SOURCES ifpmediadevice.cpp
LINK amarok-shared kio-shared ${IFP_LIBRARY} ${USB_LIBRARIES}
LINK amarok-shared tdeio-shared ${IFP_LIBRARY} ${USB_LIBRARIES}
DESTINATION ${PLUGIN_INSTALL_DIR}
)

@ -34,7 +34,7 @@ AMAROK_EXPORT_PLUGIN( IfpMediaDevice )
#include "transferdialog.h"
#include <kapplication.h>
#include <kconfig.h> //download saveLocation
#include <tdeconfig.h> //download saveLocation
#include <kiconloader.h> //smallIcon
#include <kmessagebox.h>
#include <kpopupmenu.h>

@ -36,7 +36,7 @@ extern "C" {
#include <tqptrlist.h>
#include <tqdict.h>
#include <kio/job.h>
#include <tdeio/job.h>
class TQCheckBox;
class TQLabel;

@ -39,7 +39,7 @@ AMAROK_EXPORT_PLUGIN( NjbMediaDevice )
// KDE
#include <kapplication.h>
#include <kdebug.h>
#include <kfiledialog.h>
#include <tdefiledialog.h>
#include <kiconloader.h> //smallIcon
#include <kinstance.h>
#include <klocale.h>

@ -41,8 +41,8 @@
// kde
#include <kurl.h>
#include <kio/global.h>
#include <kio/slavebase.h>
#include <tdeio/global.h>
#include <tdeio/slavebase.h>
/**
This class is used to manipulate Nomad Creative Jukebox and others media player that works with the njb libraries.

@ -19,7 +19,7 @@
#include "debug.h"
#include "medium.h"
#include <kconfig.h>
#include <tdeconfig.h>
#include <klocale.h>
const TQString Medium::SEPARATOR = "---";

@ -33,7 +33,7 @@
#include <kapplication.h>
#include <kactivelabel.h>
#include <kcombobox.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <kiconloader.h>
#include <klineedit.h>
#include <klocale.h>

@ -20,7 +20,7 @@
#include <tqmap.h>
#include <tqhbox.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <kdialogbase.h>
#include <klocale.h>

@ -22,11 +22,11 @@
#include "collectiondb.h"
#include "metabundlesaver.h"
#include <kapplication.h>
#include <kfilemetainfo.h>
#include <kio/global.h>
#include <kio/job.h>
#include <kio/jobclasses.h>
#include <kio/netaccess.h>
#include <tdefilemetainfo.h>
#include <tdeio/global.h>
#include <tdeio/job.h>
#include <tdeio/jobclasses.h>
#include <tdeio/netaccess.h>
#include <kmdcodec.h>
#include <tqdeepcopy.h>
#include <tqfile.h> //decodePath()

@ -20,11 +20,11 @@
#include "metabundlesaver.h"
#include "scancontroller.h"
#include <kapplication.h>
#include <kfilemetainfo.h>
#include <kio/global.h>
#include <kio/job.h>
#include <kio/jobclasses.h>
#include <kio/netaccess.h>
#include <tdefilemetainfo.h>
#include <tdeio/global.h>
#include <tdeio/job.h>
#include <tdeio/jobclasses.h>
#include <tdeio/netaccess.h>
#include <kmdcodec.h>
#include <kurl.h>
#include <tqfile.h> //decodePath()

@ -39,7 +39,7 @@
#ifndef TAGLIB_15
#include "trueaudio/taglib_trueaudiofiletyperesolver.h"
#include "trueaudio/ttafile.h"
#include "wavpack/taglib_wavpackfiletyperesolver.h"
#include "wavpack/taglib_wavpactdefiletyperesolver.h"
#include "wavpack/wvfile.h"
#include "speex/taglib_speexfiletyperesolver.h"
#include "speex/speexfile.h"

@ -8,9 +8,9 @@ noinst_LTLIBRARIES = libtagwavpack.la
libtagwavpack_la_SOURCES = \
wvfile.cpp \
wvproperties.cpp \
taglib_wavpackfiletyperesolver.cpp
taglib_wavpactdefiletyperesolver.cpp
noinst_HEADERS = wvfile.h \
wvproperties.h \
taglib_wavpackfiletyperesolver.h
taglib_wavpactdefiletyperesolver.h

@ -19,7 +19,7 @@
* MA 02110-1301 USA *
***************************************************************************/
#include "taglib_wavpackfiletyperesolver.h"
#include "taglib_wavpactdefiletyperesolver.h"
#include "wvfile.h"
#include <string.h>

@ -26,7 +26,7 @@
#include "pluginmanager.h"
#include "threadmanager.h"
#include <kconfig.h>
#include <tdeconfig.h>
#include <kurl.h>
#include <tqmap.h>

@ -40,7 +40,7 @@
#include <tqtimer.h>
#include <kapplication.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <kdebug.h>
#include <kiconeffect.h>
#include <kiconloader.h>

@ -8,7 +8,7 @@
#include "playlistloader.h"
#include <kdirlister.h>
#include <kfileitem.h>
#include <tdefileitem.h>
class MyDirLister : public KDirLister {
public:

@ -71,7 +71,7 @@
#include <kglobalsettings.h> //rename()
#include <kiconeffect.h>
#include <kiconloader.h> //slotShowContextMenu()
#include <kio/job.h> //deleteSelectedFiles()
#include <tdeio/job.h> //deleteSelectedFiles()
#include <klineedit.h> //setCurrentTrack()
#include <klocale.h>
#include <kmessagebox.h>

@ -45,8 +45,8 @@
#include <kactionclasses.h>
#include <kactioncollection.h>
#include <kapplication.h>
#include <kfiledialog.h> //openPlaylist()
#include <kio/job.h> //deleteSelectedPlaylists()
#include <tdefiledialog.h> //openPlaylist()
#include <tdeio/job.h> //deleteSelectedPlaylists()
#include <kiconloader.h> //smallIcon
#include <kinputdialog.h>
#include <klineedit.h> //rename()

@ -40,8 +40,8 @@
#include <kapplication.h> //Used for Shoutcast random name generation
#include <tdeversion.h> //TDE_VERSION ifndefs. Remove this once we reach a kde 4 dep
#include <kiconloader.h> //smallIcon
#include <kio/jobclasses.h> //podcast retrieval
#include <kio/job.h> //podcast retrieval
#include <tdeio/jobclasses.h> //podcast retrieval
#include <tdeio/job.h> //podcast retrieval
#include <klocale.h>
#include <kmessagebox.h> //podcast info box
#include <kmimetype.h>

@ -15,7 +15,7 @@
#include "podcastsettings.h"
#include <kdialogbase.h> // StreamEditor baseclass
#include <kio/job.h>
#include <tdeio/job.h>
#include <klineedit.h>
#include <klistview.h>
#include <kurl.h>

@ -39,7 +39,7 @@
#include <tqrect.h>
#include <tdeversion.h>
#include <kfilemetainfo.h>
#include <tdefilemetainfo.h>
#include <kglobal.h>
#include <kiconeffect.h>
#include <kstandarddirs.h>

@ -970,7 +970,7 @@ PlaylistFile::loadSMIL( TQTextStream &stream )
/// @class RemotePlaylistFetcher
#include <ktempfile.h>
#include <kio/job.h>
#include <tdeio/job.h>
#include <klocale.h>
RemotePlaylistFetcher::RemotePlaylistFetcher( const KURL &source, TQListViewItem *after, int options )

@ -57,7 +57,7 @@
#include <kaction.h> //m_actionCollection
#include <kapplication.h> //kapp
#include <kfiledialog.h> //savePlaylist(), openPlaylist()
#include <tdefiledialog.h> //savePlaylist(), openPlaylist()
#include <kglobal.h>
#include <tdehtml_part.h> //Welcome Tab
#include <kiconloader.h> //ClearFilter button

@ -25,7 +25,7 @@
#include <tqstyle.h>
#include <kapplication.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <kiconeffect.h>
#include <kstandarddirs.h>

@ -17,9 +17,9 @@
#include <tqvaluelist.h>
#include <tqvariant.h>
#include <kio/job.h>
#include <kio/jobclasses.h>
#include <kio/scheduler.h>
#include <tdeio/job.h>
#include <tdeio/jobclasses.h>
#include <tdeio/scheduler.h>
#include <klocale.h>

@ -45,9 +45,9 @@
#include <kaboutdialog.h>
#include <kapplication.h>
#include <kfiledialog.h>
#include <tdefiledialog.h>
#include <kiconloader.h>
#include <kio/netaccess.h>
#include <tdeio/netaccess.h>
#include <klistview.h>
#include <klocale.h>
#include <kmessagebox.h>

@ -24,8 +24,8 @@
#include <tqdeepcopy.h>
#include <kapplication.h>
#include <kio/job.h>
#include <kio/jobclasses.h>
#include <tdeio/job.h>
#include <tdeio/jobclasses.h>
#include <klocale.h>
#include <kmdcodec.h>
#include <kstandarddirs.h>

@ -27,7 +27,7 @@
#include "threadmanager.h"
#include "enginecontroller.h"
#include <kio/job.h>
#include <tdeio/job.h>
#include <kiconloader.h>
#include <klocale.h>
#include <kstdguiitem.h>

@ -15,7 +15,7 @@
#include "tagguesser.h"
#include <kapplication.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <kglobal.h>
#include <kmacroexpander.h>

@ -22,7 +22,7 @@
#include <kapplication.h>
#include <kcombobox.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <klineedit.h>
#include <klocale.h>
#include <kpushbutton.h>

@ -459,7 +459,7 @@
<para
><guilabel
>Overvåg mappe for ændringer</guilabel
>: Tillader &amarok; at overvåge de markerede mapper for at finde ændringer i filsystemet (for eksempel tilføjede eller fjernede musikfiler). En partiel søgning udføres også for at udføre de nødvendige ændringer i din samling.</para>
>: Tillader &amarok; at overvåge de markerede mapper for at finde ændringer i filsystemet (for eksempel tilføjede eller fjernede musitdefiler). En partiel søgning udføres også for at udføre de nødvendige ændringer i din samling.</para>
<para
><guilabel
>Importér spillelister</guilabel

@ -892,7 +892,7 @@ print "Error writing tags of $ARGV[0]\n" unless $mp3->set_v2tag($v2tag,&amp;UTF8
>Plaats uw cd, en klik op de menuoptie "Audio-cd afspelen". De bestandsbrowser wordt dan geopend en toont een boomstructuur met meerdere mappen. Voor gewoon rippen, open de map "wav", selecteer enkele tracks en sleep ze naar de gewenste locatie in een Konqueror-venster. Voor automatische codering, sleep de bestanden uit de map "mp3" of "ogg".</para>
<note
><para
>Voor het rippen van cd's is de kioslave "audiocd" nodig. Deze is onderdeel van KDE-Multimedia.</para
>Voor het rippen van cd's is de tdeioslave "audiocd" nodig. Deze is onderdeel van KDE-Multimedia.</para
></note>
</answer>
</qandaentry>

@ -459,7 +459,7 @@
<para
><guilabel
>Bevaka katalog efter ändringar</guilabel
>: Låter &amarok; bevaka markerade kataloger för att hitta ändringar i filsystemet (till exempel tillagda eller borttagna musikfiler). En partiell sökning utförs också för att göra nödvändiga ändringar i din samling.</para>
>: Låter &amarok; bevaka markerade kataloger för att hitta ändringar i filsystemet (till exempel tillagda eller borttagna musitdefiler). En partiell sökning utförs också för att göra nödvändiga ändringar i din samling.</para>
<para
><guilabel
>Importera spellistor</guilabel

@ -1009,7 +1009,7 @@ msgid ""
"<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>"
msgstr ""
@ -1022,7 +1022,7 @@ msgstr ""
"<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\""
"<br>$./configure --prefix=`tde-config --prefix` && su -c \"make install\"br>"
"$kbuildsycoca"
"$tdebuildsycoca"
"<br>$amaroK</pre>Verdere inligting kan in die README lêer gevind word. Vir meer "
"bystand kan jy m.b.v. IRC by kamer #amarok op irc.freenode.net inskakel.</p>"

@ -941,7 +941,7 @@ msgid ""
"<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>"
msgstr ""

@ -979,7 +979,7 @@ msgid ""
"<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>"
msgstr ""

@ -926,7 +926,7 @@ msgid ""
"<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>"
msgstr ""

@ -1002,7 +1002,7 @@ msgid ""
"<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>"
msgstr ""
@ -1013,7 +1013,7 @@ msgstr ""
"<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre>Повече информация може да бъде намерена във файла README. За "
"повече помощ елате в #amarok в irc.freenode.net.</p>"

@ -986,7 +986,7 @@ msgid ""
"<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>"
msgstr ""

@ -950,7 +950,7 @@ msgid ""
"<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>"
msgstr ""

@ -1009,7 +1009,7 @@ msgid ""
"<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>"
msgstr ""
@ -1021,7 +1021,7 @@ msgstr ""
"<pre>$ cd /ruta/al/codi-font/amarok/ "
"<br>$ su -c \"make uninstall\" "
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\" "
"<br>$ kbuildsycoca "
"<br>$ tdebuildsycoca "
"<br>$ amarok </pre> Podeu trobar més informació al fitxer README. Per a més "
"ajuda busqueu-nos al canal #amarok a irc.freenode.net.</p>"

@ -951,7 +951,7 @@ msgid ""
"<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>"
msgstr ""
@ -963,7 +963,7 @@ msgstr ""
"<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre>Více informací je možné nalézt v souboru README. Pro další "
"pomoc se k nám připojte na #amarok na irc.freenode.net.</p>"

@ -972,7 +972,7 @@ msgid ""
"<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>"
msgstr ""

@ -998,7 +998,7 @@ msgid ""
"<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>"
msgstr ""
@ -1008,7 +1008,7 @@ msgstr ""
"under TDE's præfiks, ordn det venligst ved at bruge: "
"<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\" "
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\"</pre> "
"Mere information kan findes i README-filen. For yderligere assistance gå "
"venligst med i #amarok på irc.freenode.net."
@ -7299,7 +7299,7 @@ msgid ""
"<p>If you wish, Amarok is able to monitor these folders for new files and can "
"automatically add them to the collection.</p>"
msgstr ""
"<p>Vælg mapperne hvor dine musikfiler er lagrede til højre.</p>\n"
"<p>Vælg mapperne hvor dine musitdefiler er lagrede til højre.</p>\n"
"<p>At gøre dette anbefales stærkt, eftersom det udvider de tilgængelige "
"funktioner.</p>\n"
"<p>Hvis du ønsker det, kan Amarok overvåge mapperne for nye filer og kan "
@ -8672,7 +8672,7 @@ msgid ""
"Enabling this option stores Mood data files with the music files. Disabling "
"stores them in your home folder."
msgstr ""
"Aktiveres dette opbevares stemningsdatafiler sammen med musikfilerne. "
"Aktiveres dette opbevares stemningsdatafiler sammen med musitdefilerne. "
"Deaktiveres dette opbevares de i din hjemmemappe."
#. i18n: file ./Options1.ui line 567
@ -8683,7 +8683,7 @@ msgid ""
"mood file for /music/file.mp3 will be /music/file.mood. Disabling stores them "
"in your home folder."
msgstr ""
"Ved at aktivere dette opbevares stemningsdatafiler med musikfilerne. Nærmere "
"Ved at aktivere dette opbevares stemningsdatafiler med musitdefilerne. Nærmere "
"bestemt kommer stemningsfilen for /musik/fil.mp3 til at være /musik/fil.mood. "
"Deaktiveres det opbevares de i din hjemmemappe."

@ -1004,7 +1004,7 @@ msgid ""
"<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>"
msgstr ""
@ -1016,7 +1016,7 @@ msgstr ""
"<pre>$ cd /pfad/zu/Amarok/Quellcode/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ Amarok</pre> "
"<br>Bitte lesen Sie auch die README-Datei. Falls Sie weitere Hilfe benötigen, "
"können Sie uns in #amarok auf irc.freenode.org besuchen."

@ -1008,7 +1008,7 @@ msgid ""
"<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>"
msgstr ""
@ -1020,7 +1020,7 @@ msgstr ""
"<pre>$ cd /τόπος/του/κώδικα/του/AmaroK/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre>Περισσότερες πληροφορίες θα βρείτε στο αρχείο README. Για "
"βοήθεια, συναντήστε μας στο #amarok στο irc.freenode.net.</p>"

@ -1013,7 +1013,7 @@ msgid ""
"<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>"
msgstr ""
@ -1025,7 +1025,7 @@ msgstr ""
"<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>"

@ -934,7 +934,7 @@ msgid ""
"<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>"
msgstr ""

@ -1007,7 +1007,7 @@ msgid ""
"<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>"
msgstr ""
@ -1019,7 +1019,7 @@ msgstr ""
"<pre>$ cd /ruta/al/codigo/fuente/de/amarok/ "
"<br>$ su -c \"make uninstall\" "
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\" "
"<br>$ kbuildsycoca "
"<br>$ tdebuildsycoca "
"<br>$amaroK</pre>Puede encontrar mas información en el archivo README. Para más "
"información contacte con nosotros en #amarok en irc.freenode.net.</p>"

@ -990,7 +990,7 @@ msgid ""
"<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>"
msgstr ""
@ -1002,7 +1002,7 @@ msgstr ""
"<pre>$ cd /amaroki/lähtekoodi/asukoht/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre>Täpsemalt räägib sellest fail README. Vajadusel leiad abi ka "
"meie suhtluskanalilt #amarok serveris irc.freenode.net."

@ -979,7 +979,7 @@ msgid ""
"<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>"
msgstr ""
@ -991,7 +991,7 @@ msgstr ""
"<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre>Xehetasun gehiago README fitxategian aurki dezakezu. Laguntza "
"gehiagorako zoaz irc.freenode.net zerbitzariko #amarok kanalera.</p>"

@ -985,7 +985,7 @@ msgid ""
"<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>"
msgstr ""
@ -997,7 +997,7 @@ msgstr ""
"<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c »نصب« "
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c »عدم نصب« "
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre>بررسی کنید. اطلاعات بیشتر را می‌توان در پروندۀ README یافت. "
"برای همکاری بیشتر در #amarok on irc.freenode.net به ما بپیوندید.</p>"

@ -1021,7 +1021,7 @@ msgid ""
"<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>"
msgstr ""
@ -1033,7 +1033,7 @@ msgstr ""
"<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre>Lisätietoja on README-tiedostossa. Lisäapua saa IRC-kanavalla "
"#amarok (irc.freenode.net).</p>"

@ -1022,7 +1022,7 @@ msgid ""
"<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>"
msgstr ""
@ -1035,7 +1035,7 @@ msgstr ""
"<pre>$ cd /chemin vers/le dossier contenant/le code source/d'Amarok/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre>Vous pouvez trouver plus d'informations dans le fichier "
 README ». Pour plus d'aide, rejoignez-nous sur #amarok sur "
"irc.freenode.net.</p>"

@ -957,7 +957,7 @@ msgid ""
"<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>"
msgstr ""

@ -993,7 +993,7 @@ msgid ""
"<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>"
msgstr ""
@ -1005,7 +1005,7 @@ msgstr ""
"<pre>$ cd /rota/para/amarok/código-fonte/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre>Pódese atopar máis información no ficheiro README. Para axuda "
"adicional, pode recorrer á canle #amarok en irc.freenode.net.</p>"

@ -973,7 +973,7 @@ msgid ""
"<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>"
msgstr ""
@ -984,7 +984,7 @@ msgstr ""
"<pre>$ cd /path/to/amarok/source-code/ "
"<br>$ su -c \"make uninstall\" "
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\" "
"<br>$ kbuildsycoca "
"<br>$ tdebuildsycoca "
"<br>$ amarok</pre> מידע נוסף נמצא בקובץ README. לעזרה נוספת, הצטרף אלינו בערוץ "
"amarok# ב־irc.freenode.net. </p>"

@ -986,7 +986,7 @@ msgid ""
"<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>"
msgstr ""

@ -983,7 +983,7 @@ msgid ""
"<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>"
msgstr ""
@ -995,7 +995,7 @@ msgstr ""
"<pre>$ cd /az/amarok/forráskódja/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre>További információ található a README fájlban. Szívesen adunk "
"segítséget IRC-n az #amarok csatornán, az irc.freenode.net címen.</p>"

@ -945,7 +945,7 @@ msgid ""
"<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>"
msgstr ""

@ -974,7 +974,7 @@ msgid ""
"<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>"
msgstr ""
@ -986,7 +986,7 @@ msgstr ""
"<pre>$ cd /slóð/að/amarok/kóðanum/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre> Nánari lýsingu má finna í README skránni. Ef þú þarft meiri "
"hjálp getur þú fundið okkur á #amarok á irc.freenode.net.</p>"

@ -1001,7 +1001,7 @@ msgid ""
"<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>"
msgstr ""
@ -1013,7 +1013,7 @@ msgstr ""
"<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre>Ulteriori informazioni possono essere trovate nel file "
"README. Per assistenza puoi trovarci in #amarok su irc.freenode.net.</p>"

@ -938,7 +938,7 @@ msgid ""
"<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>"
msgstr ""
@ -948,7 +948,7 @@ msgstr ""
"<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre>詳しくは README ファイルをご覧ください。それでも解決しない場合は irc.freenode.net 上の "
"#amarok へお越しください。"

@ -968,7 +968,7 @@ msgid ""
"<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>"
msgstr ""

@ -984,7 +984,7 @@ msgid ""
"<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>"
msgstr ""
@ -997,7 +997,7 @@ msgstr ""
"<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre>​ព័ត៌មាន​បន្ថែម​អាច​រក​បាន​នៅ​ក្នុង​ឯកសារ README ។ "
"សម្រាប់​ជំនួយ​បន្ថែម សូម​ចូលរួម​ជា​មួយ​យើងនៅ #amarok នៅ​លើ "
"irc.freenode.net ។</p>"

@ -972,7 +972,7 @@ msgid ""
"<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>"
msgstr ""
@ -982,7 +982,7 @@ msgstr ""
"<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre>더 많은 정보는 README 파일을 참조하십시오. 앞으로도 문제가 있으면 irc.freenode.net의 "
"#amarok 채널에 참여하시기 바랍니다."

@ -935,7 +935,7 @@ msgid ""
"<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>"
msgstr ""

@ -979,7 +979,7 @@ msgid ""
"<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>"
msgstr ""
@ -988,7 +988,7 @@ msgstr ""
"<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre>더 많은 정보는 README 파일을 참조하십시오. 앞으로도 문제가 있으면 irc.freenode.net의 "
"#amarok 채널에 참여하시기 바랍니다."

@ -996,7 +996,7 @@ msgid ""
"<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>"
msgstr ""
@ -1008,7 +1008,7 @@ msgstr ""
"<pre>$ cd /kelias/iki/amarok/šaltinių/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre>Daugiau informacijos galite rasti README byloje. Papildomą "
"pagalbą galite gauti prisijungę prie #amarok kanalo irc.freenode.net "
"serveryje.</p>"

@ -983,7 +983,7 @@ msgid ""
"<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>"
msgstr ""
@ -995,7 +995,7 @@ msgstr ""
"<pre>$ cd /pateka/do/izvoren-kod/na/amarok/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre>Повеќе информации можат да бидат најдени во датотеката "
"README. За понатамошна помош приклучете се на #amarok на irc.freenode.net.</p>"

@ -1014,7 +1014,7 @@ msgid ""
"<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>"
msgstr ""

@ -1001,7 +1001,7 @@ msgid ""
"<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>"
msgstr ""
@ -1012,7 +1012,7 @@ msgstr ""
"<pre>$ cd /adresse/til/amarok-kildekoden/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre>Du finner mer informasjon i fila «README». Du kan også få "
"hjelp på IRC-kanalen #amarok på irc.freenode.net.</p>"
@ -7292,7 +7292,7 @@ msgid ""
"<p>If you wish, Amarok is able to monitor these folders for new files and can "
"automatically add them to the collection.</p>"
msgstr ""
"<p>Velg hvilke mapper blant de til høyre som inneholder musikkfilene dine.</p>\n"
"<p>Velg hvilke mapper blant de til høyre som inneholder musiktdefilene dine.</p>\n"
"<p>Dette er anbefalt på det sterkeste og vil forbedre funksjonene du "
"hartilgjengelige.</p>\n"
"<p>Hvis du vil kan Amarok overvåke disse mappene for å finne nye filer og "
@ -8669,7 +8669,7 @@ msgid ""
"Enabling this option stores Mood data files with the music files. Disabling "
"stores them in your home folder."
msgstr ""
"Hvis dette er slått på blir filer med stemningsdata lagret med musikkfilene, "
"Hvis dette er slått på blir filer med stemningsdata lagret med musiktdefilene, "
"ellers blir de lagret i din hjemmemappe."
#. i18n: file ./Options1.ui line 567
@ -8681,7 +8681,7 @@ msgid ""
"in your home folder."
msgstr ""
"Hvis dette er slått på blir filene med stemningsdata lagret sammen med "
"musikkfilene. Stemningsfila for /musikk/fil.mp3 blir /musikk/fil.mood. Er det "
"musiktdefilene. Stemningsfila for /musikk/fil.mp3 blir /musikk/fil.mood. Er det "
"slått av, så lagres .mood-filene i din hjemmemappe."
#. i18n: file ./Options1.ui line 584
@ -12295,7 +12295,7 @@ msgstr ""
"<h3>Oversiktene</h3>Oversiktene er kildene til all musikken din. "
"Samlingoversikten inneholder hele samlingen, spillelisteoversikten inneholder "
"ferdiglagede spillelister og filoversikten viser en filvelger som gir deg "
"tilgang til alle musikkfilene på datamaskinen. </div>"
"tilgang til alle musiktdefilene på datamaskinen. </div>"
#: playlist.cpp:2740
#, c-format

@ -997,7 +997,7 @@ msgid ""
"<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>"
msgstr ""
@ -1008,7 +1008,7 @@ msgstr ""
"<pre>$ cd /Padd/na/amarok/Bornkode/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre>Mehr Informaschonen staht binnen de Datei \"README\". Bruukst "
"Du mehr Ünnerstütten, draap uns binnen #amarok op irc.freenode.net.</p>"

@ -1008,7 +1008,7 @@ msgid ""
"<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>"
msgstr ""
@ -1019,7 +1019,7 @@ msgstr ""
"<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok </pre>प्रयोग गरेर तपाईँको स्थापना निश्चित गर्नुहोस् । धेरै "
"सूचनाहरू README फाइलमा फेला पार्न सकिन्छ । अगाडि सहयोगका लागि हामीसँग "
"irc.freenode.net भित्र #amarok मा जडान हुनुहोस् ।</p>"

@ -1008,7 +1008,7 @@ msgid ""
"<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>"
msgstr ""
@ -1020,7 +1020,7 @@ msgstr ""
"<pre>$ cd /pad/naar/amarok/broncode/ "
"<br>$ su -c \"make uninstall\" "
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\" "
"<br>$ kbuildsycoca "
"<br>$ tdebuildsycoca "
"<br>$ amarok</pre> Meer informatie vindt u in het bestand README. Voor verdere "
"assistentie, word lid van het IRC-kanaal #amarok op irc.freenode.net.</p>"

@ -991,7 +991,7 @@ msgid ""
"<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>"
msgstr ""
@ -1002,7 +1002,7 @@ msgstr ""
"<pre>$ cd /adresse/til/amarok-kjeldekoden/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre>Du finn meir informasjon i fila «README». Du kan òg få hjelp "
"på IRC-kanalen #amarok på irc.freenode.net.</p>"
@ -8633,7 +8633,7 @@ msgid ""
"Enabling this option stores Mood data files with the music files. Disabling "
"stores them in your home folder."
msgstr ""
"Lagra stemningsdatafilene saman med musikkfilene. Slår du av dette, vert dei "
"Lagra stemningsdatafilene saman med musiktdefilene. Slår du av dette, vert dei "
"lagra i heimemappa."
#. i18n: file ./Options1.ui line 567
@ -8644,7 +8644,7 @@ msgid ""
"mood file for /music/file.mp3 will be /music/file.mood. Disabling stores them "
"in your home folder."
msgstr ""
"Lagra stemningsdatafilene saman med musikkfilene. Stemningsfila for "
"Lagra stemningsdatafilene saman med musiktdefilene. Stemningsfila for "
"«/musikk/fil.mp3» vert «/musikk/fil.mood». Slår du av dette, vert dei lagra i "
"heimemappa."
@ -12250,7 +12250,7 @@ msgstr ""
"<div align=center>"
"<h3>Sporoversiktene</h3>I sporoversiktene til venstre finn du all musikken din. "
"Samlingoversikta inneheld heile samlinga, spelelisteoversikta inneheld "
"ferdiglaga spelelister og filoversikta gjev deg tilgang til alle musikkfilene "
"ferdiglaga spelelister og filoversikta gjev deg tilgang til alle musiktdefilene "
"på datamaskina. </div>"
#: playlist.cpp:2740

@ -949,7 +949,7 @@ msgid ""
"<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>"
msgstr ""
@ -961,7 +961,7 @@ msgstr ""
"<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre>ਹੋਰ ਜਾਣਕਾਰੀ ਨੂੰ README ਫਾਇਲ ਵਿੱਚ ਵੇਖਿਆ ਜਾ ਸਕਦਾ ਹੈ। ਹੋਰ ਵਧੇਰੇ "
"ਜਾਣਕਾਰੀ ਲਈ irc.freenode.net ਉੱਤੇ #amarok ਨੂੰ ਵੇਖੋ।</p>"

@ -1017,7 +1017,7 @@ msgid ""
"<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>"
msgstr ""
@ -1029,7 +1029,7 @@ msgstr ""
"<pre>$ cd /ścieżka/do/kodu_źródłowego/amaroka/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre>Więcej informacji można uzyskać w pliku README. W celu "
"uzyskania dalszej pomocy odwiedź kanał #amarok na serwerze irc.freenode.net.</p>"

@ -61,7 +61,7 @@ msgstr ""
"X-POFile-SpellExtra: Oldfield Amp Shuffle GenericMediaDeviceConfigDialog\n"
"X-POFile-SpellExtra: AmaroK vs VIDEOHOSTS install Open iFTP and USD TagLib\n"
"X-POFile-SpellExtra: ktrm SinkHostName FHT hydrogen AUDIOHOSTS Firefly\n"
"X-POFile-SpellExtra: berkus track MTP sven Howell The Ímane kbuildsycoca\n"
"X-POFile-SpellExtra: berkus track MTP sven Howell The Ímane tdebuildsycoca\n"
"X-POFile-SpellExtra: eject Kretschmann Deep or HyperThreading sh URLS the\n"
"X-POFile-SpellExtra: KLibLoader portatil sebr eean Device SysInfo sysinfo\n"
"X-POFile-SpellExtra: iPodControl\n"
@ -1053,7 +1053,7 @@ msgid ""
"<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>"
msgstr ""
@ -1063,7 +1063,7 @@ msgstr ""
"<pre>$ cd /local/do/codigo-fonte/amarok"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre>Pode encontrar mais informações no ficheiro README. Para mais "
"ajuda junte-se a nós em #amarok no irc.freenode.net.</p>"

@ -1016,7 +1016,7 @@ msgid ""
"<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>"
msgstr ""
@ -1028,7 +1028,7 @@ msgstr ""
"<pre>$ cd /caminho/do/código-fonte/do/amarok/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\" "
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre>Mais informações podem ser encontradas no arquivo README. "
"Para tirar outras dúvidas, dê um pulo no canal #amarok em irc.freenode.net.</p>"

@ -989,7 +989,7 @@ msgid ""
"<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>"
msgstr ""

@ -984,7 +984,7 @@ msgid ""
"<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>"
msgstr ""
@ -994,7 +994,7 @@ msgstr ""
"<pre>cd /path/to/amarok/source-code/"
"<br>su -c \"make uninstall\""
"<br>./configure --prefix=`tde-config --prefix` && su -c \"make install\" "
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre>Для подробностей обратитесь к файлу README, либо попросите "
"помощь у участников канала #amarok на irc.freenode.net."

@ -1019,7 +1019,7 @@ msgid ""
"<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>"
msgstr "<p>net."

@ -963,7 +963,7 @@ msgid ""
"<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>"
msgstr ""
@ -974,7 +974,7 @@ msgstr ""
"<pre> $ cd /amarok/gáldokoda/čujuhus/"
"<br>$ su -c \"make uninstall\" "
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\" "
"<br>$ kbuildsycoca "
"<br>$ tdebuildsycoca "
"<br>$ amarok</pre> Gávnnat eanet dieđuid «README»-fiillas. Sáhtát maid oažžut "
"veahki IRC-kanálas #amarok irc.freenode.net:as</p>"

@ -1011,7 +1011,7 @@ msgid ""
"<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>"
msgstr ""
@ -1023,7 +1023,7 @@ msgstr ""
"<pre>$ cd /cesta/ku/zdrojovym/suborom/amaroku/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre>Viac informácii je možné nájsť v súbore README. Pre ďalšiu "
"pomoc sa k nám pripojte na #amarok na irc.freenode.net.</p>"

@ -1008,7 +1008,7 @@ msgid ""
"<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>"
msgstr ""
@ -1020,7 +1020,7 @@ msgstr ""
"<pre>$ cd /pot/do/izvorne-kode/amaroka/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre>Več informacij najdete v datoteki README. Za dodatno pomoč se "
"nam pridužite na kanalu #amarok na strežniku irc.freenode.net.</p>"

@ -961,7 +961,7 @@ msgid ""
"<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>"
msgstr ""

@ -1006,7 +1006,7 @@ msgid ""
"<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>"
msgstr ""
@ -1018,7 +1018,7 @@ msgstr ""
"<pre>$ cd /putanja/do/amarokovog/izvornog-koda/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre> Више информација можете наћи у фајлу README. За даљу помоћ "
"придружите нам се на #amarok на irc.freenode.net .</p>"

@ -1006,7 +1006,7 @@ msgid ""
"<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>"
msgstr ""
@ -1018,7 +1018,7 @@ msgstr ""
"<pre>$ cd /putanja/do/amarokovog/izvornog-koda/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre> Više informacija možete naći u fajlu README. Za dalju pomoć "
"pridružite nam se na #amarok na irc.freenode.net .</p>"

@ -980,7 +980,7 @@ msgid ""
"<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>"
msgstr ""
@ -992,7 +992,7 @@ msgstr ""
"<pre>$ cd /putanja/do/amarokovog/izvornog-koda/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre> Više informacija možete naći u fajlu README. Za dalju pomoć "
"pridružite nam se na #amarok na irc.freenode.net -u.</p>"

@ -999,7 +999,7 @@ msgid ""
"<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>"
msgstr ""
@ -1011,7 +1011,7 @@ msgstr ""
"<pre>$ cd /sökväg/till/amaroks/källkod"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$amarok</pre> Mer information finns i filen README. För ytterligare hjälp "
"kontakta oss gärna via #amarok på irc.freenode.net.</p>"
@ -7292,7 +7292,7 @@ msgid ""
"<p>If you wish, Amarok is able to monitor these folders for new files and can "
"automatically add them to the collection.</p>"
msgstr ""
"<p>Välj katalogerna där dina musikfiler är lagrade till höger.</p>\n"
"<p>Välj katalogerna där dina musitdefiler är lagrade till höger.</p>\n"
"<p>Att göra det rekommenderas starkt, eftersom det utökar de tillgängliga "
"funktionerna.</p>\n"
"<p>Om du önskar, kan Amarok bevaka katalogerna efter nya filer och kan "
@ -8671,7 +8671,7 @@ msgid ""
"Enabling this option stores Mood data files with the music files. Disabling "
"stores them in your home folder."
msgstr ""
"Genom att aktivera alternativet lagras stämningsdatafiler med musikfilerna. "
"Genom att aktivera alternativet lagras stämningsdatafiler med musitdefilerna. "
"Inaktiveras det lagras de i din hemkatalog."
#. i18n: file ./Options1.ui line 567
@ -8682,7 +8682,7 @@ msgid ""
"mood file for /music/file.mp3 will be /music/file.mood. Disabling stores them "
"in your home folder."
msgstr ""
"Genom att aktivera alternativet lagras stämningsdatafiler med musikfilerna. "
"Genom att aktivera alternativet lagras stämningsdatafiler med musitdefilerna. "
"Närmare bestämt kommer stämningsfilen för /musik/fil.mp3 att vara "
"/musik/fil.mood. Inaktiveras det lagras de i din hemkatalog."

@ -1007,7 +1007,7 @@ msgid ""
"<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>"
msgstr ""

@ -1004,7 +1004,7 @@ msgid ""
"<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>"
msgstr ""
@ -1013,7 +1013,7 @@ msgstr ""
"<pre>$ cd /роҳча/ба/amarok/манбаи-код/"
"<br>$ su -c \"эҷоди бетанзим\""
"<br>$ ./танзими --префикс=`kde-танзим --префикс` && su -c \"эҷоди танзим\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre>"
#: enginecontroller.cpp:264

@ -977,7 +977,7 @@ msgid ""
"<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>"
msgstr ""
@ -989,7 +989,7 @@ msgstr ""
"<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre> สำหรับข้อมูลเพิ่มเติม คุณสามารถหาอ่านได้ในแฟ้ม README "
"หากต้องการความช่วยเหลือมากกว่านี้ เชิญเข้าร่วมคุยกับเราได้ที่ห้อง #amarok ใน "
"irc.freenode.net</p>"

@ -948,7 +948,7 @@ msgid ""
"<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>"
msgstr ""
@ -960,7 +960,7 @@ msgstr ""
"<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre> Daha fazla bilgi README dosyasından bulunabilir. Daha fazla "
"yardım için irc.freenode.net'te #amarok'a gelin ve bize katılın.</p>"

@ -1005,7 +1005,7 @@ msgid ""
"<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>"
msgstr ""
@ -1017,7 +1017,7 @@ msgstr ""
"<pre>$ cd /шлях/до/сирців/amarok/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre>Більше інформації можна знайти у файлі README або у каналі "
"#amarok на irc.freenode.net.</p>"

@ -936,7 +936,7 @@ msgid ""
"<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>"
msgstr ""

@ -936,7 +936,7 @@ msgid ""
"<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>"
msgstr ""

@ -925,7 +925,7 @@ msgid ""
"<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>"
msgstr ""
@ -934,7 +934,7 @@ msgstr ""
"<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre>更多信息可在 README 文件中找到。有关更进一步的协助,请加入 irc.freenode.net 上的 "
"#amarok。"

@ -951,7 +951,7 @@ msgid ""
"<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>"
msgstr ""
@ -960,7 +960,7 @@ msgstr ""
"<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca"
"<br>$ tdebuildsycoca"
"<br>$ amarok</pre>您也能在 README 中找到更多資訊。若需要更深入的幫助,請加入我們位於 irc.freenode.net 的 IRC "
"頻道 #amarok。</p>"

Loading…
Cancel
Save