Rename kde-config to tde-config

pull/1/head
Timothy Pearson 12 years ago
parent 4829334af8
commit a629463438

@ -5,7 +5,7 @@ In order to compile and install Amarok on your system, type the following in the
base directory of the Amarok distribution: base directory of the Amarok distribution:
% ./configure --prefix=`kde-config --prefix` % ./configure --prefix=`tde-config --prefix`
% make % make
% make install % make install

@ -135,7 +135,7 @@ In order to compile and install Amarok on your system, type the following in the
base directory of the Amarok distribution: base directory of the Amarok distribution:
% ./configure --prefix=`kde-config --prefix` % ./configure --prefix=`tde-config --prefix`
% make % make
% make install % make install

@ -5006,13 +5006,13 @@ AC_DEFUN([KDE_SET_PREFIX],
KDE_SET_DEFAULT_BINDIRS KDE_SET_DEFAULT_BINDIRS
if test "x$prefix" = "xNONE"; then if test "x$prefix" = "xNONE"; then
dnl no prefix given: look for kde-config in the PATH and deduce the prefix from it dnl no prefix given: look for tde-config in the PATH and deduce the prefix from it
KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend)
else else
dnl prefix given: look for kde-config, preferrably in prefix, otherwise in PATH dnl prefix given: look for tde-config, preferrably in prefix, otherwise in PATH
kde_save_PATH="$PATH" kde_save_PATH="$PATH"
PATH="$exec_prefix/bin:$prefix/bin:$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH"
KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend)
PATH="$kde_save_PATH" PATH="$kde_save_PATH"
fi fi
@ -5028,7 +5028,7 @@ AC_DEFUN([KDE_SET_PREFIX],
AC_MSG_CHECKING([where to install]) AC_MSG_CHECKING([where to install])
if test "x$prefix" = "xNONE"; then if test "x$prefix" = "xNONE"; then
prefix=$kde_libs_prefix prefix=$kde_libs_prefix
AC_MSG_RESULT([$prefix (as returned by kde-config)]) AC_MSG_RESULT([$prefix (as returned by tde-config)])
else else
dnl --prefix was given. Compare prefixes and warn (in configure.in.bot.end) if different dnl --prefix was given. Compare prefixes and warn (in configure.in.bot.end) if different
given_prefix=$prefix given_prefix=$prefix

@ -196,7 +196,7 @@ EngineController::loadEngine( const TQString &engineName )
"it is likely that Amarok is installed under the wrong prefix, please fix your installation using:<pre>" "it is likely that Amarok is installed under the wrong prefix, please fix your installation using:<pre>"
"$ cd /path/to/amarok/source-code/<br>" "$ cd /path/to/amarok/source-code/<br>"
"$ su -c \"make uninstall\"<br>" "$ su -c \"make uninstall\"<br>"
"$ ./configure --prefix=`kde-config --prefix` && su -c \"make install\"<br>" "$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\"<br>"
"$ kbuildsycoca<br>" "$ kbuildsycoca<br>"
"$ amarok</pre>" "$ amarok</pre>"
"More information can be found in the README file. For further assistance join us at #amarok on irc.freenode.net.</p>" ) ); "More information can be found in the README file. For further assistance join us at #amarok on irc.freenode.net.</p>" ) );

@ -17,7 +17,7 @@ echo
## Define global variables ## Define global variables
LANG="C" #Make outputs in English, like the script itself. LANG="C" #Make outputs in English, like the script itself.
RCFILE="amarok-svnrc" #Settings file, will end up in '`kde-config --localprefix`/share/config/'. RCFILE="amarok-svnrc" #Settings file, will end up in '`tde-config --localprefix`/share/config/'.
C_STEP="1" #The current step of the installation process C_STEP="1" #The current step of the installation process
S_STEPS="11" #Number of steps in the installation process S_STEPS="11" #Number of steps in the installation process
TMP_FILES="" #Will be filled with URLs to temporary files TMP_FILES="" #Will be filled with URLs to temporary files
@ -166,7 +166,7 @@ done
## Check requirements ## Check requirements
CheckBinary kdialog "" --no-dialog CheckBinary kdialog "" --no-dialog
CheckBinary svn "Version 1.1 or newer is needed." CheckBinary svn "Version 1.1 or newer is needed."
CheckBinary kde-config "kde-config sometimes falls out of the \$PATH for some reason." CheckBinary tde-config "tde-config sometimes falls out of the \$PATH for some reason."
CheckBinary kreadconfig CheckBinary kreadconfig
CheckBinary kwriteconfig CheckBinary kwriteconfig
@ -192,7 +192,7 @@ fi
## Settings ## Settings
if [ -s "`kde-config --localprefix`/share/config/$RCFILE" -a "$RESET_CONF" != "1" ]; then #If the settings exists and the user doesn't want to change them. if [ -s "`tde-config --localprefix`/share/config/$RCFILE" -a "$RESET_CONF" != "1" ]; then #If the settings exists and the user doesn't want to change them.
GET_LANG="`ReadConfig get_lang`" GET_LANG="`ReadConfig get_lang`"
if [ -z "$GET_LANG" ]; then #Save default value if empty if [ -z "$GET_LANG" ]; then #Save default value if empty
@ -234,7 +234,7 @@ else
WriteConfig get_lang "$GET_LANG" WriteConfig get_lang "$GET_LANG"
## ./configure flags ## ./configure flags
Dialog --yesno "Do you want to use any extra configuration options (in addition to '--prefix=`kde-config --prefix` --enable-debug=full')?\nNo extra options is the default, and that works fine.\n(For a list of available flags, say yes and enter 'help' (CaSe insensitive) in the box, then wait for Amarok-svn to get to the configuration step (step 8).)" Dialog --yesno "Do you want to use any extra configuration options (in addition to '--prefix=`tde-config --prefix` --enable-debug=full')?\nNo extra options is the default, and that works fine.\n(For a list of available flags, say yes and enter 'help' (CaSe insensitive) in the box, then wait for Amarok-svn to get to the configuration step (step 8).)"
if [ "$?" = "0" ]; then #If the user said yes if [ "$?" = "0" ]; then #If the user said yes
CONF_FLAGS_RAW="`Dialog --inputbox \"Specify extra configuration options to use\"`" CONF_FLAGS_RAW="`Dialog --inputbox \"Specify extra configuration options to use\"`"
if [ "`echo $CONF_FLAGS_RAW | tr A-Z a-z`" != "help" ]; then if [ "`echo $CONF_FLAGS_RAW | tr A-Z a-z`" != "help" ]; then
@ -501,7 +501,7 @@ if [ "$CONF_HELP" = "true" ]; then
echo -e "<big><b><u>Configuration options</u></b></big>\n" > $TMP_CONF echo -e "<big><b><u>Configuration options</u></b></big>\n" > $TMP_CONF
./configure --help >> $TMP_CONF ./configure --help >> $TMP_CONF
KDTITLE=" :: Configuration options" Dialog --textbox $TMP_CONF 600 800 & #800x600 should be enough. Put it in the background (&) to make the user able to watch it while typing the selected options into the input box. KDTITLE=" :: Configuration options" Dialog --textbox $TMP_CONF 600 800 & #800x600 should be enough. Put it in the background (&) to make the user able to watch it while typing the selected options into the input box.
Dialog --yesno "Do you want to use any extra configuration options (in addition to '--prefix=`kde-config --prefix` --enable-debug=full')?\nNo extra options is the default, and that works fine.\n(Available options are displayed in another window right now.)" Dialog --yesno "Do you want to use any extra configuration options (in addition to '--prefix=`tde-config --prefix` --enable-debug=full')?\nNo extra options is the default, and that works fine.\n(Available options are displayed in another window right now.)"
if [ "$?" = "0" ]; then #If the user said yes if [ "$?" = "0" ]; then #If the user said yes
CONF_FLAGS_RAW="`kdialog --title \"$KD_TITLE\" --inputbox \"Specify extra configuration options to use\"`" CONF_FLAGS_RAW="`kdialog --title \"$KD_TITLE\" --inputbox \"Specify extra configuration options to use\"`"
CONF_FLAGS="" CONF_FLAGS=""
@ -523,7 +523,7 @@ fi
echo echo
let C_STEP=C_STEP+1 let C_STEP=C_STEP+1
echo "# $C_STEP/$S_STEPS - Configuring. (This will also take a while.)" echo "# $C_STEP/$S_STEPS - Configuring. (This will also take a while.)"
./configure --prefix=`kde-config --prefix` --enable-debug=full$CONF_FLAGS ./configure --prefix=`tde-config --prefix` --enable-debug=full$CONF_FLAGS
if [ "$?" != "0" ]; then #If the command didn't finish successfully if [ "$?" != "0" ]; then #If the command didn't finish successfully
Error "Configuration failed. Amarok was NOT installed/upgraded." Error "Configuration failed. Amarok was NOT installed/upgraded."
fi fi

@ -138,7 +138,7 @@ class ConfigDialog ( QDialog ):
def unpack( self ): def unpack( self ):
# now the fun part, we run part 1 # now the fun part, we run part 1
fd = os.popen("kde-config --prefix", "r") fd = os.popen("tde-config --prefix", "r")
tdedir = fd.readline() tdedir = fd.readline()
tdedir = tdedir.strip() tdedir = tdedir.strip()
scriptdir = tdedir + "/share/apps/amarok/scripts/amarok_live" scriptdir = tdedir + "/share/apps/amarok/scripts/amarok_live"
@ -371,7 +371,7 @@ class Remasterer( QApplication ):
if path == "": if path == "":
os.system("kdialog --sorry 'You have not configured Amarok live! Please run configure.") os.system("kdialog --sorry 'You have not configured Amarok live! Please run configure.")
fd = os.popen("kde-config --prefix", "r") fd = os.popen("tde-config --prefix", "r")
tdedir = fd.readline() tdedir = fd.readline()
tdedir = tdedir.strip() tdedir = tdedir.strip()
scriptdir = tdedir + "/share/apps/amarok/scripts/amarok_live" scriptdir = tdedir + "/share/apps/amarok/scripts/amarok_live"

@ -1719,7 +1719,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then
# And if so, warn when they don't match # And if so, warn when they don't match
if test "$kde_libs_prefix" != "$given_prefix"; then if test "$kde_libs_prefix" != "$given_prefix"; then
# And if kde doesn't know about the prefix yet # And if kde doesn't know about the prefix yet
echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null
if test $? -ne 0; then if test $? -ne 0; then
echo "" echo ""
echo "Warning: you chose to install this package in $given_prefix," echo "Warning: you chose to install this package in $given_prefix,"

@ -281,7 +281,7 @@ url="http://amarok.kde.org">The &amarok; home page</ulink></para>
base directory of the Amarok distribution:</para> base directory of the Amarok distribution:</para>
<para> <para>
<command>./configure --prefix=`kde-config --prefix`</command> <command>./configure --prefix=`tde-config --prefix`</command>
<command>make</command> <command>make</command>
<command>su -c "make install"</command> <command>su -c "make install"</command>
</para> </para>

@ -479,7 +479,7 @@
<para <para
><command ><command
>./configure --prefix=`kde-config --prefix`</command >./configure --prefix=`tde-config --prefix`</command
> <command > <command
>make</command >make</command
> <command > <command

@ -493,7 +493,7 @@
<para <para
><command ><command
>./configure --prefix=`kde-config --prefix`</command >./configure --prefix=`tde-config --prefix`</command
> <command > <command
>make</command >make</command
> <command > <command

@ -489,7 +489,7 @@
<para <para
><command ><command
>./configure --prefix=`kde-config --prefix`</command >./configure --prefix=`tde-config --prefix`</command
> <command > <command
>make</command >make</command
> <command > <command

@ -493,7 +493,7 @@
<para <para
><command ><command
>./configure --prefix=`kde-config --prefix`</command >./configure --prefix=`tde-config --prefix`</command
> <command > <command
>make</command >make</command
> <command > <command

@ -444,7 +444,7 @@
<para <para
><command ><command
>./configure --prefix=`kde-config --prefix`</command >./configure --prefix=`tde-config --prefix`</command
> <command > <command
>make</command >make</command
> <command > <command

@ -535,7 +535,7 @@
<para <para
><command ><command
>./configure --prefix=`kde-config --prefix`</command >./configure --prefix=`tde-config --prefix`</command
> <command > <command
>make</command >make</command
> <command > <command

@ -493,7 +493,7 @@
<para <para
><command ><command
>./configure --prefix=`kde-config --prefix`</command >./configure --prefix=`tde-config --prefix`</command
> <command > <command
>make</command >make</command
> <command > <command

@ -535,7 +535,7 @@
<para <para
><command ><command
>./configure --prefix=`kde-config --prefix`</command >./configure --prefix=`tde-config --prefix`</command
> <command > <command
>make</command >make</command
> <command > <command

@ -493,7 +493,7 @@
<para <para
><command ><command
>./configure --prefix=`kde-config --prefix`</command >./configure --prefix=`tde-config --prefix`</command
> <command > <command
>make</command >make</command
> <command > <command

@ -445,7 +445,7 @@
><prompt ><prompt
>&percnt;</prompt >&percnt;</prompt
><command ><command
>./configure --prefix=`kde-config --prefix`</command >./configure --prefix=`tde-config --prefix`</command
></para> ></para>
<para <para
><prompt ><prompt

@ -388,7 +388,7 @@
<para <para
><command ><command
>./configure --prefix=`kde-config --prefix`</command >./configure --prefix=`tde-config --prefix`</command
></para> ></para>
<para <para
><command ><command

@ -493,7 +493,7 @@
<para <para
><command ><command
>./configure --prefix=`kde-config --prefix`</command >./configure --prefix=`tde-config --prefix`</command
> <command > <command
>make</command >make</command
> <command > <command

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

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

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

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

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

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

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

@ -1008,7 +1008,7 @@ msgid ""
"prefix, please fix your installation using:" "prefix, please fix your installation using:"
"<pre>$ cd /path/to/amarok/source-code/" "<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\"" "<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`kde-config --prefix` && su -c \"make install\"" "<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca" "<br>$ kbuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further " "<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>" "assistance join us at #amarok on irc.freenode.net.</p>"
@ -1020,7 +1020,7 @@ msgstr ""
"incorrecte, arregleu la instal·lació usant: " "incorrecte, arregleu la instal·lació usant: "
"<pre>$ cd /ruta/al/codi-font/amarok/ " "<pre>$ cd /ruta/al/codi-font/amarok/ "
"<br>$ su -c \"make uninstall\" " "<br>$ su -c \"make uninstall\" "
"<br>$ ./configure --prefix=`kde-config --prefix` && su -c \"make install\" " "<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\" "
"<br>$ kbuildsycoca " "<br>$ kbuildsycoca "
"<br>$ amarok </pre> Podeu trobar més informació al fitxer README. Per a més " "<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>" "ajuda busqueu-nos al canal #amarok a irc.freenode.net.</p>"

@ -950,7 +950,7 @@ msgid ""
"prefix, please fix your installation using:" "prefix, please fix your installation using:"
"<pre>$ cd /path/to/amarok/source-code/" "<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\"" "<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`kde-config --prefix` && su -c \"make install\"" "<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca" "<br>$ kbuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further " "<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>" "assistance join us at #amarok on irc.freenode.net.</p>"
@ -962,7 +962,7 @@ msgstr ""
"prefixem, opravte prosím instalaci s využitím:" "prefixem, opravte prosím instalaci s využitím:"
"<pre>$ cd /path/to/amarok/source-code/" "<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\"" "<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`kde-config --prefix` && su -c \"make install\"" "<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca" "<br>$ kbuildsycoca"
"<br>$ amarok</pre>Více informací je možné nalézt v souboru README. Pro další " "<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>" "pomoc se k nám připojte na #amarok na irc.freenode.net.</p>"

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

@ -997,7 +997,7 @@ msgid ""
"prefix, please fix your installation using:" "prefix, please fix your installation using:"
"<pre>$ cd /path/to/amarok/source-code/" "<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\"" "<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`kde-config --prefix` && su -c \"make install\"" "<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca" "<br>$ kbuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further " "<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>" "assistance join us at #amarok on irc.freenode.net.</p>"
@ -1009,7 +1009,7 @@ msgstr ""
"<pre>$ cd /path/to/amarok/source-code/" "<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\" " "<br>$ su -c \"make uninstall\" "
"<br>$ kbuildsycoca" "<br>$ kbuildsycoca"
"<br>$ ./configure --prefix=`kde-config --prefix` && su -c \"make install\"</pre> " "<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\"</pre> "
"Mere information kan findes i README-filen. For yderligere assistance gå " "Mere information kan findes i README-filen. For yderligere assistance gå "
"venligst med i #amarok på irc.freenode.net." "venligst med i #amarok på irc.freenode.net."

@ -1003,7 +1003,7 @@ msgid ""
"prefix, please fix your installation using:" "prefix, please fix your installation using:"
"<pre>$ cd /path/to/amarok/source-code/" "<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\"" "<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`kde-config --prefix` && su -c \"make install\"" "<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca" "<br>$ kbuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further " "<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>" "assistance join us at #amarok on irc.freenode.net.</p>"
@ -1015,7 +1015,7 @@ msgstr ""
"Installation korrigiert werden:" "Installation korrigiert werden:"
"<pre>$ cd /pfad/zu/Amarok/Quellcode/" "<pre>$ cd /pfad/zu/Amarok/Quellcode/"
"<br>$ su -c \"make uninstall\"" "<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`kde-config --prefix` && su -c \"make install\"" "<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca" "<br>$ kbuildsycoca"
"<br>$ Amarok</pre> " "<br>$ Amarok</pre> "
"<br>Bitte lesen Sie auch die README-Datei. Falls Sie weitere Hilfe benötigen, " "<br>Bitte lesen Sie auch die README-Datei. Falls Sie weitere Hilfe benötigen, "

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

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

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

@ -1006,7 +1006,7 @@ msgid ""
"prefix, please fix your installation using:" "prefix, please fix your installation using:"
"<pre>$ cd /path/to/amarok/source-code/" "<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\"" "<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`kde-config --prefix` && su -c \"make install\"" "<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca" "<br>$ kbuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further " "<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>" "assistance join us at #amarok on irc.freenode.net.</p>"
@ -1018,7 +1018,7 @@ msgstr ""
"erróneo, por favor corrija su instalación usando: " "erróneo, por favor corrija su instalación usando: "
"<pre>$ cd /ruta/al/codigo/fuente/de/amarok/ " "<pre>$ cd /ruta/al/codigo/fuente/de/amarok/ "
"<br>$ su -c \"make uninstall\" " "<br>$ su -c \"make uninstall\" "
"<br>$ ./configure --prefix=`kde-config --prefix` && su -c \"make install\" " "<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\" "
"<br>$ kbuildsycoca " "<br>$ kbuildsycoca "
"<br>$amaroK</pre>Puede encontrar mas información en el archivo README. Para más " "<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>" "información contacte con nosotros en #amarok en irc.freenode.net.</p>"

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

@ -978,7 +978,7 @@ msgid ""
"prefix, please fix your installation using:" "prefix, please fix your installation using:"
"<pre>$ cd /path/to/amarok/source-code/" "<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\"" "<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`kde-config --prefix` && su -c \"make install\"" "<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca" "<br>$ kbuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further " "<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>" "assistance join us at #amarok on irc.freenode.net.</p>"
@ -990,7 +990,7 @@ msgstr ""
"instalatuta egotea. Egoera honetan finkatu instalazioa honakoak erabiliz:" "instalatuta egotea. Egoera honetan finkatu instalazioa honakoak erabiliz:"
"<pre>$ cd /path/to/amarok/source-code/" "<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\"" "<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`kde-config --prefix` && su -c \"make install\"" "<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca" "<br>$ kbuildsycoca"
"<br>$ amarok</pre>Xehetasun gehiago README fitxategian aurki dezakezu. Laguntza " "<br>$ amarok</pre>Xehetasun gehiago README fitxategian aurki dezakezu. Laguntza "
"gehiagorako zoaz irc.freenode.net zerbitzariko #amarok kanalera.</p>" "gehiagorako zoaz irc.freenode.net zerbitzariko #amarok kanalera.</p>"

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

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

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

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

@ -992,7 +992,7 @@ msgid ""
"prefix, please fix your installation using:" "prefix, please fix your installation using:"
"<pre>$ cd /path/to/amarok/source-code/" "<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\"" "<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`kde-config --prefix` && su -c \"make install\"" "<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca" "<br>$ kbuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further " "<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>" "assistance join us at #amarok on irc.freenode.net.</p>"
@ -1004,7 +1004,7 @@ msgstr ""
"Repare a instalación usando " "Repare a instalación usando "
"<pre>$ cd /rota/para/amarok/código-fonte/" "<pre>$ cd /rota/para/amarok/código-fonte/"
"<br>$ su -c \"make uninstall\"" "<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`kde-config --prefix` && su -c \"make install\"" "<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca" "<br>$ kbuildsycoca"
"<br>$ amarok</pre>Pódese atopar máis información no ficheiro README. Para axuda " "<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>" "adicional, pode recorrer á canle #amarok en irc.freenode.net.</p>"
@ -14159,8 +14159,8 @@ msgstr "amaroK"
#~ msgid "Cannot start aRts. You must use another engine." #~ msgid "Cannot start aRts. You must use another engine."
#~ msgstr "Non se puido iniciar aRts. Deberá usar outro motor." #~ msgstr "Non se puido iniciar aRts. Deberá usar outro motor."
#~ msgid "<p>There was an error loading libamarokarts. First try:<pre>killall -9 artsd && amarok</pre>If that does not work then amaroK was probably installed with the wrong prefix; please re-configure amaroK using:<pre>./configure --prefix=`kde-config --prefix` && su -c \"make install\"</pre>" #~ msgid "<p>There was an error loading libamarokarts. First try:<pre>killall -9 artsd && amarok</pre>If that does not work then amaroK was probably installed with the wrong prefix; please re-configure amaroK using:<pre>./configure --prefix=`tde-config --prefix` && su -c \"make install\"</pre>"
#~ msgstr "<p>Aconteceu un erro ao carregar libamarokarts. Tente primeiro: <pre>killall -9 artsd && amarok</pre> Se isto non funciona, daquela posibelmente amaroK instalouse co prefixo errado; reconfigure amaroK usando:<pre>./configure --prefix=`kde-config --prefix` && su -c \"make install\"</pre>" #~ msgstr "<p>Aconteceu un erro ao carregar libamarokarts. Tente primeiro: <pre>killall -9 artsd && amarok</pre> Se isto non funciona, daquela posibelmente amaroK instalouse co prefixo errado; reconfigure amaroK usando:<pre>./configure --prefix=`tde-config --prefix` && su -c \"make install\"</pre>"
#~ msgid "No input plugin available; check your installation." #~ msgid "No input plugin available; check your installation."
#~ msgstr "Non hai complementos disponíbeis; comprobe a instalación." #~ msgstr "Non hai complementos disponíbeis; comprobe a instalación."

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

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

@ -982,7 +982,7 @@ msgid ""
"prefix, please fix your installation using:" "prefix, please fix your installation using:"
"<pre>$ cd /path/to/amarok/source-code/" "<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\"" "<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`kde-config --prefix` && su -c \"make install\"" "<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca" "<br>$ kbuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further " "<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>" "assistance join us at #amarok on irc.freenode.net.</p>"
@ -994,7 +994,7 @@ msgstr ""
"Amarok - próbálja még egyszer elvégezni a telepítést így:" "Amarok - próbálja még egyszer elvégezni a telepítést így:"
"<pre>$ cd /az/amarok/forráskódja/" "<pre>$ cd /az/amarok/forráskódja/"
"<br>$ su -c \"make uninstall\"" "<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`kde-config --prefix` && su -c \"make install\"" "<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca" "<br>$ kbuildsycoca"
"<br>$ amarok</pre>További információ található a README fájlban. Szívesen adunk " "<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>" "segítséget IRC-n az #amarok csatornán, az irc.freenode.net címen.</p>"

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

@ -973,7 +973,7 @@ msgid ""
"prefix, please fix your installation using:" "prefix, please fix your installation using:"
"<pre>$ cd /path/to/amarok/source-code/" "<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\"" "<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`kde-config --prefix` && su -c \"make install\"" "<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca" "<br>$ kbuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further " "<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>" "assistance join us at #amarok on irc.freenode.net.</p>"
@ -985,7 +985,7 @@ msgstr ""
"Lagaðu uppsetninguna með því að nota: " "Lagaðu uppsetninguna með því að nota: "
"<pre>$ cd /slóð/að/amarok/kóðanum/" "<pre>$ cd /slóð/að/amarok/kóðanum/"
"<br>$ su -c \"make uninstall\"" "<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`kde-config --prefix` && su -c \"make install\"" "<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca" "<br>$ kbuildsycoca"
"<br>$ amarok</pre> Nánari lýsingu má finna í README skránni. Ef þú þarft meiri " "<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>" "hjálp getur þú fundið okkur á #amarok á irc.freenode.net.</p>"

@ -1000,7 +1000,7 @@ msgid ""
"prefix, please fix your installation using:" "prefix, please fix your installation using:"
"<pre>$ cd /path/to/amarok/source-code/" "<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\"" "<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`kde-config --prefix` && su -c \"make install\"" "<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca" "<br>$ kbuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further " "<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>" "assistance join us at #amarok on irc.freenode.net.</p>"
@ -1012,7 +1012,7 @@ msgstr ""
"prefisso sbagliato, correggi l'installazione usando:" "prefisso sbagliato, correggi l'installazione usando:"
"<pre>$ cd /path/to/amarok/source-code/" "<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\"" "<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`kde-config --prefix` && su -c \"make install\"" "<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca" "<br>$ kbuildsycoca"
"<br>$ amarok</pre>Ulteriori informazioni possono essere trovate nel file " "<br>$ amarok</pre>Ulteriori informazioni possono essere trovate nel file "
"README. Per assistenza puoi trovarci in #amarok su irc.freenode.net.</p>" "README. Per assistenza puoi trovarci in #amarok su irc.freenode.net.</p>"

@ -937,7 +937,7 @@ msgid ""
"prefix, please fix your installation using:" "prefix, please fix your installation using:"
"<pre>$ cd /path/to/amarok/source-code/" "<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\"" "<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`kde-config --prefix` && su -c \"make install\"" "<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca" "<br>$ kbuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further " "<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>" "assistance join us at #amarok on irc.freenode.net.</p>"
@ -947,7 +947,7 @@ msgstr ""
"<p>もしこれで解決しなければ、おそらくインストール時に指定した prefix オプションが間違っています。次のようにインストールし直してください: " "<p>もしこれで解決しなければ、おそらくインストール時に指定した prefix オプションが間違っています。次のようにインストールし直してください: "
"<pre>$ cd /path/to/amarok/source-code/" "<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\"" "<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`kde-config --prefix` && su -c \"make install\"" "<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca" "<br>$ kbuildsycoca"
"<br>$ amarok</pre>詳しくは README ファイルをご覧ください。それでも解決しない場合は irc.freenode.net 上の " "<br>$ amarok</pre>詳しくは README ファイルをご覧ください。それでも解決しない場合は irc.freenode.net 上の "
"#amarok へお越しください。" "#amarok へお越しください。"

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

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

@ -971,7 +971,7 @@ msgid ""
"prefix, please fix your installation using:" "prefix, please fix your installation using:"
"<pre>$ cd /path/to/amarok/source-code/" "<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\"" "<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`kde-config --prefix` && su -c \"make install\"" "<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca" "<br>$ kbuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further " "<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>" "assistance join us at #amarok on irc.freenode.net.</p>"
@ -981,7 +981,7 @@ msgstr ""
"<p>만약 이래도 안 된다면, Amarok이 잘못된 위치에 설치되었을 수도 있습니다. 다음과 같이 하여 Amarok를 재설치하십시오.</p>" "<p>만약 이래도 안 된다면, Amarok이 잘못된 위치에 설치되었을 수도 있습니다. 다음과 같이 하여 Amarok를 재설치하십시오.</p>"
"<pre>$ cd /path/to/amarok/source-code/" "<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\"" "<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`kde-config --prefix` && su -c \"make install\"" "<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca" "<br>$ kbuildsycoca"
"<br>$ amarok</pre>더 많은 정보는 README 파일을 참조하십시오. 앞으로도 문제가 있으면 irc.freenode.net의 " "<br>$ amarok</pre>더 많은 정보는 README 파일을 참조하십시오. 앞으로도 문제가 있으면 irc.freenode.net의 "
"#amarok 채널에 참여하시기 바랍니다." "#amarok 채널에 참여하시기 바랍니다."

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

@ -978,7 +978,7 @@ msgid ""
"prefix, please fix your installation using:" "prefix, please fix your installation using:"
"<pre>$ cd /path/to/amarok/source-code/" "<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\"" "<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`kde-config --prefix` && su -c \"make install\"" "<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca" "<br>$ kbuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further " "<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>" "assistance join us at #amarok on irc.freenode.net.</p>"
@ -987,7 +987,7 @@ msgstr ""
"바꾸십시오:" "바꾸십시오:"
"<pre>$ cd /path/to/amarok/source-code/" "<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\"" "<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`kde-config --prefix` && su -c \"make install\"" "<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca" "<br>$ kbuildsycoca"
"<br>$ amarok</pre>더 많은 정보는 README 파일을 참조하십시오. 앞으로도 문제가 있으면 irc.freenode.net의 " "<br>$ amarok</pre>더 많은 정보는 README 파일을 참조하십시오. 앞으로도 문제가 있으면 irc.freenode.net의 "
"#amarok 채널에 참여하시기 바랍니다." "#amarok 채널에 참여하시기 바랍니다."
@ -13443,8 +13443,8 @@ msgstr ""
#~ msgid "Cannot start aRts. You must use another engine." #~ msgid "Cannot start aRts. You must use another engine."
#~ msgstr "aRts를 시작할 수 없습니다. 다른 엔진을 사용하여야 합니다." #~ msgstr "aRts를 시작할 수 없습니다. 다른 엔진을 사용하여야 합니다."
#~ msgid "<p>There was an error loading libamarokarts. First try:<pre>killall -9 artsd && amarok</pre>If that does not work then amaroK was probably installed with the wrong prefix; please re-configure amaroK using:<pre>./configure --prefix=`kde-config --prefix` && su -c \"make install\"</pre>" #~ msgid "<p>There was an error loading libamarokarts. First try:<pre>killall -9 artsd && amarok</pre>If that does not work then amaroK was probably installed with the wrong prefix; please re-configure amaroK using:<pre>./configure --prefix=`tde-config --prefix` && su -c \"make install\"</pre>"
#~ msgstr "<p>libamarokarts를 불러올 수 없습니다. 일단 시도해 보십시오:<pre>killall -9 artsd && amarok<pre>만약 이렇게 해도 정상적으로 작동하지 않는다면, amaroK가 잘못된 경로에 설치된 것입니다. amaroK를 재설정하십시오:<pre>./configure --prefix=`kde-config --prefix` && su -c \"make install\"</pre>" #~ msgstr "<p>libamarokarts를 불러올 수 없습니다. 일단 시도해 보십시오:<pre>killall -9 artsd && amarok<pre>만약 이렇게 해도 정상적으로 작동하지 않는다면, amaroK가 잘못된 경로에 설치된 것입니다. amaroK를 재설정하십시오:<pre>./configure --prefix=`tde-config --prefix` && su -c \"make install\"</pre>"
#~ msgid "No input plugin available; check your installation." #~ msgid "No input plugin available; check your installation."
#~ msgstr "입력 플러그인이 존재하지 않습니다, 설치를 확인하십시오." #~ msgstr "입력 플러그인이 존재하지 않습니다, 설치를 확인하십시오."

@ -995,7 +995,7 @@ msgid ""
"prefix, please fix your installation using:" "prefix, please fix your installation using:"
"<pre>$ cd /path/to/amarok/source-code/" "<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\"" "<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`kde-config --prefix` && su -c \"make install\"" "<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca" "<br>$ kbuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further " "<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>" "assistance join us at #amarok on irc.freenode.net.</p>"
@ -1007,7 +1007,7 @@ msgstr ""
"kelias, šią problemą reikia taisyti įdiegiant AmaroK iš naujo:" "kelias, šią problemą reikia taisyti įdiegiant AmaroK iš naujo:"
"<pre>$ cd /kelias/iki/amarok/šaltinių/" "<pre>$ cd /kelias/iki/amarok/šaltinių/"
"<br>$ su -c \"make uninstall\"" "<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`kde-config --prefix` && su -c \"make install\"" "<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca" "<br>$ kbuildsycoca"
"<br>$ amarok</pre>Daugiau informacijos galite rasti README byloje. Papildomą " "<br>$ amarok</pre>Daugiau informacijos galite rasti README byloje. Papildomą "
"pagalbą galite gauti prisijungę prie #amarok kanalo irc.freenode.net " "pagalbą galite gauti prisijungę prie #amarok kanalo irc.freenode.net "

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

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

@ -1000,7 +1000,7 @@ msgid ""
"prefix, please fix your installation using:" "prefix, please fix your installation using:"
"<pre>$ cd /path/to/amarok/source-code/" "<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\"" "<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`kde-config --prefix` && su -c \"make install\"" "<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca" "<br>$ kbuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further " "<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>" "assistance join us at #amarok on irc.freenode.net.</p>"
@ -1011,7 +1011,7 @@ msgstr ""
"prefiks. Dette kan du rette ved å skrive:" "prefiks. Dette kan du rette ved å skrive:"
"<pre>$ cd /adresse/til/amarok-kildekoden/" "<pre>$ cd /adresse/til/amarok-kildekoden/"
"<br>$ su -c \"make uninstall\"" "<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`kde-config --prefix` && su -c \"make install\"" "<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca" "<br>$ kbuildsycoca"
"<br>$ amarok</pre>Du finner mer informasjon i fila «README». Du kan også få " "<br>$ amarok</pre>Du finner mer informasjon i fila «README». Du kan også få "
"hjelp på IRC-kanalen #amarok på irc.freenode.net.</p>" "hjelp på IRC-kanalen #amarok på irc.freenode.net.</p>"
@ -13738,8 +13738,8 @@ msgstr "Kjør Amarok …"
#~ msgid "Cannot start aRts. You must use another engine." #~ msgid "Cannot start aRts. You must use another engine."
#~ msgstr "Kunne ikke starte aRts. Du må bruke en annen lydmotor." #~ msgstr "Kunne ikke starte aRts. Du må bruke en annen lydmotor."
#~ msgid "<p>There was an error loading libamarokarts. First try:<pre>killall -9 artsd && amarok</pre>If that does not work then amaroK was probably installed with the wrong prefix; please re-configure amaroK using:<pre>./configure --prefix=`kde-config --prefix` && su -c \"make install\"</pre>" #~ msgid "<p>There was an error loading libamarokarts. First try:<pre>killall -9 artsd && amarok</pre>If that does not work then amaroK was probably installed with the wrong prefix; please re-configure amaroK using:<pre>./configure --prefix=`tde-config --prefix` && su -c \"make install\"</pre>"
#~ msgstr "<p>Det oppsto en feil ved lasting av libamarokarts. Prøv først:<pre>killall -9 artsd && amarok</pre>Hvis dette ikke hjelper, er det mulig at amaroK er installert under feil prefiks. Dette kan du rette ved å skrive:<pre>./configure --prefix=`kde-config --prefix` && su -c \"make install\"</pre>" #~ msgstr "<p>Det oppsto en feil ved lasting av libamarokarts. Prøv først:<pre>killall -9 artsd && amarok</pre>Hvis dette ikke hjelper, er det mulig at amaroK er installert under feil prefiks. Dette kan du rette ved å skrive:<pre>./configure --prefix=`tde-config --prefix` && su -c \"make install\"</pre>"
#~ msgid "No input plugin available; check your installation." #~ msgid "No input plugin available; check your installation."
#~ msgstr "Ingen programtillegg er tilgjengelige. Se til at alt er rett installert." #~ msgstr "Ingen programtillegg er tilgjengelige. Se til at alt er rett installert."

@ -996,7 +996,7 @@ msgid ""
"prefix, please fix your installation using:" "prefix, please fix your installation using:"
"<pre>$ cd /path/to/amarok/source-code/" "<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\"" "<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`kde-config --prefix` && su -c \"make install\"" "<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca" "<br>$ kbuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further " "<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>" "assistance join us at #amarok on irc.freenode.net.</p>"
@ -1007,7 +1007,7 @@ msgstr ""
"installeert wöör. Richt Dien Installatschoon mit:" "installeert wöör. Richt Dien Installatschoon mit:"
"<pre>$ cd /Padd/na/amarok/Bornkode/" "<pre>$ cd /Padd/na/amarok/Bornkode/"
"<br>$ su -c \"make uninstall\"" "<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`kde-config --prefix` && su -c \"make install\"" "<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca" "<br>$ kbuildsycoca"
"<br>$ amarok</pre>Mehr Informaschonen staht binnen de Datei \"README\". Bruukst " "<br>$ amarok</pre>Mehr Informaschonen staht binnen de Datei \"README\". Bruukst "
"Du mehr Ünnerstütten, draap uns binnen #amarok op irc.freenode.net.</p>" "Du mehr Ünnerstütten, draap uns binnen #amarok op irc.freenode.net.</p>"

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

@ -1007,7 +1007,7 @@ msgid ""
"prefix, please fix your installation using:" "prefix, please fix your installation using:"
"<pre>$ cd /path/to/amarok/source-code/" "<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\"" "<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`kde-config --prefix` && su -c \"make install\"" "<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca" "<br>$ kbuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further " "<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>" "assistance join us at #amarok on irc.freenode.net.</p>"
@ -1019,7 +1019,7 @@ msgstr ""
"onjuiste prefix. Repareer uw installatie met behulp van de volgende commando's: " "onjuiste prefix. Repareer uw installatie met behulp van de volgende commando's: "
"<pre>$ cd /pad/naar/amarok/broncode/ " "<pre>$ cd /pad/naar/amarok/broncode/ "
"<br>$ su -c \"make uninstall\" " "<br>$ su -c \"make uninstall\" "
"<br>$ ./configure --prefix=`kde-config --prefix` && su -c \"make install\" " "<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\" "
"<br>$ kbuildsycoca " "<br>$ kbuildsycoca "
"<br>$ amarok</pre> Meer informatie vindt u in het bestand README. Voor verdere " "<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>" "assistentie, word lid van het IRC-kanaal #amarok op irc.freenode.net.</p>"

@ -990,7 +990,7 @@ msgid ""
"prefix, please fix your installation using:" "prefix, please fix your installation using:"
"<pre>$ cd /path/to/amarok/source-code/" "<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\"" "<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`kde-config --prefix` && su -c \"make install\"" "<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca" "<br>$ kbuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further " "<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>" "assistance join us at #amarok on irc.freenode.net.</p>"
@ -1001,7 +1001,7 @@ msgstr ""
"prefiks. Dette kan du retta ved å skriva:" "prefiks. Dette kan du retta ved å skriva:"
"<pre>$ cd /adresse/til/amarok-kjeldekoden/" "<pre>$ cd /adresse/til/amarok-kjeldekoden/"
"<br>$ su -c \"make uninstall\"" "<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`kde-config --prefix` && su -c \"make install\"" "<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca" "<br>$ kbuildsycoca"
"<br>$ amarok</pre>Du finn meir informasjon i fila «README». Du kan òg få hjelp " "<br>$ amarok</pre>Du finn meir informasjon i fila «README». Du kan òg få hjelp "
"på IRC-kanalen #amarok på irc.freenode.net.</p>" "på IRC-kanalen #amarok på irc.freenode.net.</p>"

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

@ -1016,7 +1016,7 @@ msgid ""
"prefix, please fix your installation using:" "prefix, please fix your installation using:"
"<pre>$ cd /path/to/amarok/source-code/" "<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\"" "<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`kde-config --prefix` && su -c \"make install\"" "<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca" "<br>$ kbuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further " "<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>" "assistance join us at #amarok on irc.freenode.net.</p>"
@ -1028,7 +1028,7 @@ msgstr ""
"prefiksem instalacji. Proszę poprawić swoją instalację używając:" "prefiksem instalacji. Proszę poprawić swoją instalację używając:"
"<pre>$ cd /ścieżka/do/kodu_źródłowego/amaroka/" "<pre>$ cd /ścieżka/do/kodu_źródłowego/amaroka/"
"<br>$ su -c \"make uninstall\"" "<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`kde-config --prefix` && su -c \"make install\"" "<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca" "<br>$ kbuildsycoca"
"<br>$ amarok</pre>Więcej informacji można uzyskać w pliku README. W celu " "<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>" "uzyskania dalszej pomocy odwiedź kanał #amarok na serwerze irc.freenode.net.</p>"

@ -1052,7 +1052,7 @@ msgid ""
"prefix, please fix your installation using:" "prefix, please fix your installation using:"
"<pre>$ cd /path/to/amarok/source-code/" "<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\"" "<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`kde-config --prefix` && su -c \"make install\"" "<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca" "<br>$ kbuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further " "<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>" "assistance join us at #amarok on irc.freenode.net.</p>"
@ -1062,7 +1062,7 @@ msgstr ""
"corrija a sua instalação utilizando:" "corrija a sua instalação utilizando:"
"<pre>$ cd /local/do/codigo-fonte/amarok" "<pre>$ cd /local/do/codigo-fonte/amarok"
"<br>$ su -c \"make uninstall\"" "<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`kde-config --prefix` && su -c \"make install\"" "<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca" "<br>$ kbuildsycoca"
"<br>$ amarok</pre>Pode encontrar mais informações no ficheiro README. Para mais " "<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>" "ajuda junte-se a nós em #amarok no irc.freenode.net.</p>"

@ -1015,7 +1015,7 @@ msgid ""
"prefix, please fix your installation using:" "prefix, please fix your installation using:"
"<pre>$ cd /path/to/amarok/source-code/" "<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\"" "<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`kde-config --prefix` && su -c \"make install\"" "<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca" "<br>$ kbuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further " "<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>" "assistance join us at #amarok on irc.freenode.net.</p>"
@ -1027,7 +1027,7 @@ msgstr ""
"errado; por favor arrume a instalação dele usando:" "errado; por favor arrume a instalação dele usando:"
"<pre>$ cd /caminho/do/código-fonte/do/amarok/" "<pre>$ cd /caminho/do/código-fonte/do/amarok/"
"<br>$ su -c \"make uninstall\"" "<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`kde-config --prefix` && su -c \"make install\" " "<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\" "
"<br>$ kbuildsycoca" "<br>$ kbuildsycoca"
"<br>$ amarok</pre>Mais informações podem ser encontradas no arquivo README. " "<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>" "Para tirar outras dúvidas, dê um pulo no canal #amarok em irc.freenode.net.</p>"

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

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

@ -1018,7 +1018,7 @@ msgid ""
"prefix, please fix your installation using:" "prefix, please fix your installation using:"
"<pre>$ cd /path/to/amarok/source-code/" "<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\"" "<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`kde-config --prefix` && su -c \"make install\"" "<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca" "<br>$ kbuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further " "<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>" "assistance join us at #amarok on irc.freenode.net.</p>"
@ -14591,7 +14591,7 @@ msgstr "Ikibambara"
#~ msgstr "Ikosa Rikomeye Cyane!" #~ msgstr "Ikosa Rikomeye Cyane!"
#, fuzzy #, fuzzy
#~ msgid "<p>There was an error loading libamarokarts. First try:<pre>killall -9 artsd && amarok</pre>If that does not work then amaroK was probably installed with the wrong prefix; please re-configure amaroK using:<pre>./configure --prefix=`kde-config --prefix` && su -c \"make install\"</pre>" #~ msgid "<p>There was an error loading libamarokarts. First try:<pre>killall -9 artsd && amarok</pre>If that does not work then amaroK was probably installed with the wrong prefix; please re-configure amaroK using:<pre>./configure --prefix=`tde-config --prefix` && su -c \"make install\"</pre>"
#~ msgstr "<p> Ikosa Ifungura . Kugerageza : < Byahawe imiterere mbere > - 9 & & < /Byahawe imiterere mbere > OYA Akazi Hanyuma yakorewe iyinjizaporogaramu Na: i Imbanziriza ; - Kugena Imiterere ikoresha : < Byahawe imiterere mbere > . /Kugena Imiterere - - Imbanziriza = ` kde - - - Imbanziriza ` & & - C \" Ubwoko Kwinjiza porogaramu \" < /Byahawe imiterere mbere > " #~ msgstr "<p> Ikosa Ifungura . Kugerageza : < Byahawe imiterere mbere > - 9 & & < /Byahawe imiterere mbere > OYA Akazi Hanyuma yakorewe iyinjizaporogaramu Na: i Imbanziriza ; - Kugena Imiterere ikoresha : < Byahawe imiterere mbere > . /Kugena Imiterere - - Imbanziriza = ` kde - - - Imbanziriza ` & & - C \" Ubwoko Kwinjiza porogaramu \" < /Byahawe imiterere mbere > "
#, fuzzy #, fuzzy

@ -962,7 +962,7 @@ msgid ""
"prefix, please fix your installation using:" "prefix, please fix your installation using:"
"<pre>$ cd /path/to/amarok/source-code/" "<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\"" "<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`kde-config --prefix` && su -c \"make install\"" "<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca" "<br>$ kbuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further " "<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>" "assistance join us at #amarok on irc.freenode.net.</p>"
@ -973,7 +973,7 @@ msgstr ""
"sáhtát divvut dán láhkái: " "sáhtát divvut dán láhkái: "
"<pre> $ cd /amarok/gáldokoda/čujuhus/" "<pre> $ cd /amarok/gáldokoda/čujuhus/"
"<br>$ su -c \"make uninstall\" " "<br>$ su -c \"make uninstall\" "
"<br>$ ./configure --prefix=`kde-config --prefix` && su -c \"make install\" " "<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\" "
"<br>$ kbuildsycoca " "<br>$ kbuildsycoca "
"<br>$ amarok</pre> Gávnnat eanet dieđuid «README»-fiillas. Sáhtát maid oažžut " "<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>" "veahki IRC-kanálas #amarok irc.freenode.net:as</p>"

@ -1010,7 +1010,7 @@ msgid ""
"prefix, please fix your installation using:" "prefix, please fix your installation using:"
"<pre>$ cd /path/to/amarok/source-code/" "<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\"" "<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`kde-config --prefix` && su -c \"make install\"" "<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca" "<br>$ kbuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further " "<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>" "assistance join us at #amarok on irc.freenode.net.</p>"
@ -1022,7 +1022,7 @@ msgstr ""
"nesprávnym prefixom, opravte prosím inštaláciu pomocou:" "nesprávnym prefixom, opravte prosím inštaláciu pomocou:"
"<pre>$ cd /cesta/ku/zdrojovym/suborom/amaroku/" "<pre>$ cd /cesta/ku/zdrojovym/suborom/amaroku/"
"<br>$ su -c \"make uninstall\"" "<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`kde-config --prefix` && su -c \"make install\"" "<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca" "<br>$ kbuildsycoca"
"<br>$ amarok</pre>Viac informácii je možné nájsť v súbore README. Pre ďalšiu " "<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>" "pomoc sa k nám pripojte na #amarok na irc.freenode.net.</p>"

@ -1007,7 +1007,7 @@ msgid ""
"prefix, please fix your installation using:" "prefix, please fix your installation using:"
"<pre>$ cd /path/to/amarok/source-code/" "<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\"" "<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`kde-config --prefix` && su -c \"make install\"" "<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca" "<br>$ kbuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further " "<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>" "assistance join us at #amarok on irc.freenode.net.</p>"
@ -1019,7 +1019,7 @@ msgstr ""
"parametrom. Namestitev popravite z uporabo naslednjih ukazov: " "parametrom. Namestitev popravite z uporabo naslednjih ukazov: "
"<pre>$ cd /pot/do/izvorne-kode/amaroka/" "<pre>$ cd /pot/do/izvorne-kode/amaroka/"
"<br>$ su -c \"make uninstall\"" "<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`kde-config --prefix` && su -c \"make install\"" "<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca" "<br>$ kbuildsycoca"
"<br>$ amarok</pre>Več informacij najdete v datoteki README. Za dodatno pomoč se " "<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>" "nam pridužite na kanalu #amarok na strežniku irc.freenode.net.</p>"

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

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

@ -1005,7 +1005,7 @@ msgid ""
"prefix, please fix your installation using:" "prefix, please fix your installation using:"
"<pre>$ cd /path/to/amarok/source-code/" "<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\"" "<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`kde-config --prefix` && su -c \"make install\"" "<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca" "<br>$ kbuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further " "<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>" "assistance join us at #amarok on irc.freenode.net.</p>"
@ -1017,7 +1017,7 @@ msgstr ""
"prefiksom; sredite instalaciju koristeći:" "prefiksom; sredite instalaciju koristeći:"
"<pre>$ cd /putanja/do/amarokovog/izvornog-koda/" "<pre>$ cd /putanja/do/amarokovog/izvornog-koda/"
"<br>$ su -c \"make uninstall\"" "<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`kde-config --prefix` && su -c \"make install\"" "<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca" "<br>$ kbuildsycoca"
"<br>$ amarok</pre> Više informacija možete naći u fajlu README. Za dalju pomoć " "<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>" "pridružite nam se na #amarok na irc.freenode.net .</p>"

@ -979,7 +979,7 @@ msgid ""
"prefix, please fix your installation using:" "prefix, please fix your installation using:"
"<pre>$ cd /path/to/amarok/source-code/" "<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\"" "<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`kde-config --prefix` && su -c \"make install\"" "<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca" "<br>$ kbuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further " "<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>" "assistance join us at #amarok on irc.freenode.net.</p>"
@ -991,7 +991,7 @@ msgstr ""
"prefiksom; sredite instalaciju koristeći:" "prefiksom; sredite instalaciju koristeći:"
"<pre>$ cd /putanja/do/amarokovog/izvornog-koda/" "<pre>$ cd /putanja/do/amarokovog/izvornog-koda/"
"<br>$ su -c \"make uninstall\"" "<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`kde-config --prefix` && su -c \"make install\"" "<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca" "<br>$ kbuildsycoca"
"<br>$ amarok</pre> Više informacija možete naći u fajlu README. Za dalju pomoć " "<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>" "pridružite nam se na #amarok na irc.freenode.net -u.</p>"
@ -13768,8 +13768,8 @@ msgstr ""
#~ msgid "Cannot start aRts. You must use another engine." #~ msgid "Cannot start aRts. You must use another engine."
#~ msgstr "Ne mogu da pokrenem aRts. Morate koristiti drugi motor." #~ msgstr "Ne mogu da pokrenem aRts. Morate koristiti drugi motor."
#~ msgid "<p>There was an error loading libamarokarts. First try:<pre>killall -9 artsd && amarok</pre>If that does not work then amaroK was probably installed with the wrong prefix; please re-configure amaroK using:<pre>./configure --prefix=`kde-config --prefix` && su -c \"make install\"</pre>" #~ msgid "<p>There was an error loading libamarokarts. First try:<pre>killall -9 artsd && amarok</pre>If that does not work then amaroK was probably installed with the wrong prefix; please re-configure amaroK using:<pre>./configure --prefix=`tde-config --prefix` && su -c \"make install\"</pre>"
#~ msgstr "<p>Desila se greška pri učitavanju libamarokarts-a. Prvo probajte:<pre>killall -9 artsd && amarok</pre>Ako to ne uspe onda je amaroK verovatno instaliran sa pogrešnim prefiksom; ponovo podesite amaroK koristeći:<pre>./configure --prefix=`kde-config --prefix` && su -c \"make install\"</pre>" #~ msgstr "<p>Desila se greška pri učitavanju libamarokarts-a. Prvo probajte:<pre>killall -9 artsd && amarok</pre>Ako to ne uspe onda je amaroK verovatno instaliran sa pogrešnim prefiksom; ponovo podesite amaroK koristeći:<pre>./configure --prefix=`tde-config --prefix` && su -c \"make install\"</pre>"
#~ msgid "No input plugin available; check your installation." #~ msgid "No input plugin available; check your installation."
#~ msgstr "Nijedan ulazni priključak nije dostupan; proverite instalaciju." #~ msgstr "Nijedan ulazni priključak nije dostupan; proverite instalaciju."

@ -998,7 +998,7 @@ msgid ""
"prefix, please fix your installation using:" "prefix, please fix your installation using:"
"<pre>$ cd /path/to/amarok/source-code/" "<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\"" "<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`kde-config --prefix` && su -c \"make install\"" "<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca" "<br>$ kbuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further " "<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>" "assistance join us at #amarok on irc.freenode.net.</p>"
@ -1010,7 +1010,7 @@ msgstr ""
"prefix. Korrigera installationen med:" "prefix. Korrigera installationen med:"
"<pre>$ cd /sökväg/till/amaroks/källkod" "<pre>$ cd /sökväg/till/amaroks/källkod"
"<br>$ su -c \"make uninstall\"" "<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`kde-config --prefix` && su -c \"make install\"" "<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca" "<br>$ kbuildsycoca"
"<br>$amarok</pre> Mer information finns i filen README. För ytterligare hjälp " "<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>" "kontakta oss gärna via #amarok på irc.freenode.net.</p>"

@ -1006,14 +1006,14 @@ msgid ""
"prefix, please fix your installation using:" "prefix, please fix your installation using:"
"<pre>$ cd /path/to/amarok/source-code/" "<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\"" "<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`kde-config --prefix` && su -c \"make install\"" "<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca" "<br>$ kbuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further " "<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>" "assistance join us at #amarok on irc.freenode.net.</p>"
msgstr "" msgstr ""
"<p>amaroK ஒலி எஞ்சின் சொருகுப்பொருள்களை கண்டுப்பிடிக்க முடியவில்லை; உங்கள் " "<p>amaroK ஒலி எஞ்சின் சொருகுப்பொருள்களை கண்டுப்பிடிக்க முடியவில்லை; உங்கள் "
"amaroK நிறுவல் உடைந்திருக்கலாம். மூலத்தில் இருந்து நிறுவி இருந்தால் amaroK " "amaroK நிறுவல் உடைந்திருக்கலாம். மூலத்தில் இருந்து நிறுவி இருந்தால் amaroK "
"கேடியி கீழ் நிறுவப்படவில்லை. ./configure --prefix=`kde-config --prefix` ஐ " "கேடியி கீழ் நிறுவப்படவில்லை. ./configure --prefix=`tde-config --prefix` ஐ "
"பயன்படுத்தி README கோப்பு விவரித்துள்ளது போல் amaroKஐ திரும்ப அமைக்கவும். " "பயன்படுத்தி README கோப்பு விவரித்துள்ளது போல் amaroKஐ திரும்ப அமைக்கவும். "
"மேலும் உதவிக்கு எங்களுடன் #amarok on irc.freenode.net என்ற முகவரியில் தொடர்பு " "மேலும் உதவிக்கு எங்களுடன் #amarok on irc.freenode.net என்ற முகவரியில் தொடர்பு "
"கொள்ளவும்." "கொள்ளவும்."
@ -14028,8 +14028,8 @@ msgstr "அமார்க்கு"
#~ msgid "Fatal Error" #~ msgid "Fatal Error"
#~ msgstr "உயிர்நாடிப் பிழை" #~ msgstr "உயிர்நாடிப் பிழை"
#~ msgid "<p>There was an error loading libamarokarts. First try:<pre>killall -9 artsd && amarok</pre>If that does not work then amaroK was probably installed with the wrong prefix; please re-configure amaroK using:<pre>./configure --prefix=`kde-config --prefix` && su -c \"make install\"</pre>" #~ msgid "<p>There was an error loading libamarokarts. First try:<pre>killall -9 artsd && amarok</pre>If that does not work then amaroK was probably installed with the wrong prefix; please re-configure amaroK using:<pre>./configure --prefix=`tde-config --prefix` && su -c \"make install\"</pre>"
#~ msgstr "<p>லிபாமராகார்ட்ஸ் ஏற்றும்போது போது பிழை. முதல் முயற்ச்சி:<pre>killall -9 artsd && ஆமராக்</pre>அது வேலை புரியாமல் போனால் ஆமராக் பொதுவாக தவறான முன்னொட்டுடன் நிறுவப்பட்டிருக்கலாம; தயவு செய்து அமராக்கை மறு உள்ளமைப்பு செய்யவும்:<pre>./configure --prefix=`kde-config --prefix` && su -c \"make install\"</pre>" #~ msgstr "<p>லிபாமராகார்ட்ஸ் ஏற்றும்போது போது பிழை. முதல் முயற்ச்சி:<pre>killall -9 artsd && ஆமராக்</pre>அது வேலை புரியாமல் போனால் ஆமராக் பொதுவாக தவறான முன்னொட்டுடன் நிறுவப்பட்டிருக்கலாம; தயவு செய்து அமராக்கை மறு உள்ளமைப்பு செய்யவும்:<pre>./configure --prefix=`tde-config --prefix` && su -c \"make install\"</pre>"
#, fuzzy #, fuzzy
#~ msgid "amaroK Error" #~ msgid "amaroK Error"

@ -1003,7 +1003,7 @@ msgid ""
"prefix, please fix your installation using:" "prefix, please fix your installation using:"
"<pre>$ cd /path/to/amarok/source-code/" "<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\"" "<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`kde-config --prefix` && su -c \"make install\"" "<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca" "<br>$ kbuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further " "<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>" "assistance join us at #amarok on irc.freenode.net.</p>"
@ -14072,8 +14072,8 @@ msgstr "amaroK"
#~ msgid "Fatal Error" #~ msgid "Fatal Error"
#~ msgstr "Хатогии фалокатовар" #~ msgstr "Хатогии фалокатовар"
#~ msgid "<p>There was an error loading libamarokarts. First try:<pre>killall -9 artsd && amarok</pre>If that does not work then amaroK was probably installed with the wrong prefix; please re-configure amaroK using:<pre>./configure --prefix=`kde-config --prefix` && su -c \"make install\"</pre>" #~ msgid "<p>There was an error loading libamarokarts. First try:<pre>killall -9 artsd && amarok</pre>If that does not work then amaroK was probably installed with the wrong prefix; please re-configure amaroK using:<pre>./configure --prefix=`tde-config --prefix` && su -c \"make install\"</pre>"
#~ msgstr "<p>Хатогӣ дар пурборкунии libamarokarts. Аввал кӯшиш кунед:<pre>killall -9 artsd && amarok</pre>ва агар ин кор накунад, яъне amaroK дар каталоги нодуруст танзим шудааст; танзим кунед:<pre>./configure --prefix=`kde-config --prefix` && su -c \"make install\"</pre>" #~ msgstr "<p>Хатогӣ дар пурборкунии libamarokarts. Аввал кӯшиш кунед:<pre>killall -9 artsd && amarok</pre>ва агар ин кор накунад, яъне amaroK дар каталоги нодуруст танзим шудааст; танзим кунед:<pre>./configure --prefix=`tde-config --prefix` && su -c \"make install\"</pre>"
#~ msgid "amaroK Error" #~ msgid "amaroK Error"
#~ msgstr "amaroK хатогӣ дорад" #~ msgstr "amaroK хатогӣ дорад"

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

@ -947,7 +947,7 @@ msgid ""
"prefix, please fix your installation using:" "prefix, please fix your installation using:"
"<pre>$ cd /path/to/amarok/source-code/" "<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\"" "<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`kde-config --prefix` && su -c \"make install\"" "<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca" "<br>$ kbuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further " "<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>" "assistance join us at #amarok on irc.freenode.net.</p>"
@ -959,7 +959,7 @@ msgstr ""
"yüklenmiştir, lütfen kurulumunuzu aşağıdakileri yaparak düzeltiniz:" "yüklenmiştir, lütfen kurulumunuzu aşağıdakileri yaparak düzeltiniz:"
"<pre>$ cd /path/to/amarok/source-code/" "<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\"" "<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`kde-config --prefix` && su -c \"make install\"" "<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca" "<br>$ kbuildsycoca"
"<br>$ amarok</pre> Daha fazla bilgi README dosyasından bulunabilir. Daha fazla " "<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>" "yardım için irc.freenode.net'te #amarok'a gelin ve bize katılın.</p>"

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

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

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

@ -924,7 +924,7 @@ msgid ""
"prefix, please fix your installation using:" "prefix, please fix your installation using:"
"<pre>$ cd /path/to/amarok/source-code/" "<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\"" "<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`kde-config --prefix` && su -c \"make install\"" "<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca" "<br>$ kbuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further " "<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>" "assistance join us at #amarok on irc.freenode.net.</p>"
@ -933,7 +933,7 @@ msgstr ""
"<p>如果这样还不行的话,很可能 Amarok 安装的前缀有错,请使用下列方法修正您的安装:" "<p>如果这样还不行的话,很可能 Amarok 安装的前缀有错,请使用下列方法修正您的安装:"
"<pre>$ cd /path/to/amarok/source-code/" "<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\"" "<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`kde-config --prefix` && su -c \"make install\"" "<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca" "<br>$ kbuildsycoca"
"<br>$ amarok</pre>更多信息可在 README 文件中找到。有关更进一步的协助,请加入 irc.freenode.net 上的 " "<br>$ amarok</pre>更多信息可在 README 文件中找到。有关更进一步的协助,请加入 irc.freenode.net 上的 "
"#amarok。" "#amarok。"

@ -950,7 +950,7 @@ msgid ""
"prefix, please fix your installation using:" "prefix, please fix your installation using:"
"<pre>$ cd /path/to/amarok/source-code/" "<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\"" "<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`kde-config --prefix` && su -c \"make install\"" "<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca" "<br>$ kbuildsycoca"
"<br>$ amarok</pre>More information can be found in the README file. For further " "<br>$ amarok</pre>More information can be found in the README file. For further "
"assistance join us at #amarok on irc.freenode.net.</p>" "assistance join us at #amarok on irc.freenode.net.</p>"
@ -959,7 +959,7 @@ msgstr ""
"<p>如果沒有幫助,很有可能是安裝 AmaroK 時使用了錯誤的 prefix。您可以嘗試這樣做" "<p>如果沒有幫助,很有可能是安裝 AmaroK 時使用了錯誤的 prefix。您可以嘗試這樣做"
"<pre>$ cd /path/to/amarok/source-code/" "<pre>$ cd /path/to/amarok/source-code/"
"<br>$ su -c \"make uninstall\"" "<br>$ su -c \"make uninstall\""
"<br>$ ./configure --prefix=`kde-config --prefix` && su -c \"make install\"" "<br>$ ./configure --prefix=`tde-config --prefix` && su -c \"make install\""
"<br>$ kbuildsycoca" "<br>$ kbuildsycoca"
"<br>$ amarok</pre>您也能在 README 中找到更多資訊。若需要更深入的幫助,請加入我們位於 irc.freenode.net 的 IRC " "<br>$ amarok</pre>您也能在 README 中找到更多資訊。若需要更深入的幫助,請加入我們位於 irc.freenode.net 的 IRC "
"頻道 #amarok。</p>" "頻道 #amarok。</p>"

Loading…
Cancel
Save