From 9750a057f2f36c5b88a5bc53c0a051b605dac061 Mon Sep 17 00:00:00 2001 From: Francois Andriot Date: Mon, 7 May 2012 01:06:08 +0200 Subject: RHEL/Fedora: massive updates for Fedora 17 (TDE 3.5.13 entire build) --- redhat/applications/ktorrent/bp006-5af9907f.diff | 139176 ++++++++++++++++++++ 1 file changed, 139176 insertions(+) create mode 100644 redhat/applications/ktorrent/bp006-5af9907f.diff (limited to 'redhat/applications/ktorrent/bp006-5af9907f.diff') diff --git a/redhat/applications/ktorrent/bp006-5af9907f.diff b/redhat/applications/ktorrent/bp006-5af9907f.diff new file mode 100644 index 000000000..537fb7afc --- /dev/null +++ b/redhat/applications/ktorrent/bp006-5af9907f.diff @@ -0,0 +1,139176 @@ +commit 5af9907fee05f882f8d2422e47198ebf61d97bb7 +Author: Darrell Anderson +Date: 1332388548 -0500 + + Update ktorrent package to 2.2.8 and fix internal geoip database. + This resolves bug report 363. + +diff --git a/ChangeLog b/ChangeLog +index 56b8346..2156d72 100644 +--- a/ChangeLog ++++ b/ChangeLog +@@ -1,3 +1,11 @@ ++Changes in 2.2.8 : ++- Backported some security fixes for the webinterface from KDE4 version ++ ++Changes in 2.2.7 : ++- Fix crash when loading articles in RSS plugin fails (161475) ++- Fix SIGBUS caused crash on sparc ++- Backported fix from KDE4 version for an infinite recursive loop in the QM ++ + Changes in 2.2.6 : + - Some OpenBSD compile fixes + - Fix lock file not working on NFS home directories by moving it to /tmp +diff --git a/Makefile.am b/Makefile.am +index 3bb652a..a4871db 100644 +--- a/Makefile.am ++++ b/Makefile.am +@@ -1,4 +1,4 @@ +-SUBDIRS = translations libktorrent plugins apps scripts ++SUBDIRS = libktorrent plugins apps scripts translations + + # $(UTESTS_DIR) + +diff --git a/acinclude.m4 b/acinclude.m4 +index af86ec0..8573f9b 100644 +--- a/acinclude.m4 ++++ b/acinclude.m4 +@@ -4649,18 +4649,20 @@ fi + + AC_DEFUN([KDE_CHECK_PYTHON], + [ +- KDE_CHECK_PYTHON_INTERN("2.5", +- [KDE_CHECK_PYTHON_INTERN("2.4", +- [KDE_CHECK_PYTHON_INTERN("2.3", +- [KDE_CHECK_PYTHON_INTERN("2.2", +- [KDE_CHECK_PYTHON_INTERN("2.1", +- [KDE_CHECK_PYTHON_INTERN("2.0", +- [KDE_CHECK_PYTHON_INTERN($1, $2) ]) +- ]) +- ]) +- ]) +- ]) +- ]) ++ KDE_CHECK_PYTHON_INTERN("2.6", ++ [KDE_CHECK_PYTHON_INTERN("2.5", ++ [KDE_CHECK_PYTHON_INTERN("2.4", ++ [KDE_CHECK_PYTHON_INTERN("2.3", ++ [KDE_CHECK_PYTHON_INTERN("2.2", ++ [KDE_CHECK_PYTHON_INTERN("2.1", ++ [KDE_CHECK_PYTHON_INTERN("2.0", ++ [KDE_CHECK_PYTHON_INTERN($1, $2) ]) ++ ]) ++ ]) ++ ]) ++ ]) ++ ]) ++ ]) + ]) + + AC_DEFUN([KDE_CHECK_STL], +diff --git a/aclocal.m4 b/aclocal.m4 +index 51718e4..67cfa4e 100644 +--- a/aclocal.m4 ++++ b/aclocal.m4 +@@ -1,7 +1,7 @@ +-# generated automatically by aclocal 1.10 -*- Autoconf -*- ++# generated automatically by aclocal 1.7.9 -*- Autoconf -*- + +-# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, +-# 2005, 2006 Free Software Foundation, Inc. ++# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002 ++# Free Software Foundation, Inc. + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, + # with or without modifications, as long as this notice is preserved. +@@ -11,14 +11,9901 @@ + # even the implied warranty of MERCHANTABILITY or FITNESS FOR A + # PARTICULAR PURPOSE. + +-m4_if(m4_PACKAGE_VERSION, [2.61],, +-[m4_fatal([this file was generated for autoconf 2.61. +-You have another version of autoconf. If you want to use that, +-you should regenerate the build system entirely.], [63])]) + +-# pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*- +-# +-# Copyright © 2004 Scott James Remnant . ++dnl This file is part of the KDE libraries/packages ++dnl Copyright (C) 1997 Janos Farkas (chexum@shadow.banki.hu) ++dnl (C) 1997,98,99 Stephan Kulow (coolo@kde.org) ++ ++dnl This file is free software; you can redistribute it and/or ++dnl modify it under the terms of the GNU Library General Public ++dnl License as published by the Free Software Foundation; either ++dnl version 2 of the License, or (at your option) any later version. ++ ++dnl This library is distributed in the hope that it will be useful, ++dnl but WITHOUT ANY WARRANTY; without even the implied warranty of ++dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ++dnl Library General Public License for more details. ++ ++dnl You should have received a copy of the GNU Library General Public License ++dnl along with this library; see the file COPYING.LIB. If not, write to ++dnl the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, ++dnl Boston, MA 02110-1301, USA. ++ ++dnl IMPORTANT NOTE: ++dnl Please do not modify this file unless you expect your modifications to be ++dnl carried into every other module in the repository. ++dnl ++dnl Single-module modifications are best placed in configure.in for kdelibs ++dnl and kdebase or configure.in.in if present. ++ ++# KDE_PATH_X_DIRECT ++dnl Internal subroutine of AC_PATH_X. ++dnl Set ac_x_includes and/or ac_x_libraries. ++AC_DEFUN([KDE_PATH_X_DIRECT], ++[ ++AC_REQUIRE([KDE_CHECK_LIB64]) ++ ++if test "$ac_x_includes" = NO; then ++ # Guess where to find include files, by looking for this one X11 .h file. ++ test -z "$x_direct_test_include" && x_direct_test_include=X11/Intrinsic.h ++ ++ # First, try using that file with no special directory specified. ++AC_TRY_CPP([#include <$x_direct_test_include>], ++[# We can compile using X headers with no special include directory. ++ac_x_includes=], ++[# Look for the header file in a standard set of common directories. ++# Check X11 before X11Rn because it is often a symlink to the current release. ++ for ac_dir in \ ++ /usr/X11/include \ ++ /usr/X11R6/include \ ++ /usr/X11R5/include \ ++ /usr/X11R4/include \ ++ \ ++ /usr/include/X11 \ ++ /usr/include/X11R6 \ ++ /usr/include/X11R5 \ ++ /usr/include/X11R4 \ ++ \ ++ /usr/local/X11/include \ ++ /usr/local/X11R6/include \ ++ /usr/local/X11R5/include \ ++ /usr/local/X11R4/include \ ++ \ ++ /usr/local/include/X11 \ ++ /usr/local/include/X11R6 \ ++ /usr/local/include/X11R5 \ ++ /usr/local/include/X11R4 \ ++ \ ++ /usr/X386/include \ ++ /usr/x386/include \ ++ /usr/XFree86/include/X11 \ ++ \ ++ /usr/include \ ++ /usr/local/include \ ++ /usr/unsupported/include \ ++ /usr/athena/include \ ++ /usr/local/x11r5/include \ ++ /usr/lpp/Xamples/include \ ++ \ ++ /usr/openwin/include \ ++ /usr/openwin/share/include \ ++ ; \ ++ do ++ if test -r "$ac_dir/$x_direct_test_include"; then ++ ac_x_includes=$ac_dir ++ break ++ fi ++ done]) ++fi # $ac_x_includes = NO ++ ++if test "$ac_x_libraries" = NO; then ++ # Check for the libraries. ++ ++ test -z "$x_direct_test_library" && x_direct_test_library=Xt ++ test -z "$x_direct_test_function" && x_direct_test_function=XtMalloc ++ ++ # See if we find them without any special options. ++ # Don't add to $LIBS permanently. ++ ac_save_LIBS="$LIBS" ++ LIBS="-l$x_direct_test_library $LIBS" ++AC_TRY_LINK([#include ], [${x_direct_test_function}(1)], ++[LIBS="$ac_save_LIBS" ++# We can link X programs with no special library path. ++ac_x_libraries=], ++[LIBS="$ac_save_LIBS" ++# First see if replacing the include by lib works. ++# Check X11 before X11Rn because it is often a symlink to the current release. ++for ac_dir in `echo "$ac_x_includes" | sed s/include/lib${kdelibsuff}/` \ ++ /usr/X11/lib${kdelibsuff} \ ++ /usr/X11R6/lib${kdelibsuff} \ ++ /usr/X11R5/lib${kdelibsuff} \ ++ /usr/X11R4/lib${kdelibsuff} \ ++ \ ++ /usr/lib${kdelibsuff}/X11 \ ++ /usr/lib${kdelibsuff}/X11R6 \ ++ /usr/lib${kdelibsuff}/X11R5 \ ++ /usr/lib${kdelibsuff}/X11R4 \ ++ \ ++ /usr/local/X11/lib${kdelibsuff} \ ++ /usr/local/X11R6/lib${kdelibsuff} \ ++ /usr/local/X11R5/lib${kdelibsuff} \ ++ /usr/local/X11R4/lib${kdelibsuff} \ ++ \ ++ /usr/local/lib${kdelibsuff}/X11 \ ++ /usr/local/lib${kdelibsuff}/X11R6 \ ++ /usr/local/lib${kdelibsuff}/X11R5 \ ++ /usr/local/lib${kdelibsuff}/X11R4 \ ++ \ ++ /usr/X386/lib${kdelibsuff} \ ++ /usr/x386/lib${kdelibsuff} \ ++ /usr/XFree86/lib${kdelibsuff}/X11 \ ++ \ ++ /usr/lib${kdelibsuff} \ ++ /usr/local/lib${kdelibsuff} \ ++ /usr/unsupported/lib${kdelibsuff} \ ++ /usr/athena/lib${kdelibsuff} \ ++ /usr/local/x11r5/lib${kdelibsuff} \ ++ /usr/lpp/Xamples/lib${kdelibsuff} \ ++ /lib/usr/lib${kdelibsuff}/X11 \ ++ \ ++ /usr/openwin/lib${kdelibsuff} \ ++ /usr/openwin/share/lib${kdelibsuff} \ ++ ; \ ++do ++dnl Don't even attempt the hair of trying to link an X program! ++ for ac_extension in a so sl; do ++ if test -r $ac_dir/lib${x_direct_test_library}.$ac_extension; then ++ ac_x_libraries=$ac_dir ++ break 2 ++ fi ++ done ++done]) ++fi # $ac_x_libraries = NO ++]) ++ ++ ++dnl ------------------------------------------------------------------------ ++dnl Find a file (or one of more files in a list of dirs) ++dnl ------------------------------------------------------------------------ ++dnl ++AC_DEFUN([AC_FIND_FILE], ++[ ++$3=NO ++for i in $2; ++do ++ for j in $1; ++ do ++ echo "configure: __oline__: $i/$j" >&AC_FD_CC ++ if test -r "$i/$j"; then ++ echo "taking that" >&AC_FD_CC ++ $3=$i ++ break 2 ++ fi ++ done ++done ++]) ++ ++dnl KDE_FIND_PATH(program-name, variable-name, list-of-dirs, ++dnl if-not-found, test-parameter, prepend-path) ++dnl ++dnl Look for program-name in list-of-dirs+$PATH. ++dnl If prepend-path is set, look in $PATH+list-of-dirs instead. ++dnl If found, $variable-name is set. If not, if-not-found is evaluated. ++dnl test-parameter: if set, the program is executed with this arg, ++dnl and only a successful exit code is required. ++AC_DEFUN([KDE_FIND_PATH], ++[ ++ AC_MSG_CHECKING([for $1]) ++ if test -n "$$2"; then ++ kde_cv_path="$$2"; ++ else ++ kde_cache=`echo $1 | sed 'y%./+-%__p_%'` ++ ++ AC_CACHE_VAL(kde_cv_path_$kde_cache, ++ [ ++ kde_cv_path="NONE" ++ kde_save_IFS=$IFS ++ IFS=':' ++ dirs="" ++ for dir in $PATH; do ++ dirs="$dirs $dir" ++ done ++ if test -z "$6"; then dnl Append dirs in PATH (default) ++ dirs="$3 $dirs" ++ else dnl Prepend dirs in PATH (if 6th arg is set) ++ dirs="$dirs $3" ++ fi ++ IFS=$kde_save_IFS ++ ++ for dir in $dirs; do ++ if test -x "$dir/$1"; then ++ if test -n "$5" ++ then ++ evalstr="$dir/$1 $5 2>&1 " ++ if eval $evalstr; then ++ kde_cv_path="$dir/$1" ++ break ++ fi ++ else ++ kde_cv_path="$dir/$1" ++ break ++ fi ++ fi ++ done ++ ++ eval "kde_cv_path_$kde_cache=$kde_cv_path" ++ ++ ]) ++ ++ eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\"" ++ ++ fi ++ ++ if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then ++ AC_MSG_RESULT(not found) ++ $4 ++ else ++ AC_MSG_RESULT($kde_cv_path) ++ $2=$kde_cv_path ++ ++ fi ++]) ++ ++AC_DEFUN([KDE_MOC_ERROR_MESSAGE], ++[ ++ AC_MSG_ERROR([No Qt meta object compiler (moc) found! ++Please check whether you installed Qt correctly. ++You need to have a running moc binary. ++configure tried to run $ac_cv_path_moc and the test didn't ++succeed. If configure shouldn't have tried this one, set ++the environment variable MOC to the right one before running ++configure. ++]) ++]) ++ ++AC_DEFUN([KDE_UIC_ERROR_MESSAGE], ++[ ++ AC_MSG_WARN([No Qt ui compiler (uic) found! ++Please check whether you installed Qt correctly. ++You need to have a running uic binary. ++configure tried to run $ac_cv_path_uic and the test didn't ++succeed. If configure shouldn't have tried this one, set ++the environment variable UIC to the right one before running ++configure. ++]) ++]) ++ ++ ++AC_DEFUN([KDE_CHECK_UIC_FLAG], ++[ ++ AC_MSG_CHECKING([whether uic supports -$1 ]) ++ kde_cache=`echo $1 | sed 'y% .=/+-%____p_%'` ++ AC_CACHE_VAL(kde_cv_prog_uic_$kde_cache, ++ [ ++ cat >conftest.ui < ++EOT ++ ac_uic_testrun="$UIC_PATH -$1 $2 conftest.ui >/dev/null" ++ if AC_TRY_EVAL(ac_uic_testrun); then ++ eval "kde_cv_prog_uic_$kde_cache=yes" ++ else ++ eval "kde_cv_prog_uic_$kde_cache=no" ++ fi ++ rm -f conftest* ++ ]) ++ ++ if eval "test \"`echo '$kde_cv_prog_uic_'$kde_cache`\" = yes"; then ++ AC_MSG_RESULT([yes]) ++ : ++ $3 ++ else ++ AC_MSG_RESULT([no]) ++ : ++ $4 ++ fi ++]) ++ ++ ++dnl ------------------------------------------------------------------------ ++dnl Find the meta object compiler and the ui compiler in the PATH, ++dnl in $QTDIR/bin, and some more usual places ++dnl ------------------------------------------------------------------------ ++dnl ++AC_DEFUN([AC_PATH_QT_MOC_UIC], ++[ ++ AC_REQUIRE([KDE_CHECK_PERL]) ++ qt_bindirs="" ++ for dir in $kde_qt_dirs; do ++ qt_bindirs="$qt_bindirs $dir/bin $dir/src/moc" ++ done ++ qt_bindirs="$qt_bindirs /usr/bin /usr/X11R6/bin /usr/local/qt/bin" ++ if test ! "$ac_qt_bindir" = "NO"; then ++ qt_bindirs="$ac_qt_bindir $qt_bindirs" ++ fi ++ ++ KDE_FIND_PATH(moc, MOC, [$qt_bindirs], [KDE_MOC_ERROR_MESSAGE]) ++ if test -z "$UIC_NOT_NEEDED"; then ++ KDE_FIND_PATH(uic, UIC_PATH, [$qt_bindirs], [UIC_PATH=""]) ++ if test -z "$UIC_PATH" ; then ++ KDE_UIC_ERROR_MESSAGE ++ exit 1 ++ else ++ UIC=$UIC_PATH ++ ++ if test $kde_qtver = 3; then ++ KDE_CHECK_UIC_FLAG(L,[/nonexistent],ac_uic_supports_libpath=yes,ac_uic_supports_libpath=no) ++ KDE_CHECK_UIC_FLAG(nounload,,ac_uic_supports_nounload=yes,ac_uic_supports_nounload=no) ++ ++ if test x$ac_uic_supports_libpath = xyes; then ++ UIC="$UIC -L \$(kde_widgetdir)" ++ fi ++ if test x$ac_uic_supports_nounload = xyes; then ++ UIC="$UIC -nounload" ++ fi ++ fi ++ fi ++ else ++ UIC="echo uic not available: " ++ fi ++ ++ AC_SUBST(MOC) ++ AC_SUBST(UIC) ++ ++ UIC_TR="i18n" ++ if test $kde_qtver = 3; then ++ UIC_TR="tr2i18n" ++ fi ++ ++ AC_SUBST(UIC_TR) ++]) ++ ++AC_DEFUN([KDE_1_CHECK_PATHS], ++[ ++ KDE_1_CHECK_PATH_HEADERS ++ ++ KDE_TEST_RPATH= ++ ++ if test -n "$USE_RPATH"; then ++ ++ if test -n "$kde_libraries"; then ++ KDE_TEST_RPATH="-R $kde_libraries" ++ fi ++ ++ if test -n "$qt_libraries"; then ++ KDE_TEST_RPATH="$KDE_TEST_RPATH -R $qt_libraries" ++ fi ++ ++ if test -n "$x_libraries"; then ++ KDE_TEST_RPATH="$KDE_TEST_RPATH -R $x_libraries" ++ fi ++ ++ KDE_TEST_RPATH="$KDE_TEST_RPATH $KDE_EXTRA_RPATH" ++ fi ++ ++AC_MSG_CHECKING([for KDE libraries installed]) ++ac_link='$LIBTOOL_SHELL --silent --mode=link ${CXX-g++} -o conftest $CXXFLAGS $all_includes $CPPFLAGS $LDFLAGS $all_libraries conftest.$ac_ext $LIBS -lkdecore $LIBQT $KDE_TEST_RPATH 1>&5' ++ ++if AC_TRY_EVAL(ac_link) && test -s conftest; then ++ AC_MSG_RESULT(yes) ++else ++ AC_MSG_ERROR([your system fails at linking a small KDE application! ++Check, if your compiler is installed correctly and if you have used the ++same compiler to compile Qt and kdelibs as you did use now. ++For more details about this problem, look at the end of config.log.]) ++fi ++ ++if eval `KDEDIR= ./conftest 2>&5`; then ++ kde_result=done ++else ++ kde_result=problems ++fi ++ ++KDEDIR= ./conftest 2> /dev/null >&5 # make an echo for config.log ++kde_have_all_paths=yes ++ ++KDE_SET_PATHS($kde_result) ++ ++]) ++ ++AC_DEFUN([KDE_SET_PATHS], ++[ ++ kde_cv_all_paths="kde_have_all_paths=\"yes\" \ ++ kde_htmldir=\"$kde_htmldir\" \ ++ kde_appsdir=\"$kde_appsdir\" \ ++ kde_icondir=\"$kde_icondir\" \ ++ kde_sounddir=\"$kde_sounddir\" \ ++ kde_datadir=\"$kde_datadir\" \ ++ kde_locale=\"$kde_locale\" \ ++ kde_cgidir=\"$kde_cgidir\" \ ++ kde_confdir=\"$kde_confdir\" \ ++ kde_kcfgdir=\"$kde_kcfgdir\" \ ++ kde_mimedir=\"$kde_mimedir\" \ ++ kde_toolbardir=\"$kde_toolbardir\" \ ++ kde_wallpaperdir=\"$kde_wallpaperdir\" \ ++ kde_templatesdir=\"$kde_templatesdir\" \ ++ kde_bindir=\"$kde_bindir\" \ ++ kde_servicesdir=\"$kde_servicesdir\" \ ++ kde_servicetypesdir=\"$kde_servicetypesdir\" \ ++ kde_moduledir=\"$kde_moduledir\" \ ++ kde_styledir=\"$kde_styledir\" \ ++ kde_widgetdir=\"$kde_widgetdir\" \ ++ xdg_appsdir=\"$xdg_appsdir\" \ ++ xdg_menudir=\"$xdg_menudir\" \ ++ xdg_directorydir=\"$xdg_directorydir\" \ ++ kde_result=$1" ++]) ++ ++AC_DEFUN([KDE_SET_DEFAULT_PATHS], ++[ ++if test "$1" = "default"; then ++ ++ if test -z "$kde_htmldir"; then ++ kde_htmldir='\${datadir}/doc/HTML' ++ fi ++ if test -z "$kde_appsdir"; then ++ kde_appsdir='\${datadir}/applnk' ++ fi ++ if test -z "$kde_icondir"; then ++ kde_icondir='\${datadir}/icons' ++ fi ++ if test -z "$kde_sounddir"; then ++ kde_sounddir='\${datadir}/sounds' ++ fi ++ if test -z "$kde_datadir"; then ++ kde_datadir='\${datadir}/apps' ++ fi ++ if test -z "$kde_locale"; then ++ kde_locale='\${datadir}/locale' ++ fi ++ if test -z "$kde_cgidir"; then ++ kde_cgidir='\${exec_prefix}/cgi-bin' ++ fi ++ if test -z "$kde_confdir"; then ++ kde_confdir='\${datadir}/config' ++ fi ++ if test -z "$kde_kcfgdir"; then ++ kde_kcfgdir='\${datadir}/config.kcfg' ++ fi ++ if test -z "$kde_mimedir"; then ++ kde_mimedir='\${datadir}/mimelnk' ++ fi ++ if test -z "$kde_toolbardir"; then ++ kde_toolbardir='\${datadir}/toolbar' ++ fi ++ if test -z "$kde_wallpaperdir"; then ++ kde_wallpaperdir='\${datadir}/wallpapers' ++ fi ++ if test -z "$kde_templatesdir"; then ++ kde_templatesdir='\${datadir}/templates' ++ fi ++ if test -z "$kde_bindir"; then ++ kde_bindir='\${exec_prefix}/bin' ++ fi ++ if test -z "$kde_servicesdir"; then ++ kde_servicesdir='\${datadir}/services' ++ fi ++ if test -z "$kde_servicetypesdir"; then ++ kde_servicetypesdir='\${datadir}/servicetypes' ++ fi ++ if test -z "$kde_moduledir"; then ++ if test "$kde_qtver" = "2"; then ++ kde_moduledir='\${libdir}/kde2' ++ else ++ kde_moduledir='\${libdir}/kde3' ++ fi ++ fi ++ if test -z "$kde_styledir"; then ++ kde_styledir='\${libdir}/kde3/plugins/styles' ++ fi ++ if test -z "$kde_widgetdir"; then ++ kde_widgetdir='\${libdir}/kde3/plugins/designer' ++ fi ++ if test -z "$xdg_appsdir"; then ++ xdg_appsdir='\${datadir}/applications/kde' ++ fi ++ if test -z "$xdg_menudir"; then ++ xdg_menudir='\${sysconfdir}/xdg/menus' ++ fi ++ if test -z "$xdg_directorydir"; then ++ xdg_directorydir='\${datadir}/desktop-directories' ++ fi ++ ++ KDE_SET_PATHS(defaults) ++ ++else ++ ++ if test $kde_qtver = 1; then ++ AC_MSG_RESULT([compiling]) ++ KDE_1_CHECK_PATHS ++ else ++ AC_MSG_ERROR([path checking not yet supported for KDE 2]) ++ fi ++ ++fi ++]) ++ ++AC_DEFUN([KDE_CHECK_PATHS_FOR_COMPLETENESS], ++[ if test -z "$kde_htmldir" || test -z "$kde_appsdir" || ++ test -z "$kde_icondir" || test -z "$kde_sounddir" || ++ test -z "$kde_datadir" || test -z "$kde_locale" || ++ test -z "$kde_cgidir" || test -z "$kde_confdir" || ++ test -z "$kde_kcfgdir" || ++ test -z "$kde_mimedir" || test -z "$kde_toolbardir" || ++ test -z "$kde_wallpaperdir" || test -z "$kde_templatesdir" || ++ test -z "$kde_bindir" || test -z "$kde_servicesdir" || ++ test -z "$kde_servicetypesdir" || test -z "$kde_moduledir" || ++ test -z "$kde_styledir" || test -z "kde_widgetdir" || ++ test -z "$xdg_appsdir" || test -z "$xdg_menudir" || test -z "$xdg_directorydir" || ++ test "x$kde_have_all_paths" != "xyes"; then ++ kde_have_all_paths=no ++ fi ++]) ++ ++AC_DEFUN([KDE_MISSING_PROG_ERROR], ++[ ++ AC_MSG_ERROR([The important program $1 was not found! ++Please check whether you installed KDE correctly. ++]) ++]) ++ ++AC_DEFUN([KDE_MISSING_ARTS_ERROR], ++[ ++ AC_MSG_ERROR([The important program $1 was not found! ++Please check whether you installed aRts correctly or use ++--without-arts to compile without aRts support (this will remove functionality). ++]) ++]) ++ ++AC_DEFUN([KDE_SET_DEFAULT_BINDIRS], ++[ ++ kde_default_bindirs="/usr/bin /usr/local/bin /opt/local/bin /usr/X11R6/bin /opt/kde/bin /opt/kde3/bin /usr/kde/bin /usr/local/kde/bin" ++ test -n "$KDEDIR" && kde_default_bindirs="$KDEDIR/bin $kde_default_bindirs" ++ if test -n "$KDEDIRS"; then ++ kde_save_IFS=$IFS ++ IFS=: ++ for dir in $KDEDIRS; do ++ kde_default_bindirs="$dir/bin $kde_default_bindirs " ++ done ++ IFS=$kde_save_IFS ++ fi ++]) ++ ++AC_DEFUN([KDE_SUBST_PROGRAMS], ++[ ++ AC_ARG_WITH(arts, ++ AC_HELP_STRING([--without-arts],[build without aRts [default=no]]), ++ [build_arts=$withval], ++ [build_arts=yes] ++ ) ++ AM_CONDITIONAL(include_ARTS, test "$build_arts" '!=' "no") ++ if test "$build_arts" = "no"; then ++ AC_DEFINE(WITHOUT_ARTS, 1, [Defined if compiling without arts]) ++ fi ++ ++ KDE_SET_DEFAULT_BINDIRS ++ kde_default_bindirs="$exec_prefix/bin $prefix/bin $kde_libs_prefix/bin $kde_default_bindirs" ++ KDE_FIND_PATH(dcopidl, DCOPIDL, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(dcopidl)]) ++ KDE_FIND_PATH(dcopidl2cpp, DCOPIDL2CPP, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(dcopidl2cpp)]) ++ if test "$build_arts" '!=' "no"; then ++ KDE_FIND_PATH(mcopidl, MCOPIDL, [$kde_default_bindirs], [KDE_MISSING_ARTS_ERROR(mcopidl)]) ++ KDE_FIND_PATH(artsc-config, ARTSCCONFIG, [$kde_default_bindirs], [KDE_MISSING_ARTS_ERROR(artsc-config)]) ++ fi ++ KDE_FIND_PATH(meinproc, MEINPROC, [$kde_default_bindirs]) ++ ++ kde32ornewer=1 ++ kde33ornewer=1 ++ if test -n "$kde_qtver" && test "$kde_qtver" -lt 3; then ++ kde32ornewer= ++ kde33ornewer= ++ else ++ if test "$kde_qtver" = "3"; then ++ if test "$kde_qtsubver" -le 1; then ++ kde32ornewer= ++ fi ++ if test "$kde_qtsubver" -le 2; then ++ kde33ornewer= ++ fi ++ if test "$KDECONFIG" != "compiled"; then ++ if test `$KDECONFIG --version | grep KDE | sed 's/KDE: \(...\).*/\1/'` = 3.2; then ++ kde33ornewer= ++ fi ++ fi ++ fi ++ fi ++ ++ if test -n "$kde32ornewer"; then ++ KDE_FIND_PATH(kconfig_compiler, KCONFIG_COMPILER, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kconfig_compiler)]) ++ KDE_FIND_PATH(dcopidlng, DCOPIDLNG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(dcopidlng)]) ++ fi ++ if test -n "$kde33ornewer"; then ++ KDE_FIND_PATH(makekdewidgets, MAKEKDEWIDGETS, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(makekdewidgets)]) ++ AC_SUBST(MAKEKDEWIDGETS) ++ fi ++ KDE_FIND_PATH(xmllint, XMLLINT, [${prefix}/bin ${exec_prefix}/bin], [XMLLINT=""]) ++ ++ if test -n "$MEINPROC" -a "$MEINPROC" != "compiled"; then ++ kde_sharedirs="/usr/share/kde /usr/local/share /usr/share /opt/kde3/share /opt/kde/share $prefix/share" ++ test -n "$KDEDIR" && kde_sharedirs="$KDEDIR/share $kde_sharedirs" ++ AC_FIND_FILE(apps/ksgmltools2/customization/kde-chunk.xsl, $kde_sharedirs, KDE_XSL_STYLESHEET) ++ if test "$KDE_XSL_STYLESHEET" = "NO"; then ++ KDE_XSL_STYLESHEET="" ++ else ++ KDE_XSL_STYLESHEET="$KDE_XSL_STYLESHEET/apps/ksgmltools2/customization/kde-chunk.xsl" ++ fi ++ fi ++ ++ DCOP_DEPENDENCIES='$(DCOPIDL)' ++ if test -n "$kde32ornewer"; then ++ KCFG_DEPENDENCIES='$(KCONFIG_COMPILER)' ++ DCOP_DEPENDENCIES='$(DCOPIDL) $(DCOPIDLNG)' ++ AC_SUBST(KCONFIG_COMPILER) ++ AC_SUBST(KCFG_DEPENDENCIES) ++ AC_SUBST(DCOPIDLNG) ++ fi ++ AC_SUBST(DCOPIDL) ++ AC_SUBST(DCOPIDL2CPP) ++ AC_SUBST(DCOP_DEPENDENCIES) ++ AC_SUBST(MCOPIDL) ++ AC_SUBST(ARTSCCONFIG) ++ AC_SUBST(MEINPROC) ++ AC_SUBST(KDE_XSL_STYLESHEET) ++ AC_SUBST(XMLLINT) ++])dnl ++ ++AC_DEFUN([AC_CREATE_KFSSTND], ++[ ++AC_REQUIRE([AC_CHECK_RPATH]) ++ ++AC_MSG_CHECKING([for KDE paths]) ++kde_result="" ++kde_cached_paths=yes ++AC_CACHE_VAL(kde_cv_all_paths, ++[ ++ KDE_SET_DEFAULT_PATHS($1) ++ kde_cached_paths=no ++]) ++eval "$kde_cv_all_paths" ++KDE_CHECK_PATHS_FOR_COMPLETENESS ++if test "$kde_have_all_paths" = "no" && test "$kde_cached_paths" = "yes"; then ++ # wrong values were cached, may be, we can set better ones ++ kde_result= ++ kde_htmldir= kde_appsdir= kde_icondir= kde_sounddir= ++ kde_datadir= kde_locale= kde_cgidir= kde_confdir= kde_kcfgdir= ++ kde_mimedir= kde_toolbardir= kde_wallpaperdir= kde_templatesdir= ++ kde_bindir= kde_servicesdir= kde_servicetypesdir= kde_moduledir= ++ kde_have_all_paths= ++ kde_styledir= ++ kde_widgetdir= ++ xdg_appsdir = xdg_menudir= xdg_directorydir= ++ KDE_SET_DEFAULT_PATHS($1) ++ eval "$kde_cv_all_paths" ++ KDE_CHECK_PATHS_FOR_COMPLETENESS ++ kde_result="$kde_result (cache overridden)" ++fi ++if test "$kde_have_all_paths" = "no"; then ++ AC_MSG_ERROR([configure could not run a little KDE program to test the environment. ++Since it had compiled and linked before, it must be a strange problem on your system. ++Look at config.log for details. If you are not able to fix this, look at ++http://www.kde.org/faq/installation.html or any www.kde.org mirror. ++(If you're using an egcs version on Linux, you may update binutils!) ++]) ++else ++ rm -f conftest* ++ AC_MSG_RESULT($kde_result) ++fi ++ ++bindir=$kde_bindir ++ ++KDE_SUBST_PROGRAMS ++ ++]) ++ ++AC_DEFUN([AC_SUBST_KFSSTND], ++[ ++AC_SUBST(kde_htmldir) ++AC_SUBST(kde_appsdir) ++AC_SUBST(kde_icondir) ++AC_SUBST(kde_sounddir) ++AC_SUBST(kde_datadir) ++AC_SUBST(kde_locale) ++AC_SUBST(kde_confdir) ++AC_SUBST(kde_kcfgdir) ++AC_SUBST(kde_mimedir) ++AC_SUBST(kde_wallpaperdir) ++AC_SUBST(kde_bindir) ++dnl X Desktop Group standards ++AC_SUBST(xdg_appsdir) ++AC_SUBST(xdg_menudir) ++AC_SUBST(xdg_directorydir) ++dnl for KDE 2 ++AC_SUBST(kde_templatesdir) ++AC_SUBST(kde_servicesdir) ++AC_SUBST(kde_servicetypesdir) ++AC_SUBST(kde_moduledir) ++AC_SUBST(kdeinitdir, '$(kde_moduledir)') ++AC_SUBST(kde_styledir) ++AC_SUBST(kde_widgetdir) ++if test "$kde_qtver" = 1; then ++ kde_minidir="$kde_icondir/mini" ++else ++# for KDE 1 - this breaks KDE2 apps using minidir, but ++# that's the plan ;-/ ++ kde_minidir="/dev/null" ++fi ++dnl AC_SUBST(kde_minidir) ++dnl AC_SUBST(kde_cgidir) ++dnl AC_SUBST(kde_toolbardir) ++]) ++ ++AC_DEFUN([KDE_MISC_TESTS], ++[ ++ dnl Checks for libraries. ++ AC_CHECK_LIB(util, main, [LIBUTIL="-lutil"]) dnl for *BSD ++ AC_SUBST(LIBUTIL) ++ AC_CHECK_LIB(compat, main, [LIBCOMPAT="-lcompat"]) dnl for *BSD ++ AC_SUBST(LIBCOMPAT) ++ kde_have_crypt= ++ AC_CHECK_LIB(crypt, crypt, [LIBCRYPT="-lcrypt"; kde_have_crypt=yes], ++ AC_CHECK_LIB(c, crypt, [kde_have_crypt=yes], [ ++ AC_MSG_WARN([you have no crypt in either libcrypt or libc. ++You should install libcrypt from another source or configure with PAM ++support]) ++ kde_have_crypt=no ++ ])) ++ AC_SUBST(LIBCRYPT) ++ if test $kde_have_crypt = yes; then ++ AC_DEFINE_UNQUOTED(HAVE_CRYPT, 1, [Defines if your system has the crypt function]) ++ fi ++ AC_CHECK_SOCKLEN_T ++ AC_CHECK_LIB(dnet, dnet_ntoa, [X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"]) ++ if test $ac_cv_lib_dnet_dnet_ntoa = no; then ++ AC_CHECK_LIB(dnet_stub, dnet_ntoa, ++ [X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"]) ++ fi ++ AC_CHECK_FUNC(inet_ntoa) ++ if test $ac_cv_func_inet_ntoa = no; then ++ AC_CHECK_LIB(nsl, inet_ntoa, X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl") ++ fi ++ AC_CHECK_FUNC(connect) ++ if test $ac_cv_func_connect = no; then ++ AC_CHECK_LIB(socket, connect, X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS", , ++ $X_EXTRA_LIBS) ++ fi ++ ++ AC_CHECK_FUNC(remove) ++ if test $ac_cv_func_remove = no; then ++ AC_CHECK_LIB(posix, remove, X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix") ++ fi ++ ++ # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay. ++ AC_CHECK_FUNC(shmat, , ++ AC_CHECK_LIB(ipc, shmat, X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc")) ++ ++ # more headers that need to be explicitly included on darwin ++ AC_CHECK_HEADERS(sys/types.h stdint.h) ++ ++ # sys/bitypes.h is needed for uint32_t and friends on Tru64 ++ AC_CHECK_HEADERS(sys/bitypes.h) ++ ++ # darwin requires a poll emulation library ++ AC_CHECK_LIB(poll, poll, LIB_POLL="-lpoll") ++ ++ # for some image handling on Mac OS X ++ AC_CHECK_HEADERS(Carbon/Carbon.h) ++ ++ # CoreAudio framework ++ AC_CHECK_HEADER(CoreAudio/CoreAudio.h, [ ++ AC_DEFINE(HAVE_COREAUDIO, 1, [Define if you have the CoreAudio API]) ++ FRAMEWORK_COREAUDIO="-Wl,-framework,CoreAudio" ++ ]) ++ ++ AC_CHECK_RES_INIT ++ AC_SUBST(LIB_POLL) ++ AC_SUBST(FRAMEWORK_COREAUDIO) ++ LIBSOCKET="$X_EXTRA_LIBS" ++ AC_SUBST(LIBSOCKET) ++ AC_SUBST(X_EXTRA_LIBS) ++ AC_CHECK_LIB(ucb, killpg, [LIBUCB="-lucb"]) dnl for Solaris2.4 ++ AC_SUBST(LIBUCB) ++ ++ case $host in dnl this *is* LynxOS specific ++ *-*-lynxos* ) ++ AC_MSG_CHECKING([LynxOS header file wrappers]) ++ [CFLAGS="$CFLAGS -D__NO_INCLUDE_WARN__"] ++ AC_MSG_RESULT(disabled) ++ AC_CHECK_LIB(bsd, gethostbyname, [LIBSOCKET="-lbsd"]) dnl for LynxOS ++ ;; ++ esac ++ ++ KDE_CHECK_TYPES ++ KDE_CHECK_LIBDL ++ KDE_CHECK_STRLCPY ++ KDE_CHECK_PIE_SUPPORT ++ ++# darwin needs this to initialize the environment ++AC_CHECK_HEADERS(crt_externs.h) ++AC_CHECK_FUNC(_NSGetEnviron, [AC_DEFINE(HAVE_NSGETENVIRON, 1, [Define if your system needs _NSGetEnviron to set up the environment])]) ++ ++AH_VERBATIM(_DARWIN_ENVIRON, ++[ ++#if defined(HAVE_NSGETENVIRON) && defined(HAVE_CRT_EXTERNS_H) ++# include ++# include ++# define environ (*_NSGetEnviron()) ++#endif ++]) ++ ++AH_VERBATIM(_AIX_STRINGS_H_BZERO, ++[ ++/* ++ * AIX defines FD_SET in terms of bzero, but fails to include ++ * that defines bzero. ++ */ ++ ++#if defined(_AIX) ++#include ++#endif ++]) ++ ++AC_CHECK_FUNCS([vsnprintf snprintf]) ++ ++AH_VERBATIM(_TRU64,[ ++/* ++ * On HP-UX, the declaration of vsnprintf() is needed every time ! ++ */ ++ ++#if !defined(HAVE_VSNPRINTF) || defined(hpux) ++#if __STDC__ ++#include ++#include ++#else ++#include ++#endif ++#ifdef __cplusplus ++extern "C" ++#endif ++int vsnprintf(char *str, size_t n, char const *fmt, va_list ap); ++#ifdef __cplusplus ++extern "C" ++#endif ++int snprintf(char *str, size_t n, char const *fmt, ...); ++#endif ++]) ++ ++]) ++ ++dnl ------------------------------------------------------------------------ ++dnl Find the header files and libraries for X-Windows. Extended the ++dnl macro AC_PATH_X ++dnl ------------------------------------------------------------------------ ++dnl ++AC_DEFUN([K_PATH_X], ++[ ++AC_REQUIRE([KDE_MISC_TESTS])dnl ++AC_REQUIRE([KDE_CHECK_LIB64]) ++ ++AC_ARG_ENABLE( ++ embedded, ++ AC_HELP_STRING([--enable-embedded],[link to Qt-embedded, don't use X]), ++ kde_use_qt_emb=$enableval, ++ kde_use_qt_emb=no ++) ++ ++AC_ARG_ENABLE( ++ qtopia, ++ AC_HELP_STRING([--enable-qtopia],[link to Qt-embedded, link to the Qtopia Environment]), ++ kde_use_qt_emb_palm=$enableval, ++ kde_use_qt_emb_palm=no ++) ++ ++AC_ARG_ENABLE( ++ mac, ++ AC_HELP_STRING([--enable-mac],[link to Qt/Mac (don't use X)]), ++ kde_use_qt_mac=$enableval, ++ kde_use_qt_mac=no ++) ++ ++# used to disable x11-specific stuff on special platforms ++AM_CONDITIONAL(include_x11, test "$kde_use_qt_emb" = "no" && test "$kde_use_qt_mac" = "no") ++ ++if test "$kde_use_qt_emb" = "no" && test "$kde_use_qt_mac" = "no"; then ++ ++AC_MSG_CHECKING(for X) ++ ++AC_CACHE_VAL(kde_cv_have_x, ++[# One or both of the vars are not set, and there is no cached value. ++if test "{$x_includes+set}" = set || test "$x_includes" = NONE; then ++ kde_x_includes=NO ++else ++ kde_x_includes=$x_includes ++fi ++if test "{$x_libraries+set}" = set || test "$x_libraries" = NONE; then ++ kde_x_libraries=NO ++else ++ kde_x_libraries=$x_libraries ++fi ++ ++# below we use the standard autoconf calls ++ac_x_libraries=$kde_x_libraries ++ac_x_includes=$kde_x_includes ++ ++KDE_PATH_X_DIRECT ++dnl AC_PATH_X_XMKMF picks /usr/lib as the path for the X libraries. ++dnl Unfortunately, if compiling with the N32 ABI, this is not the correct ++dnl location. The correct location is /usr/lib32 or an undefined value ++dnl (the linker is smart enough to pick the correct default library). ++dnl Things work just fine if you use just AC_PATH_X_DIRECT. ++dnl Solaris has a similar problem. AC_PATH_X_XMKMF forces x_includes to ++dnl /usr/openwin/include, which doesn't work. /usr/include does work, so ++dnl x_includes should be left alone. ++case "$host" in ++mips-sgi-irix6*) ++ ;; ++*-*-solaris*) ++ ;; ++*) ++ _AC_PATH_X_XMKMF ++ if test -z "$ac_x_includes"; then ++ ac_x_includes="." ++ fi ++ if test -z "$ac_x_libraries"; then ++ ac_x_libraries="/usr/lib${kdelibsuff}" ++ fi ++esac ++#from now on we use our own again ++ ++# when the user already gave --x-includes, we ignore ++# what the standard autoconf macros told us. ++if test "$kde_x_includes" = NO; then ++ kde_x_includes=$ac_x_includes ++fi ++ ++# for --x-libraries too ++if test "$kde_x_libraries" = NO; then ++ kde_x_libraries=$ac_x_libraries ++fi ++ ++if test "$kde_x_includes" = NO; then ++ AC_MSG_ERROR([Can't find X includes. Please check your installation and add the correct paths!]) ++fi ++ ++if test "$kde_x_libraries" = NO; then ++ AC_MSG_ERROR([Can't find X libraries. Please check your installation and add the correct paths!]) ++fi ++ ++# Record where we found X for the cache. ++kde_cv_have_x="have_x=yes \ ++ kde_x_includes=$kde_x_includes kde_x_libraries=$kde_x_libraries" ++])dnl ++ ++eval "$kde_cv_have_x" ++ ++if test "$have_x" != yes; then ++ AC_MSG_RESULT($have_x) ++ no_x=yes ++else ++ AC_MSG_RESULT([libraries $kde_x_libraries, headers $kde_x_includes]) ++fi ++ ++if test -z "$kde_x_includes" || test "x$kde_x_includes" = xNONE; then ++ X_INCLUDES="" ++ x_includes="."; dnl better than nothing :- ++ else ++ x_includes=$kde_x_includes ++ X_INCLUDES="-I$x_includes" ++fi ++ ++if test -z "$kde_x_libraries" || test "x$kde_x_libraries" = xNONE || test "$kde_x_libraries" = "/usr/lib"; then ++ X_LDFLAGS="" ++ x_libraries="/usr/lib"; dnl better than nothing :- ++ else ++ x_libraries=$kde_x_libraries ++ X_LDFLAGS="-L$x_libraries" ++fi ++all_includes="$X_INCLUDES" ++all_libraries="$X_LDFLAGS $LDFLAGS_AS_NEEDED $LDFLAGS_NEW_DTAGS" ++ ++# Check for libraries that X11R6 Xt/Xaw programs need. ++ac_save_LDFLAGS="$LDFLAGS" ++LDFLAGS="$LDFLAGS $X_LDFLAGS" ++# SM needs ICE to (dynamically) link under SunOS 4.x (so we have to ++# check for ICE first), but we must link in the order -lSM -lICE or ++# we get undefined symbols. So assume we have SM if we have ICE. ++# These have to be linked with before -lX11, unlike the other ++# libraries we check for below, so use a different variable. ++# --interran@uluru.Stanford.EDU, kb@cs.umb.edu. ++AC_CHECK_LIB(ICE, IceConnectionNumber, ++ [LIBSM="-lSM -lICE"], , $X_EXTRA_LIBS) ++LDFLAGS="$ac_save_LDFLAGS" ++ ++LIB_X11='-lX11 $(LIBSOCKET)' ++ ++AC_MSG_CHECKING(for libXext) ++AC_CACHE_VAL(kde_cv_have_libXext, ++[ ++kde_ldflags_safe="$LDFLAGS" ++kde_libs_safe="$LIBS" ++ ++LDFLAGS="$LDFLAGS $X_LDFLAGS $USER_LDFLAGS" ++LIBS="-lXext -lX11 $LIBSOCKET" ++ ++AC_TRY_LINK([ ++#include ++#ifdef STDC_HEADERS ++# include ++#endif ++], ++[ ++printf("hello Xext\n"); ++], ++kde_cv_have_libXext=yes, ++kde_cv_have_libXext=no ++) ++ ++LDFLAGS=$kde_ldflags_safe ++LIBS=$kde_libs_safe ++]) ++ ++AC_MSG_RESULT($kde_cv_have_libXext) ++ ++if test "$kde_cv_have_libXext" = "no"; then ++ AC_MSG_ERROR([We need a working libXext to proceed. Since configure ++can't find it itself, we stop here assuming that make wouldn't find ++them either.]) ++fi ++ ++LIB_XEXT="-lXext" ++QTE_NORTTI="" ++ ++elif test "$kde_use_qt_emb" = "yes"; then ++ dnl We're using QT Embedded ++ CPPFLAGS=-DQWS ++ CXXFLAGS="$CXXFLAGS -fno-rtti" ++ QTE_NORTTI="-fno-rtti -DQWS" ++ X_PRE_LIBS="" ++ LIB_X11="" ++ LIB_XEXT="" ++ LIB_XRENDER="" ++ LIBSM="" ++ X_INCLUDES="" ++ X_LDFLAGS="" ++ x_includes="" ++ x_libraries="" ++elif test "$kde_use_qt_mac" = "yes"; then ++ dnl We're using QT/Mac (I use QT_MAC so that qglobal.h doesn't *have* to ++ dnl be included to get the information) --Sam ++ CXXFLAGS="$CXXFLAGS -DQT_MAC -no-cpp-precomp" ++ CFLAGS="$CFLAGS -DQT_MAC -no-cpp-precomp" ++ X_PRE_LIBS="" ++ LIB_X11="" ++ LIB_XEXT="" ++ LIB_XRENDER="" ++ LIBSM="" ++ X_INCLUDES="" ++ X_LDFLAGS="" ++ x_includes="" ++ x_libraries="" ++fi ++AC_SUBST(X_PRE_LIBS) ++AC_SUBST(LIB_X11) ++AC_SUBST(LIB_XRENDER) ++AC_SUBST(LIBSM) ++AC_SUBST(X_INCLUDES) ++AC_SUBST(X_LDFLAGS) ++AC_SUBST(x_includes) ++AC_SUBST(x_libraries) ++AC_SUBST(QTE_NORTTI) ++AC_SUBST(LIB_XEXT) ++ ++]) ++ ++AC_DEFUN([KDE_PRINT_QT_PROGRAM], ++[ ++AC_REQUIRE([KDE_USE_QT]) ++cat > conftest.$ac_ext < ++#include ++EOF ++if test "$kde_qtver" = "2"; then ++cat >> conftest.$ac_ext < ++#include ++#include ++EOF ++ ++if test $kde_qtsubver -gt 0; then ++cat >> conftest.$ac_ext <> conftest.$ac_ext < ++#include ++#include ++EOF ++fi ++ ++echo "#if ! ($kde_qt_verstring)" >> conftest.$ac_ext ++cat >> conftest.$ac_ext <> conftest.$ac_ext <> conftest.$ac_ext <> conftest.$ac_ext <> conftest.$ac_ext <&AC_FD_CC ++ cat conftest.$ac_ext >&AC_FD_CC ++fi ++ ++rm -f conftest* ++CXXFLAGS="$ac_cxxflags_safe" ++LDFLAGS="$ac_ldflags_safe" ++LIBS="$ac_libs_safe" ++ ++LD_LIBRARY_PATH="$ac_LD_LIBRARY_PATH_safe" ++export LD_LIBRARY_PATH ++LIBRARY_PATH="$ac_LIBRARY_PATH" ++export LIBRARY_PATH ++AC_LANG_RESTORE ++]) ++ ++if test "$kde_cv_qt_direct" = "yes"; then ++ AC_MSG_RESULT(yes) ++ $1 ++else ++ AC_MSG_RESULT(no) ++ $2 ++fi ++]) ++ ++dnl ------------------------------------------------------------------------ ++dnl Try to find the Qt headers and libraries. ++dnl $(QT_LDFLAGS) will be -Lqtliblocation (if needed) ++dnl and $(QT_INCLUDES) will be -Iqthdrlocation (if needed) ++dnl ------------------------------------------------------------------------ ++dnl ++AC_DEFUN([AC_PATH_QT_1_3], ++[ ++AC_REQUIRE([K_PATH_X]) ++AC_REQUIRE([KDE_USE_QT]) ++AC_REQUIRE([KDE_CHECK_LIB64]) ++ ++dnl ------------------------------------------------------------------------ ++dnl Add configure flag to enable linking to MT version of Qt library. ++dnl ------------------------------------------------------------------------ ++ ++AC_ARG_ENABLE( ++ mt, ++ AC_HELP_STRING([--disable-mt],[link to non-threaded Qt (deprecated)]), ++ kde_use_qt_mt=$enableval, ++ [ ++ if test $kde_qtver = 3; then ++ kde_use_qt_mt=yes ++ else ++ kde_use_qt_mt=no ++ fi ++ ] ++) ++ ++USING_QT_MT="" ++ ++dnl ------------------------------------------------------------------------ ++dnl If we not get --disable-qt-mt then adjust some vars for the host. ++dnl ------------------------------------------------------------------------ ++ ++KDE_MT_LDFLAGS= ++KDE_MT_LIBS= ++if test "x$kde_use_qt_mt" = "xyes"; then ++ KDE_CHECK_THREADING ++ if test "x$kde_use_threading" = "xyes"; then ++ CPPFLAGS="$USE_THREADS -DQT_THREAD_SUPPORT $CPPFLAGS" ++ KDE_MT_LDFLAGS="$USE_THREADS" ++ KDE_MT_LIBS="$LIBPTHREAD" ++ else ++ kde_use_qt_mt=no ++ fi ++fi ++AC_SUBST(KDE_MT_LDFLAGS) ++AC_SUBST(KDE_MT_LIBS) ++ ++kde_qt_was_given=yes ++ ++dnl ------------------------------------------------------------------------ ++dnl If we haven't been told how to link to Qt, we work it out for ourselves. ++dnl ------------------------------------------------------------------------ ++if test -z "$LIBQT_GLOB"; then ++ if test "x$kde_use_qt_emb" = "xyes"; then ++ LIBQT_GLOB="libqte.*" ++ else ++ LIBQT_GLOB="libqt.*" ++ fi ++fi ++ ++dnl ------------------------------------------------------------ ++dnl If we got --enable-embedded then adjust the Qt library name. ++dnl ------------------------------------------------------------ ++if test "x$kde_use_qt_emb" = "xyes"; then ++ qtlib="qte" ++else ++ qtlib="qt" ++fi ++ ++kde_int_qt="-l$qtlib" ++ ++if test -z "$LIBQPE"; then ++dnl ------------------------------------------------------------ ++dnl If we got --enable-palmtop then add -lqpe to the link line ++dnl ------------------------------------------------------------ ++ if test "x$kde_use_qt_emb" = "xyes"; then ++ if test "x$kde_use_qt_emb_palm" = "xyes"; then ++ LIB_QPE="-lqpe" ++ else ++ LIB_QPE="" ++ fi ++ else ++ LIB_QPE="" ++ fi ++fi ++ ++dnl ------------------------------------------------------------------------ ++dnl If we got --enable-qt-mt then adjust the Qt library name for the host. ++dnl ------------------------------------------------------------------------ ++ ++if test "x$kde_use_qt_mt" = "xyes"; then ++ LIBQT="-l$qtlib-mt" ++ kde_int_qt="-l$qtlib-mt" ++ LIBQT_GLOB="lib$qtlib-mt.*" ++ USING_QT_MT="using -mt" ++else ++ LIBQT="-l$qtlib" ++fi ++ ++if test $kde_qtver != 1; then ++ ++ AC_REQUIRE([AC_FIND_PNG]) ++ AC_REQUIRE([AC_FIND_JPEG]) ++ LIBQT="$LIBQT $LIBPNG $LIBJPEG" ++fi ++ ++if test $kde_qtver = 3; then ++ AC_REQUIRE([KDE_CHECK_LIBDL]) ++ LIBQT="$LIBQT $LIBDL" ++fi ++ ++AC_MSG_CHECKING([for Qt]) ++ ++if test "x$kde_use_qt_emb" != "xyes" && test "x$kde_use_qt_mac" != "xyes"; then ++LIBQT="$LIBQT $X_PRE_LIBS -lXext -lX11 $LIBSM $LIBSOCKET" ++fi ++ac_qt_includes=NO ac_qt_libraries=NO ac_qt_bindir=NO ++qt_libraries="" ++qt_includes="" ++AC_ARG_WITH(qt-dir, ++ AC_HELP_STRING([--with-qt-dir=DIR],[where the root of Qt is installed ]), ++ [ ac_qt_includes="$withval"/include ++ ac_qt_libraries="$withval"/lib${kdelibsuff} ++ ac_qt_bindir="$withval"/bin ++ ]) ++ ++AC_ARG_WITH(qt-includes, ++ AC_HELP_STRING([--with-qt-includes=DIR],[where the Qt includes are. ]), ++ [ ++ ac_qt_includes="$withval" ++ ]) ++ ++kde_qt_libs_given=no ++ ++AC_ARG_WITH(qt-libraries, ++ AC_HELP_STRING([--with-qt-libraries=DIR],[where the Qt library is installed.]), ++ [ ac_qt_libraries="$withval" ++ kde_qt_libs_given=yes ++ ]) ++ ++AC_CACHE_VAL(ac_cv_have_qt, ++[#try to guess Qt locations ++ ++qt_incdirs="" ++for dir in $kde_qt_dirs; do ++ qt_incdirs="$qt_incdirs $dir/include $dir" ++done ++if test -z "$PKG_CONFIG"; then ++ AC_PATH_PROG(PKG_CONFIG, pkg-config, no) ++fi ++if test "$PKG_CONFIG" != "no" ; then ++ if $PKG_CONFIG --exists qt-mt ; then ++ qt_incdirs="$qt_incdirs `$PKG_CONFIG --variable=includedir qt-mt`" ++ fi ++fi ++qt_incdirs="$QTINC $qt_incdirs /usr/local/qt/include /usr/include/qt /usr/include /usr/X11R6/include/X11/qt /usr/X11R6/include/qt /usr/X11R6/include/qt2 /usr/include/qt3 $x_includes" ++if test ! "$ac_qt_includes" = "NO"; then ++ qt_incdirs="$ac_qt_includes $qt_incdirs" ++fi ++ ++if test "$kde_qtver" != "1"; then ++ kde_qt_header=qstyle.h ++else ++ kde_qt_header=qglobal.h ++fi ++ ++AC_FIND_FILE($kde_qt_header, $qt_incdirs, qt_incdir) ++ac_qt_includes="$qt_incdir" ++ ++qt_libdirs="" ++for dir in $kde_qt_dirs; do ++ qt_libdirs="$qt_libdirs $dir/lib${kdelibsuff} $dir/lib $dir" ++done ++if test -z "$PKG_CONFIG"; then ++ AC_PATH_PROG(PKG_CONFIG, pkg-config, no) ++fi ++if test "$PKG_CONFIG" != "no" ; then ++ if $PKG_CONFIG --exists qt-mt ; then ++ qt_libdirs="$qt_incdirs `$PKG_CONFIG --variable=libdir qt-mt`" ++ fi ++fi ++qt_libdirs="$QTLIB $qt_libdirs /usr/X11R6/lib /usr/lib /usr/local/qt/lib $x_libraries" ++if test ! "$ac_qt_libraries" = "NO"; then ++ qt_libdir=$ac_qt_libraries ++else ++ qt_libdirs="$ac_qt_libraries $qt_libdirs" ++ # if the Qt was given, the chance is too big that libqt.* doesn't exist ++ qt_libdir=NONE ++ for dir in $qt_libdirs; do ++ try="ls -1 $dir/${LIBQT_GLOB}" ++ if test -n "`$try 2> /dev/null`"; then qt_libdir=$dir; break; else echo "tried $dir" >&AC_FD_CC ; fi ++ done ++fi ++for a in $qt_libdir/lib`echo ${kde_int_qt} | sed 's,^-l,,'`_incremental.*; do ++ if test -e "$a"; then ++ LIBQT="$LIBQT ${kde_int_qt}_incremental" ++ break ++ fi ++done ++ ++ac_qt_libraries="$qt_libdir" ++ ++AC_LANG_SAVE ++AC_LANG_CPLUSPLUS ++ ++ac_cxxflags_safe="$CXXFLAGS" ++ac_ldflags_safe="$LDFLAGS" ++ac_libs_safe="$LIBS" ++ ++CXXFLAGS="$CXXFLAGS -I$qt_incdir $all_includes" ++LDFLAGS="$LDFLAGS -L$qt_libdir $all_libraries $USER_LDFLAGS $KDE_MT_LDFLAGS" ++LIBS="$LIBS $LIBQT $KDE_MT_LIBS" ++ ++KDE_PRINT_QT_PROGRAM ++ ++if AC_TRY_EVAL(ac_link) && test -s conftest; then ++ rm -f conftest* ++else ++ echo "configure: failed program was:" >&AC_FD_CC ++ cat conftest.$ac_ext >&AC_FD_CC ++ ac_qt_libraries="NO" ++fi ++rm -f conftest* ++CXXFLAGS="$ac_cxxflags_safe" ++LDFLAGS="$ac_ldflags_safe" ++LIBS="$ac_libs_safe" ++ ++AC_LANG_RESTORE ++if test "$ac_qt_includes" = NO || test "$ac_qt_libraries" = NO; then ++ ac_cv_have_qt="have_qt=no" ++ ac_qt_notfound="" ++ missing_qt_mt="" ++ if test "$ac_qt_includes" = NO; then ++ if test "$ac_qt_libraries" = NO; then ++ ac_qt_notfound="(headers and libraries)"; ++ else ++ ac_qt_notfound="(headers)"; ++ fi ++ else ++ if test "x$kde_use_qt_mt" = "xyes"; then ++ missing_qt_mt=" ++Make sure that you have compiled Qt with thread support!" ++ ac_qt_notfound="(library $qtlib-mt)"; ++ else ++ ac_qt_notfound="(library $qtlib)"; ++ fi ++ fi ++ ++ AC_MSG_ERROR([Qt ($kde_qt_minversion) $ac_qt_notfound not found. Please check your installation! ++For more details about this problem, look at the end of config.log.$missing_qt_mt]) ++else ++ have_qt="yes" ++fi ++]) ++ ++eval "$ac_cv_have_qt" ++ ++if test "$have_qt" != yes; then ++ AC_MSG_RESULT([$have_qt]); ++else ++ ac_cv_have_qt="have_qt=yes \ ++ ac_qt_includes=$ac_qt_includes ac_qt_libraries=$ac_qt_libraries" ++ AC_MSG_RESULT([libraries $ac_qt_libraries, headers $ac_qt_includes $USING_QT_MT]) ++ ++ qt_libraries="$ac_qt_libraries" ++ qt_includes="$ac_qt_includes" ++fi ++ ++if test ! "$kde_qt_libs_given" = "yes" && test ! "$kde_qtver" = 3; then ++ KDE_CHECK_QT_DIRECT(qt_libraries= ,[]) ++fi ++ ++AC_SUBST(qt_libraries) ++AC_SUBST(qt_includes) ++ ++if test "$qt_includes" = "$x_includes" || test -z "$qt_includes"; then ++ QT_INCLUDES="" ++else ++ QT_INCLUDES="-I$qt_includes" ++ all_includes="$QT_INCLUDES $all_includes" ++fi ++ ++if test "$qt_libraries" = "$x_libraries" || test -z "$qt_libraries"; then ++ QT_LDFLAGS="" ++else ++ QT_LDFLAGS="-L$qt_libraries" ++ all_libraries="$QT_LDFLAGS $all_libraries" ++fi ++test -z "$KDE_MT_LDFLAGS" || all_libraries="$all_libraries $KDE_MT_LDFLAGS" ++ ++AC_SUBST(QT_INCLUDES) ++AC_SUBST(QT_LDFLAGS) ++AC_PATH_QT_MOC_UIC ++ ++KDE_CHECK_QT_JPEG ++ ++if test "x$kde_use_qt_emb" != "xyes" && test "x$kde_use_qt_mac" != "xyes"; then ++LIB_QT="$kde_int_qt $LIBJPEG_QT "'$(LIBZ) $(LIBPNG) -lXext $(LIB_X11) $(LIBSM)' ++else ++LIB_QT="$kde_int_qt $LIBJPEG_QT "'$(LIBZ) $(LIBPNG)' ++fi ++test -z "$KDE_MT_LIBS" || LIB_QT="$LIB_QT $KDE_MT_LIBS" ++for a in $qt_libdir/lib`echo ${kde_int_qt} | sed 's,^-l,,'`_incremental.*; do ++ if test -e "$a"; then ++ LIB_QT="$LIB_QT ${kde_int_qt}_incremental" ++ break ++ fi ++done ++ ++AC_SUBST(LIB_QT) ++AC_SUBST(LIB_QPE) ++ ++AC_SUBST(kde_qtver) ++]) ++ ++AC_DEFUN([AC_PATH_QT], ++[ ++AC_PATH_QT_1_3 ++]) ++ ++AC_DEFUN([KDE_CHECK_UIC_PLUGINS], ++[ ++AC_REQUIRE([AC_PATH_QT_MOC_UIC]) ++ ++if test x$ac_uic_supports_libpath = xyes; then ++ ++AC_MSG_CHECKING([if UIC has KDE plugins available]) ++AC_CACHE_VAL(kde_cv_uic_plugins, ++[ ++cat > actest.ui << EOF ++ ++NewConnectionDialog ++ ++ ++ ++ testInput ++ ++ ++ ++ ++EOF ++ ++ ++ ++kde_cv_uic_plugins=no ++kde_line="$UIC_PATH -L $kde_widgetdir" ++if test x$ac_uic_supports_nounload = xyes; then ++ kde_line="$kde_line -nounload" ++fi ++kde_line="$kde_line -impl actest.h actest.ui > actest.cpp" ++if AC_TRY_EVAL(kde_line); then ++ # if you're trying to debug this check and think it's incorrect, ++ # better check your installation. The check _is_ correct - your ++ # installation is not. ++ if test -f actest.cpp && grep klineedit actest.cpp > /dev/null; then ++ kde_cv_uic_plugins=yes ++ fi ++fi ++rm -f actest.ui actest.cpp ++]) ++ ++AC_MSG_RESULT([$kde_cv_uic_plugins]) ++if test "$kde_cv_uic_plugins" != yes; then ++ AC_MSG_ERROR([ ++you need to install kdelibs first. ++ ++If you did install kdelibs, then the Qt version that is picked up by ++this configure is not the same version you used to compile kdelibs. ++The Qt Plugin installed by kdelibs is *ONLY* loadable if it is the ++_same Qt version_, compiled with the _same compiler_ and the same Qt ++configuration settings. ++]) ++fi ++fi ++]) ++ ++AC_DEFUN([KDE_CHECK_FINAL], ++[ ++ AC_ARG_ENABLE(final, ++ AC_HELP_STRING([--enable-final], ++ [build size optimized apps (experimental - needs lots of memory)]), ++ kde_use_final=$enableval, kde_use_final=no) ++ ++ if test "x$kde_use_final" = "xyes"; then ++ KDE_USE_FINAL_TRUE="" ++ KDE_USE_FINAL_FALSE="#" ++ else ++ KDE_USE_FINAL_TRUE="#" ++ KDE_USE_FINAL_FALSE="" ++ fi ++ AC_SUBST(KDE_USE_FINAL_TRUE) ++ AC_SUBST(KDE_USE_FINAL_FALSE) ++]) ++ ++AC_DEFUN([KDE_CHECK_CLOSURE], ++[ ++ AC_ARG_ENABLE(closure, ++ AC_HELP_STRING([--enable-closure],[delay template instantiation]), ++ kde_use_closure=$enableval, kde_use_closure=no) ++ ++ KDE_NO_UNDEFINED="" ++ if test "x$kde_use_closure" = "xyes"; then ++ KDE_USE_CLOSURE_TRUE="" ++ KDE_USE_CLOSURE_FALSE="#" ++# CXXFLAGS="$CXXFLAGS $REPO" ++ else ++ KDE_USE_CLOSURE_TRUE="#" ++ KDE_USE_CLOSURE_FALSE="" ++ KDE_NO_UNDEFINED="" ++ case $host in ++ *-*-linux-gnu) ++ KDE_CHECK_COMPILER_FLAG([Wl,--no-undefined], ++ [KDE_CHECK_COMPILER_FLAG([Wl,--allow-shlib-undefined], ++ [KDE_NO_UNDEFINED="-Wl,--no-undefined -Wl,--allow-shlib-undefined"], ++ [KDE_NO_UNDEFINED=""])], ++ [KDE_NO_UNDEFINED=""]) ++ ;; ++ esac ++ fi ++ AC_SUBST(KDE_USE_CLOSURE_TRUE) ++ AC_SUBST(KDE_USE_CLOSURE_FALSE) ++ AC_SUBST(KDE_NO_UNDEFINED) ++]) ++ ++dnl Check if the linker supports --enable-new-dtags and --as-needed ++AC_DEFUN([KDE_CHECK_NEW_LDFLAGS], ++[ ++ AC_ARG_ENABLE(new_ldflags, ++ AC_HELP_STRING([--enable-new-ldflags], ++ [enable the new linker flags]), ++ kde_use_new_ldflags=$enableval, ++ kde_use_new_ldflags=no) ++ ++ LDFLAGS_AS_NEEDED="" ++ LDFLAGS_NEW_DTAGS="" ++ if test "x$kde_use_new_ldflags" = "xyes"; then ++ LDFLAGS_NEW_DTAGS="" ++ KDE_CHECK_COMPILER_FLAG([Wl,--enable-new-dtags], ++ [LDFLAGS_NEW_DTAGS="-Wl,--enable-new-dtags"],) ++ ++ KDE_CHECK_COMPILER_FLAG([Wl,--as-needed], ++ [LDFLAGS_AS_NEEDED="-Wl,--as-needed"],) ++ fi ++ AC_SUBST(LDFLAGS_AS_NEEDED) ++ AC_SUBST(LDFLAGS_NEW_DTAGS) ++]) ++ ++AC_DEFUN([KDE_CHECK_NMCHECK], ++[ ++ AC_ARG_ENABLE(nmcheck,AC_HELP_STRING([--enable-nmcheck],[enable automatic namespace cleanness check]), ++ kde_use_nmcheck=$enableval, kde_use_nmcheck=no) ++ ++ if test "$kde_use_nmcheck" = "yes"; then ++ KDE_USE_NMCHECK_TRUE="" ++ KDE_USE_NMCHECK_FALSE="#" ++ else ++ KDE_USE_NMCHECK_TRUE="#" ++ KDE_USE_NMCHECK_FALSE="" ++ fi ++ AC_SUBST(KDE_USE_NMCHECK_TRUE) ++ AC_SUBST(KDE_USE_NMCHECK_FALSE) ++]) ++ ++AC_DEFUN([KDE_EXPAND_MAKEVAR], [ ++savex=$exec_prefix ++test "x$exec_prefix" = xNONE && exec_prefix=$prefix ++tmp=$$2 ++while $1=`eval echo "$tmp"`; test "x$$1" != "x$tmp"; do tmp=$$1; done ++exec_prefix=$savex ++]) ++ ++dnl ------------------------------------------------------------------------ ++dnl Now, the same with KDE ++dnl $(KDE_LDFLAGS) will be the kdeliblocation (if needed) ++dnl and $(kde_includes) will be the kdehdrlocation (if needed) ++dnl ------------------------------------------------------------------------ ++dnl ++AC_DEFUN([AC_BASE_PATH_KDE], ++[ ++AC_REQUIRE([KDE_CHECK_STL]) ++AC_REQUIRE([AC_PATH_QT])dnl ++AC_REQUIRE([KDE_CHECK_LIB64]) ++ ++AC_CHECK_RPATH ++AC_MSG_CHECKING([for KDE]) ++ ++if test "${prefix}" != NONE; then ++ kde_includes=${includedir} ++ KDE_EXPAND_MAKEVAR(ac_kde_includes, includedir) ++ ++ kde_libraries=${libdir} ++ KDE_EXPAND_MAKEVAR(ac_kde_libraries, libdir) ++ ++else ++ ac_kde_includes= ++ ac_kde_libraries= ++ kde_libraries="" ++ kde_includes="" ++fi ++ ++AC_CACHE_VAL(ac_cv_have_kde, ++[#try to guess kde locations ++ ++if test "$kde_qtver" = 1; then ++ kde_check_header="ksock.h" ++ kde_check_lib="libkdecore.la" ++else ++ kde_check_header="ksharedptr.h" ++ kde_check_lib="libkio.la" ++fi ++ ++if test -z "$1"; then ++ ++kde_incdirs="$kde_libs_prefix/include /usr/lib/kde/include /usr/local/kde/include /usr/local/include /usr/kde/include /usr/include/kde /usr/include /opt/kde3/include /opt/kde/include $x_includes $qt_includes" ++test -n "$KDEDIR" && kde_incdirs="$KDEDIR/include $KDEDIR/include/kde $KDEDIR $kde_incdirs" ++kde_incdirs="$ac_kde_includes $kde_incdirs" ++AC_FIND_FILE($kde_check_header, $kde_incdirs, kde_incdir) ++ac_kde_includes="$kde_incdir" ++ ++if test -n "$ac_kde_includes" && test ! -r "$ac_kde_includes/$kde_check_header"; then ++ AC_MSG_ERROR([ ++in the prefix, you've chosen, are no KDE headers installed. This will fail. ++So, check this please and use another prefix!]) ++fi ++ ++kde_libdirs="$kde_libs_prefix/lib${kdelibsuff} /usr/lib/kde/lib${kdelibsuff} /usr/local/kde/lib${kdelibsuff} /usr/kde/lib${kdelibsuff} /usr/lib${kdelibsuff}/kde /usr/lib${kdelibsuff}/kde3 /usr/lib${kdelibsuff} /usr/X11R6/lib${kdelibsuff} /usr/local/lib${kdelibsuff} /opt/kde3/lib${kdelibsuff} /opt/kde/lib${kdelibsuff} /usr/X11R6/kde/lib${kdelibsuff}" ++test -n "$KDEDIR" && kde_libdirs="$KDEDIR/lib${kdelibsuff} $KDEDIR $kde_libdirs" ++kde_libdirs="$ac_kde_libraries $libdir $kde_libdirs" ++AC_FIND_FILE($kde_check_lib, $kde_libdirs, kde_libdir) ++ac_kde_libraries="$kde_libdir" ++ ++kde_widgetdir=NO ++dnl this might be somewhere else ++AC_FIND_FILE("kde3/plugins/designer/kdewidgets.la", $kde_libdirs, kde_widgetdir) ++ ++if test -n "$ac_kde_libraries" && test ! -r "$ac_kde_libraries/$kde_check_lib"; then ++AC_MSG_ERROR([ ++in the prefix, you've chosen, are no KDE libraries installed. This will fail. ++So, check this please and use another prefix!]) ++fi ++ ++if test -n "$kde_widgetdir" && test ! -r "$kde_widgetdir/kde3/plugins/designer/kdewidgets.la"; then ++AC_MSG_ERROR([ ++I can't find the designer plugins. These are required and should have been installed ++by kdelibs]) ++fi ++ ++if test -n "$kde_widgetdir"; then ++ kde_widgetdir="$kde_widgetdir/kde3/plugins/designer" ++fi ++ ++ ++if test "$ac_kde_includes" = NO || test "$ac_kde_libraries" = NO || test "$kde_widgetdir" = NO; then ++ ac_cv_have_kde="have_kde=no" ++else ++ ac_cv_have_kde="have_kde=yes \ ++ ac_kde_includes=$ac_kde_includes ac_kde_libraries=$ac_kde_libraries" ++fi ++ ++else dnl test -z $1, e.g. from kdelibs ++ ++ ac_cv_have_kde="have_kde=no" ++ ++fi ++])dnl ++ ++eval "$ac_cv_have_kde" ++ ++if test "$have_kde" != "yes"; then ++ if test "${prefix}" = NONE; then ++ ac_kde_prefix="$ac_default_prefix" ++ else ++ ac_kde_prefix="$prefix" ++ fi ++ if test "$exec_prefix" = NONE; then ++ ac_kde_exec_prefix="$ac_kde_prefix" ++ AC_MSG_RESULT([will be installed in $ac_kde_prefix]) ++ else ++ ac_kde_exec_prefix="$exec_prefix" ++ AC_MSG_RESULT([will be installed in $ac_kde_prefix and $ac_kde_exec_prefix]) ++ fi ++ ++ kde_libraries="${libdir}" ++ kde_includes="${includedir}" ++ ++else ++ ac_cv_have_kde="have_kde=yes \ ++ ac_kde_includes=$ac_kde_includes ac_kde_libraries=$ac_kde_libraries" ++ AC_MSG_RESULT([libraries $ac_kde_libraries, headers $ac_kde_includes]) ++ ++ kde_libraries="$ac_kde_libraries" ++ kde_includes="$ac_kde_includes" ++fi ++AC_SUBST(kde_libraries) ++AC_SUBST(kde_includes) ++ ++if test "$kde_includes" = "$x_includes" || test "$kde_includes" = "$qt_includes" || test "$kde_includes" = "/usr/include"; then ++ KDE_INCLUDES="" ++else ++ KDE_INCLUDES="-I$kde_includes" ++ all_includes="$KDE_INCLUDES $all_includes" ++fi ++ ++KDE_DEFAULT_CXXFLAGS="-DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION" ++ ++KDE_LDFLAGS="-L$kde_libraries" ++if test ! "$kde_libraries" = "$x_libraries" && test ! "$kde_libraries" = "$qt_libraries" ; then ++ all_libraries="$KDE_LDFLAGS $all_libraries" ++fi ++ ++AC_SUBST(KDE_LDFLAGS) ++AC_SUBST(KDE_INCLUDES) ++ ++AC_REQUIRE([KDE_CHECK_EXTRA_LIBS]) ++ ++all_libraries="$all_libraries $USER_LDFLAGS" ++all_includes="$all_includes $USER_INCLUDES" ++AC_SUBST(all_includes) ++AC_SUBST(all_libraries) ++ ++if test -z "$1"; then ++KDE_CHECK_UIC_PLUGINS ++fi ++ ++ac_kde_libraries="$kde_libdir" ++ ++AC_SUBST(AUTODIRS) ++ ++ ++]) ++ ++AC_DEFUN([KDE_CHECK_EXTRA_LIBS], ++[ ++AC_MSG_CHECKING(for extra includes) ++AC_ARG_WITH(extra-includes,AC_HELP_STRING([--with-extra-includes=DIR],[adds non standard include paths]), ++ kde_use_extra_includes="$withval", ++ kde_use_extra_includes=NONE ++) ++kde_extra_includes= ++if test -n "$kde_use_extra_includes" && \ ++ test "$kde_use_extra_includes" != "NONE"; then ++ ++ ac_save_ifs=$IFS ++ IFS=':' ++ for dir in $kde_use_extra_includes; do ++ kde_extra_includes="$kde_extra_includes $dir" ++ USER_INCLUDES="$USER_INCLUDES -I$dir" ++ done ++ IFS=$ac_save_ifs ++ kde_use_extra_includes="added" ++else ++ kde_use_extra_includes="no" ++fi ++AC_SUBST(USER_INCLUDES) ++ ++AC_MSG_RESULT($kde_use_extra_includes) ++ ++kde_extra_libs= ++AC_MSG_CHECKING(for extra libs) ++AC_ARG_WITH(extra-libs,AC_HELP_STRING([--with-extra-libs=DIR],[adds non standard library paths]), ++ kde_use_extra_libs=$withval, ++ kde_use_extra_libs=NONE ++) ++if test -n "$kde_use_extra_libs" && \ ++ test "$kde_use_extra_libs" != "NONE"; then ++ ++ ac_save_ifs=$IFS ++ IFS=':' ++ for dir in $kde_use_extra_libs; do ++ kde_extra_libs="$kde_extra_libs $dir" ++ KDE_EXTRA_RPATH="$KDE_EXTRA_RPATH -R $dir" ++ USER_LDFLAGS="$USER_LDFLAGS -L$dir" ++ done ++ IFS=$ac_save_ifs ++ kde_use_extra_libs="added" ++else ++ kde_use_extra_libs="no" ++fi ++ ++AC_SUBST(USER_LDFLAGS) ++ ++AC_MSG_RESULT($kde_use_extra_libs) ++ ++]) ++ ++AC_DEFUN([KDE_1_CHECK_PATH_HEADERS], ++[ ++ AC_MSG_CHECKING([for KDE headers installed]) ++ AC_LANG_SAVE ++ AC_LANG_CPLUSPLUS ++cat > conftest.$ac_ext < ++#endif ++#include ++#include "confdefs.h" ++#include ++ ++int main() { ++ printf("kde_htmldir=\\"%s\\"\n", KApplication::kde_htmldir().data()); ++ printf("kde_appsdir=\\"%s\\"\n", KApplication::kde_appsdir().data()); ++ printf("kde_icondir=\\"%s\\"\n", KApplication::kde_icondir().data()); ++ printf("kde_sounddir=\\"%s\\"\n", KApplication::kde_sounddir().data()); ++ printf("kde_datadir=\\"%s\\"\n", KApplication::kde_datadir().data()); ++ printf("kde_locale=\\"%s\\"\n", KApplication::kde_localedir().data()); ++ printf("kde_cgidir=\\"%s\\"\n", KApplication::kde_cgidir().data()); ++ printf("kde_confdir=\\"%s\\"\n", KApplication::kde_configdir().data()); ++ printf("kde_mimedir=\\"%s\\"\n", KApplication::kde_mimedir().data()); ++ printf("kde_toolbardir=\\"%s\\"\n", KApplication::kde_toolbardir().data()); ++ printf("kde_wallpaperdir=\\"%s\\"\n", ++ KApplication::kde_wallpaperdir().data()); ++ printf("kde_bindir=\\"%s\\"\n", KApplication::kde_bindir().data()); ++ printf("kde_partsdir=\\"%s\\"\n", KApplication::kde_partsdir().data()); ++ printf("kde_servicesdir=\\"/tmp/dummy\\"\n"); ++ printf("kde_servicetypesdir=\\"/tmp/dummy\\"\n"); ++ printf("kde_moduledir=\\"/tmp/dummy\\"\n"); ++ printf("kde_styledir=\\"/tmp/dummy\\"\n"); ++ printf("kde_widgetdir=\\"/tmp/dummy\\"\n"); ++ printf("xdg_appsdir=\\"/tmp/dummy\\"\n"); ++ printf("xdg_menudir=\\"/tmp/dummy\\"\n"); ++ printf("xdg_directorydir=\\"/tmp/dummy\\"\n"); ++ printf("kde_kcfgdir=\\"/tmp/dummy\\"\n"); ++ return 0; ++ } ++EOF ++ ++ ac_save_CPPFLAGS=$CPPFLAGS ++ CPPFLAGS="$all_includes $CPPFLAGS" ++ if AC_TRY_EVAL(ac_compile); then ++ AC_MSG_RESULT(yes) ++ else ++ AC_MSG_ERROR([your system is not able to compile a small KDE application! ++Check, if you installed the KDE header files correctly. ++For more details about this problem, look at the end of config.log.]) ++ fi ++ CPPFLAGS=$ac_save_CPPFLAGS ++ ++ AC_LANG_RESTORE ++]) ++ ++AC_DEFUN([KDE_CHECK_KDEQTADDON], ++[ ++AC_MSG_CHECKING(for kde-qt-addon) ++AC_CACHE_VAL(kde_cv_have_kdeqtaddon, ++[ ++ kde_ldflags_safe="$LDFLAGS" ++ kde_libs_safe="$LIBS" ++ kde_cxxflags_safe="$CXXFLAGS" ++ ++ LIBS="-lkde-qt-addon $LIBQT $LIBS" ++ CXXFLAGS="$CXXFLAGS -I$prefix/include -I$prefix/include/kde $all_includes" ++ LDFLAGS="$LDFLAGS $all_libraries $USER_LDFLAGS" ++ ++ AC_TRY_LINK([ ++ #include ++ ], ++ [ ++ QDomDocument doc; ++ ], ++ kde_cv_have_kdeqtaddon=yes, ++ kde_cv_have_kdeqtaddon=no ++ ) ++ ++ LDFLAGS=$kde_ldflags_safe ++ LIBS=$kde_libs_safe ++ CXXFLAGS=$kde_cxxflags_safe ++]) ++ ++AC_MSG_RESULT($kde_cv_have_kdeqtaddon) ++ ++if test "$kde_cv_have_kdeqtaddon" = "no"; then ++ AC_MSG_ERROR([Can't find libkde-qt-addon. You need to install it first. ++It is a separate package (and CVS module) named kde-qt-addon.]) ++fi ++]) ++ ++AC_DEFUN([KDE_CREATE_LIBS_ALIASES], ++[ ++ AC_REQUIRE([KDE_MISC_TESTS]) ++ AC_REQUIRE([KDE_CHECK_LIBDL]) ++ AC_REQUIRE([K_PATH_X]) ++ ++if test $kde_qtver = 3; then ++ case $host in ++ *cygwin*) lib_kded="-lkdeinit_kded" ;; ++ *) lib_kded="" ;; ++ esac ++ AC_SUBST(LIB_KDED, $lib_kded) ++ AC_SUBST(LIB_KDECORE, "-lkdecore") ++ AC_SUBST(LIB_KDEUI, "-lkdeui") ++ AC_SUBST(LIB_KIO, "-lkio") ++ AC_SUBST(LIB_KJS, "-lkjs") ++ AC_SUBST(LIB_SMB, "-lsmb") ++ AC_SUBST(LIB_KAB, "-lkab") ++ AC_SUBST(LIB_KABC, "-lkabc") ++ AC_SUBST(LIB_KHTML, "-lkhtml") ++ AC_SUBST(LIB_KSPELL, "-lkspell") ++ AC_SUBST(LIB_KPARTS, "-lkparts") ++ AC_SUBST(LIB_KDEPRINT, "-lkdeprint") ++ AC_SUBST(LIB_KUTILS, "-lkutils") ++ AC_SUBST(LIB_KDEPIM, "-lkdepim") ++ AC_SUBST(LIB_KIMPROXY, "-lkimproxy") ++ AC_SUBST(LIB_KNEWSTUFF, "-lknewstuff") ++ AC_SUBST(LIB_KDNSSD, "-lkdnssd") ++ AC_SUBST(LIB_KUNITTEST, "-lkunittest") ++# these are for backward compatibility ++ AC_SUBST(LIB_KSYCOCA, "-lkio") ++ AC_SUBST(LIB_KFILE, "-lkio") ++elif test $kde_qtver = 2; then ++ AC_SUBST(LIB_KDECORE, "-lkdecore") ++ AC_SUBST(LIB_KDEUI, "-lkdeui") ++ AC_SUBST(LIB_KIO, "-lkio") ++ AC_SUBST(LIB_KSYCOCA, "-lksycoca") ++ AC_SUBST(LIB_SMB, "-lsmb") ++ AC_SUBST(LIB_KFILE, "-lkfile") ++ AC_SUBST(LIB_KAB, "-lkab") ++ AC_SUBST(LIB_KHTML, "-lkhtml") ++ AC_SUBST(LIB_KSPELL, "-lkspell") ++ AC_SUBST(LIB_KPARTS, "-lkparts") ++ AC_SUBST(LIB_KDEPRINT, "-lkdeprint") ++else ++ AC_SUBST(LIB_KDECORE, "-lkdecore -lXext $(LIB_QT)") ++ AC_SUBST(LIB_KDEUI, "-lkdeui $(LIB_KDECORE)") ++ AC_SUBST(LIB_KFM, "-lkfm $(LIB_KDECORE)") ++ AC_SUBST(LIB_KFILE, "-lkfile $(LIB_KFM) $(LIB_KDEUI)") ++ AC_SUBST(LIB_KAB, "-lkab $(LIB_KIMGIO) $(LIB_KDECORE)") ++fi ++]) ++ ++AC_DEFUN([AC_PATH_KDE], ++[ ++ AC_BASE_PATH_KDE ++ AC_ARG_ENABLE(path-check,AC_HELP_STRING([--disable-path-check],[don't try to find out, where to install]), ++ [ ++ if test "$enableval" = "no"; ++ then ac_use_path_checking="default" ++ else ac_use_path_checking="" ++ fi ++ ], ++ [ ++ if test "$kde_qtver" = 1; ++ then ac_use_path_checking="" ++ else ac_use_path_checking="default" ++ fi ++ ] ++ ) ++ ++ AC_CREATE_KFSSTND($ac_use_path_checking) ++ ++ AC_SUBST_KFSSTND ++ KDE_CREATE_LIBS_ALIASES ++]) ++ ++dnl KDE_CHECK_FUNC_EXT(, [headers], [sample-use], [C prototype], [autoheader define], [call if found]) ++AC_DEFUN([KDE_CHECK_FUNC_EXT], ++[ ++AC_MSG_CHECKING(for $1) ++AC_CACHE_VAL(kde_cv_func_$1, ++[ ++AC_LANG_SAVE ++AC_LANG_CPLUSPLUS ++save_CXXFLAGS="$CXXFLAGS" ++kde_safe_LIBS="$LIBS" ++LIBS="$LIBS $X_EXTRA_LIBS" ++if test "$GXX" = "yes"; then ++CXXFLAGS="$CXXFLAGS -pedantic-errors" ++fi ++AC_TRY_COMPILE([ ++$2 ++], ++[ ++$3 ++], ++kde_cv_func_$1=yes, ++kde_cv_func_$1=no) ++CXXFLAGS="$save_CXXFLAGS" ++LIBS="$kde_safe_LIBS" ++AC_LANG_RESTORE ++]) ++ ++AC_MSG_RESULT($kde_cv_func_$1) ++ ++AC_MSG_CHECKING([if $1 needs custom prototype]) ++AC_CACHE_VAL(kde_cv_proto_$1, ++[ ++if test "x$kde_cv_func_$1" = xyes; then ++ kde_cv_proto_$1=no ++else ++ case "$1" in ++ setenv|unsetenv|usleep|random|srandom|seteuid|mkstemps|mkstemp|revoke|vsnprintf|strlcpy|strlcat) ++ kde_cv_proto_$1="yes - in libkdefakes" ++ ;; ++ *) ++ kde_cv_proto_$1=unknown ++ ;; ++ esac ++fi ++ ++if test "x$kde_cv_proto_$1" = xunknown; then ++ ++AC_LANG_SAVE ++AC_LANG_CPLUSPLUS ++ kde_safe_libs=$LIBS ++ LIBS="$LIBS $X_EXTRA_LIBS" ++ AC_TRY_LINK([ ++$2 ++ ++extern "C" $4; ++], ++[ ++$3 ++], ++[ kde_cv_func_$1=yes ++ kde_cv_proto_$1=yes ], ++ [kde_cv_proto_$1="$1 unavailable"] ++) ++LIBS=$kde_safe_libs ++AC_LANG_RESTORE ++fi ++]) ++AC_MSG_RESULT($kde_cv_proto_$1) ++ ++if test "x$kde_cv_func_$1" = xyes; then ++ AC_DEFINE(HAVE_$5, 1, [Define if you have $1]) ++ $6 ++fi ++if test "x$kde_cv_proto_$1" = xno; then ++ AC_DEFINE(HAVE_$5_PROTO, 1, ++ [Define if you have the $1 prototype]) ++fi ++ ++AH_VERBATIM([_HAVE_$5_PROTO], ++[ ++#if !defined(HAVE_$5_PROTO) ++#ifdef __cplusplus ++extern "C" { ++#endif ++$4; ++#ifdef __cplusplus ++} ++#endif ++#endif ++]) ++]) ++ ++AC_DEFUN([AC_CHECK_SETENV], ++[ ++ KDE_CHECK_FUNC_EXT(setenv, [ ++#include ++], ++ [setenv("VAR", "VALUE", 1);], ++ [int setenv (const char *, const char *, int)], ++ [SETENV]) ++]) ++ ++AC_DEFUN([AC_CHECK_UNSETENV], ++[ ++ KDE_CHECK_FUNC_EXT(unsetenv, [ ++#include ++], ++ [unsetenv("VAR");], ++ [void unsetenv (const char *)], ++ [UNSETENV]) ++]) ++ ++AC_DEFUN([AC_CHECK_GETDOMAINNAME], ++[ ++ KDE_CHECK_FUNC_EXT(getdomainname, [ ++#include ++#include ++#include ++], ++ [ ++char buffer[200]; ++getdomainname(buffer, 200); ++], ++ [#include ++ int getdomainname (char *, size_t)], ++ [GETDOMAINNAME]) ++]) ++ ++AC_DEFUN([AC_CHECK_GETHOSTNAME], ++[ ++ KDE_CHECK_FUNC_EXT(gethostname, [ ++#include ++#include ++], ++ [ ++char buffer[200]; ++gethostname(buffer, 200); ++], ++ [int gethostname (char *, unsigned int)], ++ [GETHOSTNAME]) ++]) ++ ++AC_DEFUN([AC_CHECK_USLEEP], ++[ ++ KDE_CHECK_FUNC_EXT(usleep, [ ++#include ++], ++ [ ++usleep(200); ++], ++ [int usleep (unsigned int)], ++ [USLEEP]) ++]) ++ ++ ++AC_DEFUN([AC_CHECK_RANDOM], ++[ ++ KDE_CHECK_FUNC_EXT(random, [ ++#include ++], ++ [ ++random(); ++], ++ [long int random(void)], ++ [RANDOM]) ++ ++ KDE_CHECK_FUNC_EXT(srandom, [ ++#include ++], ++ [ ++srandom(27); ++], ++ [void srandom(unsigned int)], ++ [SRANDOM]) ++ ++]) ++ ++AC_DEFUN([AC_CHECK_INITGROUPS], ++[ ++ KDE_CHECK_FUNC_EXT(initgroups, [ ++#include ++#include ++#include ++], ++ [ ++char buffer[200]; ++initgroups(buffer, 27); ++], ++ [int initgroups(const char *, gid_t)], ++ [INITGROUPS]) ++]) ++ ++AC_DEFUN([AC_CHECK_MKSTEMPS], ++[ ++ KDE_CHECK_FUNC_EXT(mkstemps, [ ++#include ++#include ++], ++ [ ++mkstemps("/tmp/aaaXXXXXX", 6); ++], ++ [int mkstemps(char *, int)], ++ [MKSTEMPS]) ++]) ++ ++AC_DEFUN([AC_CHECK_MKSTEMP], ++[ ++ KDE_CHECK_FUNC_EXT(mkstemp, [ ++#include ++#include ++], ++ [ ++mkstemp("/tmp/aaaXXXXXX"); ++], ++ [int mkstemp(char *)], ++ [MKSTEMP]) ++]) ++ ++AC_DEFUN([AC_CHECK_MKDTEMP], ++[ ++ KDE_CHECK_FUNC_EXT(mkdtemp, [ ++#include ++#include ++], ++ [ ++mkdtemp("/tmp/aaaXXXXXX"); ++], ++ [char *mkdtemp(char *)], ++ [MKDTEMP]) ++]) ++ ++ ++AC_DEFUN([AC_CHECK_RES_INIT], ++[ ++ AC_MSG_CHECKING([if res_init needs -lresolv]) ++ kde_libs_safe="$LIBS" ++ LIBS="$LIBS $X_EXTRA_LIBS -lresolv" ++ AC_TRY_LINK( ++ [ ++#include ++#include ++#include ++#include ++ ], ++ [ ++ res_init(); ++ ], ++ [ ++ LIBRESOLV="-lresolv" ++ AC_MSG_RESULT(yes) ++ AC_DEFINE(HAVE_RES_INIT, 1, [Define if you have the res_init function]) ++ ], ++ [ AC_MSG_RESULT(no) ] ++ ) ++ LIBS=$kde_libs_safe ++ AC_SUBST(LIBRESOLV) ++ ++ KDE_CHECK_FUNC_EXT(res_init, ++ [ ++#include ++#include ++#include ++#include ++ ], ++ [res_init()], ++ [int res_init(void)], ++ [RES_INIT]) ++]) ++ ++AC_DEFUN([AC_CHECK_STRLCPY], ++[ ++ KDE_CHECK_FUNC_EXT(strlcpy, [ ++#include ++], ++[ char buf[20]; ++ strlcpy(buf, "KDE function test", sizeof(buf)); ++], ++ [unsigned long strlcpy(char*, const char*, unsigned long)], ++ [STRLCPY]) ++]) ++ ++AC_DEFUN([AC_CHECK_STRLCAT], ++[ ++ KDE_CHECK_FUNC_EXT(strlcat, [ ++#include ++], ++[ char buf[20]; ++ buf[0]='\0'; ++ strlcat(buf, "KDE function test", sizeof(buf)); ++], ++ [unsigned long strlcat(char*, const char*, unsigned long)], ++ [STRLCAT]) ++]) ++ ++AC_DEFUN([AC_CHECK_RES_QUERY], ++[ ++ KDE_CHECK_FUNC_EXT(res_query, [ ++#include ++#include ++#include ++#include ++#include ++], ++[ ++res_query(NULL, 0, 0, NULL, 0); ++], ++ [int res_query(const char *, int, int, unsigned char *, int)], ++ [RES_QUERY]) ++]) ++ ++AC_DEFUN([AC_CHECK_DN_SKIPNAME], ++[ ++ KDE_CHECK_FUNC_EXT(dn_skipname, [ ++#include ++#include ++#include ++#include ++], ++[ ++dn_skipname (NULL, NULL); ++], ++ [int dn_skipname (unsigned char *, unsigned char *)], ++ [DN_SKIPNAME]) ++]) ++ ++ ++AC_DEFUN([AC_FIND_GIF], ++ [AC_MSG_CHECKING([for giflib]) ++AC_CACHE_VAL(ac_cv_lib_gif, ++[ac_save_LIBS="$LIBS" ++if test "x$kde_use_qt_emb" != "xyes" && test "x$kde_use_qt_mac" != "xyes"; then ++LIBS="$all_libraries -lgif -lX11 $LIBSOCKET" ++else ++LIBS="$all_libraries -lgif" ++fi ++AC_TRY_LINK(dnl ++[ ++#ifdef __cplusplus ++extern "C" { ++#endif ++int GifLastError(void); ++#ifdef __cplusplus ++} ++#endif ++/* We use char because int might match the return type of a gcc2 ++ builtin and then its argument prototype would still apply. */ ++], ++ [return GifLastError();], ++ eval "ac_cv_lib_gif=yes", ++ eval "ac_cv_lib_gif=no") ++LIBS="$ac_save_LIBS" ++])dnl ++if eval "test \"`echo $ac_cv_lib_gif`\" = yes"; then ++ AC_MSG_RESULT(yes) ++ AC_DEFINE_UNQUOTED(HAVE_LIBGIF, 1, [Define if you have libgif]) ++else ++ AC_MSG_ERROR(You need giflib30. Please install the kdesupport package) ++fi ++]) ++ ++AC_DEFUN([KDE_FIND_JPEG_HELPER], ++[ ++AC_MSG_CHECKING([for libjpeg$2]) ++AC_CACHE_VAL(ac_cv_lib_jpeg_$1, ++[ ++ac_save_LIBS="$LIBS" ++LIBS="$all_libraries $USER_LDFLAGS -ljpeg$2 -lm" ++ac_save_CFLAGS="$CFLAGS" ++CFLAGS="$CFLAGS $all_includes $USER_INCLUDES" ++AC_TRY_LINK( ++[ ++#ifdef __cplusplus ++extern "C" { ++#endif ++void jpeg_CreateDecompress(); ++#ifdef __cplusplus ++} ++#endif ++], ++[jpeg_CreateDecompress();], ++ eval "ac_cv_lib_jpeg_$1=-ljpeg$2", ++ eval "ac_cv_lib_jpeg_$1=no") ++LIBS="$ac_save_LIBS" ++CFLAGS="$ac_save_CFLAGS" ++]) ++ ++if eval "test ! \"`echo $ac_cv_lib_jpeg_$1`\" = no"; then ++ LIBJPEG="$ac_cv_lib_jpeg_$1" ++ AC_MSG_RESULT($ac_cv_lib_jpeg_$1) ++else ++ AC_MSG_RESULT(no) ++ $3 ++fi ++ ++]) ++ ++AC_DEFUN([AC_FIND_JPEG], ++[ ++dnl first look for libraries ++KDE_FIND_JPEG_HELPER(6b, 6b, ++ KDE_FIND_JPEG_HELPER(normal, [], ++ [ ++ LIBJPEG= ++ ] ++ ) ++) ++ ++dnl then search the headers (can't use simply AC_TRY_xxx, as jpeglib.h ++dnl requires system dependent includes loaded before it) ++jpeg_incdirs="$includedir /usr/include /usr/local/include $kde_extra_includes" ++AC_FIND_FILE(jpeglib.h, $jpeg_incdirs, jpeg_incdir) ++test "x$jpeg_incdir" = xNO && jpeg_incdir= ++ ++dnl if headers _and_ libraries are missing, this is no error, and we ++dnl continue with a warning (the user will get no jpeg support in khtml) ++dnl if only one is missing, it means a configuration error, but we still ++dnl only warn ++if test -n "$jpeg_incdir" && test -n "$LIBJPEG" ; then ++ AC_DEFINE_UNQUOTED(HAVE_LIBJPEG, 1, [Define if you have libjpeg]) ++else ++ if test -n "$jpeg_incdir" || test -n "$LIBJPEG" ; then ++ AC_MSG_WARN([ ++There is an installation error in jpeg support. You seem to have only one ++of either the headers _or_ the libraries installed. You may need to either ++provide correct --with-extra-... options, or the development package of ++libjpeg6b. You can get a source package of libjpeg from http://www.ijg.org/ ++Disabling JPEG support. ++]) ++ else ++ AC_MSG_WARN([libjpeg not found. disable JPEG support.]) ++ fi ++ jpeg_incdir= ++ LIBJPEG= ++fi ++ ++AC_SUBST(LIBJPEG) ++AH_VERBATIM(_AC_CHECK_JPEG, ++[/* ++ * jpeg.h needs HAVE_BOOLEAN, when the system uses boolean in system ++ * headers and I'm too lazy to write a configure test as long as only ++ * unixware is related ++ */ ++#ifdef _UNIXWARE ++#define HAVE_BOOLEAN ++#endif ++]) ++]) ++ ++AC_DEFUN([KDE_CHECK_QT_JPEG], ++[ ++if test -n "$LIBJPEG"; then ++AC_MSG_CHECKING([if Qt needs $LIBJPEG]) ++AC_CACHE_VAL(kde_cv_qt_jpeg, ++[ ++AC_LANG_SAVE ++AC_LANG_CPLUSPLUS ++ac_save_LIBS="$LIBS" ++LIBS="$all_libraries $USER_LDFLAGS $LIBQT" ++LIBS=`echo $LIBS | sed "s/$LIBJPEG//"` ++ac_save_CXXFLAGS="$CXXFLAGS" ++CXXFLAGS="$CXXFLAGS $all_includes $USER_INCLUDES" ++AC_TRY_LINK( ++[#include ], ++ [ ++ int argc; ++ char** argv; ++ QApplication app(argc, argv);], ++ eval "kde_cv_qt_jpeg=no", ++ eval "kde_cv_qt_jpeg=yes") ++LIBS="$ac_save_LIBS" ++CXXFLAGS="$ac_save_CXXFLAGS" ++AC_LANG_RESTORE ++fi ++]) ++ ++if eval "test ! \"`echo $kde_cv_qt_jpeg`\" = no"; then ++ AC_MSG_RESULT(yes) ++ LIBJPEG_QT='$(LIBJPEG)' ++else ++ AC_MSG_RESULT(no) ++ LIBJPEG_QT= ++fi ++ ++]) ++ ++AC_DEFUN([AC_FIND_ZLIB], ++[ ++AC_REQUIRE([KDE_CHECK_EXTRA_LIBS]) ++AC_MSG_CHECKING([for libz]) ++AC_CACHE_VAL(ac_cv_lib_z, ++[ ++kde_save_LIBS="$LIBS" ++LIBS="$all_libraries $USER_LDFLAGS -lz $LIBSOCKET" ++kde_save_CFLAGS="$CFLAGS" ++CFLAGS="$CFLAGS $all_includes $USER_INCLUDES" ++AC_TRY_LINK(dnl ++[ ++#include ++#include ++], ++[ ++ char buf[42]; ++ gzFile f = (gzFile) 0; ++ /* this would segfault.. but we only link, don't run */ ++ (void) gzgets(f, buf, sizeof(buf)); ++ ++ return (strcmp(zlibVersion(), ZLIB_VERSION) == 0); ++], ++ eval "ac_cv_lib_z='-lz'", ++ eval "ac_cv_lib_z=no") ++LIBS="$kde_save_LIBS" ++CFLAGS="$kde_save_CFLAGS" ++])dnl ++if test ! "$ac_cv_lib_z" = no; then ++ AC_DEFINE_UNQUOTED(HAVE_LIBZ, 1, [Define if you have libz]) ++ LIBZ="$ac_cv_lib_z" ++ AC_MSG_RESULT($ac_cv_lib_z) ++else ++ AC_MSG_ERROR(not found. ++ Possibly configure picks up an outdated version ++ installed by XFree86. Remove it from your system. ++ ++ Check your installation and look into config.log) ++ LIBZ="" ++fi ++AC_SUBST(LIBZ) ++]) ++ ++AC_DEFUN([KDE_TRY_TIFFLIB], ++[ ++AC_MSG_CHECKING([for libtiff $1]) ++ ++AC_CACHE_VAL(kde_cv_libtiff_$1, ++[ ++AC_LANG_SAVE ++AC_LANG_CPLUSPLUS ++kde_save_LIBS="$LIBS" ++if test "x$kde_use_qt_emb" != "xyes" && test "x$kde_use_qt_mac" != "xyes"; then ++LIBS="$all_libraries $USER_LDFLAGS -l$1 $LIBJPEG $LIBZ -lX11 $LIBSOCKET -lm" ++else ++LIBS="$all_libraries $USER_LDFLAGS -l$1 $LIBJPEG $LIBZ -lm" ++fi ++kde_save_CXXFLAGS="$CXXFLAGS" ++CXXFLAGS="$CXXFLAGS $all_includes $USER_INCLUDES" ++ ++AC_TRY_LINK(dnl ++[ ++#include ++], ++ [return (TIFFOpen( "", "r") == 0); ], ++[ ++ kde_cv_libtiff_$1="-l$1 $LIBJPEG $LIBZ" ++], [ ++ kde_cv_libtiff_$1=no ++]) ++ ++LIBS="$kde_save_LIBS" ++CXXFLAGS="$kde_save_CXXFLAGS" ++AC_LANG_RESTORE ++]) ++ ++if test "$kde_cv_libtiff_$1" = "no"; then ++ AC_MSG_RESULT(no) ++ LIBTIFF="" ++ $3 ++else ++ LIBTIFF="$kde_cv_libtiff_$1" ++ AC_MSG_RESULT(yes) ++ AC_DEFINE_UNQUOTED(HAVE_LIBTIFF, 1, [Define if you have libtiff]) ++ $2 ++fi ++ ++]) ++ ++AC_DEFUN([AC_FIND_TIFF], ++[ ++AC_REQUIRE([K_PATH_X]) ++AC_REQUIRE([AC_FIND_ZLIB]) ++AC_REQUIRE([AC_FIND_JPEG]) ++AC_REQUIRE([KDE_CHECK_EXTRA_LIBS]) ++ ++KDE_TRY_TIFFLIB(tiff, [], ++ KDE_TRY_TIFFLIB(tiff34)) ++ ++AC_SUBST(LIBTIFF) ++]) ++ ++AC_DEFUN([KDE_FIND_LIBEXR], ++[ ++AC_REQUIRE([KDE_CHECK_EXTRA_LIBS]) ++AC_REQUIRE([AC_FIND_ZLIB]) ++AC_CACHE_VAL(ac_cv_libexr, ++[ ++ if test -z "$PKG_CONFIG"; then ++ AC_PATH_PROG(PKG_CONFIG, pkg-config, no) ++ fi ++ ++ AC_MSG_CHECKING([for OpenEXR libraries]) ++ ++ if test "$PKG_CONFIG" = "no" ; then ++ AC_MSG_RESULT(no) ++ echo "*** The pkg-config script could not be found. Make sure it is" ++ echo "*** in your path, or set the PKG_CONFIG environment variable" ++ echo "*** to the full path to pkg-config." ++ echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config." ++ else ++ if ! $PKG_CONFIG --exists OpenEXR ; then ++ AC_MSG_RESULT(no) ++ EXRSTATUS=no ++ else ++ if ! $PKG_CONFIG --atleast-version="1.1.1" OpenEXR ; then ++ AC_MSG_RESULT(no) ++ EXRSTATUS=old ++ else ++ kde_save_LIBS="$LIBS" ++ LIBS="$LIBS $all_libraries $USER_LDFLAGS `pkg-config --libs OpenEXR` $LIBZ" ++ AC_LANG_SAVE ++ AC_LANG_CPLUSPLUS ++ kde_save_CXXFLAGS="$CXXFLAGS" ++ EXR_FLAGS=`$PKG_CONFIG --cflags OpenEXR` ++ CXXFLAGS="$CXXFLAGS $all_includes $USER_INCLUDES $EXR_FLAGS" ++ ++ AC_TRY_LINK(dnl ++ [ ++ #include ++ ], ++ [ ++ using namespace Imf; ++ RgbaInputFile file ("dummy"); ++ return 0; ++ ], ++ eval "ac_cv_libexr='`pkg-config --libs OpenEXR`'", ++ eval "ac_cv_libexr=no" ++ ) ++ LIBS="$kde_save_LIBS" ++ CXXFLAGS="$kde_save_CXXFLAGS" ++ AC_LANG_RESTORE ++ ])dnl ++ if eval "test ! \"`echo $ac_cv_libexr`\" = no"; then ++ AC_DEFINE_UNQUOTED(HAVE_EXR, 1, [Define if you have OpenEXR]) ++ LIB_EXR="$ac_cv_libexr" ++ AC_MSG_RESULT($ac_cv_libexr) ++ else ++ AC_MSG_RESULT(no) ++ LIB_EXR="" ++ fi ++ fi ++ fi ++ fi ++ AC_SUBST(LIB_EXR) ++ AC_SUBST(EXR_FLAGS) ++]) ++ ++ ++ ++AC_DEFUN([AC_FIND_PNG], ++[ ++AC_REQUIRE([KDE_CHECK_EXTRA_LIBS]) ++AC_REQUIRE([AC_FIND_ZLIB]) ++AC_MSG_CHECKING([for libpng]) ++AC_CACHE_VAL(ac_cv_lib_png, ++[ ++kde_save_LIBS="$LIBS" ++if test "x$kde_use_qt_emb" != "xyes" && test "x$kde_use_qt_mac" != "xyes"; then ++LIBS="$LIBS $all_libraries $USER_LDFLAGS -lpng $LIBZ -lm -lX11 $LIBSOCKET" ++else ++LIBS="$LIBS $all_libraries $USER_LDFLAGS -lpng $LIBZ -lm" ++fi ++kde_save_CFLAGS="$CFLAGS" ++CFLAGS="$CFLAGS $all_includes $USER_INCLUDES" ++ ++AC_TRY_LINK(dnl ++ [ ++ #include ++ ], ++ [ ++ png_structp png_ptr = png_create_read_struct( /* image ptr */ ++ PNG_LIBPNG_VER_STRING, 0, 0, 0 ); ++ return( png_ptr != 0 ); ++ ], ++ eval "ac_cv_lib_png='-lpng $LIBZ -lm'", ++ eval "ac_cv_lib_png=no" ++) ++LIBS="$kde_save_LIBS" ++CFLAGS="$kde_save_CFLAGS" ++])dnl ++if eval "test ! \"`echo $ac_cv_lib_png`\" = no"; then ++ AC_DEFINE_UNQUOTED(HAVE_LIBPNG, 1, [Define if you have libpng]) ++ LIBPNG="$ac_cv_lib_png" ++ AC_SUBST(LIBPNG) ++ AC_MSG_RESULT($ac_cv_lib_png) ++else ++ AC_MSG_RESULT(no) ++ LIBPNG="" ++ AC_SUBST(LIBPNG) ++fi ++]) ++ ++ ++AC_DEFUN([AC_FIND_JASPER], ++[ ++AC_REQUIRE([KDE_CHECK_EXTRA_LIBS]) ++AC_REQUIRE([AC_FIND_JPEG]) ++AC_MSG_CHECKING([for jasper]) ++AC_CACHE_VAL(ac_cv_jasper, ++[ ++kde_save_LIBS="$LIBS" ++LIBS="$LIBS $all_libraries $USER_LDFLAGS -ljasper $LIBJPEG -lm" ++kde_save_CFLAGS="$CFLAGS" ++CFLAGS="$CFLAGS $all_includes $USER_INCLUDES" ++ ++AC_TRY_LINK(dnl ++ [ ++ #include ++ ], ++ [ ++ return( jas_init() ); ++ ], ++ eval "ac_cv_jasper='-ljasper $LIBJPEG -lm'", ++ eval "ac_cv_jasper=no" ++) ++LIBS="$kde_save_LIBS" ++CFLAGS="$kde_save_CFLAGS" ++])dnl ++if eval "test ! \"`echo $ac_cv_jasper`\" = no"; then ++ AC_DEFINE_UNQUOTED(HAVE_JASPER, 1, [Define if you have jasper]) ++ LIB_JASPER="$ac_cv_jasper" ++ AC_MSG_RESULT($ac_cv_jasper) ++else ++ AC_MSG_RESULT(no) ++ LIB_JASPER="" ++fi ++AC_SUBST(LIB_JASPER) ++]) ++ ++AC_DEFUN([AC_CHECK_BOOL], ++[ ++ AC_DEFINE_UNQUOTED(HAVE_BOOL, 1, [You _must_ have bool]) ++]) ++ ++AC_DEFUN([AC_CHECK_GNU_EXTENSIONS], ++[ ++AC_MSG_CHECKING(if you need GNU extensions) ++AC_CACHE_VAL(ac_cv_gnu_extensions, ++[ ++cat > conftest.c << EOF ++#include ++ ++#ifdef __GNU_LIBRARY__ ++yes ++#endif ++EOF ++ ++if (eval "$ac_cpp conftest.c") 2>&5 | ++ egrep "yes" >/dev/null 2>&1; then ++ rm -rf conftest* ++ ac_cv_gnu_extensions=yes ++else ++ ac_cv_gnu_extensions=no ++fi ++]) ++ ++AC_MSG_RESULT($ac_cv_gnu_extensions) ++if test "$ac_cv_gnu_extensions" = "yes"; then ++ AC_DEFINE_UNQUOTED(_GNU_SOURCE, 1, [Define if you need to use the GNU extensions]) ++fi ++]) ++ ++AC_DEFUN([KDE_CHECK_COMPILER_FLAG], ++[ ++AC_MSG_CHECKING([whether $CXX supports -$1]) ++kde_cache=`echo $1 | sed 'y% .=/+-,%____p__%'` ++AC_CACHE_VAL(kde_cv_prog_cxx_$kde_cache, ++[ ++ AC_LANG_SAVE ++ AC_LANG_CPLUSPLUS ++ save_CXXFLAGS="$CXXFLAGS" ++ CXXFLAGS="$CXXFLAGS -$1" ++ AC_TRY_LINK([],[ return 0; ], [eval "kde_cv_prog_cxx_$kde_cache=yes"], []) ++ CXXFLAGS="$save_CXXFLAGS" ++ AC_LANG_RESTORE ++]) ++if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then ++ AC_MSG_RESULT(yes) ++ : ++ $2 ++else ++ AC_MSG_RESULT(no) ++ : ++ $3 ++fi ++]) ++ ++AC_DEFUN([KDE_CHECK_C_COMPILER_FLAG], ++[ ++AC_MSG_CHECKING([whether $CC supports -$1]) ++kde_cache=`echo $1 | sed 'y% .=/+-,%____p__%'` ++AC_CACHE_VAL(kde_cv_prog_cc_$kde_cache, ++[ ++ AC_LANG_SAVE ++ AC_LANG_C ++ save_CFLAGS="$CFLAGS" ++ CFLAGS="$CFLAGS -$1" ++ AC_TRY_LINK([],[ return 0; ], [eval "kde_cv_prog_cc_$kde_cache=yes"], []) ++ CFLAGS="$save_CFLAGS" ++ AC_LANG_RESTORE ++]) ++if eval "test \"`echo '$kde_cv_prog_cc_'$kde_cache`\" = yes"; then ++ AC_MSG_RESULT(yes) ++ : ++ $2 ++else ++ AC_MSG_RESULT(no) ++ : ++ $3 ++fi ++]) ++ ++ ++dnl AC_REMOVE_FORBIDDEN removes forbidden arguments from variables ++dnl use: AC_REMOVE_FORBIDDEN(CC, [-forbid -bad-option whatever]) ++dnl it's all white-space separated ++AC_DEFUN([AC_REMOVE_FORBIDDEN], ++[ __val=$$1 ++ __forbid=" $2 " ++ if test -n "$__val"; then ++ __new="" ++ ac_save_IFS=$IFS ++ IFS=" " ++ for i in $__val; do ++ case "$__forbid" in ++ *" $i "*) AC_MSG_WARN([found forbidden $i in $1, removing it]) ;; ++ *) # Careful to not add spaces, where there were none, because otherwise ++ # libtool gets confused, if we change e.g. CXX ++ if test -z "$__new" ; then __new=$i ; else __new="$__new $i" ; fi ;; ++ esac ++ done ++ IFS=$ac_save_IFS ++ $1=$__new ++ fi ++]) ++ ++ ++AC_DEFUN([KDE_CHECK_FOR_BAD_COMPILER], ++[ ++ AC_MSG_CHECKING([whether $CC is blacklisted]) ++ ++ dnl In theory we have tu run this test against $CC and $CXX ++ dnl in C and in C++ mode, because its perfectly legal for ++ dnl the user to mix compiler versions, since C has a defined ++ dnl ABI. ++ dnl ++ dnl For now, we assume the user is not on crack. ++ ++ AC_TRY_COMPILE([ ++#ifdef __GNUC__ ++#if __GNUC__ == 4 && __GNUC_MINOR__ == 0 && __GNUC_PATCHLEVEL__ == 0 ++choke me ++#endif ++#endif ++], , ++ kde_bad_compiler=no, ++ kde_bad_compiler=yes ++) ++ ++ AC_MSG_RESULT($kde_bad_compiler) ++ ++if test "$kde_bad_compiler" = "yes"; then ++ AC_MSG_ERROR([ ++ ++This particular compiler version is blacklisted because it ++is known to miscompile KDE. Please use a newer version, or ++if that is not yet available, choose an older version. ++ ++Please do not report a bug or bother us reporting this ++configure error. We know about it, and we introduced ++it by intention to avoid untraceable bugs or crashes in KDE. ++ ++]) ++fi ++ ++]) ++ ++ ++AC_DEFUN([KDE_CHECK_FOR_OPT_NOINLINE_MATCH], ++[ ++ AC_CACHE_CHECK([whether system headers can cope with -O2 -fno-inline], ++ kde_cv_opt_noinline_match, ++ [ ++ kde_cv_opt_noinline_match=irrelevant ++ dnl if we don't use both -O2 and -fno-inline, this check is moot ++ if echo "$CFLAGS" | grep -e -O2 >/dev/null 2>/dev/null \ ++ && echo "$CFLAGS" | grep -e -fno-inline >/dev/null 2>/dev/null ; then ++ ++ ac_cflags_save="$CFLAGS" ++ CFLAGS="$CFLAGS -D_USE_GNU" ++ ++ AC_TRY_LINK([ ++ #include ++], [ const char *pt, *et; ++ et = __extension__ ({ char __a0, __a1, __a2; (__builtin_constant_p ( ";," ) && ((size_t)(const void *)(( ";," )+ 1) - (size_t)(const void *)( ";," ) == 1) ? ((__a0 =((__const char *) ( ";," ))[0], __a0 == '\0') ? ((void) ( pt ),((void *)0) ) : ((__a1 = ((__const char *) ( ";," ))[1], __a1== '\0') ? (__extension__ (__builtin_constant_p ( __a0 ) && ( __a0 ) == '\0' ? (char *) __rawmemchr ( pt , __a0) : strchr( pt , __a0 ))) : ((__a2 = ((__const char *) ( ";," ))[2], __a2 == '\0') ? __strpbrk_c2 ( pt , __a0, __a1) :(((__const char *) ( ";," ))[3] == '\0' ? __strpbrk_c3 ( pt ,__a0, __a1, __a2): strpbrk ( pt , ";," ))))) : strpbrk ( pt , ";," )); }) ; ++], ++ kde_cv_opt_noinline_match=yes, ++ kde_cv_opt_noinline_match=no ++ ) ++ ++ CFLAGS="$ac_cflags_save" ++ fi ++ ]) ++]) ++ ++ ++dnl AC_VALIDIFY_CXXFLAGS checks for forbidden flags the user may have given ++AC_DEFUN([AC_VALIDIFY_CXXFLAGS], ++[dnl ++if test "x$kde_use_qt_emb" != "xyes"; then ++ AC_REMOVE_FORBIDDEN(CXX, [-fno-rtti -rpath]) ++ AC_REMOVE_FORBIDDEN(CXXFLAGS, [-fno-rtti -rpath]) ++else ++ AC_REMOVE_FORBIDDEN(CXX, [-rpath]) ++ AC_REMOVE_FORBIDDEN(CXXFLAGS, [-rpath]) ++fi ++]) ++ ++AC_DEFUN([AC_CHECK_COMPILERS], ++[ ++ AC_ARG_ENABLE(debug, ++ AC_HELP_STRING([--enable-debug=ARG],[enables debug symbols (yes|no|full) [default=no]]), ++ [ ++ case $enableval in ++ yes) ++ kde_use_debug_code="yes" ++ kde_use_debug_define=no ++ ;; ++ full) ++ kde_use_debug_code="full" ++ kde_use_debug_define=no ++ ;; ++ *) ++ kde_use_debug_code="no" ++ kde_use_debug_define=yes ++ ;; ++ esac ++ ], ++ [kde_use_debug_code="no" ++ kde_use_debug_define=no ++ ]) ++ ++ dnl Just for configure --help ++ AC_ARG_ENABLE(dummyoption, ++ AC_HELP_STRING([--disable-debug], ++ [disables debug output and debug symbols [default=no]]), ++ [],[]) ++ ++ AC_ARG_ENABLE(strict, ++ AC_HELP_STRING([--enable-strict], ++ [compiles with strict compiler options (may not work!)]), ++ [ ++ if test $enableval = "no"; then ++ kde_use_strict_options="no" ++ else ++ kde_use_strict_options="yes" ++ fi ++ ], [kde_use_strict_options="no"]) ++ ++ AC_ARG_ENABLE(warnings,AC_HELP_STRING([--disable-warnings],[disables compilation with -Wall and similar]), ++ [ ++ if test $enableval = "no"; then ++ kde_use_warnings="no" ++ else ++ kde_use_warnings="yes" ++ fi ++ ], [kde_use_warnings="yes"]) ++ ++ dnl enable warnings for debug build ++ if test "$kde_use_debug_code" != "no"; then ++ kde_use_warnings=yes ++ fi ++ ++ AC_ARG_ENABLE(profile,AC_HELP_STRING([--enable-profile],[creates profiling infos [default=no]]), ++ [kde_use_profiling=$enableval], ++ [kde_use_profiling="no"] ++ ) ++ ++ dnl this prevents stupid AC_PROG_CC to add "-g" to the default CFLAGS ++ CFLAGS=" $CFLAGS" ++ ++ AC_PROG_CC ++ ++ AC_PROG_CPP ++ ++ if test "$GCC" = "yes"; then ++ if test "$kde_use_debug_code" != "no"; then ++ if test $kde_use_debug_code = "full"; then ++ CFLAGS="-g3 -fno-inline $CFLAGS" ++ else ++ CFLAGS="-g -O2 -fno-schedule-insns -fno-inline $CFLAGS" ++ fi ++ else ++ CFLAGS="-O2 $CFLAGS" ++ fi ++ fi ++ ++ if test "$kde_use_debug_define" = "yes"; then ++ CFLAGS="-DNDEBUG $CFLAGS" ++ fi ++ ++ ++ case "$host" in ++ *-*-sysv4.2uw*) CFLAGS="-D_UNIXWARE $CFLAGS";; ++ *-*-sysv5uw7*) CFLAGS="-D_UNIXWARE7 $CFLAGS";; ++ esac ++ ++ if test -z "$LDFLAGS" && test "$kde_use_debug_code" = "no" && test "$GCC" = "yes"; then ++ LDFLAGS="" ++ fi ++ ++ CXXFLAGS=" $CXXFLAGS" ++ ++ AC_PROG_CXX ++ ++ KDE_CHECK_FOR_BAD_COMPILER ++ ++ if test "$GXX" = "yes" || test "$CXX" = "KCC"; then ++ if test "$kde_use_debug_code" != "no"; then ++ if test "$CXX" = "KCC"; then ++ CXXFLAGS="+K0 -Wall -pedantic -W -Wpointer-arith -Wwrite-strings $CXXFLAGS" ++ else ++ if test "$kde_use_debug_code" = "full"; then ++ CXXFLAGS="-g3 -fno-inline $CXXFLAGS" ++ else ++ CXXFLAGS="-g -O2 -fno-schedule-insns -fno-inline $CXXFLAGS" ++ fi ++ fi ++ KDE_CHECK_COMPILER_FLAG(fno-builtin,[CXXFLAGS="-fno-builtin $CXXFLAGS"]) ++ ++ dnl convenience compiler flags ++ KDE_CHECK_COMPILER_FLAG(Woverloaded-virtual, [WOVERLOADED_VIRTUAL="-Woverloaded-virtual"], [WOVERLOADED_VRITUAL=""]) ++ AC_SUBST(WOVERLOADED_VIRTUAL) ++ else ++ if test "$CXX" = "KCC"; then ++ CXXFLAGS="+K3 $CXXFLAGS" ++ else ++ CXXFLAGS="-O2 $CXXFLAGS" ++ fi ++ fi ++ fi ++ ++ if test "$kde_use_debug_define" = "yes"; then ++ CXXFLAGS="-DNDEBUG -DNO_DEBUG $CXXFLAGS" ++ fi ++ ++ if test "$kde_use_profiling" = "yes"; then ++ KDE_CHECK_COMPILER_FLAG(pg, ++ [ ++ CFLAGS="-pg $CFLAGS" ++ CXXFLAGS="-pg $CXXFLAGS" ++ ]) ++ fi ++ ++ if test "$kde_use_warnings" = "yes"; then ++ if test "$GCC" = "yes"; then ++ CXXFLAGS="-Wall -W -Wpointer-arith $CXXFLAGS" ++ case $host in ++ *-*-linux-gnu) ++ CFLAGS="-std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE $CFLAGS" ++ CXXFLAGS="-ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts $CXXFLAGS" ++ KDE_CHECK_COMPILER_FLAG(Wmissing-format-attribute, [CXXFLAGS="$CXXFLAGS -Wformat-security -Wmissing-format-attribute"]) ++ KDE_CHECK_C_COMPILER_FLAG(Wmissing-format-attribute, [CFLAGS="$CFLAGS -Wformat-security -Wmissing-format-attribute"]) ++ ;; ++ esac ++ KDE_CHECK_COMPILER_FLAG(Wundef,[CXXFLAGS="-Wundef $CXXFLAGS"]) ++ KDE_CHECK_COMPILER_FLAG(Wno-long-long,[CXXFLAGS="-Wno-long-long $CXXFLAGS"]) ++ dnl ### FIXME: revert for KDE 4 ++ KDE_CHECK_COMPILER_FLAG(Wno-non-virtual-dtor,[CXXFLAGS="$CXXFLAGS -Wno-non-virtual-dtor"]) ++ fi ++ fi ++ ++ if test "$GXX" = "yes" && test "$kde_use_strict_options" = "yes"; then ++ CXXFLAGS="-Wcast-qual -Wshadow -Wcast-align $CXXFLAGS" ++ fi ++ ++ AC_ARG_ENABLE(pch, ++ AC_HELP_STRING([--enable-pch], ++ [enables precompiled header support (currently only KCC or gcc >=3.4+unsermake) [default=no]]), ++ [ kde_use_pch=$enableval ],[ kde_use_pch=no ]) ++ ++ HAVE_GCC_VISIBILITY=0 ++ AC_SUBST([HAVE_GCC_VISIBILITY]) ++ ++ if test "$GXX" = "yes"; then ++ gcc_no_reorder_blocks=NO ++ KDE_CHECK_COMPILER_FLAG(fno-reorder-blocks,[gcc_no_reorder_blocks=YES]) ++ if test $kde_use_debug_code != "no" && \ ++ test $kde_use_debug_code != "full" && \ ++ test "YES" = "$gcc_no_reorder_blocks" ; then ++ CXXFLAGS="$CXXFLAGS -fno-reorder-blocks" ++ CFLAGS="$CFLAGS -fno-reorder-blocks" ++ fi ++ KDE_CHECK_COMPILER_FLAG(fno-exceptions,[CXXFLAGS="$CXXFLAGS -fno-exceptions"]) ++ KDE_CHECK_COMPILER_FLAG(fno-check-new, [CXXFLAGS="$CXXFLAGS -fno-check-new"]) ++ KDE_CHECK_COMPILER_FLAG(fno-common, [CXXFLAGS="$CXXFLAGS -fno-common"]) ++ KDE_CHECK_COMPILER_FLAG(fexceptions, [USE_EXCEPTIONS="-fexceptions"], USE_EXCEPTIONS= ) ++ ENABLE_PERMISSIVE_FLAG="-fpermissive" ++ ++ if test "$kde_use_pch" = "yes"; then ++ AC_MSG_CHECKING(whether gcc supports precompiling c header files) ++ echo >conftest.h ++ if $CC -x c-header conftest.h >/dev/null 2>/dev/null; then ++ kde_gcc_supports_pch=yes ++ AC_MSG_RESULT(yes) ++ else ++ kde_gcc_supports_pch=no ++ AC_MSG_RESULT(no) ++ fi ++ if test "$kde_gcc_supports_pch" = "yes"; then ++ AC_MSG_CHECKING(whether gcc supports precompiling c++ header files) ++ if $CXX -x c++-header conftest.h >/dev/null 2>/dev/null; then ++ kde_gcc_supports_pch=yes ++ AC_MSG_RESULT(yes) ++ else ++ kde_gcc_supports_pch=no ++ AC_MSG_RESULT(no) ++ fi ++ fi ++ rm -f conftest.h conftest.h.gch ++ fi ++ ++ KDE_CHECK_FOR_OPT_NOINLINE_MATCH ++ if test "x$kde_cv_opt_noinline_match" = "xno" ; then ++ CFLAGS="`echo "$CFLAGS" | sed "s/ -fno-inline//"`" ++ fi ++ fi ++ AM_CONDITIONAL(unsermake_enable_pch, test "$kde_use_pch" = "yes" && test "$kde_gcc_supports_pch" = "yes") ++ if test "$CXX" = "KCC"; then ++ dnl unfortunately we currently cannot disable exception support in KCC ++ dnl because doing so is binary incompatible and Qt by default links with exceptions :-( ++ dnl KDE_CHECK_COMPILER_FLAG(-no_exceptions,[CXXFLAGS="$CXXFLAGS --no_exceptions"]) ++ dnl KDE_CHECK_COMPILER_FLAG(-exceptions, [USE_EXCEPTIONS="--exceptions"], USE_EXCEPTIONS= ) ++ ++ if test "$kde_use_pch" = "yes"; then ++ dnl TODO: support --pch-dir! ++ KDE_CHECK_COMPILER_FLAG(-pch,[CXXFLAGS="$CXXFLAGS --pch"]) ++ dnl the below works (but the dir must exist), but it's ++ dnl useless for a whole package. ++ dnl The are precompiled headers for each source file, so when compiling ++ dnl from scratch, it doesn't make a difference, and they take up ++ dnl around ~5Mb _per_ sourcefile. ++ dnl KDE_CHECK_COMPILER_FLAG(-pch_dir /tmp, ++ dnl [CXXFLAGS="$CXXFLAGS --pch_dir `pwd`/pcheaders"]) ++ fi ++ dnl this flag controls inlining. by default KCC inlines in optimisation mode ++ dnl all implementations that are defined inside the class {} declaration. ++ dnl because of templates-compatibility with broken gcc compilers, this ++ dnl can cause excessive inlining. This flag limits it to a sane level ++ KDE_CHECK_COMPILER_FLAG(-inline_keyword_space_time=6,[CXXFLAGS="$CXXFLAGS --inline_keyword_space_time=6"]) ++ KDE_CHECK_COMPILER_FLAG(-inline_auto_space_time=2,[CXXFLAGS="$CXXFLAGS --inline_auto_space_time=2"]) ++ KDE_CHECK_COMPILER_FLAG(-inline_implicit_space_time=2.0,[CXXFLAGS="$CXXFLAGS --inline_implicit_space_time=2.0"]) ++ KDE_CHECK_COMPILER_FLAG(-inline_generated_space_time=2.0,[CXXFLAGS="$CXXFLAGS --inline_generated_space_time=2.0"]) ++ dnl Some source files are shared between multiple executables ++ dnl (or libraries) and some of those need template instantiations. ++ dnl In that case KCC needs to compile those sources with ++ dnl --one_instantiation_per_object. To make it easy for us we compile ++ dnl _all_ objects with that flag (--one_per is a shorthand). ++ KDE_CHECK_COMPILER_FLAG(-one_per, [CXXFLAGS="$CXXFLAGS --one_per"]) ++ fi ++ AC_SUBST(USE_EXCEPTIONS) ++ dnl obsolete macro - provided to keep things going ++ USE_RTTI= ++ AC_SUBST(USE_RTTI) ++ ++ case "$host" in ++ *-*-irix*) test "$GXX" = yes && CXXFLAGS="-D_LANGUAGE_C_PLUS_PLUS -D__LANGUAGE_C_PLUS_PLUS $CXXFLAGS" ;; ++ *-*-sysv4.2uw*) CXXFLAGS="-D_UNIXWARE $CXXFLAGS";; ++ *-*-sysv5uw7*) CXXFLAGS="-D_UNIXWARE7 $CXXFLAGS";; ++ *-*-solaris*) ++ if test "$GXX" = yes; then ++ libstdcpp=`$CXX -print-file-name=libstdc++.so` ++ if test ! -f $libstdcpp; then ++ AC_MSG_ERROR([You've compiled gcc without --enable-shared. This doesn't work with KDE. Please recompile gcc with --enable-shared to receive a libstdc++.so]) ++ fi ++ fi ++ ;; ++ esac ++ ++ AC_VALIDIFY_CXXFLAGS ++ ++ AC_PROG_CXXCPP ++ ++ if test "$GCC" = yes; then ++ NOOPT_CFLAGS=-O0 ++ fi ++ KDE_CHECK_COMPILER_FLAG(O0,[NOOPT_CXXFLAGS=-O0]) ++ ++ AC_ARG_ENABLE(coverage, ++ AC_HELP_STRING([--enable-coverage],[use gcc coverage testing]), [ ++ if test "$am_cv_CC_dependencies_compiler_type" = "gcc3"; then ++ ac_coverage_compiler="-fprofile-arcs -ftest-coverage" ++ ac_coverage_linker="-lgcc" ++ elif test "$am_cv_CC_dependencies_compiler_type" = "gcc"; then ++ ac_coverage_compiler="-fprofile-arcs -ftest-coverage" ++ ac_coverage_linker="" ++ else ++ AC_MSG_ERROR([coverage with your compiler is not supported]) ++ fi ++ CFLAGS="$CFLAGS $ac_coverage_compiler" ++ CXXFLAGS="$CXXFLAGS $ac_coverage_compiler" ++ LDFLAGS="$LDFLAGS $ac_coverage_linker" ++ ]) ++ ++ AC_SUBST(NOOPT_CXXFLAGS) ++ AC_SUBST(NOOPT_CFLAGS) ++ AC_SUBST(ENABLE_PERMISSIVE_FLAG) ++ ++ KDE_CHECK_NEW_LDFLAGS ++ KDE_CHECK_FINAL ++ KDE_CHECK_CLOSURE ++ KDE_CHECK_NMCHECK ++ ++ ifdef([AM_DEPENDENCIES], AC_REQUIRE([KDE_ADD_DEPENDENCIES]), []) ++]) ++ ++AC_DEFUN([KDE_CHECK_VISIBILITY_GCC_BUG], ++ [ ++ AC_CACHE_CHECK([for gcc -fvisibility-inlines-hidden bug], kde_cv_val_gcc_visibility_bug, ++ [ ++ AC_LANG_SAVE ++ AC_LANG_CPLUSPLUS ++ ++ safe_CXXFLAGS=$CXXFLAGS ++ safe_LDFLAGS=$LDFLAGS ++ CXXFLAGS="$CXXFLAGS -fPIC -fvisibility-inlines-hidden -O0" ++ LDFLAGS="$LDFLAGS -shared -fPIC" ++ ++ AC_TRY_LINK( ++ [ ++ /* http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19664 */ ++ #include ++ int some_function( void ) __attribute__ ((visibility("default"))); ++ int some_function( void ) ++ { ++ std::string s("blafasel"); ++ return 0; ++ } ++ ], [/* elvis is alive */], ++ kde_cv_val_gcc_visibility_bug=no, kde_cv_val_gcc_visibility_bug=yes) ++ ++ CXXFLAGS=$safe_CXXFLAGS ++ LDFLAGS=$safe_LDFLAGS ++ AC_LANG_RESTORE ++ ] ++ ) ++ ++ if test x$kde_cv_val_gcc_visibility_bug = xno; then ++ CXXFLAGS="$CXXFLAGS -fvisibility-inlines-hidden" ++ fi ++ ] ++) ++ ++AC_DEFUN([KDE_ENABLE_HIDDEN_VISIBILITY], ++[ ++ AC_BEFORE([AC_PATH_QT_1_3], [KDE_ENABLE_HIDDEN_VISIBILITY]) ++ ++ AC_MSG_CHECKING([grepping for visibility push/pop in headers]) ++ ++ if test "x$GXX" = "xyes"; then ++ AC_LANG_SAVE ++ AC_LANG_CPLUSPLUS ++ AC_EGREP_CPP( ++ [GCC visibility push], ++ [ #include ++ ], ++ [ ++ AC_MSG_RESULT(yes) ++ kde_stdc_visibility_patched=yes ], ++ [ ++ AC_MSG_RESULT(no) ++ AC_MSG_WARN([Your libstdc++ doesn't appear to be patched for ++ visibility support. Disabling -fvisibility=hidden]) ++ ++ kde_stdc_visibility_patched=no ]) ++ ++ AC_LANG_RESTORE ++ ++ kde_have_gcc_visibility=no ++ KDE_CHECK_COMPILER_FLAG(fvisibility=hidden, ++ [ ++ kde_have_gcc_visibility=yes ++ dnl the whole toolchain is just a mess, gcc is just too buggy ++ dnl to handle STL with visibility enabled. Lets reconsider ++ dnl when gcc 4.2 is out or when things get fixed in the compiler. ++ dnl Contact mueller@kde.org for details. ++ AC_ARG_ENABLE(gcc-hidden-visibility, ++ AC_HELP_STRING([--enable-gcc-hidden-visibility],[toolchain hidden visibility [default=no]]), ++ [kde_have_gcc_visibility=$enableval], ++ [kde_have_gcc_visibility=no]) ++ ++ AC_CACHE_CHECK([if Qt is patched for -fvisibility], kde_cv_val_qt_gcc_visibility_patched, ++ [ ++ AC_LANG_SAVE ++ AC_LANG_CPLUSPLUS ++ ++ safe_CXXFLAGS=$CXXFLAGS ++ CXXFLAGS="$CXXFLAGS $all_includes" ++ ++ AC_TRY_COMPILE( ++ [ ++#include ++#if Q_EXPORT - 0 != 0 ++/* if this compiles, then Q_EXPORT is undefined */ ++/* if Q_EXPORT is nonempty, this will break compilation */ ++#endif ++ ], [/* elvis is alive */], ++ kde_cv_val_qt_gcc_visibility_patched=no, kde_cv_val_qt_gcc_visibility_patched=yes) ++ ++ CXXFLAGS=$safe_CXXFLAGS ++ AC_LANG_RESTORE ++ ] ++ ) ++ ++ if test x$kde_have_gcc_visibility = "xyes" && test x$kde_stdc_visibility_patched = "xyes" && test x$kde_cv_val_qt_gcc_visibility_patched = "xyes"; then ++ CXXFLAGS="$CXXFLAGS -fvisibility=hidden" ++ KDE_CHECK_VISIBILITY_GCC_BUG ++ HAVE_GCC_VISIBILITY=1 ++ AC_DEFINE_UNQUOTED(__KDE_HAVE_GCC_VISIBILITY, "$HAVE_GCC_VISIBILITY", [define to 1 if -fvisibility is supported]) ++ fi ++ ]) ++ fi ++]) ++ ++AC_DEFUN([KDE_ADD_DEPENDENCIES], ++[ ++ [A]M_DEPENDENCIES(CC) ++ [A]M_DEPENDENCIES(CXX) ++]) ++ ++dnl just a wrapper to clean up configure.in ++AC_DEFUN([KDE_PROG_LIBTOOL], ++[ ++AC_REQUIRE([AC_CHECK_COMPILERS]) ++AC_REQUIRE([AC_ENABLE_SHARED]) ++AC_REQUIRE([AC_ENABLE_STATIC]) ++ ++AC_REQUIRE([AC_LIBTOOL_DLOPEN]) ++AC_REQUIRE([KDE_CHECK_LIB64]) ++ ++AC_OBJEXT ++AC_EXEEXT ++ ++AM_PROG_LIBTOOL ++AC_LIBTOOL_CXX ++ ++LIBTOOL_SHELL="/bin/sh ./libtool" ++# LIBTOOL="$LIBTOOL --silent" ++KDE_PLUGIN="-avoid-version -module -no-undefined \$(KDE_NO_UNDEFINED) \$(KDE_RPATH) \$(KDE_MT_LDFLAGS)" ++AC_SUBST(KDE_PLUGIN) ++ ++# This hack ensures that libtool creates shared libs for kunittest plugins. By default check_LTLIBRARIES makes static libs. ++KDE_CHECK_PLUGIN="\$(KDE_PLUGIN) -rpath \$(libdir)" ++AC_SUBST(KDE_CHECK_PLUGIN) ++ ++# we patch configure quite some so we better keep that consistent for incremental runs ++AC_SUBST(AUTOCONF,'$(SHELL) $(top_srcdir)/admin/cvs.sh configure || touch configure') ++]) ++ ++AC_DEFUN([KDE_CHECK_LIB64], ++[ ++ AC_ARG_ENABLE(libsuffix, ++ AC_HELP_STRING([--enable-libsuffix], ++ [/lib directory suffix (64,32,none,auto[=default])]), ++ kdelibsuff=$enableval, kdelibsuff="auto") ++ ++ if test "$kdelibsuff" = "auto"; then ++ ++cat > conftest.c << EOF ++#include ++int main() { ++ return 0; ++} ++EOF ++ kdelibsuff=`$CC conftest.c -o conftest.out; ldd conftest.out |sed -ne '/libc.so/{ ++ s,.*/lib\([[^\/]]*\)/.*,\1, ++ p ++}'` ++ rm -rf conftest.* ++ fi ++ ++ if test "$kdelibsuff" = "no" || test "$kdelibsuff" = "none"; then ++ kdelibsuff= ++ fi ++ if test -z "$kdelibsuff"; then ++ AC_MSG_RESULT([not using lib directory suffix]) ++ AC_DEFINE(KDELIBSUFF, [""], Suffix for lib directories) ++ else ++ if test "$libdir" = '${exec_prefix}/lib'; then ++ libdir="$libdir${kdelibsuff}" ++ AC_SUBST([libdir], ["$libdir"]) dnl ugly hack for lib64 platforms ++ fi ++ AC_DEFINE_UNQUOTED(KDELIBSUFF, ["${kdelibsuff}"], Suffix for lib directories) ++ AC_MSG_RESULT([using lib directory suffix $kdelibsuff]) ++ fi ++]) ++ ++AC_DEFUN([KDE_CHECK_TYPES], ++[ AC_CHECK_SIZEOF(int, 4)dnl ++ AC_CHECK_SIZEOF(short)dnl ++ AC_CHECK_SIZEOF(long, 4)dnl ++ AC_CHECK_SIZEOF(char *, 4)dnl ++])dnl ++ ++dnl Not used - kept for compat only? ++AC_DEFUN([KDE_DO_IT_ALL], ++[ ++AC_CANONICAL_SYSTEM ++AC_ARG_PROGRAM ++AM_INIT_AUTOMAKE($1, $2) ++AM_DISABLE_LIBRARIES ++AC_PREFIX_DEFAULT(${KDEDIR:-/usr/local/kde}) ++AC_CHECK_COMPILERS ++KDE_PROG_LIBTOOL ++AM_KDE_WITH_NLS ++AC_PATH_KDE ++]) ++ ++AC_DEFUN([AC_CHECK_RPATH], ++[ ++AC_MSG_CHECKING(for rpath) ++AC_ARG_ENABLE(rpath, ++ AC_HELP_STRING([--disable-rpath],[do not use the rpath feature of ld]), ++ USE_RPATH=$enableval, USE_RPATH=yes) ++ ++if test -z "$KDE_RPATH" && test "$USE_RPATH" = "yes"; then ++ ++ KDE_RPATH="-R \$(libdir)" ++ ++ if test "$kde_libraries" != "$libdir"; then ++ KDE_RPATH="$KDE_RPATH -R \$(kde_libraries)" ++ fi ++ ++ if test -n "$qt_libraries"; then ++ KDE_RPATH="$KDE_RPATH -R \$(qt_libraries)" ++ fi ++ dnl $x_libraries is set to /usr/lib in case ++ if test -n "$X_LDFLAGS"; then ++ X_RPATH="-R \$(x_libraries)" ++ KDE_RPATH="$KDE_RPATH $X_RPATH" ++ fi ++ if test -n "$KDE_EXTRA_RPATH"; then ++ KDE_RPATH="$KDE_RPATH \$(KDE_EXTRA_RPATH)" ++ fi ++fi ++AC_SUBST(KDE_EXTRA_RPATH) ++AC_SUBST(KDE_RPATH) ++AC_SUBST(X_RPATH) ++AC_MSG_RESULT($USE_RPATH) ++]) ++ ++dnl Check for the type of the third argument of getsockname ++AC_DEFUN([AC_CHECK_SOCKLEN_T], ++[ ++ AC_MSG_CHECKING(for socklen_t) ++ AC_CACHE_VAL(kde_cv_socklen_t, ++ [ ++ AC_LANG_PUSH(C++) ++ kde_cv_socklen_t=no ++ AC_TRY_COMPILE([ ++ #include ++ #include ++ ], ++ [ ++ socklen_t len; ++ getpeername(0,0,&len); ++ ], ++ [ ++ kde_cv_socklen_t=yes ++ kde_cv_socklen_t_equiv=socklen_t ++ ]) ++ AC_LANG_POP(C++) ++ ]) ++ AC_MSG_RESULT($kde_cv_socklen_t) ++ if test $kde_cv_socklen_t = no; then ++ AC_MSG_CHECKING([for socklen_t equivalent for socket functions]) ++ AC_CACHE_VAL(kde_cv_socklen_t_equiv, ++ [ ++ kde_cv_socklen_t_equiv=int ++ AC_LANG_PUSH(C++) ++ for t in int size_t unsigned long "unsigned long"; do ++ AC_TRY_COMPILE([ ++ #include ++ #include ++ ], ++ [ ++ $t len; ++ getpeername(0,0,&len); ++ ], ++ [ ++ kde_cv_socklen_t_equiv="$t" ++ break ++ ]) ++ done ++ AC_LANG_POP(C++) ++ ]) ++ AC_MSG_RESULT($kde_cv_socklen_t_equiv) ++ fi ++ AC_DEFINE_UNQUOTED(kde_socklen_t, $kde_cv_socklen_t_equiv, ++ [type to use in place of socklen_t if not defined]) ++ AC_DEFINE_UNQUOTED(ksize_t, $kde_cv_socklen_t_equiv, ++ [type to use in place of socklen_t if not defined (deprecated, use kde_socklen_t)]) ++]) ++ ++dnl This is a merge of some macros out of the gettext aclocal.m4 ++dnl since we don't need anything, I took the things we need ++dnl the copyright for them is: ++dnl > ++dnl Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc. ++dnl This Makefile.in is free software; the Free Software Foundation ++dnl gives unlimited permission to copy and/or distribute it, ++dnl with or without modifications, as long as this notice is preserved. ++ ++dnl This program is distributed in the hope that it will be useful, ++dnl but WITHOUT ANY WARRANTY, to the extent permitted by law; without ++dnl even the implied warranty of MERCHANTABILITY or FITNESS FOR A ++dnl PARTICULAR PURPOSE. ++dnl > ++dnl for this file it is relicensed under LGPL ++ ++AC_DEFUN([AM_KDE_WITH_NLS], ++ [ ++ dnl If we use NLS figure out what method ++ ++ AM_PATH_PROG_WITH_TEST_KDE(MSGFMT, msgfmt, ++ [test -n "`$ac_dir/$ac_word --version 2>&1 | grep 'GNU gettext'`"], msgfmt) ++ AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT) ++ ++ if test -z "`$GMSGFMT --version 2>&1 | grep 'GNU gettext'`"; then ++ AC_MSG_RESULT([found msgfmt program is not GNU msgfmt; ignore it]) ++ GMSGFMT=":" ++ fi ++ MSGFMT=$GMSGFMT ++ AC_SUBST(GMSGFMT) ++ AC_SUBST(MSGFMT) ++ ++ AM_PATH_PROG_WITH_TEST_KDE(XGETTEXT, xgettext, ++ [test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"], :) ++ ++ dnl Test whether we really found GNU xgettext. ++ if test "$XGETTEXT" != ":"; then ++ dnl If it is no GNU xgettext we define it as : so that the ++ dnl Makefiles still can work. ++ if $XGETTEXT --omit-header /dev/null 2> /dev/null; then ++ : ; ++ else ++ AC_MSG_RESULT( ++ [found xgettext programs is not GNU xgettext; ignore it]) ++ XGETTEXT=":" ++ fi ++ fi ++ AC_SUBST(XGETTEXT) ++ ++ ]) ++ ++# Search path for a program which passes the given test. ++# Ulrich Drepper , 1996. ++ ++# serial 1 ++# Stephan Kulow: I appended a _KDE against name conflicts ++ ++dnl AM_PATH_PROG_WITH_TEST_KDE(VARIABLE, PROG-TO-CHECK-FOR, ++dnl TEST-PERFORMED-ON-FOUND_PROGRAM [, VALUE-IF-NOT-FOUND [, PATH]]) ++AC_DEFUN([AM_PATH_PROG_WITH_TEST_KDE], ++[# Extract the first word of "$2", so it can be a program name with args. ++set dummy $2; ac_word=[$]2 ++AC_MSG_CHECKING([for $ac_word]) ++AC_CACHE_VAL(ac_cv_path_$1, ++[case "[$]$1" in ++ /*) ++ ac_cv_path_$1="[$]$1" # Let the user override the test with a path. ++ ;; ++ *) ++ IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" ++ for ac_dir in ifelse([$5], , $PATH, [$5]); do ++ test -z "$ac_dir" && ac_dir=. ++ if test -f $ac_dir/$ac_word; then ++ if [$3]; then ++ ac_cv_path_$1="$ac_dir/$ac_word" ++ break ++ fi ++ fi ++ done ++ IFS="$ac_save_ifs" ++dnl If no 4th arg is given, leave the cache variable unset, ++dnl so AC_PATH_PROGS will keep looking. ++ifelse([$4], , , [ test -z "[$]ac_cv_path_$1" && ac_cv_path_$1="$4" ++])dnl ++ ;; ++esac])dnl ++$1="$ac_cv_path_$1" ++if test -n "[$]$1"; then ++ AC_MSG_RESULT([$]$1) ++else ++ AC_MSG_RESULT(no) ++fi ++AC_SUBST($1)dnl ++]) ++ ++ ++# Check whether LC_MESSAGES is available in . ++# Ulrich Drepper , 1995. ++ ++# serial 1 ++ ++AC_DEFUN([AM_LC_MESSAGES], ++ [if test $ac_cv_header_locale_h = yes; then ++ AC_CACHE_CHECK([for LC_MESSAGES], am_cv_val_LC_MESSAGES, ++ [AC_TRY_LINK([#include ], [return LC_MESSAGES], ++ am_cv_val_LC_MESSAGES=yes, am_cv_val_LC_MESSAGES=no)]) ++ if test $am_cv_val_LC_MESSAGES = yes; then ++ AC_DEFINE(HAVE_LC_MESSAGES, 1, [Define if your locale.h file contains LC_MESSAGES]) ++ fi ++ fi]) ++ ++dnl From Jim Meyering. ++dnl FIXME: migrate into libit. ++ ++AC_DEFUN([AM_FUNC_OBSTACK], ++[AC_CACHE_CHECK([for obstacks], am_cv_func_obstack, ++ [AC_TRY_LINK([#include "obstack.h"], ++ [struct obstack *mem;obstack_free(mem,(char *) 0)], ++ am_cv_func_obstack=yes, ++ am_cv_func_obstack=no)]) ++ if test $am_cv_func_obstack = yes; then ++ AC_DEFINE(HAVE_OBSTACK) ++ else ++ LIBOBJS="$LIBOBJS obstack.o" ++ fi ++]) ++ ++dnl From Jim Meyering. Use this if you use the GNU error.[ch]. ++dnl FIXME: Migrate into libit ++ ++AC_DEFUN([AM_FUNC_ERROR_AT_LINE], ++[AC_CACHE_CHECK([for error_at_line], am_cv_lib_error_at_line, ++ [AC_TRY_LINK([],[error_at_line(0, 0, "", 0, "");], ++ am_cv_lib_error_at_line=yes, ++ am_cv_lib_error_at_line=no)]) ++ if test $am_cv_lib_error_at_line = no; then ++ LIBOBJS="$LIBOBJS error.o" ++ fi ++ AC_SUBST(LIBOBJS)dnl ++]) ++ ++# Macro to add for using GNU gettext. ++# Ulrich Drepper , 1995. ++ ++# serial 1 ++# Stephan Kulow: I put a KDE in it to avoid name conflicts ++ ++AC_DEFUN([AM_KDE_GNU_GETTEXT], ++ [AC_REQUIRE([AC_PROG_MAKE_SET])dnl ++ AC_REQUIRE([AC_PROG_RANLIB])dnl ++ AC_REQUIRE([AC_HEADER_STDC])dnl ++ AC_REQUIRE([AC_TYPE_OFF_T])dnl ++ AC_REQUIRE([AC_TYPE_SIZE_T])dnl ++ AC_REQUIRE([AC_FUNC_ALLOCA])dnl ++ AC_REQUIRE([AC_FUNC_MMAP])dnl ++ AC_REQUIRE([AM_KDE_WITH_NLS])dnl ++ AC_CHECK_HEADERS([limits.h locale.h nl_types.h string.h values.h alloca.h]) ++ AC_CHECK_FUNCS([getcwd munmap putenv setlocale strchr strcasecmp \ ++__argz_count __argz_stringify __argz_next]) ++ ++ AC_MSG_CHECKING(for stpcpy) ++ AC_CACHE_VAL(kde_cv_func_stpcpy, ++ [ ++ kde_safe_cxxflags=$CXXFLAGS ++ CXXFLAGS="-Werror" ++ AC_LANG_SAVE ++ AC_LANG_CPLUSPLUS ++ AC_TRY_COMPILE([ ++ #include ++ ], ++ [ ++ char buffer[200]; ++ stpcpy(buffer, buffer); ++ ], ++ kde_cv_func_stpcpy=yes, ++ kde_cv_func_stpcpy=no) ++ AC_LANG_RESTORE ++ CXXFLAGS=$kde_safe_cxxflags ++ ]) ++ AC_MSG_RESULT($kde_cv_func_stpcpy) ++ if eval "test \"`echo $kde_cv_func_stpcpy`\" = yes"; then ++ AC_DEFINE(HAVE_STPCPY, 1, [Define if you have stpcpy]) ++ fi ++ ++ AM_LC_MESSAGES ++ ++ if test "x$CATOBJEXT" != "x"; then ++ if test "x$ALL_LINGUAS" = "x"; then ++ LINGUAS= ++ else ++ AC_MSG_CHECKING(for catalogs to be installed) ++ NEW_LINGUAS= ++ for lang in ${LINGUAS=$ALL_LINGUAS}; do ++ case "$ALL_LINGUAS" in ++ *$lang*) NEW_LINGUAS="$NEW_LINGUAS $lang" ;; ++ esac ++ done ++ LINGUAS=$NEW_LINGUAS ++ AC_MSG_RESULT($LINGUAS) ++ fi ++ ++ dnl Construct list of names of catalog files to be constructed. ++ if test -n "$LINGUAS"; then ++ for lang in $LINGUAS; do CATALOGS="$CATALOGS $lang$CATOBJEXT"; done ++ fi ++ fi ++ ++ ]) ++ ++AC_DEFUN([AC_HAVE_XPM], ++ [AC_REQUIRE_CPP()dnl ++ AC_REQUIRE([KDE_CHECK_EXTRA_LIBS]) ++ ++ test -z "$XPM_LDFLAGS" && XPM_LDFLAGS= ++ test -z "$XPM_INCLUDE" && XPM_INCLUDE= ++ ++ AC_ARG_WITH(xpm,AC_HELP_STRING([--without-xpm],[disable color pixmap XPM tests]), ++ xpm_test=$withval, xpm_test="yes") ++ if test "x$xpm_test" = xno; then ++ ac_cv_have_xpm=no ++ else ++ AC_MSG_CHECKING(for XPM) ++ AC_CACHE_VAL(ac_cv_have_xpm, ++ [ ++ ac_save_ldflags="$LDFLAGS" ++ ac_save_cflags="$CFLAGS" ++ if test "x$kde_use_qt_emb" != "xyes" && test "x$kde_use_qt_mac" != "xyes"; then ++ LDFLAGS="$LDFLAGS $X_LDFLAGS $USER_LDFLAGS $LDFLAGS $XPM_LDFLAGS $all_libraries -lXpm -lX11 -lXext $LIBZ $LIBSOCKET" ++ else ++ LDFLAGS="$LDFLAGS $X_LDFLAGS $USER_LDFLAGS $LDFLAGS $XPM_LDFLAGS $all_libraries -lXpm $LIBZ $LIBSOCKET" ++ fi ++ CFLAGS="$CFLAGS $X_INCLUDES $USER_INCLUDES" ++ test -n "$XPM_INCLUDE" && CFLAGS="-I$XPM_INCLUDE $CFLAGS" ++ AC_TRY_LINK([#include ],[], ++ ac_cv_have_xpm="yes",ac_cv_have_xpm="no") ++ LDFLAGS="$ac_save_ldflags" ++ CFLAGS="$ac_save_cflags" ++ ])dnl ++ ++ if test "$ac_cv_have_xpm" = no; then ++ AC_MSG_RESULT(no) ++ XPM_LDFLAGS="" ++ XPMINC="" ++ $2 ++ else ++ AC_DEFINE(HAVE_XPM, 1, [Define if you have XPM support]) ++ if test "$XPM_LDFLAGS" = ""; then ++ XPMLIB='-lXpm $(LIB_X11)' ++ else ++ XPMLIB="-L$XPM_LDFLAGS -lXpm "'$(LIB_X11)' ++ fi ++ if test "$XPM_INCLUDE" = ""; then ++ XPMINC="" ++ else ++ XPMINC="-I$XPM_INCLUDE" ++ fi ++ AC_MSG_RESULT(yes) ++ $1 ++ fi ++ fi ++ AC_SUBST(XPMINC) ++ AC_SUBST(XPMLIB) ++]) ++ ++AC_DEFUN([AC_HAVE_DPMS], ++ [AC_REQUIRE_CPP()dnl ++ AC_REQUIRE([KDE_CHECK_EXTRA_LIBS]) ++ ++ test -z "$DPMS_LDFLAGS" && DPMS_LDFLAGS= ++ test -z "$DPMS_INCLUDE" && DPMS_INCLUDE= ++ DPMS_LIB= ++ ++ AC_ARG_WITH(dpms,AC_HELP_STRING([--without-dpms],[disable DPMS power saving]), ++ dpms_test=$withval, dpms_test="yes") ++ if test "x$dpms_test" = xno; then ++ ac_cv_have_dpms=no ++ else ++ AC_MSG_CHECKING(for DPMS) ++ dnl Note: ac_cv_have_dpms can be no, yes, or -lXdpms. ++ dnl 'yes' means DPMS_LIB="", '-lXdpms' means DPMS_LIB="-lXdpms". ++ AC_CACHE_VAL(ac_cv_have_dpms, ++ [ ++ if test "x$kde_use_qt_emb" = "xyes" || test "x$kde_use_qt_mac" = "xyes"; then ++ AC_MSG_RESULT(no) ++ ac_cv_have_dpms="no" ++ else ++ ac_save_ldflags="$LDFLAGS" ++ ac_save_cflags="$CFLAGS" ++ ac_save_libs="$LIBS" ++ LDFLAGS="$LDFLAGS $DPMS_LDFLAGS $all_libraries" ++ LIBS="-lX11 -lXext $LIBSOCKET" ++ CFLAGS="$CFLAGS $X_INCLUDES" ++ test -n "$DPMS_INCLUDE" && CFLAGS="-I$DPMS_INCLUDE $CFLAGS" ++ AC_TRY_LINK([ ++ #include ++ #include ++ #include ++ #include ++ int foo_test_dpms() ++ { return DPMSSetTimeouts( 0, 0, 0, 0 ); }],[], ++ ac_cv_have_dpms="yes", [ ++ LIBS="-lXdpms $LIBS" ++ AC_TRY_LINK([ ++ #include ++ #include ++ #include ++ #include ++ int foo_test_dpms() ++ { return DPMSSetTimeouts( 0, 0, 0, 0 ); }],[], ++ [ ++ ac_cv_have_dpms="-lXdpms" ++ ],ac_cv_have_dpms="no") ++ ]) ++ LDFLAGS="$ac_save_ldflags" ++ CFLAGS="$ac_save_cflags" ++ LIBS="$ac_save_libs" ++ fi ++ ])dnl ++ ++ if test "$ac_cv_have_dpms" = no; then ++ AC_MSG_RESULT(no) ++ DPMS_LDFLAGS="" ++ DPMSINC="" ++ $2 ++ else ++ AC_DEFINE(HAVE_DPMS, 1, [Define if you have DPMS support]) ++ if test "$ac_cv_have_dpms" = "-lXdpms"; then ++ DPMS_LIB="-lXdpms" ++ fi ++ if test "$DPMS_LDFLAGS" = ""; then ++ DPMSLIB="$DPMS_LIB "'$(LIB_X11)' ++ else ++ DPMSLIB="$DPMS_LDFLAGS $DPMS_LIB "'$(LIB_X11)' ++ fi ++ if test "$DPMS_INCLUDE" = ""; then ++ DPMSINC="" ++ else ++ DPMSINC="-I$DPMS_INCLUDE" ++ fi ++ AC_MSG_RESULT(yes) ++ $1 ++ fi ++ fi ++ ac_save_cflags="$CFLAGS" ++ CFLAGS="$CFLAGS $X_INCLUDES" ++ test -n "$DPMS_INCLUDE" && CFLAGS="-I$DPMS_INCLUDE $CFLAGS" ++ AH_TEMPLATE(HAVE_DPMSCAPABLE_PROTO, ++ [Define if you have the DPMSCapable prototype in ]) ++ AC_CHECK_DECL(DPMSCapable, ++ AC_DEFINE(HAVE_DPMSCAPABLE_PROTO),, ++ [#include ++ #include ]) ++ AH_TEMPLATE(HAVE_DPMSINFO_PROTO, ++ [Define if you have the DPMSInfo prototype in ]) ++ AC_CHECK_DECL(DPMSInfo, ++ AC_DEFINE(HAVE_DPMSINFO_PROTO),, ++ [#include ++ #include ]) ++ CFLAGS="$ac_save_cflags" ++ AC_SUBST(DPMSINC) ++ AC_SUBST(DPMSLIB) ++]) ++ ++AC_DEFUN([AC_HAVE_GL], ++ [AC_REQUIRE_CPP()dnl ++ AC_REQUIRE([KDE_CHECK_EXTRA_LIBS]) ++ ++ test -z "$GL_LDFLAGS" && GL_LDFLAGS= ++ test -z "$GL_INCLUDE" && GL_INCLUDE= ++ ++ AC_ARG_WITH(gl,AC_HELP_STRING([--without-gl],[disable 3D GL modes]), ++ gl_test=$withval, gl_test="yes") ++ if test "x$kde_use_qt_emb" = "xyes"; then ++ # GL and Qt Embedded is a no-go for now. ++ ac_cv_have_gl=no ++ elif test "x$gl_test" = xno; then ++ ac_cv_have_gl=no ++ else ++ AC_MSG_CHECKING(for GL) ++ AC_CACHE_VAL(ac_cv_have_gl, ++ [ ++ AC_LANG_SAVE ++ AC_LANG_CPLUSPLUS ++ ac_save_ldflags=$LDFLAGS ++ ac_save_cxxflags=$CXXFLAGS ++ ac_save_libs=$LIBS ++ LDFLAGS="$LDFLAGS $GL_LDFLAGS $X_LDFLAGS $all_libraries" ++ LIBS="$LIBS -lGL -lGLU" ++ test "x$kde_use_qt_mac" != xyes && test "x$kde_use_qt_emb" != xyes && LIBS="$LIBS -lX11" ++ LIBS="$LIBS $LIB_XEXT -lm $LIBSOCKET" ++ CXXFLAGS="$CFLAGS $X_INCLUDES" ++ test -n "$GL_INCLUDE" && CFLAGS="-I$GL_INCLUDE $CFLAGS" ++ AC_TRY_LINK([#include ++#include ++], [], ++ ac_cv_have_gl="yes", ac_cv_have_gl="no") ++ AC_LANG_RESTORE ++ LDFLAGS=$ac_save_ldflags ++ CXXFLAGS=$ac_save_cxxflags ++ LIBS=$ac_save_libs ++ ])dnl ++ ++ if test "$ac_cv_have_gl" = "no"; then ++ AC_MSG_RESULT(no) ++ GL_LDFLAGS="" ++ GLINC="" ++ $2 ++ else ++ AC_DEFINE(HAVE_GL, 1, [Defines if you have GL (Mesa, OpenGL, ...)]) ++ if test "$GL_LDFLAGS" = ""; then ++ GLLIB='-lGLU -lGL $(LIB_X11)' ++ else ++ GLLIB="$GL_LDFLAGS -lGLU -lGL "'$(LIB_X11)' ++ fi ++ if test "$GL_INCLUDE" = ""; then ++ GLINC="" ++ else ++ GLINC="-I$GL_INCLUDE" ++ fi ++ AC_MSG_RESULT($ac_cv_have_gl) ++ $1 ++ fi ++ fi ++ AC_SUBST(GLINC) ++ AC_SUBST(GLLIB) ++]) ++ ++ ++ dnl shadow password and PAM magic - maintained by ossi@kde.org ++ ++AC_DEFUN([KDE_PAM], [ ++ AC_REQUIRE([KDE_CHECK_LIBDL]) ++ ++ want_pam= ++ AC_ARG_WITH(pam, ++ AC_HELP_STRING([--with-pam[=ARG]],[enable support for PAM: ARG=[yes|no|service name]]), ++ [ if test "x$withval" = "xyes"; then ++ want_pam=yes ++ pam_service=kde ++ elif test "x$withval" = "xno"; then ++ want_pam=no ++ else ++ want_pam=yes ++ pam_service=$withval ++ fi ++ ], [ pam_service=kde ]) ++ ++ use_pam= ++ PAMLIBS= ++ if test "x$want_pam" != xno; then ++ AC_CHECK_LIB(pam, pam_start, [ ++ AC_CHECK_HEADER(security/pam_appl.h, ++ [ pam_header=security/pam_appl.h ], ++ [ AC_CHECK_HEADER(pam/pam_appl.h, ++ [ pam_header=pam/pam_appl.h ], ++ [ ++ AC_MSG_WARN([PAM detected, but no headers found! ++Make sure you have the necessary development packages installed.]) ++ ] ++ ) ++ ] ++ ) ++ ], , $LIBDL) ++ if test -z "$pam_header"; then ++ if test "x$want_pam" = xyes; then ++ AC_MSG_ERROR([--with-pam was specified, but cannot compile with PAM!]) ++ fi ++ else ++ AC_DEFINE(HAVE_PAM, 1, [Defines if you have PAM (Pluggable Authentication Modules)]) ++ PAMLIBS="$PAM_MISC_LIB -lpam $LIBDL" ++ use_pam=yes ++ ++ dnl darwin claims to be something special ++ if test "$pam_header" = "pam/pam_appl.h"; then ++ AC_DEFINE(HAVE_PAM_PAM_APPL_H, 1, [Define if your PAM headers are in pam/ instead of security/]) ++ fi ++ ++ dnl test whether struct pam_message is const (Linux) or not (Sun) ++ AC_MSG_CHECKING(for const pam_message) ++ AC_EGREP_HEADER([struct pam_message], $pam_header, ++ [ AC_EGREP_HEADER([const struct pam_message], $pam_header, ++ [AC_MSG_RESULT([const: Linux-type PAM])], ++ [AC_MSG_RESULT([nonconst: Sun-type PAM]) ++ AC_DEFINE(PAM_MESSAGE_NONCONST, 1, [Define if your PAM support takes non-const arguments (Solaris)])] ++ )], ++ [AC_MSG_RESULT([not found - assume const, Linux-type PAM])]) ++ fi ++ fi ++ ++ AC_SUBST(PAMLIBS) ++]) ++ ++dnl DEF_PAM_SERVICE(arg name, full name, define name) ++AC_DEFUN([DEF_PAM_SERVICE], [ ++ AC_ARG_WITH($1-pam, ++ AC_HELP_STRING([--with-$1-pam=[val]],[override PAM service from --with-pam for $2]), ++ [ if test "x$use_pam" = xyes; then ++ $3_PAM_SERVICE=$withval ++ else ++ AC_MSG_ERROR([Cannot use use --with-$1-pam, as no PAM was detected. ++You may want to enforce it by using --with-pam.]) ++ fi ++ ], ++ [ if test "x$use_pam" = xyes; then ++ $3_PAM_SERVICE="$pam_service" ++ fi ++ ]) ++ if test -n "$$3_PAM_SERVICE"; then ++ AC_MSG_RESULT([The PAM service used by $2 will be $$3_PAM_SERVICE]) ++ AC_DEFINE_UNQUOTED($3_PAM_SERVICE, "$$3_PAM_SERVICE", [The PAM service to be used by $2]) ++ fi ++ AC_SUBST($3_PAM_SERVICE) ++]) ++ ++AC_DEFUN([KDE_SHADOWPASSWD], [ ++ AC_REQUIRE([KDE_PAM]) ++ ++ AC_CHECK_LIB(shadow, getspent, ++ [ LIBSHADOW="-lshadow" ++ ac_use_shadow=yes ++ ], ++ [ dnl for UnixWare ++ AC_CHECK_LIB(gen, getspent, ++ [ LIBGEN="-lgen" ++ ac_use_shadow=yes ++ ], ++ [ AC_CHECK_FUNC(getspent, ++ [ ac_use_shadow=yes ], ++ [ ac_use_shadow=no ]) ++ ]) ++ ]) ++ AC_SUBST(LIBSHADOW) ++ AC_SUBST(LIBGEN) ++ ++ AC_MSG_CHECKING([for shadow passwords]) ++ ++ AC_ARG_WITH(shadow, ++ AC_HELP_STRING([--with-shadow],[If you want shadow password support]), ++ [ if test "x$withval" != "xno"; then ++ use_shadow=yes ++ else ++ use_shadow=no ++ fi ++ ], [ ++ use_shadow="$ac_use_shadow" ++ ]) ++ ++ if test "x$use_shadow" = xyes; then ++ AC_MSG_RESULT(yes) ++ AC_DEFINE(HAVE_SHADOW, 1, [Define if you use shadow passwords]) ++ else ++ AC_MSG_RESULT(no) ++ LIBSHADOW= ++ LIBGEN= ++ fi ++ ++ dnl finally make the relevant binaries setuid root, if we have shadow passwds. ++ dnl this still applies, if we could use it indirectly through pam. ++ if test "x$use_shadow" = xyes || ++ ( test "x$use_pam" = xyes && test "x$ac_use_shadow" = xyes ); then ++ case $host in ++ *-*-freebsd* | *-*-netbsd* | *-*-openbsd*) ++ SETUIDFLAGS="-m 4755 -o root";; ++ *) ++ SETUIDFLAGS="-m 4755";; ++ esac ++ fi ++ AC_SUBST(SETUIDFLAGS) ++ ++]) ++ ++AC_DEFUN([KDE_PASSWDLIBS], [ ++ AC_REQUIRE([KDE_MISC_TESTS]) dnl for LIBCRYPT ++ AC_REQUIRE([KDE_PAM]) ++ AC_REQUIRE([KDE_SHADOWPASSWD]) ++ ++ if test "x$use_pam" = "xyes"; then ++ PASSWDLIBS="$PAMLIBS" ++ else ++ PASSWDLIBS="$LIBCRYPT $LIBSHADOW $LIBGEN" ++ fi ++ ++ dnl FreeBSD uses a shadow-like setup, where /etc/passwd holds the users, but ++ dnl /etc/master.passwd holds the actual passwords. /etc/master.passwd requires ++ dnl root to read, so kcheckpass needs to be root (even when using pam, since pam ++ dnl may need to read /etc/master.passwd). ++ case $host in ++ *-*-freebsd*) ++ SETUIDFLAGS="-m 4755 -o root" ++ ;; ++ *) ++ ;; ++ esac ++ ++ AC_SUBST(PASSWDLIBS) ++]) ++ ++AC_DEFUN([KDE_CHECK_LIBDL], ++[ ++AC_CHECK_LIB(dl, dlopen, [ ++LIBDL="-ldl" ++ac_cv_have_dlfcn=yes ++]) ++ ++AC_CHECK_LIB(dld, shl_unload, [ ++LIBDL="-ldld" ++ac_cv_have_shload=yes ++]) ++ ++AC_SUBST(LIBDL) ++]) ++ ++AC_DEFUN([KDE_CHECK_DLOPEN], ++[ ++KDE_CHECK_LIBDL ++AC_CHECK_HEADERS(dlfcn.h dl.h) ++if test "$ac_cv_header_dlfcn_h" = "no"; then ++ ac_cv_have_dlfcn=no ++fi ++ ++if test "$ac_cv_header_dl_h" = "no"; then ++ ac_cv_have_shload=no ++fi ++ ++dnl XXX why change enable_dlopen? its already set by autoconf's AC_ARG_ENABLE ++dnl (MM) ++AC_ARG_ENABLE(dlopen, ++AC_HELP_STRING([--disable-dlopen],[link statically [default=no]]), ++enable_dlopen=$enableval, ++enable_dlopen=yes) ++ ++# override the user's opinion, if we know it better ;) ++if test "$ac_cv_have_dlfcn" = "no" && test "$ac_cv_have_shload" = "no"; then ++ enable_dlopen=no ++fi ++ ++if test "$ac_cv_have_dlfcn" = "yes"; then ++ AC_DEFINE_UNQUOTED(HAVE_DLFCN, 1, [Define if you have dlfcn]) ++fi ++ ++if test "$ac_cv_have_shload" = "yes"; then ++ AC_DEFINE_UNQUOTED(HAVE_SHLOAD, 1, [Define if you have shload]) ++fi ++ ++if test "$enable_dlopen" = no ; then ++ test -n "$1" && eval $1 ++else ++ test -n "$2" && eval $2 ++fi ++ ++]) ++ ++AC_DEFUN([KDE_CHECK_DYNAMIC_LOADING], ++[ ++KDE_CHECK_DLOPEN(libtool_enable_shared=yes, libtool_enable_static=no) ++KDE_PROG_LIBTOOL ++AC_MSG_CHECKING([dynamic loading]) ++eval "`egrep '^build_libtool_libs=' libtool`" ++if test "$build_libtool_libs" = "yes" && test "$enable_dlopen" = "yes"; then ++ dynamic_loading=yes ++ AC_DEFINE_UNQUOTED(HAVE_DYNAMIC_LOADING) ++else ++ dynamic_loading=no ++fi ++AC_MSG_RESULT($dynamic_loading) ++if test "$dynamic_loading" = "yes"; then ++ $1 ++else ++ $2 ++fi ++]) ++ ++AC_DEFUN([KDE_ADD_INCLUDES], ++[ ++if test -z "$1"; then ++ test_include="Pix.h" ++else ++ test_include="$1" ++fi ++ ++AC_MSG_CHECKING([for libg++ ($test_include)]) ++ ++AC_CACHE_VAL(kde_cv_libgpp_includes, ++[ ++kde_cv_libgpp_includes=no ++ ++ for ac_dir in \ ++ \ ++ /usr/include/g++ \ ++ /usr/include \ ++ /usr/unsupported/include \ ++ /opt/include \ ++ $extra_include \ ++ ; \ ++ do ++ if test -r "$ac_dir/$test_include"; then ++ kde_cv_libgpp_includes=$ac_dir ++ break ++ fi ++ done ++]) ++ ++AC_MSG_RESULT($kde_cv_libgpp_includes) ++if test "$kde_cv_libgpp_includes" != "no"; then ++ all_includes="-I$kde_cv_libgpp_includes $all_includes $USER_INCLUDES" ++fi ++]) ++]) ++ ++AC_DEFUN([KDE_CHECK_LIBPTHREAD], ++[ ++ dnl This code is here specifically to handle the ++ dnl various flavors of threading library on FreeBSD ++ dnl 4-, 5-, and 6-, and the (weird) rules around it. ++ dnl There may be an environment PTHREAD_LIBS that ++ dnl specifies what to use; otherwise, search for it. ++ dnl -pthread is special cased and unsets LIBPTHREAD ++ dnl below if found. ++ LIBPTHREAD="" ++ ++ if test -n "$PTHREAD_LIBS"; then ++ if test "x$PTHREAD_LIBS" = "x-pthread" ; then ++ LIBPTHREAD="PTHREAD" ++ else ++ PTHREAD_LIBS_save="$PTHREAD_LIBS" ++ PTHREAD_LIBS=`echo "$PTHREAD_LIBS_save" | sed -e 's,^-l,,g'` ++ AC_MSG_CHECKING([for pthread_create in $PTHREAD_LIBS]) ++ KDE_CHECK_LIB($PTHREAD_LIBS, pthread_create, [ ++ LIBPTHREAD="$PTHREAD_LIBS_save"]) ++ PTHREAD_LIBS="$PTHREAD_LIBS_save" ++ fi ++ fi ++ ++ dnl Is this test really needed, in the face of the Tru64 test below? ++ if test -z "$LIBPTHREAD"; then ++ AC_CHECK_LIB(pthread, pthread_create, [LIBPTHREAD="-lpthread"]) ++ fi ++ ++ dnl This is a special Tru64 check, see BR 76171 issue #18. ++ if test -z "$LIBPTHREAD" ; then ++ AC_MSG_CHECKING([for pthread_create in -lpthread]) ++ kde_safe_libs=$LIBS ++ LIBS="$LIBS -lpthread" ++ AC_TRY_LINK([#include ],[(void)pthread_create(0,0,0,0);],[ ++ AC_MSG_RESULT(yes) ++ LIBPTHREAD="-lpthread"],[ ++ AC_MSG_RESULT(no)]) ++ LIBS=$kde_safe_libs ++ fi ++ ++ dnl Un-special-case for FreeBSD. ++ if test "x$LIBPTHREAD" = "xPTHREAD" ; then ++ LIBPTHREAD="" ++ fi ++ ++ AC_SUBST(LIBPTHREAD) ++]) ++ ++AC_DEFUN([KDE_CHECK_PTHREAD_OPTION], ++[ ++ USE_THREADS="" ++ if test -z "$LIBPTHREAD"; then ++ KDE_CHECK_COMPILER_FLAG(pthread, [USE_THREADS="-D_THREAD_SAFE -pthread"]) ++ fi ++ ++ AH_VERBATIM(__svr_define, [ ++#if defined(__SVR4) && !defined(__svr4__) ++#define __svr4__ 1 ++#endif ++]) ++ case $host_os in ++ solaris*) ++ KDE_CHECK_COMPILER_FLAG(mt, [USE_THREADS="-mt"]) ++ CPPFLAGS="$CPPFLAGS -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DUSE_SOLARIS -DSVR4" ++ ;; ++ freebsd*) ++ CPPFLAGS="$CPPFLAGS -D_THREAD_SAFE $PTHREAD_CFLAGS" ++ ;; ++ aix*) ++ CPPFLAGS="$CPPFLAGS -D_THREAD_SAFE" ++ LIBPTHREAD="$LIBPTHREAD -lc_r" ++ ;; ++ linux*) CPPFLAGS="$CPPFLAGS -D_REENTRANT" ++ if test "$CXX" = "KCC"; then ++ CXXFLAGS="$CXXFLAGS --thread_safe" ++ NOOPT_CXXFLAGS="$NOOPT_CXXFLAGS --thread_safe" ++ fi ++ ;; ++ *) ++ ;; ++ esac ++ AC_SUBST(USE_THREADS) ++ AC_SUBST(LIBPTHREAD) ++]) ++ ++AC_DEFUN([KDE_CHECK_THREADING], ++[ ++ AC_REQUIRE([KDE_CHECK_LIBPTHREAD]) ++ AC_REQUIRE([KDE_CHECK_PTHREAD_OPTION]) ++ dnl default is yes if libpthread is found and no if no libpthread is available ++ if test -z "$LIBPTHREAD"; then ++ if test -z "$USE_THREADS"; then ++ kde_check_threading_default=no ++ else ++ kde_check_threading_default=yes ++ fi ++ else ++ kde_check_threading_default=yes ++ fi ++ AC_ARG_ENABLE(threading,AC_HELP_STRING([--disable-threading],[disables threading even if libpthread found]), ++ kde_use_threading=$enableval, kde_use_threading=$kde_check_threading_default) ++ if test "x$kde_use_threading" = "xyes"; then ++ AC_DEFINE(HAVE_LIBPTHREAD, 1, [Define if you have a working libpthread (will enable threaded code)]) ++ fi ++]) ++ ++AC_DEFUN([KDE_TRY_LINK_PYTHON], ++[ ++if test "$kde_python_link_found" = no; then ++ ++if test "$1" = normal; then ++ AC_MSG_CHECKING(if a Python application links) ++else ++ AC_MSG_CHECKING(if Python depends on $2) ++fi ++ ++AC_CACHE_VAL(kde_cv_try_link_python_$1, ++[ ++kde_save_cflags="$CFLAGS" ++CFLAGS="$CFLAGS $PYTHONINC" ++kde_save_libs="$LIBS" ++LIBS="$LIBS $LIBPYTHON $2 $LIBDL $LIBSOCKET" ++kde_save_ldflags="$LDFLAGS" ++LDFLAGS="$LDFLAGS $PYTHONLIB" ++ ++AC_TRY_LINK( ++[ ++#include ++],[ ++ PySys_SetArgv(1, 0); ++], ++ [kde_cv_try_link_python_$1=yes], ++ [kde_cv_try_link_python_$1=no] ++) ++CFLAGS="$kde_save_cflags" ++LIBS="$kde_save_libs" ++LDFLAGS="$kde_save_ldflags" ++]) ++ ++if test "$kde_cv_try_link_python_$1" = "yes"; then ++ AC_MSG_RESULT(yes) ++ kde_python_link_found=yes ++ if test ! "$1" = normal; then ++ LIBPYTHON="$LIBPYTHON $2" ++ fi ++ $3 ++else ++ AC_MSG_RESULT(no) ++ $4 ++fi ++ ++fi ++ ++]) ++ ++AC_DEFUN([KDE_CHECK_PYTHON_DIR], ++[ ++AC_MSG_CHECKING([for Python directory]) ++ ++AC_CACHE_VAL(kde_cv_pythondir, ++[ ++ if test -z "$PYTHONDIR"; then ++ kde_cv_pythondir=/usr/local ++ else ++ kde_cv_pythondir="$PYTHONDIR" ++ fi ++]) ++ ++AC_ARG_WITH(pythondir, ++AC_HELP_STRING([--with-pythondir=pythondir],[use python installed in pythondir]), ++[ ++ ac_python_dir=$withval ++], ac_python_dir=$kde_cv_pythondir ++) ++ ++AC_MSG_RESULT($ac_python_dir) ++]) ++ ++AC_DEFUN([KDE_CHECK_PYTHON_INTERN], ++[ ++AC_REQUIRE([KDE_CHECK_LIBDL]) ++AC_REQUIRE([KDE_CHECK_LIBPTHREAD]) ++AC_REQUIRE([KDE_CHECK_PYTHON_DIR]) ++ ++if test -z "$1"; then ++ version="1.5" ++else ++ version="$1" ++fi ++ ++AC_MSG_CHECKING([for Python$version]) ++ ++python_incdirs="$ac_python_dir/include /usr/include /usr/local/include/ $kde_extra_includes" ++AC_FIND_FILE(Python.h, $python_incdirs, python_incdir) ++if test ! -r $python_incdir/Python.h; then ++ AC_FIND_FILE(python$version/Python.h, $python_incdirs, python_incdir) ++ python_incdir=$python_incdir/python$version ++ if test ! -r $python_incdir/Python.h; then ++ python_incdir=no ++ fi ++fi ++ ++PYTHONINC=-I$python_incdir ++ ++python_libdirs="$ac_python_dir/lib$kdelibsuff /usr/lib$kdelibsuff /usr/local /usr/lib$kdelibsuff $kde_extra_libs" ++AC_FIND_FILE(libpython$version.so, $python_libdirs, python_libdir) ++if test ! -r $python_libdir/libpython$version.so; then ++ AC_FIND_FILE(libpython$version.a, $python_libdirs, python_libdir) ++ if test ! -r $python_libdir/libpython$version.a; then ++ AC_FIND_FILE(python$version/config/libpython$version.a, $python_libdirs, python_libdir) ++ python_libdir=$python_libdir/python$version/config ++ if test ! -r $python_libdir/libpython$version.a; then ++ python_libdir=no ++ fi ++ fi ++fi ++ ++PYTHONLIB=-L$python_libdir ++kde_orig_LIBPYTHON=$LIBPYTHON ++if test -z "$LIBPYTHON"; then ++ LIBPYTHON=-lpython$version ++fi ++ ++AC_FIND_FILE(python$version/copy.py, $python_libdirs, python_moddir) ++python_moddir=$python_moddir/python$version ++if test ! -r $python_moddir/copy.py; then ++ python_moddir=no ++fi ++ ++PYTHONMODDIR=$python_moddir ++ ++AC_MSG_RESULT(header $python_incdir library $python_libdir modules $python_moddir) ++ ++if test x$python_incdir = xno || test x$python_libdir = xno || test x$python_moddir = xno; then ++ LIBPYTHON=$kde_orig_LIBPYTHON ++ test "x$PYTHONLIB" = "x-Lno" && PYTHONLIB="" ++ test "x$PYTHONINC" = "x-Ino" && PYTHONINC="" ++ $2 ++else ++ dnl Note: this test is very weak ++ kde_python_link_found=no ++ KDE_TRY_LINK_PYTHON(normal) ++ KDE_TRY_LINK_PYTHON(m, -lm) ++ KDE_TRY_LINK_PYTHON(pthread, $LIBPTHREAD) ++ KDE_TRY_LINK_PYTHON(tcl, -ltcl) ++ KDE_TRY_LINK_PYTHON(db2, -ldb2) ++ KDE_TRY_LINK_PYTHON(m_and_thread, [$LIBPTHREAD -lm]) ++ KDE_TRY_LINK_PYTHON(m_and_thread_and_util, [$LIBPTHREAD -lm -lutil]) ++ KDE_TRY_LINK_PYTHON(m_and_thread_and_db3, [$LIBPTHREAD -lm -ldb-3 -lutil]) ++ KDE_TRY_LINK_PYTHON(pthread_and_db3, [$LIBPTHREAD -ldb-3]) ++ KDE_TRY_LINK_PYTHON(m_and_thread_and_db, [$LIBPTHREAD -lm -ldb -ltermcap -lutil]) ++ KDE_TRY_LINK_PYTHON(pthread_and_dl, [$LIBPTHREAD $LIBDL -lutil -lreadline -lncurses -lm]) ++ KDE_TRY_LINK_PYTHON(pthread_and_panel_curses, [$LIBPTHREAD $LIBDL -lm -lpanel -lcurses]) ++ KDE_TRY_LINK_PYTHON(m_and_thread_and_db_special, [$LIBPTHREAD -lm -ldb -lutil], [], ++ [AC_MSG_WARN([it seems, Python depends on another library. ++ Please set LIBPYTHON to '-lpython$version -lotherlib' before calling configure to fix this ++ and contact the authors to let them know about this problem]) ++ ]) ++ ++ LIBPYTHON="$LIBPYTHON $LIBDL $LIBSOCKET" ++ AC_SUBST(PYTHONINC) ++ AC_SUBST(PYTHONLIB) ++ AC_SUBST(LIBPYTHON) ++ AC_SUBST(PYTHONMODDIR) ++ AC_DEFINE(HAVE_PYTHON, 1, [Define if you have the development files for python]) ++fi ++ ++]) ++ ++ ++AC_DEFUN([KDE_CHECK_PYTHON], ++[ ++ KDE_CHECK_PYTHON_INTERN("2.6", ++ [KDE_CHECK_PYTHON_INTERN("2.5", ++ [KDE_CHECK_PYTHON_INTERN("2.4", ++ [KDE_CHECK_PYTHON_INTERN("2.3", ++ [KDE_CHECK_PYTHON_INTERN("2.2", ++ [KDE_CHECK_PYTHON_INTERN("2.1", ++ [KDE_CHECK_PYTHON_INTERN("2.0", ++ [KDE_CHECK_PYTHON_INTERN($1, $2) ]) ++ ]) ++ ]) ++ ]) ++ ]) ++ ]) ++ ]) ++]) ++ ++AC_DEFUN([KDE_CHECK_STL], ++[ ++ AC_LANG_SAVE ++ AC_LANG_CPLUSPLUS ++ ac_save_CXXFLAGS="$CXXFLAGS" ++ CXXFLAGS="`echo $CXXFLAGS | sed s/-fno-exceptions//`" ++ ++ AC_MSG_CHECKING([if C++ programs can be compiled]) ++ AC_CACHE_VAL(kde_cv_stl_works, ++ [ ++ AC_TRY_COMPILE([ ++#include ++using namespace std; ++],[ ++ string astring="Hallo Welt."; ++ astring.erase(0, 6); // now astring is "Welt" ++ return 0; ++], kde_cv_stl_works=yes, ++ kde_cv_stl_works=no) ++]) ++ ++ AC_MSG_RESULT($kde_cv_stl_works) ++ ++ if test "$kde_cv_stl_works" = "yes"; then ++ # back compatible ++ AC_DEFINE_UNQUOTED(HAVE_SGI_STL, 1, [Define if you have a STL implementation by SGI]) ++ else ++ AC_MSG_ERROR([Your Installation isn't able to compile simple C++ programs. ++Check config.log for details - if you're using a Linux distribution you might miss ++a package named similar to libstdc++-dev.]) ++ fi ++ ++ CXXFLAGS="$ac_save_CXXFLAGS" ++ AC_LANG_RESTORE ++]) ++ ++AC_DEFUN([AC_FIND_QIMGIO], ++ [AC_REQUIRE([AC_FIND_JPEG]) ++AC_REQUIRE([KDE_CHECK_EXTRA_LIBS]) ++AC_MSG_CHECKING([for qimgio]) ++AC_CACHE_VAL(ac_cv_lib_qimgio, ++[ ++AC_LANG_SAVE ++AC_LANG_CPLUSPLUS ++ac_save_LIBS="$LIBS" ++ac_save_CXXFLAGS="$CXXFLAGS" ++LIBS="$all_libraries -lqimgio -lpng -lz $LIBJPEG $LIBQT" ++CXXFLAGS="$CXXFLAGS -I$qt_incdir $all_includes" ++AC_TRY_RUN(dnl ++[ ++#include ++#include ++int main() { ++ QString t = "hallo"; ++ t.fill('t'); ++ qInitImageIO(); ++} ++], ++ ac_cv_lib_qimgio=yes, ++ ac_cv_lib_qimgio=no, ++ ac_cv_lib_qimgio=no) ++LIBS="$ac_save_LIBS" ++CXXFLAGS="$ac_save_CXXFLAGS" ++AC_LANG_RESTORE ++])dnl ++if eval "test \"`echo $ac_cv_lib_qimgio`\" = yes"; then ++ LIBQIMGIO="-lqimgio -lpng -lz $LIBJPEG" ++ AC_MSG_RESULT(yes) ++ AC_DEFINE_UNQUOTED(HAVE_QIMGIO, 1, [Define if you have the Qt extension qimgio available]) ++ AC_SUBST(LIBQIMGIO) ++else ++ AC_MSG_RESULT(not found) ++fi ++]) ++ ++AC_DEFUN([AM_DISABLE_LIBRARIES], ++[ ++ AC_PROVIDE([AM_ENABLE_STATIC]) ++ AC_PROVIDE([AM_ENABLE_SHARED]) ++ enable_static=no ++ enable_shared=yes ++]) ++ ++ ++AC_DEFUN([AC_CHECK_UTMP_FILE], ++[ ++ AC_MSG_CHECKING([for utmp file]) ++ ++ AC_CACHE_VAL(kde_cv_utmp_file, ++ [ ++ kde_cv_utmp_file=no ++ ++ for ac_file in \ ++ \ ++ /var/run/utmp \ ++ /var/adm/utmp \ ++ /etc/utmp \ ++ ; \ ++ do ++ if test -r "$ac_file"; then ++ kde_cv_utmp_file=$ac_file ++ break ++ fi ++ done ++ ]) ++ ++ if test "$kde_cv_utmp_file" != "no"; then ++ AC_DEFINE_UNQUOTED(UTMP, "$kde_cv_utmp_file", [Define the file for utmp entries]) ++ $1 ++ AC_MSG_RESULT($kde_cv_utmp_file) ++ else ++ $2 ++ AC_MSG_RESULT([non found]) ++ fi ++]) ++ ++ ++AC_DEFUN([KDE_CREATE_SUBDIRSLIST], ++[ ++ ++DO_NOT_COMPILE="$DO_NOT_COMPILE CVS debian bsd-port admin" ++TOPSUBDIRS="" ++ ++if test ! -s $srcdir/subdirs; then ++ dnl Note: Makefile.common creates subdirs, so this is just a fallback ++ files=`cd $srcdir && ls -1` ++ dirs=`for i in $files; do if test -d $i; then echo $i; fi; done` ++ for i in $dirs; do ++ echo $i >> $srcdir/subdirs ++ done ++fi ++ ++ac_topsubdirs= ++if test -s $srcdir/inst-apps; then ++ ac_topsubdirs="`cat $srcdir/inst-apps`" ++elif test -s $srcdir/subdirs; then ++ ac_topsubdirs="`cat $srcdir/subdirs`" ++fi ++ ++for i in $ac_topsubdirs; do ++ AC_MSG_CHECKING([if $i should be compiled]) ++ if test -d $srcdir/$i; then ++ install_it="yes" ++ for j in $DO_NOT_COMPILE; do ++ if test $i = $j; then ++ install_it="no" ++ fi ++ done ++ else ++ install_it="no" ++ fi ++ AC_MSG_RESULT($install_it) ++ vari=`echo $i | sed -e 's,[[-+.@]],_,g'` ++ if test $install_it = "yes"; then ++ TOPSUBDIRS="$TOPSUBDIRS $i" ++ eval "$vari""_SUBDIR_included=yes" ++ else ++ eval "$vari""_SUBDIR_included=no" ++ fi ++done ++ ++AC_SUBST(TOPSUBDIRS) ++]) ++ ++AC_DEFUN([KDE_CHECK_NAMESPACES], ++[ ++AC_MSG_CHECKING(whether C++ compiler supports namespaces) ++AC_LANG_SAVE ++AC_LANG_CPLUSPLUS ++AC_TRY_COMPILE([ ++], ++[ ++namespace Foo { ++ extern int i; ++ namespace Bar { ++ extern int i; ++ } ++} ++ ++int Foo::i = 0; ++int Foo::Bar::i = 1; ++],[ ++ AC_MSG_RESULT(yes) ++ AC_DEFINE(HAVE_NAMESPACES) ++], [ ++AC_MSG_RESULT(no) ++]) ++AC_LANG_RESTORE ++]) ++ ++dnl ------------------------------------------------------------------------ ++dnl Check for S_ISSOCK macro. Doesn't exist on Unix SCO. faure@kde.org ++dnl ------------------------------------------------------------------------ ++dnl ++AC_DEFUN([AC_CHECK_S_ISSOCK], ++[ ++AC_MSG_CHECKING(for S_ISSOCK) ++AC_CACHE_VAL(ac_cv_have_s_issock, ++[ ++AC_TRY_LINK( ++[ ++#include ++], ++[ ++struct stat buff; ++int b = S_ISSOCK( buff.st_mode ); ++], ++ac_cv_have_s_issock=yes, ++ac_cv_have_s_issock=no) ++]) ++AC_MSG_RESULT($ac_cv_have_s_issock) ++if test "$ac_cv_have_s_issock" = "yes"; then ++ AC_DEFINE_UNQUOTED(HAVE_S_ISSOCK, 1, [Define if sys/stat.h declares S_ISSOCK.]) ++fi ++ ++AH_VERBATIM(_ISSOCK, ++[ ++#ifndef HAVE_S_ISSOCK ++#define HAVE_S_ISSOCK ++#define S_ISSOCK(mode) (1==0) ++#endif ++]) ++ ++]) ++ ++dnl ------------------------------------------------------------------------ ++dnl Check for MAXPATHLEN macro, defines KDEMAXPATHLEN. faure@kde.org ++dnl ------------------------------------------------------------------------ ++dnl ++AC_DEFUN([AC_CHECK_KDEMAXPATHLEN], ++[ ++AC_MSG_CHECKING(for MAXPATHLEN) ++AC_CACHE_VAL(ac_cv_maxpathlen, ++[ ++cat > conftest.$ac_ext < ++#endif ++#include ++#include ++#ifndef MAXPATHLEN ++#define MAXPATHLEN 1024 ++#endif ++ ++KDE_HELLO MAXPATHLEN ++ ++EOF ++ ++ac_try="$ac_cpp conftest.$ac_ext 2>/dev/null | grep '^KDE_HELLO' >conftest.out" ++ ++if AC_TRY_EVAL(ac_try) && test -s conftest.out; then ++ ac_cv_maxpathlen=`sed 's#KDE_HELLO ##' conftest.out` ++else ++ ac_cv_maxpathlen=1024 ++fi ++ ++rm conftest.* ++ ++]) ++AC_MSG_RESULT($ac_cv_maxpathlen) ++AC_DEFINE_UNQUOTED(KDEMAXPATHLEN,$ac_cv_maxpathlen, [Define a safe value for MAXPATHLEN] ) ++]) ++ ++AC_DEFUN([KDE_CHECK_HEADER], ++[ ++ kde_safe_cppflags=$CPPFLAGS ++ CPPFLAGS="$CPPFLAGS $all_includes" ++ AC_LANG_SAVE ++ AC_LANG_CPLUSPLUS ++ AC_CHECK_HEADER([$1], [$2], [$3], [$4]) ++ AC_LANG_RESTORE ++ CPPFLAGS=$kde_safe_cppflags ++]) ++ ++AC_DEFUN([KDE_CHECK_HEADERS], ++[ ++ AH_CHECK_HEADERS([$1]) ++ AC_LANG_SAVE ++ kde_safe_cppflags=$CPPFLAGS ++ CPPFLAGS="$CPPFLAGS $all_includes" ++ AC_LANG_CPLUSPLUS ++ AC_CHECK_HEADERS([$1], [$2], [$3], [$4]) ++ CPPFLAGS=$kde_safe_cppflags ++ AC_LANG_RESTORE ++]) ++ ++AC_DEFUN([KDE_FAST_CONFIGURE], ++[ ++ dnl makes configure fast (needs perl) ++ AC_ARG_ENABLE(fast-perl, AC_HELP_STRING([--disable-fast-perl],[disable fast Makefile generation (needs perl)]), ++ with_fast_perl=$enableval, with_fast_perl=yes) ++]) ++ ++AC_DEFUN([KDE_CONF_FILES], ++[ ++ val= ++ if test -f $srcdir/configure.files ; then ++ val=`sed -e 's%^%\$(top_srcdir)/%' $srcdir/configure.files` ++ fi ++ CONF_FILES= ++ if test -n "$val" ; then ++ for i in $val ; do ++ CONF_FILES="$CONF_FILES $i" ++ done ++ fi ++ AC_SUBST(CONF_FILES) ++])dnl ++ ++dnl This sets the prefix, for arts and kdelibs ++dnl Do NOT use in any other module. ++dnl It only looks at --prefix, KDEDIR and falls back to /usr/local/kde ++AC_DEFUN([KDE_SET_PREFIX_CORE], ++[ ++ unset CDPATH ++ dnl make $KDEDIR the default for the installation ++ AC_PREFIX_DEFAULT(${KDEDIR:-/usr/local/kde}) ++ ++ if test "x$prefix" = "xNONE"; then ++ prefix=$ac_default_prefix ++ ac_configure_args="$ac_configure_args --prefix=$prefix" ++ fi ++ # And delete superfluous '/' to make compares easier ++ prefix=`echo "$prefix" | sed 's,//*,/,g' | sed -e 's,/$,,'` ++ exec_prefix=`echo "$exec_prefix" | sed 's,//*,/,g' | sed -e 's,/$,,'` ++ ++ kde_libs_prefix='$(prefix)' ++ kde_libs_htmldir='$(kde_htmldir)' ++ AC_SUBST(kde_libs_prefix) ++ AC_SUBST(kde_libs_htmldir) ++ KDE_FAST_CONFIGURE ++ KDE_CONF_FILES ++]) ++ ++ ++AC_DEFUN([KDE_SET_PREFIX], ++[ ++ unset CDPATH ++ dnl We can't give real code to that macro, only a value. ++ dnl It only matters for --help, since we set the prefix in this function anyway. ++ AC_PREFIX_DEFAULT(${KDEDIR:-the kde prefix}) ++ ++ KDE_SET_DEFAULT_BINDIRS ++ if test "x$prefix" = "xNONE"; then ++ dnl no prefix given: look for kde-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) ++ else ++ dnl prefix given: look for kde-config, preferrably in prefix, otherwise in PATH ++ kde_save_PATH="$PATH" ++ PATH="$exec_prefix/bin:$prefix/bin:$PATH" ++ KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) ++ PATH="$kde_save_PATH" ++ fi ++ ++ kde_libs_prefix=`$KDECONFIG --prefix` ++ if test -z "$kde_libs_prefix" || test ! -x "$kde_libs_prefix"; then ++ AC_MSG_ERROR([$KDECONFIG --prefix outputed the non existant prefix '$kde_libs_prefix' for kdelibs. ++ This means it has been moved since you installed it. ++ This won't work. Please recompile kdelibs for the new prefix. ++ ]) ++ fi ++ kde_libs_htmldir=`$KDECONFIG --install html --expandvars` ++ ++ AC_MSG_CHECKING([where to install]) ++ if test "x$prefix" = "xNONE"; then ++ prefix=$kde_libs_prefix ++ AC_MSG_RESULT([$prefix (as returned by kde-config)]) ++ else ++ dnl --prefix was given. Compare prefixes and warn (in configure.in.bot.end) if different ++ given_prefix=$prefix ++ AC_MSG_RESULT([$prefix (as requested)]) ++ fi ++ ++ # And delete superfluous '/' to make compares easier ++ prefix=`echo "$prefix" | sed 's,//*,/,g' | sed -e 's,/$,,'` ++ exec_prefix=`echo "$exec_prefix" | sed 's,//*,/,g' | sed -e 's,/$,,'` ++ given_prefix=`echo "$given_prefix" | sed 's,//*,/,g' | sed -e 's,/$,,'` ++ ++ AC_SUBST(KDECONFIG) ++ AC_SUBST(kde_libs_prefix) ++ AC_SUBST(kde_libs_htmldir) ++ ++ KDE_FAST_CONFIGURE ++ KDE_CONF_FILES ++]) ++ ++pushdef([AC_PROG_INSTALL], ++[ ++ dnl our own version, testing for a -p flag ++ popdef([AC_PROG_INSTALL]) ++ dnl as AC_PROG_INSTALL works as it works we first have ++ dnl to save if the user didn't specify INSTALL, as the ++ dnl autoconf one overwrites INSTALL and we have no chance to find ++ dnl out afterwards ++ test -n "$INSTALL" && kde_save_INSTALL_given=$INSTALL ++ test -n "$INSTALL_PROGRAM" && kde_save_INSTALL_PROGRAM_given=$INSTALL_PROGRAM ++ test -n "$INSTALL_SCRIPT" && kde_save_INSTALL_SCRIPT_given=$INSTALL_SCRIPT ++ AC_PROG_INSTALL ++ ++ if test -z "$kde_save_INSTALL_given" ; then ++ # OK, user hasn't given any INSTALL, autoconf found one for us ++ # now we test, if it supports the -p flag ++ AC_MSG_CHECKING(for -p flag to install) ++ rm -f confinst.$$.* > /dev/null 2>&1 ++ echo "Testtest" > confinst.$$.orig ++ ac_res=no ++ if ${INSTALL} -p confinst.$$.orig confinst.$$.new > /dev/null 2>&1 ; then ++ if test -f confinst.$$.new ; then ++ # OK, -p seems to do no harm to install ++ INSTALL="${INSTALL} -p" ++ ac_res=yes ++ fi ++ fi ++ rm -f confinst.$$.* ++ AC_MSG_RESULT($ac_res) ++ fi ++ dnl the following tries to resolve some signs and wonders coming up ++ dnl with different autoconf/automake versions ++ dnl e.g.: ++ dnl *automake 1.4 install-strip sets A_M_INSTALL_PROGRAM_FLAGS to -s ++ dnl and has INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(A_M_INSTALL_PROGRAM_FLAGS) ++ dnl it header-vars.am, so there the actual INSTALL_PROGRAM gets the -s ++ dnl *automake 1.4a (and above) use INSTALL_STRIP_FLAG and only has ++ dnl INSTALL_PROGRAM = @INSTALL_PROGRAM@ there, but changes the ++ dnl install-@DIR@PROGRAMS targets to explicitly use that flag ++ dnl *autoconf 2.13 is dumb, and thinks it can use INSTALL_PROGRAM as ++ dnl INSTALL_SCRIPT, which breaks with automake <= 1.4 ++ dnl *autoconf >2.13 (since 10.Apr 1999) has not that failure ++ dnl *sometimes KDE does not use the install-@DIR@PROGRAM targets from ++ dnl automake (due to broken Makefile.am or whatever) to install programs, ++ dnl and so does not see the -s flag in automake > 1.4 ++ dnl to clean up that mess we: ++ dnl +set INSTALL_PROGRAM to use INSTALL_STRIP_FLAG ++ dnl which cleans KDE's program with automake > 1.4; ++ dnl +set INSTALL_SCRIPT to only use INSTALL, to clean up autoconf's problems ++ dnl with automake<=1.4 ++ dnl note that dues to this sometimes two '-s' flags are used (if KDE ++ dnl properly uses install-@DIR@PROGRAMS, but I don't care ++ dnl ++ dnl And to all this comes, that I even can't write in comments variable ++ dnl names used by automake, because it is so stupid to think I wanted to ++ dnl _use_ them, therefor I have written A_M_... instead of AM_ ++ dnl hmm, I wanted to say something ... ahh yes: Arghhh. ++ ++ if test -z "$kde_save_INSTALL_PROGRAM_given" ; then ++ INSTALL_PROGRAM='${INSTALL} $(INSTALL_STRIP_FLAG)' ++ fi ++ if test -z "$kde_save_INSTALL_SCRIPT_given" ; then ++ INSTALL_SCRIPT='${INSTALL}' ++ fi ++])dnl ++ ++AC_DEFUN([KDE_LANG_CPLUSPLUS], ++[AC_LANG_CPLUSPLUS ++ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&AC_FD_CC' ++pushdef([AC_LANG_CPLUSPLUS], [popdef([AC_LANG_CPLUSPLUS]) KDE_LANG_CPLUSPLUS]) ++]) ++ ++pushdef([AC_LANG_CPLUSPLUS], ++[popdef([AC_LANG_CPLUSPLUS]) ++KDE_LANG_CPLUSPLUS ++]) ++ ++AC_DEFUN([KDE_CHECK_LONG_LONG], ++[ ++AC_MSG_CHECKING(for long long) ++AC_CACHE_VAL(kde_cv_c_long_long, ++[ ++ AC_LANG_SAVE ++ AC_LANG_CPLUSPLUS ++ AC_TRY_LINK([], [ ++ long long foo = 0; ++ foo = foo+1; ++ ], ++ kde_cv_c_long_long=yes, kde_cv_c_long_long=no) ++ AC_LANG_RESTORE ++]) ++AC_MSG_RESULT($kde_cv_c_long_long) ++if test "$kde_cv_c_long_long" = yes; then ++ AC_DEFINE(HAVE_LONG_LONG, 1, [Define if you have long long as datatype]) ++fi ++]) ++ ++AC_DEFUN([KDE_CHECK_LIB], ++[ ++ kde_save_LDFLAGS="$LDFLAGS" ++ dnl AC_CHECK_LIB modifies LIBS, so save it here ++ kde_save_LIBS="$LIBS" ++ LDFLAGS="$LDFLAGS $all_libraries" ++ case $host_os in ++ aix*) LDFLAGS="-brtl $LDFLAGS" ++ test "$GCC" = yes && LDFLAGS="-Wl,$LDFLAGS" ++ ;; ++ esac ++ AC_CHECK_LIB($1, $2, $3, $4, $5) ++ LDFLAGS="$kde_save_LDFLAGS" ++ LIBS="$kde_save_LIBS" ++]) ++ ++AC_DEFUN([KDE_JAVA_PREFIX], ++[ ++ dir=`dirname "$1"` ++ base=`basename "$1"` ++ list=`ls -1 $dir 2> /dev/null` ++ for entry in $list; do ++ if test -d $dir/$entry/bin; then ++ case $entry in ++ $base) ++ javadirs="$javadirs $dir/$entry/bin" ++ ;; ++ esac ++ elif test -d $dir/$entry/jre/bin; then ++ case $entry in ++ $base) ++ javadirs="$javadirs $dir/$entry/jre/bin" ++ ;; ++ esac ++ fi ++ done ++]) ++ ++dnl KDE_CHEC_JAVA_DIR(onlyjre) ++AC_DEFUN([KDE_CHECK_JAVA_DIR], ++[ ++ ++AC_ARG_WITH(java, ++AC_HELP_STRING([--with-java=javadir],[use java installed in javadir, --without-java disables]), ++[ ac_java_dir=$withval ++], ac_java_dir="" ++) ++ ++AC_MSG_CHECKING([for Java]) ++ ++dnl at this point ac_java_dir is either a dir, 'no' to disable, or '' to say look in $PATH ++if test "x$ac_java_dir" = "xno"; then ++ kde_java_bindir=no ++ kde_java_includedir=no ++ kde_java_libjvmdir=no ++ kde_java_libgcjdir=no ++ kde_java_libhpidir=no ++else ++ if test "x$ac_java_dir" = "x"; then ++ ++ ++ dnl No option set -> collect list of candidate paths ++ if test -n "$JAVA_HOME"; then ++ KDE_JAVA_PREFIX($JAVA_HOME) ++ fi ++ KDE_JAVA_PREFIX(/usr/j2se) ++ KDE_JAVA_PREFIX(/usr/lib/j2se) ++ KDE_JAVA_PREFIX(/usr/j*dk*) ++ KDE_JAVA_PREFIX(/usr/lib/j*dk*) ++ KDE_JAVA_PREFIX(/opt/j*sdk*) ++ KDE_JAVA_PREFIX(/usr/lib/java*) ++ KDE_JAVA_PREFIX(/usr/java*) ++ KDE_JAVA_PREFIX(/usr/java/j*dk*) ++ KDE_JAVA_PREFIX(/usr/java/j*re*) ++ KDE_JAVA_PREFIX(/usr/lib/SunJava2*) ++ KDE_JAVA_PREFIX(/usr/lib/SunJava*) ++ KDE_JAVA_PREFIX(/usr/lib/IBMJava2*) ++ KDE_JAVA_PREFIX(/usr/lib/IBMJava*) ++ KDE_JAVA_PREFIX(/opt/java*) ++ ++ kde_cv_path="NONE" ++ kde_save_IFS=$IFS ++ IFS=':' ++ for dir in $PATH; do ++ if test -d "$dir"; then ++ javadirs="$javadirs $dir" ++ fi ++ done ++ IFS=$kde_save_IFS ++ jredirs= ++ ++ dnl Now javadirs contains a list of paths that exist, all ending with bin/ ++ for dir in $javadirs; do ++ dnl Check for the java executable ++ if test -x "$dir/java"; then ++ sane_path=$(cd $dir; /bin/pwd) ++ dnl And also check for a libjvm.so somewhere under there ++ dnl Since we have to go to the parent dir, /usr/bin is excluded, /usr is too big. ++ if test "$sane_path" != "/usr/bin"; then ++ libjvmdir=`find $dir/.. -name libjvm.so | sed 's,libjvm.so,,'|head -n 1` ++ if test ! -f $libjvmdir/libjvm.so; then continue; fi ++ jredirs="$jredirs $dir" ++ fi ++ fi ++ done ++ ++ dnl Now jredirs contains a reduced list, of paths where both java and ../**/libjvm.so was found ++ JAVAC= ++ JAVA= ++ kde_java_bindir=no ++ for dir in $jredirs; do ++ JAVA="$dir/java" ++ kde_java_bindir=$dir ++ if test -x "$dir/javac"; then ++ JAVAC="$dir/javac" ++ break ++ fi ++ done ++ ++ if test -n "$JAVAC"; then ++ dnl this substitution might not work - well, we test for jni.h below ++ kde_java_includedir=`echo $JAVAC | sed -e 's,bin/javac$,include/,'` ++ else ++ kde_java_includedir=no ++ fi ++ else ++ dnl config option set ++ kde_java_bindir=$ac_java_dir/bin ++ if test -x $ac_java_dir/bin/java && test ! -x $ac_java_dir/bin/javac; then ++ kde_java_includedir=no ++ else ++ kde_java_includedir=$ac_java_dir/include ++ fi ++ fi ++fi ++ ++dnl At this point kde_java_bindir and kde_java_includedir are either set or "no" ++if test "x$kde_java_bindir" != "xno"; then ++ ++ dnl Look for libjvm.so ++ kde_java_libjvmdir=`find $kde_java_bindir/.. -name libjvm.so | sed 's,libjvm.so,,'|head -n 1` ++ dnl Look for libgcj.so ++ kde_java_libgcjdir=`find $kde_java_bindir/.. -name libgcj.so | sed 's,libgcj.so,,'|head -n 1` ++ dnl Look for libhpi.so and avoid green threads ++ kde_java_libhpidir=`find $kde_java_bindir/.. -name libhpi.so | grep -v green | sed 's,libhpi.so,,' | head -n 1` ++ ++ dnl Now check everything's fine under there ++ dnl the include dir is our flag for having the JDK ++ if test -d "$kde_java_includedir"; then ++ if test ! -x "$kde_java_bindir/javac"; then ++ AC_MSG_ERROR([javac not found under $kde_java_bindir - it seems you passed a wrong --with-java.]) ++ fi ++ if test ! -x "$kde_java_bindir/javah"; then ++ AC_MSG_ERROR([javah not found under $kde_java_bindir. javac was found though! Use --with-java or --without-java.]) ++ fi ++ if test ! -x "$kde_java_bindir/jar"; then ++ AC_MSG_ERROR([jar not found under $kde_java_bindir. javac was found though! Use --with-java or --without-java.]) ++ fi ++ if test ! -r "$kde_java_includedir/jni.h"; then ++ AC_MSG_ERROR([jni.h not found under $kde_java_includedir. Use --with-java or --without-java.]) ++ fi ++ ++ jni_includes="-I$kde_java_includedir" ++ dnl Strange thing, jni.h requires jni_md.h which is under genunix here.. ++ dnl and under linux here.. ++ ++ dnl not needed for gcj ++ ++ if test "x$kde_java_libgcjdir" = "x"; then ++ test -d "$kde_java_includedir/linux" && jni_includes="$jni_includes -I$kde_java_includedir/linux" ++ test -d "$kde_java_includedir/solaris" && jni_includes="$jni_includes -I$kde_java_includedir/solaris" ++ test -d "$kde_java_includedir/genunix" && jni_includes="$jni_includes -I$kde_java_includedir/genunix" ++ fi ++ ++ else ++ JAVAC= ++ jni_includes= ++ fi ++ ++ if test "x$kde_java_libgcjdir" = "x"; then ++ if test ! -r "$kde_java_libjvmdir/libjvm.so"; then ++ AC_MSG_ERROR([libjvm.so not found under $kde_java_libjvmdir. Use --without-java.]) ++ fi ++ else ++ if test ! -r "$kde_java_libgcjdir/libgcj.so"; then ++ AC_MSG_ERROR([libgcj.so not found under $kde_java_libgcjdir. Use --without-java.]) ++ fi ++ fi ++ ++ if test ! -x "$kde_java_bindir/java"; then ++ AC_MSG_ERROR([java not found under $kde_java_bindir. javac was found though! Use --with-java or --without-java.]) ++ fi ++ ++ dnl not needed for gcj compile ++ ++ if test "x$kde_java_libgcjdir" = "x"; then ++ if test ! -r "$kde_java_libhpidir/libhpi.so"; then ++ AC_MSG_ERROR([libhpi.so not found under $kde_java_libhpidir. Use --without-java.]) ++ fi ++ fi ++ ++ if test -n "$jni_includes"; then ++ dnl Check for JNI version ++ AC_LANG_SAVE ++ AC_LANG_CPLUSPLUS ++ ac_cxxflags_safe="$CXXFLAGS" ++ CXXFLAGS="$CXXFLAGS $all_includes $jni_includes" ++ ++ AC_TRY_COMPILE([ ++ #include ++ ], ++ [ ++ #ifndef JNI_VERSION_1_2 ++ Syntax Error ++ #endif ++ ],[ kde_jni_works=yes ], ++ [ kde_jni_works=no ]) ++ ++ if test $kde_jni_works = no; then ++ AC_MSG_ERROR([Incorrect version of $kde_java_includedir/jni.h. ++ You need to have Java Development Kit (JDK) version 1.2. ++ ++ Use --with-java to specify another location. ++ Use --without-java to configure without java support. ++ Or download a newer JDK and try again. ++ See e.g. http://java.sun.com/products/jdk/1.2 ]) ++ fi ++ ++ CXXFLAGS="$ac_cxxflags_safe" ++ AC_LANG_RESTORE ++ ++ dnl All tests ok, inform and subst the variables ++ ++ JAVAC=$kde_java_bindir/javac ++ JAVAH=$kde_java_bindir/javah ++ JAR=$kde_java_bindir/jar ++ AC_DEFINE_UNQUOTED(PATH_JAVA, "$kde_java_bindir/java", [Define where your java executable is]) ++ if test "x$kde_java_libgcjdir" = "x"; then ++ JVMLIBS="-L$kde_java_libjvmdir -ljvm -L$kde_java_libhpidir -lhpi" ++ else ++ JVMLIBS="-L$kde_java_libgcjdir -lgcj" ++ fi ++ AC_MSG_RESULT([java JDK in $kde_java_bindir]) ++ ++ else ++ AC_DEFINE_UNQUOTED(PATH_JAVA, "$kde_java_bindir/java", [Define where your java executable is]) ++ AC_MSG_RESULT([java JRE in $kde_java_bindir]) ++ fi ++elif test -d "/Library/Java/Home"; then ++ kde_java_bindir="/Library/Java/Home/bin" ++ jni_includes="-I/Library/Java/Home/include" ++ ++ JAVAC=$kde_java_bindir/javac ++ JAVAH=$kde_java_bindir/javah ++ JAR=$kde_java_bindir/jar ++ JVMLIBS="-Wl,-framework,JavaVM" ++ ++ AC_DEFINE_UNQUOTED(PATH_JAVA, "$kde_java_bindir/java", [Define where your java executable is]) ++ AC_MSG_RESULT([Apple Java Framework]) ++else ++ AC_MSG_RESULT([none found]) ++fi ++ ++AC_SUBST(JAVAC) ++AC_SUBST(JAVAH) ++AC_SUBST(JAR) ++AC_SUBST(JVMLIBS) ++AC_SUBST(jni_includes) ++ ++# for backward compat ++kde_cv_java_includedir=$kde_java_includedir ++kde_cv_java_bindir=$kde_java_bindir ++]) ++ ++dnl this is a redefinition of autoconf 2.5x's AC_FOREACH. ++dnl When the argument list becomes big, as in KDE for AC_OUTPUT in ++dnl big packages, m4_foreach is dog-slow. So use our own version of ++dnl it. (matz@kde.org) ++m4_define([mm_foreach], ++[m4_pushdef([$1])_mm_foreach($@)m4_popdef([$1])]) ++m4_define([mm_car], [[$1]]) ++m4_define([mm_car2], [[$@]]) ++m4_define([_mm_foreach], ++[m4_if(m4_quote($2), [], [], ++ [m4_define([$1], mm_car($2))$3[]_mm_foreach([$1], ++ mm_car2(m4_shift($2)), ++ [$3])])]) ++m4_define([AC_FOREACH], ++[mm_foreach([$1], m4_split(m4_normalize([$2])), [$3])]) ++ ++AC_DEFUN([KDE_NEED_FLEX], ++[ ++kde_libs_safe=$LIBS ++LIBS="$LIBS $USER_LDFLAGS" ++AM_PROG_LEX ++LIBS=$kde_libs_safe ++if test -z "$LEXLIB"; then ++ AC_MSG_ERROR([You need to have flex installed.]) ++fi ++AC_SUBST(LEXLIB) ++]) ++ ++AC_DEFUN([AC_PATH_QTOPIA], ++[ ++ dnl TODO: use AC_CACHE_VAL ++ ++ if test -z "$1"; then ++ qtopia_minver_maj=1 ++ qtopia_minver_min=5 ++ qtopia_minver_pat=0 ++ else ++ qtopia_minver_maj=`echo "$1" | sed -e "s/^\(.*\)\..*\..*$/\1/"` ++ qtopia_minver_min=`echo "$1" | sed -e "s/^.*\.\(.*\)\..*$/\1/"` ++ qtopia_minver_pat=`echo "$1" | sed -e "s/^.*\..*\.\(.*\)$/\1/"` ++ fi ++ ++ qtopia_minver="$qtopia_minver_maj$qtopia_minver_min$qtopia_minver_pat" ++ qtopia_minverstr="$qtopia_minver_maj.$qtopia_minver_min.$qtopia_minver_pat" ++ ++ AC_REQUIRE([AC_PATH_QT]) ++ ++ AC_MSG_CHECKING([for Qtopia]) ++ ++ LIB_QTOPIA="-lqpe" ++ AC_SUBST(LIB_QTOPIA) ++ ++ kde_qtopia_dirs="$QPEDIR /opt/Qtopia" ++ ++ ac_qtopia_incdir=NO ++ ++ AC_ARG_WITH(qtopia-dir, ++ AC_HELP_STRING([--with-qtopia-dir=DIR],[where the root of Qtopia is installed]), ++ [ ac_qtopia_incdir="$withval"/include] ) ++ ++ qtopia_incdirs="" ++ for dir in $kde_qtopia_dirs; do ++ qtopia_incdirs="$qtopia_incdirs $dir/include" ++ done ++ ++ if test ! "$ac_qtopia_incdir" = "NO"; then ++ qtopia_incdirs="$ac_qtopia_incdir $qtopia_incdirs" ++ fi ++ ++ qtopia_incdir="" ++ AC_FIND_FILE(qpe/qpeapplication.h, $qtopia_incdirs, qtopia_incdir) ++ ac_qtopia_incdir="$qtopia_incdir" ++ ++ if test -z "$qtopia_incdir"; then ++ AC_MSG_ERROR([Cannot find Qtopia headers. Please check your installation.]) ++ fi ++ ++ qtopia_ver_maj=`cat $qtopia_incdir/qpe/version.h | sed -n -e 's,.*QPE_VERSION "\(.*\)\..*\..*".*,\1,p'`; ++ qtopia_ver_min=`cat $qtopia_incdir/qpe/version.h | sed -n -e 's,.*QPE_VERSION ".*\.\(.*\)\..*".*,\1,p'`; ++ qtopia_ver_pat=`cat $qtopia_incdir/qpe/version.h | sed -n -e 's,.*QPE_VERSION ".*\..*\.\(.*\)".*,\1,p'`; ++ ++ qtopia_ver="$qtopia_ver_maj$qtopia_ver_min$qtopia_ver_pat" ++ qtopia_verstr="$qtopia_ver_maj.$qtopia_ver_min.$qtopia_ver_pat" ++ if test "$qtopia_ver" -lt "$qtopia_minver"; then ++ AC_MSG_ERROR([found Qtopia version $qtopia_verstr but version $qtopia_minverstr ++is required.]) ++ fi ++ ++ AC_LANG_SAVE ++ AC_LANG_CPLUSPLUS ++ ++ ac_cxxflags_safe="$CXXFLAGS" ++ ac_ldflags_safe="$LDFLAGS" ++ ac_libs_safe="$LIBS" ++ ++ CXXFLAGS="$CXXFLAGS -I$qtopia_incdir $all_includes" ++ LDFLAGS="$LDFLAGS $QT_LDFLAGS $all_libraries $USER_LDFLAGS $KDE_MT_LDFLAGS" ++ LIBS="$LIBS $LIB_QTOPIA $LIBQT" ++ ++ cat > conftest.$ac_ext < ++#include ++ ++int main( int argc, char **argv ) ++{ ++ QPEApplication app( argc, argv ); ++ return 0; ++} ++EOF ++ ++ if AC_TRY_EVAL(ac_link) && test -s conftest; then ++ rm -f conftest* ++ else ++ rm -f conftest* ++ AC_MSG_ERROR([Cannot link small Qtopia Application. For more details look at ++the end of config.log]) ++ fi ++ ++ CXXFLAGS="$ac_cxxflags_safe" ++ LDFLAGS="$ac_ldflags_safe" ++ LIBS="$ac_libs_safe" ++ ++ AC_LANG_RESTORE ++ ++ QTOPIA_INCLUDES="-I$qtopia_incdir" ++ AC_SUBST(QTOPIA_INCLUDES) ++ ++ AC_MSG_RESULT([found version $qtopia_verstr with headers at $qtopia_incdir]) ++]) ++ ++ ++AC_DEFUN([KDE_INIT_DOXYGEN], ++[ ++AC_MSG_CHECKING([for Qt docs]) ++kde_qtdir= ++if test "${with_qt_dir+set}" = set; then ++ kde_qtdir="$with_qt_dir" ++fi ++ ++AC_FIND_FILE(qsql.html, [ $kde_qtdir/doc/html $QTDIR/doc/html /usr/share/doc/packages/qt3/html /usr/lib/qt/doc /usr/lib/qt3/doc /usr/lib/qt3/doc/html /usr/doc/qt3/html /usr/doc/qt3 /usr/share/doc/qt3-doc /usr/share/qt3/doc/html /usr/X11R6/share/doc/qt/html ], QTDOCDIR) ++AC_MSG_RESULT($QTDOCDIR) ++ ++AC_SUBST(QTDOCDIR) ++ ++KDE_FIND_PATH(dot, DOT, [], []) ++if test -n "$DOT"; then ++ KDE_HAVE_DOT="YES" ++else ++ KDE_HAVE_DOT="NO" ++fi ++AC_SUBST(KDE_HAVE_DOT) ++KDE_FIND_PATH(doxygen, DOXYGEN, [], []) ++AC_SUBST(DOXYGEN) ++ ++DOXYGEN_PROJECT_NAME="$1" ++DOXYGEN_PROJECT_NUMBER="$2" ++AC_SUBST(DOXYGEN_PROJECT_NAME) ++AC_SUBST(DOXYGEN_PROJECT_NUMBER) ++ ++KDE_HAS_DOXYGEN=no ++if test -n "$DOXYGEN" && test -x "$DOXYGEN" && test -f $QTDOCDIR/qsql.html; then ++ KDE_HAS_DOXYGEN=yes ++fi ++AC_SUBST(KDE_HAS_DOXYGEN) ++ ++]) ++ ++ ++AC_DEFUN([AC_FIND_BZIP2], ++[ ++AC_MSG_CHECKING([for bzDecompress in libbz2]) ++AC_CACHE_VAL(ac_cv_lib_bzip2, ++[ ++AC_LANG_SAVE ++AC_LANG_CPLUSPLUS ++kde_save_LIBS="$LIBS" ++LIBS="$all_libraries $USER_LDFLAGS -lbz2 $LIBSOCKET" ++kde_save_CXXFLAGS="$CXXFLAGS" ++CXXFLAGS="$CXXFLAGS $all_includes $USER_INCLUDES" ++AC_TRY_LINK(dnl ++[ ++#define BZ_NO_STDIO ++#include ++], ++ [ bz_stream s; (void) bzDecompress(&s); ], ++ eval "ac_cv_lib_bzip2='-lbz2'", ++ eval "ac_cv_lib_bzip2=no") ++LIBS="$kde_save_LIBS" ++CXXFLAGS="$kde_save_CXXFLAGS" ++AC_LANG_RESTORE ++])dnl ++AC_MSG_RESULT($ac_cv_lib_bzip2) ++ ++if test ! "$ac_cv_lib_bzip2" = no; then ++ BZIP2DIR=bzip2 ++ ++ LIBBZ2="$ac_cv_lib_bzip2" ++ AC_SUBST(LIBBZ2) ++ ++else ++ ++ cxx_shared_flag= ++ ld_shared_flag= ++ KDE_CHECK_COMPILER_FLAG(shared, [ ++ ld_shared_flag="-shared" ++ ]) ++ KDE_CHECK_COMPILER_FLAG(fPIC, [ ++ cxx_shared_flag="-fPIC" ++ ]) ++ ++ AC_MSG_CHECKING([for BZ2_bzDecompress in (shared) libbz2]) ++ AC_CACHE_VAL(ac_cv_lib_bzip2_prefix, ++ [ ++ AC_LANG_SAVE ++ AC_LANG_CPLUSPLUS ++ kde_save_LIBS="$LIBS" ++ LIBS="$all_libraries $USER_LDFLAGS $ld_shared_flag -lbz2 $LIBSOCKET" ++ kde_save_CXXFLAGS="$CXXFLAGS" ++ CXXFLAGS="$CFLAGS $cxx_shared_flag $all_includes $USER_INCLUDES" ++ ++ AC_TRY_LINK(dnl ++ [ ++ #define BZ_NO_STDIO ++ #include ++ ], ++ [ bz_stream s; (void) BZ2_bzDecompress(&s); ], ++ eval "ac_cv_lib_bzip2_prefix='-lbz2'", ++ eval "ac_cv_lib_bzip2_prefix=no") ++ LIBS="$kde_save_LIBS" ++ CXXFLAGS="$kde_save_CXXFLAGS" ++ AC_LANG_RESTORE ++ ])dnl ++ ++ AC_MSG_RESULT($ac_cv_lib_bzip2_prefix) ++ ++ if test ! "$ac_cv_lib_bzip2_prefix" = no; then ++ BZIP2DIR=bzip2 ++ ++ LIBBZ2="$ac_cv_lib_bzip2_prefix" ++ AC_SUBST(LIBBZ2) ++ ++ AC_DEFINE(NEED_BZ2_PREFIX, 1, [Define if the libbz2 functions need the BZ2_ prefix]) ++ dnl else, we just ignore this ++ fi ++ ++fi ++AM_CONDITIONAL(include_BZIP2, test -n "$BZIP2DIR") ++]) ++ ++dnl ------------------------------------------------------------------------ ++dnl Try to find the SSL headers and libraries. ++dnl $(SSL_LDFLAGS) will be -Lsslliblocation (if needed) ++dnl and $(SSL_INCLUDES) will be -Isslhdrlocation (if needed) ++dnl ------------------------------------------------------------------------ ++dnl ++AC_DEFUN([KDE_CHECK_SSL], ++[ ++LIBSSL="-lssl -lcrypto" ++AC_REQUIRE([KDE_CHECK_LIB64]) ++ ++ac_ssl_includes=NO ac_ssl_libraries=NO ++ssl_libraries="" ++ssl_includes="" ++AC_ARG_WITH(ssl-dir, ++ AC_HELP_STRING([--with-ssl-dir=DIR],[where the root of OpenSSL is installed]), ++ [ ac_ssl_includes="$withval"/include ++ ac_ssl_libraries="$withval"/lib$kdelibsuff ++ ]) ++ ++want_ssl=yes ++AC_ARG_WITH(ssl, ++ AC_HELP_STRING([--without-ssl],[disable SSL checks]), ++ [want_ssl=$withval]) ++ ++if test $want_ssl = yes; then ++ ++AC_MSG_CHECKING(for OpenSSL) ++ ++AC_CACHE_VAL(ac_cv_have_ssl, ++[#try to guess OpenSSL locations ++ ++ ssl_incdirs="/usr/include /usr/local/include /usr/ssl/include /usr/local/ssl/include $prefix/include $kde_extra_includes" ++ ssl_incdirs="$ac_ssl_includes $ssl_incdirs" ++ AC_FIND_FILE(openssl/ssl.h, $ssl_incdirs, ssl_incdir) ++ ac_ssl_includes="$ssl_incdir" ++ ++ ssl_libdirs="/usr/lib$kdelibsuff /usr/local/lib$kdelibsuff /usr/ssl/lib$kdelibsuff /usr/local/ssl/lib$kdelibsuff $libdir $prefix/lib$kdelibsuff $exec_prefix/lib$kdelibsuff $kde_extra_libs" ++ if test ! "$ac_ssl_libraries" = "NO"; then ++ ssl_libdirs="$ac_ssl_libraries $ssl_libdirs" ++ fi ++ ++ test=NONE ++ ssl_libdir=NONE ++ for dir in $ssl_libdirs; do ++ try="ls -1 $dir/libssl*" ++ if test=`eval $try 2> /dev/null`; then ssl_libdir=$dir; break; else echo "tried $dir" >&AC_FD_CC ; fi ++ done ++ ++ ac_ssl_libraries="$ssl_libdir" ++ ++ ac_ldflags_safe="$LDFLAGS" ++ ac_libs_safe="$LIBS" ++ ++ LDFLAGS="$LDFLAGS -L$ssl_libdir $all_libraries" ++ LIBS="$LIBS $LIBSSL -lRSAglue -lrsaref" ++ ++ AC_TRY_LINK(,void RSAPrivateEncrypt(void);RSAPrivateEncrypt();, ++ ac_ssl_rsaref="yes" ++ , ++ ac_ssl_rsaref="no" ++ ) ++ ++ LDFLAGS="$ac_ldflags_safe" ++ LIBS="$ac_libs_safe" ++ ++ if test "$ac_ssl_includes" = NO || test "$ac_ssl_libraries" = NO; then ++ have_ssl=no ++ else ++ have_ssl=yes; ++ fi ++ ++ ]) ++ ++ eval "$ac_cv_have_ssl" ++ ++ AC_MSG_RESULT([libraries $ac_ssl_libraries, headers $ac_ssl_includes]) ++ ++ AC_MSG_CHECKING([whether OpenSSL uses rsaref]) ++ AC_MSG_RESULT($ac_ssl_rsaref) ++ ++ AC_MSG_CHECKING([for easter eggs]) ++ AC_MSG_RESULT([none found]) ++ ++else ++ have_ssl=no ++fi ++ ++if test "$have_ssl" = yes; then ++ AC_MSG_CHECKING(for OpenSSL version) ++ dnl Check for SSL version ++ AC_CACHE_VAL(ac_cv_ssl_version, ++ [ ++ ++ cat >conftest.$ac_ext < ++#include ++ int main() { ++ ++#ifndef OPENSSL_VERSION_NUMBER ++ printf("ssl_version=\\"error\\"\n"); ++#else ++ if (OPENSSL_VERSION_NUMBER < 0x00906000) ++ printf("ssl_version=\\"old\\"\n"); ++ else ++ printf("ssl_version=\\"ok\\"\n"); ++#endif ++ return (0); ++ } ++EOF ++ ++ ac_save_CPPFLAGS=$CPPFLAGS ++ if test "$ac_ssl_includes" != "/usr/include"; then ++ CPPFLAGS="$CPPFLAGS -I$ac_ssl_includes" ++ fi ++ ++ if AC_TRY_EVAL(ac_link); then ++ ++ if eval `./conftest 2>&5`; then ++ if test $ssl_version = error; then ++ AC_MSG_ERROR([$ssl_incdir/openssl/opensslv.h doesn't define OPENSSL_VERSION_NUMBER !]) ++ else ++ if test $ssl_version = old; then ++ AC_MSG_WARN([OpenSSL version too old. Upgrade to 0.9.6 at least, see http://www.openssl.org. SSL support disabled.]) ++ have_ssl=no ++ fi ++ fi ++ ac_cv_ssl_version="ssl_version=$ssl_version" ++ else ++ AC_MSG_ERROR([Your system couldn't run a small SSL test program. ++ Check config.log, and if you can't figure it out, send a mail to ++ David Faure , attaching your config.log]) ++ fi ++ ++ else ++ AC_MSG_ERROR([Your system couldn't link a small SSL test program. ++ Check config.log, and if you can't figure it out, send a mail to ++ David Faure , attaching your config.log]) ++ fi ++ CPPFLAGS=$ac_save_CPPFLAGS ++ ++ ]) ++ ++ eval "$ac_cv_ssl_version" ++ AC_MSG_RESULT($ssl_version) ++fi ++ ++if test "$have_ssl" != yes; then ++ LIBSSL=""; ++else ++ AC_DEFINE(HAVE_SSL, 1, [If we are going to use OpenSSL]) ++ ac_cv_have_ssl="have_ssl=yes \ ++ ac_ssl_includes=$ac_ssl_includes ac_ssl_libraries=$ac_ssl_libraries ac_ssl_rsaref=$ac_ssl_rsaref" ++ ++ ++ ssl_libraries="$ac_ssl_libraries" ++ ssl_includes="$ac_ssl_includes" ++ ++ if test "$ac_ssl_rsaref" = yes; then ++ LIBSSL="-lssl -lcrypto -lRSAglue -lrsaref" ++ fi ++ ++ if test $ssl_version = "old"; then ++ AC_DEFINE(HAVE_OLD_SSL_API, 1, [Define if you have OpenSSL < 0.9.6]) ++ fi ++fi ++ ++SSL_INCLUDES= ++ ++if test "$ssl_includes" = "/usr/include"; then ++ if test -f /usr/kerberos/include/krb5.h; then ++ SSL_INCLUDES="-I/usr/kerberos/include" ++ fi ++elif test "$ssl_includes" != "/usr/local/include" && test -n "$ssl_includes"; then ++ SSL_INCLUDES="-I$ssl_includes" ++fi ++ ++if test "$ssl_libraries" = "/usr/lib" || test "$ssl_libraries" = "/usr/local/lib" || test -z "$ssl_libraries" || test "$ssl_libraries" = "NONE"; then ++ SSL_LDFLAGS="" ++else ++ SSL_LDFLAGS="-L$ssl_libraries -R$ssl_libraries" ++fi ++ ++AC_SUBST(SSL_INCLUDES) ++AC_SUBST(SSL_LDFLAGS) ++AC_SUBST(LIBSSL) ++]) ++ ++AC_DEFUN([KDE_CHECK_STRLCPY], ++[ ++ AC_REQUIRE([AC_CHECK_STRLCAT]) ++ AC_REQUIRE([AC_CHECK_STRLCPY]) ++ AC_CHECK_SIZEOF(size_t) ++ AC_CHECK_SIZEOF(unsigned long) ++ ++ AC_MSG_CHECKING([sizeof size_t == sizeof unsigned long]) ++ AC_TRY_COMPILE(,[ ++ #if SIZEOF_SIZE_T != SIZEOF_UNSIGNED_LONG ++ choke me ++ #endif ++ ],AC_MSG_RESULT([yes]),[ ++ AC_MSG_RESULT(no) ++ AC_MSG_ERROR([ ++ Apparently on your system our assumption sizeof size_t == sizeof unsigned long ++ does not apply. Please mail kde-devel@kde.org with a description of your system! ++ ]) ++ ]) ++]) ++ ++AC_DEFUN([KDE_CHECK_BINUTILS], ++[ ++ AC_MSG_CHECKING([if ld supports unversioned version maps]) ++ ++ kde_save_LDFLAGS="$LDFLAGS" ++ LDFLAGS="$LDFLAGS -Wl,--version-script=conftest.map" ++ echo "{ local: extern \"C++\" { foo }; };" > conftest.map ++ AC_TRY_LINK([int foo;], ++[ ++#ifdef __INTEL_COMPILER ++icc apparently does not support libtools version-info and version-script ++at the same time. Dunno where the bug is, but until somebody figured out, ++better disable the optional version scripts. ++#endif ++ ++ foo = 42; ++], kde_supports_versionmaps=yes, kde_supports_versionmaps=no) ++ LDFLAGS="$kde_save_LDFLAGS" ++ rm -f conftest.map ++ AM_CONDITIONAL(include_VERSION_SCRIPT, ++ [test "$kde_supports_versionmaps" = "yes" && test "$kde_use_debug_code" = "no"]) ++ ++ AC_MSG_RESULT($kde_supports_versionmaps) ++]) ++ ++AC_DEFUN([AM_PROG_OBJC],[ ++AC_CHECK_PROGS(OBJC, gcc, gcc) ++test -z "$OBJC" && AC_MSG_ERROR([no acceptable objective-c gcc found in \$PATH]) ++if test "x${OBJCFLAGS-unset}" = xunset; then ++ OBJCFLAGS="-g -O2" ++fi ++AC_SUBST(OBJCFLAGS) ++_AM_IF_OPTION([no-dependencies],, [_AM_DEPENDENCIES(OBJC)]) ++]) ++ ++AC_DEFUN([KDE_CHECK_PERL], ++[ ++ KDE_FIND_PATH(perl, PERL, [$bindir $exec_prefix/bin $prefix/bin], [ ++ AC_MSG_ERROR([No Perl found in your $PATH. ++We need perl to generate some code.]) ++ ]) ++ AC_SUBST(PERL) ++]) ++ ++AC_DEFUN([KDE_CHECK_LARGEFILE], ++[ ++AC_SYS_LARGEFILE ++if test "$ac_cv_sys_file_offset_bits" != no; then ++ CPPFLAGS="$CPPFLAGS -D_FILE_OFFSET_BITS=$ac_cv_sys_file_offset_bits" ++fi ++ ++if test "x$ac_cv_sys_large_files" != "xno"; then ++ CPPFLAGS="$CPPFLAGS -D_LARGE_FILES=1" ++fi ++ ++]) ++ ++dnl A small extension to PKG_CHECK_MODULES (defined in pkg.m4.in) ++dnl which allows to search for libs that get installed into the KDE prefix. ++dnl ++dnl Syntax: KDE_PKG_CHECK_MODULES(KSTUFF, libkexif >= 0.2 glib = 1.3.4, action-if, action-not) ++dnl defines KSTUFF_LIBS, KSTUFF_CFLAGS, see pkg-config man page ++dnl also defines KSTUFF_PKG_ERRORS on error ++AC_DEFUN([KDE_PKG_CHECK_MODULES], [ ++ ++ PKG_CONFIG_PATH="$prefix/lib${kdelibsuff}/pkgconfig:$PKG_CONFIG_PATH" ++ if test "$prefix" != "$kde_libs_prefix"; then ++ PKG_CONFIG_PATH="$kde_libs_prefix/lib${kdelibsuff}/pkgconfig:$PKG_CONFIG_PATH" ++ fi ++ export PKG_CONFIG_PATH ++ PKG_CHECK_MODULES([$1],[$2],[$3],[$4]) ++]) ++ ++ ++dnl Check for PIE support in the compiler and linker ++AC_DEFUN([KDE_CHECK_PIE_SUPPORT], ++[ ++ AC_CACHE_CHECK([for PIE support], kde_cv_val_pie_support, ++ [ ++ AC_LANG_SAVE ++ AC_LANG_CPLUSPLUS ++ safe_CXXFLAGS=$CXXFLAGS ++ safe_LDFLAGS=$LDFLAGS ++ CXXFLAGS="$CXXFLAGS -fPIE" ++ LDFLAGS="$LDFLAGS -pie" ++ ++ AC_TRY_LINK([int foo;], [], [kde_cv_val_pie_support=yes], [kde_cv_val_pie_support=no]) ++ ++ CXXFLAGS=$safe_CXXFLAGS ++ LDFLAGS=$safe_LDFLAGS ++ AC_LANG_RESTORE ++ ]) ++ ++ AC_MSG_CHECKING(if enabling -pie/fPIE support) ++ ++ AC_ARG_ENABLE(pie, ++ AC_HELP_STRING([--enable-pie],[platform supports PIE linking [default=detect]]), ++ [kde_has_pie_support=$enableval], ++ [kde_has_pie_support=detect]) ++ ++ if test "$kde_has_pie_support" = "detect"; then ++ kde_has_pie_support=$kde_cv_val_pie_support ++ fi ++ ++ AC_MSG_RESULT([$kde_has_pie_support]) ++ ++ KDE_USE_FPIE="" ++ KDE_USE_PIE="" ++ ++ AC_SUBST([KDE_USE_FPIE]) ++ AC_SUBST([KDE_USE_PIE]) ++ ++ if test "$kde_has_pie_support" = "yes"; then ++ KDE_USE_FPIE="-fPIE" ++ KDE_USE_PIE="-pie" ++ fi ++]) ++# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- ++ ++# serial 47 AC_PROG_LIBTOOL ++ ++ ++# AC_PROVIDE_IFELSE(MACRO-NAME, IF-PROVIDED, IF-NOT-PROVIDED) ++# ----------------------------------------------------------- ++# If this macro is not defined by Autoconf, define it here. ++m4_ifdef([AC_PROVIDE_IFELSE], ++ [], ++ [m4_define([AC_PROVIDE_IFELSE], ++ [m4_ifdef([AC_PROVIDE_$1], ++ [$2], [$3])])]) ++ ++ ++# AC_PROG_LIBTOOL ++# --------------- ++AC_DEFUN([AC_PROG_LIBTOOL], ++[AC_REQUIRE([_AC_PROG_LIBTOOL])dnl ++dnl If AC_PROG_CXX has already been expanded, run AC_LIBTOOL_CXX ++dnl immediately, otherwise, hook it in at the end of AC_PROG_CXX. ++ AC_PROVIDE_IFELSE([AC_PROG_CXX], ++ [AC_LIBTOOL_CXX], ++ [define([AC_PROG_CXX], defn([AC_PROG_CXX])[AC_LIBTOOL_CXX ++ ])]) ++dnl And a similar setup for Fortran 77 support ++ AC_PROVIDE_IFELSE([AC_PROG_F77], ++ [AC_LIBTOOL_F77], ++ [define([AC_PROG_F77], defn([AC_PROG_F77])[AC_LIBTOOL_F77 ++])]) ++ ++dnl Quote A][M_PROG_GCJ so that aclocal doesn't bring it in needlessly. ++dnl If either AC_PROG_GCJ or A][M_PROG_GCJ have already been expanded, run ++dnl AC_LIBTOOL_GCJ immediately, otherwise, hook it in at the end of both. ++ AC_PROVIDE_IFELSE([AC_PROG_GCJ], ++ [AC_LIBTOOL_GCJ], ++ [AC_PROVIDE_IFELSE([A][M_PROG_GCJ], ++ [AC_LIBTOOL_GCJ], ++ [AC_PROVIDE_IFELSE([LT_AC_PROG_GCJ], ++ [AC_LIBTOOL_GCJ], ++ [ifdef([AC_PROG_GCJ], ++ [define([AC_PROG_GCJ], defn([AC_PROG_GCJ])[AC_LIBTOOL_GCJ])]) ++ ifdef([A][M_PROG_GCJ], ++ [define([A][M_PROG_GCJ], defn([A][M_PROG_GCJ])[AC_LIBTOOL_GCJ])]) ++ ifdef([LT_AC_PROG_GCJ], ++ [define([LT_AC_PROG_GCJ], ++ defn([LT_AC_PROG_GCJ])[AC_LIBTOOL_GCJ])])])]) ++])])# AC_PROG_LIBTOOL ++ ++ ++# _AC_PROG_LIBTOOL ++# ---------------- ++AC_DEFUN([_AC_PROG_LIBTOOL], ++[AC_REQUIRE([AC_LIBTOOL_SETUP])dnl ++AC_BEFORE([$0],[AC_LIBTOOL_CXX])dnl ++AC_BEFORE([$0],[AC_LIBTOOL_F77])dnl ++AC_BEFORE([$0],[AC_LIBTOOL_GCJ])dnl ++ ++# This can be used to rebuild libtool when needed ++LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++ ++# Always use our own libtool. ++LIBTOOL='$(SHELL) $(top_builddir)/libtool --silent' ++AC_SUBST(LIBTOOL)dnl ++ ++# Prevent multiple expansion ++define([AC_PROG_LIBTOOL], []) ++])# _AC_PROG_LIBTOOL ++ ++ ++# AC_LIBTOOL_SETUP ++# ---------------- ++AC_DEFUN([AC_LIBTOOL_SETUP], ++[AC_PREREQ(2.50)dnl ++AC_REQUIRE([AC_ENABLE_SHARED])dnl ++AC_REQUIRE([AC_ENABLE_STATIC])dnl ++AC_REQUIRE([AC_ENABLE_FAST_INSTALL])dnl ++AC_REQUIRE([AC_CANONICAL_HOST])dnl ++AC_REQUIRE([AC_CANONICAL_BUILD])dnl ++AC_REQUIRE([AC_PROG_CC])dnl ++AC_REQUIRE([AC_PROG_LD])dnl ++AC_REQUIRE([AC_PROG_LD_RELOAD_FLAG])dnl ++AC_REQUIRE([AC_PROG_NM])dnl ++ ++AC_REQUIRE([AC_PROG_LN_S])dnl ++AC_REQUIRE([AC_DEPLIBS_CHECK_METHOD])dnl ++# Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers! ++AC_REQUIRE([AC_OBJEXT])dnl ++AC_REQUIRE([AC_EXEEXT])dnl ++dnl ++ ++AC_LIBTOOL_SYS_MAX_CMD_LEN ++AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE ++AC_LIBTOOL_OBJDIR ++ ++AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl ++_LT_AC_PROG_ECHO_BACKSLASH ++ ++case $host_os in ++aix3*) ++ # AIX sometimes has problems with the GCC collect2 program. For some ++ # reason, if we set the COLLECT_NAMES environment variable, the problems ++ # vanish in a puff of smoke. ++ if test "X${COLLECT_NAMES+set}" != Xset; then ++ COLLECT_NAMES= ++ export COLLECT_NAMES ++ fi ++ ;; ++esac ++ ++# Sed substitution that helps us do robust quoting. It backslashifies ++# metacharacters that are still active within double-quoted strings. ++Xsed='sed -e s/^X//' ++[sed_quote_subst='s/\([\\"\\`$\\\\]\)/\\\1/g'] ++ ++# Same as above, but do not quote variable references. ++[double_quote_subst='s/\([\\"\\`\\\\]\)/\\\1/g'] ++ ++# Sed substitution to delay expansion of an escaped shell variable in a ++# double_quote_subst'ed string. ++delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g' ++ ++# Sed substitution to avoid accidental globbing in evaled expressions ++no_glob_subst='s/\*/\\\*/g' ++ ++# Constants: ++rm="rm -f" ++ ++# Global variables: ++default_ofile=libtool ++can_build_shared=yes ++ ++# All known linkers require a `.a' archive for static linking (except M$VC, ++# which needs '.lib'). ++libext=a ++ltmain="$ac_aux_dir/ltmain.sh" ++ofile="$default_ofile" ++with_gnu_ld="$lt_cv_prog_gnu_ld" ++ ++AC_CHECK_TOOL(AR, ar, false) ++AC_CHECK_TOOL(RANLIB, ranlib, :) ++AC_CHECK_TOOL(STRIP, strip, :) ++ ++old_CC="$CC" ++old_CFLAGS="$CFLAGS" ++ ++# Set sane defaults for various variables ++test -z "$AR" && AR=ar ++test -z "$AR_FLAGS" && AR_FLAGS=cru ++test -z "$AS" && AS=as ++test -z "$CC" && CC=cc ++test -z "$LTCC" && LTCC=$CC ++test -z "$DLLTOOL" && DLLTOOL=dlltool ++test -z "$LD" && LD=ld ++test -z "$LN_S" && LN_S="ln -s" ++test -z "$MAGIC_CMD" && MAGIC_CMD=file ++test -z "$NM" && NM=nm ++test -z "$SED" && SED=sed ++test -z "$OBJDUMP" && OBJDUMP=objdump ++test -z "$RANLIB" && RANLIB=: ++test -z "$STRIP" && STRIP=: ++test -z "$ac_objext" && ac_objext=o ++ ++# Determine commands to create old-style static archives. ++old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs' ++old_postinstall_cmds='chmod 644 $oldlib' ++old_postuninstall_cmds= ++ ++if test -n "$RANLIB"; then ++ case $host_os in ++ openbsd*) ++ old_postinstall_cmds="\$RANLIB -t \$oldlib~$old_postinstall_cmds" ++ ;; ++ *) ++ old_postinstall_cmds="\$RANLIB \$oldlib~$old_postinstall_cmds" ++ ;; ++ esac ++ old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib" ++fi ++ ++# Only perform the check for file, if the check method requires it ++case $deplibs_check_method in ++file_magic*) ++ if test "$file_magic_cmd" = '$MAGIC_CMD'; then ++ AC_PATH_MAGIC ++ fi ++ ;; ++esac ++ ++AC_PROVIDE_IFELSE([AC_LIBTOOL_DLOPEN], enable_dlopen=yes, enable_dlopen=no) ++AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL], ++enable_win32_dll=yes, enable_win32_dll=no) ++ ++AC_ARG_ENABLE([libtool-lock], ++ [AC_HELP_STRING([--disable-libtool-lock], ++ [avoid locking (might break parallel builds)])]) ++test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes ++ ++AC_ARG_WITH([pic], ++ [AC_HELP_STRING([--with-pic], ++ [try to use only PIC/non-PIC objects @<:@default=use both@:>@])], ++ [pic_mode="$withval"], ++ [pic_mode=default]) ++test -z "$pic_mode" && pic_mode=default ++ ++# Use C for the default configuration in the libtool script ++tagname= ++AC_LIBTOOL_LANG_C_CONFIG ++_LT_AC_TAGCONFIG ++])# AC_LIBTOOL_SETUP ++ ++ ++# _LT_AC_SYS_COMPILER ++# ------------------- ++AC_DEFUN([_LT_AC_SYS_COMPILER], ++[AC_REQUIRE([AC_PROG_CC])dnl ++ ++# If no C compiler was specified, use CC. ++LTCC=${LTCC-"$CC"} ++ ++# Allow CC to be a program name with arguments. ++compiler=$CC ++])# _LT_AC_SYS_COMPILER ++ ++ ++# _LT_AC_SYS_LIBPATH_AIX ++# ---------------------- ++# Links a minimal program and checks the executable ++# for the system default hardcoded library path. In most cases, ++# this is /usr/lib:/lib, but when the MPI compilers are used ++# the location of the communication and MPI libs are included too. ++# If we don't find anything, use the default library path according ++# to the aix ld manual. ++AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX], ++[AC_LINK_IFELSE(AC_LANG_PROGRAM,[ ++aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } ++}'` ++# Check for a 64-bit object if we didn't find anything. ++if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } ++}'`; fi],[]) ++if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi ++])# _LT_AC_SYS_LIBPATH_AIX ++ ++ ++# _LT_AC_SHELL_INIT(ARG) ++# ---------------------- ++AC_DEFUN([_LT_AC_SHELL_INIT], ++[ifdef([AC_DIVERSION_NOTICE], ++ [AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)], ++ [AC_DIVERT_PUSH(NOTICE)]) ++$1 ++AC_DIVERT_POP ++])# _LT_AC_SHELL_INIT ++ ++ ++# _LT_AC_PROG_ECHO_BACKSLASH ++# -------------------------- ++# Add some code to the start of the generated configure script which ++# will find an echo command which doesn't interpret backslashes. ++AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH], ++[_LT_AC_SHELL_INIT([ ++# Check that we are running under the correct shell. ++SHELL=${CONFIG_SHELL-/bin/sh} ++ ++case X$ECHO in ++X*--fallback-echo) ++ # Remove one level of quotation (which was required for Make). ++ ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','` ++ ;; ++esac ++ ++echo=${ECHO-echo} ++if test "X[$]1" = X--no-reexec; then ++ # Discard the --no-reexec flag, and continue. ++ shift ++elif test "X[$]1" = X--fallback-echo; then ++ # Avoid inline document here, it may be left over ++ : ++elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then ++ # Yippee, $echo works! ++ : ++else ++ # Restart under the correct shell. ++ exec $SHELL "[$]0" --no-reexec ${1+"[$]@"} ++fi ++ ++if test "X[$]1" = X--fallback-echo; then ++ # used as fallback echo ++ shift ++ cat </dev/null && ++ echo_test_string="`eval $cmd`" && ++ (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null ++ then ++ break ++ fi ++ done ++fi ++ ++if test "X`($echo '\t') 2>/dev/null`" = 'X\t' && ++ echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` && ++ test "X$echo_testing_string" = "X$echo_test_string"; then ++ : ++else ++ # The Solaris, AIX, and Digital Unix default echo programs unquote ++ # backslashes. This makes it impossible to quote backslashes using ++ # echo "$something" | sed 's/\\/\\\\/g' ++ # ++ # So, first we look for a working echo in the user's PATH. ++ ++ lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR ++ for dir in $PATH /usr/ucb; do ++ IFS="$lt_save_ifs" ++ if (test -f $dir/echo || test -f $dir/echo$ac_exeext) && ++ test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' && ++ echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` && ++ test "X$echo_testing_string" = "X$echo_test_string"; then ++ echo="$dir/echo" ++ break ++ fi ++ done ++ IFS="$lt_save_ifs" ++ ++ if test "X$echo" = Xecho; then ++ # We didn't find a better echo, so look for alternatives. ++ if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' && ++ echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` && ++ test "X$echo_testing_string" = "X$echo_test_string"; then ++ # This shell has a builtin print -r that does the trick. ++ echo='print -r' ++ elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) && ++ test "X$CONFIG_SHELL" != X/bin/ksh; then ++ # If we have ksh, try running configure again with it. ++ ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh} ++ export ORIGINAL_CONFIG_SHELL ++ CONFIG_SHELL=/bin/ksh ++ export CONFIG_SHELL ++ exec $CONFIG_SHELL "[$]0" --no-reexec ${1+"[$]@"} ++ else ++ # Try using printf. ++ echo='printf %s\n' ++ if test "X`($echo '\t') 2>/dev/null`" = 'X\t' && ++ echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` && ++ test "X$echo_testing_string" = "X$echo_test_string"; then ++ # Cool, printf works ++ : ++ elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` && ++ test "X$echo_testing_string" = 'X\t' && ++ echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` && ++ test "X$echo_testing_string" = "X$echo_test_string"; then ++ CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL ++ export CONFIG_SHELL ++ SHELL="$CONFIG_SHELL" ++ export SHELL ++ echo="$CONFIG_SHELL [$]0 --fallback-echo" ++ elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` && ++ test "X$echo_testing_string" = 'X\t' && ++ echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` && ++ test "X$echo_testing_string" = "X$echo_test_string"; then ++ echo="$CONFIG_SHELL [$]0 --fallback-echo" ++ else ++ # maybe with a smaller string... ++ prev=: ++ ++ for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do ++ if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null ++ then ++ break ++ fi ++ prev="$cmd" ++ done ++ ++ if test "$prev" != 'sed 50q "[$]0"'; then ++ echo_test_string=`eval $prev` ++ export echo_test_string ++ exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "[$]0" ${1+"[$]@"} ++ else ++ # Oops. We lost completely, so just stick with echo. ++ echo=echo ++ fi ++ fi ++ fi ++ fi ++fi ++fi ++ ++# Copy echo and quote the copy suitably for passing to libtool from ++# the Makefile, instead of quoting the original, which is used later. ++ECHO=$echo ++if test "X$ECHO" = "X$CONFIG_SHELL [$]0 --fallback-echo"; then ++ ECHO="$CONFIG_SHELL \\\$\[$]0 --fallback-echo" ++fi ++ ++AC_SUBST(ECHO) ++])])# _LT_AC_PROG_ECHO_BACKSLASH ++ ++ ++# _LT_AC_LOCK ++# ----------- ++AC_DEFUN([_LT_AC_LOCK], ++[AC_ARG_ENABLE([libtool-lock], ++ [AC_HELP_STRING([--disable-libtool-lock], ++ [avoid locking (might break parallel builds)])]) ++test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes ++ ++# Some flags need to be propagated to the compiler or linker for good ++# libtool support. ++case $host in ++ia64-*-hpux*) ++ # Find out which ABI we are using. ++ echo 'int i;' > conftest.$ac_ext ++ if AC_TRY_EVAL(ac_compile); then ++ case `/usr/bin/file conftest.$ac_objext` in ++ *ELF-32*) ++ HPUX_IA64_MODE="32" ++ ;; ++ *ELF-64*) ++ HPUX_IA64_MODE="64" ++ ;; ++ esac ++ fi ++ rm -rf conftest* ++ ;; ++*-*-irix6*) ++ # Find out which ABI we are using. ++ echo '[#]line __oline__ "configure"' > conftest.$ac_ext ++ if AC_TRY_EVAL(ac_compile); then ++ if test "$lt_cv_prog_gnu_ld" = yes; then ++ case `/usr/bin/file conftest.$ac_objext` in ++ *32-bit*) ++ LD="${LD-ld} -melf32bsmip" ++ ;; ++ *N32*) ++ LD="${LD-ld} -melf32bmipn32" ++ ;; ++ *64-bit*) ++ LD="${LD-ld} -melf64bmip" ++ ;; ++ esac ++ else ++ case `/usr/bin/file conftest.$ac_objext` in ++ *32-bit*) ++ LD="${LD-ld} -32" ++ ;; ++ *N32*) ++ LD="${LD-ld} -n32" ++ ;; ++ *64-bit*) ++ LD="${LD-ld} -64" ++ ;; ++ esac ++ fi ++ fi ++ rm -rf conftest* ++ ;; ++ ++x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*|s390*-*linux*|sparc*-*linux*) ++ # Find out which ABI we are using. ++ echo 'int i;' > conftest.$ac_ext ++ if AC_TRY_EVAL(ac_compile); then ++ case "`/usr/bin/file conftest.o`" in ++ *32-bit*) ++ LINUX_64_MODE="32" ++ case $host in ++ x86_64-*linux*) ++ LD="${LD-ld} -m elf_i386" ++ ;; ++ ppc64-*linux*) ++ LD="${LD-ld} -m elf32ppclinux" ++ ;; ++ s390x-*linux*) ++ LD="${LD-ld} -m elf_s390" ++ ;; ++ sparc64-*linux*) ++ LD="${LD-ld} -m elf32_sparc" ++ ;; ++ esac ++ ;; ++ *64-bit*) ++ LINUX_64_MODE="64" ++ case $host in ++ x86_64-*linux*) ++ LD="${LD-ld} -m elf_x86_64" ++ ;; ++ ppc*-*linux*|powerpc*-*linux*) ++ LD="${LD-ld} -m elf64ppc" ++ ;; ++ s390*-*linux*) ++ LD="${LD-ld} -m elf64_s390" ++ ;; ++ sparc*-*linux*) ++ LD="${LD-ld} -m elf64_sparc" ++ ;; ++ esac ++ ;; ++ esac ++ fi ++ rm -rf conftest* ++ ;; ++ ++*-*-sco3.2v5*) ++ # On SCO OpenServer 5, we need -belf to get full-featured binaries. ++ SAVE_CFLAGS="$CFLAGS" ++ CFLAGS="$CFLAGS -belf" ++ AC_CACHE_CHECK([whether the C compiler needs -belf], lt_cv_cc_needs_belf, ++ [AC_LANG_PUSH(C) ++ AC_TRY_LINK([],[],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no]) ++ AC_LANG_POP]) ++ if test x"$lt_cv_cc_needs_belf" != x"yes"; then ++ # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf ++ CFLAGS="$SAVE_CFLAGS" ++ fi ++ ;; ++AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL], ++[*-*-cygwin* | *-*-mingw* | *-*-pw32*) ++ AC_CHECK_TOOL(DLLTOOL, dlltool, false) ++ AC_CHECK_TOOL(AS, as, false) ++ AC_CHECK_TOOL(OBJDUMP, objdump, false) ++ ;; ++ ]) ++esac ++ ++need_locks="$enable_libtool_lock" ++ ++])# _LT_AC_LOCK ++ ++ ++# AC_LIBTOOL_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS, ++# [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE]) ++# ---------------------------------------------------------------- ++# Check whether the given compiler option works ++AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], ++[AC_REQUIRE([LT_AC_PROG_SED]) ++AC_CACHE_CHECK([$1], [$2], ++ [$2=no ++ ifelse([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4]) ++ printf "$lt_simple_compile_test_code" > conftest.$ac_ext ++ lt_compiler_flag="$3" ++ # Insert the option either (1) after the last *FLAGS variable, or ++ # (2) before a word containing "conftest.", or (3) at the end. ++ # Note that $ac_compile itself does not contain backslashes and begins ++ # with a dollar sign (not a hyphen), so the echo should work correctly. ++ # The option is referenced via a variable to avoid confusing sed. ++ lt_compile=`echo "$ac_compile" | $SED \ ++ -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ ++ -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \ ++ -e 's:$: $lt_compiler_flag:'` ++ (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD) ++ (eval "$lt_compile" 2>conftest.err) ++ ac_status=$? ++ cat conftest.err >&AS_MESSAGE_LOG_FD ++ echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD ++ if (exit $ac_status) && test -s "$ac_outfile"; then ++ # The compiler can only warn and ignore the option if not recognized ++ # So say no if there are warnings ++ if test ! -s conftest.err; then ++ $2=yes ++ fi ++ fi ++ $rm conftest* ++]) ++ ++if test x"[$]$2" = xyes; then ++ ifelse([$5], , :, [$5]) ++else ++ ifelse([$6], , :, [$6]) ++fi ++])# AC_LIBTOOL_COMPILER_OPTION ++ ++ ++# AC_LIBTOOL_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS, ++# [ACTION-SUCCESS], [ACTION-FAILURE]) ++# ------------------------------------------------------------ ++# Check whether the given compiler option works ++AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], ++[AC_CACHE_CHECK([$1], [$2], ++ [$2=no ++ save_LDFLAGS="$LDFLAGS" ++ LDFLAGS="$LDFLAGS $3" ++ printf "$lt_simple_link_test_code" > conftest.$ac_ext ++ if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then ++ # The compiler can only warn and ignore the option if not recognized ++ # So say no if there are warnings ++ if test -s conftest.err; then ++ # Append any errors to the config.log. ++ cat conftest.err 1>&AS_MESSAGE_LOG_FD ++ else ++ $2=yes ++ fi ++ fi ++ $rm conftest* ++ LDFLAGS="$save_LDFLAGS" ++]) ++ ++if test x"[$]$2" = xyes; then ++ ifelse([$4], , :, [$4]) ++else ++ ifelse([$5], , :, [$5]) ++fi ++])# AC_LIBTOOL_LINKER_OPTION ++ ++ ++# AC_LIBTOOL_SYS_MAX_CMD_LEN ++# -------------------------- ++AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], ++[# find the maximum length of command line arguments ++AC_MSG_CHECKING([the maximum length of command line arguments]) ++AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl ++ i=0 ++ testring="ABCD" ++ ++ case $build_os in ++ msdosdjgpp*) ++ # On DJGPP, this test can blow up pretty badly due to problems in libc ++ # (any single argument exceeding 2000 bytes causes a buffer overrun ++ # during glob expansion). Even if it were fixed, the result of this ++ # check would be larger than it should be. ++ lt_cv_sys_max_cmd_len=12288; # 12K is about right ++ ;; ++ ++ gnu*) ++ # Under GNU Hurd, this test is not required because there is ++ # no limit to the length of command line arguments. ++ # Libtool will interpret -1 as no limit whatsoever ++ lt_cv_sys_max_cmd_len=-1; ++ ;; ++ ++ cygwin* | mingw*) ++ # On Win9x/ME, this test blows up -- it succeeds, but takes ++ # about 5 minutes as the teststring grows exponentially. ++ # Worse, since 9x/ME are not pre-emptively multitasking, ++ # you end up with a "frozen" computer, even though with patience ++ # the test eventually succeeds (with a max line length of 256k). ++ # Instead, let's just punt: use the minimum linelength reported by ++ # all of the supported platforms: 8192 (on NT/2K/XP). ++ lt_cv_sys_max_cmd_len=8192; ++ ;; ++ ++ *) ++ # If test is not a shell built-in, we'll probably end up computing a ++ # maximum length that is only half of the actual maximum length, but ++ # we can't tell. ++ while (test "X"`$CONFIG_SHELL [$]0 --fallback-echo "X$testring" 2>/dev/null` \ ++ = "XX$testring") >/dev/null 2>&1 && ++ new_result=`expr "X$testring" : ".*" 2>&1` && ++ lt_cv_sys_max_cmd_len=$new_result && ++ test $i != 17 # 1/2 MB should be enough ++ do ++ i=`expr $i + 1` ++ testring=$testring$testring ++ done ++ testring= ++ # Add a significant safety factor because C++ compilers can tack on massive ++ # amounts of additional arguments before passing them to the linker. ++ # It appears as though 1/2 is a usable value. ++ lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` ++ ;; ++ esac ++]) ++if test -n $lt_cv_sys_max_cmd_len ; then ++ AC_MSG_RESULT($lt_cv_sys_max_cmd_len) ++else ++ AC_MSG_RESULT(none) ++fi ++])# AC_LIBTOOL_SYS_MAX_CMD_LEN ++ ++ ++# _LT_AC_CHECK_DLFCN ++# -------------------- ++AC_DEFUN([_LT_AC_CHECK_DLFCN], ++[AC_CHECK_HEADERS(dlfcn.h)dnl ++])# _LT_AC_CHECK_DLFCN ++ ++ ++# _LT_AC_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE, ++# ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING) ++# ------------------------------------------------------------------ ++AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF], ++[AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl ++if test "$cross_compiling" = yes; then : ++ [$4] ++else ++ lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 ++ lt_status=$lt_dlunknown ++ cat > conftest.$ac_ext < ++#endif ++ ++#include ++ ++#ifdef RTLD_GLOBAL ++# define LT_DLGLOBAL RTLD_GLOBAL ++#else ++# ifdef DL_GLOBAL ++# define LT_DLGLOBAL DL_GLOBAL ++# else ++# define LT_DLGLOBAL 0 ++# endif ++#endif ++ ++/* We may have to define LT_DLLAZY_OR_NOW in the command line if we ++ find out it does not work in some platform. */ ++#ifndef LT_DLLAZY_OR_NOW ++# ifdef RTLD_LAZY ++# define LT_DLLAZY_OR_NOW RTLD_LAZY ++# else ++# ifdef DL_LAZY ++# define LT_DLLAZY_OR_NOW DL_LAZY ++# else ++# ifdef RTLD_NOW ++# define LT_DLLAZY_OR_NOW RTLD_NOW ++# else ++# ifdef DL_NOW ++# define LT_DLLAZY_OR_NOW DL_NOW ++# else ++# define LT_DLLAZY_OR_NOW 0 ++# endif ++# endif ++# endif ++# endif ++#endif ++ ++#ifdef __cplusplus ++extern "C" void exit (int); ++#endif ++ ++void fnord() { int i=42;} ++int main () ++{ ++ void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); ++ int status = $lt_dlunknown; ++ ++ if (self) ++ { ++ if (dlsym (self,"fnord")) status = $lt_dlno_uscore; ++ else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; ++ /* dlclose (self); */ ++ } ++ ++ exit (status); ++}] ++EOF ++ if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext} 2>/dev/null; then ++ (./conftest; exit; ) 2>/dev/null ++ lt_status=$? ++ case x$lt_status in ++ x$lt_dlno_uscore) $1 ;; ++ x$lt_dlneed_uscore) $2 ;; ++ x$lt_unknown|x*) $3 ;; ++ esac ++ else : ++ # compilation failed ++ $3 ++ fi ++fi ++rm -fr conftest* ++])# _LT_AC_TRY_DLOPEN_SELF ++ ++ ++# AC_LIBTOOL_DLOPEN_SELF ++# ------------------- ++AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], ++[AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl ++if test "x$enable_dlopen" != xyes; then ++ enable_dlopen=unknown ++ enable_dlopen_self=unknown ++ enable_dlopen_self_static=unknown ++else ++ lt_cv_dlopen=no ++ lt_cv_dlopen_libs= ++ ++ case $host_os in ++ beos*) ++ lt_cv_dlopen="load_add_on" ++ lt_cv_dlopen_libs= ++ lt_cv_dlopen_self=yes ++ ;; ++ ++ mingw* | pw32*) ++ lt_cv_dlopen="LoadLibrary" ++ lt_cv_dlopen_libs= ++ ;; ++ ++ cygwin*) ++ lt_cv_dlopen="dlopen" ++ lt_cv_dlopen_libs= ++ ;; ++ ++ darwin*) ++ # if libdl is installed we need to link against it ++ AC_CHECK_LIB([dl], [dlopen], ++ [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],[ ++ lt_cv_dlopen="dyld" ++ lt_cv_dlopen_libs= ++ lt_cv_dlopen_self=yes ++ ]) ++ ;; ++ ++ *) ++ AC_CHECK_FUNC([shl_load], ++ [lt_cv_dlopen="shl_load"], ++ [AC_CHECK_LIB([dld], [shl_load], ++ [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"], ++ [AC_CHECK_FUNC([dlopen], ++ [lt_cv_dlopen="dlopen"], ++ [AC_CHECK_LIB([dl], [dlopen], ++ [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"], ++ [AC_CHECK_LIB([svld], [dlopen], ++ [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"], ++ [AC_CHECK_LIB([dld], [dld_link], ++ [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"]) ++ ]) ++ ]) ++ ]) ++ ]) ++ ]) ++ ;; ++ esac ++ ++ if test "x$lt_cv_dlopen" != xno; then ++ enable_dlopen=yes ++ else ++ enable_dlopen=no ++ fi ++ ++ case $lt_cv_dlopen in ++ dlopen) ++ save_CPPFLAGS="$CPPFLAGS" ++ test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" ++ ++ save_LDFLAGS="$LDFLAGS" ++ eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" ++ ++ save_LIBS="$LIBS" ++ LIBS="$lt_cv_dlopen_libs $LIBS" ++ ++ AC_CACHE_CHECK([whether a program can dlopen itself], ++ lt_cv_dlopen_self, [dnl ++ _LT_AC_TRY_DLOPEN_SELF( ++ lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes, ++ lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross) ++ ]) ++ ++ if test "x$lt_cv_dlopen_self" = xyes; then ++ LDFLAGS="$LDFLAGS $link_static_flag" ++ AC_CACHE_CHECK([whether a statically linked program can dlopen itself], ++ lt_cv_dlopen_self_static, [dnl ++ _LT_AC_TRY_DLOPEN_SELF( ++ lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes, ++ lt_cv_dlopen_self_static=no, lt_cv_dlopen_self_static=cross) ++ ]) ++ fi ++ ++ CPPFLAGS="$save_CPPFLAGS" ++ LDFLAGS="$save_LDFLAGS" ++ LIBS="$save_LIBS" ++ ;; ++ esac ++ ++ case $lt_cv_dlopen_self in ++ yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;; ++ *) enable_dlopen_self=unknown ;; ++ esac ++ ++ case $lt_cv_dlopen_self_static in ++ yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;; ++ *) enable_dlopen_self_static=unknown ;; ++ esac ++fi ++])# AC_LIBTOOL_DLOPEN_SELF ++ ++ ++# AC_LIBTOOL_PROG_CC_C_O([TAGNAME]) ++# --------------------------------- ++# Check to see if options -c and -o are simultaneously supported by compiler ++AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O], ++[AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl ++AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext], ++ [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)], ++ [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=no ++ $rm -r conftest 2>/dev/null ++ mkdir conftest ++ cd conftest ++ mkdir out ++ printf "$lt_simple_compile_test_code" > conftest.$ac_ext ++ ++ # According to Tom Tromey, Ian Lance Taylor reported there are C compilers ++ # that will create temporary files in the current directory regardless of ++ # the output directory. Thus, making CWD read-only will cause this test ++ # to fail, enabling locking or at least warning the user not to do parallel ++ # builds. ++ chmod -w . ++ ++ lt_compiler_flag="-o out/conftest2.$ac_objext" ++ # Insert the option either (1) after the last *FLAGS variable, or ++ # (2) before a word containing "conftest.", or (3) at the end. ++ # Note that $ac_compile itself does not contain backslashes and begins ++ # with a dollar sign (not a hyphen), so the echo should work correctly. ++ lt_compile=`echo "$ac_compile" | $SED \ ++ -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ ++ -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \ ++ -e 's:$: $lt_compiler_flag:'` ++ (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD) ++ (eval "$lt_compile" 2>out/conftest.err) ++ ac_status=$? ++ cat out/conftest.err >&AS_MESSAGE_LOG_FD ++ echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD ++ if (exit $ac_status) && test -s out/conftest2.$ac_objext ++ then ++ # The compiler can only warn and ignore the option if not recognized ++ # So say no if there are warnings ++ if test ! -s out/conftest.err; then ++ _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes ++ fi ++ fi ++ chmod u+w . ++ $rm conftest* out/* ++ rmdir out ++ cd .. ++ rmdir conftest ++ $rm conftest* ++]) ++])# AC_LIBTOOL_PROG_CC_C_O ++ ++ ++# AC_LIBTOOL_SYS_HARD_LINK_LOCKS([TAGNAME]) ++# ----------------------------------------- ++# Check to see if we can do hard links to lock some files if needed ++AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS], ++[AC_REQUIRE([_LT_AC_LOCK])dnl ++ ++hard_links="nottested" ++if test "$_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)" = no && test "$need_locks" != no; then ++ # do not overwrite the value of need_locks provided by the user ++ AC_MSG_CHECKING([if we can lock with hard links]) ++ hard_links=yes ++ $rm conftest* ++ ln conftest.a conftest.b 2>/dev/null && hard_links=no ++ touch conftest.a ++ ln conftest.a conftest.b 2>&5 || hard_links=no ++ ln conftest.a conftest.b 2>/dev/null && hard_links=no ++ AC_MSG_RESULT([$hard_links]) ++ if test "$hard_links" = no; then ++ AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe]) ++ need_locks=warn ++ fi ++else ++ need_locks=no ++fi ++])# AC_LIBTOOL_SYS_HARD_LINK_LOCKS ++ ++ ++# AC_LIBTOOL_OBJDIR ++# ----------------- ++AC_DEFUN([AC_LIBTOOL_OBJDIR], ++[AC_CACHE_CHECK([for objdir], [lt_cv_objdir], ++[rm -f .libs 2>/dev/null ++mkdir .libs 2>/dev/null ++if test -d .libs; then ++ lt_cv_objdir=.libs ++else ++ # MS-DOS does not allow filenames that begin with a dot. ++ lt_cv_objdir=_libs ++fi ++rmdir .libs 2>/dev/null]) ++objdir=$lt_cv_objdir ++])# AC_LIBTOOL_OBJDIR ++ ++ ++# AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([TAGNAME]) ++# ---------------------------------------------- ++# Check hardcoding attributes. ++AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH], ++[AC_MSG_CHECKING([how to hardcode library paths into programs]) ++_LT_AC_TAGVAR(hardcode_action, $1)= ++if test -n "$_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)" || \ ++ test -n "$_LT_AC_TAGVAR(runpath_var $1)" || \ ++ test "X$_LT_AC_TAGVAR(hardcode_automatic, $1)"="Xyes" ; then ++ ++ # We can hardcode non-existant directories. ++ if test "$_LT_AC_TAGVAR(hardcode_direct, $1)" != no && ++ # If the only mechanism to avoid hardcoding is shlibpath_var, we ++ # have to relink, otherwise we might link with an installed library ++ # when we should be linking with a yet-to-be-installed one ++ ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)" != no && ++ test "$_LT_AC_TAGVAR(hardcode_minus_L, $1)" != no; then ++ # Linking always hardcodes the temporary library directory. ++ _LT_AC_TAGVAR(hardcode_action, $1)=relink ++ else ++ # We can link without hardcoding, and we can hardcode nonexisting dirs. ++ _LT_AC_TAGVAR(hardcode_action, $1)=immediate ++ fi ++else ++ # We cannot hardcode anything, or else we can only hardcode existing ++ # directories. ++ _LT_AC_TAGVAR(hardcode_action, $1)=unsupported ++fi ++AC_MSG_RESULT([$_LT_AC_TAGVAR(hardcode_action, $1)]) ++ ++if test "$_LT_AC_TAGVAR(hardcode_action, $1)" = relink; then ++ # Fast installation is not supported ++ enable_fast_install=no ++elif test "$shlibpath_overrides_runpath" = yes || ++ test "$enable_shared" = no; then ++ # Fast installation is not necessary ++ enable_fast_install=needless ++fi ++])# AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH ++ ++ ++# AC_LIBTOOL_SYS_LIB_STRIP ++# ------------------------ ++AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP], ++[striplib= ++old_striplib= ++AC_MSG_CHECKING([whether stripping libraries is possible]) ++if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then ++ test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" ++ test -z "$striplib" && striplib="$STRIP --strip-unneeded" ++ AC_MSG_RESULT([yes]) ++else ++# FIXME - insert some real tests, host_os isn't really good enough ++ case $host_os in ++ darwin*) ++ if test -n "$STRIP" ; then ++ striplib="$STRIP -x" ++ AC_MSG_RESULT([yes]) ++ else ++ AC_MSG_RESULT([no]) ++fi ++ ;; ++ *) ++ AC_MSG_RESULT([no]) ++ ;; ++ esac ++fi ++])# AC_LIBTOOL_SYS_LIB_STRIP ++ ++ ++# AC_LIBTOOL_SYS_DYNAMIC_LINKER ++# ----------------------------- ++# PORTME Fill in your ld.so characteristics ++AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER], ++[AC_MSG_CHECKING([dynamic linker characteristics]) ++library_names_spec= ++libname_spec='lib$name' ++soname_spec= ++shrext=".so" ++postinstall_cmds= ++postuninstall_cmds= ++finish_cmds= ++finish_eval= ++shlibpath_var= ++shlibpath_overrides_runpath=unknown ++version_type=none ++dynamic_linker="$host_os ld.so" ++sys_lib_dlsearch_path_spec="/lib /usr/lib" ++sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" ++need_lib_prefix=unknown ++hardcode_into_libs=no ++ ++# when you set need_version to no, make sure it does not cause -set_version ++# flags to be left without arguments ++need_version=unknown ++ ++case $host_os in ++aix3*) ++ version_type=linux ++ library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a' ++ shlibpath_var=LIBPATH ++ ++ # AIX 3 has no versioning support, so we append a major version to the name. ++ soname_spec='${libname}${release}${shared_ext}$major' ++ ;; ++ ++aix4* | aix5*) ++ version_type=linux ++ need_lib_prefix=no ++ need_version=no ++ hardcode_into_libs=yes ++ if test "$host_cpu" = ia64; then ++ # AIX 5 supports IA64 ++ library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}' ++ shlibpath_var=LD_LIBRARY_PATH ++ else ++ # With GCC up to 2.95.x, collect2 would create an import file ++ # for dependence libraries. The import file would start with ++ # the line `#! .'. This would cause the generated library to ++ # depend on `.', always an invalid library. This was fixed in ++ # development snapshots of GCC prior to 3.0. ++ case $host_os in ++ aix4 | aix4.[[01]] | aix4.[[01]].*) ++ if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' ++ echo ' yes ' ++ echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then ++ : ++ else ++ can_build_shared=no ++ fi ++ ;; ++ esac ++ # AIX (on Power*) has no versioning support, so currently we can not hardcode correct ++ # soname into executable. Probably we can add versioning support to ++ # collect2, so additional links can be useful in future. ++ if test "$aix_use_runtimelinking" = yes; then ++ # If using run time linking (on AIX 4.2 or later) use lib.so ++ # instead of lib.a to let people know that these are not ++ # typical AIX shared libraries. ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' ++ else ++ # We preserve .a as extension for shared libraries through AIX4.2 ++ # and later when we are not doing run time linking. ++ library_names_spec='${libname}${release}.a $libname.a' ++ soname_spec='${libname}${release}${shared_ext}$major' ++ fi ++ shlibpath_var=LIBPATH ++ fi ++ ;; ++ ++amigaos*) ++ library_names_spec='$libname.ixlibrary $libname.a' ++ # Create ${libname}_ixlibrary.a entries in /sys/libs. ++ finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "(cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a)"; (cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a) || exit 1; done' ++ ;; ++ ++beos*) ++ library_names_spec='${libname}${shared_ext}' ++ dynamic_linker="$host_os ld.so" ++ shlibpath_var=LIBRARY_PATH ++ ;; ++ ++bsdi4*) ++ version_type=linux ++ need_version=no ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' ++ soname_spec='${libname}${release}${shared_ext}$major' ++ finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' ++ shlibpath_var=LD_LIBRARY_PATH ++ sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" ++ sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" ++ # the default ld.so.conf also contains /usr/contrib/lib and ++ # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow ++ # libtool to hard-code these into programs ++ ;; ++ ++cygwin* | mingw* | pw32*) ++ version_type=windows ++ shrext=".dll" ++ need_version=no ++ need_lib_prefix=no ++ ++ case $GCC,$host_os in ++ yes,cygwin* | yes,mingw* | yes,pw32*) ++ library_names_spec='$libname.dll.a' ++ # DLL is installed to $(libdir)/../bin by postinstall_cmds ++ postinstall_cmds='base_file=`basename \${file}`~ ++ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~ ++ dldir=$destdir/`dirname \$dlpath`~ ++ test -d \$dldir || mkdir -p \$dldir~ ++ $install_prog $dir/$dlname \$dldir/$dlname' ++ postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ ++ dlpath=$dir/\$dldll~ ++ $rm \$dlpath' ++ shlibpath_overrides_runpath=yes ++ ++ case $host_os in ++ cygwin*) ++ # Cygwin DLLs use 'cyg' prefix rather than 'lib' ++ soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' ++ sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib" ++ ;; ++ mingw*) ++ # MinGW DLLs use traditional 'lib' prefix ++ soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' ++ sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` ++ if echo "$sys_lib_search_path_spec" | [grep ';[c-zC-Z]:/' >/dev/null]; then ++ # It is most probably a Windows format PATH printed by ++ # mingw gcc, but we are running on Cygwin. Gcc prints its search ++ # path with ; separators, and with drive letters. We can handle the ++ # drive letters (cygwin fileutils understands them), so leave them, ++ # especially as we might pass files found there to a mingw objdump, ++ # which wouldn't understand a cygwinified path. Ahh. ++ sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` ++ else ++ sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` ++ fi ++ ;; ++ pw32*) ++ # pw32 DLLs use 'pw' prefix rather than 'lib' ++ library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' ++ ;; ++ esac ++ ;; ++ ++ *) ++ library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib' ++ ;; ++ esac ++ dynamic_linker='Win32 ld.exe' ++ # FIXME: first we should search . and the directory the executable is in ++ shlibpath_var=PATH ++ ;; ++ ++darwin* | rhapsody*) ++ dynamic_linker="$host_os dyld" ++ version_type=darwin ++ need_lib_prefix=no ++ need_version=no ++ library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext' ++ soname_spec='${libname}${release}${major}$shared_ext' ++ shlibpath_overrides_runpath=yes ++ shlibpath_var=DYLD_LIBRARY_PATH ++ shrext='$(test .$module = .yes && echo .so || echo .dylib)' ++ # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same. ++ if test "$GCC" = yes; then ++ sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"` ++ else ++ sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib' ++ fi ++ sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' ++ ;; ++ ++dgux*) ++ version_type=linux ++ need_lib_prefix=no ++ need_version=no ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext' ++ soname_spec='${libname}${release}${shared_ext}$major' ++ shlibpath_var=LD_LIBRARY_PATH ++ ;; ++ ++freebsd1*) ++ dynamic_linker=no ++ ;; ++ ++kfreebsd*-gnu*) ++ version_type=linux ++ need_lib_prefix=no ++ need_version=no ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' ++ soname_spec='${libname}${release}${shared_ext}$major' ++ shlibpath_var=LD_LIBRARY_PATH ++ shlibpath_overrides_runpath=no ++ hardcode_into_libs=yes ++ dynamic_linker='GNU ld.so' ++ ;; ++ ++freebsd*) ++ objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout` ++ version_type=freebsd-$objformat ++ case $version_type in ++ freebsd-elf*) ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' ++ need_version=no ++ need_lib_prefix=no ++ ;; ++ freebsd-*) ++ library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix' ++ need_version=yes ++ ;; ++ esac ++ shlibpath_var=LD_LIBRARY_PATH ++ case $host_os in ++ freebsd2*) ++ shlibpath_overrides_runpath=yes ++ ;; ++ freebsd3.[01]* | freebsdelf3.[01]*) ++ shlibpath_overrides_runpath=yes ++ hardcode_into_libs=yes ++ ;; ++ *) # from 3.2 on ++ shlibpath_overrides_runpath=no ++ hardcode_into_libs=yes ++ ;; ++ esac ++ ;; ++ ++gnu*) ++ version_type=linux ++ need_lib_prefix=no ++ need_version=no ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' ++ soname_spec='${libname}${release}${shared_ext}$major' ++ shlibpath_var=LD_LIBRARY_PATH ++ hardcode_into_libs=yes ++ ;; ++ ++hpux9* | hpux10* | hpux11*) ++ # Give a soname corresponding to the major version so that dld.sl refuses to ++ # link against other versions. ++ version_type=sunos ++ need_lib_prefix=no ++ need_version=no ++ case "$host_cpu" in ++ ia64*) ++ shrext='.so' ++ hardcode_into_libs=yes ++ dynamic_linker="$host_os dld.so" ++ shlibpath_var=LD_LIBRARY_PATH ++ shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' ++ soname_spec='${libname}${release}${shared_ext}$major' ++ if test "X$HPUX_IA64_MODE" = X32; then ++ sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" ++ else ++ sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" ++ fi ++ sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ++ ;; ++ hppa*64*) ++ shrext='.sl' ++ hardcode_into_libs=yes ++ dynamic_linker="$host_os dld.sl" ++ shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH ++ shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' ++ soname_spec='${libname}${release}${shared_ext}$major' ++ sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" ++ sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ++ ;; ++ *) ++ shrext='.sl' ++ dynamic_linker="$host_os dld.sl" ++ shlibpath_var=SHLIB_PATH ++ shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' ++ soname_spec='${libname}${release}${shared_ext}$major' ++ ;; ++ esac ++ # HP-UX runs *really* slowly unless shared libraries are mode 555. ++ postinstall_cmds='chmod 555 $lib' ++ ;; ++ ++irix5* | irix6* | nonstopux*) ++ case $host_os in ++ nonstopux*) version_type=nonstopux ;; ++ *) ++ if test "$lt_cv_prog_gnu_ld" = yes; then ++ version_type=linux ++ else ++ version_type=irix ++ fi ;; ++ esac ++ need_lib_prefix=no ++ need_version=no ++ soname_spec='${libname}${release}${shared_ext}$major' ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}' ++ case $host_os in ++ irix5* | nonstopux*) ++ libsuff= shlibsuff= ++ ;; ++ *) ++ case $LD in # libtool.m4 will add one of these switches to LD ++ *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") ++ libsuff= shlibsuff= libmagic=32-bit;; ++ *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") ++ libsuff=32 shlibsuff=N32 libmagic=N32;; ++ *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") ++ libsuff=64 shlibsuff=64 libmagic=64-bit;; ++ *) libsuff= shlibsuff= libmagic=never-match;; ++ esac ++ ;; ++ esac ++ shlibpath_var=LD_LIBRARY${shlibsuff}_PATH ++ shlibpath_overrides_runpath=no ++ sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}" ++ sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}" ++ hardcode_into_libs=yes ++ ;; ++ ++# No shared lib support for Linux oldld, aout, or coff. ++linux*oldld* | linux*aout* | linux*coff*) ++ dynamic_linker=no ++ ;; ++ ++# This must be Linux ELF. ++linux*) ++ version_type=linux ++ need_lib_prefix=no ++ need_version=no ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' ++ soname_spec='${libname}${release}${shared_ext}$major' ++ finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' ++ libsuff= ++ if test "x$LINUX_64_MODE" = x64; then ++ # Some platforms are per default 64-bit, so there's no /lib64 ++ if test -d /lib64 -a ! -h /lib64; then ++ libsuff=64 ++ fi ++ fi ++ shlibpath_var=LD_LIBRARY_PATH ++ shlibpath_overrides_runpath=no ++ sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff}" ++ sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}" ++ # This implies no fast_install, which is unacceptable. ++ # Some rework will be needed to allow for fast_install ++ # before this can be enabled. ++ hardcode_into_libs=yes ++ ++ # We used to test for /lib/ld.so.1 and disable shared libraries on ++ # powerpc, because MkLinux only supported shared libraries with the ++ # GNU dynamic linker. Since this was broken with cross compilers, ++ # most powerpc-linux boxes support dynamic linking these days and ++ # people can always --disable-shared, the test was removed, and we ++ # assume the GNU/Linux dynamic linker is in use. ++ dynamic_linker='GNU/Linux ld.so' ++ ;; ++ ++netbsd*) ++ version_type=sunos ++ need_lib_prefix=no ++ need_version=no ++ if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' ++ finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' ++ dynamic_linker='NetBSD (a.out) ld.so' ++ else ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} ${libname}${shared_ext}' ++ soname_spec='${libname}${release}${shared_ext}$major' ++ dynamic_linker='NetBSD ld.elf_so' ++ fi ++ shlibpath_var=LD_LIBRARY_PATH ++ shlibpath_overrides_runpath=yes ++ hardcode_into_libs=yes ++ ;; ++ ++newsos6) ++ version_type=linux ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' ++ shlibpath_var=LD_LIBRARY_PATH ++ shlibpath_overrides_runpath=yes ++ ;; ++ ++nto-qnx*) ++ version_type=linux ++ need_lib_prefix=no ++ need_version=no ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' ++ soname_spec='${libname}${release}${shared_ext}$major' ++ shlibpath_var=LD_LIBRARY_PATH ++ shlibpath_overrides_runpath=yes ++ ;; ++ ++openbsd*) ++ version_type=sunos ++ need_lib_prefix=no ++ need_version=no ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' ++ finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' ++ shlibpath_var=LD_LIBRARY_PATH ++ if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then ++ case $host_os in ++ openbsd2.[[89]] | openbsd2.[[89]].*) ++ shlibpath_overrides_runpath=no ++ ;; ++ *) ++ shlibpath_overrides_runpath=yes ++ ;; ++ esac ++ else ++ shlibpath_overrides_runpath=yes ++ fi ++ ;; ++ ++os2*) ++ libname_spec='$name' ++ shrext=".dll" ++ need_lib_prefix=no ++ library_names_spec='$libname${shared_ext} $libname.a' ++ dynamic_linker='OS/2 ld.exe' ++ shlibpath_var=LIBPATH ++ ;; ++ ++osf3* | osf4* | osf5*) ++ version_type=osf ++ need_lib_prefix=no ++ need_version=no ++ soname_spec='${libname}${release}${shared_ext}$major' ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' ++ shlibpath_var=LD_LIBRARY_PATH ++ sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" ++ sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec" ++ ;; ++ ++sco3.2v5*) ++ version_type=osf ++ soname_spec='${libname}${release}${shared_ext}$major' ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' ++ shlibpath_var=LD_LIBRARY_PATH ++ ;; ++ ++solaris*) ++ version_type=linux ++ need_lib_prefix=no ++ need_version=no ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' ++ soname_spec='${libname}${release}${shared_ext}$major' ++ shlibpath_var=LD_LIBRARY_PATH ++ shlibpath_overrides_runpath=yes ++ hardcode_into_libs=yes ++ # ldd complains unless libraries are executable ++ postinstall_cmds='chmod +x $lib' ++ ;; ++ ++sunos4*) ++ version_type=sunos ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' ++ finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' ++ shlibpath_var=LD_LIBRARY_PATH ++ shlibpath_overrides_runpath=yes ++ if test "$with_gnu_ld" = yes; then ++ need_lib_prefix=no ++ fi ++ need_version=yes ++ ;; ++ ++sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) ++ version_type=linux ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' ++ soname_spec='${libname}${release}${shared_ext}$major' ++ shlibpath_var=LD_LIBRARY_PATH ++ case $host_vendor in ++ sni) ++ shlibpath_overrides_runpath=no ++ need_lib_prefix=no ++ export_dynamic_flag_spec='${wl}-Blargedynsym' ++ runpath_var=LD_RUN_PATH ++ ;; ++ siemens) ++ need_lib_prefix=no ++ ;; ++ motorola) ++ need_lib_prefix=no ++ need_version=no ++ shlibpath_overrides_runpath=no ++ sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' ++ ;; ++ esac ++ ;; ++ ++sysv4*MP*) ++ if test -d /usr/nec ;then ++ version_type=linux ++ library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}' ++ soname_spec='$libname${shared_ext}.$major' ++ shlibpath_var=LD_LIBRARY_PATH ++ fi ++ ;; ++ ++uts4*) ++ version_type=linux ++ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' ++ soname_spec='${libname}${release}${shared_ext}$major' ++ shlibpath_var=LD_LIBRARY_PATH ++ ;; ++ ++*) ++ dynamic_linker=no ++ ;; ++esac ++AC_MSG_RESULT([$dynamic_linker]) ++test "$dynamic_linker" = no && can_build_shared=no ++])# AC_LIBTOOL_SYS_DYNAMIC_LINKER ++ ++ ++# _LT_AC_TAGCONFIG ++# ---------------- ++AC_DEFUN([_LT_AC_TAGCONFIG], ++[AC_ARG_WITH([tags], ++ [AC_HELP_STRING([--with-tags@<:@=TAGS@:>@], ++ [include additional configurations @<:@automatic@:>@])], ++ [tagnames="$withval"]) ++ ++if test -f "$ltmain" && test -n "$tagnames"; then ++ if test ! -f "${ofile}"; then ++ AC_MSG_WARN([output file `$ofile' does not exist]) ++ fi ++ ++ if test -z "$LTCC"; then ++ eval "`$SHELL ${ofile} --config | grep '^LTCC='`" ++ if test -z "$LTCC"; then ++ AC_MSG_WARN([output file `$ofile' does not look like a libtool script]) ++ else ++ AC_MSG_WARN([using `LTCC=$LTCC', extracted from `$ofile']) ++ fi ++ fi ++ ++ # Extract list of available tagged configurations in $ofile. ++ # Note that this assumes the entire list is on one line. ++ available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'` ++ ++ lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," ++ for tagname in $tagnames; do ++ IFS="$lt_save_ifs" ++ # Check whether tagname contains only valid characters ++ case `$echo "X$tagname" | $Xsed -e 's:[[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]]::g'` in ++ "") ;; ++ *) AC_MSG_ERROR([invalid tag name: $tagname]) ++ ;; ++ esac ++ ++ if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null ++ then ++ AC_MSG_ERROR([tag name \"$tagname\" already exists]) ++ fi ++ ++ # Update the list of available tags. ++ if test -n "$tagname"; then ++ echo appending configuration tag \"$tagname\" to $ofile ++ ++ case $tagname in ++ CXX) ++ if test -n "$CXX" && test "X$CXX" != "Xno"; then ++ AC_LIBTOOL_LANG_CXX_CONFIG ++ else ++ tagname="" ++ fi ++ ;; ++ ++ F77) ++ if test -n "$F77" && test "X$F77" != "Xno"; then ++ AC_LIBTOOL_LANG_F77_CONFIG ++ else ++ tagname="" ++ fi ++ ;; ++ ++ GCJ) ++ if test -n "$GCJ" && test "X$GCJ" != "Xno"; then ++ AC_LIBTOOL_LANG_GCJ_CONFIG ++ else ++ tagname="" ++ fi ++ ;; ++ ++ RC) ++ AC_LIBTOOL_LANG_RC_CONFIG ++ ;; ++ ++ *) ++ AC_MSG_ERROR([Unsupported tag name: $tagname]) ++ ;; ++ esac ++ ++ # Append the new tag name to the list of available tags. ++ if test -n "$tagname" ; then ++ available_tags="$available_tags $tagname" ++ fi ++ fi ++ done ++ IFS="$lt_save_ifs" ++ ++ # Now substitute the updated list of available tags. ++ if eval "sed -e 's/^available_tags=.*\$/available_tags=\"$available_tags\"/' \"$ofile\" > \"${ofile}T\""; then ++ mv "${ofile}T" "$ofile" ++ chmod +x "$ofile" ++ else ++ rm -f "${ofile}T" ++ AC_MSG_ERROR([unable to update list of available tagged configurations.]) ++ fi ++fi ++])# _LT_AC_TAGCONFIG ++ ++ ++# AC_LIBTOOL_DLOPEN ++# ----------------- ++# enable checks for dlopen support ++AC_DEFUN([AC_LIBTOOL_DLOPEN], ++ [AC_BEFORE([$0],[AC_LIBTOOL_SETUP]) ++])# AC_LIBTOOL_DLOPEN ++ ++ ++# AC_LIBTOOL_WIN32_DLL ++# -------------------- ++# declare package support for building win32 dll's ++AC_DEFUN([AC_LIBTOOL_WIN32_DLL], ++[AC_BEFORE([$0], [AC_LIBTOOL_SETUP]) ++])# AC_LIBTOOL_WIN32_DLL ++ ++ ++# AC_ENABLE_SHARED([DEFAULT]) ++# --------------------------- ++# implement the --enable-shared flag ++# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'. ++AC_DEFUN([AC_ENABLE_SHARED], ++[define([AC_ENABLE_SHARED_DEFAULT], ifelse($1, no, no, yes))dnl ++AC_ARG_ENABLE([shared], ++ [AC_HELP_STRING([--enable-shared@<:@=PKGS@:>@], ++ [build shared libraries @<:@default=]AC_ENABLE_SHARED_DEFAULT[@:>@])], ++ [p=${PACKAGE-default} ++ case $enableval in ++ yes) enable_shared=yes ;; ++ no) enable_shared=no ;; ++ *) ++ enable_shared=no ++ # Look at the argument we got. We use all the common list separators. ++ lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," ++ for pkg in $enableval; do ++ IFS="$lt_save_ifs" ++ if test "X$pkg" = "X$p"; then ++ enable_shared=yes ++ fi ++ done ++ IFS="$lt_save_ifs" ++ ;; ++ esac], ++ [enable_shared=]AC_ENABLE_SHARED_DEFAULT) ++])# AC_ENABLE_SHARED ++ ++ ++# AC_DISABLE_SHARED ++# ----------------- ++#- set the default shared flag to --disable-shared ++AC_DEFUN([AC_DISABLE_SHARED], ++[AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl ++AC_ENABLE_SHARED(no) ++])# AC_DISABLE_SHARED ++ ++ ++# AC_ENABLE_STATIC([DEFAULT]) ++# --------------------------- ++# implement the --enable-static flag ++# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'. ++AC_DEFUN([AC_ENABLE_STATIC], ++[define([AC_ENABLE_STATIC_DEFAULT], ifelse($1, no, no, yes))dnl ++AC_ARG_ENABLE([static], ++ [AC_HELP_STRING([--enable-static@<:@=PKGS@:>@], ++ [build static libraries @<:@default=]AC_ENABLE_STATIC_DEFAULT[@:>@])], ++ [p=${PACKAGE-default} ++ case $enableval in ++ yes) enable_static=yes ;; ++ no) enable_static=no ;; ++ *) ++ enable_static=no ++ # Look at the argument we got. We use all the common list separators. ++ lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," ++ for pkg in $enableval; do ++ IFS="$lt_save_ifs" ++ if test "X$pkg" = "X$p"; then ++ enable_static=yes ++ fi ++ done ++ IFS="$lt_save_ifs" ++ ;; ++ esac], ++ [enable_static=]AC_ENABLE_STATIC_DEFAULT) ++])# AC_ENABLE_STATIC ++ ++ ++# AC_DISABLE_STATIC ++# ----------------- ++# set the default static flag to --disable-static ++AC_DEFUN([AC_DISABLE_STATIC], ++[AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl ++AC_ENABLE_STATIC(no) ++])# AC_DISABLE_STATIC ++ ++ ++# AC_ENABLE_FAST_INSTALL([DEFAULT]) ++# --------------------------------- ++# implement the --enable-fast-install flag ++# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'. ++AC_DEFUN([AC_ENABLE_FAST_INSTALL], ++[define([AC_ENABLE_FAST_INSTALL_DEFAULT], ifelse($1, no, no, yes))dnl ++AC_ARG_ENABLE([fast-install], ++ [AC_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@], ++ [optimize for fast installation @<:@default=]AC_ENABLE_FAST_INSTALL_DEFAULT[@:>@])], ++ [p=${PACKAGE-default} ++ case $enableval in ++ yes) enable_fast_install=yes ;; ++ no) enable_fast_install=no ;; ++ *) ++ enable_fast_install=no ++ # Look at the argument we got. We use all the common list separators. ++ lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," ++ for pkg in $enableval; do ++ IFS="$lt_save_ifs" ++ if test "X$pkg" = "X$p"; then ++ enable_fast_install=yes ++ fi ++ done ++ IFS="$lt_save_ifs" ++ ;; ++ esac], ++ [enable_fast_install=]AC_ENABLE_FAST_INSTALL_DEFAULT) ++])# AC_ENABLE_FAST_INSTALL ++ ++ ++# AC_DISABLE_FAST_INSTALL ++# ----------------------- ++# set the default to --disable-fast-install ++AC_DEFUN([AC_DISABLE_FAST_INSTALL], ++[AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl ++AC_ENABLE_FAST_INSTALL(no) ++])# AC_DISABLE_FAST_INSTALL ++ ++ ++# AC_LIBTOOL_PICMODE([MODE]) ++# -------------------------- ++# implement the --with-pic flag ++# MODE is either `yes' or `no'. If omitted, it defaults to `both'. ++AC_DEFUN([AC_LIBTOOL_PICMODE], ++[AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl ++pic_mode=ifelse($#,1,$1,default) ++])# AC_LIBTOOL_PICMODE ++ ++ ++# AC_PROG_EGREP ++# ------------- ++# This is predefined starting with Autoconf 2.54, so this conditional ++# definition can be removed once we require Autoconf 2.54 or later. ++m4_ifndef([AC_PROG_EGREP], [AC_DEFUN([AC_PROG_EGREP], ++[AC_CACHE_CHECK([for egrep], [ac_cv_prog_egrep], ++ [if echo a | (grep -E '(a|b)') >/dev/null 2>&1 ++ then ac_cv_prog_egrep='grep -E' ++ else ac_cv_prog_egrep='egrep' ++ fi]) ++ EGREP=$ac_cv_prog_egrep ++ AC_SUBST([EGREP]) ++])]) ++ ++ ++# AC_PATH_TOOL_PREFIX ++# ------------------- ++# find a file program which can recognise shared library ++AC_DEFUN([AC_PATH_TOOL_PREFIX], ++[AC_REQUIRE([AC_PROG_EGREP])dnl ++AC_MSG_CHECKING([for $1]) ++AC_CACHE_VAL(lt_cv_path_MAGIC_CMD, ++[case $MAGIC_CMD in ++[[\\/*] | ?:[\\/]*]) ++ lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. ++ ;; ++*) ++ lt_save_MAGIC_CMD="$MAGIC_CMD" ++ lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR ++dnl $ac_dummy forces splitting on constant user-supplied paths. ++dnl POSIX.2 word splitting is done only on the output of word expansions, ++dnl not every word. This closes a longstanding sh security hole. ++ ac_dummy="ifelse([$2], , $PATH, [$2])" ++ for ac_dir in $ac_dummy; do ++ IFS="$lt_save_ifs" ++ test -z "$ac_dir" && ac_dir=. ++ if test -f $ac_dir/$1; then ++ lt_cv_path_MAGIC_CMD="$ac_dir/$1" ++ if test -n "$file_magic_test_file"; then ++ case $deplibs_check_method in ++ "file_magic "*) ++ file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`" ++ MAGIC_CMD="$lt_cv_path_MAGIC_CMD" ++ if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | ++ $EGREP "$file_magic_regex" > /dev/null; then ++ : ++ else ++ cat <&2 ++ ++*** Warning: the command libtool uses to detect shared libraries, ++*** $file_magic_cmd, produces output that libtool cannot recognize. ++*** The result is that libtool may fail to recognize shared libraries ++*** as such. This will affect the creation of libtool libraries that ++*** depend on shared libraries, but programs linked with such libtool ++*** libraries will work regardless of this problem. Nevertheless, you ++*** may want to report the problem to your system manager and/or to ++*** bug-libtool@gnu.org ++ ++EOF ++ fi ;; ++ esac ++ fi ++ break ++ fi ++ done ++ IFS="$lt_save_ifs" ++ MAGIC_CMD="$lt_save_MAGIC_CMD" ++ ;; ++esac]) ++MAGIC_CMD="$lt_cv_path_MAGIC_CMD" ++if test -n "$MAGIC_CMD"; then ++ AC_MSG_RESULT($MAGIC_CMD) ++else ++ AC_MSG_RESULT(no) ++fi ++])# AC_PATH_TOOL_PREFIX ++ ++ ++# AC_PATH_MAGIC ++# ------------- ++# find a file program which can recognise a shared library ++AC_DEFUN([AC_PATH_MAGIC], ++[AC_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH) ++if test -z "$lt_cv_path_MAGIC_CMD"; then ++ if test -n "$ac_tool_prefix"; then ++ AC_PATH_TOOL_PREFIX(file, /usr/bin$PATH_SEPARATOR$PATH) ++ else ++ MAGIC_CMD=: ++ fi ++fi ++])# AC_PATH_MAGIC ++ ++ ++# AC_PROG_LD ++# ---------- ++# find the pathname to the GNU or non-GNU linker ++AC_DEFUN([AC_PROG_LD], ++[AC_ARG_WITH([gnu-ld], ++ [AC_HELP_STRING([--with-gnu-ld], ++ [assume the C compiler uses GNU ld @<:@default=no@:>@])], ++ [test "$withval" = no || with_gnu_ld=yes], ++ [with_gnu_ld=no]) ++AC_REQUIRE([LT_AC_PROG_SED])dnl ++AC_REQUIRE([AC_PROG_CC])dnl ++AC_REQUIRE([AC_CANONICAL_HOST])dnl ++AC_REQUIRE([AC_CANONICAL_BUILD])dnl ++ac_prog=ld ++if test "$GCC" = yes; then ++ # Check if gcc -print-prog-name=ld gives a path. ++ AC_MSG_CHECKING([for ld used by $CC]) ++ case $host in ++ *-*-mingw*) ++ # gcc leaves a trailing carriage return which upsets mingw ++ ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; ++ *) ++ ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; ++ esac ++ case $ac_prog in ++ # Accept absolute paths. ++ [[\\/]]* | ?:[[\\/]]*) ++ re_direlt='/[[^/]][[^/]]*/\.\./' ++ # Canonicalize the pathname of ld ++ ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'` ++ while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do ++ ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"` ++ done ++ test -z "$LD" && LD="$ac_prog" ++ ;; ++ "") ++ # If it fails, then pretend we aren't using GCC. ++ ac_prog=ld ++ ;; ++ *) ++ # If it is relative, then search for the first ld in PATH. ++ with_gnu_ld=unknown ++ ;; ++ esac ++elif test "$with_gnu_ld" = yes; then ++ AC_MSG_CHECKING([for GNU ld]) ++else ++ AC_MSG_CHECKING([for non-GNU ld]) ++fi ++AC_CACHE_VAL(lt_cv_path_LD, ++[if test -z "$LD"; then ++ lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR ++ for ac_dir in $PATH; do ++ IFS="$lt_save_ifs" ++ test -z "$ac_dir" && ac_dir=. ++ if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then ++ lt_cv_path_LD="$ac_dir/$ac_prog" ++ # Check to see if the program is GNU ld. I'd rather use --version, ++ # but apparently some GNU ld's only accept -v. ++ # Break only if it was the GNU/non-GNU ld that we prefer. ++ case `"$lt_cv_path_LD" -v 2>&1 &1 /dev/null; then ++ case $host_cpu in ++ i*86 ) ++ # Not sure whether the presence of OpenBSD here was a mistake. ++ # Let's accept both of them until this is cleared up. ++ lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD)/i[[3-9]]86 (compact )?demand paged shared library' ++ lt_cv_file_magic_cmd=/usr/bin/file ++ lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` ++ ;; ++ esac ++ else ++ lt_cv_deplibs_check_method=pass_all ++ fi ++ ;; ++ ++gnu*) ++ lt_cv_deplibs_check_method=pass_all ++ ;; ++ ++hpux10.20* | hpux11*) ++ lt_cv_file_magic_cmd=/usr/bin/file ++ case "$host_cpu" in ++ ia64*) ++ lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64' ++ lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so ++ ;; ++ hppa*64*) ++ [lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - PA-RISC [0-9].[0-9]'] ++ lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl ++ ;; ++ *) ++ lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|PA-RISC[[0-9]].[[0-9]]) shared library' ++ lt_cv_file_magic_test_file=/usr/lib/libc.sl ++ ;; ++ esac ++ ;; ++ ++irix5* | irix6* | nonstopux*) ++ case $host_os in ++ irix5* | nonstopux*) ++ # this will be overridden with pass_all, but let us keep it just in case ++ lt_cv_deplibs_check_method="file_magic ELF 32-bit MSB dynamic lib MIPS - version 1" ++ ;; ++ *) ++ case $LD in ++ *-32|*"-32 ") libmagic=32-bit;; ++ *-n32|*"-n32 ") libmagic=N32;; ++ *-64|*"-64 ") libmagic=64-bit;; ++ *) libmagic=never-match;; ++ esac ++ # this will be overridden with pass_all, but let us keep it just in case ++ lt_cv_deplibs_check_method="file_magic ELF ${libmagic} MSB mips-[[1234]] dynamic lib MIPS - version 1" ++ ;; ++ esac ++ lt_cv_file_magic_test_file=`echo /lib${libsuff}/libc.so*` ++ lt_cv_deplibs_check_method=pass_all ++ ;; ++ ++# This must be Linux ELF. ++linux*) ++ case $host_cpu in ++ alpha* | hppa* | i*86 | ia64* | m68* | mips* | powerpc* | sparc* | s390* | sh* | x86_64* ) ++ lt_cv_deplibs_check_method=pass_all ;; ++ # the debian people say, arm and glibc 2.3.1 works for them with pass_all ++ arm* ) ++ lt_cv_deplibs_check_method=pass_all ;; ++ *) ++ # glibc up to 2.1.1 does not perform some relocations on ARM ++ lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )' ;; ++ esac ++ lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so` ++ ;; ++ ++netbsd*) ++ if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then ++ lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$' ++ else ++ lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|_pic\.a)$' ++ fi ++ ;; ++ ++newos6*) ++ lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (executable|dynamic lib)' ++ lt_cv_file_magic_cmd=/usr/bin/file ++ lt_cv_file_magic_test_file=/usr/lib/libnls.so ++ ;; ++ ++nto-qnx*) ++ lt_cv_deplibs_check_method=unknown ++ ;; ++ ++openbsd*) ++ lt_cv_file_magic_cmd=/usr/bin/file ++ lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` ++ if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then ++ lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB shared object' ++ else ++ lt_cv_deplibs_check_method='file_magic OpenBSD.* shared library' ++ fi ++ ;; ++ ++osf3* | osf4* | osf5*) ++ # this will be overridden with pass_all, but let us keep it just in case ++ lt_cv_deplibs_check_method='file_magic COFF format alpha shared library' ++ lt_cv_file_magic_test_file=/shlib/libc.so ++ lt_cv_deplibs_check_method=pass_all ++ ;; ++ ++sco3.2v5*) ++ lt_cv_deplibs_check_method=pass_all ++ ;; ++ ++solaris*) ++ lt_cv_deplibs_check_method=pass_all ++ lt_cv_file_magic_test_file=/lib/libc.so ++ ;; ++ ++sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) ++ case $host_vendor in ++ motorola) ++ lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib) M[[0-9]][[0-9]]* Version [[0-9]]' ++ lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*` ++ ;; ++ ncr) ++ lt_cv_deplibs_check_method=pass_all ++ ;; ++ sequent) ++ lt_cv_file_magic_cmd='/bin/file' ++ lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )' ++ ;; ++ sni) ++ lt_cv_file_magic_cmd='/bin/file' ++ lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib" ++ lt_cv_file_magic_test_file=/lib/libc.so ++ ;; ++ siemens) ++ lt_cv_deplibs_check_method=pass_all ++ ;; ++ esac ++ ;; ++ ++sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[[78]]* | unixware7* | sysv4*uw2*) ++ lt_cv_deplibs_check_method=pass_all ++ ;; ++esac ++]) ++file_magic_cmd=$lt_cv_file_magic_cmd ++deplibs_check_method=$lt_cv_deplibs_check_method ++test -z "$deplibs_check_method" && deplibs_check_method=unknown ++])# AC_DEPLIBS_CHECK_METHOD ++ ++ ++# AC_PROG_NM ++# ---------- ++# find the pathname to a BSD-compatible name lister ++AC_DEFUN([AC_PROG_NM], ++[AC_CACHE_CHECK([for BSD-compatible nm], lt_cv_path_NM, ++[if test -n "$NM"; then ++ # Let the user override the test. ++ lt_cv_path_NM="$NM" ++else ++ lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR ++ for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do ++ IFS="$lt_save_ifs" ++ test -z "$ac_dir" && ac_dir=. ++ tmp_nm="$ac_dir/${ac_tool_prefix}nm" ++ if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then ++ # Check to see if the nm accepts a BSD-compat flag. ++ # Adding the `sed 1q' prevents false positives on HP-UX, which says: ++ # nm: unknown option "B" ignored ++ # Tru64's nm complains that /dev/null is an invalid object file ++ case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in ++ */dev/null* | *'Invalid file or object type'*) ++ lt_cv_path_NM="$tmp_nm -B" ++ break ++ ;; ++ *) ++ case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in ++ */dev/null*) ++ lt_cv_path_NM="$tmp_nm -p" ++ break ++ ;; ++ *) ++ lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but ++ continue # so that we can try to find one that supports BSD flags ++ ;; ++ esac ++ esac ++ fi ++ done ++ IFS="$lt_save_ifs" ++ test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm ++fi]) ++NM="$lt_cv_path_NM" ++])# AC_PROG_NM ++ ++ ++# AC_CHECK_LIBM ++# ------------- ++# check for math library ++AC_DEFUN([AC_CHECK_LIBM], ++[AC_REQUIRE([AC_CANONICAL_HOST])dnl ++LIBM= ++case $host in ++*-*-beos* | *-*-cygwin* | *-*-pw32* | *-*-darwin*) ++ # These system don't have libm, or don't need it ++ ;; ++*-ncr-sysv4.3*) ++ AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw") ++ AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm") ++ ;; ++*) ++ AC_CHECK_LIB(m, cos, LIBM="-lm") ++ ;; ++esac ++])# AC_CHECK_LIBM ++ ++ ++# AC_LIBLTDL_CONVENIENCE([DIRECTORY]) ++# ----------------------------------- ++# sets LIBLTDL to the link flags for the libltdl convenience library and ++# LTDLINCL to the include flags for the libltdl header and adds ++# --enable-ltdl-convenience to the configure arguments. Note that LIBLTDL ++# and LTDLINCL are not AC_SUBSTed, nor is AC_CONFIG_SUBDIRS called. If ++# DIRECTORY is not provided, it is assumed to be `libltdl'. LIBLTDL will ++# be prefixed with '${top_builddir}/' and LTDLINCL will be prefixed with ++# '${top_srcdir}/' (note the single quotes!). If your package is not ++# flat and you're not using automake, define top_builddir and ++# top_srcdir appropriately in the Makefiles. ++AC_DEFUN([AC_LIBLTDL_CONVENIENCE], ++[AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl ++ case $enable_ltdl_convenience in ++ no) AC_MSG_ERROR([this package needs a convenience libltdl]) ;; ++ "") enable_ltdl_convenience=yes ++ ac_configure_args="$ac_configure_args --enable-ltdl-convenience" ;; ++ esac ++ LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdlc.la ++ LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl']) ++ # For backwards non-gettext consistent compatibility... ++ INCLTDL="$LTDLINCL" ++])# AC_LIBLTDL_CONVENIENCE ++ ++ ++# AC_LIBLTDL_INSTALLABLE([DIRECTORY]) ++# ----------------------------------- ++# sets LIBLTDL to the link flags for the libltdl installable library and ++# LTDLINCL to the include flags for the libltdl header and adds ++# --enable-ltdl-install to the configure arguments. Note that LIBLTDL ++# and LTDLINCL are not AC_SUBSTed, nor is AC_CONFIG_SUBDIRS called. If ++# DIRECTORY is not provided and an installed libltdl is not found, it is ++# assumed to be `libltdl'. LIBLTDL will be prefixed with '${top_builddir}/' ++# and LTDLINCL will be prefixed with '${top_srcdir}/' (note the single ++# quotes!). If your package is not flat and you're not using automake, ++# define top_builddir and top_srcdir appropriately in the Makefiles. ++# In the future, this macro may have to be called after AC_PROG_LIBTOOL. ++AC_DEFUN([AC_LIBLTDL_INSTALLABLE], ++[AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl ++ AC_CHECK_LIB(ltdl, lt_dlinit, ++ [test x"$enable_ltdl_install" != xyes && enable_ltdl_install=no], ++ [if test x"$enable_ltdl_install" = xno; then ++ AC_MSG_WARN([libltdl not installed, but installation disabled]) ++ else ++ enable_ltdl_install=yes ++ fi ++ ]) ++ if test x"$enable_ltdl_install" = x"yes"; then ++ ac_configure_args="$ac_configure_args --enable-ltdl-install" ++ LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdl.la ++ LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl']) ++ else ++ ac_configure_args="$ac_configure_args --enable-ltdl-install=no" ++ LIBLTDL="-lltdl" ++ LTDLINCL= ++ fi ++ # For backwards non-gettext consistent compatibility... ++ INCLTDL="$LTDLINCL" ++])# AC_LIBLTDL_INSTALLABLE ++ ++ ++# AC_LIBTOOL_CXX ++# -------------- ++# enable support for C++ libraries ++AC_DEFUN([AC_LIBTOOL_CXX], ++[AC_REQUIRE([_LT_AC_LANG_CXX]) ++])# AC_LIBTOOL_CXX ++ ++ ++# _LT_AC_LANG_CXX ++# --------------- ++AC_DEFUN([_LT_AC_LANG_CXX], ++[AC_REQUIRE([AC_PROG_CXX]) ++AC_REQUIRE([AC_PROG_CXXCPP]) ++_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}CXX]) ++])# _LT_AC_LANG_CXX ++ ++ ++# AC_LIBTOOL_F77 ++# -------------- ++# enable support for Fortran 77 libraries ++AC_DEFUN([AC_LIBTOOL_F77], ++[AC_REQUIRE([_LT_AC_LANG_F77]) ++])# AC_LIBTOOL_F77 ++ ++ ++# _LT_AC_LANG_F77 ++# --------------- ++AC_DEFUN([_LT_AC_LANG_F77], ++[AC_REQUIRE([AC_PROG_F77]) ++_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}F77]) ++])# _LT_AC_LANG_F77 ++ ++ ++# AC_LIBTOOL_GCJ ++# -------------- ++# enable support for GCJ libraries ++AC_DEFUN([AC_LIBTOOL_GCJ], ++[AC_REQUIRE([_LT_AC_LANG_GCJ]) ++])# AC_LIBTOOL_GCJ ++ ++ ++# _LT_AC_LANG_GCJ ++# --------------- ++AC_DEFUN([_LT_AC_LANG_GCJ], ++[AC_PROVIDE_IFELSE([AC_PROG_GCJ],[], ++ [AC_PROVIDE_IFELSE([A][M_PROG_GCJ],[], ++ [AC_PROVIDE_IFELSE([LT_AC_PROG_GCJ],[], ++ [ifdef([AC_PROG_GCJ],[AC_REQUIRE([AC_PROG_GCJ])], ++ [ifdef([A][M_PROG_GCJ],[AC_REQUIRE([A][M_PROG_GCJ])], ++ [AC_REQUIRE([A][C_PROG_GCJ_OR_A][M_PROG_GCJ])])])])])]) ++_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}GCJ]) ++])# _LT_AC_LANG_GCJ ++ ++ ++# AC_LIBTOOL_RC ++# -------------- ++# enable support for Windows resource files ++AC_DEFUN([AC_LIBTOOL_RC], ++[AC_REQUIRE([LT_AC_PROG_RC]) ++_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}RC]) ++])# AC_LIBTOOL_RC ++ ++ ++# AC_LIBTOOL_LANG_C_CONFIG ++# ------------------------ ++# Ensure that the configuration vars for the C compiler are ++# suitably defined. Those variables are subsequently used by ++# AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'. ++AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG], [_LT_AC_LANG_C_CONFIG]) ++AC_DEFUN([_LT_AC_LANG_C_CONFIG], ++[lt_save_CC="$CC" ++AC_LANG_PUSH(C) ++ ++# Source file extension for C test sources. ++ac_ext=c ++ ++# Object file extension for compiled C test sources. ++objext=o ++_LT_AC_TAGVAR(objext, $1)=$objext ++ ++# Code to be used in simple compile tests ++lt_simple_compile_test_code="int some_variable = 0;\n" ++ ++# Code to be used in simple link tests ++lt_simple_link_test_code='int main(){return(0);}\n' ++ ++_LT_AC_SYS_COMPILER ++ ++# ++# Check for any special shared library compilation flags. ++# ++_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)= ++if test "$GCC" = no; then ++ case $host_os in ++ sco3.2v5*) ++ _LT_AC_TAGVAR(lt_prog_cc_shlib, $1)='-belf' ++ ;; ++ esac ++fi ++if test -n "$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)"; then ++ AC_MSG_WARN([`$CC' requires `$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)' to build shared libraries]) ++ if echo "$old_CC $old_CFLAGS " | grep "[[ ]]$]_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)[[[ ]]" >/dev/null; then : ++ else ++ AC_MSG_WARN([add `$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)' to the CC or CFLAGS env variable and reconfigure]) ++ _LT_AC_TAGVAR(lt_cv_prog_cc_can_build_shared, $1)=no ++ fi ++fi ++ ++ ++# ++# Check to make sure the static flag actually works. ++# ++AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $_LT_AC_TAGVAR(lt_prog_compiler_static, $1) works], ++ _LT_AC_TAGVAR(lt_prog_compiler_static_works, $1), ++ $_LT_AC_TAGVAR(lt_prog_compiler_static, $1), ++ [], ++ [_LT_AC_TAGVAR(lt_prog_compiler_static, $1)=]) ++ ++ ++AC_LIBTOOL_PROG_COMPILER_NO_RTTI($1) ++AC_LIBTOOL_PROG_COMPILER_PIC($1) ++AC_LIBTOOL_PROG_CC_C_O($1) ++AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1) ++AC_LIBTOOL_PROG_LD_SHLIBS($1) ++AC_LIBTOOL_SYS_DYNAMIC_LINKER($1) ++AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1) ++AC_LIBTOOL_SYS_LIB_STRIP ++AC_LIBTOOL_DLOPEN_SELF($1) ++ ++# Report which librarie types wil actually be built ++AC_MSG_CHECKING([if libtool supports shared libraries]) ++AC_MSG_RESULT([$can_build_shared]) ++ ++AC_MSG_CHECKING([whether to build shared libraries]) ++test "$can_build_shared" = "no" && enable_shared=no ++ ++# On AIX, shared libraries and static libraries use the same namespace, and ++# are all built from PIC. ++case "$host_os" in ++aix3*) ++ test "$enable_shared" = yes && enable_static=no ++ if test -n "$RANLIB"; then ++ archive_cmds="$archive_cmds~\$RANLIB \$lib" ++ postinstall_cmds='$RANLIB $lib' ++ fi ++ ;; ++ ++aix4*) ++ if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then ++ test "$enable_shared" = yes && enable_static=no ++ fi ++ ;; ++ darwin* | rhapsody*) ++ if test "$GCC" = yes; then ++ _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no ++ case "$host_os" in ++ rhapsody* | darwin1.[[012]]) ++ _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-undefined -Wl,suppress' ++ ;; ++ *) # Darwin 1.3 on ++ if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then ++ _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress' ++ else ++ case ${MACOSX_DEPLOYMENT_TARGET} in ++ 10.[012]) ++ _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress' ++ ;; ++ 10.*) ++ _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-undefined -Wl,dynamic_lookup' ++ ;; ++ esac ++ fi ++ ;; ++ esac ++ output_verbose_link_cmd='echo' ++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring' ++ _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $compiler_flags $libobjs $deplibs' ++ # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's ++ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' ++ _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $compiler_flags $libobjs $deplibs~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' ++ _LT_AC_TAGVAR(hardcode_direct, $1)=no ++ _LT_AC_TAGVAR(hardcode_automatic, $1)=yes ++ _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported ++ _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-all_load $convenience' ++ _LT_AC_TAGVAR(link_all_deplibs, $1)=yes ++ else ++ _LT_AC_TAGVAR(ld_shlibs, $1)=no ++ fi ++ ;; ++esac ++AC_MSG_RESULT([$enable_shared]) ++ ++AC_MSG_CHECKING([whether to build static libraries]) ++# Make sure either enable_shared or enable_static is yes. ++test "$enable_shared" = yes || enable_static=yes ++AC_MSG_RESULT([$enable_static]) ++ ++AC_LIBTOOL_CONFIG($1) ++ ++AC_LANG_POP ++CC="$lt_save_CC" ++])# AC_LIBTOOL_LANG_C_CONFIG ++ ++ ++# AC_LIBTOOL_LANG_CXX_CONFIG ++# -------------------------- ++# Ensure that the configuration vars for the C compiler are ++# suitably defined. Those variables are subsequently used by ++# AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'. ++AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG], [_LT_AC_LANG_CXX_CONFIG(CXX)]) ++AC_DEFUN([_LT_AC_LANG_CXX_CONFIG], ++[AC_LANG_PUSH(C++) ++AC_REQUIRE([AC_PROG_CXX]) ++AC_REQUIRE([AC_PROG_CXXCPP]) ++ ++_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no ++_LT_AC_TAGVAR(allow_undefined_flag, $1)= ++_LT_AC_TAGVAR(always_export_symbols, $1)=no ++_LT_AC_TAGVAR(archive_expsym_cmds, $1)= ++_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)= ++_LT_AC_TAGVAR(hardcode_direct, $1)=no ++_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)= ++_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)= ++_LT_AC_TAGVAR(hardcode_libdir_separator, $1)= ++_LT_AC_TAGVAR(hardcode_minus_L, $1)=no ++_LT_AC_TAGVAR(hardcode_automatic, $1)=no ++_LT_AC_TAGVAR(module_cmds, $1)= ++_LT_AC_TAGVAR(module_expsym_cmds, $1)= ++_LT_AC_TAGVAR(link_all_deplibs, $1)=unknown ++_LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds ++_LT_AC_TAGVAR(no_undefined_flag, $1)= ++_LT_AC_TAGVAR(whole_archive_flag_spec, $1)= ++_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no ++ ++# Dependencies to place before and after the object being linked: ++_LT_AC_TAGVAR(predep_objects, $1)= ++_LT_AC_TAGVAR(postdep_objects, $1)= ++_LT_AC_TAGVAR(predeps, $1)= ++_LT_AC_TAGVAR(postdeps, $1)= ++_LT_AC_TAGVAR(compiler_lib_search_path, $1)= ++ ++# Source file extension for C++ test sources. ++ac_ext=cc ++ ++# Object file extension for compiled C++ test sources. ++objext=o ++_LT_AC_TAGVAR(objext, $1)=$objext ++ ++# Code to be used in simple compile tests ++lt_simple_compile_test_code="int some_variable = 0;\n" ++ ++# Code to be used in simple link tests ++lt_simple_link_test_code='int main(int, char *[]) { return(0); }\n' ++ ++# ltmain only uses $CC for tagged configurations so make sure $CC is set. ++_LT_AC_SYS_COMPILER ++ ++# Allow CC to be a program name with arguments. ++lt_save_CC=$CC ++lt_save_LD=$LD ++lt_save_GCC=$GCC ++GCC=$GXX ++lt_save_with_gnu_ld=$with_gnu_ld ++lt_save_path_LD=$lt_cv_path_LD ++if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then ++ lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx ++else ++ unset lt_cv_prog_gnu_ld ++fi ++if test -n "${lt_cv_path_LDCXX+set}"; then ++ lt_cv_path_LD=$lt_cv_path_LDCXX ++else ++ unset lt_cv_path_LD ++fi ++test -z "${LDCXX+set}" || LD=$LDCXX ++CC=${CXX-"c++"} ++compiler=$CC ++_LT_AC_TAGVAR(compiler, $1)=$CC ++cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'` ++ ++# We don't want -fno-exception wen compiling C++ code, so set the ++# no_builtin_flag separately ++if test "$GXX" = yes; then ++ _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' ++else ++ _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)= ++fi ++ ++if test "$GXX" = yes; then ++ # Set up default GNU C++ configuration ++ ++ AC_PROG_LD ++ ++ # Check if GNU C++ uses GNU ld as the underlying linker, since the ++ # archiving commands below assume that GNU ld is being used. ++ if test "$with_gnu_ld" = yes; then ++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname -o $lib' ++ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' ++ ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir' ++ _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' ++ ++ # If archive_cmds runs LD, not CC, wlarc should be empty ++ # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to ++ # investigate it a little bit more. (MM) ++ wlarc='${wl}' ++ ++ # ancient GNU ld didn't support --whole-archive et. al. ++ if eval "`$CC -print-prog-name=ld` --help 2>&1" | \ ++ grep 'no-whole-archive' > /dev/null; then ++ _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' ++ else ++ _LT_AC_TAGVAR(whole_archive_flag_spec, $1)= ++ fi ++ else ++ with_gnu_ld=no ++ wlarc= ++ ++ # A generic and very simple default shared library creation ++ # command for GNU C++ for the case where it uses the native ++ # linker, instead of GNU ld. If possible, this setting should ++ # overridden to take advantage of the native linker features on ++ # the platform it is being used on. ++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects -o $lib' ++ fi ++ ++ # Commands to make compiler produce verbose output that lists ++ # what "hidden" libraries, object files and flags are used when ++ # linking a shared library. ++ output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"' ++ ++else ++ GXX=no ++ with_gnu_ld=no ++ wlarc= ++fi ++ ++# PORTME: fill in a description of your system's C++ link characteristics ++AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries]) ++_LT_AC_TAGVAR(ld_shlibs, $1)=yes ++case $host_os in ++ aix3*) ++ # FIXME: insert proper C++ library support ++ _LT_AC_TAGVAR(ld_shlibs, $1)=no ++ ;; ++ aix4* | aix5*) ++ if test "$host_cpu" = ia64; then ++ # On IA64, the linker does run time linking by default, so we don't ++ # have to do anything special. ++ aix_use_runtimelinking=no ++ exp_sym_flag='-Bexport' ++ no_entry_flag="" ++ else ++ # KDE requires run time linking. Make it the default. ++ aix_use_runtimelinking=yes ++ exp_sym_flag='-bexport' ++ no_entry_flag='-bnoentry' ++ fi ++ ++ # When large executables or shared objects are built, AIX ld can ++ # have problems creating the table of contents. If linking a library ++ # or program results in "error TOC overflow" add -mminimal-toc to ++ # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not ++ # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. ++ ++ _LT_AC_TAGVAR(archive_cmds, $1)='' ++ _LT_AC_TAGVAR(hardcode_direct, $1)=yes ++ _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':' ++ _LT_AC_TAGVAR(link_all_deplibs, $1)=yes ++ ++ if test "$GXX" = yes; then ++ case $host_os in aix4.[012]|aix4.[012].*) ++ # We only want to do this on AIX 4.2 and lower, the check ++ # below for broken collect2 doesn't work under 4.3+ ++ collect2name=`${CC} -print-prog-name=collect2` ++ if test -f "$collect2name" && \ ++ strings "$collect2name" | grep resolve_lib_name >/dev/null ++ then ++ # We have reworked collect2 ++ _LT_AC_TAGVAR(hardcode_direct, $1)=yes ++ else ++ # We have old collect2 ++ _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported ++ # It fails to find uninstalled libraries when the uninstalled ++ # path is not listed in the libpath. Setting hardcode_minus_L ++ # to unsupported forces relinking ++ _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' ++ _LT_AC_TAGVAR(hardcode_libdir_separator, $1)= ++ fi ++ esac ++ shared_flag='-shared' ++ else ++ # not using gcc ++ if test "$host_cpu" = ia64; then ++ # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release ++ # chokes on -Wl,-G. The following line is correct: ++ shared_flag='-G' ++ else ++ if test "$aix_use_runtimelinking" = yes; then ++ shared_flag='-qmkshrobj ${wl}-G' ++ else ++ shared_flag='-qmkshrobj' ++ fi ++ fi ++ fi ++ ++ # Let the compiler handle the export list. ++ _LT_AC_TAGVAR(always_export_symbols, $1)=no ++ if test "$aix_use_runtimelinking" = yes; then ++ # Warning - without using the other runtime loading flags (-brtl), ++ # -berok will link without error, but may produce a broken library. ++ _LT_AC_TAGVAR(allow_undefined_flag, $1)='-berok' ++ # Determine the default libpath from the value encoded in an empty executable. ++ _LT_AC_SYS_LIBPATH_AIX ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" ++ ++ _LT_AC_TAGVAR(archive_cmds, $1)="\$CC"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '" $shared_flag" ++ _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" ++ else ++ if test "$host_cpu" = ia64; then ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib' ++ _LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs" ++ _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols" ++ else ++ # Determine the default libpath from the value encoded in an empty executable. ++ _LT_AC_SYS_LIBPATH_AIX ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" ++ # Warning - without using the other run time loading flags, ++ # -berok will link without error, but may produce a broken library. ++ _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok' ++ _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok' ++ # -bexpall does not export symbols beginning with underscore (_) ++ _LT_AC_TAGVAR(always_export_symbols, $1)=yes ++ # Exported symbols can be pulled into shared objects from archives ++ _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=' ' ++ _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes ++ # This is similar to how AIX traditionally builds it's shared libraries. ++ _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' ++ fi ++ fi ++ ;; ++ chorus*) ++ case $cc_basename in ++ *) ++ # FIXME: insert proper C++ library support ++ _LT_AC_TAGVAR(ld_shlibs, $1)=no ++ ;; ++ esac ++ ;; ++ ++ cygwin* | mingw* | pw32*) ++ # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless, ++ # as there is no search path for DLLs. ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' ++ _LT_AC_TAGVAR(allow_undefined_flag, $1)=no ++ _LT_AC_TAGVAR(always_export_symbols, $1)=no ++ _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes ++ ++ if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then ++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib' ++ # If the export-symbols file already is a .def file (1st line ++ # is EXPORTS), use it as is; otherwise, prepend... ++ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then ++ cp $export_symbols $output_objdir/$soname.def; ++ else ++ echo EXPORTS > $output_objdir/$soname.def; ++ cat $export_symbols >> $output_objdir/$soname.def; ++ fi~ ++ $CC -shared -nostdlib $output_objdir/$soname.def $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib' ++ else ++ _LT_AC_TAGVAR(ld_shlibs, $1)=no ++ fi ++ ;; ++ ++ darwin* | rhapsody*) ++ if test "$GXX" = yes; then ++ _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no ++ case "$host_os" in ++ rhapsody* | darwin1.[[012]]) ++ _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-undefined -Wl,suppress' ++ ;; ++ *) # Darwin 1.3 on ++ if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then ++ _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress' ++ else ++ case ${MACOSX_DEPLOYMENT_TARGET} in ++ 10.[012]) ++ _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress' ++ ;; ++ 10.*) ++ _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-undefined -Wl,dynamic_lookup' ++ ;; ++ esac ++ fi ++ ;; ++ esac ++ lt_int_apple_cc_single_mod=no ++ output_verbose_link_cmd='echo' ++ if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then ++ lt_int_apple_cc_single_mod=yes ++ fi ++ if test "X$lt_int_apple_cc_single_mod" = Xyes ; then ++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring' ++ else ++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $compiler_flags $deplibs -install_name $rpath/$soname $verstring' ++ fi ++ _LT_AC_TAGVAR(module_cmds, $1)='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $compiler_flags $libobjs $deplibs' ++ ++ # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's ++ if test "X$lt_int_apple_cc_single_mod" = Xyes ; then ++ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' ++ else ++ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $compiler_flags $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' ++ fi ++ _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $compiler_flags $libobjs $deplibs~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' ++ _LT_AC_TAGVAR(hardcode_direct, $1)=no ++ _LT_AC_TAGVAR(hardcode_automatic, $1)=yes ++ _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported ++ _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-all_load $convenience' ++ _LT_AC_TAGVAR(link_all_deplibs, $1)=yes ++ else ++ _LT_AC_TAGVAR(ld_shlibs, $1)=no ++ fi ++ ;; ++ ++ dgux*) ++ case $cc_basename in ++ ec++) ++ # FIXME: insert proper C++ library support ++ _LT_AC_TAGVAR(ld_shlibs, $1)=no ++ ;; ++ ghcx) ++ # Green Hills C++ Compiler ++ # FIXME: insert proper C++ library support ++ _LT_AC_TAGVAR(ld_shlibs, $1)=no ++ ;; ++ *) ++ # FIXME: insert proper C++ library support ++ _LT_AC_TAGVAR(ld_shlibs, $1)=no ++ ;; ++ esac ++ ;; ++ freebsd[12]*) ++ # C++ shared libraries reported to be fairly broken before switch to ELF ++ _LT_AC_TAGVAR(ld_shlibs, $1)=no ++ ;; ++ freebsd-elf*) ++ _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no ++ ;; ++ freebsd* | kfreebsd*-gnu) ++ # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF ++ # conventions ++ _LT_AC_TAGVAR(ld_shlibs, $1)=yes ++ ;; ++ gnu*) ++ ;; ++ hpux9*) ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' ++ _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: ++ _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' ++ _LT_AC_TAGVAR(hardcode_direct, $1)=yes ++ _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH, ++ # but as the default ++ # location of the library. ++ ++ case $cc_basename in ++ CC) ++ # FIXME: insert proper C++ library support ++ _LT_AC_TAGVAR(ld_shlibs, $1)=no ++ ;; ++ aCC) ++ _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' ++ # Commands to make compiler produce verbose output that lists ++ # what "hidden" libraries, object files and flags are used when ++ # linking a shared library. ++ # ++ # There doesn't appear to be a way to prevent this compiler from ++ # explicitly linking system object files so we need to strip them ++ # from the output so that they don't get included in the library ++ # dependencies. ++ output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | egrep "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' ++ ;; ++ *) ++ if test "$GXX" = yes; then ++ _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -shared -nostdlib -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' ++ else ++ # FIXME: insert proper C++ library support ++ _LT_AC_TAGVAR(ld_shlibs, $1)=no ++ fi ++ ;; ++ esac ++ ;; ++ hpux10*|hpux11*) ++ if test $with_gnu_ld = no; then ++ case "$host_cpu" in ++ hppa*64*) ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir' ++ _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: ++ ;; ++ ia64*) ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' ++ ;; ++ *) ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' ++ _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: ++ _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' ++ ;; ++ esac ++ fi ++ case "$host_cpu" in ++ hppa*64*) ++ _LT_AC_TAGVAR(hardcode_direct, $1)=no ++ _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no ++ ;; ++ ia64*) ++ _LT_AC_TAGVAR(hardcode_direct, $1)=no ++ _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no ++ _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH, ++ # but as the default ++ # location of the library. ++ ;; ++ *) ++ _LT_AC_TAGVAR(hardcode_direct, $1)=yes ++ _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH, ++ # but as the default ++ # location of the library. ++ ;; ++ esac ++ ++ case $cc_basename in ++ CC) ++ # FIXME: insert proper C++ library support ++ _LT_AC_TAGVAR(ld_shlibs, $1)=no ++ ;; ++ aCC) ++ case "$host_cpu" in ++ hppa*64*|ia64*) ++ _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs' ++ ;; ++ *) ++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects' ++ ;; ++ esac ++ # Commands to make compiler produce verbose output that lists ++ # what "hidden" libraries, object files and flags are used when ++ # linking a shared library. ++ # ++ # There doesn't appear to be a way to prevent this compiler from ++ # explicitly linking system object files so we need to strip them ++ # from the output so that they don't get included in the library ++ # dependencies. ++ output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' ++ ;; ++ *) ++ if test "$GXX" = yes; then ++ if test $with_gnu_ld = no; then ++ case "$host_cpu" in ++ ia64*|hppa*64*) ++ _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs' ++ ;; ++ *) ++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects' ++ ;; ++ esac ++ fi ++ else ++ # FIXME: insert proper C++ library support ++ _LT_AC_TAGVAR(ld_shlibs, $1)=no ++ fi ++ ;; ++ esac ++ ;; ++ irix5* | irix6*) ++ case $cc_basename in ++ CC) ++ # SGI C++ ++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib' ++ ++ # Archives containing C++ object files must be created using ++ # "CC -ar", where "CC" is the IRIX C++ compiler. This is ++ # necessary to make sure instantiated templates are included ++ # in the archive. ++ _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -ar -WR,-u -o $oldlib $oldobjs' ++ ;; ++ *) ++ if test "$GXX" = yes; then ++ if test "$with_gnu_ld" = no; then ++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib' ++ else ++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` -o $lib' ++ fi ++ fi ++ _LT_AC_TAGVAR(link_all_deplibs, $1)=yes ++ ;; ++ esac ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' ++ _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: ++ ;; ++ linux*) ++ case $cc_basename in ++ KCC) ++ # Kuck and Associates, Inc. (KAI) C++ Compiler ++ ++ # KCC will only create a shared library if the output file ++ # ends with ".so" (or ".sl" for HP-UX), so rename the library ++ # to its proper name (with version) after linking. ++ _LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects --soname $soname -o \$templib; mv \$templib $lib' ++ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib' ++ # Commands to make compiler produce verbose output that lists ++ # what "hidden" libraries, object files and flags are used when ++ # linking a shared library. ++ # ++ # There doesn't appear to be a way to prevent this compiler from ++ # explicitly linking system object files so we need to strip them ++ # from the output so that they don't get included in the library ++ # dependencies. ++ output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | grep "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' ++ ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath,$libdir' ++ _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' ++ ++ # Archives containing C++ object files must be created using ++ # "CC -Bstatic", where "CC" is the KAI C++ compiler. ++ _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs' ++ ;; ++ icpc) ++ # Intel C++ ++ with_gnu_ld=yes ++ _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no ++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname -o $lib' ++ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' ++ _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' ++ _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive' ++ ;; ++ cxx) ++ # Compaq C++ ++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname -o $lib' ++ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname -o $lib ${wl}-retain-symbols-file $wl$export_symbols' ++ ++ runpath_var=LD_RUN_PATH ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' ++ _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: ++ ++ # Commands to make compiler produce verbose output that lists ++ # what "hidden" libraries, object files and flags are used when ++ # linking a shared library. ++ # ++ # There doesn't appear to be a way to prevent this compiler from ++ # explicitly linking system object files so we need to strip them ++ # from the output so that they don't get included in the library ++ # dependencies. ++ output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' ++ ;; ++ esac ++ ;; ++ lynxos*) ++ # FIXME: insert proper C++ library support ++ _LT_AC_TAGVAR(ld_shlibs, $1)=no ++ ;; ++ m88k*) ++ # FIXME: insert proper C++ library support ++ _LT_AC_TAGVAR(ld_shlibs, $1)=no ++ ;; ++ mvs*) ++ case $cc_basename in ++ cxx) ++ # FIXME: insert proper C++ library support ++ _LT_AC_TAGVAR(ld_shlibs, $1)=no ++ ;; ++ *) ++ # FIXME: insert proper C++ library support ++ _LT_AC_TAGVAR(ld_shlibs, $1)=no ++ ;; ++ esac ++ ;; ++ netbsd*) ++ if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then ++ _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags' ++ wlarc= ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' ++ _LT_AC_TAGVAR(hardcode_direct, $1)=yes ++ _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no ++ fi ++ # Workaround some broken pre-1.5 toolchains ++ output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"' ++ ;; ++ osf3*) ++ case $cc_basename in ++ KCC) ++ # Kuck and Associates, Inc. (KAI) C++ Compiler ++ ++ # KCC will only create a shared library if the output file ++ # ends with ".so" (or ".sl" for HP-UX), so rename the library ++ # to its proper name (with version) after linking. ++ _LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects --soname $soname -o \$templib; mv \$templib $lib' ++ ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' ++ _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: ++ ++ # Archives containing C++ object files must be created using ++ # "CC -Bstatic", where "CC" is the KAI C++ compiler. ++ _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs' ++ ++ ;; ++ RCC) ++ # Rational C++ 2.4.1 ++ # FIXME: insert proper C++ library support ++ _LT_AC_TAGVAR(ld_shlibs, $1)=no ++ ;; ++ cxx) ++ _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' ++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${objdir}/so_locations -o $lib' ++ ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' ++ _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: ++ ++ # Commands to make compiler produce verbose output that lists ++ # what "hidden" libraries, object files and flags are used when ++ # linking a shared library. ++ # ++ # There doesn't appear to be a way to prevent this compiler from ++ # explicitly linking system object files so we need to strip them ++ # from the output so that they don't get included in the library ++ # dependencies. ++ output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' ++ ;; ++ *) ++ if test "$GXX" = yes && test "$with_gnu_ld" = no; then ++ _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' ++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib' ++ ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' ++ _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: ++ ++ # Commands to make compiler produce verbose output that lists ++ # what "hidden" libraries, object files and flags are used when ++ # linking a shared library. ++ output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"' ++ ++ else ++ # FIXME: insert proper C++ library support ++ _LT_AC_TAGVAR(ld_shlibs, $1)=no ++ fi ++ ;; ++ esac ++ ;; ++ osf4* | osf5*) ++ case $cc_basename in ++ KCC) ++ # Kuck and Associates, Inc. (KAI) C++ Compiler ++ ++ # KCC will only create a shared library if the output file ++ # ends with ".so" (or ".sl" for HP-UX), so rename the library ++ # to its proper name (with version) after linking. ++ _LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects --soname $soname -o \$templib; mv \$templib $lib' ++ ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' ++ _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: ++ ++ # Archives containing C++ object files must be created using ++ # the KAI C++ compiler. ++ _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs' ++ ;; ++ RCC) ++ # Rational C++ 2.4.1 ++ # FIXME: insert proper C++ library support ++ _LT_AC_TAGVAR(ld_shlibs, $1)=no ++ ;; ++ cxx) ++ _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' ++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib' ++ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~ ++ echo "-hidden">> $lib.exp~ ++ $CC -shared$allow_undefined_flag $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects -msym -soname $soname -Wl,-input -Wl,$lib.exp `test -n "$verstring" && echo -set_version $verstring` -update_registry $objdir/so_locations -o $lib~ ++ $rm $lib.exp' ++ ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' ++ _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: ++ ++ # Commands to make compiler produce verbose output that lists ++ # what "hidden" libraries, object files and flags are used when ++ # linking a shared library. ++ # ++ # There doesn't appear to be a way to prevent this compiler from ++ # explicitly linking system object files so we need to strip them ++ # from the output so that they don't get included in the library ++ # dependencies. ++ output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' ++ ;; ++ *) ++ if test "$GXX" = yes && test "$with_gnu_ld" = no; then ++ _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' ++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib' ++ ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' ++ _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: ++ ++ # Commands to make compiler produce verbose output that lists ++ # what "hidden" libraries, object files and flags are used when ++ # linking a shared library. ++ output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"' ++ ++ else ++ # FIXME: insert proper C++ library support ++ _LT_AC_TAGVAR(ld_shlibs, $1)=no ++ fi ++ ;; ++ esac ++ ;; ++ psos*) ++ # FIXME: insert proper C++ library support ++ _LT_AC_TAGVAR(ld_shlibs, $1)=no ++ ;; ++ sco*) ++ _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no ++ case $cc_basename in ++ CC) ++ # FIXME: insert proper C++ library support ++ _LT_AC_TAGVAR(ld_shlibs, $1)=no ++ ;; ++ *) ++ # FIXME: insert proper C++ library support ++ _LT_AC_TAGVAR(ld_shlibs, $1)=no ++ ;; ++ esac ++ ;; ++ sunos4*) ++ case $cc_basename in ++ CC) ++ # Sun C++ 4.x ++ # FIXME: insert proper C++ library support ++ _LT_AC_TAGVAR(ld_shlibs, $1)=no ++ ;; ++ lcc) ++ # Lucid ++ # FIXME: insert proper C++ library support ++ _LT_AC_TAGVAR(ld_shlibs, $1)=no ++ ;; ++ *) ++ # FIXME: insert proper C++ library support ++ _LT_AC_TAGVAR(ld_shlibs, $1)=no ++ ;; ++ esac ++ ;; ++ solaris*) ++ case $cc_basename in ++ CC) ++ # Sun C++ 4.2, 5.x and Centerline C++ ++ _LT_AC_TAGVAR(no_undefined_flag, $1)=' -zdefs' ++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -nolib -h$soname -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects' ++ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ ++ $CC -G${allow_undefined_flag} -nolib ${wl}-M ${wl}$lib.exp -h$soname -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects~$rm $lib.exp' ++ ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' ++ _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no ++ case $host_os in ++ solaris2.[0-5] | solaris2.[0-5].*) ;; ++ *) ++ # The C++ compiler is used as linker so we must use $wl ++ # flag to pass the commands to the underlying system ++ # linker. ++ # Supported since Solaris 2.6 (maybe 2.5.1?) ++ _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' ++ ;; ++ esac ++ _LT_AC_TAGVAR(link_all_deplibs, $1)=yes ++ ++ # Commands to make compiler produce verbose output that lists ++ # what "hidden" libraries, object files and flags are used when ++ # linking a shared library. ++ # ++ # There doesn't appear to be a way to prevent this compiler from ++ # explicitly linking system object files so we need to strip them ++ # from the output so that they don't get included in the library ++ # dependencies. ++ output_verbose_link_cmd='templist=`$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep "\-[[LR]]"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' ++ ++ # Archives containing C++ object files must be created using ++ # "CC -xar", where "CC" is the Sun C++ compiler. This is ++ # necessary to make sure instantiated templates are included ++ # in the archive. ++ _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs' ++ ;; ++ gcx) ++ # Green Hills C++ Compiler ++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-h $wl$soname -o $lib' ++ ++ # The C++ compiler must be used to create the archive. ++ _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs' ++ ;; ++ *) ++ # GNU C++ compiler with Solaris linker ++ if test "$GXX" = yes && test "$with_gnu_ld" = no; then ++ _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-z ${wl}defs' ++ if $CC --version | grep -v '^2\.7' > /dev/null; then ++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $LDFLAGS $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-h $wl$soname -o $lib' ++ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ ++ $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects~$rm $lib.exp' ++ ++ # Commands to make compiler produce verbose output that lists ++ # what "hidden" libraries, object files and flags are used when ++ # linking a shared library. ++ output_verbose_link_cmd="$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\"" ++ else ++ # g++ 2.7 appears to require `-G' NOT `-shared' on this ++ # platform. ++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $LDFLAGS $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-h $wl$soname -o $lib' ++ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ ++ $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects~$rm $lib.exp' ++ ++ # Commands to make compiler produce verbose output that lists ++ # what "hidden" libraries, object files and flags are used when ++ # linking a shared library. ++ output_verbose_link_cmd="$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\"" ++ fi ++ ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $wl$libdir' ++ fi ++ ;; ++ esac ++ ;; ++ sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[[78]]* | unixware7*) ++ _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no ++ ;; ++ tandem*) ++ case $cc_basename in ++ NCC) ++ # NonStop-UX NCC 3.20 ++ # FIXME: insert proper C++ library support ++ _LT_AC_TAGVAR(ld_shlibs, $1)=no ++ ;; ++ *) ++ # FIXME: insert proper C++ library support ++ _LT_AC_TAGVAR(ld_shlibs, $1)=no ++ ;; ++ esac ++ ;; ++ vxworks*) ++ # FIXME: insert proper C++ library support ++ _LT_AC_TAGVAR(ld_shlibs, $1)=no ++ ;; ++ *) ++ # FIXME: insert proper C++ library support ++ _LT_AC_TAGVAR(ld_shlibs, $1)=no ++ ;; ++esac ++AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)]) ++test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no ++ ++_LT_AC_TAGVAR(GCC, $1)="$GXX" ++_LT_AC_TAGVAR(LD, $1)="$LD" ++ ++AC_LIBTOOL_POSTDEP_PREDEP($1) ++AC_LIBTOOL_PROG_COMPILER_PIC($1) ++AC_LIBTOOL_PROG_CC_C_O($1) ++AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1) ++AC_LIBTOOL_PROG_LD_SHLIBS($1) ++AC_LIBTOOL_SYS_DYNAMIC_LINKER($1) ++AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1) ++AC_LIBTOOL_SYS_LIB_STRIP ++AC_LIBTOOL_DLOPEN_SELF($1) ++ ++AC_LIBTOOL_CONFIG($1) ++ ++AC_LANG_POP ++CC=$lt_save_CC ++LDCXX=$LD ++LD=$lt_save_LD ++GCC=$lt_save_GCC ++with_gnu_ldcxx=$with_gnu_ld ++with_gnu_ld=$lt_save_with_gnu_ld ++lt_cv_path_LDCXX=$lt_cv_path_LD ++lt_cv_path_LD=$lt_save_path_LD ++lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld ++lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld ++])# AC_LIBTOOL_LANG_CXX_CONFIG ++ ++# AC_LIBTOOL_POSTDEP_PREDEP([TAGNAME]) ++# ------------------------ ++# Figure out "hidden" library dependencies from verbose ++# compiler output when linking a shared library. ++# Parse the compiler output and extract the necessary ++# objects, libraries and library flags. ++AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP],[ ++dnl we can't use the lt_simple_compile_test_code here, ++dnl because it contains code intended for an executable, ++dnl not a library. It's possible we should let each ++dnl tag define a new lt_????_link_test_code variable, ++dnl but it's only used here... ++ifelse([$1],[],[cat > conftest.$ac_ext < conftest.$ac_ext < conftest.$ac_ext < conftest.$ac_ext <> "$cfgfile" ++ifelse([$1], [], ++[#! $SHELL ++ ++# `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services. ++# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP) ++# NOTE: Changes made to this file will be lost: look at ltmain.sh. ++# ++# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001 ++# Free Software Foundation, Inc. ++# ++# This file is part of GNU Libtool: ++# Originally by Gordon Matzigkeit , 1996 + # + # This program is free software; you can redistribute it and/or modify + # it under the terms of the GNU General Public License as published by +@@ -32,189 +9919,2379 @@ you should regenerate the build system entirely.], [63])]) + # + # You should have received a copy of the GNU General Public License + # along with this program; if not, write to the Free Software +-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. ++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + # + # As a special exception to the GNU General Public License, if you + # distribute this file as part of a program that contains a + # configuration script generated by Autoconf, you may include it under + # the same distribution terms that you use for the rest of that program. + +-# PKG_PROG_PKG_CONFIG([MIN-VERSION]) +-# ---------------------------------- +-AC_DEFUN([PKG_PROG_PKG_CONFIG], +-[m4_pattern_forbid([^_?PKG_[A-Z_]+$]) +-m4_pattern_allow([^PKG_CONFIG(_PATH)?$]) +-AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])dnl +-if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then +- AC_PATH_TOOL([PKG_CONFIG], [pkg-config]) ++# A sed program that does not truncate output. ++SED=$lt_SED ++ ++# Sed that helps us avoid accidentally triggering echo(1) options like -n. ++Xsed="$SED -e s/^X//" ++ ++# The HP-UX ksh and POSIX shell print the target directory to stdout ++# if CDPATH is set. ++if test "X\${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi ++ ++# The names of the tagged configurations supported by this script. ++available_tags= ++ ++# ### BEGIN LIBTOOL CONFIG], ++[# ### BEGIN LIBTOOL TAG CONFIG: $tagname]) ++ ++# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: ++ ++# Shell to use when invoking shell scripts. ++SHELL=$lt_SHELL ++ ++# Whether or not to build shared libraries. ++build_libtool_libs=$enable_shared ++ ++# Whether or not to build static libraries. ++build_old_libs=$enable_static ++ ++# Whether or not to add -lc for building shared libraries. ++build_libtool_need_lc=$_LT_AC_TAGVAR(archive_cmds_need_lc, $1) ++ ++# Whether or not to disallow shared libs when runtime libs are static ++allow_libtool_libs_with_static_runtimes=$_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1) ++ ++# Whether or not to optimize for fast installation. ++fast_install=$enable_fast_install ++ ++# The host system. ++host_alias=$host_alias ++host=$host ++ ++# An echo program that does not interpret backslashes. ++echo=$lt_echo ++ ++# The archiver. ++AR=$lt_AR ++AR_FLAGS=$lt_AR_FLAGS ++ ++# A C compiler. ++LTCC=$lt_LTCC ++ ++# A language-specific compiler. ++CC=$lt_[]_LT_AC_TAGVAR(compiler, $1) ++ ++# Is the compiler the GNU C compiler? ++with_gcc=$_LT_AC_TAGVAR(GCC, $1) ++ ++# An ERE matcher. ++EGREP=$lt_EGREP ++ ++# The linker used to build libraries. ++LD=$lt_[]_LT_AC_TAGVAR(LD, $1) ++ ++# Whether we need hard or soft links. ++LN_S=$lt_LN_S ++ ++# A BSD-compatible nm program. ++NM=$lt_NM ++ ++# A symbol stripping program ++STRIP=$STRIP ++ ++# Used to examine libraries when file_magic_cmd begins "file" ++MAGIC_CMD=$MAGIC_CMD ++ ++# Used on cygwin: DLL creation program. ++DLLTOOL="$DLLTOOL" ++ ++# Used on cygwin: object dumper. ++OBJDUMP="$OBJDUMP" ++ ++# Used on cygwin: assembler. ++AS="$AS" ++ ++# The name of the directory that contains temporary libtool files. ++objdir=$objdir ++ ++# How to create reloadable object files. ++reload_flag=$lt_reload_flag ++reload_cmds=$lt_reload_cmds ++ ++# How to pass a linker flag through the compiler. ++wl=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_wl, $1) ++ ++# Object file suffix (normally "o"). ++objext="$ac_objext" ++ ++# Old archive suffix (normally "a"). ++libext="$libext" ++ ++# Shared library suffix (normally ".so"). ++shrext='$shrext' ++ ++# Executable file suffix (normally ""). ++exeext="$exeext" ++ ++# Additional compiler flags for building library objects. ++pic_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) ++pic_mode=$pic_mode ++ ++# What is the maximum length of a command? ++max_cmd_len=$lt_cv_sys_max_cmd_len ++ ++# Does compiler simultaneously support -c and -o options? ++compiler_c_o=$lt_[]_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1) ++ ++# Must we lock files when doing compilation ? ++need_locks=$lt_need_locks ++ ++# Do we need the lib prefix for modules? ++need_lib_prefix=$need_lib_prefix ++ ++# Do we need a version for libraries? ++need_version=$need_version ++ ++# Whether dlopen is supported. ++dlopen_support=$enable_dlopen ++ ++# Whether dlopen of programs is supported. ++dlopen_self=$enable_dlopen_self ++ ++# Whether dlopen of statically linked programs is supported. ++dlopen_self_static=$enable_dlopen_self_static ++ ++# Compiler flag to prevent dynamic linking. ++link_static_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_static, $1) ++ ++# Compiler flag to turn off builtin functions. ++no_builtin_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) ++ ++# Compiler flag to allow reflexive dlopens. ++export_dynamic_flag_spec=$lt_[]_LT_AC_TAGVAR(export_dynamic_flag_spec, $1) ++ ++# Compiler flag to generate shared objects directly from archives. ++whole_archive_flag_spec=$lt_[]_LT_AC_TAGVAR(whole_archive_flag_spec, $1) ++ ++# Compiler flag to generate thread-safe objects. ++thread_safe_flag_spec=$lt_[]_LT_AC_TAGVAR(thread_safe_flag_spec, $1) ++ ++# Library versioning type. ++version_type=$version_type ++ ++# Format of library name prefix. ++libname_spec=$lt_libname_spec ++ ++# List of archive names. First name is the real one, the rest are links. ++# The last name is the one that the linker finds with -lNAME. ++library_names_spec=$lt_library_names_spec ++ ++# The coded name of the library, if different from the real name. ++soname_spec=$lt_soname_spec ++ ++# Commands used to build and install an old-style archive. ++RANLIB=$lt_RANLIB ++old_archive_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_cmds, $1) ++old_postinstall_cmds=$lt_old_postinstall_cmds ++old_postuninstall_cmds=$lt_old_postuninstall_cmds ++ ++# Create an old-style archive from a shared archive. ++old_archive_from_new_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_from_new_cmds, $1) ++ ++# Create a temporary old-style archive to link instead of a shared archive. ++old_archive_from_expsyms_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) ++ ++# Commands used to build and install a shared archive. ++archive_cmds=$lt_[]_LT_AC_TAGVAR(archive_cmds, $1) ++archive_expsym_cmds=$lt_[]_LT_AC_TAGVAR(archive_expsym_cmds, $1) ++postinstall_cmds=$lt_postinstall_cmds ++postuninstall_cmds=$lt_postuninstall_cmds ++ ++# Commands used to build a loadable module (assumed same as above if empty) ++module_cmds=$lt_[]_LT_AC_TAGVAR(module_cmds, $1) ++module_expsym_cmds=$lt_[]_LT_AC_TAGVAR(module_expsym_cmds, $1) ++ ++# Commands to strip libraries. ++old_striplib=$lt_old_striplib ++striplib=$lt_striplib ++ ++# Dependencies to place before the objects being linked to create a ++# shared library. ++predep_objects=$lt_[]_LT_AC_TAGVAR(predep_objects, $1) ++ ++# Dependencies to place after the objects being linked to create a ++# shared library. ++postdep_objects=$lt_[]_LT_AC_TAGVAR(postdep_objects, $1) ++ ++# Dependencies to place before the objects being linked to create a ++# shared library. ++predeps=$lt_[]_LT_AC_TAGVAR(predeps, $1) ++ ++# Dependencies to place after the objects being linked to create a ++# shared library. ++postdeps=$lt_[]_LT_AC_TAGVAR(postdeps, $1) ++ ++# The library search path used internally by the compiler when linking ++# a shared library. ++compiler_lib_search_path=$lt_[]_LT_AC_TAGVAR(compiler_lib_search_path, $1) ++ ++# Method to check whether dependent libraries are shared objects. ++deplibs_check_method=$lt_deplibs_check_method ++ ++# Command to use when deplibs_check_method == file_magic. ++file_magic_cmd=$lt_file_magic_cmd ++ ++# Flag that allows shared libraries with undefined symbols to be built. ++allow_undefined_flag=$lt_[]_LT_AC_TAGVAR(allow_undefined_flag, $1) ++ ++# Flag that forces no undefined symbols. ++no_undefined_flag=$lt_[]_LT_AC_TAGVAR(no_undefined_flag, $1) ++ ++# Commands used to finish a libtool library installation in a directory. ++finish_cmds=$lt_finish_cmds ++ ++# Same as above, but a single script fragment to be evaled but not shown. ++finish_eval=$lt_finish_eval ++ ++# Take the output of nm and produce a listing of raw symbols and C names. ++global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe ++ ++# Transform the output of nm in a proper C declaration ++global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl ++ ++# Transform the output of nm in a C name address pair ++global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address ++ ++# This is the shared library runtime path variable. ++runpath_var=$runpath_var ++ ++# This is the shared library path variable. ++shlibpath_var=$shlibpath_var ++ ++# Is shlibpath searched before the hard-coded library search path? ++shlibpath_overrides_runpath=$shlibpath_overrides_runpath ++ ++# How to hardcode a shared library path into an executable. ++hardcode_action=$_LT_AC_TAGVAR(hardcode_action, $1) ++ ++# Whether we should hardcode library paths into libraries. ++hardcode_into_libs=$hardcode_into_libs ++ ++# Flag to hardcode \$libdir into a binary during linking. ++# This must work even if \$libdir does not exist. ++hardcode_libdir_flag_spec=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) ++ ++# If ld is used when linking, flag to hardcode \$libdir into ++# a binary during linking. This must work even if \$libdir does ++# not exist. ++hardcode_libdir_flag_spec_ld=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1) ++ ++# Whether we need a single -rpath flag with a separated argument. ++hardcode_libdir_separator=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_separator, $1) ++ ++# Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the ++# resulting binary. ++hardcode_direct=$_LT_AC_TAGVAR(hardcode_direct, $1) ++ ++# Set to yes if using the -LDIR flag during linking hardcodes DIR into the ++# resulting binary. ++hardcode_minus_L=$_LT_AC_TAGVAR(hardcode_minus_L, $1) ++ ++# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into ++# the resulting binary. ++hardcode_shlibpath_var=$_LT_AC_TAGVAR(hardcode_shlibpath_var, $1) ++ ++# Set to yes if building a shared library automatically hardcodes DIR into the library ++# and all subsequent libraries and executables linked against it. ++hardcode_automatic=$_LT_AC_TAGVAR(hardcode_automatic, $1) ++ ++# Variables whose values should be saved in libtool wrapper scripts and ++# restored at relink time. ++variables_saved_for_relink="$variables_saved_for_relink" ++ ++# Whether libtool must link a program against all its dependency libraries. ++link_all_deplibs=$_LT_AC_TAGVAR(link_all_deplibs, $1) ++ ++# Compile-time system search path for libraries ++sys_lib_search_path_spec=$lt_sys_lib_search_path_spec ++ ++# Run-time system search path for libraries ++sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec ++ ++# Fix the shell variable \$srcfile for the compiler. ++fix_srcfile_path="$_LT_AC_TAGVAR(fix_srcfile_path, $1)" ++ ++# Set to yes if exported symbols are required. ++always_export_symbols=$_LT_AC_TAGVAR(always_export_symbols, $1) ++ ++# The commands to list exported symbols. ++export_symbols_cmds=$lt_[]_LT_AC_TAGVAR(export_symbols_cmds, $1) ++ ++# The commands to extract the exported symbol list from a shared archive. ++extract_expsyms_cmds=$lt_extract_expsyms_cmds ++ ++# Symbols that should not be listed in the preloaded symbols. ++exclude_expsyms=$lt_[]_LT_AC_TAGVAR(exclude_expsyms, $1) ++ ++# Symbols that must always be exported. ++include_expsyms=$lt_[]_LT_AC_TAGVAR(include_expsyms, $1) ++ ++ifelse([$1],[], ++[# ### END LIBTOOL CONFIG], ++[# ### END LIBTOOL TAG CONFIG: $tagname]) ++ ++__EOF__ ++ ++ifelse([$1],[], [ ++ case $host_os in ++ aix3*) ++ cat <<\EOF >> "$cfgfile" ++ ++# AIX sometimes has problems with the GCC collect2 program. For some ++# reason, if we set the COLLECT_NAMES environment variable, the problems ++# vanish in a puff of smoke. ++if test "X${COLLECT_NAMES+set}" != Xset; then ++ COLLECT_NAMES= ++ export COLLECT_NAMES + fi +-if test -n "$PKG_CONFIG"; then +- _pkg_min_version=m4_default([$1], [0.9.0]) +- AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version]) +- if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then +- AC_MSG_RESULT([yes]) ++EOF ++ ;; ++ esac ++ ++ # We use sed instead of cat because bash on DJGPP gets confused if ++ # if finds mixed CR/LF and LF-only lines. Since sed operates in ++ # text mode, it properly converts lines to CR/LF. This bash problem ++ # is reportedly fixed, but why not run on old versions too? ++ sed '$q' "$ltmain" >> "$cfgfile" || (rm -f "$cfgfile"; exit 1) ++ ++ mv -f "$cfgfile" "$ofile" || \ ++ (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") ++ chmod +x "$ofile" ++]) ++else ++ # If there is no Makefile yet, we rely on a make rule to execute ++ # `config.status --recheck' to rerun these tests and create the ++ # libtool script then. ++ test -f Makefile && make "$ltmain" ++fi ++])# AC_LIBTOOL_CONFIG ++ ++ ++# AC_LIBTOOL_PROG_COMPILER_NO_RTTI([TAGNAME]) ++# ------------------------------------------- ++AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI], ++[AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl ++ ++_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)= ++ ++if test "$GCC" = yes; then ++ _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' ++ ++ AC_LIBTOOL_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions], ++ lt_cv_prog_compiler_rtti_exceptions, ++ [-fno-rtti -fno-exceptions], [], ++ [_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) -fno-rtti -fno-exceptions"]) ++fi ++])# AC_LIBTOOL_PROG_COMPILER_NO_RTTI ++ ++ ++# AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE ++# --------------------------------- ++AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE], ++[AC_REQUIRE([AC_CANONICAL_HOST]) ++AC_REQUIRE([AC_PROG_NM]) ++AC_REQUIRE([AC_OBJEXT]) ++# Check for command to grab the raw symbol name followed by C symbol from nm. ++AC_MSG_CHECKING([command to parse $NM output from $compiler object]) ++AC_CACHE_VAL([lt_cv_sys_global_symbol_pipe], ++[ ++# These are sane defaults that work on at least a few old systems. ++# [They come from Ultrix. What could be older than Ultrix?!! ;)] ++ ++# Character class describing NM global symbol codes. ++symcode='[[BCDEGRST]]' ++ ++# Regexp to match symbols that can be accessed directly from C. ++sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)' ++ ++# Transform the above into a raw symbol and a C symbol. ++symxfrm='\1 \2\3 \3' ++ ++# Transform an extracted symbol line into a proper C declaration ++lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern int \1;/p'" ++ ++# Transform an extracted symbol line into symbol name and symbol address ++lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\) $/ {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode \([[^ ]]*\) \([[^ ]]*\)$/ {\"\2\", (lt_ptr) \&\2},/p'" ++ ++# Define system-specific variables. ++case $host_os in ++aix*) ++ symcode='[[BCDT]]' ++ ;; ++cygwin* | mingw* | pw32*) ++ symcode='[[ABCDGISTW]]' ++ ;; ++hpux*) # Its linker distinguishes data from code symbols ++ if test "$host_cpu" = ia64; then ++ symcode='[[ABCDEGRST]]' ++ fi ++ lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" ++ lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\) $/ {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/ {\"\2\", (lt_ptr) \&\2},/p'" ++ ;; ++irix* | nonstopux*) ++ symcode='[[BCDEGRST]]' ++ ;; ++osf*) ++ symcode='[[BCDEGQRST]]' ++ ;; ++solaris* | sysv5*) ++ symcode='[[BDT]]' ++ ;; ++sysv4) ++ symcode='[[DFNSTU]]' ++ ;; ++esac ++ ++# Handle CRLF in mingw tool chain ++opt_cr= ++case $build_os in ++mingw*) ++ opt_cr=`echo 'x\{0,1\}' | tr x '\015'` # option cr in regexp ++ ;; ++esac ++ ++# If we're using GNU nm, then use its standard symbol codes. ++case `$NM -V 2>&1` in ++*GNU* | *'with BFD'*) ++ symcode='[[ABCDGISTW]]' ;; ++esac ++ ++# Try without a prefix undercore, then with it. ++for ac_symprfx in "" "_"; do ++ ++ # Write the raw and C identifiers. ++ lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[ ]]\($symcode$symcode*\)[[ ]][[ ]]*\($ac_symprfx\)$sympat$opt_cr$/$symxfrm/p'" ++ ++ # Check to see that the pipe works correctly. ++ pipe_works=no ++ ++ rm -f conftest* ++ cat > conftest.$ac_ext < $nlist) && test -s "$nlist"; then ++ # Try sorting and uniquifying the output. ++ if sort "$nlist" | uniq > "$nlist"T; then ++ mv -f "$nlist"T "$nlist" ++ else ++ rm -f "$nlist"T ++ fi ++ ++ # Make sure that we snagged all the symbols we need. ++ if grep ' nm_test_var$' "$nlist" >/dev/null; then ++ if grep ' nm_test_func$' "$nlist" >/dev/null; then ++ cat < conftest.$ac_ext ++#ifdef __cplusplus ++extern "C" { ++#endif ++ ++EOF ++ # Now generate the symbol file. ++ eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | grep -v main >> conftest.$ac_ext' ++ ++ cat <> conftest.$ac_ext ++#if defined (__STDC__) && __STDC__ ++# define lt_ptr_t void * ++#else ++# define lt_ptr_t char * ++# define const ++#endif ++ ++/* The mapping between symbol names and symbols. */ ++const struct { ++ const char *name; ++ lt_ptr_t address; ++} ++lt_preloaded_symbols[[]] = ++{ ++EOF ++ $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (lt_ptr_t) \&\2},/" < "$nlist" | grep -v main >> conftest.$ac_ext ++ cat <<\EOF >> conftest.$ac_ext ++ {0, (lt_ptr_t) 0} ++}; ++ ++#ifdef __cplusplus ++} ++#endif ++EOF ++ # Now try linking the two files. ++ mv conftest.$ac_objext conftstm.$ac_objext ++ lt_save_LIBS="$LIBS" ++ lt_save_CFLAGS="$CFLAGS" ++ LIBS="conftstm.$ac_objext" ++ CFLAGS="$CFLAGS$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)" ++ if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext}; then ++ pipe_works=yes ++ fi ++ LIBS="$lt_save_LIBS" ++ CFLAGS="$lt_save_CFLAGS" + else +- AC_MSG_RESULT([no]) +- PKG_CONFIG="" ++ echo "cannot find nm_test_func in $nlist" >&AS_MESSAGE_LOG_FD + fi +- +-fi[]dnl +-])# PKG_PROG_PKG_CONFIG ++ else ++ echo "cannot find nm_test_var in $nlist" >&AS_MESSAGE_LOG_FD ++ fi ++ else ++ echo "cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD ++ fi ++ else ++ echo "$progname: failed program was:" >&AS_MESSAGE_LOG_FD ++ cat conftest.$ac_ext >&5 ++ fi ++ rm -f conftest* conftst* ++ ++ # Do not use the global_symbol_pipe unless it works. ++ if test "$pipe_works" = yes; then ++ break ++ else ++ lt_cv_sys_global_symbol_pipe= ++ fi ++done ++]) ++if test -z "$lt_cv_sys_global_symbol_pipe"; then ++ lt_cv_sys_global_symbol_to_cdecl= ++fi ++if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then ++ AC_MSG_RESULT(failed) ++else ++ AC_MSG_RESULT(ok) ++fi ++]) # AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE ++ ++ ++# AC_LIBTOOL_PROG_COMPILER_PIC([TAGNAME]) ++# --------------------------------------- ++AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC], ++[_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)= ++_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)= ++_LT_AC_TAGVAR(lt_prog_compiler_static, $1)= ++ ++AC_MSG_CHECKING([for $compiler option to produce PIC]) ++ ifelse([$1],[CXX],[ ++ # C++ specific cases for pic, static, wl, etc. ++ if test "$GXX" = yes; then ++ _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' ++ _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static' ++ ++ case $host_os in ++ aix*) ++ # All AIX code is PIC. ++ if test "$host_cpu" = ia64; then ++ # AIX 5 now supports IA64 processor ++ _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ++ fi ++ ;; ++ amigaos*) ++ # FIXME: we need at least 68020 code to build shared libraries, but ++ # adding the `-m68020' flag to GCC prevents building anything better, ++ # like `-m68040'. ++ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4' ++ ;; ++ beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) ++ # PIC is the default for these OSes. ++ ;; ++ mingw* | os2* | pw32*) ++ # This hack is so that the source file can tell whether it is being ++ # built for inclusion in a dll (and should export symbols for example). ++ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT' ++ ;; ++ darwin* | rhapsody*) ++ # PIC is the default on this platform ++ # Common symbols not allowed in MH_DYLIB files ++ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common' ++ ;; ++ *djgpp*) ++ # DJGPP does not support shared libraries at all ++ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)= ++ ;; ++ sysv4*MP*) ++ if test -d /usr/nec; then ++ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic ++ fi ++ ;; ++ hpux*) ++ # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but ++ # not for PA HP-UX. ++ case "$host_cpu" in ++ hppa*64*|ia64*) ++ ;; ++ *) ++ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ++ ;; ++ esac ++ ;; ++ *) ++ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ++ ;; ++ esac ++ else ++ case $host_os in ++ aix4* | aix5*) ++ # All AIX code is PIC. ++ if test "$host_cpu" = ia64; then ++ # AIX 5 now supports IA64 processor ++ _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ++ else ++ _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp' ++ fi ++ ;; ++ chorus*) ++ case $cc_basename in ++ cxch68) ++ # Green Hills C++ Compiler ++ # _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a" ++ ;; ++ esac ++ ;; ++ dgux*) ++ case $cc_basename in ++ ec++) ++ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' ++ ;; ++ ghcx) ++ # Green Hills C++ Compiler ++ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic' ++ ;; ++ *) ++ ;; ++ esac ++ ;; ++ freebsd* | kfreebsd*-gnu) ++ # FreeBSD uses GNU C++ ++ ;; ++ hpux9* | hpux10* | hpux11*) ++ case $cc_basename in ++ CC) ++ _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' ++ _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="${ac_cv_prog_cc_wl}-a ${ac_cv_prog_cc_wl}archive" ++ if test "$host_cpu" != ia64; then ++ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z' ++ fi ++ ;; ++ aCC) ++ _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' ++ _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="${ac_cv_prog_cc_wl}-a ${ac_cv_prog_cc_wl}archive" ++ case "$host_cpu" in ++ hppa*64*|ia64*) ++ # +Z the default ++ ;; ++ *) ++ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z' ++ ;; ++ esac ++ ;; ++ *) ++ ;; ++ esac ++ ;; ++ irix5* | irix6* | nonstopux*) ++ case $cc_basename in ++ CC) ++ _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' ++ _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ++ # CC pic flag -KPIC is the default. ++ ;; ++ *) ++ ;; ++ esac ++ ;; ++ linux*) ++ case $cc_basename in ++ KCC) ++ # KAI C++ Compiler ++ _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,' ++ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ++ ;; ++ icpc) ++ # Intel C++ ++ _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' ++ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' ++ _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static' ++ ;; ++ cxx) ++ # Compaq C++ ++ # Make sure the PIC flag is empty. It appears that all Alpha ++ # Linux and Compaq Tru64 Unix objects are PIC. ++ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)= ++ _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ++ ;; ++ *) ++ ;; ++ esac ++ ;; ++ lynxos*) ++ ;; ++ m88k*) ++ ;; ++ mvs*) ++ case $cc_basename in ++ cxx) ++ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall' ++ ;; ++ *) ++ ;; ++ esac ++ ;; ++ netbsd*) ++ ;; ++ osf3* | osf4* | osf5*) ++ case $cc_basename in ++ KCC) ++ _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,' ++ ;; ++ RCC) ++ # Rational C++ 2.4.1 ++ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic' ++ ;; ++ cxx) ++ # Digital/Compaq C++ ++ _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' ++ # Make sure the PIC flag is empty. It appears that all Alpha ++ # Linux and Compaq Tru64 Unix objects are PIC. ++ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)= ++ _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ++ ;; ++ *) ++ ;; ++ esac ++ ;; ++ psos*) ++ ;; ++ sco*) ++ case $cc_basename in ++ CC) ++ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ++ ;; ++ *) ++ ;; ++ esac ++ ;; ++ solaris*) ++ case $cc_basename in ++ CC) ++ # Sun C++ 4.2, 5.x and Centerline C++ ++ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' ++ _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ++ _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' ++ ;; ++ gcx) ++ # Green Hills C++ Compiler ++ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' ++ ;; ++ *) ++ ;; ++ esac ++ ;; ++ sunos4*) ++ case $cc_basename in ++ CC) ++ # Sun C++ 4.x ++ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic' ++ _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ++ ;; ++ lcc) ++ # Lucid ++ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic' ++ ;; ++ *) ++ ;; ++ esac ++ ;; ++ tandem*) ++ case $cc_basename in ++ NCC) ++ # NonStop-UX NCC 3.20 ++ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' ++ ;; ++ *) ++ ;; ++ esac ++ ;; ++ unixware*) ++ ;; ++ vxworks*) ++ ;; ++ *) ++ _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no ++ ;; ++ esac ++ fi ++], ++[ ++ if test "$GCC" = yes; then ++ _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' ++ _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static' ++ ++ case $host_os in ++ aix*) ++ # All AIX code is PIC. ++ if test "$host_cpu" = ia64; then ++ # AIX 5 now supports IA64 processor ++ _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ++ fi ++ ;; ++ ++ amigaos*) ++ # FIXME: we need at least 68020 code to build shared libraries, but ++ # adding the `-m68020' flag to GCC prevents building anything better, ++ # like `-m68040'. ++ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4' ++ ;; ++ ++ beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) ++ # PIC is the default for these OSes. ++ ;; ++ ++ mingw* | pw32* | os2*) ++ # This hack is so that the source file can tell whether it is being ++ # built for inclusion in a dll (and should export symbols for example). ++ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT' ++ ;; ++ ++ darwin* | rhapsody*) ++ # PIC is the default on this platform ++ # Common symbols not allowed in MH_DYLIB files ++ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common' ++ ;; ++ ++ msdosdjgpp*) ++ # Just because we use GCC doesn't mean we suddenly get shared libraries ++ # on systems that don't support them. ++ _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no ++ enable_shared=no ++ ;; ++ ++ sysv4*MP*) ++ if test -d /usr/nec; then ++ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic ++ fi ++ ;; ++ ++ hpux*) ++ # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but ++ # not for PA HP-UX. ++ case "$host_cpu" in ++ hppa*64*|ia64*) ++ # +Z the default ++ ;; ++ *) ++ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ++ ;; ++ esac ++ ;; ++ ++ *) ++ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ++ ;; ++ esac ++ else ++ # PORTME Check for flag to pass linker flags through the system compiler. ++ case $host_os in ++ aix*) ++ _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' ++ if test "$host_cpu" = ia64; then ++ # AIX 5 now supports IA64 processor ++ _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ++ else ++ _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp' ++ fi ++ ;; ++ ++ mingw* | pw32* | os2*) ++ # This hack is so that the source file can tell whether it is being ++ # built for inclusion in a dll (and should export symbols for example). ++ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT' ++ ;; ++ ++ hpux9* | hpux10* | hpux11*) ++ _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' ++ # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but ++ # not for PA HP-UX. ++ case "$host_cpu" in ++ hppa*64*|ia64*) ++ # +Z the default ++ ;; ++ *) ++ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z' ++ ;; ++ esac ++ # Is there a better lt_prog_compiler_static that works with the bundled CC? ++ _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive' ++ ;; ++ ++ irix5* | irix6* | nonstopux*) ++ _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' ++ # PIC (with -KPIC) is the default. ++ _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ++ ;; ++ ++ newsos6) ++ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' ++ _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ++ ;; ++ ++ linux*) ++ case $CC in ++ icc* | ecc*) ++ _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' ++ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' ++ _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static' ++ ;; ++ ccc*) ++ _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' ++ # All Alpha code is PIC. ++ _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ++ ;; ++ esac ++ ;; ++ ++ osf3* | osf4* | osf5*) ++ _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' ++ # All OSF/1 code is PIC. ++ _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ++ ;; ++ ++ sco3.2v5*) ++ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-Kpic' ++ _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-dn' ++ ;; ++ ++ solaris*) ++ _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' ++ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' ++ _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ++ ;; ++ ++ sunos4*) ++ _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' ++ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' ++ _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ++ ;; ++ ++ sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) ++ _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' ++ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' ++ _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ++ ;; ++ ++ sysv4*MP*) ++ if test -d /usr/nec ;then ++ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-Kconform_pic' ++ _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ++ fi ++ ;; ++ ++ uts4*) ++ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic' ++ _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ++ ;; ++ ++ *) ++ _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no ++ ;; ++ esac ++ fi ++]) ++AC_MSG_RESULT([$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)]) + +-# PKG_CHECK_EXISTS(MODULES, [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) +-# +-# Check to see whether a particular set of modules exists. Similar +-# to PKG_CHECK_MODULES(), but does not set variables or print errors. + # ++# Check to make sure the PIC flag actually works. + # +-# Similar to PKG_CHECK_MODULES, make sure that the first instance of +-# this or PKG_CHECK_MODULES is called, or make sure to call +-# PKG_CHECK_EXISTS manually +-# -------------------------------------------------------------- +-AC_DEFUN([PKG_CHECK_EXISTS], +-[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl +-if test -n "$PKG_CONFIG" && \ +- AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then +- m4_ifval([$2], [$2], [:]) +-m4_ifvaln([$3], [else +- $3])dnl +-fi]) ++if test -n "$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)"; then ++ AC_LIBTOOL_COMPILER_OPTION([if $compiler PIC flag $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) works], ++ _LT_AC_TAGVAR(lt_prog_compiler_pic_works, $1), ++ [$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])], [], ++ [case $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) in ++ "" | " "*) ;; ++ *) _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)" ;; ++ esac], ++ [_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)= ++ _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no]) ++fi ++case "$host_os" in ++ # For platforms which do not support PIC, -DPIC is meaningless: ++ *djgpp*) ++ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)= ++ ;; ++ *) ++ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])" ++ ;; ++esac ++]) + + +-# _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES]) +-# --------------------------------------------- +-m4_define([_PKG_CONFIG], +-[if test -n "$PKG_CONFIG"; then +- if test -n "$$1"; then +- pkg_cv_[]$1="$$1" ++# AC_LIBTOOL_PROG_LD_SHLIBS([TAGNAME]) ++# ------------------------------------ ++# See if the linker supports building shared libraries. ++AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS], ++[AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries]) ++ifelse([$1],[CXX],[ ++ _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' ++ case $host_os in ++ aix4* | aix5*) ++ # If we're using GNU nm, then we don't want the "-C" option. ++ # -C means demangle to AIX nm, but means don't demangle with GNU nm ++ if $NM -V 2>&1 | grep 'GNU' > /dev/null; then ++ _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbols' + else +- PKG_CHECK_EXISTS([$3], +- [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`], +- [pkg_failed=yes]) ++ _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbols' + fi +-else +- pkg_failed=untried +-fi[]dnl +-])# _PKG_CONFIG ++ ;; ++ pw32*) ++ _LT_AC_TAGVAR(export_symbols_cmds, $1)="$ltdll_cmds" ++ ;; ++ cygwin* | mingw*) ++ _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGS]] /s/.* \([[^ ]]*\)/\1 DATA/'\'' | $SED -e '\''/^[[AITW]] /s/.* //'\'' | sort | uniq > $export_symbols' ++ ;; ++ *) ++ _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' ++ ;; ++ esac ++],[ ++ runpath_var= ++ _LT_AC_TAGVAR(allow_undefined_flag, $1)= ++ _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no ++ _LT_AC_TAGVAR(archive_cmds, $1)= ++ _LT_AC_TAGVAR(archive_expsym_cmds, $1)= ++ _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)= ++ _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1)= ++ _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)= ++ _LT_AC_TAGVAR(whole_archive_flag_spec, $1)= ++ _LT_AC_TAGVAR(thread_safe_flag_spec, $1)= ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)= ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)= ++ _LT_AC_TAGVAR(hardcode_libdir_separator, $1)= ++ _LT_AC_TAGVAR(hardcode_direct, $1)=no ++ _LT_AC_TAGVAR(hardcode_minus_L, $1)=no ++ _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported ++ _LT_AC_TAGVAR(link_all_deplibs, $1)=unknown ++ _LT_AC_TAGVAR(hardcode_automatic, $1)=no ++ _LT_AC_TAGVAR(module_cmds, $1)= ++ _LT_AC_TAGVAR(module_expsym_cmds, $1)= ++ _LT_AC_TAGVAR(always_export_symbols, $1)=no ++ _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' ++ # include_expsyms should be a list of space-separated symbols to be *always* ++ # included in the symbol list ++ _LT_AC_TAGVAR(include_expsyms, $1)= ++ # exclude_expsyms can be an extended regexp of symbols to exclude ++ # it will be wrapped by ` (' and `)$', so one must not match beginning or ++ # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc', ++ # as well as any symbol that contains `d'. ++ _LT_AC_TAGVAR(exclude_expsyms, $1)="_GLOBAL_OFFSET_TABLE_" ++ # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out ++ # platforms (ab)use it in PIC code, but their linkers get confused if ++ # the symbol is explicitly referenced. Since portable code cannot ++ # rely on this symbol name, it's probably fine to never include it in ++ # preloaded symbol tables. ++ extract_expsyms_cmds= + +-# _PKG_SHORT_ERRORS_SUPPORTED +-# ----------------------------- +-AC_DEFUN([_PKG_SHORT_ERRORS_SUPPORTED], +-[AC_REQUIRE([PKG_PROG_PKG_CONFIG]) +-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then +- _pkg_short_errors_supported=yes +-else +- _pkg_short_errors_supported=no +-fi[]dnl +-])# _PKG_SHORT_ERRORS_SUPPORTED ++ case $host_os in ++ cygwin* | mingw* | pw32*) ++ # FIXME: the MSVC++ port hasn't been tested in a loooong time ++ # When not using gcc, we currently assume that we are using ++ # Microsoft Visual C++. ++ if test "$GCC" != yes; then ++ with_gnu_ld=no ++ fi ++ ;; ++ openbsd*) ++ with_gnu_ld=no ++ ;; ++ esac + ++ _LT_AC_TAGVAR(ld_shlibs, $1)=yes ++ if test "$with_gnu_ld" = yes; then ++ # If archive_cmds runs LD, not CC, wlarc should be empty ++ wlarc='${wl}' ++ ++ # See if GNU ld supports shared libraries. ++ case $host_os in ++ aix3* | aix4* | aix5*) ++ # On AIX/PPC, the GNU linker is very broken ++ if test "$host_cpu" != ia64; then ++ _LT_AC_TAGVAR(ld_shlibs, $1)=no ++ cat <&2 ++ ++*** Warning: the GNU linker, at least up to release 2.9.1, is reported ++*** to be unable to reliably create shared libraries on AIX. ++*** Therefore, libtool is disabling shared libraries support. If you ++*** really care for shared libraries, you may want to modify your PATH ++*** so that a non-GNU linker is found, and then restart. ++ ++EOF ++ fi ++ ;; ++ ++ amigaos*) ++ _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' ++ _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes ++ ++ # Samuel A. Falvo II reports ++ # that the semantics of dynamic libraries on AmigaOS, at least up ++ # to version 4, is to share data among multiple programs linked ++ # with the same dynamic library. Since this doesn't match the ++ # behavior of shared libraries on other platforms, we can't use ++ # them. ++ _LT_AC_TAGVAR(ld_shlibs, $1)=no ++ ;; ++ ++ beos*) ++ if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then ++ _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported ++ # Joseph Beckenbach says some releases of gcc ++ # support --undefined. This deserves some investigation. FIXME ++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -nostart $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib' ++ else ++ _LT_AC_TAGVAR(ld_shlibs, $1)=no ++ fi ++ ;; ++ ++ cygwin* | mingw* | pw32*) ++ # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless, ++ # as there is no search path for DLLs. ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' ++ _LT_AC_TAGVAR(allow_undefined_flag, $1)=no ++ _LT_AC_TAGVAR(always_export_symbols, $1)=no ++ _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes ++ _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGS]] /s/.* \([[^ ]]*\)/\1 DATA/'\'' | $SED -e '\''/^[[AITW]] /s/.* //'\'' | sort | uniq > $export_symbols' ++ ++ if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then ++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $libobjs $deplibs -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib' ++ # If the export-symbols file already is a .def file (1st line ++ # is EXPORTS), use it as is; otherwise, prepend... ++ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then ++ cp $export_symbols $output_objdir/$soname.def; ++ else ++ echo EXPORTS > $output_objdir/$soname.def; ++ cat $export_symbols >> $output_objdir/$soname.def; ++ fi~ ++ $CC -shared $output_objdir/$soname.def $compiler_flags $libobjs $deplibs -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib' ++ else ++ ld_shlibs=no ++ fi ++ ;; ++ ++ netbsd*) ++ if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then ++ _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' ++ wlarc= ++ else ++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib' ++ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' ++ fi ++ ;; ++ ++ solaris* | sysv5*) ++ if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then ++ _LT_AC_TAGVAR(ld_shlibs, $1)=no ++ cat <&2 ++ ++*** Warning: The releases 2.8.* of the GNU linker cannot reliably ++*** create shared libraries on Solaris systems. Therefore, libtool ++*** is disabling shared libraries support. We urge you to upgrade GNU ++*** binutils to release 2.9.1 or newer. Another option is to modify ++*** your PATH or compiler configuration so that the native linker is ++*** used, and then restart. ++ ++EOF ++ elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then ++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib' ++ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' ++ else ++ _LT_AC_TAGVAR(ld_shlibs, $1)=no ++ fi ++ ;; ++ ++ sunos4*) ++ _LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' ++ wlarc= ++ _LT_AC_TAGVAR(hardcode_direct, $1)=yes ++ _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no ++ ;; ++ ++ *) ++ if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then ++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib' ++ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' ++ else ++ _LT_AC_TAGVAR(ld_shlibs, $1)=no ++ fi ++ ;; ++ esac ++ ++ if test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = yes; then ++ runpath_var=LD_RUN_PATH ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir' ++ _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' ++ # ancient GNU ld didn't support --whole-archive et. al. ++ if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then ++ _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' ++ else ++ _LT_AC_TAGVAR(whole_archive_flag_spec, $1)= ++ fi ++ fi ++ else ++ # PORTME fill in a description of your system's linker (not GNU ld) ++ case $host_os in ++ aix3*) ++ _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported ++ _LT_AC_TAGVAR(always_export_symbols, $1)=yes ++ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname' ++ # Note: this linker hardcodes the directories in LIBPATH if there ++ # are no directories specified by -L. ++ _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes ++ if test "$GCC" = yes && test -z "$link_static_flag"; then ++ # Neither direct hardcoding nor static linking is supported with a ++ # broken collect2. ++ _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported ++ fi ++ ;; ++ ++ aix4* | aix5*) ++ if test "$host_cpu" = ia64; then ++ # On IA64, the linker does run time linking by default, so we don't ++ # have to do anything special. ++ aix_use_runtimelinking=no ++ exp_sym_flag='-Bexport' ++ no_entry_flag="" ++ else ++ # If we're using GNU nm, then we don't want the "-C" option. ++ # -C means demangle to AIX nm, but means don't demangle with GNU nm ++ if $NM -V 2>&1 | grep 'GNU' > /dev/null; then ++ _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbols' ++ else ++ _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbols' ++ fi ++ ++ # KDE requires run time linking. Make it the default. ++ aix_use_runtimelinking=yes ++ exp_sym_flag='-bexport' ++ no_entry_flag='-bnoentry' ++ fi ++ ++ # When large executables or shared objects are built, AIX ld can ++ # have problems creating the table of contents. If linking a library ++ # or program results in "error TOC overflow" add -mminimal-toc to ++ # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not ++ # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. ++ ++ _LT_AC_TAGVAR(archive_cmds, $1)='' ++ _LT_AC_TAGVAR(hardcode_direct, $1)=yes ++ _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':' ++ _LT_AC_TAGVAR(link_all_deplibs, $1)=yes ++ ++ if test "$GCC" = yes; then ++ case $host_os in aix4.[012]|aix4.[012].*) ++ # We only want to do this on AIX 4.2 and lower, the check ++ # below for broken collect2 doesn't work under 4.3+ ++ collect2name=`${CC} -print-prog-name=collect2` ++ if test -f "$collect2name" && \ ++ strings "$collect2name" | grep resolve_lib_name >/dev/null ++ then ++ # We have reworked collect2 ++ _LT_AC_TAGVAR(hardcode_direct, $1)=yes ++ else ++ # We have old collect2 ++ _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported ++ # It fails to find uninstalled libraries when the uninstalled ++ # path is not listed in the libpath. Setting hardcode_minus_L ++ # to unsupported forces relinking ++ _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' ++ _LT_AC_TAGVAR(hardcode_libdir_separator, $1)= ++ fi ++ esac ++ shared_flag='-shared' ++ else ++ # not using gcc ++ if test "$host_cpu" = ia64; then ++ # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release ++ # chokes on -Wl,-G. The following line is correct: ++ shared_flag='-G' ++ else ++ if test "$aix_use_runtimelinking" = yes; then ++ shared_flag='-qmkshrobj ${wl}-G' ++ else ++ shared_flag='-qmkshrobj' ++ fi ++ fi ++ fi ++ ++ # Let the compiler handle the export list. ++ _LT_AC_TAGVAR(always_export_symbols, $1)=no ++ if test "$aix_use_runtimelinking" = yes; then ++ # Warning - without using the other runtime loading flags (-brtl), ++ # -berok will link without error, but may produce a broken library. ++ _LT_AC_TAGVAR(allow_undefined_flag, $1)='-berok' ++ # Determine the default libpath from the value encoded in an empty executable. ++ _LT_AC_SYS_LIBPATH_AIX ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" ++ _LT_AC_TAGVAR(archive_cmds, $1)="\$CC"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '" $shared_flag" ++ _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" ++ else ++ if test "$host_cpu" = ia64; then ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib' ++ _LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs" ++ _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols" ++ else ++ # Determine the default libpath from the value encoded in an empty executable. ++ _LT_AC_SYS_LIBPATH_AIX ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" ++ # Warning - without using the other run time loading flags, ++ # -berok will link without error, but may produce a broken library. ++ _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok' ++ _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok' ++ # -bexpall does not export symbols beginning with underscore (_) ++ _LT_AC_TAGVAR(always_export_symbols, $1)=yes ++ # Exported symbols can be pulled into shared objects from archives ++ _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=' ' ++ _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes ++ # This is similar to how AIX traditionally builds it's shared libraries. ++ _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' ++ fi ++ fi ++ ;; ++ ++ amigaos*) ++ _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' ++ _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes ++ # see comment about different semantics on the GNU ld section ++ _LT_AC_TAGVAR(ld_shlibs, $1)=no ++ ;; ++ ++ bsdi4*) ++ _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic ++ ;; ++ ++ cygwin* | mingw* | pw32*) ++ # When not using gcc, we currently assume that we are using ++ # Microsoft Visual C++. ++ # hardcode_libdir_flag_spec is actually meaningless, as there is ++ # no search path for DLLs. ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=' ' ++ _LT_AC_TAGVAR(allow_undefined_flag, $1)=no ++ # Tell ltmain to make .lib files, not .a files. ++ libext=lib ++ # Tell ltmain to make .dll files, not .so files. ++ shrext=".dll" ++ # FIXME: Setting linknames here is a bad hack. ++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -o $lib $compiler_flags $libobjs `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames=' ++ # The linker will automatically build a .lib file if we build a DLL. ++ _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='true' ++ # FIXME: Should let the user specify the lib program. ++ _LT_AC_TAGVAR(old_archive_cmds, $1)='lib /OUT:$oldlib$oldobjs$old_deplibs' ++ fix_srcfile_path='`cygpath -w "$srcfile"`' ++ _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes ++ ;; ++ ++ darwin* | rhapsody*) ++ if test "$GXX" = yes ; then ++ _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no ++ case "$host_os" in ++ rhapsody* | darwin1.[[012]]) ++ _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-undefined -Wl,suppress' ++ ;; ++ *) # Darwin 1.3 on ++ if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then ++ _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress' ++ else ++ case ${MACOSX_DEPLOYMENT_TARGET} in ++ 10.[012]) ++ _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress' ++ ;; ++ 10.*) ++ _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-undefined -Wl,dynamic_lookup' ++ ;; ++ esac ++ fi ++ ;; ++ esac ++ lt_int_apple_cc_single_mod=no ++ output_verbose_link_cmd='echo' ++ if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then ++ lt_int_apple_cc_single_mod=yes ++ fi ++ if test "X$lt_int_apple_cc_single_mod" = Xyes ; then ++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring' ++ else ++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $compiler_flags $deplibs -install_name $rpath/$soname $verstring' ++ fi ++ _LT_AC_TAGVAR(module_cmds, $1)='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $compiler_flags $libobjs $deplibs' ++ # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's ++ if test "X$lt_int_apple_cc_single_mod" = Xyes ; then ++ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' ++ else ++ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $compiler_flags $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' ++ fi ++ _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $compiler_flags $libobjs $deplibs~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' ++ _LT_AC_TAGVAR(hardcode_direct, $1)=no ++ _LT_AC_TAGVAR(hardcode_automatic, $1)=yes ++ _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported ++ _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-all_load $convenience' ++ _LT_AC_TAGVAR(link_all_deplibs, $1)=yes ++ else ++ _LT_AC_TAGVAR(ld_shlibs, $1)=no ++ fi ++ ;; ++ ++ dgux*) ++ _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' ++ _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no ++ ;; ++ ++ freebsd1*) ++ _LT_AC_TAGVAR(ld_shlibs, $1)=no ++ ;; ++ ++ # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor ++ # support. Future versions do this automatically, but an explicit c++rt0.o ++ # does not break anything, and helps significantly (at the cost of a little ++ # extra space). ++ freebsd2.2*) ++ _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o' ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' ++ _LT_AC_TAGVAR(hardcode_direct, $1)=yes ++ _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no ++ ;; ++ ++ # Unfortunately, older versions of FreeBSD 2 do not have this feature. ++ freebsd2*) ++ _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' ++ _LT_AC_TAGVAR(hardcode_direct, $1)=yes ++ _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes ++ _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no ++ ;; ++ ++ # FreeBSD 3 and greater uses gcc -shared to do shared libraries. ++ freebsd* | kfreebsd*-gnu) ++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -o $lib $compiler_flags $libobjs $deplibs' ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' ++ _LT_AC_TAGVAR(hardcode_direct, $1)=yes ++ _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no ++ ;; ++ ++ hpux9*) ++ if test "$GCC" = yes; then ++ _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $compiler_flags $libobjs $deplibs~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' ++ else ++ _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' ++ fi ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' ++ _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: ++ _LT_AC_TAGVAR(hardcode_direct, $1)=yes ++ ++ # hardcode_minus_L: Not really in the search PATH, ++ # but as the default location of the library. ++ _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes ++ _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' ++ ;; ++ ++ hpux10* | hpux11*) ++ if test "$GCC" = yes -a "$with_gnu_ld" = no; then ++ case "$host_cpu" in ++ hppa*64*|ia64*) ++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs' ++ ;; ++ *) ++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $compiler_flags $libobjs $deplibs' ++ ;; ++ esac ++ else ++ case "$host_cpu" in ++ hppa*64*|ia64*) ++ _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $libobjs $deplibs $linker_flags' ++ ;; ++ *) ++ _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' ++ ;; ++ esac ++ fi ++ if test "$with_gnu_ld" = no; then ++ case "$host_cpu" in ++ hppa*64*) ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir' ++ _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: ++ _LT_AC_TAGVAR(hardcode_direct, $1)=no ++ _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no ++ ;; ++ ia64*) ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' ++ _LT_AC_TAGVAR(hardcode_direct, $1)=no ++ _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no ++ ++ # hardcode_minus_L: Not really in the search PATH, ++ # but as the default location of the library. ++ _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes ++ ;; ++ *) ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' ++ _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: ++ _LT_AC_TAGVAR(hardcode_direct, $1)=yes ++ _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' ++ ++ # hardcode_minus_L: Not really in the search PATH, ++ # but as the default location of the library. ++ _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes ++ ;; ++ esac ++ fi ++ ;; ++ ++ irix5* | irix6* | nonstopux*) ++ if test "$GCC" = yes; then ++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' ++ else ++ _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='-rpath $libdir' ++ fi ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' ++ _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: ++ _LT_AC_TAGVAR(link_all_deplibs, $1)=yes ++ ;; ++ ++ netbsd*) ++ if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then ++ _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out ++ else ++ _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF ++ fi ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' ++ _LT_AC_TAGVAR(hardcode_direct, $1)=yes ++ _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no ++ ;; ++ ++ newsos6) ++ _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' ++ _LT_AC_TAGVAR(hardcode_direct, $1)=yes ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' ++ _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: ++ _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no ++ ;; ++ ++ openbsd*) ++ _LT_AC_TAGVAR(hardcode_direct, $1)=yes ++ _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no ++ if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then ++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $compiler_flags $libobjs $deplibs' ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' ++ _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' ++ else ++ case $host_os in ++ openbsd[[01]].* | openbsd2.[[0-7]] | openbsd2.[[0-7]].*) ++ _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' ++ ;; ++ *) ++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $compiler_flags $libobjs $deplibs' ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' ++ ;; ++ esac ++ fi ++ ;; ++ ++ os2*) ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' ++ _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes ++ _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported ++ _LT_AC_TAGVAR(archive_cmds, $1)='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $compiler_flags $libobjs $deplibs$output_objdir/$libname.def' ++ _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def' ++ ;; ++ ++ osf3*) ++ if test "$GCC" = yes; then ++ _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' ++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $compiler_flags $libobjs $deplibs ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' ++ else ++ _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' ++ _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' ++ fi ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' ++ _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: ++ ;; ++ ++ osf4* | osf5*) # as osf3* with the addition of -msym flag ++ if test "$GCC" = yes; then ++ _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' ++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $compiler_flags $libobjs $deplibs ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' ++ else ++ _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' ++ _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' ++ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~ ++ $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp' ++ ++ # Both c and cxx compiler support -rpath directly ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' ++ fi ++ _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: ++ ;; ++ ++ sco3.2v5*) ++ _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' ++ _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no ++ _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport' ++ runpath_var=LD_RUN_PATH ++ hardcode_runpath_var=yes ++ ;; ++ ++ solaris*) ++ _LT_AC_TAGVAR(no_undefined_flag, $1)=' -z text' ++ if test "$GCC" = yes; then ++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs' ++ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ ++ $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs~$rm $lib.exp' ++ else ++ _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' ++ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ ++ $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp' ++ fi ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' ++ _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no ++ case $host_os in ++ solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; ++ *) # Supported since Solaris 2.6 (maybe 2.5.1?) ++ _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' ;; ++ esac ++ _LT_AC_TAGVAR(link_all_deplibs, $1)=yes ++ ;; ++ ++ sunos4*) ++ if test "x$host_vendor" = xsequent; then ++ # Use $CC to link under sequent, because it throws in some extra .o ++ # files that make .init and .fini sections work. ++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h $soname -o $lib $compiler_flags $libobjs $deplibs' ++ else ++ _LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' ++ fi ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' ++ _LT_AC_TAGVAR(hardcode_direct, $1)=yes ++ _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes ++ _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no ++ ;; ++ ++ sysv4) ++ case $host_vendor in ++ sni) ++ _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' ++ _LT_AC_TAGVAR(hardcode_direct, $1)=yes # is this really true??? ++ ;; ++ siemens) ++ ## LD is ld it makes a PLAMLIB ++ ## CC just makes a GrossModule. ++ _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags' ++ _LT_AC_TAGVAR(reload_cmds, $1)='$CC -r -o $output$reload_objs' ++ _LT_AC_TAGVAR(hardcode_direct, $1)=no ++ ;; ++ motorola) ++ _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' ++ _LT_AC_TAGVAR(hardcode_direct, $1)=no #Motorola manual says yes, but my tests say they lie ++ ;; ++ esac ++ runpath_var='LD_RUN_PATH' ++ _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no ++ ;; ++ ++ sysv4.3*) ++ _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' ++ _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no ++ _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='-Bexport' ++ ;; ++ ++ sysv4*MP*) ++ if test -d /usr/nec; then ++ _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' ++ _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no ++ runpath_var=LD_RUN_PATH ++ hardcode_runpath_var=yes ++ _LT_AC_TAGVAR(ld_shlibs, $1)=yes ++ fi ++ ;; ++ ++ sysv4.2uw2*) ++ _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags' ++ _LT_AC_TAGVAR(hardcode_direct, $1)=yes ++ _LT_AC_TAGVAR(hardcode_minus_L, $1)=no ++ _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no ++ hardcode_runpath_var=yes ++ runpath_var=LD_RUN_PATH ++ ;; ++ ++ sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[[78]]* | unixware7*) ++ _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z ${wl}text' ++ if test "$GCC" = yes; then ++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs' ++ else ++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs' ++ fi ++ runpath_var='LD_RUN_PATH' ++ _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no ++ ;; ++ ++ sysv5*) ++ _LT_AC_TAGVAR(no_undefined_flag, $1)=' -z text' ++ # $CC -shared without GNU ld will not create a library from C++ ++ # object files and a static libstdc++, better avoid it by now ++ _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' ++ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ ++ $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp' ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)= ++ _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no ++ runpath_var='LD_RUN_PATH' ++ ;; ++ ++ uts4*) ++ _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' ++ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' ++ _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no ++ ;; ++ ++ *) ++ _LT_AC_TAGVAR(ld_shlibs, $1)=no ++ ;; ++ esac ++ fi ++]) ++AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)]) ++test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no ++ ++variables_saved_for_relink="PATH $shlibpath_var $runpath_var" ++if test "$GCC" = yes; then ++ variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" ++fi + +-# PKG_CHECK_MODULES(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND], +-# [ACTION-IF-NOT-FOUND]) + # ++# Do we need to explicitly link libc? + # +-# Note that if there is a possibility the first call to +-# PKG_CHECK_MODULES might not happen, you should be sure to include an +-# explicit call to PKG_PROG_PKG_CONFIG in your configure.ac ++case "x$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)" in ++x|xyes) ++ # Assume -lc should be added ++ _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes ++ ++ if test "$enable_shared" = yes && test "$GCC" = yes; then ++ case $_LT_AC_TAGVAR(archive_cmds, $1) in ++ *'~'*) ++ # FIXME: we may have to deal with multi-command sequences. ++ ;; ++ '$CC '*) ++ # Test whether the compiler implicitly links with -lc since on some ++ # systems, -lgcc has to come before -lc. If gcc already passes -lc ++ # to ld, don't add -lc before -lgcc. ++ AC_MSG_CHECKING([whether -lc should be explicitly linked in]) ++ $rm conftest* ++ printf "$lt_simple_compile_test_code" > conftest.$ac_ext ++ ++ if AC_TRY_EVAL(ac_compile) 2>conftest.err; then ++ soname=conftest ++ lib=conftest ++ libobjs=conftest.$ac_objext ++ deplibs= ++ wl=$_LT_AC_TAGVAR(lt_prog_compiler_wl, $1) ++ compiler_flags=-v ++ linker_flags=-v ++ verstring= ++ output_objdir=. ++ libname=conftest ++ lt_save_allow_undefined_flag=$_LT_AC_TAGVAR(allow_undefined_flag, $1) ++ _LT_AC_TAGVAR(allow_undefined_flag, $1)= ++ if AC_TRY_EVAL(_LT_AC_TAGVAR(archive_cmds, $1) 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) ++ then ++ _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no ++ else ++ _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes ++ fi ++ _LT_AC_TAGVAR(allow_undefined_flag, $1)=$lt_save_allow_undefined_flag ++ else ++ cat conftest.err 1>&5 ++ fi ++ $rm conftest* ++ AC_MSG_RESULT([$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)]) ++ ;; ++ esac ++ fi ++ ;; ++esac ++])# AC_LIBTOOL_PROG_LD_SHLIBS ++ ++ ++# _LT_AC_FILE_LTDLL_C ++# ------------------- ++# Be careful that the start marker always follows a newline. ++AC_DEFUN([_LT_AC_FILE_LTDLL_C], [ ++# /* ltdll.c starts here */ ++# #define WIN32_LEAN_AND_MEAN ++# #include ++# #undef WIN32_LEAN_AND_MEAN ++# #include + # ++# #ifndef __CYGWIN__ ++# # ifdef __CYGWIN32__ ++# # define __CYGWIN__ __CYGWIN32__ ++# # endif ++# #endif + # +-# -------------------------------------------------------------- +-AC_DEFUN([PKG_CHECK_MODULES], +-[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl +-AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl +-AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl ++# #ifdef __cplusplus ++# extern "C" { ++# #endif ++# BOOL APIENTRY DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved); ++# #ifdef __cplusplus ++# } ++# #endif ++# ++# #ifdef __CYGWIN__ ++# #include ++# DECLARE_CYGWIN_DLL( DllMain ); ++# #endif ++# HINSTANCE __hDllInstance_base; ++# ++# BOOL APIENTRY ++# DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved) ++# { ++# __hDllInstance_base = hInst; ++# return TRUE; ++# } ++# /* ltdll.c ends here */ ++])# _LT_AC_FILE_LTDLL_C + +-pkg_failed=no +-AC_MSG_CHECKING([for $1]) + +-_PKG_CONFIG([$1][_CFLAGS], [cflags], [$2]) +-_PKG_CONFIG([$1][_LIBS], [libs], [$2]) ++# _LT_AC_TAGVAR(VARNAME, [TAGNAME]) ++# --------------------------------- ++AC_DEFUN([_LT_AC_TAGVAR], [ifelse([$2], [], [$1], [$1_$2])]) + +-m4_define([_PKG_TEXT], [Alternatively, you may set the environment variables $1[]_CFLAGS +-and $1[]_LIBS to avoid the need to call pkg-config. +-See the pkg-config man page for more details.]) + +-if test $pkg_failed = yes; then +- _PKG_SHORT_ERRORS_SUPPORTED +- if test $_pkg_short_errors_supported = yes; then +- $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$2"` +- else +- $1[]_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$2"` ++# old names ++AC_DEFUN([AM_PROG_LIBTOOL], [AC_PROG_LIBTOOL]) ++AC_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)]) ++AC_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)]) ++AC_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)]) ++AC_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)]) ++AC_DEFUN([AM_PROG_LD], [AC_PROG_LD]) ++AC_DEFUN([AM_PROG_NM], [AC_PROG_NM]) ++ ++# This is just to silence aclocal about the macro not being used ++ifelse([AC_DISABLE_FAST_INSTALL]) ++ ++AC_DEFUN([LT_AC_PROG_GCJ], ++[AC_CHECK_TOOL(GCJ, gcj, no) ++ test "x${GCJFLAGS+set}" = xset || GCJFLAGS="-g -O2" ++ AC_SUBST(GCJFLAGS) ++]) ++ ++AC_DEFUN([LT_AC_PROG_RC], ++[AC_CHECK_TOOL(RC, windres, no) ++]) ++ ++# NOTE: This macro has been submitted for inclusion into # ++# GNU Autoconf as AC_PROG_SED. When it is available in # ++# a released version of Autoconf we should remove this # ++# macro and use it instead. # ++# LT_AC_PROG_SED ++# -------------- ++# Check for a fully-functional sed program, that truncates ++# as few characters as possible. Prefer GNU sed if found. ++AC_DEFUN([LT_AC_PROG_SED], ++[AC_MSG_CHECKING([for a sed that does not truncate output]) ++AC_CACHE_VAL(lt_cv_path_SED, ++[# Loop through the user's path and test for sed and gsed. ++# Then use that list of sed's as ones to test for truncation. ++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR ++for as_dir in $PATH ++do ++ IFS=$as_save_IFS ++ test -z "$as_dir" && as_dir=. ++ for lt_ac_prog in sed gsed; do ++ for ac_exec_ext in '' $ac_executable_extensions; do ++ if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then ++ lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext" ++ fi ++ done ++ done ++done ++lt_ac_max=0 ++lt_ac_count=0 ++# Add /usr/xpg4/bin/sed as it is typically found on Solaris ++# along with /bin/sed that truncates output. ++for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do ++ test ! -f $lt_ac_sed && break ++ cat /dev/null > conftest.in ++ lt_ac_count=0 ++ echo $ECHO_N "0123456789$ECHO_C" >conftest.in ++ # Check for GNU sed and select it if it is found. ++ if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then ++ lt_cv_path_SED=$lt_ac_sed ++ break ++ fi ++ while true; do ++ cat conftest.in conftest.in >conftest.tmp ++ mv conftest.tmp conftest.in ++ cp conftest.in conftest.nl ++ echo >>conftest.nl ++ $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break ++ cmp -s conftest.out conftest.nl || break ++ # 10000 chars as input seems more than enough ++ test $lt_ac_count -gt 10 && break ++ lt_ac_count=`expr $lt_ac_count + 1` ++ if test $lt_ac_count -gt $lt_ac_max; then ++ lt_ac_max=$lt_ac_count ++ lt_cv_path_SED=$lt_ac_sed ++ fi ++ done ++done ++]) ++SED=$lt_cv_path_SED ++AC_MSG_RESULT([$SED]) ++]) ++ ++dnl PKG_CHECK_MODULES(GSTUFF, gtk+-2.0 >= 1.3 glib = 1.3.4, action-if, action-not) ++dnl defines GSTUFF_LIBS, GSTUFF_CFLAGS, see pkg-config man page ++dnl also defines GSTUFF_PKG_ERRORS on error ++AC_DEFUN([PKG_CHECK_MODULES], [ ++ succeeded=no ++ ++ if test -z "$PKG_CONFIG"; then ++ AC_PATH_PROG(PKG_CONFIG, pkg-config, no) ++ fi ++ ++ if test "$PKG_CONFIG" = "no" ; then ++ echo "*** The pkg-config script could not be found. Make sure it is" ++ echo "*** in your path, or set the PKG_CONFIG environment variable" ++ echo "*** to the full path to pkg-config." ++ echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config." ++ else ++ PKG_CONFIG_MIN_VERSION=0.9.0 ++ if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then ++ AC_MSG_CHECKING(for $2) ++ ++ if $PKG_CONFIG --exists "$2" ; then ++ AC_MSG_RESULT(yes) ++ succeeded=yes ++ ++ AC_MSG_CHECKING($1_CFLAGS) ++ $1_CFLAGS=`$PKG_CONFIG --cflags "$2"` ++ AC_MSG_RESULT($$1_CFLAGS) ++ ++ AC_MSG_CHECKING($1_LIBS) ++ $1_LIBS=`$PKG_CONFIG --libs "$2"` ++ AC_MSG_RESULT($$1_LIBS) ++ else ++ $1_CFLAGS="" ++ $1_LIBS="" ++ ## If we have a custom action on failure, don't print errors, but ++ ## do set a variable so people can do so. ++ $1_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$2"` ++ ifelse([$4], ,echo $$1_PKG_ERRORS,) + fi +- # Put the nasty error message in config.log where it belongs +- echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD + +- ifelse([$4], , [AC_MSG_ERROR(dnl +-[Package requirements ($2) were not met: ++ AC_SUBST($1_CFLAGS) ++ AC_SUBST($1_LIBS) ++ else ++ echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer." ++ echo "*** See http://www.freedesktop.org/software/pkgconfig" ++ fi ++ fi + +-$$1_PKG_ERRORS ++ if test $succeeded = yes; then ++ ifelse([$3], , :, [$3]) ++ else ++ ifelse([$4], , AC_MSG_ERROR([Library requirements ($2) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.]), [$4]) ++ fi ++]) + +-Consider adjusting the PKG_CONFIG_PATH environment variable if you +-installed software in a non-standard prefix. + +-_PKG_TEXT +-])], +- [AC_MSG_RESULT([no]) +- $4]) +-elif test $pkg_failed = untried; then +- ifelse([$4], , [AC_MSG_FAILURE(dnl +-[The pkg-config script could not be found or is too old. Make sure it +-is in your PATH or set the PKG_CONFIG environment variable to the full +-path to pkg-config. + +-_PKG_TEXT ++# AM_CONDITIONAL -*- Autoconf -*- + +-To get pkg-config, see .])], +- [$4]) ++# Copyright 1997, 2000, 2001 Free Software Foundation, Inc. ++ ++# This program is free software; you can redistribute it and/or modify ++# it under the terms of the GNU General Public License as published by ++# the Free Software Foundation; either version 2, or (at your option) ++# any later version. ++ ++# This program is distributed in the hope that it will be useful, ++# but WITHOUT ANY WARRANTY; without even the implied warranty of ++# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ++# GNU General Public License for more details. ++ ++# You should have received a copy of the GNU General Public License ++# along with this program; if not, write to the Free Software ++# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ++# 02111-1307, USA. ++ ++# serial 5 ++ ++AC_PREREQ(2.52) ++ ++# AM_CONDITIONAL(NAME, SHELL-CONDITION) ++# ------------------------------------- ++# Define a conditional. ++AC_DEFUN([AM_CONDITIONAL], ++[ifelse([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], ++ [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl ++AC_SUBST([$1_TRUE]) ++AC_SUBST([$1_FALSE]) ++if $2; then ++ $1_TRUE= ++ $1_FALSE='#' + else +- $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS +- $1[]_LIBS=$pkg_cv_[]$1[]_LIBS +- AC_MSG_RESULT([yes]) +- ifelse([$3], , :, [$3]) +-fi[]dnl +-])# PKG_CHECK_MODULES ++ $1_TRUE='#' ++ $1_FALSE= ++fi ++AC_CONFIG_COMMANDS_PRE( ++[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then ++ AC_MSG_ERROR([conditional "$1" was never defined. ++Usually this means the macro was only invoked conditionally.]) ++fi])]) + +-# Copyright (C) 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +-# +-# This file is free software; the Free Software Foundation +-# gives unlimited permission to copy and/or distribute it, +-# with or without modifications, as long as this notice is preserved. ++# Do all the work for Automake. -*- Autoconf -*- ++ ++# This macro actually does too much some checks are only needed if ++# your package does certain things. But this isn't really a big deal. ++ ++# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 ++# Free Software Foundation, Inc. ++ ++# This program is free software; you can redistribute it and/or modify ++# it under the terms of the GNU General Public License as published by ++# the Free Software Foundation; either version 2, or (at your option) ++# any later version. ++ ++# This program is distributed in the hope that it will be useful, ++# but WITHOUT ANY WARRANTY; without even the implied warranty of ++# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ++# GNU General Public License for more details. ++ ++# You should have received a copy of the GNU General Public License ++# along with this program; if not, write to the Free Software ++# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ++# 02111-1307, USA. ++ ++# serial 10 ++ ++AC_PREREQ([2.54]) ++ ++# Autoconf 2.50 wants to disallow AM_ names. We explicitly allow ++# the ones we care about. ++m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl ++ ++# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE]) ++# AM_INIT_AUTOMAKE([OPTIONS]) ++# ----------------------------------------------- ++# The call with PACKAGE and VERSION arguments is the old style ++# call (pre autoconf-2.50), which is being phased out. PACKAGE ++# and VERSION should now be passed to AC_INIT and removed from ++# the call to AM_INIT_AUTOMAKE. ++# We support both call styles for the transition. After ++# the next Automake release, Autoconf can make the AC_INIT ++# arguments mandatory, and then we can depend on a new Autoconf ++# release and drop the old call support. ++AC_DEFUN([AM_INIT_AUTOMAKE], ++[AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl ++ AC_REQUIRE([AC_PROG_INSTALL])dnl ++# test to see if srcdir already configured ++if test "`cd $srcdir && pwd`" != "`pwd`" && ++ test -f $srcdir/config.status; then ++ AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) ++fi ++ ++# test whether we have cygpath ++if test -z "$CYGPATH_W"; then ++ if (cygpath --version) >/dev/null 2>/dev/null; then ++ CYGPATH_W='cygpath -w' ++ else ++ CYGPATH_W=echo ++ fi ++fi ++AC_SUBST([CYGPATH_W]) ++ ++# Define the identity of the package. ++dnl Distinguish between old-style and new-style calls. ++m4_ifval([$2], ++[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl ++ AC_SUBST([PACKAGE], [$1])dnl ++ AC_SUBST([VERSION], [$2])], ++[_AM_SET_OPTIONS([$1])dnl ++ AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl ++ AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl ++ ++_AM_IF_OPTION([no-define],, ++[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package]) ++ AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl ++ ++# Some tools Automake needs. ++AC_REQUIRE([AM_SANITY_CHECK])dnl ++AC_REQUIRE([AC_ARG_PROGRAM])dnl ++AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version}) ++AM_MISSING_PROG(AUTOCONF, autoconf) ++AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version}) ++AM_MISSING_PROG(AUTOHEADER, autoheader) ++AM_MISSING_PROG(MAKEINFO, makeinfo) ++AM_MISSING_PROG(AMTAR, tar) ++AM_PROG_INSTALL_SH ++AM_PROG_INSTALL_STRIP ++# We need awk for the "check" target. The system "awk" is bad on ++# some platforms. ++AC_REQUIRE([AC_PROG_AWK])dnl ++AC_REQUIRE([AC_PROG_MAKE_SET])dnl ++AC_REQUIRE([AM_SET_LEADING_DOT])dnl ++ ++_AM_IF_OPTION([no-dependencies],, ++[AC_PROVIDE_IFELSE([AC_PROG_CC], ++ [_AM_DEPENDENCIES(CC)], ++ [define([AC_PROG_CC], ++ defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl ++AC_PROVIDE_IFELSE([AC_PROG_CXX], ++ [_AM_DEPENDENCIES(CXX)], ++ [define([AC_PROG_CXX], ++ defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl ++]) ++]) ++ ++ ++# When config.status generates a header, we must update the stamp-h file. ++# This file resides in the same directory as the config header ++# that is generated. The stamp files are numbered to have different names. ++ ++# Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the ++# loop where config.status creates the headers, so we can generate ++# our stamp files there. ++AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], ++[# Compute $1's index in $config_headers. ++_am_stamp_count=1 ++for _am_header in $config_headers :; do ++ case $_am_header in ++ $1 | $1:* ) ++ break ;; ++ * ) ++ _am_stamp_count=`expr $_am_stamp_count + 1` ;; ++ esac ++done ++echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count]) ++ ++# Copyright 2002 Free Software Foundation, Inc. ++ ++# This program is free software; you can redistribute it and/or modify ++# it under the terms of the GNU General Public License as published by ++# the Free Software Foundation; either version 2, or (at your option) ++# any later version. ++ ++# This program is distributed in the hope that it will be useful, ++# but WITHOUT ANY WARRANTY; without even the implied warranty of ++# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ++# GNU General Public License for more details. ++ ++# You should have received a copy of the GNU General Public License ++# along with this program; if not, write to the Free Software ++# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA + + # AM_AUTOMAKE_VERSION(VERSION) + # ---------------------------- + # Automake X.Y traces this macro to ensure aclocal.m4 has been + # generated from the m4 files accompanying Automake X.Y. +-# (This private macro should not be called outside this file.) +-AC_DEFUN([AM_AUTOMAKE_VERSION], +-[am__api_version='1.10' +-dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to +-dnl require some minimum version. Point them to the right macro. +-m4_if([$1], [1.10], [], +- [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl +-]) +- +-# _AM_AUTOCONF_VERSION(VERSION) +-# ----------------------------- +-# aclocal traces this macro to find the Autoconf version. +-# This is a private macro too. Using m4_define simplifies +-# the logic in aclocal, which can simply ignore this definition. +-m4_define([_AM_AUTOCONF_VERSION], []) ++AC_DEFUN([AM_AUTOMAKE_VERSION],[am__api_version="1.7"]) + + # AM_SET_CURRENT_AUTOMAKE_VERSION + # ------------------------------- +-# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. ++# Call AM_AUTOMAKE_VERSION so it can be traced. + # This function is AC_REQUIREd by AC_INIT_AUTOMAKE. + AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], +-[AM_AUTOMAKE_VERSION([1.10])dnl +-_AM_AUTOCONF_VERSION(m4_PACKAGE_VERSION)]) ++ [AM_AUTOMAKE_VERSION([1.7.9])]) ++ ++# Helper functions for option handling. -*- Autoconf -*- ++ ++# Copyright 2001, 2002 Free Software Foundation, Inc. + +-# AM_AUX_DIR_EXPAND -*- Autoconf -*- ++# This program is free software; you can redistribute it and/or modify ++# it under the terms of the GNU General Public License as published by ++# the Free Software Foundation; either version 2, or (at your option) ++# any later version. ++ ++# This program is distributed in the hope that it will be useful, ++# but WITHOUT ANY WARRANTY; without even the implied warranty of ++# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ++# GNU General Public License for more details. ++ ++# You should have received a copy of the GNU General Public License ++# along with this program; if not, write to the Free Software ++# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ++# 02111-1307, USA. ++ ++# serial 2 ++ ++# _AM_MANGLE_OPTION(NAME) ++# ----------------------- ++AC_DEFUN([_AM_MANGLE_OPTION], ++[[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])]) ++ ++# _AM_SET_OPTION(NAME) ++# ------------------------------ ++# Set option NAME. Presently that only means defining a flag for this option. ++AC_DEFUN([_AM_SET_OPTION], ++[m4_define(_AM_MANGLE_OPTION([$1]), 1)]) ++ ++# _AM_SET_OPTIONS(OPTIONS) ++# ---------------------------------- ++# OPTIONS is a space-separated list of Automake options. ++AC_DEFUN([_AM_SET_OPTIONS], ++[AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) ++ ++# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET]) ++# ------------------------------------------- ++# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. ++AC_DEFUN([_AM_IF_OPTION], ++[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) + +-# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. + # +-# This file is free software; the Free Software Foundation +-# gives unlimited permission to copy and/or distribute it, +-# with or without modifications, as long as this notice is preserved. ++# Check to make sure that the build environment is sane. ++# ++ ++# Copyright 1996, 1997, 2000, 2001 Free Software Foundation, Inc. ++ ++# This program is free software; you can redistribute it and/or modify ++# it under the terms of the GNU General Public License as published by ++# the Free Software Foundation; either version 2, or (at your option) ++# any later version. ++ ++# This program is distributed in the hope that it will be useful, ++# but WITHOUT ANY WARRANTY; without even the implied warranty of ++# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ++# GNU General Public License for more details. ++ ++# You should have received a copy of the GNU General Public License ++# along with this program; if not, write to the Free Software ++# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ++# 02111-1307, USA. ++ ++# serial 3 ++ ++# AM_SANITY_CHECK ++# --------------- ++AC_DEFUN([AM_SANITY_CHECK], ++[AC_MSG_CHECKING([whether build environment is sane]) ++# Just in case ++sleep 1 ++echo timestamp > conftest.file ++# Do `set' in a subshell so we don't clobber the current shell's ++# arguments. Must try -L first in case configure is actually a ++# symlink; some systems play weird games with the mod time of symlinks ++# (eg FreeBSD returns the mod time of the symlink's containing ++# directory). ++if ( ++ set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null` ++ if test "$[*]" = "X"; then ++ # -L didn't work. ++ set X `ls -t $srcdir/configure conftest.file` ++ fi ++ rm -f conftest.file ++ if test "$[*]" != "X $srcdir/configure conftest.file" \ ++ && test "$[*]" != "X conftest.file $srcdir/configure"; then ++ ++ # If neither matched, then we have a broken ls. This can happen ++ # if, for instance, CONFIG_SHELL is bash and it inherits a ++ # broken ls alias from the environment. This has actually ++ # happened. Such a system could not be considered "sane". ++ AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken ++alias in your environment]) ++ fi ++ ++ test "$[2]" = conftest.file ++ ) ++then ++ # Ok. ++ : ++else ++ AC_MSG_ERROR([newly created file is older than distributed files! ++Check your system clock]) ++fi ++AC_MSG_RESULT(yes)]) ++ ++# -*- Autoconf -*- ++ ++ ++# Copyright 1997, 1999, 2000, 2001 Free Software Foundation, Inc. ++ ++# This program is free software; you can redistribute it and/or modify ++# it under the terms of the GNU General Public License as published by ++# the Free Software Foundation; either version 2, or (at your option) ++# any later version. ++ ++# This program is distributed in the hope that it will be useful, ++# but WITHOUT ANY WARRANTY; without even the implied warranty of ++# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ++# GNU General Public License for more details. ++ ++# You should have received a copy of the GNU General Public License ++# along with this program; if not, write to the Free Software ++# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ++# 02111-1307, USA. ++ ++# serial 3 ++ ++# AM_MISSING_PROG(NAME, PROGRAM) ++# ------------------------------ ++AC_DEFUN([AM_MISSING_PROG], ++[AC_REQUIRE([AM_MISSING_HAS_RUN]) ++$1=${$1-"${am_missing_run}$2"} ++AC_SUBST($1)]) ++ ++ ++# AM_MISSING_HAS_RUN ++# ------------------ ++# Define MISSING if not defined so far and test if it supports --run. ++# If it does, set am_missing_run to use it, otherwise, to nothing. ++AC_DEFUN([AM_MISSING_HAS_RUN], ++[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl ++test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing" ++# Use eval to expand $SHELL ++if eval "$MISSING --run true"; then ++ am_missing_run="$MISSING --run " ++else ++ am_missing_run= ++ AC_MSG_WARN([`missing' script is too old or missing]) ++fi ++]) ++ ++# AM_AUX_DIR_EXPAND ++ ++# Copyright 2001 Free Software Foundation, Inc. ++ ++# This program is free software; you can redistribute it and/or modify ++# it under the terms of the GNU General Public License as published by ++# the Free Software Foundation; either version 2, or (at your option) ++# any later version. ++ ++# This program is distributed in the hope that it will be useful, ++# but WITHOUT ANY WARRANTY; without even the implied warranty of ++# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ++# GNU General Public License for more details. ++ ++# You should have received a copy of the GNU General Public License ++# along with this program; if not, write to the Free Software ++# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ++# 02111-1307, USA. + + # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets + # $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to +@@ -254,56 +12331,131 @@ _AM_AUTOCONF_VERSION(m4_PACKAGE_VERSION)]) + # absolute PATH. The drawback is that using absolute paths prevent a + # configured tree to be moved without reconfiguration. + +-AC_DEFUN([AM_AUX_DIR_EXPAND], +-[dnl Rely on autoconf to set up CDPATH properly. +-AC_PREREQ([2.50])dnl ++# Rely on autoconf to set up CDPATH properly. ++AC_PREREQ([2.50]) ++ ++AC_DEFUN([AM_AUX_DIR_EXPAND], [ + # expand $ac_aux_dir to an absolute path + am_aux_dir=`cd $ac_aux_dir && pwd` + ]) + +-# AM_CONDITIONAL -*- Autoconf -*- ++# AM_PROG_INSTALL_SH ++# ------------------ ++# Define $install_sh. ++ ++# Copyright 2001 Free Software Foundation, Inc. + +-# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006 +-# Free Software Foundation, Inc. +-# +-# This file is free software; the Free Software Foundation +-# gives unlimited permission to copy and/or distribute it, +-# with or without modifications, as long as this notice is preserved. ++# This program is free software; you can redistribute it and/or modify ++# it under the terms of the GNU General Public License as published by ++# the Free Software Foundation; either version 2, or (at your option) ++# any later version. + +-# serial 8 ++# This program is distributed in the hope that it will be useful, ++# but WITHOUT ANY WARRANTY; without even the implied warranty of ++# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ++# GNU General Public License for more details. + +-# AM_CONDITIONAL(NAME, SHELL-CONDITION) +-# ------------------------------------- +-# Define a conditional. +-AC_DEFUN([AM_CONDITIONAL], +-[AC_PREREQ(2.52)dnl +- ifelse([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], +- [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl +-AC_SUBST([$1_TRUE])dnl +-AC_SUBST([$1_FALSE])dnl +-_AM_SUBST_NOTMAKE([$1_TRUE])dnl +-_AM_SUBST_NOTMAKE([$1_FALSE])dnl +-if $2; then +- $1_TRUE= +- $1_FALSE='#' ++# You should have received a copy of the GNU General Public License ++# along with this program; if not, write to the Free Software ++# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ++# 02111-1307, USA. ++ ++AC_DEFUN([AM_PROG_INSTALL_SH], ++[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl ++install_sh=${install_sh-"$am_aux_dir/install-sh"} ++AC_SUBST(install_sh)]) ++ ++# AM_PROG_INSTALL_STRIP ++ ++# Copyright 2001 Free Software Foundation, Inc. ++ ++# This program is free software; you can redistribute it and/or modify ++# it under the terms of the GNU General Public License as published by ++# the Free Software Foundation; either version 2, or (at your option) ++# any later version. ++ ++# This program is distributed in the hope that it will be useful, ++# but WITHOUT ANY WARRANTY; without even the implied warranty of ++# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ++# GNU General Public License for more details. ++ ++# You should have received a copy of the GNU General Public License ++# along with this program; if not, write to the Free Software ++# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ++# 02111-1307, USA. ++ ++# One issue with vendor `install' (even GNU) is that you can't ++# specify the program used to strip binaries. This is especially ++# annoying in cross-compiling environments, where the build's strip ++# is unlikely to handle the host's binaries. ++# Fortunately install-sh will honor a STRIPPROG variable, so we ++# always use install-sh in `make install-strip', and initialize ++# STRIPPROG with the value of the STRIP variable (set by the user). ++AC_DEFUN([AM_PROG_INSTALL_STRIP], ++[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl ++# Installed binaries are usually stripped using `strip' when the user ++# run `make install-strip'. However `strip' might not be the right ++# tool to use in cross-compilation environments, therefore Automake ++# will honor the `STRIP' environment variable to overrule this program. ++dnl Don't test for $cross_compiling = yes, because it might be `maybe'. ++if test "$cross_compiling" != no; then ++ AC_CHECK_TOOL([STRIP], [strip], :) ++fi ++INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s" ++AC_SUBST([INSTALL_STRIP_PROGRAM])]) ++ ++# -*- Autoconf -*- ++# Copyright (C) 2003 Free Software Foundation, Inc. ++ ++# This program is free software; you can redistribute it and/or modify ++# it under the terms of the GNU General Public License as published by ++# the Free Software Foundation; either version 2, or (at your option) ++# any later version. ++ ++# This program is distributed in the hope that it will be useful, ++# but WITHOUT ANY WARRANTY; without even the implied warranty of ++# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ++# GNU General Public License for more details. ++ ++# You should have received a copy of the GNU General Public License ++# along with this program; if not, write to the Free Software ++# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ++# 02111-1307, USA. ++ ++# serial 1 ++ ++# Check whether the underlying file-system supports filenames ++# with a leading dot. For instance MS-DOS doesn't. ++AC_DEFUN([AM_SET_LEADING_DOT], ++[rm -rf .tst 2>/dev/null ++mkdir .tst 2>/dev/null ++if test -d .tst; then ++ am__leading_dot=. + else +- $1_TRUE='#' +- $1_FALSE= ++ am__leading_dot=_ + fi +-AC_CONFIG_COMMANDS_PRE( +-[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then +- AC_MSG_ERROR([[conditional "$1" was never defined. +-Usually this means the macro was only invoked conditionally.]]) +-fi])]) ++rmdir .tst 2>/dev/null ++AC_SUBST([am__leading_dot])]) + +-# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 +-# Free Software Foundation, Inc. +-# +-# This file is free software; the Free Software Foundation +-# gives unlimited permission to copy and/or distribute it, +-# with or without modifications, as long as this notice is preserved. ++# serial 5 -*- Autoconf -*- ++ ++# Copyright (C) 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. ++ ++# This program is free software; you can redistribute it and/or modify ++# it under the terms of the GNU General Public License as published by ++# the Free Software Foundation; either version 2, or (at your option) ++# any later version. ++ ++# This program is distributed in the hope that it will be useful, ++# but WITHOUT ANY WARRANTY; without even the implied warranty of ++# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ++# GNU General Public License for more details. ++ ++# You should have received a copy of the GNU General Public License ++# along with this program; if not, write to the Free Software ++# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ++# 02111-1307, USA. + +-# serial 9 + + # There are a few dirty hacks below to avoid letting `AC_PROG_CC' be + # written in clear, in which case automake, when reading aclocal.m4, +@@ -312,6 +12464,7 @@ fi])]) + # CC etc. in the Makefile, will ask for an AC_PROG_CC use... + + ++ + # _AM_DEPENDENCIES(NAME) + # ---------------------- + # See how the compiler implements dependency checking. +@@ -331,7 +12484,6 @@ AC_REQUIRE([AM_DEP_TRACK])dnl + ifelse([$1], CC, [depcc="$CC" am_compiler_list=], + [$1], CXX, [depcc="$CXX" am_compiler_list=], + [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'], +- [$1], UPC, [depcc="$UPC" am_compiler_list=], + [$1], GCJ, [depcc="$GCJ" am_compiler_list='gcc3 gcc'], + [depcc="$$1" am_compiler_list=]) + +@@ -371,9 +12523,7 @@ AC_CACHE_CHECK([dependency style of $depcc], + : > sub/conftest.c + for i in 1 2 3 4 5 6; do + echo '#include "conftst'$i'.h"' >> sub/conftest.c +- # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with +- # Solaris 8's {/usr,}/bin/sh. +- touch sub/conftst$i.h ++ : > sub/conftst$i.h + done + echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf + +@@ -397,19 +12547,13 @@ AC_CACHE_CHECK([dependency style of $depcc], + depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ + $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \ + >/dev/null 2>conftest.err && +- grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && + grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && + grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 && + ${MAKE-make} -s -f confmf > /dev/null 2>&1; then + # icc doesn't choke on unknown options, it will just issue warnings +- # or remarks (even with -Werror). So we grep stderr for any message +- # that says an option was ignored or not supported. +- # When given -MP, icc 7.0 and 7.1 complain thusly: +- # icc: Command line warning: ignoring option '-M'; no argument required +- # The diagnosis changed in icc 8.0: +- # icc: Command line remark: option '-MP' not supported +- if (grep 'ignoring option' conftest.err || +- grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else ++ # (even with -Werror). So we grep stderr for any message ++ # that says an option was ignored. ++ if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else + am_cv_$1_dependencies_compiler_type=$depmode + break + fi +@@ -443,27 +12587,36 @@ AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl + # ------------ + AC_DEFUN([AM_DEP_TRACK], + [AC_ARG_ENABLE(dependency-tracking, +-[ --disable-dependency-tracking speeds up one-time build +- --enable-dependency-tracking do not reject slow dependency extractors]) ++[ --disable-dependency-tracking Speeds up one-time builds ++ --enable-dependency-tracking Do not reject slow dependency extractors]) + if test "x$enable_dependency_tracking" != xno; then + am_depcomp="$ac_aux_dir/depcomp" + AMDEPBACKSLASH='\' + fi + AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) +-AC_SUBST([AMDEPBACKSLASH])dnl +-_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl ++AC_SUBST([AMDEPBACKSLASH]) + ]) + +-# Generate code to set up dependency tracking. -*- Autoconf -*- ++# Generate code to set up dependency tracking. -*- Autoconf -*- + +-# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 +-# Free Software Foundation, Inc. +-# +-# This file is free software; the Free Software Foundation +-# gives unlimited permission to copy and/or distribute it, +-# with or without modifications, as long as this notice is preserved. ++# Copyright 1999, 2000, 2001, 2002 Free Software Foundation, Inc. ++ ++# This program is free software; you can redistribute it and/or modify ++# it under the terms of the GNU General Public License as published by ++# the Free Software Foundation; either version 2, or (at your option) ++# any later version. ++ ++# This program is distributed in the hope that it will be useful, ++# but WITHOUT ANY WARRANTY; without even the implied warranty of ++# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ++# GNU General Public License for more details. + +-#serial 3 ++# You should have received a copy of the GNU General Public License ++# along with this program; if not, write to the Free Software ++# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ++# 02111-1307, USA. ++ ++#serial 2 + + # _AM_OUTPUT_DEPENDENCY_COMMANDS + # ------------------------------ +@@ -476,28 +12629,33 @@ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], + # some people rename them; so instead we look at the file content. + # Grep'ing the first line is not enough: some people post-process + # each Makefile.in and add a new line on top of each file to say so. +- # Grep'ing the whole file is not good either: AIX grep has a line +- # limit of 2048, but all sed's we know have understand at least 4000. +- if sed 10q "$mf" | grep '^#.*generated by automake' > /dev/null 2>&1; then ++ # So let's grep whole file. ++ if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then + dirpart=`AS_DIRNAME("$mf")` + else + continue + fi +- # Extract the definition of DEPDIR, am__include, and am__quote +- # from the Makefile without running `make'. +- DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` ++ grep '^DEP_FILES *= *[[^ @%:@]]' < "$mf" > /dev/null || continue ++ # Extract the definition of DEP_FILES from the Makefile without ++ # running `make'. ++ DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"` + test -z "$DEPDIR" && continue +- am__include=`sed -n 's/^am__include = //p' < "$mf"` +- test -z "am__include" && continue +- am__quote=`sed -n 's/^am__quote = //p' < "$mf"` + # When using ansi2knr, U may be empty or an underscore; expand it +- U=`sed -n 's/^U = //p' < "$mf"` +- # Find all dependency output files, they are included files with +- # $(DEPDIR) in their names. We invoke sed twice because it is the +- # simplest approach to changing $(DEPDIR) to its actual value in the +- # expansion. +- for file in `sed -n " +- s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ ++ U=`sed -n -e '/^U = / s///p' < "$mf"` ++ test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR" ++ # We invoke sed twice because it is the simplest approach to ++ # changing $(DEPDIR) to its actual value in the expansion. ++ for file in `sed -n -e ' ++ /^DEP_FILES = .*\\\\$/ { ++ s/^DEP_FILES = // ++ :loop ++ s/\\\\$// ++ p ++ n ++ /\\\\$/ b loop ++ p ++ } ++ /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \ + sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do + # Make sure the directory exists. + test -f "$dirpart/$file" && continue +@@ -523,188 +12681,27 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], + [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) + ]) + +-# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005 +-# Free Software Foundation, Inc. +-# +-# This file is free software; the Free Software Foundation +-# gives unlimited permission to copy and/or distribute it, +-# with or without modifications, as long as this notice is preserved. +- +-# serial 8 +- +-# AM_CONFIG_HEADER is obsolete. It has been replaced by AC_CONFIG_HEADERS. +-AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)]) +- +-# Do all the work for Automake. -*- Autoconf -*- +- +-# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, +-# 2005, 2006 Free Software Foundation, Inc. +-# +-# This file is free software; the Free Software Foundation +-# gives unlimited permission to copy and/or distribute it, +-# with or without modifications, as long as this notice is preserved. +- +-# serial 12 +- +-# This macro actually does too much. Some checks are only needed if +-# your package does certain things. But this isn't really a big deal. +- +-# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE]) +-# AM_INIT_AUTOMAKE([OPTIONS]) +-# ----------------------------------------------- +-# The call with PACKAGE and VERSION arguments is the old style +-# call (pre autoconf-2.50), which is being phased out. PACKAGE +-# and VERSION should now be passed to AC_INIT and removed from +-# the call to AM_INIT_AUTOMAKE. +-# We support both call styles for the transition. After +-# the next Automake release, Autoconf can make the AC_INIT +-# arguments mandatory, and then we can depend on a new Autoconf +-# release and drop the old call support. +-AC_DEFUN([AM_INIT_AUTOMAKE], +-[AC_PREREQ([2.60])dnl +-dnl Autoconf wants to disallow AM_ names. We explicitly allow +-dnl the ones we care about. +-m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl +-AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl +-AC_REQUIRE([AC_PROG_INSTALL])dnl +-if test "`cd $srcdir && pwd`" != "`pwd`"; then +- # Use -I$(srcdir) only when $(srcdir) != ., so that make's output +- # is not polluted with repeated "-I." +- AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl +- # test to see if srcdir already configured +- if test -f $srcdir/config.status; then +- AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) +- fi +-fi +- +-# test whether we have cygpath +-if test -z "$CYGPATH_W"; then +- if (cygpath --version) >/dev/null 2>/dev/null; then +- CYGPATH_W='cygpath -w' +- else +- CYGPATH_W=echo +- fi +-fi +-AC_SUBST([CYGPATH_W]) +- +-# Define the identity of the package. +-dnl Distinguish between old-style and new-style calls. +-m4_ifval([$2], +-[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl +- AC_SUBST([PACKAGE], [$1])dnl +- AC_SUBST([VERSION], [$2])], +-[_AM_SET_OPTIONS([$1])dnl +-dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT. +-m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,, +- [m4_fatal([AC_INIT should be called with package and version arguments])])dnl +- AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl +- AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl +- +-_AM_IF_OPTION([no-define],, +-[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package]) +- AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl +- +-# Some tools Automake needs. +-AC_REQUIRE([AM_SANITY_CHECK])dnl +-AC_REQUIRE([AC_ARG_PROGRAM])dnl +-AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version}) +-AM_MISSING_PROG(AUTOCONF, autoconf) +-AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version}) +-AM_MISSING_PROG(AUTOHEADER, autoheader) +-AM_MISSING_PROG(MAKEINFO, makeinfo) +-AM_PROG_INSTALL_SH +-AM_PROG_INSTALL_STRIP +-AC_REQUIRE([AM_PROG_MKDIR_P])dnl +-# We need awk for the "check" target. The system "awk" is bad on +-# some platforms. +-AC_REQUIRE([AC_PROG_AWK])dnl +-AC_REQUIRE([AC_PROG_MAKE_SET])dnl +-AC_REQUIRE([AM_SET_LEADING_DOT])dnl +-_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], +- [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], +- [_AM_PROG_TAR([v7])])]) +-_AM_IF_OPTION([no-dependencies],, +-[AC_PROVIDE_IFELSE([AC_PROG_CC], +- [_AM_DEPENDENCIES(CC)], +- [define([AC_PROG_CC], +- defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl +-AC_PROVIDE_IFELSE([AC_PROG_CXX], +- [_AM_DEPENDENCIES(CXX)], +- [define([AC_PROG_CXX], +- defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl +-AC_PROVIDE_IFELSE([AC_PROG_OBJC], +- [_AM_DEPENDENCIES(OBJC)], +- [define([AC_PROG_OBJC], +- defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl +-]) +-]) +- +- +-# When config.status generates a header, we must update the stamp-h file. +-# This file resides in the same directory as the config header +-# that is generated. The stamp files are numbered to have different names. ++# Check to see how 'make' treats includes. -*- Autoconf -*- + +-# Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the +-# loop where config.status creates the headers, so we can generate +-# our stamp files there. +-AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], +-[# Compute $1's index in $config_headers. +-_am_stamp_count=1 +-for _am_header in $config_headers :; do +- case $_am_header in +- $1 | $1:* ) +- break ;; +- * ) +- _am_stamp_count=`expr $_am_stamp_count + 1` ;; +- esac +-done +-echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count]) ++# Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc. + +-# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. +-# +-# This file is free software; the Free Software Foundation +-# gives unlimited permission to copy and/or distribute it, +-# with or without modifications, as long as this notice is preserved. ++# This program is free software; you can redistribute it and/or modify ++# it under the terms of the GNU General Public License as published by ++# the Free Software Foundation; either version 2, or (at your option) ++# any later version. + +-# AM_PROG_INSTALL_SH +-# ------------------ +-# Define $install_sh. +-AC_DEFUN([AM_PROG_INSTALL_SH], +-[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl +-install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"} +-AC_SUBST(install_sh)]) ++# This program is distributed in the hope that it will be useful, ++# but WITHOUT ANY WARRANTY; without even the implied warranty of ++# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ++# GNU General Public License for more details. + +-# Copyright (C) 2003, 2005 Free Software Foundation, Inc. +-# +-# This file is free software; the Free Software Foundation +-# gives unlimited permission to copy and/or distribute it, +-# with or without modifications, as long as this notice is preserved. ++# You should have received a copy of the GNU General Public License ++# along with this program; if not, write to the Free Software ++# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ++# 02111-1307, USA. + + # serial 2 + +-# Check whether the underlying file-system supports filenames +-# with a leading dot. For instance MS-DOS doesn't. +-AC_DEFUN([AM_SET_LEADING_DOT], +-[rm -rf .tst 2>/dev/null +-mkdir .tst 2>/dev/null +-if test -d .tst; then +- am__leading_dot=. +-else +- am__leading_dot=_ +-fi +-rmdir .tst 2>/dev/null +-AC_SUBST([am__leading_dot])]) +- +-# Check to see how 'make' treats includes. -*- Autoconf -*- +- +-# Copyright (C) 2001, 2002, 2003, 2005 Free Software Foundation, Inc. +-# +-# This file is free software; the Free Software Foundation +-# gives unlimited permission to copy and/or distribute it, +-# with or without modifications, as long as this notice is preserved. +- +-# serial 3 +- + # AM_MAKE_INCLUDE() + # ----------------- + # Check to see how make treats includes. +@@ -747,287 +12744,220 @@ AC_MSG_RESULT([$_am_result]) + rm -f confinc confmf + ]) + +-# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- + +-# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005 +-# Free Software Foundation, Inc. +-# +-# This file is free software; the Free Software Foundation +-# gives unlimited permission to copy and/or distribute it, +-# with or without modifications, as long as this notice is preserved. ++# Copyright 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. + +-# serial 5 ++# This program is free software; you can redistribute it and/or modify ++# it under the terms of the GNU General Public License as published by ++# the Free Software Foundation; either version 2, or (at your option) ++# any later version. + +-# AM_MISSING_PROG(NAME, PROGRAM) +-# ------------------------------ +-AC_DEFUN([AM_MISSING_PROG], +-[AC_REQUIRE([AM_MISSING_HAS_RUN]) +-$1=${$1-"${am_missing_run}$2"} +-AC_SUBST($1)]) ++# This program is distributed in the hope that it will be useful, ++# but WITHOUT ANY WARRANTY; without even the implied warranty of ++# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ++# GNU General Public License for more details. + ++# You should have received a copy of the GNU General Public License ++# along with this program; if not, write to the Free Software ++# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ++# 02111-1307, USA. + +-# AM_MISSING_HAS_RUN +-# ------------------ +-# Define MISSING if not defined so far and test if it supports --run. +-# If it does, set am_missing_run to use it, otherwise, to nothing. +-AC_DEFUN([AM_MISSING_HAS_RUN], +-[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl +-AC_REQUIRE_AUX_FILE([missing])dnl +-test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing" +-# Use eval to expand $SHELL +-if eval "$MISSING --run true"; then +- am_missing_run="$MISSING --run " +-else +- am_missing_run= +- AC_MSG_WARN([`missing' script is too old or missing]) +-fi +-]) ++# serial 3 + +-# Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +-# +-# This file is free software; the Free Software Foundation +-# gives unlimited permission to copy and/or distribute it, +-# with or without modifications, as long as this notice is preserved. ++AC_PREREQ(2.50) + +-# AM_PROG_MKDIR_P +-# --------------- +-# Check for `mkdir -p'. +-AC_DEFUN([AM_PROG_MKDIR_P], +-[AC_PREREQ([2.60])dnl +-AC_REQUIRE([AC_PROG_MKDIR_P])dnl +-dnl Automake 1.8 to 1.9.6 used to define mkdir_p. We now use MKDIR_P, +-dnl while keeping a definition of mkdir_p for backward compatibility. +-dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile. +-dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of +-dnl Makefile.ins that do not define MKDIR_P, so we do our own +-dnl adjustment using top_builddir (which is defined more often than +-dnl MKDIR_P). +-AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl +-case $mkdir_p in +- [[\\/$]]* | ?:[[\\/]]*) ;; +- */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; +-esac +-]) ++# AM_PROG_LEX ++# ----------- ++# Autoconf leaves LEX=: if lex or flex can't be found. Change that to a ++# "missing" invocation, for better error output. ++AC_DEFUN([AM_PROG_LEX], ++[AC_REQUIRE([AM_MISSING_HAS_RUN])dnl ++AC_REQUIRE([AC_PROG_LEX])dnl ++if test "$LEX" = :; then ++ LEX=${am_missing_run}flex ++fi]) + +-# Helper functions for option handling. -*- Autoconf -*- ++# Like AC_CONFIG_HEADER, but automatically create stamp file. -*- Autoconf -*- + +-# Copyright (C) 2001, 2002, 2003, 2005 Free Software Foundation, Inc. +-# +-# This file is free software; the Free Software Foundation +-# gives unlimited permission to copy and/or distribute it, +-# with or without modifications, as long as this notice is preserved. ++# Copyright 1996, 1997, 2000, 2001 Free Software Foundation, Inc. + +-# serial 3 ++# This program is free software; you can redistribute it and/or modify ++# it under the terms of the GNU General Public License as published by ++# the Free Software Foundation; either version 2, or (at your option) ++# any later version. + +-# _AM_MANGLE_OPTION(NAME) +-# ----------------------- +-AC_DEFUN([_AM_MANGLE_OPTION], +-[[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])]) ++# This program is distributed in the hope that it will be useful, ++# but WITHOUT ANY WARRANTY; without even the implied warranty of ++# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ++# GNU General Public License for more details. + +-# _AM_SET_OPTION(NAME) +-# ------------------------------ +-# Set option NAME. Presently that only means defining a flag for this option. +-AC_DEFUN([_AM_SET_OPTION], +-[m4_define(_AM_MANGLE_OPTION([$1]), 1)]) ++# You should have received a copy of the GNU General Public License ++# along with this program; if not, write to the Free Software ++# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ++# 02111-1307, USA. + +-# _AM_SET_OPTIONS(OPTIONS) +-# ---------------------------------- +-# OPTIONS is a space-separated list of Automake options. +-AC_DEFUN([_AM_SET_OPTIONS], +-[AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) ++AC_PREREQ([2.52]) + +-# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET]) +-# ------------------------------------------- +-# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. +-AC_DEFUN([_AM_IF_OPTION], +-[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) ++# serial 6 + +-# Check to make sure that the build environment is sane. -*- Autoconf -*- ++# AM_CONFIG_HEADER is obsolete. It has been replaced by AC_CONFIG_HEADERS. ++AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)]) + +-# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005 +-# Free Software Foundation, Inc. ++# pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*- ++# ++# Copyright © 2004 Scott James Remnant . + # +-# This file is free software; the Free Software Foundation +-# gives unlimited permission to copy and/or distribute it, +-# with or without modifications, as long as this notice is preserved. ++# This program is free software; you can redistribute it and/or modify ++# it under the terms of the GNU General Public License as published by ++# the Free Software Foundation; either version 2 of the License, or ++# (at your option) any later version. ++# ++# This program is distributed in the hope that it will be useful, but ++# WITHOUT ANY WARRANTY; without even the implied warranty of ++# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ++# General Public License for more details. ++# ++# You should have received a copy of the GNU General Public License ++# along with this program; if not, write to the Free Software ++# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. ++# ++# As a special exception to the GNU General Public License, if you ++# distribute this file as part of a program that contains a ++# configuration script generated by Autoconf, you may include it under ++# the same distribution terms that you use for the rest of that program. + +-# serial 4 ++# PKG_PROG_PKG_CONFIG([MIN-VERSION]) ++# ---------------------------------- ++AC_DEFUN([PKG_PROG_PKG_CONFIG], ++[m4_pattern_forbid([^_?PKG_[A-Z_]+$]) ++m4_pattern_allow([^PKG_CONFIG(_PATH)?$]) ++AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])dnl ++if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then ++ AC_PATH_TOOL([PKG_CONFIG], [pkg-config]) ++fi ++if test -n "$PKG_CONFIG"; then ++ _pkg_min_version=m4_default([$1], [0.9.0]) ++ AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version]) ++ if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then ++ AC_MSG_RESULT([yes]) ++ else ++ AC_MSG_RESULT([no]) ++ PKG_CONFIG="" ++ fi ++ ++fi[]dnl ++])# PKG_PROG_PKG_CONFIG + +-# AM_SANITY_CHECK +-# --------------- +-AC_DEFUN([AM_SANITY_CHECK], +-[AC_MSG_CHECKING([whether build environment is sane]) +-# Just in case +-sleep 1 +-echo timestamp > conftest.file +-# Do `set' in a subshell so we don't clobber the current shell's +-# arguments. Must try -L first in case configure is actually a +-# symlink; some systems play weird games with the mod time of symlinks +-# (eg FreeBSD returns the mod time of the symlink's containing +-# directory). +-if ( +- set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null` +- if test "$[*]" = "X"; then +- # -L didn't work. +- set X `ls -t $srcdir/configure conftest.file` +- fi +- rm -f conftest.file +- if test "$[*]" != "X $srcdir/configure conftest.file" \ +- && test "$[*]" != "X conftest.file $srcdir/configure"; then ++# PKG_CHECK_EXISTS(MODULES, [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) ++# ++# Check to see whether a particular set of modules exists. Similar ++# to PKG_CHECK_MODULES(), but does not set variables or print errors. ++# ++# ++# Similar to PKG_CHECK_MODULES, make sure that the first instance of ++# this or PKG_CHECK_MODULES is called, or make sure to call ++# PKG_CHECK_EXISTS manually ++# -------------------------------------------------------------- ++AC_DEFUN([PKG_CHECK_EXISTS], ++[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl ++if test -n "$PKG_CONFIG" && \ ++ AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then ++ m4_ifval([$2], [$2], [:]) ++m4_ifvaln([$3], [else ++ $3])dnl ++fi]) + +- # If neither matched, then we have a broken ls. This can happen +- # if, for instance, CONFIG_SHELL is bash and it inherits a +- # broken ls alias from the environment. This has actually +- # happened. Such a system could not be considered "sane". +- AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken +-alias in your environment]) +- fi + +- test "$[2]" = conftest.file +- ) +-then +- # Ok. +- : ++# _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES]) ++# --------------------------------------------- ++m4_define([_PKG_CONFIG], ++[if test -n "$PKG_CONFIG"; then ++ if test -n "$$1"; then ++ pkg_cv_[]$1="$$1" ++ else ++ PKG_CHECK_EXISTS([$3], ++ [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`], ++ [pkg_failed=yes]) ++ fi + else +- AC_MSG_ERROR([newly created file is older than distributed files! +-Check your system clock]) +-fi +-AC_MSG_RESULT(yes)]) ++ pkg_failed=untried ++fi[]dnl ++])# _PKG_CONFIG + +-# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. +-# +-# This file is free software; the Free Software Foundation +-# gives unlimited permission to copy and/or distribute it, +-# with or without modifications, as long as this notice is preserved. ++# _PKG_SHORT_ERRORS_SUPPORTED ++# ----------------------------- ++AC_DEFUN([_PKG_SHORT_ERRORS_SUPPORTED], ++[AC_REQUIRE([PKG_PROG_PKG_CONFIG]) ++if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then ++ _pkg_short_errors_supported=yes ++else ++ _pkg_short_errors_supported=no ++fi[]dnl ++])# _PKG_SHORT_ERRORS_SUPPORTED + +-# AM_PROG_INSTALL_STRIP +-# --------------------- +-# One issue with vendor `install' (even GNU) is that you can't +-# specify the program used to strip binaries. This is especially +-# annoying in cross-compiling environments, where the build's strip +-# is unlikely to handle the host's binaries. +-# Fortunately install-sh will honor a STRIPPROG variable, so we +-# always use install-sh in `make install-strip', and initialize +-# STRIPPROG with the value of the STRIP variable (set by the user). +-AC_DEFUN([AM_PROG_INSTALL_STRIP], +-[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl +-# Installed binaries are usually stripped using `strip' when the user +-# run `make install-strip'. However `strip' might not be the right +-# tool to use in cross-compilation environments, therefore Automake +-# will honor the `STRIP' environment variable to overrule this program. +-dnl Don't test for $cross_compiling = yes, because it might be `maybe'. +-if test "$cross_compiling" != no; then +- AC_CHECK_TOOL([STRIP], [strip], :) +-fi +-INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" +-AC_SUBST([INSTALL_STRIP_PROGRAM])]) + +-# Copyright (C) 2006 Free Software Foundation, Inc. ++# PKG_CHECK_MODULES(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND], ++# [ACTION-IF-NOT-FOUND]) + # +-# This file is free software; the Free Software Foundation +-# gives unlimited permission to copy and/or distribute it, +-# with or without modifications, as long as this notice is preserved. ++# ++# Note that if there is a possibility the first call to ++# PKG_CHECK_MODULES might not happen, you should be sure to include an ++# explicit call to PKG_PROG_PKG_CONFIG in your configure.ac ++# ++# ++# -------------------------------------------------------------- ++AC_DEFUN([PKG_CHECK_MODULES], ++[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl ++AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl ++AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl + +-# _AM_SUBST_NOTMAKE(VARIABLE) +-# --------------------------- +-# Prevent Automake from outputing VARIABLE = @VARIABLE@ in Makefile.in. +-# This macro is traced by Automake. +-AC_DEFUN([_AM_SUBST_NOTMAKE]) ++pkg_failed=no ++AC_MSG_CHECKING([for $1]) + +-# Check how to create a tarball. -*- Autoconf -*- ++_PKG_CONFIG([$1][_CFLAGS], [cflags], [$2]) ++_PKG_CONFIG([$1][_LIBS], [libs], [$2]) + +-# Copyright (C) 2004, 2005 Free Software Foundation, Inc. +-# +-# This file is free software; the Free Software Foundation +-# gives unlimited permission to copy and/or distribute it, +-# with or without modifications, as long as this notice is preserved. ++m4_define([_PKG_TEXT], [Alternatively, you may set the environment variables $1[]_CFLAGS ++and $1[]_LIBS to avoid the need to call pkg-config. ++See the pkg-config man page for more details.]) + +-# serial 2 ++if test $pkg_failed = yes; then ++ _PKG_SHORT_ERRORS_SUPPORTED ++ if test $_pkg_short_errors_supported = yes; then ++ $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$2"` ++ else ++ $1[]_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$2"` ++ fi ++ # Put the nasty error message in config.log where it belongs ++ echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD + +-# _AM_PROG_TAR(FORMAT) +-# -------------------- +-# Check how to create a tarball in format FORMAT. +-# FORMAT should be one of `v7', `ustar', or `pax'. +-# +-# Substitute a variable $(am__tar) that is a command +-# writing to stdout a FORMAT-tarball containing the directory +-# $tardir. +-# tardir=directory && $(am__tar) > result.tar +-# +-# Substitute a variable $(am__untar) that extract such +-# a tarball read from stdin. +-# $(am__untar) < result.tar +-AC_DEFUN([_AM_PROG_TAR], +-[# Always define AMTAR for backward compatibility. +-AM_MISSING_PROG([AMTAR], [tar]) +-m4_if([$1], [v7], +- [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'], +- [m4_case([$1], [ustar],, [pax],, +- [m4_fatal([Unknown tar format])]) +-AC_MSG_CHECKING([how to create a $1 tar archive]) +-# Loop over all known methods to create a tar archive until one works. +-_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' +-_am_tools=${am_cv_prog_tar_$1-$_am_tools} +-# Do not fold the above two line into one, because Tru64 sh and +-# Solaris sh will not grok spaces in the rhs of `-'. +-for _am_tool in $_am_tools +-do +- case $_am_tool in +- gnutar) +- for _am_tar in tar gnutar gtar; +- do +- AM_RUN_LOG([$_am_tar --version]) && break +- done +- am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' +- am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' +- am__untar="$_am_tar -xf -" +- ;; +- plaintar) +- # Must skip GNU tar: if it does not support --format= it doesn't create +- # ustar tarball either. +- (tar --version) >/dev/null 2>&1 && continue +- am__tar='tar chf - "$$tardir"' +- am__tar_='tar chf - "$tardir"' +- am__untar='tar xf -' +- ;; +- pax) +- am__tar='pax -L -x $1 -w "$$tardir"' +- am__tar_='pax -L -x $1 -w "$tardir"' +- am__untar='pax -r' +- ;; +- cpio) +- am__tar='find "$$tardir" -print | cpio -o -H $1 -L' +- am__tar_='find "$tardir" -print | cpio -o -H $1 -L' +- am__untar='cpio -i -H $1 -d' +- ;; +- none) +- am__tar=false +- am__tar_=false +- am__untar=false +- ;; +- esac ++ ifelse([$4], , [AC_MSG_ERROR(dnl ++[Package requirements ($2) were not met: + +- # If the value was cached, stop now. We just wanted to have am__tar +- # and am__untar set. +- test -n "${am_cv_prog_tar_$1}" && break ++$$1_PKG_ERRORS + +- # tar/untar a dummy directory, and stop if the command works +- rm -rf conftest.dir +- mkdir conftest.dir +- echo GrepMe > conftest.dir/file +- AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar]) +- rm -rf conftest.dir +- if test -s conftest.tar; then +- AM_RUN_LOG([$am__untar /dev/null 2>&1 && break +- fi +-done +-rm -rf conftest.dir ++Consider adjusting the PKG_CONFIG_PATH environment variable if you ++installed software in a non-standard prefix. + +-AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool]) +-AC_MSG_RESULT([$am_cv_prog_tar_$1])]) +-AC_SUBST([am__tar]) +-AC_SUBST([am__untar]) +-]) # _AM_PROG_TAR ++_PKG_TEXT ++])], ++ [AC_MSG_RESULT([no]) ++ $4]) ++elif test $pkg_failed = untried; then ++ ifelse([$4], , [AC_MSG_FAILURE(dnl ++[The pkg-config script could not be found or is too old. Make sure it ++is in your PATH or set the PKG_CONFIG environment variable to the full ++path to pkg-config. ++ ++_PKG_TEXT ++ ++To get pkg-config, see .])], ++ [$4]) ++else ++ $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS ++ $1[]_LIBS=$pkg_cv_[]$1[]_LIBS ++ AC_MSG_RESULT([yes]) ++ ifelse([$3], , :, [$3]) ++fi[]dnl ++])# PKG_CHECK_MODULES + +-m4_include([acinclude.m4]) +diff --git a/configure.in b/configure.in +index ca0b183..31a7116 100644 +--- a/configure.in ++++ b/configure.in +@@ -40,7 +40,7 @@ dnl Perform program name transformation + AC_ARG_PROGRAM + + dnl Automake doc recommends to do this only here. (Janos) +-AM_INIT_AUTOMAKE(ktorrent, 2.2.6) dnl searches for some needed programs ++AM_INIT_AUTOMAKE(ktorrent, 2.2.8) dnl searches for some needed programs + + KDE_SET_PREFIX + +diff --git a/configure.in.in b/configure.in.in +index 56cc979..fae7ea7 100644 +--- a/configure.in.in ++++ b/configure.in.in +@@ -1,6 +1,6 @@ + #MIN_CONFIG(3.3) + +-AM_INIT_AUTOMAKE(ktorrent,2.2.6) ++AM_INIT_AUTOMAKE(ktorrent,2.2.8) + + dnl #### Check for FSEEK variants + AC_SYS_LARGEFILE +diff --git a/libktorrent/ktversion.h b/libktorrent/ktversion.h +index ffe3dbe..494b1be 100644 +--- a/libktorrent/ktversion.h ++++ b/libktorrent/ktversion.h +@@ -27,10 +27,10 @@ namespace kt + { + const bt::Uint32 MAJOR = 2; + const bt::Uint32 MINOR = 2; +- const char VERSION_STRING[] = "2.2.6"; +- const char PEER_ID[] = "-KT2260-"; ++ const char VERSION_STRING[] = "2.2.8"; ++ const char PEER_ID[] = "-KT2280-"; + } + +-#define KT_VERSION_MACRO "2.2.6" ++#define KT_VERSION_MACRO "2.2.8" + + #endif +diff --git a/libktorrent/torrent/queuemanager.cpp b/libktorrent/torrent/queuemanager.cpp +index 0c76b8a..bf64a2e 100644 +--- a/libktorrent/torrent/queuemanager.cpp ++++ b/libktorrent/torrent/queuemanager.cpp +@@ -49,6 +49,7 @@ namespace bt + + keep_seeding = true; //test. Will be passed from Core + paused_state = false; ++ ordering = false; + } + + +@@ -439,11 +440,13 @@ namespace bt + + void QueueManager::orderQueue() + { +- if (!downloads.count()) ++ if (!downloads.count() || ordering) + return; + + if (paused_state || exiting) + return; ++ ++ ordering = true; + + downloads.sort(); + +@@ -584,7 +587,7 @@ namespace bt + } + } + } +- ++ ordering = false; + } + + void QueueManager::torrentFinished(kt::TorrentInterface* tc) +diff --git a/libktorrent/torrent/queuemanager.h b/libktorrent/torrent/queuemanager.h +index e49ad44..a51e9ec 100644 +--- a/libktorrent/torrent/queuemanager.h ++++ b/libktorrent/torrent/queuemanager.h +@@ -169,6 +169,7 @@ namespace bt + bool paused_state; + bool keep_seeding; + bool exiting; ++ bool ordering; + }; + } + #endif +diff --git a/libktorrent/util/sha1hashgen.cpp b/libktorrent/util/sha1hashgen.cpp +index 5c0d9f5..bacca62 100644 +--- a/libktorrent/util/sha1hashgen.cpp ++++ b/libktorrent/util/sha1hashgen.cpp +@@ -139,12 +139,11 @@ namespace bt + { + if (i < 16) + { +- w[i] = ntohl(*(const Uint32*)(chunk + (4*i))); +- /* w[i] = (chunk[4*i] << 24) | ++ // w[i] = ntohl(*(const Uint32*)(chunk + (4*i))); <- crashes on sparc ++ w[i] = (chunk[4*i] << 24) | + (chunk[4*i + 1] << 16) | + (chunk[4*i + 2] << 8) | + chunk[4*i + 3]; +- */ + } + else + { +diff --git a/plugins/infowidget/geoip/geoip.dat b/plugins/infowidget/geoip/geoip.dat +index 11f1f6b..1f7ca0f 100644 +Binary files a/plugins/infowidget/geoip/geoip.dat and b/plugins/infowidget/geoip/geoip.dat differ +diff --git a/plugins/rssfeed/rssfeed.cpp b/plugins/rssfeed/rssfeed.cpp +index a067edd..119b9b2 100644 +--- a/plugins/rssfeed/rssfeed.cpp ++++ b/plugins/rssfeed/rssfeed.cpp +@@ -195,11 +195,18 @@ namespace kt + + if (file.exists()) + { +- file.open( IO_ReadOnly ); ++ try ++ { ++ file.open( IO_ReadOnly ); + TQDataStream in(&file); + +- in >> m_articles; +- emit articlesChanged( m_articles ); ++ in >> m_articles; ++ emit articlesChanged( m_articles ); ++ } ++ catch (...) ++ { ++ m_articles.clear(); ++ } + } + } + +diff --git a/plugins/stats/ChartDrawer.h b/plugins/stats/ChartDrawer.h +index 912d153..3dc2f48 100644 +--- a/plugins/stats/ChartDrawer.h ++++ b/plugins/stats/ChartDrawer.h +@@ -23,6 +23,8 @@ + + #include + ++#include //uint32_t, int64_t ++ + #include + #include + #include +diff --git a/plugins/webinterface/httpserver.cpp b/plugins/webinterface/httpserver.cpp +index 4d582a7..c85b7f1 100644 +--- a/plugins/webinterface/httpserver.cpp ++++ b/plugins/webinterface/httpserver.cpp +@@ -433,6 +433,14 @@ namespace kt + const char* ptr = data.data(); + Uint32 len = data.size(); + int pos = TQString(data).find("\r\n\r\n"); ++ ++ if (!session.logged_in || !checkSession(hdr)) ++ { ++ // You can't post torrents if you are not logged in ++ // or the session is not OK ++ redirectToLoginPage(hdlr); ++ return; ++ } + + if (pos == -1 || pos + 4 >= len || ptr[pos + 4] != 'd') + { +diff --git a/plugins/webinterface/php_handler.cpp b/plugins/webinterface/php_handler.cpp +index d2c2f55..cd8fd63 100644 +--- a/plugins/webinterface/php_handler.cpp ++++ b/plugins/webinterface/php_handler.cpp +@@ -82,7 +82,9 @@ namespace kt + + for ( it = args.begin(); it != args.end(); ++it ) + { +- ts << TQString("$_REQUEST['%1']=\"%2\";\n").arg(it.key()).arg(it.data()); ++ // Check for string delimiters, don't want PHP injection attacks ++ if (!containsDelimiters(it.key()) && !containsDelimiters(it.data())) ++ ts << TQString("$_REQUEST['%1']=\"%2\";\n").arg(it.key()).arg(it.data()); + } + ts.writeRawBytes(php_s.data() + off,php_s.size() - off); // the rest of the script + ts << flush; +@@ -98,6 +100,11 @@ namespace kt + #endif + return launch(data); + } ++ ++ bool PhpHandler::containsDelimiters(const QString & str) ++ { ++ return str.contains("\"") || str.contains("'"); ++ } + + void PhpHandler::onExited() + { +diff --git a/plugins/webinterface/php_handler.h b/plugins/webinterface/php_handler.h +index 9644ad2..37a87e6 100644 +--- a/plugins/webinterface/php_handler.h ++++ b/plugins/webinterface/php_handler.h +@@ -46,6 +46,9 @@ namespace kt + + signals: + void finished(); ++ ++ private: ++ bool containsDelimiters(const QString & str); + + private: + TQByteArray output; +diff --git a/translations/ar/messages/ktorrent.po b/translations/ar/messages/ktorrent.po +index df3779c..bdc5048 100644 +--- a/translations/ar/messages/ktorrent.po ++++ b/translations/ar/messages/ktorrent.po +@@ -4,7 +4,7 @@ + msgid "" + msgstr "" + "Project-Id-Version: ktorrent\n" +-"POT-Creation-Date: 2008-04-18 19:40+0200\n" ++"POT-Creation-Date: 2008-07-08 22:20+0200\n" + "PO-Revision-Date: 2006-12-21 15:38+0100\n" + "Last-Translator: محمد سعد Mohamed SAAD \n" + "Language-Team: Arabic \n" +@@ -18,7 +18,7 @@ msgid "No incoming connections (possibly firewalled)" + msgstr "" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 42 +-#: apps/ktorrent/ktorrent.cpp:184 rc.cpp:345 rc.cpp:383 rc.cpp:1019 ++#: apps/ktorrent/ktorrent.cpp:184 rc.cpp:336 rc.cpp:369 rc.cpp:989 + #, no-c-format + msgid "Info" + msgstr "المعلومات" +@@ -187,7 +187,7 @@ msgstr "" + #. i18n: file ./apps/ktorrent/ktorrentui.rc line 9 + #: apps/ktorrent/groups/downloadgroup.cpp:27 + #: apps/ktorrent/groups/groupmanager.h:57 apps/ktorrent/pref.cpp:147 +-#: apps/ktorrent/viewmanager.cpp:62 rc.cpp:138 rc.cpp:342 ++#: apps/ktorrent/viewmanager.cpp:62 rc.cpp:132 rc.cpp:333 + #, no-c-format + msgid "Downloads" + msgstr "المنزلة" +@@ -303,7 +303,7 @@ msgid "Document to open" + msgstr "المستند لفتحه" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 59 +-#: apps/ktorrent/main.cpp:120 rc.cpp:553 ++#: apps/ktorrent/main.cpp:120 rc.cpp:532 + #, no-c-format + msgid "KTorrent" + msgstr "" +@@ -581,7 +581,7 @@ msgstr "مصادر نظير إضافية" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 85 + #: apps/ktorrent/ktorrentviewmenu.cpp:66 plugins/infowidget/peerview.cpp:221 +-#: rc.cpp:77 rc.cpp:1256 rc.cpp:1307 ++#: rc.cpp:75 rc.cpp:1208 rc.cpp:1259 + #, no-c-format + msgid "DHT" + msgstr "" +@@ -625,7 +625,7 @@ msgid "Add to Group" + msgstr "أضف إلى المجموعة" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 16 +-#: apps/ktorrent/ktorrentviewmenu.cpp:100 rc.cpp:147 ++#: apps/ktorrent/ktorrentviewmenu.cpp:100 rc.cpp:141 + #, fuzzy, no-c-format + msgid "Speed Limits" + msgstr "حدّ السرعة بِـ ك. بايت/ث" +@@ -643,7 +643,7 @@ msgid "Malformed IP address." + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 311 +-#: apps/ktorrent/pref.cpp:58 rc.cpp:282 ++#: apps/ktorrent/pref.cpp:58 rc.cpp:273 + #, no-c-format + msgid "Preferences" + msgstr "التفضيلات" +@@ -677,7 +677,7 @@ msgid "Advanced" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 27 +-#: apps/ktorrent/pref.cpp:411 rc.cpp:540 ++#: apps/ktorrent/pref.cpp:411 rc.cpp:519 + #, no-c-format + msgid "Advanced Options" + msgstr "الخيارات المتقدمة" +@@ -688,7 +688,7 @@ msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 16 + #: apps/ktorrent/ktorrentview.cpp:135 +-#: plugins/infowidget/infowidgetplugin.cpp:76 rc.cpp:1016 ++#: plugins/infowidget/infowidgetplugin.cpp:76 rc.cpp:986 + #, no-c-format + msgid "Status" + msgstr "الحالة" +@@ -710,7 +710,7 @@ msgstr "" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 313 + #: apps/ktorrent/ktorrentview.cpp:139 plugins/infowidget/peerview.cpp:216 +-#: rc.cpp:1010 ++#: rc.cpp:980 + #, no-c-format + msgid "Down Speed" + msgstr "سرعة التنزيل" +@@ -830,7 +830,7 @@ msgid "User" + msgstr "المستخدم" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 24 +-#: apps/ktorrent/queuedialog.cpp:75 rc.cpp:249 ++#: apps/ktorrent/queuedialog.cpp:75 rc.cpp:240 + #, no-c-format + msgid "Queue Manager" + msgstr "مسيير صف الإنتظار" +@@ -1022,8 +1022,8 @@ msgid "Start torrent" + msgstr "أنشئ سيل" + + #. i18n: file ./apps/ktorrent/fileselectdlgbase.ui line 160 +-#: plugins/infowidget/fileview.cpp:49 rc.cpp:27 rc.cpp:1244 rc.cpp:1259 +-#: rc.cpp:1349 rc.cpp:1439 ++#: plugins/infowidget/fileview.cpp:49 rc.cpp:27 rc.cpp:1196 rc.cpp:1211 ++#: rc.cpp:1301 rc.cpp:1385 + #, no-c-format + msgid "Download" + msgstr "نزّل" +@@ -1077,13 +1077,13 @@ msgid "Encryption" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 58 +-#: rc.cpp:64 rc.cpp:787 ++#: rc.cpp:63 rc.cpp:764 + #, no-c-format + msgid "Use protocol encryption" + msgstr "إستعمل تشفير الميفاق" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 64 +-#: rc.cpp:68 ++#: rc.cpp:66 + #, no-c-format + msgid "" + "Protocol encryption is used to prevent ISP's from slowing down bittorrent " +@@ -1091,20 +1091,20 @@ msgid "" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 72 +-#: rc.cpp:71 rc.cpp:790 ++#: rc.cpp:69 rc.cpp:767 + #, no-c-format + msgid "Allow unencrypted connections" + msgstr "إسمح بلإتصالات غير المشفرة" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 75 +-#: rc.cpp:74 ++#: rc.cpp:72 + #, no-c-format + msgid "" + "If unchecked, you'll be able to connect only to clients supporting encryption." + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 88 +-#: rc.cpp:80 ++#: rc.cpp:78 + #, no-c-format + msgid "" + "Distributed Hash Table protocol." +@@ -1112,169 +1112,169 @@ msgid "" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 99 +-#: rc.cpp:83 ++#: rc.cpp:81 + #, no-c-format + msgid "&Use DHT to get additional peers" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 118 +-#: rc.cpp:87 ++#: rc.cpp:84 + #, no-c-format + msgid "UDP port for DHT communication:" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 161 +-#: rc.cpp:90 ++#: rc.cpp:87 + #, no-c-format + msgid "Custom IP" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 172 +-#: rc.cpp:93 ++#: rc.cpp:90 + #, no-c-format + msgid "Se&nd the tracker a custom IP address or hostname" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 188 +-#: rc.cpp:96 ++#: rc.cpp:93 + #, no-c-format + msgid "Custom IP address or hostname:" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 205 +-#: rc.cpp:99 ++#: rc.cpp:96 + #, no-c-format + msgid "System Tray Icon" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 216 +-#: rc.cpp:102 ++#: rc.cpp:99 + #, no-c-format + msgid "Show s&ystem tray icon" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 224 +-#: rc.cpp:105 ++#: rc.cpp:102 + #, no-c-format + msgid "Show speed &bar in tray icon" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 232 +-#: rc.cpp:108 ++#: rc.cpp:105 + #, no-c-format + msgid "Show system tray popup messages" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 251 +-#: rc.cpp:112 ++#: rc.cpp:108 + #, no-c-format + msgid "Upload bandwidth (in KB/sec):" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 276 +-#: rc.cpp:115 ++#: rc.cpp:111 + #, no-c-format + msgid "Download bandwidth (in KB/sec):" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 305 +-#: rc.cpp:118 ++#: rc.cpp:114 + #, no-c-format + msgid "Folders" + msgstr "المجلّدات" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 324 +-#: rc.cpp:121 ++#: rc.cpp:117 + #, no-c-format + msgid "Folder to store temporary files:" + msgstr "المجلّد حيث يتم حفظ الملفات المؤقتة:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 342 +-#: rc.cpp:124 ++#: rc.cpp:120 + #, no-c-format + msgid "Move completed downloads to:" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 353 +-#: rc.cpp:128 ++#: rc.cpp:123 + #, no-c-format + msgid "&Automatically save downloads to:" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 395 +-#: rc.cpp:131 ++#: rc.cpp:126 + #, fuzzy, no-c-format + msgid "Copy .torrent files to:" + msgstr "ملفات السيول" + + #. i18n: file ./apps/ktorrent/ktorrentui.rc line 34 +-#: rc.cpp:144 ++#: rc.cpp:138 + #, no-c-format + msgid "Download Toolbar" + msgstr "شريط أدوات التنزيل" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 27 +-#: rc.cpp:150 ++#: rc.cpp:144 + #, no-c-format + msgid "Set the speed limits for torrent" + msgstr "" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 51 +-#: rc.cpp:153 ++#: rc.cpp:147 + #, fuzzy, no-c-format + msgid "Max upload rate:" + msgstr "النسبة الأقصى:" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 59 +-#: rc.cpp:156 ++#: rc.cpp:150 + #, fuzzy, no-c-format + msgid "Max download rate:" + msgstr "عدد التنزيلات الأقصى:" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 97 +-#: rc.cpp:159 rc.cpp:162 ++#: rc.cpp:153 rc.cpp:156 + #, fuzzy, no-c-format + msgid "KB/s (0 is no limit)" + msgstr "ك. بايت/ث ( 0 يعني لا حدّ )" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 16 +-#: rc.cpp:171 ++#: rc.cpp:165 + #, no-c-format + msgid "Add potential peer" + msgstr "أضف نظير محتمل" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 35 +-#: rc.cpp:174 ++#: rc.cpp:168 + #, no-c-format + msgid "Peer IP:" + msgstr "عنوان ميفاق الإنترنت للنظير:" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 43 +-#: rc.cpp:177 rc.cpp:208 ++#: rc.cpp:171 rc.cpp:201 + #, no-c-format + msgid "127.0.0.1" + msgstr "127.0.0.1" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 51 +-#: rc.cpp:180 rc.cpp:288 rc.cpp:525 rc.cpp:931 ++#: rc.cpp:174 rc.cpp:279 rc.cpp:504 rc.cpp:908 + #, no-c-format + msgid "Port:" + msgstr "المنفذ:" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 100 +-#: rc.cpp:183 ++#: rc.cpp:177 + #, no-c-format + msgid "Enter peer IP and port." + msgstr "أدخل عنوان ميفاق الإنترنت و المنفذ للنظير." + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 16 +-#: rc.cpp:193 ++#: rc.cpp:186 + #, no-c-format + msgid "KTorrent Blacklist" + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 30 +-#: rc.cpp:196 ++#: rc.cpp:189 + #, no-c-format + msgid "" + "Note: Blacklist applies to current session only. Use save/open to save your " +@@ -1282,187 +1282,187 @@ msgid "" + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 41 +-#: rc.cpp:199 ++#: rc.cpp:192 + #, no-c-format + msgid "Banned Peers" + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 50 +-#: rc.cpp:202 ++#: rc.cpp:195 + #, no-c-format + msgid "Peer IP address" + msgstr "عنوان ميفاق الإنترنت للنظير" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 96 +-#: rc.cpp:205 ++#: rc.cpp:198 + #, no-c-format + msgid "Add peer:" + msgstr "أضف النظير:" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 134 +-#: rc.cpp:215 ++#: rc.cpp:207 + #, no-c-format + msgid "Adds a peer to blacklist" + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 168 +-#: rc.cpp:222 ++#: rc.cpp:213 + #, no-c-format + msgid "Removes selected peer from blacklist" + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 176 +-#: rc.cpp:225 ++#: rc.cpp:216 + #, no-c-format + msgid "C&lear" + msgstr "&أمحي" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 182 +-#: rc.cpp:228 ++#: rc.cpp:219 + #, no-c-format + msgid "Clears this list" + msgstr "يمحي هذه اللائحة" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 218 +-#: rc.cpp:234 ++#: rc.cpp:225 + #, no-c-format + msgid "Save &As..." + msgstr "إحفظ &كـ..." + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 224 +-#: rc.cpp:237 ++#: rc.cpp:228 + #, no-c-format + msgid "Save this blacklist to use with KTorrent IPFilter plugin" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 59 +-#: rc.cpp:252 ++#: rc.cpp:243 + #, no-c-format + msgid "Maximum downloads:" + msgstr "عدد التنزيلات الأقصى:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 86 +-#: rc.cpp:255 ++#: rc.cpp:246 + #, no-c-format + msgid "Maximum seeds:" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 94 +-#: rc.cpp:258 ++#: rc.cpp:249 + #, no-c-format + msgid "Start download on low disk space :" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 102 +-#: rc.cpp:261 ++#: rc.cpp:252 + #, no-c-format + msgid "Minimum disk space:" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 140 +-#: rc.cpp:264 ++#: rc.cpp:255 + #, no-c-format + msgid "Don't start" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 145 +-#: rc.cpp:267 ++#: rc.cpp:258 + #, no-c-format + msgid "Always ask" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 150 +-#: rc.cpp:270 ++#: rc.cpp:261 + #, no-c-format + msgid "Force start" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 208 +-#: rc.cpp:273 ++#: rc.cpp:264 + #, no-c-format + msgid "MB" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 236 +-#: rc.cpp:276 rc.cpp:279 rc.cpp:312 rc.cpp:315 rc.cpp:324 ++#: rc.cpp:267 rc.cpp:270 rc.cpp:303 rc.cpp:306 rc.cpp:315 + #, no-c-format + msgid "(0 is no limit)" + msgstr "( 0 يعني لا حدّ )" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 330 +-#: rc.cpp:285 ++#: rc.cpp:276 + #, no-c-format + msgid "Maximum download rate:" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 346 +-#: rc.cpp:291 ++#: rc.cpp:282 + #, fuzzy, no-c-format + msgid "Global connection limit:" + msgstr "حدّ الإتصال الإجمالي" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 354 +-#: rc.cpp:294 ++#: rc.cpp:285 + #, fuzzy, no-c-format + msgid "Max seed time:" + msgstr "عدد التنزيلات الأقصى:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 370 +-#: rc.cpp:297 ++#: rc.cpp:288 + #, no-c-format + msgid "Maximum connections per torrent:" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 397 +-#: rc.cpp:300 ++#: rc.cpp:291 + #, no-c-format + msgid "Number of upload slots:" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 405 +-#: rc.cpp:303 ++#: rc.cpp:294 + #, no-c-format + msgid "UDP tracker port:" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 413 +-#: rc.cpp:306 ++#: rc.cpp:297 + #, no-c-format + msgid "Max share ratio:" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 421 +-#: rc.cpp:309 ++#: rc.cpp:300 + #, no-c-format + msgid "Maximum upload rate:" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 576 +-#: rc.cpp:318 rc.cpp:321 ++#: rc.cpp:309 rc.cpp:312 + #, no-c-format + msgid "KB/sec (0 is no limit)" + msgstr "ك. بايت/ث ( 0 يعني لا حدّ )" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 651 +-#: rc.cpp:327 ++#: rc.cpp:318 + #, fuzzy, no-c-format + msgid "Hours (0 is no limit)" + msgstr "( 0 يعني لا حدّ )" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 663 +-#: rc.cpp:330 ++#: rc.cpp:321 + #, no-c-format + msgid "&Keep seeding after download is finished" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 674 +-#: rc.cpp:333 ++#: rc.cpp:324 + #, no-c-format + msgid "Attention" + msgstr "إنتباه" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 685 +-#: rc.cpp:336 ++#: rc.cpp:327 + #, no-c-format + msgid "" + "The above ports must also be forwarded if you are behind a router. The UPnP " +@@ -1470,283 +1470,283 @@ msgid "" + msgstr "" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 16 +-#: rc.cpp:339 ++#: rc.cpp:330 + #, no-c-format + msgid "KT Queue Dialog" + msgstr "" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 69 +-#: rc.cpp:348 rc.cpp:386 rc.cpp:1107 ++#: rc.cpp:339 rc.cpp:372 rc.cpp:1067 + #, no-c-format + msgid "Status:" + msgstr "الحالة:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 85 +-#: rc.cpp:351 rc.cpp:389 rc.cpp:1808 ++#: rc.cpp:342 rc.cpp:375 rc.cpp:1751 + #, no-c-format + msgid "Tracker:" + msgstr "" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 93 +-#: rc.cpp:354 rc.cpp:392 rc.cpp:1805 ++#: rc.cpp:345 rc.cpp:378 rc.cpp:1748 + #, no-c-format + msgid "DHT:" + msgstr "" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 109 +-#: rc.cpp:357 rc.cpp:395 rc.cpp:1061 ++#: rc.cpp:348 rc.cpp:381 rc.cpp:1025 + #, no-c-format + msgid "Share ratio:" + msgstr "" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 117 +-#: rc.cpp:360 ++#: rc.cpp:351 + #, no-c-format + msgid "Bytes left:" + msgstr "البايتات المتبقية:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 177 +-#: rc.cpp:368 rc.cpp:377 ++#: rc.cpp:354 rc.cpp:363 + #, no-c-format + msgid "Torrent" + msgstr "السيل" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 188 +-#: rc.cpp:371 rc.cpp:380 ++#: rc.cpp:357 rc.cpp:366 + #, no-c-format + msgid "Controlled by" + msgstr "" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 214 +-#: rc.cpp:374 ++#: rc.cpp:360 + #, no-c-format + msgid "Upload&s" + msgstr "" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 333 +-#: rc.cpp:398 ++#: rc.cpp:384 + #, no-c-format + msgid "Uploaded:" + msgstr "" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 486 +-#: rc.cpp:406 ++#: rc.cpp:387 + #, no-c-format + msgid "M&ove up" + msgstr "أ&نقل للإعلى" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 494 +-#: rc.cpp:409 ++#: rc.cpp:390 + #, no-c-format + msgid "Move dow&n" + msgstr "أنقل للأ&سفل" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 519 +-#: rc.cpp:412 ++#: rc.cpp:393 + #, fuzzy, no-c-format + msgid "Move to top" + msgstr "أ&نقل للإعلى" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 530 +-#: rc.cpp:416 ++#: rc.cpp:396 + #, no-c-format + msgid "Move to &bottom" + msgstr "" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 555 +-#: rc.cpp:419 ++#: rc.cpp:399 + #, no-c-format + msgid "&QM Controlled" + msgstr "" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 563 +-#: rc.cpp:422 ++#: rc.cpp:402 + #, no-c-format + msgid "&User Controlled" + msgstr "" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 30 +-#: rc.cpp:434 ++#: rc.cpp:414 + #, no-c-format + msgid "Paste URL" + msgstr "" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 52 +-#: rc.cpp:437 rc.cpp:1104 rc.cpp:1919 ++#: rc.cpp:417 rc.cpp:1064 rc.cpp:1859 + #, no-c-format + msgid "URL:" + msgstr "" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 106 +-#: rc.cpp:440 ++#: rc.cpp:420 + #, no-c-format + msgid "O&K" + msgstr "&موافق" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 114 +-#: rc.cpp:443 rc.cpp:675 rc.cpp:1176 ++#: rc.cpp:423 rc.cpp:653 rc.cpp:1128 + #, no-c-format + msgid "C&ancel" + msgstr "إ&لغاء" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 16 +-#: rc.cpp:446 ++#: rc.cpp:426 + #, no-c-format + msgid "Create Torrent" + msgstr "أنشئ سيل" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 38 +-#: rc.cpp:449 ++#: rc.cpp:429 + #, no-c-format + msgid "The file or folder of which you want to create a torrent:" + msgstr "" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 53 +-#: rc.cpp:452 ++#: rc.cpp:432 + #, no-c-format + msgid "You must add at least one tracker or node." + msgstr "" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 61 +-#: rc.cpp:455 ++#: rc.cpp:435 + #, no-c-format + msgid "File Options" + msgstr "خيارات الملف" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 80 +-#: rc.cpp:458 ++#: rc.cpp:438 + #, no-c-format + msgid "Size of each chunk:" + msgstr "" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 86 +-#: rc.cpp:461 ++#: rc.cpp:441 + #, no-c-format + msgid "32" + msgstr "32" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 91 +-#: rc.cpp:464 ++#: rc.cpp:444 + #, no-c-format + msgid "64" + msgstr "64" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 96 +-#: rc.cpp:467 ++#: rc.cpp:447 + #, no-c-format + msgid "128" + msgstr "128" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 101 +-#: rc.cpp:470 ++#: rc.cpp:450 + #, no-c-format + msgid "256" + msgstr "256" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 106 +-#: rc.cpp:473 ++#: rc.cpp:453 + #, no-c-format + msgid "512" + msgstr "512" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 111 +-#: rc.cpp:476 ++#: rc.cpp:456 + #, no-c-format + msgid "1024" + msgstr "1024" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 116 +-#: rc.cpp:479 ++#: rc.cpp:459 + #, no-c-format + msgid "2048" + msgstr "2048" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 121 +-#: rc.cpp:482 ++#: rc.cpp:462 + #, no-c-format + msgid "4096" + msgstr "4096" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 126 +-#: rc.cpp:485 ++#: rc.cpp:465 + #, no-c-format + msgid "8192" + msgstr "8192" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 138 +-#: rc.cpp:488 rc.cpp:633 ++#: rc.cpp:468 rc.cpp:611 + #, no-c-format + msgid "KB" + msgstr "ك. بايت" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 165 +-#: rc.cpp:491 ++#: rc.cpp:471 + #, no-c-format + msgid "Start seedin&g the torrent" + msgstr "" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 176 +-#: rc.cpp:494 ++#: rc.cpp:474 + #, no-c-format + msgid "Decentrali&zed (DHT only)" + msgstr "" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 184 +-#: rc.cpp:497 ++#: rc.cpp:477 + #, no-c-format + msgid "Private torrent (DHT not allowed)" + msgstr "" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 202 +-#: rc.cpp:500 ++#: rc.cpp:480 + #, no-c-format + msgid "Comments:" + msgstr "الملاحظات:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 248 +-#: rc.cpp:503 ++#: rc.cpp:483 + #, fuzzy, no-c-format + msgid "&Create" + msgstr "أن&شئ" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 262 +-#: rc.cpp:506 rc.cpp:1325 ++#: rc.cpp:486 rc.cpp:1277 + #, no-c-format + msgid "Ca&ncel" + msgstr "أ&لغي" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 275 +-#: plugins/infowidget/infowidgetplugin.cpp:214 rc.cpp:509 rc.cpp:1101 ++#: plugins/infowidget/infowidgetplugin.cpp:214 rc.cpp:489 rc.cpp:1061 + #, no-c-format + msgid "Trackers" + msgstr "" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 283 +-#: rc.cpp:512 ++#: rc.cpp:492 + #, no-c-format + msgid "DHT nodes" + msgstr "" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 333 +-#: rc.cpp:522 ++#: rc.cpp:501 + #, fuzzy, no-c-format + msgid "Node:" + msgstr "لا شيئ" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 385 +-#: rc.cpp:528 ++#: rc.cpp:507 + #, no-c-format + msgid "IP or hostname" + msgstr "" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 396 +-#: rc.cpp:531 rc.cpp:718 rc.cpp:721 ++#: rc.cpp:510 rc.cpp:695 rc.cpp:698 + #, no-c-format + msgid "Port" + msgstr "" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 437 +-#: rc.cpp:534 ++#: rc.cpp:513 + #, no-c-format + msgid "" + "NOTE: Some known good DHT nodes are already inserted. You should probably " +@@ -1754,19 +1754,19 @@ msgid "" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 16 +-#: rc.cpp:537 ++#: rc.cpp:516 + #, no-c-format + msgid "Advanced Preferences" + msgstr "التفضيلات المتقدمة" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 46 +-#: rc.cpp:543 ++#: rc.cpp:522 + #, no-c-format + msgid "Time left estimation algorithm:" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 53 +-#: rc.cpp:546 rc.cpp:568 ++#: rc.cpp:525 rc.cpp:547 + #, no-c-format + msgid "" + "KTorrent algorithm: Default algorithm using combination of other " +@@ -1782,427 +1782,427 @@ msgid "" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 64 +-#: rc.cpp:556 ++#: rc.cpp:535 + #, fuzzy, no-c-format + msgid "Current speed" + msgstr "محرك البحث الحالي" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 69 +-#: rc.cpp:559 ++#: rc.cpp:538 + #, no-c-format + msgid "Global average speed" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 74 +-#: rc.cpp:562 ++#: rc.cpp:541 + #, no-c-format + msgid "Window of X" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 79 +-#: rc.cpp:565 ++#: rc.cpp:544 + #, no-c-format + msgid "Moving average" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 98 +-#: rc.cpp:575 ++#: rc.cpp:554 + #, no-c-format + msgid "(takes effect after restart)" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 125 +-#: rc.cpp:578 ++#: rc.cpp:557 + #, no-c-format + msgid "Disa&ble diskspace preallocation" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 141 +-#: rc.cpp:581 ++#: rc.cpp:560 + #, no-c-format + msgid "F&ully preallocate diskspace (avoids fragmentation)" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 147 +-#: rc.cpp:584 ++#: rc.cpp:563 + #, no-c-format + msgid "Basic (slow)" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 152 +-#: rc.cpp:587 ++#: rc.cpp:566 + #, no-c-format + msgid "Filesystem specific" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 174 +-#: rc.cpp:590 ++#: rc.cpp:569 + #, no-c-format + msgid "Performance" + msgstr "الإداء" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 193 +-#: rc.cpp:593 ++#: rc.cpp:572 + #, no-c-format + msgid "Memory usage:" + msgstr "إستعمال الذاكرة:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 199 +-#: rc.cpp:596 ++#: rc.cpp:575 + #, no-c-format + msgid "Low" + msgstr "منخفض" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 204 +-#: rc.cpp:599 ++#: rc.cpp:578 + #, no-c-format + msgid "Medium" + msgstr "متوسط" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 209 +-#: rc.cpp:602 ++#: rc.cpp:581 + #, no-c-format + msgid "High" + msgstr "عالي" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 248 +-#: rc.cpp:605 ++#: rc.cpp:584 + #, no-c-format + msgid "GUI update interval:" + msgstr "فترة تحديث واجهة المستخدم الرسزمية:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 254 +-#: rc.cpp:608 ++#: rc.cpp:587 + #, no-c-format + msgid "500ms" + msgstr "500 ملي ث" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 259 +-#: rc.cpp:611 ++#: rc.cpp:590 + #, no-c-format + msgid "1s" + msgstr "ثانية واحِدة" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 264 +-#: rc.cpp:614 ++#: rc.cpp:593 + #, no-c-format + msgid "2s" + msgstr "ثانيتين إثنتين" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 269 +-#: rc.cpp:617 ++#: rc.cpp:596 + #, no-c-format + msgid "5s" + msgstr "خمس ثوان" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 308 +-#: rc.cpp:620 ++#: rc.cpp:599 + #, no-c-format + msgid "Fast CPU" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 342 +-#: rc.cpp:624 ++#: rc.cpp:602 + #, no-c-format + msgid "Slow CPU" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 354 +-#: rc.cpp:627 ++#: rc.cpp:605 + #, fuzzy, no-c-format + msgid "Data Checking" + msgstr "جاري فحص البيانات" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 373 +-#: rc.cpp:630 ++#: rc.cpp:608 + #, no-c-format + msgid "During uploading, do ¬ recheck chunks bigger than" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 430 +-#: rc.cpp:636 ++#: rc.cpp:614 + #, no-c-format + msgid "Do a data integrit&y check after" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 449 +-#: rc.cpp:639 ++#: rc.cpp:617 + #, no-c-format + msgid "corrupted chunks" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 478 +-#: rc.cpp:642 ++#: rc.cpp:620 + #, no-c-format + msgid "Networking" + msgstr "الشبكة" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 505 +-#: rc.cpp:645 ++#: rc.cpp:623 + #, no-c-format + msgid "Maximum number of connection setups:" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 527 +-#: rc.cpp:648 ++#: rc.cpp:626 + #, no-c-format + msgid "DSCP for IP packets:" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 570 +-#: rc.cpp:651 ++#: rc.cpp:629 + #, no-c-format + msgid "Do not use the KDE pro&xy settings for HTTP tracker connections" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 586 +-#: rc.cpp:654 ++#: rc.cpp:632 + #, no-c-format + msgid "HTTP tracker proxy:" + msgstr "" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 24 +-#: rc.cpp:657 ++#: rc.cpp:635 + #, no-c-format + msgid "Scanning data" + msgstr "مسح البيانات" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 38 +-#: rc.cpp:660 ++#: rc.cpp:638 + #, fuzzy, no-c-format + msgid "Scanning data of torrent :" + msgstr "مسح البيانات" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 62 +-#: rc.cpp:663 ++#: rc.cpp:641 + #, no-c-format + msgid "Number of chunks found :" + msgstr "" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 70 +-#: rc.cpp:666 ++#: rc.cpp:644 + #, no-c-format + msgid "Number of chunks failed / not downloaded :" + msgstr "" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 97 +-#: rc.cpp:669 rc.cpp:672 ++#: rc.cpp:647 rc.cpp:650 + #, no-c-format + msgid "0" + msgstr "0" + + #. i18n: file ./apps/ktupnptest/mainwidget.ui line 54 +-#: rc.cpp:678 ++#: rc.cpp:656 + #, no-c-format + msgid "Test" + msgstr "الإختبار" + + #. i18n: file ./libktorrent/labelviewitembase.ui line 49 +-#: rc.cpp:685 ++#: rc.cpp:662 + #, no-c-format + msgid "textLabel2" + msgstr "" + + #. i18n: file ./libktorrent/labelviewitembase.ui line 65 +-#: rc.cpp:688 ++#: rc.cpp:665 + #, no-c-format + msgid "textLabel3" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 10 +-#: rc.cpp:691 ++#: rc.cpp:668 + #, no-c-format + msgid "Maximum number of downloads (0 = no limit)" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 15 +-#: rc.cpp:694 ++#: rc.cpp:671 + #, no-c-format + msgid "Maximum number of seeds (0 = no limit)" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 20 +-#: rc.cpp:697 ++#: rc.cpp:674 + #, no-c-format + msgid "Start downloads on low disk space?" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 24 +-#: rc.cpp:700 ++#: rc.cpp:677 + #, no-c-format + msgid "Maximum number of connections per torrent (0 = no limit)" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 29 +-#: rc.cpp:703 ++#: rc.cpp:680 + #, no-c-format + msgid "Maximum number of connections for all torrents (0 = no limit) " + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 34 +-#: rc.cpp:706 ++#: rc.cpp:683 + #, no-c-format + msgid "Maximum upload speed in KB/sec (0 = no limit)" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 39 +-#: rc.cpp:709 ++#: rc.cpp:686 + #, no-c-format + msgid "Maximum download speed in KB/sec (0 = no limit)" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 44 +-#: rc.cpp:712 ++#: rc.cpp:689 + #, no-c-format + msgid "Maximum share ratio(0 = no limit)" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 49 +-#: rc.cpp:715 ++#: rc.cpp:692 + #, no-c-format + msgid "Maximum seed time in hours (0 = no limit)" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 66 +-#: rc.cpp:724 ++#: rc.cpp:701 + #, no-c-format + msgid "Show a system tray icon" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 70 +-#: rc.cpp:727 ++#: rc.cpp:704 + #, no-c-format + msgid "Show speed bar in tray icon" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 74 +-#: rc.cpp:730 ++#: rc.cpp:707 + #, no-c-format + msgid "Download bandwidth (in kb/s):" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 80 +-#: rc.cpp:733 ++#: rc.cpp:710 + #, no-c-format + msgid "Upload bandwidth (in kb/s):" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 86 +-#: rc.cpp:736 ++#: rc.cpp:713 + #, no-c-format + msgid "Show popup messages when torrent is finished." + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 90 +-#: rc.cpp:739 ++#: rc.cpp:716 + #, no-c-format + msgid "Keep seeding after download has finished" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 94 +-#: rc.cpp:742 ++#: rc.cpp:719 + #, no-c-format + msgid "Folder to store temporary files" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 98 +-#: rc.cpp:745 ++#: rc.cpp:722 + #, no-c-format + msgid "Whether to automatically save downloads to saveDir" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 102 +-#: rc.cpp:748 ++#: rc.cpp:725 + #, no-c-format + msgid "Folder to store downloaded files" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 106 +-#: rc.cpp:751 ++#: rc.cpp:728 + #, no-c-format + msgid "Whether to automatically move completed downloads to completedDir" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 110 +-#: rc.cpp:754 ++#: rc.cpp:731 + #, fuzzy, no-c-format + msgid "Folder to move completed downloaded files to" + msgstr "المجلّد حيث يتم حفظ الملفات المؤقتة:" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 114 +-#: rc.cpp:757 ++#: rc.cpp:734 + #, no-c-format + msgid "Whether to automatically copy .torrent files to torrentCopyDir" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 118 +-#: rc.cpp:760 ++#: rc.cpp:737 + #, fuzzy, no-c-format + msgid "Folder to copy .torrent files to" + msgstr "المجلّد حيث يتم حفظ الملفات المؤقتة:" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 122 +-#: rc.cpp:763 ++#: rc.cpp:740 + #, no-c-format + msgid "Whether to use a custom IP to pass to the tracker" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 126 +-#: rc.cpp:766 ++#: rc.cpp:743 + #, no-c-format + msgid "Directory which was used as the last save directory" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 130 +-#: rc.cpp:769 ++#: rc.cpp:746 + #, no-c-format + msgid "IP to pass to the tracker" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 134 +-#: rc.cpp:772 ++#: rc.cpp:749 + #, no-c-format + msgid "Memory usage" + msgstr "إستعمال الذاكرة" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 138 +-#: rc.cpp:775 ++#: rc.cpp:752 + #, no-c-format + msgid "GUI update interval" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 142 +-#: rc.cpp:778 ++#: rc.cpp:755 + #, no-c-format + msgid "Support for DHT" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 146 +-#: rc.cpp:781 ++#: rc.cpp:758 + #, no-c-format + msgid "DHT port" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 152 +-#: rc.cpp:784 ++#: rc.cpp:761 + #, no-c-format + msgid "Number of upload slots" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 196 +-#: rc.cpp:793 ++#: rc.cpp:770 + #, no-c-format + msgid "Columns shown in KTorrentView" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 205 +-#: rc.cpp:796 ++#: rc.cpp:773 + #, no-c-format + msgid "ET algorithm" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 227 +-#: rc.cpp:799 ++#: rc.cpp:776 + #, no-c-format + msgid "" + "When there's no space left to complete download and free diskspace is less than " +@@ -2210,602 +2210,602 @@ msgid "" + msgstr "" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 16 +-#: rc.cpp:802 ++#: rc.cpp:779 + #, no-c-format + msgid "Plugin Manager" + msgstr "" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 48 +-#: rc.cpp:805 ++#: rc.cpp:782 + #, no-c-format + msgid "Load" + msgstr "حمل" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 56 +-#: rc.cpp:808 ++#: rc.cpp:785 + #, no-c-format + msgid "U&nload" + msgstr "لا &تحمل" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 64 +-#: rc.cpp:811 ++#: rc.cpp:788 + #, fuzzy, no-c-format + msgid "Load &All" + msgstr "حمل الكلّ" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 72 +-#: rc.cpp:814 ++#: rc.cpp:791 + #, fuzzy, no-c-format + msgid "&Unload All" + msgstr "لا تحمل الكل" + + #. i18n: file ./plugins/upnp/ktupnpplugin.kcfg line 10 +-#: rc.cpp:817 ++#: rc.cpp:794 + #, no-c-format + msgid "Default UPnP device to use" + msgstr "" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 16 +-#: plugins/upnp/upnpplugin.cpp:46 plugins/upnp/upnpprefpage.cpp:31 rc.cpp:820 ++#: plugins/upnp/upnpplugin.cpp:46 plugins/upnp/upnpprefpage.cpp:31 rc.cpp:797 + #, no-c-format + msgid "UPnP" + msgstr "" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 35 +-#: rc.cpp:823 ++#: rc.cpp:800 + #, no-c-format + msgid "Detected devices:" + msgstr "الأجهزة المكتشفة:" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 41 +-#: rc.cpp:826 ++#: rc.cpp:803 + #, no-c-format + msgid "Device" + msgstr "الجهاز" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 52 +-#: rc.cpp:829 ++#: rc.cpp:806 + #, no-c-format + msgid "Ports Forwarded" + msgstr "" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 63 +-#: rc.cpp:832 ++#: rc.cpp:809 + #, fuzzy, no-c-format + msgid "WAN Connection" + msgstr "الإتصالات:" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 91 +-#: rc.cpp:835 ++#: rc.cpp:812 + #, no-c-format + msgid "Forw&ard Ports" + msgstr "" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 99 +-#: rc.cpp:838 ++#: rc.cpp:815 + #, no-c-format + msgid "Undo Port Forwarding" + msgstr "" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 124 +-#: rc.cpp:841 ++#: rc.cpp:818 + #, no-c-format + msgid "Rescan" + msgstr "إعادة المسح" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 9 +-#: rc.cpp:844 ++#: rc.cpp:821 + #, no-c-format + msgid "Enable scanning of folder1?" + msgstr "تمكين مسح المجلّد1 ؟" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 14 +-#: rc.cpp:847 ++#: rc.cpp:824 + #, no-c-format + msgid "Enable scanning of folder2?" + msgstr "تمكين مسح المجلّد2 ؟" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 19 +-#: rc.cpp:850 ++#: rc.cpp:827 + #, no-c-format + msgid "Enable scanning of folder3?" + msgstr "تمكين مسح المجلّد3 ؟" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 24 +-#: rc.cpp:853 ++#: rc.cpp:830 + #, no-c-format + msgid "Folder1 path" + msgstr "مسار المجلّد1" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 29 +-#: rc.cpp:856 ++#: rc.cpp:833 + #, no-c-format + msgid "Folder2 path" + msgstr "مسار المجلّد2" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 34 +-#: rc.cpp:859 ++#: rc.cpp:836 + #, no-c-format + msgid "Folder3 path" + msgstr "مسار المجلّد3" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 39 +-#: rc.cpp:862 ++#: rc.cpp:839 + #, no-c-format + msgid "Whether to open torrent silently or not." + msgstr "" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 44 +-#: rc.cpp:865 ++#: rc.cpp:842 + #, no-c-format + msgid "Delete action checked." + msgstr "" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 49 +-#: rc.cpp:868 ++#: rc.cpp:845 + #, no-c-format + msgid "Move action checked." + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 16 +-#: rc.cpp:871 ++#: rc.cpp:848 + #, no-c-format + msgid "ScanFolder Preferences" + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 35 +-#: rc.cpp:874 ++#: rc.cpp:851 + #, no-c-format + msgid "Scan folder &1" + msgstr "إمسح المجلّد &1" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 38 +-#: rc.cpp:877 rc.cpp:1480 ++#: rc.cpp:854 rc.cpp:1424 + #, no-c-format + msgid "Alt+1" + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 46 +-#: rc.cpp:880 ++#: rc.cpp:857 + #, no-c-format + msgid "Scan folder &2" + msgstr "إمسح المجلّد &2" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 49 +-#: rc.cpp:883 rc.cpp:1471 rc.cpp:1495 ++#: rc.cpp:860 rc.cpp:1415 rc.cpp:1439 + #, no-c-format + msgid "Alt+2" + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 57 +-#: rc.cpp:886 ++#: rc.cpp:863 + #, no-c-format + msgid "Scan folder &3" + msgstr "إمسح المجلّد &3" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 60 +-#: rc.cpp:889 rc.cpp:1465 ++#: rc.cpp:866 rc.cpp:1409 + #, no-c-format + msgid "Alt+3" + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 81 +-#: rc.cpp:895 ++#: rc.cpp:872 + #, no-c-format + msgid "Move to \"loaded\" directory &after loading" + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 84 +-#: rc.cpp:898 ++#: rc.cpp:875 + #, no-c-format + msgid "Move torrent to \"loaded\" directory after loading it" + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 92 +-#: rc.cpp:901 ++#: rc.cpp:878 + #, no-c-format + msgid "Open torrents silentl&y" + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 95 +-#: rc.cpp:904 ++#: rc.cpp:881 + #, no-c-format + msgid "Do not show 'Select files to download' dialog" + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 103 +-#: rc.cpp:907 ++#: rc.cpp:884 + #, no-c-format + msgid "Delete after loadin&g" + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 106 +-#: rc.cpp:910 ++#: rc.cpp:887 + #, no-c-format + msgid "Deletes torrent after loading" + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 116 +-#: rc.cpp:913 ++#: rc.cpp:890 + #, no-c-format + msgid "Folders to scan" + msgstr "المجلّدات لمسحها" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 151 +-#: rc.cpp:916 ++#: rc.cpp:893 + #, no-c-format + msgid "Folder 1:" + msgstr "المجلّد 1:" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 162 +-#: rc.cpp:919 ++#: rc.cpp:896 + #, no-c-format + msgid "Folder 2:" + msgstr "المجلّد 2:" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 173 +-#: rc.cpp:922 ++#: rc.cpp:899 + #, no-c-format + msgid "Folder 3:" + msgstr "المجلّد 3:" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 30 +-#: rc.cpp:925 rc.cpp:1895 ++#: rc.cpp:902 rc.cpp:1838 + #, no-c-format + msgid "Search Preferences" + msgstr "تفضيلات البحث" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 41 +-#: rc.cpp:928 ++#: rc.cpp:905 + #, no-c-format + msgid "Web Server" + msgstr "" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 82 +-#: rc.cpp:934 ++#: rc.cpp:911 + #, no-c-format + msgid "Forward port" + msgstr "" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 107 +-#: rc.cpp:937 ++#: rc.cpp:914 + #, no-c-format + msgid "Session TTL (in sec):" + msgstr "" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 142 +-#: rc.cpp:940 ++#: rc.cpp:917 + #, fuzzy, no-c-format + msgid "Select interface:" + msgstr "إختر لا &شيء" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 173 +-#: rc.cpp:943 ++#: rc.cpp:920 + #, fuzzy, no-c-format + msgid "Username:" + msgstr "المستخدم" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 188 +-#: rc.cpp:946 ++#: rc.cpp:923 + #, no-c-format + msgid "Change password ..." + msgstr "" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 206 +-#: rc.cpp:949 ++#: rc.cpp:926 + #, no-c-format + msgid "Php executable path:" + msgstr "" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 10 +-#: rc.cpp:953 ++#: rc.cpp:929 + #, no-c-format + msgid "Port number" + msgstr "" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 15 +-#: rc.cpp:956 ++#: rc.cpp:932 + #, no-c-format + msgid "forward Port" + msgstr "" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 20 +-#: rc.cpp:959 ++#: rc.cpp:935 + #, no-c-format + msgid "Session time to live" + msgstr "" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 24 +-#: rc.cpp:962 ++#: rc.cpp:938 + #, fuzzy, no-c-format + msgid "interface skin" + msgstr "الخيارات العامة" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 28 +-#: rc.cpp:965 ++#: rc.cpp:941 + #, no-c-format + msgid "php executable path" + msgstr "" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 33 +-#: rc.cpp:968 ++#: rc.cpp:944 + #, no-c-format + msgid "username" + msgstr "" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 37 +-#: rc.cpp:971 ++#: rc.cpp:947 + #, no-c-format + msgid "password" + msgstr "" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 16 +-#: plugins/infowidget/infowidgetplugin.cpp:194 rc.cpp:974 rc.cpp:1046 ++#: plugins/infowidget/infowidgetplugin.cpp:194 rc.cpp:950 rc.cpp:1010 + #, no-c-format + msgid "Chunks" + msgstr "" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 43 +-#: rc.cpp:977 ++#: rc.cpp:953 + #, no-c-format + msgid "Total:" + msgstr "المجموع:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 81 +-#: rc.cpp:981 ++#: rc.cpp:956 + #, no-c-format + msgid "Currently downloading:" + msgstr "حالياً يجري تنزيل:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 119 +-#: rc.cpp:985 ++#: rc.cpp:959 + #, no-c-format + msgid "Downloaded:" + msgstr "منزل:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 157 +-#: rc.cpp:989 ++#: rc.cpp:962 + #, no-c-format + msgid "Excluded:" + msgstr "" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 195 +-#: rc.cpp:993 ++#: rc.cpp:965 + #, no-c-format + msgid "Left:" + msgstr "" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 233 +-#: rc.cpp:997 ++#: rc.cpp:968 + #, no-c-format + msgid "Size:" + msgstr "الحجم:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 280 +-#: rc.cpp:1001 ++#: rc.cpp:971 + #, no-c-format + msgid "Chunk" + msgstr "" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 291 +-#: rc.cpp:1004 ++#: rc.cpp:974 + #, no-c-format + msgid "Progress" + msgstr "التقدم" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 302 +-#: rc.cpp:1007 ++#: rc.cpp:977 + #, no-c-format + msgid "Peer" + msgstr "النظير" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 324 +-#: rc.cpp:1013 ++#: rc.cpp:983 + #, no-c-format + msgid "Assigned Peers" + msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 63 +-#: rc.cpp:1022 ++#: rc.cpp:992 + #, no-c-format + msgid "Seeders:" + msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 71 +-#: rc.cpp:1025 ++#: rc.cpp:995 + #, no-c-format + msgid "Leechers:" + msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 129 +-#: rc.cpp:1030 ++#: rc.cpp:998 + #, no-c-format + msgid "Average Down Speed:" + msgstr "متوسط سرعة التنزيل:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 177 +-#: rc.cpp:1035 ++#: rc.cpp:1001 + #, no-c-format + msgid "Average Up Speed:" + msgstr "متوسط سرعة التحميل:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 195 +-#: rc.cpp:1038 rc.cpp:1111 ++#: rc.cpp:1004 rc.cpp:1070 + #, no-c-format + msgid "Next update in:" + msgstr "التحديث التالي في:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 203 +-#: rc.cpp:1041 ++#: rc.cpp:1007 + #, no-c-format + msgid "Tracker Status:" + msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 332 +-#: rc.cpp:1049 ++#: rc.cpp:1013 + #, no-c-format + msgid "Parts of the torrent which have been downloaded:" + msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 367 +-#: rc.cpp:1052 ++#: rc.cpp:1016 + #, no-c-format + msgid "Parts of the torrent which are available:" + msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 457 +-#: rc.cpp:1055 ++#: rc.cpp:1019 + #, no-c-format + msgid "Sharing" + msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 487 +-#: rc.cpp:1058 ++#: rc.cpp:1022 + #, no-c-format + msgid "" + "Your upload will stop when share ratio gets to this value. Zero means no limit." + msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 525 +-#: rc.cpp:1064 ++#: rc.cpp:1028 + #, no-c-format + msgid "Your upload will stop when you have uploaded for this many hours." + msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 533 +-#: rc.cpp:1067 ++#: rc.cpp:1031 + #, no-c-format + msgid "Hours" + msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 543 +-#: rc.cpp:1070 ++#: rc.cpp:1034 + #, fuzzy, no-c-format + msgid "Ratio limit:" + msgstr "حدّ الإتصال الإجمالي" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 549 +-#: rc.cpp:1074 ++#: rc.cpp:1037 + #, no-c-format + msgid "Limit works only in seed mode" + msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 557 +-#: rc.cpp:1077 ++#: rc.cpp:1040 + #, fuzzy, no-c-format + msgid "Time &limit:" + msgstr "&إستعمل الحدّ ؟" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 37 +-#: rc.cpp:1081 ++#: rc.cpp:1043 + #, no-c-format + msgid "&Update Tracker" + msgstr "" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 40 +-#: rc.cpp:1084 ++#: rc.cpp:1046 + #, no-c-format + msgid "Minimum update interval - 60 seconds" + msgstr "فترة التحديث الأدنى - 60 ثانية" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 48 +-#: rc.cpp:1087 ++#: rc.cpp:1049 + #, no-c-format + msgid "Add Trac&ker" + msgstr "" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 64 +-#: rc.cpp:1090 ++#: rc.cpp:1052 + #, no-c-format + msgid "Remove Tracker" + msgstr "" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 75 +-#: rc.cpp:1094 ++#: rc.cpp:1055 + #, no-c-format + msgid "Ch&ange Tracker" + msgstr "" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 100 +-#: rc.cpp:1097 ++#: rc.cpp:1058 + #, no-c-format + msgid "Restore Defaults" + msgstr "إستعد الإفتراضيات" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 10 +-#: rc.cpp:1115 ++#: rc.cpp:1073 + #, no-c-format + msgid "Show peer view tab in main window" + msgstr "" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 14 +-#: rc.cpp:1118 ++#: rc.cpp:1076 + #, no-c-format + msgid "Show chunk download view tab in main window" + msgstr "" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 18 +-#: rc.cpp:1121 ++#: rc.cpp:1079 + #, no-c-format + msgid "Show trackers view tab in main window" + msgstr "" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 24 +-#: rc.cpp:1124 ++#: rc.cpp:1082 + #, no-c-format + msgid "Show list of peers" + msgstr "أعرض لائحة النظائر" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 35 +-#: rc.cpp:1128 ++#: rc.cpp:1085 + #, no-c-format + msgid "Show list of chunks currentl&y downloading" + msgstr "" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 60 +-#: rc.cpp:1131 ++#: rc.cpp:1088 + #, no-c-format + msgid "Show list of trackers" + msgstr "" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 16 +-#: rc.cpp:1135 ++#: rc.cpp:1091 + #, no-c-format + msgid "IPBlocking Preferences" + msgstr "" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 47 +-#: rc.cpp:1138 ++#: rc.cpp:1094 + #, no-c-format + msgid "Select PeerGuardian Filter File " + msgstr "" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 58 +-#: rc.cpp:1141 ++#: rc.cpp:1097 + #, no-c-format + msgid "Use PeerGuardian filter?" + msgstr "" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 77 +-#: rc.cpp:1145 ++#: rc.cpp:1100 + #, no-c-format + msgid "IP filter file:" + msgstr "" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 85 +-#: rc.cpp:1148 ++#: rc.cpp:1103 + #, no-c-format + msgid "http://www.bluetack.co.uk/modules.php?name=Downloads&d_op=getit&lid=8" + msgstr "http://www.bluetack.co.uk/modules.php?name=Downloads&d_op=getit&lid=8" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 123 +-#: rc.cpp:1151 ++#: rc.cpp:1106 + #, no-c-format + msgid "Dow&nload/Convert" + msgstr "" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 134 +-#: rc.cpp:1154 ++#: rc.cpp:1109 + #, no-c-format + msgid "" + "Download PeerGuardian filter from bluetack.co.uk or blocklist.org.\n" +@@ -2813,25 +2813,25 @@ msgid "" + msgstr "" + + #. i18n: file ./plugins/ipfilter/ktipfilterplugin.kcfg line 10 +-#: rc.cpp:1159 ++#: rc.cpp:1113 + #, no-c-format + msgid "Level1 filter url" + msgstr "" + + #. i18n: file ./plugins/ipfilter/ktipfilterplugin.kcfg line 14 +-#: rc.cpp:1162 ++#: rc.cpp:1116 + #, no-c-format + msgid "Use level1 filter?" + msgstr "" + + #. i18n: file ./plugins/ipfilter/convert_dlg.ui line 24 +-#: plugins/ipfilter/convertdialog.cpp:155 rc.cpp:1165 ++#: plugins/ipfilter/convertdialog.cpp:155 rc.cpp:1119 + #, no-c-format + msgid "Converting..." + msgstr "" + + #. i18n: file ./plugins/ipfilter/convert_dlg.ui line 41 +-#: rc.cpp:1168 ++#: rc.cpp:1122 + #, no-c-format + msgid "" + "Click on the 'convert' button to start converting antip2p file. NOTE: This " +@@ -2840,61 +2840,61 @@ msgid "" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 27 +-#: rc.cpp:1179 ++#: rc.cpp:1131 + #, no-c-format + msgid "Update" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 46 +-#: rc.cpp:1182 rc.cpp:1268 ++#: rc.cpp:1134 rc.cpp:1220 + #, no-c-format + msgid "Update charts every" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 71 +-#: rc.cpp:1185 ++#: rc.cpp:1137 + #, fuzzy, no-c-format + msgid "GUI updates" + msgstr "فترة تحديث واجهة المستخدم الرسزمية:" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 92 +-#: rc.cpp:1188 rc.cpp:1271 ++#: rc.cpp:1140 rc.cpp:1223 + #, no-c-format + msgid "Gather data every" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 120 +-#: rc.cpp:1191 ++#: rc.cpp:1143 + #, no-c-format + msgid "miliseconds" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 135 +-#: rc.cpp:1194 ++#: rc.cpp:1146 + #, fuzzy, no-c-format + msgid "Maximum" + msgstr "متوسط" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 154 +-#: rc.cpp:1197 ++#: rc.cpp:1149 + #, fuzzy, no-c-format + msgid "Maximum speed scale mode:" + msgstr "عدد التنزيلات الأقصى:" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 165 +-#: rc.cpp:1203 ++#: rc.cpp:1155 + #, no-c-format + msgid "Exact" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 175 +-#: rc.cpp:1206 ++#: rc.cpp:1158 + #, no-c-format + msgid "See 'What's this' for more help" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 180 +-#: rc.cpp:1209 ++#: rc.cpp:1161 + #, no-c-format + msgid "" + "Set maximum value on OY scale as:\n" +@@ -2903,847 +2903,847 @@ msgid "" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 192 +-#: rc.cpp:1214 rc.cpp:1247 ++#: rc.cpp:1166 rc.cpp:1199 + #, no-c-format + msgid "Peers speed" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 211 +-#: rc.cpp:1217 ++#: rc.cpp:1169 + #, fuzzy, no-c-format + msgid "Peers speed:" + msgstr "عنوان ميفاق الإنترنت للنظير:" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 222 +-#: rc.cpp:1220 ++#: rc.cpp:1172 + #, no-c-format + msgid "update every" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 244 +-#: rc.cpp:1223 ++#: rc.cpp:1175 + #, no-c-format + msgid "chart data updates" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 254 +-#: rc.cpp:1226 ++#: rc.cpp:1178 + #, no-c-format + msgid "Gathering data about many connected peers can be CPU consuming." + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 267 +-#: rc.cpp:1229 ++#: rc.cpp:1181 + #, fuzzy, no-c-format + msgid "Peers connections" + msgstr "الإتصالات:" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 270 +-#: rc.cpp:1232 ++#: rc.cpp:1184 + #, no-c-format + msgid "Large values can obscure charts of connected peers" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 289 +-#: rc.cpp:1235 ++#: rc.cpp:1187 + #, no-c-format + msgid "Show seeders in swarms" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 297 +-#: rc.cpp:1238 ++#: rc.cpp:1190 + #, no-c-format + msgid "Show leechers in swarms" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 309 +-#: rc.cpp:1241 ++#: rc.cpp:1193 + #, no-c-format + msgid "Measurements count" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 392 +-#: rc.cpp:1250 rc.cpp:1265 ++#: rc.cpp:1202 rc.cpp:1217 + #, fuzzy, no-c-format + msgid "Upload" + msgstr "المحملة" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 424 +-#: rc.cpp:1253 ++#: rc.cpp:1205 + #, fuzzy, no-c-format + msgid "Connections" + msgstr "الإتصالات:" + + #. i18n: file ./plugins/stats/statsspdwgt.ui line 40 +-#: plugins/infowidget/infowidgetplugin.cpp:173 rc.cpp:1262 rc.cpp:1304 ++#: plugins/infowidget/infowidgetplugin.cpp:173 rc.cpp:1214 rc.cpp:1256 + #, no-c-format + msgid "Peers" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 18 +-#: rc.cpp:1274 ++#: rc.cpp:1226 + #, no-c-format + msgid "Toggle peers speed charts" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 22 +-#: rc.cpp:1277 ++#: rc.cpp:1229 + #, no-c-format + msgid "Interval between getting data about peers speed" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 26 +-#: rc.cpp:1280 ++#: rc.cpp:1232 + #, no-c-format + msgid "Toggle drawing of leechers in swarms" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 30 +-#: rc.cpp:1283 ++#: rc.cpp:1235 + #, no-c-format + msgid "Toggle drawing of seeders in swarms" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 35 +-#: rc.cpp:1286 ++#: rc.cpp:1238 + #, no-c-format + msgid "Download mesurments count" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 39 +-#: rc.cpp:1289 ++#: rc.cpp:1241 + #, no-c-format + msgid "Peers speed mesurments count" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 43 +-#: rc.cpp:1292 ++#: rc.cpp:1244 + #, no-c-format + msgid "Upload mesurments count" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 47 +-#: rc.cpp:1295 ++#: rc.cpp:1247 + #, no-c-format + msgid "Connections mesurments count" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 51 +-#: rc.cpp:1298 ++#: rc.cpp:1250 + #, no-c-format + msgid "DHT mesurments count" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 56 +-#: rc.cpp:1301 ++#: rc.cpp:1253 + #, no-c-format + msgid "OY axis max mode" + msgstr "" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 16 +-#: rc.cpp:1310 ++#: rc.cpp:1262 + #, no-c-format + msgid "Import an existing download" + msgstr "" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 49 +-#: rc.cpp:1313 ++#: rc.cpp:1265 + #, no-c-format + msgid "Torrent:" + msgstr "السيل:" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 63 +-#: rc.cpp:1316 ++#: rc.cpp:1268 + #, no-c-format + msgid "Data:" + msgstr "البيانات:" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 95 +-#: rc.cpp:1319 ++#: rc.cpp:1271 + #, no-c-format + msgid "" + "Please specify the torrent and the data already downloaded for that torrent." + msgstr "" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 133 +-#: rc.cpp:1322 ++#: rc.cpp:1274 + #, no-c-format + msgid "&Import" + msgstr "&إستورد" + + #. i18n: file ./plugins/rssfeed/ktrssfeedplugin.kcfg line 10 +-#: rc.cpp:1328 ++#: rc.cpp:1280 + #, no-c-format + msgid "default" + msgstr "الإفتراضي" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 18 +-#: rc.cpp:1331 ++#: rc.cpp:1283 + #, no-c-format + msgid "Rss Feeds" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 36 +-#: rc.cpp:1334 ++#: rc.cpp:1286 + #, no-c-format + msgid "Feeds" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 78 +-#: rc.cpp:1337 ++#: rc.cpp:1289 + #, no-c-format + msgid "De&lete" + msgstr "أم&حي" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 86 +-#: rc.cpp:1340 rc.cpp:1382 rc.cpp:1392 ++#: rc.cpp:1292 rc.cpp:1331 rc.cpp:1340 + #, no-c-format + msgid "&New" + msgstr "&جديد" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 117 +-#: rc.cpp:1343 ++#: rc.cpp:1295 + #, no-c-format + msgid "&URL" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 139 +-#: rc.cpp:1346 ++#: rc.cpp:1298 + #, no-c-format + msgid "Articles" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 216 +-#: rc.cpp:1353 ++#: rc.cpp:1304 + #, no-c-format + msgid "Auto&refresh" + msgstr "إنتعاش &تلقائي" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 242 +-#: rc.cpp:1356 ++#: rc.cpp:1307 + #, no-c-format + msgid "I&gnore TTL" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 270 +-#: rc.cpp:1359 ++#: rc.cpp:1310 + #, no-c-format + msgid "Refresh" + msgstr "أنعش" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 299 +-#: rc.cpp:1363 rc.cpp:1395 ++#: rc.cpp:1313 rc.cpp:1343 + #, no-c-format + msgid "&Title" + msgstr "ال&عنوان" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 323 +-#: rc.cpp:1366 ++#: rc.cpp:1316 + #, no-c-format + msgid "Keep Articles (days)" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 347 +-#: rc.cpp:1369 rc.cpp:1398 ++#: rc.cpp:1319 rc.cpp:1346 + #, no-c-format + msgid "&Active" + msgstr "&نشط" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 362 +-#: rc.cpp:1372 ++#: rc.cpp:1322 + #, no-c-format + msgid "Filters" + msgstr "المرشحات" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 389 +-#: rc.cpp:1375 ++#: rc.cpp:1325 + #, no-c-format + msgid "Accept Filters" + msgstr "أقبل المرشحات" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 440 +-#: rc.cpp:1385 ++#: rc.cpp:1334 + #, no-c-format + msgid "Reject Filters" + msgstr "أرفض المرشحات" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 557 +-#: rc.cpp:1401 ++#: rc.cpp:1349 + #, no-c-format + msgid "Regular Expressions" + msgstr "العبارات المنتظمة" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 587 +-#: rc.cpp:1404 ++#: rc.cpp:1352 + #, no-c-format + msgid "Treat as &Series" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 624 +-#: rc.cpp:1407 ++#: rc.cpp:1355 + #, no-c-format + msgid "Process" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 643 +-#: rc.cpp:1411 ++#: rc.cpp:1358 + #, no-c-format + msgid "Series Criteria" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 679 +-#: rc.cpp:1414 ++#: rc.cpp:1361 + #, no-c-format + msgid "Match Without Episode" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 713 +-#: rc.cpp:1418 ++#: rc.cpp:1364 + #, no-c-format + msgid "Max Episode" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 739 +-#: rc.cpp:1421 ++#: rc.cpp:1367 + #, no-c-format + msgid "Max Season" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 758 +-#: rc.cpp:1424 ++#: rc.cpp:1370 + #, no-c-format + msgid "Min Season" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 782 +-#: rc.cpp:1427 ++#: rc.cpp:1373 + #, no-c-format + msgid "Min Episode" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 814 +-#: rc.cpp:1430 ++#: rc.cpp:1376 + #, no-c-format + msgid "Test te&xt" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 840 +-#: rc.cpp:1433 ++#: rc.cpp:1379 + #, no-c-format + msgid "Te&st" + msgstr "إ&ختبر" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 858 +-#: rc.cpp:1436 ++#: rc.cpp:1382 + #, no-c-format + msgid "Filter Matches" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 28 +-#: rc.cpp:1447 ++#: rc.cpp:1391 + #, no-c-format + msgid "Bandwidth scheduler" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 50 +-#: rc.cpp:1450 ++#: rc.cpp:1394 + #, no-c-format + msgid "Left click category" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 61 +-#: rc.cpp:1453 ++#: rc.cpp:1397 + #, no-c-format + msgid "Categor&y 1" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 157 +-#: rc.cpp:1456 rc.cpp:1483 ++#: rc.cpp:1400 rc.cpp:1427 + #, no-c-format + msgid "T&urn off" + msgstr "أ&وقف التشغيل" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 165 +-#: rc.cpp:1459 rc.cpp:1486 ++#: rc.cpp:1403 rc.cpp:1430 + #, no-c-format + msgid "&Normal" + msgstr "ال&عادي" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 195 +-#: rc.cpp:1462 ++#: rc.cpp:1406 + #, no-c-format + msgid "Category &3" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 206 +-#: rc.cpp:1468 rc.cpp:1492 ++#: rc.cpp:1412 rc.cpp:1436 + #, no-c-format + msgid "Category &2" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 219 +-#: rc.cpp:1474 ++#: rc.cpp:1418 + #, no-c-format + msgid "Right click category" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 230 +-#: rc.cpp:1477 ++#: rc.cpp:1421 + #, no-c-format + msgid "Category &1" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 367 +-#: rc.cpp:1489 ++#: rc.cpp:1433 + #, no-c-format + msgid "&Category 3" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 390 +-#: rc.cpp:1498 ++#: rc.cpp:1442 + #, no-c-format + msgid "Categories" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 401 +-#: rc.cpp:1501 ++#: rc.cpp:1445 + #, no-c-format + msgid "1. Category" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 409 +-#: rc.cpp:1504 ++#: rc.cpp:1448 + #, no-c-format + msgid "3. Category" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 425 +-#: rc.cpp:1507 rc.cpp:1516 rc.cpp:1525 ++#: rc.cpp:1451 rc.cpp:1460 rc.cpp:1469 + #, no-c-format + msgid "download:" + msgstr "منزل:" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 441 +-#: rc.cpp:1510 rc.cpp:1519 rc.cpp:1528 ++#: rc.cpp:1454 rc.cpp:1463 rc.cpp:1472 + #, no-c-format + msgid "upload:" + msgstr "محمل:" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 457 +-#: rc.cpp:1513 rc.cpp:1522 rc.cpp:1531 ++#: rc.cpp:1457 rc.cpp:1466 rc.cpp:1475 + #, no-c-format + msgid "KB/s *" + msgstr "ك. بايت/ث *" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 567 +-#: rc.cpp:1534 ++#: rc.cpp:1478 + #, no-c-format + msgid "2. Category" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 626 +-#: rc.cpp:1538 ++#: rc.cpp:1481 + #, no-c-format + msgid "* zero means no limit" + msgstr "* 0 يغني لا حدّ" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 672 +-#: rc.cpp:1541 ++#: rc.cpp:1484 + #, no-c-format + msgid "Save to file" + msgstr "إحفظ إلى الملف" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 680 +-#: rc.cpp:1544 ++#: rc.cpp:1487 + #, no-c-format + msgid "&Load from file" + msgstr "&حمل من الملف" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 688 +-#: rc.cpp:1547 ++#: rc.cpp:1490 + #, no-c-format + msgid "Reset schedule" + msgstr "إستعادة الجدول" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 751 +-#: rc.cpp:1550 ++#: rc.cpp:1493 + #, no-c-format + msgid "O&k" + msgstr "&موافق" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 16 +-#: rc.cpp:1559 ++#: rc.cpp:1502 + #, no-c-format + msgid "Scheduler Plugin Pref Page" + msgstr "" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 27 +-#: rc.cpp:1562 ++#: rc.cpp:1505 + #, no-c-format + msgid "Use &bandwidth scheduler?" + msgstr "" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 35 +-#: plugins/scheduler/schedulerplugin.cpp:59 rc.cpp:1565 ++#: plugins/scheduler/schedulerplugin.cpp:59 rc.cpp:1508 + #, no-c-format + msgid "Bandwidth Scheduler" + msgstr "" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 46 +-#: rc.cpp:1568 ++#: rc.cpp:1511 + #, no-c-format + msgid "Use colors instead of pi&xmaps?" + msgstr "" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 54 +-#: rc.cpp:1571 ++#: rc.cpp:1514 + #, no-c-format + msgid "(Recommended for slower systems)" + msgstr "" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 62 +-#: rc.cpp:1574 ++#: rc.cpp:1517 + #, no-c-format + msgid "Edit s&chedule" + msgstr "حرر ال&جدول" + + #. i18n: file ./plugins/scheduler/ktschedulerplugin.kcfg line 10 +-#: rc.cpp:1577 ++#: rc.cpp:1520 + #, no-c-format + msgid "Enable bandwidth scheduler?" + msgstr "" + + #. i18n: file ./plugins/scheduler/ktschedulerplugin.kcfg line 14 +-#: rc.cpp:1580 ++#: rc.cpp:1523 + #, no-c-format + msgid "Use colors instead of pixmaps?" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 10 +-#: rc.cpp:1583 ++#: rc.cpp:1526 + #, no-c-format + msgid "Use rich log text" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 15 +-#: rc.cpp:1586 ++#: rc.cpp:1529 + #, no-c-format + msgid "General info messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 19 +-#: rc.cpp:1589 ++#: rc.cpp:1532 + #, no-c-format + msgid "Connections messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 23 +-#: rc.cpp:1592 ++#: rc.cpp:1535 + #, no-c-format + msgid "DHT messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 27 +-#: rc.cpp:1595 ++#: rc.cpp:1538 + #, no-c-format + msgid "Tracker info messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 31 +-#: rc.cpp:1598 ++#: rc.cpp:1541 + #, no-c-format + msgid "Disk IO info messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 35 +-#: rc.cpp:1601 ++#: rc.cpp:1544 + #, no-c-format + msgid "IPFilter plugin messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 39 +-#: rc.cpp:1604 ++#: rc.cpp:1547 + #, no-c-format + msgid "Search plugin messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 43 +-#: rc.cpp:1607 ++#: rc.cpp:1550 + #, no-c-format + msgid "PartFileImport plugin messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 47 +-#: rc.cpp:1610 ++#: rc.cpp:1553 + #, no-c-format + msgid "InfoWidget plugin messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 51 +-#: rc.cpp:1613 ++#: rc.cpp:1556 + #, no-c-format + msgid "UPnP plugin messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 55 +-#: rc.cpp:1616 ++#: rc.cpp:1559 + #, no-c-format + msgid "ScanFolder plugin messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 59 +-#: rc.cpp:1619 ++#: rc.cpp:1562 + #, no-c-format + msgid "Scheduler plugin messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 63 +-#: rc.cpp:1622 ++#: rc.cpp:1565 + #, no-c-format + msgid "RSS plugin messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 67 +-#: rc.cpp:1625 ++#: rc.cpp:1568 + #, fuzzy, no-c-format + msgid "WebInterface plugin messages flag" + msgstr "الخيارات العامة" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 16 +-#: plugins/logviewer/logprefpage.cpp:31 rc.cpp:1628 ++#: plugins/logviewer/logprefpage.cpp:31 rc.cpp:1571 + #, no-c-format + msgid "LogViewer Options" + msgstr "" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 44 +-#: libktorrent/pluginmanagerprefpage.cpp:63 rc.cpp:1631 ++#: libktorrent/pluginmanagerprefpage.cpp:63 rc.cpp:1574 + #, no-c-format + msgid "Plugins" + msgstr "" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 53 +-#: rc.cpp:1634 rc.cpp:1652 rc.cpp:1670 rc.cpp:1691 rc.cpp:1706 rc.cpp:1724 +-#: rc.cpp:1745 rc.cpp:1763 rc.cpp:1778 rc.cpp:1811 rc.cpp:1826 rc.cpp:1841 +-#: rc.cpp:1859 rc.cpp:1874 ++#: rc.cpp:1577 rc.cpp:1595 rc.cpp:1613 rc.cpp:1634 rc.cpp:1649 rc.cpp:1667 ++#: rc.cpp:1688 rc.cpp:1706 rc.cpp:1721 rc.cpp:1754 rc.cpp:1769 rc.cpp:1784 ++#: rc.cpp:1802 rc.cpp:1817 + #, no-c-format + msgid "All" + msgstr "الكل" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 58 +-#: rc.cpp:1637 rc.cpp:1655 rc.cpp:1673 rc.cpp:1694 rc.cpp:1709 rc.cpp:1727 +-#: rc.cpp:1748 rc.cpp:1766 rc.cpp:1781 rc.cpp:1814 rc.cpp:1829 rc.cpp:1844 +-#: rc.cpp:1862 rc.cpp:1877 ++#: rc.cpp:1580 rc.cpp:1598 rc.cpp:1616 rc.cpp:1637 rc.cpp:1652 rc.cpp:1670 ++#: rc.cpp:1691 rc.cpp:1709 rc.cpp:1724 rc.cpp:1757 rc.cpp:1772 rc.cpp:1787 ++#: rc.cpp:1805 rc.cpp:1820 + #, no-c-format + msgid "Debug" + msgstr "" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 63 +-#: rc.cpp:1640 rc.cpp:1658 rc.cpp:1676 rc.cpp:1697 rc.cpp:1712 rc.cpp:1730 +-#: rc.cpp:1751 rc.cpp:1769 rc.cpp:1784 rc.cpp:1817 rc.cpp:1832 rc.cpp:1847 +-#: rc.cpp:1865 rc.cpp:1880 ++#: rc.cpp:1583 rc.cpp:1601 rc.cpp:1619 rc.cpp:1640 rc.cpp:1655 rc.cpp:1673 ++#: rc.cpp:1694 rc.cpp:1712 rc.cpp:1727 rc.cpp:1760 rc.cpp:1775 rc.cpp:1790 ++#: rc.cpp:1808 rc.cpp:1823 + #, no-c-format + msgid "Notice" + msgstr "ملاحظة" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 68 +-#: rc.cpp:1643 rc.cpp:1661 rc.cpp:1679 rc.cpp:1700 rc.cpp:1715 rc.cpp:1733 +-#: rc.cpp:1754 rc.cpp:1772 rc.cpp:1787 rc.cpp:1820 rc.cpp:1835 rc.cpp:1850 +-#: rc.cpp:1868 rc.cpp:1883 ++#: rc.cpp:1586 rc.cpp:1604 rc.cpp:1622 rc.cpp:1643 rc.cpp:1658 rc.cpp:1676 ++#: rc.cpp:1697 rc.cpp:1715 rc.cpp:1730 rc.cpp:1763 rc.cpp:1778 rc.cpp:1793 ++#: rc.cpp:1811 rc.cpp:1826 + #, no-c-format + msgid "Important" + msgstr "هام" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 73 +-#: rc.cpp:1646 rc.cpp:1664 rc.cpp:1682 rc.cpp:1703 rc.cpp:1718 rc.cpp:1736 +-#: rc.cpp:1757 rc.cpp:1775 rc.cpp:1790 rc.cpp:1823 rc.cpp:1838 rc.cpp:1853 +-#: rc.cpp:1871 rc.cpp:1886 ++#: rc.cpp:1589 rc.cpp:1607 rc.cpp:1625 rc.cpp:1646 rc.cpp:1661 rc.cpp:1679 ++#: rc.cpp:1700 rc.cpp:1718 rc.cpp:1733 rc.cpp:1766 rc.cpp:1781 rc.cpp:1796 ++#: rc.cpp:1814 rc.cpp:1829 + #, no-c-format + msgid "None" + msgstr "لا شيئ" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 85 +-#: rc.cpp:1649 ++#: rc.cpp:1592 + #, no-c-format + msgid "IPFilter:" + msgstr "" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 126 +-#: rc.cpp:1667 ++#: rc.cpp:1610 + #, no-c-format + msgid "Search:" + msgstr "" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 167 +-#: rc.cpp:1685 ++#: rc.cpp:1628 + #, no-c-format + msgid "UPnP:" + msgstr "" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 178 +-#: rc.cpp:1688 ++#: rc.cpp:1631 + #, no-c-format + msgid "ScanFolder:" + msgstr "" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 249 +-#: rc.cpp:1721 ++#: rc.cpp:1664 + #, no-c-format + msgid "Scheduler:" + msgstr "" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 290 +-#: rc.cpp:1739 ++#: rc.cpp:1682 + #, no-c-format + msgid "PartFileImport:" + msgstr "" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 301 +-#: rc.cpp:1742 ++#: rc.cpp:1685 + #, no-c-format + msgid "InfoWidget:" + msgstr "" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 342 +-#: rc.cpp:1760 ++#: rc.cpp:1703 + #, no-c-format + msgid "RSS plugin:" + msgstr "" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 413 +-#: rc.cpp:1793 ++#: rc.cpp:1736 + #, fuzzy, no-c-format + msgid "WebInterface plugin:" + msgstr "الخيارات العامة" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 426 +-#: rc.cpp:1796 ++#: rc.cpp:1739 + #, no-c-format + msgid "System" + msgstr "النظام" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 437 +-#: rc.cpp:1799 ++#: rc.cpp:1742 + #, no-c-format + msgid "General:" + msgstr "العام:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 445 +-#: rc.cpp:1802 ++#: rc.cpp:1745 + #, no-c-format + msgid "Connections:" + msgstr "الإتصالات:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 559 +-#: rc.cpp:1856 ++#: rc.cpp:1799 + #, no-c-format + msgid "Disk I/O:" + msgstr "" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 640 +-#: rc.cpp:1892 ++#: rc.cpp:1835 + #, no-c-format + msgid "Use rich te&xt for log" + msgstr "" + + #. i18n: file ./plugins/search/searchpref.ui line 41 +-#: rc.cpp:1898 ++#: rc.cpp:1841 + #, no-c-format + msgid "External Browser" + msgstr "متصفح خارجي" + + #. i18n: file ./plugins/search/searchpref.ui line 52 +-#: rc.cpp:1901 ++#: rc.cpp:1844 + #, fuzzy, no-c-format + msgid "Open searches in external browser" + msgstr "إفتح نتائج البحث في المتصفح ال&خارجي" + + #. i18n: file ./plugins/search/searchpref.ui line 60 +-#: rc.cpp:1904 rc.cpp:1955 ++#: rc.cpp:1847 rc.cpp:1892 + #, no-c-format + msgid "Use default browser" + msgstr "إستعمل المتصفح الإفتراضي" + + #. i18n: file ./plugins/search/searchpref.ui line 79 +-#: rc.cpp:1908 ++#: rc.cpp:1850 + #, no-c-format + msgid "Custom browser path:" + msgstr "مسار المتصفح المعتاد:" + + #. i18n: file ./plugins/search/searchpref.ui line 116 +-#: rc.cpp:1912 ++#: rc.cpp:1853 + #, no-c-format + msgid "Search Engines" + msgstr "محركات البحث" + + #. i18n: file ./plugins/search/searchpref.ui line 143 +-#: rc.cpp:1916 ++#: rc.cpp:1856 + #, no-c-format + msgid "Search engine name:" + msgstr "إسم محرك البحث:" + + #. i18n: file ./plugins/search/searchpref.ui line 187 +-#: rc.cpp:1922 ++#: rc.cpp:1862 + #, no-c-format + msgid "&Add" + msgstr "&أضف" + + #. i18n: file ./plugins/search/searchpref.ui line 195 +-#: rc.cpp:1925 ++#: rc.cpp:1865 + #, no-c-format + msgid "Engines" + msgstr "المحركات" + + #. i18n: file ./plugins/search/searchpref.ui line 206 +-#: rc.cpp:1928 ++#: rc.cpp:1868 + #, no-c-format + msgid "URL" + msgstr "" + + #. i18n: file ./plugins/search/searchpref.ui line 257 +-#: rc.cpp:1934 ++#: rc.cpp:1874 + #, no-c-format + msgid "R&emove All" + msgstr "أ&حذف الكلّ" + + #. i18n: file ./plugins/search/searchpref.ui line 282 +-#: rc.cpp:1937 ++#: rc.cpp:1877 + #, no-c-format + msgid "Add Defau<" + msgstr "أضف الإفترا&ضي" + + #. i18n: file ./plugins/search/searchpref.ui line 290 +-#: rc.cpp:1940 ++#: rc.cpp:1880 + #, no-c-format + msgid "Update From Internet" + msgstr "" + + #. i18n: file ./plugins/search/searchbar.ui line 53 + #: plugins/search/searchplugin.cpp:50 plugins/search/searchtab.cpp:48 +-#: rc.cpp:1946 ++#: rc.cpp:1883 + #, no-c-format + msgid "Search" + msgstr "إبحث" + + #. i18n: file ./plugins/search/searchbar.ui line 78 +-#: rc.cpp:1949 ++#: rc.cpp:1886 + #, no-c-format + msgid "Search engine:" + msgstr "محرك البحث:" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 10 +-#: rc.cpp:1952 ++#: rc.cpp:1889 + #, no-c-format + msgid "Current search engine" + msgstr "محرك البحث الحالي" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 19 +-#: rc.cpp:1958 ++#: rc.cpp:1895 + #, no-c-format + msgid "Use custom browser" + msgstr "إستعمل المتصفح المعتاد" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 23 +-#: rc.cpp:1961 ++#: rc.cpp:1898 + #, no-c-format + msgid "Custom browser executable path" + msgstr "" +@@ -4020,33 +4020,33 @@ msgstr "جاري فحص البيانات" + msgid "Stopped. No space left on device." + msgstr "" + +-#: libktorrent/torrent/queuemanager.cpp:135 ++#: libktorrent/torrent/queuemanager.cpp:136 + msgid "" + "You don't have enough disk space to download this torrent. Are you sure you " + "want to continue?" + msgstr "" + +-#: libktorrent/torrent/queuemanager.cpp:135 ++#: libktorrent/torrent/queuemanager.cpp:136 + #, c-format + msgid "Insufficient disk space for %1" + msgstr "" + +-#: libktorrent/torrent/queuemanager.cpp:157 ++#: libktorrent/torrent/queuemanager.cpp:158 + msgid "" + "Torrent \"%1\" has reached its maximum share ratio. Ignore the limit and start " + "seeding anyway?" + msgstr "" + +-#: libktorrent/torrent/queuemanager.cpp:157 ++#: libktorrent/torrent/queuemanager.cpp:158 + msgid "Maximum share ratio limit reached." + msgstr "" + +-#: libktorrent/torrent/queuemanager.cpp:236 +-#: libktorrent/torrent/queuemanager.cpp:760 ++#: libktorrent/torrent/queuemanager.cpp:237 ++#: libktorrent/torrent/queuemanager.cpp:763 + msgid "Error stopping torrent %1 : %2" + msgstr "خطأ إيقاف السيل %1 : %2" + +-#: libktorrent/torrent/queuemanager.cpp:742 ++#: libktorrent/torrent/queuemanager.cpp:745 + msgid "Error starting torrent %1 : %2" + msgstr "خطأ بدء تشغيل السيل %1 : %2" + +diff --git a/translations/bg/messages/ktorrent.po b/translations/bg/messages/ktorrent.po +index 57a568e..b9867a8 100644 +--- a/translations/bg/messages/ktorrent.po ++++ b/translations/bg/messages/ktorrent.po +@@ -6,8 +6,8 @@ + msgid "" + msgstr "" + "Project-Id-Version: ktorrent\n" +-"POT-Creation-Date: 2008-04-18 19:40+0200\n" +-"PO-Revision-Date: 2008-03-04 21:53+0000\n" ++"POT-Creation-Date: 2008-07-08 22:20+0200\n" ++"PO-Revision-Date: 2008-06-12 21:29+0000\n" + "Last-Translator: Zlatko Popov \n" + "Language-Team: Bulgarian \n" + "MIME-Version: 1.0\n" +@@ -20,7 +20,7 @@ msgid "No incoming connections (possibly firewalled)" + msgstr "Няма вх. връзки (вероятно има защитна стена)" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 42 +-#: apps/ktorrent/ktorrent.cpp:184 rc.cpp:345 rc.cpp:383 rc.cpp:1019 ++#: apps/ktorrent/ktorrent.cpp:184 rc.cpp:336 rc.cpp:369 rc.cpp:989 + #, no-c-format + msgid "Info" + msgstr "Информация" +@@ -188,7 +188,7 @@ msgstr "Неправилен адрес (URL)." + #. i18n: file ./apps/ktorrent/ktorrentui.rc line 9 + #: apps/ktorrent/groups/downloadgroup.cpp:27 + #: apps/ktorrent/groups/groupmanager.h:57 apps/ktorrent/pref.cpp:147 +-#: apps/ktorrent/viewmanager.cpp:62 rc.cpp:138 rc.cpp:342 ++#: apps/ktorrent/viewmanager.cpp:62 rc.cpp:132 rc.cpp:333 + #, no-c-format + msgid "Downloads" + msgstr "Сваляния" +@@ -311,7 +311,7 @@ msgid "Document to open" + msgstr "Документ за отваряне" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 59 +-#: apps/ktorrent/main.cpp:120 rc.cpp:553 ++#: apps/ktorrent/main.cpp:120 rc.cpp:532 + #, no-c-format + msgid "KTorrent" + msgstr "KTorrent" +@@ -576,7 +576,7 @@ msgstr "Торент потребители:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 85 + #: apps/ktorrent/ktorrentviewmenu.cpp:66 plugins/infowidget/peerview.cpp:221 +-#: rc.cpp:77 rc.cpp:1256 rc.cpp:1307 ++#: rc.cpp:75 rc.cpp:1208 rc.cpp:1259 + #, no-c-format + msgid "DHT" + msgstr "DHT (протокол за размяна между децентрализирани потребители)" +@@ -618,7 +618,7 @@ msgid "Add to Group" + msgstr "Добавяне към групата" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 16 +-#: apps/ktorrent/ktorrentviewmenu.cpp:100 rc.cpp:147 ++#: apps/ktorrent/ktorrentviewmenu.cpp:100 rc.cpp:141 + #, no-c-format + msgid "Speed Limits" + msgstr "Ограничение на скоростта" +@@ -638,7 +638,7 @@ msgid "Malformed IP address." + msgstr "Неправилен IP адрес." + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 311 +-#: apps/ktorrent/pref.cpp:58 rc.cpp:282 ++#: apps/ktorrent/pref.cpp:58 rc.cpp:273 + #, no-c-format + msgid "Preferences" + msgstr "Настройки" +@@ -675,7 +675,7 @@ msgid "Advanced" + msgstr "Разширени" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 27 +-#: apps/ktorrent/pref.cpp:411 rc.cpp:540 ++#: apps/ktorrent/pref.cpp:411 rc.cpp:519 + #, no-c-format + msgid "Advanced Options" + msgstr "Разширени настройки" +@@ -686,7 +686,7 @@ msgstr "Видими колони" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 16 + #: apps/ktorrent/ktorrentview.cpp:135 +-#: plugins/infowidget/infowidgetplugin.cpp:76 rc.cpp:1016 ++#: plugins/infowidget/infowidgetplugin.cpp:76 rc.cpp:986 + #, no-c-format + msgid "Status" + msgstr "Състояние" +@@ -708,7 +708,7 @@ msgstr "Качени" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 313 + #: apps/ktorrent/ktorrentview.cpp:139 plugins/infowidget/peerview.cpp:216 +-#: rc.cpp:1010 ++#: rc.cpp:980 + #, no-c-format + msgid "Down Speed" + msgstr "Скорост на сваляне" +@@ -834,7 +834,7 @@ msgid "User" + msgstr "Потребител" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 24 +-#: apps/ktorrent/queuedialog.cpp:75 rc.cpp:249 ++#: apps/ktorrent/queuedialog.cpp:75 rc.cpp:240 + #, no-c-format + msgid "Queue Manager" + msgstr "Мениджър на опашката" +@@ -1057,8 +1057,8 @@ msgid "Start torrent" + msgstr "Стартиране на торента" + + #. i18n: file ./apps/ktorrent/fileselectdlgbase.ui line 160 +-#: plugins/infowidget/fileview.cpp:49 rc.cpp:27 rc.cpp:1244 rc.cpp:1259 +-#: rc.cpp:1349 rc.cpp:1439 ++#: plugins/infowidget/fileview.cpp:49 rc.cpp:27 rc.cpp:1196 rc.cpp:1211 ++#: rc.cpp:1301 rc.cpp:1385 + #, no-c-format + msgid "Download" + msgstr "Сваляне" +@@ -1112,13 +1112,13 @@ msgid "Encryption" + msgstr "Шифроване" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 58 +-#: rc.cpp:64 rc.cpp:787 ++#: rc.cpp:63 rc.cpp:764 + #, no-c-format + msgid "Use protocol encryption" + msgstr "Шифроване на протоколите" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 64 +-#: rc.cpp:68 ++#: rc.cpp:66 + #, no-c-format + msgid "" + "Protocol encryption is used to prevent ISP's from slowing down bittorrent " +@@ -1128,13 +1128,13 @@ msgstr "" + "забавя връзките." + + #. i18n: file ./apps/ktorrent/generalpref.ui line 72 +-#: rc.cpp:71 rc.cpp:790 ++#: rc.cpp:69 rc.cpp:767 + #, no-c-format + msgid "Allow unencrypted connections" + msgstr "Нешифровани връзки" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 75 +-#: rc.cpp:74 ++#: rc.cpp:72 + #, no-c-format + msgid "" + "If unchecked, you'll be able to connect only to clients supporting encryption." +@@ -1143,7 +1143,7 @@ msgstr "" + "шифроване." + + #. i18n: file ./apps/ktorrent/generalpref.ui line 88 +-#: rc.cpp:80 ++#: rc.cpp:78 + #, no-c-format + msgid "" + "Distributed Hash Table protocol." +@@ -1154,170 +1154,170 @@ msgstr "" + "информация вижте ръководството" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 99 +-#: rc.cpp:83 ++#: rc.cpp:81 + #, no-c-format + msgid "&Use DHT to get additional peers" + msgstr "&Използване на DHT за намиране на потребители" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 118 +-#: rc.cpp:87 ++#: rc.cpp:84 + #, no-c-format + msgid "UDP port for DHT communication:" + msgstr "UDP порт за комуникация с DHT:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 161 +-#: rc.cpp:90 ++#: rc.cpp:87 + #, no-c-format + msgid "Custom IP" + msgstr "Потребителско IP" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 172 +-#: rc.cpp:93 ++#: rc.cpp:90 + #, no-c-format + msgid "Se&nd the tracker a custom IP address or hostname" + msgstr "" +-"&Изпращане на потребителското IP или името на хоста на координиращ сървър" ++"&Изпращане на потребителското IP или името на хоста на координиращия сървър" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 188 +-#: rc.cpp:96 ++#: rc.cpp:93 + #, no-c-format + msgid "Custom IP address or hostname:" + msgstr "Потребителско IP или име на хост:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 205 +-#: rc.cpp:99 ++#: rc.cpp:96 + #, no-c-format + msgid "System Tray Icon" + msgstr "Икона в системния панел" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 216 +-#: rc.cpp:102 ++#: rc.cpp:99 + #, no-c-format + msgid "Show s&ystem tray icon" + msgstr "Показване на &икона в системния панел" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 224 +-#: rc.cpp:105 ++#: rc.cpp:102 + #, no-c-format + msgid "Show speed &bar in tray icon" + msgstr "Показване на &лента за скоростта в системния панел" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 232 +-#: rc.cpp:108 ++#: rc.cpp:105 + #, no-c-format + msgid "Show system tray popup messages" + msgstr "Показване на изскачащи съобщения в системния панел" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 251 +-#: rc.cpp:112 ++#: rc.cpp:108 + #, no-c-format + msgid "Upload bandwidth (in KB/sec):" + msgstr "Лента на качване (кБ/сек):" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 276 +-#: rc.cpp:115 ++#: rc.cpp:111 + #, no-c-format + msgid "Download bandwidth (in KB/sec):" + msgstr "Лента на сваляне (кБ/сек):" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 305 +-#: rc.cpp:118 ++#: rc.cpp:114 + #, no-c-format + msgid "Folders" + msgstr "Директории" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 324 +-#: rc.cpp:121 ++#: rc.cpp:117 + #, no-c-format + msgid "Folder to store temporary files:" + msgstr "Папка за съхранение на временните файлове:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 342 +-#: rc.cpp:124 ++#: rc.cpp:120 + #, no-c-format + msgid "Move completed downloads to:" + msgstr "Преместване на свалените в:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 353 +-#: rc.cpp:128 ++#: rc.cpp:123 + #, no-c-format + msgid "&Automatically save downloads to:" + msgstr "&Автоматично записване на свалянията в:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 395 +-#: rc.cpp:131 ++#: rc.cpp:126 + #, no-c-format + msgid "Copy .torrent files to:" + msgstr "Копиране на .torrent файловете в:" + + #. i18n: file ./apps/ktorrent/ktorrentui.rc line 34 +-#: rc.cpp:144 ++#: rc.cpp:138 + #, no-c-format + msgid "Download Toolbar" + msgstr "Лента с инструменти за сваляне" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 27 +-#: rc.cpp:150 ++#: rc.cpp:144 + #, no-c-format + msgid "Set the speed limits for torrent" + msgstr "Задаване ограничения на скоростта за торент" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 51 +-#: rc.cpp:153 ++#: rc.cpp:147 + #, no-c-format + msgid "Max upload rate:" + msgstr "Макс. скорост на качване:" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 59 +-#: rc.cpp:156 ++#: rc.cpp:150 + #, no-c-format + msgid "Max download rate:" + msgstr "Макс. скорост на сваляне:" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 97 +-#: rc.cpp:159 rc.cpp:162 ++#: rc.cpp:153 rc.cpp:156 + #, no-c-format + msgid "KB/s (0 is no limit)" + msgstr "кБ/сек (0 = без ограничение)" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 16 +-#: rc.cpp:171 ++#: rc.cpp:165 + #, no-c-format + msgid "Add potential peer" + msgstr "Добавяне на потенциален потребител" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 35 +-#: rc.cpp:174 ++#: rc.cpp:168 + #, no-c-format + msgid "Peer IP:" + msgstr "Потребителско IP:" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 43 +-#: rc.cpp:177 rc.cpp:208 ++#: rc.cpp:171 rc.cpp:201 + #, no-c-format + msgid "127.0.0.1" + msgstr "127.0.0.1" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 51 +-#: rc.cpp:180 rc.cpp:288 rc.cpp:525 rc.cpp:931 ++#: rc.cpp:174 rc.cpp:279 rc.cpp:504 rc.cpp:908 + #, no-c-format + msgid "Port:" + msgstr "Порт:" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 100 +-#: rc.cpp:183 ++#: rc.cpp:177 + #, no-c-format + msgid "Enter peer IP and port." + msgstr "Въведете IP и порт на потребителя." + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 16 +-#: rc.cpp:193 ++#: rc.cpp:186 + #, no-c-format + msgid "KTorrent Blacklist" + msgstr "Черен списък на KTorrent" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 30 +-#: rc.cpp:196 ++#: rc.cpp:189 + #, no-c-format + msgid "" + "Note: Blacklist applies to current session only. Use save/open to save your " +@@ -1328,474 +1328,474 @@ msgstr "" + "IP в раздела \"Настройване на KTorrent\"." + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 41 +-#: rc.cpp:199 ++#: rc.cpp:192 + #, no-c-format + msgid "Banned Peers" + msgstr "Блокирани потребители" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 50 +-#: rc.cpp:202 ++#: rc.cpp:195 + #, no-c-format + msgid "Peer IP address" + msgstr "IP адрес на потребител" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 96 +-#: rc.cpp:205 ++#: rc.cpp:198 + #, no-c-format + msgid "Add peer:" + msgstr "Добавяне на потребител:" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 134 +-#: rc.cpp:215 ++#: rc.cpp:207 + #, no-c-format + msgid "Adds a peer to blacklist" + msgstr "Добавяне на потребител към черния списък" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 168 +-#: rc.cpp:222 ++#: rc.cpp:213 + #, no-c-format + msgid "Removes selected peer from blacklist" + msgstr "Премахване на маркирания потребител от черния списък" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 176 +-#: rc.cpp:225 ++#: rc.cpp:216 + #, no-c-format + msgid "C&lear" + msgstr "&Изчистване" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 182 +-#: rc.cpp:228 ++#: rc.cpp:219 + #, no-c-format + msgid "Clears this list" + msgstr "Изчистване на списъка" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 218 +-#: rc.cpp:234 ++#: rc.cpp:225 + #, no-c-format + msgid "Save &As..." + msgstr "Запис &като..." + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 224 +-#: rc.cpp:237 ++#: rc.cpp:228 + #, no-c-format + msgid "Save this blacklist to use with KTorrent IPFilter plugin" + msgstr "" + "Запис на черния списък, за да бъде използван с приставката за филтриране по IP" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 59 +-#: rc.cpp:252 ++#: rc.cpp:243 + #, no-c-format + msgid "Maximum downloads:" + msgstr "Максимално сваляния:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 86 +-#: rc.cpp:255 ++#: rc.cpp:246 + #, no-c-format + msgid "Maximum seeds:" + msgstr "Максимално качвания:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 94 +-#: rc.cpp:258 ++#: rc.cpp:249 + #, no-c-format + msgid "Start download on low disk space :" + msgstr "Сваляне при малко дисково пространство :" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 102 +-#: rc.cpp:261 ++#: rc.cpp:252 + #, no-c-format + msgid "Minimum disk space:" + msgstr "Минимално дисково пространство:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 140 +-#: rc.cpp:264 ++#: rc.cpp:255 + #, no-c-format + msgid "Don't start" +-msgstr "Без стартиране" ++msgstr "Не" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 145 +-#: rc.cpp:267 ++#: rc.cpp:258 + #, no-c-format + msgid "Always ask" +-msgstr "Питане винаги" ++msgstr "Питане" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 150 +-#: rc.cpp:270 ++#: rc.cpp:261 + #, no-c-format + msgid "Force start" +-msgstr "Принудително стартиране" ++msgstr "Да" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 208 +-#: rc.cpp:273 ++#: rc.cpp:264 + #, no-c-format + msgid "MB" + msgstr "МБ" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 236 +-#: rc.cpp:276 rc.cpp:279 rc.cpp:312 rc.cpp:315 rc.cpp:324 ++#: rc.cpp:267 rc.cpp:270 rc.cpp:303 rc.cpp:306 rc.cpp:315 + #, no-c-format + msgid "(0 is no limit)" + msgstr "(0 = без ограничение)" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 330 +-#: rc.cpp:285 ++#: rc.cpp:276 + #, no-c-format + msgid "Maximum download rate:" + msgstr "Максимална скорост на сваляне:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 346 +-#: rc.cpp:291 ++#: rc.cpp:282 + #, no-c-format + msgid "Global connection limit:" + msgstr "Ограничение на глобалната връзка:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 354 +-#: rc.cpp:294 ++#: rc.cpp:285 + #, no-c-format + msgid "Max seed time:" + msgstr "Макс. време на качване:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 370 +-#: rc.cpp:297 ++#: rc.cpp:288 + #, no-c-format + msgid "Maximum connections per torrent:" + msgstr "Максимално връзки за торент:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 397 +-#: rc.cpp:300 ++#: rc.cpp:291 + #, no-c-format + msgid "Number of upload slots:" + msgstr "Брой слотове при качване:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 405 +-#: rc.cpp:303 ++#: rc.cpp:294 + #, no-c-format + msgid "UDP tracker port:" + msgstr "Порт на UDP координиращ сървър:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 413 +-#: rc.cpp:306 ++#: rc.cpp:297 + #, no-c-format + msgid "Max share ratio:" + msgstr "Макс. коефициент на споделяне:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 421 +-#: rc.cpp:309 ++#: rc.cpp:300 + #, no-c-format + msgid "Maximum upload rate:" + msgstr "Максимална скорост на качване:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 576 +-#: rc.cpp:318 rc.cpp:321 ++#: rc.cpp:309 rc.cpp:312 + #, no-c-format + msgid "KB/sec (0 is no limit)" + msgstr "кБ/сек (0 = без ограничение)" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 651 +-#: rc.cpp:327 ++#: rc.cpp:318 + #, no-c-format + msgid "Hours (0 is no limit)" + msgstr "часа (0 = без ограничение)" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 663 +-#: rc.cpp:330 ++#: rc.cpp:321 + #, no-c-format + msgid "&Keep seeding after download is finished" + msgstr "&Продължаване на качването след като свалянето завърши" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 674 +-#: rc.cpp:333 ++#: rc.cpp:324 + #, no-c-format + msgid "Attention" + msgstr "Внимание" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 685 +-#: rc.cpp:336 ++#: rc.cpp:327 + #, no-c-format + msgid "" + "The above ports must also be forwarded if you are behind a router. The UPnP " + "plugin can do this for you." + msgstr "" +-"Ако сте зад маршрутизатор горните портове трябва да бъдат пренасочени. " +-"Приставката UPnP може да го направи вместо вас." ++"Ако сте зад маршрутизатор, горните портове трябва да бъдат пренасочени. " ++"Приставката UPnP може да ви помогне за това." + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 16 +-#: rc.cpp:339 ++#: rc.cpp:330 + #, no-c-format + msgid "KT Queue Dialog" + msgstr "Опашка - КТ" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 69 +-#: rc.cpp:348 rc.cpp:386 rc.cpp:1107 ++#: rc.cpp:339 rc.cpp:372 rc.cpp:1067 + #, no-c-format + msgid "Status:" + msgstr "Състояние:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 85 +-#: rc.cpp:351 rc.cpp:389 rc.cpp:1808 ++#: rc.cpp:342 rc.cpp:375 rc.cpp:1751 + #, no-c-format + msgid "Tracker:" + msgstr "Координиращ сървър:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 93 +-#: rc.cpp:354 rc.cpp:392 rc.cpp:1805 ++#: rc.cpp:345 rc.cpp:378 rc.cpp:1748 + #, no-c-format + msgid "DHT:" + msgstr "DHT:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 109 +-#: rc.cpp:357 rc.cpp:395 rc.cpp:1061 ++#: rc.cpp:348 rc.cpp:381 rc.cpp:1025 + #, no-c-format + msgid "Share ratio:" + msgstr "Коефициент на споделяне:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 117 +-#: rc.cpp:360 ++#: rc.cpp:351 + #, no-c-format + msgid "Bytes left:" + msgstr "Остават:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 177 +-#: rc.cpp:368 rc.cpp:377 ++#: rc.cpp:354 rc.cpp:363 + #, no-c-format + msgid "Torrent" + msgstr "Торент" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 188 +-#: rc.cpp:371 rc.cpp:380 ++#: rc.cpp:357 rc.cpp:366 + #, no-c-format + msgid "Controlled by" + msgstr "Контролирано от" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 214 +-#: rc.cpp:374 ++#: rc.cpp:360 + #, no-c-format + msgid "Upload&s" + msgstr "&Качвания" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 333 +-#: rc.cpp:398 ++#: rc.cpp:384 + #, no-c-format + msgid "Uploaded:" + msgstr "Качени:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 486 +-#: rc.cpp:406 ++#: rc.cpp:387 + #, no-c-format + msgid "M&ove up" + msgstr "П&реместване нагоре" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 494 +-#: rc.cpp:409 ++#: rc.cpp:390 + #, no-c-format + msgid "Move dow&n" + msgstr "Преместване на&долу" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 519 +-#: rc.cpp:412 ++#: rc.cpp:393 + #, no-c-format + msgid "Move to top" + msgstr "Преместване отгоре" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 530 +-#: rc.cpp:416 ++#: rc.cpp:396 + #, no-c-format + msgid "Move to &bottom" + msgstr "Преместване &отдолу" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 555 +-#: rc.cpp:419 ++#: rc.cpp:399 + #, no-c-format + msgid "&QM Controlled" + msgstr "Контролирано от &мениджъра на опашката" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 563 +-#: rc.cpp:422 ++#: rc.cpp:402 + #, no-c-format + msgid "&User Controlled" + msgstr "Контролирано от &потребителя" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 30 +-#: rc.cpp:434 ++#: rc.cpp:414 + #, no-c-format + msgid "Paste URL" + msgstr "Поставяне на адрес (URL)" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 52 +-#: rc.cpp:437 rc.cpp:1104 rc.cpp:1919 ++#: rc.cpp:417 rc.cpp:1064 rc.cpp:1859 + #, no-c-format + msgid "URL:" + msgstr "Адрес (URL):" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 106 +-#: rc.cpp:440 ++#: rc.cpp:420 + #, no-c-format + msgid "O&K" + msgstr "О&К" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 114 +-#: rc.cpp:443 rc.cpp:675 rc.cpp:1176 ++#: rc.cpp:423 rc.cpp:653 rc.cpp:1128 + #, no-c-format + msgid "C&ancel" + msgstr "&Отмяна" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 16 +-#: rc.cpp:446 ++#: rc.cpp:426 + #, no-c-format + msgid "Create Torrent" + msgstr "Създаване на торент" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 38 +-#: rc.cpp:449 ++#: rc.cpp:429 + #, no-c-format + msgid "The file or folder of which you want to create a torrent:" + msgstr "Файлът или папката, която искате да направите торент:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 53 +-#: rc.cpp:452 ++#: rc.cpp:432 + #, no-c-format + msgid "You must add at least one tracker or node." + msgstr "Трябва да добавите поне един координиращ сървър или възел." + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 61 +-#: rc.cpp:455 ++#: rc.cpp:435 + #, no-c-format + msgid "File Options" + msgstr "Настройки на файл" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 80 +-#: rc.cpp:458 ++#: rc.cpp:438 + #, no-c-format + msgid "Size of each chunk:" + msgstr "Големина на всяко парче:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 86 +-#: rc.cpp:461 ++#: rc.cpp:441 + #, no-c-format + msgid "32" + msgstr "32" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 91 +-#: rc.cpp:464 ++#: rc.cpp:444 + #, no-c-format + msgid "64" + msgstr "64" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 96 +-#: rc.cpp:467 ++#: rc.cpp:447 + #, no-c-format + msgid "128" + msgstr "128" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 101 +-#: rc.cpp:470 ++#: rc.cpp:450 + #, no-c-format + msgid "256" + msgstr "256" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 106 +-#: rc.cpp:473 ++#: rc.cpp:453 + #, no-c-format + msgid "512" + msgstr "512" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 111 +-#: rc.cpp:476 ++#: rc.cpp:456 + #, no-c-format + msgid "1024" + msgstr "1024" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 116 +-#: rc.cpp:479 ++#: rc.cpp:459 + #, no-c-format + msgid "2048" + msgstr "2048" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 121 +-#: rc.cpp:482 ++#: rc.cpp:462 + #, no-c-format + msgid "4096" + msgstr "4096" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 126 +-#: rc.cpp:485 ++#: rc.cpp:465 + #, no-c-format + msgid "8192" + msgstr "8192" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 138 +-#: rc.cpp:488 rc.cpp:633 ++#: rc.cpp:468 rc.cpp:611 + #, no-c-format + msgid "KB" + msgstr "кБ" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 165 +-#: rc.cpp:491 ++#: rc.cpp:471 + #, no-c-format + msgid "Start seedin&g the torrent" + msgstr "&Качване на торента" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 176 +-#: rc.cpp:494 ++#: rc.cpp:474 + #, no-c-format + msgid "Decentrali&zed (DHT only)" + msgstr "&Децентрализирано (само DHT)" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 184 +-#: rc.cpp:497 ++#: rc.cpp:477 + #, no-c-format + msgid "Private torrent (DHT not allowed)" + msgstr "Частен торент (DHT не е разрешен)" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 202 +-#: rc.cpp:500 ++#: rc.cpp:480 + #, no-c-format + msgid "Comments:" + msgstr "Коментари:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 248 +-#: rc.cpp:503 ++#: rc.cpp:483 + #, no-c-format + msgid "&Create" + msgstr "&Създаване" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 262 +-#: rc.cpp:506 rc.cpp:1325 ++#: rc.cpp:486 rc.cpp:1277 + #, no-c-format + msgid "Ca&ncel" + msgstr "&Отмяна" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 275 +-#: plugins/infowidget/infowidgetplugin.cpp:214 rc.cpp:509 rc.cpp:1101 ++#: plugins/infowidget/infowidgetplugin.cpp:214 rc.cpp:489 rc.cpp:1061 + #, no-c-format + msgid "Trackers" + msgstr "Координиращи сървъри" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 283 +-#: rc.cpp:512 ++#: rc.cpp:492 + #, no-c-format + msgid "DHT nodes" + msgstr "DHT възли" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 333 +-#: rc.cpp:522 ++#: rc.cpp:501 + #, no-c-format + msgid "Node:" + msgstr "Възел:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 385 +-#: rc.cpp:528 ++#: rc.cpp:507 + #, no-c-format + msgid "IP or hostname" + msgstr "IP или име на хост" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 396 +-#: rc.cpp:531 rc.cpp:718 rc.cpp:721 ++#: rc.cpp:510 rc.cpp:695 rc.cpp:698 + #, no-c-format + msgid "Port" + msgstr "Порт" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 437 +-#: rc.cpp:534 ++#: rc.cpp:513 + #, no-c-format + msgid "" + "NOTE: Some known good DHT nodes are already inserted. You should probably " +@@ -1805,19 +1805,19 @@ msgstr "" + "напишете IP адреса и порта си, ако смятате да качвате този торент." + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 16 +-#: rc.cpp:537 ++#: rc.cpp:516 + #, no-c-format + msgid "Advanced Preferences" + msgstr "Разширени настройки" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 46 +-#: rc.cpp:543 ++#: rc.cpp:522 + #, no-c-format + msgid "Time left estimation algorithm:" + msgstr "Алгоритъм за оставащото време:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 53 +-#: rc.cpp:546 rc.cpp:568 ++#: rc.cpp:525 rc.cpp:547 + #, no-c-format + msgid "" + "KTorrent algorithm: Default algorithm using combination of other " +@@ -1843,428 +1843,428 @@ msgstr "" + "Алгоритъм за преместване: Средна скорост на преместване, изчислена от Х" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 64 +-#: rc.cpp:556 ++#: rc.cpp:535 + #, no-c-format + msgid "Current speed" + msgstr "Текуща скорост" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 69 +-#: rc.cpp:559 ++#: rc.cpp:538 + #, no-c-format + msgid "Global average speed" + msgstr "Средна скорост" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 74 +-#: rc.cpp:562 ++#: rc.cpp:541 + #, no-c-format + msgid "Window of X" + msgstr "Х" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 79 +-#: rc.cpp:565 ++#: rc.cpp:544 + #, no-c-format + msgid "Moving average" + msgstr "Средно преместване" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 98 +-#: rc.cpp:575 ++#: rc.cpp:554 + #, no-c-format + msgid "(takes effect after restart)" + msgstr "(активира се след рестартиране)" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 125 +-#: rc.cpp:578 ++#: rc.cpp:557 + #, no-c-format + msgid "Disa&ble diskspace preallocation" + msgstr "&Изключване преразпределянето на дисковото пространство" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 141 +-#: rc.cpp:581 ++#: rc.cpp:560 + #, no-c-format + msgid "F&ully preallocate diskspace (avoids fragmentation)" + msgstr "" + "Пълно преразпределяне на &дисковото пространство (избягва фрагментацията)" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 147 +-#: rc.cpp:584 ++#: rc.cpp:563 + #, no-c-format + msgid "Basic (slow)" + msgstr "Основно (бавно)" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 152 +-#: rc.cpp:587 ++#: rc.cpp:566 + #, no-c-format + msgid "Filesystem specific" + msgstr "Особености на файловата система" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 174 +-#: rc.cpp:590 ++#: rc.cpp:569 + #, no-c-format + msgid "Performance" + msgstr "Натоварване" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 193 +-#: rc.cpp:593 ++#: rc.cpp:572 + #, no-c-format + msgid "Memory usage:" + msgstr "Използвана памет:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 199 +-#: rc.cpp:596 ++#: rc.cpp:575 + #, no-c-format + msgid "Low" + msgstr "Малко" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 204 +-#: rc.cpp:599 ++#: rc.cpp:578 + #, no-c-format + msgid "Medium" + msgstr "Средно" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 209 +-#: rc.cpp:602 ++#: rc.cpp:581 + #, no-c-format + msgid "High" + msgstr "Много" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 248 +-#: rc.cpp:605 ++#: rc.cpp:584 + #, no-c-format + msgid "GUI update interval:" + msgstr "Интервал за обновяване на ГПИ:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 254 +-#: rc.cpp:608 ++#: rc.cpp:587 + #, no-c-format + msgid "500ms" + msgstr "500 мс" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 259 +-#: rc.cpp:611 ++#: rc.cpp:590 + #, no-c-format + msgid "1s" + msgstr "1 с" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 264 +-#: rc.cpp:614 ++#: rc.cpp:593 + #, no-c-format + msgid "2s" + msgstr "2 с" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 269 +-#: rc.cpp:617 ++#: rc.cpp:596 + #, no-c-format + msgid "5s" + msgstr "5 с" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 308 +-#: rc.cpp:620 ++#: rc.cpp:599 + #, no-c-format + msgid "Fast CPU" + msgstr "Бърз процесор" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 342 +-#: rc.cpp:624 ++#: rc.cpp:602 + #, no-c-format + msgid "Slow CPU" + msgstr "Бавен процесор" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 354 +-#: rc.cpp:627 ++#: rc.cpp:605 + #, no-c-format + msgid "Data Checking" + msgstr "Проверка на данните" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 373 +-#: rc.cpp:630 ++#: rc.cpp:608 + #, no-c-format + msgid "During uploading, do ¬ recheck chunks bigger than" + msgstr "По време на качване да &не се проверяват наново парчета по-големи от" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 430 +-#: rc.cpp:636 ++#: rc.cpp:614 + #, no-c-format + msgid "Do a data integrit&y check after" + msgstr "Проверка &цялостта на данните след" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 449 +-#: rc.cpp:639 ++#: rc.cpp:617 + #, no-c-format + msgid "corrupted chunks" + msgstr "повредени парчета" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 478 +-#: rc.cpp:642 ++#: rc.cpp:620 + #, no-c-format + msgid "Networking" + msgstr "Мрежа" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 505 +-#: rc.cpp:645 ++#: rc.cpp:623 + #, no-c-format + msgid "Maximum number of connection setups:" + msgstr "Максимално връзки за торент:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 527 +-#: rc.cpp:648 ++#: rc.cpp:626 + #, no-c-format + msgid "DSCP for IP packets:" + msgstr "DSCP за IP пакети:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 570 +-#: rc.cpp:651 ++#: rc.cpp:629 + #, no-c-format + msgid "Do not use the KDE pro&xy settings for HTTP tracker connections" + msgstr "Без използване &проксито на KDE за връзки към HTTP координиращ сървър" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 586 +-#: rc.cpp:654 ++#: rc.cpp:632 + #, no-c-format + msgid "HTTP tracker proxy:" + msgstr "Прокси на HTTP координиращ сървър:" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 24 +-#: rc.cpp:657 ++#: rc.cpp:635 + #, no-c-format + msgid "Scanning data" + msgstr "Сканиране на данни" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 38 +-#: rc.cpp:660 ++#: rc.cpp:638 + #, no-c-format + msgid "Scanning data of torrent :" + msgstr "Сканиране данните на торент :" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 62 +-#: rc.cpp:663 ++#: rc.cpp:641 + #, no-c-format + msgid "Number of chunks found :" + msgstr "Намерени парчета:" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 70 +-#: rc.cpp:666 ++#: rc.cpp:644 + #, no-c-format + msgid "Number of chunks failed / not downloaded :" + msgstr "Ненамерени / несвалени парчета:" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 97 +-#: rc.cpp:669 rc.cpp:672 ++#: rc.cpp:647 rc.cpp:650 + #, no-c-format + msgid "0" + msgstr "0" + + #. i18n: file ./apps/ktupnptest/mainwidget.ui line 54 +-#: rc.cpp:678 ++#: rc.cpp:656 + #, no-c-format + msgid "Test" + msgstr "Тест" + + #. i18n: file ./libktorrent/labelviewitembase.ui line 49 +-#: rc.cpp:685 ++#: rc.cpp:662 + #, no-c-format + msgid "textLabel2" + msgstr "textLabel2" + + #. i18n: file ./libktorrent/labelviewitembase.ui line 65 +-#: rc.cpp:688 ++#: rc.cpp:665 + #, no-c-format + msgid "textLabel3" + msgstr "textLabel3" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 10 +-#: rc.cpp:691 ++#: rc.cpp:668 + #, no-c-format + msgid "Maximum number of downloads (0 = no limit)" + msgstr "Максимално сваляния (0 = без ограничение)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 15 +-#: rc.cpp:694 ++#: rc.cpp:671 + #, no-c-format + msgid "Maximum number of seeds (0 = no limit)" + msgstr "Максимално качвания (0 = без ограничение)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 20 +-#: rc.cpp:697 ++#: rc.cpp:674 + #, no-c-format + msgid "Start downloads on low disk space?" + msgstr "Започване на сваляне при малко дисково пространство?" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 24 +-#: rc.cpp:700 ++#: rc.cpp:677 + #, no-c-format + msgid "Maximum number of connections per torrent (0 = no limit)" + msgstr "Максимално връзки за торент (0 = без ограничение)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 29 +-#: rc.cpp:703 ++#: rc.cpp:680 + #, no-c-format + msgid "Maximum number of connections for all torrents (0 = no limit) " + msgstr "Максимално връзки за всички торенти (0 = без ограничение)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 34 +-#: rc.cpp:706 ++#: rc.cpp:683 + #, no-c-format + msgid "Maximum upload speed in KB/sec (0 = no limit)" + msgstr "Максимална скорост на качване в кБ/сек (0 = без ограничение)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 39 +-#: rc.cpp:709 ++#: rc.cpp:686 + #, no-c-format + msgid "Maximum download speed in KB/sec (0 = no limit)" + msgstr "Максимална скорост на сваляне в кБ/сек (0 = без ограничение)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 44 +-#: rc.cpp:712 ++#: rc.cpp:689 + #, no-c-format + msgid "Maximum share ratio(0 = no limit)" + msgstr "Максимален коефициент за споделяне (0 = без ограничение)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 49 +-#: rc.cpp:715 ++#: rc.cpp:692 + #, no-c-format + msgid "Maximum seed time in hours (0 = no limit)" + msgstr "Максимално време за качване (0 = без ограничение)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 66 +-#: rc.cpp:724 ++#: rc.cpp:701 + #, no-c-format + msgid "Show a system tray icon" + msgstr "Показване на икона в системния панел" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 70 +-#: rc.cpp:727 ++#: rc.cpp:704 + #, no-c-format + msgid "Show speed bar in tray icon" + msgstr "Показване на лента със скоростта в системния панел" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 74 +-#: rc.cpp:730 ++#: rc.cpp:707 + #, no-c-format + msgid "Download bandwidth (in kb/s):" + msgstr "Скорост на сваляне (кБ/сек):" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 80 +-#: rc.cpp:733 ++#: rc.cpp:710 + #, no-c-format + msgid "Upload bandwidth (in kb/s):" + msgstr "Скорост на качване (кБ/сек):" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 86 +-#: rc.cpp:736 ++#: rc.cpp:713 + #, no-c-format + msgid "Show popup messages when torrent is finished." + msgstr "Показване на изскачащо съобщение когато торентът е готов." + + #. i18n: file ./libktorrent/ktorrent.kcfg line 90 +-#: rc.cpp:739 ++#: rc.cpp:716 + #, no-c-format + msgid "Keep seeding after download has finished" + msgstr "Продължаване на качването след като свалянето завърши" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 94 +-#: rc.cpp:742 ++#: rc.cpp:719 + #, no-c-format + msgid "Folder to store temporary files" + msgstr "Папка за временните файлове" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 98 +-#: rc.cpp:745 ++#: rc.cpp:722 + #, no-c-format + msgid "Whether to automatically save downloads to saveDir" + msgstr "Дали свалянията автоматично да се записват в saveDir" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 102 +-#: rc.cpp:748 ++#: rc.cpp:725 + #, no-c-format + msgid "Folder to store downloaded files" + msgstr "Папка за свалените файлове" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 106 +-#: rc.cpp:751 ++#: rc.cpp:728 + #, no-c-format + msgid "Whether to automatically move completed downloads to completedDir" + msgstr "Дали свалянията автоматично да се записват в completedDir" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 110 +-#: rc.cpp:754 ++#: rc.cpp:731 + #, no-c-format + msgid "Folder to move completed downloaded files to" + msgstr "Папка за свалените файлове" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 114 +-#: rc.cpp:757 ++#: rc.cpp:734 + #, no-c-format + msgid "Whether to automatically copy .torrent files to torrentCopyDir" + msgstr "Дали свалянията автоматично да се записват в директорията" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 118 +-#: rc.cpp:760 ++#: rc.cpp:737 + #, no-c-format + msgid "Folder to copy .torrent files to" + msgstr "Папка за копиране на .torrent файловете" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 122 +-#: rc.cpp:763 ++#: rc.cpp:740 + #, no-c-format + msgid "Whether to use a custom IP to pass to the tracker" + msgstr "Дали потребителското IP да се изпраща на координиращия сървър" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 126 +-#: rc.cpp:766 ++#: rc.cpp:743 + #, no-c-format + msgid "Directory which was used as the last save directory" + msgstr "Директория, използвана като последната директория за сваляне" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 130 +-#: rc.cpp:769 ++#: rc.cpp:746 + #, no-c-format + msgid "IP to pass to the tracker" + msgstr "IP, което да бъде изпратено на координиращия сървър" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 134 +-#: rc.cpp:772 ++#: rc.cpp:749 + #, no-c-format + msgid "Memory usage" + msgstr "Използвана памет" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 138 +-#: rc.cpp:775 ++#: rc.cpp:752 + #, no-c-format + msgid "GUI update interval" + msgstr "Интервал за обновяване на ГПИ" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 142 +-#: rc.cpp:778 ++#: rc.cpp:755 + #, no-c-format + msgid "Support for DHT" + msgstr "Поддръжка за DHT" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 146 +-#: rc.cpp:781 ++#: rc.cpp:758 + #, no-c-format + msgid "DHT port" + msgstr "DHT порт" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 152 +-#: rc.cpp:784 ++#: rc.cpp:761 + #, no-c-format + msgid "Number of upload slots" + msgstr "Брой слотове за качване" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 196 +-#: rc.cpp:793 ++#: rc.cpp:770 + #, no-c-format + msgid "Columns shown in KTorrentView" + msgstr "Видими колони в KTorrent" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 205 +-#: rc.cpp:796 ++#: rc.cpp:773 + #, no-c-format + msgid "ET algorithm" + msgstr "ЕТ алгоритъм" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 227 +-#: rc.cpp:799 ++#: rc.cpp:776 + #, no-c-format + msgid "" + "When there's no space left to complete download and free diskspace is less than " +@@ -2274,458 +2274,458 @@ msgstr "" + "зададеното, свалянето ще бъде спряно." + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 16 +-#: rc.cpp:802 ++#: rc.cpp:779 + #, no-c-format + msgid "Plugin Manager" + msgstr "Мениджър на приставките" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 48 +-#: rc.cpp:805 ++#: rc.cpp:782 + #, no-c-format + msgid "Load" + msgstr "Включване" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 56 +-#: rc.cpp:808 ++#: rc.cpp:785 + #, no-c-format + msgid "U&nload" + msgstr "&Изключване" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 64 +-#: rc.cpp:811 ++#: rc.cpp:788 + #, no-c-format + msgid "Load &All" + msgstr "Включване на &всички" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 72 +-#: rc.cpp:814 ++#: rc.cpp:791 + #, no-c-format + msgid "&Unload All" + msgstr "&Изключване на всички" + + #. i18n: file ./plugins/upnp/ktupnpplugin.kcfg line 10 +-#: rc.cpp:817 ++#: rc.cpp:794 + #, no-c-format + msgid "Default UPnP device to use" + msgstr "UPnP устройство по подразбиране" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 16 +-#: plugins/upnp/upnpplugin.cpp:46 plugins/upnp/upnpprefpage.cpp:31 rc.cpp:820 ++#: plugins/upnp/upnpplugin.cpp:46 plugins/upnp/upnpprefpage.cpp:31 rc.cpp:797 + #, no-c-format + msgid "UPnP" + msgstr "UPnP" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 35 +-#: rc.cpp:823 ++#: rc.cpp:800 + #, no-c-format + msgid "Detected devices:" + msgstr "Открити устройства:" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 41 +-#: rc.cpp:826 ++#: rc.cpp:803 + #, no-c-format + msgid "Device" + msgstr "Устройство" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 52 +-#: rc.cpp:829 ++#: rc.cpp:806 + #, no-c-format + msgid "Ports Forwarded" + msgstr "Портовете са пренасочени" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 63 +-#: rc.cpp:832 ++#: rc.cpp:809 + #, no-c-format + msgid "WAN Connection" + msgstr "WAN връзки" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 91 +-#: rc.cpp:835 ++#: rc.cpp:812 + #, no-c-format + msgid "Forw&ard Ports" + msgstr "&Пренасочване на портове" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 99 +-#: rc.cpp:838 ++#: rc.cpp:815 + #, no-c-format + msgid "Undo Port Forwarding" + msgstr "Отмяна на пренасочването към портове" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 124 +-#: rc.cpp:841 ++#: rc.cpp:818 + #, no-c-format + msgid "Rescan" + msgstr "Ново сканиране" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 9 +-#: rc.cpp:844 ++#: rc.cpp:821 + #, no-c-format + msgid "Enable scanning of folder1?" + msgstr "Сканиране на директория 1?" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 14 +-#: rc.cpp:847 ++#: rc.cpp:824 + #, no-c-format + msgid "Enable scanning of folder2?" + msgstr "Сканиране на директория 2?" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 19 +-#: rc.cpp:850 ++#: rc.cpp:827 + #, no-c-format + msgid "Enable scanning of folder3?" + msgstr "Сканиране на директория 3?" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 24 +-#: rc.cpp:853 ++#: rc.cpp:830 + #, no-c-format + msgid "Folder1 path" + msgstr "Път до директория 1" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 29 +-#: rc.cpp:856 ++#: rc.cpp:833 + #, no-c-format + msgid "Folder2 path" + msgstr "Път до директория 2" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 34 +-#: rc.cpp:859 ++#: rc.cpp:836 + #, no-c-format + msgid "Folder3 path" + msgstr "Път до директория 3" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 39 +-#: rc.cpp:862 ++#: rc.cpp:839 + #, no-c-format + msgid "Whether to open torrent silently or not." + msgstr "Дали торентът да бъде тихо отворен или не." + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 44 +-#: rc.cpp:865 ++#: rc.cpp:842 + #, no-c-format + msgid "Delete action checked." + msgstr "Премахването е отметнато." + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 49 +-#: rc.cpp:868 ++#: rc.cpp:845 + #, no-c-format + msgid "Move action checked." + msgstr "Преместването е отметнато." + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 16 +-#: rc.cpp:871 ++#: rc.cpp:848 + #, no-c-format + msgid "ScanFolder Preferences" + msgstr "Настройки на търсенето" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 35 +-#: rc.cpp:874 ++#: rc.cpp:851 + #, no-c-format + msgid "Scan folder &1" + msgstr "Сканиране на директория &1" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 38 +-#: rc.cpp:877 rc.cpp:1480 ++#: rc.cpp:854 rc.cpp:1424 + #, no-c-format + msgid "Alt+1" + msgstr "Alt+1" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 46 +-#: rc.cpp:880 ++#: rc.cpp:857 + #, no-c-format + msgid "Scan folder &2" + msgstr "Сканиране на директория &2" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 49 +-#: rc.cpp:883 rc.cpp:1471 rc.cpp:1495 ++#: rc.cpp:860 rc.cpp:1415 rc.cpp:1439 + #, no-c-format + msgid "Alt+2" + msgstr "Alt+2" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 57 +-#: rc.cpp:886 ++#: rc.cpp:863 + #, no-c-format + msgid "Scan folder &3" + msgstr "Сканиране на директория &3" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 60 +-#: rc.cpp:889 rc.cpp:1465 ++#: rc.cpp:866 rc.cpp:1409 + #, no-c-format + msgid "Alt+3" + msgstr "Alt+3" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 81 +-#: rc.cpp:895 ++#: rc.cpp:872 + #, no-c-format + msgid "Move to \"loaded\" directory &after loading" + msgstr "Преместване в директория \"Качени\" след като качването завърши" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 84 +-#: rc.cpp:898 ++#: rc.cpp:875 + #, no-c-format + msgid "Move torrent to \"loaded\" directory after loading it" + msgstr "" + "Преместване на торента в директория \"Качени\" след приключване на качването" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 92 +-#: rc.cpp:901 ++#: rc.cpp:878 + #, no-c-format + msgid "Open torrents silentl&y" + msgstr "&Тихо отваряне на торентите" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 95 +-#: rc.cpp:904 ++#: rc.cpp:881 + #, no-c-format + msgid "Do not show 'Select files to download' dialog" + msgstr "Без показване на прозореца \"Избор на файлове за качване \"" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 103 +-#: rc.cpp:907 ++#: rc.cpp:884 + #, no-c-format + msgid "Delete after loadin&g" + msgstr "Премахване след като &качването завърши" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 106 +-#: rc.cpp:910 ++#: rc.cpp:887 + #, no-c-format + msgid "Deletes torrent after loading" + msgstr "Премахване на торента след като качването му завърши" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 116 +-#: rc.cpp:913 ++#: rc.cpp:890 + #, no-c-format + msgid "Folders to scan" + msgstr "Сканирани директории" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 151 +-#: rc.cpp:916 ++#: rc.cpp:893 + #, no-c-format + msgid "Folder 1:" + msgstr "Директория 1:" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 162 +-#: rc.cpp:919 ++#: rc.cpp:896 + #, no-c-format + msgid "Folder 2:" + msgstr "Директория 2:" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 173 +-#: rc.cpp:922 ++#: rc.cpp:899 + #, no-c-format + msgid "Folder 3:" + msgstr "Директория 3:" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 30 +-#: rc.cpp:925 rc.cpp:1895 ++#: rc.cpp:902 rc.cpp:1838 + #, no-c-format + msgid "Search Preferences" + msgstr "Настройки на търсенето" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 41 +-#: rc.cpp:928 ++#: rc.cpp:905 + #, no-c-format + msgid "Web Server" + msgstr "Уеб сървър" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 82 +-#: rc.cpp:934 ++#: rc.cpp:911 + #, no-c-format + msgid "Forward port" + msgstr "Пренасочване на порт" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 107 +-#: rc.cpp:937 ++#: rc.cpp:914 + #, no-c-format + msgid "Session TTL (in sec):" + msgstr "TTL на сесия (сек.):" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 142 +-#: rc.cpp:940 ++#: rc.cpp:917 + #, no-c-format + msgid "Select interface:" + msgstr "Маркиране на интерфейс:" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 173 +-#: rc.cpp:943 ++#: rc.cpp:920 + #, no-c-format + msgid "Username:" + msgstr "Потребител:" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 188 +-#: rc.cpp:946 ++#: rc.cpp:923 + #, no-c-format + msgid "Change password ..." + msgstr "Промяна на паролата..." + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 206 +-#: rc.cpp:949 ++#: rc.cpp:926 + #, no-c-format + msgid "Php executable path:" + msgstr "Изпълним път за РНР:" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 10 +-#: rc.cpp:953 ++#: rc.cpp:929 + #, no-c-format + msgid "Port number" + msgstr "Порт номер" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 15 +-#: rc.cpp:956 ++#: rc.cpp:932 + #, no-c-format + msgid "forward Port" + msgstr "пренасочване на порт" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 20 +-#: rc.cpp:959 ++#: rc.cpp:935 + #, no-c-format + msgid "Session time to live" + msgstr "Време на сесия" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 24 +-#: rc.cpp:962 ++#: rc.cpp:938 + #, no-c-format + msgid "interface skin" + msgstr "Кожа на интерфейса" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 28 +-#: rc.cpp:965 ++#: rc.cpp:941 + #, no-c-format + msgid "php executable path" + msgstr "Изпълним път на РНР" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 33 +-#: rc.cpp:968 ++#: rc.cpp:944 + #, no-c-format + msgid "username" + msgstr "потребител" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 37 +-#: rc.cpp:971 ++#: rc.cpp:947 + #, no-c-format + msgid "password" + msgstr "парола" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 16 +-#: plugins/infowidget/infowidgetplugin.cpp:194 rc.cpp:974 rc.cpp:1046 ++#: plugins/infowidget/infowidgetplugin.cpp:194 rc.cpp:950 rc.cpp:1010 + #, no-c-format + msgid "Chunks" + msgstr "Парчета" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 43 +-#: rc.cpp:977 ++#: rc.cpp:953 + #, no-c-format + msgid "Total:" + msgstr "Общо:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 81 +-#: rc.cpp:981 ++#: rc.cpp:956 + #, no-c-format + msgid "Currently downloading:" + msgstr "В момента се свалят:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 119 +-#: rc.cpp:985 ++#: rc.cpp:959 + #, no-c-format + msgid "Downloaded:" + msgstr "Свалени:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 157 +-#: rc.cpp:989 ++#: rc.cpp:962 + #, no-c-format + msgid "Excluded:" + msgstr "Изключени:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 195 +-#: rc.cpp:993 ++#: rc.cpp:965 + #, no-c-format + msgid "Left:" + msgstr "Оставащи:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 233 +-#: rc.cpp:997 ++#: rc.cpp:968 + #, no-c-format + msgid "Size:" + msgstr "Размер:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 280 +-#: rc.cpp:1001 ++#: rc.cpp:971 + #, no-c-format + msgid "Chunk" + msgstr "Парче" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 291 +-#: rc.cpp:1004 ++#: rc.cpp:974 + #, no-c-format + msgid "Progress" + msgstr "Завършено" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 302 +-#: rc.cpp:1007 ++#: rc.cpp:977 + #, no-c-format + msgid "Peer" + msgstr "Потребител" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 324 +-#: rc.cpp:1013 ++#: rc.cpp:983 + #, no-c-format + msgid "Assigned Peers" + msgstr "Приети връзки" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 63 +-#: rc.cpp:1022 ++#: rc.cpp:992 + #, no-c-format + msgid "Seeders:" + msgstr "Качващи:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 71 +-#: rc.cpp:1025 ++#: rc.cpp:995 + #, no-c-format + msgid "Leechers:" + msgstr "Свалящи:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 129 +-#: rc.cpp:1030 ++#: rc.cpp:998 + #, no-c-format + msgid "Average Down Speed:" + msgstr "Средна скорост на сваляне:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 177 +-#: rc.cpp:1035 ++#: rc.cpp:1001 + #, no-c-format + msgid "Average Up Speed:" + msgstr "Средна скорост на качване:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 195 +-#: rc.cpp:1038 rc.cpp:1111 ++#: rc.cpp:1004 rc.cpp:1070 + #, no-c-format + msgid "Next update in:" + msgstr "Следващо обновяване след:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 203 +-#: rc.cpp:1041 ++#: rc.cpp:1007 + #, no-c-format + msgid "Tracker Status:" + msgstr "Състояние на координиращ сървър:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 332 +-#: rc.cpp:1049 ++#: rc.cpp:1013 + #, no-c-format + msgid "Parts of the torrent which have been downloaded:" + msgstr "Свалени части от файла:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 367 +-#: rc.cpp:1052 ++#: rc.cpp:1016 + #, no-c-format + msgid "Parts of the torrent which are available:" + msgstr "Налични части от файла:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 457 +-#: rc.cpp:1055 ++#: rc.cpp:1019 + #, no-c-format + msgid "Sharing" + msgstr "Споделяне" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 487 +-#: rc.cpp:1058 ++#: rc.cpp:1022 + #, no-c-format + msgid "" + "Your upload will stop when share ratio gets to this value. Zero means no limit." +@@ -2734,145 +2734,145 @@ msgstr "" + "ограничение." + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 525 +-#: rc.cpp:1064 ++#: rc.cpp:1028 + #, no-c-format + msgid "Your upload will stop when you have uploaded for this many hours." + msgstr "Качването ще спре когато достигне тези часове." + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 533 +-#: rc.cpp:1067 ++#: rc.cpp:1031 + #, no-c-format + msgid "Hours" + msgstr "часа" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 543 +-#: rc.cpp:1070 ++#: rc.cpp:1034 + #, no-c-format + msgid "Ratio limit:" + msgstr "Ограничение на коефициента:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 549 +-#: rc.cpp:1074 ++#: rc.cpp:1037 + #, no-c-format + msgid "Limit works only in seed mode" + msgstr "Ограничението работи само в режим \"качване\"" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 557 +-#: rc.cpp:1077 ++#: rc.cpp:1040 + #, no-c-format + msgid "Time &limit:" + msgstr "&Ограничение на времето:" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 37 +-#: rc.cpp:1081 ++#: rc.cpp:1043 + #, no-c-format + msgid "&Update Tracker" + msgstr "&Обновяване" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 40 +-#: rc.cpp:1084 ++#: rc.cpp:1046 + #, no-c-format + msgid "Minimum update interval - 60 seconds" + msgstr "Максимален интервал за обновяване - 60 сек." + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 48 +-#: rc.cpp:1087 ++#: rc.cpp:1049 + #, no-c-format + msgid "Add Trac&ker" + msgstr "&Добавяне" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 64 +-#: rc.cpp:1090 ++#: rc.cpp:1052 + #, no-c-format + msgid "Remove Tracker" + msgstr "Премахване" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 75 +-#: rc.cpp:1094 ++#: rc.cpp:1055 + #, no-c-format + msgid "Ch&ange Tracker" + msgstr "&Промяна" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 100 +-#: rc.cpp:1097 ++#: rc.cpp:1058 + #, no-c-format + msgid "Restore Defaults" + msgstr "По подразбиране" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 10 +-#: rc.cpp:1115 ++#: rc.cpp:1073 + #, no-c-format + msgid "Show peer view tab in main window" + msgstr "Показване на подпрозорец за потребителя в главния прозорец" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 14 +-#: rc.cpp:1118 ++#: rc.cpp:1076 + #, no-c-format + msgid "Show chunk download view tab in main window" + msgstr "Показване на подпрозорец за сваляне в главния прозорец" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 18 +-#: rc.cpp:1121 ++#: rc.cpp:1079 + #, no-c-format + msgid "Show trackers view tab in main window" + msgstr "Показване на подпрозорец за координиращия сървър в главния прозорец" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 24 +-#: rc.cpp:1124 ++#: rc.cpp:1082 + #, no-c-format + msgid "Show list of peers" + msgstr "Показване на списъка с потребители" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 35 +-#: rc.cpp:1128 ++#: rc.cpp:1085 + #, no-c-format + msgid "Show list of chunks currentl&y downloading" + msgstr "Показване на списъка с текущо сваляните па&рчета" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 60 +-#: rc.cpp:1131 ++#: rc.cpp:1088 + #, no-c-format + msgid "Show list of trackers" + msgstr "Показване на списъка с координиращи сървъри" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 16 +-#: rc.cpp:1135 ++#: rc.cpp:1091 + #, no-c-format + msgid "IPBlocking Preferences" + msgstr "Настройки на IP-блокировката" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 47 +-#: rc.cpp:1138 ++#: rc.cpp:1094 + #, no-c-format + msgid "Select PeerGuardian Filter File " + msgstr "Избор на файл за филтъра по IP" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 58 +-#: rc.cpp:1141 ++#: rc.cpp:1097 + #, no-c-format + msgid "Use PeerGuardian filter?" + msgstr "Филтриране по IP" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 77 +-#: rc.cpp:1145 ++#: rc.cpp:1100 + #, no-c-format + msgid "IP filter file:" + msgstr "Файл за филтриране по IP:" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 85 +-#: rc.cpp:1148 ++#: rc.cpp:1103 + #, no-c-format + msgid "http://www.bluetack.co.uk/modules.php?name=Downloads&d_op=getit&lid=8" + msgstr "http://www.bluetack.co.uk/modules.php?name=Downloads&d_op=getit&lid=8" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 123 +-#: rc.cpp:1151 ++#: rc.cpp:1106 + #, no-c-format + msgid "Dow&nload/Convert" + msgstr "Свал&яне/Конвертиране" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 134 +-#: rc.cpp:1154 ++#: rc.cpp:1109 + #, no-c-format + msgid "" + "Download PeerGuardian filter from bluetack.co.uk or blocklist.org.\n" +@@ -2882,25 +2882,25 @@ msgstr "" + "ЗАБЕЛЕЖКА: bluetack.co.uk поддържа формата ZIP." + + #. i18n: file ./plugins/ipfilter/ktipfilterplugin.kcfg line 10 +-#: rc.cpp:1159 ++#: rc.cpp:1113 + #, no-c-format + msgid "Level1 filter url" + msgstr "Адрес на филтър за ниво 1" + + #. i18n: file ./plugins/ipfilter/ktipfilterplugin.kcfg line 14 +-#: rc.cpp:1162 ++#: rc.cpp:1116 + #, no-c-format + msgid "Use level1 filter?" + msgstr "Използване на филтър за ниво 1?" + + #. i18n: file ./plugins/ipfilter/convert_dlg.ui line 24 +-#: plugins/ipfilter/convertdialog.cpp:155 rc.cpp:1165 ++#: plugins/ipfilter/convertdialog.cpp:155 rc.cpp:1119 + #, no-c-format + msgid "Converting..." + msgstr "Конвертиране..." + + #. i18n: file ./plugins/ipfilter/convert_dlg.ui line 41 +-#: rc.cpp:1168 ++#: rc.cpp:1122 + #, no-c-format + msgid "" + "Click on the 'convert' button to start converting antip2p file. NOTE: This " +@@ -2912,61 +2912,61 @@ msgstr "" + "това време няма да можете да използвате KTorrent." + + #. i18n: file ./plugins/stats/sprefwgt.ui line 27 +-#: rc.cpp:1179 ++#: rc.cpp:1131 + #, no-c-format + msgid "Update" + msgstr "Обновяване" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 46 +-#: rc.cpp:1182 rc.cpp:1268 ++#: rc.cpp:1134 rc.cpp:1220 + #, no-c-format + msgid "Update charts every" + msgstr "Обновяване на всеки" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 71 +-#: rc.cpp:1185 ++#: rc.cpp:1137 + #, no-c-format + msgid "GUI updates" + msgstr "Обновяване на ГПИ" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 92 +-#: rc.cpp:1188 rc.cpp:1271 ++#: rc.cpp:1140 rc.cpp:1223 + #, no-c-format + msgid "Gather data every" + msgstr "Събиране на данни на всеки" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 120 +-#: rc.cpp:1191 ++#: rc.cpp:1143 + #, no-c-format + msgid "miliseconds" + msgstr "милисек." + + #. i18n: file ./plugins/stats/sprefwgt.ui line 135 +-#: rc.cpp:1194 ++#: rc.cpp:1146 + #, no-c-format + msgid "Maximum" + msgstr "Максимално" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 154 +-#: rc.cpp:1197 ++#: rc.cpp:1149 + #, no-c-format + msgid "Maximum speed scale mode:" + msgstr "Максимална скорост:" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 165 +-#: rc.cpp:1203 ++#: rc.cpp:1155 + #, no-c-format + msgid "Exact" + msgstr "Фиксирана" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 175 +-#: rc.cpp:1206 ++#: rc.cpp:1158 + #, no-c-format + msgid "See 'What's this' for more help" + msgstr "За повече информация вижте \"какво е това?\"" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 180 +-#: rc.cpp:1209 ++#: rc.cpp:1161 + #, no-c-format + msgid "" + "Set maximum value on OY scale as:\n" +@@ -2978,164 +2978,164 @@ msgstr "" + "- Фиксирана: максимална скорост, която е видима в таблицата" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 192 +-#: rc.cpp:1214 rc.cpp:1247 ++#: rc.cpp:1166 rc.cpp:1199 + #, no-c-format + msgid "Peers speed" + msgstr "Потребителска скорост" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 211 +-#: rc.cpp:1217 ++#: rc.cpp:1169 + #, no-c-format + msgid "Peers speed:" + msgstr "Потребителска скорост:" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 222 +-#: rc.cpp:1220 ++#: rc.cpp:1172 + #, no-c-format + msgid "update every" + msgstr "обновяване на всеки" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 244 +-#: rc.cpp:1223 ++#: rc.cpp:1175 + #, no-c-format + msgid "chart data updates" + msgstr "обновяване на таблицата" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 254 +-#: rc.cpp:1226 ++#: rc.cpp:1178 + #, no-c-format + msgid "Gathering data about many connected peers can be CPU consuming." + msgstr "" + "Ако се събрат данни за много потребители, това може да натовари процесора." + + #. i18n: file ./plugins/stats/sprefwgt.ui line 267 +-#: rc.cpp:1229 ++#: rc.cpp:1181 + #, no-c-format + msgid "Peers connections" + msgstr "Връзки" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 270 +-#: rc.cpp:1232 ++#: rc.cpp:1184 + #, no-c-format + msgid "Large values can obscure charts of connected peers" + msgstr "Големите стойности могат да засенчат данните за потребителите" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 289 +-#: rc.cpp:1235 ++#: rc.cpp:1187 + #, no-c-format + msgid "Show seeders in swarms" + msgstr "Показване на качващите като множество" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 297 +-#: rc.cpp:1238 ++#: rc.cpp:1190 + #, no-c-format + msgid "Show leechers in swarms" + msgstr "Показване на свалящите като множество" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 309 +-#: rc.cpp:1241 ++#: rc.cpp:1193 + #, no-c-format + msgid "Measurements count" + msgstr "Брояч" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 392 +-#: rc.cpp:1250 rc.cpp:1265 ++#: rc.cpp:1202 rc.cpp:1217 + #, no-c-format + msgid "Upload" + msgstr "Качване" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 424 +-#: rc.cpp:1253 ++#: rc.cpp:1205 + #, no-c-format + msgid "Connections" + msgstr "Връзки" + + #. i18n: file ./plugins/stats/statsspdwgt.ui line 40 +-#: plugins/infowidget/infowidgetplugin.cpp:173 rc.cpp:1262 rc.cpp:1304 ++#: plugins/infowidget/infowidgetplugin.cpp:173 rc.cpp:1214 rc.cpp:1256 + #, no-c-format + msgid "Peers" + msgstr "Потребители" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 18 +-#: rc.cpp:1274 ++#: rc.cpp:1226 + #, no-c-format + msgid "Toggle peers speed charts" + msgstr "Вкл/изкл на брояча за скоростта" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 22 +-#: rc.cpp:1277 ++#: rc.cpp:1229 + #, no-c-format + msgid "Interval between getting data about peers speed" + msgstr "Интервал между две събирания на данни за скоростта" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 26 +-#: rc.cpp:1280 ++#: rc.cpp:1232 + #, no-c-format + msgid "Toggle drawing of leechers in swarms" + msgstr "Вкл/изкл на брояча за свалящите" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 30 +-#: rc.cpp:1283 ++#: rc.cpp:1235 + #, no-c-format + msgid "Toggle drawing of seeders in swarms" + msgstr "Вкл/изкл на брояча за качващите" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 35 +-#: rc.cpp:1286 ++#: rc.cpp:1238 + #, no-c-format + msgid "Download mesurments count" + msgstr "Брояч на свалянията" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 39 +-#: rc.cpp:1289 ++#: rc.cpp:1241 + #, no-c-format + msgid "Peers speed mesurments count" + msgstr "Брояч на скоростта" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 43 +-#: rc.cpp:1292 ++#: rc.cpp:1244 + #, no-c-format + msgid "Upload mesurments count" + msgstr "Брояч на качванията" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 47 +-#: rc.cpp:1295 ++#: rc.cpp:1247 + #, no-c-format + msgid "Connections mesurments count" + msgstr "Брояч на връзките" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 51 +-#: rc.cpp:1298 ++#: rc.cpp:1250 + #, no-c-format + msgid "DHT mesurments count" + msgstr "Брояч на DHT" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 56 +-#: rc.cpp:1301 ++#: rc.cpp:1253 + #, no-c-format + msgid "OY axis max mode" + msgstr "Макс. OY ос" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 16 +-#: rc.cpp:1310 ++#: rc.cpp:1262 + #, no-c-format + msgid "Import an existing download" + msgstr "Импортиране на съществуващо сваляне" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 49 +-#: rc.cpp:1313 ++#: rc.cpp:1265 + #, no-c-format + msgid "Torrent:" + msgstr "Торент:" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 63 +-#: rc.cpp:1316 ++#: rc.cpp:1268 + #, no-c-format + msgid "Data:" + msgstr "Данни:" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 95 +-#: rc.cpp:1319 ++#: rc.cpp:1271 + #, no-c-format + msgid "" + "Please specify the torrent and the data already downloaded for that torrent." +@@ -3143,684 +3143,684 @@ msgstr "" + "Моля, посочете торента и данните, които вече за свалени от този торент." + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 133 +-#: rc.cpp:1322 ++#: rc.cpp:1274 + #, no-c-format + msgid "&Import" + msgstr "&Импортиране" + + #. i18n: file ./plugins/rssfeed/ktrssfeedplugin.kcfg line 10 +-#: rc.cpp:1328 ++#: rc.cpp:1280 + #, no-c-format + msgid "default" + msgstr "по подразбиране" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 18 +-#: rc.cpp:1331 ++#: rc.cpp:1283 + #, no-c-format + msgid "Rss Feeds" + msgstr "Rss източници" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 36 +-#: rc.cpp:1334 ++#: rc.cpp:1286 + #, no-c-format + msgid "Feeds" + msgstr "Източници" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 78 +-#: rc.cpp:1337 ++#: rc.cpp:1289 + #, no-c-format + msgid "De&lete" + msgstr "&Премахване" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 86 +-#: rc.cpp:1340 rc.cpp:1382 rc.cpp:1392 ++#: rc.cpp:1292 rc.cpp:1331 rc.cpp:1340 + #, no-c-format + msgid "&New" + msgstr "&Нов" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 117 +-#: rc.cpp:1343 ++#: rc.cpp:1295 + #, no-c-format + msgid "&URL" + msgstr "&Адрес (URL)" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 139 +-#: rc.cpp:1346 ++#: rc.cpp:1298 + #, no-c-format + msgid "Articles" + msgstr "Статии" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 216 +-#: rc.cpp:1353 ++#: rc.cpp:1304 + #, no-c-format + msgid "Auto&refresh" + msgstr "Авто&обновяване" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 242 +-#: rc.cpp:1356 ++#: rc.cpp:1307 + #, no-c-format + msgid "I&gnore TTL" + msgstr "&Игнориране на TTL" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 270 +-#: rc.cpp:1359 ++#: rc.cpp:1310 + #, no-c-format + msgid "Refresh" + msgstr "Презареждане" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 299 +-#: rc.cpp:1363 rc.cpp:1395 ++#: rc.cpp:1313 rc.cpp:1343 + #, no-c-format + msgid "&Title" + msgstr "&Заглавие" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 323 +-#: rc.cpp:1366 ++#: rc.cpp:1316 + #, no-c-format + msgid "Keep Articles (days)" + msgstr "Запазване на статиите (дни)" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 347 +-#: rc.cpp:1369 rc.cpp:1398 ++#: rc.cpp:1319 rc.cpp:1346 + #, no-c-format + msgid "&Active" + msgstr "&Активни" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 362 +-#: rc.cpp:1372 ++#: rc.cpp:1322 + #, no-c-format + msgid "Filters" + msgstr "Филтри" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 389 +-#: rc.cpp:1375 ++#: rc.cpp:1325 + #, no-c-format + msgid "Accept Filters" + msgstr "Приемане на филтри" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 440 +-#: rc.cpp:1385 ++#: rc.cpp:1334 + #, no-c-format + msgid "Reject Filters" + msgstr "Отхвърляне на филтри" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 557 +-#: rc.cpp:1401 ++#: rc.cpp:1349 + #, no-c-format + msgid "Regular Expressions" + msgstr "Регулярни изрази" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 587 +-#: rc.cpp:1404 ++#: rc.cpp:1352 + #, no-c-format + msgid "Treat as &Series" + msgstr "Третиране като &серии" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 624 +-#: rc.cpp:1407 ++#: rc.cpp:1355 + #, no-c-format + msgid "Process" + msgstr "Процес" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 643 +-#: rc.cpp:1411 ++#: rc.cpp:1358 + #, no-c-format + msgid "Series Criteria" + msgstr "Критерии за серия" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 679 +-#: rc.cpp:1414 ++#: rc.cpp:1361 + #, no-c-format + msgid "Match Without Episode" + msgstr "Съвпадане без епизод" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 713 +-#: rc.cpp:1418 ++#: rc.cpp:1364 + #, no-c-format + msgid "Max Episode" + msgstr "Макс. епизод" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 739 +-#: rc.cpp:1421 ++#: rc.cpp:1367 + #, no-c-format + msgid "Max Season" + msgstr "Макс. сезон" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 758 +-#: rc.cpp:1424 ++#: rc.cpp:1370 + #, no-c-format + msgid "Min Season" + msgstr "Мин. сезон" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 782 +-#: rc.cpp:1427 ++#: rc.cpp:1373 + #, no-c-format + msgid "Min Episode" + msgstr "Мин. епизод" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 814 +-#: rc.cpp:1430 ++#: rc.cpp:1376 + #, no-c-format + msgid "Test te&xt" + msgstr "Тестване на &текст" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 840 +-#: rc.cpp:1433 ++#: rc.cpp:1379 + #, no-c-format + msgid "Te&st" + msgstr "&Тест" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 858 +-#: rc.cpp:1436 ++#: rc.cpp:1382 + #, no-c-format + msgid "Filter Matches" + msgstr "Съвпадения на филтъра" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 28 +-#: rc.cpp:1447 ++#: rc.cpp:1391 + #, no-c-format + msgid "Bandwidth scheduler" + msgstr "График" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 50 +-#: rc.cpp:1450 ++#: rc.cpp:1394 + #, no-c-format + msgid "Left click category" + msgstr "Щракнете с левия бутон върху категория" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 61 +-#: rc.cpp:1453 ++#: rc.cpp:1397 + #, no-c-format + msgid "Categor&y 1" + msgstr "Категория &1" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 157 +-#: rc.cpp:1456 rc.cpp:1483 ++#: rc.cpp:1400 rc.cpp:1427 + #, no-c-format + msgid "T&urn off" + msgstr "&Изключване" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 165 +-#: rc.cpp:1459 rc.cpp:1486 ++#: rc.cpp:1403 rc.cpp:1430 + #, no-c-format + msgid "&Normal" + msgstr "&Нормално" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 195 +-#: rc.cpp:1462 ++#: rc.cpp:1406 + #, no-c-format + msgid "Category &3" + msgstr "Категория &3" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 206 +-#: rc.cpp:1468 rc.cpp:1492 ++#: rc.cpp:1412 rc.cpp:1436 + #, no-c-format + msgid "Category &2" + msgstr "Категория &2" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 219 +-#: rc.cpp:1474 ++#: rc.cpp:1418 + #, no-c-format + msgid "Right click category" + msgstr "Щракнете с десния бутон върху категория" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 230 +-#: rc.cpp:1477 ++#: rc.cpp:1421 + #, no-c-format + msgid "Category &1" + msgstr "Категория &1" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 367 +-#: rc.cpp:1489 ++#: rc.cpp:1433 + #, no-c-format + msgid "&Category 3" + msgstr "Категория &3" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 390 +-#: rc.cpp:1498 ++#: rc.cpp:1442 + #, no-c-format + msgid "Categories" + msgstr "Категории" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 401 +-#: rc.cpp:1501 ++#: rc.cpp:1445 + #, no-c-format + msgid "1. Category" + msgstr "1. Категория" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 409 +-#: rc.cpp:1504 ++#: rc.cpp:1448 + #, no-c-format + msgid "3. Category" + msgstr "3. Категория" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 425 +-#: rc.cpp:1507 rc.cpp:1516 rc.cpp:1525 ++#: rc.cpp:1451 rc.cpp:1460 rc.cpp:1469 + #, no-c-format + msgid "download:" + msgstr "сваляне:" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 441 +-#: rc.cpp:1510 rc.cpp:1519 rc.cpp:1528 ++#: rc.cpp:1454 rc.cpp:1463 rc.cpp:1472 + #, no-c-format + msgid "upload:" + msgstr "качване:" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 457 +-#: rc.cpp:1513 rc.cpp:1522 rc.cpp:1531 ++#: rc.cpp:1457 rc.cpp:1466 rc.cpp:1475 + #, no-c-format + msgid "KB/s *" + msgstr "кБ/сек *" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 567 +-#: rc.cpp:1534 ++#: rc.cpp:1478 + #, no-c-format + msgid "2. Category" + msgstr "2. Категория" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 626 +-#: rc.cpp:1538 ++#: rc.cpp:1481 + #, no-c-format + msgid "* zero means no limit" + msgstr "0 = без ограничение" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 672 +-#: rc.cpp:1541 ++#: rc.cpp:1484 + #, no-c-format + msgid "Save to file" + msgstr "Запис във файл" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 680 +-#: rc.cpp:1544 ++#: rc.cpp:1487 + #, no-c-format + msgid "&Load from file" + msgstr "&Зареждане от файл" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 688 +-#: rc.cpp:1547 ++#: rc.cpp:1490 + #, no-c-format + msgid "Reset schedule" + msgstr "Анулиране на графика" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 751 +-#: rc.cpp:1550 ++#: rc.cpp:1493 + #, no-c-format + msgid "O&k" + msgstr "О&К" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 16 +-#: rc.cpp:1559 ++#: rc.cpp:1502 + #, no-c-format + msgid "Scheduler Plugin Pref Page" + msgstr "Страница за настройка на приставката за графика" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 27 +-#: rc.cpp:1562 ++#: rc.cpp:1505 + #, no-c-format + msgid "Use &bandwidth scheduler?" + msgstr "Използване на &график" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 35 +-#: plugins/scheduler/schedulerplugin.cpp:59 rc.cpp:1565 ++#: plugins/scheduler/schedulerplugin.cpp:59 rc.cpp:1508 + #, no-c-format + msgid "Bandwidth Scheduler" + msgstr "График" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 46 +-#: rc.cpp:1568 ++#: rc.cpp:1511 + #, no-c-format + msgid "Use colors instead of pi&xmaps?" + msgstr "Използване на цветове вместо &пикселкарти" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 54 +-#: rc.cpp:1571 ++#: rc.cpp:1514 + #, no-c-format + msgid "(Recommended for slower systems)" + msgstr "(Препоръчително за по-бавни компютри)" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 62 +-#: rc.cpp:1574 ++#: rc.cpp:1517 + #, no-c-format + msgid "Edit s&chedule" + msgstr "Редактиране на &графика" + + #. i18n: file ./plugins/scheduler/ktschedulerplugin.kcfg line 10 +-#: rc.cpp:1577 ++#: rc.cpp:1520 + #, no-c-format + msgid "Enable bandwidth scheduler?" + msgstr "Включване на графика за лентата?" + + #. i18n: file ./plugins/scheduler/ktschedulerplugin.kcfg line 14 +-#: rc.cpp:1580 ++#: rc.cpp:1523 + #, no-c-format + msgid "Use colors instead of pixmaps?" + msgstr "Използване на цветове вместо пикселкарти?" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 10 +-#: rc.cpp:1583 ++#: rc.cpp:1526 + #, no-c-format + msgid "Use rich log text" + msgstr "Богато оформление" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 15 +-#: rc.cpp:1586 ++#: rc.cpp:1529 + #, no-c-format + msgid "General info messages flag" + msgstr "Флаг на съобщенията за обща информация" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 19 +-#: rc.cpp:1589 ++#: rc.cpp:1532 + #, no-c-format + msgid "Connections messages flag" + msgstr "Флаг на съобщенията за връзките" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 23 +-#: rc.cpp:1592 ++#: rc.cpp:1535 + #, no-c-format + msgid "DHT messages flag" + msgstr "Флаг на DHT съобщенията" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 27 +-#: rc.cpp:1595 ++#: rc.cpp:1538 + #, no-c-format + msgid "Tracker info messages flag" + msgstr "Флаг на съобщенията с информация от координиращия сървър" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 31 +-#: rc.cpp:1598 ++#: rc.cpp:1541 + #, no-c-format + msgid "Disk IO info messages flag" + msgstr "Флаг на съобщенията за приставката за вх/изх" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 35 +-#: rc.cpp:1601 ++#: rc.cpp:1544 + #, no-c-format + msgid "IPFilter plugin messages flag" + msgstr "Флаг на съобщенията за приставката за филтриране по IP" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 39 +-#: rc.cpp:1604 ++#: rc.cpp:1547 + #, no-c-format + msgid "Search plugin messages flag" + msgstr "Флаг на съобщенията за приставката за търсене" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 43 +-#: rc.cpp:1607 ++#: rc.cpp:1550 + #, no-c-format + msgid "PartFileImport plugin messages flag" + msgstr "Флаг на съобщенията за приставката частично импортиране на файлове" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 47 +-#: rc.cpp:1610 ++#: rc.cpp:1553 + #, no-c-format + msgid "InfoWidget plugin messages flag" + msgstr "Флаг на съобщенията за приставката за информация" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 51 +-#: rc.cpp:1613 ++#: rc.cpp:1556 + #, no-c-format + msgid "UPnP plugin messages flag" + msgstr "Флаг на съобщенията за приставката за UPnP" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 55 +-#: rc.cpp:1616 ++#: rc.cpp:1559 + #, no-c-format + msgid "ScanFolder plugin messages flag" + msgstr "Флаг на съобщенията за приставката за сканиране на директории" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 59 +-#: rc.cpp:1619 ++#: rc.cpp:1562 + #, no-c-format + msgid "Scheduler plugin messages flag" + msgstr "Флаг на съобщения за приставката за графика" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 63 +-#: rc.cpp:1622 ++#: rc.cpp:1565 + #, no-c-format + msgid "RSS plugin messages flag" + msgstr "Флаг на съобщенията за RSS" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 67 +-#: rc.cpp:1625 ++#: rc.cpp:1568 + #, no-c-format + msgid "WebInterface plugin messages flag" + msgstr "Флаг на съобщенията за приставката за уеб-интерфейса" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 16 +-#: plugins/logviewer/logprefpage.cpp:31 rc.cpp:1628 ++#: plugins/logviewer/logprefpage.cpp:31 rc.cpp:1571 + #, no-c-format + msgid "LogViewer Options" + msgstr "Настройки на дневника" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 44 +-#: libktorrent/pluginmanagerprefpage.cpp:63 rc.cpp:1631 ++#: libktorrent/pluginmanagerprefpage.cpp:63 rc.cpp:1574 + #, no-c-format + msgid "Plugins" + msgstr "Приставки" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 53 +-#: rc.cpp:1634 rc.cpp:1652 rc.cpp:1670 rc.cpp:1691 rc.cpp:1706 rc.cpp:1724 +-#: rc.cpp:1745 rc.cpp:1763 rc.cpp:1778 rc.cpp:1811 rc.cpp:1826 rc.cpp:1841 +-#: rc.cpp:1859 rc.cpp:1874 ++#: rc.cpp:1577 rc.cpp:1595 rc.cpp:1613 rc.cpp:1634 rc.cpp:1649 rc.cpp:1667 ++#: rc.cpp:1688 rc.cpp:1706 rc.cpp:1721 rc.cpp:1754 rc.cpp:1769 rc.cpp:1784 ++#: rc.cpp:1802 rc.cpp:1817 + #, no-c-format + msgid "All" + msgstr "Всички" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 58 +-#: rc.cpp:1637 rc.cpp:1655 rc.cpp:1673 rc.cpp:1694 rc.cpp:1709 rc.cpp:1727 +-#: rc.cpp:1748 rc.cpp:1766 rc.cpp:1781 rc.cpp:1814 rc.cpp:1829 rc.cpp:1844 +-#: rc.cpp:1862 rc.cpp:1877 ++#: rc.cpp:1580 rc.cpp:1598 rc.cpp:1616 rc.cpp:1637 rc.cpp:1652 rc.cpp:1670 ++#: rc.cpp:1691 rc.cpp:1709 rc.cpp:1724 rc.cpp:1757 rc.cpp:1772 rc.cpp:1787 ++#: rc.cpp:1805 rc.cpp:1820 + #, no-c-format + msgid "Debug" + msgstr "Отстраняване на грешки" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 63 +-#: rc.cpp:1640 rc.cpp:1658 rc.cpp:1676 rc.cpp:1697 rc.cpp:1712 rc.cpp:1730 +-#: rc.cpp:1751 rc.cpp:1769 rc.cpp:1784 rc.cpp:1817 rc.cpp:1832 rc.cpp:1847 +-#: rc.cpp:1865 rc.cpp:1880 ++#: rc.cpp:1583 rc.cpp:1601 rc.cpp:1619 rc.cpp:1640 rc.cpp:1655 rc.cpp:1673 ++#: rc.cpp:1694 rc.cpp:1712 rc.cpp:1727 rc.cpp:1760 rc.cpp:1775 rc.cpp:1790 ++#: rc.cpp:1808 rc.cpp:1823 + #, no-c-format + msgid "Notice" + msgstr "Бележка" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 68 +-#: rc.cpp:1643 rc.cpp:1661 rc.cpp:1679 rc.cpp:1700 rc.cpp:1715 rc.cpp:1733 +-#: rc.cpp:1754 rc.cpp:1772 rc.cpp:1787 rc.cpp:1820 rc.cpp:1835 rc.cpp:1850 +-#: rc.cpp:1868 rc.cpp:1883 ++#: rc.cpp:1586 rc.cpp:1604 rc.cpp:1622 rc.cpp:1643 rc.cpp:1658 rc.cpp:1676 ++#: rc.cpp:1697 rc.cpp:1715 rc.cpp:1730 rc.cpp:1763 rc.cpp:1778 rc.cpp:1793 ++#: rc.cpp:1811 rc.cpp:1826 + #, no-c-format + msgid "Important" + msgstr "Важно" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 73 +-#: rc.cpp:1646 rc.cpp:1664 rc.cpp:1682 rc.cpp:1703 rc.cpp:1718 rc.cpp:1736 +-#: rc.cpp:1757 rc.cpp:1775 rc.cpp:1790 rc.cpp:1823 rc.cpp:1838 rc.cpp:1853 +-#: rc.cpp:1871 rc.cpp:1886 ++#: rc.cpp:1589 rc.cpp:1607 rc.cpp:1625 rc.cpp:1646 rc.cpp:1661 rc.cpp:1679 ++#: rc.cpp:1700 rc.cpp:1718 rc.cpp:1733 rc.cpp:1766 rc.cpp:1781 rc.cpp:1796 ++#: rc.cpp:1814 rc.cpp:1829 + #, no-c-format + msgid "None" + msgstr "Без" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 85 +-#: rc.cpp:1649 ++#: rc.cpp:1592 + #, no-c-format + msgid "IPFilter:" + msgstr "IP-филтър:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 126 +-#: rc.cpp:1667 ++#: rc.cpp:1610 + #, no-c-format + msgid "Search:" + msgstr "Търсене:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 167 +-#: rc.cpp:1685 ++#: rc.cpp:1628 + #, no-c-format + msgid "UPnP:" + msgstr "UPnP:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 178 +-#: rc.cpp:1688 ++#: rc.cpp:1631 + #, no-c-format + msgid "ScanFolder:" + msgstr "Сканирани директории:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 249 +-#: rc.cpp:1721 ++#: rc.cpp:1664 + #, no-c-format + msgid "Scheduler:" + msgstr "График:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 290 +-#: rc.cpp:1739 ++#: rc.cpp:1682 + #, no-c-format + msgid "PartFileImport:" + msgstr "PartFileImport:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 301 +-#: rc.cpp:1742 ++#: rc.cpp:1685 + #, no-c-format + msgid "InfoWidget:" + msgstr "Информация:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 342 +-#: rc.cpp:1760 ++#: rc.cpp:1703 + #, no-c-format + msgid "RSS plugin:" + msgstr "RSS приставка:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 413 +-#: rc.cpp:1793 ++#: rc.cpp:1736 + #, no-c-format + msgid "WebInterface plugin:" + msgstr "Приставка за уеб-интерфейса:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 426 +-#: rc.cpp:1796 ++#: rc.cpp:1739 + #, no-c-format + msgid "System" + msgstr "Система" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 437 +-#: rc.cpp:1799 ++#: rc.cpp:1742 + #, no-c-format + msgid "General:" + msgstr "Общи:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 445 +-#: rc.cpp:1802 ++#: rc.cpp:1745 + #, no-c-format + msgid "Connections:" + msgstr "Връзки:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 559 +-#: rc.cpp:1856 ++#: rc.cpp:1799 + #, no-c-format + msgid "Disk I/O:" + msgstr "Диск - вх/изх:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 640 +-#: rc.cpp:1892 ++#: rc.cpp:1835 + #, no-c-format + msgid "Use rich te&xt for log" + msgstr "Използване на &богато оформление" + + #. i18n: file ./plugins/search/searchpref.ui line 41 +-#: rc.cpp:1898 ++#: rc.cpp:1841 + #, no-c-format + msgid "External Browser" + msgstr "Външен браузър" + + #. i18n: file ./plugins/search/searchpref.ui line 52 +-#: rc.cpp:1901 ++#: rc.cpp:1844 + #, no-c-format + msgid "Open searches in external browser" + msgstr "Отваряне на резултатите от търсенето във външен браузър" + + #. i18n: file ./plugins/search/searchpref.ui line 60 +-#: rc.cpp:1904 rc.cpp:1955 ++#: rc.cpp:1847 rc.cpp:1892 + #, no-c-format + msgid "Use default browser" + msgstr "Използване на браузъра по подразбиране" + + #. i18n: file ./plugins/search/searchpref.ui line 79 +-#: rc.cpp:1908 ++#: rc.cpp:1850 + #, no-c-format + msgid "Custom browser path:" + msgstr "Път до потребителски браузър:" + + #. i18n: file ./plugins/search/searchpref.ui line 116 +-#: rc.cpp:1912 ++#: rc.cpp:1853 + #, no-c-format + msgid "Search Engines" + msgstr "Търсачки" + + #. i18n: file ./plugins/search/searchpref.ui line 143 +-#: rc.cpp:1916 ++#: rc.cpp:1856 + #, no-c-format + msgid "Search engine name:" + msgstr "Име на търсачката:" + + #. i18n: file ./plugins/search/searchpref.ui line 187 +-#: rc.cpp:1922 ++#: rc.cpp:1862 + #, no-c-format + msgid "&Add" + msgstr "&Добавяне" + + #. i18n: file ./plugins/search/searchpref.ui line 195 +-#: rc.cpp:1925 ++#: rc.cpp:1865 + #, no-c-format + msgid "Engines" + msgstr "Търсачки" + + #. i18n: file ./plugins/search/searchpref.ui line 206 +-#: rc.cpp:1928 ++#: rc.cpp:1868 + #, no-c-format + msgid "URL" + msgstr "Адрес (URL)" + + #. i18n: file ./plugins/search/searchpref.ui line 257 +-#: rc.cpp:1934 ++#: rc.cpp:1874 + #, no-c-format + msgid "R&emove All" + msgstr "&Премахване на всички" + + #. i18n: file ./plugins/search/searchpref.ui line 282 +-#: rc.cpp:1937 ++#: rc.cpp:1877 + #, no-c-format + msgid "Add Defau<" + msgstr "&Добавяне по подразбиране" + + #. i18n: file ./plugins/search/searchpref.ui line 290 +-#: rc.cpp:1940 ++#: rc.cpp:1880 + #, no-c-format + msgid "Update From Internet" + msgstr "Обновяване от Интернет" + + #. i18n: file ./plugins/search/searchbar.ui line 53 + #: plugins/search/searchplugin.cpp:50 plugins/search/searchtab.cpp:48 +-#: rc.cpp:1946 ++#: rc.cpp:1883 + #, no-c-format + msgid "Search" + msgstr "Търсене" + + #. i18n: file ./plugins/search/searchbar.ui line 78 +-#: rc.cpp:1949 ++#: rc.cpp:1886 + #, no-c-format + msgid "Search engine:" + msgstr "Търсачка:" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 10 +-#: rc.cpp:1952 ++#: rc.cpp:1889 + #, no-c-format + msgid "Current search engine" + msgstr "Използвана търсачка" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 19 +-#: rc.cpp:1958 ++#: rc.cpp:1895 + #, no-c-format + msgid "Use custom browser" + msgstr "Използване на потребителски браузър" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 23 +-#: rc.cpp:1961 ++#: rc.cpp:1898 + #, no-c-format + msgid "Custom browser executable path" + msgstr "Изпълним път на браузъра" +@@ -4109,7 +4109,7 @@ msgstr "Проверка на данните" + msgid "Stopped. No space left on device." + msgstr "Спрян. Няма свободно място." + +-#: libktorrent/torrent/queuemanager.cpp:135 ++#: libktorrent/torrent/queuemanager.cpp:136 + msgid "" + "You don't have enough disk space to download this torrent. Are you sure you " + "want to continue?" +@@ -4117,12 +4117,12 @@ msgstr "" + "Нямате достатъчно свободно място на диска. Сигурни ли сте, че искате да " + "продължите?" + +-#: libktorrent/torrent/queuemanager.cpp:135 ++#: libktorrent/torrent/queuemanager.cpp:136 + #, c-format + msgid "Insufficient disk space for %1" + msgstr "Недостатъчно дисково пространство за %1" + +-#: libktorrent/torrent/queuemanager.cpp:157 ++#: libktorrent/torrent/queuemanager.cpp:158 + msgid "" + "Torrent \"%1\" has reached its maximum share ratio. Ignore the limit and start " + "seeding anyway?" +@@ -4130,16 +4130,16 @@ msgstr "" + "Торентът \"%1\" достигна максималния коефициент на споделяне. Искате ли да " + "игнорирате ограничението и да започнете качване?" + +-#: libktorrent/torrent/queuemanager.cpp:157 ++#: libktorrent/torrent/queuemanager.cpp:158 + msgid "Maximum share ratio limit reached." + msgstr "Достигнато е ограничението на коефициента за споделяне." + +-#: libktorrent/torrent/queuemanager.cpp:236 +-#: libktorrent/torrent/queuemanager.cpp:760 ++#: libktorrent/torrent/queuemanager.cpp:237 ++#: libktorrent/torrent/queuemanager.cpp:763 + msgid "Error stopping torrent %1 : %2" + msgstr "Грешка при спиране на торент %1 : %2" + +-#: libktorrent/torrent/queuemanager.cpp:742 ++#: libktorrent/torrent/queuemanager.cpp:745 + msgid "Error starting torrent %1 : %2" + msgstr "Грешка при стартиране на торент %1 : %2" + +diff --git a/translations/br/messages/ktorrent.po b/translations/br/messages/ktorrent.po +index c2694d4..1b9fa6a 100644 +--- a/translations/br/messages/ktorrent.po ++++ b/translations/br/messages/ktorrent.po +@@ -1,7 +1,7 @@ + msgid "" + msgstr "" + "Project-Id-Version: all2.po\n" +-"POT-Creation-Date: 2008-04-18 19:40+0200\n" ++"POT-Creation-Date: 2008-07-08 22:20+0200\n" + "PO-Revision-Date: 2004-09-20 15:44+0200\n" + "Last-Translator: Thierry Vignaud \n" + "Language-Team: br \n" +@@ -14,7 +14,7 @@ msgid "No incoming connections (possibly firewalled)" + msgstr "" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 42 +-#: apps/ktorrent/ktorrent.cpp:184 rc.cpp:345 rc.cpp:383 rc.cpp:1019 ++#: apps/ktorrent/ktorrent.cpp:184 rc.cpp:336 rc.cpp:369 rc.cpp:989 + #, no-c-format + msgid "Info" + msgstr "Titouroù" +@@ -189,7 +189,7 @@ msgstr "URL siek." + #. i18n: file ./apps/ktorrent/ktorrentui.rc line 9 + #: apps/ktorrent/groups/downloadgroup.cpp:27 + #: apps/ktorrent/groups/groupmanager.h:57 apps/ktorrent/pref.cpp:147 +-#: apps/ktorrent/viewmanager.cpp:62 rc.cpp:138 rc.cpp:342 ++#: apps/ktorrent/viewmanager.cpp:62 rc.cpp:132 rc.cpp:333 + #, no-c-format + msgid "Downloads" + msgstr "" +@@ -307,7 +307,7 @@ msgid "Document to open" + msgstr "Teul da zigeriñ" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 59 +-#: apps/ktorrent/main.cpp:120 rc.cpp:553 ++#: apps/ktorrent/main.cpp:120 rc.cpp:532 + #, no-c-format + msgid "KTorrent" + msgstr "KTorrent" +@@ -592,7 +592,7 @@ msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 85 + #: apps/ktorrent/ktorrentviewmenu.cpp:66 plugins/infowidget/peerview.cpp:221 +-#: rc.cpp:77 rc.cpp:1256 rc.cpp:1307 ++#: rc.cpp:75 rc.cpp:1208 rc.cpp:1259 + #, no-c-format + msgid "DHT" + msgstr "DHT" +@@ -637,7 +637,7 @@ msgid "Add to Group" + msgstr "Ouzhpennañ er strollad" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 16 +-#: apps/ktorrent/ktorrentviewmenu.cpp:100 rc.cpp:147 ++#: apps/ktorrent/ktorrentviewmenu.cpp:100 rc.cpp:141 + #, no-c-format + msgid "Speed Limits" + msgstr "" +@@ -656,7 +656,7 @@ msgid "Malformed IP address." + msgstr "URL siek." + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 311 +-#: apps/ktorrent/pref.cpp:58 rc.cpp:282 ++#: apps/ktorrent/pref.cpp:58 rc.cpp:273 + #, no-c-format + msgid "Preferences" + msgstr "Dibaboù" +@@ -690,7 +690,7 @@ msgid "Advanced" + msgstr "Barek" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 27 +-#: apps/ktorrent/pref.cpp:411 rc.cpp:540 ++#: apps/ktorrent/pref.cpp:411 rc.cpp:519 + #, no-c-format + msgid "Advanced Options" + msgstr "Dibaboù barek" +@@ -701,7 +701,7 @@ msgstr "Bannoù hewel" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 16 + #: apps/ktorrent/ktorrentview.cpp:135 +-#: plugins/infowidget/infowidgetplugin.cpp:76 rc.cpp:1016 ++#: plugins/infowidget/infowidgetplugin.cpp:76 rc.cpp:986 + #, no-c-format + msgid "Status" + msgstr "Stad" +@@ -723,7 +723,7 @@ msgstr "Ezkarget" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 313 + #: apps/ktorrent/ktorrentview.cpp:139 plugins/infowidget/peerview.cpp:216 +-#: rc.cpp:1010 ++#: rc.cpp:980 + #, no-c-format + msgid "Down Speed" + msgstr "" +@@ -844,7 +844,7 @@ msgid "User" + msgstr "Arveriad" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 24 +-#: apps/ktorrent/queuedialog.cpp:75 rc.cpp:249 ++#: apps/ktorrent/queuedialog.cpp:75 rc.cpp:240 + #, no-c-format + msgid "Queue Manager" + msgstr "Merour al lost" +@@ -1037,8 +1037,8 @@ msgid "Start torrent" + msgstr "Krouiñ ar ster-froud" + + #. i18n: file ./apps/ktorrent/fileselectdlgbase.ui line 160 +-#: plugins/infowidget/fileview.cpp:49 rc.cpp:27 rc.cpp:1244 rc.cpp:1259 +-#: rc.cpp:1349 rc.cpp:1439 ++#: plugins/infowidget/fileview.cpp:49 rc.cpp:27 rc.cpp:1196 rc.cpp:1211 ++#: rc.cpp:1301 rc.cpp:1385 + #, no-c-format + msgid "Download" + msgstr "Enkargañ" +@@ -1092,13 +1092,13 @@ msgid "Encryption" + msgstr "Enrinegadur" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 58 +-#: rc.cpp:64 rc.cpp:787 ++#: rc.cpp:63 rc.cpp:764 + #, no-c-format + msgid "Use protocol encryption" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 64 +-#: rc.cpp:68 ++#: rc.cpp:66 + #, no-c-format + msgid "" + "Protocol encryption is used to prevent ISP's from slowing down bittorrent " +@@ -1106,20 +1106,20 @@ msgid "" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 72 +-#: rc.cpp:71 rc.cpp:790 ++#: rc.cpp:69 rc.cpp:767 + #, no-c-format + msgid "Allow unencrypted connections" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 75 +-#: rc.cpp:74 ++#: rc.cpp:72 + #, no-c-format + msgid "" + "If unchecked, you'll be able to connect only to clients supporting encryption." + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 88 +-#: rc.cpp:80 ++#: rc.cpp:78 + #, no-c-format + msgid "" + "Distributed Hash Table protocol." +@@ -1127,169 +1127,169 @@ msgid "" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 99 +-#: rc.cpp:83 ++#: rc.cpp:81 + #, no-c-format + msgid "&Use DHT to get additional peers" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 118 +-#: rc.cpp:87 ++#: rc.cpp:84 + #, no-c-format + msgid "UDP port for DHT communication:" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 161 +-#: rc.cpp:90 ++#: rc.cpp:87 + #, no-c-format + msgid "Custom IP" + msgstr "IP diouzhoc'h" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 172 +-#: rc.cpp:93 ++#: rc.cpp:90 + #, fuzzy, no-c-format + msgid "Se&nd the tracker a custom IP address or hostname" + msgstr "IP pe anv ostiz diouzhoc'h :" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 188 +-#: rc.cpp:96 ++#: rc.cpp:93 + #, fuzzy, no-c-format + msgid "Custom IP address or hostname:" + msgstr "IP pe anv ostiz diouzhoc'h :" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 205 +-#: rc.cpp:99 ++#: rc.cpp:96 + #, no-c-format + msgid "System Tray Icon" + msgstr "Arlun barlenn ar reizhiad" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 216 +-#: rc.cpp:102 ++#: rc.cpp:99 + #, no-c-format + msgid "Show s&ystem tray icon" + msgstr "Diskou&ez arlun barlenn ar reizhiad" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 224 +-#: rc.cpp:105 ++#: rc.cpp:102 + #, fuzzy, no-c-format + msgid "Show speed &bar in tray icon" + msgstr "Diskou&ez arlun barlenn ar reizhiad" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 232 +-#: rc.cpp:108 ++#: rc.cpp:105 + #, fuzzy, no-c-format + msgid "Show system tray popup messages" + msgstr "Diskou&ez arlun barlenn ar reizhiad" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 251 +-#: rc.cpp:112 ++#: rc.cpp:108 + #, no-c-format + msgid "Upload bandwidth (in KB/sec):" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 276 +-#: rc.cpp:115 ++#: rc.cpp:111 + #, no-c-format + msgid "Download bandwidth (in KB/sec):" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 305 +-#: rc.cpp:118 ++#: rc.cpp:114 + #, no-c-format + msgid "Folders" + msgstr "Renkelloù" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 324 +-#: rc.cpp:121 ++#: rc.cpp:117 + #, no-c-format + msgid "Folder to store temporary files:" + msgstr "Renkell ar restroù padennek :" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 342 +-#: rc.cpp:124 ++#: rc.cpp:120 + #, fuzzy, no-c-format + msgid "Move completed downloads to:" + msgstr "N'enkargit ket" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 353 +-#: rc.cpp:128 ++#: rc.cpp:123 + #, no-c-format + msgid "&Automatically save downloads to:" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 395 +-#: rc.cpp:131 ++#: rc.cpp:126 + #, fuzzy, no-c-format + msgid "Copy .torrent files to:" + msgstr "restroù ster-froud" + + #. i18n: file ./apps/ktorrent/ktorrentui.rc line 34 +-#: rc.cpp:144 ++#: rc.cpp:138 + #, no-c-format + msgid "Download Toolbar" + msgstr "Barenn ostilhoù enkargañ" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 27 +-#: rc.cpp:150 ++#: rc.cpp:144 + #, no-c-format + msgid "Set the speed limits for torrent" + msgstr "" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 51 +-#: rc.cpp:153 ++#: rc.cpp:147 + #, fuzzy, no-c-format + msgid "Max upload rate:" + msgstr "ezkargañ :" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 59 +-#: rc.cpp:156 ++#: rc.cpp:150 + #, fuzzy, no-c-format + msgid "Max download rate:" + msgstr "Enkargañ" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 97 +-#: rc.cpp:159 rc.cpp:162 ++#: rc.cpp:153 rc.cpp:156 + #, no-c-format + msgid "KB/s (0 is no limit)" + msgstr "" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 16 +-#: rc.cpp:171 ++#: rc.cpp:165 + #, no-c-format + msgid "Add potential peer" + msgstr "" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 35 +-#: rc.cpp:174 ++#: rc.cpp:168 + #, no-c-format + msgid "Peer IP:" + msgstr "" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 43 +-#: rc.cpp:177 rc.cpp:208 ++#: rc.cpp:171 rc.cpp:201 + #, no-c-format + msgid "127.0.0.1" + msgstr "127.0.0.1" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 51 +-#: rc.cpp:180 rc.cpp:288 rc.cpp:525 rc.cpp:931 ++#: rc.cpp:174 rc.cpp:279 rc.cpp:504 rc.cpp:908 + #, no-c-format + msgid "Port:" + msgstr "Porzh :" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 100 +-#: rc.cpp:183 ++#: rc.cpp:177 + #, no-c-format + msgid "Enter peer IP and port." + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 16 +-#: rc.cpp:193 ++#: rc.cpp:186 + #, fuzzy, no-c-format + msgid "KTorrent Blacklist" + msgstr "Restroù ster-froud" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 30 +-#: rc.cpp:196 ++#: rc.cpp:189 + #, no-c-format + msgid "" + "Note: Blacklist applies to current session only. Use save/open to save your " +@@ -1297,187 +1297,187 @@ msgid "" + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 41 +-#: rc.cpp:199 ++#: rc.cpp:192 + #, no-c-format + msgid "Banned Peers" + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 50 +-#: rc.cpp:202 ++#: rc.cpp:195 + #, no-c-format + msgid "Peer IP address" + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 96 +-#: rc.cpp:205 ++#: rc.cpp:198 + #, no-c-format + msgid "Add peer:" + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 134 +-#: rc.cpp:215 ++#: rc.cpp:207 + #, no-c-format + msgid "Adds a peer to blacklist" + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 168 +-#: rc.cpp:222 ++#: rc.cpp:213 + #, no-c-format + msgid "Removes selected peer from blacklist" + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 176 +-#: rc.cpp:225 ++#: rc.cpp:216 + #, no-c-format + msgid "C&lear" + msgstr "&Goullonderiñ" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 182 +-#: rc.cpp:228 ++#: rc.cpp:219 + #, no-c-format + msgid "Clears this list" + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 218 +-#: rc.cpp:234 ++#: rc.cpp:225 + #, no-c-format + msgid "Save &As..." + msgstr "Enrollañ e ..." + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 224 +-#: rc.cpp:237 ++#: rc.cpp:228 + #, no-c-format + msgid "Save this blacklist to use with KTorrent IPFilter plugin" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 59 +-#: rc.cpp:252 ++#: rc.cpp:243 + #, no-c-format + msgid "Maximum downloads:" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 86 +-#: rc.cpp:255 ++#: rc.cpp:246 + #, no-c-format + msgid "Maximum seeds:" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 94 +-#: rc.cpp:258 ++#: rc.cpp:249 + #, no-c-format + msgid "Start download on low disk space :" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 102 +-#: rc.cpp:261 ++#: rc.cpp:252 + #, fuzzy, no-c-format + msgid "Minimum disk space:" + msgstr "Egor dieub ar bladenn :" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 140 +-#: rc.cpp:264 ++#: rc.cpp:255 + #, fuzzy, no-c-format + msgid "Don't start" + msgstr "N'eo ket loc'het" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 145 +-#: rc.cpp:267 ++#: rc.cpp:258 + #, no-c-format + msgid "Always ask" + msgstr "Goulenn bepred" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 150 +-#: rc.cpp:270 ++#: rc.cpp:261 + #, fuzzy, no-c-format + msgid "Force start" + msgstr "N'eo ket loc'het" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 208 +-#: rc.cpp:273 ++#: rc.cpp:264 + #, no-c-format + msgid "MB" + msgstr "Mo" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 236 +-#: rc.cpp:276 rc.cpp:279 rc.cpp:312 rc.cpp:315 rc.cpp:324 ++#: rc.cpp:267 rc.cpp:270 rc.cpp:303 rc.cpp:306 rc.cpp:315 + #, no-c-format + msgid "(0 is no limit)" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 330 +-#: rc.cpp:285 ++#: rc.cpp:276 + #, no-c-format + msgid "Maximum download rate:" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 346 +-#: rc.cpp:291 ++#: rc.cpp:282 + #, no-c-format + msgid "Global connection limit:" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 354 +-#: rc.cpp:294 ++#: rc.cpp:285 + #, fuzzy, no-c-format + msgid "Max seed time:" + msgstr "ezkargañ :" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 370 +-#: rc.cpp:297 ++#: rc.cpp:288 + #, no-c-format + msgid "Maximum connections per torrent:" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 397 +-#: rc.cpp:300 ++#: rc.cpp:291 + #, no-c-format + msgid "Number of upload slots:" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 405 +-#: rc.cpp:303 ++#: rc.cpp:294 + #, no-c-format + msgid "UDP tracker port:" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 413 +-#: rc.cpp:306 ++#: rc.cpp:297 + #, no-c-format + msgid "Max share ratio:" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 421 +-#: rc.cpp:309 ++#: rc.cpp:300 + #, no-c-format + msgid "Maximum upload rate:" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 576 +-#: rc.cpp:318 rc.cpp:321 ++#: rc.cpp:309 rc.cpp:312 + #, no-c-format + msgid "KB/sec (0 is no limit)" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 651 +-#: rc.cpp:327 ++#: rc.cpp:318 + #, no-c-format + msgid "Hours (0 is no limit)" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 663 +-#: rc.cpp:330 ++#: rc.cpp:321 + #, no-c-format + msgid "&Keep seeding after download is finished" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 674 +-#: rc.cpp:333 ++#: rc.cpp:324 + #, no-c-format + msgid "Attention" + msgstr "Ho evezh" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 685 +-#: rc.cpp:336 ++#: rc.cpp:327 + #, no-c-format + msgid "" + "The above ports must also be forwarded if you are behind a router. The UPnP " +@@ -1485,283 +1485,283 @@ msgid "" + msgstr "" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 16 +-#: rc.cpp:339 ++#: rc.cpp:330 + #, no-c-format + msgid "KT Queue Dialog" + msgstr "" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 69 +-#: rc.cpp:348 rc.cpp:386 rc.cpp:1107 ++#: rc.cpp:339 rc.cpp:372 rc.cpp:1067 + #, no-c-format + msgid "Status:" + msgstr "Stad :" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 85 +-#: rc.cpp:351 rc.cpp:389 rc.cpp:1808 ++#: rc.cpp:342 rc.cpp:375 rc.cpp:1751 + #, no-c-format + msgid "Tracker:" + msgstr "" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 93 +-#: rc.cpp:354 rc.cpp:392 rc.cpp:1805 ++#: rc.cpp:345 rc.cpp:378 rc.cpp:1748 + #, no-c-format + msgid "DHT:" + msgstr "DHT :" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 109 +-#: rc.cpp:357 rc.cpp:395 rc.cpp:1061 ++#: rc.cpp:348 rc.cpp:381 rc.cpp:1025 + #, no-c-format + msgid "Share ratio:" + msgstr "" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 117 +-#: rc.cpp:360 ++#: rc.cpp:351 + #, no-c-format + msgid "Bytes left:" + msgstr "" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 177 +-#: rc.cpp:368 rc.cpp:377 ++#: rc.cpp:354 rc.cpp:363 + #, no-c-format + msgid "Torrent" + msgstr "Ster-froud" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 188 +-#: rc.cpp:371 rc.cpp:380 ++#: rc.cpp:357 rc.cpp:366 + #, no-c-format + msgid "Controlled by" + msgstr "" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 214 +-#: rc.cpp:374 ++#: rc.cpp:360 + #, fuzzy, no-c-format + msgid "Upload&s" + msgstr "Ezkarget" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 333 +-#: rc.cpp:398 ++#: rc.cpp:384 + #, no-c-format + msgid "Uploaded:" + msgstr "Ezkarget :" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 486 +-#: rc.cpp:406 ++#: rc.cpp:387 + #, no-c-format + msgid "M&ove up" + msgstr "P&ignit" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 494 +-#: rc.cpp:409 ++#: rc.cpp:390 + #, no-c-format + msgid "Move dow&n" + msgstr "D&iskennit" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 519 +-#: rc.cpp:412 ++#: rc.cpp:393 + #, fuzzy, no-c-format + msgid "Move to top" + msgstr "P&ignit" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 530 +-#: rc.cpp:416 ++#: rc.cpp:396 + #, no-c-format + msgid "Move to &bottom" + msgstr "Fiñval d'an &traoñ" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 555 +-#: rc.cpp:419 ++#: rc.cpp:399 + #, no-c-format + msgid "&QM Controlled" + msgstr "" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 563 +-#: rc.cpp:422 ++#: rc.cpp:402 + #, no-c-format + msgid "&User Controlled" + msgstr "" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 30 +-#: rc.cpp:434 ++#: rc.cpp:414 + #, no-c-format + msgid "Paste URL" + msgstr "Pegañ an URL" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 52 +-#: rc.cpp:437 rc.cpp:1104 rc.cpp:1919 ++#: rc.cpp:417 rc.cpp:1064 rc.cpp:1859 + #, no-c-format + msgid "URL:" + msgstr "URL :" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 106 +-#: rc.cpp:440 ++#: rc.cpp:420 + #, no-c-format + msgid "O&K" + msgstr "Mat &eo" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 114 +-#: rc.cpp:443 rc.cpp:675 rc.cpp:1176 ++#: rc.cpp:423 rc.cpp:653 rc.cpp:1128 + #, no-c-format + msgid "C&ancel" + msgstr "&Nullañ" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 16 +-#: rc.cpp:446 ++#: rc.cpp:426 + #, no-c-format + msgid "Create Torrent" + msgstr "Krouiñ ar ster-froud" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 38 +-#: rc.cpp:449 ++#: rc.cpp:429 + #, no-c-format + msgid "The file or folder of which you want to create a torrent:" + msgstr "" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 53 +-#: rc.cpp:452 ++#: rc.cpp:432 + #, no-c-format + msgid "You must add at least one tracker or node." + msgstr "" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 61 +-#: rc.cpp:455 ++#: rc.cpp:435 + #, no-c-format + msgid "File Options" + msgstr "Dibarzhoù ar restr" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 80 +-#: rc.cpp:458 ++#: rc.cpp:438 + #, no-c-format + msgid "Size of each chunk:" + msgstr "" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 86 +-#: rc.cpp:461 ++#: rc.cpp:441 + #, no-c-format + msgid "32" + msgstr "32" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 91 +-#: rc.cpp:464 ++#: rc.cpp:444 + #, no-c-format + msgid "64" + msgstr "64" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 96 +-#: rc.cpp:467 ++#: rc.cpp:447 + #, no-c-format + msgid "128" + msgstr "128" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 101 +-#: rc.cpp:470 ++#: rc.cpp:450 + #, no-c-format + msgid "256" + msgstr "256" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 106 +-#: rc.cpp:473 ++#: rc.cpp:453 + #, no-c-format + msgid "512" + msgstr "512" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 111 +-#: rc.cpp:476 ++#: rc.cpp:456 + #, no-c-format + msgid "1024" + msgstr "1024" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 116 +-#: rc.cpp:479 ++#: rc.cpp:459 + #, no-c-format + msgid "2048" + msgstr "2048" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 121 +-#: rc.cpp:482 ++#: rc.cpp:462 + #, no-c-format + msgid "4096" + msgstr "4096" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 126 +-#: rc.cpp:485 ++#: rc.cpp:465 + #, no-c-format + msgid "8192" + msgstr "8192" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 138 +-#: rc.cpp:488 rc.cpp:633 ++#: rc.cpp:468 rc.cpp:611 + #, no-c-format + msgid "KB" + msgstr "KO" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 165 +-#: rc.cpp:491 ++#: rc.cpp:471 + #, no-c-format + msgid "Start seedin&g the torrent" + msgstr "" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 176 +-#: rc.cpp:494 ++#: rc.cpp:474 + #, no-c-format + msgid "Decentrali&zed (DHT only)" + msgstr "" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 184 +-#: rc.cpp:497 ++#: rc.cpp:477 + #, no-c-format + msgid "Private torrent (DHT not allowed)" + msgstr "" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 202 +-#: rc.cpp:500 ++#: rc.cpp:480 + #, no-c-format + msgid "Comments:" + msgstr "Askelennoù :" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 248 +-#: rc.cpp:503 ++#: rc.cpp:483 + #, no-c-format + msgid "&Create" + msgstr "&Krouiñ" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 262 +-#: rc.cpp:506 rc.cpp:1325 ++#: rc.cpp:486 rc.cpp:1277 + #, no-c-format + msgid "Ca&ncel" + msgstr "Nu&llañ" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 275 +-#: plugins/infowidget/infowidgetplugin.cpp:214 rc.cpp:509 rc.cpp:1101 ++#: plugins/infowidget/infowidgetplugin.cpp:214 rc.cpp:489 rc.cpp:1061 + #, no-c-format + msgid "Trackers" + msgstr "" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 283 +-#: rc.cpp:512 ++#: rc.cpp:492 + #, no-c-format + msgid "DHT nodes" + msgstr "" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 333 +-#: rc.cpp:522 ++#: rc.cpp:501 + #, no-c-format + msgid "Node:" + msgstr "Skoulm :" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 385 +-#: rc.cpp:528 ++#: rc.cpp:507 + #, fuzzy, no-c-format + msgid "IP or hostname" + msgstr "IP pe anv ostiz diouzhoc'h :" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 396 +-#: rc.cpp:531 rc.cpp:718 rc.cpp:721 ++#: rc.cpp:510 rc.cpp:695 rc.cpp:698 + #, no-c-format + msgid "Port" + msgstr "Porzh" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 437 +-#: rc.cpp:534 ++#: rc.cpp:513 + #, no-c-format + msgid "" + "NOTE: Some known good DHT nodes are already inserted. You should probably " +@@ -1769,19 +1769,19 @@ msgid "" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 16 +-#: rc.cpp:537 ++#: rc.cpp:516 + #, fuzzy, no-c-format + msgid "Advanced Preferences" + msgstr "Dibaboù klask" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 46 +-#: rc.cpp:543 ++#: rc.cpp:522 + #, no-c-format + msgid "Time left estimation algorithm:" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 53 +-#: rc.cpp:546 rc.cpp:568 ++#: rc.cpp:525 rc.cpp:547 + #, no-c-format + msgid "" + "KTorrent algorithm: Default algorithm using combination of other " +@@ -1797,427 +1797,427 @@ msgid "" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 64 +-#: rc.cpp:556 ++#: rc.cpp:535 + #, no-c-format + msgid "Current speed" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 69 +-#: rc.cpp:559 ++#: rc.cpp:538 + #, no-c-format + msgid "Global average speed" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 74 +-#: rc.cpp:562 ++#: rc.cpp:541 + #, no-c-format + msgid "Window of X" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 79 +-#: rc.cpp:565 ++#: rc.cpp:544 + #, no-c-format + msgid "Moving average" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 98 +-#: rc.cpp:575 ++#: rc.cpp:554 + #, no-c-format + msgid "(takes effect after restart)" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 125 +-#: rc.cpp:578 ++#: rc.cpp:557 + #, no-c-format + msgid "Disa&ble diskspace preallocation" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 141 +-#: rc.cpp:581 ++#: rc.cpp:560 + #, no-c-format + msgid "F&ully preallocate diskspace (avoids fragmentation)" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 147 +-#: rc.cpp:584 ++#: rc.cpp:563 + #, no-c-format + msgid "Basic (slow)" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 152 +-#: rc.cpp:587 ++#: rc.cpp:566 + #, no-c-format + msgid "Filesystem specific" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 174 +-#: rc.cpp:590 ++#: rc.cpp:569 + #, fuzzy, no-c-format + msgid "Performance" + msgstr "Dibaboù" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 193 +-#: rc.cpp:593 ++#: rc.cpp:572 + #, no-c-format + msgid "Memory usage:" + msgstr "Penoas vez implijet ar vemor :" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 199 +-#: rc.cpp:596 ++#: rc.cpp:575 + #, no-c-format + msgid "Low" + msgstr "Izel" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 204 +-#: rc.cpp:599 ++#: rc.cpp:578 + #, no-c-format + msgid "Medium" + msgstr "Krenn" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 209 +-#: rc.cpp:602 ++#: rc.cpp:581 + #, no-c-format + msgid "High" + msgstr "Uhel" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 248 +-#: rc.cpp:605 ++#: rc.cpp:584 + #, no-c-format + msgid "GUI update interval:" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 254 +-#: rc.cpp:608 ++#: rc.cpp:587 + #, no-c-format + msgid "500ms" + msgstr "500me" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 259 +-#: rc.cpp:611 ++#: rc.cpp:590 + #, no-c-format + msgid "1s" + msgstr "1e" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 264 +-#: rc.cpp:614 ++#: rc.cpp:593 + #, no-c-format + msgid "2s" + msgstr "2e" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 269 +-#: rc.cpp:617 ++#: rc.cpp:596 + #, no-c-format + msgid "5s" + msgstr "5e" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 308 +-#: rc.cpp:620 ++#: rc.cpp:599 + #, no-c-format + msgid "Fast CPU" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 342 +-#: rc.cpp:624 ++#: rc.cpp:602 + #, no-c-format + msgid "Slow CPU" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 354 +-#: rc.cpp:627 ++#: rc.cpp:605 + #, no-c-format + msgid "Data Checking" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 373 +-#: rc.cpp:630 ++#: rc.cpp:608 + #, no-c-format + msgid "During uploading, do ¬ recheck chunks bigger than" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 430 +-#: rc.cpp:636 ++#: rc.cpp:614 + #, no-c-format + msgid "Do a data integrit&y check after" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 449 +-#: rc.cpp:639 ++#: rc.cpp:617 + #, no-c-format + msgid "corrupted chunks" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 478 +-#: rc.cpp:642 ++#: rc.cpp:620 + #, no-c-format + msgid "Networking" + msgstr "Rouedad" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 505 +-#: rc.cpp:645 ++#: rc.cpp:623 + #, no-c-format + msgid "Maximum number of connection setups:" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 527 +-#: rc.cpp:648 ++#: rc.cpp:626 + #, no-c-format + msgid "DSCP for IP packets:" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 570 +-#: rc.cpp:651 ++#: rc.cpp:629 + #, no-c-format + msgid "Do not use the KDE pro&xy settings for HTTP tracker connections" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 586 +-#: rc.cpp:654 ++#: rc.cpp:632 + #, no-c-format + msgid "HTTP tracker proxy:" + msgstr "" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 24 +-#: rc.cpp:657 ++#: rc.cpp:635 + #, no-c-format + msgid "Scanning data" + msgstr "" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 38 +-#: rc.cpp:660 ++#: rc.cpp:638 + #, no-c-format + msgid "Scanning data of torrent :" + msgstr "" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 62 +-#: rc.cpp:663 ++#: rc.cpp:641 + #, no-c-format + msgid "Number of chunks found :" + msgstr "" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 70 +-#: rc.cpp:666 ++#: rc.cpp:644 + #, no-c-format + msgid "Number of chunks failed / not downloaded :" + msgstr "" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 97 +-#: rc.cpp:669 rc.cpp:672 ++#: rc.cpp:647 rc.cpp:650 + #, no-c-format + msgid "0" + msgstr "0" + + #. i18n: file ./apps/ktupnptest/mainwidget.ui line 54 +-#: rc.cpp:678 ++#: rc.cpp:656 + #, no-c-format + msgid "Test" + msgstr "Arnodiñ" + + #. i18n: file ./libktorrent/labelviewitembase.ui line 49 +-#: rc.cpp:685 ++#: rc.cpp:662 + #, no-c-format + msgid "textLabel2" + msgstr "" + + #. i18n: file ./libktorrent/labelviewitembase.ui line 65 +-#: rc.cpp:688 ++#: rc.cpp:665 + #, no-c-format + msgid "textLabel3" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 10 +-#: rc.cpp:691 ++#: rc.cpp:668 + #, no-c-format + msgid "Maximum number of downloads (0 = no limit)" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 15 +-#: rc.cpp:694 ++#: rc.cpp:671 + #, no-c-format + msgid "Maximum number of seeds (0 = no limit)" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 20 +-#: rc.cpp:697 ++#: rc.cpp:674 + #, no-c-format + msgid "Start downloads on low disk space?" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 24 +-#: rc.cpp:700 ++#: rc.cpp:677 + #, no-c-format + msgid "Maximum number of connections per torrent (0 = no limit)" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 29 +-#: rc.cpp:703 ++#: rc.cpp:680 + #, no-c-format + msgid "Maximum number of connections for all torrents (0 = no limit) " + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 34 +-#: rc.cpp:706 ++#: rc.cpp:683 + #, no-c-format + msgid "Maximum upload speed in KB/sec (0 = no limit)" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 39 +-#: rc.cpp:709 ++#: rc.cpp:686 + #, no-c-format + msgid "Maximum download speed in KB/sec (0 = no limit)" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 44 +-#: rc.cpp:712 ++#: rc.cpp:689 + #, no-c-format + msgid "Maximum share ratio(0 = no limit)" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 49 +-#: rc.cpp:715 ++#: rc.cpp:692 + #, no-c-format + msgid "Maximum seed time in hours (0 = no limit)" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 66 +-#: rc.cpp:724 ++#: rc.cpp:701 + #, no-c-format + msgid "Show a system tray icon" + msgstr "Diskouez un arlun barlenn reizhiad" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 70 +-#: rc.cpp:727 ++#: rc.cpp:704 + #, fuzzy, no-c-format + msgid "Show speed bar in tray icon" + msgstr "Diskou&ez arlun barlenn ar reizhiad" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 74 +-#: rc.cpp:730 ++#: rc.cpp:707 + #, no-c-format + msgid "Download bandwidth (in kb/s):" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 80 +-#: rc.cpp:733 ++#: rc.cpp:710 + #, no-c-format + msgid "Upload bandwidth (in kb/s):" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 86 +-#: rc.cpp:736 ++#: rc.cpp:713 + #, no-c-format + msgid "Show popup messages when torrent is finished." + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 90 +-#: rc.cpp:739 ++#: rc.cpp:716 + #, no-c-format + msgid "Keep seeding after download has finished" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 94 +-#: rc.cpp:742 ++#: rc.cpp:719 + #, no-c-format + msgid "Folder to store temporary files" + msgstr "Renkell ar restroù padennek" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 98 +-#: rc.cpp:745 ++#: rc.cpp:722 + #, no-c-format + msgid "Whether to automatically save downloads to saveDir" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 102 +-#: rc.cpp:748 ++#: rc.cpp:725 + #, no-c-format + msgid "Folder to store downloaded files" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 106 +-#: rc.cpp:751 ++#: rc.cpp:728 + #, no-c-format + msgid "Whether to automatically move completed downloads to completedDir" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 110 +-#: rc.cpp:754 ++#: rc.cpp:731 + #, fuzzy, no-c-format + msgid "Folder to move completed downloaded files to" + msgstr "Renkell ar restroù padennek" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 114 +-#: rc.cpp:757 ++#: rc.cpp:734 + #, fuzzy, no-c-format + msgid "Whether to automatically copy .torrent files to torrentCopyDir" + msgstr " N'hell ket bet digoret ar restr ster-froud %1 : %2" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 118 +-#: rc.cpp:760 ++#: rc.cpp:737 + #, fuzzy, no-c-format + msgid "Folder to copy .torrent files to" + msgstr "Renkell ar restroù padennek" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 122 +-#: rc.cpp:763 ++#: rc.cpp:740 + #, no-c-format + msgid "Whether to use a custom IP to pass to the tracker" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 126 +-#: rc.cpp:766 ++#: rc.cpp:743 + #, no-c-format + msgid "Directory which was used as the last save directory" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 130 +-#: rc.cpp:769 ++#: rc.cpp:746 + #, no-c-format + msgid "IP to pass to the tracker" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 134 +-#: rc.cpp:772 ++#: rc.cpp:749 + #, no-c-format + msgid "Memory usage" + msgstr "Penoas vez implijet ar vemor" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 138 +-#: rc.cpp:775 ++#: rc.cpp:752 + #, no-c-format + msgid "GUI update interval" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 142 +-#: rc.cpp:778 ++#: rc.cpp:755 + #, no-c-format + msgid "Support for DHT" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 146 +-#: rc.cpp:781 ++#: rc.cpp:758 + #, no-c-format + msgid "DHT port" + msgstr "Porzh DHT" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 152 +-#: rc.cpp:784 ++#: rc.cpp:761 + #, no-c-format + msgid "Number of upload slots" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 196 +-#: rc.cpp:793 ++#: rc.cpp:770 + #, no-c-format + msgid "Columns shown in KTorrentView" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 205 +-#: rc.cpp:796 ++#: rc.cpp:773 + #, no-c-format + msgid "ET algorithm" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 227 +-#: rc.cpp:799 ++#: rc.cpp:776 + #, no-c-format + msgid "" + "When there's no space left to complete download and free diskspace is less than " +@@ -2225,602 +2225,602 @@ msgid "" + msgstr "" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 16 +-#: rc.cpp:802 ++#: rc.cpp:779 + #, no-c-format + msgid "Plugin Manager" + msgstr "Merour al lugentoù" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 48 +-#: rc.cpp:805 ++#: rc.cpp:782 + #, no-c-format + msgid "Load" + msgstr "Kargañ" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 56 +-#: rc.cpp:808 ++#: rc.cpp:785 + #, no-c-format + msgid "U&nload" + msgstr "Di&gargañ" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 64 +-#: rc.cpp:811 ++#: rc.cpp:788 + #, fuzzy, no-c-format + msgid "Load &All" + msgstr "Kargañ an holl re" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 72 +-#: rc.cpp:814 ++#: rc.cpp:791 + #, fuzzy, no-c-format + msgid "&Unload All" + msgstr "Digargañ an holl re" + + #. i18n: file ./plugins/upnp/ktupnpplugin.kcfg line 10 +-#: rc.cpp:817 ++#: rc.cpp:794 + #, no-c-format + msgid "Default UPnP device to use" + msgstr "" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 16 +-#: plugins/upnp/upnpplugin.cpp:46 plugins/upnp/upnpprefpage.cpp:31 rc.cpp:820 ++#: plugins/upnp/upnpplugin.cpp:46 plugins/upnp/upnpprefpage.cpp:31 rc.cpp:797 + #, no-c-format + msgid "UPnP" + msgstr "UPnP" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 35 +-#: rc.cpp:823 ++#: rc.cpp:800 + #, no-c-format + msgid "Detected devices:" + msgstr "" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 41 +-#: rc.cpp:826 ++#: rc.cpp:803 + #, no-c-format + msgid "Device" + msgstr "Trobarzhell" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 52 +-#: rc.cpp:829 ++#: rc.cpp:806 + #, no-c-format + msgid "Ports Forwarded" + msgstr "" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 63 +-#: rc.cpp:832 ++#: rc.cpp:809 + #, fuzzy, no-c-format + msgid "WAN Connection" + msgstr "Kevreadennoù :" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 91 +-#: rc.cpp:835 ++#: rc.cpp:812 + #, no-c-format + msgid "Forw&ard Ports" + msgstr "" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 99 +-#: rc.cpp:838 ++#: rc.cpp:815 + #, no-c-format + msgid "Undo Port Forwarding" + msgstr "" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 124 +-#: rc.cpp:841 ++#: rc.cpp:818 + #, no-c-format + msgid "Rescan" + msgstr "" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 9 +-#: rc.cpp:844 ++#: rc.cpp:821 + #, no-c-format + msgid "Enable scanning of folder1?" + msgstr "" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 14 +-#: rc.cpp:847 ++#: rc.cpp:824 + #, no-c-format + msgid "Enable scanning of folder2?" + msgstr "" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 19 +-#: rc.cpp:850 ++#: rc.cpp:827 + #, no-c-format + msgid "Enable scanning of folder3?" + msgstr "" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 24 +-#: rc.cpp:853 ++#: rc.cpp:830 + #, fuzzy, no-c-format + msgid "Folder1 path" + msgstr "Renkelloù" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 29 +-#: rc.cpp:856 ++#: rc.cpp:833 + #, fuzzy, no-c-format + msgid "Folder2 path" + msgstr "Renkelloù" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 34 +-#: rc.cpp:859 ++#: rc.cpp:836 + #, fuzzy, no-c-format + msgid "Folder3 path" + msgstr "Renkelloù" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 39 +-#: rc.cpp:862 ++#: rc.cpp:839 + #, fuzzy, no-c-format + msgid "Whether to open torrent silently or not." + msgstr " N'hell ket bet digoret ar restr ster-froud %1 : %2" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 44 +-#: rc.cpp:865 ++#: rc.cpp:842 + #, no-c-format + msgid "Delete action checked." + msgstr "" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 49 +-#: rc.cpp:868 ++#: rc.cpp:845 + #, no-c-format + msgid "Move action checked." + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 16 +-#: rc.cpp:871 ++#: rc.cpp:848 + #, fuzzy, no-c-format + msgid "ScanFolder Preferences" + msgstr "Dibaboù klask" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 35 +-#: rc.cpp:874 ++#: rc.cpp:851 + #, no-c-format + msgid "Scan folder &1" + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 38 +-#: rc.cpp:877 rc.cpp:1480 ++#: rc.cpp:854 rc.cpp:1424 + #, no-c-format + msgid "Alt+1" + msgstr "Alt+1" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 46 +-#: rc.cpp:880 ++#: rc.cpp:857 + #, no-c-format + msgid "Scan folder &2" + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 49 +-#: rc.cpp:883 rc.cpp:1471 rc.cpp:1495 ++#: rc.cpp:860 rc.cpp:1415 rc.cpp:1439 + #, no-c-format + msgid "Alt+2" + msgstr "Alt+2" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 57 +-#: rc.cpp:886 ++#: rc.cpp:863 + #, no-c-format + msgid "Scan folder &3" + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 60 +-#: rc.cpp:889 rc.cpp:1465 ++#: rc.cpp:866 rc.cpp:1409 + #, no-c-format + msgid "Alt+3" + msgstr "Alt+3" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 81 +-#: rc.cpp:895 ++#: rc.cpp:872 + #, no-c-format + msgid "Move to \"loaded\" directory &after loading" + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 84 +-#: rc.cpp:898 ++#: rc.cpp:875 + #, no-c-format + msgid "Move torrent to \"loaded\" directory after loading it" + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 92 +-#: rc.cpp:901 ++#: rc.cpp:878 + #, fuzzy, no-c-format + msgid "Open torrents silentl&y" + msgstr "restroù ster-froud" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 95 +-#: rc.cpp:904 ++#: rc.cpp:881 + #, no-c-format + msgid "Do not show 'Select files to download' dialog" + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 103 +-#: rc.cpp:907 ++#: rc.cpp:884 + #, no-c-format + msgid "Delete after loadin&g" + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 106 +-#: rc.cpp:910 ++#: rc.cpp:887 + #, no-c-format + msgid "Deletes torrent after loading" + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 116 +-#: rc.cpp:913 ++#: rc.cpp:890 + #, fuzzy, no-c-format + msgid "Folders to scan" + msgstr "Renkelloù" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 151 +-#: rc.cpp:916 ++#: rc.cpp:893 + #, fuzzy, no-c-format + msgid "Folder 1:" + msgstr "Renkelloù" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 162 +-#: rc.cpp:919 ++#: rc.cpp:896 + #, fuzzy, no-c-format + msgid "Folder 2:" + msgstr "Renkelloù" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 173 +-#: rc.cpp:922 ++#: rc.cpp:899 + #, fuzzy, no-c-format + msgid "Folder 3:" + msgstr "Renkelloù" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 30 +-#: rc.cpp:925 rc.cpp:1895 ++#: rc.cpp:902 rc.cpp:1838 + #, no-c-format + msgid "Search Preferences" + msgstr "Dibaboù klask" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 41 +-#: rc.cpp:928 ++#: rc.cpp:905 + #, no-c-format + msgid "Web Server" + msgstr "Servijer Web" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 82 +-#: rc.cpp:934 ++#: rc.cpp:911 + #, no-c-format + msgid "Forward port" + msgstr "" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 107 +-#: rc.cpp:937 ++#: rc.cpp:914 + #, no-c-format + msgid "Session TTL (in sec):" + msgstr "" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 142 +-#: rc.cpp:940 ++#: rc.cpp:917 + #, no-c-format + msgid "Select interface:" + msgstr "Dibabit &netra" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 173 +-#: rc.cpp:943 ++#: rc.cpp:920 + #, no-c-format + msgid "Username:" + msgstr "Anv an arveriad :" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 188 +-#: rc.cpp:946 ++#: rc.cpp:923 + #, no-c-format + msgid "Change password ..." + msgstr "Tremenger :" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 206 +-#: rc.cpp:949 ++#: rc.cpp:926 + #, no-c-format + msgid "Php executable path:" + msgstr "" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 10 +-#: rc.cpp:953 ++#: rc.cpp:929 + #, no-c-format + msgid "Port number" + msgstr "" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 15 +-#: rc.cpp:956 ++#: rc.cpp:932 + #, no-c-format + msgid "forward Port" + msgstr "" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 20 +-#: rc.cpp:959 ++#: rc.cpp:935 + #, no-c-format + msgid "Session time to live" + msgstr "" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 24 +-#: rc.cpp:962 ++#: rc.cpp:938 + #, fuzzy, no-c-format + msgid "interface skin" + msgstr "Dibarzhoù hollek" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 28 +-#: rc.cpp:965 ++#: rc.cpp:941 + #, no-c-format + msgid "php executable path" + msgstr "" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 33 +-#: rc.cpp:968 ++#: rc.cpp:944 + #, no-c-format + msgid "username" + msgstr "anv an arveriad" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 37 +-#: rc.cpp:971 ++#: rc.cpp:947 + #, no-c-format + msgid "password" + msgstr "tremenger" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 16 +-#: plugins/infowidget/infowidgetplugin.cpp:194 rc.cpp:974 rc.cpp:1046 ++#: plugins/infowidget/infowidgetplugin.cpp:194 rc.cpp:950 rc.cpp:1010 + #, no-c-format + msgid "Chunks" + msgstr "" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 43 +-#: rc.cpp:977 ++#: rc.cpp:953 + #, no-c-format + msgid "Total:" + msgstr "Hollek :" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 81 +-#: rc.cpp:981 ++#: rc.cpp:956 + #, no-c-format + msgid "Currently downloading:" + msgstr "Emaon oc'h enkargañ :" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 119 +-#: rc.cpp:985 ++#: rc.cpp:959 + #, no-c-format + msgid "Downloaded:" + msgstr "Enkarget :" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 157 +-#: rc.cpp:989 ++#: rc.cpp:962 + #, no-c-format + msgid "Excluded:" + msgstr "" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 195 +-#: rc.cpp:993 ++#: rc.cpp:965 + #, no-c-format + msgid "Left:" + msgstr "Kleiz :" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 233 +-#: rc.cpp:997 ++#: rc.cpp:968 + #, no-c-format + msgid "Size:" + msgstr "Ment :" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 280 +-#: rc.cpp:1001 ++#: rc.cpp:971 + #, no-c-format + msgid "Chunk" + msgstr "Pezh" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 291 +-#: rc.cpp:1004 ++#: rc.cpp:974 + #, no-c-format + msgid "Progress" + msgstr "Araogenn" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 302 +-#: rc.cpp:1007 ++#: rc.cpp:977 + #, no-c-format + msgid "Peer" + msgstr "" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 324 +-#: rc.cpp:1013 ++#: rc.cpp:983 + #, no-c-format + msgid "Assigned Peers" + msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 63 +-#: rc.cpp:1022 ++#: rc.cpp:992 + #, no-c-format + msgid "Seeders:" + msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 71 +-#: rc.cpp:1025 ++#: rc.cpp:995 + #, no-c-format + msgid "Leechers:" + msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 129 +-#: rc.cpp:1030 ++#: rc.cpp:998 + #, no-c-format + msgid "Average Down Speed:" + msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 177 +-#: rc.cpp:1035 ++#: rc.cpp:1001 + #, no-c-format + msgid "Average Up Speed:" + msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 195 +-#: rc.cpp:1038 rc.cpp:1111 ++#: rc.cpp:1004 rc.cpp:1070 + #, no-c-format + msgid "Next update in:" + msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 203 +-#: rc.cpp:1041 ++#: rc.cpp:1007 + #, fuzzy, no-c-format + msgid "Tracker Status:" + msgstr "Stad :" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 332 +-#: rc.cpp:1049 ++#: rc.cpp:1013 + #, no-c-format + msgid "Parts of the torrent which have been downloaded:" + msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 367 +-#: rc.cpp:1052 ++#: rc.cpp:1016 + #, no-c-format + msgid "Parts of the torrent which are available:" + msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 457 +-#: rc.cpp:1055 ++#: rc.cpp:1019 + #, no-c-format + msgid "Sharing" + msgstr "Rannañ" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 487 +-#: rc.cpp:1058 ++#: rc.cpp:1022 + #, no-c-format + msgid "" + "Your upload will stop when share ratio gets to this value. Zero means no limit." + msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 525 +-#: rc.cpp:1064 ++#: rc.cpp:1028 + #, no-c-format + msgid "Your upload will stop when you have uploaded for this many hours." + msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 533 +-#: rc.cpp:1067 ++#: rc.cpp:1031 + #, no-c-format + msgid "Hours" + msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 543 +-#: rc.cpp:1070 ++#: rc.cpp:1034 + #, no-c-format + msgid "Ratio limit:" + msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 549 +-#: rc.cpp:1074 ++#: rc.cpp:1037 + #, no-c-format + msgid "Limit works only in seed mode" + msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 557 +-#: rc.cpp:1077 ++#: rc.cpp:1040 + #, fuzzy, no-c-format + msgid "Time &limit:" + msgstr "Hep muzul" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 37 +-#: rc.cpp:1081 ++#: rc.cpp:1043 + #, fuzzy, no-c-format + msgid "&Update Tracker" + msgstr "Da gaout" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 40 +-#: rc.cpp:1084 ++#: rc.cpp:1046 + #, no-c-format + msgid "Minimum update interval - 60 seconds" + msgstr "" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 48 +-#: rc.cpp:1087 ++#: rc.cpp:1049 + #, fuzzy, no-c-format + msgid "Add Trac&ker" + msgstr "Da gaout" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 64 +-#: rc.cpp:1090 ++#: rc.cpp:1052 + #, fuzzy, no-c-format + msgid "Remove Tracker" + msgstr "Da gaout" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 75 +-#: rc.cpp:1094 ++#: rc.cpp:1055 + #, fuzzy, no-c-format + msgid "Ch&ange Tracker" + msgstr "Da gaout" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 100 +-#: rc.cpp:1097 ++#: rc.cpp:1058 + #, no-c-format + msgid "Restore Defaults" + msgstr "" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 10 +-#: rc.cpp:1115 ++#: rc.cpp:1073 + #, no-c-format + msgid "Show peer view tab in main window" + msgstr "" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 14 +-#: rc.cpp:1118 ++#: rc.cpp:1076 + #, no-c-format + msgid "Show chunk download view tab in main window" + msgstr "" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 18 +-#: rc.cpp:1121 ++#: rc.cpp:1079 + #, no-c-format + msgid "Show trackers view tab in main window" + msgstr "" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 24 +-#: rc.cpp:1124 ++#: rc.cpp:1082 + #, no-c-format + msgid "Show list of peers" + msgstr "" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 35 +-#: rc.cpp:1128 ++#: rc.cpp:1085 + #, no-c-format + msgid "Show list of chunks currentl&y downloading" + msgstr "" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 60 +-#: rc.cpp:1131 ++#: rc.cpp:1088 + #, no-c-format + msgid "Show list of trackers" + msgstr "" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 16 +-#: rc.cpp:1135 ++#: rc.cpp:1091 + #, no-c-format + msgid "IPBlocking Preferences" + msgstr "Dibaboù IPBlocking" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 47 +-#: rc.cpp:1138 ++#: rc.cpp:1094 + #, fuzzy, no-c-format + msgid "Select PeerGuardian Filter File " + msgstr "Implij sil KTorrent ?" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 58 +-#: rc.cpp:1141 ++#: rc.cpp:1097 + #, fuzzy, no-c-format + msgid "Use PeerGuardian filter?" + msgstr "Implij sil KTorrent ?" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 77 +-#: rc.cpp:1145 ++#: rc.cpp:1100 + #, no-c-format + msgid "IP filter file:" + msgstr "Restr sil IP :" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 85 +-#: rc.cpp:1148 ++#: rc.cpp:1103 + #, no-c-format + msgid "http://www.bluetack.co.uk/modules.php?name=Downloads&d_op=getit&lid=8" + msgstr "http://www.bluetack.co.uk/modules.php?name=Downloads&d_op=getit&lid=8" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 123 +-#: rc.cpp:1151 ++#: rc.cpp:1106 + #, no-c-format + msgid "Dow&nload/Convert" + msgstr "En&kargañ/Amdreiñ" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 134 +-#: rc.cpp:1154 ++#: rc.cpp:1109 + #, no-c-format + msgid "" + "Download PeerGuardian filter from bluetack.co.uk or blocklist.org.\n" +@@ -2828,25 +2828,25 @@ msgid "" + msgstr "" + + #. i18n: file ./plugins/ipfilter/ktipfilterplugin.kcfg line 10 +-#: rc.cpp:1159 ++#: rc.cpp:1113 + #, no-c-format + msgid "Level1 filter url" + msgstr "" + + #. i18n: file ./plugins/ipfilter/ktipfilterplugin.kcfg line 14 +-#: rc.cpp:1162 ++#: rc.cpp:1116 + #, no-c-format + msgid "Use level1 filter?" + msgstr "" + + #. i18n: file ./plugins/ipfilter/convert_dlg.ui line 24 +-#: plugins/ipfilter/convertdialog.cpp:155 rc.cpp:1165 ++#: plugins/ipfilter/convertdialog.cpp:155 rc.cpp:1119 + #, no-c-format + msgid "Converting..." + msgstr "Oc'h amdreiñ ..." + + #. i18n: file ./plugins/ipfilter/convert_dlg.ui line 41 +-#: rc.cpp:1168 ++#: rc.cpp:1122 + #, no-c-format + msgid "" + "Click on the 'convert' button to start converting antip2p file. NOTE: This " +@@ -2855,61 +2855,61 @@ msgid "" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 27 +-#: rc.cpp:1179 ++#: rc.cpp:1131 + #, no-c-format + msgid "Update" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 46 +-#: rc.cpp:1182 rc.cpp:1268 ++#: rc.cpp:1134 rc.cpp:1220 + #, no-c-format + msgid "Update charts every" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 71 +-#: rc.cpp:1185 ++#: rc.cpp:1137 + #, no-c-format + msgid "GUI updates" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 92 +-#: rc.cpp:1188 rc.cpp:1271 ++#: rc.cpp:1140 rc.cpp:1223 + #, no-c-format + msgid "Gather data every" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 120 +-#: rc.cpp:1191 ++#: rc.cpp:1143 + #, no-c-format + msgid "miliseconds" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 135 +-#: rc.cpp:1194 ++#: rc.cpp:1146 + #, fuzzy, no-c-format + msgid "Maximum" + msgstr "Krenn" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 154 +-#: rc.cpp:1197 ++#: rc.cpp:1149 + #, no-c-format + msgid "Maximum speed scale mode:" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 165 +-#: rc.cpp:1203 ++#: rc.cpp:1155 + #, no-c-format + msgid "Exact" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 175 +-#: rc.cpp:1206 ++#: rc.cpp:1158 + #, no-c-format + msgid "See 'What's this' for more help" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 180 +-#: rc.cpp:1209 ++#: rc.cpp:1161 + #, no-c-format + msgid "" + "Set maximum value on OY scale as:\n" +@@ -2918,847 +2918,847 @@ msgid "" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 192 +-#: rc.cpp:1214 rc.cpp:1247 ++#: rc.cpp:1166 rc.cpp:1199 + #, no-c-format + msgid "Peers speed" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 211 +-#: rc.cpp:1217 ++#: rc.cpp:1169 + #, no-c-format + msgid "Peers speed:" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 222 +-#: rc.cpp:1220 ++#: rc.cpp:1172 + #, no-c-format + msgid "update every" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 244 +-#: rc.cpp:1223 ++#: rc.cpp:1175 + #, no-c-format + msgid "chart data updates" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 254 +-#: rc.cpp:1226 ++#: rc.cpp:1178 + #, no-c-format + msgid "Gathering data about many connected peers can be CPU consuming." + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 267 +-#: rc.cpp:1229 ++#: rc.cpp:1181 + #, fuzzy, no-c-format + msgid "Peers connections" + msgstr "Kevreadennoù :" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 270 +-#: rc.cpp:1232 ++#: rc.cpp:1184 + #, no-c-format + msgid "Large values can obscure charts of connected peers" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 289 +-#: rc.cpp:1235 ++#: rc.cpp:1187 + #, fuzzy, no-c-format + msgid "Show seeders in swarms" + msgstr "Diskou&ez arlun barlenn ar reizhiad" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 297 +-#: rc.cpp:1238 ++#: rc.cpp:1190 + #, no-c-format + msgid "Show leechers in swarms" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 309 +-#: rc.cpp:1241 ++#: rc.cpp:1193 + #, no-c-format + msgid "Measurements count" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 392 +-#: rc.cpp:1250 rc.cpp:1265 ++#: rc.cpp:1202 rc.cpp:1217 + #, fuzzy, no-c-format + msgid "Upload" + msgstr "Ezkarget" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 424 +-#: rc.cpp:1253 ++#: rc.cpp:1205 + #, fuzzy, no-c-format + msgid "Connections" + msgstr "Kevreadennoù :" + + #. i18n: file ./plugins/stats/statsspdwgt.ui line 40 +-#: plugins/infowidget/infowidgetplugin.cpp:173 rc.cpp:1262 rc.cpp:1304 ++#: plugins/infowidget/infowidgetplugin.cpp:173 rc.cpp:1214 rc.cpp:1256 + #, no-c-format + msgid "Peers" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 18 +-#: rc.cpp:1274 ++#: rc.cpp:1226 + #, no-c-format + msgid "Toggle peers speed charts" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 22 +-#: rc.cpp:1277 ++#: rc.cpp:1229 + #, no-c-format + msgid "Interval between getting data about peers speed" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 26 +-#: rc.cpp:1280 ++#: rc.cpp:1232 + #, no-c-format + msgid "Toggle drawing of leechers in swarms" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 30 +-#: rc.cpp:1283 ++#: rc.cpp:1235 + #, no-c-format + msgid "Toggle drawing of seeders in swarms" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 35 +-#: rc.cpp:1286 ++#: rc.cpp:1238 + #, fuzzy, no-c-format + msgid "Download mesurments count" + msgstr "Enkargañ ar ster-froud" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 39 +-#: rc.cpp:1289 ++#: rc.cpp:1241 + #, no-c-format + msgid "Peers speed mesurments count" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 43 +-#: rc.cpp:1292 ++#: rc.cpp:1244 + #, no-c-format + msgid "Upload mesurments count" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 47 +-#: rc.cpp:1295 ++#: rc.cpp:1247 + #, no-c-format + msgid "Connections mesurments count" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 51 +-#: rc.cpp:1298 ++#: rc.cpp:1250 + #, no-c-format + msgid "DHT mesurments count" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 56 +-#: rc.cpp:1301 ++#: rc.cpp:1253 + #, no-c-format + msgid "OY axis max mode" + msgstr "" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 16 +-#: rc.cpp:1310 ++#: rc.cpp:1262 + #, no-c-format + msgid "Import an existing download" + msgstr "" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 49 +-#: rc.cpp:1313 ++#: rc.cpp:1265 + #, no-c-format + msgid "Torrent:" + msgstr "Ster-froud :" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 63 +-#: rc.cpp:1316 ++#: rc.cpp:1268 + #, no-c-format + msgid "Data:" + msgstr "Roadoù :" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 95 +-#: rc.cpp:1319 ++#: rc.cpp:1271 + #, no-c-format + msgid "" + "Please specify the torrent and the data already downloaded for that torrent." + msgstr "" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 133 +-#: rc.cpp:1322 ++#: rc.cpp:1274 + #, no-c-format + msgid "&Import" + msgstr "&Enporzh" + + #. i18n: file ./plugins/rssfeed/ktrssfeedplugin.kcfg line 10 +-#: rc.cpp:1328 ++#: rc.cpp:1280 + #, no-c-format + msgid "default" + msgstr "dre ziouer" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 18 +-#: rc.cpp:1331 ++#: rc.cpp:1283 + #, no-c-format + msgid "Rss Feeds" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 36 +-#: rc.cpp:1334 ++#: rc.cpp:1286 + #, no-c-format + msgid "Feeds" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 78 +-#: rc.cpp:1337 ++#: rc.cpp:1289 + #, no-c-format + msgid "De&lete" + msgstr "&Dilemel" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 86 +-#: rc.cpp:1340 rc.cpp:1382 rc.cpp:1392 ++#: rc.cpp:1292 rc.cpp:1331 rc.cpp:1340 + #, no-c-format + msgid "&New" + msgstr "&Nevez" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 117 +-#: rc.cpp:1343 ++#: rc.cpp:1295 + #, no-c-format + msgid "&URL" + msgstr "&URL" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 139 +-#: rc.cpp:1346 ++#: rc.cpp:1298 + #, no-c-format + msgid "Articles" + msgstr "Pennadoù" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 216 +-#: rc.cpp:1353 ++#: rc.cpp:1304 + #, no-c-format + msgid "Auto&refresh" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 242 +-#: rc.cpp:1356 ++#: rc.cpp:1307 + #, no-c-format + msgid "I&gnore TTL" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 270 +-#: rc.cpp:1359 ++#: rc.cpp:1310 + #, no-c-format + msgid "Refresh" + msgstr "Adtresañ" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 299 +-#: rc.cpp:1363 rc.cpp:1395 ++#: rc.cpp:1313 rc.cpp:1343 + #, no-c-format + msgid "&Title" + msgstr "&Titl" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 323 +-#: rc.cpp:1366 ++#: rc.cpp:1316 + #, no-c-format + msgid "Keep Articles (days)" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 347 +-#: rc.cpp:1369 rc.cpp:1398 ++#: rc.cpp:1319 rc.cpp:1346 + #, no-c-format + msgid "&Active" + msgstr "&Bev" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 362 +-#: rc.cpp:1372 ++#: rc.cpp:1322 + #, no-c-format + msgid "Filters" + msgstr "Siloù" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 389 +-#: rc.cpp:1375 ++#: rc.cpp:1325 + #, fuzzy, no-c-format + msgid "Accept Filters" + msgstr "Pep restr" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 440 +-#: rc.cpp:1385 ++#: rc.cpp:1334 + #, no-c-format + msgid "Reject Filters" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 557 +-#: rc.cpp:1401 ++#: rc.cpp:1349 + #, no-c-format + msgid "Regular Expressions" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 587 +-#: rc.cpp:1404 ++#: rc.cpp:1352 + #, no-c-format + msgid "Treat as &Series" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 624 +-#: rc.cpp:1407 ++#: rc.cpp:1355 + #, no-c-format + msgid "Process" + msgstr "Argerzh" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 643 +-#: rc.cpp:1411 ++#: rc.cpp:1358 + #, no-c-format + msgid "Series Criteria" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 679 +-#: rc.cpp:1414 ++#: rc.cpp:1361 + #, no-c-format + msgid "Match Without Episode" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 713 +-#: rc.cpp:1418 ++#: rc.cpp:1364 + #, no-c-format + msgid "Max Episode" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 739 +-#: rc.cpp:1421 ++#: rc.cpp:1367 + #, no-c-format + msgid "Max Season" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 758 +-#: rc.cpp:1424 ++#: rc.cpp:1370 + #, no-c-format + msgid "Min Season" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 782 +-#: rc.cpp:1427 ++#: rc.cpp:1373 + #, no-c-format + msgid "Min Episode" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 814 +-#: rc.cpp:1430 ++#: rc.cpp:1376 + #, no-c-format + msgid "Test te&xt" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 840 +-#: rc.cpp:1433 ++#: rc.cpp:1379 + #, no-c-format + msgid "Te&st" + msgstr "Ar&nodiñ" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 858 +-#: rc.cpp:1436 ++#: rc.cpp:1382 + #, fuzzy, no-c-format + msgid "Filter Matches" + msgstr "Renkelloù" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 28 +-#: rc.cpp:1447 ++#: rc.cpp:1391 + #, no-c-format + msgid "Bandwidth scheduler" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 50 +-#: rc.cpp:1450 ++#: rc.cpp:1394 + #, no-c-format + msgid "Left click category" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 61 +-#: rc.cpp:1453 ++#: rc.cpp:1397 + #, fuzzy, no-c-format + msgid "Categor&y 1" + msgstr "Rummoù" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 157 +-#: rc.cpp:1456 rc.cpp:1483 ++#: rc.cpp:1400 rc.cpp:1427 + #, no-c-format + msgid "T&urn off" + msgstr "L&azhañ" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 165 +-#: rc.cpp:1459 rc.cpp:1486 ++#: rc.cpp:1403 rc.cpp:1430 + #, no-c-format + msgid "&Normal" + msgstr "&Boas" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 195 +-#: rc.cpp:1462 ++#: rc.cpp:1406 + #, fuzzy, no-c-format + msgid "Category &3" + msgstr "Rummoù" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 206 +-#: rc.cpp:1468 rc.cpp:1492 ++#: rc.cpp:1412 rc.cpp:1436 + #, fuzzy, no-c-format + msgid "Category &2" + msgstr "Rummoù" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 219 +-#: rc.cpp:1474 ++#: rc.cpp:1418 + #, no-c-format + msgid "Right click category" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 230 +-#: rc.cpp:1477 ++#: rc.cpp:1421 + #, fuzzy, no-c-format + msgid "Category &1" + msgstr "Rummoù" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 367 +-#: rc.cpp:1489 ++#: rc.cpp:1433 + #, fuzzy, no-c-format + msgid "&Category 3" + msgstr "Rummoù" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 390 +-#: rc.cpp:1498 ++#: rc.cpp:1442 + #, no-c-format + msgid "Categories" + msgstr "Rummoù" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 401 +-#: rc.cpp:1501 ++#: rc.cpp:1445 + #, no-c-format + msgid "1. Category" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 409 +-#: rc.cpp:1504 ++#: rc.cpp:1448 + #, no-c-format + msgid "3. Category" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 425 +-#: rc.cpp:1507 rc.cpp:1516 rc.cpp:1525 ++#: rc.cpp:1451 rc.cpp:1460 rc.cpp:1469 + #, fuzzy, no-c-format + msgid "download:" + msgstr "Enkargañ" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 441 +-#: rc.cpp:1510 rc.cpp:1519 rc.cpp:1528 ++#: rc.cpp:1454 rc.cpp:1463 rc.cpp:1472 + #, no-c-format + msgid "upload:" + msgstr "ezkargañ :" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 457 +-#: rc.cpp:1513 rc.cpp:1522 rc.cpp:1531 ++#: rc.cpp:1457 rc.cpp:1466 rc.cpp:1475 + #, no-c-format + msgid "KB/s *" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 567 +-#: rc.cpp:1534 ++#: rc.cpp:1478 + #, no-c-format + msgid "2. Category" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 626 +-#: rc.cpp:1538 ++#: rc.cpp:1481 + #, no-c-format + msgid "* zero means no limit" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 672 +-#: rc.cpp:1541 ++#: rc.cpp:1484 + #, no-c-format + msgid "Save to file" + msgstr "Enrollañ en ur restr" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 680 +-#: rc.cpp:1544 ++#: rc.cpp:1487 + #, no-c-format + msgid "&Load from file" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 688 +-#: rc.cpp:1547 ++#: rc.cpp:1490 + #, no-c-format + msgid "Reset schedule" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 751 +-#: rc.cpp:1550 ++#: rc.cpp:1493 + #, no-c-format + msgid "O&k" + msgstr "M&at eo" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 16 +-#: rc.cpp:1559 ++#: rc.cpp:1502 + #, no-c-format + msgid "Scheduler Plugin Pref Page" + msgstr "" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 27 +-#: rc.cpp:1562 ++#: rc.cpp:1505 + #, no-c-format + msgid "Use &bandwidth scheduler?" + msgstr "" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 35 +-#: plugins/scheduler/schedulerplugin.cpp:59 rc.cpp:1565 ++#: plugins/scheduler/schedulerplugin.cpp:59 rc.cpp:1508 + #, no-c-format + msgid "Bandwidth Scheduler" + msgstr "" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 46 +-#: rc.cpp:1568 ++#: rc.cpp:1511 + #, no-c-format + msgid "Use colors instead of pi&xmaps?" + msgstr "" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 54 +-#: rc.cpp:1571 ++#: rc.cpp:1514 + #, no-c-format + msgid "(Recommended for slower systems)" + msgstr "" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 62 +-#: rc.cpp:1574 ++#: rc.cpp:1517 + #, no-c-format + msgid "Edit s&chedule" + msgstr "" + + #. i18n: file ./plugins/scheduler/ktschedulerplugin.kcfg line 10 +-#: rc.cpp:1577 ++#: rc.cpp:1520 + #, no-c-format + msgid "Enable bandwidth scheduler?" + msgstr "" + + #. i18n: file ./plugins/scheduler/ktschedulerplugin.kcfg line 14 +-#: rc.cpp:1580 ++#: rc.cpp:1523 + #, no-c-format + msgid "Use colors instead of pixmaps?" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 10 +-#: rc.cpp:1583 ++#: rc.cpp:1526 + #, no-c-format + msgid "Use rich log text" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 15 +-#: rc.cpp:1586 ++#: rc.cpp:1529 + #, no-c-format + msgid "General info messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 19 +-#: rc.cpp:1589 ++#: rc.cpp:1532 + #, no-c-format + msgid "Connections messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 23 +-#: rc.cpp:1592 ++#: rc.cpp:1535 + #, no-c-format + msgid "DHT messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 27 +-#: rc.cpp:1595 ++#: rc.cpp:1538 + #, no-c-format + msgid "Tracker info messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 31 +-#: rc.cpp:1598 ++#: rc.cpp:1541 + #, fuzzy, no-c-format + msgid "Disk IO info messages flag" + msgstr "Dibaboù al lugent" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 35 +-#: rc.cpp:1601 ++#: rc.cpp:1544 + #, no-c-format + msgid "IPFilter plugin messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 39 +-#: rc.cpp:1604 ++#: rc.cpp:1547 + #, no-c-format + msgid "Search plugin messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 43 +-#: rc.cpp:1607 ++#: rc.cpp:1550 + #, no-c-format + msgid "PartFileImport plugin messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 47 +-#: rc.cpp:1610 ++#: rc.cpp:1553 + #, no-c-format + msgid "InfoWidget plugin messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 51 +-#: rc.cpp:1613 ++#: rc.cpp:1556 + #, no-c-format + msgid "UPnP plugin messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 55 +-#: rc.cpp:1616 ++#: rc.cpp:1559 + #, fuzzy, no-c-format + msgid "ScanFolder plugin messages flag" + msgstr "Dibarzhoù ar restr" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 59 +-#: rc.cpp:1619 ++#: rc.cpp:1562 + #, fuzzy, no-c-format + msgid "Scheduler plugin messages flag" + msgstr "Dibaboù al lugent" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 63 +-#: rc.cpp:1622 ++#: rc.cpp:1565 + #, fuzzy, no-c-format + msgid "RSS plugin messages flag" + msgstr "Dibaboù al lugent" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 67 +-#: rc.cpp:1625 ++#: rc.cpp:1568 + #, fuzzy, no-c-format + msgid "WebInterface plugin messages flag" + msgstr "Dibaboù al lugent" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 16 +-#: plugins/logviewer/logprefpage.cpp:31 rc.cpp:1628 ++#: plugins/logviewer/logprefpage.cpp:31 rc.cpp:1571 + #, fuzzy, no-c-format + msgid "LogViewer Options" + msgstr "Dibarzhoù ar restr" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 44 +-#: libktorrent/pluginmanagerprefpage.cpp:63 rc.cpp:1631 ++#: libktorrent/pluginmanagerprefpage.cpp:63 rc.cpp:1574 + #, no-c-format + msgid "Plugins" + msgstr "Lugentoù" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 53 +-#: rc.cpp:1634 rc.cpp:1652 rc.cpp:1670 rc.cpp:1691 rc.cpp:1706 rc.cpp:1724 +-#: rc.cpp:1745 rc.cpp:1763 rc.cpp:1778 rc.cpp:1811 rc.cpp:1826 rc.cpp:1841 +-#: rc.cpp:1859 rc.cpp:1874 ++#: rc.cpp:1577 rc.cpp:1595 rc.cpp:1613 rc.cpp:1634 rc.cpp:1649 rc.cpp:1667 ++#: rc.cpp:1688 rc.cpp:1706 rc.cpp:1721 rc.cpp:1754 rc.cpp:1769 rc.cpp:1784 ++#: rc.cpp:1802 rc.cpp:1817 + #, no-c-format + msgid "All" + msgstr "Holl" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 58 +-#: rc.cpp:1637 rc.cpp:1655 rc.cpp:1673 rc.cpp:1694 rc.cpp:1709 rc.cpp:1727 +-#: rc.cpp:1748 rc.cpp:1766 rc.cpp:1781 rc.cpp:1814 rc.cpp:1829 rc.cpp:1844 +-#: rc.cpp:1862 rc.cpp:1877 ++#: rc.cpp:1580 rc.cpp:1598 rc.cpp:1616 rc.cpp:1637 rc.cpp:1652 rc.cpp:1670 ++#: rc.cpp:1691 rc.cpp:1709 rc.cpp:1724 rc.cpp:1757 rc.cpp:1772 rc.cpp:1787 ++#: rc.cpp:1805 rc.cpp:1820 + #, no-c-format + msgid "Debug" + msgstr "" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 63 +-#: rc.cpp:1640 rc.cpp:1658 rc.cpp:1676 rc.cpp:1697 rc.cpp:1712 rc.cpp:1730 +-#: rc.cpp:1751 rc.cpp:1769 rc.cpp:1784 rc.cpp:1817 rc.cpp:1832 rc.cpp:1847 +-#: rc.cpp:1865 rc.cpp:1880 ++#: rc.cpp:1583 rc.cpp:1601 rc.cpp:1619 rc.cpp:1640 rc.cpp:1655 rc.cpp:1673 ++#: rc.cpp:1694 rc.cpp:1712 rc.cpp:1727 rc.cpp:1760 rc.cpp:1775 rc.cpp:1790 ++#: rc.cpp:1808 rc.cpp:1823 + #, no-c-format + msgid "Notice" + msgstr "Kemenn" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 68 +-#: rc.cpp:1643 rc.cpp:1661 rc.cpp:1679 rc.cpp:1700 rc.cpp:1715 rc.cpp:1733 +-#: rc.cpp:1754 rc.cpp:1772 rc.cpp:1787 rc.cpp:1820 rc.cpp:1835 rc.cpp:1850 +-#: rc.cpp:1868 rc.cpp:1883 ++#: rc.cpp:1586 rc.cpp:1604 rc.cpp:1622 rc.cpp:1643 rc.cpp:1658 rc.cpp:1676 ++#: rc.cpp:1697 rc.cpp:1715 rc.cpp:1730 rc.cpp:1763 rc.cpp:1778 rc.cpp:1793 ++#: rc.cpp:1811 rc.cpp:1826 + #, no-c-format + msgid "Important" + msgstr "Pouezus" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 73 +-#: rc.cpp:1646 rc.cpp:1664 rc.cpp:1682 rc.cpp:1703 rc.cpp:1718 rc.cpp:1736 +-#: rc.cpp:1757 rc.cpp:1775 rc.cpp:1790 rc.cpp:1823 rc.cpp:1838 rc.cpp:1853 +-#: rc.cpp:1871 rc.cpp:1886 ++#: rc.cpp:1589 rc.cpp:1607 rc.cpp:1625 rc.cpp:1646 rc.cpp:1661 rc.cpp:1679 ++#: rc.cpp:1700 rc.cpp:1718 rc.cpp:1733 rc.cpp:1766 rc.cpp:1781 rc.cpp:1796 ++#: rc.cpp:1814 rc.cpp:1829 + #, no-c-format + msgid "None" + msgstr "Ebet" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 85 +-#: rc.cpp:1649 ++#: rc.cpp:1592 + #, fuzzy, no-c-format + msgid "IPFilter:" + msgstr "Restr sil IP :" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 126 +-#: rc.cpp:1667 ++#: rc.cpp:1610 + #, no-c-format + msgid "Search:" + msgstr "Klask :" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 167 +-#: rc.cpp:1685 ++#: rc.cpp:1628 + #, no-c-format + msgid "UPnP:" + msgstr "UPnP :" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 178 +-#: rc.cpp:1688 ++#: rc.cpp:1631 + #, fuzzy, no-c-format + msgid "ScanFolder:" + msgstr "Renkelloù" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 249 +-#: rc.cpp:1721 ++#: rc.cpp:1664 + #, no-c-format + msgid "Scheduler:" + msgstr "Steuñvaer :" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 290 +-#: rc.cpp:1739 ++#: rc.cpp:1682 + #, no-c-format + msgid "PartFileImport:" + msgstr "" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 301 +-#: rc.cpp:1742 ++#: rc.cpp:1685 + #, no-c-format + msgid "InfoWidget:" + msgstr "" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 342 +-#: rc.cpp:1760 ++#: rc.cpp:1703 + #, no-c-format + msgid "RSS plugin:" + msgstr "Lugent RSS :" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 413 +-#: rc.cpp:1793 ++#: rc.cpp:1736 + #, fuzzy, no-c-format + msgid "WebInterface plugin:" + msgstr "Dibarzhoù hollek" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 426 +-#: rc.cpp:1796 ++#: rc.cpp:1739 + #, no-c-format + msgid "System" + msgstr "Reizhiad" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 437 +-#: rc.cpp:1799 ++#: rc.cpp:1742 + #, no-c-format + msgid "General:" + msgstr "Pennañ :" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 445 +-#: rc.cpp:1802 ++#: rc.cpp:1745 + #, no-c-format + msgid "Connections:" + msgstr "Kevreadennoù :" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 559 +-#: rc.cpp:1856 ++#: rc.cpp:1799 + #, no-c-format + msgid "Disk I/O:" + msgstr "" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 640 +-#: rc.cpp:1892 ++#: rc.cpp:1835 + #, no-c-format + msgid "Use rich te&xt for log" + msgstr "" + + #. i18n: file ./plugins/search/searchpref.ui line 41 +-#: rc.cpp:1898 ++#: rc.cpp:1841 + #, no-c-format + msgid "External Browser" + msgstr "" + + #. i18n: file ./plugins/search/searchpref.ui line 52 +-#: rc.cpp:1901 ++#: rc.cpp:1844 + #, no-c-format + msgid "Open searches in external browser" + msgstr "" + + #. i18n: file ./plugins/search/searchpref.ui line 60 +-#: rc.cpp:1904 rc.cpp:1955 ++#: rc.cpp:1847 rc.cpp:1892 + #, no-c-format + msgid "Use default browser" + msgstr "" + + #. i18n: file ./plugins/search/searchpref.ui line 79 +-#: rc.cpp:1908 ++#: rc.cpp:1850 + #, fuzzy, no-c-format + msgid "Custom browser path:" + msgstr "IP diouzhoc'h" + + #. i18n: file ./plugins/search/searchpref.ui line 116 +-#: rc.cpp:1912 ++#: rc.cpp:1853 + #, no-c-format + msgid "Search Engines" + msgstr "Kefluskerioù klask" + + #. i18n: file ./plugins/search/searchpref.ui line 143 +-#: rc.cpp:1916 ++#: rc.cpp:1856 + #, no-c-format + msgid "Search engine name:" + msgstr "Anv ar c'heflusker klask :" + + #. i18n: file ./plugins/search/searchpref.ui line 187 +-#: rc.cpp:1922 ++#: rc.cpp:1862 + #, no-c-format + msgid "&Add" + msgstr "&Ouzhpennañ" + + #. i18n: file ./plugins/search/searchpref.ui line 195 +-#: rc.cpp:1925 ++#: rc.cpp:1865 + #, no-c-format + msgid "Engines" + msgstr "" + + #. i18n: file ./plugins/search/searchpref.ui line 206 +-#: rc.cpp:1928 ++#: rc.cpp:1868 + #, no-c-format + msgid "URL" + msgstr "URL" + + #. i18n: file ./plugins/search/searchpref.ui line 257 +-#: rc.cpp:1934 ++#: rc.cpp:1874 + #, no-c-format + msgid "R&emove All" + msgstr "L&emel an holl re" + + #. i18n: file ./plugins/search/searchpref.ui line 282 +-#: rc.cpp:1937 ++#: rc.cpp:1877 + #, no-c-format + msgid "Add Defau<" + msgstr "" + + #. i18n: file ./plugins/search/searchpref.ui line 290 +-#: rc.cpp:1940 ++#: rc.cpp:1880 + #, no-c-format + msgid "Update From Internet" + msgstr "" + + #. i18n: file ./plugins/search/searchbar.ui line 53 + #: plugins/search/searchplugin.cpp:50 plugins/search/searchtab.cpp:48 +-#: rc.cpp:1946 ++#: rc.cpp:1883 + #, no-c-format + msgid "Search" + msgstr "Klask" + + #. i18n: file ./plugins/search/searchbar.ui line 78 +-#: rc.cpp:1949 ++#: rc.cpp:1886 + #, no-c-format + msgid "Search engine:" + msgstr "Keflusker klask :" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 10 +-#: rc.cpp:1952 ++#: rc.cpp:1889 + #, no-c-format + msgid "Current search engine" + msgstr "" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 19 +-#: rc.cpp:1958 ++#: rc.cpp:1895 + #, no-c-format + msgid "Use custom browser" + msgstr "" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 23 +-#: rc.cpp:1961 ++#: rc.cpp:1898 + #, no-c-format + msgid "Custom browser executable path" + msgstr "" +@@ -4037,33 +4037,33 @@ msgstr "" + msgid "Stopped. No space left on device." + msgstr "" + +-#: libktorrent/torrent/queuemanager.cpp:135 ++#: libktorrent/torrent/queuemanager.cpp:136 + msgid "" + "You don't have enough disk space to download this torrent. Are you sure you " + "want to continue?" + msgstr "" + +-#: libktorrent/torrent/queuemanager.cpp:135 ++#: libktorrent/torrent/queuemanager.cpp:136 + #, c-format + msgid "Insufficient disk space for %1" + msgstr "" + +-#: libktorrent/torrent/queuemanager.cpp:157 ++#: libktorrent/torrent/queuemanager.cpp:158 + msgid "" + "Torrent \"%1\" has reached its maximum share ratio. Ignore the limit and start " + "seeding anyway?" + msgstr "" + +-#: libktorrent/torrent/queuemanager.cpp:157 ++#: libktorrent/torrent/queuemanager.cpp:158 + msgid "Maximum share ratio limit reached." + msgstr "" + +-#: libktorrent/torrent/queuemanager.cpp:236 +-#: libktorrent/torrent/queuemanager.cpp:760 ++#: libktorrent/torrent/queuemanager.cpp:237 ++#: libktorrent/torrent/queuemanager.cpp:763 + msgid "Error stopping torrent %1 : %2" + msgstr "Fazi en ur herzel ar ster-froud %1 : %2" + +-#: libktorrent/torrent/queuemanager.cpp:742 ++#: libktorrent/torrent/queuemanager.cpp:745 + msgid "Error starting torrent %1 : %2" + msgstr "Fazi en ur loc'hañ ar ster-froud %1 : %2" + +diff --git a/translations/ca/messages/ktorrent.po b/translations/ca/messages/ktorrent.po +index 7cd624f..86ebaa1 100644 +--- a/translations/ca/messages/ktorrent.po ++++ b/translations/ca/messages/ktorrent.po +@@ -7,8 +7,8 @@ + msgid "" + msgstr "" + "Project-Id-Version: ktorrent\n" +-"POT-Creation-Date: 2008-04-18 19:40+0200\n" +-"PO-Revision-Date: 2008-02-09 15:12+0100\n" ++"POT-Creation-Date: 2008-07-08 22:20+0200\n" ++"PO-Revision-Date: 2008-06-03 21:57+0200\n" + "Last-Translator: Josep Ma. Ferrer \n" + "Language-Team: Catalan \n" + "MIME-Version: 1.0\n" +@@ -21,7 +21,7 @@ msgid "No incoming connections (possibly firewalled)" + msgstr "Sense connexions d'entrada (possible tallafocs)" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 42 +-#: apps/ktorrent/ktorrent.cpp:184 rc.cpp:345 rc.cpp:383 rc.cpp:1019 ++#: apps/ktorrent/ktorrent.cpp:184 rc.cpp:336 rc.cpp:369 rc.cpp:989 + #, no-c-format + msgid "Info" + msgstr "Informació" +@@ -169,7 +169,7 @@ msgid "" + "ranges like '127.0.0.*'." + msgstr "" + "Heu d'escriure les IP en format 'XXX.XXX.XXX.XXX'. Podeu usar comodins per a " +-"rangs, com ara '127.0.0.*'." ++"intervals, com ara '127.0.0.*'." + + #: apps/ktorrent/ipfilterwidget.cpp:88 + #: plugins/scheduler/bwsprefpagewidget.cpp:129 +@@ -189,7 +189,7 @@ msgstr "URL erroni." + #. i18n: file ./apps/ktorrent/ktorrentui.rc line 9 + #: apps/ktorrent/groups/downloadgroup.cpp:27 + #: apps/ktorrent/groups/groupmanager.h:57 apps/ktorrent/pref.cpp:147 +-#: apps/ktorrent/viewmanager.cpp:62 rc.cpp:138 rc.cpp:342 ++#: apps/ktorrent/viewmanager.cpp:62 rc.cpp:132 rc.cpp:333 + #, no-c-format + msgid "Downloads" + msgstr "Baixades" +@@ -212,7 +212,7 @@ msgid "" + "KTorrent is unable to accept connections because the ports %1 to %2 are already " + "in use by another program." + msgstr "" +-"El Ktorrent no pot acceptar connexions perquè un altre programa està usant els " ++"El KTorrent no pot acceptar connexions perquè un altre programa està usant els " + "ports del %1 al %2." + + #: apps/ktorrent/ktorrentcore.cpp:767 +@@ -312,7 +312,7 @@ msgid "Document to open" + msgstr "Document a obrir" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 59 +-#: apps/ktorrent/main.cpp:120 rc.cpp:553 ++#: apps/ktorrent/main.cpp:120 rc.cpp:532 + #, no-c-format + msgid "KTorrent" + msgstr "KTorrent" +@@ -577,7 +577,7 @@ msgstr "Fonts de parells de torrents:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 85 + #: apps/ktorrent/ktorrentviewmenu.cpp:66 plugins/infowidget/peerview.cpp:221 +-#: rc.cpp:77 rc.cpp:1256 rc.cpp:1307 ++#: rc.cpp:75 rc.cpp:1208 rc.cpp:1259 + #, no-c-format + msgid "DHT" + msgstr "DHT" +@@ -619,7 +619,7 @@ msgid "Add to Group" + msgstr "Afegeix al grup" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 16 +-#: apps/ktorrent/ktorrentviewmenu.cpp:100 rc.cpp:147 ++#: apps/ktorrent/ktorrentviewmenu.cpp:100 rc.cpp:141 + #, no-c-format + msgid "Speed Limits" + msgstr "Límits de velocitat" +@@ -639,7 +639,7 @@ msgid "Malformed IP address." + msgstr "Adreça IP mal escrita." + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 311 +-#: apps/ktorrent/pref.cpp:58 rc.cpp:282 ++#: apps/ktorrent/pref.cpp:58 rc.cpp:273 + #, no-c-format + msgid "Preferences" + msgstr "Preferències" +@@ -675,7 +675,7 @@ msgid "Advanced" + msgstr "Avançat" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 27 +-#: apps/ktorrent/pref.cpp:411 rc.cpp:540 ++#: apps/ktorrent/pref.cpp:411 rc.cpp:519 + #, no-c-format + msgid "Advanced Options" + msgstr "Opcions avançades" +@@ -686,7 +686,7 @@ msgstr "Columnes visibles" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 16 + #: apps/ktorrent/ktorrentview.cpp:135 +-#: plugins/infowidget/infowidgetplugin.cpp:76 rc.cpp:1016 ++#: plugins/infowidget/infowidgetplugin.cpp:76 rc.cpp:986 + #, no-c-format + msgid "Status" + msgstr "Estat" +@@ -708,7 +708,7 @@ msgstr "Pujat" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 313 + #: apps/ktorrent/ktorrentview.cpp:139 plugins/infowidget/peerview.cpp:216 +-#: rc.cpp:1010 ++#: rc.cpp:980 + #, no-c-format + msgid "Down Speed" + msgstr "Baixant a" +@@ -832,7 +832,7 @@ msgid "User" + msgstr "Usuari" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 24 +-#: apps/ktorrent/queuedialog.cpp:75 rc.cpp:249 ++#: apps/ktorrent/queuedialog.cpp:75 rc.cpp:240 + #, no-c-format + msgid "Queue Manager" + msgstr "Gestor de cues" +@@ -1055,8 +1055,8 @@ msgid "Start torrent" + msgstr "Engega el torrent" + + #. i18n: file ./apps/ktorrent/fileselectdlgbase.ui line 160 +-#: plugins/infowidget/fileview.cpp:49 rc.cpp:27 rc.cpp:1244 rc.cpp:1259 +-#: rc.cpp:1349 rc.cpp:1439 ++#: plugins/infowidget/fileview.cpp:49 rc.cpp:27 rc.cpp:1196 rc.cpp:1211 ++#: rc.cpp:1301 rc.cpp:1385 + #, no-c-format + msgid "Download" + msgstr "Descarrega" +@@ -1110,13 +1110,13 @@ msgid "Encryption" + msgstr "Xifrat" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 58 +-#: rc.cpp:64 rc.cpp:787 ++#: rc.cpp:63 rc.cpp:764 + #, no-c-format + msgid "Use protocol encryption" + msgstr "Usa xifrat del protocol" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 64 +-#: rc.cpp:68 ++#: rc.cpp:66 + #, no-c-format + msgid "" + "Protocol encryption is used to prevent ISP's from slowing down bittorrent " +@@ -1126,13 +1126,13 @@ msgstr "" + "connexions bittorrent." + + #. i18n: file ./apps/ktorrent/generalpref.ui line 72 +-#: rc.cpp:71 rc.cpp:790 ++#: rc.cpp:69 rc.cpp:767 + #, no-c-format + msgid "Allow unencrypted connections" + msgstr "Permet connexions no encriptades" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 75 +-#: rc.cpp:74 ++#: rc.cpp:72 + #, no-c-format + msgid "" + "If unchecked, you'll be able to connect only to clients supporting encryption." +@@ -1141,7 +1141,7 @@ msgstr "" + "encriptació." + + #. i18n: file ./apps/ktorrent/generalpref.ui line 88 +-#: rc.cpp:80 ++#: rc.cpp:78 + #, no-c-format + msgid "" + "Distributed Hash Table protocol." +@@ -1152,169 +1152,169 @@ msgstr "" + "més informació." + + #. i18n: file ./apps/ktorrent/generalpref.ui line 99 +-#: rc.cpp:83 ++#: rc.cpp:81 + #, no-c-format + msgid "&Use DHT to get additional peers" + msgstr "&Usa DHT per a obtenir parells addicionals" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 118 +-#: rc.cpp:87 ++#: rc.cpp:84 + #, no-c-format + msgid "UDP port for DHT communication:" + msgstr "Port UDP per a la comunicació DHT:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 161 +-#: rc.cpp:90 ++#: rc.cpp:87 + #, no-c-format + msgid "Custom IP" + msgstr "IP personalitzada" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 172 +-#: rc.cpp:93 ++#: rc.cpp:90 + #, no-c-format + msgid "Se&nd the tracker a custom IP address or hostname" + msgstr "E&nvia al seguidor una IP o nom de màquina personalitzat" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 188 +-#: rc.cpp:96 ++#: rc.cpp:93 + #, no-c-format + msgid "Custom IP address or hostname:" + msgstr "IP personalitzada o nom de màquina:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 205 +-#: rc.cpp:99 ++#: rc.cpp:96 + #, no-c-format + msgid "System Tray Icon" + msgstr "Icona de la safata de sistema" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 216 +-#: rc.cpp:102 ++#: rc.cpp:99 + #, no-c-format + msgid "Show s&ystem tray icon" + msgstr "Mostra la icona a la safata del s&istema" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 224 +-#: rc.cpp:105 ++#: rc.cpp:102 + #, no-c-format + msgid "Show speed &bar in tray icon" + msgstr "Mostra la &barra de velocitat a la safata del sistema" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 232 +-#: rc.cpp:108 ++#: rc.cpp:105 + #, no-c-format + msgid "Show system tray popup messages" + msgstr "Mostra missatges emergents a la safata" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 251 +-#: rc.cpp:112 ++#: rc.cpp:108 + #, no-c-format + msgid "Upload bandwidth (in KB/sec):" + msgstr "Ample de banda de pujada (en KB/s):" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 276 +-#: rc.cpp:115 ++#: rc.cpp:111 + #, no-c-format + msgid "Download bandwidth (in KB/sec):" + msgstr "Ample de banda de baixada (en KB/s):" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 305 +-#: rc.cpp:118 ++#: rc.cpp:114 + #, no-c-format + msgid "Folders" + msgstr "Carpetes" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 324 +-#: rc.cpp:121 ++#: rc.cpp:117 + #, no-c-format + msgid "Folder to store temporary files:" + msgstr "Carpeta per desar arxius temporals:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 342 +-#: rc.cpp:124 ++#: rc.cpp:120 + #, no-c-format + msgid "Move completed downloads to:" + msgstr "Moure les descàrregues completes a:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 353 +-#: rc.cpp:128 ++#: rc.cpp:123 + #, no-c-format + msgid "&Automatically save downloads to:" + msgstr "Des&a automàticament les baixades a:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 395 +-#: rc.cpp:131 ++#: rc.cpp:126 + #, no-c-format + msgid "Copy .torrent files to:" + msgstr "Copiar els arxius .torrent a:" + + #. i18n: file ./apps/ktorrent/ktorrentui.rc line 34 +-#: rc.cpp:144 ++#: rc.cpp:138 + #, no-c-format + msgid "Download Toolbar" + msgstr "Barra d'eines de baixades" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 27 +-#: rc.cpp:150 ++#: rc.cpp:144 + #, no-c-format + msgid "Set the speed limits for torrent" + msgstr "Posa límits de velocitat per torrent" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 51 +-#: rc.cpp:153 ++#: rc.cpp:147 + #, no-c-format + msgid "Max upload rate:" + msgstr "Raó màxima de pujada:" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 59 +-#: rc.cpp:156 ++#: rc.cpp:150 + #, no-c-format + msgid "Max download rate:" + msgstr "Raó màxima de baixada:" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 97 +-#: rc.cpp:159 rc.cpp:162 ++#: rc.cpp:153 rc.cpp:156 + #, no-c-format + msgid "KB/s (0 is no limit)" + msgstr "KB/s (0 és sense límit)" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 16 +-#: rc.cpp:171 ++#: rc.cpp:165 + #, no-c-format + msgid "Add potential peer" + msgstr "Afegeix un parell potencial" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 35 +-#: rc.cpp:174 ++#: rc.cpp:168 + #, no-c-format + msgid "Peer IP:" + msgstr "Parell IP:" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 43 +-#: rc.cpp:177 rc.cpp:208 ++#: rc.cpp:171 rc.cpp:201 + #, no-c-format + msgid "127.0.0.1" + msgstr "127.0.0.1" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 51 +-#: rc.cpp:180 rc.cpp:288 rc.cpp:525 rc.cpp:931 ++#: rc.cpp:174 rc.cpp:279 rc.cpp:504 rc.cpp:908 + #, no-c-format + msgid "Port:" + msgstr "Port:" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 100 +-#: rc.cpp:183 ++#: rc.cpp:177 + #, no-c-format + msgid "Enter peer IP and port." + msgstr "Entreu el parell IP i el port." + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 16 +-#: rc.cpp:193 ++#: rc.cpp:186 + #, no-c-format + msgid "KTorrent Blacklist" + msgstr "Llista negra del KTorrent" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 30 +-#: rc.cpp:196 ++#: rc.cpp:189 + #, no-c-format + msgid "" + "Note: Blacklist applies to current session only. Use save/open to save your " +@@ -1324,187 +1324,187 @@ msgstr "" + "desar les entrades o useu el connector IPFilter (Guardià de parells)." + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 41 +-#: rc.cpp:199 ++#: rc.cpp:192 + #, no-c-format + msgid "Banned Peers" + msgstr "Parell bandejats" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 50 +-#: rc.cpp:202 ++#: rc.cpp:195 + #, no-c-format + msgid "Peer IP address" + msgstr "Adreça IP del parell" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 96 +-#: rc.cpp:205 ++#: rc.cpp:198 + #, no-c-format + msgid "Add peer:" + msgstr "Afegeix parell:" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 134 +-#: rc.cpp:215 ++#: rc.cpp:207 + #, no-c-format + msgid "Adds a peer to blacklist" + msgstr "Afegeix parells a la llista negra" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 168 +-#: rc.cpp:222 ++#: rc.cpp:213 + #, no-c-format + msgid "Removes selected peer from blacklist" + msgstr "Esborra el parell seleccionat de la llista negra" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 176 +-#: rc.cpp:225 ++#: rc.cpp:216 + #, no-c-format + msgid "C&lear" + msgstr "&Neteja" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 182 +-#: rc.cpp:228 ++#: rc.cpp:219 + #, no-c-format + msgid "Clears this list" + msgstr "Neteja aquesta llista" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 218 +-#: rc.cpp:234 ++#: rc.cpp:225 + #, no-c-format + msgid "Save &As..." + msgstr "Des&a Com..." + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 224 +-#: rc.cpp:237 ++#: rc.cpp:228 + #, no-c-format + msgid "Save this blacklist to use with KTorrent IPFilter plugin" + msgstr "Desa aquesta llista per a utilitzar-la amb el connector IPFilter" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 59 +-#: rc.cpp:252 ++#: rc.cpp:243 + #, no-c-format + msgid "Maximum downloads:" + msgstr "Màxim nombre de baixades:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 86 +-#: rc.cpp:255 ++#: rc.cpp:246 + #, no-c-format + msgid "Maximum seeds:" + msgstr "Màxim nombre de llavors:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 94 +-#: rc.cpp:258 ++#: rc.cpp:249 + #, no-c-format + msgid "Start download on low disk space :" + msgstr "Comença la baixada amb poc espai al disc:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 102 +-#: rc.cpp:261 ++#: rc.cpp:252 + #, no-c-format + msgid "Minimum disk space:" + msgstr "Espai mínim al disc:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 140 +-#: rc.cpp:264 ++#: rc.cpp:255 + #, no-c-format + msgid "Don't start" + msgstr "No comencis" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 145 +-#: rc.cpp:267 ++#: rc.cpp:258 + #, no-c-format + msgid "Always ask" + msgstr "Pregunta-ho sempre" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 150 +-#: rc.cpp:270 ++#: rc.cpp:261 + #, no-c-format + msgid "Force start" + msgstr "Obliga a començar" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 208 +-#: rc.cpp:273 ++#: rc.cpp:264 + #, no-c-format + msgid "MB" + msgstr "MB" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 236 +-#: rc.cpp:276 rc.cpp:279 rc.cpp:312 rc.cpp:315 rc.cpp:324 ++#: rc.cpp:267 rc.cpp:270 rc.cpp:303 rc.cpp:306 rc.cpp:315 + #, no-c-format + msgid "(0 is no limit)" + msgstr "(0 és sense límit)" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 330 +-#: rc.cpp:285 ++#: rc.cpp:276 + #, no-c-format + msgid "Maximum download rate:" + msgstr "Velocitat màxima de baixada:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 346 +-#: rc.cpp:291 ++#: rc.cpp:282 + #, no-c-format + msgid "Global connection limit:" + msgstr "Límit global de connexió:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 354 +-#: rc.cpp:294 ++#: rc.cpp:285 + #, no-c-format + msgid "Max seed time:" + msgstr "Ràtio màxima de compartició:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 370 +-#: rc.cpp:297 ++#: rc.cpp:288 + #, no-c-format + msgid "Maximum connections per torrent:" + msgstr "Nombre màxim de connexions per torrent:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 397 +-#: rc.cpp:300 ++#: rc.cpp:291 + #, no-c-format + msgid "Number of upload slots:" + msgstr "Nombre de canals de pujada:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 405 +-#: rc.cpp:303 ++#: rc.cpp:294 + #, no-c-format + msgid "UDP tracker port:" + msgstr "Port del seguidor UDP:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 413 +-#: rc.cpp:306 ++#: rc.cpp:297 + #, no-c-format + msgid "Max share ratio:" + msgstr "Ràtio màxima de compartició:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 421 +-#: rc.cpp:309 ++#: rc.cpp:300 + #, no-c-format + msgid "Maximum upload rate:" + msgstr "Velocitat màxima de pujada:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 576 +-#: rc.cpp:318 rc.cpp:321 ++#: rc.cpp:309 rc.cpp:312 + #, no-c-format + msgid "KB/sec (0 is no limit)" + msgstr "KB/seg (0 és sense límit)" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 651 +-#: rc.cpp:327 ++#: rc.cpp:318 + #, no-c-format + msgid "Hours (0 is no limit)" + msgstr "Hores (0 és sense límit)" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 663 +-#: rc.cpp:330 ++#: rc.cpp:321 + #, no-c-format + msgid "&Keep seeding after download is finished" + msgstr "&Manté la llavor després de haver finalitzat la baixada" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 674 +-#: rc.cpp:333 ++#: rc.cpp:324 + #, no-c-format + msgid "Attention" + msgstr "Atenció" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 685 +-#: rc.cpp:336 ++#: rc.cpp:327 + #, no-c-format + msgid "" + "The above ports must also be forwarded if you are behind a router. The UPnP " +@@ -1514,283 +1514,283 @@ msgstr "" + "connector UPnP por fer-ho per vosaltres." + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 16 +-#: rc.cpp:339 ++#: rc.cpp:330 + #, no-c-format + msgid "KT Queue Dialog" + msgstr "Diàleg de cua KT" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 69 +-#: rc.cpp:348 rc.cpp:386 rc.cpp:1107 ++#: rc.cpp:339 rc.cpp:372 rc.cpp:1067 + #, no-c-format + msgid "Status:" + msgstr "Estat:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 85 +-#: rc.cpp:351 rc.cpp:389 rc.cpp:1808 ++#: rc.cpp:342 rc.cpp:375 rc.cpp:1751 + #, no-c-format + msgid "Tracker:" + msgstr "Seguidor:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 93 +-#: rc.cpp:354 rc.cpp:392 rc.cpp:1805 ++#: rc.cpp:345 rc.cpp:378 rc.cpp:1748 + #, no-c-format + msgid "DHT:" + msgstr "DHT:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 109 +-#: rc.cpp:357 rc.cpp:395 rc.cpp:1061 ++#: rc.cpp:348 rc.cpp:381 rc.cpp:1025 + #, no-c-format + msgid "Share ratio:" + msgstr "Ràtio de compartició:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 117 +-#: rc.cpp:360 ++#: rc.cpp:351 + #, no-c-format + msgid "Bytes left:" + msgstr "Bytes deixats:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 177 +-#: rc.cpp:368 rc.cpp:377 ++#: rc.cpp:354 rc.cpp:363 + #, no-c-format + msgid "Torrent" + msgstr "Torrent" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 188 +-#: rc.cpp:371 rc.cpp:380 ++#: rc.cpp:357 rc.cpp:366 + #, no-c-format + msgid "Controlled by" + msgstr "Controlat per" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 214 +-#: rc.cpp:374 ++#: rc.cpp:360 + #, no-c-format + msgid "Upload&s" + msgstr "Pujade&s" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 333 +-#: rc.cpp:398 ++#: rc.cpp:384 + #, no-c-format + msgid "Uploaded:" + msgstr "Pujat:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 486 +-#: rc.cpp:406 ++#: rc.cpp:387 + #, no-c-format + msgid "M&ove up" + msgstr "M&ou amunt" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 494 +-#: rc.cpp:409 ++#: rc.cpp:390 + #, no-c-format + msgid "Move dow&n" + msgstr "Mou a&vall" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 519 +-#: rc.cpp:412 ++#: rc.cpp:393 + #, no-c-format + msgid "Move to top" + msgstr "Mou a dalt" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 530 +-#: rc.cpp:416 ++#: rc.cpp:396 + #, no-c-format + msgid "Move to &bottom" + msgstr "Mou a &baix" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 555 +-#: rc.cpp:419 ++#: rc.cpp:399 + #, no-c-format + msgid "&QM Controlled" + msgstr "Controlat per &QM" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 563 +-#: rc.cpp:422 ++#: rc.cpp:402 + #, no-c-format + msgid "&User Controlled" + msgstr "Controlat per l'&usuari" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 30 +-#: rc.cpp:434 ++#: rc.cpp:414 + #, no-c-format + msgid "Paste URL" + msgstr "Enganxa URL" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 52 +-#: rc.cpp:437 rc.cpp:1104 rc.cpp:1919 ++#: rc.cpp:417 rc.cpp:1064 rc.cpp:1859 + #, no-c-format + msgid "URL:" + msgstr "URL:" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 106 +-#: rc.cpp:440 ++#: rc.cpp:420 + #, no-c-format + msgid "O&K" + msgstr "&Bé" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 114 +-#: rc.cpp:443 rc.cpp:675 rc.cpp:1176 ++#: rc.cpp:423 rc.cpp:653 rc.cpp:1128 + #, no-c-format + msgid "C&ancel" + msgstr "C&ancel·la" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 16 +-#: rc.cpp:446 ++#: rc.cpp:426 + #, no-c-format + msgid "Create Torrent" + msgstr "Crea torrent" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 38 +-#: rc.cpp:449 ++#: rc.cpp:429 + #, no-c-format + msgid "The file or folder of which you want to create a torrent:" + msgstr "L'arxiu o la carpeta del que voleu crear un torrent:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 53 +-#: rc.cpp:452 ++#: rc.cpp:432 + #, no-c-format + msgid "You must add at least one tracker or node." + msgstr "Heu d'afegir almenys un seguidor o node." + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 61 +-#: rc.cpp:455 ++#: rc.cpp:435 + #, no-c-format + msgid "File Options" + msgstr "Opcions de fitxer" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 80 +-#: rc.cpp:458 ++#: rc.cpp:438 + #, no-c-format + msgid "Size of each chunk:" + msgstr "Mida de cada tros:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 86 +-#: rc.cpp:461 ++#: rc.cpp:441 + #, no-c-format + msgid "32" + msgstr "32" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 91 +-#: rc.cpp:464 ++#: rc.cpp:444 + #, no-c-format + msgid "64" + msgstr "64" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 96 +-#: rc.cpp:467 ++#: rc.cpp:447 + #, no-c-format + msgid "128" + msgstr "128" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 101 +-#: rc.cpp:470 ++#: rc.cpp:450 + #, no-c-format + msgid "256" + msgstr "256" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 106 +-#: rc.cpp:473 ++#: rc.cpp:453 + #, no-c-format + msgid "512" + msgstr "512" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 111 +-#: rc.cpp:476 ++#: rc.cpp:456 + #, no-c-format + msgid "1024" + msgstr "1024" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 116 +-#: rc.cpp:479 ++#: rc.cpp:459 + #, no-c-format + msgid "2048" + msgstr "2048" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 121 +-#: rc.cpp:482 ++#: rc.cpp:462 + #, no-c-format + msgid "4096" + msgstr "4096" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 126 +-#: rc.cpp:485 ++#: rc.cpp:465 + #, no-c-format + msgid "8192" + msgstr "8192" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 138 +-#: rc.cpp:488 rc.cpp:633 ++#: rc.cpp:468 rc.cpp:611 + #, no-c-format + msgid "KB" + msgstr "KB" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 165 +-#: rc.cpp:491 ++#: rc.cpp:471 + #, no-c-format + msgid "Start seedin&g the torrent" + msgstr "Comença a &sembrar el torrent" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 176 +-#: rc.cpp:494 ++#: rc.cpp:474 + #, no-c-format + msgid "Decentrali&zed (DHT only)" + msgstr "Descentralit&zat (només DHT)" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 184 +-#: rc.cpp:497 ++#: rc.cpp:477 + #, no-c-format + msgid "Private torrent (DHT not allowed)" + msgstr "Torrent privat (DHT no permés)" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 202 +-#: rc.cpp:500 ++#: rc.cpp:480 + #, no-c-format + msgid "Comments:" + msgstr "Comentaris:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 248 +-#: rc.cpp:503 ++#: rc.cpp:483 + #, no-c-format + msgid "&Create" + msgstr "&Crea" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 262 +-#: rc.cpp:506 rc.cpp:1325 ++#: rc.cpp:486 rc.cpp:1277 + #, no-c-format + msgid "Ca&ncel" + msgstr "Ca&ncel·la" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 275 +-#: plugins/infowidget/infowidgetplugin.cpp:214 rc.cpp:509 rc.cpp:1101 ++#: plugins/infowidget/infowidgetplugin.cpp:214 rc.cpp:489 rc.cpp:1061 + #, no-c-format + msgid "Trackers" + msgstr "Seguidors" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 283 +-#: rc.cpp:512 ++#: rc.cpp:492 + #, no-c-format + msgid "DHT nodes" + msgstr "Nodes DHT" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 333 +-#: rc.cpp:522 ++#: rc.cpp:501 + #, no-c-format + msgid "Node:" + msgstr "Node:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 385 +-#: rc.cpp:528 ++#: rc.cpp:507 + #, no-c-format + msgid "IP or hostname" + msgstr "IP o nom de màquina" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 396 +-#: rc.cpp:531 rc.cpp:718 rc.cpp:721 ++#: rc.cpp:510 rc.cpp:695 rc.cpp:698 + #, no-c-format + msgid "Port" + msgstr "Port" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 437 +-#: rc.cpp:534 ++#: rc.cpp:513 + #, no-c-format + msgid "" + "NOTE: Some known good DHT nodes are already inserted. You should probably " +@@ -1801,19 +1801,19 @@ msgstr "" + "torrent." + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 16 +-#: rc.cpp:537 ++#: rc.cpp:516 + #, no-c-format + msgid "Advanced Preferences" + msgstr "Preferències avançades" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 46 +-#: rc.cpp:543 ++#: rc.cpp:522 + #, no-c-format + msgid "Time left estimation algorithm:" +-msgstr "" ++msgstr "Algorisme d'estimació del temps restant:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 53 +-#: rc.cpp:546 rc.cpp:568 ++#: rc.cpp:525 rc.cpp:547 + #, no-c-format + msgid "" + "KTorrent algorithm: Default algorithm using combination of other " +@@ -1831,7 +1831,7 @@ msgstr "" + "d'altres algorismes i basat en les nostres proves." + "
\n" + "Algorisme de la velocitat actual: El més simple - " +-"BytesPendents/VelociatActual" ++"BytesPendents/VelocitatActual" + "
\n" + "Algorisme de la velocitat mitjana global: BytesPendents/VelocitatMitjana" + "
\n" +@@ -1841,428 +1841,428 @@ msgstr "" + "calculades a X mostres" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 64 +-#: rc.cpp:556 ++#: rc.cpp:535 + #, no-c-format + msgid "Current speed" + msgstr "Velocitat actual" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 69 +-#: rc.cpp:559 ++#: rc.cpp:538 + #, no-c-format + msgid "Global average speed" + msgstr "Velocitat mitjana global" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 74 +-#: rc.cpp:562 ++#: rc.cpp:541 + #, no-c-format + msgid "Window of X" + msgstr "Finestra d'X" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 79 +-#: rc.cpp:565 ++#: rc.cpp:544 + #, no-c-format + msgid "Moving average" +-msgstr "Mitjàna mòbil" ++msgstr "Mitjana mòbil" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 98 +-#: rc.cpp:575 ++#: rc.cpp:554 + #, no-c-format + msgid "(takes effect after restart)" + msgstr "(té efecte en reiniciar)" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 125 +-#: rc.cpp:578 ++#: rc.cpp:557 + #, no-c-format + msgid "Disa&ble diskspace preallocation" + msgstr "Desa&ctiva la reserva d'espai al disc" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 141 +-#: rc.cpp:581 ++#: rc.cpp:560 + #, no-c-format + msgid "F&ully preallocate diskspace (avoids fragmentation)" + msgstr "Reser&va completa d'espai al disc (evita la fragmentació)" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 147 +-#: rc.cpp:584 ++#: rc.cpp:563 + #, no-c-format + msgid "Basic (slow)" + msgstr "Bàsic (lent)" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 152 +-#: rc.cpp:587 ++#: rc.cpp:566 + #, no-c-format + msgid "Filesystem specific" + msgstr "Específic del sistema de fitxers" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 174 +-#: rc.cpp:590 ++#: rc.cpp:569 + #, no-c-format + msgid "Performance" + msgstr "Preferències" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 193 +-#: rc.cpp:593 ++#: rc.cpp:572 + #, no-c-format + msgid "Memory usage:" + msgstr "Ús de memòria:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 199 +-#: rc.cpp:596 ++#: rc.cpp:575 + #, no-c-format + msgid "Low" + msgstr "Baix" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 204 +-#: rc.cpp:599 ++#: rc.cpp:578 + #, no-c-format + msgid "Medium" + msgstr "Mitjà" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 209 +-#: rc.cpp:602 ++#: rc.cpp:581 + #, no-c-format + msgid "High" + msgstr "Alt" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 248 +-#: rc.cpp:605 ++#: rc.cpp:584 + #, no-c-format + msgid "GUI update interval:" + msgstr "interval d'actualització de l'IGU:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 254 +-#: rc.cpp:608 ++#: rc.cpp:587 + #, no-c-format + msgid "500ms" + msgstr "500ms" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 259 +-#: rc.cpp:611 ++#: rc.cpp:590 + #, no-c-format + msgid "1s" + msgstr "1s" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 264 +-#: rc.cpp:614 ++#: rc.cpp:593 + #, no-c-format + msgid "2s" + msgstr "2s" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 269 +-#: rc.cpp:617 ++#: rc.cpp:596 + #, no-c-format + msgid "5s" + msgstr "5s" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 308 +-#: rc.cpp:620 ++#: rc.cpp:599 + #, no-c-format + msgid "Fast CPU" + msgstr "CPU ràpida" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 342 +-#: rc.cpp:624 ++#: rc.cpp:602 + #, no-c-format + msgid "Slow CPU" + msgstr "CPU lenta" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 354 +-#: rc.cpp:627 ++#: rc.cpp:605 + #, no-c-format + msgid "Data Checking" + msgstr "Comprovació de dades" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 373 +-#: rc.cpp:630 ++#: rc.cpp:608 + #, no-c-format + msgid "During uploading, do ¬ recheck chunks bigger than" + msgstr "Durant la pujada &no comprovis trossos més grans que" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 430 +-#: rc.cpp:636 ++#: rc.cpp:614 + #, no-c-format + msgid "Do a data integrit&y check after" + msgstr "Comprova la integr&itat de les dades després" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 449 +-#: rc.cpp:639 ++#: rc.cpp:617 + #, no-c-format + msgid "corrupted chunks" + msgstr "Trossos corruptes" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 478 +-#: rc.cpp:642 ++#: rc.cpp:620 + #, no-c-format + msgid "Networking" + msgstr "Connexions" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 505 +-#: rc.cpp:645 ++#: rc.cpp:623 + #, no-c-format + msgid "Maximum number of connection setups:" + msgstr "Nombre màxim de connexions establertes:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 527 +-#: rc.cpp:648 ++#: rc.cpp:626 + #, no-c-format + msgid "DSCP for IP packets:" + msgstr "DSCP per a paquets IP:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 570 +-#: rc.cpp:651 ++#: rc.cpp:629 + #, no-c-format + msgid "Do not use the KDE pro&xy settings for HTTP tracker connections" + msgstr "" + "No usis l'inte&rmediari del KDE per a les connexions HTTP dels seguidors" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 586 +-#: rc.cpp:654 ++#: rc.cpp:632 + #, no-c-format + msgid "HTTP tracker proxy:" + msgstr "Intermediari del seguidor HTTP:" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 24 +-#: rc.cpp:657 ++#: rc.cpp:635 + #, no-c-format + msgid "Scanning data" + msgstr "Explorant dades" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 38 +-#: rc.cpp:660 ++#: rc.cpp:638 + #, no-c-format + msgid "Scanning data of torrent :" + msgstr "Explorant dades del torrent:" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 62 +-#: rc.cpp:663 ++#: rc.cpp:641 + #, no-c-format + msgid "Number of chunks found :" + msgstr "Nombre de trossos trobats:" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 70 +-#: rc.cpp:666 ++#: rc.cpp:644 + #, no-c-format + msgid "Number of chunks failed / not downloaded :" + msgstr "Nombre de trossos fallits / sense baixar:" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 97 +-#: rc.cpp:669 rc.cpp:672 ++#: rc.cpp:647 rc.cpp:650 + #, no-c-format + msgid "0" + msgstr "0" + + #. i18n: file ./apps/ktupnptest/mainwidget.ui line 54 +-#: rc.cpp:678 ++#: rc.cpp:656 + #, no-c-format + msgid "Test" + msgstr "Prova" + + #. i18n: file ./libktorrent/labelviewitembase.ui line 49 +-#: rc.cpp:685 ++#: rc.cpp:662 + #, no-c-format + msgid "textLabel2" + msgstr "textLabel2" + + #. i18n: file ./libktorrent/labelviewitembase.ui line 65 +-#: rc.cpp:688 ++#: rc.cpp:665 + #, no-c-format + msgid "textLabel3" + msgstr "textLabel3" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 10 +-#: rc.cpp:691 ++#: rc.cpp:668 + #, no-c-format + msgid "Maximum number of downloads (0 = no limit)" + msgstr "Nombre màxim de baixades (0 = cap límit)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 15 +-#: rc.cpp:694 ++#: rc.cpp:671 + #, no-c-format + msgid "Maximum number of seeds (0 = no limit)" + msgstr "Nombre màxim de llavors(0 = cap límit)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 20 +-#: rc.cpp:697 ++#: rc.cpp:674 + #, no-c-format + msgid "Start downloads on low disk space?" + msgstr "Inicia baixades si hi ha poc espai al disc?" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 24 +-#: rc.cpp:700 ++#: rc.cpp:677 + #, no-c-format + msgid "Maximum number of connections per torrent (0 = no limit)" + msgstr "Nombre màxim de connexions per torrent (0 = sense límit)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 29 +-#: rc.cpp:703 ++#: rc.cpp:680 + #, no-c-format + msgid "Maximum number of connections for all torrents (0 = no limit) " + msgstr "Màxim nombre de connexions per a tots els torrents (0 = sense límit)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 34 +-#: rc.cpp:706 ++#: rc.cpp:683 + #, no-c-format + msgid "Maximum upload speed in KB/sec (0 = no limit)" + msgstr "Velocitat màxima de pujada en KB/seg (0 = cap límit)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 39 +-#: rc.cpp:709 ++#: rc.cpp:686 + #, no-c-format + msgid "Maximum download speed in KB/sec (0 = no limit)" + msgstr "Velocitat màxima de baixada en KB/seg (0 = cap límit)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 44 +-#: rc.cpp:712 ++#: rc.cpp:689 + #, no-c-format + msgid "Maximum share ratio(0 = no limit)" + msgstr "Ràtio màxima de compartició (0 significa sense límit)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 49 +-#: rc.cpp:715 ++#: rc.cpp:692 + #, no-c-format + msgid "Maximum seed time in hours (0 = no limit)" + msgstr "Ràtio màxima de compartició (0 significa sense límit)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 66 +-#: rc.cpp:724 ++#: rc.cpp:701 + #, no-c-format + msgid "Show a system tray icon" + msgstr "Mostra una icona a la safata del sistema" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 70 +-#: rc.cpp:727 ++#: rc.cpp:704 + #, no-c-format + msgid "Show speed bar in tray icon" + msgstr "Mostra la barra de velocitat a la safata del sistema" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 74 +-#: rc.cpp:730 ++#: rc.cpp:707 + #, no-c-format + msgid "Download bandwidth (in kb/s):" + msgstr "Ample de banda de baixada (en kb/s):" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 80 +-#: rc.cpp:733 ++#: rc.cpp:710 + #, no-c-format + msgid "Upload bandwidth (in kb/s):" + msgstr "Ample de banda de pujada (en kb/s):" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 86 +-#: rc.cpp:736 ++#: rc.cpp:713 + #, no-c-format + msgid "Show popup messages when torrent is finished." + msgstr "Mostra missatges emergents en finalitzar el torrent." + + #. i18n: file ./libktorrent/ktorrent.kcfg line 90 +-#: rc.cpp:739 ++#: rc.cpp:716 + #, no-c-format + msgid "Keep seeding after download has finished" + msgstr "Manté la llavor després d'haver finalitzat la baixada" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 94 +-#: rc.cpp:742 ++#: rc.cpp:719 + #, no-c-format + msgid "Folder to store temporary files" + msgstr "Carpeta per desar els fitxers temporals" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 98 +-#: rc.cpp:745 ++#: rc.cpp:722 + #, no-c-format + msgid "Whether to automatically save downloads to saveDir" + msgstr "Si desar automàticament les baixades a la carpeta de desat" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 102 +-#: rc.cpp:748 ++#: rc.cpp:725 + #, no-c-format + msgid "Folder to store downloaded files" + msgstr "Carpeta per desar els fitxers baixats" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 106 +-#: rc.cpp:751 ++#: rc.cpp:728 + #, no-c-format + msgid "Whether to automatically move completed downloads to completedDir" + msgstr "Si desar automàticament les baixades a la carpeta de completats" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 110 +-#: rc.cpp:754 ++#: rc.cpp:731 + #, no-c-format + msgid "Folder to move completed downloaded files to" + msgstr "Carpeta on moure els fitxers baixats del tot" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 114 +-#: rc.cpp:757 ++#: rc.cpp:734 + #, no-c-format + msgid "Whether to automatically copy .torrent files to torrentCopyDir" + msgstr "Si copiar automàticament els fitxers .torrent a la carpeta de còpies" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 118 +-#: rc.cpp:760 ++#: rc.cpp:737 + #, no-c-format + msgid "Folder to copy .torrent files to" + msgstr "Carpeta on copiar els fitxers .torrent" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 122 +-#: rc.cpp:763 ++#: rc.cpp:740 + #, no-c-format + msgid "Whether to use a custom IP to pass to the tracker" + msgstr "Si usar una IP personalitzada a per a passar al seguidor" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 126 +-#: rc.cpp:766 ++#: rc.cpp:743 + #, no-c-format + msgid "Directory which was used as the last save directory" + msgstr "Carpeta que s'ha usat en l'últim desat" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 130 +-#: rc.cpp:769 ++#: rc.cpp:746 + #, no-c-format + msgid "IP to pass to the tracker" + msgstr "IP per enviar al seguidor" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 134 +-#: rc.cpp:772 ++#: rc.cpp:749 + #, no-c-format + msgid "Memory usage" + msgstr "Ús de memòria" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 138 +-#: rc.cpp:775 ++#: rc.cpp:752 + #, no-c-format + msgid "GUI update interval" + msgstr "Interval d'actualització de l'IGU" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 142 +-#: rc.cpp:778 ++#: rc.cpp:755 + #, no-c-format + msgid "Support for DHT" + msgstr "Accepta DHT" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 146 +-#: rc.cpp:781 ++#: rc.cpp:758 + #, no-c-format + msgid "DHT port" + msgstr "Port DHT" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 152 +-#: rc.cpp:784 ++#: rc.cpp:761 + #, no-c-format + msgid "Number of upload slots" + msgstr "Nombre de canals de pujada" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 196 +-#: rc.cpp:793 ++#: rc.cpp:770 + #, no-c-format + msgid "Columns shown in KTorrentView" +-msgstr "Columnes que es mostren en la vista del Ktorrent" ++msgstr "Columnes que es mostren en la vista del KTorrent" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 205 +-#: rc.cpp:796 ++#: rc.cpp:773 + #, no-c-format + msgid "ET algorithm" + msgstr "Algorisme ET" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 227 +-#: rc.cpp:799 ++#: rc.cpp:776 + #, no-c-format + msgid "" + "When there's no space left to complete download and free diskspace is less than " +@@ -2272,458 +2272,458 @@ msgstr "" + "l'espai mínim al disc, el torrent s'atura." + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 16 +-#: rc.cpp:802 ++#: rc.cpp:779 + #, no-c-format + msgid "Plugin Manager" + msgstr "Gestor de connectors" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 48 +-#: rc.cpp:805 ++#: rc.cpp:782 + #, no-c-format + msgid "Load" + msgstr "Carrega" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 56 +-#: rc.cpp:808 ++#: rc.cpp:785 + #, no-c-format + msgid "U&nload" + msgstr "&Descarrega" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 64 +-#: rc.cpp:811 ++#: rc.cpp:788 + #, no-c-format + msgid "Load &All" + msgstr "C&arrega-ho tot" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 72 +-#: rc.cpp:814 ++#: rc.cpp:791 + #, no-c-format + msgid "&Unload All" + msgstr "&Descarrega-ho tot" + + #. i18n: file ./plugins/upnp/ktupnpplugin.kcfg line 10 +-#: rc.cpp:817 ++#: rc.cpp:794 + #, no-c-format + msgid "Default UPnP device to use" + msgstr "Dispositiu UPnP a utilitzar per defecte" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 16 +-#: plugins/upnp/upnpplugin.cpp:46 plugins/upnp/upnpprefpage.cpp:31 rc.cpp:820 ++#: plugins/upnp/upnpplugin.cpp:46 plugins/upnp/upnpprefpage.cpp:31 rc.cpp:797 + #, no-c-format + msgid "UPnP" + msgstr "UPnP" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 35 +-#: rc.cpp:823 ++#: rc.cpp:800 + #, no-c-format + msgid "Detected devices:" + msgstr "Dispositius detectats:" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 41 +-#: rc.cpp:826 ++#: rc.cpp:803 + #, no-c-format + msgid "Device" + msgstr "Dispositiu" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 52 +-#: rc.cpp:829 ++#: rc.cpp:806 + #, no-c-format + msgid "Ports Forwarded" + msgstr "Ports redirigits" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 63 +-#: rc.cpp:832 ++#: rc.cpp:809 + #, no-c-format + msgid "WAN Connection" + msgstr "Connexió WAN" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 91 +-#: rc.cpp:835 ++#: rc.cpp:812 + #, no-c-format + msgid "Forw&ard Ports" + msgstr "Ports de &redirecció" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 99 +-#: rc.cpp:838 ++#: rc.cpp:815 + #, no-c-format + msgid "Undo Port Forwarding" + msgstr "Desfés la redirecció de ports" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 124 +-#: rc.cpp:841 ++#: rc.cpp:818 + #, no-c-format + msgid "Rescan" + msgstr "Reescaneja" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 9 +-#: rc.cpp:844 ++#: rc.cpp:821 + #, no-c-format + msgid "Enable scanning of folder1?" + msgstr "Permet l'exploració de la carpeta1?" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 14 +-#: rc.cpp:847 ++#: rc.cpp:824 + #, no-c-format + msgid "Enable scanning of folder2?" + msgstr "Permet l'exploració de la carpeta2?" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 19 +-#: rc.cpp:850 ++#: rc.cpp:827 + #, no-c-format + msgid "Enable scanning of folder3?" + msgstr "Permet l'exploració de la carpeta3?" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 24 +-#: rc.cpp:853 ++#: rc.cpp:830 + #, no-c-format + msgid "Folder1 path" + msgstr "Camí de la carpeta1" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 29 +-#: rc.cpp:856 ++#: rc.cpp:833 + #, no-c-format + msgid "Folder2 path" + msgstr "Camí de la carpeta2" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 34 +-#: rc.cpp:859 ++#: rc.cpp:836 + #, no-c-format + msgid "Folder3 path" + msgstr "Camí de la carpeta3" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 39 +-#: rc.cpp:862 ++#: rc.cpp:839 + #, no-c-format + msgid "Whether to open torrent silently or not." + msgstr "Si obrir el torrent silenciosament o no." + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 44 +-#: rc.cpp:865 ++#: rc.cpp:842 + #, no-c-format + msgid "Delete action checked." + msgstr "Activada l'acció d'esborrar." + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 49 +-#: rc.cpp:868 ++#: rc.cpp:845 + #, no-c-format + msgid "Move action checked." + msgstr "Acció de moure activada." + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 16 +-#: rc.cpp:871 ++#: rc.cpp:848 + #, no-c-format + msgid "ScanFolder Preferences" + msgstr "Preferències d'exploració de carpetes" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 35 +-#: rc.cpp:874 ++#: rc.cpp:851 + #, no-c-format + msgid "Scan folder &1" + msgstr "Explora la carpeta &1" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 38 +-#: rc.cpp:877 rc.cpp:1480 ++#: rc.cpp:854 rc.cpp:1424 + #, no-c-format + msgid "Alt+1" + msgstr "Alt+1" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 46 +-#: rc.cpp:880 ++#: rc.cpp:857 + #, no-c-format + msgid "Scan folder &2" + msgstr "Explora la carpeta &2" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 49 +-#: rc.cpp:883 rc.cpp:1471 rc.cpp:1495 ++#: rc.cpp:860 rc.cpp:1415 rc.cpp:1439 + #, no-c-format + msgid "Alt+2" + msgstr "Alt+2" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 57 +-#: rc.cpp:886 ++#: rc.cpp:863 + #, no-c-format + msgid "Scan folder &3" + msgstr "Explora la carpeta &3" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 60 +-#: rc.cpp:889 rc.cpp:1465 ++#: rc.cpp:866 rc.cpp:1409 + #, no-c-format + msgid "Alt+3" + msgstr "Alt+3" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 81 +-#: rc.cpp:895 ++#: rc.cpp:872 + #, no-c-format + msgid "Move to \"loaded\" directory &after loading" + msgstr "Mou &a la carpeta de \"carregats\" després de carregar" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 84 +-#: rc.cpp:898 ++#: rc.cpp:875 + #, no-c-format + msgid "Move torrent to \"loaded\" directory after loading it" + msgstr "" + "Mou el torrent a la carpeta de \"carregats\" després d'haver-lo carregat" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 92 +-#: rc.cpp:901 ++#: rc.cpp:878 + #, no-c-format + msgid "Open torrents silentl&y" + msgstr "Obre els torrents s&ilenciosament" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 95 +-#: rc.cpp:904 ++#: rc.cpp:881 + #, no-c-format + msgid "Do not show 'Select files to download' dialog" + msgstr "No mostra el diàleg 'Seleccioneu els fitxers a baixar'" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 103 +-#: rc.cpp:907 ++#: rc.cpp:884 + #, no-c-format + msgid "Delete after loadin&g" + msgstr "Esborrar després de carre&gar" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 106 +-#: rc.cpp:910 ++#: rc.cpp:887 + #, no-c-format + msgid "Deletes torrent after loading" + msgstr "Esborra el torrent després de la càrrega" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 116 +-#: rc.cpp:913 ++#: rc.cpp:890 + #, no-c-format + msgid "Folders to scan" + msgstr "Carpetes a explorar" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 151 +-#: rc.cpp:916 ++#: rc.cpp:893 + #, no-c-format + msgid "Folder 1:" + msgstr "Carpeta 1:" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 162 +-#: rc.cpp:919 ++#: rc.cpp:896 + #, no-c-format + msgid "Folder 2:" + msgstr "Carpeta 2:" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 173 +-#: rc.cpp:922 ++#: rc.cpp:899 + #, no-c-format + msgid "Folder 3:" + msgstr "Carpeta 3:" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 30 +-#: rc.cpp:925 rc.cpp:1895 ++#: rc.cpp:902 rc.cpp:1838 + #, no-c-format + msgid "Search Preferences" + msgstr "Preferències de cerca" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 41 +-#: rc.cpp:928 ++#: rc.cpp:905 + #, no-c-format + msgid "Web Server" + msgstr "Servidor web" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 82 +-#: rc.cpp:934 ++#: rc.cpp:911 + #, no-c-format + msgid "Forward port" + msgstr "Port de redirecció" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 107 +-#: rc.cpp:937 ++#: rc.cpp:914 + #, no-c-format + msgid "Session TTL (in sec):" + msgstr "TTL de sessió (en segons):" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 142 +-#: rc.cpp:940 ++#: rc.cpp:917 + #, no-c-format + msgid "Select interface:" + msgstr "Trieu interfície:" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 173 +-#: rc.cpp:943 ++#: rc.cpp:920 + #, no-c-format + msgid "Username:" + msgstr "Usuari:" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 188 +-#: rc.cpp:946 ++#: rc.cpp:923 + #, no-c-format + msgid "Change password ..." + msgstr "Canvia la contrasenya ..." + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 206 +-#: rc.cpp:949 ++#: rc.cpp:926 + #, no-c-format + msgid "Php executable path:" + msgstr "Camí de l'executable php:" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 10 +-#: rc.cpp:953 ++#: rc.cpp:929 + #, no-c-format + msgid "Port number" + msgstr "Número del port" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 15 +-#: rc.cpp:956 ++#: rc.cpp:932 + #, no-c-format + msgid "forward Port" + msgstr "Port de redirecció" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 20 +-#: rc.cpp:959 ++#: rc.cpp:935 + #, no-c-format + msgid "Session time to live" + msgstr "Temps de vida de la sessió" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 24 +-#: rc.cpp:962 ++#: rc.cpp:938 + #, no-c-format + msgid "interface skin" + msgstr "Aspecte de la interfície" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 28 +-#: rc.cpp:965 ++#: rc.cpp:941 + #, no-c-format + msgid "php executable path" + msgstr "Camí de l'executable php" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 33 +-#: rc.cpp:968 ++#: rc.cpp:944 + #, no-c-format + msgid "username" + msgstr "usuari" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 37 +-#: rc.cpp:971 ++#: rc.cpp:947 + #, no-c-format + msgid "password" + msgstr "contrasenya" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 16 +-#: plugins/infowidget/infowidgetplugin.cpp:194 rc.cpp:974 rc.cpp:1046 ++#: plugins/infowidget/infowidgetplugin.cpp:194 rc.cpp:950 rc.cpp:1010 + #, no-c-format + msgid "Chunks" + msgstr "Trossos" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 43 +-#: rc.cpp:977 ++#: rc.cpp:953 + #, no-c-format + msgid "Total:" + msgstr "Total:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 81 +-#: rc.cpp:981 ++#: rc.cpp:956 + #, no-c-format + msgid "Currently downloading:" + msgstr "Baixant ara:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 119 +-#: rc.cpp:985 ++#: rc.cpp:959 + #, no-c-format + msgid "Downloaded:" + msgstr "Baixat:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 157 +-#: rc.cpp:989 ++#: rc.cpp:962 + #, no-c-format + msgid "Excluded:" + msgstr "Exclòs:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 195 +-#: rc.cpp:993 ++#: rc.cpp:965 + #, no-c-format + msgid "Left:" + msgstr "Pendent:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 233 +-#: rc.cpp:997 ++#: rc.cpp:968 + #, no-c-format + msgid "Size:" + msgstr "Mida:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 280 +-#: rc.cpp:1001 ++#: rc.cpp:971 + #, no-c-format + msgid "Chunk" + msgstr "Tros" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 291 +-#: rc.cpp:1004 ++#: rc.cpp:974 + #, no-c-format + msgid "Progress" + msgstr "Progrés" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 302 +-#: rc.cpp:1007 ++#: rc.cpp:977 + #, no-c-format + msgid "Peer" + msgstr "Parell" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 324 +-#: rc.cpp:1013 ++#: rc.cpp:983 + #, no-c-format + msgid "Assigned Peers" + msgstr "Parells assignats" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 63 +-#: rc.cpp:1022 ++#: rc.cpp:992 + #, no-c-format + msgid "Seeders:" + msgstr "Sembradors:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 71 +-#: rc.cpp:1025 ++#: rc.cpp:995 + #, no-c-format + msgid "Leechers:" + msgstr "Sangoneres:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 129 +-#: rc.cpp:1030 ++#: rc.cpp:998 + #, no-c-format + msgid "Average Down Speed:" + msgstr "Velocitat mitjana de baixada:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 177 +-#: rc.cpp:1035 ++#: rc.cpp:1001 + #, no-c-format + msgid "Average Up Speed:" + msgstr "Velocitat mitjana de pujada:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 195 +-#: rc.cpp:1038 rc.cpp:1111 ++#: rc.cpp:1004 rc.cpp:1070 + #, no-c-format + msgid "Next update in:" + msgstr "Propera actualització:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 203 +-#: rc.cpp:1041 ++#: rc.cpp:1007 + #, no-c-format + msgid "Tracker Status:" + msgstr "Estat del seguidor:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 332 +-#: rc.cpp:1049 ++#: rc.cpp:1013 + #, no-c-format + msgid "Parts of the torrent which have been downloaded:" + msgstr "Parts del torrent que s'han baixat:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 367 +-#: rc.cpp:1052 ++#: rc.cpp:1016 + #, no-c-format + msgid "Parts of the torrent which are available:" + msgstr "Parts del torrent que estan disponibles:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 457 +-#: rc.cpp:1055 ++#: rc.cpp:1019 + #, no-c-format + msgid "Sharing" + msgstr "Compartint" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 487 +-#: rc.cpp:1058 ++#: rc.cpp:1022 + #, no-c-format + msgid "" + "Your upload will stop when share ratio gets to this value. Zero means no limit." +@@ -2732,7 +2732,7 @@ msgstr "" + "valor. El zero significa que no hi ha límit." + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 525 +-#: rc.cpp:1064 ++#: rc.cpp:1028 + #, no-c-format + msgid "Your upload will stop when you have uploaded for this many hours." + msgstr "" +@@ -2740,140 +2740,140 @@ msgstr "" + "valor. El zero significa que no hi ha límit." + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 533 +-#: rc.cpp:1067 ++#: rc.cpp:1031 + #, no-c-format + msgid "Hours" + msgstr "Hores" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 543 +-#: rc.cpp:1070 ++#: rc.cpp:1034 + #, no-c-format + msgid "Ratio limit:" + msgstr "Ràtio límit:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 549 +-#: rc.cpp:1074 ++#: rc.cpp:1037 + #, no-c-format + msgid "Limit works only in seed mode" + msgstr "El límit només funciona en mode sembrador" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 557 +-#: rc.cpp:1077 ++#: rc.cpp:1040 + #, no-c-format + msgid "Time &limit:" + msgstr "Temps &límit:" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 37 +-#: rc.cpp:1081 ++#: rc.cpp:1043 + #, no-c-format + msgid "&Update Tracker" + msgstr "Actu&alitza el seguidor" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 40 +-#: rc.cpp:1084 ++#: rc.cpp:1046 + #, no-c-format + msgid "Minimum update interval - 60 seconds" + msgstr "Interval mínim d'actualització - 60 segons" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 48 +-#: rc.cpp:1087 ++#: rc.cpp:1049 + #, no-c-format + msgid "Add Trac&ker" + msgstr "Afegeix se&guidor" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 64 +-#: rc.cpp:1090 ++#: rc.cpp:1052 + #, no-c-format + msgid "Remove Tracker" + msgstr "Elimina seguidor" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 75 +-#: rc.cpp:1094 ++#: rc.cpp:1055 + #, no-c-format + msgid "Ch&ange Tracker" + msgstr "Ca&nvia seguidor" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 100 +-#: rc.cpp:1097 ++#: rc.cpp:1058 + #, no-c-format + msgid "Restore Defaults" + msgstr "Restaura per defecte" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 10 +-#: rc.cpp:1115 ++#: rc.cpp:1073 + #, no-c-format + msgid "Show peer view tab in main window" + msgstr "Mostra la pestanya de vista de parells a la finestra principal" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 14 +-#: rc.cpp:1118 ++#: rc.cpp:1076 + #, no-c-format + msgid "Show chunk download view tab in main window" + msgstr "" + "Mostra la pestanya de vista de baixada de trossos a la finestra principal" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 18 +-#: rc.cpp:1121 ++#: rc.cpp:1079 + #, no-c-format + msgid "Show trackers view tab in main window" + msgstr "Mostra la pestanya de seguidors a la finestra principal" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 24 +-#: rc.cpp:1124 ++#: rc.cpp:1082 + #, no-c-format + msgid "Show list of peers" + msgstr "Mostra la llista de parells" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 35 +-#: rc.cpp:1128 ++#: rc.cpp:1085 + #, no-c-format + msgid "Show list of chunks currentl&y downloading" + msgstr "Mostra la llista de trossos &actualment en baixada" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 60 +-#: rc.cpp:1131 ++#: rc.cpp:1088 + #, no-c-format + msgid "Show list of trackers" + msgstr "Mostra la llista de seguidors" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 16 +-#: rc.cpp:1135 ++#: rc.cpp:1091 + #, no-c-format + msgid "IPBlocking Preferences" + msgstr "Preferències de bloqueig d'IP" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 47 +-#: rc.cpp:1138 ++#: rc.cpp:1094 + #, no-c-format + msgid "Select PeerGuardian Filter File " + msgstr "Selecciona el fitxer filtre de guardià de parells" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 58 +-#: rc.cpp:1141 ++#: rc.cpp:1097 + #, no-c-format + msgid "Use PeerGuardian filter?" + msgstr "Usar el filtre Guardià de parells?" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 77 +-#: rc.cpp:1145 ++#: rc.cpp:1100 + #, no-c-format + msgid "IP filter file:" + msgstr "Fitxer de filtres d'IP:" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 85 +-#: rc.cpp:1148 ++#: rc.cpp:1103 + #, no-c-format + msgid "http://www.bluetack.co.uk/modules.php?name=Downloads&d_op=getit&lid=8" + msgstr "http://www.bluetack.co.uk/modules.php?name=Downloads&d_op=getit&lid=8" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 123 +-#: rc.cpp:1151 ++#: rc.cpp:1106 + #, no-c-format + msgid "Dow&nload/Convert" + msgstr "&Baixa/Converteix" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 134 +-#: rc.cpp:1154 ++#: rc.cpp:1109 + #, no-c-format + msgid "" + "Download PeerGuardian filter from bluetack.co.uk or blocklist.org.\n" +@@ -2883,25 +2883,25 @@ msgstr "" + "Nota: Es pot usar el fitxer ZIP de bluetack.co.uk." + + #. i18n: file ./plugins/ipfilter/ktipfilterplugin.kcfg line 10 +-#: rc.cpp:1159 ++#: rc.cpp:1113 + #, no-c-format + msgid "Level1 filter url" + msgstr "URL del filtre de nivell1" + + #. i18n: file ./plugins/ipfilter/ktipfilterplugin.kcfg line 14 +-#: rc.cpp:1162 ++#: rc.cpp:1116 + #, no-c-format + msgid "Use level1 filter?" + msgstr "Utilitzo el filtre de nivell1?" + + #. i18n: file ./plugins/ipfilter/convert_dlg.ui line 24 +-#: plugins/ipfilter/convertdialog.cpp:155 rc.cpp:1165 ++#: plugins/ipfilter/convertdialog.cpp:155 rc.cpp:1119 + #, no-c-format + msgid "Converting..." + msgstr "S'està convertint..." + + #. i18n: file ./plugins/ipfilter/convert_dlg.ui line 41 +-#: rc.cpp:1168 ++#: rc.cpp:1122 + #, no-c-format + msgid "" + "Click on the 'convert' button to start converting antip2p file. NOTE: This " +@@ -2913,61 +2913,61 @@ msgstr "" + "durant aquesta estona no podreu usar el KTorrent." + + #. i18n: file ./plugins/stats/sprefwgt.ui line 27 +-#: rc.cpp:1179 ++#: rc.cpp:1131 + #, no-c-format + msgid "Update" + msgstr "Actualitza" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 46 +-#: rc.cpp:1182 rc.cpp:1268 ++#: rc.cpp:1134 rc.cpp:1220 + #, no-c-format + msgid "Update charts every" + msgstr "Actualitza els gràfics cada" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 71 +-#: rc.cpp:1185 ++#: rc.cpp:1137 + #, no-c-format + msgid "GUI updates" + msgstr "Actualitzacions de l'IGU" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 92 +-#: rc.cpp:1188 rc.cpp:1271 ++#: rc.cpp:1140 rc.cpp:1223 + #, no-c-format + msgid "Gather data every" + msgstr "Reuneix dades cada" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 120 +-#: rc.cpp:1191 ++#: rc.cpp:1143 + #, no-c-format + msgid "miliseconds" + msgstr "mil·lisegons" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 135 +-#: rc.cpp:1194 ++#: rc.cpp:1146 + #, no-c-format + msgid "Maximum" + msgstr "Màxim" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 154 +-#: rc.cpp:1197 ++#: rc.cpp:1149 + #, no-c-format + msgid "Maximum speed scale mode:" + msgstr "Mode escala de màxima velocitat:" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 165 +-#: rc.cpp:1203 ++#: rc.cpp:1155 + #, no-c-format + msgid "Exact" + msgstr "Exacte" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 175 +-#: rc.cpp:1206 ++#: rc.cpp:1158 + #, no-c-format + msgid "See 'What's this' for more help" + msgstr "Vegeu 'Què és això' per a més ajuda" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 180 +-#: rc.cpp:1209 ++#: rc.cpp:1161 + #, no-c-format + msgid "" + "Set maximum value on OY scale as:\n" +@@ -2979,163 +2979,163 @@ msgstr "" + "- Exacte: La velocitat assolida més gran visible al gràfic" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 192 +-#: rc.cpp:1214 rc.cpp:1247 ++#: rc.cpp:1166 rc.cpp:1199 + #, no-c-format + msgid "Peers speed" + msgstr "Velocitat dels parells" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 211 +-#: rc.cpp:1217 ++#: rc.cpp:1169 + #, no-c-format + msgid "Peers speed:" + msgstr "Velocitat dels parells:" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 222 +-#: rc.cpp:1220 ++#: rc.cpp:1172 + #, no-c-format + msgid "update every" + msgstr "actualitza cada" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 244 +-#: rc.cpp:1223 ++#: rc.cpp:1175 + #, no-c-format + msgid "chart data updates" + msgstr "actualitzacions de les dades" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 254 +-#: rc.cpp:1226 ++#: rc.cpp:1178 + #, no-c-format + msgid "Gathering data about many connected peers can be CPU consuming." + msgstr "Reunir dades sobre molts parells pot consumir força CPU." + + #. i18n: file ./plugins/stats/sprefwgt.ui line 267 +-#: rc.cpp:1229 ++#: rc.cpp:1181 + #, no-c-format + msgid "Peers connections" + msgstr "Connexions de parells" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 270 +-#: rc.cpp:1232 ++#: rc.cpp:1184 + #, no-c-format + msgid "Large values can obscure charts of connected peers" + msgstr "Grans valors poden amagar gràfics de parells connectats" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 289 +-#: rc.cpp:1235 ++#: rc.cpp:1187 + #, no-c-format + msgid "Show seeders in swarms" + msgstr "Mostra els sembradors dels eixams" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 297 +-#: rc.cpp:1238 ++#: rc.cpp:1190 + #, no-c-format + msgid "Show leechers in swarms" + msgstr "Mostra les sangoneres dels eixams" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 309 +-#: rc.cpp:1241 ++#: rc.cpp:1193 + #, no-c-format + msgid "Measurements count" + msgstr "Nombre de mesures" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 392 +-#: rc.cpp:1250 rc.cpp:1265 ++#: rc.cpp:1202 rc.cpp:1217 + #, no-c-format + msgid "Upload" + msgstr "Pujada" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 424 +-#: rc.cpp:1253 ++#: rc.cpp:1205 + #, no-c-format + msgid "Connections" + msgstr "Connexions" + + #. i18n: file ./plugins/stats/statsspdwgt.ui line 40 +-#: plugins/infowidget/infowidgetplugin.cpp:173 rc.cpp:1262 rc.cpp:1304 ++#: plugins/infowidget/infowidgetplugin.cpp:173 rc.cpp:1214 rc.cpp:1256 + #, no-c-format + msgid "Peers" + msgstr "Parells" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 18 +-#: rc.cpp:1274 ++#: rc.cpp:1226 + #, no-c-format + msgid "Toggle peers speed charts" + msgstr "Canvia els gràfics de parells i velocitat" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 22 +-#: rc.cpp:1277 ++#: rc.cpp:1229 + #, no-c-format + msgid "Interval between getting data about peers speed" + msgstr "Interval en el qual agafar dades sobre velocitat dels parells" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 26 +-#: rc.cpp:1280 ++#: rc.cpp:1232 + #, no-c-format + msgid "Toggle drawing of leechers in swarms" + msgstr "Canvia el gràfic de sangoneres en eixams" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 30 +-#: rc.cpp:1283 ++#: rc.cpp:1235 + #, no-c-format + msgid "Toggle drawing of seeders in swarms" + msgstr "Canvia el gràfic de sembradors en eixams" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 35 +-#: rc.cpp:1286 ++#: rc.cpp:1238 + #, no-c-format + msgid "Download mesurments count" + msgstr "Nombre de mesures de baixada" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 39 +-#: rc.cpp:1289 ++#: rc.cpp:1241 + #, no-c-format + msgid "Peers speed mesurments count" + msgstr "Nombre de mesures de velocitat dels parells" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 43 +-#: rc.cpp:1292 ++#: rc.cpp:1244 + #, no-c-format + msgid "Upload mesurments count" + msgstr "Nombre de mesures de pujada" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 47 +-#: rc.cpp:1295 ++#: rc.cpp:1247 + #, no-c-format + msgid "Connections mesurments count" + msgstr "Nombre de mesures de connexions" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 51 +-#: rc.cpp:1298 ++#: rc.cpp:1250 + #, no-c-format + msgid "DHT mesurments count" + msgstr "Nombre de mesures DHT" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 56 +-#: rc.cpp:1301 ++#: rc.cpp:1253 + #, no-c-format + msgid "OY axis max mode" + msgstr "mode eix OY màxim" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 16 +-#: rc.cpp:1310 ++#: rc.cpp:1262 + #, no-c-format + msgid "Import an existing download" + msgstr "Importa una baixada existent" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 49 +-#: rc.cpp:1313 ++#: rc.cpp:1265 + #, no-c-format + msgid "Torrent:" + msgstr "Torrent:" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 63 +-#: rc.cpp:1316 ++#: rc.cpp:1268 + #, no-c-format + msgid "Data:" + msgstr "Dades:" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 95 +-#: rc.cpp:1319 ++#: rc.cpp:1271 + #, no-c-format + msgid "" + "Please specify the torrent and the data already downloaded for that torrent." +@@ -3143,684 +3143,684 @@ msgstr "" + "Si us plau, indiqueu el torrent i les dades ja baixades per aquest torrent." + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 133 +-#: rc.cpp:1322 ++#: rc.cpp:1274 + #, no-c-format + msgid "&Import" + msgstr "&Importa" + + #. i18n: file ./plugins/rssfeed/ktrssfeedplugin.kcfg line 10 +-#: rc.cpp:1328 ++#: rc.cpp:1280 + #, no-c-format + msgid "default" + msgstr "per defecte" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 18 +-#: rc.cpp:1331 ++#: rc.cpp:1283 + #, no-c-format + msgid "Rss Feeds" + msgstr "Fonts RSS" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 36 +-#: rc.cpp:1334 ++#: rc.cpp:1286 + #, no-c-format + msgid "Feeds" + msgstr "Fonts" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 78 +-#: rc.cpp:1337 ++#: rc.cpp:1289 + #, no-c-format + msgid "De&lete" + msgstr "E&sborra" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 86 +-#: rc.cpp:1340 rc.cpp:1382 rc.cpp:1392 ++#: rc.cpp:1292 rc.cpp:1331 rc.cpp:1340 + #, no-c-format + msgid "&New" + msgstr "&Nou" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 117 +-#: rc.cpp:1343 ++#: rc.cpp:1295 + #, no-c-format + msgid "&URL" + msgstr "&URL" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 139 +-#: rc.cpp:1346 ++#: rc.cpp:1298 + #, no-c-format + msgid "Articles" + msgstr "Articles" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 216 +-#: rc.cpp:1353 ++#: rc.cpp:1304 + #, no-c-format + msgid "Auto&refresh" + msgstr "&Refresc automàtic" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 242 +-#: rc.cpp:1356 ++#: rc.cpp:1307 + #, no-c-format + msgid "I&gnore TTL" + msgstr "I&gnora TTL" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 270 +-#: rc.cpp:1359 ++#: rc.cpp:1310 + #, no-c-format + msgid "Refresh" + msgstr "Refresca" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 299 +-#: rc.cpp:1363 rc.cpp:1395 ++#: rc.cpp:1313 rc.cpp:1343 + #, no-c-format + msgid "&Title" + msgstr "&Títol" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 323 +-#: rc.cpp:1366 ++#: rc.cpp:1316 + #, no-c-format + msgid "Keep Articles (days)" + msgstr "Manté articles (dies)" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 347 +-#: rc.cpp:1369 rc.cpp:1398 ++#: rc.cpp:1319 rc.cpp:1346 + #, no-c-format + msgid "&Active" + msgstr "&Actiu" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 362 +-#: rc.cpp:1372 ++#: rc.cpp:1322 + #, no-c-format + msgid "Filters" + msgstr "Filtres" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 389 +-#: rc.cpp:1375 ++#: rc.cpp:1325 + #, no-c-format + msgid "Accept Filters" + msgstr "Accepta filtres" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 440 +-#: rc.cpp:1385 ++#: rc.cpp:1334 + #, no-c-format + msgid "Reject Filters" + msgstr "Rebutja filtres" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 557 +-#: rc.cpp:1401 ++#: rc.cpp:1349 + #, no-c-format + msgid "Regular Expressions" + msgstr "Expressions regulars" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 587 +-#: rc.cpp:1404 ++#: rc.cpp:1352 + #, no-c-format + msgid "Treat as &Series" + msgstr "Tracta com a &sèrie" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 624 +-#: rc.cpp:1407 ++#: rc.cpp:1355 + #, no-c-format + msgid "Process" + msgstr "Processa" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 643 +-#: rc.cpp:1411 ++#: rc.cpp:1358 + #, no-c-format + msgid "Series Criteria" + msgstr "Criteris de sèries" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 679 +-#: rc.cpp:1414 ++#: rc.cpp:1361 + #, no-c-format + msgid "Match Without Episode" + msgstr "Coincidència sense l'episodi" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 713 +-#: rc.cpp:1418 ++#: rc.cpp:1364 + #, no-c-format + msgid "Max Episode" + msgstr "Episodi màx." + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 739 +-#: rc.cpp:1421 ++#: rc.cpp:1367 + #, no-c-format + msgid "Max Season" + msgstr "Temporada màx." + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 758 +-#: rc.cpp:1424 ++#: rc.cpp:1370 + #, no-c-format + msgid "Min Season" + msgstr "Temporada mín." + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 782 +-#: rc.cpp:1427 ++#: rc.cpp:1373 + #, no-c-format + msgid "Min Episode" + msgstr "Episodi mín." + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 814 +-#: rc.cpp:1430 ++#: rc.cpp:1376 + #, no-c-format + msgid "Test te&xt" + msgstr "Comprova te&xt" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 840 +-#: rc.cpp:1433 ++#: rc.cpp:1379 + #, no-c-format + msgid "Te&st" + msgstr "&Prova" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 858 +-#: rc.cpp:1436 ++#: rc.cpp:1382 + #, no-c-format + msgid "Filter Matches" + msgstr "Filtre de correspondències" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 28 +-#: rc.cpp:1447 ++#: rc.cpp:1391 + #, no-c-format + msgid "Bandwidth scheduler" + msgstr "Programador d'ample de banda" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 50 +-#: rc.cpp:1450 ++#: rc.cpp:1394 + #, no-c-format + msgid "Left click category" + msgstr "Categoria del botó esquerra" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 61 +-#: rc.cpp:1453 ++#: rc.cpp:1397 + #, no-c-format + msgid "Categor&y 1" + msgstr "Categor&ia 1" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 157 +-#: rc.cpp:1456 rc.cpp:1483 ++#: rc.cpp:1400 rc.cpp:1427 + #, no-c-format + msgid "T&urn off" + msgstr "A&paga" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 165 +-#: rc.cpp:1459 rc.cpp:1486 ++#: rc.cpp:1403 rc.cpp:1430 + #, no-c-format + msgid "&Normal" + msgstr "&Normal" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 195 +-#: rc.cpp:1462 ++#: rc.cpp:1406 + #, no-c-format + msgid "Category &3" + msgstr "Categoria &3" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 206 +-#: rc.cpp:1468 rc.cpp:1492 ++#: rc.cpp:1412 rc.cpp:1436 + #, no-c-format + msgid "Category &2" + msgstr "Categoria &2" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 219 +-#: rc.cpp:1474 ++#: rc.cpp:1418 + #, no-c-format + msgid "Right click category" + msgstr "Categoria del botó dret" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 230 +-#: rc.cpp:1477 ++#: rc.cpp:1421 + #, no-c-format + msgid "Category &1" + msgstr "Categoria &1" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 367 +-#: rc.cpp:1489 ++#: rc.cpp:1433 + #, no-c-format + msgid "&Category 3" + msgstr "&Categoria 3" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 390 +-#: rc.cpp:1498 ++#: rc.cpp:1442 + #, no-c-format + msgid "Categories" + msgstr "Categories" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 401 +-#: rc.cpp:1501 ++#: rc.cpp:1445 + #, no-c-format + msgid "1. Category" + msgstr "Categoria 1.-" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 409 +-#: rc.cpp:1504 ++#: rc.cpp:1448 + #, no-c-format + msgid "3. Category" + msgstr "Categoria 3.-" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 425 +-#: rc.cpp:1507 rc.cpp:1516 rc.cpp:1525 ++#: rc.cpp:1451 rc.cpp:1460 rc.cpp:1469 + #, no-c-format + msgid "download:" + msgstr "baixada:" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 441 +-#: rc.cpp:1510 rc.cpp:1519 rc.cpp:1528 ++#: rc.cpp:1454 rc.cpp:1463 rc.cpp:1472 + #, no-c-format + msgid "upload:" + msgstr "pujada:" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 457 +-#: rc.cpp:1513 rc.cpp:1522 rc.cpp:1531 ++#: rc.cpp:1457 rc.cpp:1466 rc.cpp:1475 + #, no-c-format + msgid "KB/s *" + msgstr "KB/s *" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 567 +-#: rc.cpp:1534 ++#: rc.cpp:1478 + #, no-c-format + msgid "2. Category" + msgstr "Categoria 2.-" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 626 +-#: rc.cpp:1538 ++#: rc.cpp:1481 + #, no-c-format + msgid "* zero means no limit" + msgstr "* El zero és igual a sense límit" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 672 +-#: rc.cpp:1541 ++#: rc.cpp:1484 + #, no-c-format + msgid "Save to file" + msgstr "Desa a un fitxer" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 680 +-#: rc.cpp:1544 ++#: rc.cpp:1487 + #, no-c-format + msgid "&Load from file" + msgstr "&Carrega des del fitxer" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 688 +-#: rc.cpp:1547 ++#: rc.cpp:1490 + #, no-c-format + msgid "Reset schedule" + msgstr "Restaura programa" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 751 +-#: rc.cpp:1550 ++#: rc.cpp:1493 + #, no-c-format + msgid "O&k" + msgstr "&D'acord" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 16 +-#: rc.cpp:1559 ++#: rc.cpp:1502 + #, no-c-format + msgid "Scheduler Plugin Pref Page" + msgstr "Pàgina de preferències del connector de programació" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 27 +-#: rc.cpp:1562 ++#: rc.cpp:1505 + #, no-c-format + msgid "Use &bandwidth scheduler?" + msgstr "Usar el programador d'ample de &banda?" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 35 +-#: plugins/scheduler/schedulerplugin.cpp:59 rc.cpp:1565 ++#: plugins/scheduler/schedulerplugin.cpp:59 rc.cpp:1508 + #, no-c-format + msgid "Bandwidth Scheduler" + msgstr "Programador d'ample de banda" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 46 +-#: rc.cpp:1568 ++#: rc.cpp:1511 + #, no-c-format + msgid "Use colors instead of pi&xmaps?" + msgstr "Uso colors enlloc de mapes de pí&xels?" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 54 +-#: rc.cpp:1571 ++#: rc.cpp:1514 + #, no-c-format + msgid "(Recommended for slower systems)" + msgstr "(Recomenat per a sistemes lents)" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 62 +-#: rc.cpp:1574 ++#: rc.cpp:1517 + #, no-c-format + msgid "Edit s&chedule" + msgstr "Edita la &programació" + + #. i18n: file ./plugins/scheduler/ktschedulerplugin.kcfg line 10 +-#: rc.cpp:1577 ++#: rc.cpp:1520 + #, no-c-format + msgid "Enable bandwidth scheduler?" + msgstr "Activar el programador d'ample de banda?" + + #. i18n: file ./plugins/scheduler/ktschedulerplugin.kcfg line 14 +-#: rc.cpp:1580 ++#: rc.cpp:1523 + #, no-c-format + msgid "Use colors instead of pixmaps?" + msgstr "Usar colors enlloc de mapes de píxels?" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 10 +-#: rc.cpp:1583 ++#: rc.cpp:1526 + #, no-c-format + msgid "Use rich log text" + msgstr "Usa text ric per a la bitàcola" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 15 +-#: rc.cpp:1586 ++#: rc.cpp:1529 + #, no-c-format + msgid "General info messages flag" + msgstr "Marca dels missatges d'informació general" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 19 +-#: rc.cpp:1589 ++#: rc.cpp:1532 + #, no-c-format + msgid "Connections messages flag" + msgstr "Marca dels missatges de connexions" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 23 +-#: rc.cpp:1592 ++#: rc.cpp:1535 + #, no-c-format + msgid "DHT messages flag" + msgstr "Marca dels missatges de DHT" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 27 +-#: rc.cpp:1595 ++#: rc.cpp:1538 + #, no-c-format + msgid "Tracker info messages flag" + msgstr "Marca dels missatges dels seguidors" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 31 +-#: rc.cpp:1598 ++#: rc.cpp:1541 + #, no-c-format + msgid "Disk IO info messages flag" + msgstr "Marca dels missatges d'informació E/S del disc" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 35 +-#: rc.cpp:1601 ++#: rc.cpp:1544 + #, no-c-format + msgid "IPFilter plugin messages flag" + msgstr "Marca del connector IPFilter" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 39 +-#: rc.cpp:1604 ++#: rc.cpp:1547 + #, no-c-format + msgid "Search plugin messages flag" + msgstr "Marca dels missatges del connector de cerca" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 43 +-#: rc.cpp:1607 ++#: rc.cpp:1550 + #, no-c-format + msgid "PartFileImport plugin messages flag" + msgstr "Marca dels missatges del connector PartFileImport" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 47 +-#: rc.cpp:1610 ++#: rc.cpp:1553 + #, no-c-format + msgid "InfoWidget plugin messages flag" + msgstr "Marca dels missatges del connector Estri d'informació" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 51 +-#: rc.cpp:1613 ++#: rc.cpp:1556 + #, no-c-format + msgid "UPnP plugin messages flag" + msgstr "Etiquetes pels missatges del connector UPnP" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 55 +-#: rc.cpp:1616 ++#: rc.cpp:1559 + #, no-c-format + msgid "ScanFolder plugin messages flag" + msgstr "Etiqueta pels missatges del connector d'exploració" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 59 +-#: rc.cpp:1619 ++#: rc.cpp:1562 + #, no-c-format + msgid "Scheduler plugin messages flag" + msgstr "Etiqueta pels missatges del connector de programació" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 63 +-#: rc.cpp:1622 ++#: rc.cpp:1565 + #, no-c-format + msgid "RSS plugin messages flag" + msgstr "Marca dels missatges del connector RSS" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 67 +-#: rc.cpp:1625 ++#: rc.cpp:1568 + #, no-c-format + msgid "WebInterface plugin messages flag" + msgstr "Marca del connector IPFilter" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 16 +-#: plugins/logviewer/logprefpage.cpp:31 rc.cpp:1628 ++#: plugins/logviewer/logprefpage.cpp:31 rc.cpp:1571 + #, no-c-format + msgid "LogViewer Options" + msgstr "Opcions del visualitzador de la bitàcola" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 44 +-#: libktorrent/pluginmanagerprefpage.cpp:63 rc.cpp:1631 ++#: libktorrent/pluginmanagerprefpage.cpp:63 rc.cpp:1574 + #, no-c-format + msgid "Plugins" + msgstr "Connectors" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 53 +-#: rc.cpp:1634 rc.cpp:1652 rc.cpp:1670 rc.cpp:1691 rc.cpp:1706 rc.cpp:1724 +-#: rc.cpp:1745 rc.cpp:1763 rc.cpp:1778 rc.cpp:1811 rc.cpp:1826 rc.cpp:1841 +-#: rc.cpp:1859 rc.cpp:1874 ++#: rc.cpp:1577 rc.cpp:1595 rc.cpp:1613 rc.cpp:1634 rc.cpp:1649 rc.cpp:1667 ++#: rc.cpp:1688 rc.cpp:1706 rc.cpp:1721 rc.cpp:1754 rc.cpp:1769 rc.cpp:1784 ++#: rc.cpp:1802 rc.cpp:1817 + #, no-c-format + msgid "All" + msgstr "Tot" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 58 +-#: rc.cpp:1637 rc.cpp:1655 rc.cpp:1673 rc.cpp:1694 rc.cpp:1709 rc.cpp:1727 +-#: rc.cpp:1748 rc.cpp:1766 rc.cpp:1781 rc.cpp:1814 rc.cpp:1829 rc.cpp:1844 +-#: rc.cpp:1862 rc.cpp:1877 ++#: rc.cpp:1580 rc.cpp:1598 rc.cpp:1616 rc.cpp:1637 rc.cpp:1652 rc.cpp:1670 ++#: rc.cpp:1691 rc.cpp:1709 rc.cpp:1724 rc.cpp:1757 rc.cpp:1772 rc.cpp:1787 ++#: rc.cpp:1805 rc.cpp:1820 + #, no-c-format + msgid "Debug" + msgstr "Depuració" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 63 +-#: rc.cpp:1640 rc.cpp:1658 rc.cpp:1676 rc.cpp:1697 rc.cpp:1712 rc.cpp:1730 +-#: rc.cpp:1751 rc.cpp:1769 rc.cpp:1784 rc.cpp:1817 rc.cpp:1832 rc.cpp:1847 +-#: rc.cpp:1865 rc.cpp:1880 ++#: rc.cpp:1583 rc.cpp:1601 rc.cpp:1619 rc.cpp:1640 rc.cpp:1655 rc.cpp:1673 ++#: rc.cpp:1694 rc.cpp:1712 rc.cpp:1727 rc.cpp:1760 rc.cpp:1775 rc.cpp:1790 ++#: rc.cpp:1808 rc.cpp:1823 + #, no-c-format + msgid "Notice" + msgstr "Avís" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 68 +-#: rc.cpp:1643 rc.cpp:1661 rc.cpp:1679 rc.cpp:1700 rc.cpp:1715 rc.cpp:1733 +-#: rc.cpp:1754 rc.cpp:1772 rc.cpp:1787 rc.cpp:1820 rc.cpp:1835 rc.cpp:1850 +-#: rc.cpp:1868 rc.cpp:1883 ++#: rc.cpp:1586 rc.cpp:1604 rc.cpp:1622 rc.cpp:1643 rc.cpp:1658 rc.cpp:1676 ++#: rc.cpp:1697 rc.cpp:1715 rc.cpp:1730 rc.cpp:1763 rc.cpp:1778 rc.cpp:1793 ++#: rc.cpp:1811 rc.cpp:1826 + #, no-c-format + msgid "Important" + msgstr "Important" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 73 +-#: rc.cpp:1646 rc.cpp:1664 rc.cpp:1682 rc.cpp:1703 rc.cpp:1718 rc.cpp:1736 +-#: rc.cpp:1757 rc.cpp:1775 rc.cpp:1790 rc.cpp:1823 rc.cpp:1838 rc.cpp:1853 +-#: rc.cpp:1871 rc.cpp:1886 ++#: rc.cpp:1589 rc.cpp:1607 rc.cpp:1625 rc.cpp:1646 rc.cpp:1661 rc.cpp:1679 ++#: rc.cpp:1700 rc.cpp:1718 rc.cpp:1733 rc.cpp:1766 rc.cpp:1781 rc.cpp:1796 ++#: rc.cpp:1814 rc.cpp:1829 + #, no-c-format + msgid "None" + msgstr "Cap" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 85 +-#: rc.cpp:1649 ++#: rc.cpp:1592 + #, no-c-format + msgid "IPFilter:" + msgstr "Filtre d'IP:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 126 +-#: rc.cpp:1667 ++#: rc.cpp:1610 + #, no-c-format + msgid "Search:" + msgstr "Cerca:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 167 +-#: rc.cpp:1685 ++#: rc.cpp:1628 + #, no-c-format + msgid "UPnP:" + msgstr "UPnP:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 178 +-#: rc.cpp:1688 ++#: rc.cpp:1631 + #, no-c-format + msgid "ScanFolder:" + msgstr "Explorador de carpetes:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 249 +-#: rc.cpp:1721 ++#: rc.cpp:1664 + #, no-c-format + msgid "Scheduler:" + msgstr "Programador:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 290 +-#: rc.cpp:1739 ++#: rc.cpp:1682 + #, no-c-format + msgid "PartFileImport:" + msgstr "Import de parts de fitxer:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 301 +-#: rc.cpp:1742 ++#: rc.cpp:1685 + #, no-c-format + msgid "InfoWidget:" + msgstr "Estri d'informació:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 342 +-#: rc.cpp:1760 ++#: rc.cpp:1703 + #, no-c-format + msgid "RSS plugin:" + msgstr "Endollable RSS:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 413 +-#: rc.cpp:1793 ++#: rc.cpp:1736 + #, no-c-format + msgid "WebInterface plugin:" + msgstr "Connector Interfície de web:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 426 +-#: rc.cpp:1796 ++#: rc.cpp:1739 + #, no-c-format + msgid "System" + msgstr "Sistema" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 437 +-#: rc.cpp:1799 ++#: rc.cpp:1742 + #, no-c-format + msgid "General:" + msgstr "General:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 445 +-#: rc.cpp:1802 ++#: rc.cpp:1745 + #, no-c-format + msgid "Connections:" + msgstr "Connexions:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 559 +-#: rc.cpp:1856 ++#: rc.cpp:1799 + #, no-c-format + msgid "Disk I/O:" + msgstr "E/S del disc:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 640 +-#: rc.cpp:1892 ++#: rc.cpp:1835 + #, no-c-format + msgid "Use rich te&xt for log" + msgstr "Usa te&xt ric per la bitàcola" + + #. i18n: file ./plugins/search/searchpref.ui line 41 +-#: rc.cpp:1898 ++#: rc.cpp:1841 + #, no-c-format + msgid "External Browser" + msgstr "Navegador extern" + + #. i18n: file ./plugins/search/searchpref.ui line 52 +-#: rc.cpp:1901 ++#: rc.cpp:1844 + #, no-c-format + msgid "Open searches in external browser" + msgstr "Obre els resultats de la cerca en un navegador extern" + + #. i18n: file ./plugins/search/searchpref.ui line 60 +-#: rc.cpp:1904 rc.cpp:1955 ++#: rc.cpp:1847 rc.cpp:1892 + #, no-c-format + msgid "Use default browser" + msgstr "Usa el navegador per omissió" + + #. i18n: file ./plugins/search/searchpref.ui line 79 +-#: rc.cpp:1908 ++#: rc.cpp:1850 + #, no-c-format + msgid "Custom browser path:" + msgstr "Camí d'exploració personalitzat:" + + #. i18n: file ./plugins/search/searchpref.ui line 116 +-#: rc.cpp:1912 ++#: rc.cpp:1853 + #, no-c-format + msgid "Search Engines" + msgstr "Motors de cerca" + + #. i18n: file ./plugins/search/searchpref.ui line 143 +-#: rc.cpp:1916 ++#: rc.cpp:1856 + #, no-c-format + msgid "Search engine name:" + msgstr "Nom del motor de cerca:" + + #. i18n: file ./plugins/search/searchpref.ui line 187 +-#: rc.cpp:1922 ++#: rc.cpp:1862 + #, no-c-format + msgid "&Add" + msgstr "&Afegeix" + + #. i18n: file ./plugins/search/searchpref.ui line 195 +-#: rc.cpp:1925 ++#: rc.cpp:1865 + #, no-c-format + msgid "Engines" + msgstr "Motors" + + #. i18n: file ./plugins/search/searchpref.ui line 206 +-#: rc.cpp:1928 ++#: rc.cpp:1868 + #, no-c-format + msgid "URL" + msgstr "URL" + + #. i18n: file ./plugins/search/searchpref.ui line 257 +-#: rc.cpp:1934 ++#: rc.cpp:1874 + #, no-c-format + msgid "R&emove All" + msgstr "&Elimina-ho tot" + + #. i18n: file ./plugins/search/searchpref.ui line 282 +-#: rc.cpp:1937 ++#: rc.cpp:1877 + #, no-c-format + msgid "Add Defau<" + msgstr "Afegeix per &defecte" + + #. i18n: file ./plugins/search/searchpref.ui line 290 +-#: rc.cpp:1940 ++#: rc.cpp:1880 + #, no-c-format + msgid "Update From Internet" + msgstr "Actualitza des d'Internet" + + #. i18n: file ./plugins/search/searchbar.ui line 53 + #: plugins/search/searchplugin.cpp:50 plugins/search/searchtab.cpp:48 +-#: rc.cpp:1946 ++#: rc.cpp:1883 + #, no-c-format + msgid "Search" + msgstr "Cerca" + + #. i18n: file ./plugins/search/searchbar.ui line 78 +-#: rc.cpp:1949 ++#: rc.cpp:1886 + #, no-c-format + msgid "Search engine:" + msgstr "Motor de cerca:" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 10 +-#: rc.cpp:1952 ++#: rc.cpp:1889 + #, no-c-format + msgid "Current search engine" + msgstr "Motor de cerca actual" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 19 +-#: rc.cpp:1958 ++#: rc.cpp:1895 + #, no-c-format + msgid "Use custom browser" + msgstr "Usa el navegador per omissió" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 23 +-#: rc.cpp:1961 ++#: rc.cpp:1898 + #, no-c-format + msgid "Custom browser executable path" + msgstr "Ruta de l'executable del navegador personalitzat" +@@ -4109,7 +4109,7 @@ msgstr "Comprovant dades" + msgid "Stopped. No space left on device." + msgstr "Aturat. No queda espai al dispositiu." + +-#: libktorrent/torrent/queuemanager.cpp:135 ++#: libktorrent/torrent/queuemanager.cpp:136 + msgid "" + "You don't have enough disk space to download this torrent. Are you sure you " + "want to continue?" +@@ -4117,12 +4117,12 @@ msgstr "" + "No disposeu de prou espai al disc per a baixar aquest torrent. Esteu segur que " + "voleu continuar?" + +-#: libktorrent/torrent/queuemanager.cpp:135 ++#: libktorrent/torrent/queuemanager.cpp:136 + #, c-format + msgid "Insufficient disk space for %1" + msgstr "Espai al disc insuficient per a %1" + +-#: libktorrent/torrent/queuemanager.cpp:157 ++#: libktorrent/torrent/queuemanager.cpp:158 + msgid "" + "Torrent \"%1\" has reached its maximum share ratio. Ignore the limit and start " + "seeding anyway?" +@@ -4130,16 +4130,16 @@ msgstr "" + "El torrent \"%1\" ha assolit la seva ràtio màxima de compartició. Ignorar el " + "límit i tornar a sembrar?" + +-#: libktorrent/torrent/queuemanager.cpp:157 ++#: libktorrent/torrent/queuemanager.cpp:158 + msgid "Maximum share ratio limit reached." + msgstr "S'ha assolit la ràtio màxima de compartició." + +-#: libktorrent/torrent/queuemanager.cpp:236 +-#: libktorrent/torrent/queuemanager.cpp:760 ++#: libktorrent/torrent/queuemanager.cpp:237 ++#: libktorrent/torrent/queuemanager.cpp:763 + msgid "Error stopping torrent %1 : %2" + msgstr "Error en aturar el torrent %1 : %2" + +-#: libktorrent/torrent/queuemanager.cpp:742 ++#: libktorrent/torrent/queuemanager.cpp:745 + msgid "Error starting torrent %1 : %2" + msgstr "Error en engegar el torrent %1 : %2" + +@@ -4338,7 +4338,7 @@ msgstr "Interfície de web" + + #: plugins/webinterface/webinterfaceplugin.cpp:44 + msgid "Allow to control ktorrent through browser" +-msgstr "Permet controlar el Ktorrent des del navegador" ++msgstr "Permet controlar el ktorrent des del navegador" + + #: plugins/infowidget/fileview.cpp:57 + msgid "Download First" +@@ -4897,6 +4897,3 @@ msgid "" + "Finds peers running ktorrent on the local network to share torrents with" + msgstr "" + "Troba parells executant KTorrent a la xarxa local per a compartir els torrents" +- +-#~ msgid "ETA algorithm:" +-#~ msgstr "Algorisme ETA:" +diff --git a/translations/cs/messages/ktorrent.po b/translations/cs/messages/ktorrent.po +index d3d791e..c4cebbe 100644 +--- a/translations/cs/messages/ktorrent.po ++++ b/translations/cs/messages/ktorrent.po +@@ -11,7 +11,7 @@ msgid "" + msgstr "" + "Project-Id-Version: ktorrent\n" + "Report-Msgid-Bugs-To: \n" +-"POT-Creation-Date: 2008-04-18 19:40+0200\n" ++"POT-Creation-Date: 2008-07-08 22:20+0200\n" + "PO-Revision-Date: 2007-08-18 00:52+0200\n" + "Last-Translator: Marek Stopka (m4r3k) \n" + "Language-Team: \n" +@@ -27,7 +27,7 @@ msgid "No incoming connections (possibly firewalled)" + msgstr "Žárné příchozí spojení (možná špatně nastavený firewall)" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 42 +-#: apps/ktorrent/ktorrent.cpp:184 rc.cpp:345 rc.cpp:383 rc.cpp:1019 ++#: apps/ktorrent/ktorrent.cpp:184 rc.cpp:336 rc.cpp:369 rc.cpp:989 + #, no-c-format + msgid "Info" + msgstr "Informace" +@@ -195,7 +195,7 @@ msgstr "Chybné URL." + #. i18n: file ./apps/ktorrent/ktorrentui.rc line 9 + #: apps/ktorrent/groups/downloadgroup.cpp:27 + #: apps/ktorrent/groups/groupmanager.h:57 apps/ktorrent/pref.cpp:147 +-#: apps/ktorrent/viewmanager.cpp:62 rc.cpp:138 rc.cpp:342 ++#: apps/ktorrent/viewmanager.cpp:62 rc.cpp:132 rc.cpp:333 + #, no-c-format + msgid "Downloads" + msgstr "Stahování" +@@ -320,7 +320,7 @@ msgid "Document to open" + msgstr "Dokument k otevření" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 59 +-#: apps/ktorrent/main.cpp:120 rc.cpp:553 ++#: apps/ktorrent/main.cpp:120 rc.cpp:532 + #, no-c-format + msgid "KTorrent" + msgstr "KTorrent" +@@ -589,7 +589,7 @@ msgstr "Zdroje protějšků pro torrent:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 85 + #: apps/ktorrent/ktorrentviewmenu.cpp:66 plugins/infowidget/peerview.cpp:221 +-#: rc.cpp:77 rc.cpp:1256 rc.cpp:1307 ++#: rc.cpp:75 rc.cpp:1208 rc.cpp:1259 + #, no-c-format + msgid "DHT" + msgstr "DHT" +@@ -633,7 +633,7 @@ msgid "Add to Group" + msgstr "Přidat do skupiny" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 16 +-#: apps/ktorrent/ktorrentviewmenu.cpp:100 rc.cpp:147 ++#: apps/ktorrent/ktorrentviewmenu.cpp:100 rc.cpp:141 + #, no-c-format + msgid "Speed Limits" + msgstr "Omezení rychlosti" +@@ -651,7 +651,7 @@ msgid "Malformed IP address." + msgstr "Nesprávně utvořená IP adresa." + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 311 +-#: apps/ktorrent/pref.cpp:58 rc.cpp:282 ++#: apps/ktorrent/pref.cpp:58 rc.cpp:273 + #, no-c-format + msgid "Preferences" + msgstr "Nastavení" +@@ -687,7 +687,7 @@ msgid "Advanced" + msgstr "Pokročilé" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 27 +-#: apps/ktorrent/pref.cpp:411 rc.cpp:540 ++#: apps/ktorrent/pref.cpp:411 rc.cpp:519 + #, no-c-format + msgid "Advanced Options" + msgstr "Pokročilá nastavení" +@@ -698,7 +698,7 @@ msgstr "Viditelné sloupce" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 16 + #: apps/ktorrent/ktorrentview.cpp:135 +-#: plugins/infowidget/infowidgetplugin.cpp:76 rc.cpp:1016 ++#: plugins/infowidget/infowidgetplugin.cpp:76 rc.cpp:986 + #, no-c-format + msgid "Status" + msgstr "Stav" +@@ -720,7 +720,7 @@ msgstr "Odesláno" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 313 + #: apps/ktorrent/ktorrentview.cpp:139 plugins/infowidget/peerview.cpp:216 +-#: rc.cpp:1010 ++#: rc.cpp:980 + #, no-c-format + msgid "Down Speed" + msgstr "Stahování" +@@ -844,7 +844,7 @@ msgid "User" + msgstr "Uživatel" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 24 +-#: apps/ktorrent/queuedialog.cpp:75 rc.cpp:249 ++#: apps/ktorrent/queuedialog.cpp:75 rc.cpp:240 + #, no-c-format + msgid "Queue Manager" + msgstr "Správce fronty" +@@ -1069,8 +1069,8 @@ msgid "Start torrent" + msgstr "Spustit torrent" + + #. i18n: file ./apps/ktorrent/fileselectdlgbase.ui line 160 +-#: plugins/infowidget/fileview.cpp:49 rc.cpp:27 rc.cpp:1244 rc.cpp:1259 +-#: rc.cpp:1349 rc.cpp:1439 ++#: plugins/infowidget/fileview.cpp:49 rc.cpp:27 rc.cpp:1196 rc.cpp:1211 ++#: rc.cpp:1301 rc.cpp:1385 + #, no-c-format + msgid "Download" + msgstr "Stáhnout" +@@ -1124,13 +1124,13 @@ msgid "Encryption" + msgstr "Šifrování" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 58 +-#: rc.cpp:64 rc.cpp:787 ++#: rc.cpp:63 rc.cpp:764 + #, no-c-format + msgid "Use protocol encryption" + msgstr "Používat šifrování protokolu" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 64 +-#: rc.cpp:68 ++#: rc.cpp:66 + #, no-c-format + msgid "" + "Protocol encryption is used to prevent ISP's from slowing down bittorrent " +@@ -1140,13 +1140,13 @@ msgstr "" + "pro bittorrent." + + #. i18n: file ./apps/ktorrent/generalpref.ui line 72 +-#: rc.cpp:71 rc.cpp:790 ++#: rc.cpp:69 rc.cpp:767 + #, no-c-format + msgid "Allow unencrypted connections" + msgstr "Povolit nešifrovaná spojení" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 75 +-#: rc.cpp:74 ++#: rc.cpp:72 + #, no-c-format + msgid "" + "If unchecked, you'll be able to connect only to clients supporting encryption." +@@ -1155,7 +1155,7 @@ msgstr "" + "kteří mají zapnuto šifrování." + + #. i18n: file ./apps/ktorrent/generalpref.ui line 88 +-#: rc.cpp:80 ++#: rc.cpp:78 + #, no-c-format + msgid "" + "Distributed Hash Table protocol." +@@ -1166,169 +1166,169 @@ msgstr "" + "přečtěte manuál." + + #. i18n: file ./apps/ktorrent/generalpref.ui line 99 +-#: rc.cpp:83 ++#: rc.cpp:81 + #, no-c-format + msgid "&Use DHT to get additional peers" + msgstr "Po&užít DHT k získání většího počtu protějšků" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 118 +-#: rc.cpp:87 ++#: rc.cpp:84 + #, no-c-format + msgid "UDP port for DHT communication:" + msgstr "UDP port pro DHT komunikaci:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 161 +-#: rc.cpp:90 ++#: rc.cpp:87 + #, no-c-format + msgid "Custom IP" + msgstr "Vlastní IP" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 172 +-#: rc.cpp:93 ++#: rc.cpp:90 + #, no-c-format + msgid "Se&nd the tracker a custom IP address or hostname" + msgstr "Poslat trackeru vlast&ní IP nebo jméno hostitele" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 188 +-#: rc.cpp:96 ++#: rc.cpp:93 + #, no-c-format + msgid "Custom IP address or hostname:" + msgstr "Vlastní IP nebo jméno hostitele:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 205 +-#: rc.cpp:99 ++#: rc.cpp:96 + #, no-c-format + msgid "System Tray Icon" + msgstr "Ikona v systémové části panelu" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 216 +-#: rc.cpp:102 ++#: rc.cpp:99 + #, no-c-format + msgid "Show s&ystem tray icon" + msgstr "Zobrazit ikonu v s&ystémovém panelu" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 224 +-#: rc.cpp:105 ++#: rc.cpp:102 + #, no-c-format + msgid "Show speed &bar in tray icon" + msgstr "Zo&brazit rychlost v ikoně systémového panelu" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 232 +-#: rc.cpp:108 ++#: rc.cpp:105 + #, no-c-format + msgid "Show system tray popup messages" + msgstr "Zobrazit vyskakovací zprávy systémového panelu" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 251 +-#: rc.cpp:112 ++#: rc.cpp:108 + #, no-c-format + msgid "Upload bandwidth (in KB/sec):" + msgstr "Rychlost odesílání (v KB/s):" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 276 +-#: rc.cpp:115 ++#: rc.cpp:111 + #, no-c-format + msgid "Download bandwidth (in KB/sec):" + msgstr "Rychlost stahování (v KB/s):" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 305 +-#: rc.cpp:118 ++#: rc.cpp:114 + #, no-c-format + msgid "Folders" + msgstr "Složky" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 324 +-#: rc.cpp:121 ++#: rc.cpp:117 + #, no-c-format + msgid "Folder to store temporary files:" + msgstr "Složka pro dočasné soubory:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 342 +-#: rc.cpp:124 ++#: rc.cpp:120 + #, no-c-format + msgid "Move completed downloads to:" + msgstr "Přesunout dokončená stahování do:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 353 +-#: rc.cpp:128 ++#: rc.cpp:123 + #, no-c-format + msgid "&Automatically save downloads to:" + msgstr "&Automaticky ukládat torrenty do:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 395 +-#: rc.cpp:131 ++#: rc.cpp:126 + #, no-c-format + msgid "Copy .torrent files to:" + msgstr "Kopírovat .torrent soubory do:" + + #. i18n: file ./apps/ktorrent/ktorrentui.rc line 34 +-#: rc.cpp:144 ++#: rc.cpp:138 + #, no-c-format + msgid "Download Toolbar" + msgstr "Lišta stahování" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 27 +-#: rc.cpp:150 ++#: rc.cpp:144 + #, no-c-format + msgid "Set the speed limits for torrent" + msgstr "Nastavit omezení rychlosti pro torrent" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 51 +-#: rc.cpp:153 ++#: rc.cpp:147 + #, no-c-format + msgid "Max upload rate:" + msgstr "Maximální rychlost odesílání:" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 59 +-#: rc.cpp:156 ++#: rc.cpp:150 + #, no-c-format + msgid "Max download rate:" + msgstr "Maximální rychlost stahování:" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 97 +-#: rc.cpp:159 rc.cpp:162 ++#: rc.cpp:153 rc.cpp:156 + #, no-c-format + msgid "KB/s (0 is no limit)" + msgstr "KB/s (0 je bez omezení)" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 16 +-#: rc.cpp:171 ++#: rc.cpp:165 + #, no-c-format + msgid "Add potential peer" + msgstr "Přidat potenciální protějšek" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 35 +-#: rc.cpp:174 ++#: rc.cpp:168 + #, no-c-format + msgid "Peer IP:" + msgstr "IP protějšku:" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 43 +-#: rc.cpp:177 rc.cpp:208 ++#: rc.cpp:171 rc.cpp:201 + #, no-c-format + msgid "127.0.0.1" + msgstr "127.0.0.1" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 51 +-#: rc.cpp:180 rc.cpp:288 rc.cpp:525 rc.cpp:931 ++#: rc.cpp:174 rc.cpp:279 rc.cpp:504 rc.cpp:908 + #, no-c-format + msgid "Port:" + msgstr "Port:" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 100 +-#: rc.cpp:183 ++#: rc.cpp:177 + #, no-c-format + msgid "Enter peer IP and port." + msgstr "Vložte IP a port protějšku." + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 16 +-#: rc.cpp:193 ++#: rc.cpp:186 + #, no-c-format + msgid "KTorrent Blacklist" + msgstr "KTorrent blacklist" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 30 +-#: rc.cpp:196 ++#: rc.cpp:189 + #, no-c-format + msgid "" + "Note: Blacklist applies to current session only. Use save/open to save your " +@@ -1339,187 +1339,187 @@ msgstr "" + "(PeerGuardian)." + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 41 +-#: rc.cpp:199 ++#: rc.cpp:192 + #, no-c-format + msgid "Banned Peers" + msgstr "Zakázané protějšky" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 50 +-#: rc.cpp:202 ++#: rc.cpp:195 + #, no-c-format + msgid "Peer IP address" + msgstr "IP adresa protějšku" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 96 +-#: rc.cpp:205 ++#: rc.cpp:198 + #, no-c-format + msgid "Add peer:" + msgstr "Přidat protějšek:" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 134 +-#: rc.cpp:215 ++#: rc.cpp:207 + #, no-c-format + msgid "Adds a peer to blacklist" + msgstr "Přidá protějšek na blacklist" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 168 +-#: rc.cpp:222 ++#: rc.cpp:213 + #, no-c-format + msgid "Removes selected peer from blacklist" + msgstr "Odstraní vybraný protějšek z blacklistu" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 176 +-#: rc.cpp:225 ++#: rc.cpp:216 + #, no-c-format + msgid "C&lear" + msgstr "Vyčis&tit" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 182 +-#: rc.cpp:228 ++#: rc.cpp:219 + #, no-c-format + msgid "Clears this list" + msgstr "Vyčistit tento seznam" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 218 +-#: rc.cpp:234 ++#: rc.cpp:225 + #, no-c-format + msgid "Save &As..." + msgstr "Uložit j&ako..." + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 224 +-#: rc.cpp:237 ++#: rc.cpp:228 + #, no-c-format + msgid "Save this blacklist to use with KTorrent IPFilter plugin" + msgstr "Uložit tento blacklist pro použití se zásuvným modulem IPFilter" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 59 +-#: rc.cpp:252 ++#: rc.cpp:243 + #, no-c-format + msgid "Maximum downloads:" + msgstr "Maximum stahování:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 86 +-#: rc.cpp:255 ++#: rc.cpp:246 + #, no-c-format + msgid "Maximum seeds:" + msgstr "Maximum odesílání:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 94 +-#: rc.cpp:258 ++#: rc.cpp:249 + #, no-c-format + msgid "Start download on low disk space :" + msgstr "Začít stahovat i pokud je na disku málo místa :" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 102 +-#: rc.cpp:261 ++#: rc.cpp:252 + #, no-c-format + msgid "Minimum disk space:" + msgstr "Minimální místo na disku:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 140 +-#: rc.cpp:264 ++#: rc.cpp:255 + #, no-c-format + msgid "Don't start" + msgstr "Nespouštět" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 145 +-#: rc.cpp:267 ++#: rc.cpp:258 + #, no-c-format + msgid "Always ask" + msgstr "Vždy se zeptat" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 150 +-#: rc.cpp:270 ++#: rc.cpp:261 + #, no-c-format + msgid "Force start" + msgstr "Spustit" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 208 +-#: rc.cpp:273 ++#: rc.cpp:264 + #, no-c-format + msgid "MB" + msgstr "MB" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 236 +-#: rc.cpp:276 rc.cpp:279 rc.cpp:312 rc.cpp:315 rc.cpp:324 ++#: rc.cpp:267 rc.cpp:270 rc.cpp:303 rc.cpp:306 rc.cpp:315 + #, no-c-format + msgid "(0 is no limit)" + msgstr "(0 je bez omezení)" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 330 +-#: rc.cpp:285 ++#: rc.cpp:276 + #, no-c-format + msgid "Maximum download rate:" + msgstr "Maximální rychlost stahování:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 346 +-#: rc.cpp:291 ++#: rc.cpp:282 + #, no-c-format + msgid "Global connection limit:" + msgstr "Souhrnný limit připojení:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 354 +-#: rc.cpp:294 ++#: rc.cpp:285 + #, no-c-format + msgid "Max seed time:" + msgstr "Maximální doba sdílení:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 370 +-#: rc.cpp:297 ++#: rc.cpp:288 + #, no-c-format + msgid "Maximum connections per torrent:" + msgstr "Maximum připojení na torrent:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 397 +-#: rc.cpp:300 ++#: rc.cpp:291 + #, no-c-format + msgid "Number of upload slots:" + msgstr "Počet slotů pro odesílání:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 405 +-#: rc.cpp:303 ++#: rc.cpp:294 + #, no-c-format + msgid "UDP tracker port:" + msgstr "Port UDP trackeru:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 413 +-#: rc.cpp:306 ++#: rc.cpp:297 + #, no-c-format + msgid "Max share ratio:" + msgstr "Maximální poměr sdílení:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 421 +-#: rc.cpp:309 ++#: rc.cpp:300 + #, no-c-format + msgid "Maximum upload rate:" + msgstr "Maximální rychlost odesílání:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 576 +-#: rc.cpp:318 rc.cpp:321 ++#: rc.cpp:309 rc.cpp:312 + #, no-c-format + msgid "KB/sec (0 is no limit)" + msgstr "KB/s (0 je bez omezení)" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 651 +-#: rc.cpp:327 ++#: rc.cpp:318 + #, no-c-format + msgid "Hours (0 is no limit)" + msgstr "Hodin (0 je bez omezení)" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 663 +-#: rc.cpp:330 ++#: rc.cpp:321 + #, no-c-format + msgid "&Keep seeding after download is finished" + msgstr "Pokračovat ve &sdílení i když je stahování dokončeno" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 674 +-#: rc.cpp:333 ++#: rc.cpp:324 + #, no-c-format + msgid "Attention" + msgstr "Pozor" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 685 +-#: rc.cpp:336 ++#: rc.cpp:327 + #, no-c-format + msgid "" + "The above ports must also be forwarded if you are behind a router. The UPnP " +@@ -1529,283 +1529,283 @@ msgstr "" + "UPnP to za vás může udělat." + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 16 +-#: rc.cpp:339 ++#: rc.cpp:330 + #, no-c-format + msgid "KT Queue Dialog" + msgstr "Správce fronty" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 69 +-#: rc.cpp:348 rc.cpp:386 rc.cpp:1107 ++#: rc.cpp:339 rc.cpp:372 rc.cpp:1067 + #, no-c-format + msgid "Status:" + msgstr "Stav:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 85 +-#: rc.cpp:351 rc.cpp:389 rc.cpp:1808 ++#: rc.cpp:342 rc.cpp:375 rc.cpp:1751 + #, no-c-format + msgid "Tracker:" + msgstr "Tracker:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 93 +-#: rc.cpp:354 rc.cpp:392 rc.cpp:1805 ++#: rc.cpp:345 rc.cpp:378 rc.cpp:1748 + #, no-c-format + msgid "DHT:" + msgstr "DHT:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 109 +-#: rc.cpp:357 rc.cpp:395 rc.cpp:1061 ++#: rc.cpp:348 rc.cpp:381 rc.cpp:1025 + #, no-c-format + msgid "Share ratio:" + msgstr "Poměr sdílení:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 117 +-#: rc.cpp:360 ++#: rc.cpp:351 + #, no-c-format + msgid "Bytes left:" + msgstr "Zbývá bajtů:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 177 +-#: rc.cpp:368 rc.cpp:377 ++#: rc.cpp:354 rc.cpp:363 + #, no-c-format + msgid "Torrent" + msgstr "Torrent" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 188 +-#: rc.cpp:371 rc.cpp:380 ++#: rc.cpp:357 rc.cpp:366 + #, no-c-format + msgid "Controlled by" + msgstr "Spravuje fronta" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 214 +-#: rc.cpp:374 ++#: rc.cpp:360 + #, no-c-format + msgid "Upload&s" + msgstr "Ode&sílání" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 333 +-#: rc.cpp:398 ++#: rc.cpp:384 + #, no-c-format + msgid "Uploaded:" + msgstr "Odesláno:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 486 +-#: rc.cpp:406 ++#: rc.cpp:387 + #, no-c-format + msgid "M&ove up" + msgstr "Přesunout &výš" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 494 +-#: rc.cpp:409 ++#: rc.cpp:390 + #, no-c-format + msgid "Move dow&n" + msgstr "Přesunout &níž" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 519 +-#: rc.cpp:412 ++#: rc.cpp:393 + #, no-c-format + msgid "Move to top" + msgstr "Přesunout nahoru" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 530 +-#: rc.cpp:416 ++#: rc.cpp:396 + #, no-c-format + msgid "Move to &bottom" + msgstr "Přesunout &dolů" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 555 +-#: rc.cpp:419 ++#: rc.cpp:399 + #, no-c-format + msgid "&QM Controlled" + msgstr "Spravováno ve &frontě" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 563 +-#: rc.cpp:422 ++#: rc.cpp:402 + #, no-c-format + msgid "&User Controlled" + msgstr "Ovládání &uživatelem" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 30 +-#: rc.cpp:434 ++#: rc.cpp:414 + #, no-c-format + msgid "Paste URL" + msgstr "Vložit URL" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 52 +-#: rc.cpp:437 rc.cpp:1104 rc.cpp:1919 ++#: rc.cpp:417 rc.cpp:1064 rc.cpp:1859 + #, no-c-format + msgid "URL:" + msgstr "URL:" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 106 +-#: rc.cpp:440 ++#: rc.cpp:420 + #, no-c-format + msgid "O&K" + msgstr "O&K" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 114 +-#: rc.cpp:443 rc.cpp:675 rc.cpp:1176 ++#: rc.cpp:423 rc.cpp:653 rc.cpp:1128 + #, no-c-format + msgid "C&ancel" + msgstr "Z&rušit" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 16 +-#: rc.cpp:446 ++#: rc.cpp:426 + #, no-c-format + msgid "Create Torrent" + msgstr "Vytvořit torrent" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 38 +-#: rc.cpp:449 ++#: rc.cpp:429 + #, no-c-format + msgid "The file or folder of which you want to create a torrent:" + msgstr "Soubor nebo složka, ze které chcete vytvořit torrent:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 53 +-#: rc.cpp:452 ++#: rc.cpp:432 + #, no-c-format + msgid "You must add at least one tracker or node." + msgstr "Je třeba přidat aspoň jeden tracker nebo uzel." + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 61 +-#: rc.cpp:455 ++#: rc.cpp:435 + #, no-c-format + msgid "File Options" + msgstr "Možnosti souboru" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 80 +-#: rc.cpp:458 ++#: rc.cpp:438 + #, no-c-format + msgid "Size of each chunk:" + msgstr "Velikost bloku:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 86 +-#: rc.cpp:461 ++#: rc.cpp:441 + #, no-c-format + msgid "32" + msgstr "32" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 91 +-#: rc.cpp:464 ++#: rc.cpp:444 + #, no-c-format + msgid "64" + msgstr "64" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 96 +-#: rc.cpp:467 ++#: rc.cpp:447 + #, no-c-format + msgid "128" + msgstr "128" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 101 +-#: rc.cpp:470 ++#: rc.cpp:450 + #, no-c-format + msgid "256" + msgstr "256" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 106 +-#: rc.cpp:473 ++#: rc.cpp:453 + #, no-c-format + msgid "512" + msgstr "512" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 111 +-#: rc.cpp:476 ++#: rc.cpp:456 + #, no-c-format + msgid "1024" + msgstr "1024" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 116 +-#: rc.cpp:479 ++#: rc.cpp:459 + #, no-c-format + msgid "2048" + msgstr "2048" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 121 +-#: rc.cpp:482 ++#: rc.cpp:462 + #, no-c-format + msgid "4096" + msgstr "4096" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 126 +-#: rc.cpp:485 ++#: rc.cpp:465 + #, no-c-format + msgid "8192" + msgstr "8192" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 138 +-#: rc.cpp:488 rc.cpp:633 ++#: rc.cpp:468 rc.cpp:611 + #, no-c-format + msgid "KB" + msgstr "KB" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 165 +-#: rc.cpp:491 ++#: rc.cpp:471 + #, no-c-format + msgid "Start seedin&g the torrent" + msgstr "Začít &sdílet torrent" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 176 +-#: rc.cpp:494 ++#: rc.cpp:474 + #, no-c-format + msgid "Decentrali&zed (DHT only)" + msgstr "Decentrali&zováno (pouze DHT)" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 184 +-#: rc.cpp:497 ++#: rc.cpp:477 + #, no-c-format + msgid "Private torrent (DHT not allowed)" + msgstr "Privátní torrent (DHT nepovoleno)" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 202 +-#: rc.cpp:500 ++#: rc.cpp:480 + #, no-c-format + msgid "Comments:" + msgstr "Komentáře:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 248 +-#: rc.cpp:503 ++#: rc.cpp:483 + #, no-c-format + msgid "&Create" + msgstr "V&ytvořit" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 262 +-#: rc.cpp:506 rc.cpp:1325 ++#: rc.cpp:486 rc.cpp:1277 + #, no-c-format + msgid "Ca&ncel" + msgstr "Z&rušit" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 275 +-#: plugins/infowidget/infowidgetplugin.cpp:214 rc.cpp:509 rc.cpp:1101 ++#: plugins/infowidget/infowidgetplugin.cpp:214 rc.cpp:489 rc.cpp:1061 + #, no-c-format + msgid "Trackers" + msgstr "Trackery" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 283 +-#: rc.cpp:512 ++#: rc.cpp:492 + #, no-c-format + msgid "DHT nodes" + msgstr "DHT uzlů" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 333 +-#: rc.cpp:522 ++#: rc.cpp:501 + #, no-c-format + msgid "Node:" + msgstr "Uzel:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 385 +-#: rc.cpp:528 ++#: rc.cpp:507 + #, no-c-format + msgid "IP or hostname" + msgstr "Vlastní IP nebo jméno hostitele" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 396 +-#: rc.cpp:531 rc.cpp:718 rc.cpp:721 ++#: rc.cpp:510 rc.cpp:695 rc.cpp:698 + #, no-c-format + msgid "Port" + msgstr "Port" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 437 +-#: rc.cpp:534 ++#: rc.cpp:513 + #, no-c-format + msgid "" + "NOTE: Some known good DHT nodes are already inserted. You should probably " +@@ -1815,19 +1815,19 @@ msgstr "" + "IP adresu a port, pokud plánujete sdílet tento torrent." + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 16 +-#: rc.cpp:537 ++#: rc.cpp:516 + #, no-c-format + msgid "Advanced Preferences" + msgstr "Pokročilé volby" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 46 +-#: rc.cpp:543 ++#: rc.cpp:522 + #, no-c-format + msgid "Time left estimation algorithm:" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 53 +-#: rc.cpp:546 rc.cpp:568 ++#: rc.cpp:525 rc.cpp:547 + #, no-c-format + msgid "" + "KTorrent algorithm: Default algorithm using combination of other " +@@ -1855,429 +1855,429 @@ msgstr "" + "z X vzorků" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 64 +-#: rc.cpp:556 ++#: rc.cpp:535 + #, no-c-format + msgid "Current speed" + msgstr "Aktuální rychlost" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 69 +-#: rc.cpp:559 ++#: rc.cpp:538 + #, no-c-format + msgid "Global average speed" + msgstr "Celková průměrná rychlost" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 74 +-#: rc.cpp:562 ++#: rc.cpp:541 + #, no-c-format + msgid "Window of X" + msgstr "Okno X" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 79 +-#: rc.cpp:565 ++#: rc.cpp:544 + #, no-c-format + msgid "Moving average" + msgstr "Pohyblivý průměr" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 98 +-#: rc.cpp:575 ++#: rc.cpp:554 + #, no-c-format + msgid "(takes effect after restart)" + msgstr "(změny se projeví až po restartu aplikace)" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 125 +-#: rc.cpp:578 ++#: rc.cpp:557 + #, no-c-format + msgid "Disa&ble diskspace preallocation" + msgstr "Vy&pnout předallokování místa na disku" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 141 +-#: rc.cpp:581 ++#: rc.cpp:560 + #, no-c-format + msgid "F&ully preallocate diskspace (avoids fragmentation)" + msgstr "Kompletně předallokovat místo na disk&u (předejdete fragmentaci)" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 147 +-#: rc.cpp:584 ++#: rc.cpp:563 + #, no-c-format + msgid "Basic (slow)" + msgstr "Základní (pomalé)" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 152 +-#: rc.cpp:587 ++#: rc.cpp:566 + #, no-c-format + msgid "Filesystem specific" + msgstr "Podle filesystému" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 174 +-#: rc.cpp:590 ++#: rc.cpp:569 + #, no-c-format + msgid "Performance" + msgstr "Výkon" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 193 +-#: rc.cpp:593 ++#: rc.cpp:572 + #, no-c-format + msgid "Memory usage:" + msgstr "Využití paměti:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 199 +-#: rc.cpp:596 ++#: rc.cpp:575 + #, no-c-format + msgid "Low" + msgstr "Nízké" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 204 +-#: rc.cpp:599 ++#: rc.cpp:578 + #, no-c-format + msgid "Medium" + msgstr "Střední" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 209 +-#: rc.cpp:602 ++#: rc.cpp:581 + #, no-c-format + msgid "High" + msgstr "Vysoké" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 248 +-#: rc.cpp:605 ++#: rc.cpp:584 + #, no-c-format + msgid "GUI update interval:" + msgstr "Interval aktualizace GUI:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 254 +-#: rc.cpp:608 ++#: rc.cpp:587 + #, no-c-format + msgid "500ms" + msgstr "500ms" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 259 +-#: rc.cpp:611 ++#: rc.cpp:590 + #, no-c-format + msgid "1s" + msgstr "1s" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 264 +-#: rc.cpp:614 ++#: rc.cpp:593 + #, no-c-format + msgid "2s" + msgstr "2s" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 269 +-#: rc.cpp:617 ++#: rc.cpp:596 + #, no-c-format + msgid "5s" + msgstr "5s" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 308 +-#: rc.cpp:620 ++#: rc.cpp:599 + #, no-c-format + msgid "Fast CPU" + msgstr "Rychlé CPU" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 342 +-#: rc.cpp:624 ++#: rc.cpp:602 + #, no-c-format + msgid "Slow CPU" + msgstr "Pomalé CPU" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 354 +-#: rc.cpp:627 ++#: rc.cpp:605 + #, no-c-format + msgid "Data Checking" + msgstr "Kontrola dat" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 373 +-#: rc.cpp:630 ++#: rc.cpp:608 + #, no-c-format + msgid "During uploading, do ¬ recheck chunks bigger than" + msgstr "Během odesílání &nekontrolovat bloky větší než" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 430 +-#: rc.cpp:636 ++#: rc.cpp:614 + #, no-c-format + msgid "Do a data integrit&y check after" + msgstr "Zkontroluj integrit&u dat po" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 449 +-#: rc.cpp:639 ++#: rc.cpp:617 + #, no-c-format + msgid "corrupted chunks" + msgstr "chybných blocích" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 478 +-#: rc.cpp:642 ++#: rc.cpp:620 + #, no-c-format + msgid "Networking" + msgstr "Síťové nástroje" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 505 +-#: rc.cpp:645 ++#: rc.cpp:623 + #, fuzzy, no-c-format + msgid "Maximum number of connection setups:" + msgstr "Maximální počet připojení na jeden torrent (0= bez omezení)" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 527 +-#: rc.cpp:648 ++#: rc.cpp:626 + #, no-c-format + msgid "DSCP for IP packets:" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 570 +-#: rc.cpp:651 ++#: rc.cpp:629 + #, no-c-format + msgid "Do not use the KDE pro&xy settings for HTTP tracker connections" + msgstr "Nepoužívat KDE pro&xy pro HTTP spojení s trackerem" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 586 +-#: rc.cpp:654 ++#: rc.cpp:632 + #, no-c-format + msgid "HTTP tracker proxy:" + msgstr "HTTP proxy pro spojení s trackerem:" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 24 +-#: rc.cpp:657 ++#: rc.cpp:635 + #, no-c-format + msgid "Scanning data" + msgstr "Kontroluji data" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 38 +-#: rc.cpp:660 ++#: rc.cpp:638 + #, no-c-format + msgid "Scanning data of torrent :" + msgstr "Kontroluji data torrentu:" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 62 +-#: rc.cpp:663 ++#: rc.cpp:641 + #, no-c-format + msgid "Number of chunks found :" + msgstr "Počet nalezených bloků:" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 70 +-#: rc.cpp:666 ++#: rc.cpp:644 + #, no-c-format + msgid "Number of chunks failed / not downloaded :" + msgstr "Počet chybných/nestažených bloků:" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 97 +-#: rc.cpp:669 rc.cpp:672 ++#: rc.cpp:647 rc.cpp:650 + #, no-c-format + msgid "0" + msgstr "0" + + #. i18n: file ./apps/ktupnptest/mainwidget.ui line 54 +-#: rc.cpp:678 ++#: rc.cpp:656 + #, no-c-format + msgid "Test" + msgstr "Test" + + #. i18n: file ./libktorrent/labelviewitembase.ui line 49 +-#: rc.cpp:685 ++#: rc.cpp:662 + #, no-c-format + msgid "textLabel2" + msgstr "textLabel2" + + #. i18n: file ./libktorrent/labelviewitembase.ui line 65 +-#: rc.cpp:688 ++#: rc.cpp:665 + #, no-c-format + msgid "textLabel3" + msgstr "textLabel3" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 10 +-#: rc.cpp:691 ++#: rc.cpp:668 + #, no-c-format + msgid "Maximum number of downloads (0 = no limit)" + msgstr "Maximální počet stahování (0 = bez omezení)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 15 +-#: rc.cpp:694 ++#: rc.cpp:671 + #, no-c-format + msgid "Maximum number of seeds (0 = no limit)" + msgstr "Maximální počet sdílení (0 = bez omezení)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 20 +-#: rc.cpp:697 ++#: rc.cpp:674 + #, no-c-format + msgid "Start downloads on low disk space?" + msgstr "Začít stahovat pokud je na disku málo místa?" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 24 +-#: rc.cpp:700 ++#: rc.cpp:677 + #, no-c-format + msgid "Maximum number of connections per torrent (0 = no limit)" + msgstr "Maximální počet připojení na jeden torrent (0= bez omezení)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 29 +-#: rc.cpp:703 ++#: rc.cpp:680 + #, no-c-format + msgid "Maximum number of connections for all torrents (0 = no limit) " + msgstr "Maximální počet připojení na všechny torrenty (0= bez omezení)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 34 +-#: rc.cpp:706 ++#: rc.cpp:683 + #, no-c-format + msgid "Maximum upload speed in KB/sec (0 = no limit)" + msgstr "Maximální rychlost odesílání v KB/s (0 = bez omezení)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 39 +-#: rc.cpp:709 ++#: rc.cpp:686 + #, no-c-format + msgid "Maximum download speed in KB/sec (0 = no limit)" + msgstr "Maximální rychlost stahování v KB/s (0 = bez omezení)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 44 +-#: rc.cpp:712 ++#: rc.cpp:689 + #, no-c-format + msgid "Maximum share ratio(0 = no limit)" + msgstr "Maximální poměr sdílení (0 = bez omezení)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 49 +-#: rc.cpp:715 ++#: rc.cpp:692 + #, no-c-format + msgid "Maximum seed time in hours (0 = no limit)" + msgstr "Maximální čas sdílení v hodinách (0 = bez omezení)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 66 +-#: rc.cpp:724 ++#: rc.cpp:701 + #, no-c-format + msgid "Show a system tray icon" + msgstr "Zapustit ikonu do panelu" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 70 +-#: rc.cpp:727 ++#: rc.cpp:704 + #, no-c-format + msgid "Show speed bar in tray icon" + msgstr "Zobrazit ikonu v systémovém panelu i s rychlostí" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 74 +-#: rc.cpp:730 ++#: rc.cpp:707 + #, no-c-format + msgid "Download bandwidth (in kb/s):" + msgstr "Pásmo pro stahování (v kb/s):" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 80 +-#: rc.cpp:733 ++#: rc.cpp:710 + #, no-c-format + msgid "Upload bandwidth (in kb/s):" + msgstr "Pásmo pro odesílání (v kb/s):" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 86 +-#: rc.cpp:736 ++#: rc.cpp:713 + #, no-c-format + msgid "Show popup messages when torrent is finished." + msgstr "Zobrazit vyskakovací zprávu, jakmile bude torrent stažen." + + #. i18n: file ./libktorrent/ktorrent.kcfg line 90 +-#: rc.cpp:739 ++#: rc.cpp:716 + #, no-c-format + msgid "Keep seeding after download has finished" + msgstr "Sdílet soubor i po stažení" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 94 +-#: rc.cpp:742 ++#: rc.cpp:719 + #, no-c-format + msgid "Folder to store temporary files" + msgstr "Složka pro dočasné soubory" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 98 +-#: rc.cpp:745 ++#: rc.cpp:722 + #, no-c-format + msgid "Whether to automatically save downloads to saveDir" + msgstr "Jestli automaticka ukládat stahování do saveDir" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 102 +-#: rc.cpp:748 ++#: rc.cpp:725 + #, no-c-format + msgid "Folder to store downloaded files" + msgstr "Složka pro stažené soubory" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 106 +-#: rc.cpp:751 ++#: rc.cpp:728 + #, no-c-format + msgid "Whether to automatically move completed downloads to completedDir" + msgstr "" + "Zda-li automaticky automaticky přesouvat dokončená stahování do completedDir" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 110 +-#: rc.cpp:754 ++#: rc.cpp:731 + #, no-c-format + msgid "Folder to move completed downloaded files to" + msgstr "Složka pro stažené soubory" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 114 +-#: rc.cpp:757 ++#: rc.cpp:734 + #, no-c-format + msgid "Whether to automatically copy .torrent files to torrentCopyDir" + msgstr "" + "Zda-li automaticky automaticky kopírovat .torrent soubory do torrentCopyDir" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 118 +-#: rc.cpp:760 ++#: rc.cpp:737 + #, no-c-format + msgid "Folder to copy .torrent files to" + msgstr "Složka pro .torrent soubory" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 122 +-#: rc.cpp:763 ++#: rc.cpp:740 + #, no-c-format + msgid "Whether to use a custom IP to pass to the tracker" + msgstr "Zda použít vlastní IP na předání trackeru" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 126 +-#: rc.cpp:766 ++#: rc.cpp:743 + #, no-c-format + msgid "Directory which was used as the last save directory" + msgstr "Složka, která byla použita jako sposlední k uložení" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 130 +-#: rc.cpp:769 ++#: rc.cpp:746 + #, no-c-format + msgid "IP to pass to the tracker" + msgstr "IP na předání trackeru" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 134 +-#: rc.cpp:772 ++#: rc.cpp:749 + #, no-c-format + msgid "Memory usage" + msgstr "Použití pamětiVyužití paměti" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 138 +-#: rc.cpp:775 ++#: rc.cpp:752 + #, no-c-format + msgid "GUI update interval" + msgstr "Interval aktualizace GUI" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 142 +-#: rc.cpp:778 ++#: rc.cpp:755 + #, no-c-format + msgid "Support for DHT" + msgstr "Podpora DHT" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 146 +-#: rc.cpp:781 ++#: rc.cpp:758 + #, no-c-format + msgid "DHT port" + msgstr "DHT port" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 152 +-#: rc.cpp:784 ++#: rc.cpp:761 + #, no-c-format + msgid "Number of upload slots" + msgstr "Počet slotů pro odesílání" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 196 +-#: rc.cpp:793 ++#: rc.cpp:770 + #, no-c-format + msgid "Columns shown in KTorrentView" + msgstr "Viditelné sloupce v KTorrentView" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 205 +-#: rc.cpp:796 ++#: rc.cpp:773 + #, no-c-format + msgid "ET algorithm" + msgstr "Algoritmus pro průměr" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 227 +-#: rc.cpp:799 ++#: rc.cpp:776 + #, no-c-format + msgid "" + "When there's no space left to complete download and free diskspace is less than " +@@ -2287,457 +2287,457 @@ msgstr "" + "minDiskSpace, torret bude zastaven." + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 16 +-#: rc.cpp:802 ++#: rc.cpp:779 + #, no-c-format + msgid "Plugin Manager" + msgstr "Správce zásuvných modulů" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 48 +-#: rc.cpp:805 ++#: rc.cpp:782 + #, no-c-format + msgid "Load" + msgstr "Načíst" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 56 +-#: rc.cpp:808 ++#: rc.cpp:785 + #, no-c-format + msgid "U&nload" + msgstr "Uvol&nit" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 64 +-#: rc.cpp:811 ++#: rc.cpp:788 + #, no-c-format + msgid "Load &All" + msgstr "N&ačíst vše" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 72 +-#: rc.cpp:814 ++#: rc.cpp:791 + #, no-c-format + msgid "&Unload All" + msgstr "&Uvolnit vše" + + #. i18n: file ./plugins/upnp/ktupnpplugin.kcfg line 10 +-#: rc.cpp:817 ++#: rc.cpp:794 + #, no-c-format + msgid "Default UPnP device to use" + msgstr "Výchozí UPnP zařízení" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 16 +-#: plugins/upnp/upnpplugin.cpp:46 plugins/upnp/upnpprefpage.cpp:31 rc.cpp:820 ++#: plugins/upnp/upnpplugin.cpp:46 plugins/upnp/upnpprefpage.cpp:31 rc.cpp:797 + #, no-c-format + msgid "UPnP" + msgstr "UPnP" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 35 +-#: rc.cpp:823 ++#: rc.cpp:800 + #, no-c-format + msgid "Detected devices:" + msgstr "Zjištěná zařízení:" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 41 +-#: rc.cpp:826 ++#: rc.cpp:803 + #, no-c-format + msgid "Device" + msgstr "Zařízení" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 52 +-#: rc.cpp:829 ++#: rc.cpp:806 + #, no-c-format + msgid "Ports Forwarded" + msgstr "Předávané porty" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 63 +-#: rc.cpp:832 ++#: rc.cpp:809 + #, no-c-format + msgid "WAN Connection" + msgstr "WAN připojení" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 91 +-#: rc.cpp:835 ++#: rc.cpp:812 + #, no-c-format + msgid "Forw&ard Ports" + msgstr "Před&at porty" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 99 +-#: rc.cpp:838 ++#: rc.cpp:815 + #, no-c-format + msgid "Undo Port Forwarding" + msgstr "Vrátit zpět předávání portů" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 124 +-#: rc.cpp:841 ++#: rc.cpp:818 + #, no-c-format + msgid "Rescan" + msgstr "Znovu projít" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 9 +-#: rc.cpp:844 ++#: rc.cpp:821 + #, no-c-format + msgid "Enable scanning of folder1?" + msgstr "Povolit procházení složky 1?" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 14 +-#: rc.cpp:847 ++#: rc.cpp:824 + #, no-c-format + msgid "Enable scanning of folder2?" + msgstr "Povolit procházení složky 2?" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 19 +-#: rc.cpp:850 ++#: rc.cpp:827 + #, no-c-format + msgid "Enable scanning of folder3?" + msgstr "Povolit procházení složky 3?" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 24 +-#: rc.cpp:853 ++#: rc.cpp:830 + #, no-c-format + msgid "Folder1 path" + msgstr "Cesta ke složce 1" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 29 +-#: rc.cpp:856 ++#: rc.cpp:833 + #, no-c-format + msgid "Folder2 path" + msgstr "Cesta ke složce 2" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 34 +-#: rc.cpp:859 ++#: rc.cpp:836 + #, no-c-format + msgid "Folder3 path" + msgstr "Cesta ke složce 3" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 39 +-#: rc.cpp:862 ++#: rc.cpp:839 + #, no-c-format + msgid "Whether to open torrent silently or not." + msgstr "Zda otevírat torrenty bez dotazování či ne." + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 44 +-#: rc.cpp:865 ++#: rc.cpp:842 + #, no-c-format + msgid "Delete action checked." + msgstr "Označeno Smazat." + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 49 +-#: rc.cpp:868 ++#: rc.cpp:845 + #, no-c-format + msgid "Move action checked." + msgstr "Označeno Přesunout." + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 16 +-#: rc.cpp:871 ++#: rc.cpp:848 + #, no-c-format + msgid "ScanFolder Preferences" + msgstr "Nastavení procházení složek" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 35 +-#: rc.cpp:874 ++#: rc.cpp:851 + #, no-c-format + msgid "Scan folder &1" + msgstr "Procházet složku &1" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 38 +-#: rc.cpp:877 rc.cpp:1480 ++#: rc.cpp:854 rc.cpp:1424 + #, no-c-format + msgid "Alt+1" + msgstr "Alt+1" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 46 +-#: rc.cpp:880 ++#: rc.cpp:857 + #, no-c-format + msgid "Scan folder &2" + msgstr "Procházet složku &2" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 49 +-#: rc.cpp:883 rc.cpp:1471 rc.cpp:1495 ++#: rc.cpp:860 rc.cpp:1415 rc.cpp:1439 + #, no-c-format + msgid "Alt+2" + msgstr "Alt+2" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 57 +-#: rc.cpp:886 ++#: rc.cpp:863 + #, no-c-format + msgid "Scan folder &3" + msgstr "Procházet složku &3" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 60 +-#: rc.cpp:889 rc.cpp:1465 ++#: rc.cpp:866 rc.cpp:1409 + #, no-c-format + msgid "Alt+3" + msgstr "Alt+3" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 81 +-#: rc.cpp:895 ++#: rc.cpp:872 + #, no-c-format + msgid "Move to \"loaded\" directory &after loading" + msgstr "Přesunout do složky \"načteno\" po n&ačtení" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 84 +-#: rc.cpp:898 ++#: rc.cpp:875 + #, no-c-format + msgid "Move torrent to \"loaded\" directory after loading it" + msgstr "Přesunout torrenty do složky \"načteno\" po jejich načtení" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 92 +-#: rc.cpp:901 ++#: rc.cpp:878 + #, no-c-format + msgid "Open torrents silentl&y" + msgstr "Otevírat torrent&y bez dotazování" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 95 +-#: rc.cpp:904 ++#: rc.cpp:881 + #, fuzzy, no-c-format + msgid "Do not show 'Select files to download' dialog" + msgstr "Nezobrazovat dialog pro vybrání souborů, které se mají stahovat" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 103 +-#: rc.cpp:907 ++#: rc.cpp:884 + #, no-c-format + msgid "Delete after loadin&g" + msgstr "S&mazat po načtení" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 106 +-#: rc.cpp:910 ++#: rc.cpp:887 + #, no-c-format + msgid "Deletes torrent after loading" + msgstr "Smazat torrent po načtení" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 116 +-#: rc.cpp:913 ++#: rc.cpp:890 + #, no-c-format + msgid "Folders to scan" + msgstr "Složky k prohledávání" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 151 +-#: rc.cpp:916 ++#: rc.cpp:893 + #, no-c-format + msgid "Folder 1:" + msgstr "Složka 1:" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 162 +-#: rc.cpp:919 ++#: rc.cpp:896 + #, no-c-format + msgid "Folder 2:" + msgstr "Složka 2:" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 173 +-#: rc.cpp:922 ++#: rc.cpp:899 + #, no-c-format + msgid "Folder 3:" + msgstr "Složka 3:" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 30 +-#: rc.cpp:925 rc.cpp:1895 ++#: rc.cpp:902 rc.cpp:1838 + #, no-c-format + msgid "Search Preferences" + msgstr "Nastavení hledání" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 41 +-#: rc.cpp:928 ++#: rc.cpp:905 + #, no-c-format + msgid "Web Server" + msgstr "Webový server" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 82 +-#: rc.cpp:934 ++#: rc.cpp:911 + #, no-c-format + msgid "Forward port" + msgstr "Předat port" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 107 +-#: rc.cpp:937 ++#: rc.cpp:914 + #, no-c-format + msgid "Session TTL (in sec):" + msgstr "Délka platnosti Session (v sekudnách):" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 142 +-#: rc.cpp:940 ++#: rc.cpp:917 + #, no-c-format + msgid "Select interface:" + msgstr "Vyber uživatelské rozhraní:" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 173 +-#: rc.cpp:943 ++#: rc.cpp:920 + #, no-c-format + msgid "Username:" + msgstr "Uživatelské jméno:" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 188 +-#: rc.cpp:946 ++#: rc.cpp:923 + #, no-c-format + msgid "Change password ..." + msgstr "Změnit heslo ..." + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 206 +-#: rc.cpp:949 ++#: rc.cpp:926 + #, no-c-format + msgid "Php executable path:" + msgstr "Cesta k php:" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 10 +-#: rc.cpp:953 ++#: rc.cpp:929 + #, no-c-format + msgid "Port number" + msgstr "Číslo portu" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 15 +-#: rc.cpp:956 ++#: rc.cpp:932 + #, no-c-format + msgid "forward Port" + msgstr "Předat port" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 20 +-#: rc.cpp:959 ++#: rc.cpp:935 + #, no-c-format + msgid "Session time to live" + msgstr "Délka platnosti sezení" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 24 +-#: rc.cpp:962 ++#: rc.cpp:938 + #, no-c-format + msgid "interface skin" + msgstr "Vzhled rozhraní" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 28 +-#: rc.cpp:965 ++#: rc.cpp:941 + #, no-c-format + msgid "php executable path" + msgstr "Cesta ke spustitelnému souboru php" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 33 +-#: rc.cpp:968 ++#: rc.cpp:944 + #, no-c-format + msgid "username" + msgstr "uživatelské jméno" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 37 +-#: rc.cpp:971 ++#: rc.cpp:947 + #, no-c-format + msgid "password" + msgstr "heslo" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 16 +-#: plugins/infowidget/infowidgetplugin.cpp:194 rc.cpp:974 rc.cpp:1046 ++#: plugins/infowidget/infowidgetplugin.cpp:194 rc.cpp:950 rc.cpp:1010 + #, no-c-format + msgid "Chunks" + msgstr "Bloky" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 43 +-#: rc.cpp:977 ++#: rc.cpp:953 + #, no-c-format + msgid "Total:" + msgstr "Celkem:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 81 +-#: rc.cpp:981 ++#: rc.cpp:956 + #, no-c-format + msgid "Currently downloading:" + msgstr "Právě se stahuje:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 119 +-#: rc.cpp:985 ++#: rc.cpp:959 + #, no-c-format + msgid "Downloaded:" + msgstr "Staženo:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 157 +-#: rc.cpp:989 ++#: rc.cpp:962 + #, no-c-format + msgid "Excluded:" + msgstr "Vyloučeno:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 195 +-#: rc.cpp:993 ++#: rc.cpp:965 + #, no-c-format + msgid "Left:" + msgstr "Zbývá:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 233 +-#: rc.cpp:997 ++#: rc.cpp:968 + #, no-c-format + msgid "Size:" + msgstr "Velikost:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 280 +-#: rc.cpp:1001 ++#: rc.cpp:971 + #, no-c-format + msgid "Chunk" + msgstr "Blok" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 291 +-#: rc.cpp:1004 ++#: rc.cpp:974 + #, no-c-format + msgid "Progress" + msgstr "Průběh" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 302 +-#: rc.cpp:1007 ++#: rc.cpp:977 + #, no-c-format + msgid "Peer" + msgstr "Protějšek" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 324 +-#: rc.cpp:1013 ++#: rc.cpp:983 + #, no-c-format + msgid "Assigned Peers" + msgstr "Přiřazené protějšky" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 63 +-#: rc.cpp:1022 ++#: rc.cpp:992 + #, no-c-format + msgid "Seeders:" + msgstr "Protějšky:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 71 +-#: rc.cpp:1025 ++#: rc.cpp:995 + #, no-c-format + msgid "Leechers:" + msgstr "Stahující:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 129 +-#: rc.cpp:1030 ++#: rc.cpp:998 + #, no-c-format + msgid "Average Down Speed:" + msgstr "Průměrná rychlost stahování:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 177 +-#: rc.cpp:1035 ++#: rc.cpp:1001 + #, no-c-format + msgid "Average Up Speed:" + msgstr "Průměrná rychlost odesílání:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 195 +-#: rc.cpp:1038 rc.cpp:1111 ++#: rc.cpp:1004 rc.cpp:1070 + #, no-c-format + msgid "Next update in:" + msgstr "Další aktualizace za:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 203 +-#: rc.cpp:1041 ++#: rc.cpp:1007 + #, no-c-format + msgid "Tracker Status:" + msgstr "Stav trackeru:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 332 +-#: rc.cpp:1049 ++#: rc.cpp:1013 + #, no-c-format + msgid "Parts of the torrent which have been downloaded:" + msgstr "Části souboru, které jsou staženy:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 367 +-#: rc.cpp:1052 ++#: rc.cpp:1016 + #, no-c-format + msgid "Parts of the torrent which are available:" + msgstr "Části souboru, které jsou dostupné:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 457 +-#: rc.cpp:1055 ++#: rc.cpp:1019 + #, no-c-format + msgid "Sharing" + msgstr "Sdílení" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 487 +-#: rc.cpp:1058 ++#: rc.cpp:1022 + #, no-c-format + msgid "" + "Your upload will stop when share ratio gets to this value. Zero means no limit." +@@ -2746,145 +2746,145 @@ msgstr "" + "nulová, tak je bez limitu." + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 525 +-#: rc.cpp:1064 ++#: rc.cpp:1028 + #, no-c-format + msgid "Your upload will stop when you have uploaded for this many hours." + msgstr "Režim sdílení se vypne, jakmile doba sdílení dosáhne této hodnoty." + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 533 +-#: rc.cpp:1067 ++#: rc.cpp:1031 + #, no-c-format + msgid "Hours" + msgstr "Hodiny" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 543 +-#: rc.cpp:1070 ++#: rc.cpp:1034 + #, no-c-format + msgid "Ratio limit:" + msgstr "Sdílecí limit:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 549 +-#: rc.cpp:1074 ++#: rc.cpp:1037 + #, no-c-format + msgid "Limit works only in seed mode" + msgstr "Limit funguje pouze, v režimu sdílení" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 557 +-#: rc.cpp:1077 ++#: rc.cpp:1040 + #, no-c-format + msgid "Time &limit:" + msgstr "Časový &limit:" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 37 +-#: rc.cpp:1081 ++#: rc.cpp:1043 + #, no-c-format + msgid "&Update Tracker" + msgstr "&Aktualizovat tracker" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 40 +-#: rc.cpp:1084 ++#: rc.cpp:1046 + #, no-c-format + msgid "Minimum update interval - 60 seconds" + msgstr "Minimální interval aktualizace - 60 sekund" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 48 +-#: rc.cpp:1087 ++#: rc.cpp:1049 + #, no-c-format + msgid "Add Trac&ker" + msgstr "Přidat t&racker" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 64 +-#: rc.cpp:1090 ++#: rc.cpp:1052 + #, no-c-format + msgid "Remove Tracker" + msgstr "Odstranit tracker" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 75 +-#: rc.cpp:1094 ++#: rc.cpp:1055 + #, no-c-format + msgid "Ch&ange Tracker" + msgstr "Změ&nit tracker" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 100 +-#: rc.cpp:1097 ++#: rc.cpp:1058 + #, no-c-format + msgid "Restore Defaults" + msgstr "Obnovit výchozí" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 10 +-#: rc.cpp:1115 ++#: rc.cpp:1073 + #, no-c-format + msgid "Show peer view tab in main window" + msgstr "Zobrazit kartu protějšků v hlůavním okně" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 14 +-#: rc.cpp:1118 ++#: rc.cpp:1076 + #, no-c-format + msgid "Show chunk download view tab in main window" + msgstr "Zobrazit kartu stahování bloků v hlavním okně" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 18 +-#: rc.cpp:1121 ++#: rc.cpp:1079 + #, no-c-format + msgid "Show trackers view tab in main window" + msgstr "Zobrazit záložku s trackery v hlavním okně" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 24 +-#: rc.cpp:1124 ++#: rc.cpp:1082 + #, no-c-format + msgid "Show list of peers" + msgstr "Zobrazit seznam protějšků" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 35 +-#: rc.cpp:1128 ++#: rc.cpp:1085 + #, no-c-format + msgid "Show list of chunks currentl&y downloading" + msgstr "Zobrazit seznam právě stahovaných por&cí" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 60 +-#: rc.cpp:1131 ++#: rc.cpp:1088 + #, no-c-format + msgid "Show list of trackers" + msgstr "Zobrazit seznam trackerů" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 16 +-#: rc.cpp:1135 ++#: rc.cpp:1091 + #, no-c-format + msgid "IPBlocking Preferences" + msgstr "Nastavení blokování IP" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 47 +-#: rc.cpp:1138 ++#: rc.cpp:1094 + #, no-c-format + msgid "Select PeerGuardian Filter File " + msgstr "Vyberte soubor s filtrem" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 58 +-#: rc.cpp:1141 ++#: rc.cpp:1097 + #, no-c-format + msgid "Use PeerGuardian filter?" + msgstr "Použít filtr KTorrent?" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 77 +-#: rc.cpp:1145 ++#: rc.cpp:1100 + #, no-c-format + msgid "IP filter file:" + msgstr "Soubor IP filtru:" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 85 +-#: rc.cpp:1148 ++#: rc.cpp:1103 + #, no-c-format + msgid "http://www.bluetack.co.uk/modules.php?name=Downloads&d_op=getit&lid=8" + msgstr "http://www.bluetack.co.uk/modules.php?name=Downloads&d_op=getit&lid=8" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 123 +-#: rc.cpp:1151 ++#: rc.cpp:1106 + #, no-c-format + msgid "Dow&nload/Convert" + msgstr "Stáh&nout/převést" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 134 +-#: rc.cpp:1154 ++#: rc.cpp:1109 + #, no-c-format + msgid "" + "Download PeerGuardian filter from bluetack.co.uk or blocklist.org.\n" +@@ -2894,25 +2894,25 @@ msgstr "" + " Poznámka: ZIP soubor z bluetack.co.uk je podporován." + + #. i18n: file ./plugins/ipfilter/ktipfilterplugin.kcfg line 10 +-#: rc.cpp:1159 ++#: rc.cpp:1113 + #, no-c-format + msgid "Level1 filter url" + msgstr "URL filtru úrovně 1" + + #. i18n: file ./plugins/ipfilter/ktipfilterplugin.kcfg line 14 +-#: rc.cpp:1162 ++#: rc.cpp:1116 + #, no-c-format + msgid "Use level1 filter?" + msgstr "Použít filtr úrovně 1?" + + #. i18n: file ./plugins/ipfilter/convert_dlg.ui line 24 +-#: plugins/ipfilter/convertdialog.cpp:155 rc.cpp:1165 ++#: plugins/ipfilter/convertdialog.cpp:155 rc.cpp:1119 + #, no-c-format + msgid "Converting..." + msgstr "Převádí se..." + + #. i18n: file ./plugins/ipfilter/convert_dlg.ui line 41 +-#: rc.cpp:1168 ++#: rc.cpp:1122 + #, fuzzy, no-c-format + msgid "" + "Click on the 'convert' button to start converting antip2p file. NOTE: This " +@@ -2924,61 +2924,61 @@ msgstr "" + "tuto dobu nebudete moci používat KTorrent." + + #. i18n: file ./plugins/stats/sprefwgt.ui line 27 +-#: rc.cpp:1179 ++#: rc.cpp:1131 + #, no-c-format + msgid "Update" + msgstr "Aktualizace" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 46 +-#: rc.cpp:1182 rc.cpp:1268 ++#: rc.cpp:1134 rc.cpp:1220 + #, no-c-format + msgid "Update charts every" + msgstr "Aktualizovat grafy každé" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 71 +-#: rc.cpp:1185 ++#: rc.cpp:1137 + #, no-c-format + msgid "GUI updates" + msgstr "aktualizace GUI" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 92 +-#: rc.cpp:1188 rc.cpp:1271 ++#: rc.cpp:1140 rc.cpp:1223 + #, no-c-format + msgid "Gather data every" + msgstr "Sbírej data každých" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 120 +-#: rc.cpp:1191 ++#: rc.cpp:1143 + #, no-c-format + msgid "miliseconds" + msgstr "milisekund" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 135 +-#: rc.cpp:1194 ++#: rc.cpp:1146 + #, no-c-format + msgid "Maximum" + msgstr "Maximum" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 154 +-#: rc.cpp:1197 ++#: rc.cpp:1149 + #, no-c-format + msgid "Maximum speed scale mode:" + msgstr "Maximální měřítko rychlosti:" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 165 +-#: rc.cpp:1203 ++#: rc.cpp:1155 + #, no-c-format + msgid "Exact" + msgstr "Přesné" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 175 +-#: rc.cpp:1206 ++#: rc.cpp:1158 + #, no-c-format + msgid "See 'What's this' for more help" + msgstr "Podívejte se na \"Co je to\" pro nápovědu" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 180 +-#: rc.cpp:1209 ++#: rc.cpp:1161 + #, no-c-format + msgid "" + "Set maximum value on OY scale as:\n" +@@ -2990,847 +2990,847 @@ msgstr "" + "- Přesné: Zvolí jako myximální nejvyšší hodnotu, která je viditelná na grafu" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 192 +-#: rc.cpp:1214 rc.cpp:1247 ++#: rc.cpp:1166 rc.cpp:1199 + #, no-c-format + msgid "Peers speed" + msgstr "Rychlost protějšků" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 211 +-#: rc.cpp:1217 ++#: rc.cpp:1169 + #, no-c-format + msgid "Peers speed:" + msgstr "Rychlost protějšků:" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 222 +-#: rc.cpp:1220 ++#: rc.cpp:1172 + #, no-c-format + msgid "update every" + msgstr "aktualizovat každé" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 244 +-#: rc.cpp:1223 ++#: rc.cpp:1175 + #, no-c-format + msgid "chart data updates" + msgstr "aktualizace dat v grafu" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 254 +-#: rc.cpp:1226 ++#: rc.cpp:1178 + #, no-c-format + msgid "Gathering data about many connected peers can be CPU consuming." + msgstr "Získávání dat o množství připojených protějšcích může vytěžovat CPU." + + #. i18n: file ./plugins/stats/sprefwgt.ui line 267 +-#: rc.cpp:1229 ++#: rc.cpp:1181 + #, no-c-format + msgid "Peers connections" + msgstr "Připojení protějšků" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 270 +-#: rc.cpp:1232 ++#: rc.cpp:1184 + #, no-c-format + msgid "Large values can obscure charts of connected peers" + msgstr "Vysoké hodnoty mohou znehodnotit graf připojených protějšků" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 289 +-#: rc.cpp:1235 ++#: rc.cpp:1187 + #, no-c-format + msgid "Show seeders in swarms" + msgstr "Zobrazit sdílející v roji" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 297 +-#: rc.cpp:1238 ++#: rc.cpp:1190 + #, no-c-format + msgid "Show leechers in swarms" + msgstr "Zobrazit stahující v roji" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 309 +-#: rc.cpp:1241 ++#: rc.cpp:1193 + #, no-c-format + msgid "Measurements count" + msgstr "Počty měření" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 392 +-#: rc.cpp:1250 rc.cpp:1265 ++#: rc.cpp:1202 rc.cpp:1217 + #, no-c-format + msgid "Upload" + msgstr "Odesílání" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 424 +-#: rc.cpp:1253 ++#: rc.cpp:1205 + #, no-c-format + msgid "Connections" + msgstr "Připojení" + + #. i18n: file ./plugins/stats/statsspdwgt.ui line 40 +-#: plugins/infowidget/infowidgetplugin.cpp:173 rc.cpp:1262 rc.cpp:1304 ++#: plugins/infowidget/infowidgetplugin.cpp:173 rc.cpp:1214 rc.cpp:1256 + #, no-c-format + msgid "Peers" + msgstr "Protějšky" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 18 +-#: rc.cpp:1274 ++#: rc.cpp:1226 + #, no-c-format + msgid "Toggle peers speed charts" + msgstr "Přepnout graf rychlosti protějšků" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 22 +-#: rc.cpp:1277 ++#: rc.cpp:1229 + #, no-c-format + msgid "Interval between getting data about peers speed" + msgstr "Doba mezi získáváním dat ohledně rychlosti protějšků" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 26 +-#: rc.cpp:1280 ++#: rc.cpp:1232 + #, no-c-format + msgid "Toggle drawing of leechers in swarms" + msgstr "Přepnout vykreslování stahujících v roji" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 30 +-#: rc.cpp:1283 ++#: rc.cpp:1235 + #, no-c-format + msgid "Toggle drawing of seeders in swarms" + msgstr "Přepnout vykreslování sdílejících v roji" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 35 +-#: rc.cpp:1286 ++#: rc.cpp:1238 + #, no-c-format + msgid "Download mesurments count" + msgstr "Počet měčení stahování" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 39 +-#: rc.cpp:1289 ++#: rc.cpp:1241 + #, no-c-format + msgid "Peers speed mesurments count" + msgstr "Počet měření rychlosti protějšků" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 43 +-#: rc.cpp:1292 ++#: rc.cpp:1244 + #, no-c-format + msgid "Upload mesurments count" + msgstr "Počet měření odesílání" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 47 +-#: rc.cpp:1295 ++#: rc.cpp:1247 + #, no-c-format + msgid "Connections mesurments count" + msgstr "Počet měření připojení" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 51 +-#: rc.cpp:1298 ++#: rc.cpp:1250 + #, no-c-format + msgid "DHT mesurments count" + msgstr "Počet měření DHT" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 56 +-#: rc.cpp:1301 ++#: rc.cpp:1253 + #, no-c-format + msgid "OY axis max mode" + msgstr "" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 16 +-#: rc.cpp:1310 ++#: rc.cpp:1262 + #, no-c-format + msgid "Import an existing download" + msgstr "Importovat existující stahování" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 49 +-#: rc.cpp:1313 ++#: rc.cpp:1265 + #, no-c-format + msgid "Torrent:" + msgstr "Torrent:" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 63 +-#: rc.cpp:1316 ++#: rc.cpp:1268 + #, no-c-format + msgid "Data:" + msgstr "Data:" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 95 +-#: rc.cpp:1319 ++#: rc.cpp:1271 + #, no-c-format + msgid "" + "Please specify the torrent and the data already downloaded for that torrent." + msgstr "Zadejte torrent a data již stažená z tohoto torrentu." + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 133 +-#: rc.cpp:1322 ++#: rc.cpp:1274 + #, no-c-format + msgid "&Import" + msgstr "&Importovat" + + #. i18n: file ./plugins/rssfeed/ktrssfeedplugin.kcfg line 10 +-#: rc.cpp:1328 ++#: rc.cpp:1280 + #, no-c-format + msgid "default" + msgstr "výchozí" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 18 +-#: rc.cpp:1331 ++#: rc.cpp:1283 + #, no-c-format + msgid "Rss Feeds" + msgstr "RSS kanály" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 36 +-#: rc.cpp:1334 ++#: rc.cpp:1286 + #, no-c-format + msgid "Feeds" + msgstr "Kanály" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 78 +-#: rc.cpp:1337 ++#: rc.cpp:1289 + #, no-c-format + msgid "De&lete" + msgstr "&Smazat" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 86 +-#: rc.cpp:1340 rc.cpp:1382 rc.cpp:1392 ++#: rc.cpp:1292 rc.cpp:1331 rc.cpp:1340 + #, no-c-format + msgid "&New" + msgstr "&Nový" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 117 +-#: rc.cpp:1343 ++#: rc.cpp:1295 + #, no-c-format + msgid "&URL" + msgstr "&URL" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 139 +-#: rc.cpp:1346 ++#: rc.cpp:1298 + #, no-c-format + msgid "Articles" + msgstr "Členy" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 216 +-#: rc.cpp:1353 ++#: rc.cpp:1304 + #, no-c-format + msgid "Auto&refresh" + msgstr "Au&tomaticky obnovit" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 242 +-#: rc.cpp:1356 ++#: rc.cpp:1307 + #, no-c-format + msgid "I&gnore TTL" + msgstr "I&gnoruj TTL" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 270 +-#: rc.cpp:1359 ++#: rc.cpp:1310 + #, no-c-format + msgid "Refresh" + msgstr "Obnovit" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 299 +-#: rc.cpp:1363 rc.cpp:1395 ++#: rc.cpp:1313 rc.cpp:1343 + #, no-c-format + msgid "&Title" + msgstr "Náze&v" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 323 +-#: rc.cpp:1366 ++#: rc.cpp:1316 + #, no-c-format + msgid "Keep Articles (days)" + msgstr "Ponechat články (dní)" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 347 +-#: rc.cpp:1369 rc.cpp:1398 ++#: rc.cpp:1319 rc.cpp:1346 + #, no-c-format + msgid "&Active" + msgstr "&Aktivní" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 362 +-#: rc.cpp:1372 ++#: rc.cpp:1322 + #, no-c-format + msgid "Filters" + msgstr "Filtry" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 389 +-#: rc.cpp:1375 ++#: rc.cpp:1325 + #, no-c-format + msgid "Accept Filters" + msgstr "Filtry pro přijetí" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 440 +-#: rc.cpp:1385 ++#: rc.cpp:1334 + #, no-c-format + msgid "Reject Filters" + msgstr "Filtry pro zahození" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 557 +-#: rc.cpp:1401 ++#: rc.cpp:1349 + #, no-c-format + msgid "Regular Expressions" + msgstr "Regulární výrazy" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 587 +-#: rc.cpp:1404 ++#: rc.cpp:1352 + #, no-c-format + msgid "Treat as &Series" + msgstr "Zacházet jako  &s řadou" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 624 +-#: rc.cpp:1407 ++#: rc.cpp:1355 + #, no-c-format + msgid "Process" + msgstr "Průběh" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 643 +-#: rc.cpp:1411 ++#: rc.cpp:1358 + #, no-c-format + msgid "Series Criteria" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 679 +-#: rc.cpp:1414 ++#: rc.cpp:1361 + #, no-c-format + msgid "Match Without Episode" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 713 +-#: rc.cpp:1418 ++#: rc.cpp:1364 + #, no-c-format + msgid "Max Episode" + msgstr "Maximální díl" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 739 +-#: rc.cpp:1421 ++#: rc.cpp:1367 + #, no-c-format + msgid "Max Season" + msgstr "Maximální řada" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 758 +-#: rc.cpp:1424 ++#: rc.cpp:1370 + #, no-c-format + msgid "Min Season" + msgstr "Minimální řada" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 782 +-#: rc.cpp:1427 ++#: rc.cpp:1373 + #, no-c-format + msgid "Min Episode" + msgstr "Minimální díl" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 814 +-#: rc.cpp:1430 ++#: rc.cpp:1376 + #, no-c-format + msgid "Test te&xt" + msgstr "Testovací te&xt" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 840 +-#: rc.cpp:1433 ++#: rc.cpp:1379 + #, no-c-format + msgid "Te&st" + msgstr "Te&st" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 858 +-#: rc.cpp:1436 ++#: rc.cpp:1382 + #, no-c-format + msgid "Filter Matches" + msgstr "Shody filtru" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 28 +-#: rc.cpp:1447 ++#: rc.cpp:1391 + #, no-c-format + msgid "Bandwidth scheduler" + msgstr "Plánovač pásma" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 50 +-#: rc.cpp:1450 ++#: rc.cpp:1394 + #, no-c-format + msgid "Left click category" + msgstr "Kategorie pro levé kliknutí" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 61 +-#: rc.cpp:1453 ++#: rc.cpp:1397 + #, no-c-format + msgid "Categor&y 1" + msgstr "Kate&gorie 1" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 157 +-#: rc.cpp:1456 rc.cpp:1483 ++#: rc.cpp:1400 rc.cpp:1427 + #, no-c-format + msgid "T&urn off" + msgstr "Vypno&ut" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 165 +-#: rc.cpp:1459 rc.cpp:1486 ++#: rc.cpp:1403 rc.cpp:1430 + #, no-c-format + msgid "&Normal" + msgstr "&Normální" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 195 +-#: rc.cpp:1462 ++#: rc.cpp:1406 + #, no-c-format + msgid "Category &3" + msgstr "Kategorie &3" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 206 +-#: rc.cpp:1468 rc.cpp:1492 ++#: rc.cpp:1412 rc.cpp:1436 + #, no-c-format + msgid "Category &2" + msgstr "Kategorie &2" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 219 +-#: rc.cpp:1474 ++#: rc.cpp:1418 + #, no-c-format + msgid "Right click category" + msgstr "Kategorie pro pravé kliknutí" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 230 +-#: rc.cpp:1477 ++#: rc.cpp:1421 + #, no-c-format + msgid "Category &1" + msgstr "Kategorie &1" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 367 +-#: rc.cpp:1489 ++#: rc.cpp:1433 + #, no-c-format + msgid "&Category 3" + msgstr "&Kategorie 3" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 390 +-#: rc.cpp:1498 ++#: rc.cpp:1442 + #, no-c-format + msgid "Categories" + msgstr "Kategorie" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 401 +-#: rc.cpp:1501 ++#: rc.cpp:1445 + #, no-c-format + msgid "1. Category" + msgstr "První kategorie" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 409 +-#: rc.cpp:1504 ++#: rc.cpp:1448 + #, no-c-format + msgid "3. Category" + msgstr "Třetí kategorie" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 425 +-#: rc.cpp:1507 rc.cpp:1516 rc.cpp:1525 ++#: rc.cpp:1451 rc.cpp:1460 rc.cpp:1469 + #, no-c-format + msgid "download:" + msgstr "stáhnout:" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 441 +-#: rc.cpp:1510 rc.cpp:1519 rc.cpp:1528 ++#: rc.cpp:1454 rc.cpp:1463 rc.cpp:1472 + #, no-c-format + msgid "upload:" + msgstr "odeslat:" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 457 +-#: rc.cpp:1513 rc.cpp:1522 rc.cpp:1531 ++#: rc.cpp:1457 rc.cpp:1466 rc.cpp:1475 + #, no-c-format + msgid "KB/s *" + msgstr "KB/s *" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 567 +-#: rc.cpp:1534 ++#: rc.cpp:1478 + #, no-c-format + msgid "2. Category" + msgstr "Druhá kategorie" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 626 +-#: rc.cpp:1538 ++#: rc.cpp:1481 + #, no-c-format + msgid "* zero means no limit" + msgstr "* 0 je bez omezení" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 672 +-#: rc.cpp:1541 ++#: rc.cpp:1484 + #, no-c-format + msgid "Save to file" + msgstr "Uložit do souboru" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 680 +-#: rc.cpp:1544 ++#: rc.cpp:1487 + #, no-c-format + msgid "&Load from file" + msgstr "N&ačíst ze souboru" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 688 +-#: rc.cpp:1547 ++#: rc.cpp:1490 + #, no-c-format + msgid "Reset schedule" + msgstr "Vynuluj plán" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 751 +-#: rc.cpp:1550 ++#: rc.cpp:1493 + #, no-c-format + msgid "O&k" + msgstr "O&K" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 16 +-#: rc.cpp:1559 ++#: rc.cpp:1502 + #, no-c-format + msgid "Scheduler Plugin Pref Page" + msgstr "Stránka s nastavením zásuvného modulu \"Plánovač\"" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 27 +-#: rc.cpp:1562 ++#: rc.cpp:1505 + #, no-c-format + msgid "Use &bandwidth scheduler?" + msgstr "Použít &plánovač pásma?" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 35 +-#: plugins/scheduler/schedulerplugin.cpp:59 rc.cpp:1565 ++#: plugins/scheduler/schedulerplugin.cpp:59 rc.cpp:1508 + #, no-c-format + msgid "Bandwidth Scheduler" + msgstr "Plánovač pásma" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 46 +-#: rc.cpp:1568 ++#: rc.cpp:1511 + #, no-c-format + msgid "Use colors instead of pi&xmaps?" + msgstr "Použít barvy místo o&brázků?" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 54 +-#: rc.cpp:1571 ++#: rc.cpp:1514 + #, no-c-format + msgid "(Recommended for slower systems)" + msgstr "(Doporučené pro pomalé počítače)" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 62 +-#: rc.cpp:1574 ++#: rc.cpp:1517 + #, no-c-format + msgid "Edit s&chedule" + msgstr "Upravit p&lán" + + #. i18n: file ./plugins/scheduler/ktschedulerplugin.kcfg line 10 +-#: rc.cpp:1577 ++#: rc.cpp:1520 + #, no-c-format + msgid "Enable bandwidth scheduler?" + msgstr "Povolit plánovač pásma?" + + #. i18n: file ./plugins/scheduler/ktschedulerplugin.kcfg line 14 +-#: rc.cpp:1580 ++#: rc.cpp:1523 + #, no-c-format + msgid "Use colors instead of pixmaps?" + msgstr "Použít barvy místo obrázků?" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 10 +-#: rc.cpp:1583 ++#: rc.cpp:1526 + #, no-c-format + msgid "Use rich log text" + msgstr "Použít textové logy s více informacemi" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 15 +-#: rc.cpp:1586 ++#: rc.cpp:1529 + #, no-c-format + msgid "General info messages flag" + msgstr "Příznak obecných informací" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 19 +-#: rc.cpp:1589 ++#: rc.cpp:1532 + #, no-c-format + msgid "Connections messages flag" + msgstr "Příznak informací o připojení" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 23 +-#: rc.cpp:1592 ++#: rc.cpp:1535 + #, no-c-format + msgid "DHT messages flag" + msgstr "Příznak informací o DHT" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 27 +-#: rc.cpp:1595 ++#: rc.cpp:1538 + #, no-c-format + msgid "Tracker info messages flag" + msgstr "Příznak informací o trackeru" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 31 +-#: rc.cpp:1598 ++#: rc.cpp:1541 + #, no-c-format + msgid "Disk IO info messages flag" + msgstr "Příznak informací o diskových I/O" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 35 +-#: rc.cpp:1601 ++#: rc.cpp:1544 + #, no-c-format + msgid "IPFilter plugin messages flag" + msgstr "Příznak informací o IPFiltru" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 39 +-#: rc.cpp:1604 ++#: rc.cpp:1547 + #, no-c-format + msgid "Search plugin messages flag" + msgstr "Pžíznak informací o hledání" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 43 +-#: rc.cpp:1607 ++#: rc.cpp:1550 + #, no-c-format + msgid "PartFileImport plugin messages flag" + msgstr "Příznak informací o importu neúplných souborů" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 47 +-#: rc.cpp:1610 ++#: rc.cpp:1553 + #, no-c-format + msgid "InfoWidget plugin messages flag" + msgstr "Příznak informací o InfoWidgetu" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 51 +-#: rc.cpp:1613 ++#: rc.cpp:1556 + #, no-c-format + msgid "UPnP plugin messages flag" + msgstr "Příznak informací o UPnP" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 55 +-#: rc.cpp:1616 ++#: rc.cpp:1559 + #, no-c-format + msgid "ScanFolder plugin messages flag" + msgstr "Příznak informací o procházení složek" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 59 +-#: rc.cpp:1619 ++#: rc.cpp:1562 + #, no-c-format + msgid "Scheduler plugin messages flag" + msgstr "Příznak informací o plánování" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 63 +-#: rc.cpp:1622 ++#: rc.cpp:1565 + #, no-c-format + msgid "RSS plugin messages flag" + msgstr "Příznak informací o RSS" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 67 +-#: rc.cpp:1625 ++#: rc.cpp:1568 + #, no-c-format + msgid "WebInterface plugin messages flag" + msgstr "Příznak informací o webovém rozhraní" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 16 +-#: plugins/logviewer/logprefpage.cpp:31 rc.cpp:1628 ++#: plugins/logviewer/logprefpage.cpp:31 rc.cpp:1571 + #, no-c-format + msgid "LogViewer Options" + msgstr "Možnosti zobrazení logu" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 44 +-#: libktorrent/pluginmanagerprefpage.cpp:63 rc.cpp:1631 ++#: libktorrent/pluginmanagerprefpage.cpp:63 rc.cpp:1574 + #, no-c-format + msgid "Plugins" + msgstr "Zásuvné moduly" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 53 +-#: rc.cpp:1634 rc.cpp:1652 rc.cpp:1670 rc.cpp:1691 rc.cpp:1706 rc.cpp:1724 +-#: rc.cpp:1745 rc.cpp:1763 rc.cpp:1778 rc.cpp:1811 rc.cpp:1826 rc.cpp:1841 +-#: rc.cpp:1859 rc.cpp:1874 ++#: rc.cpp:1577 rc.cpp:1595 rc.cpp:1613 rc.cpp:1634 rc.cpp:1649 rc.cpp:1667 ++#: rc.cpp:1688 rc.cpp:1706 rc.cpp:1721 rc.cpp:1754 rc.cpp:1769 rc.cpp:1784 ++#: rc.cpp:1802 rc.cpp:1817 + #, no-c-format + msgid "All" + msgstr "Vše" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 58 +-#: rc.cpp:1637 rc.cpp:1655 rc.cpp:1673 rc.cpp:1694 rc.cpp:1709 rc.cpp:1727 +-#: rc.cpp:1748 rc.cpp:1766 rc.cpp:1781 rc.cpp:1814 rc.cpp:1829 rc.cpp:1844 +-#: rc.cpp:1862 rc.cpp:1877 ++#: rc.cpp:1580 rc.cpp:1598 rc.cpp:1616 rc.cpp:1637 rc.cpp:1652 rc.cpp:1670 ++#: rc.cpp:1691 rc.cpp:1709 rc.cpp:1724 rc.cpp:1757 rc.cpp:1772 rc.cpp:1787 ++#: rc.cpp:1805 rc.cpp:1820 + #, no-c-format + msgid "Debug" + msgstr "Ladění" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 63 +-#: rc.cpp:1640 rc.cpp:1658 rc.cpp:1676 rc.cpp:1697 rc.cpp:1712 rc.cpp:1730 +-#: rc.cpp:1751 rc.cpp:1769 rc.cpp:1784 rc.cpp:1817 rc.cpp:1832 rc.cpp:1847 +-#: rc.cpp:1865 rc.cpp:1880 ++#: rc.cpp:1583 rc.cpp:1601 rc.cpp:1619 rc.cpp:1640 rc.cpp:1655 rc.cpp:1673 ++#: rc.cpp:1694 rc.cpp:1712 rc.cpp:1727 rc.cpp:1760 rc.cpp:1775 rc.cpp:1790 ++#: rc.cpp:1808 rc.cpp:1823 + #, no-c-format + msgid "Notice" + msgstr "Upozornění" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 68 +-#: rc.cpp:1643 rc.cpp:1661 rc.cpp:1679 rc.cpp:1700 rc.cpp:1715 rc.cpp:1733 +-#: rc.cpp:1754 rc.cpp:1772 rc.cpp:1787 rc.cpp:1820 rc.cpp:1835 rc.cpp:1850 +-#: rc.cpp:1868 rc.cpp:1883 ++#: rc.cpp:1586 rc.cpp:1604 rc.cpp:1622 rc.cpp:1643 rc.cpp:1658 rc.cpp:1676 ++#: rc.cpp:1697 rc.cpp:1715 rc.cpp:1730 rc.cpp:1763 rc.cpp:1778 rc.cpp:1793 ++#: rc.cpp:1811 rc.cpp:1826 + #, no-c-format + msgid "Important" + msgstr "Důležité" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 73 +-#: rc.cpp:1646 rc.cpp:1664 rc.cpp:1682 rc.cpp:1703 rc.cpp:1718 rc.cpp:1736 +-#: rc.cpp:1757 rc.cpp:1775 rc.cpp:1790 rc.cpp:1823 rc.cpp:1838 rc.cpp:1853 +-#: rc.cpp:1871 rc.cpp:1886 ++#: rc.cpp:1589 rc.cpp:1607 rc.cpp:1625 rc.cpp:1646 rc.cpp:1661 rc.cpp:1679 ++#: rc.cpp:1700 rc.cpp:1718 rc.cpp:1733 rc.cpp:1766 rc.cpp:1781 rc.cpp:1796 ++#: rc.cpp:1814 rc.cpp:1829 + #, no-c-format + msgid "None" + msgstr "Nic" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 85 +-#: rc.cpp:1649 ++#: rc.cpp:1592 + #, no-c-format + msgid "IPFilter:" + msgstr "IPFIlter:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 126 +-#: rc.cpp:1667 ++#: rc.cpp:1610 + #, no-c-format + msgid "Search:" + msgstr "Hledání:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 167 +-#: rc.cpp:1685 ++#: rc.cpp:1628 + #, no-c-format + msgid "UPnP:" + msgstr "UPnP:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 178 +-#: rc.cpp:1688 ++#: rc.cpp:1631 + #, no-c-format + msgid "ScanFolder:" + msgstr "Procházení složek:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 249 +-#: rc.cpp:1721 ++#: rc.cpp:1664 + #, no-c-format + msgid "Scheduler:" + msgstr "Plánovač:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 290 +-#: rc.cpp:1739 ++#: rc.cpp:1682 + #, no-c-format + msgid "PartFileImport:" + msgstr "Import neúplného souboru:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 301 +-#: rc.cpp:1742 ++#: rc.cpp:1685 + #, no-c-format + msgid "InfoWidget:" + msgstr "InfoWidget:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 342 +-#: rc.cpp:1760 ++#: rc.cpp:1703 + #, no-c-format + msgid "RSS plugin:" + msgstr "RSS zásuvný modul:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 413 +-#: rc.cpp:1793 ++#: rc.cpp:1736 + #, no-c-format + msgid "WebInterface plugin:" + msgstr "Zásuvný mosul webového rozhraní:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 426 +-#: rc.cpp:1796 ++#: rc.cpp:1739 + #, no-c-format + msgid "System" + msgstr "Systém" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 437 +-#: rc.cpp:1799 ++#: rc.cpp:1742 + #, no-c-format + msgid "General:" + msgstr "Obecné:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 445 +-#: rc.cpp:1802 ++#: rc.cpp:1745 + #, no-c-format + msgid "Connections:" + msgstr "Připojení:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 559 +-#: rc.cpp:1856 ++#: rc.cpp:1799 + #, no-c-format + msgid "Disk I/O:" + msgstr "Diskové I/O:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 640 +-#: rc.cpp:1892 ++#: rc.cpp:1835 + #, no-c-format + msgid "Use rich te&xt for log" + msgstr "Použít bohaté te&xtové logy" + + #. i18n: file ./plugins/search/searchpref.ui line 41 +-#: rc.cpp:1898 ++#: rc.cpp:1841 + #, no-c-format + msgid "External Browser" + msgstr "Externí prohlížeč" + + #. i18n: file ./plugins/search/searchpref.ui line 52 +-#: rc.cpp:1901 ++#: rc.cpp:1844 + #, no-c-format + msgid "Open searches in external browser" + msgstr "Otevírat výsledky vyhledávání v externím prohlížeči" + + #. i18n: file ./plugins/search/searchpref.ui line 60 +-#: rc.cpp:1904 rc.cpp:1955 ++#: rc.cpp:1847 rc.cpp:1892 + #, no-c-format + msgid "Use default browser" + msgstr "Použít výchozí prohlížeč" + + #. i18n: file ./plugins/search/searchpref.ui line 79 +-#: rc.cpp:1908 ++#: rc.cpp:1850 + #, no-c-format + msgid "Custom browser path:" + msgstr "Vlastní cesta k prohlížeči:" + + #. i18n: file ./plugins/search/searchpref.ui line 116 +-#: rc.cpp:1912 ++#: rc.cpp:1853 + #, no-c-format + msgid "Search Engines" + msgstr "Vyhledávače" + + #. i18n: file ./plugins/search/searchpref.ui line 143 +-#: rc.cpp:1916 ++#: rc.cpp:1856 + #, no-c-format + msgid "Search engine name:" + msgstr "Název vyhledávače:" + + #. i18n: file ./plugins/search/searchpref.ui line 187 +-#: rc.cpp:1922 ++#: rc.cpp:1862 + #, no-c-format + msgid "&Add" + msgstr "Přid&at" + + #. i18n: file ./plugins/search/searchpref.ui line 195 +-#: rc.cpp:1925 ++#: rc.cpp:1865 + #, no-c-format + msgid "Engines" + msgstr "Vyhledávače" + + #. i18n: file ./plugins/search/searchpref.ui line 206 +-#: rc.cpp:1928 ++#: rc.cpp:1868 + #, no-c-format + msgid "URL" + msgstr "URL" + + #. i18n: file ./plugins/search/searchpref.ui line 257 +-#: rc.cpp:1934 ++#: rc.cpp:1874 + #, no-c-format + msgid "R&emove All" + msgstr "Odstranit vš&e" + + #. i18n: file ./plugins/search/searchpref.ui line 282 +-#: rc.cpp:1937 ++#: rc.cpp:1877 + #, no-c-format + msgid "Add Defau<" + msgstr "Př&idat výchozí" + + #. i18n: file ./plugins/search/searchpref.ui line 290 +-#: rc.cpp:1940 ++#: rc.cpp:1880 + #, no-c-format + msgid "Update From Internet" + msgstr "Aktualizovat z internetu" + + #. i18n: file ./plugins/search/searchbar.ui line 53 + #: plugins/search/searchplugin.cpp:50 plugins/search/searchtab.cpp:48 +-#: rc.cpp:1946 ++#: rc.cpp:1883 + #, no-c-format + msgid "Search" + msgstr "Hledat" + + #. i18n: file ./plugins/search/searchbar.ui line 78 +-#: rc.cpp:1949 ++#: rc.cpp:1886 + #, no-c-format + msgid "Search engine:" + msgstr "Vyhledávač:" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 10 +-#: rc.cpp:1952 ++#: rc.cpp:1889 + #, no-c-format + msgid "Current search engine" + msgstr "Aktuální vyhledávač" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 19 +-#: rc.cpp:1958 ++#: rc.cpp:1895 + #, no-c-format + msgid "Use custom browser" + msgstr "Použít vlastní prohlížeč" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 23 +-#: rc.cpp:1961 ++#: rc.cpp:1898 + #, no-c-format + msgid "Custom browser executable path" + msgstr "Cesta ke spustitelnému souboru prohlížeče" +@@ -4118,7 +4118,7 @@ msgstr "Kontroluji data" + msgid "Stopped. No space left on device." + msgstr "Zastaveno. Není místo na disku." + +-#: libktorrent/torrent/queuemanager.cpp:135 ++#: libktorrent/torrent/queuemanager.cpp:136 + msgid "" + "You don't have enough disk space to download this torrent. Are you sure you " + "want to continue?" +@@ -4126,12 +4126,12 @@ msgstr "" + "Nemáte dostatek místa na disku ke stažení tohoto torrentu. Jste si jisti, že " + "chcete pokračovat?" + +-#: libktorrent/torrent/queuemanager.cpp:135 ++#: libktorrent/torrent/queuemanager.cpp:136 + #, c-format + msgid "Insufficient disk space for %1" + msgstr "Nedostatek místa na disku pro %1" + +-#: libktorrent/torrent/queuemanager.cpp:157 ++#: libktorrent/torrent/queuemanager.cpp:158 + msgid "" + "Torrent \"%1\" has reached its maximum share ratio. Ignore the limit and start " + "seeding anyway?" +@@ -4139,16 +4139,16 @@ msgstr "" + "Torrent \"%1\" již dosáhl maximálního poměru sdílení. Přejete si ignorovat " + "limit a začít sdílet i přesto?" + +-#: libktorrent/torrent/queuemanager.cpp:157 ++#: libktorrent/torrent/queuemanager.cpp:158 + msgid "Maximum share ratio limit reached." + msgstr "Bylo dosaženo maximálního sdílecího poměru." + +-#: libktorrent/torrent/queuemanager.cpp:236 +-#: libktorrent/torrent/queuemanager.cpp:760 ++#: libktorrent/torrent/queuemanager.cpp:237 ++#: libktorrent/torrent/queuemanager.cpp:763 + msgid "Error stopping torrent %1 : %2" + msgstr "Chyba při zastavování torrentu %1: %2" + +-#: libktorrent/torrent/queuemanager.cpp:742 ++#: libktorrent/torrent/queuemanager.cpp:745 + msgid "Error starting torrent %1 : %2" + msgstr "Chyba při spouštění torrentu %1: %2" + +diff --git a/translations/cy/messages/ktorrent.po b/translations/cy/messages/ktorrent.po +index 89665b8..060d5ca 100644 +--- a/translations/cy/messages/ktorrent.po ++++ b/translations/cy/messages/ktorrent.po +@@ -1,7 +1,7 @@ + msgid "" + msgstr "" + "Project-Id-Version: PACKAGE VERSION\n" +-"POT-Creation-Date: 2008-04-18 19:40+0200\n" ++"POT-Creation-Date: 2008-07-08 22:20+0200\n" + "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" + "Last-Translator: FULL NAME \n" + "Language-Team: LANGUAGE \n" +@@ -14,7 +14,7 @@ msgid "No incoming connections (possibly firewalled)" + msgstr "" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 42 +-#: apps/ktorrent/ktorrent.cpp:184 rc.cpp:345 rc.cpp:383 rc.cpp:1019 ++#: apps/ktorrent/ktorrent.cpp:184 rc.cpp:336 rc.cpp:369 rc.cpp:989 + #, no-c-format + msgid "Info" + msgstr "Gwybo" +@@ -187,7 +187,7 @@ msgstr "URL annilys." + #. i18n: file ./apps/ktorrent/ktorrentui.rc line 9 + #: apps/ktorrent/groups/downloadgroup.cpp:27 + #: apps/ktorrent/groups/groupmanager.h:57 apps/ktorrent/pref.cpp:147 +-#: apps/ktorrent/viewmanager.cpp:62 rc.cpp:138 rc.cpp:342 ++#: apps/ktorrent/viewmanager.cpp:62 rc.cpp:132 rc.cpp:333 + #, no-c-format + msgid "Downloads" + msgstr "Lawrlwythiadau" +@@ -306,7 +306,7 @@ msgid "Document to open" + msgstr "Dogfen i'w hagor" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 59 +-#: apps/ktorrent/main.cpp:120 rc.cpp:553 ++#: apps/ktorrent/main.cpp:120 rc.cpp:532 + #, no-c-format + msgid "KTorrent" + msgstr "KTorrent" +@@ -590,7 +590,7 @@ msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 85 + #: apps/ktorrent/ktorrentviewmenu.cpp:66 plugins/infowidget/peerview.cpp:221 +-#: rc.cpp:77 rc.cpp:1256 rc.cpp:1307 ++#: rc.cpp:75 rc.cpp:1208 rc.cpp:1259 + #, no-c-format + msgid "DHT" + msgstr "" +@@ -636,7 +636,7 @@ msgid "Add to Group" + msgstr "" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 16 +-#: apps/ktorrent/ktorrentviewmenu.cpp:100 rc.cpp:147 ++#: apps/ktorrent/ktorrentviewmenu.cpp:100 rc.cpp:141 + #, no-c-format + msgid "Speed Limits" + msgstr "" +@@ -655,7 +655,7 @@ msgid "Malformed IP address." + msgstr "URL annilys." + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 311 +-#: apps/ktorrent/pref.cpp:58 rc.cpp:282 ++#: apps/ktorrent/pref.cpp:58 rc.cpp:273 + #, no-c-format + msgid "Preferences" + msgstr "Hoffterau" +@@ -689,7 +689,7 @@ msgid "Advanced" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 27 +-#: apps/ktorrent/pref.cpp:411 rc.cpp:540 ++#: apps/ktorrent/pref.cpp:411 rc.cpp:519 + #, fuzzy, no-c-format + msgid "Advanced Options" + msgstr "Dewisiadau Cyffredinol" +@@ -700,7 +700,7 @@ msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 16 + #: apps/ktorrent/ktorrentview.cpp:135 +-#: plugins/infowidget/infowidgetplugin.cpp:76 rc.cpp:1016 ++#: plugins/infowidget/infowidgetplugin.cpp:76 rc.cpp:986 + #, no-c-format + msgid "Status" + msgstr "Cyflwr" +@@ -722,7 +722,7 @@ msgstr "" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 313 + #: apps/ktorrent/ktorrentview.cpp:139 plugins/infowidget/peerview.cpp:216 +-#: rc.cpp:1010 ++#: rc.cpp:980 + #, no-c-format + msgid "Down Speed" + msgstr "" +@@ -840,7 +840,7 @@ msgid "User" + msgstr "Defnyddiwr" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 24 +-#: apps/ktorrent/queuedialog.cpp:75 rc.cpp:249 ++#: apps/ktorrent/queuedialog.cpp:75 rc.cpp:240 + #, fuzzy, no-c-format + msgid "Queue Manager" + msgstr "Trefnydd Ategion" +@@ -1034,8 +1034,8 @@ msgid "Start torrent" + msgstr "KTorrent" + + #. i18n: file ./apps/ktorrent/fileselectdlgbase.ui line 160 +-#: plugins/infowidget/fileview.cpp:49 rc.cpp:27 rc.cpp:1244 rc.cpp:1259 +-#: rc.cpp:1349 rc.cpp:1439 ++#: plugins/infowidget/fileview.cpp:49 rc.cpp:27 rc.cpp:1196 rc.cpp:1211 ++#: rc.cpp:1301 rc.cpp:1385 + #, no-c-format + msgid "Download" + msgstr "Lawrlwytho" +@@ -1089,13 +1089,13 @@ msgid "Encryption" + msgstr "Cêl-ysgrifaeth" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 58 +-#: rc.cpp:64 rc.cpp:787 ++#: rc.cpp:63 rc.cpp:764 + #, no-c-format + msgid "Use protocol encryption" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 64 +-#: rc.cpp:68 ++#: rc.cpp:66 + #, no-c-format + msgid "" + "Protocol encryption is used to prevent ISP's from slowing down bittorrent " +@@ -1103,20 +1103,20 @@ msgid "" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 72 +-#: rc.cpp:71 rc.cpp:790 ++#: rc.cpp:69 rc.cpp:767 + #, no-c-format + msgid "Allow unencrypted connections" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 75 +-#: rc.cpp:74 ++#: rc.cpp:72 + #, no-c-format + msgid "" + "If unchecked, you'll be able to connect only to clients supporting encryption." + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 88 +-#: rc.cpp:80 ++#: rc.cpp:78 + #, no-c-format + msgid "" + "Distributed Hash Table protocol." +@@ -1124,169 +1124,169 @@ msgid "" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 99 +-#: rc.cpp:83 ++#: rc.cpp:81 + #, no-c-format + msgid "&Use DHT to get additional peers" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 118 +-#: rc.cpp:87 ++#: rc.cpp:84 + #, no-c-format + msgid "UDP port for DHT communication:" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 161 +-#: rc.cpp:90 ++#: rc.cpp:87 + #, no-c-format + msgid "Custom IP" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 172 +-#: rc.cpp:93 ++#: rc.cpp:90 + #, no-c-format + msgid "Se&nd the tracker a custom IP address or hostname" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 188 +-#: rc.cpp:96 ++#: rc.cpp:93 + #, no-c-format + msgid "Custom IP address or hostname:" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 205 +-#: rc.cpp:99 ++#: rc.cpp:96 + #, fuzzy, no-c-format + msgid "System Tray Icon" + msgstr "Dangos eicon y teclyn &cysawd" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 216 +-#: rc.cpp:102 ++#: rc.cpp:99 + #, no-c-format + msgid "Show s&ystem tray icon" + msgstr "Dangos eicon y teclyn &cysawd" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 224 +-#: rc.cpp:105 ++#: rc.cpp:102 + #, fuzzy, no-c-format + msgid "Show speed &bar in tray icon" + msgstr "Dangos eicon y teclyn &cysawd" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 232 +-#: rc.cpp:108 ++#: rc.cpp:105 + #, fuzzy, no-c-format + msgid "Show system tray popup messages" + msgstr "Dangos eicon y teclyn &cysawd" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 251 +-#: rc.cpp:112 ++#: rc.cpp:108 + #, no-c-format + msgid "Upload bandwidth (in KB/sec):" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 276 +-#: rc.cpp:115 ++#: rc.cpp:111 + #, no-c-format + msgid "Download bandwidth (in KB/sec):" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 305 +-#: rc.cpp:118 ++#: rc.cpp:114 + #, no-c-format + msgid "Folders" + msgstr "Plygyll" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 324 +-#: rc.cpp:121 ++#: rc.cpp:117 + #, no-c-format + msgid "Folder to store temporary files:" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 342 +-#: rc.cpp:124 ++#: rc.cpp:120 + #, fuzzy, no-c-format + msgid "Move completed downloads to:" + msgstr "Lawrlwytho" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 353 +-#: rc.cpp:128 ++#: rc.cpp:123 + #, no-c-format + msgid "&Automatically save downloads to:" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 395 +-#: rc.cpp:131 ++#: rc.cpp:126 + #, fuzzy, no-c-format + msgid "Copy .torrent files to:" + msgstr "KTorrent" + + #. i18n: file ./apps/ktorrent/ktorrentui.rc line 34 +-#: rc.cpp:144 ++#: rc.cpp:138 + #, no-c-format + msgid "Download Toolbar" + msgstr "" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 27 +-#: rc.cpp:150 ++#: rc.cpp:144 + #, no-c-format + msgid "Set the speed limits for torrent" + msgstr "" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 51 +-#: rc.cpp:153 ++#: rc.cpp:147 + #, fuzzy, no-c-format + msgid "Max upload rate:" + msgstr "lanlwytho:" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 59 +-#: rc.cpp:156 ++#: rc.cpp:150 + #, fuzzy, no-c-format + msgid "Max download rate:" + msgstr "Lawrlwytho" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 97 +-#: rc.cpp:159 rc.cpp:162 ++#: rc.cpp:153 rc.cpp:156 + #, no-c-format + msgid "KB/s (0 is no limit)" + msgstr "" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 16 +-#: rc.cpp:171 ++#: rc.cpp:165 + #, no-c-format + msgid "Add potential peer" + msgstr "" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 35 +-#: rc.cpp:174 ++#: rc.cpp:168 + #, no-c-format + msgid "Peer IP:" + msgstr "" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 43 +-#: rc.cpp:177 rc.cpp:208 ++#: rc.cpp:171 rc.cpp:201 + #, no-c-format + msgid "127.0.0.1" + msgstr "" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 51 +-#: rc.cpp:180 rc.cpp:288 rc.cpp:525 rc.cpp:931 ++#: rc.cpp:174 rc.cpp:279 rc.cpp:504 rc.cpp:908 + #, no-c-format + msgid "Port:" + msgstr "Porth:" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 100 +-#: rc.cpp:183 ++#: rc.cpp:177 + #, no-c-format + msgid "Enter peer IP and port." + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 16 +-#: rc.cpp:193 ++#: rc.cpp:186 + #, fuzzy, no-c-format + msgid "KTorrent Blacklist" + msgstr "KTorrent" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 30 +-#: rc.cpp:196 ++#: rc.cpp:189 + #, no-c-format + msgid "" + "Note: Blacklist applies to current session only. Use save/open to save your " +@@ -1294,187 +1294,187 @@ msgid "" + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 41 +-#: rc.cpp:199 ++#: rc.cpp:192 + #, no-c-format + msgid "Banned Peers" + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 50 +-#: rc.cpp:202 ++#: rc.cpp:195 + #, no-c-format + msgid "Peer IP address" + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 96 +-#: rc.cpp:205 ++#: rc.cpp:198 + #, no-c-format + msgid "Add peer:" + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 134 +-#: rc.cpp:215 ++#: rc.cpp:207 + #, no-c-format + msgid "Adds a peer to blacklist" + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 168 +-#: rc.cpp:222 ++#: rc.cpp:213 + #, no-c-format + msgid "Removes selected peer from blacklist" + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 176 +-#: rc.cpp:225 ++#: rc.cpp:216 + #, no-c-format + msgid "C&lear" + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 182 +-#: rc.cpp:228 ++#: rc.cpp:219 + #, no-c-format + msgid "Clears this list" + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 218 +-#: rc.cpp:234 ++#: rc.cpp:225 + #, no-c-format + msgid "Save &As..." + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 224 +-#: rc.cpp:237 ++#: rc.cpp:228 + #, no-c-format + msgid "Save this blacklist to use with KTorrent IPFilter plugin" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 59 +-#: rc.cpp:252 ++#: rc.cpp:243 + #, no-c-format + msgid "Maximum downloads:" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 86 +-#: rc.cpp:255 ++#: rc.cpp:246 + #, no-c-format + msgid "Maximum seeds:" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 94 +-#: rc.cpp:258 ++#: rc.cpp:249 + #, no-c-format + msgid "Start download on low disk space :" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 102 +-#: rc.cpp:261 ++#: rc.cpp:252 + #, no-c-format + msgid "Minimum disk space:" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 140 +-#: rc.cpp:264 ++#: rc.cpp:255 + #, no-c-format + msgid "Don't start" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 145 +-#: rc.cpp:267 ++#: rc.cpp:258 + #, no-c-format + msgid "Always ask" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 150 +-#: rc.cpp:270 ++#: rc.cpp:261 + #, no-c-format + msgid "Force start" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 208 +-#: rc.cpp:273 ++#: rc.cpp:264 + #, no-c-format + msgid "MB" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 236 +-#: rc.cpp:276 rc.cpp:279 rc.cpp:312 rc.cpp:315 rc.cpp:324 ++#: rc.cpp:267 rc.cpp:270 rc.cpp:303 rc.cpp:306 rc.cpp:315 + #, no-c-format + msgid "(0 is no limit)" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 330 +-#: rc.cpp:285 ++#: rc.cpp:276 + #, no-c-format + msgid "Maximum download rate:" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 346 +-#: rc.cpp:291 ++#: rc.cpp:282 + #, no-c-format + msgid "Global connection limit:" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 354 +-#: rc.cpp:294 ++#: rc.cpp:285 + #, fuzzy, no-c-format + msgid "Max seed time:" + msgstr "lanlwytho:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 370 +-#: rc.cpp:297 ++#: rc.cpp:288 + #, no-c-format + msgid "Maximum connections per torrent:" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 397 +-#: rc.cpp:300 ++#: rc.cpp:291 + #, no-c-format + msgid "Number of upload slots:" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 405 +-#: rc.cpp:303 ++#: rc.cpp:294 + #, no-c-format + msgid "UDP tracker port:" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 413 +-#: rc.cpp:306 ++#: rc.cpp:297 + #, no-c-format + msgid "Max share ratio:" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 421 +-#: rc.cpp:309 ++#: rc.cpp:300 + #, no-c-format + msgid "Maximum upload rate:" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 576 +-#: rc.cpp:318 rc.cpp:321 ++#: rc.cpp:309 rc.cpp:312 + #, no-c-format + msgid "KB/sec (0 is no limit)" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 651 +-#: rc.cpp:327 ++#: rc.cpp:318 + #, no-c-format + msgid "Hours (0 is no limit)" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 663 +-#: rc.cpp:330 ++#: rc.cpp:321 + #, no-c-format + msgid "&Keep seeding after download is finished" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 674 +-#: rc.cpp:333 ++#: rc.cpp:324 + #, no-c-format + msgid "Attention" + msgstr "Taler Sylw" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 685 +-#: rc.cpp:336 ++#: rc.cpp:327 + #, no-c-format + msgid "" + "The above ports must also be forwarded if you are behind a router. The UPnP " +@@ -1482,283 +1482,283 @@ msgid "" + msgstr "" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 16 +-#: rc.cpp:339 ++#: rc.cpp:330 + #, no-c-format + msgid "KT Queue Dialog" + msgstr "" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 69 +-#: rc.cpp:348 rc.cpp:386 rc.cpp:1107 ++#: rc.cpp:339 rc.cpp:372 rc.cpp:1067 + #, no-c-format + msgid "Status:" + msgstr "Cyflwr:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 85 +-#: rc.cpp:351 rc.cpp:389 rc.cpp:1808 ++#: rc.cpp:342 rc.cpp:375 rc.cpp:1751 + #, no-c-format + msgid "Tracker:" + msgstr "" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 93 +-#: rc.cpp:354 rc.cpp:392 rc.cpp:1805 ++#: rc.cpp:345 rc.cpp:378 rc.cpp:1748 + #, no-c-format + msgid "DHT:" + msgstr "" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 109 +-#: rc.cpp:357 rc.cpp:395 rc.cpp:1061 ++#: rc.cpp:348 rc.cpp:381 rc.cpp:1025 + #, no-c-format + msgid "Share ratio:" + msgstr "" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 117 +-#: rc.cpp:360 ++#: rc.cpp:351 + #, no-c-format + msgid "Bytes left:" + msgstr "" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 177 +-#: rc.cpp:368 rc.cpp:377 ++#: rc.cpp:354 rc.cpp:363 + #, fuzzy, no-c-format + msgid "Torrent" + msgstr "KTorrent" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 188 +-#: rc.cpp:371 rc.cpp:380 ++#: rc.cpp:357 rc.cpp:366 + #, no-c-format + msgid "Controlled by" + msgstr "" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 214 +-#: rc.cpp:374 ++#: rc.cpp:360 + #, fuzzy, no-c-format + msgid "Upload&s" + msgstr "Lawrlwytho" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 333 +-#: rc.cpp:398 ++#: rc.cpp:384 + #, fuzzy, no-c-format + msgid "Uploaded:" + msgstr "Lawrlwytho" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 486 +-#: rc.cpp:406 ++#: rc.cpp:387 + #, no-c-format + msgid "M&ove up" + msgstr "S&ymud i fyny" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 494 +-#: rc.cpp:409 ++#: rc.cpp:390 + #, no-c-format + msgid "Move dow&n" + msgstr "Symud i la&wr" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 519 +-#: rc.cpp:412 ++#: rc.cpp:393 + #, fuzzy, no-c-format + msgid "Move to top" + msgstr "S&ymud i fyny" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 530 +-#: rc.cpp:416 ++#: rc.cpp:396 + #, no-c-format + msgid "Move to &bottom" + msgstr "" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 555 +-#: rc.cpp:419 ++#: rc.cpp:399 + #, no-c-format + msgid "&QM Controlled" + msgstr "" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 563 +-#: rc.cpp:422 ++#: rc.cpp:402 + #, no-c-format + msgid "&User Controlled" + msgstr "" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 30 +-#: rc.cpp:434 ++#: rc.cpp:414 + #, no-c-format + msgid "Paste URL" + msgstr "" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 52 +-#: rc.cpp:437 rc.cpp:1104 rc.cpp:1919 ++#: rc.cpp:417 rc.cpp:1064 rc.cpp:1859 + #, no-c-format + msgid "URL:" + msgstr "URL:" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 106 +-#: rc.cpp:440 ++#: rc.cpp:420 + #, no-c-format + msgid "O&K" + msgstr "I&awn" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 114 +-#: rc.cpp:443 rc.cpp:675 rc.cpp:1176 ++#: rc.cpp:423 rc.cpp:653 rc.cpp:1128 + #, no-c-format + msgid "C&ancel" + msgstr "&Diddymu" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 16 +-#: rc.cpp:446 ++#: rc.cpp:426 + #, no-c-format + msgid "Create Torrent" + msgstr "" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 38 +-#: rc.cpp:449 ++#: rc.cpp:429 + #, no-c-format + msgid "The file or folder of which you want to create a torrent:" + msgstr "" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 53 +-#: rc.cpp:452 ++#: rc.cpp:432 + #, no-c-format + msgid "You must add at least one tracker or node." + msgstr "" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 61 +-#: rc.cpp:455 ++#: rc.cpp:435 + #, no-c-format + msgid "File Options" + msgstr "" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 80 +-#: rc.cpp:458 ++#: rc.cpp:438 + #, no-c-format + msgid "Size of each chunk:" + msgstr "" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 86 +-#: rc.cpp:461 ++#: rc.cpp:441 + #, no-c-format + msgid "32" + msgstr "32" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 91 +-#: rc.cpp:464 ++#: rc.cpp:444 + #, no-c-format + msgid "64" + msgstr "64" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 96 +-#: rc.cpp:467 ++#: rc.cpp:447 + #, no-c-format + msgid "128" + msgstr "" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 101 +-#: rc.cpp:470 ++#: rc.cpp:450 + #, no-c-format + msgid "256" + msgstr "" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 106 +-#: rc.cpp:473 ++#: rc.cpp:453 + #, no-c-format + msgid "512" + msgstr "" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 111 +-#: rc.cpp:476 ++#: rc.cpp:456 + #, no-c-format + msgid "1024" + msgstr "" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 116 +-#: rc.cpp:479 ++#: rc.cpp:459 + #, no-c-format + msgid "2048" + msgstr "" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 121 +-#: rc.cpp:482 ++#: rc.cpp:462 + #, no-c-format + msgid "4096" + msgstr "" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 126 +-#: rc.cpp:485 ++#: rc.cpp:465 + #, no-c-format + msgid "8192" + msgstr "" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 138 +-#: rc.cpp:488 rc.cpp:633 ++#: rc.cpp:468 rc.cpp:611 + #, no-c-format + msgid "KB" + msgstr "KB" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 165 +-#: rc.cpp:491 ++#: rc.cpp:471 + #, no-c-format + msgid "Start seedin&g the torrent" + msgstr "" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 176 +-#: rc.cpp:494 ++#: rc.cpp:474 + #, no-c-format + msgid "Decentrali&zed (DHT only)" + msgstr "" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 184 +-#: rc.cpp:497 ++#: rc.cpp:477 + #, no-c-format + msgid "Private torrent (DHT not allowed)" + msgstr "" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 202 +-#: rc.cpp:500 ++#: rc.cpp:480 + #, no-c-format + msgid "Comments:" + msgstr "Sylwadau :" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 248 +-#: rc.cpp:503 ++#: rc.cpp:483 + #, fuzzy, no-c-format + msgid "&Create" + msgstr "Cre&u" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 262 +-#: rc.cpp:506 rc.cpp:1325 ++#: rc.cpp:486 rc.cpp:1277 + #, no-c-format + msgid "Ca&ncel" + msgstr "Di&ddymu" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 275 +-#: plugins/infowidget/infowidgetplugin.cpp:214 rc.cpp:509 rc.cpp:1101 ++#: plugins/infowidget/infowidgetplugin.cpp:214 rc.cpp:489 rc.cpp:1061 + #, no-c-format + msgid "Trackers" + msgstr "" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 283 +-#: rc.cpp:512 ++#: rc.cpp:492 + #, no-c-format + msgid "DHT nodes" + msgstr "" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 333 +-#: rc.cpp:522 ++#: rc.cpp:501 + #, fuzzy, no-c-format + msgid "Node:" + msgstr "Dim" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 385 +-#: rc.cpp:528 ++#: rc.cpp:507 + #, no-c-format + msgid "IP or hostname" + msgstr "" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 396 +-#: rc.cpp:531 rc.cpp:718 rc.cpp:721 ++#: rc.cpp:510 rc.cpp:695 rc.cpp:698 + #, no-c-format + msgid "Port" + msgstr "Porth" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 437 +-#: rc.cpp:534 ++#: rc.cpp:513 + #, no-c-format + msgid "" + "NOTE: Some known good DHT nodes are already inserted. You should probably " +@@ -1766,19 +1766,19 @@ msgid "" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 16 +-#: rc.cpp:537 ++#: rc.cpp:516 + #, fuzzy, no-c-format + msgid "Advanced Preferences" + msgstr "Hoffterau" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 46 +-#: rc.cpp:543 ++#: rc.cpp:522 + #, no-c-format + msgid "Time left estimation algorithm:" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 53 +-#: rc.cpp:546 rc.cpp:568 ++#: rc.cpp:525 rc.cpp:547 + #, no-c-format + msgid "" + "KTorrent algorithm: Default algorithm using combination of other " +@@ -1794,427 +1794,427 @@ msgid "" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 64 +-#: rc.cpp:556 ++#: rc.cpp:535 + #, no-c-format + msgid "Current speed" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 69 +-#: rc.cpp:559 ++#: rc.cpp:538 + #, no-c-format + msgid "Global average speed" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 74 +-#: rc.cpp:562 ++#: rc.cpp:541 + #, no-c-format + msgid "Window of X" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 79 +-#: rc.cpp:565 ++#: rc.cpp:544 + #, no-c-format + msgid "Moving average" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 98 +-#: rc.cpp:575 ++#: rc.cpp:554 + #, no-c-format + msgid "(takes effect after restart)" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 125 +-#: rc.cpp:578 ++#: rc.cpp:557 + #, no-c-format + msgid "Disa&ble diskspace preallocation" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 141 +-#: rc.cpp:581 ++#: rc.cpp:560 + #, no-c-format + msgid "F&ully preallocate diskspace (avoids fragmentation)" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 147 +-#: rc.cpp:584 ++#: rc.cpp:563 + #, no-c-format + msgid "Basic (slow)" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 152 +-#: rc.cpp:587 ++#: rc.cpp:566 + #, no-c-format + msgid "Filesystem specific" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 174 +-#: rc.cpp:590 ++#: rc.cpp:569 + #, fuzzy, no-c-format + msgid "Performance" + msgstr "Hoffterau" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 193 +-#: rc.cpp:593 ++#: rc.cpp:572 + #, no-c-format + msgid "Memory usage:" + msgstr "Defnydd Cof :" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 199 +-#: rc.cpp:596 ++#: rc.cpp:575 + #, no-c-format + msgid "Low" + msgstr "Isel" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 204 +-#: rc.cpp:599 ++#: rc.cpp:578 + #, no-c-format + msgid "Medium" + msgstr "Canolig" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 209 +-#: rc.cpp:602 ++#: rc.cpp:581 + #, no-c-format + msgid "High" + msgstr "Uchel" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 248 +-#: rc.cpp:605 ++#: rc.cpp:584 + #, no-c-format + msgid "GUI update interval:" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 254 +-#: rc.cpp:608 ++#: rc.cpp:587 + #, no-c-format + msgid "500ms" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 259 +-#: rc.cpp:611 ++#: rc.cpp:590 + #, no-c-format + msgid "1s" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 264 +-#: rc.cpp:614 ++#: rc.cpp:593 + #, no-c-format + msgid "2s" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 269 +-#: rc.cpp:617 ++#: rc.cpp:596 + #, no-c-format + msgid "5s" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 308 +-#: rc.cpp:620 ++#: rc.cpp:599 + #, no-c-format + msgid "Fast CPU" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 342 +-#: rc.cpp:624 ++#: rc.cpp:602 + #, no-c-format + msgid "Slow CPU" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 354 +-#: rc.cpp:627 ++#: rc.cpp:605 + #, no-c-format + msgid "Data Checking" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 373 +-#: rc.cpp:630 ++#: rc.cpp:608 + #, no-c-format + msgid "During uploading, do ¬ recheck chunks bigger than" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 430 +-#: rc.cpp:636 ++#: rc.cpp:614 + #, no-c-format + msgid "Do a data integrit&y check after" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 449 +-#: rc.cpp:639 ++#: rc.cpp:617 + #, no-c-format + msgid "corrupted chunks" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 478 +-#: rc.cpp:642 ++#: rc.cpp:620 + #, no-c-format + msgid "Networking" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 505 +-#: rc.cpp:645 ++#: rc.cpp:623 + #, no-c-format + msgid "Maximum number of connection setups:" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 527 +-#: rc.cpp:648 ++#: rc.cpp:626 + #, no-c-format + msgid "DSCP for IP packets:" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 570 +-#: rc.cpp:651 ++#: rc.cpp:629 + #, no-c-format + msgid "Do not use the KDE pro&xy settings for HTTP tracker connections" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 586 +-#: rc.cpp:654 ++#: rc.cpp:632 + #, no-c-format + msgid "HTTP tracker proxy:" + msgstr "" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 24 +-#: rc.cpp:657 ++#: rc.cpp:635 + #, no-c-format + msgid "Scanning data" + msgstr "" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 38 +-#: rc.cpp:660 ++#: rc.cpp:638 + #, no-c-format + msgid "Scanning data of torrent :" + msgstr "" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 62 +-#: rc.cpp:663 ++#: rc.cpp:641 + #, no-c-format + msgid "Number of chunks found :" + msgstr "" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 70 +-#: rc.cpp:666 ++#: rc.cpp:644 + #, no-c-format + msgid "Number of chunks failed / not downloaded :" + msgstr "" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 97 +-#: rc.cpp:669 rc.cpp:672 ++#: rc.cpp:647 rc.cpp:650 + #, no-c-format + msgid "0" + msgstr "0" + + #. i18n: file ./apps/ktupnptest/mainwidget.ui line 54 +-#: rc.cpp:678 ++#: rc.cpp:656 + #, no-c-format + msgid "Test" + msgstr "Profi" + + #. i18n: file ./libktorrent/labelviewitembase.ui line 49 +-#: rc.cpp:685 ++#: rc.cpp:662 + #, no-c-format + msgid "textLabel2" + msgstr "" + + #. i18n: file ./libktorrent/labelviewitembase.ui line 65 +-#: rc.cpp:688 ++#: rc.cpp:665 + #, no-c-format + msgid "textLabel3" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 10 +-#: rc.cpp:691 ++#: rc.cpp:668 + #, no-c-format + msgid "Maximum number of downloads (0 = no limit)" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 15 +-#: rc.cpp:694 ++#: rc.cpp:671 + #, no-c-format + msgid "Maximum number of seeds (0 = no limit)" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 20 +-#: rc.cpp:697 ++#: rc.cpp:674 + #, no-c-format + msgid "Start downloads on low disk space?" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 24 +-#: rc.cpp:700 ++#: rc.cpp:677 + #, no-c-format + msgid "Maximum number of connections per torrent (0 = no limit)" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 29 +-#: rc.cpp:703 ++#: rc.cpp:680 + #, no-c-format + msgid "Maximum number of connections for all torrents (0 = no limit) " + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 34 +-#: rc.cpp:706 ++#: rc.cpp:683 + #, no-c-format + msgid "Maximum upload speed in KB/sec (0 = no limit)" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 39 +-#: rc.cpp:709 ++#: rc.cpp:686 + #, no-c-format + msgid "Maximum download speed in KB/sec (0 = no limit)" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 44 +-#: rc.cpp:712 ++#: rc.cpp:689 + #, no-c-format + msgid "Maximum share ratio(0 = no limit)" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 49 +-#: rc.cpp:715 ++#: rc.cpp:692 + #, no-c-format + msgid "Maximum seed time in hours (0 = no limit)" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 66 +-#: rc.cpp:724 ++#: rc.cpp:701 + #, no-c-format + msgid "Show a system tray icon" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 70 +-#: rc.cpp:727 ++#: rc.cpp:704 + #, fuzzy, no-c-format + msgid "Show speed bar in tray icon" + msgstr "Dangos eicon y teclyn &cysawd" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 74 +-#: rc.cpp:730 ++#: rc.cpp:707 + #, no-c-format + msgid "Download bandwidth (in kb/s):" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 80 +-#: rc.cpp:733 ++#: rc.cpp:710 + #, no-c-format + msgid "Upload bandwidth (in kb/s):" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 86 +-#: rc.cpp:736 ++#: rc.cpp:713 + #, no-c-format + msgid "Show popup messages when torrent is finished." + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 90 +-#: rc.cpp:739 ++#: rc.cpp:716 + #, no-c-format + msgid "Keep seeding after download has finished" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 94 +-#: rc.cpp:742 ++#: rc.cpp:719 + #, no-c-format + msgid "Folder to store temporary files" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 98 +-#: rc.cpp:745 ++#: rc.cpp:722 + #, no-c-format + msgid "Whether to automatically save downloads to saveDir" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 102 +-#: rc.cpp:748 ++#: rc.cpp:725 + #, no-c-format + msgid "Folder to store downloaded files" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 106 +-#: rc.cpp:751 ++#: rc.cpp:728 + #, no-c-format + msgid "Whether to automatically move completed downloads to completedDir" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 110 +-#: rc.cpp:754 ++#: rc.cpp:731 + #, no-c-format + msgid "Folder to move completed downloaded files to" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 114 +-#: rc.cpp:757 ++#: rc.cpp:734 + #, fuzzy, no-c-format + msgid "Whether to automatically copy .torrent files to torrentCopyDir" + msgstr "Methu creu %1: %2" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 118 +-#: rc.cpp:760 ++#: rc.cpp:737 + #, fuzzy, no-c-format + msgid "Folder to copy .torrent files to" + msgstr "Methu creu %1: %2" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 122 +-#: rc.cpp:763 ++#: rc.cpp:740 + #, no-c-format + msgid "Whether to use a custom IP to pass to the tracker" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 126 +-#: rc.cpp:766 ++#: rc.cpp:743 + #, no-c-format + msgid "Directory which was used as the last save directory" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 130 +-#: rc.cpp:769 ++#: rc.cpp:746 + #, no-c-format + msgid "IP to pass to the tracker" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 134 +-#: rc.cpp:772 ++#: rc.cpp:749 + #, no-c-format + msgid "Memory usage" + msgstr "Defnydd Cof" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 138 +-#: rc.cpp:775 ++#: rc.cpp:752 + #, no-c-format + msgid "GUI update interval" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 142 +-#: rc.cpp:778 ++#: rc.cpp:755 + #, no-c-format + msgid "Support for DHT" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 146 +-#: rc.cpp:781 ++#: rc.cpp:758 + #, no-c-format + msgid "DHT port" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 152 +-#: rc.cpp:784 ++#: rc.cpp:761 + #, no-c-format + msgid "Number of upload slots" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 196 +-#: rc.cpp:793 ++#: rc.cpp:770 + #, no-c-format + msgid "Columns shown in KTorrentView" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 205 +-#: rc.cpp:796 ++#: rc.cpp:773 + #, no-c-format + msgid "ET algorithm" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 227 +-#: rc.cpp:799 ++#: rc.cpp:776 + #, no-c-format + msgid "" + "When there's no space left to complete download and free diskspace is less than " +@@ -2222,602 +2222,602 @@ msgid "" + msgstr "" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 16 +-#: rc.cpp:802 ++#: rc.cpp:779 + #, no-c-format + msgid "Plugin Manager" + msgstr "Trefnydd Ategion" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 48 +-#: rc.cpp:805 ++#: rc.cpp:782 + #, no-c-format + msgid "Load" + msgstr "Llwytho" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 56 +-#: rc.cpp:808 ++#: rc.cpp:785 + #, fuzzy, no-c-format + msgid "U&nload" + msgstr "Lawrlwytho" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 64 +-#: rc.cpp:811 ++#: rc.cpp:788 + #, fuzzy, no-c-format + msgid "Load &All" + msgstr "Llwytho" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 72 +-#: rc.cpp:814 ++#: rc.cpp:791 + #, fuzzy, no-c-format + msgid "&Unload All" + msgstr "Lawrlwytho" + + #. i18n: file ./plugins/upnp/ktupnpplugin.kcfg line 10 +-#: rc.cpp:817 ++#: rc.cpp:794 + #, no-c-format + msgid "Default UPnP device to use" + msgstr "" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 16 +-#: plugins/upnp/upnpplugin.cpp:46 plugins/upnp/upnpprefpage.cpp:31 rc.cpp:820 ++#: plugins/upnp/upnpplugin.cpp:46 plugins/upnp/upnpprefpage.cpp:31 rc.cpp:797 + #, no-c-format + msgid "UPnP" + msgstr "" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 35 +-#: rc.cpp:823 ++#: rc.cpp:800 + #, no-c-format + msgid "Detected devices:" + msgstr "" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 41 +-#: rc.cpp:826 ++#: rc.cpp:803 + #, no-c-format + msgid "Device" + msgstr "Dyfais" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 52 +-#: rc.cpp:829 ++#: rc.cpp:806 + #, fuzzy, no-c-format + msgid "Ports Forwarded" + msgstr "Lawrlwytho" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 63 +-#: rc.cpp:832 ++#: rc.cpp:809 + #, fuzzy, no-c-format + msgid "WAN Connection" + msgstr "Cysylltiadau:" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 91 +-#: rc.cpp:835 ++#: rc.cpp:812 + #, no-c-format + msgid "Forw&ard Ports" + msgstr "" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 99 +-#: rc.cpp:838 ++#: rc.cpp:815 + #, no-c-format + msgid "Undo Port Forwarding" + msgstr "" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 124 +-#: rc.cpp:841 ++#: rc.cpp:818 + #, no-c-format + msgid "Rescan" + msgstr "Ailsyllu" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 9 +-#: rc.cpp:844 ++#: rc.cpp:821 + #, no-c-format + msgid "Enable scanning of folder1?" + msgstr "" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 14 +-#: rc.cpp:847 ++#: rc.cpp:824 + #, no-c-format + msgid "Enable scanning of folder2?" + msgstr "" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 19 +-#: rc.cpp:850 ++#: rc.cpp:827 + #, no-c-format + msgid "Enable scanning of folder3?" + msgstr "" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 24 +-#: rc.cpp:853 ++#: rc.cpp:830 + #, fuzzy, no-c-format + msgid "Folder1 path" + msgstr "Plygyll" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 29 +-#: rc.cpp:856 ++#: rc.cpp:833 + #, fuzzy, no-c-format + msgid "Folder2 path" + msgstr "Plygyll" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 34 +-#: rc.cpp:859 ++#: rc.cpp:836 + #, fuzzy, no-c-format + msgid "Folder3 path" + msgstr "Plygyll" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 39 +-#: rc.cpp:862 ++#: rc.cpp:839 + #, fuzzy, no-c-format + msgid "Whether to open torrent silently or not." + msgstr "Methu creu %1: %2" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 44 +-#: rc.cpp:865 ++#: rc.cpp:842 + #, no-c-format + msgid "Delete action checked." + msgstr "" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 49 +-#: rc.cpp:868 ++#: rc.cpp:845 + #, no-c-format + msgid "Move action checked." + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 16 +-#: rc.cpp:871 ++#: rc.cpp:848 + #, fuzzy, no-c-format + msgid "ScanFolder Preferences" + msgstr "Hoffterau" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 35 +-#: rc.cpp:874 ++#: rc.cpp:851 + #, no-c-format + msgid "Scan folder &1" + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 38 +-#: rc.cpp:877 rc.cpp:1480 ++#: rc.cpp:854 rc.cpp:1424 + #, no-c-format + msgid "Alt+1" + msgstr "Alt+1" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 46 +-#: rc.cpp:880 ++#: rc.cpp:857 + #, no-c-format + msgid "Scan folder &2" + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 49 +-#: rc.cpp:883 rc.cpp:1471 rc.cpp:1495 ++#: rc.cpp:860 rc.cpp:1415 rc.cpp:1439 + #, no-c-format + msgid "Alt+2" + msgstr "Alt+2" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 57 +-#: rc.cpp:886 ++#: rc.cpp:863 + #, no-c-format + msgid "Scan folder &3" + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 60 +-#: rc.cpp:889 rc.cpp:1465 ++#: rc.cpp:866 rc.cpp:1409 + #, no-c-format + msgid "Alt+3" + msgstr "Alt+3" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 81 +-#: rc.cpp:895 ++#: rc.cpp:872 + #, no-c-format + msgid "Move to \"loaded\" directory &after loading" + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 84 +-#: rc.cpp:898 ++#: rc.cpp:875 + #, no-c-format + msgid "Move torrent to \"loaded\" directory after loading it" + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 92 +-#: rc.cpp:901 ++#: rc.cpp:878 + #, fuzzy, no-c-format + msgid "Open torrents silentl&y" + msgstr "KTorrent" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 95 +-#: rc.cpp:904 ++#: rc.cpp:881 + #, no-c-format + msgid "Do not show 'Select files to download' dialog" + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 103 +-#: rc.cpp:907 ++#: rc.cpp:884 + #, no-c-format + msgid "Delete after loadin&g" + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 106 +-#: rc.cpp:910 ++#: rc.cpp:887 + #, no-c-format + msgid "Deletes torrent after loading" + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 116 +-#: rc.cpp:913 ++#: rc.cpp:890 + #, fuzzy, no-c-format + msgid "Folders to scan" + msgstr "Plygyll" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 151 +-#: rc.cpp:916 ++#: rc.cpp:893 + #, fuzzy, no-c-format + msgid "Folder 1:" + msgstr "Plygyll" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 162 +-#: rc.cpp:919 ++#: rc.cpp:896 + #, fuzzy, no-c-format + msgid "Folder 2:" + msgstr "Plygyll" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 173 +-#: rc.cpp:922 ++#: rc.cpp:899 + #, fuzzy, no-c-format + msgid "Folder 3:" + msgstr "Plygyll" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 30 +-#: rc.cpp:925 rc.cpp:1895 ++#: rc.cpp:902 rc.cpp:1838 + #, fuzzy, no-c-format + msgid "Search Preferences" + msgstr "Hoffterau" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 41 +-#: rc.cpp:928 ++#: rc.cpp:905 + #, no-c-format + msgid "Web Server" + msgstr "" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 82 +-#: rc.cpp:934 ++#: rc.cpp:911 + #, no-c-format + msgid "Forward port" + msgstr "" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 107 +-#: rc.cpp:937 ++#: rc.cpp:914 + #, no-c-format + msgid "Session TTL (in sec):" + msgstr "" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 142 +-#: rc.cpp:940 ++#: rc.cpp:917 + #, fuzzy, no-c-format + msgid "Select interface:" + msgstr "Dewis D&im" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 173 +-#: rc.cpp:943 ++#: rc.cpp:920 + #, fuzzy, no-c-format + msgid "Username:" + msgstr "Defnyddiwr" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 188 +-#: rc.cpp:946 ++#: rc.cpp:923 + #, no-c-format + msgid "Change password ..." + msgstr "" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 206 +-#: rc.cpp:949 ++#: rc.cpp:926 + #, no-c-format + msgid "Php executable path:" + msgstr "" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 10 +-#: rc.cpp:953 ++#: rc.cpp:929 + #, no-c-format + msgid "Port number" + msgstr "" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 15 +-#: rc.cpp:956 ++#: rc.cpp:932 + #, no-c-format + msgid "forward Port" + msgstr "" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 20 +-#: rc.cpp:959 ++#: rc.cpp:935 + #, no-c-format + msgid "Session time to live" + msgstr "" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 24 +-#: rc.cpp:962 ++#: rc.cpp:938 + #, fuzzy, no-c-format + msgid "interface skin" + msgstr "Dewisiadau Cyffredinol" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 28 +-#: rc.cpp:965 ++#: rc.cpp:941 + #, no-c-format + msgid "php executable path" + msgstr "" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 33 +-#: rc.cpp:968 ++#: rc.cpp:944 + #, no-c-format + msgid "username" + msgstr "" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 37 +-#: rc.cpp:971 ++#: rc.cpp:947 + #, no-c-format + msgid "password" + msgstr "" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 16 +-#: plugins/infowidget/infowidgetplugin.cpp:194 rc.cpp:974 rc.cpp:1046 ++#: plugins/infowidget/infowidgetplugin.cpp:194 rc.cpp:950 rc.cpp:1010 + #, no-c-format + msgid "Chunks" + msgstr "" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 43 +-#: rc.cpp:977 ++#: rc.cpp:953 + #, no-c-format + msgid "Total:" + msgstr "Cyfanswm:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 81 +-#: rc.cpp:981 ++#: rc.cpp:956 + #, fuzzy, no-c-format + msgid "Currently downloading:" + msgstr "Lawrlwytho" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 119 +-#: rc.cpp:985 ++#: rc.cpp:959 + #, fuzzy, no-c-format + msgid "Downloaded:" + msgstr "Lawrlwytho" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 157 +-#: rc.cpp:989 ++#: rc.cpp:962 + #, no-c-format + msgid "Excluded:" + msgstr "Gwaharddwyd :" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 195 +-#: rc.cpp:993 ++#: rc.cpp:965 + #, no-c-format + msgid "Left:" + msgstr "" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 233 +-#: rc.cpp:997 ++#: rc.cpp:968 + #, no-c-format + msgid "Size:" + msgstr "Maint:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 280 +-#: rc.cpp:1001 ++#: rc.cpp:971 + #, no-c-format + msgid "Chunk" + msgstr "" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 291 +-#: rc.cpp:1004 ++#: rc.cpp:974 + #, no-c-format + msgid "Progress" + msgstr "Cynnydd" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 302 +-#: rc.cpp:1007 ++#: rc.cpp:977 + #, no-c-format + msgid "Peer" + msgstr "" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 324 +-#: rc.cpp:1013 ++#: rc.cpp:983 + #, no-c-format + msgid "Assigned Peers" + msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 63 +-#: rc.cpp:1022 ++#: rc.cpp:992 + #, no-c-format + msgid "Seeders:" + msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 71 +-#: rc.cpp:1025 ++#: rc.cpp:995 + #, no-c-format + msgid "Leechers:" + msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 129 +-#: rc.cpp:1030 ++#: rc.cpp:998 + #, no-c-format + msgid "Average Down Speed:" + msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 177 +-#: rc.cpp:1035 ++#: rc.cpp:1001 + #, no-c-format + msgid "Average Up Speed:" + msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 195 +-#: rc.cpp:1038 rc.cpp:1111 ++#: rc.cpp:1004 rc.cpp:1070 + #, no-c-format + msgid "Next update in:" + msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 203 +-#: rc.cpp:1041 ++#: rc.cpp:1007 + #, fuzzy, no-c-format + msgid "Tracker Status:" + msgstr "Cyflwr:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 332 +-#: rc.cpp:1049 ++#: rc.cpp:1013 + #, no-c-format + msgid "Parts of the torrent which have been downloaded:" + msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 367 +-#: rc.cpp:1052 ++#: rc.cpp:1016 + #, no-c-format + msgid "Parts of the torrent which are available:" + msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 457 +-#: rc.cpp:1055 ++#: rc.cpp:1019 + #, no-c-format + msgid "Sharing" + msgstr "Rhannu" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 487 +-#: rc.cpp:1058 ++#: rc.cpp:1022 + #, no-c-format + msgid "" + "Your upload will stop when share ratio gets to this value. Zero means no limit." + msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 525 +-#: rc.cpp:1064 ++#: rc.cpp:1028 + #, no-c-format + msgid "Your upload will stop when you have uploaded for this many hours." + msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 533 +-#: rc.cpp:1067 ++#: rc.cpp:1031 + #, no-c-format + msgid "Hours" + msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 543 +-#: rc.cpp:1070 ++#: rc.cpp:1034 + #, no-c-format + msgid "Ratio limit:" + msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 549 +-#: rc.cpp:1074 ++#: rc.cpp:1037 + #, no-c-format + msgid "Limit works only in seed mode" + msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 557 +-#: rc.cpp:1077 ++#: rc.cpp:1040 + #, fuzzy, no-c-format + msgid "Time &limit:" + msgstr "Heb derfyn" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 37 +-#: rc.cpp:1081 ++#: rc.cpp:1043 + #, fuzzy, no-c-format + msgid "&Update Tracker" + msgstr "Ar gael" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 40 +-#: rc.cpp:1084 ++#: rc.cpp:1046 + #, no-c-format + msgid "Minimum update interval - 60 seconds" + msgstr "" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 48 +-#: rc.cpp:1087 ++#: rc.cpp:1049 + #, fuzzy, no-c-format + msgid "Add Trac&ker" + msgstr "Ar gael" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 64 +-#: rc.cpp:1090 ++#: rc.cpp:1052 + #, fuzzy, no-c-format + msgid "Remove Tracker" + msgstr "Ar gael" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 75 +-#: rc.cpp:1094 ++#: rc.cpp:1055 + #, fuzzy, no-c-format + msgid "Ch&ange Tracker" + msgstr "Ar gael" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 100 +-#: rc.cpp:1097 ++#: rc.cpp:1058 + #, no-c-format + msgid "Restore Defaults" + msgstr "" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 10 +-#: rc.cpp:1115 ++#: rc.cpp:1073 + #, no-c-format + msgid "Show peer view tab in main window" + msgstr "" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 14 +-#: rc.cpp:1118 ++#: rc.cpp:1076 + #, no-c-format + msgid "Show chunk download view tab in main window" + msgstr "" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 18 +-#: rc.cpp:1121 ++#: rc.cpp:1079 + #, no-c-format + msgid "Show trackers view tab in main window" + msgstr "" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 24 +-#: rc.cpp:1124 ++#: rc.cpp:1082 + #, no-c-format + msgid "Show list of peers" + msgstr "" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 35 +-#: rc.cpp:1128 ++#: rc.cpp:1085 + #, fuzzy, no-c-format + msgid "Show list of chunks currentl&y downloading" + msgstr "Lawrlwytho" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 60 +-#: rc.cpp:1131 ++#: rc.cpp:1088 + #, no-c-format + msgid "Show list of trackers" + msgstr "" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 16 +-#: rc.cpp:1135 ++#: rc.cpp:1091 + #, fuzzy, no-c-format + msgid "IPBlocking Preferences" + msgstr "Hoffterau" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 47 +-#: rc.cpp:1138 ++#: rc.cpp:1094 + #, fuzzy, no-c-format + msgid "Select PeerGuardian Filter File " + msgstr "KTorrent" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 58 +-#: rc.cpp:1141 ++#: rc.cpp:1097 + #, fuzzy, no-c-format + msgid "Use PeerGuardian filter?" + msgstr "KTorrent" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 77 +-#: rc.cpp:1145 ++#: rc.cpp:1100 + #, no-c-format + msgid "IP filter file:" + msgstr "" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 85 +-#: rc.cpp:1148 ++#: rc.cpp:1103 + #, no-c-format + msgid "http://www.bluetack.co.uk/modules.php?name=Downloads&d_op=getit&lid=8" + msgstr "" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 123 +-#: rc.cpp:1151 ++#: rc.cpp:1106 + #, fuzzy, no-c-format + msgid "Dow&nload/Convert" + msgstr "Lawrlwytho" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 134 +-#: rc.cpp:1154 ++#: rc.cpp:1109 + #, no-c-format + msgid "" + "Download PeerGuardian filter from bluetack.co.uk or blocklist.org.\n" +@@ -2825,25 +2825,25 @@ msgid "" + msgstr "" + + #. i18n: file ./plugins/ipfilter/ktipfilterplugin.kcfg line 10 +-#: rc.cpp:1159 ++#: rc.cpp:1113 + #, no-c-format + msgid "Level1 filter url" + msgstr "" + + #. i18n: file ./plugins/ipfilter/ktipfilterplugin.kcfg line 14 +-#: rc.cpp:1162 ++#: rc.cpp:1116 + #, no-c-format + msgid "Use level1 filter?" + msgstr "" + + #. i18n: file ./plugins/ipfilter/convert_dlg.ui line 24 +-#: plugins/ipfilter/convertdialog.cpp:155 rc.cpp:1165 ++#: plugins/ipfilter/convertdialog.cpp:155 rc.cpp:1119 + #, fuzzy, no-c-format + msgid "Converting..." + msgstr "Creu ... %1" + + #. i18n: file ./plugins/ipfilter/convert_dlg.ui line 41 +-#: rc.cpp:1168 ++#: rc.cpp:1122 + #, no-c-format + msgid "" + "Click on the 'convert' button to start converting antip2p file. NOTE: This " +@@ -2852,61 +2852,61 @@ msgid "" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 27 +-#: rc.cpp:1179 ++#: rc.cpp:1131 + #, no-c-format + msgid "Update" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 46 +-#: rc.cpp:1182 rc.cpp:1268 ++#: rc.cpp:1134 rc.cpp:1220 + #, no-c-format + msgid "Update charts every" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 71 +-#: rc.cpp:1185 ++#: rc.cpp:1137 + #, no-c-format + msgid "GUI updates" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 92 +-#: rc.cpp:1188 rc.cpp:1271 ++#: rc.cpp:1140 rc.cpp:1223 + #, no-c-format + msgid "Gather data every" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 120 +-#: rc.cpp:1191 ++#: rc.cpp:1143 + #, no-c-format + msgid "miliseconds" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 135 +-#: rc.cpp:1194 ++#: rc.cpp:1146 + #, fuzzy, no-c-format + msgid "Maximum" + msgstr "Canolig" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 154 +-#: rc.cpp:1197 ++#: rc.cpp:1149 + #, no-c-format + msgid "Maximum speed scale mode:" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 165 +-#: rc.cpp:1203 ++#: rc.cpp:1155 + #, no-c-format + msgid "Exact" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 175 +-#: rc.cpp:1206 ++#: rc.cpp:1158 + #, no-c-format + msgid "See 'What's this' for more help" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 180 +-#: rc.cpp:1209 ++#: rc.cpp:1161 + #, no-c-format + msgid "" + "Set maximum value on OY scale as:\n" +@@ -2915,847 +2915,847 @@ msgid "" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 192 +-#: rc.cpp:1214 rc.cpp:1247 ++#: rc.cpp:1166 rc.cpp:1199 + #, no-c-format + msgid "Peers speed" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 211 +-#: rc.cpp:1217 ++#: rc.cpp:1169 + #, no-c-format + msgid "Peers speed:" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 222 +-#: rc.cpp:1220 ++#: rc.cpp:1172 + #, no-c-format + msgid "update every" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 244 +-#: rc.cpp:1223 ++#: rc.cpp:1175 + #, no-c-format + msgid "chart data updates" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 254 +-#: rc.cpp:1226 ++#: rc.cpp:1178 + #, no-c-format + msgid "Gathering data about many connected peers can be CPU consuming." + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 267 +-#: rc.cpp:1229 ++#: rc.cpp:1181 + #, fuzzy, no-c-format + msgid "Peers connections" + msgstr "Cysylltiadau:" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 270 +-#: rc.cpp:1232 ++#: rc.cpp:1184 + #, no-c-format + msgid "Large values can obscure charts of connected peers" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 289 +-#: rc.cpp:1235 ++#: rc.cpp:1187 + #, fuzzy, no-c-format + msgid "Show seeders in swarms" + msgstr "Dangos eicon y teclyn &cysawd" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 297 +-#: rc.cpp:1238 ++#: rc.cpp:1190 + #, no-c-format + msgid "Show leechers in swarms" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 309 +-#: rc.cpp:1241 ++#: rc.cpp:1193 + #, no-c-format + msgid "Measurements count" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 392 +-#: rc.cpp:1250 rc.cpp:1265 ++#: rc.cpp:1202 rc.cpp:1217 + #, fuzzy, no-c-format + msgid "Upload" + msgstr "Lawrlwytho" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 424 +-#: rc.cpp:1253 ++#: rc.cpp:1205 + #, fuzzy, no-c-format + msgid "Connections" + msgstr "Cysylltiadau:" + + #. i18n: file ./plugins/stats/statsspdwgt.ui line 40 +-#: plugins/infowidget/infowidgetplugin.cpp:173 rc.cpp:1262 rc.cpp:1304 ++#: plugins/infowidget/infowidgetplugin.cpp:173 rc.cpp:1214 rc.cpp:1256 + #, no-c-format + msgid "Peers" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 18 +-#: rc.cpp:1274 ++#: rc.cpp:1226 + #, no-c-format + msgid "Toggle peers speed charts" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 22 +-#: rc.cpp:1277 ++#: rc.cpp:1229 + #, no-c-format + msgid "Interval between getting data about peers speed" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 26 +-#: rc.cpp:1280 ++#: rc.cpp:1232 + #, no-c-format + msgid "Toggle drawing of leechers in swarms" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 30 +-#: rc.cpp:1283 ++#: rc.cpp:1235 + #, no-c-format + msgid "Toggle drawing of seeders in swarms" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 35 +-#: rc.cpp:1286 ++#: rc.cpp:1238 + #, fuzzy, no-c-format + msgid "Download mesurments count" + msgstr "Lawrlwythiadau" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 39 +-#: rc.cpp:1289 ++#: rc.cpp:1241 + #, no-c-format + msgid "Peers speed mesurments count" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 43 +-#: rc.cpp:1292 ++#: rc.cpp:1244 + #, no-c-format + msgid "Upload mesurments count" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 47 +-#: rc.cpp:1295 ++#: rc.cpp:1247 + #, no-c-format + msgid "Connections mesurments count" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 51 +-#: rc.cpp:1298 ++#: rc.cpp:1250 + #, no-c-format + msgid "DHT mesurments count" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 56 +-#: rc.cpp:1301 ++#: rc.cpp:1253 + #, no-c-format + msgid "OY axis max mode" + msgstr "" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 16 +-#: rc.cpp:1310 ++#: rc.cpp:1262 + #, no-c-format + msgid "Import an existing download" + msgstr "" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 49 +-#: rc.cpp:1313 ++#: rc.cpp:1265 + #, fuzzy, no-c-format + msgid "Torrent:" + msgstr "KTorrent" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 63 +-#: rc.cpp:1316 ++#: rc.cpp:1268 + #, no-c-format + msgid "Data:" + msgstr "Data:" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 95 +-#: rc.cpp:1319 ++#: rc.cpp:1271 + #, no-c-format + msgid "" + "Please specify the torrent and the data already downloaded for that torrent." + msgstr "" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 133 +-#: rc.cpp:1322 ++#: rc.cpp:1274 + #, no-c-format + msgid "&Import" + msgstr "&Mewnforio" + + #. i18n: file ./plugins/rssfeed/ktrssfeedplugin.kcfg line 10 +-#: rc.cpp:1328 ++#: rc.cpp:1280 + #, no-c-format + msgid "default" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 18 +-#: rc.cpp:1331 ++#: rc.cpp:1283 + #, no-c-format + msgid "Rss Feeds" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 36 +-#: rc.cpp:1334 ++#: rc.cpp:1286 + #, no-c-format + msgid "Feeds" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 78 +-#: rc.cpp:1337 ++#: rc.cpp:1289 + #, no-c-format + msgid "De&lete" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 86 +-#: rc.cpp:1340 rc.cpp:1382 rc.cpp:1392 ++#: rc.cpp:1292 rc.cpp:1331 rc.cpp:1340 + #, no-c-format + msgid "&New" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 117 +-#: rc.cpp:1343 ++#: rc.cpp:1295 + #, fuzzy, no-c-format + msgid "&URL" + msgstr "URL" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 139 +-#: rc.cpp:1346 ++#: rc.cpp:1298 + #, no-c-format + msgid "Articles" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 216 +-#: rc.cpp:1353 ++#: rc.cpp:1304 + #, no-c-format + msgid "Auto&refresh" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 242 +-#: rc.cpp:1356 ++#: rc.cpp:1307 + #, no-c-format + msgid "I&gnore TTL" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 270 +-#: rc.cpp:1359 ++#: rc.cpp:1310 + #, no-c-format + msgid "Refresh" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 299 +-#: rc.cpp:1363 rc.cpp:1395 ++#: rc.cpp:1313 rc.cpp:1343 + #, no-c-format + msgid "&Title" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 323 +-#: rc.cpp:1366 ++#: rc.cpp:1316 + #, no-c-format + msgid "Keep Articles (days)" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 347 +-#: rc.cpp:1369 rc.cpp:1398 ++#: rc.cpp:1319 rc.cpp:1346 + #, no-c-format + msgid "&Active" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 362 +-#: rc.cpp:1372 ++#: rc.cpp:1322 + #, fuzzy, no-c-format + msgid "Filters" + msgstr "Hoffterau" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 389 +-#: rc.cpp:1375 ++#: rc.cpp:1325 + #, fuzzy, no-c-format + msgid "Accept Filters" + msgstr "Pob Ffeil" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 440 +-#: rc.cpp:1385 ++#: rc.cpp:1334 + #, no-c-format + msgid "Reject Filters" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 557 +-#: rc.cpp:1401 ++#: rc.cpp:1349 + #, no-c-format + msgid "Regular Expressions" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 587 +-#: rc.cpp:1404 ++#: rc.cpp:1352 + #, no-c-format + msgid "Treat as &Series" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 624 +-#: rc.cpp:1407 ++#: rc.cpp:1355 + #, fuzzy, no-c-format + msgid "Process" + msgstr "Cynnydd" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 643 +-#: rc.cpp:1411 ++#: rc.cpp:1358 + #, no-c-format + msgid "Series Criteria" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 679 +-#: rc.cpp:1414 ++#: rc.cpp:1361 + #, no-c-format + msgid "Match Without Episode" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 713 +-#: rc.cpp:1418 ++#: rc.cpp:1364 + #, no-c-format + msgid "Max Episode" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 739 +-#: rc.cpp:1421 ++#: rc.cpp:1367 + #, no-c-format + msgid "Max Season" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 758 +-#: rc.cpp:1424 ++#: rc.cpp:1370 + #, no-c-format + msgid "Min Season" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 782 +-#: rc.cpp:1427 ++#: rc.cpp:1373 + #, no-c-format + msgid "Min Episode" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 814 +-#: rc.cpp:1430 ++#: rc.cpp:1376 + #, no-c-format + msgid "Test te&xt" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 840 +-#: rc.cpp:1433 ++#: rc.cpp:1379 + #, fuzzy, no-c-format + msgid "Te&st" + msgstr "Profi" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 858 +-#: rc.cpp:1436 ++#: rc.cpp:1382 + #, fuzzy, no-c-format + msgid "Filter Matches" + msgstr "Plygyll" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 28 +-#: rc.cpp:1447 ++#: rc.cpp:1391 + #, no-c-format + msgid "Bandwidth scheduler" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 50 +-#: rc.cpp:1450 ++#: rc.cpp:1394 + #, no-c-format + msgid "Left click category" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 61 +-#: rc.cpp:1453 ++#: rc.cpp:1397 + #, no-c-format + msgid "Categor&y 1" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 157 +-#: rc.cpp:1456 rc.cpp:1483 ++#: rc.cpp:1400 rc.cpp:1427 + #, no-c-format + msgid "T&urn off" + msgstr "T&roi i ffwrdd" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 165 +-#: rc.cpp:1459 rc.cpp:1486 ++#: rc.cpp:1403 rc.cpp:1430 + #, no-c-format + msgid "&Normal" + msgstr "&Arferol" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 195 +-#: rc.cpp:1462 ++#: rc.cpp:1406 + #, no-c-format + msgid "Category &3" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 206 +-#: rc.cpp:1468 rc.cpp:1492 ++#: rc.cpp:1412 rc.cpp:1436 + #, no-c-format + msgid "Category &2" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 219 +-#: rc.cpp:1474 ++#: rc.cpp:1418 + #, no-c-format + msgid "Right click category" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 230 +-#: rc.cpp:1477 ++#: rc.cpp:1421 + #, no-c-format + msgid "Category &1" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 367 +-#: rc.cpp:1489 ++#: rc.cpp:1433 + #, no-c-format + msgid "&Category 3" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 390 +-#: rc.cpp:1498 ++#: rc.cpp:1442 + #, no-c-format + msgid "Categories" + msgstr "Categoriau" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 401 +-#: rc.cpp:1501 ++#: rc.cpp:1445 + #, no-c-format + msgid "1. Category" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 409 +-#: rc.cpp:1504 ++#: rc.cpp:1448 + #, no-c-format + msgid "3. Category" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 425 +-#: rc.cpp:1507 rc.cpp:1516 rc.cpp:1525 ++#: rc.cpp:1451 rc.cpp:1460 rc.cpp:1469 + #, fuzzy, no-c-format + msgid "download:" + msgstr "Lawrlwytho" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 441 +-#: rc.cpp:1510 rc.cpp:1519 rc.cpp:1528 ++#: rc.cpp:1454 rc.cpp:1463 rc.cpp:1472 + #, no-c-format + msgid "upload:" + msgstr "lanlwytho:" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 457 +-#: rc.cpp:1513 rc.cpp:1522 rc.cpp:1531 ++#: rc.cpp:1457 rc.cpp:1466 rc.cpp:1475 + #, no-c-format + msgid "KB/s *" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 567 +-#: rc.cpp:1534 ++#: rc.cpp:1478 + #, no-c-format + msgid "2. Category" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 626 +-#: rc.cpp:1538 ++#: rc.cpp:1481 + #, no-c-format + msgid "* zero means no limit" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 672 +-#: rc.cpp:1541 ++#: rc.cpp:1484 + #, no-c-format + msgid "Save to file" + msgstr "Cadw i Ffeil" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 680 +-#: rc.cpp:1544 ++#: rc.cpp:1487 + #, no-c-format + msgid "&Load from file" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 688 +-#: rc.cpp:1547 ++#: rc.cpp:1490 + #, no-c-format + msgid "Reset schedule" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 751 +-#: rc.cpp:1550 ++#: rc.cpp:1493 + #, no-c-format + msgid "O&k" + msgstr "I&awn" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 16 +-#: rc.cpp:1559 ++#: rc.cpp:1502 + #, no-c-format + msgid "Scheduler Plugin Pref Page" + msgstr "" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 27 +-#: rc.cpp:1562 ++#: rc.cpp:1505 + #, no-c-format + msgid "Use &bandwidth scheduler?" + msgstr "" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 35 +-#: plugins/scheduler/schedulerplugin.cpp:59 rc.cpp:1565 ++#: plugins/scheduler/schedulerplugin.cpp:59 rc.cpp:1508 + #, no-c-format + msgid "Bandwidth Scheduler" + msgstr "" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 46 +-#: rc.cpp:1568 ++#: rc.cpp:1511 + #, no-c-format + msgid "Use colors instead of pi&xmaps?" + msgstr "" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 54 +-#: rc.cpp:1571 ++#: rc.cpp:1514 + #, no-c-format + msgid "(Recommended for slower systems)" + msgstr "" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 62 +-#: rc.cpp:1574 ++#: rc.cpp:1517 + #, no-c-format + msgid "Edit s&chedule" + msgstr "" + + #. i18n: file ./plugins/scheduler/ktschedulerplugin.kcfg line 10 +-#: rc.cpp:1577 ++#: rc.cpp:1520 + #, no-c-format + msgid "Enable bandwidth scheduler?" + msgstr "" + + #. i18n: file ./plugins/scheduler/ktschedulerplugin.kcfg line 14 +-#: rc.cpp:1580 ++#: rc.cpp:1523 + #, no-c-format + msgid "Use colors instead of pixmaps?" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 10 +-#: rc.cpp:1583 ++#: rc.cpp:1526 + #, no-c-format + msgid "Use rich log text" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 15 +-#: rc.cpp:1586 ++#: rc.cpp:1529 + #, no-c-format + msgid "General info messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 19 +-#: rc.cpp:1589 ++#: rc.cpp:1532 + #, no-c-format + msgid "Connections messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 23 +-#: rc.cpp:1592 ++#: rc.cpp:1535 + #, no-c-format + msgid "DHT messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 27 +-#: rc.cpp:1595 ++#: rc.cpp:1538 + #, no-c-format + msgid "Tracker info messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 31 +-#: rc.cpp:1598 ++#: rc.cpp:1541 + #, fuzzy, no-c-format + msgid "Disk IO info messages flag" + msgstr "Peiriant chwilio :" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 35 +-#: rc.cpp:1601 ++#: rc.cpp:1544 + #, no-c-format + msgid "IPFilter plugin messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 39 +-#: rc.cpp:1604 ++#: rc.cpp:1547 + #, no-c-format + msgid "Search plugin messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 43 +-#: rc.cpp:1607 ++#: rc.cpp:1550 + #, no-c-format + msgid "PartFileImport plugin messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 47 +-#: rc.cpp:1610 ++#: rc.cpp:1553 + #, no-c-format + msgid "InfoWidget plugin messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 51 +-#: rc.cpp:1613 ++#: rc.cpp:1556 + #, no-c-format + msgid "UPnP plugin messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 55 +-#: rc.cpp:1616 ++#: rc.cpp:1559 + #, fuzzy, no-c-format + msgid "ScanFolder plugin messages flag" + msgstr "Dewisiadau Cyffredinol" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 59 +-#: rc.cpp:1619 ++#: rc.cpp:1562 + #, fuzzy, no-c-format + msgid "Scheduler plugin messages flag" + msgstr "Peiriant chwilio :" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 63 +-#: rc.cpp:1622 ++#: rc.cpp:1565 + #, fuzzy, no-c-format + msgid "RSS plugin messages flag" + msgstr "Peiriant chwilio :" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 67 +-#: rc.cpp:1625 ++#: rc.cpp:1568 + #, fuzzy, no-c-format + msgid "WebInterface plugin messages flag" + msgstr "Peiriant chwilio :" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 16 +-#: plugins/logviewer/logprefpage.cpp:31 rc.cpp:1628 ++#: plugins/logviewer/logprefpage.cpp:31 rc.cpp:1571 + #, fuzzy, no-c-format + msgid "LogViewer Options" + msgstr "Dewisiadau Cyffredinol" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 44 +-#: libktorrent/pluginmanagerprefpage.cpp:63 rc.cpp:1631 ++#: libktorrent/pluginmanagerprefpage.cpp:63 rc.cpp:1574 + #, no-c-format + msgid "Plugins" + msgstr "Ategion" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 53 +-#: rc.cpp:1634 rc.cpp:1652 rc.cpp:1670 rc.cpp:1691 rc.cpp:1706 rc.cpp:1724 +-#: rc.cpp:1745 rc.cpp:1763 rc.cpp:1778 rc.cpp:1811 rc.cpp:1826 rc.cpp:1841 +-#: rc.cpp:1859 rc.cpp:1874 ++#: rc.cpp:1577 rc.cpp:1595 rc.cpp:1613 rc.cpp:1634 rc.cpp:1649 rc.cpp:1667 ++#: rc.cpp:1688 rc.cpp:1706 rc.cpp:1721 rc.cpp:1754 rc.cpp:1769 rc.cpp:1784 ++#: rc.cpp:1802 rc.cpp:1817 + #, no-c-format + msgid "All" + msgstr "Popeth" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 58 +-#: rc.cpp:1637 rc.cpp:1655 rc.cpp:1673 rc.cpp:1694 rc.cpp:1709 rc.cpp:1727 +-#: rc.cpp:1748 rc.cpp:1766 rc.cpp:1781 rc.cpp:1814 rc.cpp:1829 rc.cpp:1844 +-#: rc.cpp:1862 rc.cpp:1877 ++#: rc.cpp:1580 rc.cpp:1598 rc.cpp:1616 rc.cpp:1637 rc.cpp:1652 rc.cpp:1670 ++#: rc.cpp:1691 rc.cpp:1709 rc.cpp:1724 rc.cpp:1757 rc.cpp:1772 rc.cpp:1787 ++#: rc.cpp:1805 rc.cpp:1820 + #, no-c-format + msgid "Debug" + msgstr "" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 63 +-#: rc.cpp:1640 rc.cpp:1658 rc.cpp:1676 rc.cpp:1697 rc.cpp:1712 rc.cpp:1730 +-#: rc.cpp:1751 rc.cpp:1769 rc.cpp:1784 rc.cpp:1817 rc.cpp:1832 rc.cpp:1847 +-#: rc.cpp:1865 rc.cpp:1880 ++#: rc.cpp:1583 rc.cpp:1601 rc.cpp:1619 rc.cpp:1640 rc.cpp:1655 rc.cpp:1673 ++#: rc.cpp:1694 rc.cpp:1712 rc.cpp:1727 rc.cpp:1760 rc.cpp:1775 rc.cpp:1790 ++#: rc.cpp:1808 rc.cpp:1823 + #, no-c-format + msgid "Notice" + msgstr "Noder" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 68 +-#: rc.cpp:1643 rc.cpp:1661 rc.cpp:1679 rc.cpp:1700 rc.cpp:1715 rc.cpp:1733 +-#: rc.cpp:1754 rc.cpp:1772 rc.cpp:1787 rc.cpp:1820 rc.cpp:1835 rc.cpp:1850 +-#: rc.cpp:1868 rc.cpp:1883 ++#: rc.cpp:1586 rc.cpp:1604 rc.cpp:1622 rc.cpp:1643 rc.cpp:1658 rc.cpp:1676 ++#: rc.cpp:1697 rc.cpp:1715 rc.cpp:1730 rc.cpp:1763 rc.cpp:1778 rc.cpp:1793 ++#: rc.cpp:1811 rc.cpp:1826 + #, no-c-format + msgid "Important" + msgstr "Pwysig" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 73 +-#: rc.cpp:1646 rc.cpp:1664 rc.cpp:1682 rc.cpp:1703 rc.cpp:1718 rc.cpp:1736 +-#: rc.cpp:1757 rc.cpp:1775 rc.cpp:1790 rc.cpp:1823 rc.cpp:1838 rc.cpp:1853 +-#: rc.cpp:1871 rc.cpp:1886 ++#: rc.cpp:1589 rc.cpp:1607 rc.cpp:1625 rc.cpp:1646 rc.cpp:1661 rc.cpp:1679 ++#: rc.cpp:1700 rc.cpp:1718 rc.cpp:1733 rc.cpp:1766 rc.cpp:1781 rc.cpp:1796 ++#: rc.cpp:1814 rc.cpp:1829 + #, no-c-format + msgid "None" + msgstr "Dim" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 85 +-#: rc.cpp:1649 ++#: rc.cpp:1592 + #, fuzzy, no-c-format + msgid "IPFilter:" + msgstr "Hoffterau" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 126 +-#: rc.cpp:1667 ++#: rc.cpp:1610 + #, no-c-format + msgid "Search:" + msgstr "Chwiliad:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 167 +-#: rc.cpp:1685 ++#: rc.cpp:1628 + #, no-c-format + msgid "UPnP:" + msgstr "" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 178 +-#: rc.cpp:1688 ++#: rc.cpp:1631 + #, fuzzy, no-c-format + msgid "ScanFolder:" + msgstr "Plygyll" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 249 +-#: rc.cpp:1721 ++#: rc.cpp:1664 + #, no-c-format + msgid "Scheduler:" + msgstr "" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 290 +-#: rc.cpp:1739 ++#: rc.cpp:1682 + #, no-c-format + msgid "PartFileImport:" + msgstr "" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 301 +-#: rc.cpp:1742 ++#: rc.cpp:1685 + #, no-c-format + msgid "InfoWidget:" + msgstr "" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 342 +-#: rc.cpp:1760 ++#: rc.cpp:1703 + #, no-c-format + msgid "RSS plugin:" + msgstr "" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 413 +-#: rc.cpp:1793 ++#: rc.cpp:1736 + #, fuzzy, no-c-format + msgid "WebInterface plugin:" + msgstr "Dewisiadau Cyffredinol" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 426 +-#: rc.cpp:1796 ++#: rc.cpp:1739 + #, no-c-format + msgid "System" + msgstr "Cysawd" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 437 +-#: rc.cpp:1799 ++#: rc.cpp:1742 + #, no-c-format + msgid "General:" + msgstr "Cyffredinol:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 445 +-#: rc.cpp:1802 ++#: rc.cpp:1745 + #, no-c-format + msgid "Connections:" + msgstr "Cysylltiadau:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 559 +-#: rc.cpp:1856 ++#: rc.cpp:1799 + #, no-c-format + msgid "Disk I/O:" + msgstr "" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 640 +-#: rc.cpp:1892 ++#: rc.cpp:1835 + #, no-c-format + msgid "Use rich te&xt for log" + msgstr "" + + #. i18n: file ./plugins/search/searchpref.ui line 41 +-#: rc.cpp:1898 ++#: rc.cpp:1841 + #, no-c-format + msgid "External Browser" + msgstr "" + + #. i18n: file ./plugins/search/searchpref.ui line 52 +-#: rc.cpp:1901 ++#: rc.cpp:1844 + #, no-c-format + msgid "Open searches in external browser" + msgstr "" + + #. i18n: file ./plugins/search/searchpref.ui line 60 +-#: rc.cpp:1904 rc.cpp:1955 ++#: rc.cpp:1847 rc.cpp:1892 + #, no-c-format + msgid "Use default browser" + msgstr "" + + #. i18n: file ./plugins/search/searchpref.ui line 79 +-#: rc.cpp:1908 ++#: rc.cpp:1850 + #, no-c-format + msgid "Custom browser path:" + msgstr "" + + #. i18n: file ./plugins/search/searchpref.ui line 116 +-#: rc.cpp:1912 ++#: rc.cpp:1853 + #, fuzzy, no-c-format + msgid "Search Engines" + msgstr "Peiriant chwilio :" + + #. i18n: file ./plugins/search/searchpref.ui line 143 +-#: rc.cpp:1916 ++#: rc.cpp:1856 + #, fuzzy, no-c-format + msgid "Search engine name:" + msgstr "Peiriant chwilio :" + + #. i18n: file ./plugins/search/searchpref.ui line 187 +-#: rc.cpp:1922 ++#: rc.cpp:1862 + #, no-c-format + msgid "&Add" + msgstr "&Ychwanegu" + + #. i18n: file ./plugins/search/searchpref.ui line 195 +-#: rc.cpp:1925 ++#: rc.cpp:1865 + #, no-c-format + msgid "Engines" + msgstr "" + + #. i18n: file ./plugins/search/searchpref.ui line 206 +-#: rc.cpp:1928 ++#: rc.cpp:1868 + #, no-c-format + msgid "URL" + msgstr "URL" + + #. i18n: file ./plugins/search/searchpref.ui line 257 +-#: rc.cpp:1934 ++#: rc.cpp:1874 + #, no-c-format + msgid "R&emove All" + msgstr "G&waredu Popeth" + + #. i18n: file ./plugins/search/searchpref.ui line 282 +-#: rc.cpp:1937 ++#: rc.cpp:1877 + #, no-c-format + msgid "Add Defau<" + msgstr "" + + #. i18n: file ./plugins/search/searchpref.ui line 290 +-#: rc.cpp:1940 ++#: rc.cpp:1880 + #, no-c-format + msgid "Update From Internet" + msgstr "" + + #. i18n: file ./plugins/search/searchbar.ui line 53 + #: plugins/search/searchplugin.cpp:50 plugins/search/searchtab.cpp:48 +-#: rc.cpp:1946 ++#: rc.cpp:1883 + #, no-c-format + msgid "Search" + msgstr "Chwilio" + + #. i18n: file ./plugins/search/searchbar.ui line 78 +-#: rc.cpp:1949 ++#: rc.cpp:1886 + #, no-c-format + msgid "Search engine:" + msgstr "Peiriant chwilio :" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 10 +-#: rc.cpp:1952 ++#: rc.cpp:1889 + #, no-c-format + msgid "Current search engine" + msgstr "" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 19 +-#: rc.cpp:1958 ++#: rc.cpp:1895 + #, no-c-format + msgid "Use custom browser" + msgstr "" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 23 +-#: rc.cpp:1961 ++#: rc.cpp:1898 + #, no-c-format + msgid "Custom browser executable path" + msgstr "" +@@ -4043,34 +4043,34 @@ msgstr "" + msgid "Stopped. No space left on device." + msgstr "" + +-#: libktorrent/torrent/queuemanager.cpp:135 ++#: libktorrent/torrent/queuemanager.cpp:136 + msgid "" + "You don't have enough disk space to download this torrent. Are you sure you " + "want to continue?" + msgstr "" + +-#: libktorrent/torrent/queuemanager.cpp:135 ++#: libktorrent/torrent/queuemanager.cpp:136 + #, c-format + msgid "Insufficient disk space for %1" + msgstr "" + +-#: libktorrent/torrent/queuemanager.cpp:157 ++#: libktorrent/torrent/queuemanager.cpp:158 + msgid "" + "Torrent \"%1\" has reached its maximum share ratio. Ignore the limit and start " + "seeding anyway?" + msgstr "" + +-#: libktorrent/torrent/queuemanager.cpp:157 ++#: libktorrent/torrent/queuemanager.cpp:158 + msgid "Maximum share ratio limit reached." + msgstr "" + +-#: libktorrent/torrent/queuemanager.cpp:236 +-#: libktorrent/torrent/queuemanager.cpp:760 ++#: libktorrent/torrent/queuemanager.cpp:237 ++#: libktorrent/torrent/queuemanager.cpp:763 + #, fuzzy + msgid "Error stopping torrent %1 : %2" + msgstr "Gwall wrth ysgrifennu i %1" + +-#: libktorrent/torrent/queuemanager.cpp:742 ++#: libktorrent/torrent/queuemanager.cpp:745 + #, fuzzy + msgid "Error starting torrent %1 : %2" + msgstr "Gwall wrth ysgrifennu i %1" +diff --git a/translations/da/messages/ktorrent.po b/translations/da/messages/ktorrent.po +index 66fe2f8..3013b4a 100644 +--- a/translations/da/messages/ktorrent.po ++++ b/translations/da/messages/ktorrent.po +@@ -7,7 +7,7 @@ + msgid "" + msgstr "" + "Project-Id-Version: ktorrent\n" +-"POT-Creation-Date: 2008-04-18 19:40+0200\n" ++"POT-Creation-Date: 2008-07-08 22:20+0200\n" + "PO-Revision-Date: 2008-01-24 16:36+0100\n" + "Last-Translator: Martin Schlander \n" + "Language-Team: \n" +@@ -21,7 +21,7 @@ msgid "No incoming connections (possibly firewalled)" + msgstr "Ingen indkommende forbindelser (måske bag lukket firewall)" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 42 +-#: apps/ktorrent/ktorrent.cpp:184 rc.cpp:345 rc.cpp:383 rc.cpp:1019 ++#: apps/ktorrent/ktorrent.cpp:184 rc.cpp:336 rc.cpp:369 rc.cpp:989 + #, no-c-format + msgid "Info" + msgstr "Info" +@@ -189,7 +189,7 @@ msgstr "Misdannet URL." + #. i18n: file ./apps/ktorrent/ktorrentui.rc line 9 + #: apps/ktorrent/groups/downloadgroup.cpp:27 + #: apps/ktorrent/groups/groupmanager.h:57 apps/ktorrent/pref.cpp:147 +-#: apps/ktorrent/viewmanager.cpp:62 rc.cpp:138 rc.cpp:342 ++#: apps/ktorrent/viewmanager.cpp:62 rc.cpp:132 rc.cpp:333 + #, no-c-format + msgid "Downloads" + msgstr "Download" +@@ -311,7 +311,7 @@ msgid "Document to open" + msgstr "Dokument der skal åbnes" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 59 +-#: apps/ktorrent/main.cpp:120 rc.cpp:553 ++#: apps/ktorrent/main.cpp:120 rc.cpp:532 + #, no-c-format + msgid "KTorrent" + msgstr "KTorrent" +@@ -575,7 +575,7 @@ msgstr "Peer-kilder for torrent:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 85 + #: apps/ktorrent/ktorrentviewmenu.cpp:66 plugins/infowidget/peerview.cpp:221 +-#: rc.cpp:77 rc.cpp:1256 rc.cpp:1307 ++#: rc.cpp:75 rc.cpp:1208 rc.cpp:1259 + #, no-c-format + msgid "DHT" + msgstr "DHT" +@@ -617,7 +617,7 @@ msgid "Add to Group" + msgstr "Tilføj til gruppe" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 16 +-#: apps/ktorrent/ktorrentviewmenu.cpp:100 rc.cpp:147 ++#: apps/ktorrent/ktorrentviewmenu.cpp:100 rc.cpp:141 + #, no-c-format + msgid "Speed Limits" + msgstr "Hastighedsgrænser" +@@ -635,7 +635,7 @@ msgid "Malformed IP address." + msgstr "Misdannet IP-adresse." + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 311 +-#: apps/ktorrent/pref.cpp:58 rc.cpp:282 ++#: apps/ktorrent/pref.cpp:58 rc.cpp:273 + #, no-c-format + msgid "Preferences" + msgstr "Indstillinger" +@@ -671,7 +671,7 @@ msgid "Advanced" + msgstr "Avanceret" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 27 +-#: apps/ktorrent/pref.cpp:411 rc.cpp:540 ++#: apps/ktorrent/pref.cpp:411 rc.cpp:519 + #, no-c-format + msgid "Advanced Options" + msgstr "Avancerede tilvalg" +@@ -682,7 +682,7 @@ msgstr "Synlige søjler" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 16 + #: apps/ktorrent/ktorrentview.cpp:135 +-#: plugins/infowidget/infowidgetplugin.cpp:76 rc.cpp:1016 ++#: plugins/infowidget/infowidgetplugin.cpp:76 rc.cpp:986 + #, no-c-format + msgid "Status" + msgstr "Status" +@@ -704,7 +704,7 @@ msgstr "Sent" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 313 + #: apps/ktorrent/ktorrentview.cpp:139 plugins/infowidget/peerview.cpp:216 +-#: rc.cpp:1010 ++#: rc.cpp:980 + #, no-c-format + msgid "Down Speed" + msgstr "Download-hastighed" +@@ -827,7 +827,7 @@ msgid "User" + msgstr "Bruger" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 24 +-#: apps/ktorrent/queuedialog.cpp:75 rc.cpp:249 ++#: apps/ktorrent/queuedialog.cpp:75 rc.cpp:240 + #, no-c-format + msgid "Queue Manager" + msgstr "Kø-håndtering" +@@ -1012,13 +1012,13 @@ msgstr "Kan ikke åbne indeksfilen %1 : %2" + msgid "" + "_: NAME OF TRANSLATORS\n" + "Your names" +-msgstr "Erik Kjær Pedersen Martin Møller,Martin Schlander" ++msgstr "Erik Kjær Pedersen,Martin Møller,Martin Schlander" + + #: _translatorinfo.cpp:3 + msgid "" + "_: EMAIL OF TRANSLATORS\n" + "Your emails" +-msgstr "erik@binghamton.edu martin@martinm-76.dk,suse@linuxin.dk" ++msgstr "erik@binghamton.edu,martin@martinm-76.dk,suse@linuxin.dk" + + #. i18n: file ./apps/ktorrent/fileselectdlgbase.ui line 16 + #: rc.cpp:3 +@@ -1051,8 +1051,8 @@ msgid "Start torrent" + msgstr "Start torrent" + + #. i18n: file ./apps/ktorrent/fileselectdlgbase.ui line 160 +-#: plugins/infowidget/fileview.cpp:49 rc.cpp:27 rc.cpp:1244 rc.cpp:1259 +-#: rc.cpp:1349 rc.cpp:1439 ++#: plugins/infowidget/fileview.cpp:49 rc.cpp:27 rc.cpp:1196 rc.cpp:1211 ++#: rc.cpp:1301 rc.cpp:1385 + #, no-c-format + msgid "Download" + msgstr "Hent" +@@ -1106,13 +1106,13 @@ msgid "Encryption" + msgstr "Kryptering" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 58 +-#: rc.cpp:64 rc.cpp:787 ++#: rc.cpp:63 rc.cpp:764 + #, no-c-format + msgid "Use protocol encryption" + msgstr "Brug protokolkryptering" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 64 +-#: rc.cpp:68 ++#: rc.cpp:66 + #, no-c-format + msgid "" + "Protocol encryption is used to prevent ISP's from slowing down bittorrent " +@@ -1122,13 +1122,13 @@ msgstr "" + "bittorrentforbindelser langsommere." + + #. i18n: file ./apps/ktorrent/generalpref.ui line 72 +-#: rc.cpp:71 rc.cpp:790 ++#: rc.cpp:69 rc.cpp:767 + #, no-c-format + msgid "Allow unencrypted connections" + msgstr "Tillad ukrypterede forbindelser" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 75 +-#: rc.cpp:74 ++#: rc.cpp:72 + #, no-c-format + msgid "" + "If unchecked, you'll be able to connect only to clients supporting encryption." +@@ -1136,7 +1136,7 @@ msgstr "" + "Hvis afmarkeret, kan du kun forbinde til klienter som understøtter kryptering." + + #. i18n: file ./apps/ktorrent/generalpref.ui line 88 +-#: rc.cpp:80 ++#: rc.cpp:78 + #, no-c-format + msgid "" + "Distributed Hash Table protocol." +@@ -1147,169 +1147,169 @@ msgstr "" + "information." + + #. i18n: file ./apps/ktorrent/generalpref.ui line 99 +-#: rc.cpp:83 ++#: rc.cpp:81 + #, no-c-format + msgid "&Use DHT to get additional peers" + msgstr "&Brug DHT til at hente yderligere peers" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 118 +-#: rc.cpp:87 ++#: rc.cpp:84 + #, no-c-format + msgid "UDP port for DHT communication:" + msgstr "UDP-port for DHT-kommunikation:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 161 +-#: rc.cpp:90 ++#: rc.cpp:87 + #, no-c-format + msgid "Custom IP" + msgstr "Egen IP-adresse" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 172 +-#: rc.cpp:93 ++#: rc.cpp:90 + #, no-c-format + msgid "Se&nd the tracker a custom IP address or hostname" + msgstr "Se&nd brugerdefineret IP-adresse eller værtsnavn til trackeren" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 188 +-#: rc.cpp:96 ++#: rc.cpp:93 + #, no-c-format + msgid "Custom IP address or hostname:" + msgstr "Brugerdefineret IP-adresse eller værtsnavn:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 205 +-#: rc.cpp:99 ++#: rc.cpp:96 + #, no-c-format + msgid "System Tray Icon" + msgstr "Ikon i statusfeltet" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 216 +-#: rc.cpp:102 ++#: rc.cpp:99 + #, no-c-format + msgid "Show s&ystem tray icon" + msgstr "Vis sta&tusikon" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 224 +-#: rc.cpp:105 ++#: rc.cpp:102 + #, no-c-format + msgid "Show speed &bar in tray icon" + msgstr "Vis &hastighedslinje i statusfeltet" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 232 +-#: rc.cpp:108 ++#: rc.cpp:105 + #, no-c-format + msgid "Show system tray popup messages" + msgstr "Vis meddelelser i statusfeltet" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 251 +-#: rc.cpp:112 ++#: rc.cpp:108 + #, no-c-format + msgid "Upload bandwidth (in KB/sec):" + msgstr "Overførselsbåndbredde (i kb/sek):" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 276 +-#: rc.cpp:115 ++#: rc.cpp:111 + #, no-c-format + msgid "Download bandwidth (in KB/sec):" + msgstr "Download-båndbredde (i kb/sek):" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 305 +-#: rc.cpp:118 ++#: rc.cpp:114 + #, no-c-format + msgid "Folders" + msgstr "Mapper" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 324 +-#: rc.cpp:121 ++#: rc.cpp:117 + #, no-c-format + msgid "Folder to store temporary files:" + msgstr "Mappe til at opbevare midlertidige filer:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 342 +-#: rc.cpp:124 ++#: rc.cpp:120 + #, no-c-format + msgid "Move completed downloads to:" + msgstr "Flyt afsluttede downloads til:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 353 +-#: rc.cpp:128 ++#: rc.cpp:123 + #, no-c-format + msgid "&Automatically save downloads to:" + msgstr "Gem &automatisk download i:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 395 +-#: rc.cpp:131 ++#: rc.cpp:126 + #, no-c-format + msgid "Copy .torrent files to:" + msgstr "Kopiér torrent-filer til:" + + #. i18n: file ./apps/ktorrent/ktorrentui.rc line 34 +-#: rc.cpp:144 ++#: rc.cpp:138 + #, no-c-format + msgid "Download Toolbar" + msgstr "Download-værktøjslinje" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 27 +-#: rc.cpp:150 ++#: rc.cpp:144 + #, no-c-format + msgid "Set the speed limits for torrent" + msgstr "Angiv hastighedsgrænserne for torrent" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 51 +-#: rc.cpp:153 ++#: rc.cpp:147 + #, no-c-format + msgid "Max upload rate:" + msgstr "Maks. uploadhastighed:" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 59 +-#: rc.cpp:156 ++#: rc.cpp:150 + #, no-c-format + msgid "Max download rate:" + msgstr "Maks. downloadhastighed:" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 97 +-#: rc.cpp:159 rc.cpp:162 ++#: rc.cpp:153 rc.cpp:156 + #, no-c-format + msgid "KB/s (0 is no limit)" + msgstr "KB/s (0 er ubegrænset)" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 16 +-#: rc.cpp:171 ++#: rc.cpp:165 + #, no-c-format + msgid "Add potential peer" + msgstr "Tilføj mulig peer" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 35 +-#: rc.cpp:174 ++#: rc.cpp:168 + #, no-c-format + msgid "Peer IP:" + msgstr "IP-adresse for peer:" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 43 +-#: rc.cpp:177 rc.cpp:208 ++#: rc.cpp:171 rc.cpp:201 + #, no-c-format + msgid "127.0.0.1" + msgstr "127.0.0.1" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 51 +-#: rc.cpp:180 rc.cpp:288 rc.cpp:525 rc.cpp:931 ++#: rc.cpp:174 rc.cpp:279 rc.cpp:504 rc.cpp:908 + #, no-c-format + msgid "Port:" + msgstr "Port:" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 100 +-#: rc.cpp:183 ++#: rc.cpp:177 + #, no-c-format + msgid "Enter peer IP and port." + msgstr "Angiv IP-adresse og port for peer." + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 16 +-#: rc.cpp:193 ++#: rc.cpp:186 + #, no-c-format + msgid "KTorrent Blacklist" + msgstr "Ktorrents sortlistning" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 30 +-#: rc.cpp:196 ++#: rc.cpp:189 + #, no-c-format + msgid "" + "Note: Blacklist applies to current session only. Use save/open to save your " +@@ -1319,188 +1319,188 @@ msgstr "" + "dine indgange, eller bruge IP-filterplugin (PeerGuardian)." + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 41 +-#: rc.cpp:199 ++#: rc.cpp:192 + #, no-c-format + msgid "Banned Peers" + msgstr "Bandlyste peers" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 50 +-#: rc.cpp:202 ++#: rc.cpp:195 + #, no-c-format + msgid "Peer IP address" + msgstr "IP-adresse for peer" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 96 +-#: rc.cpp:205 ++#: rc.cpp:198 + #, no-c-format + msgid "Add peer:" + msgstr "Tilføj peer:" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 134 +-#: rc.cpp:215 ++#: rc.cpp:207 + #, no-c-format + msgid "Adds a peer to blacklist" + msgstr "Tilføjer peer til sortliste" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 168 +-#: rc.cpp:222 ++#: rc.cpp:213 + #, no-c-format + msgid "Removes selected peer from blacklist" + msgstr "Fjerner peer fra sortliste" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 176 +-#: rc.cpp:225 ++#: rc.cpp:216 + #, no-c-format + msgid "C&lear" + msgstr "&Ryd" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 182 +-#: rc.cpp:228 ++#: rc.cpp:219 + #, no-c-format + msgid "Clears this list" + msgstr "Rydder listen" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 218 +-#: rc.cpp:234 ++#: rc.cpp:225 + #, no-c-format + msgid "Save &As..." + msgstr "Gem &som..." + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 224 +-#: rc.cpp:237 ++#: rc.cpp:228 + #, no-c-format + msgid "Save this blacklist to use with KTorrent IPFilter plugin" + msgstr "" + "Gemmer denne sorte liste til at bruge den med Ktorrents IP-filterplugin" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 59 +-#: rc.cpp:252 ++#: rc.cpp:243 + #, no-c-format + msgid "Maximum downloads:" + msgstr "Maksimalt antal download:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 86 +-#: rc.cpp:255 ++#: rc.cpp:246 + #, no-c-format + msgid "Maximum seeds:" + msgstr "Maksimalt antal seeds:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 94 +-#: rc.cpp:258 ++#: rc.cpp:249 + #, no-c-format + msgid "Start download on low disk space :" + msgstr "Start download ved lav ledig diskplads:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 102 +-#: rc.cpp:261 ++#: rc.cpp:252 + #, no-c-format + msgid "Minimum disk space:" + msgstr "Minimal diskplads:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 140 +-#: rc.cpp:264 ++#: rc.cpp:255 + #, no-c-format + msgid "Don't start" + msgstr "Start ikke" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 145 +-#: rc.cpp:267 ++#: rc.cpp:258 + #, no-c-format + msgid "Always ask" + msgstr "Spørg altid" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 150 +-#: rc.cpp:270 ++#: rc.cpp:261 + #, no-c-format + msgid "Force start" + msgstr "Tving til start" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 208 +-#: rc.cpp:273 ++#: rc.cpp:264 + #, no-c-format + msgid "MB" + msgstr "MB" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 236 +-#: rc.cpp:276 rc.cpp:279 rc.cpp:312 rc.cpp:315 rc.cpp:324 ++#: rc.cpp:267 rc.cpp:270 rc.cpp:303 rc.cpp:306 rc.cpp:315 + #, no-c-format + msgid "(0 is no limit)" + msgstr "(0 betyder ubegrænset)" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 330 +-#: rc.cpp:285 ++#: rc.cpp:276 + #, no-c-format + msgid "Maximum download rate:" + msgstr "Maksimal download-hastighed:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 346 +-#: rc.cpp:291 ++#: rc.cpp:282 + #, no-c-format + msgid "Global connection limit:" + msgstr "Global forbindelsesbegrænsning:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 354 +-#: rc.cpp:294 ++#: rc.cpp:285 + #, no-c-format + msgid "Max seed time:" + msgstr "Maks. seedtid:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 370 +-#: rc.cpp:297 ++#: rc.cpp:288 + #, no-c-format + msgid "Maximum connections per torrent:" + msgstr "Maksimalt antal forbindelser pr torrent:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 397 +-#: rc.cpp:300 ++#: rc.cpp:291 + #, no-c-format + msgid "Number of upload slots:" + msgstr "Antal overførselsnicher:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 405 +-#: rc.cpp:303 ++#: rc.cpp:294 + #, no-c-format + msgid "UDP tracker port:" + msgstr "UDP-sporingsport:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 413 +-#: rc.cpp:306 ++#: rc.cpp:297 + #, no-c-format + msgid "Max share ratio:" + msgstr "Maksimalt delingsforhold:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 421 +-#: rc.cpp:309 ++#: rc.cpp:300 + #, no-c-format + msgid "Maximum upload rate:" + msgstr "Maksimal upload-hastighed:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 576 +-#: rc.cpp:318 rc.cpp:321 ++#: rc.cpp:309 rc.cpp:312 + #, no-c-format + msgid "KB/sec (0 is no limit)" + msgstr "Kbyte/sek (0 betyder ubegrænset)" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 651 +-#: rc.cpp:327 ++#: rc.cpp:318 + #, no-c-format + msgid "Hours (0 is no limit)" + msgstr "Timer (0 er ubegrænset)" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 663 +-#: rc.cpp:330 ++#: rc.cpp:321 + #, no-c-format + msgid "&Keep seeding after download is finished" + msgstr "&Fortsæt seedning efter download er færdig" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 674 +-#: rc.cpp:333 ++#: rc.cpp:324 + #, no-c-format + msgid "Attention" + msgstr "Pas på" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 685 +-#: rc.cpp:336 ++#: rc.cpp:327 + #, no-c-format + msgid "" + "The above ports must also be forwarded if you are behind a router. The UPnP " +@@ -1510,283 +1510,283 @@ msgstr "" + "UPnP-pluginnet kan ikke gøre det for dig." + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 16 +-#: rc.cpp:339 ++#: rc.cpp:330 + #, no-c-format + msgid "KT Queue Dialog" + msgstr "KT-kødialog" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 69 +-#: rc.cpp:348 rc.cpp:386 rc.cpp:1107 ++#: rc.cpp:339 rc.cpp:372 rc.cpp:1067 + #, no-c-format + msgid "Status:" + msgstr "Status:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 85 +-#: rc.cpp:351 rc.cpp:389 rc.cpp:1808 ++#: rc.cpp:342 rc.cpp:375 rc.cpp:1751 + #, no-c-format + msgid "Tracker:" + msgstr "Sporer:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 93 +-#: rc.cpp:354 rc.cpp:392 rc.cpp:1805 ++#: rc.cpp:345 rc.cpp:378 rc.cpp:1748 + #, no-c-format + msgid "DHT:" + msgstr "DHT:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 109 +-#: rc.cpp:357 rc.cpp:395 rc.cpp:1061 ++#: rc.cpp:348 rc.cpp:381 rc.cpp:1025 + #, no-c-format + msgid "Share ratio:" + msgstr "Delingsforhold:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 117 +-#: rc.cpp:360 ++#: rc.cpp:351 + #, no-c-format + msgid "Bytes left:" + msgstr "Byte tilbage:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 177 +-#: rc.cpp:368 rc.cpp:377 ++#: rc.cpp:354 rc.cpp:363 + #, no-c-format + msgid "Torrent" + msgstr "Torrent" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 188 +-#: rc.cpp:371 rc.cpp:380 ++#: rc.cpp:357 rc.cpp:366 + #, no-c-format + msgid "Controlled by" + msgstr "Styret af" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 214 +-#: rc.cpp:374 ++#: rc.cpp:360 + #, no-c-format + msgid "Upload&s" + msgstr "&Overførsler" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 333 +-#: rc.cpp:398 ++#: rc.cpp:384 + #, no-c-format + msgid "Uploaded:" + msgstr "Overført:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 486 +-#: rc.cpp:406 ++#: rc.cpp:387 + #, no-c-format + msgid "M&ove up" + msgstr "Flyt &opad" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 494 +-#: rc.cpp:409 ++#: rc.cpp:390 + #, no-c-format + msgid "Move dow&n" + msgstr "Flyt &nedad" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 519 +-#: rc.cpp:412 ++#: rc.cpp:393 + #, no-c-format + msgid "Move to top" + msgstr "Flyt længst op" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 530 +-#: rc.cpp:416 ++#: rc.cpp:396 + #, no-c-format + msgid "Move to &bottom" + msgstr "Flyt &længst ned" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 555 +-#: rc.cpp:419 ++#: rc.cpp:399 + #, no-c-format + msgid "&QM Controlled" + msgstr "Styret af &køhåndtering" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 563 +-#: rc.cpp:422 ++#: rc.cpp:402 + #, no-c-format + msgid "&User Controlled" + msgstr "Styret af &bruger" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 30 +-#: rc.cpp:434 ++#: rc.cpp:414 + #, no-c-format + msgid "Paste URL" + msgstr "Indsæt URL" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 52 +-#: rc.cpp:437 rc.cpp:1104 rc.cpp:1919 ++#: rc.cpp:417 rc.cpp:1064 rc.cpp:1859 + #, no-c-format + msgid "URL:" + msgstr "URL:" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 106 +-#: rc.cpp:440 ++#: rc.cpp:420 + #, no-c-format + msgid "O&K" + msgstr "O&K" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 114 +-#: rc.cpp:443 rc.cpp:675 rc.cpp:1176 ++#: rc.cpp:423 rc.cpp:653 rc.cpp:1128 + #, no-c-format + msgid "C&ancel" + msgstr "&Annullér" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 16 +-#: rc.cpp:446 ++#: rc.cpp:426 + #, no-c-format + msgid "Create Torrent" + msgstr "Opret en torrent" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 38 +-#: rc.cpp:449 ++#: rc.cpp:429 + #, no-c-format + msgid "The file or folder of which you want to create a torrent:" + msgstr "Filen eller mappen du vil oprette en torrent for:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 53 +-#: rc.cpp:452 ++#: rc.cpp:432 + #, no-c-format + msgid "You must add at least one tracker or node." + msgstr "Du skal tilføje mindst en sporer eller knude." + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 61 +-#: rc.cpp:455 ++#: rc.cpp:435 + #, no-c-format + msgid "File Options" + msgstr "Fil-tilvalg" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 80 +-#: rc.cpp:458 ++#: rc.cpp:438 + #, no-c-format + msgid "Size of each chunk:" + msgstr "Størrelse af hver blok:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 86 +-#: rc.cpp:461 ++#: rc.cpp:441 + #, no-c-format + msgid "32" + msgstr "32" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 91 +-#: rc.cpp:464 ++#: rc.cpp:444 + #, no-c-format + msgid "64" + msgstr "64" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 96 +-#: rc.cpp:467 ++#: rc.cpp:447 + #, no-c-format + msgid "128" + msgstr "128" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 101 +-#: rc.cpp:470 ++#: rc.cpp:450 + #, no-c-format + msgid "256" + msgstr "256" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 106 +-#: rc.cpp:473 ++#: rc.cpp:453 + #, no-c-format + msgid "512" + msgstr "512" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 111 +-#: rc.cpp:476 ++#: rc.cpp:456 + #, no-c-format + msgid "1024" + msgstr "1024" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 116 +-#: rc.cpp:479 ++#: rc.cpp:459 + #, no-c-format + msgid "2048" + msgstr "2048" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 121 +-#: rc.cpp:482 ++#: rc.cpp:462 + #, no-c-format + msgid "4096" + msgstr "4096" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 126 +-#: rc.cpp:485 ++#: rc.cpp:465 + #, no-c-format + msgid "8192" + msgstr "8192" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 138 +-#: rc.cpp:488 rc.cpp:633 ++#: rc.cpp:468 rc.cpp:611 + #, no-c-format + msgid "KB" + msgstr "KB" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 165 +-#: rc.cpp:491 ++#: rc.cpp:471 + #, no-c-format + msgid "Start seedin&g the torrent" + msgstr "&Begynd at seede en torrent" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 176 +-#: rc.cpp:494 ++#: rc.cpp:474 + #, no-c-format + msgid "Decentrali&zed (DHT only)" + msgstr "De¢raliseret (kun DHT)" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 184 +-#: rc.cpp:497 ++#: rc.cpp:477 + #, no-c-format + msgid "Private torrent (DHT not allowed)" + msgstr "Privat datastrøm (DHT ikke tilladt)" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 202 +-#: rc.cpp:500 ++#: rc.cpp:480 + #, no-c-format + msgid "Comments:" + msgstr "Kommentarer:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 248 +-#: rc.cpp:503 ++#: rc.cpp:483 + #, no-c-format + msgid "&Create" + msgstr "&Opret" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 262 +-#: rc.cpp:506 rc.cpp:1325 ++#: rc.cpp:486 rc.cpp:1277 + #, no-c-format + msgid "Ca&ncel" + msgstr "&Annullér" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 275 +-#: plugins/infowidget/infowidgetplugin.cpp:214 rc.cpp:509 rc.cpp:1101 ++#: plugins/infowidget/infowidgetplugin.cpp:214 rc.cpp:489 rc.cpp:1061 + #, no-c-format + msgid "Trackers" + msgstr "Sporere" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 283 +-#: rc.cpp:512 ++#: rc.cpp:492 + #, no-c-format + msgid "DHT nodes" + msgstr "DHT-knuder" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 333 +-#: rc.cpp:522 ++#: rc.cpp:501 + #, no-c-format + msgid "Node:" + msgstr "Knude:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 385 +-#: rc.cpp:528 ++#: rc.cpp:507 + #, no-c-format + msgid "IP or hostname" + msgstr "Egen IP-adresse eller eget værtsnavn" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 396 +-#: rc.cpp:531 rc.cpp:718 rc.cpp:721 ++#: rc.cpp:510 rc.cpp:695 rc.cpp:698 + #, no-c-format + msgid "Port" + msgstr "Port" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 437 +-#: rc.cpp:534 ++#: rc.cpp:513 + #, no-c-format + msgid "" + "NOTE: Some known good DHT nodes are already inserted. You should probably " +@@ -1797,19 +1797,19 @@ msgstr "" + "seede denne torrent." + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 16 +-#: rc.cpp:537 ++#: rc.cpp:516 + #, no-c-format + msgid "Advanced Preferences" + msgstr "Avancerede præferencer" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 46 +-#: rc.cpp:543 ++#: rc.cpp:522 + #, no-c-format + msgid "Time left estimation algorithm:" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 53 +-#: rc.cpp:546 rc.cpp:568 ++#: rc.cpp:525 rc.cpp:547 + #, no-c-format + msgid "" + "KTorrent algorithm: Default algorithm using combination of other " +@@ -1837,428 +1837,428 @@ msgstr "" + "X hastighedsprøver" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 64 +-#: rc.cpp:556 ++#: rc.cpp:535 + #, no-c-format + msgid "Current speed" + msgstr "Nuværende hastighed" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 69 +-#: rc.cpp:559 ++#: rc.cpp:538 + #, no-c-format + msgid "Global average speed" + msgstr "Global gns.hastighed" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 74 +-#: rc.cpp:562 ++#: rc.cpp:541 + #, no-c-format + msgid "Window of X" + msgstr "Vindue af X" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 79 +-#: rc.cpp:565 ++#: rc.cpp:544 + #, no-c-format + msgid "Moving average" + msgstr "Bevægeligt gennemsnt" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 98 +-#: rc.cpp:575 ++#: rc.cpp:554 + #, no-c-format + msgid "(takes effect after restart)" + msgstr "(får virkning efter genstart)" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 125 +-#: rc.cpp:578 ++#: rc.cpp:557 + #, no-c-format + msgid "Disa&ble diskspace preallocation" + msgstr "Deaktivér &præallokering af diskplads" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 141 +-#: rc.cpp:581 ++#: rc.cpp:560 + #, no-c-format + msgid "F&ully preallocate diskspace (avoids fragmentation)" + msgstr "Præallokér diskplads fuldt ud (undgår fragmentering)" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 147 +-#: rc.cpp:584 ++#: rc.cpp:563 + #, no-c-format + msgid "Basic (slow)" + msgstr "Basal (langsom)" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 152 +-#: rc.cpp:587 ++#: rc.cpp:566 + #, no-c-format + msgid "Filesystem specific" + msgstr "Filsystemsafhængig" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 174 +-#: rc.cpp:590 ++#: rc.cpp:569 + #, no-c-format + msgid "Performance" + msgstr "Ydelse" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 193 +-#: rc.cpp:593 ++#: rc.cpp:572 + #, no-c-format + msgid "Memory usage:" + msgstr "Hukommelsesforbrug:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 199 +-#: rc.cpp:596 ++#: rc.cpp:575 + #, no-c-format + msgid "Low" + msgstr "Lavt" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 204 +-#: rc.cpp:599 ++#: rc.cpp:578 + #, no-c-format + msgid "Medium" + msgstr "Middel" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 209 +-#: rc.cpp:602 ++#: rc.cpp:581 + #, no-c-format + msgid "High" + msgstr "Højt" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 248 +-#: rc.cpp:605 ++#: rc.cpp:584 + #, no-c-format + msgid "GUI update interval:" + msgstr "Opdateringsinterval for grafisk grænseflade:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 254 +-#: rc.cpp:608 ++#: rc.cpp:587 + #, no-c-format + msgid "500ms" + msgstr "500 ms" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 259 +-#: rc.cpp:611 ++#: rc.cpp:590 + #, no-c-format + msgid "1s" + msgstr "1 s" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 264 +-#: rc.cpp:614 ++#: rc.cpp:593 + #, no-c-format + msgid "2s" + msgstr "2 s" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 269 +-#: rc.cpp:617 ++#: rc.cpp:596 + #, no-c-format + msgid "5s" + msgstr "5 s" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 308 +-#: rc.cpp:620 ++#: rc.cpp:599 + #, no-c-format + msgid "Fast CPU" + msgstr "Hurtig CPU" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 342 +-#: rc.cpp:624 ++#: rc.cpp:602 + #, no-c-format + msgid "Slow CPU" + msgstr "Langsom CPU" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 354 +-#: rc.cpp:627 ++#: rc.cpp:605 + #, no-c-format + msgid "Data Checking" + msgstr "Datakontrol" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 373 +-#: rc.cpp:630 ++#: rc.cpp:608 + #, no-c-format + msgid "During uploading, do ¬ recheck chunks bigger than" + msgstr "Ved upload skal klumper ikke tjekkes hvis de er større e&nd" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 430 +-#: rc.cpp:636 ++#: rc.cpp:614 + #, no-c-format + msgid "Do a data integrit&y check after" + msgstr "Udfør en kontrol af data&integritet efter" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 449 +-#: rc.cpp:639 ++#: rc.cpp:617 + #, no-c-format + msgid "corrupted chunks" + msgstr "skadede stumper" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 478 +-#: rc.cpp:642 ++#: rc.cpp:620 + #, no-c-format + msgid "Networking" + msgstr "Netværk" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 505 +-#: rc.cpp:645 ++#: rc.cpp:623 + #, no-c-format + msgid "Maximum number of connection setups:" + msgstr "Maksimalt antal forbindelser:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 527 +-#: rc.cpp:648 ++#: rc.cpp:626 + #, no-c-format + msgid "DSCP for IP packets:" + msgstr "DSCP for IP-pakker:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 570 +-#: rc.cpp:651 ++#: rc.cpp:629 + #, no-c-format + msgid "Do not use the KDE pro&xy settings for HTTP tracker connections" + msgstr "Brug ikke KDEs proxy-indstillinger til HTTP-tracker-forbindelser" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 586 +-#: rc.cpp:654 ++#: rc.cpp:632 + #, no-c-format + msgid "HTTP tracker proxy:" + msgstr "HTTP-sporingsproxy:" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 24 +-#: rc.cpp:657 ++#: rc.cpp:635 + #, no-c-format + msgid "Scanning data" + msgstr "Gennemsøger data" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 38 +-#: rc.cpp:660 ++#: rc.cpp:638 + #, no-c-format + msgid "Scanning data of torrent :" + msgstr "Skanner data i torrent:" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 62 +-#: rc.cpp:663 ++#: rc.cpp:641 + #, no-c-format + msgid "Number of chunks found :" + msgstr "Antal fundne dele:" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 70 +-#: rc.cpp:666 ++#: rc.cpp:644 + #, no-c-format + msgid "Number of chunks failed / not downloaded :" + msgstr "Antal mislykkede eller ikke hentede dele:" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 97 +-#: rc.cpp:669 rc.cpp:672 ++#: rc.cpp:647 rc.cpp:650 + #, no-c-format + msgid "0" + msgstr "0" + + #. i18n: file ./apps/ktupnptest/mainwidget.ui line 54 +-#: rc.cpp:678 ++#: rc.cpp:656 + #, no-c-format + msgid "Test" + msgstr "Test" + + #. i18n: file ./libktorrent/labelviewitembase.ui line 49 +-#: rc.cpp:685 ++#: rc.cpp:662 + #, no-c-format + msgid "textLabel2" + msgstr "tekstetiket2" + + #. i18n: file ./libktorrent/labelviewitembase.ui line 65 +-#: rc.cpp:688 ++#: rc.cpp:665 + #, no-c-format + msgid "textLabel3" + msgstr "tekstetikette3" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 10 +-#: rc.cpp:691 ++#: rc.cpp:668 + #, no-c-format + msgid "Maximum number of downloads (0 = no limit)" + msgstr "Maksimalt antal download (0 = ubegrænset)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 15 +-#: rc.cpp:694 ++#: rc.cpp:671 + #, no-c-format + msgid "Maximum number of seeds (0 = no limit)" + msgstr "Maksimalt antal seeds (0 = ubegrænset)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 20 +-#: rc.cpp:697 ++#: rc.cpp:674 + #, no-c-format + msgid "Start downloads on low disk space?" + msgstr "Start downloads ved lav diskplads?" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 24 +-#: rc.cpp:700 ++#: rc.cpp:677 + #, no-c-format + msgid "Maximum number of connections per torrent (0 = no limit)" + msgstr "Maksimalt antal forbindelser pr torrent (0 = ubegrænset)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 29 +-#: rc.cpp:703 ++#: rc.cpp:680 + #, no-c-format + msgid "Maximum number of connections for all torrents (0 = no limit) " + msgstr "Maksimalt antal forbindelser pr torrent (0 = ubegrænset)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 34 +-#: rc.cpp:706 ++#: rc.cpp:683 + #, no-c-format + msgid "Maximum upload speed in KB/sec (0 = no limit)" + msgstr "Maksimal upload-hastighed i Kbyte/sek (0 = ubegrænset)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 39 +-#: rc.cpp:709 ++#: rc.cpp:686 + #, no-c-format + msgid "Maximum download speed in KB/sec (0 = no limit)" + msgstr "Maksimal download-hastighed i Kbyte/sek (0 = ubegrænset)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 44 +-#: rc.cpp:712 ++#: rc.cpp:689 + #, no-c-format + msgid "Maximum share ratio(0 = no limit)" + msgstr "Maksimalt delingsforhold (0 = ingen begrænsning)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 49 +-#: rc.cpp:715 ++#: rc.cpp:692 + #, no-c-format + msgid "Maximum seed time in hours (0 = no limit)" + msgstr "Maksimal seedtid i timer (0 er ubegrænset)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 66 +-#: rc.cpp:724 ++#: rc.cpp:701 + #, no-c-format + msgid "Show a system tray icon" + msgstr "Vis en ikon i statusfeltet" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 70 +-#: rc.cpp:727 ++#: rc.cpp:704 + #, no-c-format + msgid "Show speed bar in tray icon" + msgstr "Vis hastighedslinje i statusfeltet" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 74 +-#: rc.cpp:730 ++#: rc.cpp:707 + #, no-c-format + msgid "Download bandwidth (in kb/s):" + msgstr "Download-båndbredde (i Kb/s):" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 80 +-#: rc.cpp:733 ++#: rc.cpp:710 + #, no-c-format + msgid "Upload bandwidth (in kb/s):" + msgstr "Overførselsbåndbredde (i Kb/s):" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 86 +-#: rc.cpp:736 ++#: rc.cpp:713 + #, no-c-format + msgid "Show popup messages when torrent is finished." + msgstr "Vis meddelelser når en torrent er færdig." + + #. i18n: file ./libktorrent/ktorrent.kcfg line 90 +-#: rc.cpp:739 ++#: rc.cpp:716 + #, no-c-format + msgid "Keep seeding after download has finished" + msgstr "Fortsæt seedning efter download er færdig" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 94 +-#: rc.cpp:742 ++#: rc.cpp:719 + #, no-c-format + msgid "Folder to store temporary files" + msgstr "Mappe til at opbevare midlertidige filer" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 98 +-#: rc.cpp:745 ++#: rc.cpp:722 + #, no-c-format + msgid "Whether to automatically save downloads to saveDir" + msgstr "Om download automatisk skal gemmes i den angivne mappe" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 102 +-#: rc.cpp:748 ++#: rc.cpp:725 + #, no-c-format + msgid "Folder to store downloaded files" + msgstr "Mappe til at opbevare downloadede filer" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 106 +-#: rc.cpp:751 ++#: rc.cpp:728 + #, no-c-format + msgid "Whether to automatically move completed downloads to completedDir" + msgstr "Hvorvidt afsluttede downloads automatisk skal flyttes til færdigmappe" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 110 +-#: rc.cpp:754 ++#: rc.cpp:731 + #, no-c-format + msgid "Folder to move completed downloaded files to" + msgstr "Mappe som filer fra afsluttede downloads skal flyttes til" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 114 +-#: rc.cpp:757 ++#: rc.cpp:734 + #, no-c-format + msgid "Whether to automatically copy .torrent files to torrentCopyDir" + msgstr "" + "Hvorvidt .torrent-filer automatisk skal kopieres til kopimappen for torrenter" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 118 +-#: rc.cpp:760 ++#: rc.cpp:737 + #, no-c-format + msgid "Folder to copy .torrent files to" + msgstr "Mappe som .torrent-filer skal kopieres til" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 122 +-#: rc.cpp:763 ++#: rc.cpp:740 + #, no-c-format + msgid "Whether to use a custom IP to pass to the tracker" + msgstr "Om en egen IP-adresse skal bruges at sende til sporeren" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 126 +-#: rc.cpp:766 ++#: rc.cpp:743 + #, no-c-format + msgid "Directory which was used as the last save directory" + msgstr "Mappen der senst blev brugt som gemmemappe" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 130 +-#: rc.cpp:769 ++#: rc.cpp:746 + #, no-c-format + msgid "IP to pass to the tracker" + msgstr "IP-adresse at sende til sporeren" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 134 +-#: rc.cpp:772 ++#: rc.cpp:749 + #, no-c-format + msgid "Memory usage" + msgstr "Hukommelsesforbrug" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 138 +-#: rc.cpp:775 ++#: rc.cpp:752 + #, no-c-format + msgid "GUI update interval" + msgstr "Opdateringsinterval for grafisk grænseflade" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 142 +-#: rc.cpp:778 ++#: rc.cpp:755 + #, no-c-format + msgid "Support for DHT" + msgstr "Støtte for DHT" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 146 +-#: rc.cpp:781 ++#: rc.cpp:758 + #, no-c-format + msgid "DHT port" + msgstr "DHT-port" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 152 +-#: rc.cpp:784 ++#: rc.cpp:761 + #, no-c-format + msgid "Number of upload slots" + msgstr "Antal overførselsnicher" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 196 +-#: rc.cpp:793 ++#: rc.cpp:770 + #, no-c-format + msgid "Columns shown in KTorrentView" + msgstr "Søjler viste i Ktorrent" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 205 +-#: rc.cpp:796 ++#: rc.cpp:773 + #, no-c-format + msgid "ET algorithm" + msgstr "Tid tilbage-algoritme" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 227 +-#: rc.cpp:799 ++#: rc.cpp:776 + #, no-c-format + msgid "" + "When there's no space left to complete download and free diskspace is less than " +@@ -2268,457 +2268,457 @@ msgstr "" + "mindre end min. diskplads vil torrenten blive stoppet." + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 16 +-#: rc.cpp:802 ++#: rc.cpp:779 + #, no-c-format + msgid "Plugin Manager" + msgstr "Plugin-håndtering" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 48 +-#: rc.cpp:805 ++#: rc.cpp:782 + #, no-c-format + msgid "Load" + msgstr "Indlæs" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 56 +-#: rc.cpp:808 ++#: rc.cpp:785 + #, no-c-format + msgid "U&nload" + msgstr "&Læs af" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 64 +-#: rc.cpp:811 ++#: rc.cpp:788 + #, no-c-format + msgid "Load &All" + msgstr "&Indlæs alle" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 72 +-#: rc.cpp:814 ++#: rc.cpp:791 + #, no-c-format + msgid "&Unload All" + msgstr "&Aflæs alle" + + #. i18n: file ./plugins/upnp/ktupnpplugin.kcfg line 10 +-#: rc.cpp:817 ++#: rc.cpp:794 + #, no-c-format + msgid "Default UPnP device to use" + msgstr "Standard UPnP-enhed at bruge" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 16 +-#: plugins/upnp/upnpplugin.cpp:46 plugins/upnp/upnpprefpage.cpp:31 rc.cpp:820 ++#: plugins/upnp/upnpplugin.cpp:46 plugins/upnp/upnpprefpage.cpp:31 rc.cpp:797 + #, no-c-format + msgid "UPnP" + msgstr "UPnP" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 35 +-#: rc.cpp:823 ++#: rc.cpp:800 + #, no-c-format + msgid "Detected devices:" + msgstr "Detekterede enheder:" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 41 +-#: rc.cpp:826 ++#: rc.cpp:803 + #, no-c-format + msgid "Device" + msgstr "Enhed" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 52 +-#: rc.cpp:829 ++#: rc.cpp:806 + #, no-c-format + msgid "Ports Forwarded" + msgstr "Videresendte porte" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 63 +-#: rc.cpp:832 ++#: rc.cpp:809 + #, no-c-format + msgid "WAN Connection" + msgstr "Forbindelse til fjernnetværk" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 91 +-#: rc.cpp:835 ++#: rc.cpp:812 + #, no-c-format + msgid "Forw&ard Ports" + msgstr "Videre&befordring af porte" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 99 +-#: rc.cpp:838 ++#: rc.cpp:815 + #, no-c-format + msgid "Undo Port Forwarding" + msgstr "Fortryd videresending af porte" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 124 +-#: rc.cpp:841 ++#: rc.cpp:818 + #, no-c-format + msgid "Rescan" + msgstr "Søg igen" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 9 +-#: rc.cpp:844 ++#: rc.cpp:821 + #, no-c-format + msgid "Enable scanning of folder1?" + msgstr "Aktivér søgning i mappe 1?" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 14 +-#: rc.cpp:847 ++#: rc.cpp:824 + #, no-c-format + msgid "Enable scanning of folder2?" + msgstr "Aktivér søgning i mappe 2?" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 19 +-#: rc.cpp:850 ++#: rc.cpp:827 + #, no-c-format + msgid "Enable scanning of folder3?" + msgstr "Aktivér søgning i mappe 3?" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 24 +-#: rc.cpp:853 ++#: rc.cpp:830 + #, no-c-format + msgid "Folder1 path" + msgstr "Søgesti til mappe 1" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 29 +-#: rc.cpp:856 ++#: rc.cpp:833 + #, no-c-format + msgid "Folder2 path" + msgstr "Søgesti til mappe 2" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 34 +-#: rc.cpp:859 ++#: rc.cpp:836 + #, no-c-format + msgid "Folder3 path" + msgstr "Søgesti til mappe 3" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 39 +-#: rc.cpp:862 ++#: rc.cpp:839 + #, no-c-format + msgid "Whether to open torrent silently or not." + msgstr "Om en torrent skal åbnes tavst eller ej." + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 44 +-#: rc.cpp:865 ++#: rc.cpp:842 + #, no-c-format + msgid "Delete action checked." + msgstr "Sletningshandling markeret." + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 49 +-#: rc.cpp:868 ++#: rc.cpp:845 + #, no-c-format + msgid "Move action checked." + msgstr "Forflytningshandling markeret." + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 16 +-#: rc.cpp:871 ++#: rc.cpp:848 + #, no-c-format + msgid "ScanFolder Preferences" + msgstr "Mappesøgningsindstillinger" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 35 +-#: rc.cpp:874 ++#: rc.cpp:851 + #, no-c-format + msgid "Scan folder &1" + msgstr "Søg i mappe &1" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 38 +-#: rc.cpp:877 rc.cpp:1480 ++#: rc.cpp:854 rc.cpp:1424 + #, no-c-format + msgid "Alt+1" + msgstr "Alt+1" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 46 +-#: rc.cpp:880 ++#: rc.cpp:857 + #, no-c-format + msgid "Scan folder &2" + msgstr "Søg i mappe &2" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 49 +-#: rc.cpp:883 rc.cpp:1471 rc.cpp:1495 ++#: rc.cpp:860 rc.cpp:1415 rc.cpp:1439 + #, no-c-format + msgid "Alt+2" + msgstr "Alt+2" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 57 +-#: rc.cpp:886 ++#: rc.cpp:863 + #, no-c-format + msgid "Scan folder &3" + msgstr "Søg i mappe &3" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 60 +-#: rc.cpp:889 rc.cpp:1465 ++#: rc.cpp:866 rc.cpp:1409 + #, no-c-format + msgid "Alt+3" + msgstr "Alt+3" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 81 +-#: rc.cpp:895 ++#: rc.cpp:872 + #, no-c-format + msgid "Move to \"loaded\" directory &after loading" + msgstr "Gå til \"&indlæst\" mappe efter indlæsning" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 84 +-#: rc.cpp:898 ++#: rc.cpp:875 + #, no-c-format + msgid "Move torrent to \"loaded\" directory after loading it" + msgstr "Flyt torrent til \"indlæst\" mappe efter den er indlæst" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 92 +-#: rc.cpp:901 ++#: rc.cpp:878 + #, no-c-format + msgid "Open torrents silentl&y" + msgstr "Åbn torrent t&avst" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 95 +-#: rc.cpp:904 ++#: rc.cpp:881 + #, no-c-format + msgid "Do not show 'Select files to download' dialog" + msgstr "Vis ikke dialogen 'Markér filer at downloade'" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 103 +-#: rc.cpp:907 ++#: rc.cpp:884 + #, no-c-format + msgid "Delete after loadin&g" + msgstr "Slet efter indlæsnin&g" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 106 +-#: rc.cpp:910 ++#: rc.cpp:887 + #, no-c-format + msgid "Deletes torrent after loading" + msgstr "Sletter torrent efter indlæsning" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 116 +-#: rc.cpp:913 ++#: rc.cpp:890 + #, no-c-format + msgid "Folders to scan" + msgstr "Mapper at søge i" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 151 +-#: rc.cpp:916 ++#: rc.cpp:893 + #, no-c-format + msgid "Folder 1:" + msgstr "Mappe 1:" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 162 +-#: rc.cpp:919 ++#: rc.cpp:896 + #, no-c-format + msgid "Folder 2:" + msgstr "Mappe 2:" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 173 +-#: rc.cpp:922 ++#: rc.cpp:899 + #, no-c-format + msgid "Folder 3:" + msgstr "Mappe 3:" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 30 +-#: rc.cpp:925 rc.cpp:1895 ++#: rc.cpp:902 rc.cpp:1838 + #, no-c-format + msgid "Search Preferences" + msgstr "Søgeindstillinger" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 41 +-#: rc.cpp:928 ++#: rc.cpp:905 + #, no-c-format + msgid "Web Server" + msgstr "Web-server" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 82 +-#: rc.cpp:934 ++#: rc.cpp:911 + #, no-c-format + msgid "Forward port" + msgstr "Videresend port" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 107 +-#: rc.cpp:937 ++#: rc.cpp:914 + #, no-c-format + msgid "Session TTL (in sec):" + msgstr "Sessionstid at være aktiv (i sekunder)" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 142 +-#: rc.cpp:940 ++#: rc.cpp:917 + #, no-c-format + msgid "Select interface:" + msgstr "Vælg grænseflade:" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 173 +-#: rc.cpp:943 ++#: rc.cpp:920 + #, no-c-format + msgid "Username:" + msgstr "Brugernavn:" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 188 +-#: rc.cpp:946 ++#: rc.cpp:923 + #, no-c-format + msgid "Change password ..." + msgstr "Ændr kodeord..." + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 206 +-#: rc.cpp:949 ++#: rc.cpp:926 + #, no-c-format + msgid "Php executable path:" + msgstr "Søgesti til kørbar fil for PHP:" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 10 +-#: rc.cpp:953 ++#: rc.cpp:929 + #, no-c-format + msgid "Port number" + msgstr "Portnummer" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 15 +-#: rc.cpp:956 ++#: rc.cpp:932 + #, no-c-format + msgid "forward Port" + msgstr "videresend port" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 20 +-#: rc.cpp:959 ++#: rc.cpp:935 + #, no-c-format + msgid "Session time to live" + msgstr "Sessionstid at være aktiv" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 24 +-#: rc.cpp:962 ++#: rc.cpp:938 + #, no-c-format + msgid "interface skin" + msgstr "grænseflades udseende" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 28 +-#: rc.cpp:965 ++#: rc.cpp:941 + #, no-c-format + msgid "php executable path" + msgstr "Søgesti til kørbar fil for PHP" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 33 +-#: rc.cpp:968 ++#: rc.cpp:944 + #, no-c-format + msgid "username" + msgstr "brugernavn" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 37 +-#: rc.cpp:971 ++#: rc.cpp:947 + #, no-c-format + msgid "password" + msgstr "kodeord" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 16 +-#: plugins/infowidget/infowidgetplugin.cpp:194 rc.cpp:974 rc.cpp:1046 ++#: plugins/infowidget/infowidgetplugin.cpp:194 rc.cpp:950 rc.cpp:1010 + #, no-c-format + msgid "Chunks" + msgstr "Blokke" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 43 +-#: rc.cpp:977 ++#: rc.cpp:953 + #, no-c-format + msgid "Total:" + msgstr "I alt:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 81 +-#: rc.cpp:981 ++#: rc.cpp:956 + #, no-c-format + msgid "Currently downloading:" + msgstr "Nuværende download:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 119 +-#: rc.cpp:985 ++#: rc.cpp:959 + #, no-c-format + msgid "Downloaded:" + msgstr "Hentede:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 157 +-#: rc.cpp:989 ++#: rc.cpp:962 + #, no-c-format + msgid "Excluded:" + msgstr "Undtagne:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 195 +-#: rc.cpp:993 ++#: rc.cpp:965 + #, no-c-format + msgid "Left:" + msgstr "Venstre:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 233 +-#: rc.cpp:997 ++#: rc.cpp:968 + #, no-c-format + msgid "Size:" + msgstr "Størrelse:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 280 +-#: rc.cpp:1001 ++#: rc.cpp:971 + #, no-c-format + msgid "Chunk" + msgstr "Blok" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 291 +-#: rc.cpp:1004 ++#: rc.cpp:974 + #, no-c-format + msgid "Progress" + msgstr "Fremgang" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 302 +-#: rc.cpp:1007 ++#: rc.cpp:977 + #, no-c-format + msgid "Peer" + msgstr "Peer" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 324 +-#: rc.cpp:1013 ++#: rc.cpp:983 + #, no-c-format + msgid "Assigned Peers" + msgstr "Tildelte peers" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 63 +-#: rc.cpp:1022 ++#: rc.cpp:992 + #, no-c-format + msgid "Seeders:" + msgstr "Seedere:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 71 +-#: rc.cpp:1025 ++#: rc.cpp:995 + #, no-c-format + msgid "Leechers:" + msgstr "Leechere:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 129 +-#: rc.cpp:1030 ++#: rc.cpp:998 + #, no-c-format + msgid "Average Down Speed:" + msgstr "Gennemsnitlig hastighed nedad:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 177 +-#: rc.cpp:1035 ++#: rc.cpp:1001 + #, no-c-format + msgid "Average Up Speed:" + msgstr "Gennemsnitlig hastighed opad:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 195 +-#: rc.cpp:1038 rc.cpp:1111 ++#: rc.cpp:1004 rc.cpp:1070 + #, no-c-format + msgid "Next update in:" + msgstr "Næste opdatering om:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 203 +-#: rc.cpp:1041 ++#: rc.cpp:1007 + #, no-c-format + msgid "Tracker Status:" + msgstr "Sporerens status:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 332 +-#: rc.cpp:1049 ++#: rc.cpp:1013 + #, no-c-format + msgid "Parts of the torrent which have been downloaded:" + msgstr "Dele af den torrent som er hentet:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 367 +-#: rc.cpp:1052 ++#: rc.cpp:1016 + #, no-c-format + msgid "Parts of the torrent which are available:" + msgstr "Dele af torrent som er tilgængelige:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 457 +-#: rc.cpp:1055 ++#: rc.cpp:1019 + #, no-c-format + msgid "Sharing" + msgstr "Deling" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 487 +-#: rc.cpp:1058 ++#: rc.cpp:1022 + #, no-c-format + msgid "" + "Your upload will stop when share ratio gets to this value. Zero means no limit." +@@ -2727,145 +2727,145 @@ msgstr "" + "begrænsning." + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 525 +-#: rc.cpp:1064 ++#: rc.cpp:1028 + #, no-c-format + msgid "Your upload will stop when you have uploaded for this many hours." + msgstr "Dit upload vil stoppe når du har uploadet i så mange timer." + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 533 +-#: rc.cpp:1067 ++#: rc.cpp:1031 + #, no-c-format + msgid "Hours" + msgstr "Timer" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 543 +-#: rc.cpp:1070 ++#: rc.cpp:1034 + #, no-c-format + msgid "Ratio limit:" + msgstr "Forholdsgrænse:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 549 +-#: rc.cpp:1074 ++#: rc.cpp:1037 + #, no-c-format + msgid "Limit works only in seed mode" + msgstr "Grænse virker kun i seed-tilstand" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 557 +-#: rc.cpp:1077 ++#: rc.cpp:1040 + #, no-c-format + msgid "Time &limit:" + msgstr "Tids&grænse:" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 37 +-#: rc.cpp:1081 ++#: rc.cpp:1043 + #, no-c-format + msgid "&Update Tracker" + msgstr "&Opdatér sporer" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 40 +-#: rc.cpp:1084 ++#: rc.cpp:1046 + #, no-c-format + msgid "Minimum update interval - 60 seconds" + msgstr "Minimalt opdateringsinterval - 60 sekunder" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 48 +-#: rc.cpp:1087 ++#: rc.cpp:1049 + #, no-c-format + msgid "Add Trac&ker" + msgstr "Tilføj spo&rere" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 64 +-#: rc.cpp:1090 ++#: rc.cpp:1052 + #, no-c-format + msgid "Remove Tracker" + msgstr "Fjern sporer" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 75 +-#: rc.cpp:1094 ++#: rc.cpp:1055 + #, no-c-format + msgid "Ch&ange Tracker" + msgstr "Skift tr&acker" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 100 +-#: rc.cpp:1097 ++#: rc.cpp:1058 + #, no-c-format + msgid "Restore Defaults" + msgstr "Genopret standard" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 10 +-#: rc.cpp:1115 ++#: rc.cpp:1073 + #, no-c-format + msgid "Show peer view tab in main window" + msgstr "Vis peer-visningsfaneblad i hovedvinduet" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 14 +-#: rc.cpp:1118 ++#: rc.cpp:1076 + #, no-c-format + msgid "Show chunk download view tab in main window" + msgstr "Vis visningsfaneblad for blok-download i hovedvinduet" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 18 +-#: rc.cpp:1121 ++#: rc.cpp:1079 + #, no-c-format + msgid "Show trackers view tab in main window" + msgstr "Vis visningfaneblad for sporere i hovedvinduet" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 24 +-#: rc.cpp:1124 ++#: rc.cpp:1082 + #, no-c-format + msgid "Show list of peers" + msgstr "Vis liste over peers" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 35 +-#: rc.cpp:1128 ++#: rc.cpp:1085 + #, no-c-format + msgid "Show list of chunks currentl&y downloading" + msgstr "Vis liste med blokke som for ø&jeblikket hentes" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 60 +-#: rc.cpp:1131 ++#: rc.cpp:1088 + #, no-c-format + msgid "Show list of trackers" + msgstr "Vis liste med sporere" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 16 +-#: rc.cpp:1135 ++#: rc.cpp:1091 + #, no-c-format + msgid "IPBlocking Preferences" + msgstr "Indstillinger af IP-blokering" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 47 +-#: rc.cpp:1138 ++#: rc.cpp:1094 + #, no-c-format + msgid "Select PeerGuardian Filter File " + msgstr "Vælg PeerGuardian-filterfil " + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 58 +-#: rc.cpp:1141 ++#: rc.cpp:1097 + #, no-c-format + msgid "Use PeerGuardian filter?" + msgstr "Brug PeerGuardian-filter?" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 77 +-#: rc.cpp:1145 ++#: rc.cpp:1100 + #, no-c-format + msgid "IP filter file:" + msgstr "IP-filterfil:" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 85 +-#: rc.cpp:1148 ++#: rc.cpp:1103 + #, no-c-format + msgid "http://www.bluetack.co.uk/modules.php?name=Downloads&d_op=getit&lid=8" + msgstr "http://www.bluetack.co.uk/modules.php?name=Downloads&d_op=getit&lid=8" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 123 +-#: rc.cpp:1151 ++#: rc.cpp:1106 + #, no-c-format + msgid "Dow&nload/Convert" + msgstr "&Download og konvertér" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 134 +-#: rc.cpp:1154 ++#: rc.cpp:1109 + #, no-c-format + msgid "" + "Download PeerGuardian filter from bluetack.co.uk or blocklist.org.\n" +@@ -2875,25 +2875,25 @@ msgstr "" + "Bemærk: ZIP-filer fra bluetack.co.uk understøttes." + + #. i18n: file ./plugins/ipfilter/ktipfilterplugin.kcfg line 10 +-#: rc.cpp:1159 ++#: rc.cpp:1113 + #, no-c-format + msgid "Level1 filter url" + msgstr "Filter-url af niveau 1" + + #. i18n: file ./plugins/ipfilter/ktipfilterplugin.kcfg line 14 +-#: rc.cpp:1162 ++#: rc.cpp:1116 + #, no-c-format + msgid "Use level1 filter?" + msgstr "Brug niveau 1 filter?" + + #. i18n: file ./plugins/ipfilter/convert_dlg.ui line 24 +-#: plugins/ipfilter/convertdialog.cpp:155 rc.cpp:1165 ++#: plugins/ipfilter/convertdialog.cpp:155 rc.cpp:1119 + #, no-c-format + msgid "Converting..." + msgstr "Konverterer..." + + #. i18n: file ./plugins/ipfilter/convert_dlg.ui line 41 +-#: rc.cpp:1168 ++#: rc.cpp:1122 + #, no-c-format + msgid "" + "Click on the 'convert' button to start converting antip2p file. NOTE: This " +@@ -2905,61 +2905,61 @@ msgstr "" + "den tid kan du ikke bruge Ktorrent." + + #. i18n: file ./plugins/stats/sprefwgt.ui line 27 +-#: rc.cpp:1179 ++#: rc.cpp:1131 + #, no-c-format + msgid "Update" + msgstr "Opdatér" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 46 +-#: rc.cpp:1182 rc.cpp:1268 ++#: rc.cpp:1134 rc.cpp:1220 + #, no-c-format + msgid "Update charts every" + msgstr "Opdatér diagrammer hver" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 71 +-#: rc.cpp:1185 ++#: rc.cpp:1137 + #, no-c-format + msgid "GUI updates" + msgstr "GUI-opdateringer" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 92 +-#: rc.cpp:1188 rc.cpp:1271 ++#: rc.cpp:1140 rc.cpp:1223 + #, no-c-format + msgid "Gather data every" + msgstr "Saml data hver" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 120 +-#: rc.cpp:1191 ++#: rc.cpp:1143 + #, no-c-format + msgid "miliseconds" + msgstr "milisekunder" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 135 +-#: rc.cpp:1194 ++#: rc.cpp:1146 + #, no-c-format + msgid "Maximum" + msgstr "Maksimum" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 154 +-#: rc.cpp:1197 ++#: rc.cpp:1149 + #, no-c-format + msgid "Maximum speed scale mode:" + msgstr "Maksimal hastighedsskala-tilstand:" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 165 +-#: rc.cpp:1203 ++#: rc.cpp:1155 + #, no-c-format + msgid "Exact" + msgstr "Nøjagtigt" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 175 +-#: rc.cpp:1206 ++#: rc.cpp:1158 + #, no-c-format + msgid "See 'What's this' for more help" + msgstr "Se 'Hvad er dette' for mere hjælp" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 180 +-#: rc.cpp:1209 ++#: rc.cpp:1161 + #, no-c-format + msgid "" + "Set maximum value on OY scale as:\n" +@@ -2971,847 +2971,847 @@ msgstr "" + "- Nøjagtig: Maksimalt opnået hastighed som er synligt i diagrammet" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 192 +-#: rc.cpp:1214 rc.cpp:1247 ++#: rc.cpp:1166 rc.cpp:1199 + #, no-c-format + msgid "Peers speed" + msgstr "Peers-hastighed" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 211 +-#: rc.cpp:1217 ++#: rc.cpp:1169 + #, no-c-format + msgid "Peers speed:" + msgstr "Peers-hastighed:" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 222 +-#: rc.cpp:1220 ++#: rc.cpp:1172 + #, no-c-format + msgid "update every" + msgstr "opdatér hver" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 244 +-#: rc.cpp:1223 ++#: rc.cpp:1175 + #, no-c-format + msgid "chart data updates" + msgstr "opdatering af diagramdata" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 254 +-#: rc.cpp:1226 ++#: rc.cpp:1178 + #, no-c-format + msgid "Gathering data about many connected peers can be CPU consuming." + msgstr "Indsamling af data om mange forbundne peers kan være CPU-forbrugende." + + #. i18n: file ./plugins/stats/sprefwgt.ui line 267 +-#: rc.cpp:1229 ++#: rc.cpp:1181 + #, no-c-format + msgid "Peers connections" + msgstr "Forbindelser til peers" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 270 +-#: rc.cpp:1232 ++#: rc.cpp:1184 + #, no-c-format + msgid "Large values can obscure charts of connected peers" + msgstr "Store værdier kan tilsløre diagrammer over forbundne peers" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 289 +-#: rc.cpp:1235 ++#: rc.cpp:1187 + #, no-c-format + msgid "Show seeders in swarms" + msgstr "Vis seedere i sværme" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 297 +-#: rc.cpp:1238 ++#: rc.cpp:1190 + #, no-c-format + msgid "Show leechers in swarms" + msgstr "Vis leechere i sværme" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 309 +-#: rc.cpp:1241 ++#: rc.cpp:1193 + #, no-c-format + msgid "Measurements count" + msgstr "Målingsoptælling" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 392 +-#: rc.cpp:1250 rc.cpp:1265 ++#: rc.cpp:1202 rc.cpp:1217 + #, no-c-format + msgid "Upload" + msgstr "Overfør" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 424 +-#: rc.cpp:1253 ++#: rc.cpp:1205 + #, no-c-format + msgid "Connections" + msgstr "Forbindelser" + + #. i18n: file ./plugins/stats/statsspdwgt.ui line 40 +-#: plugins/infowidget/infowidgetplugin.cpp:173 rc.cpp:1262 rc.cpp:1304 ++#: plugins/infowidget/infowidgetplugin.cpp:173 rc.cpp:1214 rc.cpp:1256 + #, no-c-format + msgid "Peers" + msgstr "Peers" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 18 +-#: rc.cpp:1274 ++#: rc.cpp:1226 + #, no-c-format + msgid "Toggle peers speed charts" + msgstr "Skift mellem hastighedsdiagrammer for peers" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 22 +-#: rc.cpp:1277 ++#: rc.cpp:1229 + #, no-c-format + msgid "Interval between getting data about peers speed" + msgstr "Interval mellem hentning af data om hastighed for peers" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 26 +-#: rc.cpp:1280 ++#: rc.cpp:1232 + #, no-c-format + msgid "Toggle drawing of leechers in swarms" + msgstr "Skift mellem tegning af leechere i sværme" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 30 +-#: rc.cpp:1283 ++#: rc.cpp:1235 + #, no-c-format + msgid "Toggle drawing of seeders in swarms" + msgstr "Skift mellem tegning af seedere i sværme" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 35 +-#: rc.cpp:1286 ++#: rc.cpp:1238 + #, no-c-format + msgid "Download mesurments count" + msgstr "Optælling af downloadmålinger" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 39 +-#: rc.cpp:1289 ++#: rc.cpp:1241 + #, no-c-format + msgid "Peers speed mesurments count" + msgstr "Optælling af hastighedsmålinger for peers" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 43 +-#: rc.cpp:1292 ++#: rc.cpp:1244 + #, no-c-format + msgid "Upload mesurments count" + msgstr "Optælling af uploadmålinger" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 47 +-#: rc.cpp:1295 ++#: rc.cpp:1247 + #, no-c-format + msgid "Connections mesurments count" + msgstr "Optælling af forbindelsesmålinger" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 51 +-#: rc.cpp:1298 ++#: rc.cpp:1250 + #, no-c-format + msgid "DHT mesurments count" + msgstr "Optælling af DHT-målinger" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 56 +-#: rc.cpp:1301 ++#: rc.cpp:1253 + #, no-c-format + msgid "OY axis max mode" + msgstr "Maks.tilstand for OY-akse" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 16 +-#: rc.cpp:1310 ++#: rc.cpp:1262 + #, no-c-format + msgid "Import an existing download" + msgstr "Importér eksisterende download" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 49 +-#: rc.cpp:1313 ++#: rc.cpp:1265 + #, no-c-format + msgid "Torrent:" + msgstr "Torrent:" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 63 +-#: rc.cpp:1316 ++#: rc.cpp:1268 + #, no-c-format + msgid "Data:" + msgstr "Data:" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 95 +-#: rc.cpp:1319 ++#: rc.cpp:1271 + #, no-c-format + msgid "" + "Please specify the torrent and the data already downloaded for that torrent." + msgstr "Angiv torrent og data som allerede er hentet hjem for den torrent." + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 133 +-#: rc.cpp:1322 ++#: rc.cpp:1274 + #, no-c-format + msgid "&Import" + msgstr "Impo&rtér" + + #. i18n: file ./plugins/rssfeed/ktrssfeedplugin.kcfg line 10 +-#: rc.cpp:1328 ++#: rc.cpp:1280 + #, no-c-format + msgid "default" + msgstr "standard" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 18 +-#: rc.cpp:1331 ++#: rc.cpp:1283 + #, no-c-format + msgid "Rss Feeds" + msgstr "RSS-kanaler" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 36 +-#: rc.cpp:1334 ++#: rc.cpp:1286 + #, no-c-format + msgid "Feeds" + msgstr "Kilder" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 78 +-#: rc.cpp:1337 ++#: rc.cpp:1289 + #, no-c-format + msgid "De&lete" + msgstr "S&let" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 86 +-#: rc.cpp:1340 rc.cpp:1382 rc.cpp:1392 ++#: rc.cpp:1292 rc.cpp:1331 rc.cpp:1340 + #, no-c-format + msgid "&New" + msgstr "&Ny" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 117 +-#: rc.cpp:1343 ++#: rc.cpp:1295 + #, no-c-format + msgid "&URL" + msgstr "&URL" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 139 +-#: rc.cpp:1346 ++#: rc.cpp:1298 + #, no-c-format + msgid "Articles" + msgstr "Artikler" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 216 +-#: rc.cpp:1353 ++#: rc.cpp:1304 + #, no-c-format + msgid "Auto&refresh" + msgstr "&Opdatér automatisk" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 242 +-#: rc.cpp:1356 ++#: rc.cpp:1307 + #, no-c-format + msgid "I&gnore TTL" + msgstr "I&gnorér TTL" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 270 +-#: rc.cpp:1359 ++#: rc.cpp:1310 + #, no-c-format + msgid "Refresh" + msgstr "Genopfrisk" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 299 +-#: rc.cpp:1363 rc.cpp:1395 ++#: rc.cpp:1313 rc.cpp:1343 + #, no-c-format + msgid "&Title" + msgstr "&Titel" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 323 +-#: rc.cpp:1366 ++#: rc.cpp:1316 + #, no-c-format + msgid "Keep Articles (days)" + msgstr "Behold artikler (dage)" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 347 +-#: rc.cpp:1369 rc.cpp:1398 ++#: rc.cpp:1319 rc.cpp:1346 + #, no-c-format + msgid "&Active" + msgstr "&Aktiv" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 362 +-#: rc.cpp:1372 ++#: rc.cpp:1322 + #, no-c-format + msgid "Filters" + msgstr "Filtre" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 389 +-#: rc.cpp:1375 ++#: rc.cpp:1325 + #, no-c-format + msgid "Accept Filters" + msgstr "Filter til at acceptere" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 440 +-#: rc.cpp:1385 ++#: rc.cpp:1334 + #, no-c-format + msgid "Reject Filters" + msgstr "Filter til at forkaste" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 557 +-#: rc.cpp:1401 ++#: rc.cpp:1349 + #, no-c-format + msgid "Regular Expressions" + msgstr "Regulære udtryk" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 587 +-#: rc.cpp:1404 ++#: rc.cpp:1352 + #, no-c-format + msgid "Treat as &Series" + msgstr "Behandl som &serier" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 624 +-#: rc.cpp:1407 ++#: rc.cpp:1355 + #, no-c-format + msgid "Process" + msgstr "Proces" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 643 +-#: rc.cpp:1411 ++#: rc.cpp:1358 + #, no-c-format + msgid "Series Criteria" + msgstr "Kriterier for serie" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 679 +-#: rc.cpp:1414 ++#: rc.cpp:1361 + #, no-c-format + msgid "Match Without Episode" + msgstr "Match uden episode" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 713 +-#: rc.cpp:1418 ++#: rc.cpp:1364 + #, no-c-format + msgid "Max Episode" + msgstr "Sidste episode" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 739 +-#: rc.cpp:1421 ++#: rc.cpp:1367 + #, no-c-format + msgid "Max Season" + msgstr "Sidste sæson" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 758 +-#: rc.cpp:1424 ++#: rc.cpp:1370 + #, no-c-format + msgid "Min Season" + msgstr "Første sæson" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 782 +-#: rc.cpp:1427 ++#: rc.cpp:1373 + #, no-c-format + msgid "Min Episode" + msgstr "Første episode" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 814 +-#: rc.cpp:1430 ++#: rc.cpp:1376 + #, no-c-format + msgid "Test te&xt" + msgstr "Testte&kst" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 840 +-#: rc.cpp:1433 ++#: rc.cpp:1379 + #, no-c-format + msgid "Te&st" + msgstr "&Test" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 858 +-#: rc.cpp:1436 ++#: rc.cpp:1382 + #, no-c-format + msgid "Filter Matches" + msgstr "Filtrér træffere" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 28 +-#: rc.cpp:1447 ++#: rc.cpp:1391 + #, no-c-format + msgid "Bandwidth scheduler" + msgstr "Skemalægning af båndbredde" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 50 +-#: rc.cpp:1450 ++#: rc.cpp:1394 + #, no-c-format + msgid "Left click category" + msgstr "Venstreklikkategori" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 61 +-#: rc.cpp:1453 ++#: rc.cpp:1397 + #, no-c-format + msgid "Categor&y 1" + msgstr "Kate&gori 1" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 157 +-#: rc.cpp:1456 rc.cpp:1483 ++#: rc.cpp:1400 rc.cpp:1427 + #, no-c-format + msgid "T&urn off" + msgstr "Luk &af" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 165 +-#: rc.cpp:1459 rc.cpp:1486 ++#: rc.cpp:1403 rc.cpp:1430 + #, no-c-format + msgid "&Normal" + msgstr "&Normal" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 195 +-#: rc.cpp:1462 ++#: rc.cpp:1406 + #, no-c-format + msgid "Category &3" + msgstr "Kategori &3" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 206 +-#: rc.cpp:1468 rc.cpp:1492 ++#: rc.cpp:1412 rc.cpp:1436 + #, no-c-format + msgid "Category &2" + msgstr "Kategori &2" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 219 +-#: rc.cpp:1474 ++#: rc.cpp:1418 + #, no-c-format + msgid "Right click category" + msgstr "Højreklikskategori" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 230 +-#: rc.cpp:1477 ++#: rc.cpp:1421 + #, no-c-format + msgid "Category &1" + msgstr "Kategori &1" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 367 +-#: rc.cpp:1489 ++#: rc.cpp:1433 + #, no-c-format + msgid "&Category 3" + msgstr "&Kategori 3" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 390 +-#: rc.cpp:1498 ++#: rc.cpp:1442 + #, no-c-format + msgid "Categories" + msgstr "Kategorier" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 401 +-#: rc.cpp:1501 ++#: rc.cpp:1445 + #, no-c-format + msgid "1. Category" + msgstr "1. kategori" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 409 +-#: rc.cpp:1504 ++#: rc.cpp:1448 + #, no-c-format + msgid "3. Category" + msgstr "3. kategori" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 425 +-#: rc.cpp:1507 rc.cpp:1516 rc.cpp:1525 ++#: rc.cpp:1451 rc.cpp:1460 rc.cpp:1469 + #, no-c-format + msgid "download:" + msgstr "hent:" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 441 +-#: rc.cpp:1510 rc.cpp:1519 rc.cpp:1528 ++#: rc.cpp:1454 rc.cpp:1463 rc.cpp:1472 + #, no-c-format + msgid "upload:" + msgstr "overfør:" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 457 +-#: rc.cpp:1513 rc.cpp:1522 rc.cpp:1531 ++#: rc.cpp:1457 rc.cpp:1466 rc.cpp:1475 + #, no-c-format + msgid "KB/s *" + msgstr "kB/s *" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 567 +-#: rc.cpp:1534 ++#: rc.cpp:1478 + #, no-c-format + msgid "2. Category" + msgstr "2. kategori" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 626 +-#: rc.cpp:1538 ++#: rc.cpp:1481 + #, no-c-format + msgid "* zero means no limit" + msgstr "* 0 betyder ubegrænset" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 672 +-#: rc.cpp:1541 ++#: rc.cpp:1484 + #, no-c-format + msgid "Save to file" + msgstr "Gem til fil" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 680 +-#: rc.cpp:1544 ++#: rc.cpp:1487 + #, no-c-format + msgid "&Load from file" + msgstr "&Indlæs fra fil" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 688 +-#: rc.cpp:1547 ++#: rc.cpp:1490 + #, no-c-format + msgid "Reset schedule" + msgstr "Nulstil skema" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 751 +-#: rc.cpp:1550 ++#: rc.cpp:1493 + #, no-c-format + msgid "O&k" + msgstr "O.&k." + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 16 +-#: rc.cpp:1559 ++#: rc.cpp:1502 + #, no-c-format + msgid "Scheduler Plugin Pref Page" + msgstr "Indstillingsside for plugin for skemalægning" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 27 +-#: rc.cpp:1562 ++#: rc.cpp:1505 + #, no-c-format + msgid "Use &bandwidth scheduler?" + msgstr "&Brug skemalægning af båndbredde?" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 35 +-#: plugins/scheduler/schedulerplugin.cpp:59 rc.cpp:1565 ++#: plugins/scheduler/schedulerplugin.cpp:59 rc.cpp:1508 + #, no-c-format + msgid "Bandwidth Scheduler" + msgstr "Skemalægning af båndbredde" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 46 +-#: rc.cpp:1568 ++#: rc.cpp:1511 + #, no-c-format + msgid "Use colors instead of pi&xmaps?" + msgstr "brug farver i stedet for p&ixmaps?" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 54 +-#: rc.cpp:1571 ++#: rc.cpp:1514 + #, no-c-format + msgid "(Recommended for slower systems)" + msgstr "(Anbefalet for langsommere systemer)" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 62 +-#: rc.cpp:1574 ++#: rc.cpp:1517 + #, no-c-format + msgid "Edit s&chedule" + msgstr "Redigér s&kema" + + #. i18n: file ./plugins/scheduler/ktschedulerplugin.kcfg line 10 +-#: rc.cpp:1577 ++#: rc.cpp:1520 + #, no-c-format + msgid "Enable bandwidth scheduler?" + msgstr "Aktivér skemalægning af båndbredde?" + + #. i18n: file ./plugins/scheduler/ktschedulerplugin.kcfg line 14 +-#: rc.cpp:1580 ++#: rc.cpp:1523 + #, no-c-format + msgid "Use colors instead of pixmaps?" + msgstr "Brug farver i stedet for pixmaps?" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 10 +-#: rc.cpp:1583 ++#: rc.cpp:1526 + #, no-c-format + msgid "Use rich log text" + msgstr "Brug formateret tekst i log" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 15 +-#: rc.cpp:1586 ++#: rc.cpp:1529 + #, no-c-format + msgid "General info messages flag" + msgstr "Meddelelsesflag for generel information" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 19 +-#: rc.cpp:1589 ++#: rc.cpp:1532 + #, no-c-format + msgid "Connections messages flag" + msgstr "Meddelelsesflag for forbindelser" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 23 +-#: rc.cpp:1592 ++#: rc.cpp:1535 + #, no-c-format + msgid "DHT messages flag" + msgstr "Meddelelsesflag for DHT" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 27 +-#: rc.cpp:1595 ++#: rc.cpp:1538 + #, no-c-format + msgid "Tracker info messages flag" + msgstr "Meddelelsesflag i sporingsinformation" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 31 +-#: rc.cpp:1598 ++#: rc.cpp:1541 + #, no-c-format + msgid "Disk IO info messages flag" + msgstr "Meddelelsesflag for information om disk ind- og uddata" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 35 +-#: rc.cpp:1601 ++#: rc.cpp:1544 + #, no-c-format + msgid "IPFilter plugin messages flag" + msgstr "Meddelelsesflag i plugin for IP-filtrering" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 39 +-#: rc.cpp:1604 ++#: rc.cpp:1547 + #, no-c-format + msgid "Search plugin messages flag" + msgstr "Meddelelsesflag i søgeplugin" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 43 +-#: rc.cpp:1607 ++#: rc.cpp:1550 + #, no-c-format + msgid "PartFileImport plugin messages flag" + msgstr "Meddelelsesflag i plugin for delfilimport" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 47 +-#: rc.cpp:1610 ++#: rc.cpp:1553 + #, no-c-format + msgid "InfoWidget plugin messages flag" + msgstr "Meddelelsesflag i plugin for informationskontrol" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 51 +-#: rc.cpp:1613 ++#: rc.cpp:1556 + #, no-c-format + msgid "UPnP plugin messages flag" + msgstr "Meddelelsesflag i UPnP-plugin" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 55 +-#: rc.cpp:1616 ++#: rc.cpp:1559 + #, no-c-format + msgid "ScanFolder plugin messages flag" + msgstr "Meddelelsesflag i plugin for mappesøgning" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 59 +-#: rc.cpp:1619 ++#: rc.cpp:1562 + #, no-c-format + msgid "Scheduler plugin messages flag" + msgstr "Meddelelsesflag i plugin for skemalægning" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 63 +-#: rc.cpp:1622 ++#: rc.cpp:1565 + #, no-c-format + msgid "RSS plugin messages flag" + msgstr "Meddelelsesflag i RSS-plugin" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 67 +-#: rc.cpp:1625 ++#: rc.cpp:1568 + #, no-c-format + msgid "WebInterface plugin messages flag" + msgstr "Plugin for internetgrænseflade" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 16 +-#: plugins/logviewer/logprefpage.cpp:31 rc.cpp:1628 ++#: plugins/logviewer/logprefpage.cpp:31 rc.cpp:1571 + #, no-c-format + msgid "LogViewer Options" + msgstr "Logvisningstilvalg" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 44 +-#: libktorrent/pluginmanagerprefpage.cpp:63 rc.cpp:1631 ++#: libktorrent/pluginmanagerprefpage.cpp:63 rc.cpp:1574 + #, no-c-format + msgid "Plugins" + msgstr "Plugin" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 53 +-#: rc.cpp:1634 rc.cpp:1652 rc.cpp:1670 rc.cpp:1691 rc.cpp:1706 rc.cpp:1724 +-#: rc.cpp:1745 rc.cpp:1763 rc.cpp:1778 rc.cpp:1811 rc.cpp:1826 rc.cpp:1841 +-#: rc.cpp:1859 rc.cpp:1874 ++#: rc.cpp:1577 rc.cpp:1595 rc.cpp:1613 rc.cpp:1634 rc.cpp:1649 rc.cpp:1667 ++#: rc.cpp:1688 rc.cpp:1706 rc.cpp:1721 rc.cpp:1754 rc.cpp:1769 rc.cpp:1784 ++#: rc.cpp:1802 rc.cpp:1817 + #, no-c-format + msgid "All" + msgstr "Alle" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 58 +-#: rc.cpp:1637 rc.cpp:1655 rc.cpp:1673 rc.cpp:1694 rc.cpp:1709 rc.cpp:1727 +-#: rc.cpp:1748 rc.cpp:1766 rc.cpp:1781 rc.cpp:1814 rc.cpp:1829 rc.cpp:1844 +-#: rc.cpp:1862 rc.cpp:1877 ++#: rc.cpp:1580 rc.cpp:1598 rc.cpp:1616 rc.cpp:1637 rc.cpp:1652 rc.cpp:1670 ++#: rc.cpp:1691 rc.cpp:1709 rc.cpp:1724 rc.cpp:1757 rc.cpp:1772 rc.cpp:1787 ++#: rc.cpp:1805 rc.cpp:1820 + #, no-c-format + msgid "Debug" + msgstr "Fejlsøgning" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 63 +-#: rc.cpp:1640 rc.cpp:1658 rc.cpp:1676 rc.cpp:1697 rc.cpp:1712 rc.cpp:1730 +-#: rc.cpp:1751 rc.cpp:1769 rc.cpp:1784 rc.cpp:1817 rc.cpp:1832 rc.cpp:1847 +-#: rc.cpp:1865 rc.cpp:1880 ++#: rc.cpp:1583 rc.cpp:1601 rc.cpp:1619 rc.cpp:1640 rc.cpp:1655 rc.cpp:1673 ++#: rc.cpp:1694 rc.cpp:1712 rc.cpp:1727 rc.cpp:1760 rc.cpp:1775 rc.cpp:1790 ++#: rc.cpp:1808 rc.cpp:1823 + #, no-c-format + msgid "Notice" + msgstr "Anmærkning" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 68 +-#: rc.cpp:1643 rc.cpp:1661 rc.cpp:1679 rc.cpp:1700 rc.cpp:1715 rc.cpp:1733 +-#: rc.cpp:1754 rc.cpp:1772 rc.cpp:1787 rc.cpp:1820 rc.cpp:1835 rc.cpp:1850 +-#: rc.cpp:1868 rc.cpp:1883 ++#: rc.cpp:1586 rc.cpp:1604 rc.cpp:1622 rc.cpp:1643 rc.cpp:1658 rc.cpp:1676 ++#: rc.cpp:1697 rc.cpp:1715 rc.cpp:1730 rc.cpp:1763 rc.cpp:1778 rc.cpp:1793 ++#: rc.cpp:1811 rc.cpp:1826 + #, no-c-format + msgid "Important" + msgstr "Vigtigt" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 73 +-#: rc.cpp:1646 rc.cpp:1664 rc.cpp:1682 rc.cpp:1703 rc.cpp:1718 rc.cpp:1736 +-#: rc.cpp:1757 rc.cpp:1775 rc.cpp:1790 rc.cpp:1823 rc.cpp:1838 rc.cpp:1853 +-#: rc.cpp:1871 rc.cpp:1886 ++#: rc.cpp:1589 rc.cpp:1607 rc.cpp:1625 rc.cpp:1646 rc.cpp:1661 rc.cpp:1679 ++#: rc.cpp:1700 rc.cpp:1718 rc.cpp:1733 rc.cpp:1766 rc.cpp:1781 rc.cpp:1796 ++#: rc.cpp:1814 rc.cpp:1829 + #, no-c-format + msgid "None" + msgstr "Ingen" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 85 +-#: rc.cpp:1649 ++#: rc.cpp:1592 + #, no-c-format + msgid "IPFilter:" + msgstr "IP-filter:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 126 +-#: rc.cpp:1667 ++#: rc.cpp:1610 + #, no-c-format + msgid "Search:" + msgstr "Søg:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 167 +-#: rc.cpp:1685 ++#: rc.cpp:1628 + #, no-c-format + msgid "UPnP:" + msgstr "UPnP:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 178 +-#: rc.cpp:1688 ++#: rc.cpp:1631 + #, no-c-format + msgid "ScanFolder:" + msgstr "Søg i mappe:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 249 +-#: rc.cpp:1721 ++#: rc.cpp:1664 + #, no-c-format + msgid "Scheduler:" + msgstr "Skemalægger:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 290 +-#: rc.cpp:1739 ++#: rc.cpp:1682 + #, no-c-format + msgid "PartFileImport:" + msgstr "Delfilimport:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 301 +-#: rc.cpp:1742 ++#: rc.cpp:1685 + #, no-c-format + msgid "InfoWidget:" + msgstr "Informationskontrol:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 342 +-#: rc.cpp:1760 ++#: rc.cpp:1703 + #, no-c-format + msgid "RSS plugin:" + msgstr "RSS-plugin:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 413 +-#: rc.cpp:1793 ++#: rc.cpp:1736 + #, no-c-format + msgid "WebInterface plugin:" + msgstr "Plugin for web-grænseflade" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 426 +-#: rc.cpp:1796 ++#: rc.cpp:1739 + #, no-c-format + msgid "System" + msgstr "System" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 437 +-#: rc.cpp:1799 ++#: rc.cpp:1742 + #, no-c-format + msgid "General:" + msgstr "Generelt:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 445 +-#: rc.cpp:1802 ++#: rc.cpp:1745 + #, no-c-format + msgid "Connections:" + msgstr "Forbindelser:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 559 +-#: rc.cpp:1856 ++#: rc.cpp:1799 + #, no-c-format + msgid "Disk I/O:" + msgstr "Disk ind- og uddata:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 640 +-#: rc.cpp:1892 ++#: rc.cpp:1835 + #, no-c-format + msgid "Use rich te&xt for log" + msgstr "Brug formateret te&kst i log" + + #. i18n: file ./plugins/search/searchpref.ui line 41 +-#: rc.cpp:1898 ++#: rc.cpp:1841 + #, no-c-format + msgid "External Browser" + msgstr "Ekstern browser" + + #. i18n: file ./plugins/search/searchpref.ui line 52 +-#: rc.cpp:1901 ++#: rc.cpp:1844 + #, no-c-format + msgid "Open searches in external browser" + msgstr "Åbn søgninger i ekstern browser" + + #. i18n: file ./plugins/search/searchpref.ui line 60 +-#: rc.cpp:1904 rc.cpp:1955 ++#: rc.cpp:1847 rc.cpp:1892 + #, no-c-format + msgid "Use default browser" + msgstr "Brug standardbrowser" + + #. i18n: file ./plugins/search/searchpref.ui line 79 +-#: rc.cpp:1908 ++#: rc.cpp:1850 + #, no-c-format + msgid "Custom browser path:" + msgstr "Søgesti til egen browser:" + + #. i18n: file ./plugins/search/searchpref.ui line 116 +-#: rc.cpp:1912 ++#: rc.cpp:1853 + #, no-c-format + msgid "Search Engines" + msgstr "Søgetjenester" + + #. i18n: file ./plugins/search/searchpref.ui line 143 +-#: rc.cpp:1916 ++#: rc.cpp:1856 + #, no-c-format + msgid "Search engine name:" + msgstr "Søgetjenestens navn:" + + #. i18n: file ./plugins/search/searchpref.ui line 187 +-#: rc.cpp:1922 ++#: rc.cpp:1862 + #, no-c-format + msgid "&Add" + msgstr "&Tilføj" + + #. i18n: file ./plugins/search/searchpref.ui line 195 +-#: rc.cpp:1925 ++#: rc.cpp:1865 + #, no-c-format + msgid "Engines" + msgstr "Tjenester" + + #. i18n: file ./plugins/search/searchpref.ui line 206 +-#: rc.cpp:1928 ++#: rc.cpp:1868 + #, no-c-format + msgid "URL" + msgstr "URL" + + #. i18n: file ./plugins/search/searchpref.ui line 257 +-#: rc.cpp:1934 ++#: rc.cpp:1874 + #, no-c-format + msgid "R&emove All" + msgstr "&Fjern alt" + + #. i18n: file ./plugins/search/searchpref.ui line 282 +-#: rc.cpp:1937 ++#: rc.cpp:1877 + #, no-c-format + msgid "Add Defau<" + msgstr "Tilføj s&tandard" + + #. i18n: file ./plugins/search/searchpref.ui line 290 +-#: rc.cpp:1940 ++#: rc.cpp:1880 + #, no-c-format + msgid "Update From Internet" + msgstr "Opdatér fra internet" + + #. i18n: file ./plugins/search/searchbar.ui line 53 + #: plugins/search/searchplugin.cpp:50 plugins/search/searchtab.cpp:48 +-#: rc.cpp:1946 ++#: rc.cpp:1883 + #, no-c-format + msgid "Search" + msgstr "Søg" + + #. i18n: file ./plugins/search/searchbar.ui line 78 +-#: rc.cpp:1949 ++#: rc.cpp:1886 + #, no-c-format + msgid "Search engine:" + msgstr "Søgetjeneste:" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 10 +-#: rc.cpp:1952 ++#: rc.cpp:1889 + #, no-c-format + msgid "Current search engine" + msgstr "Denne søgetjeneste" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 19 +-#: rc.cpp:1958 ++#: rc.cpp:1895 + #, no-c-format + msgid "Use custom browser" + msgstr "Brug egen browser" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 23 +-#: rc.cpp:1961 ++#: rc.cpp:1898 + #, no-c-format + msgid "Custom browser executable path" + msgstr "Søgesti til kørbar fil for egen browser" +@@ -4100,7 +4100,7 @@ msgstr "Kontrollerer data" + msgid "Stopped. No space left on device." + msgstr "Stoppet. Ingen plads tilbage på enheden." + +-#: libktorrent/torrent/queuemanager.cpp:135 ++#: libktorrent/torrent/queuemanager.cpp:136 + msgid "" + "You don't have enough disk space to download this torrent. Are you sure you " + "want to continue?" +@@ -4108,12 +4108,12 @@ msgstr "" + "Du har ikke tilstrækkelig diskplads til at downloade denne torrent. Vil du " + "fortsætte?" + +-#: libktorrent/torrent/queuemanager.cpp:135 ++#: libktorrent/torrent/queuemanager.cpp:136 + #, c-format + msgid "Insufficient disk space for %1" + msgstr "Utilstrækkelig diskplads til %1" + +-#: libktorrent/torrent/queuemanager.cpp:157 ++#: libktorrent/torrent/queuemanager.cpp:158 + msgid "" + "Torrent \"%1\" has reached its maximum share ratio. Ignore the limit and start " + "seeding anyway?" +@@ -4121,16 +4121,16 @@ msgstr "" + "Torrent \"%1\" har nået sit maksimale delingsforhold. Ignorér denne grænse og " + "tilbyd denne torrent alligevel?" + +-#: libktorrent/torrent/queuemanager.cpp:157 ++#: libktorrent/torrent/queuemanager.cpp:158 + msgid "Maximum share ratio limit reached." + msgstr "Maksimalt delingsforhold opnået." + +-#: libktorrent/torrent/queuemanager.cpp:236 +-#: libktorrent/torrent/queuemanager.cpp:760 ++#: libktorrent/torrent/queuemanager.cpp:237 ++#: libktorrent/torrent/queuemanager.cpp:763 + msgid "Error stopping torrent %1 : %2" + msgstr "Fejl ved at stoppe torrent %1: %2" + +-#: libktorrent/torrent/queuemanager.cpp:742 ++#: libktorrent/torrent/queuemanager.cpp:745 + msgid "Error starting torrent %1 : %2" + msgstr "Fejl ved start af torrent %1: %2" + +diff --git a/translations/de/messages/ktorrent.po b/translations/de/messages/ktorrent.po +index 861e491..aeca4f8 100644 +--- a/translations/de/messages/ktorrent.po ++++ b/translations/de/messages/ktorrent.po +@@ -10,7 +10,7 @@ + msgid "" + msgstr "" + "Project-Id-Version: ktorrent\n" +-"POT-Creation-Date: 2008-04-18 19:40+0200\n" ++"POT-Creation-Date: 2008-07-08 22:20+0200\n" + "PO-Revision-Date: 2007-11-11 13:57+0100\n" + "Last-Translator: Thomas Reitelbach \n" + "Language-Team: Deutsch \n" +@@ -26,7 +26,7 @@ msgstr "" + "Keine eingehenden Verbindungen (möglicherweise durch Firewall geblockt)" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 42 +-#: apps/ktorrent/ktorrent.cpp:184 rc.cpp:345 rc.cpp:383 rc.cpp:1019 ++#: apps/ktorrent/ktorrent.cpp:184 rc.cpp:336 rc.cpp:369 rc.cpp:989 + #, no-c-format + msgid "Info" + msgstr "Information" +@@ -194,7 +194,7 @@ msgstr "Ungültige Adresse" + #. i18n: file ./apps/ktorrent/ktorrentui.rc line 9 + #: apps/ktorrent/groups/downloadgroup.cpp:27 + #: apps/ktorrent/groups/groupmanager.h:57 apps/ktorrent/pref.cpp:147 +-#: apps/ktorrent/viewmanager.cpp:62 rc.cpp:138 rc.cpp:342 ++#: apps/ktorrent/viewmanager.cpp:62 rc.cpp:132 rc.cpp:333 + #, no-c-format + msgid "Downloads" + msgstr "Downloads" +@@ -318,7 +318,7 @@ msgid "Document to open" + msgstr "Zu öffnendes Dokument" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 59 +-#: apps/ktorrent/main.cpp:120 rc.cpp:553 ++#: apps/ktorrent/main.cpp:120 rc.cpp:532 + #, no-c-format + msgid "KTorrent" + msgstr "KTorrent" +@@ -587,7 +587,7 @@ msgstr "Quellen für Torrent-Gegenstellen:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 85 + #: apps/ktorrent/ktorrentviewmenu.cpp:66 plugins/infowidget/peerview.cpp:221 +-#: rc.cpp:77 rc.cpp:1256 rc.cpp:1307 ++#: rc.cpp:75 rc.cpp:1208 rc.cpp:1259 + #, no-c-format + msgid "DHT" + msgstr "VHT" +@@ -629,7 +629,7 @@ msgid "Add to Group" + msgstr "Zu Gruppe hinzufügen" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 16 +-#: apps/ktorrent/ktorrentviewmenu.cpp:100 rc.cpp:147 ++#: apps/ktorrent/ktorrentviewmenu.cpp:100 rc.cpp:141 + #, no-c-format + msgid "Speed Limits" + msgstr "Geschwindigkeitsbegrenzungen" +@@ -649,7 +649,7 @@ msgid "Malformed IP address." + msgstr "Ungültige IP-Adresse." + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 311 +-#: apps/ktorrent/pref.cpp:58 rc.cpp:282 ++#: apps/ktorrent/pref.cpp:58 rc.cpp:273 + #, no-c-format + msgid "Preferences" + msgstr "Einstellungen" +@@ -685,7 +685,7 @@ msgid "Advanced" + msgstr "Erweitert" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 27 +-#: apps/ktorrent/pref.cpp:411 rc.cpp:540 ++#: apps/ktorrent/pref.cpp:411 rc.cpp:519 + #, no-c-format + msgid "Advanced Options" + msgstr "Erweiterte Einstellungen" +@@ -696,7 +696,7 @@ msgstr "Sichtbare Spalten" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 16 + #: apps/ktorrent/ktorrentview.cpp:135 +-#: plugins/infowidget/infowidgetplugin.cpp:76 rc.cpp:1016 ++#: plugins/infowidget/infowidgetplugin.cpp:76 rc.cpp:986 + #, no-c-format + msgid "Status" + msgstr "Status" +@@ -718,7 +718,7 @@ msgstr "Verteilt" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 313 + #: apps/ktorrent/ktorrentview.cpp:139 plugins/infowidget/peerview.cpp:216 +-#: rc.cpp:1010 ++#: rc.cpp:980 + #, no-c-format + msgid "Down Speed" + msgstr "Downloadgeschwindigkeit" +@@ -846,7 +846,7 @@ msgid "User" + msgstr "Benutzer" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 24 +-#: apps/ktorrent/queuedialog.cpp:75 rc.cpp:249 ++#: apps/ktorrent/queuedialog.cpp:75 rc.cpp:240 + #, no-c-format + msgid "Queue Manager" + msgstr "Warteschlangenverwaltung" +@@ -1075,8 +1075,8 @@ msgid "Start torrent" + msgstr "Torrent starten" + + #. i18n: file ./apps/ktorrent/fileselectdlgbase.ui line 160 +-#: plugins/infowidget/fileview.cpp:49 rc.cpp:27 rc.cpp:1244 rc.cpp:1259 +-#: rc.cpp:1349 rc.cpp:1439 ++#: plugins/infowidget/fileview.cpp:49 rc.cpp:27 rc.cpp:1196 rc.cpp:1211 ++#: rc.cpp:1301 rc.cpp:1385 + #, no-c-format + msgid "Download" + msgstr "Herunterladen" +@@ -1130,13 +1130,13 @@ msgid "Encryption" + msgstr "Verschlüsselung" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 58 +-#: rc.cpp:64 rc.cpp:787 ++#: rc.cpp:63 rc.cpp:764 + #, no-c-format + msgid "Use protocol encryption" + msgstr "Protokollverschlüsselung verwenden" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 64 +-#: rc.cpp:68 ++#: rc.cpp:66 + #, no-c-format + msgid "" + "Protocol encryption is used to prevent ISP's from slowing down bittorrent " +@@ -1146,13 +1146,13 @@ msgstr "" + "von Bittorrent-Verbindungen zu hindern." + + #. i18n: file ./apps/ktorrent/generalpref.ui line 72 +-#: rc.cpp:71 rc.cpp:790 ++#: rc.cpp:69 rc.cpp:767 + #, no-c-format + msgid "Allow unencrypted connections" + msgstr "Unverschlüsselte Verbindungen erlauben" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 75 +-#: rc.cpp:74 ++#: rc.cpp:72 + #, no-c-format + msgid "" + "If unchecked, you'll be able to connect only to clients supporting encryption." +@@ -1161,7 +1161,7 @@ msgstr "" + "Programmen herstellen, die Verschlüsselung unterstützen." + + #. i18n: file ./apps/ktorrent/generalpref.ui line 88 +-#: rc.cpp:80 ++#: rc.cpp:78 + #, no-c-format + msgid "" + "Distributed Hash Table protocol." +@@ -1172,169 +1172,169 @@ msgstr "" + "weitere Informationen." + + #. i18n: file ./apps/ktorrent/generalpref.ui line 99 +-#: rc.cpp:83 ++#: rc.cpp:81 + #, no-c-format + msgid "&Use DHT to get additional peers" + msgstr "VHT &verwenden, um zusätzliche Gegenstellen zu ermitteln" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 118 +-#: rc.cpp:87 ++#: rc.cpp:84 + #, no-c-format + msgid "UDP port for DHT communication:" + msgstr "UDP-Port für VHT-Kommunikation:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 161 +-#: rc.cpp:90 ++#: rc.cpp:87 + #, no-c-format + msgid "Custom IP" + msgstr "Benutzerdefinierte IP-Adresse" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 172 +-#: rc.cpp:93 ++#: rc.cpp:90 + #, no-c-format + msgid "Se&nd the tracker a custom IP address or hostname" + msgstr "Benutzerdefinierte IP-Adresse oder Rechnernamen an den Tracker se&nden" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 188 +-#: rc.cpp:96 ++#: rc.cpp:93 + #, no-c-format + msgid "Custom IP address or hostname:" + msgstr "Benutzerdefinierte IP-Adresse oder Rechnername:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 205 +-#: rc.cpp:99 ++#: rc.cpp:96 + #, no-c-format + msgid "System Tray Icon" + msgstr "Symbol im Systemabschnitt der Kontrollleiste" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 216 +-#: rc.cpp:102 ++#: rc.cpp:99 + #, no-c-format + msgid "Show s&ystem tray icon" + msgstr "&Symbol anzeigen" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 224 +-#: rc.cpp:105 ++#: rc.cpp:102 + #, no-c-format + msgid "Show speed &bar in tray icon" + msgstr "&Geschwindigkeitsbalken in Symbol anzeigen" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 232 +-#: rc.cpp:108 ++#: rc.cpp:105 + #, no-c-format + msgid "Show system tray popup messages" + msgstr "Kurzinfo-Fenster im Systemabschnitt der Kontrollleiste anzeigen" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 251 +-#: rc.cpp:112 ++#: rc.cpp:108 + #, no-c-format + msgid "Upload bandwidth (in KB/sec):" + msgstr "Bandbreite für Verteilen (in KB/s):" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 276 +-#: rc.cpp:115 ++#: rc.cpp:111 + #, no-c-format + msgid "Download bandwidth (in KB/sec):" + msgstr "Bandbreite für Herunterladen (in KB/s):" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 305 +-#: rc.cpp:118 ++#: rc.cpp:114 + #, no-c-format + msgid "Folders" + msgstr "Ordner" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 324 +-#: rc.cpp:121 ++#: rc.cpp:117 + #, no-c-format + msgid "Folder to store temporary files:" + msgstr "Ordner zum Speichern temporärer Dateien:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 342 +-#: rc.cpp:124 ++#: rc.cpp:120 + #, no-c-format + msgid "Move completed downloads to:" + msgstr "Abgeschlossene Downloads verschieben nach:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 353 +-#: rc.cpp:128 ++#: rc.cpp:123 + #, no-c-format + msgid "&Automatically save downloads to:" + msgstr "Downloads &automatisch speichern nach:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 395 +-#: rc.cpp:131 ++#: rc.cpp:126 + #, no-c-format + msgid "Copy .torrent files to:" + msgstr ".torrent-Dateien kopieren nach:" + + #. i18n: file ./apps/ktorrent/ktorrentui.rc line 34 +-#: rc.cpp:144 ++#: rc.cpp:138 + #, no-c-format + msgid "Download Toolbar" + msgstr "Download-Werkzeugleiste" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 27 +-#: rc.cpp:150 ++#: rc.cpp:144 + #, no-c-format + msgid "Set the speed limits for torrent" + msgstr "Geschwindigkeitsbegrenzungen für Torrent festlegen" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 51 +-#: rc.cpp:153 ++#: rc.cpp:147 + #, no-c-format + msgid "Max upload rate:" + msgstr "Maximale Verteilrate:" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 59 +-#: rc.cpp:156 ++#: rc.cpp:150 + #, no-c-format + msgid "Max download rate:" + msgstr "Maximale Downloadrate:" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 97 +-#: rc.cpp:159 rc.cpp:162 ++#: rc.cpp:153 rc.cpp:156 + #, no-c-format + msgid "KB/s (0 is no limit)" + msgstr "KB/s (0 = keine Begrenzung)" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 16 +-#: rc.cpp:171 ++#: rc.cpp:165 + #, no-c-format + msgid "Add potential peer" + msgstr "Potentielle Gegenstelle hinzufügen" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 35 +-#: rc.cpp:174 ++#: rc.cpp:168 + #, no-c-format + msgid "Peer IP:" + msgstr "Gegenstellen-IP:" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 43 +-#: rc.cpp:177 rc.cpp:208 ++#: rc.cpp:171 rc.cpp:201 + #, no-c-format + msgid "127.0.0.1" + msgstr "127.0.0.1" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 51 +-#: rc.cpp:180 rc.cpp:288 rc.cpp:525 rc.cpp:931 ++#: rc.cpp:174 rc.cpp:279 rc.cpp:504 rc.cpp:908 + #, no-c-format + msgid "Port:" + msgstr "Port:" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 100 +-#: rc.cpp:183 ++#: rc.cpp:177 + #, no-c-format + msgid "Enter peer IP and port." + msgstr "Gegenstellen-IP und -Port eingeben." + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 16 +-#: rc.cpp:193 ++#: rc.cpp:186 + #, no-c-format + msgid "KTorrent Blacklist" + msgstr "Schwarze Liste von KTorrent" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 30 +-#: rc.cpp:196 ++#: rc.cpp:189 + #, no-c-format + msgid "" + "Note: Blacklist applies to current session only. Use save/open to save your " +@@ -1345,55 +1345,55 @@ msgstr "" + "IP-Filter-Modul (PeerGuardian)." + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 41 +-#: rc.cpp:199 ++#: rc.cpp:192 + #, no-c-format + msgid "Banned Peers" + msgstr "Gebannte Gegenstellen" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 50 +-#: rc.cpp:202 ++#: rc.cpp:195 + #, no-c-format + msgid "Peer IP address" + msgstr "IP-Adresse der Gegenstelle" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 96 +-#: rc.cpp:205 ++#: rc.cpp:198 + #, no-c-format + msgid "Add peer:" + msgstr "Gegenstelle hinzufügen:" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 134 +-#: rc.cpp:215 ++#: rc.cpp:207 + #, no-c-format + msgid "Adds a peer to blacklist" + msgstr "Fügt eine Gegenstelle zur schwarzen Liste hinzu." + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 168 +-#: rc.cpp:222 ++#: rc.cpp:213 + #, no-c-format + msgid "Removes selected peer from blacklist" + msgstr "Entfernt die ausgewählte Gegenstelle von der schwarzen Liste." + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 176 +-#: rc.cpp:225 ++#: rc.cpp:216 + #, no-c-format + msgid "C&lear" + msgstr "&Leeren" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 182 +-#: rc.cpp:228 ++#: rc.cpp:219 + #, no-c-format + msgid "Clears this list" + msgstr "Diese Liste leeren" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 218 +-#: rc.cpp:234 ++#: rc.cpp:225 + #, no-c-format + msgid "Save &As..." + msgstr "Speichern &unter ..." + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 224 +-#: rc.cpp:237 ++#: rc.cpp:228 + #, no-c-format + msgid "Save this blacklist to use with KTorrent IPFilter plugin" + msgstr "" +@@ -1401,133 +1401,133 @@ msgstr "" + "verwenden." + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 59 +-#: rc.cpp:252 ++#: rc.cpp:243 + #, no-c-format + msgid "Maximum downloads:" + msgstr "Maximale Downloads:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 86 +-#: rc.cpp:255 ++#: rc.cpp:246 + #, no-c-format + msgid "Maximum seeds:" + msgstr "Maximale Verteilungen:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 94 +-#: rc.cpp:258 ++#: rc.cpp:249 + #, no-c-format + msgid "Start download on low disk space :" + msgstr "Downloads bei wenig Speicherplatz starten:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 102 +-#: rc.cpp:261 ++#: rc.cpp:252 + #, no-c-format + msgid "Minimum disk space:" + msgstr "Minimaler Speicherplatz:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 140 +-#: rc.cpp:264 ++#: rc.cpp:255 + #, no-c-format + msgid "Don't start" + msgstr "Nicht starten" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 145 +-#: rc.cpp:267 ++#: rc.cpp:258 + #, no-c-format + msgid "Always ask" + msgstr "Immer fragen" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 150 +-#: rc.cpp:270 ++#: rc.cpp:261 + #, no-c-format + msgid "Force start" + msgstr "Start erzwingen" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 208 +-#: rc.cpp:273 ++#: rc.cpp:264 + #, no-c-format + msgid "MB" + msgstr "MB" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 236 +-#: rc.cpp:276 rc.cpp:279 rc.cpp:312 rc.cpp:315 rc.cpp:324 ++#: rc.cpp:267 rc.cpp:270 rc.cpp:303 rc.cpp:306 rc.cpp:315 + #, no-c-format + msgid "(0 is no limit)" + msgstr "(0 = keine Begrenzung)" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 330 +-#: rc.cpp:285 ++#: rc.cpp:276 + #, no-c-format + msgid "Maximum download rate:" + msgstr "Maximale Downloadrate:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 346 +-#: rc.cpp:291 ++#: rc.cpp:282 + #, no-c-format + msgid "Global connection limit:" + msgstr "Globale Verbindungsbegrenzung:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 354 +-#: rc.cpp:294 ++#: rc.cpp:285 + #, no-c-format + msgid "Max seed time:" + msgstr "Maximale Verteilungszeit:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 370 +-#: rc.cpp:297 ++#: rc.cpp:288 + #, no-c-format + msgid "Maximum connections per torrent:" + msgstr "Maximale Anzahl Verbindungen pro Torrent:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 397 +-#: rc.cpp:300 ++#: rc.cpp:291 + #, no-c-format + msgid "Number of upload slots:" + msgstr "Anzahl der Slots zum Hochladen:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 405 +-#: rc.cpp:303 ++#: rc.cpp:294 + #, no-c-format + msgid "UDP tracker port:" + msgstr "UDP-Tracker-Port:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 413 +-#: rc.cpp:306 ++#: rc.cpp:297 + #, no-c-format + msgid "Max share ratio:" + msgstr "Maximales Verteilungsverhältnis:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 421 +-#: rc.cpp:309 ++#: rc.cpp:300 + #, no-c-format + msgid "Maximum upload rate:" + msgstr "Maximale Verteilrate:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 576 +-#: rc.cpp:318 rc.cpp:321 ++#: rc.cpp:309 rc.cpp:312 + #, no-c-format + msgid "KB/sec (0 is no limit)" + msgstr "KB/s (0 = keine Begrenzung)" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 651 +-#: rc.cpp:327 ++#: rc.cpp:318 + #, no-c-format + msgid "Hours (0 is no limit)" + msgstr "Stunden (0 = keine Begrenzung)" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 663 +-#: rc.cpp:330 ++#: rc.cpp:321 + #, no-c-format + msgid "&Keep seeding after download is finished" + msgstr "&Nach Beendigung des Downloads weiter verteilen" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 674 +-#: rc.cpp:333 ++#: rc.cpp:324 + #, no-c-format + msgid "Attention" + msgstr "Achtung" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 685 +-#: rc.cpp:336 ++#: rc.cpp:327 + #, no-c-format + msgid "" + "The above ports must also be forwarded if you are behind a router. The UPnP " +@@ -1537,283 +1537,283 @@ msgstr "" + "einem Router befinden. Das UPnP-Modul kann dies für Sie tun." + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 16 +-#: rc.cpp:339 ++#: rc.cpp:330 + #, no-c-format + msgid "KT Queue Dialog" + msgstr "KT-Warteschlangen-Dialog" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 69 +-#: rc.cpp:348 rc.cpp:386 rc.cpp:1107 ++#: rc.cpp:339 rc.cpp:372 rc.cpp:1067 + #, no-c-format + msgid "Status:" + msgstr "Status:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 85 +-#: rc.cpp:351 rc.cpp:389 rc.cpp:1808 ++#: rc.cpp:342 rc.cpp:375 rc.cpp:1751 + #, no-c-format + msgid "Tracker:" + msgstr "Tracker:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 93 +-#: rc.cpp:354 rc.cpp:392 rc.cpp:1805 ++#: rc.cpp:345 rc.cpp:378 rc.cpp:1748 + #, no-c-format + msgid "DHT:" + msgstr "VHT:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 109 +-#: rc.cpp:357 rc.cpp:395 rc.cpp:1061 ++#: rc.cpp:348 rc.cpp:381 rc.cpp:1025 + #, no-c-format + msgid "Share ratio:" + msgstr "Verteilungsverhältnis:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 117 +-#: rc.cpp:360 ++#: rc.cpp:351 + #, no-c-format + msgid "Bytes left:" + msgstr "Verbleibende Bytes:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 177 +-#: rc.cpp:368 rc.cpp:377 ++#: rc.cpp:354 rc.cpp:363 + #, no-c-format + msgid "Torrent" + msgstr "Torrent" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 188 +-#: rc.cpp:371 rc.cpp:380 ++#: rc.cpp:357 rc.cpp:366 + #, no-c-format + msgid "Controlled by" + msgstr "Gesteuert durch" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 214 +-#: rc.cpp:374 ++#: rc.cpp:360 + #, no-c-format + msgid "Upload&s" + msgstr "H&ochladen" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 333 +-#: rc.cpp:398 ++#: rc.cpp:384 + #, no-c-format + msgid "Uploaded:" + msgstr "Hochgeladen:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 486 +-#: rc.cpp:406 ++#: rc.cpp:387 + #, no-c-format + msgid "M&ove up" + msgstr "Nach &oben" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 494 +-#: rc.cpp:409 ++#: rc.cpp:390 + #, no-c-format + msgid "Move dow&n" + msgstr "Nach &unten" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 519 +-#: rc.cpp:412 ++#: rc.cpp:393 + #, no-c-format + msgid "Move to top" + msgstr "Ganz nach oben" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 530 +-#: rc.cpp:416 ++#: rc.cpp:396 + #, no-c-format + msgid "Move to &bottom" + msgstr "Ganz nach unten" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 555 +-#: rc.cpp:419 ++#: rc.cpp:399 + #, no-c-format + msgid "&QM Controlled" + msgstr "&WV-gesteuert " + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 563 +-#: rc.cpp:422 ++#: rc.cpp:402 + #, no-c-format + msgid "&User Controlled" + msgstr "Ben&utzergesteuert" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 30 +-#: rc.cpp:434 ++#: rc.cpp:414 + #, no-c-format + msgid "Paste URL" + msgstr "URL einfügen" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 52 +-#: rc.cpp:437 rc.cpp:1104 rc.cpp:1919 ++#: rc.cpp:417 rc.cpp:1064 rc.cpp:1859 + #, no-c-format + msgid "URL:" + msgstr "Adresse:" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 106 +-#: rc.cpp:440 ++#: rc.cpp:420 + #, no-c-format + msgid "O&K" + msgstr "&OK" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 114 +-#: rc.cpp:443 rc.cpp:675 rc.cpp:1176 ++#: rc.cpp:423 rc.cpp:653 rc.cpp:1128 + #, no-c-format + msgid "C&ancel" + msgstr "&Abbrechen" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 16 +-#: rc.cpp:446 ++#: rc.cpp:426 + #, no-c-format + msgid "Create Torrent" + msgstr "Torrent erstellen" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 38 +-#: rc.cpp:449 ++#: rc.cpp:429 + #, no-c-format + msgid "The file or folder of which you want to create a torrent:" + msgstr "Die Datei oder der Ordner, aus dem Sie ein Torrent erstellen wollen:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 53 +-#: rc.cpp:452 ++#: rc.cpp:432 + #, no-c-format + msgid "You must add at least one tracker or node." + msgstr "Sie müssen mindestens einen Tracker oder Knoten hinzufügen." + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 61 +-#: rc.cpp:455 ++#: rc.cpp:435 + #, no-c-format + msgid "File Options" + msgstr "Dateieinstellungen" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 80 +-#: rc.cpp:458 ++#: rc.cpp:438 + #, no-c-format + msgid "Size of each chunk:" + msgstr "Größe jedes Blocks:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 86 +-#: rc.cpp:461 ++#: rc.cpp:441 + #, no-c-format + msgid "32" + msgstr "32" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 91 +-#: rc.cpp:464 ++#: rc.cpp:444 + #, no-c-format + msgid "64" + msgstr "64" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 96 +-#: rc.cpp:467 ++#: rc.cpp:447 + #, no-c-format + msgid "128" + msgstr "128" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 101 +-#: rc.cpp:470 ++#: rc.cpp:450 + #, no-c-format + msgid "256" + msgstr "256" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 106 +-#: rc.cpp:473 ++#: rc.cpp:453 + #, no-c-format + msgid "512" + msgstr "512" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 111 +-#: rc.cpp:476 ++#: rc.cpp:456 + #, no-c-format + msgid "1024" + msgstr "1024" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 116 +-#: rc.cpp:479 ++#: rc.cpp:459 + #, no-c-format + msgid "2048" + msgstr "2048" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 121 +-#: rc.cpp:482 ++#: rc.cpp:462 + #, no-c-format + msgid "4096" + msgstr "4096" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 126 +-#: rc.cpp:485 ++#: rc.cpp:465 + #, no-c-format + msgid "8192" + msgstr "8192" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 138 +-#: rc.cpp:488 rc.cpp:633 ++#: rc.cpp:468 rc.cpp:611 + #, no-c-format + msgid "KB" + msgstr "KB" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 165 +-#: rc.cpp:491 ++#: rc.cpp:471 + #, no-c-format + msgid "Start seedin&g the torrent" + msgstr "Verteilung des Torrents be&ginnen" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 176 +-#: rc.cpp:494 ++#: rc.cpp:474 + #, no-c-format + msgid "Decentrali&zed (DHT only)" + msgstr "De&zentralisiert (nur VHT)" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 184 +-#: rc.cpp:497 ++#: rc.cpp:477 + #, no-c-format + msgid "Private torrent (DHT not allowed)" + msgstr "Privates Torrent (VHT nicht erlaubt)" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 202 +-#: rc.cpp:500 ++#: rc.cpp:480 + #, no-c-format + msgid "Comments:" + msgstr "Kommentare:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 248 +-#: rc.cpp:503 ++#: rc.cpp:483 + #, no-c-format + msgid "&Create" + msgstr "Ers&tellen" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 262 +-#: rc.cpp:506 rc.cpp:1325 ++#: rc.cpp:486 rc.cpp:1277 + #, no-c-format + msgid "Ca&ncel" + msgstr "&Abbrechen" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 275 +-#: plugins/infowidget/infowidgetplugin.cpp:214 rc.cpp:509 rc.cpp:1101 ++#: plugins/infowidget/infowidgetplugin.cpp:214 rc.cpp:489 rc.cpp:1061 + #, no-c-format + msgid "Trackers" + msgstr "Tracker" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 283 +-#: rc.cpp:512 ++#: rc.cpp:492 + #, no-c-format + msgid "DHT nodes" + msgstr "VHT-Knoten" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 333 +-#: rc.cpp:522 ++#: rc.cpp:501 + #, no-c-format + msgid "Node:" + msgstr "Knoten:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 385 +-#: rc.cpp:528 ++#: rc.cpp:507 + #, no-c-format + msgid "IP or hostname" + msgstr "IP-Adresse oder Rechnername" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 396 +-#: rc.cpp:531 rc.cpp:718 rc.cpp:721 ++#: rc.cpp:510 rc.cpp:695 rc.cpp:698 + #, no-c-format + msgid "Port" + msgstr "Port" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 437 +-#: rc.cpp:534 ++#: rc.cpp:513 + #, no-c-format + msgid "" + "NOTE: Some known good DHT nodes are already inserted. You should probably " +@@ -1824,19 +1824,19 @@ msgstr "" + "Torrent verteilen wollen." + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 16 +-#: rc.cpp:537 ++#: rc.cpp:516 + #, no-c-format + msgid "Advanced Preferences" + msgstr "Erweiterte Einstellungen" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 46 +-#: rc.cpp:543 ++#: rc.cpp:522 + #, no-c-format + msgid "Time left estimation algorithm:" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 53 +-#: rc.cpp:546 rc.cpp:568 ++#: rc.cpp:525 rc.cpp:547 + #, no-c-format + msgid "" + "KTorrent algorithm: Default algorithm using combination of other " +@@ -1866,345 +1866,345 @@ msgstr "" + "Durchschnittsgeschwindigkeit berechnet aus X Proben" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 64 +-#: rc.cpp:556 ++#: rc.cpp:535 + #, no-c-format + msgid "Current speed" + msgstr "Aktuelle Geschwindigkeit" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 69 +-#: rc.cpp:559 ++#: rc.cpp:538 + #, no-c-format + msgid "Global average speed" + msgstr "Globale Durchschnittsgeschwindigkeit" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 74 +-#: rc.cpp:562 ++#: rc.cpp:541 + #, no-c-format + msgid "Window of X" + msgstr "Fenster aus X" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 79 +-#: rc.cpp:565 ++#: rc.cpp:544 + #, no-c-format + msgid "Moving average" + msgstr "Beweglicher Durchschnitt" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 98 +-#: rc.cpp:575 ++#: rc.cpp:554 + #, no-c-format + msgid "(takes effect after restart)" + msgstr "(wird nach Neustart wirksam)" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 125 +-#: rc.cpp:578 ++#: rc.cpp:557 + #, no-c-format + msgid "Disa&ble diskspace preallocation" + msgstr "Speicherplatzreservierung &deaktivieren" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 141 +-#: rc.cpp:581 ++#: rc.cpp:560 + #, no-c-format + msgid "F&ully preallocate diskspace (avoids fragmentation)" + msgstr "&Vollständige Speicherplatzreservierung (vermeidet Fragmentierung)" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 147 +-#: rc.cpp:584 ++#: rc.cpp:563 + #, no-c-format + msgid "Basic (slow)" + msgstr "Einfach (langsam)" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 152 +-#: rc.cpp:587 ++#: rc.cpp:566 + #, no-c-format + msgid "Filesystem specific" + msgstr "Dateisystemspezifisch" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 174 +-#: rc.cpp:590 ++#: rc.cpp:569 + #, no-c-format + msgid "Performance" + msgstr "Leistung" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 193 +-#: rc.cpp:593 ++#: rc.cpp:572 + #, no-c-format + msgid "Memory usage:" + msgstr "Speicherausnutzung:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 199 +-#: rc.cpp:596 ++#: rc.cpp:575 + #, no-c-format + msgid "Low" + msgstr "Niedrig" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 204 +-#: rc.cpp:599 ++#: rc.cpp:578 + #, no-c-format + msgid "Medium" + msgstr "Mittel" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 209 +-#: rc.cpp:602 ++#: rc.cpp:581 + #, no-c-format + msgid "High" + msgstr "Hoch" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 248 +-#: rc.cpp:605 ++#: rc.cpp:584 + #, no-c-format + msgid "GUI update interval:" + msgstr "Aktualisierungsintervall der Benutzeroberfläche:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 254 +-#: rc.cpp:608 ++#: rc.cpp:587 + #, no-c-format + msgid "500ms" + msgstr "500 ms" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 259 +-#: rc.cpp:611 ++#: rc.cpp:590 + #, no-c-format + msgid "1s" + msgstr "1 s" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 264 +-#: rc.cpp:614 ++#: rc.cpp:593 + #, no-c-format + msgid "2s" + msgstr "2 s" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 269 +-#: rc.cpp:617 ++#: rc.cpp:596 + #, no-c-format + msgid "5s" + msgstr "5 s" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 308 +-#: rc.cpp:620 ++#: rc.cpp:599 + #, no-c-format + msgid "Fast CPU" + msgstr "Schnelle CPU" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 342 +-#: rc.cpp:624 ++#: rc.cpp:602 + #, no-c-format + msgid "Slow CPU" + msgstr "Langsame CPU" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 354 +-#: rc.cpp:627 ++#: rc.cpp:605 + #, no-c-format + msgid "Data Checking" + msgstr "Datenprüfung" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 373 +-#: rc.cpp:630 ++#: rc.cpp:608 + #, no-c-format + msgid "During uploading, do ¬ recheck chunks bigger than" + msgstr "Während des Verteilens &keine erneute Prüfung von Blöcken größer als" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 430 +-#: rc.cpp:636 ++#: rc.cpp:614 + #, no-c-format + msgid "Do a data integrit&y check after" + msgstr "Daten&integritätsprüfung durchführen nach" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 449 +-#: rc.cpp:639 ++#: rc.cpp:617 + #, no-c-format + msgid "corrupted chunks" + msgstr "fehlerhaften Blöcken" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 478 +-#: rc.cpp:642 ++#: rc.cpp:620 + #, no-c-format + msgid "Networking" + msgstr "Netzwerk" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 505 +-#: rc.cpp:645 ++#: rc.cpp:623 + #, no-c-format + msgid "Maximum number of connection setups:" + msgstr "Maximale Anzahl neuer Verbindungen:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 527 +-#: rc.cpp:648 ++#: rc.cpp:626 + #, no-c-format + msgid "DSCP for IP packets:" + msgstr "DSCP für IP-Pakete:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 570 +-#: rc.cpp:651 ++#: rc.cpp:629 + #, no-c-format + msgid "Do not use the KDE pro&xy settings for HTTP tracker connections" + msgstr "KDE-Pro&xyeinstellungen nicht für HTTP-Tracker-Verbindungen verwenden" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 586 +-#: rc.cpp:654 ++#: rc.cpp:632 + #, no-c-format + msgid "HTTP tracker proxy:" + msgstr "HTTP-Tracker-Proxy:" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 24 +-#: rc.cpp:657 ++#: rc.cpp:635 + #, no-c-format + msgid "Scanning data" + msgstr "Daten werden eingelesen" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 38 +-#: rc.cpp:660 ++#: rc.cpp:638 + #, no-c-format + msgid "Scanning data of torrent :" + msgstr "Daten des folgenden Torrents werden eingelesen:" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 62 +-#: rc.cpp:663 ++#: rc.cpp:641 + #, no-c-format + msgid "Number of chunks found :" + msgstr "Anzahl der gefundenen Blöcke:" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 70 +-#: rc.cpp:666 ++#: rc.cpp:644 + #, no-c-format + msgid "Number of chunks failed / not downloaded :" + msgstr "Anzahl der fehlgeschlagenen / nicht heruntergeladenen Blöcke:" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 97 +-#: rc.cpp:669 rc.cpp:672 ++#: rc.cpp:647 rc.cpp:650 + #, no-c-format + msgid "0" + msgstr "0" + + #. i18n: file ./apps/ktupnptest/mainwidget.ui line 54 +-#: rc.cpp:678 ++#: rc.cpp:656 + #, no-c-format + msgid "Test" + msgstr "Test" + + #. i18n: file ./libktorrent/labelviewitembase.ui line 49 +-#: rc.cpp:685 ++#: rc.cpp:662 + #, no-c-format + msgid "textLabel2" + msgstr "textLabel2" + + #. i18n: file ./libktorrent/labelviewitembase.ui line 65 +-#: rc.cpp:688 ++#: rc.cpp:665 + #, no-c-format + msgid "textLabel3" + msgstr "textLabel3" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 10 +-#: rc.cpp:691 ++#: rc.cpp:668 + #, no-c-format + msgid "Maximum number of downloads (0 = no limit)" + msgstr "Maximale Anzahl Downloads (0 = keine Begrenzung)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 15 +-#: rc.cpp:694 ++#: rc.cpp:671 + #, no-c-format + msgid "Maximum number of seeds (0 = no limit)" + msgstr "Maximale Anzahl Verteilungen (0 = keine Begrenzung)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 20 +-#: rc.cpp:697 ++#: rc.cpp:674 + #, no-c-format + msgid "Start downloads on low disk space?" + msgstr "Downloads bei wenig Speicherplatz starten?" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 24 +-#: rc.cpp:700 ++#: rc.cpp:677 + #, no-c-format + msgid "Maximum number of connections per torrent (0 = no limit)" + msgstr "Maximale Anzahl der Verbindungen pro Torrent (0 = keine Begrenzung)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 29 +-#: rc.cpp:703 ++#: rc.cpp:680 + #, no-c-format + msgid "Maximum number of connections for all torrents (0 = no limit) " + msgstr "" + "Maximale Anzahl der Verbindungen für alle Torrents (0 = keine Begrenzung)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 34 +-#: rc.cpp:706 ++#: rc.cpp:683 + #, no-c-format + msgid "Maximum upload speed in KB/sec (0 = no limit)" + msgstr "Maximale Verteilgeschwindigkeit in KB/s (0 = keine Begrenzung)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 39 +-#: rc.cpp:709 ++#: rc.cpp:686 + #, no-c-format + msgid "Maximum download speed in KB/sec (0 = no limit)" + msgstr "Maximale Downloadgeschwindigkeit in KB/s (0 = keine Begrenzung)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 44 +-#: rc.cpp:712 ++#: rc.cpp:689 + #, no-c-format + msgid "Maximum share ratio(0 = no limit)" + msgstr "Maximales Verteilungsverhältnis (0 = keine Begrenzung)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 49 +-#: rc.cpp:715 ++#: rc.cpp:692 + #, no-c-format + msgid "Maximum seed time in hours (0 = no limit)" + msgstr "Maximale Verteilungszeit in Stunden (0 = keine Begrenzung)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 66 +-#: rc.cpp:724 ++#: rc.cpp:701 + #, no-c-format + msgid "Show a system tray icon" + msgstr "Symbol im Systemabschnitt der Kontrollleiste anzeigen" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 70 +-#: rc.cpp:727 ++#: rc.cpp:704 + #, no-c-format + msgid "Show speed bar in tray icon" + msgstr "Geschwindigkeitsbalken im Symbol anzeigen" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 74 +-#: rc.cpp:730 ++#: rc.cpp:707 + #, no-c-format + msgid "Download bandwidth (in kb/s):" + msgstr "Downloadbandbreite (in KB/s):" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 80 +-#: rc.cpp:733 ++#: rc.cpp:710 + #, no-c-format + msgid "Upload bandwidth (in kb/s):" + msgstr "Hochladebandbreite (in KB/s):" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 86 +-#: rc.cpp:736 ++#: rc.cpp:713 + #, no-c-format + msgid "Show popup messages when torrent is finished." + msgstr "Hinweisfenster anzeigen, wenn ein Torrent beendet ist." + + #. i18n: file ./libktorrent/ktorrent.kcfg line 90 +-#: rc.cpp:739 ++#: rc.cpp:716 + #, no-c-format + msgid "Keep seeding after download has finished" + msgstr "Nach Beendigung eines Downloads weiter verteilen" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 94 +-#: rc.cpp:742 ++#: rc.cpp:719 + #, no-c-format + msgid "Folder to store temporary files" + msgstr "Ordner zum Speichern temporärer Dateien" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 98 +-#: rc.cpp:745 ++#: rc.cpp:722 + #, no-c-format + msgid "Whether to automatically save downloads to saveDir" + msgstr "" + "Ob Transfers automatisch in den Speicherordner gespeichert werden sollen" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 102 +-#: rc.cpp:748 ++#: rc.cpp:725 + #, no-c-format + msgid "Folder to store downloaded files" + msgstr "Ordner zum Speichern heruntergeladener Dateien" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 106 +-#: rc.cpp:751 ++#: rc.cpp:728 + #, no-c-format + msgid "Whether to automatically move completed downloads to completedDir" + msgstr "" +@@ -2212,13 +2212,13 @@ msgstr "" + "werden sollen" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 110 +-#: rc.cpp:754 ++#: rc.cpp:731 + #, no-c-format + msgid "Folder to move completed downloaded files to" + msgstr "Ordner, in den abgeschlossene Downloads verschoben werden" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 114 +-#: rc.cpp:757 ++#: rc.cpp:734 + #, no-c-format + msgid "Whether to automatically copy .torrent files to torrentCopyDir" + msgstr "" +@@ -2226,73 +2226,73 @@ msgstr "" + "sollen" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 118 +-#: rc.cpp:760 ++#: rc.cpp:737 + #, no-c-format + msgid "Folder to copy .torrent files to" + msgstr "Ordner, in den .torrent-Dateien kopiert werden" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 122 +-#: rc.cpp:763 ++#: rc.cpp:740 + #, no-c-format + msgid "Whether to use a custom IP to pass to the tracker" + msgstr "Ob eine veränderte IP-Adresse an den Tracker gesendet werden soll" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 126 +-#: rc.cpp:766 ++#: rc.cpp:743 + #, no-c-format + msgid "Directory which was used as the last save directory" + msgstr "Ordner, der als letzter Speicherort verwendet wurde" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 130 +-#: rc.cpp:769 ++#: rc.cpp:746 + #, no-c-format + msgid "IP to pass to the tracker" + msgstr "IP-Adresse, die an den Tracker gesendet wird" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 134 +-#: rc.cpp:772 ++#: rc.cpp:749 + #, no-c-format + msgid "Memory usage" + msgstr "Speicherverwendung:" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 138 +-#: rc.cpp:775 ++#: rc.cpp:752 + #, no-c-format + msgid "GUI update interval" + msgstr "Aktualisierungsintervall der Benutzeroberfläche" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 142 +-#: rc.cpp:778 ++#: rc.cpp:755 + #, no-c-format + msgid "Support for DHT" + msgstr "Unterstützung für VHT" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 146 +-#: rc.cpp:781 ++#: rc.cpp:758 + #, no-c-format + msgid "DHT port" + msgstr "VHT-Port" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 152 +-#: rc.cpp:784 ++#: rc.cpp:761 + #, no-c-format + msgid "Number of upload slots" + msgstr "Anzahl der Slots zum Verteilen" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 196 +-#: rc.cpp:793 ++#: rc.cpp:770 + #, no-c-format + msgid "Columns shown in KTorrentView" + msgstr "In KTorrent-Ansicht angezeigte Spalten" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 205 +-#: rc.cpp:796 ++#: rc.cpp:773 + #, no-c-format + msgid "ET algorithm" + msgstr "Restzeit-Algorithmus" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 227 +-#: rc.cpp:799 ++#: rc.cpp:776 + #, no-c-format + msgid "" + "When there's no space left to complete download and free diskspace is less than " +@@ -2303,457 +2303,457 @@ msgstr "" + "wird der Torrent angehalten." + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 16 +-#: rc.cpp:802 ++#: rc.cpp:779 + #, no-c-format + msgid "Plugin Manager" + msgstr "Modulverwaltung" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 48 +-#: rc.cpp:805 ++#: rc.cpp:782 + #, no-c-format + msgid "Load" + msgstr "Laden" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 56 +-#: rc.cpp:808 ++#: rc.cpp:785 + #, no-c-format + msgid "U&nload" + msgstr "&Entladen" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 64 +-#: rc.cpp:811 ++#: rc.cpp:788 + #, no-c-format + msgid "Load &All" + msgstr "Alle la&den" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 72 +-#: rc.cpp:814 ++#: rc.cpp:791 + #, no-c-format + msgid "&Unload All" + msgstr "Alle e&ntladen" + + #. i18n: file ./plugins/upnp/ktupnpplugin.kcfg line 10 +-#: rc.cpp:817 ++#: rc.cpp:794 + #, no-c-format + msgid "Default UPnP device to use" + msgstr "Standardmäßig zu benutzendes UPnP-Gerät" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 16 +-#: plugins/upnp/upnpplugin.cpp:46 plugins/upnp/upnpprefpage.cpp:31 rc.cpp:820 ++#: plugins/upnp/upnpplugin.cpp:46 plugins/upnp/upnpprefpage.cpp:31 rc.cpp:797 + #, no-c-format + msgid "UPnP" + msgstr "UPnP" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 35 +-#: rc.cpp:823 ++#: rc.cpp:800 + #, no-c-format + msgid "Detected devices:" + msgstr "Gefundene Geräte:" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 41 +-#: rc.cpp:826 ++#: rc.cpp:803 + #, no-c-format + msgid "Device" + msgstr "Gerät" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 52 +-#: rc.cpp:829 ++#: rc.cpp:806 + #, no-c-format + msgid "Ports Forwarded" + msgstr "Weitergeleitete Ports" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 63 +-#: rc.cpp:832 ++#: rc.cpp:809 + #, no-c-format + msgid "WAN Connection" + msgstr "WAN-Verbindung" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 91 +-#: rc.cpp:835 ++#: rc.cpp:812 + #, no-c-format + msgid "Forw&ard Ports" + msgstr "Ports &weiterleiten" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 99 +-#: rc.cpp:838 ++#: rc.cpp:815 + #, no-c-format + msgid "Undo Port Forwarding" + msgstr "Ports nicht weiterleiten" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 124 +-#: rc.cpp:841 ++#: rc.cpp:818 + #, no-c-format + msgid "Rescan" + msgstr "Erneut suchen" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 9 +-#: rc.cpp:844 ++#: rc.cpp:821 + #, no-c-format + msgid "Enable scanning of folder1?" + msgstr "Durchsuchen von Ordner1 aktivieren?" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 14 +-#: rc.cpp:847 ++#: rc.cpp:824 + #, no-c-format + msgid "Enable scanning of folder2?" + msgstr "Durchsuchen von Ordner2 aktivieren?" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 19 +-#: rc.cpp:850 ++#: rc.cpp:827 + #, no-c-format + msgid "Enable scanning of folder3?" + msgstr "Durchsuchen von Ordner3 aktivieren?" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 24 +-#: rc.cpp:853 ++#: rc.cpp:830 + #, no-c-format + msgid "Folder1 path" + msgstr "Pfad zu Ordner1" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 29 +-#: rc.cpp:856 ++#: rc.cpp:833 + #, no-c-format + msgid "Folder2 path" + msgstr "Pfad zu Ordner2" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 34 +-#: rc.cpp:859 ++#: rc.cpp:836 + #, no-c-format + msgid "Folder3 path" + msgstr "Pfad zu Ordner3" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 39 +-#: rc.cpp:862 ++#: rc.cpp:839 + #, no-c-format + msgid "Whether to open torrent silently or not." + msgstr "Ob ein Torrent ohne Rückmeldung geöffnet werden soll oder nicht." + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 44 +-#: rc.cpp:865 ++#: rc.cpp:842 + #, no-c-format + msgid "Delete action checked." + msgstr "Löschaktion geprüft." + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 49 +-#: rc.cpp:868 ++#: rc.cpp:845 + #, no-c-format + msgid "Move action checked." + msgstr "Verschiebeaktion geprüft." + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 16 +-#: rc.cpp:871 ++#: rc.cpp:848 + #, no-c-format + msgid "ScanFolder Preferences" + msgstr "Einstellungen zum Durchsuchen von Ordnern" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 35 +-#: rc.cpp:874 ++#: rc.cpp:851 + #, no-c-format + msgid "Scan folder &1" + msgstr "Ordner &1 durchsuchen" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 38 +-#: rc.cpp:877 rc.cpp:1480 ++#: rc.cpp:854 rc.cpp:1424 + #, no-c-format + msgid "Alt+1" + msgstr "Alt+1" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 46 +-#: rc.cpp:880 ++#: rc.cpp:857 + #, no-c-format + msgid "Scan folder &2" + msgstr "Ordner &2 durchsuchen" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 49 +-#: rc.cpp:883 rc.cpp:1471 rc.cpp:1495 ++#: rc.cpp:860 rc.cpp:1415 rc.cpp:1439 + #, no-c-format + msgid "Alt+2" + msgstr "Alt+2" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 57 +-#: rc.cpp:886 ++#: rc.cpp:863 + #, no-c-format + msgid "Scan folder &3" + msgstr "Ordner &3 durchsuchen" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 60 +-#: rc.cpp:889 rc.cpp:1465 ++#: rc.cpp:866 rc.cpp:1409 + #, no-c-format + msgid "Alt+3" + msgstr "Alt+3" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 81 +-#: rc.cpp:895 ++#: rc.cpp:872 + #, no-c-format + msgid "Move to \"loaded\" directory &after loading" + msgstr "&Nach dem Laden in den \"Geladen\"-Ordner verschieben" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 84 +-#: rc.cpp:898 ++#: rc.cpp:875 + #, no-c-format + msgid "Move torrent to \"loaded\" directory after loading it" + msgstr "Torrent nach dem Laden in den Ordner \"Geladen\" verschieben" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 92 +-#: rc.cpp:901 ++#: rc.cpp:878 + #, no-c-format + msgid "Open torrents silentl&y" + msgstr "Torrents ohne &Rückmeldung öffnen" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 95 +-#: rc.cpp:904 ++#: rc.cpp:881 + #, no-c-format + msgid "Do not show 'Select files to download' dialog" + msgstr "Dialog 'Herunterzuladende Dateien auswählen' nicht anzeigen" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 103 +-#: rc.cpp:907 ++#: rc.cpp:884 + #, no-c-format + msgid "Delete after loadin&g" + msgstr "Nach dem Laden &löschen" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 106 +-#: rc.cpp:910 ++#: rc.cpp:887 + #, no-c-format + msgid "Deletes torrent after loading" + msgstr "Löscht den Torrent nach dem Laden" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 116 +-#: rc.cpp:913 ++#: rc.cpp:890 + #, no-c-format + msgid "Folders to scan" + msgstr "Zu durchsuchende Ordner" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 151 +-#: rc.cpp:916 ++#: rc.cpp:893 + #, no-c-format + msgid "Folder 1:" + msgstr "Ordner 1:" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 162 +-#: rc.cpp:919 ++#: rc.cpp:896 + #, no-c-format + msgid "Folder 2:" + msgstr "Ordner 2:" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 173 +-#: rc.cpp:922 ++#: rc.cpp:899 + #, no-c-format + msgid "Folder 3:" + msgstr "Ordner 3:" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 30 +-#: rc.cpp:925 rc.cpp:1895 ++#: rc.cpp:902 rc.cpp:1838 + #, no-c-format + msgid "Search Preferences" + msgstr "Such-Einstellungen" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 41 +-#: rc.cpp:928 ++#: rc.cpp:905 + #, no-c-format + msgid "Web Server" + msgstr "Webserver" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 82 +-#: rc.cpp:934 ++#: rc.cpp:911 + #, no-c-format + msgid "Forward port" + msgstr "Port weiterleiten" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 107 +-#: rc.cpp:937 ++#: rc.cpp:914 + #, no-c-format + msgid "Session TTL (in sec):" + msgstr "TTL der Sitzung (in Sekunden)" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 142 +-#: rc.cpp:940 ++#: rc.cpp:917 + #, no-c-format + msgid "Select interface:" + msgstr "Schnittstelle auswählen:" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 173 +-#: rc.cpp:943 ++#: rc.cpp:920 + #, no-c-format + msgid "Username:" + msgstr "Benutzername:" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 188 +-#: rc.cpp:946 ++#: rc.cpp:923 + #, no-c-format + msgid "Change password ..." + msgstr "Passwort ändern ..." + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 206 +-#: rc.cpp:949 ++#: rc.cpp:926 + #, no-c-format + msgid "Php executable path:" + msgstr "Pfad zur PHP-Programmdatei:" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 10 +-#: rc.cpp:953 ++#: rc.cpp:929 + #, no-c-format + msgid "Port number" + msgstr "Portnummer" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 15 +-#: rc.cpp:956 ++#: rc.cpp:932 + #, no-c-format + msgid "forward Port" + msgstr "Port weiterleiten" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 20 +-#: rc.cpp:959 ++#: rc.cpp:935 + #, no-c-format + msgid "Session time to live" + msgstr "Lebensdauer (TTL) der Sitzung" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 24 +-#: rc.cpp:962 ++#: rc.cpp:938 + #, no-c-format + msgid "interface skin" + msgstr "Schnittstellenoberfläche" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 28 +-#: rc.cpp:965 ++#: rc.cpp:941 + #, no-c-format + msgid "php executable path" + msgstr "Pfad zur PHP-Programmdatei" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 33 +-#: rc.cpp:968 ++#: rc.cpp:944 + #, no-c-format + msgid "username" + msgstr "Benutzername" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 37 +-#: rc.cpp:971 ++#: rc.cpp:947 + #, no-c-format + msgid "password" + msgstr "Passwort" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 16 +-#: plugins/infowidget/infowidgetplugin.cpp:194 rc.cpp:974 rc.cpp:1046 ++#: plugins/infowidget/infowidgetplugin.cpp:194 rc.cpp:950 rc.cpp:1010 + #, no-c-format + msgid "Chunks" + msgstr "Blöcke" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 43 +-#: rc.cpp:977 ++#: rc.cpp:953 + #, no-c-format + msgid "Total:" + msgstr "Gesamt:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 81 +-#: rc.cpp:981 ++#: rc.cpp:956 + #, no-c-format + msgid "Currently downloading:" + msgstr "Laufende Downloads:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 119 +-#: rc.cpp:985 ++#: rc.cpp:959 + #, no-c-format + msgid "Downloaded:" + msgstr "Heruntergeladen:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 157 +-#: rc.cpp:989 ++#: rc.cpp:962 + #, no-c-format + msgid "Excluded:" + msgstr "Ausgenommen:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 195 +-#: rc.cpp:993 ++#: rc.cpp:965 + #, no-c-format + msgid "Left:" + msgstr "Verbleibend:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 233 +-#: rc.cpp:997 ++#: rc.cpp:968 + #, no-c-format + msgid "Size:" + msgstr "Größe:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 280 +-#: rc.cpp:1001 ++#: rc.cpp:971 + #, no-c-format + msgid "Chunk" + msgstr "Block" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 291 +-#: rc.cpp:1004 ++#: rc.cpp:974 + #, no-c-format + msgid "Progress" + msgstr "Fortschritt" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 302 +-#: rc.cpp:1007 ++#: rc.cpp:977 + #, no-c-format + msgid "Peer" + msgstr "Gegenstelle" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 324 +-#: rc.cpp:1013 ++#: rc.cpp:983 + #, no-c-format + msgid "Assigned Peers" + msgstr "Zugewiesene Gegenstellen" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 63 +-#: rc.cpp:1022 ++#: rc.cpp:992 + #, no-c-format + msgid "Seeders:" + msgstr "Seeder:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 71 +-#: rc.cpp:1025 ++#: rc.cpp:995 + #, no-c-format + msgid "Leechers:" + msgstr "Leecher:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 129 +-#: rc.cpp:1030 ++#: rc.cpp:998 + #, no-c-format + msgid "Average Down Speed:" + msgstr "Durchschnittliche Empfangsgeschwindigkeit:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 177 +-#: rc.cpp:1035 ++#: rc.cpp:1001 + #, no-c-format + msgid "Average Up Speed:" + msgstr "Durchschnittliche Sendegeschwindigkeit:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 195 +-#: rc.cpp:1038 rc.cpp:1111 ++#: rc.cpp:1004 rc.cpp:1070 + #, no-c-format + msgid "Next update in:" + msgstr "Nächste Aktualisierung in:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 203 +-#: rc.cpp:1041 ++#: rc.cpp:1007 + #, no-c-format + msgid "Tracker Status:" + msgstr "Tracker-Status:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 332 +-#: rc.cpp:1049 ++#: rc.cpp:1013 + #, no-c-format + msgid "Parts of the torrent which have been downloaded:" + msgstr "Heruntergeladene Teile des Torrents:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 367 +-#: rc.cpp:1052 ++#: rc.cpp:1016 + #, no-c-format + msgid "Parts of the torrent which are available:" + msgstr "Verfügbare Teile des Torrents:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 457 +-#: rc.cpp:1055 ++#: rc.cpp:1019 + #, no-c-format + msgid "Sharing" + msgstr "Verteilen" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 487 +-#: rc.cpp:1058 ++#: rc.cpp:1022 + #, no-c-format + msgid "" + "Your upload will stop when share ratio gets to this value. Zero means no limit." +@@ -2762,7 +2762,7 @@ msgstr "" + "überschreitet. Null bedeutet keine Begrenzung." + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 525 +-#: rc.cpp:1064 ++#: rc.cpp:1028 + #, no-c-format + msgid "Your upload will stop when you have uploaded for this many hours." + msgstr "" +@@ -2770,139 +2770,139 @@ msgstr "" + "überschreitet." + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 533 +-#: rc.cpp:1067 ++#: rc.cpp:1031 + #, no-c-format + msgid "Hours" + msgstr "Stunden" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 543 +-#: rc.cpp:1070 ++#: rc.cpp:1034 + #, no-c-format + msgid "Ratio limit:" + msgstr "Verhältnisbegrenzung:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 549 +-#: rc.cpp:1074 ++#: rc.cpp:1037 + #, no-c-format + msgid "Limit works only in seed mode" + msgstr "Die Begrenzung funktioniert nur im Verteilungsmodus" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 557 +-#: rc.cpp:1077 ++#: rc.cpp:1040 + #, no-c-format + msgid "Time &limit:" + msgstr "&Zeitbegrenzung:" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 37 +-#: rc.cpp:1081 ++#: rc.cpp:1043 + #, no-c-format + msgid "&Update Tracker" + msgstr "Tracker akt&ualisieren" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 40 +-#: rc.cpp:1084 ++#: rc.cpp:1046 + #, no-c-format + msgid "Minimum update interval - 60 seconds" + msgstr "Minimales Aktualisierungsintervall - 60 Sekunden" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 48 +-#: rc.cpp:1087 ++#: rc.cpp:1049 + #, no-c-format + msgid "Add Trac&ker" + msgstr "Trac&ker hinzufügen" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 64 +-#: rc.cpp:1090 ++#: rc.cpp:1052 + #, no-c-format + msgid "Remove Tracker" + msgstr "Tracker entfernen" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 75 +-#: rc.cpp:1094 ++#: rc.cpp:1055 + #, no-c-format + msgid "Ch&ange Tracker" + msgstr "Tracker ä&ndern" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 100 +-#: rc.cpp:1097 ++#: rc.cpp:1058 + #, no-c-format + msgid "Restore Defaults" + msgstr "Standardeinstellungen wiederherstellen" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 10 +-#: rc.cpp:1115 ++#: rc.cpp:1073 + #, no-c-format + msgid "Show peer view tab in main window" + msgstr "Unterfenster \"Gegenstellen\" im Hauptfenster anzeigen" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 14 +-#: rc.cpp:1118 ++#: rc.cpp:1076 + #, no-c-format + msgid "Show chunk download view tab in main window" + msgstr "Ansicht der unfertigen Blöcke im Hauptfenster" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 18 +-#: rc.cpp:1121 ++#: rc.cpp:1079 + #, no-c-format + msgid "Show trackers view tab in main window" + msgstr "Unterfenster \"Gegenstellen\" im Hauptfenster anzeigen" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 24 +-#: rc.cpp:1124 ++#: rc.cpp:1082 + #, no-c-format + msgid "Show list of peers" + msgstr "Liste der Gegenstellen anzeigen" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 35 +-#: rc.cpp:1128 ++#: rc.cpp:1085 + #, no-c-format + msgid "Show list of chunks currentl&y downloading" + msgstr "Liste der &Blöcke anzeigen, die gerade heruntergeladen werden" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 60 +-#: rc.cpp:1131 ++#: rc.cpp:1088 + #, no-c-format + msgid "Show list of trackers" + msgstr "Liste der Tracker anzeigen" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 16 +-#: rc.cpp:1135 ++#: rc.cpp:1091 + #, no-c-format + msgid "IPBlocking Preferences" + msgstr "IP-Blockierungseinstellungen" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 47 +-#: rc.cpp:1138 ++#: rc.cpp:1094 + #, no-c-format + msgid "Select PeerGuardian Filter File " + msgstr "PeerGuardian-Filterdatei auswählen" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 58 +-#: rc.cpp:1141 ++#: rc.cpp:1097 + #, no-c-format + msgid "Use PeerGuardian filter?" + msgstr "PeerGuardian-Filter benutzen?" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 77 +-#: rc.cpp:1145 ++#: rc.cpp:1100 + #, no-c-format + msgid "IP filter file:" + msgstr "IP-Filterdatei:" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 85 +-#: rc.cpp:1148 ++#: rc.cpp:1103 + #, no-c-format + msgid "http://www.bluetack.co.uk/modules.php?name=Downloads&d_op=getit&lid=8" + msgstr "http://www.bluetack.co.uk/modules.php?name=Downloads&d_op=getit&lid=8" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 123 +-#: rc.cpp:1151 ++#: rc.cpp:1106 + #, no-c-format + msgid "Dow&nload/Convert" + msgstr "Heru&nterladen/Umwandeln" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 134 +-#: rc.cpp:1154 ++#: rc.cpp:1109 + #, no-c-format + msgid "" + "Download PeerGuardian filter from bluetack.co.uk or blocklist.org.\n" +@@ -2913,25 +2913,25 @@ msgstr "" + "Hinweis: Die ZIP-Datei von bluetack.co.uk wird unterstützt." + + #. i18n: file ./plugins/ipfilter/ktipfilterplugin.kcfg line 10 +-#: rc.cpp:1159 ++#: rc.cpp:1113 + #, no-c-format + msgid "Level1 filter url" + msgstr "Ebene-1-Filteradresse" + + #. i18n: file ./plugins/ipfilter/ktipfilterplugin.kcfg line 14 +-#: rc.cpp:1162 ++#: rc.cpp:1116 + #, no-c-format + msgid "Use level1 filter?" + msgstr "Ebene-1-Filter benutzen?" + + #. i18n: file ./plugins/ipfilter/convert_dlg.ui line 24 +-#: plugins/ipfilter/convertdialog.cpp:155 rc.cpp:1165 ++#: plugins/ipfilter/convertdialog.cpp:155 rc.cpp:1119 + #, no-c-format + msgid "Converting..." + msgstr "Umwandlung läuft ..." + + #. i18n: file ./plugins/ipfilter/convert_dlg.ui line 41 +-#: rc.cpp:1168 ++#: rc.cpp:1122 + #, no-c-format + msgid "" + "Click on the 'convert' button to start converting antip2p file. NOTE: This " +@@ -2943,61 +2943,61 @@ msgstr "" + "und KTorrent kann währenddessen nicht verwendet werden." + + #. i18n: file ./plugins/stats/sprefwgt.ui line 27 +-#: rc.cpp:1179 ++#: rc.cpp:1131 + #, no-c-format + msgid "Update" + msgstr "Aktualisierung" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 46 +-#: rc.cpp:1182 rc.cpp:1268 ++#: rc.cpp:1134 rc.cpp:1220 + #, no-c-format + msgid "Update charts every" + msgstr "Diagramm aktualisieren alle" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 71 +-#: rc.cpp:1185 ++#: rc.cpp:1137 + #, no-c-format + msgid "GUI updates" + msgstr "Oberflächenaktualisierungen" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 92 +-#: rc.cpp:1188 rc.cpp:1271 ++#: rc.cpp:1140 rc.cpp:1223 + #, no-c-format + msgid "Gather data every" + msgstr "Daten erfassen alle" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 120 +-#: rc.cpp:1191 ++#: rc.cpp:1143 + #, no-c-format + msgid "miliseconds" + msgstr "Millisekunden" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 135 +-#: rc.cpp:1194 ++#: rc.cpp:1146 + #, no-c-format + msgid "Maximum" + msgstr "Maximum" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 154 +-#: rc.cpp:1197 ++#: rc.cpp:1149 + #, no-c-format + msgid "Maximum speed scale mode:" + msgstr "Skalierungsmodus der Maximalgeschwindigkeit:" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 165 +-#: rc.cpp:1203 ++#: rc.cpp:1155 + #, no-c-format + msgid "Exact" + msgstr "Exakt" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 175 +-#: rc.cpp:1206 ++#: rc.cpp:1158 + #, no-c-format + msgid "See 'What's this' for more help" + msgstr "Siehe \"Was ist das\"-Hilfe für weitere Informationen" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 180 +-#: rc.cpp:1209 ++#: rc.cpp:1161 + #, no-c-format + msgid "" + "Set maximum value on OY scale as:\n" +@@ -3009,31 +3009,31 @@ msgstr "" + "- Ekakt: Maximal erreichte, im Diagramm sichtbare, Geschwindigkeit" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 192 +-#: rc.cpp:1214 rc.cpp:1247 ++#: rc.cpp:1166 rc.cpp:1199 + #, no-c-format + msgid "Peers speed" + msgstr "Gegenstellengeschwindigkeit" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 211 +-#: rc.cpp:1217 ++#: rc.cpp:1169 + #, no-c-format + msgid "Peers speed:" + msgstr "Gegenstellengeschwindigkeit:" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 222 +-#: rc.cpp:1220 ++#: rc.cpp:1172 + #, no-c-format + msgid "update every" + msgstr "Aktualisierung alle" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 244 +-#: rc.cpp:1223 ++#: rc.cpp:1175 + #, no-c-format + msgid "chart data updates" + msgstr "Aktualisierungen der Diagrammdaten" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 254 +-#: rc.cpp:1226 ++#: rc.cpp:1178 + #, no-c-format + msgid "Gathering data about many connected peers can be CPU consuming." + msgstr "" +@@ -3041,133 +3041,133 @@ msgstr "" + "Prozessorleistung in Anspruch nehmen." + + #. i18n: file ./plugins/stats/sprefwgt.ui line 267 +-#: rc.cpp:1229 ++#: rc.cpp:1181 + #, no-c-format + msgid "Peers connections" + msgstr "Gegenstellen-Verbindungen" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 270 +-#: rc.cpp:1232 ++#: rc.cpp:1184 + #, no-c-format + msgid "Large values can obscure charts of connected peers" + msgstr "Hohe Werte können die Diagramme verbundener Gegenstellen verdecken." + + #. i18n: file ./plugins/stats/sprefwgt.ui line 289 +-#: rc.cpp:1235 ++#: rc.cpp:1187 + #, no-c-format + msgid "Show seeders in swarms" + msgstr "Seeder in Schwärmen anzeigen" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 297 +-#: rc.cpp:1238 ++#: rc.cpp:1190 + #, no-c-format + msgid "Show leechers in swarms" + msgstr "Leecher in Schwärmen anzeigen" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 309 +-#: rc.cpp:1241 ++#: rc.cpp:1193 + #, no-c-format + msgid "Measurements count" + msgstr "Messzählung" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 392 +-#: rc.cpp:1250 rc.cpp:1265 ++#: rc.cpp:1202 rc.cpp:1217 + #, no-c-format + msgid "Upload" + msgstr "Verteilungen" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 424 +-#: rc.cpp:1253 ++#: rc.cpp:1205 + #, no-c-format + msgid "Connections" + msgstr "Verbindungen" + + #. i18n: file ./plugins/stats/statsspdwgt.ui line 40 +-#: plugins/infowidget/infowidgetplugin.cpp:173 rc.cpp:1262 rc.cpp:1304 ++#: plugins/infowidget/infowidgetplugin.cpp:173 rc.cpp:1214 rc.cpp:1256 + #, no-c-format + msgid "Peers" + msgstr "Gegenstellen" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 18 +-#: rc.cpp:1274 ++#: rc.cpp:1226 + #, no-c-format + msgid "Toggle peers speed charts" + msgstr "Geschwindigkeitsdiagramme der Gegenstellen umschalten" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 22 +-#: rc.cpp:1277 ++#: rc.cpp:1229 + #, no-c-format + msgid "Interval between getting data about peers speed" + msgstr "Intervall zwischen den Abfragen der Gegenstellengeschwindigkeit" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 26 +-#: rc.cpp:1280 ++#: rc.cpp:1232 + #, no-c-format + msgid "Toggle drawing of leechers in swarms" + msgstr "Anzeige von Leechern in Schwärmen umschalten" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 30 +-#: rc.cpp:1283 ++#: rc.cpp:1235 + #, no-c-format + msgid "Toggle drawing of seeders in swarms" + msgstr "Anzeige von Seedern in Schwärmen umschalten" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 35 +-#: rc.cpp:1286 ++#: rc.cpp:1238 + #, no-c-format + msgid "Download mesurments count" + msgstr "Download-Messzählung" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 39 +-#: rc.cpp:1289 ++#: rc.cpp:1241 + #, no-c-format + msgid "Peers speed mesurments count" + msgstr "Gegenstellengeschwindigkeit-Messzählung" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 43 +-#: rc.cpp:1292 ++#: rc.cpp:1244 + #, no-c-format + msgid "Upload mesurments count" + msgstr "Verteilungs-Messzählung" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 47 +-#: rc.cpp:1295 ++#: rc.cpp:1247 + #, no-c-format + msgid "Connections mesurments count" + msgstr "Verbindungen-Messzählung" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 51 +-#: rc.cpp:1298 ++#: rc.cpp:1250 + #, no-c-format + msgid "DHT mesurments count" + msgstr "VHT-Messzählung" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 56 +-#: rc.cpp:1301 ++#: rc.cpp:1253 + #, no-c-format + msgid "OY axis max mode" + msgstr "Maximummodus der OY-Achse" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 16 +-#: rc.cpp:1310 ++#: rc.cpp:1262 + #, no-c-format + msgid "Import an existing download" + msgstr "Bereits begonnen Transfer importieren" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 49 +-#: rc.cpp:1313 ++#: rc.cpp:1265 + #, no-c-format + msgid "Torrent:" + msgstr "Torrent:" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 63 +-#: rc.cpp:1316 ++#: rc.cpp:1268 + #, no-c-format + msgid "Data:" + msgstr "Daten:" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 95 +-#: rc.cpp:1319 ++#: rc.cpp:1271 + #, no-c-format + msgid "" + "Please specify the torrent and the data already downloaded for that torrent." +@@ -3176,684 +3176,684 @@ msgstr "" + "Torrent an." + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 133 +-#: rc.cpp:1322 ++#: rc.cpp:1274 + #, no-c-format + msgid "&Import" + msgstr "&Importieren" + + #. i18n: file ./plugins/rssfeed/ktrssfeedplugin.kcfg line 10 +-#: rc.cpp:1328 ++#: rc.cpp:1280 + #, no-c-format + msgid "default" + msgstr "Standard" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 18 +-#: rc.cpp:1331 ++#: rc.cpp:1283 + #, no-c-format + msgid "Rss Feeds" + msgstr "RSS-Quellen" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 36 +-#: rc.cpp:1334 ++#: rc.cpp:1286 + #, no-c-format + msgid "Feeds" + msgstr "Nachrichtenquellen" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 78 +-#: rc.cpp:1337 ++#: rc.cpp:1289 + #, no-c-format + msgid "De&lete" + msgstr "&Löschen" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 86 +-#: rc.cpp:1340 rc.cpp:1382 rc.cpp:1392 ++#: rc.cpp:1292 rc.cpp:1331 rc.cpp:1340 + #, no-c-format + msgid "&New" + msgstr "&Neu" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 117 +-#: rc.cpp:1343 ++#: rc.cpp:1295 + #, no-c-format + msgid "&URL" + msgstr "Adresse (&URL)" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 139 +-#: rc.cpp:1346 ++#: rc.cpp:1298 + #, no-c-format + msgid "Articles" + msgstr "Artikel" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 216 +-#: rc.cpp:1353 ++#: rc.cpp:1304 + #, no-c-format + msgid "Auto&refresh" + msgstr "Aut&omatisch aktualisieren" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 242 +-#: rc.cpp:1356 ++#: rc.cpp:1307 + #, no-c-format + msgid "I&gnore TTL" + msgstr "TTL i&gnorieren" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 270 +-#: rc.cpp:1359 ++#: rc.cpp:1310 + #, no-c-format + msgid "Refresh" + msgstr "Aktualisieren" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 299 +-#: rc.cpp:1363 rc.cpp:1395 ++#: rc.cpp:1313 rc.cpp:1343 + #, no-c-format + msgid "&Title" + msgstr "&Titel" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 323 +-#: rc.cpp:1366 ++#: rc.cpp:1316 + #, no-c-format + msgid "Keep Articles (days)" + msgstr "Artikel behalten (Tage)" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 347 +-#: rc.cpp:1369 rc.cpp:1398 ++#: rc.cpp:1319 rc.cpp:1346 + #, no-c-format + msgid "&Active" + msgstr "&Aktiv" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 362 +-#: rc.cpp:1372 ++#: rc.cpp:1322 + #, no-c-format + msgid "Filters" + msgstr "Filter" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 389 +-#: rc.cpp:1375 ++#: rc.cpp:1325 + #, no-c-format + msgid "Accept Filters" + msgstr "Akzeptieren-Filter" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 440 +-#: rc.cpp:1385 ++#: rc.cpp:1334 + #, no-c-format + msgid "Reject Filters" + msgstr "Ablehnen-Filter" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 557 +-#: rc.cpp:1401 ++#: rc.cpp:1349 + #, no-c-format + msgid "Regular Expressions" + msgstr "Reguläre Ausdrücke" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 587 +-#: rc.cpp:1404 ++#: rc.cpp:1352 + #, no-c-format + msgid "Treat as &Series" + msgstr "Als &Serie behandeln" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 624 +-#: rc.cpp:1407 ++#: rc.cpp:1355 + #, no-c-format + msgid "Process" + msgstr "Ausführen" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 643 +-#: rc.cpp:1411 ++#: rc.cpp:1358 + #, no-c-format + msgid "Series Criteria" + msgstr "Kriterien für Serien" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 679 +-#: rc.cpp:1414 ++#: rc.cpp:1361 + #, no-c-format + msgid "Match Without Episode" + msgstr "Treffer ohne Episoden" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 713 +-#: rc.cpp:1418 ++#: rc.cpp:1364 + #, no-c-format + msgid "Max Episode" + msgstr "Maximum an Episoden" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 739 +-#: rc.cpp:1421 ++#: rc.cpp:1367 + #, no-c-format + msgid "Max Season" + msgstr "Maximum an Staffeln" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 758 +-#: rc.cpp:1424 ++#: rc.cpp:1370 + #, no-c-format + msgid "Min Season" + msgstr "Minimum an Staffeln" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 782 +-#: rc.cpp:1427 ++#: rc.cpp:1373 + #, no-c-format + msgid "Min Episode" + msgstr "Minimum an Episoden" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 814 +-#: rc.cpp:1430 ++#: rc.cpp:1376 + #, no-c-format + msgid "Test te&xt" + msgstr "Testte&xt" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 840 +-#: rc.cpp:1433 ++#: rc.cpp:1379 + #, no-c-format + msgid "Te&st" + msgstr "&Testen" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 858 +-#: rc.cpp:1436 ++#: rc.cpp:1382 + #, no-c-format + msgid "Filter Matches" + msgstr "Filterübereinstimmungen" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 28 +-#: rc.cpp:1447 ++#: rc.cpp:1391 + #, no-c-format + msgid "Bandwidth scheduler" + msgstr "Bandbreitenplaner" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 50 +-#: rc.cpp:1450 ++#: rc.cpp:1394 + #, no-c-format + msgid "Left click category" + msgstr "Linksklick-Kategorie" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 61 +-#: rc.cpp:1453 ++#: rc.cpp:1397 + #, no-c-format + msgid "Categor&y 1" + msgstr "Kategorie &1" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 157 +-#: rc.cpp:1456 rc.cpp:1483 ++#: rc.cpp:1400 rc.cpp:1427 + #, no-c-format + msgid "T&urn off" + msgstr "Au&sschalten" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 165 +-#: rc.cpp:1459 rc.cpp:1486 ++#: rc.cpp:1403 rc.cpp:1430 + #, no-c-format + msgid "&Normal" + msgstr "&Normal" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 195 +-#: rc.cpp:1462 ++#: rc.cpp:1406 + #, no-c-format + msgid "Category &3" + msgstr "Kategorie &3" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 206 +-#: rc.cpp:1468 rc.cpp:1492 ++#: rc.cpp:1412 rc.cpp:1436 + #, no-c-format + msgid "Category &2" + msgstr "Kategorie &2" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 219 +-#: rc.cpp:1474 ++#: rc.cpp:1418 + #, no-c-format + msgid "Right click category" + msgstr "Rechtsklick-Kategorie" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 230 +-#: rc.cpp:1477 ++#: rc.cpp:1421 + #, no-c-format + msgid "Category &1" + msgstr "K&ategorie 1" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 367 +-#: rc.cpp:1489 ++#: rc.cpp:1433 + #, no-c-format + msgid "&Category 3" + msgstr "&Kategorie 3" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 390 +-#: rc.cpp:1498 ++#: rc.cpp:1442 + #, no-c-format + msgid "Categories" + msgstr "Kategorien" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 401 +-#: rc.cpp:1501 ++#: rc.cpp:1445 + #, no-c-format + msgid "1. Category" + msgstr "1. Kategorie" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 409 +-#: rc.cpp:1504 ++#: rc.cpp:1448 + #, no-c-format + msgid "3. Category" + msgstr "3. Kategorie" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 425 +-#: rc.cpp:1507 rc.cpp:1516 rc.cpp:1525 ++#: rc.cpp:1451 rc.cpp:1460 rc.cpp:1469 + #, no-c-format + msgid "download:" + msgstr "Herunterladen:" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 441 +-#: rc.cpp:1510 rc.cpp:1519 rc.cpp:1528 ++#: rc.cpp:1454 rc.cpp:1463 rc.cpp:1472 + #, no-c-format + msgid "upload:" + msgstr "Hochladen:" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 457 +-#: rc.cpp:1513 rc.cpp:1522 rc.cpp:1531 ++#: rc.cpp:1457 rc.cpp:1466 rc.cpp:1475 + #, no-c-format + msgid "KB/s *" + msgstr "KB/s *" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 567 +-#: rc.cpp:1534 ++#: rc.cpp:1478 + #, no-c-format + msgid "2. Category" + msgstr "2. Kategorie" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 626 +-#: rc.cpp:1538 ++#: rc.cpp:1481 + #, no-c-format + msgid "* zero means no limit" + msgstr "* 0 bedeutet keine Begrenzung" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 672 +-#: rc.cpp:1541 ++#: rc.cpp:1484 + #, no-c-format + msgid "Save to file" + msgstr "In Datei speichern" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 680 +-#: rc.cpp:1544 ++#: rc.cpp:1487 + #, no-c-format + msgid "&Load from file" + msgstr "Aus Datei &laden" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 688 +-#: rc.cpp:1547 ++#: rc.cpp:1490 + #, no-c-format + msgid "Reset schedule" + msgstr "Planer zurücksetzen" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 751 +-#: rc.cpp:1550 ++#: rc.cpp:1493 + #, no-c-format + msgid "O&k" + msgstr "&OK" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 16 +-#: rc.cpp:1559 ++#: rc.cpp:1502 + #, no-c-format + msgid "Scheduler Plugin Pref Page" + msgstr "Einstellungsseite für Planer-Modul" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 27 +-#: rc.cpp:1562 ++#: rc.cpp:1505 + #, no-c-format + msgid "Use &bandwidth scheduler?" + msgstr "&Bandbreitenplaner verwenden?" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 35 +-#: plugins/scheduler/schedulerplugin.cpp:59 rc.cpp:1565 ++#: plugins/scheduler/schedulerplugin.cpp:59 rc.cpp:1508 + #, no-c-format + msgid "Bandwidth Scheduler" + msgstr "Bandbreitenplaner" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 46 +-#: rc.cpp:1568 ++#: rc.cpp:1511 + #, no-c-format + msgid "Use colors instead of pi&xmaps?" + msgstr "Farben statt &Graphiken verwenden?" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 54 +-#: rc.cpp:1571 ++#: rc.cpp:1514 + #, no-c-format + msgid "(Recommended for slower systems)" + msgstr "(Empfohlen für langsamere Systeme)" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 62 +-#: rc.cpp:1574 ++#: rc.cpp:1517 + #, no-c-format + msgid "Edit s&chedule" + msgstr "&Planer bearbeiten" + + #. i18n: file ./plugins/scheduler/ktschedulerplugin.kcfg line 10 +-#: rc.cpp:1577 ++#: rc.cpp:1520 + #, no-c-format + msgid "Enable bandwidth scheduler?" + msgstr "Bandbreitenplaner aktivieren?" + + #. i18n: file ./plugins/scheduler/ktschedulerplugin.kcfg line 14 +-#: rc.cpp:1580 ++#: rc.cpp:1523 + #, no-c-format + msgid "Use colors instead of pixmaps?" + msgstr "Farben statt Graphiken verwenden?" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 10 +-#: rc.cpp:1583 ++#: rc.cpp:1526 + #, no-c-format + msgid "Use rich log text" + msgstr "Rich Text für Protokoll verwenden" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 15 +-#: rc.cpp:1586 ++#: rc.cpp:1529 + #, no-c-format + msgid "General info messages flag" + msgstr "Nachrichtenmarkierung von allgemeinen Informationen" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 19 +-#: rc.cpp:1589 ++#: rc.cpp:1532 + #, no-c-format + msgid "Connections messages flag" + msgstr "Nachrichtenmarkierung von Verbindungen" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 23 +-#: rc.cpp:1592 ++#: rc.cpp:1535 + #, no-c-format + msgid "DHT messages flag" + msgstr "Nachrichtenmarkierung von VHT" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 27 +-#: rc.cpp:1595 ++#: rc.cpp:1538 + #, no-c-format + msgid "Tracker info messages flag" + msgstr "Nachrichtenmarkierung von Tracker-Informationen" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 31 +-#: rc.cpp:1598 ++#: rc.cpp:1541 + #, no-c-format + msgid "Disk IO info messages flag" + msgstr "Nachrichtenmarkierung von Disk-IO-Informationen" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 35 +-#: rc.cpp:1601 ++#: rc.cpp:1544 + #, no-c-format + msgid "IPFilter plugin messages flag" + msgstr "Nachrichtenmarkierung vom IP-Filter-Modul" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 39 +-#: rc.cpp:1604 ++#: rc.cpp:1547 + #, no-c-format + msgid "Search plugin messages flag" + msgstr "Nachrichtenmarkierung vom Suche-Modul" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 43 +-#: rc.cpp:1607 ++#: rc.cpp:1550 + #, no-c-format + msgid "PartFileImport plugin messages flag" + msgstr "Nachrichtenmarkierung vom Teildatei-Import-Modul" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 47 +-#: rc.cpp:1610 ++#: rc.cpp:1553 + #, no-c-format + msgid "InfoWidget plugin messages flag" + msgstr "Nachrichtenmarkierung vom Infofenster-Modul" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 51 +-#: rc.cpp:1613 ++#: rc.cpp:1556 + #, no-c-format + msgid "UPnP plugin messages flag" + msgstr "Nachrichtenmarkierung vom UPnP-Modul" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 55 +-#: rc.cpp:1616 ++#: rc.cpp:1559 + #, no-c-format + msgid "ScanFolder plugin messages flag" + msgstr "Nachrichtenmarkierung vom Ordner-Durchsuchen-Modul" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 59 +-#: rc.cpp:1619 ++#: rc.cpp:1562 + #, no-c-format + msgid "Scheduler plugin messages flag" + msgstr "Nachrichtenmarkierung vom Planer-Modul" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 63 +-#: rc.cpp:1622 ++#: rc.cpp:1565 + #, no-c-format + msgid "RSS plugin messages flag" + msgstr "Nachrichtenmarkierung vom RSS-Modul" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 67 +-#: rc.cpp:1625 ++#: rc.cpp:1568 + #, no-c-format + msgid "WebInterface plugin messages flag" + msgstr "Nachrichtenmarkierung im Weboberflächen-Modul" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 16 +-#: plugins/logviewer/logprefpage.cpp:31 rc.cpp:1628 ++#: plugins/logviewer/logprefpage.cpp:31 rc.cpp:1571 + #, no-c-format + msgid "LogViewer Options" + msgstr "Einstellungen für Protokollbetrachter" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 44 +-#: libktorrent/pluginmanagerprefpage.cpp:63 rc.cpp:1631 ++#: libktorrent/pluginmanagerprefpage.cpp:63 rc.cpp:1574 + #, no-c-format + msgid "Plugins" + msgstr "Module" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 53 +-#: rc.cpp:1634 rc.cpp:1652 rc.cpp:1670 rc.cpp:1691 rc.cpp:1706 rc.cpp:1724 +-#: rc.cpp:1745 rc.cpp:1763 rc.cpp:1778 rc.cpp:1811 rc.cpp:1826 rc.cpp:1841 +-#: rc.cpp:1859 rc.cpp:1874 ++#: rc.cpp:1577 rc.cpp:1595 rc.cpp:1613 rc.cpp:1634 rc.cpp:1649 rc.cpp:1667 ++#: rc.cpp:1688 rc.cpp:1706 rc.cpp:1721 rc.cpp:1754 rc.cpp:1769 rc.cpp:1784 ++#: rc.cpp:1802 rc.cpp:1817 + #, no-c-format + msgid "All" + msgstr "Alle" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 58 +-#: rc.cpp:1637 rc.cpp:1655 rc.cpp:1673 rc.cpp:1694 rc.cpp:1709 rc.cpp:1727 +-#: rc.cpp:1748 rc.cpp:1766 rc.cpp:1781 rc.cpp:1814 rc.cpp:1829 rc.cpp:1844 +-#: rc.cpp:1862 rc.cpp:1877 ++#: rc.cpp:1580 rc.cpp:1598 rc.cpp:1616 rc.cpp:1637 rc.cpp:1652 rc.cpp:1670 ++#: rc.cpp:1691 rc.cpp:1709 rc.cpp:1724 rc.cpp:1757 rc.cpp:1772 rc.cpp:1787 ++#: rc.cpp:1805 rc.cpp:1820 + #, no-c-format + msgid "Debug" + msgstr "Debug" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 63 +-#: rc.cpp:1640 rc.cpp:1658 rc.cpp:1676 rc.cpp:1697 rc.cpp:1712 rc.cpp:1730 +-#: rc.cpp:1751 rc.cpp:1769 rc.cpp:1784 rc.cpp:1817 rc.cpp:1832 rc.cpp:1847 +-#: rc.cpp:1865 rc.cpp:1880 ++#: rc.cpp:1583 rc.cpp:1601 rc.cpp:1619 rc.cpp:1640 rc.cpp:1655 rc.cpp:1673 ++#: rc.cpp:1694 rc.cpp:1712 rc.cpp:1727 rc.cpp:1760 rc.cpp:1775 rc.cpp:1790 ++#: rc.cpp:1808 rc.cpp:1823 + #, no-c-format + msgid "Notice" + msgstr "Hinweis" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 68 +-#: rc.cpp:1643 rc.cpp:1661 rc.cpp:1679 rc.cpp:1700 rc.cpp:1715 rc.cpp:1733 +-#: rc.cpp:1754 rc.cpp:1772 rc.cpp:1787 rc.cpp:1820 rc.cpp:1835 rc.cpp:1850 +-#: rc.cpp:1868 rc.cpp:1883 ++#: rc.cpp:1586 rc.cpp:1604 rc.cpp:1622 rc.cpp:1643 rc.cpp:1658 rc.cpp:1676 ++#: rc.cpp:1697 rc.cpp:1715 rc.cpp:1730 rc.cpp:1763 rc.cpp:1778 rc.cpp:1793 ++#: rc.cpp:1811 rc.cpp:1826 + #, no-c-format + msgid "Important" + msgstr "Wichtig" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 73 +-#: rc.cpp:1646 rc.cpp:1664 rc.cpp:1682 rc.cpp:1703 rc.cpp:1718 rc.cpp:1736 +-#: rc.cpp:1757 rc.cpp:1775 rc.cpp:1790 rc.cpp:1823 rc.cpp:1838 rc.cpp:1853 +-#: rc.cpp:1871 rc.cpp:1886 ++#: rc.cpp:1589 rc.cpp:1607 rc.cpp:1625 rc.cpp:1646 rc.cpp:1661 rc.cpp:1679 ++#: rc.cpp:1700 rc.cpp:1718 rc.cpp:1733 rc.cpp:1766 rc.cpp:1781 rc.cpp:1796 ++#: rc.cpp:1814 rc.cpp:1829 + #, no-c-format + msgid "None" + msgstr "Keine" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 85 +-#: rc.cpp:1649 ++#: rc.cpp:1592 + #, no-c-format + msgid "IPFilter:" + msgstr "IP-Filter:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 126 +-#: rc.cpp:1667 ++#: rc.cpp:1610 + #, no-c-format + msgid "Search:" + msgstr "Suchen:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 167 +-#: rc.cpp:1685 ++#: rc.cpp:1628 + #, no-c-format + msgid "UPnP:" + msgstr "UPnP:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 178 +-#: rc.cpp:1688 ++#: rc.cpp:1631 + #, no-c-format + msgid "ScanFolder:" + msgstr "Ordner durchsuchen:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 249 +-#: rc.cpp:1721 ++#: rc.cpp:1664 + #, no-c-format + msgid "Scheduler:" + msgstr "Planer:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 290 +-#: rc.cpp:1739 ++#: rc.cpp:1682 + #, no-c-format + msgid "PartFileImport:" + msgstr "Teildatei-Import:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 301 +-#: rc.cpp:1742 ++#: rc.cpp:1685 + #, no-c-format + msgid "InfoWidget:" + msgstr "Informationsfenster:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 342 +-#: rc.cpp:1760 ++#: rc.cpp:1703 + #, no-c-format + msgid "RSS plugin:" + msgstr "RSS-Modul:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 413 +-#: rc.cpp:1793 ++#: rc.cpp:1736 + #, no-c-format + msgid "WebInterface plugin:" + msgstr "Weboberflächen-Modul:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 426 +-#: rc.cpp:1796 ++#: rc.cpp:1739 + #, no-c-format + msgid "System" + msgstr "System" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 437 +-#: rc.cpp:1799 ++#: rc.cpp:1742 + #, no-c-format + msgid "General:" + msgstr "Allgemein:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 445 +-#: rc.cpp:1802 ++#: rc.cpp:1745 + #, no-c-format + msgid "Connections:" + msgstr "Verbindungen:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 559 +-#: rc.cpp:1856 ++#: rc.cpp:1799 + #, no-c-format + msgid "Disk I/O:" + msgstr "Disk-I/O:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 640 +-#: rc.cpp:1892 ++#: rc.cpp:1835 + #, no-c-format + msgid "Use rich te&xt for log" + msgstr "Rich Te&xt für Protokoll verwenden" + + #. i18n: file ./plugins/search/searchpref.ui line 41 +-#: rc.cpp:1898 ++#: rc.cpp:1841 + #, no-c-format + msgid "External Browser" + msgstr "Externer Browser" + + #. i18n: file ./plugins/search/searchpref.ui line 52 +-#: rc.cpp:1901 ++#: rc.cpp:1844 + #, no-c-format + msgid "Open searches in external browser" + msgstr "Suche in externem Browser öffnen" + + #. i18n: file ./plugins/search/searchpref.ui line 60 +-#: rc.cpp:1904 rc.cpp:1955 ++#: rc.cpp:1847 rc.cpp:1892 + #, no-c-format + msgid "Use default browser" + msgstr "Standard-Browser verwenden" + + #. i18n: file ./plugins/search/searchpref.ui line 79 +-#: rc.cpp:1908 ++#: rc.cpp:1850 + #, no-c-format + msgid "Custom browser path:" + msgstr "Pfad zu benutzerdefiniertem Browser:" + + #. i18n: file ./plugins/search/searchpref.ui line 116 +-#: rc.cpp:1912 ++#: rc.cpp:1853 + #, no-c-format + msgid "Search Engines" + msgstr "Suchmaschinen" + + #. i18n: file ./plugins/search/searchpref.ui line 143 +-#: rc.cpp:1916 ++#: rc.cpp:1856 + #, no-c-format + msgid "Search engine name:" + msgstr "Name der Suchmaschine:" + + #. i18n: file ./plugins/search/searchpref.ui line 187 +-#: rc.cpp:1922 ++#: rc.cpp:1862 + #, no-c-format + msgid "&Add" + msgstr "&Hinzufügen" + + #. i18n: file ./plugins/search/searchpref.ui line 195 +-#: rc.cpp:1925 ++#: rc.cpp:1865 + #, no-c-format + msgid "Engines" + msgstr "Suchmaschinen" + + #. i18n: file ./plugins/search/searchpref.ui line 206 +-#: rc.cpp:1928 ++#: rc.cpp:1868 + #, no-c-format + msgid "URL" + msgstr "Adresse" + + #. i18n: file ./plugins/search/searchpref.ui line 257 +-#: rc.cpp:1934 ++#: rc.cpp:1874 + #, no-c-format + msgid "R&emove All" + msgstr "Alle &entfernen" + + #. i18n: file ./plugins/search/searchpref.ui line 282 +-#: rc.cpp:1937 ++#: rc.cpp:1877 + #, no-c-format + msgid "Add Defau<" + msgstr "Zie&l hinzufügen" + + #. i18n: file ./plugins/search/searchpref.ui line 290 +-#: rc.cpp:1940 ++#: rc.cpp:1880 + #, no-c-format + msgid "Update From Internet" + msgstr "Aktualisierung aus dem Internet" + + #. i18n: file ./plugins/search/searchbar.ui line 53 + #: plugins/search/searchplugin.cpp:50 plugins/search/searchtab.cpp:48 +-#: rc.cpp:1946 ++#: rc.cpp:1883 + #, no-c-format + msgid "Search" + msgstr "Suchen" + + #. i18n: file ./plugins/search/searchbar.ui line 78 +-#: rc.cpp:1949 ++#: rc.cpp:1886 + #, no-c-format + msgid "Search engine:" + msgstr "Suchmaschine:" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 10 +-#: rc.cpp:1952 ++#: rc.cpp:1889 + #, no-c-format + msgid "Current search engine" + msgstr "Derzeitige Suchmaschine" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 19 +-#: rc.cpp:1958 ++#: rc.cpp:1895 + #, no-c-format + msgid "Use custom browser" + msgstr "Benutzerdefinierten Browser verwenden" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 23 +-#: rc.cpp:1961 ++#: rc.cpp:1898 + #, no-c-format + msgid "Custom browser executable path" + msgstr "Pfad zu benutzerdefiniertem Browser" +@@ -4144,7 +4144,7 @@ msgstr "Daten werden geprüft" + msgid "Stopped. No space left on device." + msgstr "Angehalten. Auf dem Medium ist kein Speicherplatz mehr verfügbar." + +-#: libktorrent/torrent/queuemanager.cpp:135 ++#: libktorrent/torrent/queuemanager.cpp:136 + msgid "" + "You don't have enough disk space to download this torrent. Are you sure you " + "want to continue?" +@@ -4152,12 +4152,12 @@ msgstr "" + "Sie haben nicht ausreichend Speicherplatz, um diesen Torrent herunterzuladen. " + "Sind Sie sicher, dass Sie den Vorgang fortsetzen wollen?" + +-#: libktorrent/torrent/queuemanager.cpp:135 ++#: libktorrent/torrent/queuemanager.cpp:136 + #, c-format + msgid "Insufficient disk space for %1" + msgstr "Unzureichend Speicherplatz für %1" + +-#: libktorrent/torrent/queuemanager.cpp:157 ++#: libktorrent/torrent/queuemanager.cpp:158 + msgid "" + "Torrent \"%1\" has reached its maximum share ratio. Ignore the limit and start " + "seeding anyway?" +@@ -4165,16 +4165,16 @@ msgstr "" + "Torrent \"%1\" hat sein maximales Verteilungsverhältnis erreicht. Soll diese " + "Begrenzung ignoriert und die Verteilung trotzdem gestartet werden?" + +-#: libktorrent/torrent/queuemanager.cpp:157 ++#: libktorrent/torrent/queuemanager.cpp:158 + msgid "Maximum share ratio limit reached." + msgstr "Maximales Verteilungsverhältnis erreicht." + +-#: libktorrent/torrent/queuemanager.cpp:236 +-#: libktorrent/torrent/queuemanager.cpp:760 ++#: libktorrent/torrent/queuemanager.cpp:237 ++#: libktorrent/torrent/queuemanager.cpp:763 + msgid "Error stopping torrent %1 : %2" + msgstr "Der Transfer des Torrents %1 kann nicht gestoppt werden: %2" + +-#: libktorrent/torrent/queuemanager.cpp:742 ++#: libktorrent/torrent/queuemanager.cpp:745 + msgid "Error starting torrent %1 : %2" + msgstr "Der Transfer des Torrents %1 kann nicht gestartet werden: %2" + +diff --git a/translations/el/messages/ktorrent.po b/translations/el/messages/ktorrent.po +index d4109e1..0eef52f 100644 +--- a/translations/el/messages/ktorrent.po ++++ b/translations/el/messages/ktorrent.po +@@ -5,7 +5,7 @@ + msgid "" + msgstr "" + "Project-Id-Version: ktorrent\n" +-"POT-Creation-Date: 2008-04-18 19:40+0200\n" ++"POT-Creation-Date: 2008-07-08 22:20+0200\n" + "PO-Revision-Date: 2007-08-12 20:48+0300\n" + "Last-Translator: Spiros Georgaras \n" + "Language-Team: Greek \n" +@@ -19,7 +19,7 @@ msgid "No incoming connections (possibly firewalled)" + msgstr "Καμία εισερχόμενη σύνδεση (μάλλον λόγω τείχους προστασίας)" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 42 +-#: apps/ktorrent/ktorrent.cpp:184 rc.cpp:345 rc.cpp:383 rc.cpp:1019 ++#: apps/ktorrent/ktorrent.cpp:184 rc.cpp:336 rc.cpp:369 rc.cpp:989 + #, no-c-format + msgid "Info" + msgstr "Πληροφορίες" +@@ -187,7 +187,7 @@ msgstr "Λανθασμένη URL." + #. i18n: file ./apps/ktorrent/ktorrentui.rc line 9 + #: apps/ktorrent/groups/downloadgroup.cpp:27 + #: apps/ktorrent/groups/groupmanager.h:57 apps/ktorrent/pref.cpp:147 +-#: apps/ktorrent/viewmanager.cpp:62 rc.cpp:138 rc.cpp:342 ++#: apps/ktorrent/viewmanager.cpp:62 rc.cpp:132 rc.cpp:333 + #, no-c-format + msgid "Downloads" + msgstr "Λήψεις" +@@ -311,7 +311,7 @@ msgid "Document to open" + msgstr "Έγγραφο για άνοιγμα" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 59 +-#: apps/ktorrent/main.cpp:120 rc.cpp:553 ++#: apps/ktorrent/main.cpp:120 rc.cpp:532 + #, no-c-format + msgid "KTorrent" + msgstr "KTorrent" +@@ -579,7 +579,7 @@ msgstr "Πηγές torrent:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 85 + #: apps/ktorrent/ktorrentviewmenu.cpp:66 plugins/infowidget/peerview.cpp:221 +-#: rc.cpp:77 rc.cpp:1256 rc.cpp:1307 ++#: rc.cpp:75 rc.cpp:1208 rc.cpp:1259 + #, no-c-format + msgid "DHT" + msgstr "DHT" +@@ -621,7 +621,7 @@ msgid "Add to Group" + msgstr "Προσθήκη στην ομάδα" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 16 +-#: apps/ktorrent/ktorrentviewmenu.cpp:100 rc.cpp:147 ++#: apps/ktorrent/ktorrentviewmenu.cpp:100 rc.cpp:141 + #, no-c-format + msgid "Speed Limits" + msgstr "Όρια ταχύτητας" +@@ -641,7 +641,7 @@ msgid "Malformed IP address." + msgstr "Λανθασμένη διεύθυνση IP." + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 311 +-#: apps/ktorrent/pref.cpp:58 rc.cpp:282 ++#: apps/ktorrent/pref.cpp:58 rc.cpp:273 + #, no-c-format + msgid "Preferences" + msgstr "Προτιμήσεις" +@@ -677,7 +677,7 @@ msgid "Advanced" + msgstr "Προχωρημένα" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 27 +-#: apps/ktorrent/pref.cpp:411 rc.cpp:540 ++#: apps/ktorrent/pref.cpp:411 rc.cpp:519 + #, no-c-format + msgid "Advanced Options" + msgstr "Προχωρημένες επιλογές" +@@ -688,7 +688,7 @@ msgstr "Ορατές στήλες" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 16 + #: apps/ktorrent/ktorrentview.cpp:135 +-#: plugins/infowidget/infowidgetplugin.cpp:76 rc.cpp:1016 ++#: plugins/infowidget/infowidgetplugin.cpp:76 rc.cpp:986 + #, no-c-format + msgid "Status" + msgstr "Κατάσταση" +@@ -710,7 +710,7 @@ msgstr "Απεσταλμένα" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 313 + #: apps/ktorrent/ktorrentview.cpp:139 plugins/infowidget/peerview.cpp:216 +-#: rc.cpp:1010 ++#: rc.cpp:980 + #, no-c-format + msgid "Down Speed" + msgstr "Ταχύτητα λήψης" +@@ -837,7 +837,7 @@ msgid "User" + msgstr "Χρήστης" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 24 +-#: apps/ktorrent/queuedialog.cpp:75 rc.cpp:249 ++#: apps/ktorrent/queuedialog.cpp:75 rc.cpp:240 + #, no-c-format + msgid "Queue Manager" + msgstr "Διαχειριστής λίστας αναμονής" +@@ -1065,8 +1065,8 @@ msgid "Start torrent" + msgstr "Εκκίνηση torrent" + + #. i18n: file ./apps/ktorrent/fileselectdlgbase.ui line 160 +-#: plugins/infowidget/fileview.cpp:49 rc.cpp:27 rc.cpp:1244 rc.cpp:1259 +-#: rc.cpp:1349 rc.cpp:1439 ++#: plugins/infowidget/fileview.cpp:49 rc.cpp:27 rc.cpp:1196 rc.cpp:1211 ++#: rc.cpp:1301 rc.cpp:1385 + #, no-c-format + msgid "Download" + msgstr "Λήψη" +@@ -1120,13 +1120,13 @@ msgid "Encryption" + msgstr "Κρυπτογράφηση" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 58 +-#: rc.cpp:64 rc.cpp:787 ++#: rc.cpp:63 rc.cpp:764 + #, no-c-format + msgid "Use protocol encryption" + msgstr "Χρήση κρυπτογράφησης πρωτοκόλλου" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 64 +-#: rc.cpp:68 ++#: rc.cpp:66 + #, no-c-format + msgid "" + "Protocol encryption is used to prevent ISP's from slowing down bittorrent " +@@ -1136,13 +1136,13 @@ msgstr "" + "να επιβραδύνουν τις συνδέσεις bittorrent." + + #. i18n: file ./apps/ktorrent/generalpref.ui line 72 +-#: rc.cpp:71 rc.cpp:790 ++#: rc.cpp:69 rc.cpp:767 + #, no-c-format + msgid "Allow unencrypted connections" + msgstr "Να επιτρέπονται συνδέσεις χωρίς κρυπτογράφηση" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 75 +-#: rc.cpp:74 ++#: rc.cpp:72 + #, no-c-format + msgid "" + "If unchecked, you'll be able to connect only to clients supporting encryption." +@@ -1151,7 +1151,7 @@ msgstr "" + "υποστηρίζουν κωδικοποίηση." + + #. i18n: file ./apps/ktorrent/generalpref.ui line 88 +-#: rc.cpp:80 ++#: rc.cpp:78 + #, no-c-format + msgid "" + "Distributed Hash Table protocol." +@@ -1162,169 +1162,169 @@ msgstr "" + "περισσότερες πληροφορίες." + + #. i18n: file ./apps/ktorrent/generalpref.ui line 99 +-#: rc.cpp:83 ++#: rc.cpp:81 + #, no-c-format + msgid "&Use DHT to get additional peers" + msgstr "&Χρήση DHT για την λήψη επιπλέον υπολογιστών" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 118 +-#: rc.cpp:87 ++#: rc.cpp:84 + #, no-c-format + msgid "UDP port for DHT communication:" + msgstr "UDP θύρα για επικοινωνία DHT:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 161 +-#: rc.cpp:90 ++#: rc.cpp:87 + #, no-c-format + msgid "Custom IP" + msgstr "Προσαρμοσμένη IP" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 172 +-#: rc.cpp:93 ++#: rc.cpp:90 + #, no-c-format + msgid "Se&nd the tracker a custom IP address or hostname" + msgstr "Αποστολή στο&ν ανιχνευτή μιας προσαρμοσμένης IP ή όνομα υπολογιστή" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 188 +-#: rc.cpp:96 ++#: rc.cpp:93 + #, no-c-format + msgid "Custom IP address or hostname:" + msgstr "Προσαρμοσμένη IP ή όνομα υπολογιστή:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 205 +-#: rc.cpp:99 ++#: rc.cpp:96 + #, no-c-format + msgid "System Tray Icon" + msgstr "Εικονίδιο πλαισίου συστήματος" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 216 +-#: rc.cpp:102 ++#: rc.cpp:99 + #, no-c-format + msgid "Show s&ystem tray icon" + msgstr "Εμφάνιση εικονιδίου πλαισίου σ&υστήματος" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 224 +-#: rc.cpp:105 ++#: rc.cpp:102 + #, no-c-format + msgid "Show speed &bar in tray icon" + msgstr "Εμφάνιση γραμμής &ταχύτητας στο πλαίσιο συστήματος" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 232 +-#: rc.cpp:108 ++#: rc.cpp:105 + #, no-c-format + msgid "Show system tray popup messages" + msgstr "Εμφάνιση αναδυόμενων μηνυμάτων στο πλαισίου συστήματος" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 251 +-#: rc.cpp:112 ++#: rc.cpp:108 + #, no-c-format + msgid "Upload bandwidth (in KB/sec):" + msgstr "Ταχύτητα αποστολής (σε kb/s):" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 276 +-#: rc.cpp:115 ++#: rc.cpp:111 + #, no-c-format + msgid "Download bandwidth (in KB/sec):" + msgstr "Ταχύτητα λήψης (σε kb/s):" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 305 +-#: rc.cpp:118 ++#: rc.cpp:114 + #, no-c-format + msgid "Folders" + msgstr "Φάκελοι" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 324 +-#: rc.cpp:121 ++#: rc.cpp:117 + #, no-c-format + msgid "Folder to store temporary files:" + msgstr "Κατάλογος για αποθήκευση προσωρινών αρχείων:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 342 +-#: rc.cpp:124 ++#: rc.cpp:120 + #, no-c-format + msgid "Move completed downloads to:" + msgstr "Μετακίνηση των ολοκληρωμένων λήψεων στο:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 353 +-#: rc.cpp:128 ++#: rc.cpp:123 + #, no-c-format + msgid "&Automatically save downloads to:" + msgstr "&Αυτόματη αποθήκευση λήψεων στο:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 395 +-#: rc.cpp:131 ++#: rc.cpp:126 + #, no-c-format + msgid "Copy .torrent files to:" + msgstr "Αντιγραφή αρχείων .torrent σε:" + + #. i18n: file ./apps/ktorrent/ktorrentui.rc line 34 +-#: rc.cpp:144 ++#: rc.cpp:138 + #, no-c-format + msgid "Download Toolbar" + msgstr "Γραμμή εργαλείων λήψεων" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 27 +-#: rc.cpp:150 ++#: rc.cpp:144 + #, no-c-format + msgid "Set the speed limits for torrent" + msgstr "Ορισμός των ορίων ταχύτητας για το torrent" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 51 +-#: rc.cpp:153 ++#: rc.cpp:147 + #, no-c-format + msgid "Max upload rate:" + msgstr "Μέγιστος ρυθμός αποστολής:" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 59 +-#: rc.cpp:156 ++#: rc.cpp:150 + #, no-c-format + msgid "Max download rate:" + msgstr "Μέγιστος ρυθμός λήψης:" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 97 +-#: rc.cpp:159 rc.cpp:162 ++#: rc.cpp:153 rc.cpp:156 + #, no-c-format + msgid "KB/s (0 is no limit)" + msgstr "KB/δευτ (το 0 σημαίνει απεριόριστο)" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 16 +-#: rc.cpp:171 ++#: rc.cpp:165 + #, no-c-format + msgid "Add potential peer" + msgstr "Προσθήκη ικανού υπολογιστή" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 35 +-#: rc.cpp:174 ++#: rc.cpp:168 + #, no-c-format + msgid "Peer IP:" + msgstr "IP υπολογιστή:" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 43 +-#: rc.cpp:177 rc.cpp:208 ++#: rc.cpp:171 rc.cpp:201 + #, no-c-format + msgid "127.0.0.1" + msgstr "127.0.0.1" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 51 +-#: rc.cpp:180 rc.cpp:288 rc.cpp:525 rc.cpp:931 ++#: rc.cpp:174 rc.cpp:279 rc.cpp:504 rc.cpp:908 + #, no-c-format + msgid "Port:" + msgstr "Θύρα:" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 100 +-#: rc.cpp:183 ++#: rc.cpp:177 + #, no-c-format + msgid "Enter peer IP and port." + msgstr "Εισαγωγή IP και θύρας υπολογιστή." + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 16 +-#: rc.cpp:193 ++#: rc.cpp:186 + #, no-c-format + msgid "KTorrent Blacklist" + msgstr "Μαύρη λίστα του KTorrent" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 30 +-#: rc.cpp:196 ++#: rc.cpp:189 + #, no-c-format + msgid "" + "Note: Blacklist applies to current session only. Use save/open to save your " +@@ -1335,188 +1335,188 @@ msgstr "" + "πρόσθετο φίλτρου IP (PeerGuardian)." + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 41 +-#: rc.cpp:199 ++#: rc.cpp:192 + #, no-c-format + msgid "Banned Peers" + msgstr "Απαγορευμένοι υπολογιστές" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 50 +-#: rc.cpp:202 ++#: rc.cpp:195 + #, no-c-format + msgid "Peer IP address" + msgstr "Διεύθυνση IP υπολογιστή" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 96 +-#: rc.cpp:205 ++#: rc.cpp:198 + #, no-c-format + msgid "Add peer:" + msgstr "Προσθήκη υπολογιστή:" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 134 +-#: rc.cpp:215 ++#: rc.cpp:207 + #, no-c-format + msgid "Adds a peer to blacklist" + msgstr "Προσθήκη ενός υπολογιστή στη μαύρη λίστα" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 168 +-#: rc.cpp:222 ++#: rc.cpp:213 + #, no-c-format + msgid "Removes selected peer from blacklist" + msgstr "Αφαίρεση του επιλεγμένου υπολογιστή από τη μαύρη λίστα" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 176 +-#: rc.cpp:225 ++#: rc.cpp:216 + #, no-c-format + msgid "C&lear" + msgstr "&Καθαρισμός" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 182 +-#: rc.cpp:228 ++#: rc.cpp:219 + #, no-c-format + msgid "Clears this list" + msgstr "Καθαρισμός της λίστας" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 218 +-#: rc.cpp:234 ++#: rc.cpp:225 + #, no-c-format + msgid "Save &As..." + msgstr "Αποθήκευση &ως..." + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 224 +-#: rc.cpp:237 ++#: rc.cpp:228 + #, no-c-format + msgid "Save this blacklist to use with KTorrent IPFilter plugin" + msgstr "" + "Αποθήκευση της μαύρης λίστας για χρήση με το πρόσθετο φίλτρου IP του KTorrent" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 59 +-#: rc.cpp:252 ++#: rc.cpp:243 + #, no-c-format + msgid "Maximum downloads:" + msgstr "Μέγιστος αριθμός λήψεων:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 86 +-#: rc.cpp:255 ++#: rc.cpp:246 + #, no-c-format + msgid "Maximum seeds:" + msgstr "Μέγιστος αριθμός μοιράσματος:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 94 +-#: rc.cpp:258 ++#: rc.cpp:249 + #, no-c-format + msgid "Start download on low disk space :" + msgstr "Έναρξη λήψης σε δίσκο με λίγο χώρο:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 102 +-#: rc.cpp:261 ++#: rc.cpp:252 + #, no-c-format + msgid "Minimum disk space:" + msgstr "Ελάχιστος χώρος στο δίσκο:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 140 +-#: rc.cpp:264 ++#: rc.cpp:255 + #, no-c-format + msgid "Don't start" + msgstr "Να μην εκκινηθεί" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 145 +-#: rc.cpp:267 ++#: rc.cpp:258 + #, no-c-format + msgid "Always ask" + msgstr "Να ερωτούμαι πάντα" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 150 +-#: rc.cpp:270 ++#: rc.cpp:261 + #, no-c-format + msgid "Force start" + msgstr "Εξαναγκασμός εκκίνησης" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 208 +-#: rc.cpp:273 ++#: rc.cpp:264 + #, no-c-format + msgid "MB" + msgstr "MB" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 236 +-#: rc.cpp:276 rc.cpp:279 rc.cpp:312 rc.cpp:315 rc.cpp:324 ++#: rc.cpp:267 rc.cpp:270 rc.cpp:303 rc.cpp:306 rc.cpp:315 + #, no-c-format + msgid "(0 is no limit)" + msgstr "(το 0 σημαίνει απεριόριστο)" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 330 +-#: rc.cpp:285 ++#: rc.cpp:276 + #, no-c-format + msgid "Maximum download rate:" + msgstr "Μέγιστος ρυθμός λήψης:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 346 +-#: rc.cpp:291 ++#: rc.cpp:282 + #, no-c-format + msgid "Global connection limit:" + msgstr "Καθολικό όριο συνδέσεων:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 354 +-#: rc.cpp:294 ++#: rc.cpp:285 + #, no-c-format + msgid "Max seed time:" + msgstr "Μεγ. χρόνος μοιράσματος:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 370 +-#: rc.cpp:297 ++#: rc.cpp:288 + #, no-c-format + msgid "Maximum connections per torrent:" + msgstr "Μέγιστος αριθμός συνδέσεων ανά torrent:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 397 +-#: rc.cpp:300 ++#: rc.cpp:291 + #, no-c-format + msgid "Number of upload slots:" + msgstr "Αριθμός υποδοχέων αποστολής:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 405 +-#: rc.cpp:303 ++#: rc.cpp:294 + #, no-c-format + msgid "UDP tracker port:" + msgstr "Θύρα UDP ανιχνευτή:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 413 +-#: rc.cpp:306 ++#: rc.cpp:297 + #, no-c-format + msgid "Max share ratio:" + msgstr "Μεγ. αναλογία κοινόχρηστων:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 421 +-#: rc.cpp:309 ++#: rc.cpp:300 + #, no-c-format + msgid "Maximum upload rate:" + msgstr "Μέγιστος ρυθμός αποστολής:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 576 +-#: rc.cpp:318 rc.cpp:321 ++#: rc.cpp:309 rc.cpp:312 + #, no-c-format + msgid "KB/sec (0 is no limit)" + msgstr "KB/δευτ (το 0 σημαίνει απεριόριστο)" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 651 +-#: rc.cpp:327 ++#: rc.cpp:318 + #, no-c-format + msgid "Hours (0 is no limit)" + msgstr "Ώρες (το 0 σημαίνει απεριόριστο)" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 663 +-#: rc.cpp:330 ++#: rc.cpp:321 + #, no-c-format + msgid "&Keep seeding after download is finished" + msgstr "&Συνέχεια μοιράσματος μετά την ολοκλήρωση της λήψης" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 674 +-#: rc.cpp:333 ++#: rc.cpp:324 + #, no-c-format + msgid "Attention" + msgstr "Προσοχή" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 685 +-#: rc.cpp:336 ++#: rc.cpp:327 + #, no-c-format + msgid "" + "The above ports must also be forwarded if you are behind a router. The UPnP " +@@ -1526,284 +1526,284 @@ msgstr "" + "διαμεταγωγέα. Το πρόσθετο UPnP μπορεί να το κάνει αυτό για σας." + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 16 +-#: rc.cpp:339 ++#: rc.cpp:330 + #, no-c-format + msgid "KT Queue Dialog" + msgstr "Διάλογος λίστας αναμονής KT" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 69 +-#: rc.cpp:348 rc.cpp:386 rc.cpp:1107 ++#: rc.cpp:339 rc.cpp:372 rc.cpp:1067 + #, no-c-format + msgid "Status:" + msgstr "Κατάσταση:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 85 +-#: rc.cpp:351 rc.cpp:389 rc.cpp:1808 ++#: rc.cpp:342 rc.cpp:375 rc.cpp:1751 + #, no-c-format + msgid "Tracker:" + msgstr "Ανιχνευτής:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 93 +-#: rc.cpp:354 rc.cpp:392 rc.cpp:1805 ++#: rc.cpp:345 rc.cpp:378 rc.cpp:1748 + #, no-c-format + msgid "DHT:" + msgstr "DHT:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 109 +-#: rc.cpp:357 rc.cpp:395 rc.cpp:1061 ++#: rc.cpp:348 rc.cpp:381 rc.cpp:1025 + #, no-c-format + msgid "Share ratio:" + msgstr "Αναλογία κοινόχρηστων:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 117 +-#: rc.cpp:360 ++#: rc.cpp:351 + #, no-c-format + msgid "Bytes left:" + msgstr "Εναπομένοντα bytes:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 177 +-#: rc.cpp:368 rc.cpp:377 ++#: rc.cpp:354 rc.cpp:363 + #, no-c-format + msgid "Torrent" + msgstr "Torrent" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 188 +-#: rc.cpp:371 rc.cpp:380 ++#: rc.cpp:357 rc.cpp:366 + #, no-c-format + msgid "Controlled by" + msgstr "Ελεγχόμενο από" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 214 +-#: rc.cpp:374 ++#: rc.cpp:360 + #, no-c-format + msgid "Upload&s" + msgstr "&Αποστολές" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 333 +-#: rc.cpp:398 ++#: rc.cpp:384 + #, no-c-format + msgid "Uploaded:" + msgstr "Απεσταλμένα:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 486 +-#: rc.cpp:406 ++#: rc.cpp:387 + #, no-c-format + msgid "M&ove up" + msgstr "Μετακίνηση &πάνω" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 494 +-#: rc.cpp:409 ++#: rc.cpp:390 + #, no-c-format + msgid "Move dow&n" + msgstr "Μετακίνηση &κάτω" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 519 +-#: rc.cpp:412 ++#: rc.cpp:393 + #, no-c-format + msgid "Move to top" + msgstr "Μετακίνηση στην κορυφή" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 530 +-#: rc.cpp:416 ++#: rc.cpp:396 + #, no-c-format + msgid "Move to &bottom" + msgstr "Μετακίνηση στο &τέλος" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 555 +-#: rc.cpp:419 ++#: rc.cpp:399 + #, no-c-format + msgid "&QM Controlled" + msgstr "Ελεγχόμενο από &διαχειριστή αναμονής" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 563 +-#: rc.cpp:422 ++#: rc.cpp:402 + #, no-c-format + msgid "&User Controlled" + msgstr "Ελεγχόμενο από &χρήστη" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 30 +-#: rc.cpp:434 ++#: rc.cpp:414 + #, no-c-format + msgid "Paste URL" + msgstr "Επικόλληση URL" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 52 +-#: rc.cpp:437 rc.cpp:1104 rc.cpp:1919 ++#: rc.cpp:417 rc.cpp:1064 rc.cpp:1859 + #, no-c-format + msgid "URL:" + msgstr "URL:" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 106 +-#: rc.cpp:440 ++#: rc.cpp:420 + #, no-c-format + msgid "O&K" + msgstr "Ε&ντάξει" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 114 +-#: rc.cpp:443 rc.cpp:675 rc.cpp:1176 ++#: rc.cpp:423 rc.cpp:653 rc.cpp:1128 + #, no-c-format + msgid "C&ancel" + msgstr "&Ακύρωση" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 16 +-#: rc.cpp:446 ++#: rc.cpp:426 + #, no-c-format + msgid "Create Torrent" + msgstr "Δημιουργία torrent" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 38 +-#: rc.cpp:449 ++#: rc.cpp:429 + #, no-c-format + msgid "The file or folder of which you want to create a torrent:" + msgstr "" + "Το αρχείο ή φάκελος για το οποίο επιθυμείτε να δημιουργήσετε ένα torrent:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 53 +-#: rc.cpp:452 ++#: rc.cpp:432 + #, no-c-format + msgid "You must add at least one tracker or node." + msgstr "Πρέπει να προσθέσετε τουλάχιστον έναν ανιχνευτή ή κόμβο." + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 61 +-#: rc.cpp:455 ++#: rc.cpp:435 + #, no-c-format + msgid "File Options" + msgstr "Επιλογές αρχείων" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 80 +-#: rc.cpp:458 ++#: rc.cpp:438 + #, no-c-format + msgid "Size of each chunk:" + msgstr "Μέγεθος κάθε κομματιού:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 86 +-#: rc.cpp:461 ++#: rc.cpp:441 + #, no-c-format + msgid "32" + msgstr "32" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 91 +-#: rc.cpp:464 ++#: rc.cpp:444 + #, no-c-format + msgid "64" + msgstr "64" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 96 +-#: rc.cpp:467 ++#: rc.cpp:447 + #, no-c-format + msgid "128" + msgstr "128" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 101 +-#: rc.cpp:470 ++#: rc.cpp:450 + #, no-c-format + msgid "256" + msgstr "256" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 106 +-#: rc.cpp:473 ++#: rc.cpp:453 + #, no-c-format + msgid "512" + msgstr "512" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 111 +-#: rc.cpp:476 ++#: rc.cpp:456 + #, no-c-format + msgid "1024" + msgstr "1024" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 116 +-#: rc.cpp:479 ++#: rc.cpp:459 + #, no-c-format + msgid "2048" + msgstr "2048" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 121 +-#: rc.cpp:482 ++#: rc.cpp:462 + #, no-c-format + msgid "4096" + msgstr "4096" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 126 +-#: rc.cpp:485 ++#: rc.cpp:465 + #, no-c-format + msgid "8192" + msgstr "8192" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 138 +-#: rc.cpp:488 rc.cpp:633 ++#: rc.cpp:468 rc.cpp:611 + #, no-c-format + msgid "KB" + msgstr "KB" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 165 +-#: rc.cpp:491 ++#: rc.cpp:471 + #, no-c-format + msgid "Start seedin&g the torrent" + msgstr "Εκκίνηση &μοιράσματος του torrent" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 176 +-#: rc.cpp:494 ++#: rc.cpp:474 + #, no-c-format + msgid "Decentrali&zed (DHT only)" + msgstr "Αποκεντρ&ωμένο (μόνο DHT)" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 184 +-#: rc.cpp:497 ++#: rc.cpp:477 + #, no-c-format + msgid "Private torrent (DHT not allowed)" + msgstr "Ιδιωτικό torrent (δεν επιτρέπεται DHT)" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 202 +-#: rc.cpp:500 ++#: rc.cpp:480 + #, no-c-format + msgid "Comments:" + msgstr "Σχόλια:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 248 +-#: rc.cpp:503 ++#: rc.cpp:483 + #, no-c-format + msgid "&Create" + msgstr "&Δημιουργία" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 262 +-#: rc.cpp:506 rc.cpp:1325 ++#: rc.cpp:486 rc.cpp:1277 + #, no-c-format + msgid "Ca&ncel" + msgstr "Α&κύρωση" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 275 +-#: plugins/infowidget/infowidgetplugin.cpp:214 rc.cpp:509 rc.cpp:1101 ++#: plugins/infowidget/infowidgetplugin.cpp:214 rc.cpp:489 rc.cpp:1061 + #, no-c-format + msgid "Trackers" + msgstr "Ανιχνευτές" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 283 +-#: rc.cpp:512 ++#: rc.cpp:492 + #, no-c-format + msgid "DHT nodes" + msgstr "Κόμβοι DHT" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 333 +-#: rc.cpp:522 ++#: rc.cpp:501 + #, no-c-format + msgid "Node:" + msgstr "Κόμβος:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 385 +-#: rc.cpp:528 ++#: rc.cpp:507 + #, no-c-format + msgid "IP or hostname" + msgstr "IP ή όνομα υπολογιστή" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 396 +-#: rc.cpp:531 rc.cpp:718 rc.cpp:721 ++#: rc.cpp:510 rc.cpp:695 rc.cpp:698 + #, no-c-format + msgid "Port" + msgstr "Θύρα" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 437 +-#: rc.cpp:534 ++#: rc.cpp:513 + #, no-c-format + msgid "" + "NOTE: Some known good DHT nodes are already inserted. You should probably " +@@ -1814,19 +1814,19 @@ msgstr "" + "torrent." + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 16 +-#: rc.cpp:537 ++#: rc.cpp:516 + #, no-c-format + msgid "Advanced Preferences" + msgstr "Προχωρημένες προτιμήσεις" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 46 +-#: rc.cpp:543 ++#: rc.cpp:522 + #, no-c-format + msgid "Time left estimation algorithm:" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 53 +-#: rc.cpp:546 rc.cpp:568 ++#: rc.cpp:525 rc.cpp:547 + #, no-c-format + msgid "" + "KTorrent algorithm: Default algorithm using combination of other " +@@ -1855,140 +1855,140 @@ msgstr "" + "Χ δείγματα" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 64 +-#: rc.cpp:556 ++#: rc.cpp:535 + #, no-c-format + msgid "Current speed" + msgstr "Τρέχουσα ταχύτητα" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 69 +-#: rc.cpp:559 ++#: rc.cpp:538 + #, no-c-format + msgid "Global average speed" + msgstr "Καθολική μέση ταχύτητα" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 74 +-#: rc.cpp:562 ++#: rc.cpp:541 + #, no-c-format + msgid "Window of X" + msgstr "Παράθυρο του Χ" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 79 +-#: rc.cpp:565 ++#: rc.cpp:544 + #, no-c-format + msgid "Moving average" + msgstr "Κινούμενος μέσος" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 98 +-#: rc.cpp:575 ++#: rc.cpp:554 + #, no-c-format + msgid "(takes effect after restart)" + msgstr "(ενεργοποιείται μετά από επανεκκίνηση)" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 125 +-#: rc.cpp:578 ++#: rc.cpp:557 + #, no-c-format + msgid "Disa&ble diskspace preallocation" + msgstr "Α&πενεργοποίηση προδέσμευσης χώρου στο δίσκο" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 141 +-#: rc.cpp:581 ++#: rc.cpp:560 + #, no-c-format + msgid "F&ully preallocate diskspace (avoids fragmentation)" + msgstr "" + "Πλήρης προδέ&σμευση χώρου (αποφεύγεται η τμηματική αποθήκευση του αρχείου)" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 147 +-#: rc.cpp:584 ++#: rc.cpp:563 + #, no-c-format + msgid "Basic (slow)" + msgstr "Βασικό (αργό)" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 152 +-#: rc.cpp:587 ++#: rc.cpp:566 + #, no-c-format + msgid "Filesystem specific" + msgstr "Ειδικά του συστήματος αρχείου" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 174 +-#: rc.cpp:590 ++#: rc.cpp:569 + #, no-c-format + msgid "Performance" + msgstr "Επίδοση" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 193 +-#: rc.cpp:593 ++#: rc.cpp:572 + #, no-c-format + msgid "Memory usage:" + msgstr "Χρήση μνήμης:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 199 +-#: rc.cpp:596 ++#: rc.cpp:575 + #, no-c-format + msgid "Low" + msgstr "Χαμηλή" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 204 +-#: rc.cpp:599 ++#: rc.cpp:578 + #, no-c-format + msgid "Medium" + msgstr "Μεσαία" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 209 +-#: rc.cpp:602 ++#: rc.cpp:581 + #, no-c-format + msgid "High" + msgstr "Υψηλή" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 248 +-#: rc.cpp:605 ++#: rc.cpp:584 + #, no-c-format + msgid "GUI update interval:" + msgstr "Χρονικό διάστημα ενημέρωσης:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 254 +-#: rc.cpp:608 ++#: rc.cpp:587 + #, no-c-format + msgid "500ms" + msgstr "500ms" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 259 +-#: rc.cpp:611 ++#: rc.cpp:590 + #, no-c-format + msgid "1s" + msgstr "1δ" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 264 +-#: rc.cpp:614 ++#: rc.cpp:593 + #, no-c-format + msgid "2s" + msgstr "2δ" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 269 +-#: rc.cpp:617 ++#: rc.cpp:596 + #, no-c-format + msgid "5s" + msgstr "5δ" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 308 +-#: rc.cpp:620 ++#: rc.cpp:599 + #, no-c-format + msgid "Fast CPU" + msgstr "Γρήγορη ΚΜΕ" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 342 +-#: rc.cpp:624 ++#: rc.cpp:602 + #, no-c-format + msgid "Slow CPU" + msgstr "Αργή ΚΜΕ" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 354 +-#: rc.cpp:627 ++#: rc.cpp:605 + #, no-c-format + msgid "Data Checking" + msgstr "Έλεγχος δεδομένων" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 373 +-#: rc.cpp:630 ++#: rc.cpp:608 + #, no-c-format + msgid "During uploading, do ¬ recheck chunks bigger than" + msgstr "" +@@ -1996,19 +1996,19 @@ msgstr "" + "από" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 430 +-#: rc.cpp:636 ++#: rc.cpp:614 + #, no-c-format + msgid "Do a data integrit&y check after" + msgstr "Εκτέλεση ελέγχου α&κεραιότητα μετά από" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 449 +-#: rc.cpp:639 ++#: rc.cpp:617 + #, no-c-format + msgid "corrupted chunks" + msgstr "κατεστραμμένα κομμάτια" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 478 +-#: rc.cpp:642 ++#: rc.cpp:620 + #, no-c-format + msgid "Networking" + msgstr "" +@@ -2027,272 +2027,272 @@ msgstr "" + "Χ δείγματα" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 505 +-#: rc.cpp:645 ++#: rc.cpp:623 + #, fuzzy, no-c-format + msgid "Maximum number of connection setups:" + msgstr "Μέγιστος αριθμός συνδέσεων ανά torrent ( 0 = απεριόριστος)" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 527 +-#: rc.cpp:648 ++#: rc.cpp:626 + #, no-c-format + msgid "DSCP for IP packets:" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 570 +-#: rc.cpp:651 ++#: rc.cpp:629 + #, no-c-format + msgid "Do not use the KDE pro&xy settings for HTTP tracker connections" + msgstr "Αγνόηση του &διαμεσολαβητή του KDE για συνδέσεις ανιχνευτή μέσω HTTP" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 586 +-#: rc.cpp:654 ++#: rc.cpp:632 + #, no-c-format + msgid "HTTP tracker proxy:" + msgstr "Διαμεσολαβητής HTTP ανιχνευτή:" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 24 +-#: rc.cpp:657 ++#: rc.cpp:635 + #, no-c-format + msgid "Scanning data" + msgstr "Σάρωση δεδομένων" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 38 +-#: rc.cpp:660 ++#: rc.cpp:638 + #, no-c-format + msgid "Scanning data of torrent :" + msgstr "Σάρωση δεδομένων για το torrent :" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 62 +-#: rc.cpp:663 ++#: rc.cpp:641 + #, no-c-format + msgid "Number of chunks found :" + msgstr "Αριθμός κομματιών που βρέθηκαν:" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 70 +-#: rc.cpp:666 ++#: rc.cpp:644 + #, no-c-format + msgid "Number of chunks failed / not downloaded :" + msgstr "Αριθμός αποτυχημένων/μη ληφθέντων κομματιών:" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 97 +-#: rc.cpp:669 rc.cpp:672 ++#: rc.cpp:647 rc.cpp:650 + #, no-c-format + msgid "0" + msgstr "0" + + #. i18n: file ./apps/ktupnptest/mainwidget.ui line 54 +-#: rc.cpp:678 ++#: rc.cpp:656 + #, no-c-format + msgid "Test" + msgstr "Δοκιμή" + + #. i18n: file ./libktorrent/labelviewitembase.ui line 49 +-#: rc.cpp:685 ++#: rc.cpp:662 + #, no-c-format + msgid "textLabel2" + msgstr "textLabel2" + + #. i18n: file ./libktorrent/labelviewitembase.ui line 65 +-#: rc.cpp:688 ++#: rc.cpp:665 + #, no-c-format + msgid "textLabel3" + msgstr "textLabel3" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 10 +-#: rc.cpp:691 ++#: rc.cpp:668 + #, no-c-format + msgid "Maximum number of downloads (0 = no limit)" + msgstr "Μέγιστος αριθμός λήψεων ( 0 = απεριόριστος)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 15 +-#: rc.cpp:694 ++#: rc.cpp:671 + #, no-c-format + msgid "Maximum number of seeds (0 = no limit)" + msgstr "Μέγιστος αριθμός μοιράσματος ( 0 = απεριόριστος)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 20 +-#: rc.cpp:697 ++#: rc.cpp:674 + #, no-c-format + msgid "Start downloads on low disk space?" + msgstr "Έναρξη λήψεων σε δίσκο με λίγο χώρο;㎎" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 24 +-#: rc.cpp:700 ++#: rc.cpp:677 + #, no-c-format + msgid "Maximum number of connections per torrent (0 = no limit)" + msgstr "Μέγιστος αριθμός συνδέσεων ανά torrent ( 0 = απεριόριστος)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 29 +-#: rc.cpp:703 ++#: rc.cpp:680 + #, no-c-format + msgid "Maximum number of connections for all torrents (0 = no limit) " + msgstr "Μέγιστος αριθμός συνδέσεων για όλες τις λήψεις ( 0 = απεριόριστος)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 34 +-#: rc.cpp:706 ++#: rc.cpp:683 + #, no-c-format + msgid "Maximum upload speed in KB/sec (0 = no limit)" + msgstr "Μέγιστη ταχύτητα αποστολής σε KB/δευτ ( 0 = απεριόριστη)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 39 +-#: rc.cpp:709 ++#: rc.cpp:686 + #, no-c-format + msgid "Maximum download speed in KB/sec (0 = no limit)" + msgstr "Μέγιστη ταχύτητα λήψης σε KB/δευτ ( 0 = απεριόριστη)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 44 +-#: rc.cpp:712 ++#: rc.cpp:689 + #, no-c-format + msgid "Maximum share ratio(0 = no limit)" + msgstr "Μέγιστη αναλογία κοινόχρηστων (0 = απεριόριστη)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 49 +-#: rc.cpp:715 ++#: rc.cpp:692 + #, no-c-format + msgid "Maximum seed time in hours (0 = no limit)" + msgstr "Μέγιστος χρόνος μοιράσματος σε ώρες (0 = απεριόριστος)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 66 +-#: rc.cpp:724 ++#: rc.cpp:701 + #, no-c-format + msgid "Show a system tray icon" + msgstr "Εμφάνιση εικονιδίου στο πλαίσιο συστήματος" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 70 +-#: rc.cpp:727 ++#: rc.cpp:704 + #, no-c-format + msgid "Show speed bar in tray icon" + msgstr "Εμφάνιση γραμμής ταχύτητας στο πλαίσιο συστήματος" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 74 +-#: rc.cpp:730 ++#: rc.cpp:707 + #, no-c-format + msgid "Download bandwidth (in kb/s):" + msgstr "Ταχύτητα λήψης (σε kb/s):" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 80 +-#: rc.cpp:733 ++#: rc.cpp:710 + #, no-c-format + msgid "Upload bandwidth (in kb/s):" + msgstr "Ταχύτητα αποστολής (σε kb/s):" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 86 +-#: rc.cpp:736 ++#: rc.cpp:713 + #, no-c-format + msgid "Show popup messages when torrent is finished." + msgstr "Εμφάνιση αναδυόμενων μηνυμάτων όταν ολοκληρωθεί η λήψη του torrent." + + #. i18n: file ./libktorrent/ktorrent.kcfg line 90 +-#: rc.cpp:739 ++#: rc.cpp:716 + #, no-c-format + msgid "Keep seeding after download has finished" + msgstr "Συνέχεια μοιράσματος μετά την ολοκλήρωση της λήψης" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 94 +-#: rc.cpp:742 ++#: rc.cpp:719 + #, no-c-format + msgid "Folder to store temporary files" + msgstr "Φάκελος για αποθήκευση προσωρινών αρχείων" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 98 +-#: rc.cpp:745 ++#: rc.cpp:722 + #, no-c-format + msgid "Whether to automatically save downloads to saveDir" + msgstr "Αν θα γίνεται αυτόματη αποθήκευση λήψεων στον κατάλογο αποθήκευσης" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 102 +-#: rc.cpp:748 ++#: rc.cpp:725 + #, no-c-format + msgid "Folder to store downloaded files" + msgstr "Φάκελος για αποθήκευση ληφθέντων αρχείων" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 106 +-#: rc.cpp:751 ++#: rc.cpp:728 + #, no-c-format + msgid "Whether to automatically move completed downloads to completedDir" + msgstr "Αν θα γίνεται αυτόματη αποθήκευση λήψεων στο completedDir" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 110 +-#: rc.cpp:754 ++#: rc.cpp:731 + #, no-c-format + msgid "Folder to move completed downloaded files to" + msgstr "Φάκελος για μετακίνηση ληφθέντων αρχείων" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 114 +-#: rc.cpp:757 ++#: rc.cpp:734 + #, no-c-format + msgid "Whether to automatically copy .torrent files to torrentCopyDir" + msgstr "" + "Αν θα γίνεται αυτόματη αντιγραφή των αρχείων .torrent στο torrentCopyDir" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 118 +-#: rc.cpp:760 ++#: rc.cpp:737 + #, no-c-format + msgid "Folder to copy .torrent files to" + msgstr "Φάκελος αντιγραφής των αρχείων .torrent" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 122 +-#: rc.cpp:763 ++#: rc.cpp:740 + #, no-c-format + msgid "Whether to use a custom IP to pass to the tracker" + msgstr "Αν θα χρησιμοποιείται μία προσαρμοσμένη IP για αποστολή στον ανιχνευτή" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 126 +-#: rc.cpp:766 ++#: rc.cpp:743 + #, no-c-format + msgid "Directory which was used as the last save directory" + msgstr "Ο τελευταίος κατάλογος που χρησιμοποιήθηκε για αποθήκευση" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 130 +-#: rc.cpp:769 ++#: rc.cpp:746 + #, no-c-format + msgid "IP to pass to the tracker" + msgstr "IP για αποστολή στον ανιχνευτή" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 134 +-#: rc.cpp:772 ++#: rc.cpp:749 + #, no-c-format + msgid "Memory usage" + msgstr "Χρήση μνήμης" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 138 +-#: rc.cpp:775 ++#: rc.cpp:752 + #, no-c-format + msgid "GUI update interval" + msgstr "Χρονικό διάστημα ενημέρωσης" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 142 +-#: rc.cpp:778 ++#: rc.cpp:755 + #, no-c-format + msgid "Support for DHT" + msgstr "Υποστήριξη DHT" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 146 +-#: rc.cpp:781 ++#: rc.cpp:758 + #, no-c-format + msgid "DHT port" + msgstr "Θύρα DHT" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 152 +-#: rc.cpp:784 ++#: rc.cpp:761 + #, no-c-format + msgid "Number of upload slots" + msgstr "Αριθμός υποδοχέων αποστολής" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 196 +-#: rc.cpp:793 ++#: rc.cpp:770 + #, no-c-format + msgid "Columns shown in KTorrentView" + msgstr "Οι στήλες που εμφανίζονται στο KTorrentView" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 205 +-#: rc.cpp:796 ++#: rc.cpp:773 + #, no-c-format + msgid "ET algorithm" + msgstr "Αλγόριθμος ET" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 227 +-#: rc.cpp:799 ++#: rc.cpp:776 + #, no-c-format + msgid "" + "When there's no space left to complete download and free diskspace is less than " +@@ -2302,458 +2302,458 @@ msgstr "" + "χώρος είναι λιγότερος από τον ελάχιστο, το torrent θα σταματήσει." + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 16 +-#: rc.cpp:802 ++#: rc.cpp:779 + #, no-c-format + msgid "Plugin Manager" + msgstr "Διαχειριστής προσθέτων" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 48 +-#: rc.cpp:805 ++#: rc.cpp:782 + #, no-c-format + msgid "Load" + msgstr "Φόρτωση" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 56 +-#: rc.cpp:808 ++#: rc.cpp:785 + #, no-c-format + msgid "U&nload" + msgstr "Α&ποφόρτωση" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 64 +-#: rc.cpp:811 ++#: rc.cpp:788 + #, no-c-format + msgid "Load &All" + msgstr "&Φόρτωση όλων" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 72 +-#: rc.cpp:814 ++#: rc.cpp:791 + #, no-c-format + msgid "&Unload All" + msgstr "&Αποφόρτωση όλων" + + #. i18n: file ./plugins/upnp/ktupnpplugin.kcfg line 10 +-#: rc.cpp:817 ++#: rc.cpp:794 + #, no-c-format + msgid "Default UPnP device to use" + msgstr "Προκαθορισμένη UPnP συσκευή για χρήση" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 16 +-#: plugins/upnp/upnpplugin.cpp:46 plugins/upnp/upnpprefpage.cpp:31 rc.cpp:820 ++#: plugins/upnp/upnpplugin.cpp:46 plugins/upnp/upnpprefpage.cpp:31 rc.cpp:797 + #, no-c-format + msgid "UPnP" + msgstr "UPnP" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 35 +-#: rc.cpp:823 ++#: rc.cpp:800 + #, no-c-format + msgid "Detected devices:" + msgstr "Ανιχνευμένες συσκευές:" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 41 +-#: rc.cpp:826 ++#: rc.cpp:803 + #, no-c-format + msgid "Device" + msgstr "Συσκευή" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 52 +-#: rc.cpp:829 ++#: rc.cpp:806 + #, no-c-format + msgid "Ports Forwarded" + msgstr "Προωθημένες θύρες" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 63 +-#: rc.cpp:832 ++#: rc.cpp:809 + #, no-c-format + msgid "WAN Connection" + msgstr "Σύνδεση WAN" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 91 +-#: rc.cpp:835 ++#: rc.cpp:812 + #, no-c-format + msgid "Forw&ard Ports" + msgstr "Προώθηση &θυρών" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 99 +-#: rc.cpp:838 ++#: rc.cpp:815 + #, no-c-format + msgid "Undo Port Forwarding" + msgstr "Αναίρεση προώθησης θυρών" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 124 +-#: rc.cpp:841 ++#: rc.cpp:818 + #, no-c-format + msgid "Rescan" + msgstr "Επανασάρωση" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 9 +-#: rc.cpp:844 ++#: rc.cpp:821 + #, no-c-format + msgid "Enable scanning of folder1?" + msgstr "Ενεργοποίηση σάρωσης του φακέλου 1;" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 14 +-#: rc.cpp:847 ++#: rc.cpp:824 + #, no-c-format + msgid "Enable scanning of folder2?" + msgstr "Ενεργοποίηση σάρωσης του φακέλου 2;" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 19 +-#: rc.cpp:850 ++#: rc.cpp:827 + #, no-c-format + msgid "Enable scanning of folder3?" + msgstr "Ενεργοποίηση σάρωσης του φακέλου 3;" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 24 +-#: rc.cpp:853 ++#: rc.cpp:830 + #, no-c-format + msgid "Folder1 path" + msgstr "Διαδρομή του φακέλου 1" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 29 +-#: rc.cpp:856 ++#: rc.cpp:833 + #, no-c-format + msgid "Folder2 path" + msgstr "Διαδρομή του φακέλου 2" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 34 +-#: rc.cpp:859 ++#: rc.cpp:836 + #, no-c-format + msgid "Folder3 path" + msgstr "Διαδρομή του φακέλου 3" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 39 +-#: rc.cpp:862 ++#: rc.cpp:839 + #, no-c-format + msgid "Whether to open torrent silently or not." + msgstr "Αν τα torrent θα ανοίγονται χωρίς ειδοποίηση ή όχι." + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 44 +-#: rc.cpp:865 ++#: rc.cpp:842 + #, no-c-format + msgid "Delete action checked." + msgstr "Διαγραφή επιλεγμένης ενέργειας." + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 49 +-#: rc.cpp:868 ++#: rc.cpp:845 + #, no-c-format + msgid "Move action checked." + msgstr "Μετακίνηση επιλεγμένης ενέργειας." + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 16 +-#: rc.cpp:871 ++#: rc.cpp:848 + #, no-c-format + msgid "ScanFolder Preferences" + msgstr "Προτιμήσεις σάρωσης φακέλων" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 35 +-#: rc.cpp:874 ++#: rc.cpp:851 + #, no-c-format + msgid "Scan folder &1" + msgstr "Σάρωση του φακέλου &1" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 38 +-#: rc.cpp:877 rc.cpp:1480 ++#: rc.cpp:854 rc.cpp:1424 + #, no-c-format + msgid "Alt+1" + msgstr "Alt+1" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 46 +-#: rc.cpp:880 ++#: rc.cpp:857 + #, no-c-format + msgid "Scan folder &2" + msgstr "Σάρωση του φακέλου &2" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 49 +-#: rc.cpp:883 rc.cpp:1471 rc.cpp:1495 ++#: rc.cpp:860 rc.cpp:1415 rc.cpp:1439 + #, no-c-format + msgid "Alt+2" + msgstr "Alt+2" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 57 +-#: rc.cpp:886 ++#: rc.cpp:863 + #, no-c-format + msgid "Scan folder &3" + msgstr "Σάρωση του φακέλου &3" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 60 +-#: rc.cpp:889 rc.cpp:1465 ++#: rc.cpp:866 rc.cpp:1409 + #, no-c-format + msgid "Alt+3" + msgstr "Alt+3" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 81 +-#: rc.cpp:895 ++#: rc.cpp:872 + #, no-c-format + msgid "Move to \"loaded\" directory &after loading" + msgstr "Μετακίνηση στον κατάλογο \"φορτωμένων'\" &μετά τη φόρτωση" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 84 +-#: rc.cpp:898 ++#: rc.cpp:875 + #, no-c-format + msgid "Move torrent to \"loaded\" directory after loading it" + msgstr "" + "Μετακίνηση του torrent στον κατάλογο \"φορτωμένων\" μετά τη φόρτωσή του" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 92 +-#: rc.cpp:901 ++#: rc.cpp:878 + #, no-c-format + msgid "Open torrents silentl&y" + msgstr "Άνοιγμα των torrent &χωρίς ειδοποίηση" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 95 +-#: rc.cpp:904 ++#: rc.cpp:881 + #, fuzzy, no-c-format + msgid "Do not show 'Select files to download' dialog" + msgstr "Να μην εμφανίζεται ο διάλογος επιλογής αρχείου για λήψη" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 103 +-#: rc.cpp:907 ++#: rc.cpp:884 + #, no-c-format + msgid "Delete after loadin&g" + msgstr "Διαγραφή μετά τη &φόρτωση" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 106 +-#: rc.cpp:910 ++#: rc.cpp:887 + #, no-c-format + msgid "Deletes torrent after loading" + msgstr "Διαγράφει το torrent μετά τη φόρτωσή του" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 116 +-#: rc.cpp:913 ++#: rc.cpp:890 + #, no-c-format + msgid "Folders to scan" + msgstr "Φάκελοι για σάρωση" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 151 +-#: rc.cpp:916 ++#: rc.cpp:893 + #, no-c-format + msgid "Folder 1:" + msgstr "Φάκελος 1:" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 162 +-#: rc.cpp:919 ++#: rc.cpp:896 + #, no-c-format + msgid "Folder 2:" + msgstr "Φάκελος 2:" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 173 +-#: rc.cpp:922 ++#: rc.cpp:899 + #, no-c-format + msgid "Folder 3:" + msgstr "Φάκελος 3:" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 30 +-#: rc.cpp:925 rc.cpp:1895 ++#: rc.cpp:902 rc.cpp:1838 + #, no-c-format + msgid "Search Preferences" + msgstr "Προτιμήσεις αναζήτησης" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 41 +-#: rc.cpp:928 ++#: rc.cpp:905 + #, no-c-format + msgid "Web Server" + msgstr "Εξυπηρετητής ιστού" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 82 +-#: rc.cpp:934 ++#: rc.cpp:911 + #, no-c-format + msgid "Forward port" + msgstr "Προώθηση θύρας" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 107 +-#: rc.cpp:937 ++#: rc.cpp:914 + #, no-c-format + msgid "Session TTL (in sec):" + msgstr "TTL συνεδρίας (σε δευτ):" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 142 +-#: rc.cpp:940 ++#: rc.cpp:917 + #, no-c-format + msgid "Select interface:" + msgstr "Επιλογή διεπαφής:" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 173 +-#: rc.cpp:943 ++#: rc.cpp:920 + #, no-c-format + msgid "Username:" + msgstr "Όνομα χρήστη:" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 188 +-#: rc.cpp:946 ++#: rc.cpp:923 + #, no-c-format + msgid "Change password ..." + msgstr "Αλλαγή κωδικού πρόσβασης..." + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 206 +-#: rc.cpp:949 ++#: rc.cpp:926 + #, no-c-format + msgid "Php executable path:" + msgstr "Διαδρομή εκτελέσιμου της Php:" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 10 +-#: rc.cpp:953 ++#: rc.cpp:929 + #, no-c-format + msgid "Port number" + msgstr "Αριθμός θύρας" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 15 +-#: rc.cpp:956 ++#: rc.cpp:932 + #, no-c-format + msgid "forward Port" + msgstr "προώθηση θύρας" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 20 +-#: rc.cpp:959 ++#: rc.cpp:935 + #, no-c-format + msgid "Session time to live" + msgstr "Χρόνος time to live της συνεδρίας" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 24 +-#: rc.cpp:962 ++#: rc.cpp:938 + #, no-c-format + msgid "interface skin" + msgstr "Θέμα περιβάλλοντος" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 28 +-#: rc.cpp:965 ++#: rc.cpp:941 + #, no-c-format + msgid "php executable path" + msgstr "διαδρομή εκτελέσιμου της Php" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 33 +-#: rc.cpp:968 ++#: rc.cpp:944 + #, no-c-format + msgid "username" + msgstr "όνομα χρήστη" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 37 +-#: rc.cpp:971 ++#: rc.cpp:947 + #, no-c-format + msgid "password" + msgstr "κωδικός πρόσβασης" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 16 +-#: plugins/infowidget/infowidgetplugin.cpp:194 rc.cpp:974 rc.cpp:1046 ++#: plugins/infowidget/infowidgetplugin.cpp:194 rc.cpp:950 rc.cpp:1010 + #, no-c-format + msgid "Chunks" + msgstr "Τμήματα" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 43 +-#: rc.cpp:977 ++#: rc.cpp:953 + #, no-c-format + msgid "Total:" + msgstr "Σύνολο:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 81 +-#: rc.cpp:981 ++#: rc.cpp:956 + #, no-c-format + msgid "Currently downloading:" + msgstr "Τρέχουσα λήψη:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 119 +-#: rc.cpp:985 ++#: rc.cpp:959 + #, no-c-format + msgid "Downloaded:" + msgstr "Ληφθέντα:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 157 +-#: rc.cpp:989 ++#: rc.cpp:962 + #, no-c-format + msgid "Excluded:" + msgstr "Εξαιρέσεις:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 195 +-#: rc.cpp:993 ++#: rc.cpp:965 + #, no-c-format + msgid "Left:" + msgstr "Απομένουν:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 233 +-#: rc.cpp:997 ++#: rc.cpp:968 + #, no-c-format + msgid "Size:" + msgstr "Μέγεθος:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 280 +-#: rc.cpp:1001 ++#: rc.cpp:971 + #, no-c-format + msgid "Chunk" + msgstr "Κομμάτι" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 291 +-#: rc.cpp:1004 ++#: rc.cpp:974 + #, no-c-format + msgid "Progress" + msgstr "Πρόοδος" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 302 +-#: rc.cpp:1007 ++#: rc.cpp:977 + #, no-c-format + msgid "Peer" + msgstr "Υπολογιστής" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 324 +-#: rc.cpp:1013 ++#: rc.cpp:983 + #, no-c-format + msgid "Assigned Peers" + msgstr "Επιλεγμένοι υπολογιστές" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 63 +-#: rc.cpp:1022 ++#: rc.cpp:992 + #, no-c-format + msgid "Seeders:" + msgstr "Χρήστες που μοιράζονται:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 71 +-#: rc.cpp:1025 ++#: rc.cpp:995 + #, no-c-format + msgid "Leechers:" + msgstr "Χρήστες παράσιτα:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 129 +-#: rc.cpp:1030 ++#: rc.cpp:998 + #, no-c-format + msgid "Average Down Speed:" + msgstr "Μέση ταχύτητα λήψης:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 177 +-#: rc.cpp:1035 ++#: rc.cpp:1001 + #, no-c-format + msgid "Average Up Speed:" + msgstr "Μέση ταχύτητα αποστολής:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 195 +-#: rc.cpp:1038 rc.cpp:1111 ++#: rc.cpp:1004 rc.cpp:1070 + #, no-c-format + msgid "Next update in:" + msgstr "Επόμενη ενημέρωση σε:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 203 +-#: rc.cpp:1041 ++#: rc.cpp:1007 + #, no-c-format + msgid "Tracker Status:" + msgstr "Κατάσταση ανιχνευτή:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 332 +-#: rc.cpp:1049 ++#: rc.cpp:1013 + #, no-c-format + msgid "Parts of the torrent which have been downloaded:" + msgstr "Τμήματα του αρχείου torrent που λήφθηκαν:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 367 +-#: rc.cpp:1052 ++#: rc.cpp:1016 + #, no-c-format + msgid "Parts of the torrent which are available:" + msgstr "Τμήματα του αρχείου torrent που είναι διαθέσιμα:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 457 +-#: rc.cpp:1055 ++#: rc.cpp:1019 + #, no-c-format + msgid "Sharing" + msgstr "Κοινόχρηστα" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 487 +-#: rc.cpp:1058 ++#: rc.cpp:1022 + #, no-c-format + msgid "" + "Your upload will stop when share ratio gets to this value. Zero means no limit." +@@ -2762,145 +2762,145 @@ msgstr "" + "Το μηδέν σημαίνει ότι δεν υπάρχει όριο." + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 525 +-#: rc.cpp:1064 ++#: rc.cpp:1028 + #, no-c-format + msgid "Your upload will stop when you have uploaded for this many hours." + msgstr "Η αποστολή θα σταματήσει αφού έχει παραμείνει ενεργή για τόσες ώρες." + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 533 +-#: rc.cpp:1067 ++#: rc.cpp:1031 + #, no-c-format + msgid "Hours" + msgstr "Ώρες" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 543 +-#: rc.cpp:1070 ++#: rc.cpp:1034 + #, no-c-format + msgid "Ratio limit:" + msgstr "Όριο αναλογίας μοιράσματος:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 549 +-#: rc.cpp:1074 ++#: rc.cpp:1037 + #, no-c-format + msgid "Limit works only in seed mode" + msgstr "Περιορισμός εργασιών σε λειτουργία μοιράσματος" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 557 +-#: rc.cpp:1077 ++#: rc.cpp:1040 + #, no-c-format + msgid "Time &limit:" + msgstr "Όριο &χρόνου:" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 37 +-#: rc.cpp:1081 ++#: rc.cpp:1043 + #, no-c-format + msgid "&Update Tracker" + msgstr "&Ενημέρωση ανιχνευτή" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 40 +-#: rc.cpp:1084 ++#: rc.cpp:1046 + #, no-c-format + msgid "Minimum update interval - 60 seconds" + msgstr "Ελάχιστο μεσοδιάστημα ενημέρωσης - 60 δευτερόλεπτα" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 48 +-#: rc.cpp:1087 ++#: rc.cpp:1049 + #, no-c-format + msgid "Add Trac&ker" + msgstr "&Προσθήκη ανιχνευτή" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 64 +-#: rc.cpp:1090 ++#: rc.cpp:1052 + #, no-c-format + msgid "Remove Tracker" + msgstr "Αφαίρεση ανιχνευτή" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 75 +-#: rc.cpp:1094 ++#: rc.cpp:1055 + #, no-c-format + msgid "Ch&ange Tracker" + msgstr "&Τροποποίηση ανιχνευτή" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 100 +-#: rc.cpp:1097 ++#: rc.cpp:1058 + #, no-c-format + msgid "Restore Defaults" + msgstr "Επαναφορά προκαθορισμένων" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 10 +-#: rc.cpp:1115 ++#: rc.cpp:1073 + #, no-c-format + msgid "Show peer view tab in main window" + msgstr "Εμφάνιση καρτέλας προβολής υπολογιστών στο κύριο παράθυρο" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 14 +-#: rc.cpp:1118 ++#: rc.cpp:1076 + #, no-c-format + msgid "Show chunk download view tab in main window" + msgstr "Εμφάνιση καρτέλας προβολής κομματιών λήψης στο κύριο παράθυρο" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 18 +-#: rc.cpp:1121 ++#: rc.cpp:1079 + #, no-c-format + msgid "Show trackers view tab in main window" + msgstr "Εμφάνιση καρτέλας προβολής ανιχνευτών στο κύριο παράθυρο" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 24 +-#: rc.cpp:1124 ++#: rc.cpp:1082 + #, no-c-format + msgid "Show list of peers" + msgstr "Εμφάνιση λίστας υπολογιστών" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 35 +-#: rc.cpp:1128 ++#: rc.cpp:1085 + #, no-c-format + msgid "Show list of chunks currentl&y downloading" + msgstr "Εμφάνιση λίστας των κομματιών που &γίνεται λήψη" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 60 +-#: rc.cpp:1131 ++#: rc.cpp:1088 + #, no-c-format + msgid "Show list of trackers" + msgstr "Εμφάνιση λίστας ανιχνευτών" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 16 +-#: rc.cpp:1135 ++#: rc.cpp:1091 + #, no-c-format + msgid "IPBlocking Preferences" + msgstr "Προτιμήσεις μπλοκαρίσματος IP" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 47 +-#: rc.cpp:1138 ++#: rc.cpp:1094 + #, no-c-format + msgid "Select PeerGuardian Filter File " + msgstr "Επιλογή αρχείου φίλτρου PeerGuardian " + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 58 +-#: rc.cpp:1141 ++#: rc.cpp:1097 + #, no-c-format + msgid "Use PeerGuardian filter?" + msgstr "Χρήση φίλτρου PeerGuardian;" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 77 +-#: rc.cpp:1145 ++#: rc.cpp:1100 + #, no-c-format + msgid "IP filter file:" + msgstr "Αρχείο φίλτρων IP:" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 85 +-#: rc.cpp:1148 ++#: rc.cpp:1103 + #, no-c-format + msgid "http://www.bluetack.co.uk/modules.php?name=Downloads&d_op=getit&lid=8" + msgstr "http://www.bluetack.co.uk/modules.php?name=Downloads&d_op=getit&lid=8" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 123 +-#: rc.cpp:1151 ++#: rc.cpp:1106 + #, no-c-format + msgid "Dow&nload/Convert" + msgstr "&Λήψη/μετατροπή" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 134 +-#: rc.cpp:1154 ++#: rc.cpp:1109 + #, no-c-format + msgid "" + "Download PeerGuardian filter from bluetack.co.uk or blocklist.org.\n" +@@ -2911,25 +2911,25 @@ msgstr "" + "ΣΗΜΕΙΩΣΗ: Υποστηρίζεται το αρχείο ZIP από το bluetack.co.uk." + + #. i18n: file ./plugins/ipfilter/ktipfilterplugin.kcfg line 10 +-#: rc.cpp:1159 ++#: rc.cpp:1113 + #, no-c-format + msgid "Level1 filter url" + msgstr "Url Level1 φίλτρου" + + #. i18n: file ./plugins/ipfilter/ktipfilterplugin.kcfg line 14 +-#: rc.cpp:1162 ++#: rc.cpp:1116 + #, no-c-format + msgid "Use level1 filter?" + msgstr "Χρήση φίλτρου level1;" + + #. i18n: file ./plugins/ipfilter/convert_dlg.ui line 24 +-#: plugins/ipfilter/convertdialog.cpp:155 rc.cpp:1165 ++#: plugins/ipfilter/convertdialog.cpp:155 rc.cpp:1119 + #, no-c-format + msgid "Converting..." + msgstr "Μετατροπή..." + + #. i18n: file ./plugins/ipfilter/convert_dlg.ui line 41 +-#: rc.cpp:1168 ++#: rc.cpp:1122 + #, fuzzy, no-c-format + msgid "" + "Click on the 'convert' button to start converting antip2p file. NOTE: This " +@@ -2941,61 +2941,61 @@ msgstr "" + "της οποίας δε θα μπορείτε να χρησιμοποιήσετε το KTorrent." + + #. i18n: file ./plugins/stats/sprefwgt.ui line 27 +-#: rc.cpp:1179 ++#: rc.cpp:1131 + #, no-c-format + msgid "Update" + msgstr "Ενημέρωση" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 46 +-#: rc.cpp:1182 rc.cpp:1268 ++#: rc.cpp:1134 rc.cpp:1220 + #, no-c-format + msgid "Update charts every" + msgstr "Ενημέρωση γραφημάτων κάθε" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 71 +-#: rc.cpp:1185 ++#: rc.cpp:1137 + #, no-c-format + msgid "GUI updates" + msgstr "Ενημέρωση γραφικού περιβάλλοντος" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 92 +-#: rc.cpp:1188 rc.cpp:1271 ++#: rc.cpp:1140 rc.cpp:1223 + #, no-c-format + msgid "Gather data every" + msgstr "Συγκέντρωση δεδομένων κάθε" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 120 +-#: rc.cpp:1191 ++#: rc.cpp:1143 + #, no-c-format + msgid "miliseconds" + msgstr "miliseconds" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 135 +-#: rc.cpp:1194 ++#: rc.cpp:1146 + #, no-c-format + msgid "Maximum" + msgstr "Μέγιστο" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 154 +-#: rc.cpp:1197 ++#: rc.cpp:1149 + #, fuzzy, no-c-format + msgid "Maximum speed scale mode:" + msgstr "Μέγιστος αριθμός μοιράσματος:" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 165 +-#: rc.cpp:1203 ++#: rc.cpp:1155 + #, no-c-format + msgid "Exact" + msgstr "Ακριβής" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 175 +-#: rc.cpp:1206 ++#: rc.cpp:1158 + #, no-c-format + msgid "See 'What's this' for more help" + msgstr "Δείτε το 'Τι είναι αυτό' για περισσότερες πληροφορίες" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 180 +-#: rc.cpp:1209 ++#: rc.cpp:1161 + #, no-c-format + msgid "" + "Set maximum value on OY scale as:\n" +@@ -3004,31 +3004,31 @@ msgid "" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 192 +-#: rc.cpp:1214 rc.cpp:1247 ++#: rc.cpp:1166 rc.cpp:1199 + #, no-c-format + msgid "Peers speed" + msgstr "Ταχύτητα υπολογιστών" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 211 +-#: rc.cpp:1217 ++#: rc.cpp:1169 + #, no-c-format + msgid "Peers speed:" + msgstr "Ταχύτητα υπολογιστών:" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 222 +-#: rc.cpp:1220 ++#: rc.cpp:1172 + #, no-c-format + msgid "update every" + msgstr "Ενημέρωση κάθε" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 244 +-#: rc.cpp:1223 ++#: rc.cpp:1175 + #, no-c-format + msgid "chart data updates" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 254 +-#: rc.cpp:1226 ++#: rc.cpp:1178 + #, no-c-format + msgid "Gathering data about many connected peers can be CPU consuming." + msgstr "" +@@ -3036,61 +3036,61 @@ msgstr "" + "φορτώσει την KME." + + #. i18n: file ./plugins/stats/sprefwgt.ui line 267 +-#: rc.cpp:1229 ++#: rc.cpp:1181 + #, no-c-format + msgid "Peers connections" + msgstr "Συνδέσεις υπολογιστών:" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 270 +-#: rc.cpp:1232 ++#: rc.cpp:1184 + #, no-c-format + msgid "Large values can obscure charts of connected peers" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 289 +-#: rc.cpp:1235 ++#: rc.cpp:1187 + #, fuzzy, no-c-format + msgid "Show seeders in swarms" + msgstr "Εμφάνιση γραμμής ταχύτητας στο πλαίσιο συστήματος" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 297 +-#: rc.cpp:1238 ++#: rc.cpp:1190 + #, no-c-format + msgid "Show leechers in swarms" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 309 +-#: rc.cpp:1241 ++#: rc.cpp:1193 + #, no-c-format + msgid "Measurements count" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 392 +-#: rc.cpp:1250 rc.cpp:1265 ++#: rc.cpp:1202 rc.cpp:1217 + #, no-c-format + msgid "Upload" + msgstr "Αποστολή" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 424 +-#: rc.cpp:1253 ++#: rc.cpp:1205 + #, no-c-format + msgid "Connections" + msgstr "Συνδέσεις" + + #. i18n: file ./plugins/stats/statsspdwgt.ui line 40 +-#: plugins/infowidget/infowidgetplugin.cpp:173 rc.cpp:1262 rc.cpp:1304 ++#: plugins/infowidget/infowidgetplugin.cpp:173 rc.cpp:1214 rc.cpp:1256 + #, no-c-format + msgid "Peers" + msgstr "Υπολογιστές" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 18 +-#: rc.cpp:1274 ++#: rc.cpp:1226 + #, no-c-format + msgid "Toggle peers speed charts" + msgstr "Εναλλαγή γραφημάτων ταχύτητας υπολογιστών" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 22 +-#: rc.cpp:1277 ++#: rc.cpp:1229 + #, no-c-format + msgid "Interval between getting data about peers speed" + msgstr "" +@@ -3098,73 +3098,73 @@ msgstr "" + "υπολογιστών" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 26 +-#: rc.cpp:1280 ++#: rc.cpp:1232 + #, no-c-format + msgid "Toggle drawing of leechers in swarms" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 30 +-#: rc.cpp:1283 ++#: rc.cpp:1235 + #, no-c-format + msgid "Toggle drawing of seeders in swarms" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 35 +-#: rc.cpp:1286 ++#: rc.cpp:1238 + #, fuzzy, no-c-format + msgid "Download mesurments count" + msgstr "Λήψη torrent" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 39 +-#: rc.cpp:1289 ++#: rc.cpp:1241 + #, no-c-format + msgid "Peers speed mesurments count" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 43 +-#: rc.cpp:1292 ++#: rc.cpp:1244 + #, no-c-format + msgid "Upload mesurments count" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 47 +-#: rc.cpp:1295 ++#: rc.cpp:1247 + #, fuzzy, no-c-format + msgid "Connections mesurments count" + msgstr "Σημαία μηνυμάτων συνδέσεων" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 51 +-#: rc.cpp:1298 ++#: rc.cpp:1250 + #, no-c-format + msgid "DHT mesurments count" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 56 +-#: rc.cpp:1301 ++#: rc.cpp:1253 + #, no-c-format + msgid "OY axis max mode" + msgstr "" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 16 +-#: rc.cpp:1310 ++#: rc.cpp:1262 + #, no-c-format + msgid "Import an existing download" + msgstr "Εισαγωγή μιας υπάρχουσας λήψης" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 49 +-#: rc.cpp:1313 ++#: rc.cpp:1265 + #, no-c-format + msgid "Torrent:" + msgstr "Torrent:" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 63 +-#: rc.cpp:1316 ++#: rc.cpp:1268 + #, no-c-format + msgid "Data:" + msgstr "Δεδομένα:" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 95 +-#: rc.cpp:1319 ++#: rc.cpp:1271 + #, no-c-format + msgid "" + "Please specify the torrent and the data already downloaded for that torrent." +@@ -3172,684 +3172,684 @@ msgstr "" + "Παρακαλώ ορίστε το torrent καθώς και τα ήδη ληφθέντα δεδομένων για το torrent." + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 133 +-#: rc.cpp:1322 ++#: rc.cpp:1274 + #, no-c-format + msgid "&Import" + msgstr "Ε&ισαγωγή" + + #. i18n: file ./plugins/rssfeed/ktrssfeedplugin.kcfg line 10 +-#: rc.cpp:1328 ++#: rc.cpp:1280 + #, no-c-format + msgid "default" + msgstr "προκαθορισμένο" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 18 +-#: rc.cpp:1331 ++#: rc.cpp:1283 + #, no-c-format + msgid "Rss Feeds" + msgstr "Ροές ειδήσεων Rss" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 36 +-#: rc.cpp:1334 ++#: rc.cpp:1286 + #, no-c-format + msgid "Feeds" + msgstr "Ροές ειδήσεων" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 78 +-#: rc.cpp:1337 ++#: rc.cpp:1289 + #, no-c-format + msgid "De&lete" + msgstr "Δια&γραφή" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 86 +-#: rc.cpp:1340 rc.cpp:1382 rc.cpp:1392 ++#: rc.cpp:1292 rc.cpp:1331 rc.cpp:1340 + #, no-c-format + msgid "&New" + msgstr "&Νέο" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 117 +-#: rc.cpp:1343 ++#: rc.cpp:1295 + #, no-c-format + msgid "&URL" + msgstr "&URL" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 139 +-#: rc.cpp:1346 ++#: rc.cpp:1298 + #, no-c-format + msgid "Articles" + msgstr "Άρθρα" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 216 +-#: rc.cpp:1353 ++#: rc.cpp:1304 + #, no-c-format + msgid "Auto&refresh" + msgstr "Αυτόματη ανανέ&ωση" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 242 +-#: rc.cpp:1356 ++#: rc.cpp:1307 + #, no-c-format + msgid "I&gnore TTL" + msgstr "Α&γνόηση TTL" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 270 +-#: rc.cpp:1359 ++#: rc.cpp:1310 + #, no-c-format + msgid "Refresh" + msgstr "Ανανέωση" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 299 +-#: rc.cpp:1363 rc.cpp:1395 ++#: rc.cpp:1313 rc.cpp:1343 + #, no-c-format + msgid "&Title" + msgstr "&Τίτλος" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 323 +-#: rc.cpp:1366 ++#: rc.cpp:1316 + #, no-c-format + msgid "Keep Articles (days)" + msgstr "Διατήρηση άρθρων (ημέρες)" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 347 +-#: rc.cpp:1369 rc.cpp:1398 ++#: rc.cpp:1319 rc.cpp:1346 + #, no-c-format + msgid "&Active" + msgstr "&Ενεργό" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 362 +-#: rc.cpp:1372 ++#: rc.cpp:1322 + #, no-c-format + msgid "Filters" + msgstr "Φίλτρα" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 389 +-#: rc.cpp:1375 ++#: rc.cpp:1325 + #, no-c-format + msgid "Accept Filters" + msgstr "Αποδοχή φίλτρων" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 440 +-#: rc.cpp:1385 ++#: rc.cpp:1334 + #, no-c-format + msgid "Reject Filters" + msgstr "Απόρριψη φίλτρων" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 557 +-#: rc.cpp:1401 ++#: rc.cpp:1349 + #, no-c-format + msgid "Regular Expressions" + msgstr "Κανονικές εκφράσεις" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 587 +-#: rc.cpp:1404 ++#: rc.cpp:1352 + #, no-c-format + msgid "Treat as &Series" + msgstr "Χειρισμός ως μια &σειρά" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 624 +-#: rc.cpp:1407 ++#: rc.cpp:1355 + #, no-c-format + msgid "Process" + msgstr "Διεργασία" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 643 +-#: rc.cpp:1411 ++#: rc.cpp:1358 + #, no-c-format + msgid "Series Criteria" + msgstr "Κριτήρια σειράς" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 679 +-#: rc.cpp:1414 ++#: rc.cpp:1361 + #, fuzzy, no-c-format + msgid "Match Without Episode" + msgstr "Λήψη ταιριασμάτων χωρίς επεισόδιο" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 713 +-#: rc.cpp:1418 ++#: rc.cpp:1364 + #, no-c-format + msgid "Max Episode" + msgstr "Μέγιστος επεισόδιο" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 739 +-#: rc.cpp:1421 ++#: rc.cpp:1367 + #, no-c-format + msgid "Max Season" + msgstr "Μέγιστη περίοδος" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 758 +-#: rc.cpp:1424 ++#: rc.cpp:1370 + #, no-c-format + msgid "Min Season" + msgstr "Ελάχιστη περίοδος" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 782 +-#: rc.cpp:1427 ++#: rc.cpp:1373 + #, no-c-format + msgid "Min Episode" + msgstr "Ελάχιστο επεισόδιο" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 814 +-#: rc.cpp:1430 ++#: rc.cpp:1376 + #, no-c-format + msgid "Test te&xt" + msgstr "Δοκιμή &κειμένου" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 840 +-#: rc.cpp:1433 ++#: rc.cpp:1379 + #, no-c-format + msgid "Te&st" + msgstr "&Δοκιμή" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 858 +-#: rc.cpp:1436 ++#: rc.cpp:1382 + #, no-c-format + msgid "Filter Matches" + msgstr "Ταιριάσματα φίλτρου" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 28 +-#: rc.cpp:1447 ++#: rc.cpp:1391 + #, no-c-format + msgid "Bandwidth scheduler" + msgstr "Προγραμματιστής εύρους δικτύου" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 50 +-#: rc.cpp:1450 ++#: rc.cpp:1394 + #, no-c-format + msgid "Left click category" + msgstr "Αριστερό κλικ σε κατηγορία" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 61 +-#: rc.cpp:1453 ++#: rc.cpp:1397 + #, no-c-format + msgid "Categor&y 1" + msgstr "Κ&ατηγορία 1" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 157 +-#: rc.cpp:1456 rc.cpp:1483 ++#: rc.cpp:1400 rc.cpp:1427 + #, no-c-format + msgid "T&urn off" + msgstr "Κ&λείσιμο" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 165 +-#: rc.cpp:1459 rc.cpp:1486 ++#: rc.cpp:1403 rc.cpp:1430 + #, no-c-format + msgid "&Normal" + msgstr "&Κανονικό" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 195 +-#: rc.cpp:1462 ++#: rc.cpp:1406 + #, no-c-format + msgid "Category &3" + msgstr "Κατηγορία &3" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 206 +-#: rc.cpp:1468 rc.cpp:1492 ++#: rc.cpp:1412 rc.cpp:1436 + #, no-c-format + msgid "Category &2" + msgstr "Κατηγορία &2" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 219 +-#: rc.cpp:1474 ++#: rc.cpp:1418 + #, no-c-format + msgid "Right click category" + msgstr "Δεξί κλικ σε κατηγορία" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 230 +-#: rc.cpp:1477 ++#: rc.cpp:1421 + #, no-c-format + msgid "Category &1" + msgstr "Κατηγορία &1" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 367 +-#: rc.cpp:1489 ++#: rc.cpp:1433 + #, no-c-format + msgid "&Category 3" + msgstr "&Κατηγορία 3" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 390 +-#: rc.cpp:1498 ++#: rc.cpp:1442 + #, no-c-format + msgid "Categories" + msgstr "Κατηγορίες" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 401 +-#: rc.cpp:1501 ++#: rc.cpp:1445 + #, no-c-format + msgid "1. Category" + msgstr "1. Κατηγορία" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 409 +-#: rc.cpp:1504 ++#: rc.cpp:1448 + #, no-c-format + msgid "3. Category" + msgstr "3. Κατηγορία" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 425 +-#: rc.cpp:1507 rc.cpp:1516 rc.cpp:1525 ++#: rc.cpp:1451 rc.cpp:1460 rc.cpp:1469 + #, no-c-format + msgid "download:" + msgstr "λήψη:" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 441 +-#: rc.cpp:1510 rc.cpp:1519 rc.cpp:1528 ++#: rc.cpp:1454 rc.cpp:1463 rc.cpp:1472 + #, no-c-format + msgid "upload:" + msgstr "απεστάλη:" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 457 +-#: rc.cpp:1513 rc.cpp:1522 rc.cpp:1531 ++#: rc.cpp:1457 rc.cpp:1466 rc.cpp:1475 + #, no-c-format + msgid "KB/s *" + msgstr "KB/s *" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 567 +-#: rc.cpp:1534 ++#: rc.cpp:1478 + #, no-c-format + msgid "2. Category" + msgstr "2. Κατηγορία" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 626 +-#: rc.cpp:1538 ++#: rc.cpp:1481 + #, no-c-format + msgid "* zero means no limit" + msgstr "* το 0 σημαίνει χωρίς όριο" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 672 +-#: rc.cpp:1541 ++#: rc.cpp:1484 + #, no-c-format + msgid "Save to file" + msgstr "Αποθήκευση σε αρχείο" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 680 +-#: rc.cpp:1544 ++#: rc.cpp:1487 + #, no-c-format + msgid "&Load from file" + msgstr "&Φόρτωση από αρχείο" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 688 +-#: rc.cpp:1547 ++#: rc.cpp:1490 + #, no-c-format + msgid "Reset schedule" + msgstr "Μηδενισμός προγραμματισμού" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 751 +-#: rc.cpp:1550 ++#: rc.cpp:1493 + #, no-c-format + msgid "O&k" + msgstr "Ε&ντάξει" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 16 +-#: rc.cpp:1559 ++#: rc.cpp:1502 + #, no-c-format + msgid "Scheduler Plugin Pref Page" + msgstr "Σελίδα προτιμήσεων πρόσθετου προγραμματιστή" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 27 +-#: rc.cpp:1562 ++#: rc.cpp:1505 + #, no-c-format + msgid "Use &bandwidth scheduler?" + msgstr "Χρήση του προγραμματιστή εύ&ρους δικτύου;" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 35 +-#: plugins/scheduler/schedulerplugin.cpp:59 rc.cpp:1565 ++#: plugins/scheduler/schedulerplugin.cpp:59 rc.cpp:1508 + #, no-c-format + msgid "Bandwidth Scheduler" + msgstr "Προγραμματιστής εύρους δικτύου" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 46 +-#: rc.cpp:1568 ++#: rc.cpp:1511 + #, no-c-format + msgid "Use colors instead of pi&xmaps?" + msgstr "&Χρήση χρωμάτων αντί εικόνων;" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 54 +-#: rc.cpp:1571 ++#: rc.cpp:1514 + #, no-c-format + msgid "(Recommended for slower systems)" + msgstr "(Προτείνεται για αργά συστήματα)" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 62 +-#: rc.cpp:1574 ++#: rc.cpp:1517 + #, no-c-format + msgid "Edit s&chedule" + msgstr "Επεξεργασία &προγράμματος" + + #. i18n: file ./plugins/scheduler/ktschedulerplugin.kcfg line 10 +-#: rc.cpp:1577 ++#: rc.cpp:1520 + #, no-c-format + msgid "Enable bandwidth scheduler?" + msgstr "Ενεργοποίηση προγραμματιστή εύρους δικτύου;" + + #. i18n: file ./plugins/scheduler/ktschedulerplugin.kcfg line 14 +-#: rc.cpp:1580 ++#: rc.cpp:1523 + #, no-c-format + msgid "Use colors instead of pixmaps?" + msgstr "Χρήση χρωμάτων αντί εικόνων;" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 10 +-#: rc.cpp:1583 ++#: rc.cpp:1526 + #, no-c-format + msgid "Use rich log text" + msgstr "Χρήση εμπλουτισμένου κειμένου στην καταγραφή" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 15 +-#: rc.cpp:1586 ++#: rc.cpp:1529 + #, no-c-format + msgid "General info messages flag" + msgstr "Σημαία μηνυμάτων γενικών πληροφοριών" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 19 +-#: rc.cpp:1589 ++#: rc.cpp:1532 + #, no-c-format + msgid "Connections messages flag" + msgstr "Σημαία μηνυμάτων συνδέσεων" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 23 +-#: rc.cpp:1592 ++#: rc.cpp:1535 + #, no-c-format + msgid "DHT messages flag" + msgstr "Σημαία μηνυμάτων DHT" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 27 +-#: rc.cpp:1595 ++#: rc.cpp:1538 + #, no-c-format + msgid "Tracker info messages flag" + msgstr "Σημαία μηνυμάτων πληροφοριών ανιχνευτή" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 31 +-#: rc.cpp:1598 ++#: rc.cpp:1541 + #, no-c-format + msgid "Disk IO info messages flag" + msgstr "Σημαία μηνυμάτων πληροφοριών χρήσης δίσκου" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 35 +-#: rc.cpp:1601 ++#: rc.cpp:1544 + #, no-c-format + msgid "IPFilter plugin messages flag" + msgstr "Σημαία μηνυμάτων προσθέτου IPFilter" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 39 +-#: rc.cpp:1604 ++#: rc.cpp:1547 + #, no-c-format + msgid "Search plugin messages flag" + msgstr "Σημαία μηνυμάτων προσθέτου αναζήτησης" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 43 +-#: rc.cpp:1607 ++#: rc.cpp:1550 + #, no-c-format + msgid "PartFileImport plugin messages flag" + msgstr "Σημαία μηνυμάτων προσθέτου PartFileImport" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 47 +-#: rc.cpp:1610 ++#: rc.cpp:1553 + #, no-c-format + msgid "InfoWidget plugin messages flag" + msgstr "Σημαία μηνυμάτων προσθέτου InfoWidget" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 51 +-#: rc.cpp:1613 ++#: rc.cpp:1556 + #, no-c-format + msgid "UPnP plugin messages flag" + msgstr "Σημαία μηνυμάτων προσθέτου UPnP" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 55 +-#: rc.cpp:1616 ++#: rc.cpp:1559 + #, no-c-format + msgid "ScanFolder plugin messages flag" + msgstr "Σημαία μηνυμάτων προσθέτου ScanFolder" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 59 +-#: rc.cpp:1619 ++#: rc.cpp:1562 + #, no-c-format + msgid "Scheduler plugin messages flag" + msgstr "Σημαία μηνυμάτων προσθέτου Scheduler" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 63 +-#: rc.cpp:1622 ++#: rc.cpp:1565 + #, no-c-format + msgid "RSS plugin messages flag" + msgstr "Σημαία μηνυμάτων προσθέτου RSS" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 67 +-#: rc.cpp:1625 ++#: rc.cpp:1568 + #, no-c-format + msgid "WebInterface plugin messages flag" + msgstr "Σημαία μηνυμάτων προσθέτου διασύνδεσης ιστού" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 16 +-#: plugins/logviewer/logprefpage.cpp:31 rc.cpp:1628 ++#: plugins/logviewer/logprefpage.cpp:31 rc.cpp:1571 + #, no-c-format + msgid "LogViewer Options" + msgstr "Επιλογές προβολέα καταγραφής" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 44 +-#: libktorrent/pluginmanagerprefpage.cpp:63 rc.cpp:1631 ++#: libktorrent/pluginmanagerprefpage.cpp:63 rc.cpp:1574 + #, no-c-format + msgid "Plugins" + msgstr "Πρόσθετα" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 53 +-#: rc.cpp:1634 rc.cpp:1652 rc.cpp:1670 rc.cpp:1691 rc.cpp:1706 rc.cpp:1724 +-#: rc.cpp:1745 rc.cpp:1763 rc.cpp:1778 rc.cpp:1811 rc.cpp:1826 rc.cpp:1841 +-#: rc.cpp:1859 rc.cpp:1874 ++#: rc.cpp:1577 rc.cpp:1595 rc.cpp:1613 rc.cpp:1634 rc.cpp:1649 rc.cpp:1667 ++#: rc.cpp:1688 rc.cpp:1706 rc.cpp:1721 rc.cpp:1754 rc.cpp:1769 rc.cpp:1784 ++#: rc.cpp:1802 rc.cpp:1817 + #, no-c-format + msgid "All" + msgstr "Όλες" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 58 +-#: rc.cpp:1637 rc.cpp:1655 rc.cpp:1673 rc.cpp:1694 rc.cpp:1709 rc.cpp:1727 +-#: rc.cpp:1748 rc.cpp:1766 rc.cpp:1781 rc.cpp:1814 rc.cpp:1829 rc.cpp:1844 +-#: rc.cpp:1862 rc.cpp:1877 ++#: rc.cpp:1580 rc.cpp:1598 rc.cpp:1616 rc.cpp:1637 rc.cpp:1652 rc.cpp:1670 ++#: rc.cpp:1691 rc.cpp:1709 rc.cpp:1724 rc.cpp:1757 rc.cpp:1772 rc.cpp:1787 ++#: rc.cpp:1805 rc.cpp:1820 + #, no-c-format + msgid "Debug" + msgstr "Αποσφαλμάτωση" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 63 +-#: rc.cpp:1640 rc.cpp:1658 rc.cpp:1676 rc.cpp:1697 rc.cpp:1712 rc.cpp:1730 +-#: rc.cpp:1751 rc.cpp:1769 rc.cpp:1784 rc.cpp:1817 rc.cpp:1832 rc.cpp:1847 +-#: rc.cpp:1865 rc.cpp:1880 ++#: rc.cpp:1583 rc.cpp:1601 rc.cpp:1619 rc.cpp:1640 rc.cpp:1655 rc.cpp:1673 ++#: rc.cpp:1694 rc.cpp:1712 rc.cpp:1727 rc.cpp:1760 rc.cpp:1775 rc.cpp:1790 ++#: rc.cpp:1808 rc.cpp:1823 + #, no-c-format + msgid "Notice" + msgstr "Ειδοποίηση" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 68 +-#: rc.cpp:1643 rc.cpp:1661 rc.cpp:1679 rc.cpp:1700 rc.cpp:1715 rc.cpp:1733 +-#: rc.cpp:1754 rc.cpp:1772 rc.cpp:1787 rc.cpp:1820 rc.cpp:1835 rc.cpp:1850 +-#: rc.cpp:1868 rc.cpp:1883 ++#: rc.cpp:1586 rc.cpp:1604 rc.cpp:1622 rc.cpp:1643 rc.cpp:1658 rc.cpp:1676 ++#: rc.cpp:1697 rc.cpp:1715 rc.cpp:1730 rc.cpp:1763 rc.cpp:1778 rc.cpp:1793 ++#: rc.cpp:1811 rc.cpp:1826 + #, no-c-format + msgid "Important" + msgstr "Σημαντικές" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 73 +-#: rc.cpp:1646 rc.cpp:1664 rc.cpp:1682 rc.cpp:1703 rc.cpp:1718 rc.cpp:1736 +-#: rc.cpp:1757 rc.cpp:1775 rc.cpp:1790 rc.cpp:1823 rc.cpp:1838 rc.cpp:1853 +-#: rc.cpp:1871 rc.cpp:1886 ++#: rc.cpp:1589 rc.cpp:1607 rc.cpp:1625 rc.cpp:1646 rc.cpp:1661 rc.cpp:1679 ++#: rc.cpp:1700 rc.cpp:1718 rc.cpp:1733 rc.cpp:1766 rc.cpp:1781 rc.cpp:1796 ++#: rc.cpp:1814 rc.cpp:1829 + #, no-c-format + msgid "None" + msgstr "Καμία" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 85 +-#: rc.cpp:1649 ++#: rc.cpp:1592 + #, no-c-format + msgid "IPFilter:" + msgstr "Φίλτρο IP:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 126 +-#: rc.cpp:1667 ++#: rc.cpp:1610 + #, no-c-format + msgid "Search:" + msgstr "Αναζήτηση:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 167 +-#: rc.cpp:1685 ++#: rc.cpp:1628 + #, no-c-format + msgid "UPnP:" + msgstr "UPnP:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 178 +-#: rc.cpp:1688 ++#: rc.cpp:1631 + #, no-c-format + msgid "ScanFolder:" + msgstr "Σάρωση φακέλων:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 249 +-#: rc.cpp:1721 ++#: rc.cpp:1664 + #, no-c-format + msgid "Scheduler:" + msgstr "Προγραμματιστής χρόνου:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 290 +-#: rc.cpp:1739 ++#: rc.cpp:1682 + #, no-c-format + msgid "PartFileImport:" + msgstr "Συστατικό εισαγωγής αρχείων:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 301 +-#: rc.cpp:1742 ++#: rc.cpp:1685 + #, no-c-format + msgid "InfoWidget:" + msgstr "Συστατικό πληροφοριών:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 342 +-#: rc.cpp:1760 ++#: rc.cpp:1703 + #, no-c-format + msgid "RSS plugin:" + msgstr "Πρόσθετο RSS:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 413 +-#: rc.cpp:1793 ++#: rc.cpp:1736 + #, no-c-format + msgid "WebInterface plugin:" + msgstr "Πρόσθετο διασύνδεσης ιστού:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 426 +-#: rc.cpp:1796 ++#: rc.cpp:1739 + #, no-c-format + msgid "System" + msgstr "Σύστημα" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 437 +-#: rc.cpp:1799 ++#: rc.cpp:1742 + #, no-c-format + msgid "General:" + msgstr "Γενικά:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 445 +-#: rc.cpp:1802 ++#: rc.cpp:1745 + #, no-c-format + msgid "Connections:" + msgstr "Συνδέσεις:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 559 +-#: rc.cpp:1856 ++#: rc.cpp:1799 + #, no-c-format + msgid "Disk I/O:" + msgstr "Χρήση δίσκου:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 640 +-#: rc.cpp:1892 ++#: rc.cpp:1835 + #, no-c-format + msgid "Use rich te&xt for log" + msgstr "&Χρήση εμπλουτισμένου κειμένου στην καταγραφή" + + #. i18n: file ./plugins/search/searchpref.ui line 41 +-#: rc.cpp:1898 ++#: rc.cpp:1841 + #, no-c-format + msgid "External Browser" + msgstr "Εξωτερικός περιηγητής" + + #. i18n: file ./plugins/search/searchpref.ui line 52 +-#: rc.cpp:1901 ++#: rc.cpp:1844 + #, no-c-format + msgid "Open searches in external browser" + msgstr "Άνοιγμα αναζητήσεων σε εξωτερικό περιηγητή" + + #. i18n: file ./plugins/search/searchpref.ui line 60 +-#: rc.cpp:1904 rc.cpp:1955 ++#: rc.cpp:1847 rc.cpp:1892 + #, no-c-format + msgid "Use default browser" + msgstr "Χρήση εξωτερικού περιηγητή" + + #. i18n: file ./plugins/search/searchpref.ui line 79 +-#: rc.cpp:1908 ++#: rc.cpp:1850 + #, no-c-format + msgid "Custom browser path:" + msgstr "Διαδρομή προσαρμοσμένου περιηγητή:" + + #. i18n: file ./plugins/search/searchpref.ui line 116 +-#: rc.cpp:1912 ++#: rc.cpp:1853 + #, no-c-format + msgid "Search Engines" + msgstr "Μηχανές αναζήτησης" + + #. i18n: file ./plugins/search/searchpref.ui line 143 +-#: rc.cpp:1916 ++#: rc.cpp:1856 + #, no-c-format + msgid "Search engine name:" + msgstr "Όνομα μηχανής αναζήτησης:" + + #. i18n: file ./plugins/search/searchpref.ui line 187 +-#: rc.cpp:1922 ++#: rc.cpp:1862 + #, no-c-format + msgid "&Add" + msgstr "&Προσθήκη" + + #. i18n: file ./plugins/search/searchpref.ui line 195 +-#: rc.cpp:1925 ++#: rc.cpp:1865 + #, no-c-format + msgid "Engines" + msgstr "Μηχανές" + + #. i18n: file ./plugins/search/searchpref.ui line 206 +-#: rc.cpp:1928 ++#: rc.cpp:1868 + #, no-c-format + msgid "URL" + msgstr "URL" + + #. i18n: file ./plugins/search/searchpref.ui line 257 +-#: rc.cpp:1934 ++#: rc.cpp:1874 + #, no-c-format + msgid "R&emove All" + msgstr "&Αφαίρεση όλων" + + #. i18n: file ./plugins/search/searchpref.ui line 282 +-#: rc.cpp:1937 ++#: rc.cpp:1877 + #, no-c-format + msgid "Add Defau<" + msgstr "Προσθήκη &προκαθορισμένης" + + #. i18n: file ./plugins/search/searchpref.ui line 290 +-#: rc.cpp:1940 ++#: rc.cpp:1880 + #, no-c-format + msgid "Update From Internet" + msgstr "Ενημέρωση από το Διαδίκτυο" + + #. i18n: file ./plugins/search/searchbar.ui line 53 + #: plugins/search/searchplugin.cpp:50 plugins/search/searchtab.cpp:48 +-#: rc.cpp:1946 ++#: rc.cpp:1883 + #, no-c-format + msgid "Search" + msgstr "Αναζήτηση" + + #. i18n: file ./plugins/search/searchbar.ui line 78 +-#: rc.cpp:1949 ++#: rc.cpp:1886 + #, no-c-format + msgid "Search engine:" + msgstr "Μηχανή αναζήτησης:" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 10 +-#: rc.cpp:1952 ++#: rc.cpp:1889 + #, no-c-format + msgid "Current search engine" + msgstr "Τρέχουσα μηχανή αναζήτησης" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 19 +-#: rc.cpp:1958 ++#: rc.cpp:1895 + #, no-c-format + msgid "Use custom browser" + msgstr "Χρήση προσαρμοσμένου περιηγητή" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 23 +-#: rc.cpp:1961 ++#: rc.cpp:1898 + #, no-c-format + msgid "Custom browser executable path" + msgstr "Διαδρομή εκτελέσιμου προσαρμοσμένου περιηγητή" +@@ -4139,7 +4139,7 @@ msgstr "Έλεγχος δεδομένων" + msgid "Stopped. No space left on device." + msgstr "Σταματημένο. Δεν υπάρχει ελεύθερος χώρος στη συσκευή." + +-#: libktorrent/torrent/queuemanager.cpp:135 ++#: libktorrent/torrent/queuemanager.cpp:136 + msgid "" + "You don't have enough disk space to download this torrent. Are you sure you " + "want to continue?" +@@ -4147,12 +4147,12 @@ msgstr "" + "Δεν έχετε αρκετό ελεύθερο χώρο στο δίσκο για τη λήψη αυτού του torrent. " + "Επιθυμείτε σίγουρα τη συνέχεια;" + +-#: libktorrent/torrent/queuemanager.cpp:135 ++#: libktorrent/torrent/queuemanager.cpp:136 + #, c-format + msgid "Insufficient disk space for %1" + msgstr "Μη επαρκής χώρος στο δίσκο για το %1" + +-#: libktorrent/torrent/queuemanager.cpp:157 ++#: libktorrent/torrent/queuemanager.cpp:158 + msgid "" + "Torrent \"%1\" has reached its maximum share ratio. Ignore the limit and start " + "seeding anyway?" +@@ -4160,16 +4160,16 @@ msgstr "" + "Το torrent \"%1\" έφτασε στο μέγιστη αναλογία κοινόχρηστων του. Να παραβλεφθεί " + "αυτό το όριο και να ξεκινήσει το μοίρασμά του;" + +-#: libktorrent/torrent/queuemanager.cpp:157 ++#: libktorrent/torrent/queuemanager.cpp:158 + msgid "Maximum share ratio limit reached." + msgstr "Συμπληρώθηκε η μέγιστη αναλογία κοινόχρηστων." + +-#: libktorrent/torrent/queuemanager.cpp:236 +-#: libktorrent/torrent/queuemanager.cpp:760 ++#: libktorrent/torrent/queuemanager.cpp:237 ++#: libktorrent/torrent/queuemanager.cpp:763 + msgid "Error stopping torrent %1 : %2" + msgstr "Σφάλμα κατά το σταμάτημα του torrent %1 : %2" + +-#: libktorrent/torrent/queuemanager.cpp:742 ++#: libktorrent/torrent/queuemanager.cpp:745 + msgid "Error starting torrent %1 : %2" + msgstr "Σφάλμα κατά την εκκίνηση του torrent %1 : %2" + +diff --git a/translations/en_GB/messages/ktorrent.po b/translations/en_GB/messages/ktorrent.po +index f9eef54..55744cf 100644 +--- a/translations/en_GB/messages/ktorrent.po ++++ b/translations/en_GB/messages/ktorrent.po +@@ -6,7 +6,7 @@ + msgid "" + msgstr "" + "Project-Id-Version: ktorrent\n" +-"POT-Creation-Date: 2008-04-18 19:40+0200\n" ++"POT-Creation-Date: 2008-07-08 22:20+0200\n" + "PO-Revision-Date: 2006-01-16 22:31+0000\n" + "Last-Translator: Malcolm Hunter \n" + "Language-Team: British English \n" +@@ -21,7 +21,7 @@ msgid "No incoming connections (possibly firewalled)" + msgstr "" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 42 +-#: apps/ktorrent/ktorrent.cpp:184 rc.cpp:345 rc.cpp:383 rc.cpp:1019 ++#: apps/ktorrent/ktorrent.cpp:184 rc.cpp:336 rc.cpp:369 rc.cpp:989 + #, no-c-format + msgid "Info" + msgstr "Info" +@@ -198,7 +198,7 @@ msgstr "Malformed URL." + #. i18n: file ./apps/ktorrent/ktorrentui.rc line 9 + #: apps/ktorrent/groups/downloadgroup.cpp:27 + #: apps/ktorrent/groups/groupmanager.h:57 apps/ktorrent/pref.cpp:147 +-#: apps/ktorrent/viewmanager.cpp:62 rc.cpp:138 rc.cpp:342 ++#: apps/ktorrent/viewmanager.cpp:62 rc.cpp:132 rc.cpp:333 + #, no-c-format + msgid "Downloads" + msgstr "Downloads" +@@ -321,7 +321,7 @@ msgid "Document to open" + msgstr "Document to open" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 59 +-#: apps/ktorrent/main.cpp:120 rc.cpp:553 ++#: apps/ktorrent/main.cpp:120 rc.cpp:532 + #, no-c-format + msgid "KTorrent" + msgstr "KTorrent" +@@ -607,7 +607,7 @@ msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 85 + #: apps/ktorrent/ktorrentviewmenu.cpp:66 plugins/infowidget/peerview.cpp:221 +-#: rc.cpp:77 rc.cpp:1256 rc.cpp:1307 ++#: rc.cpp:75 rc.cpp:1208 rc.cpp:1259 + #, no-c-format + msgid "DHT" + msgstr "" +@@ -654,7 +654,7 @@ msgid "Add to Group" + msgstr "Custom IP" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 16 +-#: apps/ktorrent/ktorrentviewmenu.cpp:100 rc.cpp:147 ++#: apps/ktorrent/ktorrentviewmenu.cpp:100 rc.cpp:141 + #, no-c-format + msgid "Speed Limits" + msgstr "" +@@ -673,7 +673,7 @@ msgid "Malformed IP address." + msgstr "Malformed URL." + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 311 +-#: apps/ktorrent/pref.cpp:58 rc.cpp:282 ++#: apps/ktorrent/pref.cpp:58 rc.cpp:273 + #, no-c-format + msgid "Preferences" + msgstr "Preferences" +@@ -710,7 +710,7 @@ msgid "Advanced" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 27 +-#: apps/ktorrent/pref.cpp:411 rc.cpp:540 ++#: apps/ktorrent/pref.cpp:411 rc.cpp:519 + #, fuzzy, no-c-format + msgid "Advanced Options" + msgstr "File Options" +@@ -721,7 +721,7 @@ msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 16 + #: apps/ktorrent/ktorrentview.cpp:135 +-#: plugins/infowidget/infowidgetplugin.cpp:76 rc.cpp:1016 ++#: plugins/infowidget/infowidgetplugin.cpp:76 rc.cpp:986 + #, no-c-format + msgid "Status" + msgstr "Status" +@@ -743,7 +743,7 @@ msgstr "Uploaded" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 313 + #: apps/ktorrent/ktorrentview.cpp:139 plugins/infowidget/peerview.cpp:216 +-#: rc.cpp:1010 ++#: rc.cpp:980 + #, no-c-format + msgid "Down Speed" + msgstr "Down Speed" +@@ -870,7 +870,7 @@ msgid "User" + msgstr "User" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 24 +-#: apps/ktorrent/queuedialog.cpp:75 rc.cpp:249 ++#: apps/ktorrent/queuedialog.cpp:75 rc.cpp:240 + #, no-c-format + msgid "Queue Manager" + msgstr "Queue Manager" +@@ -1063,8 +1063,8 @@ msgid "Start torrent" + msgstr "Start seedin&g the torrent" + + #. i18n: file ./apps/ktorrent/fileselectdlgbase.ui line 160 +-#: plugins/infowidget/fileview.cpp:49 rc.cpp:27 rc.cpp:1244 rc.cpp:1259 +-#: rc.cpp:1349 rc.cpp:1439 ++#: plugins/infowidget/fileview.cpp:49 rc.cpp:27 rc.cpp:1196 rc.cpp:1211 ++#: rc.cpp:1301 rc.cpp:1385 + #, no-c-format + msgid "Download" + msgstr "Download" +@@ -1118,13 +1118,13 @@ msgid "Encryption" + msgstr "Description" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 58 +-#: rc.cpp:64 rc.cpp:787 ++#: rc.cpp:63 rc.cpp:764 + #, no-c-format + msgid "Use protocol encryption" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 64 +-#: rc.cpp:68 ++#: rc.cpp:66 + #, no-c-format + msgid "" + "Protocol encryption is used to prevent ISP's from slowing down bittorrent " +@@ -1132,20 +1132,20 @@ msgid "" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 72 +-#: rc.cpp:71 rc.cpp:790 ++#: rc.cpp:69 rc.cpp:767 + #, no-c-format + msgid "Allow unencrypted connections" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 75 +-#: rc.cpp:74 ++#: rc.cpp:72 + #, no-c-format + msgid "" + "If unchecked, you'll be able to connect only to clients supporting encryption." + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 88 +-#: rc.cpp:80 ++#: rc.cpp:78 + #, no-c-format + msgid "" + "Distributed Hash Table protocol." +@@ -1153,169 +1153,169 @@ msgid "" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 99 +-#: rc.cpp:83 ++#: rc.cpp:81 + #, no-c-format + msgid "&Use DHT to get additional peers" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 118 +-#: rc.cpp:87 ++#: rc.cpp:84 + #, no-c-format + msgid "UDP port for DHT communication:" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 161 +-#: rc.cpp:90 ++#: rc.cpp:87 + #, no-c-format + msgid "Custom IP" + msgstr "Custom IP" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 172 +-#: rc.cpp:93 ++#: rc.cpp:90 + #, fuzzy, no-c-format + msgid "Se&nd the tracker a custom IP address or hostname" + msgstr "Send the tracker a c&ustom IP or hostname" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 188 +-#: rc.cpp:96 ++#: rc.cpp:93 + #, fuzzy, no-c-format + msgid "Custom IP address or hostname:" + msgstr "Custom IP or hostname:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 205 +-#: rc.cpp:99 ++#: rc.cpp:96 + #, fuzzy, no-c-format + msgid "System Tray Icon" + msgstr "Show s&ystem tray icon" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 216 +-#: rc.cpp:102 ++#: rc.cpp:99 + #, no-c-format + msgid "Show s&ystem tray icon" + msgstr "Show s&ystem tray icon" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 224 +-#: rc.cpp:105 ++#: rc.cpp:102 + #, fuzzy, no-c-format + msgid "Show speed &bar in tray icon" + msgstr "Show s&ystem tray icon" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 232 +-#: rc.cpp:108 ++#: rc.cpp:105 + #, fuzzy, no-c-format + msgid "Show system tray popup messages" + msgstr "Show s&ystem tray icon" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 251 +-#: rc.cpp:112 ++#: rc.cpp:108 + #, no-c-format + msgid "Upload bandwidth (in KB/sec):" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 276 +-#: rc.cpp:115 ++#: rc.cpp:111 + #, no-c-format + msgid "Download bandwidth (in KB/sec):" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 305 +-#: rc.cpp:118 ++#: rc.cpp:114 + #, fuzzy, no-c-format + msgid "Folders" + msgstr "Fi&les" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 324 +-#: rc.cpp:121 ++#: rc.cpp:117 + #, no-c-format + msgid "Folder to store temporary files:" + msgstr "Folder to store temporary files:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 342 +-#: rc.cpp:124 ++#: rc.cpp:120 + #, fuzzy, no-c-format + msgid "Move completed downloads to:" + msgstr "Download" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 353 +-#: rc.cpp:128 ++#: rc.cpp:123 + #, no-c-format + msgid "&Automatically save downloads to:" + msgstr "&Automatically save downloads to:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 395 +-#: rc.cpp:131 ++#: rc.cpp:126 + #, fuzzy, no-c-format + msgid "Copy .torrent files to:" + msgstr "torrent files" + + #. i18n: file ./apps/ktorrent/ktorrentui.rc line 34 +-#: rc.cpp:144 ++#: rc.cpp:138 + #, no-c-format + msgid "Download Toolbar" + msgstr "Download Toolbar" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 27 +-#: rc.cpp:150 ++#: rc.cpp:144 + #, fuzzy, no-c-format + msgid "Set the speed limits for torrent" + msgstr "Start seedin&g the torrent" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 51 +-#: rc.cpp:153 ++#: rc.cpp:147 + #, fuzzy, no-c-format + msgid "Max upload rate:" + msgstr "Maximum upload rate:" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 59 +-#: rc.cpp:156 ++#: rc.cpp:150 + #, fuzzy, no-c-format + msgid "Max download rate:" + msgstr "Maximum download rate:" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 97 +-#: rc.cpp:159 rc.cpp:162 ++#: rc.cpp:153 rc.cpp:156 + #, fuzzy, no-c-format + msgid "KB/s (0 is no limit)" + msgstr "KB/sec (0 is no limit)" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 16 +-#: rc.cpp:171 ++#: rc.cpp:165 + #, no-c-format + msgid "Add potential peer" + msgstr "" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 35 +-#: rc.cpp:174 ++#: rc.cpp:168 + #, fuzzy, no-c-format + msgid "Peer IP:" + msgstr "Peer" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 43 +-#: rc.cpp:177 rc.cpp:208 ++#: rc.cpp:171 rc.cpp:201 + #, no-c-format + msgid "127.0.0.1" + msgstr "" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 51 +-#: rc.cpp:180 rc.cpp:288 rc.cpp:525 rc.cpp:931 ++#: rc.cpp:174 rc.cpp:279 rc.cpp:504 rc.cpp:908 + #, no-c-format + msgid "Port:" + msgstr "Port:" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 100 +-#: rc.cpp:183 ++#: rc.cpp:177 + #, no-c-format + msgid "Enter peer IP and port." + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 16 +-#: rc.cpp:193 ++#: rc.cpp:186 + #, fuzzy, no-c-format + msgid "KTorrent Blacklist" + msgstr "Torrent files" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 30 +-#: rc.cpp:196 ++#: rc.cpp:189 + #, no-c-format + msgid "" + "Note: Blacklist applies to current session only. Use save/open to save your " +@@ -1323,187 +1323,187 @@ msgid "" + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 41 +-#: rc.cpp:199 ++#: rc.cpp:192 + #, fuzzy, no-c-format + msgid "Banned Peers" + msgstr "Assigned Peers" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 50 +-#: rc.cpp:202 ++#: rc.cpp:195 + #, no-c-format + msgid "Peer IP address" + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 96 +-#: rc.cpp:205 ++#: rc.cpp:198 + #, no-c-format + msgid "Add peer:" + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 134 +-#: rc.cpp:215 ++#: rc.cpp:207 + #, no-c-format + msgid "Adds a peer to blacklist" + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 168 +-#: rc.cpp:222 ++#: rc.cpp:213 + #, no-c-format + msgid "Removes selected peer from blacklist" + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 176 +-#: rc.cpp:225 ++#: rc.cpp:216 + #, no-c-format + msgid "C&lear" + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 182 +-#: rc.cpp:228 ++#: rc.cpp:219 + #, no-c-format + msgid "Clears this list" + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 218 +-#: rc.cpp:234 ++#: rc.cpp:225 + #, no-c-format + msgid "Save &As..." + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 224 +-#: rc.cpp:237 ++#: rc.cpp:228 + #, no-c-format + msgid "Save this blacklist to use with KTorrent IPFilter plugin" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 59 +-#: rc.cpp:252 ++#: rc.cpp:243 + #, no-c-format + msgid "Maximum downloads:" + msgstr "Maximum downloads:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 86 +-#: rc.cpp:255 ++#: rc.cpp:246 + #, no-c-format + msgid "Maximum seeds:" + msgstr "Maximum seeds:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 94 +-#: rc.cpp:258 ++#: rc.cpp:249 + #, no-c-format + msgid "Start download on low disk space :" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 102 +-#: rc.cpp:261 ++#: rc.cpp:252 + #, no-c-format + msgid "Minimum disk space:" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 140 +-#: rc.cpp:264 ++#: rc.cpp:255 + #, fuzzy, no-c-format + msgid "Don't start" + msgstr "Not started" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 145 +-#: rc.cpp:267 ++#: rc.cpp:258 + #, no-c-format + msgid "Always ask" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 150 +-#: rc.cpp:270 ++#: rc.cpp:261 + #, fuzzy, no-c-format + msgid "Force start" + msgstr "Not started" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 208 +-#: rc.cpp:273 ++#: rc.cpp:264 + #, no-c-format + msgid "MB" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 236 +-#: rc.cpp:276 rc.cpp:279 rc.cpp:312 rc.cpp:315 rc.cpp:324 ++#: rc.cpp:267 rc.cpp:270 rc.cpp:303 rc.cpp:306 rc.cpp:315 + #, no-c-format + msgid "(0 is no limit)" + msgstr "(0 is no limit)" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 330 +-#: rc.cpp:285 ++#: rc.cpp:276 + #, no-c-format + msgid "Maximum download rate:" + msgstr "Maximum download rate:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 346 +-#: rc.cpp:291 ++#: rc.cpp:282 + #, no-c-format + msgid "Global connection limit:" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 354 +-#: rc.cpp:294 ++#: rc.cpp:285 + #, fuzzy, no-c-format + msgid "Max seed time:" + msgstr "Share ratio:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 370 +-#: rc.cpp:297 ++#: rc.cpp:288 + #, fuzzy, no-c-format + msgid "Maximum connections per torrent:" + msgstr "Maximum connections per download:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 397 +-#: rc.cpp:300 ++#: rc.cpp:291 + #, no-c-format + msgid "Number of upload slots:" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 405 +-#: rc.cpp:303 ++#: rc.cpp:294 + #, no-c-format + msgid "UDP tracker port:" + msgstr "UDP tracker port:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 413 +-#: rc.cpp:306 ++#: rc.cpp:297 + #, fuzzy, no-c-format + msgid "Max share ratio:" + msgstr "Share ratio:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 421 +-#: rc.cpp:309 ++#: rc.cpp:300 + #, no-c-format + msgid "Maximum upload rate:" + msgstr "Maximum upload rate:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 576 +-#: rc.cpp:318 rc.cpp:321 ++#: rc.cpp:309 rc.cpp:312 + #, no-c-format + msgid "KB/sec (0 is no limit)" + msgstr "KB/sec (0 is no limit)" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 651 +-#: rc.cpp:327 ++#: rc.cpp:318 + #, fuzzy, no-c-format + msgid "Hours (0 is no limit)" + msgstr "(0 is no limit)" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 663 +-#: rc.cpp:330 ++#: rc.cpp:321 + #, no-c-format + msgid "&Keep seeding after download is finished" + msgstr "&Keep seeding after download is finished" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 674 +-#: rc.cpp:333 ++#: rc.cpp:324 + #, no-c-format + msgid "Attention" + msgstr "Attention" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 685 +-#: rc.cpp:336 ++#: rc.cpp:327 + #, fuzzy, no-c-format + msgid "" + "The above ports must also be forwarded if you are behind a router. The UPnP " +@@ -1513,283 +1513,283 @@ msgstr "" + "can do this for you." + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 16 +-#: rc.cpp:339 ++#: rc.cpp:330 + #, no-c-format + msgid "KT Queue Dialog" + msgstr "KT Queue Dialogue" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 69 +-#: rc.cpp:348 rc.cpp:386 rc.cpp:1107 ++#: rc.cpp:339 rc.cpp:372 rc.cpp:1067 + #, no-c-format + msgid "Status:" + msgstr "Status:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 85 +-#: rc.cpp:351 rc.cpp:389 rc.cpp:1808 ++#: rc.cpp:342 rc.cpp:375 rc.cpp:1751 + #, fuzzy, no-c-format + msgid "Tracker:" + msgstr "Tracker" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 93 +-#: rc.cpp:354 rc.cpp:392 rc.cpp:1805 ++#: rc.cpp:345 rc.cpp:378 rc.cpp:1748 + #, no-c-format + msgid "DHT:" + msgstr "" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 109 +-#: rc.cpp:357 rc.cpp:395 rc.cpp:1061 ++#: rc.cpp:348 rc.cpp:381 rc.cpp:1025 + #, no-c-format + msgid "Share ratio:" + msgstr "Share ratio:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 117 +-#: rc.cpp:360 ++#: rc.cpp:351 + #, no-c-format + msgid "Bytes left:" + msgstr "" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 177 +-#: rc.cpp:368 rc.cpp:377 ++#: rc.cpp:354 rc.cpp:363 + #, no-c-format + msgid "Torrent" + msgstr "Torrent" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 188 +-#: rc.cpp:371 rc.cpp:380 ++#: rc.cpp:357 rc.cpp:366 + #, no-c-format + msgid "Controlled by" + msgstr "Controlled by" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 214 +-#: rc.cpp:374 ++#: rc.cpp:360 + #, fuzzy, no-c-format + msgid "Upload&s" + msgstr "Uploaded" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 333 +-#: rc.cpp:398 ++#: rc.cpp:384 + #, fuzzy, no-c-format + msgid "Uploaded:" + msgstr "Uploaded" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 486 +-#: rc.cpp:406 ++#: rc.cpp:387 + #, fuzzy, no-c-format + msgid "M&ove up" + msgstr "Move &up" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 494 +-#: rc.cpp:409 ++#: rc.cpp:390 + #, no-c-format + msgid "Move dow&n" + msgstr "Move dow&n" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 519 +-#: rc.cpp:412 ++#: rc.cpp:393 + #, fuzzy, no-c-format + msgid "Move to top" + msgstr "Move &up" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 530 +-#: rc.cpp:416 ++#: rc.cpp:396 + #, no-c-format + msgid "Move to &bottom" + msgstr "" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 555 +-#: rc.cpp:419 ++#: rc.cpp:399 + #, fuzzy, no-c-format + msgid "&QM Controlled" + msgstr "&QM controlled" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 563 +-#: rc.cpp:422 ++#: rc.cpp:402 + #, fuzzy, no-c-format + msgid "&User Controlled" + msgstr "&User controlled" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 30 +-#: rc.cpp:434 ++#: rc.cpp:414 + #, no-c-format + msgid "Paste URL" + msgstr "Paste URL" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 52 +-#: rc.cpp:437 rc.cpp:1104 rc.cpp:1919 ++#: rc.cpp:417 rc.cpp:1064 rc.cpp:1859 + #, no-c-format + msgid "URL:" + msgstr "URL:" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 106 +-#: rc.cpp:440 ++#: rc.cpp:420 + #, no-c-format + msgid "O&K" + msgstr "O&K" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 114 +-#: rc.cpp:443 rc.cpp:675 rc.cpp:1176 ++#: rc.cpp:423 rc.cpp:653 rc.cpp:1128 + #, no-c-format + msgid "C&ancel" + msgstr "C&ancel" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 16 +-#: rc.cpp:446 ++#: rc.cpp:426 + #, no-c-format + msgid "Create Torrent" + msgstr "Create Torrent" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 38 +-#: rc.cpp:449 ++#: rc.cpp:429 + #, no-c-format + msgid "The file or folder of which you want to create a torrent:" + msgstr "The file or folder of which you want to create a torrent:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 53 +-#: rc.cpp:452 ++#: rc.cpp:432 + #, fuzzy, no-c-format + msgid "You must add at least one tracker or node." + msgstr "You must add at least one tracker." + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 61 +-#: rc.cpp:455 ++#: rc.cpp:435 + #, no-c-format + msgid "File Options" + msgstr "File Options" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 80 +-#: rc.cpp:458 ++#: rc.cpp:438 + #, no-c-format + msgid "Size of each chunk:" + msgstr "Size of each chunk:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 86 +-#: rc.cpp:461 ++#: rc.cpp:441 + #, no-c-format + msgid "32" + msgstr "32" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 91 +-#: rc.cpp:464 ++#: rc.cpp:444 + #, no-c-format + msgid "64" + msgstr "64" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 96 +-#: rc.cpp:467 ++#: rc.cpp:447 + #, no-c-format + msgid "128" + msgstr "128" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 101 +-#: rc.cpp:470 ++#: rc.cpp:450 + #, no-c-format + msgid "256" + msgstr "256" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 106 +-#: rc.cpp:473 ++#: rc.cpp:453 + #, no-c-format + msgid "512" + msgstr "512" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 111 +-#: rc.cpp:476 ++#: rc.cpp:456 + #, no-c-format + msgid "1024" + msgstr "1024" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 116 +-#: rc.cpp:479 ++#: rc.cpp:459 + #, no-c-format + msgid "2048" + msgstr "" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 121 +-#: rc.cpp:482 ++#: rc.cpp:462 + #, no-c-format + msgid "4096" + msgstr "" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 126 +-#: rc.cpp:485 ++#: rc.cpp:465 + #, no-c-format + msgid "8192" + msgstr "" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 138 +-#: rc.cpp:488 rc.cpp:633 ++#: rc.cpp:468 rc.cpp:611 + #, no-c-format + msgid "KB" + msgstr "KB" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 165 +-#: rc.cpp:491 ++#: rc.cpp:471 + #, no-c-format + msgid "Start seedin&g the torrent" + msgstr "Start seedin&g the torrent" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 176 +-#: rc.cpp:494 ++#: rc.cpp:474 + #, no-c-format + msgid "Decentrali&zed (DHT only)" + msgstr "" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 184 +-#: rc.cpp:497 ++#: rc.cpp:477 + #, no-c-format + msgid "Private torrent (DHT not allowed)" + msgstr "" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 202 +-#: rc.cpp:500 ++#: rc.cpp:480 + #, no-c-format + msgid "Comments:" + msgstr "Comments:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 248 +-#: rc.cpp:503 ++#: rc.cpp:483 + #, fuzzy, no-c-format + msgid "&Create" + msgstr "Cre&ate" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 262 +-#: rc.cpp:506 rc.cpp:1325 ++#: rc.cpp:486 rc.cpp:1277 + #, no-c-format + msgid "Ca&ncel" + msgstr "Ca&ncel" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 275 +-#: plugins/infowidget/infowidgetplugin.cpp:214 rc.cpp:509 rc.cpp:1101 ++#: plugins/infowidget/infowidgetplugin.cpp:214 rc.cpp:489 rc.cpp:1061 + #, no-c-format + msgid "Trackers" + msgstr "Trackers" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 283 +-#: rc.cpp:512 ++#: rc.cpp:492 + #, no-c-format + msgid "DHT nodes" + msgstr "" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 333 +-#: rc.cpp:522 ++#: rc.cpp:501 + #, fuzzy, no-c-format + msgid "Node:" + msgstr "Name:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 385 +-#: rc.cpp:528 ++#: rc.cpp:507 + #, fuzzy, no-c-format + msgid "IP or hostname" + msgstr "Custom IP or hostname:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 396 +-#: rc.cpp:531 rc.cpp:718 rc.cpp:721 ++#: rc.cpp:510 rc.cpp:695 rc.cpp:698 + #, no-c-format + msgid "Port" + msgstr "Port" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 437 +-#: rc.cpp:534 ++#: rc.cpp:513 + #, no-c-format + msgid "" + "NOTE: Some known good DHT nodes are already inserted. You should probably " +@@ -1797,19 +1797,19 @@ msgid "" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 16 +-#: rc.cpp:537 ++#: rc.cpp:516 + #, fuzzy, no-c-format + msgid "Advanced Preferences" + msgstr "Search Preferences" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 46 +-#: rc.cpp:543 ++#: rc.cpp:522 + #, no-c-format + msgid "Time left estimation algorithm:" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 53 +-#: rc.cpp:546 rc.cpp:568 ++#: rc.cpp:525 rc.cpp:547 + #, no-c-format + msgid "" + "KTorrent algorithm: Default algorithm using combination of other " +@@ -1825,427 +1825,427 @@ msgid "" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 64 +-#: rc.cpp:556 ++#: rc.cpp:535 + #, fuzzy, no-c-format + msgid "Current speed" + msgstr "Current search engine" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 69 +-#: rc.cpp:559 ++#: rc.cpp:538 + #, no-c-format + msgid "Global average speed" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 74 +-#: rc.cpp:562 ++#: rc.cpp:541 + #, no-c-format + msgid "Window of X" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 79 +-#: rc.cpp:565 ++#: rc.cpp:544 + #, no-c-format + msgid "Moving average" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 98 +-#: rc.cpp:575 ++#: rc.cpp:554 + #, no-c-format + msgid "(takes effect after restart)" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 125 +-#: rc.cpp:578 ++#: rc.cpp:557 + #, no-c-format + msgid "Disa&ble diskspace preallocation" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 141 +-#: rc.cpp:581 ++#: rc.cpp:560 + #, no-c-format + msgid "F&ully preallocate diskspace (avoids fragmentation)" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 147 +-#: rc.cpp:584 ++#: rc.cpp:563 + #, no-c-format + msgid "Basic (slow)" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 152 +-#: rc.cpp:587 ++#: rc.cpp:566 + #, no-c-format + msgid "Filesystem specific" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 174 +-#: rc.cpp:590 ++#: rc.cpp:569 + #, fuzzy, no-c-format + msgid "Performance" + msgstr "Preferences" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 193 +-#: rc.cpp:593 ++#: rc.cpp:572 + #, no-c-format + msgid "Memory usage:" + msgstr "Memory usage:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 199 +-#: rc.cpp:596 ++#: rc.cpp:575 + #, no-c-format + msgid "Low" + msgstr "Low" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 204 +-#: rc.cpp:599 ++#: rc.cpp:578 + #, no-c-format + msgid "Medium" + msgstr "Medium" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 209 +-#: rc.cpp:602 ++#: rc.cpp:581 + #, no-c-format + msgid "High" + msgstr "High" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 248 +-#: rc.cpp:605 ++#: rc.cpp:584 + #, no-c-format + msgid "GUI update interval:" + msgstr "GUI update interval:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 254 +-#: rc.cpp:608 ++#: rc.cpp:587 + #, no-c-format + msgid "500ms" + msgstr "500ms" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 259 +-#: rc.cpp:611 ++#: rc.cpp:590 + #, no-c-format + msgid "1s" + msgstr "1s" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 264 +-#: rc.cpp:614 ++#: rc.cpp:593 + #, no-c-format + msgid "2s" + msgstr "2s" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 269 +-#: rc.cpp:617 ++#: rc.cpp:596 + #, no-c-format + msgid "5s" + msgstr "5s" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 308 +-#: rc.cpp:620 ++#: rc.cpp:599 + #, no-c-format + msgid "Fast CPU" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 342 +-#: rc.cpp:624 ++#: rc.cpp:602 + #, no-c-format + msgid "Slow CPU" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 354 +-#: rc.cpp:627 ++#: rc.cpp:605 + #, no-c-format + msgid "Data Checking" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 373 +-#: rc.cpp:630 ++#: rc.cpp:608 + #, no-c-format + msgid "During uploading, do ¬ recheck chunks bigger than" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 430 +-#: rc.cpp:636 ++#: rc.cpp:614 + #, no-c-format + msgid "Do a data integrit&y check after" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 449 +-#: rc.cpp:639 ++#: rc.cpp:617 + #, no-c-format + msgid "corrupted chunks" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 478 +-#: rc.cpp:642 ++#: rc.cpp:620 + #, no-c-format + msgid "Networking" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 505 +-#: rc.cpp:645 ++#: rc.cpp:623 + #, fuzzy, no-c-format + msgid "Maximum number of connection setups:" + msgstr "Maximum number of connections per download (0 = no limit)" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 527 +-#: rc.cpp:648 ++#: rc.cpp:626 + #, no-c-format + msgid "DSCP for IP packets:" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 570 +-#: rc.cpp:651 ++#: rc.cpp:629 + #, no-c-format + msgid "Do not use the KDE pro&xy settings for HTTP tracker connections" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 586 +-#: rc.cpp:654 ++#: rc.cpp:632 + #, fuzzy, no-c-format + msgid "HTTP tracker proxy:" + msgstr "UDP tracker port:" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 24 +-#: rc.cpp:657 ++#: rc.cpp:635 + #, no-c-format + msgid "Scanning data" + msgstr "" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 38 +-#: rc.cpp:660 ++#: rc.cpp:638 + #, no-c-format + msgid "Scanning data of torrent :" + msgstr "" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 62 +-#: rc.cpp:663 ++#: rc.cpp:641 + #, no-c-format + msgid "Number of chunks found :" + msgstr "" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 70 +-#: rc.cpp:666 ++#: rc.cpp:644 + #, no-c-format + msgid "Number of chunks failed / not downloaded :" + msgstr "" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 97 +-#: rc.cpp:669 rc.cpp:672 ++#: rc.cpp:647 rc.cpp:650 + #, no-c-format + msgid "0" + msgstr "" + + #. i18n: file ./apps/ktupnptest/mainwidget.ui line 54 +-#: rc.cpp:678 ++#: rc.cpp:656 + #, no-c-format + msgid "Test" + msgstr "" + + #. i18n: file ./libktorrent/labelviewitembase.ui line 49 +-#: rc.cpp:685 ++#: rc.cpp:662 + #, no-c-format + msgid "textLabel2" + msgstr "" + + #. i18n: file ./libktorrent/labelviewitembase.ui line 65 +-#: rc.cpp:688 ++#: rc.cpp:665 + #, no-c-format + msgid "textLabel3" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 10 +-#: rc.cpp:691 ++#: rc.cpp:668 + #, no-c-format + msgid "Maximum number of downloads (0 = no limit)" + msgstr "Maximum number of downloads (0 = no limit)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 15 +-#: rc.cpp:694 ++#: rc.cpp:671 + #, no-c-format + msgid "Maximum number of seeds (0 = no limit)" + msgstr "Maximum number of seeds (0 = no limit)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 20 +-#: rc.cpp:697 ++#: rc.cpp:674 + #, no-c-format + msgid "Start downloads on low disk space?" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 24 +-#: rc.cpp:700 ++#: rc.cpp:677 + #, fuzzy, no-c-format + msgid "Maximum number of connections per torrent (0 = no limit)" + msgstr "Maximum number of connections per download (0 = no limit)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 29 +-#: rc.cpp:703 ++#: rc.cpp:680 + #, fuzzy, no-c-format + msgid "Maximum number of connections for all torrents (0 = no limit) " + msgstr "Maximum number of connections per download (0 = no limit)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 34 +-#: rc.cpp:706 ++#: rc.cpp:683 + #, no-c-format + msgid "Maximum upload speed in KB/sec (0 = no limit)" + msgstr "Maximum upload speed in KB/sec (0 = no limit)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 39 +-#: rc.cpp:709 ++#: rc.cpp:686 + #, no-c-format + msgid "Maximum download speed in KB/sec (0 = no limit)" + msgstr "Maximum download speed in KB/sec (0 = no limit)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 44 +-#: rc.cpp:712 ++#: rc.cpp:689 + #, fuzzy, no-c-format + msgid "Maximum share ratio(0 = no limit)" + msgstr "Maximum number of seeds (0 = no limit)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 49 +-#: rc.cpp:715 ++#: rc.cpp:692 + #, fuzzy, no-c-format + msgid "Maximum seed time in hours (0 = no limit)" + msgstr "Maximum number of seeds (0 = no limit)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 66 +-#: rc.cpp:724 ++#: rc.cpp:701 + #, no-c-format + msgid "Show a system tray icon" + msgstr "Show a system tray icon" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 70 +-#: rc.cpp:727 ++#: rc.cpp:704 + #, fuzzy, no-c-format + msgid "Show speed bar in tray icon" + msgstr "Show s&ystem tray icon" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 74 +-#: rc.cpp:730 ++#: rc.cpp:707 + #, no-c-format + msgid "Download bandwidth (in kb/s):" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 80 +-#: rc.cpp:733 ++#: rc.cpp:710 + #, no-c-format + msgid "Upload bandwidth (in kb/s):" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 86 +-#: rc.cpp:736 ++#: rc.cpp:713 + #, no-c-format + msgid "Show popup messages when torrent is finished." + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 90 +-#: rc.cpp:739 ++#: rc.cpp:716 + #, no-c-format + msgid "Keep seeding after download has finished" + msgstr "Keep seeding after download has finished" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 94 +-#: rc.cpp:742 ++#: rc.cpp:719 + #, no-c-format + msgid "Folder to store temporary files" + msgstr "Folder to store temporary files" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 98 +-#: rc.cpp:745 ++#: rc.cpp:722 + #, fuzzy, no-c-format + msgid "Whether to automatically save downloads to saveDir" + msgstr "&Automatically save downloads to:" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 102 +-#: rc.cpp:748 ++#: rc.cpp:725 + #, no-c-format + msgid "Folder to store downloaded files" + msgstr "Folder to store downloaded files" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 106 +-#: rc.cpp:751 ++#: rc.cpp:728 + #, fuzzy, no-c-format + msgid "Whether to automatically move completed downloads to completedDir" + msgstr "&Automatically save downloads to:" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 110 +-#: rc.cpp:754 ++#: rc.cpp:731 + #, fuzzy, no-c-format + msgid "Folder to move completed downloaded files to" + msgstr "Folder to store downloaded files" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 114 +-#: rc.cpp:757 ++#: rc.cpp:734 + #, fuzzy, no-c-format + msgid "Whether to automatically copy .torrent files to torrentCopyDir" + msgstr "&Automatically save downloads to:" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 118 +-#: rc.cpp:760 ++#: rc.cpp:737 + #, fuzzy, no-c-format + msgid "Folder to copy .torrent files to" + msgstr "Folder to store temporary files" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 122 +-#: rc.cpp:763 ++#: rc.cpp:740 + #, fuzzy, no-c-format + msgid "Whether to use a custom IP to pass to the tracker" + msgstr "IP to pass to the tracker" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 126 +-#: rc.cpp:766 ++#: rc.cpp:743 + #, no-c-format + msgid "Directory which was used as the last save directory" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 130 +-#: rc.cpp:769 ++#: rc.cpp:746 + #, no-c-format + msgid "IP to pass to the tracker" + msgstr "IP to pass to the tracker" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 134 +-#: rc.cpp:772 ++#: rc.cpp:749 + #, no-c-format + msgid "Memory usage" + msgstr "Memory usage" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 138 +-#: rc.cpp:775 ++#: rc.cpp:752 + #, no-c-format + msgid "GUI update interval" + msgstr "GUI update interval" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 142 +-#: rc.cpp:778 ++#: rc.cpp:755 + #, no-c-format + msgid "Support for DHT" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 146 +-#: rc.cpp:781 ++#: rc.cpp:758 + #, no-c-format + msgid "DHT port" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 152 +-#: rc.cpp:784 ++#: rc.cpp:761 + #, no-c-format + msgid "Number of upload slots" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 196 +-#: rc.cpp:793 ++#: rc.cpp:770 + #, no-c-format + msgid "Columns shown in KTorrentView" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 205 +-#: rc.cpp:796 ++#: rc.cpp:773 + #, no-c-format + msgid "ET algorithm" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 227 +-#: rc.cpp:799 ++#: rc.cpp:776 + #, no-c-format + msgid "" + "When there's no space left to complete download and free diskspace is less than " +@@ -2253,602 +2253,602 @@ msgid "" + msgstr "" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 16 +-#: rc.cpp:802 ++#: rc.cpp:779 + #, no-c-format + msgid "Plugin Manager" + msgstr "Plugin Manager" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 48 +-#: rc.cpp:805 ++#: rc.cpp:782 + #, no-c-format + msgid "Load" + msgstr "Load" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 56 +-#: rc.cpp:808 ++#: rc.cpp:785 + #, no-c-format + msgid "U&nload" + msgstr "U&nload" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 64 +-#: rc.cpp:811 ++#: rc.cpp:788 + #, fuzzy, no-c-format + msgid "Load &All" + msgstr "Load All" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 72 +-#: rc.cpp:814 ++#: rc.cpp:791 + #, fuzzy, no-c-format + msgid "&Unload All" + msgstr "Unload All" + + #. i18n: file ./plugins/upnp/ktupnpplugin.kcfg line 10 +-#: rc.cpp:817 ++#: rc.cpp:794 + #, no-c-format + msgid "Default UPnP device to use" + msgstr "Default UPnP device to use" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 16 +-#: plugins/upnp/upnpplugin.cpp:46 plugins/upnp/upnpprefpage.cpp:31 rc.cpp:820 ++#: plugins/upnp/upnpplugin.cpp:46 plugins/upnp/upnpprefpage.cpp:31 rc.cpp:797 + #, no-c-format + msgid "UPnP" + msgstr "UPnP" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 35 +-#: rc.cpp:823 ++#: rc.cpp:800 + #, no-c-format + msgid "Detected devices:" + msgstr "Detected devices:" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 41 +-#: rc.cpp:826 ++#: rc.cpp:803 + #, no-c-format + msgid "Device" + msgstr "Device" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 52 +-#: rc.cpp:829 ++#: rc.cpp:806 + #, no-c-format + msgid "Ports Forwarded" + msgstr "Ports Forwarded" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 63 +-#: rc.cpp:832 ++#: rc.cpp:809 + #, no-c-format + msgid "WAN Connection" + msgstr "" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 91 +-#: rc.cpp:835 ++#: rc.cpp:812 + #, fuzzy, no-c-format + msgid "Forw&ard Ports" + msgstr "Forward Ports" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 99 +-#: rc.cpp:838 ++#: rc.cpp:815 + #, no-c-format + msgid "Undo Port Forwarding" + msgstr "Undo Port Forwarding" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 124 +-#: rc.cpp:841 ++#: rc.cpp:818 + #, no-c-format + msgid "Rescan" + msgstr "Rescan" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 9 +-#: rc.cpp:844 ++#: rc.cpp:821 + #, no-c-format + msgid "Enable scanning of folder1?" + msgstr "" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 14 +-#: rc.cpp:847 ++#: rc.cpp:824 + #, no-c-format + msgid "Enable scanning of folder2?" + msgstr "" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 19 +-#: rc.cpp:850 ++#: rc.cpp:827 + #, no-c-format + msgid "Enable scanning of folder3?" + msgstr "" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 24 +-#: rc.cpp:853 ++#: rc.cpp:830 + #, fuzzy, no-c-format + msgid "Folder1 path" + msgstr "Fi&les" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 29 +-#: rc.cpp:856 ++#: rc.cpp:833 + #, fuzzy, no-c-format + msgid "Folder2 path" + msgstr "Fi&les" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 34 +-#: rc.cpp:859 ++#: rc.cpp:836 + #, fuzzy, no-c-format + msgid "Folder3 path" + msgstr "Fi&les" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 39 +-#: rc.cpp:862 ++#: rc.cpp:839 + #, fuzzy, no-c-format + msgid "Whether to open torrent silently or not." + msgstr "Unable to open torrent file %1: %2" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 44 +-#: rc.cpp:865 ++#: rc.cpp:842 + #, no-c-format + msgid "Delete action checked." + msgstr "" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 49 +-#: rc.cpp:868 ++#: rc.cpp:845 + #, no-c-format + msgid "Move action checked." + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 16 +-#: rc.cpp:871 ++#: rc.cpp:848 + #, fuzzy, no-c-format + msgid "ScanFolder Preferences" + msgstr "Search Preferences" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 35 +-#: rc.cpp:874 ++#: rc.cpp:851 + #, no-c-format + msgid "Scan folder &1" + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 38 +-#: rc.cpp:877 rc.cpp:1480 ++#: rc.cpp:854 rc.cpp:1424 + #, no-c-format + msgid "Alt+1" + msgstr "Alt+1" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 46 +-#: rc.cpp:880 ++#: rc.cpp:857 + #, no-c-format + msgid "Scan folder &2" + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 49 +-#: rc.cpp:883 rc.cpp:1471 rc.cpp:1495 ++#: rc.cpp:860 rc.cpp:1415 rc.cpp:1439 + #, fuzzy, no-c-format + msgid "Alt+2" + msgstr "Alt+1" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 57 +-#: rc.cpp:886 ++#: rc.cpp:863 + #, no-c-format + msgid "Scan folder &3" + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 60 +-#: rc.cpp:889 rc.cpp:1465 ++#: rc.cpp:866 rc.cpp:1409 + #, fuzzy, no-c-format + msgid "Alt+3" + msgstr "Alt+1" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 81 +-#: rc.cpp:895 ++#: rc.cpp:872 + #, no-c-format + msgid "Move to \"loaded\" directory &after loading" + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 84 +-#: rc.cpp:898 ++#: rc.cpp:875 + #, no-c-format + msgid "Move torrent to \"loaded\" directory after loading it" + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 92 +-#: rc.cpp:901 ++#: rc.cpp:878 + #, fuzzy, no-c-format + msgid "Open torrents silentl&y" + msgstr "torrent files" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 95 +-#: rc.cpp:904 ++#: rc.cpp:881 + #, no-c-format + msgid "Do not show 'Select files to download' dialog" + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 103 +-#: rc.cpp:907 ++#: rc.cpp:884 + #, no-c-format + msgid "Delete after loadin&g" + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 106 +-#: rc.cpp:910 ++#: rc.cpp:887 + #, no-c-format + msgid "Deletes torrent after loading" + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 116 +-#: rc.cpp:913 ++#: rc.cpp:890 + #, fuzzy, no-c-format + msgid "Folders to scan" + msgstr "Fi&les" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 151 +-#: rc.cpp:916 ++#: rc.cpp:893 + #, fuzzy, no-c-format + msgid "Folder 1:" + msgstr "Fi&les" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 162 +-#: rc.cpp:919 ++#: rc.cpp:896 + #, fuzzy, no-c-format + msgid "Folder 2:" + msgstr "Fi&les" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 173 +-#: rc.cpp:922 ++#: rc.cpp:899 + #, fuzzy, no-c-format + msgid "Folder 3:" + msgstr "Fi&les" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 30 +-#: rc.cpp:925 rc.cpp:1895 ++#: rc.cpp:902 rc.cpp:1838 + #, no-c-format + msgid "Search Preferences" + msgstr "Search Preferences" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 41 +-#: rc.cpp:928 ++#: rc.cpp:905 + #, no-c-format + msgid "Web Server" + msgstr "" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 82 +-#: rc.cpp:934 ++#: rc.cpp:911 + #, fuzzy, no-c-format + msgid "Forward port" + msgstr "Forward Ports" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 107 +-#: rc.cpp:937 ++#: rc.cpp:914 + #, no-c-format + msgid "Session TTL (in sec):" + msgstr "" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 142 +-#: rc.cpp:940 ++#: rc.cpp:917 + #, fuzzy, no-c-format + msgid "Select interface:" + msgstr "Select &None" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 173 +-#: rc.cpp:943 ++#: rc.cpp:920 + #, fuzzy, no-c-format + msgid "Username:" + msgstr "User" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 188 +-#: rc.cpp:946 ++#: rc.cpp:923 + #, no-c-format + msgid "Change password ..." + msgstr "" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 206 +-#: rc.cpp:949 ++#: rc.cpp:926 + #, no-c-format + msgid "Php executable path:" + msgstr "" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 10 +-#: rc.cpp:953 ++#: rc.cpp:929 + #, no-c-format + msgid "Port number" + msgstr "" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 15 +-#: rc.cpp:956 ++#: rc.cpp:932 + #, fuzzy, no-c-format + msgid "forward Port" + msgstr "Forward Ports" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 20 +-#: rc.cpp:959 ++#: rc.cpp:935 + #, no-c-format + msgid "Session time to live" + msgstr "" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 24 +-#: rc.cpp:962 ++#: rc.cpp:938 + #, fuzzy, no-c-format + msgid "interface skin" + msgstr "General Options" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 28 +-#: rc.cpp:965 ++#: rc.cpp:941 + #, no-c-format + msgid "php executable path" + msgstr "" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 33 +-#: rc.cpp:968 ++#: rc.cpp:944 + #, no-c-format + msgid "username" + msgstr "" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 37 +-#: rc.cpp:971 ++#: rc.cpp:947 + #, no-c-format + msgid "password" + msgstr "" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 16 +-#: plugins/infowidget/infowidgetplugin.cpp:194 rc.cpp:974 rc.cpp:1046 ++#: plugins/infowidget/infowidgetplugin.cpp:194 rc.cpp:950 rc.cpp:1010 + #, no-c-format + msgid "Chunks" + msgstr "Chunks" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 43 +-#: rc.cpp:977 ++#: rc.cpp:953 + #, no-c-format + msgid "Total:" + msgstr "Total:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 81 +-#: rc.cpp:981 ++#: rc.cpp:956 + #, no-c-format + msgid "Currently downloading:" + msgstr "Currently downloading:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 119 +-#: rc.cpp:985 ++#: rc.cpp:959 + #, no-c-format + msgid "Downloaded:" + msgstr "Downloaded:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 157 +-#: rc.cpp:989 ++#: rc.cpp:962 + #, no-c-format + msgid "Excluded:" + msgstr "Excluded:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 195 +-#: rc.cpp:993 ++#: rc.cpp:965 + #, no-c-format + msgid "Left:" + msgstr "" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 233 +-#: rc.cpp:997 ++#: rc.cpp:968 + #, fuzzy, no-c-format + msgid "Size:" + msgstr "Size" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 280 +-#: rc.cpp:1001 ++#: rc.cpp:971 + #, no-c-format + msgid "Chunk" + msgstr "Chunk" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 291 +-#: rc.cpp:1004 ++#: rc.cpp:974 + #, no-c-format + msgid "Progress" + msgstr "Progress" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 302 +-#: rc.cpp:1007 ++#: rc.cpp:977 + #, no-c-format + msgid "Peer" + msgstr "Peer" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 324 +-#: rc.cpp:1013 ++#: rc.cpp:983 + #, no-c-format + msgid "Assigned Peers" + msgstr "Assigned Peers" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 63 +-#: rc.cpp:1022 ++#: rc.cpp:992 + #, no-c-format + msgid "Seeders:" + msgstr "Seeders:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 71 +-#: rc.cpp:1025 ++#: rc.cpp:995 + #, no-c-format + msgid "Leechers:" + msgstr "Leechers:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 129 +-#: rc.cpp:1030 ++#: rc.cpp:998 + #, fuzzy, no-c-format + msgid "Average Down Speed:" + msgstr "Average Speed" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 177 +-#: rc.cpp:1035 ++#: rc.cpp:1001 + #, fuzzy, no-c-format + msgid "Average Up Speed:" + msgstr "Average Speed" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 195 +-#: rc.cpp:1038 rc.cpp:1111 ++#: rc.cpp:1004 rc.cpp:1070 + #, no-c-format + msgid "Next update in:" + msgstr "Next update in:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 203 +-#: rc.cpp:1041 ++#: rc.cpp:1007 + #, fuzzy, no-c-format + msgid "Tracker Status:" + msgstr "Trackers" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 332 +-#: rc.cpp:1049 ++#: rc.cpp:1013 + #, fuzzy, no-c-format + msgid "Parts of the torrent which have been downloaded:" + msgstr "Parts of the file which have been downloaded:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 367 +-#: rc.cpp:1052 ++#: rc.cpp:1016 + #, fuzzy, no-c-format + msgid "Parts of the torrent which are available:" + msgstr "Parts of the file which are available:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 457 +-#: rc.cpp:1055 ++#: rc.cpp:1019 + #, no-c-format + msgid "Sharing" + msgstr "Sharing" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 487 +-#: rc.cpp:1058 ++#: rc.cpp:1022 + #, no-c-format + msgid "" + "Your upload will stop when share ratio gets to this value. Zero means no limit." + msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 525 +-#: rc.cpp:1064 ++#: rc.cpp:1028 + #, no-c-format + msgid "Your upload will stop when you have uploaded for this many hours." + msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 533 +-#: rc.cpp:1067 ++#: rc.cpp:1031 + #, no-c-format + msgid "Hours" + msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 543 +-#: rc.cpp:1070 ++#: rc.cpp:1034 + #, no-c-format + msgid "Ratio limit:" + msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 549 +-#: rc.cpp:1074 ++#: rc.cpp:1037 + #, no-c-format + msgid "Limit works only in seed mode" + msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 557 +-#: rc.cpp:1077 ++#: rc.cpp:1040 + #, no-c-format + msgid "Time &limit:" + msgstr "" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 37 +-#: rc.cpp:1081 ++#: rc.cpp:1043 + #, fuzzy, no-c-format + msgid "&Update Tracker" + msgstr "IP to pass to the tracker" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 40 +-#: rc.cpp:1084 ++#: rc.cpp:1046 + #, fuzzy, no-c-format + msgid "Minimum update interval - 60 seconds" + msgstr "Gui update interval" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 48 +-#: rc.cpp:1087 ++#: rc.cpp:1049 + #, fuzzy, no-c-format + msgid "Add Trac&ker" + msgstr "Tracker" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 64 +-#: rc.cpp:1090 ++#: rc.cpp:1052 + #, fuzzy, no-c-format + msgid "Remove Tracker" + msgstr "Tracker" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 75 +-#: rc.cpp:1094 ++#: rc.cpp:1055 + #, fuzzy, no-c-format + msgid "Ch&ange Tracker" + msgstr "Tracker" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 100 +-#: rc.cpp:1097 ++#: rc.cpp:1058 + #, fuzzy, no-c-format + msgid "Restore Defaults" + msgstr "Add Defau<" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 10 +-#: rc.cpp:1115 ++#: rc.cpp:1073 + #, no-c-format + msgid "Show peer view tab in main window" + msgstr "Show peer view tab in main window" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 14 +-#: rc.cpp:1118 ++#: rc.cpp:1076 + #, no-c-format + msgid "Show chunk download view tab in main window" + msgstr "Show chunk download view tab in main window" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 18 +-#: rc.cpp:1121 ++#: rc.cpp:1079 + #, fuzzy, no-c-format + msgid "Show trackers view tab in main window" + msgstr "Show peer view tab in main window" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 24 +-#: rc.cpp:1124 ++#: rc.cpp:1082 + #, no-c-format + msgid "Show list of peers" + msgstr "Show list of peers" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 35 +-#: rc.cpp:1128 ++#: rc.cpp:1085 + #, no-c-format + msgid "Show list of chunks currentl&y downloading" + msgstr "Show list of chunks currentl&y downloading" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 60 +-#: rc.cpp:1131 ++#: rc.cpp:1088 + #, fuzzy, no-c-format + msgid "Show list of trackers" + msgstr "Show list of peers" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 16 +-#: rc.cpp:1135 ++#: rc.cpp:1091 + #, no-c-format + msgid "IPBlocking Preferences" + msgstr "IP Blocking Preferences" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 47 +-#: rc.cpp:1138 ++#: rc.cpp:1094 + #, fuzzy, no-c-format + msgid "Select PeerGuardian Filter File " + msgstr "Use KTorrent filter?" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 58 +-#: rc.cpp:1141 ++#: rc.cpp:1097 + #, fuzzy, no-c-format + msgid "Use PeerGuardian filter?" + msgstr "Use KTorrent filter?" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 77 +-#: rc.cpp:1145 ++#: rc.cpp:1100 + #, no-c-format + msgid "IP filter file:" + msgstr "IP filter file:" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 85 +-#: rc.cpp:1148 ++#: rc.cpp:1103 + #, no-c-format + msgid "http://www.bluetack.co.uk/modules.php?name=Downloads&d_op=getit&lid=8" + msgstr "http://www.bluetack.co.uk/modules.php?name=Downloads&d_op=getit&lid=8" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 123 +-#: rc.cpp:1151 ++#: rc.cpp:1106 + #, no-c-format + msgid "Dow&nload/Convert" + msgstr "Dow&nload/Convert" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 134 +-#: rc.cpp:1154 ++#: rc.cpp:1109 + #, no-c-format + msgid "" + "Download PeerGuardian filter from bluetack.co.uk or blocklist.org.\n" +@@ -2856,25 +2856,25 @@ msgid "" + msgstr "" + + #. i18n: file ./plugins/ipfilter/ktipfilterplugin.kcfg line 10 +-#: rc.cpp:1159 ++#: rc.cpp:1113 + #, no-c-format + msgid "Level1 filter url" + msgstr "Level 1 filter URL" + + #. i18n: file ./plugins/ipfilter/ktipfilterplugin.kcfg line 14 +-#: rc.cpp:1162 ++#: rc.cpp:1116 + #, no-c-format + msgid "Use level1 filter?" + msgstr "Use level1 filter?" + + #. i18n: file ./plugins/ipfilter/convert_dlg.ui line 24 +-#: plugins/ipfilter/convertdialog.cpp:155 rc.cpp:1165 ++#: plugins/ipfilter/convertdialog.cpp:155 rc.cpp:1119 + #, no-c-format + msgid "Converting..." + msgstr "Converting..." + + #. i18n: file ./plugins/ipfilter/convert_dlg.ui line 41 +-#: rc.cpp:1168 ++#: rc.cpp:1122 + #, no-c-format + msgid "" + "Click on the 'convert' button to start converting antip2p file. NOTE: This " +@@ -2883,61 +2883,61 @@ msgid "" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 27 +-#: rc.cpp:1179 ++#: rc.cpp:1131 + #, no-c-format + msgid "Update" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 46 +-#: rc.cpp:1182 rc.cpp:1268 ++#: rc.cpp:1134 rc.cpp:1220 + #, no-c-format + msgid "Update charts every" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 71 +-#: rc.cpp:1185 ++#: rc.cpp:1137 + #, fuzzy, no-c-format + msgid "GUI updates" + msgstr "GUI update interval" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 92 +-#: rc.cpp:1188 rc.cpp:1271 ++#: rc.cpp:1140 rc.cpp:1223 + #, no-c-format + msgid "Gather data every" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 120 +-#: rc.cpp:1191 ++#: rc.cpp:1143 + #, no-c-format + msgid "miliseconds" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 135 +-#: rc.cpp:1194 ++#: rc.cpp:1146 + #, fuzzy, no-c-format + msgid "Maximum" + msgstr "Maximum seeds:" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 154 +-#: rc.cpp:1197 ++#: rc.cpp:1149 + #, fuzzy, no-c-format + msgid "Maximum speed scale mode:" + msgstr "Maximum seeds:" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 165 +-#: rc.cpp:1203 ++#: rc.cpp:1155 + #, no-c-format + msgid "Exact" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 175 +-#: rc.cpp:1206 ++#: rc.cpp:1158 + #, no-c-format + msgid "See 'What's this' for more help" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 180 +-#: rc.cpp:1209 ++#: rc.cpp:1161 + #, no-c-format + msgid "" + "Set maximum value on OY scale as:\n" +@@ -2946,163 +2946,163 @@ msgid "" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 192 +-#: rc.cpp:1214 rc.cpp:1247 ++#: rc.cpp:1166 rc.cpp:1199 + #, fuzzy, no-c-format + msgid "Peers speed" + msgstr "Peers" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 211 +-#: rc.cpp:1217 ++#: rc.cpp:1169 + #, fuzzy, no-c-format + msgid "Peers speed:" + msgstr "Peer" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 222 +-#: rc.cpp:1220 ++#: rc.cpp:1172 + #, no-c-format + msgid "update every" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 244 +-#: rc.cpp:1223 ++#: rc.cpp:1175 + #, no-c-format + msgid "chart data updates" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 254 +-#: rc.cpp:1226 ++#: rc.cpp:1178 + #, no-c-format + msgid "Gathering data about many connected peers can be CPU consuming." + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 267 +-#: rc.cpp:1229 ++#: rc.cpp:1181 + #, no-c-format + msgid "Peers connections" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 270 +-#: rc.cpp:1232 ++#: rc.cpp:1184 + #, no-c-format + msgid "Large values can obscure charts of connected peers" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 289 +-#: rc.cpp:1235 ++#: rc.cpp:1187 + #, fuzzy, no-c-format + msgid "Show seeders in swarms" + msgstr "Show s&ystem tray icon" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 297 +-#: rc.cpp:1238 ++#: rc.cpp:1190 + #, no-c-format + msgid "Show leechers in swarms" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 309 +-#: rc.cpp:1241 ++#: rc.cpp:1193 + #, no-c-format + msgid "Measurements count" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 392 +-#: rc.cpp:1250 rc.cpp:1265 ++#: rc.cpp:1202 rc.cpp:1217 + #, fuzzy, no-c-format + msgid "Upload" + msgstr "Uploaded" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 424 +-#: rc.cpp:1253 ++#: rc.cpp:1205 + #, no-c-format + msgid "Connections" + msgstr "" + + #. i18n: file ./plugins/stats/statsspdwgt.ui line 40 +-#: plugins/infowidget/infowidgetplugin.cpp:173 rc.cpp:1262 rc.cpp:1304 ++#: plugins/infowidget/infowidgetplugin.cpp:173 rc.cpp:1214 rc.cpp:1256 + #, no-c-format + msgid "Peers" + msgstr "Peers" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 18 +-#: rc.cpp:1274 ++#: rc.cpp:1226 + #, no-c-format + msgid "Toggle peers speed charts" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 22 +-#: rc.cpp:1277 ++#: rc.cpp:1229 + #, no-c-format + msgid "Interval between getting data about peers speed" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 26 +-#: rc.cpp:1280 ++#: rc.cpp:1232 + #, no-c-format + msgid "Toggle drawing of leechers in swarms" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 30 +-#: rc.cpp:1283 ++#: rc.cpp:1235 + #, no-c-format + msgid "Toggle drawing of seeders in swarms" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 35 +-#: rc.cpp:1286 ++#: rc.cpp:1238 + #, fuzzy, no-c-format + msgid "Download mesurments count" + msgstr "Download Torrent" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 39 +-#: rc.cpp:1289 ++#: rc.cpp:1241 + #, no-c-format + msgid "Peers speed mesurments count" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 43 +-#: rc.cpp:1292 ++#: rc.cpp:1244 + #, no-c-format + msgid "Upload mesurments count" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 47 +-#: rc.cpp:1295 ++#: rc.cpp:1247 + #, no-c-format + msgid "Connections mesurments count" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 51 +-#: rc.cpp:1298 ++#: rc.cpp:1250 + #, no-c-format + msgid "DHT mesurments count" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 56 +-#: rc.cpp:1301 ++#: rc.cpp:1253 + #, no-c-format + msgid "OY axis max mode" + msgstr "" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 16 +-#: rc.cpp:1310 ++#: rc.cpp:1262 + #, no-c-format + msgid "Import an existing download" + msgstr "Import an Existing Download" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 49 +-#: rc.cpp:1313 ++#: rc.cpp:1265 + #, fuzzy, no-c-format + msgid "Torrent:" + msgstr "Torrent" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 63 +-#: rc.cpp:1316 ++#: rc.cpp:1268 + #, fuzzy, no-c-format + msgid "Data:" + msgstr "Data" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 95 +-#: rc.cpp:1319 ++#: rc.cpp:1271 + #, no-c-format + msgid "" + "Please specify the torrent and the data already downloaded for that torrent." +@@ -3110,684 +3110,684 @@ msgstr "" + "Please specify the torrent and the data already downloaded for that torrent." + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 133 +-#: rc.cpp:1322 ++#: rc.cpp:1274 + #, fuzzy, no-c-format + msgid "&Import" + msgstr "Impo&rt" + + #. i18n: file ./plugins/rssfeed/ktrssfeedplugin.kcfg line 10 +-#: rc.cpp:1328 ++#: rc.cpp:1280 + #, fuzzy, no-c-format + msgid "default" + msgstr "Add Defau<" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 18 +-#: rc.cpp:1331 ++#: rc.cpp:1283 + #, no-c-format + msgid "Rss Feeds" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 36 +-#: rc.cpp:1334 ++#: rc.cpp:1286 + #, fuzzy, no-c-format + msgid "Feeds" + msgstr "Seeders:" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 78 +-#: rc.cpp:1337 ++#: rc.cpp:1289 + #, no-c-format + msgid "De&lete" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 86 +-#: rc.cpp:1340 rc.cpp:1382 rc.cpp:1392 ++#: rc.cpp:1292 rc.cpp:1331 rc.cpp:1340 + #, no-c-format + msgid "&New" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 117 +-#: rc.cpp:1343 ++#: rc.cpp:1295 + #, fuzzy, no-c-format + msgid "&URL" + msgstr "URL" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 139 +-#: rc.cpp:1346 ++#: rc.cpp:1298 + #, no-c-format + msgid "Articles" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 216 +-#: rc.cpp:1353 ++#: rc.cpp:1304 + #, no-c-format + msgid "Auto&refresh" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 242 +-#: rc.cpp:1356 ++#: rc.cpp:1307 + #, no-c-format + msgid "I&gnore TTL" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 270 +-#: rc.cpp:1359 ++#: rc.cpp:1310 + #, no-c-format + msgid "Refresh" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 299 +-#: rc.cpp:1363 rc.cpp:1395 ++#: rc.cpp:1313 rc.cpp:1343 + #, no-c-format + msgid "&Title" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 323 +-#: rc.cpp:1366 ++#: rc.cpp:1316 + #, no-c-format + msgid "Keep Articles (days)" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 347 +-#: rc.cpp:1369 rc.cpp:1398 ++#: rc.cpp:1319 rc.cpp:1346 + #, no-c-format + msgid "&Active" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 362 +-#: rc.cpp:1372 ++#: rc.cpp:1322 + #, fuzzy, no-c-format + msgid "Filters" + msgstr "IP filter file:" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 389 +-#: rc.cpp:1375 ++#: rc.cpp:1325 + #, fuzzy, no-c-format + msgid "Accept Filters" + msgstr "All Files" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 440 +-#: rc.cpp:1385 ++#: rc.cpp:1334 + #, no-c-format + msgid "Reject Filters" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 557 +-#: rc.cpp:1401 ++#: rc.cpp:1349 + #, no-c-format + msgid "Regular Expressions" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 587 +-#: rc.cpp:1404 ++#: rc.cpp:1352 + #, no-c-format + msgid "Treat as &Series" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 624 +-#: rc.cpp:1407 ++#: rc.cpp:1355 + #, fuzzy, no-c-format + msgid "Process" + msgstr "Progress" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 643 +-#: rc.cpp:1411 ++#: rc.cpp:1358 + #, no-c-format + msgid "Series Criteria" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 679 +-#: rc.cpp:1414 ++#: rc.cpp:1361 + #, no-c-format + msgid "Match Without Episode" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 713 +-#: rc.cpp:1418 ++#: rc.cpp:1364 + #, no-c-format + msgid "Max Episode" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 739 +-#: rc.cpp:1421 ++#: rc.cpp:1367 + #, fuzzy, no-c-format + msgid "Max Season" + msgstr "Share ratio:" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 758 +-#: rc.cpp:1424 ++#: rc.cpp:1370 + #, no-c-format + msgid "Min Season" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 782 +-#: rc.cpp:1427 ++#: rc.cpp:1373 + #, no-c-format + msgid "Min Episode" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 814 +-#: rc.cpp:1430 ++#: rc.cpp:1376 + #, no-c-format + msgid "Test te&xt" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 840 +-#: rc.cpp:1433 ++#: rc.cpp:1379 + #, no-c-format + msgid "Te&st" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 858 +-#: rc.cpp:1436 ++#: rc.cpp:1382 + #, fuzzy, no-c-format + msgid "Filter Matches" + msgstr "Fi&les" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 28 +-#: rc.cpp:1447 ++#: rc.cpp:1391 + #, no-c-format + msgid "Bandwidth scheduler" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 50 +-#: rc.cpp:1450 ++#: rc.cpp:1394 + #, no-c-format + msgid "Left click category" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 61 +-#: rc.cpp:1453 ++#: rc.cpp:1397 + #, no-c-format + msgid "Categor&y 1" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 157 +-#: rc.cpp:1456 rc.cpp:1483 ++#: rc.cpp:1400 rc.cpp:1427 + #, no-c-format + msgid "T&urn off" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 165 +-#: rc.cpp:1459 rc.cpp:1486 ++#: rc.cpp:1403 rc.cpp:1430 + #, no-c-format + msgid "&Normal" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 195 +-#: rc.cpp:1462 ++#: rc.cpp:1406 + #, no-c-format + msgid "Category &3" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 206 +-#: rc.cpp:1468 rc.cpp:1492 ++#: rc.cpp:1412 rc.cpp:1436 + #, no-c-format + msgid "Category &2" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 219 +-#: rc.cpp:1474 ++#: rc.cpp:1418 + #, no-c-format + msgid "Right click category" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 230 +-#: rc.cpp:1477 ++#: rc.cpp:1421 + #, no-c-format + msgid "Category &1" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 367 +-#: rc.cpp:1489 ++#: rc.cpp:1433 + #, no-c-format + msgid "&Category 3" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 390 +-#: rc.cpp:1498 ++#: rc.cpp:1442 + #, no-c-format + msgid "Categories" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 401 +-#: rc.cpp:1501 ++#: rc.cpp:1445 + #, no-c-format + msgid "1. Category" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 409 +-#: rc.cpp:1504 ++#: rc.cpp:1448 + #, no-c-format + msgid "3. Category" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 425 +-#: rc.cpp:1507 rc.cpp:1516 rc.cpp:1525 ++#: rc.cpp:1451 rc.cpp:1460 rc.cpp:1469 + #, fuzzy, no-c-format + msgid "download:" + msgstr "Download" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 441 +-#: rc.cpp:1510 rc.cpp:1519 rc.cpp:1528 ++#: rc.cpp:1454 rc.cpp:1463 rc.cpp:1472 + #, fuzzy, no-c-format + msgid "upload:" + msgstr "Uploaded" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 457 +-#: rc.cpp:1513 rc.cpp:1522 rc.cpp:1531 ++#: rc.cpp:1457 rc.cpp:1466 rc.cpp:1475 + #, no-c-format + msgid "KB/s *" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 567 +-#: rc.cpp:1534 ++#: rc.cpp:1478 + #, no-c-format + msgid "2. Category" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 626 +-#: rc.cpp:1538 ++#: rc.cpp:1481 + #, fuzzy, no-c-format + msgid "* zero means no limit" + msgstr "(0 is no limit)" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 672 +-#: rc.cpp:1541 ++#: rc.cpp:1484 + #, no-c-format + msgid "Save to file" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 680 +-#: rc.cpp:1544 ++#: rc.cpp:1487 + #, no-c-format + msgid "&Load from file" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 688 +-#: rc.cpp:1547 ++#: rc.cpp:1490 + #, no-c-format + msgid "Reset schedule" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 751 +-#: rc.cpp:1550 ++#: rc.cpp:1493 + #, fuzzy, no-c-format + msgid "O&k" + msgstr "&Ok" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 16 +-#: rc.cpp:1559 ++#: rc.cpp:1502 + #, no-c-format + msgid "Scheduler Plugin Pref Page" + msgstr "" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 27 +-#: rc.cpp:1562 ++#: rc.cpp:1505 + #, no-c-format + msgid "Use &bandwidth scheduler?" + msgstr "" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 35 +-#: plugins/scheduler/schedulerplugin.cpp:59 rc.cpp:1565 ++#: plugins/scheduler/schedulerplugin.cpp:59 rc.cpp:1508 + #, no-c-format + msgid "Bandwidth Scheduler" + msgstr "" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 46 +-#: rc.cpp:1568 ++#: rc.cpp:1511 + #, no-c-format + msgid "Use colors instead of pi&xmaps?" + msgstr "" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 54 +-#: rc.cpp:1571 ++#: rc.cpp:1514 + #, no-c-format + msgid "(Recommended for slower systems)" + msgstr "" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 62 +-#: rc.cpp:1574 ++#: rc.cpp:1517 + #, no-c-format + msgid "Edit s&chedule" + msgstr "" + + #. i18n: file ./plugins/scheduler/ktschedulerplugin.kcfg line 10 +-#: rc.cpp:1577 ++#: rc.cpp:1520 + #, no-c-format + msgid "Enable bandwidth scheduler?" + msgstr "" + + #. i18n: file ./plugins/scheduler/ktschedulerplugin.kcfg line 14 +-#: rc.cpp:1580 ++#: rc.cpp:1523 + #, no-c-format + msgid "Use colors instead of pixmaps?" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 10 +-#: rc.cpp:1583 ++#: rc.cpp:1526 + #, no-c-format + msgid "Use rich log text" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 15 +-#: rc.cpp:1586 ++#: rc.cpp:1529 + #, no-c-format + msgid "General info messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 19 +-#: rc.cpp:1589 ++#: rc.cpp:1532 + #, no-c-format + msgid "Connections messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 23 +-#: rc.cpp:1592 ++#: rc.cpp:1535 + #, no-c-format + msgid "DHT messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 27 +-#: rc.cpp:1595 ++#: rc.cpp:1538 + #, no-c-format + msgid "Tracker info messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 31 +-#: rc.cpp:1598 ++#: rc.cpp:1541 + #, fuzzy, no-c-format + msgid "Disk IO info messages flag" + msgstr "Plugin Options" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 35 +-#: rc.cpp:1601 ++#: rc.cpp:1544 + #, no-c-format + msgid "IPFilter plugin messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 39 +-#: rc.cpp:1604 ++#: rc.cpp:1547 + #, no-c-format + msgid "Search plugin messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 43 +-#: rc.cpp:1607 ++#: rc.cpp:1550 + #, no-c-format + msgid "PartFileImport plugin messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 47 +-#: rc.cpp:1610 ++#: rc.cpp:1553 + #, no-c-format + msgid "InfoWidget plugin messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 51 +-#: rc.cpp:1613 ++#: rc.cpp:1556 + #, no-c-format + msgid "UPnP plugin messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 55 +-#: rc.cpp:1616 ++#: rc.cpp:1559 + #, fuzzy, no-c-format + msgid "ScanFolder plugin messages flag" + msgstr "File Options" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 59 +-#: rc.cpp:1619 ++#: rc.cpp:1562 + #, fuzzy, no-c-format + msgid "Scheduler plugin messages flag" + msgstr "Plugin Options" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 63 +-#: rc.cpp:1622 ++#: rc.cpp:1565 + #, fuzzy, no-c-format + msgid "RSS plugin messages flag" + msgstr "Plugin Options" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 67 +-#: rc.cpp:1625 ++#: rc.cpp:1568 + #, fuzzy, no-c-format + msgid "WebInterface plugin messages flag" + msgstr "Plugin Options" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 16 +-#: plugins/logviewer/logprefpage.cpp:31 rc.cpp:1628 ++#: plugins/logviewer/logprefpage.cpp:31 rc.cpp:1571 + #, fuzzy, no-c-format + msgid "LogViewer Options" + msgstr "File Options" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 44 +-#: libktorrent/pluginmanagerprefpage.cpp:63 rc.cpp:1631 ++#: libktorrent/pluginmanagerprefpage.cpp:63 rc.cpp:1574 + #, no-c-format + msgid "Plugins" + msgstr "Plugins" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 53 +-#: rc.cpp:1634 rc.cpp:1652 rc.cpp:1670 rc.cpp:1691 rc.cpp:1706 rc.cpp:1724 +-#: rc.cpp:1745 rc.cpp:1763 rc.cpp:1778 rc.cpp:1811 rc.cpp:1826 rc.cpp:1841 +-#: rc.cpp:1859 rc.cpp:1874 ++#: rc.cpp:1577 rc.cpp:1595 rc.cpp:1613 rc.cpp:1634 rc.cpp:1649 rc.cpp:1667 ++#: rc.cpp:1688 rc.cpp:1706 rc.cpp:1721 rc.cpp:1754 rc.cpp:1769 rc.cpp:1784 ++#: rc.cpp:1802 rc.cpp:1817 + #, no-c-format + msgid "All" + msgstr "" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 58 +-#: rc.cpp:1637 rc.cpp:1655 rc.cpp:1673 rc.cpp:1694 rc.cpp:1709 rc.cpp:1727 +-#: rc.cpp:1748 rc.cpp:1766 rc.cpp:1781 rc.cpp:1814 rc.cpp:1829 rc.cpp:1844 +-#: rc.cpp:1862 rc.cpp:1877 ++#: rc.cpp:1580 rc.cpp:1598 rc.cpp:1616 rc.cpp:1637 rc.cpp:1652 rc.cpp:1670 ++#: rc.cpp:1691 rc.cpp:1709 rc.cpp:1724 rc.cpp:1757 rc.cpp:1772 rc.cpp:1787 ++#: rc.cpp:1805 rc.cpp:1820 + #, fuzzy, no-c-format + msgid "Debug" + msgstr "Debug mode" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 63 +-#: rc.cpp:1640 rc.cpp:1658 rc.cpp:1676 rc.cpp:1697 rc.cpp:1712 rc.cpp:1730 +-#: rc.cpp:1751 rc.cpp:1769 rc.cpp:1784 rc.cpp:1817 rc.cpp:1832 rc.cpp:1847 +-#: rc.cpp:1865 rc.cpp:1880 ++#: rc.cpp:1583 rc.cpp:1601 rc.cpp:1619 rc.cpp:1640 rc.cpp:1655 rc.cpp:1673 ++#: rc.cpp:1694 rc.cpp:1712 rc.cpp:1727 rc.cpp:1760 rc.cpp:1775 rc.cpp:1790 ++#: rc.cpp:1808 rc.cpp:1823 + #, no-c-format + msgid "Notice" + msgstr "" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 68 +-#: rc.cpp:1643 rc.cpp:1661 rc.cpp:1679 rc.cpp:1700 rc.cpp:1715 rc.cpp:1733 +-#: rc.cpp:1754 rc.cpp:1772 rc.cpp:1787 rc.cpp:1820 rc.cpp:1835 rc.cpp:1850 +-#: rc.cpp:1868 rc.cpp:1883 ++#: rc.cpp:1586 rc.cpp:1604 rc.cpp:1622 rc.cpp:1643 rc.cpp:1658 rc.cpp:1676 ++#: rc.cpp:1697 rc.cpp:1715 rc.cpp:1730 rc.cpp:1763 rc.cpp:1778 rc.cpp:1793 ++#: rc.cpp:1811 rc.cpp:1826 + #, fuzzy, no-c-format + msgid "Important" + msgstr "Impo&rt" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 73 +-#: rc.cpp:1646 rc.cpp:1664 rc.cpp:1682 rc.cpp:1703 rc.cpp:1718 rc.cpp:1736 +-#: rc.cpp:1757 rc.cpp:1775 rc.cpp:1790 rc.cpp:1823 rc.cpp:1838 rc.cpp:1853 +-#: rc.cpp:1871 rc.cpp:1886 ++#: rc.cpp:1589 rc.cpp:1607 rc.cpp:1625 rc.cpp:1646 rc.cpp:1661 rc.cpp:1679 ++#: rc.cpp:1700 rc.cpp:1718 rc.cpp:1733 rc.cpp:1766 rc.cpp:1781 rc.cpp:1796 ++#: rc.cpp:1814 rc.cpp:1829 + #, no-c-format + msgid "None" + msgstr "" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 85 +-#: rc.cpp:1649 ++#: rc.cpp:1592 + #, fuzzy, no-c-format + msgid "IPFilter:" + msgstr "IP filter file:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 126 +-#: rc.cpp:1667 ++#: rc.cpp:1610 + #, fuzzy, no-c-format + msgid "Search:" + msgstr "Search" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 167 +-#: rc.cpp:1685 ++#: rc.cpp:1628 + #, fuzzy, no-c-format + msgid "UPnP:" + msgstr "UPnP" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 178 +-#: rc.cpp:1688 ++#: rc.cpp:1631 + #, fuzzy, no-c-format + msgid "ScanFolder:" + msgstr "Fi&les" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 249 +-#: rc.cpp:1721 ++#: rc.cpp:1664 + #, fuzzy, no-c-format + msgid "Scheduler:" + msgstr "Seeders:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 290 +-#: rc.cpp:1739 ++#: rc.cpp:1682 + #, no-c-format + msgid "PartFileImport:" + msgstr "" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 301 +-#: rc.cpp:1742 ++#: rc.cpp:1685 + #, fuzzy, no-c-format + msgid "InfoWidget:" + msgstr "Information Widget" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 342 +-#: rc.cpp:1760 ++#: rc.cpp:1703 + #, no-c-format + msgid "RSS plugin:" + msgstr "" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 413 +-#: rc.cpp:1793 ++#: rc.cpp:1736 + #, fuzzy, no-c-format + msgid "WebInterface plugin:" + msgstr "General Options" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 426 +-#: rc.cpp:1796 ++#: rc.cpp:1739 + #, no-c-format + msgid "System" + msgstr "" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 437 +-#: rc.cpp:1799 ++#: rc.cpp:1742 + #, fuzzy, no-c-format + msgid "General:" + msgstr "General" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 445 +-#: rc.cpp:1802 ++#: rc.cpp:1745 + #, no-c-format + msgid "Connections:" + msgstr "" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 559 +-#: rc.cpp:1856 ++#: rc.cpp:1799 + #, no-c-format + msgid "Disk I/O:" + msgstr "" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 640 +-#: rc.cpp:1892 ++#: rc.cpp:1835 + #, no-c-format + msgid "Use rich te&xt for log" + msgstr "" + + #. i18n: file ./plugins/search/searchpref.ui line 41 +-#: rc.cpp:1898 ++#: rc.cpp:1841 + #, no-c-format + msgid "External Browser" + msgstr "" + + #. i18n: file ./plugins/search/searchpref.ui line 52 +-#: rc.cpp:1901 ++#: rc.cpp:1844 + #, no-c-format + msgid "Open searches in external browser" + msgstr "" + + #. i18n: file ./plugins/search/searchpref.ui line 60 +-#: rc.cpp:1904 rc.cpp:1955 ++#: rc.cpp:1847 rc.cpp:1892 + #, no-c-format + msgid "Use default browser" + msgstr "" + + #. i18n: file ./plugins/search/searchpref.ui line 79 +-#: rc.cpp:1908 ++#: rc.cpp:1850 + #, fuzzy, no-c-format + msgid "Custom browser path:" + msgstr "Custom IP" + + #. i18n: file ./plugins/search/searchpref.ui line 116 +-#: rc.cpp:1912 ++#: rc.cpp:1853 + #, no-c-format + msgid "Search Engines" + msgstr "Search Engines" + + #. i18n: file ./plugins/search/searchpref.ui line 143 +-#: rc.cpp:1916 ++#: rc.cpp:1856 + #, no-c-format + msgid "Search engine name:" + msgstr "Search engine name:" + + #. i18n: file ./plugins/search/searchpref.ui line 187 +-#: rc.cpp:1922 ++#: rc.cpp:1862 + #, no-c-format + msgid "&Add" + msgstr "&Add" + + #. i18n: file ./plugins/search/searchpref.ui line 195 +-#: rc.cpp:1925 ++#: rc.cpp:1865 + #, no-c-format + msgid "Engines" + msgstr "Engines" + + #. i18n: file ./plugins/search/searchpref.ui line 206 +-#: rc.cpp:1928 ++#: rc.cpp:1868 + #, no-c-format + msgid "URL" + msgstr "URL" + + #. i18n: file ./plugins/search/searchpref.ui line 257 +-#: rc.cpp:1934 ++#: rc.cpp:1874 + #, no-c-format + msgid "R&emove All" + msgstr "R&emove All" + + #. i18n: file ./plugins/search/searchpref.ui line 282 +-#: rc.cpp:1937 ++#: rc.cpp:1877 + #, no-c-format + msgid "Add Defau<" + msgstr "Add Defau<" + + #. i18n: file ./plugins/search/searchpref.ui line 290 +-#: rc.cpp:1940 ++#: rc.cpp:1880 + #, fuzzy, no-c-format + msgid "Update From Internet" + msgstr "GUI update interval" + + #. i18n: file ./plugins/search/searchbar.ui line 53 + #: plugins/search/searchplugin.cpp:50 plugins/search/searchtab.cpp:48 +-#: rc.cpp:1946 ++#: rc.cpp:1883 + #, no-c-format + msgid "Search" + msgstr "Search" + + #. i18n: file ./plugins/search/searchbar.ui line 78 +-#: rc.cpp:1949 ++#: rc.cpp:1886 + #, no-c-format + msgid "Search engine:" + msgstr "Search engine:" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 10 +-#: rc.cpp:1952 ++#: rc.cpp:1889 + #, no-c-format + msgid "Current search engine" + msgstr "Current search engine" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 19 +-#: rc.cpp:1958 ++#: rc.cpp:1895 + #, no-c-format + msgid "Use custom browser" + msgstr "" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 23 +-#: rc.cpp:1961 ++#: rc.cpp:1898 + #, no-c-format + msgid "Custom browser executable path" + msgstr "" +@@ -4078,33 +4078,33 @@ msgstr "" + msgid "Stopped. No space left on device." + msgstr "" + +-#: libktorrent/torrent/queuemanager.cpp:135 ++#: libktorrent/torrent/queuemanager.cpp:136 + msgid "" + "You don't have enough disk space to download this torrent. Are you sure you " + "want to continue?" + msgstr "" + +-#: libktorrent/torrent/queuemanager.cpp:135 ++#: libktorrent/torrent/queuemanager.cpp:136 + #, c-format + msgid "Insufficient disk space for %1" + msgstr "" + +-#: libktorrent/torrent/queuemanager.cpp:157 ++#: libktorrent/torrent/queuemanager.cpp:158 + msgid "" + "Torrent \"%1\" has reached its maximum share ratio. Ignore the limit and start " + "seeding anyway?" + msgstr "" + +-#: libktorrent/torrent/queuemanager.cpp:157 ++#: libktorrent/torrent/queuemanager.cpp:158 + msgid "Maximum share ratio limit reached." + msgstr "" + +-#: libktorrent/torrent/queuemanager.cpp:236 +-#: libktorrent/torrent/queuemanager.cpp:760 ++#: libktorrent/torrent/queuemanager.cpp:237 ++#: libktorrent/torrent/queuemanager.cpp:763 + msgid "Error stopping torrent %1 : %2" + msgstr "Error stopping torrent %1: %2" + +-#: libktorrent/torrent/queuemanager.cpp:742 ++#: libktorrent/torrent/queuemanager.cpp:745 + msgid "Error starting torrent %1 : %2" + msgstr "Error starting torrent %1: %2" + +diff --git a/translations/es/messages/ktorrent.po b/translations/es/messages/ktorrent.po +index 8619673..c252e11 100644 +--- a/translations/es/messages/ktorrent.po ++++ b/translations/es/messages/ktorrent.po +@@ -1,17 +1,18 @@ ++# Translation of ktorrent.po to Spanish + # Translation of ktorrent to Spanish + # This file is distributed under the same license as the KTorrent package. + # Copyright (C) 2005 Joris Guisson + # + # Pablo de Vicente , 2005. +-# Enrique Matias Sanchez (aka Quique) , 2005, 2006, 2007. ++# Enrique Matias Sanchez (aka Quique) , 2005, 2006, 2007, 2008. + # Jaime Robles , 2007. + msgid "" + msgstr "" + "Project-Id-Version: ktorrent\n" +-"POT-Creation-Date: 2008-04-18 19:40+0200\n" +-"PO-Revision-Date: 2007-12-23 11:26+0100\n" +-"Last-Translator: Enrique Matias Sanchez (aka Quique) \n" +-"Language-Team: Spanish \n" ++"POT-Creation-Date: 2008-07-08 22:20+0200\n" ++"PO-Revision-Date: 2008-09-09 14:37+0200\n" ++"Last-Translator: Enrique Matias Sanchez \n" ++"Language-Team: Spanish \n" + "MIME-Version: 1.0\n" + "Content-Type: text/plain; charset=UTF-8\n" + "Content-Transfer-Encoding: 8bit\n" +@@ -23,7 +24,7 @@ msgstr "" + "No hay conexiones entrantes (posiblemente esté detrás de un cortafuegos)" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 42 +-#: apps/ktorrent/ktorrent.cpp:184 rc.cpp:345 rc.cpp:383 rc.cpp:1019 ++#: apps/ktorrent/ktorrent.cpp:184 rc.cpp:336 rc.cpp:369 rc.cpp:989 + #, no-c-format + msgid "Info" + msgstr "Información" +@@ -191,7 +192,7 @@ msgstr "URL mal formado." + #. i18n: file ./apps/ktorrent/ktorrentui.rc line 9 + #: apps/ktorrent/groups/downloadgroup.cpp:27 + #: apps/ktorrent/groups/groupmanager.h:57 apps/ktorrent/pref.cpp:147 +-#: apps/ktorrent/viewmanager.cpp:62 rc.cpp:138 rc.cpp:342 ++#: apps/ktorrent/viewmanager.cpp:62 rc.cpp:132 rc.cpp:333 + #, no-c-format + msgid "Downloads" + msgstr "Descargas" +@@ -307,14 +308,14 @@ msgstr "Modo de depuración" + + #: apps/ktorrent/main.cpp:109 + msgid "Silently save torrent given on URL" +-msgstr "" ++msgstr "Guardar silenciosamente el torrent dado en el URL" + + #: apps/ktorrent/main.cpp:110 + msgid "Document to open" + msgstr "Documento a abrir" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 59 +-#: apps/ktorrent/main.cpp:120 rc.cpp:553 ++#: apps/ktorrent/main.cpp:120 rc.cpp:532 + #, no-c-format + msgid "KTorrent" + msgstr "KTorrent" +@@ -446,9 +447,8 @@ msgid "Patch to fix free diskspace calculation on FreeBSD" + msgstr "Parche para arreglar el cálculo del espacio libre en disco en FreeBSD" + + #: apps/ktorrent/main.cpp:167 +-#, fuzzy + msgid "Patch to load torrents silently from the command line" +-msgstr "Parche de carga silenciosas con una ubicación de grabación" ++msgstr "Parche para cargar torrents silenciosamente desde la línea de órdenes" + + #: apps/ktorrent/torrentcreatordlg.cpp:64 + msgid "You must select a file or a folder." +@@ -580,7 +580,7 @@ msgstr "Fuentes de compañeros del torrent:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 85 + #: apps/ktorrent/ktorrentviewmenu.cpp:66 plugins/infowidget/peerview.cpp:221 +-#: rc.cpp:77 rc.cpp:1256 rc.cpp:1307 ++#: rc.cpp:75 rc.cpp:1208 rc.cpp:1259 + #, no-c-format + msgid "DHT" + msgstr "DHT" +@@ -622,7 +622,7 @@ msgid "Add to Group" + msgstr "Añadir al grupo" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 16 +-#: apps/ktorrent/ktorrentviewmenu.cpp:100 rc.cpp:147 ++#: apps/ktorrent/ktorrentviewmenu.cpp:100 rc.cpp:141 + #, no-c-format + msgid "Speed Limits" + msgstr "Límites de velocidad" +@@ -641,7 +641,7 @@ msgid "Malformed IP address." + msgstr "Dirección IP mal formada." + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 311 +-#: apps/ktorrent/pref.cpp:58 rc.cpp:282 ++#: apps/ktorrent/pref.cpp:58 rc.cpp:273 + #, no-c-format + msgid "Preferences" + msgstr "Preferencias" +@@ -678,7 +678,7 @@ msgid "Advanced" + msgstr "Avanzado" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 27 +-#: apps/ktorrent/pref.cpp:411 rc.cpp:540 ++#: apps/ktorrent/pref.cpp:411 rc.cpp:519 + #, no-c-format + msgid "Advanced Options" + msgstr "Opciones avanzadas" +@@ -689,7 +689,7 @@ msgstr "Columnas visibles" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 16 + #: apps/ktorrent/ktorrentview.cpp:135 +-#: plugins/infowidget/infowidgetplugin.cpp:76 rc.cpp:1016 ++#: plugins/infowidget/infowidgetplugin.cpp:76 rc.cpp:986 + #, no-c-format + msgid "Status" + msgstr "Estado" +@@ -711,7 +711,7 @@ msgstr "Enviado" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 313 + #: apps/ktorrent/ktorrentview.cpp:139 plugins/infowidget/peerview.cpp:216 +-#: rc.cpp:1010 ++#: rc.cpp:980 + #, no-c-format + msgid "Down Speed" + msgstr "Velocidad de descarga" +@@ -835,7 +835,7 @@ msgid "User" + msgstr "Usuario" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 24 +-#: apps/ktorrent/queuedialog.cpp:75 rc.cpp:249 ++#: apps/ktorrent/queuedialog.cpp:75 rc.cpp:240 + #, no-c-format + msgid "Queue Manager" + msgstr "Gestor de cola" +@@ -1063,8 +1063,8 @@ msgid "Start torrent" + msgstr "Iniciar el torrent" + + #. i18n: file ./apps/ktorrent/fileselectdlgbase.ui line 160 +-#: plugins/infowidget/fileview.cpp:49 rc.cpp:27 rc.cpp:1244 rc.cpp:1259 +-#: rc.cpp:1349 rc.cpp:1439 ++#: plugins/infowidget/fileview.cpp:49 rc.cpp:27 rc.cpp:1196 rc.cpp:1211 ++#: rc.cpp:1301 rc.cpp:1385 + #, no-c-format + msgid "Download" + msgstr "Descarga" +@@ -1118,13 +1118,13 @@ msgid "Encryption" + msgstr "Cifrado" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 58 +-#: rc.cpp:64 rc.cpp:787 ++#: rc.cpp:63 rc.cpp:764 + #, no-c-format + msgid "Use protocol encryption" + msgstr "Usar cifrado del protocolo" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 64 +-#: rc.cpp:68 ++#: rc.cpp:66 + #, no-c-format + msgid "" + "Protocol encryption is used to prevent ISP's from slowing down bittorrent " +@@ -1134,13 +1134,13 @@ msgstr "" + "conexiones bittorrent." + + #. i18n: file ./apps/ktorrent/generalpref.ui line 72 +-#: rc.cpp:71 rc.cpp:790 ++#: rc.cpp:69 rc.cpp:767 + #, no-c-format + msgid "Allow unencrypted connections" + msgstr "Permitir conexiones no cifradas" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 75 +-#: rc.cpp:74 ++#: rc.cpp:72 + #, no-c-format + msgid "" + "If unchecked, you'll be able to connect only to clients supporting encryption." +@@ -1148,7 +1148,7 @@ msgstr "" + "Si no está marcado, sólo podrá conectarse a clientes que admitan cifrado." + + #. i18n: file ./apps/ktorrent/generalpref.ui line 88 +-#: rc.cpp:80 ++#: rc.cpp:78 + #, no-c-format + msgid "" + "Distributed Hash Table protocol." +@@ -1159,170 +1159,170 @@ msgstr "" + "información en el manual." + + #. i18n: file ./apps/ktorrent/generalpref.ui line 99 +-#: rc.cpp:83 ++#: rc.cpp:81 + #, no-c-format + msgid "&Use DHT to get additional peers" + msgstr "&Usar DHT para obtener compañeros adicionales" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 118 +-#: rc.cpp:87 ++#: rc.cpp:84 + #, no-c-format + msgid "UDP port for DHT communication:" + msgstr "Puerto UDP para la comunicación de DHT:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 161 +-#: rc.cpp:90 ++#: rc.cpp:87 + #, no-c-format + msgid "Custom IP" + msgstr "IP personalizada" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 172 +-#: rc.cpp:93 ++#: rc.cpp:90 + #, no-c-format + msgid "Se&nd the tracker a custom IP address or hostname" + msgstr "" + "E&nviar al localizador una dirección IP o nombre de máquina personalizado" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 188 +-#: rc.cpp:96 ++#: rc.cpp:93 + #, no-c-format + msgid "Custom IP address or hostname:" + msgstr "Dirección IP o nombre de máquina personalizado:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 205 +-#: rc.cpp:99 ++#: rc.cpp:96 + #, no-c-format + msgid "System Tray Icon" + msgstr "Icono de la bandeja del sistema" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 216 +-#: rc.cpp:102 ++#: rc.cpp:99 + #, no-c-format + msgid "Show s&ystem tray icon" + msgstr "Mostrar el icono en la bandeja del &sistema" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 224 +-#: rc.cpp:105 ++#: rc.cpp:102 + #, no-c-format + msgid "Show speed &bar in tray icon" + msgstr "Mostrar la &barra de velocidad en la bandeja del sistema" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 232 +-#: rc.cpp:108 ++#: rc.cpp:105 + #, no-c-format + msgid "Show system tray popup messages" + msgstr "Mostrar mensajes emergentes en la bandeja del sistema" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 251 +-#: rc.cpp:112 ++#: rc.cpp:108 + #, no-c-format + msgid "Upload bandwidth (in KB/sec):" + msgstr "Ancho de banda de envío (en kB/s):" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 276 +-#: rc.cpp:115 ++#: rc.cpp:111 + #, no-c-format + msgid "Download bandwidth (in KB/sec):" + msgstr "Ancho de banda de descarga (en kB/s):" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 305 +-#: rc.cpp:118 ++#: rc.cpp:114 + #, no-c-format + msgid "Folders" + msgstr "Carpetas" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 324 +-#: rc.cpp:121 ++#: rc.cpp:117 + #, no-c-format + msgid "Folder to store temporary files:" + msgstr "Carpeta en la que guardar los ficheros temporales:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 342 +-#: rc.cpp:124 ++#: rc.cpp:120 + #, no-c-format + msgid "Move completed downloads to:" + msgstr "Mover las descargas finalizadas a:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 353 +-#: rc.cpp:128 ++#: rc.cpp:123 + #, no-c-format + msgid "&Automatically save downloads to:" + msgstr "Guardar &automáticamente las descargas en:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 395 +-#: rc.cpp:131 ++#: rc.cpp:126 + #, no-c-format + msgid "Copy .torrent files to:" + msgstr "Copiar los ficheros .torrent a:" + + #. i18n: file ./apps/ktorrent/ktorrentui.rc line 34 +-#: rc.cpp:144 ++#: rc.cpp:138 + #, no-c-format + msgid "Download Toolbar" + msgstr "Barra de descargas" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 27 +-#: rc.cpp:150 ++#: rc.cpp:144 + #, no-c-format + msgid "Set the speed limits for torrent" + msgstr "Establecer los límites de velocidad para el torrent" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 51 +-#: rc.cpp:153 ++#: rc.cpp:147 + #, no-c-format + msgid "Max upload rate:" + msgstr "Tasa máxima de envío:" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 59 +-#: rc.cpp:156 ++#: rc.cpp:150 + #, no-c-format + msgid "Max download rate:" + msgstr "Tasa máxima de descarga:" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 97 +-#: rc.cpp:159 rc.cpp:162 ++#: rc.cpp:153 rc.cpp:156 + #, no-c-format + msgid "KB/s (0 is no limit)" + msgstr "kB/s (0 = sin límite)" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 16 +-#: rc.cpp:171 ++#: rc.cpp:165 + #, no-c-format + msgid "Add potential peer" + msgstr "Añadir un compañero potencial" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 35 +-#: rc.cpp:174 ++#: rc.cpp:168 + #, no-c-format + msgid "Peer IP:" + msgstr "IP del compañero:" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 43 +-#: rc.cpp:177 rc.cpp:208 ++#: rc.cpp:171 rc.cpp:201 + #, no-c-format + msgid "127.0.0.1" + msgstr "127.0.0.1" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 51 +-#: rc.cpp:180 rc.cpp:288 rc.cpp:525 rc.cpp:931 ++#: rc.cpp:174 rc.cpp:279 rc.cpp:504 rc.cpp:908 + #, no-c-format + msgid "Port:" + msgstr "Puerto:" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 100 +-#: rc.cpp:183 ++#: rc.cpp:177 + #, no-c-format + msgid "Enter peer IP and port." + msgstr "Introduzca la IP y puerto del compañero." + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 16 +-#: rc.cpp:193 ++#: rc.cpp:186 + #, no-c-format + msgid "KTorrent Blacklist" + msgstr "Lista negra de KTorrent" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 30 +-#: rc.cpp:196 ++#: rc.cpp:189 + #, no-c-format + msgid "" + "Note: Blacklist applies to current session only. Use save/open to save your " +@@ -1332,55 +1332,55 @@ msgstr "" + "guardar sus entradas o use el complemento de filtro IP (PeerGuardian)." + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 41 +-#: rc.cpp:199 ++#: rc.cpp:192 + #, no-c-format + msgid "Banned Peers" + msgstr "Compañeros prohibidos" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 50 +-#: rc.cpp:202 ++#: rc.cpp:195 + #, no-c-format + msgid "Peer IP address" + msgstr "Dirección IP del compañero" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 96 +-#: rc.cpp:205 ++#: rc.cpp:198 + #, no-c-format + msgid "Add peer:" + msgstr "Añadir un compañero:" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 134 +-#: rc.cpp:215 ++#: rc.cpp:207 + #, no-c-format + msgid "Adds a peer to blacklist" + msgstr "Añade un compañero a la lista negra" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 168 +-#: rc.cpp:222 ++#: rc.cpp:213 + #, no-c-format + msgid "Removes selected peer from blacklist" + msgstr "Elimina el compañero seleccionado de la lista negra" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 176 +-#: rc.cpp:225 ++#: rc.cpp:216 + #, no-c-format + msgid "C&lear" + msgstr "&Limpiar" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 182 +-#: rc.cpp:228 ++#: rc.cpp:219 + #, no-c-format + msgid "Clears this list" + msgstr "Limpia esta lista" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 218 +-#: rc.cpp:234 ++#: rc.cpp:225 + #, no-c-format + msgid "Save &As..." + msgstr "Gu&ardar como..." + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 224 +-#: rc.cpp:237 ++#: rc.cpp:228 + #, no-c-format + msgid "Save this blacklist to use with KTorrent IPFilter plugin" + msgstr "" +@@ -1388,133 +1388,133 @@ msgstr "" + "KTorrent" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 59 +-#: rc.cpp:252 ++#: rc.cpp:243 + #, no-c-format + msgid "Maximum downloads:" + msgstr "Número máximo de descargas:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 86 +-#: rc.cpp:255 ++#: rc.cpp:246 + #, no-c-format + msgid "Maximum seeds:" + msgstr "Número máximo de semillas:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 94 +-#: rc.cpp:258 ++#: rc.cpp:249 + #, no-c-format + msgid "Start download on low disk space :" + msgstr "Iniciar la descarga con poco espacio en disco:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 102 +-#: rc.cpp:261 ++#: rc.cpp:252 + #, no-c-format + msgid "Minimum disk space:" + msgstr "Espacio mínimo en disco:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 140 +-#: rc.cpp:264 ++#: rc.cpp:255 + #, no-c-format + msgid "Don't start" + msgstr "No iniciar" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 145 +-#: rc.cpp:267 ++#: rc.cpp:258 + #, no-c-format + msgid "Always ask" + msgstr "Preguntar siempre" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 150 +-#: rc.cpp:270 ++#: rc.cpp:261 + #, no-c-format + msgid "Force start" + msgstr "Forzar el inicio" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 208 +-#: rc.cpp:273 ++#: rc.cpp:264 + #, no-c-format + msgid "MB" + msgstr "MB" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 236 +-#: rc.cpp:276 rc.cpp:279 rc.cpp:312 rc.cpp:315 rc.cpp:324 ++#: rc.cpp:267 rc.cpp:270 rc.cpp:303 rc.cpp:306 rc.cpp:315 + #, no-c-format + msgid "(0 is no limit)" + msgstr "(0 = sin límite)" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 330 +-#: rc.cpp:285 ++#: rc.cpp:276 + #, no-c-format + msgid "Maximum download rate:" + msgstr "Tasa máxima de descarga:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 346 +-#: rc.cpp:291 ++#: rc.cpp:282 + #, no-c-format + msgid "Global connection limit:" + msgstr "Límite global de conexiones:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 354 +-#: rc.cpp:294 ++#: rc.cpp:285 + #, no-c-format + msgid "Max seed time:" + msgstr "Tiempo máximo de siembra:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 370 +-#: rc.cpp:297 ++#: rc.cpp:288 + #, no-c-format + msgid "Maximum connections per torrent:" + msgstr "Número máximo de conexiones por torrent:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 397 +-#: rc.cpp:300 ++#: rc.cpp:291 + #, no-c-format + msgid "Number of upload slots:" + msgstr "Número de bloques de envío:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 405 +-#: rc.cpp:303 ++#: rc.cpp:294 + #, no-c-format + msgid "UDP tracker port:" + msgstr "Puerto UDP del sistema de localización:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 413 +-#: rc.cpp:306 ++#: rc.cpp:297 + #, no-c-format + msgid "Max share ratio:" + msgstr "Proporción máxima de compartición:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 421 +-#: rc.cpp:309 ++#: rc.cpp:300 + #, no-c-format + msgid "Maximum upload rate:" + msgstr "Tasa máxima de envío:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 576 +-#: rc.cpp:318 rc.cpp:321 ++#: rc.cpp:309 rc.cpp:312 + #, no-c-format + msgid "KB/sec (0 is no limit)" + msgstr "kB/s (0 = sin límite)" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 651 +-#: rc.cpp:327 ++#: rc.cpp:318 + #, no-c-format + msgid "Hours (0 is no limit)" + msgstr "Horas (0 = sin límite)" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 663 +-#: rc.cpp:330 ++#: rc.cpp:321 + #, no-c-format + msgid "&Keep seeding after download is finished" + msgstr "&Seguir haciendo de semilla después de que la descarga haya terminado" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 674 +-#: rc.cpp:333 ++#: rc.cpp:324 + #, no-c-format + msgid "Attention" + msgstr "Atención" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 685 +-#: rc.cpp:336 ++#: rc.cpp:327 + #, no-c-format + msgid "" + "The above ports must also be forwarded if you are behind a router. The UPnP " +@@ -1524,283 +1524,283 @@ msgstr "" + "encaminador. El complemento de UPnP puede hacerlo por usted." + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 16 +-#: rc.cpp:339 ++#: rc.cpp:330 + #, no-c-format + msgid "KT Queue Dialog" + msgstr "Ventana de cola de KT" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 69 +-#: rc.cpp:348 rc.cpp:386 rc.cpp:1107 ++#: rc.cpp:339 rc.cpp:372 rc.cpp:1067 + #, no-c-format + msgid "Status:" + msgstr "Estado:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 85 +-#: rc.cpp:351 rc.cpp:389 rc.cpp:1808 ++#: rc.cpp:342 rc.cpp:375 rc.cpp:1751 + #, no-c-format + msgid "Tracker:" + msgstr "Sistema de localización:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 93 +-#: rc.cpp:354 rc.cpp:392 rc.cpp:1805 ++#: rc.cpp:345 rc.cpp:378 rc.cpp:1748 + #, no-c-format + msgid "DHT:" + msgstr "DHT:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 109 +-#: rc.cpp:357 rc.cpp:395 rc.cpp:1061 ++#: rc.cpp:348 rc.cpp:381 rc.cpp:1025 + #, no-c-format + msgid "Share ratio:" + msgstr "Proporción de compartición:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 117 +-#: rc.cpp:360 ++#: rc.cpp:351 + #, no-c-format + msgid "Bytes left:" + msgstr "Bytes restantes:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 177 +-#: rc.cpp:368 rc.cpp:377 ++#: rc.cpp:354 rc.cpp:363 + #, no-c-format + msgid "Torrent" + msgstr "Torrent" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 188 +-#: rc.cpp:371 rc.cpp:380 ++#: rc.cpp:357 rc.cpp:366 + #, no-c-format + msgid "Controlled by" + msgstr "Controlado por" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 214 +-#: rc.cpp:374 ++#: rc.cpp:360 + #, no-c-format + msgid "Upload&s" + msgstr "Envío&s" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 333 +-#: rc.cpp:398 ++#: rc.cpp:384 + #, no-c-format + msgid "Uploaded:" + msgstr "Enviado:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 486 +-#: rc.cpp:406 ++#: rc.cpp:387 + #, no-c-format + msgid "M&ove up" + msgstr "&Subir" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 494 +-#: rc.cpp:409 ++#: rc.cpp:390 + #, no-c-format + msgid "Move dow&n" + msgstr "&Bajar" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 519 +-#: rc.cpp:412 ++#: rc.cpp:393 + #, no-c-format + msgid "Move to top" + msgstr "Mover arriba del todo" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 530 +-#: rc.cpp:416 ++#: rc.cpp:396 + #, no-c-format + msgid "Move to &bottom" + msgstr "Mover a&bajo del todo" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 555 +-#: rc.cpp:419 ++#: rc.cpp:399 + #, no-c-format + msgid "&QM Controlled" + msgstr "Controlado por el &GC" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 563 +-#: rc.cpp:422 ++#: rc.cpp:402 + #, no-c-format + msgid "&User Controlled" + msgstr "Controlado por el &usuario" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 30 +-#: rc.cpp:434 ++#: rc.cpp:414 + #, no-c-format + msgid "Paste URL" + msgstr "Pegar URL" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 52 +-#: rc.cpp:437 rc.cpp:1104 rc.cpp:1919 ++#: rc.cpp:417 rc.cpp:1064 rc.cpp:1859 + #, no-c-format + msgid "URL:" + msgstr "URL:" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 106 +-#: rc.cpp:440 ++#: rc.cpp:420 + #, no-c-format + msgid "O&K" + msgstr "&Aceptar" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 114 +-#: rc.cpp:443 rc.cpp:675 rc.cpp:1176 ++#: rc.cpp:423 rc.cpp:653 rc.cpp:1128 + #, no-c-format + msgid "C&ancel" + msgstr "C&ancelar" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 16 +-#: rc.cpp:446 ++#: rc.cpp:426 + #, no-c-format + msgid "Create Torrent" + msgstr "Crear torrent" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 38 +-#: rc.cpp:449 ++#: rc.cpp:429 + #, no-c-format + msgid "The file or folder of which you want to create a torrent:" + msgstr "El fichero o carpeta del que quiere crear un torrent:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 53 +-#: rc.cpp:452 ++#: rc.cpp:432 + #, no-c-format + msgid "You must add at least one tracker or node." + msgstr "Debe añadir al menos un localizador o nodo." + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 61 +-#: rc.cpp:455 ++#: rc.cpp:435 + #, no-c-format + msgid "File Options" + msgstr "Opciones del fichero" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 80 +-#: rc.cpp:458 ++#: rc.cpp:438 + #, no-c-format + msgid "Size of each chunk:" + msgstr "Tamaño de cada bloque:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 86 +-#: rc.cpp:461 ++#: rc.cpp:441 + #, no-c-format + msgid "32" + msgstr "32" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 91 +-#: rc.cpp:464 ++#: rc.cpp:444 + #, no-c-format + msgid "64" + msgstr "64" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 96 +-#: rc.cpp:467 ++#: rc.cpp:447 + #, no-c-format + msgid "128" + msgstr "128" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 101 +-#: rc.cpp:470 ++#: rc.cpp:450 + #, no-c-format + msgid "256" + msgstr "256" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 106 +-#: rc.cpp:473 ++#: rc.cpp:453 + #, no-c-format + msgid "512" + msgstr "512" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 111 +-#: rc.cpp:476 ++#: rc.cpp:456 + #, no-c-format + msgid "1024" + msgstr "1024" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 116 +-#: rc.cpp:479 ++#: rc.cpp:459 + #, no-c-format + msgid "2048" + msgstr "2048" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 121 +-#: rc.cpp:482 ++#: rc.cpp:462 + #, no-c-format + msgid "4096" + msgstr "4096" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 126 +-#: rc.cpp:485 ++#: rc.cpp:465 + #, no-c-format + msgid "8192" + msgstr "8192" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 138 +-#: rc.cpp:488 rc.cpp:633 ++#: rc.cpp:468 rc.cpp:611 + #, no-c-format + msgid "KB" + msgstr "kB" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 165 +-#: rc.cpp:491 ++#: rc.cpp:471 + #, no-c-format + msgid "Start seedin&g the torrent" + msgstr "Empezar a &sembrar el torrent" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 176 +-#: rc.cpp:494 ++#: rc.cpp:474 + #, no-c-format + msgid "Decentrali&zed (DHT only)" + msgstr "Descentrali&zado (sólo DHT)" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 184 +-#: rc.cpp:497 ++#: rc.cpp:477 + #, no-c-format + msgid "Private torrent (DHT not allowed)" + msgstr "Torrent privado (no se permite DHT)" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 202 +-#: rc.cpp:500 ++#: rc.cpp:480 + #, no-c-format + msgid "Comments:" + msgstr "Comentarios:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 248 +-#: rc.cpp:503 ++#: rc.cpp:483 + #, no-c-format + msgid "&Create" + msgstr "&Crear" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 262 +-#: rc.cpp:506 rc.cpp:1325 ++#: rc.cpp:486 rc.cpp:1277 + #, no-c-format + msgid "Ca&ncel" + msgstr "Ca&ncelar" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 275 +-#: plugins/infowidget/infowidgetplugin.cpp:214 rc.cpp:509 rc.cpp:1101 ++#: plugins/infowidget/infowidgetplugin.cpp:214 rc.cpp:489 rc.cpp:1061 + #, no-c-format + msgid "Trackers" + msgstr "Sistemas de localización" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 283 +-#: rc.cpp:512 ++#: rc.cpp:492 + #, no-c-format + msgid "DHT nodes" + msgstr "Nodos DHT" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 333 +-#: rc.cpp:522 ++#: rc.cpp:501 + #, no-c-format + msgid "Node:" + msgstr "Nodo:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 385 +-#: rc.cpp:528 ++#: rc.cpp:507 + #, no-c-format + msgid "IP or hostname" + msgstr "IP o nombre de máquina" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 396 +-#: rc.cpp:531 rc.cpp:718 rc.cpp:721 ++#: rc.cpp:510 rc.cpp:695 rc.cpp:698 + #, no-c-format + msgid "Port" + msgstr "Puerto" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 437 +-#: rc.cpp:534 ++#: rc.cpp:513 + #, no-c-format + msgid "" + "NOTE: Some known good DHT nodes are already inserted. You should probably " +@@ -1810,19 +1810,19 @@ msgstr "" + "insertar su propia dirección IP y puerto si piensa sembrar este torrent." + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 16 +-#: rc.cpp:537 ++#: rc.cpp:516 + #, no-c-format + msgid "Advanced Preferences" + msgstr "Preferencias avanzadas" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 46 +-#: rc.cpp:543 ++#: rc.cpp:522 + #, no-c-format + msgid "Time left estimation algorithm:" +-msgstr "" ++msgstr "Algoritmo de estimación del tiempo restante:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 53 +-#: rc.cpp:546 rc.cpp:568 ++#: rc.cpp:525 rc.cpp:547 + #, no-c-format + msgid "" + "KTorrent algorithm: Default algorithm using combination of other " +@@ -1851,175 +1851,175 @@ msgstr "" + "X muestras" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 64 +-#: rc.cpp:556 ++#: rc.cpp:535 + #, no-c-format + msgid "Current speed" + msgstr "Velocidad actual" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 69 +-#: rc.cpp:559 ++#: rc.cpp:538 + #, no-c-format + msgid "Global average speed" + msgstr "Velocidad media global" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 74 +-#: rc.cpp:562 ++#: rc.cpp:541 + #, no-c-format + msgid "Window of X" + msgstr "Ventana de X" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 79 +-#: rc.cpp:565 ++#: rc.cpp:544 + #, no-c-format + msgid "Moving average" + msgstr "Media móvil" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 98 +-#: rc.cpp:575 ++#: rc.cpp:554 + #, no-c-format + msgid "(takes effect after restart)" + msgstr "(surte efecto tras reiniciar)" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 125 +-#: rc.cpp:578 ++#: rc.cpp:557 + #, no-c-format + msgid "Disa&ble diskspace preallocation" + msgstr "Inha&bilitar la reserva previa de espacio en disco" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 141 +-#: rc.cpp:581 ++#: rc.cpp:560 + #, no-c-format + msgid "F&ully preallocate diskspace (avoids fragmentation)" + msgstr "Preasignar &totalmente el espacio en disco (evita la fragmentación)" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 147 +-#: rc.cpp:584 ++#: rc.cpp:563 + #, no-c-format + msgid "Basic (slow)" + msgstr "Básico (lento)" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 152 +-#: rc.cpp:587 ++#: rc.cpp:566 + #, no-c-format + msgid "Filesystem specific" + msgstr "Específico del sistema de ficheros" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 174 +-#: rc.cpp:590 ++#: rc.cpp:569 + #, no-c-format + msgid "Performance" + msgstr "Rendimiento" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 193 +-#: rc.cpp:593 ++#: rc.cpp:572 + #, no-c-format + msgid "Memory usage:" + msgstr "Uso de la memoria:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 199 +-#: rc.cpp:596 ++#: rc.cpp:575 + #, no-c-format + msgid "Low" + msgstr "Baja" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 204 +-#: rc.cpp:599 ++#: rc.cpp:578 + #, no-c-format + msgid "Medium" + msgstr "Media" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 209 +-#: rc.cpp:602 ++#: rc.cpp:581 + #, no-c-format + msgid "High" + msgstr "Alta" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 248 +-#: rc.cpp:605 ++#: rc.cpp:584 + #, no-c-format + msgid "GUI update interval:" + msgstr "Intervalo de actualización de la interfaz:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 254 +-#: rc.cpp:608 ++#: rc.cpp:587 + #, no-c-format + msgid "500ms" + msgstr "500 ms" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 259 +-#: rc.cpp:611 ++#: rc.cpp:590 + #, no-c-format + msgid "1s" + msgstr "1 s" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 264 +-#: rc.cpp:614 ++#: rc.cpp:593 + #, no-c-format + msgid "2s" + msgstr "2 s" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 269 +-#: rc.cpp:617 ++#: rc.cpp:596 + #, no-c-format + msgid "5s" + msgstr "5 s" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 308 +-#: rc.cpp:620 ++#: rc.cpp:599 + #, no-c-format + msgid "Fast CPU" + msgstr "CPU rápida" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 342 +-#: rc.cpp:624 ++#: rc.cpp:602 + #, no-c-format + msgid "Slow CPU" + msgstr "CPU lenta" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 354 +-#: rc.cpp:627 ++#: rc.cpp:605 + #, no-c-format + msgid "Data Checking" + msgstr "Verificación de datos" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 373 +-#: rc.cpp:630 ++#: rc.cpp:608 + #, no-c-format + msgid "During uploading, do ¬ recheck chunks bigger than" + msgstr "Durante el envío, &no volver a verificar los bloques mayores de" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 430 +-#: rc.cpp:636 ++#: rc.cpp:614 + #, no-c-format + msgid "Do a data integrit&y check after" + msgstr "Realizar una verificación de &integridad de datos tras" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 449 +-#: rc.cpp:639 ++#: rc.cpp:617 + #, no-c-format + msgid "corrupted chunks" + msgstr "bloques dañados" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 478 +-#: rc.cpp:642 ++#: rc.cpp:620 + #, no-c-format + msgid "Networking" + msgstr "Red" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 505 +-#: rc.cpp:645 ++#: rc.cpp:623 + #, no-c-format + msgid "Maximum number of connection setups:" + msgstr "Número máximo de configuraciones de conexión:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 527 +-#: rc.cpp:648 ++#: rc.cpp:626 + #, no-c-format + msgid "DSCP for IP packets:" + msgstr "DSCP para paquetes IP:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 570 +-#: rc.cpp:651 ++#: rc.cpp:629 + #, no-c-format + msgid "Do not use the KDE pro&xy settings for HTTP tracker connections" + msgstr "" +@@ -2027,255 +2027,255 @@ msgstr "" + "localizador" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 586 +-#: rc.cpp:654 ++#: rc.cpp:632 + #, no-c-format + msgid "HTTP tracker proxy:" + msgstr "Proxy HTTP al localizador:" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 24 +-#: rc.cpp:657 ++#: rc.cpp:635 + #, no-c-format + msgid "Scanning data" + msgstr "Analizando los datos" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 38 +-#: rc.cpp:660 ++#: rc.cpp:638 + #, no-c-format + msgid "Scanning data of torrent :" + msgstr "Analizando los datos del torrent:" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 62 +-#: rc.cpp:663 ++#: rc.cpp:641 + #, no-c-format + msgid "Number of chunks found :" + msgstr "Número de bloques encontrado:" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 70 +-#: rc.cpp:666 ++#: rc.cpp:644 + #, no-c-format + msgid "Number of chunks failed / not downloaded :" + msgstr "Número de bloques fallidos/no descargados:" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 97 +-#: rc.cpp:669 rc.cpp:672 ++#: rc.cpp:647 rc.cpp:650 + #, no-c-format + msgid "0" + msgstr "0" + + #. i18n: file ./apps/ktupnptest/mainwidget.ui line 54 +-#: rc.cpp:678 ++#: rc.cpp:656 + #, no-c-format + msgid "Test" + msgstr "Probar" + + #. i18n: file ./libktorrent/labelviewitembase.ui line 49 +-#: rc.cpp:685 ++#: rc.cpp:662 + #, no-c-format + msgid "textLabel2" + msgstr "textLabel2" + + #. i18n: file ./libktorrent/labelviewitembase.ui line 65 +-#: rc.cpp:688 ++#: rc.cpp:665 + #, no-c-format + msgid "textLabel3" + msgstr "textLabel3" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 10 +-#: rc.cpp:691 ++#: rc.cpp:668 + #, no-c-format + msgid "Maximum number of downloads (0 = no limit)" + msgstr "Número máximo de descargas (0 = sin límite)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 15 +-#: rc.cpp:694 ++#: rc.cpp:671 + #, no-c-format + msgid "Maximum number of seeds (0 = no limit)" + msgstr "Número máximo de semillas (0 = sin límite)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 20 +-#: rc.cpp:697 ++#: rc.cpp:674 + #, no-c-format + msgid "Start downloads on low disk space?" + msgstr "¿Iniciar las descargar si hay poco espacio en disco?" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 24 +-#: rc.cpp:700 ++#: rc.cpp:677 + #, no-c-format + msgid "Maximum number of connections per torrent (0 = no limit)" + msgstr "Número máximo de conexiones por torrent (0 = sin límite)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 29 +-#: rc.cpp:703 ++#: rc.cpp:680 + #, no-c-format + msgid "Maximum number of connections for all torrents (0 = no limit) " + msgstr "Número máximo de conexiones para todos los torrents (0 = sin límite)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 34 +-#: rc.cpp:706 ++#: rc.cpp:683 + #, no-c-format + msgid "Maximum upload speed in KB/sec (0 = no limit)" + msgstr "Velocidad máxima de subida en kB/s (0 = sin límite)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 39 +-#: rc.cpp:709 ++#: rc.cpp:686 + #, no-c-format + msgid "Maximum download speed in KB/sec (0 = no limit)" + msgstr "Velocidad máxima de descarga en kB/s (0 = sin límite)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 44 +-#: rc.cpp:712 ++#: rc.cpp:689 + #, no-c-format + msgid "Maximum share ratio(0 = no limit)" + msgstr "Proporción máxima de compartición (0 = sin límite)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 49 +-#: rc.cpp:715 ++#: rc.cpp:692 + #, no-c-format + msgid "Maximum seed time in hours (0 = no limit)" + msgstr "Tiempo máximo de siembra en horas (0 = sin límite)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 66 +-#: rc.cpp:724 ++#: rc.cpp:701 + #, no-c-format + msgid "Show a system tray icon" + msgstr "Mostrar un icono en la bandeja del sistema" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 70 +-#: rc.cpp:727 ++#: rc.cpp:704 + #, no-c-format + msgid "Show speed bar in tray icon" + msgstr "Mostrar la barra de velocidad en la bandeja del sistema" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 74 +-#: rc.cpp:730 ++#: rc.cpp:707 + #, no-c-format + msgid "Download bandwidth (in kb/s):" + msgstr "Ancho de banda de descarga (en kB/s):" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 80 +-#: rc.cpp:733 ++#: rc.cpp:710 + #, no-c-format + msgid "Upload bandwidth (in kb/s):" + msgstr "Ancho de banda de envío (en kB/s):" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 86 +-#: rc.cpp:736 ++#: rc.cpp:713 + #, no-c-format + msgid "Show popup messages when torrent is finished." + msgstr "Mostrar un mensaje emergente cuando finalice un torrent." + + #. i18n: file ./libktorrent/ktorrent.kcfg line 90 +-#: rc.cpp:739 ++#: rc.cpp:716 + #, no-c-format + msgid "Keep seeding after download has finished" + msgstr "Seguir haciendo de semilla cuando la descarga ha terminado" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 94 +-#: rc.cpp:742 ++#: rc.cpp:719 + #, no-c-format + msgid "Folder to store temporary files" + msgstr "Carpeta donde guardar los ficheros temporales" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 98 +-#: rc.cpp:745 ++#: rc.cpp:722 + #, no-c-format + msgid "Whether to automatically save downloads to saveDir" + msgstr "" + "Se debe grabar automáticamente las descargas en la carpeta de grabación" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 102 +-#: rc.cpp:748 ++#: rc.cpp:725 + #, no-c-format + msgid "Folder to store downloaded files" + msgstr "Carpeta en la que guardar los ficheros descargados" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 106 +-#: rc.cpp:751 ++#: rc.cpp:728 + #, no-c-format + msgid "Whether to automatically move completed downloads to completedDir" + msgstr "" + "Se deben mover automáticamente las descargas finalizadas a completedDir" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 110 +-#: rc.cpp:754 ++#: rc.cpp:731 + #, no-c-format + msgid "Folder to move completed downloaded files to" + msgstr "Carpeta a la que mover los ficheros totalmente descargados" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 114 +-#: rc.cpp:757 ++#: rc.cpp:734 + #, no-c-format + msgid "Whether to automatically copy .torrent files to torrentCopyDir" + msgstr "Se deben copiar automáticamente los ficheros .torrent a torrentCopyDir" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 118 +-#: rc.cpp:760 ++#: rc.cpp:737 + #, no-c-format + msgid "Folder to copy .torrent files to" + msgstr "Carpeta a la que copiar los ficheros .torrent" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 122 +-#: rc.cpp:763 ++#: rc.cpp:740 + #, no-c-format + msgid "Whether to use a custom IP to pass to the tracker" + msgstr "Se debe pasar una IP personalizada al localizador" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 126 +-#: rc.cpp:766 ++#: rc.cpp:743 + #, no-c-format + msgid "Directory which was used as the last save directory" + msgstr "Último directorio usado como directorio de grabación" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 130 +-#: rc.cpp:769 ++#: rc.cpp:746 + #, no-c-format + msgid "IP to pass to the tracker" + msgstr "IP a pasar al localizador" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 134 +-#: rc.cpp:772 ++#: rc.cpp:749 + #, no-c-format + msgid "Memory usage" + msgstr "Utilización de la memoria" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 138 +-#: rc.cpp:775 ++#: rc.cpp:752 + #, no-c-format + msgid "GUI update interval" + msgstr "Intervalo de actualización de la interfaz" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 142 +-#: rc.cpp:778 ++#: rc.cpp:755 + #, no-c-format + msgid "Support for DHT" + msgstr "Soporte para DHT" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 146 +-#: rc.cpp:781 ++#: rc.cpp:758 + #, no-c-format + msgid "DHT port" + msgstr "Puerto DHT" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 152 +-#: rc.cpp:784 ++#: rc.cpp:761 + #, no-c-format + msgid "Number of upload slots" + msgstr "Número de bloques de envío" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 196 +-#: rc.cpp:793 ++#: rc.cpp:770 + #, no-c-format + msgid "Columns shown in KTorrentView" + msgstr "Columnas mostradas en KTorrentView" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 205 +-#: rc.cpp:796 ++#: rc.cpp:773 + #, no-c-format + msgid "ET algorithm" + msgstr "Algoritmo de ET" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 227 +-#: rc.cpp:799 ++#: rc.cpp:776 + #, no-c-format + msgid "" + "When there's no space left to complete download and free diskspace is less than " +@@ -2285,457 +2285,457 @@ msgstr "" + "menor que minDiskSpace, el torrent se detendrá." + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 16 +-#: rc.cpp:802 ++#: rc.cpp:779 + #, no-c-format + msgid "Plugin Manager" + msgstr "Gestor de complementos" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 48 +-#: rc.cpp:805 ++#: rc.cpp:782 + #, no-c-format + msgid "Load" + msgstr "Cargar" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 56 +-#: rc.cpp:808 ++#: rc.cpp:785 + #, no-c-format + msgid "U&nload" + msgstr "&Descargar" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 64 +-#: rc.cpp:811 ++#: rc.cpp:788 + #, no-c-format + msgid "Load &All" + msgstr "C&argar todo" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 72 +-#: rc.cpp:814 ++#: rc.cpp:791 + #, no-c-format + msgid "&Unload All" + msgstr "&Descargar todo" + + #. i18n: file ./plugins/upnp/ktupnpplugin.kcfg line 10 +-#: rc.cpp:817 ++#: rc.cpp:794 + #, no-c-format + msgid "Default UPnP device to use" + msgstr "Dispositivo UPnP a usar por omisión" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 16 +-#: plugins/upnp/upnpplugin.cpp:46 plugins/upnp/upnpprefpage.cpp:31 rc.cpp:820 ++#: plugins/upnp/upnpplugin.cpp:46 plugins/upnp/upnpprefpage.cpp:31 rc.cpp:797 + #, no-c-format + msgid "UPnP" + msgstr "UPnP" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 35 +-#: rc.cpp:823 ++#: rc.cpp:800 + #, no-c-format + msgid "Detected devices:" + msgstr "Dispositivos detectados:" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 41 +-#: rc.cpp:826 ++#: rc.cpp:803 + #, no-c-format + msgid "Device" + msgstr "Dispositivo" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 52 +-#: rc.cpp:829 ++#: rc.cpp:806 + #, no-c-format + msgid "Ports Forwarded" + msgstr "Puertos redireccionados" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 63 +-#: rc.cpp:832 ++#: rc.cpp:809 + #, no-c-format + msgid "WAN Connection" + msgstr "Conexión WAN" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 91 +-#: rc.cpp:835 ++#: rc.cpp:812 + #, no-c-format + msgid "Forw&ard Ports" + msgstr "Redireccion&ar los puertos" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 99 +-#: rc.cpp:838 ++#: rc.cpp:815 + #, no-c-format + msgid "Undo Port Forwarding" + msgstr "Deshacer la redirección de puertos" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 124 +-#: rc.cpp:841 ++#: rc.cpp:818 + #, no-c-format + msgid "Rescan" + msgstr "Explorar de nuevo" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 9 +-#: rc.cpp:844 ++#: rc.cpp:821 + #, no-c-format + msgid "Enable scanning of folder1?" + msgstr "¿Habilitar el análisis de la carpeta1?" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 14 +-#: rc.cpp:847 ++#: rc.cpp:824 + #, no-c-format + msgid "Enable scanning of folder2?" + msgstr "¿Habilitar el análisis de la carpeta2?" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 19 +-#: rc.cpp:850 ++#: rc.cpp:827 + #, no-c-format + msgid "Enable scanning of folder3?" + msgstr "¿Habilitar el análisis de la carpeta3?" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 24 +-#: rc.cpp:853 ++#: rc.cpp:830 + #, no-c-format + msgid "Folder1 path" + msgstr "Ruta de la carpeta1" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 29 +-#: rc.cpp:856 ++#: rc.cpp:833 + #, no-c-format + msgid "Folder2 path" + msgstr "Ruta de la carpeta2" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 34 +-#: rc.cpp:859 ++#: rc.cpp:836 + #, no-c-format + msgid "Folder3 path" + msgstr "Ruta de la carpeta3" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 39 +-#: rc.cpp:862 ++#: rc.cpp:839 + #, no-c-format + msgid "Whether to open torrent silently or not." + msgstr "Si desea abrir el torrent de forma silenciosa o no." + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 44 +-#: rc.cpp:865 ++#: rc.cpp:842 + #, no-c-format + msgid "Delete action checked." + msgstr "Marcada la acción de borrado." + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 49 +-#: rc.cpp:868 ++#: rc.cpp:845 + #, no-c-format + msgid "Move action checked." + msgstr "Marcada la acción de movimiento." + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 16 +-#: rc.cpp:871 ++#: rc.cpp:848 + #, no-c-format + msgid "ScanFolder Preferences" + msgstr "Preferencias de la búsqueda de carpetas" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 35 +-#: rc.cpp:874 ++#: rc.cpp:851 + #, no-c-format + msgid "Scan folder &1" + msgstr "Buscar la carpeta &1" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 38 +-#: rc.cpp:877 rc.cpp:1480 ++#: rc.cpp:854 rc.cpp:1424 + #, no-c-format + msgid "Alt+1" + msgstr "Alt+1" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 46 +-#: rc.cpp:880 ++#: rc.cpp:857 + #, no-c-format + msgid "Scan folder &2" + msgstr "Buscar la carpeta &2" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 49 +-#: rc.cpp:883 rc.cpp:1471 rc.cpp:1495 ++#: rc.cpp:860 rc.cpp:1415 rc.cpp:1439 + #, no-c-format + msgid "Alt+2" + msgstr "Alt+2" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 57 +-#: rc.cpp:886 ++#: rc.cpp:863 + #, no-c-format + msgid "Scan folder &3" + msgstr "Buscar la carpeta &3" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 60 +-#: rc.cpp:889 rc.cpp:1465 ++#: rc.cpp:866 rc.cpp:1409 + #, no-c-format + msgid "Alt+3" + msgstr "Alt+3" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 81 +-#: rc.cpp:895 ++#: rc.cpp:872 + #, no-c-format + msgid "Move to \"loaded\" directory &after loading" + msgstr "Mover al directorio «loaded» tr&as la carga" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 84 +-#: rc.cpp:898 ++#: rc.cpp:875 + #, no-c-format + msgid "Move torrent to \"loaded\" directory after loading it" + msgstr "Mover el torrent al directorio «loaded» después de cargarlo" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 92 +-#: rc.cpp:901 ++#: rc.cpp:878 + #, no-c-format + msgid "Open torrents silentl&y" + msgstr "Abrir los torrents &silenciosamente" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 95 +-#: rc.cpp:904 ++#: rc.cpp:881 + #, no-c-format + msgid "Do not show 'Select files to download' dialog" + msgstr "No mostrar la ventana «Seleccionar los ficheros a descargar»" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 103 +-#: rc.cpp:907 ++#: rc.cpp:884 + #, no-c-format + msgid "Delete after loadin&g" + msgstr "Borrar tras la &carga" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 106 +-#: rc.cpp:910 ++#: rc.cpp:887 + #, no-c-format + msgid "Deletes torrent after loading" + msgstr "Borra el torrent después de la carga" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 116 +-#: rc.cpp:913 ++#: rc.cpp:890 + #, no-c-format + msgid "Folders to scan" + msgstr "Carpetas a buscar" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 151 +-#: rc.cpp:916 ++#: rc.cpp:893 + #, no-c-format + msgid "Folder 1:" + msgstr "Carpeta 1:" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 162 +-#: rc.cpp:919 ++#: rc.cpp:896 + #, no-c-format + msgid "Folder 2:" + msgstr "Carpeta 2:" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 173 +-#: rc.cpp:922 ++#: rc.cpp:899 + #, no-c-format + msgid "Folder 3:" + msgstr "Carpeta 3:" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 30 +-#: rc.cpp:925 rc.cpp:1895 ++#: rc.cpp:902 rc.cpp:1838 + #, no-c-format + msgid "Search Preferences" + msgstr "Preferencias de búsqueda" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 41 +-#: rc.cpp:928 ++#: rc.cpp:905 + #, no-c-format + msgid "Web Server" + msgstr "Servidor web" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 82 +-#: rc.cpp:934 ++#: rc.cpp:911 + #, no-c-format + msgid "Forward port" + msgstr "Puerto de redirección" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 107 +-#: rc.cpp:937 ++#: rc.cpp:914 + #, no-c-format + msgid "Session TTL (in sec):" + msgstr "TTL de la sesión (en s):" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 142 +-#: rc.cpp:940 ++#: rc.cpp:917 + #, no-c-format + msgid "Select interface:" + msgstr "Seleccionar la interfaz:" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 173 +-#: rc.cpp:943 ++#: rc.cpp:920 + #, no-c-format + msgid "Username:" + msgstr "Usuario:" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 188 +-#: rc.cpp:946 ++#: rc.cpp:923 + #, no-c-format + msgid "Change password ..." + msgstr "Cambiar la contraseña..." + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 206 +-#: rc.cpp:949 ++#: rc.cpp:926 + #, no-c-format + msgid "Php executable path:" + msgstr "Ruta del ejecutable «php»:" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 10 +-#: rc.cpp:953 ++#: rc.cpp:929 + #, no-c-format + msgid "Port number" + msgstr "Número del puerto" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 15 +-#: rc.cpp:956 ++#: rc.cpp:932 + #, no-c-format + msgid "forward Port" + msgstr "Puerto de redirección" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 20 +-#: rc.cpp:959 ++#: rc.cpp:935 + #, no-c-format + msgid "Session time to live" + msgstr "Tiempo de vida de la sesión" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 24 +-#: rc.cpp:962 ++#: rc.cpp:938 + #, no-c-format + msgid "interface skin" + msgstr "Piel de la interfaz" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 28 +-#: rc.cpp:965 ++#: rc.cpp:941 + #, no-c-format + msgid "php executable path" + msgstr "Ruta del ejecutable «php»" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 33 +-#: rc.cpp:968 ++#: rc.cpp:944 + #, no-c-format + msgid "username" + msgstr "usuario" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 37 +-#: rc.cpp:971 ++#: rc.cpp:947 + #, no-c-format + msgid "password" + msgstr "contraseña" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 16 +-#: plugins/infowidget/infowidgetplugin.cpp:194 rc.cpp:974 rc.cpp:1046 ++#: plugins/infowidget/infowidgetplugin.cpp:194 rc.cpp:950 rc.cpp:1010 + #, no-c-format + msgid "Chunks" + msgstr "Bloques" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 43 +-#: rc.cpp:977 ++#: rc.cpp:953 + #, no-c-format + msgid "Total:" + msgstr "Total:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 81 +-#: rc.cpp:981 ++#: rc.cpp:956 + #, no-c-format + msgid "Currently downloading:" + msgstr "Descargando actualmente:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 119 +-#: rc.cpp:985 ++#: rc.cpp:959 + #, no-c-format + msgid "Downloaded:" + msgstr "Descargado:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 157 +-#: rc.cpp:989 ++#: rc.cpp:962 + #, no-c-format + msgid "Excluded:" + msgstr "Excluido:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 195 +-#: rc.cpp:993 ++#: rc.cpp:965 + #, no-c-format + msgid "Left:" + msgstr "Queda:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 233 +-#: rc.cpp:997 ++#: rc.cpp:968 + #, no-c-format + msgid "Size:" + msgstr "Tamaño:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 280 +-#: rc.cpp:1001 ++#: rc.cpp:971 + #, no-c-format + msgid "Chunk" + msgstr "Bloque" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 291 +-#: rc.cpp:1004 ++#: rc.cpp:974 + #, no-c-format + msgid "Progress" + msgstr "Progreso" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 302 +-#: rc.cpp:1007 ++#: rc.cpp:977 + #, no-c-format + msgid "Peer" + msgstr "Compañero" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 324 +-#: rc.cpp:1013 ++#: rc.cpp:983 + #, no-c-format + msgid "Assigned Peers" + msgstr "Compañeros asignados" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 63 +-#: rc.cpp:1022 ++#: rc.cpp:992 + #, no-c-format + msgid "Seeders:" + msgstr "Sembradores:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 71 +-#: rc.cpp:1025 ++#: rc.cpp:995 + #, no-c-format + msgid "Leechers:" + msgstr "Sanguijuelas:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 129 +-#: rc.cpp:1030 ++#: rc.cpp:998 + #, no-c-format + msgid "Average Down Speed:" + msgstr "Velocidad media de descarga:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 177 +-#: rc.cpp:1035 ++#: rc.cpp:1001 + #, no-c-format + msgid "Average Up Speed:" + msgstr "Velocidad media de envío:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 195 +-#: rc.cpp:1038 rc.cpp:1111 ++#: rc.cpp:1004 rc.cpp:1070 + #, no-c-format + msgid "Next update in:" + msgstr "Siguiente actualización en:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 203 +-#: rc.cpp:1041 ++#: rc.cpp:1007 + #, no-c-format + msgid "Tracker Status:" + msgstr "Estado del localizador:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 332 +-#: rc.cpp:1049 ++#: rc.cpp:1013 + #, no-c-format + msgid "Parts of the torrent which have been downloaded:" + msgstr "Partes del torrent que han sido descargadas:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 367 +-#: rc.cpp:1052 ++#: rc.cpp:1016 + #, no-c-format + msgid "Parts of the torrent which are available:" + msgstr "Partes del torrent que están disponibles:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 457 +-#: rc.cpp:1055 ++#: rc.cpp:1019 + #, no-c-format + msgid "Sharing" + msgstr "Compartido" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 487 +-#: rc.cpp:1058 ++#: rc.cpp:1022 + #, no-c-format + msgid "" + "Your upload will stop when share ratio gets to this value. Zero means no limit." +@@ -2744,7 +2744,7 @@ msgstr "" + "Cero significa sin límite." + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 525 +-#: rc.cpp:1064 ++#: rc.cpp:1028 + #, no-c-format + msgid "Your upload will stop when you have uploaded for this many hours." + msgstr "" +@@ -2752,139 +2752,139 @@ msgstr "" + "horas." + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 533 +-#: rc.cpp:1067 ++#: rc.cpp:1031 + #, no-c-format + msgid "Hours" + msgstr "Horas" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 543 +-#: rc.cpp:1070 ++#: rc.cpp:1034 + #, no-c-format + msgid "Ratio limit:" + msgstr "Límite de proporciones:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 549 +-#: rc.cpp:1074 ++#: rc.cpp:1037 + #, no-c-format + msgid "Limit works only in seed mode" + msgstr "El límite sólo funciona en el modo semilla" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 557 +-#: rc.cpp:1077 ++#: rc.cpp:1040 + #, no-c-format + msgid "Time &limit:" + msgstr "&Límite de tiempo:" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 37 +-#: rc.cpp:1081 ++#: rc.cpp:1043 + #, no-c-format + msgid "&Update Tracker" + msgstr "Act&ualizar el localizador" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 40 +-#: rc.cpp:1084 ++#: rc.cpp:1046 + #, no-c-format + msgid "Minimum update interval - 60 seconds" + msgstr "Intervalo mínimo de actualización - 60 segundos" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 48 +-#: rc.cpp:1087 ++#: rc.cpp:1049 + #, no-c-format + msgid "Add Trac&ker" + msgstr "Añadir un lo&calizador" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 64 +-#: rc.cpp:1090 ++#: rc.cpp:1052 + #, no-c-format + msgid "Remove Tracker" + msgstr "Eliminar el localizador" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 75 +-#: rc.cpp:1094 ++#: rc.cpp:1055 + #, no-c-format + msgid "Ch&ange Tracker" + msgstr "C&ambiar el localizador" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 100 +-#: rc.cpp:1097 ++#: rc.cpp:1058 + #, no-c-format + msgid "Restore Defaults" + msgstr "Restaurar los valores predefinidos" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 10 +-#: rc.cpp:1115 ++#: rc.cpp:1073 + #, no-c-format + msgid "Show peer view tab in main window" + msgstr "Mostrar la solapa de compañeros en la ventana principal" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 14 +-#: rc.cpp:1118 ++#: rc.cpp:1076 + #, no-c-format + msgid "Show chunk download view tab in main window" + msgstr "Mostrar la solapa de bloques descargados en la ventana principal" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 18 +-#: rc.cpp:1121 ++#: rc.cpp:1079 + #, no-c-format + msgid "Show trackers view tab in main window" + msgstr "Mostrar la solapa de localizadores en la ventana principal" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 24 +-#: rc.cpp:1124 ++#: rc.cpp:1082 + #, no-c-format + msgid "Show list of peers" + msgstr "Mostrar lista de compañeros" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 35 +-#: rc.cpp:1128 ++#: rc.cpp:1085 + #, no-c-format + msgid "Show list of chunks currentl&y downloading" + msgstr "Mostrar la lista de bloques descargándose &actualmente" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 60 +-#: rc.cpp:1131 ++#: rc.cpp:1088 + #, no-c-format + msgid "Show list of trackers" + msgstr "Mostrar lista de localizadores" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 16 +-#: rc.cpp:1135 ++#: rc.cpp:1091 + #, no-c-format + msgid "IPBlocking Preferences" + msgstr "Preferencias de bloqueo de IP" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 47 +-#: rc.cpp:1138 ++#: rc.cpp:1094 + #, no-c-format + msgid "Select PeerGuardian Filter File " + msgstr "Seleccione el fichero del filtro de PeerGuardian " + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 58 +-#: rc.cpp:1141 ++#: rc.cpp:1097 + #, no-c-format + msgid "Use PeerGuardian filter?" + msgstr "¿Usar el filtro de PeerGuardian?" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 77 +-#: rc.cpp:1145 ++#: rc.cpp:1100 + #, no-c-format + msgid "IP filter file:" + msgstr "Fichero de filtro de IP:" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 85 +-#: rc.cpp:1148 ++#: rc.cpp:1103 + #, no-c-format + msgid "http://www.bluetack.co.uk/modules.php?name=Downloads&d_op=getit&lid=8" + msgstr "http://www.bluetack.co.uk/modules.php?name=Downloads&d_op=getit&lid=8" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 123 +-#: rc.cpp:1151 ++#: rc.cpp:1106 + #, no-c-format + msgid "Dow&nload/Convert" + msgstr "&Descargar/Convertir" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 134 +-#: rc.cpp:1154 ++#: rc.cpp:1109 + #, no-c-format + msgid "" + "Download PeerGuardian filter from bluetack.co.uk or blocklist.org.\n" +@@ -2894,25 +2894,25 @@ msgstr "" + "NOTA: Se admite el fichero ZIP de bluetack.co.uk." + + #. i18n: file ./plugins/ipfilter/ktipfilterplugin.kcfg line 10 +-#: rc.cpp:1159 ++#: rc.cpp:1113 + #, no-c-format + msgid "Level1 filter url" + msgstr "URL del filtro de nivel 1" + + #. i18n: file ./plugins/ipfilter/ktipfilterplugin.kcfg line 14 +-#: rc.cpp:1162 ++#: rc.cpp:1116 + #, no-c-format + msgid "Use level1 filter?" + msgstr "¿Usar el filtro de nivel 1?" + + #. i18n: file ./plugins/ipfilter/convert_dlg.ui line 24 +-#: plugins/ipfilter/convertdialog.cpp:155 rc.cpp:1165 ++#: plugins/ipfilter/convertdialog.cpp:155 rc.cpp:1119 + #, no-c-format + msgid "Converting..." + msgstr "Convirtiendo..." + + #. i18n: file ./plugins/ipfilter/convert_dlg.ui line 41 +-#: rc.cpp:1168 ++#: rc.cpp:1122 + #, no-c-format + msgid "" + "Click on the 'convert' button to start converting antip2p file. NOTE: This " +@@ -2924,61 +2924,61 @@ msgstr "" + "durante ese tiempo no podrá usar KTorrent." + + #. i18n: file ./plugins/stats/sprefwgt.ui line 27 +-#: rc.cpp:1179 ++#: rc.cpp:1131 + #, no-c-format + msgid "Update" + msgstr "Actualizar" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 46 +-#: rc.cpp:1182 rc.cpp:1268 ++#: rc.cpp:1134 rc.cpp:1220 + #, no-c-format + msgid "Update charts every" + msgstr "Actualizar las gráficas cada" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 71 +-#: rc.cpp:1185 ++#: rc.cpp:1137 + #, no-c-format + msgid "GUI updates" + msgstr "Actualizaciones de la interfaz" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 92 +-#: rc.cpp:1188 rc.cpp:1271 ++#: rc.cpp:1140 rc.cpp:1223 + #, no-c-format + msgid "Gather data every" + msgstr "Recoger datos cada" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 120 +-#: rc.cpp:1191 ++#: rc.cpp:1143 + #, no-c-format + msgid "miliseconds" + msgstr "milisegundos" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 135 +-#: rc.cpp:1194 ++#: rc.cpp:1146 + #, no-c-format + msgid "Maximum" + msgstr "Máximo" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 154 +-#: rc.cpp:1197 ++#: rc.cpp:1149 + #, no-c-format + msgid "Maximum speed scale mode:" + msgstr "Modo de escala de la velocidad máxima:" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 165 +-#: rc.cpp:1203 ++#: rc.cpp:1155 + #, no-c-format + msgid "Exact" + msgstr "Exacta" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 175 +-#: rc.cpp:1206 ++#: rc.cpp:1158 + #, no-c-format + msgid "See 'What's this' for more help" + msgstr "Consulte «¿Qué es esto?» para obtener ayuda" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 180 +-#: rc.cpp:1209 ++#: rc.cpp:1161 + #, no-c-format + msgid "" + "Set maximum value on OY scale as:\n" +@@ -2990,31 +2990,31 @@ msgstr "" + "- Exacta: La velocidad máxima alcanzada visible en la gráfica" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 192 +-#: rc.cpp:1214 rc.cpp:1247 ++#: rc.cpp:1166 rc.cpp:1199 + #, no-c-format + msgid "Peers speed" + msgstr "Velocidad de los compañeros" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 211 +-#: rc.cpp:1217 ++#: rc.cpp:1169 + #, no-c-format + msgid "Peers speed:" + msgstr "Velocidad de los compañeros:" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 222 +-#: rc.cpp:1220 ++#: rc.cpp:1172 + #, no-c-format + msgid "update every" + msgstr "actualizar cada" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 244 +-#: rc.cpp:1223 ++#: rc.cpp:1175 + #, no-c-format + msgid "chart data updates" + msgstr "actualizaciones de los datos de la gráfica" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 254 +-#: rc.cpp:1226 ++#: rc.cpp:1178 + #, no-c-format + msgid "Gathering data about many connected peers can be CPU consuming." + msgstr "" +@@ -3022,13 +3022,13 @@ msgstr "" + "CPU." + + #. i18n: file ./plugins/stats/sprefwgt.ui line 267 +-#: rc.cpp:1229 ++#: rc.cpp:1181 + #, no-c-format + msgid "Peers connections" + msgstr "Conexiones de compañeros" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 270 +-#: rc.cpp:1232 ++#: rc.cpp:1184 + #, no-c-format + msgid "Large values can obscure charts of connected peers" + msgstr "" +@@ -3036,805 +3036,805 @@ msgstr "" + "conectados" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 289 +-#: rc.cpp:1235 ++#: rc.cpp:1187 + #, no-c-format + msgid "Show seeders in swarms" + msgstr "Mostrar los sembradores en enjambres" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 297 +-#: rc.cpp:1238 ++#: rc.cpp:1190 + #, no-c-format + msgid "Show leechers in swarms" + msgstr "Mostrar las sanguijuelas en enjambres" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 309 +-#: rc.cpp:1241 ++#: rc.cpp:1193 + #, no-c-format + msgid "Measurements count" + msgstr "Cuenta de mediciones" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 392 +-#: rc.cpp:1250 rc.cpp:1265 ++#: rc.cpp:1202 rc.cpp:1217 + #, no-c-format + msgid "Upload" + msgstr "Envío" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 424 +-#: rc.cpp:1253 ++#: rc.cpp:1205 + #, no-c-format + msgid "Connections" + msgstr "Conexiones" + + #. i18n: file ./plugins/stats/statsspdwgt.ui line 40 +-#: plugins/infowidget/infowidgetplugin.cpp:173 rc.cpp:1262 rc.cpp:1304 ++#: plugins/infowidget/infowidgetplugin.cpp:173 rc.cpp:1214 rc.cpp:1256 + #, no-c-format + msgid "Peers" + msgstr "Compañeros" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 18 +-#: rc.cpp:1274 ++#: rc.cpp:1226 + #, no-c-format + msgid "Toggle peers speed charts" + msgstr "Conmutar las gráficas de velocidad de los compañeros" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 22 +-#: rc.cpp:1277 ++#: rc.cpp:1229 + #, no-c-format + msgid "Interval between getting data about peers speed" + msgstr "Intervalo de obtención de datos de la velocidad de los compañeros" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 26 +-#: rc.cpp:1280 ++#: rc.cpp:1232 + #, no-c-format + msgid "Toggle drawing of leechers in swarms" + msgstr "Conmutar el dibujo de sanguijuelas en enjambres" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 30 +-#: rc.cpp:1283 ++#: rc.cpp:1235 + #, no-c-format + msgid "Toggle drawing of seeders in swarms" + msgstr "Conmutar el dibujo de sembradores en enjambres" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 35 +-#: rc.cpp:1286 ++#: rc.cpp:1238 + #, no-c-format + msgid "Download mesurments count" + msgstr "Cuenta de mediciones de descarga" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 39 +-#: rc.cpp:1289 ++#: rc.cpp:1241 + #, no-c-format + msgid "Peers speed mesurments count" + msgstr "Cuenta de mediciones de velocidades de los compañeros" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 43 +-#: rc.cpp:1292 ++#: rc.cpp:1244 + #, no-c-format + msgid "Upload mesurments count" + msgstr "Cuenta de mediciones de envío" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 47 +-#: rc.cpp:1295 ++#: rc.cpp:1247 + #, no-c-format + msgid "Connections mesurments count" + msgstr "Cuenta de mediciones de conexión" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 51 +-#: rc.cpp:1298 ++#: rc.cpp:1250 + #, no-c-format + msgid "DHT mesurments count" + msgstr "Cuenta de mediciones de DHT" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 56 +-#: rc.cpp:1301 ++#: rc.cpp:1253 + #, no-c-format + msgid "OY axis max mode" + msgstr "Modo de los máximos del eje OY" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 16 +-#: rc.cpp:1310 ++#: rc.cpp:1262 + #, no-c-format + msgid "Import an existing download" + msgstr "Importar una descarga existente" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 49 +-#: rc.cpp:1313 ++#: rc.cpp:1265 + #, no-c-format + msgid "Torrent:" + msgstr "Torrent:" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 63 +-#: rc.cpp:1316 ++#: rc.cpp:1268 + #, no-c-format + msgid "Data:" + msgstr "Datos:" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 95 +-#: rc.cpp:1319 ++#: rc.cpp:1271 + #, no-c-format + msgid "" + "Please specify the torrent and the data already downloaded for that torrent." + msgstr "Indique el torrent y los datos ya descargados de ese torrent." + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 133 +-#: rc.cpp:1322 ++#: rc.cpp:1274 + #, no-c-format + msgid "&Import" + msgstr "&Importar" + + #. i18n: file ./plugins/rssfeed/ktrssfeedplugin.kcfg line 10 +-#: rc.cpp:1328 ++#: rc.cpp:1280 + #, no-c-format + msgid "default" + msgstr "por omisión" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 18 +-#: rc.cpp:1331 ++#: rc.cpp:1283 + #, no-c-format + msgid "Rss Feeds" + msgstr "Fuentes RSS" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 36 +-#: rc.cpp:1334 ++#: rc.cpp:1286 + #, no-c-format + msgid "Feeds" + msgstr "Fuentes" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 78 +-#: rc.cpp:1337 ++#: rc.cpp:1289 + #, no-c-format + msgid "De&lete" + msgstr "&Borrar" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 86 +-#: rc.cpp:1340 rc.cpp:1382 rc.cpp:1392 ++#: rc.cpp:1292 rc.cpp:1331 rc.cpp:1340 + #, no-c-format + msgid "&New" + msgstr "&Nuevo" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 117 +-#: rc.cpp:1343 ++#: rc.cpp:1295 + #, no-c-format + msgid "&URL" + msgstr "&URL" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 139 +-#: rc.cpp:1346 ++#: rc.cpp:1298 + #, no-c-format + msgid "Articles" + msgstr "Artículos" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 216 +-#: rc.cpp:1353 ++#: rc.cpp:1304 + #, no-c-format + msgid "Auto&refresh" + msgstr "Actualiza&r automáticamente" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 242 +-#: rc.cpp:1356 ++#: rc.cpp:1307 + #, no-c-format + msgid "I&gnore TTL" + msgstr "I&gnorar el TTL" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 270 +-#: rc.cpp:1359 ++#: rc.cpp:1310 + #, no-c-format + msgid "Refresh" + msgstr "Actualizar" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 299 +-#: rc.cpp:1363 rc.cpp:1395 ++#: rc.cpp:1313 rc.cpp:1343 + #, no-c-format + msgid "&Title" + msgstr "&Título" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 323 +-#: rc.cpp:1366 ++#: rc.cpp:1316 + #, no-c-format + msgid "Keep Articles (days)" + msgstr "Mantener los artículos (días)" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 347 +-#: rc.cpp:1369 rc.cpp:1398 ++#: rc.cpp:1319 rc.cpp:1346 + #, no-c-format + msgid "&Active" + msgstr "&Activo" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 362 +-#: rc.cpp:1372 ++#: rc.cpp:1322 + #, no-c-format + msgid "Filters" + msgstr "Filtros" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 389 +-#: rc.cpp:1375 ++#: rc.cpp:1325 + #, no-c-format + msgid "Accept Filters" + msgstr "Aceptar los filtros" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 440 +-#: rc.cpp:1385 ++#: rc.cpp:1334 + #, no-c-format + msgid "Reject Filters" + msgstr "Rechazar los filtros" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 557 +-#: rc.cpp:1401 ++#: rc.cpp:1349 + #, no-c-format + msgid "Regular Expressions" + msgstr "Expresiones regulares" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 587 +-#: rc.cpp:1404 ++#: rc.cpp:1352 + #, no-c-format + msgid "Treat as &Series" + msgstr "Tratar como &serie" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 624 +-#: rc.cpp:1407 ++#: rc.cpp:1355 + #, no-c-format + msgid "Process" + msgstr "Proceso" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 643 +-#: rc.cpp:1411 ++#: rc.cpp:1358 + #, no-c-format + msgid "Series Criteria" + msgstr "Criterio de la serie" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 679 +-#: rc.cpp:1414 ++#: rc.cpp:1361 + #, no-c-format + msgid "Match Without Episode" + msgstr "Coincidencia sin episodio" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 713 +-#: rc.cpp:1418 ++#: rc.cpp:1364 + #, no-c-format + msgid "Max Episode" + msgstr "Episodio mínimo" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 739 +-#: rc.cpp:1421 ++#: rc.cpp:1367 + #, no-c-format + msgid "Max Season" + msgstr "Temporada máxima" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 758 +-#: rc.cpp:1424 ++#: rc.cpp:1370 + #, no-c-format + msgid "Min Season" + msgstr "Temporada mínima" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 782 +-#: rc.cpp:1427 ++#: rc.cpp:1373 + #, no-c-format + msgid "Min Episode" + msgstr "Episodio mínimo" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 814 +-#: rc.cpp:1430 ++#: rc.cpp:1376 + #, no-c-format + msgid "Test te&xt" + msgstr "Probar el te&xto" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 840 +-#: rc.cpp:1433 ++#: rc.cpp:1379 + #, no-c-format + msgid "Te&st" + msgstr "&Probar" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 858 +-#: rc.cpp:1436 ++#: rc.cpp:1382 + #, no-c-format + msgid "Filter Matches" + msgstr "Coincidencias del filtro" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 28 +-#: rc.cpp:1447 ++#: rc.cpp:1391 + #, no-c-format + msgid "Bandwidth scheduler" + msgstr "Planificador del ancho de banda" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 50 +-#: rc.cpp:1450 ++#: rc.cpp:1394 + #, no-c-format + msgid "Left click category" + msgstr "Categoría del botón izquierdo" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 61 +-#: rc.cpp:1453 ++#: rc.cpp:1397 + #, no-c-format + msgid "Categor&y 1" + msgstr "&Categoría 1" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 157 +-#: rc.cpp:1456 rc.cpp:1483 ++#: rc.cpp:1400 rc.cpp:1427 + #, no-c-format + msgid "T&urn off" + msgstr "&Desconectar" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 165 +-#: rc.cpp:1459 rc.cpp:1486 ++#: rc.cpp:1403 rc.cpp:1430 + #, no-c-format + msgid "&Normal" + msgstr "&Normal" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 195 +-#: rc.cpp:1462 ++#: rc.cpp:1406 + #, no-c-format + msgid "Category &3" + msgstr "Categoría &3" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 206 +-#: rc.cpp:1468 rc.cpp:1492 ++#: rc.cpp:1412 rc.cpp:1436 + #, no-c-format + msgid "Category &2" + msgstr "Categoría &2" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 219 +-#: rc.cpp:1474 ++#: rc.cpp:1418 + #, no-c-format + msgid "Right click category" + msgstr "Categoría del botón derecho" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 230 +-#: rc.cpp:1477 ++#: rc.cpp:1421 + #, no-c-format + msgid "Category &1" + msgstr "Categoría &1" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 367 +-#: rc.cpp:1489 ++#: rc.cpp:1433 + #, no-c-format + msgid "&Category 3" + msgstr "&Categoría 3" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 390 +-#: rc.cpp:1498 ++#: rc.cpp:1442 + #, no-c-format + msgid "Categories" + msgstr "Categorías" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 401 +-#: rc.cpp:1501 ++#: rc.cpp:1445 + #, no-c-format + msgid "1. Category" + msgstr "1. Categoría" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 409 +-#: rc.cpp:1504 ++#: rc.cpp:1448 + #, no-c-format + msgid "3. Category" + msgstr "3. Categoría" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 425 +-#: rc.cpp:1507 rc.cpp:1516 rc.cpp:1525 ++#: rc.cpp:1451 rc.cpp:1460 rc.cpp:1469 + #, no-c-format + msgid "download:" + msgstr "descarga:" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 441 +-#: rc.cpp:1510 rc.cpp:1519 rc.cpp:1528 ++#: rc.cpp:1454 rc.cpp:1463 rc.cpp:1472 + #, no-c-format + msgid "upload:" + msgstr "envío:" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 457 +-#: rc.cpp:1513 rc.cpp:1522 rc.cpp:1531 ++#: rc.cpp:1457 rc.cpp:1466 rc.cpp:1475 + #, no-c-format + msgid "KB/s *" + msgstr "kB/s *" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 567 +-#: rc.cpp:1534 ++#: rc.cpp:1478 + #, no-c-format + msgid "2. Category" + msgstr "2. Categoría" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 626 +-#: rc.cpp:1538 ++#: rc.cpp:1481 + #, no-c-format + msgid "* zero means no limit" + msgstr "* el cero significa ilimitado" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 672 +-#: rc.cpp:1541 ++#: rc.cpp:1484 + #, no-c-format + msgid "Save to file" + msgstr "Guardar en un fichero" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 680 +-#: rc.cpp:1544 ++#: rc.cpp:1487 + #, no-c-format + msgid "&Load from file" + msgstr "&Cargar de un fichero" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 688 +-#: rc.cpp:1547 ++#: rc.cpp:1490 + #, no-c-format + msgid "Reset schedule" + msgstr "Reiniciar la planificación" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 751 +-#: rc.cpp:1550 ++#: rc.cpp:1493 + #, no-c-format + msgid "O&k" + msgstr "&Aceptar" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 16 +-#: rc.cpp:1559 ++#: rc.cpp:1502 + #, no-c-format + msgid "Scheduler Plugin Pref Page" + msgstr "Página de preferencias del complemento de planificación" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 27 +-#: rc.cpp:1562 ++#: rc.cpp:1505 + #, no-c-format + msgid "Use &bandwidth scheduler?" + msgstr "¿Usar el planificador del ancho de &banda?" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 35 +-#: plugins/scheduler/schedulerplugin.cpp:59 rc.cpp:1565 ++#: plugins/scheduler/schedulerplugin.cpp:59 rc.cpp:1508 + #, no-c-format + msgid "Bandwidth Scheduler" + msgstr "Planificador del ancho de banda" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 46 +-#: rc.cpp:1568 ++#: rc.cpp:1511 + #, no-c-format + msgid "Use colors instead of pi&xmaps?" + msgstr "¿Usar colores en vez de &imágenes?" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 54 +-#: rc.cpp:1571 ++#: rc.cpp:1514 + #, no-c-format + msgid "(Recommended for slower systems)" + msgstr "(Recomendado para los sistemas más lentos)" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 62 +-#: rc.cpp:1574 ++#: rc.cpp:1517 + #, no-c-format + msgid "Edit s&chedule" + msgstr "Editar la planifi&cación" + + #. i18n: file ./plugins/scheduler/ktschedulerplugin.kcfg line 10 +-#: rc.cpp:1577 ++#: rc.cpp:1520 + #, no-c-format + msgid "Enable bandwidth scheduler?" + msgstr "¿Habilitar el planificador del ancho de banda?" + + #. i18n: file ./plugins/scheduler/ktschedulerplugin.kcfg line 14 +-#: rc.cpp:1580 ++#: rc.cpp:1523 + #, no-c-format + msgid "Use colors instead of pixmaps?" + msgstr "¿Usar colores en vez de imágenes?" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 10 +-#: rc.cpp:1583 ++#: rc.cpp:1526 + #, no-c-format + msgid "Use rich log text" + msgstr "Usar texto enriquecido en el registro" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 15 +-#: rc.cpp:1586 ++#: rc.cpp:1529 + #, no-c-format + msgid "General info messages flag" + msgstr "Señal de mensajes de información general" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 19 +-#: rc.cpp:1589 ++#: rc.cpp:1532 + #, no-c-format + msgid "Connections messages flag" + msgstr "Señal de mensajes de conexión" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 23 +-#: rc.cpp:1592 ++#: rc.cpp:1535 + #, no-c-format + msgid "DHT messages flag" + msgstr "Señal de mensajes DHT" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 27 +-#: rc.cpp:1595 ++#: rc.cpp:1538 + #, no-c-format + msgid "Tracker info messages flag" + msgstr "Señal de mensajes de información del localizador" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 31 +-#: rc.cpp:1598 ++#: rc.cpp:1541 + #, no-c-format + msgid "Disk IO info messages flag" + msgstr "Señal de mensajes de información de E/S del disco" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 35 +-#: rc.cpp:1601 ++#: rc.cpp:1544 + #, no-c-format + msgid "IPFilter plugin messages flag" + msgstr "Señal de mensajes del complemento IPfilter" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 39 +-#: rc.cpp:1604 ++#: rc.cpp:1547 + #, no-c-format + msgid "Search plugin messages flag" + msgstr "Señal de mensajes del complemento de búsqueda" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 43 +-#: rc.cpp:1607 ++#: rc.cpp:1550 + #, no-c-format + msgid "PartFileImport plugin messages flag" + msgstr "Señal de mensajes del complemento PartFileImport" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 47 +-#: rc.cpp:1610 ++#: rc.cpp:1553 + #, no-c-format + msgid "InfoWidget plugin messages flag" + msgstr "Señal de mensajes del complemento InfoWidget" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 51 +-#: rc.cpp:1613 ++#: rc.cpp:1556 + #, no-c-format + msgid "UPnP plugin messages flag" + msgstr "Señal de mensajes del complemento de UPnP" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 55 +-#: rc.cpp:1616 ++#: rc.cpp:1559 + #, no-c-format + msgid "ScanFolder plugin messages flag" + msgstr "Señal de mensajes del complemento de carpeta de búsquedas" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 59 +-#: rc.cpp:1619 ++#: rc.cpp:1562 + #, no-c-format + msgid "Scheduler plugin messages flag" + msgstr "Señal de mensajes del complemento de planificación" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 63 +-#: rc.cpp:1622 ++#: rc.cpp:1565 + #, no-c-format + msgid "RSS plugin messages flag" + msgstr "Señal de los mensajes del complemento de RSS" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 67 +-#: rc.cpp:1625 ++#: rc.cpp:1568 + #, no-c-format + msgid "WebInterface plugin messages flag" + msgstr "Señal de los mensajes del complemento de la interfaz web" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 16 +-#: plugins/logviewer/logprefpage.cpp:31 rc.cpp:1628 ++#: plugins/logviewer/logprefpage.cpp:31 rc.cpp:1571 + #, no-c-format + msgid "LogViewer Options" + msgstr "Opciones del visualizador del registro" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 44 +-#: libktorrent/pluginmanagerprefpage.cpp:63 rc.cpp:1631 ++#: libktorrent/pluginmanagerprefpage.cpp:63 rc.cpp:1574 + #, no-c-format + msgid "Plugins" + msgstr "Complementos" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 53 +-#: rc.cpp:1634 rc.cpp:1652 rc.cpp:1670 rc.cpp:1691 rc.cpp:1706 rc.cpp:1724 +-#: rc.cpp:1745 rc.cpp:1763 rc.cpp:1778 rc.cpp:1811 rc.cpp:1826 rc.cpp:1841 +-#: rc.cpp:1859 rc.cpp:1874 ++#: rc.cpp:1577 rc.cpp:1595 rc.cpp:1613 rc.cpp:1634 rc.cpp:1649 rc.cpp:1667 ++#: rc.cpp:1688 rc.cpp:1706 rc.cpp:1721 rc.cpp:1754 rc.cpp:1769 rc.cpp:1784 ++#: rc.cpp:1802 rc.cpp:1817 + #, no-c-format + msgid "All" + msgstr "Todo" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 58 +-#: rc.cpp:1637 rc.cpp:1655 rc.cpp:1673 rc.cpp:1694 rc.cpp:1709 rc.cpp:1727 +-#: rc.cpp:1748 rc.cpp:1766 rc.cpp:1781 rc.cpp:1814 rc.cpp:1829 rc.cpp:1844 +-#: rc.cpp:1862 rc.cpp:1877 ++#: rc.cpp:1580 rc.cpp:1598 rc.cpp:1616 rc.cpp:1637 rc.cpp:1652 rc.cpp:1670 ++#: rc.cpp:1691 rc.cpp:1709 rc.cpp:1724 rc.cpp:1757 rc.cpp:1772 rc.cpp:1787 ++#: rc.cpp:1805 rc.cpp:1820 + #, no-c-format + msgid "Debug" + msgstr "Depuración" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 63 +-#: rc.cpp:1640 rc.cpp:1658 rc.cpp:1676 rc.cpp:1697 rc.cpp:1712 rc.cpp:1730 +-#: rc.cpp:1751 rc.cpp:1769 rc.cpp:1784 rc.cpp:1817 rc.cpp:1832 rc.cpp:1847 +-#: rc.cpp:1865 rc.cpp:1880 ++#: rc.cpp:1583 rc.cpp:1601 rc.cpp:1619 rc.cpp:1640 rc.cpp:1655 rc.cpp:1673 ++#: rc.cpp:1694 rc.cpp:1712 rc.cpp:1727 rc.cpp:1760 rc.cpp:1775 rc.cpp:1790 ++#: rc.cpp:1808 rc.cpp:1823 + #, no-c-format + msgid "Notice" + msgstr "Aviso" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 68 +-#: rc.cpp:1643 rc.cpp:1661 rc.cpp:1679 rc.cpp:1700 rc.cpp:1715 rc.cpp:1733 +-#: rc.cpp:1754 rc.cpp:1772 rc.cpp:1787 rc.cpp:1820 rc.cpp:1835 rc.cpp:1850 +-#: rc.cpp:1868 rc.cpp:1883 ++#: rc.cpp:1586 rc.cpp:1604 rc.cpp:1622 rc.cpp:1643 rc.cpp:1658 rc.cpp:1676 ++#: rc.cpp:1697 rc.cpp:1715 rc.cpp:1730 rc.cpp:1763 rc.cpp:1778 rc.cpp:1793 ++#: rc.cpp:1811 rc.cpp:1826 + #, no-c-format + msgid "Important" + msgstr "Importante" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 73 +-#: rc.cpp:1646 rc.cpp:1664 rc.cpp:1682 rc.cpp:1703 rc.cpp:1718 rc.cpp:1736 +-#: rc.cpp:1757 rc.cpp:1775 rc.cpp:1790 rc.cpp:1823 rc.cpp:1838 rc.cpp:1853 +-#: rc.cpp:1871 rc.cpp:1886 ++#: rc.cpp:1589 rc.cpp:1607 rc.cpp:1625 rc.cpp:1646 rc.cpp:1661 rc.cpp:1679 ++#: rc.cpp:1700 rc.cpp:1718 rc.cpp:1733 rc.cpp:1766 rc.cpp:1781 rc.cpp:1796 ++#: rc.cpp:1814 rc.cpp:1829 + #, no-c-format + msgid "None" + msgstr "Ninguno" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 85 +-#: rc.cpp:1649 ++#: rc.cpp:1592 + #, no-c-format + msgid "IPFilter:" + msgstr "Filtro de IP:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 126 +-#: rc.cpp:1667 ++#: rc.cpp:1610 + #, no-c-format + msgid "Search:" + msgstr "Buscar:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 167 +-#: rc.cpp:1685 ++#: rc.cpp:1628 + #, no-c-format + msgid "UPnP:" + msgstr "UPnP:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 178 +-#: rc.cpp:1688 ++#: rc.cpp:1631 + #, no-c-format + msgid "ScanFolder:" + msgstr "Carpeta de búsquedas:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 249 +-#: rc.cpp:1721 ++#: rc.cpp:1664 + #, no-c-format + msgid "Scheduler:" + msgstr "Planificador:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 290 +-#: rc.cpp:1739 ++#: rc.cpp:1682 + #, no-c-format + msgid "PartFileImport:" + msgstr "PartFileImport:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 301 +-#: rc.cpp:1742 ++#: rc.cpp:1685 + #, no-c-format + msgid "InfoWidget:" + msgstr "InfoWidget:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 342 +-#: rc.cpp:1760 ++#: rc.cpp:1703 + #, no-c-format + msgid "RSS plugin:" + msgstr "Complemento de RSS:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 413 +-#: rc.cpp:1793 ++#: rc.cpp:1736 + #, no-c-format + msgid "WebInterface plugin:" + msgstr "Complemento de la interfaz web:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 426 +-#: rc.cpp:1796 ++#: rc.cpp:1739 + #, no-c-format + msgid "System" + msgstr "Sistema" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 437 +-#: rc.cpp:1799 ++#: rc.cpp:1742 + #, no-c-format + msgid "General:" + msgstr "General:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 445 +-#: rc.cpp:1802 ++#: rc.cpp:1745 + #, no-c-format + msgid "Connections:" + msgstr "Conexiones:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 559 +-#: rc.cpp:1856 ++#: rc.cpp:1799 + #, no-c-format + msgid "Disk I/O:" + msgstr "E/S de disco:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 640 +-#: rc.cpp:1892 ++#: rc.cpp:1835 + #, no-c-format + msgid "Use rich te&xt for log" + msgstr "Usar te&xto enriquecido en el registro" + + #. i18n: file ./plugins/search/searchpref.ui line 41 +-#: rc.cpp:1898 ++#: rc.cpp:1841 + #, no-c-format + msgid "External Browser" + msgstr "Navegador externo" + + #. i18n: file ./plugins/search/searchpref.ui line 52 +-#: rc.cpp:1901 ++#: rc.cpp:1844 + #, no-c-format + msgid "Open searches in external browser" + msgstr "Abrir las búsquedas en un navegador externo" + + #. i18n: file ./plugins/search/searchpref.ui line 60 +-#: rc.cpp:1904 rc.cpp:1955 ++#: rc.cpp:1847 rc.cpp:1892 + #, no-c-format + msgid "Use default browser" + msgstr "Usar el navegador predefinido" + + #. i18n: file ./plugins/search/searchpref.ui line 79 +-#: rc.cpp:1908 ++#: rc.cpp:1850 + #, no-c-format + msgid "Custom browser path:" + msgstr "Ruta al navegador personalizado:" + + #. i18n: file ./plugins/search/searchpref.ui line 116 +-#: rc.cpp:1912 ++#: rc.cpp:1853 + #, no-c-format + msgid "Search Engines" + msgstr "Motores de búsqueda" + + #. i18n: file ./plugins/search/searchpref.ui line 143 +-#: rc.cpp:1916 ++#: rc.cpp:1856 + #, no-c-format + msgid "Search engine name:" + msgstr "Nombre del motor de búsqueda:" + + #. i18n: file ./plugins/search/searchpref.ui line 187 +-#: rc.cpp:1922 ++#: rc.cpp:1862 + #, no-c-format + msgid "&Add" + msgstr "&Añadir" + + #. i18n: file ./plugins/search/searchpref.ui line 195 +-#: rc.cpp:1925 ++#: rc.cpp:1865 + #, no-c-format + msgid "Engines" + msgstr "Motores" + + #. i18n: file ./plugins/search/searchpref.ui line 206 +-#: rc.cpp:1928 ++#: rc.cpp:1868 + #, no-c-format + msgid "URL" + msgstr "URL" + + #. i18n: file ./plugins/search/searchpref.ui line 257 +-#: rc.cpp:1934 ++#: rc.cpp:1874 + #, no-c-format + msgid "R&emove All" + msgstr "&Eliminar todo" + + #. i18n: file ./plugins/search/searchpref.ui line 282 +-#: rc.cpp:1937 ++#: rc.cpp:1877 + #, no-c-format + msgid "Add Defau<" + msgstr "Añadir &predeterminado" + + #. i18n: file ./plugins/search/searchpref.ui line 290 +-#: rc.cpp:1940 ++#: rc.cpp:1880 + #, no-c-format + msgid "Update From Internet" + msgstr "Actualizar por Internet" + + #. i18n: file ./plugins/search/searchbar.ui line 53 + #: plugins/search/searchplugin.cpp:50 plugins/search/searchtab.cpp:48 +-#: rc.cpp:1946 ++#: rc.cpp:1883 + #, no-c-format + msgid "Search" + msgstr "Buscar" + + #. i18n: file ./plugins/search/searchbar.ui line 78 +-#: rc.cpp:1949 ++#: rc.cpp:1886 + #, no-c-format + msgid "Search engine:" + msgstr "Motor de búsqueda:" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 10 +-#: rc.cpp:1952 ++#: rc.cpp:1889 + #, no-c-format + msgid "Current search engine" + msgstr "Motor de búsqueda actual" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 19 +-#: rc.cpp:1958 ++#: rc.cpp:1895 + #, no-c-format + msgid "Use custom browser" + msgstr "Usar un navegador personalizado" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 23 +-#: rc.cpp:1961 ++#: rc.cpp:1898 + #, no-c-format + msgid "Custom browser executable path" + msgstr "Ruta del ejecutable del navegador personalizado" +@@ -4123,7 +4123,7 @@ msgstr "Verificando los datos" + msgid "Stopped. No space left on device." + msgstr "Detenido. No queda espacio en el dispositivo." + +-#: libktorrent/torrent/queuemanager.cpp:135 ++#: libktorrent/torrent/queuemanager.cpp:136 + msgid "" + "You don't have enough disk space to download this torrent. Are you sure you " + "want to continue?" +@@ -4131,12 +4131,12 @@ msgstr "" + "No tiene suficiente espacio en disco para descargar este torrent. ¿Seguro que " + "desea continuar?" + +-#: libktorrent/torrent/queuemanager.cpp:135 ++#: libktorrent/torrent/queuemanager.cpp:136 + #, c-format + msgid "Insufficient disk space for %1" + msgstr "Espacio en disco insuficiente para %1" + +-#: libktorrent/torrent/queuemanager.cpp:157 ++#: libktorrent/torrent/queuemanager.cpp:158 + msgid "" + "Torrent \"%1\" has reached its maximum share ratio. Ignore the limit and start " + "seeding anyway?" +@@ -4144,16 +4144,16 @@ msgstr "" + "Este torrent «%1» ha alcanzado su proporción de compartición máxima. ¿Desea " + "ignorar el limite y comenzar a sembrar de todas formas?" + +-#: libktorrent/torrent/queuemanager.cpp:157 ++#: libktorrent/torrent/queuemanager.cpp:158 + msgid "Maximum share ratio limit reached." + msgstr "Se ha alcanzado el límite de proporción de compartición." + +-#: libktorrent/torrent/queuemanager.cpp:236 +-#: libktorrent/torrent/queuemanager.cpp:760 ++#: libktorrent/torrent/queuemanager.cpp:237 ++#: libktorrent/torrent/queuemanager.cpp:763 + msgid "Error stopping torrent %1 : %2" + msgstr "Error al detener el torrent %1: %2" + +-#: libktorrent/torrent/queuemanager.cpp:742 ++#: libktorrent/torrent/queuemanager.cpp:745 + msgid "Error starting torrent %1 : %2" + msgstr "Error al iniciar el torrent %1: %2" + +@@ -4915,6 +4915,3 @@ msgid "" + msgstr "" + "Encontrar compañeros ejecutando ktorrent en la red local con los que compartir " + "torrents" +- +-#~ msgid "ETA algorithm:" +-#~ msgstr "Algoritmo de ETA:" +diff --git a/translations/et/messages/ktorrent.po b/translations/et/messages/ktorrent.po +index c43ee72..a93d9e4 100644 +--- a/translations/et/messages/ktorrent.po ++++ b/translations/et/messages/ktorrent.po +@@ -6,7 +6,7 @@ + msgid "" + msgstr "" + "Project-Id-Version: ktorrent\n" +-"POT-Creation-Date: 2008-04-18 19:40+0200\n" ++"POT-Creation-Date: 2008-07-08 22:20+0200\n" + "PO-Revision-Date: 2008-03-23 22:27+0300\n" + "Last-Translator: Marek Laane \n" + "Language-Team: Estonian \n" +@@ -20,7 +20,7 @@ msgid "No incoming connections (possibly firewalled)" + msgstr "Sisenevaid ühendusi pole (tulemüüri taga?)" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 42 +-#: apps/ktorrent/ktorrent.cpp:184 rc.cpp:345 rc.cpp:383 rc.cpp:1019 ++#: apps/ktorrent/ktorrent.cpp:184 rc.cpp:336 rc.cpp:369 rc.cpp:989 + #, no-c-format + msgid "Info" + msgstr "Info" +@@ -188,7 +188,7 @@ msgstr "Vigane URL." + #. i18n: file ./apps/ktorrent/ktorrentui.rc line 9 + #: apps/ktorrent/groups/downloadgroup.cpp:27 + #: apps/ktorrent/groups/groupmanager.h:57 apps/ktorrent/pref.cpp:147 +-#: apps/ktorrent/viewmanager.cpp:62 rc.cpp:138 rc.cpp:342 ++#: apps/ktorrent/viewmanager.cpp:62 rc.cpp:132 rc.cpp:333 + #, no-c-format + msgid "Downloads" + msgstr "Allalaadimised" +@@ -311,7 +311,7 @@ msgid "Document to open" + msgstr "Avatav dokument" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 59 +-#: apps/ktorrent/main.cpp:120 rc.cpp:553 ++#: apps/ktorrent/main.cpp:120 rc.cpp:532 + #, no-c-format + msgid "KTorrent" + msgstr "KTorrent" +@@ -574,7 +574,7 @@ msgstr "Torrenti lähtemasinad:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 85 + #: apps/ktorrent/ktorrentviewmenu.cpp:66 plugins/infowidget/peerview.cpp:221 +-#: rc.cpp:77 rc.cpp:1256 rc.cpp:1307 ++#: rc.cpp:75 rc.cpp:1208 rc.cpp:1259 + #, no-c-format + msgid "DHT" + msgstr "DHT" +@@ -616,7 +616,7 @@ msgid "Add to Group" + msgstr "Lisa gruppi" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 16 +-#: apps/ktorrent/ktorrentviewmenu.cpp:100 rc.cpp:147 ++#: apps/ktorrent/ktorrentviewmenu.cpp:100 rc.cpp:141 + #, no-c-format + msgid "Speed Limits" + msgstr "Kiiruse piirangud" +@@ -635,7 +635,7 @@ msgid "Malformed IP address." + msgstr "Vigane IP-aadress." + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 311 +-#: apps/ktorrent/pref.cpp:58 rc.cpp:282 ++#: apps/ktorrent/pref.cpp:58 rc.cpp:273 + #, no-c-format + msgid "Preferences" + msgstr "Seadistused" +@@ -671,7 +671,7 @@ msgid "Advanced" + msgstr "Muud" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 27 +-#: apps/ktorrent/pref.cpp:411 rc.cpp:540 ++#: apps/ktorrent/pref.cpp:411 rc.cpp:519 + #, no-c-format + msgid "Advanced Options" + msgstr "Muud valikud" +@@ -682,7 +682,7 @@ msgstr "Nähtavad veerud" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 16 + #: apps/ktorrent/ktorrentview.cpp:135 +-#: plugins/infowidget/infowidgetplugin.cpp:76 rc.cpp:1016 ++#: plugins/infowidget/infowidgetplugin.cpp:76 rc.cpp:986 + #, no-c-format + msgid "Status" + msgstr "Olek" +@@ -704,7 +704,7 @@ msgstr "Üleslaaditud" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 313 + #: apps/ktorrent/ktorrentview.cpp:139 plugins/infowidget/peerview.cpp:216 +-#: rc.cpp:1010 ++#: rc.cpp:980 + #, no-c-format + msgid "Down Speed" + msgstr "Tõmbamiskiirus" +@@ -828,7 +828,7 @@ msgid "User" + msgstr "Kasutaja" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 24 +-#: apps/ktorrent/queuedialog.cpp:75 rc.cpp:249 ++#: apps/ktorrent/queuedialog.cpp:75 rc.cpp:240 + #, no-c-format + msgid "Queue Manager" + msgstr "Järjekorrahaldur" +@@ -1051,8 +1051,8 @@ msgid "Start torrent" + msgstr "Alusta torrentit" + + #. i18n: file ./apps/ktorrent/fileselectdlgbase.ui line 160 +-#: plugins/infowidget/fileview.cpp:49 rc.cpp:27 rc.cpp:1244 rc.cpp:1259 +-#: rc.cpp:1349 rc.cpp:1439 ++#: plugins/infowidget/fileview.cpp:49 rc.cpp:27 rc.cpp:1196 rc.cpp:1211 ++#: rc.cpp:1301 rc.cpp:1385 + #, no-c-format + msgid "Download" + msgstr "Allalaadimine" +@@ -1106,13 +1106,13 @@ msgid "Encryption" + msgstr "Krüptimine" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 58 +-#: rc.cpp:64 rc.cpp:787 ++#: rc.cpp:63 rc.cpp:764 + #, no-c-format + msgid "Use protocol encryption" + msgstr "Krüptimise kasutamine" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 64 +-#: rc.cpp:68 ++#: rc.cpp:66 + #, no-c-format + msgid "" + "Protocol encryption is used to prevent ISP's from slowing down bittorrent " +@@ -1122,13 +1122,13 @@ msgstr "" + "ühendusi." + + #. i18n: file ./apps/ktorrent/generalpref.ui line 72 +-#: rc.cpp:71 rc.cpp:790 ++#: rc.cpp:69 rc.cpp:767 + #, no-c-format + msgid "Allow unencrypted connections" + msgstr "Krüptimata ühenduste lubamine" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 75 +-#: rc.cpp:74 ++#: rc.cpp:72 + #, no-c-format + msgid "" + "If unchecked, you'll be able to connect only to clients supporting encryption." +@@ -1136,7 +1136,7 @@ msgstr "" + "Märkimata jätmisel saab ühendust luua ainult krüptimist toetavate klientidega." + + #. i18n: file ./apps/ktorrent/generalpref.ui line 88 +-#: rc.cpp:80 ++#: rc.cpp:78 + #, no-c-format + msgid "" + "Distributed Hash Table protocol." +@@ -1147,169 +1147,169 @@ msgstr "" + "sellest käsiraamat." + + #. i18n: file ./apps/ktorrent/generalpref.ui line 99 +-#: rc.cpp:83 ++#: rc.cpp:81 + #, no-c-format + msgid "&Use DHT to get additional peers" + msgstr "DHT kas&utamine lisamasinate hankimiseks" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 118 +-#: rc.cpp:87 ++#: rc.cpp:84 + #, no-c-format + msgid "UDP port for DHT communication:" + msgstr "UDP port DHT suhtluseks:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 161 +-#: rc.cpp:90 ++#: rc.cpp:87 + #, no-c-format + msgid "Custom IP" + msgstr "Kohandatud IP" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 172 +-#: rc.cpp:93 ++#: rc.cpp:90 + #, no-c-format + msgid "Se&nd the tracker a custom IP address or hostname" + msgstr "Tracker'isse saadetakse koha&ndatud IP või masinanimi" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 188 +-#: rc.cpp:96 ++#: rc.cpp:93 + #, no-c-format + msgid "Custom IP address or hostname:" + msgstr "Kohandatud IP või masinanimi:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 205 +-#: rc.cpp:99 ++#: rc.cpp:96 + #, no-c-format + msgid "System Tray Icon" + msgstr "Süsteemse salve ikoon" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 216 +-#: rc.cpp:102 ++#: rc.cpp:99 + #, no-c-format + msgid "Show s&ystem tray icon" + msgstr "Ikoon &süsteemses salves" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 224 +-#: rc.cpp:105 ++#: rc.cpp:102 + #, no-c-format + msgid "Show speed &bar in tray icon" + msgstr "Kiiruseri&ba näitamine süsteemses salves" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 232 +-#: rc.cpp:108 ++#: rc.cpp:105 + #, no-c-format + msgid "Show system tray popup messages" + msgstr "Süsteemse salve hüpikteadete näitamine" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 251 +-#: rc.cpp:112 ++#: rc.cpp:108 + #, no-c-format + msgid "Upload bandwidth (in KB/sec):" + msgstr "Üleslaadimise ribalaius (KB/s):" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 276 +-#: rc.cpp:115 ++#: rc.cpp:111 + #, no-c-format + msgid "Download bandwidth (in KB/sec):" + msgstr "Allalaadimise ribalaius (KB/s):" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 305 +-#: rc.cpp:118 ++#: rc.cpp:114 + #, no-c-format + msgid "Folders" + msgstr "Kataloogid" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 324 +-#: rc.cpp:121 ++#: rc.cpp:117 + #, no-c-format + msgid "Folder to store temporary files:" + msgstr "Ajutiste failide salvestamise kataloog:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 342 +-#: rc.cpp:124 ++#: rc.cpp:120 + #, no-c-format + msgid "Move completed downloads to:" + msgstr "Lõpetatud allalaadimised liigutatakse asukohta:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 353 +-#: rc.cpp:128 ++#: rc.cpp:123 + #, no-c-format + msgid "&Automatically save downloads to:" + msgstr "&Allalaadimised salvestatakse automaatselt kataloogi:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 395 +-#: rc.cpp:131 ++#: rc.cpp:126 + #, no-c-format + msgid "Copy .torrent files to:" + msgstr ".torrent-failid kopeeritakse asukohta:" + + #. i18n: file ./apps/ktorrent/ktorrentui.rc line 34 +-#: rc.cpp:144 ++#: rc.cpp:138 + #, no-c-format + msgid "Download Toolbar" + msgstr "Allalaadimisriba" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 27 +-#: rc.cpp:150 ++#: rc.cpp:144 + #, no-c-format + msgid "Set the speed limits for torrent" + msgstr "Torrenti kiirusepiirangute määramine" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 51 +-#: rc.cpp:153 ++#: rc.cpp:147 + #, no-c-format + msgid "Max upload rate:" + msgstr "Maks. üleslaadimise kiirus:" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 59 +-#: rc.cpp:156 ++#: rc.cpp:150 + #, no-c-format + msgid "Max download rate:" + msgstr "Maks. allalaadimise kiirus:" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 97 +-#: rc.cpp:159 rc.cpp:162 ++#: rc.cpp:153 rc.cpp:156 + #, no-c-format + msgid "KB/s (0 is no limit)" + msgstr "KB/s (0 tähendab piirangu puudumist)" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 16 +-#: rc.cpp:171 ++#: rc.cpp:165 + #, no-c-format + msgid "Add potential peer" + msgstr "Võimaliku masina lisamine" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 35 +-#: rc.cpp:174 ++#: rc.cpp:168 + #, no-c-format + msgid "Peer IP:" + msgstr "Masina IP:" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 43 +-#: rc.cpp:177 rc.cpp:208 ++#: rc.cpp:171 rc.cpp:201 + #, no-c-format + msgid "127.0.0.1" + msgstr "127.0.0.1" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 51 +-#: rc.cpp:180 rc.cpp:288 rc.cpp:525 rc.cpp:931 ++#: rc.cpp:174 rc.cpp:279 rc.cpp:504 rc.cpp:908 + #, no-c-format + msgid "Port:" + msgstr "Port:" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 100 +-#: rc.cpp:183 ++#: rc.cpp:177 + #, no-c-format + msgid "Enter peer IP and port." + msgstr "Sisesta masina IP ja port." + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 16 +-#: rc.cpp:193 ++#: rc.cpp:186 + #, no-c-format + msgid "KTorrent Blacklist" + msgstr "KTorrenti must nimekiri" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 30 +-#: rc.cpp:196 ++#: rc.cpp:189 + #, no-c-format + msgid "" + "Note: Blacklist applies to current session only. Use save/open to save your " +@@ -1319,188 +1319,188 @@ msgstr "" + "salvesta nimekiri või kasuta IP filtri pluginat." + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 41 +-#: rc.cpp:199 ++#: rc.cpp:192 + #, no-c-format + msgid "Banned Peers" + msgstr "Keelatud masinad" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 50 +-#: rc.cpp:202 ++#: rc.cpp:195 + #, no-c-format + msgid "Peer IP address" + msgstr "Masina IP aadress" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 96 +-#: rc.cpp:205 ++#: rc.cpp:198 + #, no-c-format + msgid "Add peer:" + msgstr "Masina lisamine:" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 134 +-#: rc.cpp:215 ++#: rc.cpp:207 + #, no-c-format + msgid "Adds a peer to blacklist" + msgstr "Lisab masina musta nimekirja" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 168 +-#: rc.cpp:222 ++#: rc.cpp:213 + #, no-c-format + msgid "Removes selected peer from blacklist" + msgstr "Eemaldab valitud masina mustast nimekirjast" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 176 +-#: rc.cpp:225 ++#: rc.cpp:216 + #, no-c-format + msgid "C&lear" + msgstr "&Puhasta" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 182 +-#: rc.cpp:228 ++#: rc.cpp:219 + #, no-c-format + msgid "Clears this list" + msgstr "Puhastab nimekirja" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 218 +-#: rc.cpp:234 ++#: rc.cpp:225 + #, no-c-format + msgid "Save &As..." + msgstr "&Salvesta kui..." + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 224 +-#: rc.cpp:237 ++#: rc.cpp:228 + #, no-c-format + msgid "Save this blacklist to use with KTorrent IPFilter plugin" + msgstr "" + "Salvestab musta nimekirja, et KTorrenti IP filtri plugin saaks seda kasutada" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 59 +-#: rc.cpp:252 ++#: rc.cpp:243 + #, no-c-format + msgid "Maximum downloads:" + msgstr "Maks. allalaaditavate torrentite arv:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 86 +-#: rc.cpp:255 ++#: rc.cpp:246 + #, no-c-format + msgid "Maximum seeds:" + msgstr "Maks. levitatavate torrentite arv:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 94 +-#: rc.cpp:258 ++#: rc.cpp:249 + #, no-c-format + msgid "Start download on low disk space :" + msgstr "Allalaadimise alustamine napi kettaruumi korral: " + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 102 +-#: rc.cpp:261 ++#: rc.cpp:252 + #, no-c-format + msgid "Minimum disk space:" + msgstr "Minimaalne kettaruum:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 140 +-#: rc.cpp:264 ++#: rc.cpp:255 + #, no-c-format + msgid "Don't start" + msgstr "Ei alustata" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 145 +-#: rc.cpp:267 ++#: rc.cpp:258 + #, no-c-format + msgid "Always ask" + msgstr "Alati küsitakse" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 150 +-#: rc.cpp:270 ++#: rc.cpp:261 + #, no-c-format + msgid "Force start" + msgstr "Alati alustatakse" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 208 +-#: rc.cpp:273 ++#: rc.cpp:264 + #, no-c-format + msgid "MB" + msgstr "MB" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 236 +-#: rc.cpp:276 rc.cpp:279 rc.cpp:312 rc.cpp:315 rc.cpp:324 ++#: rc.cpp:267 rc.cpp:270 rc.cpp:303 rc.cpp:306 rc.cpp:315 + #, no-c-format + msgid "(0 is no limit)" + msgstr "(0 tähendab piirangu puudumist)" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 330 +-#: rc.cpp:285 ++#: rc.cpp:276 + #, no-c-format + msgid "Maximum download rate:" + msgstr "Maks. allalaadimise kiirus:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 346 +-#: rc.cpp:291 ++#: rc.cpp:282 + #, no-c-format + msgid "Global connection limit:" + msgstr "Globaalne ühenduste piirang:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 354 +-#: rc.cpp:294 ++#: rc.cpp:285 + #, no-c-format + msgid "Max seed time:" + msgstr "Maks. levitamisaeg:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 370 +-#: rc.cpp:297 ++#: rc.cpp:288 + #, no-c-format + msgid "Maximum connections per torrent:" + msgstr "Maks. ühenduste arv torrenti kohta:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 397 +-#: rc.cpp:300 ++#: rc.cpp:291 + #, no-c-format + msgid "Number of upload slots:" + msgstr "Üleslaadimispesade arv:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 405 +-#: rc.cpp:303 ++#: rc.cpp:294 + #, no-c-format + msgid "UDP tracker port:" + msgstr "Tracker'i UDP port:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 413 +-#: rc.cpp:306 ++#: rc.cpp:297 + #, no-c-format + msgid "Max share ratio:" + msgstr "Maks. üles- ja allalaadimise suhe:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 421 +-#: rc.cpp:309 ++#: rc.cpp:300 + #, no-c-format + msgid "Maximum upload rate:" + msgstr "Maks. üleslaadimise kiirus:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 576 +-#: rc.cpp:318 rc.cpp:321 ++#: rc.cpp:309 rc.cpp:312 + #, no-c-format + msgid "KB/sec (0 is no limit)" + msgstr "KB/sek (0 tähendab piirangu puudumist)" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 651 +-#: rc.cpp:327 ++#: rc.cpp:318 + #, no-c-format + msgid "Hours (0 is no limit)" + msgstr "tundi (0 tähendab piirangu puudumist)" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 663 +-#: rc.cpp:330 ++#: rc.cpp:321 + #, no-c-format + msgid "&Keep seeding after download is finished" + msgstr "&Pärast allalaadimise lõpetamist jätkatakse torrenti levitamist" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 674 +-#: rc.cpp:333 ++#: rc.cpp:324 + #, no-c-format + msgid "Attention" + msgstr "Tähelepanu" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 685 +-#: rc.cpp:336 ++#: rc.cpp:327 + #, no-c-format + msgid "" + "The above ports must also be forwarded if you are behind a router. The UPnP " +@@ -1510,283 +1510,283 @@ msgstr "" + "sinu eest teha UPnP plugin." + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 16 +-#: rc.cpp:339 ++#: rc.cpp:330 + #, no-c-format + msgid "KT Queue Dialog" + msgstr "KTorrenti tööjärjekorra dialoog" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 69 +-#: rc.cpp:348 rc.cpp:386 rc.cpp:1107 ++#: rc.cpp:339 rc.cpp:372 rc.cpp:1067 + #, no-c-format + msgid "Status:" + msgstr "Olek:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 85 +-#: rc.cpp:351 rc.cpp:389 rc.cpp:1808 ++#: rc.cpp:342 rc.cpp:375 rc.cpp:1751 + #, no-c-format + msgid "Tracker:" + msgstr "Tracker:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 93 +-#: rc.cpp:354 rc.cpp:392 rc.cpp:1805 ++#: rc.cpp:345 rc.cpp:378 rc.cpp:1748 + #, no-c-format + msgid "DHT:" + msgstr "DHT:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 109 +-#: rc.cpp:357 rc.cpp:395 rc.cpp:1061 ++#: rc.cpp:348 rc.cpp:381 rc.cpp:1025 + #, no-c-format + msgid "Share ratio:" + msgstr "Üles- ja allalaadimise suhe:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 117 +-#: rc.cpp:360 ++#: rc.cpp:351 + #, no-c-format + msgid "Bytes left:" + msgstr "Baite jäänud:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 177 +-#: rc.cpp:368 rc.cpp:377 ++#: rc.cpp:354 rc.cpp:363 + #, no-c-format + msgid "Torrent" + msgstr "Torrent" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 188 +-#: rc.cpp:371 rc.cpp:380 ++#: rc.cpp:357 rc.cpp:366 + #, no-c-format + msgid "Controlled by" + msgstr "Kontrollija" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 214 +-#: rc.cpp:374 ++#: rc.cpp:360 + #, no-c-format + msgid "Upload&s" + msgstr "Üle&slaadimised" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 333 +-#: rc.cpp:398 ++#: rc.cpp:384 + #, no-c-format + msgid "Uploaded:" + msgstr "Üleslaaditud:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 486 +-#: rc.cpp:406 ++#: rc.cpp:387 + #, no-c-format + msgid "M&ove up" + msgstr "L&iiguta üles" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 494 +-#: rc.cpp:409 ++#: rc.cpp:390 + #, no-c-format + msgid "Move dow&n" + msgstr "Lii&guta alla" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 519 +-#: rc.cpp:412 ++#: rc.cpp:393 + #, no-c-format + msgid "Move to top" + msgstr "Liiguta ette" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 530 +-#: rc.cpp:416 ++#: rc.cpp:396 + #, no-c-format + msgid "Move to &bottom" + msgstr "Liiguta ta&ha" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 555 +-#: rc.cpp:419 ++#: rc.cpp:399 + #, no-c-format + msgid "&QM Controlled" + msgstr "Kontrollib &järjekorrahaldur" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 563 +-#: rc.cpp:422 ++#: rc.cpp:402 + #, no-c-format + msgid "&User Controlled" + msgstr "&Kontrollib kasutaja" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 30 +-#: rc.cpp:434 ++#: rc.cpp:414 + #, no-c-format + msgid "Paste URL" + msgstr "URL-i asetamine" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 52 +-#: rc.cpp:437 rc.cpp:1104 rc.cpp:1919 ++#: rc.cpp:417 rc.cpp:1064 rc.cpp:1859 + #, no-c-format + msgid "URL:" + msgstr "URL:" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 106 +-#: rc.cpp:440 ++#: rc.cpp:420 + #, no-c-format + msgid "O&K" + msgstr "O&K" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 114 +-#: rc.cpp:443 rc.cpp:675 rc.cpp:1176 ++#: rc.cpp:423 rc.cpp:653 rc.cpp:1128 + #, no-c-format + msgid "C&ancel" + msgstr "&Loobu" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 16 +-#: rc.cpp:446 ++#: rc.cpp:426 + #, no-c-format + msgid "Create Torrent" + msgstr "Torrenti loomine" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 38 +-#: rc.cpp:449 ++#: rc.cpp:429 + #, no-c-format + msgid "The file or folder of which you want to create a torrent:" + msgstr "Fail või kataloog, millest torrentit luua soovid:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 53 +-#: rc.cpp:452 ++#: rc.cpp:432 + #, no-c-format + msgid "You must add at least one tracker or node." + msgstr "Lisada tuleb vähemalt üks tracker või sõlm." + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 61 +-#: rc.cpp:455 ++#: rc.cpp:435 + #, no-c-format + msgid "File Options" + msgstr "Failivalikud" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 80 +-#: rc.cpp:458 ++#: rc.cpp:438 + #, no-c-format + msgid "Size of each chunk:" + msgstr "Tükkide suurus:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 86 +-#: rc.cpp:461 ++#: rc.cpp:441 + #, no-c-format + msgid "32" + msgstr "32" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 91 +-#: rc.cpp:464 ++#: rc.cpp:444 + #, no-c-format + msgid "64" + msgstr "64" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 96 +-#: rc.cpp:467 ++#: rc.cpp:447 + #, no-c-format + msgid "128" + msgstr "128" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 101 +-#: rc.cpp:470 ++#: rc.cpp:450 + #, no-c-format + msgid "256" + msgstr "256" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 106 +-#: rc.cpp:473 ++#: rc.cpp:453 + #, no-c-format + msgid "512" + msgstr "512" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 111 +-#: rc.cpp:476 ++#: rc.cpp:456 + #, no-c-format + msgid "1024" + msgstr "1024" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 116 +-#: rc.cpp:479 ++#: rc.cpp:459 + #, no-c-format + msgid "2048" + msgstr "2048" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 121 +-#: rc.cpp:482 ++#: rc.cpp:462 + #, no-c-format + msgid "4096" + msgstr "4096" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 126 +-#: rc.cpp:485 ++#: rc.cpp:465 + #, no-c-format + msgid "8192" + msgstr "8192" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 138 +-#: rc.cpp:488 rc.cpp:633 ++#: rc.cpp:468 rc.cpp:611 + #, no-c-format + msgid "KB" + msgstr "KB" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 165 +-#: rc.cpp:491 ++#: rc.cpp:471 + #, no-c-format + msgid "Start seedin&g the torrent" + msgstr "Alusta torrenti le&vitamist" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 176 +-#: rc.cpp:494 ++#: rc.cpp:474 + #, no-c-format + msgid "Decentrali&zed (DHT only)" + msgstr "&Detsentraliseeritud (ainult DHT)" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 184 +-#: rc.cpp:497 ++#: rc.cpp:477 + #, no-c-format + msgid "Private torrent (DHT not allowed)" + msgstr "Privaattorrent (DHT pole lubatud)" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 202 +-#: rc.cpp:500 ++#: rc.cpp:480 + #, no-c-format + msgid "Comments:" + msgstr "Kommentaarid:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 248 +-#: rc.cpp:503 ++#: rc.cpp:483 + #, no-c-format + msgid "&Create" + msgstr "&Loo" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 262 +-#: rc.cpp:506 rc.cpp:1325 ++#: rc.cpp:486 rc.cpp:1277 + #, no-c-format + msgid "Ca&ncel" + msgstr "&Katkesta" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 275 +-#: plugins/infowidget/infowidgetplugin.cpp:214 rc.cpp:509 rc.cpp:1101 ++#: plugins/infowidget/infowidgetplugin.cpp:214 rc.cpp:489 rc.cpp:1061 + #, no-c-format + msgid "Trackers" + msgstr "Tracker'id" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 283 +-#: rc.cpp:512 ++#: rc.cpp:492 + #, no-c-format + msgid "DHT nodes" + msgstr "DHT sõlmed" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 333 +-#: rc.cpp:522 ++#: rc.cpp:501 + #, no-c-format + msgid "Node:" + msgstr "Sõlm:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 385 +-#: rc.cpp:528 ++#: rc.cpp:507 + #, no-c-format + msgid "IP or hostname" + msgstr "IP või masinanimi" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 396 +-#: rc.cpp:531 rc.cpp:718 rc.cpp:721 ++#: rc.cpp:510 rc.cpp:695 rc.cpp:698 + #, no-c-format + msgid "Port" + msgstr "Port" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 437 +-#: rc.cpp:534 ++#: rc.cpp:513 + #, no-c-format + msgid "" + "NOTE: Some known good DHT nodes are already inserted. You should probably " +@@ -1796,19 +1796,19 @@ msgstr "" + "torrentit levitada, tuleb tõenäoliselt lisada ka enda IP-aadress ja port." + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 16 +-#: rc.cpp:537 ++#: rc.cpp:516 + #, no-c-format + msgid "Advanced Preferences" + msgstr "Muud seadistused" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 46 +-#: rc.cpp:543 ++#: rc.cpp:522 + #, no-c-format + msgid "Time left estimation algorithm:" + msgstr "Kuluva aja hindamise algoritm:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 53 +-#: rc.cpp:546 rc.cpp:568 ++#: rc.cpp:525 rc.cpp:547 + #, no-c-format + msgid "" + "KTorrent algorithm: Default algorithm using combination of other " +@@ -1836,428 +1836,428 @@ msgstr "" + "näidete põhjal" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 64 +-#: rc.cpp:556 ++#: rc.cpp:535 + #, no-c-format + msgid "Current speed" + msgstr "Praegune kiirus" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 69 +-#: rc.cpp:559 ++#: rc.cpp:538 + #, no-c-format + msgid "Global average speed" + msgstr "Globaalne keskmine kiirus" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 74 +-#: rc.cpp:562 ++#: rc.cpp:541 + #, no-c-format + msgid "Window of X" + msgstr "X-aken" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 79 +-#: rc.cpp:565 ++#: rc.cpp:544 + #, no-c-format + msgid "Moving average" + msgstr "Liigutamise keskmine" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 98 +-#: rc.cpp:575 ++#: rc.cpp:554 + #, no-c-format + msgid "(takes effect after restart)" + msgstr "(rakendub pärast taaskäivitamist)" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 125 +-#: rc.cpp:578 ++#: rc.cpp:557 + #, no-c-format + msgid "Disa&ble diskspace preallocation" + msgstr "Ketta&ruumi eeleraldamise keelamine" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 141 +-#: rc.cpp:581 ++#: rc.cpp:560 + #, no-c-format + msgid "F&ully preallocate diskspace (avoids fragmentation)" + msgstr "Kettar&uumi täielik eeleraldamine (väldib defragmenteerumist)" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 147 +-#: rc.cpp:584 ++#: rc.cpp:563 + #, no-c-format + msgid "Basic (slow)" + msgstr "Elementaarne (aeglane)" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 152 +-#: rc.cpp:587 ++#: rc.cpp:566 + #, no-c-format + msgid "Filesystem specific" + msgstr "Failisüsteemile omane" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 174 +-#: rc.cpp:590 ++#: rc.cpp:569 + #, no-c-format + msgid "Performance" + msgstr "Jõudlus" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 193 +-#: rc.cpp:593 ++#: rc.cpp:572 + #, no-c-format + msgid "Memory usage:" + msgstr "Mälukasutus:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 199 +-#: rc.cpp:596 ++#: rc.cpp:575 + #, no-c-format + msgid "Low" + msgstr "Väike" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 204 +-#: rc.cpp:599 ++#: rc.cpp:578 + #, no-c-format + msgid "Medium" + msgstr "Keskmine" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 209 +-#: rc.cpp:602 ++#: rc.cpp:581 + #, no-c-format + msgid "High" + msgstr "Suur" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 248 +-#: rc.cpp:605 ++#: rc.cpp:584 + #, no-c-format + msgid "GUI update interval:" + msgstr "Kasutajaliidese uuendamise intervall:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 254 +-#: rc.cpp:608 ++#: rc.cpp:587 + #, no-c-format + msgid "500ms" + msgstr "500 msek" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 259 +-#: rc.cpp:611 ++#: rc.cpp:590 + #, no-c-format + msgid "1s" + msgstr "1 sek" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 264 +-#: rc.cpp:614 ++#: rc.cpp:593 + #, no-c-format + msgid "2s" + msgstr "2 sek" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 269 +-#: rc.cpp:617 ++#: rc.cpp:596 + #, no-c-format + msgid "5s" + msgstr "5 sek" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 308 +-#: rc.cpp:620 ++#: rc.cpp:599 + #, no-c-format + msgid "Fast CPU" + msgstr "Kiire protsessor" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 342 +-#: rc.cpp:624 ++#: rc.cpp:602 + #, no-c-format + msgid "Slow CPU" + msgstr "Aeglane protsessor" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 354 +-#: rc.cpp:627 ++#: rc.cpp:605 + #, no-c-format + msgid "Data Checking" + msgstr "Andmete kontroll" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 373 +-#: rc.cpp:630 ++#: rc.cpp:608 + #, no-c-format + msgid "During uploading, do ¬ recheck chunks bigger than" + msgstr "Üleslaadimisel ei ko&ntrollita üle suuremaid tükke kui" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 430 +-#: rc.cpp:636 ++#: rc.cpp:614 + #, no-c-format + msgid "Do a data integrit&y check after" + msgstr "A&ndmete terviklikkust kontrollitakse pärast" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 449 +-#: rc.cpp:639 ++#: rc.cpp:617 + #, no-c-format + msgid "corrupted chunks" + msgstr "vigaseid tükke" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 478 +-#: rc.cpp:642 ++#: rc.cpp:620 + #, no-c-format + msgid "Networking" + msgstr "Võrk" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 505 +-#: rc.cpp:645 ++#: rc.cpp:623 + #, no-c-format + msgid "Maximum number of connection setups:" + msgstr "Ühenduste maksimaalne arv:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 527 +-#: rc.cpp:648 ++#: rc.cpp:626 + #, no-c-format + msgid "DSCP for IP packets:" + msgstr "IP-pakettide DSCP:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 570 +-#: rc.cpp:651 ++#: rc.cpp:629 + #, no-c-format + msgid "Do not use the KDE pro&xy settings for HTTP tracker connections" + msgstr "&HTTP-tracker'i ühendusteks ei kasutata KDE puhverserverit" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 586 +-#: rc.cpp:654 ++#: rc.cpp:632 + #, no-c-format + msgid "HTTP tracker proxy:" + msgstr "HTTP puhverserver tracker'itele:" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 24 +-#: rc.cpp:657 ++#: rc.cpp:635 + #, no-c-format + msgid "Scanning data" + msgstr "Andmete uurimine" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 38 +-#: rc.cpp:660 ++#: rc.cpp:638 + #, no-c-format + msgid "Scanning data of torrent :" + msgstr "Torrenti andmete uurimine: " + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 62 +-#: rc.cpp:663 ++#: rc.cpp:641 + #, no-c-format + msgid "Number of chunks found :" + msgstr "Leitud tükkide arv: " + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 70 +-#: rc.cpp:666 ++#: rc.cpp:644 + #, no-c-format + msgid "Number of chunks failed / not downloaded :" + msgstr "Ebaõnnestunud/allalaadimata tükkide arv: " + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 97 +-#: rc.cpp:669 rc.cpp:672 ++#: rc.cpp:647 rc.cpp:650 + #, no-c-format + msgid "0" + msgstr "0" + + #. i18n: file ./apps/ktupnptest/mainwidget.ui line 54 +-#: rc.cpp:678 ++#: rc.cpp:656 + #, no-c-format + msgid "Test" + msgstr "Test" + + #. i18n: file ./libktorrent/labelviewitembase.ui line 49 +-#: rc.cpp:685 ++#: rc.cpp:662 + #, no-c-format + msgid "textLabel2" + msgstr "textLabel2" + + #. i18n: file ./libktorrent/labelviewitembase.ui line 65 +-#: rc.cpp:688 ++#: rc.cpp:665 + #, no-c-format + msgid "textLabel3" + msgstr "textLabel3" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 10 +-#: rc.cpp:691 ++#: rc.cpp:668 + #, no-c-format + msgid "Maximum number of downloads (0 = no limit)" + msgstr "Allalaadimiste maksimaalne arv (0 = piirang puudub)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 15 +-#: rc.cpp:694 ++#: rc.cpp:671 + #, no-c-format + msgid "Maximum number of seeds (0 = no limit)" + msgstr "Levitamiste maksimaalne arv (0 = piirang puudub)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 20 +-#: rc.cpp:697 ++#: rc.cpp:674 + #, no-c-format + msgid "Start downloads on low disk space?" + msgstr "Kas alustada allalaadimist napi kettaruumi korral?" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 24 +-#: rc.cpp:700 ++#: rc.cpp:677 + #, no-c-format + msgid "Maximum number of connections per torrent (0 = no limit)" + msgstr "Ühenduste maksimaalne arv torrenti kohta (0 = piirang puudub)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 29 +-#: rc.cpp:703 ++#: rc.cpp:680 + #, no-c-format + msgid "Maximum number of connections for all torrents (0 = no limit) " + msgstr "Ühenduste maksimaalne arv kõigi torrentide kohta (0 = piirang puudub)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 34 +-#: rc.cpp:706 ++#: rc.cpp:683 + #, no-c-format + msgid "Maximum upload speed in KB/sec (0 = no limit)" + msgstr "Üleslaadimise maksimaalne kiirus KB/sek (0 = piirang puudub)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 39 +-#: rc.cpp:709 ++#: rc.cpp:686 + #, no-c-format + msgid "Maximum download speed in KB/sec (0 = no limit)" + msgstr "Allalaadimise maksimaalne kiirus KB/sek (0 = piirang puudub)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 44 +-#: rc.cpp:712 ++#: rc.cpp:689 + #, no-c-format + msgid "Maximum share ratio(0 = no limit)" + msgstr "Maks. jagamissuhe (0=piirang puudub)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 49 +-#: rc.cpp:715 ++#: rc.cpp:692 + #, no-c-format + msgid "Maximum seed time in hours (0 = no limit)" + msgstr "Maks. levitamisaeg tundides (0=piirang puudub)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 66 +-#: rc.cpp:724 ++#: rc.cpp:701 + #, no-c-format + msgid "Show a system tray icon" + msgstr "Ikoon süsteemses salves" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 70 +-#: rc.cpp:727 ++#: rc.cpp:704 + #, no-c-format + msgid "Show speed bar in tray icon" + msgstr "Kiiruseriba näitamine süsteemses salves" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 74 +-#: rc.cpp:730 ++#: rc.cpp:707 + #, no-c-format + msgid "Download bandwidth (in kb/s):" + msgstr "Allalaadimise ribalaius (KB/s):" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 80 +-#: rc.cpp:733 ++#: rc.cpp:710 + #, no-c-format + msgid "Upload bandwidth (in kb/s):" + msgstr "Üleslaadimise ribalaius (KB/s):" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 86 +-#: rc.cpp:736 ++#: rc.cpp:713 + #, no-c-format + msgid "Show popup messages when torrent is finished." + msgstr "Hüpikakna näitamine torrenti lõpetamisel." + + #. i18n: file ./libktorrent/ktorrent.kcfg line 90 +-#: rc.cpp:739 ++#: rc.cpp:716 + #, no-c-format + msgid "Keep seeding after download has finished" + msgstr "Pärast allalaadimise lõpetamist jätkatakse torrenti levitamist" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 94 +-#: rc.cpp:742 ++#: rc.cpp:719 + #, no-c-format + msgid "Folder to store temporary files" + msgstr "Ajutiste failide salvestamise kataloog" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 98 +-#: rc.cpp:745 ++#: rc.cpp:722 + #, no-c-format + msgid "Whether to automatically save downloads to saveDir" + msgstr "Kas salvestada allalaadimised automaatselt salvestamiskataloogi" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 102 +-#: rc.cpp:748 ++#: rc.cpp:725 + #, no-c-format + msgid "Folder to store downloaded files" + msgstr "Allalaaditud failide salvestamise kataloog" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 106 +-#: rc.cpp:751 ++#: rc.cpp:728 + #, no-c-format + msgid "Whether to automatically move completed downloads to completedDir" + msgstr "" + "Kas salvestada allalaadimised automaatselt lõpetatud allalaadimiste kataloogi" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 110 +-#: rc.cpp:754 ++#: rc.cpp:731 + #, no-c-format + msgid "Folder to move completed downloaded files to" + msgstr "Lõpetatud allalaaditud failide salvestamise kataloog" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 114 +-#: rc.cpp:757 ++#: rc.cpp:734 + #, no-c-format + msgid "Whether to automatically copy .torrent files to torrentCopyDir" + msgstr "Kas salvestada .torrent-failid automaatselt torrentite kataloogi" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 118 +-#: rc.cpp:760 ++#: rc.cpp:737 + #, no-c-format + msgid "Folder to copy .torrent files to" + msgstr ".torrent-failide salvestamise kataloog" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 122 +-#: rc.cpp:763 ++#: rc.cpp:740 + #, no-c-format + msgid "Whether to use a custom IP to pass to the tracker" + msgstr "Kas lubada kohandatud IP saatmist tracker'isse" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 126 +-#: rc.cpp:766 ++#: rc.cpp:743 + #, no-c-format + msgid "Directory which was used as the last save directory" + msgstr "Kataloog, mida kasutati viimati salvestamiskataloogina" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 130 +-#: rc.cpp:769 ++#: rc.cpp:746 + #, no-c-format + msgid "IP to pass to the tracker" + msgstr "Tracker'isse saadetav IP" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 134 +-#: rc.cpp:772 ++#: rc.cpp:749 + #, no-c-format + msgid "Memory usage" + msgstr "Mälukasutus" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 138 +-#: rc.cpp:775 ++#: rc.cpp:752 + #, no-c-format + msgid "GUI update interval" + msgstr "GUI uuendamise intervall" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 142 +-#: rc.cpp:778 ++#: rc.cpp:755 + #, no-c-format + msgid "Support for DHT" + msgstr "DHT toetus" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 146 +-#: rc.cpp:781 ++#: rc.cpp:758 + #, no-c-format + msgid "DHT port" + msgstr "DHT port" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 152 +-#: rc.cpp:784 ++#: rc.cpp:761 + #, no-c-format + msgid "Number of upload slots" + msgstr "Üleslaadimispesade arv" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 196 +-#: rc.cpp:793 ++#: rc.cpp:770 + #, no-c-format + msgid "Columns shown in KTorrentView" + msgstr "KTorrenti vaates nähtavad veerud" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 205 +-#: rc.cpp:796 ++#: rc.cpp:773 + #, no-c-format + msgid "ET algorithm" + msgstr "Ajahinnangu algoritm" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 227 +-#: rc.cpp:799 ++#: rc.cpp:776 + #, no-c-format + msgid "" + "When there's no space left to complete download and free diskspace is less than " +@@ -2267,457 +2267,457 @@ msgstr "" + "kui minimaalse kettaruumiga määratud, torrent peatatakse." + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 16 +-#: rc.cpp:802 ++#: rc.cpp:779 + #, no-c-format + msgid "Plugin Manager" + msgstr "Pluginahaldur" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 48 +-#: rc.cpp:805 ++#: rc.cpp:782 + #, no-c-format + msgid "Load" + msgstr "Lülita sisse" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 56 +-#: rc.cpp:808 ++#: rc.cpp:785 + #, no-c-format + msgid "U&nload" + msgstr "Lüli&ta välja" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 64 +-#: rc.cpp:811 ++#: rc.cpp:788 + #, no-c-format + msgid "Load &All" + msgstr "Lüli&a kõik sisse" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 72 +-#: rc.cpp:814 ++#: rc.cpp:791 + #, no-c-format + msgid "&Unload All" + msgstr "Lülita &kõik välja" + + #. i18n: file ./plugins/upnp/ktupnpplugin.kcfg line 10 +-#: rc.cpp:817 ++#: rc.cpp:794 + #, no-c-format + msgid "Default UPnP device to use" + msgstr "Vaikimisi kasutatav UPnP seade" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 16 +-#: plugins/upnp/upnpplugin.cpp:46 plugins/upnp/upnpprefpage.cpp:31 rc.cpp:820 ++#: plugins/upnp/upnpplugin.cpp:46 plugins/upnp/upnpprefpage.cpp:31 rc.cpp:797 + #, no-c-format + msgid "UPnP" + msgstr "UPnP" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 35 +-#: rc.cpp:823 ++#: rc.cpp:800 + #, no-c-format + msgid "Detected devices:" + msgstr "Tuvastatud seadmed:" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 41 +-#: rc.cpp:826 ++#: rc.cpp:803 + #, no-c-format + msgid "Device" + msgstr "Seade" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 52 +-#: rc.cpp:829 ++#: rc.cpp:806 + #, no-c-format + msgid "Ports Forwarded" + msgstr "Edasi suunatud pordid" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 63 +-#: rc.cpp:832 ++#: rc.cpp:809 + #, no-c-format + msgid "WAN Connection" + msgstr "WAN-ühendus:" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 91 +-#: rc.cpp:835 ++#: rc.cpp:812 + #, no-c-format + msgid "Forw&ard Ports" + msgstr "Ed&astamispordid" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 99 +-#: rc.cpp:838 ++#: rc.cpp:815 + #, no-c-format + msgid "Undo Port Forwarding" + msgstr "Tühista portide edasisuunamine" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 124 +-#: rc.cpp:841 ++#: rc.cpp:818 + #, no-c-format + msgid "Rescan" + msgstr "Uuri uuesti" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 9 +-#: rc.cpp:844 ++#: rc.cpp:821 + #, no-c-format + msgid "Enable scanning of folder1?" + msgstr "Kas lubada kataloog1 uurimine?" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 14 +-#: rc.cpp:847 ++#: rc.cpp:824 + #, no-c-format + msgid "Enable scanning of folder2?" + msgstr "Kas lubada kataloog2 uurimine?" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 19 +-#: rc.cpp:850 ++#: rc.cpp:827 + #, no-c-format + msgid "Enable scanning of folder3?" + msgstr "Kas lubada kataloog3 uurimine?" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 24 +-#: rc.cpp:853 ++#: rc.cpp:830 + #, no-c-format + msgid "Folder1 path" + msgstr "Kataloog1 asukoht" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 29 +-#: rc.cpp:856 ++#: rc.cpp:833 + #, no-c-format + msgid "Folder2 path" + msgstr "Kataloog2 asukoht" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 34 +-#: rc.cpp:859 ++#: rc.cpp:836 + #, no-c-format + msgid "Folder3 path" + msgstr "Kataloog3 asukoht" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 39 +-#: rc.cpp:862 ++#: rc.cpp:839 + #, no-c-format + msgid "Whether to open torrent silently or not." + msgstr "Kas avada torrent vaikselt või mitte." + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 44 +-#: rc.cpp:865 ++#: rc.cpp:842 + #, no-c-format + msgid "Delete action checked." + msgstr "Kustutamistoiming märgitud." + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 49 +-#: rc.cpp:868 ++#: rc.cpp:845 + #, no-c-format + msgid "Move action checked." + msgstr "Liigutamistoiming märgitud." + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 16 +-#: rc.cpp:871 ++#: rc.cpp:848 + #, no-c-format + msgid "ScanFolder Preferences" + msgstr "Kataloogide uurimise seadistused" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 35 +-#: rc.cpp:874 ++#: rc.cpp:851 + #, no-c-format + msgid "Scan folder &1" + msgstr "Kataloogi &1 uurimine" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 38 +-#: rc.cpp:877 rc.cpp:1480 ++#: rc.cpp:854 rc.cpp:1424 + #, no-c-format + msgid "Alt+1" + msgstr "Alt+1" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 46 +-#: rc.cpp:880 ++#: rc.cpp:857 + #, no-c-format + msgid "Scan folder &2" + msgstr "Kataloogi &2 uurimine" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 49 +-#: rc.cpp:883 rc.cpp:1471 rc.cpp:1495 ++#: rc.cpp:860 rc.cpp:1415 rc.cpp:1439 + #, no-c-format + msgid "Alt+2" + msgstr "Alt+2" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 57 +-#: rc.cpp:886 ++#: rc.cpp:863 + #, no-c-format + msgid "Scan folder &3" + msgstr "Kataloogi &3 uurimine" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 60 +-#: rc.cpp:889 rc.cpp:1465 ++#: rc.cpp:866 rc.cpp:1409 + #, no-c-format + msgid "Alt+3" + msgstr "Alt+3" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 81 +-#: rc.cpp:895 ++#: rc.cpp:872 + #, no-c-format + msgid "Move to \"loaded\" directory &after loading" + msgstr "Liigut&amine pärast laadimist kataloogi \"laaditud\"" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 84 +-#: rc.cpp:898 ++#: rc.cpp:875 + #, no-c-format + msgid "Move torrent to \"loaded\" directory after loading it" + msgstr "Torrent liigutatakse pärast laadimist kataloogi \"laaditud\"" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 92 +-#: rc.cpp:901 ++#: rc.cpp:878 + #, no-c-format + msgid "Open torrents silentl&y" + msgstr "To&rrentide avamine vaikselt" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 95 +-#: rc.cpp:904 ++#: rc.cpp:881 + #, no-c-format + msgid "Do not show 'Select files to download' dialog" + msgstr "Dialoogi 'Allalaaditavate failide valik' ei näidata" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 103 +-#: rc.cpp:907 ++#: rc.cpp:884 + #, no-c-format + msgid "Delete after loadin&g" + msgstr "Kustutami&ne pärast laadimist" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 106 +-#: rc.cpp:910 ++#: rc.cpp:887 + #, no-c-format + msgid "Deletes torrent after loading" + msgstr "Torrent kustutatakse pärast laadimist" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 116 +-#: rc.cpp:913 ++#: rc.cpp:890 + #, no-c-format + msgid "Folders to scan" + msgstr "Uuritavad kataloogid" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 151 +-#: rc.cpp:916 ++#: rc.cpp:893 + #, no-c-format + msgid "Folder 1:" + msgstr "Kataloog 1:" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 162 +-#: rc.cpp:919 ++#: rc.cpp:896 + #, no-c-format + msgid "Folder 2:" + msgstr "Kataloog 2:" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 173 +-#: rc.cpp:922 ++#: rc.cpp:899 + #, no-c-format + msgid "Folder 3:" + msgstr "Kataloog 3:" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 30 +-#: rc.cpp:925 rc.cpp:1895 ++#: rc.cpp:902 rc.cpp:1838 + #, no-c-format + msgid "Search Preferences" + msgstr "Otsingu seadistused" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 41 +-#: rc.cpp:928 ++#: rc.cpp:905 + #, no-c-format + msgid "Web Server" + msgstr "Veebiserver" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 82 +-#: rc.cpp:934 ++#: rc.cpp:911 + #, no-c-format + msgid "Forward port" + msgstr "Edastamisport" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 107 +-#: rc.cpp:937 ++#: rc.cpp:914 + #, no-c-format + msgid "Session TTL (in sec):" + msgstr "Seansi elushoidmise aeg (sek):" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 142 +-#: rc.cpp:940 ++#: rc.cpp:917 + #, no-c-format + msgid "Select interface:" + msgstr "Liides:" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 173 +-#: rc.cpp:943 ++#: rc.cpp:920 + #, no-c-format + msgid "Username:" + msgstr "Kasutajanimi:" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 188 +-#: rc.cpp:946 ++#: rc.cpp:923 + #, no-c-format + msgid "Change password ..." + msgstr "Muuda parooli..." + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 206 +-#: rc.cpp:949 ++#: rc.cpp:926 + #, no-c-format + msgid "Php executable path:" + msgstr "PHP programmi asukoht:" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 10 +-#: rc.cpp:953 ++#: rc.cpp:929 + #, no-c-format + msgid "Port number" + msgstr "Pordinumber" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 15 +-#: rc.cpp:956 ++#: rc.cpp:932 + #, no-c-format + msgid "forward Port" + msgstr "Edastamisport" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 20 +-#: rc.cpp:959 ++#: rc.cpp:935 + #, no-c-format + msgid "Session time to live" + msgstr "Seansi elushoidmise aeg" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 24 +-#: rc.cpp:962 ++#: rc.cpp:938 + #, no-c-format + msgid "interface skin" + msgstr "Liides" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 28 +-#: rc.cpp:965 ++#: rc.cpp:941 + #, no-c-format + msgid "php executable path" + msgstr "PHP programmi asukoht" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 33 +-#: rc.cpp:968 ++#: rc.cpp:944 + #, no-c-format + msgid "username" + msgstr "Kasutajanimi" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 37 +-#: rc.cpp:971 ++#: rc.cpp:947 + #, no-c-format + msgid "password" + msgstr "Parool" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 16 +-#: plugins/infowidget/infowidgetplugin.cpp:194 rc.cpp:974 rc.cpp:1046 ++#: plugins/infowidget/infowidgetplugin.cpp:194 rc.cpp:950 rc.cpp:1010 + #, no-c-format + msgid "Chunks" + msgstr "Tükid" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 43 +-#: rc.cpp:977 ++#: rc.cpp:953 + #, no-c-format + msgid "Total:" + msgstr "Kokku:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 81 +-#: rc.cpp:981 ++#: rc.cpp:956 + #, no-c-format + msgid "Currently downloading:" + msgstr "Parajasti allalaaditavad:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 119 +-#: rc.cpp:985 ++#: rc.cpp:959 + #, no-c-format + msgid "Downloaded:" + msgstr "Allalaaditud:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 157 +-#: rc.cpp:989 ++#: rc.cpp:962 + #, no-c-format + msgid "Excluded:" + msgstr "Väljajäetavad:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 195 +-#: rc.cpp:993 ++#: rc.cpp:965 + #, no-c-format + msgid "Left:" + msgstr "Jäänud:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 233 +-#: rc.cpp:997 ++#: rc.cpp:968 + #, no-c-format + msgid "Size:" + msgstr "Suurus:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 280 +-#: rc.cpp:1001 ++#: rc.cpp:971 + #, no-c-format + msgid "Chunk" + msgstr "Tükk" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 291 +-#: rc.cpp:1004 ++#: rc.cpp:974 + #, no-c-format + msgid "Progress" + msgstr "Edenemine" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 302 +-#: rc.cpp:1007 ++#: rc.cpp:977 + #, no-c-format + msgid "Peer" + msgstr "Masin" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 324 +-#: rc.cpp:1013 ++#: rc.cpp:983 + #, no-c-format + msgid "Assigned Peers" + msgstr "Määratud masinad" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 63 +-#: rc.cpp:1022 ++#: rc.cpp:992 + #, no-c-format + msgid "Seeders:" + msgstr "Levitajad:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 71 +-#: rc.cpp:1025 ++#: rc.cpp:995 + #, no-c-format + msgid "Leechers:" + msgstr "Tõmbajad:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 129 +-#: rc.cpp:1030 ++#: rc.cpp:998 + #, no-c-format + msgid "Average Down Speed:" + msgstr "Keskmine allalaadimise kiirus:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 177 +-#: rc.cpp:1035 ++#: rc.cpp:1001 + #, no-c-format + msgid "Average Up Speed:" + msgstr "Keskmine üleslaadimise kiirus:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 195 +-#: rc.cpp:1038 rc.cpp:1111 ++#: rc.cpp:1004 rc.cpp:1070 + #, no-c-format + msgid "Next update in:" + msgstr "Järgmine uuendus:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 203 +-#: rc.cpp:1041 ++#: rc.cpp:1007 + #, no-c-format + msgid "Tracker Status:" + msgstr "Tracker'i olek:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 332 +-#: rc.cpp:1049 ++#: rc.cpp:1013 + #, no-c-format + msgid "Parts of the torrent which have been downloaded:" + msgstr "Juba alla laaditud torrenti osad:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 367 +-#: rc.cpp:1052 ++#: rc.cpp:1016 + #, no-c-format + msgid "Parts of the torrent which are available:" + msgstr "Kättesaadavad torrenti osad:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 457 +-#: rc.cpp:1055 ++#: rc.cpp:1019 + #, no-c-format + msgid "Sharing" + msgstr "Jagamine" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 487 +-#: rc.cpp:1058 ++#: rc.cpp:1022 + #, no-c-format + msgid "" + "Your upload will stop when share ratio gets to this value. Zero means no limit." +@@ -2726,145 +2726,145 @@ msgstr "" + "piirangu puudumist." + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 525 +-#: rc.cpp:1064 ++#: rc.cpp:1028 + #, no-c-format + msgid "Your upload will stop when you have uploaded for this many hours." + msgstr "Sinu üleslaadimine peatub, kui oled laadinud määratud arvu tunde." + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 533 +-#: rc.cpp:1067 ++#: rc.cpp:1031 + #, no-c-format + msgid "Hours" + msgstr "tundi" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 543 +-#: rc.cpp:1070 ++#: rc.cpp:1034 + #, no-c-format + msgid "Ratio limit:" + msgstr "Suhte piirang:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 549 +-#: rc.cpp:1074 ++#: rc.cpp:1037 + #, no-c-format + msgid "Limit works only in seed mode" + msgstr "Piirang toimib ainult levitamisel" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 557 +-#: rc.cpp:1077 ++#: rc.cpp:1040 + #, no-c-format + msgid "Time &limit:" + msgstr "A&japiirang" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 37 +-#: rc.cpp:1081 ++#: rc.cpp:1043 + #, no-c-format + msgid "&Update Tracker" + msgstr "Uuend&a tracker'it" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 40 +-#: rc.cpp:1084 ++#: rc.cpp:1046 + #, no-c-format + msgid "Minimum update interval - 60 seconds" + msgstr "Min. uuendamisintervall - 60 sekundit" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 48 +-#: rc.cpp:1087 ++#: rc.cpp:1049 + #, no-c-format + msgid "Add Trac&ker" + msgstr "Lisa t&racker" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 64 +-#: rc.cpp:1090 ++#: rc.cpp:1052 + #, no-c-format + msgid "Remove Tracker" + msgstr "Eemalda tracker" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 75 +-#: rc.cpp:1094 ++#: rc.cpp:1055 + #, no-c-format + msgid "Ch&ange Tracker" + msgstr "&Muuda tracker'it" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 100 +-#: rc.cpp:1097 ++#: rc.cpp:1058 + #, no-c-format + msgid "Restore Defaults" + msgstr "Vaikeväärtused" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 10 +-#: rc.cpp:1115 ++#: rc.cpp:1073 + #, no-c-format + msgid "Show peer view tab in main window" + msgstr "Masinate kaardi näitamine peaaknas" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 14 +-#: rc.cpp:1118 ++#: rc.cpp:1076 + #, no-c-format + msgid "Show chunk download view tab in main window" + msgstr "Tükkide allalaadimise kaardi näitamine peaaknas" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 18 +-#: rc.cpp:1121 ++#: rc.cpp:1079 + #, no-c-format + msgid "Show trackers view tab in main window" + msgstr "Tracker'ite kaardi näitamine peaaknas" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 24 +-#: rc.cpp:1124 ++#: rc.cpp:1082 + #, no-c-format + msgid "Show list of peers" + msgstr "Masinate nimekirja näitamine" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 35 +-#: rc.cpp:1128 ++#: rc.cpp:1085 + #, no-c-format + msgid "Show list of chunks currentl&y downloading" + msgstr "&Parajasti allalaaditavate tükkide nimekirja näitamine" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 60 +-#: rc.cpp:1131 ++#: rc.cpp:1088 + #, no-c-format + msgid "Show list of trackers" + msgstr "Tracker'ite nimekirja näitamine" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 16 +-#: rc.cpp:1135 ++#: rc.cpp:1091 + #, no-c-format + msgid "IPBlocking Preferences" + msgstr "IP blokeerimise seadistused" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 47 +-#: rc.cpp:1138 ++#: rc.cpp:1094 + #, no-c-format + msgid "Select PeerGuardian Filter File " + msgstr "PeerGuardiani filtri faili valimine " + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 58 +-#: rc.cpp:1141 ++#: rc.cpp:1097 + #, no-c-format + msgid "Use PeerGuardian filter?" + msgstr "PeerGuardiani filtri kasutamine" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 77 +-#: rc.cpp:1145 ++#: rc.cpp:1100 + #, no-c-format + msgid "IP filter file:" + msgstr "IP filtri fail:" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 85 +-#: rc.cpp:1148 ++#: rc.cpp:1103 + #, no-c-format + msgid "http://www.bluetack.co.uk/modules.php?name=Downloads&d_op=getit&lid=8" + msgstr "http://www.bluetack.co.uk/modules.php?name=Downloads&d_op=getit&lid=8" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 123 +-#: rc.cpp:1151 ++#: rc.cpp:1106 + #, no-c-format + msgid "Dow&nload/Convert" + msgstr "Laa&di alla/Teisenda" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 134 +-#: rc.cpp:1154 ++#: rc.cpp:1109 + #, no-c-format + msgid "" + "Download PeerGuardian filter from bluetack.co.uk or blocklist.org.\n" +@@ -2874,25 +2874,25 @@ msgstr "" + "Märkus: toetatud on ka bluetack.co.uk ZIP-fail." + + #. i18n: file ./plugins/ipfilter/ktipfilterplugin.kcfg line 10 +-#: rc.cpp:1159 ++#: rc.cpp:1113 + #, no-c-format + msgid "Level1 filter url" + msgstr "Level1 filtri URL" + + #. i18n: file ./plugins/ipfilter/ktipfilterplugin.kcfg line 14 +-#: rc.cpp:1162 ++#: rc.cpp:1116 + #, no-c-format + msgid "Use level1 filter?" + msgstr "Level1 filtri kasutamine" + + #. i18n: file ./plugins/ipfilter/convert_dlg.ui line 24 +-#: plugins/ipfilter/convertdialog.cpp:155 rc.cpp:1165 ++#: plugins/ipfilter/convertdialog.cpp:155 rc.cpp:1119 + #, no-c-format + msgid "Converting..." + msgstr "Teisendamine..." + + #. i18n: file ./plugins/ipfilter/convert_dlg.ui line 41 +-#: rc.cpp:1168 ++#: rc.cpp:1122 + #, no-c-format + msgid "" + "Click on the 'convert' button to start converting antip2p file. NOTE: This " +@@ -2904,61 +2904,61 @@ msgstr "" + "kasutada." + + #. i18n: file ./plugins/stats/sprefwgt.ui line 27 +-#: rc.cpp:1179 ++#: rc.cpp:1131 + #, no-c-format + msgid "Update" + msgstr "Uuendamine" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 46 +-#: rc.cpp:1182 rc.cpp:1268 ++#: rc.cpp:1134 rc.cpp:1220 + #, no-c-format + msgid "Update charts every" + msgstr "Diagrammide uuendamise intervall" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 71 +-#: rc.cpp:1185 ++#: rc.cpp:1137 + #, no-c-format + msgid "GUI updates" + msgstr "GUI uuendamine" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 92 +-#: rc.cpp:1188 rc.cpp:1271 ++#: rc.cpp:1140 rc.cpp:1223 + #, no-c-format + msgid "Gather data every" + msgstr "Andmete kogumise intervall" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 120 +-#: rc.cpp:1191 ++#: rc.cpp:1143 + #, no-c-format + msgid "miliseconds" + msgstr "msek" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 135 +-#: rc.cpp:1194 ++#: rc.cpp:1146 + #, no-c-format + msgid "Maximum" + msgstr "Maksimum" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 154 +-#: rc.cpp:1197 ++#: rc.cpp:1149 + #, no-c-format + msgid "Maximum speed scale mode:" + msgstr "Maks. kiiruse skaleerimise režiim:" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 165 +-#: rc.cpp:1203 ++#: rc.cpp:1155 + #, no-c-format + msgid "Exact" + msgstr "Täpne" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 175 +-#: rc.cpp:1206 ++#: rc.cpp:1158 + #, no-c-format + msgid "See 'What's this' for more help" + msgstr "Vaata lähemalt 'Mis see on?' abi" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 180 +-#: rc.cpp:1209 ++#: rc.cpp:1161 + #, no-c-format + msgid "" + "Set maximum value on OY scale as:\n" +@@ -2970,848 +2970,848 @@ msgstr "" + "- Täpne: diagrammil nähtav maksimaalselt saavutatud kiirus" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 192 +-#: rc.cpp:1214 rc.cpp:1247 ++#: rc.cpp:1166 rc.cpp:1199 + #, no-c-format + msgid "Peers speed" + msgstr "Masinate kiirus" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 211 +-#: rc.cpp:1217 ++#: rc.cpp:1169 + #, no-c-format + msgid "Peers speed:" + msgstr "Masinate kiirus:" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 222 +-#: rc.cpp:1220 ++#: rc.cpp:1172 + #, no-c-format + msgid "update every" + msgstr "uuendamise intervall" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 244 +-#: rc.cpp:1223 ++#: rc.cpp:1175 + #, no-c-format + msgid "chart data updates" + msgstr "diagrammiandmete uuendamine" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 254 +-#: rc.cpp:1226 ++#: rc.cpp:1178 + #, no-c-format + msgid "Gathering data about many connected peers can be CPU consuming." + msgstr "Andmete kogumine, kui palju ühendatud masinaid protsessor vastu peab." + + #. i18n: file ./plugins/stats/sprefwgt.ui line 267 +-#: rc.cpp:1229 ++#: rc.cpp:1181 + #, no-c-format + msgid "Peers connections" + msgstr "Masinate ühendused" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 270 +-#: rc.cpp:1232 ++#: rc.cpp:1184 + #, no-c-format + msgid "Large values can obscure charts of connected peers" + msgstr "" + "Suured väärtused võivad muuta ühendatud masinate diagrammid ebaülevaatlikuks" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 289 +-#: rc.cpp:1235 ++#: rc.cpp:1187 + #, no-c-format + msgid "Show seeders in swarms" + msgstr "Levitajate näitamine" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 297 +-#: rc.cpp:1238 ++#: rc.cpp:1190 + #, no-c-format + msgid "Show leechers in swarms" + msgstr "Tõmbajate näitamine" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 309 +-#: rc.cpp:1241 ++#: rc.cpp:1193 + #, no-c-format + msgid "Measurements count" + msgstr "Mõõtmiste hulk" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 392 +-#: rc.cpp:1250 rc.cpp:1265 ++#: rc.cpp:1202 rc.cpp:1217 + #, no-c-format + msgid "Upload" + msgstr "Üleslaadimine" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 424 +-#: rc.cpp:1253 ++#: rc.cpp:1205 + #, no-c-format + msgid "Connections" + msgstr "Ühendused" + + #. i18n: file ./plugins/stats/statsspdwgt.ui line 40 +-#: plugins/infowidget/infowidgetplugin.cpp:173 rc.cpp:1262 rc.cpp:1304 ++#: plugins/infowidget/infowidgetplugin.cpp:173 rc.cpp:1214 rc.cpp:1256 + #, no-c-format + msgid "Peers" + msgstr "Masinad" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 18 +-#: rc.cpp:1274 ++#: rc.cpp:1226 + #, no-c-format + msgid "Toggle peers speed charts" + msgstr "Masinate kiiruse diagrammide lülitamine" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 22 +-#: rc.cpp:1277 ++#: rc.cpp:1229 + #, no-c-format + msgid "Interval between getting data about peers speed" + msgstr "Intervall masinate kiiruse andmete hankimise vahel" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 26 +-#: rc.cpp:1280 ++#: rc.cpp:1232 + #, no-c-format + msgid "Toggle drawing of leechers in swarms" + msgstr "Tõmbajate näitamise lülitamine" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 30 +-#: rc.cpp:1283 ++#: rc.cpp:1235 + #, no-c-format + msgid "Toggle drawing of seeders in swarms" + msgstr "Levitajate näitamise lülitamine" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 35 +-#: rc.cpp:1286 ++#: rc.cpp:1238 + #, no-c-format + msgid "Download mesurments count" + msgstr "Allalaadimise mõõtmiste hulk" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 39 +-#: rc.cpp:1289 ++#: rc.cpp:1241 + #, no-c-format + msgid "Peers speed mesurments count" + msgstr "Masinate kiiruse mõõtmise hulk" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 43 +-#: rc.cpp:1292 ++#: rc.cpp:1244 + #, no-c-format + msgid "Upload mesurments count" + msgstr "Üleslaadimise mõõtmiste hulk" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 47 +-#: rc.cpp:1295 ++#: rc.cpp:1247 + #, no-c-format + msgid "Connections mesurments count" + msgstr "Ühenduste mõõtmiste hulk" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 51 +-#: rc.cpp:1298 ++#: rc.cpp:1250 + #, no-c-format + msgid "DHT mesurments count" + msgstr "DHT mõõtmiste hulk" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 56 +-#: rc.cpp:1301 ++#: rc.cpp:1253 + #, no-c-format + msgid "OY axis max mode" + msgstr "0Y-telje maksimumi režiim" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 16 +-#: rc.cpp:1310 ++#: rc.cpp:1262 + #, no-c-format + msgid "Import an existing download" + msgstr "Olemasoleva allalaadimise import" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 49 +-#: rc.cpp:1313 ++#: rc.cpp:1265 + #, no-c-format + msgid "Torrent:" + msgstr "Torrent:" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 63 +-#: rc.cpp:1316 ++#: rc.cpp:1268 + #, no-c-format + msgid "Data:" + msgstr "Andmed:" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 95 +-#: rc.cpp:1319 ++#: rc.cpp:1271 + #, no-c-format + msgid "" + "Please specify the torrent and the data already downloaded for that torrent." + msgstr "Palun määra torrent ja selle juba allalaaditud andmed." + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 133 +-#: rc.cpp:1322 ++#: rc.cpp:1274 + #, no-c-format + msgid "&Import" + msgstr "&Impordi" + + #. i18n: file ./plugins/rssfeed/ktrssfeedplugin.kcfg line 10 +-#: rc.cpp:1328 ++#: rc.cpp:1280 + #, no-c-format + msgid "default" + msgstr "vaikimisi" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 18 +-#: rc.cpp:1331 ++#: rc.cpp:1283 + #, no-c-format + msgid "Rss Feeds" + msgstr "RSS-vood" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 36 +-#: rc.cpp:1334 ++#: rc.cpp:1286 + #, no-c-format + msgid "Feeds" + msgstr "Uudistevood" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 78 +-#: rc.cpp:1337 ++#: rc.cpp:1289 + #, no-c-format + msgid "De&lete" + msgstr "&Kustuta" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 86 +-#: rc.cpp:1340 rc.cpp:1382 rc.cpp:1392 ++#: rc.cpp:1292 rc.cpp:1331 rc.cpp:1340 + #, no-c-format + msgid "&New" + msgstr "&Uus" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 117 +-#: rc.cpp:1343 ++#: rc.cpp:1295 + #, no-c-format + msgid "&URL" + msgstr "U&RL" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 139 +-#: rc.cpp:1346 ++#: rc.cpp:1298 + #, no-c-format + msgid "Articles" + msgstr "Artiklid" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 216 +-#: rc.cpp:1353 ++#: rc.cpp:1304 + #, no-c-format + msgid "Auto&refresh" + msgstr "A&utomaatne uuendamne" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 242 +-#: rc.cpp:1356 ++#: rc.cpp:1307 + #, no-c-format + msgid "I&gnore TTL" + msgstr "Elus&hoidmise aega eiratakse" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 270 +-#: rc.cpp:1359 ++#: rc.cpp:1310 + #, no-c-format + msgid "Refresh" + msgstr "Uuenda" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 299 +-#: rc.cpp:1363 rc.cpp:1395 ++#: rc.cpp:1313 rc.cpp:1343 + #, no-c-format + msgid "&Title" + msgstr "&Pealkiri" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 323 +-#: rc.cpp:1366 ++#: rc.cpp:1316 + #, no-c-format + msgid "Keep Articles (days)" + msgstr "Artikleid hoitakse alles (päevades)" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 347 +-#: rc.cpp:1369 rc.cpp:1398 ++#: rc.cpp:1319 rc.cpp:1346 + #, no-c-format + msgid "&Active" + msgstr "&Aktiivne" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 362 +-#: rc.cpp:1372 ++#: rc.cpp:1322 + #, no-c-format + msgid "Filters" + msgstr "Filtrid" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 389 +-#: rc.cpp:1375 ++#: rc.cpp:1325 + #, no-c-format + msgid "Accept Filters" + msgstr "Nõustumine filtritega" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 440 +-#: rc.cpp:1385 ++#: rc.cpp:1334 + #, no-c-format + msgid "Reject Filters" + msgstr "Keeldumine filtritest" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 557 +-#: rc.cpp:1401 ++#: rc.cpp:1349 + #, no-c-format + msgid "Regular Expressions" + msgstr "Regulaaravaldised" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 587 +-#: rc.cpp:1404 ++#: rc.cpp:1352 + #, no-c-format + msgid "Treat as &Series" + msgstr "Kohtlemine &sarjana" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 624 +-#: rc.cpp:1407 ++#: rc.cpp:1355 + #, no-c-format + msgid "Process" + msgstr "Töötlemine" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 643 +-#: rc.cpp:1411 ++#: rc.cpp:1358 + #, no-c-format + msgid "Series Criteria" + msgstr "Sarja kriteerium" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 679 +-#: rc.cpp:1414 ++#: rc.cpp:1361 + #, no-c-format + msgid "Match Without Episode" + msgstr "Episoodita sobivused" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 713 +-#: rc.cpp:1418 ++#: rc.cpp:1364 + #, no-c-format + msgid "Max Episode" + msgstr "Maks. episood" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 739 +-#: rc.cpp:1421 ++#: rc.cpp:1367 + #, no-c-format + msgid "Max Season" + msgstr "Maks. hooaeg" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 758 +-#: rc.cpp:1424 ++#: rc.cpp:1370 + #, no-c-format + msgid "Min Season" + msgstr "Min. hooaeg" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 782 +-#: rc.cpp:1427 ++#: rc.cpp:1373 + #, no-c-format + msgid "Min Episode" + msgstr "Min. episood" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 814 +-#: rc.cpp:1430 ++#: rc.cpp:1376 + #, no-c-format + msgid "Test te&xt" + msgstr "Te&ksti tekstimine" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 840 +-#: rc.cpp:1433 ++#: rc.cpp:1379 + #, no-c-format + msgid "Te&st" + msgstr "Te&st" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 858 +-#: rc.cpp:1436 ++#: rc.cpp:1382 + #, no-c-format + msgid "Filter Matches" + msgstr "Filtri sobivus" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 28 +-#: rc.cpp:1447 ++#: rc.cpp:1391 + #, no-c-format + msgid "Bandwidth scheduler" + msgstr "Ribalaiuse ajastaja" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 50 +-#: rc.cpp:1450 ++#: rc.cpp:1394 + #, no-c-format + msgid "Left click category" + msgstr "Vasakklõpsu kategooria" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 61 +-#: rc.cpp:1453 ++#: rc.cpp:1397 + #, no-c-format + msgid "Categor&y 1" + msgstr "Kate&gooria 1" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 157 +-#: rc.cpp:1456 rc.cpp:1483 ++#: rc.cpp:1400 rc.cpp:1427 + #, no-c-format + msgid "T&urn off" + msgstr "&Väljas" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 165 +-#: rc.cpp:1459 rc.cpp:1486 ++#: rc.cpp:1403 rc.cpp:1430 + #, no-c-format + msgid "&Normal" + msgstr "&Normaalne" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 195 +-#: rc.cpp:1462 ++#: rc.cpp:1406 + #, no-c-format + msgid "Category &3" + msgstr "Kategooria &3" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 206 +-#: rc.cpp:1468 rc.cpp:1492 ++#: rc.cpp:1412 rc.cpp:1436 + #, no-c-format + msgid "Category &2" + msgstr "Kategooria &2" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 219 +-#: rc.cpp:1474 ++#: rc.cpp:1418 + #, no-c-format + msgid "Right click category" + msgstr "Paremklõpsu kategooria" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 230 +-#: rc.cpp:1477 ++#: rc.cpp:1421 + #, no-c-format + msgid "Category &1" + msgstr "Kategooria &1" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 367 +-#: rc.cpp:1489 ++#: rc.cpp:1433 + #, no-c-format + msgid "&Category 3" + msgstr "&Kategooria 3" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 390 +-#: rc.cpp:1498 ++#: rc.cpp:1442 + #, no-c-format + msgid "Categories" + msgstr "Kategooriad" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 401 +-#: rc.cpp:1501 ++#: rc.cpp:1445 + #, no-c-format + msgid "1. Category" + msgstr "1. kategooria" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 409 +-#: rc.cpp:1504 ++#: rc.cpp:1448 + #, no-c-format + msgid "3. Category" + msgstr "3. kategooria" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 425 +-#: rc.cpp:1507 rc.cpp:1516 rc.cpp:1525 ++#: rc.cpp:1451 rc.cpp:1460 rc.cpp:1469 + #, no-c-format + msgid "download:" + msgstr "allalaadimine:" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 441 +-#: rc.cpp:1510 rc.cpp:1519 rc.cpp:1528 ++#: rc.cpp:1454 rc.cpp:1463 rc.cpp:1472 + #, no-c-format + msgid "upload:" + msgstr "üleslaadimine:" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 457 +-#: rc.cpp:1513 rc.cpp:1522 rc.cpp:1531 ++#: rc.cpp:1457 rc.cpp:1466 rc.cpp:1475 + #, no-c-format + msgid "KB/s *" + msgstr "KB/s *" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 567 +-#: rc.cpp:1534 ++#: rc.cpp:1478 + #, no-c-format + msgid "2. Category" + msgstr "2. kategooria" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 626 +-#: rc.cpp:1538 ++#: rc.cpp:1481 + #, no-c-format + msgid "* zero means no limit" + msgstr "* 0 tähendab piirangu puudumist" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 672 +-#: rc.cpp:1541 ++#: rc.cpp:1484 + #, no-c-format + msgid "Save to file" + msgstr "Salvesta faili" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 680 +-#: rc.cpp:1544 ++#: rc.cpp:1487 + #, no-c-format + msgid "&Load from file" + msgstr "Laa&di failist" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 688 +-#: rc.cpp:1547 ++#: rc.cpp:1490 + #, no-c-format + msgid "Reset schedule" + msgstr "Lähtesta ajastaja" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 751 +-#: rc.cpp:1550 ++#: rc.cpp:1493 + #, no-c-format + msgid "O&k" + msgstr "&OK" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 16 +-#: rc.cpp:1559 ++#: rc.cpp:1502 + #, no-c-format + msgid "Scheduler Plugin Pref Page" + msgstr "Ajastamisplugina seadistustedialoog" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 27 +-#: rc.cpp:1562 ++#: rc.cpp:1505 + #, no-c-format + msgid "Use &bandwidth scheduler?" + msgstr "Ri&balaiuse ajastaja kasutamine" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 35 +-#: plugins/scheduler/schedulerplugin.cpp:59 rc.cpp:1565 ++#: plugins/scheduler/schedulerplugin.cpp:59 rc.cpp:1508 + #, no-c-format + msgid "Bandwidth Scheduler" + msgstr "Ribalaiuse ajastaja" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 46 +-#: rc.cpp:1568 ++#: rc.cpp:1511 + #, no-c-format + msgid "Use colors instead of pi&xmaps?" + msgstr "&Värvide kasutamine piltide asemel" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 54 +-#: rc.cpp:1571 ++#: rc.cpp:1514 + #, no-c-format + msgid "(Recommended for slower systems)" + msgstr "(Soovitatav aeglasematele masinatele)" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 62 +-#: rc.cpp:1574 ++#: rc.cpp:1517 + #, no-c-format + msgid "Edit s&chedule" + msgstr "Muuta a&jastamist" + + #. i18n: file ./plugins/scheduler/ktschedulerplugin.kcfg line 10 +-#: rc.cpp:1577 ++#: rc.cpp:1520 + #, no-c-format + msgid "Enable bandwidth scheduler?" + msgstr "Ribalaiuse ajastaja kasutamine" + + #. i18n: file ./plugins/scheduler/ktschedulerplugin.kcfg line 14 +-#: rc.cpp:1580 ++#: rc.cpp:1523 + #, no-c-format + msgid "Use colors instead of pixmaps?" + msgstr "Värvide kasutamine piltide asemel" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 10 +-#: rc.cpp:1583 ++#: rc.cpp:1526 + #, no-c-format + msgid "Use rich log text" + msgstr "Vormindatud logi kasutamine" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 15 +-#: rc.cpp:1586 ++#: rc.cpp:1529 + #, no-c-format + msgid "General info messages flag" + msgstr "Üldiste teadete lipp" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 19 +-#: rc.cpp:1589 ++#: rc.cpp:1532 + #, no-c-format + msgid "Connections messages flag" + msgstr "Ühendusteadete lipp" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 23 +-#: rc.cpp:1592 ++#: rc.cpp:1535 + #, no-c-format + msgid "DHT messages flag" + msgstr "DHT teadete lipp" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 27 +-#: rc.cpp:1595 ++#: rc.cpp:1538 + #, no-c-format + msgid "Tracker info messages flag" + msgstr "Tracker'i teadete lipp" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 31 +-#: rc.cpp:1598 ++#: rc.cpp:1541 + #, no-c-format + msgid "Disk IO info messages flag" + msgstr "Ketta IO-teadete lipp" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 35 +-#: rc.cpp:1601 ++#: rc.cpp:1544 + #, no-c-format + msgid "IPFilter plugin messages flag" + msgstr "IP filtri plugina teadete lipp" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 39 +-#: rc.cpp:1604 ++#: rc.cpp:1547 + #, no-c-format + msgid "Search plugin messages flag" + msgstr "Otsimisplugina teadete lipp" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 43 +-#: rc.cpp:1607 ++#: rc.cpp:1550 + #, no-c-format + msgid "PartFileImport plugin messages flag" + msgstr "Osalise faili importimise plugina teadete lipp" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 47 +-#: rc.cpp:1610 ++#: rc.cpp:1553 + #, no-c-format + msgid "InfoWidget plugin messages flag" + msgstr "Infoplugina teadete lipp" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 51 +-#: rc.cpp:1613 ++#: rc.cpp:1556 + #, no-c-format + msgid "UPnP plugin messages flag" + msgstr "UPnP plugina teadete lipp" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 55 +-#: rc.cpp:1616 ++#: rc.cpp:1559 + #, no-c-format + msgid "ScanFolder plugin messages flag" + msgstr "Kataloogide uurimise plugina teadete lipp" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 59 +-#: rc.cpp:1619 ++#: rc.cpp:1562 + #, no-c-format + msgid "Scheduler plugin messages flag" + msgstr "Ajastamisplugina teadete lipp" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 63 +-#: rc.cpp:1622 ++#: rc.cpp:1565 + #, no-c-format + msgid "RSS plugin messages flag" + msgstr "RSS-plugina teadete lipp" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 67 +-#: rc.cpp:1625 ++#: rc.cpp:1568 + #, no-c-format + msgid "WebInterface plugin messages flag" + msgstr "Veebiliidese plugina teadete lipp" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 16 +-#: plugins/logviewer/logprefpage.cpp:31 rc.cpp:1628 ++#: plugins/logviewer/logprefpage.cpp:31 rc.cpp:1571 + #, no-c-format + msgid "LogViewer Options" + msgstr "Loginäitaja valikud" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 44 +-#: libktorrent/pluginmanagerprefpage.cpp:63 rc.cpp:1631 ++#: libktorrent/pluginmanagerprefpage.cpp:63 rc.cpp:1574 + #, no-c-format + msgid "Plugins" + msgstr "Pluginad" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 53 +-#: rc.cpp:1634 rc.cpp:1652 rc.cpp:1670 rc.cpp:1691 rc.cpp:1706 rc.cpp:1724 +-#: rc.cpp:1745 rc.cpp:1763 rc.cpp:1778 rc.cpp:1811 rc.cpp:1826 rc.cpp:1841 +-#: rc.cpp:1859 rc.cpp:1874 ++#: rc.cpp:1577 rc.cpp:1595 rc.cpp:1613 rc.cpp:1634 rc.cpp:1649 rc.cpp:1667 ++#: rc.cpp:1688 rc.cpp:1706 rc.cpp:1721 rc.cpp:1754 rc.cpp:1769 rc.cpp:1784 ++#: rc.cpp:1802 rc.cpp:1817 + #, no-c-format + msgid "All" + msgstr "Kõik" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 58 +-#: rc.cpp:1637 rc.cpp:1655 rc.cpp:1673 rc.cpp:1694 rc.cpp:1709 rc.cpp:1727 +-#: rc.cpp:1748 rc.cpp:1766 rc.cpp:1781 rc.cpp:1814 rc.cpp:1829 rc.cpp:1844 +-#: rc.cpp:1862 rc.cpp:1877 ++#: rc.cpp:1580 rc.cpp:1598 rc.cpp:1616 rc.cpp:1637 rc.cpp:1652 rc.cpp:1670 ++#: rc.cpp:1691 rc.cpp:1709 rc.cpp:1724 rc.cpp:1757 rc.cpp:1772 rc.cpp:1787 ++#: rc.cpp:1805 rc.cpp:1820 + #, no-c-format + msgid "Debug" + msgstr "Silumine" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 63 +-#: rc.cpp:1640 rc.cpp:1658 rc.cpp:1676 rc.cpp:1697 rc.cpp:1712 rc.cpp:1730 +-#: rc.cpp:1751 rc.cpp:1769 rc.cpp:1784 rc.cpp:1817 rc.cpp:1832 rc.cpp:1847 +-#: rc.cpp:1865 rc.cpp:1880 ++#: rc.cpp:1583 rc.cpp:1601 rc.cpp:1619 rc.cpp:1640 rc.cpp:1655 rc.cpp:1673 ++#: rc.cpp:1694 rc.cpp:1712 rc.cpp:1727 rc.cpp:1760 rc.cpp:1775 rc.cpp:1790 ++#: rc.cpp:1808 rc.cpp:1823 + #, no-c-format + msgid "Notice" + msgstr "Märguanne" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 68 +-#: rc.cpp:1643 rc.cpp:1661 rc.cpp:1679 rc.cpp:1700 rc.cpp:1715 rc.cpp:1733 +-#: rc.cpp:1754 rc.cpp:1772 rc.cpp:1787 rc.cpp:1820 rc.cpp:1835 rc.cpp:1850 +-#: rc.cpp:1868 rc.cpp:1883 ++#: rc.cpp:1586 rc.cpp:1604 rc.cpp:1622 rc.cpp:1643 rc.cpp:1658 rc.cpp:1676 ++#: rc.cpp:1697 rc.cpp:1715 rc.cpp:1730 rc.cpp:1763 rc.cpp:1778 rc.cpp:1793 ++#: rc.cpp:1811 rc.cpp:1826 + #, no-c-format + msgid "Important" + msgstr "Tähtis" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 73 +-#: rc.cpp:1646 rc.cpp:1664 rc.cpp:1682 rc.cpp:1703 rc.cpp:1718 rc.cpp:1736 +-#: rc.cpp:1757 rc.cpp:1775 rc.cpp:1790 rc.cpp:1823 rc.cpp:1838 rc.cpp:1853 +-#: rc.cpp:1871 rc.cpp:1886 ++#: rc.cpp:1589 rc.cpp:1607 rc.cpp:1625 rc.cpp:1646 rc.cpp:1661 rc.cpp:1679 ++#: rc.cpp:1700 rc.cpp:1718 rc.cpp:1733 rc.cpp:1766 rc.cpp:1781 rc.cpp:1796 ++#: rc.cpp:1814 rc.cpp:1829 + #, no-c-format + msgid "None" + msgstr "Puudub" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 85 +-#: rc.cpp:1649 ++#: rc.cpp:1592 + #, no-c-format + msgid "IPFilter:" + msgstr "IP filter:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 126 +-#: rc.cpp:1667 ++#: rc.cpp:1610 + #, no-c-format + msgid "Search:" + msgstr "Otsing:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 167 +-#: rc.cpp:1685 ++#: rc.cpp:1628 + #, no-c-format + msgid "UPnP:" + msgstr "UPnP:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 178 +-#: rc.cpp:1688 ++#: rc.cpp:1631 + #, no-c-format + msgid "ScanFolder:" + msgstr "Kataloogi uurimine:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 249 +-#: rc.cpp:1721 ++#: rc.cpp:1664 + #, no-c-format + msgid "Scheduler:" + msgstr "Ajastaja:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 290 +-#: rc.cpp:1739 ++#: rc.cpp:1682 + #, no-c-format + msgid "PartFileImport:" + msgstr "Osalise faili import:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 301 +-#: rc.cpp:1742 ++#: rc.cpp:1685 + #, no-c-format + msgid "InfoWidget:" + msgstr "Infoplugin:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 342 +-#: rc.cpp:1760 ++#: rc.cpp:1703 + #, no-c-format + msgid "RSS plugin:" + msgstr "RSS-plugin:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 413 +-#: rc.cpp:1793 ++#: rc.cpp:1736 + #, no-c-format + msgid "WebInterface plugin:" + msgstr "Veebiliidese plugin:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 426 +-#: rc.cpp:1796 ++#: rc.cpp:1739 + #, no-c-format + msgid "System" + msgstr "Süsteem" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 437 +-#: rc.cpp:1799 ++#: rc.cpp:1742 + #, no-c-format + msgid "General:" + msgstr "Üldine:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 445 +-#: rc.cpp:1802 ++#: rc.cpp:1745 + #, no-c-format + msgid "Connections:" + msgstr "Ühendused:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 559 +-#: rc.cpp:1856 ++#: rc.cpp:1799 + #, no-c-format + msgid "Disk I/O:" + msgstr "Ketta IO:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 640 +-#: rc.cpp:1892 ++#: rc.cpp:1835 + #, no-c-format + msgid "Use rich te&xt for log" + msgstr "&Vormindatud teksti kasutamine logis" + + #. i18n: file ./plugins/search/searchpref.ui line 41 +-#: rc.cpp:1898 ++#: rc.cpp:1841 + #, no-c-format + msgid "External Browser" + msgstr "Väline brauser" + + #. i18n: file ./plugins/search/searchpref.ui line 52 +-#: rc.cpp:1901 ++#: rc.cpp:1844 + #, no-c-format + msgid "Open searches in external browser" + msgstr "Otsin&gutulemused avatakse välises brauseris" + + #. i18n: file ./plugins/search/searchpref.ui line 60 +-#: rc.cpp:1904 rc.cpp:1955 ++#: rc.cpp:1847 rc.cpp:1892 + #, no-c-format + msgid "Use default browser" + msgstr "Vaikimisi brauseri kasutamine" + + #. i18n: file ./plugins/search/searchpref.ui line 79 +-#: rc.cpp:1908 ++#: rc.cpp:1850 + #, no-c-format + msgid "Custom browser path:" + msgstr "Kohandatud brauseri asukoht:" + + #. i18n: file ./plugins/search/searchpref.ui line 116 +-#: rc.cpp:1912 ++#: rc.cpp:1853 + #, no-c-format + msgid "Search Engines" + msgstr "Otsingumootorid" + + #. i18n: file ./plugins/search/searchpref.ui line 143 +-#: rc.cpp:1916 ++#: rc.cpp:1856 + #, no-c-format + msgid "Search engine name:" + msgstr "Otsingumootori nimi:" + + #. i18n: file ./plugins/search/searchpref.ui line 187 +-#: rc.cpp:1922 ++#: rc.cpp:1862 + #, no-c-format + msgid "&Add" + msgstr "Lis&a" + + #. i18n: file ./plugins/search/searchpref.ui line 195 +-#: rc.cpp:1925 ++#: rc.cpp:1865 + #, no-c-format + msgid "Engines" + msgstr "Mootorid" + + #. i18n: file ./plugins/search/searchpref.ui line 206 +-#: rc.cpp:1928 ++#: rc.cpp:1868 + #, no-c-format + msgid "URL" + msgstr "URL" + + #. i18n: file ./plugins/search/searchpref.ui line 257 +-#: rc.cpp:1934 ++#: rc.cpp:1874 + #, no-c-format + msgid "R&emove All" + msgstr "&Eemalda kõik" + + #. i18n: file ./plugins/search/searchpref.ui line 282 +-#: rc.cpp:1937 ++#: rc.cpp:1877 + #, no-c-format + msgid "Add Defau<" + msgstr "&Lisa vaikimisi" + + #. i18n: file ./plugins/search/searchpref.ui line 290 +-#: rc.cpp:1940 ++#: rc.cpp:1880 + #, no-c-format + msgid "Update From Internet" + msgstr "Uuenda Internetist" + + #. i18n: file ./plugins/search/searchbar.ui line 53 + #: plugins/search/searchplugin.cpp:50 plugins/search/searchtab.cpp:48 +-#: rc.cpp:1946 ++#: rc.cpp:1883 + #, no-c-format + msgid "Search" + msgstr "Otsing" + + #. i18n: file ./plugins/search/searchbar.ui line 78 +-#: rc.cpp:1949 ++#: rc.cpp:1886 + #, no-c-format + msgid "Search engine:" + msgstr "Otsingumootor:" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 10 +-#: rc.cpp:1952 ++#: rc.cpp:1889 + #, no-c-format + msgid "Current search engine" + msgstr "Aktiivne otsingumootor" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 19 +-#: rc.cpp:1958 ++#: rc.cpp:1895 + #, no-c-format + msgid "Use custom browser" + msgstr "Kohandatud brauseri kasutamine" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 23 +-#: rc.cpp:1961 ++#: rc.cpp:1898 + #, no-c-format + msgid "Custom browser executable path" + msgstr "Kohandatud brauseri käivitatava faili asukoht" +@@ -4100,7 +4100,7 @@ msgstr "Andmete kontroll" + msgid "Stopped. No space left on device." + msgstr "Peatatud. Kettal pole ruumi." + +-#: libktorrent/torrent/queuemanager.cpp:135 ++#: libktorrent/torrent/queuemanager.cpp:136 + msgid "" + "You don't have enough disk space to download this torrent. Are you sure you " + "want to continue?" +@@ -4108,12 +4108,12 @@ msgstr "" + "Selle torrenti allalaadimiseks pole kettal piisavalt ruumi. Kas tõesti soovid " + "jätkata?" + +-#: libktorrent/torrent/queuemanager.cpp:135 ++#: libktorrent/torrent/queuemanager.cpp:136 + #, c-format + msgid "Insufficient disk space for %1" + msgstr "%1 jaoks napib kettaruumi" + +-#: libktorrent/torrent/queuemanager.cpp:157 ++#: libktorrent/torrent/queuemanager.cpp:158 + msgid "" + "Torrent \"%1\" has reached its maximum share ratio. Ignore the limit and start " + "seeding anyway?" +@@ -4121,16 +4121,16 @@ msgstr "" + "Torrent \"%1\" on jõudnud maksimaalse jagamissuhteni. Kas ignoreerida piirangut " + "ja alustada sellele vaatamata levitamist?" + +-#: libktorrent/torrent/queuemanager.cpp:157 ++#: libktorrent/torrent/queuemanager.cpp:158 + msgid "Maximum share ratio limit reached." + msgstr "Jõuti maksimaalse jagamissuhteni." + +-#: libktorrent/torrent/queuemanager.cpp:236 +-#: libktorrent/torrent/queuemanager.cpp:760 ++#: libktorrent/torrent/queuemanager.cpp:237 ++#: libktorrent/torrent/queuemanager.cpp:763 + msgid "Error stopping torrent %1 : %2" + msgstr "Viga torrenti %1 peatamisel: %2" + +-#: libktorrent/torrent/queuemanager.cpp:742 ++#: libktorrent/torrent/queuemanager.cpp:745 + msgid "Error starting torrent %1 : %2" + msgstr "Viga torrenti %1 käivitamisel: %2" + +diff --git a/translations/fa/messages/ktorrent.po b/translations/fa/messages/ktorrent.po +index f03da1d..1477a69 100644 +--- a/translations/fa/messages/ktorrent.po ++++ b/translations/fa/messages/ktorrent.po +@@ -5,7 +5,7 @@ + msgid "" + msgstr "" + "Project-Id-Version: ktorrent\n" +-"POT-Creation-Date: 2008-04-18 19:40+0200\n" ++"POT-Creation-Date: 2008-07-08 22:20+0200\n" + "PO-Revision-Date: 2007-01-15 14:30+0330\n" + "Last-Translator: Nasim Daniarzadeh \n" + "Language-Team: Persian \n" +@@ -20,7 +20,7 @@ msgid "No incoming connections (possibly firewalled)" + msgstr "" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 42 +-#: apps/ktorrent/ktorrent.cpp:184 rc.cpp:345 rc.cpp:383 rc.cpp:1019 ++#: apps/ktorrent/ktorrent.cpp:184 rc.cpp:336 rc.cpp:369 rc.cpp:989 + #, no-c-format + msgid "Info" + msgstr "اطلاعات" +@@ -193,7 +193,7 @@ msgstr "نشانی وب بدشکل." + #. i18n: file ./apps/ktorrent/ktorrentui.rc line 9 + #: apps/ktorrent/groups/downloadgroup.cpp:27 + #: apps/ktorrent/groups/groupmanager.h:57 apps/ktorrent/pref.cpp:147 +-#: apps/ktorrent/viewmanager.cpp:62 rc.cpp:138 rc.cpp:342 ++#: apps/ktorrent/viewmanager.cpp:62 rc.cpp:132 rc.cpp:333 + #, no-c-format + msgid "Downloads" + msgstr "بارگیریها" +@@ -319,7 +319,7 @@ msgid "Document to open" + msgstr "سند برای باز کردن" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 59 +-#: apps/ktorrent/main.cpp:120 rc.cpp:553 ++#: apps/ktorrent/main.cpp:120 rc.cpp:532 + #, no-c-format + msgid "KTorrent" + msgstr "" +@@ -604,7 +604,7 @@ msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 85 + #: apps/ktorrent/ktorrentviewmenu.cpp:66 plugins/infowidget/peerview.cpp:221 +-#: rc.cpp:77 rc.cpp:1256 rc.cpp:1307 ++#: rc.cpp:75 rc.cpp:1208 rc.cpp:1259 + #, no-c-format + msgid "DHT" + msgstr "" +@@ -647,7 +647,7 @@ msgid "Add to Group" + msgstr "" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 16 +-#: apps/ktorrent/ktorrentviewmenu.cpp:100 rc.cpp:147 ++#: apps/ktorrent/ktorrentviewmenu.cpp:100 rc.cpp:141 + #, fuzzy, no-c-format + msgid "Speed Limits" + msgstr "حد سرعت بر حسب کیلوبایت/ثانیه" +@@ -666,7 +666,7 @@ msgid "Malformed IP address." + msgstr "نشانی وب بدشکل." + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 311 +-#: apps/ktorrent/pref.cpp:58 rc.cpp:282 ++#: apps/ktorrent/pref.cpp:58 rc.cpp:273 + #, no-c-format + msgid "Preferences" + msgstr "تنظیمات" +@@ -703,7 +703,7 @@ msgid "Advanced" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 27 +-#: apps/ktorrent/pref.cpp:411 rc.cpp:540 ++#: apps/ktorrent/pref.cpp:411 rc.cpp:519 + #, fuzzy, no-c-format + msgid "Advanced Options" + msgstr "گزینه‌های پویش پوشه" +@@ -714,7 +714,7 @@ msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 16 + #: apps/ktorrent/ktorrentview.cpp:135 +-#: plugins/infowidget/infowidgetplugin.cpp:76 rc.cpp:1016 ++#: plugins/infowidget/infowidgetplugin.cpp:76 rc.cpp:986 + #, no-c-format + msgid "Status" + msgstr "وضعیت" +@@ -736,7 +736,7 @@ msgstr "بارگذاری‌شده" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 313 + #: apps/ktorrent/ktorrentview.cpp:139 plugins/infowidget/peerview.cpp:216 +-#: rc.cpp:1010 ++#: rc.cpp:980 + #, no-c-format + msgid "Down Speed" + msgstr "سرعت پایین" +@@ -861,7 +861,7 @@ msgid "User" + msgstr "کاربر" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 24 +-#: apps/ktorrent/queuedialog.cpp:75 rc.cpp:249 ++#: apps/ktorrent/queuedialog.cpp:75 rc.cpp:240 + #, no-c-format + msgid "Queue Manager" + msgstr "مدیر صف" +@@ -1069,8 +1069,8 @@ msgid "Start torrent" + msgstr "آغاز &بذرافشانی torrent" + + #. i18n: file ./apps/ktorrent/fileselectdlgbase.ui line 160 +-#: plugins/infowidget/fileview.cpp:49 rc.cpp:27 rc.cpp:1244 rc.cpp:1259 +-#: rc.cpp:1349 rc.cpp:1439 ++#: plugins/infowidget/fileview.cpp:49 rc.cpp:27 rc.cpp:1196 rc.cpp:1211 ++#: rc.cpp:1301 rc.cpp:1385 + #, no-c-format + msgid "Download" + msgstr "بارگیری" +@@ -1124,13 +1124,13 @@ msgid "Encryption" + msgstr "رمزبندی" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 58 +-#: rc.cpp:64 rc.cpp:787 ++#: rc.cpp:63 rc.cpp:764 + #, no-c-format + msgid "Use protocol encryption" + msgstr "استفاده از رمزبندی قرارداد" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 64 +-#: rc.cpp:68 ++#: rc.cpp:66 + #, no-c-format + msgid "" + "Protocol encryption is used to prevent ISP's from slowing down bittorrent " +@@ -1138,13 +1138,13 @@ msgid "" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 72 +-#: rc.cpp:71 rc.cpp:790 ++#: rc.cpp:69 rc.cpp:767 + #, no-c-format + msgid "Allow unencrypted connections" + msgstr "اجازه به اتصالهای رمزبندی‌نشده" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 75 +-#: rc.cpp:74 ++#: rc.cpp:72 + #, no-c-format + msgid "" + "If unchecked, you'll be able to connect only to clients supporting encryption." +@@ -1153,7 +1153,7 @@ msgstr "" + "پشتیبانی می‌کنند." + + #. i18n: file ./apps/ktorrent/generalpref.ui line 88 +-#: rc.cpp:80 ++#: rc.cpp:78 + #, no-c-format + msgid "" + "Distributed Hash Table protocol." +@@ -1164,169 +1164,169 @@ msgstr "" + "مراجعه کنید." + + #. i18n: file ./apps/ktorrent/generalpref.ui line 99 +-#: rc.cpp:83 ++#: rc.cpp:81 + #, no-c-format + msgid "&Use DHT to get additional peers" + msgstr "&استفاده از DHT برای گرفتن جفتهای اضافی‌" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 118 +-#: rc.cpp:87 ++#: rc.cpp:84 + #, no-c-format + msgid "UDP port for DHT communication:" + msgstr "درگاه UDP برای ارتباط DHT:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 161 +-#: rc.cpp:90 ++#: rc.cpp:87 + #, no-c-format + msgid "Custom IP" + msgstr "IP سفارشی‌" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 172 +-#: rc.cpp:93 ++#: rc.cpp:90 + #, fuzzy, no-c-format + msgid "Se&nd the tracker a custom IP address or hostname" + msgstr "&ارسال یک IP یا نام میزبان سفارشی به ردیاب‌" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 188 +-#: rc.cpp:96 ++#: rc.cpp:93 + #, fuzzy, no-c-format + msgid "Custom IP address or hostname:" + msgstr "IP یا نام میزبان سفارشی:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 205 +-#: rc.cpp:99 ++#: rc.cpp:96 + #, fuzzy, no-c-format + msgid "System Tray Icon" + msgstr "نمایش شمایل سینی &سیستم‌" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 216 +-#: rc.cpp:102 ++#: rc.cpp:99 + #, no-c-format + msgid "Show s&ystem tray icon" + msgstr "نمایش شمایل سینی &سیستم‌" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 224 +-#: rc.cpp:105 ++#: rc.cpp:102 + #, fuzzy, no-c-format + msgid "Show speed &bar in tray icon" + msgstr "نمایش شمایل سینی &سیستم‌" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 232 +-#: rc.cpp:108 ++#: rc.cpp:105 + #, fuzzy, no-c-format + msgid "Show system tray popup messages" + msgstr "نمایش شمایل سینی &سیستم‌" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 251 +-#: rc.cpp:112 ++#: rc.cpp:108 + #, no-c-format + msgid "Upload bandwidth (in KB/sec):" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 276 +-#: rc.cpp:115 ++#: rc.cpp:111 + #, no-c-format + msgid "Download bandwidth (in KB/sec):" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 305 +-#: rc.cpp:118 ++#: rc.cpp:114 + #, no-c-format + msgid "Folders" + msgstr "پوشه‌ها" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 324 +-#: rc.cpp:121 ++#: rc.cpp:117 + #, no-c-format + msgid "Folder to store temporary files:" + msgstr "پوشه برای ذخیرۀ پرونده‌های موقت:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 342 +-#: rc.cpp:124 ++#: rc.cpp:120 + #, fuzzy, no-c-format + msgid "Move completed downloads to:" + msgstr "عدم بارگیری" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 353 +-#: rc.cpp:128 ++#: rc.cpp:123 + #, no-c-format + msgid "&Automatically save downloads to:" + msgstr "ذخیرۀ &خودکار بارگیریها در:‌" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 395 +-#: rc.cpp:131 ++#: rc.cpp:126 + #, fuzzy, no-c-format + msgid "Copy .torrent files to:" + msgstr "پرونده‌های torrent" + + #. i18n: file ./apps/ktorrent/ktorrentui.rc line 34 +-#: rc.cpp:144 ++#: rc.cpp:138 + #, no-c-format + msgid "Download Toolbar" + msgstr "میله ابزار بارگیری" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 27 +-#: rc.cpp:150 ++#: rc.cpp:144 + #, fuzzy, no-c-format + msgid "Set the speed limits for torrent" + msgstr "آغاز &بذرافشانی torrent" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 51 +-#: rc.cpp:153 ++#: rc.cpp:147 + #, fuzzy, no-c-format + msgid "Max upload rate:" + msgstr "میزان بیشینۀ بارگذاری:" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 59 +-#: rc.cpp:156 ++#: rc.cpp:150 + #, fuzzy, no-c-format + msgid "Max download rate:" + msgstr "میزان بیشینۀ بارگیری:" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 97 +-#: rc.cpp:159 rc.cpp:162 ++#: rc.cpp:153 rc.cpp:156 + #, fuzzy, no-c-format + msgid "KB/s (0 is no limit)" + msgstr "کیلوبایت/ثانیه )۰ بدون حد است(" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 16 +-#: rc.cpp:171 ++#: rc.cpp:165 + #, no-c-format + msgid "Add potential peer" + msgstr "" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 35 +-#: rc.cpp:174 ++#: rc.cpp:168 + #, fuzzy, no-c-format + msgid "Peer IP:" + msgstr "جفت" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 43 +-#: rc.cpp:177 rc.cpp:208 ++#: rc.cpp:171 rc.cpp:201 + #, no-c-format + msgid "127.0.0.1" + msgstr "" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 51 +-#: rc.cpp:180 rc.cpp:288 rc.cpp:525 rc.cpp:931 ++#: rc.cpp:174 rc.cpp:279 rc.cpp:504 rc.cpp:908 + #, no-c-format + msgid "Port:" + msgstr "درگاه:" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 100 +-#: rc.cpp:183 ++#: rc.cpp:177 + #, no-c-format + msgid "Enter peer IP and port." + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 16 +-#: rc.cpp:193 ++#: rc.cpp:186 + #, fuzzy, no-c-format + msgid "KTorrent Blacklist" + msgstr "پرونده‌های Torrent" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 30 +-#: rc.cpp:196 ++#: rc.cpp:189 + #, no-c-format + msgid "" + "Note: Blacklist applies to current session only. Use save/open to save your " +@@ -1334,187 +1334,187 @@ msgid "" + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 41 +-#: rc.cpp:199 ++#: rc.cpp:192 + #, fuzzy, no-c-format + msgid "Banned Peers" + msgstr "جفتهای انتساب‌شده" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 50 +-#: rc.cpp:202 ++#: rc.cpp:195 + #, no-c-format + msgid "Peer IP address" + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 96 +-#: rc.cpp:205 ++#: rc.cpp:198 + #, no-c-format + msgid "Add peer:" + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 134 +-#: rc.cpp:215 ++#: rc.cpp:207 + #, no-c-format + msgid "Adds a peer to blacklist" + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 168 +-#: rc.cpp:222 ++#: rc.cpp:213 + #, no-c-format + msgid "Removes selected peer from blacklist" + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 176 +-#: rc.cpp:225 ++#: rc.cpp:216 + #, no-c-format + msgid "C&lear" + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 182 +-#: rc.cpp:228 ++#: rc.cpp:219 + #, no-c-format + msgid "Clears this list" + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 218 +-#: rc.cpp:234 ++#: rc.cpp:225 + #, no-c-format + msgid "Save &As..." + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 224 +-#: rc.cpp:237 ++#: rc.cpp:228 + #, no-c-format + msgid "Save this blacklist to use with KTorrent IPFilter plugin" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 59 +-#: rc.cpp:252 ++#: rc.cpp:243 + #, no-c-format + msgid "Maximum downloads:" + msgstr "بارگیریهای بیشینه:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 86 +-#: rc.cpp:255 ++#: rc.cpp:246 + #, no-c-format + msgid "Maximum seeds:" + msgstr "دانه‌های بیشینه:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 94 +-#: rc.cpp:258 ++#: rc.cpp:249 + #, no-c-format + msgid "Start download on low disk space :" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 102 +-#: rc.cpp:261 ++#: rc.cpp:252 + #, fuzzy, no-c-format + msgid "Minimum disk space:" + msgstr "اختصاص فضای دیسک" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 140 +-#: rc.cpp:264 ++#: rc.cpp:255 + #, fuzzy, no-c-format + msgid "Don't start" + msgstr "آغازنشده" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 145 +-#: rc.cpp:267 ++#: rc.cpp:258 + #, no-c-format + msgid "Always ask" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 150 +-#: rc.cpp:270 ++#: rc.cpp:261 + #, fuzzy, no-c-format + msgid "Force start" + msgstr "آغازنشده" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 208 +-#: rc.cpp:273 ++#: rc.cpp:264 + #, no-c-format + msgid "MB" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 236 +-#: rc.cpp:276 rc.cpp:279 rc.cpp:312 rc.cpp:315 rc.cpp:324 ++#: rc.cpp:267 rc.cpp:270 rc.cpp:303 rc.cpp:306 rc.cpp:315 + #, no-c-format + msgid "(0 is no limit)" + msgstr ")۰ بدون حد است(" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 330 +-#: rc.cpp:285 ++#: rc.cpp:276 + #, no-c-format + msgid "Maximum download rate:" + msgstr "میزان بیشینۀ بارگیری:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 346 +-#: rc.cpp:291 ++#: rc.cpp:282 + #, fuzzy, no-c-format + msgid "Global connection limit:" + msgstr "حد اتصال سراسری" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 354 +-#: rc.cpp:294 ++#: rc.cpp:285 + #, fuzzy, no-c-format + msgid "Max seed time:" + msgstr "ضریب اشتراک:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 370 +-#: rc.cpp:297 ++#: rc.cpp:288 + #, no-c-format + msgid "Maximum connections per torrent:" + msgstr "اتصالهای بیشینه در هر torrent:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 397 +-#: rc.cpp:300 ++#: rc.cpp:291 + #, no-c-format + msgid "Number of upload slots:" + msgstr "تعداد شکافهای بارگذاری:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 405 +-#: rc.cpp:303 ++#: rc.cpp:294 + #, no-c-format + msgid "UDP tracker port:" + msgstr "درگاه ردیاب UDP:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 413 +-#: rc.cpp:306 ++#: rc.cpp:297 + #, fuzzy, no-c-format + msgid "Max share ratio:" + msgstr "ضریب اشتراک:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 421 +-#: rc.cpp:309 ++#: rc.cpp:300 + #, no-c-format + msgid "Maximum upload rate:" + msgstr "میزان بیشینۀ بارگذاری:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 576 +-#: rc.cpp:318 rc.cpp:321 ++#: rc.cpp:309 rc.cpp:312 + #, no-c-format + msgid "KB/sec (0 is no limit)" + msgstr "کیلوبایت/ثانیه )۰ بدون حد است(" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 651 +-#: rc.cpp:327 ++#: rc.cpp:318 + #, fuzzy, no-c-format + msgid "Hours (0 is no limit)" + msgstr ")۰ بدون حد است(" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 663 +-#: rc.cpp:330 ++#: rc.cpp:321 + #, no-c-format + msgid "&Keep seeding after download is finished" + msgstr "&حفظ بذرافشانی پس از اتمام بارگیری‌" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 674 +-#: rc.cpp:333 ++#: rc.cpp:324 + #, no-c-format + msgid "Attention" + msgstr "توجه" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 685 +-#: rc.cpp:336 ++#: rc.cpp:327 + #, fuzzy, no-c-format + msgid "" + "The above ports must also be forwarded if you are behind a router. The UPnP " +@@ -1524,283 +1524,283 @@ msgstr "" + "کار را برای شما انجام دهد." + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 16 +-#: rc.cpp:339 ++#: rc.cpp:330 + #, no-c-format + msgid "KT Queue Dialog" + msgstr "محاورۀ صف KT" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 69 +-#: rc.cpp:348 rc.cpp:386 rc.cpp:1107 ++#: rc.cpp:339 rc.cpp:372 rc.cpp:1067 + #, no-c-format + msgid "Status:" + msgstr "وضعیت:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 85 +-#: rc.cpp:351 rc.cpp:389 rc.cpp:1808 ++#: rc.cpp:342 rc.cpp:375 rc.cpp:1751 + #, no-c-format + msgid "Tracker:" + msgstr "ردیاب:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 93 +-#: rc.cpp:354 rc.cpp:392 rc.cpp:1805 ++#: rc.cpp:345 rc.cpp:378 rc.cpp:1748 + #, no-c-format + msgid "DHT:" + msgstr "" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 109 +-#: rc.cpp:357 rc.cpp:395 rc.cpp:1061 ++#: rc.cpp:348 rc.cpp:381 rc.cpp:1025 + #, no-c-format + msgid "Share ratio:" + msgstr "ضریب اشتراک:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 117 +-#: rc.cpp:360 ++#: rc.cpp:351 + #, no-c-format + msgid "Bytes left:" + msgstr "بایت باقی‌مانده:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 177 +-#: rc.cpp:368 rc.cpp:377 ++#: rc.cpp:354 rc.cpp:363 + #, no-c-format + msgid "Torrent" + msgstr "" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 188 +-#: rc.cpp:371 rc.cpp:380 ++#: rc.cpp:357 rc.cpp:366 + #, no-c-format + msgid "Controlled by" + msgstr "کنترل‌شده با" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 214 +-#: rc.cpp:374 ++#: rc.cpp:360 + #, no-c-format + msgid "Upload&s" + msgstr "&بارگذاریها‌" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 333 +-#: rc.cpp:398 ++#: rc.cpp:384 + #, no-c-format + msgid "Uploaded:" + msgstr "بارگذاری‌شده:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 486 +-#: rc.cpp:406 ++#: rc.cpp:387 + #, no-c-format + msgid "M&ove up" + msgstr "&حرکت به بالا‌" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 494 +-#: rc.cpp:409 ++#: rc.cpp:390 + #, no-c-format + msgid "Move dow&n" + msgstr "حرکت به &پایین‌" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 519 +-#: rc.cpp:412 ++#: rc.cpp:393 + #, fuzzy, no-c-format + msgid "Move to top" + msgstr "&حرکت به بالا‌" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 530 +-#: rc.cpp:416 ++#: rc.cpp:396 + #, no-c-format + msgid "Move to &bottom" + msgstr "" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 555 +-#: rc.cpp:419 ++#: rc.cpp:399 + #, no-c-format + msgid "&QM Controlled" + msgstr "&QM کنترل شد" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 563 +-#: rc.cpp:422 ++#: rc.cpp:402 + #, no-c-format + msgid "&User Controlled" + msgstr "&کاربر کنترل شد‌" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 30 +-#: rc.cpp:434 ++#: rc.cpp:414 + #, no-c-format + msgid "Paste URL" + msgstr "چسباندن نشانی وب" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 52 +-#: rc.cpp:437 rc.cpp:1104 rc.cpp:1919 ++#: rc.cpp:417 rc.cpp:1064 rc.cpp:1859 + #, no-c-format + msgid "URL:" + msgstr "نشانی وب:" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 106 +-#: rc.cpp:440 ++#: rc.cpp:420 + #, no-c-format + msgid "O&K" + msgstr "&تأیید‌" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 114 +-#: rc.cpp:443 rc.cpp:675 rc.cpp:1176 ++#: rc.cpp:423 rc.cpp:653 rc.cpp:1128 + #, no-c-format + msgid "C&ancel" + msgstr "&لغو‌" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 16 +-#: rc.cpp:446 ++#: rc.cpp:426 + #, no-c-format + msgid "Create Torrent" + msgstr "ایجاد Torrent" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 38 +-#: rc.cpp:449 ++#: rc.cpp:429 + #, no-c-format + msgid "The file or folder of which you want to create a torrent:" + msgstr "پرونده یا پوشه‌ای که می‌خواهید یک torrent از آن ایجاد کنید:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 53 +-#: rc.cpp:452 ++#: rc.cpp:432 + #, fuzzy, no-c-format + msgid "You must add at least one tracker or node." + msgstr "باید حداقل یک ردیاب اضافه کنید." + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 61 +-#: rc.cpp:455 ++#: rc.cpp:435 + #, no-c-format + msgid "File Options" + msgstr "گزینه‌های پرونده" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 80 +-#: rc.cpp:458 ++#: rc.cpp:438 + #, no-c-format + msgid "Size of each chunk:" + msgstr "اندازۀ هر توده:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 86 +-#: rc.cpp:461 ++#: rc.cpp:441 + #, no-c-format + msgid "32" + msgstr "۳۲" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 91 +-#: rc.cpp:464 ++#: rc.cpp:444 + #, no-c-format + msgid "64" + msgstr "۶۴" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 96 +-#: rc.cpp:467 ++#: rc.cpp:447 + #, no-c-format + msgid "128" + msgstr "۱۲۸" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 101 +-#: rc.cpp:470 ++#: rc.cpp:450 + #, no-c-format + msgid "256" + msgstr "۲۵۶" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 106 +-#: rc.cpp:473 ++#: rc.cpp:453 + #, no-c-format + msgid "512" + msgstr "۵۱۲" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 111 +-#: rc.cpp:476 ++#: rc.cpp:456 + #, no-c-format + msgid "1024" + msgstr "۱۰۲۴" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 116 +-#: rc.cpp:479 ++#: rc.cpp:459 + #, no-c-format + msgid "2048" + msgstr "۲۰۴۸" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 121 +-#: rc.cpp:482 ++#: rc.cpp:462 + #, no-c-format + msgid "4096" + msgstr "۴۰۹۶" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 126 +-#: rc.cpp:485 ++#: rc.cpp:465 + #, no-c-format + msgid "8192" + msgstr "۸۱۹۲" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 138 +-#: rc.cpp:488 rc.cpp:633 ++#: rc.cpp:468 rc.cpp:611 + #, no-c-format + msgid "KB" + msgstr "کیلوبایت" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 165 +-#: rc.cpp:491 ++#: rc.cpp:471 + #, no-c-format + msgid "Start seedin&g the torrent" + msgstr "آغاز &بذرافشانی torrent" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 176 +-#: rc.cpp:494 ++#: rc.cpp:474 + #, no-c-format + msgid "Decentrali&zed (DHT only)" + msgstr "" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 184 +-#: rc.cpp:497 ++#: rc.cpp:477 + #, no-c-format + msgid "Private torrent (DHT not allowed)" + msgstr "torrent خصوصی )DHT مجاز نیست(" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 202 +-#: rc.cpp:500 ++#: rc.cpp:480 + #, no-c-format + msgid "Comments:" + msgstr "توضیحات:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 248 +-#: rc.cpp:503 ++#: rc.cpp:483 + #, fuzzy, no-c-format + msgid "&Create" + msgstr "&ایجاد‌" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 262 +-#: rc.cpp:506 rc.cpp:1325 ++#: rc.cpp:486 rc.cpp:1277 + #, no-c-format + msgid "Ca&ncel" + msgstr "&لغو‌" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 275 +-#: plugins/infowidget/infowidgetplugin.cpp:214 rc.cpp:509 rc.cpp:1101 ++#: plugins/infowidget/infowidgetplugin.cpp:214 rc.cpp:489 rc.cpp:1061 + #, no-c-format + msgid "Trackers" + msgstr "ردیابها" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 283 +-#: rc.cpp:512 ++#: rc.cpp:492 + #, no-c-format + msgid "DHT nodes" + msgstr "" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 333 +-#: rc.cpp:522 ++#: rc.cpp:501 + #, fuzzy, no-c-format + msgid "Node:" + msgstr "هیچ‌کدام" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 385 +-#: rc.cpp:528 ++#: rc.cpp:507 + #, fuzzy, no-c-format + msgid "IP or hostname" + msgstr "IP یا نام میزبان سفارشی:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 396 +-#: rc.cpp:531 rc.cpp:718 rc.cpp:721 ++#: rc.cpp:510 rc.cpp:695 rc.cpp:698 + #, no-c-format + msgid "Port" + msgstr "درگاه" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 437 +-#: rc.cpp:534 ++#: rc.cpp:513 + #, no-c-format + msgid "" + "NOTE: Some known good DHT nodes are already inserted. You should probably " +@@ -1808,19 +1808,19 @@ msgid "" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 16 +-#: rc.cpp:537 ++#: rc.cpp:516 + #, fuzzy, no-c-format + msgid "Advanced Preferences" + msgstr "تنظیمات جستجو" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 46 +-#: rc.cpp:543 ++#: rc.cpp:522 + #, no-c-format + msgid "Time left estimation algorithm:" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 53 +-#: rc.cpp:546 rc.cpp:568 ++#: rc.cpp:525 rc.cpp:547 + #, no-c-format + msgid "" + "KTorrent algorithm: Default algorithm using combination of other " +@@ -1836,427 +1836,427 @@ msgid "" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 64 +-#: rc.cpp:556 ++#: rc.cpp:535 + #, fuzzy, no-c-format + msgid "Current speed" + msgstr "موتور جستجوی جاری" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 69 +-#: rc.cpp:559 ++#: rc.cpp:538 + #, no-c-format + msgid "Global average speed" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 74 +-#: rc.cpp:562 ++#: rc.cpp:541 + #, no-c-format + msgid "Window of X" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 79 +-#: rc.cpp:565 ++#: rc.cpp:544 + #, no-c-format + msgid "Moving average" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 98 +-#: rc.cpp:575 ++#: rc.cpp:554 + #, no-c-format + msgid "(takes effect after restart)" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 125 +-#: rc.cpp:578 ++#: rc.cpp:557 + #, no-c-format + msgid "Disa&ble diskspace preallocation" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 141 +-#: rc.cpp:581 ++#: rc.cpp:560 + #, no-c-format + msgid "F&ully preallocate diskspace (avoids fragmentation)" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 147 +-#: rc.cpp:584 ++#: rc.cpp:563 + #, no-c-format + msgid "Basic (slow)" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 152 +-#: rc.cpp:587 ++#: rc.cpp:566 + #, no-c-format + msgid "Filesystem specific" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 174 +-#: rc.cpp:590 ++#: rc.cpp:569 + #, fuzzy, no-c-format + msgid "Performance" + msgstr "تنظیمات" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 193 +-#: rc.cpp:593 ++#: rc.cpp:572 + #, no-c-format + msgid "Memory usage:" + msgstr "کاربرد حافظه:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 199 +-#: rc.cpp:596 ++#: rc.cpp:575 + #, no-c-format + msgid "Low" + msgstr "کم" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 204 +-#: rc.cpp:599 ++#: rc.cpp:578 + #, no-c-format + msgid "Medium" + msgstr "متوسط" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 209 +-#: rc.cpp:602 ++#: rc.cpp:581 + #, no-c-format + msgid "High" + msgstr "زیاد" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 248 +-#: rc.cpp:605 ++#: rc.cpp:584 + #, no-c-format + msgid "GUI update interval:" + msgstr "فاصلۀ به‌روزرسانی ونک:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 254 +-#: rc.cpp:608 ++#: rc.cpp:587 + #, no-c-format + msgid "500ms" + msgstr "۵۰۰ میلی‌ثانیه‌" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 259 +-#: rc.cpp:611 ++#: rc.cpp:590 + #, no-c-format + msgid "1s" + msgstr "۱ ثانیه" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 264 +-#: rc.cpp:614 ++#: rc.cpp:593 + #, no-c-format + msgid "2s" + msgstr "۲ ثانیه" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 269 +-#: rc.cpp:617 ++#: rc.cpp:596 + #, no-c-format + msgid "5s" + msgstr "۵ ثانیه" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 308 +-#: rc.cpp:620 ++#: rc.cpp:599 + #, no-c-format + msgid "Fast CPU" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 342 +-#: rc.cpp:624 ++#: rc.cpp:602 + #, no-c-format + msgid "Slow CPU" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 354 +-#: rc.cpp:627 ++#: rc.cpp:605 + #, fuzzy, no-c-format + msgid "Data Checking" + msgstr "بررسی داده" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 373 +-#: rc.cpp:630 ++#: rc.cpp:608 + #, no-c-format + msgid "During uploading, do ¬ recheck chunks bigger than" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 430 +-#: rc.cpp:636 ++#: rc.cpp:614 + #, no-c-format + msgid "Do a data integrit&y check after" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 449 +-#: rc.cpp:639 ++#: rc.cpp:617 + #, no-c-format + msgid "corrupted chunks" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 478 +-#: rc.cpp:642 ++#: rc.cpp:620 + #, no-c-format + msgid "Networking" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 505 +-#: rc.cpp:645 ++#: rc.cpp:623 + #, fuzzy, no-c-format + msgid "Maximum number of connection setups:" + msgstr "تعداد بیشینۀ اتصالها در هر torrent )۰ = بدون حد(" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 527 +-#: rc.cpp:648 ++#: rc.cpp:626 + #, no-c-format + msgid "DSCP for IP packets:" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 570 +-#: rc.cpp:651 ++#: rc.cpp:629 + #, no-c-format + msgid "Do not use the KDE pro&xy settings for HTTP tracker connections" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 586 +-#: rc.cpp:654 ++#: rc.cpp:632 + #, fuzzy, no-c-format + msgid "HTTP tracker proxy:" + msgstr "درگاه ردیاب UDP:" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 24 +-#: rc.cpp:657 ++#: rc.cpp:635 + #, no-c-format + msgid "Scanning data" + msgstr "دادۀ پویش" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 38 +-#: rc.cpp:660 ++#: rc.cpp:638 + #, fuzzy, no-c-format + msgid "Scanning data of torrent :" + msgstr "دادۀ پویش برای توده‌ها :" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 62 +-#: rc.cpp:663 ++#: rc.cpp:641 + #, no-c-format + msgid "Number of chunks found :" + msgstr "تعداد توده‌های یافت‌شده :" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 70 +-#: rc.cpp:666 ++#: rc.cpp:644 + #, no-c-format + msgid "Number of chunks failed / not downloaded :" + msgstr "تعداد توده‌های خراب / بارگیری‌نشده :" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 97 +-#: rc.cpp:669 rc.cpp:672 ++#: rc.cpp:647 rc.cpp:650 + #, no-c-format + msgid "0" + msgstr "۰" + + #. i18n: file ./apps/ktupnptest/mainwidget.ui line 54 +-#: rc.cpp:678 ++#: rc.cpp:656 + #, no-c-format + msgid "Test" + msgstr "آزمون" + + #. i18n: file ./libktorrent/labelviewitembase.ui line 49 +-#: rc.cpp:685 ++#: rc.cpp:662 + #, no-c-format + msgid "textLabel2" + msgstr "" + + #. i18n: file ./libktorrent/labelviewitembase.ui line 65 +-#: rc.cpp:688 ++#: rc.cpp:665 + #, no-c-format + msgid "textLabel3" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 10 +-#: rc.cpp:691 ++#: rc.cpp:668 + #, no-c-format + msgid "Maximum number of downloads (0 = no limit)" + msgstr "تعداد بیشینۀ بارگیریها )۰ = بدون حد(" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 15 +-#: rc.cpp:694 ++#: rc.cpp:671 + #, no-c-format + msgid "Maximum number of seeds (0 = no limit)" + msgstr "تعداد بیشینۀ دانه‌ها )۰ = بدون حد(" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 20 +-#: rc.cpp:697 ++#: rc.cpp:674 + #, no-c-format + msgid "Start downloads on low disk space?" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 24 +-#: rc.cpp:700 ++#: rc.cpp:677 + #, no-c-format + msgid "Maximum number of connections per torrent (0 = no limit)" + msgstr "تعداد بیشینۀ اتصالها در هر torrent )۰ = بدون حد(" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 29 +-#: rc.cpp:703 ++#: rc.cpp:680 + #, no-c-format + msgid "Maximum number of connections for all torrents (0 = no limit) " + msgstr "تعداد بیشینۀ اتصالها برای همۀ torrentها )۰ = بدون حد(" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 34 +-#: rc.cpp:706 ++#: rc.cpp:683 + #, no-c-format + msgid "Maximum upload speed in KB/sec (0 = no limit)" + msgstr "سرعت بارگذاری بیشینه بر حسب کیلوبایت/ثانیه )۰ = بدون حد(" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 39 +-#: rc.cpp:709 ++#: rc.cpp:686 + #, no-c-format + msgid "Maximum download speed in KB/sec (0 = no limit)" + msgstr "سرعت بارگیری بیشینه بر حسب کیلوبایت/ثانیه )۰ = بدون حد(" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 44 +-#: rc.cpp:712 ++#: rc.cpp:689 + #, fuzzy, no-c-format + msgid "Maximum share ratio(0 = no limit)" + msgstr "به حد ضریب اشتراک بیشینه رسید." + + #. i18n: file ./libktorrent/ktorrent.kcfg line 49 +-#: rc.cpp:715 ++#: rc.cpp:692 + #, fuzzy, no-c-format + msgid "Maximum seed time in hours (0 = no limit)" + msgstr "به حد ضریب اشتراک بیشینه رسید." + + #. i18n: file ./libktorrent/ktorrent.kcfg line 66 +-#: rc.cpp:724 ++#: rc.cpp:701 + #, no-c-format + msgid "Show a system tray icon" + msgstr "نمایش یک شمایل سینی سیستم" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 70 +-#: rc.cpp:727 ++#: rc.cpp:704 + #, fuzzy, no-c-format + msgid "Show speed bar in tray icon" + msgstr "نمایش شمایل سینی &سیستم‌" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 74 +-#: rc.cpp:730 ++#: rc.cpp:707 + #, no-c-format + msgid "Download bandwidth (in kb/s):" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 80 +-#: rc.cpp:733 ++#: rc.cpp:710 + #, no-c-format + msgid "Upload bandwidth (in kb/s):" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 86 +-#: rc.cpp:736 ++#: rc.cpp:713 + #, no-c-format + msgid "Show popup messages when torrent is finished." + msgstr "نمایش پیامهای بالاپر، هنگامی که torrent تمام می‌شود." + + #. i18n: file ./libktorrent/ktorrent.kcfg line 90 +-#: rc.cpp:739 ++#: rc.cpp:716 + #, no-c-format + msgid "Keep seeding after download has finished" + msgstr "حفظ بذرافشانی پس از اتمام بارگیری" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 94 +-#: rc.cpp:742 ++#: rc.cpp:719 + #, no-c-format + msgid "Folder to store temporary files" + msgstr "پوشه برای ذخیرۀ پرونده‌های موقت" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 98 +-#: rc.cpp:745 ++#: rc.cpp:722 + #, no-c-format + msgid "Whether to automatically save downloads to saveDir" + msgstr " آیا بارگیریها به طور خودکار در فهرست ذخیره، ذخیره شوند" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 102 +-#: rc.cpp:748 ++#: rc.cpp:725 + #, no-c-format + msgid "Folder to store downloaded files" + msgstr "پوشه برای ذخیرۀ پرونده‌های بارگیری‌شده" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 106 +-#: rc.cpp:751 ++#: rc.cpp:728 + #, fuzzy, no-c-format + msgid "Whether to automatically move completed downloads to completedDir" + msgstr " آیا بارگیریها به طور خودکار در فهرست ذخیره، ذخیره شوند" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 110 +-#: rc.cpp:754 ++#: rc.cpp:731 + #, fuzzy, no-c-format + msgid "Folder to move completed downloaded files to" + msgstr "پوشه برای ذخیرۀ پرونده‌های بارگیری‌شده" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 114 +-#: rc.cpp:757 ++#: rc.cpp:734 + #, fuzzy, no-c-format + msgid "Whether to automatically copy .torrent files to torrentCopyDir" + msgstr " آیا بارگیریها به طور خودکار در فهرست ذخیره، ذخیره شوند" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 118 +-#: rc.cpp:760 ++#: rc.cpp:737 + #, fuzzy, no-c-format + msgid "Folder to copy .torrent files to" + msgstr "پوشه برای ذخیرۀ پرونده‌های موقت" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 122 +-#: rc.cpp:763 ++#: rc.cpp:740 + #, no-c-format + msgid "Whether to use a custom IP to pass to the tracker" + msgstr " آیا از یک IP سفارشی برای گذر به ردیاب استفاده شود" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 126 +-#: rc.cpp:766 ++#: rc.cpp:743 + #, no-c-format + msgid "Directory which was used as the last save directory" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 130 +-#: rc.cpp:769 ++#: rc.cpp:746 + #, no-c-format + msgid "IP to pass to the tracker" + msgstr "IP برای گذر به ردیاب" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 134 +-#: rc.cpp:772 ++#: rc.cpp:749 + #, no-c-format + msgid "Memory usage" + msgstr "کاربرد حافظه" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 138 +-#: rc.cpp:775 ++#: rc.cpp:752 + #, no-c-format + msgid "GUI update interval" + msgstr "فاصلۀ به‌روزرسانی ونک" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 142 +-#: rc.cpp:778 ++#: rc.cpp:755 + #, no-c-format + msgid "Support for DHT" + msgstr "پشتیبان برای DHT" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 146 +-#: rc.cpp:781 ++#: rc.cpp:758 + #, no-c-format + msgid "DHT port" + msgstr "درگاه DHT" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 152 +-#: rc.cpp:784 ++#: rc.cpp:761 + #, no-c-format + msgid "Number of upload slots" + msgstr "تعداد شکافهای بارگذاری" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 196 +-#: rc.cpp:793 ++#: rc.cpp:770 + #, no-c-format + msgid "Columns shown in KTorrentView" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 205 +-#: rc.cpp:796 ++#: rc.cpp:773 + #, no-c-format + msgid "ET algorithm" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 227 +-#: rc.cpp:799 ++#: rc.cpp:776 + #, no-c-format + msgid "" + "When there's no space left to complete download and free diskspace is less than " +@@ -2264,457 +2264,457 @@ msgid "" + msgstr "" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 16 +-#: rc.cpp:802 ++#: rc.cpp:779 + #, no-c-format + msgid "Plugin Manager" + msgstr "مدیر وصله" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 48 +-#: rc.cpp:805 ++#: rc.cpp:782 + #, no-c-format + msgid "Load" + msgstr "بار کردن" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 56 +-#: rc.cpp:808 ++#: rc.cpp:785 + #, no-c-format + msgid "U&nload" + msgstr "&خالی کردن‌" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 64 +-#: rc.cpp:811 ++#: rc.cpp:788 + #, fuzzy, no-c-format + msgid "Load &All" + msgstr "بار کردن همه" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 72 +-#: rc.cpp:814 ++#: rc.cpp:791 + #, fuzzy, no-c-format + msgid "&Unload All" + msgstr "خالی کردن همه" + + #. i18n: file ./plugins/upnp/ktupnpplugin.kcfg line 10 +-#: rc.cpp:817 ++#: rc.cpp:794 + #, no-c-format + msgid "Default UPnP device to use" + msgstr "دستگاه UPnP پیش‌فرض مورد استفاده" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 16 +-#: plugins/upnp/upnpplugin.cpp:46 plugins/upnp/upnpprefpage.cpp:31 rc.cpp:820 ++#: plugins/upnp/upnpplugin.cpp:46 plugins/upnp/upnpprefpage.cpp:31 rc.cpp:797 + #, no-c-format + msgid "UPnP" + msgstr "" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 35 +-#: rc.cpp:823 ++#: rc.cpp:800 + #, no-c-format + msgid "Detected devices:" + msgstr "دستگاههای آشکارشده:" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 41 +-#: rc.cpp:826 ++#: rc.cpp:803 + #, no-c-format + msgid "Device" + msgstr "دستگاه" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 52 +-#: rc.cpp:829 ++#: rc.cpp:806 + #, no-c-format + msgid "Ports Forwarded" + msgstr "درگاههای پیش‌سوشده" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 63 +-#: rc.cpp:832 ++#: rc.cpp:809 + #, fuzzy, no-c-format + msgid "WAN Connection" + msgstr "اتصالها:" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 91 +-#: rc.cpp:835 ++#: rc.cpp:812 + #, fuzzy, no-c-format + msgid "Forw&ard Ports" + msgstr "پیش‌سو کردن درگاهها" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 99 +-#: rc.cpp:838 ++#: rc.cpp:815 + #, no-c-format + msgid "Undo Port Forwarding" + msgstr "واگرد پیش‌سوی درگاه" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 124 +-#: rc.cpp:841 ++#: rc.cpp:818 + #, no-c-format + msgid "Rescan" + msgstr "پویش مجدد" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 9 +-#: rc.cpp:844 ++#: rc.cpp:821 + #, no-c-format + msgid "Enable scanning of folder1?" + msgstr "پویش پوشۀ ۱ فعال شود؟" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 14 +-#: rc.cpp:847 ++#: rc.cpp:824 + #, no-c-format + msgid "Enable scanning of folder2?" + msgstr "پویش پوشۀ ۲ فعال شود؟" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 19 +-#: rc.cpp:850 ++#: rc.cpp:827 + #, no-c-format + msgid "Enable scanning of folder3?" + msgstr "پویش پوشۀ ۳ فعال شود؟" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 24 +-#: rc.cpp:853 ++#: rc.cpp:830 + #, no-c-format + msgid "Folder1 path" + msgstr "مسیر پوشۀ ۱" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 29 +-#: rc.cpp:856 ++#: rc.cpp:833 + #, no-c-format + msgid "Folder2 path" + msgstr "مسیر پوشۀ ۲" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 34 +-#: rc.cpp:859 ++#: rc.cpp:836 + #, no-c-format + msgid "Folder3 path" + msgstr "مسیر پوشۀ ۳" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 39 +-#: rc.cpp:862 ++#: rc.cpp:839 + #, no-c-format + msgid "Whether to open torrent silently or not." + msgstr " آیا torrent به صورت خاموش باز شود یا خیر." + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 44 +-#: rc.cpp:865 ++#: rc.cpp:842 + #, no-c-format + msgid "Delete action checked." + msgstr "کنش حذف علامت خورد." + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 49 +-#: rc.cpp:868 ++#: rc.cpp:845 + #, no-c-format + msgid "Move action checked." + msgstr "کنش حرکت علامت خورد." + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 16 +-#: rc.cpp:871 ++#: rc.cpp:848 + #, no-c-format + msgid "ScanFolder Preferences" + msgstr "تنظیمات پوشۀ پویش" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 35 +-#: rc.cpp:874 ++#: rc.cpp:851 + #, no-c-format + msgid "Scan folder &1" + msgstr "پویش پوشۀ &۱‌" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 38 +-#: rc.cpp:877 rc.cpp:1480 ++#: rc.cpp:854 rc.cpp:1424 + #, no-c-format + msgid "Alt+1" + msgstr "دگرساز+۱" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 46 +-#: rc.cpp:880 ++#: rc.cpp:857 + #, no-c-format + msgid "Scan folder &2" + msgstr "پویش پوشۀ &۲‌" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 49 +-#: rc.cpp:883 rc.cpp:1471 rc.cpp:1495 ++#: rc.cpp:860 rc.cpp:1415 rc.cpp:1439 + #, no-c-format + msgid "Alt+2" + msgstr "دگرساز+۲" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 57 +-#: rc.cpp:886 ++#: rc.cpp:863 + #, no-c-format + msgid "Scan folder &3" + msgstr "پویش پوشۀ &۳‌" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 60 +-#: rc.cpp:889 rc.cpp:1465 ++#: rc.cpp:866 rc.cpp:1409 + #, no-c-format + msgid "Alt+3" + msgstr "دگرساز+۳" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 81 +-#: rc.cpp:895 ++#: rc.cpp:872 + #, no-c-format + msgid "Move to \"loaded\" directory &after loading" + msgstr "حرکت به فهرست راهنمای »بارشده« &پس از بار کردن‌" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 84 +-#: rc.cpp:898 ++#: rc.cpp:875 + #, no-c-format + msgid "Move torrent to \"loaded\" directory after loading it" + msgstr "حرکت torrent به فهرست راهنمای »بارشده« پس از بار کردن آن" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 92 +-#: rc.cpp:901 ++#: rc.cpp:878 + #, no-c-format + msgid "Open torrents silentl&y" + msgstr "باز کردن &خاموش torrentها‌" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 95 +-#: rc.cpp:904 ++#: rc.cpp:881 + #, fuzzy, no-c-format + msgid "Do not show 'Select files to download' dialog" + msgstr "محاورۀ »برگزیدن پرونده‌ها برای بارگیری« را نمایش نده" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 103 +-#: rc.cpp:907 ++#: rc.cpp:884 + #, no-c-format + msgid "Delete after loadin&g" + msgstr "حذف پس از &بار کردن‌" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 106 +-#: rc.cpp:910 ++#: rc.cpp:887 + #, no-c-format + msgid "Deletes torrent after loading" + msgstr "پس از بار کردن، torrent را حذف می‌کند" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 116 +-#: rc.cpp:913 ++#: rc.cpp:890 + #, no-c-format + msgid "Folders to scan" + msgstr "پوشه‌ها برای پویش" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 151 +-#: rc.cpp:916 ++#: rc.cpp:893 + #, no-c-format + msgid "Folder 1:" + msgstr "پوشۀ ۱:" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 162 +-#: rc.cpp:919 ++#: rc.cpp:896 + #, no-c-format + msgid "Folder 2:" + msgstr "پوشۀ ۲:" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 173 +-#: rc.cpp:922 ++#: rc.cpp:899 + #, no-c-format + msgid "Folder 3:" + msgstr "پوشۀ ۳:" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 30 +-#: rc.cpp:925 rc.cpp:1895 ++#: rc.cpp:902 rc.cpp:1838 + #, no-c-format + msgid "Search Preferences" + msgstr "تنظیمات جستجو" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 41 +-#: rc.cpp:928 ++#: rc.cpp:905 + #, no-c-format + msgid "Web Server" + msgstr "" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 82 +-#: rc.cpp:934 ++#: rc.cpp:911 + #, fuzzy, no-c-format + msgid "Forward port" + msgstr "پیش‌سو کردن درگاهها" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 107 +-#: rc.cpp:937 ++#: rc.cpp:914 + #, no-c-format + msgid "Session TTL (in sec):" + msgstr "" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 142 +-#: rc.cpp:940 ++#: rc.cpp:917 + #, fuzzy, no-c-format + msgid "Select interface:" + msgstr "برگزیدن &هیچ‌کدام‌" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 173 +-#: rc.cpp:943 ++#: rc.cpp:920 + #, fuzzy, no-c-format + msgid "Username:" + msgstr "کاربر" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 188 +-#: rc.cpp:946 ++#: rc.cpp:923 + #, no-c-format + msgid "Change password ..." + msgstr "" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 206 +-#: rc.cpp:949 ++#: rc.cpp:926 + #, no-c-format + msgid "Php executable path:" + msgstr "" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 10 +-#: rc.cpp:953 ++#: rc.cpp:929 + #, no-c-format + msgid "Port number" + msgstr "" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 15 +-#: rc.cpp:956 ++#: rc.cpp:932 + #, fuzzy, no-c-format + msgid "forward Port" + msgstr "پیش‌سو کردن درگاهها" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 20 +-#: rc.cpp:959 ++#: rc.cpp:935 + #, no-c-format + msgid "Session time to live" + msgstr "" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 24 +-#: rc.cpp:962 ++#: rc.cpp:938 + #, no-c-format + msgid "interface skin" + msgstr "" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 28 +-#: rc.cpp:965 ++#: rc.cpp:941 + #, no-c-format + msgid "php executable path" + msgstr "" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 33 +-#: rc.cpp:968 ++#: rc.cpp:944 + #, no-c-format + msgid "username" + msgstr "" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 37 +-#: rc.cpp:971 ++#: rc.cpp:947 + #, no-c-format + msgid "password" + msgstr "" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 16 +-#: plugins/infowidget/infowidgetplugin.cpp:194 rc.cpp:974 rc.cpp:1046 ++#: plugins/infowidget/infowidgetplugin.cpp:194 rc.cpp:950 rc.cpp:1010 + #, no-c-format + msgid "Chunks" + msgstr "توده‌ها" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 43 +-#: rc.cpp:977 ++#: rc.cpp:953 + #, no-c-format + msgid "Total:" + msgstr "کل:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 81 +-#: rc.cpp:981 ++#: rc.cpp:956 + #, no-c-format + msgid "Currently downloading:" + msgstr "بارگیری جاری:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 119 +-#: rc.cpp:985 ++#: rc.cpp:959 + #, no-c-format + msgid "Downloaded:" + msgstr "بارگیری‌شده:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 157 +-#: rc.cpp:989 ++#: rc.cpp:962 + #, no-c-format + msgid "Excluded:" + msgstr "مستثنی:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 195 +-#: rc.cpp:993 ++#: rc.cpp:965 + #, no-c-format + msgid "Left:" + msgstr "" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 233 +-#: rc.cpp:997 ++#: rc.cpp:968 + #, no-c-format + msgid "Size:" + msgstr "اندازه:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 280 +-#: rc.cpp:1001 ++#: rc.cpp:971 + #, no-c-format + msgid "Chunk" + msgstr "توده" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 291 +-#: rc.cpp:1004 ++#: rc.cpp:974 + #, no-c-format + msgid "Progress" + msgstr "پیشرفت" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 302 +-#: rc.cpp:1007 ++#: rc.cpp:977 + #, no-c-format + msgid "Peer" + msgstr "جفت" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 324 +-#: rc.cpp:1013 ++#: rc.cpp:983 + #, no-c-format + msgid "Assigned Peers" + msgstr "جفتهای انتساب‌شده" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 63 +-#: rc.cpp:1022 ++#: rc.cpp:992 + #, no-c-format + msgid "Seeders:" + msgstr "بذرافشانها:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 71 +-#: rc.cpp:1025 ++#: rc.cpp:995 + #, no-c-format + msgid "Leechers:" + msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 129 +-#: rc.cpp:1030 ++#: rc.cpp:998 + #, no-c-format + msgid "Average Down Speed:" + msgstr "سرعت متوسط پایین:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 177 +-#: rc.cpp:1035 ++#: rc.cpp:1001 + #, no-c-format + msgid "Average Up Speed:" + msgstr "سرعت متوسط بالا:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 195 +-#: rc.cpp:1038 rc.cpp:1111 ++#: rc.cpp:1004 rc.cpp:1070 + #, no-c-format + msgid "Next update in:" + msgstr "به‌روزرسانی بعدی در:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 203 +-#: rc.cpp:1041 ++#: rc.cpp:1007 + #, no-c-format + msgid "Tracker Status:" + msgstr "وضعیت ردیاب:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 332 +-#: rc.cpp:1049 ++#: rc.cpp:1013 + #, no-c-format + msgid "Parts of the torrent which have been downloaded:" + msgstr "اجزائی از torrent که بارگیری شده است:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 367 +-#: rc.cpp:1052 ++#: rc.cpp:1016 + #, no-c-format + msgid "Parts of the torrent which are available:" + msgstr "اجزائی از torrent که موجود است:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 457 +-#: rc.cpp:1055 ++#: rc.cpp:1019 + #, no-c-format + msgid "Sharing" + msgstr "اشتراک" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 487 +-#: rc.cpp:1058 ++#: rc.cpp:1022 + #, no-c-format + msgid "" + "Your upload will stop when share ratio gets to this value. Zero means no limit." +@@ -2722,146 +2722,146 @@ msgstr "" + "بارگذاری شما زمانی می‌ایستد که ضریب اشتراک به این مقدار برسد. صفر یعنی بدون حد." + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 525 +-#: rc.cpp:1064 ++#: rc.cpp:1028 + #, fuzzy, no-c-format + msgid "Your upload will stop when you have uploaded for this many hours." + msgstr "" + "بارگذاری شما زمانی می‌ایستد که ضریب اشتراک به این مقدار برسد. صفر یعنی بدون حد." + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 533 +-#: rc.cpp:1067 ++#: rc.cpp:1031 + #, no-c-format + msgid "Hours" + msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 543 +-#: rc.cpp:1070 ++#: rc.cpp:1034 + #, fuzzy, no-c-format + msgid "Ratio limit:" + msgstr "حد اتصال سراسری" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 549 +-#: rc.cpp:1074 ++#: rc.cpp:1037 + #, no-c-format + msgid "Limit works only in seed mode" + msgstr "حد فقط در حالت دانه کار می‌کند" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 557 +-#: rc.cpp:1077 ++#: rc.cpp:1040 + #, fuzzy, no-c-format + msgid "Time &limit:" + msgstr "از حد &استفاده شود؟‌" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 37 +-#: rc.cpp:1081 ++#: rc.cpp:1043 + #, fuzzy, no-c-format + msgid "&Update Tracker" + msgstr "&به‌روزرسانی ردیاب‌" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 40 +-#: rc.cpp:1084 ++#: rc.cpp:1046 + #, no-c-format + msgid "Minimum update interval - 60 seconds" + msgstr "فاصلۀ بیشینۀ به‌روزرسانی - ۶۰ ثانیه" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 48 +-#: rc.cpp:1087 ++#: rc.cpp:1049 + #, fuzzy, no-c-format + msgid "Add Trac&ker" + msgstr "افزودن &ردیاب‌" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 64 +-#: rc.cpp:1090 ++#: rc.cpp:1052 + #, fuzzy, no-c-format + msgid "Remove Tracker" + msgstr "حذف ردیاب" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 75 +-#: rc.cpp:1094 ++#: rc.cpp:1055 + #, fuzzy, no-c-format + msgid "Ch&ange Tracker" + msgstr "&تغییر ردیاب‌" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 100 +-#: rc.cpp:1097 ++#: rc.cpp:1058 + #, fuzzy, no-c-format + msgid "Restore Defaults" + msgstr "بازگردانی پیش‌فرضها" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 10 +-#: rc.cpp:1115 ++#: rc.cpp:1073 + #, no-c-format + msgid "Show peer view tab in main window" + msgstr "نمایش تب نمای جفت در پنجرۀ اصلی" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 14 +-#: rc.cpp:1118 ++#: rc.cpp:1076 + #, no-c-format + msgid "Show chunk download view tab in main window" + msgstr "نمایش تب نمای بارگیری توده در پنجرۀ اصلی" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 18 +-#: rc.cpp:1121 ++#: rc.cpp:1079 + #, no-c-format + msgid "Show trackers view tab in main window" + msgstr "نمایش تب نمای ردیابها در پنجرۀ اصلی" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 24 +-#: rc.cpp:1124 ++#: rc.cpp:1082 + #, no-c-format + msgid "Show list of peers" + msgstr "نمایش فهرست جفتها" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 35 +-#: rc.cpp:1128 ++#: rc.cpp:1085 + #, no-c-format + msgid "Show list of chunks currentl&y downloading" + msgstr "نمایش فهرست توده‌هایی که &در حال حاضر بارگیری می‌شوند‌" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 60 +-#: rc.cpp:1131 ++#: rc.cpp:1088 + #, no-c-format + msgid "Show list of trackers" + msgstr "نمایش فهرست ردیابها" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 16 +-#: rc.cpp:1135 ++#: rc.cpp:1091 + #, no-c-format + msgid "IPBlocking Preferences" + msgstr "تنظیمات IPBlocking" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 47 +-#: rc.cpp:1138 ++#: rc.cpp:1094 + #, no-c-format + msgid "Select PeerGuardian Filter File " + msgstr "" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 58 +-#: rc.cpp:1141 ++#: rc.cpp:1097 + #, fuzzy, no-c-format + msgid "Use PeerGuardian filter?" + msgstr "از پالایۀ KTorrent استفاده شود؟" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 77 +-#: rc.cpp:1145 ++#: rc.cpp:1100 + #, no-c-format + msgid "IP filter file:" + msgstr "پروندۀ پالایۀ IP:" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 85 +-#: rc.cpp:1148 ++#: rc.cpp:1103 + #, no-c-format + msgid "http://www.bluetack.co.uk/modules.php?name=Downloads&d_op=getit&lid=8" + msgstr "" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 123 +-#: rc.cpp:1151 ++#: rc.cpp:1106 + #, no-c-format + msgid "Dow&nload/Convert" + msgstr "&بارگیری/تبدیل‌" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 134 +-#: rc.cpp:1154 ++#: rc.cpp:1109 + #, no-c-format + msgid "" + "Download PeerGuardian filter from bluetack.co.uk or blocklist.org.\n" +@@ -2869,25 +2869,25 @@ msgid "" + msgstr "" + + #. i18n: file ./plugins/ipfilter/ktipfilterplugin.kcfg line 10 +-#: rc.cpp:1159 ++#: rc.cpp:1113 + #, no-c-format + msgid "Level1 filter url" + msgstr "نشانی وب پالایۀ سطح ۱" + + #. i18n: file ./plugins/ipfilter/ktipfilterplugin.kcfg line 14 +-#: rc.cpp:1162 ++#: rc.cpp:1116 + #, no-c-format + msgid "Use level1 filter?" + msgstr "از پالایۀ سطح ۱ استفاده شود؟" + + #. i18n: file ./plugins/ipfilter/convert_dlg.ui line 24 +-#: plugins/ipfilter/convertdialog.cpp:155 rc.cpp:1165 ++#: plugins/ipfilter/convertdialog.cpp:155 rc.cpp:1119 + #, no-c-format + msgid "Converting..." + msgstr " تبدیل..." + + #. i18n: file ./plugins/ipfilter/convert_dlg.ui line 41 +-#: rc.cpp:1168 ++#: rc.cpp:1122 + #, fuzzy, no-c-format + msgid "" + "Click on the 'convert' button to start converting antip2p file. NOTE: This " +@@ -2899,61 +2899,61 @@ msgstr "" + "طول می‌کشید." + + #. i18n: file ./plugins/stats/sprefwgt.ui line 27 +-#: rc.cpp:1179 ++#: rc.cpp:1131 + #, no-c-format + msgid "Update" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 46 +-#: rc.cpp:1182 rc.cpp:1268 ++#: rc.cpp:1134 rc.cpp:1220 + #, no-c-format + msgid "Update charts every" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 71 +-#: rc.cpp:1185 ++#: rc.cpp:1137 + #, fuzzy, no-c-format + msgid "GUI updates" + msgstr "فاصلۀ به‌روزرسانی ونک" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 92 +-#: rc.cpp:1188 rc.cpp:1271 ++#: rc.cpp:1140 rc.cpp:1223 + #, no-c-format + msgid "Gather data every" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 120 +-#: rc.cpp:1191 ++#: rc.cpp:1143 + #, no-c-format + msgid "miliseconds" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 135 +-#: rc.cpp:1194 ++#: rc.cpp:1146 + #, fuzzy, no-c-format + msgid "Maximum" + msgstr "دانه‌های بیشینه:" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 154 +-#: rc.cpp:1197 ++#: rc.cpp:1149 + #, fuzzy, no-c-format + msgid "Maximum speed scale mode:" + msgstr "دانه‌های بیشینه:" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 165 +-#: rc.cpp:1203 ++#: rc.cpp:1155 + #, no-c-format + msgid "Exact" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 175 +-#: rc.cpp:1206 ++#: rc.cpp:1158 + #, no-c-format + msgid "See 'What's this' for more help" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 180 +-#: rc.cpp:1209 ++#: rc.cpp:1161 + #, no-c-format + msgid "" + "Set maximum value on OY scale as:\n" +@@ -2962,163 +2962,163 @@ msgid "" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 192 +-#: rc.cpp:1214 rc.cpp:1247 ++#: rc.cpp:1166 rc.cpp:1199 + #, fuzzy, no-c-format + msgid "Peers speed" + msgstr "جفتها" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 211 +-#: rc.cpp:1217 ++#: rc.cpp:1169 + #, fuzzy, no-c-format + msgid "Peers speed:" + msgstr "جفت" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 222 +-#: rc.cpp:1220 ++#: rc.cpp:1172 + #, no-c-format + msgid "update every" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 244 +-#: rc.cpp:1223 ++#: rc.cpp:1175 + #, no-c-format + msgid "chart data updates" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 254 +-#: rc.cpp:1226 ++#: rc.cpp:1178 + #, no-c-format + msgid "Gathering data about many connected peers can be CPU consuming." + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 267 +-#: rc.cpp:1229 ++#: rc.cpp:1181 + #, fuzzy, no-c-format + msgid "Peers connections" + msgstr "اتصالها:" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 270 +-#: rc.cpp:1232 ++#: rc.cpp:1184 + #, no-c-format + msgid "Large values can obscure charts of connected peers" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 289 +-#: rc.cpp:1235 ++#: rc.cpp:1187 + #, fuzzy, no-c-format + msgid "Show seeders in swarms" + msgstr "نمایش شمایل سینی &سیستم‌" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 297 +-#: rc.cpp:1238 ++#: rc.cpp:1190 + #, no-c-format + msgid "Show leechers in swarms" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 309 +-#: rc.cpp:1241 ++#: rc.cpp:1193 + #, no-c-format + msgid "Measurements count" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 392 +-#: rc.cpp:1250 rc.cpp:1265 ++#: rc.cpp:1202 rc.cpp:1217 + #, fuzzy, no-c-format + msgid "Upload" + msgstr "بارگذاریها" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 424 +-#: rc.cpp:1253 ++#: rc.cpp:1205 + #, fuzzy, no-c-format + msgid "Connections" + msgstr "اتصالها:" + + #. i18n: file ./plugins/stats/statsspdwgt.ui line 40 +-#: plugins/infowidget/infowidgetplugin.cpp:173 rc.cpp:1262 rc.cpp:1304 ++#: plugins/infowidget/infowidgetplugin.cpp:173 rc.cpp:1214 rc.cpp:1256 + #, no-c-format + msgid "Peers" + msgstr "جفتها" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 18 +-#: rc.cpp:1274 ++#: rc.cpp:1226 + #, no-c-format + msgid "Toggle peers speed charts" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 22 +-#: rc.cpp:1277 ++#: rc.cpp:1229 + #, no-c-format + msgid "Interval between getting data about peers speed" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 26 +-#: rc.cpp:1280 ++#: rc.cpp:1232 + #, no-c-format + msgid "Toggle drawing of leechers in swarms" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 30 +-#: rc.cpp:1283 ++#: rc.cpp:1235 + #, no-c-format + msgid "Toggle drawing of seeders in swarms" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 35 +-#: rc.cpp:1286 ++#: rc.cpp:1238 + #, fuzzy, no-c-format + msgid "Download mesurments count" + msgstr "Torrent بارگیری" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 39 +-#: rc.cpp:1289 ++#: rc.cpp:1241 + #, no-c-format + msgid "Peers speed mesurments count" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 43 +-#: rc.cpp:1292 ++#: rc.cpp:1244 + #, no-c-format + msgid "Upload mesurments count" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 47 +-#: rc.cpp:1295 ++#: rc.cpp:1247 + #, fuzzy, no-c-format + msgid "Connections mesurments count" + msgstr "پرچم پیامهای اتصالها" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 51 +-#: rc.cpp:1298 ++#: rc.cpp:1250 + #, no-c-format + msgid "DHT mesurments count" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 56 +-#: rc.cpp:1301 ++#: rc.cpp:1253 + #, no-c-format + msgid "OY axis max mode" + msgstr "" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 16 +-#: rc.cpp:1310 ++#: rc.cpp:1262 + #, no-c-format + msgid "Import an existing download" + msgstr "واردات یک بارگیری موجود" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 49 +-#: rc.cpp:1313 ++#: rc.cpp:1265 + #, no-c-format + msgid "Torrent:" + msgstr "" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 63 +-#: rc.cpp:1316 ++#: rc.cpp:1268 + #, no-c-format + msgid "Data:" + msgstr "داده:" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 95 +-#: rc.cpp:1319 ++#: rc.cpp:1271 + #, no-c-format + msgid "" + "Please specify the torrent and the data already downloaded for that torrent." +@@ -3126,684 +3126,684 @@ msgstr "" + "لطفاً، torrent و داده‌ای که از قبل برای آن torrent بارگیری شده را مشخص کنید." + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 133 +-#: rc.cpp:1322 ++#: rc.cpp:1274 + #, no-c-format + msgid "&Import" + msgstr "&واردات‌" + + #. i18n: file ./plugins/rssfeed/ktrssfeedplugin.kcfg line 10 +-#: rc.cpp:1328 ++#: rc.cpp:1280 + #, fuzzy, no-c-format + msgid "default" + msgstr "افزودن &پیش‌فرض‌" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 18 +-#: rc.cpp:1331 ++#: rc.cpp:1283 + #, no-c-format + msgid "Rss Feeds" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 36 +-#: rc.cpp:1334 ++#: rc.cpp:1286 + #, fuzzy, no-c-format + msgid "Feeds" + msgstr "بذرافشانها:" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 78 +-#: rc.cpp:1337 ++#: rc.cpp:1289 + #, no-c-format + msgid "De&lete" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 86 +-#: rc.cpp:1340 rc.cpp:1382 rc.cpp:1392 ++#: rc.cpp:1292 rc.cpp:1331 rc.cpp:1340 + #, no-c-format + msgid "&New" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 117 +-#: rc.cpp:1343 ++#: rc.cpp:1295 + #, fuzzy, no-c-format + msgid "&URL" + msgstr "نشانی وب" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 139 +-#: rc.cpp:1346 ++#: rc.cpp:1298 + #, no-c-format + msgid "Articles" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 216 +-#: rc.cpp:1353 ++#: rc.cpp:1304 + #, no-c-format + msgid "Auto&refresh" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 242 +-#: rc.cpp:1356 ++#: rc.cpp:1307 + #, no-c-format + msgid "I&gnore TTL" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 270 +-#: rc.cpp:1359 ++#: rc.cpp:1310 + #, no-c-format + msgid "Refresh" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 299 +-#: rc.cpp:1363 rc.cpp:1395 ++#: rc.cpp:1313 rc.cpp:1343 + #, no-c-format + msgid "&Title" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 323 +-#: rc.cpp:1366 ++#: rc.cpp:1316 + #, no-c-format + msgid "Keep Articles (days)" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 347 +-#: rc.cpp:1369 rc.cpp:1398 ++#: rc.cpp:1319 rc.cpp:1346 + #, no-c-format + msgid "&Active" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 362 +-#: rc.cpp:1372 ++#: rc.cpp:1322 + #, fuzzy, no-c-format + msgid "Filters" + msgstr "پالایۀ IP:" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 389 +-#: rc.cpp:1375 ++#: rc.cpp:1325 + #, fuzzy, no-c-format + msgid "Accept Filters" + msgstr "همۀ پرونده‌ها" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 440 +-#: rc.cpp:1385 ++#: rc.cpp:1334 + #, no-c-format + msgid "Reject Filters" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 557 +-#: rc.cpp:1401 ++#: rc.cpp:1349 + #, no-c-format + msgid "Regular Expressions" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 587 +-#: rc.cpp:1404 ++#: rc.cpp:1352 + #, no-c-format + msgid "Treat as &Series" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 624 +-#: rc.cpp:1407 ++#: rc.cpp:1355 + #, fuzzy, no-c-format + msgid "Process" + msgstr "پیشرفت" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 643 +-#: rc.cpp:1411 ++#: rc.cpp:1358 + #, no-c-format + msgid "Series Criteria" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 679 +-#: rc.cpp:1414 ++#: rc.cpp:1361 + #, no-c-format + msgid "Match Without Episode" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 713 +-#: rc.cpp:1418 ++#: rc.cpp:1364 + #, no-c-format + msgid "Max Episode" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 739 +-#: rc.cpp:1421 ++#: rc.cpp:1367 + #, fuzzy, no-c-format + msgid "Max Season" + msgstr "ضریب بیشینه:" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 758 +-#: rc.cpp:1424 ++#: rc.cpp:1370 + #, no-c-format + msgid "Min Season" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 782 +-#: rc.cpp:1427 ++#: rc.cpp:1373 + #, no-c-format + msgid "Min Episode" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 814 +-#: rc.cpp:1430 ++#: rc.cpp:1376 + #, no-c-format + msgid "Test te&xt" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 840 +-#: rc.cpp:1433 ++#: rc.cpp:1379 + #, fuzzy, no-c-format + msgid "Te&st" + msgstr "آزمون" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 858 +-#: rc.cpp:1436 ++#: rc.cpp:1382 + #, fuzzy, no-c-format + msgid "Filter Matches" + msgstr "مسیر پوشۀ ۱" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 28 +-#: rc.cpp:1447 ++#: rc.cpp:1391 + #, no-c-format + msgid "Bandwidth scheduler" + msgstr "زمان‌بند پهنای باند" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 50 +-#: rc.cpp:1450 ++#: rc.cpp:1394 + #, no-c-format + msgid "Left click category" + msgstr "فشار چپ دسته" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 61 +-#: rc.cpp:1453 ++#: rc.cpp:1397 + #, no-c-format + msgid "Categor&y 1" + msgstr "&دستۀ ۱" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 157 +-#: rc.cpp:1456 rc.cpp:1483 ++#: rc.cpp:1400 rc.cpp:1427 + #, no-c-format + msgid "T&urn off" + msgstr "&خاموش‌" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 165 +-#: rc.cpp:1459 rc.cpp:1486 ++#: rc.cpp:1403 rc.cpp:1430 + #, no-c-format + msgid "&Normal" + msgstr "&عادی‌" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 195 +-#: rc.cpp:1462 ++#: rc.cpp:1406 + #, no-c-format + msgid "Category &3" + msgstr "دستۀ &۳‌" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 206 +-#: rc.cpp:1468 rc.cpp:1492 ++#: rc.cpp:1412 rc.cpp:1436 + #, no-c-format + msgid "Category &2" + msgstr "دستۀ &۲‌" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 219 +-#: rc.cpp:1474 ++#: rc.cpp:1418 + #, no-c-format + msgid "Right click category" + msgstr "فشار راست دسته" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 230 +-#: rc.cpp:1477 ++#: rc.cpp:1421 + #, no-c-format + msgid "Category &1" + msgstr "دستۀ &۱‌" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 367 +-#: rc.cpp:1489 ++#: rc.cpp:1433 + #, no-c-format + msgid "&Category 3" + msgstr "&دستۀ ۳‌" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 390 +-#: rc.cpp:1498 ++#: rc.cpp:1442 + #, no-c-format + msgid "Categories" + msgstr "دسته‌ها" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 401 +-#: rc.cpp:1501 ++#: rc.cpp:1445 + #, no-c-format + msgid "1. Category" + msgstr "۱. دسته" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 409 +-#: rc.cpp:1504 ++#: rc.cpp:1448 + #, no-c-format + msgid "3. Category" + msgstr "۳. دسته" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 425 +-#: rc.cpp:1507 rc.cpp:1516 rc.cpp:1525 ++#: rc.cpp:1451 rc.cpp:1460 rc.cpp:1469 + #, no-c-format + msgid "download:" + msgstr "بارگیری:" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 441 +-#: rc.cpp:1510 rc.cpp:1519 rc.cpp:1528 ++#: rc.cpp:1454 rc.cpp:1463 rc.cpp:1472 + #, no-c-format + msgid "upload:" + msgstr "بارگذاری:" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 457 +-#: rc.cpp:1513 rc.cpp:1522 rc.cpp:1531 ++#: rc.cpp:1457 rc.cpp:1466 rc.cpp:1475 + #, no-c-format + msgid "KB/s *" + msgstr "کیلوبایت/ثانیه *" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 567 +-#: rc.cpp:1534 ++#: rc.cpp:1478 + #, no-c-format + msgid "2. Category" + msgstr "۲. دسته" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 626 +-#: rc.cpp:1538 ++#: rc.cpp:1481 + #, no-c-format + msgid "* zero means no limit" + msgstr "* صفر یعنی بدون حد" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 672 +-#: rc.cpp:1541 ++#: rc.cpp:1484 + #, no-c-format + msgid "Save to file" + msgstr "ذخیره در پرونده" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 680 +-#: rc.cpp:1544 ++#: rc.cpp:1487 + #, no-c-format + msgid "&Load from file" + msgstr "&بار کردن از پرونده‌" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 688 +-#: rc.cpp:1547 ++#: rc.cpp:1490 + #, no-c-format + msgid "Reset schedule" + msgstr "بازنشانی زمان‌بندی" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 751 +-#: rc.cpp:1550 ++#: rc.cpp:1493 + #, no-c-format + msgid "O&k" + msgstr "&تأیید‌" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 16 +-#: rc.cpp:1559 ++#: rc.cpp:1502 + #, no-c-format + msgid "Scheduler Plugin Pref Page" + msgstr "صفحۀ تنظیم وصلۀ زمان‌بند" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 27 +-#: rc.cpp:1562 ++#: rc.cpp:1505 + #, no-c-format + msgid "Use &bandwidth scheduler?" + msgstr "از زمان‌بند &پهنای باند استفاده شود؟" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 35 +-#: plugins/scheduler/schedulerplugin.cpp:59 rc.cpp:1565 ++#: plugins/scheduler/schedulerplugin.cpp:59 rc.cpp:1508 + #, no-c-format + msgid "Bandwidth Scheduler" + msgstr "زمان‌بند پهنای باند" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 46 +-#: rc.cpp:1568 ++#: rc.cpp:1511 + #, no-c-format + msgid "Use colors instead of pi&xmaps?" + msgstr "به جای &نگاشتهای تصویردانه‌ای، از رنگها استفاده شود؟‌" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 54 +-#: rc.cpp:1571 ++#: rc.cpp:1514 + #, no-c-format + msgid "(Recommended for slower systems)" + msgstr ")توصیه‌شده برای سیستمهای کندتر(" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 62 +-#: rc.cpp:1574 ++#: rc.cpp:1517 + #, no-c-format + msgid "Edit s&chedule" + msgstr "ویرایش &زمان‌بندی‌" + + #. i18n: file ./plugins/scheduler/ktschedulerplugin.kcfg line 10 +-#: rc.cpp:1577 ++#: rc.cpp:1520 + #, no-c-format + msgid "Enable bandwidth scheduler?" + msgstr "زمان‌بند پهنای باند فعال شود؟" + + #. i18n: file ./plugins/scheduler/ktschedulerplugin.kcfg line 14 +-#: rc.cpp:1580 ++#: rc.cpp:1523 + #, no-c-format + msgid "Use colors instead of pixmaps?" + msgstr "به جای نگاشتهای تصویردانه‌ای، از رنگها استفاده شود؟‌" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 10 +-#: rc.cpp:1583 ++#: rc.cpp:1526 + #, no-c-format + msgid "Use rich log text" + msgstr "استفاده از متن ثبت غنی" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 15 +-#: rc.cpp:1586 ++#: rc.cpp:1529 + #, no-c-format + msgid "General info messages flag" + msgstr "پرچم پیامهای اطلاعات عمومی" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 19 +-#: rc.cpp:1589 ++#: rc.cpp:1532 + #, no-c-format + msgid "Connections messages flag" + msgstr "پرچم پیامهای اتصالها" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 23 +-#: rc.cpp:1592 ++#: rc.cpp:1535 + #, no-c-format + msgid "DHT messages flag" + msgstr "پرچم پیامهای DHT" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 27 +-#: rc.cpp:1595 ++#: rc.cpp:1538 + #, no-c-format + msgid "Tracker info messages flag" + msgstr "پرچم پیامهای اطلاعات ردیاب" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 31 +-#: rc.cpp:1598 ++#: rc.cpp:1541 + #, no-c-format + msgid "Disk IO info messages flag" + msgstr "پرچم پیامهای اطلاعات IO دیسک" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 35 +-#: rc.cpp:1601 ++#: rc.cpp:1544 + #, no-c-format + msgid "IPFilter plugin messages flag" + msgstr "پرچم پیامهای وصلۀ IPFilter" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 39 +-#: rc.cpp:1604 ++#: rc.cpp:1547 + #, no-c-format + msgid "Search plugin messages flag" + msgstr "پرچم پیامهای وصلۀ جستجو" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 43 +-#: rc.cpp:1607 ++#: rc.cpp:1550 + #, no-c-format + msgid "PartFileImport plugin messages flag" + msgstr "پرچم پیامهای وصلۀ PartFileImport" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 47 +-#: rc.cpp:1610 ++#: rc.cpp:1553 + #, no-c-format + msgid "InfoWidget plugin messages flag" + msgstr "پرچم پیامهای وصلۀ InfoWidget" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 51 +-#: rc.cpp:1613 ++#: rc.cpp:1556 + #, no-c-format + msgid "UPnP plugin messages flag" + msgstr "پرچم پیامهای وصلۀ UPnP" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 55 +-#: rc.cpp:1616 ++#: rc.cpp:1559 + #, no-c-format + msgid "ScanFolder plugin messages flag" + msgstr "پرچم پیامهای وصلۀ ScanFolder" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 59 +-#: rc.cpp:1619 ++#: rc.cpp:1562 + #, no-c-format + msgid "Scheduler plugin messages flag" + msgstr "پرچم پیامهای وصلۀ زمان‌بند" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 63 +-#: rc.cpp:1622 ++#: rc.cpp:1565 + #, fuzzy, no-c-format + msgid "RSS plugin messages flag" + msgstr "پرچم پیامهای وصلۀ جستجو" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 67 +-#: rc.cpp:1625 ++#: rc.cpp:1568 + #, fuzzy, no-c-format + msgid "WebInterface plugin messages flag" + msgstr "پرچم پیامهای وصلۀ IPFilter" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 16 +-#: plugins/logviewer/logprefpage.cpp:31 rc.cpp:1628 ++#: plugins/logviewer/logprefpage.cpp:31 rc.cpp:1571 + #, no-c-format + msgid "LogViewer Options" + msgstr "گزینه‌های LogViewer" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 44 +-#: libktorrent/pluginmanagerprefpage.cpp:63 rc.cpp:1631 ++#: libktorrent/pluginmanagerprefpage.cpp:63 rc.cpp:1574 + #, no-c-format + msgid "Plugins" + msgstr "وصله‌ها" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 53 +-#: rc.cpp:1634 rc.cpp:1652 rc.cpp:1670 rc.cpp:1691 rc.cpp:1706 rc.cpp:1724 +-#: rc.cpp:1745 rc.cpp:1763 rc.cpp:1778 rc.cpp:1811 rc.cpp:1826 rc.cpp:1841 +-#: rc.cpp:1859 rc.cpp:1874 ++#: rc.cpp:1577 rc.cpp:1595 rc.cpp:1613 rc.cpp:1634 rc.cpp:1649 rc.cpp:1667 ++#: rc.cpp:1688 rc.cpp:1706 rc.cpp:1721 rc.cpp:1754 rc.cpp:1769 rc.cpp:1784 ++#: rc.cpp:1802 rc.cpp:1817 + #, no-c-format + msgid "All" + msgstr "همه" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 58 +-#: rc.cpp:1637 rc.cpp:1655 rc.cpp:1673 rc.cpp:1694 rc.cpp:1709 rc.cpp:1727 +-#: rc.cpp:1748 rc.cpp:1766 rc.cpp:1781 rc.cpp:1814 rc.cpp:1829 rc.cpp:1844 +-#: rc.cpp:1862 rc.cpp:1877 ++#: rc.cpp:1580 rc.cpp:1598 rc.cpp:1616 rc.cpp:1637 rc.cpp:1652 rc.cpp:1670 ++#: rc.cpp:1691 rc.cpp:1709 rc.cpp:1724 rc.cpp:1757 rc.cpp:1772 rc.cpp:1787 ++#: rc.cpp:1805 rc.cpp:1820 + #, no-c-format + msgid "Debug" + msgstr "اشکال‌زدایی" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 63 +-#: rc.cpp:1640 rc.cpp:1658 rc.cpp:1676 rc.cpp:1697 rc.cpp:1712 rc.cpp:1730 +-#: rc.cpp:1751 rc.cpp:1769 rc.cpp:1784 rc.cpp:1817 rc.cpp:1832 rc.cpp:1847 +-#: rc.cpp:1865 rc.cpp:1880 ++#: rc.cpp:1583 rc.cpp:1601 rc.cpp:1619 rc.cpp:1640 rc.cpp:1655 rc.cpp:1673 ++#: rc.cpp:1694 rc.cpp:1712 rc.cpp:1727 rc.cpp:1760 rc.cpp:1775 rc.cpp:1790 ++#: rc.cpp:1808 rc.cpp:1823 + #, no-c-format + msgid "Notice" + msgstr "اخطار" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 68 +-#: rc.cpp:1643 rc.cpp:1661 rc.cpp:1679 rc.cpp:1700 rc.cpp:1715 rc.cpp:1733 +-#: rc.cpp:1754 rc.cpp:1772 rc.cpp:1787 rc.cpp:1820 rc.cpp:1835 rc.cpp:1850 +-#: rc.cpp:1868 rc.cpp:1883 ++#: rc.cpp:1586 rc.cpp:1604 rc.cpp:1622 rc.cpp:1643 rc.cpp:1658 rc.cpp:1676 ++#: rc.cpp:1697 rc.cpp:1715 rc.cpp:1730 rc.cpp:1763 rc.cpp:1778 rc.cpp:1793 ++#: rc.cpp:1811 rc.cpp:1826 + #, no-c-format + msgid "Important" + msgstr "مهم" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 73 +-#: rc.cpp:1646 rc.cpp:1664 rc.cpp:1682 rc.cpp:1703 rc.cpp:1718 rc.cpp:1736 +-#: rc.cpp:1757 rc.cpp:1775 rc.cpp:1790 rc.cpp:1823 rc.cpp:1838 rc.cpp:1853 +-#: rc.cpp:1871 rc.cpp:1886 ++#: rc.cpp:1589 rc.cpp:1607 rc.cpp:1625 rc.cpp:1646 rc.cpp:1661 rc.cpp:1679 ++#: rc.cpp:1700 rc.cpp:1718 rc.cpp:1733 rc.cpp:1766 rc.cpp:1781 rc.cpp:1796 ++#: rc.cpp:1814 rc.cpp:1829 + #, no-c-format + msgid "None" + msgstr "هیچ‌کدام" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 85 +-#: rc.cpp:1649 ++#: rc.cpp:1592 + #, no-c-format + msgid "IPFilter:" + msgstr "پالایۀ IP:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 126 +-#: rc.cpp:1667 ++#: rc.cpp:1610 + #, no-c-format + msgid "Search:" + msgstr "جستجو:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 167 +-#: rc.cpp:1685 ++#: rc.cpp:1628 + #, no-c-format + msgid "UPnP:" + msgstr "" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 178 +-#: rc.cpp:1688 ++#: rc.cpp:1631 + #, no-c-format + msgid "ScanFolder:" + msgstr "پویش پوشه:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 249 +-#: rc.cpp:1721 ++#: rc.cpp:1664 + #, no-c-format + msgid "Scheduler:" + msgstr "زمان‌بند:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 290 +-#: rc.cpp:1739 ++#: rc.cpp:1682 + #, no-c-format + msgid "PartFileImport:" + msgstr "" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 301 +-#: rc.cpp:1742 ++#: rc.cpp:1685 + #, no-c-format + msgid "InfoWidget:" + msgstr "عنصر اطلاعات:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 342 +-#: rc.cpp:1760 ++#: rc.cpp:1703 + #, no-c-format + msgid "RSS plugin:" + msgstr "" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 413 +-#: rc.cpp:1793 ++#: rc.cpp:1736 + #, no-c-format + msgid "WebInterface plugin:" + msgstr "" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 426 +-#: rc.cpp:1796 ++#: rc.cpp:1739 + #, no-c-format + msgid "System" + msgstr "سیستم" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 437 +-#: rc.cpp:1799 ++#: rc.cpp:1742 + #, no-c-format + msgid "General:" + msgstr "عمومی:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 445 +-#: rc.cpp:1802 ++#: rc.cpp:1745 + #, no-c-format + msgid "Connections:" + msgstr "اتصالها:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 559 +-#: rc.cpp:1856 ++#: rc.cpp:1799 + #, no-c-format + msgid "Disk I/O:" + msgstr "دیسک ورودی/خروجی:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 640 +-#: rc.cpp:1892 ++#: rc.cpp:1835 + #, no-c-format + msgid "Use rich te&xt for log" + msgstr "استفاده از &متن غنی برای ثبت‌" + + #. i18n: file ./plugins/search/searchpref.ui line 41 +-#: rc.cpp:1898 ++#: rc.cpp:1841 + #, no-c-format + msgid "External Browser" + msgstr "" + + #. i18n: file ./plugins/search/searchpref.ui line 52 +-#: rc.cpp:1901 ++#: rc.cpp:1844 + #, no-c-format + msgid "Open searches in external browser" + msgstr "" + + #. i18n: file ./plugins/search/searchpref.ui line 60 +-#: rc.cpp:1904 rc.cpp:1955 ++#: rc.cpp:1847 rc.cpp:1892 + #, fuzzy, no-c-format + msgid "Use default browser" + msgstr "بازگردانی پیش‌فرضها" + + #. i18n: file ./plugins/search/searchpref.ui line 79 +-#: rc.cpp:1908 ++#: rc.cpp:1850 + #, no-c-format + msgid "Custom browser path:" + msgstr "" + + #. i18n: file ./plugins/search/searchpref.ui line 116 +-#: rc.cpp:1912 ++#: rc.cpp:1853 + #, no-c-format + msgid "Search Engines" + msgstr "موتورهای جستجو" + + #. i18n: file ./plugins/search/searchpref.ui line 143 +-#: rc.cpp:1916 ++#: rc.cpp:1856 + #, no-c-format + msgid "Search engine name:" + msgstr "نام موتور جستجو:" + + #. i18n: file ./plugins/search/searchpref.ui line 187 +-#: rc.cpp:1922 ++#: rc.cpp:1862 + #, no-c-format + msgid "&Add" + msgstr "&افزودن‌" + + #. i18n: file ./plugins/search/searchpref.ui line 195 +-#: rc.cpp:1925 ++#: rc.cpp:1865 + #, no-c-format + msgid "Engines" + msgstr "موتورها" + + #. i18n: file ./plugins/search/searchpref.ui line 206 +-#: rc.cpp:1928 ++#: rc.cpp:1868 + #, no-c-format + msgid "URL" + msgstr "نشانی وب" + + #. i18n: file ./plugins/search/searchpref.ui line 257 +-#: rc.cpp:1934 ++#: rc.cpp:1874 + #, no-c-format + msgid "R&emove All" + msgstr "&حذف همه‌" + + #. i18n: file ./plugins/search/searchpref.ui line 282 +-#: rc.cpp:1937 ++#: rc.cpp:1877 + #, no-c-format + msgid "Add Defau<" + msgstr "افزودن &پیش‌فرض‌" + + #. i18n: file ./plugins/search/searchpref.ui line 290 +-#: rc.cpp:1940 ++#: rc.cpp:1880 + #, fuzzy, no-c-format + msgid "Update From Internet" + msgstr "به‌روزرسانی از اینترنت" + + #. i18n: file ./plugins/search/searchbar.ui line 53 + #: plugins/search/searchplugin.cpp:50 plugins/search/searchtab.cpp:48 +-#: rc.cpp:1946 ++#: rc.cpp:1883 + #, no-c-format + msgid "Search" + msgstr "جستجو" + + #. i18n: file ./plugins/search/searchbar.ui line 78 +-#: rc.cpp:1949 ++#: rc.cpp:1886 + #, no-c-format + msgid "Search engine:" + msgstr "موتور جستجو:" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 10 +-#: rc.cpp:1952 ++#: rc.cpp:1889 + #, no-c-format + msgid "Current search engine" + msgstr "موتور جستجوی جاری" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 19 +-#: rc.cpp:1958 ++#: rc.cpp:1895 + #, no-c-format + msgid "Use custom browser" + msgstr "" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 23 +-#: rc.cpp:1961 ++#: rc.cpp:1898 + #, no-c-format + msgid "Custom browser executable path" + msgstr "" +@@ -4091,18 +4091,18 @@ msgstr "بررسی داده" + msgid "Stopped. No space left on device." + msgstr "" + +-#: libktorrent/torrent/queuemanager.cpp:135 ++#: libktorrent/torrent/queuemanager.cpp:136 + msgid "" + "You don't have enough disk space to download this torrent. Are you sure you " + "want to continue?" + msgstr "" + +-#: libktorrent/torrent/queuemanager.cpp:135 ++#: libktorrent/torrent/queuemanager.cpp:136 + #, fuzzy, c-format + msgid "Insufficient disk space for %1" + msgstr "اختصاص فضای دیسک" + +-#: libktorrent/torrent/queuemanager.cpp:157 ++#: libktorrent/torrent/queuemanager.cpp:158 + msgid "" + "Torrent \"%1\" has reached its maximum share ratio. Ignore the limit and start " + "seeding anyway?" +@@ -4110,16 +4110,16 @@ msgstr "" + "Torrent »%1« به ضریب اشتراک بیشینۀ خود رسیده است. در هر صورت از حد چشم‌پوشی " + "کرده و بذرافشانی را آغاز می‌کنید؟" + +-#: libktorrent/torrent/queuemanager.cpp:157 ++#: libktorrent/torrent/queuemanager.cpp:158 + msgid "Maximum share ratio limit reached." + msgstr "به حد ضریب اشتراک بیشینه رسید." + +-#: libktorrent/torrent/queuemanager.cpp:236 +-#: libktorrent/torrent/queuemanager.cpp:760 ++#: libktorrent/torrent/queuemanager.cpp:237 ++#: libktorrent/torrent/queuemanager.cpp:763 + msgid "Error stopping torrent %1 : %2" + msgstr "خطای ایست torrent %1 : %2" + +-#: libktorrent/torrent/queuemanager.cpp:742 ++#: libktorrent/torrent/queuemanager.cpp:745 + msgid "Error starting torrent %1 : %2" + msgstr "خطای آغاز torrent %1 : %2" + +diff --git a/translations/fr/messages/ktorrent.po b/translations/fr/messages/ktorrent.po +index 0cde854..475ac2f 100644 +--- a/translations/fr/messages/ktorrent.po ++++ b/translations/fr/messages/ktorrent.po +@@ -6,7 +6,7 @@ + msgid "" + msgstr "" + "Project-Id-Version: ktorrent\n" +-"POT-Creation-Date: 2008-04-18 19:40+0200\n" ++"POT-Creation-Date: 2008-07-08 22:20+0200\n" + "PO-Revision-Date: 2005-08-12 11:06+0100\n" + "Last-Translator: Matthieu Robin \n" + "Language-Team: \n" +@@ -20,7 +20,7 @@ msgid "No incoming connections (possibly firewalled)" + msgstr "" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 42 +-#: apps/ktorrent/ktorrent.cpp:184 rc.cpp:345 rc.cpp:383 rc.cpp:1019 ++#: apps/ktorrent/ktorrent.cpp:184 rc.cpp:336 rc.cpp:369 rc.cpp:989 + #, no-c-format + msgid "Info" + msgstr "Info" +@@ -195,7 +195,7 @@ msgstr "" + #. i18n: file ./apps/ktorrent/ktorrentui.rc line 9 + #: apps/ktorrent/groups/downloadgroup.cpp:27 + #: apps/ktorrent/groups/groupmanager.h:57 apps/ktorrent/pref.cpp:147 +-#: apps/ktorrent/viewmanager.cpp:62 rc.cpp:138 rc.cpp:342 ++#: apps/ktorrent/viewmanager.cpp:62 rc.cpp:132 rc.cpp:333 + #, no-c-format + msgid "Downloads" + msgstr "Téléchargements" +@@ -315,7 +315,7 @@ msgid "Document to open" + msgstr "Document à ouvrir" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 59 +-#: apps/ktorrent/main.cpp:120 rc.cpp:553 ++#: apps/ktorrent/main.cpp:120 rc.cpp:532 + #, no-c-format + msgid "KTorrent" + msgstr "KTorrent" +@@ -601,7 +601,7 @@ msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 85 + #: apps/ktorrent/ktorrentviewmenu.cpp:66 plugins/infowidget/peerview.cpp:221 +-#: rc.cpp:77 rc.cpp:1256 rc.cpp:1307 ++#: rc.cpp:75 rc.cpp:1208 rc.cpp:1259 + #, no-c-format + msgid "DHT" + msgstr "" +@@ -644,7 +644,7 @@ msgid "Add to Group" + msgstr "" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 16 +-#: apps/ktorrent/ktorrentviewmenu.cpp:100 rc.cpp:147 ++#: apps/ktorrent/ktorrentviewmenu.cpp:100 rc.cpp:141 + #, no-c-format + msgid "Speed Limits" + msgstr "" +@@ -662,7 +662,7 @@ msgid "Malformed IP address." + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 311 +-#: apps/ktorrent/pref.cpp:58 rc.cpp:282 ++#: apps/ktorrent/pref.cpp:58 rc.cpp:273 + #, no-c-format + msgid "Preferences" + msgstr "Préférences" +@@ -696,7 +696,7 @@ msgid "Advanced" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 27 +-#: apps/ktorrent/pref.cpp:411 rc.cpp:540 ++#: apps/ktorrent/pref.cpp:411 rc.cpp:519 + #, fuzzy, no-c-format + msgid "Advanced Options" + msgstr "Options du fichier" +@@ -707,7 +707,7 @@ msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 16 + #: apps/ktorrent/ktorrentview.cpp:135 +-#: plugins/infowidget/infowidgetplugin.cpp:76 rc.cpp:1016 ++#: plugins/infowidget/infowidgetplugin.cpp:76 rc.cpp:986 + #, no-c-format + msgid "Status" + msgstr "État" +@@ -729,7 +729,7 @@ msgstr "Envoyé" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 313 + #: apps/ktorrent/ktorrentview.cpp:139 plugins/infowidget/peerview.cpp:216 +-#: rc.cpp:1010 ++#: rc.cpp:980 + #, no-c-format + msgid "Down Speed" + msgstr "Vitesse de réception" +@@ -853,7 +853,7 @@ msgid "User" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 24 +-#: apps/ktorrent/queuedialog.cpp:75 rc.cpp:249 ++#: apps/ktorrent/queuedialog.cpp:75 rc.cpp:240 + #, no-c-format + msgid "Queue Manager" + msgstr "" +@@ -1049,8 +1049,8 @@ msgid "Start torrent" + msgstr "Démarrer le parta&ge du torrent" + + #. i18n: file ./apps/ktorrent/fileselectdlgbase.ui line 160 +-#: plugins/infowidget/fileview.cpp:49 rc.cpp:27 rc.cpp:1244 rc.cpp:1259 +-#: rc.cpp:1349 rc.cpp:1439 ++#: plugins/infowidget/fileview.cpp:49 rc.cpp:27 rc.cpp:1196 rc.cpp:1211 ++#: rc.cpp:1301 rc.cpp:1385 + #, no-c-format + msgid "Download" + msgstr "Télécharger" +@@ -1104,13 +1104,13 @@ msgid "Encryption" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 58 +-#: rc.cpp:64 rc.cpp:787 ++#: rc.cpp:63 rc.cpp:764 + #, no-c-format + msgid "Use protocol encryption" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 64 +-#: rc.cpp:68 ++#: rc.cpp:66 + #, no-c-format + msgid "" + "Protocol encryption is used to prevent ISP's from slowing down bittorrent " +@@ -1118,20 +1118,20 @@ msgid "" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 72 +-#: rc.cpp:71 rc.cpp:790 ++#: rc.cpp:69 rc.cpp:767 + #, no-c-format + msgid "Allow unencrypted connections" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 75 +-#: rc.cpp:74 ++#: rc.cpp:72 + #, no-c-format + msgid "" + "If unchecked, you'll be able to connect only to clients supporting encryption." + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 88 +-#: rc.cpp:80 ++#: rc.cpp:78 + #, no-c-format + msgid "" + "Distributed Hash Table protocol." +@@ -1139,169 +1139,169 @@ msgid "" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 99 +-#: rc.cpp:83 ++#: rc.cpp:81 + #, no-c-format + msgid "&Use DHT to get additional peers" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 118 +-#: rc.cpp:87 ++#: rc.cpp:84 + #, no-c-format + msgid "UDP port for DHT communication:" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 161 +-#: rc.cpp:90 ++#: rc.cpp:87 + #, no-c-format + msgid "Custom IP" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 172 +-#: rc.cpp:93 ++#: rc.cpp:90 + #, no-c-format + msgid "Se&nd the tracker a custom IP address or hostname" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 188 +-#: rc.cpp:96 ++#: rc.cpp:93 + #, no-c-format + msgid "Custom IP address or hostname:" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 205 +-#: rc.cpp:99 ++#: rc.cpp:96 + #, fuzzy, no-c-format + msgid "System Tray Icon" + msgstr "Afficher dans la &boîte à miniatures" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 216 +-#: rc.cpp:102 ++#: rc.cpp:99 + #, no-c-format + msgid "Show s&ystem tray icon" + msgstr "Afficher dans la &boîte à miniatures" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 224 +-#: rc.cpp:105 ++#: rc.cpp:102 + #, fuzzy, no-c-format + msgid "Show speed &bar in tray icon" + msgstr "Afficher dans la &boîte à miniatures" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 232 +-#: rc.cpp:108 ++#: rc.cpp:105 + #, fuzzy, no-c-format + msgid "Show system tray popup messages" + msgstr "Afficher dans la &boîte à miniatures" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 251 +-#: rc.cpp:112 ++#: rc.cpp:108 + #, no-c-format + msgid "Upload bandwidth (in KB/sec):" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 276 +-#: rc.cpp:115 ++#: rc.cpp:111 + #, no-c-format + msgid "Download bandwidth (in KB/sec):" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 305 +-#: rc.cpp:118 ++#: rc.cpp:114 + #, no-c-format + msgid "Folders" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 324 +-#: rc.cpp:121 ++#: rc.cpp:117 + #, fuzzy, no-c-format + msgid "Folder to store temporary files:" + msgstr "Dossier où placer les fichiers temporaires :" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 342 +-#: rc.cpp:124 ++#: rc.cpp:120 + #, fuzzy, no-c-format + msgid "Move completed downloads to:" + msgstr "Télécharger" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 353 +-#: rc.cpp:128 ++#: rc.cpp:123 + #, no-c-format + msgid "&Automatically save downloads to:" + msgstr "Enregistrer &automatiquement les téléchargements vers :" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 395 +-#: rc.cpp:131 ++#: rc.cpp:126 + #, fuzzy, no-c-format + msgid "Copy .torrent files to:" + msgstr "Fichiers Torrent (« *.torrent »)" + + #. i18n: file ./apps/ktorrent/ktorrentui.rc line 34 +-#: rc.cpp:144 ++#: rc.cpp:138 + #, no-c-format + msgid "Download Toolbar" + msgstr "Barre d'outils de téléchargement" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 27 +-#: rc.cpp:150 ++#: rc.cpp:144 + #, fuzzy, no-c-format + msgid "Set the speed limits for torrent" + msgstr "Démarrer le parta&ge du torrent" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 51 +-#: rc.cpp:153 ++#: rc.cpp:147 + #, fuzzy, no-c-format + msgid "Max upload rate:" + msgstr "Vitesse maximale d'envoi :" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 59 +-#: rc.cpp:156 ++#: rc.cpp:150 + #, fuzzy, no-c-format + msgid "Max download rate:" + msgstr "Taux de téléchargement maximal :" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 97 +-#: rc.cpp:159 rc.cpp:162 ++#: rc.cpp:153 rc.cpp:156 + #, fuzzy, no-c-format + msgid "KB/s (0 is no limit)" + msgstr "ko/s (0 pour illimité)" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 16 +-#: rc.cpp:171 ++#: rc.cpp:165 + #, no-c-format + msgid "Add potential peer" + msgstr "" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 35 +-#: rc.cpp:174 ++#: rc.cpp:168 + #, fuzzy, no-c-format + msgid "Peer IP:" + msgstr "Client" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 43 +-#: rc.cpp:177 rc.cpp:208 ++#: rc.cpp:171 rc.cpp:201 + #, no-c-format + msgid "127.0.0.1" + msgstr "" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 51 +-#: rc.cpp:180 rc.cpp:288 rc.cpp:525 rc.cpp:931 ++#: rc.cpp:174 rc.cpp:279 rc.cpp:504 rc.cpp:908 + #, no-c-format + msgid "Port:" + msgstr "Port :" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 100 +-#: rc.cpp:183 ++#: rc.cpp:177 + #, no-c-format + msgid "Enter peer IP and port." + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 16 +-#: rc.cpp:193 ++#: rc.cpp:186 + #, fuzzy, no-c-format + msgid "KTorrent Blacklist" + msgstr "Fichiers Torrent (« *.torrent »)" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 30 +-#: rc.cpp:196 ++#: rc.cpp:189 + #, no-c-format + msgid "" + "Note: Blacklist applies to current session only. Use save/open to save your " +@@ -1309,187 +1309,187 @@ msgid "" + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 41 +-#: rc.cpp:199 ++#: rc.cpp:192 + #, fuzzy, no-c-format + msgid "Banned Peers" + msgstr "Clients connectés" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 50 +-#: rc.cpp:202 ++#: rc.cpp:195 + #, no-c-format + msgid "Peer IP address" + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 96 +-#: rc.cpp:205 ++#: rc.cpp:198 + #, no-c-format + msgid "Add peer:" + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 134 +-#: rc.cpp:215 ++#: rc.cpp:207 + #, no-c-format + msgid "Adds a peer to blacklist" + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 168 +-#: rc.cpp:222 ++#: rc.cpp:213 + #, no-c-format + msgid "Removes selected peer from blacklist" + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 176 +-#: rc.cpp:225 ++#: rc.cpp:216 + #, no-c-format + msgid "C&lear" + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 182 +-#: rc.cpp:228 ++#: rc.cpp:219 + #, no-c-format + msgid "Clears this list" + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 218 +-#: rc.cpp:234 ++#: rc.cpp:225 + #, no-c-format + msgid "Save &As..." + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 224 +-#: rc.cpp:237 ++#: rc.cpp:228 + #, no-c-format + msgid "Save this blacklist to use with KTorrent IPFilter plugin" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 59 +-#: rc.cpp:252 ++#: rc.cpp:243 + #, no-c-format + msgid "Maximum downloads:" + msgstr "Nombre maximum de téléchargements :" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 86 +-#: rc.cpp:255 ++#: rc.cpp:246 + #, fuzzy, no-c-format + msgid "Maximum seeds:" + msgstr "Nombre maximum de téléchargements :" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 94 +-#: rc.cpp:258 ++#: rc.cpp:249 + #, no-c-format + msgid "Start download on low disk space :" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 102 +-#: rc.cpp:261 ++#: rc.cpp:252 + #, no-c-format + msgid "Minimum disk space:" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 140 +-#: rc.cpp:264 ++#: rc.cpp:255 + #, fuzzy, no-c-format + msgid "Don't start" + msgstr "Non démarré" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 145 +-#: rc.cpp:267 ++#: rc.cpp:258 + #, no-c-format + msgid "Always ask" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 150 +-#: rc.cpp:270 ++#: rc.cpp:261 + #, fuzzy, no-c-format + msgid "Force start" + msgstr "Non démarré" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 208 +-#: rc.cpp:273 ++#: rc.cpp:264 + #, no-c-format + msgid "MB" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 236 +-#: rc.cpp:276 rc.cpp:279 rc.cpp:312 rc.cpp:315 rc.cpp:324 ++#: rc.cpp:267 rc.cpp:270 rc.cpp:303 rc.cpp:306 rc.cpp:315 + #, no-c-format + msgid "(0 is no limit)" + msgstr "(0 pour illimité)" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 330 +-#: rc.cpp:285 ++#: rc.cpp:276 + #, no-c-format + msgid "Maximum download rate:" + msgstr "Taux de téléchargement maximal :" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 346 +-#: rc.cpp:291 ++#: rc.cpp:282 + #, no-c-format + msgid "Global connection limit:" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 354 +-#: rc.cpp:294 ++#: rc.cpp:285 + #, fuzzy, no-c-format + msgid "Max seed time:" + msgstr "Nombre maximum de téléchargements :" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 370 +-#: rc.cpp:297 ++#: rc.cpp:288 + #, fuzzy, no-c-format + msgid "Maximum connections per torrent:" + msgstr "Nombre maximum de connexions par téléchargements :" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 397 +-#: rc.cpp:300 ++#: rc.cpp:291 + #, no-c-format + msgid "Number of upload slots:" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 405 +-#: rc.cpp:303 ++#: rc.cpp:294 + #, fuzzy, no-c-format + msgid "UDP tracker port:" + msgstr "Requête vers le pisteur en cours" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 413 +-#: rc.cpp:306 ++#: rc.cpp:297 + #, no-c-format + msgid "Max share ratio:" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 421 +-#: rc.cpp:309 ++#: rc.cpp:300 + #, no-c-format + msgid "Maximum upload rate:" + msgstr "Vitesse maximale d'envoi :" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 576 +-#: rc.cpp:318 rc.cpp:321 ++#: rc.cpp:309 rc.cpp:312 + #, no-c-format + msgid "KB/sec (0 is no limit)" + msgstr "ko/s (0 pour illimité)" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 651 +-#: rc.cpp:327 ++#: rc.cpp:318 + #, fuzzy, no-c-format + msgid "Hours (0 is no limit)" + msgstr "(0 pour illimité)" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 663 +-#: rc.cpp:330 ++#: rc.cpp:321 + #, no-c-format + msgid "&Keep seeding after download is finished" + msgstr "&Garder en partage une fois le téléchargement terminé" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 674 +-#: rc.cpp:333 ++#: rc.cpp:324 + #, no-c-format + msgid "Attention" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 685 +-#: rc.cpp:336 ++#: rc.cpp:327 + #, no-c-format + msgid "" + "The above ports must also be forwarded if you are behind a router. The UPnP " +@@ -1497,283 +1497,283 @@ msgid "" + msgstr "" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 16 +-#: rc.cpp:339 ++#: rc.cpp:330 + #, no-c-format + msgid "KT Queue Dialog" + msgstr "" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 69 +-#: rc.cpp:348 rc.cpp:386 rc.cpp:1107 ++#: rc.cpp:339 rc.cpp:372 rc.cpp:1067 + #, fuzzy, no-c-format + msgid "Status:" + msgstr "État" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 85 +-#: rc.cpp:351 rc.cpp:389 rc.cpp:1808 ++#: rc.cpp:342 rc.cpp:375 rc.cpp:1751 + #, fuzzy, no-c-format + msgid "Tracker:" + msgstr "Pisteurs" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 93 +-#: rc.cpp:354 rc.cpp:392 rc.cpp:1805 ++#: rc.cpp:345 rc.cpp:378 rc.cpp:1748 + #, no-c-format + msgid "DHT:" + msgstr "" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 109 +-#: rc.cpp:357 rc.cpp:395 rc.cpp:1061 ++#: rc.cpp:348 rc.cpp:381 rc.cpp:1025 + #, no-c-format + msgid "Share ratio:" + msgstr "" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 117 +-#: rc.cpp:360 ++#: rc.cpp:351 + #, no-c-format + msgid "Bytes left:" + msgstr "" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 177 +-#: rc.cpp:368 rc.cpp:377 ++#: rc.cpp:354 rc.cpp:363 + #, fuzzy, no-c-format + msgid "Torrent" + msgstr "KTorrent" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 188 +-#: rc.cpp:371 rc.cpp:380 ++#: rc.cpp:357 rc.cpp:366 + #, no-c-format + msgid "Controlled by" + msgstr "" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 214 +-#: rc.cpp:374 ++#: rc.cpp:360 + #, fuzzy, no-c-format + msgid "Upload&s" + msgstr "Envoyé" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 333 +-#: rc.cpp:398 ++#: rc.cpp:384 + #, fuzzy, no-c-format + msgid "Uploaded:" + msgstr "Envoyé" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 486 +-#: rc.cpp:406 ++#: rc.cpp:387 + #, no-c-format + msgid "M&ove up" + msgstr "" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 494 +-#: rc.cpp:409 ++#: rc.cpp:390 + #, no-c-format + msgid "Move dow&n" + msgstr "" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 519 +-#: rc.cpp:412 ++#: rc.cpp:393 + #, no-c-format + msgid "Move to top" + msgstr "" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 530 +-#: rc.cpp:416 ++#: rc.cpp:396 + #, no-c-format + msgid "Move to &bottom" + msgstr "" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 555 +-#: rc.cpp:419 ++#: rc.cpp:399 + #, no-c-format + msgid "&QM Controlled" + msgstr "" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 563 +-#: rc.cpp:422 ++#: rc.cpp:402 + #, no-c-format + msgid "&User Controlled" + msgstr "" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 30 +-#: rc.cpp:434 ++#: rc.cpp:414 + #, no-c-format + msgid "Paste URL" + msgstr "" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 52 +-#: rc.cpp:437 rc.cpp:1104 rc.cpp:1919 ++#: rc.cpp:417 rc.cpp:1064 rc.cpp:1859 + #, no-c-format + msgid "URL:" + msgstr "" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 106 +-#: rc.cpp:440 ++#: rc.cpp:420 + #, no-c-format + msgid "O&K" + msgstr "" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 114 +-#: rc.cpp:443 rc.cpp:675 rc.cpp:1176 ++#: rc.cpp:423 rc.cpp:653 rc.cpp:1128 + #, fuzzy, no-c-format + msgid "C&ancel" + msgstr "An&nuler" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 16 +-#: rc.cpp:446 ++#: rc.cpp:426 + #, no-c-format + msgid "Create Torrent" + msgstr "Créer un torrent" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 38 +-#: rc.cpp:449 ++#: rc.cpp:429 + #, fuzzy, no-c-format + msgid "The file or folder of which you want to create a torrent:" + msgstr "Le fichier ou le dossier sur lequel créer un torrent :" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 53 +-#: rc.cpp:452 ++#: rc.cpp:432 + #, fuzzy, no-c-format + msgid "You must add at least one tracker or node." + msgstr "Vous devez ajouter au moins un pisteur." + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 61 +-#: rc.cpp:455 ++#: rc.cpp:435 + #, no-c-format + msgid "File Options" + msgstr "Options du fichier" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 80 +-#: rc.cpp:458 ++#: rc.cpp:438 + #, no-c-format + msgid "Size of each chunk:" + msgstr "Taille de chaque morceau :" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 86 +-#: rc.cpp:461 ++#: rc.cpp:441 + #, no-c-format + msgid "32" + msgstr "32" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 91 +-#: rc.cpp:464 ++#: rc.cpp:444 + #, no-c-format + msgid "64" + msgstr "64" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 96 +-#: rc.cpp:467 ++#: rc.cpp:447 + #, no-c-format + msgid "128" + msgstr "128" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 101 +-#: rc.cpp:470 ++#: rc.cpp:450 + #, no-c-format + msgid "256" + msgstr "256" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 106 +-#: rc.cpp:473 ++#: rc.cpp:453 + #, no-c-format + msgid "512" + msgstr "512" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 111 +-#: rc.cpp:476 ++#: rc.cpp:456 + #, no-c-format + msgid "1024" + msgstr "1024" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 116 +-#: rc.cpp:479 ++#: rc.cpp:459 + #, no-c-format + msgid "2048" + msgstr "" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 121 +-#: rc.cpp:482 ++#: rc.cpp:462 + #, no-c-format + msgid "4096" + msgstr "" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 126 +-#: rc.cpp:485 ++#: rc.cpp:465 + #, no-c-format + msgid "8192" + msgstr "" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 138 +-#: rc.cpp:488 rc.cpp:633 ++#: rc.cpp:468 rc.cpp:611 + #, no-c-format + msgid "KB" + msgstr "ko" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 165 +-#: rc.cpp:491 ++#: rc.cpp:471 + #, no-c-format + msgid "Start seedin&g the torrent" + msgstr "Démarrer le parta&ge du torrent" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 176 +-#: rc.cpp:494 ++#: rc.cpp:474 + #, no-c-format + msgid "Decentrali&zed (DHT only)" + msgstr "" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 184 +-#: rc.cpp:497 ++#: rc.cpp:477 + #, no-c-format + msgid "Private torrent (DHT not allowed)" + msgstr "" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 202 +-#: rc.cpp:500 ++#: rc.cpp:480 + #, no-c-format + msgid "Comments:" + msgstr "Commentaires :" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 248 +-#: rc.cpp:503 ++#: rc.cpp:483 + #, fuzzy, no-c-format + msgid "&Create" + msgstr "Cré&er" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 262 +-#: rc.cpp:506 rc.cpp:1325 ++#: rc.cpp:486 rc.cpp:1277 + #, no-c-format + msgid "Ca&ncel" + msgstr "An&nuler" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 275 +-#: plugins/infowidget/infowidgetplugin.cpp:214 rc.cpp:509 rc.cpp:1101 ++#: plugins/infowidget/infowidgetplugin.cpp:214 rc.cpp:489 rc.cpp:1061 + #, no-c-format + msgid "Trackers" + msgstr "Pisteurs" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 283 +-#: rc.cpp:512 ++#: rc.cpp:492 + #, no-c-format + msgid "DHT nodes" + msgstr "" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 333 +-#: rc.cpp:522 ++#: rc.cpp:501 + #, fuzzy, no-c-format + msgid "Node:" + msgstr "Nom :" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 385 +-#: rc.cpp:528 ++#: rc.cpp:507 + #, no-c-format + msgid "IP or hostname" + msgstr "" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 396 +-#: rc.cpp:531 rc.cpp:718 rc.cpp:721 ++#: rc.cpp:510 rc.cpp:695 rc.cpp:698 + #, no-c-format + msgid "Port" + msgstr "Port" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 437 +-#: rc.cpp:534 ++#: rc.cpp:513 + #, no-c-format + msgid "" + "NOTE: Some known good DHT nodes are already inserted. You should probably " +@@ -1781,19 +1781,19 @@ msgid "" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 16 +-#: rc.cpp:537 ++#: rc.cpp:516 + #, fuzzy, no-c-format + msgid "Advanced Preferences" + msgstr "Préférences" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 46 +-#: rc.cpp:543 ++#: rc.cpp:522 + #, no-c-format + msgid "Time left estimation algorithm:" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 53 +-#: rc.cpp:546 rc.cpp:568 ++#: rc.cpp:525 rc.cpp:547 + #, no-c-format + msgid "" + "KTorrent algorithm: Default algorithm using combination of other " +@@ -1809,427 +1809,427 @@ msgid "" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 64 +-#: rc.cpp:556 ++#: rc.cpp:535 + #, fuzzy, no-c-format + msgid "Current speed" + msgstr "Moteur de recherche actuel" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 69 +-#: rc.cpp:559 ++#: rc.cpp:538 + #, no-c-format + msgid "Global average speed" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 74 +-#: rc.cpp:562 ++#: rc.cpp:541 + #, no-c-format + msgid "Window of X" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 79 +-#: rc.cpp:565 ++#: rc.cpp:544 + #, no-c-format + msgid "Moving average" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 98 +-#: rc.cpp:575 ++#: rc.cpp:554 + #, no-c-format + msgid "(takes effect after restart)" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 125 +-#: rc.cpp:578 ++#: rc.cpp:557 + #, no-c-format + msgid "Disa&ble diskspace preallocation" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 141 +-#: rc.cpp:581 ++#: rc.cpp:560 + #, no-c-format + msgid "F&ully preallocate diskspace (avoids fragmentation)" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 147 +-#: rc.cpp:584 ++#: rc.cpp:563 + #, no-c-format + msgid "Basic (slow)" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 152 +-#: rc.cpp:587 ++#: rc.cpp:566 + #, no-c-format + msgid "Filesystem specific" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 174 +-#: rc.cpp:590 ++#: rc.cpp:569 + #, fuzzy, no-c-format + msgid "Performance" + msgstr "Préférences" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 193 +-#: rc.cpp:593 ++#: rc.cpp:572 + #, no-c-format + msgid "Memory usage:" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 199 +-#: rc.cpp:596 ++#: rc.cpp:575 + #, no-c-format + msgid "Low" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 204 +-#: rc.cpp:599 ++#: rc.cpp:578 + #, no-c-format + msgid "Medium" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 209 +-#: rc.cpp:602 ++#: rc.cpp:581 + #, no-c-format + msgid "High" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 248 +-#: rc.cpp:605 ++#: rc.cpp:584 + #, no-c-format + msgid "GUI update interval:" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 254 +-#: rc.cpp:608 ++#: rc.cpp:587 + #, no-c-format + msgid "500ms" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 259 +-#: rc.cpp:611 ++#: rc.cpp:590 + #, no-c-format + msgid "1s" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 264 +-#: rc.cpp:614 ++#: rc.cpp:593 + #, no-c-format + msgid "2s" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 269 +-#: rc.cpp:617 ++#: rc.cpp:596 + #, no-c-format + msgid "5s" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 308 +-#: rc.cpp:620 ++#: rc.cpp:599 + #, no-c-format + msgid "Fast CPU" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 342 +-#: rc.cpp:624 ++#: rc.cpp:602 + #, no-c-format + msgid "Slow CPU" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 354 +-#: rc.cpp:627 ++#: rc.cpp:605 + #, no-c-format + msgid "Data Checking" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 373 +-#: rc.cpp:630 ++#: rc.cpp:608 + #, no-c-format + msgid "During uploading, do ¬ recheck chunks bigger than" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 430 +-#: rc.cpp:636 ++#: rc.cpp:614 + #, no-c-format + msgid "Do a data integrit&y check after" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 449 +-#: rc.cpp:639 ++#: rc.cpp:617 + #, no-c-format + msgid "corrupted chunks" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 478 +-#: rc.cpp:642 ++#: rc.cpp:620 + #, no-c-format + msgid "Networking" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 505 +-#: rc.cpp:645 ++#: rc.cpp:623 + #, fuzzy, no-c-format + msgid "Maximum number of connection setups:" + msgstr "Nombre maximum de connexions par téléchargement (0 pour illimité)" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 527 +-#: rc.cpp:648 ++#: rc.cpp:626 + #, no-c-format + msgid "DSCP for IP packets:" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 570 +-#: rc.cpp:651 ++#: rc.cpp:629 + #, no-c-format + msgid "Do not use the KDE pro&xy settings for HTTP tracker connections" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 586 +-#: rc.cpp:654 ++#: rc.cpp:632 + #, fuzzy, no-c-format + msgid "HTTP tracker proxy:" + msgstr "Requête vers le pisteur en cours" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 24 +-#: rc.cpp:657 ++#: rc.cpp:635 + #, no-c-format + msgid "Scanning data" + msgstr "" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 38 +-#: rc.cpp:660 ++#: rc.cpp:638 + #, no-c-format + msgid "Scanning data of torrent :" + msgstr "" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 62 +-#: rc.cpp:663 ++#: rc.cpp:641 + #, fuzzy, no-c-format + msgid "Number of chunks found :" + msgstr "Nombre total de morceaux :" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 70 +-#: rc.cpp:666 ++#: rc.cpp:644 + #, no-c-format + msgid "Number of chunks failed / not downloaded :" + msgstr "" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 97 +-#: rc.cpp:669 rc.cpp:672 ++#: rc.cpp:647 rc.cpp:650 + #, no-c-format + msgid "0" + msgstr "" + + #. i18n: file ./apps/ktupnptest/mainwidget.ui line 54 +-#: rc.cpp:678 ++#: rc.cpp:656 + #, no-c-format + msgid "Test" + msgstr "" + + #. i18n: file ./libktorrent/labelviewitembase.ui line 49 +-#: rc.cpp:685 ++#: rc.cpp:662 + #, no-c-format + msgid "textLabel2" + msgstr "" + + #. i18n: file ./libktorrent/labelviewitembase.ui line 65 +-#: rc.cpp:688 ++#: rc.cpp:665 + #, no-c-format + msgid "textLabel3" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 10 +-#: rc.cpp:691 ++#: rc.cpp:668 + #, no-c-format + msgid "Maximum number of downloads (0 = no limit)" + msgstr "Nombre maximum de téléchargements (0 pour illimité)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 15 +-#: rc.cpp:694 ++#: rc.cpp:671 + #, fuzzy, no-c-format + msgid "Maximum number of seeds (0 = no limit)" + msgstr "Nombre maximum de téléchargements (0 pour illimité)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 20 +-#: rc.cpp:697 ++#: rc.cpp:674 + #, no-c-format + msgid "Start downloads on low disk space?" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 24 +-#: rc.cpp:700 ++#: rc.cpp:677 + #, fuzzy, no-c-format + msgid "Maximum number of connections per torrent (0 = no limit)" + msgstr "Nombre maximum de connexions par téléchargement (0 pour illimité)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 29 +-#: rc.cpp:703 ++#: rc.cpp:680 + #, fuzzy, no-c-format + msgid "Maximum number of connections for all torrents (0 = no limit) " + msgstr "Nombre maximum de connexions par téléchargement (0 pour illimité)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 34 +-#: rc.cpp:706 ++#: rc.cpp:683 + #, no-c-format + msgid "Maximum upload speed in KB/sec (0 = no limit)" + msgstr "Vitesse d'envoi maximale en ko/s (0 pour illimité)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 39 +-#: rc.cpp:709 ++#: rc.cpp:686 + #, fuzzy, no-c-format + msgid "Maximum download speed in KB/sec (0 = no limit)" + msgstr "Vitesse maximale de téléchargement en ko/s (0 pour illimité)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 44 +-#: rc.cpp:712 ++#: rc.cpp:689 + #, fuzzy, no-c-format + msgid "Maximum share ratio(0 = no limit)" + msgstr "Nombre maximum de téléchargements (0 pour illimité)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 49 +-#: rc.cpp:715 ++#: rc.cpp:692 + #, fuzzy, no-c-format + msgid "Maximum seed time in hours (0 = no limit)" + msgstr "Nombre maximum de téléchargements (0 pour illimité)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 66 +-#: rc.cpp:724 ++#: rc.cpp:701 + #, no-c-format + msgid "Show a system tray icon" + msgstr "Afficher dans la boîte à miniatures" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 70 +-#: rc.cpp:727 ++#: rc.cpp:704 + #, fuzzy, no-c-format + msgid "Show speed bar in tray icon" + msgstr "Afficher dans la &boîte à miniatures" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 74 +-#: rc.cpp:730 ++#: rc.cpp:707 + #, no-c-format + msgid "Download bandwidth (in kb/s):" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 80 +-#: rc.cpp:733 ++#: rc.cpp:710 + #, no-c-format + msgid "Upload bandwidth (in kb/s):" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 86 +-#: rc.cpp:736 ++#: rc.cpp:713 + #, no-c-format + msgid "Show popup messages when torrent is finished." + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 90 +-#: rc.cpp:739 ++#: rc.cpp:716 + #, no-c-format + msgid "Keep seeding after download has finished" + msgstr "Laisser en partage une fois le téléchargement terminé" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 94 +-#: rc.cpp:742 ++#: rc.cpp:719 + #, fuzzy, no-c-format + msgid "Folder to store temporary files" + msgstr "Dossier où placer les fichiers temporaires" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 98 +-#: rc.cpp:745 ++#: rc.cpp:722 + #, fuzzy, no-c-format + msgid "Whether to automatically save downloads to saveDir" + msgstr "Enregistrer &automatiquement les téléchargements vers :" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 102 +-#: rc.cpp:748 ++#: rc.cpp:725 + #, fuzzy, no-c-format + msgid "Folder to store downloaded files" + msgstr "Dossier où placer les fichiers téléchargés" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 106 +-#: rc.cpp:751 ++#: rc.cpp:728 + #, fuzzy, no-c-format + msgid "Whether to automatically move completed downloads to completedDir" + msgstr "Enregistrer &automatiquement les téléchargements vers :" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 110 +-#: rc.cpp:754 ++#: rc.cpp:731 + #, fuzzy, no-c-format + msgid "Folder to move completed downloaded files to" + msgstr "Dossier où placer les fichiers téléchargés" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 114 +-#: rc.cpp:757 ++#: rc.cpp:734 + #, fuzzy, no-c-format + msgid "Whether to automatically copy .torrent files to torrentCopyDir" + msgstr "Enregistrer &automatiquement les téléchargements vers :" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 118 +-#: rc.cpp:760 ++#: rc.cpp:737 + #, fuzzy, no-c-format + msgid "Folder to copy .torrent files to" + msgstr "Dossier où placer les fichiers temporaires" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 122 +-#: rc.cpp:763 ++#: rc.cpp:740 + #, no-c-format + msgid "Whether to use a custom IP to pass to the tracker" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 126 +-#: rc.cpp:766 ++#: rc.cpp:743 + #, no-c-format + msgid "Directory which was used as the last save directory" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 130 +-#: rc.cpp:769 ++#: rc.cpp:746 + #, no-c-format + msgid "IP to pass to the tracker" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 134 +-#: rc.cpp:772 ++#: rc.cpp:749 + #, no-c-format + msgid "Memory usage" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 138 +-#: rc.cpp:775 ++#: rc.cpp:752 + #, no-c-format + msgid "GUI update interval" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 142 +-#: rc.cpp:778 ++#: rc.cpp:755 + #, no-c-format + msgid "Support for DHT" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 146 +-#: rc.cpp:781 ++#: rc.cpp:758 + #, no-c-format + msgid "DHT port" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 152 +-#: rc.cpp:784 ++#: rc.cpp:761 + #, no-c-format + msgid "Number of upload slots" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 196 +-#: rc.cpp:793 ++#: rc.cpp:770 + #, no-c-format + msgid "Columns shown in KTorrentView" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 205 +-#: rc.cpp:796 ++#: rc.cpp:773 + #, no-c-format + msgid "ET algorithm" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 227 +-#: rc.cpp:799 ++#: rc.cpp:776 + #, no-c-format + msgid "" + "When there's no space left to complete download and free diskspace is less than " +@@ -2237,602 +2237,602 @@ msgid "" + msgstr "" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 16 +-#: rc.cpp:802 ++#: rc.cpp:779 + #, no-c-format + msgid "Plugin Manager" + msgstr "" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 48 +-#: rc.cpp:805 ++#: rc.cpp:782 + #, no-c-format + msgid "Load" + msgstr "" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 56 +-#: rc.cpp:808 ++#: rc.cpp:785 + #, fuzzy, no-c-format + msgid "U&nload" + msgstr "Télécharger" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 64 +-#: rc.cpp:811 ++#: rc.cpp:788 + #, no-c-format + msgid "Load &All" + msgstr "" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 72 +-#: rc.cpp:814 ++#: rc.cpp:791 + #, fuzzy, no-c-format + msgid "&Unload All" + msgstr "Télécharger" + + #. i18n: file ./plugins/upnp/ktupnpplugin.kcfg line 10 +-#: rc.cpp:817 ++#: rc.cpp:794 + #, no-c-format + msgid "Default UPnP device to use" + msgstr "" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 16 +-#: plugins/upnp/upnpplugin.cpp:46 plugins/upnp/upnpprefpage.cpp:31 rc.cpp:820 ++#: plugins/upnp/upnpplugin.cpp:46 plugins/upnp/upnpprefpage.cpp:31 rc.cpp:797 + #, no-c-format + msgid "UPnP" + msgstr "" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 35 +-#: rc.cpp:823 ++#: rc.cpp:800 + #, no-c-format + msgid "Detected devices:" + msgstr "" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 41 +-#: rc.cpp:826 ++#: rc.cpp:803 + #, no-c-format + msgid "Device" + msgstr "" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 52 +-#: rc.cpp:829 ++#: rc.cpp:806 + #, fuzzy, no-c-format + msgid "Ports Forwarded" + msgstr "Téléchargé" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 63 +-#: rc.cpp:832 ++#: rc.cpp:809 + #, no-c-format + msgid "WAN Connection" + msgstr "" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 91 +-#: rc.cpp:835 ++#: rc.cpp:812 + #, no-c-format + msgid "Forw&ard Ports" + msgstr "" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 99 +-#: rc.cpp:838 ++#: rc.cpp:815 + #, no-c-format + msgid "Undo Port Forwarding" + msgstr "" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 124 +-#: rc.cpp:841 ++#: rc.cpp:818 + #, no-c-format + msgid "Rescan" + msgstr "" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 9 +-#: rc.cpp:844 ++#: rc.cpp:821 + #, no-c-format + msgid "Enable scanning of folder1?" + msgstr "" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 14 +-#: rc.cpp:847 ++#: rc.cpp:824 + #, no-c-format + msgid "Enable scanning of folder2?" + msgstr "" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 19 +-#: rc.cpp:850 ++#: rc.cpp:827 + #, no-c-format + msgid "Enable scanning of folder3?" + msgstr "" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 24 +-#: rc.cpp:853 ++#: rc.cpp:830 + #, no-c-format + msgid "Folder1 path" + msgstr "" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 29 +-#: rc.cpp:856 ++#: rc.cpp:833 + #, no-c-format + msgid "Folder2 path" + msgstr "" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 34 +-#: rc.cpp:859 ++#: rc.cpp:836 + #, no-c-format + msgid "Folder3 path" + msgstr "" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 39 +-#: rc.cpp:862 ++#: rc.cpp:839 + #, fuzzy, no-c-format + msgid "Whether to open torrent silently or not." + msgstr "Impossible d'ouvrir le fichier « %1 » : %2" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 44 +-#: rc.cpp:865 ++#: rc.cpp:842 + #, no-c-format + msgid "Delete action checked." + msgstr "" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 49 +-#: rc.cpp:868 ++#: rc.cpp:845 + #, no-c-format + msgid "Move action checked." + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 16 +-#: rc.cpp:871 ++#: rc.cpp:848 + #, fuzzy, no-c-format + msgid "ScanFolder Preferences" + msgstr "Préférences" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 35 +-#: rc.cpp:874 ++#: rc.cpp:851 + #, no-c-format + msgid "Scan folder &1" + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 38 +-#: rc.cpp:877 rc.cpp:1480 ++#: rc.cpp:854 rc.cpp:1424 + #, no-c-format + msgid "Alt+1" + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 46 +-#: rc.cpp:880 ++#: rc.cpp:857 + #, no-c-format + msgid "Scan folder &2" + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 49 +-#: rc.cpp:883 rc.cpp:1471 rc.cpp:1495 ++#: rc.cpp:860 rc.cpp:1415 rc.cpp:1439 + #, no-c-format + msgid "Alt+2" + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 57 +-#: rc.cpp:886 ++#: rc.cpp:863 + #, no-c-format + msgid "Scan folder &3" + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 60 +-#: rc.cpp:889 rc.cpp:1465 ++#: rc.cpp:866 rc.cpp:1409 + #, no-c-format + msgid "Alt+3" + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 81 +-#: rc.cpp:895 ++#: rc.cpp:872 + #, no-c-format + msgid "Move to \"loaded\" directory &after loading" + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 84 +-#: rc.cpp:898 ++#: rc.cpp:875 + #, no-c-format + msgid "Move torrent to \"loaded\" directory after loading it" + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 92 +-#: rc.cpp:901 ++#: rc.cpp:878 + #, fuzzy, no-c-format + msgid "Open torrents silentl&y" + msgstr "Fichiers Torrent (« *.torrent »)" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 95 +-#: rc.cpp:904 ++#: rc.cpp:881 + #, no-c-format + msgid "Do not show 'Select files to download' dialog" + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 103 +-#: rc.cpp:907 ++#: rc.cpp:884 + #, no-c-format + msgid "Delete after loadin&g" + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 106 +-#: rc.cpp:910 ++#: rc.cpp:887 + #, no-c-format + msgid "Deletes torrent after loading" + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 116 +-#: rc.cpp:913 ++#: rc.cpp:890 + #, no-c-format + msgid "Folders to scan" + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 151 +-#: rc.cpp:916 ++#: rc.cpp:893 + #, no-c-format + msgid "Folder 1:" + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 162 +-#: rc.cpp:919 ++#: rc.cpp:896 + #, no-c-format + msgid "Folder 2:" + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 173 +-#: rc.cpp:922 ++#: rc.cpp:899 + #, no-c-format + msgid "Folder 3:" + msgstr "" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 30 +-#: rc.cpp:925 rc.cpp:1895 ++#: rc.cpp:902 rc.cpp:1838 + #, fuzzy, no-c-format + msgid "Search Preferences" + msgstr "Préférences" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 41 +-#: rc.cpp:928 ++#: rc.cpp:905 + #, no-c-format + msgid "Web Server" + msgstr "" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 82 +-#: rc.cpp:934 ++#: rc.cpp:911 + #, no-c-format + msgid "Forward port" + msgstr "" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 107 +-#: rc.cpp:937 ++#: rc.cpp:914 + #, no-c-format + msgid "Session TTL (in sec):" + msgstr "" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 142 +-#: rc.cpp:940 ++#: rc.cpp:917 + #, no-c-format + msgid "Select interface:" + msgstr "" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 173 +-#: rc.cpp:943 ++#: rc.cpp:920 + #, no-c-format + msgid "Username:" + msgstr "" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 188 +-#: rc.cpp:946 ++#: rc.cpp:923 + #, no-c-format + msgid "Change password ..." + msgstr "" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 206 +-#: rc.cpp:949 ++#: rc.cpp:926 + #, no-c-format + msgid "Php executable path:" + msgstr "" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 10 +-#: rc.cpp:953 ++#: rc.cpp:929 + #, no-c-format + msgid "Port number" + msgstr "" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 15 +-#: rc.cpp:956 ++#: rc.cpp:932 + #, no-c-format + msgid "forward Port" + msgstr "" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 20 +-#: rc.cpp:959 ++#: rc.cpp:935 + #, no-c-format + msgid "Session time to live" + msgstr "" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 24 +-#: rc.cpp:962 ++#: rc.cpp:938 + #, fuzzy, no-c-format + msgid "interface skin" + msgstr "Options du fichier" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 28 +-#: rc.cpp:965 ++#: rc.cpp:941 + #, no-c-format + msgid "php executable path" + msgstr "" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 33 +-#: rc.cpp:968 ++#: rc.cpp:944 + #, no-c-format + msgid "username" + msgstr "" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 37 +-#: rc.cpp:971 ++#: rc.cpp:947 + #, no-c-format + msgid "password" + msgstr "" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 16 +-#: plugins/infowidget/infowidgetplugin.cpp:194 rc.cpp:974 rc.cpp:1046 ++#: plugins/infowidget/infowidgetplugin.cpp:194 rc.cpp:950 rc.cpp:1010 + #, fuzzy, no-c-format + msgid "Chunks" + msgstr "Morceau&x" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 43 +-#: rc.cpp:977 ++#: rc.cpp:953 + #, no-c-format + msgid "Total:" + msgstr "" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 81 +-#: rc.cpp:981 ++#: rc.cpp:956 + #, fuzzy, no-c-format + msgid "Currently downloading:" + msgstr "Morceaux en cours de téléchargement :" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 119 +-#: rc.cpp:985 ++#: rc.cpp:959 + #, fuzzy, no-c-format + msgid "Downloaded:" + msgstr "Téléchargé" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 157 +-#: rc.cpp:989 ++#: rc.cpp:962 + #, fuzzy, no-c-format + msgid "Excluded:" + msgstr "Morceaux téléchargés :" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 195 +-#: rc.cpp:993 ++#: rc.cpp:965 + #, no-c-format + msgid "Left:" + msgstr "" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 233 +-#: rc.cpp:997 ++#: rc.cpp:968 + #, fuzzy, no-c-format + msgid "Size:" + msgstr "Taille" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 280 +-#: rc.cpp:1001 ++#: rc.cpp:971 + #, no-c-format + msgid "Chunk" + msgstr "Morceau" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 291 +-#: rc.cpp:1004 ++#: rc.cpp:974 + #, no-c-format + msgid "Progress" + msgstr "Progression" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 302 +-#: rc.cpp:1007 ++#: rc.cpp:977 + #, no-c-format + msgid "Peer" + msgstr "Client" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 324 +-#: rc.cpp:1013 ++#: rc.cpp:983 + #, no-c-format + msgid "Assigned Peers" + msgstr "Clients connectés" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 63 +-#: rc.cpp:1022 ++#: rc.cpp:992 + #, fuzzy, no-c-format + msgid "Seeders:" + msgstr "Clients" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 71 +-#: rc.cpp:1025 ++#: rc.cpp:995 + #, no-c-format + msgid "Leechers:" + msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 129 +-#: rc.cpp:1030 ++#: rc.cpp:998 + #, fuzzy, no-c-format + msgid "Average Down Speed:" + msgstr "Vitesse de réception" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 177 +-#: rc.cpp:1035 ++#: rc.cpp:1001 + #, fuzzy, no-c-format + msgid "Average Up Speed:" + msgstr "Vitesse d'envoi" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 195 +-#: rc.cpp:1038 rc.cpp:1111 ++#: rc.cpp:1004 rc.cpp:1070 + #, no-c-format + msgid "Next update in:" + msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 203 +-#: rc.cpp:1041 ++#: rc.cpp:1007 + #, fuzzy, no-c-format + msgid "Tracker Status:" + msgstr "Pisteurs" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 332 +-#: rc.cpp:1049 ++#: rc.cpp:1013 + #, fuzzy, no-c-format + msgid "Parts of the torrent which have been downloaded:" + msgstr "Parties du fichier qui ont été téléchargées :" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 367 +-#: rc.cpp:1052 ++#: rc.cpp:1016 + #, fuzzy, no-c-format + msgid "Parts of the torrent which are available:" + msgstr "Parties du fichier qui ont été téléchargées :" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 457 +-#: rc.cpp:1055 ++#: rc.cpp:1019 + #, no-c-format + msgid "Sharing" + msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 487 +-#: rc.cpp:1058 ++#: rc.cpp:1022 + #, no-c-format + msgid "" + "Your upload will stop when share ratio gets to this value. Zero means no limit." + msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 525 +-#: rc.cpp:1064 ++#: rc.cpp:1028 + #, no-c-format + msgid "Your upload will stop when you have uploaded for this many hours." + msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 533 +-#: rc.cpp:1067 ++#: rc.cpp:1031 + #, no-c-format + msgid "Hours" + msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 543 +-#: rc.cpp:1070 ++#: rc.cpp:1034 + #, no-c-format + msgid "Ratio limit:" + msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 549 +-#: rc.cpp:1074 ++#: rc.cpp:1037 + #, no-c-format + msgid "Limit works only in seed mode" + msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 557 +-#: rc.cpp:1077 ++#: rc.cpp:1040 + #, no-c-format + msgid "Time &limit:" + msgstr "" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 37 +-#: rc.cpp:1081 ++#: rc.cpp:1043 + #, fuzzy, no-c-format + msgid "&Update Tracker" + msgstr "Pisteurs" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 40 +-#: rc.cpp:1084 ++#: rc.cpp:1046 + #, no-c-format + msgid "Minimum update interval - 60 seconds" + msgstr "" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 48 +-#: rc.cpp:1087 ++#: rc.cpp:1049 + #, fuzzy, no-c-format + msgid "Add Trac&ker" + msgstr "Pisteurs" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 64 +-#: rc.cpp:1090 ++#: rc.cpp:1052 + #, fuzzy, no-c-format + msgid "Remove Tracker" + msgstr "Pisteurs" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 75 +-#: rc.cpp:1094 ++#: rc.cpp:1055 + #, fuzzy, no-c-format + msgid "Ch&ange Tracker" + msgstr "Pisteurs" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 100 +-#: rc.cpp:1097 ++#: rc.cpp:1058 + #, no-c-format + msgid "Restore Defaults" + msgstr "" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 10 +-#: rc.cpp:1115 ++#: rc.cpp:1073 + #, no-c-format + msgid "Show peer view tab in main window" + msgstr "" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 14 +-#: rc.cpp:1118 ++#: rc.cpp:1076 + #, no-c-format + msgid "Show chunk download view tab in main window" + msgstr "" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 18 +-#: rc.cpp:1121 ++#: rc.cpp:1079 + #, no-c-format + msgid "Show trackers view tab in main window" + msgstr "" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 24 +-#: rc.cpp:1124 ++#: rc.cpp:1082 + #, no-c-format + msgid "Show list of peers" + msgstr "" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 35 +-#: rc.cpp:1128 ++#: rc.cpp:1085 + #, fuzzy, no-c-format + msgid "Show list of chunks currentl&y downloading" + msgstr "Morceaux en cours de téléchargement :" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 60 +-#: rc.cpp:1131 ++#: rc.cpp:1088 + #, no-c-format + msgid "Show list of trackers" + msgstr "" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 16 +-#: rc.cpp:1135 ++#: rc.cpp:1091 + #, fuzzy, no-c-format + msgid "IPBlocking Preferences" + msgstr "Préférences" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 47 +-#: rc.cpp:1138 ++#: rc.cpp:1094 + #, fuzzy, no-c-format + msgid "Select PeerGuardian Filter File " + msgstr "Fichiers Torrent (« *.torrent »)" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 58 +-#: rc.cpp:1141 ++#: rc.cpp:1097 + #, fuzzy, no-c-format + msgid "Use PeerGuardian filter?" + msgstr "Fichiers Torrent (« *.torrent »)" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 77 +-#: rc.cpp:1145 ++#: rc.cpp:1100 + #, no-c-format + msgid "IP filter file:" + msgstr "" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 85 +-#: rc.cpp:1148 ++#: rc.cpp:1103 + #, no-c-format + msgid "http://www.bluetack.co.uk/modules.php?name=Downloads&d_op=getit&lid=8" + msgstr "" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 123 +-#: rc.cpp:1151 ++#: rc.cpp:1106 + #, fuzzy, no-c-format + msgid "Dow&nload/Convert" + msgstr "Télécharger le torrent" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 134 +-#: rc.cpp:1154 ++#: rc.cpp:1109 + #, no-c-format + msgid "" + "Download PeerGuardian filter from bluetack.co.uk or blocklist.org.\n" +@@ -2840,25 +2840,25 @@ msgid "" + msgstr "" + + #. i18n: file ./plugins/ipfilter/ktipfilterplugin.kcfg line 10 +-#: rc.cpp:1159 ++#: rc.cpp:1113 + #, no-c-format + msgid "Level1 filter url" + msgstr "" + + #. i18n: file ./plugins/ipfilter/ktipfilterplugin.kcfg line 14 +-#: rc.cpp:1162 ++#: rc.cpp:1116 + #, no-c-format + msgid "Use level1 filter?" + msgstr "" + + #. i18n: file ./plugins/ipfilter/convert_dlg.ui line 24 +-#: plugins/ipfilter/convertdialog.cpp:155 rc.cpp:1165 ++#: plugins/ipfilter/convertdialog.cpp:155 rc.cpp:1119 + #, fuzzy, no-c-format + msgid "Converting..." + msgstr "Création de %1..." + + #. i18n: file ./plugins/ipfilter/convert_dlg.ui line 41 +-#: rc.cpp:1168 ++#: rc.cpp:1122 + #, no-c-format + msgid "" + "Click on the 'convert' button to start converting antip2p file. NOTE: This " +@@ -2867,61 +2867,61 @@ msgid "" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 27 +-#: rc.cpp:1179 ++#: rc.cpp:1131 + #, no-c-format + msgid "Update" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 46 +-#: rc.cpp:1182 rc.cpp:1268 ++#: rc.cpp:1134 rc.cpp:1220 + #, no-c-format + msgid "Update charts every" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 71 +-#: rc.cpp:1185 ++#: rc.cpp:1137 + #, no-c-format + msgid "GUI updates" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 92 +-#: rc.cpp:1188 rc.cpp:1271 ++#: rc.cpp:1140 rc.cpp:1223 + #, no-c-format + msgid "Gather data every" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 120 +-#: rc.cpp:1191 ++#: rc.cpp:1143 + #, no-c-format + msgid "miliseconds" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 135 +-#: rc.cpp:1194 ++#: rc.cpp:1146 + #, fuzzy, no-c-format + msgid "Maximum" + msgstr "Nombre maximum de téléchargements :" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 154 +-#: rc.cpp:1197 ++#: rc.cpp:1149 + #, fuzzy, no-c-format + msgid "Maximum speed scale mode:" + msgstr "Nombre maximum de téléchargements :" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 165 +-#: rc.cpp:1203 ++#: rc.cpp:1155 + #, no-c-format + msgid "Exact" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 175 +-#: rc.cpp:1206 ++#: rc.cpp:1158 + #, no-c-format + msgid "See 'What's this' for more help" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 180 +-#: rc.cpp:1209 ++#: rc.cpp:1161 + #, no-c-format + msgid "" + "Set maximum value on OY scale as:\n" +@@ -2930,847 +2930,847 @@ msgid "" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 192 +-#: rc.cpp:1214 rc.cpp:1247 ++#: rc.cpp:1166 rc.cpp:1199 + #, fuzzy, no-c-format + msgid "Peers speed" + msgstr "Clients" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 211 +-#: rc.cpp:1217 ++#: rc.cpp:1169 + #, fuzzy, no-c-format + msgid "Peers speed:" + msgstr "Client" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 222 +-#: rc.cpp:1220 ++#: rc.cpp:1172 + #, no-c-format + msgid "update every" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 244 +-#: rc.cpp:1223 ++#: rc.cpp:1175 + #, no-c-format + msgid "chart data updates" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 254 +-#: rc.cpp:1226 ++#: rc.cpp:1178 + #, no-c-format + msgid "Gathering data about many connected peers can be CPU consuming." + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 267 +-#: rc.cpp:1229 ++#: rc.cpp:1181 + #, no-c-format + msgid "Peers connections" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 270 +-#: rc.cpp:1232 ++#: rc.cpp:1184 + #, no-c-format + msgid "Large values can obscure charts of connected peers" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 289 +-#: rc.cpp:1235 ++#: rc.cpp:1187 + #, fuzzy, no-c-format + msgid "Show seeders in swarms" + msgstr "Afficher dans la &boîte à miniatures" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 297 +-#: rc.cpp:1238 ++#: rc.cpp:1190 + #, no-c-format + msgid "Show leechers in swarms" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 309 +-#: rc.cpp:1241 ++#: rc.cpp:1193 + #, no-c-format + msgid "Measurements count" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 392 +-#: rc.cpp:1250 rc.cpp:1265 ++#: rc.cpp:1202 rc.cpp:1217 + #, fuzzy, no-c-format + msgid "Upload" + msgstr "Envoyé" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 424 +-#: rc.cpp:1253 ++#: rc.cpp:1205 + #, no-c-format + msgid "Connections" + msgstr "" + + #. i18n: file ./plugins/stats/statsspdwgt.ui line 40 +-#: plugins/infowidget/infowidgetplugin.cpp:173 rc.cpp:1262 rc.cpp:1304 ++#: plugins/infowidget/infowidgetplugin.cpp:173 rc.cpp:1214 rc.cpp:1256 + #, no-c-format + msgid "Peers" + msgstr "Clients" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 18 +-#: rc.cpp:1274 ++#: rc.cpp:1226 + #, no-c-format + msgid "Toggle peers speed charts" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 22 +-#: rc.cpp:1277 ++#: rc.cpp:1229 + #, no-c-format + msgid "Interval between getting data about peers speed" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 26 +-#: rc.cpp:1280 ++#: rc.cpp:1232 + #, no-c-format + msgid "Toggle drawing of leechers in swarms" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 30 +-#: rc.cpp:1283 ++#: rc.cpp:1235 + #, no-c-format + msgid "Toggle drawing of seeders in swarms" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 35 +-#: rc.cpp:1286 ++#: rc.cpp:1238 + #, fuzzy, no-c-format + msgid "Download mesurments count" + msgstr "Télécharger le torrent" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 39 +-#: rc.cpp:1289 ++#: rc.cpp:1241 + #, no-c-format + msgid "Peers speed mesurments count" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 43 +-#: rc.cpp:1292 ++#: rc.cpp:1244 + #, no-c-format + msgid "Upload mesurments count" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 47 +-#: rc.cpp:1295 ++#: rc.cpp:1247 + #, no-c-format + msgid "Connections mesurments count" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 51 +-#: rc.cpp:1298 ++#: rc.cpp:1250 + #, no-c-format + msgid "DHT mesurments count" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 56 +-#: rc.cpp:1301 ++#: rc.cpp:1253 + #, no-c-format + msgid "OY axis max mode" + msgstr "" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 16 +-#: rc.cpp:1310 ++#: rc.cpp:1262 + #, no-c-format + msgid "Import an existing download" + msgstr "" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 49 +-#: rc.cpp:1313 ++#: rc.cpp:1265 + #, fuzzy, no-c-format + msgid "Torrent:" + msgstr "KTorrent" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 63 +-#: rc.cpp:1316 ++#: rc.cpp:1268 + #, no-c-format + msgid "Data:" + msgstr "" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 95 +-#: rc.cpp:1319 ++#: rc.cpp:1271 + #, no-c-format + msgid "" + "Please specify the torrent and the data already downloaded for that torrent." + msgstr "" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 133 +-#: rc.cpp:1322 ++#: rc.cpp:1274 + #, no-c-format + msgid "&Import" + msgstr "" + + #. i18n: file ./plugins/rssfeed/ktrssfeedplugin.kcfg line 10 +-#: rc.cpp:1328 ++#: rc.cpp:1280 + #, no-c-format + msgid "default" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 18 +-#: rc.cpp:1331 ++#: rc.cpp:1283 + #, no-c-format + msgid "Rss Feeds" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 36 +-#: rc.cpp:1334 ++#: rc.cpp:1286 + #, fuzzy, no-c-format + msgid "Feeds" + msgstr "Clients" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 78 +-#: rc.cpp:1337 ++#: rc.cpp:1289 + #, no-c-format + msgid "De&lete" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 86 +-#: rc.cpp:1340 rc.cpp:1382 rc.cpp:1392 ++#: rc.cpp:1292 rc.cpp:1331 rc.cpp:1340 + #, no-c-format + msgid "&New" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 117 +-#: rc.cpp:1343 ++#: rc.cpp:1295 + #, no-c-format + msgid "&URL" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 139 +-#: rc.cpp:1346 ++#: rc.cpp:1298 + #, no-c-format + msgid "Articles" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 216 +-#: rc.cpp:1353 ++#: rc.cpp:1304 + #, no-c-format + msgid "Auto&refresh" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 242 +-#: rc.cpp:1356 ++#: rc.cpp:1307 + #, no-c-format + msgid "I&gnore TTL" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 270 +-#: rc.cpp:1359 ++#: rc.cpp:1310 + #, no-c-format + msgid "Refresh" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 299 +-#: rc.cpp:1363 rc.cpp:1395 ++#: rc.cpp:1313 rc.cpp:1343 + #, no-c-format + msgid "&Title" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 323 +-#: rc.cpp:1366 ++#: rc.cpp:1316 + #, no-c-format + msgid "Keep Articles (days)" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 347 +-#: rc.cpp:1369 rc.cpp:1398 ++#: rc.cpp:1319 rc.cpp:1346 + #, no-c-format + msgid "&Active" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 362 +-#: rc.cpp:1372 ++#: rc.cpp:1322 + #, fuzzy, no-c-format + msgid "Filters" + msgstr "Préférences" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 389 +-#: rc.cpp:1375 ++#: rc.cpp:1325 + #, no-c-format + msgid "Accept Filters" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 440 +-#: rc.cpp:1385 ++#: rc.cpp:1334 + #, no-c-format + msgid "Reject Filters" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 557 +-#: rc.cpp:1401 ++#: rc.cpp:1349 + #, no-c-format + msgid "Regular Expressions" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 587 +-#: rc.cpp:1404 ++#: rc.cpp:1352 + #, no-c-format + msgid "Treat as &Series" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 624 +-#: rc.cpp:1407 ++#: rc.cpp:1355 + #, fuzzy, no-c-format + msgid "Process" + msgstr "Progression" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 643 +-#: rc.cpp:1411 ++#: rc.cpp:1358 + #, no-c-format + msgid "Series Criteria" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 679 +-#: rc.cpp:1414 ++#: rc.cpp:1361 + #, no-c-format + msgid "Match Without Episode" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 713 +-#: rc.cpp:1418 ++#: rc.cpp:1364 + #, no-c-format + msgid "Max Episode" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 739 +-#: rc.cpp:1421 ++#: rc.cpp:1367 + #, no-c-format + msgid "Max Season" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 758 +-#: rc.cpp:1424 ++#: rc.cpp:1370 + #, no-c-format + msgid "Min Season" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 782 +-#: rc.cpp:1427 ++#: rc.cpp:1373 + #, no-c-format + msgid "Min Episode" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 814 +-#: rc.cpp:1430 ++#: rc.cpp:1376 + #, no-c-format + msgid "Test te&xt" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 840 +-#: rc.cpp:1433 ++#: rc.cpp:1379 + #, no-c-format + msgid "Te&st" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 858 +-#: rc.cpp:1436 ++#: rc.cpp:1382 + #, no-c-format + msgid "Filter Matches" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 28 +-#: rc.cpp:1447 ++#: rc.cpp:1391 + #, no-c-format + msgid "Bandwidth scheduler" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 50 +-#: rc.cpp:1450 ++#: rc.cpp:1394 + #, no-c-format + msgid "Left click category" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 61 +-#: rc.cpp:1453 ++#: rc.cpp:1397 + #, no-c-format + msgid "Categor&y 1" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 157 +-#: rc.cpp:1456 rc.cpp:1483 ++#: rc.cpp:1400 rc.cpp:1427 + #, no-c-format + msgid "T&urn off" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 165 +-#: rc.cpp:1459 rc.cpp:1486 ++#: rc.cpp:1403 rc.cpp:1430 + #, no-c-format + msgid "&Normal" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 195 +-#: rc.cpp:1462 ++#: rc.cpp:1406 + #, no-c-format + msgid "Category &3" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 206 +-#: rc.cpp:1468 rc.cpp:1492 ++#: rc.cpp:1412 rc.cpp:1436 + #, no-c-format + msgid "Category &2" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 219 +-#: rc.cpp:1474 ++#: rc.cpp:1418 + #, no-c-format + msgid "Right click category" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 230 +-#: rc.cpp:1477 ++#: rc.cpp:1421 + #, no-c-format + msgid "Category &1" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 367 +-#: rc.cpp:1489 ++#: rc.cpp:1433 + #, no-c-format + msgid "&Category 3" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 390 +-#: rc.cpp:1498 ++#: rc.cpp:1442 + #, no-c-format + msgid "Categories" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 401 +-#: rc.cpp:1501 ++#: rc.cpp:1445 + #, no-c-format + msgid "1. Category" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 409 +-#: rc.cpp:1504 ++#: rc.cpp:1448 + #, no-c-format + msgid "3. Category" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 425 +-#: rc.cpp:1507 rc.cpp:1516 rc.cpp:1525 ++#: rc.cpp:1451 rc.cpp:1460 rc.cpp:1469 + #, fuzzy, no-c-format + msgid "download:" + msgstr "Télécharger" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 441 +-#: rc.cpp:1510 rc.cpp:1519 rc.cpp:1528 ++#: rc.cpp:1454 rc.cpp:1463 rc.cpp:1472 + #, fuzzy, no-c-format + msgid "upload:" + msgstr "Envoyé" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 457 +-#: rc.cpp:1513 rc.cpp:1522 rc.cpp:1531 ++#: rc.cpp:1457 rc.cpp:1466 rc.cpp:1475 + #, no-c-format + msgid "KB/s *" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 567 +-#: rc.cpp:1534 ++#: rc.cpp:1478 + #, no-c-format + msgid "2. Category" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 626 +-#: rc.cpp:1538 ++#: rc.cpp:1481 + #, fuzzy, no-c-format + msgid "* zero means no limit" + msgstr "(0 pour illimité)" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 672 +-#: rc.cpp:1541 ++#: rc.cpp:1484 + #, no-c-format + msgid "Save to file" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 680 +-#: rc.cpp:1544 ++#: rc.cpp:1487 + #, no-c-format + msgid "&Load from file" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 688 +-#: rc.cpp:1547 ++#: rc.cpp:1490 + #, no-c-format + msgid "Reset schedule" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 751 +-#: rc.cpp:1550 ++#: rc.cpp:1493 + #, no-c-format + msgid "O&k" + msgstr "" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 16 +-#: rc.cpp:1559 ++#: rc.cpp:1502 + #, no-c-format + msgid "Scheduler Plugin Pref Page" + msgstr "" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 27 +-#: rc.cpp:1562 ++#: rc.cpp:1505 + #, no-c-format + msgid "Use &bandwidth scheduler?" + msgstr "" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 35 +-#: plugins/scheduler/schedulerplugin.cpp:59 rc.cpp:1565 ++#: plugins/scheduler/schedulerplugin.cpp:59 rc.cpp:1508 + #, no-c-format + msgid "Bandwidth Scheduler" + msgstr "" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 46 +-#: rc.cpp:1568 ++#: rc.cpp:1511 + #, no-c-format + msgid "Use colors instead of pi&xmaps?" + msgstr "" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 54 +-#: rc.cpp:1571 ++#: rc.cpp:1514 + #, no-c-format + msgid "(Recommended for slower systems)" + msgstr "" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 62 +-#: rc.cpp:1574 ++#: rc.cpp:1517 + #, no-c-format + msgid "Edit s&chedule" + msgstr "" + + #. i18n: file ./plugins/scheduler/ktschedulerplugin.kcfg line 10 +-#: rc.cpp:1577 ++#: rc.cpp:1520 + #, no-c-format + msgid "Enable bandwidth scheduler?" + msgstr "" + + #. i18n: file ./plugins/scheduler/ktschedulerplugin.kcfg line 14 +-#: rc.cpp:1580 ++#: rc.cpp:1523 + #, no-c-format + msgid "Use colors instead of pixmaps?" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 10 +-#: rc.cpp:1583 ++#: rc.cpp:1526 + #, no-c-format + msgid "Use rich log text" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 15 +-#: rc.cpp:1586 ++#: rc.cpp:1529 + #, no-c-format + msgid "General info messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 19 +-#: rc.cpp:1589 ++#: rc.cpp:1532 + #, no-c-format + msgid "Connections messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 23 +-#: rc.cpp:1592 ++#: rc.cpp:1535 + #, no-c-format + msgid "DHT messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 27 +-#: rc.cpp:1595 ++#: rc.cpp:1538 + #, no-c-format + msgid "Tracker info messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 31 +-#: rc.cpp:1598 ++#: rc.cpp:1541 + #, fuzzy, no-c-format + msgid "Disk IO info messages flag" + msgstr "Options du fichier" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 35 +-#: rc.cpp:1601 ++#: rc.cpp:1544 + #, no-c-format + msgid "IPFilter plugin messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 39 +-#: rc.cpp:1604 ++#: rc.cpp:1547 + #, no-c-format + msgid "Search plugin messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 43 +-#: rc.cpp:1607 ++#: rc.cpp:1550 + #, no-c-format + msgid "PartFileImport plugin messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 47 +-#: rc.cpp:1610 ++#: rc.cpp:1553 + #, no-c-format + msgid "InfoWidget plugin messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 51 +-#: rc.cpp:1613 ++#: rc.cpp:1556 + #, no-c-format + msgid "UPnP plugin messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 55 +-#: rc.cpp:1616 ++#: rc.cpp:1559 + #, fuzzy, no-c-format + msgid "ScanFolder plugin messages flag" + msgstr "Options du fichier" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 59 +-#: rc.cpp:1619 ++#: rc.cpp:1562 + #, fuzzy, no-c-format + msgid "Scheduler plugin messages flag" + msgstr "Options du fichier" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 63 +-#: rc.cpp:1622 ++#: rc.cpp:1565 + #, fuzzy, no-c-format + msgid "RSS plugin messages flag" + msgstr "Options du fichier" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 67 +-#: rc.cpp:1625 ++#: rc.cpp:1568 + #, fuzzy, no-c-format + msgid "WebInterface plugin messages flag" + msgstr "Options du fichier" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 16 +-#: plugins/logviewer/logprefpage.cpp:31 rc.cpp:1628 ++#: plugins/logviewer/logprefpage.cpp:31 rc.cpp:1571 + #, fuzzy, no-c-format + msgid "LogViewer Options" + msgstr "Options du fichier" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 44 +-#: libktorrent/pluginmanagerprefpage.cpp:63 rc.cpp:1631 ++#: libktorrent/pluginmanagerprefpage.cpp:63 rc.cpp:1574 + #, no-c-format + msgid "Plugins" + msgstr "" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 53 +-#: rc.cpp:1634 rc.cpp:1652 rc.cpp:1670 rc.cpp:1691 rc.cpp:1706 rc.cpp:1724 +-#: rc.cpp:1745 rc.cpp:1763 rc.cpp:1778 rc.cpp:1811 rc.cpp:1826 rc.cpp:1841 +-#: rc.cpp:1859 rc.cpp:1874 ++#: rc.cpp:1577 rc.cpp:1595 rc.cpp:1613 rc.cpp:1634 rc.cpp:1649 rc.cpp:1667 ++#: rc.cpp:1688 rc.cpp:1706 rc.cpp:1721 rc.cpp:1754 rc.cpp:1769 rc.cpp:1784 ++#: rc.cpp:1802 rc.cpp:1817 + #, no-c-format + msgid "All" + msgstr "" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 58 +-#: rc.cpp:1637 rc.cpp:1655 rc.cpp:1673 rc.cpp:1694 rc.cpp:1709 rc.cpp:1727 +-#: rc.cpp:1748 rc.cpp:1766 rc.cpp:1781 rc.cpp:1814 rc.cpp:1829 rc.cpp:1844 +-#: rc.cpp:1862 rc.cpp:1877 ++#: rc.cpp:1580 rc.cpp:1598 rc.cpp:1616 rc.cpp:1637 rc.cpp:1652 rc.cpp:1670 ++#: rc.cpp:1691 rc.cpp:1709 rc.cpp:1724 rc.cpp:1757 rc.cpp:1772 rc.cpp:1787 ++#: rc.cpp:1805 rc.cpp:1820 + #, fuzzy, no-c-format + msgid "Debug" + msgstr "Mode de débogage" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 63 +-#: rc.cpp:1640 rc.cpp:1658 rc.cpp:1676 rc.cpp:1697 rc.cpp:1712 rc.cpp:1730 +-#: rc.cpp:1751 rc.cpp:1769 rc.cpp:1784 rc.cpp:1817 rc.cpp:1832 rc.cpp:1847 +-#: rc.cpp:1865 rc.cpp:1880 ++#: rc.cpp:1583 rc.cpp:1601 rc.cpp:1619 rc.cpp:1640 rc.cpp:1655 rc.cpp:1673 ++#: rc.cpp:1694 rc.cpp:1712 rc.cpp:1727 rc.cpp:1760 rc.cpp:1775 rc.cpp:1790 ++#: rc.cpp:1808 rc.cpp:1823 + #, no-c-format + msgid "Notice" + msgstr "" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 68 +-#: rc.cpp:1643 rc.cpp:1661 rc.cpp:1679 rc.cpp:1700 rc.cpp:1715 rc.cpp:1733 +-#: rc.cpp:1754 rc.cpp:1772 rc.cpp:1787 rc.cpp:1820 rc.cpp:1835 rc.cpp:1850 +-#: rc.cpp:1868 rc.cpp:1883 ++#: rc.cpp:1586 rc.cpp:1604 rc.cpp:1622 rc.cpp:1643 rc.cpp:1658 rc.cpp:1676 ++#: rc.cpp:1697 rc.cpp:1715 rc.cpp:1730 rc.cpp:1763 rc.cpp:1778 rc.cpp:1793 ++#: rc.cpp:1811 rc.cpp:1826 + #, no-c-format + msgid "Important" + msgstr "" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 73 +-#: rc.cpp:1646 rc.cpp:1664 rc.cpp:1682 rc.cpp:1703 rc.cpp:1718 rc.cpp:1736 +-#: rc.cpp:1757 rc.cpp:1775 rc.cpp:1790 rc.cpp:1823 rc.cpp:1838 rc.cpp:1853 +-#: rc.cpp:1871 rc.cpp:1886 ++#: rc.cpp:1589 rc.cpp:1607 rc.cpp:1625 rc.cpp:1646 rc.cpp:1661 rc.cpp:1679 ++#: rc.cpp:1700 rc.cpp:1718 rc.cpp:1733 rc.cpp:1766 rc.cpp:1781 rc.cpp:1796 ++#: rc.cpp:1814 rc.cpp:1829 + #, no-c-format + msgid "None" + msgstr "" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 85 +-#: rc.cpp:1649 ++#: rc.cpp:1592 + #, fuzzy, no-c-format + msgid "IPFilter:" + msgstr "Préférences" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 126 +-#: rc.cpp:1667 ++#: rc.cpp:1610 + #, fuzzy, no-c-format + msgid "Search:" + msgstr "Chercher" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 167 +-#: rc.cpp:1685 ++#: rc.cpp:1628 + #, no-c-format + msgid "UPnP:" + msgstr "" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 178 +-#: rc.cpp:1688 ++#: rc.cpp:1631 + #, fuzzy, no-c-format + msgid "ScanFolder:" + msgstr "Options du fichier" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 249 +-#: rc.cpp:1721 ++#: rc.cpp:1664 + #, fuzzy, no-c-format + msgid "Scheduler:" + msgstr "Clients" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 290 +-#: rc.cpp:1739 ++#: rc.cpp:1682 + #, no-c-format + msgid "PartFileImport:" + msgstr "" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 301 +-#: rc.cpp:1742 ++#: rc.cpp:1685 + #, no-c-format + msgid "InfoWidget:" + msgstr "" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 342 +-#: rc.cpp:1760 ++#: rc.cpp:1703 + #, no-c-format + msgid "RSS plugin:" + msgstr "" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 413 +-#: rc.cpp:1793 ++#: rc.cpp:1736 + #, fuzzy, no-c-format + msgid "WebInterface plugin:" + msgstr "Options du fichier" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 426 +-#: rc.cpp:1796 ++#: rc.cpp:1739 + #, no-c-format + msgid "System" + msgstr "" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 437 +-#: rc.cpp:1799 ++#: rc.cpp:1742 + #, fuzzy, no-c-format + msgid "General:" + msgstr "Options du fichier" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 445 +-#: rc.cpp:1802 ++#: rc.cpp:1745 + #, no-c-format + msgid "Connections:" + msgstr "" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 559 +-#: rc.cpp:1856 ++#: rc.cpp:1799 + #, no-c-format + msgid "Disk I/O:" + msgstr "" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 640 +-#: rc.cpp:1892 ++#: rc.cpp:1835 + #, no-c-format + msgid "Use rich te&xt for log" + msgstr "" + + #. i18n: file ./plugins/search/searchpref.ui line 41 +-#: rc.cpp:1898 ++#: rc.cpp:1841 + #, no-c-format + msgid "External Browser" + msgstr "" + + #. i18n: file ./plugins/search/searchpref.ui line 52 +-#: rc.cpp:1901 ++#: rc.cpp:1844 + #, no-c-format + msgid "Open searches in external browser" + msgstr "" + + #. i18n: file ./plugins/search/searchpref.ui line 60 +-#: rc.cpp:1904 rc.cpp:1955 ++#: rc.cpp:1847 rc.cpp:1892 + #, no-c-format + msgid "Use default browser" + msgstr "" + + #. i18n: file ./plugins/search/searchpref.ui line 79 +-#: rc.cpp:1908 ++#: rc.cpp:1850 + #, no-c-format + msgid "Custom browser path:" + msgstr "" + + #. i18n: file ./plugins/search/searchpref.ui line 116 +-#: rc.cpp:1912 ++#: rc.cpp:1853 + #, fuzzy, no-c-format + msgid "Search Engines" + msgstr "Moteur de recherche :" + + #. i18n: file ./plugins/search/searchpref.ui line 143 +-#: rc.cpp:1916 ++#: rc.cpp:1856 + #, fuzzy, no-c-format + msgid "Search engine name:" + msgstr "Moteur de recherche :" + + #. i18n: file ./plugins/search/searchpref.ui line 187 +-#: rc.cpp:1922 ++#: rc.cpp:1862 + #, no-c-format + msgid "&Add" + msgstr "" + + #. i18n: file ./plugins/search/searchpref.ui line 195 +-#: rc.cpp:1925 ++#: rc.cpp:1865 + #, no-c-format + msgid "Engines" + msgstr "" + + #. i18n: file ./plugins/search/searchpref.ui line 206 +-#: rc.cpp:1928 ++#: rc.cpp:1868 + #, no-c-format + msgid "URL" + msgstr "" + + #. i18n: file ./plugins/search/searchpref.ui line 257 +-#: rc.cpp:1934 ++#: rc.cpp:1874 + #, no-c-format + msgid "R&emove All" + msgstr "" + + #. i18n: file ./plugins/search/searchpref.ui line 282 +-#: rc.cpp:1937 ++#: rc.cpp:1877 + #, no-c-format + msgid "Add Defau<" + msgstr "" + + #. i18n: file ./plugins/search/searchpref.ui line 290 +-#: rc.cpp:1940 ++#: rc.cpp:1880 + #, no-c-format + msgid "Update From Internet" + msgstr "" + + #. i18n: file ./plugins/search/searchbar.ui line 53 + #: plugins/search/searchplugin.cpp:50 plugins/search/searchtab.cpp:48 +-#: rc.cpp:1946 ++#: rc.cpp:1883 + #, no-c-format + msgid "Search" + msgstr "Chercher" + + #. i18n: file ./plugins/search/searchbar.ui line 78 +-#: rc.cpp:1949 ++#: rc.cpp:1886 + #, no-c-format + msgid "Search engine:" + msgstr "Moteur de recherche :" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 10 +-#: rc.cpp:1952 ++#: rc.cpp:1889 + #, no-c-format + msgid "Current search engine" + msgstr "Moteur de recherche actuel" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 19 +-#: rc.cpp:1958 ++#: rc.cpp:1895 + #, no-c-format + msgid "Use custom browser" + msgstr "" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 23 +-#: rc.cpp:1961 ++#: rc.cpp:1898 + #, no-c-format + msgid "Custom browser executable path" + msgstr "" +@@ -4071,34 +4071,34 @@ msgstr "" + msgid "Stopped. No space left on device." + msgstr "" + +-#: libktorrent/torrent/queuemanager.cpp:135 ++#: libktorrent/torrent/queuemanager.cpp:136 + msgid "" + "You don't have enough disk space to download this torrent. Are you sure you " + "want to continue?" + msgstr "" + +-#: libktorrent/torrent/queuemanager.cpp:135 ++#: libktorrent/torrent/queuemanager.cpp:136 + #, c-format + msgid "Insufficient disk space for %1" + msgstr "" + +-#: libktorrent/torrent/queuemanager.cpp:157 ++#: libktorrent/torrent/queuemanager.cpp:158 + msgid "" + "Torrent \"%1\" has reached its maximum share ratio. Ignore the limit and start " + "seeding anyway?" + msgstr "" + +-#: libktorrent/torrent/queuemanager.cpp:157 ++#: libktorrent/torrent/queuemanager.cpp:158 + msgid "Maximum share ratio limit reached." + msgstr "" + +-#: libktorrent/torrent/queuemanager.cpp:236 +-#: libktorrent/torrent/queuemanager.cpp:760 ++#: libktorrent/torrent/queuemanager.cpp:237 ++#: libktorrent/torrent/queuemanager.cpp:763 + #, fuzzy + msgid "Error stopping torrent %1 : %2" + msgstr "Impossible d'ouvrir le fichier « %1 » : %2" + +-#: libktorrent/torrent/queuemanager.cpp:742 ++#: libktorrent/torrent/queuemanager.cpp:745 + #, fuzzy + msgid "Error starting torrent %1 : %2" + msgstr "Impossible d'ouvrir le fichier « %1 » : %2" +diff --git a/translations/gl/messages/ktorrent.po b/translations/gl/messages/ktorrent.po +index 37f784f..bc50afa 100644 +--- a/translations/gl/messages/ktorrent.po ++++ b/translations/gl/messages/ktorrent.po +@@ -4,7 +4,7 @@ + msgid "" + msgstr "" + "Project-Id-Version: ktorrent\n" +-"POT-Creation-Date: 2008-04-18 19:40+0200\n" ++"POT-Creation-Date: 2008-07-08 22:20+0200\n" + "PO-Revision-Date: 2006-09-02 12:55+0200\n" + "Last-Translator: mvillarino \n" + "Language-Team: Galician \n" +@@ -18,7 +18,7 @@ msgid "No incoming connections (possibly firewalled)" + msgstr "" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 42 +-#: apps/ktorrent/ktorrent.cpp:184 rc.cpp:345 rc.cpp:383 rc.cpp:1019 ++#: apps/ktorrent/ktorrent.cpp:184 rc.cpp:336 rc.cpp:369 rc.cpp:989 + #, no-c-format + msgid "Info" + msgstr "Informazón" +@@ -191,7 +191,7 @@ msgstr "URL Non válido." + #. i18n: file ./apps/ktorrent/ktorrentui.rc line 9 + #: apps/ktorrent/groups/downloadgroup.cpp:27 + #: apps/ktorrent/groups/groupmanager.h:57 apps/ktorrent/pref.cpp:147 +-#: apps/ktorrent/viewmanager.cpp:62 rc.cpp:138 rc.cpp:342 ++#: apps/ktorrent/viewmanager.cpp:62 rc.cpp:132 rc.cpp:333 + #, no-c-format + msgid "Downloads" + msgstr "Recepzóns" +@@ -317,7 +317,7 @@ msgid "Document to open" + msgstr "O documento a abrir" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 59 +-#: apps/ktorrent/main.cpp:120 rc.cpp:553 ++#: apps/ktorrent/main.cpp:120 rc.cpp:532 + #, no-c-format + msgid "KTorrent" + msgstr "KTorrent" +@@ -604,7 +604,7 @@ msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 85 + #: apps/ktorrent/ktorrentviewmenu.cpp:66 plugins/infowidget/peerview.cpp:221 +-#: rc.cpp:77 rc.cpp:1256 rc.cpp:1307 ++#: rc.cpp:75 rc.cpp:1208 rc.cpp:1259 + #, no-c-format + msgid "DHT" + msgstr "DHT" +@@ -648,7 +648,7 @@ msgid "Add to Group" + msgstr "Engadir ao Grupo" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 16 +-#: apps/ktorrent/ktorrentviewmenu.cpp:100 rc.cpp:147 ++#: apps/ktorrent/ktorrentviewmenu.cpp:100 rc.cpp:141 + #, fuzzy, no-c-format + msgid "Speed Limits" + msgstr "Limite de velocidade en KB/s" +@@ -667,7 +667,7 @@ msgid "Malformed IP address." + msgstr "Enderezo IP do parceiro" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 311 +-#: apps/ktorrent/pref.cpp:58 rc.cpp:282 ++#: apps/ktorrent/pref.cpp:58 rc.cpp:273 + #, no-c-format + msgid "Preferences" + msgstr "Preferéncias" +@@ -704,7 +704,7 @@ msgid "Advanced" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 27 +-#: apps/ktorrent/pref.cpp:411 rc.cpp:540 ++#: apps/ktorrent/pref.cpp:411 rc.cpp:519 + #, fuzzy, no-c-format + msgid "Advanced Options" + msgstr "Opzóns da Pesquisa en Cartafoles" +@@ -715,7 +715,7 @@ msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 16 + #: apps/ktorrent/ktorrentview.cpp:135 +-#: plugins/infowidget/infowidgetplugin.cpp:76 rc.cpp:1016 ++#: plugins/infowidget/infowidgetplugin.cpp:76 rc.cpp:986 + #, no-c-format + msgid "Status" + msgstr "Estado" +@@ -737,7 +737,7 @@ msgstr "Enviado" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 313 + #: apps/ktorrent/ktorrentview.cpp:139 plugins/infowidget/peerview.cpp:216 +-#: rc.cpp:1010 ++#: rc.cpp:980 + #, no-c-format + msgid "Down Speed" + msgstr "Veloc. Recepzón" +@@ -872,7 +872,7 @@ msgid "User" + msgstr "Usuário" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 24 +-#: apps/ktorrent/queuedialog.cpp:75 rc.cpp:249 ++#: apps/ktorrent/queuedialog.cpp:75 rc.cpp:240 + #, no-c-format + msgid "Queue Manager" + msgstr "Xestor da Cola" +@@ -1095,8 +1095,8 @@ msgid "Start torrent" + msgstr "Comezar a comparti&r o torrente" + + #. i18n: file ./apps/ktorrent/fileselectdlgbase.ui line 160 +-#: plugins/infowidget/fileview.cpp:49 rc.cpp:27 rc.cpp:1244 rc.cpp:1259 +-#: rc.cpp:1349 rc.cpp:1439 ++#: plugins/infowidget/fileview.cpp:49 rc.cpp:27 rc.cpp:1196 rc.cpp:1211 ++#: rc.cpp:1301 rc.cpp:1385 + #, no-c-format + msgid "Download" + msgstr "Obter" +@@ -1150,13 +1150,13 @@ msgid "Encryption" + msgstr "Cifraxe" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 58 +-#: rc.cpp:64 rc.cpp:787 ++#: rc.cpp:63 rc.cpp:764 + #, no-c-format + msgid "Use protocol encryption" + msgstr "Usar a cifraxe do protocolo" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 64 +-#: rc.cpp:68 ++#: rc.cpp:66 + #, no-c-format + msgid "" + "Protocol encryption is used to prevent ISP's from slowing down bittorrent " +@@ -1164,13 +1164,13 @@ msgid "" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 72 +-#: rc.cpp:71 rc.cpp:790 ++#: rc.cpp:69 rc.cpp:767 + #, no-c-format + msgid "Allow unencrypted connections" + msgstr "Permitir conexóns non-cifradas" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 75 +-#: rc.cpp:74 ++#: rc.cpp:72 + #, no-c-format + msgid "" + "If unchecked, you'll be able to connect only to clients supporting encryption." +@@ -1179,7 +1179,7 @@ msgstr "" + "a cifraxe." + + #. i18n: file ./apps/ktorrent/generalpref.ui line 88 +-#: rc.cpp:80 ++#: rc.cpp:78 + #, no-c-format + msgid "" + "Distributed Hash Table protocol." +@@ -1191,169 +1191,169 @@ msgstr "" + "manual para máis informazóns." + + #. i18n: file ./apps/ktorrent/generalpref.ui line 99 +-#: rc.cpp:83 ++#: rc.cpp:81 + #, no-c-format + msgid "&Use DHT to get additional peers" + msgstr "&Usar DHT para obter mais parceiros" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 118 +-#: rc.cpp:87 ++#: rc.cpp:84 + #, no-c-format + msgid "UDP port for DHT communication:" + msgstr "Porto de UDP para a comunicazón do DHT:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 161 +-#: rc.cpp:90 ++#: rc.cpp:87 + #, no-c-format + msgid "Custom IP" + msgstr "IP Personalizado" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 172 +-#: rc.cpp:93 ++#: rc.cpp:90 + #, fuzzy, no-c-format + msgid "Se&nd the tracker a custom IP address or hostname" + msgstr "Enviar ao localizador un IP o&u nome de máquina personalizado" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 188 +-#: rc.cpp:96 ++#: rc.cpp:93 + #, fuzzy, no-c-format + msgid "Custom IP address or hostname:" + msgstr "IP ou nome de máquina personalizado:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 205 +-#: rc.cpp:99 ++#: rc.cpp:96 + #, fuzzy, no-c-format + msgid "System Tray Icon" + msgstr "Mostrar o ícone na bande&xa do sistema" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 216 +-#: rc.cpp:102 ++#: rc.cpp:99 + #, no-c-format + msgid "Show s&ystem tray icon" + msgstr "Mostrar o ícone na bande&xa do sistema" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 224 +-#: rc.cpp:105 ++#: rc.cpp:102 + #, fuzzy, no-c-format + msgid "Show speed &bar in tray icon" + msgstr "Mostrar o ícone na bande&xa do sistema" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 232 +-#: rc.cpp:108 ++#: rc.cpp:105 + #, fuzzy, no-c-format + msgid "Show system tray popup messages" + msgstr "Mostrar o ícone na bande&xa do sistema" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 251 +-#: rc.cpp:112 ++#: rc.cpp:108 + #, no-c-format + msgid "Upload bandwidth (in KB/sec):" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 276 +-#: rc.cpp:115 ++#: rc.cpp:111 + #, no-c-format + msgid "Download bandwidth (in KB/sec):" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 305 +-#: rc.cpp:118 ++#: rc.cpp:114 + #, no-c-format + msgid "Folders" + msgstr "Cartafoles" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 324 +-#: rc.cpp:121 ++#: rc.cpp:117 + #, no-c-format + msgid "Folder to store temporary files:" + msgstr "Cartafol onde guardar os ficheiros temporáis:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 342 +-#: rc.cpp:124 ++#: rc.cpp:120 + #, fuzzy, no-c-format + msgid "Move completed downloads to:" + msgstr "Non obté-los" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 353 +-#: rc.cpp:128 ++#: rc.cpp:123 + #, no-c-format + msgid "&Automatically save downloads to:" + msgstr "Guardar &automaticamente os ficheiros obtidos en:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 395 +-#: rc.cpp:131 ++#: rc.cpp:126 + #, fuzzy, no-c-format + msgid "Copy .torrent files to:" + msgstr "torrentes" + + #. i18n: file ./apps/ktorrent/ktorrentui.rc line 34 +-#: rc.cpp:144 ++#: rc.cpp:138 + #, no-c-format + msgid "Download Toolbar" + msgstr "Barra de Transferéncias" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 27 +-#: rc.cpp:150 ++#: rc.cpp:144 + #, fuzzy, no-c-format + msgid "Set the speed limits for torrent" + msgstr "Comezar a comparti&r o torrente" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 51 +-#: rc.cpp:153 ++#: rc.cpp:147 + #, fuzzy, no-c-format + msgid "Max upload rate:" + msgstr "Taxa máxima de envio:" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 59 +-#: rc.cpp:156 ++#: rc.cpp:150 + #, fuzzy, no-c-format + msgid "Max download rate:" + msgstr "Taxa máxima de obtenzón:" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 97 +-#: rc.cpp:159 rc.cpp:162 ++#: rc.cpp:153 rc.cpp:156 + #, fuzzy, no-c-format + msgid "KB/s (0 is no limit)" + msgstr "KB/s (0 é ilimitado)" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 16 +-#: rc.cpp:171 ++#: rc.cpp:165 + #, no-c-format + msgid "Add potential peer" + msgstr "" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 35 +-#: rc.cpp:174 ++#: rc.cpp:168 + #, fuzzy, no-c-format + msgid "Peer IP:" + msgstr "Parceiro" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 43 +-#: rc.cpp:177 rc.cpp:208 ++#: rc.cpp:171 rc.cpp:201 + #, no-c-format + msgid "127.0.0.1" + msgstr "127.0.0.1" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 51 +-#: rc.cpp:180 rc.cpp:288 rc.cpp:525 rc.cpp:931 ++#: rc.cpp:174 rc.cpp:279 rc.cpp:504 rc.cpp:908 + #, no-c-format + msgid "Port:" + msgstr "Porto:" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 100 +-#: rc.cpp:183 ++#: rc.cpp:177 + #, no-c-format + msgid "Enter peer IP and port." + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 16 +-#: rc.cpp:193 ++#: rc.cpp:186 + #, no-c-format + msgid "KTorrent Blacklist" + msgstr "Lista Negra de KTorrent" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 30 +-#: rc.cpp:196 ++#: rc.cpp:189 + #, no-c-format + msgid "" + "Note: Blacklist applies to current session only. Use save/open to save your " +@@ -1363,55 +1363,55 @@ msgstr "" + "guardar as entradas ou use a extensión de Filtro de IPs (PeerGuardian)." + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 41 +-#: rc.cpp:199 ++#: rc.cpp:192 + #, no-c-format + msgid "Banned Peers" + msgstr "Parceiros Rexeitados" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 50 +-#: rc.cpp:202 ++#: rc.cpp:195 + #, no-c-format + msgid "Peer IP address" + msgstr "Enderezo IP do parceiro" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 96 +-#: rc.cpp:205 ++#: rc.cpp:198 + #, no-c-format + msgid "Add peer:" + msgstr "Engadir parceiro:" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 134 +-#: rc.cpp:215 ++#: rc.cpp:207 + #, no-c-format + msgid "Adds a peer to blacklist" + msgstr "Engade un parceiro á lista-negra" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 168 +-#: rc.cpp:222 ++#: rc.cpp:213 + #, no-c-format + msgid "Removes selected peer from blacklist" + msgstr "Borra o parceiro actual da lista-negra" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 176 +-#: rc.cpp:225 ++#: rc.cpp:216 + #, no-c-format + msgid "C&lear" + msgstr "&Limpar" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 182 +-#: rc.cpp:228 ++#: rc.cpp:219 + #, no-c-format + msgid "Clears this list" + msgstr "Valeira esta lista" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 218 +-#: rc.cpp:234 ++#: rc.cpp:225 + #, no-c-format + msgid "Save &As..." + msgstr "Guardar &Como..." + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 224 +-#: rc.cpp:237 ++#: rc.cpp:228 + #, no-c-format + msgid "Save this blacklist to use with KTorrent IPFilter plugin" + msgstr "" +@@ -1419,133 +1419,133 @@ msgstr "" + "KTorrent" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 59 +-#: rc.cpp:252 ++#: rc.cpp:243 + #, no-c-format + msgid "Maximum downloads:" + msgstr "Máximo de transferéncias:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 86 +-#: rc.cpp:255 ++#: rc.cpp:246 + #, no-c-format + msgid "Maximum seeds:" + msgstr "Máximo de fontes:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 94 +-#: rc.cpp:258 ++#: rc.cpp:249 + #, no-c-format + msgid "Start download on low disk space :" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 102 +-#: rc.cpp:261 ++#: rc.cpp:252 + #, fuzzy, no-c-format + msgid "Minimum disk space:" + msgstr "A reservar o espazo en disco" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 140 +-#: rc.cpp:264 ++#: rc.cpp:255 + #, fuzzy, no-c-format + msgid "Don't start" + msgstr "Non iniciado" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 145 +-#: rc.cpp:267 ++#: rc.cpp:258 + #, no-c-format + msgid "Always ask" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 150 +-#: rc.cpp:270 ++#: rc.cpp:261 + #, fuzzy, no-c-format + msgid "Force start" + msgstr "Non iniciado" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 208 +-#: rc.cpp:273 ++#: rc.cpp:264 + #, no-c-format + msgid "MB" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 236 +-#: rc.cpp:276 rc.cpp:279 rc.cpp:312 rc.cpp:315 rc.cpp:324 ++#: rc.cpp:267 rc.cpp:270 rc.cpp:303 rc.cpp:306 rc.cpp:315 + #, no-c-format + msgid "(0 is no limit)" + msgstr "(0 é ilimitado)" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 330 +-#: rc.cpp:285 ++#: rc.cpp:276 + #, no-c-format + msgid "Maximum download rate:" + msgstr "Taxa máxima de obtenzón:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 346 +-#: rc.cpp:291 ++#: rc.cpp:282 + #, fuzzy, no-c-format + msgid "Global connection limit:" + msgstr "Limite global de conexóns" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 354 +-#: rc.cpp:294 ++#: rc.cpp:285 + #, fuzzy, no-c-format + msgid "Max seed time:" + msgstr "Taxa de compartizón:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 370 +-#: rc.cpp:297 ++#: rc.cpp:288 + #, no-c-format + msgid "Maximum connections per torrent:" + msgstr "Máximo de conexóns por torrente:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 397 +-#: rc.cpp:300 ++#: rc.cpp:291 + #, no-c-format + msgid "Number of upload slots:" + msgstr "Número de envios concomitantes:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 405 +-#: rc.cpp:303 ++#: rc.cpp:294 + #, no-c-format + msgid "UDP tracker port:" + msgstr "Porto UDP do localizador:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 413 +-#: rc.cpp:306 ++#: rc.cpp:297 + #, fuzzy, no-c-format + msgid "Max share ratio:" + msgstr "Taxa de compartizón:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 421 +-#: rc.cpp:309 ++#: rc.cpp:300 + #, no-c-format + msgid "Maximum upload rate:" + msgstr "Taxa máxima de envio:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 576 +-#: rc.cpp:318 rc.cpp:321 ++#: rc.cpp:309 rc.cpp:312 + #, no-c-format + msgid "KB/sec (0 is no limit)" + msgstr "KB/s (0 é ilimitado)" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 651 +-#: rc.cpp:327 ++#: rc.cpp:318 + #, fuzzy, no-c-format + msgid "Hours (0 is no limit)" + msgstr "(0 é ilimitado)" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 663 +-#: rc.cpp:330 ++#: rc.cpp:321 + #, no-c-format + msgid "&Keep seeding after download is finished" + msgstr "&Continuar a compartir após completar a recepzón" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 674 +-#: rc.cpp:333 ++#: rc.cpp:324 + #, no-c-format + msgid "Attention" + msgstr "Aviso" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 685 +-#: rc.cpp:336 ++#: rc.cpp:327 + #, fuzzy, no-c-format + msgid "" + "The above ports must also be forwarded if you are behind a router. The UPnP " +@@ -1555,283 +1555,283 @@ msgstr "" + "extensión de UPnP poderá facer iso por si." + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 16 +-#: rc.cpp:339 ++#: rc.cpp:330 + #, no-c-format + msgid "KT Queue Dialog" + msgstr "Diálogo da Cola de KT" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 69 +-#: rc.cpp:348 rc.cpp:386 rc.cpp:1107 ++#: rc.cpp:339 rc.cpp:372 rc.cpp:1067 + #, no-c-format + msgid "Status:" + msgstr "Estado:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 85 +-#: rc.cpp:351 rc.cpp:389 rc.cpp:1808 ++#: rc.cpp:342 rc.cpp:375 rc.cpp:1751 + #, no-c-format + msgid "Tracker:" + msgstr "Localizador:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 93 +-#: rc.cpp:354 rc.cpp:392 rc.cpp:1805 ++#: rc.cpp:345 rc.cpp:378 rc.cpp:1748 + #, no-c-format + msgid "DHT:" + msgstr "DHT:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 109 +-#: rc.cpp:357 rc.cpp:395 rc.cpp:1061 ++#: rc.cpp:348 rc.cpp:381 rc.cpp:1025 + #, no-c-format + msgid "Share ratio:" + msgstr "Taxa de compartizón:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 117 +-#: rc.cpp:360 ++#: rc.cpp:351 + #, no-c-format + msgid "Bytes left:" + msgstr "Bytes restantes:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 177 +-#: rc.cpp:368 rc.cpp:377 ++#: rc.cpp:354 rc.cpp:363 + #, no-c-format + msgid "Torrent" + msgstr "Torrente" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 188 +-#: rc.cpp:371 rc.cpp:380 ++#: rc.cpp:357 rc.cpp:366 + #, no-c-format + msgid "Controlled by" + msgstr "Controlada por" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 214 +-#: rc.cpp:374 ++#: rc.cpp:360 + #, no-c-format + msgid "Upload&s" + msgstr "Envio&s" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 333 +-#: rc.cpp:398 ++#: rc.cpp:384 + #, no-c-format + msgid "Uploaded:" + msgstr "Enviado:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 486 +-#: rc.cpp:406 ++#: rc.cpp:387 + #, no-c-format + msgid "M&ove up" + msgstr "S&ubir" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 494 +-#: rc.cpp:409 ++#: rc.cpp:390 + #, no-c-format + msgid "Move dow&n" + msgstr "&Baixar" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 519 +-#: rc.cpp:412 ++#: rc.cpp:393 + #, fuzzy, no-c-format + msgid "Move to top" + msgstr "S&ubir" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 530 +-#: rc.cpp:416 ++#: rc.cpp:396 + #, no-c-format + msgid "Move to &bottom" + msgstr "" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 555 +-#: rc.cpp:419 ++#: rc.cpp:399 + #, no-c-format + msgid "&QM Controlled" + msgstr "Controlado por &QM" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 563 +-#: rc.cpp:422 ++#: rc.cpp:402 + #, no-c-format + msgid "&User Controlled" + msgstr "Controlado polo &Usuário" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 30 +-#: rc.cpp:434 ++#: rc.cpp:414 + #, no-c-format + msgid "Paste URL" + msgstr "Apegar o URL" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 52 +-#: rc.cpp:437 rc.cpp:1104 rc.cpp:1919 ++#: rc.cpp:417 rc.cpp:1064 rc.cpp:1859 + #, no-c-format + msgid "URL:" + msgstr "URL:" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 106 +-#: rc.cpp:440 ++#: rc.cpp:420 + #, no-c-format + msgid "O&K" + msgstr "O&K" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 114 +-#: rc.cpp:443 rc.cpp:675 rc.cpp:1176 ++#: rc.cpp:423 rc.cpp:653 rc.cpp:1128 + #, no-c-format + msgid "C&ancel" + msgstr "C&ancelar" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 16 +-#: rc.cpp:446 ++#: rc.cpp:426 + #, no-c-format + msgid "Create Torrent" + msgstr "Criar Torrente" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 38 +-#: rc.cpp:449 ++#: rc.cpp:429 + #, no-c-format + msgid "The file or folder of which you want to create a torrent:" + msgstr "O ficheiro ou cartafol do cal desexa criar un torrente:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 53 +-#: rc.cpp:452 ++#: rc.cpp:432 + #, fuzzy, no-c-format + msgid "You must add at least one tracker or node." + msgstr "Debe engadir polo menos un localizador." + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 61 +-#: rc.cpp:455 ++#: rc.cpp:435 + #, no-c-format + msgid "File Options" + msgstr "Opzóns do Ficheiro" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 80 +-#: rc.cpp:458 ++#: rc.cpp:438 + #, no-c-format + msgid "Size of each chunk:" + msgstr "Tamaño de cada anaco:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 86 +-#: rc.cpp:461 ++#: rc.cpp:441 + #, no-c-format + msgid "32" + msgstr "32" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 91 +-#: rc.cpp:464 ++#: rc.cpp:444 + #, no-c-format + msgid "64" + msgstr "64" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 96 +-#: rc.cpp:467 ++#: rc.cpp:447 + #, no-c-format + msgid "128" + msgstr "128" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 101 +-#: rc.cpp:470 ++#: rc.cpp:450 + #, no-c-format + msgid "256" + msgstr "256" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 106 +-#: rc.cpp:473 ++#: rc.cpp:453 + #, no-c-format + msgid "512" + msgstr "512" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 111 +-#: rc.cpp:476 ++#: rc.cpp:456 + #, no-c-format + msgid "1024" + msgstr "1024" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 116 +-#: rc.cpp:479 ++#: rc.cpp:459 + #, no-c-format + msgid "2048" + msgstr "2048" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 121 +-#: rc.cpp:482 ++#: rc.cpp:462 + #, no-c-format + msgid "4096" + msgstr "4096" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 126 +-#: rc.cpp:485 ++#: rc.cpp:465 + #, no-c-format + msgid "8192" + msgstr "8192" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 138 +-#: rc.cpp:488 rc.cpp:633 ++#: rc.cpp:468 rc.cpp:611 + #, no-c-format + msgid "KB" + msgstr "KB" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 165 +-#: rc.cpp:491 ++#: rc.cpp:471 + #, no-c-format + msgid "Start seedin&g the torrent" + msgstr "Comezar a comparti&r o torrente" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 176 +-#: rc.cpp:494 ++#: rc.cpp:474 + #, no-c-format + msgid "Decentrali&zed (DHT only)" + msgstr "" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 184 +-#: rc.cpp:497 ++#: rc.cpp:477 + #, no-c-format + msgid "Private torrent (DHT not allowed)" + msgstr "Torrente privado (non se permite o DHT)" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 202 +-#: rc.cpp:500 ++#: rc.cpp:480 + #, no-c-format + msgid "Comments:" + msgstr "Comentários:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 248 +-#: rc.cpp:503 ++#: rc.cpp:483 + #, fuzzy, no-c-format + msgid "&Create" + msgstr "Cri&ar" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 262 +-#: rc.cpp:506 rc.cpp:1325 ++#: rc.cpp:486 rc.cpp:1277 + #, no-c-format + msgid "Ca&ncel" + msgstr "Ca&ncelar" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 275 +-#: plugins/infowidget/infowidgetplugin.cpp:214 rc.cpp:509 rc.cpp:1101 ++#: plugins/infowidget/infowidgetplugin.cpp:214 rc.cpp:489 rc.cpp:1061 + #, no-c-format + msgid "Trackers" + msgstr "Localizadores" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 283 +-#: rc.cpp:512 ++#: rc.cpp:492 + #, no-c-format + msgid "DHT nodes" + msgstr "" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 333 +-#: rc.cpp:522 ++#: rc.cpp:501 + #, fuzzy, no-c-format + msgid "Node:" + msgstr "Nada" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 385 +-#: rc.cpp:528 ++#: rc.cpp:507 + #, fuzzy, no-c-format + msgid "IP or hostname" + msgstr "IP ou nome de máquina personalizado:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 396 +-#: rc.cpp:531 rc.cpp:718 rc.cpp:721 ++#: rc.cpp:510 rc.cpp:695 rc.cpp:698 + #, no-c-format + msgid "Port" + msgstr "Porto" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 437 +-#: rc.cpp:534 ++#: rc.cpp:513 + #, no-c-format + msgid "" + "NOTE: Some known good DHT nodes are already inserted. You should probably " +@@ -1839,19 +1839,19 @@ msgid "" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 16 +-#: rc.cpp:537 ++#: rc.cpp:516 + #, fuzzy, no-c-format + msgid "Advanced Preferences" + msgstr "Preferéncias de Procura" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 46 +-#: rc.cpp:543 ++#: rc.cpp:522 + #, no-c-format + msgid "Time left estimation algorithm:" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 53 +-#: rc.cpp:546 rc.cpp:568 ++#: rc.cpp:525 rc.cpp:547 + #, no-c-format + msgid "" + "KTorrent algorithm: Default algorithm using combination of other " +@@ -1867,331 +1867,331 @@ msgid "" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 64 +-#: rc.cpp:556 ++#: rc.cpp:535 + #, fuzzy, no-c-format + msgid "Current speed" + msgstr "Motor de procuras actual" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 69 +-#: rc.cpp:559 ++#: rc.cpp:538 + #, no-c-format + msgid "Global average speed" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 74 +-#: rc.cpp:562 ++#: rc.cpp:541 + #, no-c-format + msgid "Window of X" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 79 +-#: rc.cpp:565 ++#: rc.cpp:544 + #, no-c-format + msgid "Moving average" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 98 +-#: rc.cpp:575 ++#: rc.cpp:554 + #, no-c-format + msgid "(takes effect after restart)" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 125 +-#: rc.cpp:578 ++#: rc.cpp:557 + #, no-c-format + msgid "Disa&ble diskspace preallocation" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 141 +-#: rc.cpp:581 ++#: rc.cpp:560 + #, no-c-format + msgid "F&ully preallocate diskspace (avoids fragmentation)" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 147 +-#: rc.cpp:584 ++#: rc.cpp:563 + #, no-c-format + msgid "Basic (slow)" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 152 +-#: rc.cpp:587 ++#: rc.cpp:566 + #, no-c-format + msgid "Filesystem specific" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 174 +-#: rc.cpp:590 ++#: rc.cpp:569 + #, fuzzy, no-c-format + msgid "Performance" + msgstr "Preferéncias" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 193 +-#: rc.cpp:593 ++#: rc.cpp:572 + #, no-c-format + msgid "Memory usage:" + msgstr "Utilizazón da memória:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 199 +-#: rc.cpp:596 ++#: rc.cpp:575 + #, no-c-format + msgid "Low" + msgstr "Baixa" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 204 +-#: rc.cpp:599 ++#: rc.cpp:578 + #, no-c-format + msgid "Medium" + msgstr "Média" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 209 +-#: rc.cpp:602 ++#: rc.cpp:581 + #, no-c-format + msgid "High" + msgstr "Alta" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 248 +-#: rc.cpp:605 ++#: rc.cpp:584 + #, no-c-format + msgid "GUI update interval:" + msgstr "Intervalo de actualizazón da interface:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 254 +-#: rc.cpp:608 ++#: rc.cpp:587 + #, no-c-format + msgid "500ms" + msgstr "500ms" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 259 +-#: rc.cpp:611 ++#: rc.cpp:590 + #, no-c-format + msgid "1s" + msgstr "1s" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 264 +-#: rc.cpp:614 ++#: rc.cpp:593 + #, no-c-format + msgid "2s" + msgstr "2s" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 269 +-#: rc.cpp:617 ++#: rc.cpp:596 + #, no-c-format + msgid "5s" + msgstr "5s" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 308 +-#: rc.cpp:620 ++#: rc.cpp:599 + #, no-c-format + msgid "Fast CPU" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 342 +-#: rc.cpp:624 ++#: rc.cpp:602 + #, no-c-format + msgid "Slow CPU" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 354 +-#: rc.cpp:627 ++#: rc.cpp:605 + #, fuzzy, no-c-format + msgid "Data Checking" + msgstr "A verificar os dados" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 373 +-#: rc.cpp:630 ++#: rc.cpp:608 + #, no-c-format + msgid "During uploading, do ¬ recheck chunks bigger than" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 430 +-#: rc.cpp:636 ++#: rc.cpp:614 + #, no-c-format + msgid "Do a data integrit&y check after" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 449 +-#: rc.cpp:639 ++#: rc.cpp:617 + #, no-c-format + msgid "corrupted chunks" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 478 +-#: rc.cpp:642 ++#: rc.cpp:620 + #, no-c-format + msgid "Networking" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 505 +-#: rc.cpp:645 ++#: rc.cpp:623 + #, fuzzy, no-c-format + msgid "Maximum number of connection setups:" + msgstr "Número máximo de conexóns por torrente (0 = sen limite)" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 527 +-#: rc.cpp:648 ++#: rc.cpp:626 + #, no-c-format + msgid "DSCP for IP packets:" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 570 +-#: rc.cpp:651 ++#: rc.cpp:629 + #, no-c-format + msgid "Do not use the KDE pro&xy settings for HTTP tracker connections" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 586 +-#: rc.cpp:654 ++#: rc.cpp:632 + #, fuzzy, no-c-format + msgid "HTTP tracker proxy:" + msgstr "Porto UDP do localizador:" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 24 +-#: rc.cpp:657 ++#: rc.cpp:635 + #, no-c-format + msgid "Scanning data" + msgstr "A analisar os dados" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 38 +-#: rc.cpp:660 ++#: rc.cpp:638 + #, fuzzy, no-c-format + msgid "Scanning data of torrent :" + msgstr "A analisar á procura de anacos :" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 62 +-#: rc.cpp:663 ++#: rc.cpp:641 + #, no-c-format + msgid "Number of chunks found :" + msgstr "Número de anacos achados:" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 70 +-#: rc.cpp:666 ++#: rc.cpp:644 + #, no-c-format + msgid "Number of chunks failed / not downloaded :" + msgstr "Número de anacos fallados / non obtidos :" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 97 +-#: rc.cpp:669 rc.cpp:672 ++#: rc.cpp:647 rc.cpp:650 + #, no-c-format + msgid "0" + msgstr "0" + + #. i18n: file ./apps/ktupnptest/mainwidget.ui line 54 +-#: rc.cpp:678 ++#: rc.cpp:656 + #, no-c-format + msgid "Test" + msgstr "Verificar" + + #. i18n: file ./libktorrent/labelviewitembase.ui line 49 +-#: rc.cpp:685 ++#: rc.cpp:662 + #, no-c-format + msgid "textLabel2" + msgstr "" + + #. i18n: file ./libktorrent/labelviewitembase.ui line 65 +-#: rc.cpp:688 ++#: rc.cpp:665 + #, no-c-format + msgid "textLabel3" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 10 +-#: rc.cpp:691 ++#: rc.cpp:668 + #, no-c-format + msgid "Maximum number of downloads (0 = no limit)" + msgstr "Número máximo de transferéncias (0 = sen limite)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 15 +-#: rc.cpp:694 ++#: rc.cpp:671 + #, no-c-format + msgid "Maximum number of seeds (0 = no limit)" + msgstr "Número máximo de fontes (0 = sen limite)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 20 +-#: rc.cpp:697 ++#: rc.cpp:674 + #, no-c-format + msgid "Start downloads on low disk space?" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 24 +-#: rc.cpp:700 ++#: rc.cpp:677 + #, no-c-format + msgid "Maximum number of connections per torrent (0 = no limit)" + msgstr "Número máximo de conexóns por torrente (0 = sen limite)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 29 +-#: rc.cpp:703 ++#: rc.cpp:680 + #, no-c-format + msgid "Maximum number of connections for all torrents (0 = no limit) " + msgstr "Número máximo de conexóns para todos os torrentes (0 = sen limite)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 34 +-#: rc.cpp:706 ++#: rc.cpp:683 + #, no-c-format + msgid "Maximum upload speed in KB/sec (0 = no limit)" + msgstr "Velocidade máxima de envio en KB/s (0 = sen limite)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 39 +-#: rc.cpp:709 ++#: rc.cpp:686 + #, no-c-format + msgid "Maximum download speed in KB/sec (0 = no limit)" + msgstr "Velocidade máxima de recepzón en KB/s (0 = sen limite)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 44 +-#: rc.cpp:712 ++#: rc.cpp:689 + #, fuzzy, no-c-format + msgid "Maximum share ratio(0 = no limit)" + msgstr "A taxa máxima de compartizón foi atinxida." + + #. i18n: file ./libktorrent/ktorrent.kcfg line 49 +-#: rc.cpp:715 ++#: rc.cpp:692 + #, fuzzy, no-c-format + msgid "Maximum seed time in hours (0 = no limit)" + msgstr "A taxa máxima de compartizón foi atinxida." + + #. i18n: file ./libktorrent/ktorrent.kcfg line 66 +-#: rc.cpp:724 ++#: rc.cpp:701 + #, no-c-format + msgid "Show a system tray icon" + msgstr "Mostrar un ícone na bandexa do sistema" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 70 +-#: rc.cpp:727 ++#: rc.cpp:704 + #, fuzzy, no-c-format + msgid "Show speed bar in tray icon" + msgstr "Mostrar o ícone na bande&xa do sistema" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 74 +-#: rc.cpp:730 ++#: rc.cpp:707 + #, no-c-format + msgid "Download bandwidth (in kb/s):" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 80 +-#: rc.cpp:733 ++#: rc.cpp:710 + #, no-c-format + msgid "Upload bandwidth (in kb/s):" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 86 +-#: rc.cpp:736 ++#: rc.cpp:713 + #, no-c-format + msgid "Show popup messages when torrent is finished." + msgstr "Mostra mensaxes ao rematar os torrentes." + + #. i18n: file ./libktorrent/ktorrent.kcfg line 90 +-#: rc.cpp:739 ++#: rc.cpp:716 + #, no-c-format + msgid "Keep seeding after download has finished" + msgstr "Continuar a compartir após completar a obtenzón" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 94 +-#: rc.cpp:742 ++#: rc.cpp:719 + #, no-c-format + msgid "Folder to store temporary files" + msgstr "Cartafol onde guardar os ficheiros temporais" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 98 +-#: rc.cpp:745 ++#: rc.cpp:722 + #, no-c-format + msgid "Whether to automatically save downloads to saveDir" + msgstr "" +@@ -2199,13 +2199,13 @@ msgstr "" + "guardado" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 102 +-#: rc.cpp:748 ++#: rc.cpp:725 + #, no-c-format + msgid "Folder to store downloaded files" + msgstr "Cartafol onde guardar os ficheiros obtidos" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 106 +-#: rc.cpp:751 ++#: rc.cpp:728 + #, fuzzy, no-c-format + msgid "Whether to automatically move completed downloads to completedDir" + msgstr "" +@@ -2213,13 +2213,13 @@ msgstr "" + "guardado" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 110 +-#: rc.cpp:754 ++#: rc.cpp:731 + #, fuzzy, no-c-format + msgid "Folder to move completed downloaded files to" + msgstr "Cartafol onde guardar os ficheiros obtidos" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 114 +-#: rc.cpp:757 ++#: rc.cpp:734 + #, fuzzy, no-c-format + msgid "Whether to automatically copy .torrent files to torrentCopyDir" + msgstr "" +@@ -2227,73 +2227,73 @@ msgstr "" + "guardado" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 118 +-#: rc.cpp:760 ++#: rc.cpp:737 + #, fuzzy, no-c-format + msgid "Folder to copy .torrent files to" + msgstr "Cartafol onde guardar os ficheiros temporais" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 122 +-#: rc.cpp:763 ++#: rc.cpp:740 + #, no-c-format + msgid "Whether to use a custom IP to pass to the tracker" + msgstr "Indica se debe usar un IP personalizado a pasar ao localizador" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 126 +-#: rc.cpp:766 ++#: rc.cpp:743 + #, no-c-format + msgid "Directory which was used as the last save directory" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 130 +-#: rc.cpp:769 ++#: rc.cpp:746 + #, no-c-format + msgid "IP to pass to the tracker" + msgstr "IP a pasar ao localizador" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 134 +-#: rc.cpp:772 ++#: rc.cpp:749 + #, no-c-format + msgid "Memory usage" + msgstr "Utilizazón da memória" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 138 +-#: rc.cpp:775 ++#: rc.cpp:752 + #, no-c-format + msgid "GUI update interval" + msgstr "Intervalo de actualizazón da interface" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 142 +-#: rc.cpp:778 ++#: rc.cpp:755 + #, no-c-format + msgid "Support for DHT" + msgstr "Soporte para DHT" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 146 +-#: rc.cpp:781 ++#: rc.cpp:758 + #, no-c-format + msgid "DHT port" + msgstr "Porto do DHT" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 152 +-#: rc.cpp:784 ++#: rc.cpp:761 + #, no-c-format + msgid "Number of upload slots" + msgstr "Número de envios concomitantes" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 196 +-#: rc.cpp:793 ++#: rc.cpp:770 + #, no-c-format + msgid "Columns shown in KTorrentView" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 205 +-#: rc.cpp:796 ++#: rc.cpp:773 + #, no-c-format + msgid "ET algorithm" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 227 +-#: rc.cpp:799 ++#: rc.cpp:776 + #, no-c-format + msgid "" + "When there's no space left to complete download and free diskspace is less than " +@@ -2301,457 +2301,457 @@ msgid "" + msgstr "" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 16 +-#: rc.cpp:802 ++#: rc.cpp:779 + #, no-c-format + msgid "Plugin Manager" + msgstr "Xestor de extensións" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 48 +-#: rc.cpp:805 ++#: rc.cpp:782 + #, no-c-format + msgid "Load" + msgstr "Carregar" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 56 +-#: rc.cpp:808 ++#: rc.cpp:785 + #, no-c-format + msgid "U&nload" + msgstr "De&scarregar" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 64 +-#: rc.cpp:811 ++#: rc.cpp:788 + #, fuzzy, no-c-format + msgid "Load &All" + msgstr "Carregar Todos" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 72 +-#: rc.cpp:814 ++#: rc.cpp:791 + #, fuzzy, no-c-format + msgid "&Unload All" + msgstr "Descarregar Todos" + + #. i18n: file ./plugins/upnp/ktupnpplugin.kcfg line 10 +-#: rc.cpp:817 ++#: rc.cpp:794 + #, no-c-format + msgid "Default UPnP device to use" + msgstr "Dispositivo UPnP a usar por omisión" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 16 +-#: plugins/upnp/upnpplugin.cpp:46 plugins/upnp/upnpprefpage.cpp:31 rc.cpp:820 ++#: plugins/upnp/upnpplugin.cpp:46 plugins/upnp/upnpprefpage.cpp:31 rc.cpp:797 + #, no-c-format + msgid "UPnP" + msgstr "UPnP" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 35 +-#: rc.cpp:823 ++#: rc.cpp:800 + #, no-c-format + msgid "Detected devices:" + msgstr "Dispositivos detectados:" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 41 +-#: rc.cpp:826 ++#: rc.cpp:803 + #, no-c-format + msgid "Device" + msgstr "Dispositivo" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 52 +-#: rc.cpp:829 ++#: rc.cpp:806 + #, no-c-format + msgid "Ports Forwarded" + msgstr "Portos Re-encamiñados" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 63 +-#: rc.cpp:832 ++#: rc.cpp:809 + #, fuzzy, no-c-format + msgid "WAN Connection" + msgstr "Conexóns:" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 91 +-#: rc.cpp:835 ++#: rc.cpp:812 + #, fuzzy, no-c-format + msgid "Forw&ard Ports" + msgstr "Re-encamiñar os Portos" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 99 +-#: rc.cpp:838 ++#: rc.cpp:815 + #, no-c-format + msgid "Undo Port Forwarding" + msgstr "Desfacer o re-encamiñamento de Portos" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 124 +-#: rc.cpp:841 ++#: rc.cpp:818 + #, no-c-format + msgid "Rescan" + msgstr "Pesquisar de Novo" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 9 +-#: rc.cpp:844 ++#: rc.cpp:821 + #, no-c-format + msgid "Enable scanning of folder1?" + msgstr "Activar a pesquisa do cartafol1?" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 14 +-#: rc.cpp:847 ++#: rc.cpp:824 + #, no-c-format + msgid "Enable scanning of folder2?" + msgstr "Activar a pesquisa do cartafol2?" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 19 +-#: rc.cpp:850 ++#: rc.cpp:827 + #, no-c-format + msgid "Enable scanning of folder3?" + msgstr "Activar a pesquisa do cartafol3?" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 24 +-#: rc.cpp:853 ++#: rc.cpp:830 + #, no-c-format + msgid "Folder1 path" + msgstr "Rota ao cartafol 1" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 29 +-#: rc.cpp:856 ++#: rc.cpp:833 + #, no-c-format + msgid "Folder2 path" + msgstr "Rota ao cartafol 2" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 34 +-#: rc.cpp:859 ++#: rc.cpp:836 + #, no-c-format + msgid "Folder3 path" + msgstr "Rota ao cartafol 3" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 39 +-#: rc.cpp:862 ++#: rc.cpp:839 + #, no-c-format + msgid "Whether to open torrent silently or not." + msgstr "Indica se se debe abrir o torrente de forma silenciosa ou non." + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 44 +-#: rc.cpp:865 ++#: rc.cpp:842 + #, no-c-format + msgid "Delete action checked." + msgstr "Foi sinalada a aczón de borrado." + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 49 +-#: rc.cpp:868 ++#: rc.cpp:845 + #, no-c-format + msgid "Move action checked." + msgstr "Foi sinalada a aczón de mover." + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 16 +-#: rc.cpp:871 ++#: rc.cpp:848 + #, no-c-format + msgid "ScanFolder Preferences" + msgstr "Preferéncias do Exame de Cartafoles" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 35 +-#: rc.cpp:874 ++#: rc.cpp:851 + #, no-c-format + msgid "Scan folder &1" + msgstr "Examinar o cartafol &1" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 38 +-#: rc.cpp:877 rc.cpp:1480 ++#: rc.cpp:854 rc.cpp:1424 + #, no-c-format + msgid "Alt+1" + msgstr "Alt+1" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 46 +-#: rc.cpp:880 ++#: rc.cpp:857 + #, no-c-format + msgid "Scan folder &2" + msgstr "Examinar o cartafol &2" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 49 +-#: rc.cpp:883 rc.cpp:1471 rc.cpp:1495 ++#: rc.cpp:860 rc.cpp:1415 rc.cpp:1439 + #, no-c-format + msgid "Alt+2" + msgstr "Alt+2" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 57 +-#: rc.cpp:886 ++#: rc.cpp:863 + #, no-c-format + msgid "Scan folder &3" + msgstr "Examinar o cartafol &3" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 60 +-#: rc.cpp:889 rc.cpp:1465 ++#: rc.cpp:866 rc.cpp:1409 + #, no-c-format + msgid "Alt+3" + msgstr "Alt+3" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 81 +-#: rc.cpp:895 ++#: rc.cpp:872 + #, no-c-format + msgid "Move to \"loaded\" directory &after loading" + msgstr "Mover para o cartafol \"carregado\" &após carregar" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 84 +-#: rc.cpp:898 ++#: rc.cpp:875 + #, no-c-format + msgid "Move torrent to \"loaded\" directory after loading it" + msgstr "Move o torrente para o cartafol \"carregado\" após te-la carregado" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 92 +-#: rc.cpp:901 ++#: rc.cpp:878 + #, no-c-format + msgid "Open torrents silentl&y" + msgstr "Abrir silenc&iosamente os torrentes" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 95 +-#: rc.cpp:904 ++#: rc.cpp:881 + #, fuzzy, no-c-format + msgid "Do not show 'Select files to download' dialog" + msgstr "Non mostra o diálogo \"Escoller os ficheiros a obter\"" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 103 +-#: rc.cpp:907 ++#: rc.cpp:884 + #, no-c-format + msgid "Delete after loadin&g" + msgstr "Borrar após carre&gar" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 106 +-#: rc.cpp:910 ++#: rc.cpp:887 + #, no-c-format + msgid "Deletes torrent after loading" + msgstr "Borra o torrente após carregá-la" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 116 +-#: rc.cpp:913 ++#: rc.cpp:890 + #, no-c-format + msgid "Folders to scan" + msgstr "Cartafoles a examinar" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 151 +-#: rc.cpp:916 ++#: rc.cpp:893 + #, no-c-format + msgid "Folder 1:" + msgstr "Cartafol 1:" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 162 +-#: rc.cpp:919 ++#: rc.cpp:896 + #, no-c-format + msgid "Folder 2:" + msgstr "Cartafol 2:" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 173 +-#: rc.cpp:922 ++#: rc.cpp:899 + #, no-c-format + msgid "Folder 3:" + msgstr "Cartafol 3:" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 30 +-#: rc.cpp:925 rc.cpp:1895 ++#: rc.cpp:902 rc.cpp:1838 + #, no-c-format + msgid "Search Preferences" + msgstr "Preferéncias de Procura" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 41 +-#: rc.cpp:928 ++#: rc.cpp:905 + #, no-c-format + msgid "Web Server" + msgstr "" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 82 +-#: rc.cpp:934 ++#: rc.cpp:911 + #, fuzzy, no-c-format + msgid "Forward port" + msgstr "Re-encamiñar os Portos" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 107 +-#: rc.cpp:937 ++#: rc.cpp:914 + #, no-c-format + msgid "Session TTL (in sec):" + msgstr "" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 142 +-#: rc.cpp:940 ++#: rc.cpp:917 + #, fuzzy, no-c-format + msgid "Select interface:" + msgstr "Escoller &Nada" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 173 +-#: rc.cpp:943 ++#: rc.cpp:920 + #, fuzzy, no-c-format + msgid "Username:" + msgstr "Usuário" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 188 +-#: rc.cpp:946 ++#: rc.cpp:923 + #, no-c-format + msgid "Change password ..." + msgstr "" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 206 +-#: rc.cpp:949 ++#: rc.cpp:926 + #, no-c-format + msgid "Php executable path:" + msgstr "" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 10 +-#: rc.cpp:953 ++#: rc.cpp:929 + #, no-c-format + msgid "Port number" + msgstr "" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 15 +-#: rc.cpp:956 ++#: rc.cpp:932 + #, fuzzy, no-c-format + msgid "forward Port" + msgstr "Re-encamiñar os Portos" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 20 +-#: rc.cpp:959 ++#: rc.cpp:935 + #, no-c-format + msgid "Session time to live" + msgstr "" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 24 +-#: rc.cpp:962 ++#: rc.cpp:938 + #, fuzzy, no-c-format + msgid "interface skin" + msgstr "Opzóns Xerais" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 28 +-#: rc.cpp:965 ++#: rc.cpp:941 + #, no-c-format + msgid "php executable path" + msgstr "" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 33 +-#: rc.cpp:968 ++#: rc.cpp:944 + #, no-c-format + msgid "username" + msgstr "" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 37 +-#: rc.cpp:971 ++#: rc.cpp:947 + #, no-c-format + msgid "password" + msgstr "" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 16 +-#: plugins/infowidget/infowidgetplugin.cpp:194 rc.cpp:974 rc.cpp:1046 ++#: plugins/infowidget/infowidgetplugin.cpp:194 rc.cpp:950 rc.cpp:1010 + #, no-c-format + msgid "Chunks" + msgstr "Anacos" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 43 +-#: rc.cpp:977 ++#: rc.cpp:953 + #, no-c-format + msgid "Total:" + msgstr "Total:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 81 +-#: rc.cpp:981 ++#: rc.cpp:956 + #, no-c-format + msgid "Currently downloading:" + msgstr "A receber:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 119 +-#: rc.cpp:985 ++#: rc.cpp:959 + #, no-c-format + msgid "Downloaded:" + msgstr "Obtido:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 157 +-#: rc.cpp:989 ++#: rc.cpp:962 + #, no-c-format + msgid "Excluded:" + msgstr "Excluido:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 195 +-#: rc.cpp:993 ++#: rc.cpp:965 + #, no-c-format + msgid "Left:" + msgstr "" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 233 +-#: rc.cpp:997 ++#: rc.cpp:968 + #, no-c-format + msgid "Size:" + msgstr "Tamaño:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 280 +-#: rc.cpp:1001 ++#: rc.cpp:971 + #, no-c-format + msgid "Chunk" + msgstr "Anaco" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 291 +-#: rc.cpp:1004 ++#: rc.cpp:974 + #, no-c-format + msgid "Progress" + msgstr "Evoluzón" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 302 +-#: rc.cpp:1007 ++#: rc.cpp:977 + #, no-c-format + msgid "Peer" + msgstr "Parceiro" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 324 +-#: rc.cpp:1013 ++#: rc.cpp:983 + #, no-c-format + msgid "Assigned Peers" + msgstr "Parceiros Asinados" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 63 +-#: rc.cpp:1022 ++#: rc.cpp:992 + #, no-c-format + msgid "Seeders:" + msgstr "Parceiros Completos:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 71 +-#: rc.cpp:1025 ++#: rc.cpp:995 + #, no-c-format + msgid "Leechers:" + msgstr "Parceiros Incompletos:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 129 +-#: rc.cpp:1030 ++#: rc.cpp:998 + #, no-c-format + msgid "Average Down Speed:" + msgstr "Velocidade Media de Recepzón:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 177 +-#: rc.cpp:1035 ++#: rc.cpp:1001 + #, no-c-format + msgid "Average Up Speed:" + msgstr "Velocidade Media de Envio:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 195 +-#: rc.cpp:1038 rc.cpp:1111 ++#: rc.cpp:1004 rc.cpp:1070 + #, no-c-format + msgid "Next update in:" + msgstr "Próxima actualizazón en:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 203 +-#: rc.cpp:1041 ++#: rc.cpp:1007 + #, no-c-format + msgid "Tracker Status:" + msgstr "Estado do Localizador:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 332 +-#: rc.cpp:1049 ++#: rc.cpp:1013 + #, no-c-format + msgid "Parts of the torrent which have been downloaded:" + msgstr "Partes do torrente que foron obtidas:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 367 +-#: rc.cpp:1052 ++#: rc.cpp:1016 + #, no-c-format + msgid "Parts of the torrent which are available:" + msgstr "Partes do torrente que están disponíbeis:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 457 +-#: rc.cpp:1055 ++#: rc.cpp:1019 + #, no-c-format + msgid "Sharing" + msgstr "A compartir" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 487 +-#: rc.cpp:1058 ++#: rc.cpp:1022 + #, no-c-format + msgid "" + "Your upload will stop when share ratio gets to this value. Zero means no limit." +@@ -2760,7 +2760,7 @@ msgstr "" + "limites." + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 525 +-#: rc.cpp:1064 ++#: rc.cpp:1028 + #, fuzzy, no-c-format + msgid "Your upload will stop when you have uploaded for this many hours." + msgstr "" +@@ -2768,139 +2768,139 @@ msgstr "" + "limites." + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 533 +-#: rc.cpp:1067 ++#: rc.cpp:1031 + #, no-c-format + msgid "Hours" + msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 543 +-#: rc.cpp:1070 ++#: rc.cpp:1034 + #, fuzzy, no-c-format + msgid "Ratio limit:" + msgstr "Limite global de conexóns" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 549 +-#: rc.cpp:1074 ++#: rc.cpp:1037 + #, no-c-format + msgid "Limit works only in seed mode" + msgstr "O limite só funciona no modo de fonte" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 557 +-#: rc.cpp:1077 ++#: rc.cpp:1040 + #, fuzzy, no-c-format + msgid "Time &limit:" + msgstr "&Usar límite?" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 37 +-#: rc.cpp:1081 ++#: rc.cpp:1043 + #, fuzzy, no-c-format + msgid "&Update Tracker" + msgstr "&Actualizar o localizador" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 40 +-#: rc.cpp:1084 ++#: rc.cpp:1046 + #, no-c-format + msgid "Minimum update interval - 60 seconds" + msgstr "Intervalo mínimo de actualizazón - 60 segundos" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 48 +-#: rc.cpp:1087 ++#: rc.cpp:1049 + #, fuzzy, no-c-format + msgid "Add Trac&ker" + msgstr "Engadi&r un localizador" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 64 +-#: rc.cpp:1090 ++#: rc.cpp:1052 + #, no-c-format + msgid "Remove Tracker" + msgstr "Borrar o Localizador" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 75 +-#: rc.cpp:1094 ++#: rc.cpp:1055 + #, fuzzy, no-c-format + msgid "Ch&ange Tracker" + msgstr "Cam&biar de Localizador" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 100 +-#: rc.cpp:1097 ++#: rc.cpp:1058 + #, no-c-format + msgid "Restore Defaults" + msgstr "Repor as predefinizóns" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 10 +-#: rc.cpp:1115 ++#: rc.cpp:1073 + #, no-c-format + msgid "Show peer view tab in main window" + msgstr "Mostrar páxina de parceiros na fiestra principal" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 14 +-#: rc.cpp:1118 ++#: rc.cpp:1076 + #, no-c-format + msgid "Show chunk download view tab in main window" + msgstr "Mostrar páxina de anacos obtidos na fiestra principal" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 18 +-#: rc.cpp:1121 ++#: rc.cpp:1079 + #, no-c-format + msgid "Show trackers view tab in main window" + msgstr "Mostrar a páxina de localizadores na fiestra principal" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 24 +-#: rc.cpp:1124 ++#: rc.cpp:1082 + #, no-c-format + msgid "Show list of peers" + msgstr "Mostrar lista de parceiros" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 35 +-#: rc.cpp:1128 ++#: rc.cpp:1085 + #, no-c-format + msgid "Show list of chunks currentl&y downloading" + msgstr "Mostrar a l&ista de anacos a transferir actualmente" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 60 +-#: rc.cpp:1131 ++#: rc.cpp:1088 + #, no-c-format + msgid "Show list of trackers" + msgstr "Mostrar lista de localizadores" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 16 +-#: rc.cpp:1135 ++#: rc.cpp:1091 + #, no-c-format + msgid "IPBlocking Preferences" + msgstr "Preferéncias do Bloqueo de IPs" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 47 +-#: rc.cpp:1138 ++#: rc.cpp:1094 + #, fuzzy, no-c-format + msgid "Select PeerGuardian Filter File " + msgstr "Escoller ficheiro de filtro de PeerGuardian" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 58 +-#: rc.cpp:1141 ++#: rc.cpp:1097 + #, no-c-format + msgid "Use PeerGuardian filter?" + msgstr "Usar filtro PeerGuardian?" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 77 +-#: rc.cpp:1145 ++#: rc.cpp:1100 + #, no-c-format + msgid "IP filter file:" + msgstr "Ficheiro de filtro de IPs:" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 85 +-#: rc.cpp:1148 ++#: rc.cpp:1103 + #, no-c-format + msgid "http://www.bluetack.co.uk/modules.php?name=Downloads&d_op=getit&lid=8" + msgstr "http://www.bluetack.co.uk/modules.php?name=Downloads&d_op=getit&lid=8" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 123 +-#: rc.cpp:1151 ++#: rc.cpp:1106 + #, no-c-format + msgid "Dow&nload/Convert" + msgstr "Obter/Co&nverter" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 134 +-#: rc.cpp:1154 ++#: rc.cpp:1109 + #, no-c-format + msgid "" + "Download PeerGuardian filter from bluetack.co.uk or blocklist.org.\n" +@@ -2910,25 +2910,25 @@ msgstr "" + "NOTA: Supon-se que se obterá un ficheiro zip de bluetack.co.uk." + + #. i18n: file ./plugins/ipfilter/ktipfilterplugin.kcfg line 10 +-#: rc.cpp:1159 ++#: rc.cpp:1113 + #, no-c-format + msgid "Level1 filter url" + msgstr "URL de filtro de Nível 1" + + #. i18n: file ./plugins/ipfilter/ktipfilterplugin.kcfg line 14 +-#: rc.cpp:1162 ++#: rc.cpp:1116 + #, no-c-format + msgid "Use level1 filter?" + msgstr "Usar filtro de nível 1?" + + #. i18n: file ./plugins/ipfilter/convert_dlg.ui line 24 +-#: plugins/ipfilter/convertdialog.cpp:155 rc.cpp:1165 ++#: plugins/ipfilter/convertdialog.cpp:155 rc.cpp:1119 + #, no-c-format + msgid "Converting..." + msgstr "A converter..." + + #. i18n: file ./plugins/ipfilter/convert_dlg.ui line 41 +-#: rc.cpp:1168 ++#: rc.cpp:1122 + #, fuzzy, no-c-format + msgid "" + "Click on the 'convert' button to start converting antip2p file. NOTE: This " +@@ -2940,61 +2940,61 @@ msgstr "" + "tempo non poderá usar KTorrent." + + #. i18n: file ./plugins/stats/sprefwgt.ui line 27 +-#: rc.cpp:1179 ++#: rc.cpp:1131 + #, no-c-format + msgid "Update" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 46 +-#: rc.cpp:1182 rc.cpp:1268 ++#: rc.cpp:1134 rc.cpp:1220 + #, no-c-format + msgid "Update charts every" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 71 +-#: rc.cpp:1185 ++#: rc.cpp:1137 + #, fuzzy, no-c-format + msgid "GUI updates" + msgstr "Intervalo de actualizazón da interface" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 92 +-#: rc.cpp:1188 rc.cpp:1271 ++#: rc.cpp:1140 rc.cpp:1223 + #, no-c-format + msgid "Gather data every" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 120 +-#: rc.cpp:1191 ++#: rc.cpp:1143 + #, no-c-format + msgid "miliseconds" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 135 +-#: rc.cpp:1194 ++#: rc.cpp:1146 + #, fuzzy, no-c-format + msgid "Maximum" + msgstr "Máximo de fontes:" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 154 +-#: rc.cpp:1197 ++#: rc.cpp:1149 + #, fuzzy, no-c-format + msgid "Maximum speed scale mode:" + msgstr "Máximo de fontes:" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 165 +-#: rc.cpp:1203 ++#: rc.cpp:1155 + #, no-c-format + msgid "Exact" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 175 +-#: rc.cpp:1206 ++#: rc.cpp:1158 + #, no-c-format + msgid "See 'What's this' for more help" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 180 +-#: rc.cpp:1209 ++#: rc.cpp:1161 + #, no-c-format + msgid "" + "Set maximum value on OY scale as:\n" +@@ -3003,847 +3003,847 @@ msgid "" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 192 +-#: rc.cpp:1214 rc.cpp:1247 ++#: rc.cpp:1166 rc.cpp:1199 + #, fuzzy, no-c-format + msgid "Peers speed" + msgstr "Parceiros" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 211 +-#: rc.cpp:1217 ++#: rc.cpp:1169 + #, fuzzy, no-c-format + msgid "Peers speed:" + msgstr "Parceiro" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 222 +-#: rc.cpp:1220 ++#: rc.cpp:1172 + #, no-c-format + msgid "update every" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 244 +-#: rc.cpp:1223 ++#: rc.cpp:1175 + #, no-c-format + msgid "chart data updates" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 254 +-#: rc.cpp:1226 ++#: rc.cpp:1178 + #, no-c-format + msgid "Gathering data about many connected peers can be CPU consuming." + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 267 +-#: rc.cpp:1229 ++#: rc.cpp:1181 + #, fuzzy, no-c-format + msgid "Peers connections" + msgstr "Conexóns:" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 270 +-#: rc.cpp:1232 ++#: rc.cpp:1184 + #, no-c-format + msgid "Large values can obscure charts of connected peers" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 289 +-#: rc.cpp:1235 ++#: rc.cpp:1187 + #, fuzzy, no-c-format + msgid "Show seeders in swarms" + msgstr "Mostrar o ícone na bande&xa do sistema" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 297 +-#: rc.cpp:1238 ++#: rc.cpp:1190 + #, no-c-format + msgid "Show leechers in swarms" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 309 +-#: rc.cpp:1241 ++#: rc.cpp:1193 + #, no-c-format + msgid "Measurements count" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 392 +-#: rc.cpp:1250 rc.cpp:1265 ++#: rc.cpp:1202 rc.cpp:1217 + #, fuzzy, no-c-format + msgid "Upload" + msgstr "Envios" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 424 +-#: rc.cpp:1253 ++#: rc.cpp:1205 + #, fuzzy, no-c-format + msgid "Connections" + msgstr "Conexóns:" + + #. i18n: file ./plugins/stats/statsspdwgt.ui line 40 +-#: plugins/infowidget/infowidgetplugin.cpp:173 rc.cpp:1262 rc.cpp:1304 ++#: plugins/infowidget/infowidgetplugin.cpp:173 rc.cpp:1214 rc.cpp:1256 + #, no-c-format + msgid "Peers" + msgstr "Parceiros" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 18 +-#: rc.cpp:1274 ++#: rc.cpp:1226 + #, no-c-format + msgid "Toggle peers speed charts" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 22 +-#: rc.cpp:1277 ++#: rc.cpp:1229 + #, no-c-format + msgid "Interval between getting data about peers speed" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 26 +-#: rc.cpp:1280 ++#: rc.cpp:1232 + #, no-c-format + msgid "Toggle drawing of leechers in swarms" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 30 +-#: rc.cpp:1283 ++#: rc.cpp:1235 + #, no-c-format + msgid "Toggle drawing of seeders in swarms" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 35 +-#: rc.cpp:1286 ++#: rc.cpp:1238 + #, fuzzy, no-c-format + msgid "Download mesurments count" + msgstr "Transferir Torrente" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 39 +-#: rc.cpp:1289 ++#: rc.cpp:1241 + #, no-c-format + msgid "Peers speed mesurments count" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 43 +-#: rc.cpp:1292 ++#: rc.cpp:1244 + #, no-c-format + msgid "Upload mesurments count" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 47 +-#: rc.cpp:1295 ++#: rc.cpp:1247 + #, fuzzy, no-c-format + msgid "Connections mesurments count" + msgstr "Sinal de mensaxes de conexóns" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 51 +-#: rc.cpp:1298 ++#: rc.cpp:1250 + #, no-c-format + msgid "DHT mesurments count" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 56 +-#: rc.cpp:1301 ++#: rc.cpp:1253 + #, no-c-format + msgid "OY axis max mode" + msgstr "" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 16 +-#: rc.cpp:1310 ++#: rc.cpp:1262 + #, no-c-format + msgid "Import an existing download" + msgstr "Importa unha transferéncia existente" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 49 +-#: rc.cpp:1313 ++#: rc.cpp:1265 + #, no-c-format + msgid "Torrent:" + msgstr "Torrente:" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 63 +-#: rc.cpp:1316 ++#: rc.cpp:1268 + #, no-c-format + msgid "Data:" + msgstr "Dados:" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 95 +-#: rc.cpp:1319 ++#: rc.cpp:1271 + #, no-c-format + msgid "" + "Please specify the torrent and the data already downloaded for that torrent." + msgstr "Indique o torrente e os dados xa transferidos para esa torrente." + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 133 +-#: rc.cpp:1322 ++#: rc.cpp:1274 + #, no-c-format + msgid "&Import" + msgstr "&Importar" + + #. i18n: file ./plugins/rssfeed/ktrssfeedplugin.kcfg line 10 +-#: rc.cpp:1328 ++#: rc.cpp:1280 + #, fuzzy, no-c-format + msgid "default" + msgstr "Engadir Prede&finizón" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 18 +-#: rc.cpp:1331 ++#: rc.cpp:1283 + #, no-c-format + msgid "Rss Feeds" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 36 +-#: rc.cpp:1334 ++#: rc.cpp:1286 + #, fuzzy, no-c-format + msgid "Feeds" + msgstr "Parceiros Completos:" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 78 +-#: rc.cpp:1337 ++#: rc.cpp:1289 + #, no-c-format + msgid "De&lete" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 86 +-#: rc.cpp:1340 rc.cpp:1382 rc.cpp:1392 ++#: rc.cpp:1292 rc.cpp:1331 rc.cpp:1340 + #, no-c-format + msgid "&New" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 117 +-#: rc.cpp:1343 ++#: rc.cpp:1295 + #, fuzzy, no-c-format + msgid "&URL" + msgstr "URL" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 139 +-#: rc.cpp:1346 ++#: rc.cpp:1298 + #, no-c-format + msgid "Articles" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 216 +-#: rc.cpp:1353 ++#: rc.cpp:1304 + #, no-c-format + msgid "Auto&refresh" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 242 +-#: rc.cpp:1356 ++#: rc.cpp:1307 + #, no-c-format + msgid "I&gnore TTL" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 270 +-#: rc.cpp:1359 ++#: rc.cpp:1310 + #, no-c-format + msgid "Refresh" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 299 +-#: rc.cpp:1363 rc.cpp:1395 ++#: rc.cpp:1313 rc.cpp:1343 + #, no-c-format + msgid "&Title" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 323 +-#: rc.cpp:1366 ++#: rc.cpp:1316 + #, no-c-format + msgid "Keep Articles (days)" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 347 +-#: rc.cpp:1369 rc.cpp:1398 ++#: rc.cpp:1319 rc.cpp:1346 + #, no-c-format + msgid "&Active" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 362 +-#: rc.cpp:1372 ++#: rc.cpp:1322 + #, fuzzy, no-c-format + msgid "Filters" + msgstr "Filtro de IP" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 389 +-#: rc.cpp:1375 ++#: rc.cpp:1325 + #, fuzzy, no-c-format + msgid "Accept Filters" + msgstr "Todos os Ficheiros" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 440 +-#: rc.cpp:1385 ++#: rc.cpp:1334 + #, no-c-format + msgid "Reject Filters" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 557 +-#: rc.cpp:1401 ++#: rc.cpp:1349 + #, no-c-format + msgid "Regular Expressions" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 587 +-#: rc.cpp:1404 ++#: rc.cpp:1352 + #, no-c-format + msgid "Treat as &Series" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 624 +-#: rc.cpp:1407 ++#: rc.cpp:1355 + #, fuzzy, no-c-format + msgid "Process" + msgstr "Evoluzón" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 643 +-#: rc.cpp:1411 ++#: rc.cpp:1358 + #, no-c-format + msgid "Series Criteria" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 679 +-#: rc.cpp:1414 ++#: rc.cpp:1361 + #, no-c-format + msgid "Match Without Episode" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 713 +-#: rc.cpp:1418 ++#: rc.cpp:1364 + #, no-c-format + msgid "Max Episode" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 739 +-#: rc.cpp:1421 ++#: rc.cpp:1367 + #, fuzzy, no-c-format + msgid "Max Season" + msgstr "Proporzón máxima:" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 758 +-#: rc.cpp:1424 ++#: rc.cpp:1370 + #, no-c-format + msgid "Min Season" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 782 +-#: rc.cpp:1427 ++#: rc.cpp:1373 + #, no-c-format + msgid "Min Episode" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 814 +-#: rc.cpp:1430 ++#: rc.cpp:1376 + #, no-c-format + msgid "Test te&xt" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 840 +-#: rc.cpp:1433 ++#: rc.cpp:1379 + #, fuzzy, no-c-format + msgid "Te&st" + msgstr "Verificar" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 858 +-#: rc.cpp:1436 ++#: rc.cpp:1382 + #, fuzzy, no-c-format + msgid "Filter Matches" + msgstr "Rota ao cartafol 1" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 28 +-#: rc.cpp:1447 ++#: rc.cpp:1391 + #, no-c-format + msgid "Bandwidth scheduler" + msgstr "Planificador do ancho de banda" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 50 +-#: rc.cpp:1450 ++#: rc.cpp:1394 + #, no-c-format + msgid "Left click category" + msgstr "Categoria do botón esquerdo" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 61 +-#: rc.cpp:1453 ++#: rc.cpp:1397 + #, no-c-format + msgid "Categor&y 1" + msgstr "Categor&ia 1" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 157 +-#: rc.cpp:1456 rc.cpp:1483 ++#: rc.cpp:1400 rc.cpp:1427 + #, no-c-format + msgid "T&urn off" + msgstr "&Apagar" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 165 +-#: rc.cpp:1459 rc.cpp:1486 ++#: rc.cpp:1403 rc.cpp:1430 + #, no-c-format + msgid "&Normal" + msgstr "&Normal" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 195 +-#: rc.cpp:1462 ++#: rc.cpp:1406 + #, no-c-format + msgid "Category &3" + msgstr "Categoria &3" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 206 +-#: rc.cpp:1468 rc.cpp:1492 ++#: rc.cpp:1412 rc.cpp:1436 + #, no-c-format + msgid "Category &2" + msgstr "Categoria &2" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 219 +-#: rc.cpp:1474 ++#: rc.cpp:1418 + #, no-c-format + msgid "Right click category" + msgstr "Categoria do botón direito" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 230 +-#: rc.cpp:1477 ++#: rc.cpp:1421 + #, no-c-format + msgid "Category &1" + msgstr "Categoria &1" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 367 +-#: rc.cpp:1489 ++#: rc.cpp:1433 + #, no-c-format + msgid "&Category 3" + msgstr "&Categoria 3" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 390 +-#: rc.cpp:1498 ++#: rc.cpp:1442 + #, no-c-format + msgid "Categories" + msgstr "Categorias" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 401 +-#: rc.cpp:1501 ++#: rc.cpp:1445 + #, no-c-format + msgid "1. Category" + msgstr "1. Categoria" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 409 +-#: rc.cpp:1504 ++#: rc.cpp:1448 + #, no-c-format + msgid "3. Category" + msgstr "3. Categoria" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 425 +-#: rc.cpp:1507 rc.cpp:1516 rc.cpp:1525 ++#: rc.cpp:1451 rc.cpp:1460 rc.cpp:1469 + #, no-c-format + msgid "download:" + msgstr "obtenzón:" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 441 +-#: rc.cpp:1510 rc.cpp:1519 rc.cpp:1528 ++#: rc.cpp:1454 rc.cpp:1463 rc.cpp:1472 + #, no-c-format + msgid "upload:" + msgstr "envio:" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 457 +-#: rc.cpp:1513 rc.cpp:1522 rc.cpp:1531 ++#: rc.cpp:1457 rc.cpp:1466 rc.cpp:1475 + #, no-c-format + msgid "KB/s *" + msgstr "KB/s *" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 567 +-#: rc.cpp:1534 ++#: rc.cpp:1478 + #, no-c-format + msgid "2. Category" + msgstr "2. Categoria" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 626 +-#: rc.cpp:1538 ++#: rc.cpp:1481 + #, no-c-format + msgid "* zero means no limit" + msgstr "*cero significa ilimitado" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 672 +-#: rc.cpp:1541 ++#: rc.cpp:1484 + #, no-c-format + msgid "Save to file" + msgstr "Guardar nun ficheiro" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 680 +-#: rc.cpp:1544 ++#: rc.cpp:1487 + #, no-c-format + msgid "&Load from file" + msgstr "&Ler dun ficheiro" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 688 +-#: rc.cpp:1547 ++#: rc.cpp:1490 + #, no-c-format + msgid "Reset schedule" + msgstr "Reiniciar a planificazón" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 751 +-#: rc.cpp:1550 ++#: rc.cpp:1493 + #, no-c-format + msgid "O&k" + msgstr "O&K" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 16 +-#: rc.cpp:1559 ++#: rc.cpp:1502 + #, no-c-format + msgid "Scheduler Plugin Pref Page" + msgstr "Páxina de Preferéncias da Extensión de Planificazón" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 27 +-#: rc.cpp:1562 ++#: rc.cpp:1505 + #, no-c-format + msgid "Use &bandwidth scheduler?" + msgstr "Usar o planificador do ancho de &banda?" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 35 +-#: plugins/scheduler/schedulerplugin.cpp:59 rc.cpp:1565 ++#: plugins/scheduler/schedulerplugin.cpp:59 rc.cpp:1508 + #, no-c-format + msgid "Bandwidth Scheduler" + msgstr "Planificazón do Ancho de Banda" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 46 +-#: rc.cpp:1568 ++#: rc.cpp:1511 + #, no-c-format + msgid "Use colors instead of pi&xmaps?" + msgstr "Usar cores en ve&z de imaxes?" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 54 +-#: rc.cpp:1571 ++#: rc.cpp:1514 + #, no-c-format + msgid "(Recommended for slower systems)" + msgstr "(Recomendado para os sistemas máis lentos)" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 62 +-#: rc.cpp:1574 ++#: rc.cpp:1517 + #, no-c-format + msgid "Edit s&chedule" + msgstr "Editar a &planificazón" + + #. i18n: file ./plugins/scheduler/ktschedulerplugin.kcfg line 10 +-#: rc.cpp:1577 ++#: rc.cpp:1520 + #, no-c-format + msgid "Enable bandwidth scheduler?" + msgstr "Activar a planificazón do ancho de banda?" + + #. i18n: file ./plugins/scheduler/ktschedulerplugin.kcfg line 14 +-#: rc.cpp:1580 ++#: rc.cpp:1523 + #, no-c-format + msgid "Use colors instead of pixmaps?" + msgstr "Usar cores en vez de imaxes?" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 10 +-#: rc.cpp:1583 ++#: rc.cpp:1526 + #, no-c-format + msgid "Use rich log text" + msgstr "Usar texto formatado no rexisto" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 15 +-#: rc.cpp:1586 ++#: rc.cpp:1529 + #, no-c-format + msgid "General info messages flag" + msgstr "Sinal de mensaxes de informazón xeral" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 19 +-#: rc.cpp:1589 ++#: rc.cpp:1532 + #, no-c-format + msgid "Connections messages flag" + msgstr "Sinal de mensaxes de conexóns" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 23 +-#: rc.cpp:1592 ++#: rc.cpp:1535 + #, no-c-format + msgid "DHT messages flag" + msgstr "Sinal de mensaxes DHT" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 27 +-#: rc.cpp:1595 ++#: rc.cpp:1538 + #, no-c-format + msgid "Tracker info messages flag" + msgstr "Sinal de mensaxes de informazón do localizador" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 31 +-#: rc.cpp:1598 ++#: rc.cpp:1541 + #, no-c-format + msgid "Disk IO info messages flag" + msgstr "Sinal de mensaxes de informazón da E/S do disco" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 35 +-#: rc.cpp:1601 ++#: rc.cpp:1544 + #, no-c-format + msgid "IPFilter plugin messages flag" + msgstr "Sinal das mensaxes da extensión de IPFilter" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 39 +-#: rc.cpp:1604 ++#: rc.cpp:1547 + #, no-c-format + msgid "Search plugin messages flag" + msgstr "Sinal das mensaxes da extensión de pesquisa" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 43 +-#: rc.cpp:1607 ++#: rc.cpp:1550 + #, no-c-format + msgid "PartFileImport plugin messages flag" + msgstr "Sinal das mensaxes da extensión PartFileImport" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 47 +-#: rc.cpp:1610 ++#: rc.cpp:1553 + #, no-c-format + msgid "InfoWidget plugin messages flag" + msgstr "Sinal das mensaxes da extensión InfoWidget" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 51 +-#: rc.cpp:1613 ++#: rc.cpp:1556 + #, no-c-format + msgid "UPnP plugin messages flag" + msgstr "Sinal das mensaxes da extensión de UPnP" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 55 +-#: rc.cpp:1616 ++#: rc.cpp:1559 + #, no-c-format + msgid "ScanFolder plugin messages flag" + msgstr "Sinal das mensaxes da extensión de Pesquisa de Cartafoles" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 59 +-#: rc.cpp:1619 ++#: rc.cpp:1562 + #, no-c-format + msgid "Scheduler plugin messages flag" + msgstr "Sinal das mensaxes da extensión de Planificazón" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 63 +-#: rc.cpp:1622 ++#: rc.cpp:1565 + #, fuzzy, no-c-format + msgid "RSS plugin messages flag" + msgstr "Sinal das mensaxes da extensión de pesquisa" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 67 +-#: rc.cpp:1625 ++#: rc.cpp:1568 + #, fuzzy, no-c-format + msgid "WebInterface plugin messages flag" + msgstr "Sinal das mensaxes da extensión de IPFilter" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 16 +-#: plugins/logviewer/logprefpage.cpp:31 rc.cpp:1628 ++#: plugins/logviewer/logprefpage.cpp:31 rc.cpp:1571 + #, no-c-format + msgid "LogViewer Options" + msgstr "Opzóns do Visor do Rexisto" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 44 +-#: libktorrent/pluginmanagerprefpage.cpp:63 rc.cpp:1631 ++#: libktorrent/pluginmanagerprefpage.cpp:63 rc.cpp:1574 + #, no-c-format + msgid "Plugins" + msgstr "Extensións" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 53 +-#: rc.cpp:1634 rc.cpp:1652 rc.cpp:1670 rc.cpp:1691 rc.cpp:1706 rc.cpp:1724 +-#: rc.cpp:1745 rc.cpp:1763 rc.cpp:1778 rc.cpp:1811 rc.cpp:1826 rc.cpp:1841 +-#: rc.cpp:1859 rc.cpp:1874 ++#: rc.cpp:1577 rc.cpp:1595 rc.cpp:1613 rc.cpp:1634 rc.cpp:1649 rc.cpp:1667 ++#: rc.cpp:1688 rc.cpp:1706 rc.cpp:1721 rc.cpp:1754 rc.cpp:1769 rc.cpp:1784 ++#: rc.cpp:1802 rc.cpp:1817 + #, no-c-format + msgid "All" + msgstr "Todo" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 58 +-#: rc.cpp:1637 rc.cpp:1655 rc.cpp:1673 rc.cpp:1694 rc.cpp:1709 rc.cpp:1727 +-#: rc.cpp:1748 rc.cpp:1766 rc.cpp:1781 rc.cpp:1814 rc.cpp:1829 rc.cpp:1844 +-#: rc.cpp:1862 rc.cpp:1877 ++#: rc.cpp:1580 rc.cpp:1598 rc.cpp:1616 rc.cpp:1637 rc.cpp:1652 rc.cpp:1670 ++#: rc.cpp:1691 rc.cpp:1709 rc.cpp:1724 rc.cpp:1757 rc.cpp:1772 rc.cpp:1787 ++#: rc.cpp:1805 rc.cpp:1820 + #, no-c-format + msgid "Debug" + msgstr "Depurazón" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 63 +-#: rc.cpp:1640 rc.cpp:1658 rc.cpp:1676 rc.cpp:1697 rc.cpp:1712 rc.cpp:1730 +-#: rc.cpp:1751 rc.cpp:1769 rc.cpp:1784 rc.cpp:1817 rc.cpp:1832 rc.cpp:1847 +-#: rc.cpp:1865 rc.cpp:1880 ++#: rc.cpp:1583 rc.cpp:1601 rc.cpp:1619 rc.cpp:1640 rc.cpp:1655 rc.cpp:1673 ++#: rc.cpp:1694 rc.cpp:1712 rc.cpp:1727 rc.cpp:1760 rc.cpp:1775 rc.cpp:1790 ++#: rc.cpp:1808 rc.cpp:1823 + #, no-c-format + msgid "Notice" + msgstr "Aviso" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 68 +-#: rc.cpp:1643 rc.cpp:1661 rc.cpp:1679 rc.cpp:1700 rc.cpp:1715 rc.cpp:1733 +-#: rc.cpp:1754 rc.cpp:1772 rc.cpp:1787 rc.cpp:1820 rc.cpp:1835 rc.cpp:1850 +-#: rc.cpp:1868 rc.cpp:1883 ++#: rc.cpp:1586 rc.cpp:1604 rc.cpp:1622 rc.cpp:1643 rc.cpp:1658 rc.cpp:1676 ++#: rc.cpp:1697 rc.cpp:1715 rc.cpp:1730 rc.cpp:1763 rc.cpp:1778 rc.cpp:1793 ++#: rc.cpp:1811 rc.cpp:1826 + #, no-c-format + msgid "Important" + msgstr "Importante" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 73 +-#: rc.cpp:1646 rc.cpp:1664 rc.cpp:1682 rc.cpp:1703 rc.cpp:1718 rc.cpp:1736 +-#: rc.cpp:1757 rc.cpp:1775 rc.cpp:1790 rc.cpp:1823 rc.cpp:1838 rc.cpp:1853 +-#: rc.cpp:1871 rc.cpp:1886 ++#: rc.cpp:1589 rc.cpp:1607 rc.cpp:1625 rc.cpp:1646 rc.cpp:1661 rc.cpp:1679 ++#: rc.cpp:1700 rc.cpp:1718 rc.cpp:1733 rc.cpp:1766 rc.cpp:1781 rc.cpp:1796 ++#: rc.cpp:1814 rc.cpp:1829 + #, no-c-format + msgid "None" + msgstr "Nada" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 85 +-#: rc.cpp:1649 ++#: rc.cpp:1592 + #, no-c-format + msgid "IPFilter:" + msgstr "Filtro de IPs:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 126 +-#: rc.cpp:1667 ++#: rc.cpp:1610 + #, no-c-format + msgid "Search:" + msgstr "Procurar:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 167 +-#: rc.cpp:1685 ++#: rc.cpp:1628 + #, no-c-format + msgid "UPnP:" + msgstr "UPnP:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 178 +-#: rc.cpp:1688 ++#: rc.cpp:1631 + #, no-c-format + msgid "ScanFolder:" + msgstr "Pesquisa de cartafoles:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 249 +-#: rc.cpp:1721 ++#: rc.cpp:1664 + #, no-c-format + msgid "Scheduler:" + msgstr "Planificador:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 290 +-#: rc.cpp:1739 ++#: rc.cpp:1682 + #, no-c-format + msgid "PartFileImport:" + msgstr "PartFileImport:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 301 +-#: rc.cpp:1742 ++#: rc.cpp:1685 + #, no-c-format + msgid "InfoWidget:" + msgstr "InfoWidget:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 342 +-#: rc.cpp:1760 ++#: rc.cpp:1703 + #, no-c-format + msgid "RSS plugin:" + msgstr "" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 413 +-#: rc.cpp:1793 ++#: rc.cpp:1736 + #, fuzzy, no-c-format + msgid "WebInterface plugin:" + msgstr "Opzóns Xerais" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 426 +-#: rc.cpp:1796 ++#: rc.cpp:1739 + #, no-c-format + msgid "System" + msgstr "Sistema" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 437 +-#: rc.cpp:1799 ++#: rc.cpp:1742 + #, no-c-format + msgid "General:" + msgstr "Xeral:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 445 +-#: rc.cpp:1802 ++#: rc.cpp:1745 + #, no-c-format + msgid "Connections:" + msgstr "Conexóns:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 559 +-#: rc.cpp:1856 ++#: rc.cpp:1799 + #, no-c-format + msgid "Disk I/O:" + msgstr "E/S Disco:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 640 +-#: rc.cpp:1892 ++#: rc.cpp:1835 + #, no-c-format + msgid "Use rich te&xt for log" + msgstr "Usar te&xto formatado no rexisto" + + #. i18n: file ./plugins/search/searchpref.ui line 41 +-#: rc.cpp:1898 ++#: rc.cpp:1841 + #, no-c-format + msgid "External Browser" + msgstr "" + + #. i18n: file ./plugins/search/searchpref.ui line 52 +-#: rc.cpp:1901 ++#: rc.cpp:1844 + #, no-c-format + msgid "Open searches in external browser" + msgstr "" + + #. i18n: file ./plugins/search/searchpref.ui line 60 +-#: rc.cpp:1904 rc.cpp:1955 ++#: rc.cpp:1847 rc.cpp:1892 + #, no-c-format + msgid "Use default browser" + msgstr "" + + #. i18n: file ./plugins/search/searchpref.ui line 79 +-#: rc.cpp:1908 ++#: rc.cpp:1850 + #, fuzzy, no-c-format + msgid "Custom browser path:" + msgstr "Grupos Personalizados" + + #. i18n: file ./plugins/search/searchpref.ui line 116 +-#: rc.cpp:1912 ++#: rc.cpp:1853 + #, no-c-format + msgid "Search Engines" + msgstr "Infra-estruturas de procura" + + #. i18n: file ./plugins/search/searchpref.ui line 143 +-#: rc.cpp:1916 ++#: rc.cpp:1856 + #, no-c-format + msgid "Search engine name:" + msgstr "Nome do motor de procuras:" + + #. i18n: file ./plugins/search/searchpref.ui line 187 +-#: rc.cpp:1922 ++#: rc.cpp:1862 + #, no-c-format + msgid "&Add" + msgstr "&Engadir" + + #. i18n: file ./plugins/search/searchpref.ui line 195 +-#: rc.cpp:1925 ++#: rc.cpp:1865 + #, no-c-format + msgid "Engines" + msgstr "Motores" + + #. i18n: file ./plugins/search/searchpref.ui line 206 +-#: rc.cpp:1928 ++#: rc.cpp:1868 + #, no-c-format + msgid "URL" + msgstr "URL" + + #. i18n: file ./plugins/search/searchpref.ui line 257 +-#: rc.cpp:1934 ++#: rc.cpp:1874 + #, no-c-format + msgid "R&emove All" + msgstr "B&orrar todo" + + #. i18n: file ./plugins/search/searchpref.ui line 282 +-#: rc.cpp:1937 ++#: rc.cpp:1877 + #, no-c-format + msgid "Add Defau<" + msgstr "Engadir Prede&finizón" + + #. i18n: file ./plugins/search/searchpref.ui line 290 +-#: rc.cpp:1940 ++#: rc.cpp:1880 + #, fuzzy, no-c-format + msgid "Update From Internet" + msgstr "Actualizar de Internet" + + #. i18n: file ./plugins/search/searchbar.ui line 53 + #: plugins/search/searchplugin.cpp:50 plugins/search/searchtab.cpp:48 +-#: rc.cpp:1946 ++#: rc.cpp:1883 + #, no-c-format + msgid "Search" + msgstr "Procurar" + + #. i18n: file ./plugins/search/searchbar.ui line 78 +-#: rc.cpp:1949 ++#: rc.cpp:1886 + #, no-c-format + msgid "Search engine:" + msgstr "Motor de pesquisas:" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 10 +-#: rc.cpp:1952 ++#: rc.cpp:1889 + #, no-c-format + msgid "Current search engine" + msgstr "Motor de procuras actual" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 19 +-#: rc.cpp:1958 ++#: rc.cpp:1895 + #, no-c-format + msgid "Use custom browser" + msgstr "" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 23 +-#: rc.cpp:1961 ++#: rc.cpp:1898 + #, no-c-format + msgid "Custom browser executable path" + msgstr "" +@@ -4134,7 +4134,7 @@ msgstr "A verificar os dados" + msgid "Stopped. No space left on device." + msgstr "" + +-#: libktorrent/torrent/queuemanager.cpp:135 ++#: libktorrent/torrent/queuemanager.cpp:136 + #, fuzzy + msgid "" + "You don't have enough disk space to download this torrent. Are you sure you " +@@ -4143,12 +4143,12 @@ msgstr "" + "Se desmarca un ficheiro, perderá todos os dados dese ficheiro. Está seguro de " + "que quer facer isto?" + +-#: libktorrent/torrent/queuemanager.cpp:135 ++#: libktorrent/torrent/queuemanager.cpp:136 + #, fuzzy, c-format + msgid "Insufficient disk space for %1" + msgstr "A reservar o espazo en disco" + +-#: libktorrent/torrent/queuemanager.cpp:157 ++#: libktorrent/torrent/queuemanager.cpp:158 + msgid "" + "Torrent \"%1\" has reached its maximum share ratio. Ignore the limit and start " + "seeding anyway?" +@@ -4156,16 +4156,16 @@ msgstr "" + "O torrente \"%1\" atinxiu a taxa máxima de compartizón. Desexa ignorar o limite " + "e comezar a espallar ainda asi?" + +-#: libktorrent/torrent/queuemanager.cpp:157 ++#: libktorrent/torrent/queuemanager.cpp:158 + msgid "Maximum share ratio limit reached." + msgstr "A taxa máxima de compartizón foi atinxida." + +-#: libktorrent/torrent/queuemanager.cpp:236 +-#: libktorrent/torrent/queuemanager.cpp:760 ++#: libktorrent/torrent/queuemanager.cpp:237 ++#: libktorrent/torrent/queuemanager.cpp:763 + msgid "Error stopping torrent %1 : %2" + msgstr "Erro ao parar o torrente %1 : %2" + +-#: libktorrent/torrent/queuemanager.cpp:742 ++#: libktorrent/torrent/queuemanager.cpp:745 + msgid "Error starting torrent %1 : %2" + msgstr "Erro ao iniciar o torrente %1 : %2" + +diff --git a/translations/hu/messages/ktorrent.po b/translations/hu/messages/ktorrent.po +index 1be3476..a5b5c66 100644 +--- a/translations/hu/messages/ktorrent.po ++++ b/translations/hu/messages/ktorrent.po +@@ -7,7 +7,7 @@ + msgid "" + msgstr "" + "Project-Id-Version: KTorrent \n" +-"POT-Creation-Date: 2008-04-18 19:40+0200\n" ++"POT-Creation-Date: 2008-07-08 22:20+0200\n" + "PO-Revision-Date: 2008-01-06 17:30+0100\n" + "Last-Translator: Tamas Szanto \n" + "Language-Team: Hungarian \n" +@@ -22,7 +22,7 @@ msgid "No incoming connections (possibly firewalled)" + msgstr "Nincs bejövő kapcsolat (lehet, hogy egy tűzfal miatt)" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 42 +-#: apps/ktorrent/ktorrent.cpp:184 rc.cpp:345 rc.cpp:383 rc.cpp:1019 ++#: apps/ktorrent/ktorrent.cpp:184 rc.cpp:336 rc.cpp:369 rc.cpp:989 + #, no-c-format + msgid "Info" + msgstr "Információ" +@@ -191,7 +191,7 @@ msgstr "Hibás formátumú URL." + #. i18n: file ./apps/ktorrent/ktorrentui.rc line 9 + #: apps/ktorrent/groups/downloadgroup.cpp:27 + #: apps/ktorrent/groups/groupmanager.h:57 apps/ktorrent/pref.cpp:147 +-#: apps/ktorrent/viewmanager.cpp:62 rc.cpp:138 rc.cpp:342 ++#: apps/ktorrent/viewmanager.cpp:62 rc.cpp:132 rc.cpp:333 + #, no-c-format + msgid "Downloads" + msgstr "Letöltések" +@@ -314,7 +314,7 @@ msgid "Document to open" + msgstr "Megnyitandó dokumentum" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 59 +-#: apps/ktorrent/main.cpp:120 rc.cpp:553 ++#: apps/ktorrent/main.cpp:120 rc.cpp:532 + #, no-c-format + msgid "KTorrent" + msgstr "KTorrent" +@@ -580,7 +580,7 @@ msgstr "Torrent partnerforrások:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 85 + #: apps/ktorrent/ktorrentviewmenu.cpp:66 plugins/infowidget/peerview.cpp:221 +-#: rc.cpp:77 rc.cpp:1256 rc.cpp:1307 ++#: rc.cpp:75 rc.cpp:1208 rc.cpp:1259 + #, no-c-format + msgid "DHT" + msgstr "DHT" +@@ -622,7 +622,7 @@ msgid "Add to Group" + msgstr "Hozzáadás a csoporthoz" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 16 +-#: apps/ktorrent/ktorrentviewmenu.cpp:100 rc.cpp:147 ++#: apps/ktorrent/ktorrentviewmenu.cpp:100 rc.cpp:141 + #, no-c-format + msgid "Speed Limits" + msgstr "Sebességkorlátok" +@@ -640,7 +640,7 @@ msgid "Malformed IP address." + msgstr "Hibásan megadott IP-cím." + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 311 +-#: apps/ktorrent/pref.cpp:58 rc.cpp:282 ++#: apps/ktorrent/pref.cpp:58 rc.cpp:273 + #, no-c-format + msgid "Preferences" + msgstr "Beállítások" +@@ -676,7 +676,7 @@ msgid "Advanced" + msgstr "Speciális" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 27 +-#: apps/ktorrent/pref.cpp:411 rc.cpp:540 ++#: apps/ktorrent/pref.cpp:411 rc.cpp:519 + #, no-c-format + msgid "Advanced Options" + msgstr "Speciális beállítások" +@@ -687,7 +687,7 @@ msgstr "Látható oszlopok" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 16 + #: apps/ktorrent/ktorrentview.cpp:135 +-#: plugins/infowidget/infowidgetplugin.cpp:76 rc.cpp:1016 ++#: plugins/infowidget/infowidgetplugin.cpp:76 rc.cpp:986 + #, no-c-format + msgid "Status" + msgstr "Állapot" +@@ -709,7 +709,7 @@ msgstr "Feltöltve" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 313 + #: apps/ktorrent/ktorrentview.cpp:139 plugins/infowidget/peerview.cpp:216 +-#: rc.cpp:1010 ++#: rc.cpp:980 + #, no-c-format + msgid "Down Speed" + msgstr "Sebesség le" +@@ -830,7 +830,7 @@ msgid "User" + msgstr "Egyedi" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 24 +-#: apps/ktorrent/queuedialog.cpp:75 rc.cpp:249 ++#: apps/ktorrent/queuedialog.cpp:75 rc.cpp:240 + #, no-c-format + msgid "Queue Manager" + msgstr "Sorkezelő" +@@ -1049,8 +1049,8 @@ msgid "Start torrent" + msgstr "Indítás" + + #. i18n: file ./apps/ktorrent/fileselectdlgbase.ui line 160 +-#: plugins/infowidget/fileview.cpp:49 rc.cpp:27 rc.cpp:1244 rc.cpp:1259 +-#: rc.cpp:1349 rc.cpp:1439 ++#: plugins/infowidget/fileview.cpp:49 rc.cpp:27 rc.cpp:1196 rc.cpp:1211 ++#: rc.cpp:1301 rc.cpp:1385 + #, no-c-format + msgid "Download" + msgstr "Letöltés" +@@ -1104,13 +1104,13 @@ msgid "Encryption" + msgstr "Titkosítás" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 58 +-#: rc.cpp:64 rc.cpp:787 ++#: rc.cpp:63 rc.cpp:764 + #, no-c-format + msgid "Use protocol encryption" + msgstr "Titkosítás engedélyezése" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 64 +-#: rc.cpp:68 ++#: rc.cpp:66 + #, no-c-format + msgid "" + "Protocol encryption is used to prevent ISP's from slowing down bittorrent " +@@ -1120,13 +1120,13 @@ msgstr "" + "a bittorrent kapcsolatokat." + + #. i18n: file ./apps/ktorrent/generalpref.ui line 72 +-#: rc.cpp:71 rc.cpp:790 ++#: rc.cpp:69 rc.cpp:767 + #, no-c-format + msgid "Allow unencrypted connections" + msgstr "Nem titkosított kapcsolatok engedélyezése" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 75 +-#: rc.cpp:74 ++#: rc.cpp:72 + #, no-c-format + msgid "" + "If unchecked, you'll be able to connect only to clients supporting encryption." +@@ -1135,7 +1135,7 @@ msgstr "" + "kapcsolódni." + + #. i18n: file ./apps/ktorrent/generalpref.ui line 88 +-#: rc.cpp:80 ++#: rc.cpp:78 + #, no-c-format + msgid "" + "Distributed Hash Table protocol." +@@ -1146,169 +1146,169 @@ msgstr "" + "található." + + #. i18n: file ./apps/ktorrent/generalpref.ui line 99 +-#: rc.cpp:83 ++#: rc.cpp:81 + #, no-c-format + msgid "&Use DHT to get additional peers" + msgstr "Partnerkeresés &DHT-vel is" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 118 +-#: rc.cpp:87 ++#: rc.cpp:84 + #, no-c-format + msgid "UDP port for DHT communication:" + msgstr "A DHT-kommunikáció UDP-portja:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 161 +-#: rc.cpp:90 ++#: rc.cpp:87 + #, no-c-format + msgid "Custom IP" + msgstr "Egyéni IP-cím" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 172 +-#: rc.cpp:93 ++#: rc.cpp:90 + #, no-c-format + msgid "Se&nd the tracker a custom IP address or hostname" + msgstr "A követőnek egyéni IP-cím vagy gépnév kül&dése" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 188 +-#: rc.cpp:96 ++#: rc.cpp:93 + #, no-c-format + msgid "Custom IP address or hostname:" + msgstr "Egyéni IP-cím vagy gépnév:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 205 +-#: rc.cpp:99 ++#: rc.cpp:96 + #, no-c-format + msgid "System Tray Icon" + msgstr "Rendszertálca-ikon" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 216 +-#: rc.cpp:102 ++#: rc.cpp:99 + #, no-c-format + msgid "Show s&ystem tray icon" + msgstr "Ikon megjelenítése a paneltál&cán" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 224 +-#: rc.cpp:105 ++#: rc.cpp:102 + #, no-c-format + msgid "Show speed &bar in tray icon" + msgstr "Sebesség &megjelenítése a tálcán" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 232 +-#: rc.cpp:108 ++#: rc.cpp:105 + #, no-c-format + msgid "Show system tray popup messages" + msgstr "Felbukkanó üzenetek megjelenítése a rendszertálcán" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 251 +-#: rc.cpp:112 ++#: rc.cpp:108 + #, no-c-format + msgid "Upload bandwidth (in KB/sec):" + msgstr "Feltöltési sebesség (KB/mp):" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 276 +-#: rc.cpp:115 ++#: rc.cpp:111 + #, no-c-format + msgid "Download bandwidth (in KB/sec):" + msgstr "Letöltési sebesség (KB/mp):" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 305 +-#: rc.cpp:118 ++#: rc.cpp:114 + #, no-c-format + msgid "Folders" + msgstr "Könyvtárak" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 324 +-#: rc.cpp:121 ++#: rc.cpp:117 + #, no-c-format + msgid "Folder to store temporary files:" + msgstr "Az ideiglenes fájlok könyvtára:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 342 +-#: rc.cpp:124 ++#: rc.cpp:120 + #, no-c-format + msgid "Move completed downloads to:" + msgstr "A befejezett letöltések átmozgatása ide:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 353 +-#: rc.cpp:128 ++#: rc.cpp:123 + #, no-c-format + msgid "&Automatically save downloads to:" + msgstr "A letöltések &automatikus mentése ide:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 395 +-#: rc.cpp:131 ++#: rc.cpp:126 + #, no-c-format + msgid "Copy .torrent files to:" + msgstr "A torrentfájlok másolása ide:" + + #. i18n: file ./apps/ktorrent/ktorrentui.rc line 34 +-#: rc.cpp:144 ++#: rc.cpp:138 + #, no-c-format + msgid "Download Toolbar" + msgstr "Letöltési eszköztár" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 27 +-#: rc.cpp:150 ++#: rc.cpp:144 + #, no-c-format + msgid "Set the speed limits for torrent" + msgstr "A torrent sebességkorlátozásainak beállítása" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 51 +-#: rc.cpp:153 ++#: rc.cpp:147 + #, no-c-format + msgid "Max upload rate:" + msgstr "Maximális feltöltési sebesség:" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 59 +-#: rc.cpp:156 ++#: rc.cpp:150 + #, no-c-format + msgid "Max download rate:" + msgstr "Maximális letöltési sebesség:" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 97 +-#: rc.cpp:159 rc.cpp:162 ++#: rc.cpp:153 rc.cpp:156 + #, no-c-format + msgid "KB/s (0 is no limit)" + msgstr "KB/mp (0 esetén nincs korlát)" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 16 +-#: rc.cpp:171 ++#: rc.cpp:165 + #, no-c-format + msgid "Add potential peer" + msgstr "Lehetséges partner hozzáadása" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 35 +-#: rc.cpp:174 ++#: rc.cpp:168 + #, no-c-format + msgid "Peer IP:" + msgstr "Partner IP:" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 43 +-#: rc.cpp:177 rc.cpp:208 ++#: rc.cpp:171 rc.cpp:201 + #, no-c-format + msgid "127.0.0.1" + msgstr "127.0.0.1" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 51 +-#: rc.cpp:180 rc.cpp:288 rc.cpp:525 rc.cpp:931 ++#: rc.cpp:174 rc.cpp:279 rc.cpp:504 rc.cpp:908 + #, no-c-format + msgid "Port:" + msgstr "Port:" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 100 +-#: rc.cpp:183 ++#: rc.cpp:177 + #, no-c-format + msgid "Enter peer IP and port." + msgstr "Adja meg a partner IP-címét és portszámát." + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 16 +-#: rc.cpp:193 ++#: rc.cpp:186 + #, no-c-format + msgid "KTorrent Blacklist" + msgstr "KTorrent feketelista" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 30 +-#: rc.cpp:196 ++#: rc.cpp:189 + #, no-c-format + msgid "" + "Note: Blacklist applies to current session only. Use save/open to save your " +@@ -1319,187 +1319,187 @@ msgstr "" + "szűrő bővítményt (PeerGuardian)." + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 41 +-#: rc.cpp:199 ++#: rc.cpp:192 + #, no-c-format + msgid "Banned Peers" + msgstr "Tiltott partnerek" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 50 +-#: rc.cpp:202 ++#: rc.cpp:195 + #, no-c-format + msgid "Peer IP address" + msgstr "Tiltott partnerek IP-címei" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 96 +-#: rc.cpp:205 ++#: rc.cpp:198 + #, no-c-format + msgid "Add peer:" + msgstr "Cím hozzáadása:" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 134 +-#: rc.cpp:215 ++#: rc.cpp:207 + #, no-c-format + msgid "Adds a peer to blacklist" + msgstr "Partner hozzáadása a feketelistához" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 168 +-#: rc.cpp:222 ++#: rc.cpp:213 + #, no-c-format + msgid "Removes selected peer from blacklist" + msgstr "Eltávolítja a kijelölt partnert a feketelistáról" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 176 +-#: rc.cpp:225 ++#: rc.cpp:216 + #, no-c-format + msgid "C&lear" + msgstr "Tö&rlés" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 182 +-#: rc.cpp:228 ++#: rc.cpp:219 + #, no-c-format + msgid "Clears this list" + msgstr "Lista törlése" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 218 +-#: rc.cpp:234 ++#: rc.cpp:225 + #, no-c-format + msgid "Save &As..." + msgstr "Mentés má&sként..." + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 224 +-#: rc.cpp:237 ++#: rc.cpp:228 + #, no-c-format + msgid "Save this blacklist to use with KTorrent IPFilter plugin" + msgstr "Ezen feketelista mentése a KTorrent IP szűrő bővítménye számára" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 59 +-#: rc.cpp:252 ++#: rc.cpp:243 + #, no-c-format + msgid "Maximum downloads:" + msgstr "A letöltések max. száma:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 86 +-#: rc.cpp:255 ++#: rc.cpp:246 + #, no-c-format + msgid "Maximum seeds:" + msgstr "A feltöltések max. száma:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 94 +-#: rc.cpp:258 ++#: rc.cpp:249 + #, no-c-format + msgid "Start download on low disk space :" + msgstr "Ha letöltés indításakor kevés a hely:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 102 +-#: rc.cpp:261 ++#: rc.cpp:252 + #, no-c-format + msgid "Minimum disk space:" + msgstr "Minimális lemezterület:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 140 +-#: rc.cpp:264 ++#: rc.cpp:255 + #, no-c-format + msgid "Don't start" + msgstr "Ne induljon el" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 145 +-#: rc.cpp:267 ++#: rc.cpp:258 + #, no-c-format + msgid "Always ask" + msgstr "Kérjen megerősítést" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 150 +-#: rc.cpp:270 ++#: rc.cpp:261 + #, no-c-format + msgid "Force start" + msgstr "Induljon el" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 208 +-#: rc.cpp:273 ++#: rc.cpp:264 + #, no-c-format + msgid "MB" + msgstr "MB" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 236 +-#: rc.cpp:276 rc.cpp:279 rc.cpp:312 rc.cpp:315 rc.cpp:324 ++#: rc.cpp:267 rc.cpp:270 rc.cpp:303 rc.cpp:306 rc.cpp:315 + #, no-c-format + msgid "(0 is no limit)" + msgstr "(0 esetén nincs korlát)" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 330 +-#: rc.cpp:285 ++#: rc.cpp:276 + #, no-c-format + msgid "Maximum download rate:" + msgstr "Maximális letöltési sebesség:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 346 +-#: rc.cpp:291 ++#: rc.cpp:282 + #, no-c-format + msgid "Global connection limit:" + msgstr "Engedélyezett kapcsolatok összesen:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 354 +-#: rc.cpp:294 ++#: rc.cpp:285 + #, no-c-format + msgid "Max seed time:" + msgstr "Maximális megosztási idő:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 370 +-#: rc.cpp:297 ++#: rc.cpp:288 + #, no-c-format + msgid "Maximum connections per torrent:" + msgstr "A kapcsolatok max. száma egy torrentnél:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 397 +-#: rc.cpp:300 ++#: rc.cpp:291 + #, no-c-format + msgid "Number of upload slots:" + msgstr "Feltöltő pontok száma:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 405 +-#: rc.cpp:303 ++#: rc.cpp:294 + #, no-c-format + msgid "UDP tracker port:" + msgstr "A követő UDP-portja:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 413 +-#: rc.cpp:306 ++#: rc.cpp:297 + #, no-c-format + msgid "Max share ratio:" + msgstr "Maximális megosztási arány:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 421 +-#: rc.cpp:309 ++#: rc.cpp:300 + #, no-c-format + msgid "Maximum upload rate:" + msgstr "Maximális feltöltési sebesség:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 576 +-#: rc.cpp:318 rc.cpp:321 ++#: rc.cpp:309 rc.cpp:312 + #, no-c-format + msgid "KB/sec (0 is no limit)" + msgstr "KB/mp (0 esetén nincs korlát)" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 651 +-#: rc.cpp:327 ++#: rc.cpp:318 + #, no-c-format + msgid "Hours (0 is no limit)" + msgstr "Óra (0 esetén nincs korlát)" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 663 +-#: rc.cpp:330 ++#: rc.cpp:321 + #, no-c-format + msgid "&Keep seeding after download is finished" + msgstr "A megosztás &folytatása a letöltés befejeződése után" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 674 +-#: rc.cpp:333 ++#: rc.cpp:324 + #, no-c-format + msgid "Attention" + msgstr "Figyelem" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 685 +-#: rc.cpp:336 ++#: rc.cpp:327 + #, no-c-format + msgid "" + "The above ports must also be forwarded if you are behind a router. The UPnP " +@@ -1509,283 +1509,283 @@ msgstr "" + "bővítmény segítségével ez elvégezhető." + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 16 +-#: rc.cpp:339 ++#: rc.cpp:330 + #, no-c-format + msgid "KT Queue Dialog" + msgstr "Sorkezelő párbeszédablak" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 69 +-#: rc.cpp:348 rc.cpp:386 rc.cpp:1107 ++#: rc.cpp:339 rc.cpp:372 rc.cpp:1067 + #, no-c-format + msgid "Status:" + msgstr "Állapot:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 85 +-#: rc.cpp:351 rc.cpp:389 rc.cpp:1808 ++#: rc.cpp:342 rc.cpp:375 rc.cpp:1751 + #, no-c-format + msgid "Tracker:" + msgstr "Követő:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 93 +-#: rc.cpp:354 rc.cpp:392 rc.cpp:1805 ++#: rc.cpp:345 rc.cpp:378 rc.cpp:1748 + #, no-c-format + msgid "DHT:" + msgstr "DHT:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 109 +-#: rc.cpp:357 rc.cpp:395 rc.cpp:1061 ++#: rc.cpp:348 rc.cpp:381 rc.cpp:1025 + #, no-c-format + msgid "Share ratio:" + msgstr "Arány:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 117 +-#: rc.cpp:360 ++#: rc.cpp:351 + #, no-c-format + msgid "Bytes left:" + msgstr "Hátravan (bájt):" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 177 +-#: rc.cpp:368 rc.cpp:377 ++#: rc.cpp:354 rc.cpp:363 + #, no-c-format + msgid "Torrent" + msgstr "Torrent" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 188 +-#: rc.cpp:371 rc.cpp:380 ++#: rc.cpp:357 rc.cpp:366 + #, no-c-format + msgid "Controlled by" + msgstr "Vezérlő" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 214 +-#: rc.cpp:374 ++#: rc.cpp:360 + #, no-c-format + msgid "Upload&s" + msgstr "&Feltöltések" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 333 +-#: rc.cpp:398 ++#: rc.cpp:384 + #, no-c-format + msgid "Uploaded:" + msgstr "Feltöltve:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 486 +-#: rc.cpp:406 ++#: rc.cpp:387 + #, no-c-format + msgid "M&ove up" + msgstr "&Mozgatás felfelé" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 494 +-#: rc.cpp:409 ++#: rc.cpp:390 + #, no-c-format + msgid "Move dow&n" + msgstr "M&ozgatás lefelé" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 519 +-#: rc.cpp:412 ++#: rc.cpp:393 + #, no-c-format + msgid "Move to top" + msgstr "Mozgatás legfelülre" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 530 +-#: rc.cpp:416 ++#: rc.cpp:396 + #, no-c-format + msgid "Move to &bottom" + msgstr "Mozgatás leg&alulra" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 555 +-#: rc.cpp:419 ++#: rc.cpp:399 + #, no-c-format + msgid "&QM Controlled" + msgstr "&Sorkezelővel vezérelt" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 563 +-#: rc.cpp:422 ++#: rc.cpp:402 + #, no-c-format + msgid "&User Controlled" + msgstr "&Egyedi vezérlésű" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 30 +-#: rc.cpp:434 ++#: rc.cpp:414 + #, no-c-format + msgid "Paste URL" + msgstr "URL beillesztése" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 52 +-#: rc.cpp:437 rc.cpp:1104 rc.cpp:1919 ++#: rc.cpp:417 rc.cpp:1064 rc.cpp:1859 + #, no-c-format + msgid "URL:" + msgstr "URL:" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 106 +-#: rc.cpp:440 ++#: rc.cpp:420 + #, no-c-format + msgid "O&K" + msgstr "O&K" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 114 +-#: rc.cpp:443 rc.cpp:675 rc.cpp:1176 ++#: rc.cpp:423 rc.cpp:653 rc.cpp:1128 + #, no-c-format + msgid "C&ancel" + msgstr "&Mégsem" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 16 +-#: rc.cpp:446 ++#: rc.cpp:426 + #, no-c-format + msgid "Create Torrent" + msgstr "Torrent létrehozása" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 38 +-#: rc.cpp:449 ++#: rc.cpp:429 + #, no-c-format + msgid "The file or folder of which you want to create a torrent:" + msgstr "Torrent létrehozása fájlból vagy könyvtárból:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 53 +-#: rc.cpp:452 ++#: rc.cpp:432 + #, no-c-format + msgid "You must add at least one tracker or node." + msgstr "Legalább egy követőt vagy csomópontot meg kell adnia." + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 61 +-#: rc.cpp:455 ++#: rc.cpp:435 + #, no-c-format + msgid "File Options" + msgstr "Fájlbeállítások" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 80 +-#: rc.cpp:458 ++#: rc.cpp:438 + #, no-c-format + msgid "Size of each chunk:" + msgstr "Darabméret:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 86 +-#: rc.cpp:461 ++#: rc.cpp:441 + #, no-c-format + msgid "32" + msgstr "32" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 91 +-#: rc.cpp:464 ++#: rc.cpp:444 + #, no-c-format + msgid "64" + msgstr "64" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 96 +-#: rc.cpp:467 ++#: rc.cpp:447 + #, no-c-format + msgid "128" + msgstr "128" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 101 +-#: rc.cpp:470 ++#: rc.cpp:450 + #, no-c-format + msgid "256" + msgstr "256" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 106 +-#: rc.cpp:473 ++#: rc.cpp:453 + #, no-c-format + msgid "512" + msgstr "512" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 111 +-#: rc.cpp:476 ++#: rc.cpp:456 + #, no-c-format + msgid "1024" + msgstr "1024" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 116 +-#: rc.cpp:479 ++#: rc.cpp:459 + #, no-c-format + msgid "2048" + msgstr "2048" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 121 +-#: rc.cpp:482 ++#: rc.cpp:462 + #, no-c-format + msgid "4096" + msgstr "4096" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 126 +-#: rc.cpp:485 ++#: rc.cpp:465 + #, no-c-format + msgid "8192" + msgstr "8192" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 138 +-#: rc.cpp:488 rc.cpp:633 ++#: rc.cpp:468 rc.cpp:611 + #, no-c-format + msgid "KB" + msgstr "KB" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 165 +-#: rc.cpp:491 ++#: rc.cpp:471 + #, no-c-format + msgid "Start seedin&g the torrent" + msgstr "Me&gosztás" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 176 +-#: rc.cpp:494 ++#: rc.cpp:474 + #, no-c-format + msgid "Decentrali&zed (DHT only)" + msgstr "El&osztott torrent (csak DHT)" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 184 +-#: rc.cpp:497 ++#: rc.cpp:477 + #, no-c-format + msgid "Private torrent (DHT not allowed)" + msgstr "Privát torrent (DHT letiltva)" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 202 +-#: rc.cpp:500 ++#: rc.cpp:480 + #, no-c-format + msgid "Comments:" + msgstr "Megjegyzés:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 248 +-#: rc.cpp:503 ++#: rc.cpp:483 + #, no-c-format + msgid "&Create" + msgstr "&Létrehozás" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 262 +-#: rc.cpp:506 rc.cpp:1325 ++#: rc.cpp:486 rc.cpp:1277 + #, no-c-format + msgid "Ca&ncel" + msgstr "&Mégsem" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 275 +-#: plugins/infowidget/infowidgetplugin.cpp:214 rc.cpp:509 rc.cpp:1101 ++#: plugins/infowidget/infowidgetplugin.cpp:214 rc.cpp:489 rc.cpp:1061 + #, no-c-format + msgid "Trackers" + msgstr "Követők" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 283 +-#: rc.cpp:512 ++#: rc.cpp:492 + #, no-c-format + msgid "DHT nodes" + msgstr "DHT csomópontok" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 333 +-#: rc.cpp:522 ++#: rc.cpp:501 + #, no-c-format + msgid "Node:" + msgstr "Csomópont:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 385 +-#: rc.cpp:528 ++#: rc.cpp:507 + #, no-c-format + msgid "IP or hostname" + msgstr "IP-cím vagy gépnév" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 396 +-#: rc.cpp:531 rc.cpp:718 rc.cpp:721 ++#: rc.cpp:510 rc.cpp:695 rc.cpp:698 + #, no-c-format + msgid "Port" + msgstr "Port" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 437 +-#: rc.cpp:534 ++#: rc.cpp:513 + #, no-c-format + msgid "" + "NOTE: Some known good DHT nodes are already inserted. You should probably " +@@ -1796,19 +1796,19 @@ msgstr "" + "szeretné mások számára a torrent elérését." + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 16 +-#: rc.cpp:537 ++#: rc.cpp:516 + #, no-c-format + msgid "Advanced Preferences" + msgstr "Speciális beállítások" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 46 +-#: rc.cpp:543 ++#: rc.cpp:522 + #, no-c-format + msgid "Time left estimation algorithm:" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 53 +-#: rc.cpp:546 rc.cpp:568 ++#: rc.cpp:525 rc.cpp:547 + #, no-c-format + msgid "" + "KTorrent algorithm: Default algorithm using combination of other " +@@ -1835,427 +1835,427 @@ msgstr "" + "Mozgó átlag algoritmus: X minta alapján számított mozgó átlagsebesség" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 64 +-#: rc.cpp:556 ++#: rc.cpp:535 + #, no-c-format + msgid "Current speed" + msgstr "Aktuális sebesség" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 69 +-#: rc.cpp:559 ++#: rc.cpp:538 + #, no-c-format + msgid "Global average speed" + msgstr "Globális átlagsebesség" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 74 +-#: rc.cpp:562 ++#: rc.cpp:541 + #, no-c-format + msgid "Window of X" + msgstr "X ablak" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 79 +-#: rc.cpp:565 ++#: rc.cpp:544 + #, no-c-format + msgid "Moving average" + msgstr "Mozgó átlag" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 98 +-#: rc.cpp:575 ++#: rc.cpp:554 + #, no-c-format + msgid "(takes effect after restart)" + msgstr "(újraindítás után lép életbe)" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 125 +-#: rc.cpp:578 ++#: rc.cpp:557 + #, no-c-format + msgid "Disa&ble diskspace preallocation" + msgstr "&Lemezterület előzetes lefoglalásának letiltása" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 141 +-#: rc.cpp:581 ++#: rc.cpp:560 + #, no-c-format + msgid "F&ully preallocate diskspace (avoids fragmentation)" + msgstr "Lemezterület teljes &előzetes lefoglalása (a töredezés elkerüléséhez)" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 147 +-#: rc.cpp:584 ++#: rc.cpp:563 + #, no-c-format + msgid "Basic (slow)" + msgstr "Egyszerű (lassú)" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 152 +-#: rc.cpp:587 ++#: rc.cpp:566 + #, no-c-format + msgid "Filesystem specific" + msgstr "A fájlrendszer típusától függően" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 174 +-#: rc.cpp:590 ++#: rc.cpp:569 + #, no-c-format + msgid "Performance" + msgstr "Teljesítmény" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 193 +-#: rc.cpp:593 ++#: rc.cpp:572 + #, no-c-format + msgid "Memory usage:" + msgstr "Memóriahasználat:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 199 +-#: rc.cpp:596 ++#: rc.cpp:575 + #, no-c-format + msgid "Low" + msgstr "kicsi" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 204 +-#: rc.cpp:599 ++#: rc.cpp:578 + #, no-c-format + msgid "Medium" + msgstr "közepes" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 209 +-#: rc.cpp:602 ++#: rc.cpp:581 + #, no-c-format + msgid "High" + msgstr "nagy" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 248 +-#: rc.cpp:605 ++#: rc.cpp:584 + #, no-c-format + msgid "GUI update interval:" + msgstr "A felület frissítési időköze:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 254 +-#: rc.cpp:608 ++#: rc.cpp:587 + #, no-c-format + msgid "500ms" + msgstr "500ms" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 259 +-#: rc.cpp:611 ++#: rc.cpp:590 + #, no-c-format + msgid "1s" + msgstr "1s" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 264 +-#: rc.cpp:614 ++#: rc.cpp:593 + #, no-c-format + msgid "2s" + msgstr "2s" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 269 +-#: rc.cpp:617 ++#: rc.cpp:596 + #, no-c-format + msgid "5s" + msgstr "5s" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 308 +-#: rc.cpp:620 ++#: rc.cpp:599 + #, no-c-format + msgid "Fast CPU" + msgstr "Gyors CPU" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 342 +-#: rc.cpp:624 ++#: rc.cpp:602 + #, no-c-format + msgid "Slow CPU" + msgstr "Lassú CPU" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 354 +-#: rc.cpp:627 ++#: rc.cpp:605 + #, no-c-format + msgid "Data Checking" + msgstr "Adatellenőrzés" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 373 +-#: rc.cpp:630 ++#: rc.cpp:608 + #, no-c-format + msgid "During uploading, do ¬ recheck chunks bigger than" + msgstr "Feltöltéskor &ne ellenőrizze az ennél nagyobb fájldarabokat" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 430 +-#: rc.cpp:636 ++#: rc.cpp:614 + #, no-c-format + msgid "Do a data integrit&y check after" + msgstr "Adat&integritási ellenőrzés" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 449 +-#: rc.cpp:639 ++#: rc.cpp:617 + #, no-c-format + msgid "corrupted chunks" + msgstr "sérült fájldarab után" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 478 +-#: rc.cpp:642 ++#: rc.cpp:620 + #, no-c-format + msgid "Networking" + msgstr "Hálózatkezelés" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 505 +-#: rc.cpp:645 ++#: rc.cpp:623 + #, no-c-format + msgid "Maximum number of connection setups:" + msgstr "A kapcsolatbeállítások max. száma:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 527 +-#: rc.cpp:648 ++#: rc.cpp:626 + #, no-c-format + msgid "DSCP for IP packets:" + msgstr "DSCP az IP-csomagokhoz:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 570 +-#: rc.cpp:651 ++#: rc.cpp:629 + #, no-c-format + msgid "Do not use the KDE pro&xy settings for HTTP tracker connections" + msgstr "Ne használja a KDE pro&xybeállításait HTTP követők eléréséhez" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 586 +-#: rc.cpp:654 ++#: rc.cpp:632 + #, no-c-format + msgid "HTTP tracker proxy:" + msgstr "HTTP követő proxy:" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 24 +-#: rc.cpp:657 ++#: rc.cpp:635 + #, no-c-format + msgid "Scanning data" + msgstr "Adatellenőrzés" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 38 +-#: rc.cpp:660 ++#: rc.cpp:638 + #, no-c-format + msgid "Scanning data of torrent :" + msgstr "A torrentadatok ellenőrzése:" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 62 +-#: rc.cpp:663 ++#: rc.cpp:641 + #, no-c-format + msgid "Number of chunks found :" + msgstr "A megtalált fájldarabok száma:" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 70 +-#: rc.cpp:666 ++#: rc.cpp:644 + #, no-c-format + msgid "Number of chunks failed / not downloaded :" + msgstr "Hibás vagy nem letöltött fájldarabok:" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 97 +-#: rc.cpp:669 rc.cpp:672 ++#: rc.cpp:647 rc.cpp:650 + #, no-c-format + msgid "0" + msgstr "0" + + #. i18n: file ./apps/ktupnptest/mainwidget.ui line 54 +-#: rc.cpp:678 ++#: rc.cpp:656 + #, no-c-format + msgid "Test" + msgstr "Próba" + + #. i18n: file ./libktorrent/labelviewitembase.ui line 49 +-#: rc.cpp:685 ++#: rc.cpp:662 + #, no-c-format + msgid "textLabel2" + msgstr "textLabel2" + + #. i18n: file ./libktorrent/labelviewitembase.ui line 65 +-#: rc.cpp:688 ++#: rc.cpp:665 + #, no-c-format + msgid "textLabel3" + msgstr "textLabel3" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 10 +-#: rc.cpp:691 ++#: rc.cpp:668 + #, no-c-format + msgid "Maximum number of downloads (0 = no limit)" + msgstr "A letöltések max. száma (0 esetén nincs korlát)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 15 +-#: rc.cpp:694 ++#: rc.cpp:671 + #, no-c-format + msgid "Maximum number of seeds (0 = no limit)" + msgstr "A feltöltések max. száma (0 esetén nincs korlát)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 20 +-#: rc.cpp:697 ++#: rc.cpp:674 + #, no-c-format + msgid "Start downloads on low disk space?" + msgstr "Letöltések elkezdése, ha kevés a hely?" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 24 +-#: rc.cpp:700 ++#: rc.cpp:677 + #, no-c-format + msgid "Maximum number of connections per torrent (0 = no limit)" + msgstr "A kapcsolatok max. száma egy torrentnél (0 esetén nincs korlát)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 29 +-#: rc.cpp:703 ++#: rc.cpp:680 + #, no-c-format + msgid "Maximum number of connections for all torrents (0 = no limit) " + msgstr "A kapcsolatok max. száma összesen (0 esetén nincs korlát) " + + #. i18n: file ./libktorrent/ktorrent.kcfg line 34 +-#: rc.cpp:706 ++#: rc.cpp:683 + #, no-c-format + msgid "Maximum upload speed in KB/sec (0 = no limit)" + msgstr "Maximális feltöltési sebesség, KB/mp (0 esetén nincs korlát)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 39 +-#: rc.cpp:709 ++#: rc.cpp:686 + #, no-c-format + msgid "Maximum download speed in KB/sec (0 = no limit)" + msgstr "Maximális letöltési sebesség KB/mp-ben (0 = nincs korlát)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 44 +-#: rc.cpp:712 ++#: rc.cpp:689 + #, no-c-format + msgid "Maximum share ratio(0 = no limit)" + msgstr "Maximális megosztási arány (0 esetén nincs korlát)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 49 +-#: rc.cpp:715 ++#: rc.cpp:692 + #, no-c-format + msgid "Maximum seed time in hours (0 = no limit)" + msgstr "A megosztás maximális ideje órában (0 esetén nincs korlát)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 66 +-#: rc.cpp:724 ++#: rc.cpp:701 + #, no-c-format + msgid "Show a system tray icon" + msgstr "Ikon megjelenítése a paneltálcán" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 70 +-#: rc.cpp:727 ++#: rc.cpp:704 + #, no-c-format + msgid "Show speed bar in tray icon" + msgstr "Sebesség megjelenítése a tálcaikonban" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 74 +-#: rc.cpp:730 ++#: rc.cpp:707 + #, no-c-format + msgid "Download bandwidth (in kb/s):" + msgstr "Letöltési sebesség (kb/mp):" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 80 +-#: rc.cpp:733 ++#: rc.cpp:710 + #, no-c-format + msgid "Upload bandwidth (in kb/s):" + msgstr "Felöltési sebesség (kb/mp):" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 86 +-#: rc.cpp:736 ++#: rc.cpp:713 + #, no-c-format + msgid "Show popup messages when torrent is finished." + msgstr "Értesítő üzenet megjelenítése torrent befejeződésekor." + + #. i18n: file ./libktorrent/ktorrent.kcfg line 90 +-#: rc.cpp:739 ++#: rc.cpp:716 + #, no-c-format + msgid "Keep seeding after download has finished" + msgstr "A megosztás folytatása a letöltés befejeződése után" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 94 +-#: rc.cpp:742 ++#: rc.cpp:719 + #, no-c-format + msgid "Folder to store temporary files" + msgstr "Az ideiglenes fájlok könyvtára" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 98 +-#: rc.cpp:745 ++#: rc.cpp:722 + #, no-c-format + msgid "Whether to automatically save downloads to saveDir" + msgstr "A letöltések automatikus mentése ide" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 102 +-#: rc.cpp:748 ++#: rc.cpp:725 + #, no-c-format + msgid "Folder to store downloaded files" + msgstr "A letöltött fájlok könyvtára" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 106 +-#: rc.cpp:751 ++#: rc.cpp:728 + #, no-c-format + msgid "Whether to automatically move completed downloads to completedDir" + msgstr "A befejezett letöltések áthelyezendők-e a completedDir könyvtárba" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 110 +-#: rc.cpp:754 ++#: rc.cpp:731 + #, no-c-format + msgid "Folder to move completed downloaded files to" + msgstr "A letöltött fájlok áthelyezése ebbe a mappába" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 114 +-#: rc.cpp:757 ++#: rc.cpp:734 + #, no-c-format + msgid "Whether to automatically copy .torrent files to torrentCopyDir" + msgstr "A torrentfájlok automatikusan másolandók-e a torrentCopyDir mappába" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 118 +-#: rc.cpp:760 ++#: rc.cpp:737 + #, no-c-format + msgid "Folder to copy .torrent files to" + msgstr "A torrentfájlok másolása ebbe a mappába" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 122 +-#: rc.cpp:763 ++#: rc.cpp:740 + #, no-c-format + msgid "Whether to use a custom IP to pass to the tracker" + msgstr "Egyéni IP-cím küldése a követőnek" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 126 +-#: rc.cpp:766 ++#: rc.cpp:743 + #, no-c-format + msgid "Directory which was used as the last save directory" + msgstr "Az utolsó mentési könyvtár" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 130 +-#: rc.cpp:769 ++#: rc.cpp:746 + #, no-c-format + msgid "IP to pass to the tracker" + msgstr "A követőnek jelzett IP-cím" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 134 +-#: rc.cpp:772 ++#: rc.cpp:749 + #, no-c-format + msgid "Memory usage" + msgstr "Memóriahasználat" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 138 +-#: rc.cpp:775 ++#: rc.cpp:752 + #, no-c-format + msgid "GUI update interval" + msgstr "felületfrissítési ciklus" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 142 +-#: rc.cpp:778 ++#: rc.cpp:755 + #, no-c-format + msgid "Support for DHT" + msgstr "DHT-támogatás" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 146 +-#: rc.cpp:781 ++#: rc.cpp:758 + #, no-c-format + msgid "DHT port" + msgstr "DHT-port" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 152 +-#: rc.cpp:784 ++#: rc.cpp:761 + #, no-c-format + msgid "Number of upload slots" + msgstr "Feltöltési helyek száma" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 196 +-#: rc.cpp:793 ++#: rc.cpp:770 + #, no-c-format + msgid "Columns shown in KTorrentView" + msgstr "Oszlopok megjelenítése KTorrentView-ban" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 205 +-#: rc.cpp:796 ++#: rc.cpp:773 + #, no-c-format + msgid "ET algorithm" + msgstr "Időbecslési algoritmus" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 227 +-#: rc.cpp:799 ++#: rc.cpp:776 + #, no-c-format + msgid "" + "When there's no space left to complete download and free diskspace is less than " +@@ -2265,457 +2265,457 @@ msgstr "" + "kisebb, mint a minDiskSpace, akkor a torrent leállításra kerül." + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 16 +-#: rc.cpp:802 ++#: rc.cpp:779 + #, no-c-format + msgid "Plugin Manager" + msgstr "Bővítménykezelő" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 48 +-#: rc.cpp:805 ++#: rc.cpp:782 + #, no-c-format + msgid "Load" + msgstr "Elindítás" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 56 +-#: rc.cpp:808 ++#: rc.cpp:785 + #, no-c-format + msgid "U&nload" + msgstr "&Leállítás" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 64 +-#: rc.cpp:811 ++#: rc.cpp:788 + #, no-c-format + msgid "Load &All" + msgstr "Mindegyik &elindítása" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 72 +-#: rc.cpp:814 ++#: rc.cpp:791 + #, no-c-format + msgid "&Unload All" + msgstr "Mindegyik &leállítása" + + #. i18n: file ./plugins/upnp/ktupnpplugin.kcfg line 10 +-#: rc.cpp:817 ++#: rc.cpp:794 + #, no-c-format + msgid "Default UPnP device to use" + msgstr "Használni kívánt alapértelmezett UPnP eszköz" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 16 +-#: plugins/upnp/upnpplugin.cpp:46 plugins/upnp/upnpprefpage.cpp:31 rc.cpp:820 ++#: plugins/upnp/upnpplugin.cpp:46 plugins/upnp/upnpprefpage.cpp:31 rc.cpp:797 + #, no-c-format + msgid "UPnP" + msgstr "UPnP" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 35 +-#: rc.cpp:823 ++#: rc.cpp:800 + #, no-c-format + msgid "Detected devices:" + msgstr "Felismert eszközök:" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 41 +-#: rc.cpp:826 ++#: rc.cpp:803 + #, no-c-format + msgid "Device" + msgstr "Eszköz" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 52 +-#: rc.cpp:829 ++#: rc.cpp:806 + #, no-c-format + msgid "Ports Forwarded" + msgstr "Átirányított portok" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 63 +-#: rc.cpp:832 ++#: rc.cpp:809 + #, no-c-format + msgid "WAN Connection" + msgstr "WAN-kapcsolat" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 91 +-#: rc.cpp:835 ++#: rc.cpp:812 + #, no-c-format + msgid "Forw&ard Ports" + msgstr "&Port átirányítása" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 99 +-#: rc.cpp:838 ++#: rc.cpp:815 + #, no-c-format + msgid "Undo Port Forwarding" + msgstr "Portátirányítás visszavonása" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 124 +-#: rc.cpp:841 ++#: rc.cpp:818 + #, no-c-format + msgid "Rescan" + msgstr "Újrakeresés" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 9 +-#: rc.cpp:844 ++#: rc.cpp:821 + #, no-c-format + msgid "Enable scanning of folder1?" + msgstr "Az 1. könyvtár ellenőrzése" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 14 +-#: rc.cpp:847 ++#: rc.cpp:824 + #, no-c-format + msgid "Enable scanning of folder2?" + msgstr "A 2. könyvtár ellenőrzése" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 19 +-#: rc.cpp:850 ++#: rc.cpp:827 + #, no-c-format + msgid "Enable scanning of folder3?" + msgstr "A 3. könyvtár ellenőrzése" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 24 +-#: rc.cpp:853 ++#: rc.cpp:830 + #, no-c-format + msgid "Folder1 path" + msgstr "1. könyvtár" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 29 +-#: rc.cpp:856 ++#: rc.cpp:833 + #, no-c-format + msgid "Folder2 path" + msgstr "2. könyvtár" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 34 +-#: rc.cpp:859 ++#: rc.cpp:836 + #, no-c-format + msgid "Folder3 path" + msgstr "3. könyvtár" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 39 +-#: rc.cpp:862 ++#: rc.cpp:839 + #, no-c-format + msgid "Whether to open torrent silently or not." + msgstr "A torrent megnyitása néma módban történjen-e." + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 44 +-#: rc.cpp:865 ++#: rc.cpp:842 + #, no-c-format + msgid "Delete action checked." + msgstr "Törlési művelet bejelölve." + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 49 +-#: rc.cpp:868 ++#: rc.cpp:845 + #, no-c-format + msgid "Move action checked." + msgstr "Mozgatási művelet bejelölve." + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 16 +-#: rc.cpp:871 ++#: rc.cpp:848 + #, no-c-format + msgid "ScanFolder Preferences" + msgstr "A bővítmény beállítása" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 35 +-#: rc.cpp:874 ++#: rc.cpp:851 + #, no-c-format + msgid "Scan folder &1" + msgstr "&1. könyvtár" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 38 +-#: rc.cpp:877 rc.cpp:1480 ++#: rc.cpp:854 rc.cpp:1424 + #, no-c-format + msgid "Alt+1" + msgstr "Alt+1" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 46 +-#: rc.cpp:880 ++#: rc.cpp:857 + #, no-c-format + msgid "Scan folder &2" + msgstr "&2. könyvtár" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 49 +-#: rc.cpp:883 rc.cpp:1471 rc.cpp:1495 ++#: rc.cpp:860 rc.cpp:1415 rc.cpp:1439 + #, no-c-format + msgid "Alt+2" + msgstr "Alt+2" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 57 +-#: rc.cpp:886 ++#: rc.cpp:863 + #, no-c-format + msgid "Scan folder &3" + msgstr "&3. könyvtár" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 60 +-#: rc.cpp:889 rc.cpp:1465 ++#: rc.cpp:866 rc.cpp:1409 + #, no-c-format + msgid "Alt+3" + msgstr "Alt+3" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 81 +-#: rc.cpp:895 ++#: rc.cpp:872 + #, no-c-format + msgid "Move to \"loaded\" directory &after loading" + msgstr "Áthelyezés a \"betöltve\" könyv&tárba betöltés után" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 84 +-#: rc.cpp:898 ++#: rc.cpp:875 + #, no-c-format + msgid "Move torrent to \"loaded\" directory after loading it" + msgstr "A torrent áthelyezése a \"betöltve\" könyvtárba betöltés után" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 92 +-#: rc.cpp:901 ++#: rc.cpp:878 + #, no-c-format + msgid "Open torrents silentl&y" + msgstr "A torrentek megnyitása néma mó&dban történjen" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 95 +-#: rc.cpp:904 ++#: rc.cpp:881 + #, no-c-format + msgid "Do not show 'Select files to download' dialog" + msgstr "Ne jelenjen meg 'A letöltendő fájlok kiválasztása' ablak" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 103 +-#: rc.cpp:907 ++#: rc.cpp:884 + #, no-c-format + msgid "Delete after loadin&g" + msgstr "Törlés betöltés &után" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 106 +-#: rc.cpp:910 ++#: rc.cpp:887 + #, no-c-format + msgid "Deletes torrent after loading" + msgstr "A torrentek törlése betöltés után" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 116 +-#: rc.cpp:913 ++#: rc.cpp:890 + #, no-c-format + msgid "Folders to scan" + msgstr "Átnézendő könyvtárak" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 151 +-#: rc.cpp:916 ++#: rc.cpp:893 + #, no-c-format + msgid "Folder 1:" + msgstr "1. könyvtár:" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 162 +-#: rc.cpp:919 ++#: rc.cpp:896 + #, no-c-format + msgid "Folder 2:" + msgstr "2. könyvtár:" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 173 +-#: rc.cpp:922 ++#: rc.cpp:899 + #, no-c-format + msgid "Folder 3:" + msgstr "3. könyvtár:" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 30 +-#: rc.cpp:925 rc.cpp:1895 ++#: rc.cpp:902 rc.cpp:1838 + #, no-c-format + msgid "Search Preferences" + msgstr "Keresési beállítások" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 41 +-#: rc.cpp:928 ++#: rc.cpp:905 + #, no-c-format + msgid "Web Server" + msgstr "Webkiszolgáló" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 82 +-#: rc.cpp:934 ++#: rc.cpp:911 + #, no-c-format + msgid "Forward port" + msgstr "Port átirányítása" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 107 +-#: rc.cpp:937 ++#: rc.cpp:914 + #, no-c-format + msgid "Session TTL (in sec):" + msgstr "Munkamenet TTL (mp):" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 142 +-#: rc.cpp:940 ++#: rc.cpp:917 + #, no-c-format + msgid "Select interface:" + msgstr "Felületstílus:" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 173 +-#: rc.cpp:943 ++#: rc.cpp:920 + #, no-c-format + msgid "Username:" + msgstr "Felhasználónév:" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 188 +-#: rc.cpp:946 ++#: rc.cpp:923 + #, no-c-format + msgid "Change password ..." + msgstr "Jelszó megváltoztatása..." + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 206 +-#: rc.cpp:949 ++#: rc.cpp:926 + #, no-c-format + msgid "Php executable path:" + msgstr "PHP programfájl útvonala:" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 10 +-#: rc.cpp:953 ++#: rc.cpp:929 + #, no-c-format + msgid "Port number" + msgstr "Portszám" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 15 +-#: rc.cpp:956 ++#: rc.cpp:932 + #, no-c-format + msgid "forward Port" + msgstr "Port átirányítása" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 20 +-#: rc.cpp:959 ++#: rc.cpp:935 + #, no-c-format + msgid "Session time to live" + msgstr "Munkamenet élettartama" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 24 +-#: rc.cpp:962 ++#: rc.cpp:938 + #, no-c-format + msgid "interface skin" + msgstr "felület" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 28 +-#: rc.cpp:965 ++#: rc.cpp:941 + #, no-c-format + msgid "php executable path" + msgstr "PHP végrehajtható fájl útvonala" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 33 +-#: rc.cpp:968 ++#: rc.cpp:944 + #, no-c-format + msgid "username" + msgstr "felhasználónév" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 37 +-#: rc.cpp:971 ++#: rc.cpp:947 + #, no-c-format + msgid "password" + msgstr "jelszó" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 16 +-#: plugins/infowidget/infowidgetplugin.cpp:194 rc.cpp:974 rc.cpp:1046 ++#: plugins/infowidget/infowidgetplugin.cpp:194 rc.cpp:950 rc.cpp:1010 + #, no-c-format + msgid "Chunks" + msgstr "Fájldarabok" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 43 +-#: rc.cpp:977 ++#: rc.cpp:953 + #, no-c-format + msgid "Total:" + msgstr "Összesen:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 81 +-#: rc.cpp:981 ++#: rc.cpp:956 + #, no-c-format + msgid "Currently downloading:" + msgstr "Jelenlegi letöltés:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 119 +-#: rc.cpp:985 ++#: rc.cpp:959 + #, no-c-format + msgid "Downloaded:" + msgstr "Letöltve:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 157 +-#: rc.cpp:989 ++#: rc.cpp:962 + #, no-c-format + msgid "Excluded:" + msgstr "Kizárva:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 195 +-#: rc.cpp:993 ++#: rc.cpp:965 + #, no-c-format + msgid "Left:" + msgstr "Hátravan:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 233 +-#: rc.cpp:997 ++#: rc.cpp:968 + #, no-c-format + msgid "Size:" + msgstr "Méret:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 280 +-#: rc.cpp:1001 ++#: rc.cpp:971 + #, no-c-format + msgid "Chunk" + msgstr "Darab" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 291 +-#: rc.cpp:1004 ++#: rc.cpp:974 + #, no-c-format + msgid "Progress" + msgstr "Előrehaladás" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 302 +-#: rc.cpp:1007 ++#: rc.cpp:977 + #, no-c-format + msgid "Peer" + msgstr "Partner" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 324 +-#: rc.cpp:1013 ++#: rc.cpp:983 + #, no-c-format + msgid "Assigned Peers" + msgstr "Hozzárendelt partnerek" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 63 +-#: rc.cpp:1022 ++#: rc.cpp:992 + #, no-c-format + msgid "Seeders:" + msgstr "Feltöltők:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 71 +-#: rc.cpp:1025 ++#: rc.cpp:995 + #, no-c-format + msgid "Leechers:" + msgstr "Letöltők:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 129 +-#: rc.cpp:1030 ++#: rc.cpp:998 + #, no-c-format + msgid "Average Down Speed:" + msgstr "Átlagos letöltési sebesség:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 177 +-#: rc.cpp:1035 ++#: rc.cpp:1001 + #, no-c-format + msgid "Average Up Speed:" + msgstr "Átlagos feltöltési sebesség:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 195 +-#: rc.cpp:1038 rc.cpp:1111 ++#: rc.cpp:1004 rc.cpp:1070 + #, no-c-format + msgid "Next update in:" + msgstr "Következő frissítés:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 203 +-#: rc.cpp:1041 ++#: rc.cpp:1007 + #, no-c-format + msgid "Tracker Status:" + msgstr "A követő állapota:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 332 +-#: rc.cpp:1049 ++#: rc.cpp:1013 + #, no-c-format + msgid "Parts of the torrent which have been downloaded:" + msgstr "Letöltött fájldarabok:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 367 +-#: rc.cpp:1052 ++#: rc.cpp:1016 + #, no-c-format + msgid "Parts of the torrent which are available:" + msgstr "Elérhető fájldarabok:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 457 +-#: rc.cpp:1055 ++#: rc.cpp:1019 + #, no-c-format + msgid "Sharing" + msgstr "Megosztva" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 487 +-#: rc.cpp:1058 ++#: rc.cpp:1022 + #, no-c-format + msgid "" + "Your upload will stop when share ratio gets to this value. Zero means no limit." +@@ -2724,145 +2724,145 @@ msgstr "" + "nincs korlátozás." + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 525 +-#: rc.cpp:1064 ++#: rc.cpp:1028 + #, no-c-format + msgid "Your upload will stop when you have uploaded for this many hours." + msgstr "A feltöltés leáll ennyi órán át történő feltöltés után." + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 533 +-#: rc.cpp:1067 ++#: rc.cpp:1031 + #, no-c-format + msgid "Hours" + msgstr "óra" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 543 +-#: rc.cpp:1070 ++#: rc.cpp:1034 + #, no-c-format + msgid "Ratio limit:" + msgstr "Aránykorlát:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 549 +-#: rc.cpp:1074 ++#: rc.cpp:1037 + #, no-c-format + msgid "Limit works only in seed mode" + msgstr "A korlátozás csak feltöltő módban működik" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 557 +-#: rc.cpp:1077 ++#: rc.cpp:1040 + #, no-c-format + msgid "Time &limit:" + msgstr "I&dőkorlát:" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 37 +-#: rc.cpp:1081 ++#: rc.cpp:1043 + #, no-c-format + msgid "&Update Tracker" + msgstr "Követő frissítése" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 40 +-#: rc.cpp:1084 ++#: rc.cpp:1046 + #, no-c-format + msgid "Minimum update interval - 60 seconds" + msgstr "Minimális frissítési időköz - 60 másodperc" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 48 +-#: rc.cpp:1087 ++#: rc.cpp:1049 + #, no-c-format + msgid "Add Trac&ker" + msgstr "&Követő hozzáadása" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 64 +-#: rc.cpp:1090 ++#: rc.cpp:1052 + #, no-c-format + msgid "Remove Tracker" + msgstr "Követő eltávolítása" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 75 +-#: rc.cpp:1094 ++#: rc.cpp:1055 + #, no-c-format + msgid "Ch&ange Tracker" + msgstr "Követő &módosítása" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 100 +-#: rc.cpp:1097 ++#: rc.cpp:1058 + #, no-c-format + msgid "Restore Defaults" + msgstr "Alapértelmezések visszaállítása" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 10 +-#: rc.cpp:1115 ++#: rc.cpp:1073 + #, no-c-format + msgid "Show peer view tab in main window" + msgstr "Partnerek lap létrehozása a főablakban" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 14 +-#: rc.cpp:1118 ++#: rc.cpp:1076 + #, no-c-format + msgid "Show chunk download view tab in main window" + msgstr "Darabok lap létrehozása a főablakban" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 18 +-#: rc.cpp:1121 ++#: rc.cpp:1079 + #, no-c-format + msgid "Show trackers view tab in main window" + msgstr "Követők lap létrehozása a főablakban" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 24 +-#: rc.cpp:1124 ++#: rc.cpp:1082 + #, no-c-format + msgid "Show list of peers" + msgstr "Partnerlista megjelenítése" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 35 +-#: rc.cpp:1128 ++#: rc.cpp:1085 + #, no-c-format + msgid "Show list of chunks currentl&y downloading" + msgstr "A letöltés alatt álló fájl&darabok megjelenítése" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 60 +-#: rc.cpp:1131 ++#: rc.cpp:1088 + #, no-c-format + msgid "Show list of trackers" + msgstr "Követőlista megjelenítése" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 16 +-#: rc.cpp:1135 ++#: rc.cpp:1091 + #, no-c-format + msgid "IPBlocking Preferences" + msgstr "IP-szűrési beállítások" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 47 +-#: rc.cpp:1138 ++#: rc.cpp:1094 + #, no-c-format + msgid "Select PeerGuardian Filter File " + msgstr "Válasszon PeerGuardian szűrőfájlt " + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 58 +-#: rc.cpp:1141 ++#: rc.cpp:1097 + #, no-c-format + msgid "Use PeerGuardian filter?" + msgstr "PeerGuardian szűrőt használata" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 77 +-#: rc.cpp:1145 ++#: rc.cpp:1100 + #, no-c-format + msgid "IP filter file:" + msgstr "Szűrőfájl:" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 85 +-#: rc.cpp:1148 ++#: rc.cpp:1103 + #, no-c-format + msgid "http://www.bluetack.co.uk/modules.php?name=Downloads&d_op=getit&lid=8" + msgstr "http://www.bluetack.co.uk/modules.php?name=Downloads&d_op=getit&lid=8" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 123 +-#: rc.cpp:1151 ++#: rc.cpp:1106 + #, no-c-format + msgid "Dow&nload/Convert" + msgstr "Letöltés/Ko&nvertálás" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 134 +-#: rc.cpp:1154 ++#: rc.cpp:1109 + #, no-c-format + msgid "" + "Download PeerGuardian filter from bluetack.co.uk or blocklist.org.\n" +@@ -2872,25 +2872,25 @@ msgstr "" + "MEGJEGYZÉS: A bluetack.co.uk helyről származó ZIP fájl támogatott." + + #. i18n: file ./plugins/ipfilter/ktipfilterplugin.kcfg line 10 +-#: rc.cpp:1159 ++#: rc.cpp:1113 + #, no-c-format + msgid "Level1 filter url" + msgstr "Level1 szűrő URL" + + #. i18n: file ./plugins/ipfilter/ktipfilterplugin.kcfg line 14 +-#: rc.cpp:1162 ++#: rc.cpp:1116 + #, no-c-format + msgid "Use level1 filter?" + msgstr "Level1 szűrő használata?" + + #. i18n: file ./plugins/ipfilter/convert_dlg.ui line 24 +-#: plugins/ipfilter/convertdialog.cpp:155 rc.cpp:1165 ++#: plugins/ipfilter/convertdialog.cpp:155 rc.cpp:1119 + #, no-c-format + msgid "Converting..." + msgstr "Konvertálás..." + + #. i18n: file ./plugins/ipfilter/convert_dlg.ui line 41 +-#: rc.cpp:1168 ++#: rc.cpp:1122 + #, no-c-format + msgid "" + "Click on the 'convert' button to start converting antip2p file. NOTE: This " +@@ -2902,61 +2902,61 @@ msgstr "" + "használható." + + #. i18n: file ./plugins/stats/sprefwgt.ui line 27 +-#: rc.cpp:1179 ++#: rc.cpp:1131 + #, no-c-format + msgid "Update" + msgstr "Frissítés" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 46 +-#: rc.cpp:1182 rc.cpp:1268 ++#: rc.cpp:1134 rc.cpp:1220 + #, no-c-format + msgid "Update charts every" + msgstr "Grafikonok frissítése minden" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 71 +-#: rc.cpp:1185 ++#: rc.cpp:1137 + #, no-c-format + msgid "GUI updates" + msgstr "GUI frissítés" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 92 +-#: rc.cpp:1188 rc.cpp:1271 ++#: rc.cpp:1140 rc.cpp:1223 + #, no-c-format + msgid "Gather data every" + msgstr "Adatok gyűjtése minden" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 120 +-#: rc.cpp:1191 ++#: rc.cpp:1143 + #, no-c-format + msgid "miliseconds" + msgstr "ezredmásodpercben" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 135 +-#: rc.cpp:1194 ++#: rc.cpp:1146 + #, no-c-format + msgid "Maximum" + msgstr "Maximum" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 154 +-#: rc.cpp:1197 ++#: rc.cpp:1149 + #, no-c-format + msgid "Maximum speed scale mode:" + msgstr "Méretezési mód a maximális sebességnél:" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 165 +-#: rc.cpp:1203 ++#: rc.cpp:1155 + #, no-c-format + msgid "Exact" + msgstr "Pontos" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 175 +-#: rc.cpp:1206 ++#: rc.cpp:1158 + #, no-c-format + msgid "See 'What's this' for more help" + msgstr "Segítségért használja a \"Mi ez?\" menüpontot" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 180 +-#: rc.cpp:1209 ++#: rc.cpp:1161 + #, no-c-format + msgid "" + "Set maximum value on OY scale as:\n" +@@ -2968,164 +2968,164 @@ msgstr "" + "- Pontos: A grafikonon látható legnagyobb elért sebesség" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 192 +-#: rc.cpp:1214 rc.cpp:1247 ++#: rc.cpp:1166 rc.cpp:1199 + #, no-c-format + msgid "Peers speed" + msgstr "Partnerek sebessége" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 211 +-#: rc.cpp:1217 ++#: rc.cpp:1169 + #, no-c-format + msgid "Peers speed:" + msgstr "Partnerek sebessége:" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 222 +-#: rc.cpp:1220 ++#: rc.cpp:1172 + #, no-c-format + msgid "update every" + msgstr "frissítés minden" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 244 +-#: rc.cpp:1223 ++#: rc.cpp:1175 + #, no-c-format + msgid "chart data updates" + msgstr "grafikonadat-frissítés" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 254 +-#: rc.cpp:1226 ++#: rc.cpp:1178 + #, no-c-format + msgid "Gathering data about many connected peers can be CPU consuming." + msgstr "Sok partner adatainak összegyűjtése processzorigényes lehet." + + #. i18n: file ./plugins/stats/sprefwgt.ui line 267 +-#: rc.cpp:1229 ++#: rc.cpp:1181 + #, no-c-format + msgid "Peers connections" + msgstr "Partnerek kapcsolatai" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 270 +-#: rc.cpp:1232 ++#: rc.cpp:1184 + #, no-c-format + msgid "Large values can obscure charts of connected peers" + msgstr "" + "A nagy értékek olvashatatlanná tehetik a csatlakozott partnerek grafikonjait" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 289 +-#: rc.cpp:1235 ++#: rc.cpp:1187 + #, no-c-format + msgid "Show seeders in swarms" + msgstr "Források megjelenítése a rajokban" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 297 +-#: rc.cpp:1238 ++#: rc.cpp:1190 + #, no-c-format + msgid "Show leechers in swarms" + msgstr "Letöltők megjelenítése a rajokban" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 309 +-#: rc.cpp:1241 ++#: rc.cpp:1193 + #, no-c-format + msgid "Measurements count" + msgstr "Skálázási egység" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 392 +-#: rc.cpp:1250 rc.cpp:1265 ++#: rc.cpp:1202 rc.cpp:1217 + #, no-c-format + msgid "Upload" + msgstr "Feltöltés" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 424 +-#: rc.cpp:1253 ++#: rc.cpp:1205 + #, no-c-format + msgid "Connections" + msgstr "Kapcsolatok" + + #. i18n: file ./plugins/stats/statsspdwgt.ui line 40 +-#: plugins/infowidget/infowidgetplugin.cpp:173 rc.cpp:1262 rc.cpp:1304 ++#: plugins/infowidget/infowidgetplugin.cpp:173 rc.cpp:1214 rc.cpp:1256 + #, no-c-format + msgid "Peers" + msgstr "Partnerek" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 18 +-#: rc.cpp:1274 ++#: rc.cpp:1226 + #, no-c-format + msgid "Toggle peers speed charts" + msgstr "Partnerek sebességgrafikonjának átváltása" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 22 +-#: rc.cpp:1277 ++#: rc.cpp:1229 + #, no-c-format + msgid "Interval between getting data about peers speed" + msgstr "A partnerek sebességéről történő adatkérések közti idő" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 26 +-#: rc.cpp:1280 ++#: rc.cpp:1232 + #, no-c-format + msgid "Toggle drawing of leechers in swarms" + msgstr "A letöltők a rajokban történő rajzolásának átváltása" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 30 +-#: rc.cpp:1283 ++#: rc.cpp:1235 + #, no-c-format + msgid "Toggle drawing of seeders in swarms" + msgstr "A források a rajokban történő rajzolásának átváltása" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 35 +-#: rc.cpp:1286 ++#: rc.cpp:1238 + #, no-c-format + msgid "Download mesurments count" + msgstr "A letöltés mérőszámai" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 39 +-#: rc.cpp:1289 ++#: rc.cpp:1241 + #, no-c-format + msgid "Peers speed mesurments count" + msgstr "Partnerek sebességének mérőszámai" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 43 +-#: rc.cpp:1292 ++#: rc.cpp:1244 + #, no-c-format + msgid "Upload mesurments count" + msgstr "Feltöltés mérőszámai" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 47 +-#: rc.cpp:1295 ++#: rc.cpp:1247 + #, no-c-format + msgid "Connections mesurments count" + msgstr "Kapcsolatok mérőszámai" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 51 +-#: rc.cpp:1298 ++#: rc.cpp:1250 + #, no-c-format + msgid "DHT mesurments count" + msgstr "DHT mérőszámai" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 56 +-#: rc.cpp:1301 ++#: rc.cpp:1253 + #, no-c-format + msgid "OY axis max mode" + msgstr "OY tengely maximális mód" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 16 +-#: rc.cpp:1310 ++#: rc.cpp:1262 + #, no-c-format + msgid "Import an existing download" + msgstr "Korábbi letöltés importálása" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 49 +-#: rc.cpp:1313 ++#: rc.cpp:1265 + #, no-c-format + msgid "Torrent:" + msgstr "Torrentfájl:" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 63 +-#: rc.cpp:1316 ++#: rc.cpp:1268 + #, no-c-format + msgid "Data:" + msgstr "Adatok (fájl vagy könyvtár):" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 95 +-#: rc.cpp:1319 ++#: rc.cpp:1271 + #, no-c-format + msgid "" + "Please specify the torrent and the data already downloaded for that torrent." +@@ -3134,684 +3134,684 @@ msgstr "" + "tartalmazó könyvtárt)." + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 133 +-#: rc.cpp:1322 ++#: rc.cpp:1274 + #, no-c-format + msgid "&Import" + msgstr "&Importálás" + + #. i18n: file ./plugins/rssfeed/ktrssfeedplugin.kcfg line 10 +-#: rc.cpp:1328 ++#: rc.cpp:1280 + #, no-c-format + msgid "default" + msgstr "alapértelmezés" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 18 +-#: rc.cpp:1331 ++#: rc.cpp:1283 + #, no-c-format + msgid "Rss Feeds" + msgstr "RSS hírcsatornák" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 36 +-#: rc.cpp:1334 ++#: rc.cpp:1286 + #, no-c-format + msgid "Feeds" + msgstr "Csatornák" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 78 +-#: rc.cpp:1337 ++#: rc.cpp:1289 + #, no-c-format + msgid "De&lete" + msgstr "&Törlés" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 86 +-#: rc.cpp:1340 rc.cpp:1382 rc.cpp:1392 ++#: rc.cpp:1292 rc.cpp:1331 rc.cpp:1340 + #, no-c-format + msgid "&New" + msgstr "Ú&j" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 117 +-#: rc.cpp:1343 ++#: rc.cpp:1295 + #, no-c-format + msgid "&URL" + msgstr "&URL" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 139 +-#: rc.cpp:1346 ++#: rc.cpp:1298 + #, no-c-format + msgid "Articles" + msgstr "Hírek" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 216 +-#: rc.cpp:1353 ++#: rc.cpp:1304 + #, no-c-format + msgid "Auto&refresh" + msgstr "Automatikus &frissítés" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 242 +-#: rc.cpp:1356 ++#: rc.cpp:1307 + #, no-c-format + msgid "I&gnore TTL" + msgstr "Frissítés a&dott időközönként" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 270 +-#: rc.cpp:1359 ++#: rc.cpp:1310 + #, no-c-format + msgid "Refresh" + msgstr "Frissítés" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 299 +-#: rc.cpp:1363 rc.cpp:1395 ++#: rc.cpp:1313 rc.cpp:1343 + #, no-c-format + msgid "&Title" + msgstr "&Cím" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 323 +-#: rc.cpp:1366 ++#: rc.cpp:1316 + #, no-c-format + msgid "Keep Articles (days)" + msgstr "Hírek megtartási ideje (nap)" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 347 +-#: rc.cpp:1369 rc.cpp:1398 ++#: rc.cpp:1319 rc.cpp:1346 + #, no-c-format + msgid "&Active" + msgstr "&Aktív" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 362 +-#: rc.cpp:1372 ++#: rc.cpp:1322 + #, no-c-format + msgid "Filters" + msgstr "Szűrők" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 389 +-#: rc.cpp:1375 ++#: rc.cpp:1325 + #, no-c-format + msgid "Accept Filters" + msgstr "Elfogadási szűrők" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 440 +-#: rc.cpp:1385 ++#: rc.cpp:1334 + #, no-c-format + msgid "Reject Filters" + msgstr "Kihagyási szűrők" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 557 +-#: rc.cpp:1401 ++#: rc.cpp:1349 + #, no-c-format + msgid "Regular Expressions" + msgstr "Reguláris kifejezések" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 587 +-#: rc.cpp:1404 ++#: rc.cpp:1352 + #, no-c-format + msgid "Treat as &Series" + msgstr "Kezelés &sorozatként" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 624 +-#: rc.cpp:1407 ++#: rc.cpp:1355 + #, no-c-format + msgid "Process" + msgstr "Feldolgozás" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 643 +-#: rc.cpp:1411 ++#: rc.cpp:1358 + #, no-c-format + msgid "Series Criteria" + msgstr "Sorozatfeltétel" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 679 +-#: rc.cpp:1414 ++#: rc.cpp:1361 + #, no-c-format + msgid "Match Without Episode" + msgstr "Egyezés epizód nélkül" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 713 +-#: rc.cpp:1418 ++#: rc.cpp:1364 + #, no-c-format + msgid "Max Episode" + msgstr "Max. epizód" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 739 +-#: rc.cpp:1421 ++#: rc.cpp:1367 + #, no-c-format + msgid "Max Season" + msgstr "Max. évad" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 758 +-#: rc.cpp:1424 ++#: rc.cpp:1370 + #, no-c-format + msgid "Min Season" + msgstr "Min. évad" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 782 +-#: rc.cpp:1427 ++#: rc.cpp:1373 + #, no-c-format + msgid "Min Episode" + msgstr "Min. epizód" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 814 +-#: rc.cpp:1430 ++#: rc.cpp:1376 + #, no-c-format + msgid "Test te&xt" + msgstr "&Tesztszöveg" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 840 +-#: rc.cpp:1433 ++#: rc.cpp:1379 + #, no-c-format + msgid "Te&st" + msgstr "&Próba" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 858 +-#: rc.cpp:1436 ++#: rc.cpp:1382 + #, no-c-format + msgid "Filter Matches" + msgstr "A szűrő illeszkedik" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 28 +-#: rc.cpp:1447 ++#: rc.cpp:1391 + #, no-c-format + msgid "Bandwidth scheduler" + msgstr "Sávszélesség-ütemező" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 50 +-#: rc.cpp:1450 ++#: rc.cpp:1394 + #, no-c-format + msgid "Left click category" + msgstr "Bal kattintás a kategóriára" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 61 +-#: rc.cpp:1453 ++#: rc.cpp:1397 + #, no-c-format + msgid "Categor&y 1" + msgstr "&1. kategória" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 157 +-#: rc.cpp:1456 rc.cpp:1483 ++#: rc.cpp:1400 rc.cpp:1427 + #, no-c-format + msgid "T&urn off" + msgstr "K&ikapcsolás" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 165 +-#: rc.cpp:1459 rc.cpp:1486 ++#: rc.cpp:1403 rc.cpp:1430 + #, no-c-format + msgid "&Normal" + msgstr "N&ormál" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 195 +-#: rc.cpp:1462 ++#: rc.cpp:1406 + #, no-c-format + msgid "Category &3" + msgstr "&3. kategória" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 206 +-#: rc.cpp:1468 rc.cpp:1492 ++#: rc.cpp:1412 rc.cpp:1436 + #, no-c-format + msgid "Category &2" + msgstr "&2. kategória" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 219 +-#: rc.cpp:1474 ++#: rc.cpp:1418 + #, no-c-format + msgid "Right click category" + msgstr "Jobb kattintás a kategóriára" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 230 +-#: rc.cpp:1477 ++#: rc.cpp:1421 + #, no-c-format + msgid "Category &1" + msgstr "&1. kategória" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 367 +-#: rc.cpp:1489 ++#: rc.cpp:1433 + #, no-c-format + msgid "&Category 3" + msgstr "&3. kategória" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 390 +-#: rc.cpp:1498 ++#: rc.cpp:1442 + #, no-c-format + msgid "Categories" + msgstr "Kategóriák" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 401 +-#: rc.cpp:1501 ++#: rc.cpp:1445 + #, no-c-format + msgid "1. Category" + msgstr "1. kategória" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 409 +-#: rc.cpp:1504 ++#: rc.cpp:1448 + #, no-c-format + msgid "3. Category" + msgstr "3. kategória" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 425 +-#: rc.cpp:1507 rc.cpp:1516 rc.cpp:1525 ++#: rc.cpp:1451 rc.cpp:1460 rc.cpp:1469 + #, no-c-format + msgid "download:" + msgstr "letöltés:" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 441 +-#: rc.cpp:1510 rc.cpp:1519 rc.cpp:1528 ++#: rc.cpp:1454 rc.cpp:1463 rc.cpp:1472 + #, no-c-format + msgid "upload:" + msgstr "feltöltés:" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 457 +-#: rc.cpp:1513 rc.cpp:1522 rc.cpp:1531 ++#: rc.cpp:1457 rc.cpp:1466 rc.cpp:1475 + #, no-c-format + msgid "KB/s *" + msgstr "KB/mp *" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 567 +-#: rc.cpp:1534 ++#: rc.cpp:1478 + #, no-c-format + msgid "2. Category" + msgstr "2. kategória" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 626 +-#: rc.cpp:1538 ++#: rc.cpp:1481 + #, no-c-format + msgid "* zero means no limit" + msgstr "* 0 esetén nincs korlát" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 672 +-#: rc.cpp:1541 ++#: rc.cpp:1484 + #, no-c-format + msgid "Save to file" + msgstr "Mentés fájlba" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 680 +-#: rc.cpp:1544 ++#: rc.cpp:1487 + #, no-c-format + msgid "&Load from file" + msgstr "Be&töltés fájlból" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 688 +-#: rc.cpp:1547 ++#: rc.cpp:1490 + #, no-c-format + msgid "Reset schedule" + msgstr "Az ütemezés alapállapotba" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 751 +-#: rc.cpp:1550 ++#: rc.cpp:1493 + #, no-c-format + msgid "O&k" + msgstr "O&K" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 16 +-#: rc.cpp:1559 ++#: rc.cpp:1502 + #, no-c-format + msgid "Scheduler Plugin Pref Page" + msgstr "Beállítóoldal - Sávszélesség-ütemező" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 27 +-#: rc.cpp:1562 ++#: rc.cpp:1505 + #, no-c-format + msgid "Use &bandwidth scheduler?" + msgstr "Sá&vszélesség-ütemezés használata" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 35 +-#: plugins/scheduler/schedulerplugin.cpp:59 rc.cpp:1565 ++#: plugins/scheduler/schedulerplugin.cpp:59 rc.cpp:1508 + #, no-c-format + msgid "Bandwidth Scheduler" + msgstr "Sávszélesség-ütemező" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 46 +-#: rc.cpp:1568 ++#: rc.cpp:1511 + #, no-c-format + msgid "Use colors instead of pi&xmaps?" + msgstr "Színek használata ké&pek helyett" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 54 +-#: rc.cpp:1571 ++#: rc.cpp:1514 + #, no-c-format + msgid "(Recommended for slower systems)" + msgstr "(Lassú gépeknél ajánlott)" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 62 +-#: rc.cpp:1574 ++#: rc.cpp:1517 + #, no-c-format + msgid "Edit s&chedule" + msgstr "Az ütemezés b&eállítása" + + #. i18n: file ./plugins/scheduler/ktschedulerplugin.kcfg line 10 +-#: rc.cpp:1577 ++#: rc.cpp:1520 + #, no-c-format + msgid "Enable bandwidth scheduler?" + msgstr "Bekapcsolja a sávszélesség-ütemezőt?" + + #. i18n: file ./plugins/scheduler/ktschedulerplugin.kcfg line 14 +-#: rc.cpp:1580 ++#: rc.cpp:1523 + #, no-c-format + msgid "Use colors instead of pixmaps?" + msgstr "Színek használata képek helyett" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 10 +-#: rc.cpp:1583 ++#: rc.cpp:1526 + #, no-c-format + msgid "Use rich log text" + msgstr "Formázott naplóüzenetek" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 15 +-#: rc.cpp:1586 ++#: rc.cpp:1529 + #, no-c-format + msgid "General info messages flag" + msgstr "Általános üzenetjelző" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 19 +-#: rc.cpp:1589 ++#: rc.cpp:1532 + #, no-c-format + msgid "Connections messages flag" + msgstr "Kapcsolódási üzenetjelző" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 23 +-#: rc.cpp:1592 ++#: rc.cpp:1535 + #, no-c-format + msgid "DHT messages flag" + msgstr "DHT üzenetjelző" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 27 +-#: rc.cpp:1595 ++#: rc.cpp:1538 + #, no-c-format + msgid "Tracker info messages flag" + msgstr "Követőinformáció üzenetjelző" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 31 +-#: rc.cpp:1598 ++#: rc.cpp:1541 + #, no-c-format + msgid "Disk IO info messages flag" + msgstr "Lemezinformáció üzenetjelző" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 35 +-#: rc.cpp:1601 ++#: rc.cpp:1544 + #, no-c-format + msgid "IPFilter plugin messages flag" + msgstr "IP-szűrő üzenetjelző" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 39 +-#: rc.cpp:1604 ++#: rc.cpp:1547 + #, no-c-format + msgid "Search plugin messages flag" + msgstr "Keresőmodul üzenetjelző" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 43 +-#: rc.cpp:1607 ++#: rc.cpp:1550 + #, no-c-format + msgid "PartFileImport plugin messages flag" + msgstr "Részleges fájlimportáló üzenetjelző" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 47 +-#: rc.cpp:1610 ++#: rc.cpp:1553 + #, no-c-format + msgid "InfoWidget plugin messages flag" + msgstr "InfoWidget üzenetjelző" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 51 +-#: rc.cpp:1613 ++#: rc.cpp:1556 + #, no-c-format + msgid "UPnP plugin messages flag" + msgstr "UPnP üzenetjelző" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 55 +-#: rc.cpp:1616 ++#: rc.cpp:1559 + #, no-c-format + msgid "ScanFolder plugin messages flag" + msgstr "Helyi torrentkereső üzenetjelző" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 59 +-#: rc.cpp:1619 ++#: rc.cpp:1562 + #, no-c-format + msgid "Scheduler plugin messages flag" + msgstr "Ütemező üzenetjelző" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 63 +-#: rc.cpp:1622 ++#: rc.cpp:1565 + #, no-c-format + msgid "RSS plugin messages flag" + msgstr "RSS bővítmény üzenetjelző" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 67 +-#: rc.cpp:1625 ++#: rc.cpp:1568 + #, no-c-format + msgid "WebInterface plugin messages flag" + msgstr "Webes felület bővítmény üzenetjelző" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 16 +-#: plugins/logviewer/logprefpage.cpp:31 rc.cpp:1628 ++#: plugins/logviewer/logprefpage.cpp:31 rc.cpp:1571 + #, no-c-format + msgid "LogViewer Options" + msgstr "Beállítások - Naplónézegető" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 44 +-#: libktorrent/pluginmanagerprefpage.cpp:63 rc.cpp:1631 ++#: libktorrent/pluginmanagerprefpage.cpp:63 rc.cpp:1574 + #, no-c-format + msgid "Plugins" + msgstr "Bővítmények" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 53 +-#: rc.cpp:1634 rc.cpp:1652 rc.cpp:1670 rc.cpp:1691 rc.cpp:1706 rc.cpp:1724 +-#: rc.cpp:1745 rc.cpp:1763 rc.cpp:1778 rc.cpp:1811 rc.cpp:1826 rc.cpp:1841 +-#: rc.cpp:1859 rc.cpp:1874 ++#: rc.cpp:1577 rc.cpp:1595 rc.cpp:1613 rc.cpp:1634 rc.cpp:1649 rc.cpp:1667 ++#: rc.cpp:1688 rc.cpp:1706 rc.cpp:1721 rc.cpp:1754 rc.cpp:1769 rc.cpp:1784 ++#: rc.cpp:1802 rc.cpp:1817 + #, no-c-format + msgid "All" + msgstr "Mind" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 58 +-#: rc.cpp:1637 rc.cpp:1655 rc.cpp:1673 rc.cpp:1694 rc.cpp:1709 rc.cpp:1727 +-#: rc.cpp:1748 rc.cpp:1766 rc.cpp:1781 rc.cpp:1814 rc.cpp:1829 rc.cpp:1844 +-#: rc.cpp:1862 rc.cpp:1877 ++#: rc.cpp:1580 rc.cpp:1598 rc.cpp:1616 rc.cpp:1637 rc.cpp:1652 rc.cpp:1670 ++#: rc.cpp:1691 rc.cpp:1709 rc.cpp:1724 rc.cpp:1757 rc.cpp:1772 rc.cpp:1787 ++#: rc.cpp:1805 rc.cpp:1820 + #, no-c-format + msgid "Debug" + msgstr "Nyomkövetés" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 63 +-#: rc.cpp:1640 rc.cpp:1658 rc.cpp:1676 rc.cpp:1697 rc.cpp:1712 rc.cpp:1730 +-#: rc.cpp:1751 rc.cpp:1769 rc.cpp:1784 rc.cpp:1817 rc.cpp:1832 rc.cpp:1847 +-#: rc.cpp:1865 rc.cpp:1880 ++#: rc.cpp:1583 rc.cpp:1601 rc.cpp:1619 rc.cpp:1640 rc.cpp:1655 rc.cpp:1673 ++#: rc.cpp:1694 rc.cpp:1712 rc.cpp:1727 rc.cpp:1760 rc.cpp:1775 rc.cpp:1790 ++#: rc.cpp:1808 rc.cpp:1823 + #, no-c-format + msgid "Notice" + msgstr "Tájékoztató üzenetek" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 68 +-#: rc.cpp:1643 rc.cpp:1661 rc.cpp:1679 rc.cpp:1700 rc.cpp:1715 rc.cpp:1733 +-#: rc.cpp:1754 rc.cpp:1772 rc.cpp:1787 rc.cpp:1820 rc.cpp:1835 rc.cpp:1850 +-#: rc.cpp:1868 rc.cpp:1883 ++#: rc.cpp:1586 rc.cpp:1604 rc.cpp:1622 rc.cpp:1643 rc.cpp:1658 rc.cpp:1676 ++#: rc.cpp:1697 rc.cpp:1715 rc.cpp:1730 rc.cpp:1763 rc.cpp:1778 rc.cpp:1793 ++#: rc.cpp:1811 rc.cpp:1826 + #, no-c-format + msgid "Important" + msgstr "Fontos üzenetek" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 73 +-#: rc.cpp:1646 rc.cpp:1664 rc.cpp:1682 rc.cpp:1703 rc.cpp:1718 rc.cpp:1736 +-#: rc.cpp:1757 rc.cpp:1775 rc.cpp:1790 rc.cpp:1823 rc.cpp:1838 rc.cpp:1853 +-#: rc.cpp:1871 rc.cpp:1886 ++#: rc.cpp:1589 rc.cpp:1607 rc.cpp:1625 rc.cpp:1646 rc.cpp:1661 rc.cpp:1679 ++#: rc.cpp:1700 rc.cpp:1718 rc.cpp:1733 rc.cpp:1766 rc.cpp:1781 rc.cpp:1796 ++#: rc.cpp:1814 rc.cpp:1829 + #, no-c-format + msgid "None" + msgstr "Nincs" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 85 +-#: rc.cpp:1649 ++#: rc.cpp:1592 + #, no-c-format + msgid "IPFilter:" + msgstr "IP-szűrő:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 126 +-#: rc.cpp:1667 ++#: rc.cpp:1610 + #, no-c-format + msgid "Search:" + msgstr "Keresés:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 167 +-#: rc.cpp:1685 ++#: rc.cpp:1628 + #, no-c-format + msgid "UPnP:" + msgstr "UPnP:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 178 +-#: rc.cpp:1688 ++#: rc.cpp:1631 + #, no-c-format + msgid "ScanFolder:" + msgstr "Helyi torrentkereső:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 249 +-#: rc.cpp:1721 ++#: rc.cpp:1664 + #, no-c-format + msgid "Scheduler:" + msgstr "Ütemező:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 290 +-#: rc.cpp:1739 ++#: rc.cpp:1682 + #, no-c-format + msgid "PartFileImport:" + msgstr "Fájlimportáló:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 301 +-#: rc.cpp:1742 ++#: rc.cpp:1685 + #, no-c-format + msgid "InfoWidget:" + msgstr "Információs ablak:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 342 +-#: rc.cpp:1760 ++#: rc.cpp:1703 + #, no-c-format + msgid "RSS plugin:" + msgstr "RSS-kezelő:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 413 +-#: rc.cpp:1793 ++#: rc.cpp:1736 + #, no-c-format + msgid "WebInterface plugin:" + msgstr "Webes felület:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 426 +-#: rc.cpp:1796 ++#: rc.cpp:1739 + #, no-c-format + msgid "System" + msgstr "Rendszer" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 437 +-#: rc.cpp:1799 ++#: rc.cpp:1742 + #, no-c-format + msgid "General:" + msgstr "Általános:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 445 +-#: rc.cpp:1802 ++#: rc.cpp:1745 + #, no-c-format + msgid "Connections:" + msgstr "Kapcsolatok:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 559 +-#: rc.cpp:1856 ++#: rc.cpp:1799 + #, no-c-format + msgid "Disk I/O:" + msgstr "Lemezműveletek:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 640 +-#: rc.cpp:1892 ++#: rc.cpp:1835 + #, no-c-format + msgid "Use rich te&xt for log" + msgstr "&Formázott naplóüzenetek" + + #. i18n: file ./plugins/search/searchpref.ui line 41 +-#: rc.cpp:1898 ++#: rc.cpp:1841 + #, no-c-format + msgid "External Browser" + msgstr "Külső böngésző" + + #. i18n: file ./plugins/search/searchpref.ui line 52 +-#: rc.cpp:1901 ++#: rc.cpp:1844 + #, no-c-format + msgid "Open searches in external browser" + msgstr "Külső böngészőben történjen a keresés" + + #. i18n: file ./plugins/search/searchpref.ui line 60 +-#: rc.cpp:1904 rc.cpp:1955 ++#: rc.cpp:1847 rc.cpp:1892 + #, no-c-format + msgid "Use default browser" + msgstr "Alapértelmezett böngésző" + + #. i18n: file ./plugins/search/searchpref.ui line 79 +-#: rc.cpp:1908 ++#: rc.cpp:1850 + #, no-c-format + msgid "Custom browser path:" + msgstr "Más böngésző:" + + #. i18n: file ./plugins/search/searchpref.ui line 116 +-#: rc.cpp:1912 ++#: rc.cpp:1853 + #, no-c-format + msgid "Search Engines" + msgstr "Keresők" + + #. i18n: file ./plugins/search/searchpref.ui line 143 +-#: rc.cpp:1916 ++#: rc.cpp:1856 + #, no-c-format + msgid "Search engine name:" + msgstr "Név:" + + #. i18n: file ./plugins/search/searchpref.ui line 187 +-#: rc.cpp:1922 ++#: rc.cpp:1862 + #, no-c-format + msgid "&Add" + msgstr "&Hozzáadás" + + #. i18n: file ./plugins/search/searchpref.ui line 195 +-#: rc.cpp:1925 ++#: rc.cpp:1865 + #, no-c-format + msgid "Engines" + msgstr "Név" + + #. i18n: file ./plugins/search/searchpref.ui line 206 +-#: rc.cpp:1928 ++#: rc.cpp:1868 + #, no-c-format + msgid "URL" + msgstr "URL" + + #. i18n: file ./plugins/search/searchpref.ui line 257 +-#: rc.cpp:1934 ++#: rc.cpp:1874 + #, no-c-format + msgid "R&emove All" + msgstr "Az összes &eltávolítása" + + #. i18n: file ./plugins/search/searchpref.ui line 282 +-#: rc.cpp:1937 ++#: rc.cpp:1877 + #, no-c-format + msgid "Add Defau<" + msgstr "Ala&plista hozzáadása" + + #. i18n: file ./plugins/search/searchpref.ui line 290 +-#: rc.cpp:1940 ++#: rc.cpp:1880 + #, no-c-format + msgid "Update From Internet" + msgstr "Frissítés az internetről" + + #. i18n: file ./plugins/search/searchbar.ui line 53 + #: plugins/search/searchplugin.cpp:50 plugins/search/searchtab.cpp:48 +-#: rc.cpp:1946 ++#: rc.cpp:1883 + #, no-c-format + msgid "Search" + msgstr "Keresés" + + #. i18n: file ./plugins/search/searchbar.ui line 78 +-#: rc.cpp:1949 ++#: rc.cpp:1886 + #, no-c-format + msgid "Search engine:" + msgstr "Kereső:" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 10 +-#: rc.cpp:1952 ++#: rc.cpp:1889 + #, no-c-format + msgid "Current search engine" + msgstr "A jelenlegi kereső" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 19 +-#: rc.cpp:1958 ++#: rc.cpp:1895 + #, no-c-format + msgid "Use custom browser" + msgstr "Egyéni böngésző használata" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 23 +-#: rc.cpp:1961 ++#: rc.cpp:1898 + #, no-c-format + msgid "Custom browser executable path" + msgstr "Egyéni böngésző elérési útja" +@@ -4098,19 +4098,19 @@ msgstr "Adatellenőrzés" + msgid "Stopped. No space left on device." + msgstr "Leállítva. nincs több hely az eszközön." + +-#: libktorrent/torrent/queuemanager.cpp:135 ++#: libktorrent/torrent/queuemanager.cpp:136 + msgid "" + "You don't have enough disk space to download this torrent. Are you sure you " + "want to continue?" + msgstr "" + "Nincs elegendő lemezterület a torrent letöltéséhez. Biztosan folytatni akarja?" + +-#: libktorrent/torrent/queuemanager.cpp:135 ++#: libktorrent/torrent/queuemanager.cpp:136 + #, c-format + msgid "Insufficient disk space for %1" + msgstr "a lemezterület kevés a következőhöz: %1" + +-#: libktorrent/torrent/queuemanager.cpp:157 ++#: libktorrent/torrent/queuemanager.cpp:158 + msgid "" + "Torrent \"%1\" has reached its maximum share ratio. Ignore the limit and start " + "seeding anyway?" +@@ -4118,16 +4118,16 @@ msgstr "" + "A(z) \"%1\" torrent elérte a megengedett maximális megosztási arányt. Ennek " + "ellenére el szeretné kezdeni a feltöltést?" + +-#: libktorrent/torrent/queuemanager.cpp:157 ++#: libktorrent/torrent/queuemanager.cpp:158 + msgid "Maximum share ratio limit reached." + msgstr "Elérte a maximális megosztási arányt." + +-#: libktorrent/torrent/queuemanager.cpp:236 +-#: libktorrent/torrent/queuemanager.cpp:760 ++#: libktorrent/torrent/queuemanager.cpp:237 ++#: libktorrent/torrent/queuemanager.cpp:763 + msgid "Error stopping torrent %1 : %2" + msgstr "Nem sikerült leállítani a(z) %1 torrentfájlt: %2" + +-#: libktorrent/torrent/queuemanager.cpp:742 ++#: libktorrent/torrent/queuemanager.cpp:745 + msgid "Error starting torrent %1 : %2" + msgstr "Nem sikerült elindítani a(z) %1 torrentfájlt: %2" + +diff --git a/translations/it/messages/ktorrent.po b/translations/it/messages/ktorrent.po +index d0f38ee..faaa290 100644 +--- a/translations/it/messages/ktorrent.po ++++ b/translations/it/messages/ktorrent.po +@@ -1,12 +1,12 @@ + # translation of ktorrent.po to Italian + # + # Nicola Ruggero , 2005, 2006. +-# Nicola Ruggero , 2006, 2007. ++# Nicola Ruggero , 2006, 2007, 2008. + msgid "" + msgstr "" + "Project-Id-Version: ktorrent\n" +-"POT-Creation-Date: 2008-04-18 19:40+0200\n" +-"PO-Revision-Date: 2007-07-09 15:09+0200\n" ++"POT-Creation-Date: 2008-07-08 22:20+0200\n" ++"PO-Revision-Date: 2008-08-18 14:39+0200\n" + "Last-Translator: Nicola Ruggero \n" + "Language-Team: Italian \n" + "MIME-Version: 1.0\n" +@@ -19,7 +19,7 @@ msgid "No incoming connections (possibly firewalled)" + msgstr "Nessuna connessione in ingresso (probabilmente sei dietro un firewall)" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 42 +-#: apps/ktorrent/ktorrent.cpp:184 rc.cpp:345 rc.cpp:383 rc.cpp:1019 ++#: apps/ktorrent/ktorrent.cpp:184 rc.cpp:336 rc.cpp:369 rc.cpp:989 + #, no-c-format + msgid "Info" + msgstr "Informazioni" +@@ -127,11 +127,11 @@ msgstr "Tutti i torrent" + + #: apps/ktorrent/filterbar.cpp:52 + msgid "Find:" +-msgstr "" ++msgstr "Trova:" + + #: apps/ktorrent/filterbar.cpp:65 + msgid "Case sensitive" +-msgstr "" ++msgstr "Distringui maiuscole" + + #: apps/ktorrent/newui/ddockwindow.cpp:88 + msgid "Move to left dock" +@@ -187,7 +187,7 @@ msgstr "URL non corretto." + #. i18n: file ./apps/ktorrent/ktorrentui.rc line 9 + #: apps/ktorrent/groups/downloadgroup.cpp:27 + #: apps/ktorrent/groups/groupmanager.h:57 apps/ktorrent/pref.cpp:147 +-#: apps/ktorrent/viewmanager.cpp:62 rc.cpp:138 rc.cpp:342 ++#: apps/ktorrent/viewmanager.cpp:62 rc.cpp:132 rc.cpp:333 + #, no-c-format + msgid "Downloads" + msgstr "Scaricamenti" +@@ -258,9 +258,8 @@ msgstr "" + "ricrearlo?" + + #: apps/ktorrent/ktorrentcore.cpp:1069 +-#, fuzzy + msgid "Do Not Recreate" +-msgstr "Ricrea" ++msgstr "Non ricreare" + + #: apps/ktorrent/ktorrentcore.cpp:1078 + #, c-format +@@ -304,14 +303,14 @@ msgstr "Modalità debug" + + #: apps/ktorrent/main.cpp:109 + msgid "Silently save torrent given on URL" +-msgstr "" ++msgstr "Salva senza avvisi il torrent indicato nell'URL" + + #: apps/ktorrent/main.cpp:110 + msgid "Document to open" + msgstr "Documento da aprire" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 59 +-#: apps/ktorrent/main.cpp:120 rc.cpp:553 ++#: apps/ktorrent/main.cpp:120 rc.cpp:532 + #, no-c-format + msgid "KTorrent" + msgstr "KTorrent" +@@ -349,11 +348,12 @@ msgid "" + "Country locator for InfoWidget plugin (This product includes GeoLite data " + "created by MaxMind, available from http://www.maxmind.com/). " + msgstr "" ++"Localizzatore paese per plugin Informazioni (Questo prodotto include dati " ++"GeoLite creato da MaxMind, disponibile all'indirizzo http://www.maxmind.com/). " + + #: apps/ktorrent/main.cpp:144 +-#, fuzzy + msgid "Country flags" +-msgstr "Paese" ++msgstr "Bandiere" + + #: apps/ktorrent/main.cpp:145 + msgid "File prioritization" +@@ -416,40 +416,35 @@ msgstr "Parecchie patch" + + #: apps/ktorrent/main.cpp:160 + msgid "Patch to hide the menubar" +-msgstr "" ++msgstr "Patch per nascondere la barra dei menu" + + #: apps/ktorrent/main.cpp:161 + msgid "Patch to modify file priorities in the webgui" +-msgstr "" ++msgstr "Patch per modificare la priorità dei file nell'interfaccia web" + + #: apps/ktorrent/main.cpp:162 +-#, fuzzy + msgid "Several webgui patches" +-msgstr "Parecchie patch" ++msgstr "Parecchie patch per l'interfaccia web" + + #: apps/ktorrent/main.cpp:163 +-#, fuzzy + msgid "Filterbar patch" +-msgstr "Corrispondenze filtro" ++msgstr "Patch per la barra del filtro" + + #: apps/ktorrent/main.cpp:164 + msgid "Non threaded fileview update patch" +-msgstr "" ++msgstr "Patch per aggiornare la vista file senza processi" + + #: apps/ktorrent/main.cpp:165 + msgid "Optimization to SHA1 hash generation" +-msgstr "" ++msgstr "Ottimizzazione della generazione dell'hash SHA1" + + #: apps/ktorrent/main.cpp:166 + msgid "Patch to fix free diskspace calculation on FreeBSD" +-msgstr "" ++msgstr "Patch per correggere il calcolo dello spazio libero in FreeBSD" + + #: apps/ktorrent/main.cpp:167 +-#, fuzzy + msgid "Patch to load torrents silently from the command line" +-msgstr "" +-"Patch per caricare senza avvisi un torrent specificando la posizione in cui è " +-"salvato" ++msgstr "Patch per caricare senza avvisi un torrent dalla riga di comando" + + #: apps/ktorrent/torrentcreatordlg.cpp:64 + msgid "You must select a file or a folder." +@@ -569,22 +564,20 @@ msgid "Remove Torrent and Data" + msgstr "Rimuovi torrent e dati" + + #: apps/ktorrent/ktorrentviewmenu.cpp:59 +-#, fuzzy + msgid "Add Peers" +-msgstr "Aggiungi nodi..." ++msgstr "Aggiungi nodi" + + #: apps/ktorrent/ktorrentviewmenu.cpp:63 + msgid "Additional Peer Sources" + msgstr "Fonti nodi addizionali" + + #: apps/ktorrent/ktorrentviewmenu.cpp:64 +-#, fuzzy + msgid "Torrent Peer Sources:" + msgstr "Fonti nodi torrent:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 85 + #: apps/ktorrent/ktorrentviewmenu.cpp:66 plugins/infowidget/peerview.cpp:221 +-#: rc.cpp:77 rc.cpp:1256 rc.cpp:1307 ++#: rc.cpp:75 rc.cpp:1208 rc.cpp:1259 + #, no-c-format + msgid "DHT" + msgstr "DHT" +@@ -602,9 +595,8 @@ msgid "Preview" + msgstr "Anteprima" + + #: apps/ktorrent/ktorrentviewmenu.cpp:81 +-#, fuzzy + msgid "Open Directory" +-msgstr "Apri cartella..." ++msgstr "Apri cartella" + + #: apps/ktorrent/ktorrentviewmenu.cpp:82 + msgid "Data Directory" +@@ -615,9 +607,8 @@ msgid "Temporary Directory" + msgstr "Cartella temporanea" + + #: apps/ktorrent/ktorrentviewmenu.cpp:87 +-#, fuzzy + msgid "Set Download Location" +-msgstr "Imposta posizione scaricamento..." ++msgstr "Imposta posizione scaricamento" + + #: apps/ktorrent/ktorrentviewmenu.cpp:90 + msgid "Remove From Group" +@@ -628,7 +619,7 @@ msgid "Add to Group" + msgstr "Aggiungi al gruppo" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 16 +-#: apps/ktorrent/ktorrentviewmenu.cpp:100 rc.cpp:147 ++#: apps/ktorrent/ktorrentviewmenu.cpp:100 rc.cpp:141 + #, no-c-format + msgid "Speed Limits" + msgstr "Limiti velocità" +@@ -646,7 +637,7 @@ msgid "Malformed IP address." + msgstr "Indirizzo IP non corretto." + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 311 +-#: apps/ktorrent/pref.cpp:58 rc.cpp:282 ++#: apps/ktorrent/pref.cpp:58 rc.cpp:273 + #, no-c-format + msgid "Preferences" + msgstr "Preferenze" +@@ -682,7 +673,7 @@ msgid "Advanced" + msgstr "Avanzate" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 27 +-#: apps/ktorrent/pref.cpp:411 rc.cpp:540 ++#: apps/ktorrent/pref.cpp:411 rc.cpp:519 + #, no-c-format + msgid "Advanced Options" + msgstr "Opzioni avanzate" +@@ -693,7 +684,7 @@ msgstr "Colonne visibili" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 16 + #: apps/ktorrent/ktorrentview.cpp:135 +-#: plugins/infowidget/infowidgetplugin.cpp:76 rc.cpp:1016 ++#: plugins/infowidget/infowidgetplugin.cpp:76 rc.cpp:986 + #, no-c-format + msgid "Status" + msgstr "Stato" +@@ -715,7 +706,7 @@ msgstr "Inviati" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 313 + #: apps/ktorrent/ktorrentview.cpp:139 plugins/infowidget/peerview.cpp:216 +-#: rc.cpp:1010 ++#: rc.cpp:980 + #, no-c-format + msgid "Down Speed" + msgstr "Velocità scaricamento" +@@ -838,7 +829,7 @@ msgid "User" + msgstr "Utente" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 24 +-#: apps/ktorrent/queuedialog.cpp:75 rc.cpp:249 ++#: apps/ktorrent/queuedialog.cpp:75 rc.cpp:240 + #, no-c-format + msgid "Queue Manager" + msgstr "Gestione coda" +@@ -1067,8 +1058,8 @@ msgid "Start torrent" + msgstr "Avvia il torrent" + + #. i18n: file ./apps/ktorrent/fileselectdlgbase.ui line 160 +-#: plugins/infowidget/fileview.cpp:49 rc.cpp:27 rc.cpp:1244 rc.cpp:1259 +-#: rc.cpp:1349 rc.cpp:1439 ++#: plugins/infowidget/fileview.cpp:49 rc.cpp:27 rc.cpp:1196 rc.cpp:1211 ++#: rc.cpp:1301 rc.cpp:1385 + #, no-c-format + msgid "Download" + msgstr "Scaricamento" +@@ -1122,13 +1113,13 @@ msgid "Encryption" + msgstr "Cifratura" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 58 +-#: rc.cpp:64 rc.cpp:787 ++#: rc.cpp:63 rc.cpp:764 + #, no-c-format + msgid "Use protocol encryption" + msgstr "Usa la cifratura del protocollo" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 64 +-#: rc.cpp:68 ++#: rc.cpp:66 + #, no-c-format + msgid "" + "Protocol encryption is used to prevent ISP's from slowing down bittorrent " +@@ -1138,13 +1129,13 @@ msgstr "" + "connessioni BitTorrent." + + #. i18n: file ./apps/ktorrent/generalpref.ui line 72 +-#: rc.cpp:71 rc.cpp:790 ++#: rc.cpp:69 rc.cpp:767 + #, no-c-format + msgid "Allow unencrypted connections" + msgstr "Permetti comunicazioni non cifrate" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 75 +-#: rc.cpp:74 ++#: rc.cpp:72 + #, no-c-format + msgid "" + "If unchecked, you'll be able to connect only to clients supporting encryption." +@@ -1153,7 +1144,7 @@ msgstr "" + "crittografia." + + #. i18n: file ./apps/ktorrent/generalpref.ui line 88 +-#: rc.cpp:80 ++#: rc.cpp:78 + #, no-c-format + msgid "" + "Distributed Hash Table protocol." +@@ -1164,169 +1155,169 @@ msgstr "" + "consulta il manuale." + + #. i18n: file ./apps/ktorrent/generalpref.ui line 99 +-#: rc.cpp:83 ++#: rc.cpp:81 + #, no-c-format + msgid "&Use DHT to get additional peers" + msgstr "&Usa DHT per avere nodi aggiuntivi" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 118 +-#: rc.cpp:87 ++#: rc.cpp:84 + #, no-c-format + msgid "UDP port for DHT communication:" + msgstr "Porta UDP per le comunicazioni DHT:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 161 +-#: rc.cpp:90 ++#: rc.cpp:87 + #, no-c-format + msgid "Custom IP" + msgstr "IP personalizzato" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 172 +-#: rc.cpp:93 ++#: rc.cpp:90 + #, no-c-format + msgid "Se&nd the tracker a custom IP address or hostname" + msgstr "I&nvia al server traccia un indirizzo IP o nome host personalizzato" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 188 +-#: rc.cpp:96 ++#: rc.cpp:93 + #, no-c-format + msgid "Custom IP address or hostname:" + msgstr "Indirizzo IP o nome host personalizzato:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 205 +-#: rc.cpp:99 ++#: rc.cpp:96 + #, no-c-format + msgid "System Tray Icon" + msgstr "Icona nel vassoio di sistema" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 216 +-#: rc.cpp:102 ++#: rc.cpp:99 + #, no-c-format + msgid "Show s&ystem tray icon" + msgstr "Mostra icona nel vassoio di s&istema" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 224 +-#: rc.cpp:105 ++#: rc.cpp:102 + #, no-c-format + msgid "Show speed &bar in tray icon" + msgstr "Mostra &barra velocità nel vassoio di sistema" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 232 +-#: rc.cpp:108 ++#: rc.cpp:105 + #, no-c-format + msgid "Show system tray popup messages" + msgstr "Mostra messaggi a comparsa nel vassoio di sistema" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 251 +-#: rc.cpp:112 ++#: rc.cpp:108 + #, no-c-format + msgid "Upload bandwidth (in KB/sec):" + msgstr "Larghezza di banda in invio (in KB/sec):" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 276 +-#: rc.cpp:115 ++#: rc.cpp:111 + #, no-c-format + msgid "Download bandwidth (in KB/sec):" + msgstr "Larghezza di banda in scaricamento (in KB/sec):" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 305 +-#: rc.cpp:118 ++#: rc.cpp:114 + #, no-c-format + msgid "Folders" + msgstr "Cartelle" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 324 +-#: rc.cpp:121 ++#: rc.cpp:117 + #, no-c-format + msgid "Folder to store temporary files:" + msgstr "Cartella per i file temporanei:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 342 +-#: rc.cpp:124 ++#: rc.cpp:120 + #, no-c-format + msgid "Move completed downloads to:" + msgstr "Sposta scaricamenti completati in:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 353 +-#: rc.cpp:128 ++#: rc.cpp:123 + #, no-c-format + msgid "&Automatically save downloads to:" + msgstr "Salva &automaticamente gli scaricamenti in:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 395 +-#: rc.cpp:131 ++#: rc.cpp:126 + #, no-c-format + msgid "Copy .torrent files to:" + msgstr "Copia file .torrent in:" + + #. i18n: file ./apps/ktorrent/ktorrentui.rc line 34 +-#: rc.cpp:144 ++#: rc.cpp:138 + #, no-c-format + msgid "Download Toolbar" + msgstr "Barra degli strumenti degli scaricamenti" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 27 +-#: rc.cpp:150 ++#: rc.cpp:144 + #, no-c-format + msgid "Set the speed limits for torrent" + msgstr "Imposta limiti di velocità per il torrent" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 51 +-#: rc.cpp:153 ++#: rc.cpp:147 + #, no-c-format + msgid "Max upload rate:" + msgstr "Livello massimo di invio:" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 59 +-#: rc.cpp:156 ++#: rc.cpp:150 + #, no-c-format + msgid "Max download rate:" + msgstr "Livello massimo di scaricamento:" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 97 +-#: rc.cpp:159 rc.cpp:162 ++#: rc.cpp:153 rc.cpp:156 + #, no-c-format + msgid "KB/s (0 is no limit)" + msgstr "KB/s (0 è illimitato)" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 16 +-#: rc.cpp:171 ++#: rc.cpp:165 + #, no-c-format + msgid "Add potential peer" + msgstr "Aggiungi nodo potenziale" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 35 +-#: rc.cpp:174 ++#: rc.cpp:168 + #, no-c-format + msgid "Peer IP:" + msgstr "IP nodo:" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 43 +-#: rc.cpp:177 rc.cpp:208 ++#: rc.cpp:171 rc.cpp:201 + #, no-c-format + msgid "127.0.0.1" + msgstr "127.0.0.1" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 51 +-#: rc.cpp:180 rc.cpp:288 rc.cpp:525 rc.cpp:931 ++#: rc.cpp:174 rc.cpp:279 rc.cpp:504 rc.cpp:908 + #, no-c-format + msgid "Port:" + msgstr "Porta:" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 100 +-#: rc.cpp:183 ++#: rc.cpp:177 + #, no-c-format + msgid "Enter peer IP and port." + msgstr "Inserisci IP nodo e porta." + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 16 +-#: rc.cpp:193 ++#: rc.cpp:186 + #, no-c-format + msgid "KTorrent Blacklist" + msgstr "Lista nera KTorrent" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 30 +-#: rc.cpp:196 ++#: rc.cpp:189 + #, no-c-format + msgid "" + "Note: Blacklist applies to current session only. Use save/open to save your " +@@ -1336,188 +1327,188 @@ msgstr "" + "salvare le voci oppure usa il plugin Filtro IP (PeerGuardian)." + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 41 +-#: rc.cpp:199 ++#: rc.cpp:192 + #, no-c-format + msgid "Banned Peers" + msgstr "Nodi al bando" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 50 +-#: rc.cpp:202 ++#: rc.cpp:195 + #, no-c-format + msgid "Peer IP address" + msgstr "Indirizzo IP nodo" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 96 +-#: rc.cpp:205 ++#: rc.cpp:198 + #, no-c-format + msgid "Add peer:" + msgstr "Aggiungi nodo:" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 134 +-#: rc.cpp:215 ++#: rc.cpp:207 + #, no-c-format + msgid "Adds a peer to blacklist" + msgstr "Aggiungi un nodo alla lista nera" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 168 +-#: rc.cpp:222 ++#: rc.cpp:213 + #, no-c-format + msgid "Removes selected peer from blacklist" + msgstr "Rimuove i nodi selezionati dalla lista nera" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 176 +-#: rc.cpp:225 ++#: rc.cpp:216 + #, no-c-format + msgid "C&lear" + msgstr "Pu&lisci" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 182 +-#: rc.cpp:228 ++#: rc.cpp:219 + #, no-c-format + msgid "Clears this list" + msgstr "Pulisce questa lista" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 218 +-#: rc.cpp:234 ++#: rc.cpp:225 + #, no-c-format + msgid "Save &As..." + msgstr "Salva &come..." + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 224 +-#: rc.cpp:237 ++#: rc.cpp:228 + #, no-c-format + msgid "Save this blacklist to use with KTorrent IPFilter plugin" + msgstr "" + "Salva questa lista nera per essere usato con il plugin Filtro IP per KTorrent" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 59 +-#: rc.cpp:252 ++#: rc.cpp:243 + #, no-c-format + msgid "Maximum downloads:" + msgstr "Scaricamenti massimi:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 86 +-#: rc.cpp:255 ++#: rc.cpp:246 + #, no-c-format + msgid "Maximum seeds:" + msgstr "Semi massimi:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 94 +-#: rc.cpp:258 ++#: rc.cpp:249 + #, no-c-format + msgid "Start download on low disk space :" + msgstr "Avvio scaricamento con poco spazio su disco:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 102 +-#: rc.cpp:261 ++#: rc.cpp:252 + #, no-c-format + msgid "Minimum disk space:" + msgstr "Spazio su disco minimo:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 140 +-#: rc.cpp:264 ++#: rc.cpp:255 + #, no-c-format + msgid "Don't start" + msgstr "Non avviare" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 145 +-#: rc.cpp:267 ++#: rc.cpp:258 + #, no-c-format + msgid "Always ask" + msgstr "Chiedi sempre" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 150 +-#: rc.cpp:270 ++#: rc.cpp:261 + #, no-c-format + msgid "Force start" + msgstr "Forza avvio" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 208 +-#: rc.cpp:273 ++#: rc.cpp:264 + #, no-c-format + msgid "MB" + msgstr "MB" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 236 +-#: rc.cpp:276 rc.cpp:279 rc.cpp:312 rc.cpp:315 rc.cpp:324 ++#: rc.cpp:267 rc.cpp:270 rc.cpp:303 rc.cpp:306 rc.cpp:315 + #, no-c-format + msgid "(0 is no limit)" + msgstr "(0 è illimitato)" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 330 +-#: rc.cpp:285 ++#: rc.cpp:276 + #, no-c-format + msgid "Maximum download rate:" + msgstr "Livello massimo di scaricamento:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 346 +-#: rc.cpp:291 ++#: rc.cpp:282 + #, no-c-format + msgid "Global connection limit:" + msgstr "Limite globale connessioni:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 354 +-#: rc.cpp:294 ++#: rc.cpp:285 + #, no-c-format + msgid "Max seed time:" + msgstr "Tempo massimo distribuzione:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 370 +-#: rc.cpp:297 ++#: rc.cpp:288 + #, no-c-format + msgid "Maximum connections per torrent:" + msgstr "Connessioni massime per torrent:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 397 +-#: rc.cpp:300 ++#: rc.cpp:291 + #, no-c-format + msgid "Number of upload slots:" + msgstr "Numero slot di invio:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 405 +-#: rc.cpp:303 ++#: rc.cpp:294 + #, no-c-format + msgid "UDP tracker port:" + msgstr "Porta UDP del server traccia:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 413 +-#: rc.cpp:306 ++#: rc.cpp:297 + #, no-c-format + msgid "Max share ratio:" + msgstr "Livello massimo condivisione:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 421 +-#: rc.cpp:309 ++#: rc.cpp:300 + #, no-c-format + msgid "Maximum upload rate:" + msgstr "Livello massimo di invio:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 576 +-#: rc.cpp:318 rc.cpp:321 ++#: rc.cpp:309 rc.cpp:312 + #, no-c-format + msgid "KB/sec (0 is no limit)" + msgstr "KB/sec (0 è illimitato)" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 651 +-#: rc.cpp:327 ++#: rc.cpp:318 + #, no-c-format + msgid "Hours (0 is no limit)" + msgstr "Ore (0 è illimitato)" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 663 +-#: rc.cpp:330 ++#: rc.cpp:321 + #, no-c-format + msgid "&Keep seeding after download is finished" + msgstr "&Mantieni il seme dopo il termine dello scaricamento" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 674 +-#: rc.cpp:333 ++#: rc.cpp:324 + #, no-c-format + msgid "Attention" + msgstr "Attenzione" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 685 +-#: rc.cpp:336 ++#: rc.cpp:327 + #, no-c-format + msgid "" + "The above ports must also be forwarded if you are behind a router. The UPnP " +@@ -1527,283 +1518,283 @@ msgstr "" + "UPnP può farlo al posto tuo." + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 16 +-#: rc.cpp:339 ++#: rc.cpp:330 + #, no-c-format + msgid "KT Queue Dialog" + msgstr "Gestione coda - KTorrent" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 69 +-#: rc.cpp:348 rc.cpp:386 rc.cpp:1107 ++#: rc.cpp:339 rc.cpp:372 rc.cpp:1067 + #, no-c-format + msgid "Status:" + msgstr "Stato:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 85 +-#: rc.cpp:351 rc.cpp:389 rc.cpp:1808 ++#: rc.cpp:342 rc.cpp:375 rc.cpp:1751 + #, no-c-format + msgid "Tracker:" + msgstr "Server traccia:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 93 +-#: rc.cpp:354 rc.cpp:392 rc.cpp:1805 ++#: rc.cpp:345 rc.cpp:378 rc.cpp:1748 + #, no-c-format + msgid "DHT:" + msgstr "DHT:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 109 +-#: rc.cpp:357 rc.cpp:395 rc.cpp:1061 ++#: rc.cpp:348 rc.cpp:381 rc.cpp:1025 + #, no-c-format + msgid "Share ratio:" + msgstr "Livello condivisione:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 117 +-#: rc.cpp:360 ++#: rc.cpp:351 + #, no-c-format + msgid "Bytes left:" + msgstr "Byte rimanenti:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 177 +-#: rc.cpp:368 rc.cpp:377 ++#: rc.cpp:354 rc.cpp:363 + #, no-c-format + msgid "Torrent" + msgstr "Torrent" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 188 +-#: rc.cpp:371 rc.cpp:380 ++#: rc.cpp:357 rc.cpp:366 + #, no-c-format + msgid "Controlled by" + msgstr "Controllato da" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 214 +-#: rc.cpp:374 ++#: rc.cpp:360 + #, no-c-format + msgid "Upload&s" + msgstr "Invi&i" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 333 +-#: rc.cpp:398 ++#: rc.cpp:384 + #, no-c-format + msgid "Uploaded:" + msgstr "Byte inviati:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 486 +-#: rc.cpp:406 ++#: rc.cpp:387 + #, no-c-format + msgid "M&ove up" + msgstr "Sposta &su" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 494 +-#: rc.cpp:409 ++#: rc.cpp:390 + #, no-c-format + msgid "Move dow&n" + msgstr "Sposta &giù" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 519 +-#: rc.cpp:412 ++#: rc.cpp:393 + #, no-c-format + msgid "Move to top" + msgstr "Sposta all'inizio" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 530 +-#: rc.cpp:416 ++#: rc.cpp:396 + #, no-c-format + msgid "Move to &bottom" + msgstr "Sposta alla &fine" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 555 +-#: rc.cpp:419 ++#: rc.cpp:399 + #, no-c-format + msgid "&QM Controlled" + msgstr "Controllato da G&C" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 563 +-#: rc.cpp:422 ++#: rc.cpp:402 + #, no-c-format + msgid "&User Controlled" + msgstr "Controllato dall'&utente" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 30 +-#: rc.cpp:434 ++#: rc.cpp:414 + #, no-c-format + msgid "Paste URL" + msgstr "Incolla URL" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 52 +-#: rc.cpp:437 rc.cpp:1104 rc.cpp:1919 ++#: rc.cpp:417 rc.cpp:1064 rc.cpp:1859 + #, no-c-format + msgid "URL:" + msgstr "URL:" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 106 +-#: rc.cpp:440 ++#: rc.cpp:420 + #, no-c-format + msgid "O&K" + msgstr "O&K" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 114 +-#: rc.cpp:443 rc.cpp:675 rc.cpp:1176 ++#: rc.cpp:423 rc.cpp:653 rc.cpp:1128 + #, no-c-format + msgid "C&ancel" + msgstr "&Annulla" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 16 +-#: rc.cpp:446 ++#: rc.cpp:426 + #, no-c-format + msgid "Create Torrent" + msgstr "Crea torrent" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 38 +-#: rc.cpp:449 ++#: rc.cpp:429 + #, no-c-format + msgid "The file or folder of which you want to create a torrent:" + msgstr "Il file o la cartella della quale vuoi creare un torrent:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 53 +-#: rc.cpp:452 ++#: rc.cpp:432 + #, no-c-format + msgid "You must add at least one tracker or node." + msgstr "Devi aggiungere almeno un server traccia o un nodo." + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 61 +-#: rc.cpp:455 ++#: rc.cpp:435 + #, no-c-format + msgid "File Options" + msgstr "Opzioni file" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 80 +-#: rc.cpp:458 ++#: rc.cpp:438 + #, no-c-format + msgid "Size of each chunk:" + msgstr "Dimensione di ogni parte:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 86 +-#: rc.cpp:461 ++#: rc.cpp:441 + #, no-c-format + msgid "32" + msgstr "32" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 91 +-#: rc.cpp:464 ++#: rc.cpp:444 + #, no-c-format + msgid "64" + msgstr "64" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 96 +-#: rc.cpp:467 ++#: rc.cpp:447 + #, no-c-format + msgid "128" + msgstr "128" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 101 +-#: rc.cpp:470 ++#: rc.cpp:450 + #, no-c-format + msgid "256" + msgstr "256" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 106 +-#: rc.cpp:473 ++#: rc.cpp:453 + #, no-c-format + msgid "512" + msgstr "512" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 111 +-#: rc.cpp:476 ++#: rc.cpp:456 + #, no-c-format + msgid "1024" + msgstr "1024" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 116 +-#: rc.cpp:479 ++#: rc.cpp:459 + #, no-c-format + msgid "2048" + msgstr "2048" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 121 +-#: rc.cpp:482 ++#: rc.cpp:462 + #, no-c-format + msgid "4096" + msgstr "4096" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 126 +-#: rc.cpp:485 ++#: rc.cpp:465 + #, no-c-format + msgid "8192" + msgstr "8192" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 138 +-#: rc.cpp:488 rc.cpp:633 ++#: rc.cpp:468 rc.cpp:611 + #, no-c-format + msgid "KB" + msgstr "KB" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 165 +-#: rc.cpp:491 ++#: rc.cpp:471 + #, no-c-format + msgid "Start seedin&g the torrent" + msgstr "Avvia la distribuzione s&eme del torrent" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 176 +-#: rc.cpp:494 ++#: rc.cpp:474 + #, no-c-format + msgid "Decentrali&zed (DHT only)" + msgstr "Decentrali&zzato (solo DHT)" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 184 +-#: rc.cpp:497 ++#: rc.cpp:477 + #, no-c-format + msgid "Private torrent (DHT not allowed)" + msgstr "Torrent privato (DHT non permesso)" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 202 +-#: rc.cpp:500 ++#: rc.cpp:480 + #, no-c-format + msgid "Comments:" + msgstr "Commenti:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 248 +-#: rc.cpp:503 ++#: rc.cpp:483 + #, no-c-format + msgid "&Create" + msgstr "&Crea" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 262 +-#: rc.cpp:506 rc.cpp:1325 ++#: rc.cpp:486 rc.cpp:1277 + #, no-c-format + msgid "Ca&ncel" + msgstr "An&nulla" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 275 +-#: plugins/infowidget/infowidgetplugin.cpp:214 rc.cpp:509 rc.cpp:1101 ++#: plugins/infowidget/infowidgetplugin.cpp:214 rc.cpp:489 rc.cpp:1061 + #, no-c-format + msgid "Trackers" + msgstr "Server traccia" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 283 +-#: rc.cpp:512 ++#: rc.cpp:492 + #, no-c-format + msgid "DHT nodes" + msgstr "Nodi DHT" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 333 +-#: rc.cpp:522 ++#: rc.cpp:501 + #, no-c-format + msgid "Node:" + msgstr "Nodo:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 385 +-#: rc.cpp:528 ++#: rc.cpp:507 + #, no-c-format + msgid "IP or hostname" + msgstr "Indirizzo IP o nome host" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 396 +-#: rc.cpp:531 rc.cpp:718 rc.cpp:721 ++#: rc.cpp:510 rc.cpp:695 rc.cpp:698 + #, no-c-format + msgid "Port" + msgstr "Porta" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 437 +-#: rc.cpp:534 ++#: rc.cpp:513 + #, no-c-format + msgid "" + "NOTE: Some known good DHT nodes are already inserted. You should probably " +@@ -1814,19 +1805,19 @@ msgstr "" + "distribuire il seme di questo torrent." + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 16 +-#: rc.cpp:537 ++#: rc.cpp:516 + #, no-c-format + msgid "Advanced Preferences" + msgstr "Preferenze avanzate" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 46 +-#: rc.cpp:543 ++#: rc.cpp:522 + #, no-c-format + msgid "Time left estimation algorithm:" +-msgstr "" ++msgstr "Algoritmo di stima del tempo rimanente:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 53 +-#: rc.cpp:546 rc.cpp:568 ++#: rc.cpp:525 rc.cpp:547 + #, no-c-format + msgid "" + "KTorrent algorithm: Default algorithm using combination of other " +@@ -1855,175 +1846,175 @@ msgstr "" + "campioni" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 64 +-#: rc.cpp:556 ++#: rc.cpp:535 + #, no-c-format + msgid "Current speed" + msgstr "Velocità attuale" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 69 +-#: rc.cpp:559 ++#: rc.cpp:538 + #, no-c-format + msgid "Global average speed" + msgstr "Velocità media globale" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 74 +-#: rc.cpp:562 ++#: rc.cpp:541 + #, no-c-format + msgid "Window of X" + msgstr "Finestra di X" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 79 +-#: rc.cpp:565 ++#: rc.cpp:544 + #, no-c-format + msgid "Moving average" + msgstr "Media commovente" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 98 +-#: rc.cpp:575 ++#: rc.cpp:554 + #, no-c-format + msgid "(takes effect after restart)" + msgstr "(ha effetto dopo il riavvio)" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 125 +-#: rc.cpp:578 ++#: rc.cpp:557 + #, no-c-format + msgid "Disa&ble diskspace preallocation" + msgstr "Disa&bilita preallocazione spazio su disco" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 141 +-#: rc.cpp:581 ++#: rc.cpp:560 + #, no-c-format + msgid "F&ully preallocate diskspace (avoids fragmentation)" + msgstr "Preall&oca interamente lo spazio su disco (evita la frammentazione)" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 147 +-#: rc.cpp:584 ++#: rc.cpp:563 + #, no-c-format + msgid "Basic (slow)" + msgstr "Base (lento)" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 152 +-#: rc.cpp:587 ++#: rc.cpp:566 + #, no-c-format + msgid "Filesystem specific" + msgstr "Specifico per il filesysten" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 174 +-#: rc.cpp:590 ++#: rc.cpp:569 + #, no-c-format + msgid "Performance" + msgstr "Prestazioni" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 193 +-#: rc.cpp:593 ++#: rc.cpp:572 + #, no-c-format + msgid "Memory usage:" + msgstr "Uso memoria:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 199 +-#: rc.cpp:596 ++#: rc.cpp:575 + #, no-c-format + msgid "Low" + msgstr "Basso" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 204 +-#: rc.cpp:599 ++#: rc.cpp:578 + #, no-c-format + msgid "Medium" + msgstr "Medio" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 209 +-#: rc.cpp:602 ++#: rc.cpp:581 + #, no-c-format + msgid "High" + msgstr "Alto" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 248 +-#: rc.cpp:605 ++#: rc.cpp:584 + #, no-c-format + msgid "GUI update interval:" + msgstr "Intervallo aggiornamento interfaccia:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 254 +-#: rc.cpp:608 ++#: rc.cpp:587 + #, no-c-format + msgid "500ms" + msgstr "500ms" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 259 +-#: rc.cpp:611 ++#: rc.cpp:590 + #, no-c-format + msgid "1s" + msgstr "1s" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 264 +-#: rc.cpp:614 ++#: rc.cpp:593 + #, no-c-format + msgid "2s" + msgstr "2s" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 269 +-#: rc.cpp:617 ++#: rc.cpp:596 + #, no-c-format + msgid "5s" + msgstr "5s" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 308 +-#: rc.cpp:620 ++#: rc.cpp:599 + #, no-c-format + msgid "Fast CPU" + msgstr "CPU veloce" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 342 +-#: rc.cpp:624 ++#: rc.cpp:602 + #, no-c-format + msgid "Slow CPU" + msgstr "CPU lenta" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 354 +-#: rc.cpp:627 ++#: rc.cpp:605 + #, no-c-format + msgid "Data Checking" + msgstr "Controllo dati" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 373 +-#: rc.cpp:630 ++#: rc.cpp:608 + #, no-c-format + msgid "During uploading, do ¬ recheck chunks bigger than" + msgstr "Durante l'invio &non ricontrollare le parti più grandi di" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 430 +-#: rc.cpp:636 ++#: rc.cpp:614 + #, no-c-format + msgid "Do a data integrit&y check after" + msgstr "Fai un controllo &integrità dei dati dopo" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 449 +-#: rc.cpp:639 ++#: rc.cpp:617 + #, no-c-format + msgid "corrupted chunks" + msgstr "parti danneggiate" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 478 +-#: rc.cpp:642 ++#: rc.cpp:620 + #, no-c-format + msgid "Networking" + msgstr "Rete" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 505 +-#: rc.cpp:645 +-#, fuzzy, no-c-format ++#: rc.cpp:623 ++#, no-c-format + msgid "Maximum number of connection setups:" +-msgstr "Numero massimo di connessioni per torrent (0 = illimitate)" ++msgstr "Numero massimo di connessioni impostate:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 527 +-#: rc.cpp:648 ++#: rc.cpp:626 + #, no-c-format + msgid "DSCP for IP packets:" +-msgstr "" ++msgstr "DSCP per i pacchetti IP:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 570 +-#: rc.cpp:651 ++#: rc.cpp:629 + #, no-c-format + msgid "Do not use the KDE pro&xy settings for HTTP tracker connections" + msgstr "" +@@ -2031,254 +2022,254 @@ msgstr "" + "traccia" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 586 +-#: rc.cpp:654 ++#: rc.cpp:632 + #, no-c-format + msgid "HTTP tracker proxy:" + msgstr "Proxy HTTP del server traccia:" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 24 +-#: rc.cpp:657 ++#: rc.cpp:635 + #, no-c-format + msgid "Scanning data" + msgstr "Analisi dei dati" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 38 +-#: rc.cpp:660 ++#: rc.cpp:638 + #, no-c-format + msgid "Scanning data of torrent :" + msgstr "Analisi dei dati del torrent:" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 62 +-#: rc.cpp:663 ++#: rc.cpp:641 + #, no-c-format + msgid "Number of chunks found :" + msgstr "Numero di parti trovate:" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 70 +-#: rc.cpp:666 ++#: rc.cpp:644 + #, no-c-format + msgid "Number of chunks failed / not downloaded :" + msgstr "Numero di parti danneggiate / non scaricate:" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 97 +-#: rc.cpp:669 rc.cpp:672 ++#: rc.cpp:647 rc.cpp:650 + #, no-c-format + msgid "0" + msgstr "0" + + #. i18n: file ./apps/ktupnptest/mainwidget.ui line 54 +-#: rc.cpp:678 ++#: rc.cpp:656 + #, no-c-format + msgid "Test" + msgstr "Prova" + + #. i18n: file ./libktorrent/labelviewitembase.ui line 49 +-#: rc.cpp:685 ++#: rc.cpp:662 + #, no-c-format + msgid "textLabel2" + msgstr "textLabel2" + + #. i18n: file ./libktorrent/labelviewitembase.ui line 65 +-#: rc.cpp:688 ++#: rc.cpp:665 + #, no-c-format + msgid "textLabel3" + msgstr "textLabel3" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 10 +-#: rc.cpp:691 ++#: rc.cpp:668 + #, no-c-format + msgid "Maximum number of downloads (0 = no limit)" + msgstr "Numero massimo di scaricamenti (0 = illimitati)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 15 +-#: rc.cpp:694 ++#: rc.cpp:671 + #, no-c-format + msgid "Maximum number of seeds (0 = no limit)" + msgstr "Numero massimo di semi (0 = illimitati)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 20 +-#: rc.cpp:697 ++#: rc.cpp:674 + #, no-c-format + msgid "Start downloads on low disk space?" + msgstr "Avvio gli scaricamenti anche con poco spazio libero?" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 24 +-#: rc.cpp:700 ++#: rc.cpp:677 + #, no-c-format + msgid "Maximum number of connections per torrent (0 = no limit)" + msgstr "Numero massimo di connessioni per torrent (0 = illimitate)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 29 +-#: rc.cpp:703 ++#: rc.cpp:680 + #, no-c-format + msgid "Maximum number of connections for all torrents (0 = no limit) " + msgstr "Numero massimo di connessioni per tutti i torrent (0 = illimitate)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 34 +-#: rc.cpp:706 ++#: rc.cpp:683 + #, no-c-format + msgid "Maximum upload speed in KB/sec (0 = no limit)" + msgstr "Velocità massima di invio in KB/sec (0 = illimitata)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 39 +-#: rc.cpp:709 ++#: rc.cpp:686 + #, no-c-format + msgid "Maximum download speed in KB/sec (0 = no limit)" + msgstr "Velocità massima di scaricamento in KB/sec (0 = illimitata)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 44 +-#: rc.cpp:712 ++#: rc.cpp:689 + #, no-c-format + msgid "Maximum share ratio(0 = no limit)" + msgstr "Livello massimo di condivisione (0=illimitato)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 49 +-#: rc.cpp:715 ++#: rc.cpp:692 + #, no-c-format + msgid "Maximum seed time in hours (0 = no limit)" + msgstr "Durata massima distribuzione seme in ore (0=illimitata)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 66 +-#: rc.cpp:724 ++#: rc.cpp:701 + #, no-c-format + msgid "Show a system tray icon" + msgstr "Mostra l'icona nel vassoio di sistema" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 70 +-#: rc.cpp:727 ++#: rc.cpp:704 + #, no-c-format + msgid "Show speed bar in tray icon" + msgstr "Mostra barra velocità nel vassoio di sistema" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 74 +-#: rc.cpp:730 ++#: rc.cpp:707 + #, no-c-format + msgid "Download bandwidth (in kb/s):" + msgstr "Larghezza di banda in scaricamento (in kb/sec):" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 80 +-#: rc.cpp:733 ++#: rc.cpp:710 + #, no-c-format + msgid "Upload bandwidth (in kb/s):" + msgstr "Larghezza di banda in invio (in kb/sec):" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 86 +-#: rc.cpp:736 ++#: rc.cpp:713 + #, no-c-format + msgid "Show popup messages when torrent is finished." + msgstr "Mostra messaggi a comparsa quando un torrent è completato." + + #. i18n: file ./libktorrent/ktorrent.kcfg line 90 +-#: rc.cpp:739 ++#: rc.cpp:716 + #, no-c-format + msgid "Keep seeding after download has finished" + msgstr "Mantieni il seme dopo il termine dello scaricamento" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 94 +-#: rc.cpp:742 ++#: rc.cpp:719 + #, no-c-format + msgid "Folder to store temporary files" + msgstr "Cartella per salvare i file temporanei" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 98 +-#: rc.cpp:745 ++#: rc.cpp:722 + #, no-c-format + msgid "Whether to automatically save downloads to saveDir" + msgstr "Se salvare automaticamente gli scaricamenti nella cartella impostata" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 102 +-#: rc.cpp:748 ++#: rc.cpp:725 + #, no-c-format + msgid "Folder to store downloaded files" + msgstr "Cartella nella quale salvare i file scaricati" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 106 +-#: rc.cpp:751 ++#: rc.cpp:728 + #, no-c-format + msgid "Whether to automatically move completed downloads to completedDir" + msgstr "" + "Se spostare automaticamente gli scaricamenti completi nella cartella impostata" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 110 +-#: rc.cpp:754 ++#: rc.cpp:731 + #, no-c-format + msgid "Folder to move completed downloaded files to" + msgstr "Cartella nella quale spostare i file scaricati" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 114 +-#: rc.cpp:757 ++#: rc.cpp:734 + #, no-c-format + msgid "Whether to automatically copy .torrent files to torrentCopyDir" + msgstr "Se copiare automaticamente i file .torrent nella cartella impostata" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 118 +-#: rc.cpp:760 ++#: rc.cpp:737 + #, no-c-format + msgid "Folder to copy .torrent files to" + msgstr "Cartella per copiare i file .torrent" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 122 +-#: rc.cpp:763 ++#: rc.cpp:740 + #, no-c-format + msgid "Whether to use a custom IP to pass to the tracker" + msgstr "Se usare un indirizzo IP personalizzato da passare al server traccia" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 126 +-#: rc.cpp:766 ++#: rc.cpp:743 + #, no-c-format + msgid "Directory which was used as the last save directory" + msgstr "Cartella usata come ultima cartella di salvataggio" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 130 +-#: rc.cpp:769 ++#: rc.cpp:746 + #, no-c-format + msgid "IP to pass to the tracker" + msgstr "IP da passare al server traccia" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 134 +-#: rc.cpp:772 ++#: rc.cpp:749 + #, no-c-format + msgid "Memory usage" + msgstr "Uso memoria" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 138 +-#: rc.cpp:775 ++#: rc.cpp:752 + #, no-c-format + msgid "GUI update interval" + msgstr "Intervallo aggiornamento interfaccia" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 142 +-#: rc.cpp:778 ++#: rc.cpp:755 + #, no-c-format + msgid "Support for DHT" + msgstr "Supporto per DHT" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 146 +-#: rc.cpp:781 ++#: rc.cpp:758 + #, no-c-format + msgid "DHT port" + msgstr "Porta DHT" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 152 +-#: rc.cpp:784 ++#: rc.cpp:761 + #, no-c-format + msgid "Number of upload slots" + msgstr "Numero slot di invio" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 196 +-#: rc.cpp:793 ++#: rc.cpp:770 + #, no-c-format + msgid "Columns shown in KTorrentView" + msgstr "Colonne mostrate nella vista KTorrent" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 205 +-#: rc.cpp:796 ++#: rc.cpp:773 + #, no-c-format + msgid "ET algorithm" + msgstr "Algoritmo ET" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 227 +-#: rc.cpp:799 ++#: rc.cpp:776 + #, no-c-format + msgid "" + "When there's no space left to complete download and free diskspace is less than " +@@ -2288,457 +2279,457 @@ msgstr "" + "libero è meno del valore impostato, il torrent verrà fermato." + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 16 +-#: rc.cpp:802 ++#: rc.cpp:779 + #, no-c-format + msgid "Plugin Manager" + msgstr "Gestore plugin" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 48 +-#: rc.cpp:805 ++#: rc.cpp:782 + #, no-c-format + msgid "Load" + msgstr "Attiva" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 56 +-#: rc.cpp:808 ++#: rc.cpp:785 + #, no-c-format + msgid "U&nload" + msgstr "Disa&ttiva" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 64 +-#: rc.cpp:811 ++#: rc.cpp:788 + #, no-c-format + msgid "Load &All" + msgstr "&Attiva tutti" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 72 +-#: rc.cpp:814 ++#: rc.cpp:791 + #, no-c-format + msgid "&Unload All" + msgstr "&Disattiva tutti" + + #. i18n: file ./plugins/upnp/ktupnpplugin.kcfg line 10 +-#: rc.cpp:817 ++#: rc.cpp:794 + #, no-c-format + msgid "Default UPnP device to use" + msgstr "Dispositivo UPnP predefinito da usare" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 16 +-#: plugins/upnp/upnpplugin.cpp:46 plugins/upnp/upnpprefpage.cpp:31 rc.cpp:820 ++#: plugins/upnp/upnpplugin.cpp:46 plugins/upnp/upnpprefpage.cpp:31 rc.cpp:797 + #, no-c-format + msgid "UPnP" + msgstr "UPnP" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 35 +-#: rc.cpp:823 ++#: rc.cpp:800 + #, no-c-format + msgid "Detected devices:" + msgstr "Dispositivi rilevati:" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 41 +-#: rc.cpp:826 ++#: rc.cpp:803 + #, no-c-format + msgid "Device" + msgstr "Dispositivo" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 52 +-#: rc.cpp:829 ++#: rc.cpp:806 + #, no-c-format + msgid "Ports Forwarded" + msgstr "Porte mappate" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 63 +-#: rc.cpp:832 ++#: rc.cpp:809 + #, no-c-format + msgid "WAN Connection" + msgstr "Connessione WAN" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 91 +-#: rc.cpp:835 ++#: rc.cpp:812 + #, no-c-format + msgid "Forw&ard Ports" + msgstr "M&appa porte" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 99 +-#: rc.cpp:838 ++#: rc.cpp:815 + #, no-c-format + msgid "Undo Port Forwarding" + msgstr "Annulla mappatura porte" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 124 +-#: rc.cpp:841 ++#: rc.cpp:818 + #, no-c-format + msgid "Rescan" + msgstr "Rileva nuovamente" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 9 +-#: rc.cpp:844 ++#: rc.cpp:821 + #, no-c-format + msgid "Enable scanning of folder1?" + msgstr "Abilitare la scansione della cartella 1?" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 14 +-#: rc.cpp:847 ++#: rc.cpp:824 + #, no-c-format + msgid "Enable scanning of folder2?" + msgstr "Abilitare la scansione della cartella 2?" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 19 +-#: rc.cpp:850 ++#: rc.cpp:827 + #, no-c-format + msgid "Enable scanning of folder3?" + msgstr "Abilitare la scansione della cartella 3?" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 24 +-#: rc.cpp:853 ++#: rc.cpp:830 + #, no-c-format + msgid "Folder1 path" + msgstr "Percorso cartella 1" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 29 +-#: rc.cpp:856 ++#: rc.cpp:833 + #, no-c-format + msgid "Folder2 path" + msgstr "Percorso cartella 2" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 34 +-#: rc.cpp:859 ++#: rc.cpp:836 + #, no-c-format + msgid "Folder3 path" + msgstr "Percorso cartella 3" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 39 +-#: rc.cpp:862 ++#: rc.cpp:839 + #, no-c-format + msgid "Whether to open torrent silently or not." + msgstr "Se aprire un file torrent senza avvisi oppure no." + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 44 +-#: rc.cpp:865 ++#: rc.cpp:842 + #, no-c-format + msgid "Delete action checked." + msgstr "Azione elimina marcata." + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 49 +-#: rc.cpp:868 ++#: rc.cpp:845 + #, no-c-format + msgid "Move action checked." + msgstr "Azione sposta marcata." + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 16 +-#: rc.cpp:871 ++#: rc.cpp:848 + #, no-c-format + msgid "ScanFolder Preferences" + msgstr "Preferenze scansione cartella" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 35 +-#: rc.cpp:874 ++#: rc.cpp:851 + #, no-c-format + msgid "Scan folder &1" + msgstr "Scansione cartella &1" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 38 +-#: rc.cpp:877 rc.cpp:1480 ++#: rc.cpp:854 rc.cpp:1424 + #, no-c-format + msgid "Alt+1" + msgstr "Alt+1" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 46 +-#: rc.cpp:880 ++#: rc.cpp:857 + #, no-c-format + msgid "Scan folder &2" + msgstr "Scansione cartella &2" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 49 +-#: rc.cpp:883 rc.cpp:1471 rc.cpp:1495 ++#: rc.cpp:860 rc.cpp:1415 rc.cpp:1439 + #, no-c-format + msgid "Alt+2" + msgstr "Alt+2" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 57 +-#: rc.cpp:886 ++#: rc.cpp:863 + #, no-c-format + msgid "Scan folder &3" + msgstr "Scansione cartella &3" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 60 +-#: rc.cpp:889 rc.cpp:1465 ++#: rc.cpp:866 rc.cpp:1409 + #, no-c-format + msgid "Alt+3" + msgstr "Alt+3" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 81 +-#: rc.cpp:895 ++#: rc.cpp:872 + #, no-c-format + msgid "Move to \"loaded\" directory &after loading" + msgstr "Sposta nella cartella \"caricati\" &dopo il caricamento" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 84 +-#: rc.cpp:898 ++#: rc.cpp:875 + #, no-c-format + msgid "Move torrent to \"loaded\" directory after loading it" + msgstr "Sposta il torrent nella cartella \"caricati\" dopo il caricamento" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 92 +-#: rc.cpp:901 ++#: rc.cpp:878 + #, no-c-format + msgid "Open torrents silentl&y" + msgstr "Apri i torrent senza avvis&i" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 95 +-#: rc.cpp:904 +-#, fuzzy, no-c-format ++#: rc.cpp:881 ++#, no-c-format + msgid "Do not show 'Select files to download' dialog" + msgstr "Non mostra la finestra \"Seleziona i file da scaricare\"" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 103 +-#: rc.cpp:907 ++#: rc.cpp:884 + #, no-c-format + msgid "Delete after loadin&g" + msgstr "Cancella dopo il caricame&nto" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 106 +-#: rc.cpp:910 ++#: rc.cpp:887 + #, no-c-format + msgid "Deletes torrent after loading" + msgstr "Cancella i torrent dopo il caricamento" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 116 +-#: rc.cpp:913 ++#: rc.cpp:890 + #, no-c-format + msgid "Folders to scan" + msgstr "Cartelle nelle quali effettuare la scansione" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 151 +-#: rc.cpp:916 ++#: rc.cpp:893 + #, no-c-format + msgid "Folder 1:" + msgstr "Cartella 1:" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 162 +-#: rc.cpp:919 ++#: rc.cpp:896 + #, no-c-format + msgid "Folder 2:" + msgstr "Cartella 2:" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 173 +-#: rc.cpp:922 ++#: rc.cpp:899 + #, no-c-format + msgid "Folder 3:" + msgstr "Cartella 3:" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 30 +-#: rc.cpp:925 rc.cpp:1895 ++#: rc.cpp:902 rc.cpp:1838 + #, no-c-format + msgid "Search Preferences" + msgstr "Preferenze di ricerca" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 41 +-#: rc.cpp:928 ++#: rc.cpp:905 + #, no-c-format + msgid "Web Server" + msgstr "Server web" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 82 +-#: rc.cpp:934 ++#: rc.cpp:911 + #, no-c-format + msgid "Forward port" + msgstr "Mappa porta" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 107 +-#: rc.cpp:937 ++#: rc.cpp:914 + #, no-c-format + msgid "Session TTL (in sec):" + msgstr "Sessione TTL (in sec):" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 142 +-#: rc.cpp:940 ++#: rc.cpp:917 + #, no-c-format + msgid "Select interface:" + msgstr "Seleziona interfaccia:" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 173 +-#: rc.cpp:943 ++#: rc.cpp:920 + #, no-c-format + msgid "Username:" + msgstr "Nome utente:" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 188 +-#: rc.cpp:946 ++#: rc.cpp:923 + #, no-c-format + msgid "Change password ..." + msgstr "Cambia password..." + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 206 +-#: rc.cpp:949 ++#: rc.cpp:926 + #, no-c-format + msgid "Php executable path:" + msgstr "Percorso eseguibile PHP:" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 10 +-#: rc.cpp:953 ++#: rc.cpp:929 + #, no-c-format + msgid "Port number" + msgstr "Numero porta" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 15 +-#: rc.cpp:956 ++#: rc.cpp:932 + #, no-c-format + msgid "forward Port" + msgstr "mappa porta" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 20 +-#: rc.cpp:959 ++#: rc.cpp:935 + #, no-c-format + msgid "Session time to live" + msgstr "Durata sessione" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 24 +-#: rc.cpp:962 ++#: rc.cpp:938 + #, no-c-format + msgid "interface skin" + msgstr "skin interfaccia" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 28 +-#: rc.cpp:965 ++#: rc.cpp:941 + #, no-c-format + msgid "php executable path" + msgstr "percorso eseguibile PHP" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 33 +-#: rc.cpp:968 ++#: rc.cpp:944 + #, no-c-format + msgid "username" + msgstr "nome utente" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 37 +-#: rc.cpp:971 ++#: rc.cpp:947 + #, no-c-format + msgid "password" + msgstr "password" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 16 +-#: plugins/infowidget/infowidgetplugin.cpp:194 rc.cpp:974 rc.cpp:1046 ++#: plugins/infowidget/infowidgetplugin.cpp:194 rc.cpp:950 rc.cpp:1010 + #, no-c-format + msgid "Chunks" + msgstr "Parti" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 43 +-#: rc.cpp:977 ++#: rc.cpp:953 + #, no-c-format + msgid "Total:" + msgstr "Totale:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 81 +-#: rc.cpp:981 ++#: rc.cpp:956 + #, no-c-format + msgid "Currently downloading:" + msgstr "Attualmente in scaricamento:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 119 +-#: rc.cpp:985 ++#: rc.cpp:959 + #, no-c-format + msgid "Downloaded:" + msgstr "Scaricate:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 157 +-#: rc.cpp:989 ++#: rc.cpp:962 + #, no-c-format + msgid "Excluded:" + msgstr "Escluse:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 195 +-#: rc.cpp:993 ++#: rc.cpp:965 + #, no-c-format + msgid "Left:" + msgstr "Rimaste:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 233 +-#: rc.cpp:997 ++#: rc.cpp:968 + #, no-c-format + msgid "Size:" + msgstr "Dimensione:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 280 +-#: rc.cpp:1001 ++#: rc.cpp:971 + #, no-c-format + msgid "Chunk" + msgstr "Parte" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 291 +-#: rc.cpp:1004 ++#: rc.cpp:974 + #, no-c-format + msgid "Progress" + msgstr "Avanzamento" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 302 +-#: rc.cpp:1007 ++#: rc.cpp:977 + #, no-c-format + msgid "Peer" + msgstr "Nodo" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 324 +-#: rc.cpp:1013 ++#: rc.cpp:983 + #, no-c-format + msgid "Assigned Peers" + msgstr "Nodi assegnati" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 63 +-#: rc.cpp:1022 ++#: rc.cpp:992 + #, no-c-format + msgid "Seeders:" + msgstr "Distributori:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 71 +-#: rc.cpp:1025 ++#: rc.cpp:995 + #, no-c-format + msgid "Leechers:" + msgstr "Ricettori:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 129 +-#: rc.cpp:1030 ++#: rc.cpp:998 + #, no-c-format + msgid "Average Down Speed:" + msgstr "Velocità media scaricamento:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 177 +-#: rc.cpp:1035 ++#: rc.cpp:1001 + #, no-c-format + msgid "Average Up Speed:" + msgstr "Velocità media invio:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 195 +-#: rc.cpp:1038 rc.cpp:1111 ++#: rc.cpp:1004 rc.cpp:1070 + #, no-c-format + msgid "Next update in:" + msgstr "Prossimo aggiornamento in:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 203 +-#: rc.cpp:1041 ++#: rc.cpp:1007 + #, no-c-format + msgid "Tracker Status:" + msgstr "Stato server traccia:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 332 +-#: rc.cpp:1049 ++#: rc.cpp:1013 + #, no-c-format + msgid "Parts of the torrent which have been downloaded:" + msgstr "Parti del torrent che sono state scaricate:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 367 +-#: rc.cpp:1052 ++#: rc.cpp:1016 + #, no-c-format + msgid "Parts of the torrent which are available:" + msgstr "Parti del torrent che sono disponibili:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 457 +-#: rc.cpp:1055 ++#: rc.cpp:1019 + #, no-c-format + msgid "Sharing" + msgstr "Condivisione" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 487 +-#: rc.cpp:1058 ++#: rc.cpp:1022 + #, no-c-format + msgid "" + "Your upload will stop when share ratio gets to this value. Zero means no limit." +@@ -2747,148 +2738,148 @@ msgstr "" + "Zero significa senza limite." + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 525 +-#: rc.cpp:1064 ++#: rc.cpp:1028 + #, no-c-format + msgid "Your upload will stop when you have uploaded for this many hours." + msgstr "" + "L'invio si fermerà quando avrai inviato questo torrent per diverse ore." + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 533 +-#: rc.cpp:1067 ++#: rc.cpp:1031 + #, no-c-format + msgid "Hours" + msgstr "Ore" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 543 +-#: rc.cpp:1070 ++#: rc.cpp:1034 + #, no-c-format + msgid "Ratio limit:" + msgstr "Limite livello:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 549 +-#: rc.cpp:1074 ++#: rc.cpp:1037 + #, no-c-format + msgid "Limit works only in seed mode" + msgstr "Il limite funziona solo in modalità distribuzione seme" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 557 +-#: rc.cpp:1077 ++#: rc.cpp:1040 + #, no-c-format + msgid "Time &limit:" + msgstr "&Limite di tempo:" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 37 +-#: rc.cpp:1081 ++#: rc.cpp:1043 + #, no-c-format + msgid "&Update Tracker" + msgstr "&Aggiorna server traccia" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 40 +-#: rc.cpp:1084 ++#: rc.cpp:1046 + #, no-c-format + msgid "Minimum update interval - 60 seconds" + msgstr "Intervallo minimo aggiornamento - 60 secondi" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 48 +-#: rc.cpp:1087 ++#: rc.cpp:1049 + #, no-c-format + msgid "Add Trac&ker" + msgstr "Aggiungi server t&raccia" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 64 +-#: rc.cpp:1090 ++#: rc.cpp:1052 + #, no-c-format + msgid "Remove Tracker" + msgstr "Rimuovi server traccia" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 75 +-#: rc.cpp:1094 ++#: rc.cpp:1055 + #, no-c-format + msgid "Ch&ange Tracker" + msgstr "C&ambia server traccia" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 100 +-#: rc.cpp:1097 ++#: rc.cpp:1058 + #, no-c-format + msgid "Restore Defaults" + msgstr "Ripristina valori predefiniti" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 10 +-#: rc.cpp:1115 ++#: rc.cpp:1073 + #, no-c-format + msgid "Show peer view tab in main window" + msgstr "Mostra la linguetta della vista nodi nella finestra principale" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 14 +-#: rc.cpp:1118 ++#: rc.cpp:1076 + #, no-c-format + msgid "Show chunk download view tab in main window" + msgstr "" + "Mostra la linguetta della vista scaricamento parti nella finestra principale" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 18 +-#: rc.cpp:1121 ++#: rc.cpp:1079 + #, no-c-format + msgid "Show trackers view tab in main window" + msgstr "" + "Mostra la linguetta della vista server traccia nella finestra principale" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 24 +-#: rc.cpp:1124 ++#: rc.cpp:1082 + #, no-c-format + msgid "Show list of peers" + msgstr "Mostra lista dei nodi" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 35 +-#: rc.cpp:1128 ++#: rc.cpp:1085 + #, no-c-format + msgid "Show list of chunks currentl&y downloading" + msgstr "Mostra lista delle parti attualment&e in scaricamento" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 60 +-#: rc.cpp:1131 ++#: rc.cpp:1088 + #, no-c-format + msgid "Show list of trackers" + msgstr "Mostra lista dei server traccia" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 16 +-#: rc.cpp:1135 ++#: rc.cpp:1091 + #, no-c-format + msgid "IPBlocking Preferences" + msgstr "Preferenze Blocco IP" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 47 +-#: rc.cpp:1138 ++#: rc.cpp:1094 + #, no-c-format + msgid "Select PeerGuardian Filter File " + msgstr "Seleziona file filtro PeerGuardian " + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 58 +-#: rc.cpp:1141 ++#: rc.cpp:1097 + #, no-c-format + msgid "Use PeerGuardian filter?" + msgstr "Uso il filtro PeerGuardian?" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 77 +-#: rc.cpp:1145 ++#: rc.cpp:1100 + #, no-c-format + msgid "IP filter file:" + msgstr "File filtro IP:" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 85 +-#: rc.cpp:1148 ++#: rc.cpp:1103 + #, no-c-format + msgid "http://www.bluetack.co.uk/modules.php?name=Downloads&d_op=getit&lid=8" + msgstr "http://www.bluetack.co.uk/modules.php?name=Downloads&d_op=getit&lid=8" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 123 +-#: rc.cpp:1151 ++#: rc.cpp:1106 + #, no-c-format + msgid "Dow&nload/Convert" + msgstr "Sca&rica/Converti" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 134 +-#: rc.cpp:1154 ++#: rc.cpp:1109 + #, no-c-format + msgid "" + "Download PeerGuardian filter from bluetack.co.uk or blocklist.org.\n" +@@ -2898,91 +2889,91 @@ msgstr "" + "Nota: Il file zip di bluetack.co.uk è supportato." + + #. i18n: file ./plugins/ipfilter/ktipfilterplugin.kcfg line 10 +-#: rc.cpp:1159 ++#: rc.cpp:1113 + #, no-c-format + msgid "Level1 filter url" + msgstr "URL filtro livello 1" + + #. i18n: file ./plugins/ipfilter/ktipfilterplugin.kcfg line 14 +-#: rc.cpp:1162 ++#: rc.cpp:1116 + #, no-c-format + msgid "Use level1 filter?" + msgstr "Uso filtro di livello 1?" + + #. i18n: file ./plugins/ipfilter/convert_dlg.ui line 24 +-#: plugins/ipfilter/convertdialog.cpp:155 rc.cpp:1165 ++#: plugins/ipfilter/convertdialog.cpp:155 rc.cpp:1119 + #, no-c-format + msgid "Converting..." + msgstr "Conversione..." + + #. i18n: file ./plugins/ipfilter/convert_dlg.ui line 41 +-#: rc.cpp:1168 +-#, fuzzy, no-c-format ++#: rc.cpp:1122 ++#, no-c-format + msgid "" + "Click on the 'convert' button to start converting antip2p file. NOTE: This " + "process could take a while even on fast machines and during that time you will " + "not be able to use KTorrent." + msgstr "" +-"Fai clic sul pulsante converti per avviare la conversione del file antip2p. " ++"Fai clic sul pulsante \"converti\" per avviare la conversione del file antip2p. " + "NOTA: Questo processo può impiegare del tempo anche in macchine veloci e in " + "questo periodo non è possibile usare KTorrent." + + #. i18n: file ./plugins/stats/sprefwgt.ui line 27 +-#: rc.cpp:1179 ++#: rc.cpp:1131 + #, no-c-format + msgid "Update" + msgstr "Aggiorna" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 46 +-#: rc.cpp:1182 rc.cpp:1268 ++#: rc.cpp:1134 rc.cpp:1220 + #, no-c-format + msgid "Update charts every" + msgstr "Aggiorna grafici ogni" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 71 +-#: rc.cpp:1185 ++#: rc.cpp:1137 + #, no-c-format + msgid "GUI updates" + msgstr "aggiornamenti dell'interfaccia" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 92 +-#: rc.cpp:1188 rc.cpp:1271 ++#: rc.cpp:1140 rc.cpp:1223 + #, no-c-format + msgid "Gather data every" + msgstr "Raccogli dati ogni" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 120 +-#: rc.cpp:1191 ++#: rc.cpp:1143 + #, no-c-format + msgid "miliseconds" + msgstr "millisecondi" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 135 +-#: rc.cpp:1194 ++#: rc.cpp:1146 + #, no-c-format + msgid "Maximum" + msgstr "Massimo" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 154 +-#: rc.cpp:1197 ++#: rc.cpp:1149 + #, no-c-format + msgid "Maximum speed scale mode:" + msgstr "Modalità scala velocità massima:" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 165 +-#: rc.cpp:1203 ++#: rc.cpp:1155 + #, no-c-format + msgid "Exact" + msgstr "Esatto" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 175 +-#: rc.cpp:1206 ++#: rc.cpp:1158 + #, no-c-format + msgid "See 'What's this' for more help" + msgstr "Vedi \"Che cos'è?\" per maggiori informazioni" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 180 +-#: rc.cpp:1209 ++#: rc.cpp:1161 + #, no-c-format + msgid "" + "Set maximum value on OY scale as:\n" +@@ -2994,164 +2985,164 @@ msgstr "" + "- Esatto: Velocità massima raggiunta visibile nel grafico" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 192 +-#: rc.cpp:1214 rc.cpp:1247 ++#: rc.cpp:1166 rc.cpp:1199 + #, no-c-format + msgid "Peers speed" + msgstr "Velocità nodi" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 211 +-#: rc.cpp:1217 ++#: rc.cpp:1169 + #, no-c-format + msgid "Peers speed:" + msgstr "Velocità nodi:" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 222 +-#: rc.cpp:1220 ++#: rc.cpp:1172 + #, no-c-format + msgid "update every" + msgstr "aggiorna ogni" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 244 +-#: rc.cpp:1223 ++#: rc.cpp:1175 + #, no-c-format + msgid "chart data updates" + msgstr "aggiornamenti dati grafico" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 254 +-#: rc.cpp:1226 ++#: rc.cpp:1178 + #, no-c-format + msgid "Gathering data about many connected peers can be CPU consuming." + msgstr "" + "La raccolta di dati provenienti da molti nodi connessi utilizza molta CPU." + + #. i18n: file ./plugins/stats/sprefwgt.ui line 267 +-#: rc.cpp:1229 ++#: rc.cpp:1181 + #, no-c-format + msgid "Peers connections" + msgstr "Connessioni nodi" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 270 +-#: rc.cpp:1232 ++#: rc.cpp:1184 + #, no-c-format + msgid "Large values can obscure charts of connected peers" + msgstr "Valori grandi possono oscurare i grafici dei nodi connessi" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 289 +-#: rc.cpp:1235 ++#: rc.cpp:1187 + #, no-c-format + msgid "Show seeders in swarms" + msgstr "Mostra distributori in sciami" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 297 +-#: rc.cpp:1238 ++#: rc.cpp:1190 + #, no-c-format + msgid "Show leechers in swarms" + msgstr "Mostra ricettori in sciami" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 309 +-#: rc.cpp:1241 ++#: rc.cpp:1193 + #, no-c-format + msgid "Measurements count" + msgstr "Conteggi" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 392 +-#: rc.cpp:1250 rc.cpp:1265 ++#: rc.cpp:1202 rc.cpp:1217 + #, no-c-format + msgid "Upload" + msgstr "Invio" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 424 +-#: rc.cpp:1253 ++#: rc.cpp:1205 + #, no-c-format + msgid "Connections" + msgstr "Connessioni" + + #. i18n: file ./plugins/stats/statsspdwgt.ui line 40 +-#: plugins/infowidget/infowidgetplugin.cpp:173 rc.cpp:1262 rc.cpp:1304 ++#: plugins/infowidget/infowidgetplugin.cpp:173 rc.cpp:1214 rc.cpp:1256 + #, no-c-format + msgid "Peers" + msgstr "Nodi" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 18 +-#: rc.cpp:1274 ++#: rc.cpp:1226 + #, no-c-format + msgid "Toggle peers speed charts" + msgstr "Mostra/Nascondi grafici velocità nodi" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 22 +-#: rc.cpp:1277 ++#: rc.cpp:1229 + #, no-c-format + msgid "Interval between getting data about peers speed" + msgstr "Intervallo raccolta dati sulla velocità dei nodi" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 26 +-#: rc.cpp:1280 ++#: rc.cpp:1232 + #, no-c-format + msgid "Toggle drawing of leechers in swarms" + msgstr "Mostra/Nascondi ricettori in sciami" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 30 +-#: rc.cpp:1283 ++#: rc.cpp:1235 + #, no-c-format + msgid "Toggle drawing of seeders in swarms" + msgstr "Mostra/Nascondi distributori in sciami" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 35 +-#: rc.cpp:1286 ++#: rc.cpp:1238 + #, no-c-format + msgid "Download mesurments count" + msgstr "Conteggio scaricamenti" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 39 +-#: rc.cpp:1289 ++#: rc.cpp:1241 + #, no-c-format + msgid "Peers speed mesurments count" + msgstr "Conteggio velocità nodi" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 43 +-#: rc.cpp:1292 ++#: rc.cpp:1244 + #, no-c-format + msgid "Upload mesurments count" + msgstr "Conteggio invii" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 47 +-#: rc.cpp:1295 ++#: rc.cpp:1247 + #, no-c-format + msgid "Connections mesurments count" + msgstr "Conteggio connessioni" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 51 +-#: rc.cpp:1298 ++#: rc.cpp:1250 + #, no-c-format + msgid "DHT mesurments count" + msgstr "Conteggio DHT" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 56 +-#: rc.cpp:1301 ++#: rc.cpp:1253 + #, no-c-format + msgid "OY axis max mode" + msgstr "Modalità massimo dell'asse Y" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 16 +-#: rc.cpp:1310 ++#: rc.cpp:1262 + #, no-c-format + msgid "Import an existing download" + msgstr "Importa uno scaricamento esistente" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 49 +-#: rc.cpp:1313 ++#: rc.cpp:1265 + #, no-c-format + msgid "Torrent:" + msgstr "Torrent:" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 63 +-#: rc.cpp:1316 ++#: rc.cpp:1268 + #, no-c-format + msgid "Data:" + msgstr "Dati:" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 95 +-#: rc.cpp:1319 ++#: rc.cpp:1271 + #, no-c-format + msgid "" + "Please specify the torrent and the data already downloaded for that torrent." +@@ -3159,684 +3150,684 @@ msgstr "" + "Per favore specifica il torrent e i dati già scaricati di quel torrent." + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 133 +-#: rc.cpp:1322 ++#: rc.cpp:1274 + #, no-c-format + msgid "&Import" + msgstr "&Importa" + + #. i18n: file ./plugins/rssfeed/ktrssfeedplugin.kcfg line 10 +-#: rc.cpp:1328 ++#: rc.cpp:1280 + #, no-c-format + msgid "default" + msgstr "predefinito" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 18 +-#: rc.cpp:1331 ++#: rc.cpp:1283 + #, no-c-format + msgid "Rss Feeds" + msgstr "Fonti RSS" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 36 +-#: rc.cpp:1334 ++#: rc.cpp:1286 + #, no-c-format + msgid "Feeds" + msgstr "Fonti" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 78 +-#: rc.cpp:1337 ++#: rc.cpp:1289 + #, no-c-format + msgid "De&lete" + msgstr "E&limina" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 86 +-#: rc.cpp:1340 rc.cpp:1382 rc.cpp:1392 ++#: rc.cpp:1292 rc.cpp:1331 rc.cpp:1340 + #, no-c-format + msgid "&New" + msgstr "&Nuovo" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 117 +-#: rc.cpp:1343 ++#: rc.cpp:1295 + #, no-c-format + msgid "&URL" + msgstr "&URL" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 139 +-#: rc.cpp:1346 ++#: rc.cpp:1298 + #, no-c-format + msgid "Articles" + msgstr "Articoli" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 216 +-#: rc.cpp:1353 ++#: rc.cpp:1304 + #, no-c-format + msgid "Auto&refresh" + msgstr "Aggio&rnamento automatico" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 242 +-#: rc.cpp:1356 ++#: rc.cpp:1307 + #, no-c-format + msgid "I&gnore TTL" + msgstr "I&gnora TTL" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 270 +-#: rc.cpp:1359 ++#: rc.cpp:1310 + #, no-c-format + msgid "Refresh" + msgstr "Aggiorna" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 299 +-#: rc.cpp:1363 rc.cpp:1395 ++#: rc.cpp:1313 rc.cpp:1343 + #, no-c-format + msgid "&Title" + msgstr "&Titolo" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 323 +-#: rc.cpp:1366 ++#: rc.cpp:1316 + #, no-c-format + msgid "Keep Articles (days)" + msgstr "Mantieni articoli (giorni)" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 347 +-#: rc.cpp:1369 rc.cpp:1398 ++#: rc.cpp:1319 rc.cpp:1346 + #, no-c-format + msgid "&Active" + msgstr "&Attiva" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 362 +-#: rc.cpp:1372 ++#: rc.cpp:1322 + #, no-c-format + msgid "Filters" + msgstr "Filtri" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 389 +-#: rc.cpp:1375 ++#: rc.cpp:1325 + #, no-c-format + msgid "Accept Filters" + msgstr "Filtri di accettazione" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 440 +-#: rc.cpp:1385 ++#: rc.cpp:1334 + #, no-c-format + msgid "Reject Filters" + msgstr "Filtri di rifiuto" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 557 +-#: rc.cpp:1401 ++#: rc.cpp:1349 + #, no-c-format + msgid "Regular Expressions" + msgstr "Espressioni regolari" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 587 +-#: rc.cpp:1404 ++#: rc.cpp:1352 + #, no-c-format + msgid "Treat as &Series" + msgstr "Tratta come &serie" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 624 +-#: rc.cpp:1407 ++#: rc.cpp:1355 + #, no-c-format + msgid "Process" + msgstr "Elabora" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 643 +-#: rc.cpp:1411 ++#: rc.cpp:1358 + #, no-c-format + msgid "Series Criteria" + msgstr "Criteri serie" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 679 +-#: rc.cpp:1414 ++#: rc.cpp:1361 + #, no-c-format + msgid "Match Without Episode" + msgstr "Corrispondenza senza episodio" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 713 +-#: rc.cpp:1418 ++#: rc.cpp:1364 + #, no-c-format + msgid "Max Episode" + msgstr "Episodio massimo" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 739 +-#: rc.cpp:1421 ++#: rc.cpp:1367 + #, no-c-format + msgid "Max Season" + msgstr "Stagione massima" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 758 +-#: rc.cpp:1424 ++#: rc.cpp:1370 + #, no-c-format + msgid "Min Season" + msgstr "Stagione minima" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 782 +-#: rc.cpp:1427 ++#: rc.cpp:1373 + #, no-c-format + msgid "Min Episode" + msgstr "Episodio minimo" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 814 +-#: rc.cpp:1430 ++#: rc.cpp:1376 + #, no-c-format + msgid "Test te&xt" + msgstr "Prova te&sto" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 840 +-#: rc.cpp:1433 ++#: rc.cpp:1379 + #, no-c-format + msgid "Te&st" + msgstr "&Prova" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 858 +-#: rc.cpp:1436 ++#: rc.cpp:1382 + #, no-c-format + msgid "Filter Matches" + msgstr "Corrispondenze filtro" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 28 +-#: rc.cpp:1447 ++#: rc.cpp:1391 + #, no-c-format + msgid "Bandwidth scheduler" + msgstr "Pianificatore banda" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 50 +-#: rc.cpp:1450 ++#: rc.cpp:1394 + #, no-c-format + msgid "Left click category" + msgstr "Categoria impostata con il pulsante sinistro" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 61 +-#: rc.cpp:1453 ++#: rc.cpp:1397 + #, no-c-format + msgid "Categor&y 1" + msgstr "Categor&ia 1" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 157 +-#: rc.cpp:1456 rc.cpp:1483 ++#: rc.cpp:1400 rc.cpp:1427 + #, no-c-format + msgid "T&urn off" + msgstr "Spent&o" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 165 +-#: rc.cpp:1459 rc.cpp:1486 ++#: rc.cpp:1403 rc.cpp:1430 + #, no-c-format + msgid "&Normal" + msgstr "&Normale" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 195 +-#: rc.cpp:1462 ++#: rc.cpp:1406 + #, no-c-format + msgid "Category &3" + msgstr "Categoria &3" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 206 +-#: rc.cpp:1468 rc.cpp:1492 ++#: rc.cpp:1412 rc.cpp:1436 + #, no-c-format + msgid "Category &2" + msgstr "Categoria &2" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 219 +-#: rc.cpp:1474 ++#: rc.cpp:1418 + #, no-c-format + msgid "Right click category" + msgstr "Categoria impostata con il pulsante destro" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 230 +-#: rc.cpp:1477 ++#: rc.cpp:1421 + #, no-c-format + msgid "Category &1" + msgstr "Categoria &1" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 367 +-#: rc.cpp:1489 ++#: rc.cpp:1433 + #, no-c-format + msgid "&Category 3" + msgstr "&Categoria 3" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 390 +-#: rc.cpp:1498 ++#: rc.cpp:1442 + #, no-c-format + msgid "Categories" + msgstr "Categorie" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 401 +-#: rc.cpp:1501 ++#: rc.cpp:1445 + #, no-c-format + msgid "1. Category" + msgstr "1. Categoria" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 409 +-#: rc.cpp:1504 ++#: rc.cpp:1448 + #, no-c-format + msgid "3. Category" + msgstr "3. Categoria" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 425 +-#: rc.cpp:1507 rc.cpp:1516 rc.cpp:1525 ++#: rc.cpp:1451 rc.cpp:1460 rc.cpp:1469 + #, no-c-format + msgid "download:" + msgstr "scarica:" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 441 +-#: rc.cpp:1510 rc.cpp:1519 rc.cpp:1528 ++#: rc.cpp:1454 rc.cpp:1463 rc.cpp:1472 + #, no-c-format + msgid "upload:" + msgstr "invia:" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 457 +-#: rc.cpp:1513 rc.cpp:1522 rc.cpp:1531 ++#: rc.cpp:1457 rc.cpp:1466 rc.cpp:1475 + #, no-c-format + msgid "KB/s *" + msgstr "KB/s *" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 567 +-#: rc.cpp:1534 ++#: rc.cpp:1478 + #, no-c-format + msgid "2. Category" + msgstr "2. Categoria" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 626 +-#: rc.cpp:1538 ++#: rc.cpp:1481 + #, no-c-format + msgid "* zero means no limit" + msgstr "* zero è illimitato" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 672 +-#: rc.cpp:1541 ++#: rc.cpp:1484 + #, no-c-format + msgid "Save to file" + msgstr "Salva su file" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 680 +-#: rc.cpp:1544 ++#: rc.cpp:1487 + #, no-c-format + msgid "&Load from file" + msgstr "&Carica da file" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 688 +-#: rc.cpp:1547 ++#: rc.cpp:1490 + #, no-c-format + msgid "Reset schedule" + msgstr "Azzera pianificazione" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 751 +-#: rc.cpp:1550 ++#: rc.cpp:1493 + #, no-c-format + msgid "O&k" + msgstr "O&k" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 16 +-#: rc.cpp:1559 ++#: rc.cpp:1502 + #, no-c-format + msgid "Scheduler Plugin Pref Page" + msgstr "Preferenze plugin pianificatore" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 27 +-#: rc.cpp:1562 ++#: rc.cpp:1505 + #, no-c-format + msgid "Use &bandwidth scheduler?" + msgstr "Uso il pianificatore &banda?" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 35 +-#: plugins/scheduler/schedulerplugin.cpp:59 rc.cpp:1565 ++#: plugins/scheduler/schedulerplugin.cpp:59 rc.cpp:1508 + #, no-c-format + msgid "Bandwidth Scheduler" + msgstr "Pianificatore banda" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 46 +-#: rc.cpp:1568 ++#: rc.cpp:1511 + #, no-c-format + msgid "Use colors instead of pi&xmaps?" + msgstr "Uso i colori al posto delle immagini (pi&xmap)?" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 54 +-#: rc.cpp:1571 ++#: rc.cpp:1514 + #, no-c-format + msgid "(Recommended for slower systems)" + msgstr "(Raccomandato per sistemi lenti)" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 62 +-#: rc.cpp:1574 ++#: rc.cpp:1517 + #, no-c-format + msgid "Edit s&chedule" + msgstr "Modifica pianifi&cazione" + + #. i18n: file ./plugins/scheduler/ktschedulerplugin.kcfg line 10 +-#: rc.cpp:1577 ++#: rc.cpp:1520 + #, no-c-format + msgid "Enable bandwidth scheduler?" + msgstr "Abilito pianificatore banda?" + + #. i18n: file ./plugins/scheduler/ktschedulerplugin.kcfg line 14 +-#: rc.cpp:1580 ++#: rc.cpp:1523 + #, no-c-format + msgid "Use colors instead of pixmaps?" + msgstr "Uso i colori al posto delle pixmap?" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 10 +-#: rc.cpp:1583 ++#: rc.cpp:1526 + #, no-c-format + msgid "Use rich log text" + msgstr "Usa rich text nel registro" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 15 +-#: rc.cpp:1586 ++#: rc.cpp:1529 + #, no-c-format + msgid "General info messages flag" + msgstr "Messaggi info generali" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 19 +-#: rc.cpp:1589 ++#: rc.cpp:1532 + #, no-c-format + msgid "Connections messages flag" + msgstr "Messaggi connessioni" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 23 +-#: rc.cpp:1592 ++#: rc.cpp:1535 + #, no-c-format + msgid "DHT messages flag" + msgstr "Messaggi DHT" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 27 +-#: rc.cpp:1595 ++#: rc.cpp:1538 + #, no-c-format + msgid "Tracker info messages flag" + msgstr "Messaggi info server traccia" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 31 +-#: rc.cpp:1598 ++#: rc.cpp:1541 + #, no-c-format + msgid "Disk IO info messages flag" + msgstr "Messaggi info I/O disco" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 35 +-#: rc.cpp:1601 ++#: rc.cpp:1544 + #, no-c-format + msgid "IPFilter plugin messages flag" + msgstr "Messaggi plugin Filtro IP" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 39 +-#: rc.cpp:1604 ++#: rc.cpp:1547 + #, no-c-format + msgid "Search plugin messages flag" + msgstr "Messaggi plugin Ricerca" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 43 +-#: rc.cpp:1607 ++#: rc.cpp:1550 + #, no-c-format + msgid "PartFileImport plugin messages flag" + msgstr "Messaggi plugin Importazione file parziali" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 47 +-#: rc.cpp:1610 ++#: rc.cpp:1553 + #, no-c-format + msgid "InfoWidget plugin messages flag" + msgstr "Messaggi plugin Pannello informazioni" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 51 +-#: rc.cpp:1613 ++#: rc.cpp:1556 + #, no-c-format + msgid "UPnP plugin messages flag" + msgstr "Messaggi plugin UPnP" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 55 +-#: rc.cpp:1616 ++#: rc.cpp:1559 + #, no-c-format + msgid "ScanFolder plugin messages flag" + msgstr "Messaggi plugin Scansione cartella" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 59 +-#: rc.cpp:1619 ++#: rc.cpp:1562 + #, no-c-format + msgid "Scheduler plugin messages flag" + msgstr "Messaggi Pianificatore banda" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 63 +-#: rc.cpp:1622 ++#: rc.cpp:1565 + #, no-c-format + msgid "RSS plugin messages flag" + msgstr "Flag messaggi plugin RSS" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 67 +-#: rc.cpp:1625 ++#: rc.cpp:1568 + #, no-c-format + msgid "WebInterface plugin messages flag" + msgstr "Flag messaggi plugin Interfaccia web" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 16 +-#: plugins/logviewer/logprefpage.cpp:31 rc.cpp:1628 ++#: plugins/logviewer/logprefpage.cpp:31 rc.cpp:1571 + #, no-c-format + msgid "LogViewer Options" + msgstr "Opzioni visore registro" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 44 +-#: libktorrent/pluginmanagerprefpage.cpp:63 rc.cpp:1631 ++#: libktorrent/pluginmanagerprefpage.cpp:63 rc.cpp:1574 + #, no-c-format + msgid "Plugins" + msgstr "Plugin" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 53 +-#: rc.cpp:1634 rc.cpp:1652 rc.cpp:1670 rc.cpp:1691 rc.cpp:1706 rc.cpp:1724 +-#: rc.cpp:1745 rc.cpp:1763 rc.cpp:1778 rc.cpp:1811 rc.cpp:1826 rc.cpp:1841 +-#: rc.cpp:1859 rc.cpp:1874 ++#: rc.cpp:1577 rc.cpp:1595 rc.cpp:1613 rc.cpp:1634 rc.cpp:1649 rc.cpp:1667 ++#: rc.cpp:1688 rc.cpp:1706 rc.cpp:1721 rc.cpp:1754 rc.cpp:1769 rc.cpp:1784 ++#: rc.cpp:1802 rc.cpp:1817 + #, no-c-format + msgid "All" + msgstr "Tutto" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 58 +-#: rc.cpp:1637 rc.cpp:1655 rc.cpp:1673 rc.cpp:1694 rc.cpp:1709 rc.cpp:1727 +-#: rc.cpp:1748 rc.cpp:1766 rc.cpp:1781 rc.cpp:1814 rc.cpp:1829 rc.cpp:1844 +-#: rc.cpp:1862 rc.cpp:1877 ++#: rc.cpp:1580 rc.cpp:1598 rc.cpp:1616 rc.cpp:1637 rc.cpp:1652 rc.cpp:1670 ++#: rc.cpp:1691 rc.cpp:1709 rc.cpp:1724 rc.cpp:1757 rc.cpp:1772 rc.cpp:1787 ++#: rc.cpp:1805 rc.cpp:1820 + #, no-c-format + msgid "Debug" + msgstr "Debug" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 63 +-#: rc.cpp:1640 rc.cpp:1658 rc.cpp:1676 rc.cpp:1697 rc.cpp:1712 rc.cpp:1730 +-#: rc.cpp:1751 rc.cpp:1769 rc.cpp:1784 rc.cpp:1817 rc.cpp:1832 rc.cpp:1847 +-#: rc.cpp:1865 rc.cpp:1880 ++#: rc.cpp:1583 rc.cpp:1601 rc.cpp:1619 rc.cpp:1640 rc.cpp:1655 rc.cpp:1673 ++#: rc.cpp:1694 rc.cpp:1712 rc.cpp:1727 rc.cpp:1760 rc.cpp:1775 rc.cpp:1790 ++#: rc.cpp:1808 rc.cpp:1823 + #, no-c-format + msgid "Notice" + msgstr "Avviso" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 68 +-#: rc.cpp:1643 rc.cpp:1661 rc.cpp:1679 rc.cpp:1700 rc.cpp:1715 rc.cpp:1733 +-#: rc.cpp:1754 rc.cpp:1772 rc.cpp:1787 rc.cpp:1820 rc.cpp:1835 rc.cpp:1850 +-#: rc.cpp:1868 rc.cpp:1883 ++#: rc.cpp:1586 rc.cpp:1604 rc.cpp:1622 rc.cpp:1643 rc.cpp:1658 rc.cpp:1676 ++#: rc.cpp:1697 rc.cpp:1715 rc.cpp:1730 rc.cpp:1763 rc.cpp:1778 rc.cpp:1793 ++#: rc.cpp:1811 rc.cpp:1826 + #, no-c-format + msgid "Important" + msgstr "Importante" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 73 +-#: rc.cpp:1646 rc.cpp:1664 rc.cpp:1682 rc.cpp:1703 rc.cpp:1718 rc.cpp:1736 +-#: rc.cpp:1757 rc.cpp:1775 rc.cpp:1790 rc.cpp:1823 rc.cpp:1838 rc.cpp:1853 +-#: rc.cpp:1871 rc.cpp:1886 ++#: rc.cpp:1589 rc.cpp:1607 rc.cpp:1625 rc.cpp:1646 rc.cpp:1661 rc.cpp:1679 ++#: rc.cpp:1700 rc.cpp:1718 rc.cpp:1733 rc.cpp:1766 rc.cpp:1781 rc.cpp:1796 ++#: rc.cpp:1814 rc.cpp:1829 + #, no-c-format + msgid "None" + msgstr "Nessuno" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 85 +-#: rc.cpp:1649 ++#: rc.cpp:1592 + #, no-c-format + msgid "IPFilter:" + msgstr "Filtro IP:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 126 +-#: rc.cpp:1667 ++#: rc.cpp:1610 + #, no-c-format + msgid "Search:" + msgstr "Ricerca:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 167 +-#: rc.cpp:1685 ++#: rc.cpp:1628 + #, no-c-format + msgid "UPnP:" + msgstr "UPnP:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 178 +-#: rc.cpp:1688 ++#: rc.cpp:1631 + #, no-c-format + msgid "ScanFolder:" + msgstr "Scansione cartella:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 249 +-#: rc.cpp:1721 ++#: rc.cpp:1664 + #, no-c-format + msgid "Scheduler:" + msgstr "Pianificatore:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 290 +-#: rc.cpp:1739 ++#: rc.cpp:1682 + #, no-c-format + msgid "PartFileImport:" + msgstr "Importazione file parziali:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 301 +-#: rc.cpp:1742 ++#: rc.cpp:1685 + #, no-c-format + msgid "InfoWidget:" + msgstr "Pannello informazioni:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 342 +-#: rc.cpp:1760 ++#: rc.cpp:1703 + #, no-c-format + msgid "RSS plugin:" + msgstr "Plugin RSS:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 413 +-#: rc.cpp:1793 ++#: rc.cpp:1736 + #, no-c-format + msgid "WebInterface plugin:" + msgstr "Plugin Interfaccia web:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 426 +-#: rc.cpp:1796 ++#: rc.cpp:1739 + #, no-c-format + msgid "System" + msgstr "Sistema" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 437 +-#: rc.cpp:1799 ++#: rc.cpp:1742 + #, no-c-format + msgid "General:" + msgstr "Generale:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 445 +-#: rc.cpp:1802 ++#: rc.cpp:1745 + #, no-c-format + msgid "Connections:" + msgstr "Connessioni:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 559 +-#: rc.cpp:1856 ++#: rc.cpp:1799 + #, no-c-format + msgid "Disk I/O:" + msgstr "I/O disco:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 640 +-#: rc.cpp:1892 ++#: rc.cpp:1835 + #, no-c-format + msgid "Use rich te&xt for log" + msgstr "Usa rich te&xt per il registro" + + #. i18n: file ./plugins/search/searchpref.ui line 41 +-#: rc.cpp:1898 ++#: rc.cpp:1841 + #, no-c-format + msgid "External Browser" + msgstr "Browser esterno" + + #. i18n: file ./plugins/search/searchpref.ui line 52 +-#: rc.cpp:1901 ++#: rc.cpp:1844 + #, no-c-format + msgid "Open searches in external browser" + msgstr "Apri le ricerche in un browser esterno" + + #. i18n: file ./plugins/search/searchpref.ui line 60 +-#: rc.cpp:1904 rc.cpp:1955 ++#: rc.cpp:1847 rc.cpp:1892 + #, no-c-format + msgid "Use default browser" + msgstr "Usa browser predefinito" + + #. i18n: file ./plugins/search/searchpref.ui line 79 +-#: rc.cpp:1908 ++#: rc.cpp:1850 + #, no-c-format + msgid "Custom browser path:" + msgstr "Percorso browser personalizzato:" + + #. i18n: file ./plugins/search/searchpref.ui line 116 +-#: rc.cpp:1912 ++#: rc.cpp:1853 + #, no-c-format + msgid "Search Engines" + msgstr "Motori di ricerca" + + #. i18n: file ./plugins/search/searchpref.ui line 143 +-#: rc.cpp:1916 ++#: rc.cpp:1856 + #, no-c-format + msgid "Search engine name:" + msgstr "Nome motore di ricerca:" + + #. i18n: file ./plugins/search/searchpref.ui line 187 +-#: rc.cpp:1922 ++#: rc.cpp:1862 + #, no-c-format + msgid "&Add" + msgstr "&Aggiungi" + + #. i18n: file ./plugins/search/searchpref.ui line 195 +-#: rc.cpp:1925 ++#: rc.cpp:1865 + #, no-c-format + msgid "Engines" + msgstr "Motori" + + #. i18n: file ./plugins/search/searchpref.ui line 206 +-#: rc.cpp:1928 ++#: rc.cpp:1868 + #, no-c-format + msgid "URL" + msgstr "URL" + + #. i18n: file ./plugins/search/searchpref.ui line 257 +-#: rc.cpp:1934 ++#: rc.cpp:1874 + #, no-c-format + msgid "R&emove All" + msgstr "Rimu&ovi tutto" + + #. i18n: file ./plugins/search/searchpref.ui line 282 +-#: rc.cpp:1937 ++#: rc.cpp:1877 + #, no-c-format + msgid "Add Defau<" + msgstr "Aggiungi predefi&nito" + + #. i18n: file ./plugins/search/searchpref.ui line 290 +-#: rc.cpp:1940 ++#: rc.cpp:1880 + #, no-c-format + msgid "Update From Internet" + msgstr "Aggiorna da internet" + + #. i18n: file ./plugins/search/searchbar.ui line 53 + #: plugins/search/searchplugin.cpp:50 plugins/search/searchtab.cpp:48 +-#: rc.cpp:1946 ++#: rc.cpp:1883 + #, no-c-format + msgid "Search" + msgstr "Cerca" + + #. i18n: file ./plugins/search/searchbar.ui line 78 +-#: rc.cpp:1949 ++#: rc.cpp:1886 + #, no-c-format + msgid "Search engine:" + msgstr "Motore di ricerca:" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 10 +-#: rc.cpp:1952 ++#: rc.cpp:1889 + #, no-c-format + msgid "Current search engine" + msgstr "Motore di ricerca corrente" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 19 +-#: rc.cpp:1958 ++#: rc.cpp:1895 + #, no-c-format + msgid "Use custom browser" + msgstr "Usa browser personalizzato" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 23 +-#: rc.cpp:1961 ++#: rc.cpp:1898 + #, no-c-format + msgid "Custom browser executable path" + msgstr "Percorso eseguibile browser personalizzato" +@@ -3955,7 +3946,7 @@ msgstr "Impossibile scrivere oltre la fine del buffer mmap!" + + #: libktorrent/pluginmanagerprefpage.cpp:54 + msgid "%1
Status: %2
Author: %3" +-msgstr "" ++msgstr "%1
Stato: %2
Autore: %3" + + #: libktorrent/pluginmanagerprefpage.cpp:55 + msgid "Loaded" +@@ -4125,7 +4116,7 @@ msgstr "Controllo dati" + msgid "Stopped. No space left on device." + msgstr "Fermato. Non c'è spazio rimanente sul dispositivo" + +-#: libktorrent/torrent/queuemanager.cpp:135 ++#: libktorrent/torrent/queuemanager.cpp:136 + msgid "" + "You don't have enough disk space to download this torrent. Are you sure you " + "want to continue?" +@@ -4133,12 +4124,12 @@ msgstr "" + "Non hai sufficiente spazio sul disco per poter scaricare questo torrent. Sei " + "sicuro di voler continuare?" + +-#: libktorrent/torrent/queuemanager.cpp:135 ++#: libktorrent/torrent/queuemanager.cpp:136 + #, c-format + msgid "Insufficient disk space for %1" + msgstr "Spazio su disco insufficiente per %1" + +-#: libktorrent/torrent/queuemanager.cpp:157 ++#: libktorrent/torrent/queuemanager.cpp:158 + msgid "" + "Torrent \"%1\" has reached its maximum share ratio. Ignore the limit and start " + "seeding anyway?" +@@ -4146,16 +4137,16 @@ msgstr "" + "Il torrent \"%1\" ha raggiunto il livello massimo di condivisione. Ignoro il " + "limite e inizio ugualmente la distribuzione seme?" + +-#: libktorrent/torrent/queuemanager.cpp:157 ++#: libktorrent/torrent/queuemanager.cpp:158 + msgid "Maximum share ratio limit reached." + msgstr "Livello massimo di condivisione raggiunto." + +-#: libktorrent/torrent/queuemanager.cpp:236 +-#: libktorrent/torrent/queuemanager.cpp:760 ++#: libktorrent/torrent/queuemanager.cpp:237 ++#: libktorrent/torrent/queuemanager.cpp:763 + msgid "Error stopping torrent %1 : %2" + msgstr "Errore nell'arresto del torrent %1: %2" + +-#: libktorrent/torrent/queuemanager.cpp:742 ++#: libktorrent/torrent/queuemanager.cpp:745 + msgid "Error starting torrent %1 : %2" + msgstr "Errore nell'avvio del torrent %1: %2" + +@@ -4196,14 +4187,12 @@ msgid "Cannot open %1 for writing : readonly filesystem" + msgstr "Impossibile aprire %1 in scrittura: filesystem in sola lettura" + + #: libktorrent/torrent/cachefile.cpp:240 +-#, fuzzy + msgid "Cannot expand file %1 : %2" +-msgstr "Impossibile espandere il file: %1" ++msgstr "Impossibile espandere il file %1 : %2" + + #: libktorrent/torrent/cachefile.cpp:242 +-#, fuzzy + msgid "Cannot expand file %1 : incomplete write" +-msgstr "Impossibile espandere il file %1" ++msgstr "Impossibile espandere il file %1 : scrittura incompleta" + + #: libktorrent/torrent/cachefile.cpp:255 + #, c-format +@@ -4290,7 +4279,6 @@ msgstr "" + "file torrent." + + #: plugins/scanfolder/scanfolderplugin.cpp:52 +-#, fuzzy + msgid "Scan Folder" + msgstr "Scansione cartella" + +@@ -4324,7 +4312,6 @@ msgid "WebInterface Options" + msgstr "Opzioni Interfaccia web" + + #: plugins/webinterface/webinterfaceprefwidget.cpp:70 +-#, fuzzy + msgid "Php executable is not in default path, please enter the path manually" + msgstr "" + "L'eseguibile PHP non è nel percorso predefinito, per favore inserisci il " +@@ -4339,12 +4326,10 @@ msgid "%1 exists and it is executable" + msgstr "%1 esiste ed è eseguibile" + + #: plugins/webinterface/webinterfaceprefwidget.cpp:120 +-#, fuzzy + msgid "%1 does not exist" + msgstr "%1 non esiste" + + #: plugins/webinterface/webinterfaceprefwidget.cpp:124 +-#, fuzzy + msgid "%1 is not executable" + msgstr "%1 non è eseguibile" + +@@ -4353,12 +4338,10 @@ msgid "%1 is a directory" + msgstr "%1 è una cartella" + + #: plugins/webinterface/webinterfaceprefwidget.cpp:132 +-#, fuzzy + msgid "%1 is not php executable path" + msgstr "%1 non è il percorso dell'eseguibile PHP" + + #: plugins/webinterface/webinterfaceplugin.cpp:44 +-#, fuzzy + msgid "Web Interface" + msgstr "Interfaccia web" + +@@ -4533,7 +4516,6 @@ msgid "Filters out unwanted peers based on their IP address" + msgstr "Filtra i nodi indesiderati basandosi sul loro indirizzo IP" + + #: plugins/ipfilter/ipfilterplugin.cpp:46 +-#, fuzzy + msgid "IP Filter" + msgstr "Filtro IP" + +@@ -4720,7 +4702,7 @@ msgstr "Fonti RSS" + #: plugins/rssfeed/rsslinkdownloader.cpp:183 + #, c-format + msgid "Failed to find and download a valid torrent for %1" +-msgstr "" ++msgstr "Impossibile trovare e scaricare un torrent valido da %1" + + #: plugins/rssfeed/rssfeedmanager.cpp:78 + msgid "Title" +@@ -4917,7 +4899,7 @@ msgstr "Scarica" + + #: plugins/zeroconf/zeroconfplugin.cpp:41 + msgid "Zeroconf" +-msgstr "" ++msgstr "Zeroconf" + + #: plugins/zeroconf/zeroconfplugin.cpp:41 + msgid "" +@@ -4925,32 +4907,3 @@ msgid "" + msgstr "" + "Trova i nodi che eseguono KTorrent nella rete locate con cui poter condividere " + "i torrent" +- +-#~ msgid "ETA algorithm:" +-#~ msgstr "Algoritmo ETA:" +- +-#~ msgid "Cannot load chunk %1" +-#~ msgstr "Impossibile caricare la parte %1" +- +-#, fuzzy +-#~ msgid "Alt+X" +-#~ msgstr "Alt+1" +- +-#, fuzzy +-#~ msgid "TrackerViewBase" +-#~ msgstr "Server traccia" +- +-#~ msgid "Type of service field of IP packets" +-#~ msgstr "Campo \"tipo di sevizio\" nei pacchetti IP" +- +-#~ msgid "Alt+N" +-#~ msgstr "Alt+N" +- +-#, fuzzy +-#~ msgid "Alt+S" +-#~ msgstr "Alt+N" +- +-#~ msgid "Country locator for InfoWidget plugin. Flags are taken from http://flags.blogpotato.de/ so thanks to them too." +-#~ msgstr "" +-#~ "Localizzatore paesi per plugin pannello informazioni.\n" +-#~ "Le bandiere sono prese da http://flags.blogpotato.de/ quindi un grazie anche a loro." +diff --git a/translations/ja/messages/ktorrent.po b/translations/ja/messages/ktorrent.po +index cb5dd93..04d5d19 100644 +--- a/translations/ja/messages/ktorrent.po ++++ b/translations/ja/messages/ktorrent.po +@@ -4,7 +4,7 @@ + msgid "" + msgstr "" + "Project-Id-Version: ktorrent\n" +-"POT-Creation-Date: 2008-04-18 19:40+0200\n" ++"POT-Creation-Date: 2008-07-08 22:20+0200\n" + "PO-Revision-Date: 2007-11-25 22:00+0900\n" + "Last-Translator: Yukiko Bando \n" + "Language-Team: Japanese \n" +@@ -18,7 +18,7 @@ msgid "No incoming connections (possibly firewalled)" + msgstr "着信接続がありません (ファイアウォールで遮断されている可能性があります)" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 42 +-#: apps/ktorrent/ktorrent.cpp:184 rc.cpp:345 rc.cpp:383 rc.cpp:1019 ++#: apps/ktorrent/ktorrent.cpp:184 rc.cpp:336 rc.cpp:369 rc.cpp:989 + #, no-c-format + msgid "Info" + msgstr "情報" +@@ -185,7 +185,7 @@ msgstr "URL の形式が不正です。" + #. i18n: file ./apps/ktorrent/ktorrentui.rc line 9 + #: apps/ktorrent/groups/downloadgroup.cpp:27 + #: apps/ktorrent/groups/groupmanager.h:57 apps/ktorrent/pref.cpp:147 +-#: apps/ktorrent/viewmanager.cpp:62 rc.cpp:138 rc.cpp:342 ++#: apps/ktorrent/viewmanager.cpp:62 rc.cpp:132 rc.cpp:333 + #, no-c-format + msgid "Downloads" + msgstr "ダウンロード" +@@ -300,7 +300,7 @@ msgid "Document to open" + msgstr "開くドキュメント" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 59 +-#: apps/ktorrent/main.cpp:120 rc.cpp:553 ++#: apps/ktorrent/main.cpp:120 rc.cpp:532 + #, no-c-format + msgid "KTorrent" + msgstr "KTorrent" +@@ -563,7 +563,7 @@ msgstr "torrent のピア取得先:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 85 + #: apps/ktorrent/ktorrentviewmenu.cpp:66 plugins/infowidget/peerview.cpp:221 +-#: rc.cpp:77 rc.cpp:1256 rc.cpp:1307 ++#: rc.cpp:75 rc.cpp:1208 rc.cpp:1259 + #, no-c-format + msgid "DHT" + msgstr "DHT" +@@ -605,7 +605,7 @@ msgid "Add to Group" + msgstr "グループに追加" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 16 +-#: apps/ktorrent/ktorrentviewmenu.cpp:100 rc.cpp:147 ++#: apps/ktorrent/ktorrentviewmenu.cpp:100 rc.cpp:141 + #, no-c-format + msgid "Speed Limits" + msgstr "速度制限" +@@ -623,7 +623,7 @@ msgid "Malformed IP address." + msgstr "IP アドレスの形式が不正です。" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 311 +-#: apps/ktorrent/pref.cpp:58 rc.cpp:282 ++#: apps/ktorrent/pref.cpp:58 rc.cpp:273 + #, no-c-format + msgid "Preferences" + msgstr "設定" +@@ -659,7 +659,7 @@ msgid "Advanced" + msgstr "詳細" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 27 +-#: apps/ktorrent/pref.cpp:411 rc.cpp:540 ++#: apps/ktorrent/pref.cpp:411 rc.cpp:519 + #, no-c-format + msgid "Advanced Options" + msgstr "詳細オプション" +@@ -670,7 +670,7 @@ msgstr "表示するカラム" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 16 + #: apps/ktorrent/ktorrentview.cpp:135 +-#: plugins/infowidget/infowidgetplugin.cpp:76 rc.cpp:1016 ++#: plugins/infowidget/infowidgetplugin.cpp:76 rc.cpp:986 + #, no-c-format + msgid "Status" + msgstr "ステータス" +@@ -692,7 +692,7 @@ msgstr "アップロード済み" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 313 + #: apps/ktorrent/ktorrentview.cpp:139 plugins/infowidget/peerview.cpp:216 +-#: rc.cpp:1010 ++#: rc.cpp:980 + #, no-c-format + msgid "Down Speed" + msgstr "下り速度" +@@ -807,7 +807,7 @@ msgid "User" + msgstr "ユーザ" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 24 +-#: apps/ktorrent/queuedialog.cpp:75 rc.cpp:249 ++#: apps/ktorrent/queuedialog.cpp:75 rc.cpp:240 + #, no-c-format + msgid "Queue Manager" + msgstr "QM (キューマネージャ)" +@@ -1011,8 +1011,8 @@ msgid "Start torrent" + msgstr "torrent を開始" + + #. i18n: file ./apps/ktorrent/fileselectdlgbase.ui line 160 +-#: plugins/infowidget/fileview.cpp:49 rc.cpp:27 rc.cpp:1244 rc.cpp:1259 +-#: rc.cpp:1349 rc.cpp:1439 ++#: plugins/infowidget/fileview.cpp:49 rc.cpp:27 rc.cpp:1196 rc.cpp:1211 ++#: rc.cpp:1301 rc.cpp:1385 + #, no-c-format + msgid "Download" + msgstr "ダウンロード" +@@ -1066,13 +1066,13 @@ msgid "Encryption" + msgstr "暗号化" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 58 +-#: rc.cpp:64 rc.cpp:787 ++#: rc.cpp:63 rc.cpp:764 + #, no-c-format + msgid "Use protocol encryption" + msgstr "プロトコル暗号化を使う" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 64 +-#: rc.cpp:68 ++#: rc.cpp:66 + #, no-c-format + msgid "" + "Protocol encryption is used to prevent ISP's from slowing down bittorrent " +@@ -1080,20 +1080,20 @@ msgid "" + msgstr "プロトコル暗号化は ISP に bittorrent 接続の速度を制限されないようにするために使用します。" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 72 +-#: rc.cpp:71 rc.cpp:790 ++#: rc.cpp:69 rc.cpp:767 + #, no-c-format + msgid "Allow unencrypted connections" + msgstr "暗号化されていない接続を許可する" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 75 +-#: rc.cpp:74 ++#: rc.cpp:72 + #, no-c-format + msgid "" + "If unchecked, you'll be able to connect only to clients supporting encryption." + msgstr "このチェックを外すと、暗号化をサポートしていないクライアントには接続できなくなります。" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 88 +-#: rc.cpp:80 ++#: rc.cpp:78 + #, no-c-format + msgid "" + "Distributed Hash Table protocol." +@@ -1103,170 +1103,170 @@ msgstr "" + "
分散型ピア交換プロトコル。詳しくはマニュアルをご覧ください。" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 99 +-#: rc.cpp:83 ++#: rc.cpp:81 + #, no-c-format + msgid "&Use DHT to get additional peers" + msgstr "ピアを追加するために DHT を使う(&U)" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 118 +-#: rc.cpp:87 ++#: rc.cpp:84 + #, no-c-format + msgid "UDP port for DHT communication:" + msgstr "DHT コミュニケーションのための UDP ポート:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 161 +-#: rc.cpp:90 ++#: rc.cpp:87 + #, no-c-format + msgid "Custom IP" + msgstr "カスタム IP" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 172 +-#: rc.cpp:93 ++#: rc.cpp:90 + #, no-c-format + msgid "Se&nd the tracker a custom IP address or hostname" + msgstr "トラッカーにカスタム IP アドレス/ホスト名を送る(&N)" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 188 +-#: rc.cpp:96 ++#: rc.cpp:93 + #, no-c-format + msgid "Custom IP address or hostname:" + msgstr "カスタム IP アドレスまたはホスト名:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 205 +-#: rc.cpp:99 ++#: rc.cpp:96 + #, no-c-format + msgid "System Tray Icon" + msgstr "システムトレイアイコン" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 216 +-#: rc.cpp:102 ++#: rc.cpp:99 + #, no-c-format + msgid "Show s&ystem tray icon" + msgstr "システムトレイアイコンを表示する(&Y)" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 224 +-#: rc.cpp:105 ++#: rc.cpp:102 + #, no-c-format + msgid "Show speed &bar in tray icon" + msgstr "トレイアイコンに速度バーを表示する(&B)" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 232 +-#: rc.cpp:108 ++#: rc.cpp:105 + #, no-c-format + msgid "Show system tray popup messages" + msgstr "システムトレイのポップアップメッセージを表示する" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 251 +-#: rc.cpp:112 ++#: rc.cpp:108 + #, no-c-format + msgid "Upload bandwidth (in KB/sec):" + msgstr "アップロード帯域幅 (KB/秒):" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 276 +-#: rc.cpp:115 ++#: rc.cpp:111 + #, no-c-format + msgid "Download bandwidth (in KB/sec):" + msgstr "ダウンロード帯域幅 (KB/秒):" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 305 +-#: rc.cpp:118 ++#: rc.cpp:114 + #, no-c-format + msgid "Folders" + msgstr "フォルダ" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 324 +-#: rc.cpp:121 ++#: rc.cpp:117 + #, no-c-format + msgid "Folder to store temporary files:" + msgstr "一時ファイルを保存するフォルダ:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 342 +-#: rc.cpp:124 ++#: rc.cpp:120 + #, no-c-format + msgid "Move completed downloads to:" + msgstr "完了したダウンロードの移動先:" + + # ACCELERATOR changed by translator + #. i18n: file ./apps/ktorrent/generalpref.ui line 353 +-#: rc.cpp:128 ++#: rc.cpp:123 + #, no-c-format + msgid "&Automatically save downloads to:" + msgstr "ダウンロードを自動的に次に保存する(&S):" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 395 +-#: rc.cpp:131 ++#: rc.cpp:126 + #, no-c-format + msgid "Copy .torrent files to:" + msgstr ".torrent ファイルのコピー先:" + + #. i18n: file ./apps/ktorrent/ktorrentui.rc line 34 +-#: rc.cpp:144 ++#: rc.cpp:138 + #, no-c-format + msgid "Download Toolbar" + msgstr "ダウンロードツールバー" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 27 +-#: rc.cpp:150 ++#: rc.cpp:144 + #, no-c-format + msgid "Set the speed limits for torrent" + msgstr "torrent の速度制限を設定" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 51 +-#: rc.cpp:153 ++#: rc.cpp:147 + #, no-c-format + msgid "Max upload rate:" + msgstr "最大アップロード速度:" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 59 +-#: rc.cpp:156 ++#: rc.cpp:150 + #, no-c-format + msgid "Max download rate:" + msgstr "最大ダウンロード速度:" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 97 +-#: rc.cpp:159 rc.cpp:162 ++#: rc.cpp:153 rc.cpp:156 + #, no-c-format + msgid "KB/s (0 is no limit)" + msgstr "KB/秒 (0 は無制限)" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 16 +-#: rc.cpp:171 ++#: rc.cpp:165 + #, no-c-format + msgid "Add potential peer" + msgstr "見込みピアを追加" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 35 +-#: rc.cpp:174 ++#: rc.cpp:168 + #, no-c-format + msgid "Peer IP:" + msgstr "ピア IP:" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 43 +-#: rc.cpp:177 rc.cpp:208 ++#: rc.cpp:171 rc.cpp:201 + #, no-c-format + msgid "127.0.0.1" + msgstr "127.0.0.1" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 51 +-#: rc.cpp:180 rc.cpp:288 rc.cpp:525 rc.cpp:931 ++#: rc.cpp:174 rc.cpp:279 rc.cpp:504 rc.cpp:908 + #, no-c-format + msgid "Port:" + msgstr "ポート:" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 100 +-#: rc.cpp:183 ++#: rc.cpp:177 + #, no-c-format + msgid "Enter peer IP and port." + msgstr "ピアの IP とポートを入力してください。" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 16 +-#: rc.cpp:193 ++#: rc.cpp:186 + #, no-c-format + msgid "KTorrent Blacklist" + msgstr "KTorrent ブラックリスト" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 30 +-#: rc.cpp:196 ++#: rc.cpp:189 + #, no-c-format + msgid "" + "Note: Blacklist applies to current session only. Use save/open to save your " +@@ -1276,187 +1276,187 @@ msgstr "" + "を使ってください。" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 41 +-#: rc.cpp:199 ++#: rc.cpp:192 + #, no-c-format + msgid "Banned Peers" + msgstr "禁止したピア" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 50 +-#: rc.cpp:202 ++#: rc.cpp:195 + #, no-c-format + msgid "Peer IP address" + msgstr "ピアの IP アドレス" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 96 +-#: rc.cpp:205 ++#: rc.cpp:198 + #, no-c-format + msgid "Add peer:" + msgstr "ピアを追加:" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 134 +-#: rc.cpp:215 ++#: rc.cpp:207 + #, no-c-format + msgid "Adds a peer to blacklist" + msgstr "ブラックリストにピアを追加" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 168 +-#: rc.cpp:222 ++#: rc.cpp:213 + #, no-c-format + msgid "Removes selected peer from blacklist" + msgstr "選択したピアをブラックリストから削除" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 176 +-#: rc.cpp:225 ++#: rc.cpp:216 + #, no-c-format + msgid "C&lear" + msgstr "クリア(&L)" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 182 +-#: rc.cpp:228 ++#: rc.cpp:219 + #, no-c-format + msgid "Clears this list" + msgstr "このリストをクリア" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 218 +-#: rc.cpp:234 ++#: rc.cpp:225 + #, no-c-format + msgid "Save &As..." + msgstr "名前を付けて保存(&A)..." + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 224 +-#: rc.cpp:237 ++#: rc.cpp:228 + #, no-c-format + msgid "Save this blacklist to use with KTorrent IPFilter plugin" + msgstr "このブラックリストを KTorrent IPFilter プラグインで使用するために保存" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 59 +-#: rc.cpp:252 ++#: rc.cpp:243 + #, no-c-format + msgid "Maximum downloads:" + msgstr "最大ダウンロード数:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 86 +-#: rc.cpp:255 ++#: rc.cpp:246 + #, no-c-format + msgid "Maximum seeds:" + msgstr "最大シード数:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 94 +-#: rc.cpp:258 ++#: rc.cpp:249 + #, no-c-format + msgid "Start download on low disk space :" + msgstr "ディスク容量が少ない場合のダウンロードの開始:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 102 +-#: rc.cpp:261 ++#: rc.cpp:252 + #, no-c-format + msgid "Minimum disk space:" + msgstr "最小ディスク容量:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 140 +-#: rc.cpp:264 ++#: rc.cpp:255 + #, no-c-format + msgid "Don't start" + msgstr "開始しない" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 145 +-#: rc.cpp:267 ++#: rc.cpp:258 + #, no-c-format + msgid "Always ask" + msgstr "常に尋ねる" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 150 +-#: rc.cpp:270 ++#: rc.cpp:261 + #, no-c-format + msgid "Force start" + msgstr "強制的に開始" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 208 +-#: rc.cpp:273 ++#: rc.cpp:264 + #, no-c-format + msgid "MB" + msgstr "MB" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 236 +-#: rc.cpp:276 rc.cpp:279 rc.cpp:312 rc.cpp:315 rc.cpp:324 ++#: rc.cpp:267 rc.cpp:270 rc.cpp:303 rc.cpp:306 rc.cpp:315 + #, no-c-format + msgid "(0 is no limit)" + msgstr "(0 は無制限)" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 330 +-#: rc.cpp:285 ++#: rc.cpp:276 + #, no-c-format + msgid "Maximum download rate:" + msgstr "最大ダウンロード速度:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 346 +-#: rc.cpp:291 ++#: rc.cpp:282 + #, no-c-format + msgid "Global connection limit:" + msgstr "全体の接続制限:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 354 +-#: rc.cpp:294 ++#: rc.cpp:285 + #, no-c-format + msgid "Max seed time:" + msgstr "最大シード時間:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 370 +-#: rc.cpp:297 ++#: rc.cpp:288 + #, no-c-format + msgid "Maximum connections per torrent:" + msgstr "torrent あたりの最大接続数:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 397 +-#: rc.cpp:300 ++#: rc.cpp:291 + #, no-c-format + msgid "Number of upload slots:" + msgstr "アップロードスロットの数:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 405 +-#: rc.cpp:303 ++#: rc.cpp:294 + #, no-c-format + msgid "UDP tracker port:" + msgstr "UDP トラッカーポート:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 413 +-#: rc.cpp:306 ++#: rc.cpp:297 + #, no-c-format + msgid "Max share ratio:" + msgstr "最大共有比率:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 421 +-#: rc.cpp:309 ++#: rc.cpp:300 + #, no-c-format + msgid "Maximum upload rate:" + msgstr "最大アップロード速度:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 576 +-#: rc.cpp:318 rc.cpp:321 ++#: rc.cpp:309 rc.cpp:312 + #, no-c-format + msgid "KB/sec (0 is no limit)" + msgstr "KB/秒 (0 は無制限)" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 651 +-#: rc.cpp:327 ++#: rc.cpp:318 + #, no-c-format + msgid "Hours (0 is no limit)" + msgstr "時間 (0 は無制限)" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 663 +-#: rc.cpp:330 ++#: rc.cpp:321 + #, no-c-format + msgid "&Keep seeding after download is finished" + msgstr "ダウンロード完了後シードを続ける(&K)" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 674 +-#: rc.cpp:333 ++#: rc.cpp:324 + #, no-c-format + msgid "Attention" + msgstr "注意" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 685 +-#: rc.cpp:336 ++#: rc.cpp:327 + #, no-c-format + msgid "" + "The above ports must also be forwarded if you are behind a router. The UPnP " +@@ -1464,283 +1464,283 @@ msgid "" + msgstr "ルータの背後にいる場合は、上のポートもフォワードする必要があります。UPnP プラグインはこれを自動的に行います。" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 16 +-#: rc.cpp:339 ++#: rc.cpp:330 + #, no-c-format + msgid "KT Queue Dialog" + msgstr "KT キューダイアログ" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 69 +-#: rc.cpp:348 rc.cpp:386 rc.cpp:1107 ++#: rc.cpp:339 rc.cpp:372 rc.cpp:1067 + #, no-c-format + msgid "Status:" + msgstr "ステータス:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 85 +-#: rc.cpp:351 rc.cpp:389 rc.cpp:1808 ++#: rc.cpp:342 rc.cpp:375 rc.cpp:1751 + #, no-c-format + msgid "Tracker:" + msgstr "トラッカー:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 93 +-#: rc.cpp:354 rc.cpp:392 rc.cpp:1805 ++#: rc.cpp:345 rc.cpp:378 rc.cpp:1748 + #, no-c-format + msgid "DHT:" + msgstr "DHT:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 109 +-#: rc.cpp:357 rc.cpp:395 rc.cpp:1061 ++#: rc.cpp:348 rc.cpp:381 rc.cpp:1025 + #, no-c-format + msgid "Share ratio:" + msgstr "共有比率:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 117 +-#: rc.cpp:360 ++#: rc.cpp:351 + #, no-c-format + msgid "Bytes left:" + msgstr "残りバイト:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 177 +-#: rc.cpp:368 rc.cpp:377 ++#: rc.cpp:354 rc.cpp:363 + #, no-c-format + msgid "Torrent" + msgstr "Torrent" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 188 +-#: rc.cpp:371 rc.cpp:380 ++#: rc.cpp:357 rc.cpp:366 + #, no-c-format + msgid "Controlled by" + msgstr "コントロール" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 214 +-#: rc.cpp:374 ++#: rc.cpp:360 + #, no-c-format + msgid "Upload&s" + msgstr "アップロード(&S)" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 333 +-#: rc.cpp:398 ++#: rc.cpp:384 + #, no-c-format + msgid "Uploaded:" + msgstr "アップロード済み:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 486 +-#: rc.cpp:406 ++#: rc.cpp:387 + #, no-c-format + msgid "M&ove up" + msgstr "上に移動(&O)" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 494 +-#: rc.cpp:409 ++#: rc.cpp:390 + #, no-c-format + msgid "Move dow&n" + msgstr "下に移動(&N)" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 519 +-#: rc.cpp:412 ++#: rc.cpp:393 + #, no-c-format + msgid "Move to top" + msgstr "一番上に移動" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 530 +-#: rc.cpp:416 ++#: rc.cpp:396 + #, no-c-format + msgid "Move to &bottom" + msgstr "一番下に移動(&B)" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 555 +-#: rc.cpp:419 ++#: rc.cpp:399 + #, no-c-format + msgid "&QM Controlled" + msgstr "QM がコントロール(&Q)" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 563 +-#: rc.cpp:422 ++#: rc.cpp:402 + #, no-c-format + msgid "&User Controlled" + msgstr "ユーザがコントロール(&U)" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 30 +-#: rc.cpp:434 ++#: rc.cpp:414 + #, no-c-format + msgid "Paste URL" + msgstr "URL を貼り付け" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 52 +-#: rc.cpp:437 rc.cpp:1104 rc.cpp:1919 ++#: rc.cpp:417 rc.cpp:1064 rc.cpp:1859 + #, no-c-format + msgid "URL:" + msgstr "URL:" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 106 +-#: rc.cpp:440 ++#: rc.cpp:420 + #, no-c-format + msgid "O&K" + msgstr "O&K" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 114 +-#: rc.cpp:443 rc.cpp:675 rc.cpp:1176 ++#: rc.cpp:423 rc.cpp:653 rc.cpp:1128 + #, no-c-format + msgid "C&ancel" + msgstr "キャンセル(&A)" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 16 +-#: rc.cpp:446 ++#: rc.cpp:426 + #, no-c-format + msgid "Create Torrent" + msgstr "torrent を作成" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 38 +-#: rc.cpp:449 ++#: rc.cpp:429 + #, no-c-format + msgid "The file or folder of which you want to create a torrent:" + msgstr "torrent を作成するファイルまたはフォルダ:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 53 +-#: rc.cpp:452 ++#: rc.cpp:432 + #, no-c-format + msgid "You must add at least one tracker or node." + msgstr "トラッカーまたはノードを最低一つ追加してください。" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 61 +-#: rc.cpp:455 ++#: rc.cpp:435 + #, no-c-format + msgid "File Options" + msgstr "ファイルのオプション" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 80 +-#: rc.cpp:458 ++#: rc.cpp:438 + #, no-c-format + msgid "Size of each chunk:" + msgstr "各ピースのサイズ:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 86 +-#: rc.cpp:461 ++#: rc.cpp:441 + #, no-c-format + msgid "32" + msgstr "32" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 91 +-#: rc.cpp:464 ++#: rc.cpp:444 + #, no-c-format + msgid "64" + msgstr "64" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 96 +-#: rc.cpp:467 ++#: rc.cpp:447 + #, no-c-format + msgid "128" + msgstr "128" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 101 +-#: rc.cpp:470 ++#: rc.cpp:450 + #, no-c-format + msgid "256" + msgstr "256" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 106 +-#: rc.cpp:473 ++#: rc.cpp:453 + #, no-c-format + msgid "512" + msgstr "512" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 111 +-#: rc.cpp:476 ++#: rc.cpp:456 + #, no-c-format + msgid "1024" + msgstr "1024" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 116 +-#: rc.cpp:479 ++#: rc.cpp:459 + #, no-c-format + msgid "2048" + msgstr "2048" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 121 +-#: rc.cpp:482 ++#: rc.cpp:462 + #, no-c-format + msgid "4096" + msgstr "4096" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 126 +-#: rc.cpp:485 ++#: rc.cpp:465 + #, no-c-format + msgid "8192" + msgstr "8192" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 138 +-#: rc.cpp:488 rc.cpp:633 ++#: rc.cpp:468 rc.cpp:611 + #, no-c-format + msgid "KB" + msgstr "KB" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 165 +-#: rc.cpp:491 ++#: rc.cpp:471 + #, no-c-format + msgid "Start seedin&g the torrent" + msgstr "torrent のシードを開始する(&G)" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 176 +-#: rc.cpp:494 ++#: rc.cpp:474 + #, no-c-format + msgid "Decentrali&zed (DHT only)" + msgstr "分散型(&Z) (DHT のみ)" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 184 +-#: rc.cpp:497 ++#: rc.cpp:477 + #, no-c-format + msgid "Private torrent (DHT not allowed)" + msgstr "非公開 torrent (DHT は使えません)" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 202 +-#: rc.cpp:500 ++#: rc.cpp:480 + #, no-c-format + msgid "Comments:" + msgstr "コメント:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 248 +-#: rc.cpp:503 ++#: rc.cpp:483 + #, no-c-format + msgid "&Create" + msgstr "作成(&C)" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 262 +-#: rc.cpp:506 rc.cpp:1325 ++#: rc.cpp:486 rc.cpp:1277 + #, no-c-format + msgid "Ca&ncel" + msgstr "キャンセル(&N)" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 275 +-#: plugins/infowidget/infowidgetplugin.cpp:214 rc.cpp:509 rc.cpp:1101 ++#: plugins/infowidget/infowidgetplugin.cpp:214 rc.cpp:489 rc.cpp:1061 + #, no-c-format + msgid "Trackers" + msgstr "トラッカー" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 283 +-#: rc.cpp:512 ++#: rc.cpp:492 + #, no-c-format + msgid "DHT nodes" + msgstr "DHT ノード" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 333 +-#: rc.cpp:522 ++#: rc.cpp:501 + #, no-c-format + msgid "Node:" + msgstr "ノード:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 385 +-#: rc.cpp:528 ++#: rc.cpp:507 + #, no-c-format + msgid "IP or hostname" + msgstr "IP またはホスト名" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 396 +-#: rc.cpp:531 rc.cpp:718 rc.cpp:721 ++#: rc.cpp:510 rc.cpp:695 rc.cpp:698 + #, no-c-format + msgid "Port" + msgstr "ポート" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 437 +-#: rc.cpp:534 ++#: rc.cpp:513 + #, no-c-format + msgid "" + "NOTE: Some known good DHT nodes are already inserted. You should probably " +@@ -1750,19 +1750,19 @@ msgstr "" + "アドレスとポートも挿入した方がいいでしょう。" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 16 +-#: rc.cpp:537 ++#: rc.cpp:516 + #, no-c-format + msgid "Advanced Preferences" + msgstr "詳細設定" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 46 +-#: rc.cpp:543 ++#: rc.cpp:522 + #, no-c-format + msgid "Time left estimation algorithm:" + msgstr "残り時間を計算するアルゴリズム:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 53 +-#: rc.cpp:546 rc.cpp:568 ++#: rc.cpp:525 rc.cpp:547 + #, no-c-format + msgid "" + "KTorrent algorithm: Default algorithm using combination of other " +@@ -1787,427 +1787,427 @@ msgstr "" + "移動平均アルゴリズム: X サンプルから速度の移動平均を計算" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 64 +-#: rc.cpp:556 ++#: rc.cpp:535 + #, no-c-format + msgid "Current speed" + msgstr "現在の速度" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 69 +-#: rc.cpp:559 ++#: rc.cpp:538 + #, no-c-format + msgid "Global average speed" + msgstr "全体の平均速度" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 74 +-#: rc.cpp:562 ++#: rc.cpp:541 + #, no-c-format + msgid "Window of X" + msgstr "X のウィンドウ" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 79 +-#: rc.cpp:565 ++#: rc.cpp:544 + #, no-c-format + msgid "Moving average" + msgstr "移動平均" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 98 +-#: rc.cpp:575 ++#: rc.cpp:554 + #, no-c-format + msgid "(takes effect after restart)" + msgstr "(再起動後に適用)" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 125 +-#: rc.cpp:578 ++#: rc.cpp:557 + #, no-c-format + msgid "Disa&ble diskspace preallocation" + msgstr "ディスク領域の事前割り当てを無効にする(&B)" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 141 +-#: rc.cpp:581 ++#: rc.cpp:560 + #, no-c-format + msgid "F&ully preallocate diskspace (avoids fragmentation)" + msgstr "事前にディスク領域を完全に割り当てる(&U) (断片化を防ぐ)" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 147 +-#: rc.cpp:584 ++#: rc.cpp:563 + #, no-c-format + msgid "Basic (slow)" + msgstr "基本的 (遅い)" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 152 +-#: rc.cpp:587 ++#: rc.cpp:566 + #, no-c-format + msgid "Filesystem specific" + msgstr "ファイルシステム専用" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 174 +-#: rc.cpp:590 ++#: rc.cpp:569 + #, no-c-format + msgid "Performance" + msgstr "パフォーマンス" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 193 +-#: rc.cpp:593 ++#: rc.cpp:572 + #, no-c-format + msgid "Memory usage:" + msgstr "メモリの使用:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 199 +-#: rc.cpp:596 ++#: rc.cpp:575 + #, no-c-format + msgid "Low" + msgstr "低" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 204 +-#: rc.cpp:599 ++#: rc.cpp:578 + #, no-c-format + msgid "Medium" + msgstr "中" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 209 +-#: rc.cpp:602 ++#: rc.cpp:581 + #, no-c-format + msgid "High" + msgstr "高" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 248 +-#: rc.cpp:605 ++#: rc.cpp:584 + #, no-c-format + msgid "GUI update interval:" + msgstr "GUI の更新間隔:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 254 +-#: rc.cpp:608 ++#: rc.cpp:587 + #, no-c-format + msgid "500ms" + msgstr "500 ミリ秒" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 259 +-#: rc.cpp:611 ++#: rc.cpp:590 + #, no-c-format + msgid "1s" + msgstr "1 秒" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 264 +-#: rc.cpp:614 ++#: rc.cpp:593 + #, no-c-format + msgid "2s" + msgstr "2 秒" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 269 +-#: rc.cpp:617 ++#: rc.cpp:596 + #, no-c-format + msgid "5s" + msgstr "5 秒" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 308 +-#: rc.cpp:620 ++#: rc.cpp:599 + #, no-c-format + msgid "Fast CPU" + msgstr "高速 CPU" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 342 +-#: rc.cpp:624 ++#: rc.cpp:602 + #, no-c-format + msgid "Slow CPU" + msgstr "低速 CPU" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 354 +-#: rc.cpp:627 ++#: rc.cpp:605 + #, no-c-format + msgid "Data Checking" + msgstr "データチェック" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 373 +-#: rc.cpp:630 ++#: rc.cpp:608 + #, no-c-format + msgid "During uploading, do ¬ recheck chunks bigger than" + msgstr "アップロード中に次より大きいピースは再チェックしない(&N)" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 430 +-#: rc.cpp:636 ++#: rc.cpp:614 + #, no-c-format + msgid "Do a data integrit&y check after" + msgstr "壊れたピースが次の数あればデータの整合性をチェックする(&Y)" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 449 +-#: rc.cpp:639 ++#: rc.cpp:617 + #, no-c-format + msgid "corrupted chunks" + msgstr "ピース" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 478 +-#: rc.cpp:642 ++#: rc.cpp:620 + #, no-c-format + msgid "Networking" + msgstr "ネットワーキング" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 505 +-#: rc.cpp:645 ++#: rc.cpp:623 + #, no-c-format + msgid "Maximum number of connection setups:" + msgstr "最大接続数の設定:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 527 +-#: rc.cpp:648 ++#: rc.cpp:626 + #, no-c-format + msgid "DSCP for IP packets:" + msgstr "IP パケットの DSCP:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 570 +-#: rc.cpp:651 ++#: rc.cpp:629 + #, no-c-format + msgid "Do not use the KDE pro&xy settings for HTTP tracker connections" + msgstr "HTTP トラッカー接続に KDE のプロキシ設定を使わない(&X)" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 586 +-#: rc.cpp:654 ++#: rc.cpp:632 + #, no-c-format + msgid "HTTP tracker proxy:" + msgstr "HTTP トラッカープロキシ:" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 24 +-#: rc.cpp:657 ++#: rc.cpp:635 + #, no-c-format + msgid "Scanning data" + msgstr "データをスキャン" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 38 +-#: rc.cpp:660 ++#: rc.cpp:638 + #, no-c-format + msgid "Scanning data of torrent :" + msgstr "torrent のデータをスキャン :" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 62 +-#: rc.cpp:663 ++#: rc.cpp:641 + #, no-c-format + msgid "Number of chunks found :" + msgstr "見つかったピースの数 :" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 70 +-#: rc.cpp:666 ++#: rc.cpp:644 + #, no-c-format + msgid "Number of chunks failed / not downloaded :" + msgstr "失敗した/未ダウンロードのピースの数 :" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 97 +-#: rc.cpp:669 rc.cpp:672 ++#: rc.cpp:647 rc.cpp:650 + #, no-c-format + msgid "0" + msgstr "0" + + #. i18n: file ./apps/ktupnptest/mainwidget.ui line 54 +-#: rc.cpp:678 ++#: rc.cpp:656 + #, no-c-format + msgid "Test" + msgstr "テスト" + + #. i18n: file ./libktorrent/labelviewitembase.ui line 49 +-#: rc.cpp:685 ++#: rc.cpp:662 + #, no-c-format + msgid "textLabel2" + msgstr "textLabel2" + + #. i18n: file ./libktorrent/labelviewitembase.ui line 65 +-#: rc.cpp:688 ++#: rc.cpp:665 + #, no-c-format + msgid "textLabel3" + msgstr "textLabel3" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 10 +-#: rc.cpp:691 ++#: rc.cpp:668 + #, no-c-format + msgid "Maximum number of downloads (0 = no limit)" + msgstr "最大ダウンロード数 (0 = 無制限)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 15 +-#: rc.cpp:694 ++#: rc.cpp:671 + #, no-c-format + msgid "Maximum number of seeds (0 = no limit)" + msgstr "最大シード数 (0 = 無制限)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 20 +-#: rc.cpp:697 ++#: rc.cpp:674 + #, no-c-format + msgid "Start downloads on low disk space?" + msgstr "ディスク容量が不足していてもダウンロードを開始しますか?" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 24 +-#: rc.cpp:700 ++#: rc.cpp:677 + #, no-c-format + msgid "Maximum number of connections per torrent (0 = no limit)" + msgstr "torrent あたりの最大接続数 (0 = 無制限)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 29 +-#: rc.cpp:703 ++#: rc.cpp:680 + #, no-c-format + msgid "Maximum number of connections for all torrents (0 = no limit) " + msgstr "すべての torrent の最大接続数 (0 = 無制限)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 34 +-#: rc.cpp:706 ++#: rc.cpp:683 + #, no-c-format + msgid "Maximum upload speed in KB/sec (0 = no limit)" + msgstr "最大アップロード速度 KB/秒 (0 = 無制限)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 39 +-#: rc.cpp:709 ++#: rc.cpp:686 + #, no-c-format + msgid "Maximum download speed in KB/sec (0 = no limit)" + msgstr "最大ダウンロード速度 KB/秒 (0 = 無制限)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 44 +-#: rc.cpp:712 ++#: rc.cpp:689 + #, no-c-format + msgid "Maximum share ratio(0 = no limit)" + msgstr "最大共有比率 (0 = 無制限)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 49 +-#: rc.cpp:715 ++#: rc.cpp:692 + #, no-c-format + msgid "Maximum seed time in hours (0 = no limit)" + msgstr "最大シード時間 (0 = 無制限)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 66 +-#: rc.cpp:724 ++#: rc.cpp:701 + #, no-c-format + msgid "Show a system tray icon" + msgstr "システムトレイアイコンを表示" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 70 +-#: rc.cpp:727 ++#: rc.cpp:704 + #, no-c-format + msgid "Show speed bar in tray icon" + msgstr "トレイアイコンに速度バーを表示" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 74 +-#: rc.cpp:730 ++#: rc.cpp:707 + #, no-c-format + msgid "Download bandwidth (in kb/s):" + msgstr "ダウンロード帯域幅 (kb/秒):" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 80 +-#: rc.cpp:733 ++#: rc.cpp:710 + #, no-c-format + msgid "Upload bandwidth (in kb/s):" + msgstr "アップロード帯域幅 (kb/秒):" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 86 +-#: rc.cpp:736 ++#: rc.cpp:713 + #, no-c-format + msgid "Show popup messages when torrent is finished." + msgstr "torrent が完了したときにポップアップメッセージを表示します。" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 90 +-#: rc.cpp:739 ++#: rc.cpp:716 + #, no-c-format + msgid "Keep seeding after download has finished" + msgstr "ダウンロード完了後シードを続ける" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 94 +-#: rc.cpp:742 ++#: rc.cpp:719 + #, no-c-format + msgid "Folder to store temporary files" + msgstr "一時ファイルを保存するフォルダ" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 98 +-#: rc.cpp:745 ++#: rc.cpp:722 + #, no-c-format + msgid "Whether to automatically save downloads to saveDir" + msgstr "ダウンロードを自動的に saveDir に保存するかどうか" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 102 +-#: rc.cpp:748 ++#: rc.cpp:725 + #, no-c-format + msgid "Folder to store downloaded files" + msgstr "ダウンロードしたファイルを保存するフォルダ" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 106 +-#: rc.cpp:751 ++#: rc.cpp:728 + #, no-c-format + msgid "Whether to automatically move completed downloads to completedDir" + msgstr "完了したダウンロードを自動的に completedDir に移動するかどうか" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 110 +-#: rc.cpp:754 ++#: rc.cpp:731 + #, no-c-format + msgid "Folder to move completed downloaded files to" + msgstr "ダウンロードが完了したファイルを移動するフォルダ" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 114 +-#: rc.cpp:757 ++#: rc.cpp:734 + #, no-c-format + msgid "Whether to automatically copy .torrent files to torrentCopyDir" + msgstr ".torrent ファイルを自動的に torrentCopyDir にコピーするかどうか" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 118 +-#: rc.cpp:760 ++#: rc.cpp:737 + #, no-c-format + msgid "Folder to copy .torrent files to" + msgstr ".torrent ファイルをコピーするフォルダ" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 122 +-#: rc.cpp:763 ++#: rc.cpp:740 + #, no-c-format + msgid "Whether to use a custom IP to pass to the tracker" + msgstr "トラッカーにカスタム IP を送るかどうか" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 126 +-#: rc.cpp:766 ++#: rc.cpp:743 + #, no-c-format + msgid "Directory which was used as the last save directory" + msgstr "最後に保存先として使用されたディレクトリ" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 130 +-#: rc.cpp:769 ++#: rc.cpp:746 + #, no-c-format + msgid "IP to pass to the tracker" + msgstr "トラッカーに送る IP" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 134 +-#: rc.cpp:772 ++#: rc.cpp:749 + #, no-c-format + msgid "Memory usage" + msgstr "メモリの使用" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 138 +-#: rc.cpp:775 ++#: rc.cpp:752 + #, no-c-format + msgid "GUI update interval" + msgstr "GUI の更新間隔" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 142 +-#: rc.cpp:778 ++#: rc.cpp:755 + #, no-c-format + msgid "Support for DHT" + msgstr "DHT サポート" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 146 +-#: rc.cpp:781 ++#: rc.cpp:758 + #, no-c-format + msgid "DHT port" + msgstr "DHT ポート" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 152 +-#: rc.cpp:784 ++#: rc.cpp:761 + #, no-c-format + msgid "Number of upload slots" + msgstr "アップロードスロットの数" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 196 +-#: rc.cpp:793 ++#: rc.cpp:770 + #, no-c-format + msgid "Columns shown in KTorrentView" + msgstr "KTorrentView に表示するカラム" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 205 +-#: rc.cpp:796 ++#: rc.cpp:773 + #, no-c-format + msgid "ET algorithm" + msgstr "ET アルゴリズム" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 227 +-#: rc.cpp:799 ++#: rc.cpp:776 + #, no-c-format + msgid "" + "When there's no space left to complete download and free diskspace is less than " +@@ -2215,603 +2215,603 @@ msgid "" + msgstr "ダウンロードを完了するために必要な容量がなく、ディスクの空き容量が minDiskSpace より少ない場合、torrent を停止します。" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 16 +-#: rc.cpp:802 ++#: rc.cpp:779 + #, no-c-format + msgid "Plugin Manager" + msgstr "プラグインマネージャ" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 48 +-#: rc.cpp:805 ++#: rc.cpp:782 + #, no-c-format + msgid "Load" + msgstr "ロード" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 56 +-#: rc.cpp:808 ++#: rc.cpp:785 + #, no-c-format + msgid "U&nload" + msgstr "アンロード(&N)" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 64 +-#: rc.cpp:811 ++#: rc.cpp:788 + #, no-c-format + msgid "Load &All" + msgstr "すべてロード(&A)" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 72 +-#: rc.cpp:814 ++#: rc.cpp:791 + #, no-c-format + msgid "&Unload All" + msgstr "すべてアンロード(&U)" + + #. i18n: file ./plugins/upnp/ktupnpplugin.kcfg line 10 +-#: rc.cpp:817 ++#: rc.cpp:794 + #, no-c-format + msgid "Default UPnP device to use" + msgstr "デフォルトで使用する UPnP デバイス" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 16 +-#: plugins/upnp/upnpplugin.cpp:46 plugins/upnp/upnpprefpage.cpp:31 rc.cpp:820 ++#: plugins/upnp/upnpplugin.cpp:46 plugins/upnp/upnpprefpage.cpp:31 rc.cpp:797 + #, no-c-format + msgid "UPnP" + msgstr "UPnP" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 35 +-#: rc.cpp:823 ++#: rc.cpp:800 + #, no-c-format + msgid "Detected devices:" + msgstr "検出したデバイス:" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 41 +-#: rc.cpp:826 ++#: rc.cpp:803 + #, no-c-format + msgid "Device" + msgstr "デバイス" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 52 +-#: rc.cpp:829 ++#: rc.cpp:806 + #, no-c-format + msgid "Ports Forwarded" + msgstr "フォワードされたポート" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 63 +-#: rc.cpp:832 ++#: rc.cpp:809 + #, no-c-format + msgid "WAN Connection" + msgstr "WAN 接続" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 91 +-#: rc.cpp:835 ++#: rc.cpp:812 + #, no-c-format + msgid "Forw&ard Ports" + msgstr "ポートをフォワード(&A)" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 99 +-#: rc.cpp:838 ++#: rc.cpp:815 + #, no-c-format + msgid "Undo Port Forwarding" + msgstr "ポートフォワーディングを元に戻す" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 124 +-#: rc.cpp:841 ++#: rc.cpp:818 + #, no-c-format + msgid "Rescan" + msgstr "再スキャン" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 9 +-#: rc.cpp:844 ++#: rc.cpp:821 + #, no-c-format + msgid "Enable scanning of folder1?" + msgstr "フォルダ 1 のスキャンを有効にしますか?" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 14 +-#: rc.cpp:847 ++#: rc.cpp:824 + #, no-c-format + msgid "Enable scanning of folder2?" + msgstr "フォルダ 2 のスキャンを有効にしますか?" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 19 +-#: rc.cpp:850 ++#: rc.cpp:827 + #, no-c-format + msgid "Enable scanning of folder3?" + msgstr "フォルダ 3 のスキャンを有効にしますか?" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 24 +-#: rc.cpp:853 ++#: rc.cpp:830 + #, no-c-format + msgid "Folder1 path" + msgstr "フォルダ 1 のパス" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 29 +-#: rc.cpp:856 ++#: rc.cpp:833 + #, no-c-format + msgid "Folder2 path" + msgstr "フォルダ 2 のパス" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 34 +-#: rc.cpp:859 ++#: rc.cpp:836 + #, no-c-format + msgid "Folder3 path" + msgstr "フォルダ 3 のパス" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 39 +-#: rc.cpp:862 ++#: rc.cpp:839 + #, no-c-format + msgid "Whether to open torrent silently or not." + msgstr "質問せずに torrent を開くかどうか。" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 44 +-#: rc.cpp:865 ++#: rc.cpp:842 + #, no-c-format + msgid "Delete action checked." + msgstr "削除アクションがチェックされています。" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 49 +-#: rc.cpp:868 ++#: rc.cpp:845 + #, no-c-format + msgid "Move action checked." + msgstr "移動アクションがチェックされています。" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 16 +-#: rc.cpp:871 ++#: rc.cpp:848 + #, no-c-format + msgid "ScanFolder Preferences" + msgstr "ScanFolder の設定" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 35 +-#: rc.cpp:874 ++#: rc.cpp:851 + #, no-c-format + msgid "Scan folder &1" + msgstr "フォルダ &1 をスキャン" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 38 +-#: rc.cpp:877 rc.cpp:1480 ++#: rc.cpp:854 rc.cpp:1424 + #, no-c-format + msgid "Alt+1" + msgstr "Alt+1" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 46 +-#: rc.cpp:880 ++#: rc.cpp:857 + #, no-c-format + msgid "Scan folder &2" + msgstr "フォルダ &2 をスキャン" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 49 +-#: rc.cpp:883 rc.cpp:1471 rc.cpp:1495 ++#: rc.cpp:860 rc.cpp:1415 rc.cpp:1439 + #, no-c-format + msgid "Alt+2" + msgstr "Alt+2" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 57 +-#: rc.cpp:886 ++#: rc.cpp:863 + #, no-c-format + msgid "Scan folder &3" + msgstr "フォルダ &3 をスキャン" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 60 +-#: rc.cpp:889 rc.cpp:1465 ++#: rc.cpp:866 rc.cpp:1409 + #, no-c-format + msgid "Alt+3" + msgstr "Alt+3" + + # ACCELERATOR changed by translator + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 81 +-#: rc.cpp:895 ++#: rc.cpp:872 + #, no-c-format + msgid "Move to \"loaded\" directory &after loading" + msgstr "ロード後に「ロード済み」ディレクトリに移動する(&M)" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 84 +-#: rc.cpp:898 ++#: rc.cpp:875 + #, no-c-format + msgid "Move torrent to \"loaded\" directory after loading it" + msgstr "ロード後に torrent を「ロード済み」ディレクトリに移動します" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 92 +-#: rc.cpp:901 ++#: rc.cpp:878 + #, no-c-format + msgid "Open torrents silentl&y" + msgstr "質問せずに torrent を開く(&Y)" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 95 +-#: rc.cpp:904 ++#: rc.cpp:881 + #, no-c-format + msgid "Do not show 'Select files to download' dialog" + msgstr "ダウンロードするファイルを選択するダイアログを表示しません" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 103 +-#: rc.cpp:907 ++#: rc.cpp:884 + #, no-c-format + msgid "Delete after loadin&g" + msgstr "ロード後に削除する(&G)" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 106 +-#: rc.cpp:910 ++#: rc.cpp:887 + #, no-c-format + msgid "Deletes torrent after loading" + msgstr "ロード後に torrent を削除します" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 116 +-#: rc.cpp:913 ++#: rc.cpp:890 + #, no-c-format + msgid "Folders to scan" + msgstr "スキャンするフォルダ" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 151 +-#: rc.cpp:916 ++#: rc.cpp:893 + #, no-c-format + msgid "Folder 1:" + msgstr "フォルダ 1:" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 162 +-#: rc.cpp:919 ++#: rc.cpp:896 + #, no-c-format + msgid "Folder 2:" + msgstr "フォルダ 2:" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 173 +-#: rc.cpp:922 ++#: rc.cpp:899 + #, no-c-format + msgid "Folder 3:" + msgstr "フォルダ 3:" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 30 +-#: rc.cpp:925 rc.cpp:1895 ++#: rc.cpp:902 rc.cpp:1838 + #, no-c-format + msgid "Search Preferences" + msgstr "検索オプション" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 41 +-#: rc.cpp:928 ++#: rc.cpp:905 + #, no-c-format + msgid "Web Server" + msgstr "ウェブサーバ" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 82 +-#: rc.cpp:934 ++#: rc.cpp:911 + #, no-c-format + msgid "Forward port" + msgstr "ポートをフォワード" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 107 +-#: rc.cpp:937 ++#: rc.cpp:914 + #, no-c-format + msgid "Session TTL (in sec):" + msgstr "セッション TTL (秒):" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 142 +-#: rc.cpp:940 ++#: rc.cpp:917 + #, no-c-format + msgid "Select interface:" + msgstr "インターフェースを選択:" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 173 +-#: rc.cpp:943 ++#: rc.cpp:920 + #, no-c-format + msgid "Username:" + msgstr "ユーザ名:" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 188 +-#: rc.cpp:946 ++#: rc.cpp:923 + #, no-c-format + msgid "Change password ..." + msgstr "パスワードを変更..." + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 206 +-#: rc.cpp:949 ++#: rc.cpp:926 + #, no-c-format + msgid "Php executable path:" + msgstr "PHP 実行ファイルへのパス:" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 10 +-#: rc.cpp:953 ++#: rc.cpp:929 + #, no-c-format + msgid "Port number" + msgstr "ポート番号" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 15 +-#: rc.cpp:956 ++#: rc.cpp:932 + #, no-c-format + msgid "forward Port" + msgstr "ポートをフォワード" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 20 +-#: rc.cpp:959 ++#: rc.cpp:935 + #, no-c-format + msgid "Session time to live" + msgstr "セッションを有効と見なす時間" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 24 +-#: rc.cpp:962 ++#: rc.cpp:938 + #, no-c-format + msgid "interface skin" + msgstr "インターフェースのスキン" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 28 +-#: rc.cpp:965 ++#: rc.cpp:941 + #, no-c-format + msgid "php executable path" + msgstr "PHP 実行ファイルへのパス" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 33 +-#: rc.cpp:968 ++#: rc.cpp:944 + #, no-c-format + msgid "username" + msgstr "ユーザ名" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 37 +-#: rc.cpp:971 ++#: rc.cpp:947 + #, no-c-format + msgid "password" + msgstr "パスワード" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 16 +-#: plugins/infowidget/infowidgetplugin.cpp:194 rc.cpp:974 rc.cpp:1046 ++#: plugins/infowidget/infowidgetplugin.cpp:194 rc.cpp:950 rc.cpp:1010 + #, no-c-format + msgid "Chunks" + msgstr "ピース" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 43 +-#: rc.cpp:977 ++#: rc.cpp:953 + #, no-c-format + msgid "Total:" + msgstr "合計:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 81 +-#: rc.cpp:981 ++#: rc.cpp:956 + #, no-c-format + msgid "Currently downloading:" + msgstr "ダウンロード中:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 119 +-#: rc.cpp:985 ++#: rc.cpp:959 + #, no-c-format + msgid "Downloaded:" + msgstr "ダウンロード済み:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 157 +-#: rc.cpp:989 ++#: rc.cpp:962 + #, no-c-format + msgid "Excluded:" + msgstr "対象外:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 195 +-#: rc.cpp:993 ++#: rc.cpp:965 + #, no-c-format + msgid "Left:" + msgstr "残り:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 233 +-#: rc.cpp:997 ++#: rc.cpp:968 + #, no-c-format + msgid "Size:" + msgstr "サイズ:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 280 +-#: rc.cpp:1001 ++#: rc.cpp:971 + #, no-c-format + msgid "Chunk" + msgstr "ピース" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 291 +-#: rc.cpp:1004 ++#: rc.cpp:974 + #, no-c-format + msgid "Progress" + msgstr "進捗" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 302 +-#: rc.cpp:1007 ++#: rc.cpp:977 + #, no-c-format + msgid "Peer" + msgstr "ピア" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 324 +-#: rc.cpp:1013 ++#: rc.cpp:983 + #, no-c-format + msgid "Assigned Peers" + msgstr "割り当てられたピア" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 63 +-#: rc.cpp:1022 ++#: rc.cpp:992 + #, no-c-format + msgid "Seeders:" + msgstr "シーダー:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 71 +-#: rc.cpp:1025 ++#: rc.cpp:995 + #, no-c-format + msgid "Leechers:" + msgstr "リーチャー:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 129 +-#: rc.cpp:1030 ++#: rc.cpp:998 + #, no-c-format + msgid "Average Down Speed:" + msgstr "下り平均速度:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 177 +-#: rc.cpp:1035 ++#: rc.cpp:1001 + #, no-c-format + msgid "Average Up Speed:" + msgstr "上り平均速度:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 195 +-#: rc.cpp:1038 rc.cpp:1111 ++#: rc.cpp:1004 rc.cpp:1070 + #, no-c-format + msgid "Next update in:" + msgstr "次の更新までの時間:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 203 +-#: rc.cpp:1041 ++#: rc.cpp:1007 + #, no-c-format + msgid "Tracker Status:" + msgstr "トラッカーの状態:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 332 +-#: rc.cpp:1049 ++#: rc.cpp:1013 + #, no-c-format + msgid "Parts of the torrent which have been downloaded:" + msgstr "ダウンロード済みの torrent のピース:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 367 +-#: rc.cpp:1052 ++#: rc.cpp:1016 + #, no-c-format + msgid "Parts of the torrent which are available:" + msgstr "ダウンロード可能な torrent のピース:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 457 +-#: rc.cpp:1055 ++#: rc.cpp:1019 + #, no-c-format + msgid "Sharing" + msgstr "共有" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 487 +-#: rc.cpp:1058 ++#: rc.cpp:1022 + #, no-c-format + msgid "" + "Your upload will stop when share ratio gets to this value. Zero means no limit." + msgstr "共有比率がこの値に達するとアップロードを中止します。0 にすると無制限に続けます。" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 525 +-#: rc.cpp:1064 ++#: rc.cpp:1028 + #, no-c-format + msgid "Your upload will stop when you have uploaded for this many hours." + msgstr "この時間だけアップロードするとアップロードを中止します。" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 533 +-#: rc.cpp:1067 ++#: rc.cpp:1031 + #, no-c-format + msgid "Hours" + msgstr "時間" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 543 +-#: rc.cpp:1070 ++#: rc.cpp:1034 + #, no-c-format + msgid "Ratio limit:" + msgstr "共有比率制限:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 549 +-#: rc.cpp:1074 ++#: rc.cpp:1037 + #, no-c-format + msgid "Limit works only in seed mode" + msgstr "シードモードでのみ制限する" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 557 +-#: rc.cpp:1077 ++#: rc.cpp:1040 + #, no-c-format + msgid "Time &limit:" + msgstr "時間制限(&L):" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 37 +-#: rc.cpp:1081 ++#: rc.cpp:1043 + #, no-c-format + msgid "&Update Tracker" + msgstr "トラッカーを更新(&U)" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 40 +-#: rc.cpp:1084 ++#: rc.cpp:1046 + #, no-c-format + msgid "Minimum update interval - 60 seconds" + msgstr "最小更新間隔 - 60 秒" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 48 +-#: rc.cpp:1087 ++#: rc.cpp:1049 + #, no-c-format + msgid "Add Trac&ker" + msgstr "トラッカーを追加(&K)" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 64 +-#: rc.cpp:1090 ++#: rc.cpp:1052 + #, no-c-format + msgid "Remove Tracker" + msgstr "トラッカーを削除" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 75 +-#: rc.cpp:1094 ++#: rc.cpp:1055 + #, no-c-format + msgid "Ch&ange Tracker" + msgstr "トラッカーを変更(&A)" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 100 +-#: rc.cpp:1097 ++#: rc.cpp:1058 + #, no-c-format + msgid "Restore Defaults" + msgstr "標準に戻す" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 10 +-#: rc.cpp:1115 ++#: rc.cpp:1073 + #, no-c-format + msgid "Show peer view tab in main window" + msgstr "ピアビュータブをメインウィンドウに表示" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 14 +-#: rc.cpp:1118 ++#: rc.cpp:1076 + #, no-c-format + msgid "Show chunk download view tab in main window" + msgstr "ピースビュータブをメインウィンドウに表示" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 18 +-#: rc.cpp:1121 ++#: rc.cpp:1079 + #, no-c-format + msgid "Show trackers view tab in main window" + msgstr "トラッカービュータブをメインウィンドウに表示" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 24 +-#: rc.cpp:1124 ++#: rc.cpp:1082 + #, no-c-format + msgid "Show list of peers" + msgstr "ピアの一覧を表示する" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 35 +-#: rc.cpp:1128 ++#: rc.cpp:1085 + #, no-c-format + msgid "Show list of chunks currentl&y downloading" + msgstr "ダウンロード中のピースの一覧を表示する(&Y)" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 60 +-#: rc.cpp:1131 ++#: rc.cpp:1088 + #, no-c-format + msgid "Show list of trackers" + msgstr "トラッカーの一覧を表示する" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 16 +-#: rc.cpp:1135 ++#: rc.cpp:1091 + #, no-c-format + msgid "IPBlocking Preferences" + msgstr "IPBlocking の設定" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 47 +-#: rc.cpp:1138 ++#: rc.cpp:1094 + #, no-c-format + msgid "Select PeerGuardian Filter File " + msgstr "PeerGuardian フィルタファイルを選択 " + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 58 +-#: rc.cpp:1141 ++#: rc.cpp:1097 + #, no-c-format + msgid "Use PeerGuardian filter?" + msgstr "PeerGuardian フィルタを使う" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 77 +-#: rc.cpp:1145 ++#: rc.cpp:1100 + #, no-c-format + msgid "IP filter file:" + msgstr "IP フィルタファイル:" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 85 +-#: rc.cpp:1148 ++#: rc.cpp:1103 + #, no-c-format + msgid "http://www.bluetack.co.uk/modules.php?name=Downloads&d_op=getit&lid=8" + msgstr "http://www.bluetack.co.uk/modules.php?name=Downloads&d_op=getit&lid=8" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 123 +-#: rc.cpp:1151 ++#: rc.cpp:1106 + #, no-c-format + msgid "Dow&nload/Convert" + msgstr "ダウンロード/変換(&N)" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 134 +-#: rc.cpp:1154 ++#: rc.cpp:1109 + #, no-c-format + msgid "" + "Download PeerGuardian filter from bluetack.co.uk or blocklist.org.\n" +@@ -2821,25 +2821,25 @@ msgstr "" + "注意: bluetack.co.uk の ZIP ファイルはサポートしていません。" + + #. i18n: file ./plugins/ipfilter/ktipfilterplugin.kcfg line 10 +-#: rc.cpp:1159 ++#: rc.cpp:1113 + #, no-c-format + msgid "Level1 filter url" + msgstr "Level1 フィルタの URL" + + #. i18n: file ./plugins/ipfilter/ktipfilterplugin.kcfg line 14 +-#: rc.cpp:1162 ++#: rc.cpp:1116 + #, no-c-format + msgid "Use level1 filter?" + msgstr "Level1 フィルタを使う" + + #. i18n: file ./plugins/ipfilter/convert_dlg.ui line 24 +-#: plugins/ipfilter/convertdialog.cpp:155 rc.cpp:1165 ++#: plugins/ipfilter/convertdialog.cpp:155 rc.cpp:1119 + #, no-c-format + msgid "Converting..." + msgstr "変換..." + + #. i18n: file ./plugins/ipfilter/convert_dlg.ui line 41 +-#: rc.cpp:1168 ++#: rc.cpp:1122 + #, no-c-format + msgid "" + "Click on the 'convert' button to start converting antip2p file. NOTE: This " +@@ -2850,61 +2850,61 @@ msgstr "" + "KTorrent を使用できません。" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 27 +-#: rc.cpp:1179 ++#: rc.cpp:1131 + #, no-c-format + msgid "Update" + msgstr "更新" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 46 +-#: rc.cpp:1182 rc.cpp:1268 ++#: rc.cpp:1134 rc.cpp:1220 + #, no-c-format + msgid "Update charts every" + msgstr "チャートの更新間隔" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 71 +-#: rc.cpp:1185 ++#: rc.cpp:1137 + #, no-c-format + msgid "GUI updates" + msgstr "GUI の更新ごと" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 92 +-#: rc.cpp:1188 rc.cpp:1271 ++#: rc.cpp:1140 rc.cpp:1223 + #, no-c-format + msgid "Gather data every" + msgstr "データの収集間隔" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 120 +-#: rc.cpp:1191 ++#: rc.cpp:1143 + #, no-c-format + msgid "miliseconds" + msgstr "ミリ秒" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 135 +-#: rc.cpp:1194 ++#: rc.cpp:1146 + #, no-c-format + msgid "Maximum" + msgstr "最大" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 154 +-#: rc.cpp:1197 ++#: rc.cpp:1149 + #, no-c-format + msgid "Maximum speed scale mode:" + msgstr "速度スケールの最大モード:" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 165 +-#: rc.cpp:1203 ++#: rc.cpp:1155 + #, no-c-format + msgid "Exact" + msgstr "正確" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 175 +-#: rc.cpp:1206 ++#: rc.cpp:1158 + #, no-c-format + msgid "See 'What's this' for more help" + msgstr "詳しくは「これは何?」を参照" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 180 +-#: rc.cpp:1209 ++#: rc.cpp:1161 + #, no-c-format + msgid "" + "Set maximum value on OY scale as:\n" +@@ -2916,852 +2916,852 @@ msgstr "" + "- 正確: チャートに表示される最大速度" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 192 +-#: rc.cpp:1214 rc.cpp:1247 ++#: rc.cpp:1166 rc.cpp:1199 + #, no-c-format + msgid "Peers speed" + msgstr "ピアの速度" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 211 +-#: rc.cpp:1217 ++#: rc.cpp:1169 + #, no-c-format + msgid "Peers speed:" + msgstr "ピアの速度:" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 222 +-#: rc.cpp:1220 ++#: rc.cpp:1172 + #, no-c-format + msgid "update every" + msgstr "更新間隔" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 244 +-#: rc.cpp:1223 ++#: rc.cpp:1175 + #, no-c-format + msgid "chart data updates" + msgstr "チャートデータの更新ごと" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 254 +-#: rc.cpp:1226 ++#: rc.cpp:1178 + #, no-c-format + msgid "Gathering data about many connected peers can be CPU consuming." + msgstr "たくさんのピアのデータを収集すると、CPU を多く消費することがあります。" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 267 +-#: rc.cpp:1229 ++#: rc.cpp:1181 + #, no-c-format + msgid "Peers connections" + msgstr "ピアの接続数" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 270 +-#: rc.cpp:1232 ++#: rc.cpp:1184 + #, no-c-format + msgid "Large values can obscure charts of connected peers" + msgstr "値が大きくなると接続中のピアのチャートが分かりにくくなることがあります" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 289 +-#: rc.cpp:1235 ++#: rc.cpp:1187 + #, no-c-format + msgid "Show seeders in swarms" + msgstr "スウォームのシーダーを表示する" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 297 +-#: rc.cpp:1238 ++#: rc.cpp:1190 + #, no-c-format + msgid "Show leechers in swarms" + msgstr "スウォームのリーチャーを表示する" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 309 +-#: rc.cpp:1241 ++#: rc.cpp:1193 + #, no-c-format + msgid "Measurements count" + msgstr "測定数" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 392 +-#: rc.cpp:1250 rc.cpp:1265 ++#: rc.cpp:1202 rc.cpp:1217 + #, no-c-format + msgid "Upload" + msgstr "アップロード" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 424 +-#: rc.cpp:1253 ++#: rc.cpp:1205 + #, no-c-format + msgid "Connections" + msgstr "接続" + + #. i18n: file ./plugins/stats/statsspdwgt.ui line 40 +-#: plugins/infowidget/infowidgetplugin.cpp:173 rc.cpp:1262 rc.cpp:1304 ++#: plugins/infowidget/infowidgetplugin.cpp:173 rc.cpp:1214 rc.cpp:1256 + #, no-c-format + msgid "Peers" + msgstr "ピア" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 18 +-#: rc.cpp:1274 ++#: rc.cpp:1226 + #, no-c-format + msgid "Toggle peers speed charts" + msgstr "ピアの速度チャートを切り替え" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 22 +-#: rc.cpp:1277 ++#: rc.cpp:1229 + #, no-c-format + msgid "Interval between getting data about peers speed" + msgstr "ピアの速度データを収集する間隔" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 26 +-#: rc.cpp:1280 ++#: rc.cpp:1232 + #, no-c-format + msgid "Toggle drawing of leechers in swarms" + msgstr "スウォームのリーチャーを表示するかどうか" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 30 +-#: rc.cpp:1283 ++#: rc.cpp:1235 + #, no-c-format + msgid "Toggle drawing of seeders in swarms" + msgstr "スウォームのシーダーを表示するかどうか" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 35 +-#: rc.cpp:1286 ++#: rc.cpp:1238 + #, no-c-format + msgid "Download mesurments count" + msgstr "ダウンロードの測定数" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 39 +-#: rc.cpp:1289 ++#: rc.cpp:1241 + #, no-c-format + msgid "Peers speed mesurments count" + msgstr "ピアの速度の測定数" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 43 +-#: rc.cpp:1292 ++#: rc.cpp:1244 + #, no-c-format + msgid "Upload mesurments count" + msgstr "アップロードの測定数" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 47 +-#: rc.cpp:1295 ++#: rc.cpp:1247 + #, no-c-format + msgid "Connections mesurments count" + msgstr "接続の測定数" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 51 +-#: rc.cpp:1298 ++#: rc.cpp:1250 + #, no-c-format + msgid "DHT mesurments count" + msgstr "DHT の測定数" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 56 +-#: rc.cpp:1301 ++#: rc.cpp:1253 + #, no-c-format + msgid "OY axis max mode" + msgstr "OY 軸の最大モード" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 16 +-#: rc.cpp:1310 ++#: rc.cpp:1262 + #, no-c-format + msgid "Import an existing download" + msgstr "既存のダウンロードをインポート" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 49 +-#: rc.cpp:1313 ++#: rc.cpp:1265 + #, no-c-format + msgid "Torrent:" + msgstr "Torrent:" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 63 +-#: rc.cpp:1316 ++#: rc.cpp:1268 + #, no-c-format + msgid "Data:" + msgstr "データ:" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 95 +-#: rc.cpp:1319 ++#: rc.cpp:1271 + #, no-c-format + msgid "" + "Please specify the torrent and the data already downloaded for that torrent." + msgstr "torrent とその torrent のダウンロード済みのデータを指定してください。" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 133 +-#: rc.cpp:1322 ++#: rc.cpp:1274 + #, no-c-format + msgid "&Import" + msgstr "インポート(&I)" + + #. i18n: file ./plugins/rssfeed/ktrssfeedplugin.kcfg line 10 +-#: rc.cpp:1328 ++#: rc.cpp:1280 + #, no-c-format + msgid "default" + msgstr "デフォルト" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 18 +-#: rc.cpp:1331 ++#: rc.cpp:1283 + #, no-c-format + msgid "Rss Feeds" + msgstr "RSS フィード" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 36 +-#: rc.cpp:1334 ++#: rc.cpp:1286 + #, no-c-format + msgid "Feeds" + msgstr "フィード" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 78 +-#: rc.cpp:1337 ++#: rc.cpp:1289 + #, no-c-format + msgid "De&lete" + msgstr "削除(&L)" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 86 +-#: rc.cpp:1340 rc.cpp:1382 rc.cpp:1392 ++#: rc.cpp:1292 rc.cpp:1331 rc.cpp:1340 + #, no-c-format + msgid "&New" + msgstr "新規(&N)" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 117 +-#: rc.cpp:1343 ++#: rc.cpp:1295 + #, no-c-format + msgid "&URL" + msgstr "&URL" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 139 +-#: rc.cpp:1346 ++#: rc.cpp:1298 + #, no-c-format + msgid "Articles" + msgstr "記事" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 216 +-#: rc.cpp:1353 ++#: rc.cpp:1304 + #, no-c-format + msgid "Auto&refresh" + msgstr "自動更新(&R)" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 242 +-#: rc.cpp:1356 ++#: rc.cpp:1307 + #, no-c-format + msgid "I&gnore TTL" + msgstr "TTL を無視する(&G)" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 270 +-#: rc.cpp:1359 ++#: rc.cpp:1310 + #, no-c-format + msgid "Refresh" + msgstr "更新" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 299 +-#: rc.cpp:1363 rc.cpp:1395 ++#: rc.cpp:1313 rc.cpp:1343 + #, no-c-format + msgid "&Title" + msgstr "タイトル(&T)" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 323 +-#: rc.cpp:1366 ++#: rc.cpp:1316 + #, no-c-format + msgid "Keep Articles (days)" + msgstr "記事を保持する日数" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 347 +-#: rc.cpp:1369 rc.cpp:1398 ++#: rc.cpp:1319 rc.cpp:1346 + #, no-c-format + msgid "&Active" + msgstr "有効(&A)" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 362 +-#: rc.cpp:1372 ++#: rc.cpp:1322 + #, no-c-format + msgid "Filters" + msgstr "フィルタ" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 389 +-#: rc.cpp:1375 ++#: rc.cpp:1325 + #, no-c-format + msgid "Accept Filters" + msgstr "許可フィルタ" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 440 +-#: rc.cpp:1385 ++#: rc.cpp:1334 + #, no-c-format + msgid "Reject Filters" + msgstr "拒否フィルタ" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 557 +-#: rc.cpp:1401 ++#: rc.cpp:1349 + #, no-c-format + msgid "Regular Expressions" + msgstr "正規表現" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 587 +-#: rc.cpp:1404 ++#: rc.cpp:1352 + #, no-c-format + msgid "Treat as &Series" + msgstr "シリーズとして扱う(&S)" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 624 +-#: rc.cpp:1407 ++#: rc.cpp:1355 + #, no-c-format + msgid "Process" + msgstr "プロセス" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 643 +-#: rc.cpp:1411 ++#: rc.cpp:1358 + #, no-c-format + msgid "Series Criteria" + msgstr "シリーズの基準" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 679 +-#: rc.cpp:1414 ++#: rc.cpp:1361 + #, no-c-format + msgid "Match Without Episode" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 713 +-#: rc.cpp:1418 ++#: rc.cpp:1364 + #, no-c-format + msgid "Max Episode" + msgstr "最大エピソード" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 739 +-#: rc.cpp:1421 ++#: rc.cpp:1367 + #, no-c-format + msgid "Max Season" + msgstr "最大シーズン" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 758 +-#: rc.cpp:1424 ++#: rc.cpp:1370 + #, no-c-format + msgid "Min Season" + msgstr "最小シーズン" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 782 +-#: rc.cpp:1427 ++#: rc.cpp:1373 + #, no-c-format + msgid "Min Episode" + msgstr "最小エピソード" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 814 +-#: rc.cpp:1430 ++#: rc.cpp:1376 + #, no-c-format + msgid "Test te&xt" + msgstr "テストテキスト(&X)" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 840 +-#: rc.cpp:1433 ++#: rc.cpp:1379 + #, no-c-format + msgid "Te&st" + msgstr "テスト(&S)" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 858 +-#: rc.cpp:1436 ++#: rc.cpp:1382 + #, no-c-format + msgid "Filter Matches" + msgstr "フィルタ結果" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 28 +-#: rc.cpp:1447 ++#: rc.cpp:1391 + #, no-c-format + msgid "Bandwidth scheduler" + msgstr "帯域幅スケジューラ" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 50 +-#: rc.cpp:1450 ++#: rc.cpp:1394 + #, no-c-format + msgid "Left click category" + msgstr "左クリックカテゴリ" + + # ACCELERATOR changed by translator + #. i18n: file ./plugins/scheduler/bwspage.ui line 61 +-#: rc.cpp:1453 ++#: rc.cpp:1397 + #, no-c-format + msgid "Categor&y 1" + msgstr "カテゴリ &1" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 157 +-#: rc.cpp:1456 rc.cpp:1483 ++#: rc.cpp:1400 rc.cpp:1427 + #, no-c-format + msgid "T&urn off" + msgstr "オフにする(&U)" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 165 +-#: rc.cpp:1459 rc.cpp:1486 ++#: rc.cpp:1403 rc.cpp:1430 + #, no-c-format + msgid "&Normal" + msgstr "標準(&N)" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 195 +-#: rc.cpp:1462 ++#: rc.cpp:1406 + #, no-c-format + msgid "Category &3" + msgstr "カテゴリ &3" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 206 +-#: rc.cpp:1468 rc.cpp:1492 ++#: rc.cpp:1412 rc.cpp:1436 + #, no-c-format + msgid "Category &2" + msgstr "カテゴリ &2" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 219 +-#: rc.cpp:1474 ++#: rc.cpp:1418 + #, no-c-format + msgid "Right click category" + msgstr "右クリックカテゴリ" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 230 +-#: rc.cpp:1477 ++#: rc.cpp:1421 + #, no-c-format + msgid "Category &1" + msgstr "カテゴリ &1" + + # ACCELERATOR changed by translator + #. i18n: file ./plugins/scheduler/bwspage.ui line 367 +-#: rc.cpp:1489 ++#: rc.cpp:1433 + #, no-c-format + msgid "&Category 3" + msgstr "カテゴリ &3" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 390 +-#: rc.cpp:1498 ++#: rc.cpp:1442 + #, no-c-format + msgid "Categories" + msgstr "カテゴリ" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 401 +-#: rc.cpp:1501 ++#: rc.cpp:1445 + #, no-c-format + msgid "1. Category" + msgstr "1. カテゴリ" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 409 +-#: rc.cpp:1504 ++#: rc.cpp:1448 + #, no-c-format + msgid "3. Category" + msgstr "3. カテゴリ" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 425 +-#: rc.cpp:1507 rc.cpp:1516 rc.cpp:1525 ++#: rc.cpp:1451 rc.cpp:1460 rc.cpp:1469 + #, no-c-format + msgid "download:" + msgstr "ダウンロード:" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 441 +-#: rc.cpp:1510 rc.cpp:1519 rc.cpp:1528 ++#: rc.cpp:1454 rc.cpp:1463 rc.cpp:1472 + #, no-c-format + msgid "upload:" + msgstr "アップロード:" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 457 +-#: rc.cpp:1513 rc.cpp:1522 rc.cpp:1531 ++#: rc.cpp:1457 rc.cpp:1466 rc.cpp:1475 + #, no-c-format + msgid "KB/s *" + msgstr "KB/秒 *" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 567 +-#: rc.cpp:1534 ++#: rc.cpp:1478 + #, no-c-format + msgid "2. Category" + msgstr "2. カテゴリ" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 626 +-#: rc.cpp:1538 ++#: rc.cpp:1481 + #, no-c-format + msgid "* zero means no limit" + msgstr "* 0 は無制限" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 672 +-#: rc.cpp:1541 ++#: rc.cpp:1484 + #, no-c-format + msgid "Save to file" + msgstr "ファイルに保存" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 680 +-#: rc.cpp:1544 ++#: rc.cpp:1487 + #, no-c-format + msgid "&Load from file" + msgstr "ファイルからロード(&L)" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 688 +-#: rc.cpp:1547 ++#: rc.cpp:1490 + #, no-c-format + msgid "Reset schedule" + msgstr "スケジュールをリセット" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 751 +-#: rc.cpp:1550 ++#: rc.cpp:1493 + #, no-c-format + msgid "O&k" + msgstr "O&K" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 16 +-#: rc.cpp:1559 ++#: rc.cpp:1502 + #, no-c-format + msgid "Scheduler Plugin Pref Page" + msgstr "スケジューラプラグイン設定ページ" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 27 +-#: rc.cpp:1562 ++#: rc.cpp:1505 + #, no-c-format + msgid "Use &bandwidth scheduler?" + msgstr "帯域幅スケジューラを使う(&B)" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 35 +-#: plugins/scheduler/schedulerplugin.cpp:59 rc.cpp:1565 ++#: plugins/scheduler/schedulerplugin.cpp:59 rc.cpp:1508 + #, no-c-format + msgid "Bandwidth Scheduler" + msgstr "帯域幅スケジューラ" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 46 +-#: rc.cpp:1568 ++#: rc.cpp:1511 + #, no-c-format + msgid "Use colors instead of pi&xmaps?" + msgstr "ピックスマップの代わりに色を使う(&X)" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 54 +-#: rc.cpp:1571 ++#: rc.cpp:1514 + #, no-c-format + msgid "(Recommended for slower systems)" + msgstr "(遅いシステムに推奨)" + + # ACCELERATOR changed by translator + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 62 +-#: rc.cpp:1574 ++#: rc.cpp:1517 + #, no-c-format + msgid "Edit s&chedule" + msgstr "スケジュールを編集(&S)" + + #. i18n: file ./plugins/scheduler/ktschedulerplugin.kcfg line 10 +-#: rc.cpp:1577 ++#: rc.cpp:1520 + #, no-c-format + msgid "Enable bandwidth scheduler?" + msgstr "帯域幅スケジューラを有効にする" + + #. i18n: file ./plugins/scheduler/ktschedulerplugin.kcfg line 14 +-#: rc.cpp:1580 ++#: rc.cpp:1523 + #, no-c-format + msgid "Use colors instead of pixmaps?" + msgstr "ピックスマップの代わりに色を使う" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 10 +-#: rc.cpp:1583 ++#: rc.cpp:1526 + #, no-c-format + msgid "Use rich log text" + msgstr "リッチログテキストを使う" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 15 +-#: rc.cpp:1586 ++#: rc.cpp:1529 + #, no-c-format + msgid "General info messages flag" + msgstr "一般情報メッセージフラグ" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 19 +-#: rc.cpp:1589 ++#: rc.cpp:1532 + #, no-c-format + msgid "Connections messages flag" + msgstr "接続メッセージフラグ" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 23 +-#: rc.cpp:1592 ++#: rc.cpp:1535 + #, no-c-format + msgid "DHT messages flag" + msgstr "DHT メッセージフラグ" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 27 +-#: rc.cpp:1595 ++#: rc.cpp:1538 + #, no-c-format + msgid "Tracker info messages flag" + msgstr "トラッカー情報メッセージフラグ" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 31 +-#: rc.cpp:1598 ++#: rc.cpp:1541 + #, no-c-format + msgid "Disk IO info messages flag" + msgstr "ディスク IO 情報メッセージフラグ" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 35 +-#: rc.cpp:1601 ++#: rc.cpp:1544 + #, no-c-format + msgid "IPFilter plugin messages flag" + msgstr "IPFilter プラグインメッセージフラグ" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 39 +-#: rc.cpp:1604 ++#: rc.cpp:1547 + #, no-c-format + msgid "Search plugin messages flag" + msgstr "検索プラグインメッセージフラグ" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 43 +-#: rc.cpp:1607 ++#: rc.cpp:1550 + #, no-c-format + msgid "PartFileImport plugin messages flag" + msgstr "PartFileImport プラグインメッセージフラグ" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 47 +-#: rc.cpp:1610 ++#: rc.cpp:1553 + #, no-c-format + msgid "InfoWidget plugin messages flag" + msgstr "情報ウィジェットプラグインメッセージフラグ" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 51 +-#: rc.cpp:1613 ++#: rc.cpp:1556 + #, no-c-format + msgid "UPnP plugin messages flag" + msgstr "UPnP プラグインメッセージフラグ" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 55 +-#: rc.cpp:1616 ++#: rc.cpp:1559 + #, no-c-format + msgid "ScanFolder plugin messages flag" + msgstr "ScanFolder プラグインメッセージフラグ" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 59 +-#: rc.cpp:1619 ++#: rc.cpp:1562 + #, no-c-format + msgid "Scheduler plugin messages flag" + msgstr "スケジューラプラグインメッセージフラグ" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 63 +-#: rc.cpp:1622 ++#: rc.cpp:1565 + #, no-c-format + msgid "RSS plugin messages flag" + msgstr "RSS プラグインメッセージフラグ" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 67 +-#: rc.cpp:1625 ++#: rc.cpp:1568 + #, no-c-format + msgid "WebInterface plugin messages flag" + msgstr "WebInterface プラグインメッセージフラグ" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 16 +-#: plugins/logviewer/logprefpage.cpp:31 rc.cpp:1628 ++#: plugins/logviewer/logprefpage.cpp:31 rc.cpp:1571 + #, no-c-format + msgid "LogViewer Options" + msgstr "ログビューアのオプション" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 44 +-#: libktorrent/pluginmanagerprefpage.cpp:63 rc.cpp:1631 ++#: libktorrent/pluginmanagerprefpage.cpp:63 rc.cpp:1574 + #, no-c-format + msgid "Plugins" + msgstr "プラグイン" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 53 +-#: rc.cpp:1634 rc.cpp:1652 rc.cpp:1670 rc.cpp:1691 rc.cpp:1706 rc.cpp:1724 +-#: rc.cpp:1745 rc.cpp:1763 rc.cpp:1778 rc.cpp:1811 rc.cpp:1826 rc.cpp:1841 +-#: rc.cpp:1859 rc.cpp:1874 ++#: rc.cpp:1577 rc.cpp:1595 rc.cpp:1613 rc.cpp:1634 rc.cpp:1649 rc.cpp:1667 ++#: rc.cpp:1688 rc.cpp:1706 rc.cpp:1721 rc.cpp:1754 rc.cpp:1769 rc.cpp:1784 ++#: rc.cpp:1802 rc.cpp:1817 + #, no-c-format + msgid "All" + msgstr "すべて" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 58 +-#: rc.cpp:1637 rc.cpp:1655 rc.cpp:1673 rc.cpp:1694 rc.cpp:1709 rc.cpp:1727 +-#: rc.cpp:1748 rc.cpp:1766 rc.cpp:1781 rc.cpp:1814 rc.cpp:1829 rc.cpp:1844 +-#: rc.cpp:1862 rc.cpp:1877 ++#: rc.cpp:1580 rc.cpp:1598 rc.cpp:1616 rc.cpp:1637 rc.cpp:1652 rc.cpp:1670 ++#: rc.cpp:1691 rc.cpp:1709 rc.cpp:1724 rc.cpp:1757 rc.cpp:1772 rc.cpp:1787 ++#: rc.cpp:1805 rc.cpp:1820 + #, no-c-format + msgid "Debug" + msgstr "デバッグ" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 63 +-#: rc.cpp:1640 rc.cpp:1658 rc.cpp:1676 rc.cpp:1697 rc.cpp:1712 rc.cpp:1730 +-#: rc.cpp:1751 rc.cpp:1769 rc.cpp:1784 rc.cpp:1817 rc.cpp:1832 rc.cpp:1847 +-#: rc.cpp:1865 rc.cpp:1880 ++#: rc.cpp:1583 rc.cpp:1601 rc.cpp:1619 rc.cpp:1640 rc.cpp:1655 rc.cpp:1673 ++#: rc.cpp:1694 rc.cpp:1712 rc.cpp:1727 rc.cpp:1760 rc.cpp:1775 rc.cpp:1790 ++#: rc.cpp:1808 rc.cpp:1823 + #, no-c-format + msgid "Notice" + msgstr "通知" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 68 +-#: rc.cpp:1643 rc.cpp:1661 rc.cpp:1679 rc.cpp:1700 rc.cpp:1715 rc.cpp:1733 +-#: rc.cpp:1754 rc.cpp:1772 rc.cpp:1787 rc.cpp:1820 rc.cpp:1835 rc.cpp:1850 +-#: rc.cpp:1868 rc.cpp:1883 ++#: rc.cpp:1586 rc.cpp:1604 rc.cpp:1622 rc.cpp:1643 rc.cpp:1658 rc.cpp:1676 ++#: rc.cpp:1697 rc.cpp:1715 rc.cpp:1730 rc.cpp:1763 rc.cpp:1778 rc.cpp:1793 ++#: rc.cpp:1811 rc.cpp:1826 + #, no-c-format + msgid "Important" + msgstr "重要" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 73 +-#: rc.cpp:1646 rc.cpp:1664 rc.cpp:1682 rc.cpp:1703 rc.cpp:1718 rc.cpp:1736 +-#: rc.cpp:1757 rc.cpp:1775 rc.cpp:1790 rc.cpp:1823 rc.cpp:1838 rc.cpp:1853 +-#: rc.cpp:1871 rc.cpp:1886 ++#: rc.cpp:1589 rc.cpp:1607 rc.cpp:1625 rc.cpp:1646 rc.cpp:1661 rc.cpp:1679 ++#: rc.cpp:1700 rc.cpp:1718 rc.cpp:1733 rc.cpp:1766 rc.cpp:1781 rc.cpp:1796 ++#: rc.cpp:1814 rc.cpp:1829 + #, no-c-format + msgid "None" + msgstr "なし" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 85 +-#: rc.cpp:1649 ++#: rc.cpp:1592 + #, no-c-format + msgid "IPFilter:" + msgstr "IPFilter:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 126 +-#: rc.cpp:1667 ++#: rc.cpp:1610 + #, no-c-format + msgid "Search:" + msgstr "検索:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 167 +-#: rc.cpp:1685 ++#: rc.cpp:1628 + #, no-c-format + msgid "UPnP:" + msgstr "UPnP:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 178 +-#: rc.cpp:1688 ++#: rc.cpp:1631 + #, no-c-format + msgid "ScanFolder:" + msgstr "ScanFolder:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 249 +-#: rc.cpp:1721 ++#: rc.cpp:1664 + #, no-c-format + msgid "Scheduler:" + msgstr "スケジューラ:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 290 +-#: rc.cpp:1739 ++#: rc.cpp:1682 + #, no-c-format + msgid "PartFileImport:" + msgstr "PartFileImport:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 301 +-#: rc.cpp:1742 ++#: rc.cpp:1685 + #, no-c-format + msgid "InfoWidget:" + msgstr "情報ウィジェット:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 342 +-#: rc.cpp:1760 ++#: rc.cpp:1703 + #, no-c-format + msgid "RSS plugin:" + msgstr "RSS プラグイン:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 413 +-#: rc.cpp:1793 ++#: rc.cpp:1736 + #, no-c-format + msgid "WebInterface plugin:" + msgstr "WebInterface プラグイン:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 426 +-#: rc.cpp:1796 ++#: rc.cpp:1739 + #, no-c-format + msgid "System" + msgstr "システム" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 437 +-#: rc.cpp:1799 ++#: rc.cpp:1742 + #, no-c-format + msgid "General:" + msgstr "一般:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 445 +-#: rc.cpp:1802 ++#: rc.cpp:1745 + #, no-c-format + msgid "Connections:" + msgstr "接続:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 559 +-#: rc.cpp:1856 ++#: rc.cpp:1799 + #, no-c-format + msgid "Disk I/O:" + msgstr "ディスク I/O:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 640 +-#: rc.cpp:1892 ++#: rc.cpp:1835 + #, no-c-format + msgid "Use rich te&xt for log" + msgstr "ログにリッチテキストを使う(&X)" + + #. i18n: file ./plugins/search/searchpref.ui line 41 +-#: rc.cpp:1898 ++#: rc.cpp:1841 + #, no-c-format + msgid "External Browser" + msgstr "外部ブラウザ" + + #. i18n: file ./plugins/search/searchpref.ui line 52 +-#: rc.cpp:1901 ++#: rc.cpp:1844 + #, no-c-format + msgid "Open searches in external browser" + msgstr "検索結果を外部ブラウザで開く" + + #. i18n: file ./plugins/search/searchpref.ui line 60 +-#: rc.cpp:1904 rc.cpp:1955 ++#: rc.cpp:1847 rc.cpp:1892 + #, no-c-format + msgid "Use default browser" + msgstr "標準のブラウザを使う" + + #. i18n: file ./plugins/search/searchpref.ui line 79 +-#: rc.cpp:1908 ++#: rc.cpp:1850 + #, no-c-format + msgid "Custom browser path:" + msgstr "次のブラウザを使う (パスを指定):" + + #. i18n: file ./plugins/search/searchpref.ui line 116 +-#: rc.cpp:1912 ++#: rc.cpp:1853 + #, no-c-format + msgid "Search Engines" + msgstr "検索エンジン" + + #. i18n: file ./plugins/search/searchpref.ui line 143 +-#: rc.cpp:1916 ++#: rc.cpp:1856 + #, no-c-format + msgid "Search engine name:" + msgstr "検索エンジン名:" + + # ACCELERATOR changed by translator + #. i18n: file ./plugins/search/searchpref.ui line 187 +-#: rc.cpp:1922 ++#: rc.cpp:1862 + #, no-c-format + msgid "&Add" + msgstr "追加(&D)" + + #. i18n: file ./plugins/search/searchpref.ui line 195 +-#: rc.cpp:1925 ++#: rc.cpp:1865 + #, no-c-format + msgid "Engines" + msgstr "エンジン" + + #. i18n: file ./plugins/search/searchpref.ui line 206 +-#: rc.cpp:1928 ++#: rc.cpp:1868 + #, no-c-format + msgid "URL" + msgstr "URL" + + #. i18n: file ./plugins/search/searchpref.ui line 257 +-#: rc.cpp:1934 ++#: rc.cpp:1874 + #, no-c-format + msgid "R&emove All" + msgstr "すべて削除(&E)" + + #. i18n: file ./plugins/search/searchpref.ui line 282 +-#: rc.cpp:1937 ++#: rc.cpp:1877 + #, no-c-format + msgid "Add Defau<" + msgstr "標準エンジンを追加(&L)" + + # ACCELERATOR added by translator + #. i18n: file ./plugins/search/searchpref.ui line 290 +-#: rc.cpp:1940 ++#: rc.cpp:1880 + #, no-c-format + msgid "Update From Internet" + msgstr "インターネットから更新(&U)" + + #. i18n: file ./plugins/search/searchbar.ui line 53 + #: plugins/search/searchplugin.cpp:50 plugins/search/searchtab.cpp:48 +-#: rc.cpp:1946 ++#: rc.cpp:1883 + #, no-c-format + msgid "Search" + msgstr "検索" + + #. i18n: file ./plugins/search/searchbar.ui line 78 +-#: rc.cpp:1949 ++#: rc.cpp:1886 + #, no-c-format + msgid "Search engine:" + msgstr "検索エンジン:" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 10 +-#: rc.cpp:1952 ++#: rc.cpp:1889 + #, no-c-format + msgid "Current search engine" + msgstr "現在の検索エンジン" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 19 +-#: rc.cpp:1958 ++#: rc.cpp:1895 + #, no-c-format + msgid "Use custom browser" + msgstr "使用するブラウザを指定する" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 23 +-#: rc.cpp:1961 ++#: rc.cpp:1898 + #, no-c-format + msgid "Custom browser executable path" + msgstr "使用するブラウザの実行ファイルへのパス" +@@ -4042,33 +4042,33 @@ msgstr "データをチェック" + msgid "Stopped. No space left on device." + msgstr "停止しました。デバイスに容量が残っていません。" + +-#: libktorrent/torrent/queuemanager.cpp:135 ++#: libktorrent/torrent/queuemanager.cpp:136 + msgid "" + "You don't have enough disk space to download this torrent. Are you sure you " + "want to continue?" + msgstr "この torrent をダウンロードするために必要なディスク容量がありません。本当に続けますか?" + +-#: libktorrent/torrent/queuemanager.cpp:135 ++#: libktorrent/torrent/queuemanager.cpp:136 + #, c-format + msgid "Insufficient disk space for %1" + msgstr "%1 に必要なディスク容量がありません" + +-#: libktorrent/torrent/queuemanager.cpp:157 ++#: libktorrent/torrent/queuemanager.cpp:158 + msgid "" + "Torrent \"%1\" has reached its maximum share ratio. Ignore the limit and start " + "seeding anyway?" + msgstr "torrent \"%1\" は最大共有比率に達しました。制限を無視してシードを開始しますか?" + +-#: libktorrent/torrent/queuemanager.cpp:157 ++#: libktorrent/torrent/queuemanager.cpp:158 + msgid "Maximum share ratio limit reached." + msgstr "最大共有比率に達しました。" + +-#: libktorrent/torrent/queuemanager.cpp:236 +-#: libktorrent/torrent/queuemanager.cpp:760 ++#: libktorrent/torrent/queuemanager.cpp:237 ++#: libktorrent/torrent/queuemanager.cpp:763 + msgid "Error stopping torrent %1 : %2" + msgstr "torrent %1 の停止エラー: %2" + +-#: libktorrent/torrent/queuemanager.cpp:742 ++#: libktorrent/torrent/queuemanager.cpp:745 + msgid "Error starting torrent %1 : %2" + msgstr "torrent %1 の開始エラー: %2" + +diff --git a/translations/ka/messages/ktorrent.po b/translations/ka/messages/ktorrent.po +index 41edb5a..6558d40 100644 +--- a/translations/ka/messages/ktorrent.po ++++ b/translations/ka/messages/ktorrent.po +@@ -6,7 +6,7 @@ + msgid "" + msgstr "" + "Project-Id-Version: ktorrent\n" +-"POT-Creation-Date: 2008-04-18 19:40+0200\n" ++"POT-Creation-Date: 2008-07-08 22:20+0200\n" + "PO-Revision-Date: 2006-03-28 01:25+0400\n" + "Last-Translator: Giasher \n" + "Language-Team: \n" +@@ -20,7 +20,7 @@ msgid "No incoming connections (possibly firewalled)" + msgstr "" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 42 +-#: apps/ktorrent/ktorrent.cpp:184 rc.cpp:345 rc.cpp:383 rc.cpp:1019 ++#: apps/ktorrent/ktorrent.cpp:184 rc.cpp:336 rc.cpp:369 rc.cpp:989 + #, no-c-format + msgid "Info" + msgstr "ინფორმაცია" +@@ -197,7 +197,7 @@ msgstr "უვარგისი URL." + #. i18n: file ./apps/ktorrent/ktorrentui.rc line 9 + #: apps/ktorrent/groups/downloadgroup.cpp:27 + #: apps/ktorrent/groups/groupmanager.h:57 apps/ktorrent/pref.cpp:147 +-#: apps/ktorrent/viewmanager.cpp:62 rc.cpp:138 rc.cpp:342 ++#: apps/ktorrent/viewmanager.cpp:62 rc.cpp:132 rc.cpp:333 + #, no-c-format + msgid "Downloads" + msgstr "ჩამოქაჩვები" +@@ -320,7 +320,7 @@ msgid "Document to open" + msgstr "გასახსნელი დოკუმენტი" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 59 +-#: apps/ktorrent/main.cpp:120 rc.cpp:553 ++#: apps/ktorrent/main.cpp:120 rc.cpp:532 + #, no-c-format + msgid "KTorrent" + msgstr "KTorrent" +@@ -606,7 +606,7 @@ msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 85 + #: apps/ktorrent/ktorrentviewmenu.cpp:66 plugins/infowidget/peerview.cpp:221 +-#: rc.cpp:77 rc.cpp:1256 rc.cpp:1307 ++#: rc.cpp:75 rc.cpp:1208 rc.cpp:1259 + #, no-c-format + msgid "DHT" + msgstr "" +@@ -653,7 +653,7 @@ msgid "Add to Group" + msgstr "სხვა IP" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 16 +-#: apps/ktorrent/ktorrentviewmenu.cpp:100 rc.cpp:147 ++#: apps/ktorrent/ktorrentviewmenu.cpp:100 rc.cpp:141 + #, no-c-format + msgid "Speed Limits" + msgstr "" +@@ -672,7 +672,7 @@ msgid "Malformed IP address." + msgstr "უვარგისი URL." + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 311 +-#: apps/ktorrent/pref.cpp:58 rc.cpp:282 ++#: apps/ktorrent/pref.cpp:58 rc.cpp:273 + #, no-c-format + msgid "Preferences" + msgstr "პარამეტრები" +@@ -709,7 +709,7 @@ msgid "Advanced" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 27 +-#: apps/ktorrent/pref.cpp:411 rc.cpp:540 ++#: apps/ktorrent/pref.cpp:411 rc.cpp:519 + #, fuzzy, no-c-format + msgid "Advanced Options" + msgstr "ფაილის პარამეტრები" +@@ -720,7 +720,7 @@ msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 16 + #: apps/ktorrent/ktorrentview.cpp:135 +-#: plugins/infowidget/infowidgetplugin.cpp:76 rc.cpp:1016 ++#: plugins/infowidget/infowidgetplugin.cpp:76 rc.cpp:986 + #, no-c-format + msgid "Status" + msgstr "სტატუსი" +@@ -742,7 +742,7 @@ msgstr "ატვირთული" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 313 + #: apps/ktorrent/ktorrentview.cpp:139 plugins/infowidget/peerview.cpp:216 +-#: rc.cpp:1010 ++#: rc.cpp:980 + #, no-c-format + msgid "Down Speed" + msgstr "ქვემოთ სიჩქარე" +@@ -866,7 +866,7 @@ msgid "User" + msgstr "მომხმარებელი" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 24 +-#: apps/ktorrent/queuedialog.cpp:75 rc.cpp:249 ++#: apps/ktorrent/queuedialog.cpp:75 rc.cpp:240 + #, no-c-format + msgid "Queue Manager" + msgstr "როგის მმართველი" +@@ -1059,8 +1059,8 @@ msgid "Start torrent" + msgstr "ტორენტის &დამარცვლის დაწყება" + + #. i18n: file ./apps/ktorrent/fileselectdlgbase.ui line 160 +-#: plugins/infowidget/fileview.cpp:49 rc.cpp:27 rc.cpp:1244 rc.cpp:1259 +-#: rc.cpp:1349 rc.cpp:1439 ++#: plugins/infowidget/fileview.cpp:49 rc.cpp:27 rc.cpp:1196 rc.cpp:1211 ++#: rc.cpp:1301 rc.cpp:1385 + #, no-c-format + msgid "Download" + msgstr "ჩამოტვირთვა" +@@ -1114,13 +1114,13 @@ msgid "Encryption" + msgstr "აღწერა" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 58 +-#: rc.cpp:64 rc.cpp:787 ++#: rc.cpp:63 rc.cpp:764 + #, no-c-format + msgid "Use protocol encryption" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 64 +-#: rc.cpp:68 ++#: rc.cpp:66 + #, no-c-format + msgid "" + "Protocol encryption is used to prevent ISP's from slowing down bittorrent " +@@ -1128,20 +1128,20 @@ msgid "" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 72 +-#: rc.cpp:71 rc.cpp:790 ++#: rc.cpp:69 rc.cpp:767 + #, no-c-format + msgid "Allow unencrypted connections" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 75 +-#: rc.cpp:74 ++#: rc.cpp:72 + #, no-c-format + msgid "" + "If unchecked, you'll be able to connect only to clients supporting encryption." + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 88 +-#: rc.cpp:80 ++#: rc.cpp:78 + #, no-c-format + msgid "" + "Distributed Hash Table protocol." +@@ -1149,169 +1149,169 @@ msgid "" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 99 +-#: rc.cpp:83 ++#: rc.cpp:81 + #, no-c-format + msgid "&Use DHT to get additional peers" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 118 +-#: rc.cpp:87 ++#: rc.cpp:84 + #, no-c-format + msgid "UDP port for DHT communication:" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 161 +-#: rc.cpp:90 ++#: rc.cpp:87 + #, no-c-format + msgid "Custom IP" + msgstr "სხვა IP" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 172 +-#: rc.cpp:93 ++#: rc.cpp:90 + #, fuzzy, no-c-format + msgid "Se&nd the tracker a custom IP address or hostname" + msgstr "გაგზავნა IP ან" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 188 +-#: rc.cpp:96 ++#: rc.cpp:93 + #, fuzzy, no-c-format + msgid "Custom IP address or hostname:" + msgstr "სხვა IP ან ჰოსტის სახელი:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 205 +-#: rc.cpp:99 ++#: rc.cpp:96 + #, fuzzy, no-c-format + msgid "System Tray Icon" + msgstr "სისტემური &პანელის ხატულის ჩვენება" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 216 +-#: rc.cpp:102 ++#: rc.cpp:99 + #, no-c-format + msgid "Show s&ystem tray icon" + msgstr "სისტემური &პანელის ხატულის ჩვენება" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 224 +-#: rc.cpp:105 ++#: rc.cpp:102 + #, fuzzy, no-c-format + msgid "Show speed &bar in tray icon" + msgstr "სისტემური &პანელის ხატულის ჩვენება" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 232 +-#: rc.cpp:108 ++#: rc.cpp:105 + #, fuzzy, no-c-format + msgid "Show system tray popup messages" + msgstr "სისტემური &პანელის ხატულის ჩვენება" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 251 +-#: rc.cpp:112 ++#: rc.cpp:108 + #, no-c-format + msgid "Upload bandwidth (in KB/sec):" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 276 +-#: rc.cpp:115 ++#: rc.cpp:111 + #, no-c-format + msgid "Download bandwidth (in KB/sec):" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 305 +-#: rc.cpp:118 ++#: rc.cpp:114 + #, fuzzy, no-c-format + msgid "Folders" + msgstr "ფა&ილები" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 324 +-#: rc.cpp:121 ++#: rc.cpp:117 + #, no-c-format + msgid "Folder to store temporary files:" + msgstr "საქაღალდე დროებითი ფაილებისთვის:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 342 +-#: rc.cpp:124 ++#: rc.cpp:120 + #, fuzzy, no-c-format + msgid "Move completed downloads to:" + msgstr "ჩამოტვირთვა" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 353 +-#: rc.cpp:128 ++#: rc.cpp:123 + #, no-c-format + msgid "&Automatically save downloads to:" + msgstr "ჩამოქაჩვების &ავრომატურად აქ შენახვა:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 395 +-#: rc.cpp:131 ++#: rc.cpp:126 + #, fuzzy, no-c-format + msgid "Copy .torrent files to:" + msgstr "torrent ფაილები" + + #. i18n: file ./apps/ktorrent/ktorrentui.rc line 34 +-#: rc.cpp:144 ++#: rc.cpp:138 + #, no-c-format + msgid "Download Toolbar" + msgstr "ჩამოტვირთვის ხელსაწყოთა პანელი" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 27 +-#: rc.cpp:150 ++#: rc.cpp:144 + #, fuzzy, no-c-format + msgid "Set the speed limits for torrent" + msgstr "ტორენტის &დამარცვლის დაწყება" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 51 +-#: rc.cpp:153 ++#: rc.cpp:147 + #, fuzzy, no-c-format + msgid "Max upload rate:" + msgstr "მაქსიმალური აქაჩვის დონე:" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 59 +-#: rc.cpp:156 ++#: rc.cpp:150 + #, fuzzy, no-c-format + msgid "Max download rate:" + msgstr "მაქსიმალური ჩამოქაჩვის დონე:" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 97 +-#: rc.cpp:159 rc.cpp:162 ++#: rc.cpp:153 rc.cpp:156 + #, fuzzy, no-c-format + msgid "KB/s (0 is no limit)" + msgstr "კბ/წმ (0 = შეზღუდვის გარეშე)" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 16 +-#: rc.cpp:171 ++#: rc.cpp:165 + #, no-c-format + msgid "Add potential peer" + msgstr "" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 35 +-#: rc.cpp:174 ++#: rc.cpp:168 + #, no-c-format + msgid "Peer IP:" + msgstr "" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 43 +-#: rc.cpp:177 rc.cpp:208 ++#: rc.cpp:171 rc.cpp:201 + #, no-c-format + msgid "127.0.0.1" + msgstr "" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 51 +-#: rc.cpp:180 rc.cpp:288 rc.cpp:525 rc.cpp:931 ++#: rc.cpp:174 rc.cpp:279 rc.cpp:504 rc.cpp:908 + #, no-c-format + msgid "Port:" + msgstr "პორტი:" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 100 +-#: rc.cpp:183 ++#: rc.cpp:177 + #, no-c-format + msgid "Enter peer IP and port." + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 16 +-#: rc.cpp:193 ++#: rc.cpp:186 + #, fuzzy, no-c-format + msgid "KTorrent Blacklist" + msgstr "Torrent ფაილები" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 30 +-#: rc.cpp:196 ++#: rc.cpp:189 + #, no-c-format + msgid "" + "Note: Blacklist applies to current session only. Use save/open to save your " +@@ -1319,187 +1319,187 @@ msgid "" + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 41 +-#: rc.cpp:199 ++#: rc.cpp:192 + #, no-c-format + msgid "Banned Peers" + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 50 +-#: rc.cpp:202 ++#: rc.cpp:195 + #, no-c-format + msgid "Peer IP address" + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 96 +-#: rc.cpp:205 ++#: rc.cpp:198 + #, no-c-format + msgid "Add peer:" + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 134 +-#: rc.cpp:215 ++#: rc.cpp:207 + #, no-c-format + msgid "Adds a peer to blacklist" + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 168 +-#: rc.cpp:222 ++#: rc.cpp:213 + #, no-c-format + msgid "Removes selected peer from blacklist" + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 176 +-#: rc.cpp:225 ++#: rc.cpp:216 + #, no-c-format + msgid "C&lear" + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 182 +-#: rc.cpp:228 ++#: rc.cpp:219 + #, no-c-format + msgid "Clears this list" + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 218 +-#: rc.cpp:234 ++#: rc.cpp:225 + #, no-c-format + msgid "Save &As..." + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 224 +-#: rc.cpp:237 ++#: rc.cpp:228 + #, no-c-format + msgid "Save this blacklist to use with KTorrent IPFilter plugin" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 59 +-#: rc.cpp:252 ++#: rc.cpp:243 + #, no-c-format + msgid "Maximum downloads:" + msgstr "მაქსიმალური ჩამოქაჩვები:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 86 +-#: rc.cpp:255 ++#: rc.cpp:246 + #, no-c-format + msgid "Maximum seeds:" + msgstr "მაქსიმალური მარცვლები:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 94 +-#: rc.cpp:258 ++#: rc.cpp:249 + #, no-c-format + msgid "Start download on low disk space :" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 102 +-#: rc.cpp:261 ++#: rc.cpp:252 + #, no-c-format + msgid "Minimum disk space:" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 140 +-#: rc.cpp:264 ++#: rc.cpp:255 + #, fuzzy, no-c-format + msgid "Don't start" + msgstr "არაა დაწყებული" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 145 +-#: rc.cpp:267 ++#: rc.cpp:258 + #, no-c-format + msgid "Always ask" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 150 +-#: rc.cpp:270 ++#: rc.cpp:261 + #, fuzzy, no-c-format + msgid "Force start" + msgstr "არაა დაწყებული" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 208 +-#: rc.cpp:273 ++#: rc.cpp:264 + #, no-c-format + msgid "MB" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 236 +-#: rc.cpp:276 rc.cpp:279 rc.cpp:312 rc.cpp:315 rc.cpp:324 ++#: rc.cpp:267 rc.cpp:270 rc.cpp:303 rc.cpp:306 rc.cpp:315 + #, no-c-format + msgid "(0 is no limit)" + msgstr "(0 = შეზღუდვის გარეშე)" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 330 +-#: rc.cpp:285 ++#: rc.cpp:276 + #, no-c-format + msgid "Maximum download rate:" + msgstr "მაქსიმალური ჩამოქაჩვის დონე:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 346 +-#: rc.cpp:291 ++#: rc.cpp:282 + #, no-c-format + msgid "Global connection limit:" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 354 +-#: rc.cpp:294 ++#: rc.cpp:285 + #, fuzzy, no-c-format + msgid "Max seed time:" + msgstr "საზიარო სკალა:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 370 +-#: rc.cpp:297 ++#: rc.cpp:288 + #, fuzzy, no-c-format + msgid "Maximum connections per torrent:" + msgstr "მაქსიმალური კავშირები ჩამოქაჩვისას:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 397 +-#: rc.cpp:300 ++#: rc.cpp:291 + #, no-c-format + msgid "Number of upload slots:" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 405 +-#: rc.cpp:303 ++#: rc.cpp:294 + #, no-c-format + msgid "UDP tracker port:" + msgstr "UDP პორტი:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 413 +-#: rc.cpp:306 ++#: rc.cpp:297 + #, fuzzy, no-c-format + msgid "Max share ratio:" + msgstr "საზიარო სკალა:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 421 +-#: rc.cpp:309 ++#: rc.cpp:300 + #, no-c-format + msgid "Maximum upload rate:" + msgstr "მაქსიმალური აქაჩვის დონე:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 576 +-#: rc.cpp:318 rc.cpp:321 ++#: rc.cpp:309 rc.cpp:312 + #, no-c-format + msgid "KB/sec (0 is no limit)" + msgstr "კბ/წმ (0 = შეზღუდვის გარეშე)" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 651 +-#: rc.cpp:327 ++#: rc.cpp:318 + #, fuzzy, no-c-format + msgid "Hours (0 is no limit)" + msgstr "(0 = შეზღუდვის გარეშე)" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 663 +-#: rc.cpp:330 ++#: rc.cpp:321 + #, no-c-format + msgid "&Keep seeding after download is finished" + msgstr "&ჩამოქაჩვის დასრულების შემდეგ მარცვლების დატოვება" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 674 +-#: rc.cpp:333 ++#: rc.cpp:324 + #, no-c-format + msgid "Attention" + msgstr "ყურადღება" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 685 +-#: rc.cpp:336 ++#: rc.cpp:327 + #, fuzzy, no-c-format + msgid "" + "The above ports must also be forwarded if you are behind a router. The UPnP " +@@ -1509,283 +1509,283 @@ msgstr "" + "მოდილს შეუძლია ამის გაკეთება." + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 16 +-#: rc.cpp:339 ++#: rc.cpp:330 + #, no-c-format + msgid "KT Queue Dialog" + msgstr "KT რიგის დიალოგი" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 69 +-#: rc.cpp:348 rc.cpp:386 rc.cpp:1107 ++#: rc.cpp:339 rc.cpp:372 rc.cpp:1067 + #, no-c-format + msgid "Status:" + msgstr "მდგომარეობა:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 85 +-#: rc.cpp:351 rc.cpp:389 rc.cpp:1808 ++#: rc.cpp:342 rc.cpp:375 rc.cpp:1751 + #, no-c-format + msgid "Tracker:" + msgstr "" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 93 +-#: rc.cpp:354 rc.cpp:392 rc.cpp:1805 ++#: rc.cpp:345 rc.cpp:378 rc.cpp:1748 + #, no-c-format + msgid "DHT:" + msgstr "" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 109 +-#: rc.cpp:357 rc.cpp:395 rc.cpp:1061 ++#: rc.cpp:348 rc.cpp:381 rc.cpp:1025 + #, no-c-format + msgid "Share ratio:" + msgstr "საზიარო სკალა:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 117 +-#: rc.cpp:360 ++#: rc.cpp:351 + #, no-c-format + msgid "Bytes left:" + msgstr "" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 177 +-#: rc.cpp:368 rc.cpp:377 ++#: rc.cpp:354 rc.cpp:363 + #, no-c-format + msgid "Torrent" + msgstr "Torrent" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 188 +-#: rc.cpp:371 rc.cpp:380 ++#: rc.cpp:357 rc.cpp:366 + #, no-c-format + msgid "Controlled by" + msgstr "კონტროლირებადია" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 214 +-#: rc.cpp:374 ++#: rc.cpp:360 + #, fuzzy, no-c-format + msgid "Upload&s" + msgstr "ატვირთული" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 333 +-#: rc.cpp:398 ++#: rc.cpp:384 + #, fuzzy, no-c-format + msgid "Uploaded:" + msgstr "ატვირთული" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 486 +-#: rc.cpp:406 ++#: rc.cpp:387 + #, fuzzy, no-c-format + msgid "M&ove up" + msgstr "&ზემოთ აწევა" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 494 +-#: rc.cpp:409 ++#: rc.cpp:390 + #, no-c-format + msgid "Move dow&n" + msgstr "&ქვემოთ ჩაწევა" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 519 +-#: rc.cpp:412 ++#: rc.cpp:393 + #, fuzzy, no-c-format + msgid "Move to top" + msgstr "&ზემოთ აწევა" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 530 +-#: rc.cpp:416 ++#: rc.cpp:396 + #, no-c-format + msgid "Move to &bottom" + msgstr "" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 555 +-#: rc.cpp:419 ++#: rc.cpp:399 + #, fuzzy, no-c-format + msgid "&QM Controlled" + msgstr "&QM კონტროლირებადია" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 563 +-#: rc.cpp:422 ++#: rc.cpp:402 + #, fuzzy, no-c-format + msgid "&User Controlled" + msgstr "&მომხმარებელი კონტროლირებადია" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 30 +-#: rc.cpp:434 ++#: rc.cpp:414 + #, no-c-format + msgid "Paste URL" + msgstr "URL-ს ჩასმა" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 52 +-#: rc.cpp:437 rc.cpp:1104 rc.cpp:1919 ++#: rc.cpp:417 rc.cpp:1064 rc.cpp:1859 + #, no-c-format + msgid "URL:" + msgstr "URL:" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 106 +-#: rc.cpp:440 ++#: rc.cpp:420 + #, no-c-format + msgid "O&K" + msgstr "O&K" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 114 +-#: rc.cpp:443 rc.cpp:675 rc.cpp:1176 ++#: rc.cpp:423 rc.cpp:653 rc.cpp:1128 + #, no-c-format + msgid "C&ancel" + msgstr "გა&უქმება" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 16 +-#: rc.cpp:446 ++#: rc.cpp:426 + #, no-c-format + msgid "Create Torrent" + msgstr "Torrent შექმნა" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 38 +-#: rc.cpp:449 ++#: rc.cpp:429 + #, no-c-format + msgid "The file or folder of which you want to create a torrent:" + msgstr "საქაღალდე ან ფაილი, რომლისგანაც გსურთ ტორენტის შექმნა:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 53 +-#: rc.cpp:452 ++#: rc.cpp:432 + #, fuzzy, no-c-format + msgid "You must add at least one tracker or node." + msgstr "თქვენ ერთი ძაფი მაინც უნდა დაამატოთ." + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 61 +-#: rc.cpp:455 ++#: rc.cpp:435 + #, no-c-format + msgid "File Options" + msgstr "ფაილის პარამეტრები" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 80 +-#: rc.cpp:458 ++#: rc.cpp:438 + #, no-c-format + msgid "Size of each chunk:" + msgstr "ჯაჭვის ყოველი ნაკვეთის ზომა:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 86 +-#: rc.cpp:461 ++#: rc.cpp:441 + #, no-c-format + msgid "32" + msgstr "32" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 91 +-#: rc.cpp:464 ++#: rc.cpp:444 + #, no-c-format + msgid "64" + msgstr "64" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 96 +-#: rc.cpp:467 ++#: rc.cpp:447 + #, no-c-format + msgid "128" + msgstr "128" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 101 +-#: rc.cpp:470 ++#: rc.cpp:450 + #, no-c-format + msgid "256" + msgstr "256" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 106 +-#: rc.cpp:473 ++#: rc.cpp:453 + #, no-c-format + msgid "512" + msgstr "512" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 111 +-#: rc.cpp:476 ++#: rc.cpp:456 + #, no-c-format + msgid "1024" + msgstr "1024" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 116 +-#: rc.cpp:479 ++#: rc.cpp:459 + #, no-c-format + msgid "2048" + msgstr "" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 121 +-#: rc.cpp:482 ++#: rc.cpp:462 + #, no-c-format + msgid "4096" + msgstr "" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 126 +-#: rc.cpp:485 ++#: rc.cpp:465 + #, no-c-format + msgid "8192" + msgstr "" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 138 +-#: rc.cpp:488 rc.cpp:633 ++#: rc.cpp:468 rc.cpp:611 + #, no-c-format + msgid "KB" + msgstr "კბ" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 165 +-#: rc.cpp:491 ++#: rc.cpp:471 + #, no-c-format + msgid "Start seedin&g the torrent" + msgstr "ტორენტის &დამარცვლის დაწყება" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 176 +-#: rc.cpp:494 ++#: rc.cpp:474 + #, no-c-format + msgid "Decentrali&zed (DHT only)" + msgstr "" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 184 +-#: rc.cpp:497 ++#: rc.cpp:477 + #, no-c-format + msgid "Private torrent (DHT not allowed)" + msgstr "" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 202 +-#: rc.cpp:500 ++#: rc.cpp:480 + #, no-c-format + msgid "Comments:" + msgstr "კომენტარები:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 248 +-#: rc.cpp:503 ++#: rc.cpp:483 + #, fuzzy, no-c-format + msgid "&Create" + msgstr "შე&ქმნა" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 262 +-#: rc.cpp:506 rc.cpp:1325 ++#: rc.cpp:486 rc.cpp:1277 + #, no-c-format + msgid "Ca&ncel" + msgstr "გა&უქმება" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 275 +-#: plugins/infowidget/infowidgetplugin.cpp:214 rc.cpp:509 rc.cpp:1101 ++#: plugins/infowidget/infowidgetplugin.cpp:214 rc.cpp:489 rc.cpp:1061 + #, no-c-format + msgid "Trackers" + msgstr "" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 283 +-#: rc.cpp:512 ++#: rc.cpp:492 + #, no-c-format + msgid "DHT nodes" + msgstr "" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 333 +-#: rc.cpp:522 ++#: rc.cpp:501 + #, fuzzy, no-c-format + msgid "Node:" + msgstr "სახელი:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 385 +-#: rc.cpp:528 ++#: rc.cpp:507 + #, fuzzy, no-c-format + msgid "IP or hostname" + msgstr "სხვა IP ან ჰოსტის სახელი:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 396 +-#: rc.cpp:531 rc.cpp:718 rc.cpp:721 ++#: rc.cpp:510 rc.cpp:695 rc.cpp:698 + #, no-c-format + msgid "Port" + msgstr "პორტი" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 437 +-#: rc.cpp:534 ++#: rc.cpp:513 + #, no-c-format + msgid "" + "NOTE: Some known good DHT nodes are already inserted. You should probably " +@@ -1793,19 +1793,19 @@ msgid "" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 16 +-#: rc.cpp:537 ++#: rc.cpp:516 + #, fuzzy, no-c-format + msgid "Advanced Preferences" + msgstr "ძიების პარამეტრები" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 46 +-#: rc.cpp:543 ++#: rc.cpp:522 + #, no-c-format + msgid "Time left estimation algorithm:" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 53 +-#: rc.cpp:546 rc.cpp:568 ++#: rc.cpp:525 rc.cpp:547 + #, no-c-format + msgid "" + "KTorrent algorithm: Default algorithm using combination of other " +@@ -1821,427 +1821,427 @@ msgid "" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 64 +-#: rc.cpp:556 ++#: rc.cpp:535 + #, fuzzy, no-c-format + msgid "Current speed" + msgstr "მიმდინარე საძიებო სისტემა" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 69 +-#: rc.cpp:559 ++#: rc.cpp:538 + #, no-c-format + msgid "Global average speed" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 74 +-#: rc.cpp:562 ++#: rc.cpp:541 + #, no-c-format + msgid "Window of X" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 79 +-#: rc.cpp:565 ++#: rc.cpp:544 + #, no-c-format + msgid "Moving average" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 98 +-#: rc.cpp:575 ++#: rc.cpp:554 + #, no-c-format + msgid "(takes effect after restart)" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 125 +-#: rc.cpp:578 ++#: rc.cpp:557 + #, no-c-format + msgid "Disa&ble diskspace preallocation" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 141 +-#: rc.cpp:581 ++#: rc.cpp:560 + #, no-c-format + msgid "F&ully preallocate diskspace (avoids fragmentation)" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 147 +-#: rc.cpp:584 ++#: rc.cpp:563 + #, no-c-format + msgid "Basic (slow)" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 152 +-#: rc.cpp:587 ++#: rc.cpp:566 + #, no-c-format + msgid "Filesystem specific" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 174 +-#: rc.cpp:590 ++#: rc.cpp:569 + #, fuzzy, no-c-format + msgid "Performance" + msgstr "პარამეტრები" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 193 +-#: rc.cpp:593 ++#: rc.cpp:572 + #, no-c-format + msgid "Memory usage:" + msgstr "მეხსიერების გამოყენება:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 199 +-#: rc.cpp:596 ++#: rc.cpp:575 + #, no-c-format + msgid "Low" + msgstr "დაბალი" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 204 +-#: rc.cpp:599 ++#: rc.cpp:578 + #, no-c-format + msgid "Medium" + msgstr "საშუალო" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 209 +-#: rc.cpp:602 ++#: rc.cpp:581 + #, no-c-format + msgid "High" + msgstr "მაღალი" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 248 +-#: rc.cpp:605 ++#: rc.cpp:584 + #, no-c-format + msgid "GUI update interval:" + msgstr "GUI განახლების ინტერვალი:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 254 +-#: rc.cpp:608 ++#: rc.cpp:587 + #, no-c-format + msgid "500ms" + msgstr "500მწ" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 259 +-#: rc.cpp:611 ++#: rc.cpp:590 + #, no-c-format + msgid "1s" + msgstr "1წ" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 264 +-#: rc.cpp:614 ++#: rc.cpp:593 + #, no-c-format + msgid "2s" + msgstr "2წ" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 269 +-#: rc.cpp:617 ++#: rc.cpp:596 + #, no-c-format + msgid "5s" + msgstr "5წ" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 308 +-#: rc.cpp:620 ++#: rc.cpp:599 + #, no-c-format + msgid "Fast CPU" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 342 +-#: rc.cpp:624 ++#: rc.cpp:602 + #, no-c-format + msgid "Slow CPU" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 354 +-#: rc.cpp:627 ++#: rc.cpp:605 + #, no-c-format + msgid "Data Checking" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 373 +-#: rc.cpp:630 ++#: rc.cpp:608 + #, no-c-format + msgid "During uploading, do ¬ recheck chunks bigger than" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 430 +-#: rc.cpp:636 ++#: rc.cpp:614 + #, no-c-format + msgid "Do a data integrit&y check after" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 449 +-#: rc.cpp:639 ++#: rc.cpp:617 + #, no-c-format + msgid "corrupted chunks" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 478 +-#: rc.cpp:642 ++#: rc.cpp:620 + #, no-c-format + msgid "Networking" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 505 +-#: rc.cpp:645 ++#: rc.cpp:623 + #, fuzzy, no-c-format + msgid "Maximum number of connection setups:" + msgstr "ჩამოქაჩვისას კავშირთა მაქსიმალური რაოდენობა (0 = შეზღუდვის გარეშე)" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 527 +-#: rc.cpp:648 ++#: rc.cpp:626 + #, no-c-format + msgid "DSCP for IP packets:" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 570 +-#: rc.cpp:651 ++#: rc.cpp:629 + #, no-c-format + msgid "Do not use the KDE pro&xy settings for HTTP tracker connections" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 586 +-#: rc.cpp:654 ++#: rc.cpp:632 + #, fuzzy, no-c-format + msgid "HTTP tracker proxy:" + msgstr "UDP პორტი:" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 24 +-#: rc.cpp:657 ++#: rc.cpp:635 + #, no-c-format + msgid "Scanning data" + msgstr "" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 38 +-#: rc.cpp:660 ++#: rc.cpp:638 + #, no-c-format + msgid "Scanning data of torrent :" + msgstr "" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 62 +-#: rc.cpp:663 ++#: rc.cpp:641 + #, no-c-format + msgid "Number of chunks found :" + msgstr "" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 70 +-#: rc.cpp:666 ++#: rc.cpp:644 + #, no-c-format + msgid "Number of chunks failed / not downloaded :" + msgstr "" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 97 +-#: rc.cpp:669 rc.cpp:672 ++#: rc.cpp:647 rc.cpp:650 + #, no-c-format + msgid "0" + msgstr "" + + #. i18n: file ./apps/ktupnptest/mainwidget.ui line 54 +-#: rc.cpp:678 ++#: rc.cpp:656 + #, no-c-format + msgid "Test" + msgstr "" + + #. i18n: file ./libktorrent/labelviewitembase.ui line 49 +-#: rc.cpp:685 ++#: rc.cpp:662 + #, no-c-format + msgid "textLabel2" + msgstr "" + + #. i18n: file ./libktorrent/labelviewitembase.ui line 65 +-#: rc.cpp:688 ++#: rc.cpp:665 + #, no-c-format + msgid "textLabel3" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 10 +-#: rc.cpp:691 ++#: rc.cpp:668 + #, no-c-format + msgid "Maximum number of downloads (0 = no limit)" + msgstr "ჩამოქაჩვათა მაქსიმალური რაოდენობა (0 = შეზღუდვის გარეშე)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 15 +-#: rc.cpp:694 ++#: rc.cpp:671 + #, no-c-format + msgid "Maximum number of seeds (0 = no limit)" + msgstr "მარცვლების მაქსიმალური რაოდენობა (0 = შეზღუდვის გარეშე)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 20 +-#: rc.cpp:697 ++#: rc.cpp:674 + #, no-c-format + msgid "Start downloads on low disk space?" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 24 +-#: rc.cpp:700 ++#: rc.cpp:677 + #, fuzzy, no-c-format + msgid "Maximum number of connections per torrent (0 = no limit)" + msgstr "ჩამოქაჩვისას კავშირთა მაქსიმალური რაოდენობა (0 = შეზღუდვის გარეშე)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 29 +-#: rc.cpp:703 ++#: rc.cpp:680 + #, fuzzy, no-c-format + msgid "Maximum number of connections for all torrents (0 = no limit) " + msgstr "ჩამოქაჩვისას კავშირთა მაქსიმალური რაოდენობა (0 = შეზღუდვის გარეშე)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 34 +-#: rc.cpp:706 ++#: rc.cpp:683 + #, no-c-format + msgid "Maximum upload speed in KB/sec (0 = no limit)" + msgstr "აქაჩვის მაქსიმალური სიჩქარე ბბ/წმ-ში (0 = შეზღუდვის გარეშე)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 39 +-#: rc.cpp:709 ++#: rc.cpp:686 + #, no-c-format + msgid "Maximum download speed in KB/sec (0 = no limit)" + msgstr "ჩამოაქაჩვის მაქსიმალური სიჩქარე ბბ/წმ-ში (0 = შეზღუდვის გარეშე)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 44 +-#: rc.cpp:712 ++#: rc.cpp:689 + #, fuzzy, no-c-format + msgid "Maximum share ratio(0 = no limit)" + msgstr "მარცვლების მაქსიმალური რაოდენობა (0 = შეზღუდვის გარეშე)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 49 +-#: rc.cpp:715 ++#: rc.cpp:692 + #, fuzzy, no-c-format + msgid "Maximum seed time in hours (0 = no limit)" + msgstr "მარცვლების მაქსიმალური რაოდენობა (0 = შეზღუდვის გარეშე)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 66 +-#: rc.cpp:724 ++#: rc.cpp:701 + #, no-c-format + msgid "Show a system tray icon" + msgstr "სისტემური პანელის ხატულის ჩვენება" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 70 +-#: rc.cpp:727 ++#: rc.cpp:704 + #, fuzzy, no-c-format + msgid "Show speed bar in tray icon" + msgstr "სისტემური &პანელის ხატულის ჩვენება" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 74 +-#: rc.cpp:730 ++#: rc.cpp:707 + #, no-c-format + msgid "Download bandwidth (in kb/s):" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 80 +-#: rc.cpp:733 ++#: rc.cpp:710 + #, no-c-format + msgid "Upload bandwidth (in kb/s):" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 86 +-#: rc.cpp:736 ++#: rc.cpp:713 + #, no-c-format + msgid "Show popup messages when torrent is finished." + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 90 +-#: rc.cpp:739 ++#: rc.cpp:716 + #, no-c-format + msgid "Keep seeding after download has finished" + msgstr "ჩამოქაჩვის დასრულების შემდეგ მარცვლების დატოვება" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 94 +-#: rc.cpp:742 ++#: rc.cpp:719 + #, no-c-format + msgid "Folder to store temporary files" + msgstr "დროებითი ფაილების შესანახი საქაღალდე" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 98 +-#: rc.cpp:745 ++#: rc.cpp:722 + #, fuzzy, no-c-format + msgid "Whether to automatically save downloads to saveDir" + msgstr "ჩამოქაჩვების &ავრომატურად აქ შენახვა:" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 102 +-#: rc.cpp:748 ++#: rc.cpp:725 + #, no-c-format + msgid "Folder to store downloaded files" + msgstr "ჩამოქაჩული ფაილების შესანახი საქაღალდე" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 106 +-#: rc.cpp:751 ++#: rc.cpp:728 + #, fuzzy, no-c-format + msgid "Whether to automatically move completed downloads to completedDir" + msgstr "ჩამოქაჩვების &ავრომატურად აქ შენახვა:" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 110 +-#: rc.cpp:754 ++#: rc.cpp:731 + #, fuzzy, no-c-format + msgid "Folder to move completed downloaded files to" + msgstr "ჩამოქაჩული ფაილების შესანახი საქაღალდე" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 114 +-#: rc.cpp:757 ++#: rc.cpp:734 + #, fuzzy, no-c-format + msgid "Whether to automatically copy .torrent files to torrentCopyDir" + msgstr "ჩამოქაჩვების &ავრომატურად აქ შენახვა:" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 118 +-#: rc.cpp:760 ++#: rc.cpp:737 + #, fuzzy, no-c-format + msgid "Folder to copy .torrent files to" + msgstr "დროებითი ფაილების შესანახი საქაღალდე" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 122 +-#: rc.cpp:763 ++#: rc.cpp:740 + #, fuzzy, no-c-format + msgid "Whether to use a custom IP to pass to the tracker" + msgstr "IP -სკენ -სკენ" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 126 +-#: rc.cpp:766 ++#: rc.cpp:743 + #, no-c-format + msgid "Directory which was used as the last save directory" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 130 +-#: rc.cpp:769 ++#: rc.cpp:746 + #, no-c-format + msgid "IP to pass to the tracker" + msgstr "IP -სკენ -სკენ" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 134 +-#: rc.cpp:772 ++#: rc.cpp:749 + #, no-c-format + msgid "Memory usage" + msgstr "მეხსიერების გამოყენება" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 138 +-#: rc.cpp:775 ++#: rc.cpp:752 + #, no-c-format + msgid "GUI update interval" + msgstr "GUI-ს განახლების ინტერვალი" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 142 +-#: rc.cpp:778 ++#: rc.cpp:755 + #, no-c-format + msgid "Support for DHT" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 146 +-#: rc.cpp:781 ++#: rc.cpp:758 + #, no-c-format + msgid "DHT port" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 152 +-#: rc.cpp:784 ++#: rc.cpp:761 + #, no-c-format + msgid "Number of upload slots" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 196 +-#: rc.cpp:793 ++#: rc.cpp:770 + #, no-c-format + msgid "Columns shown in KTorrentView" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 205 +-#: rc.cpp:796 ++#: rc.cpp:773 + #, no-c-format + msgid "ET algorithm" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 227 +-#: rc.cpp:799 ++#: rc.cpp:776 + #, no-c-format + msgid "" + "When there's no space left to complete download and free diskspace is less than " +@@ -2249,602 +2249,602 @@ msgid "" + msgstr "" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 16 +-#: rc.cpp:802 ++#: rc.cpp:779 + #, no-c-format + msgid "Plugin Manager" + msgstr "მოდულთა მმართველი" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 48 +-#: rc.cpp:805 ++#: rc.cpp:782 + #, no-c-format + msgid "Load" + msgstr "ჩატვირთვა" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 56 +-#: rc.cpp:808 ++#: rc.cpp:785 + #, no-c-format + msgid "U&nload" + msgstr "ა&მოტვირთვა" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 64 +-#: rc.cpp:811 ++#: rc.cpp:788 + #, fuzzy, no-c-format + msgid "Load &All" + msgstr "ყველას ჩატვირთვა" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 72 +-#: rc.cpp:814 ++#: rc.cpp:791 + #, fuzzy, no-c-format + msgid "&Unload All" + msgstr "ყველას ამოტვირთვა" + + #. i18n: file ./plugins/upnp/ktupnpplugin.kcfg line 10 +-#: rc.cpp:817 ++#: rc.cpp:794 + #, no-c-format + msgid "Default UPnP device to use" + msgstr "გამოსაყენებელი ნაგულისხმები UPnP მოწყობილობა" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 16 +-#: plugins/upnp/upnpplugin.cpp:46 plugins/upnp/upnpprefpage.cpp:31 rc.cpp:820 ++#: plugins/upnp/upnpplugin.cpp:46 plugins/upnp/upnpprefpage.cpp:31 rc.cpp:797 + #, no-c-format + msgid "UPnP" + msgstr "UPnP" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 35 +-#: rc.cpp:823 ++#: rc.cpp:800 + #, no-c-format + msgid "Detected devices:" + msgstr "მოწყობილობების ამოცნობა:" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 41 +-#: rc.cpp:826 ++#: rc.cpp:803 + #, no-c-format + msgid "Device" + msgstr "მოწყობილობა" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 52 +-#: rc.cpp:829 ++#: rc.cpp:806 + #, no-c-format + msgid "Ports Forwarded" + msgstr "გადამისამართებული პორტები" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 63 +-#: rc.cpp:832 ++#: rc.cpp:809 + #, no-c-format + msgid "WAN Connection" + msgstr "" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 91 +-#: rc.cpp:835 ++#: rc.cpp:812 + #, fuzzy, no-c-format + msgid "Forw&ard Ports" + msgstr "პორტების გადამისამართება" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 99 +-#: rc.cpp:838 ++#: rc.cpp:815 + #, no-c-format + msgid "Undo Port Forwarding" + msgstr "პორტების გადამისამართების გაუქმება" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 124 +-#: rc.cpp:841 ++#: rc.cpp:818 + #, no-c-format + msgid "Rescan" + msgstr "თავიდან სკანირება" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 9 +-#: rc.cpp:844 ++#: rc.cpp:821 + #, no-c-format + msgid "Enable scanning of folder1?" + msgstr "" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 14 +-#: rc.cpp:847 ++#: rc.cpp:824 + #, no-c-format + msgid "Enable scanning of folder2?" + msgstr "" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 19 +-#: rc.cpp:850 ++#: rc.cpp:827 + #, no-c-format + msgid "Enable scanning of folder3?" + msgstr "" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 24 +-#: rc.cpp:853 ++#: rc.cpp:830 + #, fuzzy, no-c-format + msgid "Folder1 path" + msgstr "ფა&ილები" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 29 +-#: rc.cpp:856 ++#: rc.cpp:833 + #, fuzzy, no-c-format + msgid "Folder2 path" + msgstr "ფა&ილები" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 34 +-#: rc.cpp:859 ++#: rc.cpp:836 + #, fuzzy, no-c-format + msgid "Folder3 path" + msgstr "ფა&ილები" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 39 +-#: rc.cpp:862 ++#: rc.cpp:839 + #, fuzzy, no-c-format + msgid "Whether to open torrent silently or not." + msgstr "%1 ტორენტ ფაილის გახსნა ვერ განხორციელდა: %2" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 44 +-#: rc.cpp:865 ++#: rc.cpp:842 + #, no-c-format + msgid "Delete action checked." + msgstr "" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 49 +-#: rc.cpp:868 ++#: rc.cpp:845 + #, no-c-format + msgid "Move action checked." + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 16 +-#: rc.cpp:871 ++#: rc.cpp:848 + #, fuzzy, no-c-format + msgid "ScanFolder Preferences" + msgstr "ძიების პარამეტრები" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 35 +-#: rc.cpp:874 ++#: rc.cpp:851 + #, no-c-format + msgid "Scan folder &1" + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 38 +-#: rc.cpp:877 rc.cpp:1480 ++#: rc.cpp:854 rc.cpp:1424 + #, no-c-format + msgid "Alt+1" + msgstr "Alt+1" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 46 +-#: rc.cpp:880 ++#: rc.cpp:857 + #, no-c-format + msgid "Scan folder &2" + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 49 +-#: rc.cpp:883 rc.cpp:1471 rc.cpp:1495 ++#: rc.cpp:860 rc.cpp:1415 rc.cpp:1439 + #, fuzzy, no-c-format + msgid "Alt+2" + msgstr "Alt+1" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 57 +-#: rc.cpp:886 ++#: rc.cpp:863 + #, no-c-format + msgid "Scan folder &3" + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 60 +-#: rc.cpp:889 rc.cpp:1465 ++#: rc.cpp:866 rc.cpp:1409 + #, fuzzy, no-c-format + msgid "Alt+3" + msgstr "Alt+1" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 81 +-#: rc.cpp:895 ++#: rc.cpp:872 + #, no-c-format + msgid "Move to \"loaded\" directory &after loading" + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 84 +-#: rc.cpp:898 ++#: rc.cpp:875 + #, no-c-format + msgid "Move torrent to \"loaded\" directory after loading it" + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 92 +-#: rc.cpp:901 ++#: rc.cpp:878 + #, fuzzy, no-c-format + msgid "Open torrents silentl&y" + msgstr "torrent ფაილები" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 95 +-#: rc.cpp:904 ++#: rc.cpp:881 + #, no-c-format + msgid "Do not show 'Select files to download' dialog" + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 103 +-#: rc.cpp:907 ++#: rc.cpp:884 + #, no-c-format + msgid "Delete after loadin&g" + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 106 +-#: rc.cpp:910 ++#: rc.cpp:887 + #, no-c-format + msgid "Deletes torrent after loading" + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 116 +-#: rc.cpp:913 ++#: rc.cpp:890 + #, fuzzy, no-c-format + msgid "Folders to scan" + msgstr "ფა&ილები" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 151 +-#: rc.cpp:916 ++#: rc.cpp:893 + #, fuzzy, no-c-format + msgid "Folder 1:" + msgstr "ფა&ილები" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 162 +-#: rc.cpp:919 ++#: rc.cpp:896 + #, fuzzy, no-c-format + msgid "Folder 2:" + msgstr "ფა&ილები" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 173 +-#: rc.cpp:922 ++#: rc.cpp:899 + #, fuzzy, no-c-format + msgid "Folder 3:" + msgstr "ფა&ილები" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 30 +-#: rc.cpp:925 rc.cpp:1895 ++#: rc.cpp:902 rc.cpp:1838 + #, no-c-format + msgid "Search Preferences" + msgstr "ძიების პარამეტრები" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 41 +-#: rc.cpp:928 ++#: rc.cpp:905 + #, no-c-format + msgid "Web Server" + msgstr "" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 82 +-#: rc.cpp:934 ++#: rc.cpp:911 + #, fuzzy, no-c-format + msgid "Forward port" + msgstr "პორტების გადამისამართება" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 107 +-#: rc.cpp:937 ++#: rc.cpp:914 + #, no-c-format + msgid "Session TTL (in sec):" + msgstr "" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 142 +-#: rc.cpp:940 ++#: rc.cpp:917 + #, fuzzy, no-c-format + msgid "Select interface:" + msgstr "&არაფრის ამორჩევა" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 173 +-#: rc.cpp:943 ++#: rc.cpp:920 + #, fuzzy, no-c-format + msgid "Username:" + msgstr "მომხმარებელი" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 188 +-#: rc.cpp:946 ++#: rc.cpp:923 + #, no-c-format + msgid "Change password ..." + msgstr "" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 206 +-#: rc.cpp:949 ++#: rc.cpp:926 + #, no-c-format + msgid "Php executable path:" + msgstr "" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 10 +-#: rc.cpp:953 ++#: rc.cpp:929 + #, no-c-format + msgid "Port number" + msgstr "" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 15 +-#: rc.cpp:956 ++#: rc.cpp:932 + #, fuzzy, no-c-format + msgid "forward Port" + msgstr "პორტების გადამისამართება" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 20 +-#: rc.cpp:959 ++#: rc.cpp:935 + #, no-c-format + msgid "Session time to live" + msgstr "" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 24 +-#: rc.cpp:962 ++#: rc.cpp:938 + #, fuzzy, no-c-format + msgid "interface skin" + msgstr "საერთო პარამეტრები" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 28 +-#: rc.cpp:965 ++#: rc.cpp:941 + #, no-c-format + msgid "php executable path" + msgstr "" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 33 +-#: rc.cpp:968 ++#: rc.cpp:944 + #, no-c-format + msgid "username" + msgstr "" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 37 +-#: rc.cpp:971 ++#: rc.cpp:947 + #, no-c-format + msgid "password" + msgstr "" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 16 +-#: plugins/infowidget/infowidgetplugin.cpp:194 rc.cpp:974 rc.cpp:1046 ++#: plugins/infowidget/infowidgetplugin.cpp:194 rc.cpp:950 rc.cpp:1010 + #, no-c-format + msgid "Chunks" + msgstr "ჯაჭვის ნაწილები" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 43 +-#: rc.cpp:977 ++#: rc.cpp:953 + #, no-c-format + msgid "Total:" + msgstr "სულ:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 81 +-#: rc.cpp:981 ++#: rc.cpp:956 + #, no-c-format + msgid "Currently downloading:" + msgstr "მიმდინარე ჩამოქაჩვა:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 119 +-#: rc.cpp:985 ++#: rc.cpp:959 + #, no-c-format + msgid "Downloaded:" + msgstr "იქაჩება:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 157 +-#: rc.cpp:989 ++#: rc.cpp:962 + #, no-c-format + msgid "Excluded:" + msgstr "გამორიცხულია:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 195 +-#: rc.cpp:993 ++#: rc.cpp:965 + #, no-c-format + msgid "Left:" + msgstr "" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 233 +-#: rc.cpp:997 ++#: rc.cpp:968 + #, fuzzy, no-c-format + msgid "Size:" + msgstr "ზომა" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 280 +-#: rc.cpp:1001 ++#: rc.cpp:971 + #, no-c-format + msgid "Chunk" + msgstr "ჯაჭვის ნაწილი" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 291 +-#: rc.cpp:1004 ++#: rc.cpp:974 + #, no-c-format + msgid "Progress" + msgstr "პროგრესი" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 302 +-#: rc.cpp:1007 ++#: rc.cpp:977 + #, no-c-format + msgid "Peer" + msgstr "" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 324 +-#: rc.cpp:1013 ++#: rc.cpp:983 + #, no-c-format + msgid "Assigned Peers" + msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 63 +-#: rc.cpp:1022 ++#: rc.cpp:992 + #, no-c-format + msgid "Seeders:" + msgstr "მარცვლები:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 71 +-#: rc.cpp:1025 ++#: rc.cpp:995 + #, no-c-format + msgid "Leechers:" + msgstr "წურბელები:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 129 +-#: rc.cpp:1030 ++#: rc.cpp:998 + #, fuzzy, no-c-format + msgid "Average Down Speed:" + msgstr "საშუალო სიჩქარე" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 177 +-#: rc.cpp:1035 ++#: rc.cpp:1001 + #, fuzzy, no-c-format + msgid "Average Up Speed:" + msgstr "საშუალო სიჩქარე" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 195 +-#: rc.cpp:1038 rc.cpp:1111 ++#: rc.cpp:1004 rc.cpp:1070 + #, no-c-format + msgid "Next update in:" + msgstr "შემდეგი განახლება:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 203 +-#: rc.cpp:1041 ++#: rc.cpp:1007 + #, fuzzy, no-c-format + msgid "Tracker Status:" + msgstr "მდგომარეობა:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 332 +-#: rc.cpp:1049 ++#: rc.cpp:1013 + #, fuzzy, no-c-format + msgid "Parts of the torrent which have been downloaded:" + msgstr "ფაილის ნაწილები, რომლებიც ჩამოიქაჩა:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 367 +-#: rc.cpp:1052 ++#: rc.cpp:1016 + #, fuzzy, no-c-format + msgid "Parts of the torrent which are available:" + msgstr "ფაილის ხელმისაწვდომი ნაწილები:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 457 +-#: rc.cpp:1055 ++#: rc.cpp:1019 + #, no-c-format + msgid "Sharing" + msgstr "გაზიარება" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 487 +-#: rc.cpp:1058 ++#: rc.cpp:1022 + #, no-c-format + msgid "" + "Your upload will stop when share ratio gets to this value. Zero means no limit." + msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 525 +-#: rc.cpp:1064 ++#: rc.cpp:1028 + #, no-c-format + msgid "Your upload will stop when you have uploaded for this many hours." + msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 533 +-#: rc.cpp:1067 ++#: rc.cpp:1031 + #, no-c-format + msgid "Hours" + msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 543 +-#: rc.cpp:1070 ++#: rc.cpp:1034 + #, no-c-format + msgid "Ratio limit:" + msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 549 +-#: rc.cpp:1074 ++#: rc.cpp:1037 + #, no-c-format + msgid "Limit works only in seed mode" + msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 557 +-#: rc.cpp:1077 ++#: rc.cpp:1040 + #, no-c-format + msgid "Time &limit:" + msgstr "" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 37 +-#: rc.cpp:1081 ++#: rc.cpp:1043 + #, fuzzy, no-c-format + msgid "&Update Tracker" + msgstr "IP -სკენ -სკენ" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 40 +-#: rc.cpp:1084 ++#: rc.cpp:1046 + #, no-c-format + msgid "Minimum update interval - 60 seconds" + msgstr "" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 48 +-#: rc.cpp:1087 ++#: rc.cpp:1049 + #, fuzzy, no-c-format + msgid "Add Trac&ker" + msgstr "IP -სკენ -სკენ" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 64 +-#: rc.cpp:1090 ++#: rc.cpp:1052 + #, fuzzy, no-c-format + msgid "Remove Tracker" + msgstr "IP -სკენ -სკენ" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 75 +-#: rc.cpp:1094 ++#: rc.cpp:1055 + #, fuzzy, no-c-format + msgid "Ch&ange Tracker" + msgstr "IP -სკენ -სკენ" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 100 +-#: rc.cpp:1097 ++#: rc.cpp:1058 + #, fuzzy, no-c-format + msgid "Restore Defaults" + msgstr "ნაგულისხმევის &დამატება" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 10 +-#: rc.cpp:1115 ++#: rc.cpp:1073 + #, no-c-format + msgid "Show peer view tab in main window" + msgstr "ჩვენება" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 14 +-#: rc.cpp:1118 ++#: rc.cpp:1076 + #, no-c-format + msgid "Show chunk download view tab in main window" + msgstr "ნაწილების ჩამოქაჩვის ხედის მთავარ ფანჯარაში ჩვენება" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 18 +-#: rc.cpp:1121 ++#: rc.cpp:1079 + #, fuzzy, no-c-format + msgid "Show trackers view tab in main window" + msgstr "ჩვენება" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 24 +-#: rc.cpp:1124 ++#: rc.cpp:1082 + #, no-c-format + msgid "Show list of peers" + msgstr "ჩვენება სია" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 35 +-#: rc.cpp:1128 ++#: rc.cpp:1085 + #, no-c-format + msgid "Show list of chunks currentl&y downloading" + msgstr "მიმდინარე ჩამოქაჩვის ჯაჭვების სიის ჩვენება" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 60 +-#: rc.cpp:1131 ++#: rc.cpp:1088 + #, fuzzy, no-c-format + msgid "Show list of trackers" + msgstr "ჩვენება სია" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 16 +-#: rc.cpp:1135 ++#: rc.cpp:1091 + #, no-c-format + msgid "IPBlocking Preferences" + msgstr "IPBlocking პარამეტრები" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 47 +-#: rc.cpp:1138 ++#: rc.cpp:1094 + #, fuzzy, no-c-format + msgid "Select PeerGuardian Filter File " + msgstr "გსურთ KTorrent ფილტრის გამოყენება?" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 58 +-#: rc.cpp:1141 ++#: rc.cpp:1097 + #, fuzzy, no-c-format + msgid "Use PeerGuardian filter?" + msgstr "გსურთ KTorrent ფილტრის გამოყენება?" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 77 +-#: rc.cpp:1145 ++#: rc.cpp:1100 + #, no-c-format + msgid "IP filter file:" + msgstr "IP ფილტრის ფაილი:" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 85 +-#: rc.cpp:1148 ++#: rc.cpp:1103 + #, no-c-format + msgid "http://www.bluetack.co.uk/modules.php?name=Downloads&d_op=getit&lid=8" + msgstr "http://www.bluetack.co.uk/modules.php?name=Downloads&d_op=getit&lid=8" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 123 +-#: rc.cpp:1151 ++#: rc.cpp:1106 + #, no-c-format + msgid "Dow&nload/Convert" + msgstr "ჩამო&ტვირთვა/კონვერტირება" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 134 +-#: rc.cpp:1154 ++#: rc.cpp:1109 + #, no-c-format + msgid "" + "Download PeerGuardian filter from bluetack.co.uk or blocklist.org.\n" +@@ -2852,25 +2852,25 @@ msgid "" + msgstr "" + + #. i18n: file ./plugins/ipfilter/ktipfilterplugin.kcfg line 10 +-#: rc.cpp:1159 ++#: rc.cpp:1113 + #, no-c-format + msgid "Level1 filter url" + msgstr "დონე1 url-ს ფილტრი" + + #. i18n: file ./plugins/ipfilter/ktipfilterplugin.kcfg line 14 +-#: rc.cpp:1162 ++#: rc.cpp:1116 + #, no-c-format + msgid "Use level1 filter?" + msgstr "გსურთ 1 დონის ფილტრის გამოყენება?" + + #. i18n: file ./plugins/ipfilter/convert_dlg.ui line 24 +-#: plugins/ipfilter/convertdialog.cpp:155 rc.cpp:1165 ++#: plugins/ipfilter/convertdialog.cpp:155 rc.cpp:1119 + #, no-c-format + msgid "Converting..." + msgstr "კონვერტაცია..." + + #. i18n: file ./plugins/ipfilter/convert_dlg.ui line 41 +-#: rc.cpp:1168 ++#: rc.cpp:1122 + #, no-c-format + msgid "" + "Click on the 'convert' button to start converting antip2p file. NOTE: This " +@@ -2879,61 +2879,61 @@ msgid "" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 27 +-#: rc.cpp:1179 ++#: rc.cpp:1131 + #, no-c-format + msgid "Update" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 46 +-#: rc.cpp:1182 rc.cpp:1268 ++#: rc.cpp:1134 rc.cpp:1220 + #, no-c-format + msgid "Update charts every" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 71 +-#: rc.cpp:1185 ++#: rc.cpp:1137 + #, fuzzy, no-c-format + msgid "GUI updates" + msgstr "GUI-ს განახლების ინტერვალი" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 92 +-#: rc.cpp:1188 rc.cpp:1271 ++#: rc.cpp:1140 rc.cpp:1223 + #, no-c-format + msgid "Gather data every" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 120 +-#: rc.cpp:1191 ++#: rc.cpp:1143 + #, no-c-format + msgid "miliseconds" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 135 +-#: rc.cpp:1194 ++#: rc.cpp:1146 + #, fuzzy, no-c-format + msgid "Maximum" + msgstr "მაქსიმალური მარცვლები:" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 154 +-#: rc.cpp:1197 ++#: rc.cpp:1149 + #, fuzzy, no-c-format + msgid "Maximum speed scale mode:" + msgstr "მაქსიმალური მარცვლები:" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 165 +-#: rc.cpp:1203 ++#: rc.cpp:1155 + #, no-c-format + msgid "Exact" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 175 +-#: rc.cpp:1206 ++#: rc.cpp:1158 + #, no-c-format + msgid "See 'What's this' for more help" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 180 +-#: rc.cpp:1209 ++#: rc.cpp:1161 + #, no-c-format + msgid "" + "Set maximum value on OY scale as:\n" +@@ -2942,163 +2942,163 @@ msgid "" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 192 +-#: rc.cpp:1214 rc.cpp:1247 ++#: rc.cpp:1166 rc.cpp:1199 + #, no-c-format + msgid "Peers speed" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 211 +-#: rc.cpp:1217 ++#: rc.cpp:1169 + #, no-c-format + msgid "Peers speed:" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 222 +-#: rc.cpp:1220 ++#: rc.cpp:1172 + #, no-c-format + msgid "update every" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 244 +-#: rc.cpp:1223 ++#: rc.cpp:1175 + #, no-c-format + msgid "chart data updates" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 254 +-#: rc.cpp:1226 ++#: rc.cpp:1178 + #, no-c-format + msgid "Gathering data about many connected peers can be CPU consuming." + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 267 +-#: rc.cpp:1229 ++#: rc.cpp:1181 + #, no-c-format + msgid "Peers connections" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 270 +-#: rc.cpp:1232 ++#: rc.cpp:1184 + #, no-c-format + msgid "Large values can obscure charts of connected peers" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 289 +-#: rc.cpp:1235 ++#: rc.cpp:1187 + #, fuzzy, no-c-format + msgid "Show seeders in swarms" + msgstr "სისტემური &პანელის ხატულის ჩვენება" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 297 +-#: rc.cpp:1238 ++#: rc.cpp:1190 + #, no-c-format + msgid "Show leechers in swarms" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 309 +-#: rc.cpp:1241 ++#: rc.cpp:1193 + #, no-c-format + msgid "Measurements count" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 392 +-#: rc.cpp:1250 rc.cpp:1265 ++#: rc.cpp:1202 rc.cpp:1217 + #, fuzzy, no-c-format + msgid "Upload" + msgstr "ატვირთული" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 424 +-#: rc.cpp:1253 ++#: rc.cpp:1205 + #, no-c-format + msgid "Connections" + msgstr "" + + #. i18n: file ./plugins/stats/statsspdwgt.ui line 40 +-#: plugins/infowidget/infowidgetplugin.cpp:173 rc.cpp:1262 rc.cpp:1304 ++#: plugins/infowidget/infowidgetplugin.cpp:173 rc.cpp:1214 rc.cpp:1256 + #, no-c-format + msgid "Peers" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 18 +-#: rc.cpp:1274 ++#: rc.cpp:1226 + #, no-c-format + msgid "Toggle peers speed charts" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 22 +-#: rc.cpp:1277 ++#: rc.cpp:1229 + #, no-c-format + msgid "Interval between getting data about peers speed" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 26 +-#: rc.cpp:1280 ++#: rc.cpp:1232 + #, no-c-format + msgid "Toggle drawing of leechers in swarms" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 30 +-#: rc.cpp:1283 ++#: rc.cpp:1235 + #, no-c-format + msgid "Toggle drawing of seeders in swarms" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 35 +-#: rc.cpp:1286 ++#: rc.cpp:1238 + #, fuzzy, no-c-format + msgid "Download mesurments count" + msgstr "ჩამოტვირთვა Torrent" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 39 +-#: rc.cpp:1289 ++#: rc.cpp:1241 + #, no-c-format + msgid "Peers speed mesurments count" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 43 +-#: rc.cpp:1292 ++#: rc.cpp:1244 + #, no-c-format + msgid "Upload mesurments count" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 47 +-#: rc.cpp:1295 ++#: rc.cpp:1247 + #, no-c-format + msgid "Connections mesurments count" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 51 +-#: rc.cpp:1298 ++#: rc.cpp:1250 + #, no-c-format + msgid "DHT mesurments count" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 56 +-#: rc.cpp:1301 ++#: rc.cpp:1253 + #, no-c-format + msgid "OY axis max mode" + msgstr "" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 16 +-#: rc.cpp:1310 ++#: rc.cpp:1262 + #, no-c-format + msgid "Import an existing download" + msgstr "არსებული ჩამოქაჩვის იმპორტირება" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 49 +-#: rc.cpp:1313 ++#: rc.cpp:1265 + #, fuzzy, no-c-format + msgid "Torrent:" + msgstr "Torrent" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 63 +-#: rc.cpp:1316 ++#: rc.cpp:1268 + #, fuzzy, no-c-format + msgid "Data:" + msgstr "მონაცემები" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 95 +-#: rc.cpp:1319 ++#: rc.cpp:1271 + #, no-c-format + msgid "" + "Please specify the torrent and the data already downloaded for that torrent." +@@ -3106,684 +3106,684 @@ msgstr "" + "გთხოვთ განსაზღვროთ ტორენტი და ამ ტორენტისთვის უკვე ჩამოქაჩული მონაცემები." + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 133 +-#: rc.cpp:1322 ++#: rc.cpp:1274 + #, fuzzy, no-c-format + msgid "&Import" + msgstr "იმპო&რტი" + + #. i18n: file ./plugins/rssfeed/ktrssfeedplugin.kcfg line 10 +-#: rc.cpp:1328 ++#: rc.cpp:1280 + #, fuzzy, no-c-format + msgid "default" + msgstr "ნაგულისხმევის &დამატება" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 18 +-#: rc.cpp:1331 ++#: rc.cpp:1283 + #, no-c-format + msgid "Rss Feeds" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 36 +-#: rc.cpp:1334 ++#: rc.cpp:1286 + #, fuzzy, no-c-format + msgid "Feeds" + msgstr "მარცვლები:" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 78 +-#: rc.cpp:1337 ++#: rc.cpp:1289 + #, no-c-format + msgid "De&lete" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 86 +-#: rc.cpp:1340 rc.cpp:1382 rc.cpp:1392 ++#: rc.cpp:1292 rc.cpp:1331 rc.cpp:1340 + #, no-c-format + msgid "&New" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 117 +-#: rc.cpp:1343 ++#: rc.cpp:1295 + #, fuzzy, no-c-format + msgid "&URL" + msgstr "URL" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 139 +-#: rc.cpp:1346 ++#: rc.cpp:1298 + #, no-c-format + msgid "Articles" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 216 +-#: rc.cpp:1353 ++#: rc.cpp:1304 + #, no-c-format + msgid "Auto&refresh" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 242 +-#: rc.cpp:1356 ++#: rc.cpp:1307 + #, no-c-format + msgid "I&gnore TTL" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 270 +-#: rc.cpp:1359 ++#: rc.cpp:1310 + #, no-c-format + msgid "Refresh" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 299 +-#: rc.cpp:1363 rc.cpp:1395 ++#: rc.cpp:1313 rc.cpp:1343 + #, no-c-format + msgid "&Title" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 323 +-#: rc.cpp:1366 ++#: rc.cpp:1316 + #, no-c-format + msgid "Keep Articles (days)" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 347 +-#: rc.cpp:1369 rc.cpp:1398 ++#: rc.cpp:1319 rc.cpp:1346 + #, no-c-format + msgid "&Active" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 362 +-#: rc.cpp:1372 ++#: rc.cpp:1322 + #, fuzzy, no-c-format + msgid "Filters" + msgstr "IP ფილტრის ფაილი:" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 389 +-#: rc.cpp:1375 ++#: rc.cpp:1325 + #, fuzzy, no-c-format + msgid "Accept Filters" + msgstr "ყველა ფაილი" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 440 +-#: rc.cpp:1385 ++#: rc.cpp:1334 + #, no-c-format + msgid "Reject Filters" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 557 +-#: rc.cpp:1401 ++#: rc.cpp:1349 + #, no-c-format + msgid "Regular Expressions" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 587 +-#: rc.cpp:1404 ++#: rc.cpp:1352 + #, no-c-format + msgid "Treat as &Series" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 624 +-#: rc.cpp:1407 ++#: rc.cpp:1355 + #, fuzzy, no-c-format + msgid "Process" + msgstr "პროგრესი" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 643 +-#: rc.cpp:1411 ++#: rc.cpp:1358 + #, no-c-format + msgid "Series Criteria" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 679 +-#: rc.cpp:1414 ++#: rc.cpp:1361 + #, no-c-format + msgid "Match Without Episode" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 713 +-#: rc.cpp:1418 ++#: rc.cpp:1364 + #, no-c-format + msgid "Max Episode" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 739 +-#: rc.cpp:1421 ++#: rc.cpp:1367 + #, fuzzy, no-c-format + msgid "Max Season" + msgstr "საზიარო სკალა:" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 758 +-#: rc.cpp:1424 ++#: rc.cpp:1370 + #, no-c-format + msgid "Min Season" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 782 +-#: rc.cpp:1427 ++#: rc.cpp:1373 + #, no-c-format + msgid "Min Episode" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 814 +-#: rc.cpp:1430 ++#: rc.cpp:1376 + #, no-c-format + msgid "Test te&xt" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 840 +-#: rc.cpp:1433 ++#: rc.cpp:1379 + #, no-c-format + msgid "Te&st" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 858 +-#: rc.cpp:1436 ++#: rc.cpp:1382 + #, fuzzy, no-c-format + msgid "Filter Matches" + msgstr "ფა&ილები" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 28 +-#: rc.cpp:1447 ++#: rc.cpp:1391 + #, no-c-format + msgid "Bandwidth scheduler" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 50 +-#: rc.cpp:1450 ++#: rc.cpp:1394 + #, no-c-format + msgid "Left click category" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 61 +-#: rc.cpp:1453 ++#: rc.cpp:1397 + #, no-c-format + msgid "Categor&y 1" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 157 +-#: rc.cpp:1456 rc.cpp:1483 ++#: rc.cpp:1400 rc.cpp:1427 + #, no-c-format + msgid "T&urn off" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 165 +-#: rc.cpp:1459 rc.cpp:1486 ++#: rc.cpp:1403 rc.cpp:1430 + #, no-c-format + msgid "&Normal" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 195 +-#: rc.cpp:1462 ++#: rc.cpp:1406 + #, no-c-format + msgid "Category &3" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 206 +-#: rc.cpp:1468 rc.cpp:1492 ++#: rc.cpp:1412 rc.cpp:1436 + #, no-c-format + msgid "Category &2" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 219 +-#: rc.cpp:1474 ++#: rc.cpp:1418 + #, no-c-format + msgid "Right click category" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 230 +-#: rc.cpp:1477 ++#: rc.cpp:1421 + #, no-c-format + msgid "Category &1" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 367 +-#: rc.cpp:1489 ++#: rc.cpp:1433 + #, no-c-format + msgid "&Category 3" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 390 +-#: rc.cpp:1498 ++#: rc.cpp:1442 + #, no-c-format + msgid "Categories" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 401 +-#: rc.cpp:1501 ++#: rc.cpp:1445 + #, no-c-format + msgid "1. Category" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 409 +-#: rc.cpp:1504 ++#: rc.cpp:1448 + #, no-c-format + msgid "3. Category" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 425 +-#: rc.cpp:1507 rc.cpp:1516 rc.cpp:1525 ++#: rc.cpp:1451 rc.cpp:1460 rc.cpp:1469 + #, fuzzy, no-c-format + msgid "download:" + msgstr "ჩამოტვირთვა" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 441 +-#: rc.cpp:1510 rc.cpp:1519 rc.cpp:1528 ++#: rc.cpp:1454 rc.cpp:1463 rc.cpp:1472 + #, fuzzy, no-c-format + msgid "upload:" + msgstr "ატვირთული" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 457 +-#: rc.cpp:1513 rc.cpp:1522 rc.cpp:1531 ++#: rc.cpp:1457 rc.cpp:1466 rc.cpp:1475 + #, no-c-format + msgid "KB/s *" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 567 +-#: rc.cpp:1534 ++#: rc.cpp:1478 + #, no-c-format + msgid "2. Category" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 626 +-#: rc.cpp:1538 ++#: rc.cpp:1481 + #, fuzzy, no-c-format + msgid "* zero means no limit" + msgstr "(0 = შეზღუდვის გარეშე)" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 672 +-#: rc.cpp:1541 ++#: rc.cpp:1484 + #, no-c-format + msgid "Save to file" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 680 +-#: rc.cpp:1544 ++#: rc.cpp:1487 + #, no-c-format + msgid "&Load from file" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 688 +-#: rc.cpp:1547 ++#: rc.cpp:1490 + #, no-c-format + msgid "Reset schedule" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 751 +-#: rc.cpp:1550 ++#: rc.cpp:1493 + #, fuzzy, no-c-format + msgid "O&k" + msgstr "&ოკ" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 16 +-#: rc.cpp:1559 ++#: rc.cpp:1502 + #, no-c-format + msgid "Scheduler Plugin Pref Page" + msgstr "" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 27 +-#: rc.cpp:1562 ++#: rc.cpp:1505 + #, no-c-format + msgid "Use &bandwidth scheduler?" + msgstr "" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 35 +-#: plugins/scheduler/schedulerplugin.cpp:59 rc.cpp:1565 ++#: plugins/scheduler/schedulerplugin.cpp:59 rc.cpp:1508 + #, no-c-format + msgid "Bandwidth Scheduler" + msgstr "" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 46 +-#: rc.cpp:1568 ++#: rc.cpp:1511 + #, no-c-format + msgid "Use colors instead of pi&xmaps?" + msgstr "" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 54 +-#: rc.cpp:1571 ++#: rc.cpp:1514 + #, no-c-format + msgid "(Recommended for slower systems)" + msgstr "" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 62 +-#: rc.cpp:1574 ++#: rc.cpp:1517 + #, no-c-format + msgid "Edit s&chedule" + msgstr "" + + #. i18n: file ./plugins/scheduler/ktschedulerplugin.kcfg line 10 +-#: rc.cpp:1577 ++#: rc.cpp:1520 + #, no-c-format + msgid "Enable bandwidth scheduler?" + msgstr "" + + #. i18n: file ./plugins/scheduler/ktschedulerplugin.kcfg line 14 +-#: rc.cpp:1580 ++#: rc.cpp:1523 + #, no-c-format + msgid "Use colors instead of pixmaps?" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 10 +-#: rc.cpp:1583 ++#: rc.cpp:1526 + #, no-c-format + msgid "Use rich log text" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 15 +-#: rc.cpp:1586 ++#: rc.cpp:1529 + #, no-c-format + msgid "General info messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 19 +-#: rc.cpp:1589 ++#: rc.cpp:1532 + #, no-c-format + msgid "Connections messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 23 +-#: rc.cpp:1592 ++#: rc.cpp:1535 + #, no-c-format + msgid "DHT messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 27 +-#: rc.cpp:1595 ++#: rc.cpp:1538 + #, no-c-format + msgid "Tracker info messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 31 +-#: rc.cpp:1598 ++#: rc.cpp:1541 + #, fuzzy, no-c-format + msgid "Disk IO info messages flag" + msgstr "მოდულის პარამეტრები" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 35 +-#: rc.cpp:1601 ++#: rc.cpp:1544 + #, no-c-format + msgid "IPFilter plugin messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 39 +-#: rc.cpp:1604 ++#: rc.cpp:1547 + #, no-c-format + msgid "Search plugin messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 43 +-#: rc.cpp:1607 ++#: rc.cpp:1550 + #, no-c-format + msgid "PartFileImport plugin messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 47 +-#: rc.cpp:1610 ++#: rc.cpp:1553 + #, no-c-format + msgid "InfoWidget plugin messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 51 +-#: rc.cpp:1613 ++#: rc.cpp:1556 + #, no-c-format + msgid "UPnP plugin messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 55 +-#: rc.cpp:1616 ++#: rc.cpp:1559 + #, fuzzy, no-c-format + msgid "ScanFolder plugin messages flag" + msgstr "ფაილის პარამეტრები" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 59 +-#: rc.cpp:1619 ++#: rc.cpp:1562 + #, fuzzy, no-c-format + msgid "Scheduler plugin messages flag" + msgstr "მოდულის პარამეტრები" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 63 +-#: rc.cpp:1622 ++#: rc.cpp:1565 + #, fuzzy, no-c-format + msgid "RSS plugin messages flag" + msgstr "მოდულის პარამეტრები" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 67 +-#: rc.cpp:1625 ++#: rc.cpp:1568 + #, fuzzy, no-c-format + msgid "WebInterface plugin messages flag" + msgstr "მოდულის პარამეტრები" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 16 +-#: plugins/logviewer/logprefpage.cpp:31 rc.cpp:1628 ++#: plugins/logviewer/logprefpage.cpp:31 rc.cpp:1571 + #, fuzzy, no-c-format + msgid "LogViewer Options" + msgstr "ფაილის პარამეტრები" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 44 +-#: libktorrent/pluginmanagerprefpage.cpp:63 rc.cpp:1631 ++#: libktorrent/pluginmanagerprefpage.cpp:63 rc.cpp:1574 + #, no-c-format + msgid "Plugins" + msgstr "მოდულები" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 53 +-#: rc.cpp:1634 rc.cpp:1652 rc.cpp:1670 rc.cpp:1691 rc.cpp:1706 rc.cpp:1724 +-#: rc.cpp:1745 rc.cpp:1763 rc.cpp:1778 rc.cpp:1811 rc.cpp:1826 rc.cpp:1841 +-#: rc.cpp:1859 rc.cpp:1874 ++#: rc.cpp:1577 rc.cpp:1595 rc.cpp:1613 rc.cpp:1634 rc.cpp:1649 rc.cpp:1667 ++#: rc.cpp:1688 rc.cpp:1706 rc.cpp:1721 rc.cpp:1754 rc.cpp:1769 rc.cpp:1784 ++#: rc.cpp:1802 rc.cpp:1817 + #, no-c-format + msgid "All" + msgstr "" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 58 +-#: rc.cpp:1637 rc.cpp:1655 rc.cpp:1673 rc.cpp:1694 rc.cpp:1709 rc.cpp:1727 +-#: rc.cpp:1748 rc.cpp:1766 rc.cpp:1781 rc.cpp:1814 rc.cpp:1829 rc.cpp:1844 +-#: rc.cpp:1862 rc.cpp:1877 ++#: rc.cpp:1580 rc.cpp:1598 rc.cpp:1616 rc.cpp:1637 rc.cpp:1652 rc.cpp:1670 ++#: rc.cpp:1691 rc.cpp:1709 rc.cpp:1724 rc.cpp:1757 rc.cpp:1772 rc.cpp:1787 ++#: rc.cpp:1805 rc.cpp:1820 + #, fuzzy, no-c-format + msgid "Debug" + msgstr "განბზიკვის რეჟიმი" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 63 +-#: rc.cpp:1640 rc.cpp:1658 rc.cpp:1676 rc.cpp:1697 rc.cpp:1712 rc.cpp:1730 +-#: rc.cpp:1751 rc.cpp:1769 rc.cpp:1784 rc.cpp:1817 rc.cpp:1832 rc.cpp:1847 +-#: rc.cpp:1865 rc.cpp:1880 ++#: rc.cpp:1583 rc.cpp:1601 rc.cpp:1619 rc.cpp:1640 rc.cpp:1655 rc.cpp:1673 ++#: rc.cpp:1694 rc.cpp:1712 rc.cpp:1727 rc.cpp:1760 rc.cpp:1775 rc.cpp:1790 ++#: rc.cpp:1808 rc.cpp:1823 + #, no-c-format + msgid "Notice" + msgstr "" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 68 +-#: rc.cpp:1643 rc.cpp:1661 rc.cpp:1679 rc.cpp:1700 rc.cpp:1715 rc.cpp:1733 +-#: rc.cpp:1754 rc.cpp:1772 rc.cpp:1787 rc.cpp:1820 rc.cpp:1835 rc.cpp:1850 +-#: rc.cpp:1868 rc.cpp:1883 ++#: rc.cpp:1586 rc.cpp:1604 rc.cpp:1622 rc.cpp:1643 rc.cpp:1658 rc.cpp:1676 ++#: rc.cpp:1697 rc.cpp:1715 rc.cpp:1730 rc.cpp:1763 rc.cpp:1778 rc.cpp:1793 ++#: rc.cpp:1811 rc.cpp:1826 + #, fuzzy, no-c-format + msgid "Important" + msgstr "იმპო&რტი" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 73 +-#: rc.cpp:1646 rc.cpp:1664 rc.cpp:1682 rc.cpp:1703 rc.cpp:1718 rc.cpp:1736 +-#: rc.cpp:1757 rc.cpp:1775 rc.cpp:1790 rc.cpp:1823 rc.cpp:1838 rc.cpp:1853 +-#: rc.cpp:1871 rc.cpp:1886 ++#: rc.cpp:1589 rc.cpp:1607 rc.cpp:1625 rc.cpp:1646 rc.cpp:1661 rc.cpp:1679 ++#: rc.cpp:1700 rc.cpp:1718 rc.cpp:1733 rc.cpp:1766 rc.cpp:1781 rc.cpp:1796 ++#: rc.cpp:1814 rc.cpp:1829 + #, no-c-format + msgid "None" + msgstr "" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 85 +-#: rc.cpp:1649 ++#: rc.cpp:1592 + #, fuzzy, no-c-format + msgid "IPFilter:" + msgstr "IP ფილტრის ფაილი:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 126 +-#: rc.cpp:1667 ++#: rc.cpp:1610 + #, fuzzy, no-c-format + msgid "Search:" + msgstr "ძიება" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 167 +-#: rc.cpp:1685 ++#: rc.cpp:1628 + #, fuzzy, no-c-format + msgid "UPnP:" + msgstr "UPnP" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 178 +-#: rc.cpp:1688 ++#: rc.cpp:1631 + #, fuzzy, no-c-format + msgid "ScanFolder:" + msgstr "ფა&ილები" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 249 +-#: rc.cpp:1721 ++#: rc.cpp:1664 + #, fuzzy, no-c-format + msgid "Scheduler:" + msgstr "მარცვლები:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 290 +-#: rc.cpp:1739 ++#: rc.cpp:1682 + #, no-c-format + msgid "PartFileImport:" + msgstr "" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 301 +-#: rc.cpp:1742 ++#: rc.cpp:1685 + #, fuzzy, no-c-format + msgid "InfoWidget:" + msgstr "ინფორმაციის ელემენტი" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 342 +-#: rc.cpp:1760 ++#: rc.cpp:1703 + #, no-c-format + msgid "RSS plugin:" + msgstr "" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 413 +-#: rc.cpp:1793 ++#: rc.cpp:1736 + #, fuzzy, no-c-format + msgid "WebInterface plugin:" + msgstr "საერთო პარამეტრები" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 426 +-#: rc.cpp:1796 ++#: rc.cpp:1739 + #, no-c-format + msgid "System" + msgstr "" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 437 +-#: rc.cpp:1799 ++#: rc.cpp:1742 + #, fuzzy, no-c-format + msgid "General:" + msgstr "საერთო" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 445 +-#: rc.cpp:1802 ++#: rc.cpp:1745 + #, no-c-format + msgid "Connections:" + msgstr "" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 559 +-#: rc.cpp:1856 ++#: rc.cpp:1799 + #, no-c-format + msgid "Disk I/O:" + msgstr "" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 640 +-#: rc.cpp:1892 ++#: rc.cpp:1835 + #, no-c-format + msgid "Use rich te&xt for log" + msgstr "" + + #. i18n: file ./plugins/search/searchpref.ui line 41 +-#: rc.cpp:1898 ++#: rc.cpp:1841 + #, no-c-format + msgid "External Browser" + msgstr "" + + #. i18n: file ./plugins/search/searchpref.ui line 52 +-#: rc.cpp:1901 ++#: rc.cpp:1844 + #, no-c-format + msgid "Open searches in external browser" + msgstr "" + + #. i18n: file ./plugins/search/searchpref.ui line 60 +-#: rc.cpp:1904 rc.cpp:1955 ++#: rc.cpp:1847 rc.cpp:1892 + #, no-c-format + msgid "Use default browser" + msgstr "" + + #. i18n: file ./plugins/search/searchpref.ui line 79 +-#: rc.cpp:1908 ++#: rc.cpp:1850 + #, fuzzy, no-c-format + msgid "Custom browser path:" + msgstr "სხვა IP" + + #. i18n: file ./plugins/search/searchpref.ui line 116 +-#: rc.cpp:1912 ++#: rc.cpp:1853 + #, no-c-format + msgid "Search Engines" + msgstr "საძიებო სისტემები" + + #. i18n: file ./plugins/search/searchpref.ui line 143 +-#: rc.cpp:1916 ++#: rc.cpp:1856 + #, no-c-format + msgid "Search engine name:" + msgstr "საძიებო სისტემის სახელი:" + + #. i18n: file ./plugins/search/searchpref.ui line 187 +-#: rc.cpp:1922 ++#: rc.cpp:1862 + #, no-c-format + msgid "&Add" + msgstr "&დამატება" + + #. i18n: file ./plugins/search/searchpref.ui line 195 +-#: rc.cpp:1925 ++#: rc.cpp:1865 + #, no-c-format + msgid "Engines" + msgstr "სისტემები" + + #. i18n: file ./plugins/search/searchpref.ui line 206 +-#: rc.cpp:1928 ++#: rc.cpp:1868 + #, no-c-format + msgid "URL" + msgstr "URL" + + #. i18n: file ./plugins/search/searchpref.ui line 257 +-#: rc.cpp:1934 ++#: rc.cpp:1874 + #, no-c-format + msgid "R&emove All" + msgstr "ყველას &წაშლა" + + #. i18n: file ./plugins/search/searchpref.ui line 282 +-#: rc.cpp:1937 ++#: rc.cpp:1877 + #, no-c-format + msgid "Add Defau<" + msgstr "ნაგულისხმევის &დამატება" + + #. i18n: file ./plugins/search/searchpref.ui line 290 +-#: rc.cpp:1940 ++#: rc.cpp:1880 + #, fuzzy, no-c-format + msgid "Update From Internet" + msgstr "GUI-ს განახლების ინტერვალი" + + #. i18n: file ./plugins/search/searchbar.ui line 53 + #: plugins/search/searchplugin.cpp:50 plugins/search/searchtab.cpp:48 +-#: rc.cpp:1946 ++#: rc.cpp:1883 + #, no-c-format + msgid "Search" + msgstr "ძიება" + + #. i18n: file ./plugins/search/searchbar.ui line 78 +-#: rc.cpp:1949 ++#: rc.cpp:1886 + #, no-c-format + msgid "Search engine:" + msgstr "საძიებო სისტემა:" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 10 +-#: rc.cpp:1952 ++#: rc.cpp:1889 + #, no-c-format + msgid "Current search engine" + msgstr "მიმდინარე საძიებო სისტემა" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 19 +-#: rc.cpp:1958 ++#: rc.cpp:1895 + #, no-c-format + msgid "Use custom browser" + msgstr "" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 23 +-#: rc.cpp:1961 ++#: rc.cpp:1898 + #, no-c-format + msgid "Custom browser executable path" + msgstr "" +@@ -4074,33 +4074,33 @@ msgstr "" + msgid "Stopped. No space left on device." + msgstr "" + +-#: libktorrent/torrent/queuemanager.cpp:135 ++#: libktorrent/torrent/queuemanager.cpp:136 + msgid "" + "You don't have enough disk space to download this torrent. Are you sure you " + "want to continue?" + msgstr "" + +-#: libktorrent/torrent/queuemanager.cpp:135 ++#: libktorrent/torrent/queuemanager.cpp:136 + #, c-format + msgid "Insufficient disk space for %1" + msgstr "" + +-#: libktorrent/torrent/queuemanager.cpp:157 ++#: libktorrent/torrent/queuemanager.cpp:158 + msgid "" + "Torrent \"%1\" has reached its maximum share ratio. Ignore the limit and start " + "seeding anyway?" + msgstr "" + +-#: libktorrent/torrent/queuemanager.cpp:157 ++#: libktorrent/torrent/queuemanager.cpp:158 + msgid "Maximum share ratio limit reached." + msgstr "" + +-#: libktorrent/torrent/queuemanager.cpp:236 +-#: libktorrent/torrent/queuemanager.cpp:760 ++#: libktorrent/torrent/queuemanager.cpp:237 ++#: libktorrent/torrent/queuemanager.cpp:763 + msgid "Error stopping torrent %1 : %2" + msgstr "%1 ტორენტის შეჩერების შეცდომა : %2" + +-#: libktorrent/torrent/queuemanager.cpp:742 ++#: libktorrent/torrent/queuemanager.cpp:745 + msgid "Error starting torrent %1 : %2" + msgstr "%1 ტორენტის გაშვების შეცდომა: %2" + +diff --git a/translations/lt/messages/ktorrent.po b/translations/lt/messages/ktorrent.po +index 499f9fc..0ad6566 100644 +--- a/translations/lt/messages/ktorrent.po ++++ b/translations/lt/messages/ktorrent.po +@@ -4,7 +4,7 @@ + msgid "" + msgstr "" + "Project-Id-Version: ktorrent\n" +-"POT-Creation-Date: 2008-04-18 19:40+0200\n" ++"POT-Creation-Date: 2008-07-08 22:20+0200\n" + "PO-Revision-Date: 2007-09-03 13:21+0300\n" + "Last-Translator: Donatas Glodenis \n" + "Language-Team: Lithuanian \n" +@@ -20,7 +20,7 @@ msgid "No incoming connections (possibly firewalled)" + msgstr "Nėra įeinančių prisijungimų (greičiausiai dėl ugniasienės)" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 42 +-#: apps/ktorrent/ktorrent.cpp:184 rc.cpp:345 rc.cpp:383 rc.cpp:1019 ++#: apps/ktorrent/ktorrent.cpp:184 rc.cpp:336 rc.cpp:369 rc.cpp:989 + #, no-c-format + msgid "Info" + msgstr "Informacija" +@@ -199,7 +199,7 @@ msgstr "Blogas URL" + #. i18n: file ./apps/ktorrent/ktorrentui.rc line 9 + #: apps/ktorrent/groups/downloadgroup.cpp:27 + #: apps/ktorrent/groups/groupmanager.h:57 apps/ktorrent/pref.cpp:147 +-#: apps/ktorrent/viewmanager.cpp:62 rc.cpp:138 rc.cpp:342 ++#: apps/ktorrent/viewmanager.cpp:62 rc.cpp:132 rc.cpp:333 + #, no-c-format + msgid "Downloads" + msgstr "Atsiuntimai" +@@ -319,7 +319,7 @@ msgid "Document to open" + msgstr "Atidaryti dokumentą" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 59 +-#: apps/ktorrent/main.cpp:120 rc.cpp:553 ++#: apps/ktorrent/main.cpp:120 rc.cpp:532 + #, no-c-format + msgid "KTorrent" + msgstr "" +@@ -608,7 +608,7 @@ msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 85 + #: apps/ktorrent/ktorrentviewmenu.cpp:66 plugins/infowidget/peerview.cpp:221 +-#: rc.cpp:77 rc.cpp:1256 rc.cpp:1307 ++#: rc.cpp:75 rc.cpp:1208 rc.cpp:1259 + #, no-c-format + msgid "DHT" + msgstr "" +@@ -652,7 +652,7 @@ msgid "Add to Group" + msgstr "" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 16 +-#: apps/ktorrent/ktorrentviewmenu.cpp:100 rc.cpp:147 ++#: apps/ktorrent/ktorrentviewmenu.cpp:100 rc.cpp:141 + #, no-c-format + msgid "Speed Limits" + msgstr "" +@@ -671,7 +671,7 @@ msgid "Malformed IP address." + msgstr "Blogas URL" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 311 +-#: apps/ktorrent/pref.cpp:58 rc.cpp:282 ++#: apps/ktorrent/pref.cpp:58 rc.cpp:273 + #, no-c-format + msgid "Preferences" + msgstr "Pasirinkimai" +@@ -706,7 +706,7 @@ msgid "Advanced" + msgstr "Sudėtingesnės" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 27 +-#: apps/ktorrent/pref.cpp:411 rc.cpp:540 ++#: apps/ktorrent/pref.cpp:411 rc.cpp:519 + #, fuzzy, no-c-format + msgid "Advanced Options" + msgstr "Sudėtingesnės parinktys" +@@ -717,7 +717,7 @@ msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 16 + #: apps/ktorrent/ktorrentview.cpp:135 +-#: plugins/infowidget/infowidgetplugin.cpp:76 rc.cpp:1016 ++#: plugins/infowidget/infowidgetplugin.cpp:76 rc.cpp:986 + #, no-c-format + msgid "Status" + msgstr "Būsena" +@@ -739,7 +739,7 @@ msgstr "" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 313 + #: apps/ktorrent/ktorrentview.cpp:139 plugins/infowidget/peerview.cpp:216 +-#: rc.cpp:1010 ++#: rc.cpp:980 + #, no-c-format + msgid "Down Speed" + msgstr "" +@@ -867,7 +867,7 @@ msgid "User" + msgstr "Naudotojas" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 24 +-#: apps/ktorrent/queuedialog.cpp:75 rc.cpp:249 ++#: apps/ktorrent/queuedialog.cpp:75 rc.cpp:240 + #, no-c-format + msgid "Queue Manager" + msgstr "" +@@ -1065,8 +1065,8 @@ msgid "Start torrent" + msgstr "Stabdyti dokumento krovimą" + + #. i18n: file ./apps/ktorrent/fileselectdlgbase.ui line 160 +-#: plugins/infowidget/fileview.cpp:49 rc.cpp:27 rc.cpp:1244 rc.cpp:1259 +-#: rc.cpp:1349 rc.cpp:1439 ++#: plugins/infowidget/fileview.cpp:49 rc.cpp:27 rc.cpp:1196 rc.cpp:1211 ++#: rc.cpp:1301 rc.cpp:1385 + #, no-c-format + msgid "Download" + msgstr "Parsisiųsti" +@@ -1126,13 +1126,13 @@ msgid "Encryption" + msgstr "Šifravimas" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 58 +-#: rc.cpp:64 rc.cpp:787 ++#: rc.cpp:63 rc.cpp:764 + #, no-c-format + msgid "Use protocol encryption" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 64 +-#: rc.cpp:68 ++#: rc.cpp:66 + #, no-c-format + msgid "" + "Protocol encryption is used to prevent ISP's from slowing down bittorrent " +@@ -1140,20 +1140,20 @@ msgid "" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 72 +-#: rc.cpp:71 rc.cpp:790 ++#: rc.cpp:69 rc.cpp:767 + #, no-c-format + msgid "Allow unencrypted connections" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 75 +-#: rc.cpp:74 ++#: rc.cpp:72 + #, no-c-format + msgid "" + "If unchecked, you'll be able to connect only to clients supporting encryption." + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 88 +-#: rc.cpp:80 ++#: rc.cpp:78 + #, no-c-format + msgid "" + "Distributed Hash Table protocol." +@@ -1161,169 +1161,169 @@ msgid "" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 99 +-#: rc.cpp:83 ++#: rc.cpp:81 + #, no-c-format + msgid "&Use DHT to get additional peers" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 118 +-#: rc.cpp:87 ++#: rc.cpp:84 + #, no-c-format + msgid "UDP port for DHT communication:" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 161 +-#: rc.cpp:90 ++#: rc.cpp:87 + #, no-c-format + msgid "Custom IP" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 172 +-#: rc.cpp:93 ++#: rc.cpp:90 + #, no-c-format + msgid "Se&nd the tracker a custom IP address or hostname" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 188 +-#: rc.cpp:96 ++#: rc.cpp:93 + #, no-c-format + msgid "Custom IP address or hostname:" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 205 +-#: rc.cpp:99 ++#: rc.cpp:96 + #, no-c-format + msgid "System Tray Icon" + msgstr "Sistemos dėklo ženkliukas" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 216 +-#: rc.cpp:102 ++#: rc.cpp:99 + #, no-c-format + msgid "Show s&ystem tray icon" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 224 +-#: rc.cpp:105 ++#: rc.cpp:102 + #, no-c-format + msgid "Show speed &bar in tray icon" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 232 +-#: rc.cpp:108 ++#: rc.cpp:105 + #, no-c-format + msgid "Show system tray popup messages" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 251 +-#: rc.cpp:112 ++#: rc.cpp:108 + #, no-c-format + msgid "Upload bandwidth (in KB/sec):" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 276 +-#: rc.cpp:115 ++#: rc.cpp:111 + #, no-c-format + msgid "Download bandwidth (in KB/sec):" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 305 +-#: rc.cpp:118 ++#: rc.cpp:114 + #, fuzzy, no-c-format + msgid "Folders" + msgstr "Aplankai" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 324 +-#: rc.cpp:121 ++#: rc.cpp:117 + #, fuzzy, no-c-format + msgid "Folder to store temporary files:" + msgstr "Aplankas, kuriame K3b laiko laikinas bylas" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 342 +-#: rc.cpp:124 ++#: rc.cpp:120 + #, fuzzy, no-c-format + msgid "Move completed downloads to:" + msgstr "Parsisiųsti" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 353 +-#: rc.cpp:128 ++#: rc.cpp:123 + #, fuzzy, no-c-format + msgid "&Automatically save downloads to:" + msgstr "A&utomatiškai pažymės ženkliukus" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 395 +-#: rc.cpp:131 ++#: rc.cpp:126 + #, fuzzy, no-c-format + msgid "Copy .torrent files to:" + msgstr "Esama byla" + + #. i18n: file ./apps/ktorrent/ktorrentui.rc line 34 +-#: rc.cpp:144 ++#: rc.cpp:138 + #, no-c-format + msgid "Download Toolbar" + msgstr "" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 27 +-#: rc.cpp:150 ++#: rc.cpp:144 + #, fuzzy, no-c-format + msgid "Set the speed limits for torrent" + msgstr "Stabdyti dokumento krovimą" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 51 +-#: rc.cpp:153 ++#: rc.cpp:147 + #, fuzzy, no-c-format + msgid "Max upload rate:" + msgstr "Maksimalus bitų kiekis per sekundę:" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 59 +-#: rc.cpp:156 ++#: rc.cpp:150 + #, fuzzy, no-c-format + msgid "Max download rate:" + msgstr "Maksimalus bitų kiekis per sekundę:" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 97 +-#: rc.cpp:159 rc.cpp:162 ++#: rc.cpp:153 rc.cpp:156 + #, no-c-format + msgid "KB/s (0 is no limit)" + msgstr "" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 16 +-#: rc.cpp:171 ++#: rc.cpp:165 + #, no-c-format + msgid "Add potential peer" + msgstr "" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 35 +-#: rc.cpp:174 ++#: rc.cpp:168 + #, no-c-format + msgid "Peer IP:" + msgstr "" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 43 +-#: rc.cpp:177 rc.cpp:208 ++#: rc.cpp:171 rc.cpp:201 + #, no-c-format + msgid "127.0.0.1" + msgstr "" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 51 +-#: rc.cpp:180 rc.cpp:288 rc.cpp:525 rc.cpp:931 ++#: rc.cpp:174 rc.cpp:279 rc.cpp:504 rc.cpp:908 + #, no-c-format + msgid "Port:" + msgstr "Prievadas:" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 100 +-#: rc.cpp:183 ++#: rc.cpp:177 + #, no-c-format + msgid "Enter peer IP and port." + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 16 +-#: rc.cpp:193 ++#: rc.cpp:186 + #, fuzzy, no-c-format + msgid "KTorrent Blacklist" + msgstr "Esama byla" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 30 +-#: rc.cpp:196 ++#: rc.cpp:189 + #, no-c-format + msgid "" + "Note: Blacklist applies to current session only. Use save/open to save your " +@@ -1331,187 +1331,187 @@ msgid "" + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 41 +-#: rc.cpp:199 ++#: rc.cpp:192 + #, no-c-format + msgid "Banned Peers" + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 50 +-#: rc.cpp:202 ++#: rc.cpp:195 + #, no-c-format + msgid "Peer IP address" + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 96 +-#: rc.cpp:205 ++#: rc.cpp:198 + #, no-c-format + msgid "Add peer:" + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 134 +-#: rc.cpp:215 ++#: rc.cpp:207 + #, no-c-format + msgid "Adds a peer to blacklist" + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 168 +-#: rc.cpp:222 ++#: rc.cpp:213 + #, no-c-format + msgid "Removes selected peer from blacklist" + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 176 +-#: rc.cpp:225 ++#: rc.cpp:216 + #, no-c-format + msgid "C&lear" + msgstr "Iš&valyti" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 182 +-#: rc.cpp:228 ++#: rc.cpp:219 + #, no-c-format + msgid "Clears this list" + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 218 +-#: rc.cpp:234 ++#: rc.cpp:225 + #, no-c-format + msgid "Save &As..." + msgstr "Įrašyti &kaip..." + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 224 +-#: rc.cpp:237 ++#: rc.cpp:228 + #, no-c-format + msgid "Save this blacklist to use with KTorrent IPFilter plugin" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 59 +-#: rc.cpp:252 ++#: rc.cpp:243 + #, no-c-format + msgid "Maximum downloads:" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 86 +-#: rc.cpp:255 ++#: rc.cpp:246 + #, no-c-format + msgid "Maximum seeds:" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 94 +-#: rc.cpp:258 ++#: rc.cpp:249 + #, no-c-format + msgid "Start download on low disk space :" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 102 +-#: rc.cpp:261 ++#: rc.cpp:252 + #, no-c-format + msgid "Minimum disk space:" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 140 +-#: rc.cpp:264 ++#: rc.cpp:255 + #, no-c-format + msgid "Don't start" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 145 +-#: rc.cpp:267 ++#: rc.cpp:258 + #, no-c-format + msgid "Always ask" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 150 +-#: rc.cpp:270 ++#: rc.cpp:261 + #, fuzzy, no-c-format + msgid "Force start" + msgstr "Takeliai" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 208 +-#: rc.cpp:273 ++#: rc.cpp:264 + #, no-c-format + msgid "MB" + msgstr "MB" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 236 +-#: rc.cpp:276 rc.cpp:279 rc.cpp:312 rc.cpp:315 rc.cpp:324 ++#: rc.cpp:267 rc.cpp:270 rc.cpp:303 rc.cpp:306 rc.cpp:315 + #, no-c-format + msgid "(0 is no limit)" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 330 +-#: rc.cpp:285 ++#: rc.cpp:276 + #, fuzzy, no-c-format + msgid "Maximum download rate:" + msgstr "Maksimalus bitų kiekis per sekundę:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 346 +-#: rc.cpp:291 ++#: rc.cpp:282 + #, no-c-format + msgid "Global connection limit:" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 354 +-#: rc.cpp:294 ++#: rc.cpp:285 + #, fuzzy, no-c-format + msgid "Max seed time:" + msgstr "Dydžių santykis:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 370 +-#: rc.cpp:297 ++#: rc.cpp:288 + #, no-c-format + msgid "Maximum connections per torrent:" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 397 +-#: rc.cpp:300 ++#: rc.cpp:291 + #, no-c-format + msgid "Number of upload slots:" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 405 +-#: rc.cpp:303 ++#: rc.cpp:294 + #, fuzzy, no-c-format + msgid "UDP tracker port:" + msgstr "Popieriaus formatas:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 413 +-#: rc.cpp:306 ++#: rc.cpp:297 + #, fuzzy, no-c-format + msgid "Max share ratio:" + msgstr "Dydžių santykis:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 421 +-#: rc.cpp:309 ++#: rc.cpp:300 + #, no-c-format + msgid "Maximum upload rate:" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 576 +-#: rc.cpp:318 rc.cpp:321 ++#: rc.cpp:309 rc.cpp:312 + #, no-c-format + msgid "KB/sec (0 is no limit)" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 651 +-#: rc.cpp:327 ++#: rc.cpp:318 + #, no-c-format + msgid "Hours (0 is no limit)" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 663 +-#: rc.cpp:330 ++#: rc.cpp:321 + #, no-c-format + msgid "&Keep seeding after download is finished" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 674 +-#: rc.cpp:333 ++#: rc.cpp:324 + #, no-c-format + msgid "Attention" + msgstr "Dėmesio" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 685 +-#: rc.cpp:336 ++#: rc.cpp:327 + #, no-c-format + msgid "" + "The above ports must also be forwarded if you are behind a router. The UPnP " +@@ -1519,283 +1519,283 @@ msgid "" + msgstr "" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 16 +-#: rc.cpp:339 ++#: rc.cpp:330 + #, no-c-format + msgid "KT Queue Dialog" + msgstr "" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 69 +-#: rc.cpp:348 rc.cpp:386 rc.cpp:1107 ++#: rc.cpp:339 rc.cpp:372 rc.cpp:1067 + #, fuzzy, no-c-format + msgid "Status:" + msgstr "Būsena:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 85 +-#: rc.cpp:351 rc.cpp:389 rc.cpp:1808 ++#: rc.cpp:342 rc.cpp:375 rc.cpp:1751 + #, fuzzy, no-c-format + msgid "Tracker:" + msgstr "Takelis" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 93 +-#: rc.cpp:354 rc.cpp:392 rc.cpp:1805 ++#: rc.cpp:345 rc.cpp:378 rc.cpp:1748 + #, no-c-format + msgid "DHT:" + msgstr "" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 109 +-#: rc.cpp:357 rc.cpp:395 rc.cpp:1061 ++#: rc.cpp:348 rc.cpp:381 rc.cpp:1025 + #, fuzzy, no-c-format + msgid "Share ratio:" + msgstr "Dydžių santykis:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 117 +-#: rc.cpp:360 ++#: rc.cpp:351 + #, no-c-format + msgid "Bytes left:" + msgstr "" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 177 +-#: rc.cpp:368 rc.cpp:377 ++#: rc.cpp:354 rc.cpp:363 + #, fuzzy, no-c-format + msgid "Torrent" + msgstr "Esama byla" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 188 +-#: rc.cpp:371 rc.cpp:380 ++#: rc.cpp:357 rc.cpp:366 + #, no-c-format + msgid "Controlled by" + msgstr "" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 214 +-#: rc.cpp:374 ++#: rc.cpp:360 + #, fuzzy, no-c-format + msgid "Upload&s" + msgstr "Parsisiųsti" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 333 +-#: rc.cpp:398 ++#: rc.cpp:384 + #, fuzzy, no-c-format + msgid "Uploaded:" + msgstr "Parsisiųsti" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 486 +-#: rc.cpp:406 ++#: rc.cpp:387 + #, no-c-format + msgid "M&ove up" + msgstr "" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 494 +-#: rc.cpp:409 ++#: rc.cpp:390 + #, no-c-format + msgid "Move dow&n" + msgstr "" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 519 +-#: rc.cpp:412 ++#: rc.cpp:393 + #, no-c-format + msgid "Move to top" + msgstr "" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 530 +-#: rc.cpp:416 ++#: rc.cpp:396 + #, no-c-format + msgid "Move to &bottom" + msgstr "" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 555 +-#: rc.cpp:419 ++#: rc.cpp:399 + #, no-c-format + msgid "&QM Controlled" + msgstr "" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 563 +-#: rc.cpp:422 ++#: rc.cpp:402 + #, no-c-format + msgid "&User Controlled" + msgstr "" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 30 +-#: rc.cpp:434 ++#: rc.cpp:414 + #, no-c-format + msgid "Paste URL" + msgstr "" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 52 +-#: rc.cpp:437 rc.cpp:1104 rc.cpp:1919 ++#: rc.cpp:417 rc.cpp:1064 rc.cpp:1859 + #, no-c-format + msgid "URL:" + msgstr "URL:" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 106 +-#: rc.cpp:440 ++#: rc.cpp:420 + #, fuzzy, no-c-format + msgid "O&K" + msgstr "O&K" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 114 +-#: rc.cpp:443 rc.cpp:675 rc.cpp:1176 ++#: rc.cpp:423 rc.cpp:653 rc.cpp:1128 + #, fuzzy, no-c-format + msgid "C&ancel" + msgstr "Atš&aukti" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 16 +-#: rc.cpp:446 ++#: rc.cpp:426 + #, fuzzy, no-c-format + msgid "Create Torrent" + msgstr "Sukurtas:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 38 +-#: rc.cpp:449 ++#: rc.cpp:429 + #, no-c-format + msgid "The file or folder of which you want to create a torrent:" + msgstr "" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 53 +-#: rc.cpp:452 ++#: rc.cpp:432 + #, fuzzy, no-c-format + msgid "You must add at least one tracker or node." + msgstr "Turite nurodyti bent vieną spausdintuvą." + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 61 +-#: rc.cpp:455 ++#: rc.cpp:435 + #, no-c-format + msgid "File Options" + msgstr "Bylos parinktys" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 80 +-#: rc.cpp:458 ++#: rc.cpp:438 + #, fuzzy, no-c-format + msgid "Size of each chunk:" + msgstr "Fono krepšio dydis:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 86 +-#: rc.cpp:461 ++#: rc.cpp:441 + #, no-c-format + msgid "32" + msgstr "32" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 91 +-#: rc.cpp:464 ++#: rc.cpp:444 + #, no-c-format + msgid "64" + msgstr "64" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 96 +-#: rc.cpp:467 ++#: rc.cpp:447 + #, fuzzy, no-c-format + msgid "128" + msgstr "128" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 101 +-#: rc.cpp:470 ++#: rc.cpp:450 + #, fuzzy, no-c-format + msgid "256" + msgstr "16" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 106 +-#: rc.cpp:473 ++#: rc.cpp:453 + #, fuzzy, no-c-format + msgid "512" + msgstr "12" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 111 +-#: rc.cpp:476 ++#: rc.cpp:456 + #, fuzzy, no-c-format + msgid "1024" + msgstr "224" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 116 +-#: rc.cpp:479 ++#: rc.cpp:459 + #, no-c-format + msgid "2048" + msgstr "" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 121 +-#: rc.cpp:482 ++#: rc.cpp:462 + #, no-c-format + msgid "4096" + msgstr "" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 126 +-#: rc.cpp:485 ++#: rc.cpp:465 + #, no-c-format + msgid "8192" + msgstr "" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 138 +-#: rc.cpp:488 rc.cpp:633 ++#: rc.cpp:468 rc.cpp:611 + #, no-c-format + msgid "KB" + msgstr "KB" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 165 +-#: rc.cpp:491 ++#: rc.cpp:471 + #, fuzzy, no-c-format + msgid "Start seedin&g the torrent" + msgstr "Stabdyti dokumento krovimą" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 176 +-#: rc.cpp:494 ++#: rc.cpp:474 + #, no-c-format + msgid "Decentrali&zed (DHT only)" + msgstr "" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 184 +-#: rc.cpp:497 ++#: rc.cpp:477 + #, no-c-format + msgid "Private torrent (DHT not allowed)" + msgstr "" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 202 +-#: rc.cpp:500 ++#: rc.cpp:480 + #, fuzzy, no-c-format + msgid "Comments:" + msgstr "Komentarai:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 248 +-#: rc.cpp:503 ++#: rc.cpp:483 + #, fuzzy, no-c-format + msgid "&Create" + msgstr "&Sukurti" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 262 +-#: rc.cpp:506 rc.cpp:1325 ++#: rc.cpp:486 rc.cpp:1277 + #, fuzzy, no-c-format + msgid "Ca&ncel" + msgstr "A&tšaukti" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 275 +-#: plugins/infowidget/infowidgetplugin.cpp:214 rc.cpp:509 rc.cpp:1101 ++#: plugins/infowidget/infowidgetplugin.cpp:214 rc.cpp:489 rc.cpp:1061 + #, fuzzy, no-c-format + msgid "Trackers" + msgstr "Takeliai" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 283 +-#: rc.cpp:512 ++#: rc.cpp:492 + #, no-c-format + msgid "DHT nodes" + msgstr "" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 333 +-#: rc.cpp:522 ++#: rc.cpp:501 + #, fuzzy, no-c-format + msgid "Node:" + msgstr "Vardas:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 385 +-#: rc.cpp:528 ++#: rc.cpp:507 + #, no-c-format + msgid "IP or hostname" + msgstr "" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 396 +-#: rc.cpp:531 rc.cpp:718 rc.cpp:721 ++#: rc.cpp:510 rc.cpp:695 rc.cpp:698 + #, no-c-format + msgid "Port" + msgstr "Prievadas" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 437 +-#: rc.cpp:534 ++#: rc.cpp:513 + #, no-c-format + msgid "" + "NOTE: Some known good DHT nodes are already inserted. You should probably " +@@ -1803,19 +1803,19 @@ msgid "" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 16 +-#: rc.cpp:537 ++#: rc.cpp:516 + #, fuzzy, no-c-format + msgid "Advanced Preferences" + msgstr "Sinchronizavimo pasirinkimai" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 46 +-#: rc.cpp:543 ++#: rc.cpp:522 + #, no-c-format + msgid "Time left estimation algorithm:" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 53 +-#: rc.cpp:546 rc.cpp:568 ++#: rc.cpp:525 rc.cpp:547 + #, no-c-format + msgid "" + "KTorrent algorithm: Default algorithm using combination of other " +@@ -1831,427 +1831,427 @@ msgid "" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 64 +-#: rc.cpp:556 ++#: rc.cpp:535 + #, fuzzy, no-c-format + msgid "Current speed" + msgstr "&Numatytasis paieškos variklis:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 69 +-#: rc.cpp:559 ++#: rc.cpp:538 + #, no-c-format + msgid "Global average speed" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 74 +-#: rc.cpp:562 ++#: rc.cpp:541 + #, no-c-format + msgid "Window of X" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 79 +-#: rc.cpp:565 ++#: rc.cpp:544 + #, no-c-format + msgid "Moving average" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 98 +-#: rc.cpp:575 ++#: rc.cpp:554 + #, no-c-format + msgid "(takes effect after restart)" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 125 +-#: rc.cpp:578 ++#: rc.cpp:557 + #, no-c-format + msgid "Disa&ble diskspace preallocation" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 141 +-#: rc.cpp:581 ++#: rc.cpp:560 + #, no-c-format + msgid "F&ully preallocate diskspace (avoids fragmentation)" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 147 +-#: rc.cpp:584 ++#: rc.cpp:563 + #, no-c-format + msgid "Basic (slow)" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 152 +-#: rc.cpp:587 ++#: rc.cpp:566 + #, no-c-format + msgid "Filesystem specific" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 174 +-#: rc.cpp:590 ++#: rc.cpp:569 + #, fuzzy, no-c-format + msgid "Performance" + msgstr "Pasirinkimai" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 193 +-#: rc.cpp:593 ++#: rc.cpp:572 + #, no-c-format + msgid "Memory usage:" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 199 +-#: rc.cpp:596 ++#: rc.cpp:575 + #, no-c-format + msgid "Low" + msgstr "Žemas" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 204 +-#: rc.cpp:599 ++#: rc.cpp:578 + #, no-c-format + msgid "Medium" + msgstr "Vidutinis" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 209 +-#: rc.cpp:602 ++#: rc.cpp:581 + #, no-c-format + msgid "High" + msgstr "Aukštas" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 248 +-#: rc.cpp:605 ++#: rc.cpp:584 + #, fuzzy, no-c-format + msgid "GUI update interval:" + msgstr "Tik &kitas šablonas" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 254 +-#: rc.cpp:608 ++#: rc.cpp:587 + #, no-c-format + msgid "500ms" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 259 +-#: rc.cpp:611 ++#: rc.cpp:590 + #, no-c-format + msgid "1s" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 264 +-#: rc.cpp:614 ++#: rc.cpp:593 + #, no-c-format + msgid "2s" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 269 +-#: rc.cpp:617 ++#: rc.cpp:596 + #, no-c-format + msgid "5s" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 308 +-#: rc.cpp:620 ++#: rc.cpp:599 + #, no-c-format + msgid "Fast CPU" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 342 +-#: rc.cpp:624 ++#: rc.cpp:602 + #, no-c-format + msgid "Slow CPU" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 354 +-#: rc.cpp:627 ++#: rc.cpp:605 + #, no-c-format + msgid "Data Checking" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 373 +-#: rc.cpp:630 ++#: rc.cpp:608 + #, no-c-format + msgid "During uploading, do ¬ recheck chunks bigger than" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 430 +-#: rc.cpp:636 ++#: rc.cpp:614 + #, no-c-format + msgid "Do a data integrit&y check after" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 449 +-#: rc.cpp:639 ++#: rc.cpp:617 + #, no-c-format + msgid "corrupted chunks" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 478 +-#: rc.cpp:642 ++#: rc.cpp:620 + #, no-c-format + msgid "Networking" + msgstr "Tinklai" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 505 +-#: rc.cpp:645 ++#: rc.cpp:623 + #, no-c-format + msgid "Maximum number of connection setups:" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 527 +-#: rc.cpp:648 ++#: rc.cpp:626 + #, no-c-format + msgid "DSCP for IP packets:" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 570 +-#: rc.cpp:651 ++#: rc.cpp:629 + #, no-c-format + msgid "Do not use the KDE pro&xy settings for HTTP tracker connections" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 586 +-#: rc.cpp:654 ++#: rc.cpp:632 + #, fuzzy, no-c-format + msgid "HTTP tracker proxy:" + msgstr "Popieriaus formatas:" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 24 +-#: rc.cpp:657 ++#: rc.cpp:635 + #, no-c-format + msgid "Scanning data" + msgstr "" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 38 +-#: rc.cpp:660 ++#: rc.cpp:638 + #, no-c-format + msgid "Scanning data of torrent :" + msgstr "" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 62 +-#: rc.cpp:663 ++#: rc.cpp:641 + #, no-c-format + msgid "Number of chunks found :" + msgstr "" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 70 +-#: rc.cpp:666 ++#: rc.cpp:644 + #, no-c-format + msgid "Number of chunks failed / not downloaded :" + msgstr "" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 97 +-#: rc.cpp:669 rc.cpp:672 ++#: rc.cpp:647 rc.cpp:650 + #, no-c-format + msgid "0" + msgstr "0" + + #. i18n: file ./apps/ktupnptest/mainwidget.ui line 54 +-#: rc.cpp:678 ++#: rc.cpp:656 + #, no-c-format + msgid "Test" + msgstr "Testas" + + #. i18n: file ./libktorrent/labelviewitembase.ui line 49 +-#: rc.cpp:685 ++#: rc.cpp:662 + #, no-c-format + msgid "textLabel2" + msgstr "" + + #. i18n: file ./libktorrent/labelviewitembase.ui line 65 +-#: rc.cpp:688 ++#: rc.cpp:665 + #, no-c-format + msgid "textLabel3" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 10 +-#: rc.cpp:691 ++#: rc.cpp:668 + #, no-c-format + msgid "Maximum number of downloads (0 = no limit)" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 15 +-#: rc.cpp:694 ++#: rc.cpp:671 + #, no-c-format + msgid "Maximum number of seeds (0 = no limit)" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 20 +-#: rc.cpp:697 ++#: rc.cpp:674 + #, no-c-format + msgid "Start downloads on low disk space?" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 24 +-#: rc.cpp:700 ++#: rc.cpp:677 + #, no-c-format + msgid "Maximum number of connections per torrent (0 = no limit)" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 29 +-#: rc.cpp:703 ++#: rc.cpp:680 + #, no-c-format + msgid "Maximum number of connections for all torrents (0 = no limit) " + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 34 +-#: rc.cpp:706 ++#: rc.cpp:683 + #, no-c-format + msgid "Maximum upload speed in KB/sec (0 = no limit)" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 39 +-#: rc.cpp:709 ++#: rc.cpp:686 + #, no-c-format + msgid "Maximum download speed in KB/sec (0 = no limit)" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 44 +-#: rc.cpp:712 ++#: rc.cpp:689 + #, no-c-format + msgid "Maximum share ratio(0 = no limit)" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 49 +-#: rc.cpp:715 ++#: rc.cpp:692 + #, no-c-format + msgid "Maximum seed time in hours (0 = no limit)" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 66 +-#: rc.cpp:724 ++#: rc.cpp:701 + #, no-c-format + msgid "Show a system tray icon" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 70 +-#: rc.cpp:727 ++#: rc.cpp:704 + #, no-c-format + msgid "Show speed bar in tray icon" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 74 +-#: rc.cpp:730 ++#: rc.cpp:707 + #, no-c-format + msgid "Download bandwidth (in kb/s):" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 80 +-#: rc.cpp:733 ++#: rc.cpp:710 + #, no-c-format + msgid "Upload bandwidth (in kb/s):" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 86 +-#: rc.cpp:736 ++#: rc.cpp:713 + #, no-c-format + msgid "Show popup messages when torrent is finished." + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 90 +-#: rc.cpp:739 ++#: rc.cpp:716 + #, no-c-format + msgid "Keep seeding after download has finished" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 94 +-#: rc.cpp:742 ++#: rc.cpp:719 + #, fuzzy, no-c-format + msgid "Folder to store temporary files" + msgstr "Aplankas, kuriame K3b laiko laikinas bylas" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 98 +-#: rc.cpp:745 ++#: rc.cpp:722 + #, fuzzy, no-c-format + msgid "Whether to automatically save downloads to saveDir" + msgstr "A&utomatiškai pažymės ženkliukus" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 102 +-#: rc.cpp:748 ++#: rc.cpp:725 + #, fuzzy, no-c-format + msgid "Folder to store downloaded files" + msgstr "Aplankas, kuriame reikia generuoti bylas" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 106 +-#: rc.cpp:751 ++#: rc.cpp:728 + #, fuzzy, no-c-format + msgid "Whether to automatically move completed downloads to completedDir" + msgstr "A&utomatiškai pažymės ženkliukus" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 110 +-#: rc.cpp:754 ++#: rc.cpp:731 + #, fuzzy, no-c-format + msgid "Folder to move completed downloaded files to" + msgstr "Aplankas, kuriame reikia generuoti bylas" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 114 +-#: rc.cpp:757 ++#: rc.cpp:734 + #, fuzzy, no-c-format + msgid "Whether to automatically copy .torrent files to torrentCopyDir" + msgstr "A&utomatiškai pažymės ženkliukus" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 118 +-#: rc.cpp:760 ++#: rc.cpp:737 + #, fuzzy, no-c-format + msgid "Folder to copy .torrent files to" + msgstr "Aplankas, kuriame K3b laiko laikinas bylas" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 122 +-#: rc.cpp:763 ++#: rc.cpp:740 + #, no-c-format + msgid "Whether to use a custom IP to pass to the tracker" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 126 +-#: rc.cpp:766 ++#: rc.cpp:743 + #, no-c-format + msgid "Directory which was used as the last save directory" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 130 +-#: rc.cpp:769 ++#: rc.cpp:746 + #, no-c-format + msgid "IP to pass to the tracker" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 134 +-#: rc.cpp:772 ++#: rc.cpp:749 + #, no-c-format + msgid "Memory usage" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 138 +-#: rc.cpp:775 ++#: rc.cpp:752 + #, fuzzy, no-c-format + msgid "GUI update interval" + msgstr "Tik &kitas šablonas" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 142 +-#: rc.cpp:778 ++#: rc.cpp:755 + #, no-c-format + msgid "Support for DHT" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 146 +-#: rc.cpp:781 ++#: rc.cpp:758 + #, no-c-format + msgid "DHT port" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 152 +-#: rc.cpp:784 ++#: rc.cpp:761 + #, no-c-format + msgid "Number of upload slots" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 196 +-#: rc.cpp:793 ++#: rc.cpp:770 + #, no-c-format + msgid "Columns shown in KTorrentView" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 205 +-#: rc.cpp:796 ++#: rc.cpp:773 + #, no-c-format + msgid "ET algorithm" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 227 +-#: rc.cpp:799 ++#: rc.cpp:776 + #, no-c-format + msgid "" + "When there's no space left to complete download and free diskspace is less than " +@@ -2259,271 +2259,271 @@ msgid "" + msgstr "" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 16 +-#: rc.cpp:802 ++#: rc.cpp:779 + #, no-c-format + msgid "Plugin Manager" + msgstr "Priedų tvarkyklė" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 48 +-#: rc.cpp:805 ++#: rc.cpp:782 + #, no-c-format + msgid "Load" + msgstr "Įkelti" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 56 +-#: rc.cpp:808 ++#: rc.cpp:785 + #, fuzzy, no-c-format + msgid "U&nload" + msgstr "Parsisiųsti" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 64 +-#: rc.cpp:811 ++#: rc.cpp:788 + #, no-c-format + msgid "Load &All" + msgstr "" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 72 +-#: rc.cpp:814 ++#: rc.cpp:791 + #, fuzzy, no-c-format + msgid "&Unload All" + msgstr "Parsisiųsti" + + #. i18n: file ./plugins/upnp/ktupnpplugin.kcfg line 10 +-#: rc.cpp:817 ++#: rc.cpp:794 + #, no-c-format + msgid "Default UPnP device to use" + msgstr "" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 16 +-#: plugins/upnp/upnpplugin.cpp:46 plugins/upnp/upnpprefpage.cpp:31 rc.cpp:820 ++#: plugins/upnp/upnpplugin.cpp:46 plugins/upnp/upnpprefpage.cpp:31 rc.cpp:797 + #, no-c-format + msgid "UPnP" + msgstr "" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 35 +-#: rc.cpp:823 ++#: rc.cpp:800 + #, no-c-format + msgid "Detected devices:" + msgstr "" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 41 +-#: rc.cpp:826 ++#: rc.cpp:803 + #, fuzzy, no-c-format + msgid "Device" + msgstr "Įrenginys" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 52 +-#: rc.cpp:829 ++#: rc.cpp:806 + #, no-c-format + msgid "Ports Forwarded" + msgstr "" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 63 +-#: rc.cpp:832 ++#: rc.cpp:809 + #, no-c-format + msgid "WAN Connection" + msgstr "" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 91 +-#: rc.cpp:835 ++#: rc.cpp:812 + #, no-c-format + msgid "Forw&ard Ports" + msgstr "" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 99 +-#: rc.cpp:838 ++#: rc.cpp:815 + #, no-c-format + msgid "Undo Port Forwarding" + msgstr "" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 124 +-#: rc.cpp:841 ++#: rc.cpp:818 + #, no-c-format + msgid "Rescan" + msgstr "" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 9 +-#: rc.cpp:844 ++#: rc.cpp:821 + #, no-c-format + msgid "Enable scanning of folder1?" + msgstr "" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 14 +-#: rc.cpp:847 ++#: rc.cpp:824 + #, no-c-format + msgid "Enable scanning of folder2?" + msgstr "" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 19 +-#: rc.cpp:850 ++#: rc.cpp:827 + #, no-c-format + msgid "Enable scanning of folder3?" + msgstr "" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 24 +-#: rc.cpp:853 ++#: rc.cpp:830 + #, fuzzy, no-c-format + msgid "Folder1 path" + msgstr "Visos bylos" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 29 +-#: rc.cpp:856 ++#: rc.cpp:833 + #, fuzzy, no-c-format + msgid "Folder2 path" + msgstr "Visos bylos" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 34 +-#: rc.cpp:859 ++#: rc.cpp:836 + #, fuzzy, no-c-format + msgid "Folder3 path" + msgstr "Visos bylos" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 39 +-#: rc.cpp:862 ++#: rc.cpp:839 + #, fuzzy, no-c-format + msgid "Whether to open torrent silently or not." + msgstr "Nepavyksta atidaryti bylos %1." + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 44 +-#: rc.cpp:865 ++#: rc.cpp:842 + #, no-c-format + msgid "Delete action checked." + msgstr "" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 49 +-#: rc.cpp:868 ++#: rc.cpp:845 + #, no-c-format + msgid "Move action checked." + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 16 +-#: rc.cpp:871 ++#: rc.cpp:848 + #, fuzzy, no-c-format + msgid "ScanFolder Preferences" + msgstr "Sinchronizavimo pasirinkimai" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 35 +-#: rc.cpp:874 ++#: rc.cpp:851 + #, no-c-format + msgid "Scan folder &1" + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 38 +-#: rc.cpp:877 rc.cpp:1480 ++#: rc.cpp:854 rc.cpp:1424 + #, no-c-format + msgid "Alt+1" + msgstr "Alt+1" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 46 +-#: rc.cpp:880 ++#: rc.cpp:857 + #, no-c-format + msgid "Scan folder &2" + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 49 +-#: rc.cpp:883 rc.cpp:1471 rc.cpp:1495 ++#: rc.cpp:860 rc.cpp:1415 rc.cpp:1439 + #, no-c-format + msgid "Alt+2" + msgstr "Alt+2" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 57 +-#: rc.cpp:886 ++#: rc.cpp:863 + #, no-c-format + msgid "Scan folder &3" + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 60 +-#: rc.cpp:889 rc.cpp:1465 ++#: rc.cpp:866 rc.cpp:1409 + #, no-c-format + msgid "Alt+3" + msgstr "Alt+3" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 81 +-#: rc.cpp:895 ++#: rc.cpp:872 + #, no-c-format + msgid "Move to \"loaded\" directory &after loading" + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 84 +-#: rc.cpp:898 ++#: rc.cpp:875 + #, no-c-format + msgid "Move torrent to \"loaded\" directory after loading it" + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 92 +-#: rc.cpp:901 ++#: rc.cpp:878 + #, fuzzy, no-c-format + msgid "Open torrents silentl&y" + msgstr "Esama byla" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 95 +-#: rc.cpp:904 ++#: rc.cpp:881 + #, no-c-format + msgid "Do not show 'Select files to download' dialog" + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 103 +-#: rc.cpp:907 ++#: rc.cpp:884 + #, no-c-format + msgid "Delete after loadin&g" + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 106 +-#: rc.cpp:910 ++#: rc.cpp:887 + #, no-c-format + msgid "Deletes torrent after loading" + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 116 +-#: rc.cpp:913 ++#: rc.cpp:890 + #, fuzzy, no-c-format + msgid "Folders to scan" + msgstr "Visos bylos" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 151 +-#: rc.cpp:916 ++#: rc.cpp:893 + #, fuzzy, no-c-format + msgid "Folder 1:" + msgstr "Visos bylos" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 162 +-#: rc.cpp:919 ++#: rc.cpp:896 + #, fuzzy, no-c-format + msgid "Folder 2:" + msgstr "Visos bylos" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 173 +-#: rc.cpp:922 ++#: rc.cpp:899 + #, fuzzy, no-c-format + msgid "Folder 3:" + msgstr "Visos bylos" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 30 +-#: rc.cpp:925 rc.cpp:1895 ++#: rc.cpp:902 rc.cpp:1838 + #, fuzzy, no-c-format + msgid "Search Preferences" + msgstr "Sinchronizavimo pasirinkimai" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 41 +-#: rc.cpp:928 ++#: rc.cpp:905 + #, no-c-format + msgid "Web Server" + msgstr "" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 82 +-#: rc.cpp:934 ++#: rc.cpp:911 + #, no-c-format + msgid "Forward port" + msgstr "" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 107 +-#: rc.cpp:937 ++#: rc.cpp:914 + #, no-c-format + msgid "Session TTL (in sec):" + msgstr "" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 142 +-#: rc.cpp:940 ++#: rc.cpp:917 + #, fuzzy, no-c-format + msgid "Select interface:" + msgstr "" +@@ -2535,254 +2535,254 @@ msgstr "" + "Pasirinkti nieko" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 173 +-#: rc.cpp:943 ++#: rc.cpp:920 + #, no-c-format + msgid "Username:" + msgstr "Naudotojo vardas:" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 188 +-#: rc.cpp:946 ++#: rc.cpp:923 + #, no-c-format + msgid "Change password ..." + msgstr "" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 206 +-#: rc.cpp:949 ++#: rc.cpp:926 + #, no-c-format + msgid "Php executable path:" + msgstr "" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 10 +-#: rc.cpp:953 ++#: rc.cpp:929 + #, no-c-format + msgid "Port number" + msgstr "" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 15 +-#: rc.cpp:956 ++#: rc.cpp:932 + #, no-c-format + msgid "forward Port" + msgstr "" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 20 +-#: rc.cpp:959 ++#: rc.cpp:935 + #, no-c-format + msgid "Session time to live" + msgstr "" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 24 +-#: rc.cpp:962 ++#: rc.cpp:938 + #, fuzzy, no-c-format + msgid "interface skin" + msgstr "Bendros parinktys" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 28 +-#: rc.cpp:965 ++#: rc.cpp:941 + #, no-c-format + msgid "php executable path" + msgstr "" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 33 +-#: rc.cpp:968 ++#: rc.cpp:944 + #, no-c-format + msgid "username" + msgstr "" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 37 +-#: rc.cpp:971 ++#: rc.cpp:947 + #, no-c-format + msgid "password" + msgstr "" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 16 +-#: plugins/infowidget/infowidgetplugin.cpp:194 rc.cpp:974 rc.cpp:1046 ++#: plugins/infowidget/infowidgetplugin.cpp:194 rc.cpp:950 rc.cpp:1010 + #, fuzzy, no-c-format + msgid "Chunks" + msgstr "Chorus" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 43 +-#: rc.cpp:977 ++#: rc.cpp:953 + #, fuzzy, no-c-format + msgid "Total:" + msgstr "Iš viso:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 81 +-#: rc.cpp:981 ++#: rc.cpp:956 + #, fuzzy, no-c-format + msgid "Currently downloading:" + msgstr "Esama eilutė:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 119 +-#: rc.cpp:985 ++#: rc.cpp:959 + #, no-c-format + msgid "Downloaded:" + msgstr "" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 157 +-#: rc.cpp:989 ++#: rc.cpp:962 + #, fuzzy, no-c-format + msgid "Excluded:" + msgstr "I&šskyrus ruožą:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 195 +-#: rc.cpp:993 ++#: rc.cpp:965 + #, no-c-format + msgid "Left:" + msgstr "" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 233 +-#: rc.cpp:997 ++#: rc.cpp:968 + #, fuzzy, no-c-format + msgid "Size:" + msgstr "Dydis:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 280 +-#: rc.cpp:1001 ++#: rc.cpp:971 + #, no-c-format + msgid "Chunk" + msgstr "" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 291 +-#: rc.cpp:1004 ++#: rc.cpp:974 + #, no-c-format + msgid "Progress" + msgstr "Eiga" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 302 +-#: rc.cpp:1007 ++#: rc.cpp:977 + #, no-c-format + msgid "Peer" + msgstr "" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 324 +-#: rc.cpp:1013 ++#: rc.cpp:983 + #, no-c-format + msgid "Assigned Peers" + msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 63 +-#: rc.cpp:1022 ++#: rc.cpp:992 + #, fuzzy, no-c-format + msgid "Seeders:" + msgstr "Siuntėjas:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 71 +-#: rc.cpp:1025 ++#: rc.cpp:995 + #, fuzzy, no-c-format + msgid "Leechers:" + msgstr "SSL šifras:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 129 +-#: rc.cpp:1030 ++#: rc.cpp:998 + #, fuzzy, no-c-format + msgid "Average Down Speed:" + msgstr "Vidutinis" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 177 +-#: rc.cpp:1035 ++#: rc.cpp:1001 + #, fuzzy, no-c-format + msgid "Average Up Speed:" + msgstr "Vidutinis" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 195 +-#: rc.cpp:1038 rc.cpp:1111 ++#: rc.cpp:1004 rc.cpp:1070 + #, fuzzy, no-c-format + msgid "Next update in:" + msgstr "Tik &kitas šablonas" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 203 +-#: rc.cpp:1041 ++#: rc.cpp:1007 + #, fuzzy, no-c-format + msgid "Tracker Status:" + msgstr "Takeliai" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 332 +-#: rc.cpp:1049 ++#: rc.cpp:1013 + #, no-c-format + msgid "Parts of the torrent which have been downloaded:" + msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 367 +-#: rc.cpp:1052 ++#: rc.cpp:1016 + #, no-c-format + msgid "Parts of the torrent which are available:" + msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 457 +-#: rc.cpp:1055 ++#: rc.cpp:1019 + #, no-c-format + msgid "Sharing" + msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 487 +-#: rc.cpp:1058 ++#: rc.cpp:1022 + #, no-c-format + msgid "" + "Your upload will stop when share ratio gets to this value. Zero means no limit." + msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 525 +-#: rc.cpp:1064 ++#: rc.cpp:1028 + #, no-c-format + msgid "Your upload will stop when you have uploaded for this many hours." + msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 533 +-#: rc.cpp:1067 ++#: rc.cpp:1031 + #, no-c-format + msgid "Hours" + msgstr "Valandos" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 543 +-#: rc.cpp:1070 ++#: rc.cpp:1034 + #, no-c-format + msgid "Ratio limit:" + msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 549 +-#: rc.cpp:1074 ++#: rc.cpp:1037 + #, no-c-format + msgid "Limit works only in seed mode" + msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 557 +-#: rc.cpp:1077 ++#: rc.cpp:1040 + #, no-c-format + msgid "Time &limit:" + msgstr "" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 37 +-#: rc.cpp:1081 ++#: rc.cpp:1043 + #, fuzzy, no-c-format + msgid "&Update Tracker" + msgstr "Takelis" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 40 +-#: rc.cpp:1084 ++#: rc.cpp:1046 + #, no-c-format + msgid "Minimum update interval - 60 seconds" + msgstr "" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 48 +-#: rc.cpp:1087 ++#: rc.cpp:1049 + #, fuzzy, no-c-format + msgid "Add Trac&ker" + msgstr "Takelis" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 64 +-#: rc.cpp:1090 ++#: rc.cpp:1052 + #, fuzzy, no-c-format + msgid "Remove Tracker" + msgstr "Takelis" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 75 +-#: rc.cpp:1094 ++#: rc.cpp:1055 + #, fuzzy, no-c-format + msgid "Ch&ange Tracker" + msgstr "Takelis" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 100 +-#: rc.cpp:1097 ++#: rc.cpp:1058 + #, fuzzy, no-c-format + msgid "Restore Defaults" + msgstr "" +@@ -2800,79 +2800,79 @@ msgstr "" + "numatytas" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 10 +-#: rc.cpp:1115 ++#: rc.cpp:1073 + #, no-c-format + msgid "Show peer view tab in main window" + msgstr "" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 14 +-#: rc.cpp:1118 ++#: rc.cpp:1076 + #, no-c-format + msgid "Show chunk download view tab in main window" + msgstr "" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 18 +-#: rc.cpp:1121 ++#: rc.cpp:1079 + #, no-c-format + msgid "Show trackers view tab in main window" + msgstr "" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 24 +-#: rc.cpp:1124 ++#: rc.cpp:1082 + #, no-c-format + msgid "Show list of peers" + msgstr "" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 35 +-#: rc.cpp:1128 ++#: rc.cpp:1085 + #, fuzzy, no-c-format + msgid "Show list of chunks currentl&y downloading" + msgstr "Esama eilutė:" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 60 +-#: rc.cpp:1131 ++#: rc.cpp:1088 + #, no-c-format + msgid "Show list of trackers" + msgstr "" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 16 +-#: rc.cpp:1135 ++#: rc.cpp:1091 + #, fuzzy, no-c-format + msgid "IPBlocking Preferences" + msgstr "Pasirinkimai" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 47 +-#: rc.cpp:1138 ++#: rc.cpp:1094 + #, fuzzy, no-c-format + msgid "Select PeerGuardian Filter File " + msgstr "Esama byla" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 58 +-#: rc.cpp:1141 ++#: rc.cpp:1097 + #, fuzzy, no-c-format + msgid "Use PeerGuardian filter?" + msgstr "Esama byla" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 77 +-#: rc.cpp:1145 ++#: rc.cpp:1100 + #, no-c-format + msgid "IP filter file:" + msgstr "" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 85 +-#: rc.cpp:1148 ++#: rc.cpp:1103 + #, no-c-format + msgid "http://www.bluetack.co.uk/modules.php?name=Downloads&d_op=getit&lid=8" + msgstr "" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 123 +-#: rc.cpp:1151 ++#: rc.cpp:1106 + #, fuzzy, no-c-format + msgid "Dow&nload/Convert" + msgstr "Tik atsiųsti" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 134 +-#: rc.cpp:1154 ++#: rc.cpp:1109 + #, no-c-format + msgid "" + "Download PeerGuardian filter from bluetack.co.uk or blocklist.org.\n" +@@ -2880,25 +2880,25 @@ msgid "" + msgstr "" + + #. i18n: file ./plugins/ipfilter/ktipfilterplugin.kcfg line 10 +-#: rc.cpp:1159 ++#: rc.cpp:1113 + #, no-c-format + msgid "Level1 filter url" + msgstr "" + + #. i18n: file ./plugins/ipfilter/ktipfilterplugin.kcfg line 14 +-#: rc.cpp:1162 ++#: rc.cpp:1116 + #, no-c-format + msgid "Use level1 filter?" + msgstr "" + + #. i18n: file ./plugins/ipfilter/convert_dlg.ui line 24 +-#: plugins/ipfilter/convertdialog.cpp:155 rc.cpp:1165 ++#: plugins/ipfilter/convertdialog.cpp:155 rc.cpp:1119 + #, fuzzy, no-c-format + msgid "Converting..." + msgstr "Valoma %1..." + + #. i18n: file ./plugins/ipfilter/convert_dlg.ui line 41 +-#: rc.cpp:1168 ++#: rc.cpp:1122 + #, no-c-format + msgid "" + "Click on the 'convert' button to start converting antip2p file. NOTE: This " +@@ -2907,61 +2907,61 @@ msgid "" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 27 +-#: rc.cpp:1179 ++#: rc.cpp:1131 + #, no-c-format + msgid "Update" + msgstr "Atnaujinti" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 46 +-#: rc.cpp:1182 rc.cpp:1268 ++#: rc.cpp:1134 rc.cpp:1220 + #, no-c-format + msgid "Update charts every" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 71 +-#: rc.cpp:1185 ++#: rc.cpp:1137 + #, fuzzy, no-c-format + msgid "GUI updates" + msgstr "Tik &kitas šablonas" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 92 +-#: rc.cpp:1188 rc.cpp:1271 ++#: rc.cpp:1140 rc.cpp:1223 + #, no-c-format + msgid "Gather data every" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 120 +-#: rc.cpp:1191 ++#: rc.cpp:1143 + #, no-c-format + msgid "miliseconds" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 135 +-#: rc.cpp:1194 ++#: rc.cpp:1146 + #, no-c-format + msgid "Maximum" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 154 +-#: rc.cpp:1197 ++#: rc.cpp:1149 + #, no-c-format + msgid "Maximum speed scale mode:" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 165 +-#: rc.cpp:1203 ++#: rc.cpp:1155 + #, no-c-format + msgid "Exact" + msgstr "Tiksliai" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 175 +-#: rc.cpp:1206 ++#: rc.cpp:1158 + #, no-c-format + msgid "See 'What's this' for more help" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 180 +-#: rc.cpp:1209 ++#: rc.cpp:1161 + #, no-c-format + msgid "" + "Set maximum value on OY scale as:\n" +@@ -2970,804 +2970,804 @@ msgid "" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 192 +-#: rc.cpp:1214 rc.cpp:1247 ++#: rc.cpp:1166 rc.cpp:1199 + #, no-c-format + msgid "Peers speed" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 211 +-#: rc.cpp:1217 ++#: rc.cpp:1169 + #, no-c-format + msgid "Peers speed:" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 222 +-#: rc.cpp:1220 ++#: rc.cpp:1172 + #, no-c-format + msgid "update every" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 244 +-#: rc.cpp:1223 ++#: rc.cpp:1175 + #, no-c-format + msgid "chart data updates" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 254 +-#: rc.cpp:1226 ++#: rc.cpp:1178 + #, no-c-format + msgid "Gathering data about many connected peers can be CPU consuming." + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 267 +-#: rc.cpp:1229 ++#: rc.cpp:1181 + #, no-c-format + msgid "Peers connections" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 270 +-#: rc.cpp:1232 ++#: rc.cpp:1184 + #, no-c-format + msgid "Large values can obscure charts of connected peers" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 289 +-#: rc.cpp:1235 ++#: rc.cpp:1187 + #, no-c-format + msgid "Show seeders in swarms" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 297 +-#: rc.cpp:1238 ++#: rc.cpp:1190 + #, no-c-format + msgid "Show leechers in swarms" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 309 +-#: rc.cpp:1241 ++#: rc.cpp:1193 + #, no-c-format + msgid "Measurements count" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 392 +-#: rc.cpp:1250 rc.cpp:1265 ++#: rc.cpp:1202 rc.cpp:1217 + #, fuzzy, no-c-format + msgid "Upload" + msgstr "Įkelti" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 424 +-#: rc.cpp:1253 ++#: rc.cpp:1205 + #, no-c-format + msgid "Connections" + msgstr "" + + #. i18n: file ./plugins/stats/statsspdwgt.ui line 40 +-#: plugins/infowidget/infowidgetplugin.cpp:173 rc.cpp:1262 rc.cpp:1304 ++#: plugins/infowidget/infowidgetplugin.cpp:173 rc.cpp:1214 rc.cpp:1256 + #, no-c-format + msgid "Peers" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 18 +-#: rc.cpp:1274 ++#: rc.cpp:1226 + #, no-c-format + msgid "Toggle peers speed charts" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 22 +-#: rc.cpp:1277 ++#: rc.cpp:1229 + #, no-c-format + msgid "Interval between getting data about peers speed" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 26 +-#: rc.cpp:1280 ++#: rc.cpp:1232 + #, no-c-format + msgid "Toggle drawing of leechers in swarms" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 30 +-#: rc.cpp:1283 ++#: rc.cpp:1235 + #, no-c-format + msgid "Toggle drawing of seeders in swarms" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 35 +-#: rc.cpp:1286 ++#: rc.cpp:1238 + #, fuzzy, no-c-format + msgid "Download mesurments count" + msgstr "Tik atsiųsti" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 39 +-#: rc.cpp:1289 ++#: rc.cpp:1241 + #, no-c-format + msgid "Peers speed mesurments count" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 43 +-#: rc.cpp:1292 ++#: rc.cpp:1244 + #, no-c-format + msgid "Upload mesurments count" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 47 +-#: rc.cpp:1295 ++#: rc.cpp:1247 + #, no-c-format + msgid "Connections mesurments count" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 51 +-#: rc.cpp:1298 ++#: rc.cpp:1250 + #, no-c-format + msgid "DHT mesurments count" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 56 +-#: rc.cpp:1301 ++#: rc.cpp:1253 + #, no-c-format + msgid "OY axis max mode" + msgstr "" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 16 +-#: rc.cpp:1310 ++#: rc.cpp:1262 + #, no-c-format + msgid "Import an existing download" + msgstr "" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 49 +-#: rc.cpp:1313 ++#: rc.cpp:1265 + #, fuzzy, no-c-format + msgid "Torrent:" + msgstr "Esama byla" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 63 +-#: rc.cpp:1316 ++#: rc.cpp:1268 + #, no-c-format + msgid "Data:" + msgstr "" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 95 +-#: rc.cpp:1319 ++#: rc.cpp:1271 + #, no-c-format + msgid "" + "Please specify the torrent and the data already downloaded for that torrent." + msgstr "" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 133 +-#: rc.cpp:1322 ++#: rc.cpp:1274 + #, no-c-format + msgid "&Import" + msgstr "&Importuoti" + + #. i18n: file ./plugins/rssfeed/ktrssfeedplugin.kcfg line 10 +-#: rc.cpp:1328 ++#: rc.cpp:1280 + #, fuzzy, no-c-format + msgid "default" + msgstr "įprastas" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 18 +-#: rc.cpp:1331 ++#: rc.cpp:1283 + #, no-c-format + msgid "Rss Feeds" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 36 +-#: rc.cpp:1334 ++#: rc.cpp:1286 + #, fuzzy, no-c-format + msgid "Feeds" + msgstr "Kanalai" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 78 +-#: rc.cpp:1337 ++#: rc.cpp:1289 + #, no-c-format + msgid "De&lete" + msgstr "&Ištrinti" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 86 +-#: rc.cpp:1340 rc.cpp:1382 rc.cpp:1392 ++#: rc.cpp:1292 rc.cpp:1331 rc.cpp:1340 + #, no-c-format + msgid "&New" + msgstr "&Naujas" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 117 +-#: rc.cpp:1343 ++#: rc.cpp:1295 + #, fuzzy, no-c-format + msgid "&URL" + msgstr "URL" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 139 +-#: rc.cpp:1346 ++#: rc.cpp:1298 + #, no-c-format + msgid "Articles" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 216 +-#: rc.cpp:1353 ++#: rc.cpp:1304 + #, no-c-format + msgid "Auto&refresh" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 242 +-#: rc.cpp:1356 ++#: rc.cpp:1307 + #, no-c-format + msgid "I&gnore TTL" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 270 +-#: rc.cpp:1359 ++#: rc.cpp:1310 + #, no-c-format + msgid "Refresh" + msgstr "Atnaujinti" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 299 +-#: rc.cpp:1363 rc.cpp:1395 ++#: rc.cpp:1313 rc.cpp:1343 + #, no-c-format + msgid "&Title" + msgstr "Ant&raštė" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 323 +-#: rc.cpp:1366 ++#: rc.cpp:1316 + #, no-c-format + msgid "Keep Articles (days)" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 347 +-#: rc.cpp:1369 rc.cpp:1398 ++#: rc.cpp:1319 rc.cpp:1346 + #, no-c-format + msgid "&Active" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 362 +-#: rc.cpp:1372 ++#: rc.cpp:1322 + #, fuzzy, no-c-format + msgid "Filters" + msgstr "Filtrai" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 389 +-#: rc.cpp:1375 ++#: rc.cpp:1325 + #, fuzzy, no-c-format + msgid "Accept Filters" + msgstr "Visos bylos" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 440 +-#: rc.cpp:1385 ++#: rc.cpp:1334 + #, no-c-format + msgid "Reject Filters" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 557 +-#: rc.cpp:1401 ++#: rc.cpp:1349 + #, no-c-format + msgid "Regular Expressions" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 587 +-#: rc.cpp:1404 ++#: rc.cpp:1352 + #, no-c-format + msgid "Treat as &Series" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 624 +-#: rc.cpp:1407 ++#: rc.cpp:1355 + #, fuzzy, no-c-format + msgid "Process" + msgstr "Eiga" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 643 +-#: rc.cpp:1411 ++#: rc.cpp:1358 + #, no-c-format + msgid "Series Criteria" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 679 +-#: rc.cpp:1414 ++#: rc.cpp:1361 + #, no-c-format + msgid "Match Without Episode" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 713 +-#: rc.cpp:1418 ++#: rc.cpp:1364 + #, no-c-format + msgid "Max Episode" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 739 +-#: rc.cpp:1421 ++#: rc.cpp:1367 + #, fuzzy, no-c-format + msgid "Max Season" + msgstr "Dydžių santykis:" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 758 +-#: rc.cpp:1424 ++#: rc.cpp:1370 + #, no-c-format + msgid "Min Season" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 782 +-#: rc.cpp:1427 ++#: rc.cpp:1373 + #, no-c-format + msgid "Min Episode" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 814 +-#: rc.cpp:1430 ++#: rc.cpp:1376 + #, no-c-format + msgid "Test te&xt" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 840 +-#: rc.cpp:1433 ++#: rc.cpp:1379 + #, no-c-format + msgid "Te&st" + msgstr "Te&stas" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 858 +-#: rc.cpp:1436 ++#: rc.cpp:1382 + #, fuzzy, no-c-format + msgid "Filter Matches" + msgstr "Visos bylos" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 28 +-#: rc.cpp:1447 ++#: rc.cpp:1391 + #, no-c-format + msgid "Bandwidth scheduler" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 50 +-#: rc.cpp:1450 ++#: rc.cpp:1394 + #, no-c-format + msgid "Left click category" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 61 +-#: rc.cpp:1453 ++#: rc.cpp:1397 + #, no-c-format + msgid "Categor&y 1" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 157 +-#: rc.cpp:1456 rc.cpp:1483 ++#: rc.cpp:1400 rc.cpp:1427 + #, no-c-format + msgid "T&urn off" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 165 +-#: rc.cpp:1459 rc.cpp:1486 ++#: rc.cpp:1403 rc.cpp:1430 + #, no-c-format + msgid "&Normal" + msgstr "&Normalus" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 195 +-#: rc.cpp:1462 ++#: rc.cpp:1406 + #, no-c-format + msgid "Category &3" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 206 +-#: rc.cpp:1468 rc.cpp:1492 ++#: rc.cpp:1412 rc.cpp:1436 + #, no-c-format + msgid "Category &2" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 219 +-#: rc.cpp:1474 ++#: rc.cpp:1418 + #, no-c-format + msgid "Right click category" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 230 +-#: rc.cpp:1477 ++#: rc.cpp:1421 + #, no-c-format + msgid "Category &1" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 367 +-#: rc.cpp:1489 ++#: rc.cpp:1433 + #, no-c-format + msgid "&Category 3" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 390 +-#: rc.cpp:1498 ++#: rc.cpp:1442 + #, no-c-format + msgid "Categories" + msgstr "Kategorijos" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 401 +-#: rc.cpp:1501 ++#: rc.cpp:1445 + #, no-c-format + msgid "1. Category" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 409 +-#: rc.cpp:1504 ++#: rc.cpp:1448 + #, no-c-format + msgid "3. Category" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 425 +-#: rc.cpp:1507 rc.cpp:1516 rc.cpp:1525 ++#: rc.cpp:1451 rc.cpp:1460 rc.cpp:1469 + #, fuzzy, no-c-format + msgid "download:" + msgstr "Parsisiųsti" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 441 +-#: rc.cpp:1510 rc.cpp:1519 rc.cpp:1528 ++#: rc.cpp:1454 rc.cpp:1463 rc.cpp:1472 + #, fuzzy, no-c-format + msgid "upload:" + msgstr "Parsisiųsti" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 457 +-#: rc.cpp:1513 rc.cpp:1522 rc.cpp:1531 ++#: rc.cpp:1457 rc.cpp:1466 rc.cpp:1475 + #, no-c-format + msgid "KB/s *" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 567 +-#: rc.cpp:1534 ++#: rc.cpp:1478 + #, no-c-format + msgid "2. Category" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 626 +-#: rc.cpp:1538 ++#: rc.cpp:1481 + #, no-c-format + msgid "* zero means no limit" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 672 +-#: rc.cpp:1541 ++#: rc.cpp:1484 + #, no-c-format + msgid "Save to file" + msgstr "Išsaugoti į bylą" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 680 +-#: rc.cpp:1544 ++#: rc.cpp:1487 + #, no-c-format + msgid "&Load from file" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 688 +-#: rc.cpp:1547 ++#: rc.cpp:1490 + #, no-c-format + msgid "Reset schedule" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 751 +-#: rc.cpp:1550 ++#: rc.cpp:1493 + #, fuzzy, no-c-format + msgid "O&k" + msgstr "Ge&rai" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 16 +-#: rc.cpp:1559 ++#: rc.cpp:1502 + #, no-c-format + msgid "Scheduler Plugin Pref Page" + msgstr "" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 27 +-#: rc.cpp:1562 ++#: rc.cpp:1505 + #, no-c-format + msgid "Use &bandwidth scheduler?" + msgstr "" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 35 +-#: plugins/scheduler/schedulerplugin.cpp:59 rc.cpp:1565 ++#: plugins/scheduler/schedulerplugin.cpp:59 rc.cpp:1508 + #, no-c-format + msgid "Bandwidth Scheduler" + msgstr "" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 46 +-#: rc.cpp:1568 ++#: rc.cpp:1511 + #, no-c-format + msgid "Use colors instead of pi&xmaps?" + msgstr "" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 54 +-#: rc.cpp:1571 ++#: rc.cpp:1514 + #, no-c-format + msgid "(Recommended for slower systems)" + msgstr "" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 62 +-#: rc.cpp:1574 ++#: rc.cpp:1517 + #, no-c-format + msgid "Edit s&chedule" + msgstr "" + + #. i18n: file ./plugins/scheduler/ktschedulerplugin.kcfg line 10 +-#: rc.cpp:1577 ++#: rc.cpp:1520 + #, no-c-format + msgid "Enable bandwidth scheduler?" + msgstr "" + + #. i18n: file ./plugins/scheduler/ktschedulerplugin.kcfg line 14 +-#: rc.cpp:1580 ++#: rc.cpp:1523 + #, no-c-format + msgid "Use colors instead of pixmaps?" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 10 +-#: rc.cpp:1583 ++#: rc.cpp:1526 + #, no-c-format + msgid "Use rich log text" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 15 +-#: rc.cpp:1586 ++#: rc.cpp:1529 + #, no-c-format + msgid "General info messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 19 +-#: rc.cpp:1589 ++#: rc.cpp:1532 + #, no-c-format + msgid "Connections messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 23 +-#: rc.cpp:1592 ++#: rc.cpp:1535 + #, no-c-format + msgid "DHT messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 27 +-#: rc.cpp:1595 ++#: rc.cpp:1538 + #, no-c-format + msgid "Tracker info messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 31 +-#: rc.cpp:1598 ++#: rc.cpp:1541 + #, fuzzy, no-c-format + msgid "Disk IO info messages flag" + msgstr "Bylos parinktys" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 35 +-#: rc.cpp:1601 ++#: rc.cpp:1544 + #, no-c-format + msgid "IPFilter plugin messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 39 +-#: rc.cpp:1604 ++#: rc.cpp:1547 + #, no-c-format + msgid "Search plugin messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 43 +-#: rc.cpp:1607 ++#: rc.cpp:1550 + #, no-c-format + msgid "PartFileImport plugin messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 47 +-#: rc.cpp:1610 ++#: rc.cpp:1553 + #, no-c-format + msgid "InfoWidget plugin messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 51 +-#: rc.cpp:1613 ++#: rc.cpp:1556 + #, no-c-format + msgid "UPnP plugin messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 55 +-#: rc.cpp:1616 ++#: rc.cpp:1559 + #, fuzzy, no-c-format + msgid "ScanFolder plugin messages flag" + msgstr "Bylos parinktys" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 59 +-#: rc.cpp:1619 ++#: rc.cpp:1562 + #, fuzzy, no-c-format + msgid "Scheduler plugin messages flag" + msgstr "Bylos parinktys" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 63 +-#: rc.cpp:1622 ++#: rc.cpp:1565 + #, fuzzy, no-c-format + msgid "RSS plugin messages flag" + msgstr "Bylos parinktys" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 67 +-#: rc.cpp:1625 ++#: rc.cpp:1568 + #, fuzzy, no-c-format + msgid "WebInterface plugin messages flag" + msgstr "Bylos parinktys" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 16 +-#: plugins/logviewer/logprefpage.cpp:31 rc.cpp:1628 ++#: plugins/logviewer/logprefpage.cpp:31 rc.cpp:1571 + #, fuzzy, no-c-format + msgid "LogViewer Options" + msgstr "Bylos parinktys" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 44 +-#: libktorrent/pluginmanagerprefpage.cpp:63 rc.cpp:1631 ++#: libktorrent/pluginmanagerprefpage.cpp:63 rc.cpp:1574 + #, no-c-format + msgid "Plugins" + msgstr "Priedai" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 53 +-#: rc.cpp:1634 rc.cpp:1652 rc.cpp:1670 rc.cpp:1691 rc.cpp:1706 rc.cpp:1724 +-#: rc.cpp:1745 rc.cpp:1763 rc.cpp:1778 rc.cpp:1811 rc.cpp:1826 rc.cpp:1841 +-#: rc.cpp:1859 rc.cpp:1874 ++#: rc.cpp:1577 rc.cpp:1595 rc.cpp:1613 rc.cpp:1634 rc.cpp:1649 rc.cpp:1667 ++#: rc.cpp:1688 rc.cpp:1706 rc.cpp:1721 rc.cpp:1754 rc.cpp:1769 rc.cpp:1784 ++#: rc.cpp:1802 rc.cpp:1817 + #, no-c-format + msgid "All" + msgstr "Visi" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 58 +-#: rc.cpp:1637 rc.cpp:1655 rc.cpp:1673 rc.cpp:1694 rc.cpp:1709 rc.cpp:1727 +-#: rc.cpp:1748 rc.cpp:1766 rc.cpp:1781 rc.cpp:1814 rc.cpp:1829 rc.cpp:1844 +-#: rc.cpp:1862 rc.cpp:1877 ++#: rc.cpp:1580 rc.cpp:1598 rc.cpp:1616 rc.cpp:1637 rc.cpp:1652 rc.cpp:1670 ++#: rc.cpp:1691 rc.cpp:1709 rc.cpp:1724 rc.cpp:1757 rc.cpp:1772 rc.cpp:1787 ++#: rc.cpp:1805 rc.cpp:1820 + #, no-c-format + msgid "Debug" + msgstr "Išriktuoti" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 63 +-#: rc.cpp:1640 rc.cpp:1658 rc.cpp:1676 rc.cpp:1697 rc.cpp:1712 rc.cpp:1730 +-#: rc.cpp:1751 rc.cpp:1769 rc.cpp:1784 rc.cpp:1817 rc.cpp:1832 rc.cpp:1847 +-#: rc.cpp:1865 rc.cpp:1880 ++#: rc.cpp:1583 rc.cpp:1601 rc.cpp:1619 rc.cpp:1640 rc.cpp:1655 rc.cpp:1673 ++#: rc.cpp:1694 rc.cpp:1712 rc.cpp:1727 rc.cpp:1760 rc.cpp:1775 rc.cpp:1790 ++#: rc.cpp:1808 rc.cpp:1823 + #, no-c-format + msgid "Notice" + msgstr "" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 68 +-#: rc.cpp:1643 rc.cpp:1661 rc.cpp:1679 rc.cpp:1700 rc.cpp:1715 rc.cpp:1733 +-#: rc.cpp:1754 rc.cpp:1772 rc.cpp:1787 rc.cpp:1820 rc.cpp:1835 rc.cpp:1850 +-#: rc.cpp:1868 rc.cpp:1883 ++#: rc.cpp:1586 rc.cpp:1604 rc.cpp:1622 rc.cpp:1643 rc.cpp:1658 rc.cpp:1676 ++#: rc.cpp:1697 rc.cpp:1715 rc.cpp:1730 rc.cpp:1763 rc.cpp:1778 rc.cpp:1793 ++#: rc.cpp:1811 rc.cpp:1826 + #, no-c-format + msgid "Important" + msgstr "Svarbus" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 73 +-#: rc.cpp:1646 rc.cpp:1664 rc.cpp:1682 rc.cpp:1703 rc.cpp:1718 rc.cpp:1736 +-#: rc.cpp:1757 rc.cpp:1775 rc.cpp:1790 rc.cpp:1823 rc.cpp:1838 rc.cpp:1853 +-#: rc.cpp:1871 rc.cpp:1886 ++#: rc.cpp:1589 rc.cpp:1607 rc.cpp:1625 rc.cpp:1646 rc.cpp:1661 rc.cpp:1679 ++#: rc.cpp:1700 rc.cpp:1718 rc.cpp:1733 rc.cpp:1766 rc.cpp:1781 rc.cpp:1796 ++#: rc.cpp:1814 rc.cpp:1829 + #, no-c-format + msgid "None" + msgstr "Nieko" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 85 +-#: rc.cpp:1649 ++#: rc.cpp:1592 + #, fuzzy, no-c-format + msgid "IPFilter:" + msgstr "Pasirinkimai" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 126 +-#: rc.cpp:1667 ++#: rc.cpp:1610 + #, fuzzy, no-c-format + msgid "Search:" + msgstr "Ieškoti:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 167 +-#: rc.cpp:1685 ++#: rc.cpp:1628 + #, no-c-format + msgid "UPnP:" + msgstr "" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 178 +-#: rc.cpp:1688 ++#: rc.cpp:1631 + #, fuzzy, no-c-format + msgid "ScanFolder:" + msgstr "Visos bylos" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 249 +-#: rc.cpp:1721 ++#: rc.cpp:1664 + #, fuzzy, no-c-format + msgid "Scheduler:" + msgstr "Siuntėjas:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 290 +-#: rc.cpp:1739 ++#: rc.cpp:1682 + #, no-c-format + msgid "PartFileImport:" + msgstr "" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 301 +-#: rc.cpp:1742 ++#: rc.cpp:1685 + #, no-c-format + msgid "InfoWidget:" + msgstr "" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 342 +-#: rc.cpp:1760 ++#: rc.cpp:1703 + #, no-c-format + msgid "RSS plugin:" + msgstr "" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 413 +-#: rc.cpp:1793 ++#: rc.cpp:1736 + #, fuzzy, no-c-format + msgid "WebInterface plugin:" + msgstr "Bendros parinktys" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 426 +-#: rc.cpp:1796 ++#: rc.cpp:1739 + #, no-c-format + msgid "System" + msgstr "Sistema" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 437 +-#: rc.cpp:1799 ++#: rc.cpp:1742 + #, fuzzy, no-c-format + msgid "General:" + msgstr "Bendra" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 445 +-#: rc.cpp:1802 ++#: rc.cpp:1745 + #, no-c-format + msgid "Connections:" + msgstr "" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 559 +-#: rc.cpp:1856 ++#: rc.cpp:1799 + #, no-c-format + msgid "Disk I/O:" + msgstr "" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 640 +-#: rc.cpp:1892 ++#: rc.cpp:1835 + #, no-c-format + msgid "Use rich te&xt for log" + msgstr "" + + #. i18n: file ./plugins/search/searchpref.ui line 41 +-#: rc.cpp:1898 ++#: rc.cpp:1841 + #, no-c-format + msgid "External Browser" + msgstr "" + + #. i18n: file ./plugins/search/searchpref.ui line 52 +-#: rc.cpp:1901 ++#: rc.cpp:1844 + #, no-c-format + msgid "Open searches in external browser" + msgstr "" + + #. i18n: file ./plugins/search/searchpref.ui line 60 +-#: rc.cpp:1904 rc.cpp:1955 ++#: rc.cpp:1847 rc.cpp:1892 + #, no-c-format + msgid "Use default browser" + msgstr "" + + #. i18n: file ./plugins/search/searchpref.ui line 79 +-#: rc.cpp:1908 ++#: rc.cpp:1850 + #, no-c-format + msgid "Custom browser path:" + msgstr "" + + #. i18n: file ./plugins/search/searchpref.ui line 116 +-#: rc.cpp:1912 ++#: rc.cpp:1853 + #, fuzzy, no-c-format + msgid "Search Engines" + msgstr "&Iškoti kanalų" + + #. i18n: file ./plugins/search/searchpref.ui line 143 +-#: rc.cpp:1916 ++#: rc.cpp:1856 + #, fuzzy, no-c-format + msgid "Search engine name:" + msgstr "Ieškoti &paslaugų teikėjo vardą:" + + #. i18n: file ./plugins/search/searchpref.ui line 187 +-#: rc.cpp:1922 ++#: rc.cpp:1862 + #, fuzzy, no-c-format + msgid "&Add" + msgstr "&Pridėti" + + #. i18n: file ./plugins/search/searchpref.ui line 195 +-#: rc.cpp:1925 ++#: rc.cpp:1865 + #, fuzzy, no-c-format + msgid "Engines" + msgstr "Anglų" + + #. i18n: file ./plugins/search/searchpref.ui line 206 +-#: rc.cpp:1928 ++#: rc.cpp:1868 + #, no-c-format + msgid "URL" + msgstr "URL" + + #. i18n: file ./plugins/search/searchpref.ui line 257 +-#: rc.cpp:1934 ++#: rc.cpp:1874 + #, fuzzy, no-c-format + msgid "R&emove All" + msgstr "" +@@ -3781,7 +3781,7 @@ msgstr "" + "&Pašalinti" + + #. i18n: file ./plugins/search/searchpref.ui line 282 +-#: rc.cpp:1937 ++#: rc.cpp:1877 + #, fuzzy, no-c-format + msgid "Add Defau<" + msgstr "" +@@ -3799,38 +3799,38 @@ msgstr "" + "numatytas" + + #. i18n: file ./plugins/search/searchpref.ui line 290 +-#: rc.cpp:1940 ++#: rc.cpp:1880 + #, fuzzy, no-c-format + msgid "Update From Internet" + msgstr "Tik &kitas šablonas" + + #. i18n: file ./plugins/search/searchbar.ui line 53 + #: plugins/search/searchplugin.cpp:50 plugins/search/searchtab.cpp:48 +-#: rc.cpp:1946 ++#: rc.cpp:1883 + #, no-c-format + msgid "Search" + msgstr "Ieškoti" + + #. i18n: file ./plugins/search/searchbar.ui line 78 +-#: rc.cpp:1949 ++#: rc.cpp:1886 + #, fuzzy, no-c-format + msgid "Search engine:" + msgstr "Ieškoti &tik:" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 10 +-#: rc.cpp:1952 ++#: rc.cpp:1889 + #, fuzzy, no-c-format + msgid "Current search engine" + msgstr "&Numatytasis paieškos variklis:" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 19 +-#: rc.cpp:1958 ++#: rc.cpp:1895 + #, no-c-format + msgid "Use custom browser" + msgstr "" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 23 +-#: rc.cpp:1961 ++#: rc.cpp:1898 + #, no-c-format + msgid "Custom browser executable path" + msgstr "" +@@ -4126,34 +4126,34 @@ msgstr "" + msgid "Stopped. No space left on device." + msgstr "" + +-#: libktorrent/torrent/queuemanager.cpp:135 ++#: libktorrent/torrent/queuemanager.cpp:136 + msgid "" + "You don't have enough disk space to download this torrent. Are you sure you " + "want to continue?" + msgstr "" + +-#: libktorrent/torrent/queuemanager.cpp:135 ++#: libktorrent/torrent/queuemanager.cpp:136 + #, c-format + msgid "Insufficient disk space for %1" + msgstr "" + +-#: libktorrent/torrent/queuemanager.cpp:157 ++#: libktorrent/torrent/queuemanager.cpp:158 + msgid "" + "Torrent \"%1\" has reached its maximum share ratio. Ignore the limit and start " + "seeding anyway?" + msgstr "" + +-#: libktorrent/torrent/queuemanager.cpp:157 ++#: libktorrent/torrent/queuemanager.cpp:158 + msgid "Maximum share ratio limit reached." + msgstr "" + +-#: libktorrent/torrent/queuemanager.cpp:236 +-#: libktorrent/torrent/queuemanager.cpp:760 ++#: libktorrent/torrent/queuemanager.cpp:237 ++#: libktorrent/torrent/queuemanager.cpp:763 + #, fuzzy + msgid "Error stopping torrent %1 : %2" + msgstr "Nepavyksta atidaryti bylos %1." + +-#: libktorrent/torrent/queuemanager.cpp:742 ++#: libktorrent/torrent/queuemanager.cpp:745 + #, fuzzy + msgid "Error starting torrent %1 : %2" + msgstr "Nepavyksta atidaryti bylos %1." +diff --git a/translations/ms/messages/ktorrent.po b/translations/ms/messages/ktorrent.po +index 5103563..68cb285 100644 +--- a/translations/ms/messages/ktorrent.po ++++ b/translations/ms/messages/ktorrent.po +@@ -4,7 +4,7 @@ + msgid "" + msgstr "" + "Project-Id-Version: PACKAGE VERSION\n" +-"POT-Creation-Date: 2008-04-18 19:40+0200\n" ++"POT-Creation-Date: 2008-07-08 22:20+0200\n" + "PO-Revision-Date: 2007-02-13 12:57+0730\n" + "Last-Translator: Sharuzzaman Ahmat Raslan \n" + "Language-Team: LANGUAGE \n" +@@ -17,7 +17,7 @@ msgid "No incoming connections (possibly firewalled)" + msgstr "" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 42 +-#: apps/ktorrent/ktorrent.cpp:184 rc.cpp:345 rc.cpp:383 rc.cpp:1019 ++#: apps/ktorrent/ktorrent.cpp:184 rc.cpp:336 rc.cpp:369 rc.cpp:989 + #, no-c-format + msgid "Info" + msgstr "Maklumat" +@@ -205,7 +205,7 @@ msgstr "URL Autokonfigurasi:" + #. i18n: file ./apps/ktorrent/ktorrentui.rc line 9 + #: apps/ktorrent/groups/downloadgroup.cpp:27 + #: apps/ktorrent/groups/groupmanager.h:57 apps/ktorrent/pref.cpp:147 +-#: apps/ktorrent/viewmanager.cpp:62 rc.cpp:138 rc.cpp:342 ++#: apps/ktorrent/viewmanager.cpp:62 rc.cpp:132 rc.cpp:333 + #, no-c-format + msgid "Downloads" + msgstr "" +@@ -325,7 +325,7 @@ msgid "Document to open" + msgstr "Dokumen yang hendak dibuka" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 59 +-#: apps/ktorrent/main.cpp:120 rc.cpp:553 ++#: apps/ktorrent/main.cpp:120 rc.cpp:532 + #, no-c-format + msgid "KTorrent" + msgstr "KTorrent" +@@ -618,7 +618,7 @@ msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 85 + #: apps/ktorrent/ktorrentviewmenu.cpp:66 plugins/infowidget/peerview.cpp:221 +-#: rc.cpp:77 rc.cpp:1256 rc.cpp:1307 ++#: rc.cpp:75 rc.cpp:1208 rc.cpp:1259 + #, no-c-format + msgid "DHT" + msgstr "DHT" +@@ -666,7 +666,7 @@ msgid "Add to Group" + msgstr "Tambah Bar Alatan ke '%1'" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 16 +-#: apps/ktorrent/ktorrentviewmenu.cpp:100 rc.cpp:147 ++#: apps/ktorrent/ktorrentviewmenu.cpp:100 rc.cpp:141 + #, no-c-format + msgid "Speed Limits" + msgstr "" +@@ -685,7 +685,7 @@ msgid "Malformed IP address." + msgstr "URL Autokonfigurasi:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 311 +-#: apps/ktorrent/pref.cpp:58 rc.cpp:282 ++#: apps/ktorrent/pref.cpp:58 rc.cpp:273 + #, no-c-format + msgid "Preferences" + msgstr "Keutamaan" +@@ -720,7 +720,7 @@ msgid "Advanced" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 27 +-#: apps/ktorrent/pref.cpp:411 rc.cpp:540 ++#: apps/ktorrent/pref.cpp:411 rc.cpp:519 + #, fuzzy, no-c-format + msgid "Advanced Options" + msgstr "Opsyen Sistem Fail" +@@ -731,7 +731,7 @@ msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 16 + #: apps/ktorrent/ktorrentview.cpp:135 +-#: plugins/infowidget/infowidgetplugin.cpp:76 rc.cpp:1016 ++#: plugins/infowidget/infowidgetplugin.cpp:76 rc.cpp:986 + #, no-c-format + msgid "Status" + msgstr "Status" +@@ -755,7 +755,7 @@ msgstr "Tetapan berjaya dimuatnaik" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 313 + #: apps/ktorrent/ktorrentview.cpp:139 plugins/infowidget/peerview.cpp:216 +-#: rc.cpp:1010 ++#: rc.cpp:980 + #, fuzzy, no-c-format + msgid "Down Speed" + msgstr "Kelajuan Failover" +@@ -884,7 +884,7 @@ msgid "User" + msgstr "Pengguna" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 24 +-#: apps/ktorrent/queuedialog.cpp:75 rc.cpp:249 ++#: apps/ktorrent/queuedialog.cpp:75 rc.cpp:240 + #, fuzzy, no-c-format + msgid "Queue Manager" + msgstr "Pengurus Pencetak" +@@ -1080,8 +1080,8 @@ msgid "Start torrent" + msgstr "Fail torrent awam" + + #. i18n: file ./apps/ktorrent/fileselectdlgbase.ui line 160 +-#: plugins/infowidget/fileview.cpp:49 rc.cpp:27 rc.cpp:1244 rc.cpp:1259 +-#: rc.cpp:1349 rc.cpp:1439 ++#: plugins/infowidget/fileview.cpp:49 rc.cpp:27 rc.cpp:1196 rc.cpp:1211 ++#: rc.cpp:1301 rc.cpp:1385 + #, fuzzy, no-c-format + msgid "Download" + msgstr "Muat Turun" +@@ -1135,13 +1135,13 @@ msgid "Encryption" + msgstr "Huraian" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 58 +-#: rc.cpp:64 rc.cpp:787 ++#: rc.cpp:63 rc.cpp:764 + #, fuzzy, no-c-format + msgid "Use protocol encryption" + msgstr "Guna Hint Saiz" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 64 +-#: rc.cpp:68 ++#: rc.cpp:66 + #, no-c-format + msgid "" + "Protocol encryption is used to prevent ISP's from slowing down bittorrent " +@@ -1149,20 +1149,20 @@ msgid "" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 72 +-#: rc.cpp:71 rc.cpp:790 ++#: rc.cpp:69 rc.cpp:767 + #, no-c-format + msgid "Allow unencrypted connections" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 75 +-#: rc.cpp:74 ++#: rc.cpp:72 + #, no-c-format + msgid "" + "If unchecked, you'll be able to connect only to clients supporting encryption." + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 88 +-#: rc.cpp:80 ++#: rc.cpp:78 + #, no-c-format + msgid "" + "Distributed Hash Table protocol." +@@ -1170,169 +1170,169 @@ msgid "" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 99 +-#: rc.cpp:83 ++#: rc.cpp:81 + #, no-c-format + msgid "&Use DHT to get additional peers" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 118 +-#: rc.cpp:87 ++#: rc.cpp:84 + #, no-c-format + msgid "UDP port for DHT communication:" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 161 +-#: rc.cpp:90 ++#: rc.cpp:87 + #, fuzzy, no-c-format + msgid "Custom IP" + msgstr "%1 (widget tersendiri)" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 172 +-#: rc.cpp:93 ++#: rc.cpp:90 + #, fuzzy, no-c-format + msgid "Se&nd the tracker a custom IP address or hostname" + msgstr "Namahos atau Alamat IP/Subnet:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 188 +-#: rc.cpp:96 ++#: rc.cpp:93 + #, fuzzy, no-c-format + msgid "Custom IP address or hostname:" + msgstr "Namahos atau Alamat IP/Subnet:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 205 +-#: rc.cpp:99 ++#: rc.cpp:96 + #, fuzzy, no-c-format + msgid "System Tray Icon" + msgstr "Comment=Pengurus Sistem Kawalan Versi" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 216 +-#: rc.cpp:102 ++#: rc.cpp:99 + #, no-c-format + msgid "Show s&ystem tray icon" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 224 +-#: rc.cpp:105 ++#: rc.cpp:102 + #, fuzzy, no-c-format + msgid "Show speed &bar in tray icon" + msgstr "Aplet Amaran Dulang Sistem" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 232 +-#: rc.cpp:108 ++#: rc.cpp:105 + #, fuzzy, no-c-format + msgid "Show system tray popup messages" + msgstr "Aplet Amaran Dulang Sistem" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 251 +-#: rc.cpp:112 ++#: rc.cpp:108 + #, no-c-format + msgid "Upload bandwidth (in KB/sec):" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 276 +-#: rc.cpp:115 ++#: rc.cpp:111 + #, no-c-format + msgid "Download bandwidth (in KB/sec):" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 305 +-#: rc.cpp:118 ++#: rc.cpp:114 + #, fuzzy, no-c-format + msgid "Folders" + msgstr "Lo-Fi" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 324 +-#: rc.cpp:121 ++#: rc.cpp:117 + #, no-c-format + msgid "Folder to store temporary files:" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 342 +-#: rc.cpp:124 ++#: rc.cpp:120 + #, fuzzy, no-c-format + msgid "Move completed downloads to:" + msgstr "Muat Turun" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 353 +-#: rc.cpp:128 ++#: rc.cpp:123 + #, fuzzy, no-c-format + msgid "&Automatically save downloads to:" + msgstr "Berbalik ke yang Ter_akhir Disimpan" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 395 +-#: rc.cpp:131 ++#: rc.cpp:126 + #, fuzzy, no-c-format + msgid "Copy .torrent files to:" + msgstr "Fail torrent awam" + + #. i18n: file ./apps/ktorrent/ktorrentui.rc line 34 +-#: rc.cpp:144 ++#: rc.cpp:138 + #, fuzzy, no-c-format + msgid "Download Toolbar" + msgstr "Tambah Bar Alatan" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 27 +-#: rc.cpp:150 ++#: rc.cpp:144 + #, fuzzy, no-c-format + msgid "Set the speed limits for torrent" + msgstr "Fail torrent awam" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 51 +-#: rc.cpp:153 ++#: rc.cpp:147 + #, fuzzy, no-c-format + msgid "Max upload rate:" + msgstr "Kadar Ke_segaran Menegak:" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 59 +-#: rc.cpp:156 ++#: rc.cpp:150 + #, fuzzy, no-c-format + msgid "Max download rate:" + msgstr "Kadar Ke_segaran Menegak:" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 97 +-#: rc.cpp:159 rc.cpp:162 ++#: rc.cpp:153 rc.cpp:156 + #, fuzzy, no-c-format + msgid "KB/s (0 is no limit)" + msgstr "(tiada tetikus dikonfigurasikan)" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 16 +-#: rc.cpp:171 ++#: rc.cpp:165 + #, fuzzy, no-c-format + msgid "Add potential peer" + msgstr "Tambah Bar Alatan ke '%1'" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 35 +-#: rc.cpp:174 ++#: rc.cpp:168 + #, fuzzy, no-c-format + msgid "Peer IP:" + msgstr "Alamat rakan jauh:" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 43 +-#: rc.cpp:177 rc.cpp:208 ++#: rc.cpp:171 rc.cpp:201 + #, no-c-format + msgid "127.0.0.1" + msgstr "127.0.0.1" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 51 +-#: rc.cpp:180 rc.cpp:288 rc.cpp:525 rc.cpp:931 ++#: rc.cpp:174 rc.cpp:279 rc.cpp:504 rc.cpp:908 + #, no-c-format + msgid "Port:" + msgstr "Port:" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 100 +-#: rc.cpp:183 ++#: rc.cpp:177 + #, no-c-format + msgid "Enter peer IP and port." + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 16 +-#: rc.cpp:193 ++#: rc.cpp:186 + #, fuzzy, no-c-format + msgid "KTorrent Blacklist" + msgstr "Fail torrent awam" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 30 +-#: rc.cpp:196 ++#: rc.cpp:189 + #, no-c-format + msgid "" + "Note: Blacklist applies to current session only. Use save/open to save your " +@@ -1340,187 +1340,187 @@ msgid "" + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 41 +-#: rc.cpp:199 ++#: rc.cpp:192 + #, no-c-format + msgid "Banned Peers" + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 50 +-#: rc.cpp:202 ++#: rc.cpp:195 + #, no-c-format + msgid "Peer IP address" + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 96 +-#: rc.cpp:205 ++#: rc.cpp:198 + #, fuzzy, no-c-format + msgid "Add peer:" + msgstr "Tambah Bar Alatan" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 134 +-#: rc.cpp:215 ++#: rc.cpp:207 + #, no-c-format + msgid "Adds a peer to blacklist" + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 168 +-#: rc.cpp:222 ++#: rc.cpp:213 + #, no-c-format + msgid "Removes selected peer from blacklist" + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 176 +-#: rc.cpp:225 ++#: rc.cpp:216 + #, no-c-format + msgid "C&lear" + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 182 +-#: rc.cpp:228 ++#: rc.cpp:219 + #, no-c-format + msgid "Clears this list" + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 218 +-#: rc.cpp:234 ++#: rc.cpp:225 + #, no-c-format + msgid "Save &As..." + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 224 +-#: rc.cpp:237 ++#: rc.cpp:228 + #, no-c-format + msgid "Save this blacklist to use with KTorrent IPFilter plugin" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 59 +-#: rc.cpp:252 ++#: rc.cpp:243 + #, fuzzy, no-c-format + msgid "Maximum downloads:" + msgstr "Volum Logikal Maksimum:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 86 +-#: rc.cpp:255 ++#: rc.cpp:246 + #, fuzzy, no-c-format + msgid "Maximum seeds:" + msgstr "Volum Logikal Maksimum:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 94 +-#: rc.cpp:258 ++#: rc.cpp:249 + #, no-c-format + msgid "Start download on low disk space :" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 102 +-#: rc.cpp:261 ++#: rc.cpp:252 + #, no-c-format + msgid "Minimum disk space:" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 140 +-#: rc.cpp:264 ++#: rc.cpp:255 + #, fuzzy, no-c-format + msgid "Don't start" + msgstr "$prog tidak dimulakan..." + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 145 +-#: rc.cpp:267 ++#: rc.cpp:258 + #, no-c-format + msgid "Always ask" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 150 +-#: rc.cpp:270 ++#: rc.cpp:261 + #, fuzzy, no-c-format + msgid "Force start" + msgstr "$prog tidak dimulakan..." + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 208 +-#: rc.cpp:273 ++#: rc.cpp:264 + #, no-c-format + msgid "MB" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 236 +-#: rc.cpp:276 rc.cpp:279 rc.cpp:312 rc.cpp:315 rc.cpp:324 ++#: rc.cpp:267 rc.cpp:270 rc.cpp:303 rc.cpp:306 rc.cpp:315 + #, fuzzy, no-c-format + msgid "(0 is no limit)" + msgstr "(tiada tetikus dikonfigurasikan)" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 330 +-#: rc.cpp:285 ++#: rc.cpp:276 + #, fuzzy, no-c-format + msgid "Maximum download rate:" + msgstr "Kadar Ke_segaran Menegak:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 346 +-#: rc.cpp:291 ++#: rc.cpp:282 + #, no-c-format + msgid "Global connection limit:" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 354 +-#: rc.cpp:294 ++#: rc.cpp:285 + #, fuzzy, no-c-format + msgid "Max seed time:" + msgstr "Nama Perkongsian" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 370 +-#: rc.cpp:297 ++#: rc.cpp:288 + #, no-c-format + msgid "Maximum connections per torrent:" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 397 +-#: rc.cpp:300 ++#: rc.cpp:291 + #, fuzzy, no-c-format + msgid "Number of upload slots:" + msgstr "Papar nombor baris" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 405 +-#: rc.cpp:303 ++#: rc.cpp:294 + #, fuzzy, no-c-format + msgid "UDP tracker port:" + msgstr "Amerika/Port_of_Spain" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 413 +-#: rc.cpp:306 ++#: rc.cpp:297 + #, fuzzy, no-c-format + msgid "Max share ratio:" + msgstr "Nama Perkongsian" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 421 +-#: rc.cpp:309 ++#: rc.cpp:300 + #, fuzzy, no-c-format + msgid "Maximum upload rate:" + msgstr "Kadar Ke_segaran Menegak:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 576 +-#: rc.cpp:318 rc.cpp:321 ++#: rc.cpp:309 rc.cpp:312 + #, no-c-format + msgid "KB/sec (0 is no limit)" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 651 +-#: rc.cpp:327 ++#: rc.cpp:318 + #, fuzzy, no-c-format + msgid "Hours (0 is no limit)" + msgstr "(tiada tetikus dikonfigurasikan)" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 663 +-#: rc.cpp:330 ++#: rc.cpp:321 + #, no-c-format + msgid "&Keep seeding after download is finished" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 674 +-#: rc.cpp:333 ++#: rc.cpp:324 + #, fuzzy, no-c-format + msgid "Attention" + msgstr "Perhatian!" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 685 +-#: rc.cpp:336 ++#: rc.cpp:327 + #, no-c-format + msgid "" + "The above ports must also be forwarded if you are behind a router. The UPnP " +@@ -1528,283 +1528,283 @@ msgid "" + msgstr "" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 16 +-#: rc.cpp:339 ++#: rc.cpp:330 + #, fuzzy, no-c-format + msgid "KT Queue Dialog" + msgstr "dialog telah dibatalkan" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 69 +-#: rc.cpp:348 rc.cpp:386 rc.cpp:1107 ++#: rc.cpp:339 rc.cpp:372 rc.cpp:1067 + #, no-c-format + msgid "Status:" + msgstr "Status:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 85 +-#: rc.cpp:351 rc.cpp:389 rc.cpp:1808 ++#: rc.cpp:342 rc.cpp:375 rc.cpp:1751 + #, fuzzy, no-c-format + msgid "Tracker:" + msgstr "Maklumat penjejak" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 93 +-#: rc.cpp:354 rc.cpp:392 rc.cpp:1805 ++#: rc.cpp:345 rc.cpp:378 rc.cpp:1748 + #, no-c-format + msgid "DHT:" + msgstr "DHT:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 109 +-#: rc.cpp:357 rc.cpp:395 rc.cpp:1061 ++#: rc.cpp:348 rc.cpp:381 rc.cpp:1025 + #, fuzzy, no-c-format + msgid "Share ratio:" + msgstr "Nama Perkongsian" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 117 +-#: rc.cpp:360 ++#: rc.cpp:351 + #, no-c-format + msgid "Bytes left:" + msgstr "" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 177 +-#: rc.cpp:368 rc.cpp:377 ++#: rc.cpp:354 rc.cpp:363 + #, no-c-format + msgid "Torrent" + msgstr "Torrent" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 188 +-#: rc.cpp:371 rc.cpp:380 ++#: rc.cpp:357 rc.cpp:366 + #, fuzzy, no-c-format + msgid "Controlled by" + msgstr "Diperlukan oleh" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 214 +-#: rc.cpp:374 ++#: rc.cpp:360 + #, fuzzy, no-c-format + msgid "Upload&s" + msgstr "Tetapan berjaya dimuatnaik" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 333 +-#: rc.cpp:398 ++#: rc.cpp:384 + #, fuzzy, no-c-format + msgid "Uploaded:" + msgstr "Tetapan berjaya dimuatnaik" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 486 +-#: rc.cpp:406 ++#: rc.cpp:387 + #, fuzzy, no-c-format + msgid "M&ove up" + msgstr "Menetapkan" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 494 +-#: rc.cpp:409 ++#: rc.cpp:390 + #, fuzzy, no-c-format + msgid "Move dow&n" + msgstr "/Mudah Alih" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 519 +-#: rc.cpp:412 ++#: rc.cpp:393 + #, fuzzy, no-c-format + msgid "Move to top" + msgstr "Dokumen yang hendak dibuka" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 530 +-#: rc.cpp:416 ++#: rc.cpp:396 + #, fuzzy, no-c-format + msgid "Move to &bottom" + msgstr "Dokumen yang hendak dibuka" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 555 +-#: rc.cpp:419 ++#: rc.cpp:399 + #, fuzzy, no-c-format + msgid "&QM Controlled" + msgstr "Diperlukan oleh" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 563 +-#: rc.cpp:422 ++#: rc.cpp:402 + #, fuzzy, no-c-format + msgid "&User Controlled" + msgstr "Edit Pengguna" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 30 +-#: rc.cpp:434 ++#: rc.cpp:414 + #, fuzzy, no-c-format + msgid "Paste URL" + msgstr "URL Autokonfigurasi:" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 52 +-#: rc.cpp:437 rc.cpp:1104 rc.cpp:1919 ++#: rc.cpp:417 rc.cpp:1064 rc.cpp:1859 + #, no-c-format + msgid "URL:" + msgstr "URL:" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 106 +-#: rc.cpp:440 ++#: rc.cpp:420 + #, no-c-format + msgid "O&K" + msgstr "O&K" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 114 +-#: rc.cpp:443 rc.cpp:675 rc.cpp:1176 ++#: rc.cpp:423 rc.cpp:653 rc.cpp:1128 + #, no-c-format + msgid "C&ancel" + msgstr "" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 16 +-#: rc.cpp:446 ++#: rc.cpp:426 + #, fuzzy, no-c-format + msgid "Create Torrent" + msgstr "Pemilih torrent" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 38 +-#: rc.cpp:449 ++#: rc.cpp:429 + #, no-c-format + msgid "The file or folder of which you want to create a torrent:" + msgstr "" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 53 +-#: rc.cpp:452 ++#: rc.cpp:432 + #, fuzzy, no-c-format + msgid "You must add at least one tracker or node." + msgstr "Anda mesti masukkan sekurang-kurangnya satu Sistem Operasi" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 61 +-#: rc.cpp:455 ++#: rc.cpp:435 + #, fuzzy, no-c-format + msgid "File Options" + msgstr "Fail Wujud" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 80 +-#: rc.cpp:458 ++#: rc.cpp:438 + #, fuzzy, no-c-format + msgid "Size of each chunk:" + msgstr "Guna Hint Saiz" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 86 +-#: rc.cpp:461 ++#: rc.cpp:441 + #, no-c-format + msgid "32" + msgstr "32" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 91 +-#: rc.cpp:464 ++#: rc.cpp:444 + #, no-c-format + msgid "64" + msgstr "64" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 96 +-#: rc.cpp:467 ++#: rc.cpp:447 + #, no-c-format + msgid "128" + msgstr "128" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 101 +-#: rc.cpp:470 ++#: rc.cpp:450 + #, no-c-format + msgid "256" + msgstr "256" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 106 +-#: rc.cpp:473 ++#: rc.cpp:453 + #, no-c-format + msgid "512" + msgstr "512" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 111 +-#: rc.cpp:476 ++#: rc.cpp:456 + #, no-c-format + msgid "1024" + msgstr "1024" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 116 +-#: rc.cpp:479 ++#: rc.cpp:459 + #, no-c-format + msgid "2048" + msgstr "2048" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 121 +-#: rc.cpp:482 ++#: rc.cpp:462 + #, no-c-format + msgid "4096" + msgstr "4096" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 126 +-#: rc.cpp:485 ++#: rc.cpp:465 + #, no-c-format + msgid "8192" + msgstr "8192" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 138 +-#: rc.cpp:488 rc.cpp:633 ++#: rc.cpp:468 rc.cpp:611 + #, no-c-format + msgid "KB" + msgstr "KB" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 165 +-#: rc.cpp:491 ++#: rc.cpp:471 + #, fuzzy, no-c-format + msgid "Start seedin&g the torrent" + msgstr "Fail torrent awam" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 176 +-#: rc.cpp:494 ++#: rc.cpp:474 + #, no-c-format + msgid "Decentrali&zed (DHT only)" + msgstr "" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 184 +-#: rc.cpp:497 ++#: rc.cpp:477 + #, no-c-format + msgid "Private torrent (DHT not allowed)" + msgstr "" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 202 +-#: rc.cpp:500 ++#: rc.cpp:480 + #, no-c-format + msgid "Comments:" + msgstr "" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 248 +-#: rc.cpp:503 ++#: rc.cpp:483 + #, no-c-format + msgid "&Create" + msgstr "" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 262 +-#: rc.cpp:506 rc.cpp:1325 ++#: rc.cpp:486 rc.cpp:1277 + #, fuzzy, no-c-format + msgid "Ca&ncel" + msgstr "Lokasi sijil CA SSL." + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 275 +-#: plugins/infowidget/infowidgetplugin.cpp:214 rc.cpp:509 rc.cpp:1101 ++#: plugins/infowidget/infowidgetplugin.cpp:214 rc.cpp:489 rc.cpp:1061 + #, no-c-format + msgid "Trackers" + msgstr "" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 283 +-#: rc.cpp:512 ++#: rc.cpp:492 + #, no-c-format + msgid "DHT nodes" + msgstr "" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 333 +-#: rc.cpp:522 ++#: rc.cpp:501 + #, fuzzy, no-c-format + msgid "Node:" + msgstr "Nama:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 385 +-#: rc.cpp:528 ++#: rc.cpp:507 + #, fuzzy, no-c-format + msgid "IP or hostname" + msgstr "Namahos atau Alamat IP/Subnet:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 396 +-#: rc.cpp:531 rc.cpp:718 rc.cpp:721 ++#: rc.cpp:510 rc.cpp:695 rc.cpp:698 + #, no-c-format + msgid "Port" + msgstr "Port" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 437 +-#: rc.cpp:534 ++#: rc.cpp:513 + #, no-c-format + msgid "" + "NOTE: Some known good DHT nodes are already inserted. You should probably " +@@ -1812,19 +1812,19 @@ msgid "" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 16 +-#: rc.cpp:537 ++#: rc.cpp:516 + #, fuzzy, no-c-format + msgid "Advanced Preferences" + msgstr "Lebih Keutamaan" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 46 +-#: rc.cpp:543 ++#: rc.cpp:522 + #, no-c-format + msgid "Time left estimation algorithm:" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 53 +-#: rc.cpp:546 rc.cpp:568 ++#: rc.cpp:525 rc.cpp:547 + #, no-c-format + msgid "" + "KTorrent algorithm: Default algorithm using combination of other " +@@ -1840,427 +1840,427 @@ msgid "" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 64 +-#: rc.cpp:556 ++#: rc.cpp:535 + #, fuzzy, no-c-format + msgid "Current speed" + msgstr "Hasil pencarian bagi " + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 69 +-#: rc.cpp:559 ++#: rc.cpp:538 + #, no-c-format + msgid "Global average speed" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 74 +-#: rc.cpp:562 ++#: rc.cpp:541 + #, no-c-format + msgid "Window of X" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 79 +-#: rc.cpp:565 ++#: rc.cpp:544 + #, no-c-format + msgid "Moving average" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 98 +-#: rc.cpp:575 ++#: rc.cpp:554 + #, no-c-format + msgid "(takes effect after restart)" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 125 +-#: rc.cpp:578 ++#: rc.cpp:557 + #, no-c-format + msgid "Disa&ble diskspace preallocation" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 141 +-#: rc.cpp:581 ++#: rc.cpp:560 + #, no-c-format + msgid "F&ully preallocate diskspace (avoids fragmentation)" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 147 +-#: rc.cpp:584 ++#: rc.cpp:563 + #, no-c-format + msgid "Basic (slow)" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 152 +-#: rc.cpp:587 ++#: rc.cpp:566 + #, no-c-format + msgid "Filesystem specific" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 174 +-#: rc.cpp:590 ++#: rc.cpp:569 + #, fuzzy, no-c-format + msgid "Performance" + msgstr "Keutamaan" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 193 +-#: rc.cpp:593 ++#: rc.cpp:572 + #, fuzzy, no-c-format + msgid "Memory usage:" + msgstr "penggunaan: %s [pilihan]" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 199 +-#: rc.cpp:596 ++#: rc.cpp:575 + #, no-c-format + msgid "Low" + msgstr "Rendah" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 204 +-#: rc.cpp:599 ++#: rc.cpp:578 + #, no-c-format + msgid "Medium" + msgstr "Sederhana" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 209 +-#: rc.cpp:602 ++#: rc.cpp:581 + #, no-c-format + msgid "High" + msgstr "Tinggi" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 248 +-#: rc.cpp:605 ++#: rc.cpp:584 + #, fuzzy, no-c-format + msgid "GUI update interval:" + msgstr "Pereka GUI KDE" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 254 +-#: rc.cpp:608 ++#: rc.cpp:587 + #, no-c-format + msgid "500ms" + msgstr "500ms" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 259 +-#: rc.cpp:611 ++#: rc.cpp:590 + #, no-c-format + msgid "1s" + msgstr "1s" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 264 +-#: rc.cpp:614 ++#: rc.cpp:593 + #, no-c-format + msgid "2s" + msgstr "2s" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 269 +-#: rc.cpp:617 ++#: rc.cpp:596 + #, no-c-format + msgid "5s" + msgstr "5s" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 308 +-#: rc.cpp:620 ++#: rc.cpp:599 + #, no-c-format + msgid "Fast CPU" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 342 +-#: rc.cpp:624 ++#: rc.cpp:602 + #, no-c-format + msgid "Slow CPU" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 354 +-#: rc.cpp:627 ++#: rc.cpp:605 + #, no-c-format + msgid "Data Checking" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 373 +-#: rc.cpp:630 ++#: rc.cpp:608 + #, no-c-format + msgid "During uploading, do ¬ recheck chunks bigger than" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 430 +-#: rc.cpp:636 ++#: rc.cpp:614 + #, no-c-format + msgid "Do a data integrit&y check after" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 449 +-#: rc.cpp:639 ++#: rc.cpp:617 + #, no-c-format + msgid "corrupted chunks" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 478 +-#: rc.cpp:642 ++#: rc.cpp:620 + #, no-c-format + msgid "Networking" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 505 +-#: rc.cpp:645 ++#: rc.cpp:623 + #, no-c-format + msgid "Maximum number of connection setups:" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 527 +-#: rc.cpp:648 ++#: rc.cpp:626 + #, no-c-format + msgid "DSCP for IP packets:" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 570 +-#: rc.cpp:651 ++#: rc.cpp:629 + #, no-c-format + msgid "Do not use the KDE pro&xy settings for HTTP tracker connections" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 586 +-#: rc.cpp:654 ++#: rc.cpp:632 + #, fuzzy, no-c-format + msgid "HTTP tracker proxy:" + msgstr "Amerika/Port_of_Spain" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 24 +-#: rc.cpp:657 ++#: rc.cpp:635 + #, no-c-format + msgid "Scanning data" + msgstr "" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 38 +-#: rc.cpp:660 ++#: rc.cpp:638 + #, no-c-format + msgid "Scanning data of torrent :" + msgstr "" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 62 +-#: rc.cpp:663 ++#: rc.cpp:641 + #, fuzzy, no-c-format + msgid "Number of chunks found :" + msgstr "Papar nombor baris" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 70 +-#: rc.cpp:666 ++#: rc.cpp:644 + #, no-c-format + msgid "Number of chunks failed / not downloaded :" + msgstr "" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 97 +-#: rc.cpp:669 rc.cpp:672 ++#: rc.cpp:647 rc.cpp:650 + #, no-c-format + msgid "0" + msgstr "0" + + #. i18n: file ./apps/ktupnptest/mainwidget.ui line 54 +-#: rc.cpp:678 ++#: rc.cpp:656 + #, no-c-format + msgid "Test" + msgstr "" + + #. i18n: file ./libktorrent/labelviewitembase.ui line 49 +-#: rc.cpp:685 ++#: rc.cpp:662 + #, no-c-format + msgid "textLabel2" + msgstr "" + + #. i18n: file ./libktorrent/labelviewitembase.ui line 65 +-#: rc.cpp:688 ++#: rc.cpp:665 + #, no-c-format + msgid "textLabel3" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 10 +-#: rc.cpp:691 ++#: rc.cpp:668 + #, no-c-format + msgid "Maximum number of downloads (0 = no limit)" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 15 +-#: rc.cpp:694 ++#: rc.cpp:671 + #, no-c-format + msgid "Maximum number of seeds (0 = no limit)" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 20 +-#: rc.cpp:697 ++#: rc.cpp:674 + #, no-c-format + msgid "Start downloads on low disk space?" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 24 +-#: rc.cpp:700 ++#: rc.cpp:677 + #, no-c-format + msgid "Maximum number of connections per torrent (0 = no limit)" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 29 +-#: rc.cpp:703 ++#: rc.cpp:680 + #, no-c-format + msgid "Maximum number of connections for all torrents (0 = no limit) " + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 34 +-#: rc.cpp:706 ++#: rc.cpp:683 + #, no-c-format + msgid "Maximum upload speed in KB/sec (0 = no limit)" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 39 +-#: rc.cpp:709 ++#: rc.cpp:686 + #, no-c-format + msgid "Maximum download speed in KB/sec (0 = no limit)" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 44 +-#: rc.cpp:712 ++#: rc.cpp:689 + #, no-c-format + msgid "Maximum share ratio(0 = no limit)" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 49 +-#: rc.cpp:715 ++#: rc.cpp:692 + #, no-c-format + msgid "Maximum seed time in hours (0 = no limit)" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 66 +-#: rc.cpp:724 ++#: rc.cpp:701 + #, fuzzy, no-c-format + msgid "Show a system tray icon" + msgstr "Aplet Amaran Dulang Sistem" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 70 +-#: rc.cpp:727 ++#: rc.cpp:704 + #, fuzzy, no-c-format + msgid "Show speed bar in tray icon" + msgstr "Aplet Amaran Dulang Sistem" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 74 +-#: rc.cpp:730 ++#: rc.cpp:707 + #, no-c-format + msgid "Download bandwidth (in kb/s):" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 80 +-#: rc.cpp:733 ++#: rc.cpp:710 + #, no-c-format + msgid "Upload bandwidth (in kb/s):" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 86 +-#: rc.cpp:736 ++#: rc.cpp:713 + #, no-c-format + msgid "Show popup messages when torrent is finished." + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 90 +-#: rc.cpp:739 ++#: rc.cpp:716 + #, no-c-format + msgid "Keep seeding after download has finished" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 94 +-#: rc.cpp:742 ++#: rc.cpp:719 + #, no-c-format + msgid "Folder to store temporary files" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 98 +-#: rc.cpp:745 ++#: rc.cpp:722 + #, fuzzy, no-c-format + msgid "Whether to automatically save downloads to saveDir" + msgstr "Berbalik ke yang Ter_akhir Disimpan" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 102 +-#: rc.cpp:748 ++#: rc.cpp:725 + #, no-c-format + msgid "Folder to store downloaded files" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 106 +-#: rc.cpp:751 ++#: rc.cpp:728 + #, fuzzy, no-c-format + msgid "Whether to automatically move completed downloads to completedDir" + msgstr "Berbalik ke yang Ter_akhir Disimpan" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 110 +-#: rc.cpp:754 ++#: rc.cpp:731 + #, no-c-format + msgid "Folder to move completed downloaded files to" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 114 +-#: rc.cpp:757 ++#: rc.cpp:734 + #, fuzzy, no-c-format + msgid "Whether to automatically copy .torrent files to torrentCopyDir" + msgstr "Berbalik ke yang Ter_akhir Disimpan" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 118 +-#: rc.cpp:760 ++#: rc.cpp:737 + #, fuzzy, no-c-format + msgid "Folder to copy .torrent files to" + msgstr "Tidak menjumpai fail comps." + + #. i18n: file ./libktorrent/ktorrent.kcfg line 122 +-#: rc.cpp:763 ++#: rc.cpp:740 + #, fuzzy, no-c-format + msgid "Whether to use a custom IP to pass to the tracker" + msgstr "Hantar kepada Skrip CGI" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 126 +-#: rc.cpp:766 ++#: rc.cpp:743 + #, no-c-format + msgid "Directory which was used as the last save directory" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 130 +-#: rc.cpp:769 ++#: rc.cpp:746 + #, fuzzy, no-c-format + msgid "IP to pass to the tracker" + msgstr "Hantar kepada Skrip CGI" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 134 +-#: rc.cpp:772 ++#: rc.cpp:749 + #, fuzzy, no-c-format + msgid "Memory usage" + msgstr "penggunaan: %s [pilihan]" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 138 +-#: rc.cpp:775 ++#: rc.cpp:752 + #, fuzzy, no-c-format + msgid "GUI update interval" + msgstr "Pereka GUI KDE" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 142 +-#: rc.cpp:778 ++#: rc.cpp:755 + #, fuzzy, no-c-format + msgid "Support for DHT" + msgstr "Tetap Buddy untuk %1" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 146 +-#: rc.cpp:781 ++#: rc.cpp:758 + #, no-c-format + msgid "DHT port" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 152 +-#: rc.cpp:784 ++#: rc.cpp:761 + #, fuzzy, no-c-format + msgid "Number of upload slots" + msgstr "Papar nombor baris" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 196 +-#: rc.cpp:793 ++#: rc.cpp:770 + #, no-c-format + msgid "Columns shown in KTorrentView" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 205 +-#: rc.cpp:796 ++#: rc.cpp:773 + #, no-c-format + msgid "ET algorithm" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 227 +-#: rc.cpp:799 ++#: rc.cpp:776 + #, no-c-format + msgid "" + "When there's no space left to complete download and free diskspace is less than " +@@ -2268,602 +2268,602 @@ msgid "" + msgstr "" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 16 +-#: rc.cpp:802 ++#: rc.cpp:779 + #, fuzzy, no-c-format + msgid "Plugin Manager" + msgstr "Pengurus Pencetak" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 48 +-#: rc.cpp:805 ++#: rc.cpp:782 + #, fuzzy, no-c-format + msgid "Load" + msgstr "Muatan" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 56 +-#: rc.cpp:808 ++#: rc.cpp:785 + #, no-c-format + msgid "U&nload" + msgstr "" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 64 +-#: rc.cpp:811 ++#: rc.cpp:788 + #, fuzzy, no-c-format + msgid "Load &All" + msgstr "Semua Pakej" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 72 +-#: rc.cpp:814 ++#: rc.cpp:791 + #, fuzzy, no-c-format + msgid "&Unload All" + msgstr "Semua Pakej" + + #. i18n: file ./plugins/upnp/ktupnpplugin.kcfg line 10 +-#: rc.cpp:817 ++#: rc.cpp:794 + #, fuzzy, no-c-format + msgid "Default UPnP device to use" + msgstr "Masukkan peranti yang anda hendak guna." + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 16 +-#: plugins/upnp/upnpplugin.cpp:46 plugins/upnp/upnpprefpage.cpp:31 rc.cpp:820 ++#: plugins/upnp/upnpplugin.cpp:46 plugins/upnp/upnpprefpage.cpp:31 rc.cpp:797 + #, no-c-format + msgid "UPnP" + msgstr "UPnP" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 35 +-#: rc.cpp:823 ++#: rc.cpp:800 + #, fuzzy, no-c-format + msgid "Detected devices:" + msgstr "Peranti Rangkaian" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 41 +-#: rc.cpp:826 ++#: rc.cpp:803 + #, no-c-format + msgid "Device" + msgstr "Peranti" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 52 +-#: rc.cpp:829 ++#: rc.cpp:806 + #, fuzzy, no-c-format + msgid "Ports Forwarded" + msgstr "Port lain" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 63 +-#: rc.cpp:832 ++#: rc.cpp:809 + #, no-c-format + msgid "WAN Connection" + msgstr "" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 91 +-#: rc.cpp:835 ++#: rc.cpp:812 + #, fuzzy, no-c-format + msgid "Forw&ard Ports" + msgstr "Port lain" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 99 +-#: rc.cpp:838 ++#: rc.cpp:815 + #, fuzzy, no-c-format + msgid "Undo Port Forwarding" + msgstr "Amerika/Port_of_Spain" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 124 +-#: rc.cpp:841 ++#: rc.cpp:818 + #, fuzzy, no-c-format + msgid "Rescan" + msgstr "Ulangkesan Pe_ranti" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 9 +-#: rc.cpp:844 ++#: rc.cpp:821 + #, no-c-format + msgid "Enable scanning of folder1?" + msgstr "" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 14 +-#: rc.cpp:847 ++#: rc.cpp:824 + #, no-c-format + msgid "Enable scanning of folder2?" + msgstr "" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 19 +-#: rc.cpp:850 ++#: rc.cpp:827 + #, no-c-format + msgid "Enable scanning of folder3?" + msgstr "" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 24 +-#: rc.cpp:853 ++#: rc.cpp:830 + #, no-c-format + msgid "Folder1 path" + msgstr "" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 29 +-#: rc.cpp:856 ++#: rc.cpp:833 + #, no-c-format + msgid "Folder2 path" + msgstr "" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 34 +-#: rc.cpp:859 ++#: rc.cpp:836 + #, no-c-format + msgid "Folder3 path" + msgstr "" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 39 +-#: rc.cpp:862 ++#: rc.cpp:839 + #, fuzzy, no-c-format + msgid "Whether to open torrent silently or not." + msgstr "Tidak menjumpai fail comps." + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 44 +-#: rc.cpp:865 ++#: rc.cpp:842 + #, no-c-format + msgid "Delete action checked." + msgstr "" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 49 +-#: rc.cpp:868 ++#: rc.cpp:845 + #, no-c-format + msgid "Move action checked." + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 16 +-#: rc.cpp:871 ++#: rc.cpp:848 + #, fuzzy, no-c-format + msgid "ScanFolder Preferences" + msgstr "Lebih Keutamaan" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 35 +-#: rc.cpp:874 ++#: rc.cpp:851 + #, no-c-format + msgid "Scan folder &1" + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 38 +-#: rc.cpp:877 rc.cpp:1480 ++#: rc.cpp:854 rc.cpp:1424 + #, no-c-format + msgid "Alt+1" + msgstr "Alt+1" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 46 +-#: rc.cpp:880 ++#: rc.cpp:857 + #, no-c-format + msgid "Scan folder &2" + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 49 +-#: rc.cpp:883 rc.cpp:1471 rc.cpp:1495 ++#: rc.cpp:860 rc.cpp:1415 rc.cpp:1439 + #, no-c-format + msgid "Alt+2" + msgstr "Alt+2" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 57 +-#: rc.cpp:886 ++#: rc.cpp:863 + #, no-c-format + msgid "Scan folder &3" + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 60 +-#: rc.cpp:889 rc.cpp:1465 ++#: rc.cpp:866 rc.cpp:1409 + #, no-c-format + msgid "Alt+3" + msgstr "Alt+3" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 81 +-#: rc.cpp:895 ++#: rc.cpp:872 + #, no-c-format + msgid "Move to \"loaded\" directory &after loading" + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 84 +-#: rc.cpp:898 ++#: rc.cpp:875 + #, no-c-format + msgid "Move torrent to \"loaded\" directory after loading it" + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 92 +-#: rc.cpp:901 ++#: rc.cpp:878 + #, fuzzy, no-c-format + msgid "Open torrents silentl&y" + msgstr "Dokumen yang hendak dibuka" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 95 +-#: rc.cpp:904 ++#: rc.cpp:881 + #, no-c-format + msgid "Do not show 'Select files to download' dialog" + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 103 +-#: rc.cpp:907 ++#: rc.cpp:884 + #, no-c-format + msgid "Delete after loadin&g" + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 106 +-#: rc.cpp:910 ++#: rc.cpp:887 + #, no-c-format + msgid "Deletes torrent after loading" + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 116 +-#: rc.cpp:913 ++#: rc.cpp:890 + #, fuzzy, no-c-format + msgid "Folders to scan" + msgstr "Dokumen yang hendak dibuka" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 151 +-#: rc.cpp:916 ++#: rc.cpp:893 + #, no-c-format + msgid "Folder 1:" + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 162 +-#: rc.cpp:919 ++#: rc.cpp:896 + #, no-c-format + msgid "Folder 2:" + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 173 +-#: rc.cpp:922 ++#: rc.cpp:899 + #, no-c-format + msgid "Folder 3:" + msgstr "" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 30 +-#: rc.cpp:925 rc.cpp:1895 ++#: rc.cpp:902 rc.cpp:1838 + #, fuzzy, no-c-format + msgid "Search Preferences" + msgstr "Lebih Keutamaan" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 41 +-#: rc.cpp:928 ++#: rc.cpp:905 + #, no-c-format + msgid "Web Server" + msgstr "" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 82 +-#: rc.cpp:934 ++#: rc.cpp:911 + #, fuzzy, no-c-format + msgid "Forward port" + msgstr "Port lain" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 107 +-#: rc.cpp:937 ++#: rc.cpp:914 + #, no-c-format + msgid "Session TTL (in sec):" + msgstr "" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 142 +-#: rc.cpp:940 ++#: rc.cpp:917 + #, fuzzy, no-c-format + msgid "Select interface:" + msgstr "Pilih Partisyen" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 173 +-#: rc.cpp:943 ++#: rc.cpp:920 + #, fuzzy, no-c-format + msgid "Username:" + msgstr "Namapengguna" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 188 +-#: rc.cpp:946 ++#: rc.cpp:923 + #, fuzzy, no-c-format + msgid "Change password ..." + msgstr "Tukar Susunan Tab" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 206 +-#: rc.cpp:949 ++#: rc.cpp:926 + #, no-c-format + msgid "Php executable path:" + msgstr "" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 10 +-#: rc.cpp:953 ++#: rc.cpp:929 + #, fuzzy, no-c-format + msgid "Port number" + msgstr "Nombor baris:" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 15 +-#: rc.cpp:956 ++#: rc.cpp:932 + #, fuzzy, no-c-format + msgid "forward Port" + msgstr "Port lain" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 20 +-#: rc.cpp:959 ++#: rc.cpp:935 + #, no-c-format + msgid "Session time to live" + msgstr "" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 24 +-#: rc.cpp:962 ++#: rc.cpp:938 + #, fuzzy, no-c-format + msgid "interface skin" + msgstr "Pilihan Umum" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 28 +-#: rc.cpp:965 ++#: rc.cpp:941 + #, no-c-format + msgid "php executable path" + msgstr "" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 33 +-#: rc.cpp:968 ++#: rc.cpp:944 + #, fuzzy, no-c-format + msgid "username" + msgstr "Namapengguna" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 37 +-#: rc.cpp:971 ++#: rc.cpp:947 + #, fuzzy, no-c-format + msgid "password" + msgstr "Katalaluan" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 16 +-#: plugins/infowidget/infowidgetplugin.cpp:194 rc.cpp:974 rc.cpp:1046 ++#: plugins/infowidget/infowidgetplugin.cpp:194 rc.cpp:950 rc.cpp:1010 + #, no-c-format + msgid "Chunks" + msgstr "" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 43 +-#: rc.cpp:977 ++#: rc.cpp:953 + #, fuzzy, no-c-format + msgid "Total:" + msgstr "Jumlah :" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 81 +-#: rc.cpp:981 ++#: rc.cpp:956 + #, fuzzy, no-c-format + msgid "Currently downloading:" + msgstr "Muatturun pakej `%s' (%s/%s)..." + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 119 +-#: rc.cpp:985 ++#: rc.cpp:959 + #, fuzzy, no-c-format + msgid "Downloaded:" + msgstr "Pakej sudah dimuatturun" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 157 +-#: rc.cpp:989 ++#: rc.cpp:962 + #, no-c-format + msgid "Excluded:" + msgstr "" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 195 +-#: rc.cpp:993 ++#: rc.cpp:965 + #, no-c-format + msgid "Left:" + msgstr "" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 233 +-#: rc.cpp:997 ++#: rc.cpp:968 + #, no-c-format + msgid "Size:" + msgstr "Saiz:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 280 +-#: rc.cpp:1001 ++#: rc.cpp:971 + #, no-c-format + msgid "Chunk" + msgstr "" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 291 +-#: rc.cpp:1004 ++#: rc.cpp:974 + #, no-c-format + msgid "Progress" + msgstr "Perkembangan" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 302 +-#: rc.cpp:1007 ++#: rc.cpp:977 + #, fuzzy, no-c-format + msgid "Peer" + msgstr "Alamat rakan jauh:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 324 +-#: rc.cpp:1013 ++#: rc.cpp:983 + #, no-c-format + msgid "Assigned Peers" + msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 63 +-#: rc.cpp:1022 ++#: rc.cpp:992 + #, no-c-format + msgid "Seeders:" + msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 71 +-#: rc.cpp:1025 ++#: rc.cpp:995 + #, no-c-format + msgid "Leechers:" + msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 129 +-#: rc.cpp:1030 ++#: rc.cpp:998 + #, fuzzy, no-c-format + msgid "Average Down Speed:" + msgstr "Kelajuan Failover" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 177 +-#: rc.cpp:1035 ++#: rc.cpp:1001 + #, fuzzy, no-c-format + msgid "Average Up Speed:" + msgstr "Kelajuan Failover" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 195 +-#: rc.cpp:1038 rc.cpp:1111 ++#: rc.cpp:1004 rc.cpp:1070 + #, fuzzy, no-c-format + msgid "Next update in:" + msgstr "Naikkan halaman berikut '%2'" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 203 +-#: rc.cpp:1041 ++#: rc.cpp:1007 + #, fuzzy, no-c-format + msgid "Tracker Status:" + msgstr "Maklumat penjejak" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 332 +-#: rc.cpp:1049 ++#: rc.cpp:1013 + #, no-c-format + msgid "Parts of the torrent which have been downloaded:" + msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 367 +-#: rc.cpp:1052 ++#: rc.cpp:1016 + #, no-c-format + msgid "Parts of the torrent which are available:" + msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 457 +-#: rc.cpp:1055 ++#: rc.cpp:1019 + #, no-c-format + msgid "Sharing" + msgstr "Perkongsian" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 487 +-#: rc.cpp:1058 ++#: rc.cpp:1022 + #, no-c-format + msgid "" + "Your upload will stop when share ratio gets to this value. Zero means no limit." + msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 525 +-#: rc.cpp:1064 ++#: rc.cpp:1028 + #, no-c-format + msgid "Your upload will stop when you have uploaded for this many hours." + msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 533 +-#: rc.cpp:1067 ++#: rc.cpp:1031 + #, no-c-format + msgid "Hours" + msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 543 +-#: rc.cpp:1070 ++#: rc.cpp:1034 + #, no-c-format + msgid "Ratio limit:" + msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 549 +-#: rc.cpp:1074 ++#: rc.cpp:1037 + #, no-c-format + msgid "Limit works only in seed mode" + msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 557 +-#: rc.cpp:1077 ++#: rc.cpp:1040 + #, fuzzy, no-c-format + msgid "Time &limit:" + msgstr "Guna Hint Saiz" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 37 +-#: rc.cpp:1081 ++#: rc.cpp:1043 + #, fuzzy, no-c-format + msgid "&Update Tracker" + msgstr "Hantar kepada Skrip CGI" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 40 +-#: rc.cpp:1084 ++#: rc.cpp:1046 + #, no-c-format + msgid "Minimum update interval - 60 seconds" + msgstr "" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 48 +-#: rc.cpp:1087 ++#: rc.cpp:1049 + #, fuzzy, no-c-format + msgid "Add Trac&ker" + msgstr "Tambah Bar Alatan ke '%1'" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 64 +-#: rc.cpp:1090 ++#: rc.cpp:1052 + #, fuzzy, no-c-format + msgid "Remove Tracker" + msgstr "Maklumat penjejak" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 75 +-#: rc.cpp:1094 ++#: rc.cpp:1055 + #, fuzzy, no-c-format + msgid "Ch&ange Tracker" + msgstr "Maklumat penjejak" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 100 +-#: rc.cpp:1097 ++#: rc.cpp:1058 + #, no-c-format + msgid "Restore Defaults" + msgstr "" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 10 +-#: rc.cpp:1115 ++#: rc.cpp:1073 + #, no-c-format + msgid "Show peer view tab in main window" + msgstr "" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 14 +-#: rc.cpp:1118 ++#: rc.cpp:1076 + #, no-c-format + msgid "Show chunk download view tab in main window" + msgstr "" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 18 +-#: rc.cpp:1121 ++#: rc.cpp:1079 + #, no-c-format + msgid "Show trackers view tab in main window" + msgstr "" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 24 +-#: rc.cpp:1124 ++#: rc.cpp:1082 + #, fuzzy, no-c-format + msgid "Show list of peers" + msgstr "Papar nombor baris" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 35 +-#: rc.cpp:1128 ++#: rc.cpp:1085 + #, no-c-format + msgid "Show list of chunks currentl&y downloading" + msgstr "" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 60 +-#: rc.cpp:1131 ++#: rc.cpp:1088 + #, fuzzy, no-c-format + msgid "Show list of trackers" + msgstr "Papar nombor baris" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 16 +-#: rc.cpp:1135 ++#: rc.cpp:1091 + #, fuzzy, no-c-format + msgid "IPBlocking Preferences" + msgstr "Lebih Keutamaan" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 47 +-#: rc.cpp:1138 ++#: rc.cpp:1094 + #, fuzzy, no-c-format + msgid "Select PeerGuardian Filter File " + msgstr "Lokaliti Tapisan Efektif" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 58 +-#: rc.cpp:1141 ++#: rc.cpp:1097 + #, fuzzy, no-c-format + msgid "Use PeerGuardian filter?" + msgstr "Guna Hint Saiz" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 77 +-#: rc.cpp:1145 ++#: rc.cpp:1100 + #, fuzzy, no-c-format + msgid "IP filter file:" + msgstr "Comment=Fail Projek KDevelop" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 85 +-#: rc.cpp:1148 ++#: rc.cpp:1103 + #, no-c-format + msgid "http://www.bluetack.co.uk/modules.php?name=Downloads&d_op=getit&lid=8" + msgstr "" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 123 +-#: rc.cpp:1151 ++#: rc.cpp:1106 + #, fuzzy, no-c-format + msgid "Dow&nload/Convert" + msgstr "Tukar Teks ke Postscript" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 134 +-#: rc.cpp:1154 ++#: rc.cpp:1109 + #, no-c-format + msgid "" + "Download PeerGuardian filter from bluetack.co.uk or blocklist.org.\n" +@@ -2871,25 +2871,25 @@ msgid "" + msgstr "" + + #. i18n: file ./plugins/ipfilter/ktipfilterplugin.kcfg line 10 +-#: rc.cpp:1159 ++#: rc.cpp:1113 + #, fuzzy, no-c-format + msgid "Level1 filter url" + msgstr "Kaedah Url tidak diketahui %s" + + #. i18n: file ./plugins/ipfilter/ktipfilterplugin.kcfg line 14 +-#: rc.cpp:1162 ++#: rc.cpp:1116 + #, fuzzy, no-c-format + msgid "Use level1 filter?" + msgstr "Guna Hint Saiz" + + #. i18n: file ./plugins/ipfilter/convert_dlg.ui line 24 +-#: plugins/ipfilter/convertdialog.cpp:155 rc.cpp:1165 ++#: plugins/ipfilter/convertdialog.cpp:155 rc.cpp:1119 + #, no-c-format + msgid "Converting..." + msgstr "" + + #. i18n: file ./plugins/ipfilter/convert_dlg.ui line 41 +-#: rc.cpp:1168 ++#: rc.cpp:1122 + #, no-c-format + msgid "" + "Click on the 'convert' button to start converting antip2p file. NOTE: This " +@@ -2898,61 +2898,61 @@ msgid "" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 27 +-#: rc.cpp:1179 ++#: rc.cpp:1131 + #, no-c-format + msgid "Update" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 46 +-#: rc.cpp:1182 rc.cpp:1268 ++#: rc.cpp:1134 rc.cpp:1220 + #, no-c-format + msgid "Update charts every" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 71 +-#: rc.cpp:1185 ++#: rc.cpp:1137 + #, fuzzy, no-c-format + msgid "GUI updates" + msgstr "Sumber Cakera Kemaskini" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 92 +-#: rc.cpp:1188 rc.cpp:1271 ++#: rc.cpp:1140 rc.cpp:1223 + #, no-c-format + msgid "Gather data every" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 120 +-#: rc.cpp:1191 ++#: rc.cpp:1143 + #, no-c-format + msgid "miliseconds" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 135 +-#: rc.cpp:1194 ++#: rc.cpp:1146 + #, fuzzy, no-c-format + msgid "Maximum" + msgstr "Volum Logikal Maksimum:" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 154 +-#: rc.cpp:1197 ++#: rc.cpp:1149 + #, fuzzy, no-c-format + msgid "Maximum speed scale mode:" + msgstr "Volum Logikal Maksimum:" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 165 +-#: rc.cpp:1203 ++#: rc.cpp:1155 + #, no-c-format + msgid "Exact" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 175 +-#: rc.cpp:1206 ++#: rc.cpp:1158 + #, no-c-format + msgid "See 'What's this' for more help" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 180 +-#: rc.cpp:1209 ++#: rc.cpp:1161 + #, no-c-format + msgid "" + "Set maximum value on OY scale as:\n" +@@ -2961,847 +2961,847 @@ msgid "" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 192 +-#: rc.cpp:1214 rc.cpp:1247 ++#: rc.cpp:1166 rc.cpp:1199 + #, no-c-format + msgid "Peers speed" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 211 +-#: rc.cpp:1217 ++#: rc.cpp:1169 + #, fuzzy, no-c-format + msgid "Peers speed:" + msgstr "Alamat rakan jauh:" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 222 +-#: rc.cpp:1220 ++#: rc.cpp:1172 + #, no-c-format + msgid "update every" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 244 +-#: rc.cpp:1223 ++#: rc.cpp:1175 + #, no-c-format + msgid "chart data updates" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 254 +-#: rc.cpp:1226 ++#: rc.cpp:1178 + #, no-c-format + msgid "Gathering data about many connected peers can be CPU consuming." + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 267 +-#: rc.cpp:1229 ++#: rc.cpp:1181 + #, no-c-format + msgid "Peers connections" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 270 +-#: rc.cpp:1232 ++#: rc.cpp:1184 + #, no-c-format + msgid "Large values can obscure charts of connected peers" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 289 +-#: rc.cpp:1235 ++#: rc.cpp:1187 + #, fuzzy, no-c-format + msgid "Show seeders in swarms" + msgstr "Aplet Amaran Dulang Sistem" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 297 +-#: rc.cpp:1238 ++#: rc.cpp:1190 + #, no-c-format + msgid "Show leechers in swarms" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 309 +-#: rc.cpp:1241 ++#: rc.cpp:1193 + #, no-c-format + msgid "Measurements count" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 392 +-#: rc.cpp:1250 rc.cpp:1265 ++#: rc.cpp:1202 rc.cpp:1217 + #, fuzzy, no-c-format + msgid "Upload" + msgstr "Tetapan berjaya dimuatnaik" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 424 +-#: rc.cpp:1253 ++#: rc.cpp:1205 + #, no-c-format + msgid "Connections" + msgstr "" + + #. i18n: file ./plugins/stats/statsspdwgt.ui line 40 +-#: plugins/infowidget/infowidgetplugin.cpp:173 rc.cpp:1262 rc.cpp:1304 ++#: plugins/infowidget/infowidgetplugin.cpp:173 rc.cpp:1214 rc.cpp:1256 + #, no-c-format + msgid "Peers" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 18 +-#: rc.cpp:1274 ++#: rc.cpp:1226 + #, no-c-format + msgid "Toggle peers speed charts" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 22 +-#: rc.cpp:1277 ++#: rc.cpp:1229 + #, no-c-format + msgid "Interval between getting data about peers speed" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 26 +-#: rc.cpp:1280 ++#: rc.cpp:1232 + #, no-c-format + msgid "Toggle drawing of leechers in swarms" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 30 +-#: rc.cpp:1283 ++#: rc.cpp:1235 + #, no-c-format + msgid "Toggle drawing of seeders in swarms" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 35 +-#: rc.cpp:1286 ++#: rc.cpp:1238 + #, fuzzy, no-c-format + msgid "Download mesurments count" + msgstr "Pemilih torrent" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 39 +-#: rc.cpp:1289 ++#: rc.cpp:1241 + #, no-c-format + msgid "Peers speed mesurments count" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 43 +-#: rc.cpp:1292 ++#: rc.cpp:1244 + #, no-c-format + msgid "Upload mesurments count" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 47 +-#: rc.cpp:1295 ++#: rc.cpp:1247 + #, no-c-format + msgid "Connections mesurments count" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 51 +-#: rc.cpp:1298 ++#: rc.cpp:1250 + #, no-c-format + msgid "DHT mesurments count" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 56 +-#: rc.cpp:1301 ++#: rc.cpp:1253 + #, no-c-format + msgid "OY axis max mode" + msgstr "" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 16 +-#: rc.cpp:1310 ++#: rc.cpp:1262 + #, fuzzy, no-c-format + msgid "Import an existing download" + msgstr "Muatturun fail BitTorrent" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 49 +-#: rc.cpp:1313 ++#: rc.cpp:1265 + #, fuzzy, no-c-format + msgid "Torrent:" + msgstr "Torrent" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 63 +-#: rc.cpp:1316 ++#: rc.cpp:1268 + #, no-c-format + msgid "Data:" + msgstr "Data:" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 95 +-#: rc.cpp:1319 ++#: rc.cpp:1271 + #, no-c-format + msgid "" + "Please specify the torrent and the data already downloaded for that torrent." + msgstr "" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 133 +-#: rc.cpp:1322 ++#: rc.cpp:1274 + #, no-c-format + msgid "&Import" + msgstr "" + + #. i18n: file ./plugins/rssfeed/ktrssfeedplugin.kcfg line 10 +-#: rc.cpp:1328 ++#: rc.cpp:1280 + #, no-c-format + msgid "default" + msgstr "default" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 18 +-#: rc.cpp:1331 ++#: rc.cpp:1283 + #, no-c-format + msgid "Rss Feeds" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 36 +-#: rc.cpp:1334 ++#: rc.cpp:1286 + #, no-c-format + msgid "Feeds" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 78 +-#: rc.cpp:1337 ++#: rc.cpp:1289 + #, no-c-format + msgid "De&lete" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 86 +-#: rc.cpp:1340 rc.cpp:1382 rc.cpp:1392 ++#: rc.cpp:1292 rc.cpp:1331 rc.cpp:1340 + #, fuzzy, no-c-format + msgid "&New" + msgstr "Baru" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 117 +-#: rc.cpp:1343 ++#: rc.cpp:1295 + #, no-c-format + msgid "&URL" + msgstr "&URL" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 139 +-#: rc.cpp:1346 ++#: rc.cpp:1298 + #, no-c-format + msgid "Articles" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 216 +-#: rc.cpp:1353 ++#: rc.cpp:1304 + #, no-c-format + msgid "Auto&refresh" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 242 +-#: rc.cpp:1356 ++#: rc.cpp:1307 + #, no-c-format + msgid "I&gnore TTL" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 270 +-#: rc.cpp:1359 ++#: rc.cpp:1310 + #, no-c-format + msgid "Refresh" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 299 +-#: rc.cpp:1363 rc.cpp:1395 ++#: rc.cpp:1313 rc.cpp:1343 + #, fuzzy, no-c-format + msgid "&Title" + msgstr "Tajuk" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 323 +-#: rc.cpp:1366 ++#: rc.cpp:1316 + #, no-c-format + msgid "Keep Articles (days)" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 347 +-#: rc.cpp:1369 rc.cpp:1398 ++#: rc.cpp:1319 rc.cpp:1346 + #, no-c-format + msgid "&Active" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 362 +-#: rc.cpp:1372 ++#: rc.cpp:1322 + #, fuzzy, no-c-format + msgid "Filters" + msgstr "Pemindahan Fail (FTP)" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 389 +-#: rc.cpp:1375 ++#: rc.cpp:1325 + #, fuzzy, no-c-format + msgid "Accept Filters" + msgstr "kemaskini semua fail tetapan" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 440 +-#: rc.cpp:1385 ++#: rc.cpp:1334 + #, no-c-format + msgid "Reject Filters" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 557 +-#: rc.cpp:1401 ++#: rc.cpp:1349 + #, no-c-format + msgid "Regular Expressions" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 587 +-#: rc.cpp:1404 ++#: rc.cpp:1352 + #, no-c-format + msgid "Treat as &Series" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 624 +-#: rc.cpp:1407 ++#: rc.cpp:1355 + #, fuzzy, no-c-format + msgid "Process" + msgstr "Name=Proses berjaya" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 643 +-#: rc.cpp:1411 ++#: rc.cpp:1358 + #, no-c-format + msgid "Series Criteria" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 679 +-#: rc.cpp:1414 ++#: rc.cpp:1361 + #, no-c-format + msgid "Match Without Episode" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 713 +-#: rc.cpp:1418 ++#: rc.cpp:1364 + #, no-c-format + msgid "Max Episode" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 739 +-#: rc.cpp:1421 ++#: rc.cpp:1367 + #, fuzzy, no-c-format + msgid "Max Season" + msgstr "Nama Perkongsian" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 758 +-#: rc.cpp:1424 ++#: rc.cpp:1370 + #, no-c-format + msgid "Min Season" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 782 +-#: rc.cpp:1427 ++#: rc.cpp:1373 + #, no-c-format + msgid "Min Episode" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 814 +-#: rc.cpp:1430 ++#: rc.cpp:1376 + #, no-c-format + msgid "Test te&xt" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 840 +-#: rc.cpp:1433 ++#: rc.cpp:1379 + #, no-c-format + msgid "Te&st" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 858 +-#: rc.cpp:1436 ++#: rc.cpp:1382 + #, no-c-format + msgid "Filter Matches" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 28 +-#: rc.cpp:1447 ++#: rc.cpp:1391 + #, no-c-format + msgid "Bandwidth scheduler" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 50 +-#: rc.cpp:1450 ++#: rc.cpp:1394 + #, fuzzy, no-c-format + msgid "Left click category" + msgstr "Klik pada borang untuk memasukkan %1..." + + #. i18n: file ./plugins/scheduler/bwspage.ui line 61 +-#: rc.cpp:1453 ++#: rc.cpp:1397 + #, no-c-format + msgid "Categor&y 1" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 157 +-#: rc.cpp:1456 rc.cpp:1483 ++#: rc.cpp:1400 rc.cpp:1427 + #, no-c-format + msgid "T&urn off" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 165 +-#: rc.cpp:1459 rc.cpp:1486 ++#: rc.cpp:1403 rc.cpp:1430 + #, no-c-format + msgid "&Normal" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 195 +-#: rc.cpp:1462 ++#: rc.cpp:1406 + #, no-c-format + msgid "Category &3" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 206 +-#: rc.cpp:1468 rc.cpp:1492 ++#: rc.cpp:1412 rc.cpp:1436 + #, no-c-format + msgid "Category &2" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 219 +-#: rc.cpp:1474 ++#: rc.cpp:1418 + #, fuzzy, no-c-format + msgid "Right click category" + msgstr "Klik pada borang untuk memasukkan %1..." + + #. i18n: file ./plugins/scheduler/bwspage.ui line 230 +-#: rc.cpp:1477 ++#: rc.cpp:1421 + #, no-c-format + msgid "Category &1" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 367 +-#: rc.cpp:1489 ++#: rc.cpp:1433 + #, no-c-format + msgid "&Category 3" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 390 +-#: rc.cpp:1498 ++#: rc.cpp:1442 + #, no-c-format + msgid "Categories" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 401 +-#: rc.cpp:1501 ++#: rc.cpp:1445 + #, no-c-format + msgid "1. Category" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 409 +-#: rc.cpp:1504 ++#: rc.cpp:1448 + #, no-c-format + msgid "3. Category" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 425 +-#: rc.cpp:1507 rc.cpp:1516 rc.cpp:1525 ++#: rc.cpp:1451 rc.cpp:1460 rc.cpp:1469 + #, fuzzy, no-c-format + msgid "download:" + msgstr "Muat Turun" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 441 +-#: rc.cpp:1510 rc.cpp:1519 rc.cpp:1528 ++#: rc.cpp:1454 rc.cpp:1463 rc.cpp:1472 + #, fuzzy, no-c-format + msgid "upload:" + msgstr "Tetapan berjaya dimuatnaik" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 457 +-#: rc.cpp:1513 rc.cpp:1522 rc.cpp:1531 ++#: rc.cpp:1457 rc.cpp:1466 rc.cpp:1475 + #, no-c-format + msgid "KB/s *" + msgstr "KB/s *" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 567 +-#: rc.cpp:1534 ++#: rc.cpp:1478 + #, no-c-format + msgid "2. Category" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 626 +-#: rc.cpp:1538 ++#: rc.cpp:1481 + #, fuzzy, no-c-format + msgid "* zero means no limit" + msgstr "(tiada tetikus dikonfigurasikan)" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 672 +-#: rc.cpp:1541 ++#: rc.cpp:1484 + #, fuzzy, no-c-format + msgid "Save to file" + msgstr "Dokumen yang hendak dibuka" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 680 +-#: rc.cpp:1544 ++#: rc.cpp:1487 + #, fuzzy, no-c-format + msgid "&Load from file" + msgstr "Comment=Fail Projek KDevelop" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 688 +-#: rc.cpp:1547 ++#: rc.cpp:1490 + #, no-c-format + msgid "Reset schedule" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 751 +-#: rc.cpp:1550 ++#: rc.cpp:1493 + #, no-c-format + msgid "O&k" + msgstr "O&k" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 16 +-#: rc.cpp:1559 ++#: rc.cpp:1502 + #, no-c-format + msgid "Scheduler Plugin Pref Page" + msgstr "" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 27 +-#: rc.cpp:1562 ++#: rc.cpp:1505 + #, fuzzy, no-c-format + msgid "Use &bandwidth scheduler?" + msgstr "Guna Hint Saiz" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 35 +-#: plugins/scheduler/schedulerplugin.cpp:59 rc.cpp:1565 ++#: plugins/scheduler/schedulerplugin.cpp:59 rc.cpp:1508 + #, no-c-format + msgid "Bandwidth Scheduler" + msgstr "" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 46 +-#: rc.cpp:1568 ++#: rc.cpp:1511 + #, no-c-format + msgid "Use colors instead of pi&xmaps?" + msgstr "" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 54 +-#: rc.cpp:1571 ++#: rc.cpp:1514 + #, no-c-format + msgid "(Recommended for slower systems)" + msgstr "" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 62 +-#: rc.cpp:1574 ++#: rc.cpp:1517 + #, fuzzy, no-c-format + msgid "Edit s&chedule" + msgstr "Ubah sambungan..." + + #. i18n: file ./plugins/scheduler/ktschedulerplugin.kcfg line 10 +-#: rc.cpp:1577 ++#: rc.cpp:1520 + #, no-c-format + msgid "Enable bandwidth scheduler?" + msgstr "" + + #. i18n: file ./plugins/scheduler/ktschedulerplugin.kcfg line 14 +-#: rc.cpp:1580 ++#: rc.cpp:1523 + #, no-c-format + msgid "Use colors instead of pixmaps?" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 10 +-#: rc.cpp:1583 ++#: rc.cpp:1526 + #, no-c-format + msgid "Use rich log text" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 15 +-#: rc.cpp:1586 ++#: rc.cpp:1529 + #, no-c-format + msgid "General info messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 19 +-#: rc.cpp:1589 ++#: rc.cpp:1532 + #, no-c-format + msgid "Connections messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 23 +-#: rc.cpp:1592 ++#: rc.cpp:1535 + #, no-c-format + msgid "DHT messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 27 +-#: rc.cpp:1595 ++#: rc.cpp:1538 + #, no-c-format + msgid "Tracker info messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 31 +-#: rc.cpp:1598 ++#: rc.cpp:1541 + #, fuzzy, no-c-format + msgid "Disk IO info messages flag" + msgstr "Opsyen RAID" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 35 +-#: rc.cpp:1601 ++#: rc.cpp:1544 + #, no-c-format + msgid "IPFilter plugin messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 39 +-#: rc.cpp:1604 ++#: rc.cpp:1547 + #, no-c-format + msgid "Search plugin messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 43 +-#: rc.cpp:1607 ++#: rc.cpp:1550 + #, no-c-format + msgid "PartFileImport plugin messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 47 +-#: rc.cpp:1610 ++#: rc.cpp:1553 + #, no-c-format + msgid "InfoWidget plugin messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 51 +-#: rc.cpp:1613 ++#: rc.cpp:1556 + #, no-c-format + msgid "UPnP plugin messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 55 +-#: rc.cpp:1616 ++#: rc.cpp:1559 + #, fuzzy, no-c-format + msgid "ScanFolder plugin messages flag" + msgstr "Opsyen Sistem Fail" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 59 +-#: rc.cpp:1619 ++#: rc.cpp:1562 + #, fuzzy, no-c-format + msgid "Scheduler plugin messages flag" + msgstr "Opsyen RAID" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 63 +-#: rc.cpp:1622 ++#: rc.cpp:1565 + #, fuzzy, no-c-format + msgid "RSS plugin messages flag" + msgstr "Opsyen RAID" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 67 +-#: rc.cpp:1625 ++#: rc.cpp:1568 + #, fuzzy, no-c-format + msgid "WebInterface plugin messages flag" + msgstr "Opsyen RAID" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 16 +-#: plugins/logviewer/logprefpage.cpp:31 rc.cpp:1628 ++#: plugins/logviewer/logprefpage.cpp:31 rc.cpp:1571 + #, fuzzy, no-c-format + msgid "LogViewer Options" + msgstr "Opsyen Sistem Fail" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 44 +-#: libktorrent/pluginmanagerprefpage.cpp:63 rc.cpp:1631 ++#: libktorrent/pluginmanagerprefpage.cpp:63 rc.cpp:1574 + #, no-c-format + msgid "Plugins" + msgstr "Plugin" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 53 +-#: rc.cpp:1634 rc.cpp:1652 rc.cpp:1670 rc.cpp:1691 rc.cpp:1706 rc.cpp:1724 +-#: rc.cpp:1745 rc.cpp:1763 rc.cpp:1778 rc.cpp:1811 rc.cpp:1826 rc.cpp:1841 +-#: rc.cpp:1859 rc.cpp:1874 ++#: rc.cpp:1577 rc.cpp:1595 rc.cpp:1613 rc.cpp:1634 rc.cpp:1649 rc.cpp:1667 ++#: rc.cpp:1688 rc.cpp:1706 rc.cpp:1721 rc.cpp:1754 rc.cpp:1769 rc.cpp:1784 ++#: rc.cpp:1802 rc.cpp:1817 + #, no-c-format + msgid "All" + msgstr "Semua" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 58 +-#: rc.cpp:1637 rc.cpp:1655 rc.cpp:1673 rc.cpp:1694 rc.cpp:1709 rc.cpp:1727 +-#: rc.cpp:1748 rc.cpp:1766 rc.cpp:1781 rc.cpp:1814 rc.cpp:1829 rc.cpp:1844 +-#: rc.cpp:1862 rc.cpp:1877 ++#: rc.cpp:1580 rc.cpp:1598 rc.cpp:1616 rc.cpp:1637 rc.cpp:1652 rc.cpp:1670 ++#: rc.cpp:1691 rc.cpp:1709 rc.cpp:1724 rc.cpp:1757 rc.cpp:1772 rc.cpp:1787 ++#: rc.cpp:1805 rc.cpp:1820 + #, no-c-format + msgid "Debug" + msgstr "Nyahpepijat" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 63 +-#: rc.cpp:1640 rc.cpp:1658 rc.cpp:1676 rc.cpp:1697 rc.cpp:1712 rc.cpp:1730 +-#: rc.cpp:1751 rc.cpp:1769 rc.cpp:1784 rc.cpp:1817 rc.cpp:1832 rc.cpp:1847 +-#: rc.cpp:1865 rc.cpp:1880 ++#: rc.cpp:1583 rc.cpp:1601 rc.cpp:1619 rc.cpp:1640 rc.cpp:1655 rc.cpp:1673 ++#: rc.cpp:1694 rc.cpp:1712 rc.cpp:1727 rc.cpp:1760 rc.cpp:1775 rc.cpp:1790 ++#: rc.cpp:1808 rc.cpp:1823 + #, no-c-format + msgid "Notice" + msgstr "" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 68 +-#: rc.cpp:1643 rc.cpp:1661 rc.cpp:1679 rc.cpp:1700 rc.cpp:1715 rc.cpp:1733 +-#: rc.cpp:1754 rc.cpp:1772 rc.cpp:1787 rc.cpp:1820 rc.cpp:1835 rc.cpp:1850 +-#: rc.cpp:1868 rc.cpp:1883 ++#: rc.cpp:1586 rc.cpp:1604 rc.cpp:1622 rc.cpp:1643 rc.cpp:1658 rc.cpp:1676 ++#: rc.cpp:1697 rc.cpp:1715 rc.cpp:1730 rc.cpp:1763 rc.cpp:1778 rc.cpp:1793 ++#: rc.cpp:1811 rc.cpp:1826 + #, no-c-format + msgid "Important" + msgstr "" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 73 +-#: rc.cpp:1646 rc.cpp:1664 rc.cpp:1682 rc.cpp:1703 rc.cpp:1718 rc.cpp:1736 +-#: rc.cpp:1757 rc.cpp:1775 rc.cpp:1790 rc.cpp:1823 rc.cpp:1838 rc.cpp:1853 +-#: rc.cpp:1871 rc.cpp:1886 ++#: rc.cpp:1589 rc.cpp:1607 rc.cpp:1625 rc.cpp:1646 rc.cpp:1661 rc.cpp:1679 ++#: rc.cpp:1700 rc.cpp:1718 rc.cpp:1733 rc.cpp:1766 rc.cpp:1781 rc.cpp:1796 ++#: rc.cpp:1814 rc.cpp:1829 + #, no-c-format + msgid "None" + msgstr "" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 85 +-#: rc.cpp:1649 ++#: rc.cpp:1592 + #, fuzzy, no-c-format + msgid "IPFilter:" + msgstr "Pemindahan Fail (FTP)" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 126 +-#: rc.cpp:1667 ++#: rc.cpp:1610 + #, fuzzy, no-c-format + msgid "Search:" + msgstr "Cari" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 167 +-#: rc.cpp:1685 ++#: rc.cpp:1628 + #, no-c-format + msgid "UPnP:" + msgstr "UPnP:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 178 +-#: rc.cpp:1688 ++#: rc.cpp:1631 + #, fuzzy, no-c-format + msgid "ScanFolder:" + msgstr "Opsyen Sistem Fail" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 249 +-#: rc.cpp:1721 ++#: rc.cpp:1664 + #, no-c-format + msgid "Scheduler:" + msgstr "" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 290 +-#: rc.cpp:1739 ++#: rc.cpp:1682 + #, no-c-format + msgid "PartFileImport:" + msgstr "" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 301 +-#: rc.cpp:1742 ++#: rc.cpp:1685 + #, fuzzy, no-c-format + msgid "InfoWidget:" + msgstr "info_label" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 342 +-#: rc.cpp:1760 ++#: rc.cpp:1703 + #, no-c-format + msgid "RSS plugin:" + msgstr "" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 413 +-#: rc.cpp:1793 ++#: rc.cpp:1736 + #, fuzzy, no-c-format + msgid "WebInterface plugin:" + msgstr "Pilihan Umum" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 426 +-#: rc.cpp:1796 ++#: rc.cpp:1739 + #, no-c-format + msgid "System" + msgstr "" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 437 +-#: rc.cpp:1799 ++#: rc.cpp:1742 + #, fuzzy, no-c-format + msgid "General:" + msgstr "Umum" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 445 +-#: rc.cpp:1802 ++#: rc.cpp:1745 + #, fuzzy, no-c-format + msgid "Connections:" + msgstr "Ubah sambungan..." + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 559 +-#: rc.cpp:1856 ++#: rc.cpp:1799 + #, no-c-format + msgid "Disk I/O:" + msgstr "" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 640 +-#: rc.cpp:1892 ++#: rc.cpp:1835 + #, no-c-format + msgid "Use rich te&xt for log" + msgstr "" + + #. i18n: file ./plugins/search/searchpref.ui line 41 +-#: rc.cpp:1898 ++#: rc.cpp:1841 + #, no-c-format + msgid "External Browser" + msgstr "" + + #. i18n: file ./plugins/search/searchpref.ui line 52 +-#: rc.cpp:1901 ++#: rc.cpp:1844 + #, no-c-format + msgid "Open searches in external browser" + msgstr "" + + #. i18n: file ./plugins/search/searchpref.ui line 60 +-#: rc.cpp:1904 rc.cpp:1955 ++#: rc.cpp:1847 rc.cpp:1892 + #, fuzzy, no-c-format + msgid "Use default browser" + msgstr "Guna Hint Saiz" + + #. i18n: file ./plugins/search/searchpref.ui line 79 +-#: rc.cpp:1908 ++#: rc.cpp:1850 + #, fuzzy, no-c-format + msgid "Custom browser path:" + msgstr "Comment=Projek Tersendiri" + + #. i18n: file ./plugins/search/searchpref.ui line 116 +-#: rc.cpp:1912 ++#: rc.cpp:1853 + #, fuzzy, no-c-format + msgid "Search Engines" + msgstr "Tapi_san pencarian:" + + #. i18n: file ./plugins/search/searchpref.ui line 143 +-#: rc.cpp:1916 ++#: rc.cpp:1856 + #, fuzzy, no-c-format + msgid "Search engine name:" + msgstr "Name=KDevelop: KDE/C++" + + #. i18n: file ./plugins/search/searchpref.ui line 187 +-#: rc.cpp:1922 ++#: rc.cpp:1862 + #, fuzzy, no-c-format + msgid "&Add" + msgstr "Tambah Bar Alatan" + + #. i18n: file ./plugins/search/searchpref.ui line 195 +-#: rc.cpp:1925 ++#: rc.cpp:1865 + #, no-c-format + msgid "Engines" + msgstr "" + + #. i18n: file ./plugins/search/searchpref.ui line 206 +-#: rc.cpp:1928 ++#: rc.cpp:1868 + #, no-c-format + msgid "URL" + msgstr "URL" + + #. i18n: file ./plugins/search/searchpref.ui line 257 +-#: rc.cpp:1934 ++#: rc.cpp:1874 + #, fuzzy, no-c-format + msgid "R&emove All" + msgstr "Laras Semua..." + + #. i18n: file ./plugins/search/searchpref.ui line 282 +-#: rc.cpp:1937 ++#: rc.cpp:1877 + #, fuzzy, no-c-format + msgid "Add Defau<" + msgstr "Tambah Bar Alatan ke '%1'" + + #. i18n: file ./plugins/search/searchpref.ui line 290 +-#: rc.cpp:1940 ++#: rc.cpp:1880 + #, no-c-format + msgid "Update From Internet" + msgstr "" + + #. i18n: file ./plugins/search/searchbar.ui line 53 + #: plugins/search/searchplugin.cpp:50 plugins/search/searchtab.cpp:48 +-#: rc.cpp:1946 ++#: rc.cpp:1883 + #, no-c-format + msgid "Search" + msgstr "Cari" + + #. i18n: file ./plugins/search/searchbar.ui line 78 +-#: rc.cpp:1949 ++#: rc.cpp:1886 + #, fuzzy, no-c-format + msgid "Search engine:" + msgstr "Tapi_san pencarian:" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 10 +-#: rc.cpp:1952 ++#: rc.cpp:1889 + #, fuzzy, no-c-format + msgid "Current search engine" + msgstr "Hasil pencarian bagi " + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 19 +-#: rc.cpp:1958 ++#: rc.cpp:1895 + #, fuzzy, no-c-format + msgid "Use custom browser" + msgstr "Comment=Projek Tersendiri" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 23 +-#: rc.cpp:1961 ++#: rc.cpp:1898 + #, no-c-format + msgid "Custom browser executable path" + msgstr "" +@@ -4111,34 +4111,34 @@ msgstr "" + msgid "Stopped. No space left on device." + msgstr "" + +-#: libktorrent/torrent/queuemanager.cpp:135 ++#: libktorrent/torrent/queuemanager.cpp:136 + msgid "" + "You don't have enough disk space to download this torrent. Are you sure you " + "want to continue?" + msgstr "" + +-#: libktorrent/torrent/queuemanager.cpp:135 ++#: libktorrent/torrent/queuemanager.cpp:136 + #, c-format + msgid "Insufficient disk space for %1" + msgstr "" + +-#: libktorrent/torrent/queuemanager.cpp:157 ++#: libktorrent/torrent/queuemanager.cpp:158 + msgid "" + "Torrent \"%1\" has reached its maximum share ratio. Ignore the limit and start " + "seeding anyway?" + msgstr "" + +-#: libktorrent/torrent/queuemanager.cpp:157 ++#: libktorrent/torrent/queuemanager.cpp:158 + msgid "Maximum share ratio limit reached." + msgstr "" + +-#: libktorrent/torrent/queuemanager.cpp:236 +-#: libktorrent/torrent/queuemanager.cpp:760 ++#: libktorrent/torrent/queuemanager.cpp:237 ++#: libktorrent/torrent/queuemanager.cpp:763 + #, fuzzy + msgid "Error stopping torrent %1 : %2" + msgstr "Name=Ralat proses" + +-#: libktorrent/torrent/queuemanager.cpp:742 ++#: libktorrent/torrent/queuemanager.cpp:745 + #, fuzzy + msgid "Error starting torrent %1 : %2" + msgstr "Name=Ralat proses" +diff --git a/translations/nb/messages/ktorrent.po b/translations/nb/messages/ktorrent.po +index 5cff1e5..904b99d 100644 +--- a/translations/nb/messages/ktorrent.po ++++ b/translations/nb/messages/ktorrent.po +@@ -4,7 +4,7 @@ + msgid "" + msgstr "" + "Project-Id-Version: ktorrent\n" +-"POT-Creation-Date: 2008-04-18 19:40+0200\n" ++"POT-Creation-Date: 2008-07-08 22:20+0200\n" + "PO-Revision-Date: 2007-10-23 01:56+0200\n" + "Last-Translator: Alexander Nicolaysen Sørnes \n" + "Language-Team: \n" +@@ -18,7 +18,7 @@ msgid "No incoming connections (possibly firewalled)" + msgstr "Ingen innkommende forbindelser (brannmur?)" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 42 +-#: apps/ktorrent/ktorrent.cpp:184 rc.cpp:345 rc.cpp:383 rc.cpp:1019 ++#: apps/ktorrent/ktorrent.cpp:184 rc.cpp:336 rc.cpp:369 rc.cpp:989 + #, no-c-format + msgid "Info" + msgstr "Informasjon" +@@ -186,7 +186,7 @@ msgstr "Misformet URL." + #. i18n: file ./apps/ktorrent/ktorrentui.rc line 9 + #: apps/ktorrent/groups/downloadgroup.cpp:27 + #: apps/ktorrent/groups/groupmanager.h:57 apps/ktorrent/pref.cpp:147 +-#: apps/ktorrent/viewmanager.cpp:62 rc.cpp:138 rc.cpp:342 ++#: apps/ktorrent/viewmanager.cpp:62 rc.cpp:132 rc.cpp:333 + #, no-c-format + msgid "Downloads" + msgstr "Nedlastinger" +@@ -310,7 +310,7 @@ msgid "Document to open" + msgstr "Dokument som skal åpnes" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 59 +-#: apps/ktorrent/main.cpp:120 rc.cpp:553 ++#: apps/ktorrent/main.cpp:120 rc.cpp:532 + #, no-c-format + msgid "KTorrent" + msgstr "KTorrent" +@@ -579,7 +579,7 @@ msgstr "Strømmens kilder for personer:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 85 + #: apps/ktorrent/ktorrentviewmenu.cpp:66 plugins/infowidget/peerview.cpp:221 +-#: rc.cpp:77 rc.cpp:1256 rc.cpp:1307 ++#: rc.cpp:75 rc.cpp:1208 rc.cpp:1259 + #, no-c-format + msgid "DHT" + msgstr "DHT" +@@ -621,7 +621,7 @@ msgid "Add to Group" + msgstr "Legg til gruppe" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 16 +-#: apps/ktorrent/ktorrentviewmenu.cpp:100 rc.cpp:147 ++#: apps/ktorrent/ktorrentviewmenu.cpp:100 rc.cpp:141 + #, no-c-format + msgid "Speed Limits" + msgstr "Fartsgrenser" +@@ -639,7 +639,7 @@ msgid "Malformed IP address." + msgstr "Misformet IP-adresse." + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 311 +-#: apps/ktorrent/pref.cpp:58 rc.cpp:282 ++#: apps/ktorrent/pref.cpp:58 rc.cpp:273 + #, no-c-format + msgid "Preferences" + msgstr "Innstillinger" +@@ -675,7 +675,7 @@ msgid "Advanced" + msgstr "Avansert" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 27 +-#: apps/ktorrent/pref.cpp:411 rc.cpp:540 ++#: apps/ktorrent/pref.cpp:411 rc.cpp:519 + #, no-c-format + msgid "Advanced Options" + msgstr "Avanserte innstillinger" +@@ -686,7 +686,7 @@ msgstr "Synlige kolonner" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 16 + #: apps/ktorrent/ktorrentview.cpp:135 +-#: plugins/infowidget/infowidgetplugin.cpp:76 rc.cpp:1016 ++#: plugins/infowidget/infowidgetplugin.cpp:76 rc.cpp:986 + #, no-c-format + msgid "Status" + msgstr "Status" +@@ -708,7 +708,7 @@ msgstr "Lastet opp" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 313 + #: apps/ktorrent/ktorrentview.cpp:139 plugins/infowidget/peerview.cpp:216 +-#: rc.cpp:1010 ++#: rc.cpp:980 + #, no-c-format + msgid "Down Speed" + msgstr "Nedhastighet" +@@ -832,7 +832,7 @@ msgid "User" + msgstr "Bruker" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 24 +-#: apps/ktorrent/queuedialog.cpp:75 rc.cpp:249 ++#: apps/ktorrent/queuedialog.cpp:75 rc.cpp:240 + #, no-c-format + msgid "Queue Manager" + msgstr "Købehandler" +@@ -1053,8 +1053,8 @@ msgid "Start torrent" + msgstr "Start strøm" + + #. i18n: file ./apps/ktorrent/fileselectdlgbase.ui line 160 +-#: plugins/infowidget/fileview.cpp:49 rc.cpp:27 rc.cpp:1244 rc.cpp:1259 +-#: rc.cpp:1349 rc.cpp:1439 ++#: plugins/infowidget/fileview.cpp:49 rc.cpp:27 rc.cpp:1196 rc.cpp:1211 ++#: rc.cpp:1301 rc.cpp:1385 + #, no-c-format + msgid "Download" + msgstr "Last ned" +@@ -1108,13 +1108,13 @@ msgid "Encryption" + msgstr "Kryptering" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 58 +-#: rc.cpp:64 rc.cpp:787 ++#: rc.cpp:63 rc.cpp:764 + #, no-c-format + msgid "Use protocol encryption" + msgstr "Bruk protokollkryptering" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 64 +-#: rc.cpp:68 ++#: rc.cpp:66 + #, no-c-format + msgid "" + "Protocol encryption is used to prevent ISP's from slowing down bittorrent " +@@ -1124,20 +1124,20 @@ msgstr "" + "farten på BitTorrent-forbindelser." + + #. i18n: file ./apps/ktorrent/generalpref.ui line 72 +-#: rc.cpp:71 rc.cpp:790 ++#: rc.cpp:69 rc.cpp:767 + #, no-c-format + msgid "Allow unencrypted connections" + msgstr "Tillat ukrypterte forbindelser" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 75 +-#: rc.cpp:74 ++#: rc.cpp:72 + #, no-c-format + msgid "" + "If unchecked, you'll be able to connect only to clients supporting encryption." + msgstr "Hvis dette er av kan du kun koble til klienter som støtter kryptering." + + #. i18n: file ./apps/ktorrent/generalpref.ui line 88 +-#: rc.cpp:80 ++#: rc.cpp:78 + #, no-c-format + msgid "" + "Distributed Hash Table protocol." +@@ -1147,169 +1147,169 @@ msgstr "" + "
Protokoll for desentralisert deling. Se manualen for mer informasjon." + + #. i18n: file ./apps/ktorrent/generalpref.ui line 99 +-#: rc.cpp:83 ++#: rc.cpp:81 + #, no-c-format + msgid "&Use DHT to get additional peers" + msgstr "Br&uk DHT for å få flere likemenn" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 118 +-#: rc.cpp:87 ++#: rc.cpp:84 + #, no-c-format + msgid "UDP port for DHT communication:" + msgstr "UDP-port for DHT-kommunikasjon:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 161 +-#: rc.cpp:90 ++#: rc.cpp:87 + #, no-c-format + msgid "Custom IP" + msgstr "Selvvalgt IP" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 172 +-#: rc.cpp:93 ++#: rc.cpp:90 + #, no-c-format + msgid "Se&nd the tracker a custom IP address or hostname" + msgstr "Sen&d selvvalgt IP eller vertsnavn til sporeren" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 188 +-#: rc.cpp:96 ++#: rc.cpp:93 + #, no-c-format + msgid "Custom IP address or hostname:" + msgstr "Selvvalgt IP eller vertsnavn:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 205 +-#: rc.cpp:99 ++#: rc.cpp:96 + #, no-c-format + msgid "System Tray Icon" + msgstr "Ikon i systemkurven" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 216 +-#: rc.cpp:102 ++#: rc.cpp:99 + #, no-c-format + msgid "Show s&ystem tray icon" + msgstr "Vis ikon i s&ystemkurven" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 224 +-#: rc.cpp:105 ++#: rc.cpp:102 + #, no-c-format + msgid "Show speed &bar in tray icon" + msgstr "Vis &fartslinje i systemkurven." + + #. i18n: file ./apps/ktorrent/generalpref.ui line 232 +-#: rc.cpp:108 ++#: rc.cpp:105 + #, no-c-format + msgid "Show system tray popup messages" + msgstr "Vis sprettoppmeldinger i systemkurven" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 251 +-#: rc.cpp:112 ++#: rc.cpp:108 + #, no-c-format + msgid "Upload bandwidth (in KB/sec):" + msgstr "Båndbredde for opplastinger (i KB/s):" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 276 +-#: rc.cpp:115 ++#: rc.cpp:111 + #, no-c-format + msgid "Download bandwidth (in KB/sec):" + msgstr "Båndbredde for nedlastinger (i KB/s):" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 305 +-#: rc.cpp:118 ++#: rc.cpp:114 + #, no-c-format + msgid "Folders" + msgstr "Mapper" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 324 +-#: rc.cpp:121 ++#: rc.cpp:117 + #, no-c-format + msgid "Folder to store temporary files:" + msgstr "Katalog for lagring av midlertidige filer:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 342 +-#: rc.cpp:124 ++#: rc.cpp:120 + #, no-c-format + msgid "Move completed downloads to:" + msgstr "Flytt ferdige nedlastinger til:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 353 +-#: rc.cpp:128 ++#: rc.cpp:123 + #, no-c-format + msgid "&Automatically save downloads to:" + msgstr "L&agre nedlastinger automatisk til:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 395 +-#: rc.cpp:131 ++#: rc.cpp:126 + #, no-c-format + msgid "Copy .torrent files to:" + msgstr "Kopier .torrent-filer til:" + + #. i18n: file ./apps/ktorrent/ktorrentui.rc line 34 +-#: rc.cpp:144 ++#: rc.cpp:138 + #, no-c-format + msgid "Download Toolbar" + msgstr "Nedlastingsverktøylinje" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 27 +-#: rc.cpp:150 ++#: rc.cpp:144 + #, no-c-format + msgid "Set the speed limits for torrent" + msgstr "Sett fartsgrense for denne strømmen" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 51 +-#: rc.cpp:153 ++#: rc.cpp:147 + #, no-c-format + msgid "Max upload rate:" + msgstr "Høyeste opplastingshastighet:" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 59 +-#: rc.cpp:156 ++#: rc.cpp:150 + #, no-c-format + msgid "Max download rate:" + msgstr "Høyeste nedlastingshastighet:" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 97 +-#: rc.cpp:159 rc.cpp:162 ++#: rc.cpp:153 rc.cpp:156 + #, no-c-format + msgid "KB/s (0 is no limit)" + msgstr "KB/s (0 = ubegrenset)" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 16 +-#: rc.cpp:171 ++#: rc.cpp:165 + #, no-c-format + msgid "Add potential peer" + msgstr "Legg til mulig person" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 35 +-#: rc.cpp:174 ++#: rc.cpp:168 + #, no-c-format + msgid "Peer IP:" + msgstr "Personens IP:" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 43 +-#: rc.cpp:177 rc.cpp:208 ++#: rc.cpp:171 rc.cpp:201 + #, no-c-format + msgid "127.0.0.1" + msgstr "127.0.0.1" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 51 +-#: rc.cpp:180 rc.cpp:288 rc.cpp:525 rc.cpp:931 ++#: rc.cpp:174 rc.cpp:279 rc.cpp:504 rc.cpp:908 + #, no-c-format + msgid "Port:" + msgstr "Port:" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 100 +-#: rc.cpp:183 ++#: rc.cpp:177 + #, no-c-format + msgid "Enter peer IP and port." + msgstr "Skriv inn personens IP og port." + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 16 +-#: rc.cpp:193 ++#: rc.cpp:186 + #, no-c-format + msgid "KTorrent Blacklist" + msgstr "KTorrents svarteliste" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 30 +-#: rc.cpp:196 ++#: rc.cpp:189 + #, no-c-format + msgid "" + "Note: Blacklist applies to current session only. Use save/open to save your " +@@ -1319,187 +1319,187 @@ msgstr "" + "oppføringene eller bruk IP-filtermodulen (Personvokter)." + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 41 +-#: rc.cpp:199 ++#: rc.cpp:192 + #, no-c-format + msgid "Banned Peers" + msgstr "Bannlyste personer" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 50 +-#: rc.cpp:202 ++#: rc.cpp:195 + #, no-c-format + msgid "Peer IP address" + msgstr "Personens IP-adresse" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 96 +-#: rc.cpp:205 ++#: rc.cpp:198 + #, no-c-format + msgid "Add peer:" + msgstr "Legg til person:" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 134 +-#: rc.cpp:215 ++#: rc.cpp:207 + #, no-c-format + msgid "Adds a peer to blacklist" + msgstr "Legger en person til i svartelisten" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 168 +-#: rc.cpp:222 ++#: rc.cpp:213 + #, no-c-format + msgid "Removes selected peer from blacklist" + msgstr "Fjerner valgte person fra svartelisten" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 176 +-#: rc.cpp:225 ++#: rc.cpp:216 + #, no-c-format + msgid "C&lear" + msgstr "&Tøm" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 182 +-#: rc.cpp:228 ++#: rc.cpp:219 + #, no-c-format + msgid "Clears this list" + msgstr "Tømmer listen" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 218 +-#: rc.cpp:234 ++#: rc.cpp:225 + #, no-c-format + msgid "Save &As..." + msgstr "L&agre som . . ." + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 224 +-#: rc.cpp:237 ++#: rc.cpp:228 + #, no-c-format + msgid "Save this blacklist to use with KTorrent IPFilter plugin" + msgstr "Lagre denne svartelista for bruk med KTorrents IP-filtermodul" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 59 +-#: rc.cpp:252 ++#: rc.cpp:243 + #, no-c-format + msgid "Maximum downloads:" + msgstr "Høyeste antall nedlastinger:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 86 +-#: rc.cpp:255 ++#: rc.cpp:246 + #, no-c-format + msgid "Maximum seeds:" + msgstr "Høyeste antall frø:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 94 +-#: rc.cpp:258 ++#: rc.cpp:249 + #, no-c-format + msgid "Start download on low disk space :" + msgstr "Start nedlasting med lite displass:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 102 +-#: rc.cpp:261 ++#: rc.cpp:252 + #, no-c-format + msgid "Minimum disk space:" + msgstr "Minste diskplass:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 140 +-#: rc.cpp:264 ++#: rc.cpp:255 + #, no-c-format + msgid "Don't start" + msgstr "Ikke start" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 145 +-#: rc.cpp:267 ++#: rc.cpp:258 + #, no-c-format + msgid "Always ask" + msgstr "Alltid spør" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 150 +-#: rc.cpp:270 ++#: rc.cpp:261 + #, no-c-format + msgid "Force start" + msgstr "Tving start" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 208 +-#: rc.cpp:273 ++#: rc.cpp:264 + #, no-c-format + msgid "MB" + msgstr "MB" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 236 +-#: rc.cpp:276 rc.cpp:279 rc.cpp:312 rc.cpp:315 rc.cpp:324 ++#: rc.cpp:267 rc.cpp:270 rc.cpp:303 rc.cpp:306 rc.cpp:315 + #, no-c-format + msgid "(0 is no limit)" + msgstr "(0 = ubegrenset)" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 330 +-#: rc.cpp:285 ++#: rc.cpp:276 + #, no-c-format + msgid "Maximum download rate:" + msgstr "Høyeste nedlastingshastighet:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 346 +-#: rc.cpp:291 ++#: rc.cpp:282 + #, no-c-format + msgid "Global connection limit:" + msgstr "Begrensning av totale forbindelser:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 354 +-#: rc.cpp:294 ++#: rc.cpp:285 + #, no-c-format + msgid "Max seed time:" + msgstr "Høyeste delingstid:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 370 +-#: rc.cpp:297 ++#: rc.cpp:288 + #, no-c-format + msgid "Maximum connections per torrent:" + msgstr "Høyeste antall forbindelser per strøm:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 397 +-#: rc.cpp:300 ++#: rc.cpp:291 + #, no-c-format + msgid "Number of upload slots:" + msgstr "Antall opplastingsplasser:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 405 +-#: rc.cpp:303 ++#: rc.cpp:294 + #, no-c-format + msgid "UDP tracker port:" + msgstr "UDP-sporerport:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 413 +-#: rc.cpp:306 ++#: rc.cpp:297 + #, no-c-format + msgid "Max share ratio:" + msgstr "Høyeste delingsforhold:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 421 +-#: rc.cpp:309 ++#: rc.cpp:300 + #, no-c-format + msgid "Maximum upload rate:" + msgstr "Høyeste opplastingshastighet:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 576 +-#: rc.cpp:318 rc.cpp:321 ++#: rc.cpp:309 rc.cpp:312 + #, no-c-format + msgid "KB/sec (0 is no limit)" + msgstr "KB/s (0 = ubegrenset)" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 651 +-#: rc.cpp:327 ++#: rc.cpp:318 + #, no-c-format + msgid "Hours (0 is no limit)" + msgstr "Timer (0 = ubegrenset)" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 663 +-#: rc.cpp:330 ++#: rc.cpp:321 + #, no-c-format + msgid "&Keep seeding after download is finished" + msgstr "&Fortsett å dele etter at nedlasting er ferdig" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 674 +-#: rc.cpp:333 ++#: rc.cpp:324 + #, no-c-format + msgid "Attention" + msgstr "Følg med" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 685 +-#: rc.cpp:336 ++#: rc.cpp:327 + #, no-c-format + msgid "" + "The above ports must also be forwarded if you are behind a router. The UPnP " +@@ -1509,283 +1509,283 @@ msgstr "" + "gjøre dette for deg." + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 16 +-#: rc.cpp:339 ++#: rc.cpp:330 + #, no-c-format + msgid "KT Queue Dialog" + msgstr "KT kødialog" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 69 +-#: rc.cpp:348 rc.cpp:386 rc.cpp:1107 ++#: rc.cpp:339 rc.cpp:372 rc.cpp:1067 + #, no-c-format + msgid "Status:" + msgstr "Status:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 85 +-#: rc.cpp:351 rc.cpp:389 rc.cpp:1808 ++#: rc.cpp:342 rc.cpp:375 rc.cpp:1751 + #, no-c-format + msgid "Tracker:" + msgstr "Sporer:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 93 +-#: rc.cpp:354 rc.cpp:392 rc.cpp:1805 ++#: rc.cpp:345 rc.cpp:378 rc.cpp:1748 + #, no-c-format + msgid "DHT:" + msgstr "DHT:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 109 +-#: rc.cpp:357 rc.cpp:395 rc.cpp:1061 ++#: rc.cpp:348 rc.cpp:381 rc.cpp:1025 + #, no-c-format + msgid "Share ratio:" + msgstr "Delingsforhold:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 117 +-#: rc.cpp:360 ++#: rc.cpp:351 + #, no-c-format + msgid "Bytes left:" + msgstr "Byte igjen:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 177 +-#: rc.cpp:368 rc.cpp:377 ++#: rc.cpp:354 rc.cpp:363 + #, no-c-format + msgid "Torrent" + msgstr "Strøm" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 188 +-#: rc.cpp:371 rc.cpp:380 ++#: rc.cpp:357 rc.cpp:366 + #, no-c-format + msgid "Controlled by" + msgstr "Kontrollert av" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 214 +-#: rc.cpp:374 ++#: rc.cpp:360 + #, no-c-format + msgid "Upload&s" + msgstr "Oppla&stinger" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 333 +-#: rc.cpp:398 ++#: rc.cpp:384 + #, no-c-format + msgid "Uploaded:" + msgstr "Lastet opp:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 486 +-#: rc.cpp:406 ++#: rc.cpp:387 + #, no-c-format + msgid "M&ove up" + msgstr "Flytt &opp" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 494 +-#: rc.cpp:409 ++#: rc.cpp:390 + #, no-c-format + msgid "Move dow&n" + msgstr "Flytt &ned" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 519 +-#: rc.cpp:412 ++#: rc.cpp:393 + #, no-c-format + msgid "Move to top" + msgstr "Flytt øverst" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 530 +-#: rc.cpp:416 ++#: rc.cpp:396 + #, no-c-format + msgid "Move to &bottom" + msgstr "Flytt til &bunnen" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 555 +-#: rc.cpp:419 ++#: rc.cpp:399 + #, no-c-format + msgid "&QM Controlled" + msgstr "&Kontrollert av købehandleren" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 563 +-#: rc.cpp:422 ++#: rc.cpp:402 + #, no-c-format + msgid "&User Controlled" + msgstr "Br&ukerkontrollert" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 30 +-#: rc.cpp:434 ++#: rc.cpp:414 + #, no-c-format + msgid "Paste URL" + msgstr "Lim inn URL" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 52 +-#: rc.cpp:437 rc.cpp:1104 rc.cpp:1919 ++#: rc.cpp:417 rc.cpp:1064 rc.cpp:1859 + #, no-c-format + msgid "URL:" + msgstr "URL:" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 106 +-#: rc.cpp:440 ++#: rc.cpp:420 + #, no-c-format + msgid "O&K" + msgstr "O&K" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 114 +-#: rc.cpp:443 rc.cpp:675 rc.cpp:1176 ++#: rc.cpp:423 rc.cpp:653 rc.cpp:1128 + #, no-c-format + msgid "C&ancel" + msgstr "&Avbryt" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 16 +-#: rc.cpp:446 ++#: rc.cpp:426 + #, no-c-format + msgid "Create Torrent" + msgstr "Lag strøm" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 38 +-#: rc.cpp:449 ++#: rc.cpp:429 + #, no-c-format + msgid "The file or folder of which you want to create a torrent:" + msgstr "Fila eller katalogen du vil lage en strøm av:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 53 +-#: rc.cpp:452 ++#: rc.cpp:432 + #, no-c-format + msgid "You must add at least one tracker or node." + msgstr "Du må legge til minst én sporer eller node." + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 61 +-#: rc.cpp:455 ++#: rc.cpp:435 + #, no-c-format + msgid "File Options" + msgstr "Filinnstillinger" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 80 +-#: rc.cpp:458 ++#: rc.cpp:438 + #, no-c-format + msgid "Size of each chunk:" + msgstr "Størrelse på hver bit:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 86 +-#: rc.cpp:461 ++#: rc.cpp:441 + #, no-c-format + msgid "32" + msgstr "32" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 91 +-#: rc.cpp:464 ++#: rc.cpp:444 + #, no-c-format + msgid "64" + msgstr "64" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 96 +-#: rc.cpp:467 ++#: rc.cpp:447 + #, no-c-format + msgid "128" + msgstr "128" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 101 +-#: rc.cpp:470 ++#: rc.cpp:450 + #, no-c-format + msgid "256" + msgstr "256" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 106 +-#: rc.cpp:473 ++#: rc.cpp:453 + #, no-c-format + msgid "512" + msgstr "512" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 111 +-#: rc.cpp:476 ++#: rc.cpp:456 + #, no-c-format + msgid "1024" + msgstr "1024" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 116 +-#: rc.cpp:479 ++#: rc.cpp:459 + #, no-c-format + msgid "2048" + msgstr "2048" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 121 +-#: rc.cpp:482 ++#: rc.cpp:462 + #, no-c-format + msgid "4096" + msgstr "4096" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 126 +-#: rc.cpp:485 ++#: rc.cpp:465 + #, no-c-format + msgid "8192" + msgstr "8192" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 138 +-#: rc.cpp:488 rc.cpp:633 ++#: rc.cpp:468 rc.cpp:611 + #, no-c-format + msgid "KB" + msgstr "KB" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 165 +-#: rc.cpp:491 ++#: rc.cpp:471 + #, no-c-format + msgid "Start seedin&g the torrent" + msgstr "Starte delin&g av strømmen" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 176 +-#: rc.cpp:494 ++#: rc.cpp:474 + #, no-c-format + msgid "Decentrali&zed (DHT only)" + msgstr "&Desentralisert (kun DHT)" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 184 +-#: rc.cpp:497 ++#: rc.cpp:477 + #, no-c-format + msgid "Private torrent (DHT not allowed)" + msgstr "Privat strøm (DHT ikke tillat)" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 202 +-#: rc.cpp:500 ++#: rc.cpp:480 + #, no-c-format + msgid "Comments:" + msgstr "Kommentarer:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 248 +-#: rc.cpp:503 ++#: rc.cpp:483 + #, no-c-format + msgid "&Create" + msgstr "L&ag" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 262 +-#: rc.cpp:506 rc.cpp:1325 ++#: rc.cpp:486 rc.cpp:1277 + #, no-c-format + msgid "Ca&ncel" + msgstr "&Avbryt" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 275 +-#: plugins/infowidget/infowidgetplugin.cpp:214 rc.cpp:509 rc.cpp:1101 ++#: plugins/infowidget/infowidgetplugin.cpp:214 rc.cpp:489 rc.cpp:1061 + #, no-c-format + msgid "Trackers" + msgstr "Sporere" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 283 +-#: rc.cpp:512 ++#: rc.cpp:492 + #, no-c-format + msgid "DHT nodes" + msgstr "DHT-noder" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 333 +-#: rc.cpp:522 ++#: rc.cpp:501 + #, no-c-format + msgid "Node:" + msgstr "Node:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 385 +-#: rc.cpp:528 ++#: rc.cpp:507 + #, no-c-format + msgid "IP or hostname" + msgstr "IP eller vertsnavn" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 396 +-#: rc.cpp:531 rc.cpp:718 rc.cpp:721 ++#: rc.cpp:510 rc.cpp:695 rc.cpp:698 + #, no-c-format + msgid "Port" + msgstr "Port" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 437 +-#: rc.cpp:534 ++#: rc.cpp:513 + #, no-c-format + msgid "" + "NOTE: Some known good DHT nodes are already inserted. You should probably " +@@ -1795,19 +1795,19 @@ msgstr "" + "inn din egen IP-adresse og port også hvis du vil dele denne strømmen." + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 16 +-#: rc.cpp:537 ++#: rc.cpp:516 + #, no-c-format + msgid "Advanced Preferences" + msgstr "Avanserte innstillinger" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 46 +-#: rc.cpp:543 ++#: rc.cpp:522 + #, no-c-format + msgid "Time left estimation algorithm:" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 53 +-#: rc.cpp:546 rc.cpp:568 ++#: rc.cpp:525 rc.cpp:547 + #, no-c-format + msgid "" + "KTorrent algorithm: Default algorithm using combination of other " +@@ -1834,431 +1834,431 @@ msgstr "" + "X antall prøver" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 64 +-#: rc.cpp:556 ++#: rc.cpp:535 + #, no-c-format + msgid "Current speed" + msgstr "Gjeldende fart" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 69 +-#: rc.cpp:559 ++#: rc.cpp:538 + #, no-c-format + msgid "Global average speed" + msgstr "Total gjennomsnittsfart" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 74 +-#: rc.cpp:562 ++#: rc.cpp:541 + #, no-c-format + msgid "Window of X" + msgstr "Utvalgte prøver" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 79 +-#: rc.cpp:565 ++#: rc.cpp:544 + #, no-c-format + msgid "Moving average" + msgstr "Flyttende gjennomsnitt" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 98 +-#: rc.cpp:575 ++#: rc.cpp:554 + #, no-c-format + msgid "(takes effect after restart)" + msgstr "(tar effekt etter omstart)" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 125 +-#: rc.cpp:578 ++#: rc.cpp:557 + #, no-c-format + msgid "Disa&ble diskspace preallocation" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 141 +-#: rc.cpp:581 ++#: rc.cpp:560 + #, no-c-format + msgid "F&ully preallocate diskspace (avoids fragmentation)" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 147 +-#: rc.cpp:584 ++#: rc.cpp:563 + #, no-c-format + msgid "Basic (slow)" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 152 +-#: rc.cpp:587 ++#: rc.cpp:566 + #, no-c-format + msgid "Filesystem specific" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 174 +-#: rc.cpp:590 ++#: rc.cpp:569 + #, no-c-format + msgid "Performance" + msgstr "Ytelse" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 193 +-#: rc.cpp:593 ++#: rc.cpp:572 + #, no-c-format + msgid "Memory usage:" + msgstr "Minnebruk:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 199 +-#: rc.cpp:596 ++#: rc.cpp:575 + #, no-c-format + msgid "Low" + msgstr "Lavt" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 204 +-#: rc.cpp:599 ++#: rc.cpp:578 + #, no-c-format + msgid "Medium" + msgstr "Middels" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 209 +-#: rc.cpp:602 ++#: rc.cpp:581 + #, no-c-format + msgid "High" + msgstr "Høyt" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 248 +-#: rc.cpp:605 ++#: rc.cpp:584 + #, no-c-format + msgid "GUI update interval:" + msgstr "Oppdateringsintervall for grensesnittet:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 254 +-#: rc.cpp:608 ++#: rc.cpp:587 + #, no-c-format + msgid "500ms" + msgstr "500 ms" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 259 +-#: rc.cpp:611 ++#: rc.cpp:590 + #, no-c-format + msgid "1s" + msgstr "1 s" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 264 +-#: rc.cpp:614 ++#: rc.cpp:593 + #, no-c-format + msgid "2s" + msgstr "2 s" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 269 +-#: rc.cpp:617 ++#: rc.cpp:596 + #, no-c-format + msgid "5s" + msgstr "5 s" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 308 +-#: rc.cpp:620 ++#: rc.cpp:599 + #, no-c-format + msgid "Fast CPU" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 342 +-#: rc.cpp:624 ++#: rc.cpp:602 + #, no-c-format + msgid "Slow CPU" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 354 +-#: rc.cpp:627 ++#: rc.cpp:605 + #, no-c-format + msgid "Data Checking" + msgstr "Datakontroll" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 373 +-#: rc.cpp:630 ++#: rc.cpp:608 + #, no-c-format + msgid "During uploading, do ¬ recheck chunks bigger than" + msgstr "Ikke kontroller biter større en&n dette ved opplasting" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 430 +-#: rc.cpp:636 ++#: rc.cpp:614 + #, no-c-format + msgid "Do a data integrit&y check after" + msgstr "&Kontroller data etter" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 449 +-#: rc.cpp:639 ++#: rc.cpp:617 + #, no-c-format + msgid "corrupted chunks" + msgstr "korrupte biter" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 478 +-#: rc.cpp:642 ++#: rc.cpp:620 + #, no-c-format + msgid "Networking" + msgstr "Nettverk" + + # | msgid "Maximum number of connections per torrent (0 = no limit)" + #. i18n: file ./apps/ktorrent/advancedpref.ui line 505 +-#: rc.cpp:645 ++#: rc.cpp:623 + #, fuzzy, no-c-format + msgid "Maximum number of connection setups:" + msgstr "Høyeste antall forbindelser per strøm (0 = ubegrenset)" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 527 +-#: rc.cpp:648 ++#: rc.cpp:626 + #, no-c-format + msgid "DSCP for IP packets:" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 570 +-#: rc.cpp:651 ++#: rc.cpp:629 + #, fuzzy, no-c-format + msgid "Do not use the KDE pro&xy settings for HTTP tracker connections" + msgstr "Ikke bruk KDE-&mellomtjeneren for HTTP-sporerforbindelser" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 586 +-#: rc.cpp:654 ++#: rc.cpp:632 + #, no-c-format + msgid "HTTP tracker proxy:" + msgstr "Mellomtjener for HTTP-sporer:" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 24 +-#: rc.cpp:657 ++#: rc.cpp:635 + #, no-c-format + msgid "Scanning data" + msgstr "Undersøker data" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 38 +-#: rc.cpp:660 ++#: rc.cpp:638 + #, no-c-format + msgid "Scanning data of torrent :" + msgstr "Undersøker data for strømmen:" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 62 +-#: rc.cpp:663 ++#: rc.cpp:641 + #, no-c-format + msgid "Number of chunks found :" + msgstr "Antall biter funnet:" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 70 +-#: rc.cpp:666 ++#: rc.cpp:644 + #, no-c-format + msgid "Number of chunks failed / not downloaded :" + msgstr "Antall biter som feilet/ikke ble lastet ned:" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 97 +-#: rc.cpp:669 rc.cpp:672 ++#: rc.cpp:647 rc.cpp:650 + #, no-c-format + msgid "0" + msgstr "0" + + #. i18n: file ./apps/ktupnptest/mainwidget.ui line 54 +-#: rc.cpp:678 ++#: rc.cpp:656 + #, no-c-format + msgid "Test" + msgstr "Test" + + #. i18n: file ./libktorrent/labelviewitembase.ui line 49 +-#: rc.cpp:685 ++#: rc.cpp:662 + #, no-c-format + msgid "textLabel2" + msgstr "" + + #. i18n: file ./libktorrent/labelviewitembase.ui line 65 +-#: rc.cpp:688 ++#: rc.cpp:665 + #, no-c-format + msgid "textLabel3" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 10 +-#: rc.cpp:691 ++#: rc.cpp:668 + #, no-c-format + msgid "Maximum number of downloads (0 = no limit)" + msgstr "Høyeste antall nedlastinger (0 = ubegrenset)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 15 +-#: rc.cpp:694 ++#: rc.cpp:671 + #, no-c-format + msgid "Maximum number of seeds (0 = no limit)" + msgstr "Høyeste antall frø (0 = ubegrenset)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 20 +-#: rc.cpp:697 ++#: rc.cpp:674 + #, no-c-format + msgid "Start downloads on low disk space?" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 24 +-#: rc.cpp:700 ++#: rc.cpp:677 + #, no-c-format + msgid "Maximum number of connections per torrent (0 = no limit)" + msgstr "Høyeste antall forbindelser per strøm (0 = ubegrenset)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 29 +-#: rc.cpp:703 ++#: rc.cpp:680 + #, no-c-format + msgid "Maximum number of connections for all torrents (0 = no limit) " + msgstr "Høyeste antall forbindelser alle strømmer (0 = ubegrenset)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 34 +-#: rc.cpp:706 ++#: rc.cpp:683 + #, no-c-format + msgid "Maximum upload speed in KB/sec (0 = no limit)" + msgstr "Høyeste opplastingshastighet i KB/s (0 = ubegrenset)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 39 +-#: rc.cpp:709 ++#: rc.cpp:686 + #, no-c-format + msgid "Maximum download speed in KB/sec (0 = no limit)" + msgstr "Høyeste nedlastingshastighet i KB/s (0 = ingen grense)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 44 +-#: rc.cpp:712 ++#: rc.cpp:689 + #, no-c-format + msgid "Maximum share ratio(0 = no limit)" + msgstr "Høyeste delingsforhold (0 = ubegrenset)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 49 +-#: rc.cpp:715 ++#: rc.cpp:692 + #, fuzzy, no-c-format + msgid "Maximum seed time in hours (0 = no limit)" + msgstr "Høyeste delingsforhold (0 = ubegrenset)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 66 +-#: rc.cpp:724 ++#: rc.cpp:701 + #, no-c-format + msgid "Show a system tray icon" + msgstr "Vis ikon i systemkurven" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 70 +-#: rc.cpp:727 ++#: rc.cpp:704 + #, no-c-format + msgid "Show speed bar in tray icon" + msgstr "Vis fartslinje i systemkurven" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 74 +-#: rc.cpp:730 ++#: rc.cpp:707 + #, no-c-format + msgid "Download bandwidth (in kb/s):" + msgstr "Båndbredde for nedlastinger (i KB/s):" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 80 +-#: rc.cpp:733 ++#: rc.cpp:710 + #, no-c-format + msgid "Upload bandwidth (in kb/s):" + msgstr "Båndbredde for opplastinger (i KB/s):" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 86 +-#: rc.cpp:736 ++#: rc.cpp:713 + #, no-c-format + msgid "Show popup messages when torrent is finished." + msgstr "Vis sprettoppmeldinger når en strøm er ferdig." + + #. i18n: file ./libktorrent/ktorrent.kcfg line 90 +-#: rc.cpp:739 ++#: rc.cpp:716 + #, no-c-format + msgid "Keep seeding after download has finished" + msgstr "Fortsett å dele etter at nedlasting er ferdig" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 94 +-#: rc.cpp:742 ++#: rc.cpp:719 + #, no-c-format + msgid "Folder to store temporary files" + msgstr "Katalog for lagring av midlertidige filer" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 98 +-#: rc.cpp:745 ++#: rc.cpp:722 + #, no-c-format + msgid "Whether to automatically save downloads to saveDir" + msgstr "" + "Hvorvidt nedlastinger automatisk skal lagres i standard nedlastingskatalog" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 102 +-#: rc.cpp:748 ++#: rc.cpp:725 + #, no-c-format + msgid "Folder to store downloaded files" + msgstr "Katalog for lagring av nedlastede filer" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 106 +-#: rc.cpp:751 ++#: rc.cpp:728 + #, fuzzy, no-c-format + msgid "Whether to automatically move completed downloads to completedDir" + msgstr "" + "Hvorvidt nedlastinger automatisk skal lagres i standard nedlastingskatalog" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 110 +-#: rc.cpp:754 ++#: rc.cpp:731 + #, fuzzy, no-c-format + msgid "Folder to move completed downloaded files to" + msgstr "Katalog for lagring av nedlastede filer" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 114 +-#: rc.cpp:757 ++#: rc.cpp:734 + #, fuzzy, no-c-format + msgid "Whether to automatically copy .torrent files to torrentCopyDir" + msgstr "" + "Hvorvidt nedlastinger automatisk skal lagres i standard nedlastingskatalog" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 118 +-#: rc.cpp:760 ++#: rc.cpp:737 + #, fuzzy, no-c-format + msgid "Folder to copy .torrent files to" + msgstr "Katalog for lagring av midlertidige filer" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 122 +-#: rc.cpp:763 ++#: rc.cpp:740 + #, no-c-format + msgid "Whether to use a custom IP to pass to the tracker" + msgstr "Hvorvidt sporeren skal gis en selvvalgt IP" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 126 +-#: rc.cpp:766 ++#: rc.cpp:743 + #, no-c-format + msgid "Directory which was used as the last save directory" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 130 +-#: rc.cpp:769 ++#: rc.cpp:746 + #, no-c-format + msgid "IP to pass to the tracker" + msgstr "IP som skal gis til sporeren" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 134 +-#: rc.cpp:772 ++#: rc.cpp:749 + #, no-c-format + msgid "Memory usage" + msgstr "Minnebruk" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 138 +-#: rc.cpp:775 ++#: rc.cpp:752 + #, no-c-format + msgid "GUI update interval" + msgstr "Oppdateringsintervall for grensesnittet" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 142 +-#: rc.cpp:778 ++#: rc.cpp:755 + #, no-c-format + msgid "Support for DHT" + msgstr "Støtte for DHT" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 146 +-#: rc.cpp:781 ++#: rc.cpp:758 + #, no-c-format + msgid "DHT port" + msgstr "DHT-port" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 152 +-#: rc.cpp:784 ++#: rc.cpp:761 + #, no-c-format + msgid "Number of upload slots" + msgstr "Antall opplastingsplasser" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 196 +-#: rc.cpp:793 ++#: rc.cpp:770 + #, no-c-format + msgid "Columns shown in KTorrentView" + msgstr "Kolonner som vises i KTorrent" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 205 +-#: rc.cpp:796 ++#: rc.cpp:773 + #, no-c-format + msgid "ET algorithm" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 227 +-#: rc.cpp:799 ++#: rc.cpp:776 + #, no-c-format + msgid "" + "When there's no space left to complete download and free diskspace is less than " +@@ -2266,457 +2266,457 @@ msgid "" + msgstr "" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 16 +-#: rc.cpp:802 ++#: rc.cpp:779 + #, no-c-format + msgid "Plugin Manager" + msgstr "Tilleggsbehandler" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 48 +-#: rc.cpp:805 ++#: rc.cpp:782 + #, no-c-format + msgid "Load" + msgstr "Slå på" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 56 +-#: rc.cpp:808 ++#: rc.cpp:785 + #, no-c-format + msgid "U&nload" + msgstr "Slå &av" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 64 +-#: rc.cpp:811 ++#: rc.cpp:788 + #, fuzzy, no-c-format + msgid "Load &All" + msgstr "Slå på alle" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 72 +-#: rc.cpp:814 ++#: rc.cpp:791 + #, fuzzy, no-c-format + msgid "&Unload All" + msgstr "Slå av alle" + + #. i18n: file ./plugins/upnp/ktupnpplugin.kcfg line 10 +-#: rc.cpp:817 ++#: rc.cpp:794 + #, no-c-format + msgid "Default UPnP device to use" + msgstr "Standard UPnP-enhet" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 16 +-#: plugins/upnp/upnpplugin.cpp:46 plugins/upnp/upnpprefpage.cpp:31 rc.cpp:820 ++#: plugins/upnp/upnpplugin.cpp:46 plugins/upnp/upnpprefpage.cpp:31 rc.cpp:797 + #, no-c-format + msgid "UPnP" + msgstr "UPnP" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 35 +-#: rc.cpp:823 ++#: rc.cpp:800 + #, no-c-format + msgid "Detected devices:" + msgstr "Oppdagete enheter:" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 41 +-#: rc.cpp:826 ++#: rc.cpp:803 + #, no-c-format + msgid "Device" + msgstr "Enhet" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 52 +-#: rc.cpp:829 ++#: rc.cpp:806 + #, no-c-format + msgid "Ports Forwarded" + msgstr "Videresendte porter" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 63 +-#: rc.cpp:832 ++#: rc.cpp:809 + #, no-c-format + msgid "WAN Connection" + msgstr "WAN-forbindelse" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 91 +-#: rc.cpp:835 ++#: rc.cpp:812 + #, no-c-format + msgid "Forw&ard Ports" + msgstr "&Videresend porter" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 99 +-#: rc.cpp:838 ++#: rc.cpp:815 + #, no-c-format + msgid "Undo Port Forwarding" + msgstr "Angre videresending av porter" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 124 +-#: rc.cpp:841 ++#: rc.cpp:818 + #, no-c-format + msgid "Rescan" + msgstr "Søk på nytt" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 9 +-#: rc.cpp:844 ++#: rc.cpp:821 + #, no-c-format + msgid "Enable scanning of folder1?" + msgstr "Skru på undersøking av mappe1?" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 14 +-#: rc.cpp:847 ++#: rc.cpp:824 + #, no-c-format + msgid "Enable scanning of folder2?" + msgstr "Skru på undersøking av mappe2?" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 19 +-#: rc.cpp:850 ++#: rc.cpp:827 + #, no-c-format + msgid "Enable scanning of folder3?" + msgstr "Skru på undersøking av mappe3?" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 24 +-#: rc.cpp:853 ++#: rc.cpp:830 + #, no-c-format + msgid "Folder1 path" + msgstr "Sti til «mappe1»" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 29 +-#: rc.cpp:856 ++#: rc.cpp:833 + #, no-c-format + msgid "Folder2 path" + msgstr "Sti til «mappe2»" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 34 +-#: rc.cpp:859 ++#: rc.cpp:836 + #, no-c-format + msgid "Folder3 path" + msgstr "Sti til «mappe3»" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 39 +-#: rc.cpp:862 ++#: rc.cpp:839 + #, no-c-format + msgid "Whether to open torrent silently or not." + msgstr "Hvorvidt strømmer skal åpnes stille eller ikke." + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 44 +-#: rc.cpp:865 ++#: rc.cpp:842 + #, no-c-format + msgid "Delete action checked." + msgstr "Slettehandling på." + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 49 +-#: rc.cpp:868 ++#: rc.cpp:845 + #, no-c-format + msgid "Move action checked." + msgstr "Flyttehandling på." + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 16 +-#: rc.cpp:871 ++#: rc.cpp:848 + #, no-c-format + msgid "ScanFolder Preferences" + msgstr "Innstillinger for mappeundersøking" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 35 +-#: rc.cpp:874 ++#: rc.cpp:851 + #, no-c-format + msgid "Scan folder &1" + msgstr "Undersøk mappe &1" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 38 +-#: rc.cpp:877 rc.cpp:1480 ++#: rc.cpp:854 rc.cpp:1424 + #, no-c-format + msgid "Alt+1" + msgstr "Alt + 1" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 46 +-#: rc.cpp:880 ++#: rc.cpp:857 + #, no-c-format + msgid "Scan folder &2" + msgstr "Undersøk mappe &2" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 49 +-#: rc.cpp:883 rc.cpp:1471 rc.cpp:1495 ++#: rc.cpp:860 rc.cpp:1415 rc.cpp:1439 + #, no-c-format + msgid "Alt+2" + msgstr "Alt + 2" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 57 +-#: rc.cpp:886 ++#: rc.cpp:863 + #, no-c-format + msgid "Scan folder &3" + msgstr "Undersøk mappe &3" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 60 +-#: rc.cpp:889 rc.cpp:1465 ++#: rc.cpp:866 rc.cpp:1409 + #, no-c-format + msgid "Alt+3" + msgstr "Alt + 3" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 81 +-#: rc.cpp:895 ++#: rc.cpp:872 + #, no-c-format + msgid "Move to \"loaded\" directory &after loading" + msgstr "Flytt til «lastet»-katalog etter l&asting" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 84 +-#: rc.cpp:898 ++#: rc.cpp:875 + #, no-c-format + msgid "Move torrent to \"loaded\" directory after loading it" + msgstr "Flytt strøm til «lastet»-katalogen etter den er lastet" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 92 +-#: rc.cpp:901 ++#: rc.cpp:878 + #, no-c-format + msgid "Open torrents silentl&y" + msgstr "&Åpne strømmer stille" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 95 +-#: rc.cpp:904 ++#: rc.cpp:881 + #, fuzzy, no-c-format + msgid "Do not show 'Select files to download' dialog" + msgstr "Ikke vis vinduet for velging av hvilke filer som skal lastes ned" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 103 +-#: rc.cpp:907 ++#: rc.cpp:884 + #, no-c-format + msgid "Delete after loadin&g" + msgstr "Slett etter lastin&g" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 106 +-#: rc.cpp:910 ++#: rc.cpp:887 + #, no-c-format + msgid "Deletes torrent after loading" + msgstr "Sletter strøm etter lasting" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 116 +-#: rc.cpp:913 ++#: rc.cpp:890 + #, no-c-format + msgid "Folders to scan" + msgstr "Mapper å undersøke" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 151 +-#: rc.cpp:916 ++#: rc.cpp:893 + #, no-c-format + msgid "Folder 1:" + msgstr "Mappe 1:" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 162 +-#: rc.cpp:919 ++#: rc.cpp:896 + #, no-c-format + msgid "Folder 2:" + msgstr "Mappe 2:" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 173 +-#: rc.cpp:922 ++#: rc.cpp:899 + #, no-c-format + msgid "Folder 3:" + msgstr "Mappe 3:" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 30 +-#: rc.cpp:925 rc.cpp:1895 ++#: rc.cpp:902 rc.cpp:1838 + #, no-c-format + msgid "Search Preferences" + msgstr "Søkeinnstillinger" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 41 +-#: rc.cpp:928 ++#: rc.cpp:905 + #, no-c-format + msgid "Web Server" + msgstr "Internettjener" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 82 +-#: rc.cpp:934 ++#: rc.cpp:911 + #, no-c-format + msgid "Forward port" + msgstr "Videresend port" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 107 +-#: rc.cpp:937 ++#: rc.cpp:914 + #, no-c-format + msgid "Session TTL (in sec):" + msgstr "Økt-TTL (i sekunder)" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 142 +-#: rc.cpp:940 ++#: rc.cpp:917 + #, no-c-format + msgid "Select interface:" + msgstr "Velg tilkobling" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 173 +-#: rc.cpp:943 ++#: rc.cpp:920 + #, no-c-format + msgid "Username:" + msgstr "Brukernavn:" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 188 +-#: rc.cpp:946 ++#: rc.cpp:923 + #, no-c-format + msgid "Change password ..." + msgstr "Endre passord . . ." + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 206 +-#: rc.cpp:949 ++#: rc.cpp:926 + #, no-c-format + msgid "Php executable path:" + msgstr "Sti til PHP-programfilen:" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 10 +-#: rc.cpp:953 ++#: rc.cpp:929 + #, no-c-format + msgid "Port number" + msgstr "Portnummer" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 15 +-#: rc.cpp:956 ++#: rc.cpp:932 + #, no-c-format + msgid "forward Port" + msgstr "videresend port" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 20 +-#: rc.cpp:959 ++#: rc.cpp:935 + #, no-c-format + msgid "Session time to live" + msgstr "Levetid for økten" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 24 +-#: rc.cpp:962 ++#: rc.cpp:938 + #, no-c-format + msgid "interface skin" + msgstr "tema for brukergrensesnittet" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 28 +-#: rc.cpp:965 ++#: rc.cpp:941 + #, no-c-format + msgid "php executable path" + msgstr "sti til PHP-programfilen" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 33 +-#: rc.cpp:968 ++#: rc.cpp:944 + #, no-c-format + msgid "username" + msgstr "brukernavn" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 37 +-#: rc.cpp:971 ++#: rc.cpp:947 + #, no-c-format + msgid "password" + msgstr "passord" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 16 +-#: plugins/infowidget/infowidgetplugin.cpp:194 rc.cpp:974 rc.cpp:1046 ++#: plugins/infowidget/infowidgetplugin.cpp:194 rc.cpp:950 rc.cpp:1010 + #, no-c-format + msgid "Chunks" + msgstr "Biter" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 43 +-#: rc.cpp:977 ++#: rc.cpp:953 + #, no-c-format + msgid "Total:" + msgstr "Totalt:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 81 +-#: rc.cpp:981 ++#: rc.cpp:956 + #, no-c-format + msgid "Currently downloading:" + msgstr "Laster ned nå:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 119 +-#: rc.cpp:985 ++#: rc.cpp:959 + #, no-c-format + msgid "Downloaded:" + msgstr "Lastet ned:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 157 +-#: rc.cpp:989 ++#: rc.cpp:962 + #, no-c-format + msgid "Excluded:" + msgstr "Ekskludert:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 195 +-#: rc.cpp:993 ++#: rc.cpp:965 + #, no-c-format + msgid "Left:" + msgstr "Igjen:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 233 +-#: rc.cpp:997 ++#: rc.cpp:968 + #, no-c-format + msgid "Size:" + msgstr "Størrelse:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 280 +-#: rc.cpp:1001 ++#: rc.cpp:971 + #, no-c-format + msgid "Chunk" + msgstr "Klump" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 291 +-#: rc.cpp:1004 ++#: rc.cpp:974 + #, no-c-format + msgid "Progress" + msgstr "Framgang" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 302 +-#: rc.cpp:1007 ++#: rc.cpp:977 + #, no-c-format + msgid "Peer" + msgstr "Person" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 324 +-#: rc.cpp:1013 ++#: rc.cpp:983 + #, no-c-format + msgid "Assigned Peers" + msgstr "Oppnevnte personer" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 63 +-#: rc.cpp:1022 ++#: rc.cpp:992 + #, no-c-format + msgid "Seeders:" + msgstr "Delere:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 71 +-#: rc.cpp:1025 ++#: rc.cpp:995 + #, no-c-format + msgid "Leechers:" + msgstr "Nedlastere:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 129 +-#: rc.cpp:1030 ++#: rc.cpp:998 + #, no-c-format + msgid "Average Down Speed:" + msgstr "Gjennomsnittsfart ned:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 177 +-#: rc.cpp:1035 ++#: rc.cpp:1001 + #, no-c-format + msgid "Average Up Speed:" + msgstr "Gjennomsnittsfart opp:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 195 +-#: rc.cpp:1038 rc.cpp:1111 ++#: rc.cpp:1004 rc.cpp:1070 + #, no-c-format + msgid "Next update in:" + msgstr "Neste oppdatering om:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 203 +-#: rc.cpp:1041 ++#: rc.cpp:1007 + #, no-c-format + msgid "Tracker Status:" + msgstr "Sporerstatus:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 332 +-#: rc.cpp:1049 ++#: rc.cpp:1013 + #, no-c-format + msgid "Parts of the torrent which have been downloaded:" + msgstr "Delene av strømmen som er lastet ned:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 367 +-#: rc.cpp:1052 ++#: rc.cpp:1016 + #, no-c-format + msgid "Parts of the torrent which are available:" + msgstr "Delene av strømmen som er tilgjengelige:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 457 +-#: rc.cpp:1055 ++#: rc.cpp:1019 + #, no-c-format + msgid "Sharing" + msgstr "Deler" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 487 +-#: rc.cpp:1058 ++#: rc.cpp:1022 + #, no-c-format + msgid "" + "Your upload will stop when share ratio gets to this value. Zero means no limit." +@@ -2725,7 +2725,7 @@ msgstr "" + "ingen grense." + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 525 +-#: rc.cpp:1064 ++#: rc.cpp:1028 + #, fuzzy, no-c-format + msgid "Your upload will stop when you have uploaded for this many hours." + msgstr "" +@@ -2733,139 +2733,139 @@ msgstr "" + "ingen grense." + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 533 +-#: rc.cpp:1067 ++#: rc.cpp:1031 + #, no-c-format + msgid "Hours" + msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 543 +-#: rc.cpp:1070 ++#: rc.cpp:1034 + #, fuzzy, no-c-format + msgid "Ratio limit:" + msgstr "Begrensning av totale forbindelser:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 549 +-#: rc.cpp:1074 ++#: rc.cpp:1037 + #, no-c-format + msgid "Limit works only in seed mode" + msgstr "Begrensning virker bare i delemodus" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 557 +-#: rc.cpp:1077 ++#: rc.cpp:1040 + #, fuzzy, no-c-format + msgid "Time &limit:" + msgstr "Br&uke grense?" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 37 +-#: rc.cpp:1081 ++#: rc.cpp:1043 + #, no-c-format + msgid "&Update Tracker" + msgstr "Oppd&ater sporer" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 40 +-#: rc.cpp:1084 ++#: rc.cpp:1046 + #, no-c-format + msgid "Minimum update interval - 60 seconds" + msgstr "Minste oppdateringsintervall – 60 sekunder" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 48 +-#: rc.cpp:1087 ++#: rc.cpp:1049 + #, no-c-format + msgid "Add Trac&ker" + msgstr "Legg til spore&r" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 64 +-#: rc.cpp:1090 ++#: rc.cpp:1052 + #, no-c-format + msgid "Remove Tracker" + msgstr "Fjern sporer" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 75 +-#: rc.cpp:1094 ++#: rc.cpp:1055 + #, fuzzy, no-c-format + msgid "Ch&ange Tracker" + msgstr "E&ndre sporer" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 100 +-#: rc.cpp:1097 ++#: rc.cpp:1058 + #, no-c-format + msgid "Restore Defaults" + msgstr "Bruk standardverdier" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 10 +-#: rc.cpp:1115 ++#: rc.cpp:1073 + #, no-c-format + msgid "Show peer view tab in main window" + msgstr "Vis personvisningsfane i hovedvinduet" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 14 +-#: rc.cpp:1118 ++#: rc.cpp:1076 + #, no-c-format + msgid "Show chunk download view tab in main window" + msgstr "Vis fane for bitnedlastingsvisning i hovedvinduet" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 18 +-#: rc.cpp:1121 ++#: rc.cpp:1079 + #, no-c-format + msgid "Show trackers view tab in main window" + msgstr "Vis sporerfane i hvoedvinduet" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 24 +-#: rc.cpp:1124 ++#: rc.cpp:1082 + #, no-c-format + msgid "Show list of peers" + msgstr "Vis liste over personer" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 35 +-#: rc.cpp:1128 ++#: rc.cpp:1085 + #, no-c-format + msgid "Show list of chunks currentl&y downloading" + msgstr "Vis liste over &biter som lastes ned nå" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 60 +-#: rc.cpp:1131 ++#: rc.cpp:1088 + #, no-c-format + msgid "Show list of trackers" + msgstr "Vis liste over sporere" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 16 +-#: rc.cpp:1135 ++#: rc.cpp:1091 + #, no-c-format + msgid "IPBlocking Preferences" + msgstr "Innstillinger for IP-blokkering" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 47 +-#: rc.cpp:1138 ++#: rc.cpp:1094 + #, no-c-format + msgid "Select PeerGuardian Filter File " + msgstr "Velg filterfil for Personbeskytteren " + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 58 +-#: rc.cpp:1141 ++#: rc.cpp:1097 + #, no-c-format + msgid "Use PeerGuardian filter?" + msgstr "Bruke Personbeskytter-filter?" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 77 +-#: rc.cpp:1145 ++#: rc.cpp:1100 + #, no-c-format + msgid "IP filter file:" + msgstr "IP-filterfil:" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 85 +-#: rc.cpp:1148 ++#: rc.cpp:1103 + #, no-c-format + msgid "http://www.bluetack.co.uk/modules.php?name=Downloads&d_op=getit&lid=8" + msgstr "http://www.bluetack.co.uk/modules.php?name=Downloads&d_op=getit&lid=8" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 123 +-#: rc.cpp:1151 ++#: rc.cpp:1106 + #, no-c-format + msgid "Dow&nload/Convert" + msgstr "Lastet &ned/Konverter" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 134 +-#: rc.cpp:1154 ++#: rc.cpp:1109 + #, no-c-format + msgid "" + "Download PeerGuardian filter from bluetack.co.uk or blocklist.org.\n" +@@ -2875,25 +2875,25 @@ msgstr "" + "MERK: ZIP-fil fra bluetack.co.uk er støttet." + + #. i18n: file ./plugins/ipfilter/ktipfilterplugin.kcfg line 10 +-#: rc.cpp:1159 ++#: rc.cpp:1113 + #, no-c-format + msgid "Level1 filter url" + msgstr "URL til Nivå1-filter" + + #. i18n: file ./plugins/ipfilter/ktipfilterplugin.kcfg line 14 +-#: rc.cpp:1162 ++#: rc.cpp:1116 + #, no-c-format + msgid "Use level1 filter?" + msgstr "Bruke Nivå1-filter?" + + #. i18n: file ./plugins/ipfilter/convert_dlg.ui line 24 +-#: plugins/ipfilter/convertdialog.cpp:155 rc.cpp:1165 ++#: plugins/ipfilter/convertdialog.cpp:155 rc.cpp:1119 + #, no-c-format + msgid "Converting..." + msgstr "Konverterer . . ." + + #. i18n: file ./plugins/ipfilter/convert_dlg.ui line 41 +-#: rc.cpp:1168 ++#: rc.cpp:1122 + #, fuzzy, no-c-format + msgid "" + "Click on the 'convert' button to start converting antip2p file. NOTE: This " +@@ -2905,61 +2905,61 @@ msgstr "" + "bruke KTorrent." + + #. i18n: file ./plugins/stats/sprefwgt.ui line 27 +-#: rc.cpp:1179 ++#: rc.cpp:1131 + #, no-c-format + msgid "Update" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 46 +-#: rc.cpp:1182 rc.cpp:1268 ++#: rc.cpp:1134 rc.cpp:1220 + #, no-c-format + msgid "Update charts every" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 71 +-#: rc.cpp:1185 ++#: rc.cpp:1137 + #, fuzzy, no-c-format + msgid "GUI updates" + msgstr "Oppdateringsintervall for grensesnittet" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 92 +-#: rc.cpp:1188 rc.cpp:1271 ++#: rc.cpp:1140 rc.cpp:1223 + #, no-c-format + msgid "Gather data every" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 120 +-#: rc.cpp:1191 ++#: rc.cpp:1143 + #, no-c-format + msgid "miliseconds" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 135 +-#: rc.cpp:1194 ++#: rc.cpp:1146 + #, fuzzy, no-c-format + msgid "Maximum" + msgstr "Høyeste antall frø:" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 154 +-#: rc.cpp:1197 ++#: rc.cpp:1149 + #, fuzzy, no-c-format + msgid "Maximum speed scale mode:" + msgstr "Høyeste antall frø:" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 165 +-#: rc.cpp:1203 ++#: rc.cpp:1155 + #, no-c-format + msgid "Exact" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 175 +-#: rc.cpp:1206 ++#: rc.cpp:1158 + #, no-c-format + msgid "See 'What's this' for more help" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 180 +-#: rc.cpp:1209 ++#: rc.cpp:1161 + #, no-c-format + msgid "" + "Set maximum value on OY scale as:\n" +@@ -2968,847 +2968,847 @@ msgid "" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 192 +-#: rc.cpp:1214 rc.cpp:1247 ++#: rc.cpp:1166 rc.cpp:1199 + #, fuzzy, no-c-format + msgid "Peers speed" + msgstr "Personer" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 211 +-#: rc.cpp:1217 ++#: rc.cpp:1169 + #, fuzzy, no-c-format + msgid "Peers speed:" + msgstr "Personens IP:" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 222 +-#: rc.cpp:1220 ++#: rc.cpp:1172 + #, no-c-format + msgid "update every" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 244 +-#: rc.cpp:1223 ++#: rc.cpp:1175 + #, no-c-format + msgid "chart data updates" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 254 +-#: rc.cpp:1226 ++#: rc.cpp:1178 + #, no-c-format + msgid "Gathering data about many connected peers can be CPU consuming." + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 267 +-#: rc.cpp:1229 ++#: rc.cpp:1181 + #, fuzzy, no-c-format + msgid "Peers connections" + msgstr "Forbindelser:" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 270 +-#: rc.cpp:1232 ++#: rc.cpp:1184 + #, no-c-format + msgid "Large values can obscure charts of connected peers" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 289 +-#: rc.cpp:1235 ++#: rc.cpp:1187 + #, fuzzy, no-c-format + msgid "Show seeders in swarms" + msgstr "Vis fartslinje i systemkurven" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 297 +-#: rc.cpp:1238 ++#: rc.cpp:1190 + #, no-c-format + msgid "Show leechers in swarms" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 309 +-#: rc.cpp:1241 ++#: rc.cpp:1193 + #, no-c-format + msgid "Measurements count" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 392 +-#: rc.cpp:1250 rc.cpp:1265 ++#: rc.cpp:1202 rc.cpp:1217 + #, fuzzy, no-c-format + msgid "Upload" + msgstr "Opplastinger" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 424 +-#: rc.cpp:1253 ++#: rc.cpp:1205 + #, fuzzy, no-c-format + msgid "Connections" + msgstr "Forbindelser:" + + #. i18n: file ./plugins/stats/statsspdwgt.ui line 40 +-#: plugins/infowidget/infowidgetplugin.cpp:173 rc.cpp:1262 rc.cpp:1304 ++#: plugins/infowidget/infowidgetplugin.cpp:173 rc.cpp:1214 rc.cpp:1256 + #, no-c-format + msgid "Peers" + msgstr "Personer" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 18 +-#: rc.cpp:1274 ++#: rc.cpp:1226 + #, no-c-format + msgid "Toggle peers speed charts" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 22 +-#: rc.cpp:1277 ++#: rc.cpp:1229 + #, no-c-format + msgid "Interval between getting data about peers speed" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 26 +-#: rc.cpp:1280 ++#: rc.cpp:1232 + #, no-c-format + msgid "Toggle drawing of leechers in swarms" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 30 +-#: rc.cpp:1283 ++#: rc.cpp:1235 + #, no-c-format + msgid "Toggle drawing of seeders in swarms" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 35 +-#: rc.cpp:1286 ++#: rc.cpp:1238 + #, fuzzy, no-c-format + msgid "Download mesurments count" + msgstr "Last ned strøm" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 39 +-#: rc.cpp:1289 ++#: rc.cpp:1241 + #, no-c-format + msgid "Peers speed mesurments count" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 43 +-#: rc.cpp:1292 ++#: rc.cpp:1244 + #, no-c-format + msgid "Upload mesurments count" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 47 +-#: rc.cpp:1295 ++#: rc.cpp:1247 + #, fuzzy, no-c-format + msgid "Connections mesurments count" + msgstr "Flagg for forbindelsesmeldinger" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 51 +-#: rc.cpp:1298 ++#: rc.cpp:1250 + #, no-c-format + msgid "DHT mesurments count" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 56 +-#: rc.cpp:1301 ++#: rc.cpp:1253 + #, no-c-format + msgid "OY axis max mode" + msgstr "" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 16 +-#: rc.cpp:1310 ++#: rc.cpp:1262 + #, no-c-format + msgid "Import an existing download" + msgstr "Import av eksisterende nedlasting" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 49 +-#: rc.cpp:1313 ++#: rc.cpp:1265 + #, no-c-format + msgid "Torrent:" + msgstr "Strøm:" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 63 +-#: rc.cpp:1316 ++#: rc.cpp:1268 + #, no-c-format + msgid "Data:" + msgstr "Data:" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 95 +-#: rc.cpp:1319 ++#: rc.cpp:1271 + #, no-c-format + msgid "" + "Please specify the torrent and the data already downloaded for that torrent." + msgstr "Oppgi strømmen og dataene som allerede er lastet ned for den strømmen." + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 133 +-#: rc.cpp:1322 ++#: rc.cpp:1274 + #, no-c-format + msgid "&Import" + msgstr "&Importer" + + #. i18n: file ./plugins/rssfeed/ktrssfeedplugin.kcfg line 10 +-#: rc.cpp:1328 ++#: rc.cpp:1280 + #, no-c-format + msgid "default" + msgstr "standard" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 18 +-#: rc.cpp:1331 ++#: rc.cpp:1283 + #, no-c-format + msgid "Rss Feeds" + msgstr "RSS-strømmer" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 36 +-#: rc.cpp:1334 ++#: rc.cpp:1286 + #, no-c-format + msgid "Feeds" + msgstr "Strømmer" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 78 +-#: rc.cpp:1337 ++#: rc.cpp:1289 + #, no-c-format + msgid "De&lete" + msgstr "S&lett" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 86 +-#: rc.cpp:1340 rc.cpp:1382 rc.cpp:1392 ++#: rc.cpp:1292 rc.cpp:1331 rc.cpp:1340 + #, no-c-format + msgid "&New" + msgstr "&Ny" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 117 +-#: rc.cpp:1343 ++#: rc.cpp:1295 + #, no-c-format + msgid "&URL" + msgstr "&URL" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 139 +-#: rc.cpp:1346 ++#: rc.cpp:1298 + #, no-c-format + msgid "Articles" + msgstr "Artikler" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 216 +-#: rc.cpp:1353 ++#: rc.cpp:1304 + #, no-c-format + msgid "Auto&refresh" + msgstr "Autooppdate&ring" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 242 +-#: rc.cpp:1356 ++#: rc.cpp:1307 + #, no-c-format + msgid "I&gnore TTL" + msgstr "&Overse TTL" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 270 +-#: rc.cpp:1359 ++#: rc.cpp:1310 + #, no-c-format + msgid "Refresh" + msgstr "Oppdater" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 299 +-#: rc.cpp:1363 rc.cpp:1395 ++#: rc.cpp:1313 rc.cpp:1343 + #, no-c-format + msgid "&Title" + msgstr "&Tittel" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 323 +-#: rc.cpp:1366 ++#: rc.cpp:1316 + #, no-c-format + msgid "Keep Articles (days)" + msgstr "Behold artikler (dager)" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 347 +-#: rc.cpp:1369 rc.cpp:1398 ++#: rc.cpp:1319 rc.cpp:1346 + #, no-c-format + msgid "&Active" + msgstr "&Aktiv" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 362 +-#: rc.cpp:1372 ++#: rc.cpp:1322 + #, no-c-format + msgid "Filters" + msgstr "Filtre" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 389 +-#: rc.cpp:1375 ++#: rc.cpp:1325 + #, no-c-format + msgid "Accept Filters" + msgstr "Godta filtre" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 440 +-#: rc.cpp:1385 ++#: rc.cpp:1334 + #, no-c-format + msgid "Reject Filters" + msgstr "Avlså filtre" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 557 +-#: rc.cpp:1401 ++#: rc.cpp:1349 + #, no-c-format + msgid "Regular Expressions" + msgstr "Regulære uttrykk" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 587 +-#: rc.cpp:1404 ++#: rc.cpp:1352 + #, no-c-format + msgid "Treat as &Series" + msgstr "Behandle som en &Serie" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 624 +-#: rc.cpp:1407 ++#: rc.cpp:1355 + #, no-c-format + msgid "Process" + msgstr "Behandle" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 643 +-#: rc.cpp:1411 ++#: rc.cpp:1358 + #, no-c-format + msgid "Series Criteria" + msgstr "Seriekriterier" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 679 +-#: rc.cpp:1414 ++#: rc.cpp:1361 + #, fuzzy, no-c-format + msgid "Match Without Episode" + msgstr "Last ned treff uten episode" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 713 +-#: rc.cpp:1418 ++#: rc.cpp:1364 + #, no-c-format + msgid "Max Episode" + msgstr "Høyeste episode" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 739 +-#: rc.cpp:1421 ++#: rc.cpp:1367 + #, no-c-format + msgid "Max Season" + msgstr "Høyeste sesong" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 758 +-#: rc.cpp:1424 ++#: rc.cpp:1370 + #, no-c-format + msgid "Min Season" + msgstr "Minste sesong" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 782 +-#: rc.cpp:1427 ++#: rc.cpp:1373 + #, no-c-format + msgid "Min Episode" + msgstr "Minste episode" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 814 +-#: rc.cpp:1430 ++#: rc.cpp:1376 + #, no-c-format + msgid "Test te&xt" + msgstr "&Testtekst" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 840 +-#: rc.cpp:1433 ++#: rc.cpp:1379 + #, no-c-format + msgid "Te&st" + msgstr "Te&st" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 858 +-#: rc.cpp:1436 ++#: rc.cpp:1382 + #, no-c-format + msgid "Filter Matches" + msgstr "Filtertreff" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 28 +-#: rc.cpp:1447 ++#: rc.cpp:1391 + #, no-c-format + msgid "Bandwidth scheduler" + msgstr "Båndbreddeplanlegger" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 50 +-#: rc.cpp:1450 ++#: rc.cpp:1394 + #, no-c-format + msgid "Left click category" + msgstr "Venstreklikk på kategori" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 61 +-#: rc.cpp:1453 ++#: rc.cpp:1397 + #, no-c-format + msgid "Categor&y 1" + msgstr "Kategor&i 1" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 157 +-#: rc.cpp:1456 rc.cpp:1483 ++#: rc.cpp:1400 rc.cpp:1427 + #, no-c-format + msgid "T&urn off" + msgstr "&Slå av" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 165 +-#: rc.cpp:1459 rc.cpp:1486 ++#: rc.cpp:1403 rc.cpp:1430 + #, no-c-format + msgid "&Normal" + msgstr "&Normal" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 195 +-#: rc.cpp:1462 ++#: rc.cpp:1406 + #, no-c-format + msgid "Category &3" + msgstr "Kategori &3" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 206 +-#: rc.cpp:1468 rc.cpp:1492 ++#: rc.cpp:1412 rc.cpp:1436 + #, no-c-format + msgid "Category &2" + msgstr "Kategori &2" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 219 +-#: rc.cpp:1474 ++#: rc.cpp:1418 + #, no-c-format + msgid "Right click category" + msgstr "Høyreklikk på kategori" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 230 +-#: rc.cpp:1477 ++#: rc.cpp:1421 + #, no-c-format + msgid "Category &1" + msgstr "Kategori &1" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 367 +-#: rc.cpp:1489 ++#: rc.cpp:1433 + #, no-c-format + msgid "&Category 3" + msgstr "&Kategori 3" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 390 +-#: rc.cpp:1498 ++#: rc.cpp:1442 + #, no-c-format + msgid "Categories" + msgstr "Kategorier" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 401 +-#: rc.cpp:1501 ++#: rc.cpp:1445 + #, no-c-format + msgid "1. Category" + msgstr "1. kategori" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 409 +-#: rc.cpp:1504 ++#: rc.cpp:1448 + #, no-c-format + msgid "3. Category" + msgstr "3. kategori" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 425 +-#: rc.cpp:1507 rc.cpp:1516 rc.cpp:1525 ++#: rc.cpp:1451 rc.cpp:1460 rc.cpp:1469 + #, no-c-format + msgid "download:" + msgstr "Last ned:" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 441 +-#: rc.cpp:1510 rc.cpp:1519 rc.cpp:1528 ++#: rc.cpp:1454 rc.cpp:1463 rc.cpp:1472 + #, no-c-format + msgid "upload:" + msgstr "Last opp:" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 457 +-#: rc.cpp:1513 rc.cpp:1522 rc.cpp:1531 ++#: rc.cpp:1457 rc.cpp:1466 rc.cpp:1475 + #, no-c-format + msgid "KB/s *" + msgstr "KB/s " + + #. i18n: file ./plugins/scheduler/bwspage.ui line 567 +-#: rc.cpp:1534 ++#: rc.cpp:1478 + #, no-c-format + msgid "2. Category" + msgstr "2. kategori" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 626 +-#: rc.cpp:1538 ++#: rc.cpp:1481 + #, no-c-format + msgid "* zero means no limit" + msgstr "* null betyr ubegrenset" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 672 +-#: rc.cpp:1541 ++#: rc.cpp:1484 + #, no-c-format + msgid "Save to file" + msgstr "Lagre til fil" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 680 +-#: rc.cpp:1544 ++#: rc.cpp:1487 + #, no-c-format + msgid "&Load from file" + msgstr "&Last inn fra fil" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 688 +-#: rc.cpp:1547 ++#: rc.cpp:1490 + #, no-c-format + msgid "Reset schedule" + msgstr "Tilbakestill timeplan" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 751 +-#: rc.cpp:1550 ++#: rc.cpp:1493 + #, no-c-format + msgid "O&k" + msgstr "O&K" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 16 +-#: rc.cpp:1559 ++#: rc.cpp:1502 + #, no-c-format + msgid "Scheduler Plugin Pref Page" + msgstr "Innstillinger for planleggertilleggsmodulen" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 27 +-#: rc.cpp:1562 ++#: rc.cpp:1505 + #, no-c-format + msgid "Use &bandwidth scheduler?" + msgstr "&Bruke båndbreddeplanlegger?" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 35 +-#: plugins/scheduler/schedulerplugin.cpp:59 rc.cpp:1565 ++#: plugins/scheduler/schedulerplugin.cpp:59 rc.cpp:1508 + #, no-c-format + msgid "Bandwidth Scheduler" + msgstr "Båndbreddeplanlegger" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 46 +-#: rc.cpp:1568 ++#: rc.cpp:1511 + #, no-c-format + msgid "Use colors instead of pi&xmaps?" + msgstr "Bruke farger i stedet for bildekar&t?" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 54 +-#: rc.cpp:1571 ++#: rc.cpp:1514 + #, no-c-format + msgid "(Recommended for slower systems)" + msgstr "(Anbefalt for treige maskiner)" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 62 +-#: rc.cpp:1574 ++#: rc.cpp:1517 + #, no-c-format + msgid "Edit s&chedule" + msgstr "R&ediger timeplan" + + #. i18n: file ./plugins/scheduler/ktschedulerplugin.kcfg line 10 +-#: rc.cpp:1577 ++#: rc.cpp:1520 + #, no-c-format + msgid "Enable bandwidth scheduler?" + msgstr "Slå på båndbreddeplanlegger?" + + #. i18n: file ./plugins/scheduler/ktschedulerplugin.kcfg line 14 +-#: rc.cpp:1580 ++#: rc.cpp:1523 + #, no-c-format + msgid "Use colors instead of pixmaps?" + msgstr "Bruke farger i stedet for bildekart?" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 10 +-#: rc.cpp:1583 ++#: rc.cpp:1526 + #, no-c-format + msgid "Use rich log text" + msgstr "Bruk rik loggtekst" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 15 +-#: rc.cpp:1586 ++#: rc.cpp:1529 + #, no-c-format + msgid "General info messages flag" + msgstr "Flagg for generelle infomeldinger" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 19 +-#: rc.cpp:1589 ++#: rc.cpp:1532 + #, no-c-format + msgid "Connections messages flag" + msgstr "Flagg for forbindelsesmeldinger" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 23 +-#: rc.cpp:1592 ++#: rc.cpp:1535 + #, no-c-format + msgid "DHT messages flag" + msgstr "Flagg for DHT-meldinger" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 27 +-#: rc.cpp:1595 ++#: rc.cpp:1538 + #, no-c-format + msgid "Tracker info messages flag" + msgstr "Flagg for meldinger om sporerinfo" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 31 +-#: rc.cpp:1598 ++#: rc.cpp:1541 + #, no-c-format + msgid "Disk IO info messages flag" + msgstr "Flagg for meldinginger om lesing/skriving" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 35 +-#: rc.cpp:1601 ++#: rc.cpp:1544 + #, no-c-format + msgid "IPFilter plugin messages flag" + msgstr "Flagg for meldinger fra IP-filtermodulen" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 39 +-#: rc.cpp:1604 ++#: rc.cpp:1547 + #, no-c-format + msgid "Search plugin messages flag" + msgstr "Flagg for meldinger fra søkemodulen" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 43 +-#: rc.cpp:1607 ++#: rc.cpp:1550 + #, no-c-format + msgid "PartFileImport plugin messages flag" + msgstr "Flagg for meldinger fra filimport-modulen" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 47 +-#: rc.cpp:1610 ++#: rc.cpp:1553 + #, no-c-format + msgid "InfoWidget plugin messages flag" + msgstr "Flagg for meldinger fra infomodulen" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 51 +-#: rc.cpp:1613 ++#: rc.cpp:1556 + #, no-c-format + msgid "UPnP plugin messages flag" + msgstr "Flagg for meldinger fra UPnP-modulen" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 55 +-#: rc.cpp:1616 ++#: rc.cpp:1559 + #, no-c-format + msgid "ScanFolder plugin messages flag" + msgstr "Flagg for meldinger fra katalogundersøkingsmodulen" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 59 +-#: rc.cpp:1619 ++#: rc.cpp:1562 + #, no-c-format + msgid "Scheduler plugin messages flag" + msgstr "Flagg for meldinger fra planleggingsmodulen" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 63 +-#: rc.cpp:1622 ++#: rc.cpp:1565 + #, no-c-format + msgid "RSS plugin messages flag" + msgstr "Innstilling for meldinger fra RSS-modulen" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 67 +-#: rc.cpp:1625 ++#: rc.cpp:1568 + #, no-c-format + msgid "WebInterface plugin messages flag" + msgstr "Innstilling for meldinger fra nettgrensesnitt-modulen" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 16 +-#: plugins/logviewer/logprefpage.cpp:31 rc.cpp:1628 ++#: plugins/logviewer/logprefpage.cpp:31 rc.cpp:1571 + #, no-c-format + msgid "LogViewer Options" + msgstr "Innstillinger for loggviseren" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 44 +-#: libktorrent/pluginmanagerprefpage.cpp:63 rc.cpp:1631 ++#: libktorrent/pluginmanagerprefpage.cpp:63 rc.cpp:1574 + #, no-c-format + msgid "Plugins" + msgstr "Tilleggsmoduler" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 53 +-#: rc.cpp:1634 rc.cpp:1652 rc.cpp:1670 rc.cpp:1691 rc.cpp:1706 rc.cpp:1724 +-#: rc.cpp:1745 rc.cpp:1763 rc.cpp:1778 rc.cpp:1811 rc.cpp:1826 rc.cpp:1841 +-#: rc.cpp:1859 rc.cpp:1874 ++#: rc.cpp:1577 rc.cpp:1595 rc.cpp:1613 rc.cpp:1634 rc.cpp:1649 rc.cpp:1667 ++#: rc.cpp:1688 rc.cpp:1706 rc.cpp:1721 rc.cpp:1754 rc.cpp:1769 rc.cpp:1784 ++#: rc.cpp:1802 rc.cpp:1817 + #, no-c-format + msgid "All" + msgstr "Alle" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 58 +-#: rc.cpp:1637 rc.cpp:1655 rc.cpp:1673 rc.cpp:1694 rc.cpp:1709 rc.cpp:1727 +-#: rc.cpp:1748 rc.cpp:1766 rc.cpp:1781 rc.cpp:1814 rc.cpp:1829 rc.cpp:1844 +-#: rc.cpp:1862 rc.cpp:1877 ++#: rc.cpp:1580 rc.cpp:1598 rc.cpp:1616 rc.cpp:1637 rc.cpp:1652 rc.cpp:1670 ++#: rc.cpp:1691 rc.cpp:1709 rc.cpp:1724 rc.cpp:1757 rc.cpp:1772 rc.cpp:1787 ++#: rc.cpp:1805 rc.cpp:1820 + #, no-c-format + msgid "Debug" + msgstr "Feilsøking" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 63 +-#: rc.cpp:1640 rc.cpp:1658 rc.cpp:1676 rc.cpp:1697 rc.cpp:1712 rc.cpp:1730 +-#: rc.cpp:1751 rc.cpp:1769 rc.cpp:1784 rc.cpp:1817 rc.cpp:1832 rc.cpp:1847 +-#: rc.cpp:1865 rc.cpp:1880 ++#: rc.cpp:1583 rc.cpp:1601 rc.cpp:1619 rc.cpp:1640 rc.cpp:1655 rc.cpp:1673 ++#: rc.cpp:1694 rc.cpp:1712 rc.cpp:1727 rc.cpp:1760 rc.cpp:1775 rc.cpp:1790 ++#: rc.cpp:1808 rc.cpp:1823 + #, no-c-format + msgid "Notice" + msgstr "Notis" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 68 +-#: rc.cpp:1643 rc.cpp:1661 rc.cpp:1679 rc.cpp:1700 rc.cpp:1715 rc.cpp:1733 +-#: rc.cpp:1754 rc.cpp:1772 rc.cpp:1787 rc.cpp:1820 rc.cpp:1835 rc.cpp:1850 +-#: rc.cpp:1868 rc.cpp:1883 ++#: rc.cpp:1586 rc.cpp:1604 rc.cpp:1622 rc.cpp:1643 rc.cpp:1658 rc.cpp:1676 ++#: rc.cpp:1697 rc.cpp:1715 rc.cpp:1730 rc.cpp:1763 rc.cpp:1778 rc.cpp:1793 ++#: rc.cpp:1811 rc.cpp:1826 + #, no-c-format + msgid "Important" + msgstr "Viktig" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 73 +-#: rc.cpp:1646 rc.cpp:1664 rc.cpp:1682 rc.cpp:1703 rc.cpp:1718 rc.cpp:1736 +-#: rc.cpp:1757 rc.cpp:1775 rc.cpp:1790 rc.cpp:1823 rc.cpp:1838 rc.cpp:1853 +-#: rc.cpp:1871 rc.cpp:1886 ++#: rc.cpp:1589 rc.cpp:1607 rc.cpp:1625 rc.cpp:1646 rc.cpp:1661 rc.cpp:1679 ++#: rc.cpp:1700 rc.cpp:1718 rc.cpp:1733 rc.cpp:1766 rc.cpp:1781 rc.cpp:1796 ++#: rc.cpp:1814 rc.cpp:1829 + #, no-c-format + msgid "None" + msgstr "Ingen" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 85 +-#: rc.cpp:1649 ++#: rc.cpp:1592 + #, no-c-format + msgid "IPFilter:" + msgstr "IP-filter:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 126 +-#: rc.cpp:1667 ++#: rc.cpp:1610 + #, no-c-format + msgid "Search:" + msgstr "Søk:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 167 +-#: rc.cpp:1685 ++#: rc.cpp:1628 + #, no-c-format + msgid "UPnP:" + msgstr "UPnP:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 178 +-#: rc.cpp:1688 ++#: rc.cpp:1631 + #, no-c-format + msgid "ScanFolder:" + msgstr "Mappeundersøker:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 249 +-#: rc.cpp:1721 ++#: rc.cpp:1664 + #, no-c-format + msgid "Scheduler:" + msgstr "Planlegger:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 290 +-#: rc.cpp:1739 ++#: rc.cpp:1682 + #, no-c-format + msgid "PartFileImport:" + msgstr "Filimportmodul:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 301 +-#: rc.cpp:1742 ++#: rc.cpp:1685 + #, no-c-format + msgid "InfoWidget:" + msgstr "Infomodul:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 342 +-#: rc.cpp:1760 ++#: rc.cpp:1703 + #, no-c-format + msgid "RSS plugin:" + msgstr "RSS-modul:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 413 +-#: rc.cpp:1793 ++#: rc.cpp:1736 + #, no-c-format + msgid "WebInterface plugin:" + msgstr "Intermettgrensesnitt-modul" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 426 +-#: rc.cpp:1796 ++#: rc.cpp:1739 + #, no-c-format + msgid "System" + msgstr "System" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 437 +-#: rc.cpp:1799 ++#: rc.cpp:1742 + #, no-c-format + msgid "General:" + msgstr "Generelt" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 445 +-#: rc.cpp:1802 ++#: rc.cpp:1745 + #, no-c-format + msgid "Connections:" + msgstr "Forbindelser:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 559 +-#: rc.cpp:1856 ++#: rc.cpp:1799 + #, no-c-format + msgid "Disk I/O:" + msgstr "Disk I/U:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 640 +-#: rc.cpp:1892 ++#: rc.cpp:1835 + #, no-c-format + msgid "Use rich te&xt for log" + msgstr "Bruk &rik tekst for logg" + + #. i18n: file ./plugins/search/searchpref.ui line 41 +-#: rc.cpp:1898 ++#: rc.cpp:1841 + #, no-c-format + msgid "External Browser" + msgstr "Ekstern nettleser" + + #. i18n: file ./plugins/search/searchpref.ui line 52 +-#: rc.cpp:1901 ++#: rc.cpp:1844 + #, fuzzy, no-c-format + msgid "Open searches in external browser" + msgstr "&Åpne søkeresultater i ekstern nettleser" + + #. i18n: file ./plugins/search/searchpref.ui line 60 +-#: rc.cpp:1904 rc.cpp:1955 ++#: rc.cpp:1847 rc.cpp:1892 + #, no-c-format + msgid "Use default browser" + msgstr "Bruk standard nettleser" + + #. i18n: file ./plugins/search/searchpref.ui line 79 +-#: rc.cpp:1908 ++#: rc.cpp:1850 + #, no-c-format + msgid "Custom browser path:" + msgstr "Sti til selvvalgt nettleser:" + + #. i18n: file ./plugins/search/searchpref.ui line 116 +-#: rc.cpp:1912 ++#: rc.cpp:1853 + #, no-c-format + msgid "Search Engines" + msgstr "Søkemotorer" + + #. i18n: file ./plugins/search/searchpref.ui line 143 +-#: rc.cpp:1916 ++#: rc.cpp:1856 + #, no-c-format + msgid "Search engine name:" + msgstr "Navn på søkemotor:" + + #. i18n: file ./plugins/search/searchpref.ui line 187 +-#: rc.cpp:1922 ++#: rc.cpp:1862 + #, no-c-format + msgid "&Add" + msgstr "&Legg til" + + #. i18n: file ./plugins/search/searchpref.ui line 195 +-#: rc.cpp:1925 ++#: rc.cpp:1865 + #, no-c-format + msgid "Engines" + msgstr "Motorer" + + #. i18n: file ./plugins/search/searchpref.ui line 206 +-#: rc.cpp:1928 ++#: rc.cpp:1868 + #, no-c-format + msgid "URL" + msgstr "URL" + + #. i18n: file ./plugins/search/searchpref.ui line 257 +-#: rc.cpp:1934 ++#: rc.cpp:1874 + #, no-c-format + msgid "R&emove All" + msgstr "Fj&ern alle" + + #. i18n: file ./plugins/search/searchpref.ui line 282 +-#: rc.cpp:1937 ++#: rc.cpp:1877 + #, no-c-format + msgid "Add Defau<" + msgstr "&Legg til standard" + + #. i18n: file ./plugins/search/searchpref.ui line 290 +-#: rc.cpp:1940 ++#: rc.cpp:1880 + #, no-c-format + msgid "Update From Internet" + msgstr "Oppdater fra Internett" + + #. i18n: file ./plugins/search/searchbar.ui line 53 + #: plugins/search/searchplugin.cpp:50 plugins/search/searchtab.cpp:48 +-#: rc.cpp:1946 ++#: rc.cpp:1883 + #, no-c-format + msgid "Search" + msgstr "Søk" + + #. i18n: file ./plugins/search/searchbar.ui line 78 +-#: rc.cpp:1949 ++#: rc.cpp:1886 + #, no-c-format + msgid "Search engine:" + msgstr "Søkemotor:" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 10 +-#: rc.cpp:1952 ++#: rc.cpp:1889 + #, no-c-format + msgid "Current search engine" + msgstr "Gjeldende søkemotor" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 19 +-#: rc.cpp:1958 ++#: rc.cpp:1895 + #, no-c-format + msgid "Use custom browser" + msgstr "Bruk egendefinert nettleser" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 23 +-#: rc.cpp:1961 ++#: rc.cpp:1898 + #, no-c-format + msgid "Custom browser executable path" + msgstr "Sti til programfilen for den egendefinerte nettleseren" +@@ -4097,19 +4097,19 @@ msgstr "Kontrollerer data" + msgid "Stopped. No space left on device." + msgstr "" + +-#: libktorrent/torrent/queuemanager.cpp:135 ++#: libktorrent/torrent/queuemanager.cpp:136 + #, fuzzy + msgid "" + "You don't have enough disk space to download this torrent. Are you sure you " + "want to continue?" + msgstr "Du vil miste all data du har lastet ned. Er du sikker?" + +-#: libktorrent/torrent/queuemanager.cpp:135 ++#: libktorrent/torrent/queuemanager.cpp:136 + #, c-format + msgid "Insufficient disk space for %1" + msgstr "" + +-#: libktorrent/torrent/queuemanager.cpp:157 ++#: libktorrent/torrent/queuemanager.cpp:158 + msgid "" + "Torrent \"%1\" has reached its maximum share ratio. Ignore the limit and start " + "seeding anyway?" +@@ -4117,16 +4117,16 @@ msgstr "" + "Strømmen «%1» har nådd sitt høyeste delingsforhold. Ignorere grensen og starte " + "deling uansett?" + +-#: libktorrent/torrent/queuemanager.cpp:157 ++#: libktorrent/torrent/queuemanager.cpp:158 + msgid "Maximum share ratio limit reached." + msgstr "Nådde grense for høyeste delingsforhold." + +-#: libktorrent/torrent/queuemanager.cpp:236 +-#: libktorrent/torrent/queuemanager.cpp:760 ++#: libktorrent/torrent/queuemanager.cpp:237 ++#: libktorrent/torrent/queuemanager.cpp:763 + msgid "Error stopping torrent %1 : %2" + msgstr "Klarte ikke stoppe strømmen «%1»: %2" + +-#: libktorrent/torrent/queuemanager.cpp:742 ++#: libktorrent/torrent/queuemanager.cpp:745 + msgid "Error starting torrent %1 : %2" + msgstr "Klarte ikke starte strømmen «%1»: %2" + +diff --git a/translations/nds/messages/ktorrent.po b/translations/nds/messages/ktorrent.po +index 58c347e..df5887a 100644 +--- a/translations/nds/messages/ktorrent.po ++++ b/translations/nds/messages/ktorrent.po +@@ -5,7 +5,7 @@ + msgid "" + msgstr "" + "Project-Id-Version: ktorrent\n" +-"POT-Creation-Date: 2008-04-18 19:40+0200\n" ++"POT-Creation-Date: 2008-07-08 22:20+0200\n" + "PO-Revision-Date: 2007-12-07 22:58+0100\n" + "Last-Translator: Sönke Dibbern \n" + "Language-Team: Low Saxon \n" +@@ -20,7 +20,7 @@ msgid "No incoming connections (possibly firewalled)" + msgstr "Keen ankamen Verbinnen (vun Nettdiek blockeert?)" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 42 +-#: apps/ktorrent/ktorrent.cpp:184 rc.cpp:345 rc.cpp:383 rc.cpp:1019 ++#: apps/ktorrent/ktorrent.cpp:184 rc.cpp:336 rc.cpp:369 rc.cpp:989 + #, no-c-format + msgid "Info" + msgstr "Info" +@@ -188,7 +188,7 @@ msgstr "Leeg Adress." + #. i18n: file ./apps/ktorrent/ktorrentui.rc line 9 + #: apps/ktorrent/groups/downloadgroup.cpp:27 + #: apps/ktorrent/groups/groupmanager.h:57 apps/ktorrent/pref.cpp:147 +-#: apps/ktorrent/viewmanager.cpp:62 rc.cpp:138 rc.cpp:342 ++#: apps/ktorrent/viewmanager.cpp:62 rc.cpp:132 rc.cpp:333 + #, no-c-format + msgid "Downloads" + msgstr "Daalladen" +@@ -311,7 +311,7 @@ msgid "Document to open" + msgstr "Dokment, dat opmaakt warrn schall" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 59 +-#: apps/ktorrent/main.cpp:120 rc.cpp:553 ++#: apps/ktorrent/main.cpp:120 rc.cpp:532 + #, no-c-format + msgid "KTorrent" + msgstr "KTorrent" +@@ -576,7 +576,7 @@ msgstr "Borns för Torrent-Partners:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 85 + #: apps/ktorrent/ktorrentviewmenu.cpp:66 plugins/infowidget/peerview.cpp:221 +-#: rc.cpp:77 rc.cpp:1256 rc.cpp:1307 ++#: rc.cpp:75 rc.cpp:1208 rc.cpp:1259 + #, no-c-format + msgid "DHT" + msgstr "VPT" +@@ -618,7 +618,7 @@ msgid "Add to Group" + msgstr "Na Koppel tofögen" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 16 +-#: apps/ktorrent/ktorrentviewmenu.cpp:100 rc.cpp:147 ++#: apps/ktorrent/ktorrentviewmenu.cpp:100 rc.cpp:141 + #, no-c-format + msgid "Speed Limits" + msgstr "Gauheit-Grenzen" +@@ -638,7 +638,7 @@ msgid "Malformed IP address." + msgstr "Leeg IP-Adress." + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 311 +-#: apps/ktorrent/pref.cpp:58 rc.cpp:282 ++#: apps/ktorrent/pref.cpp:58 rc.cpp:273 + #, no-c-format + msgid "Preferences" + msgstr "Instellen" +@@ -674,7 +674,7 @@ msgid "Advanced" + msgstr "Verwiedert" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 27 +-#: apps/ktorrent/pref.cpp:411 rc.cpp:540 ++#: apps/ktorrent/pref.cpp:411 rc.cpp:519 + #, no-c-format + msgid "Advanced Options" + msgstr "Verwiedert Optschonen" +@@ -685,7 +685,7 @@ msgstr "Sichtbor Striepen" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 16 + #: apps/ktorrent/ktorrentview.cpp:135 +-#: plugins/infowidget/infowidgetplugin.cpp:76 rc.cpp:1016 ++#: plugins/infowidget/infowidgetplugin.cpp:76 rc.cpp:986 + #, no-c-format + msgid "Status" + msgstr "Status" +@@ -707,7 +707,7 @@ msgstr "Hoochlaadt" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 313 + #: apps/ktorrent/ktorrentview.cpp:139 plugins/infowidget/peerview.cpp:216 +-#: rc.cpp:1010 ++#: rc.cpp:980 + #, no-c-format + msgid "Down Speed" + msgstr "Daallaadgauheit" +@@ -830,7 +830,7 @@ msgid "User" + msgstr "Bruker" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 24 +-#: apps/ktorrent/queuedialog.cpp:75 rc.cpp:249 ++#: apps/ktorrent/queuedialog.cpp:75 rc.cpp:240 + #, no-c-format + msgid "Queue Manager" + msgstr "Reegpleger" +@@ -1057,8 +1057,8 @@ msgid "Start torrent" + msgstr "Torrent starten" + + #. i18n: file ./apps/ktorrent/fileselectdlgbase.ui line 160 +-#: plugins/infowidget/fileview.cpp:49 rc.cpp:27 rc.cpp:1244 rc.cpp:1259 +-#: rc.cpp:1349 rc.cpp:1439 ++#: plugins/infowidget/fileview.cpp:49 rc.cpp:27 rc.cpp:1196 rc.cpp:1211 ++#: rc.cpp:1301 rc.cpp:1385 + #, no-c-format + msgid "Download" + msgstr "Daalladen" +@@ -1112,13 +1112,13 @@ msgid "Encryption" + msgstr "Verslöteln" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 58 +-#: rc.cpp:64 rc.cpp:787 ++#: rc.cpp:63 rc.cpp:764 + #, no-c-format + msgid "Use protocol encryption" + msgstr "Protokollverslöteln bruken" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 64 +-#: rc.cpp:68 ++#: rc.cpp:66 + #, no-c-format + msgid "" + "Protocol encryption is used to prevent ISP's from slowing down bittorrent " +@@ -1128,13 +1128,13 @@ msgstr "" + "Bittorrentverbinnen langsamer maakt." + + #. i18n: file ./apps/ktorrent/generalpref.ui line 72 +-#: rc.cpp:71 rc.cpp:790 ++#: rc.cpp:69 rc.cpp:767 + #, no-c-format + msgid "Allow unencrypted connections" + msgstr "Nich verslötelt Verbinnen tolaten" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 75 +-#: rc.cpp:74 ++#: rc.cpp:72 + #, no-c-format + msgid "" + "If unchecked, you'll be able to connect only to clients supporting encryption." +@@ -1143,7 +1143,7 @@ msgstr "" + "ünnerstütt." + + #. i18n: file ./apps/ktorrent/generalpref.ui line 88 +-#: rc.cpp:80 ++#: rc.cpp:78 + #, no-c-format + msgid "" + "Distributed Hash Table protocol." +@@ -1154,169 +1154,169 @@ msgstr "" + "in't Handbook finnen." + + #. i18n: file ./apps/ktorrent/generalpref.ui line 99 +-#: rc.cpp:83 ++#: rc.cpp:81 + #, no-c-format + msgid "&Use DHT to get additional peers" + msgstr "Över VPT mehr Partners in de &Künn kriegen" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 118 +-#: rc.cpp:87 ++#: rc.cpp:84 + #, no-c-format + msgid "UDP port for DHT communication:" + msgstr "UDP-Port för de VPT-Kommunikatschoon:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 161 +-#: rc.cpp:90 ++#: rc.cpp:87 + #, no-c-format + msgid "Custom IP" + msgstr "Egen IP-Adress" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 172 +-#: rc.cpp:93 ++#: rc.cpp:90 + #, no-c-format + msgid "Se&nd the tracker a custom IP address or hostname" + msgstr "Den Tracker en egen IP-Adress oder Reeknernaam to&stüern" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 188 +-#: rc.cpp:96 ++#: rc.cpp:93 + #, no-c-format + msgid "Custom IP address or hostname:" + msgstr "Egen IP-Adress oder Reeknernaam:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 205 +-#: rc.cpp:99 ++#: rc.cpp:96 + #, no-c-format + msgid "System Tray Icon" + msgstr "Systeemafsnitt-Lüttbild" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 216 +-#: rc.cpp:102 ++#: rc.cpp:99 + #, no-c-format + msgid "Show s&ystem tray icon" + msgstr "&Systeemafsnitt-Lüttbild wiesen" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 224 +-#: rc.cpp:105 ++#: rc.cpp:102 + #, no-c-format + msgid "Show speed &bar in tray icon" + msgstr "&Gauheit binnen Systeemafsnitt wiesen" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 232 +-#: rc.cpp:108 ++#: rc.cpp:105 + #, no-c-format + msgid "Show system tray popup messages" + msgstr "Systeemafsnitt gifft Bescheed" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 251 +-#: rc.cpp:112 ++#: rc.cpp:108 + #, no-c-format + msgid "Upload bandwidth (in KB/sec):" + msgstr "Hoochlaad-Bandbred (as kB/s):" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 276 +-#: rc.cpp:115 ++#: rc.cpp:111 + #, no-c-format + msgid "Download bandwidth (in KB/sec):" + msgstr "Daallaad-Bandbreed (as kB/s):" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 305 +-#: rc.cpp:118 ++#: rc.cpp:114 + #, no-c-format + msgid "Folders" + msgstr "Ornern" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 324 +-#: rc.cpp:121 ++#: rc.cpp:117 + #, no-c-format + msgid "Folder to store temporary files:" + msgstr "Orner för't Sekern vun Temporeerdateien:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 342 +-#: rc.cpp:124 ++#: rc.cpp:120 + #, no-c-format + msgid "Move completed downloads to:" + msgstr "Afslaten Daalladen verschuven na:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 353 +-#: rc.cpp:128 ++#: rc.cpp:123 + #, no-c-format + msgid "&Automatically save downloads to:" + msgstr "Daalladen &automaatsch sekern na:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 395 +-#: rc.cpp:131 ++#: rc.cpp:126 + #, no-c-format + msgid "Copy .torrent files to:" + msgstr "Torrent-Dateien koperen na:" + + #. i18n: file ./apps/ktorrent/ktorrentui.rc line 34 +-#: rc.cpp:144 ++#: rc.cpp:138 + #, no-c-format + msgid "Download Toolbar" + msgstr "Daallaad-Warktüüchbalken" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 27 +-#: rc.cpp:150 ++#: rc.cpp:144 + #, no-c-format + msgid "Set the speed limits for torrent" + msgstr "Gauheit-Grenzen för Torrent fastleggen" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 51 +-#: rc.cpp:153 ++#: rc.cpp:147 + #, no-c-format + msgid "Max upload rate:" + msgstr "Hööchst Hoochlaadgauheit:" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 59 +-#: rc.cpp:156 ++#: rc.cpp:150 + #, no-c-format + msgid "Max download rate:" + msgstr "Hööchst Daallaadgauheit:" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 97 +-#: rc.cpp:159 rc.cpp:162 ++#: rc.cpp:153 rc.cpp:156 + #, no-c-format + msgid "KB/s (0 is no limit)" + msgstr "kB/s (0 = ahn Grenz)" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 16 +-#: rc.cpp:171 ++#: rc.cpp:165 + #, no-c-format + msgid "Add potential peer" + msgstr "In Fraag kamen Partner tofögen" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 35 +-#: rc.cpp:174 ++#: rc.cpp:168 + #, no-c-format + msgid "Peer IP:" + msgstr "Partner-IP:" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 43 +-#: rc.cpp:177 rc.cpp:208 ++#: rc.cpp:171 rc.cpp:201 + #, no-c-format + msgid "127.0.0.1" + msgstr "127.0.0.1" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 51 +-#: rc.cpp:180 rc.cpp:288 rc.cpp:525 rc.cpp:931 ++#: rc.cpp:174 rc.cpp:279 rc.cpp:504 rc.cpp:908 + #, no-c-format + msgid "Port:" + msgstr "Port:" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 100 +-#: rc.cpp:183 ++#: rc.cpp:177 + #, no-c-format + msgid "Enter peer IP and port." + msgstr "Giff bitte de IP-Adress un de Port vun den Partner in." + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 16 +-#: rc.cpp:193 ++#: rc.cpp:186 + #, no-c-format + msgid "KTorrent Blacklist" + msgstr "KTorrent-Leeglist" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 30 +-#: rc.cpp:196 ++#: rc.cpp:189 + #, no-c-format + msgid "" + "Note: Blacklist applies to current session only. Use save/open to save your " +@@ -1326,187 +1326,187 @@ msgstr "" + "Indrääg sekern un laden, oder dat IPFilter-Moduul (\"PeerGuardian\") bruken." + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 41 +-#: rc.cpp:199 ++#: rc.cpp:192 + #, no-c-format + msgid "Banned Peers" + msgstr "Utslaten Partners" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 50 +-#: rc.cpp:202 ++#: rc.cpp:195 + #, no-c-format + msgid "Peer IP address" + msgstr "Partner-IP" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 96 +-#: rc.cpp:205 ++#: rc.cpp:198 + #, no-c-format + msgid "Add peer:" + msgstr "Partner tofögen:" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 134 +-#: rc.cpp:215 ++#: rc.cpp:207 + #, no-c-format + msgid "Adds a peer to blacklist" + msgstr "Föögt en Partner na de Leeglist to." + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 168 +-#: rc.cpp:222 ++#: rc.cpp:213 + #, no-c-format + msgid "Removes selected peer from blacklist" + msgstr "Maakt den utsöchten Partner ut de Leeglist weg." + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 176 +-#: rc.cpp:225 ++#: rc.cpp:216 + #, no-c-format + msgid "C&lear" + msgstr "&Leddig maken" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 182 +-#: rc.cpp:228 ++#: rc.cpp:219 + #, no-c-format + msgid "Clears this list" + msgstr "Maakt de List leddig" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 218 +-#: rc.cpp:234 ++#: rc.cpp:225 + #, no-c-format + msgid "Save &As..." + msgstr "Sekern &as..." + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 224 +-#: rc.cpp:237 ++#: rc.cpp:228 + #, no-c-format + msgid "Save this blacklist to use with KTorrent IPFilter plugin" + msgstr "Disse Leeglist för dat IPFilter-Moduul vun KTorrent sekern" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 59 +-#: rc.cpp:252 ++#: rc.cpp:243 + #, no-c-format + msgid "Maximum downloads:" + msgstr "Hööchsttall Daalladen:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 86 +-#: rc.cpp:255 ++#: rc.cpp:246 + #, no-c-format + msgid "Maximum seeds:" + msgstr "Hööchsttall Verdelen:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 94 +-#: rc.cpp:258 ++#: rc.cpp:249 + #, no-c-format + msgid "Start download on low disk space :" + msgstr "Daalladen bi wenig Platz op de Fastplaat starten:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 102 +-#: rc.cpp:261 ++#: rc.cpp:252 + #, no-c-format + msgid "Minimum disk space:" + msgstr "Minn Platz op de Fastplaat:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 140 +-#: rc.cpp:264 ++#: rc.cpp:255 + #, no-c-format + msgid "Don't start" + msgstr "Nich starten" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 145 +-#: rc.cpp:267 ++#: rc.cpp:258 + #, no-c-format + msgid "Always ask" + msgstr "Jümmers nafragen" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 150 +-#: rc.cpp:270 ++#: rc.cpp:261 + #, no-c-format + msgid "Force start" + msgstr "Start verdwingen" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 208 +-#: rc.cpp:273 ++#: rc.cpp:264 + #, no-c-format + msgid "MB" + msgstr "MB" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 236 +-#: rc.cpp:276 rc.cpp:279 rc.cpp:312 rc.cpp:315 rc.cpp:324 ++#: rc.cpp:267 rc.cpp:270 rc.cpp:303 rc.cpp:306 rc.cpp:315 + #, no-c-format + msgid "(0 is no limit)" + msgstr "(0 = keen Grenz)" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 330 +-#: rc.cpp:285 ++#: rc.cpp:276 + #, no-c-format + msgid "Maximum download rate:" + msgstr "Hööchst Daallaadgauheit:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 346 +-#: rc.cpp:291 ++#: rc.cpp:282 + #, no-c-format + msgid "Global connection limit:" + msgstr "Globaal Verbinnengrenz:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 354 +-#: rc.cpp:294 ++#: rc.cpp:285 + #, no-c-format + msgid "Max seed time:" + msgstr "Hööchst Verdeeltiet:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 370 +-#: rc.cpp:297 ++#: rc.cpp:288 + #, no-c-format + msgid "Maximum connections per torrent:" + msgstr "Hööchsttall vun Verbinnen per Torrent:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 397 +-#: rc.cpp:300 ++#: rc.cpp:291 + #, no-c-format + msgid "Number of upload slots:" + msgstr "Tall vun Hoochlaad-Plätz:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 405 +-#: rc.cpp:303 ++#: rc.cpp:294 + #, no-c-format + msgid "UDP tracker port:" + msgstr "UDP-Trackerport:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 413 +-#: rc.cpp:306 ++#: rc.cpp:297 + #, no-c-format + msgid "Max share ratio:" + msgstr "Hööchst Deel-Proportschoon:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 421 +-#: rc.cpp:309 ++#: rc.cpp:300 + #, no-c-format + msgid "Maximum upload rate:" + msgstr "Hööchst Hoochlaadgauheit:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 576 +-#: rc.cpp:318 rc.cpp:321 ++#: rc.cpp:309 rc.cpp:312 + #, no-c-format + msgid "KB/sec (0 is no limit)" + msgstr "kB/s (0 = ahn Grenz)" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 651 +-#: rc.cpp:327 ++#: rc.cpp:318 + #, no-c-format + msgid "Hours (0 is no limit)" + msgstr "Stünnen (0 = keen Grenz)" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 663 +-#: rc.cpp:330 ++#: rc.cpp:321 + #, no-c-format + msgid "&Keep seeding after download is finished" + msgstr "&Wieder hoochladen, wenn en Daalladen beendt is" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 674 +-#: rc.cpp:333 ++#: rc.cpp:324 + #, no-c-format + msgid "Attention" + msgstr "Wohrscho" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 685 +-#: rc.cpp:336 ++#: rc.cpp:327 + #, no-c-format + msgid "" + "The above ports must also be forwarded if you are behind a router. The UPnP " +@@ -1516,283 +1516,283 @@ msgstr "" + "sittst. Dat UPnP-Moduul kann dat för Di doon." + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 16 +-#: rc.cpp:339 ++#: rc.cpp:330 + #, no-c-format + msgid "KT Queue Dialog" + msgstr "Töövreeg-Dialoog vun KT" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 69 +-#: rc.cpp:348 rc.cpp:386 rc.cpp:1107 ++#: rc.cpp:339 rc.cpp:372 rc.cpp:1067 + #, no-c-format + msgid "Status:" + msgstr "Status:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 85 +-#: rc.cpp:351 rc.cpp:389 rc.cpp:1808 ++#: rc.cpp:342 rc.cpp:375 rc.cpp:1751 + #, no-c-format + msgid "Tracker:" + msgstr "Tracker:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 93 +-#: rc.cpp:354 rc.cpp:392 rc.cpp:1805 ++#: rc.cpp:345 rc.cpp:378 rc.cpp:1748 + #, no-c-format + msgid "DHT:" + msgstr "VPT:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 109 +-#: rc.cpp:357 rc.cpp:395 rc.cpp:1061 ++#: rc.cpp:348 rc.cpp:381 rc.cpp:1025 + #, no-c-format + msgid "Share ratio:" + msgstr "Deel-Proportschoon:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 117 +-#: rc.cpp:360 ++#: rc.cpp:351 + #, no-c-format + msgid "Bytes left:" + msgstr "Övrige Bytes:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 177 +-#: rc.cpp:368 rc.cpp:377 ++#: rc.cpp:354 rc.cpp:363 + #, no-c-format + msgid "Torrent" + msgstr "Torrent" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 188 +-#: rc.cpp:371 rc.cpp:380 ++#: rc.cpp:357 rc.cpp:366 + #, no-c-format + msgid "Controlled by" + msgstr "Stüert dör" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 214 +-#: rc.cpp:374 ++#: rc.cpp:360 + #, no-c-format + msgid "Upload&s" + msgstr "&Hoochladen" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 333 +-#: rc.cpp:398 ++#: rc.cpp:384 + #, no-c-format + msgid "Uploaded:" + msgstr "Hoochlaadt:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 486 +-#: rc.cpp:406 ++#: rc.cpp:387 + #, no-c-format + msgid "M&ove up" + msgstr "Na &baven verschuven" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 494 +-#: rc.cpp:409 ++#: rc.cpp:390 + #, no-c-format + msgid "Move dow&n" + msgstr "Na &nerrn verschuven" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 519 +-#: rc.cpp:412 ++#: rc.cpp:393 + #, no-c-format + msgid "Move to top" + msgstr "Na baven verschuven" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 530 +-#: rc.cpp:416 ++#: rc.cpp:396 + #, no-c-format + msgid "Move to &bottom" + msgstr "Na &nerrn verschuven" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 555 +-#: rc.cpp:419 ++#: rc.cpp:399 + #, no-c-format + msgid "&QM Controlled" + msgstr "&RP-stüert" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 563 +-#: rc.cpp:422 ++#: rc.cpp:402 + #, no-c-format + msgid "&User Controlled" + msgstr "&Brukerstüert" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 30 +-#: rc.cpp:434 ++#: rc.cpp:414 + #, no-c-format + msgid "Paste URL" + msgstr "Adress infögen" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 52 +-#: rc.cpp:437 rc.cpp:1104 rc.cpp:1919 ++#: rc.cpp:417 rc.cpp:1064 rc.cpp:1859 + #, no-c-format + msgid "URL:" + msgstr "Adress:" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 106 +-#: rc.cpp:440 ++#: rc.cpp:420 + #, no-c-format + msgid "O&K" + msgstr "&OK" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 114 +-#: rc.cpp:443 rc.cpp:675 rc.cpp:1176 ++#: rc.cpp:423 rc.cpp:653 rc.cpp:1128 + #, no-c-format + msgid "C&ancel" + msgstr "&Afbreken" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 16 +-#: rc.cpp:446 ++#: rc.cpp:426 + #, no-c-format + msgid "Create Torrent" + msgstr "Torrent opstellen" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 38 +-#: rc.cpp:449 ++#: rc.cpp:429 + #, no-c-format + msgid "The file or folder of which you want to create a torrent:" + msgstr "De Datei oder Orner, för de(n) Du en Torrent opstellen wullt:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 53 +-#: rc.cpp:452 ++#: rc.cpp:432 + #, no-c-format + msgid "You must add at least one tracker or node." + msgstr "Du muttst tominnst een Tracker oder Knütt tofögen." + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 61 +-#: rc.cpp:455 ++#: rc.cpp:435 + #, no-c-format + msgid "File Options" + msgstr "Datei-Optschonen" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 80 +-#: rc.cpp:458 ++#: rc.cpp:438 + #, no-c-format + msgid "Size of each chunk:" + msgstr "Grött vun elk Stück:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 86 +-#: rc.cpp:461 ++#: rc.cpp:441 + #, no-c-format + msgid "32" + msgstr "32" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 91 +-#: rc.cpp:464 ++#: rc.cpp:444 + #, no-c-format + msgid "64" + msgstr "64" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 96 +-#: rc.cpp:467 ++#: rc.cpp:447 + #, no-c-format + msgid "128" + msgstr "128" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 101 +-#: rc.cpp:470 ++#: rc.cpp:450 + #, no-c-format + msgid "256" + msgstr "256" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 106 +-#: rc.cpp:473 ++#: rc.cpp:453 + #, no-c-format + msgid "512" + msgstr "512" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 111 +-#: rc.cpp:476 ++#: rc.cpp:456 + #, no-c-format + msgid "1024" + msgstr "1024" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 116 +-#: rc.cpp:479 ++#: rc.cpp:459 + #, no-c-format + msgid "2048" + msgstr "2048" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 121 +-#: rc.cpp:482 ++#: rc.cpp:462 + #, no-c-format + msgid "4096" + msgstr "4096" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 126 +-#: rc.cpp:485 ++#: rc.cpp:465 + #, no-c-format + msgid "8192" + msgstr "8192" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 138 +-#: rc.cpp:488 rc.cpp:633 ++#: rc.cpp:468 rc.cpp:611 + #, no-c-format + msgid "KB" + msgstr "kB" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 165 +-#: rc.cpp:491 ++#: rc.cpp:471 + #, no-c-format + msgid "Start seedin&g the torrent" + msgstr "Torrent-&Verdelen starten" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 176 +-#: rc.cpp:494 ++#: rc.cpp:474 + #, no-c-format + msgid "Decentrali&zed (DHT only)" + msgstr "Ver&deelt (bloots VPT)" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 184 +-#: rc.cpp:497 ++#: rc.cpp:477 + #, no-c-format + msgid "Private torrent (DHT not allowed)" + msgstr "Privaat Torrent (VPT nich tolaten)" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 202 +-#: rc.cpp:500 ++#: rc.cpp:480 + #, no-c-format + msgid "Comments:" + msgstr "Kommentaren:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 248 +-#: rc.cpp:503 ++#: rc.cpp:483 + #, no-c-format + msgid "&Create" + msgstr "&Opstellen" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 262 +-#: rc.cpp:506 rc.cpp:1325 ++#: rc.cpp:486 rc.cpp:1277 + #, no-c-format + msgid "Ca&ncel" + msgstr "&Afbreken" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 275 +-#: plugins/infowidget/infowidgetplugin.cpp:214 rc.cpp:509 rc.cpp:1101 ++#: plugins/infowidget/infowidgetplugin.cpp:214 rc.cpp:489 rc.cpp:1061 + #, no-c-format + msgid "Trackers" + msgstr "Trackers" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 283 +-#: rc.cpp:512 ++#: rc.cpp:492 + #, no-c-format + msgid "DHT nodes" + msgstr "VPT-Knütten" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 333 +-#: rc.cpp:522 ++#: rc.cpp:501 + #, no-c-format + msgid "Node:" + msgstr "Knütt:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 385 +-#: rc.cpp:528 ++#: rc.cpp:507 + #, no-c-format + msgid "IP or hostname" + msgstr "IP-Adress oder Reeknernaam" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 396 +-#: rc.cpp:531 rc.cpp:718 rc.cpp:721 ++#: rc.cpp:510 rc.cpp:695 rc.cpp:698 + #, no-c-format + msgid "Port" + msgstr "Port" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 437 +-#: rc.cpp:534 ++#: rc.cpp:513 + #, no-c-format + msgid "" + "NOTE: Some known good DHT nodes are already inserted. You should probably " +@@ -1802,19 +1802,19 @@ msgstr "" + "egen IP-Adress un Port to, wenn Du dissen Torrent verdelen wullt." + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 16 +-#: rc.cpp:537 ++#: rc.cpp:516 + #, no-c-format + msgid "Advanced Preferences" + msgstr "Verwiedert Instellen" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 46 +-#: rc.cpp:543 ++#: rc.cpp:522 + #, no-c-format + msgid "Time left estimation algorithm:" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 53 +-#: rc.cpp:546 rc.cpp:568 ++#: rc.cpp:525 rc.cpp:547 + #, no-c-format + msgid "" + "KTorrent algorithm: Default algorithm using combination of other " +@@ -1840,344 +1840,344 @@ msgstr "" + "Glieden Dörsnitt: Glieden Dörsnitt-Gauheit, utreekt ut x Proven" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 64 +-#: rc.cpp:556 ++#: rc.cpp:535 + #, no-c-format + msgid "Current speed" + msgstr "Aktuell Gauheit" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 69 +-#: rc.cpp:559 ++#: rc.cpp:538 + #, no-c-format + msgid "Global average speed" + msgstr "Globaal Dörsnitt-Gauheit" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 74 +-#: rc.cpp:562 ++#: rc.cpp:541 + #, no-c-format + msgid "Window of X" + msgstr "X Stickproven" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 79 +-#: rc.cpp:565 ++#: rc.cpp:544 + #, no-c-format + msgid "Moving average" + msgstr "Glieden Dörsnitt" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 98 +-#: rc.cpp:575 ++#: rc.cpp:554 + #, no-c-format + msgid "(takes effect after restart)" + msgstr "(warrt na en Niegstart övernahmen)" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 125 +-#: rc.cpp:578 ++#: rc.cpp:557 + #, no-c-format + msgid "Disa&ble diskspace preallocation" + msgstr "&Plaatplatz nich vörweg toornen" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 141 +-#: rc.cpp:581 ++#: rc.cpp:560 + #, no-c-format + msgid "F&ully preallocate diskspace (avoids fragmentation)" + msgstr "Platz op de Fastplaat &vörweg heel toornen (verhöödt Deeldateien)" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 147 +-#: rc.cpp:584 ++#: rc.cpp:563 + #, no-c-format + msgid "Basic (slow)" + msgstr "Eenfach (langsam)" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 152 +-#: rc.cpp:587 ++#: rc.cpp:566 + #, no-c-format + msgid "Filesystem specific" + msgstr "Na Dateisysteem" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 174 +-#: rc.cpp:590 ++#: rc.cpp:569 + #, no-c-format + msgid "Performance" + msgstr "Leisten" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 193 +-#: rc.cpp:593 ++#: rc.cpp:572 + #, no-c-format + msgid "Memory usage:" + msgstr "Spiekerbruuk:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 199 +-#: rc.cpp:596 ++#: rc.cpp:575 + #, no-c-format + msgid "Low" + msgstr "Siet" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 204 +-#: rc.cpp:599 ++#: rc.cpp:578 + #, no-c-format + msgid "Medium" + msgstr "Middel" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 209 +-#: rc.cpp:602 ++#: rc.cpp:581 + #, no-c-format + msgid "High" + msgstr "Hooch" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 248 +-#: rc.cpp:605 ++#: rc.cpp:584 + #, no-c-format + msgid "GUI update interval:" + msgstr "Böversiet-Opfrischtiet:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 254 +-#: rc.cpp:608 ++#: rc.cpp:587 + #, no-c-format + msgid "500ms" + msgstr "500ms" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 259 +-#: rc.cpp:611 ++#: rc.cpp:590 + #, no-c-format + msgid "1s" + msgstr "1s" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 264 +-#: rc.cpp:614 ++#: rc.cpp:593 + #, no-c-format + msgid "2s" + msgstr "2s" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 269 +-#: rc.cpp:617 ++#: rc.cpp:596 + #, no-c-format + msgid "5s" + msgstr "5s" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 308 +-#: rc.cpp:620 ++#: rc.cpp:599 + #, no-c-format + msgid "Fast CPU" + msgstr "Gau CPU" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 342 +-#: rc.cpp:624 ++#: rc.cpp:602 + #, no-c-format + msgid "Slow CPU" + msgstr "Langsam CPU" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 354 +-#: rc.cpp:627 ++#: rc.cpp:605 + #, no-c-format + msgid "Data Checking" + msgstr "Datenprööv" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 373 +-#: rc.cpp:630 ++#: rc.cpp:608 + #, no-c-format + msgid "During uploading, do ¬ recheck chunks bigger than" + msgstr "Bi't Hoochladen &keen Stücken nieg pröven, de grötter sünd as" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 430 +-#: rc.cpp:636 ++#: rc.cpp:614 + #, no-c-format + msgid "Do a data integrit&y check after" + msgstr "Daten&integriteet pröven na" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 449 +-#: rc.cpp:639 ++#: rc.cpp:617 + #, no-c-format + msgid "corrupted chunks" + msgstr "schaadhaftig Stücken" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 478 +-#: rc.cpp:642 ++#: rc.cpp:620 + #, no-c-format + msgid "Networking" + msgstr "Nettwark" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 505 +-#: rc.cpp:645 ++#: rc.cpp:623 + #, no-c-format + msgid "Maximum number of connection setups:" + msgstr "Hööchsttall för nieg Verbinnen:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 527 +-#: rc.cpp:648 ++#: rc.cpp:626 + #, no-c-format + msgid "DSCP for IP packets:" + msgstr "DSCP för IP-Paketen:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 570 +-#: rc.cpp:651 ++#: rc.cpp:629 + #, no-c-format + msgid "Do not use the KDE pro&xy settings for HTTP tracker connections" + msgstr "KDE-Pro&xyinstellen nich för HTTP-Trackerverbinnen bruken" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 586 +-#: rc.cpp:654 ++#: rc.cpp:632 + #, no-c-format + msgid "HTTP tracker proxy:" + msgstr "Proxy för HTTP-Tracker:" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 24 +-#: rc.cpp:657 ++#: rc.cpp:635 + #, no-c-format + msgid "Scanning data" + msgstr "Daten warrt dörkeken" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 38 +-#: rc.cpp:660 ++#: rc.cpp:638 + #, no-c-format + msgid "Scanning data of torrent :" + msgstr "Torrent-Daten warrt dörkeken:" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 62 +-#: rc.cpp:663 ++#: rc.cpp:641 + #, no-c-format + msgid "Number of chunks found :" + msgstr "Tall vun funnen Stücken:" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 70 +-#: rc.cpp:666 ++#: rc.cpp:644 + #, no-c-format + msgid "Number of chunks failed / not downloaded :" + msgstr "Tall vun fehlslaan / nich daallaadt Stücken:" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 97 +-#: rc.cpp:669 rc.cpp:672 ++#: rc.cpp:647 rc.cpp:650 + #, no-c-format + msgid "0" + msgstr "0" + + #. i18n: file ./apps/ktupnptest/mainwidget.ui line 54 +-#: rc.cpp:678 ++#: rc.cpp:656 + #, no-c-format + msgid "Test" + msgstr "Utproberen" + + #. i18n: file ./libktorrent/labelviewitembase.ui line 49 +-#: rc.cpp:685 ++#: rc.cpp:662 + #, no-c-format + msgid "textLabel2" + msgstr "Textbeteker 2" + + #. i18n: file ./libktorrent/labelviewitembase.ui line 65 +-#: rc.cpp:688 ++#: rc.cpp:665 + #, no-c-format + msgid "textLabel3" + msgstr "Textbeteker 3" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 10 +-#: rc.cpp:691 ++#: rc.cpp:668 + #, no-c-format + msgid "Maximum number of downloads (0 = no limit)" + msgstr "Hööchsttall vun Daalladen (0 = ahn Grenz)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 15 +-#: rc.cpp:694 ++#: rc.cpp:671 + #, no-c-format + msgid "Maximum number of seeds (0 = no limit)" + msgstr "Hööchsttall vun Verdelen (0 = ahn Grenz)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 20 +-#: rc.cpp:697 ++#: rc.cpp:674 + #, no-c-format + msgid "Start downloads on low disk space?" + msgstr "Daalladen starten, wenn dat to wenig free Platz op de Fastplaat gifft?" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 24 +-#: rc.cpp:700 ++#: rc.cpp:677 + #, no-c-format + msgid "Maximum number of connections per torrent (0 = no limit)" + msgstr "Hööchsttall vun Verbinnen per Torrent (0 = ahn Grenz)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 29 +-#: rc.cpp:703 ++#: rc.cpp:680 + #, no-c-format + msgid "Maximum number of connections for all torrents (0 = no limit) " + msgstr "Hööchsttall vun Verbinnen för all Torrents (0 = ahn Grenz)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 34 +-#: rc.cpp:706 ++#: rc.cpp:683 + #, no-c-format + msgid "Maximum upload speed in KB/sec (0 = no limit)" + msgstr "Hööchst Hoochlaadgauheit in kB/s (0 = ahn Grenz)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 39 +-#: rc.cpp:709 ++#: rc.cpp:686 + #, no-c-format + msgid "Maximum download speed in KB/sec (0 = no limit)" + msgstr "Hööchst Daallaadgauheit in kB/s (0 = ahn Grenz)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 44 +-#: rc.cpp:712 ++#: rc.cpp:689 + #, no-c-format + msgid "Maximum share ratio(0 = no limit)" + msgstr "Hööchst Deel-Proportschoon (0 = keen Grenz)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 49 +-#: rc.cpp:715 ++#: rc.cpp:692 + #, no-c-format + msgid "Maximum seed time in hours (0 = no limit)" + msgstr "Hööchst Verdeeltiet (0 = keen Grenz)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 66 +-#: rc.cpp:724 ++#: rc.cpp:701 + #, no-c-format + msgid "Show a system tray icon" + msgstr "Systeemafsnitt-Lüttbild wiesen" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 70 +-#: rc.cpp:727 ++#: rc.cpp:704 + #, no-c-format + msgid "Show speed bar in tray icon" + msgstr "Gauheit binnen Systeemafsnitt wiesen" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 74 +-#: rc.cpp:730 ++#: rc.cpp:707 + #, no-c-format + msgid "Download bandwidth (in kb/s):" + msgstr "Daallaad-Bandbreed (as kBit/s):" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 80 +-#: rc.cpp:733 ++#: rc.cpp:710 + #, no-c-format + msgid "Upload bandwidth (in kb/s):" + msgstr "Hoochlaaden-Bandbreed (as kBit/s)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 86 +-#: rc.cpp:736 ++#: rc.cpp:713 + #, no-c-format + msgid "Show popup messages when torrent is finished." + msgstr "Opduker wiesen, wenn en Torrent beendt is." + + #. i18n: file ./libktorrent/ktorrent.kcfg line 90 +-#: rc.cpp:739 ++#: rc.cpp:716 + #, no-c-format + msgid "Keep seeding after download has finished" + msgstr "Wieder hoochladen, wenn en Torrent beendt is" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 94 +-#: rc.cpp:742 ++#: rc.cpp:719 + #, no-c-format + msgid "Folder to store temporary files" + msgstr "Orner för't Sekern vun Temporeerdateien" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 98 +-#: rc.cpp:745 ++#: rc.cpp:722 + #, no-c-format + msgid "Whether to automatically save downloads to saveDir" + msgstr "" + "Gifft an, wat Daalladen automaatsch na den Spiekerorner sekert warrn schöölt" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 102 +-#: rc.cpp:748 ++#: rc.cpp:725 + #, no-c-format + msgid "Folder to store downloaded files" + msgstr "Orner för't Sekern vun daallaadt Dateien" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 106 +-#: rc.cpp:751 ++#: rc.cpp:728 + #, no-c-format + msgid "Whether to automatically move completed downloads to completedDir" + msgstr "" +@@ -2185,86 +2185,86 @@ msgstr "" + "warrt" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 110 +-#: rc.cpp:754 ++#: rc.cpp:731 + #, no-c-format + msgid "Folder to move completed downloaded files to" + msgstr "Orner, na den afslaten Daalladen verschaven warrt" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 114 +-#: rc.cpp:757 ++#: rc.cpp:734 + #, no-c-format + msgid "Whether to automatically copy .torrent files to torrentCopyDir" + msgstr "" + "Gifft an, wat .torrent-Dateien automaatsch na den Spiekerorner sekert warrt" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 118 +-#: rc.cpp:760 ++#: rc.cpp:737 + #, no-c-format + msgid "Folder to copy .torrent files to" + msgstr "Orner för't Sekern vun .torrent-Dateien" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 122 +-#: rc.cpp:763 ++#: rc.cpp:740 + #, no-c-format + msgid "Whether to use a custom IP to pass to the tracker" + msgstr "Gifft an, wat en egen IP-Adress na den Tracker övergeven warrn schall" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 126 +-#: rc.cpp:766 ++#: rc.cpp:743 + #, no-c-format + msgid "Directory which was used as the last save directory" + msgstr "Orner, na den tolest sekert wöör" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 130 +-#: rc.cpp:769 ++#: rc.cpp:746 + #, no-c-format + msgid "IP to pass to the tracker" + msgstr "IP-Adress, de na den Tracker övergeven warrt" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 134 +-#: rc.cpp:772 ++#: rc.cpp:749 + #, no-c-format + msgid "Memory usage" + msgstr "Spiekerbruuk" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 138 +-#: rc.cpp:775 ++#: rc.cpp:752 + #, no-c-format + msgid "GUI update interval" + msgstr "Böversiet-Opfrischtiet" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 142 +-#: rc.cpp:778 ++#: rc.cpp:755 + #, no-c-format + msgid "Support for DHT" + msgstr "Ünnerstütten för VPT" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 146 +-#: rc.cpp:781 ++#: rc.cpp:758 + #, no-c-format + msgid "DHT port" + msgstr "VPT-Port" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 152 +-#: rc.cpp:784 ++#: rc.cpp:761 + #, no-c-format + msgid "Number of upload slots" + msgstr "Tall vun Hoochlaad-Plätz" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 196 +-#: rc.cpp:793 ++#: rc.cpp:770 + #, no-c-format + msgid "Columns shown in KTorrentView" + msgstr "Striepen binnen KTorrent" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 205 +-#: rc.cpp:796 ++#: rc.cpp:773 + #, no-c-format + msgid "ET algorithm" + msgstr "Tiet-Estemeeralgoritmus" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 227 +-#: rc.cpp:799 ++#: rc.cpp:776 + #, no-c-format + msgid "" + "When there's no space left to complete download and free diskspace is less than " +@@ -2274,458 +2274,458 @@ msgstr "" + "op de Fastplaat lütter is as minDiskSpace, warrt de Torrent anhollen." + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 16 +-#: rc.cpp:802 ++#: rc.cpp:779 + #, no-c-format + msgid "Plugin Manager" + msgstr "Moduulpleger" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 48 +-#: rc.cpp:805 ++#: rc.cpp:782 + #, no-c-format + msgid "Load" + msgstr "Laden" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 56 +-#: rc.cpp:808 ++#: rc.cpp:785 + #, no-c-format + msgid "U&nload" + msgstr "&Afladen" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 64 +-#: rc.cpp:811 ++#: rc.cpp:788 + #, no-c-format + msgid "Load &All" + msgstr "&All laden" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 72 +-#: rc.cpp:814 ++#: rc.cpp:791 + #, no-c-format + msgid "&Unload All" + msgstr "All a&fladen" + + #. i18n: file ./plugins/upnp/ktupnpplugin.kcfg line 10 +-#: rc.cpp:817 ++#: rc.cpp:794 + #, no-c-format + msgid "Default UPnP device to use" + msgstr "Standard-UPnP-Reedschap" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 16 +-#: plugins/upnp/upnpplugin.cpp:46 plugins/upnp/upnpprefpage.cpp:31 rc.cpp:820 ++#: plugins/upnp/upnpplugin.cpp:46 plugins/upnp/upnpprefpage.cpp:31 rc.cpp:797 + #, no-c-format + msgid "UPnP" + msgstr "UPnP" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 35 +-#: rc.cpp:823 ++#: rc.cpp:800 + #, no-c-format + msgid "Detected devices:" + msgstr "Opdeckt Reedschappen:" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 41 +-#: rc.cpp:826 ++#: rc.cpp:803 + #, no-c-format + msgid "Device" + msgstr "Reedschap" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 52 +-#: rc.cpp:829 ++#: rc.cpp:806 + #, no-c-format + msgid "Ports Forwarded" + msgstr "Wiederleddt Porten" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 63 +-#: rc.cpp:832 ++#: rc.cpp:809 + #, no-c-format + msgid "WAN Connection" + msgstr "WAN-Verbinnen" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 91 +-#: rc.cpp:835 ++#: rc.cpp:812 + #, no-c-format + msgid "Forw&ard Ports" + msgstr "Porten wieder&ledden" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 99 +-#: rc.cpp:838 ++#: rc.cpp:815 + #, no-c-format + msgid "Undo Port Forwarding" + msgstr "Port-Wiederledden torüchnehmen" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 124 +-#: rc.cpp:841 ++#: rc.cpp:818 + #, no-c-format + msgid "Rescan" + msgstr "Nieg dörkieken" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 9 +-#: rc.cpp:844 ++#: rc.cpp:821 + #, no-c-format + msgid "Enable scanning of folder1?" + msgstr "Orner 1 dörkieken?" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 14 +-#: rc.cpp:847 ++#: rc.cpp:824 + #, no-c-format + msgid "Enable scanning of folder2?" + msgstr "Orner 2 dörkieken?" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 19 +-#: rc.cpp:850 ++#: rc.cpp:827 + #, no-c-format + msgid "Enable scanning of folder3?" + msgstr "Orner 3 dörkieken?" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 24 +-#: rc.cpp:853 ++#: rc.cpp:830 + #, no-c-format + msgid "Folder1 path" + msgstr "Padd na Orner1" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 29 +-#: rc.cpp:856 ++#: rc.cpp:833 + #, no-c-format + msgid "Folder2 path" + msgstr "Padd na Orner 2" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 34 +-#: rc.cpp:859 ++#: rc.cpp:836 + #, no-c-format + msgid "Folder3 path" + msgstr "Padd na Orner 3" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 39 +-#: rc.cpp:862 ++#: rc.cpp:839 + #, no-c-format + msgid "Whether to open torrent silently or not." + msgstr "" + "Gifft an, wat en Torrent ahn Torüchmellen opmaakt warrn schall oder nich." + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 44 +-#: rc.cpp:865 ++#: rc.cpp:842 + #, no-c-format + msgid "Delete action checked." + msgstr "Wegdoon-Akschoon pröövt." + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 49 +-#: rc.cpp:868 ++#: rc.cpp:845 + #, no-c-format + msgid "Move action checked." + msgstr "Verschuven-Akschoon pröövt." + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 16 +-#: rc.cpp:871 ++#: rc.cpp:848 + #, no-c-format + msgid "ScanFolder Preferences" + msgstr "Instellen för't Dörkieken vun Ornern" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 35 +-#: rc.cpp:874 ++#: rc.cpp:851 + #, no-c-format + msgid "Scan folder &1" + msgstr "Orner &1 dörkieken" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 38 +-#: rc.cpp:877 rc.cpp:1480 ++#: rc.cpp:854 rc.cpp:1424 + #, no-c-format + msgid "Alt+1" + msgstr "Alt+1" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 46 +-#: rc.cpp:880 ++#: rc.cpp:857 + #, no-c-format + msgid "Scan folder &2" + msgstr "Orner &2 dörkieken" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 49 +-#: rc.cpp:883 rc.cpp:1471 rc.cpp:1495 ++#: rc.cpp:860 rc.cpp:1415 rc.cpp:1439 + #, no-c-format + msgid "Alt+2" + msgstr "Alt+2" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 57 +-#: rc.cpp:886 ++#: rc.cpp:863 + #, no-c-format + msgid "Scan folder &3" + msgstr "Orner &3 dörkieken" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 60 +-#: rc.cpp:889 rc.cpp:1465 ++#: rc.cpp:866 rc.cpp:1409 + #, no-c-format + msgid "Alt+3" + msgstr "Alt+3" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 81 +-#: rc.cpp:895 ++#: rc.cpp:872 + #, no-c-format + msgid "Move to \"loaded\" directory &after loading" + msgstr "&Na't Laden na Orner \"Laadt\" verschuven" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 84 +-#: rc.cpp:898 ++#: rc.cpp:875 + #, no-c-format + msgid "Move torrent to \"loaded\" directory after loading it" + msgstr "Torrent na't Laden na den Orner \"Laadt\" verschuven" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 92 +-#: rc.cpp:901 ++#: rc.cpp:878 + #, no-c-format + msgid "Open torrents silentl&y" + msgstr "Torrents a&hn Torüchmellen opmaken" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 95 +-#: rc.cpp:904 ++#: rc.cpp:881 + #, no-c-format + msgid "Do not show 'Select files to download' dialog" + msgstr "Dialoog \"Dateien för't Daalladen utsöken\" nich wiesen" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 103 +-#: rc.cpp:907 ++#: rc.cpp:884 + #, no-c-format + msgid "Delete after loadin&g" + msgstr "Na't &Laden wegdoon" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 106 +-#: rc.cpp:910 ++#: rc.cpp:887 + #, no-c-format + msgid "Deletes torrent after loading" + msgstr "Deit den Torrent na't Laden weg" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 116 +-#: rc.cpp:913 ++#: rc.cpp:890 + #, no-c-format + msgid "Folders to scan" + msgstr "Ornern för't Dörkieken" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 151 +-#: rc.cpp:916 ++#: rc.cpp:893 + #, no-c-format + msgid "Folder 1:" + msgstr "Orner 1:" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 162 +-#: rc.cpp:919 ++#: rc.cpp:896 + #, no-c-format + msgid "Folder 2:" + msgstr "Orner 2:" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 173 +-#: rc.cpp:922 ++#: rc.cpp:899 + #, no-c-format + msgid "Folder 3:" + msgstr "Orner 3:" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 30 +-#: rc.cpp:925 rc.cpp:1895 ++#: rc.cpp:902 rc.cpp:1838 + #, no-c-format + msgid "Search Preferences" + msgstr "Söök-Vörinstellen" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 41 +-#: rc.cpp:928 ++#: rc.cpp:905 + #, no-c-format + msgid "Web Server" + msgstr "Nettserver" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 82 +-#: rc.cpp:934 ++#: rc.cpp:911 + #, no-c-format + msgid "Forward port" + msgstr "Port wiederledden" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 107 +-#: rc.cpp:937 ++#: rc.cpp:914 + #, no-c-format + msgid "Session TTL (in sec):" + msgstr "Törn-TTL (in s):" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 142 +-#: rc.cpp:940 ++#: rc.cpp:917 + #, no-c-format + msgid "Select interface:" + msgstr "Koppelsteed utsöken:" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 173 +-#: rc.cpp:943 ++#: rc.cpp:920 + #, no-c-format + msgid "Username:" + msgstr "Brukernaam:" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 188 +-#: rc.cpp:946 ++#: rc.cpp:923 + #, no-c-format + msgid "Change password ..." + msgstr "Passwoort ännern..." + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 206 +-#: rc.cpp:949 ++#: rc.cpp:926 + #, no-c-format + msgid "Php executable path:" + msgstr "Padd na dat PHP-Programm:" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 10 +-#: rc.cpp:953 ++#: rc.cpp:929 + #, no-c-format + msgid "Port number" + msgstr "Portnummer" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 15 +-#: rc.cpp:956 ++#: rc.cpp:932 + #, no-c-format + msgid "forward Port" + msgstr "Port wiederledden" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 20 +-#: rc.cpp:959 ++#: rc.cpp:935 + #, no-c-format + msgid "Session time to live" + msgstr "Törn-Leevtiet" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 24 +-#: rc.cpp:962 ++#: rc.cpp:938 + #, no-c-format + msgid "interface skin" + msgstr "Koppelsteed-Skin" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 28 +-#: rc.cpp:965 ++#: rc.cpp:941 + #, no-c-format + msgid "php executable path" + msgstr "Padd na dat PHP-Programm" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 33 +-#: rc.cpp:968 ++#: rc.cpp:944 + #, no-c-format + msgid "username" + msgstr "Brukernaam" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 37 +-#: rc.cpp:971 ++#: rc.cpp:947 + #, no-c-format + msgid "password" + msgstr "Passwoort" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 16 +-#: plugins/infowidget/infowidgetplugin.cpp:194 rc.cpp:974 rc.cpp:1046 ++#: plugins/infowidget/infowidgetplugin.cpp:194 rc.cpp:950 rc.cpp:1010 + #, no-c-format + msgid "Chunks" + msgstr "Stücken" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 43 +-#: rc.cpp:977 ++#: rc.cpp:953 + #, no-c-format + msgid "Total:" + msgstr "Tosamen:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 81 +-#: rc.cpp:981 ++#: rc.cpp:956 + #, no-c-format + msgid "Currently downloading:" + msgstr "Opstunns an't Daalladen:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 119 +-#: rc.cpp:985 ++#: rc.cpp:959 + #, no-c-format + msgid "Downloaded:" + msgstr "Daallaadt:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 157 +-#: rc.cpp:989 ++#: rc.cpp:962 + #, no-c-format + msgid "Excluded:" + msgstr "Utslaten:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 195 +-#: rc.cpp:993 ++#: rc.cpp:965 + #, no-c-format + msgid "Left:" + msgstr "Över:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 233 +-#: rc.cpp:997 ++#: rc.cpp:968 + #, no-c-format + msgid "Size:" + msgstr "Grött:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 280 +-#: rc.cpp:1001 ++#: rc.cpp:971 + #, no-c-format + msgid "Chunk" + msgstr "Stück" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 291 +-#: rc.cpp:1004 ++#: rc.cpp:974 + #, no-c-format + msgid "Progress" + msgstr "Vörankamen" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 302 +-#: rc.cpp:1007 ++#: rc.cpp:977 + #, no-c-format + msgid "Peer" + msgstr "Partner" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 324 +-#: rc.cpp:1013 ++#: rc.cpp:983 + #, no-c-format + msgid "Assigned Peers" + msgstr "Towiest Partners" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 63 +-#: rc.cpp:1022 ++#: rc.cpp:992 + #, no-c-format + msgid "Seeders:" + msgstr "Verdelers:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 71 +-#: rc.cpp:1025 ++#: rc.cpp:995 + #, no-c-format + msgid "Leechers:" + msgstr "Sugers:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 129 +-#: rc.cpp:1030 ++#: rc.cpp:998 + #, no-c-format + msgid "Average Down Speed:" + msgstr "Dörsnittlich Daallaadgauheit:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 177 +-#: rc.cpp:1035 ++#: rc.cpp:1001 + #, no-c-format + msgid "Average Up Speed:" + msgstr "Dörsnittlich Hoochlaadgauheit:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 195 +-#: rc.cpp:1038 rc.cpp:1111 ++#: rc.cpp:1004 rc.cpp:1070 + #, no-c-format + msgid "Next update in:" + msgstr "Tokamen Opfrischen in:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 203 +-#: rc.cpp:1041 ++#: rc.cpp:1007 + #, no-c-format + msgid "Tracker Status:" + msgstr "Tracker-Status:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 332 +-#: rc.cpp:1049 ++#: rc.cpp:1013 + #, no-c-format + msgid "Parts of the torrent which have been downloaded:" + msgstr "Al daallaadt Delen vun den Torrent:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 367 +-#: rc.cpp:1052 ++#: rc.cpp:1016 + #, no-c-format + msgid "Parts of the torrent which are available:" + msgstr "Verföögbor Delen vun den Torrent:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 457 +-#: rc.cpp:1055 ++#: rc.cpp:1019 + #, no-c-format + msgid "Sharing" + msgstr "Verdelen" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 487 +-#: rc.cpp:1058 ++#: rc.cpp:1022 + #, no-c-format + msgid "" + "Your upload will stop when share ratio gets to this value. Zero means no limit." +@@ -2734,146 +2734,146 @@ msgstr "" + "hoochlaadt. De Weert \"Null\" bedüüdt \"ahn Grenz\"." + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 525 +-#: rc.cpp:1064 ++#: rc.cpp:1028 + #, no-c-format + msgid "Your upload will stop when you have uploaded for this many hours." + msgstr "" + "Wenn Dien Verdeeltiet bi dissen Weert anlangt is, warrt nix mehr hoochlaadt." + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 533 +-#: rc.cpp:1067 ++#: rc.cpp:1031 + #, no-c-format + msgid "Hours" + msgstr "Stünnen" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 543 +-#: rc.cpp:1070 ++#: rc.cpp:1034 + #, no-c-format + msgid "Ratio limit:" + msgstr "Proportschoongrenz:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 549 +-#: rc.cpp:1074 ++#: rc.cpp:1037 + #, no-c-format + msgid "Limit works only in seed mode" + msgstr "Ingrenzen funkscheneeert bloots in Verdeel-Bedrief" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 557 +-#: rc.cpp:1077 ++#: rc.cpp:1040 + #, no-c-format + msgid "Time &limit:" + msgstr "Tiet&grenz:" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 37 +-#: rc.cpp:1081 ++#: rc.cpp:1043 + #, no-c-format + msgid "&Update Tracker" + msgstr "Tracker &opfrischen" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 40 +-#: rc.cpp:1084 ++#: rc.cpp:1046 + #, no-c-format + msgid "Minimum update interval - 60 seconds" + msgstr "Sietst Opfrischtiet - 60 Sekunnen" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 48 +-#: rc.cpp:1087 ++#: rc.cpp:1049 + #, no-c-format + msgid "Add Trac&ker" + msgstr "&Tracker tofögen" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 64 +-#: rc.cpp:1090 ++#: rc.cpp:1052 + #, no-c-format + msgid "Remove Tracker" + msgstr "Tracker wegmaken" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 75 +-#: rc.cpp:1094 ++#: rc.cpp:1055 + #, no-c-format + msgid "Ch&ange Tracker" + msgstr "Tracker ä&nnern" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 100 +-#: rc.cpp:1097 ++#: rc.cpp:1058 + #, no-c-format + msgid "Restore Defaults" + msgstr "Standardweerten wedderherstellen" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 10 +-#: rc.cpp:1115 ++#: rc.cpp:1073 + #, no-c-format + msgid "Show peer view tab in main window" + msgstr "Partner-Ansicht in't Hööftfinster wiesen" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 14 +-#: rc.cpp:1118 ++#: rc.cpp:1076 + #, no-c-format + msgid "Show chunk download view tab in main window" + msgstr "Stück-Daallaadansicht in't Hööftfinster wiesen" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 18 +-#: rc.cpp:1121 ++#: rc.cpp:1079 + #, no-c-format + msgid "Show trackers view tab in main window" + msgstr "Tracker-Ansicht in't Hööftfinster wiesen" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 24 +-#: rc.cpp:1124 ++#: rc.cpp:1082 + #, no-c-format + msgid "Show list of peers" + msgstr "Partner-List wiesen" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 35 +-#: rc.cpp:1128 ++#: rc.cpp:1085 + #, no-c-format + msgid "Show list of chunks currentl&y downloading" + msgstr "List mit &opstunns daallaadt Stücken wiesen" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 60 +-#: rc.cpp:1131 ++#: rc.cpp:1088 + #, no-c-format + msgid "Show list of trackers" + msgstr "Tracker-List wiesen" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 16 +-#: rc.cpp:1135 ++#: rc.cpp:1091 + #, no-c-format + msgid "IPBlocking Preferences" + msgstr "IP-Filterinstellen" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 47 +-#: rc.cpp:1138 ++#: rc.cpp:1094 + #, no-c-format + msgid "Select PeerGuardian Filter File " + msgstr "PeerGuardian-Filterdatei utsöken" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 58 +-#: rc.cpp:1141 ++#: rc.cpp:1097 + #, no-c-format + msgid "Use PeerGuardian filter?" + msgstr "PeerGuardian-Filter bruken?" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 77 +-#: rc.cpp:1145 ++#: rc.cpp:1100 + #, no-c-format + msgid "IP filter file:" + msgstr "IP-Filterdatei:" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 85 +-#: rc.cpp:1148 ++#: rc.cpp:1103 + #, no-c-format + msgid "http://www.bluetack.co.uk/modules.php?name=Downloads&d_op=getit&lid=8" + msgstr "http://www.bluetack.co.uk/modules.php?name=Downloads&d_op=getit&lid=8" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 123 +-#: rc.cpp:1151 ++#: rc.cpp:1106 + #, no-c-format + msgid "Dow&nload/Convert" + msgstr "&Daalladen/Ümwanneln" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 134 +-#: rc.cpp:1154 ++#: rc.cpp:1109 + #, no-c-format + msgid "" + "Download PeerGuardian filter from bluetack.co.uk or blocklist.org.\n" +@@ -2884,25 +2884,25 @@ msgstr "" + "Henwies: Zip-Dateien vun bluetack.co.uk warrt ünnerstütt." + + #. i18n: file ./plugins/ipfilter/ktipfilterplugin.kcfg line 10 +-#: rc.cpp:1159 ++#: rc.cpp:1113 + #, no-c-format + msgid "Level1 filter url" + msgstr "\"Stoop 1\"-Filteradress" + + #. i18n: file ./plugins/ipfilter/ktipfilterplugin.kcfg line 14 +-#: rc.cpp:1162 ++#: rc.cpp:1116 + #, no-c-format + msgid "Use level1 filter?" + msgstr "\"Stoop 1\"-Filter bruken?" + + #. i18n: file ./plugins/ipfilter/convert_dlg.ui line 24 +-#: plugins/ipfilter/convertdialog.cpp:155 rc.cpp:1165 ++#: plugins/ipfilter/convertdialog.cpp:155 rc.cpp:1119 + #, no-c-format + msgid "Converting..." + msgstr "An't Ümwanneln..." + + #. i18n: file ./plugins/ipfilter/convert_dlg.ui line 41 +-#: rc.cpp:1168 ++#: rc.cpp:1122 + #, no-c-format + msgid "" + "Click on the 'convert' button to start converting antip2p file. NOTE: This " +@@ -2914,61 +2914,61 @@ msgstr "" + "disse Tiet lett sik KTorrent nich bruken." + + #. i18n: file ./plugins/stats/sprefwgt.ui line 27 +-#: rc.cpp:1179 ++#: rc.cpp:1131 + #, no-c-format + msgid "Update" + msgstr "Opfrischen" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 46 +-#: rc.cpp:1182 rc.cpp:1268 ++#: rc.cpp:1134 rc.cpp:1220 + #, no-c-format + msgid "Update charts every" + msgstr "Diagrammen jümmers opfrischen na" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 71 +-#: rc.cpp:1185 ++#: rc.cpp:1137 + #, no-c-format + msgid "GUI updates" + msgstr "Böversiet-Opfrischen" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 92 +-#: rc.cpp:1188 rc.cpp:1271 ++#: rc.cpp:1140 rc.cpp:1223 + #, no-c-format + msgid "Gather data every" + msgstr "Daten jümmers tohoopstellen na" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 120 +-#: rc.cpp:1191 ++#: rc.cpp:1143 + #, no-c-format + msgid "miliseconds" + msgstr "Millisekunnen" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 135 +-#: rc.cpp:1194 ++#: rc.cpp:1146 + #, no-c-format + msgid "Maximum" + msgstr "Hööchstweert" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 154 +-#: rc.cpp:1197 ++#: rc.cpp:1149 + #, no-c-format + msgid "Maximum speed scale mode:" + msgstr "Gröttst Weert op y-Ass:" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 165 +-#: rc.cpp:1203 ++#: rc.cpp:1155 + #, no-c-format + msgid "Exact" + msgstr "Akraat" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 175 +-#: rc.cpp:1206 ++#: rc.cpp:1158 + #, no-c-format + msgid "See 'What's this' for more help" + msgstr "Bruuk de \"Wat is dat\"-Hülp, wenn Du mehr weten wullt" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 180 +-#: rc.cpp:1209 ++#: rc.cpp:1161 + #, no-c-format + msgid "" + "Set maximum value on OY scale as:\n" +@@ -2980,31 +2980,31 @@ msgstr "" + " - Akraat: Gröttst in't Diagramm sichtbor Gauheit" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 192 +-#: rc.cpp:1214 rc.cpp:1247 ++#: rc.cpp:1166 rc.cpp:1199 + #, no-c-format + msgid "Peers speed" + msgstr "Partner-Gauheit" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 211 +-#: rc.cpp:1217 ++#: rc.cpp:1169 + #, no-c-format + msgid "Peers speed:" + msgstr "Partner-Gauheit:" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 222 +-#: rc.cpp:1220 ++#: rc.cpp:1172 + #, no-c-format + msgid "update every" + msgstr "opfrischen jümmers na" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 244 +-#: rc.cpp:1223 ++#: rc.cpp:1175 + #, no-c-format + msgid "chart data updates" + msgstr "Diagrammdaten opfrischen" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 254 +-#: rc.cpp:1226 ++#: rc.cpp:1178 + #, no-c-format + msgid "Gathering data about many connected peers can be CPU consuming." + msgstr "" +@@ -3012,13 +3012,13 @@ msgstr "" + "kösten." + + #. i18n: file ./plugins/stats/sprefwgt.ui line 267 +-#: rc.cpp:1229 ++#: rc.cpp:1181 + #, no-c-format + msgid "Peers connections" + msgstr "Partner-Verbinnen" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 270 +-#: rc.cpp:1232 ++#: rc.cpp:1184 + #, no-c-format + msgid "Large values can obscure charts of connected peers" + msgstr "" +@@ -3026,805 +3026,805 @@ msgstr "" + "leesbor." + + #. i18n: file ./plugins/stats/sprefwgt.ui line 289 +-#: rc.cpp:1235 ++#: rc.cpp:1187 + #, no-c-format + msgid "Show seeders in swarms" + msgstr "Verdelers in Swärm wiesen" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 297 +-#: rc.cpp:1238 ++#: rc.cpp:1190 + #, no-c-format + msgid "Show leechers in swarms" + msgstr "Sugers in Swärm wiesen" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 309 +-#: rc.cpp:1241 ++#: rc.cpp:1193 + #, no-c-format + msgid "Measurements count" + msgstr "Tall vun Meten" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 392 +-#: rc.cpp:1250 rc.cpp:1265 ++#: rc.cpp:1202 rc.cpp:1217 + #, no-c-format + msgid "Upload" + msgstr "Hoochladen" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 424 +-#: rc.cpp:1253 ++#: rc.cpp:1205 + #, no-c-format + msgid "Connections" + msgstr "Verbinnen" + + #. i18n: file ./plugins/stats/statsspdwgt.ui line 40 +-#: plugins/infowidget/infowidgetplugin.cpp:173 rc.cpp:1262 rc.cpp:1304 ++#: plugins/infowidget/infowidgetplugin.cpp:173 rc.cpp:1214 rc.cpp:1256 + #, no-c-format + msgid "Peers" + msgstr "Partners" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 18 +-#: rc.cpp:1274 ++#: rc.cpp:1226 + #, no-c-format + msgid "Toggle peers speed charts" + msgstr "Partner-Gauheitdiagrammen an-/utmaken" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 22 +-#: rc.cpp:1277 ++#: rc.cpp:1229 + #, no-c-format + msgid "Interval between getting data about peers speed" + msgstr "Tiet twischen twee Tohoopstellen vun Daten över de Partner-Gauheit" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 26 +-#: rc.cpp:1280 ++#: rc.cpp:1232 + #, no-c-format + msgid "Toggle drawing of leechers in swarms" + msgstr "Dat Wiesen vun Sugers in Swärm an-/utmaken" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 30 +-#: rc.cpp:1283 ++#: rc.cpp:1235 + #, no-c-format + msgid "Toggle drawing of seeders in swarms" + msgstr "Dat Wiesen vun Verdelers in Swärm an-/utmaken" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 35 +-#: rc.cpp:1286 ++#: rc.cpp:1238 + #, no-c-format + msgid "Download mesurments count" + msgstr "Tall vun Daallaad-Meten" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 39 +-#: rc.cpp:1289 ++#: rc.cpp:1241 + #, no-c-format + msgid "Peers speed mesurments count" + msgstr "Tall vun Partnergauheit-Meten" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 43 +-#: rc.cpp:1292 ++#: rc.cpp:1244 + #, no-c-format + msgid "Upload mesurments count" + msgstr "Tall vun Hoochlaad-Meten" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 47 +-#: rc.cpp:1295 ++#: rc.cpp:1247 + #, no-c-format + msgid "Connections mesurments count" + msgstr "Tall vun Verbinnentall-Meten" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 51 +-#: rc.cpp:1298 ++#: rc.cpp:1250 + #, no-c-format + msgid "DHT mesurments count" + msgstr "Tall vun \"DHT\"-Meten" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 56 +-#: rc.cpp:1301 ++#: rc.cpp:1253 + #, no-c-format + msgid "OY axis max mode" + msgstr "Hööchstweert y-Ass" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 16 +-#: rc.cpp:1310 ++#: rc.cpp:1262 + #, no-c-format + msgid "Import an existing download" + msgstr "Al vörhannen Daalladen importeren" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 49 +-#: rc.cpp:1313 ++#: rc.cpp:1265 + #, no-c-format + msgid "Torrent:" + msgstr "Torrent:" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 63 +-#: rc.cpp:1316 ++#: rc.cpp:1268 + #, no-c-format + msgid "Data:" + msgstr "Daten:" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 95 +-#: rc.cpp:1319 ++#: rc.cpp:1271 + #, no-c-format + msgid "" + "Please specify the torrent and the data already downloaded for that torrent." + msgstr "Bitte den Torrent un de för em al daallaadten Daten angeven." + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 133 +-#: rc.cpp:1322 ++#: rc.cpp:1274 + #, no-c-format + msgid "&Import" + msgstr "&Importeren" + + #. i18n: file ./plugins/rssfeed/ktrssfeedplugin.kcfg line 10 +-#: rc.cpp:1328 ++#: rc.cpp:1280 + #, no-c-format + msgid "default" + msgstr "Standard" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 18 +-#: rc.cpp:1331 ++#: rc.cpp:1283 + #, no-c-format + msgid "Rss Feeds" + msgstr "RSS-Strööm" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 36 +-#: rc.cpp:1334 ++#: rc.cpp:1286 + #, no-c-format + msgid "Feeds" + msgstr "Strööm" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 78 +-#: rc.cpp:1337 ++#: rc.cpp:1289 + #, no-c-format + msgid "De&lete" + msgstr "&Wegdoon" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 86 +-#: rc.cpp:1340 rc.cpp:1382 rc.cpp:1392 ++#: rc.cpp:1292 rc.cpp:1331 rc.cpp:1340 + #, no-c-format + msgid "&New" + msgstr "&Nieg" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 117 +-#: rc.cpp:1343 ++#: rc.cpp:1295 + #, no-c-format + msgid "&URL" + msgstr "&Adress" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 139 +-#: rc.cpp:1346 ++#: rc.cpp:1298 + #, no-c-format + msgid "Articles" + msgstr "Artikeln" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 216 +-#: rc.cpp:1353 ++#: rc.cpp:1304 + #, no-c-format + msgid "Auto&refresh" + msgstr "Auto&maatsch opfrischen" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 242 +-#: rc.cpp:1356 ++#: rc.cpp:1307 + #, no-c-format + msgid "I&gnore TTL" + msgstr "TTL över&gahn" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 270 +-#: rc.cpp:1359 ++#: rc.cpp:1310 + #, no-c-format + msgid "Refresh" + msgstr "Opfrischen" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 299 +-#: rc.cpp:1363 rc.cpp:1395 ++#: rc.cpp:1313 rc.cpp:1343 + #, no-c-format + msgid "&Title" + msgstr "&Titel" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 323 +-#: rc.cpp:1366 ++#: rc.cpp:1316 + #, no-c-format + msgid "Keep Articles (days)" + msgstr "Artikeln wohren (Daag)" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 347 +-#: rc.cpp:1369 rc.cpp:1398 ++#: rc.cpp:1319 rc.cpp:1346 + #, no-c-format + msgid "&Active" + msgstr "&Aktiv" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 362 +-#: rc.cpp:1372 ++#: rc.cpp:1322 + #, no-c-format + msgid "Filters" + msgstr "Filtern" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 389 +-#: rc.cpp:1375 ++#: rc.cpp:1325 + #, no-c-format + msgid "Accept Filters" + msgstr "Annehm-Filtern" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 440 +-#: rc.cpp:1385 ++#: rc.cpp:1334 + #, no-c-format + msgid "Reject Filters" + msgstr "Afwies-Filtern" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 557 +-#: rc.cpp:1401 ++#: rc.cpp:1349 + #, no-c-format + msgid "Regular Expressions" + msgstr "Reguleer Utdrück" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 587 +-#: rc.cpp:1404 ++#: rc.cpp:1352 + #, no-c-format + msgid "Treat as &Series" + msgstr "As &Reeg hanteren" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 624 +-#: rc.cpp:1407 ++#: rc.cpp:1355 + #, no-c-format + msgid "Process" + msgstr "Verarbeiden" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 643 +-#: rc.cpp:1411 ++#: rc.cpp:1358 + #, no-c-format + msgid "Series Criteria" + msgstr "Reeg-Markmalen" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 679 +-#: rc.cpp:1414 ++#: rc.cpp:1361 + #, no-c-format + msgid "Match Without Episode" + msgstr "Resultaten passt ahn Episood" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 713 +-#: rc.cpp:1418 ++#: rc.cpp:1364 + #, no-c-format + msgid "Max Episode" + msgstr "Hööchst Episood" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 739 +-#: rc.cpp:1421 ++#: rc.cpp:1367 + #, no-c-format + msgid "Max Season" + msgstr "Hööchst Saisong" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 758 +-#: rc.cpp:1424 ++#: rc.cpp:1370 + #, no-c-format + msgid "Min Season" + msgstr "Sietst Saisong" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 782 +-#: rc.cpp:1427 ++#: rc.cpp:1373 + #, no-c-format + msgid "Min Episode" + msgstr "Sietst Episood" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 814 +-#: rc.cpp:1430 ++#: rc.cpp:1376 + #, no-c-format + msgid "Test te&xt" + msgstr "Te&xt utproberen" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 840 +-#: rc.cpp:1433 ++#: rc.cpp:1379 + #, no-c-format + msgid "Te&st" + msgstr "&Utproberen" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 858 +-#: rc.cpp:1436 ++#: rc.cpp:1382 + #, no-c-format + msgid "Filter Matches" + msgstr "Filter-Resultaten" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 28 +-#: rc.cpp:1447 ++#: rc.cpp:1391 + #, no-c-format + msgid "Bandwidth scheduler" + msgstr "Bandbreedplaner" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 50 +-#: rc.cpp:1450 ++#: rc.cpp:1394 + #, no-c-format + msgid "Left click category" + msgstr "Linksklick-Kategorie" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 61 +-#: rc.cpp:1453 ++#: rc.cpp:1397 + #, no-c-format + msgid "Categor&y 1" + msgstr "&Kategorie 1" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 157 +-#: rc.cpp:1456 rc.cpp:1483 ++#: rc.cpp:1400 rc.cpp:1427 + #, no-c-format + msgid "T&urn off" + msgstr "&Utmaken" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 165 +-#: rc.cpp:1459 rc.cpp:1486 ++#: rc.cpp:1403 rc.cpp:1430 + #, no-c-format + msgid "&Normal" + msgstr "&Normaal" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 195 +-#: rc.cpp:1462 ++#: rc.cpp:1406 + #, no-c-format + msgid "Category &3" + msgstr "Kategorie &3" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 206 +-#: rc.cpp:1468 rc.cpp:1492 ++#: rc.cpp:1412 rc.cpp:1436 + #, no-c-format + msgid "Category &2" + msgstr "Kategorie &2" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 219 +-#: rc.cpp:1474 ++#: rc.cpp:1418 + #, no-c-format + msgid "Right click category" + msgstr "Rechtsklick-Kategorie" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 230 +-#: rc.cpp:1477 ++#: rc.cpp:1421 + #, no-c-format + msgid "Category &1" + msgstr "Kategorie &1" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 367 +-#: rc.cpp:1489 ++#: rc.cpp:1433 + #, no-c-format + msgid "&Category 3" + msgstr "&Kategorie 3" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 390 +-#: rc.cpp:1498 ++#: rc.cpp:1442 + #, no-c-format + msgid "Categories" + msgstr "Kategorien" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 401 +-#: rc.cpp:1501 ++#: rc.cpp:1445 + #, no-c-format + msgid "1. Category" + msgstr "1. Kategorie" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 409 +-#: rc.cpp:1504 ++#: rc.cpp:1448 + #, no-c-format + msgid "3. Category" + msgstr "3. Kategorie" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 425 +-#: rc.cpp:1507 rc.cpp:1516 rc.cpp:1525 ++#: rc.cpp:1451 rc.cpp:1460 rc.cpp:1469 + #, no-c-format + msgid "download:" + msgstr "Daalladen:" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 441 +-#: rc.cpp:1510 rc.cpp:1519 rc.cpp:1528 ++#: rc.cpp:1454 rc.cpp:1463 rc.cpp:1472 + #, no-c-format + msgid "upload:" + msgstr "Hoochladen:" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 457 +-#: rc.cpp:1513 rc.cpp:1522 rc.cpp:1531 ++#: rc.cpp:1457 rc.cpp:1466 rc.cpp:1475 + #, no-c-format + msgid "KB/s *" + msgstr "kB/s *" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 567 +-#: rc.cpp:1534 ++#: rc.cpp:1478 + #, no-c-format + msgid "2. Category" + msgstr "2. Kategorie" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 626 +-#: rc.cpp:1538 ++#: rc.cpp:1481 + #, no-c-format + msgid "* zero means no limit" + msgstr "* 0 bedüüdt \"ahn Grenz\"" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 672 +-#: rc.cpp:1541 ++#: rc.cpp:1484 + #, no-c-format + msgid "Save to file" + msgstr "As Datei sekern" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 680 +-#: rc.cpp:1544 ++#: rc.cpp:1487 + #, no-c-format + msgid "&Load from file" + msgstr "Ut Datei &laden" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 688 +-#: rc.cpp:1547 ++#: rc.cpp:1490 + #, no-c-format + msgid "Reset schedule" + msgstr "Planer torüchsetten" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 751 +-#: rc.cpp:1550 ++#: rc.cpp:1493 + #, no-c-format + msgid "O&k" + msgstr "&OK" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 16 +-#: rc.cpp:1559 ++#: rc.cpp:1502 + #, no-c-format + msgid "Scheduler Plugin Pref Page" + msgstr "Instellsiet för't Planer-Moduul" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 27 +-#: rc.cpp:1562 ++#: rc.cpp:1505 + #, no-c-format + msgid "Use &bandwidth scheduler?" + msgstr "&Bandbreedplaner bruken?" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 35 +-#: plugins/scheduler/schedulerplugin.cpp:59 rc.cpp:1565 ++#: plugins/scheduler/schedulerplugin.cpp:59 rc.cpp:1508 + #, no-c-format + msgid "Bandwidth Scheduler" + msgstr "Bandbreedplaner" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 46 +-#: rc.cpp:1568 ++#: rc.cpp:1511 + #, no-c-format + msgid "Use colors instead of pi&xmaps?" + msgstr "Klören ansteed &Pixelbiller bruken?" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 54 +-#: rc.cpp:1571 ++#: rc.cpp:1514 + #, no-c-format + msgid "(Recommended for slower systems)" + msgstr "(För langsamer Reekners anraadt)" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 62 +-#: rc.cpp:1574 ++#: rc.cpp:1517 + #, no-c-format + msgid "Edit s&chedule" + msgstr "&Plaan bewerken" + + #. i18n: file ./plugins/scheduler/ktschedulerplugin.kcfg line 10 +-#: rc.cpp:1577 ++#: rc.cpp:1520 + #, no-c-format + msgid "Enable bandwidth scheduler?" + msgstr "Bandbreedplaner anmaken?" + + #. i18n: file ./plugins/scheduler/ktschedulerplugin.kcfg line 14 +-#: rc.cpp:1580 ++#: rc.cpp:1523 + #, no-c-format + msgid "Use colors instead of pixmaps?" + msgstr "Klören ansteed Pixelbiller bruken?" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 10 +-#: rc.cpp:1583 ++#: rc.cpp:1526 + #, no-c-format + msgid "Use rich log text" + msgstr "Logbooktext formateren" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 15 +-#: rc.cpp:1586 ++#: rc.cpp:1529 + #, no-c-format + msgid "General info messages flag" + msgstr "Narichten-Mark för allgemeen Informatschonen" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 19 +-#: rc.cpp:1589 ++#: rc.cpp:1532 + #, no-c-format + msgid "Connections messages flag" + msgstr "Narichten-Mark för Verbinnen" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 23 +-#: rc.cpp:1592 ++#: rc.cpp:1535 + #, no-c-format + msgid "DHT messages flag" + msgstr "Narichten-Mark för VPT" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 27 +-#: rc.cpp:1595 ++#: rc.cpp:1538 + #, no-c-format + msgid "Tracker info messages flag" + msgstr "Narichten-Mark för Tracker-Informatschonen" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 31 +-#: rc.cpp:1598 ++#: rc.cpp:1541 + #, no-c-format + msgid "Disk IO info messages flag" + msgstr "Narichten-Mark för Fastplaat-In-/Utgaavinformatschonen" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 35 +-#: rc.cpp:1601 ++#: rc.cpp:1544 + #, no-c-format + msgid "IPFilter plugin messages flag" + msgstr "Narichten-Mark för't IP-Filter-Moduul" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 39 +-#: rc.cpp:1604 ++#: rc.cpp:1547 + #, no-c-format + msgid "Search plugin messages flag" + msgstr "Narichten-Mark för't Söök-Moduul" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 43 +-#: rc.cpp:1607 ++#: rc.cpp:1550 + #, no-c-format + msgid "PartFileImport plugin messages flag" + msgstr "Narichten-Mark för't Moduul \"Deeldatei-Import\"" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 47 +-#: rc.cpp:1610 ++#: rc.cpp:1553 + #, no-c-format + msgid "InfoWidget plugin messages flag" + msgstr "Narichten-Mark för't Infofinster-Moduul" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 51 +-#: rc.cpp:1613 ++#: rc.cpp:1556 + #, no-c-format + msgid "UPnP plugin messages flag" + msgstr "Narichten-Mark för't UPnP-Moduul" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 55 +-#: rc.cpp:1616 ++#: rc.cpp:1559 + #, no-c-format + msgid "ScanFolder plugin messages flag" + msgstr "Narichten-Mark för't Moduul \"Orner dörkieken\"" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 59 +-#: rc.cpp:1619 ++#: rc.cpp:1562 + #, no-c-format + msgid "Scheduler plugin messages flag" + msgstr "Narichten-Mark för't Planer-Moduul" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 63 +-#: rc.cpp:1622 ++#: rc.cpp:1565 + #, no-c-format + msgid "RSS plugin messages flag" + msgstr "Narichten-Mark för't RSS-Moduul" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 67 +-#: rc.cpp:1625 ++#: rc.cpp:1568 + #, no-c-format + msgid "WebInterface plugin messages flag" + msgstr "Narichten-Mark för't Nettkoppelsteed-Moduul" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 16 +-#: plugins/logviewer/logprefpage.cpp:31 rc.cpp:1628 ++#: plugins/logviewer/logprefpage.cpp:31 rc.cpp:1571 + #, no-c-format + msgid "LogViewer Options" + msgstr "Logbookkieker-Optschonen" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 44 +-#: libktorrent/pluginmanagerprefpage.cpp:63 rc.cpp:1631 ++#: libktorrent/pluginmanagerprefpage.cpp:63 rc.cpp:1574 + #, no-c-format + msgid "Plugins" + msgstr "Modulen" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 53 +-#: rc.cpp:1634 rc.cpp:1652 rc.cpp:1670 rc.cpp:1691 rc.cpp:1706 rc.cpp:1724 +-#: rc.cpp:1745 rc.cpp:1763 rc.cpp:1778 rc.cpp:1811 rc.cpp:1826 rc.cpp:1841 +-#: rc.cpp:1859 rc.cpp:1874 ++#: rc.cpp:1577 rc.cpp:1595 rc.cpp:1613 rc.cpp:1634 rc.cpp:1649 rc.cpp:1667 ++#: rc.cpp:1688 rc.cpp:1706 rc.cpp:1721 rc.cpp:1754 rc.cpp:1769 rc.cpp:1784 ++#: rc.cpp:1802 rc.cpp:1817 + #, no-c-format + msgid "All" + msgstr "All" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 58 +-#: rc.cpp:1637 rc.cpp:1655 rc.cpp:1673 rc.cpp:1694 rc.cpp:1709 rc.cpp:1727 +-#: rc.cpp:1748 rc.cpp:1766 rc.cpp:1781 rc.cpp:1814 rc.cpp:1829 rc.cpp:1844 +-#: rc.cpp:1862 rc.cpp:1877 ++#: rc.cpp:1580 rc.cpp:1598 rc.cpp:1616 rc.cpp:1637 rc.cpp:1652 rc.cpp:1670 ++#: rc.cpp:1691 rc.cpp:1709 rc.cpp:1724 rc.cpp:1757 rc.cpp:1772 rc.cpp:1787 ++#: rc.cpp:1805 rc.cpp:1820 + #, no-c-format + msgid "Debug" + msgstr "Fehlersöök" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 63 +-#: rc.cpp:1640 rc.cpp:1658 rc.cpp:1676 rc.cpp:1697 rc.cpp:1712 rc.cpp:1730 +-#: rc.cpp:1751 rc.cpp:1769 rc.cpp:1784 rc.cpp:1817 rc.cpp:1832 rc.cpp:1847 +-#: rc.cpp:1865 rc.cpp:1880 ++#: rc.cpp:1583 rc.cpp:1601 rc.cpp:1619 rc.cpp:1640 rc.cpp:1655 rc.cpp:1673 ++#: rc.cpp:1694 rc.cpp:1712 rc.cpp:1727 rc.cpp:1760 rc.cpp:1775 rc.cpp:1790 ++#: rc.cpp:1808 rc.cpp:1823 + #, no-c-format + msgid "Notice" + msgstr "Henwies" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 68 +-#: rc.cpp:1643 rc.cpp:1661 rc.cpp:1679 rc.cpp:1700 rc.cpp:1715 rc.cpp:1733 +-#: rc.cpp:1754 rc.cpp:1772 rc.cpp:1787 rc.cpp:1820 rc.cpp:1835 rc.cpp:1850 +-#: rc.cpp:1868 rc.cpp:1883 ++#: rc.cpp:1586 rc.cpp:1604 rc.cpp:1622 rc.cpp:1643 rc.cpp:1658 rc.cpp:1676 ++#: rc.cpp:1697 rc.cpp:1715 rc.cpp:1730 rc.cpp:1763 rc.cpp:1778 rc.cpp:1793 ++#: rc.cpp:1811 rc.cpp:1826 + #, no-c-format + msgid "Important" + msgstr "Wichtig" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 73 +-#: rc.cpp:1646 rc.cpp:1664 rc.cpp:1682 rc.cpp:1703 rc.cpp:1718 rc.cpp:1736 +-#: rc.cpp:1757 rc.cpp:1775 rc.cpp:1790 rc.cpp:1823 rc.cpp:1838 rc.cpp:1853 +-#: rc.cpp:1871 rc.cpp:1886 ++#: rc.cpp:1589 rc.cpp:1607 rc.cpp:1625 rc.cpp:1646 rc.cpp:1661 rc.cpp:1679 ++#: rc.cpp:1700 rc.cpp:1718 rc.cpp:1733 rc.cpp:1766 rc.cpp:1781 rc.cpp:1796 ++#: rc.cpp:1814 rc.cpp:1829 + #, no-c-format + msgid "None" + msgstr "Keen" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 85 +-#: rc.cpp:1649 ++#: rc.cpp:1592 + #, no-c-format + msgid "IPFilter:" + msgstr "IP-Filter:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 126 +-#: rc.cpp:1667 ++#: rc.cpp:1610 + #, no-c-format + msgid "Search:" + msgstr "Söken:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 167 +-#: rc.cpp:1685 ++#: rc.cpp:1628 + #, no-c-format + msgid "UPnP:" + msgstr "UPnP:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 178 +-#: rc.cpp:1688 ++#: rc.cpp:1631 + #, no-c-format + msgid "ScanFolder:" + msgstr "Orner dörkieken:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 249 +-#: rc.cpp:1721 ++#: rc.cpp:1664 + #, no-c-format + msgid "Scheduler:" + msgstr "Planer:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 290 +-#: rc.cpp:1739 ++#: rc.cpp:1682 + #, no-c-format + msgid "PartFileImport:" + msgstr "Deeldatei-Import:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 301 +-#: rc.cpp:1742 ++#: rc.cpp:1685 + #, no-c-format + msgid "InfoWidget:" + msgstr "Infofinster:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 342 +-#: rc.cpp:1760 ++#: rc.cpp:1703 + #, no-c-format + msgid "RSS plugin:" + msgstr "RSS-Moduul:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 413 +-#: rc.cpp:1793 ++#: rc.cpp:1736 + #, no-c-format + msgid "WebInterface plugin:" + msgstr "Nettkoppelsteed-Moduul:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 426 +-#: rc.cpp:1796 ++#: rc.cpp:1739 + #, no-c-format + msgid "System" + msgstr "Systeem" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 437 +-#: rc.cpp:1799 ++#: rc.cpp:1742 + #, no-c-format + msgid "General:" + msgstr "Allgemeen:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 445 +-#: rc.cpp:1802 ++#: rc.cpp:1745 + #, no-c-format + msgid "Connections:" + msgstr "Verbinnen:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 559 +-#: rc.cpp:1856 ++#: rc.cpp:1799 + #, no-c-format + msgid "Disk I/O:" + msgstr "Fastplaat-In-/Utgaav:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 640 +-#: rc.cpp:1892 ++#: rc.cpp:1835 + #, no-c-format + msgid "Use rich te&xt for log" + msgstr "Logbooktext &formateren" + + #. i18n: file ./plugins/search/searchpref.ui line 41 +-#: rc.cpp:1898 ++#: rc.cpp:1841 + #, no-c-format + msgid "External Browser" + msgstr "Extern Nettkieker" + + #. i18n: file ./plugins/search/searchpref.ui line 52 +-#: rc.cpp:1901 ++#: rc.cpp:1844 + #, no-c-format + msgid "Open searches in external browser" + msgstr "Söken in extern Nettkieker opmaken" + + #. i18n: file ./plugins/search/searchpref.ui line 60 +-#: rc.cpp:1904 rc.cpp:1955 ++#: rc.cpp:1847 rc.cpp:1892 + #, no-c-format + msgid "Use default browser" + msgstr "Standard-Nettkieker bruken" + + #. i18n: file ./plugins/search/searchpref.ui line 79 +-#: rc.cpp:1908 ++#: rc.cpp:1850 + #, no-c-format + msgid "Custom browser path:" + msgstr "Padd na dat Nettkiek-Programm:" + + #. i18n: file ./plugins/search/searchpref.ui line 116 +-#: rc.cpp:1912 ++#: rc.cpp:1853 + #, no-c-format + msgid "Search Engines" + msgstr "Söökmaschinen" + + #. i18n: file ./plugins/search/searchpref.ui line 143 +-#: rc.cpp:1916 ++#: rc.cpp:1856 + #, no-c-format + msgid "Search engine name:" + msgstr "Naam vun de Söökmaschien:" + + #. i18n: file ./plugins/search/searchpref.ui line 187 +-#: rc.cpp:1922 ++#: rc.cpp:1862 + #, no-c-format + msgid "&Add" + msgstr "&Tofögen" + + #. i18n: file ./plugins/search/searchpref.ui line 195 +-#: rc.cpp:1925 ++#: rc.cpp:1865 + #, no-c-format + msgid "Engines" + msgstr "Söökmaschinen" + + #. i18n: file ./plugins/search/searchpref.ui line 206 +-#: rc.cpp:1928 ++#: rc.cpp:1868 + #, no-c-format + msgid "URL" + msgstr "Adress" + + #. i18n: file ./plugins/search/searchpref.ui line 257 +-#: rc.cpp:1934 ++#: rc.cpp:1874 + #, no-c-format + msgid "R&emove All" + msgstr "All &wegmaken" + + #. i18n: file ./plugins/search/searchpref.ui line 282 +-#: rc.cpp:1937 ++#: rc.cpp:1877 + #, no-c-format + msgid "Add Defau<" + msgstr "&Standard tofögen" + + #. i18n: file ./plugins/search/searchpref.ui line 290 +-#: rc.cpp:1940 ++#: rc.cpp:1880 + #, no-c-format + msgid "Update From Internet" + msgstr "Ut Internet opfrischen" + + #. i18n: file ./plugins/search/searchbar.ui line 53 + #: plugins/search/searchplugin.cpp:50 plugins/search/searchtab.cpp:48 +-#: rc.cpp:1946 ++#: rc.cpp:1883 + #, no-c-format + msgid "Search" + msgstr "Söken" + + #. i18n: file ./plugins/search/searchbar.ui line 78 +-#: rc.cpp:1949 ++#: rc.cpp:1886 + #, no-c-format + msgid "Search engine:" + msgstr "Söökmaschien:" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 10 +-#: rc.cpp:1952 ++#: rc.cpp:1889 + #, no-c-format + msgid "Current search engine" + msgstr "Söökmaschien opstunns" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 19 +-#: rc.cpp:1958 ++#: rc.cpp:1895 + #, no-c-format + msgid "Use custom browser" + msgstr "Egen Nettkieker bruken" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 23 +-#: rc.cpp:1961 ++#: rc.cpp:1898 + #, no-c-format + msgid "Custom browser executable path" + msgstr "Padd na dat Nettkiek-Programm" +@@ -4113,7 +4113,7 @@ msgstr "Daten warrt pröövt" + msgid "Stopped. No space left on device." + msgstr "Anhollen. Keen Platz mehr op Reedschap na." + +-#: libktorrent/torrent/queuemanager.cpp:135 ++#: libktorrent/torrent/queuemanager.cpp:136 + msgid "" + "You don't have enough disk space to download this torrent. Are you sure you " + "want to continue?" +@@ -4121,12 +4121,12 @@ msgstr "" + "Du hest för't Daalladen vun dissen Torrent nich mehr noog Platz op Dien " + "Fastplaat free . Wullt Du redig wiedermaken?" + +-#: libktorrent/torrent/queuemanager.cpp:135 ++#: libktorrent/torrent/queuemanager.cpp:136 + #, c-format + msgid "Insufficient disk space for %1" + msgstr "Nich noog Platz op Fastplaat för \"%1\"" + +-#: libktorrent/torrent/queuemanager.cpp:157 ++#: libktorrent/torrent/queuemanager.cpp:158 + msgid "" + "Torrent \"%1\" has reached its maximum share ratio. Ignore the limit and start " + "seeding anyway?" +@@ -4134,16 +4134,16 @@ msgstr "" + "Torrent \"%1\" is bi sien Hööchst-Deelproportschoon anlangt. Grenz övergahn, un " + "liekers wiederverdelen?" + +-#: libktorrent/torrent/queuemanager.cpp:157 ++#: libktorrent/torrent/queuemanager.cpp:158 + msgid "Maximum share ratio limit reached." + msgstr "Bi de Hööchst-Deelproportschoon anlangt." + +-#: libktorrent/torrent/queuemanager.cpp:236 +-#: libktorrent/torrent/queuemanager.cpp:760 ++#: libktorrent/torrent/queuemanager.cpp:237 ++#: libktorrent/torrent/queuemanager.cpp:763 + msgid "Error stopping torrent %1 : %2" + msgstr "Torrent \"%1\" lett sik nich anhollen: %2" + +-#: libktorrent/torrent/queuemanager.cpp:742 ++#: libktorrent/torrent/queuemanager.cpp:745 + msgid "Error starting torrent %1 : %2" + msgstr "Torrent \"%1\" lett sik nich starten: %2" + +diff --git a/translations/nl/messages/ktorrent.po b/translations/nl/messages/ktorrent.po +index 4f53930..ddf150e 100644 +--- a/translations/nl/messages/ktorrent.po ++++ b/translations/nl/messages/ktorrent.po +@@ -7,7 +7,7 @@ + msgid "" + msgstr "" + "Project-Id-Version: ktorrent\n" +-"POT-Creation-Date: 2008-04-18 19:40+0200\n" ++"POT-Creation-Date: 2008-07-08 22:20+0200\n" + "PO-Revision-Date: 2008-03-10 13:43+0100\n" + "Last-Translator: Bram Schoenmakers \n" + "Language-Team: Nederlands \n" +@@ -22,7 +22,7 @@ msgid "No incoming connections (possibly firewalled)" + msgstr "Geen binnenkomende verbindingen (mogelijk geblokkeerd door firewall)" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 42 +-#: apps/ktorrent/ktorrent.cpp:184 rc.cpp:345 rc.cpp:383 rc.cpp:1019 ++#: apps/ktorrent/ktorrent.cpp:184 rc.cpp:336 rc.cpp:369 rc.cpp:989 + #, no-c-format + msgid "Info" + msgstr "Informatie" +@@ -190,7 +190,7 @@ msgstr "Ongeldig URL-adres." + #. i18n: file ./apps/ktorrent/ktorrentui.rc line 9 + #: apps/ktorrent/groups/downloadgroup.cpp:27 + #: apps/ktorrent/groups/groupmanager.h:57 apps/ktorrent/pref.cpp:147 +-#: apps/ktorrent/viewmanager.cpp:62 rc.cpp:138 rc.cpp:342 ++#: apps/ktorrent/viewmanager.cpp:62 rc.cpp:132 rc.cpp:333 + #, no-c-format + msgid "Downloads" + msgstr "Downloads" +@@ -313,7 +313,7 @@ msgid "Document to open" + msgstr "Te openen document" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 59 +-#: apps/ktorrent/main.cpp:120 rc.cpp:553 ++#: apps/ktorrent/main.cpp:120 rc.cpp:532 + #, no-c-format + msgid "KTorrent" + msgstr "KTorrent" +@@ -579,7 +579,7 @@ msgstr "Torrent-peerbronnen:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 85 + #: apps/ktorrent/ktorrentviewmenu.cpp:66 plugins/infowidget/peerview.cpp:221 +-#: rc.cpp:77 rc.cpp:1256 rc.cpp:1307 ++#: rc.cpp:75 rc.cpp:1208 rc.cpp:1259 + #, no-c-format + msgid "DHT" + msgstr "DHT" +@@ -621,7 +621,7 @@ msgid "Add to Group" + msgstr "Aan groep toevoegen" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 16 +-#: apps/ktorrent/ktorrentviewmenu.cpp:100 rc.cpp:147 ++#: apps/ktorrent/ktorrentviewmenu.cpp:100 rc.cpp:141 + #, no-c-format + msgid "Speed Limits" + msgstr "Snelheidslimieten" +@@ -641,7 +641,7 @@ msgid "Malformed IP address." + msgstr "Ongeldig IP-adres." + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 311 +-#: apps/ktorrent/pref.cpp:58 rc.cpp:282 ++#: apps/ktorrent/pref.cpp:58 rc.cpp:273 + #, no-c-format + msgid "Preferences" + msgstr "Instellingen" +@@ -679,7 +679,7 @@ msgid "Advanced" + msgstr "Geavanceerd" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 27 +-#: apps/ktorrent/pref.cpp:411 rc.cpp:540 ++#: apps/ktorrent/pref.cpp:411 rc.cpp:519 + #, no-c-format + msgid "Advanced Options" + msgstr "Geavanceerde instellingen" +@@ -690,7 +690,7 @@ msgstr "Zichtbare kolommen" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 16 + #: apps/ktorrent/ktorrentview.cpp:135 +-#: plugins/infowidget/infowidgetplugin.cpp:76 rc.cpp:1016 ++#: plugins/infowidget/infowidgetplugin.cpp:76 rc.cpp:986 + #, no-c-format + msgid "Status" + msgstr "Status" +@@ -712,7 +712,7 @@ msgstr "Geüpload" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 313 + #: apps/ktorrent/ktorrentview.cpp:139 plugins/infowidget/peerview.cpp:216 +-#: rc.cpp:1010 ++#: rc.cpp:980 + #, no-c-format + msgid "Down Speed" + msgstr "Downloadsnelheid" +@@ -839,7 +839,7 @@ msgid "User" + msgstr "Gebruiker" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 24 +-#: apps/ktorrent/queuedialog.cpp:75 rc.cpp:249 ++#: apps/ktorrent/queuedialog.cpp:75 rc.cpp:240 + #, no-c-format + msgid "Queue Manager" + msgstr "Wachtrijmanager" +@@ -1068,8 +1068,8 @@ msgid "Start torrent" + msgstr "Uploaden van torrent &starten" + + #. i18n: file ./apps/ktorrent/fileselectdlgbase.ui line 160 +-#: plugins/infowidget/fileview.cpp:49 rc.cpp:27 rc.cpp:1244 rc.cpp:1259 +-#: rc.cpp:1349 rc.cpp:1439 ++#: plugins/infowidget/fileview.cpp:49 rc.cpp:27 rc.cpp:1196 rc.cpp:1211 ++#: rc.cpp:1301 rc.cpp:1385 + #, no-c-format + msgid "Download" + msgstr "Downloaden" +@@ -1123,13 +1123,13 @@ msgid "Encryption" + msgstr "Encryptie" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 58 +-#: rc.cpp:64 rc.cpp:787 ++#: rc.cpp:63 rc.cpp:764 + #, no-c-format + msgid "Use protocol encryption" + msgstr "Protocolversleuteling gebruiken" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 64 +-#: rc.cpp:68 ++#: rc.cpp:66 + #, no-c-format + msgid "" + "Protocol encryption is used to prevent ISP's from slowing down bittorrent " +@@ -1139,13 +1139,13 @@ msgstr "" + "internetproviders BitTorrent-verbindingen vertragen." + + #. i18n: file ./apps/ktorrent/generalpref.ui line 72 +-#: rc.cpp:71 rc.cpp:790 ++#: rc.cpp:69 rc.cpp:767 + #, no-c-format + msgid "Allow unencrypted connections" + msgstr "Onversleutelde verbindingen toestaan" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 75 +-#: rc.cpp:74 ++#: rc.cpp:72 + #, no-c-format + msgid "" + "If unchecked, you'll be able to connect only to clients supporting encryption." +@@ -1154,7 +1154,7 @@ msgstr "" + "die encryptie ondersteunen." + + #. i18n: file ./apps/ktorrent/generalpref.ui line 88 +-#: rc.cpp:80 ++#: rc.cpp:78 + #, no-c-format + msgid "" + "Distributed Hash Table protocol." +@@ -1165,169 +1165,169 @@ msgstr "" + "informatie." + + #. i18n: file ./apps/ktorrent/generalpref.ui line 99 +-#: rc.cpp:83 ++#: rc.cpp:81 + #, no-c-format + msgid "&Use DHT to get additional peers" + msgstr "DHT gebr&uiken om extra peerbronnen te verkrijgen" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 118 +-#: rc.cpp:87 ++#: rc.cpp:84 + #, no-c-format + msgid "UDP port for DHT communication:" + msgstr "UDP-poort voor DHT-communicatie:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 161 +-#: rc.cpp:90 ++#: rc.cpp:87 + #, no-c-format + msgid "Custom IP" + msgstr "Aangepast IP-adres" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 172 +-#: rc.cpp:93 ++#: rc.cpp:90 + #, no-c-format + msgid "Se&nd the tracker a custom IP address or hostname" + msgstr "Aa&ngepast IP-adres of hostnaam naar de tracker zenden" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 188 +-#: rc.cpp:96 ++#: rc.cpp:93 + #, no-c-format + msgid "Custom IP address or hostname:" + msgstr "Aangepast IP-adres of hostnaam:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 205 +-#: rc.cpp:99 ++#: rc.cpp:96 + #, no-c-format + msgid "System Tray Icon" + msgstr "Systeemvakpictogram" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 216 +-#: rc.cpp:102 ++#: rc.cpp:99 + #, no-c-format + msgid "Show s&ystem tray icon" + msgstr "Pictogram in s&ysteemvak plaatsen" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 224 +-#: rc.cpp:105 ++#: rc.cpp:102 + #, no-c-format + msgid "Show speed &bar in tray icon" + msgstr "&Snelheidsindicatie op systeemvakpictogram tonen" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 232 +-#: rc.cpp:108 ++#: rc.cpp:105 + #, no-c-format + msgid "Show system tray popup messages" + msgstr "Notificatieberichten boven systeemvak tonen" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 251 +-#: rc.cpp:112 ++#: rc.cpp:108 + #, no-c-format + msgid "Upload bandwidth (in KB/sec):" + msgstr "Uploadbandbreedte (KB/s):" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 276 +-#: rc.cpp:115 ++#: rc.cpp:111 + #, no-c-format + msgid "Download bandwidth (in KB/sec):" + msgstr "Downloadbandbreedte (KB/s):" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 305 +-#: rc.cpp:118 ++#: rc.cpp:114 + #, no-c-format + msgid "Folders" + msgstr "Mappen" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 324 +-#: rc.cpp:121 ++#: rc.cpp:117 + #, no-c-format + msgid "Folder to store temporary files:" + msgstr "Tijdelijke gegevensmap:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 342 +-#: rc.cpp:124 ++#: rc.cpp:120 + #, no-c-format + msgid "Move completed downloads to:" + msgstr "Verplaats afgeronde downloads naar:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 353 +-#: rc.cpp:128 ++#: rc.cpp:123 + #, no-c-format + msgid "&Automatically save downloads to:" + msgstr "Downloads &automatisch opslaan in:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 395 +-#: rc.cpp:131 ++#: rc.cpp:126 + #, no-c-format + msgid "Copy .torrent files to:" + msgstr "Kopieer .torrent-bestanden naar:" + + #. i18n: file ./apps/ktorrent/ktorrentui.rc line 34 +-#: rc.cpp:144 ++#: rc.cpp:138 + #, no-c-format + msgid "Download Toolbar" + msgstr "Downloadwerkbalk" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 27 +-#: rc.cpp:150 ++#: rc.cpp:144 + #, no-c-format + msgid "Set the speed limits for torrent" + msgstr "Snelheidslimieten voor torrent instellen" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 51 +-#: rc.cpp:153 ++#: rc.cpp:147 + #, no-c-format + msgid "Max upload rate:" + msgstr "Maximum uploadsnelheid:" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 59 +-#: rc.cpp:156 ++#: rc.cpp:150 + #, no-c-format + msgid "Max download rate:" + msgstr "Maximum downloadsnelheid:" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 97 +-#: rc.cpp:159 rc.cpp:162 ++#: rc.cpp:153 rc.cpp:156 + #, no-c-format + msgid "KB/s (0 is no limit)" + msgstr "KB/sec (0 is geen limiet)" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 16 +-#: rc.cpp:171 ++#: rc.cpp:165 + #, no-c-format + msgid "Add potential peer" + msgstr "Potentiële peer toevoegen" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 35 +-#: rc.cpp:174 ++#: rc.cpp:168 + #, no-c-format + msgid "Peer IP:" + msgstr "Peer IP:" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 43 +-#: rc.cpp:177 rc.cpp:208 ++#: rc.cpp:171 rc.cpp:201 + #, no-c-format + msgid "127.0.0.1" + msgstr "127.0.0.1" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 51 +-#: rc.cpp:180 rc.cpp:288 rc.cpp:525 rc.cpp:931 ++#: rc.cpp:174 rc.cpp:279 rc.cpp:504 rc.cpp:908 + #, no-c-format + msgid "Port:" + msgstr "Poort:" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 100 +-#: rc.cpp:183 ++#: rc.cpp:177 + #, no-c-format + msgid "Enter peer IP and port." + msgstr "Voer het IP-adres en de poort van de peer in." + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 16 +-#: rc.cpp:193 ++#: rc.cpp:186 + #, no-c-format + msgid "KTorrent Blacklist" + msgstr "KTorrent's zwarte lijst" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 30 +-#: rc.cpp:196 ++#: rc.cpp:189 + #, no-c-format + msgid "" + "Note: Blacklist applies to current session only. Use save/open to save your " +@@ -1338,55 +1338,55 @@ msgstr "" + "van de IP-filter plugin (PeerGuardian)." + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 41 +-#: rc.cpp:199 ++#: rc.cpp:192 + #, no-c-format + msgid "Banned Peers" + msgstr "Verbannen peers" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 50 +-#: rc.cpp:202 ++#: rc.cpp:195 + #, no-c-format + msgid "Peer IP address" + msgstr "Peer IP-adres" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 96 +-#: rc.cpp:205 ++#: rc.cpp:198 + #, no-c-format + msgid "Add peer:" + msgstr "Peer toevoegen:" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 134 +-#: rc.cpp:215 ++#: rc.cpp:207 + #, no-c-format + msgid "Adds a peer to blacklist" + msgstr "Voegt een peer aan de zwarte lijst toe" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 168 +-#: rc.cpp:222 ++#: rc.cpp:213 + #, no-c-format + msgid "Removes selected peer from blacklist" + msgstr "Verwijdert een geselecteerde peer van de zwarte lijst" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 176 +-#: rc.cpp:225 ++#: rc.cpp:216 + #, no-c-format + msgid "C&lear" + msgstr "&Leegmaken" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 182 +-#: rc.cpp:228 ++#: rc.cpp:219 + #, no-c-format + msgid "Clears this list" + msgstr "Maakt deze lijst leeg" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 218 +-#: rc.cpp:234 ++#: rc.cpp:225 + #, no-c-format + msgid "Save &As..." + msgstr "Op&slaan als..." + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 224 +-#: rc.cpp:237 ++#: rc.cpp:228 + #, no-c-format + msgid "Save this blacklist to use with KTorrent IPFilter plugin" + msgstr "" +@@ -1394,133 +1394,133 @@ msgstr "" + "blijven gebruiken" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 59 +-#: rc.cpp:252 ++#: rc.cpp:243 + #, no-c-format + msgid "Maximum downloads:" + msgstr "Maximum downloads:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 86 +-#: rc.cpp:255 ++#: rc.cpp:246 + #, no-c-format + msgid "Maximum seeds:" + msgstr "Maximum uploads:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 94 +-#: rc.cpp:258 ++#: rc.cpp:249 + #, no-c-format + msgid "Start download on low disk space :" + msgstr "Download starten bij weinig vrije schijfruimte:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 102 +-#: rc.cpp:261 ++#: rc.cpp:252 + #, no-c-format + msgid "Minimum disk space:" + msgstr "Minimum schijfruimte:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 140 +-#: rc.cpp:264 ++#: rc.cpp:255 + #, no-c-format + msgid "Don't start" + msgstr "Niet starten" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 145 +-#: rc.cpp:267 ++#: rc.cpp:258 + #, no-c-format + msgid "Always ask" + msgstr "Altijd vragen" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 150 +-#: rc.cpp:270 ++#: rc.cpp:261 + #, no-c-format + msgid "Force start" + msgstr "Start afdwingen" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 208 +-#: rc.cpp:273 ++#: rc.cpp:264 + #, no-c-format + msgid "MB" + msgstr "MB" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 236 +-#: rc.cpp:276 rc.cpp:279 rc.cpp:312 rc.cpp:315 rc.cpp:324 ++#: rc.cpp:267 rc.cpp:270 rc.cpp:303 rc.cpp:306 rc.cpp:315 + #, no-c-format + msgid "(0 is no limit)" + msgstr "(0 is geen limiet)" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 330 +-#: rc.cpp:285 ++#: rc.cpp:276 + #, no-c-format + msgid "Maximum download rate:" + msgstr "Maximum downloadsnelheid:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 346 +-#: rc.cpp:291 ++#: rc.cpp:282 + #, no-c-format + msgid "Global connection limit:" + msgstr "Maximum aantal verbindingen totaal:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 354 +-#: rc.cpp:294 ++#: rc.cpp:285 + #, no-c-format + msgid "Max seed time:" + msgstr "Max. tijd om te seeden:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 370 +-#: rc.cpp:297 ++#: rc.cpp:288 + #, no-c-format + msgid "Maximum connections per torrent:" + msgstr "Maximum aantal verbindingen per torrent:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 397 +-#: rc.cpp:300 ++#: rc.cpp:291 + #, no-c-format + msgid "Number of upload slots:" + msgstr "Aantal upload slots:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 405 +-#: rc.cpp:303 ++#: rc.cpp:294 + #, no-c-format + msgid "UDP tracker port:" + msgstr "Poort UDP-tracker:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 413 +-#: rc.cpp:306 ++#: rc.cpp:297 + #, no-c-format + msgid "Max share ratio:" + msgstr "Maximum deelverhouding:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 421 +-#: rc.cpp:309 ++#: rc.cpp:300 + #, no-c-format + msgid "Maximum upload rate:" + msgstr "Maximum uploadsnelheid:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 576 +-#: rc.cpp:318 rc.cpp:321 ++#: rc.cpp:309 rc.cpp:312 + #, no-c-format + msgid "KB/sec (0 is no limit)" + msgstr "KB/sec (0 is geen limiet)" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 651 +-#: rc.cpp:327 ++#: rc.cpp:318 + #, no-c-format + msgid "Hours (0 is no limit)" + msgstr "Uren (0 is geen limiet)" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 663 +-#: rc.cpp:330 ++#: rc.cpp:321 + #, no-c-format + msgid "&Keep seeding after download is finished" + msgstr "&Doorgaan met uploaden nadat een download is voltooid" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 674 +-#: rc.cpp:333 ++#: rc.cpp:324 + #, no-c-format + msgid "Attention" + msgstr "Attentie" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 685 +-#: rc.cpp:336 ++#: rc.cpp:327 + #, no-c-format + msgid "" + "The above ports must also be forwarded if you are behind a router. The UPnP " +@@ -1531,283 +1531,283 @@ msgstr "" + "doen." + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 16 +-#: rc.cpp:339 ++#: rc.cpp:330 + #, no-c-format + msgid "KT Queue Dialog" + msgstr "KT wachtrij-dialoogvenster" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 69 +-#: rc.cpp:348 rc.cpp:386 rc.cpp:1107 ++#: rc.cpp:339 rc.cpp:372 rc.cpp:1067 + #, no-c-format + msgid "Status:" + msgstr "Status:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 85 +-#: rc.cpp:351 rc.cpp:389 rc.cpp:1808 ++#: rc.cpp:342 rc.cpp:375 rc.cpp:1751 + #, no-c-format + msgid "Tracker:" + msgstr "Tracker:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 93 +-#: rc.cpp:354 rc.cpp:392 rc.cpp:1805 ++#: rc.cpp:345 rc.cpp:378 rc.cpp:1748 + #, no-c-format + msgid "DHT:" + msgstr "DHT:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 109 +-#: rc.cpp:357 rc.cpp:395 rc.cpp:1061 ++#: rc.cpp:348 rc.cpp:381 rc.cpp:1025 + #, no-c-format + msgid "Share ratio:" + msgstr "Deelverhouding:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 117 +-#: rc.cpp:360 ++#: rc.cpp:351 + #, no-c-format + msgid "Bytes left:" + msgstr "Bytes over:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 177 +-#: rc.cpp:368 rc.cpp:377 ++#: rc.cpp:354 rc.cpp:363 + #, no-c-format + msgid "Torrent" + msgstr "Torrent" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 188 +-#: rc.cpp:371 rc.cpp:380 ++#: rc.cpp:357 rc.cpp:366 + #, no-c-format + msgid "Controlled by" + msgstr "Aangestuurd door" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 214 +-#: rc.cpp:374 ++#: rc.cpp:360 + #, no-c-format + msgid "Upload&s" + msgstr "Upload&s" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 333 +-#: rc.cpp:398 ++#: rc.cpp:384 + #, no-c-format + msgid "Uploaded:" + msgstr "Geüpload:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 486 +-#: rc.cpp:406 ++#: rc.cpp:387 + #, no-c-format + msgid "M&ove up" + msgstr "&Omhoog verplaatsen" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 494 +-#: rc.cpp:409 ++#: rc.cpp:390 + #, no-c-format + msgid "Move dow&n" + msgstr "Omlaag verplaatse&n" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 519 +-#: rc.cpp:412 ++#: rc.cpp:393 + #, no-c-format + msgid "Move to top" + msgstr "Naar bovenkant verplaatsen" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 530 +-#: rc.cpp:416 ++#: rc.cpp:396 + #, no-c-format + msgid "Move to &bottom" + msgstr "Naar onder&kant verplaatsen" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 555 +-#: rc.cpp:419 ++#: rc.cpp:399 + #, no-c-format + msgid "&QM Controlled" + msgstr "Aansturen door &wachtrij" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 563 +-#: rc.cpp:422 ++#: rc.cpp:402 + #, no-c-format + msgid "&User Controlled" + msgstr "Aansturen door gebr&uiker" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 30 +-#: rc.cpp:434 ++#: rc.cpp:414 + #, no-c-format + msgid "Paste URL" + msgstr "URL plakken" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 52 +-#: rc.cpp:437 rc.cpp:1104 rc.cpp:1919 ++#: rc.cpp:417 rc.cpp:1064 rc.cpp:1859 + #, no-c-format + msgid "URL:" + msgstr "URL-adres:" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 106 +-#: rc.cpp:440 ++#: rc.cpp:420 + #, no-c-format + msgid "O&K" + msgstr "&OK" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 114 +-#: rc.cpp:443 rc.cpp:675 rc.cpp:1176 ++#: rc.cpp:423 rc.cpp:653 rc.cpp:1128 + #, no-c-format + msgid "C&ancel" + msgstr "&Annuleren" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 16 +-#: rc.cpp:446 ++#: rc.cpp:426 + #, no-c-format + msgid "Create Torrent" + msgstr "Torrent aanmaken" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 38 +-#: rc.cpp:449 ++#: rc.cpp:429 + #, no-c-format + msgid "The file or folder of which you want to create a torrent:" + msgstr "Het bestand of de map waarvan u een torrent wilt aanmaken:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 53 +-#: rc.cpp:452 ++#: rc.cpp:432 + #, no-c-format + msgid "You must add at least one tracker or node." + msgstr "Voeg tenminste één tracker of node toe." + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 61 +-#: rc.cpp:455 ++#: rc.cpp:435 + #, no-c-format + msgid "File Options" + msgstr "Bestandsopties" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 80 +-#: rc.cpp:458 ++#: rc.cpp:438 + #, no-c-format + msgid "Size of each chunk:" + msgstr "Grootte van elke chunk:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 86 +-#: rc.cpp:461 ++#: rc.cpp:441 + #, no-c-format + msgid "32" + msgstr "32" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 91 +-#: rc.cpp:464 ++#: rc.cpp:444 + #, no-c-format + msgid "64" + msgstr "64" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 96 +-#: rc.cpp:467 ++#: rc.cpp:447 + #, no-c-format + msgid "128" + msgstr "128" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 101 +-#: rc.cpp:470 ++#: rc.cpp:450 + #, no-c-format + msgid "256" + msgstr "256" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 106 +-#: rc.cpp:473 ++#: rc.cpp:453 + #, no-c-format + msgid "512" + msgstr "512" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 111 +-#: rc.cpp:476 ++#: rc.cpp:456 + #, no-c-format + msgid "1024" + msgstr "1024" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 116 +-#: rc.cpp:479 ++#: rc.cpp:459 + #, no-c-format + msgid "2048" + msgstr "2048" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 121 +-#: rc.cpp:482 ++#: rc.cpp:462 + #, no-c-format + msgid "4096" + msgstr "4096" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 126 +-#: rc.cpp:485 ++#: rc.cpp:465 + #, no-c-format + msgid "8192" + msgstr "8192" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 138 +-#: rc.cpp:488 rc.cpp:633 ++#: rc.cpp:468 rc.cpp:611 + #, no-c-format + msgid "KB" + msgstr "KB" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 165 +-#: rc.cpp:491 ++#: rc.cpp:471 + #, no-c-format + msgid "Start seedin&g the torrent" + msgstr "Uploaden van torrent &starten" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 176 +-#: rc.cpp:494 ++#: rc.cpp:474 + #, no-c-format + msgid "Decentrali&zed (DHT only)" + msgstr "Gedecentraliseerd (enkel DHT)" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 184 +-#: rc.cpp:497 ++#: rc.cpp:477 + #, no-c-format + msgid "Private torrent (DHT not allowed)" + msgstr "Privé-torrent (DHT niet toegestaan)" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 202 +-#: rc.cpp:500 ++#: rc.cpp:480 + #, no-c-format + msgid "Comments:" + msgstr "Commentaar:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 248 +-#: rc.cpp:503 ++#: rc.cpp:483 + #, no-c-format + msgid "&Create" + msgstr "Aan&maken" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 262 +-#: rc.cpp:506 rc.cpp:1325 ++#: rc.cpp:486 rc.cpp:1277 + #, no-c-format + msgid "Ca&ncel" + msgstr "&Annuleren" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 275 +-#: plugins/infowidget/infowidgetplugin.cpp:214 rc.cpp:509 rc.cpp:1101 ++#: plugins/infowidget/infowidgetplugin.cpp:214 rc.cpp:489 rc.cpp:1061 + #, no-c-format + msgid "Trackers" + msgstr "Trackers" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 283 +-#: rc.cpp:512 ++#: rc.cpp:492 + #, no-c-format + msgid "DHT nodes" + msgstr "DHT nodes" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 333 +-#: rc.cpp:522 ++#: rc.cpp:501 + #, no-c-format + msgid "Node:" + msgstr "Node:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 385 +-#: rc.cpp:528 ++#: rc.cpp:507 + #, no-c-format + msgid "IP or hostname" + msgstr "IP of hostnaam" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 396 +-#: rc.cpp:531 rc.cpp:718 rc.cpp:721 ++#: rc.cpp:510 rc.cpp:695 rc.cpp:698 + #, no-c-format + msgid "Port" + msgstr "Poort" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 437 +-#: rc.cpp:534 ++#: rc.cpp:513 + #, no-c-format + msgid "" + "NOTE: Some known good DHT nodes are already inserted. You should probably " +@@ -1818,19 +1818,19 @@ msgstr "" + "plan bent deze torrent te gaan uploaden." + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 16 +-#: rc.cpp:537 ++#: rc.cpp:516 + #, no-c-format + msgid "Advanced Preferences" + msgstr "Geavanceerde instellingen" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 46 +-#: rc.cpp:543 ++#: rc.cpp:522 + #, no-c-format + msgid "Time left estimation algorithm:" + msgstr "Algoritme voor schatten van resterende tijd:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 53 +-#: rc.cpp:546 rc.cpp:568 ++#: rc.cpp:525 rc.cpp:547 + #, no-c-format + msgid "" + "KTorrent algorithm: Default algorithm using combination of other " +@@ -1860,346 +1860,346 @@ msgstr "" + "gemiddelde van X metingen." + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 64 +-#: rc.cpp:556 ++#: rc.cpp:535 + #, no-c-format + msgid "Current speed" + msgstr "Huidige snelheid" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 69 +-#: rc.cpp:559 ++#: rc.cpp:538 + #, no-c-format + msgid "Global average speed" + msgstr "Globale gemiddelde snelheid" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 74 +-#: rc.cpp:562 ++#: rc.cpp:541 + #, no-c-format + msgid "Window of X" + msgstr "Windows of X" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 79 +-#: rc.cpp:565 ++#: rc.cpp:544 + #, no-c-format + msgid "Moving average" + msgstr "Moving avarage" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 98 +-#: rc.cpp:575 ++#: rc.cpp:554 + #, no-c-format + msgid "(takes effect after restart)" + msgstr "(treedt in werking na herstarten)" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 125 +-#: rc.cpp:578 ++#: rc.cpp:557 + #, no-c-format + msgid "Disa&ble diskspace preallocation" + msgstr "Toewijzen van schijfrui&mte uitschakelen" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 141 +-#: rc.cpp:581 ++#: rc.cpp:560 + #, no-c-format + msgid "F&ully preallocate diskspace (avoids fragmentation)" + msgstr "" + "Volledig toewijzen van schijfr&uimte (langzaam, maar voorkomt fragmentatie)" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 147 +-#: rc.cpp:584 ++#: rc.cpp:563 + #, no-c-format + msgid "Basic (slow)" + msgstr "Normaal (traag)" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 152 +-#: rc.cpp:587 ++#: rc.cpp:566 + #, no-c-format + msgid "Filesystem specific" + msgstr "Naar bestandssysteem" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 174 +-#: rc.cpp:590 ++#: rc.cpp:569 + #, no-c-format + msgid "Performance" + msgstr "Prestatie" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 193 +-#: rc.cpp:593 ++#: rc.cpp:572 + #, no-c-format + msgid "Memory usage:" + msgstr "Geheugengebruik:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 199 +-#: rc.cpp:596 ++#: rc.cpp:575 + #, no-c-format + msgid "Low" + msgstr "Laag" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 204 +-#: rc.cpp:599 ++#: rc.cpp:578 + #, no-c-format + msgid "Medium" + msgstr "Gemiddeld" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 209 +-#: rc.cpp:602 ++#: rc.cpp:581 + #, no-c-format + msgid "High" + msgstr "Hoog" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 248 +-#: rc.cpp:605 ++#: rc.cpp:584 + #, no-c-format + msgid "GUI update interval:" + msgstr "Interface bijwerken in:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 254 +-#: rc.cpp:608 ++#: rc.cpp:587 + #, no-c-format + msgid "500ms" + msgstr "500ms" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 259 +-#: rc.cpp:611 ++#: rc.cpp:590 + #, no-c-format + msgid "1s" + msgstr "1s" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 264 +-#: rc.cpp:614 ++#: rc.cpp:593 + #, no-c-format + msgid "2s" + msgstr "2s" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 269 +-#: rc.cpp:617 ++#: rc.cpp:596 + #, no-c-format + msgid "5s" + msgstr "5s" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 308 +-#: rc.cpp:620 ++#: rc.cpp:599 + #, no-c-format + msgid "Fast CPU" + msgstr "Snelle CPU" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 342 +-#: rc.cpp:624 ++#: rc.cpp:602 + #, no-c-format + msgid "Slow CPU" + msgstr "Langzame CPU" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 354 +-#: rc.cpp:627 ++#: rc.cpp:605 + #, no-c-format + msgid "Data Checking" + msgstr "Dataverificatie tijdens uploadmodus" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 373 +-#: rc.cpp:630 ++#: rc.cpp:608 + #, no-c-format + msgid "During uploading, do ¬ recheck chunks bigger than" + msgstr "Hercontroleer gee&n chunks groter dan" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 430 +-#: rc.cpp:636 ++#: rc.cpp:614 + #, no-c-format + msgid "Do a data integrit&y check after" + msgstr "Doe een integriteitscontrole op bestandsgegevens na" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 449 +-#: rc.cpp:639 ++#: rc.cpp:617 + #, no-c-format + msgid "corrupted chunks" + msgstr "beschadigde chunks" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 478 +-#: rc.cpp:642 ++#: rc.cpp:620 + #, no-c-format + msgid "Networking" + msgstr "Netwerken" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 505 +-#: rc.cpp:645 ++#: rc.cpp:623 + #, no-c-format + msgid "Maximum number of connection setups:" + msgstr "Maximum aantal halfopen verbindingen:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 527 +-#: rc.cpp:648 ++#: rc.cpp:626 + #, no-c-format + msgid "DSCP for IP packets:" + msgstr "DSCP voor IP-pakketten:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 570 +-#: rc.cpp:651 ++#: rc.cpp:629 + #, no-c-format + msgid "Do not use the KDE pro&xy settings for HTTP tracker connections" + msgstr "" + "Maak geen gebruik van KDE's eigen pro&xy voor de HTTP-trackerverbindingen." + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 586 +-#: rc.cpp:654 ++#: rc.cpp:632 + #, no-c-format + msgid "HTTP tracker proxy:" + msgstr "HTTP-tracker proxy:" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 24 +-#: rc.cpp:657 ++#: rc.cpp:635 + #, no-c-format + msgid "Scanning data" + msgstr "Controleren van gegevens" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 38 +-#: rc.cpp:660 ++#: rc.cpp:638 + #, no-c-format + msgid "Scanning data of torrent :" + msgstr "Data van torrent worden gescand op chunks:" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 62 +-#: rc.cpp:663 ++#: rc.cpp:641 + #, no-c-format + msgid "Number of chunks found :" + msgstr "Aantal goede chunks:" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 70 +-#: rc.cpp:666 ++#: rc.cpp:644 + #, no-c-format + msgid "Number of chunks failed / not downloaded :" + msgstr "Aantal onjuiste chunks / niet gedownload:" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 97 +-#: rc.cpp:669 rc.cpp:672 ++#: rc.cpp:647 rc.cpp:650 + #, no-c-format + msgid "0" + msgstr "0" + + #. i18n: file ./apps/ktupnptest/mainwidget.ui line 54 +-#: rc.cpp:678 ++#: rc.cpp:656 + #, no-c-format + msgid "Test" + msgstr "Testen" + + #. i18n: file ./libktorrent/labelviewitembase.ui line 49 +-#: rc.cpp:685 ++#: rc.cpp:662 + #, no-c-format + msgid "textLabel2" + msgstr "textLabel2" + + #. i18n: file ./libktorrent/labelviewitembase.ui line 65 +-#: rc.cpp:688 ++#: rc.cpp:665 + #, no-c-format + msgid "textLabel3" + msgstr "textLabel3" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 10 +-#: rc.cpp:691 ++#: rc.cpp:668 + #, no-c-format + msgid "Maximum number of downloads (0 = no limit)" + msgstr "Maximum aantal actieve downloads (0 = geen limiet)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 15 +-#: rc.cpp:694 ++#: rc.cpp:671 + #, no-c-format + msgid "Maximum number of seeds (0 = no limit)" + msgstr "Maximum aantal actieve uploads (0 = geen limiet)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 20 +-#: rc.cpp:697 ++#: rc.cpp:674 + #, no-c-format + msgid "Start downloads on low disk space?" + msgstr "Downloads starten bij weinig schijfruimte?" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 24 +-#: rc.cpp:700 ++#: rc.cpp:677 + #, no-c-format + msgid "Maximum number of connections per torrent (0 = no limit)" + msgstr "Maximum aantal verbindingen per torrent (0 = geen limiet)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 29 +-#: rc.cpp:703 ++#: rc.cpp:680 + #, no-c-format + msgid "Maximum number of connections for all torrents (0 = no limit) " + msgstr "Maximum aantal verbindingen totaal (0 = geen limiet)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 34 +-#: rc.cpp:706 ++#: rc.cpp:683 + #, no-c-format + msgid "Maximum upload speed in KB/sec (0 = no limit)" + msgstr "Maximum uploadsnelheid in KB/sec (0 = geen limiet)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 39 +-#: rc.cpp:709 ++#: rc.cpp:686 + #, no-c-format + msgid "Maximum download speed in KB/sec (0 = no limit)" + msgstr "Maximum downloadsnelheid in KB/sec (0 = geen limiet)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 44 +-#: rc.cpp:712 ++#: rc.cpp:689 + #, no-c-format + msgid "Maximum share ratio(0 = no limit)" + msgstr "Maximum deelverhouding (0 = geen limiet)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 49 +-#: rc.cpp:715 ++#: rc.cpp:692 + #, no-c-format + msgid "Maximum seed time in hours (0 = no limit)" + msgstr "Maximum tijd om te seeden in uren (0 = geen limiet)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 66 +-#: rc.cpp:724 ++#: rc.cpp:701 + #, no-c-format + msgid "Show a system tray icon" + msgstr "Pictogram in systeemvak plaatsen" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 70 +-#: rc.cpp:727 ++#: rc.cpp:704 + #, no-c-format + msgid "Show speed bar in tray icon" + msgstr "Snelheidsindicatie op systeemvakpictogram tonen" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 74 +-#: rc.cpp:730 ++#: rc.cpp:707 + #, no-c-format + msgid "Download bandwidth (in kb/s):" + msgstr "Downloadsnelheid (KB/s):" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 80 +-#: rc.cpp:733 ++#: rc.cpp:710 + #, no-c-format + msgid "Upload bandwidth (in kb/s):" + msgstr "Uploadsnelheid (KB/s):" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 86 +-#: rc.cpp:736 ++#: rc.cpp:713 + #, no-c-format + msgid "Show popup messages when torrent is finished." + msgstr "Popup-berichten tonen wanneer een torrent is voltooid." + + #. i18n: file ./libktorrent/ktorrent.kcfg line 90 +-#: rc.cpp:739 ++#: rc.cpp:716 + #, no-c-format + msgid "Keep seeding after download has finished" + msgstr "Doorgaan met uploaden nadat een download is voltooid" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 94 +-#: rc.cpp:742 ++#: rc.cpp:719 + #, no-c-format + msgid "Folder to store temporary files" + msgstr "Map om tijdelijke bestanden op te slaan" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 98 +-#: rc.cpp:745 ++#: rc.cpp:722 + #, no-c-format + msgid "Whether to automatically save downloads to saveDir" + msgstr "" + "Indien u een download automatisch op wilt slaan in een standaard opslaglocatie" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 102 +-#: rc.cpp:748 ++#: rc.cpp:725 + #, no-c-format + msgid "Folder to store downloaded files" + msgstr "Map om gedownloade bestanden op te slaan" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 106 +-#: rc.cpp:751 ++#: rc.cpp:728 + #, no-c-format + msgid "Whether to automatically move completed downloads to completedDir" + msgstr "" +@@ -2207,13 +2207,13 @@ msgstr "" + "opslaglocatie." + + #. i18n: file ./libktorrent/ktorrent.kcfg line 110 +-#: rc.cpp:754 ++#: rc.cpp:731 + #, no-c-format + msgid "Folder to move completed downloaded files to" + msgstr "Map om afgeronde downloads naar te verplaatsen" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 114 +-#: rc.cpp:757 ++#: rc.cpp:734 + #, no-c-format + msgid "Whether to automatically copy .torrent files to torrentCopyDir" + msgstr "" +@@ -2221,73 +2221,73 @@ msgstr "" + "opslaglocatie" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 118 +-#: rc.cpp:760 ++#: rc.cpp:737 + #, no-c-format + msgid "Folder to copy .torrent files to" + msgstr "Map om torrent-bestanden naar toe te kopieren." + + #. i18n: file ./libktorrent/ktorrent.kcfg line 122 +-#: rc.cpp:763 ++#: rc.cpp:740 + #, no-c-format + msgid "Whether to use a custom IP to pass to the tracker" + msgstr "Indien u een aangepast IP-adres aan de tracker wilt meegeven" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 126 +-#: rc.cpp:766 ++#: rc.cpp:743 + #, no-c-format + msgid "Directory which was used as the last save directory" + msgstr "Map die het laatst was gebruikt als de opslaglocatie" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 130 +-#: rc.cpp:769 ++#: rc.cpp:746 + #, no-c-format + msgid "IP to pass to the tracker" + msgstr "IP om aan de tracker mee te geven" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 134 +-#: rc.cpp:772 ++#: rc.cpp:749 + #, no-c-format + msgid "Memory usage" + msgstr "Geheugengebruik" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 138 +-#: rc.cpp:775 ++#: rc.cpp:752 + #, no-c-format + msgid "GUI update interval" + msgstr "Interface bijwerken in" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 142 +-#: rc.cpp:778 ++#: rc.cpp:755 + #, no-c-format + msgid "Support for DHT" + msgstr "Ondersteuning voor DHT" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 146 +-#: rc.cpp:781 ++#: rc.cpp:758 + #, no-c-format + msgid "DHT port" + msgstr "DHT-poort" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 152 +-#: rc.cpp:784 ++#: rc.cpp:761 + #, no-c-format + msgid "Number of upload slots" + msgstr "Aantal uploadsloten" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 196 +-#: rc.cpp:793 ++#: rc.cpp:770 + #, no-c-format + msgid "Columns shown in KTorrentView" + msgstr "Weergegeven kolommen in de basisweergave van Ktorrent" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 205 +-#: rc.cpp:796 ++#: rc.cpp:773 + #, no-c-format + msgid "ET algorithm" + msgstr "ETA algoritme" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 227 +-#: rc.cpp:799 ++#: rc.cpp:776 + #, no-c-format + msgid "" + "When there's no space left to complete download and free diskspace is less than " +@@ -2297,458 +2297,458 @@ msgstr "" + "torrent af te ronden en wanneer de schijfruimte minder is dan minDiskSpace." + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 16 +-#: rc.cpp:802 ++#: rc.cpp:779 + #, no-c-format + msgid "Plugin Manager" + msgstr "Pluginmanager" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 48 +-#: rc.cpp:805 ++#: rc.cpp:782 + #, no-c-format + msgid "Load" + msgstr "Laden" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 56 +-#: rc.cpp:808 ++#: rc.cpp:785 + #, no-c-format + msgid "U&nload" + msgstr "O&ntladen" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 64 +-#: rc.cpp:811 ++#: rc.cpp:788 + #, no-c-format + msgid "Load &All" + msgstr "Alles &laden" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 72 +-#: rc.cpp:814 ++#: rc.cpp:791 + #, no-c-format + msgid "&Unload All" + msgstr "Alles on&tladen" + + #. i18n: file ./plugins/upnp/ktupnpplugin.kcfg line 10 +-#: rc.cpp:817 ++#: rc.cpp:794 + #, no-c-format + msgid "Default UPnP device to use" + msgstr "Standaard te gebruiken UPnP-apparaat" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 16 +-#: plugins/upnp/upnpplugin.cpp:46 plugins/upnp/upnpprefpage.cpp:31 rc.cpp:820 ++#: plugins/upnp/upnpplugin.cpp:46 plugins/upnp/upnpprefpage.cpp:31 rc.cpp:797 + #, no-c-format + msgid "UPnP" + msgstr "UPnP" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 35 +-#: rc.cpp:823 ++#: rc.cpp:800 + #, no-c-format + msgid "Detected devices:" + msgstr "Gedetecteerde apparaten:" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 41 +-#: rc.cpp:826 ++#: rc.cpp:803 + #, no-c-format + msgid "Device" + msgstr "Apparaat" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 52 +-#: rc.cpp:829 ++#: rc.cpp:806 + #, no-c-format + msgid "Ports Forwarded" + msgstr "Doorgestuurde poorten" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 63 +-#: rc.cpp:832 ++#: rc.cpp:809 + #, no-c-format + msgid "WAN Connection" + msgstr "WAN-verbinding" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 91 +-#: rc.cpp:835 ++#: rc.cpp:812 + #, no-c-format + msgid "Forw&ard Ports" + msgstr "Poorten &doorsturen" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 99 +-#: rc.cpp:838 ++#: rc.cpp:815 + #, no-c-format + msgid "Undo Port Forwarding" + msgstr "Poortdoorsturing ongedaan maken" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 124 +-#: rc.cpp:841 ++#: rc.cpp:818 + #, no-c-format + msgid "Rescan" + msgstr "Opnieuw zoeken" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 9 +-#: rc.cpp:844 ++#: rc.cpp:821 + #, no-c-format + msgid "Enable scanning of folder1?" + msgstr "Torrent-detectie van map 1 activeren?" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 14 +-#: rc.cpp:847 ++#: rc.cpp:824 + #, no-c-format + msgid "Enable scanning of folder2?" + msgstr "Torrent-detectie van map 2 activeren?" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 19 +-#: rc.cpp:850 ++#: rc.cpp:827 + #, no-c-format + msgid "Enable scanning of folder3?" + msgstr "Torrent-detectie van map 3 activeren?" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 24 +-#: rc.cpp:853 ++#: rc.cpp:830 + #, no-c-format + msgid "Folder1 path" + msgstr "Pad map 1" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 29 +-#: rc.cpp:856 ++#: rc.cpp:833 + #, no-c-format + msgid "Folder2 path" + msgstr "Pad map 2" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 34 +-#: rc.cpp:859 ++#: rc.cpp:836 + #, no-c-format + msgid "Folder3 path" + msgstr "Pad map 3" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 39 +-#: rc.cpp:862 ++#: rc.cpp:839 + #, no-c-format + msgid "Whether to open torrent silently or not." + msgstr "Voor het wel of niet stil openen van een torrent." + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 44 +-#: rc.cpp:865 ++#: rc.cpp:842 + #, no-c-format + msgid "Delete action checked." + msgstr "Verwijderhandeling geselecteerd." + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 49 +-#: rc.cpp:868 ++#: rc.cpp:845 + #, no-c-format + msgid "Move action checked." + msgstr "Verplaatshandeling geselecteerd." + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 16 +-#: rc.cpp:871 ++#: rc.cpp:848 + #, no-c-format + msgid "ScanFolder Preferences" + msgstr "Instellingen mapdetectie" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 35 +-#: rc.cpp:874 ++#: rc.cpp:851 + #, no-c-format + msgid "Scan folder &1" + msgstr "Map &1 detecteren" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 38 +-#: rc.cpp:877 rc.cpp:1480 ++#: rc.cpp:854 rc.cpp:1424 + #, no-c-format + msgid "Alt+1" + msgstr "Alt+1" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 46 +-#: rc.cpp:880 ++#: rc.cpp:857 + #, no-c-format + msgid "Scan folder &2" + msgstr "Map &2 detecteren" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 49 +-#: rc.cpp:883 rc.cpp:1471 rc.cpp:1495 ++#: rc.cpp:860 rc.cpp:1415 rc.cpp:1439 + #, no-c-format + msgid "Alt+2" + msgstr "Alt+2" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 57 +-#: rc.cpp:886 ++#: rc.cpp:863 + #, no-c-format + msgid "Scan folder &3" + msgstr "Map &3 detecteren" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 60 +-#: rc.cpp:889 rc.cpp:1465 ++#: rc.cpp:866 rc.cpp:1409 + #, no-c-format + msgid "Alt+3" + msgstr "Alt+3" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 81 +-#: rc.cpp:895 ++#: rc.cpp:872 + #, no-c-format + msgid "Move to \"loaded\" directory &after loading" + msgstr "Verplaats het torrent-bestand naar de &map \"loaded\" na het laden" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 84 +-#: rc.cpp:898 ++#: rc.cpp:875 + #, no-c-format + msgid "Move torrent to \"loaded\" directory after loading it" + msgstr "Verplaatst het torrent-bestand naar de map \"loaded\" na het te laden" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 92 +-#: rc.cpp:901 ++#: rc.cpp:878 + #, no-c-format + msgid "Open torrents silentl&y" + msgstr "Torrent-bestanden s&til openen" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 95 +-#: rc.cpp:904 ++#: rc.cpp:881 + #, no-c-format + msgid "Do not show 'Select files to download' dialog" + msgstr "" + "Dialoogvenster 'Selecteer de bestanden die u wilt downloaden' niet weergeven." + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 103 +-#: rc.cpp:907 ++#: rc.cpp:884 + #, no-c-format + msgid "Delete after loadin&g" + msgstr "Torrent-bestanden ver&wijderen na het laden" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 106 +-#: rc.cpp:910 ++#: rc.cpp:887 + #, no-c-format + msgid "Deletes torrent after loading" + msgstr "Verwijdert het torrent-bestand na het laden" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 116 +-#: rc.cpp:913 ++#: rc.cpp:890 + #, no-c-format + msgid "Folders to scan" + msgstr "Te detecteren mappen" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 151 +-#: rc.cpp:916 ++#: rc.cpp:893 + #, no-c-format + msgid "Folder 1:" + msgstr "Map 1:" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 162 +-#: rc.cpp:919 ++#: rc.cpp:896 + #, no-c-format + msgid "Folder 2:" + msgstr "Map 2:" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 173 +-#: rc.cpp:922 ++#: rc.cpp:899 + #, no-c-format + msgid "Folder 3:" + msgstr "Map 3:" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 30 +-#: rc.cpp:925 rc.cpp:1895 ++#: rc.cpp:902 rc.cpp:1838 + #, no-c-format + msgid "Search Preferences" + msgstr "Zoekinstellingen" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 41 +-#: rc.cpp:928 ++#: rc.cpp:905 + #, no-c-format + msgid "Web Server" + msgstr "Webserver" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 82 +-#: rc.cpp:934 ++#: rc.cpp:911 + #, no-c-format + msgid "Forward port" + msgstr "Poort doorsturen" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 107 +-#: rc.cpp:937 ++#: rc.cpp:914 + #, no-c-format + msgid "Session TTL (in sec):" + msgstr "Sessie TTL (in sec):" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 142 +-#: rc.cpp:940 ++#: rc.cpp:917 + #, no-c-format + msgid "Select interface:" + msgstr "Selecteer interface:" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 173 +-#: rc.cpp:943 ++#: rc.cpp:920 + #, no-c-format + msgid "Username:" + msgstr "Gebruikersnaam:" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 188 +-#: rc.cpp:946 ++#: rc.cpp:923 + #, no-c-format + msgid "Change password ..." + msgstr "Wachtwoord aanpassen..." + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 206 +-#: rc.cpp:949 ++#: rc.cpp:926 + #, no-c-format + msgid "Php executable path:" + msgstr "Uitvoerbaar pad naar php:" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 10 +-#: rc.cpp:953 ++#: rc.cpp:929 + #, no-c-format + msgid "Port number" + msgstr "Poortnummer" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 15 +-#: rc.cpp:956 ++#: rc.cpp:932 + #, no-c-format + msgid "forward Port" + msgstr "Poort doorsturen" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 20 +-#: rc.cpp:959 ++#: rc.cpp:935 + #, no-c-format + msgid "Session time to live" + msgstr "Levensduur inactieve sessie" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 24 +-#: rc.cpp:962 ++#: rc.cpp:938 + #, no-c-format + msgid "interface skin" + msgstr "Model interface" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 28 +-#: rc.cpp:965 ++#: rc.cpp:941 + #, no-c-format + msgid "php executable path" + msgstr "Uitvoerbaar pad naar php" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 33 +-#: rc.cpp:968 ++#: rc.cpp:944 + #, no-c-format + msgid "username" + msgstr "gebruikersnaam" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 37 +-#: rc.cpp:971 ++#: rc.cpp:947 + #, no-c-format + msgid "password" + msgstr "wachtwoord" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 16 +-#: plugins/infowidget/infowidgetplugin.cpp:194 rc.cpp:974 rc.cpp:1046 ++#: plugins/infowidget/infowidgetplugin.cpp:194 rc.cpp:950 rc.cpp:1010 + #, no-c-format + msgid "Chunks" + msgstr "Chunks" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 43 +-#: rc.cpp:977 ++#: rc.cpp:953 + #, no-c-format + msgid "Total:" + msgstr "Totaal:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 81 +-#: rc.cpp:981 ++#: rc.cpp:956 + #, no-c-format + msgid "Currently downloading:" + msgstr "Nu aan het downloaden:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 119 +-#: rc.cpp:985 ++#: rc.cpp:959 + #, no-c-format + msgid "Downloaded:" + msgstr "Gedownload:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 157 +-#: rc.cpp:989 ++#: rc.cpp:962 + #, no-c-format + msgid "Excluded:" + msgstr "Uitgesloten:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 195 +-#: rc.cpp:993 ++#: rc.cpp:965 + #, no-c-format + msgid "Left:" + msgstr "Te doen:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 233 +-#: rc.cpp:997 ++#: rc.cpp:968 + #, no-c-format + msgid "Size:" + msgstr "Grootte:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 280 +-#: rc.cpp:1001 ++#: rc.cpp:971 + #, no-c-format + msgid "Chunk" + msgstr "Chunk" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 291 +-#: rc.cpp:1004 ++#: rc.cpp:974 + #, no-c-format + msgid "Progress" + msgstr "Voortgang" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 302 +-#: rc.cpp:1007 ++#: rc.cpp:977 + #, no-c-format + msgid "Peer" + msgstr "Peer" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 324 +-#: rc.cpp:1013 ++#: rc.cpp:983 + #, no-c-format + msgid "Assigned Peers" + msgstr "Toegewezen peers" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 63 +-#: rc.cpp:1022 ++#: rc.cpp:992 + #, no-c-format + msgid "Seeders:" + msgstr "Seeders:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 71 +-#: rc.cpp:1025 ++#: rc.cpp:995 + #, no-c-format + msgid "Leechers:" + msgstr "Leechers:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 129 +-#: rc.cpp:1030 ++#: rc.cpp:998 + #, no-c-format + msgid "Average Down Speed:" + msgstr "Gemiddelde downloadsnelheid:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 177 +-#: rc.cpp:1035 ++#: rc.cpp:1001 + #, no-c-format + msgid "Average Up Speed:" + msgstr "Gemiddelde uploadsnelheid:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 195 +-#: rc.cpp:1038 rc.cpp:1111 ++#: rc.cpp:1004 rc.cpp:1070 + #, no-c-format + msgid "Next update in:" + msgstr "Volgende update:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 203 +-#: rc.cpp:1041 ++#: rc.cpp:1007 + #, no-c-format + msgid "Tracker Status:" + msgstr "Trackerstatus:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 332 +-#: rc.cpp:1049 ++#: rc.cpp:1013 + #, no-c-format + msgid "Parts of the torrent which have been downloaded:" + msgstr "Delen van de torrent die zijn gedownload:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 367 +-#: rc.cpp:1052 ++#: rc.cpp:1016 + #, no-c-format + msgid "Parts of the torrent which are available:" + msgstr "Delen van de torrent die beschikbaar zijn:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 457 +-#: rc.cpp:1055 ++#: rc.cpp:1019 + #, no-c-format + msgid "Sharing" + msgstr "Delen" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 487 +-#: rc.cpp:1058 ++#: rc.cpp:1022 + #, no-c-format + msgid "" + "Your upload will stop when share ratio gets to this value. Zero means no limit." +@@ -2757,145 +2757,145 @@ msgstr "" + "Nul betekent geen limiet." + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 525 +-#: rc.cpp:1064 ++#: rc.cpp:1028 + #, no-c-format + msgid "Your upload will stop when you have uploaded for this many hours." + msgstr "Het uploaden zal stoppen wanneer er geüpload is voor dit aantal uren." + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 533 +-#: rc.cpp:1067 ++#: rc.cpp:1031 + #, no-c-format + msgid "Hours" + msgstr "Uren" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 543 +-#: rc.cpp:1070 ++#: rc.cpp:1034 + #, no-c-format + msgid "Ratio limit:" + msgstr "Ratio limiet" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 549 +-#: rc.cpp:1074 ++#: rc.cpp:1037 + #, no-c-format + msgid "Limit works only in seed mode" + msgstr "Limiet werkt alleen in de uploadmodus" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 557 +-#: rc.cpp:1077 ++#: rc.cpp:1040 + #, no-c-format + msgid "Time &limit:" + msgstr "Tijds&limiet:" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 37 +-#: rc.cpp:1081 ++#: rc.cpp:1043 + #, no-c-format + msgid "&Update Tracker" + msgstr "Tracker &updaten" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 40 +-#: rc.cpp:1084 ++#: rc.cpp:1046 + #, no-c-format + msgid "Minimum update interval - 60 seconds" + msgstr "Minimale interval tussen updates - 60 seconden" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 48 +-#: rc.cpp:1087 ++#: rc.cpp:1049 + #, no-c-format + msgid "Add Trac&ker" + msgstr "Trac&ker toevoegen" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 64 +-#: rc.cpp:1090 ++#: rc.cpp:1052 + #, no-c-format + msgid "Remove Tracker" + msgstr "Tracker verwijderen" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 75 +-#: rc.cpp:1094 ++#: rc.cpp:1055 + #, no-c-format + msgid "Ch&ange Tracker" + msgstr "Tracker aa&npassen" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 100 +-#: rc.cpp:1097 ++#: rc.cpp:1058 + #, no-c-format + msgid "Restore Defaults" + msgstr "Standaard instellingen herstellen" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 10 +-#: rc.cpp:1115 ++#: rc.cpp:1073 + #, no-c-format + msgid "Show peer view tab in main window" + msgstr "Tabblad met peers in het hoofdvenster tonen" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 14 +-#: rc.cpp:1118 ++#: rc.cpp:1076 + #, no-c-format + msgid "Show chunk download view tab in main window" + msgstr "Tabblad met chunks in het hoofdvenster tonen" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 18 +-#: rc.cpp:1121 ++#: rc.cpp:1079 + #, no-c-format + msgid "Show trackers view tab in main window" + msgstr "Tabblad met trackers in het hoofdvenster tonen" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 24 +-#: rc.cpp:1124 ++#: rc.cpp:1082 + #, no-c-format + msgid "Show list of peers" + msgstr "Tabblad met peers tonen" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 35 +-#: rc.cpp:1128 ++#: rc.cpp:1085 + #, no-c-format + msgid "Show list of chunks currentl&y downloading" + msgstr "Tabblad met informatie over chun&ks tonen" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 60 +-#: rc.cpp:1131 ++#: rc.cpp:1088 + #, no-c-format + msgid "Show list of trackers" + msgstr "Tabblad met trackers tonen" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 16 +-#: rc.cpp:1135 ++#: rc.cpp:1091 + #, no-c-format + msgid "IPBlocking Preferences" + msgstr "IP filterinstellingen" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 47 +-#: rc.cpp:1138 ++#: rc.cpp:1094 + #, no-c-format + msgid "Select PeerGuardian Filter File " + msgstr "Selecteer PeerGuardian filterbestand " + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 58 +-#: rc.cpp:1141 ++#: rc.cpp:1097 + #, no-c-format + msgid "Use PeerGuardian filter?" + msgstr "PeerGuardian filter gebruiken?" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 77 +-#: rc.cpp:1145 ++#: rc.cpp:1100 + #, no-c-format + msgid "IP filter file:" + msgstr "IP filterbestand:" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 85 +-#: rc.cpp:1148 ++#: rc.cpp:1103 + #, no-c-format + msgid "http://www.bluetack.co.uk/modules.php?name=Downloads&d_op=getit&lid=8" + msgstr "http://www.bluetack.co.uk/modules.php?name=Downloads&d_op=getit&lid=8" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 123 +-#: rc.cpp:1151 ++#: rc.cpp:1106 + #, no-c-format + msgid "Dow&nload/Convert" + msgstr "Dow&nloaden/Converteren" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 134 +-#: rc.cpp:1154 ++#: rc.cpp:1109 + #, no-c-format + msgid "" + "Download PeerGuardian filter from bluetack.co.uk or blocklist.org.\n" +@@ -2905,25 +2905,25 @@ msgstr "" + "Opmerking: Zip-bestand van bluetack.co.uk wordt nu ondersteund." + + #. i18n: file ./plugins/ipfilter/ktipfilterplugin.kcfg line 10 +-#: rc.cpp:1159 ++#: rc.cpp:1113 + #, no-c-format + msgid "Level1 filter url" + msgstr "Level1 filter URL" + + #. i18n: file ./plugins/ipfilter/ktipfilterplugin.kcfg line 14 +-#: rc.cpp:1162 ++#: rc.cpp:1116 + #, no-c-format + msgid "Use level1 filter?" + msgstr "Level1 filter gebruiken?" + + #. i18n: file ./plugins/ipfilter/convert_dlg.ui line 24 +-#: plugins/ipfilter/convertdialog.cpp:155 rc.cpp:1165 ++#: plugins/ipfilter/convertdialog.cpp:155 rc.cpp:1119 + #, no-c-format + msgid "Converting..." + msgstr "Bezig met converteren..." + + #. i18n: file ./plugins/ipfilter/convert_dlg.ui line 41 +-#: rc.cpp:1168 ++#: rc.cpp:1122 + #, no-c-format + msgid "" + "Click on the 'convert' button to start converting antip2p file. NOTE: This " +@@ -2935,61 +2935,61 @@ msgstr "" + "snellere computers. Tijdens dit proces kunt u KTorrent niet gebruiken." + + #. i18n: file ./plugins/stats/sprefwgt.ui line 27 +-#: rc.cpp:1179 ++#: rc.cpp:1131 + #, no-c-format + msgid "Update" + msgstr "Updaten" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 46 +-#: rc.cpp:1182 rc.cpp:1268 ++#: rc.cpp:1134 rc.cpp:1220 + #, no-c-format + msgid "Update charts every" + msgstr "Update grafieken elke" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 71 +-#: rc.cpp:1185 ++#: rc.cpp:1137 + #, no-c-format + msgid "GUI updates" + msgstr "Interface-updates" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 92 +-#: rc.cpp:1188 rc.cpp:1271 ++#: rc.cpp:1140 rc.cpp:1223 + #, no-c-format + msgid "Gather data every" + msgstr "Verzamel gegevens elke" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 120 +-#: rc.cpp:1191 ++#: rc.cpp:1143 + #, no-c-format + msgid "miliseconds" + msgstr "miliseconden" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 135 +-#: rc.cpp:1194 ++#: rc.cpp:1146 + #, no-c-format + msgid "Maximum" + msgstr "Maximum" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 154 +-#: rc.cpp:1197 ++#: rc.cpp:1149 + #, no-c-format + msgid "Maximum speed scale mode:" + msgstr "Maximum snelheidsschaal modus" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 165 +-#: rc.cpp:1203 ++#: rc.cpp:1155 + #, no-c-format + msgid "Exact" + msgstr "Exact" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 175 +-#: rc.cpp:1206 ++#: rc.cpp:1158 + #, no-c-format + msgid "See 'What's this' for more help" + msgstr "Zie 'Wat is dit' voor meer hulp." + + #. i18n: file ./plugins/stats/sprefwgt.ui line 180 +-#: rc.cpp:1209 ++#: rc.cpp:1161 + #, no-c-format + msgid "" + "Set maximum value on OY scale as:\n" +@@ -3001,848 +3001,848 @@ msgstr "" + "- Exact:Maximum behaalde snelheid zichtbaar op de grafiek" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 192 +-#: rc.cpp:1214 rc.cpp:1247 ++#: rc.cpp:1166 rc.cpp:1199 + #, no-c-format + msgid "Peers speed" + msgstr "Snelheid peers" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 211 +-#: rc.cpp:1217 ++#: rc.cpp:1169 + #, no-c-format + msgid "Peers speed:" + msgstr "Snelheid peers:" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 222 +-#: rc.cpp:1220 ++#: rc.cpp:1172 + #, no-c-format + msgid "update every" + msgstr "updaten elke" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 244 +-#: rc.cpp:1223 ++#: rc.cpp:1175 + #, no-c-format + msgid "chart data updates" + msgstr "grafiekbijwerkingen" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 254 +-#: rc.cpp:1226 ++#: rc.cpp:1178 + #, no-c-format + msgid "Gathering data about many connected peers can be CPU consuming." + msgstr "" + "Het verzamelen van gegevens over verbonden peers kan CPU-intensief zijn." + + #. i18n: file ./plugins/stats/sprefwgt.ui line 267 +-#: rc.cpp:1229 ++#: rc.cpp:1181 + #, no-c-format + msgid "Peers connections" + msgstr "Peer-verbindingen" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 270 +-#: rc.cpp:1232 ++#: rc.cpp:1184 + #, no-c-format + msgid "Large values can obscure charts of connected peers" + msgstr "Grote waardes kunnen de grafieken vervagen." + + #. i18n: file ./plugins/stats/sprefwgt.ui line 289 +-#: rc.cpp:1235 ++#: rc.cpp:1187 + #, no-c-format + msgid "Show seeders in swarms" + msgstr "Seeders in zwermen tonen" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 297 +-#: rc.cpp:1238 ++#: rc.cpp:1190 + #, no-c-format + msgid "Show leechers in swarms" + msgstr "Leechers in zwermen tonen" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 309 +-#: rc.cpp:1241 ++#: rc.cpp:1193 + #, no-c-format + msgid "Measurements count" + msgstr "Telling van meting" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 392 +-#: rc.cpp:1250 rc.cpp:1265 ++#: rc.cpp:1202 rc.cpp:1217 + #, no-c-format + msgid "Upload" + msgstr "Upload" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 424 +-#: rc.cpp:1253 ++#: rc.cpp:1205 + #, no-c-format + msgid "Connections" + msgstr "Verbindingen" + + #. i18n: file ./plugins/stats/statsspdwgt.ui line 40 +-#: plugins/infowidget/infowidgetplugin.cpp:173 rc.cpp:1262 rc.cpp:1304 ++#: plugins/infowidget/infowidgetplugin.cpp:173 rc.cpp:1214 rc.cpp:1256 + #, no-c-format + msgid "Peers" + msgstr "Peers" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 18 +-#: rc.cpp:1274 ++#: rc.cpp:1226 + #, no-c-format + msgid "Toggle peers speed charts" + msgstr "Snelheidsgrafieken van peers aan/uit" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 22 +-#: rc.cpp:1277 ++#: rc.cpp:1229 + #, no-c-format + msgid "Interval between getting data about peers speed" + msgstr "Interval tussen het verkrijgen van snelheidgegevens van peers" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 26 +-#: rc.cpp:1280 ++#: rc.cpp:1232 + #, no-c-format + msgid "Toggle drawing of leechers in swarms" + msgstr "Weergave van leechers in zwermen aan/uit zetten" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 30 +-#: rc.cpp:1283 ++#: rc.cpp:1235 + #, no-c-format + msgid "Toggle drawing of seeders in swarms" + msgstr "Weergave van seeders in zwermen aan/uit" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 35 +-#: rc.cpp:1286 ++#: rc.cpp:1238 + #, no-c-format + msgid "Download mesurments count" + msgstr "Telling van downloadmeting" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 39 +-#: rc.cpp:1289 ++#: rc.cpp:1241 + #, no-c-format + msgid "Peers speed mesurments count" + msgstr "Telling van snelheidsmeting van peers" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 43 +-#: rc.cpp:1292 ++#: rc.cpp:1244 + #, no-c-format + msgid "Upload mesurments count" + msgstr "Telling van uploadmeting" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 47 +-#: rc.cpp:1295 ++#: rc.cpp:1247 + #, no-c-format + msgid "Connections mesurments count" + msgstr "Telling van het aantal verbindingen" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 51 +-#: rc.cpp:1298 ++#: rc.cpp:1250 + #, no-c-format + msgid "DHT mesurments count" + msgstr "Telling van DHT-meting" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 56 +-#: rc.cpp:1301 ++#: rc.cpp:1253 + #, no-c-format + msgid "OY axis max mode" + msgstr "OY-as maximum wijze" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 16 +-#: rc.cpp:1310 ++#: rc.cpp:1262 + #, no-c-format + msgid "Import an existing download" + msgstr "Bestaande download importeren" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 49 +-#: rc.cpp:1313 ++#: rc.cpp:1265 + #, no-c-format + msgid "Torrent:" + msgstr "Torrent:" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 63 +-#: rc.cpp:1316 ++#: rc.cpp:1268 + #, no-c-format + msgid "Data:" + msgstr "Gegevens:" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 95 +-#: rc.cpp:1319 ++#: rc.cpp:1271 + #, no-c-format + msgid "" + "Please specify the torrent and the data already downloaded for that torrent." + msgstr "Geef het torrent-bestand en de reeds gedownloade gegevens op." + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 133 +-#: rc.cpp:1322 ++#: rc.cpp:1274 + #, no-c-format + msgid "&Import" + msgstr "&Importeren" + + #. i18n: file ./plugins/rssfeed/ktrssfeedplugin.kcfg line 10 +-#: rc.cpp:1328 ++#: rc.cpp:1280 + #, no-c-format + msgid "default" + msgstr "standaard" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 18 +-#: rc.cpp:1331 ++#: rc.cpp:1283 + #, no-c-format + msgid "Rss Feeds" + msgstr "RSS feeds" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 36 +-#: rc.cpp:1334 ++#: rc.cpp:1286 + #, no-c-format + msgid "Feeds" + msgstr "Feeds" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 78 +-#: rc.cpp:1337 ++#: rc.cpp:1289 + #, no-c-format + msgid "De&lete" + msgstr "&Verwijderen" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 86 +-#: rc.cpp:1340 rc.cpp:1382 rc.cpp:1392 ++#: rc.cpp:1292 rc.cpp:1331 rc.cpp:1340 + #, no-c-format + msgid "&New" + msgstr "&Nieuw" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 117 +-#: rc.cpp:1343 ++#: rc.cpp:1295 + #, no-c-format + msgid "&URL" + msgstr "&URL" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 139 +-#: rc.cpp:1346 ++#: rc.cpp:1298 + #, no-c-format + msgid "Articles" + msgstr "Artikelen" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 216 +-#: rc.cpp:1353 ++#: rc.cpp:1304 + #, no-c-format + msgid "Auto&refresh" + msgstr "Feed bijwe&rken elke" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 242 +-#: rc.cpp:1356 ++#: rc.cpp:1307 + #, no-c-format + msgid "I&gnore TTL" + msgstr "TTL ne&geren" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 270 +-#: rc.cpp:1359 ++#: rc.cpp:1310 + #, no-c-format + msgid "Refresh" + msgstr "Vernieuwen" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 299 +-#: rc.cpp:1363 rc.cpp:1395 ++#: rc.cpp:1313 rc.cpp:1343 + #, no-c-format + msgid "&Title" + msgstr "&Titel" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 323 +-#: rc.cpp:1366 ++#: rc.cpp:1316 + #, no-c-format + msgid "Keep Articles (days)" + msgstr "Archiefgrootte (dagen)" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 347 +-#: rc.cpp:1369 rc.cpp:1398 ++#: rc.cpp:1319 rc.cpp:1346 + #, no-c-format + msgid "&Active" + msgstr "&Actief" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 362 +-#: rc.cpp:1372 ++#: rc.cpp:1322 + #, no-c-format + msgid "Filters" + msgstr "Filters" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 389 +-#: rc.cpp:1375 ++#: rc.cpp:1325 + #, no-c-format + msgid "Accept Filters" + msgstr "Accepterende filters" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 440 +-#: rc.cpp:1385 ++#: rc.cpp:1334 + #, no-c-format + msgid "Reject Filters" + msgstr "Verwerpende filters" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 557 +-#: rc.cpp:1401 ++#: rc.cpp:1349 + #, no-c-format + msgid "Regular Expressions" + msgstr "Reguliere expressies" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 587 +-#: rc.cpp:1404 ++#: rc.cpp:1352 + #, no-c-format + msgid "Treat as &Series" + msgstr "Behandelen als &serie" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 624 +-#: rc.cpp:1407 ++#: rc.cpp:1355 + #, no-c-format + msgid "Process" + msgstr "Filteren" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 643 +-#: rc.cpp:1411 ++#: rc.cpp:1358 + #, no-c-format + msgid "Series Criteria" + msgstr "Criteria voor series" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 679 +-#: rc.cpp:1414 ++#: rc.cpp:1361 + #, no-c-format + msgid "Match Without Episode" + msgstr "Overeenkomsten zonder episode" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 713 +-#: rc.cpp:1418 ++#: rc.cpp:1364 + #, no-c-format + msgid "Max Episode" + msgstr "Maximaal episode" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 739 +-#: rc.cpp:1421 ++#: rc.cpp:1367 + #, no-c-format + msgid "Max Season" + msgstr "Maximaal seizoen" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 758 +-#: rc.cpp:1424 ++#: rc.cpp:1370 + #, no-c-format + msgid "Min Season" + msgstr "Minimaal seizoen" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 782 +-#: rc.cpp:1427 ++#: rc.cpp:1373 + #, no-c-format + msgid "Min Episode" + msgstr "Minimaal episode" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 814 +-#: rc.cpp:1430 ++#: rc.cpp:1376 + #, no-c-format + msgid "Test te&xt" + msgstr "Te&kst uittesten" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 840 +-#: rc.cpp:1433 ++#: rc.cpp:1379 + #, no-c-format + msgid "Te&st" + msgstr "Te&sten" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 858 +-#: rc.cpp:1436 ++#: rc.cpp:1382 + #, no-c-format + msgid "Filter Matches" + msgstr "Gefilterde overeenkomsten" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 28 +-#: rc.cpp:1447 ++#: rc.cpp:1391 + #, no-c-format + msgid "Bandwidth scheduler" + msgstr "Bandbreedteplanner" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 50 +-#: rc.cpp:1450 ++#: rc.cpp:1394 + #, no-c-format + msgid "Left click category" + msgstr "Profiel linkermuisknop" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 61 +-#: rc.cpp:1453 ++#: rc.cpp:1397 + #, no-c-format + msgid "Categor&y 1" + msgstr "&Profiel 1" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 157 +-#: rc.cpp:1456 rc.cpp:1483 ++#: rc.cpp:1400 rc.cpp:1427 + #, no-c-format + msgid "T&urn off" + msgstr "&Uitgeschakeld" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 165 +-#: rc.cpp:1459 rc.cpp:1486 ++#: rc.cpp:1403 rc.cpp:1430 + #, no-c-format + msgid "&Normal" + msgstr "&Normaal" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 195 +-#: rc.cpp:1462 ++#: rc.cpp:1406 + #, no-c-format + msgid "Category &3" + msgstr "Profiel &3" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 206 +-#: rc.cpp:1468 rc.cpp:1492 ++#: rc.cpp:1412 rc.cpp:1436 + #, no-c-format + msgid "Category &2" + msgstr "Profiel &2" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 219 +-#: rc.cpp:1474 ++#: rc.cpp:1418 + #, no-c-format + msgid "Right click category" + msgstr "Profiel rechtermuisknop" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 230 +-#: rc.cpp:1477 ++#: rc.cpp:1421 + #, no-c-format + msgid "Category &1" + msgstr "Profiel &1" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 367 +-#: rc.cpp:1489 ++#: rc.cpp:1433 + #, no-c-format + msgid "&Category 3" + msgstr "Pro&fiel 3" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 390 +-#: rc.cpp:1498 ++#: rc.cpp:1442 + #, no-c-format + msgid "Categories" + msgstr "Profielen" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 401 +-#: rc.cpp:1501 ++#: rc.cpp:1445 + #, no-c-format + msgid "1. Category" + msgstr "Profiel 1" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 409 +-#: rc.cpp:1504 ++#: rc.cpp:1448 + #, no-c-format + msgid "3. Category" + msgstr "Profiel 3" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 425 +-#: rc.cpp:1507 rc.cpp:1516 rc.cpp:1525 ++#: rc.cpp:1451 rc.cpp:1460 rc.cpp:1469 + #, no-c-format + msgid "download:" + msgstr "download:" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 441 +-#: rc.cpp:1510 rc.cpp:1519 rc.cpp:1528 ++#: rc.cpp:1454 rc.cpp:1463 rc.cpp:1472 + #, no-c-format + msgid "upload:" + msgstr "upload:" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 457 +-#: rc.cpp:1513 rc.cpp:1522 rc.cpp:1531 ++#: rc.cpp:1457 rc.cpp:1466 rc.cpp:1475 + #, no-c-format + msgid "KB/s *" + msgstr "KB/s *" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 567 +-#: rc.cpp:1534 ++#: rc.cpp:1478 + #, no-c-format + msgid "2. Category" + msgstr "Profiel 2" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 626 +-#: rc.cpp:1538 ++#: rc.cpp:1481 + #, no-c-format + msgid "* zero means no limit" + msgstr "* nul betekent geen limiet" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 672 +-#: rc.cpp:1541 ++#: rc.cpp:1484 + #, no-c-format + msgid "Save to file" + msgstr "Opslaan als" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 680 +-#: rc.cpp:1544 ++#: rc.cpp:1487 + #, no-c-format + msgid "&Load from file" + msgstr "&Openen" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 688 +-#: rc.cpp:1547 ++#: rc.cpp:1490 + #, no-c-format + msgid "Reset schedule" + msgstr "Opnieuw instellen" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 751 +-#: rc.cpp:1550 ++#: rc.cpp:1493 + #, no-c-format + msgid "O&k" + msgstr "O&K" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 16 +-#: rc.cpp:1559 ++#: rc.cpp:1502 + #, no-c-format + msgid "Scheduler Plugin Pref Page" + msgstr "Instellingenpagina bandbreedteplannerplugin" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 27 +-#: rc.cpp:1562 ++#: rc.cpp:1505 + #, no-c-format + msgid "Use &bandwidth scheduler?" + msgstr "&Bandbreedteplanner gebruiken?" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 35 +-#: plugins/scheduler/schedulerplugin.cpp:59 rc.cpp:1565 ++#: plugins/scheduler/schedulerplugin.cpp:59 rc.cpp:1508 + #, no-c-format + msgid "Bandwidth Scheduler" + msgstr "Bandbreedteplanner" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 46 +-#: rc.cpp:1568 ++#: rc.cpp:1511 + #, no-c-format + msgid "Use colors instead of pi&xmaps?" + msgstr "Kleuren in plaats van pi&xmaps gebruiken?" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 54 +-#: rc.cpp:1571 ++#: rc.cpp:1514 + #, no-c-format + msgid "(Recommended for slower systems)" + msgstr "(Aanbevolen voor tragere systemen)" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 62 +-#: rc.cpp:1574 ++#: rc.cpp:1517 + #, no-c-format + msgid "Edit s&chedule" + msgstr "P&lanner aanpassen" + + #. i18n: file ./plugins/scheduler/ktschedulerplugin.kcfg line 10 +-#: rc.cpp:1577 ++#: rc.cpp:1520 + #, no-c-format + msgid "Enable bandwidth scheduler?" + msgstr "Bandbreedteplanner activeren?" + + #. i18n: file ./plugins/scheduler/ktschedulerplugin.kcfg line 14 +-#: rc.cpp:1580 ++#: rc.cpp:1523 + #, no-c-format + msgid "Use colors instead of pixmaps?" + msgstr "Kleuren in plaats van pixmaps gebruiken?" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 10 +-#: rc.cpp:1583 ++#: rc.cpp:1526 + #, no-c-format + msgid "Use rich log text" + msgstr "Gebruik opgemaakte tekst in logvenster" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 15 +-#: rc.cpp:1586 ++#: rc.cpp:1529 + #, no-c-format + msgid "General info messages flag" + msgstr "Berichtenvlag voor algemene informatie" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 19 +-#: rc.cpp:1589 ++#: rc.cpp:1532 + #, no-c-format + msgid "Connections messages flag" + msgstr "Berichtenvlag voor verbindingen" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 23 +-#: rc.cpp:1592 ++#: rc.cpp:1535 + #, no-c-format + msgid "DHT messages flag" + msgstr "Berichtenvlag voor DHT" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 27 +-#: rc.cpp:1595 ++#: rc.cpp:1538 + #, no-c-format + msgid "Tracker info messages flag" + msgstr "Berichtenvlag voor trackerinformatie" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 31 +-#: rc.cpp:1598 ++#: rc.cpp:1541 + #, no-c-format + msgid "Disk IO info messages flag" + msgstr "Berichtenvlag voor I/O-informatie harde schijf" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 35 +-#: rc.cpp:1601 ++#: rc.cpp:1544 + #, no-c-format + msgid "IPFilter plugin messages flag" + msgstr "Berichtenvlag voor IP-filter plugin" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 39 +-#: rc.cpp:1604 ++#: rc.cpp:1547 + #, no-c-format + msgid "Search plugin messages flag" + msgstr "Berichtenvlag voor zoekplugin" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 43 +-#: rc.cpp:1607 ++#: rc.cpp:1550 + #, no-c-format + msgid "PartFileImport plugin messages flag" + msgstr "Berichtenvlag voor importplugin gedeeltelijke bestanden" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 47 +-#: rc.cpp:1610 ++#: rc.cpp:1553 + #, no-c-format + msgid "InfoWidget plugin messages flag" + msgstr "Berichtenvlag voor Infowidgetplugin" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 51 +-#: rc.cpp:1613 ++#: rc.cpp:1556 + #, no-c-format + msgid "UPnP plugin messages flag" + msgstr "Berichtenvlag voor UPnP-plugin" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 55 +-#: rc.cpp:1616 ++#: rc.cpp:1559 + #, no-c-format + msgid "ScanFolder plugin messages flag" + msgstr "Berichtenvlag voor mapdetectieplugin" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 59 +-#: rc.cpp:1619 ++#: rc.cpp:1562 + #, no-c-format + msgid "Scheduler plugin messages flag" + msgstr "Berichtenvlag voor plannerplugin" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 63 +-#: rc.cpp:1622 ++#: rc.cpp:1565 + #, no-c-format + msgid "RSS plugin messages flag" + msgstr "Berichtenvlag voor RSS-plugin" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 67 +-#: rc.cpp:1625 ++#: rc.cpp:1568 + #, no-c-format + msgid "WebInterface plugin messages flag" + msgstr "Berichtenvlag voor webinterfaceplugin" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 16 +-#: plugins/logviewer/logprefpage.cpp:31 rc.cpp:1628 ++#: plugins/logviewer/logprefpage.cpp:31 rc.cpp:1571 + #, no-c-format + msgid "LogViewer Options" + msgstr "Instellingen logweergave" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 44 +-#: libktorrent/pluginmanagerprefpage.cpp:63 rc.cpp:1631 ++#: libktorrent/pluginmanagerprefpage.cpp:63 rc.cpp:1574 + #, no-c-format + msgid "Plugins" + msgstr "Plugins" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 53 +-#: rc.cpp:1634 rc.cpp:1652 rc.cpp:1670 rc.cpp:1691 rc.cpp:1706 rc.cpp:1724 +-#: rc.cpp:1745 rc.cpp:1763 rc.cpp:1778 rc.cpp:1811 rc.cpp:1826 rc.cpp:1841 +-#: rc.cpp:1859 rc.cpp:1874 ++#: rc.cpp:1577 rc.cpp:1595 rc.cpp:1613 rc.cpp:1634 rc.cpp:1649 rc.cpp:1667 ++#: rc.cpp:1688 rc.cpp:1706 rc.cpp:1721 rc.cpp:1754 rc.cpp:1769 rc.cpp:1784 ++#: rc.cpp:1802 rc.cpp:1817 + #, no-c-format + msgid "All" + msgstr "Alles" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 58 +-#: rc.cpp:1637 rc.cpp:1655 rc.cpp:1673 rc.cpp:1694 rc.cpp:1709 rc.cpp:1727 +-#: rc.cpp:1748 rc.cpp:1766 rc.cpp:1781 rc.cpp:1814 rc.cpp:1829 rc.cpp:1844 +-#: rc.cpp:1862 rc.cpp:1877 ++#: rc.cpp:1580 rc.cpp:1598 rc.cpp:1616 rc.cpp:1637 rc.cpp:1652 rc.cpp:1670 ++#: rc.cpp:1691 rc.cpp:1709 rc.cpp:1724 rc.cpp:1757 rc.cpp:1772 rc.cpp:1787 ++#: rc.cpp:1805 rc.cpp:1820 + #, no-c-format + msgid "Debug" + msgstr "Afluistermeldingen" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 63 +-#: rc.cpp:1640 rc.cpp:1658 rc.cpp:1676 rc.cpp:1697 rc.cpp:1712 rc.cpp:1730 +-#: rc.cpp:1751 rc.cpp:1769 rc.cpp:1784 rc.cpp:1817 rc.cpp:1832 rc.cpp:1847 +-#: rc.cpp:1865 rc.cpp:1880 ++#: rc.cpp:1583 rc.cpp:1601 rc.cpp:1619 rc.cpp:1640 rc.cpp:1655 rc.cpp:1673 ++#: rc.cpp:1694 rc.cpp:1712 rc.cpp:1727 rc.cpp:1760 rc.cpp:1775 rc.cpp:1790 ++#: rc.cpp:1808 rc.cpp:1823 + #, no-c-format + msgid "Notice" + msgstr "Opmerkingen" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 68 +-#: rc.cpp:1643 rc.cpp:1661 rc.cpp:1679 rc.cpp:1700 rc.cpp:1715 rc.cpp:1733 +-#: rc.cpp:1754 rc.cpp:1772 rc.cpp:1787 rc.cpp:1820 rc.cpp:1835 rc.cpp:1850 +-#: rc.cpp:1868 rc.cpp:1883 ++#: rc.cpp:1586 rc.cpp:1604 rc.cpp:1622 rc.cpp:1643 rc.cpp:1658 rc.cpp:1676 ++#: rc.cpp:1697 rc.cpp:1715 rc.cpp:1730 rc.cpp:1763 rc.cpp:1778 rc.cpp:1793 ++#: rc.cpp:1811 rc.cpp:1826 + #, no-c-format + msgid "Important" + msgstr "Belangrijk" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 73 +-#: rc.cpp:1646 rc.cpp:1664 rc.cpp:1682 rc.cpp:1703 rc.cpp:1718 rc.cpp:1736 +-#: rc.cpp:1757 rc.cpp:1775 rc.cpp:1790 rc.cpp:1823 rc.cpp:1838 rc.cpp:1853 +-#: rc.cpp:1871 rc.cpp:1886 ++#: rc.cpp:1589 rc.cpp:1607 rc.cpp:1625 rc.cpp:1646 rc.cpp:1661 rc.cpp:1679 ++#: rc.cpp:1700 rc.cpp:1718 rc.cpp:1733 rc.cpp:1766 rc.cpp:1781 rc.cpp:1796 ++#: rc.cpp:1814 rc.cpp:1829 + #, no-c-format + msgid "None" + msgstr "Geen" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 85 +-#: rc.cpp:1649 ++#: rc.cpp:1592 + #, no-c-format + msgid "IPFilter:" + msgstr "IP-filter:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 126 +-#: rc.cpp:1667 ++#: rc.cpp:1610 + #, no-c-format + msgid "Search:" + msgstr "Zoeken:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 167 +-#: rc.cpp:1685 ++#: rc.cpp:1628 + #, no-c-format + msgid "UPnP:" + msgstr "UPnP:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 178 +-#: rc.cpp:1688 ++#: rc.cpp:1631 + #, no-c-format + msgid "ScanFolder:" + msgstr "Mapdetectie:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 249 +-#: rc.cpp:1721 ++#: rc.cpp:1664 + #, no-c-format + msgid "Scheduler:" + msgstr "Planner:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 290 +-#: rc.cpp:1739 ++#: rc.cpp:1682 + #, no-c-format + msgid "PartFileImport:" + msgstr "Download importeren:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 301 +-#: rc.cpp:1742 ++#: rc.cpp:1685 + #, no-c-format + msgid "InfoWidget:" + msgstr "Infowidget:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 342 +-#: rc.cpp:1760 ++#: rc.cpp:1703 + #, no-c-format + msgid "RSS plugin:" + msgstr "RSS-plugin:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 413 +-#: rc.cpp:1793 ++#: rc.cpp:1736 + #, no-c-format + msgid "WebInterface plugin:" + msgstr "Webinterface:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 426 +-#: rc.cpp:1796 ++#: rc.cpp:1739 + #, no-c-format + msgid "System" + msgstr "Systeem" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 437 +-#: rc.cpp:1799 ++#: rc.cpp:1742 + #, no-c-format + msgid "General:" + msgstr "Algemeen:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 445 +-#: rc.cpp:1802 ++#: rc.cpp:1745 + #, no-c-format + msgid "Connections:" + msgstr "Verbindingen:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 559 +-#: rc.cpp:1856 ++#: rc.cpp:1799 + #, no-c-format + msgid "Disk I/O:" + msgstr "Schijf I/O:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 640 +-#: rc.cpp:1892 ++#: rc.cpp:1835 + #, no-c-format + msgid "Use rich te&xt for log" + msgstr "Opgemaakte te&kst in logvenster tonen" + + #. i18n: file ./plugins/search/searchpref.ui line 41 +-#: rc.cpp:1898 ++#: rc.cpp:1841 + #, no-c-format + msgid "External Browser" + msgstr "Externe webbrowser" + + #. i18n: file ./plugins/search/searchpref.ui line 52 +-#: rc.cpp:1901 ++#: rc.cpp:1844 + #, no-c-format + msgid "Open searches in external browser" + msgstr "Open zoekresultaten in e&xterne webbrowser" + + #. i18n: file ./plugins/search/searchpref.ui line 60 +-#: rc.cpp:1904 rc.cpp:1955 ++#: rc.cpp:1847 rc.cpp:1892 + #, no-c-format + msgid "Use default browser" + msgstr "Standaard browser gebruiken" + + #. i18n: file ./plugins/search/searchpref.ui line 79 +-#: rc.cpp:1908 ++#: rc.cpp:1850 + #, no-c-format + msgid "Custom browser path:" + msgstr "Pad naar aangepaste browser:" + + #. i18n: file ./plugins/search/searchpref.ui line 116 +-#: rc.cpp:1912 ++#: rc.cpp:1853 + #, no-c-format + msgid "Search Engines" + msgstr "Zoekmachines" + + #. i18n: file ./plugins/search/searchpref.ui line 143 +-#: rc.cpp:1916 ++#: rc.cpp:1856 + #, no-c-format + msgid "Search engine name:" + msgstr "Naam zoekmachine:" + + #. i18n: file ./plugins/search/searchpref.ui line 187 +-#: rc.cpp:1922 ++#: rc.cpp:1862 + #, no-c-format + msgid "&Add" + msgstr "&Toevoegen" + + #. i18n: file ./plugins/search/searchpref.ui line 195 +-#: rc.cpp:1925 ++#: rc.cpp:1865 + #, no-c-format + msgid "Engines" + msgstr "Machines" + + #. i18n: file ./plugins/search/searchpref.ui line 206 +-#: rc.cpp:1928 ++#: rc.cpp:1868 + #, no-c-format + msgid "URL" + msgstr "URL-adres" + + #. i18n: file ./plugins/search/searchpref.ui line 257 +-#: rc.cpp:1934 ++#: rc.cpp:1874 + #, no-c-format + msgid "R&emove All" + msgstr "All&es verwijderen" + + #. i18n: file ./plugins/search/searchpref.ui line 282 +-#: rc.cpp:1937 ++#: rc.cpp:1877 + #, no-c-format + msgid "Add Defau<" + msgstr "Standaard &toevoegen" + + #. i18n: file ./plugins/search/searchpref.ui line 290 +-#: rc.cpp:1940 ++#: rc.cpp:1880 + #, no-c-format + msgid "Update From Internet" + msgstr "Bijwerken vanaf internet" + + #. i18n: file ./plugins/search/searchbar.ui line 53 + #: plugins/search/searchplugin.cpp:50 plugins/search/searchtab.cpp:48 +-#: rc.cpp:1946 ++#: rc.cpp:1883 + #, no-c-format + msgid "Search" + msgstr "Zoeken" + + #. i18n: file ./plugins/search/searchbar.ui line 78 +-#: rc.cpp:1949 ++#: rc.cpp:1886 + #, no-c-format + msgid "Search engine:" + msgstr "Zoekmachine:" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 10 +-#: rc.cpp:1952 ++#: rc.cpp:1889 + #, no-c-format + msgid "Current search engine" + msgstr "Huidige zoekmachine" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 19 +-#: rc.cpp:1958 ++#: rc.cpp:1895 + #, no-c-format + msgid "Use custom browser" + msgstr "Niet-standaard browser gebruiken" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 23 +-#: rc.cpp:1961 ++#: rc.cpp:1898 + #, no-c-format + msgid "Custom browser executable path" + msgstr "Uitvoerbaar pad naar aangepaste browser" +@@ -4132,7 +4132,7 @@ msgstr "Gegevens controleren" + msgid "Stopped. No space left on device." + msgstr "Gestopt. Geen schijfruimte over op apparaat." + +-#: libktorrent/torrent/queuemanager.cpp:135 ++#: libktorrent/torrent/queuemanager.cpp:136 + msgid "" + "You don't have enough disk space to download this torrent. Are you sure you " + "want to continue?" +@@ -4140,12 +4140,12 @@ msgstr "" + "Er is onvoldoende schijfruimte aanwezig om deze torrent te downloaden. Weet u " + "zeker dat u wilt doorgaan?" + +-#: libktorrent/torrent/queuemanager.cpp:135 ++#: libktorrent/torrent/queuemanager.cpp:136 + #, c-format + msgid "Insufficient disk space for %1" + msgstr "Onvoldoende schijfruimte voor %1" + +-#: libktorrent/torrent/queuemanager.cpp:157 ++#: libktorrent/torrent/queuemanager.cpp:158 + msgid "" + "Torrent \"%1\" has reached its maximum share ratio. Ignore the limit and start " + "seeding anyway?" +@@ -4153,16 +4153,16 @@ msgstr "" + "Torrent \"%1\" heeft zijn ingestelde deelverhouding al bereikt. Wilt u de " + "limiet negeren en verdergaan met uploaden?" + +-#: libktorrent/torrent/queuemanager.cpp:157 ++#: libktorrent/torrent/queuemanager.cpp:158 + msgid "Maximum share ratio limit reached." + msgstr "Maximum ingestelde deelverhouding is bereikt." + +-#: libktorrent/torrent/queuemanager.cpp:236 +-#: libktorrent/torrent/queuemanager.cpp:760 ++#: libktorrent/torrent/queuemanager.cpp:237 ++#: libktorrent/torrent/queuemanager.cpp:763 + msgid "Error stopping torrent %1 : %2" + msgstr "Fout bij het stoppen van torrent %1: %2" + +-#: libktorrent/torrent/queuemanager.cpp:742 ++#: libktorrent/torrent/queuemanager.cpp:745 + msgid "Error starting torrent %1 : %2" + msgstr "Fout bij het starten van torrent %1: %2" + +diff --git a/translations/pa/messages/ktorrent.po b/translations/pa/messages/ktorrent.po +index 2ff8d52..92ce203 100644 +--- a/translations/pa/messages/ktorrent.po ++++ b/translations/pa/messages/ktorrent.po +@@ -6,7 +6,7 @@ + msgid "" + msgstr "" + "Project-Id-Version: ktorrent\n" +-"POT-Creation-Date: 2008-04-18 19:40+0200\n" ++"POT-Creation-Date: 2008-07-08 22:20+0200\n" + "PO-Revision-Date: 2005-10-30 12:32+0530\n" + "Last-Translator: Amanpreet Singh Alam \n" + "Language-Team: Punjabi \n" +@@ -21,7 +21,7 @@ msgid "No incoming connections (possibly firewalled)" + msgstr "" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 42 +-#: apps/ktorrent/ktorrent.cpp:184 rc.cpp:345 rc.cpp:383 rc.cpp:1019 ++#: apps/ktorrent/ktorrent.cpp:184 rc.cpp:336 rc.cpp:369 rc.cpp:989 + #, fuzzy, no-c-format + msgid "Info" + msgstr "ਨਹੀਂ" +@@ -193,7 +193,7 @@ msgstr "" + #. i18n: file ./apps/ktorrent/ktorrentui.rc line 9 + #: apps/ktorrent/groups/downloadgroup.cpp:27 + #: apps/ktorrent/groups/groupmanager.h:57 apps/ktorrent/pref.cpp:147 +-#: apps/ktorrent/viewmanager.cpp:62 rc.cpp:138 rc.cpp:342 ++#: apps/ktorrent/viewmanager.cpp:62 rc.cpp:132 rc.cpp:333 + #, no-c-format + msgid "Downloads" + msgstr "ਡਾਊਨਲੋਡ" +@@ -313,7 +313,7 @@ msgid "Document to open" + msgstr "ਖੋਲਣ ਲਈ ਦਸਤਾਵੇਜ਼" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 59 +-#: apps/ktorrent/main.cpp:120 rc.cpp:553 ++#: apps/ktorrent/main.cpp:120 rc.cpp:532 + #, no-c-format + msgid "KTorrent" + msgstr "ਕੇ-ਟੋਰੈਂਟ" +@@ -600,7 +600,7 @@ msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 85 + #: apps/ktorrent/ktorrentviewmenu.cpp:66 plugins/infowidget/peerview.cpp:221 +-#: rc.cpp:77 rc.cpp:1256 rc.cpp:1307 ++#: rc.cpp:75 rc.cpp:1208 rc.cpp:1259 + #, no-c-format + msgid "DHT" + msgstr "" +@@ -643,7 +643,7 @@ msgid "Add to Group" + msgstr "" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 16 +-#: apps/ktorrent/ktorrentviewmenu.cpp:100 rc.cpp:147 ++#: apps/ktorrent/ktorrentviewmenu.cpp:100 rc.cpp:141 + #, no-c-format + msgid "Speed Limits" + msgstr "" +@@ -661,7 +661,7 @@ msgid "Malformed IP address." + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 311 +-#: apps/ktorrent/pref.cpp:58 rc.cpp:282 ++#: apps/ktorrent/pref.cpp:58 rc.cpp:273 + #, no-c-format + msgid "Preferences" + msgstr "ਮੇਰੀ ਪਸੰਦ" +@@ -695,7 +695,7 @@ msgid "Advanced" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 27 +-#: apps/ktorrent/pref.cpp:411 rc.cpp:540 ++#: apps/ktorrent/pref.cpp:411 rc.cpp:519 + #, fuzzy, no-c-format + msgid "Advanced Options" + msgstr "ਫਾਇਲ ਚੋਣ" +@@ -706,7 +706,7 @@ msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 16 + #: apps/ktorrent/ktorrentview.cpp:135 +-#: plugins/infowidget/infowidgetplugin.cpp:76 rc.cpp:1016 ++#: plugins/infowidget/infowidgetplugin.cpp:76 rc.cpp:986 + #, no-c-format + msgid "Status" + msgstr "ਸਥਿਤੀ" +@@ -729,7 +729,7 @@ msgstr "ਅੱਪਲੋਡ" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 313 + #: apps/ktorrent/ktorrentview.cpp:139 plugins/infowidget/peerview.cpp:216 +-#: rc.cpp:1010 ++#: rc.cpp:980 + #, no-c-format + msgid "Down Speed" + msgstr "ਡਾਊਨ ਗਤੀ" +@@ -851,7 +851,7 @@ msgid "User" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 24 +-#: apps/ktorrent/queuedialog.cpp:75 rc.cpp:249 ++#: apps/ktorrent/queuedialog.cpp:75 rc.cpp:240 + #, no-c-format + msgid "Queue Manager" + msgstr "" +@@ -1046,8 +1046,8 @@ msgid "Start torrent" + msgstr "ਇੱਕ ਟੋਰੈਂਟ ਬਣਾਓ" + + #. i18n: file ./apps/ktorrent/fileselectdlgbase.ui line 160 +-#: plugins/infowidget/fileview.cpp:49 rc.cpp:27 rc.cpp:1244 rc.cpp:1259 +-#: rc.cpp:1349 rc.cpp:1439 ++#: plugins/infowidget/fileview.cpp:49 rc.cpp:27 rc.cpp:1196 rc.cpp:1211 ++#: rc.cpp:1301 rc.cpp:1385 + #, fuzzy, no-c-format + msgid "Download" + msgstr "ਡਾਊਨਲੋਡ" +@@ -1101,13 +1101,13 @@ msgid "Encryption" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 58 +-#: rc.cpp:64 rc.cpp:787 ++#: rc.cpp:63 rc.cpp:764 + #, no-c-format + msgid "Use protocol encryption" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 64 +-#: rc.cpp:68 ++#: rc.cpp:66 + #, no-c-format + msgid "" + "Protocol encryption is used to prevent ISP's from slowing down bittorrent " +@@ -1115,20 +1115,20 @@ msgid "" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 72 +-#: rc.cpp:71 rc.cpp:790 ++#: rc.cpp:69 rc.cpp:767 + #, no-c-format + msgid "Allow unencrypted connections" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 75 +-#: rc.cpp:74 ++#: rc.cpp:72 + #, no-c-format + msgid "" + "If unchecked, you'll be able to connect only to clients supporting encryption." + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 88 +-#: rc.cpp:80 ++#: rc.cpp:78 + #, no-c-format + msgid "" + "Distributed Hash Table protocol." +@@ -1136,169 +1136,169 @@ msgid "" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 99 +-#: rc.cpp:83 ++#: rc.cpp:81 + #, no-c-format + msgid "&Use DHT to get additional peers" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 118 +-#: rc.cpp:87 ++#: rc.cpp:84 + #, no-c-format + msgid "UDP port for DHT communication:" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 161 +-#: rc.cpp:90 ++#: rc.cpp:87 + #, no-c-format + msgid "Custom IP" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 172 +-#: rc.cpp:93 ++#: rc.cpp:90 + #, no-c-format + msgid "Se&nd the tracker a custom IP address or hostname" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 188 +-#: rc.cpp:96 ++#: rc.cpp:93 + #, no-c-format + msgid "Custom IP address or hostname:" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 205 +-#: rc.cpp:99 ++#: rc.cpp:96 + #, fuzzy, no-c-format + msgid "System Tray Icon" + msgstr "ਸਿਸਟਮ ਟਰੇ ਆਈਕਾਨ ਵੇਖਾਓ(&y)" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 216 +-#: rc.cpp:102 ++#: rc.cpp:99 + #, no-c-format + msgid "Show s&ystem tray icon" + msgstr "ਸਿਸਟਮ ਟਰੇ ਆਈਕਾਨ ਵੇਖਾਓ(&y)" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 224 +-#: rc.cpp:105 ++#: rc.cpp:102 + #, fuzzy, no-c-format + msgid "Show speed &bar in tray icon" + msgstr "ਸਿਸਟਮ ਟਰੇ ਆਈਕਾਨ ਵੇਖਾਓ(&y)" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 232 +-#: rc.cpp:108 ++#: rc.cpp:105 + #, fuzzy, no-c-format + msgid "Show system tray popup messages" + msgstr "ਸਿਸਟਮ ਟਰੇ ਆਈਕਾਨ ਵੇਖਾਓ(&y)" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 251 +-#: rc.cpp:112 ++#: rc.cpp:108 + #, no-c-format + msgid "Upload bandwidth (in KB/sec):" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 276 +-#: rc.cpp:115 ++#: rc.cpp:111 + #, no-c-format + msgid "Download bandwidth (in KB/sec):" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 305 +-#: rc.cpp:118 ++#: rc.cpp:114 + #, no-c-format + msgid "Folders" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 324 +-#: rc.cpp:121 ++#: rc.cpp:117 + #, fuzzy, no-c-format + msgid "Folder to store temporary files:" + msgstr "ਆਰਜ਼ੀ ਫਾਇਲਾਂ ਸੰਭਾਲਣ ਲਈ ਡਾਇਰੈਕਟਰੀ" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 342 +-#: rc.cpp:124 ++#: rc.cpp:120 + #, fuzzy, no-c-format + msgid "Move completed downloads to:" + msgstr "ਡਾਊਨਲੋਡ" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 353 +-#: rc.cpp:128 ++#: rc.cpp:123 + #, fuzzy, no-c-format + msgid "&Automatically save downloads to:" + msgstr "ਡਾਊਨਲੋਡ ਸਵੈ-ਚਾਲਤ ਹੀ ਏਥੇ ਸੰਭਾਲੋ(&A)" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 395 +-#: rc.cpp:131 ++#: rc.cpp:126 + #, fuzzy, no-c-format + msgid "Copy .torrent files to:" + msgstr "ਟੋਰੈਂਟ ਫਾਇਲਾਂ (*.torrent)" + + #. i18n: file ./apps/ktorrent/ktorrentui.rc line 34 +-#: rc.cpp:144 ++#: rc.cpp:138 + #, no-c-format + msgid "Download Toolbar" + msgstr "ਡਾਊਨਲੋਡ ਸੰਦ-ਪੱਟੀ" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 27 +-#: rc.cpp:150 ++#: rc.cpp:144 + #, no-c-format + msgid "Set the speed limits for torrent" + msgstr "" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 51 +-#: rc.cpp:153 ++#: rc.cpp:147 + #, fuzzy, no-c-format + msgid "Max upload rate:" + msgstr "ਵੱਧ ਤੋਂ ਵੱਧ ਅੱਪਲੋਡ ਦਰ:" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 59 +-#: rc.cpp:156 ++#: rc.cpp:150 + #, fuzzy, no-c-format + msgid "Max download rate:" + msgstr "ਵੱਧ ਤੋਂ ਵੱਧ ਅੱਪਲੋਡ ਦਰ" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 97 +-#: rc.cpp:159 rc.cpp:162 ++#: rc.cpp:153 rc.cpp:156 + #, fuzzy, no-c-format + msgid "KB/s (0 is no limit)" + msgstr "ਕਿਬਾ/ਸਕਿੰਟ (ਬਿਨਾਂ ਸੀਮਾ ਲਈ 0)" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 16 +-#: rc.cpp:171 ++#: rc.cpp:165 + #, no-c-format + msgid "Add potential peer" + msgstr "" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 35 +-#: rc.cpp:174 ++#: rc.cpp:168 + #, fuzzy, no-c-format + msgid "Peer IP:" + msgstr "ਪੀਅਰ" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 43 +-#: rc.cpp:177 rc.cpp:208 ++#: rc.cpp:171 rc.cpp:201 + #, no-c-format + msgid "127.0.0.1" + msgstr "" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 51 +-#: rc.cpp:180 rc.cpp:288 rc.cpp:525 rc.cpp:931 ++#: rc.cpp:174 rc.cpp:279 rc.cpp:504 rc.cpp:908 + #, no-c-format + msgid "Port:" + msgstr "ਪੋਰਟ:" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 100 +-#: rc.cpp:183 ++#: rc.cpp:177 + #, no-c-format + msgid "Enter peer IP and port." + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 16 +-#: rc.cpp:193 ++#: rc.cpp:186 + #, fuzzy, no-c-format + msgid "KTorrent Blacklist" + msgstr "ਟੋਰੈਂਟ ਫਾਇਲਾਂ (*.torrent)" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 30 +-#: rc.cpp:196 ++#: rc.cpp:189 + #, no-c-format + msgid "" + "Note: Blacklist applies to current session only. Use save/open to save your " +@@ -1306,187 +1306,187 @@ msgid "" + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 41 +-#: rc.cpp:199 ++#: rc.cpp:192 + #, fuzzy, no-c-format + msgid "Banned Peers" + msgstr "ਜਾਰੀ ਪੀਅਰ" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 50 +-#: rc.cpp:202 ++#: rc.cpp:195 + #, no-c-format + msgid "Peer IP address" + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 96 +-#: rc.cpp:205 ++#: rc.cpp:198 + #, no-c-format + msgid "Add peer:" + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 134 +-#: rc.cpp:215 ++#: rc.cpp:207 + #, no-c-format + msgid "Adds a peer to blacklist" + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 168 +-#: rc.cpp:222 ++#: rc.cpp:213 + #, no-c-format + msgid "Removes selected peer from blacklist" + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 176 +-#: rc.cpp:225 ++#: rc.cpp:216 + #, no-c-format + msgid "C&lear" + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 182 +-#: rc.cpp:228 ++#: rc.cpp:219 + #, no-c-format + msgid "Clears this list" + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 218 +-#: rc.cpp:234 ++#: rc.cpp:225 + #, no-c-format + msgid "Save &As..." + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 224 +-#: rc.cpp:237 ++#: rc.cpp:228 + #, no-c-format + msgid "Save this blacklist to use with KTorrent IPFilter plugin" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 59 +-#: rc.cpp:252 ++#: rc.cpp:243 + #, no-c-format + msgid "Maximum downloads:" + msgstr "ਵੱਧ ਤੋਂ ਵੱਧ ਡਾਊਨਲੋਡ:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 86 +-#: rc.cpp:255 ++#: rc.cpp:246 + #, fuzzy, no-c-format + msgid "Maximum seeds:" + msgstr "ਵੱਧ ਤੋਂ ਵੱਧ ਡਾਊਨਲੋਡ:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 94 +-#: rc.cpp:258 ++#: rc.cpp:249 + #, no-c-format + msgid "Start download on low disk space :" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 102 +-#: rc.cpp:261 ++#: rc.cpp:252 + #, no-c-format + msgid "Minimum disk space:" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 140 +-#: rc.cpp:264 ++#: rc.cpp:255 + #, fuzzy, no-c-format + msgid "Don't start" + msgstr "ਚਾਲੂ ਨਹੀਂ ਹੋਇਆ" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 145 +-#: rc.cpp:267 ++#: rc.cpp:258 + #, no-c-format + msgid "Always ask" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 150 +-#: rc.cpp:270 ++#: rc.cpp:261 + #, fuzzy, no-c-format + msgid "Force start" + msgstr "ਚਾਲੂ ਨਹੀਂ ਹੋਇਆ" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 208 +-#: rc.cpp:273 ++#: rc.cpp:264 + #, no-c-format + msgid "MB" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 236 +-#: rc.cpp:276 rc.cpp:279 rc.cpp:312 rc.cpp:315 rc.cpp:324 ++#: rc.cpp:267 rc.cpp:270 rc.cpp:303 rc.cpp:306 rc.cpp:315 + #, no-c-format + msgid "(0 is no limit)" + msgstr "(ਬਿਨਾਂ ਸੀਮਾ ਲਈ 0 )" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 330 +-#: rc.cpp:285 ++#: rc.cpp:276 + #, fuzzy, no-c-format + msgid "Maximum download rate:" + msgstr "ਵੱਧ ਤੋਂ ਵੱਧ ਅੱਪਲੋਡ ਦਰ" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 346 +-#: rc.cpp:291 ++#: rc.cpp:282 + #, no-c-format + msgid "Global connection limit:" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 354 +-#: rc.cpp:294 ++#: rc.cpp:285 + #, fuzzy, no-c-format + msgid "Max seed time:" + msgstr "ਵੱਧ ਤੋਂ ਵੱਧ ਡਾਊਨਲੋਡ:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 370 +-#: rc.cpp:297 ++#: rc.cpp:288 + #, fuzzy, no-c-format + msgid "Maximum connections per torrent:" + msgstr "ਪ੍ਰਤੀ ਡਾਊਨਲੋਡ ਵੱਧ ਤੋਂ ਵੱਧ ਕੁਨੈਕਸ਼ਨ:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 397 +-#: rc.cpp:300 ++#: rc.cpp:291 + #, no-c-format + msgid "Number of upload slots:" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 405 +-#: rc.cpp:303 ++#: rc.cpp:294 + #, fuzzy, no-c-format + msgid "UDP tracker port:" + msgstr "ਟਰੈਕਰ ਮੰਗ ਕੀਤੀ ਜਾ ਰਹੀ ਹੈ" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 413 +-#: rc.cpp:306 ++#: rc.cpp:297 + #, no-c-format + msgid "Max share ratio:" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 421 +-#: rc.cpp:309 ++#: rc.cpp:300 + #, no-c-format + msgid "Maximum upload rate:" + msgstr "ਵੱਧ ਤੋਂ ਵੱਧ ਅੱਪਲੋਡ ਦਰ:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 576 +-#: rc.cpp:318 rc.cpp:321 ++#: rc.cpp:309 rc.cpp:312 + #, no-c-format + msgid "KB/sec (0 is no limit)" + msgstr "ਕਿਬਾ/ਸਕਿੰਟ (ਬਿਨਾਂ ਸੀਮਾ ਲਈ 0)" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 651 +-#: rc.cpp:327 ++#: rc.cpp:318 + #, fuzzy, no-c-format + msgid "Hours (0 is no limit)" + msgstr "(ਬਿਨਾਂ ਸੀਮਾ ਲਈ 0 )" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 663 +-#: rc.cpp:330 ++#: rc.cpp:321 + #, no-c-format + msgid "&Keep seeding after download is finished" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 674 +-#: rc.cpp:333 ++#: rc.cpp:324 + #, no-c-format + msgid "Attention" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 685 +-#: rc.cpp:336 ++#: rc.cpp:327 + #, no-c-format + msgid "" + "The above ports must also be forwarded if you are behind a router. The UPnP " +@@ -1494,283 +1494,283 @@ msgid "" + msgstr "" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 16 +-#: rc.cpp:339 ++#: rc.cpp:330 + #, no-c-format + msgid "KT Queue Dialog" + msgstr "" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 69 +-#: rc.cpp:348 rc.cpp:386 rc.cpp:1107 ++#: rc.cpp:339 rc.cpp:372 rc.cpp:1067 + #, fuzzy, no-c-format + msgid "Status:" + msgstr "ਸਥਿਤੀ" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 85 +-#: rc.cpp:351 rc.cpp:389 rc.cpp:1808 ++#: rc.cpp:342 rc.cpp:375 rc.cpp:1751 + #, fuzzy, no-c-format + msgid "Tracker:" + msgstr "ਟਰੈਕਰ" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 93 +-#: rc.cpp:354 rc.cpp:392 rc.cpp:1805 ++#: rc.cpp:345 rc.cpp:378 rc.cpp:1748 + #, no-c-format + msgid "DHT:" + msgstr "" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 109 +-#: rc.cpp:357 rc.cpp:395 rc.cpp:1061 ++#: rc.cpp:348 rc.cpp:381 rc.cpp:1025 + #, no-c-format + msgid "Share ratio:" + msgstr "" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 117 +-#: rc.cpp:360 ++#: rc.cpp:351 + #, no-c-format + msgid "Bytes left:" + msgstr "" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 177 +-#: rc.cpp:368 rc.cpp:377 ++#: rc.cpp:354 rc.cpp:363 + #, fuzzy, no-c-format + msgid "Torrent" + msgstr "ਕੇ-ਟੋਰੈਂਟ" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 188 +-#: rc.cpp:371 rc.cpp:380 ++#: rc.cpp:357 rc.cpp:366 + #, no-c-format + msgid "Controlled by" + msgstr "" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 214 +-#: rc.cpp:374 ++#: rc.cpp:360 + #, fuzzy, no-c-format + msgid "Upload&s" + msgstr "ਅੱਪਲੋਡ" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 333 +-#: rc.cpp:398 ++#: rc.cpp:384 + #, fuzzy, no-c-format + msgid "Uploaded:" + msgstr "ਅੱਪਲੋਡ" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 486 +-#: rc.cpp:406 ++#: rc.cpp:387 + #, no-c-format + msgid "M&ove up" + msgstr "" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 494 +-#: rc.cpp:409 ++#: rc.cpp:390 + #, no-c-format + msgid "Move dow&n" + msgstr "" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 519 +-#: rc.cpp:412 ++#: rc.cpp:393 + #, no-c-format + msgid "Move to top" + msgstr "" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 530 +-#: rc.cpp:416 ++#: rc.cpp:396 + #, no-c-format + msgid "Move to &bottom" + msgstr "" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 555 +-#: rc.cpp:419 ++#: rc.cpp:399 + #, no-c-format + msgid "&QM Controlled" + msgstr "" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 563 +-#: rc.cpp:422 ++#: rc.cpp:402 + #, no-c-format + msgid "&User Controlled" + msgstr "" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 30 +-#: rc.cpp:434 ++#: rc.cpp:414 + #, no-c-format + msgid "Paste URL" + msgstr "" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 52 +-#: rc.cpp:437 rc.cpp:1104 rc.cpp:1919 ++#: rc.cpp:417 rc.cpp:1064 rc.cpp:1859 + #, no-c-format + msgid "URL:" + msgstr "" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 106 +-#: rc.cpp:440 ++#: rc.cpp:420 + #, no-c-format + msgid "O&K" + msgstr "" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 114 +-#: rc.cpp:443 rc.cpp:675 rc.cpp:1176 ++#: rc.cpp:423 rc.cpp:653 rc.cpp:1128 + #, fuzzy, no-c-format + msgid "C&ancel" + msgstr "ਰੱਦ ਕਰੋ(&n)" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 16 +-#: rc.cpp:446 ++#: rc.cpp:426 + #, fuzzy, no-c-format + msgid "Create Torrent" + msgstr "ਇੱਕ ਟੋਰੈਂਟ ਬਣਾਓ" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 38 +-#: rc.cpp:449 ++#: rc.cpp:429 + #, fuzzy, no-c-format + msgid "The file or folder of which you want to create a torrent:" + msgstr "ਇੱਕ ਟੋਰੈਂਟ ਬਣਾਉਣ ਲਈ ਬਣਾਈ ਜਾਣ ਵਾਲੀ ਫਾਇਲ ਜਾਂ ਡਾਇਰੈਕਟਰੀ ਦਾ ਨਾਂ:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 53 +-#: rc.cpp:452 ++#: rc.cpp:432 + #, fuzzy, no-c-format + msgid "You must add at least one tracker or node." + msgstr "ਤੁਹਾਨੂੰ ਘੱਟੋ-ਘੱਟ ਇੱਕ ਟਰੈਕਰ ਜੋੜਨਾ ਚਾਹੀਦਾ ਹੈ।" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 61 +-#: rc.cpp:455 ++#: rc.cpp:435 + #, fuzzy, no-c-format + msgid "File Options" + msgstr "ਫਾਇਲ ਚੋਣ" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 80 +-#: rc.cpp:458 ++#: rc.cpp:438 + #, fuzzy, no-c-format + msgid "Size of each chunk:" + msgstr "ਹਰ ਚਕ ਦਾ ਅਕਾਰ" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 86 +-#: rc.cpp:461 ++#: rc.cpp:441 + #, no-c-format + msgid "32" + msgstr "32" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 91 +-#: rc.cpp:464 ++#: rc.cpp:444 + #, no-c-format + msgid "64" + msgstr "64" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 96 +-#: rc.cpp:467 ++#: rc.cpp:447 + #, no-c-format + msgid "128" + msgstr "128" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 101 +-#: rc.cpp:470 ++#: rc.cpp:450 + #, no-c-format + msgid "256" + msgstr "256" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 106 +-#: rc.cpp:473 ++#: rc.cpp:453 + #, no-c-format + msgid "512" + msgstr "512" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 111 +-#: rc.cpp:476 ++#: rc.cpp:456 + #, no-c-format + msgid "1024" + msgstr "1024" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 116 +-#: rc.cpp:479 ++#: rc.cpp:459 + #, no-c-format + msgid "2048" + msgstr "" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 121 +-#: rc.cpp:482 ++#: rc.cpp:462 + #, no-c-format + msgid "4096" + msgstr "" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 126 +-#: rc.cpp:485 ++#: rc.cpp:465 + #, no-c-format + msgid "8192" + msgstr "" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 138 +-#: rc.cpp:488 rc.cpp:633 ++#: rc.cpp:468 rc.cpp:611 + #, no-c-format + msgid "KB" + msgstr "ਕਿਬਾ" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 165 +-#: rc.cpp:491 ++#: rc.cpp:471 + #, no-c-format + msgid "Start seedin&g the torrent" + msgstr "" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 176 +-#: rc.cpp:494 ++#: rc.cpp:474 + #, no-c-format + msgid "Decentrali&zed (DHT only)" + msgstr "" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 184 +-#: rc.cpp:497 ++#: rc.cpp:477 + #, no-c-format + msgid "Private torrent (DHT not allowed)" + msgstr "" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 202 +-#: rc.cpp:500 ++#: rc.cpp:480 + #, fuzzy, no-c-format + msgid "Comments:" + msgstr "ਟਿੱਪਣੀਆਂ" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 248 +-#: rc.cpp:503 ++#: rc.cpp:483 + #, fuzzy, no-c-format + msgid "&Create" + msgstr "ਬਣਾਓ(&a)" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 262 +-#: rc.cpp:506 rc.cpp:1325 ++#: rc.cpp:486 rc.cpp:1277 + #, no-c-format + msgid "Ca&ncel" + msgstr "ਰੱਦ ਕਰੋ(&n)" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 275 +-#: plugins/infowidget/infowidgetplugin.cpp:214 rc.cpp:509 rc.cpp:1101 ++#: plugins/infowidget/infowidgetplugin.cpp:214 rc.cpp:489 rc.cpp:1061 + #, fuzzy, no-c-format + msgid "Trackers" + msgstr "ਟਰੈਕਰ" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 283 +-#: rc.cpp:512 ++#: rc.cpp:492 + #, no-c-format + msgid "DHT nodes" + msgstr "" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 333 +-#: rc.cpp:522 ++#: rc.cpp:501 + #, fuzzy, no-c-format + msgid "Node:" + msgstr "ਨਾਂ" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 385 +-#: rc.cpp:528 ++#: rc.cpp:507 + #, no-c-format + msgid "IP or hostname" + msgstr "" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 396 +-#: rc.cpp:531 rc.cpp:718 rc.cpp:721 ++#: rc.cpp:510 rc.cpp:695 rc.cpp:698 + #, no-c-format + msgid "Port" + msgstr "ਪੋਰਟ" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 437 +-#: rc.cpp:534 ++#: rc.cpp:513 + #, no-c-format + msgid "" + "NOTE: Some known good DHT nodes are already inserted. You should probably " +@@ -1778,19 +1778,19 @@ msgid "" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 16 +-#: rc.cpp:537 ++#: rc.cpp:516 + #, fuzzy, no-c-format + msgid "Advanced Preferences" + msgstr "ਮੇਰੀ ਪਸੰਦ" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 46 +-#: rc.cpp:543 ++#: rc.cpp:522 + #, no-c-format + msgid "Time left estimation algorithm:" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 53 +-#: rc.cpp:546 rc.cpp:568 ++#: rc.cpp:525 rc.cpp:547 + #, no-c-format + msgid "" + "KTorrent algorithm: Default algorithm using combination of other " +@@ -1806,427 +1806,427 @@ msgid "" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 64 +-#: rc.cpp:556 ++#: rc.cpp:535 + #, fuzzy, no-c-format + msgid "Current speed" + msgstr "ਟੋਰੈਂਟ ਖੋਜ ਇੰਜਣ" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 69 +-#: rc.cpp:559 ++#: rc.cpp:538 + #, no-c-format + msgid "Global average speed" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 74 +-#: rc.cpp:562 ++#: rc.cpp:541 + #, no-c-format + msgid "Window of X" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 79 +-#: rc.cpp:565 ++#: rc.cpp:544 + #, no-c-format + msgid "Moving average" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 98 +-#: rc.cpp:575 ++#: rc.cpp:554 + #, no-c-format + msgid "(takes effect after restart)" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 125 +-#: rc.cpp:578 ++#: rc.cpp:557 + #, no-c-format + msgid "Disa&ble diskspace preallocation" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 141 +-#: rc.cpp:581 ++#: rc.cpp:560 + #, no-c-format + msgid "F&ully preallocate diskspace (avoids fragmentation)" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 147 +-#: rc.cpp:584 ++#: rc.cpp:563 + #, no-c-format + msgid "Basic (slow)" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 152 +-#: rc.cpp:587 ++#: rc.cpp:566 + #, no-c-format + msgid "Filesystem specific" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 174 +-#: rc.cpp:590 ++#: rc.cpp:569 + #, fuzzy, no-c-format + msgid "Performance" + msgstr "ਮੇਰੀ ਪਸੰਦ" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 193 +-#: rc.cpp:593 ++#: rc.cpp:572 + #, no-c-format + msgid "Memory usage:" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 199 +-#: rc.cpp:596 ++#: rc.cpp:575 + #, no-c-format + msgid "Low" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 204 +-#: rc.cpp:599 ++#: rc.cpp:578 + #, no-c-format + msgid "Medium" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 209 +-#: rc.cpp:602 ++#: rc.cpp:581 + #, no-c-format + msgid "High" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 248 +-#: rc.cpp:605 ++#: rc.cpp:584 + #, no-c-format + msgid "GUI update interval:" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 254 +-#: rc.cpp:608 ++#: rc.cpp:587 + #, no-c-format + msgid "500ms" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 259 +-#: rc.cpp:611 ++#: rc.cpp:590 + #, no-c-format + msgid "1s" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 264 +-#: rc.cpp:614 ++#: rc.cpp:593 + #, no-c-format + msgid "2s" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 269 +-#: rc.cpp:617 ++#: rc.cpp:596 + #, no-c-format + msgid "5s" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 308 +-#: rc.cpp:620 ++#: rc.cpp:599 + #, no-c-format + msgid "Fast CPU" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 342 +-#: rc.cpp:624 ++#: rc.cpp:602 + #, no-c-format + msgid "Slow CPU" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 354 +-#: rc.cpp:627 ++#: rc.cpp:605 + #, no-c-format + msgid "Data Checking" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 373 +-#: rc.cpp:630 ++#: rc.cpp:608 + #, no-c-format + msgid "During uploading, do ¬ recheck chunks bigger than" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 430 +-#: rc.cpp:636 ++#: rc.cpp:614 + #, no-c-format + msgid "Do a data integrit&y check after" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 449 +-#: rc.cpp:639 ++#: rc.cpp:617 + #, no-c-format + msgid "corrupted chunks" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 478 +-#: rc.cpp:642 ++#: rc.cpp:620 + #, no-c-format + msgid "Networking" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 505 +-#: rc.cpp:645 ++#: rc.cpp:623 + #, fuzzy, no-c-format + msgid "Maximum number of connection setups:" + msgstr "ਪ੍ਰਤੀ ਡਾਊਨਲੋਡ ਵੱਧੋ-ਵੱਧ ਕੁਨੈਕਸ਼ਨ ਦੀ ਗਿਣਤੀ (0= ਬੇਅੰਤ)" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 527 +-#: rc.cpp:648 ++#: rc.cpp:626 + #, no-c-format + msgid "DSCP for IP packets:" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 570 +-#: rc.cpp:651 ++#: rc.cpp:629 + #, no-c-format + msgid "Do not use the KDE pro&xy settings for HTTP tracker connections" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 586 +-#: rc.cpp:654 ++#: rc.cpp:632 + #, fuzzy, no-c-format + msgid "HTTP tracker proxy:" + msgstr "ਟਰੈਕਰ ਮੰਗ ਕੀਤੀ ਜਾ ਰਹੀ ਹੈ" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 24 +-#: rc.cpp:657 ++#: rc.cpp:635 + #, no-c-format + msgid "Scanning data" + msgstr "" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 38 +-#: rc.cpp:660 ++#: rc.cpp:638 + #, no-c-format + msgid "Scanning data of torrent :" + msgstr "" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 62 +-#: rc.cpp:663 ++#: rc.cpp:641 + #, no-c-format + msgid "Number of chunks found :" + msgstr "" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 70 +-#: rc.cpp:666 ++#: rc.cpp:644 + #, no-c-format + msgid "Number of chunks failed / not downloaded :" + msgstr "" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 97 +-#: rc.cpp:669 rc.cpp:672 ++#: rc.cpp:647 rc.cpp:650 + #, no-c-format + msgid "0" + msgstr "" + + #. i18n: file ./apps/ktupnptest/mainwidget.ui line 54 +-#: rc.cpp:678 ++#: rc.cpp:656 + #, no-c-format + msgid "Test" + msgstr "" + + #. i18n: file ./libktorrent/labelviewitembase.ui line 49 +-#: rc.cpp:685 ++#: rc.cpp:662 + #, no-c-format + msgid "textLabel2" + msgstr "" + + #. i18n: file ./libktorrent/labelviewitembase.ui line 65 +-#: rc.cpp:688 ++#: rc.cpp:665 + #, no-c-format + msgid "textLabel3" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 10 +-#: rc.cpp:691 ++#: rc.cpp:668 + #, no-c-format + msgid "Maximum number of downloads (0 = no limit)" + msgstr "ਵੱਧ ਤੋਂ ਵੱਧ ਡਾਊਨਲੋਡ (0 = ਕੋਈ ਸੀਮਾ ਨਹੀਂ)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 15 +-#: rc.cpp:694 ++#: rc.cpp:671 + #, fuzzy, no-c-format + msgid "Maximum number of seeds (0 = no limit)" + msgstr "ਵੱਧ ਤੋਂ ਵੱਧ ਡਾਊਨਲੋਡ (0 = ਕੋਈ ਸੀਮਾ ਨਹੀਂ)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 20 +-#: rc.cpp:697 ++#: rc.cpp:674 + #, no-c-format + msgid "Start downloads on low disk space?" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 24 +-#: rc.cpp:700 ++#: rc.cpp:677 + #, fuzzy, no-c-format + msgid "Maximum number of connections per torrent (0 = no limit)" + msgstr "ਪ੍ਰਤੀ ਡਾਊਨਲੋਡ ਵੱਧੋ-ਵੱਧ ਕੁਨੈਕਸ਼ਨ ਦੀ ਗਿਣਤੀ (0= ਬੇਅੰਤ)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 29 +-#: rc.cpp:703 ++#: rc.cpp:680 + #, fuzzy, no-c-format + msgid "Maximum number of connections for all torrents (0 = no limit) " + msgstr "ਪ੍ਰਤੀ ਡਾਊਨਲੋਡ ਵੱਧੋ-ਵੱਧ ਕੁਨੈਕਸ਼ਨ ਦੀ ਗਿਣਤੀ (0= ਬੇਅੰਤ)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 34 +-#: rc.cpp:706 ++#: rc.cpp:683 + #, no-c-format + msgid "Maximum upload speed in KB/sec (0 = no limit)" + msgstr "ਕਿਬ/ਸਕਿੰਟ 'ਚ ਡਾਊਨਲੋਡ ਦੀ ਵੱਧ ਤੋਂ ਵੱਧ ਗਤੀ (0 = ਕੋਈ ਸੀਮਾ ਨਹੀਂ)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 39 +-#: rc.cpp:709 ++#: rc.cpp:686 + #, fuzzy, no-c-format + msgid "Maximum download speed in KB/sec (0 = no limit)" + msgstr "ਵੱਧ ਤੋਂ ਵੱਧ ਡਾਊਨਲੋਡ ਗਤੀ (0 = ਕੋਈ ਸੀਮਾ ਨਹੀਂ)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 44 +-#: rc.cpp:712 ++#: rc.cpp:689 + #, fuzzy, no-c-format + msgid "Maximum share ratio(0 = no limit)" + msgstr "ਵੱਧ ਤੋਂ ਵੱਧ ਡਾਊਨਲੋਡ (0 = ਕੋਈ ਸੀਮਾ ਨਹੀਂ)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 49 +-#: rc.cpp:715 ++#: rc.cpp:692 + #, fuzzy, no-c-format + msgid "Maximum seed time in hours (0 = no limit)" + msgstr "ਵੱਧ ਤੋਂ ਵੱਧ ਡਾਊਨਲੋਡ (0 = ਕੋਈ ਸੀਮਾ ਨਹੀਂ)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 66 +-#: rc.cpp:724 ++#: rc.cpp:701 + #, no-c-format + msgid "Show a system tray icon" + msgstr "ਸਿਸਟਮ ਟਰੇ ਆਈਕਾਨ ਵੇਖਾਓ" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 70 +-#: rc.cpp:727 ++#: rc.cpp:704 + #, fuzzy, no-c-format + msgid "Show speed bar in tray icon" + msgstr "ਸਿਸਟਮ ਟਰੇ ਆਈਕਾਨ ਵੇਖਾਓ(&y)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 74 +-#: rc.cpp:730 ++#: rc.cpp:707 + #, no-c-format + msgid "Download bandwidth (in kb/s):" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 80 +-#: rc.cpp:733 ++#: rc.cpp:710 + #, no-c-format + msgid "Upload bandwidth (in kb/s):" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 86 +-#: rc.cpp:736 ++#: rc.cpp:713 + #, no-c-format + msgid "Show popup messages when torrent is finished." + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 90 +-#: rc.cpp:739 ++#: rc.cpp:716 + #, no-c-format + msgid "Keep seeding after download has finished" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 94 +-#: rc.cpp:742 ++#: rc.cpp:719 + #, fuzzy, no-c-format + msgid "Folder to store temporary files" + msgstr "ਆਰਜ਼ੀ ਫਾਇਲਾਂ ਸੰਭਾਲਣ ਲਈ ਡਾਇਰੈਕਟਰੀ" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 98 +-#: rc.cpp:745 ++#: rc.cpp:722 + #, fuzzy, no-c-format + msgid "Whether to automatically save downloads to saveDir" + msgstr "ਡਾਊਨਲੋਡ ਸਵੈ-ਚਾਲਤ ਹੀ ਏਥੇ ਸੰਭਾਲੋ(&A)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 102 +-#: rc.cpp:748 ++#: rc.cpp:725 + #, fuzzy, no-c-format + msgid "Folder to store downloaded files" + msgstr "ਡਾਊਨਲੋਡ ਫਾਇਲਾਂ ਨੂੰ ਸੰਭਾਲਣ ਲਈ ਡਾਇਰੈਕਟਰੀ" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 106 +-#: rc.cpp:751 ++#: rc.cpp:728 + #, fuzzy, no-c-format + msgid "Whether to automatically move completed downloads to completedDir" + msgstr "ਡਾਊਨਲੋਡ ਸਵੈ-ਚਾਲਤ ਹੀ ਏਥੇ ਸੰਭਾਲੋ(&A)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 110 +-#: rc.cpp:754 ++#: rc.cpp:731 + #, fuzzy, no-c-format + msgid "Folder to move completed downloaded files to" + msgstr "ਡਾਊਨਲੋਡ ਫਾਇਲਾਂ ਨੂੰ ਸੰਭਾਲਣ ਲਈ ਡਾਇਰੈਕਟਰੀ" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 114 +-#: rc.cpp:757 ++#: rc.cpp:734 + #, fuzzy, no-c-format + msgid "Whether to automatically copy .torrent files to torrentCopyDir" + msgstr "ਡਾਊਨਲੋਡ ਸਵੈ-ਚਾਲਤ ਹੀ ਏਥੇ ਸੰਭਾਲੋ(&A)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 118 +-#: rc.cpp:760 ++#: rc.cpp:737 + #, fuzzy, no-c-format + msgid "Folder to copy .torrent files to" + msgstr "ਆਰਜ਼ੀ ਫਾਇਲਾਂ ਸੰਭਾਲਣ ਲਈ ਡਾਇਰੈਕਟਰੀ" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 122 +-#: rc.cpp:763 ++#: rc.cpp:740 + #, no-c-format + msgid "Whether to use a custom IP to pass to the tracker" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 126 +-#: rc.cpp:766 ++#: rc.cpp:743 + #, no-c-format + msgid "Directory which was used as the last save directory" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 130 +-#: rc.cpp:769 ++#: rc.cpp:746 + #, no-c-format + msgid "IP to pass to the tracker" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 134 +-#: rc.cpp:772 ++#: rc.cpp:749 + #, no-c-format + msgid "Memory usage" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 138 +-#: rc.cpp:775 ++#: rc.cpp:752 + #, no-c-format + msgid "GUI update interval" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 142 +-#: rc.cpp:778 ++#: rc.cpp:755 + #, no-c-format + msgid "Support for DHT" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 146 +-#: rc.cpp:781 ++#: rc.cpp:758 + #, no-c-format + msgid "DHT port" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 152 +-#: rc.cpp:784 ++#: rc.cpp:761 + #, no-c-format + msgid "Number of upload slots" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 196 +-#: rc.cpp:793 ++#: rc.cpp:770 + #, no-c-format + msgid "Columns shown in KTorrentView" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 205 +-#: rc.cpp:796 ++#: rc.cpp:773 + #, no-c-format + msgid "ET algorithm" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 227 +-#: rc.cpp:799 ++#: rc.cpp:776 + #, no-c-format + msgid "" + "When there's no space left to complete download and free diskspace is less than " +@@ -2234,602 +2234,602 @@ msgid "" + msgstr "" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 16 +-#: rc.cpp:802 ++#: rc.cpp:779 + #, no-c-format + msgid "Plugin Manager" + msgstr "" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 48 +-#: rc.cpp:805 ++#: rc.cpp:782 + #, no-c-format + msgid "Load" + msgstr "" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 56 +-#: rc.cpp:808 ++#: rc.cpp:785 + #, fuzzy, no-c-format + msgid "U&nload" + msgstr "ਡਾਊਨਲੋਡ" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 64 +-#: rc.cpp:811 ++#: rc.cpp:788 + #, no-c-format + msgid "Load &All" + msgstr "" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 72 +-#: rc.cpp:814 ++#: rc.cpp:791 + #, fuzzy, no-c-format + msgid "&Unload All" + msgstr "ਡਾਊਨਲੋਡ" + + #. i18n: file ./plugins/upnp/ktupnpplugin.kcfg line 10 +-#: rc.cpp:817 ++#: rc.cpp:794 + #, no-c-format + msgid "Default UPnP device to use" + msgstr "" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 16 +-#: plugins/upnp/upnpplugin.cpp:46 plugins/upnp/upnpprefpage.cpp:31 rc.cpp:820 ++#: plugins/upnp/upnpplugin.cpp:46 plugins/upnp/upnpprefpage.cpp:31 rc.cpp:797 + #, no-c-format + msgid "UPnP" + msgstr "" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 35 +-#: rc.cpp:823 ++#: rc.cpp:800 + #, no-c-format + msgid "Detected devices:" + msgstr "" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 41 +-#: rc.cpp:826 ++#: rc.cpp:803 + #, no-c-format + msgid "Device" + msgstr "" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 52 +-#: rc.cpp:829 ++#: rc.cpp:806 + #, fuzzy, no-c-format + msgid "Ports Forwarded" + msgstr "ਡਾਊਨਲੋਡ" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 63 +-#: rc.cpp:832 ++#: rc.cpp:809 + #, no-c-format + msgid "WAN Connection" + msgstr "" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 91 +-#: rc.cpp:835 ++#: rc.cpp:812 + #, no-c-format + msgid "Forw&ard Ports" + msgstr "" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 99 +-#: rc.cpp:838 ++#: rc.cpp:815 + #, no-c-format + msgid "Undo Port Forwarding" + msgstr "" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 124 +-#: rc.cpp:841 ++#: rc.cpp:818 + #, no-c-format + msgid "Rescan" + msgstr "" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 9 +-#: rc.cpp:844 ++#: rc.cpp:821 + #, no-c-format + msgid "Enable scanning of folder1?" + msgstr "" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 14 +-#: rc.cpp:847 ++#: rc.cpp:824 + #, no-c-format + msgid "Enable scanning of folder2?" + msgstr "" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 19 +-#: rc.cpp:850 ++#: rc.cpp:827 + #, no-c-format + msgid "Enable scanning of folder3?" + msgstr "" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 24 +-#: rc.cpp:853 ++#: rc.cpp:830 + #, no-c-format + msgid "Folder1 path" + msgstr "" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 29 +-#: rc.cpp:856 ++#: rc.cpp:833 + #, no-c-format + msgid "Folder2 path" + msgstr "" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 34 +-#: rc.cpp:859 ++#: rc.cpp:836 + #, no-c-format + msgid "Folder3 path" + msgstr "" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 39 +-#: rc.cpp:862 ++#: rc.cpp:839 + #, fuzzy, no-c-format + msgid "Whether to open torrent silently or not." + msgstr "ਫਾਇਲ %1 ਖੋਲੀ ਨਹੀਂ ਜਾ ਸਕਦੀ: %2" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 44 +-#: rc.cpp:865 ++#: rc.cpp:842 + #, no-c-format + msgid "Delete action checked." + msgstr "" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 49 +-#: rc.cpp:868 ++#: rc.cpp:845 + #, no-c-format + msgid "Move action checked." + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 16 +-#: rc.cpp:871 ++#: rc.cpp:848 + #, fuzzy, no-c-format + msgid "ScanFolder Preferences" + msgstr "ਮੇਰੀ ਪਸੰਦ" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 35 +-#: rc.cpp:874 ++#: rc.cpp:851 + #, no-c-format + msgid "Scan folder &1" + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 38 +-#: rc.cpp:877 rc.cpp:1480 ++#: rc.cpp:854 rc.cpp:1424 + #, fuzzy, no-c-format + msgid "Alt+1" + msgstr "Alt+Y" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 46 +-#: rc.cpp:880 ++#: rc.cpp:857 + #, no-c-format + msgid "Scan folder &2" + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 49 +-#: rc.cpp:883 rc.cpp:1471 rc.cpp:1495 ++#: rc.cpp:860 rc.cpp:1415 rc.cpp:1439 + #, fuzzy, no-c-format + msgid "Alt+2" + msgstr "Alt+Y" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 57 +-#: rc.cpp:886 ++#: rc.cpp:863 + #, no-c-format + msgid "Scan folder &3" + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 60 +-#: rc.cpp:889 rc.cpp:1465 ++#: rc.cpp:866 rc.cpp:1409 + #, fuzzy, no-c-format + msgid "Alt+3" + msgstr "Alt+Y" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 81 +-#: rc.cpp:895 ++#: rc.cpp:872 + #, no-c-format + msgid "Move to \"loaded\" directory &after loading" + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 84 +-#: rc.cpp:898 ++#: rc.cpp:875 + #, no-c-format + msgid "Move torrent to \"loaded\" directory after loading it" + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 92 +-#: rc.cpp:901 ++#: rc.cpp:878 + #, fuzzy, no-c-format + msgid "Open torrents silentl&y" + msgstr "ਟੋਰੈਂਟ ਫਾਇਲਾਂ (*.torrent)" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 95 +-#: rc.cpp:904 ++#: rc.cpp:881 + #, no-c-format + msgid "Do not show 'Select files to download' dialog" + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 103 +-#: rc.cpp:907 ++#: rc.cpp:884 + #, no-c-format + msgid "Delete after loadin&g" + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 106 +-#: rc.cpp:910 ++#: rc.cpp:887 + #, no-c-format + msgid "Deletes torrent after loading" + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 116 +-#: rc.cpp:913 ++#: rc.cpp:890 + #, no-c-format + msgid "Folders to scan" + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 151 +-#: rc.cpp:916 ++#: rc.cpp:893 + #, no-c-format + msgid "Folder 1:" + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 162 +-#: rc.cpp:919 ++#: rc.cpp:896 + #, no-c-format + msgid "Folder 2:" + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 173 +-#: rc.cpp:922 ++#: rc.cpp:899 + #, no-c-format + msgid "Folder 3:" + msgstr "" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 30 +-#: rc.cpp:925 rc.cpp:1895 ++#: rc.cpp:902 rc.cpp:1838 + #, fuzzy, no-c-format + msgid "Search Preferences" + msgstr "ਮੇਰੀ ਪਸੰਦ" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 41 +-#: rc.cpp:928 ++#: rc.cpp:905 + #, no-c-format + msgid "Web Server" + msgstr "" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 82 +-#: rc.cpp:934 ++#: rc.cpp:911 + #, no-c-format + msgid "Forward port" + msgstr "" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 107 +-#: rc.cpp:937 ++#: rc.cpp:914 + #, no-c-format + msgid "Session TTL (in sec):" + msgstr "" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 142 +-#: rc.cpp:940 ++#: rc.cpp:917 + #, no-c-format + msgid "Select interface:" + msgstr "" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 173 +-#: rc.cpp:943 ++#: rc.cpp:920 + #, no-c-format + msgid "Username:" + msgstr "" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 188 +-#: rc.cpp:946 ++#: rc.cpp:923 + #, no-c-format + msgid "Change password ..." + msgstr "" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 206 +-#: rc.cpp:949 ++#: rc.cpp:926 + #, no-c-format + msgid "Php executable path:" + msgstr "" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 10 +-#: rc.cpp:953 ++#: rc.cpp:929 + #, no-c-format + msgid "Port number" + msgstr "" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 15 +-#: rc.cpp:956 ++#: rc.cpp:932 + #, no-c-format + msgid "forward Port" + msgstr "" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 20 +-#: rc.cpp:959 ++#: rc.cpp:935 + #, no-c-format + msgid "Session time to live" + msgstr "" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 24 +-#: rc.cpp:962 ++#: rc.cpp:938 + #, fuzzy, no-c-format + msgid "interface skin" + msgstr "ਫਾਇਲ ਚੋਣ" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 28 +-#: rc.cpp:965 ++#: rc.cpp:941 + #, no-c-format + msgid "php executable path" + msgstr "" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 33 +-#: rc.cpp:968 ++#: rc.cpp:944 + #, no-c-format + msgid "username" + msgstr "" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 37 +-#: rc.cpp:971 ++#: rc.cpp:947 + #, no-c-format + msgid "password" + msgstr "" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 16 +-#: plugins/infowidget/infowidgetplugin.cpp:194 rc.cpp:974 rc.cpp:1046 ++#: plugins/infowidget/infowidgetplugin.cpp:194 rc.cpp:950 rc.cpp:1010 + #, fuzzy, no-c-format + msgid "Chunks" + msgstr "ਚਕ" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 43 +-#: rc.cpp:977 ++#: rc.cpp:953 + #, no-c-format + msgid "Total:" + msgstr "" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 81 +-#: rc.cpp:981 ++#: rc.cpp:956 + #, fuzzy, no-c-format + msgid "Currently downloading:" + msgstr "ਡਾਊਨਲੋਡ" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 119 +-#: rc.cpp:985 ++#: rc.cpp:959 + #, fuzzy, no-c-format + msgid "Downloaded:" + msgstr "ਡਾਊਨਲੋਡ" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 157 +-#: rc.cpp:989 ++#: rc.cpp:962 + #, fuzzy, no-c-format + msgid "Excluded:" + msgstr "ਡਾਊਨਲੋਡ" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 195 +-#: rc.cpp:993 ++#: rc.cpp:965 + #, no-c-format + msgid "Left:" + msgstr "" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 233 +-#: rc.cpp:997 ++#: rc.cpp:968 + #, no-c-format + msgid "Size:" + msgstr "" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 280 +-#: rc.cpp:1001 ++#: rc.cpp:971 + #, no-c-format + msgid "Chunk" + msgstr "ਚਕ" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 291 +-#: rc.cpp:1004 ++#: rc.cpp:974 + #, no-c-format + msgid "Progress" + msgstr "ਤਰੱਕੀ" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 302 +-#: rc.cpp:1007 ++#: rc.cpp:977 + #, no-c-format + msgid "Peer" + msgstr "ਪੀਅਰ" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 324 +-#: rc.cpp:1013 ++#: rc.cpp:983 + #, no-c-format + msgid "Assigned Peers" + msgstr "ਜਾਰੀ ਪੀਅਰ" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 63 +-#: rc.cpp:1022 ++#: rc.cpp:992 + #, fuzzy, no-c-format + msgid "Seeders:" + msgstr "ਪੀਅਰ" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 71 +-#: rc.cpp:1025 ++#: rc.cpp:995 + #, no-c-format + msgid "Leechers:" + msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 129 +-#: rc.cpp:1030 ++#: rc.cpp:998 + #, fuzzy, no-c-format + msgid "Average Down Speed:" + msgstr "ਡਾਊਨ ਗਤੀ" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 177 +-#: rc.cpp:1035 ++#: rc.cpp:1001 + #, fuzzy, no-c-format + msgid "Average Up Speed:" + msgstr "ਉੱਪਰ ਗਤੀ" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 195 +-#: rc.cpp:1038 rc.cpp:1111 ++#: rc.cpp:1004 rc.cpp:1070 + #, no-c-format + msgid "Next update in:" + msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 203 +-#: rc.cpp:1041 ++#: rc.cpp:1007 + #, fuzzy, no-c-format + msgid "Tracker Status:" + msgstr "ਟਰੈਕਰ" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 332 +-#: rc.cpp:1049 ++#: rc.cpp:1013 + #, no-c-format + msgid "Parts of the torrent which have been downloaded:" + msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 367 +-#: rc.cpp:1052 ++#: rc.cpp:1016 + #, no-c-format + msgid "Parts of the torrent which are available:" + msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 457 +-#: rc.cpp:1055 ++#: rc.cpp:1019 + #, no-c-format + msgid "Sharing" + msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 487 +-#: rc.cpp:1058 ++#: rc.cpp:1022 + #, no-c-format + msgid "" + "Your upload will stop when share ratio gets to this value. Zero means no limit." + msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 525 +-#: rc.cpp:1064 ++#: rc.cpp:1028 + #, no-c-format + msgid "Your upload will stop when you have uploaded for this many hours." + msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 533 +-#: rc.cpp:1067 ++#: rc.cpp:1031 + #, no-c-format + msgid "Hours" + msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 543 +-#: rc.cpp:1070 ++#: rc.cpp:1034 + #, no-c-format + msgid "Ratio limit:" + msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 549 +-#: rc.cpp:1074 ++#: rc.cpp:1037 + #, no-c-format + msgid "Limit works only in seed mode" + msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 557 +-#: rc.cpp:1077 ++#: rc.cpp:1040 + #, no-c-format + msgid "Time &limit:" + msgstr "" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 37 +-#: rc.cpp:1081 ++#: rc.cpp:1043 + #, fuzzy, no-c-format + msgid "&Update Tracker" + msgstr "ਟਰੈਕਰ" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 40 +-#: rc.cpp:1084 ++#: rc.cpp:1046 + #, no-c-format + msgid "Minimum update interval - 60 seconds" + msgstr "" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 48 +-#: rc.cpp:1087 ++#: rc.cpp:1049 + #, fuzzy, no-c-format + msgid "Add Trac&ker" + msgstr "ਟਰੈਕਰ" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 64 +-#: rc.cpp:1090 ++#: rc.cpp:1052 + #, fuzzy, no-c-format + msgid "Remove Tracker" + msgstr "ਟਰੈਕਰ" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 75 +-#: rc.cpp:1094 ++#: rc.cpp:1055 + #, fuzzy, no-c-format + msgid "Ch&ange Tracker" + msgstr "ਟਰੈਕਰ" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 100 +-#: rc.cpp:1097 ++#: rc.cpp:1058 + #, no-c-format + msgid "Restore Defaults" + msgstr "" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 10 +-#: rc.cpp:1115 ++#: rc.cpp:1073 + #, no-c-format + msgid "Show peer view tab in main window" + msgstr "" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 14 +-#: rc.cpp:1118 ++#: rc.cpp:1076 + #, no-c-format + msgid "Show chunk download view tab in main window" + msgstr "" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 18 +-#: rc.cpp:1121 ++#: rc.cpp:1079 + #, no-c-format + msgid "Show trackers view tab in main window" + msgstr "" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 24 +-#: rc.cpp:1124 ++#: rc.cpp:1082 + #, no-c-format + msgid "Show list of peers" + msgstr "" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 35 +-#: rc.cpp:1128 ++#: rc.cpp:1085 + #, fuzzy, no-c-format + msgid "Show list of chunks currentl&y downloading" + msgstr "ਡਾਊਨਲੋਡ" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 60 +-#: rc.cpp:1131 ++#: rc.cpp:1088 + #, no-c-format + msgid "Show list of trackers" + msgstr "" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 16 +-#: rc.cpp:1135 ++#: rc.cpp:1091 + #, fuzzy, no-c-format + msgid "IPBlocking Preferences" + msgstr "ਮੇਰੀ ਪਸੰਦ" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 47 +-#: rc.cpp:1138 ++#: rc.cpp:1094 + #, fuzzy, no-c-format + msgid "Select PeerGuardian Filter File " + msgstr "ਟੋਰੈਂਟ ਫਾਇਲਾਂ (*.torrent)" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 58 +-#: rc.cpp:1141 ++#: rc.cpp:1097 + #, fuzzy, no-c-format + msgid "Use PeerGuardian filter?" + msgstr "ਟੋਰੈਂਟ ਫਾਇਲਾਂ (*.torrent)" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 77 +-#: rc.cpp:1145 ++#: rc.cpp:1100 + #, no-c-format + msgid "IP filter file:" + msgstr "" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 85 +-#: rc.cpp:1148 ++#: rc.cpp:1103 + #, no-c-format + msgid "http://www.bluetack.co.uk/modules.php?name=Downloads&d_op=getit&lid=8" + msgstr "" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 123 +-#: rc.cpp:1151 ++#: rc.cpp:1106 + #, fuzzy, no-c-format + msgid "Dow&nload/Convert" + msgstr "ਡਾਊਨਲੋਡ ਸੰਦ-ਪੱਟੀ" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 134 +-#: rc.cpp:1154 ++#: rc.cpp:1109 + #, no-c-format + msgid "" + "Download PeerGuardian filter from bluetack.co.uk or blocklist.org.\n" +@@ -2837,25 +2837,25 @@ msgid "" + msgstr "" + + #. i18n: file ./plugins/ipfilter/ktipfilterplugin.kcfg line 10 +-#: rc.cpp:1159 ++#: rc.cpp:1113 + #, no-c-format + msgid "Level1 filter url" + msgstr "" + + #. i18n: file ./plugins/ipfilter/ktipfilterplugin.kcfg line 14 +-#: rc.cpp:1162 ++#: rc.cpp:1116 + #, no-c-format + msgid "Use level1 filter?" + msgstr "" + + #. i18n: file ./plugins/ipfilter/convert_dlg.ui line 24 +-#: plugins/ipfilter/convertdialog.cpp:155 rc.cpp:1165 ++#: plugins/ipfilter/convertdialog.cpp:155 rc.cpp:1119 + #, fuzzy, no-c-format + msgid "Converting..." + msgstr "%1 ਬਣਾਈ ਜਾ ਰਹੀ ਹੈ..." + + #. i18n: file ./plugins/ipfilter/convert_dlg.ui line 41 +-#: rc.cpp:1168 ++#: rc.cpp:1122 + #, no-c-format + msgid "" + "Click on the 'convert' button to start converting antip2p file. NOTE: This " +@@ -2864,61 +2864,61 @@ msgid "" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 27 +-#: rc.cpp:1179 ++#: rc.cpp:1131 + #, no-c-format + msgid "Update" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 46 +-#: rc.cpp:1182 rc.cpp:1268 ++#: rc.cpp:1134 rc.cpp:1220 + #, no-c-format + msgid "Update charts every" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 71 +-#: rc.cpp:1185 ++#: rc.cpp:1137 + #, no-c-format + msgid "GUI updates" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 92 +-#: rc.cpp:1188 rc.cpp:1271 ++#: rc.cpp:1140 rc.cpp:1223 + #, no-c-format + msgid "Gather data every" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 120 +-#: rc.cpp:1191 ++#: rc.cpp:1143 + #, no-c-format + msgid "miliseconds" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 135 +-#: rc.cpp:1194 ++#: rc.cpp:1146 + #, fuzzy, no-c-format + msgid "Maximum" + msgstr "ਵੱਧ ਤੋਂ ਵੱਧ ਡਾਊਨਲੋਡ:" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 154 +-#: rc.cpp:1197 ++#: rc.cpp:1149 + #, fuzzy, no-c-format + msgid "Maximum speed scale mode:" + msgstr "ਵੱਧ ਤੋਂ ਵੱਧ ਡਾਊਨਲੋਡ:" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 165 +-#: rc.cpp:1203 ++#: rc.cpp:1155 + #, no-c-format + msgid "Exact" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 175 +-#: rc.cpp:1206 ++#: rc.cpp:1158 + #, no-c-format + msgid "See 'What's this' for more help" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 180 +-#: rc.cpp:1209 ++#: rc.cpp:1161 + #, no-c-format + msgid "" + "Set maximum value on OY scale as:\n" +@@ -2927,847 +2927,847 @@ msgid "" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 192 +-#: rc.cpp:1214 rc.cpp:1247 ++#: rc.cpp:1166 rc.cpp:1199 + #, fuzzy, no-c-format + msgid "Peers speed" + msgstr "ਪੀਅਰ" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 211 +-#: rc.cpp:1217 ++#: rc.cpp:1169 + #, fuzzy, no-c-format + msgid "Peers speed:" + msgstr "ਪੀਅਰ" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 222 +-#: rc.cpp:1220 ++#: rc.cpp:1172 + #, no-c-format + msgid "update every" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 244 +-#: rc.cpp:1223 ++#: rc.cpp:1175 + #, no-c-format + msgid "chart data updates" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 254 +-#: rc.cpp:1226 ++#: rc.cpp:1178 + #, no-c-format + msgid "Gathering data about many connected peers can be CPU consuming." + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 267 +-#: rc.cpp:1229 ++#: rc.cpp:1181 + #, no-c-format + msgid "Peers connections" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 270 +-#: rc.cpp:1232 ++#: rc.cpp:1184 + #, no-c-format + msgid "Large values can obscure charts of connected peers" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 289 +-#: rc.cpp:1235 ++#: rc.cpp:1187 + #, fuzzy, no-c-format + msgid "Show seeders in swarms" + msgstr "ਸਿਸਟਮ ਟਰੇ ਆਈਕਾਨ ਵੇਖਾਓ(&y)" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 297 +-#: rc.cpp:1238 ++#: rc.cpp:1190 + #, no-c-format + msgid "Show leechers in swarms" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 309 +-#: rc.cpp:1241 ++#: rc.cpp:1193 + #, no-c-format + msgid "Measurements count" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 392 +-#: rc.cpp:1250 rc.cpp:1265 ++#: rc.cpp:1202 rc.cpp:1217 + #, fuzzy, no-c-format + msgid "Upload" + msgstr "ਅੱਪਲੋਡ" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 424 +-#: rc.cpp:1253 ++#: rc.cpp:1205 + #, no-c-format + msgid "Connections" + msgstr "" + + #. i18n: file ./plugins/stats/statsspdwgt.ui line 40 +-#: plugins/infowidget/infowidgetplugin.cpp:173 rc.cpp:1262 rc.cpp:1304 ++#: plugins/infowidget/infowidgetplugin.cpp:173 rc.cpp:1214 rc.cpp:1256 + #, no-c-format + msgid "Peers" + msgstr "ਪੀਅਰ" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 18 +-#: rc.cpp:1274 ++#: rc.cpp:1226 + #, no-c-format + msgid "Toggle peers speed charts" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 22 +-#: rc.cpp:1277 ++#: rc.cpp:1229 + #, no-c-format + msgid "Interval between getting data about peers speed" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 26 +-#: rc.cpp:1280 ++#: rc.cpp:1232 + #, no-c-format + msgid "Toggle drawing of leechers in swarms" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 30 +-#: rc.cpp:1283 ++#: rc.cpp:1235 + #, no-c-format + msgid "Toggle drawing of seeders in swarms" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 35 +-#: rc.cpp:1286 ++#: rc.cpp:1238 + #, fuzzy, no-c-format + msgid "Download mesurments count" + msgstr "ਡਾਊਨਲੋਡ ਸੰਦ-ਪੱਟੀ" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 39 +-#: rc.cpp:1289 ++#: rc.cpp:1241 + #, no-c-format + msgid "Peers speed mesurments count" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 43 +-#: rc.cpp:1292 ++#: rc.cpp:1244 + #, no-c-format + msgid "Upload mesurments count" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 47 +-#: rc.cpp:1295 ++#: rc.cpp:1247 + #, no-c-format + msgid "Connections mesurments count" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 51 +-#: rc.cpp:1298 ++#: rc.cpp:1250 + #, no-c-format + msgid "DHT mesurments count" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 56 +-#: rc.cpp:1301 ++#: rc.cpp:1253 + #, no-c-format + msgid "OY axis max mode" + msgstr "" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 16 +-#: rc.cpp:1310 ++#: rc.cpp:1262 + #, no-c-format + msgid "Import an existing download" + msgstr "" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 49 +-#: rc.cpp:1313 ++#: rc.cpp:1265 + #, fuzzy, no-c-format + msgid "Torrent:" + msgstr "ਕੇ-ਟੋਰੈਂਟ" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 63 +-#: rc.cpp:1316 ++#: rc.cpp:1268 + #, no-c-format + msgid "Data:" + msgstr "" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 95 +-#: rc.cpp:1319 ++#: rc.cpp:1271 + #, no-c-format + msgid "" + "Please specify the torrent and the data already downloaded for that torrent." + msgstr "" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 133 +-#: rc.cpp:1322 ++#: rc.cpp:1274 + #, no-c-format + msgid "&Import" + msgstr "" + + #. i18n: file ./plugins/rssfeed/ktrssfeedplugin.kcfg line 10 +-#: rc.cpp:1328 ++#: rc.cpp:1280 + #, no-c-format + msgid "default" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 18 +-#: rc.cpp:1331 ++#: rc.cpp:1283 + #, no-c-format + msgid "Rss Feeds" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 36 +-#: rc.cpp:1334 ++#: rc.cpp:1286 + #, fuzzy, no-c-format + msgid "Feeds" + msgstr "ਪੀਅਰ" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 78 +-#: rc.cpp:1337 ++#: rc.cpp:1289 + #, no-c-format + msgid "De&lete" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 86 +-#: rc.cpp:1340 rc.cpp:1382 rc.cpp:1392 ++#: rc.cpp:1292 rc.cpp:1331 rc.cpp:1340 + #, no-c-format + msgid "&New" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 117 +-#: rc.cpp:1343 ++#: rc.cpp:1295 + #, no-c-format + msgid "&URL" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 139 +-#: rc.cpp:1346 ++#: rc.cpp:1298 + #, no-c-format + msgid "Articles" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 216 +-#: rc.cpp:1353 ++#: rc.cpp:1304 + #, no-c-format + msgid "Auto&refresh" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 242 +-#: rc.cpp:1356 ++#: rc.cpp:1307 + #, no-c-format + msgid "I&gnore TTL" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 270 +-#: rc.cpp:1359 ++#: rc.cpp:1310 + #, no-c-format + msgid "Refresh" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 299 +-#: rc.cpp:1363 rc.cpp:1395 ++#: rc.cpp:1313 rc.cpp:1343 + #, no-c-format + msgid "&Title" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 323 +-#: rc.cpp:1366 ++#: rc.cpp:1316 + #, no-c-format + msgid "Keep Articles (days)" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 347 +-#: rc.cpp:1369 rc.cpp:1398 ++#: rc.cpp:1319 rc.cpp:1346 + #, no-c-format + msgid "&Active" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 362 +-#: rc.cpp:1372 ++#: rc.cpp:1322 + #, fuzzy, no-c-format + msgid "Filters" + msgstr "ਮੇਰੀ ਪਸੰਦ" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 389 +-#: rc.cpp:1375 ++#: rc.cpp:1325 + #, no-c-format + msgid "Accept Filters" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 440 +-#: rc.cpp:1385 ++#: rc.cpp:1334 + #, no-c-format + msgid "Reject Filters" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 557 +-#: rc.cpp:1401 ++#: rc.cpp:1349 + #, no-c-format + msgid "Regular Expressions" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 587 +-#: rc.cpp:1404 ++#: rc.cpp:1352 + #, no-c-format + msgid "Treat as &Series" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 624 +-#: rc.cpp:1407 ++#: rc.cpp:1355 + #, fuzzy, no-c-format + msgid "Process" + msgstr "ਤਰੱਕੀ" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 643 +-#: rc.cpp:1411 ++#: rc.cpp:1358 + #, no-c-format + msgid "Series Criteria" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 679 +-#: rc.cpp:1414 ++#: rc.cpp:1361 + #, no-c-format + msgid "Match Without Episode" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 713 +-#: rc.cpp:1418 ++#: rc.cpp:1364 + #, no-c-format + msgid "Max Episode" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 739 +-#: rc.cpp:1421 ++#: rc.cpp:1367 + #, no-c-format + msgid "Max Season" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 758 +-#: rc.cpp:1424 ++#: rc.cpp:1370 + #, no-c-format + msgid "Min Season" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 782 +-#: rc.cpp:1427 ++#: rc.cpp:1373 + #, no-c-format + msgid "Min Episode" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 814 +-#: rc.cpp:1430 ++#: rc.cpp:1376 + #, no-c-format + msgid "Test te&xt" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 840 +-#: rc.cpp:1433 ++#: rc.cpp:1379 + #, no-c-format + msgid "Te&st" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 858 +-#: rc.cpp:1436 ++#: rc.cpp:1382 + #, no-c-format + msgid "Filter Matches" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 28 +-#: rc.cpp:1447 ++#: rc.cpp:1391 + #, no-c-format + msgid "Bandwidth scheduler" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 50 +-#: rc.cpp:1450 ++#: rc.cpp:1394 + #, no-c-format + msgid "Left click category" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 61 +-#: rc.cpp:1453 ++#: rc.cpp:1397 + #, no-c-format + msgid "Categor&y 1" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 157 +-#: rc.cpp:1456 rc.cpp:1483 ++#: rc.cpp:1400 rc.cpp:1427 + #, no-c-format + msgid "T&urn off" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 165 +-#: rc.cpp:1459 rc.cpp:1486 ++#: rc.cpp:1403 rc.cpp:1430 + #, no-c-format + msgid "&Normal" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 195 +-#: rc.cpp:1462 ++#: rc.cpp:1406 + #, no-c-format + msgid "Category &3" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 206 +-#: rc.cpp:1468 rc.cpp:1492 ++#: rc.cpp:1412 rc.cpp:1436 + #, no-c-format + msgid "Category &2" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 219 +-#: rc.cpp:1474 ++#: rc.cpp:1418 + #, no-c-format + msgid "Right click category" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 230 +-#: rc.cpp:1477 ++#: rc.cpp:1421 + #, no-c-format + msgid "Category &1" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 367 +-#: rc.cpp:1489 ++#: rc.cpp:1433 + #, no-c-format + msgid "&Category 3" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 390 +-#: rc.cpp:1498 ++#: rc.cpp:1442 + #, no-c-format + msgid "Categories" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 401 +-#: rc.cpp:1501 ++#: rc.cpp:1445 + #, no-c-format + msgid "1. Category" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 409 +-#: rc.cpp:1504 ++#: rc.cpp:1448 + #, no-c-format + msgid "3. Category" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 425 +-#: rc.cpp:1507 rc.cpp:1516 rc.cpp:1525 ++#: rc.cpp:1451 rc.cpp:1460 rc.cpp:1469 + #, fuzzy, no-c-format + msgid "download:" + msgstr "ਡਾਊਨਲੋਡ" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 441 +-#: rc.cpp:1510 rc.cpp:1519 rc.cpp:1528 ++#: rc.cpp:1454 rc.cpp:1463 rc.cpp:1472 + #, fuzzy, no-c-format + msgid "upload:" + msgstr "ਅੱਪਲੋਡ" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 457 +-#: rc.cpp:1513 rc.cpp:1522 rc.cpp:1531 ++#: rc.cpp:1457 rc.cpp:1466 rc.cpp:1475 + #, no-c-format + msgid "KB/s *" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 567 +-#: rc.cpp:1534 ++#: rc.cpp:1478 + #, no-c-format + msgid "2. Category" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 626 +-#: rc.cpp:1538 ++#: rc.cpp:1481 + #, fuzzy, no-c-format + msgid "* zero means no limit" + msgstr "(ਬਿਨਾਂ ਸੀਮਾ ਲਈ 0 )" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 672 +-#: rc.cpp:1541 ++#: rc.cpp:1484 + #, no-c-format + msgid "Save to file" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 680 +-#: rc.cpp:1544 ++#: rc.cpp:1487 + #, no-c-format + msgid "&Load from file" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 688 +-#: rc.cpp:1547 ++#: rc.cpp:1490 + #, no-c-format + msgid "Reset schedule" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 751 +-#: rc.cpp:1550 ++#: rc.cpp:1493 + #, no-c-format + msgid "O&k" + msgstr "" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 16 +-#: rc.cpp:1559 ++#: rc.cpp:1502 + #, no-c-format + msgid "Scheduler Plugin Pref Page" + msgstr "" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 27 +-#: rc.cpp:1562 ++#: rc.cpp:1505 + #, no-c-format + msgid "Use &bandwidth scheduler?" + msgstr "" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 35 +-#: plugins/scheduler/schedulerplugin.cpp:59 rc.cpp:1565 ++#: plugins/scheduler/schedulerplugin.cpp:59 rc.cpp:1508 + #, no-c-format + msgid "Bandwidth Scheduler" + msgstr "" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 46 +-#: rc.cpp:1568 ++#: rc.cpp:1511 + #, no-c-format + msgid "Use colors instead of pi&xmaps?" + msgstr "" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 54 +-#: rc.cpp:1571 ++#: rc.cpp:1514 + #, no-c-format + msgid "(Recommended for slower systems)" + msgstr "" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 62 +-#: rc.cpp:1574 ++#: rc.cpp:1517 + #, no-c-format + msgid "Edit s&chedule" + msgstr "" + + #. i18n: file ./plugins/scheduler/ktschedulerplugin.kcfg line 10 +-#: rc.cpp:1577 ++#: rc.cpp:1520 + #, no-c-format + msgid "Enable bandwidth scheduler?" + msgstr "" + + #. i18n: file ./plugins/scheduler/ktschedulerplugin.kcfg line 14 +-#: rc.cpp:1580 ++#: rc.cpp:1523 + #, no-c-format + msgid "Use colors instead of pixmaps?" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 10 +-#: rc.cpp:1583 ++#: rc.cpp:1526 + #, no-c-format + msgid "Use rich log text" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 15 +-#: rc.cpp:1586 ++#: rc.cpp:1529 + #, no-c-format + msgid "General info messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 19 +-#: rc.cpp:1589 ++#: rc.cpp:1532 + #, no-c-format + msgid "Connections messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 23 +-#: rc.cpp:1592 ++#: rc.cpp:1535 + #, no-c-format + msgid "DHT messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 27 +-#: rc.cpp:1595 ++#: rc.cpp:1538 + #, no-c-format + msgid "Tracker info messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 31 +-#: rc.cpp:1598 ++#: rc.cpp:1541 + #, fuzzy, no-c-format + msgid "Disk IO info messages flag" + msgstr "ਫਾਇਲ ਚੋਣ" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 35 +-#: rc.cpp:1601 ++#: rc.cpp:1544 + #, no-c-format + msgid "IPFilter plugin messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 39 +-#: rc.cpp:1604 ++#: rc.cpp:1547 + #, no-c-format + msgid "Search plugin messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 43 +-#: rc.cpp:1607 ++#: rc.cpp:1550 + #, no-c-format + msgid "PartFileImport plugin messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 47 +-#: rc.cpp:1610 ++#: rc.cpp:1553 + #, no-c-format + msgid "InfoWidget plugin messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 51 +-#: rc.cpp:1613 ++#: rc.cpp:1556 + #, no-c-format + msgid "UPnP plugin messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 55 +-#: rc.cpp:1616 ++#: rc.cpp:1559 + #, fuzzy, no-c-format + msgid "ScanFolder plugin messages flag" + msgstr "ਫਾਇਲ ਚੋਣ" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 59 +-#: rc.cpp:1619 ++#: rc.cpp:1562 + #, fuzzy, no-c-format + msgid "Scheduler plugin messages flag" + msgstr "ਫਾਇਲ ਚੋਣ" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 63 +-#: rc.cpp:1622 ++#: rc.cpp:1565 + #, fuzzy, no-c-format + msgid "RSS plugin messages flag" + msgstr "ਫਾਇਲ ਚੋਣ" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 67 +-#: rc.cpp:1625 ++#: rc.cpp:1568 + #, fuzzy, no-c-format + msgid "WebInterface plugin messages flag" + msgstr "ਫਾਇਲ ਚੋਣ" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 16 +-#: plugins/logviewer/logprefpage.cpp:31 rc.cpp:1628 ++#: plugins/logviewer/logprefpage.cpp:31 rc.cpp:1571 + #, fuzzy, no-c-format + msgid "LogViewer Options" + msgstr "ਫਾਇਲ ਚੋਣ" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 44 +-#: libktorrent/pluginmanagerprefpage.cpp:63 rc.cpp:1631 ++#: libktorrent/pluginmanagerprefpage.cpp:63 rc.cpp:1574 + #, no-c-format + msgid "Plugins" + msgstr "" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 53 +-#: rc.cpp:1634 rc.cpp:1652 rc.cpp:1670 rc.cpp:1691 rc.cpp:1706 rc.cpp:1724 +-#: rc.cpp:1745 rc.cpp:1763 rc.cpp:1778 rc.cpp:1811 rc.cpp:1826 rc.cpp:1841 +-#: rc.cpp:1859 rc.cpp:1874 ++#: rc.cpp:1577 rc.cpp:1595 rc.cpp:1613 rc.cpp:1634 rc.cpp:1649 rc.cpp:1667 ++#: rc.cpp:1688 rc.cpp:1706 rc.cpp:1721 rc.cpp:1754 rc.cpp:1769 rc.cpp:1784 ++#: rc.cpp:1802 rc.cpp:1817 + #, no-c-format + msgid "All" + msgstr "" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 58 +-#: rc.cpp:1637 rc.cpp:1655 rc.cpp:1673 rc.cpp:1694 rc.cpp:1709 rc.cpp:1727 +-#: rc.cpp:1748 rc.cpp:1766 rc.cpp:1781 rc.cpp:1814 rc.cpp:1829 rc.cpp:1844 +-#: rc.cpp:1862 rc.cpp:1877 ++#: rc.cpp:1580 rc.cpp:1598 rc.cpp:1616 rc.cpp:1637 rc.cpp:1652 rc.cpp:1670 ++#: rc.cpp:1691 rc.cpp:1709 rc.cpp:1724 rc.cpp:1757 rc.cpp:1772 rc.cpp:1787 ++#: rc.cpp:1805 rc.cpp:1820 + #, fuzzy, no-c-format + msgid "Debug" + msgstr "ਡੀਬੱਗ ਢੰਗ" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 63 +-#: rc.cpp:1640 rc.cpp:1658 rc.cpp:1676 rc.cpp:1697 rc.cpp:1712 rc.cpp:1730 +-#: rc.cpp:1751 rc.cpp:1769 rc.cpp:1784 rc.cpp:1817 rc.cpp:1832 rc.cpp:1847 +-#: rc.cpp:1865 rc.cpp:1880 ++#: rc.cpp:1583 rc.cpp:1601 rc.cpp:1619 rc.cpp:1640 rc.cpp:1655 rc.cpp:1673 ++#: rc.cpp:1694 rc.cpp:1712 rc.cpp:1727 rc.cpp:1760 rc.cpp:1775 rc.cpp:1790 ++#: rc.cpp:1808 rc.cpp:1823 + #, no-c-format + msgid "Notice" + msgstr "" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 68 +-#: rc.cpp:1643 rc.cpp:1661 rc.cpp:1679 rc.cpp:1700 rc.cpp:1715 rc.cpp:1733 +-#: rc.cpp:1754 rc.cpp:1772 rc.cpp:1787 rc.cpp:1820 rc.cpp:1835 rc.cpp:1850 +-#: rc.cpp:1868 rc.cpp:1883 ++#: rc.cpp:1586 rc.cpp:1604 rc.cpp:1622 rc.cpp:1643 rc.cpp:1658 rc.cpp:1676 ++#: rc.cpp:1697 rc.cpp:1715 rc.cpp:1730 rc.cpp:1763 rc.cpp:1778 rc.cpp:1793 ++#: rc.cpp:1811 rc.cpp:1826 + #, no-c-format + msgid "Important" + msgstr "" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 73 +-#: rc.cpp:1646 rc.cpp:1664 rc.cpp:1682 rc.cpp:1703 rc.cpp:1718 rc.cpp:1736 +-#: rc.cpp:1757 rc.cpp:1775 rc.cpp:1790 rc.cpp:1823 rc.cpp:1838 rc.cpp:1853 +-#: rc.cpp:1871 rc.cpp:1886 ++#: rc.cpp:1589 rc.cpp:1607 rc.cpp:1625 rc.cpp:1646 rc.cpp:1661 rc.cpp:1679 ++#: rc.cpp:1700 rc.cpp:1718 rc.cpp:1733 rc.cpp:1766 rc.cpp:1781 rc.cpp:1796 ++#: rc.cpp:1814 rc.cpp:1829 + #, no-c-format + msgid "None" + msgstr "" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 85 +-#: rc.cpp:1649 ++#: rc.cpp:1592 + #, fuzzy, no-c-format + msgid "IPFilter:" + msgstr "ਮੇਰੀ ਪਸੰਦ" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 126 +-#: rc.cpp:1667 ++#: rc.cpp:1610 + #, fuzzy, no-c-format + msgid "Search:" + msgstr "ਖੋਜ" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 167 +-#: rc.cpp:1685 ++#: rc.cpp:1628 + #, no-c-format + msgid "UPnP:" + msgstr "" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 178 +-#: rc.cpp:1688 ++#: rc.cpp:1631 + #, fuzzy, no-c-format + msgid "ScanFolder:" + msgstr "ਫਾਇਲ ਚੋਣ" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 249 +-#: rc.cpp:1721 ++#: rc.cpp:1664 + #, fuzzy, no-c-format + msgid "Scheduler:" + msgstr "ਪੀਅਰ" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 290 +-#: rc.cpp:1739 ++#: rc.cpp:1682 + #, no-c-format + msgid "PartFileImport:" + msgstr "" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 301 +-#: rc.cpp:1742 ++#: rc.cpp:1685 + #, no-c-format + msgid "InfoWidget:" + msgstr "" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 342 +-#: rc.cpp:1760 ++#: rc.cpp:1703 + #, no-c-format + msgid "RSS plugin:" + msgstr "" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 413 +-#: rc.cpp:1793 ++#: rc.cpp:1736 + #, fuzzy, no-c-format + msgid "WebInterface plugin:" + msgstr "ਫਾਇਲ ਚੋਣ" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 426 +-#: rc.cpp:1796 ++#: rc.cpp:1739 + #, no-c-format + msgid "System" + msgstr "" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 437 +-#: rc.cpp:1799 ++#: rc.cpp:1742 + #, fuzzy, no-c-format + msgid "General:" + msgstr "ਫਾਇਲ ਚੋਣ" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 445 +-#: rc.cpp:1802 ++#: rc.cpp:1745 + #, no-c-format + msgid "Connections:" + msgstr "" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 559 +-#: rc.cpp:1856 ++#: rc.cpp:1799 + #, no-c-format + msgid "Disk I/O:" + msgstr "" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 640 +-#: rc.cpp:1892 ++#: rc.cpp:1835 + #, no-c-format + msgid "Use rich te&xt for log" + msgstr "" + + #. i18n: file ./plugins/search/searchpref.ui line 41 +-#: rc.cpp:1898 ++#: rc.cpp:1841 + #, no-c-format + msgid "External Browser" + msgstr "" + + #. i18n: file ./plugins/search/searchpref.ui line 52 +-#: rc.cpp:1901 ++#: rc.cpp:1844 + #, no-c-format + msgid "Open searches in external browser" + msgstr "" + + #. i18n: file ./plugins/search/searchpref.ui line 60 +-#: rc.cpp:1904 rc.cpp:1955 ++#: rc.cpp:1847 rc.cpp:1892 + #, no-c-format + msgid "Use default browser" + msgstr "" + + #. i18n: file ./plugins/search/searchpref.ui line 79 +-#: rc.cpp:1908 ++#: rc.cpp:1850 + #, no-c-format + msgid "Custom browser path:" + msgstr "" + + #. i18n: file ./plugins/search/searchpref.ui line 116 +-#: rc.cpp:1912 ++#: rc.cpp:1853 + #, fuzzy, no-c-format + msgid "Search Engines" + msgstr "ਟੋਰੈਂਟ ਖੋਜ ਇੰਜਣ" + + #. i18n: file ./plugins/search/searchpref.ui line 143 +-#: rc.cpp:1916 ++#: rc.cpp:1856 + #, fuzzy, no-c-format + msgid "Search engine name:" + msgstr "ਟੋਰੈਂਟ ਖੋਜ ਇੰਜਣ" + + #. i18n: file ./plugins/search/searchpref.ui line 187 +-#: rc.cpp:1922 ++#: rc.cpp:1862 + #, no-c-format + msgid "&Add" + msgstr "" + + #. i18n: file ./plugins/search/searchpref.ui line 195 +-#: rc.cpp:1925 ++#: rc.cpp:1865 + #, no-c-format + msgid "Engines" + msgstr "" + + #. i18n: file ./plugins/search/searchpref.ui line 206 +-#: rc.cpp:1928 ++#: rc.cpp:1868 + #, no-c-format + msgid "URL" + msgstr "" + + #. i18n: file ./plugins/search/searchpref.ui line 257 +-#: rc.cpp:1934 ++#: rc.cpp:1874 + #, no-c-format + msgid "R&emove All" + msgstr "" + + #. i18n: file ./plugins/search/searchpref.ui line 282 +-#: rc.cpp:1937 ++#: rc.cpp:1877 + #, no-c-format + msgid "Add Defau<" + msgstr "" + + #. i18n: file ./plugins/search/searchpref.ui line 290 +-#: rc.cpp:1940 ++#: rc.cpp:1880 + #, no-c-format + msgid "Update From Internet" + msgstr "" + + #. i18n: file ./plugins/search/searchbar.ui line 53 + #: plugins/search/searchplugin.cpp:50 plugins/search/searchtab.cpp:48 +-#: rc.cpp:1946 ++#: rc.cpp:1883 + #, no-c-format + msgid "Search" + msgstr "ਖੋਜ" + + #. i18n: file ./plugins/search/searchbar.ui line 78 +-#: rc.cpp:1949 ++#: rc.cpp:1886 + #, fuzzy, no-c-format + msgid "Search engine:" + msgstr "ਟੋਰੈਂਟ ਖੋਜ ਇੰਜਣ" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 10 +-#: rc.cpp:1952 ++#: rc.cpp:1889 + #, fuzzy, no-c-format + msgid "Current search engine" + msgstr "ਟੋਰੈਂਟ ਖੋਜ ਇੰਜਣ" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 19 +-#: rc.cpp:1958 ++#: rc.cpp:1895 + #, no-c-format + msgid "Use custom browser" + msgstr "" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 23 +-#: rc.cpp:1961 ++#: rc.cpp:1898 + #, no-c-format + msgid "Custom browser executable path" + msgstr "" +@@ -4063,34 +4063,34 @@ msgstr "" + msgid "Stopped. No space left on device." + msgstr "" + +-#: libktorrent/torrent/queuemanager.cpp:135 ++#: libktorrent/torrent/queuemanager.cpp:136 + msgid "" + "You don't have enough disk space to download this torrent. Are you sure you " + "want to continue?" + msgstr "" + +-#: libktorrent/torrent/queuemanager.cpp:135 ++#: libktorrent/torrent/queuemanager.cpp:136 + #, c-format + msgid "Insufficient disk space for %1" + msgstr "" + +-#: libktorrent/torrent/queuemanager.cpp:157 ++#: libktorrent/torrent/queuemanager.cpp:158 + msgid "" + "Torrent \"%1\" has reached its maximum share ratio. Ignore the limit and start " + "seeding anyway?" + msgstr "" + +-#: libktorrent/torrent/queuemanager.cpp:157 ++#: libktorrent/torrent/queuemanager.cpp:158 + msgid "Maximum share ratio limit reached." + msgstr "" + +-#: libktorrent/torrent/queuemanager.cpp:236 +-#: libktorrent/torrent/queuemanager.cpp:760 ++#: libktorrent/torrent/queuemanager.cpp:237 ++#: libktorrent/torrent/queuemanager.cpp:763 + #, fuzzy + msgid "Error stopping torrent %1 : %2" + msgstr "ਫਾਇਲ %1 ਖੋਲੀ ਨਹੀਂ ਜਾ ਸਕਦੀ: %2" + +-#: libktorrent/torrent/queuemanager.cpp:742 ++#: libktorrent/torrent/queuemanager.cpp:745 + #, fuzzy + msgid "Error starting torrent %1 : %2" + msgstr "ਫਾਇਲ %1 ਖੋਲੀ ਨਹੀਂ ਜਾ ਸਕਦੀ: %2" +diff --git a/translations/pl/messages/ktorrent.po b/translations/pl/messages/ktorrent.po +index 00eb11e..384cade 100644 +--- a/translations/pl/messages/ktorrent.po ++++ b/translations/pl/messages/ktorrent.po +@@ -1,13 +1,13 @@ +-# translation of ktorrent-svn-707193.po to Polish ++# translation of ktorrent.po to Polish + # + # Krzysztof Lichota , 2005, 2006, 2007. + # Marcin Zasada , 2005, 2006. +-# Jerzy Trzeciak , 2007. ++# Jerzy Trzeciak , 2007, 2008. + msgid "" + msgstr "" +-"Project-Id-Version: ktorrent-svn-707193\n" +-"POT-Creation-Date: 2008-04-18 19:40+0200\n" +-"PO-Revision-Date: 2007-09-03 13:54+0200\n" ++"Project-Id-Version: ktorrent\n" ++"POT-Creation-Date: 2008-07-08 22:20+0200\n" ++"PO-Revision-Date: 2008-08-13 21:51+0200\n" + "Last-Translator: Jerzy Trzeciak \n" + "Language-Team: Polish \n" + "MIME-Version: 1.0\n" +@@ -22,7 +22,7 @@ msgid "No incoming connections (possibly firewalled)" + msgstr "Brak połączeń przychodzących (przypuszczalnie za zaporą sieciową)" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 42 +-#: apps/ktorrent/ktorrent.cpp:184 rc.cpp:345 rc.cpp:383 rc.cpp:1019 ++#: apps/ktorrent/ktorrent.cpp:184 rc.cpp:336 rc.cpp:369 rc.cpp:989 + #, no-c-format + msgid "Info" + msgstr "Informacja" +@@ -130,11 +130,11 @@ msgstr "Wszystkie torrenty" + + #: apps/ktorrent/filterbar.cpp:52 + msgid "Find:" +-msgstr "" ++msgstr "Znajdź:" + + #: apps/ktorrent/filterbar.cpp:65 + msgid "Case sensitive" +-msgstr "" ++msgstr "Rozróżnianie wielkości liter" + + #: apps/ktorrent/newui/ddockwindow.cpp:88 + msgid "Move to left dock" +@@ -190,7 +190,7 @@ msgstr "Nieprawidłowy URL." + #. i18n: file ./apps/ktorrent/ktorrentui.rc line 9 + #: apps/ktorrent/groups/downloadgroup.cpp:27 + #: apps/ktorrent/groups/groupmanager.h:57 apps/ktorrent/pref.cpp:147 +-#: apps/ktorrent/viewmanager.cpp:62 rc.cpp:138 rc.cpp:342 ++#: apps/ktorrent/viewmanager.cpp:62 rc.cpp:132 rc.cpp:333 + #, no-c-format + msgid "Downloads" + msgstr "Pobierane" +@@ -260,9 +260,8 @@ msgstr "" + "Brakuje pliku z danymi dla torrenta \"%1\". Czy chcesz go utworzyć ponownie?" + + #: apps/ktorrent/ktorrentcore.cpp:1069 +-#, fuzzy + msgid "Do Not Recreate" +-msgstr "Utwórz ponownie" ++msgstr "Nie twórz ponownie" + + #: apps/ktorrent/ktorrentcore.cpp:1078 + #, c-format +@@ -306,14 +305,14 @@ msgstr "Tryb debugowania" + + #: apps/ktorrent/main.cpp:109 + msgid "Silently save torrent given on URL" +-msgstr "" ++msgstr "Zapisz bez potwierdzenia torrent z adresu URL" + + #: apps/ktorrent/main.cpp:110 + msgid "Document to open" + msgstr "Dokument do otwarcia" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 59 +-#: apps/ktorrent/main.cpp:120 rc.cpp:553 ++#: apps/ktorrent/main.cpp:120 rc.cpp:532 + #, no-c-format + msgid "KTorrent" + msgstr "KTorrent" +@@ -416,21 +415,19 @@ msgstr "Szereg poprawek" + + #: apps/ktorrent/main.cpp:160 + msgid "Patch to hide the menubar" +-msgstr "" ++msgstr "Poprawka do ukrywania paska menu" + + #: apps/ktorrent/main.cpp:161 + msgid "Patch to modify file priorities in the webgui" +-msgstr "" ++msgstr "Poprawka do modyfikacji priorytetu pliku w interfejsie WWW" + + #: apps/ktorrent/main.cpp:162 +-#, fuzzy + msgid "Several webgui patches" +-msgstr "Szereg poprawek" ++msgstr "Szereg poprawek interfejsu WWW" + + #: apps/ktorrent/main.cpp:163 +-#, fuzzy + msgid "Filterbar patch" +-msgstr "Dopasowania filtra" ++msgstr "Poprawka paska filtrów" + + #: apps/ktorrent/main.cpp:164 + msgid "Non threaded fileview update patch" +@@ -442,12 +439,11 @@ msgstr "" + + #: apps/ktorrent/main.cpp:166 + msgid "Patch to fix free diskspace calculation on FreeBSD" +-msgstr "" ++msgstr "Poprawka do obliczania wolnej powierzchni dysku w FreeBSD" + + #: apps/ktorrent/main.cpp:167 +-#, fuzzy + msgid "Patch to load torrents silently from the command line" +-msgstr "Poprawka dla wczytywania bez potwierdzenia z lokalizacją zapisu" ++msgstr "Poprawka do wczytywania torrentów bez potwierdzania z linii poleceń" + + #: apps/ktorrent/torrentcreatordlg.cpp:64 + msgid "You must select a file or a folder." +@@ -579,7 +575,7 @@ msgstr "Źródła partnerów:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 85 + #: apps/ktorrent/ktorrentviewmenu.cpp:66 plugins/infowidget/peerview.cpp:221 +-#: rc.cpp:77 rc.cpp:1256 rc.cpp:1307 ++#: rc.cpp:75 rc.cpp:1208 rc.cpp:1259 + #, no-c-format + msgid "DHT" + msgstr "DHT" +@@ -621,7 +617,7 @@ msgid "Add to Group" + msgstr "Dodaj do grupy" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 16 +-#: apps/ktorrent/ktorrentviewmenu.cpp:100 rc.cpp:147 ++#: apps/ktorrent/ktorrentviewmenu.cpp:100 rc.cpp:141 + #, no-c-format + msgid "Speed Limits" + msgstr "Ustawienia szybkości" +@@ -639,7 +635,7 @@ msgid "Malformed IP address." + msgstr "Nieprawidłowy format adresu URL." + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 311 +-#: apps/ktorrent/pref.cpp:58 rc.cpp:282 ++#: apps/ktorrent/pref.cpp:58 rc.cpp:273 + #, no-c-format + msgid "Preferences" + msgstr "Ustawienia" +@@ -675,7 +671,7 @@ msgid "Advanced" + msgstr "Zaawansowane" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 27 +-#: apps/ktorrent/pref.cpp:411 rc.cpp:540 ++#: apps/ktorrent/pref.cpp:411 rc.cpp:519 + #, no-c-format + msgid "Advanced Options" + msgstr "Ustawienia zaawansowane" +@@ -686,7 +682,7 @@ msgstr "Widoczne kolumny" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 16 + #: apps/ktorrent/ktorrentview.cpp:135 +-#: plugins/infowidget/infowidgetplugin.cpp:76 rc.cpp:1016 ++#: plugins/infowidget/infowidgetplugin.cpp:76 rc.cpp:986 + #, no-c-format + msgid "Status" + msgstr "Stan" +@@ -708,7 +704,7 @@ msgstr "Wysłano" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 313 + #: apps/ktorrent/ktorrentview.cpp:139 plugins/infowidget/peerview.cpp:216 +-#: rc.cpp:1010 ++#: rc.cpp:980 + #, no-c-format + msgid "Down Speed" + msgstr "Szybk. pobierania" +@@ -835,7 +831,7 @@ msgid "User" + msgstr "Użytkownik" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 24 +-#: apps/ktorrent/queuedialog.cpp:75 rc.cpp:249 ++#: apps/ktorrent/queuedialog.cpp:75 rc.cpp:240 + #, no-c-format + msgid "Queue Manager" + msgstr "Menedżer kolejki" +@@ -1065,8 +1061,8 @@ msgid "Start torrent" + msgstr "Uruchom torrenta" + + #. i18n: file ./apps/ktorrent/fileselectdlgbase.ui line 160 +-#: plugins/infowidget/fileview.cpp:49 rc.cpp:27 rc.cpp:1244 rc.cpp:1259 +-#: rc.cpp:1349 rc.cpp:1439 ++#: plugins/infowidget/fileview.cpp:49 rc.cpp:27 rc.cpp:1196 rc.cpp:1211 ++#: rc.cpp:1301 rc.cpp:1385 + #, no-c-format + msgid "Download" + msgstr "Pobieranie" +@@ -1120,13 +1116,13 @@ msgid "Encryption" + msgstr "Szyfrowanie" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 58 +-#: rc.cpp:64 rc.cpp:787 ++#: rc.cpp:63 rc.cpp:764 + #, no-c-format + msgid "Use protocol encryption" + msgstr "Zastosuj szyfrowanie protokołu" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 64 +-#: rc.cpp:68 ++#: rc.cpp:66 + #, no-c-format + msgid "" + "Protocol encryption is used to prevent ISP's from slowing down bittorrent " +@@ -1136,13 +1132,13 @@ msgstr "" + "torrentowych przez ISP (dostawców usług internetowych)." + + #. i18n: file ./apps/ktorrent/generalpref.ui line 72 +-#: rc.cpp:71 rc.cpp:790 ++#: rc.cpp:69 rc.cpp:767 + #, no-c-format + msgid "Allow unencrypted connections" + msgstr "Zezwól na połączenia nieszyfrowane" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 75 +-#: rc.cpp:74 ++#: rc.cpp:72 + #, no-c-format + msgid "" + "If unchecked, you'll be able to connect only to clients supporting encryption." +@@ -1151,7 +1147,7 @@ msgstr "" + "stosującymi szyfrowanie." + + #. i18n: file ./apps/ktorrent/generalpref.ui line 88 +-#: rc.cpp:80 ++#: rc.cpp:78 + #, no-c-format + msgid "" + "Distributed Hash Table protocol." +@@ -1162,170 +1158,170 @@ msgstr "" + "podręczniku." + + #. i18n: file ./apps/ktorrent/generalpref.ui line 99 +-#: rc.cpp:83 ++#: rc.cpp:81 + #, no-c-format + msgid "&Use DHT to get additional peers" + msgstr "Użyj &DHT, żeby znaleźć dodatkowych partnerów" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 118 +-#: rc.cpp:87 ++#: rc.cpp:84 + #, no-c-format + msgid "UDP port for DHT communication:" + msgstr "Port UDP dla DHT:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 161 +-#: rc.cpp:90 ++#: rc.cpp:87 + #, no-c-format + msgid "Custom IP" + msgstr "Numer IP użytkownika" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 172 +-#: rc.cpp:93 ++#: rc.cpp:90 + #, no-c-format + msgid "Se&nd the tracker a custom IP address or hostname" + msgstr "" + "Wysyłaj ustawiony n&umer IP użytkownika lub nazwę komputera do trackera" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 188 +-#: rc.cpp:96 ++#: rc.cpp:93 + #, no-c-format + msgid "Custom IP address or hostname:" + msgstr "Numer IP użytkownika lub nazwa komputera:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 205 +-#: rc.cpp:99 ++#: rc.cpp:96 + #, no-c-format + msgid "System Tray Icon" + msgstr "Ikona w tacce systemowej" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 216 +-#: rc.cpp:102 ++#: rc.cpp:99 + #, no-c-format + msgid "Show s&ystem tray icon" + msgstr "Pokaż ikonę w tacce s&ystemowej" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 224 +-#: rc.cpp:105 ++#: rc.cpp:102 + #, no-c-format + msgid "Show speed &bar in tray icon" + msgstr "Pokazuj pasek &szybkości w tacce systemowej" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 232 +-#: rc.cpp:108 ++#: rc.cpp:105 + #, no-c-format + msgid "Show system tray popup messages" + msgstr "Pokazuj wyskakujące okienka komunikatów" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 251 +-#: rc.cpp:112 ++#: rc.cpp:108 + #, no-c-format + msgid "Upload bandwidth (in KB/sec):" + msgstr "Wysyłanie (KB/sek):" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 276 +-#: rc.cpp:115 ++#: rc.cpp:111 + #, no-c-format + msgid "Download bandwidth (in KB/sec):" + msgstr "Pobieranie (KB/sek):" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 305 +-#: rc.cpp:118 ++#: rc.cpp:114 + #, no-c-format + msgid "Folders" + msgstr "Katalogi" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 324 +-#: rc.cpp:121 ++#: rc.cpp:117 + #, no-c-format + msgid "Folder to store temporary files:" + msgstr "Katalog do przechowywania plików tymczasowych:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 342 +-#: rc.cpp:124 ++#: rc.cpp:120 + #, no-c-format + msgid "Move completed downloads to:" + msgstr "Przenieś zakończone pobrania do:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 353 +-#: rc.cpp:128 ++#: rc.cpp:123 + #, no-c-format + msgid "&Automatically save downloads to:" + msgstr "&Automatycznie zapisz pobrania do:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 395 +-#: rc.cpp:131 ++#: rc.cpp:126 + #, no-c-format + msgid "Copy .torrent files to:" + msgstr "Kopiuj pliki .torrent do:" + + #. i18n: file ./apps/ktorrent/ktorrentui.rc line 34 +-#: rc.cpp:144 ++#: rc.cpp:138 + #, no-c-format + msgid "Download Toolbar" + msgstr "Pasek narzędziowy pobierania" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 27 +-#: rc.cpp:150 ++#: rc.cpp:144 + #, no-c-format + msgid "Set the speed limits for torrent" + msgstr "Ustaw szybkość dla torrenta" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 51 +-#: rc.cpp:153 ++#: rc.cpp:147 + #, no-c-format + msgid "Max upload rate:" + msgstr "Maksymalna szybkość wysyłania:" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 59 +-#: rc.cpp:156 ++#: rc.cpp:150 + #, no-c-format + msgid "Max download rate:" + msgstr "Maksymalna szybkość pobierania:" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 97 +-#: rc.cpp:159 rc.cpp:162 ++#: rc.cpp:153 rc.cpp:156 + #, no-c-format + msgid "KB/s (0 is no limit)" + msgstr "KB/sek (0 oznacza bez limitu)" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 16 +-#: rc.cpp:171 ++#: rc.cpp:165 + #, no-c-format + msgid "Add potential peer" + msgstr "Dodaj potencjalnego partnera" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 35 +-#: rc.cpp:174 ++#: rc.cpp:168 + #, no-c-format + msgid "Peer IP:" + msgstr "IP partnera:" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 43 +-#: rc.cpp:177 rc.cpp:208 ++#: rc.cpp:171 rc.cpp:201 + #, no-c-format + msgid "127.0.0.1" + msgstr "127.0.0.1" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 51 +-#: rc.cpp:180 rc.cpp:288 rc.cpp:525 rc.cpp:931 ++#: rc.cpp:174 rc.cpp:279 rc.cpp:504 rc.cpp:908 + #, no-c-format + msgid "Port:" + msgstr "Port TCP:" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 100 +-#: rc.cpp:183 ++#: rc.cpp:177 + #, no-c-format + msgid "Enter peer IP and port." + msgstr "Podaj IP i port partnera." + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 16 +-#: rc.cpp:193 ++#: rc.cpp:186 + #, no-c-format + msgid "KTorrent Blacklist" + msgstr "Czarna lista KTorrenta" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 30 +-#: rc.cpp:196 ++#: rc.cpp:189 + #, no-c-format + msgid "" + "Note: Blacklist applies to current session only. Use save/open to save your " +@@ -1335,187 +1331,187 @@ msgstr "" + "żeby zachować swoje wpisy, lub zastosuj wtyczkę IPFilter (PeerGuardian)." + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 41 +-#: rc.cpp:199 ++#: rc.cpp:192 + #, no-c-format + msgid "Banned Peers" + msgstr "Zablokowani partnerzy" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 50 +-#: rc.cpp:202 ++#: rc.cpp:195 + #, no-c-format + msgid "Peer IP address" + msgstr "Adres IP partnera" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 96 +-#: rc.cpp:205 ++#: rc.cpp:198 + #, no-c-format + msgid "Add peer:" + msgstr "Dodaj partnera do listy:" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 134 +-#: rc.cpp:215 ++#: rc.cpp:207 + #, no-c-format + msgid "Adds a peer to blacklist" + msgstr "Dodaje partnera do czarnej listy" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 168 +-#: rc.cpp:222 ++#: rc.cpp:213 + #, no-c-format + msgid "Removes selected peer from blacklist" + msgstr "Usuwa wybranych partnerów z czarnej listy" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 176 +-#: rc.cpp:225 ++#: rc.cpp:216 + #, no-c-format + msgid "C&lear" + msgstr "Wy&czyść" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 182 +-#: rc.cpp:228 ++#: rc.cpp:219 + #, no-c-format + msgid "Clears this list" + msgstr "Czyści listę" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 218 +-#: rc.cpp:234 ++#: rc.cpp:225 + #, no-c-format + msgid "Save &As..." + msgstr "Z&apisz jako..." + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 224 +-#: rc.cpp:237 ++#: rc.cpp:228 + #, no-c-format + msgid "Save this blacklist to use with KTorrent IPFilter plugin" + msgstr "Zapisz czarną listę do wykorzystania przez wtyczkę Filtr IP" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 59 +-#: rc.cpp:252 ++#: rc.cpp:243 + #, no-c-format + msgid "Maximum downloads:" + msgstr "Maksymalna liczba pobierań:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 86 +-#: rc.cpp:255 ++#: rc.cpp:246 + #, no-c-format + msgid "Maximum seeds:" + msgstr "Maksymalna liczba wysyłań:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 94 +-#: rc.cpp:258 ++#: rc.cpp:249 + #, no-c-format + msgid "Start download on low disk space :" + msgstr "Uruchamianie z małą ilością miejsca na dysku:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 102 +-#: rc.cpp:261 ++#: rc.cpp:252 + #, no-c-format + msgid "Minimum disk space:" + msgstr "Minimalna wielkość wolnego miejsca na dysku:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 140 +-#: rc.cpp:264 ++#: rc.cpp:255 + #, no-c-format + msgid "Don't start" + msgstr "NIe uruchamiaj" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 145 +-#: rc.cpp:267 ++#: rc.cpp:258 + #, no-c-format + msgid "Always ask" + msgstr "Zawsze pytaj" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 150 +-#: rc.cpp:270 ++#: rc.cpp:261 + #, no-c-format + msgid "Force start" + msgstr "Wymuś uruchomienie" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 208 +-#: rc.cpp:273 ++#: rc.cpp:264 + #, no-c-format + msgid "MB" + msgstr "MB" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 236 +-#: rc.cpp:276 rc.cpp:279 rc.cpp:312 rc.cpp:315 rc.cpp:324 ++#: rc.cpp:267 rc.cpp:270 rc.cpp:303 rc.cpp:306 rc.cpp:315 + #, no-c-format + msgid "(0 is no limit)" + msgstr "(0 oznacza bez limitu)" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 330 +-#: rc.cpp:285 ++#: rc.cpp:276 + #, no-c-format + msgid "Maximum download rate:" + msgstr "Maksymalna szybkość pobierania:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 346 +-#: rc.cpp:291 ++#: rc.cpp:282 + #, no-c-format + msgid "Global connection limit:" + msgstr "Całkowity limit połączeń:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 354 +-#: rc.cpp:294 ++#: rc.cpp:285 + #, no-c-format + msgid "Max seed time:" + msgstr "Maksymalny czas wysyłania:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 370 +-#: rc.cpp:297 ++#: rc.cpp:288 + #, no-c-format + msgid "Maximum connections per torrent:" + msgstr "Maksymalna liczba połączeń na torrent:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 397 +-#: rc.cpp:300 ++#: rc.cpp:291 + #, no-c-format + msgid "Number of upload slots:" + msgstr "Liczba slotów wysyłania:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 405 +-#: rc.cpp:303 ++#: rc.cpp:294 + #, no-c-format + msgid "UDP tracker port:" + msgstr "Port UDP trackera:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 413 +-#: rc.cpp:306 ++#: rc.cpp:297 + #, no-c-format + msgid "Max share ratio:" + msgstr "Maksymalny współczynnik udziału:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 421 +-#: rc.cpp:309 ++#: rc.cpp:300 + #, no-c-format + msgid "Maximum upload rate:" + msgstr "Maksymalna szybkość wysyłania:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 576 +-#: rc.cpp:318 rc.cpp:321 ++#: rc.cpp:309 rc.cpp:312 + #, no-c-format + msgid "KB/sec (0 is no limit)" + msgstr "KB/sek (0 oznacza bez limitu)" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 651 +-#: rc.cpp:327 ++#: rc.cpp:318 + #, no-c-format + msgid "Hours (0 is no limit)" + msgstr "Godzin(y) (0 oznacza bez limitu)" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 663 +-#: rc.cpp:330 ++#: rc.cpp:321 + #, no-c-format + msgid "&Keep seeding after download is finished" + msgstr "&Kontynuuj wysyłanie po zakończonym pobieraniu" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 674 +-#: rc.cpp:333 ++#: rc.cpp:324 + #, no-c-format + msgid "Attention" + msgstr "Uwaga" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 685 +-#: rc.cpp:336 ++#: rc.cpp:327 + #, no-c-format + msgid "" + "The above ports must also be forwarded if you are behind a router. The UPnP " +@@ -1525,283 +1521,283 @@ msgstr "" + "może zrobić to za ciebie." + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 16 +-#: rc.cpp:339 ++#: rc.cpp:330 + #, no-c-format + msgid "KT Queue Dialog" + msgstr "Okno menedżera kolejki KTorrent" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 69 +-#: rc.cpp:348 rc.cpp:386 rc.cpp:1107 ++#: rc.cpp:339 rc.cpp:372 rc.cpp:1067 + #, no-c-format + msgid "Status:" + msgstr "Stan:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 85 +-#: rc.cpp:351 rc.cpp:389 rc.cpp:1808 ++#: rc.cpp:342 rc.cpp:375 rc.cpp:1751 + #, no-c-format + msgid "Tracker:" + msgstr "Tracker:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 93 +-#: rc.cpp:354 rc.cpp:392 rc.cpp:1805 ++#: rc.cpp:345 rc.cpp:378 rc.cpp:1748 + #, no-c-format + msgid "DHT:" + msgstr "DHT:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 109 +-#: rc.cpp:357 rc.cpp:395 rc.cpp:1061 ++#: rc.cpp:348 rc.cpp:381 rc.cpp:1025 + #, no-c-format + msgid "Share ratio:" + msgstr "Współczynnik udziału:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 117 +-#: rc.cpp:360 ++#: rc.cpp:351 + #, no-c-format + msgid "Bytes left:" + msgstr "Pozostało bajtów:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 177 +-#: rc.cpp:368 rc.cpp:377 ++#: rc.cpp:354 rc.cpp:363 + #, no-c-format + msgid "Torrent" + msgstr "Torrent" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 188 +-#: rc.cpp:371 rc.cpp:380 ++#: rc.cpp:357 rc.cpp:366 + #, no-c-format + msgid "Controlled by" + msgstr "Kontrolowane przez" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 214 +-#: rc.cpp:374 ++#: rc.cpp:360 + #, no-c-format + msgid "Upload&s" + msgstr "Wy&syłanie" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 333 +-#: rc.cpp:398 ++#: rc.cpp:384 + #, no-c-format + msgid "Uploaded:" + msgstr "Wysłano:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 486 +-#: rc.cpp:406 ++#: rc.cpp:387 + #, no-c-format + msgid "M&ove up" + msgstr "Przesuń w &górę" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 494 +-#: rc.cpp:409 ++#: rc.cpp:390 + #, no-c-format + msgid "Move dow&n" + msgstr "Przesuń w &dół" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 519 +-#: rc.cpp:412 ++#: rc.cpp:393 + #, no-c-format + msgid "Move to top" + msgstr "Przesuń na początek" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 530 +-#: rc.cpp:416 ++#: rc.cpp:396 + #, no-c-format + msgid "Move to &bottom" + msgstr "Przesuń na &koniec" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 555 +-#: rc.cpp:419 ++#: rc.cpp:399 + #, no-c-format + msgid "&QM Controlled" + msgstr "Sterowanie przez &menedżera kolejki" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 563 +-#: rc.cpp:422 ++#: rc.cpp:402 + #, no-c-format + msgid "&User Controlled" + msgstr "Sterowanie przez &użytkownika" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 30 +-#: rc.cpp:434 ++#: rc.cpp:414 + #, no-c-format + msgid "Paste URL" + msgstr "Wklej URL" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 52 +-#: rc.cpp:437 rc.cpp:1104 rc.cpp:1919 ++#: rc.cpp:417 rc.cpp:1064 rc.cpp:1859 + #, no-c-format + msgid "URL:" + msgstr "URL:" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 106 +-#: rc.cpp:440 ++#: rc.cpp:420 + #, no-c-format + msgid "O&K" + msgstr "O&K" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 114 +-#: rc.cpp:443 rc.cpp:675 rc.cpp:1176 ++#: rc.cpp:423 rc.cpp:653 rc.cpp:1128 + #, no-c-format + msgid "C&ancel" + msgstr "&Anuluj" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 16 +-#: rc.cpp:446 ++#: rc.cpp:426 + #, no-c-format + msgid "Create Torrent" + msgstr "Utwórz torrenta" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 38 +-#: rc.cpp:449 ++#: rc.cpp:429 + #, no-c-format + msgid "The file or folder of which you want to create a torrent:" + msgstr "Plik lub katalog, z którego chcesz utworzyć torrenta:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 53 +-#: rc.cpp:452 ++#: rc.cpp:432 + #, no-c-format + msgid "You must add at least one tracker or node." + msgstr "Musisz dodać przynajmniej jeden adres trackera lub węzeł (adres)." + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 61 +-#: rc.cpp:455 ++#: rc.cpp:435 + #, no-c-format + msgid "File Options" + msgstr "Opcje pliku" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 80 +-#: rc.cpp:458 ++#: rc.cpp:438 + #, no-c-format + msgid "Size of each chunk:" + msgstr "Wielkość każdej części:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 86 +-#: rc.cpp:461 ++#: rc.cpp:441 + #, no-c-format + msgid "32" + msgstr "32" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 91 +-#: rc.cpp:464 ++#: rc.cpp:444 + #, no-c-format + msgid "64" + msgstr "64" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 96 +-#: rc.cpp:467 ++#: rc.cpp:447 + #, no-c-format + msgid "128" + msgstr "128" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 101 +-#: rc.cpp:470 ++#: rc.cpp:450 + #, no-c-format + msgid "256" + msgstr "256" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 106 +-#: rc.cpp:473 ++#: rc.cpp:453 + #, no-c-format + msgid "512" + msgstr "512" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 111 +-#: rc.cpp:476 ++#: rc.cpp:456 + #, no-c-format + msgid "1024" + msgstr "1024" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 116 +-#: rc.cpp:479 ++#: rc.cpp:459 + #, no-c-format + msgid "2048" + msgstr "2048" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 121 +-#: rc.cpp:482 ++#: rc.cpp:462 + #, no-c-format + msgid "4096" + msgstr "4096" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 126 +-#: rc.cpp:485 ++#: rc.cpp:465 + #, no-c-format + msgid "8192" + msgstr "8192" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 138 +-#: rc.cpp:488 rc.cpp:633 ++#: rc.cpp:468 rc.cpp:611 + #, no-c-format + msgid "KB" + msgstr "KB" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 165 +-#: rc.cpp:491 ++#: rc.cpp:471 + #, no-c-format + msgid "Start seedin&g the torrent" + msgstr "Rozpocznij wysyłanie torrenta" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 176 +-#: rc.cpp:494 ++#: rc.cpp:474 + #, no-c-format + msgid "Decentrali&zed (DHT only)" + msgstr "&Rozproszony (tylko DHT)" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 184 +-#: rc.cpp:497 ++#: rc.cpp:477 + #, no-c-format + msgid "Private torrent (DHT not allowed)" + msgstr "Torrent prywatny (DHT niedozwolony)" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 202 +-#: rc.cpp:500 ++#: rc.cpp:480 + #, no-c-format + msgid "Comments:" + msgstr "Komentarze:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 248 +-#: rc.cpp:503 ++#: rc.cpp:483 + #, no-c-format + msgid "&Create" + msgstr "Utwórz" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 262 +-#: rc.cpp:506 rc.cpp:1325 ++#: rc.cpp:486 rc.cpp:1277 + #, no-c-format + msgid "Ca&ncel" + msgstr "A&nuluj" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 275 +-#: plugins/infowidget/infowidgetplugin.cpp:214 rc.cpp:509 rc.cpp:1101 ++#: plugins/infowidget/infowidgetplugin.cpp:214 rc.cpp:489 rc.cpp:1061 + #, no-c-format + msgid "Trackers" + msgstr "Trackery" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 283 +-#: rc.cpp:512 ++#: rc.cpp:492 + #, no-c-format + msgid "DHT nodes" + msgstr "Węzły DHT" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 333 +-#: rc.cpp:522 ++#: rc.cpp:501 + #, no-c-format + msgid "Node:" + msgstr "Węzeł:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 385 +-#: rc.cpp:528 ++#: rc.cpp:507 + #, no-c-format + msgid "IP or hostname" + msgstr "Numer IP lub nazwa komputera" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 396 +-#: rc.cpp:531 rc.cpp:718 rc.cpp:721 ++#: rc.cpp:510 rc.cpp:695 rc.cpp:698 + #, no-c-format + msgid "Port" + msgstr "Port" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 437 +-#: rc.cpp:534 ++#: rc.cpp:513 + #, no-c-format + msgid "" + "NOTE: Some known good DHT nodes are already inserted. You should probably " +@@ -1811,19 +1807,19 @@ msgstr "" + "wysyłać ten torrent, to możesz dodać również swój IP i port." + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 16 +-#: rc.cpp:537 ++#: rc.cpp:516 + #, no-c-format + msgid "Advanced Preferences" + msgstr "Zaawansowane ustawienia" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 46 +-#: rc.cpp:543 ++#: rc.cpp:522 + #, no-c-format + msgid "Time left estimation algorithm:" +-msgstr "" ++msgstr "Algorytm obliczania czasu zakończenia:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 53 +-#: rc.cpp:546 rc.cpp:568 ++#: rc.cpp:525 rc.cpp:547 + #, no-c-format + msgid "" + "KTorrent algorithm: Default algorithm using combination of other " +@@ -1853,428 +1849,428 @@ msgstr "" + "podstawie X próbek szybkości" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 64 +-#: rc.cpp:556 ++#: rc.cpp:535 + #, no-c-format + msgid "Current speed" + msgstr "Aktualna szybkość" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 69 +-#: rc.cpp:559 ++#: rc.cpp:538 + #, no-c-format + msgid "Global average speed" + msgstr "Całkowita średnia szybkość" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 74 +-#: rc.cpp:562 ++#: rc.cpp:541 + #, no-c-format + msgid "Window of X" + msgstr "Okno o rozmiarze X" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 79 +-#: rc.cpp:565 ++#: rc.cpp:544 + #, no-c-format + msgid "Moving average" + msgstr "Średnia ruchoma" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 98 +-#: rc.cpp:575 ++#: rc.cpp:554 + #, no-c-format + msgid "(takes effect after restart)" + msgstr "(wymagane ponowne uruchomienie)" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 125 +-#: rc.cpp:578 ++#: rc.cpp:557 + #, no-c-format + msgid "Disa&ble diskspace preallocation" + msgstr "&Wyłącz przydzielanie miejsca na dysku" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 141 +-#: rc.cpp:581 ++#: rc.cpp:560 + #, no-c-format + msgid "F&ully preallocate diskspace (avoids fragmentation)" + msgstr "Od razu przydzielaj miejsce na dysk&u (zapobiega fragmentacji)" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 147 +-#: rc.cpp:584 ++#: rc.cpp:563 + #, no-c-format + msgid "Basic (slow)" + msgstr "Podstawowy (wolny)" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 152 +-#: rc.cpp:587 ++#: rc.cpp:566 + #, no-c-format + msgid "Filesystem specific" + msgstr "W zależności od systemu plików" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 174 +-#: rc.cpp:590 ++#: rc.cpp:569 + #, no-c-format + msgid "Performance" + msgstr "Wydajność" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 193 +-#: rc.cpp:593 ++#: rc.cpp:572 + #, no-c-format + msgid "Memory usage:" + msgstr "Wykorzystanie pamięci: " + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 199 +-#: rc.cpp:596 ++#: rc.cpp:575 + #, no-c-format + msgid "Low" + msgstr "Niskie" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 204 +-#: rc.cpp:599 ++#: rc.cpp:578 + #, no-c-format + msgid "Medium" + msgstr "Średnie" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 209 +-#: rc.cpp:602 ++#: rc.cpp:581 + #, no-c-format + msgid "High" + msgstr "Wysokie" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 248 +-#: rc.cpp:605 ++#: rc.cpp:584 + #, no-c-format + msgid "GUI update interval:" + msgstr "Odświeżanie GUI co:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 254 +-#: rc.cpp:608 ++#: rc.cpp:587 + #, no-c-format + msgid "500ms" + msgstr "500 ms" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 259 +-#: rc.cpp:611 ++#: rc.cpp:590 + #, no-c-format + msgid "1s" + msgstr "1 sek" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 264 +-#: rc.cpp:614 ++#: rc.cpp:593 + #, no-c-format + msgid "2s" + msgstr "2 sek" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 269 +-#: rc.cpp:617 ++#: rc.cpp:596 + #, no-c-format + msgid "5s" + msgstr "5 sek" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 308 +-#: rc.cpp:620 ++#: rc.cpp:599 + #, no-c-format + msgid "Fast CPU" + msgstr "Szybki procesor" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 342 +-#: rc.cpp:624 ++#: rc.cpp:602 + #, no-c-format + msgid "Slow CPU" + msgstr "Wolny procesor" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 354 +-#: rc.cpp:627 ++#: rc.cpp:605 + #, no-c-format + msgid "Data Checking" + msgstr "Sprawdzanie danych" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 373 +-#: rc.cpp:630 ++#: rc.cpp:608 + #, no-c-format + msgid "During uploading, do ¬ recheck chunks bigger than" + msgstr "W trybie wysyła&nia nie sprawdzaj części większych niż" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 430 +-#: rc.cpp:636 ++#: rc.cpp:614 + #, no-c-format + msgid "Do a data integrit&y check after" + msgstr "Sprawdź &poprawność danych po wykryciu" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 449 +-#: rc.cpp:639 ++#: rc.cpp:617 + #, no-c-format + msgid "corrupted chunks" + msgstr "uszkodzonych części" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 478 +-#: rc.cpp:642 ++#: rc.cpp:620 + #, no-c-format + msgid "Networking" + msgstr "Sieć" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 505 +-#: rc.cpp:645 +-#, fuzzy, no-c-format ++#: rc.cpp:623 ++#, no-c-format + msgid "Maximum number of connection setups:" +-msgstr "Maksymalna liczba połączeń na torrent (0 = bez limitu)" ++msgstr "Maksymalna liczba ustawień połączeń:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 527 +-#: rc.cpp:648 ++#: rc.cpp:626 + #, no-c-format + msgid "DSCP for IP packets:" +-msgstr "" ++msgstr "DSCP dla pakietów IP:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 570 +-#: rc.cpp:651 ++#: rc.cpp:629 + #, no-c-format + msgid "Do not use the KDE pro&xy settings for HTTP tracker connections" + msgstr "" + "Nie używaj serwera pośredniczącego (pro&xy) KDE dla połączeń HTTP trackera" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 586 +-#: rc.cpp:654 ++#: rc.cpp:632 + #, no-c-format + msgid "HTTP tracker proxy:" + msgstr "Serwer pośredniczący (proxy) HTTP trackera:" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 24 +-#: rc.cpp:657 ++#: rc.cpp:635 + #, no-c-format + msgid "Scanning data" + msgstr "Skanowanie danych" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 38 +-#: rc.cpp:660 ++#: rc.cpp:638 + #, no-c-format + msgid "Scanning data of torrent :" + msgstr "Skanowanie danych torrenta:" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 62 +-#: rc.cpp:663 ++#: rc.cpp:641 + #, no-c-format + msgid "Number of chunks found :" + msgstr "Liczba znalezionych części:" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 70 +-#: rc.cpp:666 ++#: rc.cpp:644 + #, no-c-format + msgid "Number of chunks failed / not downloaded :" + msgstr "Liczba części błędnych/niepobranych:" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 97 +-#: rc.cpp:669 rc.cpp:672 ++#: rc.cpp:647 rc.cpp:650 + #, no-c-format + msgid "0" + msgstr "0" + + #. i18n: file ./apps/ktupnptest/mainwidget.ui line 54 +-#: rc.cpp:678 ++#: rc.cpp:656 + #, no-c-format + msgid "Test" + msgstr "Test" + + #. i18n: file ./libktorrent/labelviewitembase.ui line 49 +-#: rc.cpp:685 ++#: rc.cpp:662 + #, no-c-format + msgid "textLabel2" + msgstr "textLabel2" + + #. i18n: file ./libktorrent/labelviewitembase.ui line 65 +-#: rc.cpp:688 ++#: rc.cpp:665 + #, no-c-format + msgid "textLabel3" + msgstr "textLabel3" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 10 +-#: rc.cpp:691 ++#: rc.cpp:668 + #, no-c-format + msgid "Maximum number of downloads (0 = no limit)" + msgstr "Maksymalna liczba pobrań (0 = bez limitu)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 15 +-#: rc.cpp:694 ++#: rc.cpp:671 + #, no-c-format + msgid "Maximum number of seeds (0 = no limit)" + msgstr "Maksymalna liczba wysyłań (0 = bez limitu)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 20 +-#: rc.cpp:697 ++#: rc.cpp:674 + #, no-c-format + msgid "Start downloads on low disk space?" + msgstr "Pobierać z małą ilością miejsca na dysku?" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 24 +-#: rc.cpp:700 ++#: rc.cpp:677 + #, no-c-format + msgid "Maximum number of connections per torrent (0 = no limit)" + msgstr "Maksymalna liczba połączeń na torrent (0 = bez limitu)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 29 +-#: rc.cpp:703 ++#: rc.cpp:680 + #, no-c-format + msgid "Maximum number of connections for all torrents (0 = no limit) " + msgstr "Maksymalna liczba połączeń wszystkich torrentów (0 = bez limitu)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 34 +-#: rc.cpp:706 ++#: rc.cpp:683 + #, no-c-format + msgid "Maximum upload speed in KB/sec (0 = no limit)" + msgstr "Maksymalna szybkość wysyłania w KB/sek (0 = bez limitu)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 39 +-#: rc.cpp:709 ++#: rc.cpp:686 + #, no-c-format + msgid "Maximum download speed in KB/sec (0 = no limit)" + msgstr "Maksymalna szybkość pobierania w KB/sek (0 = bez limitu)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 44 +-#: rc.cpp:712 ++#: rc.cpp:689 + #, no-c-format + msgid "Maximum share ratio(0 = no limit)" + msgstr "Maksymalny współczynnik udziału (0 = bez limitu)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 49 +-#: rc.cpp:715 ++#: rc.cpp:692 + #, no-c-format + msgid "Maximum seed time in hours (0 = no limit)" + msgstr "Maksymalny czas wysyłania w godzinach (0 = bez limitu)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 66 +-#: rc.cpp:724 ++#: rc.cpp:701 + #, no-c-format + msgid "Show a system tray icon" + msgstr "Pokaż ikonę w tacce systemowej" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 70 +-#: rc.cpp:727 ++#: rc.cpp:704 + #, no-c-format + msgid "Show speed bar in tray icon" + msgstr "Pokazuj pasek szybkości w tacce systemowej" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 74 +-#: rc.cpp:730 ++#: rc.cpp:707 + #, no-c-format + msgid "Download bandwidth (in kb/s):" + msgstr "Pobieranie (kb/s):" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 80 +-#: rc.cpp:733 ++#: rc.cpp:710 + #, no-c-format + msgid "Upload bandwidth (in kb/s):" + msgstr "Wysyłanie (kb/s):" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 86 +-#: rc.cpp:736 ++#: rc.cpp:713 + #, no-c-format + msgid "Show popup messages when torrent is finished." + msgstr "Pokazuj komunikat o zakończeniu pobierania." + + #. i18n: file ./libktorrent/ktorrent.kcfg line 90 +-#: rc.cpp:739 ++#: rc.cpp:716 + #, no-c-format + msgid "Keep seeding after download has finished" + msgstr "Kontynuuj wysyłanie po zakończonym pobieraniu" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 94 +-#: rc.cpp:742 ++#: rc.cpp:719 + #, no-c-format + msgid "Folder to store temporary files" + msgstr "Katalog do przechowywania plików tymczasowych" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 98 +-#: rc.cpp:745 ++#: rc.cpp:722 + #, no-c-format + msgid "Whether to automatically save downloads to saveDir" + msgstr "Czy zapisywać automatycznie do domyślnego katalogu" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 102 +-#: rc.cpp:748 ++#: rc.cpp:725 + #, no-c-format + msgid "Folder to store downloaded files" + msgstr "Katalog do przechowywania pobranych plików" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 106 +-#: rc.cpp:751 ++#: rc.cpp:728 + #, no-c-format + msgid "Whether to automatically move completed downloads to completedDir" + msgstr "Czy automatycznie przenosić zakończone pobrania do domyślnego katalogu" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 110 +-#: rc.cpp:754 ++#: rc.cpp:731 + #, no-c-format + msgid "Folder to move completed downloaded files to" + msgstr "Katalog do przenoszenia zakończonych pobrań" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 114 +-#: rc.cpp:757 ++#: rc.cpp:734 + #, no-c-format + msgid "Whether to automatically copy .torrent files to torrentCopyDir" + msgstr "Czy automatycznie kopiować pliki .torrent do domyślnego katalogu" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 118 +-#: rc.cpp:760 ++#: rc.cpp:737 + #, no-c-format + msgid "Folder to copy .torrent files to" + msgstr "Katalog do kopiowania plików .torrent" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 122 +-#: rc.cpp:763 ++#: rc.cpp:740 + #, no-c-format + msgid "Whether to use a custom IP to pass to the tracker" + msgstr "Czy przesyłać własny numer IP do trackera" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 126 +-#: rc.cpp:766 ++#: rc.cpp:743 + #, no-c-format + msgid "Directory which was used as the last save directory" + msgstr "Katalog ostatnio używany do zapisywania" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 130 +-#: rc.cpp:769 ++#: rc.cpp:746 + #, no-c-format + msgid "IP to pass to the tracker" + msgstr "Numer IP do przekazania do trackera" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 134 +-#: rc.cpp:772 ++#: rc.cpp:749 + #, no-c-format + msgid "Memory usage" + msgstr "Wykorzystanie pamięci" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 138 +-#: rc.cpp:775 ++#: rc.cpp:752 + #, no-c-format + msgid "GUI update interval" + msgstr "Odświeżanie GUI co" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 142 +-#: rc.cpp:778 ++#: rc.cpp:755 + #, no-c-format + msgid "Support for DHT" + msgstr "Wsparcie dla DHT" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 146 +-#: rc.cpp:781 ++#: rc.cpp:758 + #, no-c-format + msgid "DHT port" + msgstr "Port DHT" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 152 +-#: rc.cpp:784 ++#: rc.cpp:761 + #, no-c-format + msgid "Number of upload slots" + msgstr "Liczba slotów wysyłania" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 196 +-#: rc.cpp:793 ++#: rc.cpp:770 + #, no-c-format + msgid "Columns shown in KTorrentView" + msgstr "Widoczne kolumny" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 205 +-#: rc.cpp:796 ++#: rc.cpp:773 + #, no-c-format + msgid "ET algorithm" + msgstr "Algorytm szacowania czasu" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 227 +-#: rc.cpp:799 ++#: rc.cpp:776 + #, no-c-format + msgid "" + "When there's no space left to complete download and free diskspace is less than " +@@ -2284,457 +2280,457 @@ msgstr "" + "jeśli ilość wolnego miejsca jest mniejsza niż wymagana." + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 16 +-#: rc.cpp:802 ++#: rc.cpp:779 + #, no-c-format + msgid "Plugin Manager" + msgstr "Menadżer wtyczek" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 48 +-#: rc.cpp:805 ++#: rc.cpp:782 + #, no-c-format + msgid "Load" + msgstr "Włącz" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 56 +-#: rc.cpp:808 ++#: rc.cpp:785 + #, no-c-format + msgid "U&nload" + msgstr "Wy&łącz" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 64 +-#: rc.cpp:811 ++#: rc.cpp:788 + #, no-c-format + msgid "Load &All" + msgstr "Włącz wszystkie" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 72 +-#: rc.cpp:814 ++#: rc.cpp:791 + #, no-c-format + msgid "&Unload All" + msgstr "Wyłącz wszystkie" + + #. i18n: file ./plugins/upnp/ktupnpplugin.kcfg line 10 +-#: rc.cpp:817 ++#: rc.cpp:794 + #, no-c-format + msgid "Default UPnP device to use" + msgstr "Domyślne urządzenie UPnP do użycia" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 16 +-#: plugins/upnp/upnpplugin.cpp:46 plugins/upnp/upnpprefpage.cpp:31 rc.cpp:820 ++#: plugins/upnp/upnpplugin.cpp:46 plugins/upnp/upnpprefpage.cpp:31 rc.cpp:797 + #, no-c-format + msgid "UPnP" + msgstr "UPnP" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 35 +-#: rc.cpp:823 ++#: rc.cpp:800 + #, no-c-format + msgid "Detected devices:" + msgstr "Wykryte urządzenia:" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 41 +-#: rc.cpp:826 ++#: rc.cpp:803 + #, no-c-format + msgid "Device" + msgstr "Urządzenie" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 52 +-#: rc.cpp:829 ++#: rc.cpp:806 + #, no-c-format + msgid "Ports Forwarded" + msgstr "Porty przekierowane" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 63 +-#: rc.cpp:832 ++#: rc.cpp:809 + #, no-c-format + msgid "WAN Connection" + msgstr "Połączenie WAN" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 91 +-#: rc.cpp:835 ++#: rc.cpp:812 + #, no-c-format + msgid "Forw&ard Ports" + msgstr "Prze&kieruj porty" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 99 +-#: rc.cpp:838 ++#: rc.cpp:815 + #, no-c-format + msgid "Undo Port Forwarding" + msgstr "Cofnij przekierowanie" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 124 +-#: rc.cpp:841 ++#: rc.cpp:818 + #, no-c-format + msgid "Rescan" + msgstr "Skanuj ponownie" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 9 +-#: rc.cpp:844 ++#: rc.cpp:821 + #, no-c-format + msgid "Enable scanning of folder1?" + msgstr "Skanować katalog 1?" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 14 +-#: rc.cpp:847 ++#: rc.cpp:824 + #, no-c-format + msgid "Enable scanning of folder2?" + msgstr "Skanować katalog 2?" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 19 +-#: rc.cpp:850 ++#: rc.cpp:827 + #, no-c-format + msgid "Enable scanning of folder3?" + msgstr "Skanować katalog 3?" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 24 +-#: rc.cpp:853 ++#: rc.cpp:830 + #, no-c-format + msgid "Folder1 path" + msgstr "Ścieżka do katalogu 1" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 29 +-#: rc.cpp:856 ++#: rc.cpp:833 + #, no-c-format + msgid "Folder2 path" + msgstr "Ścieżka do katalogu 2" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 34 +-#: rc.cpp:859 ++#: rc.cpp:836 + #, no-c-format + msgid "Folder3 path" + msgstr "Ścieżka do katalogu 3" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 39 +-#: rc.cpp:862 ++#: rc.cpp:839 + #, no-c-format + msgid "Whether to open torrent silently or not." + msgstr "Czy otwierać torrent bez potwierdzania." + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 44 +-#: rc.cpp:865 ++#: rc.cpp:842 + #, no-c-format + msgid "Delete action checked." + msgstr "Zaznaczono czynność usunięcia." + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 49 +-#: rc.cpp:868 ++#: rc.cpp:845 + #, no-c-format + msgid "Move action checked." + msgstr "Zaznaczono czynność przeniesienia." + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 16 +-#: rc.cpp:871 ++#: rc.cpp:848 + #, no-c-format + msgid "ScanFolder Preferences" + msgstr "Ustawienia przeszukiwania katalogów" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 35 +-#: rc.cpp:874 ++#: rc.cpp:851 + #, no-c-format + msgid "Scan folder &1" + msgstr "Przeszukaj katalog &1" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 38 +-#: rc.cpp:877 rc.cpp:1480 ++#: rc.cpp:854 rc.cpp:1424 + #, no-c-format + msgid "Alt+1" + msgstr "Alt+1" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 46 +-#: rc.cpp:880 ++#: rc.cpp:857 + #, no-c-format + msgid "Scan folder &2" + msgstr "Przeszukaj katalog &2" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 49 +-#: rc.cpp:883 rc.cpp:1471 rc.cpp:1495 ++#: rc.cpp:860 rc.cpp:1415 rc.cpp:1439 + #, no-c-format + msgid "Alt+2" + msgstr "Alt+2" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 57 +-#: rc.cpp:886 ++#: rc.cpp:863 + #, no-c-format + msgid "Scan folder &3" + msgstr "Przeszukaj katalog &3" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 60 +-#: rc.cpp:889 rc.cpp:1465 ++#: rc.cpp:866 rc.cpp:1409 + #, no-c-format + msgid "Alt+3" + msgstr "Alt+3" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 81 +-#: rc.cpp:895 ++#: rc.cpp:872 + #, no-c-format + msgid "Move to \"loaded\" directory &after loading" + msgstr "Przenieś do katalogu \"wczytanych\" po wczytaniu" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 84 +-#: rc.cpp:898 ++#: rc.cpp:875 + #, no-c-format + msgid "Move torrent to \"loaded\" directory after loading it" + msgstr "Przenieś torrent do katalogu \"wczytanych\" po wczytaniu" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 92 +-#: rc.cpp:901 ++#: rc.cpp:878 + #, no-c-format + msgid "Open torrents silentl&y" + msgstr "Otwieraj torrent&y bez potwierdzania" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 95 +-#: rc.cpp:904 ++#: rc.cpp:881 + #, no-c-format + msgid "Do not show 'Select files to download' dialog" + msgstr "Nie pokazuj okna 'Wybierz pliki do pobrania'" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 103 +-#: rc.cpp:907 ++#: rc.cpp:884 + #, no-c-format + msgid "Delete after loadin&g" + msgstr "Usuń po wczytaniu" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 106 +-#: rc.cpp:910 ++#: rc.cpp:887 + #, no-c-format + msgid "Deletes torrent after loading" + msgstr "Usuwa torrenta po wczytaniu" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 116 +-#: rc.cpp:913 ++#: rc.cpp:890 + #, no-c-format + msgid "Folders to scan" + msgstr "Katalogi do przeszukania" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 151 +-#: rc.cpp:916 ++#: rc.cpp:893 + #, no-c-format + msgid "Folder 1:" + msgstr "Katalog 1:" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 162 +-#: rc.cpp:919 ++#: rc.cpp:896 + #, no-c-format + msgid "Folder 2:" + msgstr "Katalog 2:" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 173 +-#: rc.cpp:922 ++#: rc.cpp:899 + #, no-c-format + msgid "Folder 3:" + msgstr "Katalog 3:" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 30 +-#: rc.cpp:925 rc.cpp:1895 ++#: rc.cpp:902 rc.cpp:1838 + #, no-c-format + msgid "Search Preferences" + msgstr "Ustawienia wyszukiwania" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 41 +-#: rc.cpp:928 ++#: rc.cpp:905 + #, no-c-format + msgid "Web Server" + msgstr "Serwer WWW" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 82 +-#: rc.cpp:934 ++#: rc.cpp:911 + #, no-c-format + msgid "Forward port" + msgstr "Przekieruj port" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 107 +-#: rc.cpp:937 ++#: rc.cpp:914 + #, no-c-format + msgid "Session TTL (in sec):" + msgstr "Czas życia sesji (w sek):" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 142 +-#: rc.cpp:940 ++#: rc.cpp:917 + #, no-c-format + msgid "Select interface:" + msgstr "Wybierz motyw graficzny interfejsu:" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 173 +-#: rc.cpp:943 ++#: rc.cpp:920 + #, no-c-format + msgid "Username:" + msgstr "Nazwa użytkownika:" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 188 +-#: rc.cpp:946 ++#: rc.cpp:923 + #, no-c-format + msgid "Change password ..." + msgstr "Zmień hasło ..." + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 206 +-#: rc.cpp:949 ++#: rc.cpp:926 + #, no-c-format + msgid "Php executable path:" + msgstr "Ścieżka do programu wykonywalnego PHP:" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 10 +-#: rc.cpp:953 ++#: rc.cpp:929 + #, no-c-format + msgid "Port number" + msgstr "Numer portu" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 15 +-#: rc.cpp:956 ++#: rc.cpp:932 + #, no-c-format + msgid "forward Port" + msgstr "Przekieruj port" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 20 +-#: rc.cpp:959 ++#: rc.cpp:935 + #, no-c-format + msgid "Session time to live" + msgstr "Czas życia sesji" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 24 +-#: rc.cpp:962 ++#: rc.cpp:938 + #, no-c-format + msgid "interface skin" + msgstr "Motyw graficzny interfejsu" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 28 +-#: rc.cpp:965 ++#: rc.cpp:941 + #, no-c-format + msgid "php executable path" + msgstr "Ścieżka do pliku wykonywalnego PHP" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 33 +-#: rc.cpp:968 ++#: rc.cpp:944 + #, no-c-format + msgid "username" + msgstr "nazwa użytkownika" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 37 +-#: rc.cpp:971 ++#: rc.cpp:947 + #, no-c-format + msgid "password" + msgstr "hasło" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 16 +-#: plugins/infowidget/infowidgetplugin.cpp:194 rc.cpp:974 rc.cpp:1046 ++#: plugins/infowidget/infowidgetplugin.cpp:194 rc.cpp:950 rc.cpp:1010 + #, no-c-format + msgid "Chunks" + msgstr "Części" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 43 +-#: rc.cpp:977 ++#: rc.cpp:953 + #, no-c-format + msgid "Total:" + msgstr "Ogółem:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 81 +-#: rc.cpp:981 ++#: rc.cpp:956 + #, no-c-format + msgid "Currently downloading:" + msgstr "Aktualnie pobierane:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 119 +-#: rc.cpp:985 ++#: rc.cpp:959 + #, no-c-format + msgid "Downloaded:" + msgstr "Pobrano:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 157 +-#: rc.cpp:989 ++#: rc.cpp:962 + #, no-c-format + msgid "Excluded:" + msgstr "Odrzucono:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 195 +-#: rc.cpp:993 ++#: rc.cpp:965 + #, no-c-format + msgid "Left:" + msgstr "Pozostało:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 233 +-#: rc.cpp:997 ++#: rc.cpp:968 + #, no-c-format + msgid "Size:" + msgstr "Rozmiar:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 280 +-#: rc.cpp:1001 ++#: rc.cpp:971 + #, no-c-format + msgid "Chunk" + msgstr "Część" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 291 +-#: rc.cpp:1004 ++#: rc.cpp:974 + #, no-c-format + msgid "Progress" + msgstr "Postęp" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 302 +-#: rc.cpp:1007 ++#: rc.cpp:977 + #, no-c-format + msgid "Peer" + msgstr "Partner" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 324 +-#: rc.cpp:1013 ++#: rc.cpp:983 + #, no-c-format + msgid "Assigned Peers" + msgstr "Przyporządkowani partnerzy" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 63 +-#: rc.cpp:1022 ++#: rc.cpp:992 + #, no-c-format + msgid "Seeders:" + msgstr "Rozsiewający:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 71 +-#: rc.cpp:1025 ++#: rc.cpp:995 + #, no-c-format + msgid "Leechers:" + msgstr "Pijawki:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 129 +-#: rc.cpp:1030 ++#: rc.cpp:998 + #, no-c-format + msgid "Average Down Speed:" + msgstr "Średnia szybkość pobierania:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 177 +-#: rc.cpp:1035 ++#: rc.cpp:1001 + #, no-c-format + msgid "Average Up Speed:" + msgstr "Średnia szybkość wysyłania:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 195 +-#: rc.cpp:1038 rc.cpp:1111 ++#: rc.cpp:1004 rc.cpp:1070 + #, no-c-format + msgid "Next update in:" + msgstr "Następne uaktualnienie za:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 203 +-#: rc.cpp:1041 ++#: rc.cpp:1007 + #, no-c-format + msgid "Tracker Status:" + msgstr "Stan trackera:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 332 +-#: rc.cpp:1049 ++#: rc.cpp:1013 + #, no-c-format + msgid "Parts of the torrent which have been downloaded:" + msgstr "Pobrane części torrenta:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 367 +-#: rc.cpp:1052 ++#: rc.cpp:1016 + #, no-c-format + msgid "Parts of the torrent which are available:" + msgstr "Dostępne części torrenta:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 457 +-#: rc.cpp:1055 ++#: rc.cpp:1019 + #, no-c-format + msgid "Sharing" + msgstr "Współdzielenie" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 487 +-#: rc.cpp:1058 ++#: rc.cpp:1022 + #, no-c-format + msgid "" + "Your upload will stop when share ratio gets to this value. Zero means no limit." +@@ -2743,145 +2739,145 @@ msgstr "" + "limitu." + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 525 +-#: rc.cpp:1064 ++#: rc.cpp:1028 + #, no-c-format + msgid "Your upload will stop when you have uploaded for this many hours." + msgstr "Wysyłanie zostanie zatrzymane po podanej liczbie godzin." + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 533 +-#: rc.cpp:1067 ++#: rc.cpp:1031 + #, no-c-format + msgid "Hours" + msgstr "Godzin(y)" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 543 +-#: rc.cpp:1070 ++#: rc.cpp:1034 + #, no-c-format + msgid "Ratio limit:" + msgstr "Limit współczynnika:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 549 +-#: rc.cpp:1074 ++#: rc.cpp:1037 + #, no-c-format + msgid "Limit works only in seed mode" + msgstr "Limit działa tylko w trybie wysyłania" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 557 +-#: rc.cpp:1077 ++#: rc.cpp:1040 + #, no-c-format + msgid "Time &limit:" + msgstr "&Limit czasu:" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 37 +-#: rc.cpp:1081 ++#: rc.cpp:1043 + #, no-c-format + msgid "&Update Tracker" + msgstr "&Uaktualnij tracker" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 40 +-#: rc.cpp:1084 ++#: rc.cpp:1046 + #, no-c-format + msgid "Minimum update interval - 60 seconds" + msgstr "Minimalny przedział aktualizacji - 60 sek." + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 48 +-#: rc.cpp:1087 ++#: rc.cpp:1049 + #, no-c-format + msgid "Add Trac&ker" + msgstr "Dodaj trac&ker" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 64 +-#: rc.cpp:1090 ++#: rc.cpp:1052 + #, no-c-format + msgid "Remove Tracker" + msgstr "Usuń tracker" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 75 +-#: rc.cpp:1094 ++#: rc.cpp:1055 + #, no-c-format + msgid "Ch&ange Tracker" + msgstr "&Zmień tracker" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 100 +-#: rc.cpp:1097 ++#: rc.cpp:1058 + #, no-c-format + msgid "Restore Defaults" + msgstr "Przywróć domyślne" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 10 +-#: rc.cpp:1115 ++#: rc.cpp:1073 + #, no-c-format + msgid "Show peer view tab in main window" + msgstr "Pokaż zakładkę partnerów w głównym oknie" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 14 +-#: rc.cpp:1118 ++#: rc.cpp:1076 + #, no-c-format + msgid "Show chunk download view tab in main window" + msgstr "Pokaż zakładkę pobierania części w głównym oknie" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 18 +-#: rc.cpp:1121 ++#: rc.cpp:1079 + #, no-c-format + msgid "Show trackers view tab in main window" + msgstr "Pokaż zakładkę trackerów w głównym oknie" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 24 +-#: rc.cpp:1124 ++#: rc.cpp:1082 + #, no-c-format + msgid "Show list of peers" + msgstr "Pokaż listę partnerów" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 35 +-#: rc.cpp:1128 ++#: rc.cpp:1085 + #, no-c-format + msgid "Show list of chunks currentl&y downloading" + msgstr "Pokaż listę aktualnie pobieran&ych części" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 60 +-#: rc.cpp:1131 ++#: rc.cpp:1088 + #, no-c-format + msgid "Show list of trackers" + msgstr "Pokaż listę trackerów" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 16 +-#: rc.cpp:1135 ++#: rc.cpp:1091 + #, no-c-format + msgid "IPBlocking Preferences" + msgstr "Ustawienia blokowania adresów IP" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 47 +-#: rc.cpp:1138 ++#: rc.cpp:1094 + #, no-c-format + msgid "Select PeerGuardian Filter File " + msgstr "Wybierz plik filtra PeerGuardian" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 58 +-#: rc.cpp:1141 ++#: rc.cpp:1097 + #, no-c-format + msgid "Use PeerGuardian filter?" + msgstr "Użyć filtru PeerGuardian?" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 77 +-#: rc.cpp:1145 ++#: rc.cpp:1100 + #, no-c-format + msgid "IP filter file:" + msgstr "Plik filtru numerów IP:" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 85 +-#: rc.cpp:1148 ++#: rc.cpp:1103 + #, no-c-format + msgid "http://www.bluetack.co.uk/modules.php?name=Downloads&d_op=getit&lid=8" + msgstr "http://www.bluetack.co.uk/modules.php?name=Downloads&d_op=getit&lid=8" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 123 +-#: rc.cpp:1151 ++#: rc.cpp:1106 + #, no-c-format + msgid "Dow&nload/Convert" + msgstr "Pobierz/Ko&nwertuj" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 134 +-#: rc.cpp:1154 ++#: rc.cpp:1109 + #, no-c-format + msgid "" + "Download PeerGuardian filter from bluetack.co.uk or blocklist.org.\n" +@@ -2891,25 +2887,25 @@ msgstr "" + "UWAGA: Plik ZIP z bluetack.co.uk jest obsługiwany." + + #. i18n: file ./plugins/ipfilter/ktipfilterplugin.kcfg line 10 +-#: rc.cpp:1159 ++#: rc.cpp:1113 + #, no-c-format + msgid "Level1 filter url" + msgstr "URL filtru level1" + + #. i18n: file ./plugins/ipfilter/ktipfilterplugin.kcfg line 14 +-#: rc.cpp:1162 ++#: rc.cpp:1116 + #, no-c-format + msgid "Use level1 filter?" + msgstr "Użyć filtru level1?" + + #. i18n: file ./plugins/ipfilter/convert_dlg.ui line 24 +-#: plugins/ipfilter/convertdialog.cpp:155 rc.cpp:1165 ++#: plugins/ipfilter/convertdialog.cpp:155 rc.cpp:1119 + #, no-c-format + msgid "Converting..." + msgstr "Konwertowanie..." + + #. i18n: file ./plugins/ipfilter/convert_dlg.ui line 41 +-#: rc.cpp:1168 ++#: rc.cpp:1122 + #, no-c-format + msgid "" + "Click on the 'convert' button to start converting antip2p file. NOTE: This " +@@ -2921,61 +2917,61 @@ msgstr "" + "można korzystać z KTorrenta." + + #. i18n: file ./plugins/stats/sprefwgt.ui line 27 +-#: rc.cpp:1179 ++#: rc.cpp:1131 + #, no-c-format + msgid "Update" + msgstr "Uaktualnienia" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 46 +-#: rc.cpp:1182 rc.cpp:1268 ++#: rc.cpp:1134 rc.cpp:1220 + #, no-c-format + msgid "Update charts every" + msgstr "Uaktualniaj wykresy co" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 71 +-#: rc.cpp:1185 ++#: rc.cpp:1137 + #, no-c-format + msgid "GUI updates" + msgstr "odświeżanie GUI" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 92 +-#: rc.cpp:1188 rc.cpp:1271 ++#: rc.cpp:1140 rc.cpp:1223 + #, no-c-format + msgid "Gather data every" + msgstr "Pobieraj dane co" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 120 +-#: rc.cpp:1191 ++#: rc.cpp:1143 + #, no-c-format + msgid "miliseconds" + msgstr "milisekund" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 135 +-#: rc.cpp:1194 ++#: rc.cpp:1146 + #, no-c-format + msgid "Maximum" + msgstr "Maksimum" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 154 +-#: rc.cpp:1197 ++#: rc.cpp:1149 + #, no-c-format + msgid "Maximum speed scale mode:" + msgstr "Tryb skali maksymalnej szybkości:" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 165 +-#: rc.cpp:1203 ++#: rc.cpp:1155 + #, no-c-format + msgid "Exact" + msgstr "Dokładny" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 175 +-#: rc.cpp:1206 ++#: rc.cpp:1158 + #, no-c-format + msgid "See 'What's this' for more help" + msgstr "Zobacz 'Co to jest?' aby uzyskać więcej informacji" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 180 +-#: rc.cpp:1209 ++#: rc.cpp:1161 + #, no-c-format + msgid "" + "Set maximum value on OY scale as:\n" +@@ -2987,31 +2983,31 @@ msgstr "" + "- Dokładna: Maksymalna osiągnięta szybkość widoczna na wykresie" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 192 +-#: rc.cpp:1214 rc.cpp:1247 ++#: rc.cpp:1166 rc.cpp:1199 + #, no-c-format + msgid "Peers speed" + msgstr "Szybkość partnerów" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 211 +-#: rc.cpp:1217 ++#: rc.cpp:1169 + #, no-c-format + msgid "Peers speed:" + msgstr "Szybkość partnerów:" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 222 +-#: rc.cpp:1220 ++#: rc.cpp:1172 + #, no-c-format + msgid "update every" + msgstr "uaktualniaj co" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 244 +-#: rc.cpp:1223 ++#: rc.cpp:1175 + #, no-c-format + msgid "chart data updates" + msgstr "uaktualnienia wykresów danych" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 254 +-#: rc.cpp:1226 ++#: rc.cpp:1178 + #, no-c-format + msgid "Gathering data about many connected peers can be CPU consuming." + msgstr "" +@@ -3019,817 +3015,817 @@ msgstr "" + "procesora." + + #. i18n: file ./plugins/stats/sprefwgt.ui line 267 +-#: rc.cpp:1229 ++#: rc.cpp:1181 + #, no-c-format + msgid "Peers connections" + msgstr "Połączenia partnerów" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 270 +-#: rc.cpp:1232 ++#: rc.cpp:1184 + #, no-c-format + msgid "Large values can obscure charts of connected peers" + msgstr "Duże wartości mogą zniekształcić wykresy przyłączonych partnerów" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 289 +-#: rc.cpp:1235 ++#: rc.cpp:1187 + #, no-c-format + msgid "Show seeders in swarms" + msgstr "Pokazuj zbiorczo rozsiewających" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 297 +-#: rc.cpp:1238 ++#: rc.cpp:1190 + #, no-c-format + msgid "Show leechers in swarms" + msgstr "Pokazuj zbiorczo pijawki" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 309 +-#: rc.cpp:1241 ++#: rc.cpp:1193 + #, no-c-format + msgid "Measurements count" + msgstr "Liczba pomiarów" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 392 +-#: rc.cpp:1250 rc.cpp:1265 ++#: rc.cpp:1202 rc.cpp:1217 + #, no-c-format + msgid "Upload" + msgstr "Wysyłanie" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 424 +-#: rc.cpp:1253 ++#: rc.cpp:1205 + #, no-c-format + msgid "Connections" + msgstr "Połączenia" + + #. i18n: file ./plugins/stats/statsspdwgt.ui line 40 +-#: plugins/infowidget/infowidgetplugin.cpp:173 rc.cpp:1262 rc.cpp:1304 ++#: plugins/infowidget/infowidgetplugin.cpp:173 rc.cpp:1214 rc.cpp:1256 + #, no-c-format + msgid "Peers" + msgstr "Partnerzy" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 18 +-#: rc.cpp:1274 ++#: rc.cpp:1226 + #, no-c-format + msgid "Toggle peers speed charts" + msgstr "Przełącz wykresy szybkości partnerów" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 22 +-#: rc.cpp:1277 ++#: rc.cpp:1229 + #, no-c-format + msgid "Interval between getting data about peers speed" + msgstr "Przedział czasowy pobierania danych o szybkości partnerów" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 26 +-#: rc.cpp:1280 ++#: rc.cpp:1232 + #, no-c-format + msgid "Toggle drawing of leechers in swarms" + msgstr "Przełącz zbiorcze rysowanie pijawek" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 30 +-#: rc.cpp:1283 ++#: rc.cpp:1235 + #, no-c-format + msgid "Toggle drawing of seeders in swarms" + msgstr "Przełącz zbiorcze rysowanie rozsiewających" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 35 +-#: rc.cpp:1286 ++#: rc.cpp:1238 + #, no-c-format + msgid "Download mesurments count" + msgstr "Liczba pomiarów pobierania" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 39 +-#: rc.cpp:1289 ++#: rc.cpp:1241 + #, no-c-format + msgid "Peers speed mesurments count" + msgstr "Liczba pomiarów partnerów" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 43 +-#: rc.cpp:1292 ++#: rc.cpp:1244 + #, no-c-format + msgid "Upload mesurments count" + msgstr "Liczba pomiarów wysyłania" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 47 +-#: rc.cpp:1295 ++#: rc.cpp:1247 + #, no-c-format + msgid "Connections mesurments count" + msgstr "Liczba pomiarów połączeń" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 51 +-#: rc.cpp:1298 ++#: rc.cpp:1250 + #, no-c-format + msgid "DHT mesurments count" + msgstr "Liczba pomiarów DHT" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 56 +-#: rc.cpp:1301 ++#: rc.cpp:1253 + #, no-c-format + msgid "OY axis max mode" + msgstr "Tryb maksimum osi OY" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 16 +-#: rc.cpp:1310 ++#: rc.cpp:1262 + #, no-c-format + msgid "Import an existing download" + msgstr "Importuj istniejące pobieranie" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 49 +-#: rc.cpp:1313 ++#: rc.cpp:1265 + #, no-c-format + msgid "Torrent:" + msgstr "Torrent:" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 63 +-#: rc.cpp:1316 ++#: rc.cpp:1268 + #, no-c-format + msgid "Data:" + msgstr "Dane:" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 95 +-#: rc.cpp:1319 ++#: rc.cpp:1271 + #, no-c-format + msgid "" + "Please specify the torrent and the data already downloaded for that torrent." + msgstr "Proszę wskazać torrenta i dane już pobrane dla tego torrenta." + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 133 +-#: rc.cpp:1322 ++#: rc.cpp:1274 + #, no-c-format + msgid "&Import" + msgstr "Impo&rtuj" + + #. i18n: file ./plugins/rssfeed/ktrssfeedplugin.kcfg line 10 +-#: rc.cpp:1328 ++#: rc.cpp:1280 + #, no-c-format + msgid "default" + msgstr "domyślny" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 18 +-#: rc.cpp:1331 ++#: rc.cpp:1283 + #, no-c-format + msgid "Rss Feeds" + msgstr "Kanały RSS" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 36 +-#: rc.cpp:1334 ++#: rc.cpp:1286 + #, no-c-format + msgid "Feeds" + msgstr "Kanały" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 78 +-#: rc.cpp:1337 ++#: rc.cpp:1289 + #, no-c-format + msgid "De&lete" + msgstr "&Usuń" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 86 +-#: rc.cpp:1340 rc.cpp:1382 rc.cpp:1392 ++#: rc.cpp:1292 rc.cpp:1331 rc.cpp:1340 + #, no-c-format + msgid "&New" + msgstr "&Nowy" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 117 +-#: rc.cpp:1343 ++#: rc.cpp:1295 + #, no-c-format + msgid "&URL" + msgstr "&URL" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 139 +-#: rc.cpp:1346 ++#: rc.cpp:1298 + #, no-c-format + msgid "Articles" + msgstr "Artykuły" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 216 +-#: rc.cpp:1353 ++#: rc.cpp:1304 + #, no-c-format + msgid "Auto&refresh" + msgstr "Automatyczne o&dświeżanie" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 242 +-#: rc.cpp:1356 ++#: rc.cpp:1307 + #, no-c-format + msgid "I&gnore TTL" + msgstr "I&gnoruj czas życia sesji" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 270 +-#: rc.cpp:1359 ++#: rc.cpp:1310 + #, no-c-format + msgid "Refresh" + msgstr "Odśwież" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 299 +-#: rc.cpp:1363 rc.cpp:1395 ++#: rc.cpp:1313 rc.cpp:1343 + #, no-c-format + msgid "&Title" + msgstr "&Tytuł" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 323 +-#: rc.cpp:1366 ++#: rc.cpp:1316 + #, no-c-format + msgid "Keep Articles (days)" + msgstr "Przechowuj artykuły (dni)" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 347 +-#: rc.cpp:1369 rc.cpp:1398 ++#: rc.cpp:1319 rc.cpp:1346 + #, no-c-format + msgid "&Active" + msgstr "&Aktywny" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 362 +-#: rc.cpp:1372 ++#: rc.cpp:1322 + #, no-c-format + msgid "Filters" + msgstr "Filtry" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 389 +-#: rc.cpp:1375 ++#: rc.cpp:1325 + #, no-c-format + msgid "Accept Filters" + msgstr "Filtry akceptowanych" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 440 +-#: rc.cpp:1385 ++#: rc.cpp:1334 + #, no-c-format + msgid "Reject Filters" + msgstr "Filtry odrzucanych" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 557 +-#: rc.cpp:1401 ++#: rc.cpp:1349 + #, no-c-format + msgid "Regular Expressions" + msgstr "Wyrażenia regularne" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 587 +-#: rc.cpp:1404 ++#: rc.cpp:1352 + #, no-c-format + msgid "Treat as &Series" + msgstr "Traktuj jako &serię" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 624 +-#: rc.cpp:1407 ++#: rc.cpp:1355 + #, no-c-format + msgid "Process" + msgstr "Uruchom" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 643 +-#: rc.cpp:1411 ++#: rc.cpp:1358 + #, no-c-format + msgid "Series Criteria" + msgstr "Kryteria serii" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 679 +-#: rc.cpp:1414 ++#: rc.cpp:1361 + #, no-c-format + msgid "Match Without Episode" + msgstr "Dopasowuj bez numeru odcinka" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 713 +-#: rc.cpp:1418 ++#: rc.cpp:1364 + #, no-c-format + msgid "Max Episode" + msgstr "Maksymalny numer odcinka" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 739 +-#: rc.cpp:1421 ++#: rc.cpp:1367 + #, no-c-format + msgid "Max Season" + msgstr "Maksymalny numer sezonu" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 758 +-#: rc.cpp:1424 ++#: rc.cpp:1370 + #, no-c-format + msgid "Min Season" + msgstr "Minimalny numer sezonu" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 782 +-#: rc.cpp:1427 ++#: rc.cpp:1373 + #, no-c-format + msgid "Min Episode" + msgstr "Minimalny numer odcinka" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 814 +-#: rc.cpp:1430 ++#: rc.cpp:1376 + #, no-c-format + msgid "Test te&xt" + msgstr "Test te&kstu" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 840 +-#: rc.cpp:1433 ++#: rc.cpp:1379 + #, no-c-format + msgid "Te&st" + msgstr "Te&st" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 858 +-#: rc.cpp:1436 ++#: rc.cpp:1382 + #, no-c-format + msgid "Filter Matches" + msgstr "Dopasowania filtra" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 28 +-#: rc.cpp:1447 ++#: rc.cpp:1391 + #, no-c-format + msgid "Bandwidth scheduler" + msgstr "Planowanie transferu" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 50 +-#: rc.cpp:1450 ++#: rc.cpp:1394 + #, no-c-format + msgid "Left click category" + msgstr "Kategoria - lewy przycisk myszy" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 61 +-#: rc.cpp:1453 ++#: rc.cpp:1397 + #, no-c-format + msgid "Categor&y 1" + msgstr "Kategoria 1" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 157 +-#: rc.cpp:1456 rc.cpp:1483 ++#: rc.cpp:1400 rc.cpp:1427 + #, no-c-format + msgid "T&urn off" + msgstr "W&yłącz" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 165 +-#: rc.cpp:1459 rc.cpp:1486 ++#: rc.cpp:1403 rc.cpp:1430 + #, no-c-format + msgid "&Normal" + msgstr "&Normalny" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 195 +-#: rc.cpp:1462 ++#: rc.cpp:1406 + #, no-c-format + msgid "Category &3" + msgstr "Kategoria &3" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 206 +-#: rc.cpp:1468 rc.cpp:1492 ++#: rc.cpp:1412 rc.cpp:1436 + #, no-c-format + msgid "Category &2" + msgstr "Kategoria &2" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 219 +-#: rc.cpp:1474 ++#: rc.cpp:1418 + #, no-c-format + msgid "Right click category" + msgstr "Kategoria - prawy przycisk myszy" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 230 +-#: rc.cpp:1477 ++#: rc.cpp:1421 + #, no-c-format + msgid "Category &1" + msgstr "Kategoria &1" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 367 +-#: rc.cpp:1489 ++#: rc.cpp:1433 + #, no-c-format + msgid "&Category 3" + msgstr "Kategoria &3" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 390 +-#: rc.cpp:1498 ++#: rc.cpp:1442 + #, no-c-format + msgid "Categories" + msgstr "Kategorie" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 401 +-#: rc.cpp:1501 ++#: rc.cpp:1445 + #, no-c-format + msgid "1. Category" + msgstr "Kategoria 1." + + #. i18n: file ./plugins/scheduler/bwspage.ui line 409 +-#: rc.cpp:1504 ++#: rc.cpp:1448 + #, no-c-format + msgid "3. Category" + msgstr "Kategoria 3." + + #. i18n: file ./plugins/scheduler/bwspage.ui line 425 +-#: rc.cpp:1507 rc.cpp:1516 rc.cpp:1525 ++#: rc.cpp:1451 rc.cpp:1460 rc.cpp:1469 + #, no-c-format + msgid "download:" + msgstr "pobieranie:" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 441 +-#: rc.cpp:1510 rc.cpp:1519 rc.cpp:1528 ++#: rc.cpp:1454 rc.cpp:1463 rc.cpp:1472 + #, no-c-format + msgid "upload:" + msgstr "wysyłanie:" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 457 +-#: rc.cpp:1513 rc.cpp:1522 rc.cpp:1531 ++#: rc.cpp:1457 rc.cpp:1466 rc.cpp:1475 + #, no-c-format + msgid "KB/s *" + msgstr "KB/s *" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 567 +-#: rc.cpp:1534 ++#: rc.cpp:1478 + #, no-c-format + msgid "2. Category" + msgstr "Kategoria 2." + + #. i18n: file ./plugins/scheduler/bwspage.ui line 626 +-#: rc.cpp:1538 ++#: rc.cpp:1481 + #, no-c-format + msgid "* zero means no limit" + msgstr "* zero oznacza bez limitu" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 672 +-#: rc.cpp:1541 ++#: rc.cpp:1484 + #, no-c-format + msgid "Save to file" + msgstr "Zapisz do pliku" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 680 +-#: rc.cpp:1544 ++#: rc.cpp:1487 + #, no-c-format + msgid "&Load from file" + msgstr "Wczytaj z p&liku" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 688 +-#: rc.cpp:1547 ++#: rc.cpp:1490 + #, no-c-format + msgid "Reset schedule" + msgstr "Wyczyść planowanie" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 751 +-#: rc.cpp:1550 ++#: rc.cpp:1493 + #, no-c-format + msgid "O&k" + msgstr "O&K" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 16 +-#: rc.cpp:1559 ++#: rc.cpp:1502 + #, no-c-format + msgid "Scheduler Plugin Pref Page" + msgstr "Strona ustawień planowania transferu" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 27 +-#: rc.cpp:1562 ++#: rc.cpp:1505 + #, no-c-format + msgid "Use &bandwidth scheduler?" + msgstr "Włączyć planowanie transferu?" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 35 +-#: plugins/scheduler/schedulerplugin.cpp:59 rc.cpp:1565 ++#: plugins/scheduler/schedulerplugin.cpp:59 rc.cpp:1508 + #, no-c-format + msgid "Bandwidth Scheduler" + msgstr "Planowanie transferu" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 46 +-#: rc.cpp:1568 ++#: rc.cpp:1511 + #, no-c-format + msgid "Use colors instead of pi&xmaps?" + msgstr "Zastosuj kolory zamiast mapy bitowej" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 54 +-#: rc.cpp:1571 ++#: rc.cpp:1514 + #, no-c-format + msgid "(Recommended for slower systems)" + msgstr "(Zalecane dla wolniejszych komputerów)" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 62 +-#: rc.cpp:1574 ++#: rc.cpp:1517 + #, no-c-format + msgid "Edit s&chedule" + msgstr "&Zmień planowanie" + + #. i18n: file ./plugins/scheduler/ktschedulerplugin.kcfg line 10 +-#: rc.cpp:1577 ++#: rc.cpp:1520 + #, no-c-format + msgid "Enable bandwidth scheduler?" + msgstr "Włączyć planowanie transferu?" + + #. i18n: file ./plugins/scheduler/ktschedulerplugin.kcfg line 14 +-#: rc.cpp:1580 ++#: rc.cpp:1523 + #, no-c-format + msgid "Use colors instead of pixmaps?" + msgstr "Zastosuj kolory zamiast mapy bitowej" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 10 +-#: rc.cpp:1583 ++#: rc.cpp:1526 + #, no-c-format + msgid "Use rich log text" + msgstr "Zastosuj tekst formatowany w dzienniku" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 15 +-#: rc.cpp:1586 ++#: rc.cpp:1529 + #, no-c-format + msgid "General info messages flag" + msgstr "Znacznik informacji ogólnych" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 19 +-#: rc.cpp:1589 ++#: rc.cpp:1532 + #, no-c-format + msgid "Connections messages flag" + msgstr "Znacznik komunikatów o połączeniach" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 23 +-#: rc.cpp:1592 ++#: rc.cpp:1535 + #, no-c-format + msgid "DHT messages flag" + msgstr "Znacznik komunikatów o DHT" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 27 +-#: rc.cpp:1595 ++#: rc.cpp:1538 + #, no-c-format + msgid "Tracker info messages flag" + msgstr "Znacznik informacji trackera " + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 31 +-#: rc.cpp:1598 ++#: rc.cpp:1541 + #, no-c-format + msgid "Disk IO info messages flag" + msgstr "Znacznik komunikatów o operacjach dyskowych" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 35 +-#: rc.cpp:1601 ++#: rc.cpp:1544 + #, no-c-format + msgid "IPFilter plugin messages flag" + msgstr "Znacznik komunikatów wtyczki Filtr IP" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 39 +-#: rc.cpp:1604 ++#: rc.cpp:1547 + #, no-c-format + msgid "Search plugin messages flag" + msgstr "Znacznik komunikatów wtyczki wyszukiwania" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 43 +-#: rc.cpp:1607 ++#: rc.cpp:1550 + #, no-c-format + msgid "PartFileImport plugin messages flag" + msgstr "Znacznik komunikatów wtyczki częściowych pobrań" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 47 +-#: rc.cpp:1610 ++#: rc.cpp:1553 + #, no-c-format + msgid "InfoWidget plugin messages flag" + msgstr "Znacznik komunikatów wtyczki Okno informacyjne" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 51 +-#: rc.cpp:1613 ++#: rc.cpp:1556 + #, no-c-format + msgid "UPnP plugin messages flag" + msgstr "Znacznik komunikatów wtyczki UPnP" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 55 +-#: rc.cpp:1616 ++#: rc.cpp:1559 + #, no-c-format + msgid "ScanFolder plugin messages flag" + msgstr "Znacznik komunikatów wtyczki przeszukiwania katalogów" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 59 +-#: rc.cpp:1619 ++#: rc.cpp:1562 + #, no-c-format + msgid "Scheduler plugin messages flag" + msgstr "Znacznik komunikatów wtyczki planowania transferu" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 63 +-#: rc.cpp:1622 ++#: rc.cpp:1565 + #, no-c-format + msgid "RSS plugin messages flag" + msgstr "Znacznik komunikatów wtyczki kanały RSS" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 67 +-#: rc.cpp:1625 ++#: rc.cpp:1568 + #, no-c-format + msgid "WebInterface plugin messages flag" + msgstr "Znacznik komunikatów wtyczki interfejs WWW" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 16 +-#: plugins/logviewer/logprefpage.cpp:31 rc.cpp:1628 ++#: plugins/logviewer/logprefpage.cpp:31 rc.cpp:1571 + #, no-c-format + msgid "LogViewer Options" + msgstr "Ustawienia dziennika zdarzeń" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 44 +-#: libktorrent/pluginmanagerprefpage.cpp:63 rc.cpp:1631 ++#: libktorrent/pluginmanagerprefpage.cpp:63 rc.cpp:1574 + #, no-c-format + msgid "Plugins" + msgstr "Wtyczki" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 53 +-#: rc.cpp:1634 rc.cpp:1652 rc.cpp:1670 rc.cpp:1691 rc.cpp:1706 rc.cpp:1724 +-#: rc.cpp:1745 rc.cpp:1763 rc.cpp:1778 rc.cpp:1811 rc.cpp:1826 rc.cpp:1841 +-#: rc.cpp:1859 rc.cpp:1874 ++#: rc.cpp:1577 rc.cpp:1595 rc.cpp:1613 rc.cpp:1634 rc.cpp:1649 rc.cpp:1667 ++#: rc.cpp:1688 rc.cpp:1706 rc.cpp:1721 rc.cpp:1754 rc.cpp:1769 rc.cpp:1784 ++#: rc.cpp:1802 rc.cpp:1817 + #, no-c-format + msgid "All" + msgstr "Wszystko" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 58 +-#: rc.cpp:1637 rc.cpp:1655 rc.cpp:1673 rc.cpp:1694 rc.cpp:1709 rc.cpp:1727 +-#: rc.cpp:1748 rc.cpp:1766 rc.cpp:1781 rc.cpp:1814 rc.cpp:1829 rc.cpp:1844 +-#: rc.cpp:1862 rc.cpp:1877 ++#: rc.cpp:1580 rc.cpp:1598 rc.cpp:1616 rc.cpp:1637 rc.cpp:1652 rc.cpp:1670 ++#: rc.cpp:1691 rc.cpp:1709 rc.cpp:1724 rc.cpp:1757 rc.cpp:1772 rc.cpp:1787 ++#: rc.cpp:1805 rc.cpp:1820 + #, no-c-format + msgid "Debug" + msgstr "Debugowanie" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 63 +-#: rc.cpp:1640 rc.cpp:1658 rc.cpp:1676 rc.cpp:1697 rc.cpp:1712 rc.cpp:1730 +-#: rc.cpp:1751 rc.cpp:1769 rc.cpp:1784 rc.cpp:1817 rc.cpp:1832 rc.cpp:1847 +-#: rc.cpp:1865 rc.cpp:1880 ++#: rc.cpp:1583 rc.cpp:1601 rc.cpp:1619 rc.cpp:1640 rc.cpp:1655 rc.cpp:1673 ++#: rc.cpp:1694 rc.cpp:1712 rc.cpp:1727 rc.cpp:1760 rc.cpp:1775 rc.cpp:1790 ++#: rc.cpp:1808 rc.cpp:1823 + #, no-c-format + msgid "Notice" + msgstr "Informacje" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 68 +-#: rc.cpp:1643 rc.cpp:1661 rc.cpp:1679 rc.cpp:1700 rc.cpp:1715 rc.cpp:1733 +-#: rc.cpp:1754 rc.cpp:1772 rc.cpp:1787 rc.cpp:1820 rc.cpp:1835 rc.cpp:1850 +-#: rc.cpp:1868 rc.cpp:1883 ++#: rc.cpp:1586 rc.cpp:1604 rc.cpp:1622 rc.cpp:1643 rc.cpp:1658 rc.cpp:1676 ++#: rc.cpp:1697 rc.cpp:1715 rc.cpp:1730 rc.cpp:1763 rc.cpp:1778 rc.cpp:1793 ++#: rc.cpp:1811 rc.cpp:1826 + #, no-c-format + msgid "Important" + msgstr "Ważne" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 73 +-#: rc.cpp:1646 rc.cpp:1664 rc.cpp:1682 rc.cpp:1703 rc.cpp:1718 rc.cpp:1736 +-#: rc.cpp:1757 rc.cpp:1775 rc.cpp:1790 rc.cpp:1823 rc.cpp:1838 rc.cpp:1853 +-#: rc.cpp:1871 rc.cpp:1886 ++#: rc.cpp:1589 rc.cpp:1607 rc.cpp:1625 rc.cpp:1646 rc.cpp:1661 rc.cpp:1679 ++#: rc.cpp:1700 rc.cpp:1718 rc.cpp:1733 rc.cpp:1766 rc.cpp:1781 rc.cpp:1796 ++#: rc.cpp:1814 rc.cpp:1829 + #, no-c-format + msgid "None" + msgstr "Brak" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 85 +-#: rc.cpp:1649 ++#: rc.cpp:1592 + #, no-c-format + msgid "IPFilter:" + msgstr "Filtr IP:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 126 +-#: rc.cpp:1667 ++#: rc.cpp:1610 + #, no-c-format + msgid "Search:" + msgstr "Wyszukiwanie:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 167 +-#: rc.cpp:1685 ++#: rc.cpp:1628 + #, no-c-format + msgid "UPnP:" + msgstr "UPnP:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 178 +-#: rc.cpp:1688 ++#: rc.cpp:1631 + #, no-c-format + msgid "ScanFolder:" + msgstr "Przeszukanie katalogów:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 249 +-#: rc.cpp:1721 ++#: rc.cpp:1664 + #, no-c-format + msgid "Scheduler:" + msgstr "Planowanie transferu:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 290 +-#: rc.cpp:1739 ++#: rc.cpp:1682 + #, no-c-format + msgid "PartFileImport:" + msgstr "Import częściowo pobranych:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 301 +-#: rc.cpp:1742 ++#: rc.cpp:1685 + #, no-c-format + msgid "InfoWidget:" + msgstr "Okno informacyjne:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 342 +-#: rc.cpp:1760 ++#: rc.cpp:1703 + #, no-c-format + msgid "RSS plugin:" + msgstr "Kanały RSS:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 413 +-#: rc.cpp:1793 ++#: rc.cpp:1736 + #, no-c-format + msgid "WebInterface plugin:" + msgstr "Interfejs WWW:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 426 +-#: rc.cpp:1796 ++#: rc.cpp:1739 + #, no-c-format + msgid "System" + msgstr "System" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 437 +-#: rc.cpp:1799 ++#: rc.cpp:1742 + #, no-c-format + msgid "General:" + msgstr "Ogólne:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 445 +-#: rc.cpp:1802 ++#: rc.cpp:1745 + #, no-c-format + msgid "Connections:" + msgstr "Połączenia:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 559 +-#: rc.cpp:1856 ++#: rc.cpp:1799 + #, no-c-format + msgid "Disk I/O:" + msgstr "Operacje dyskowe:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 640 +-#: rc.cpp:1892 ++#: rc.cpp:1835 + #, no-c-format + msgid "Use rich te&xt for log" + msgstr "Zastosuj tekst formatowany w dzienniku" + + #. i18n: file ./plugins/search/searchpref.ui line 41 +-#: rc.cpp:1898 ++#: rc.cpp:1841 + #, no-c-format + msgid "External Browser" + msgstr "Zewnętrzna przeglądarka" + + #. i18n: file ./plugins/search/searchpref.ui line 52 +-#: rc.cpp:1901 ++#: rc.cpp:1844 + #, no-c-format + msgid "Open searches in external browser" + msgstr "Wyszukuj w zewnętrznej przeglądarce" + + #. i18n: file ./plugins/search/searchpref.ui line 60 +-#: rc.cpp:1904 rc.cpp:1955 ++#: rc.cpp:1847 rc.cpp:1892 + #, no-c-format + msgid "Use default browser" + msgstr "Używaj domyślnej przeglądarki" + + #. i18n: file ./plugins/search/searchpref.ui line 79 +-#: rc.cpp:1908 ++#: rc.cpp:1850 + #, no-c-format + msgid "Custom browser path:" + msgstr "Ścieżka do przeglądarki użytkownika:" + + #. i18n: file ./plugins/search/searchpref.ui line 116 +-#: rc.cpp:1912 ++#: rc.cpp:1853 + #, no-c-format + msgid "Search Engines" + msgstr "Wyszukiwarki" + + #. i18n: file ./plugins/search/searchpref.ui line 143 +-#: rc.cpp:1916 ++#: rc.cpp:1856 + #, no-c-format + msgid "Search engine name:" + msgstr "Nazwa wyszukiwarki:" + + #. i18n: file ./plugins/search/searchpref.ui line 187 +-#: rc.cpp:1922 ++#: rc.cpp:1862 + #, no-c-format + msgid "&Add" + msgstr "Dod&aj" + + #. i18n: file ./plugins/search/searchpref.ui line 195 +-#: rc.cpp:1925 ++#: rc.cpp:1865 + #, no-c-format + msgid "Engines" + msgstr "Wyszukiwarki" + + #. i18n: file ./plugins/search/searchpref.ui line 206 +-#: rc.cpp:1928 ++#: rc.cpp:1868 + #, no-c-format + msgid "URL" + msgstr "URL" + + #. i18n: file ./plugins/search/searchpref.ui line 257 +-#: rc.cpp:1934 ++#: rc.cpp:1874 + #, no-c-format + msgid "R&emove All" + msgstr "Usuń wszystko" + + #. i18n: file ./plugins/search/searchpref.ui line 282 +-#: rc.cpp:1937 ++#: rc.cpp:1877 + #, no-c-format + msgid "Add Defau<" + msgstr "Dodaj domyś&lny" + + #. i18n: file ./plugins/search/searchpref.ui line 290 +-#: rc.cpp:1940 ++#: rc.cpp:1880 + #, no-c-format + msgid "Update From Internet" + msgstr "Uaktualnij z Internetu" + + #. i18n: file ./plugins/search/searchbar.ui line 53 + #: plugins/search/searchplugin.cpp:50 plugins/search/searchtab.cpp:48 +-#: rc.cpp:1946 ++#: rc.cpp:1883 + #, no-c-format + msgid "Search" + msgstr "Znajdź" + + #. i18n: file ./plugins/search/searchbar.ui line 78 +-#: rc.cpp:1949 ++#: rc.cpp:1886 + #, no-c-format + msgid "Search engine:" + msgstr "Wyszukiwarka:" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 10 +-#: rc.cpp:1952 ++#: rc.cpp:1889 + #, no-c-format + msgid "Current search engine" + msgstr "Aktualna wyszukiwarka" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 19 +-#: rc.cpp:1958 ++#: rc.cpp:1895 + #, no-c-format + msgid "Use custom browser" + msgstr "Użyj własnej przeglądarki" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 23 +-#: rc.cpp:1961 ++#: rc.cpp:1898 + #, no-c-format + msgid "Custom browser executable path" + msgstr "Ścieżka do przeglądarki użytkownika" +@@ -4118,7 +4114,7 @@ msgstr "Sprawdzanie danych" + msgid "Stopped. No space left on device." + msgstr "Zatrzymano. Brak wolnego miejsca w urządzeniu." + +-#: libktorrent/torrent/queuemanager.cpp:135 ++#: libktorrent/torrent/queuemanager.cpp:136 + msgid "" + "You don't have enough disk space to download this torrent. Are you sure you " + "want to continue?" +@@ -4126,12 +4122,12 @@ msgstr "" + "Nie ma wystarczającej ilości miejsca na dysku dla pobierania torrenta. Czy na " + "pewno chcesz kontynuować?" + +-#: libktorrent/torrent/queuemanager.cpp:135 ++#: libktorrent/torrent/queuemanager.cpp:136 + #, c-format + msgid "Insufficient disk space for %1" + msgstr "Na dysku jest za mało miejsca dla %1" + +-#: libktorrent/torrent/queuemanager.cpp:157 ++#: libktorrent/torrent/queuemanager.cpp:158 + msgid "" + "Torrent \"%1\" has reached its maximum share ratio. Ignore the limit and start " + "seeding anyway?" +@@ -4139,16 +4135,16 @@ msgstr "" + "Torrent \"%1\" osiągnął maksymalny współczynnik udziału. Zignorować ten limit i " + "kontynuować wysyłanie?" + +-#: libktorrent/torrent/queuemanager.cpp:157 ++#: libktorrent/torrent/queuemanager.cpp:158 + msgid "Maximum share ratio limit reached." + msgstr "Osiągnięto maksymalny współczynnik udziału." + +-#: libktorrent/torrent/queuemanager.cpp:236 +-#: libktorrent/torrent/queuemanager.cpp:760 ++#: libktorrent/torrent/queuemanager.cpp:237 ++#: libktorrent/torrent/queuemanager.cpp:763 + msgid "Error stopping torrent %1 : %2" + msgstr "Błąd przy zatrzymywaniu torrenta %1 : %2" + +-#: libktorrent/torrent/queuemanager.cpp:742 ++#: libktorrent/torrent/queuemanager.cpp:745 + msgid "Error starting torrent %1 : %2" + msgstr "Błąd przy starcie torrenta %1 : %2" + +@@ -4190,14 +4186,12 @@ msgid "Cannot open %1 for writing : readonly filesystem" + msgstr "Nie można otworzyć %1 do zapisu : system plików tylko do odczytu" + + #: libktorrent/torrent/cachefile.cpp:240 +-#, fuzzy + msgid "Cannot expand file %1 : %2" +-msgstr "Nie można powiększyć pliku %1" ++msgstr "Nie można powiększyć pliku %1 : %2" + + #: libktorrent/torrent/cachefile.cpp:242 +-#, fuzzy + msgid "Cannot expand file %1 : incomplete write" +-msgstr "Nie można powiększyć pliku %1" ++msgstr "Nie można powiększyć pliku %1 : zapis jest niekompletny" + + #: libktorrent/torrent/cachefile.cpp:255 + #, c-format +@@ -4280,9 +4274,8 @@ msgid "Automatically scans directories for torrent files and loads them." + msgstr "Automatycznie poszukuje plików torrenta w katalogach i wczytuje je." + + #: plugins/scanfolder/scanfolderplugin.cpp:52 +-#, fuzzy + msgid "Scan Folder" +-msgstr "Przeszukiwanie katalogów" ++msgstr "Przeszukaj katalog" + + #: plugins/scanfolder/scanfolderprefpage.cpp:34 + msgid "ScanFolder" +@@ -4344,7 +4337,6 @@ msgid "%1 is not php executable path" + msgstr "%1 nie jest ścieżką do pliku wykonywalnego PHP" + + #: plugins/webinterface/webinterfaceplugin.cpp:44 +-#, fuzzy + msgid "Web Interface" + msgstr "Interfejs WWW" + +@@ -4519,7 +4511,6 @@ msgid "Filters out unwanted peers based on their IP address" + msgstr "Filtruje niepożądanych partnerów na podstawie ich adresów IP" + + #: plugins/ipfilter/ipfilterplugin.cpp:46 +-#, fuzzy + msgid "IP Filter" + msgstr "Filtr IP" + +@@ -4707,7 +4698,7 @@ msgstr "Kanały RSS" + #: plugins/rssfeed/rsslinkdownloader.cpp:183 + #, c-format + msgid "Failed to find and download a valid torrent for %1" +-msgstr "" ++msgstr "Znalezienie i wczytanie torrenta dla %1 nie powiodło się" + + #: plugins/rssfeed/rssfeedmanager.cpp:78 + msgid "Title" +@@ -4903,27 +4894,10 @@ msgstr "Pobierz" + + #: plugins/zeroconf/zeroconfplugin.cpp:41 + msgid "Zeroconf" +-msgstr "" ++msgstr "Zeroconf" + + #: plugins/zeroconf/zeroconfplugin.cpp:41 + msgid "" + "Finds peers running ktorrent on the local network to share torrents with" + msgstr "" + "Znajduje partnerów Ktorrent-a w lokalnej sieci i współdzieli z nimi dane" +- +-#~ msgid "ETA algorithm:" +-#~ msgstr "Algorytm szacowanego zakończenia:" +- +-#~ msgid "Cannot load chunk %1" +-#~ msgstr "Nie można pobrać części: %1" +- +-#, fuzzy +-#~ msgid "Alt+X" +-#~ msgstr "Alt+1" +- +-#, fuzzy +-#~ msgid "TrackerViewBase" +-#~ msgstr "Trackery" +- +-#~ msgid "Type of service field of IP packets" +-#~ msgstr "Typ pola adresów IP" +diff --git a/translations/pt/messages/ktorrent.po b/translations/pt/messages/ktorrent.po +index 7ab4997..d016241 100644 +--- a/translations/pt/messages/ktorrent.po ++++ b/translations/pt/messages/ktorrent.po +@@ -1,7 +1,7 @@ + msgid "" + msgstr "" + "Project-Id-Version: ktorrent\n" +-"POT-Creation-Date: 2008-04-18 19:40+0200\n" ++"POT-Creation-Date: 2008-07-08 22:20+0200\n" + "PO-Revision-Date: 2007-12-14 18:05+0000\n" + "Last-Translator: José Nuno Coelho Pires \n" + "Language-Team: LANGUAGE \n" +@@ -41,7 +41,7 @@ msgid "No incoming connections (possibly firewalled)" + msgstr "Nenhumas ligações recebidas (talvez atrás de 'firewall')" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 42 +-#: apps/ktorrent/ktorrent.cpp:184 rc.cpp:345 rc.cpp:383 rc.cpp:1019 ++#: apps/ktorrent/ktorrent.cpp:184 rc.cpp:336 rc.cpp:369 rc.cpp:989 + #, no-c-format + msgid "Info" + msgstr "Informação" +@@ -209,7 +209,7 @@ msgstr "URL Inválido." + #. i18n: file ./apps/ktorrent/ktorrentui.rc line 9 + #: apps/ktorrent/groups/downloadgroup.cpp:27 + #: apps/ktorrent/groups/groupmanager.h:57 apps/ktorrent/pref.cpp:147 +-#: apps/ktorrent/viewmanager.cpp:62 rc.cpp:138 rc.cpp:342 ++#: apps/ktorrent/viewmanager.cpp:62 rc.cpp:132 rc.cpp:333 + #, no-c-format + msgid "Downloads" + msgstr "Recepções" +@@ -332,7 +332,7 @@ msgid "Document to open" + msgstr "O documento a abrir" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 59 +-#: apps/ktorrent/main.cpp:120 rc.cpp:553 ++#: apps/ktorrent/main.cpp:120 rc.cpp:532 + #, no-c-format + msgid "KTorrent" + msgstr "KTorrent" +@@ -599,7 +599,7 @@ msgstr "Fontes de Pontos da Torrente:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 85 + #: apps/ktorrent/ktorrentviewmenu.cpp:66 plugins/infowidget/peerview.cpp:221 +-#: rc.cpp:77 rc.cpp:1256 rc.cpp:1307 ++#: rc.cpp:75 rc.cpp:1208 rc.cpp:1259 + #, no-c-format + msgid "DHT" + msgstr "DHT" +@@ -641,7 +641,7 @@ msgid "Add to Group" + msgstr "Adicionar ao Grupo" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 16 +-#: apps/ktorrent/ktorrentviewmenu.cpp:100 rc.cpp:147 ++#: apps/ktorrent/ktorrentviewmenu.cpp:100 rc.cpp:141 + #, no-c-format + msgid "Speed Limits" + msgstr "Limites de Velocidade" +@@ -661,7 +661,7 @@ msgid "Malformed IP address." + msgstr "O endereço IP é inválido." + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 311 +-#: apps/ktorrent/pref.cpp:58 rc.cpp:282 ++#: apps/ktorrent/pref.cpp:58 rc.cpp:273 + #, no-c-format + msgid "Preferences" + msgstr "Preferências" +@@ -698,7 +698,7 @@ msgid "Advanced" + msgstr "Avançado" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 27 +-#: apps/ktorrent/pref.cpp:411 rc.cpp:540 ++#: apps/ktorrent/pref.cpp:411 rc.cpp:519 + #, no-c-format + msgid "Advanced Options" + msgstr "Opções Avançadas" +@@ -709,7 +709,7 @@ msgstr "Colunas visíveis" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 16 + #: apps/ktorrent/ktorrentview.cpp:135 +-#: plugins/infowidget/infowidgetplugin.cpp:76 rc.cpp:1016 ++#: plugins/infowidget/infowidgetplugin.cpp:76 rc.cpp:986 + #, no-c-format + msgid "Status" + msgstr "Estado" +@@ -731,7 +731,7 @@ msgstr "Enviado" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 313 + #: apps/ktorrent/ktorrentview.cpp:139 plugins/infowidget/peerview.cpp:216 +-#: rc.cpp:1010 ++#: rc.cpp:980 + #, no-c-format + msgid "Down Speed" + msgstr "Veloc. Recepção" +@@ -856,7 +856,7 @@ msgid "User" + msgstr "Utilizador" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 24 +-#: apps/ktorrent/queuedialog.cpp:75 rc.cpp:249 ++#: apps/ktorrent/queuedialog.cpp:75 rc.cpp:240 + #, no-c-format + msgid "Queue Manager" + msgstr "Gestor de Fila" +@@ -1085,8 +1085,8 @@ msgid "Start torrent" + msgstr "Iniciar a torrente" + + #. i18n: file ./apps/ktorrent/fileselectdlgbase.ui line 160 +-#: plugins/infowidget/fileview.cpp:49 rc.cpp:27 rc.cpp:1244 rc.cpp:1259 +-#: rc.cpp:1349 rc.cpp:1439 ++#: plugins/infowidget/fileview.cpp:49 rc.cpp:27 rc.cpp:1196 rc.cpp:1211 ++#: rc.cpp:1301 rc.cpp:1385 + #, no-c-format + msgid "Download" + msgstr "Recepção" +@@ -1140,13 +1140,13 @@ msgid "Encryption" + msgstr "Encriptação" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 58 +-#: rc.cpp:64 rc.cpp:787 ++#: rc.cpp:63 rc.cpp:764 + #, no-c-format + msgid "Use protocol encryption" + msgstr "Usar a encriptação do protocolo" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 64 +-#: rc.cpp:68 ++#: rc.cpp:66 + #, no-c-format + msgid "" + "Protocol encryption is used to prevent ISP's from slowing down bittorrent " +@@ -1156,13 +1156,13 @@ msgstr "" + "as ligações do BitTorrent." + + #. i18n: file ./apps/ktorrent/generalpref.ui line 72 +-#: rc.cpp:71 rc.cpp:790 ++#: rc.cpp:69 rc.cpp:767 + #, no-c-format + msgid "Allow unencrypted connections" + msgstr "Permitir ligações não-encriptadas" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 75 +-#: rc.cpp:74 ++#: rc.cpp:72 + #, no-c-format + msgid "" + "If unchecked, you'll be able to connect only to clients supporting encryption." +@@ -1171,7 +1171,7 @@ msgstr "" + "encriptação." + + #. i18n: file ./apps/ktorrent/generalpref.ui line 88 +-#: rc.cpp:80 ++#: rc.cpp:78 + #, no-c-format + msgid "" + "Distributed Hash Table protocol." +@@ -1183,169 +1183,169 @@ msgstr "" + "para mais informações." + + #. i18n: file ./apps/ktorrent/generalpref.ui line 99 +-#: rc.cpp:83 ++#: rc.cpp:81 + #, no-c-format + msgid "&Use DHT to get additional peers" + msgstr "&Usar o DHT para obter as máquinas adicionais" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 118 +-#: rc.cpp:87 ++#: rc.cpp:84 + #, no-c-format + msgid "UDP port for DHT communication:" + msgstr "Porto de UDP para a comunicação do DHT:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 161 +-#: rc.cpp:90 ++#: rc.cpp:87 + #, no-c-format + msgid "Custom IP" + msgstr "IP Personalizado" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 172 +-#: rc.cpp:93 ++#: rc.cpp:90 + #, no-c-format + msgid "Se&nd the tracker a custom IP address or hostname" + msgstr "E&nviar ao localizador um IP ou nome de máquina personalizado" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 188 +-#: rc.cpp:96 ++#: rc.cpp:93 + #, no-c-format + msgid "Custom IP address or hostname:" + msgstr "IP ou nome de máquina personalizado:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 205 +-#: rc.cpp:99 ++#: rc.cpp:96 + #, no-c-format + msgid "System Tray Icon" + msgstr "Ícone da Bandeja do Sistema" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 216 +-#: rc.cpp:102 ++#: rc.cpp:99 + #, no-c-format + msgid "Show s&ystem tray icon" + msgstr "Mostrar o ícone na bande&ja do sistema" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 224 +-#: rc.cpp:105 ++#: rc.cpp:102 + #, no-c-format + msgid "Show speed &bar in tray icon" + msgstr "Mostrar a &barra de velocidade na bandeja do sistema" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 232 +-#: rc.cpp:108 ++#: rc.cpp:105 + #, no-c-format + msgid "Show system tray popup messages" + msgstr "Mostrar as mensagens na bandeja do sistema" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 251 +-#: rc.cpp:112 ++#: rc.cpp:108 + #, no-c-format + msgid "Upload bandwidth (in KB/sec):" + msgstr "Largura de banda do envio (em KB/s):" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 276 +-#: rc.cpp:115 ++#: rc.cpp:111 + #, no-c-format + msgid "Download bandwidth (in KB/sec):" + msgstr "Largura de banda da recepção (em KB/s):" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 305 +-#: rc.cpp:118 ++#: rc.cpp:114 + #, no-c-format + msgid "Folders" + msgstr "Pastas" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 324 +-#: rc.cpp:121 ++#: rc.cpp:117 + #, no-c-format + msgid "Folder to store temporary files:" + msgstr "Pasta onde guardar ficheiros temporários:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 342 +-#: rc.cpp:124 ++#: rc.cpp:120 + #, no-c-format + msgid "Move completed downloads to:" + msgstr "Mover as transferências completas para:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 353 +-#: rc.cpp:128 ++#: rc.cpp:123 + #, no-c-format + msgid "&Automatically save downloads to:" + msgstr "Gravar &automaticamente os ficheiros obtidos em:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 395 +-#: rc.cpp:131 ++#: rc.cpp:126 + #, no-c-format + msgid "Copy .torrent files to:" + msgstr "Copiar os ficheiros .torrent para:" + + #. i18n: file ./apps/ktorrent/ktorrentui.rc line 34 +-#: rc.cpp:144 ++#: rc.cpp:138 + #, no-c-format + msgid "Download Toolbar" + msgstr "Barra de Transferências" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 27 +-#: rc.cpp:150 ++#: rc.cpp:144 + #, no-c-format + msgid "Set the speed limits for torrent" + msgstr "Definir os limites de velocidade da torrente" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 51 +-#: rc.cpp:153 ++#: rc.cpp:147 + #, no-c-format + msgid "Max upload rate:" + msgstr "Taxa máxima de envio:" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 59 +-#: rc.cpp:156 ++#: rc.cpp:150 + #, no-c-format + msgid "Max download rate:" + msgstr "Taxa máxima de recepção:" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 97 +-#: rc.cpp:159 rc.cpp:162 ++#: rc.cpp:153 rc.cpp:156 + #, no-c-format + msgid "KB/s (0 is no limit)" + msgstr "KB/s (0 é ilimitado)" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 16 +-#: rc.cpp:171 ++#: rc.cpp:165 + #, no-c-format + msgid "Add potential peer" + msgstr "Adicionar um ponto potencial" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 35 +-#: rc.cpp:174 ++#: rc.cpp:168 + #, no-c-format + msgid "Peer IP:" + msgstr "IP do ponto:" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 43 +-#: rc.cpp:177 rc.cpp:208 ++#: rc.cpp:171 rc.cpp:201 + #, no-c-format + msgid "127.0.0.1" + msgstr "127.0.0.1" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 51 +-#: rc.cpp:180 rc.cpp:288 rc.cpp:525 rc.cpp:931 ++#: rc.cpp:174 rc.cpp:279 rc.cpp:504 rc.cpp:908 + #, no-c-format + msgid "Port:" + msgstr "Porto:" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 100 +-#: rc.cpp:183 ++#: rc.cpp:177 + #, no-c-format + msgid "Enter peer IP and port." + msgstr "Indique o IP e o porto do ponto." + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 16 +-#: rc.cpp:193 ++#: rc.cpp:186 + #, no-c-format + msgid "KTorrent Blacklist" + msgstr "Lista Negra do KTorrent" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 30 +-#: rc.cpp:196 ++#: rc.cpp:189 + #, no-c-format + msgid "" + "Note: Blacklist applies to current session only. Use save/open to save your " +@@ -1355,187 +1355,187 @@ msgstr "" + "gravar os seus itens ou use o 'plugin' do Filtro IP (PeerGuardian)." + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 41 +-#: rc.cpp:199 ++#: rc.cpp:192 + #, no-c-format + msgid "Banned Peers" + msgstr "Pontos Banidos" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 50 +-#: rc.cpp:202 ++#: rc.cpp:195 + #, no-c-format + msgid "Peer IP address" + msgstr "Endereço do IP do ponto" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 96 +-#: rc.cpp:205 ++#: rc.cpp:198 + #, no-c-format + msgid "Add peer:" + msgstr "Adicionar um ponto:" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 134 +-#: rc.cpp:215 ++#: rc.cpp:207 + #, no-c-format + msgid "Adds a peer to blacklist" + msgstr "Adiciona um ponto à lista negra" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 168 +-#: rc.cpp:222 ++#: rc.cpp:213 + #, no-c-format + msgid "Removes selected peer from blacklist" + msgstr "Remove o ponto seleccionado da lista negra" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 176 +-#: rc.cpp:225 ++#: rc.cpp:216 + #, no-c-format + msgid "C&lear" + msgstr "&Limpar" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 182 +-#: rc.cpp:228 ++#: rc.cpp:219 + #, no-c-format + msgid "Clears this list" + msgstr "Limpa esta lista" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 218 +-#: rc.cpp:234 ++#: rc.cpp:225 + #, no-c-format + msgid "Save &As..." + msgstr "Gr&avar Como..." + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 224 +-#: rc.cpp:237 ++#: rc.cpp:228 + #, no-c-format + msgid "Save this blacklist to use with KTorrent IPFilter plugin" + msgstr "Grava esta lista negra para a usar no filtro de IPs do KTorrent" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 59 +-#: rc.cpp:252 ++#: rc.cpp:243 + #, no-c-format + msgid "Maximum downloads:" + msgstr "Máximo de transferências:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 86 +-#: rc.cpp:255 ++#: rc.cpp:246 + #, no-c-format + msgid "Maximum seeds:" + msgstr "Máximo de fontes:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 94 +-#: rc.cpp:258 ++#: rc.cpp:249 + #, no-c-format + msgid "Start download on low disk space :" + msgstr "Iniciar a transferência com pouco espaço :" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 102 +-#: rc.cpp:261 ++#: rc.cpp:252 + #, no-c-format + msgid "Minimum disk space:" + msgstr "Espaço mínimo em disco:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 140 +-#: rc.cpp:264 ++#: rc.cpp:255 + #, no-c-format + msgid "Don't start" + msgstr "Não iniciar" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 145 +-#: rc.cpp:267 ++#: rc.cpp:258 + #, no-c-format + msgid "Always ask" + msgstr "Perguntar sempre" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 150 +-#: rc.cpp:270 ++#: rc.cpp:261 + #, no-c-format + msgid "Force start" + msgstr "Obrigar a iniciar" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 208 +-#: rc.cpp:273 ++#: rc.cpp:264 + #, no-c-format + msgid "MB" + msgstr "MB" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 236 +-#: rc.cpp:276 rc.cpp:279 rc.cpp:312 rc.cpp:315 rc.cpp:324 ++#: rc.cpp:267 rc.cpp:270 rc.cpp:303 rc.cpp:306 rc.cpp:315 + #, no-c-format + msgid "(0 is no limit)" + msgstr "(0 significa ilimitado)" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 330 +-#: rc.cpp:285 ++#: rc.cpp:276 + #, no-c-format + msgid "Maximum download rate:" + msgstr "Taxa máxima de obtenção:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 346 +-#: rc.cpp:291 ++#: rc.cpp:282 + #, no-c-format + msgid "Global connection limit:" + msgstr "Limite global de ligações:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 354 +-#: rc.cpp:294 ++#: rc.cpp:285 + #, no-c-format + msgid "Max seed time:" + msgstr "Tempo máximo como semeado:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 370 +-#: rc.cpp:297 ++#: rc.cpp:288 + #, no-c-format + msgid "Maximum connections per torrent:" + msgstr "Máximo de ligações por torrente:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 397 +-#: rc.cpp:300 ++#: rc.cpp:291 + #, no-c-format + msgid "Number of upload slots:" + msgstr "Número de blocos de envio:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 405 +-#: rc.cpp:303 ++#: rc.cpp:294 + #, no-c-format + msgid "UDP tracker port:" + msgstr "Porto UDP do localizador:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 413 +-#: rc.cpp:306 ++#: rc.cpp:297 + #, no-c-format + msgid "Max share ratio:" + msgstr "Proporção máxima de partilha:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 421 +-#: rc.cpp:309 ++#: rc.cpp:300 + #, no-c-format + msgid "Maximum upload rate:" + msgstr "Taxa máxima de envio:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 576 +-#: rc.cpp:318 rc.cpp:321 ++#: rc.cpp:309 rc.cpp:312 + #, no-c-format + msgid "KB/sec (0 is no limit)" + msgstr "KB/s (0 é ilimitado)" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 651 +-#: rc.cpp:327 ++#: rc.cpp:318 + #, no-c-format + msgid "Hours (0 is no limit)" + msgstr "Horas (0 significa ilimitado)" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 663 +-#: rc.cpp:330 ++#: rc.cpp:321 + #, no-c-format + msgid "&Keep seeding after download is finished" + msgstr "&Continuar o envio após a recepção ter terminado" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 674 +-#: rc.cpp:333 ++#: rc.cpp:324 + #, no-c-format + msgid "Attention" + msgstr "Atenção" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 685 +-#: rc.cpp:336 ++#: rc.cpp:327 + #, no-c-format + msgid "" + "The above ports must also be forwarded if you are behind a router. The UPnP " +@@ -1545,283 +1545,283 @@ msgstr "" + "'plugin' de UPnP poderá fazer isso por si." + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 16 +-#: rc.cpp:339 ++#: rc.cpp:330 + #, no-c-format + msgid "KT Queue Dialog" + msgstr "Janela da Fila do KT" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 69 +-#: rc.cpp:348 rc.cpp:386 rc.cpp:1107 ++#: rc.cpp:339 rc.cpp:372 rc.cpp:1067 + #, no-c-format + msgid "Status:" + msgstr "Estado:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 85 +-#: rc.cpp:351 rc.cpp:389 rc.cpp:1808 ++#: rc.cpp:342 rc.cpp:375 rc.cpp:1751 + #, no-c-format + msgid "Tracker:" + msgstr "Localizador:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 93 +-#: rc.cpp:354 rc.cpp:392 rc.cpp:1805 ++#: rc.cpp:345 rc.cpp:378 rc.cpp:1748 + #, no-c-format + msgid "DHT:" + msgstr "DHT:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 109 +-#: rc.cpp:357 rc.cpp:395 rc.cpp:1061 ++#: rc.cpp:348 rc.cpp:381 rc.cpp:1025 + #, no-c-format + msgid "Share ratio:" + msgstr "Proporção de partilha:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 117 +-#: rc.cpp:360 ++#: rc.cpp:351 + #, no-c-format + msgid "Bytes left:" + msgstr "'Bytes' restantes:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 177 +-#: rc.cpp:368 rc.cpp:377 ++#: rc.cpp:354 rc.cpp:363 + #, no-c-format + msgid "Torrent" + msgstr "Torrente" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 188 +-#: rc.cpp:371 rc.cpp:380 ++#: rc.cpp:357 rc.cpp:366 + #, no-c-format + msgid "Controlled by" + msgstr "Controlada por" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 214 +-#: rc.cpp:374 ++#: rc.cpp:360 + #, no-c-format + msgid "Upload&s" + msgstr "Envio&s" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 333 +-#: rc.cpp:398 ++#: rc.cpp:384 + #, no-c-format + msgid "Uploaded:" + msgstr "Enviado:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 486 +-#: rc.cpp:406 ++#: rc.cpp:387 + #, no-c-format + msgid "M&ove up" + msgstr "S&ubir" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 494 +-#: rc.cpp:409 ++#: rc.cpp:390 + #, no-c-format + msgid "Move dow&n" + msgstr "&Descer" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 519 +-#: rc.cpp:412 ++#: rc.cpp:393 + #, no-c-format + msgid "Move to top" + msgstr "Para o topo" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 530 +-#: rc.cpp:416 ++#: rc.cpp:396 + #, no-c-format + msgid "Move to &bottom" + msgstr "Para o &fundo" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 555 +-#: rc.cpp:419 ++#: rc.cpp:399 + #, no-c-format + msgid "&QM Controlled" + msgstr "Controlado pelo &GF" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 563 +-#: rc.cpp:422 ++#: rc.cpp:402 + #, no-c-format + msgid "&User Controlled" + msgstr "Controlado pelo &Utilizador" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 30 +-#: rc.cpp:434 ++#: rc.cpp:414 + #, no-c-format + msgid "Paste URL" + msgstr "Colar o URL" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 52 +-#: rc.cpp:437 rc.cpp:1104 rc.cpp:1919 ++#: rc.cpp:417 rc.cpp:1064 rc.cpp:1859 + #, no-c-format + msgid "URL:" + msgstr "URL:" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 106 +-#: rc.cpp:440 ++#: rc.cpp:420 + #, no-c-format + msgid "O&K" + msgstr "O&K" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 114 +-#: rc.cpp:443 rc.cpp:675 rc.cpp:1176 ++#: rc.cpp:423 rc.cpp:653 rc.cpp:1128 + #, no-c-format + msgid "C&ancel" + msgstr "C&ancelar" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 16 +-#: rc.cpp:446 ++#: rc.cpp:426 + #, no-c-format + msgid "Create Torrent" + msgstr "Criar Torrente" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 38 +-#: rc.cpp:449 ++#: rc.cpp:429 + #, no-c-format + msgid "The file or folder of which you want to create a torrent:" + msgstr "O ficheiro ou pasta do qual deseja criar uma torrente:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 53 +-#: rc.cpp:452 ++#: rc.cpp:432 + #, no-c-format + msgid "You must add at least one tracker or node." + msgstr "Deve adicionar pelo menos um localizador ou nó." + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 61 +-#: rc.cpp:455 ++#: rc.cpp:435 + #, no-c-format + msgid "File Options" + msgstr "Opções do Ficheiro" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 80 +-#: rc.cpp:458 ++#: rc.cpp:438 + #, no-c-format + msgid "Size of each chunk:" + msgstr "Tamanho de cada pedaço:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 86 +-#: rc.cpp:461 ++#: rc.cpp:441 + #, no-c-format + msgid "32" + msgstr "32" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 91 +-#: rc.cpp:464 ++#: rc.cpp:444 + #, no-c-format + msgid "64" + msgstr "64" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 96 +-#: rc.cpp:467 ++#: rc.cpp:447 + #, no-c-format + msgid "128" + msgstr "128" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 101 +-#: rc.cpp:470 ++#: rc.cpp:450 + #, no-c-format + msgid "256" + msgstr "256" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 106 +-#: rc.cpp:473 ++#: rc.cpp:453 + #, no-c-format + msgid "512" + msgstr "512" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 111 +-#: rc.cpp:476 ++#: rc.cpp:456 + #, no-c-format + msgid "1024" + msgstr "1024" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 116 +-#: rc.cpp:479 ++#: rc.cpp:459 + #, no-c-format + msgid "2048" + msgstr "2048" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 121 +-#: rc.cpp:482 ++#: rc.cpp:462 + #, no-c-format + msgid "4096" + msgstr "4096" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 126 +-#: rc.cpp:485 ++#: rc.cpp:465 + #, no-c-format + msgid "8192" + msgstr "8192" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 138 +-#: rc.cpp:488 rc.cpp:633 ++#: rc.cpp:468 rc.cpp:611 + #, no-c-format + msgid "KB" + msgstr "KB" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 165 +-#: rc.cpp:491 ++#: rc.cpp:471 + #, no-c-format + msgid "Start seedin&g the torrent" + msgstr "Começar a espal&har sementes da torrente" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 176 +-#: rc.cpp:494 ++#: rc.cpp:474 + #, no-c-format + msgid "Decentrali&zed (DHT only)" + msgstr "Descentrali&zado (apenas DHT)" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 184 +-#: rc.cpp:497 ++#: rc.cpp:477 + #, no-c-format + msgid "Private torrent (DHT not allowed)" + msgstr "Torrente privada (não é permitido o DHT)" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 202 +-#: rc.cpp:500 ++#: rc.cpp:480 + #, no-c-format + msgid "Comments:" + msgstr "Comentários:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 248 +-#: rc.cpp:503 ++#: rc.cpp:483 + #, no-c-format + msgid "&Create" + msgstr "&Criar" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 262 +-#: rc.cpp:506 rc.cpp:1325 ++#: rc.cpp:486 rc.cpp:1277 + #, no-c-format + msgid "Ca&ncel" + msgstr "Ca&ncelar" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 275 +-#: plugins/infowidget/infowidgetplugin.cpp:214 rc.cpp:509 rc.cpp:1101 ++#: plugins/infowidget/infowidgetplugin.cpp:214 rc.cpp:489 rc.cpp:1061 + #, no-c-format + msgid "Trackers" + msgstr "Localizadores" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 283 +-#: rc.cpp:512 ++#: rc.cpp:492 + #, no-c-format + msgid "DHT nodes" + msgstr "Nós DHT" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 333 +-#: rc.cpp:522 ++#: rc.cpp:501 + #, no-c-format + msgid "Node:" + msgstr "Nó:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 385 +-#: rc.cpp:528 ++#: rc.cpp:507 + #, no-c-format + msgid "IP or hostname" + msgstr "IP ou nome de máquina" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 396 +-#: rc.cpp:531 rc.cpp:718 rc.cpp:721 ++#: rc.cpp:510 rc.cpp:695 rc.cpp:698 + #, no-c-format + msgid "Port" + msgstr "Porto" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 437 +-#: rc.cpp:534 ++#: rc.cpp:513 + #, no-c-format + msgid "" + "NOTE: Some known good DHT nodes are already inserted. You should probably " +@@ -1832,19 +1832,19 @@ msgstr "" + "torrente." + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 16 +-#: rc.cpp:537 ++#: rc.cpp:516 + #, no-c-format + msgid "Advanced Preferences" + msgstr "Preferências Avançadas" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 46 +-#: rc.cpp:543 ++#: rc.cpp:522 + #, no-c-format + msgid "Time left estimation algorithm:" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 53 +-#: rc.cpp:546 rc.cpp:568 ++#: rc.cpp:525 rc.cpp:547 + #, no-c-format + msgid "" + "KTorrent algorithm: Default algorithm using combination of other " +@@ -1872,344 +1872,344 @@ msgstr "" + "calculada a partir de X amostras" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 64 +-#: rc.cpp:556 ++#: rc.cpp:535 + #, no-c-format + msgid "Current speed" + msgstr "Velocidade actual" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 69 +-#: rc.cpp:559 ++#: rc.cpp:538 + #, no-c-format + msgid "Global average speed" + msgstr "Velocidade média" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 74 +-#: rc.cpp:562 ++#: rc.cpp:541 + #, no-c-format + msgid "Window of X" + msgstr "Janela de X" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 79 +-#: rc.cpp:565 ++#: rc.cpp:544 + #, no-c-format + msgid "Moving average" + msgstr "Média em movimento" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 98 +-#: rc.cpp:575 ++#: rc.cpp:554 + #, no-c-format + msgid "(takes effect after restart)" + msgstr "(fará efeito após reiniciar)" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 125 +-#: rc.cpp:578 ++#: rc.cpp:557 + #, no-c-format + msgid "Disa&ble diskspace preallocation" + msgstr "Desactivar a reserva &prévia do disco" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 141 +-#: rc.cpp:581 ++#: rc.cpp:560 + #, no-c-format + msgid "F&ully preallocate diskspace (avoids fragmentation)" + msgstr "Pré-alocar por completo o espaço em dis&co (evita a fragmentação)" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 147 +-#: rc.cpp:584 ++#: rc.cpp:563 + #, no-c-format + msgid "Basic (slow)" + msgstr "Básico (lento)" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 152 +-#: rc.cpp:587 ++#: rc.cpp:566 + #, no-c-format + msgid "Filesystem specific" + msgstr "Específico do sistema de ficheiros" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 174 +-#: rc.cpp:590 ++#: rc.cpp:569 + #, no-c-format + msgid "Performance" + msgstr "Performance" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 193 +-#: rc.cpp:593 ++#: rc.cpp:572 + #, no-c-format + msgid "Memory usage:" + msgstr "Utilização da memória:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 199 +-#: rc.cpp:596 ++#: rc.cpp:575 + #, no-c-format + msgid "Low" + msgstr "Baixa" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 204 +-#: rc.cpp:599 ++#: rc.cpp:578 + #, no-c-format + msgid "Medium" + msgstr "Média" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 209 +-#: rc.cpp:602 ++#: rc.cpp:581 + #, no-c-format + msgid "High" + msgstr "Alta" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 248 +-#: rc.cpp:605 ++#: rc.cpp:584 + #, no-c-format + msgid "GUI update interval:" + msgstr "Intervalo de actualização da interface:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 254 +-#: rc.cpp:608 ++#: rc.cpp:587 + #, no-c-format + msgid "500ms" + msgstr "500ms" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 259 +-#: rc.cpp:611 ++#: rc.cpp:590 + #, no-c-format + msgid "1s" + msgstr "1s" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 264 +-#: rc.cpp:614 ++#: rc.cpp:593 + #, no-c-format + msgid "2s" + msgstr "2s" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 269 +-#: rc.cpp:617 ++#: rc.cpp:596 + #, no-c-format + msgid "5s" + msgstr "5s" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 308 +-#: rc.cpp:620 ++#: rc.cpp:599 + #, no-c-format + msgid "Fast CPU" + msgstr "CPU Rápido" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 342 +-#: rc.cpp:624 ++#: rc.cpp:602 + #, no-c-format + msgid "Slow CPU" + msgstr "CPU Lento" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 354 +-#: rc.cpp:627 ++#: rc.cpp:605 + #, no-c-format + msgid "Data Checking" + msgstr "Verificação dos Dados" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 373 +-#: rc.cpp:630 ++#: rc.cpp:608 + #, no-c-format + msgid "During uploading, do ¬ recheck chunks bigger than" + msgstr "Durante o envio, &não verificar de novo os blocos maiores que" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 430 +-#: rc.cpp:636 ++#: rc.cpp:614 + #, no-c-format + msgid "Do a data integrit&y check after" + msgstr "Verificar a &integridade dos dados após" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 449 +-#: rc.cpp:639 ++#: rc.cpp:617 + #, no-c-format + msgid "corrupted chunks" + msgstr "blocos corrompidos" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 478 +-#: rc.cpp:642 ++#: rc.cpp:620 + #, no-c-format + msgid "Networking" + msgstr "Rede" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 505 +-#: rc.cpp:645 ++#: rc.cpp:623 + #, no-c-format + msgid "Maximum number of connection setups:" + msgstr "Número máximo de configurações das ligações:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 527 +-#: rc.cpp:648 ++#: rc.cpp:626 + #, no-c-format + msgid "DSCP for IP packets:" + msgstr "DSCP para os pacotes IP:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 570 +-#: rc.cpp:651 ++#: rc.cpp:629 + #, no-c-format + msgid "Do not use the KDE pro&xy settings for HTTP tracker connections" + msgstr "Não usar o 'pro&xy' do KDE para as ligações do localizador HTTP" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 586 +-#: rc.cpp:654 ++#: rc.cpp:632 + #, no-c-format + msgid "HTTP tracker proxy:" + msgstr "'Proxy' de HTTP do localizador:" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 24 +-#: rc.cpp:657 ++#: rc.cpp:635 + #, no-c-format + msgid "Scanning data" + msgstr "A analisar os dados" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 38 +-#: rc.cpp:660 ++#: rc.cpp:638 + #, no-c-format + msgid "Scanning data of torrent :" + msgstr "A analisar os dados da torrente :" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 62 +-#: rc.cpp:663 ++#: rc.cpp:641 + #, no-c-format + msgid "Number of chunks found :" + msgstr "Número de blocos encontrados :" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 70 +-#: rc.cpp:666 ++#: rc.cpp:644 + #, no-c-format + msgid "Number of chunks failed / not downloaded :" + msgstr "Número de blocos falhados / não obtidos :" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 97 +-#: rc.cpp:669 rc.cpp:672 ++#: rc.cpp:647 rc.cpp:650 + #, no-c-format + msgid "0" + msgstr "0" + + #. i18n: file ./apps/ktupnptest/mainwidget.ui line 54 +-#: rc.cpp:678 ++#: rc.cpp:656 + #, no-c-format + msgid "Test" + msgstr "Testar" + + #. i18n: file ./libktorrent/labelviewitembase.ui line 49 +-#: rc.cpp:685 ++#: rc.cpp:662 + #, no-c-format + msgid "textLabel2" + msgstr "textLabel2" + + #. i18n: file ./libktorrent/labelviewitembase.ui line 65 +-#: rc.cpp:688 ++#: rc.cpp:665 + #, no-c-format + msgid "textLabel3" + msgstr "textLabel3" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 10 +-#: rc.cpp:691 ++#: rc.cpp:668 + #, no-c-format + msgid "Maximum number of downloads (0 = no limit)" + msgstr "Número máximo de transferências (0 = sem limite)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 15 +-#: rc.cpp:694 ++#: rc.cpp:671 + #, no-c-format + msgid "Maximum number of seeds (0 = no limit)" + msgstr "Número máximo de fontes (0 = sem limite)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 20 +-#: rc.cpp:697 ++#: rc.cpp:674 + #, no-c-format + msgid "Start downloads on low disk space?" + msgstr "Iniciar as transferências com pouco espaço em disco?" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 24 +-#: rc.cpp:700 ++#: rc.cpp:677 + #, no-c-format + msgid "Maximum number of connections per torrent (0 = no limit)" + msgstr "Número máximo de ligações por torrente (0 = sem limite)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 29 +-#: rc.cpp:703 ++#: rc.cpp:680 + #, no-c-format + msgid "Maximum number of connections for all torrents (0 = no limit) " + msgstr "Número máximo de ligações para todas as torrentes (0 = sem limite) " + + #. i18n: file ./libktorrent/ktorrent.kcfg line 34 +-#: rc.cpp:706 ++#: rc.cpp:683 + #, no-c-format + msgid "Maximum upload speed in KB/sec (0 = no limit)" + msgstr "Velocidade máxima de envio em KB/s (0 = sem limite)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 39 +-#: rc.cpp:709 ++#: rc.cpp:686 + #, no-c-format + msgid "Maximum download speed in KB/sec (0 = no limit)" + msgstr "Velocidade máxima de recepção em KB/s (0 = sem limite)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 44 +-#: rc.cpp:712 ++#: rc.cpp:689 + #, no-c-format + msgid "Maximum share ratio(0 = no limit)" + msgstr "Taxa máxima de partilhas (0 = sem limite)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 49 +-#: rc.cpp:715 ++#: rc.cpp:692 + #, no-c-format + msgid "Maximum seed time in hours (0 = no limit)" + msgstr "Tempo máximo como semeado em horas (0 = sem limite)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 66 +-#: rc.cpp:724 ++#: rc.cpp:701 + #, no-c-format + msgid "Show a system tray icon" + msgstr "Mostrar um ícone na bandeja do sistema" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 70 +-#: rc.cpp:727 ++#: rc.cpp:704 + #, no-c-format + msgid "Show speed bar in tray icon" + msgstr "Mostrar a barra de velocidade na bandeja do sistema" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 74 +-#: rc.cpp:730 ++#: rc.cpp:707 + #, no-c-format + msgid "Download bandwidth (in kb/s):" + msgstr "Largura de banda da recepção (em kB/s):" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 80 +-#: rc.cpp:733 ++#: rc.cpp:710 + #, no-c-format + msgid "Upload bandwidth (in kb/s):" + msgstr "Largura de banda do envio (em kB/s):" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 86 +-#: rc.cpp:736 ++#: rc.cpp:713 + #, no-c-format + msgid "Show popup messages when torrent is finished." + msgstr "Mostra mensagens quando as torrentes terminam." + + #. i18n: file ./libktorrent/ktorrent.kcfg line 90 +-#: rc.cpp:739 ++#: rc.cpp:716 + #, no-c-format + msgid "Keep seeding after download has finished" + msgstr "Continuar o envio após a recepção ter terminado" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 94 +-#: rc.cpp:742 ++#: rc.cpp:719 + #, no-c-format + msgid "Folder to store temporary files" + msgstr "Pasta onde guardar ficheiros temporários" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 98 +-#: rc.cpp:745 ++#: rc.cpp:722 + #, no-c-format + msgid "Whether to automatically save downloads to saveDir" + msgstr "" + "Se deve gravar automaticamente os ficheiros obtidos na pasta de gravação" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 102 +-#: rc.cpp:748 ++#: rc.cpp:725 + #, no-c-format + msgid "Folder to store downloaded files" + msgstr "Pasta onde guardar ficheiros obtidos" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 106 +-#: rc.cpp:751 ++#: rc.cpp:728 + #, no-c-format + msgid "Whether to automatically move completed downloads to completedDir" + msgstr "" +@@ -2217,86 +2217,86 @@ msgstr "" + "completas" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 110 +-#: rc.cpp:754 ++#: rc.cpp:731 + #, no-c-format + msgid "Folder to move completed downloaded files to" + msgstr "A pasta para onde gravar os ficheiros transferidos por completo" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 114 +-#: rc.cpp:757 ++#: rc.cpp:734 + #, no-c-format + msgid "Whether to automatically copy .torrent files to torrentCopyDir" + msgstr "" + "Se deve copiar automaticamente os ficheiros .torrent para a torrentCopyDir" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 118 +-#: rc.cpp:760 ++#: rc.cpp:737 + #, no-c-format + msgid "Folder to copy .torrent files to" + msgstr "Pasta para onde copiar os ficheiros .torrent" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 122 +-#: rc.cpp:763 ++#: rc.cpp:740 + #, no-c-format + msgid "Whether to use a custom IP to pass to the tracker" + msgstr "Se deve usar um IP personalizado a passar ao localizador" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 126 +-#: rc.cpp:766 ++#: rc.cpp:743 + #, no-c-format + msgid "Directory which was used as the last save directory" + msgstr "A pasta que foi usada como última pasta de gravação" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 130 +-#: rc.cpp:769 ++#: rc.cpp:746 + #, no-c-format + msgid "IP to pass to the tracker" + msgstr "IP a passar ao localizador" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 134 +-#: rc.cpp:772 ++#: rc.cpp:749 + #, no-c-format + msgid "Memory usage" + msgstr "Utilização da memória" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 138 +-#: rc.cpp:775 ++#: rc.cpp:752 + #, no-c-format + msgid "GUI update interval" + msgstr "Intervalo de actualização da interface" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 142 +-#: rc.cpp:778 ++#: rc.cpp:755 + #, no-c-format + msgid "Support for DHT" + msgstr "Suporte para o DHT" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 146 +-#: rc.cpp:781 ++#: rc.cpp:758 + #, no-c-format + msgid "DHT port" + msgstr "Porto do DHT" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 152 +-#: rc.cpp:784 ++#: rc.cpp:761 + #, no-c-format + msgid "Number of upload slots" + msgstr "Número de blocos de envio" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 196 +-#: rc.cpp:793 ++#: rc.cpp:770 + #, no-c-format + msgid "Columns shown in KTorrentView" + msgstr "Colunas visíveis no KTorrentView" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 205 +-#: rc.cpp:796 ++#: rc.cpp:773 + #, no-c-format + msgid "ET algorithm" + msgstr "Algoritmo de TE" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 227 +-#: rc.cpp:799 ++#: rc.cpp:776 + #, no-c-format + msgid "" + "When there's no space left to complete download and free diskspace is less than " +@@ -2306,457 +2306,457 @@ msgstr "" + "for menor que o 'minDiskSpace', a torrente será interrompida." + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 16 +-#: rc.cpp:802 ++#: rc.cpp:779 + #, no-c-format + msgid "Plugin Manager" + msgstr "Gestor de 'Plugins'" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 48 +-#: rc.cpp:805 ++#: rc.cpp:782 + #, no-c-format + msgid "Load" + msgstr "Carregar" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 56 +-#: rc.cpp:808 ++#: rc.cpp:785 + #, no-c-format + msgid "U&nload" + msgstr "Fe&char" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 64 +-#: rc.cpp:811 ++#: rc.cpp:788 + #, no-c-format + msgid "Load &All" + msgstr "Carreg&ar Tudo" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 72 +-#: rc.cpp:814 ++#: rc.cpp:791 + #, no-c-format + msgid "&Unload All" + msgstr "Fechar &Tudo" + + #. i18n: file ./plugins/upnp/ktupnpplugin.kcfg line 10 +-#: rc.cpp:817 ++#: rc.cpp:794 + #, no-c-format + msgid "Default UPnP device to use" + msgstr "Dispositivo UPnP a usar" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 16 +-#: plugins/upnp/upnpplugin.cpp:46 plugins/upnp/upnpprefpage.cpp:31 rc.cpp:820 ++#: plugins/upnp/upnpplugin.cpp:46 plugins/upnp/upnpprefpage.cpp:31 rc.cpp:797 + #, no-c-format + msgid "UPnP" + msgstr "UPnP" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 35 +-#: rc.cpp:823 ++#: rc.cpp:800 + #, no-c-format + msgid "Detected devices:" + msgstr "Dispositivos detectados:" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 41 +-#: rc.cpp:826 ++#: rc.cpp:803 + #, no-c-format + msgid "Device" + msgstr "Dispositivo" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 52 +-#: rc.cpp:829 ++#: rc.cpp:806 + #, no-c-format + msgid "Ports Forwarded" + msgstr "Portos Encaminhados" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 63 +-#: rc.cpp:832 ++#: rc.cpp:809 + #, no-c-format + msgid "WAN Connection" + msgstr "Ligação WAN" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 91 +-#: rc.cpp:835 ++#: rc.cpp:812 + #, no-c-format + msgid "Forw&ard Ports" + msgstr "Enc&aminhar os Portos" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 99 +-#: rc.cpp:838 ++#: rc.cpp:815 + #, no-c-format + msgid "Undo Port Forwarding" + msgstr "Cancelar o Encaminhamento de Portos" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 124 +-#: rc.cpp:841 ++#: rc.cpp:818 + #, no-c-format + msgid "Rescan" + msgstr "Pesquisar de Novo" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 9 +-#: rc.cpp:844 ++#: rc.cpp:821 + #, no-c-format + msgid "Enable scanning of folder1?" + msgstr "Activar a pesquisa da pasta1?" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 14 +-#: rc.cpp:847 ++#: rc.cpp:824 + #, no-c-format + msgid "Enable scanning of folder2?" + msgstr "Activar a pesquisa da pasta2?" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 19 +-#: rc.cpp:850 ++#: rc.cpp:827 + #, no-c-format + msgid "Enable scanning of folder3?" + msgstr "Activar a pesquisa da pasta3?" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 24 +-#: rc.cpp:853 ++#: rc.cpp:830 + #, no-c-format + msgid "Folder1 path" + msgstr "Local da pasta 1" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 29 +-#: rc.cpp:856 ++#: rc.cpp:833 + #, no-c-format + msgid "Folder2 path" + msgstr "Local da pasta 2" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 34 +-#: rc.cpp:859 ++#: rc.cpp:836 + #, no-c-format + msgid "Folder3 path" + msgstr "Local da pasta 3" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 39 +-#: rc.cpp:862 ++#: rc.cpp:839 + #, no-c-format + msgid "Whether to open torrent silently or not." + msgstr "Se deseja aceder à torrente de forma silenciosa ou não." + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 44 +-#: rc.cpp:865 ++#: rc.cpp:842 + #, no-c-format + msgid "Delete action checked." + msgstr "Foi assinalada a acção de remoção." + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 49 +-#: rc.cpp:868 ++#: rc.cpp:845 + #, no-c-format + msgid "Move action checked." + msgstr "Foi assinalada a acção de movimentação." + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 16 +-#: rc.cpp:871 ++#: rc.cpp:848 + #, no-c-format + msgid "ScanFolder Preferences" + msgstr "Preferências da Pesquisa de Pastas" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 35 +-#: rc.cpp:874 ++#: rc.cpp:851 + #, no-c-format + msgid "Scan folder &1" + msgstr "Pesquisar a pasta &1" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 38 +-#: rc.cpp:877 rc.cpp:1480 ++#: rc.cpp:854 rc.cpp:1424 + #, no-c-format + msgid "Alt+1" + msgstr "Alt+1" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 46 +-#: rc.cpp:880 ++#: rc.cpp:857 + #, no-c-format + msgid "Scan folder &2" + msgstr "Pesquisar a pasta &2" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 49 +-#: rc.cpp:883 rc.cpp:1471 rc.cpp:1495 ++#: rc.cpp:860 rc.cpp:1415 rc.cpp:1439 + #, no-c-format + msgid "Alt+2" + msgstr "Alt+2" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 57 +-#: rc.cpp:886 ++#: rc.cpp:863 + #, no-c-format + msgid "Scan folder &3" + msgstr "Pesquisar a pasta &3" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 60 +-#: rc.cpp:889 rc.cpp:1465 ++#: rc.cpp:866 rc.cpp:1409 + #, no-c-format + msgid "Alt+3" + msgstr "Alt+3" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 81 +-#: rc.cpp:895 ++#: rc.cpp:872 + #, no-c-format + msgid "Move to \"loaded\" directory &after loading" + msgstr "Mover para a pasta \"loaded\" &após o carregamento" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 84 +-#: rc.cpp:898 ++#: rc.cpp:875 + #, no-c-format + msgid "Move torrent to \"loaded\" directory after loading it" + msgstr "Move a torrente para a pasta \"loaded\" após o carregamento" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 92 +-#: rc.cpp:901 ++#: rc.cpp:878 + #, no-c-format + msgid "Open torrents silentl&y" + msgstr "Abrir silenc&iosamente as torrentes" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 95 +-#: rc.cpp:904 ++#: rc.cpp:881 + #, no-c-format + msgid "Do not show 'Select files to download' dialog" + msgstr "Não mostrar a janela 'Seleccionar os ficheiros a obter'" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 103 +-#: rc.cpp:907 ++#: rc.cpp:884 + #, no-c-format + msgid "Delete after loadin&g" + msgstr "Remover após o carre&gamento" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 106 +-#: rc.cpp:910 ++#: rc.cpp:887 + #, no-c-format + msgid "Deletes torrent after loading" + msgstr "Remove a torrente após o carregamento" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 116 +-#: rc.cpp:913 ++#: rc.cpp:890 + #, no-c-format + msgid "Folders to scan" + msgstr "Pastas a pesquisar" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 151 +-#: rc.cpp:916 ++#: rc.cpp:893 + #, no-c-format + msgid "Folder 1:" + msgstr "Pasta 1:" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 162 +-#: rc.cpp:919 ++#: rc.cpp:896 + #, no-c-format + msgid "Folder 2:" + msgstr "Pasta 2:" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 173 +-#: rc.cpp:922 ++#: rc.cpp:899 + #, no-c-format + msgid "Folder 3:" + msgstr "Pasta 3:" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 30 +-#: rc.cpp:925 rc.cpp:1895 ++#: rc.cpp:902 rc.cpp:1838 + #, no-c-format + msgid "Search Preferences" + msgstr "Preferências de Procura" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 41 +-#: rc.cpp:928 ++#: rc.cpp:905 + #, no-c-format + msgid "Web Server" + msgstr "Servidor Web" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 82 +-#: rc.cpp:934 ++#: rc.cpp:911 + #, no-c-format + msgid "Forward port" + msgstr "Porto de encaminhamento" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 107 +-#: rc.cpp:937 ++#: rc.cpp:914 + #, no-c-format + msgid "Session TTL (in sec):" + msgstr "TTL da Sessão (em s):" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 142 +-#: rc.cpp:940 ++#: rc.cpp:917 + #, no-c-format + msgid "Select interface:" + msgstr "Seleccionar a interface:" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 173 +-#: rc.cpp:943 ++#: rc.cpp:920 + #, no-c-format + msgid "Username:" + msgstr "Utilizador:" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 188 +-#: rc.cpp:946 ++#: rc.cpp:923 + #, no-c-format + msgid "Change password ..." + msgstr "Mudar a senha..." + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 206 +-#: rc.cpp:949 ++#: rc.cpp:926 + #, no-c-format + msgid "Php executable path:" + msgstr "Local do executável 'php':" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 10 +-#: rc.cpp:953 ++#: rc.cpp:929 + #, no-c-format + msgid "Port number" + msgstr "Número do porto" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 15 +-#: rc.cpp:956 ++#: rc.cpp:932 + #, no-c-format + msgid "forward Port" + msgstr "Porto de encaminhamento" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 20 +-#: rc.cpp:959 ++#: rc.cpp:935 + #, no-c-format + msgid "Session time to live" + msgstr "Tempo de vida da sessão" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 24 +-#: rc.cpp:962 ++#: rc.cpp:938 + #, no-c-format + msgid "interface skin" + msgstr "visual da interface" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 28 +-#: rc.cpp:965 ++#: rc.cpp:941 + #, no-c-format + msgid "php executable path" + msgstr "Local do executável 'php'" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 33 +-#: rc.cpp:968 ++#: rc.cpp:944 + #, no-c-format + msgid "username" + msgstr "utilizador" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 37 +-#: rc.cpp:971 ++#: rc.cpp:947 + #, no-c-format + msgid "password" + msgstr "senha" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 16 +-#: plugins/infowidget/infowidgetplugin.cpp:194 rc.cpp:974 rc.cpp:1046 ++#: plugins/infowidget/infowidgetplugin.cpp:194 rc.cpp:950 rc.cpp:1010 + #, no-c-format + msgid "Chunks" + msgstr "Blocos" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 43 +-#: rc.cpp:977 ++#: rc.cpp:953 + #, no-c-format + msgid "Total:" + msgstr "Total:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 81 +-#: rc.cpp:981 ++#: rc.cpp:956 + #, no-c-format + msgid "Currently downloading:" + msgstr "Actualmente a receber:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 119 +-#: rc.cpp:985 ++#: rc.cpp:959 + #, no-c-format + msgid "Downloaded:" + msgstr "Obtido:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 157 +-#: rc.cpp:989 ++#: rc.cpp:962 + #, no-c-format + msgid "Excluded:" + msgstr "Excluído:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 195 +-#: rc.cpp:993 ++#: rc.cpp:965 + #, no-c-format + msgid "Left:" + msgstr "Falta:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 233 +-#: rc.cpp:997 ++#: rc.cpp:968 + #, no-c-format + msgid "Size:" + msgstr "Tamanho:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 280 +-#: rc.cpp:1001 ++#: rc.cpp:971 + #, no-c-format + msgid "Chunk" + msgstr "Bloco" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 291 +-#: rc.cpp:1004 ++#: rc.cpp:974 + #, no-c-format + msgid "Progress" + msgstr "Evolução" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 302 +-#: rc.cpp:1007 ++#: rc.cpp:977 + #, no-c-format + msgid "Peer" + msgstr "Ponto" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 324 +-#: rc.cpp:1013 ++#: rc.cpp:983 + #, no-c-format + msgid "Assigned Peers" + msgstr "Pontos Atribuídos" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 63 +-#: rc.cpp:1022 ++#: rc.cpp:992 + #, no-c-format + msgid "Seeders:" + msgstr "Origens:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 71 +-#: rc.cpp:1025 ++#: rc.cpp:995 + #, no-c-format + msgid "Leechers:" + msgstr "Receptores:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 129 +-#: rc.cpp:1030 ++#: rc.cpp:998 + #, no-c-format + msgid "Average Down Speed:" + msgstr "Velocidade Média de Recepção:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 177 +-#: rc.cpp:1035 ++#: rc.cpp:1001 + #, no-c-format + msgid "Average Up Speed:" + msgstr "Velocidade Média de Envio:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 195 +-#: rc.cpp:1038 rc.cpp:1111 ++#: rc.cpp:1004 rc.cpp:1070 + #, no-c-format + msgid "Next update in:" + msgstr "Próxima actualização em:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 203 +-#: rc.cpp:1041 ++#: rc.cpp:1007 + #, no-c-format + msgid "Tracker Status:" + msgstr "Estado do Localizador:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 332 +-#: rc.cpp:1049 ++#: rc.cpp:1013 + #, no-c-format + msgid "Parts of the torrent which have been downloaded:" + msgstr "Partes da torrente que já foram transferidas:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 367 +-#: rc.cpp:1052 ++#: rc.cpp:1016 + #, no-c-format + msgid "Parts of the torrent which are available:" + msgstr "Partes da torrente que já estão disponíveis:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 457 +-#: rc.cpp:1055 ++#: rc.cpp:1019 + #, no-c-format + msgid "Sharing" + msgstr "Partilha" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 487 +-#: rc.cpp:1058 ++#: rc.cpp:1022 + #, no-c-format + msgid "" + "Your upload will stop when share ratio gets to this value. Zero means no limit." +@@ -2765,146 +2765,146 @@ msgstr "" + "significa sem limites." + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 525 +-#: rc.cpp:1064 ++#: rc.cpp:1028 + #, no-c-format + msgid "Your upload will stop when you have uploaded for this many hours." + msgstr "" + "O seu envio irá parar quando tiver enviado durante este número de horas." + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 533 +-#: rc.cpp:1067 ++#: rc.cpp:1031 + #, no-c-format + msgid "Hours" + msgstr "Horas" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 543 +-#: rc.cpp:1070 ++#: rc.cpp:1034 + #, no-c-format + msgid "Ratio limit:" + msgstr "Limite de proporções:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 549 +-#: rc.cpp:1074 ++#: rc.cpp:1037 + #, no-c-format + msgid "Limit works only in seed mode" + msgstr "O limite só funciona no modo de fonte" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 557 +-#: rc.cpp:1077 ++#: rc.cpp:1040 + #, no-c-format + msgid "Time &limit:" + msgstr "&Limite de tempo:" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 37 +-#: rc.cpp:1081 ++#: rc.cpp:1043 + #, no-c-format + msgid "&Update Tracker" + msgstr "Act&ualizar o Localizador" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 40 +-#: rc.cpp:1084 ++#: rc.cpp:1046 + #, no-c-format + msgid "Minimum update interval - 60 seconds" + msgstr "Intervalo mínimo de actualização - 60 segundos" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 48 +-#: rc.cpp:1087 ++#: rc.cpp:1049 + #, no-c-format + msgid "Add Trac&ker" + msgstr "Adiciona&r um Localizador" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 64 +-#: rc.cpp:1090 ++#: rc.cpp:1052 + #, no-c-format + msgid "Remove Tracker" + msgstr "Remover o Localizador" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 75 +-#: rc.cpp:1094 ++#: rc.cpp:1055 + #, no-c-format + msgid "Ch&ange Tracker" + msgstr "&Mudar o Localizador" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 100 +-#: rc.cpp:1097 ++#: rc.cpp:1058 + #, no-c-format + msgid "Restore Defaults" + msgstr "Repor as Predefinições" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 10 +-#: rc.cpp:1115 ++#: rc.cpp:1073 + #, no-c-format + msgid "Show peer view tab in main window" + msgstr "Mostrar página de parceiros na janela principal" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 14 +-#: rc.cpp:1118 ++#: rc.cpp:1076 + #, no-c-format + msgid "Show chunk download view tab in main window" + msgstr "Mostrar página de pedaços obtidos na janela principal" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 18 +-#: rc.cpp:1121 ++#: rc.cpp:1079 + #, no-c-format + msgid "Show trackers view tab in main window" + msgstr "Mostrar a página de localizadores na janela principal" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 24 +-#: rc.cpp:1124 ++#: rc.cpp:1082 + #, no-c-format + msgid "Show list of peers" + msgstr "Mostrar lista de parceiros" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 35 +-#: rc.cpp:1128 ++#: rc.cpp:1085 + #, no-c-format + msgid "Show list of chunks currentl&y downloading" + msgstr "Mostrar a l&ista de pedaços actualmente a transferir" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 60 +-#: rc.cpp:1131 ++#: rc.cpp:1088 + #, no-c-format + msgid "Show list of trackers" + msgstr "Mostrar lista de localizadores" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 16 +-#: rc.cpp:1135 ++#: rc.cpp:1091 + #, no-c-format + msgid "IPBlocking Preferences" + msgstr "Preferências do Bloqueio de IPs" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 47 +-#: rc.cpp:1138 ++#: rc.cpp:1094 + #, no-c-format + msgid "Select PeerGuardian Filter File " + msgstr "Seleccione o Ficheiro do Filtro do PeerGuardian " + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 58 +-#: rc.cpp:1141 ++#: rc.cpp:1097 + #, no-c-format + msgid "Use PeerGuardian filter?" + msgstr "Usar o filtro do PeerGuardian?" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 77 +-#: rc.cpp:1145 ++#: rc.cpp:1100 + #, no-c-format + msgid "IP filter file:" + msgstr "Ficheiro de filtro de IPs:" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 85 +-#: rc.cpp:1148 ++#: rc.cpp:1103 + #, no-c-format + msgid "http://www.bluetack.co.uk/modules.php?name=Downloads&d_op=getit&lid=8" + msgstr "http://www.bluetack.co.uk/modules.php?name=Downloads&d_op=getit&lid=8" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 123 +-#: rc.cpp:1151 ++#: rc.cpp:1106 + #, no-c-format + msgid "Dow&nload/Convert" + msgstr "Obter/Co&nverter" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 134 +-#: rc.cpp:1154 ++#: rc.cpp:1109 + #, no-c-format + msgid "" + "Download PeerGuardian filter from bluetack.co.uk or blocklist.org.\n" +@@ -2914,25 +2914,25 @@ msgstr "" + "NOTA: é suportado o ficheiro ZIP do bluetack.co.uk." + + #. i18n: file ./plugins/ipfilter/ktipfilterplugin.kcfg line 10 +-#: rc.cpp:1159 ++#: rc.cpp:1113 + #, no-c-format + msgid "Level1 filter url" + msgstr "URL do filtro de Nível 1" + + #. i18n: file ./plugins/ipfilter/ktipfilterplugin.kcfg line 14 +-#: rc.cpp:1162 ++#: rc.cpp:1116 + #, no-c-format + msgid "Use level1 filter?" + msgstr "Usar o filtro de nível 1?" + + #. i18n: file ./plugins/ipfilter/convert_dlg.ui line 24 +-#: plugins/ipfilter/convertdialog.cpp:155 rc.cpp:1165 ++#: plugins/ipfilter/convertdialog.cpp:155 rc.cpp:1119 + #, no-c-format + msgid "Converting..." + msgstr "A converter..." + + #. i18n: file ./plugins/ipfilter/convert_dlg.ui line 41 +-#: rc.cpp:1168 ++#: rc.cpp:1122 + #, no-c-format + msgid "" + "Click on the 'convert' button to start converting antip2p file. NOTE: This " +@@ -2944,61 +2944,61 @@ msgstr "" + "durante esse tempo não poderá usar o KTorrent." + + #. i18n: file ./plugins/stats/sprefwgt.ui line 27 +-#: rc.cpp:1179 ++#: rc.cpp:1131 + #, no-c-format + msgid "Update" + msgstr "Actualizar" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 46 +-#: rc.cpp:1182 rc.cpp:1268 ++#: rc.cpp:1134 rc.cpp:1220 + #, no-c-format + msgid "Update charts every" + msgstr "Actualizar os gráficos a cada" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 71 +-#: rc.cpp:1185 ++#: rc.cpp:1137 + #, no-c-format + msgid "GUI updates" + msgstr "Actualizações da interface" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 92 +-#: rc.cpp:1188 rc.cpp:1271 ++#: rc.cpp:1140 rc.cpp:1223 + #, no-c-format + msgid "Gather data every" + msgstr "Recolher dados a cada" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 120 +-#: rc.cpp:1191 ++#: rc.cpp:1143 + #, no-c-format + msgid "miliseconds" + msgstr "milisegundos" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 135 +-#: rc.cpp:1194 ++#: rc.cpp:1146 + #, no-c-format + msgid "Maximum" + msgstr "Máximo" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 154 +-#: rc.cpp:1197 ++#: rc.cpp:1149 + #, no-c-format + msgid "Maximum speed scale mode:" + msgstr "Modo de escala da velocidade máxima:" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 165 +-#: rc.cpp:1203 ++#: rc.cpp:1155 + #, no-c-format + msgid "Exact" + msgstr "Exacta" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 175 +-#: rc.cpp:1206 ++#: rc.cpp:1158 + #, no-c-format + msgid "See 'What's this' for more help" + msgstr "Ver a ajuda 'O Que é Isto?' para saber mais" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 180 +-#: rc.cpp:1209 ++#: rc.cpp:1161 + #, no-c-format + msgid "" + "Set maximum value on OY scale as:\n" +@@ -3010,164 +3010,164 @@ msgstr "" + "- Exacta: A velocidade máxima obtida no gráfico" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 192 +-#: rc.cpp:1214 rc.cpp:1247 ++#: rc.cpp:1166 rc.cpp:1199 + #, no-c-format + msgid "Peers speed" + msgstr "Velocidade dos pontos" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 211 +-#: rc.cpp:1217 ++#: rc.cpp:1169 + #, no-c-format + msgid "Peers speed:" + msgstr "Velocidade dos pontos:" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 222 +-#: rc.cpp:1220 ++#: rc.cpp:1172 + #, no-c-format + msgid "update every" + msgstr "actualizar a cada" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 244 +-#: rc.cpp:1223 ++#: rc.cpp:1175 + #, no-c-format + msgid "chart data updates" + msgstr "actualizações de dados do gráfico" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 254 +-#: rc.cpp:1226 ++#: rc.cpp:1178 + #, no-c-format + msgid "Gathering data about many connected peers can be CPU consuming." + msgstr "A recolha de dados dos pontos ligados poderá consumir algum CPU." + + #. i18n: file ./plugins/stats/sprefwgt.ui line 267 +-#: rc.cpp:1229 ++#: rc.cpp:1181 + #, no-c-format + msgid "Peers connections" + msgstr "Ligações dos pontos:" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 270 +-#: rc.cpp:1232 ++#: rc.cpp:1184 + #, no-c-format + msgid "Large values can obscure charts of connected peers" + msgstr "" + "Os valores altos poderão tornar obscuros os gráficos dos pontos ligados" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 289 +-#: rc.cpp:1235 ++#: rc.cpp:1187 + #, no-c-format + msgid "Show seeders in swarms" + msgstr "Mostrar as sementes em enxames" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 297 +-#: rc.cpp:1238 ++#: rc.cpp:1190 + #, no-c-format + msgid "Show leechers in swarms" + msgstr "Mostrar os receptores em enxames" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 309 +-#: rc.cpp:1241 ++#: rc.cpp:1193 + #, no-c-format + msgid "Measurements count" + msgstr "Contagem de medidas" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 392 +-#: rc.cpp:1250 rc.cpp:1265 ++#: rc.cpp:1202 rc.cpp:1217 + #, no-c-format + msgid "Upload" + msgstr "Envio" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 424 +-#: rc.cpp:1253 ++#: rc.cpp:1205 + #, no-c-format + msgid "Connections" + msgstr "Ligações" + + #. i18n: file ./plugins/stats/statsspdwgt.ui line 40 +-#: plugins/infowidget/infowidgetplugin.cpp:173 rc.cpp:1262 rc.cpp:1304 ++#: plugins/infowidget/infowidgetplugin.cpp:173 rc.cpp:1214 rc.cpp:1256 + #, no-c-format + msgid "Peers" + msgstr "Pontos" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 18 +-#: rc.cpp:1274 ++#: rc.cpp:1226 + #, no-c-format + msgid "Toggle peers speed charts" + msgstr "Comutar os gráficos de velocidade dos pontos" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 22 +-#: rc.cpp:1277 ++#: rc.cpp:1229 + #, no-c-format + msgid "Interval between getting data about peers speed" + msgstr "Intervalo de obtenção dos dados de velocidade dos pontos" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 26 +-#: rc.cpp:1280 ++#: rc.cpp:1232 + #, no-c-format + msgid "Toggle drawing of leechers in swarms" + msgstr "Comutar o desenho dos receptores em enxames" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 30 +-#: rc.cpp:1283 ++#: rc.cpp:1235 + #, no-c-format + msgid "Toggle drawing of seeders in swarms" + msgstr "Comutar o desenho das sementes em enxames" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 35 +-#: rc.cpp:1286 ++#: rc.cpp:1238 + #, no-c-format + msgid "Download mesurments count" + msgstr "Contagem de medidas de recepção" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 39 +-#: rc.cpp:1289 ++#: rc.cpp:1241 + #, no-c-format + msgid "Peers speed mesurments count" + msgstr "Número de medidas de velocidades dos pontos" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 43 +-#: rc.cpp:1292 ++#: rc.cpp:1244 + #, no-c-format + msgid "Upload mesurments count" + msgstr "Contagem de medidas de envio" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 47 +-#: rc.cpp:1295 ++#: rc.cpp:1247 + #, no-c-format + msgid "Connections mesurments count" + msgstr "Contagem de medidas das ligações" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 51 +-#: rc.cpp:1298 ++#: rc.cpp:1250 + #, no-c-format + msgid "DHT mesurments count" + msgstr "Contagem de medidas de DHT" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 56 +-#: rc.cpp:1301 ++#: rc.cpp:1253 + #, no-c-format + msgid "OY axis max mode" + msgstr "Modo dos máximos no eixo OY" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 16 +-#: rc.cpp:1310 ++#: rc.cpp:1262 + #, no-c-format + msgid "Import an existing download" + msgstr "Importa uma transferência existente" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 49 +-#: rc.cpp:1313 ++#: rc.cpp:1265 + #, no-c-format + msgid "Torrent:" + msgstr "Torrente:" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 63 +-#: rc.cpp:1316 ++#: rc.cpp:1268 + #, no-c-format + msgid "Data:" + msgstr "Dados:" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 95 +-#: rc.cpp:1319 ++#: rc.cpp:1271 + #, no-c-format + msgid "" + "Please specify the torrent and the data already downloaded for that torrent." +@@ -3175,684 +3175,684 @@ msgstr "" + "Indique por favor a torrente e os dados já transferidos para essa torrente." + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 133 +-#: rc.cpp:1322 ++#: rc.cpp:1274 + #, no-c-format + msgid "&Import" + msgstr "&Importar" + + #. i18n: file ./plugins/rssfeed/ktrssfeedplugin.kcfg line 10 +-#: rc.cpp:1328 ++#: rc.cpp:1280 + #, no-c-format + msgid "default" + msgstr "por omissão" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 18 +-#: rc.cpp:1331 ++#: rc.cpp:1283 + #, no-c-format + msgid "Rss Feeds" + msgstr "Fontes de RSS" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 36 +-#: rc.cpp:1334 ++#: rc.cpp:1286 + #, no-c-format + msgid "Feeds" + msgstr "Fontes" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 78 +-#: rc.cpp:1337 ++#: rc.cpp:1289 + #, no-c-format + msgid "De&lete" + msgstr "Apa&gar" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 86 +-#: rc.cpp:1340 rc.cpp:1382 rc.cpp:1392 ++#: rc.cpp:1292 rc.cpp:1331 rc.cpp:1340 + #, no-c-format + msgid "&New" + msgstr "&Nova" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 117 +-#: rc.cpp:1343 ++#: rc.cpp:1295 + #, no-c-format + msgid "&URL" + msgstr "&URL" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 139 +-#: rc.cpp:1346 ++#: rc.cpp:1298 + #, no-c-format + msgid "Articles" + msgstr "Artigos" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 216 +-#: rc.cpp:1353 ++#: rc.cpp:1304 + #, no-c-format + msgid "Auto&refresh" + msgstr "Actualiza&r automaticamente" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 242 +-#: rc.cpp:1356 ++#: rc.cpp:1307 + #, no-c-format + msgid "I&gnore TTL" + msgstr "I&gnorar o TTL" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 270 +-#: rc.cpp:1359 ++#: rc.cpp:1310 + #, no-c-format + msgid "Refresh" + msgstr "Actualizar" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 299 +-#: rc.cpp:1363 rc.cpp:1395 ++#: rc.cpp:1313 rc.cpp:1343 + #, no-c-format + msgid "&Title" + msgstr "&Título" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 323 +-#: rc.cpp:1366 ++#: rc.cpp:1316 + #, no-c-format + msgid "Keep Articles (days)" + msgstr "Manter os Artigos (dias)" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 347 +-#: rc.cpp:1369 rc.cpp:1398 ++#: rc.cpp:1319 rc.cpp:1346 + #, no-c-format + msgid "&Active" + msgstr "&Activo" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 362 +-#: rc.cpp:1372 ++#: rc.cpp:1322 + #, no-c-format + msgid "Filters" + msgstr "Filtros" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 389 +-#: rc.cpp:1375 ++#: rc.cpp:1325 + #, no-c-format + msgid "Accept Filters" + msgstr "Aceitar os Filtros" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 440 +-#: rc.cpp:1385 ++#: rc.cpp:1334 + #, no-c-format + msgid "Reject Filters" + msgstr "Rejeitar os Filtros" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 557 +-#: rc.cpp:1401 ++#: rc.cpp:1349 + #, no-c-format + msgid "Regular Expressions" + msgstr "Expressões Regulares" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 587 +-#: rc.cpp:1404 ++#: rc.cpp:1352 + #, no-c-format + msgid "Treat as &Series" + msgstr "Tratar como &Série" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 624 +-#: rc.cpp:1407 ++#: rc.cpp:1355 + #, no-c-format + msgid "Process" + msgstr "Processo" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 643 +-#: rc.cpp:1411 ++#: rc.cpp:1358 + #, no-c-format + msgid "Series Criteria" + msgstr "Critério da Série" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 679 +-#: rc.cpp:1414 ++#: rc.cpp:1361 + #, no-c-format + msgid "Match Without Episode" + msgstr "Ocorrência sem Episódio" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 713 +-#: rc.cpp:1418 ++#: rc.cpp:1364 + #, no-c-format + msgid "Max Episode" + msgstr "Episódio Máx" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 739 +-#: rc.cpp:1421 ++#: rc.cpp:1367 + #, no-c-format + msgid "Max Season" + msgstr "Série Máx" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 758 +-#: rc.cpp:1424 ++#: rc.cpp:1370 + #, no-c-format + msgid "Min Season" + msgstr "Série Mín" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 782 +-#: rc.cpp:1427 ++#: rc.cpp:1373 + #, no-c-format + msgid "Min Episode" + msgstr "Episódio Mín" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 814 +-#: rc.cpp:1430 ++#: rc.cpp:1376 + #, no-c-format + msgid "Test te&xt" + msgstr "Testa o te&xto" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 840 +-#: rc.cpp:1433 ++#: rc.cpp:1379 + #, no-c-format + msgid "Te&st" + msgstr "Te&star" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 858 +-#: rc.cpp:1436 ++#: rc.cpp:1382 + #, no-c-format + msgid "Filter Matches" + msgstr "Ocorrências do Filtro" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 28 +-#: rc.cpp:1447 ++#: rc.cpp:1391 + #, no-c-format + msgid "Bandwidth scheduler" + msgstr "Calendarização da largura de banda" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 50 +-#: rc.cpp:1450 ++#: rc.cpp:1394 + #, no-c-format + msgid "Left click category" + msgstr "Categoria do botão esquerdo" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 61 +-#: rc.cpp:1453 ++#: rc.cpp:1397 + #, no-c-format + msgid "Categor&y 1" + msgstr "Categor&ia 1" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 157 +-#: rc.cpp:1456 rc.cpp:1483 ++#: rc.cpp:1400 rc.cpp:1427 + #, no-c-format + msgid "T&urn off" + msgstr "&Desligar" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 165 +-#: rc.cpp:1459 rc.cpp:1486 ++#: rc.cpp:1403 rc.cpp:1430 + #, no-c-format + msgid "&Normal" + msgstr "&Normal" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 195 +-#: rc.cpp:1462 ++#: rc.cpp:1406 + #, no-c-format + msgid "Category &3" + msgstr "Categoria &3" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 206 +-#: rc.cpp:1468 rc.cpp:1492 ++#: rc.cpp:1412 rc.cpp:1436 + #, no-c-format + msgid "Category &2" + msgstr "Categoria &2" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 219 +-#: rc.cpp:1474 ++#: rc.cpp:1418 + #, no-c-format + msgid "Right click category" + msgstr "Categoria do botão direito" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 230 +-#: rc.cpp:1477 ++#: rc.cpp:1421 + #, no-c-format + msgid "Category &1" + msgstr "Categoria &1" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 367 +-#: rc.cpp:1489 ++#: rc.cpp:1433 + #, no-c-format + msgid "&Category 3" + msgstr "&Categoria 3" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 390 +-#: rc.cpp:1498 ++#: rc.cpp:1442 + #, no-c-format + msgid "Categories" + msgstr "Categorias" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 401 +-#: rc.cpp:1501 ++#: rc.cpp:1445 + #, no-c-format + msgid "1. Category" + msgstr "1. Categoria" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 409 +-#: rc.cpp:1504 ++#: rc.cpp:1448 + #, no-c-format + msgid "3. Category" + msgstr "3. Categoria" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 425 +-#: rc.cpp:1507 rc.cpp:1516 rc.cpp:1525 ++#: rc.cpp:1451 rc.cpp:1460 rc.cpp:1469 + #, no-c-format + msgid "download:" + msgstr "recepção:" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 441 +-#: rc.cpp:1510 rc.cpp:1519 rc.cpp:1528 ++#: rc.cpp:1454 rc.cpp:1463 rc.cpp:1472 + #, no-c-format + msgid "upload:" + msgstr "envio:" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 457 +-#: rc.cpp:1513 rc.cpp:1522 rc.cpp:1531 ++#: rc.cpp:1457 rc.cpp:1466 rc.cpp:1475 + #, no-c-format + msgid "KB/s *" + msgstr "KB/s *" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 567 +-#: rc.cpp:1534 ++#: rc.cpp:1478 + #, no-c-format + msgid "2. Category" + msgstr "2. Categoria" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 626 +-#: rc.cpp:1538 ++#: rc.cpp:1481 + #, no-c-format + msgid "* zero means no limit" + msgstr "* o zero significa ilimitado" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 672 +-#: rc.cpp:1541 ++#: rc.cpp:1484 + #, no-c-format + msgid "Save to file" + msgstr "Gravar num ficheiro" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 680 +-#: rc.cpp:1544 ++#: rc.cpp:1487 + #, no-c-format + msgid "&Load from file" + msgstr "&Ler de um ficheiro" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 688 +-#: rc.cpp:1547 ++#: rc.cpp:1490 + #, no-c-format + msgid "Reset schedule" + msgstr "Reiniciar o calendário" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 751 +-#: rc.cpp:1550 ++#: rc.cpp:1493 + #, no-c-format + msgid "O&k" + msgstr "O&K" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 16 +-#: rc.cpp:1559 ++#: rc.cpp:1502 + #, no-c-format + msgid "Scheduler Plugin Pref Page" + msgstr "Página de Preferências do 'Plugin' de Escalonamento" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 27 +-#: rc.cpp:1562 ++#: rc.cpp:1505 + #, no-c-format + msgid "Use &bandwidth scheduler?" + msgstr "Usar a calendarização da largura de &banda?" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 35 +-#: plugins/scheduler/schedulerplugin.cpp:59 rc.cpp:1565 ++#: plugins/scheduler/schedulerplugin.cpp:59 rc.cpp:1508 + #, no-c-format + msgid "Bandwidth Scheduler" + msgstr "Calendarização da Largura de Banda" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 46 +-#: rc.cpp:1568 ++#: rc.cpp:1511 + #, no-c-format + msgid "Use colors instead of pi&xmaps?" + msgstr "Usar cores em ve&z de imagens?" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 54 +-#: rc.cpp:1571 ++#: rc.cpp:1514 + #, no-c-format + msgid "(Recommended for slower systems)" + msgstr "(Recomendado para os sistemas mais lentos)" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 62 +-#: rc.cpp:1574 ++#: rc.cpp:1517 + #, no-c-format + msgid "Edit s&chedule" + msgstr "Editar o &calendário" + + #. i18n: file ./plugins/scheduler/ktschedulerplugin.kcfg line 10 +-#: rc.cpp:1577 ++#: rc.cpp:1520 + #, no-c-format + msgid "Enable bandwidth scheduler?" + msgstr "Activar a calendarização da largura de banda?" + + #. i18n: file ./plugins/scheduler/ktschedulerplugin.kcfg line 14 +-#: rc.cpp:1580 ++#: rc.cpp:1523 + #, no-c-format + msgid "Use colors instead of pixmaps?" + msgstr "Usar cores em vez de imagens?" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 10 +-#: rc.cpp:1583 ++#: rc.cpp:1526 + #, no-c-format + msgid "Use rich log text" + msgstr "Usar o texto formatado no registo" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 15 +-#: rc.cpp:1586 ++#: rc.cpp:1529 + #, no-c-format + msgid "General info messages flag" + msgstr "Sinal de mensagens de informação geral" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 19 +-#: rc.cpp:1589 ++#: rc.cpp:1532 + #, no-c-format + msgid "Connections messages flag" + msgstr "Sinal de mensagens de ligações" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 23 +-#: rc.cpp:1592 ++#: rc.cpp:1535 + #, no-c-format + msgid "DHT messages flag" + msgstr "Sinal de mensagens DHT" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 27 +-#: rc.cpp:1595 ++#: rc.cpp:1538 + #, no-c-format + msgid "Tracker info messages flag" + msgstr "Sinal de mensagens de informação do localizador" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 31 +-#: rc.cpp:1598 ++#: rc.cpp:1541 + #, no-c-format + msgid "Disk IO info messages flag" + msgstr "Sinal de mensagens de informação da E/S do disco" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 35 +-#: rc.cpp:1601 ++#: rc.cpp:1544 + #, no-c-format + msgid "IPFilter plugin messages flag" + msgstr "Sinal das mensagens do 'plugin' do IPFilter" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 39 +-#: rc.cpp:1604 ++#: rc.cpp:1547 + #, no-c-format + msgid "Search plugin messages flag" + msgstr "Sinal das mensagens do 'plugin' de pesquisa" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 43 +-#: rc.cpp:1607 ++#: rc.cpp:1550 + #, no-c-format + msgid "PartFileImport plugin messages flag" + msgstr "Sinal das mensagens do 'plugin' PartFileImport" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 47 +-#: rc.cpp:1610 ++#: rc.cpp:1553 + #, no-c-format + msgid "InfoWidget plugin messages flag" + msgstr "Sinal das mensagens do 'plugin' InfoWidget" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 51 +-#: rc.cpp:1613 ++#: rc.cpp:1556 + #, no-c-format + msgid "UPnP plugin messages flag" + msgstr "Sinal das mensagens do 'plugin' de UPnP" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 55 +-#: rc.cpp:1616 ++#: rc.cpp:1559 + #, no-c-format + msgid "ScanFolder plugin messages flag" + msgstr "Sinal das mensagens do 'plugin' da Pesquisa de Pastas" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 59 +-#: rc.cpp:1619 ++#: rc.cpp:1562 + #, no-c-format + msgid "Scheduler plugin messages flag" + msgstr "Sinal das mensagens do 'plugin' de Escalonamento" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 63 +-#: rc.cpp:1622 ++#: rc.cpp:1565 + #, no-c-format + msgid "RSS plugin messages flag" + msgstr "Sinal das mensagens do 'plugin' de RSS" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 67 +-#: rc.cpp:1625 ++#: rc.cpp:1568 + #, no-c-format + msgid "WebInterface plugin messages flag" + msgstr "Sinal das mensagens do 'plugin' da Interface Web" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 16 +-#: plugins/logviewer/logprefpage.cpp:31 rc.cpp:1628 ++#: plugins/logviewer/logprefpage.cpp:31 rc.cpp:1571 + #, no-c-format + msgid "LogViewer Options" + msgstr "Opções do Visualizador do Registo" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 44 +-#: libktorrent/pluginmanagerprefpage.cpp:63 rc.cpp:1631 ++#: libktorrent/pluginmanagerprefpage.cpp:63 rc.cpp:1574 + #, no-c-format + msgid "Plugins" + msgstr "'Plugins'" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 53 +-#: rc.cpp:1634 rc.cpp:1652 rc.cpp:1670 rc.cpp:1691 rc.cpp:1706 rc.cpp:1724 +-#: rc.cpp:1745 rc.cpp:1763 rc.cpp:1778 rc.cpp:1811 rc.cpp:1826 rc.cpp:1841 +-#: rc.cpp:1859 rc.cpp:1874 ++#: rc.cpp:1577 rc.cpp:1595 rc.cpp:1613 rc.cpp:1634 rc.cpp:1649 rc.cpp:1667 ++#: rc.cpp:1688 rc.cpp:1706 rc.cpp:1721 rc.cpp:1754 rc.cpp:1769 rc.cpp:1784 ++#: rc.cpp:1802 rc.cpp:1817 + #, no-c-format + msgid "All" + msgstr "Tudo" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 58 +-#: rc.cpp:1637 rc.cpp:1655 rc.cpp:1673 rc.cpp:1694 rc.cpp:1709 rc.cpp:1727 +-#: rc.cpp:1748 rc.cpp:1766 rc.cpp:1781 rc.cpp:1814 rc.cpp:1829 rc.cpp:1844 +-#: rc.cpp:1862 rc.cpp:1877 ++#: rc.cpp:1580 rc.cpp:1598 rc.cpp:1616 rc.cpp:1637 rc.cpp:1652 rc.cpp:1670 ++#: rc.cpp:1691 rc.cpp:1709 rc.cpp:1724 rc.cpp:1757 rc.cpp:1772 rc.cpp:1787 ++#: rc.cpp:1805 rc.cpp:1820 + #, no-c-format + msgid "Debug" + msgstr "Depuração" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 63 +-#: rc.cpp:1640 rc.cpp:1658 rc.cpp:1676 rc.cpp:1697 rc.cpp:1712 rc.cpp:1730 +-#: rc.cpp:1751 rc.cpp:1769 rc.cpp:1784 rc.cpp:1817 rc.cpp:1832 rc.cpp:1847 +-#: rc.cpp:1865 rc.cpp:1880 ++#: rc.cpp:1583 rc.cpp:1601 rc.cpp:1619 rc.cpp:1640 rc.cpp:1655 rc.cpp:1673 ++#: rc.cpp:1694 rc.cpp:1712 rc.cpp:1727 rc.cpp:1760 rc.cpp:1775 rc.cpp:1790 ++#: rc.cpp:1808 rc.cpp:1823 + #, no-c-format + msgid "Notice" + msgstr "Aviso" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 68 +-#: rc.cpp:1643 rc.cpp:1661 rc.cpp:1679 rc.cpp:1700 rc.cpp:1715 rc.cpp:1733 +-#: rc.cpp:1754 rc.cpp:1772 rc.cpp:1787 rc.cpp:1820 rc.cpp:1835 rc.cpp:1850 +-#: rc.cpp:1868 rc.cpp:1883 ++#: rc.cpp:1586 rc.cpp:1604 rc.cpp:1622 rc.cpp:1643 rc.cpp:1658 rc.cpp:1676 ++#: rc.cpp:1697 rc.cpp:1715 rc.cpp:1730 rc.cpp:1763 rc.cpp:1778 rc.cpp:1793 ++#: rc.cpp:1811 rc.cpp:1826 + #, no-c-format + msgid "Important" + msgstr "Importante" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 73 +-#: rc.cpp:1646 rc.cpp:1664 rc.cpp:1682 rc.cpp:1703 rc.cpp:1718 rc.cpp:1736 +-#: rc.cpp:1757 rc.cpp:1775 rc.cpp:1790 rc.cpp:1823 rc.cpp:1838 rc.cpp:1853 +-#: rc.cpp:1871 rc.cpp:1886 ++#: rc.cpp:1589 rc.cpp:1607 rc.cpp:1625 rc.cpp:1646 rc.cpp:1661 rc.cpp:1679 ++#: rc.cpp:1700 rc.cpp:1718 rc.cpp:1733 rc.cpp:1766 rc.cpp:1781 rc.cpp:1796 ++#: rc.cpp:1814 rc.cpp:1829 + #, no-c-format + msgid "None" + msgstr "Nada" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 85 +-#: rc.cpp:1649 ++#: rc.cpp:1592 + #, no-c-format + msgid "IPFilter:" + msgstr "Filtro de IPs:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 126 +-#: rc.cpp:1667 ++#: rc.cpp:1610 + #, no-c-format + msgid "Search:" + msgstr "Procurar:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 167 +-#: rc.cpp:1685 ++#: rc.cpp:1628 + #, no-c-format + msgid "UPnP:" + msgstr "UPnP:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 178 +-#: rc.cpp:1688 ++#: rc.cpp:1631 + #, no-c-format + msgid "ScanFolder:" + msgstr "Pesquisa de Pastas:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 249 +-#: rc.cpp:1721 ++#: rc.cpp:1664 + #, no-c-format + msgid "Scheduler:" + msgstr "Calendarização:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 290 +-#: rc.cpp:1739 ++#: rc.cpp:1682 + #, no-c-format + msgid "PartFileImport:" + msgstr "PartFileImport:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 301 +-#: rc.cpp:1742 ++#: rc.cpp:1685 + #, no-c-format + msgid "InfoWidget:" + msgstr "InfoWidget:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 342 +-#: rc.cpp:1760 ++#: rc.cpp:1703 + #, no-c-format + msgid "RSS plugin:" + msgstr "'Plugin' de RSS:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 413 +-#: rc.cpp:1793 ++#: rc.cpp:1736 + #, no-c-format + msgid "WebInterface plugin:" + msgstr "'Plugin' da Interface Web:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 426 +-#: rc.cpp:1796 ++#: rc.cpp:1739 + #, no-c-format + msgid "System" + msgstr "Sistema" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 437 +-#: rc.cpp:1799 ++#: rc.cpp:1742 + #, no-c-format + msgid "General:" + msgstr "Geral:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 445 +-#: rc.cpp:1802 ++#: rc.cpp:1745 + #, no-c-format + msgid "Connections:" + msgstr "Ligações:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 559 +-#: rc.cpp:1856 ++#: rc.cpp:1799 + #, no-c-format + msgid "Disk I/O:" + msgstr "E/S Disco:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 640 +-#: rc.cpp:1892 ++#: rc.cpp:1835 + #, no-c-format + msgid "Use rich te&xt for log" + msgstr "Usar te&xto formatado no registo" + + #. i18n: file ./plugins/search/searchpref.ui line 41 +-#: rc.cpp:1898 ++#: rc.cpp:1841 + #, no-c-format + msgid "External Browser" + msgstr "Navegador Externo" + + #. i18n: file ./plugins/search/searchpref.ui line 52 +-#: rc.cpp:1901 ++#: rc.cpp:1844 + #, no-c-format + msgid "Open searches in external browser" + msgstr "Abrir as pesquisas num navegador externo" + + #. i18n: file ./plugins/search/searchpref.ui line 60 +-#: rc.cpp:1904 rc.cpp:1955 ++#: rc.cpp:1847 rc.cpp:1892 + #, no-c-format + msgid "Use default browser" + msgstr "Usar o navegador predefinido" + + #. i18n: file ./plugins/search/searchpref.ui line 79 +-#: rc.cpp:1908 ++#: rc.cpp:1850 + #, no-c-format + msgid "Custom browser path:" + msgstr "Localização do navegador personalizado:" + + #. i18n: file ./plugins/search/searchpref.ui line 116 +-#: rc.cpp:1912 ++#: rc.cpp:1853 + #, no-c-format + msgid "Search Engines" + msgstr "Motores de Busca" + + #. i18n: file ./plugins/search/searchpref.ui line 143 +-#: rc.cpp:1916 ++#: rc.cpp:1856 + #, no-c-format + msgid "Search engine name:" + msgstr "Nome do motor de busca:" + + #. i18n: file ./plugins/search/searchpref.ui line 187 +-#: rc.cpp:1922 ++#: rc.cpp:1862 + #, no-c-format + msgid "&Add" + msgstr "&Adicionar" + + #. i18n: file ./plugins/search/searchpref.ui line 195 +-#: rc.cpp:1925 ++#: rc.cpp:1865 + #, no-c-format + msgid "Engines" + msgstr "Motores" + + #. i18n: file ./plugins/search/searchpref.ui line 206 +-#: rc.cpp:1928 ++#: rc.cpp:1868 + #, no-c-format + msgid "URL" + msgstr "URL" + + #. i18n: file ./plugins/search/searchpref.ui line 257 +-#: rc.cpp:1934 ++#: rc.cpp:1874 + #, no-c-format + msgid "R&emove All" + msgstr "R&emover Tudo" + + #. i18n: file ./plugins/search/searchpref.ui line 282 +-#: rc.cpp:1937 ++#: rc.cpp:1877 + #, no-c-format + msgid "Add Defau<" + msgstr "Adicionar Prede&finição" + + #. i18n: file ./plugins/search/searchpref.ui line 290 +-#: rc.cpp:1940 ++#: rc.cpp:1880 + #, no-c-format + msgid "Update From Internet" + msgstr "Actualizar da Internet" + + #. i18n: file ./plugins/search/searchbar.ui line 53 + #: plugins/search/searchplugin.cpp:50 plugins/search/searchtab.cpp:48 +-#: rc.cpp:1946 ++#: rc.cpp:1883 + #, no-c-format + msgid "Search" + msgstr "Procurar" + + #. i18n: file ./plugins/search/searchbar.ui line 78 +-#: rc.cpp:1949 ++#: rc.cpp:1886 + #, no-c-format + msgid "Search engine:" + msgstr "Motor de busca:" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 10 +-#: rc.cpp:1952 ++#: rc.cpp:1889 + #, no-c-format + msgid "Current search engine" + msgstr "Motor de busca actual" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 19 +-#: rc.cpp:1958 ++#: rc.cpp:1895 + #, no-c-format + msgid "Use custom browser" + msgstr "Usar um navegador personalizado" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 23 +-#: rc.cpp:1961 ++#: rc.cpp:1898 + #, no-c-format + msgid "Custom browser executable path" + msgstr "Local do executável do navegador personalizado" +@@ -4141,7 +4141,7 @@ msgstr "A verificar os dados" + msgid "Stopped. No space left on device." + msgstr "Interrompido. Não existe espaço livre em disco." + +-#: libktorrent/torrent/queuemanager.cpp:135 ++#: libktorrent/torrent/queuemanager.cpp:136 + msgid "" + "You don't have enough disk space to download this torrent. Are you sure you " + "want to continue?" +@@ -4149,12 +4149,12 @@ msgstr "" + "Não tem espaço livre suficiente para transferir esta torrente. Tem a certeza " + "que deseja continuar?" + +-#: libktorrent/torrent/queuemanager.cpp:135 ++#: libktorrent/torrent/queuemanager.cpp:136 + #, c-format + msgid "Insufficient disk space for %1" + msgstr "Espaço em disco insuficiente para o %1" + +-#: libktorrent/torrent/queuemanager.cpp:157 ++#: libktorrent/torrent/queuemanager.cpp:158 + msgid "" + "Torrent \"%1\" has reached its maximum share ratio. Ignore the limit and start " + "seeding anyway?" +@@ -4162,16 +4162,16 @@ msgstr "" + "A torrente \"%1\" atingiu a sua taxa de partilha máxima. Deseja ignorar o " + "limite e começar a publicação da fonte à mesma?" + +-#: libktorrent/torrent/queuemanager.cpp:157 ++#: libktorrent/torrent/queuemanager.cpp:158 + msgid "Maximum share ratio limit reached." + msgstr "A taxa máxima de partilhas foi atingida." + +-#: libktorrent/torrent/queuemanager.cpp:236 +-#: libktorrent/torrent/queuemanager.cpp:760 ++#: libktorrent/torrent/queuemanager.cpp:237 ++#: libktorrent/torrent/queuemanager.cpp:763 + msgid "Error stopping torrent %1 : %2" + msgstr "Erro ao parar a torrente %1 : %2" + +-#: libktorrent/torrent/queuemanager.cpp:742 ++#: libktorrent/torrent/queuemanager.cpp:745 + msgid "Error starting torrent %1 : %2" + msgstr "Erro ao gravar a torrente %1 : %2" + +diff --git a/translations/pt_BR/messages/ktorrent.po b/translations/pt_BR/messages/ktorrent.po +index e60c28c..a62043e 100644 +--- a/translations/pt_BR/messages/ktorrent.po ++++ b/translations/pt_BR/messages/ktorrent.po +@@ -7,7 +7,7 @@ msgid "" + msgstr "" + "Project-Id-Version: ktorrent\n" + "Report-Msgid-Bugs-To: http://bugs.kde.org\n" +-"POT-Creation-Date: 2008-04-18 19:40+0200\n" ++"POT-Creation-Date: 2008-07-08 22:20+0200\n" + "PO-Revision-Date: 2007-08-10 20:52-0300\n" + "Last-Translator: doutor.zero \n" + "Language-Team: Português do Brasil \n" +@@ -24,7 +24,7 @@ msgid "No incoming connections (possibly firewalled)" + msgstr "Nenhuma conexão de entrada (possivelmente sob firewall)" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 42 +-#: apps/ktorrent/ktorrent.cpp:184 rc.cpp:345 rc.cpp:383 rc.cpp:1019 ++#: apps/ktorrent/ktorrent.cpp:184 rc.cpp:336 rc.cpp:369 rc.cpp:989 + #, no-c-format + msgid "Info" + msgstr "Informações" +@@ -192,7 +192,7 @@ msgstr "URL mal formada." + #. i18n: file ./apps/ktorrent/ktorrentui.rc line 9 + #: apps/ktorrent/groups/downloadgroup.cpp:27 + #: apps/ktorrent/groups/groupmanager.h:57 apps/ktorrent/pref.cpp:147 +-#: apps/ktorrent/viewmanager.cpp:62 rc.cpp:138 rc.cpp:342 ++#: apps/ktorrent/viewmanager.cpp:62 rc.cpp:132 rc.cpp:333 + #, no-c-format + msgid "Downloads" + msgstr "Downloads" +@@ -316,7 +316,7 @@ msgid "Document to open" + msgstr "Documento para abrir" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 59 +-#: apps/ktorrent/main.cpp:120 rc.cpp:553 ++#: apps/ktorrent/main.cpp:120 rc.cpp:532 + #, no-c-format + msgid "KTorrent" + msgstr "KTorrent" +@@ -583,7 +583,7 @@ msgstr "Fontes de Peers do Torrent:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 85 + #: apps/ktorrent/ktorrentviewmenu.cpp:66 plugins/infowidget/peerview.cpp:221 +-#: rc.cpp:77 rc.cpp:1256 rc.cpp:1307 ++#: rc.cpp:75 rc.cpp:1208 rc.cpp:1259 + #, no-c-format + msgid "DHT" + msgstr "DHT" +@@ -625,7 +625,7 @@ msgid "Add to Group" + msgstr "Adicionar ao Grupo" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 16 +-#: apps/ktorrent/ktorrentviewmenu.cpp:100 rc.cpp:147 ++#: apps/ktorrent/ktorrentviewmenu.cpp:100 rc.cpp:141 + #, no-c-format + msgid "Speed Limits" + msgstr "Limites de Velocidade" +@@ -644,7 +644,7 @@ msgid "Malformed IP address." + msgstr "Endereço IP mal formado." + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 311 +-#: apps/ktorrent/pref.cpp:58 rc.cpp:282 ++#: apps/ktorrent/pref.cpp:58 rc.cpp:273 + #, no-c-format + msgid "Preferences" + msgstr "Preferências" +@@ -680,7 +680,7 @@ msgid "Advanced" + msgstr "Avançadas" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 27 +-#: apps/ktorrent/pref.cpp:411 rc.cpp:540 ++#: apps/ktorrent/pref.cpp:411 rc.cpp:519 + #, no-c-format + msgid "Advanced Options" + msgstr "Opções Avançadas" +@@ -691,7 +691,7 @@ msgstr "Colunas visíveis" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 16 + #: apps/ktorrent/ktorrentview.cpp:135 +-#: plugins/infowidget/infowidgetplugin.cpp:76 rc.cpp:1016 ++#: plugins/infowidget/infowidgetplugin.cpp:76 rc.cpp:986 + #, no-c-format + msgid "Status" + msgstr "Status" +@@ -713,7 +713,7 @@ msgstr "Enviados" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 313 + #: apps/ktorrent/ktorrentview.cpp:139 plugins/infowidget/peerview.cpp:216 +-#: rc.cpp:1010 ++#: rc.cpp:980 + #, no-c-format + msgid "Down Speed" + msgstr "Velocidade de Down" +@@ -838,7 +838,7 @@ msgid "User" + msgstr "Usuário" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 24 +-#: apps/ktorrent/queuedialog.cpp:75 rc.cpp:249 ++#: apps/ktorrent/queuedialog.cpp:75 rc.cpp:240 + #, no-c-format + msgid "Queue Manager" + msgstr "Gerenciador de Fila" +@@ -1062,8 +1062,8 @@ msgid "Start torrent" + msgstr "Iniciar torrent" + + #. i18n: file ./apps/ktorrent/fileselectdlgbase.ui line 160 +-#: plugins/infowidget/fileview.cpp:49 rc.cpp:27 rc.cpp:1244 rc.cpp:1259 +-#: rc.cpp:1349 rc.cpp:1439 ++#: plugins/infowidget/fileview.cpp:49 rc.cpp:27 rc.cpp:1196 rc.cpp:1211 ++#: rc.cpp:1301 rc.cpp:1385 + #, no-c-format + msgid "Download" + msgstr "Baixar" +@@ -1117,13 +1117,13 @@ msgid "Encryption" + msgstr "Encriptação" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 58 +-#: rc.cpp:64 rc.cpp:787 ++#: rc.cpp:63 rc.cpp:764 + #, no-c-format + msgid "Use protocol encryption" + msgstr "Usar encriptação de protocolo" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 64 +-#: rc.cpp:68 ++#: rc.cpp:66 + #, no-c-format + msgid "" + "Protocol encryption is used to prevent ISP's from slowing down bittorrent " +@@ -1133,13 +1133,13 @@ msgstr "" + "das conexões bittorrent." + + #. i18n: file ./apps/ktorrent/generalpref.ui line 72 +-#: rc.cpp:71 rc.cpp:790 ++#: rc.cpp:69 rc.cpp:767 + #, no-c-format + msgid "Allow unencrypted connections" + msgstr "Permitir conexões não encriptadas" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 75 +-#: rc.cpp:74 ++#: rc.cpp:72 + #, no-c-format + msgid "" + "If unchecked, you'll be able to connect only to clients supporting encryption." +@@ -1148,7 +1148,7 @@ msgstr "" + "que suportem encriptação." + + #. i18n: file ./apps/ktorrent/generalpref.ui line 88 +-#: rc.cpp:80 ++#: rc.cpp:78 + #, no-c-format + msgid "" + "Distributed Hash Table protocol." +@@ -1159,170 +1159,170 @@ msgstr "" + "informações." + + #. i18n: file ./apps/ktorrent/generalpref.ui line 99 +-#: rc.cpp:83 ++#: rc.cpp:81 + #, no-c-format + msgid "&Use DHT to get additional peers" + msgstr "&Usar DHT para obter peers adicionais" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 118 +-#: rc.cpp:87 ++#: rc.cpp:84 + #, no-c-format + msgid "UDP port for DHT communication:" + msgstr "Porta UDP para a comunicação do DHT:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 161 +-#: rc.cpp:90 ++#: rc.cpp:87 + #, no-c-format + msgid "Custom IP" + msgstr "IP Personalizado" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 172 +-#: rc.cpp:93 ++#: rc.cpp:90 + #, no-c-format + msgid "Se&nd the tracker a custom IP address or hostname" + msgstr "E&nviar para o tracker um IP ou nome de máquina personalizado" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 188 +-#: rc.cpp:96 ++#: rc.cpp:93 + #, no-c-format + msgid "Custom IP address or hostname:" + msgstr "IP ou nome de máquina personalizado:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 205 +-#: rc.cpp:99 ++#: rc.cpp:96 + #, no-c-format + msgid "System Tray Icon" + msgstr "Ícone da Área de Notificação do Sistema" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 216 +-#: rc.cpp:102 ++#: rc.cpp:99 + #, no-c-format + msgid "Show s&ystem tray icon" + msgstr "Mostrar ícone na área de notificação do s&istema" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 224 +-#: rc.cpp:105 ++#: rc.cpp:102 + #, no-c-format + msgid "Show speed &bar in tray icon" + msgstr "" + "Mostrar &barra de velocidade no ícone da área de notiificação do sistema" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 232 +-#: rc.cpp:108 ++#: rc.cpp:105 + #, no-c-format + msgid "Show system tray popup messages" + msgstr "Mo&strar mensagens popup na área de notificação do sistema" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 251 +-#: rc.cpp:112 ++#: rc.cpp:108 + #, no-c-format + msgid "Upload bandwidth (in KB/sec):" + msgstr "Largura da banda de upload (em KB/seg):" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 276 +-#: rc.cpp:115 ++#: rc.cpp:111 + #, no-c-format + msgid "Download bandwidth (in KB/sec):" + msgstr "Largura da banda de download (em KB/seg):" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 305 +-#: rc.cpp:118 ++#: rc.cpp:114 + #, no-c-format + msgid "Folders" + msgstr "Pastas" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 324 +-#: rc.cpp:121 ++#: rc.cpp:117 + #, no-c-format + msgid "Folder to store temporary files:" + msgstr "Pasta para armazenar os arquivos temporários:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 342 +-#: rc.cpp:124 ++#: rc.cpp:120 + #, no-c-format + msgid "Move completed downloads to:" + msgstr "Mover downloads completados para:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 353 +-#: rc.cpp:128 ++#: rc.cpp:123 + #, no-c-format + msgid "&Automatically save downloads to:" + msgstr "Salvar downloads &automaticamente para:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 395 +-#: rc.cpp:131 ++#: rc.cpp:126 + #, no-c-format + msgid "Copy .torrent files to:" + msgstr "Copiar arquivos .torrent para:" + + #. i18n: file ./apps/ktorrent/ktorrentui.rc line 34 +-#: rc.cpp:144 ++#: rc.cpp:138 + #, no-c-format + msgid "Download Toolbar" + msgstr "Barra de ferramentas de Download" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 27 +-#: rc.cpp:150 ++#: rc.cpp:144 + #, no-c-format + msgid "Set the speed limits for torrent" + msgstr "Definir os limites de velocidade para o torrent" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 51 +-#: rc.cpp:153 ++#: rc.cpp:147 + #, no-c-format + msgid "Max upload rate:" + msgstr "Taxa máx. de upload:" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 59 +-#: rc.cpp:156 ++#: rc.cpp:150 + #, no-c-format + msgid "Max download rate:" + msgstr "Taxa máx. de download:" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 97 +-#: rc.cpp:159 rc.cpp:162 ++#: rc.cpp:153 rc.cpp:156 + #, no-c-format + msgid "KB/s (0 is no limit)" + msgstr "KB/s (0 é sem limite)" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 16 +-#: rc.cpp:171 ++#: rc.cpp:165 + #, no-c-format + msgid "Add potential peer" + msgstr "Adicionar peer potencial" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 35 +-#: rc.cpp:174 ++#: rc.cpp:168 + #, no-c-format + msgid "Peer IP:" + msgstr "IP do Peer:" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 43 +-#: rc.cpp:177 rc.cpp:208 ++#: rc.cpp:171 rc.cpp:201 + #, no-c-format + msgid "127.0.0.1" + msgstr "127.0.0.1" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 51 +-#: rc.cpp:180 rc.cpp:288 rc.cpp:525 rc.cpp:931 ++#: rc.cpp:174 rc.cpp:279 rc.cpp:504 rc.cpp:908 + #, no-c-format + msgid "Port:" + msgstr "Porta:" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 100 +-#: rc.cpp:183 ++#: rc.cpp:177 + #, no-c-format + msgid "Enter peer IP and port." + msgstr "Digite o IP do peer e a porta." + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 16 +-#: rc.cpp:193 ++#: rc.cpp:186 + #, no-c-format + msgid "KTorrent Blacklist" + msgstr "Lista Negra do KTorrent" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 30 +-#: rc.cpp:196 ++#: rc.cpp:189 + #, no-c-format + msgid "" + "Note: Blacklist applies to current session only. Use save/open to save your " +@@ -1332,187 +1332,187 @@ msgstr "" + "salvar suas entradas ou use o plugin IPFilter (PeerGuardian)." + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 41 +-#: rc.cpp:199 ++#: rc.cpp:192 + #, no-c-format + msgid "Banned Peers" + msgstr "Peers Banidos" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 50 +-#: rc.cpp:202 ++#: rc.cpp:195 + #, no-c-format + msgid "Peer IP address" + msgstr "Endereço IP do peer" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 96 +-#: rc.cpp:205 ++#: rc.cpp:198 + #, no-c-format + msgid "Add peer:" + msgstr "Adicionar peer:" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 134 +-#: rc.cpp:215 ++#: rc.cpp:207 + #, no-c-format + msgid "Adds a peer to blacklist" + msgstr "Adiciona um peer à lista negra" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 168 +-#: rc.cpp:222 ++#: rc.cpp:213 + #, no-c-format + msgid "Removes selected peer from blacklist" + msgstr "Remove o peer selecionado da lista negra" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 176 +-#: rc.cpp:225 ++#: rc.cpp:216 + #, no-c-format + msgid "C&lear" + msgstr "&Limpar" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 182 +-#: rc.cpp:228 ++#: rc.cpp:219 + #, no-c-format + msgid "Clears this list" + msgstr "Limpa à lista" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 218 +-#: rc.cpp:234 ++#: rc.cpp:225 + #, no-c-format + msgid "Save &As..." + msgstr "Salvar &Como..." + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 224 +-#: rc.cpp:237 ++#: rc.cpp:228 + #, no-c-format + msgid "Save this blacklist to use with KTorrent IPFilter plugin" + msgstr "Salvar esta lista negra para usá-la com o plugin IPFilter do KTorrent" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 59 +-#: rc.cpp:252 ++#: rc.cpp:243 + #, no-c-format + msgid "Maximum downloads:" + msgstr "Máximo de downloads:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 86 +-#: rc.cpp:255 ++#: rc.cpp:246 + #, no-c-format + msgid "Maximum seeds:" + msgstr "Máximo de sementes:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 94 +-#: rc.cpp:258 ++#: rc.cpp:249 + #, no-c-format + msgid "Start download on low disk space :" + msgstr "Iniciar o download no disco com pouco espaço :" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 102 +-#: rc.cpp:261 ++#: rc.cpp:252 + #, no-c-format + msgid "Minimum disk space:" + msgstr "Espaço mínimo no disco:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 140 +-#: rc.cpp:264 ++#: rc.cpp:255 + #, no-c-format + msgid "Don't start" + msgstr "Não iniciar" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 145 +-#: rc.cpp:267 ++#: rc.cpp:258 + #, no-c-format + msgid "Always ask" + msgstr "Sempre perguntar" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 150 +-#: rc.cpp:270 ++#: rc.cpp:261 + #, no-c-format + msgid "Force start" + msgstr "Forçar início" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 208 +-#: rc.cpp:273 ++#: rc.cpp:264 + #, no-c-format + msgid "MB" + msgstr "MB" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 236 +-#: rc.cpp:276 rc.cpp:279 rc.cpp:312 rc.cpp:315 rc.cpp:324 ++#: rc.cpp:267 rc.cpp:270 rc.cpp:303 rc.cpp:306 rc.cpp:315 + #, no-c-format + msgid "(0 is no limit)" + msgstr "(0 é sem limite)" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 330 +-#: rc.cpp:285 ++#: rc.cpp:276 + #, no-c-format + msgid "Maximum download rate:" + msgstr "Taxa máxima de download:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 346 +-#: rc.cpp:291 ++#: rc.cpp:282 + #, no-c-format + msgid "Global connection limit:" + msgstr "Limite global de conexões:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 354 +-#: rc.cpp:294 ++#: rc.cpp:285 + #, no-c-format + msgid "Max seed time:" + msgstr "Tempo máx. para semear:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 370 +-#: rc.cpp:297 ++#: rc.cpp:288 + #, no-c-format + msgid "Maximum connections per torrent:" + msgstr "Conexões máximas por torrent:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 397 +-#: rc.cpp:300 ++#: rc.cpp:291 + #, no-c-format + msgid "Number of upload slots:" + msgstr "Número de espaços de upload:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 405 +-#: rc.cpp:303 ++#: rc.cpp:294 + #, no-c-format + msgid "UDP tracker port:" + msgstr "Porta UDP do tracker:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 413 +-#: rc.cpp:306 ++#: rc.cpp:297 + #, no-c-format + msgid "Max share ratio:" + msgstr "Proporção de compartilhamento máx.:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 421 +-#: rc.cpp:309 ++#: rc.cpp:300 + #, no-c-format + msgid "Maximum upload rate:" + msgstr "Taxa máxima de upload:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 576 +-#: rc.cpp:318 rc.cpp:321 ++#: rc.cpp:309 rc.cpp:312 + #, no-c-format + msgid "KB/sec (0 is no limit)" + msgstr "KB/seg (0 corresponde à sem limite)" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 651 +-#: rc.cpp:327 ++#: rc.cpp:318 + #, no-c-format + msgid "Hours (0 is no limit)" + msgstr "Horas (0 é sem limite)" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 663 +-#: rc.cpp:330 ++#: rc.cpp:321 + #, no-c-format + msgid "&Keep seeding after download is finished" + msgstr "&Permanecer semeando após o download terminar" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 674 +-#: rc.cpp:333 ++#: rc.cpp:324 + #, no-c-format + msgid "Attention" + msgstr "Atenção" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 685 +-#: rc.cpp:336 ++#: rc.cpp:327 + #, no-c-format + msgid "" + "The above ports must also be forwarded if you are behind a router. The UPnP " +@@ -1522,283 +1522,283 @@ msgstr "" + "um router. O plugin UPnP pode fazer isso para você." + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 16 +-#: rc.cpp:339 ++#: rc.cpp:330 + #, no-c-format + msgid "KT Queue Dialog" + msgstr "Diálogo de Fila do KT" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 69 +-#: rc.cpp:348 rc.cpp:386 rc.cpp:1107 ++#: rc.cpp:339 rc.cpp:372 rc.cpp:1067 + #, no-c-format + msgid "Status:" + msgstr "Status:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 85 +-#: rc.cpp:351 rc.cpp:389 rc.cpp:1808 ++#: rc.cpp:342 rc.cpp:375 rc.cpp:1751 + #, no-c-format + msgid "Tracker:" + msgstr "Tracker:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 93 +-#: rc.cpp:354 rc.cpp:392 rc.cpp:1805 ++#: rc.cpp:345 rc.cpp:378 rc.cpp:1748 + #, no-c-format + msgid "DHT:" + msgstr "DHT:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 109 +-#: rc.cpp:357 rc.cpp:395 rc.cpp:1061 ++#: rc.cpp:348 rc.cpp:381 rc.cpp:1025 + #, no-c-format + msgid "Share ratio:" + msgstr "Proporção de compartilhamento:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 117 +-#: rc.cpp:360 ++#: rc.cpp:351 + #, no-c-format + msgid "Bytes left:" + msgstr "Bytes restando:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 177 +-#: rc.cpp:368 rc.cpp:377 ++#: rc.cpp:354 rc.cpp:363 + #, no-c-format + msgid "Torrent" + msgstr "Torrent" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 188 +-#: rc.cpp:371 rc.cpp:380 ++#: rc.cpp:357 rc.cpp:366 + #, no-c-format + msgid "Controlled by" + msgstr "Controlado pelo" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 214 +-#: rc.cpp:374 ++#: rc.cpp:360 + #, no-c-format + msgid "Upload&s" + msgstr "Upload&s" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 333 +-#: rc.cpp:398 ++#: rc.cpp:384 + #, no-c-format + msgid "Uploaded:" + msgstr "Enviados:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 486 +-#: rc.cpp:406 ++#: rc.cpp:387 + #, no-c-format + msgid "M&ove up" + msgstr "M&over para cima" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 494 +-#: rc.cpp:409 ++#: rc.cpp:390 + #, no-c-format + msgid "Move dow&n" + msgstr "Mover para &baixo" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 519 +-#: rc.cpp:412 ++#: rc.cpp:393 + #, no-c-format + msgid "Move to top" + msgstr "Mover para o topo" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 530 +-#: rc.cpp:416 ++#: rc.cpp:396 + #, no-c-format + msgid "Move to &bottom" + msgstr "Mover para &baixo " + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 555 +-#: rc.cpp:419 ++#: rc.cpp:399 + #, no-c-format + msgid "&QM Controlled" + msgstr "Controlado pelo &GF" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 563 +-#: rc.cpp:422 ++#: rc.cpp:402 + #, no-c-format + msgid "&User Controlled" + msgstr "Controlado pelo &Usuário" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 30 +-#: rc.cpp:434 ++#: rc.cpp:414 + #, no-c-format + msgid "Paste URL" + msgstr "Colar URL" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 52 +-#: rc.cpp:437 rc.cpp:1104 rc.cpp:1919 ++#: rc.cpp:417 rc.cpp:1064 rc.cpp:1859 + #, no-c-format + msgid "URL:" + msgstr "URL:" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 106 +-#: rc.cpp:440 ++#: rc.cpp:420 + #, no-c-format + msgid "O&K" + msgstr "O&K" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 114 +-#: rc.cpp:443 rc.cpp:675 rc.cpp:1176 ++#: rc.cpp:423 rc.cpp:653 rc.cpp:1128 + #, no-c-format + msgid "C&ancel" + msgstr "C&ancelar" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 16 +-#: rc.cpp:446 ++#: rc.cpp:426 + #, no-c-format + msgid "Create Torrent" + msgstr "Criar Torrent" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 38 +-#: rc.cpp:449 ++#: rc.cpp:429 + #, no-c-format + msgid "The file or folder of which you want to create a torrent:" + msgstr "O arquivo ou diretório do qual você deseja criar um torrent:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 53 +-#: rc.cpp:452 ++#: rc.cpp:432 + #, no-c-format + msgid "You must add at least one tracker or node." + msgstr "Você precisa adicionar pelo menos um tracker ou node." + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 61 +-#: rc.cpp:455 ++#: rc.cpp:435 + #, no-c-format + msgid "File Options" + msgstr "Opções de Arquivo" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 80 +-#: rc.cpp:458 ++#: rc.cpp:438 + #, no-c-format + msgid "Size of each chunk:" + msgstr "Tamanho de cada bloco:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 86 +-#: rc.cpp:461 ++#: rc.cpp:441 + #, no-c-format + msgid "32" + msgstr "32" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 91 +-#: rc.cpp:464 ++#: rc.cpp:444 + #, no-c-format + msgid "64" + msgstr "64" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 96 +-#: rc.cpp:467 ++#: rc.cpp:447 + #, no-c-format + msgid "128" + msgstr "128" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 101 +-#: rc.cpp:470 ++#: rc.cpp:450 + #, no-c-format + msgid "256" + msgstr "256" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 106 +-#: rc.cpp:473 ++#: rc.cpp:453 + #, no-c-format + msgid "512" + msgstr "512" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 111 +-#: rc.cpp:476 ++#: rc.cpp:456 + #, no-c-format + msgid "1024" + msgstr "1024" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 116 +-#: rc.cpp:479 ++#: rc.cpp:459 + #, no-c-format + msgid "2048" + msgstr "2048" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 121 +-#: rc.cpp:482 ++#: rc.cpp:462 + #, no-c-format + msgid "4096" + msgstr "4096" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 126 +-#: rc.cpp:485 ++#: rc.cpp:465 + #, no-c-format + msgid "8192" + msgstr "8192" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 138 +-#: rc.cpp:488 rc.cpp:633 ++#: rc.cpp:468 rc.cpp:611 + #, no-c-format + msgid "KB" + msgstr "KB" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 165 +-#: rc.cpp:491 ++#: rc.cpp:471 + #, no-c-format + msgid "Start seedin&g the torrent" + msgstr "Começar a sem&ear o torrent" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 176 +-#: rc.cpp:494 ++#: rc.cpp:474 + #, no-c-format + msgid "Decentrali&zed (DHT only)" + msgstr "Descentrali&zado (somente DHT)" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 184 +-#: rc.cpp:497 ++#: rc.cpp:477 + #, no-c-format + msgid "Private torrent (DHT not allowed)" + msgstr "Torrent privado (DHT não é permitido)" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 202 +-#: rc.cpp:500 ++#: rc.cpp:480 + #, no-c-format + msgid "Comments:" + msgstr "Comentários:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 248 +-#: rc.cpp:503 ++#: rc.cpp:483 + #, no-c-format + msgid "&Create" + msgstr "&Criar" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 262 +-#: rc.cpp:506 rc.cpp:1325 ++#: rc.cpp:486 rc.cpp:1277 + #, no-c-format + msgid "Ca&ncel" + msgstr "Ca&ncelar" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 275 +-#: plugins/infowidget/infowidgetplugin.cpp:214 rc.cpp:509 rc.cpp:1101 ++#: plugins/infowidget/infowidgetplugin.cpp:214 rc.cpp:489 rc.cpp:1061 + #, no-c-format + msgid "Trackers" + msgstr "Trackers" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 283 +-#: rc.cpp:512 ++#: rc.cpp:492 + #, no-c-format + msgid "DHT nodes" + msgstr "Nodes DHT" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 333 +-#: rc.cpp:522 ++#: rc.cpp:501 + #, no-c-format + msgid "Node:" + msgstr "Node:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 385 +-#: rc.cpp:528 ++#: rc.cpp:507 + #, no-c-format + msgid "IP or hostname" + msgstr "IP ou nome de máquina" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 396 +-#: rc.cpp:531 rc.cpp:718 rc.cpp:721 ++#: rc.cpp:510 rc.cpp:695 rc.cpp:698 + #, no-c-format + msgid "Port" + msgstr "Porta" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 437 +-#: rc.cpp:534 ++#: rc.cpp:513 + #, no-c-format + msgid "" + "NOTE: Some known good DHT nodes are already inserted. You should probably " +@@ -1809,19 +1809,19 @@ msgstr "" + "esse torrent." + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 16 +-#: rc.cpp:537 ++#: rc.cpp:516 + #, no-c-format + msgid "Advanced Preferences" + msgstr "Preferências Avançadas" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 46 +-#: rc.cpp:543 ++#: rc.cpp:522 + #, no-c-format + msgid "Time left estimation algorithm:" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 53 +-#: rc.cpp:546 rc.cpp:568 ++#: rc.cpp:525 rc.cpp:547 + #, no-c-format + msgid "" + "KTorrent algorithm: Default algorithm using combination of other " +@@ -1849,428 +1849,428 @@ msgstr "" + "de X amostras" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 64 +-#: rc.cpp:556 ++#: rc.cpp:535 + #, no-c-format + msgid "Current speed" + msgstr "Velocidade atual" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 69 +-#: rc.cpp:559 ++#: rc.cpp:538 + #, no-c-format + msgid "Global average speed" + msgstr "Velocidade global média" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 74 +-#: rc.cpp:562 ++#: rc.cpp:541 + #, no-c-format + msgid "Window of X" + msgstr "Janela de X" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 79 +-#: rc.cpp:565 ++#: rc.cpp:544 + #, no-c-format + msgid "Moving average" + msgstr "Movimento médio" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 98 +-#: rc.cpp:575 ++#: rc.cpp:554 + #, no-c-format + msgid "(takes effect after restart)" + msgstr "(só será aplicado após reiniciar)" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 125 +-#: rc.cpp:578 ++#: rc.cpp:557 + #, no-c-format + msgid "Disa&ble diskspace preallocation" + msgstr "De&sabilitar pré-alocação de disco" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 141 +-#: rc.cpp:581 ++#: rc.cpp:560 + #, no-c-format + msgid "F&ully preallocate diskspace (avoids fragmentation)" + msgstr "Pré-alocar &totalmente o espaço em disco (previne fragmentação)" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 147 +-#: rc.cpp:584 ++#: rc.cpp:563 + #, no-c-format + msgid "Basic (slow)" + msgstr "Básico (lento)" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 152 +-#: rc.cpp:587 ++#: rc.cpp:566 + #, no-c-format + msgid "Filesystem specific" + msgstr "Específico do sistema de arquivos" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 174 +-#: rc.cpp:590 ++#: rc.cpp:569 + #, no-c-format + msgid "Performance" + msgstr "Performance" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 193 +-#: rc.cpp:593 ++#: rc.cpp:572 + #, no-c-format + msgid "Memory usage:" + msgstr "Uso da memória:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 199 +-#: rc.cpp:596 ++#: rc.cpp:575 + #, no-c-format + msgid "Low" + msgstr "Baixo" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 204 +-#: rc.cpp:599 ++#: rc.cpp:578 + #, no-c-format + msgid "Medium" + msgstr "Médio" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 209 +-#: rc.cpp:602 ++#: rc.cpp:581 + #, no-c-format + msgid "High" + msgstr "Alto" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 248 +-#: rc.cpp:605 ++#: rc.cpp:584 + #, no-c-format + msgid "GUI update interval:" + msgstr "Intervalo de atualização da interface:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 254 +-#: rc.cpp:608 ++#: rc.cpp:587 + #, no-c-format + msgid "500ms" + msgstr "500ms" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 259 +-#: rc.cpp:611 ++#: rc.cpp:590 + #, no-c-format + msgid "1s" + msgstr "1s" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 264 +-#: rc.cpp:614 ++#: rc.cpp:593 + #, no-c-format + msgid "2s" + msgstr "2s" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 269 +-#: rc.cpp:617 ++#: rc.cpp:596 + #, no-c-format + msgid "5s" + msgstr "5s" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 308 +-#: rc.cpp:620 ++#: rc.cpp:599 + #, no-c-format + msgid "Fast CPU" + msgstr "CPU Rápida" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 342 +-#: rc.cpp:624 ++#: rc.cpp:602 + #, no-c-format + msgid "Slow CPU" + msgstr "CPU Lenta" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 354 +-#: rc.cpp:627 ++#: rc.cpp:605 + #, no-c-format + msgid "Data Checking" + msgstr "Verificação dos Dados" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 373 +-#: rc.cpp:630 ++#: rc.cpp:608 + #, no-c-format + msgid "During uploading, do ¬ recheck chunks bigger than" + msgstr "Durante o upload, &não rechecar blocos maiores que" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 430 +-#: rc.cpp:636 ++#: rc.cpp:614 + #, no-c-format + msgid "Do a data integrit&y check after" + msgstr "Executar uma checagem de &integridade dos dados depois" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 449 +-#: rc.cpp:639 ++#: rc.cpp:617 + #, no-c-format + msgid "corrupted chunks" + msgstr "blocos corrompidos" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 478 +-#: rc.cpp:642 ++#: rc.cpp:620 + #, no-c-format + msgid "Networking" + msgstr "Networking" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 505 +-#: rc.cpp:645 ++#: rc.cpp:623 + #, fuzzy, no-c-format + msgid "Maximum number of connection setups:" + msgstr "Número máximo de conexões por torrent (0 = sem limite)" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 527 +-#: rc.cpp:648 ++#: rc.cpp:626 + #, no-c-format + msgid "DSCP for IP packets:" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 570 +-#: rc.cpp:651 ++#: rc.cpp:629 + #, no-c-format + msgid "Do not use the KDE pro&xy settings for HTTP tracker connections" + msgstr "" + "Não usar as configurações de pro&xy do KDE para conexões de tracker HTTP" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 586 +-#: rc.cpp:654 ++#: rc.cpp:632 + #, no-c-format + msgid "HTTP tracker proxy:" + msgstr "HTTP tracker proxy:" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 24 +-#: rc.cpp:657 ++#: rc.cpp:635 + #, no-c-format + msgid "Scanning data" + msgstr "Escaneando dados" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 38 +-#: rc.cpp:660 ++#: rc.cpp:638 + #, no-c-format + msgid "Scanning data of torrent :" + msgstr "Escaneando dados do torrent :" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 62 +-#: rc.cpp:663 ++#: rc.cpp:641 + #, no-c-format + msgid "Number of chunks found :" + msgstr "Número de blocos encontrados:" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 70 +-#: rc.cpp:666 ++#: rc.cpp:644 + #, no-c-format + msgid "Number of chunks failed / not downloaded :" + msgstr "Número de blocos com falhas / não baixados:" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 97 +-#: rc.cpp:669 rc.cpp:672 ++#: rc.cpp:647 rc.cpp:650 + #, no-c-format + msgid "0" + msgstr "0" + + #. i18n: file ./apps/ktupnptest/mainwidget.ui line 54 +-#: rc.cpp:678 ++#: rc.cpp:656 + #, no-c-format + msgid "Test" + msgstr "Testar" + + #. i18n: file ./libktorrent/labelviewitembase.ui line 49 +-#: rc.cpp:685 ++#: rc.cpp:662 + #, no-c-format + msgid "textLabel2" + msgstr "etiquetaTexto2" + + #. i18n: file ./libktorrent/labelviewitembase.ui line 65 +-#: rc.cpp:688 ++#: rc.cpp:665 + #, no-c-format + msgid "textLabel3" + msgstr "etiquetaTexto3" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 10 +-#: rc.cpp:691 ++#: rc.cpp:668 + #, no-c-format + msgid "Maximum number of downloads (0 = no limit)" + msgstr "Número máximo de downloads (0 = sem limite)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 15 +-#: rc.cpp:694 ++#: rc.cpp:671 + #, no-c-format + msgid "Maximum number of seeds (0 = no limit)" + msgstr "Número máximo de sementes (0 = sem limite)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 20 +-#: rc.cpp:697 ++#: rc.cpp:674 + #, no-c-format + msgid "Start downloads on low disk space?" + msgstr "Iniciar downloads com pouco espaço em disco?" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 24 +-#: rc.cpp:700 ++#: rc.cpp:677 + #, no-c-format + msgid "Maximum number of connections per torrent (0 = no limit)" + msgstr "Número máximo de conexões por torrent (0 = sem limite)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 29 +-#: rc.cpp:703 ++#: rc.cpp:680 + #, no-c-format + msgid "Maximum number of connections for all torrents (0 = no limit) " + msgstr "Número máximo de conexões para todos os torrents (0 = sem limite)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 34 +-#: rc.cpp:706 ++#: rc.cpp:683 + #, no-c-format + msgid "Maximum upload speed in KB/sec (0 = no limit)" + msgstr "Velocidade máxima de upload em KB/seg (0 = sem limite)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 39 +-#: rc.cpp:709 ++#: rc.cpp:686 + #, no-c-format + msgid "Maximum download speed in KB/sec (0 = no limit)" + msgstr "Velocidade máxima de download em KB/seg (0 = sem limite)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 44 +-#: rc.cpp:712 ++#: rc.cpp:689 + #, no-c-format + msgid "Maximum share ratio(0 = no limit)" + msgstr "Proporção de compartilhamento máxima (0 = sem limite)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 49 +-#: rc.cpp:715 ++#: rc.cpp:692 + #, no-c-format + msgid "Maximum seed time in hours (0 = no limit)" + msgstr "Tempo máximo de semeamento em horas (0 = sem limite)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 66 +-#: rc.cpp:724 ++#: rc.cpp:701 + #, no-c-format + msgid "Show a system tray icon" + msgstr "Mostrar um ícone na área de notificação do sistema" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 70 +-#: rc.cpp:727 ++#: rc.cpp:704 + #, no-c-format + msgid "Show speed bar in tray icon" + msgstr "Mostrar barra de velocidade no ícone da área de notificação do sistema" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 74 +-#: rc.cpp:730 ++#: rc.cpp:707 + #, no-c-format + msgid "Download bandwidth (in kb/s):" + msgstr "Largura da banda de download (em kb/s):" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 80 +-#: rc.cpp:733 ++#: rc.cpp:710 + #, no-c-format + msgid "Upload bandwidth (in kb/s):" + msgstr "Largura da banda de upload (em kb/s):" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 86 +-#: rc.cpp:736 ++#: rc.cpp:713 + #, no-c-format + msgid "Show popup messages when torrent is finished." + msgstr "Mostrar mensagens popup quando o torrent for concluído." + + #. i18n: file ./libktorrent/ktorrent.kcfg line 90 +-#: rc.cpp:739 ++#: rc.cpp:716 + #, no-c-format + msgid "Keep seeding after download has finished" + msgstr "Permanecer semeando após o download terminar" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 94 +-#: rc.cpp:742 ++#: rc.cpp:719 + #, no-c-format + msgid "Folder to store temporary files" + msgstr "Pasta para armazenar os arquivos temporários" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 98 +-#: rc.cpp:745 ++#: rc.cpp:722 + #, no-c-format + msgid "Whether to automatically save downloads to saveDir" + msgstr "Salvar downloads automaticamente para o saveDir" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 102 +-#: rc.cpp:748 ++#: rc.cpp:725 + #, no-c-format + msgid "Folder to store downloaded files" + msgstr "Pasta para armazenar os arquivos baixados" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 106 +-#: rc.cpp:751 ++#: rc.cpp:728 + #, no-c-format + msgid "Whether to automatically move completed downloads to completedDir" + msgstr "Mover automaticamente downloads completados para o completeDir" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 110 +-#: rc.cpp:754 ++#: rc.cpp:731 + #, no-c-format + msgid "Folder to move completed downloaded files to" + msgstr "Pasta para mover os arquivos baixados completados" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 114 +-#: rc.cpp:757 ++#: rc.cpp:734 + #, no-c-format + msgid "Whether to automatically copy .torrent files to torrentCopyDir" + msgstr "Copiar automaticamente os arquivos .torrent para o torrentCopyDir" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 118 +-#: rc.cpp:760 ++#: rc.cpp:737 + #, no-c-format + msgid "Folder to copy .torrent files to" + msgstr "Pasta para copiar os arquivos .torrent" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 122 +-#: rc.cpp:763 ++#: rc.cpp:740 + #, no-c-format + msgid "Whether to use a custom IP to pass to the tracker" + msgstr "Usar um IP personalizado, que será enviado ao tracker" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 126 +-#: rc.cpp:766 ++#: rc.cpp:743 + #, no-c-format + msgid "Directory which was used as the last save directory" + msgstr "Diretório que foi usado como último local para salvar" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 130 +-#: rc.cpp:769 ++#: rc.cpp:746 + #, no-c-format + msgid "IP to pass to the tracker" + msgstr "IP para enviar ao tracker" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 134 +-#: rc.cpp:772 ++#: rc.cpp:749 + #, no-c-format + msgid "Memory usage" + msgstr "Uso da memória" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 138 +-#: rc.cpp:775 ++#: rc.cpp:752 + #, no-c-format + msgid "GUI update interval" + msgstr "Intervalo de atualização da interface" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 142 +-#: rc.cpp:778 ++#: rc.cpp:755 + #, no-c-format + msgid "Support for DHT" + msgstr "Suporte ao DHT" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 146 +-#: rc.cpp:781 ++#: rc.cpp:758 + #, no-c-format + msgid "DHT port" + msgstr "Porta DHT" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 152 +-#: rc.cpp:784 ++#: rc.cpp:761 + #, no-c-format + msgid "Number of upload slots" + msgstr "Número de espaços de upload" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 196 +-#: rc.cpp:793 ++#: rc.cpp:770 + #, no-c-format + msgid "Columns shown in KTorrentView" + msgstr "Colunas mostradas no KTorrentView" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 205 +-#: rc.cpp:796 ++#: rc.cpp:773 + #, no-c-format + msgid "ET algorithm" + msgstr "Algoritmo TE" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 227 +-#: rc.cpp:799 ++#: rc.cpp:776 + #, no-c-format + msgid "" + "When there's no space left to complete download and free diskspace is less than " +@@ -2280,457 +2280,457 @@ msgstr "" + "no disco for menor que minDiskSpace, o torrent será parado." + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 16 +-#: rc.cpp:802 ++#: rc.cpp:779 + #, no-c-format + msgid "Plugin Manager" + msgstr "Gerenciador de Plugins" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 48 +-#: rc.cpp:805 ++#: rc.cpp:782 + #, no-c-format + msgid "Load" + msgstr "Carregar" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 56 +-#: rc.cpp:808 ++#: rc.cpp:785 + #, no-c-format + msgid "U&nload" + msgstr "&Descarregar" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 64 +-#: rc.cpp:811 ++#: rc.cpp:788 + #, no-c-format + msgid "Load &All" + msgstr "Carregar &Todos" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 72 +-#: rc.cpp:814 ++#: rc.cpp:791 + #, no-c-format + msgid "&Unload All" + msgstr "&Descarregar Todos" + + #. i18n: file ./plugins/upnp/ktupnpplugin.kcfg line 10 +-#: rc.cpp:817 ++#: rc.cpp:794 + #, no-c-format + msgid "Default UPnP device to use" + msgstr "Dispositivo UDP padrão para o uso" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 16 +-#: plugins/upnp/upnpplugin.cpp:46 plugins/upnp/upnpprefpage.cpp:31 rc.cpp:820 ++#: plugins/upnp/upnpplugin.cpp:46 plugins/upnp/upnpprefpage.cpp:31 rc.cpp:797 + #, no-c-format + msgid "UPnP" + msgstr "UPnP" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 35 +-#: rc.cpp:823 ++#: rc.cpp:800 + #, no-c-format + msgid "Detected devices:" + msgstr "Dispositivos detectados:" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 41 +-#: rc.cpp:826 ++#: rc.cpp:803 + #, no-c-format + msgid "Device" + msgstr "Dispositivo" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 52 +-#: rc.cpp:829 ++#: rc.cpp:806 + #, no-c-format + msgid "Ports Forwarded" + msgstr "Portas Encaminhadas" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 63 +-#: rc.cpp:832 ++#: rc.cpp:809 + #, no-c-format + msgid "WAN Connection" + msgstr "Conexão WAN" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 91 +-#: rc.cpp:835 ++#: rc.cpp:812 + #, no-c-format + msgid "Forw&ard Ports" + msgstr "Encaminh&ar Portas" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 99 +-#: rc.cpp:838 ++#: rc.cpp:815 + #, no-c-format + msgid "Undo Port Forwarding" + msgstr "Desfazer Encaminhamento de Portas" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 124 +-#: rc.cpp:841 ++#: rc.cpp:818 + #, no-c-format + msgid "Rescan" + msgstr "Re-escanear" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 9 +-#: rc.cpp:844 ++#: rc.cpp:821 + #, no-c-format + msgid "Enable scanning of folder1?" + msgstr "Habilitar escaneamento da pasta1?" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 14 +-#: rc.cpp:847 ++#: rc.cpp:824 + #, no-c-format + msgid "Enable scanning of folder2?" + msgstr "Habilitar escaneamento da pasta2?" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 19 +-#: rc.cpp:850 ++#: rc.cpp:827 + #, no-c-format + msgid "Enable scanning of folder3?" + msgstr "Habilitar escaneamento da pasta3?" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 24 +-#: rc.cpp:853 ++#: rc.cpp:830 + #, no-c-format + msgid "Folder1 path" + msgstr "Caminho da pasta1" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 29 +-#: rc.cpp:856 ++#: rc.cpp:833 + #, no-c-format + msgid "Folder2 path" + msgstr "Caminho da pasta2" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 34 +-#: rc.cpp:859 ++#: rc.cpp:836 + #, no-c-format + msgid "Folder3 path" + msgstr "Caminho da pasta3" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 39 +-#: rc.cpp:862 ++#: rc.cpp:839 + #, no-c-format + msgid "Whether to open torrent silently or not." + msgstr "Abrir o torrent silenciosamente ou não." + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 44 +-#: rc.cpp:865 ++#: rc.cpp:842 + #, no-c-format + msgid "Delete action checked." + msgstr "Ação de apagar verificada." + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 49 +-#: rc.cpp:868 ++#: rc.cpp:845 + #, no-c-format + msgid "Move action checked." + msgstr "Ação de mover verificada." + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 16 +-#: rc.cpp:871 ++#: rc.cpp:848 + #, no-c-format + msgid "ScanFolder Preferences" + msgstr "Preferências de Escanear Pasta" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 35 +-#: rc.cpp:874 ++#: rc.cpp:851 + #, no-c-format + msgid "Scan folder &1" + msgstr "Escanear pasta &1" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 38 +-#: rc.cpp:877 rc.cpp:1480 ++#: rc.cpp:854 rc.cpp:1424 + #, no-c-format + msgid "Alt+1" + msgstr "Alt+1" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 46 +-#: rc.cpp:880 ++#: rc.cpp:857 + #, no-c-format + msgid "Scan folder &2" + msgstr "Escanear pasta &2" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 49 +-#: rc.cpp:883 rc.cpp:1471 rc.cpp:1495 ++#: rc.cpp:860 rc.cpp:1415 rc.cpp:1439 + #, no-c-format + msgid "Alt+2" + msgstr "Alt+2" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 57 +-#: rc.cpp:886 ++#: rc.cpp:863 + #, no-c-format + msgid "Scan folder &3" + msgstr "Escanear pasta &3" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 60 +-#: rc.cpp:889 rc.cpp:1465 ++#: rc.cpp:866 rc.cpp:1409 + #, no-c-format + msgid "Alt+3" + msgstr "Alt+3" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 81 +-#: rc.cpp:895 ++#: rc.cpp:872 + #, no-c-format + msgid "Move to \"loaded\" directory &after loading" + msgstr "Mover para o diretório de \"carregados\" &após o carregamento" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 84 +-#: rc.cpp:898 ++#: rc.cpp:875 + #, no-c-format + msgid "Move torrent to \"loaded\" directory after loading it" + msgstr "Mover torrent para o diretório de \"carregados\" após carregá-lo" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 92 +-#: rc.cpp:901 ++#: rc.cpp:878 + #, no-c-format + msgid "Open torrents silentl&y" + msgstr "Abrir torrents silenc&iosamente" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 95 +-#: rc.cpp:904 ++#: rc.cpp:881 + #, fuzzy, no-c-format + msgid "Do not show 'Select files to download' dialog" + msgstr "Não mostrar o diálogo 'Selecionar arquivos para baixar'" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 103 +-#: rc.cpp:907 ++#: rc.cpp:884 + #, no-c-format + msgid "Delete after loadin&g" + msgstr "Apagar após carre&gar" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 106 +-#: rc.cpp:910 ++#: rc.cpp:887 + #, no-c-format + msgid "Deletes torrent after loading" + msgstr "Apaga o torrent após o carregamento" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 116 +-#: rc.cpp:913 ++#: rc.cpp:890 + #, no-c-format + msgid "Folders to scan" + msgstr "Pastas para escanear" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 151 +-#: rc.cpp:916 ++#: rc.cpp:893 + #, no-c-format + msgid "Folder 1:" + msgstr "Pasta 1:" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 162 +-#: rc.cpp:919 ++#: rc.cpp:896 + #, no-c-format + msgid "Folder 2:" + msgstr "Pasta 2:" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 173 +-#: rc.cpp:922 ++#: rc.cpp:899 + #, no-c-format + msgid "Folder 3:" + msgstr "Pasta 3:" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 30 +-#: rc.cpp:925 rc.cpp:1895 ++#: rc.cpp:902 rc.cpp:1838 + #, no-c-format + msgid "Search Preferences" + msgstr "Preferências de Busca" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 41 +-#: rc.cpp:928 ++#: rc.cpp:905 + #, no-c-format + msgid "Web Server" + msgstr "Servidor Web" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 82 +-#: rc.cpp:934 ++#: rc.cpp:911 + #, no-c-format + msgid "Forward port" + msgstr "Encaminhar porta" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 107 +-#: rc.cpp:937 ++#: rc.cpp:914 + #, no-c-format + msgid "Session TTL (in sec):" + msgstr "TTL da Sessão (em seg.):" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 142 +-#: rc.cpp:940 ++#: rc.cpp:917 + #, no-c-format + msgid "Select interface:" + msgstr "Selecionar interface:" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 173 +-#: rc.cpp:943 ++#: rc.cpp:920 + #, no-c-format + msgid "Username:" + msgstr "Nome de usuário:" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 188 +-#: rc.cpp:946 ++#: rc.cpp:923 + #, no-c-format + msgid "Change password ..." + msgstr "Alterar senha..." + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 206 +-#: rc.cpp:949 ++#: rc.cpp:926 + #, no-c-format + msgid "Php executable path:" + msgstr "Caminho do executável do php:" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 10 +-#: rc.cpp:953 ++#: rc.cpp:929 + #, no-c-format + msgid "Port number" + msgstr "Número da porta" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 15 +-#: rc.cpp:956 ++#: rc.cpp:932 + #, no-c-format + msgid "forward Port" + msgstr "encaminhar Porta" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 20 +-#: rc.cpp:959 ++#: rc.cpp:935 + #, no-c-format + msgid "Session time to live" + msgstr "Tempo para manter a sessão ativa" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 24 +-#: rc.cpp:962 ++#: rc.cpp:938 + #, no-c-format + msgid "interface skin" + msgstr "Skin de interface" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 28 +-#: rc.cpp:965 ++#: rc.cpp:941 + #, no-c-format + msgid "php executable path" + msgstr "Caminho do executável do php" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 33 +-#: rc.cpp:968 ++#: rc.cpp:944 + #, no-c-format + msgid "username" + msgstr "nomedousuário" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 37 +-#: rc.cpp:971 ++#: rc.cpp:947 + #, no-c-format + msgid "password" + msgstr "senha" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 16 +-#: plugins/infowidget/infowidgetplugin.cpp:194 rc.cpp:974 rc.cpp:1046 ++#: plugins/infowidget/infowidgetplugin.cpp:194 rc.cpp:950 rc.cpp:1010 + #, no-c-format + msgid "Chunks" + msgstr "Blocos" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 43 +-#: rc.cpp:977 ++#: rc.cpp:953 + #, no-c-format + msgid "Total:" + msgstr "Total:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 81 +-#: rc.cpp:981 ++#: rc.cpp:956 + #, no-c-format + msgid "Currently downloading:" + msgstr "Atualmente baixando:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 119 +-#: rc.cpp:985 ++#: rc.cpp:959 + #, no-c-format + msgid "Downloaded:" + msgstr "Baixados:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 157 +-#: rc.cpp:989 ++#: rc.cpp:962 + #, no-c-format + msgid "Excluded:" + msgstr "Excluídos:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 195 +-#: rc.cpp:993 ++#: rc.cpp:965 + #, no-c-format + msgid "Left:" + msgstr "Restando:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 233 +-#: rc.cpp:997 ++#: rc.cpp:968 + #, no-c-format + msgid "Size:" + msgstr "Tamanho:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 280 +-#: rc.cpp:1001 ++#: rc.cpp:971 + #, no-c-format + msgid "Chunk" + msgstr "Bloco" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 291 +-#: rc.cpp:1004 ++#: rc.cpp:974 + #, no-c-format + msgid "Progress" + msgstr "Progresso" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 302 +-#: rc.cpp:1007 ++#: rc.cpp:977 + #, no-c-format + msgid "Peer" + msgstr "Peer" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 324 +-#: rc.cpp:1013 ++#: rc.cpp:983 + #, no-c-format + msgid "Assigned Peers" + msgstr "Peers Designados" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 63 +-#: rc.cpp:1022 ++#: rc.cpp:992 + #, no-c-format + msgid "Seeders:" + msgstr "Semeadores:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 71 +-#: rc.cpp:1025 ++#: rc.cpp:995 + #, no-c-format + msgid "Leechers:" + msgstr "Leechers:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 129 +-#: rc.cpp:1030 ++#: rc.cpp:998 + #, no-c-format + msgid "Average Down Speed:" + msgstr "Velocidade Média de Down:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 177 +-#: rc.cpp:1035 ++#: rc.cpp:1001 + #, no-c-format + msgid "Average Up Speed:" + msgstr "Velocidade Média de Up:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 195 +-#: rc.cpp:1038 rc.cpp:1111 ++#: rc.cpp:1004 rc.cpp:1070 + #, no-c-format + msgid "Next update in:" + msgstr "Próxima atualização em:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 203 +-#: rc.cpp:1041 ++#: rc.cpp:1007 + #, no-c-format + msgid "Tracker Status:" + msgstr "Status do Tracker:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 332 +-#: rc.cpp:1049 ++#: rc.cpp:1013 + #, no-c-format + msgid "Parts of the torrent which have been downloaded:" + msgstr "Partes do torrent que já foram baixadas:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 367 +-#: rc.cpp:1052 ++#: rc.cpp:1016 + #, no-c-format + msgid "Parts of the torrent which are available:" + msgstr "Partes do torrent que estão disponíveis:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 457 +-#: rc.cpp:1055 ++#: rc.cpp:1019 + #, no-c-format + msgid "Sharing" + msgstr "Compartilhando" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 487 +-#: rc.cpp:1058 ++#: rc.cpp:1022 + #, no-c-format + msgid "" + "Your upload will stop when share ratio gets to this value. Zero means no limit." +@@ -2739,146 +2739,146 @@ msgstr "" + "Zero significa sem limite." + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 525 +-#: rc.cpp:1064 ++#: rc.cpp:1028 + #, no-c-format + msgid "Your upload will stop when you have uploaded for this many hours." + msgstr "" + "Seu upload irá parar quando você tiver enviado por esse número de horas." + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 533 +-#: rc.cpp:1067 ++#: rc.cpp:1031 + #, no-c-format + msgid "Hours" + msgstr "Horas" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 543 +-#: rc.cpp:1070 ++#: rc.cpp:1034 + #, no-c-format + msgid "Ratio limit:" + msgstr "Limite de taxa:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 549 +-#: rc.cpp:1074 ++#: rc.cpp:1037 + #, no-c-format + msgid "Limit works only in seed mode" + msgstr "O limite somente funciona ao semear" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 557 +-#: rc.cpp:1077 ++#: rc.cpp:1040 + #, no-c-format + msgid "Time &limit:" + msgstr "&Limite de tempo:" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 37 +-#: rc.cpp:1081 ++#: rc.cpp:1043 + #, no-c-format + msgid "&Update Tracker" + msgstr "At&ualizar Tracker" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 40 +-#: rc.cpp:1084 ++#: rc.cpp:1046 + #, no-c-format + msgid "Minimum update interval - 60 seconds" + msgstr "Intervalo de atualização mínimo - 60 segundos" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 48 +-#: rc.cpp:1087 ++#: rc.cpp:1049 + #, no-c-format + msgid "Add Trac&ker" + msgstr "Adicionar Trac&ker" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 64 +-#: rc.cpp:1090 ++#: rc.cpp:1052 + #, no-c-format + msgid "Remove Tracker" + msgstr "Remover Tracker" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 75 +-#: rc.cpp:1094 ++#: rc.cpp:1055 + #, no-c-format + msgid "Ch&ange Tracker" + msgstr "&Alterar Tracker" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 100 +-#: rc.cpp:1097 ++#: rc.cpp:1058 + #, no-c-format + msgid "Restore Defaults" + msgstr "Restaurar Padrões" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 10 +-#: rc.cpp:1115 ++#: rc.cpp:1073 + #, no-c-format + msgid "Show peer view tab in main window" + msgstr "Mostrar indicação de peer na janela principal" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 14 +-#: rc.cpp:1118 ++#: rc.cpp:1076 + #, no-c-format + msgid "Show chunk download view tab in main window" + msgstr "Mostrar indicação de baixa de bloco na janela principal" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 18 +-#: rc.cpp:1121 ++#: rc.cpp:1079 + #, no-c-format + msgid "Show trackers view tab in main window" + msgstr "Mostrar aba de visualização de trackers na janela principal" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 24 +-#: rc.cpp:1124 ++#: rc.cpp:1082 + #, no-c-format + msgid "Show list of peers" + msgstr "Mostrar lista de peers" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 35 +-#: rc.cpp:1128 ++#: rc.cpp:1085 + #, no-c-format + msgid "Show list of chunks currentl&y downloading" + msgstr "Mostrar lista dos blocos que estão &sendo baixados" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 60 +-#: rc.cpp:1131 ++#: rc.cpp:1088 + #, no-c-format + msgid "Show list of trackers" + msgstr "Mostrar lista dos trackers" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 16 +-#: rc.cpp:1135 ++#: rc.cpp:1091 + #, no-c-format + msgid "IPBlocking Preferences" + msgstr "Preferências do IPBlocking" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 47 +-#: rc.cpp:1138 ++#: rc.cpp:1094 + #, no-c-format + msgid "Select PeerGuardian Filter File " + msgstr "Selecionar o Arquivo de Filtro PeerGuardian " + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 58 +-#: rc.cpp:1141 ++#: rc.cpp:1097 + #, no-c-format + msgid "Use PeerGuardian filter?" + msgstr "Usar filtro PeerGuardian?" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 77 +-#: rc.cpp:1145 ++#: rc.cpp:1100 + #, no-c-format + msgid "IP filter file:" + msgstr "Arquivo do filtro de IP:" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 85 +-#: rc.cpp:1148 ++#: rc.cpp:1103 + #, no-c-format + msgid "http://www.bluetack.co.uk/modules.php?name=Downloads&d_op=getit&lid=8" + msgstr "http://www.bluetack.co.uk/modules.php?name=Downloads&d_op=getit&lid=8" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 123 +-#: rc.cpp:1151 ++#: rc.cpp:1106 + #, no-c-format + msgid "Dow&nload/Convert" + msgstr "Bai&xar/Converter" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 134 +-#: rc.cpp:1154 ++#: rc.cpp:1109 + #, no-c-format + msgid "" + "Download PeerGuardian filter from bluetack.co.uk or blocklist.org.\n" +@@ -2888,25 +2888,25 @@ msgstr "" + "ATENÇÃO: arquivos ZIP de bluetack.co.uk são suportados." + + #. i18n: file ./plugins/ipfilter/ktipfilterplugin.kcfg line 10 +-#: rc.cpp:1159 ++#: rc.cpp:1113 + #, no-c-format + msgid "Level1 filter url" + msgstr "Filtro de URL nível1" + + #. i18n: file ./plugins/ipfilter/ktipfilterplugin.kcfg line 14 +-#: rc.cpp:1162 ++#: rc.cpp:1116 + #, no-c-format + msgid "Use level1 filter?" + msgstr "Usar filtro de URL nível1?" + + #. i18n: file ./plugins/ipfilter/convert_dlg.ui line 24 +-#: plugins/ipfilter/convertdialog.cpp:155 rc.cpp:1165 ++#: plugins/ipfilter/convertdialog.cpp:155 rc.cpp:1119 + #, no-c-format + msgid "Converting..." + msgstr "Convertendo..." + + #. i18n: file ./plugins/ipfilter/convert_dlg.ui line 41 +-#: rc.cpp:1168 ++#: rc.cpp:1122 + #, fuzzy, no-c-format + msgid "" + "Click on the 'convert' button to start converting antip2p file. NOTE: This " +@@ -2918,61 +2918,61 @@ msgstr "" + "tempo, você não será capaz de usar o KTorrent." + + #. i18n: file ./plugins/stats/sprefwgt.ui line 27 +-#: rc.cpp:1179 ++#: rc.cpp:1131 + #, no-c-format + msgid "Update" + msgstr "Atualizar" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 46 +-#: rc.cpp:1182 rc.cpp:1268 ++#: rc.cpp:1134 rc.cpp:1220 + #, no-c-format + msgid "Update charts every" + msgstr "Atualizar gráficos a cada" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 71 +-#: rc.cpp:1185 ++#: rc.cpp:1137 + #, no-c-format + msgid "GUI updates" + msgstr "Atualizações da interface" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 92 +-#: rc.cpp:1188 rc.cpp:1271 ++#: rc.cpp:1140 rc.cpp:1223 + #, no-c-format + msgid "Gather data every" + msgstr "Coletar dados a cada" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 120 +-#: rc.cpp:1191 ++#: rc.cpp:1143 + #, no-c-format + msgid "miliseconds" + msgstr "milisegundos" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 135 +-#: rc.cpp:1194 ++#: rc.cpp:1146 + #, no-c-format + msgid "Maximum" + msgstr "Máxima" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 154 +-#: rc.cpp:1197 ++#: rc.cpp:1149 + #, no-c-format + msgid "Maximum speed scale mode:" + msgstr "Modo de escala da velocidade máxima:" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 165 +-#: rc.cpp:1203 ++#: rc.cpp:1155 + #, no-c-format + msgid "Exact" + msgstr "Exato" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 175 +-#: rc.cpp:1206 ++#: rc.cpp:1158 + #, no-c-format + msgid "See 'What's this' for more help" + msgstr "Veja 'O que é isso' para mais ajuda" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 180 +-#: rc.cpp:1209 ++#: rc.cpp:1161 + #, no-c-format + msgid "" + "Set maximum value on OY scale as:\n" +@@ -2984,164 +2984,164 @@ msgstr "" + "-Exato: Velocidade máxima alcançada, visível no gráfico" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 192 +-#: rc.cpp:1214 rc.cpp:1247 ++#: rc.cpp:1166 rc.cpp:1199 + #, no-c-format + msgid "Peers speed" + msgstr "Velocidade dos peers" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 211 +-#: rc.cpp:1217 ++#: rc.cpp:1169 + #, no-c-format + msgid "Peers speed:" + msgstr "Velocidade dos peers:" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 222 +-#: rc.cpp:1220 ++#: rc.cpp:1172 + #, no-c-format + msgid "update every" + msgstr "atualizar a cada" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 244 +-#: rc.cpp:1223 ++#: rc.cpp:1175 + #, no-c-format + msgid "chart data updates" + msgstr "atualizações dos dados do gráfico" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 254 +-#: rc.cpp:1226 ++#: rc.cpp:1178 + #, no-c-format + msgid "Gathering data about many connected peers can be CPU consuming." + msgstr "" + "Coletar dados sobre muitos peers conectados pode consumir bastante CPU." + + #. i18n: file ./plugins/stats/sprefwgt.ui line 267 +-#: rc.cpp:1229 ++#: rc.cpp:1181 + #, no-c-format + msgid "Peers connections" + msgstr "Conexões dos peers" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 270 +-#: rc.cpp:1232 ++#: rc.cpp:1184 + #, no-c-format + msgid "Large values can obscure charts of connected peers" + msgstr "Valores altos podem ocultar os gráficos de peers conectados" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 289 +-#: rc.cpp:1235 ++#: rc.cpp:1187 + #, no-c-format + msgid "Show seeders in swarms" + msgstr "Mostrar semeadores em swarms" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 297 +-#: rc.cpp:1238 ++#: rc.cpp:1190 + #, no-c-format + msgid "Show leechers in swarms" + msgstr "Mostrar leechers em swarms" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 309 +-#: rc.cpp:1241 ++#: rc.cpp:1193 + #, no-c-format + msgid "Measurements count" + msgstr "Medidas de contagem" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 392 +-#: rc.cpp:1250 rc.cpp:1265 ++#: rc.cpp:1202 rc.cpp:1217 + #, no-c-format + msgid "Upload" + msgstr "Upload" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 424 +-#: rc.cpp:1253 ++#: rc.cpp:1205 + #, no-c-format + msgid "Connections" + msgstr "Conexões" + + #. i18n: file ./plugins/stats/statsspdwgt.ui line 40 +-#: plugins/infowidget/infowidgetplugin.cpp:173 rc.cpp:1262 rc.cpp:1304 ++#: plugins/infowidget/infowidgetplugin.cpp:173 rc.cpp:1214 rc.cpp:1256 + #, no-c-format + msgid "Peers" + msgstr "Peers" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 18 +-#: rc.cpp:1274 ++#: rc.cpp:1226 + #, no-c-format + msgid "Toggle peers speed charts" + msgstr "Mostrar gráficos de velocidade" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 22 +-#: rc.cpp:1277 ++#: rc.cpp:1229 + #, no-c-format + msgid "Interval between getting data about peers speed" + msgstr "Intervalo entre a obtenção dos dados sobre a velocidade dos peers" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 26 +-#: rc.cpp:1280 ++#: rc.cpp:1232 + #, no-c-format + msgid "Toggle drawing of leechers in swarms" + msgstr "Mostrar leechers em swarms" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 30 +-#: rc.cpp:1283 ++#: rc.cpp:1235 + #, no-c-format + msgid "Toggle drawing of seeders in swarms" + msgstr "Mostrar semeadores em swarms" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 35 +-#: rc.cpp:1286 ++#: rc.cpp:1238 + #, no-c-format + msgid "Download mesurments count" + msgstr "Medidas de contagem de download" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 39 +-#: rc.cpp:1289 ++#: rc.cpp:1241 + #, no-c-format + msgid "Peers speed mesurments count" + msgstr "Medidas de contagem da velocidade dos peers" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 43 +-#: rc.cpp:1292 ++#: rc.cpp:1244 + #, no-c-format + msgid "Upload mesurments count" + msgstr "Medidas de contagem do upload" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 47 +-#: rc.cpp:1295 ++#: rc.cpp:1247 + #, no-c-format + msgid "Connections mesurments count" + msgstr "Medidas de contagem de conexões" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 51 +-#: rc.cpp:1298 ++#: rc.cpp:1250 + #, no-c-format + msgid "DHT mesurments count" + msgstr "Medidas de contagem do DHT" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 56 +-#: rc.cpp:1301 ++#: rc.cpp:1253 + #, no-c-format + msgid "OY axis max mode" + msgstr "Modo máx. do eixo OY" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 16 +-#: rc.cpp:1310 ++#: rc.cpp:1262 + #, no-c-format + msgid "Import an existing download" + msgstr "Importar um download existente" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 49 +-#: rc.cpp:1313 ++#: rc.cpp:1265 + #, no-c-format + msgid "Torrent:" + msgstr "Torrent:" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 63 +-#: rc.cpp:1316 ++#: rc.cpp:1268 + #, no-c-format + msgid "Data:" + msgstr "Dados:" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 95 +-#: rc.cpp:1319 ++#: rc.cpp:1271 + #, no-c-format + msgid "" + "Please specify the torrent and the data already downloaded for that torrent." +@@ -3150,684 +3150,684 @@ msgstr "" + "torrent." + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 133 +-#: rc.cpp:1322 ++#: rc.cpp:1274 + #, no-c-format + msgid "&Import" + msgstr "&Importar" + + #. i18n: file ./plugins/rssfeed/ktrssfeedplugin.kcfg line 10 +-#: rc.cpp:1328 ++#: rc.cpp:1280 + #, no-c-format + msgid "default" + msgstr "padrão" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 18 +-#: rc.cpp:1331 ++#: rc.cpp:1283 + #, no-c-format + msgid "Rss Feeds" + msgstr "Feeds Rss" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 36 +-#: rc.cpp:1334 ++#: rc.cpp:1286 + #, no-c-format + msgid "Feeds" + msgstr "Feeds" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 78 +-#: rc.cpp:1337 ++#: rc.cpp:1289 + #, no-c-format + msgid "De&lete" + msgstr "Apa&gar" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 86 +-#: rc.cpp:1340 rc.cpp:1382 rc.cpp:1392 ++#: rc.cpp:1292 rc.cpp:1331 rc.cpp:1340 + #, no-c-format + msgid "&New" + msgstr "&Novo" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 117 +-#: rc.cpp:1343 ++#: rc.cpp:1295 + #, no-c-format + msgid "&URL" + msgstr "&URL:" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 139 +-#: rc.cpp:1346 ++#: rc.cpp:1298 + #, no-c-format + msgid "Articles" + msgstr "Artigos" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 216 +-#: rc.cpp:1353 ++#: rc.cpp:1304 + #, no-c-format + msgid "Auto&refresh" + msgstr "Atualização a&utomática" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 242 +-#: rc.cpp:1356 ++#: rc.cpp:1307 + #, no-c-format + msgid "I&gnore TTL" + msgstr "I&gnorar TTL" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 270 +-#: rc.cpp:1359 ++#: rc.cpp:1310 + #, no-c-format + msgid "Refresh" + msgstr "Atualizar" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 299 +-#: rc.cpp:1363 rc.cpp:1395 ++#: rc.cpp:1313 rc.cpp:1343 + #, no-c-format + msgid "&Title" + msgstr "&Título" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 323 +-#: rc.cpp:1366 ++#: rc.cpp:1316 + #, no-c-format + msgid "Keep Articles (days)" + msgstr "Manter Artigos (dias)" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 347 +-#: rc.cpp:1369 rc.cpp:1398 ++#: rc.cpp:1319 rc.cpp:1346 + #, no-c-format + msgid "&Active" + msgstr "&Ativo" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 362 +-#: rc.cpp:1372 ++#: rc.cpp:1322 + #, no-c-format + msgid "Filters" + msgstr "Filtros" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 389 +-#: rc.cpp:1375 ++#: rc.cpp:1325 + #, no-c-format + msgid "Accept Filters" + msgstr "Aceitar Filtros" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 440 +-#: rc.cpp:1385 ++#: rc.cpp:1334 + #, no-c-format + msgid "Reject Filters" + msgstr "Rejeitar Filtros" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 557 +-#: rc.cpp:1401 ++#: rc.cpp:1349 + #, no-c-format + msgid "Regular Expressions" + msgstr "Expressões Comuns" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 587 +-#: rc.cpp:1404 ++#: rc.cpp:1352 + #, no-c-format + msgid "Treat as &Series" + msgstr "Tratar como %Séries" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 624 +-#: rc.cpp:1407 ++#: rc.cpp:1355 + #, no-c-format + msgid "Process" + msgstr "Processo" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 643 +-#: rc.cpp:1411 ++#: rc.cpp:1358 + #, no-c-format + msgid "Series Criteria" + msgstr "Critério das Séries" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 679 +-#: rc.cpp:1414 ++#: rc.cpp:1361 + #, no-c-format + msgid "Match Without Episode" + msgstr "Coincidir Sem Episódio" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 713 +-#: rc.cpp:1418 ++#: rc.cpp:1364 + #, no-c-format + msgid "Max Episode" + msgstr "Episódio Máx." + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 739 +-#: rc.cpp:1421 ++#: rc.cpp:1367 + #, no-c-format + msgid "Max Season" + msgstr "Temporada Máx." + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 758 +-#: rc.cpp:1424 ++#: rc.cpp:1370 + #, no-c-format + msgid "Min Season" + msgstr "Temporada Mín." + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 782 +-#: rc.cpp:1427 ++#: rc.cpp:1373 + #, no-c-format + msgid "Min Episode" + msgstr "Episódio Mín." + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 814 +-#: rc.cpp:1430 ++#: rc.cpp:1376 + #, no-c-format + msgid "Test te&xt" + msgstr "Testar te&xto" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 840 +-#: rc.cpp:1433 ++#: rc.cpp:1379 + #, no-c-format + msgid "Te&st" + msgstr "Te&star" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 858 +-#: rc.cpp:1436 ++#: rc.cpp:1382 + #, no-c-format + msgid "Filter Matches" + msgstr "Filtrar Coincidências" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 28 +-#: rc.cpp:1447 ++#: rc.cpp:1391 + #, no-c-format + msgid "Bandwidth scheduler" + msgstr "Agendador de largura de banda" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 50 +-#: rc.cpp:1450 ++#: rc.cpp:1394 + #, no-c-format + msgid "Left click category" + msgstr "Categoria do clique esquerdo" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 61 +-#: rc.cpp:1453 ++#: rc.cpp:1397 + #, no-c-format + msgid "Categor&y 1" + msgstr "Categor&ia 1" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 157 +-#: rc.cpp:1456 rc.cpp:1483 ++#: rc.cpp:1400 rc.cpp:1427 + #, no-c-format + msgid "T&urn off" + msgstr "Des&ligar" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 165 +-#: rc.cpp:1459 rc.cpp:1486 ++#: rc.cpp:1403 rc.cpp:1430 + #, no-c-format + msgid "&Normal" + msgstr "&Normal" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 195 +-#: rc.cpp:1462 ++#: rc.cpp:1406 + #, no-c-format + msgid "Category &3" + msgstr "Categoria &3" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 206 +-#: rc.cpp:1468 rc.cpp:1492 ++#: rc.cpp:1412 rc.cpp:1436 + #, no-c-format + msgid "Category &2" + msgstr "Categoria &2" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 219 +-#: rc.cpp:1474 ++#: rc.cpp:1418 + #, no-c-format + msgid "Right click category" + msgstr "Categoria do clique direito" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 230 +-#: rc.cpp:1477 ++#: rc.cpp:1421 + #, no-c-format + msgid "Category &1" + msgstr "Categoria &1" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 367 +-#: rc.cpp:1489 ++#: rc.cpp:1433 + #, no-c-format + msgid "&Category 3" + msgstr "&Categoria 3" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 390 +-#: rc.cpp:1498 ++#: rc.cpp:1442 + #, no-c-format + msgid "Categories" + msgstr "Categorias" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 401 +-#: rc.cpp:1501 ++#: rc.cpp:1445 + #, no-c-format + msgid "1. Category" + msgstr "1. Categoria" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 409 +-#: rc.cpp:1504 ++#: rc.cpp:1448 + #, no-c-format + msgid "3. Category" + msgstr "3. Categoria" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 425 +-#: rc.cpp:1507 rc.cpp:1516 rc.cpp:1525 ++#: rc.cpp:1451 rc.cpp:1460 rc.cpp:1469 + #, no-c-format + msgid "download:" + msgstr "baixar:" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 441 +-#: rc.cpp:1510 rc.cpp:1519 rc.cpp:1528 ++#: rc.cpp:1454 rc.cpp:1463 rc.cpp:1472 + #, no-c-format + msgid "upload:" + msgstr "enviar:" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 457 +-#: rc.cpp:1513 rc.cpp:1522 rc.cpp:1531 ++#: rc.cpp:1457 rc.cpp:1466 rc.cpp:1475 + #, no-c-format + msgid "KB/s *" + msgstr "KB/s *" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 567 +-#: rc.cpp:1534 ++#: rc.cpp:1478 + #, no-c-format + msgid "2. Category" + msgstr "2. Categoria" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 626 +-#: rc.cpp:1538 ++#: rc.cpp:1481 + #, no-c-format + msgid "* zero means no limit" + msgstr "* zero corresponde à sem limite" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 672 +-#: rc.cpp:1541 ++#: rc.cpp:1484 + #, no-c-format + msgid "Save to file" + msgstr "Salvar para arquivo" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 680 +-#: rc.cpp:1544 ++#: rc.cpp:1487 + #, no-c-format + msgid "&Load from file" + msgstr "&Carregar do arquivo" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 688 +-#: rc.cpp:1547 ++#: rc.cpp:1490 + #, no-c-format + msgid "Reset schedule" + msgstr "Resetar agendamento" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 751 +-#: rc.cpp:1550 ++#: rc.cpp:1493 + #, no-c-format + msgid "O&k" + msgstr "O&k" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 16 +-#: rc.cpp:1559 ++#: rc.cpp:1502 + #, no-c-format + msgid "Scheduler Plugin Pref Page" + msgstr "Página de Preferências do Plugin de Agendamento" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 27 +-#: rc.cpp:1562 ++#: rc.cpp:1505 + #, no-c-format + msgid "Use &bandwidth scheduler?" + msgstr "Usar agendador de largura de &banda?" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 35 +-#: plugins/scheduler/schedulerplugin.cpp:59 rc.cpp:1565 ++#: plugins/scheduler/schedulerplugin.cpp:59 rc.cpp:1508 + #, no-c-format + msgid "Bandwidth Scheduler" + msgstr "Agendador de Largura de Banda" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 46 +-#: rc.cpp:1568 ++#: rc.cpp:1511 + #, no-c-format + msgid "Use colors instead of pi&xmaps?" + msgstr "Usar cores ao invés de mapas de pí&xels?" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 54 +-#: rc.cpp:1571 ++#: rc.cpp:1514 + #, no-c-format + msgid "(Recommended for slower systems)" + msgstr "(Recomendado para sistemas mais lentos)" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 62 +-#: rc.cpp:1574 ++#: rc.cpp:1517 + #, no-c-format + msgid "Edit s&chedule" + msgstr "Editar &agendamento" + + #. i18n: file ./plugins/scheduler/ktschedulerplugin.kcfg line 10 +-#: rc.cpp:1577 ++#: rc.cpp:1520 + #, no-c-format + msgid "Enable bandwidth scheduler?" + msgstr "Habilitar agendador de largura de banda?" + + #. i18n: file ./plugins/scheduler/ktschedulerplugin.kcfg line 14 +-#: rc.cpp:1580 ++#: rc.cpp:1523 + #, no-c-format + msgid "Use colors instead of pixmaps?" + msgstr "Usar cores ao invés de mapas de píxels?" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 10 +-#: rc.cpp:1583 ++#: rc.cpp:1526 + #, no-c-format + msgid "Use rich log text" + msgstr "Usar texto formatado para o log" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 15 +-#: rc.cpp:1586 ++#: rc.cpp:1529 + #, no-c-format + msgid "General info messages flag" + msgstr "Sinal geral das mensagens com informações" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 19 +-#: rc.cpp:1589 ++#: rc.cpp:1532 + #, no-c-format + msgid "Connections messages flag" + msgstr "Sinal das mensagens de conexões" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 23 +-#: rc.cpp:1592 ++#: rc.cpp:1535 + #, no-c-format + msgid "DHT messages flag" + msgstr "Sinal das mensagens do DHT" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 27 +-#: rc.cpp:1595 ++#: rc.cpp:1538 + #, no-c-format + msgid "Tracker info messages flag" + msgstr "Sinal das mensagens de informações do tracker" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 31 +-#: rc.cpp:1598 ++#: rc.cpp:1541 + #, no-c-format + msgid "Disk IO info messages flag" + msgstr "Sinal das informações de IO de disco" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 35 +-#: rc.cpp:1601 ++#: rc.cpp:1544 + #, no-c-format + msgid "IPFilter plugin messages flag" + msgstr "Sinal das mensagens do plugin IPFilter" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 39 +-#: rc.cpp:1604 ++#: rc.cpp:1547 + #, no-c-format + msgid "Search plugin messages flag" + msgstr "Sinal das mensagens do plugin de busca" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 43 +-#: rc.cpp:1607 ++#: rc.cpp:1550 + #, no-c-format + msgid "PartFileImport plugin messages flag" + msgstr "Sinal das mensagens do plugin PartFileImport" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 47 +-#: rc.cpp:1610 ++#: rc.cpp:1553 + #, no-c-format + msgid "InfoWidget plugin messages flag" + msgstr "Sinal das mensagens do plugin InfoWidget" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 51 +-#: rc.cpp:1613 ++#: rc.cpp:1556 + #, no-c-format + msgid "UPnP plugin messages flag" + msgstr "Sinal das mensagens do plugin UPnP" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 55 +-#: rc.cpp:1616 ++#: rc.cpp:1559 + #, no-c-format + msgid "ScanFolder plugin messages flag" + msgstr "Sinal das mensagens do plugin Escanear Pasta" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 59 +-#: rc.cpp:1619 ++#: rc.cpp:1562 + #, no-c-format + msgid "Scheduler plugin messages flag" + msgstr "Sinal das mensagens do plugin de Agendamento" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 63 +-#: rc.cpp:1622 ++#: rc.cpp:1565 + #, no-c-format + msgid "RSS plugin messages flag" + msgstr "Sinal das mensagens do plugin RSS" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 67 +-#: rc.cpp:1625 ++#: rc.cpp:1568 + #, no-c-format + msgid "WebInterface plugin messages flag" + msgstr "Sinal das mensagens do plugin WebInterface" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 16 +-#: plugins/logviewer/logprefpage.cpp:31 rc.cpp:1628 ++#: plugins/logviewer/logprefpage.cpp:31 rc.cpp:1571 + #, no-c-format + msgid "LogViewer Options" + msgstr "Opções do LogViewer" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 44 +-#: libktorrent/pluginmanagerprefpage.cpp:63 rc.cpp:1631 ++#: libktorrent/pluginmanagerprefpage.cpp:63 rc.cpp:1574 + #, no-c-format + msgid "Plugins" + msgstr "Plugins" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 53 +-#: rc.cpp:1634 rc.cpp:1652 rc.cpp:1670 rc.cpp:1691 rc.cpp:1706 rc.cpp:1724 +-#: rc.cpp:1745 rc.cpp:1763 rc.cpp:1778 rc.cpp:1811 rc.cpp:1826 rc.cpp:1841 +-#: rc.cpp:1859 rc.cpp:1874 ++#: rc.cpp:1577 rc.cpp:1595 rc.cpp:1613 rc.cpp:1634 rc.cpp:1649 rc.cpp:1667 ++#: rc.cpp:1688 rc.cpp:1706 rc.cpp:1721 rc.cpp:1754 rc.cpp:1769 rc.cpp:1784 ++#: rc.cpp:1802 rc.cpp:1817 + #, no-c-format + msgid "All" + msgstr "Todas" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 58 +-#: rc.cpp:1637 rc.cpp:1655 rc.cpp:1673 rc.cpp:1694 rc.cpp:1709 rc.cpp:1727 +-#: rc.cpp:1748 rc.cpp:1766 rc.cpp:1781 rc.cpp:1814 rc.cpp:1829 rc.cpp:1844 +-#: rc.cpp:1862 rc.cpp:1877 ++#: rc.cpp:1580 rc.cpp:1598 rc.cpp:1616 rc.cpp:1637 rc.cpp:1652 rc.cpp:1670 ++#: rc.cpp:1691 rc.cpp:1709 rc.cpp:1724 rc.cpp:1757 rc.cpp:1772 rc.cpp:1787 ++#: rc.cpp:1805 rc.cpp:1820 + #, no-c-format + msgid "Debug" + msgstr "Depuração" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 63 +-#: rc.cpp:1640 rc.cpp:1658 rc.cpp:1676 rc.cpp:1697 rc.cpp:1712 rc.cpp:1730 +-#: rc.cpp:1751 rc.cpp:1769 rc.cpp:1784 rc.cpp:1817 rc.cpp:1832 rc.cpp:1847 +-#: rc.cpp:1865 rc.cpp:1880 ++#: rc.cpp:1583 rc.cpp:1601 rc.cpp:1619 rc.cpp:1640 rc.cpp:1655 rc.cpp:1673 ++#: rc.cpp:1694 rc.cpp:1712 rc.cpp:1727 rc.cpp:1760 rc.cpp:1775 rc.cpp:1790 ++#: rc.cpp:1808 rc.cpp:1823 + #, no-c-format + msgid "Notice" + msgstr "Notificações" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 68 +-#: rc.cpp:1643 rc.cpp:1661 rc.cpp:1679 rc.cpp:1700 rc.cpp:1715 rc.cpp:1733 +-#: rc.cpp:1754 rc.cpp:1772 rc.cpp:1787 rc.cpp:1820 rc.cpp:1835 rc.cpp:1850 +-#: rc.cpp:1868 rc.cpp:1883 ++#: rc.cpp:1586 rc.cpp:1604 rc.cpp:1622 rc.cpp:1643 rc.cpp:1658 rc.cpp:1676 ++#: rc.cpp:1697 rc.cpp:1715 rc.cpp:1730 rc.cpp:1763 rc.cpp:1778 rc.cpp:1793 ++#: rc.cpp:1811 rc.cpp:1826 + #, no-c-format + msgid "Important" + msgstr "Importantes" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 73 +-#: rc.cpp:1646 rc.cpp:1664 rc.cpp:1682 rc.cpp:1703 rc.cpp:1718 rc.cpp:1736 +-#: rc.cpp:1757 rc.cpp:1775 rc.cpp:1790 rc.cpp:1823 rc.cpp:1838 rc.cpp:1853 +-#: rc.cpp:1871 rc.cpp:1886 ++#: rc.cpp:1589 rc.cpp:1607 rc.cpp:1625 rc.cpp:1646 rc.cpp:1661 rc.cpp:1679 ++#: rc.cpp:1700 rc.cpp:1718 rc.cpp:1733 rc.cpp:1766 rc.cpp:1781 rc.cpp:1796 ++#: rc.cpp:1814 rc.cpp:1829 + #, no-c-format + msgid "None" + msgstr "Nenhuma" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 85 +-#: rc.cpp:1649 ++#: rc.cpp:1592 + #, no-c-format + msgid "IPFilter:" + msgstr "FiltroIP:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 126 +-#: rc.cpp:1667 ++#: rc.cpp:1610 + #, no-c-format + msgid "Search:" + msgstr "Busca:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 167 +-#: rc.cpp:1685 ++#: rc.cpp:1628 + #, no-c-format + msgid "UPnP:" + msgstr "UPnP:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 178 +-#: rc.cpp:1688 ++#: rc.cpp:1631 + #, no-c-format + msgid "ScanFolder:" + msgstr "EscanearPasta:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 249 +-#: rc.cpp:1721 ++#: rc.cpp:1664 + #, no-c-format + msgid "Scheduler:" + msgstr "Agendamento:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 290 +-#: rc.cpp:1739 ++#: rc.cpp:1682 + #, no-c-format + msgid "PartFileImport:" + msgstr "PartFileImport:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 301 +-#: rc.cpp:1742 ++#: rc.cpp:1685 + #, no-c-format + msgid "InfoWidget:" + msgstr "InfoWidget:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 342 +-#: rc.cpp:1760 ++#: rc.cpp:1703 + #, no-c-format + msgid "RSS plugin:" + msgstr "Plugin RSS:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 413 +-#: rc.cpp:1793 ++#: rc.cpp:1736 + #, no-c-format + msgid "WebInterface plugin:" + msgstr "Plugin Webinterface: " + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 426 +-#: rc.cpp:1796 ++#: rc.cpp:1739 + #, no-c-format + msgid "System" + msgstr "Sistema" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 437 +-#: rc.cpp:1799 ++#: rc.cpp:1742 + #, no-c-format + msgid "General:" + msgstr "Geral:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 445 +-#: rc.cpp:1802 ++#: rc.cpp:1745 + #, no-c-format + msgid "Connections:" + msgstr "Conexões:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 559 +-#: rc.cpp:1856 ++#: rc.cpp:1799 + #, no-c-format + msgid "Disk I/O:" + msgstr "I/O de Disco:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 640 +-#: rc.cpp:1892 ++#: rc.cpp:1835 + #, no-c-format + msgid "Use rich te&xt for log" + msgstr "Usar te&xto formatado para o log" + + #. i18n: file ./plugins/search/searchpref.ui line 41 +-#: rc.cpp:1898 ++#: rc.cpp:1841 + #, no-c-format + msgid "External Browser" + msgstr "Navegador Externo" + + #. i18n: file ./plugins/search/searchpref.ui line 52 +-#: rc.cpp:1901 ++#: rc.cpp:1844 + #, no-c-format + msgid "Open searches in external browser" + msgstr "Abrir resultados da busca no navegador externo" + + #. i18n: file ./plugins/search/searchpref.ui line 60 +-#: rc.cpp:1904 rc.cpp:1955 ++#: rc.cpp:1847 rc.cpp:1892 + #, no-c-format + msgid "Use default browser" + msgstr "Usar navegador padrão" + + #. i18n: file ./plugins/search/searchpref.ui line 79 +-#: rc.cpp:1908 ++#: rc.cpp:1850 + #, no-c-format + msgid "Custom browser path:" + msgstr "Caminho do navegador personlizado:" + + #. i18n: file ./plugins/search/searchpref.ui line 116 +-#: rc.cpp:1912 ++#: rc.cpp:1853 + #, no-c-format + msgid "Search Engines" + msgstr "Mecanismos de Busca:" + + #. i18n: file ./plugins/search/searchpref.ui line 143 +-#: rc.cpp:1916 ++#: rc.cpp:1856 + #, no-c-format + msgid "Search engine name:" + msgstr "Nome do mecanismo de busca:" + + #. i18n: file ./plugins/search/searchpref.ui line 187 +-#: rc.cpp:1922 ++#: rc.cpp:1862 + #, no-c-format + msgid "&Add" + msgstr "&Adicionar" + + #. i18n: file ./plugins/search/searchpref.ui line 195 +-#: rc.cpp:1925 ++#: rc.cpp:1865 + #, no-c-format + msgid "Engines" + msgstr "Mecanismos" + + #. i18n: file ./plugins/search/searchpref.ui line 206 +-#: rc.cpp:1928 ++#: rc.cpp:1868 + #, no-c-format + msgid "URL" + msgstr "URL" + + #. i18n: file ./plugins/search/searchpref.ui line 257 +-#: rc.cpp:1934 ++#: rc.cpp:1874 + #, no-c-format + msgid "R&emove All" + msgstr "R&emover Todos" + + #. i18n: file ./plugins/search/searchpref.ui line 282 +-#: rc.cpp:1937 ++#: rc.cpp:1877 + #, no-c-format + msgid "Add Defau<" + msgstr "Adicionar Pad&rão" + + #. i18n: file ./plugins/search/searchpref.ui line 290 +-#: rc.cpp:1940 ++#: rc.cpp:1880 + #, no-c-format + msgid "Update From Internet" + msgstr "Atualizar da Internet" + + #. i18n: file ./plugins/search/searchbar.ui line 53 + #: plugins/search/searchplugin.cpp:50 plugins/search/searchtab.cpp:48 +-#: rc.cpp:1946 ++#: rc.cpp:1883 + #, no-c-format + msgid "Search" + msgstr "Buscar" + + #. i18n: file ./plugins/search/searchbar.ui line 78 +-#: rc.cpp:1949 ++#: rc.cpp:1886 + #, no-c-format + msgid "Search engine:" + msgstr "Mecanismo de busca:" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 10 +-#: rc.cpp:1952 ++#: rc.cpp:1889 + #, no-c-format + msgid "Current search engine" + msgstr "Mecanismo de busca atual" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 19 +-#: rc.cpp:1958 ++#: rc.cpp:1895 + #, no-c-format + msgid "Use custom browser" + msgstr "Usar navegador personalizado" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 23 +-#: rc.cpp:1961 ++#: rc.cpp:1898 + #, no-c-format + msgid "Custom browser executable path" + msgstr "Caminho do executável do navegador personalizado" +@@ -4117,7 +4117,7 @@ msgstr "Verificando dados" + msgid "Stopped. No space left on device." + msgstr "Parado. Nenhum espaço restando no dispositivo." + +-#: libktorrent/torrent/queuemanager.cpp:135 ++#: libktorrent/torrent/queuemanager.cpp:136 + msgid "" + "You don't have enough disk space to download this torrent. Are you sure you " + "want to continue?" +@@ -4125,12 +4125,12 @@ msgstr "" + "Você não possui espaço suficiente no disco para baixar este torrent. Tem " + "certeza que deseja continuar?" + +-#: libktorrent/torrent/queuemanager.cpp:135 ++#: libktorrent/torrent/queuemanager.cpp:136 + #, c-format + msgid "Insufficient disk space for %1" + msgstr "Espaço em disco insuficiente para %1" + +-#: libktorrent/torrent/queuemanager.cpp:157 ++#: libktorrent/torrent/queuemanager.cpp:158 + msgid "" + "Torrent \"%1\" has reached its maximum share ratio. Ignore the limit and start " + "seeding anyway?" +@@ -4138,16 +4138,16 @@ msgstr "" + "O torrent \"%1\" atingiu sua proporção de compartilhamento máxima. Ignorar o " + "limite e começar a semear assim mesmo?" + +-#: libktorrent/torrent/queuemanager.cpp:157 ++#: libktorrent/torrent/queuemanager.cpp:158 + msgid "Maximum share ratio limit reached." + msgstr "Limite máximo da proporção de compartilhamento atingido." + +-#: libktorrent/torrent/queuemanager.cpp:236 +-#: libktorrent/torrent/queuemanager.cpp:760 ++#: libktorrent/torrent/queuemanager.cpp:237 ++#: libktorrent/torrent/queuemanager.cpp:763 + msgid "Error stopping torrent %1 : %2" + msgstr "Erro ao parar o torrent %1 : %2" + +-#: libktorrent/torrent/queuemanager.cpp:742 ++#: libktorrent/torrent/queuemanager.cpp:745 + msgid "Error starting torrent %1 : %2" + msgstr "Erro ao iniciar o torrent %1 : %2" + +diff --git a/translations/ru/messages/ktorrent.po b/translations/ru/messages/ktorrent.po +index f983a25..5d4212e 100644 +--- a/translations/ru/messages/ktorrent.po ++++ b/translations/ru/messages/ktorrent.po +@@ -5,7 +5,7 @@ + msgid "" + msgstr "" + "Project-Id-Version: ktorrent\n" +-"POT-Creation-Date: 2008-04-18 19:40+0200\n" ++"POT-Creation-Date: 2008-07-08 22:20+0200\n" + "PO-Revision-Date: 2007-07-25 02:25+0300\n" + "Last-Translator: Nick Shaforostoff\n" + "Language-Team: Russian \n" +@@ -21,7 +21,7 @@ msgid "No incoming connections (possibly firewalled)" + msgstr "Нет входящих соединений (возможно их блокирует брандмауэр)." + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 42 +-#: apps/ktorrent/ktorrent.cpp:184 rc.cpp:345 rc.cpp:383 rc.cpp:1019 ++#: apps/ktorrent/ktorrent.cpp:184 rc.cpp:336 rc.cpp:369 rc.cpp:989 + #, no-c-format + msgid "Info" + msgstr "Сведения" +@@ -191,7 +191,7 @@ msgstr "Неправильный URL." + #. i18n: file ./apps/ktorrent/ktorrentui.rc line 9 + #: apps/ktorrent/groups/downloadgroup.cpp:27 + #: apps/ktorrent/groups/groupmanager.h:57 apps/ktorrent/pref.cpp:147 +-#: apps/ktorrent/viewmanager.cpp:62 rc.cpp:138 rc.cpp:342 ++#: apps/ktorrent/viewmanager.cpp:62 rc.cpp:132 rc.cpp:333 + #, no-c-format + msgid "Downloads" + msgstr "Загрузки" +@@ -313,7 +313,7 @@ msgid "Document to open" + msgstr "Открыть файл" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 59 +-#: apps/ktorrent/main.cpp:120 rc.cpp:553 ++#: apps/ktorrent/main.cpp:120 rc.cpp:532 + #, no-c-format + msgid "KTorrent" + msgstr "KTorrent" +@@ -586,7 +586,7 @@ msgstr "Торрентов на источники:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 85 + #: apps/ktorrent/ktorrentviewmenu.cpp:66 plugins/infowidget/peerview.cpp:221 +-#: rc.cpp:77 rc.cpp:1256 rc.cpp:1307 ++#: rc.cpp:75 rc.cpp:1208 rc.cpp:1259 + #, no-c-format + msgid "DHT" + msgstr "DHT" +@@ -630,7 +630,7 @@ msgid "Add to Group" + msgstr "Добавить в группу" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 16 +-#: apps/ktorrent/ktorrentviewmenu.cpp:100 rc.cpp:147 ++#: apps/ktorrent/ktorrentviewmenu.cpp:100 rc.cpp:141 + #, no-c-format + msgid "Speed Limits" + msgstr "Ограничение скорости" +@@ -648,7 +648,7 @@ msgid "Malformed IP address." + msgstr "Неверный IP-адрес." + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 311 +-#: apps/ktorrent/pref.cpp:58 rc.cpp:282 ++#: apps/ktorrent/pref.cpp:58 rc.cpp:273 + #, no-c-format + msgid "Preferences" + msgstr "Параметры" +@@ -684,7 +684,7 @@ msgid "Advanced" + msgstr "Дополнительно" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 27 +-#: apps/ktorrent/pref.cpp:411 rc.cpp:540 ++#: apps/ktorrent/pref.cpp:411 rc.cpp:519 + #, no-c-format + msgid "Advanced Options" + msgstr "Дополнительные настройки" +@@ -695,7 +695,7 @@ msgstr "Видимые столбцы" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 16 + #: apps/ktorrent/ktorrentview.cpp:135 +-#: plugins/infowidget/infowidgetplugin.cpp:76 rc.cpp:1016 ++#: plugins/infowidget/infowidgetplugin.cpp:76 rc.cpp:986 + #, no-c-format + msgid "Status" + msgstr "Статус" +@@ -717,7 +717,7 @@ msgstr "Передано" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 313 + #: apps/ktorrent/ktorrentview.cpp:139 plugins/infowidget/peerview.cpp:216 +-#: rc.cpp:1010 ++#: rc.cpp:980 + #, no-c-format + msgid "Down Speed" + msgstr "Скорость приёма" +@@ -840,7 +840,7 @@ msgid "User" + msgstr "Пользователь" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 24 +-#: apps/ktorrent/queuedialog.cpp:75 rc.cpp:249 ++#: apps/ktorrent/queuedialog.cpp:75 rc.cpp:240 + #, no-c-format + msgid "Queue Manager" + msgstr "Управление очередью" +@@ -1068,8 +1068,8 @@ msgid "Start torrent" + msgstr "Запустить торрент" + + #. i18n: file ./apps/ktorrent/fileselectdlgbase.ui line 160 +-#: plugins/infowidget/fileview.cpp:49 rc.cpp:27 rc.cpp:1244 rc.cpp:1259 +-#: rc.cpp:1349 rc.cpp:1439 ++#: plugins/infowidget/fileview.cpp:49 rc.cpp:27 rc.cpp:1196 rc.cpp:1211 ++#: rc.cpp:1301 rc.cpp:1385 + #, no-c-format + msgid "Download" + msgstr "Загрузка" +@@ -1123,13 +1123,13 @@ msgid "Encryption" + msgstr "Шифрование" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 58 +-#: rc.cpp:64 rc.cpp:787 ++#: rc.cpp:63 rc.cpp:764 + #, no-c-format + msgid "Use protocol encryption" + msgstr "Использовать шифрование протокола" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 64 +-#: rc.cpp:68 ++#: rc.cpp:66 + #, no-c-format + msgid "" + "Protocol encryption is used to prevent ISP's from slowing down bittorrent " +@@ -1139,13 +1139,13 @@ msgstr "" + "провайдерами." + + #. i18n: file ./apps/ktorrent/generalpref.ui line 72 +-#: rc.cpp:71 rc.cpp:790 ++#: rc.cpp:69 rc.cpp:767 + #, no-c-format + msgid "Allow unencrypted connections" + msgstr "Разрешить нешифрованные соединения." + + #. i18n: file ./apps/ktorrent/generalpref.ui line 75 +-#: rc.cpp:74 ++#: rc.cpp:72 + #, no-c-format + msgid "" + "If unchecked, you'll be able to connect only to clients supporting encryption." +@@ -1154,7 +1154,7 @@ msgstr "" + "шифрование." + + #. i18n: file ./apps/ktorrent/generalpref.ui line 88 +-#: rc.cpp:80 ++#: rc.cpp:78 + #, no-c-format + msgid "" + "Distributed Hash Table protocol." +@@ -1165,169 +1165,169 @@ msgstr "" + "руководство для подробностей" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 99 +-#: rc.cpp:83 ++#: rc.cpp:81 + #, no-c-format + msgid "&Use DHT to get additional peers" + msgstr "&Использовать DHT для получения дополнительных источников." + + #. i18n: file ./apps/ktorrent/generalpref.ui line 118 +-#: rc.cpp:87 ++#: rc.cpp:84 + #, no-c-format + msgid "UDP port for DHT communication:" + msgstr "Порт UDP для DHT коммуникаций:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 161 +-#: rc.cpp:90 ++#: rc.cpp:87 + #, no-c-format + msgid "Custom IP" + msgstr "Указать IP вручную" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 172 +-#: rc.cpp:93 ++#: rc.cpp:90 + #, no-c-format + msgid "Se&nd the tracker a custom IP address or hostname" + msgstr "Посылать трекеру указанный вручную IP-адрес или имя хоста." + + #. i18n: file ./apps/ktorrent/generalpref.ui line 188 +-#: rc.cpp:96 ++#: rc.cpp:93 + #, fuzzy, no-c-format + msgid "Custom IP address or hostname:" + msgstr "Особый IP или имя хоста:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 205 +-#: rc.cpp:99 ++#: rc.cpp:96 + #, no-c-format + msgid "System Tray Icon" + msgstr "Значок в системном лотке" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 216 +-#: rc.cpp:102 ++#: rc.cpp:99 + #, no-c-format + msgid "Show s&ystem tray icon" + msgstr "Значок в системном лотке" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 224 +-#: rc.cpp:105 ++#: rc.cpp:102 + #, no-c-format + msgid "Show speed &bar in tray icon" + msgstr "Выводить &индикатор скорости в системном лотке" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 232 +-#: rc.cpp:108 ++#: rc.cpp:105 + #, no-c-format + msgid "Show system tray popup messages" + msgstr "Показвать всплывающие сообщения." + + #. i18n: file ./apps/ktorrent/generalpref.ui line 251 +-#: rc.cpp:112 ++#: rc.cpp:108 + #, no-c-format + msgid "Upload bandwidth (in KB/sec):" + msgstr "Скорость отдачи (в КБ/с):" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 276 +-#: rc.cpp:115 ++#: rc.cpp:111 + #, no-c-format + msgid "Download bandwidth (in KB/sec):" + msgstr "Скорость загрузки (в КБ/с):" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 305 +-#: rc.cpp:118 ++#: rc.cpp:114 + #, no-c-format + msgid "Folders" + msgstr "Папки" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 324 +-#: rc.cpp:121 ++#: rc.cpp:117 + #, no-c-format + msgid "Folder to store temporary files:" + msgstr "Каталог для временных файлов:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 342 +-#: rc.cpp:124 ++#: rc.cpp:120 + #, no-c-format + msgid "Move completed downloads to:" + msgstr "Перемещать завершённые загрузки в:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 353 +-#: rc.cpp:128 ++#: rc.cpp:123 + #, no-c-format + msgid "&Automatically save downloads to:" + msgstr "&Автоматически сохранять загрузки в:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 395 +-#: rc.cpp:131 ++#: rc.cpp:126 + #, no-c-format + msgid "Copy .torrent files to:" + msgstr "Копировать файлы .torrent в:" + + #. i18n: file ./apps/ktorrent/ktorrentui.rc line 34 +-#: rc.cpp:144 ++#: rc.cpp:138 + #, no-c-format + msgid "Download Toolbar" + msgstr "Панель загрузок" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 27 +-#: rc.cpp:150 ++#: rc.cpp:144 + #, no-c-format + msgid "Set the speed limits for torrent" + msgstr "Ограничить скорость торрента" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 51 +-#: rc.cpp:153 ++#: rc.cpp:147 + #, no-c-format + msgid "Max upload rate:" + msgstr "Максимальная скорость передачи:" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 59 +-#: rc.cpp:156 ++#: rc.cpp:150 + #, no-c-format + msgid "Max download rate:" + msgstr "Максимальная скорость приема:" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 97 +-#: rc.cpp:159 rc.cpp:162 ++#: rc.cpp:153 rc.cpp:156 + #, no-c-format + msgid "KB/s (0 is no limit)" + msgstr "КБ/с (0 - без ограничений)" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 16 +-#: rc.cpp:171 ++#: rc.cpp:165 + #, no-c-format + msgid "Add potential peer" + msgstr "Добавить потенциальный источник" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 35 +-#: rc.cpp:174 ++#: rc.cpp:168 + #, no-c-format + msgid "Peer IP:" + msgstr "IP источника:" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 43 +-#: rc.cpp:177 rc.cpp:208 ++#: rc.cpp:171 rc.cpp:201 + #, no-c-format + msgid "127.0.0.1" + msgstr "127.0.0.1" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 51 +-#: rc.cpp:180 rc.cpp:288 rc.cpp:525 rc.cpp:931 ++#: rc.cpp:174 rc.cpp:279 rc.cpp:504 rc.cpp:908 + #, no-c-format + msgid "Port:" + msgstr "Порт:" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 100 +-#: rc.cpp:183 ++#: rc.cpp:177 + #, no-c-format + msgid "Enter peer IP and port." + msgstr "Введите IP адрес источника и порт." + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 16 +-#: rc.cpp:193 ++#: rc.cpp:186 + #, no-c-format + msgid "KTorrent Blacklist" + msgstr "Чёрный список Ktorrent" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 30 +-#: rc.cpp:196 ++#: rc.cpp:189 + #, no-c-format + msgid "" + "Note: Blacklist applies to current session only. Use save/open to save your " +@@ -1337,187 +1337,187 @@ msgstr "" + "Сохранить/Открыть для сохранения или используйте модуль IPFilter." + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 41 +-#: rc.cpp:199 ++#: rc.cpp:192 + #, no-c-format + msgid "Banned Peers" + msgstr "Забаненные клиенты" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 50 +-#: rc.cpp:202 ++#: rc.cpp:195 + #, no-c-format + msgid "Peer IP address" + msgstr "IP-адрес клиента" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 96 +-#: rc.cpp:205 ++#: rc.cpp:198 + #, no-c-format + msgid "Add peer:" + msgstr "Добавить источник:" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 134 +-#: rc.cpp:215 ++#: rc.cpp:207 + #, no-c-format + msgid "Adds a peer to blacklist" + msgstr "Добавить источники в чёрный список:" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 168 +-#: rc.cpp:222 ++#: rc.cpp:213 + #, no-c-format + msgid "Removes selected peer from blacklist" + msgstr "Удалить выбранные источники из чёрного списка" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 176 +-#: rc.cpp:225 ++#: rc.cpp:216 + #, no-c-format + msgid "C&lear" + msgstr "Очистить" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 182 +-#: rc.cpp:228 ++#: rc.cpp:219 + #, no-c-format + msgid "Clears this list" + msgstr "Очистить список" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 218 +-#: rc.cpp:234 ++#: rc.cpp:225 + #, no-c-format + msgid "Save &As..." + msgstr "Сохранить как..." + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 224 +-#: rc.cpp:237 ++#: rc.cpp:228 + #, no-c-format + msgid "Save this blacklist to use with KTorrent IPFilter plugin" + msgstr "Сохранить этот список для использования в модуле IPFilter" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 59 +-#: rc.cpp:252 ++#: rc.cpp:243 + #, no-c-format + msgid "Maximum downloads:" + msgstr "Максимальное количество загрузок:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 86 +-#: rc.cpp:255 ++#: rc.cpp:246 + #, no-c-format + msgid "Maximum seeds:" + msgstr "Максимум полных источников:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 94 +-#: rc.cpp:258 ++#: rc.cpp:249 + #, no-c-format + msgid "Start download on low disk space :" + msgstr "Начинать загрузку при нехватке места:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 102 +-#: rc.cpp:261 ++#: rc.cpp:252 + #, no-c-format + msgid "Minimum disk space:" + msgstr "Минимальный объём дискового пространства:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 140 +-#: rc.cpp:264 ++#: rc.cpp:255 + #, no-c-format + msgid "Don't start" + msgstr "Не начинать" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 145 +-#: rc.cpp:267 ++#: rc.cpp:258 + #, no-c-format + msgid "Always ask" + msgstr "Спрашивать" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 150 +-#: rc.cpp:270 ++#: rc.cpp:261 + #, no-c-format + msgid "Force start" + msgstr "Всегда начинать" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 208 +-#: rc.cpp:273 ++#: rc.cpp:264 + #, no-c-format + msgid "MB" + msgstr "МБ" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 236 +-#: rc.cpp:276 rc.cpp:279 rc.cpp:312 rc.cpp:315 rc.cpp:324 ++#: rc.cpp:267 rc.cpp:270 rc.cpp:303 rc.cpp:306 rc.cpp:315 + #, no-c-format + msgid "(0 is no limit)" + msgstr "(0 - без ограничений)" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 330 +-#: rc.cpp:285 ++#: rc.cpp:276 + #, no-c-format + msgid "Maximum download rate:" + msgstr "Ограничение скорости приёма:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 346 +-#: rc.cpp:291 ++#: rc.cpp:282 + #, no-c-format + msgid "Global connection limit:" + msgstr "Общее ограничение на число соединений:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 354 +-#: rc.cpp:294 ++#: rc.cpp:285 + #, no-c-format + msgid "Max seed time:" + msgstr "Максимальное время раздачи:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 370 +-#: rc.cpp:297 ++#: rc.cpp:288 + #, no-c-format + msgid "Maximum connections per torrent:" + msgstr "Максимум соединений на один торрент:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 397 +-#: rc.cpp:300 ++#: rc.cpp:291 + #, no-c-format + msgid "Number of upload slots:" + msgstr "Количество слотов отдачи:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 405 +-#: rc.cpp:303 ++#: rc.cpp:294 + #, no-c-format + msgid "UDP tracker port:" + msgstr "Порт трекера UDP:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 413 +-#: rc.cpp:306 ++#: rc.cpp:297 + #, no-c-format + msgid "Max share ratio:" + msgstr "Максимальный коэффициент отдачи:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 421 +-#: rc.cpp:309 ++#: rc.cpp:300 + #, no-c-format + msgid "Maximum upload rate:" + msgstr "Ограничение скорости отдачи:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 576 +-#: rc.cpp:318 rc.cpp:321 ++#: rc.cpp:309 rc.cpp:312 + #, no-c-format + msgid "KB/sec (0 is no limit)" + msgstr "КБ/с (0 - без ограничений)" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 651 +-#: rc.cpp:327 ++#: rc.cpp:318 + #, no-c-format + msgid "Hours (0 is no limit)" + msgstr "ч (0 - без ограничений)" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 663 +-#: rc.cpp:330 ++#: rc.cpp:321 + #, no-c-format + msgid "&Keep seeding after download is finished" + msgstr "&Продолжать раздачу после завершения загрузки" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 674 +-#: rc.cpp:333 ++#: rc.cpp:324 + #, no-c-format + msgid "Attention" + msgstr "Внимание" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 685 +-#: rc.cpp:336 ++#: rc.cpp:327 + #, fuzzy, no-c-format + msgid "" + "The above ports must also be forwarded if you are behind a router. The UPnP " +@@ -1527,283 +1527,283 @@ msgstr "" + "перенаправлены, .Это может выполнить автоматически модуль UPnP." + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 16 +-#: rc.cpp:339 ++#: rc.cpp:330 + #, no-c-format + msgid "KT Queue Dialog" + msgstr "Диалог очереди KT" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 69 +-#: rc.cpp:348 rc.cpp:386 rc.cpp:1107 ++#: rc.cpp:339 rc.cpp:372 rc.cpp:1067 + #, no-c-format + msgid "Status:" + msgstr "Статус:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 85 +-#: rc.cpp:351 rc.cpp:389 rc.cpp:1808 ++#: rc.cpp:342 rc.cpp:375 rc.cpp:1751 + #, no-c-format + msgid "Tracker:" + msgstr "Трекер:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 93 +-#: rc.cpp:354 rc.cpp:392 rc.cpp:1805 ++#: rc.cpp:345 rc.cpp:378 rc.cpp:1748 + #, no-c-format + msgid "DHT:" + msgstr "DHT:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 109 +-#: rc.cpp:357 rc.cpp:395 rc.cpp:1061 ++#: rc.cpp:348 rc.cpp:381 rc.cpp:1025 + #, no-c-format + msgid "Share ratio:" + msgstr "Коэффициент передачи:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 117 +-#: rc.cpp:360 ++#: rc.cpp:351 + #, no-c-format + msgid "Bytes left:" + msgstr "Осталось байт:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 177 +-#: rc.cpp:368 rc.cpp:377 ++#: rc.cpp:354 rc.cpp:363 + #, no-c-format + msgid "Torrent" + msgstr "Торрент" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 188 +-#: rc.cpp:371 rc.cpp:380 ++#: rc.cpp:357 rc.cpp:366 + #, no-c-format + msgid "Controlled by" + msgstr "Управляется" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 214 +-#: rc.cpp:374 ++#: rc.cpp:360 + #, no-c-format + msgid "Upload&s" + msgstr "О&тдачи" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 333 +-#: rc.cpp:398 ++#: rc.cpp:384 + #, no-c-format + msgid "Uploaded:" + msgstr "Отдано:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 486 +-#: rc.cpp:406 ++#: rc.cpp:387 + #, no-c-format + msgid "M&ove up" + msgstr "&Вверх" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 494 +-#: rc.cpp:409 ++#: rc.cpp:390 + #, no-c-format + msgid "Move dow&n" + msgstr "В&низ" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 519 +-#: rc.cpp:412 ++#: rc.cpp:393 + #, no-c-format + msgid "Move to top" + msgstr "В начало" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 530 +-#: rc.cpp:416 ++#: rc.cpp:396 + #, no-c-format + msgid "Move to &bottom" + msgstr "В конец" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 555 +-#: rc.cpp:419 ++#: rc.cpp:399 + #, fuzzy, no-c-format + msgid "&QM Controlled" + msgstr "&Управляется автоматически" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 563 +-#: rc.cpp:422 ++#: rc.cpp:402 + #, no-c-format + msgid "&User Controlled" + msgstr "&Управляется пользователем" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 30 +-#: rc.cpp:434 ++#: rc.cpp:414 + #, no-c-format + msgid "Paste URL" + msgstr "Вставить URL" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 52 +-#: rc.cpp:437 rc.cpp:1104 rc.cpp:1919 ++#: rc.cpp:417 rc.cpp:1064 rc.cpp:1859 + #, no-c-format + msgid "URL:" + msgstr "URL:" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 106 +-#: rc.cpp:440 ++#: rc.cpp:420 + #, no-c-format + msgid "O&K" + msgstr "O&K" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 114 +-#: rc.cpp:443 rc.cpp:675 rc.cpp:1176 ++#: rc.cpp:423 rc.cpp:653 rc.cpp:1128 + #, no-c-format + msgid "C&ancel" + msgstr "&Отмена" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 16 +-#: rc.cpp:446 ++#: rc.cpp:426 + #, no-c-format + msgid "Create Torrent" + msgstr "Создать торрент" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 38 +-#: rc.cpp:449 ++#: rc.cpp:429 + #, no-c-format + msgid "The file or folder of which you want to create a torrent:" + msgstr "Файл или папка, для которой требуется создать торрент:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 53 +-#: rc.cpp:452 ++#: rc.cpp:432 + #, no-c-format + msgid "You must add at least one tracker or node." + msgstr "Добавьте хотя бы один трекер или узел." + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 61 +-#: rc.cpp:455 ++#: rc.cpp:435 + #, no-c-format + msgid "File Options" + msgstr "Параметры файлов" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 80 +-#: rc.cpp:458 ++#: rc.cpp:438 + #, no-c-format + msgid "Size of each chunk:" + msgstr "Размер части:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 86 +-#: rc.cpp:461 ++#: rc.cpp:441 + #, no-c-format + msgid "32" + msgstr "32" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 91 +-#: rc.cpp:464 ++#: rc.cpp:444 + #, no-c-format + msgid "64" + msgstr "64" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 96 +-#: rc.cpp:467 ++#: rc.cpp:447 + #, no-c-format + msgid "128" + msgstr "128" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 101 +-#: rc.cpp:470 ++#: rc.cpp:450 + #, no-c-format + msgid "256" + msgstr "256" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 106 +-#: rc.cpp:473 ++#: rc.cpp:453 + #, no-c-format + msgid "512" + msgstr "512" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 111 +-#: rc.cpp:476 ++#: rc.cpp:456 + #, no-c-format + msgid "1024" + msgstr "1024" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 116 +-#: rc.cpp:479 ++#: rc.cpp:459 + #, no-c-format + msgid "2048" + msgstr "2048" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 121 +-#: rc.cpp:482 ++#: rc.cpp:462 + #, no-c-format + msgid "4096" + msgstr "4096" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 126 +-#: rc.cpp:485 ++#: rc.cpp:465 + #, no-c-format + msgid "8192" + msgstr "8192" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 138 +-#: rc.cpp:488 rc.cpp:633 ++#: rc.cpp:468 rc.cpp:611 + #, no-c-format + msgid "KB" + msgstr "КБ" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 165 +-#: rc.cpp:491 ++#: rc.cpp:471 + #, no-c-format + msgid "Start seedin&g the torrent" + msgstr "Начать &сидирование" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 176 +-#: rc.cpp:494 ++#: rc.cpp:474 + #, no-c-format + msgid "Decentrali&zed (DHT only)" + msgstr "Децентрализованно (только DHT)" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 184 +-#: rc.cpp:497 ++#: rc.cpp:477 + #, no-c-format + msgid "Private torrent (DHT not allowed)" + msgstr "Частный торрент (DHT запрещён)" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 202 +-#: rc.cpp:500 ++#: rc.cpp:480 + #, no-c-format + msgid "Comments:" + msgstr "Комментарии:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 248 +-#: rc.cpp:503 ++#: rc.cpp:483 + #, fuzzy, no-c-format + msgid "&Create" + msgstr "&Создать" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 262 +-#: rc.cpp:506 rc.cpp:1325 ++#: rc.cpp:486 rc.cpp:1277 + #, no-c-format + msgid "Ca&ncel" + msgstr "&Отменить" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 275 +-#: plugins/infowidget/infowidgetplugin.cpp:214 rc.cpp:509 rc.cpp:1101 ++#: plugins/infowidget/infowidgetplugin.cpp:214 rc.cpp:489 rc.cpp:1061 + #, no-c-format + msgid "Trackers" + msgstr "Трекеры" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 283 +-#: rc.cpp:512 ++#: rc.cpp:492 + #, no-c-format + msgid "DHT nodes" + msgstr "Узлы DHT" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 333 +-#: rc.cpp:522 ++#: rc.cpp:501 + #, no-c-format + msgid "Node:" + msgstr "Узел:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 385 +-#: rc.cpp:528 ++#: rc.cpp:507 + #, no-c-format + msgid "IP or hostname" + msgstr "IP или имя хоста:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 396 +-#: rc.cpp:531 rc.cpp:718 rc.cpp:721 ++#: rc.cpp:510 rc.cpp:695 rc.cpp:698 + #, no-c-format + msgid "Port" + msgstr "Порт" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 437 +-#: rc.cpp:534 ++#: rc.cpp:513 + #, no-c-format + msgid "" + "NOTE: Some known good DHT nodes are already inserted. You should probably " +@@ -1813,19 +1813,19 @@ msgstr "" + "ввести свой IP-адрес и порт, если вы хотите распространять этот торрент." + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 16 +-#: rc.cpp:537 ++#: rc.cpp:516 + #, no-c-format + msgid "Advanced Preferences" + msgstr "Дополнительные параметры" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 46 +-#: rc.cpp:543 ++#: rc.cpp:522 + #, no-c-format + msgid "Time left estimation algorithm:" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 53 +-#: rc.cpp:546 rc.cpp:568 ++#: rc.cpp:525 rc.cpp:547 + #, fuzzy, no-c-format + msgid "" + "KTorrent algorithm: Default algorithm using combination of other " +@@ -1854,430 +1854,430 @@ msgstr "" + "образцов." + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 64 +-#: rc.cpp:556 ++#: rc.cpp:535 + #, no-c-format + msgid "Current speed" + msgstr "По текущей скорости" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 69 +-#: rc.cpp:559 ++#: rc.cpp:538 + #, no-c-format + msgid "Global average speed" + msgstr "По общей средней скорости" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 74 +-#: rc.cpp:562 ++#: rc.cpp:541 + #, no-c-format + msgid "Window of X" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 79 +-#: rc.cpp:565 ++#: rc.cpp:544 + #, no-c-format + msgid "Moving average" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 98 +-#: rc.cpp:575 ++#: rc.cpp:554 + #, no-c-format + msgid "(takes effect after restart)" + msgstr "(вступает в силу при следующем запуске)" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 125 +-#: rc.cpp:578 ++#: rc.cpp:557 + #, no-c-format + msgid "Disa&ble diskspace preallocation" + msgstr "Отключить резервирование пространства" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 141 +-#: rc.cpp:581 ++#: rc.cpp:560 + #, no-c-format + msgid "F&ully preallocate diskspace (avoids fragmentation)" + msgstr "Полностью резервировать пространство (для избежания фрагментирования)" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 147 +-#: rc.cpp:584 ++#: rc.cpp:563 + #, no-c-format + msgid "Basic (slow)" + msgstr "Стандартное (медленно)" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 152 +-#: rc.cpp:587 ++#: rc.cpp:566 + #, no-c-format + msgid "Filesystem specific" + msgstr "Конкретный для каждой файловой системы" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 174 +-#: rc.cpp:590 ++#: rc.cpp:569 + #, no-c-format + msgid "Performance" + msgstr "Производительность" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 193 +-#: rc.cpp:593 ++#: rc.cpp:572 + #, no-c-format + msgid "Memory usage:" + msgstr "Использование памяти:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 199 +-#: rc.cpp:596 ++#: rc.cpp:575 + #, no-c-format + msgid "Low" + msgstr "Низкое" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 204 +-#: rc.cpp:599 ++#: rc.cpp:578 + #, no-c-format + msgid "Medium" + msgstr "Среднее" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 209 +-#: rc.cpp:602 ++#: rc.cpp:581 + #, no-c-format + msgid "High" + msgstr "Высокое" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 248 +-#: rc.cpp:605 ++#: rc.cpp:584 + #, no-c-format + msgid "GUI update interval:" + msgstr "Интервал обновления графиков:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 254 +-#: rc.cpp:608 ++#: rc.cpp:587 + #, no-c-format + msgid "500ms" + msgstr "500 мс" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 259 +-#: rc.cpp:611 ++#: rc.cpp:590 + #, no-c-format + msgid "1s" + msgstr "1 с" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 264 +-#: rc.cpp:614 ++#: rc.cpp:593 + #, no-c-format + msgid "2s" + msgstr "2 с" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 269 +-#: rc.cpp:617 ++#: rc.cpp:596 + #, no-c-format + msgid "5s" + msgstr "5 с" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 308 +-#: rc.cpp:620 ++#: rc.cpp:599 + #, no-c-format + msgid "Fast CPU" + msgstr "Быстрый процессор" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 342 +-#: rc.cpp:624 ++#: rc.cpp:602 + #, no-c-format + msgid "Slow CPU" + msgstr "Медленный процессор" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 354 +-#: rc.cpp:627 ++#: rc.cpp:605 + #, no-c-format + msgid "Data Checking" + msgstr "Проверка данных" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 373 +-#: rc.cpp:630 ++#: rc.cpp:608 + #, no-c-format + msgid "During uploading, do ¬ recheck chunks bigger than" + msgstr "Во время раздачи не проверять части больше чем" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 430 +-#: rc.cpp:636 ++#: rc.cpp:614 + #, no-c-format + msgid "Do a data integrit&y check after" + msgstr "Выполнять проверку данных после" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 449 +-#: rc.cpp:639 ++#: rc.cpp:617 + #, no-c-format + msgid "corrupted chunks" + msgstr "повреждённых частей" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 478 +-#: rc.cpp:642 ++#: rc.cpp:620 + #, no-c-format + msgid "Networking" + msgstr "Сеть" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 505 +-#: rc.cpp:645 ++#: rc.cpp:623 + #, fuzzy, no-c-format + msgid "Maximum number of connection setups:" + msgstr "" + "Максимальное количество соединений на один торрент (0 - без ограничений)" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 527 +-#: rc.cpp:648 ++#: rc.cpp:626 + #, no-c-format + msgid "DSCP for IP packets:" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 570 +-#: rc.cpp:651 ++#: rc.cpp:629 + #, no-c-format + msgid "Do not use the KDE pro&xy settings for HTTP tracker connections" + msgstr "" + "Не использовать параметры прокси-сервера KDE для HTTP-соединений с трекером" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 586 +-#: rc.cpp:654 ++#: rc.cpp:632 + #, no-c-format + msgid "HTTP tracker proxy:" + msgstr "Прокси для HTTP трекера:" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 24 +-#: rc.cpp:657 ++#: rc.cpp:635 + #, no-c-format + msgid "Scanning data" + msgstr "Сканирование данных" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 38 +-#: rc.cpp:660 ++#: rc.cpp:638 + #, no-c-format + msgid "Scanning data of torrent :" + msgstr "Сканирование данных торрента:" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 62 +-#: rc.cpp:663 ++#: rc.cpp:641 + #, no-c-format + msgid "Number of chunks found :" + msgstr "Количество найденных частей:" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 70 +-#: rc.cpp:666 ++#: rc.cpp:644 + #, no-c-format + msgid "Number of chunks failed / not downloaded :" + msgstr "Количество испорченных/незагруженных частей:" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 97 +-#: rc.cpp:669 rc.cpp:672 ++#: rc.cpp:647 rc.cpp:650 + #, no-c-format + msgid "0" + msgstr "0" + + #. i18n: file ./apps/ktupnptest/mainwidget.ui line 54 +-#: rc.cpp:678 ++#: rc.cpp:656 + #, no-c-format + msgid "Test" + msgstr "Проверка" + + #. i18n: file ./libktorrent/labelviewitembase.ui line 49 +-#: rc.cpp:685 ++#: rc.cpp:662 + #, no-c-format + msgid "textLabel2" + msgstr "" + + #. i18n: file ./libktorrent/labelviewitembase.ui line 65 +-#: rc.cpp:688 ++#: rc.cpp:665 + #, no-c-format + msgid "textLabel3" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 10 +-#: rc.cpp:691 ++#: rc.cpp:668 + #, no-c-format + msgid "Maximum number of downloads (0 = no limit)" + msgstr "Максимальное количество загрузок (0 - без ограничений)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 15 +-#: rc.cpp:694 ++#: rc.cpp:671 + #, no-c-format + msgid "Maximum number of seeds (0 = no limit)" + msgstr "Максимальное количество полных источников (0 - без ограничений)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 20 +-#: rc.cpp:697 ++#: rc.cpp:674 + #, no-c-format + msgid "Start downloads on low disk space?" + msgstr "Начинать загрузку при нехватке пространства на диске?" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 24 +-#: rc.cpp:700 ++#: rc.cpp:677 + #, no-c-format + msgid "Maximum number of connections per torrent (0 = no limit)" + msgstr "" + "Максимальное количество соединений на один торрент (0 - без ограничений)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 29 +-#: rc.cpp:703 ++#: rc.cpp:680 + #, no-c-format + msgid "Maximum number of connections for all torrents (0 = no limit) " + msgstr "Максимальное общее количество соединений (0 - без ограничений)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 34 +-#: rc.cpp:706 ++#: rc.cpp:683 + #, no-c-format + msgid "Maximum upload speed in KB/sec (0 = no limit)" + msgstr "Максимальная скорость отдачи, КБ/с (0 - без ограничений)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 39 +-#: rc.cpp:709 ++#: rc.cpp:686 + #, no-c-format + msgid "Maximum download speed in KB/sec (0 = no limit)" + msgstr "Максимальная скорость приёма, КБ/с (0 - без ограничений)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 44 +-#: rc.cpp:712 ++#: rc.cpp:689 + #, fuzzy, no-c-format + msgid "Maximum share ratio(0 = no limit)" + msgstr "Максимальное количество полных источников (0 - без ограничений)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 49 +-#: rc.cpp:715 ++#: rc.cpp:692 + #, fuzzy, no-c-format + msgid "Maximum seed time in hours (0 = no limit)" + msgstr "Максимальное количество полных источников (0 - без ограничений)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 66 +-#: rc.cpp:724 ++#: rc.cpp:701 + #, no-c-format + msgid "Show a system tray icon" + msgstr "Значок в системном лотке" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 70 +-#: rc.cpp:727 ++#: rc.cpp:704 + #, no-c-format + msgid "Show speed bar in tray icon" + msgstr "Показывать индикатор скорости в системном лотке" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 74 +-#: rc.cpp:730 ++#: rc.cpp:707 + #, no-c-format + msgid "Download bandwidth (in kb/s):" + msgstr "Пропускная способность канала (загрузка) в КБ/с" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 80 +-#: rc.cpp:733 ++#: rc.cpp:710 + #, no-c-format + msgid "Upload bandwidth (in kb/s):" + msgstr "Пропускная способность канала (отдача) в КБ/с" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 86 +-#: rc.cpp:736 ++#: rc.cpp:713 + #, no-c-format + msgid "Show popup messages when torrent is finished." + msgstr "Показывать всплывающие сообщения когда загрузка торрента завершена." + + #. i18n: file ./libktorrent/ktorrent.kcfg line 90 +-#: rc.cpp:739 ++#: rc.cpp:716 + #, no-c-format + msgid "Keep seeding after download has finished" + msgstr "Продолжать передачу после получения всех частей" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 94 +-#: rc.cpp:742 ++#: rc.cpp:719 + #, no-c-format + msgid "Folder to store temporary files" + msgstr "Каталог для временных файлов" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 98 +-#: rc.cpp:745 ++#: rc.cpp:722 + #, no-c-format + msgid "Whether to automatically save downloads to saveDir" + msgstr "Сохранять ли автоматически загрузки в указанный каталог" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 102 +-#: rc.cpp:748 ++#: rc.cpp:725 + #, no-c-format + msgid "Folder to store downloaded files" + msgstr "Каталог для загруженных файлов" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 106 +-#: rc.cpp:751 ++#: rc.cpp:728 + #, no-c-format + msgid "Whether to automatically move completed downloads to completedDir" + msgstr "Автоматически перемещать завершённые в соответствующий каталог." + + #. i18n: file ./libktorrent/ktorrent.kcfg line 110 +-#: rc.cpp:754 ++#: rc.cpp:731 + #, no-c-format + msgid "Folder to move completed downloaded files to" + msgstr "Каталог для перемещения загруженных файлов" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 114 +-#: rc.cpp:757 ++#: rc.cpp:734 + #, no-c-format + msgid "Whether to automatically copy .torrent files to torrentCopyDir" + msgstr "Автоматически копировать файлы .torrent в специальный каталог." + + #. i18n: file ./libktorrent/ktorrent.kcfg line 118 +-#: rc.cpp:760 ++#: rc.cpp:737 + #, no-c-format + msgid "Folder to copy .torrent files to" + msgstr "Каталог для копирования файлов .torrent" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 122 +-#: rc.cpp:763 ++#: rc.cpp:740 + #, no-c-format + msgid "Whether to use a custom IP to pass to the tracker" + msgstr "Использовать указанный IP для доступа к трекеру?" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 126 +-#: rc.cpp:766 ++#: rc.cpp:743 + #, no-c-format + msgid "Directory which was used as the last save directory" + msgstr "Каталог, использованный последним для сохранения" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 130 +-#: rc.cpp:769 ++#: rc.cpp:746 + #, no-c-format + msgid "IP to pass to the tracker" + msgstr "IP, передаваемый трекеру" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 134 +-#: rc.cpp:772 ++#: rc.cpp:749 + #, no-c-format + msgid "Memory usage" + msgstr "Использование памяти" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 138 +-#: rc.cpp:775 ++#: rc.cpp:752 + #, no-c-format + msgid "GUI update interval" + msgstr "Частота обновления графика" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 142 +-#: rc.cpp:778 ++#: rc.cpp:755 + #, no-c-format + msgid "Support for DHT" + msgstr "Поддержка DHT" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 146 +-#: rc.cpp:781 ++#: rc.cpp:758 + #, no-c-format + msgid "DHT port" + msgstr "Порт DHT" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 152 +-#: rc.cpp:784 ++#: rc.cpp:761 + #, no-c-format + msgid "Number of upload slots" + msgstr "Число слотов для отдачи" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 196 +-#: rc.cpp:793 ++#: rc.cpp:770 + #, no-c-format + msgid "Columns shown in KTorrentView" + msgstr "Столбцы в KTorrentView" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 205 +-#: rc.cpp:796 ++#: rc.cpp:773 + #, no-c-format + msgid "ET algorithm" + msgstr "Метод вычисления оставшегося времени" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 227 +-#: rc.cpp:799 ++#: rc.cpp:776 + #, no-c-format + msgid "" + "When there's no space left to complete download and free diskspace is less than " +@@ -2286,457 +2286,457 @@ msgstr "" + "Когда нет места на диске или места меньше минимума, торрент будет остановлен." + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 16 +-#: rc.cpp:802 ++#: rc.cpp:779 + #, no-c-format + msgid "Plugin Manager" + msgstr "Управление модулями" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 48 +-#: rc.cpp:805 ++#: rc.cpp:782 + #, no-c-format + msgid "Load" + msgstr "Включить" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 56 +-#: rc.cpp:808 ++#: rc.cpp:785 + #, fuzzy, no-c-format + msgid "U&nload" + msgstr "&Отключить" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 64 +-#: rc.cpp:811 ++#: rc.cpp:788 + #, fuzzy, no-c-format + msgid "Load &All" + msgstr "Включить все" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 72 +-#: rc.cpp:814 ++#: rc.cpp:791 + #, fuzzy, no-c-format + msgid "&Unload All" + msgstr "Отключить все" + + #. i18n: file ./plugins/upnp/ktupnpplugin.kcfg line 10 +-#: rc.cpp:817 ++#: rc.cpp:794 + #, no-c-format + msgid "Default UPnP device to use" + msgstr "Устройство UPnP по умолчанию" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 16 +-#: plugins/upnp/upnpplugin.cpp:46 plugins/upnp/upnpprefpage.cpp:31 rc.cpp:820 ++#: plugins/upnp/upnpplugin.cpp:46 plugins/upnp/upnpprefpage.cpp:31 rc.cpp:797 + #, no-c-format + msgid "UPnP" + msgstr "UPnP" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 35 +-#: rc.cpp:823 ++#: rc.cpp:800 + #, no-c-format + msgid "Detected devices:" + msgstr "Обнаруженные устройства:" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 41 +-#: rc.cpp:826 ++#: rc.cpp:803 + #, no-c-format + msgid "Device" + msgstr "Устройство" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 52 +-#: rc.cpp:829 ++#: rc.cpp:806 + #, no-c-format + msgid "Ports Forwarded" + msgstr "Перенаправленные порты" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 63 +-#: rc.cpp:832 ++#: rc.cpp:809 + #, no-c-format + msgid "WAN Connection" + msgstr "WAN соединение" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 91 +-#: rc.cpp:835 ++#: rc.cpp:812 + #, no-c-format + msgid "Forw&ard Ports" + msgstr "Перенаправить порты" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 99 +-#: rc.cpp:838 ++#: rc.cpp:815 + #, no-c-format + msgid "Undo Port Forwarding" + msgstr "Отменить перенаправление порта" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 124 +-#: rc.cpp:841 ++#: rc.cpp:818 + #, no-c-format + msgid "Rescan" + msgstr "Пересканировать" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 9 +-#: rc.cpp:844 ++#: rc.cpp:821 + #, no-c-format + msgid "Enable scanning of folder1?" + msgstr "Сканировать folder1?" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 14 +-#: rc.cpp:847 ++#: rc.cpp:824 + #, no-c-format + msgid "Enable scanning of folder2?" + msgstr "Сканировать folder2?" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 19 +-#: rc.cpp:850 ++#: rc.cpp:827 + #, no-c-format + msgid "Enable scanning of folder3?" + msgstr "Сканировать folder3?" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 24 +-#: rc.cpp:853 ++#: rc.cpp:830 + #, no-c-format + msgid "Folder1 path" + msgstr "Путь Folder1" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 29 +-#: rc.cpp:856 ++#: rc.cpp:833 + #, no-c-format + msgid "Folder2 path" + msgstr "Путь Folder2" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 34 +-#: rc.cpp:859 ++#: rc.cpp:836 + #, no-c-format + msgid "Folder3 path" + msgstr "Путь Folder3" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 39 +-#: rc.cpp:862 ++#: rc.cpp:839 + #, fuzzy, no-c-format + msgid "Whether to open torrent silently or not." + msgstr "Предлагать ли выборочную загрузку открываемых торрентов" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 44 +-#: rc.cpp:865 ++#: rc.cpp:842 + #, no-c-format + msgid "Delete action checked." + msgstr "Выбрано удаление" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 49 +-#: rc.cpp:868 ++#: rc.cpp:845 + #, no-c-format + msgid "Move action checked." + msgstr "Предлагать перемещение по умолчанию" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 16 +-#: rc.cpp:871 ++#: rc.cpp:848 + #, no-c-format + msgid "ScanFolder Preferences" + msgstr "Параметры сканирования папок" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 35 +-#: rc.cpp:874 ++#: rc.cpp:851 + #, no-c-format + msgid "Scan folder &1" + msgstr "Сканировать папку &1" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 38 +-#: rc.cpp:877 rc.cpp:1480 ++#: rc.cpp:854 rc.cpp:1424 + #, no-c-format + msgid "Alt+1" + msgstr "Alt+1" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 46 +-#: rc.cpp:880 ++#: rc.cpp:857 + #, no-c-format + msgid "Scan folder &2" + msgstr "Сканировать папку &2" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 49 +-#: rc.cpp:883 rc.cpp:1471 rc.cpp:1495 ++#: rc.cpp:860 rc.cpp:1415 rc.cpp:1439 + #, no-c-format + msgid "Alt+2" + msgstr "Alt+2" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 57 +-#: rc.cpp:886 ++#: rc.cpp:863 + #, no-c-format + msgid "Scan folder &3" + msgstr "Сканировать папку &3" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 60 +-#: rc.cpp:889 rc.cpp:1465 ++#: rc.cpp:866 rc.cpp:1409 + #, no-c-format + msgid "Alt+3" + msgstr "Alt+3" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 81 +-#: rc.cpp:895 ++#: rc.cpp:872 + #, no-c-format + msgid "Move to \"loaded\" directory &after loading" + msgstr "Переместить в папку \"загруженные\" после загрузки" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 84 +-#: rc.cpp:898 ++#: rc.cpp:875 + #, no-c-format + msgid "Move torrent to \"loaded\" directory after loading it" + msgstr "Переместить торрент в папку \"загруженные\" после его загрузки." + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 92 +-#: rc.cpp:901 ++#: rc.cpp:878 + #, no-c-format + msgid "Open torrents silentl&y" + msgstr "&Не предлагать выборочную загрузку открываемых торрентов" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 95 +-#: rc.cpp:904 ++#: rc.cpp:881 + #, fuzzy, no-c-format + msgid "Do not show 'Select files to download' dialog" + msgstr "Не показывать диалог выбора файлов в торренте для загрузки" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 103 +-#: rc.cpp:907 ++#: rc.cpp:884 + #, no-c-format + msgid "Delete after loadin&g" + msgstr "Удалить после загрузки" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 106 +-#: rc.cpp:910 ++#: rc.cpp:887 + #, no-c-format + msgid "Deletes torrent after loading" + msgstr "Удалить торрент-файлы после загрузки" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 116 +-#: rc.cpp:913 ++#: rc.cpp:890 + #, no-c-format + msgid "Folders to scan" + msgstr "Сканируемые папки" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 151 +-#: rc.cpp:916 ++#: rc.cpp:893 + #, no-c-format + msgid "Folder 1:" + msgstr "Папка 1:" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 162 +-#: rc.cpp:919 ++#: rc.cpp:896 + #, no-c-format + msgid "Folder 2:" + msgstr "Папка 2:" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 173 +-#: rc.cpp:922 ++#: rc.cpp:899 + #, no-c-format + msgid "Folder 3:" + msgstr "Папка 3:" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 30 +-#: rc.cpp:925 rc.cpp:1895 ++#: rc.cpp:902 rc.cpp:1838 + #, no-c-format + msgid "Search Preferences" + msgstr "Параметры поиска" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 41 +-#: rc.cpp:928 ++#: rc.cpp:905 + #, no-c-format + msgid "Web Server" + msgstr "Веб-сервер" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 82 +-#: rc.cpp:934 ++#: rc.cpp:911 + #, fuzzy, no-c-format + msgid "Forward port" + msgstr "Перенаправление портов" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 107 +-#: rc.cpp:937 ++#: rc.cpp:914 + #, no-c-format + msgid "Session TTL (in sec):" + msgstr "TTL на сеанс (в секундах):" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 142 +-#: rc.cpp:940 ++#: rc.cpp:917 + #, no-c-format + msgid "Select interface:" + msgstr "Выберите интерфейс:" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 173 +-#: rc.cpp:943 ++#: rc.cpp:920 + #, no-c-format + msgid "Username:" + msgstr "Имя пользователя:" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 188 +-#: rc.cpp:946 ++#: rc.cpp:923 + #, no-c-format + msgid "Change password ..." + msgstr "Изменить пароль ..." + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 206 +-#: rc.cpp:949 ++#: rc.cpp:926 + #, no-c-format + msgid "Php executable path:" + msgstr "Путь к PHP:" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 10 +-#: rc.cpp:953 ++#: rc.cpp:929 + #, no-c-format + msgid "Port number" + msgstr "Номер порта:" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 15 +-#: rc.cpp:956 ++#: rc.cpp:932 + #, fuzzy, no-c-format + msgid "forward Port" + msgstr "Перенаправление портов" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 20 +-#: rc.cpp:959 ++#: rc.cpp:935 + #, no-c-format + msgid "Session time to live" + msgstr "Время жизни сеанса" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 24 +-#: rc.cpp:962 ++#: rc.cpp:938 + #, fuzzy, no-c-format + msgid "interface skin" + msgstr "Общие параметры" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 28 +-#: rc.cpp:965 ++#: rc.cpp:941 + #, no-c-format + msgid "php executable path" + msgstr "путь к PHP" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 33 +-#: rc.cpp:968 ++#: rc.cpp:944 + #, no-c-format + msgid "username" + msgstr "имя пользователя" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 37 +-#: rc.cpp:971 ++#: rc.cpp:947 + #, no-c-format + msgid "password" + msgstr "пароль" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 16 +-#: plugins/infowidget/infowidgetplugin.cpp:194 rc.cpp:974 rc.cpp:1046 ++#: plugins/infowidget/infowidgetplugin.cpp:194 rc.cpp:950 rc.cpp:1010 + #, no-c-format + msgid "Chunks" + msgstr "Части" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 43 +-#: rc.cpp:977 ++#: rc.cpp:953 + #, no-c-format + msgid "Total:" + msgstr "Общее:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 81 +-#: rc.cpp:981 ++#: rc.cpp:956 + #, no-c-format + msgid "Currently downloading:" + msgstr "Загружается:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 119 +-#: rc.cpp:985 ++#: rc.cpp:959 + #, no-c-format + msgid "Downloaded:" + msgstr "Загружено:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 157 +-#: rc.cpp:989 ++#: rc.cpp:962 + #, no-c-format + msgid "Excluded:" + msgstr "Исключено:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 195 +-#: rc.cpp:993 ++#: rc.cpp:965 + #, no-c-format + msgid "Left:" + msgstr "Осталось:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 233 +-#: rc.cpp:997 ++#: rc.cpp:968 + #, no-c-format + msgid "Size:" + msgstr "Размер:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 280 +-#: rc.cpp:1001 ++#: rc.cpp:971 + #, no-c-format + msgid "Chunk" + msgstr "Часть" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 291 +-#: rc.cpp:1004 ++#: rc.cpp:974 + #, no-c-format + msgid "Progress" + msgstr "Выполнение" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 302 +-#: rc.cpp:1007 ++#: rc.cpp:977 + #, no-c-format + msgid "Peer" + msgstr "Клиент" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 324 +-#: rc.cpp:1013 ++#: rc.cpp:983 + #, no-c-format + msgid "Assigned Peers" + msgstr "Подключенные клиенты" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 63 +-#: rc.cpp:1022 ++#: rc.cpp:992 + #, no-c-format + msgid "Seeders:" + msgstr "Полные источники:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 71 +-#: rc.cpp:1025 ++#: rc.cpp:995 + #, no-c-format + msgid "Leechers:" + msgstr "Загружающие:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 129 +-#: rc.cpp:1030 ++#: rc.cpp:998 + #, no-c-format + msgid "Average Down Speed:" + msgstr "Средняя скорость загрузки:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 177 +-#: rc.cpp:1035 ++#: rc.cpp:1001 + #, no-c-format + msgid "Average Up Speed:" + msgstr "Средняя скорость отдачи:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 195 +-#: rc.cpp:1038 rc.cpp:1111 ++#: rc.cpp:1004 rc.cpp:1070 + #, no-c-format + msgid "Next update in:" + msgstr "Следующее обновление:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 203 +-#: rc.cpp:1041 ++#: rc.cpp:1007 + #, fuzzy, no-c-format + msgid "Tracker Status:" + msgstr "Взаимодействие с трекером" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 332 +-#: rc.cpp:1049 ++#: rc.cpp:1013 + #, no-c-format + msgid "Parts of the torrent which have been downloaded:" + msgstr "Полученные части:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 367 +-#: rc.cpp:1052 ++#: rc.cpp:1016 + #, no-c-format + msgid "Parts of the torrent which are available:" + msgstr "Доступные части:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 457 +-#: rc.cpp:1055 ++#: rc.cpp:1019 + #, no-c-format + msgid "Sharing" + msgstr "Передача" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 487 +-#: rc.cpp:1058 ++#: rc.cpp:1022 + #, no-c-format + msgid "" + "Your upload will stop when share ratio gets to this value. Zero means no limit." +@@ -2745,146 +2745,146 @@ msgstr "" + "передачи. 0 = не останавливать передачу." + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 525 +-#: rc.cpp:1064 ++#: rc.cpp:1028 + #, no-c-format + msgid "Your upload will stop when you have uploaded for this many hours." + msgstr "" + "Отдача будет остановлена после того как вы раздавали файлы достаточно долго." + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 533 +-#: rc.cpp:1067 ++#: rc.cpp:1031 + #, no-c-format + msgid "Hours" + msgstr "ч" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 543 +-#: rc.cpp:1070 ++#: rc.cpp:1034 + #, fuzzy, no-c-format + msgid "Ratio limit:" + msgstr "Общее ограничение на число соединений" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 549 +-#: rc.cpp:1074 ++#: rc.cpp:1037 + #, no-c-format + msgid "Limit works only in seed mode" + msgstr "Ограничение действует только в режиме сидирования" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 557 +-#: rc.cpp:1077 ++#: rc.cpp:1040 + #, no-c-format + msgid "Time &limit:" + msgstr "Ограничение по времени:" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 37 +-#: rc.cpp:1081 ++#: rc.cpp:1043 + #, no-c-format + msgid "&Update Tracker" + msgstr "Связаться с трекером" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 40 +-#: rc.cpp:1084 ++#: rc.cpp:1046 + #, no-c-format + msgid "Minimum update interval - 60 seconds" + msgstr "Минимальный интервал обновления - 60 секунд" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 48 +-#: rc.cpp:1087 ++#: rc.cpp:1049 + #, no-c-format + msgid "Add Trac&ker" + msgstr "Добавить трекер" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 64 +-#: rc.cpp:1090 ++#: rc.cpp:1052 + #, no-c-format + msgid "Remove Tracker" + msgstr "Удалить трекер" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 75 +-#: rc.cpp:1094 ++#: rc.cpp:1055 + #, no-c-format + msgid "Ch&ange Tracker" + msgstr "Изменить URL трекера" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 100 +-#: rc.cpp:1097 ++#: rc.cpp:1058 + #, no-c-format + msgid "Restore Defaults" + msgstr "Сбросить" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 10 +-#: rc.cpp:1115 ++#: rc.cpp:1073 + #, no-c-format + msgid "Show peer view tab in main window" + msgstr "Показать панель просмотра участников в главном окне" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 14 +-#: rc.cpp:1118 ++#: rc.cpp:1076 + #, no-c-format + msgid "Show chunk download view tab in main window" + msgstr "Показать панель загрузки частей в главном окне" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 18 +-#: rc.cpp:1121 ++#: rc.cpp:1079 + #, no-c-format + msgid "Show trackers view tab in main window" + msgstr "Показать панель трекеров в главном окне" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 24 +-#: rc.cpp:1124 ++#: rc.cpp:1082 + #, no-c-format + msgid "Show list of peers" + msgstr "Показать список участников" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 35 +-#: rc.cpp:1128 ++#: rc.cpp:1085 + #, no-c-format + msgid "Show list of chunks currentl&y downloading" + msgstr "Показать загружа&емые части" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 60 +-#: rc.cpp:1131 ++#: rc.cpp:1088 + #, no-c-format + msgid "Show list of trackers" + msgstr "Показать список трекеров" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 16 +-#: rc.cpp:1135 ++#: rc.cpp:1091 + #, no-c-format + msgid "IPBlocking Preferences" + msgstr "Параметры блокирования по IP" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 47 +-#: rc.cpp:1138 ++#: rc.cpp:1094 + #, no-c-format + msgid "Select PeerGuardian Filter File " + msgstr "Выберите файл PeerGuardian" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 58 +-#: rc.cpp:1141 ++#: rc.cpp:1097 + #, no-c-format + msgid "Use PeerGuardian filter?" + msgstr "Использовать фильтр PeerGuardian?" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 77 +-#: rc.cpp:1145 ++#: rc.cpp:1100 + #, no-c-format + msgid "IP filter file:" + msgstr "Файл фильтров IP:" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 85 +-#: rc.cpp:1148 ++#: rc.cpp:1103 + #, no-c-format + msgid "http://www.bluetack.co.uk/modules.php?name=Downloads&d_op=getit&lid=8" + msgstr "http://www.bluetack.co.uk/modules.php?name=Downloads&d_op=getit&lid=8" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 123 +-#: rc.cpp:1151 ++#: rc.cpp:1106 + #, no-c-format + msgid "Dow&nload/Convert" + msgstr "За&грузить/Преобразовать" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 134 +-#: rc.cpp:1154 ++#: rc.cpp:1109 + #, no-c-format + msgid "" + "Download PeerGuardian filter from bluetack.co.uk or blocklist.org.\n" +@@ -2894,25 +2894,25 @@ msgstr "" + "ЗАМЕТКА: поддерживается ZIP-файл с bluetack.co.uk" + + #. i18n: file ./plugins/ipfilter/ktipfilterplugin.kcfg line 10 +-#: rc.cpp:1159 ++#: rc.cpp:1113 + #, no-c-format + msgid "Level1 filter url" + msgstr "URL фильтра первого уровня" + + #. i18n: file ./plugins/ipfilter/ktipfilterplugin.kcfg line 14 +-#: rc.cpp:1162 ++#: rc.cpp:1116 + #, no-c-format + msgid "Use level1 filter?" + msgstr "Использовать фильтр первого уровня?" + + #. i18n: file ./plugins/ipfilter/convert_dlg.ui line 24 +-#: plugins/ipfilter/convertdialog.cpp:155 rc.cpp:1165 ++#: plugins/ipfilter/convertdialog.cpp:155 rc.cpp:1119 + #, no-c-format + msgid "Converting..." + msgstr "Преобразование..." + + #. i18n: file ./plugins/ipfilter/convert_dlg.ui line 41 +-#: rc.cpp:1168 ++#: rc.cpp:1122 + #, fuzzy, no-c-format + msgid "" + "Click on the 'convert' button to start converting antip2p file. NOTE: This " +@@ -2924,61 +2924,61 @@ msgstr "" + "это время вы не сможете пользоваться KTorrent." + + #. i18n: file ./plugins/stats/sprefwgt.ui line 27 +-#: rc.cpp:1179 ++#: rc.cpp:1131 + #, no-c-format + msgid "Update" + msgstr "Обновить" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 46 +-#: rc.cpp:1182 rc.cpp:1268 ++#: rc.cpp:1134 rc.cpp:1220 + #, no-c-format + msgid "Update charts every" + msgstr "Обновлять таблицы каждые" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 71 +-#: rc.cpp:1185 ++#: rc.cpp:1137 + #, no-c-format + msgid "GUI updates" + msgstr "Частота обновления интерфейса" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 92 +-#: rc.cpp:1188 rc.cpp:1271 ++#: rc.cpp:1140 rc.cpp:1223 + #, no-c-format + msgid "Gather data every" + msgstr "Собирать данные каждые" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 120 +-#: rc.cpp:1191 ++#: rc.cpp:1143 + #, no-c-format + msgid "miliseconds" + msgstr "мс" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 135 +-#: rc.cpp:1194 ++#: rc.cpp:1146 + #, no-c-format + msgid "Maximum" + msgstr "Максимум" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 154 +-#: rc.cpp:1197 ++#: rc.cpp:1149 + #, no-c-format + msgid "Maximum speed scale mode:" + msgstr "Максимум шкалы скорости:" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 165 +-#: rc.cpp:1203 ++#: rc.cpp:1155 + #, no-c-format + msgid "Exact" + msgstr "Точно" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 175 +-#: rc.cpp:1206 ++#: rc.cpp:1158 + #, no-c-format + msgid "See 'What's this' for more help" + msgstr "См. \"Что это?\"" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 180 +-#: rc.cpp:1209 ++#: rc.cpp:1161 + #, no-c-format + msgid "" + "Set maximum value on OY scale as:\n" +@@ -2990,31 +2990,31 @@ msgstr "" + "- Точно: Максимально достигнутая скорость за интервал отражаемый на графике" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 192 +-#: rc.cpp:1214 rc.cpp:1247 ++#: rc.cpp:1166 rc.cpp:1199 + #, no-c-format + msgid "Peers speed" + msgstr "Скорость у участников" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 211 +-#: rc.cpp:1217 ++#: rc.cpp:1169 + #, no-c-format + msgid "Peers speed:" + msgstr "Скорость у участников:" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 222 +-#: rc.cpp:1220 ++#: rc.cpp:1172 + #, no-c-format + msgid "update every" + msgstr "обновлять каждые" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 244 +-#: rc.cpp:1223 ++#: rc.cpp:1175 + #, no-c-format + msgid "chart data updates" + msgstr "обновления графиков" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 254 +-#: rc.cpp:1226 ++#: rc.cpp:1178 + #, no-c-format + msgid "Gathering data about many connected peers can be CPU consuming." + msgstr "" +@@ -3022,133 +3022,133 @@ msgstr "" + "производительности." + + #. i18n: file ./plugins/stats/sprefwgt.ui line 267 +-#: rc.cpp:1229 ++#: rc.cpp:1181 + #, no-c-format + msgid "Peers connections" + msgstr "Соединения с участниками:" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 270 +-#: rc.cpp:1232 ++#: rc.cpp:1184 + #, fuzzy, no-c-format + msgid "Large values can obscure charts of connected peers" + msgstr "Большие значения могут заслонять колонки с соединенными клиентами" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 289 +-#: rc.cpp:1235 ++#: rc.cpp:1187 + #, fuzzy, no-c-format + msgid "Show seeders in swarms" + msgstr "Показывать сидов в списке" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 297 +-#: rc.cpp:1238 ++#: rc.cpp:1190 + #, fuzzy, no-c-format + msgid "Show leechers in swarms" + msgstr "Показывать скачивающих в списке" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 309 +-#: rc.cpp:1241 ++#: rc.cpp:1193 + #, no-c-format + msgid "Measurements count" + msgstr "Числовые значения" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 392 +-#: rc.cpp:1250 rc.cpp:1265 ++#: rc.cpp:1202 rc.cpp:1217 + #, no-c-format + msgid "Upload" + msgstr "Отдача" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 424 +-#: rc.cpp:1253 ++#: rc.cpp:1205 + #, no-c-format + msgid "Connections" + msgstr "Соединения" + + #. i18n: file ./plugins/stats/statsspdwgt.ui line 40 +-#: plugins/infowidget/infowidgetplugin.cpp:173 rc.cpp:1262 rc.cpp:1304 ++#: plugins/infowidget/infowidgetplugin.cpp:173 rc.cpp:1214 rc.cpp:1256 + #, no-c-format + msgid "Peers" + msgstr "Участники" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 18 +-#: rc.cpp:1274 ++#: rc.cpp:1226 + #, fuzzy, no-c-format + msgid "Toggle peers speed charts" + msgstr "Переключение таблиц скоростей клиентов" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 22 +-#: rc.cpp:1277 ++#: rc.cpp:1229 + #, no-c-format + msgid "Interval between getting data about peers speed" + msgstr "Интервал между получением данных о скорости у участников" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 26 +-#: rc.cpp:1280 ++#: rc.cpp:1232 + #, fuzzy, no-c-format + msgid "Toggle drawing of leechers in swarms" + msgstr "Переключение прорисовки скачивающих в списке" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 30 +-#: rc.cpp:1283 ++#: rc.cpp:1235 + #, fuzzy, no-c-format + msgid "Toggle drawing of seeders in swarms" + msgstr "Переключение прорисовки сидов в списке" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 35 +-#: rc.cpp:1286 ++#: rc.cpp:1238 + #, fuzzy, no-c-format + msgid "Download mesurments count" + msgstr "Расчет значения загрузки" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 39 +-#: rc.cpp:1289 ++#: rc.cpp:1241 + #, fuzzy, no-c-format + msgid "Peers speed mesurments count" + msgstr "Расчет значения скорости клиентов" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 43 +-#: rc.cpp:1292 ++#: rc.cpp:1244 + #, fuzzy, no-c-format + msgid "Upload mesurments count" + msgstr "Расчет значения отдачи" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 47 +-#: rc.cpp:1295 ++#: rc.cpp:1247 + #, fuzzy, no-c-format + msgid "Connections mesurments count" + msgstr "Расчет значения соединений" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 51 +-#: rc.cpp:1298 ++#: rc.cpp:1250 + #, fuzzy, no-c-format + msgid "DHT mesurments count" + msgstr "Расчет значений DHT" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 56 +-#: rc.cpp:1301 ++#: rc.cpp:1253 + #, no-c-format + msgid "OY axis max mode" + msgstr "Максимум оси OY" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 16 +-#: rc.cpp:1310 ++#: rc.cpp:1262 + #, no-c-format + msgid "Import an existing download" + msgstr "Импорт существующей загрузки" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 49 +-#: rc.cpp:1313 ++#: rc.cpp:1265 + #, no-c-format + msgid "Torrent:" + msgstr "Торрент:" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 63 +-#: rc.cpp:1316 ++#: rc.cpp:1268 + #, no-c-format + msgid "Data:" + msgstr "Данные:" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 95 +-#: rc.cpp:1319 ++#: rc.cpp:1271 + #, no-c-format + msgid "" + "Please specify the torrent and the data already downloaded for that torrent." +@@ -3157,684 +3157,684 @@ msgstr "" + "этого торрента." + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 133 +-#: rc.cpp:1322 ++#: rc.cpp:1274 + #, no-c-format + msgid "&Import" + msgstr "&Импортировать" + + #. i18n: file ./plugins/rssfeed/ktrssfeedplugin.kcfg line 10 +-#: rc.cpp:1328 ++#: rc.cpp:1280 + #, no-c-format + msgid "default" + msgstr "по-умолчанию" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 18 +-#: rc.cpp:1331 ++#: rc.cpp:1283 + #, no-c-format + msgid "Rss Feeds" + msgstr "Ленты RSS" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 36 +-#: rc.cpp:1334 ++#: rc.cpp:1286 + #, no-c-format + msgid "Feeds" + msgstr "Ленты" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 78 +-#: rc.cpp:1337 ++#: rc.cpp:1289 + #, no-c-format + msgid "De&lete" + msgstr "Удалить" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 86 +-#: rc.cpp:1340 rc.cpp:1382 rc.cpp:1392 ++#: rc.cpp:1292 rc.cpp:1331 rc.cpp:1340 + #, fuzzy, no-c-format + msgid "&New" + msgstr "Добавить" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 117 +-#: rc.cpp:1343 ++#: rc.cpp:1295 + #, fuzzy, no-c-format + msgid "&URL" + msgstr "URL" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 139 +-#: rc.cpp:1346 ++#: rc.cpp:1298 + #, no-c-format + msgid "Articles" + msgstr "Статьи" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 216 +-#: rc.cpp:1353 ++#: rc.cpp:1304 + #, no-c-format + msgid "Auto&refresh" + msgstr "Автообновление" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 242 +-#: rc.cpp:1356 ++#: rc.cpp:1307 + #, no-c-format + msgid "I&gnore TTL" + msgstr "Игнорировать TTL" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 270 +-#: rc.cpp:1359 ++#: rc.cpp:1310 + #, no-c-format + msgid "Refresh" + msgstr "Обновить" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 299 +-#: rc.cpp:1363 rc.cpp:1395 ++#: rc.cpp:1313 rc.cpp:1343 + #, no-c-format + msgid "&Title" + msgstr "Заголовок" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 323 +-#: rc.cpp:1366 ++#: rc.cpp:1316 + #, no-c-format + msgid "Keep Articles (days)" + msgstr "Хранить статьи (дни)" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 347 +-#: rc.cpp:1369 rc.cpp:1398 ++#: rc.cpp:1319 rc.cpp:1346 + #, no-c-format + msgid "&Active" + msgstr "Активно" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 362 +-#: rc.cpp:1372 ++#: rc.cpp:1322 + #, no-c-format + msgid "Filters" + msgstr "Фильтры" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 389 +-#: rc.cpp:1375 ++#: rc.cpp:1325 + #, fuzzy, no-c-format + msgid "Accept Filters" + msgstr "Принимать фильтры" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 440 +-#: rc.cpp:1385 ++#: rc.cpp:1334 + #, fuzzy, no-c-format + msgid "Reject Filters" + msgstr "Отклонять фильтры" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 557 +-#: rc.cpp:1401 ++#: rc.cpp:1349 + #, no-c-format + msgid "Regular Expressions" + msgstr "Регулярные выражения" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 587 +-#: rc.cpp:1404 ++#: rc.cpp:1352 + #, no-c-format + msgid "Treat as &Series" + msgstr "Рассматривать как серию" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 624 +-#: rc.cpp:1407 ++#: rc.cpp:1355 + #, fuzzy, no-c-format + msgid "Process" + msgstr "Выполнение" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 643 +-#: rc.cpp:1411 ++#: rc.cpp:1358 + #, no-c-format + msgid "Series Criteria" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 679 +-#: rc.cpp:1414 ++#: rc.cpp:1361 + #, no-c-format + msgid "Match Without Episode" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 713 +-#: rc.cpp:1418 ++#: rc.cpp:1364 + #, no-c-format + msgid "Max Episode" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 739 +-#: rc.cpp:1421 ++#: rc.cpp:1367 + #, fuzzy, no-c-format + msgid "Max Season" + msgstr "Коэффициент передачи:" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 758 +-#: rc.cpp:1424 ++#: rc.cpp:1370 + #, no-c-format + msgid "Min Season" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 782 +-#: rc.cpp:1427 ++#: rc.cpp:1373 + #, no-c-format + msgid "Min Episode" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 814 +-#: rc.cpp:1430 ++#: rc.cpp:1376 + #, no-c-format + msgid "Test te&xt" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 840 +-#: rc.cpp:1433 ++#: rc.cpp:1379 + #, no-c-format + msgid "Te&st" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 858 +-#: rc.cpp:1436 ++#: rc.cpp:1382 + #, fuzzy, no-c-format + msgid "Filter Matches" + msgstr "Путь Folder1" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 28 +-#: rc.cpp:1447 ++#: rc.cpp:1391 + #, no-c-format + msgid "Bandwidth scheduler" + msgstr "Планирование использования канала" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 50 +-#: rc.cpp:1450 ++#: rc.cpp:1394 + #, no-c-format + msgid "Left click category" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 61 +-#: rc.cpp:1453 ++#: rc.cpp:1397 + #, no-c-format + msgid "Categor&y 1" + msgstr "Категор&ия 1" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 157 +-#: rc.cpp:1456 rc.cpp:1483 ++#: rc.cpp:1400 rc.cpp:1427 + #, no-c-format + msgid "T&urn off" + msgstr "В&ыключить" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 165 +-#: rc.cpp:1459 rc.cpp:1486 ++#: rc.cpp:1403 rc.cpp:1430 + #, no-c-format + msgid "&Normal" + msgstr "&Норма" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 195 +-#: rc.cpp:1462 ++#: rc.cpp:1406 + #, no-c-format + msgid "Category &3" + msgstr "Категория &3" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 206 +-#: rc.cpp:1468 rc.cpp:1492 ++#: rc.cpp:1412 rc.cpp:1436 + #, no-c-format + msgid "Category &2" + msgstr "Категория &2" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 219 +-#: rc.cpp:1474 ++#: rc.cpp:1418 + #, no-c-format + msgid "Right click category" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 230 +-#: rc.cpp:1477 ++#: rc.cpp:1421 + #, no-c-format + msgid "Category &1" + msgstr "Категория &1" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 367 +-#: rc.cpp:1489 ++#: rc.cpp:1433 + #, no-c-format + msgid "&Category 3" + msgstr "&Категория 3" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 390 +-#: rc.cpp:1498 ++#: rc.cpp:1442 + #, no-c-format + msgid "Categories" + msgstr "Категории" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 401 +-#: rc.cpp:1501 ++#: rc.cpp:1445 + #, no-c-format + msgid "1. Category" + msgstr "1. Категория" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 409 +-#: rc.cpp:1504 ++#: rc.cpp:1448 + #, no-c-format + msgid "3. Category" + msgstr "3. Категория" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 425 +-#: rc.cpp:1507 rc.cpp:1516 rc.cpp:1525 ++#: rc.cpp:1451 rc.cpp:1460 rc.cpp:1469 + #, no-c-format + msgid "download:" + msgstr "загрузка:" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 441 +-#: rc.cpp:1510 rc.cpp:1519 rc.cpp:1528 ++#: rc.cpp:1454 rc.cpp:1463 rc.cpp:1472 + #, no-c-format + msgid "upload:" + msgstr "отдача:" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 457 +-#: rc.cpp:1513 rc.cpp:1522 rc.cpp:1531 ++#: rc.cpp:1457 rc.cpp:1466 rc.cpp:1475 + #, no-c-format + msgid "KB/s *" + msgstr "КБ/с *" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 567 +-#: rc.cpp:1534 ++#: rc.cpp:1478 + #, no-c-format + msgid "2. Category" + msgstr "2. Категория" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 626 +-#: rc.cpp:1538 ++#: rc.cpp:1481 + #, no-c-format + msgid "* zero means no limit" + msgstr "* 0 - без ограничений" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 672 +-#: rc.cpp:1541 ++#: rc.cpp:1484 + #, no-c-format + msgid "Save to file" + msgstr "Сохранить в файл" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 680 +-#: rc.cpp:1544 ++#: rc.cpp:1487 + #, no-c-format + msgid "&Load from file" + msgstr "&Загрузить из файла" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 688 +-#: rc.cpp:1547 ++#: rc.cpp:1490 + #, fuzzy, no-c-format + msgid "Reset schedule" + msgstr "Сбросить задание" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 751 +-#: rc.cpp:1550 ++#: rc.cpp:1493 + #, no-c-format + msgid "O&k" + msgstr "O&k" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 16 +-#: rc.cpp:1559 ++#: rc.cpp:1502 + #, fuzzy, no-c-format + msgid "Scheduler Plugin Pref Page" + msgstr "Страница параметров модуля задач" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 27 +-#: rc.cpp:1562 ++#: rc.cpp:1505 + #, no-c-format + msgid "Use &bandwidth scheduler?" + msgstr "Включить &планирование использования канала" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 35 +-#: plugins/scheduler/schedulerplugin.cpp:59 rc.cpp:1565 ++#: plugins/scheduler/schedulerplugin.cpp:59 rc.cpp:1508 + #, no-c-format + msgid "Bandwidth Scheduler" + msgstr "Планирование использования канала" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 46 +-#: rc.cpp:1568 ++#: rc.cpp:1511 + #, no-c-format + msgid "Use colors instead of pi&xmaps?" + msgstr "Использовать цвета вместо изображений?" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 54 +-#: rc.cpp:1571 ++#: rc.cpp:1514 + #, no-c-format + msgid "(Recommended for slower systems)" + msgstr "(рекомендуется для медленных компьютеров)" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 62 +-#: rc.cpp:1574 ++#: rc.cpp:1517 + #, fuzzy, no-c-format + msgid "Edit s&chedule" + msgstr "Изменить задание" + + #. i18n: file ./plugins/scheduler/ktschedulerplugin.kcfg line 10 +-#: rc.cpp:1577 ++#: rc.cpp:1520 + #, no-c-format + msgid "Enable bandwidth scheduler?" + msgstr "Включить планирование использования канала?" + + #. i18n: file ./plugins/scheduler/ktschedulerplugin.kcfg line 14 +-#: rc.cpp:1580 ++#: rc.cpp:1523 + #, no-c-format + msgid "Use colors instead of pixmaps?" + msgstr "Использовать цвета вместо изображений?" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 10 +-#: rc.cpp:1583 ++#: rc.cpp:1526 + #, no-c-format + msgid "Use rich log text" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 15 +-#: rc.cpp:1586 ++#: rc.cpp:1529 + #, no-c-format + msgid "General info messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 19 +-#: rc.cpp:1589 ++#: rc.cpp:1532 + #, no-c-format + msgid "Connections messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 23 +-#: rc.cpp:1592 ++#: rc.cpp:1535 + #, no-c-format + msgid "DHT messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 27 +-#: rc.cpp:1595 ++#: rc.cpp:1538 + #, no-c-format + msgid "Tracker info messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 31 +-#: rc.cpp:1598 ++#: rc.cpp:1541 + #, no-c-format + msgid "Disk IO info messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 35 +-#: rc.cpp:1601 ++#: rc.cpp:1544 + #, no-c-format + msgid "IPFilter plugin messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 39 +-#: rc.cpp:1604 ++#: rc.cpp:1547 + #, no-c-format + msgid "Search plugin messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 43 +-#: rc.cpp:1607 ++#: rc.cpp:1550 + #, no-c-format + msgid "PartFileImport plugin messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 47 +-#: rc.cpp:1610 ++#: rc.cpp:1553 + #, no-c-format + msgid "InfoWidget plugin messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 51 +-#: rc.cpp:1613 ++#: rc.cpp:1556 + #, no-c-format + msgid "UPnP plugin messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 55 +-#: rc.cpp:1616 ++#: rc.cpp:1559 + #, no-c-format + msgid "ScanFolder plugin messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 59 +-#: rc.cpp:1619 ++#: rc.cpp:1562 + #, no-c-format + msgid "Scheduler plugin messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 63 +-#: rc.cpp:1622 ++#: rc.cpp:1565 + #, no-c-format + msgid "RSS plugin messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 67 +-#: rc.cpp:1625 ++#: rc.cpp:1568 + #, fuzzy, no-c-format + msgid "WebInterface plugin messages flag" + msgstr "Общие параметры" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 16 +-#: plugins/logviewer/logprefpage.cpp:31 rc.cpp:1628 ++#: plugins/logviewer/logprefpage.cpp:31 rc.cpp:1571 + #, no-c-format + msgid "LogViewer Options" + msgstr "" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 44 +-#: libktorrent/pluginmanagerprefpage.cpp:63 rc.cpp:1631 ++#: libktorrent/pluginmanagerprefpage.cpp:63 rc.cpp:1574 + #, no-c-format + msgid "Plugins" + msgstr "Модули" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 53 +-#: rc.cpp:1634 rc.cpp:1652 rc.cpp:1670 rc.cpp:1691 rc.cpp:1706 rc.cpp:1724 +-#: rc.cpp:1745 rc.cpp:1763 rc.cpp:1778 rc.cpp:1811 rc.cpp:1826 rc.cpp:1841 +-#: rc.cpp:1859 rc.cpp:1874 ++#: rc.cpp:1577 rc.cpp:1595 rc.cpp:1613 rc.cpp:1634 rc.cpp:1649 rc.cpp:1667 ++#: rc.cpp:1688 rc.cpp:1706 rc.cpp:1721 rc.cpp:1754 rc.cpp:1769 rc.cpp:1784 ++#: rc.cpp:1802 rc.cpp:1817 + #, no-c-format + msgid "All" + msgstr "Все" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 58 +-#: rc.cpp:1637 rc.cpp:1655 rc.cpp:1673 rc.cpp:1694 rc.cpp:1709 rc.cpp:1727 +-#: rc.cpp:1748 rc.cpp:1766 rc.cpp:1781 rc.cpp:1814 rc.cpp:1829 rc.cpp:1844 +-#: rc.cpp:1862 rc.cpp:1877 ++#: rc.cpp:1580 rc.cpp:1598 rc.cpp:1616 rc.cpp:1637 rc.cpp:1652 rc.cpp:1670 ++#: rc.cpp:1691 rc.cpp:1709 rc.cpp:1724 rc.cpp:1757 rc.cpp:1772 rc.cpp:1787 ++#: rc.cpp:1805 rc.cpp:1820 + #, no-c-format + msgid "Debug" + msgstr "Отладка" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 63 +-#: rc.cpp:1640 rc.cpp:1658 rc.cpp:1676 rc.cpp:1697 rc.cpp:1712 rc.cpp:1730 +-#: rc.cpp:1751 rc.cpp:1769 rc.cpp:1784 rc.cpp:1817 rc.cpp:1832 rc.cpp:1847 +-#: rc.cpp:1865 rc.cpp:1880 ++#: rc.cpp:1583 rc.cpp:1601 rc.cpp:1619 rc.cpp:1640 rc.cpp:1655 rc.cpp:1673 ++#: rc.cpp:1694 rc.cpp:1712 rc.cpp:1727 rc.cpp:1760 rc.cpp:1775 rc.cpp:1790 ++#: rc.cpp:1808 rc.cpp:1823 + #, no-c-format + msgid "Notice" + msgstr "Уведомление" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 68 +-#: rc.cpp:1643 rc.cpp:1661 rc.cpp:1679 rc.cpp:1700 rc.cpp:1715 rc.cpp:1733 +-#: rc.cpp:1754 rc.cpp:1772 rc.cpp:1787 rc.cpp:1820 rc.cpp:1835 rc.cpp:1850 +-#: rc.cpp:1868 rc.cpp:1883 ++#: rc.cpp:1586 rc.cpp:1604 rc.cpp:1622 rc.cpp:1643 rc.cpp:1658 rc.cpp:1676 ++#: rc.cpp:1697 rc.cpp:1715 rc.cpp:1730 rc.cpp:1763 rc.cpp:1778 rc.cpp:1793 ++#: rc.cpp:1811 rc.cpp:1826 + #, no-c-format + msgid "Important" + msgstr "Важное" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 73 +-#: rc.cpp:1646 rc.cpp:1664 rc.cpp:1682 rc.cpp:1703 rc.cpp:1718 rc.cpp:1736 +-#: rc.cpp:1757 rc.cpp:1775 rc.cpp:1790 rc.cpp:1823 rc.cpp:1838 rc.cpp:1853 +-#: rc.cpp:1871 rc.cpp:1886 ++#: rc.cpp:1589 rc.cpp:1607 rc.cpp:1625 rc.cpp:1646 rc.cpp:1661 rc.cpp:1679 ++#: rc.cpp:1700 rc.cpp:1718 rc.cpp:1733 rc.cpp:1766 rc.cpp:1781 rc.cpp:1796 ++#: rc.cpp:1814 rc.cpp:1829 + #, no-c-format + msgid "None" + msgstr "Нет" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 85 +-#: rc.cpp:1649 ++#: rc.cpp:1592 + #, no-c-format + msgid "IPFilter:" + msgstr "IP-фильтр:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 126 +-#: rc.cpp:1667 ++#: rc.cpp:1610 + #, no-c-format + msgid "Search:" + msgstr "Поиск:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 167 +-#: rc.cpp:1685 ++#: rc.cpp:1628 + #, no-c-format + msgid "UPnP:" + msgstr "UPnP:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 178 +-#: rc.cpp:1688 ++#: rc.cpp:1631 + #, no-c-format + msgid "ScanFolder:" + msgstr "Сканировать каталог:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 249 +-#: rc.cpp:1721 ++#: rc.cpp:1664 + #, no-c-format + msgid "Scheduler:" + msgstr "Планирование:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 290 +-#: rc.cpp:1739 ++#: rc.cpp:1682 + #, no-c-format + msgid "PartFileImport:" + msgstr "Загрузка неполных файлов:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 301 +-#: rc.cpp:1742 ++#: rc.cpp:1685 + #, no-c-format + msgid "InfoWidget:" + msgstr "InfoWidget:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 342 +-#: rc.cpp:1760 ++#: rc.cpp:1703 + #, no-c-format + msgid "RSS plugin:" + msgstr "Модуль RSS:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 413 +-#: rc.cpp:1793 ++#: rc.cpp:1736 + #, no-c-format + msgid "WebInterface plugin:" + msgstr "Модуль Веб-интерфейса" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 426 +-#: rc.cpp:1796 ++#: rc.cpp:1739 + #, fuzzy, no-c-format + msgid "System" + msgstr "Система" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 437 +-#: rc.cpp:1799 ++#: rc.cpp:1742 + #, no-c-format + msgid "General:" + msgstr "Общие:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 445 +-#: rc.cpp:1802 ++#: rc.cpp:1745 + #, no-c-format + msgid "Connections:" + msgstr "Соединения:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 559 +-#: rc.cpp:1856 ++#: rc.cpp:1799 + #, no-c-format + msgid "Disk I/O:" + msgstr "Работа с жёстким диском:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 640 +-#: rc.cpp:1892 ++#: rc.cpp:1835 + #, no-c-format + msgid "Use rich te&xt for log" + msgstr "Использовать rtf для протокола" + + #. i18n: file ./plugins/search/searchpref.ui line 41 +-#: rc.cpp:1898 ++#: rc.cpp:1841 + #, no-c-format + msgid "External Browser" + msgstr "Внешний браузер" + + #. i18n: file ./plugins/search/searchpref.ui line 52 +-#: rc.cpp:1901 ++#: rc.cpp:1844 + #, no-c-format + msgid "Open searches in external browser" + msgstr "Открывать поисковые запросы во внешнем браузере" + + #. i18n: file ./plugins/search/searchpref.ui line 60 +-#: rc.cpp:1904 rc.cpp:1955 ++#: rc.cpp:1847 rc.cpp:1892 + #, no-c-format + msgid "Use default browser" + msgstr "Использовать стандартный браузер" + + #. i18n: file ./plugins/search/searchpref.ui line 79 +-#: rc.cpp:1908 ++#: rc.cpp:1850 + #, no-c-format + msgid "Custom browser path:" + msgstr "Указать путь к браузеру:" + + #. i18n: file ./plugins/search/searchpref.ui line 116 +-#: rc.cpp:1912 ++#: rc.cpp:1853 + #, no-c-format + msgid "Search Engines" + msgstr "Поисковики" + + #. i18n: file ./plugins/search/searchpref.ui line 143 +-#: rc.cpp:1916 ++#: rc.cpp:1856 + #, no-c-format + msgid "Search engine name:" + msgstr "Имя поисковика:" + + #. i18n: file ./plugins/search/searchpref.ui line 187 +-#: rc.cpp:1922 ++#: rc.cpp:1862 + #, no-c-format + msgid "&Add" + msgstr "&Добавить" + + #. i18n: file ./plugins/search/searchpref.ui line 195 +-#: rc.cpp:1925 ++#: rc.cpp:1865 + #, no-c-format + msgid "Engines" + msgstr "Поисковики" + + #. i18n: file ./plugins/search/searchpref.ui line 206 +-#: rc.cpp:1928 ++#: rc.cpp:1868 + #, no-c-format + msgid "URL" + msgstr "URL" + + #. i18n: file ./plugins/search/searchpref.ui line 257 +-#: rc.cpp:1934 ++#: rc.cpp:1874 + #, no-c-format + msgid "R&emove All" + msgstr "Удалит&ь все" + + #. i18n: file ./plugins/search/searchpref.ui line 282 +-#: rc.cpp:1937 ++#: rc.cpp:1877 + #, no-c-format + msgid "Add Defau<" + msgstr "&Добавить основной" + + #. i18n: file ./plugins/search/searchpref.ui line 290 +-#: rc.cpp:1940 ++#: rc.cpp:1880 + #, no-c-format + msgid "Update From Internet" + msgstr "Обновить из Internet" + + #. i18n: file ./plugins/search/searchbar.ui line 53 + #: plugins/search/searchplugin.cpp:50 plugins/search/searchtab.cpp:48 +-#: rc.cpp:1946 ++#: rc.cpp:1883 + #, no-c-format + msgid "Search" + msgstr "Поиск" + + #. i18n: file ./plugins/search/searchbar.ui line 78 +-#: rc.cpp:1949 ++#: rc.cpp:1886 + #, no-c-format + msgid "Search engine:" + msgstr "Поисковик:" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 10 +-#: rc.cpp:1952 ++#: rc.cpp:1889 + #, no-c-format + msgid "Current search engine" + msgstr "Текущий поисковик" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 19 +-#: rc.cpp:1958 ++#: rc.cpp:1895 + #, no-c-format + msgid "Use custom browser" + msgstr "Использовать указанный браузер" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 23 +-#: rc.cpp:1961 ++#: rc.cpp:1898 + #, no-c-format + msgid "Custom browser executable path" + msgstr "Путь к браузеру" +@@ -4121,18 +4121,18 @@ msgstr "Проверка данных" + msgid "Stopped. No space left on device." + msgstr "Остановлено. Нет места на диске." + +-#: libktorrent/torrent/queuemanager.cpp:135 ++#: libktorrent/torrent/queuemanager.cpp:136 + msgid "" + "You don't have enough disk space to download this torrent. Are you sure you " + "want to continue?" + msgstr "Не достаточно места для загрузки торрента. Продолжить?" + +-#: libktorrent/torrent/queuemanager.cpp:135 ++#: libktorrent/torrent/queuemanager.cpp:136 + #, c-format + msgid "Insufficient disk space for %1" + msgstr "Недостаточно дискового пространства для %1" + +-#: libktorrent/torrent/queuemanager.cpp:157 ++#: libktorrent/torrent/queuemanager.cpp:158 + #, fuzzy + msgid "" + "Torrent \"%1\" has reached its maximum share ratio. Ignore the limit and start " +@@ -4141,17 +4141,17 @@ msgstr "" + "Торрент \"%1\" достиг своего максимума ратио. Игнорировать и продолжить " + "сидирование?" + +-#: libktorrent/torrent/queuemanager.cpp:157 ++#: libktorrent/torrent/queuemanager.cpp:158 + #, fuzzy + msgid "Maximum share ratio limit reached." + msgstr "Максимум ратио достигнут." + +-#: libktorrent/torrent/queuemanager.cpp:236 +-#: libktorrent/torrent/queuemanager.cpp:760 ++#: libktorrent/torrent/queuemanager.cpp:237 ++#: libktorrent/torrent/queuemanager.cpp:763 + msgid "Error stopping torrent %1 : %2" + msgstr "Ошибка при остановке торрента %1: %2" + +-#: libktorrent/torrent/queuemanager.cpp:742 ++#: libktorrent/torrent/queuemanager.cpp:745 + msgid "Error starting torrent %1 : %2" + msgstr "Ошибка при запуске торрента %1: %2" + +diff --git a/translations/rw/messages/ktorrent.po b/translations/rw/messages/ktorrent.po +index c976c6f..5fbb37e 100644 +--- a/translations/rw/messages/ktorrent.po ++++ b/translations/rw/messages/ktorrent.po +@@ -15,7 +15,7 @@ + msgid "" + msgstr "" + "Project-Id-Version: ktorrent 3.4\n" +-"POT-Creation-Date: 2008-04-18 19:40+0200\n" ++"POT-Creation-Date: 2008-07-08 22:20+0200\n" + "PO-Revision-Date: 2005-05-25 18:43-0600\n" + "Last-Translator: Steve Murphy \n" + "Language-Team: Kinyarwanda \n" +@@ -28,7 +28,7 @@ msgid "No incoming connections (possibly firewalled)" + msgstr "" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 42 +-#: apps/ktorrent/ktorrent.cpp:184 rc.cpp:345 rc.cpp:383 rc.cpp:1019 ++#: apps/ktorrent/ktorrent.cpp:184 rc.cpp:336 rc.cpp:369 rc.cpp:989 + #, no-c-format + msgid "Info" + msgstr "Ibisobanuro" +@@ -207,7 +207,7 @@ msgstr "URL Ikoze nabi" + #. i18n: file ./apps/ktorrent/ktorrentui.rc line 9 + #: apps/ktorrent/groups/downloadgroup.cpp:27 + #: apps/ktorrent/groups/groupmanager.h:57 apps/ktorrent/pref.cpp:147 +-#: apps/ktorrent/viewmanager.cpp:62 rc.cpp:138 rc.cpp:342 ++#: apps/ktorrent/viewmanager.cpp:62 rc.cpp:132 rc.cpp:333 + #, no-c-format + msgid "Downloads" + msgstr "Iyimura" +@@ -330,7 +330,7 @@ msgid "Document to open" + msgstr "Inyandiko igomba gufungurwa" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 59 +-#: apps/ktorrent/main.cpp:120 rc.cpp:553 ++#: apps/ktorrent/main.cpp:120 rc.cpp:532 + #, fuzzy, no-c-format + msgid "KTorrent" + msgstr "Ikinyakoreya" +@@ -618,7 +618,7 @@ msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 85 + #: apps/ktorrent/ktorrentviewmenu.cpp:66 plugins/infowidget/peerview.cpp:221 +-#: rc.cpp:77 rc.cpp:1256 rc.cpp:1307 ++#: rc.cpp:75 rc.cpp:1208 rc.cpp:1259 + #, no-c-format + msgid "DHT" + msgstr "" +@@ -662,7 +662,7 @@ msgid "Add to Group" + msgstr "" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 16 +-#: apps/ktorrent/ktorrentviewmenu.cpp:100 rc.cpp:147 ++#: apps/ktorrent/ktorrentviewmenu.cpp:100 rc.cpp:141 + #, no-c-format + msgid "Speed Limits" + msgstr "" +@@ -681,7 +681,7 @@ msgid "Malformed IP address." + msgstr "URL Ikoze nabi" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 311 +-#: apps/ktorrent/pref.cpp:58 rc.cpp:282 ++#: apps/ktorrent/pref.cpp:58 rc.cpp:273 + #, no-c-format + msgid "Preferences" + msgstr "Ibyahisemo" +@@ -716,7 +716,7 @@ msgid "Advanced" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 27 +-#: apps/ktorrent/pref.cpp:411 rc.cpp:540 ++#: apps/ktorrent/pref.cpp:411 rc.cpp:519 + #, fuzzy, no-c-format + msgid "Advanced Options" + msgstr "Idosiye " +@@ -727,7 +727,7 @@ msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 16 + #: apps/ktorrent/ktorrentview.cpp:135 +-#: plugins/infowidget/infowidgetplugin.cpp:76 rc.cpp:1016 ++#: plugins/infowidget/infowidgetplugin.cpp:76 rc.cpp:986 + #, no-c-format + msgid "Status" + msgstr "Imimerere" +@@ -750,7 +750,7 @@ msgstr "Gushyiraho" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 313 + #: apps/ktorrent/ktorrentview.cpp:139 plugins/infowidget/peerview.cpp:216 +-#: rc.cpp:1010 ++#: rc.cpp:980 + #, fuzzy, no-c-format + msgid "Down Speed" + msgstr "Ntu kohereze" +@@ -876,7 +876,7 @@ msgid "User" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 24 +-#: apps/ktorrent/queuedialog.cpp:75 rc.cpp:249 ++#: apps/ktorrent/queuedialog.cpp:75 rc.cpp:240 + #, no-c-format + msgid "Queue Manager" + msgstr "" +@@ -1077,8 +1077,8 @@ msgid "Start torrent" + msgstr "Gutangira i " + + #. i18n: file ./apps/ktorrent/fileselectdlgbase.ui line 160 +-#: plugins/infowidget/fileview.cpp:49 rc.cpp:27 rc.cpp:1244 rc.cpp:1259 +-#: rc.cpp:1349 rc.cpp:1439 ++#: plugins/infowidget/fileview.cpp:49 rc.cpp:27 rc.cpp:1196 rc.cpp:1211 ++#: rc.cpp:1301 rc.cpp:1385 + #, no-c-format + msgid "Download" + msgstr "Iyimura" +@@ -1132,13 +1132,13 @@ msgid "Encryption" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 58 +-#: rc.cpp:64 rc.cpp:787 ++#: rc.cpp:63 rc.cpp:764 + #, no-c-format + msgid "Use protocol encryption" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 64 +-#: rc.cpp:68 ++#: rc.cpp:66 + #, no-c-format + msgid "" + "Protocol encryption is used to prevent ISP's from slowing down bittorrent " +@@ -1146,20 +1146,20 @@ msgid "" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 72 +-#: rc.cpp:71 rc.cpp:790 ++#: rc.cpp:69 rc.cpp:767 + #, no-c-format + msgid "Allow unencrypted connections" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 75 +-#: rc.cpp:74 ++#: rc.cpp:72 + #, no-c-format + msgid "" + "If unchecked, you'll be able to connect only to clients supporting encryption." + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 88 +-#: rc.cpp:80 ++#: rc.cpp:78 + #, no-c-format + msgid "" + "Distributed Hash Table protocol." +@@ -1167,169 +1167,169 @@ msgid "" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 99 +-#: rc.cpp:83 ++#: rc.cpp:81 + #, no-c-format + msgid "&Use DHT to get additional peers" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 118 +-#: rc.cpp:87 ++#: rc.cpp:84 + #, no-c-format + msgid "UDP port for DHT communication:" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 161 +-#: rc.cpp:90 ++#: rc.cpp:87 + #, no-c-format + msgid "Custom IP" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 172 +-#: rc.cpp:93 ++#: rc.cpp:90 + #, no-c-format + msgid "Se&nd the tracker a custom IP address or hostname" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 188 +-#: rc.cpp:96 ++#: rc.cpp:93 + #, no-c-format + msgid "Custom IP address or hostname:" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 205 +-#: rc.cpp:99 ++#: rc.cpp:96 + #, fuzzy, no-c-format + msgid "System Tray Icon" + msgstr "Kwerekana agashushondanga k'igitwara sisitemu" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 216 +-#: rc.cpp:102 ++#: rc.cpp:99 + #, fuzzy, no-c-format + msgid "Show s&ystem tray icon" + msgstr "Kwerekana agashushondanga k'igitwara sisitemu" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 224 +-#: rc.cpp:105 ++#: rc.cpp:102 + #, fuzzy, no-c-format + msgid "Show speed &bar in tray icon" + msgstr "Kwerekana agashushondanga k'igitwara sisitemu" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 232 +-#: rc.cpp:108 ++#: rc.cpp:105 + #, fuzzy, no-c-format + msgid "Show system tray popup messages" + msgstr "Kwerekana agashushondanga k'igitwara sisitemu" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 251 +-#: rc.cpp:112 ++#: rc.cpp:108 + #, no-c-format + msgid "Upload bandwidth (in KB/sec):" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 276 +-#: rc.cpp:115 ++#: rc.cpp:111 + #, no-c-format + msgid "Download bandwidth (in KB/sec):" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 305 +-#: rc.cpp:118 ++#: rc.cpp:114 + #, fuzzy, no-c-format + msgid "Folders" + msgstr "amadosiye yose" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 324 +-#: rc.cpp:121 ++#: rc.cpp:117 + #, fuzzy, no-c-format + msgid "Folder to store temporary files:" + msgstr "Kuri By'igihe gito Idosiye : " + + #. i18n: file ./apps/ktorrent/generalpref.ui line 342 +-#: rc.cpp:124 ++#: rc.cpp:120 + #, fuzzy, no-c-format + msgid "Move completed downloads to:" + msgstr "Iyimura" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 353 +-#: rc.cpp:128 ++#: rc.cpp:123 + #, fuzzy, no-c-format + msgid "&Automatically save downloads to:" + msgstr "Kubika Iyimura Kuri : " + + #. i18n: file ./apps/ktorrent/generalpref.ui line 395 +-#: rc.cpp:131 ++#: rc.cpp:126 + #, fuzzy, no-c-format + msgid "Copy .torrent files to:" + msgstr "Amadosiye y'inyandiko" + + #. i18n: file ./apps/ktorrent/ktorrentui.rc line 34 +-#: rc.cpp:144 ++#: rc.cpp:138 + #, fuzzy, no-c-format + msgid "Download Toolbar" + msgstr "Iyimura y'ububiko" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 27 +-#: rc.cpp:150 ++#: rc.cpp:144 + #, fuzzy, no-c-format + msgid "Set the speed limits for torrent" + msgstr "Gutangira i " + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 51 +-#: rc.cpp:153 ++#: rc.cpp:147 + #, fuzzy, no-c-format + msgid "Max upload rate:" + msgstr "Gushyiraho Igipimo : " + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 59 +-#: rc.cpp:156 ++#: rc.cpp:150 + #, fuzzy, no-c-format + msgid "Max download rate:" + msgstr "Iyimura Igipimo : " + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 97 +-#: rc.cpp:159 rc.cpp:162 ++#: rc.cpp:153 rc.cpp:156 + #, fuzzy, no-c-format + msgid "KB/s (0 is no limit)" + msgstr "/Sec. ( 0 %S ni Oya ) " + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 16 +-#: rc.cpp:171 ++#: rc.cpp:165 + #, no-c-format + msgid "Add potential peer" + msgstr "" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 35 +-#: rc.cpp:174 ++#: rc.cpp:168 + #, fuzzy, no-c-format + msgid "Peer IP:" + msgstr "Peru" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 43 +-#: rc.cpp:177 rc.cpp:208 ++#: rc.cpp:171 rc.cpp:201 + #, no-c-format + msgid "127.0.0.1" + msgstr "" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 51 +-#: rc.cpp:180 rc.cpp:288 rc.cpp:525 rc.cpp:931 ++#: rc.cpp:174 rc.cpp:279 rc.cpp:504 rc.cpp:908 + #, no-c-format + msgid "Port:" + msgstr "Impagikiro:" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 100 +-#: rc.cpp:183 ++#: rc.cpp:177 + #, no-c-format + msgid "Enter peer IP and port." + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 16 +-#: rc.cpp:193 ++#: rc.cpp:186 + #, fuzzy, no-c-format + msgid "KTorrent Blacklist" + msgstr "Amadosiye y'inyandiko" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 30 +-#: rc.cpp:196 ++#: rc.cpp:189 + #, no-c-format + msgid "" + "Note: Blacklist applies to current session only. Use save/open to save your " +@@ -1337,187 +1337,187 @@ msgid "" + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 41 +-#: rc.cpp:199 ++#: rc.cpp:192 + #, fuzzy, no-c-format + msgid "Banned Peers" + msgstr "Kugena ibizakorwa" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 50 +-#: rc.cpp:202 ++#: rc.cpp:195 + #, no-c-format + msgid "Peer IP address" + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 96 +-#: rc.cpp:205 ++#: rc.cpp:198 + #, no-c-format + msgid "Add peer:" + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 134 +-#: rc.cpp:215 ++#: rc.cpp:207 + #, no-c-format + msgid "Adds a peer to blacklist" + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 168 +-#: rc.cpp:222 ++#: rc.cpp:213 + #, no-c-format + msgid "Removes selected peer from blacklist" + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 176 +-#: rc.cpp:225 ++#: rc.cpp:216 + #, no-c-format + msgid "C&lear" + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 182 +-#: rc.cpp:228 ++#: rc.cpp:219 + #, no-c-format + msgid "Clears this list" + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 218 +-#: rc.cpp:234 ++#: rc.cpp:225 + #, no-c-format + msgid "Save &As..." + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 224 +-#: rc.cpp:237 ++#: rc.cpp:228 + #, no-c-format + msgid "Save this blacklist to use with KTorrent IPFilter plugin" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 59 +-#: rc.cpp:252 ++#: rc.cpp:243 + #, fuzzy, no-c-format + msgid "Maximum downloads:" + msgstr "Iyimura : " + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 86 +-#: rc.cpp:255 ++#: rc.cpp:246 + #, fuzzy, no-c-format + msgid "Maximum seeds:" + msgstr "Iyimura : " + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 94 +-#: rc.cpp:258 ++#: rc.cpp:249 + #, no-c-format + msgid "Start download on low disk space :" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 102 +-#: rc.cpp:261 ++#: rc.cpp:252 + #, no-c-format + msgid "Minimum disk space:" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 140 +-#: rc.cpp:264 ++#: rc.cpp:255 + #, fuzzy, no-c-format + msgid "Don't start" + msgstr "Itatangiye" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 145 +-#: rc.cpp:267 ++#: rc.cpp:258 + #, no-c-format + msgid "Always ask" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 150 +-#: rc.cpp:270 ++#: rc.cpp:261 + #, fuzzy, no-c-format + msgid "Force start" + msgstr "Itatangiye" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 208 +-#: rc.cpp:273 ++#: rc.cpp:264 + #, no-c-format + msgid "MB" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 236 +-#: rc.cpp:276 rc.cpp:279 rc.cpp:312 rc.cpp:315 rc.cpp:324 ++#: rc.cpp:267 rc.cpp:270 rc.cpp:303 rc.cpp:306 rc.cpp:315 + #, fuzzy, no-c-format + msgid "(0 is no limit)" + msgstr "( 0 %S ni Oya ) " + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 330 +-#: rc.cpp:285 ++#: rc.cpp:276 + #, fuzzy, no-c-format + msgid "Maximum download rate:" + msgstr "Iyimura Igipimo : " + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 346 +-#: rc.cpp:291 ++#: rc.cpp:282 + #, no-c-format + msgid "Global connection limit:" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 354 +-#: rc.cpp:294 ++#: rc.cpp:285 + #, fuzzy, no-c-format + msgid "Max seed time:" + msgstr "Ikigero cy'Ingano:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 370 +-#: rc.cpp:297 ++#: rc.cpp:288 + #, fuzzy, no-c-format + msgid "Maximum connections per torrent:" + msgstr "Ukwihuza Iyimura : " + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 397 +-#: rc.cpp:300 ++#: rc.cpp:291 + #, no-c-format + msgid "Number of upload slots:" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 405 +-#: rc.cpp:303 ++#: rc.cpp:294 + #, fuzzy, no-c-format + msgid "UDP tracker port:" + msgstr "Umuyoboro: : " + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 413 +-#: rc.cpp:306 ++#: rc.cpp:297 + #, fuzzy, no-c-format + msgid "Max share ratio:" + msgstr "Ikigero cy'Ingano:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 421 +-#: rc.cpp:309 ++#: rc.cpp:300 + #, fuzzy, no-c-format + msgid "Maximum upload rate:" + msgstr "Gushyiraho Igipimo : " + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 576 +-#: rc.cpp:318 rc.cpp:321 ++#: rc.cpp:309 rc.cpp:312 + #, fuzzy, no-c-format + msgid "KB/sec (0 is no limit)" + msgstr "/Sec. ( 0 %S ni Oya ) " + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 651 +-#: rc.cpp:327 ++#: rc.cpp:318 + #, fuzzy, no-c-format + msgid "Hours (0 is no limit)" + msgstr "( 0 %S ni Oya ) " + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 663 +-#: rc.cpp:330 ++#: rc.cpp:321 + #, fuzzy, no-c-format + msgid "&Keep seeding after download is finished" + msgstr "Nyuma Iyimura ni Byarangiye " + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 674 +-#: rc.cpp:333 ++#: rc.cpp:324 + #, fuzzy, no-c-format + msgid "Attention" + msgstr "icya/ibyahindutse" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 685 +-#: rc.cpp:336 ++#: rc.cpp:327 + #, no-c-format + msgid "" + "The above ports must also be forwarded if you are behind a router. The UPnP " +@@ -1525,283 +1525,283 @@ msgid "" + msgstr "" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 16 +-#: rc.cpp:339 ++#: rc.cpp:330 + #, no-c-format + msgid "KT Queue Dialog" + msgstr "" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 69 +-#: rc.cpp:348 rc.cpp:386 rc.cpp:1107 ++#: rc.cpp:339 rc.cpp:372 rc.cpp:1067 + #, no-c-format + msgid "Status:" + msgstr "Imimerere:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 85 +-#: rc.cpp:351 rc.cpp:389 rc.cpp:1808 ++#: rc.cpp:342 rc.cpp:375 rc.cpp:1751 + #, fuzzy, no-c-format + msgid "Tracker:" + msgstr "Mucapurirakure" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 93 +-#: rc.cpp:354 rc.cpp:392 rc.cpp:1805 ++#: rc.cpp:345 rc.cpp:378 rc.cpp:1748 + #, no-c-format + msgid "DHT:" + msgstr "" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 109 +-#: rc.cpp:357 rc.cpp:395 rc.cpp:1061 ++#: rc.cpp:348 rc.cpp:381 rc.cpp:1025 + #, fuzzy, no-c-format + msgid "Share ratio:" + msgstr "Ikigero cy'Ingano:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 117 +-#: rc.cpp:360 ++#: rc.cpp:351 + #, no-c-format + msgid "Bytes left:" + msgstr "" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 177 +-#: rc.cpp:368 rc.cpp:377 ++#: rc.cpp:354 rc.cpp:363 + #, fuzzy, no-c-format + msgid "Torrent" + msgstr "Ikinyakoreya" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 188 +-#: rc.cpp:371 rc.cpp:380 ++#: rc.cpp:357 rc.cpp:366 + #, no-c-format + msgid "Controlled by" + msgstr "" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 214 +-#: rc.cpp:374 ++#: rc.cpp:360 + #, fuzzy, no-c-format + msgid "Upload&s" + msgstr "Gushyiraho" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 333 +-#: rc.cpp:398 ++#: rc.cpp:384 + #, fuzzy, no-c-format + msgid "Uploaded:" + msgstr "Gushyiraho" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 486 +-#: rc.cpp:406 ++#: rc.cpp:387 + #, no-c-format + msgid "M&ove up" + msgstr "" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 494 +-#: rc.cpp:409 ++#: rc.cpp:390 + #, no-c-format + msgid "Move dow&n" + msgstr "" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 519 +-#: rc.cpp:412 ++#: rc.cpp:393 + #, no-c-format + msgid "Move to top" + msgstr "" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 530 +-#: rc.cpp:416 ++#: rc.cpp:396 + #, no-c-format + msgid "Move to &bottom" + msgstr "" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 555 +-#: rc.cpp:419 ++#: rc.cpp:399 + #, no-c-format + msgid "&QM Controlled" + msgstr "" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 563 +-#: rc.cpp:422 ++#: rc.cpp:402 + #, no-c-format + msgid "&User Controlled" + msgstr "" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 30 +-#: rc.cpp:434 ++#: rc.cpp:414 + #, no-c-format + msgid "Paste URL" + msgstr "" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 52 +-#: rc.cpp:437 rc.cpp:1104 rc.cpp:1919 ++#: rc.cpp:417 rc.cpp:1064 rc.cpp:1859 + #, no-c-format + msgid "URL:" + msgstr "URL:" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 106 +-#: rc.cpp:440 ++#: rc.cpp:420 + #, fuzzy, no-c-format + msgid "O&K" + msgstr "YEGO" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 114 +-#: rc.cpp:443 rc.cpp:675 rc.cpp:1176 ++#: rc.cpp:423 rc.cpp:653 rc.cpp:1128 + #, fuzzy, no-c-format + msgid "C&ancel" + msgstr "Kureka" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 16 +-#: rc.cpp:446 ++#: rc.cpp:426 + #, fuzzy, no-c-format + msgid "Create Torrent" + msgstr "Gukora inyandiko" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 38 +-#: rc.cpp:449 ++#: rc.cpp:429 + #, fuzzy, no-c-format + msgid "The file or folder of which you want to create a torrent:" + msgstr "Idosiye Cyangwa Ububiko Bya Kuri Kurema A : " + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 53 +-#: rc.cpp:452 ++#: rc.cpp:432 + #, fuzzy, no-c-format + msgid "You must add at least one tracker or node." + msgstr "&Ongera Ku Rimwe . " + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 61 +-#: rc.cpp:455 ++#: rc.cpp:435 + #, fuzzy, no-c-format + msgid "File Options" + msgstr "Idosiye " + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 80 +-#: rc.cpp:458 ++#: rc.cpp:438 + #, fuzzy, no-c-format + msgid "Size of each chunk:" + msgstr "Bya : " + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 86 +-#: rc.cpp:461 ++#: rc.cpp:441 + #, no-c-format + msgid "32" + msgstr "32" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 91 +-#: rc.cpp:464 ++#: rc.cpp:444 + #, no-c-format + msgid "64" + msgstr "64" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 96 +-#: rc.cpp:467 ++#: rc.cpp:447 + #, fuzzy, no-c-format + msgid "128" + msgstr "1,28" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 101 +-#: rc.cpp:470 ++#: rc.cpp:450 + #, fuzzy, no-c-format + msgid "256" + msgstr "25" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 106 +-#: rc.cpp:473 ++#: rc.cpp:453 + #, fuzzy, no-c-format + msgid "512" + msgstr "12" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 111 +-#: rc.cpp:476 ++#: rc.cpp:456 + #, fuzzy, no-c-format + msgid "1024" + msgstr "0,24" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 116 +-#: rc.cpp:479 ++#: rc.cpp:459 + #, no-c-format + msgid "2048" + msgstr "" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 121 +-#: rc.cpp:482 ++#: rc.cpp:462 + #, no-c-format + msgid "4096" + msgstr "" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 126 +-#: rc.cpp:485 ++#: rc.cpp:465 + #, no-c-format + msgid "8192" + msgstr "" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 138 +-#: rc.cpp:488 rc.cpp:633 ++#: rc.cpp:468 rc.cpp:611 + #, no-c-format + msgid "KB" + msgstr "KB" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 165 +-#: rc.cpp:491 ++#: rc.cpp:471 + #, fuzzy, no-c-format + msgid "Start seedin&g the torrent" + msgstr "Gutangira i " + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 176 +-#: rc.cpp:494 ++#: rc.cpp:474 + #, no-c-format + msgid "Decentrali&zed (DHT only)" + msgstr "" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 184 +-#: rc.cpp:497 ++#: rc.cpp:477 + #, no-c-format + msgid "Private torrent (DHT not allowed)" + msgstr "" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 202 +-#: rc.cpp:500 ++#: rc.cpp:480 + #, no-c-format + msgid "Comments:" + msgstr "Ibisobanuro:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 248 +-#: rc.cpp:503 ++#: rc.cpp:483 + #, fuzzy, no-c-format + msgid "&Create" + msgstr "Kurema" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 262 +-#: rc.cpp:506 rc.cpp:1325 ++#: rc.cpp:486 rc.cpp:1277 + #, fuzzy, no-c-format + msgid "Ca&ncel" + msgstr "Kureka" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 275 +-#: plugins/infowidget/infowidgetplugin.cpp:214 rc.cpp:509 rc.cpp:1101 ++#: plugins/infowidget/infowidgetplugin.cpp:214 rc.cpp:489 rc.cpp:1061 + #, fuzzy, no-c-format + msgid "Trackers" + msgstr "Udusodeko" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 283 +-#: rc.cpp:512 ++#: rc.cpp:492 + #, no-c-format + msgid "DHT nodes" + msgstr "" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 333 +-#: rc.cpp:522 ++#: rc.cpp:501 + #, fuzzy, no-c-format + msgid "Node:" + msgstr "Izina:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 385 +-#: rc.cpp:528 ++#: rc.cpp:507 + #, no-c-format + msgid "IP or hostname" + msgstr "" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 396 +-#: rc.cpp:531 rc.cpp:718 rc.cpp:721 ++#: rc.cpp:510 rc.cpp:695 rc.cpp:698 + #, no-c-format + msgid "Port" + msgstr "Umuyoboro" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 437 +-#: rc.cpp:534 ++#: rc.cpp:513 + #, no-c-format + msgid "" + "NOTE: Some known good DHT nodes are already inserted. You should probably " +@@ -1809,19 +1809,19 @@ msgid "" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 16 +-#: rc.cpp:537 ++#: rc.cpp:516 + #, fuzzy, no-c-format + msgid "Advanced Preferences" + msgstr "Ibyahiswemo by'Umutekano" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 46 +-#: rc.cpp:543 ++#: rc.cpp:522 + #, no-c-format + msgid "Time left estimation algorithm:" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 53 +-#: rc.cpp:546 rc.cpp:568 ++#: rc.cpp:525 rc.cpp:547 + #, no-c-format + msgid "" + "KTorrent algorithm: Default algorithm using combination of other " +@@ -1837,427 +1837,427 @@ msgid "" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 64 +-#: rc.cpp:556 ++#: rc.cpp:535 + #, fuzzy, no-c-format + msgid "Current speed" + msgstr "Shakisha " + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 69 +-#: rc.cpp:559 ++#: rc.cpp:538 + #, no-c-format + msgid "Global average speed" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 74 +-#: rc.cpp:562 ++#: rc.cpp:541 + #, no-c-format + msgid "Window of X" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 79 +-#: rc.cpp:565 ++#: rc.cpp:544 + #, no-c-format + msgid "Moving average" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 98 +-#: rc.cpp:575 ++#: rc.cpp:554 + #, no-c-format + msgid "(takes effect after restart)" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 125 +-#: rc.cpp:578 ++#: rc.cpp:557 + #, no-c-format + msgid "Disa&ble diskspace preallocation" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 141 +-#: rc.cpp:581 ++#: rc.cpp:560 + #, no-c-format + msgid "F&ully preallocate diskspace (avoids fragmentation)" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 147 +-#: rc.cpp:584 ++#: rc.cpp:563 + #, no-c-format + msgid "Basic (slow)" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 152 +-#: rc.cpp:587 ++#: rc.cpp:566 + #, no-c-format + msgid "Filesystem specific" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 174 +-#: rc.cpp:590 ++#: rc.cpp:569 + #, fuzzy, no-c-format + msgid "Performance" + msgstr "Ibyahisemo" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 193 +-#: rc.cpp:593 ++#: rc.cpp:572 + #, no-c-format + msgid "Memory usage:" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 199 +-#: rc.cpp:596 ++#: rc.cpp:575 + #, no-c-format + msgid "Low" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 204 +-#: rc.cpp:599 ++#: rc.cpp:578 + #, no-c-format + msgid "Medium" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 209 +-#: rc.cpp:602 ++#: rc.cpp:581 + #, no-c-format + msgid "High" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 248 +-#: rc.cpp:605 ++#: rc.cpp:584 + #, fuzzy, no-c-format + msgid "GUI update interval:" + msgstr "Ihuzagihe in : " + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 254 +-#: rc.cpp:608 ++#: rc.cpp:587 + #, no-c-format + msgid "500ms" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 259 +-#: rc.cpp:611 ++#: rc.cpp:590 + #, no-c-format + msgid "1s" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 264 +-#: rc.cpp:614 ++#: rc.cpp:593 + #, no-c-format + msgid "2s" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 269 +-#: rc.cpp:617 ++#: rc.cpp:596 + #, no-c-format + msgid "5s" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 308 +-#: rc.cpp:620 ++#: rc.cpp:599 + #, no-c-format + msgid "Fast CPU" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 342 +-#: rc.cpp:624 ++#: rc.cpp:602 + #, no-c-format + msgid "Slow CPU" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 354 +-#: rc.cpp:627 ++#: rc.cpp:605 + #, no-c-format + msgid "Data Checking" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 373 +-#: rc.cpp:630 ++#: rc.cpp:608 + #, no-c-format + msgid "During uploading, do ¬ recheck chunks bigger than" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 430 +-#: rc.cpp:636 ++#: rc.cpp:614 + #, no-c-format + msgid "Do a data integrit&y check after" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 449 +-#: rc.cpp:639 ++#: rc.cpp:617 + #, no-c-format + msgid "corrupted chunks" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 478 +-#: rc.cpp:642 ++#: rc.cpp:620 + #, no-c-format + msgid "Networking" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 505 +-#: rc.cpp:645 ++#: rc.cpp:623 + #, fuzzy, no-c-format + msgid "Maximum number of connection setups:" + msgstr "Umubare Bya Ukwihuza Iyimura ( 0 %S = Oya ) " + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 527 +-#: rc.cpp:648 ++#: rc.cpp:626 + #, no-c-format + msgid "DSCP for IP packets:" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 570 +-#: rc.cpp:651 ++#: rc.cpp:629 + #, no-c-format + msgid "Do not use the KDE pro&xy settings for HTTP tracker connections" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 586 +-#: rc.cpp:654 ++#: rc.cpp:632 + #, fuzzy, no-c-format + msgid "HTTP tracker proxy:" + msgstr "Umuyoboro: : " + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 24 +-#: rc.cpp:657 ++#: rc.cpp:635 + #, no-c-format + msgid "Scanning data" + msgstr "" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 38 +-#: rc.cpp:660 ++#: rc.cpp:638 + #, no-c-format + msgid "Scanning data of torrent :" + msgstr "" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 62 +-#: rc.cpp:663 ++#: rc.cpp:641 + #, no-c-format + msgid "Number of chunks found :" + msgstr "" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 70 +-#: rc.cpp:666 ++#: rc.cpp:644 + #, no-c-format + msgid "Number of chunks failed / not downloaded :" + msgstr "" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 97 +-#: rc.cpp:669 rc.cpp:672 ++#: rc.cpp:647 rc.cpp:650 + #, no-c-format + msgid "0" + msgstr "" + + #. i18n: file ./apps/ktupnptest/mainwidget.ui line 54 +-#: rc.cpp:678 ++#: rc.cpp:656 + #, no-c-format + msgid "Test" + msgstr "" + + #. i18n: file ./libktorrent/labelviewitembase.ui line 49 +-#: rc.cpp:685 ++#: rc.cpp:662 + #, no-c-format + msgid "textLabel2" + msgstr "" + + #. i18n: file ./libktorrent/labelviewitembase.ui line 65 +-#: rc.cpp:688 ++#: rc.cpp:665 + #, no-c-format + msgid "textLabel3" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 10 +-#: rc.cpp:691 ++#: rc.cpp:668 + #, fuzzy, no-c-format + msgid "Maximum number of downloads (0 = no limit)" + msgstr "Umubare Bya Iyimura ( 0 %S = Oya ) " + + #. i18n: file ./libktorrent/ktorrent.kcfg line 15 +-#: rc.cpp:694 ++#: rc.cpp:671 + #, fuzzy, no-c-format + msgid "Maximum number of seeds (0 = no limit)" + msgstr "Umubare Bya Iyimura ( 0 %S = Oya ) " + + #. i18n: file ./libktorrent/ktorrent.kcfg line 20 +-#: rc.cpp:697 ++#: rc.cpp:674 + #, no-c-format + msgid "Start downloads on low disk space?" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 24 +-#: rc.cpp:700 ++#: rc.cpp:677 + #, fuzzy, no-c-format + msgid "Maximum number of connections per torrent (0 = no limit)" + msgstr "Umubare Bya Ukwihuza Iyimura ( 0 %S = Oya ) " + + #. i18n: file ./libktorrent/ktorrent.kcfg line 29 +-#: rc.cpp:703 ++#: rc.cpp:680 + #, fuzzy, no-c-format + msgid "Maximum number of connections for all torrents (0 = no limit) " + msgstr "Umubare Bya Ukwihuza Iyimura ( 0 %S = Oya ) " + + #. i18n: file ./libktorrent/ktorrent.kcfg line 34 +-#: rc.cpp:706 ++#: rc.cpp:683 + #, fuzzy, no-c-format + msgid "Maximum upload speed in KB/sec (0 = no limit)" + msgstr "Gushyiraho Umuvuduko in /Sec. ( 0 %S = Oya ) " + + #. i18n: file ./libktorrent/ktorrent.kcfg line 39 +-#: rc.cpp:709 ++#: rc.cpp:686 + #, fuzzy, no-c-format + msgid "Maximum download speed in KB/sec (0 = no limit)" + msgstr "Umuvuduko in /Sec. ( 0 %S = Oya ) " + + #. i18n: file ./libktorrent/ktorrent.kcfg line 44 +-#: rc.cpp:712 ++#: rc.cpp:689 + #, fuzzy, no-c-format + msgid "Maximum share ratio(0 = no limit)" + msgstr "Umubare Bya Iyimura ( 0 %S = Oya ) " + + #. i18n: file ./libktorrent/ktorrent.kcfg line 49 +-#: rc.cpp:715 ++#: rc.cpp:692 + #, fuzzy, no-c-format + msgid "Maximum seed time in hours (0 = no limit)" + msgstr "Umubare Bya Iyimura ( 0 %S = Oya ) " + + #. i18n: file ./libktorrent/ktorrent.kcfg line 66 +-#: rc.cpp:724 ++#: rc.cpp:701 + #, fuzzy, no-c-format + msgid "Show a system tray icon" + msgstr "A Sisitemu Agasanduku Agashushondanga " + + #. i18n: file ./libktorrent/ktorrent.kcfg line 70 +-#: rc.cpp:727 ++#: rc.cpp:704 + #, fuzzy, no-c-format + msgid "Show speed bar in tray icon" + msgstr "Kwerekana agashushondanga k'igitwara sisitemu" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 74 +-#: rc.cpp:730 ++#: rc.cpp:707 + #, no-c-format + msgid "Download bandwidth (in kb/s):" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 80 +-#: rc.cpp:733 ++#: rc.cpp:710 + #, no-c-format + msgid "Upload bandwidth (in kb/s):" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 86 +-#: rc.cpp:736 ++#: rc.cpp:713 + #, no-c-format + msgid "Show popup messages when torrent is finished." + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 90 +-#: rc.cpp:739 ++#: rc.cpp:716 + #, fuzzy, no-c-format + msgid "Keep seeding after download has finished" + msgstr "Nyuma Iyimura Byarangiye " + + #. i18n: file ./libktorrent/ktorrent.kcfg line 94 +-#: rc.cpp:742 ++#: rc.cpp:719 + #, fuzzy, no-c-format + msgid "Folder to store temporary files" + msgstr "Kuri By'igihe gito Idosiye " + + #. i18n: file ./libktorrent/ktorrent.kcfg line 98 +-#: rc.cpp:745 ++#: rc.cpp:722 + #, fuzzy, no-c-format + msgid "Whether to automatically save downloads to saveDir" + msgstr "Kubika Iyimura Kuri : " + + #. i18n: file ./libktorrent/ktorrent.kcfg line 102 +-#: rc.cpp:748 ++#: rc.cpp:725 + #, fuzzy, no-c-format + msgid "Folder to store downloaded files" + msgstr "Kuri Yimuwe Idosiye " + + #. i18n: file ./libktorrent/ktorrent.kcfg line 106 +-#: rc.cpp:751 ++#: rc.cpp:728 + #, fuzzy, no-c-format + msgid "Whether to automatically move completed downloads to completedDir" + msgstr "Kubika Iyimura Kuri : " + + #. i18n: file ./libktorrent/ktorrent.kcfg line 110 +-#: rc.cpp:754 ++#: rc.cpp:731 + #, fuzzy, no-c-format + msgid "Folder to move completed downloaded files to" + msgstr "Kuri Yimuwe Idosiye " + + #. i18n: file ./libktorrent/ktorrent.kcfg line 114 +-#: rc.cpp:757 ++#: rc.cpp:734 + #, fuzzy, no-c-format + msgid "Whether to automatically copy .torrent files to torrentCopyDir" + msgstr "Kubika Iyimura Kuri : " + + #. i18n: file ./libktorrent/ktorrent.kcfg line 118 +-#: rc.cpp:760 ++#: rc.cpp:737 + #, fuzzy, no-c-format + msgid "Folder to copy .torrent files to" + msgstr "Kuri By'igihe gito Idosiye " + + #. i18n: file ./libktorrent/ktorrent.kcfg line 122 +-#: rc.cpp:763 ++#: rc.cpp:740 + #, no-c-format + msgid "Whether to use a custom IP to pass to the tracker" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 126 +-#: rc.cpp:766 ++#: rc.cpp:743 + #, no-c-format + msgid "Directory which was used as the last save directory" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 130 +-#: rc.cpp:769 ++#: rc.cpp:746 + #, no-c-format + msgid "IP to pass to the tracker" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 134 +-#: rc.cpp:772 ++#: rc.cpp:749 + #, no-c-format + msgid "Memory usage" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 138 +-#: rc.cpp:775 ++#: rc.cpp:752 + #, fuzzy, no-c-format + msgid "GUI update interval" + msgstr "Ihuzagihe in : " + + #. i18n: file ./libktorrent/ktorrent.kcfg line 142 +-#: rc.cpp:778 ++#: rc.cpp:755 + #, no-c-format + msgid "Support for DHT" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 146 +-#: rc.cpp:781 ++#: rc.cpp:758 + #, no-c-format + msgid "DHT port" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 152 +-#: rc.cpp:784 ++#: rc.cpp:761 + #, no-c-format + msgid "Number of upload slots" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 196 +-#: rc.cpp:793 ++#: rc.cpp:770 + #, no-c-format + msgid "Columns shown in KTorrentView" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 205 +-#: rc.cpp:796 ++#: rc.cpp:773 + #, no-c-format + msgid "ET algorithm" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 227 +-#: rc.cpp:799 ++#: rc.cpp:776 + #, no-c-format + msgid "" + "When there's no space left to complete download and free diskspace is less than " +@@ -2265,602 +2265,602 @@ msgid "" + msgstr "" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 16 +-#: rc.cpp:802 ++#: rc.cpp:779 + #, no-c-format + msgid "Plugin Manager" + msgstr "" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 48 +-#: rc.cpp:805 ++#: rc.cpp:782 + #, no-c-format + msgid "Load" + msgstr "" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 56 +-#: rc.cpp:808 ++#: rc.cpp:785 + #, fuzzy, no-c-format + msgid "U&nload" + msgstr "Iyimura" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 64 +-#: rc.cpp:811 ++#: rc.cpp:788 + #, no-c-format + msgid "Load &All" + msgstr "" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 72 +-#: rc.cpp:814 ++#: rc.cpp:791 + #, fuzzy, no-c-format + msgid "&Unload All" + msgstr "Iyimura" + + #. i18n: file ./plugins/upnp/ktupnpplugin.kcfg line 10 +-#: rc.cpp:817 ++#: rc.cpp:794 + #, no-c-format + msgid "Default UPnP device to use" + msgstr "" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 16 +-#: plugins/upnp/upnpplugin.cpp:46 plugins/upnp/upnpprefpage.cpp:31 rc.cpp:820 ++#: plugins/upnp/upnpplugin.cpp:46 plugins/upnp/upnpprefpage.cpp:31 rc.cpp:797 + #, no-c-format + msgid "UPnP" + msgstr "" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 35 +-#: rc.cpp:823 ++#: rc.cpp:800 + #, no-c-format + msgid "Detected devices:" + msgstr "" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 41 +-#: rc.cpp:826 ++#: rc.cpp:803 + #, fuzzy, no-c-format + msgid "Device" + msgstr "Igaragazambere" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 52 +-#: rc.cpp:829 ++#: rc.cpp:806 + #, fuzzy, no-c-format + msgid "Ports Forwarded" + msgstr "Yimuwe" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 63 +-#: rc.cpp:832 ++#: rc.cpp:809 + #, no-c-format + msgid "WAN Connection" + msgstr "" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 91 +-#: rc.cpp:835 ++#: rc.cpp:812 + #, no-c-format + msgid "Forw&ard Ports" + msgstr "" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 99 +-#: rc.cpp:838 ++#: rc.cpp:815 + #, no-c-format + msgid "Undo Port Forwarding" + msgstr "" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 124 +-#: rc.cpp:841 ++#: rc.cpp:818 + #, no-c-format + msgid "Rescan" + msgstr "" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 9 +-#: rc.cpp:844 ++#: rc.cpp:821 + #, no-c-format + msgid "Enable scanning of folder1?" + msgstr "" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 14 +-#: rc.cpp:847 ++#: rc.cpp:824 + #, no-c-format + msgid "Enable scanning of folder2?" + msgstr "" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 19 +-#: rc.cpp:850 ++#: rc.cpp:827 + #, no-c-format + msgid "Enable scanning of folder3?" + msgstr "" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 24 +-#: rc.cpp:853 ++#: rc.cpp:830 + #, fuzzy, no-c-format + msgid "Folder1 path" + msgstr "amadosiye yose" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 29 +-#: rc.cpp:856 ++#: rc.cpp:833 + #, fuzzy, no-c-format + msgid "Folder2 path" + msgstr "amadosiye yose" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 34 +-#: rc.cpp:859 ++#: rc.cpp:836 + #, fuzzy, no-c-format + msgid "Folder3 path" + msgstr "amadosiye yose" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 39 +-#: rc.cpp:862 ++#: rc.cpp:839 + #, fuzzy, no-c-format + msgid "Whether to open torrent silently or not." + msgstr "Gufungura Idosiye %1 : %2 " + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 44 +-#: rc.cpp:865 ++#: rc.cpp:842 + #, no-c-format + msgid "Delete action checked." + msgstr "" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 49 +-#: rc.cpp:868 ++#: rc.cpp:845 + #, no-c-format + msgid "Move action checked." + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 16 +-#: rc.cpp:871 ++#: rc.cpp:848 + #, fuzzy, no-c-format + msgid "ScanFolder Preferences" + msgstr "Ibyahiswemo by'Umutekano" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 35 +-#: rc.cpp:874 ++#: rc.cpp:851 + #, no-c-format + msgid "Scan folder &1" + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 38 +-#: rc.cpp:877 rc.cpp:1480 ++#: rc.cpp:854 rc.cpp:1424 + #, no-c-format + msgid "Alt+1" + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 46 +-#: rc.cpp:880 ++#: rc.cpp:857 + #, no-c-format + msgid "Scan folder &2" + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 49 +-#: rc.cpp:883 rc.cpp:1471 rc.cpp:1495 ++#: rc.cpp:860 rc.cpp:1415 rc.cpp:1439 + #, no-c-format + msgid "Alt+2" + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 57 +-#: rc.cpp:886 ++#: rc.cpp:863 + #, no-c-format + msgid "Scan folder &3" + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 60 +-#: rc.cpp:889 rc.cpp:1465 ++#: rc.cpp:866 rc.cpp:1409 + #, no-c-format + msgid "Alt+3" + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 81 +-#: rc.cpp:895 ++#: rc.cpp:872 + #, no-c-format + msgid "Move to \"loaded\" directory &after loading" + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 84 +-#: rc.cpp:898 ++#: rc.cpp:875 + #, no-c-format + msgid "Move torrent to \"loaded\" directory after loading it" + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 92 +-#: rc.cpp:901 ++#: rc.cpp:878 + #, fuzzy, no-c-format + msgid "Open torrents silentl&y" + msgstr "Amadosiye y'inyandiko" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 95 +-#: rc.cpp:904 ++#: rc.cpp:881 + #, no-c-format + msgid "Do not show 'Select files to download' dialog" + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 103 +-#: rc.cpp:907 ++#: rc.cpp:884 + #, no-c-format + msgid "Delete after loadin&g" + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 106 +-#: rc.cpp:910 ++#: rc.cpp:887 + #, no-c-format + msgid "Deletes torrent after loading" + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 116 +-#: rc.cpp:913 ++#: rc.cpp:890 + #, fuzzy, no-c-format + msgid "Folders to scan" + msgstr "amadosiye yose" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 151 +-#: rc.cpp:916 ++#: rc.cpp:893 + #, fuzzy, no-c-format + msgid "Folder 1:" + msgstr "amadosiye yose" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 162 +-#: rc.cpp:919 ++#: rc.cpp:896 + #, fuzzy, no-c-format + msgid "Folder 2:" + msgstr "amadosiye yose" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 173 +-#: rc.cpp:922 ++#: rc.cpp:899 + #, fuzzy, no-c-format + msgid "Folder 3:" + msgstr "amadosiye yose" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 30 +-#: rc.cpp:925 rc.cpp:1895 ++#: rc.cpp:902 rc.cpp:1838 + #, fuzzy, no-c-format + msgid "Search Preferences" + msgstr "Ibyahiswemo by'Umutekano" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 41 +-#: rc.cpp:928 ++#: rc.cpp:905 + #, no-c-format + msgid "Web Server" + msgstr "" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 82 +-#: rc.cpp:934 ++#: rc.cpp:911 + #, no-c-format + msgid "Forward port" + msgstr "" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 107 +-#: rc.cpp:937 ++#: rc.cpp:914 + #, no-c-format + msgid "Session TTL (in sec):" + msgstr "" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 142 +-#: rc.cpp:940 ++#: rc.cpp:917 + #, fuzzy, no-c-format + msgid "Select interface:" + msgstr "Guhitamo Umanuka" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 173 +-#: rc.cpp:943 ++#: rc.cpp:920 + #, no-c-format + msgid "Username:" + msgstr "" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 188 +-#: rc.cpp:946 ++#: rc.cpp:923 + #, no-c-format + msgid "Change password ..." + msgstr "" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 206 +-#: rc.cpp:949 ++#: rc.cpp:926 + #, no-c-format + msgid "Php executable path:" + msgstr "" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 10 +-#: rc.cpp:953 ++#: rc.cpp:929 + #, no-c-format + msgid "Port number" + msgstr "" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 15 +-#: rc.cpp:956 ++#: rc.cpp:932 + #, no-c-format + msgid "forward Port" + msgstr "" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 20 +-#: rc.cpp:959 ++#: rc.cpp:935 + #, no-c-format + msgid "Session time to live" + msgstr "" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 24 +-#: rc.cpp:962 ++#: rc.cpp:938 + #, fuzzy, no-c-format + msgid "interface skin" + msgstr "Amahitamo Rusange" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 28 +-#: rc.cpp:965 ++#: rc.cpp:941 + #, no-c-format + msgid "php executable path" + msgstr "" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 33 +-#: rc.cpp:968 ++#: rc.cpp:944 + #, no-c-format + msgid "username" + msgstr "" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 37 +-#: rc.cpp:971 ++#: rc.cpp:947 + #, no-c-format + msgid "password" + msgstr "" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 16 +-#: plugins/infowidget/infowidgetplugin.cpp:194 rc.cpp:974 rc.cpp:1046 ++#: plugins/infowidget/infowidgetplugin.cpp:194 rc.cpp:950 rc.cpp:1010 + #, fuzzy, no-c-format + msgid "Chunks" + msgstr "Inkingi" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 43 +-#: rc.cpp:977 ++#: rc.cpp:953 + #, fuzzy, no-c-format + msgid "Total:" + msgstr "Igiteranyo:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 81 +-#: rc.cpp:981 ++#: rc.cpp:956 + #, fuzzy, no-c-format + msgid "Currently downloading:" + msgstr "Iyimura : " + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 119 +-#: rc.cpp:985 ++#: rc.cpp:959 + #, fuzzy, no-c-format + msgid "Downloaded:" + msgstr "Yimuwe" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 157 +-#: rc.cpp:989 ++#: rc.cpp:962 + #, fuzzy, no-c-format + msgid "Excluded:" + msgstr "Gukuramo igice: " + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 195 +-#: rc.cpp:993 ++#: rc.cpp:965 + #, no-c-format + msgid "Left:" + msgstr "" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 233 +-#: rc.cpp:997 ++#: rc.cpp:968 + #, fuzzy, no-c-format + msgid "Size:" + msgstr "Ingano" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 280 +-#: rc.cpp:1001 ++#: rc.cpp:971 + #, fuzzy, no-c-format + msgid "Chunk" + msgstr "Umwanda" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 291 +-#: rc.cpp:1004 ++#: rc.cpp:974 + #, no-c-format + msgid "Progress" + msgstr "Aho bigeze" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 302 +-#: rc.cpp:1007 ++#: rc.cpp:977 + #, fuzzy, no-c-format + msgid "Peer" + msgstr "Peru" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 324 +-#: rc.cpp:1013 ++#: rc.cpp:983 + #, fuzzy, no-c-format + msgid "Assigned Peers" + msgstr "Kugena ibizakorwa" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 63 +-#: rc.cpp:1022 ++#: rc.cpp:992 + #, fuzzy, no-c-format + msgid "Seeders:" + msgstr "Uwohereza" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 71 +-#: rc.cpp:1025 ++#: rc.cpp:995 + #, fuzzy, no-c-format + msgid "Leechers:" + msgstr "Ibaruwa:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 129 +-#: rc.cpp:1030 ++#: rc.cpp:998 + #, fuzzy, no-c-format + msgid "Average Down Speed:" + msgstr "Umuvuduko " + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 177 +-#: rc.cpp:1035 ++#: rc.cpp:1001 + #, fuzzy, no-c-format + msgid "Average Up Speed:" + msgstr "Umuvuduko " + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 195 +-#: rc.cpp:1038 rc.cpp:1111 ++#: rc.cpp:1004 rc.cpp:1070 + #, fuzzy, no-c-format + msgid "Next update in:" + msgstr "Ihuzagihe in : " + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 203 +-#: rc.cpp:1041 ++#: rc.cpp:1007 + #, fuzzy, no-c-format + msgid "Tracker Status:" + msgstr "Udusodeko" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 332 +-#: rc.cpp:1049 ++#: rc.cpp:1013 + #, fuzzy, no-c-format + msgid "Parts of the torrent which have been downloaded:" + msgstr "Bya i Idosiye Yimuwe : " + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 367 +-#: rc.cpp:1052 ++#: rc.cpp:1016 + #, fuzzy, no-c-format + msgid "Parts of the torrent which are available:" + msgstr "Bya i Idosiye Bihari : " + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 457 +-#: rc.cpp:1055 ++#: rc.cpp:1019 + #, no-c-format + msgid "Sharing" + msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 487 +-#: rc.cpp:1058 ++#: rc.cpp:1022 + #, no-c-format + msgid "" + "Your upload will stop when share ratio gets to this value. Zero means no limit." + msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 525 +-#: rc.cpp:1064 ++#: rc.cpp:1028 + #, no-c-format + msgid "Your upload will stop when you have uploaded for this many hours." + msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 533 +-#: rc.cpp:1067 ++#: rc.cpp:1031 + #, no-c-format + msgid "Hours" + msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 543 +-#: rc.cpp:1070 ++#: rc.cpp:1034 + #, no-c-format + msgid "Ratio limit:" + msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 549 +-#: rc.cpp:1074 ++#: rc.cpp:1037 + #, no-c-format + msgid "Limit works only in seed mode" + msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 557 +-#: rc.cpp:1077 ++#: rc.cpp:1040 + #, no-c-format + msgid "Time &limit:" + msgstr "" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 37 +-#: rc.cpp:1081 ++#: rc.cpp:1043 + #, fuzzy, no-c-format + msgid "&Update Tracker" + msgstr "Mucapurirakure" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 40 +-#: rc.cpp:1084 ++#: rc.cpp:1046 + #, no-c-format + msgid "Minimum update interval - 60 seconds" + msgstr "" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 48 +-#: rc.cpp:1087 ++#: rc.cpp:1049 + #, fuzzy, no-c-format + msgid "Add Trac&ker" + msgstr "Mucapurirakure" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 64 +-#: rc.cpp:1090 ++#: rc.cpp:1052 + #, fuzzy, no-c-format + msgid "Remove Tracker" + msgstr "Mucapurirakure" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 75 +-#: rc.cpp:1094 ++#: rc.cpp:1055 + #, fuzzy, no-c-format + msgid "Ch&ange Tracker" + msgstr "Mucapurirakure" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 100 +-#: rc.cpp:1097 ++#: rc.cpp:1058 + #, fuzzy, no-c-format + msgid "Restore Defaults" + msgstr "Mburabuzi " + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 10 +-#: rc.cpp:1115 ++#: rc.cpp:1073 + #, no-c-format + msgid "Show peer view tab in main window" + msgstr "" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 14 +-#: rc.cpp:1118 ++#: rc.cpp:1076 + #, no-c-format + msgid "Show chunk download view tab in main window" + msgstr "" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 18 +-#: rc.cpp:1121 ++#: rc.cpp:1079 + #, no-c-format + msgid "Show trackers view tab in main window" + msgstr "" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 24 +-#: rc.cpp:1124 ++#: rc.cpp:1082 + #, no-c-format + msgid "Show list of peers" + msgstr "" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 35 +-#: rc.cpp:1128 ++#: rc.cpp:1085 + #, fuzzy, no-c-format + msgid "Show list of chunks currentl&y downloading" + msgstr "Iyimura : " + + #. i18n: file ./plugins/infowidget/iwpref.ui line 60 +-#: rc.cpp:1131 ++#: rc.cpp:1088 + #, no-c-format + msgid "Show list of trackers" + msgstr "" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 16 +-#: rc.cpp:1135 ++#: rc.cpp:1091 + #, fuzzy, no-c-format + msgid "IPBlocking Preferences" + msgstr "Ibyahisemo" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 47 +-#: rc.cpp:1138 ++#: rc.cpp:1094 + #, fuzzy, no-c-format + msgid "Select PeerGuardian Filter File " + msgstr "Amadosiye y'inyandiko" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 58 +-#: rc.cpp:1141 ++#: rc.cpp:1097 + #, fuzzy, no-c-format + msgid "Use PeerGuardian filter?" + msgstr "Amadosiye y'inyandiko" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 77 +-#: rc.cpp:1145 ++#: rc.cpp:1100 + #, no-c-format + msgid "IP filter file:" + msgstr "" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 85 +-#: rc.cpp:1148 ++#: rc.cpp:1103 + #, no-c-format + msgid "http://www.bluetack.co.uk/modules.php?name=Downloads&d_op=getit&lid=8" + msgstr "" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 123 +-#: rc.cpp:1151 ++#: rc.cpp:1106 + #, fuzzy, no-c-format + msgid "Dow&nload/Convert" + msgstr "Iyimura Byinshi..." + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 134 +-#: rc.cpp:1154 ++#: rc.cpp:1109 + #, no-c-format + msgid "" + "Download PeerGuardian filter from bluetack.co.uk or blocklist.org.\n" +@@ -2868,25 +2868,25 @@ msgid "" + msgstr "" + + #. i18n: file ./plugins/ipfilter/ktipfilterplugin.kcfg line 10 +-#: rc.cpp:1159 ++#: rc.cpp:1113 + #, no-c-format + msgid "Level1 filter url" + msgstr "" + + #. i18n: file ./plugins/ipfilter/ktipfilterplugin.kcfg line 14 +-#: rc.cpp:1162 ++#: rc.cpp:1116 + #, no-c-format + msgid "Use level1 filter?" + msgstr "" + + #. i18n: file ./plugins/ipfilter/convert_dlg.ui line 24 +-#: plugins/ipfilter/convertdialog.cpp:155 rc.cpp:1165 ++#: plugins/ipfilter/convertdialog.cpp:155 rc.cpp:1119 + #, fuzzy, no-c-format + msgid "Converting..." + msgstr "Kurema" + + #. i18n: file ./plugins/ipfilter/convert_dlg.ui line 41 +-#: rc.cpp:1168 ++#: rc.cpp:1122 + #, no-c-format + msgid "" + "Click on the 'convert' button to start converting antip2p file. NOTE: This " +@@ -2895,61 +2895,61 @@ msgid "" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 27 +-#: rc.cpp:1179 ++#: rc.cpp:1131 + #, no-c-format + msgid "Update" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 46 +-#: rc.cpp:1182 rc.cpp:1268 ++#: rc.cpp:1134 rc.cpp:1220 + #, no-c-format + msgid "Update charts every" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 71 +-#: rc.cpp:1185 ++#: rc.cpp:1137 + #, fuzzy, no-c-format + msgid "GUI updates" + msgstr "Ihuzagihe in : " + + #. i18n: file ./plugins/stats/sprefwgt.ui line 92 +-#: rc.cpp:1188 rc.cpp:1271 ++#: rc.cpp:1140 rc.cpp:1223 + #, no-c-format + msgid "Gather data every" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 120 +-#: rc.cpp:1191 ++#: rc.cpp:1143 + #, no-c-format + msgid "miliseconds" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 135 +-#: rc.cpp:1194 ++#: rc.cpp:1146 + #, fuzzy, no-c-format + msgid "Maximum" + msgstr "Iyimura : " + + #. i18n: file ./plugins/stats/sprefwgt.ui line 154 +-#: rc.cpp:1197 ++#: rc.cpp:1149 + #, fuzzy, no-c-format + msgid "Maximum speed scale mode:" + msgstr "Iyimura : " + + #. i18n: file ./plugins/stats/sprefwgt.ui line 165 +-#: rc.cpp:1203 ++#: rc.cpp:1155 + #, no-c-format + msgid "Exact" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 175 +-#: rc.cpp:1206 ++#: rc.cpp:1158 + #, no-c-format + msgid "See 'What's this' for more help" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 180 +-#: rc.cpp:1209 ++#: rc.cpp:1161 + #, no-c-format + msgid "" + "Set maximum value on OY scale as:\n" +@@ -2958,847 +2958,847 @@ msgid "" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 192 +-#: rc.cpp:1214 rc.cpp:1247 ++#: rc.cpp:1166 rc.cpp:1199 + #, fuzzy, no-c-format + msgid "Peers speed" + msgstr "N'aho mukanya" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 211 +-#: rc.cpp:1217 ++#: rc.cpp:1169 + #, fuzzy, no-c-format + msgid "Peers speed:" + msgstr "Peru" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 222 +-#: rc.cpp:1220 ++#: rc.cpp:1172 + #, no-c-format + msgid "update every" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 244 +-#: rc.cpp:1223 ++#: rc.cpp:1175 + #, no-c-format + msgid "chart data updates" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 254 +-#: rc.cpp:1226 ++#: rc.cpp:1178 + #, no-c-format + msgid "Gathering data about many connected peers can be CPU consuming." + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 267 +-#: rc.cpp:1229 ++#: rc.cpp:1181 + #, no-c-format + msgid "Peers connections" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 270 +-#: rc.cpp:1232 ++#: rc.cpp:1184 + #, no-c-format + msgid "Large values can obscure charts of connected peers" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 289 +-#: rc.cpp:1235 ++#: rc.cpp:1187 + #, fuzzy, no-c-format + msgid "Show seeders in swarms" + msgstr "Kwerekana agashushondanga k'igitwara sisitemu" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 297 +-#: rc.cpp:1238 ++#: rc.cpp:1190 + #, no-c-format + msgid "Show leechers in swarms" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 309 +-#: rc.cpp:1241 ++#: rc.cpp:1193 + #, no-c-format + msgid "Measurements count" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 392 +-#: rc.cpp:1250 rc.cpp:1265 ++#: rc.cpp:1202 rc.cpp:1217 + #, fuzzy, no-c-format + msgid "Upload" + msgstr "Gushyiraho" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 424 +-#: rc.cpp:1253 ++#: rc.cpp:1205 + #, no-c-format + msgid "Connections" + msgstr "" + + #. i18n: file ./plugins/stats/statsspdwgt.ui line 40 +-#: plugins/infowidget/infowidgetplugin.cpp:173 rc.cpp:1262 rc.cpp:1304 ++#: plugins/infowidget/infowidgetplugin.cpp:173 rc.cpp:1214 rc.cpp:1256 + #, fuzzy, no-c-format + msgid "Peers" + msgstr "N'aho mukanya" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 18 +-#: rc.cpp:1274 ++#: rc.cpp:1226 + #, no-c-format + msgid "Toggle peers speed charts" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 22 +-#: rc.cpp:1277 ++#: rc.cpp:1229 + #, no-c-format + msgid "Interval between getting data about peers speed" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 26 +-#: rc.cpp:1280 ++#: rc.cpp:1232 + #, no-c-format + msgid "Toggle drawing of leechers in swarms" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 30 +-#: rc.cpp:1283 ++#: rc.cpp:1235 + #, no-c-format + msgid "Toggle drawing of seeders in swarms" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 35 +-#: rc.cpp:1286 ++#: rc.cpp:1238 + #, fuzzy, no-c-format + msgid "Download mesurments count" + msgstr "Iyimura Byinshi..." + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 39 +-#: rc.cpp:1289 ++#: rc.cpp:1241 + #, no-c-format + msgid "Peers speed mesurments count" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 43 +-#: rc.cpp:1292 ++#: rc.cpp:1244 + #, no-c-format + msgid "Upload mesurments count" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 47 +-#: rc.cpp:1295 ++#: rc.cpp:1247 + #, no-c-format + msgid "Connections mesurments count" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 51 +-#: rc.cpp:1298 ++#: rc.cpp:1250 + #, no-c-format + msgid "DHT mesurments count" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 56 +-#: rc.cpp:1301 ++#: rc.cpp:1253 + #, no-c-format + msgid "OY axis max mode" + msgstr "" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 16 +-#: rc.cpp:1310 ++#: rc.cpp:1262 + #, no-c-format + msgid "Import an existing download" + msgstr "" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 49 +-#: rc.cpp:1313 ++#: rc.cpp:1265 + #, fuzzy, no-c-format + msgid "Torrent:" + msgstr "Ikinyakoreya" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 63 +-#: rc.cpp:1316 ++#: rc.cpp:1268 + #, no-c-format + msgid "Data:" + msgstr "" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 95 +-#: rc.cpp:1319 ++#: rc.cpp:1271 + #, no-c-format + msgid "" + "Please specify the torrent and the data already downloaded for that torrent." + msgstr "" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 133 +-#: rc.cpp:1322 ++#: rc.cpp:1274 + #, no-c-format + msgid "&Import" + msgstr "" + + #. i18n: file ./plugins/rssfeed/ktrssfeedplugin.kcfg line 10 +-#: rc.cpp:1328 ++#: rc.cpp:1280 + #, fuzzy, no-c-format + msgid "default" + msgstr "Mburabuzi " + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 18 +-#: rc.cpp:1331 ++#: rc.cpp:1283 + #, no-c-format + msgid "Rss Feeds" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 36 +-#: rc.cpp:1334 ++#: rc.cpp:1286 + #, fuzzy, no-c-format + msgid "Feeds" + msgstr "Uwohereza" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 78 +-#: rc.cpp:1337 ++#: rc.cpp:1289 + #, no-c-format + msgid "De&lete" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 86 +-#: rc.cpp:1340 rc.cpp:1382 rc.cpp:1392 ++#: rc.cpp:1292 rc.cpp:1331 rc.cpp:1340 + #, no-c-format + msgid "&New" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 117 +-#: rc.cpp:1343 ++#: rc.cpp:1295 + #, fuzzy, no-c-format + msgid "&URL" + msgstr "URL" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 139 +-#: rc.cpp:1346 ++#: rc.cpp:1298 + #, no-c-format + msgid "Articles" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 216 +-#: rc.cpp:1353 ++#: rc.cpp:1304 + #, no-c-format + msgid "Auto&refresh" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 242 +-#: rc.cpp:1356 ++#: rc.cpp:1307 + #, no-c-format + msgid "I&gnore TTL" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 270 +-#: rc.cpp:1359 ++#: rc.cpp:1310 + #, no-c-format + msgid "Refresh" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 299 +-#: rc.cpp:1363 rc.cpp:1395 ++#: rc.cpp:1313 rc.cpp:1343 + #, no-c-format + msgid "&Title" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 323 +-#: rc.cpp:1366 ++#: rc.cpp:1316 + #, no-c-format + msgid "Keep Articles (days)" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 347 +-#: rc.cpp:1369 rc.cpp:1398 ++#: rc.cpp:1319 rc.cpp:1346 + #, no-c-format + msgid "&Active" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 362 +-#: rc.cpp:1372 ++#: rc.cpp:1322 + #, fuzzy, no-c-format + msgid "Filters" + msgstr "Ibyahisemo" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 389 +-#: rc.cpp:1375 ++#: rc.cpp:1325 + #, fuzzy, no-c-format + msgid "Accept Filters" + msgstr "amadosiye yose" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 440 +-#: rc.cpp:1385 ++#: rc.cpp:1334 + #, no-c-format + msgid "Reject Filters" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 557 +-#: rc.cpp:1401 ++#: rc.cpp:1349 + #, no-c-format + msgid "Regular Expressions" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 587 +-#: rc.cpp:1404 ++#: rc.cpp:1352 + #, no-c-format + msgid "Treat as &Series" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 624 +-#: rc.cpp:1407 ++#: rc.cpp:1355 + #, fuzzy, no-c-format + msgid "Process" + msgstr "Aho bigeze" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 643 +-#: rc.cpp:1411 ++#: rc.cpp:1358 + #, no-c-format + msgid "Series Criteria" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 679 +-#: rc.cpp:1414 ++#: rc.cpp:1361 + #, no-c-format + msgid "Match Without Episode" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 713 +-#: rc.cpp:1418 ++#: rc.cpp:1364 + #, no-c-format + msgid "Max Episode" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 739 +-#: rc.cpp:1421 ++#: rc.cpp:1367 + #, fuzzy, no-c-format + msgid "Max Season" + msgstr "Ikigero cy'Ingano:" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 758 +-#: rc.cpp:1424 ++#: rc.cpp:1370 + #, no-c-format + msgid "Min Season" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 782 +-#: rc.cpp:1427 ++#: rc.cpp:1373 + #, no-c-format + msgid "Min Episode" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 814 +-#: rc.cpp:1430 ++#: rc.cpp:1376 + #, no-c-format + msgid "Test te&xt" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 840 +-#: rc.cpp:1433 ++#: rc.cpp:1379 + #, no-c-format + msgid "Te&st" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 858 +-#: rc.cpp:1436 ++#: rc.cpp:1382 + #, fuzzy, no-c-format + msgid "Filter Matches" + msgstr "amadosiye yose" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 28 +-#: rc.cpp:1447 ++#: rc.cpp:1391 + #, no-c-format + msgid "Bandwidth scheduler" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 50 +-#: rc.cpp:1450 ++#: rc.cpp:1394 + #, no-c-format + msgid "Left click category" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 61 +-#: rc.cpp:1453 ++#: rc.cpp:1397 + #, no-c-format + msgid "Categor&y 1" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 157 +-#: rc.cpp:1456 rc.cpp:1483 ++#: rc.cpp:1400 rc.cpp:1427 + #, no-c-format + msgid "T&urn off" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 165 +-#: rc.cpp:1459 rc.cpp:1486 ++#: rc.cpp:1403 rc.cpp:1430 + #, no-c-format + msgid "&Normal" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 195 +-#: rc.cpp:1462 ++#: rc.cpp:1406 + #, no-c-format + msgid "Category &3" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 206 +-#: rc.cpp:1468 rc.cpp:1492 ++#: rc.cpp:1412 rc.cpp:1436 + #, no-c-format + msgid "Category &2" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 219 +-#: rc.cpp:1474 ++#: rc.cpp:1418 + #, no-c-format + msgid "Right click category" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 230 +-#: rc.cpp:1477 ++#: rc.cpp:1421 + #, no-c-format + msgid "Category &1" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 367 +-#: rc.cpp:1489 ++#: rc.cpp:1433 + #, no-c-format + msgid "&Category 3" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 390 +-#: rc.cpp:1498 ++#: rc.cpp:1442 + #, no-c-format + msgid "Categories" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 401 +-#: rc.cpp:1501 ++#: rc.cpp:1445 + #, no-c-format + msgid "1. Category" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 409 +-#: rc.cpp:1504 ++#: rc.cpp:1448 + #, no-c-format + msgid "3. Category" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 425 +-#: rc.cpp:1507 rc.cpp:1516 rc.cpp:1525 ++#: rc.cpp:1451 rc.cpp:1460 rc.cpp:1469 + #, fuzzy, no-c-format + msgid "download:" + msgstr "Iyimura" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 441 +-#: rc.cpp:1510 rc.cpp:1519 rc.cpp:1528 ++#: rc.cpp:1454 rc.cpp:1463 rc.cpp:1472 + #, fuzzy, no-c-format + msgid "upload:" + msgstr "Gushyiraho" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 457 +-#: rc.cpp:1513 rc.cpp:1522 rc.cpp:1531 ++#: rc.cpp:1457 rc.cpp:1466 rc.cpp:1475 + #, no-c-format + msgid "KB/s *" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 567 +-#: rc.cpp:1534 ++#: rc.cpp:1478 + #, no-c-format + msgid "2. Category" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 626 +-#: rc.cpp:1538 ++#: rc.cpp:1481 + #, fuzzy, no-c-format + msgid "* zero means no limit" + msgstr "( 0 %S ni Oya ) " + + #. i18n: file ./plugins/scheduler/bwspage.ui line 672 +-#: rc.cpp:1541 ++#: rc.cpp:1484 + #, no-c-format + msgid "Save to file" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 680 +-#: rc.cpp:1544 ++#: rc.cpp:1487 + #, no-c-format + msgid "&Load from file" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 688 +-#: rc.cpp:1547 ++#: rc.cpp:1490 + #, no-c-format + msgid "Reset schedule" + msgstr "" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 751 +-#: rc.cpp:1550 ++#: rc.cpp:1493 + #, fuzzy, no-c-format + msgid "O&k" + msgstr "YEGO" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 16 +-#: rc.cpp:1559 ++#: rc.cpp:1502 + #, no-c-format + msgid "Scheduler Plugin Pref Page" + msgstr "" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 27 +-#: rc.cpp:1562 ++#: rc.cpp:1505 + #, no-c-format + msgid "Use &bandwidth scheduler?" + msgstr "" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 35 +-#: plugins/scheduler/schedulerplugin.cpp:59 rc.cpp:1565 ++#: plugins/scheduler/schedulerplugin.cpp:59 rc.cpp:1508 + #, no-c-format + msgid "Bandwidth Scheduler" + msgstr "" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 46 +-#: rc.cpp:1568 ++#: rc.cpp:1511 + #, no-c-format + msgid "Use colors instead of pi&xmaps?" + msgstr "" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 54 +-#: rc.cpp:1571 ++#: rc.cpp:1514 + #, no-c-format + msgid "(Recommended for slower systems)" + msgstr "" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 62 +-#: rc.cpp:1574 ++#: rc.cpp:1517 + #, no-c-format + msgid "Edit s&chedule" + msgstr "" + + #. i18n: file ./plugins/scheduler/ktschedulerplugin.kcfg line 10 +-#: rc.cpp:1577 ++#: rc.cpp:1520 + #, no-c-format + msgid "Enable bandwidth scheduler?" + msgstr "" + + #. i18n: file ./plugins/scheduler/ktschedulerplugin.kcfg line 14 +-#: rc.cpp:1580 ++#: rc.cpp:1523 + #, no-c-format + msgid "Use colors instead of pixmaps?" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 10 +-#: rc.cpp:1583 ++#: rc.cpp:1526 + #, no-c-format + msgid "Use rich log text" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 15 +-#: rc.cpp:1586 ++#: rc.cpp:1529 + #, no-c-format + msgid "General info messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 19 +-#: rc.cpp:1589 ++#: rc.cpp:1532 + #, no-c-format + msgid "Connections messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 23 +-#: rc.cpp:1592 ++#: rc.cpp:1535 + #, no-c-format + msgid "DHT messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 27 +-#: rc.cpp:1595 ++#: rc.cpp:1538 + #, no-c-format + msgid "Tracker info messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 31 +-#: rc.cpp:1598 ++#: rc.cpp:1541 + #, fuzzy, no-c-format + msgid "Disk IO info messages flag" + msgstr "Idosiye " + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 35 +-#: rc.cpp:1601 ++#: rc.cpp:1544 + #, no-c-format + msgid "IPFilter plugin messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 39 +-#: rc.cpp:1604 ++#: rc.cpp:1547 + #, no-c-format + msgid "Search plugin messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 43 +-#: rc.cpp:1607 ++#: rc.cpp:1550 + #, no-c-format + msgid "PartFileImport plugin messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 47 +-#: rc.cpp:1610 ++#: rc.cpp:1553 + #, no-c-format + msgid "InfoWidget plugin messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 51 +-#: rc.cpp:1613 ++#: rc.cpp:1556 + #, no-c-format + msgid "UPnP plugin messages flag" + msgstr "" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 55 +-#: rc.cpp:1616 ++#: rc.cpp:1559 + #, fuzzy, no-c-format + msgid "ScanFolder plugin messages flag" + msgstr "Idosiye " + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 59 +-#: rc.cpp:1619 ++#: rc.cpp:1562 + #, fuzzy, no-c-format + msgid "Scheduler plugin messages flag" + msgstr "Idosiye " + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 63 +-#: rc.cpp:1622 ++#: rc.cpp:1565 + #, fuzzy, no-c-format + msgid "RSS plugin messages flag" + msgstr "Idosiye " + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 67 +-#: rc.cpp:1625 ++#: rc.cpp:1568 + #, fuzzy, no-c-format + msgid "WebInterface plugin messages flag" + msgstr "Idosiye " + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 16 +-#: plugins/logviewer/logprefpage.cpp:31 rc.cpp:1628 ++#: plugins/logviewer/logprefpage.cpp:31 rc.cpp:1571 + #, fuzzy, no-c-format + msgid "LogViewer Options" + msgstr "Idosiye " + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 44 +-#: libktorrent/pluginmanagerprefpage.cpp:63 rc.cpp:1631 ++#: libktorrent/pluginmanagerprefpage.cpp:63 rc.cpp:1574 + #, no-c-format + msgid "Plugins" + msgstr "" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 53 +-#: rc.cpp:1634 rc.cpp:1652 rc.cpp:1670 rc.cpp:1691 rc.cpp:1706 rc.cpp:1724 +-#: rc.cpp:1745 rc.cpp:1763 rc.cpp:1778 rc.cpp:1811 rc.cpp:1826 rc.cpp:1841 +-#: rc.cpp:1859 rc.cpp:1874 ++#: rc.cpp:1577 rc.cpp:1595 rc.cpp:1613 rc.cpp:1634 rc.cpp:1649 rc.cpp:1667 ++#: rc.cpp:1688 rc.cpp:1706 rc.cpp:1721 rc.cpp:1754 rc.cpp:1769 rc.cpp:1784 ++#: rc.cpp:1802 rc.cpp:1817 + #, no-c-format + msgid "All" + msgstr "" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 58 +-#: rc.cpp:1637 rc.cpp:1655 rc.cpp:1673 rc.cpp:1694 rc.cpp:1709 rc.cpp:1727 +-#: rc.cpp:1748 rc.cpp:1766 rc.cpp:1781 rc.cpp:1814 rc.cpp:1829 rc.cpp:1844 +-#: rc.cpp:1862 rc.cpp:1877 ++#: rc.cpp:1580 rc.cpp:1598 rc.cpp:1616 rc.cpp:1637 rc.cpp:1652 rc.cpp:1670 ++#: rc.cpp:1691 rc.cpp:1709 rc.cpp:1724 rc.cpp:1757 rc.cpp:1772 rc.cpp:1787 ++#: rc.cpp:1805 rc.cpp:1820 + #, fuzzy, no-c-format + msgid "Debug" + msgstr "Ubwoko " + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 63 +-#: rc.cpp:1640 rc.cpp:1658 rc.cpp:1676 rc.cpp:1697 rc.cpp:1712 rc.cpp:1730 +-#: rc.cpp:1751 rc.cpp:1769 rc.cpp:1784 rc.cpp:1817 rc.cpp:1832 rc.cpp:1847 +-#: rc.cpp:1865 rc.cpp:1880 ++#: rc.cpp:1583 rc.cpp:1601 rc.cpp:1619 rc.cpp:1640 rc.cpp:1655 rc.cpp:1673 ++#: rc.cpp:1694 rc.cpp:1712 rc.cpp:1727 rc.cpp:1760 rc.cpp:1775 rc.cpp:1790 ++#: rc.cpp:1808 rc.cpp:1823 + #, no-c-format + msgid "Notice" + msgstr "" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 68 +-#: rc.cpp:1643 rc.cpp:1661 rc.cpp:1679 rc.cpp:1700 rc.cpp:1715 rc.cpp:1733 +-#: rc.cpp:1754 rc.cpp:1772 rc.cpp:1787 rc.cpp:1820 rc.cpp:1835 rc.cpp:1850 +-#: rc.cpp:1868 rc.cpp:1883 ++#: rc.cpp:1586 rc.cpp:1604 rc.cpp:1622 rc.cpp:1643 rc.cpp:1658 rc.cpp:1676 ++#: rc.cpp:1697 rc.cpp:1715 rc.cpp:1730 rc.cpp:1763 rc.cpp:1778 rc.cpp:1793 ++#: rc.cpp:1811 rc.cpp:1826 + #, no-c-format + msgid "Important" + msgstr "" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 73 +-#: rc.cpp:1646 rc.cpp:1664 rc.cpp:1682 rc.cpp:1703 rc.cpp:1718 rc.cpp:1736 +-#: rc.cpp:1757 rc.cpp:1775 rc.cpp:1790 rc.cpp:1823 rc.cpp:1838 rc.cpp:1853 +-#: rc.cpp:1871 rc.cpp:1886 ++#: rc.cpp:1589 rc.cpp:1607 rc.cpp:1625 rc.cpp:1646 rc.cpp:1661 rc.cpp:1679 ++#: rc.cpp:1700 rc.cpp:1718 rc.cpp:1733 rc.cpp:1766 rc.cpp:1781 rc.cpp:1796 ++#: rc.cpp:1814 rc.cpp:1829 + #, no-c-format + msgid "None" + msgstr "" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 85 +-#: rc.cpp:1649 ++#: rc.cpp:1592 + #, fuzzy, no-c-format + msgid "IPFilter:" + msgstr "Ibyahisemo" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 126 +-#: rc.cpp:1667 ++#: rc.cpp:1610 + #, fuzzy, no-c-format + msgid "Search:" + msgstr "Gushaka" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 167 +-#: rc.cpp:1685 ++#: rc.cpp:1628 + #, no-c-format + msgid "UPnP:" + msgstr "" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 178 +-#: rc.cpp:1688 ++#: rc.cpp:1631 + #, fuzzy, no-c-format + msgid "ScanFolder:" + msgstr "amadosiye yose" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 249 +-#: rc.cpp:1721 ++#: rc.cpp:1664 + #, fuzzy, no-c-format + msgid "Scheduler:" + msgstr "Uwohereza" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 290 +-#: rc.cpp:1739 ++#: rc.cpp:1682 + #, no-c-format + msgid "PartFileImport:" + msgstr "" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 301 +-#: rc.cpp:1742 ++#: rc.cpp:1685 + #, no-c-format + msgid "InfoWidget:" + msgstr "" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 342 +-#: rc.cpp:1760 ++#: rc.cpp:1703 + #, no-c-format + msgid "RSS plugin:" + msgstr "" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 413 +-#: rc.cpp:1793 ++#: rc.cpp:1736 + #, fuzzy, no-c-format + msgid "WebInterface plugin:" + msgstr "Amahitamo Rusange" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 426 +-#: rc.cpp:1796 ++#: rc.cpp:1739 + #, no-c-format + msgid "System" + msgstr "" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 437 +-#: rc.cpp:1799 ++#: rc.cpp:1742 + #, fuzzy, no-c-format + msgid "General:" + msgstr "Rusange" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 445 +-#: rc.cpp:1802 ++#: rc.cpp:1745 + #, no-c-format + msgid "Connections:" + msgstr "" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 559 +-#: rc.cpp:1856 ++#: rc.cpp:1799 + #, no-c-format + msgid "Disk I/O:" + msgstr "" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 640 +-#: rc.cpp:1892 ++#: rc.cpp:1835 + #, no-c-format + msgid "Use rich te&xt for log" + msgstr "" + + #. i18n: file ./plugins/search/searchpref.ui line 41 +-#: rc.cpp:1898 ++#: rc.cpp:1841 + #, no-c-format + msgid "External Browser" + msgstr "" + + #. i18n: file ./plugins/search/searchpref.ui line 52 +-#: rc.cpp:1901 ++#: rc.cpp:1844 + #, no-c-format + msgid "Open searches in external browser" + msgstr "" + + #. i18n: file ./plugins/search/searchpref.ui line 60 +-#: rc.cpp:1904 rc.cpp:1955 ++#: rc.cpp:1847 rc.cpp:1892 + #, no-c-format + msgid "Use default browser" + msgstr "" + + #. i18n: file ./plugins/search/searchpref.ui line 79 +-#: rc.cpp:1908 ++#: rc.cpp:1850 + #, no-c-format + msgid "Custom browser path:" + msgstr "" + + #. i18n: file ./plugins/search/searchpref.ui line 116 +-#: rc.cpp:1912 ++#: rc.cpp:1853 + #, fuzzy, no-c-format + msgid "Search Engines" + msgstr "Shakisha ama moteri" + + #. i18n: file ./plugins/search/searchpref.ui line 143 +-#: rc.cpp:1916 ++#: rc.cpp:1856 + #, fuzzy, no-c-format + msgid "Search engine name:" + msgstr "Izina: : " + + #. i18n: file ./plugins/search/searchpref.ui line 187 +-#: rc.cpp:1922 ++#: rc.cpp:1862 + #, no-c-format + msgid "&Add" + msgstr "&Ongera" + + #. i18n: file ./plugins/search/searchpref.ui line 195 +-#: rc.cpp:1925 ++#: rc.cpp:1865 + #, fuzzy, no-c-format + msgid "Engines" + msgstr "Ama moteri yose" + + #. i18n: file ./plugins/search/searchpref.ui line 206 +-#: rc.cpp:1928 ++#: rc.cpp:1868 + #, no-c-format + msgid "URL" + msgstr "URL" + + #. i18n: file ./plugins/search/searchpref.ui line 257 +-#: rc.cpp:1934 ++#: rc.cpp:1874 + #, fuzzy, no-c-format + msgid "R&emove All" + msgstr "Gukuraho Byose" + + #. i18n: file ./plugins/search/searchpref.ui line 282 +-#: rc.cpp:1937 ++#: rc.cpp:1877 + #, fuzzy, no-c-format + msgid "Add Defau<" + msgstr "Mburabuzi " + + #. i18n: file ./plugins/search/searchpref.ui line 290 +-#: rc.cpp:1940 ++#: rc.cpp:1880 + #, fuzzy, no-c-format + msgid "Update From Internet" + msgstr "Ihuzagihe in : " + + #. i18n: file ./plugins/search/searchbar.ui line 53 + #: plugins/search/searchplugin.cpp:50 plugins/search/searchtab.cpp:48 +-#: rc.cpp:1946 ++#: rc.cpp:1883 + #, no-c-format + msgid "Search" + msgstr "Gushaka" + + #. i18n: file ./plugins/search/searchbar.ui line 78 +-#: rc.cpp:1949 ++#: rc.cpp:1886 + #, fuzzy, no-c-format + msgid "Search engine:" + msgstr "Shakisha Imoteri" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 10 +-#: rc.cpp:1952 ++#: rc.cpp:1889 + #, fuzzy, no-c-format + msgid "Current search engine" + msgstr "Shakisha " + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 19 +-#: rc.cpp:1958 ++#: rc.cpp:1895 + #, no-c-format + msgid "Use custom browser" + msgstr "" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 23 +-#: rc.cpp:1961 ++#: rc.cpp:1898 + #, no-c-format + msgid "Custom browser executable path" + msgstr "" +@@ -4106,34 +4106,34 @@ msgstr "" + msgid "Stopped. No space left on device." + msgstr "" + +-#: libktorrent/torrent/queuemanager.cpp:135 ++#: libktorrent/torrent/queuemanager.cpp:136 + msgid "" + "You don't have enough disk space to download this torrent. Are you sure you " + "want to continue?" + msgstr "" + +-#: libktorrent/torrent/queuemanager.cpp:135 ++#: libktorrent/torrent/queuemanager.cpp:136 + #, c-format + msgid "Insufficient disk space for %1" + msgstr "" + +-#: libktorrent/torrent/queuemanager.cpp:157 ++#: libktorrent/torrent/queuemanager.cpp:158 + msgid "" + "Torrent \"%1\" has reached its maximum share ratio. Ignore the limit and start " + "seeding anyway?" + msgstr "" + +-#: libktorrent/torrent/queuemanager.cpp:157 ++#: libktorrent/torrent/queuemanager.cpp:158 + msgid "Maximum share ratio limit reached." + msgstr "" + +-#: libktorrent/torrent/queuemanager.cpp:236 +-#: libktorrent/torrent/queuemanager.cpp:760 ++#: libktorrent/torrent/queuemanager.cpp:237 ++#: libktorrent/torrent/queuemanager.cpp:763 + #, fuzzy + msgid "Error stopping torrent %1 : %2" + msgstr "Gufungura Idosiye %1 : %2 " + +-#: libktorrent/torrent/queuemanager.cpp:742 ++#: libktorrent/torrent/queuemanager.cpp:745 + #, fuzzy + msgid "Error starting torrent %1 : %2" + msgstr "Gufungura Idosiye %1 : %2 " +diff --git a/translations/sk/messages/ktorrent.po b/translations/sk/messages/ktorrent.po +index 647dbfc..a257b1a 100644 +--- a/translations/sk/messages/ktorrent.po ++++ b/translations/sk/messages/ktorrent.po +@@ -4,7 +4,7 @@ + msgid "" + msgstr "" + "Project-Id-Version: ktorrent\n" +-"POT-Creation-Date: 2008-04-18 19:40+0200\n" ++"POT-Creation-Date: 2008-07-08 22:20+0200\n" + "PO-Revision-Date: 2006-08-30 19:00+0200\n" + "Last-Translator: Jozef Riha \n" + "Language-Team: Slovak \n" +@@ -22,7 +22,7 @@ msgid "No incoming connections (possibly firewalled)" + msgstr "" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 42 +-#: apps/ktorrent/ktorrent.cpp:184 rc.cpp:345 rc.cpp:383 rc.cpp:1019 ++#: apps/ktorrent/ktorrent.cpp:184 rc.cpp:336 rc.cpp:369 rc.cpp:989 + #, no-c-format + msgid "Info" + msgstr "Info" +@@ -195,7 +195,7 @@ msgstr "Nesprávna URL." + #. i18n: file ./apps/ktorrent/ktorrentui.rc line 9 + #: apps/ktorrent/groups/downloadgroup.cpp:27 + #: apps/ktorrent/groups/groupmanager.h:57 apps/ktorrent/pref.cpp:147 +-#: apps/ktorrent/viewmanager.cpp:62 rc.cpp:138 rc.cpp:342 ++#: apps/ktorrent/viewmanager.cpp:62 rc.cpp:132 rc.cpp:333 + #, no-c-format + msgid "Downloads" + msgstr "Downloady" +@@ -321,7 +321,7 @@ msgid "Document to open" + msgstr "Dokument na otvorenie" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 59 +-#: apps/ktorrent/main.cpp:120 rc.cpp:553 ++#: apps/ktorrent/main.cpp:120 rc.cpp:532 + #, no-c-format + msgid "KTorrent" + msgstr "KTorrent" +@@ -609,7 +609,7 @@ msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 85 + #: apps/ktorrent/ktorrentviewmenu.cpp:66 plugins/infowidget/peerview.cpp:221 +-#: rc.cpp:77 rc.cpp:1256 rc.cpp:1307 ++#: rc.cpp:75 rc.cpp:1208 rc.cpp:1259 + #, no-c-format + msgid "DHT" + msgstr "DHT" +@@ -653,7 +653,7 @@ msgid "Add to Group" + msgstr "Vlastná IP" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 16 +-#: apps/ktorrent/ktorrentviewmenu.cpp:100 rc.cpp:147 ++#: apps/ktorrent/ktorrentviewmenu.cpp:100 rc.cpp:141 + #, fuzzy, no-c-format + msgid "Speed Limits" + msgstr "Limit rýchlosti v kB/s" +@@ -672,7 +672,7 @@ msgid "Malformed IP address." + msgstr "Nesprávna URL." + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 311 +-#: apps/ktorrent/pref.cpp:58 rc.cpp:282 ++#: apps/ktorrent/pref.cpp:58 rc.cpp:273 + #, no-c-format + msgid "Preferences" + msgstr "Nastavenia" +@@ -709,7 +709,7 @@ msgid "Advanced" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 27 +-#: apps/ktorrent/pref.cpp:411 rc.cpp:540 ++#: apps/ktorrent/pref.cpp:411 rc.cpp:519 + #, fuzzy, no-c-format + msgid "Advanced Options" + msgstr "Možnosti priečinku prehľadávania" +@@ -720,7 +720,7 @@ msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 16 + #: apps/ktorrent/ktorrentview.cpp:135 +-#: plugins/infowidget/infowidgetplugin.cpp:76 rc.cpp:1016 ++#: plugins/infowidget/infowidgetplugin.cpp:76 rc.cpp:986 + #, no-c-format + msgid "Status" + msgstr "Stav" +@@ -742,7 +742,7 @@ msgstr "Odoslané" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 313 + #: apps/ktorrent/ktorrentview.cpp:139 plugins/infowidget/peerview.cpp:216 +-#: rc.cpp:1010 ++#: rc.cpp:980 + #, no-c-format + msgid "Down Speed" + msgstr "Sťahovanie" +@@ -875,7 +875,7 @@ msgid "User" + msgstr "Užívateľ" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 24 +-#: apps/ktorrent/queuedialog.cpp:75 rc.cpp:249 ++#: apps/ktorrent/queuedialog.cpp:75 rc.cpp:240 + #, no-c-format + msgid "Queue Manager" + msgstr "Manažér frontu" +@@ -1083,8 +1083,8 @@ msgid "Start torrent" + msgstr "Začni &vysielať torrent" + + #. i18n: file ./apps/ktorrent/fileselectdlgbase.ui line 160 +-#: plugins/infowidget/fileview.cpp:49 rc.cpp:27 rc.cpp:1244 rc.cpp:1259 +-#: rc.cpp:1349 rc.cpp:1439 ++#: plugins/infowidget/fileview.cpp:49 rc.cpp:27 rc.cpp:1196 rc.cpp:1211 ++#: rc.cpp:1301 rc.cpp:1385 + #, no-c-format + msgid "Download" + msgstr "Stiahnuť" +@@ -1138,13 +1138,13 @@ msgid "Encryption" + msgstr "Šifrovanie" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 58 +-#: rc.cpp:64 rc.cpp:787 ++#: rc.cpp:63 rc.cpp:764 + #, no-c-format + msgid "Use protocol encryption" + msgstr "Použiť šifrovanie" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 64 +-#: rc.cpp:68 ++#: rc.cpp:66 + #, no-c-format + msgid "" + "Protocol encryption is used to prevent ISP's from slowing down bittorrent " +@@ -1152,13 +1152,13 @@ msgid "" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 72 +-#: rc.cpp:71 rc.cpp:790 ++#: rc.cpp:69 rc.cpp:767 + #, no-c-format + msgid "Allow unencrypted connections" + msgstr "Povoliť nešifrované spojenia" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 75 +-#: rc.cpp:74 ++#: rc.cpp:72 + #, no-c-format + msgid "" + "If unchecked, you'll be able to connect only to clients supporting encryption." +@@ -1167,7 +1167,7 @@ msgstr "" + "šifrovanie." + + #. i18n: file ./apps/ktorrent/generalpref.ui line 88 +-#: rc.cpp:80 ++#: rc.cpp:78 + #, no-c-format + msgid "" + "Distributed Hash Table protocol." +@@ -1177,169 +1177,169 @@ msgstr "" + "
Protokol komunikácie decentralizovaných peerov." + + #. i18n: file ./apps/ktorrent/generalpref.ui line 99 +-#: rc.cpp:83 ++#: rc.cpp:81 + #, no-c-format + msgid "&Use DHT to get additional peers" + msgstr "&Použiť DHT pre získanie ďalších zdrojov" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 118 +-#: rc.cpp:87 ++#: rc.cpp:84 + #, no-c-format + msgid "UDP port for DHT communication:" + msgstr "UDP port pre komunikáciu s DHT:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 161 +-#: rc.cpp:90 ++#: rc.cpp:87 + #, no-c-format + msgid "Custom IP" + msgstr "Vlastná IP" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 172 +-#: rc.cpp:93 ++#: rc.cpp:90 + #, fuzzy, no-c-format + msgid "Se&nd the tracker a custom IP address or hostname" + msgstr "Po&slať trackeru vlastnú IP alebo hostiteľa" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 188 +-#: rc.cpp:96 ++#: rc.cpp:93 + #, fuzzy, no-c-format + msgid "Custom IP address or hostname:" + msgstr "Vlastná IP alebo hostiteľ:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 205 +-#: rc.cpp:99 ++#: rc.cpp:96 + #, fuzzy, no-c-format + msgid "System Tray Icon" + msgstr "Ukázať i&konu v tray paneli" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 216 +-#: rc.cpp:102 ++#: rc.cpp:99 + #, no-c-format + msgid "Show s&ystem tray icon" + msgstr "Ukázať i&konu v tray paneli" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 224 +-#: rc.cpp:105 ++#: rc.cpp:102 + #, fuzzy, no-c-format + msgid "Show speed &bar in tray icon" + msgstr "Ukázať i&konu v tray paneli" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 232 +-#: rc.cpp:108 ++#: rc.cpp:105 + #, fuzzy, no-c-format + msgid "Show system tray popup messages" + msgstr "Ukázať i&konu v tray paneli" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 251 +-#: rc.cpp:112 ++#: rc.cpp:108 + #, no-c-format + msgid "Upload bandwidth (in KB/sec):" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 276 +-#: rc.cpp:115 ++#: rc.cpp:111 + #, no-c-format + msgid "Download bandwidth (in KB/sec):" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 305 +-#: rc.cpp:118 ++#: rc.cpp:114 + #, no-c-format + msgid "Folders" + msgstr "Priečinky" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 324 +-#: rc.cpp:121 ++#: rc.cpp:117 + #, no-c-format + msgid "Folder to store temporary files:" + msgstr "Priečinok pre uloženie dočasných súborov:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 342 +-#: rc.cpp:124 ++#: rc.cpp:120 + #, fuzzy, no-c-format + msgid "Move completed downloads to:" + msgstr "Nestiahnuť" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 353 +-#: rc.cpp:128 ++#: rc.cpp:123 + #, no-c-format + msgid "&Automatically save downloads to:" + msgstr "&Automaticky uložiť sťahované súbory sem:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 395 +-#: rc.cpp:131 ++#: rc.cpp:126 + #, fuzzy, no-c-format + msgid "Copy .torrent files to:" + msgstr "torrent súbory" + + #. i18n: file ./apps/ktorrent/ktorrentui.rc line 34 +-#: rc.cpp:144 ++#: rc.cpp:138 + #, no-c-format + msgid "Download Toolbar" + msgstr "Panel sťahovania" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 27 +-#: rc.cpp:150 ++#: rc.cpp:144 + #, fuzzy, no-c-format + msgid "Set the speed limits for torrent" + msgstr "Začni &vysielať torrent" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 51 +-#: rc.cpp:153 ++#: rc.cpp:147 + #, fuzzy, no-c-format + msgid "Max upload rate:" + msgstr "Maximálna rýchlosť odosielania:" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 59 +-#: rc.cpp:156 ++#: rc.cpp:150 + #, fuzzy, no-c-format + msgid "Max download rate:" + msgstr "Maximálna rýchlosť sťahovania:" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 97 +-#: rc.cpp:159 rc.cpp:162 ++#: rc.cpp:153 rc.cpp:156 + #, fuzzy, no-c-format + msgid "KB/s (0 is no limit)" + msgstr "kB/s (0 znamená bez limitu)" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 16 +-#: rc.cpp:171 ++#: rc.cpp:165 + #, no-c-format + msgid "Add potential peer" + msgstr "" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 35 +-#: rc.cpp:174 ++#: rc.cpp:168 + #, fuzzy, no-c-format + msgid "Peer IP:" + msgstr "Peer" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 43 +-#: rc.cpp:177 rc.cpp:208 ++#: rc.cpp:171 rc.cpp:201 + #, no-c-format + msgid "127.0.0.1" + msgstr "" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 51 +-#: rc.cpp:180 rc.cpp:288 rc.cpp:525 rc.cpp:931 ++#: rc.cpp:174 rc.cpp:279 rc.cpp:504 rc.cpp:908 + #, no-c-format + msgid "Port:" + msgstr "Port:" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 100 +-#: rc.cpp:183 ++#: rc.cpp:177 + #, no-c-format + msgid "Enter peer IP and port." + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 16 +-#: rc.cpp:193 ++#: rc.cpp:186 + #, fuzzy, no-c-format + msgid "KTorrent Blacklist" + msgstr "Torrent súbory" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 30 +-#: rc.cpp:196 ++#: rc.cpp:189 + #, no-c-format + msgid "" + "Note: Blacklist applies to current session only. Use save/open to save your " +@@ -1347,187 +1347,187 @@ msgid "" + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 41 +-#: rc.cpp:199 ++#: rc.cpp:192 + #, fuzzy, no-c-format + msgid "Banned Peers" + msgstr "Pridelený peerovia" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 50 +-#: rc.cpp:202 ++#: rc.cpp:195 + #, no-c-format + msgid "Peer IP address" + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 96 +-#: rc.cpp:205 ++#: rc.cpp:198 + #, no-c-format + msgid "Add peer:" + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 134 +-#: rc.cpp:215 ++#: rc.cpp:207 + #, no-c-format + msgid "Adds a peer to blacklist" + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 168 +-#: rc.cpp:222 ++#: rc.cpp:213 + #, no-c-format + msgid "Removes selected peer from blacklist" + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 176 +-#: rc.cpp:225 ++#: rc.cpp:216 + #, no-c-format + msgid "C&lear" + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 182 +-#: rc.cpp:228 ++#: rc.cpp:219 + #, no-c-format + msgid "Clears this list" + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 218 +-#: rc.cpp:234 ++#: rc.cpp:225 + #, no-c-format + msgid "Save &As..." + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 224 +-#: rc.cpp:237 ++#: rc.cpp:228 + #, no-c-format + msgid "Save this blacklist to use with KTorrent IPFilter plugin" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 59 +-#: rc.cpp:252 ++#: rc.cpp:243 + #, no-c-format + msgid "Maximum downloads:" + msgstr "Maximum sťahovaní:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 86 +-#: rc.cpp:255 ++#: rc.cpp:246 + #, no-c-format + msgid "Maximum seeds:" + msgstr "Maximum zdrojov:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 94 +-#: rc.cpp:258 ++#: rc.cpp:249 + #, no-c-format + msgid "Start download on low disk space :" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 102 +-#: rc.cpp:261 ++#: rc.cpp:252 + #, fuzzy, no-c-format + msgid "Minimum disk space:" + msgstr "Alokujem diskový priestor" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 140 +-#: rc.cpp:264 ++#: rc.cpp:255 + #, fuzzy, no-c-format + msgid "Don't start" + msgstr "Nespustené" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 145 +-#: rc.cpp:267 ++#: rc.cpp:258 + #, no-c-format + msgid "Always ask" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 150 +-#: rc.cpp:270 ++#: rc.cpp:261 + #, fuzzy, no-c-format + msgid "Force start" + msgstr "Nespustené" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 208 +-#: rc.cpp:273 ++#: rc.cpp:264 + #, no-c-format + msgid "MB" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 236 +-#: rc.cpp:276 rc.cpp:279 rc.cpp:312 rc.cpp:315 rc.cpp:324 ++#: rc.cpp:267 rc.cpp:270 rc.cpp:303 rc.cpp:306 rc.cpp:315 + #, no-c-format + msgid "(0 is no limit)" + msgstr "(0 znamená bez limitu)" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 330 +-#: rc.cpp:285 ++#: rc.cpp:276 + #, no-c-format + msgid "Maximum download rate:" + msgstr "Maximálna rýchlosť sťahovania:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 346 +-#: rc.cpp:291 ++#: rc.cpp:282 + #, fuzzy, no-c-format + msgid "Global connection limit:" + msgstr "Globálny limit spojení" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 354 +-#: rc.cpp:294 ++#: rc.cpp:285 + #, fuzzy, no-c-format + msgid "Max seed time:" + msgstr "Ratio sťahovania:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 370 +-#: rc.cpp:297 ++#: rc.cpp:288 + #, no-c-format + msgid "Maximum connections per torrent:" + msgstr "Maximum spojení na jeden torrent:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 397 +-#: rc.cpp:300 ++#: rc.cpp:291 + #, no-c-format + msgid "Number of upload slots:" + msgstr "Počet slotov pre odosielanie:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 405 +-#: rc.cpp:303 ++#: rc.cpp:294 + #, no-c-format + msgid "UDP tracker port:" + msgstr "Port pre UDP tracker:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 413 +-#: rc.cpp:306 ++#: rc.cpp:297 + #, fuzzy, no-c-format + msgid "Max share ratio:" + msgstr "Ratio sťahovania:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 421 +-#: rc.cpp:309 ++#: rc.cpp:300 + #, no-c-format + msgid "Maximum upload rate:" + msgstr "Maximálna rýchlosť odosielania:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 576 +-#: rc.cpp:318 rc.cpp:321 ++#: rc.cpp:309 rc.cpp:312 + #, no-c-format + msgid "KB/sec (0 is no limit)" + msgstr "kB/s (0 znamená bez limitu)" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 651 +-#: rc.cpp:327 ++#: rc.cpp:318 + #, fuzzy, no-c-format + msgid "Hours (0 is no limit)" + msgstr "(0 znamená bez limitu)" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 663 +-#: rc.cpp:330 ++#: rc.cpp:321 + #, no-c-format + msgid "&Keep seeding after download is finished" + msgstr "&Pokračuj v odosielaní po ukončení sťahovania" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 674 +-#: rc.cpp:333 ++#: rc.cpp:324 + #, no-c-format + msgid "Attention" + msgstr "Upozornenie" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 685 +-#: rc.cpp:336 ++#: rc.cpp:327 + #, fuzzy, no-c-format + msgid "" + "The above ports must also be forwarded if you are behind a router. The UPnP " +@@ -1537,283 +1537,283 @@ msgstr "" + "môže urobiť za vás." + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 16 +-#: rc.cpp:339 ++#: rc.cpp:330 + #, no-c-format + msgid "KT Queue Dialog" + msgstr "KT dialóg frontu" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 69 +-#: rc.cpp:348 rc.cpp:386 rc.cpp:1107 ++#: rc.cpp:339 rc.cpp:372 rc.cpp:1067 + #, no-c-format + msgid "Status:" + msgstr "Stav:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 85 +-#: rc.cpp:351 rc.cpp:389 rc.cpp:1808 ++#: rc.cpp:342 rc.cpp:375 rc.cpp:1751 + #, no-c-format + msgid "Tracker:" + msgstr "Tracker:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 93 +-#: rc.cpp:354 rc.cpp:392 rc.cpp:1805 ++#: rc.cpp:345 rc.cpp:378 rc.cpp:1748 + #, no-c-format + msgid "DHT:" + msgstr "DHT:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 109 +-#: rc.cpp:357 rc.cpp:395 rc.cpp:1061 ++#: rc.cpp:348 rc.cpp:381 rc.cpp:1025 + #, no-c-format + msgid "Share ratio:" + msgstr "Ratio sťahovania:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 117 +-#: rc.cpp:360 ++#: rc.cpp:351 + #, no-c-format + msgid "Bytes left:" + msgstr "Zostáva bytov:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 177 +-#: rc.cpp:368 rc.cpp:377 ++#: rc.cpp:354 rc.cpp:363 + #, no-c-format + msgid "Torrent" + msgstr "Torrent" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 188 +-#: rc.cpp:371 rc.cpp:380 ++#: rc.cpp:357 rc.cpp:366 + #, no-c-format + msgid "Controlled by" + msgstr "Kontrolované" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 214 +-#: rc.cpp:374 ++#: rc.cpp:360 + #, no-c-format + msgid "Upload&s" + msgstr "Uploa&dy" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 333 +-#: rc.cpp:398 ++#: rc.cpp:384 + #, no-c-format + msgid "Uploaded:" + msgstr "Odoslané:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 486 +-#: rc.cpp:406 ++#: rc.cpp:387 + #, no-c-format + msgid "M&ove up" + msgstr "Po&suň hore:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 494 +-#: rc.cpp:409 ++#: rc.cpp:390 + #, no-c-format + msgid "Move dow&n" + msgstr "Pos&uň dole:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 519 +-#: rc.cpp:412 ++#: rc.cpp:393 + #, fuzzy, no-c-format + msgid "Move to top" + msgstr "Po&suň hore:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 530 +-#: rc.cpp:416 ++#: rc.cpp:396 + #, no-c-format + msgid "Move to &bottom" + msgstr "" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 555 +-#: rc.cpp:419 ++#: rc.cpp:399 + #, no-c-format + msgid "&QM Controlled" + msgstr "&QM Kontrolované" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 563 +-#: rc.cpp:422 ++#: rc.cpp:402 + #, no-c-format + msgid "&User Controlled" + msgstr "&Používateľom kontrolované" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 30 +-#: rc.cpp:434 ++#: rc.cpp:414 + #, no-c-format + msgid "Paste URL" + msgstr "Vložiť URL" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 52 +-#: rc.cpp:437 rc.cpp:1104 rc.cpp:1919 ++#: rc.cpp:417 rc.cpp:1064 rc.cpp:1859 + #, no-c-format + msgid "URL:" + msgstr "URL:" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 106 +-#: rc.cpp:440 ++#: rc.cpp:420 + #, no-c-format + msgid "O&K" + msgstr "O&K" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 114 +-#: rc.cpp:443 rc.cpp:675 rc.cpp:1176 ++#: rc.cpp:423 rc.cpp:653 rc.cpp:1128 + #, no-c-format + msgid "C&ancel" + msgstr "&Ukončiť" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 16 +-#: rc.cpp:446 ++#: rc.cpp:426 + #, no-c-format + msgid "Create Torrent" + msgstr "Vytvoriť Torrent" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 38 +-#: rc.cpp:449 ++#: rc.cpp:429 + #, no-c-format + msgid "The file or folder of which you want to create a torrent:" + msgstr "Súbor alebo priečinok, z ktorého si prajete vytvoriť torrent:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 53 +-#: rc.cpp:452 ++#: rc.cpp:432 + #, fuzzy, no-c-format + msgid "You must add at least one tracker or node." + msgstr "Musíte pridať aspoň jeden tracker." + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 61 +-#: rc.cpp:455 ++#: rc.cpp:435 + #, no-c-format + msgid "File Options" + msgstr "Možnosti súboru" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 80 +-#: rc.cpp:458 ++#: rc.cpp:438 + #, no-c-format + msgid "Size of each chunk:" + msgstr "Veľkosť dielu:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 86 +-#: rc.cpp:461 ++#: rc.cpp:441 + #, no-c-format + msgid "32" + msgstr "32" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 91 +-#: rc.cpp:464 ++#: rc.cpp:444 + #, no-c-format + msgid "64" + msgstr "64" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 96 +-#: rc.cpp:467 ++#: rc.cpp:447 + #, no-c-format + msgid "128" + msgstr "128" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 101 +-#: rc.cpp:470 ++#: rc.cpp:450 + #, no-c-format + msgid "256" + msgstr "256" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 106 +-#: rc.cpp:473 ++#: rc.cpp:453 + #, no-c-format + msgid "512" + msgstr "512" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 111 +-#: rc.cpp:476 ++#: rc.cpp:456 + #, no-c-format + msgid "1024" + msgstr "1024" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 116 +-#: rc.cpp:479 ++#: rc.cpp:459 + #, no-c-format + msgid "2048" + msgstr "2048" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 121 +-#: rc.cpp:482 ++#: rc.cpp:462 + #, no-c-format + msgid "4096" + msgstr "4096" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 126 +-#: rc.cpp:485 ++#: rc.cpp:465 + #, no-c-format + msgid "8192" + msgstr "8192" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 138 +-#: rc.cpp:488 rc.cpp:633 ++#: rc.cpp:468 rc.cpp:611 + #, no-c-format + msgid "KB" + msgstr "KB" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 165 +-#: rc.cpp:491 ++#: rc.cpp:471 + #, no-c-format + msgid "Start seedin&g the torrent" + msgstr "Začni &vysielať torrent" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 176 +-#: rc.cpp:494 ++#: rc.cpp:474 + #, no-c-format + msgid "Decentrali&zed (DHT only)" + msgstr "" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 184 +-#: rc.cpp:497 ++#: rc.cpp:477 + #, no-c-format + msgid "Private torrent (DHT not allowed)" + msgstr "Súkromný torrent (DHT zákazané)" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 202 +-#: rc.cpp:500 ++#: rc.cpp:480 + #, no-c-format + msgid "Comments:" + msgstr "Komentáre:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 248 +-#: rc.cpp:503 ++#: rc.cpp:483 + #, fuzzy, no-c-format + msgid "&Create" + msgstr "Vyt&voriť" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 262 +-#: rc.cpp:506 rc.cpp:1325 ++#: rc.cpp:486 rc.cpp:1277 + #, no-c-format + msgid "Ca&ncel" + msgstr "Z&rušiť" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 275 +-#: plugins/infowidget/infowidgetplugin.cpp:214 rc.cpp:509 rc.cpp:1101 ++#: plugins/infowidget/infowidgetplugin.cpp:214 rc.cpp:489 rc.cpp:1061 + #, no-c-format + msgid "Trackers" + msgstr "Trackery" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 283 +-#: rc.cpp:512 ++#: rc.cpp:492 + #, no-c-format + msgid "DHT nodes" + msgstr "" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 333 +-#: rc.cpp:522 ++#: rc.cpp:501 + #, fuzzy, no-c-format + msgid "Node:" + msgstr "Žiadne" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 385 +-#: rc.cpp:528 ++#: rc.cpp:507 + #, fuzzy, no-c-format + msgid "IP or hostname" + msgstr "Vlastná IP alebo hostiteľ:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 396 +-#: rc.cpp:531 rc.cpp:718 rc.cpp:721 ++#: rc.cpp:510 rc.cpp:695 rc.cpp:698 + #, no-c-format + msgid "Port" + msgstr "Port" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 437 +-#: rc.cpp:534 ++#: rc.cpp:513 + #, no-c-format + msgid "" + "NOTE: Some known good DHT nodes are already inserted. You should probably " +@@ -1821,19 +1821,19 @@ msgid "" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 16 +-#: rc.cpp:537 ++#: rc.cpp:516 + #, fuzzy, no-c-format + msgid "Advanced Preferences" + msgstr "Možnosti vyhľadávania" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 46 +-#: rc.cpp:543 ++#: rc.cpp:522 + #, no-c-format + msgid "Time left estimation algorithm:" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 53 +-#: rc.cpp:546 rc.cpp:568 ++#: rc.cpp:525 rc.cpp:547 + #, no-c-format + msgid "" + "KTorrent algorithm: Default algorithm using combination of other " +@@ -1849,331 +1849,331 @@ msgid "" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 64 +-#: rc.cpp:556 ++#: rc.cpp:535 + #, fuzzy, no-c-format + msgid "Current speed" + msgstr "Súčasný vyhľadávací stroj" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 69 +-#: rc.cpp:559 ++#: rc.cpp:538 + #, no-c-format + msgid "Global average speed" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 74 +-#: rc.cpp:562 ++#: rc.cpp:541 + #, no-c-format + msgid "Window of X" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 79 +-#: rc.cpp:565 ++#: rc.cpp:544 + #, no-c-format + msgid "Moving average" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 98 +-#: rc.cpp:575 ++#: rc.cpp:554 + #, no-c-format + msgid "(takes effect after restart)" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 125 +-#: rc.cpp:578 ++#: rc.cpp:557 + #, no-c-format + msgid "Disa&ble diskspace preallocation" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 141 +-#: rc.cpp:581 ++#: rc.cpp:560 + #, no-c-format + msgid "F&ully preallocate diskspace (avoids fragmentation)" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 147 +-#: rc.cpp:584 ++#: rc.cpp:563 + #, no-c-format + msgid "Basic (slow)" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 152 +-#: rc.cpp:587 ++#: rc.cpp:566 + #, no-c-format + msgid "Filesystem specific" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 174 +-#: rc.cpp:590 ++#: rc.cpp:569 + #, fuzzy, no-c-format + msgid "Performance" + msgstr "Nastavenia" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 193 +-#: rc.cpp:593 ++#: rc.cpp:572 + #, no-c-format + msgid "Memory usage:" + msgstr "Využitá pamäť:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 199 +-#: rc.cpp:596 ++#: rc.cpp:575 + #, no-c-format + msgid "Low" + msgstr "Nízka" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 204 +-#: rc.cpp:599 ++#: rc.cpp:578 + #, no-c-format + msgid "Medium" + msgstr "Stredná" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 209 +-#: rc.cpp:602 ++#: rc.cpp:581 + #, no-c-format + msgid "High" + msgstr "Vysoká" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 248 +-#: rc.cpp:605 ++#: rc.cpp:584 + #, no-c-format + msgid "GUI update interval:" + msgstr "Interval obnovenia GUI:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 254 +-#: rc.cpp:608 ++#: rc.cpp:587 + #, no-c-format + msgid "500ms" + msgstr "500ms" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 259 +-#: rc.cpp:611 ++#: rc.cpp:590 + #, no-c-format + msgid "1s" + msgstr "1s" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 264 +-#: rc.cpp:614 ++#: rc.cpp:593 + #, no-c-format + msgid "2s" + msgstr "2s" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 269 +-#: rc.cpp:617 ++#: rc.cpp:596 + #, no-c-format + msgid "5s" + msgstr "5s" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 308 +-#: rc.cpp:620 ++#: rc.cpp:599 + #, no-c-format + msgid "Fast CPU" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 342 +-#: rc.cpp:624 ++#: rc.cpp:602 + #, no-c-format + msgid "Slow CPU" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 354 +-#: rc.cpp:627 ++#: rc.cpp:605 + #, fuzzy, no-c-format + msgid "Data Checking" + msgstr "Kontrola dát" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 373 +-#: rc.cpp:630 ++#: rc.cpp:608 + #, no-c-format + msgid "During uploading, do ¬ recheck chunks bigger than" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 430 +-#: rc.cpp:636 ++#: rc.cpp:614 + #, no-c-format + msgid "Do a data integrit&y check after" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 449 +-#: rc.cpp:639 ++#: rc.cpp:617 + #, no-c-format + msgid "corrupted chunks" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 478 +-#: rc.cpp:642 ++#: rc.cpp:620 + #, no-c-format + msgid "Networking" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 505 +-#: rc.cpp:645 ++#: rc.cpp:623 + #, fuzzy, no-c-format + msgid "Maximum number of connection setups:" + msgstr "Maximálny počet spojení pre jeden torrent (0 = bez limitu)" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 527 +-#: rc.cpp:648 ++#: rc.cpp:626 + #, no-c-format + msgid "DSCP for IP packets:" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 570 +-#: rc.cpp:651 ++#: rc.cpp:629 + #, no-c-format + msgid "Do not use the KDE pro&xy settings for HTTP tracker connections" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 586 +-#: rc.cpp:654 ++#: rc.cpp:632 + #, fuzzy, no-c-format + msgid "HTTP tracker proxy:" + msgstr "Port pre UDP tracker:" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 24 +-#: rc.cpp:657 ++#: rc.cpp:635 + #, no-c-format + msgid "Scanning data" + msgstr "Prehľadávanie dát" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 38 +-#: rc.cpp:660 ++#: rc.cpp:638 + #, fuzzy, no-c-format + msgid "Scanning data of torrent :" + msgstr "Prehľadávanie dát ohľadom dielov" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 62 +-#: rc.cpp:663 ++#: rc.cpp:641 + #, no-c-format + msgid "Number of chunks found :" + msgstr "Nájdený počet dielov:" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 70 +-#: rc.cpp:666 ++#: rc.cpp:644 + #, no-c-format + msgid "Number of chunks failed / not downloaded :" + msgstr "Počet dielom, ktoré sa nepodarilo stiahnuť:" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 97 +-#: rc.cpp:669 rc.cpp:672 ++#: rc.cpp:647 rc.cpp:650 + #, no-c-format + msgid "0" + msgstr "0" + + #. i18n: file ./apps/ktupnptest/mainwidget.ui line 54 +-#: rc.cpp:678 ++#: rc.cpp:656 + #, no-c-format + msgid "Test" + msgstr "Test" + + #. i18n: file ./libktorrent/labelviewitembase.ui line 49 +-#: rc.cpp:685 ++#: rc.cpp:662 + #, no-c-format + msgid "textLabel2" + msgstr "" + + #. i18n: file ./libktorrent/labelviewitembase.ui line 65 +-#: rc.cpp:688 ++#: rc.cpp:665 + #, no-c-format + msgid "textLabel3" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 10 +-#: rc.cpp:691 ++#: rc.cpp:668 + #, no-c-format + msgid "Maximum number of downloads (0 = no limit)" + msgstr "Maximálny počet sťahovaní (0 = bez limitu)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 15 +-#: rc.cpp:694 ++#: rc.cpp:671 + #, no-c-format + msgid "Maximum number of seeds (0 = no limit)" + msgstr "Maximálny počet zdrojov (0 = bez limitu)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 20 +-#: rc.cpp:697 ++#: rc.cpp:674 + #, no-c-format + msgid "Start downloads on low disk space?" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 24 +-#: rc.cpp:700 ++#: rc.cpp:677 + #, no-c-format + msgid "Maximum number of connections per torrent (0 = no limit)" + msgstr "Maximálny počet spojení pre jeden torrent (0 = bez limitu)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 29 +-#: rc.cpp:703 ++#: rc.cpp:680 + #, no-c-format + msgid "Maximum number of connections for all torrents (0 = no limit) " + msgstr "Maximálny počet spojení pre všetky torrenty (0 = bez limitu)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 34 +-#: rc.cpp:706 ++#: rc.cpp:683 + #, no-c-format + msgid "Maximum upload speed in KB/sec (0 = no limit)" + msgstr "Maximálna rýchlosť odosielania v kB/s (0 = bez limitu)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 39 +-#: rc.cpp:709 ++#: rc.cpp:686 + #, no-c-format + msgid "Maximum download speed in KB/sec (0 = no limit)" + msgstr "Maximálna rýchlosť sťahovania v kB/s (0 = bez limitu)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 44 +-#: rc.cpp:712 ++#: rc.cpp:689 + #, fuzzy, no-c-format + msgid "Maximum share ratio(0 = no limit)" + msgstr "Dosiahnuté maximálne ratio zdieľania." + + #. i18n: file ./libktorrent/ktorrent.kcfg line 49 +-#: rc.cpp:715 ++#: rc.cpp:692 + #, fuzzy, no-c-format + msgid "Maximum seed time in hours (0 = no limit)" + msgstr "Dosiahnuté maximálne ratio zdieľania." + + #. i18n: file ./libktorrent/ktorrent.kcfg line 66 +-#: rc.cpp:724 ++#: rc.cpp:701 + #, no-c-format + msgid "Show a system tray icon" + msgstr "Zapnúť ikonu v tray paneli" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 70 +-#: rc.cpp:727 ++#: rc.cpp:704 + #, fuzzy, no-c-format + msgid "Show speed bar in tray icon" + msgstr "Ukázať i&konu v tray paneli" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 74 +-#: rc.cpp:730 ++#: rc.cpp:707 + #, no-c-format + msgid "Download bandwidth (in kb/s):" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 80 +-#: rc.cpp:733 ++#: rc.cpp:710 + #, no-c-format + msgid "Upload bandwidth (in kb/s):" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 86 +-#: rc.cpp:736 ++#: rc.cpp:713 + #, no-c-format + msgid "Show popup messages when torrent is finished." + msgstr "Ukázať bublinu pri dokončení sťahovania." + + #. i18n: file ./libktorrent/ktorrent.kcfg line 90 +-#: rc.cpp:739 ++#: rc.cpp:716 + #, no-c-format + msgid "Keep seeding after download has finished" + msgstr "Umožniť ostatným sťahovať odo mňa po ukončení sťahovania" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 94 +-#: rc.cpp:742 ++#: rc.cpp:719 + #, no-c-format + msgid "Folder to store temporary files" + msgstr "Priečinok pre uloženie dočasných súborov" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 98 +-#: rc.cpp:745 ++#: rc.cpp:722 + #, no-c-format + msgid "Whether to automatically save downloads to saveDir" + msgstr "" +@@ -2181,13 +2181,13 @@ msgstr "" + "bez vyzvy" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 102 +-#: rc.cpp:748 ++#: rc.cpp:725 + #, no-c-format + msgid "Folder to store downloaded files" + msgstr "Priečinok pre uloženie stiahnutých súborov" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 106 +-#: rc.cpp:751 ++#: rc.cpp:728 + #, fuzzy, no-c-format + msgid "Whether to automatically move completed downloads to completedDir" + msgstr "" +@@ -2195,13 +2195,13 @@ msgstr "" + "bez vyzvy" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 110 +-#: rc.cpp:754 ++#: rc.cpp:731 + #, fuzzy, no-c-format + msgid "Folder to move completed downloaded files to" + msgstr "Priečinok pre uloženie stiahnutých súborov" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 114 +-#: rc.cpp:757 ++#: rc.cpp:734 + #, fuzzy, no-c-format + msgid "Whether to automatically copy .torrent files to torrentCopyDir" + msgstr "" +@@ -2209,73 +2209,73 @@ msgstr "" + "bez vyzvy" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 118 +-#: rc.cpp:760 ++#: rc.cpp:737 + #, fuzzy, no-c-format + msgid "Folder to copy .torrent files to" + msgstr "Priečinok pre uloženie dočasných súborov" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 122 +-#: rc.cpp:763 ++#: rc.cpp:740 + #, no-c-format + msgid "Whether to use a custom IP to pass to the tracker" + msgstr "Určuje, či sa má poslať trackeru vlastná IP." + + #. i18n: file ./libktorrent/ktorrent.kcfg line 126 +-#: rc.cpp:766 ++#: rc.cpp:743 + #, no-c-format + msgid "Directory which was used as the last save directory" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 130 +-#: rc.cpp:769 ++#: rc.cpp:746 + #, no-c-format + msgid "IP to pass to the tracker" + msgstr "IP adresa poslaná na tracker" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 134 +-#: rc.cpp:772 ++#: rc.cpp:749 + #, no-c-format + msgid "Memory usage" + msgstr "Využitie pamäte" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 138 +-#: rc.cpp:775 ++#: rc.cpp:752 + #, no-c-format + msgid "GUI update interval" + msgstr "Interval obnovenia GUI" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 142 +-#: rc.cpp:778 ++#: rc.cpp:755 + #, no-c-format + msgid "Support for DHT" + msgstr "Podpora pre DHT" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 146 +-#: rc.cpp:781 ++#: rc.cpp:758 + #, no-c-format + msgid "DHT port" + msgstr "DHT port" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 152 +-#: rc.cpp:784 ++#: rc.cpp:761 + #, no-c-format + msgid "Number of upload slots" + msgstr "Počet slotov pre posielanie" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 196 +-#: rc.cpp:793 ++#: rc.cpp:770 + #, no-c-format + msgid "Columns shown in KTorrentView" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 205 +-#: rc.cpp:796 ++#: rc.cpp:773 + #, no-c-format + msgid "ET algorithm" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 227 +-#: rc.cpp:799 ++#: rc.cpp:776 + #, no-c-format + msgid "" + "When there's no space left to complete download and free diskspace is less than " +@@ -2283,457 +2283,457 @@ msgid "" + msgstr "" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 16 +-#: rc.cpp:802 ++#: rc.cpp:779 + #, no-c-format + msgid "Plugin Manager" + msgstr "Manažér Modulov" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 48 +-#: rc.cpp:805 ++#: rc.cpp:782 + #, no-c-format + msgid "Load" + msgstr "Spustiť" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 56 +-#: rc.cpp:808 ++#: rc.cpp:785 + #, no-c-format + msgid "U&nload" + msgstr "Vy&pnúť" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 64 +-#: rc.cpp:811 ++#: rc.cpp:788 + #, fuzzy, no-c-format + msgid "Load &All" + msgstr "Spustiť všetky" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 72 +-#: rc.cpp:814 ++#: rc.cpp:791 + #, fuzzy, no-c-format + msgid "&Unload All" + msgstr "Vypnúť všetky" + + #. i18n: file ./plugins/upnp/ktupnpplugin.kcfg line 10 +-#: rc.cpp:817 ++#: rc.cpp:794 + #, no-c-format + msgid "Default UPnP device to use" + msgstr "Hlavné zariadenie UPnP" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 16 +-#: plugins/upnp/upnpplugin.cpp:46 plugins/upnp/upnpprefpage.cpp:31 rc.cpp:820 ++#: plugins/upnp/upnpplugin.cpp:46 plugins/upnp/upnpprefpage.cpp:31 rc.cpp:797 + #, no-c-format + msgid "UPnP" + msgstr "UPnP" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 35 +-#: rc.cpp:823 ++#: rc.cpp:800 + #, no-c-format + msgid "Detected devices:" + msgstr "Nájdené zariadenia:" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 41 +-#: rc.cpp:826 ++#: rc.cpp:803 + #, no-c-format + msgid "Device" + msgstr "Zariadenie" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 52 +-#: rc.cpp:829 ++#: rc.cpp:806 + #, no-c-format + msgid "Ports Forwarded" + msgstr "Nasmerované porty" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 63 +-#: rc.cpp:832 ++#: rc.cpp:809 + #, fuzzy, no-c-format + msgid "WAN Connection" + msgstr "Spojenia:" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 91 +-#: rc.cpp:835 ++#: rc.cpp:812 + #, fuzzy, no-c-format + msgid "Forw&ard Ports" + msgstr "Nasmeruj porty" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 99 +-#: rc.cpp:838 ++#: rc.cpp:815 + #, no-c-format + msgid "Undo Port Forwarding" + msgstr "Vrátiť späť Nasmerovanie Portov" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 124 +-#: rc.cpp:841 ++#: rc.cpp:818 + #, no-c-format + msgid "Rescan" + msgstr "Preskenuj" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 9 +-#: rc.cpp:844 ++#: rc.cpp:821 + #, no-c-format + msgid "Enable scanning of folder1?" + msgstr "Povoliť prehľadávanie priečinku1?" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 14 +-#: rc.cpp:847 ++#: rc.cpp:824 + #, no-c-format + msgid "Enable scanning of folder2?" + msgstr "Povoliť prehľadávanie priečinku2?" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 19 +-#: rc.cpp:850 ++#: rc.cpp:827 + #, no-c-format + msgid "Enable scanning of folder3?" + msgstr "Povoliť prehľadávanie priečinku3?" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 24 +-#: rc.cpp:853 ++#: rc.cpp:830 + #, no-c-format + msgid "Folder1 path" + msgstr "Cesta k priečinku1" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 29 +-#: rc.cpp:856 ++#: rc.cpp:833 + #, no-c-format + msgid "Folder2 path" + msgstr "Cesta k priečinku2" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 34 +-#: rc.cpp:859 ++#: rc.cpp:836 + #, no-c-format + msgid "Folder3 path" + msgstr "Cesta k priečinku3" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 39 +-#: rc.cpp:862 ++#: rc.cpp:839 + #, no-c-format + msgid "Whether to open torrent silently or not." + msgstr "Určuje, či sa má torrent otvoriť potichu." + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 44 +-#: rc.cpp:865 ++#: rc.cpp:842 + #, no-c-format + msgid "Delete action checked." + msgstr "Vybratá akcia vymazania." + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 49 +-#: rc.cpp:868 ++#: rc.cpp:845 + #, no-c-format + msgid "Move action checked." + msgstr "Vybratá akcia presunutia." + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 16 +-#: rc.cpp:871 ++#: rc.cpp:848 + #, no-c-format + msgid "ScanFolder Preferences" + msgstr "Nastavenia Priečinku vyhľadávania" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 35 +-#: rc.cpp:874 ++#: rc.cpp:851 + #, no-c-format + msgid "Scan folder &1" + msgstr "Prehľadať priečinok %1" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 38 +-#: rc.cpp:877 rc.cpp:1480 ++#: rc.cpp:854 rc.cpp:1424 + #, no-c-format + msgid "Alt+1" + msgstr "Alt+1" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 46 +-#: rc.cpp:880 ++#: rc.cpp:857 + #, no-c-format + msgid "Scan folder &2" + msgstr "Prehľadať priečinok %1" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 49 +-#: rc.cpp:883 rc.cpp:1471 rc.cpp:1495 ++#: rc.cpp:860 rc.cpp:1415 rc.cpp:1439 + #, no-c-format + msgid "Alt+2" + msgstr "Alt+2" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 57 +-#: rc.cpp:886 ++#: rc.cpp:863 + #, no-c-format + msgid "Scan folder &3" + msgstr "Prehľadať priečinok %1" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 60 +-#: rc.cpp:889 rc.cpp:1465 ++#: rc.cpp:866 rc.cpp:1409 + #, no-c-format + msgid "Alt+3" + msgstr "Alt+3" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 81 +-#: rc.cpp:895 ++#: rc.cpp:872 + #, no-c-format + msgid "Move to \"loaded\" directory &after loading" + msgstr "Presunúť do adresára \"načítané\" po &načítaní" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 84 +-#: rc.cpp:898 ++#: rc.cpp:875 + #, no-c-format + msgid "Move torrent to \"loaded\" directory after loading it" + msgstr "Presunúť torrent do adresára \"načítané\" po &načítaní" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 92 +-#: rc.cpp:901 ++#: rc.cpp:878 + #, no-c-format + msgid "Open torrents silentl&y" + msgstr "Otvoriť torrenty poti&chu" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 95 +-#: rc.cpp:904 ++#: rc.cpp:881 + #, fuzzy, no-c-format + msgid "Do not show 'Select files to download' dialog" + msgstr "Nezobrazovať dialóg 'Vyberanie súborov na stiahnutie'" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 103 +-#: rc.cpp:907 ++#: rc.cpp:884 + #, no-c-format + msgid "Delete after loadin&g" + msgstr "Zmazať po načí&taní" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 106 +-#: rc.cpp:910 ++#: rc.cpp:887 + #, no-c-format + msgid "Deletes torrent after loading" + msgstr "Zmaže torrent po načítaní" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 116 +-#: rc.cpp:913 ++#: rc.cpp:890 + #, no-c-format + msgid "Folders to scan" + msgstr "Priečinky na vyhľadávanie" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 151 +-#: rc.cpp:916 ++#: rc.cpp:893 + #, no-c-format + msgid "Folder 1:" + msgstr "Priečinok 1:" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 162 +-#: rc.cpp:919 ++#: rc.cpp:896 + #, no-c-format + msgid "Folder 2:" + msgstr "Priečinok 2:" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 173 +-#: rc.cpp:922 ++#: rc.cpp:899 + #, no-c-format + msgid "Folder 3:" + msgstr "Priečinok 3:" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 30 +-#: rc.cpp:925 rc.cpp:1895 ++#: rc.cpp:902 rc.cpp:1838 + #, no-c-format + msgid "Search Preferences" + msgstr "Možnosti vyhľadávania" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 41 +-#: rc.cpp:928 ++#: rc.cpp:905 + #, no-c-format + msgid "Web Server" + msgstr "" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 82 +-#: rc.cpp:934 ++#: rc.cpp:911 + #, fuzzy, no-c-format + msgid "Forward port" + msgstr "Nasmeruj porty" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 107 +-#: rc.cpp:937 ++#: rc.cpp:914 + #, no-c-format + msgid "Session TTL (in sec):" + msgstr "" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 142 +-#: rc.cpp:940 ++#: rc.cpp:917 + #, fuzzy, no-c-format + msgid "Select interface:" + msgstr "Nevyber &nič" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 173 +-#: rc.cpp:943 ++#: rc.cpp:920 + #, fuzzy, no-c-format + msgid "Username:" + msgstr "Užívateľ" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 188 +-#: rc.cpp:946 ++#: rc.cpp:923 + #, no-c-format + msgid "Change password ..." + msgstr "" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 206 +-#: rc.cpp:949 ++#: rc.cpp:926 + #, no-c-format + msgid "Php executable path:" + msgstr "" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 10 +-#: rc.cpp:953 ++#: rc.cpp:929 + #, no-c-format + msgid "Port number" + msgstr "" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 15 +-#: rc.cpp:956 ++#: rc.cpp:932 + #, fuzzy, no-c-format + msgid "forward Port" + msgstr "Nasmeruj porty" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 20 +-#: rc.cpp:959 ++#: rc.cpp:935 + #, no-c-format + msgid "Session time to live" + msgstr "" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 24 +-#: rc.cpp:962 ++#: rc.cpp:938 + #, fuzzy, no-c-format + msgid "interface skin" + msgstr "Všeobecné - nastavenia" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 28 +-#: rc.cpp:965 ++#: rc.cpp:941 + #, no-c-format + msgid "php executable path" + msgstr "" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 33 +-#: rc.cpp:968 ++#: rc.cpp:944 + #, no-c-format + msgid "username" + msgstr "" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 37 +-#: rc.cpp:971 ++#: rc.cpp:947 + #, no-c-format + msgid "password" + msgstr "" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 16 +-#: plugins/infowidget/infowidgetplugin.cpp:194 rc.cpp:974 rc.cpp:1046 ++#: plugins/infowidget/infowidgetplugin.cpp:194 rc.cpp:950 rc.cpp:1010 + #, no-c-format + msgid "Chunks" + msgstr "Diely" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 43 +-#: rc.cpp:977 ++#: rc.cpp:953 + #, no-c-format + msgid "Total:" + msgstr "Spolu:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 81 +-#: rc.cpp:981 ++#: rc.cpp:956 + #, no-c-format + msgid "Currently downloading:" + msgstr "Práve sa sťahuje:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 119 +-#: rc.cpp:985 ++#: rc.cpp:959 + #, no-c-format + msgid "Downloaded:" + msgstr "Stiahnuté:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 157 +-#: rc.cpp:989 ++#: rc.cpp:962 + #, no-c-format + msgid "Excluded:" + msgstr "Vylúčené:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 195 +-#: rc.cpp:993 ++#: rc.cpp:965 + #, no-c-format + msgid "Left:" + msgstr "" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 233 +-#: rc.cpp:997 ++#: rc.cpp:968 + #, no-c-format + msgid "Size:" + msgstr "Veľkosť:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 280 +-#: rc.cpp:1001 ++#: rc.cpp:971 + #, no-c-format + msgid "Chunk" + msgstr "Kúsok" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 291 +-#: rc.cpp:1004 ++#: rc.cpp:974 + #, no-c-format + msgid "Progress" + msgstr "Priebeh" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 302 +-#: rc.cpp:1007 ++#: rc.cpp:977 + #, no-c-format + msgid "Peer" + msgstr "Peer" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 324 +-#: rc.cpp:1013 ++#: rc.cpp:983 + #, no-c-format + msgid "Assigned Peers" + msgstr "Pridelený peerovia" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 63 +-#: rc.cpp:1022 ++#: rc.cpp:992 + #, no-c-format + msgid "Seeders:" + msgstr "Seederov:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 71 +-#: rc.cpp:1025 ++#: rc.cpp:995 + #, no-c-format + msgid "Leechers:" + msgstr "Peerov:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 129 +-#: rc.cpp:1030 ++#: rc.cpp:998 + #, no-c-format + msgid "Average Down Speed:" + msgstr "Priem. rýchl. sťahovania:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 177 +-#: rc.cpp:1035 ++#: rc.cpp:1001 + #, no-c-format + msgid "Average Up Speed:" + msgstr "Priem. rýchl. odosielania:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 195 +-#: rc.cpp:1038 rc.cpp:1111 ++#: rc.cpp:1004 rc.cpp:1070 + #, no-c-format + msgid "Next update in:" + msgstr "Ďalšia obnova o:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 203 +-#: rc.cpp:1041 ++#: rc.cpp:1007 + #, no-c-format + msgid "Tracker Status:" + msgstr "Stav trackera:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 332 +-#: rc.cpp:1049 ++#: rc.cpp:1013 + #, no-c-format + msgid "Parts of the torrent which have been downloaded:" + msgstr "Časti torrentu, ktoré už sú stiahnuté:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 367 +-#: rc.cpp:1052 ++#: rc.cpp:1016 + #, no-c-format + msgid "Parts of the torrent which are available:" + msgstr "Časti torrentu, ktoré sú dostupné:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 457 +-#: rc.cpp:1055 ++#: rc.cpp:1019 + #, no-c-format + msgid "Sharing" + msgstr "Zdieľanie" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 487 +-#: rc.cpp:1058 ++#: rc.cpp:1022 + #, no-c-format + msgid "" + "Your upload will stop when share ratio gets to this value. Zero means no limit." +@@ -2742,7 +2742,7 @@ msgstr "" + "znamená bez limitu." + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 525 +-#: rc.cpp:1064 ++#: rc.cpp:1028 + #, fuzzy, no-c-format + msgid "Your upload will stop when you have uploaded for this many hours." + msgstr "" +@@ -2750,139 +2750,139 @@ msgstr "" + "znamená bez limitu." + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 533 +-#: rc.cpp:1067 ++#: rc.cpp:1031 + #, no-c-format + msgid "Hours" + msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 543 +-#: rc.cpp:1070 ++#: rc.cpp:1034 + #, fuzzy, no-c-format + msgid "Ratio limit:" + msgstr "Globálny limit spojení" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 549 +-#: rc.cpp:1074 ++#: rc.cpp:1037 + #, no-c-format + msgid "Limit works only in seed mode" + msgstr "Limit je funkčný iba v móde seed" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 557 +-#: rc.cpp:1077 ++#: rc.cpp:1040 + #, fuzzy, no-c-format + msgid "Time &limit:" + msgstr "P&oužiť limit?" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 37 +-#: rc.cpp:1081 ++#: rc.cpp:1043 + #, fuzzy, no-c-format + msgid "&Update Tracker" + msgstr "Ob&nov tracker" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 40 +-#: rc.cpp:1084 ++#: rc.cpp:1046 + #, no-c-format + msgid "Minimum update interval - 60 seconds" + msgstr "Najmenší interval obnovenia je 60 sekúnd" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 48 +-#: rc.cpp:1087 ++#: rc.cpp:1049 + #, fuzzy, no-c-format + msgid "Add Trac&ker" + msgstr "Pridať &tracker" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 64 +-#: rc.cpp:1090 ++#: rc.cpp:1052 + #, fuzzy, no-c-format + msgid "Remove Tracker" + msgstr "Odobrať tracker" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 75 +-#: rc.cpp:1094 ++#: rc.cpp:1055 + #, fuzzy, no-c-format + msgid "Ch&ange Tracker" + msgstr "Z&meniť tracker" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 100 +-#: rc.cpp:1097 ++#: rc.cpp:1058 + #, fuzzy, no-c-format + msgid "Restore Defaults" + msgstr "Obnoviť pôvodné" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 10 +-#: rc.cpp:1115 ++#: rc.cpp:1073 + #, no-c-format + msgid "Show peer view tab in main window" + msgstr "Zobraziť kartu s peermi v hlavnom okne" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 14 +-#: rc.cpp:1118 ++#: rc.cpp:1076 + #, no-c-format + msgid "Show chunk download view tab in main window" + msgstr "Zobraziť kartu s kúskami v hlavnom okne" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 18 +-#: rc.cpp:1121 ++#: rc.cpp:1079 + #, no-c-format + msgid "Show trackers view tab in main window" + msgstr "Zobraziť kartu s trackermi v hlavnom okne" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 24 +-#: rc.cpp:1124 ++#: rc.cpp:1082 + #, no-c-format + msgid "Show list of peers" + msgstr "Ukázať zoznam peerov" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 35 +-#: rc.cpp:1128 ++#: rc.cpp:1085 + #, no-c-format + msgid "Show list of chunks currentl&y downloading" + msgstr "Ukázať zoznam práve sťahovaných &kúskov" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 60 +-#: rc.cpp:1131 ++#: rc.cpp:1088 + #, no-c-format + msgid "Show list of trackers" + msgstr "Ukázať zoznam trackerov" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 16 +-#: rc.cpp:1135 ++#: rc.cpp:1091 + #, no-c-format + msgid "IPBlocking Preferences" + msgstr "Nastavenie blokovania IP" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 47 +-#: rc.cpp:1138 ++#: rc.cpp:1094 + #, fuzzy, no-c-format + msgid "Select PeerGuardian Filter File " + msgstr "Použiť filter KTorrent?" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 58 +-#: rc.cpp:1141 ++#: rc.cpp:1097 + #, fuzzy, no-c-format + msgid "Use PeerGuardian filter?" + msgstr "Použiť filter KTorrent?" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 77 +-#: rc.cpp:1145 ++#: rc.cpp:1100 + #, no-c-format + msgid "IP filter file:" + msgstr "Súbor s IP filtrom:" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 85 +-#: rc.cpp:1148 ++#: rc.cpp:1103 + #, no-c-format + msgid "http://www.bluetack.co.uk/modules.php?name=Downloads&d_op=getit&lid=8" + msgstr "http://www.bluetack.co.uk/modules.php?name=Downloads&d_op=getit&lid=8" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 123 +-#: rc.cpp:1151 ++#: rc.cpp:1106 + #, no-c-format + msgid "Dow&nload/Convert" + msgstr "Stiahnuť/&Konvertovať" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 134 +-#: rc.cpp:1154 ++#: rc.cpp:1109 + #, no-c-format + msgid "" + "Download PeerGuardian filter from bluetack.co.uk or blocklist.org.\n" +@@ -2890,25 +2890,25 @@ msgid "" + msgstr "" + + #. i18n: file ./plugins/ipfilter/ktipfilterplugin.kcfg line 10 +-#: rc.cpp:1159 ++#: rc.cpp:1113 + #, no-c-format + msgid "Level1 filter url" + msgstr "URL na filter stupňa 1" + + #. i18n: file ./plugins/ipfilter/ktipfilterplugin.kcfg line 14 +-#: rc.cpp:1162 ++#: rc.cpp:1116 + #, no-c-format + msgid "Use level1 filter?" + msgstr "Použiť filter stupňa 1?" + + #. i18n: file ./plugins/ipfilter/convert_dlg.ui line 24 +-#: plugins/ipfilter/convertdialog.cpp:155 rc.cpp:1165 ++#: plugins/ipfilter/convertdialog.cpp:155 rc.cpp:1119 + #, no-c-format + msgid "Converting..." + msgstr "Konvertujem..." + + #. i18n: file ./plugins/ipfilter/convert_dlg.ui line 41 +-#: rc.cpp:1168 ++#: rc.cpp:1122 + #, fuzzy, no-c-format + msgid "" + "Click on the 'convert' button to start converting antip2p file. NOTE: This " +@@ -2920,61 +2920,61 @@ msgstr "" + "konverzie nie je možné používať KTorrent." + + #. i18n: file ./plugins/stats/sprefwgt.ui line 27 +-#: rc.cpp:1179 ++#: rc.cpp:1131 + #, no-c-format + msgid "Update" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 46 +-#: rc.cpp:1182 rc.cpp:1268 ++#: rc.cpp:1134 rc.cpp:1220 + #, no-c-format + msgid "Update charts every" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 71 +-#: rc.cpp:1185 ++#: rc.cpp:1137 + #, fuzzy, no-c-format + msgid "GUI updates" + msgstr "Interval obnovenia GUI" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 92 +-#: rc.cpp:1188 rc.cpp:1271 ++#: rc.cpp:1140 rc.cpp:1223 + #, no-c-format + msgid "Gather data every" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 120 +-#: rc.cpp:1191 ++#: rc.cpp:1143 + #, no-c-format + msgid "miliseconds" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 135 +-#: rc.cpp:1194 ++#: rc.cpp:1146 + #, fuzzy, no-c-format + msgid "Maximum" + msgstr "Maximum zdrojov:" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 154 +-#: rc.cpp:1197 ++#: rc.cpp:1149 + #, fuzzy, no-c-format + msgid "Maximum speed scale mode:" + msgstr "Maximum zdrojov:" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 165 +-#: rc.cpp:1203 ++#: rc.cpp:1155 + #, no-c-format + msgid "Exact" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 175 +-#: rc.cpp:1206 ++#: rc.cpp:1158 + #, no-c-format + msgid "See 'What's this' for more help" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 180 +-#: rc.cpp:1209 ++#: rc.cpp:1161 + #, no-c-format + msgid "" + "Set maximum value on OY scale as:\n" +@@ -2983,847 +2983,847 @@ msgid "" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 192 +-#: rc.cpp:1214 rc.cpp:1247 ++#: rc.cpp:1166 rc.cpp:1199 + #, fuzzy, no-c-format + msgid "Peers speed" + msgstr "Užívatelia" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 211 +-#: rc.cpp:1217 ++#: rc.cpp:1169 + #, fuzzy, no-c-format + msgid "Peers speed:" + msgstr "Peer" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 222 +-#: rc.cpp:1220 ++#: rc.cpp:1172 + #, no-c-format + msgid "update every" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 244 +-#: rc.cpp:1223 ++#: rc.cpp:1175 + #, no-c-format + msgid "chart data updates" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 254 +-#: rc.cpp:1226 ++#: rc.cpp:1178 + #, no-c-format + msgid "Gathering data about many connected peers can be CPU consuming." + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 267 +-#: rc.cpp:1229 ++#: rc.cpp:1181 + #, fuzzy, no-c-format + msgid "Peers connections" + msgstr "Spojenia:" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 270 +-#: rc.cpp:1232 ++#: rc.cpp:1184 + #, no-c-format + msgid "Large values can obscure charts of connected peers" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 289 +-#: rc.cpp:1235 ++#: rc.cpp:1187 + #, fuzzy, no-c-format + msgid "Show seeders in swarms" + msgstr "Ukázať i&konu v tray paneli" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 297 +-#: rc.cpp:1238 ++#: rc.cpp:1190 + #, no-c-format + msgid "Show leechers in swarms" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 309 +-#: rc.cpp:1241 ++#: rc.cpp:1193 + #, no-c-format + msgid "Measurements count" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 392 +-#: rc.cpp:1250 rc.cpp:1265 ++#: rc.cpp:1202 rc.cpp:1217 + #, fuzzy, no-c-format + msgid "Upload" + msgstr "Uploady" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 424 +-#: rc.cpp:1253 ++#: rc.cpp:1205 + #, fuzzy, no-c-format + msgid "Connections" + msgstr "Spojenia:" + + #. i18n: file ./plugins/stats/statsspdwgt.ui line 40 +-#: plugins/infowidget/infowidgetplugin.cpp:173 rc.cpp:1262 rc.cpp:1304 ++#: plugins/infowidget/infowidgetplugin.cpp:173 rc.cpp:1214 rc.cpp:1256 + #, no-c-format + msgid "Peers" + msgstr "Užívatelia" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 18 +-#: rc.cpp:1274 ++#: rc.cpp:1226 + #, no-c-format + msgid "Toggle peers speed charts" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 22 +-#: rc.cpp:1277 ++#: rc.cpp:1229 + #, no-c-format + msgid "Interval between getting data about peers speed" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 26 +-#: rc.cpp:1280 ++#: rc.cpp:1232 + #, no-c-format + msgid "Toggle drawing of leechers in swarms" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 30 +-#: rc.cpp:1283 ++#: rc.cpp:1235 + #, no-c-format + msgid "Toggle drawing of seeders in swarms" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 35 +-#: rc.cpp:1286 ++#: rc.cpp:1238 + #, fuzzy, no-c-format + msgid "Download mesurments count" + msgstr "Stiahnuť torrent" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 39 +-#: rc.cpp:1289 ++#: rc.cpp:1241 + #, no-c-format + msgid "Peers speed mesurments count" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 43 +-#: rc.cpp:1292 ++#: rc.cpp:1244 + #, no-c-format + msgid "Upload mesurments count" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 47 +-#: rc.cpp:1295 ++#: rc.cpp:1247 + #, fuzzy, no-c-format + msgid "Connections mesurments count" + msgstr "Príznak správ pripojení" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 51 +-#: rc.cpp:1298 ++#: rc.cpp:1250 + #, no-c-format + msgid "DHT mesurments count" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 56 +-#: rc.cpp:1301 ++#: rc.cpp:1253 + #, no-c-format + msgid "OY axis max mode" + msgstr "" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 16 +-#: rc.cpp:1310 ++#: rc.cpp:1262 + #, no-c-format + msgid "Import an existing download" + msgstr "Importovať existujúce sťahovanie" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 49 +-#: rc.cpp:1313 ++#: rc.cpp:1265 + #, no-c-format + msgid "Torrent:" + msgstr "Torrent:" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 63 +-#: rc.cpp:1316 ++#: rc.cpp:1268 + #, no-c-format + msgid "Data:" + msgstr "Dáta:" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 95 +-#: rc.cpp:1319 ++#: rc.cpp:1271 + #, no-c-format + msgid "" + "Please specify the torrent and the data already downloaded for that torrent." + msgstr "Prosím zadajte torrent a už stiahnuté dáta pre tento torrent." + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 133 +-#: rc.cpp:1322 ++#: rc.cpp:1274 + #, no-c-format + msgid "&Import" + msgstr "&Importovať" + + #. i18n: file ./plugins/rssfeed/ktrssfeedplugin.kcfg line 10 +-#: rc.cpp:1328 ++#: rc.cpp:1280 + #, fuzzy, no-c-format + msgid "default" + msgstr "Pridať pred&volený" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 18 +-#: rc.cpp:1331 ++#: rc.cpp:1283 + #, no-c-format + msgid "Rss Feeds" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 36 +-#: rc.cpp:1334 ++#: rc.cpp:1286 + #, fuzzy, no-c-format + msgid "Feeds" + msgstr "Seederov:" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 78 +-#: rc.cpp:1337 ++#: rc.cpp:1289 + #, no-c-format + msgid "De&lete" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 86 +-#: rc.cpp:1340 rc.cpp:1382 rc.cpp:1392 ++#: rc.cpp:1292 rc.cpp:1331 rc.cpp:1340 + #, no-c-format + msgid "&New" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 117 +-#: rc.cpp:1343 ++#: rc.cpp:1295 + #, fuzzy, no-c-format + msgid "&URL" + msgstr "URL" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 139 +-#: rc.cpp:1346 ++#: rc.cpp:1298 + #, no-c-format + msgid "Articles" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 216 +-#: rc.cpp:1353 ++#: rc.cpp:1304 + #, no-c-format + msgid "Auto&refresh" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 242 +-#: rc.cpp:1356 ++#: rc.cpp:1307 + #, no-c-format + msgid "I&gnore TTL" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 270 +-#: rc.cpp:1359 ++#: rc.cpp:1310 + #, no-c-format + msgid "Refresh" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 299 +-#: rc.cpp:1363 rc.cpp:1395 ++#: rc.cpp:1313 rc.cpp:1343 + #, no-c-format + msgid "&Title" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 323 +-#: rc.cpp:1366 ++#: rc.cpp:1316 + #, no-c-format + msgid "Keep Articles (days)" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 347 +-#: rc.cpp:1369 rc.cpp:1398 ++#: rc.cpp:1319 rc.cpp:1346 + #, no-c-format + msgid "&Active" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 362 +-#: rc.cpp:1372 ++#: rc.cpp:1322 + #, fuzzy, no-c-format + msgid "Filters" + msgstr "IPFilter:" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 389 +-#: rc.cpp:1375 ++#: rc.cpp:1325 + #, fuzzy, no-c-format + msgid "Accept Filters" + msgstr "Všetky súbory" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 440 +-#: rc.cpp:1385 ++#: rc.cpp:1334 + #, no-c-format + msgid "Reject Filters" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 557 +-#: rc.cpp:1401 ++#: rc.cpp:1349 + #, no-c-format + msgid "Regular Expressions" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 587 +-#: rc.cpp:1404 ++#: rc.cpp:1352 + #, no-c-format + msgid "Treat as &Series" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 624 +-#: rc.cpp:1407 ++#: rc.cpp:1355 + #, fuzzy, no-c-format + msgid "Process" + msgstr "Priebeh" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 643 +-#: rc.cpp:1411 ++#: rc.cpp:1358 + #, no-c-format + msgid "Series Criteria" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 679 +-#: rc.cpp:1414 ++#: rc.cpp:1361 + #, no-c-format + msgid "Match Without Episode" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 713 +-#: rc.cpp:1418 ++#: rc.cpp:1364 + #, no-c-format + msgid "Max Episode" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 739 +-#: rc.cpp:1421 ++#: rc.cpp:1367 + #, fuzzy, no-c-format + msgid "Max Season" + msgstr "Max ratio:" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 758 +-#: rc.cpp:1424 ++#: rc.cpp:1370 + #, no-c-format + msgid "Min Season" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 782 +-#: rc.cpp:1427 ++#: rc.cpp:1373 + #, no-c-format + msgid "Min Episode" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 814 +-#: rc.cpp:1430 ++#: rc.cpp:1376 + #, no-c-format + msgid "Test te&xt" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 840 +-#: rc.cpp:1433 ++#: rc.cpp:1379 + #, fuzzy, no-c-format + msgid "Te&st" + msgstr "Test" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 858 +-#: rc.cpp:1436 ++#: rc.cpp:1382 + #, fuzzy, no-c-format + msgid "Filter Matches" + msgstr "Cesta k priečinku1" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 28 +-#: rc.cpp:1447 ++#: rc.cpp:1391 + #, no-c-format + msgid "Bandwidth scheduler" + msgstr "Plánovač rýchlosti" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 50 +-#: rc.cpp:1450 ++#: rc.cpp:1394 + #, no-c-format + msgid "Left click category" + msgstr "Kategória ľavého kliknutia" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 61 +-#: rc.cpp:1453 ++#: rc.cpp:1397 + #, no-c-format + msgid "Categor&y 1" + msgstr "Kategó&ria 1" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 157 +-#: rc.cpp:1456 rc.cpp:1483 ++#: rc.cpp:1400 rc.cpp:1427 + #, no-c-format + msgid "T&urn off" + msgstr "V&ypnúť" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 165 +-#: rc.cpp:1459 rc.cpp:1486 ++#: rc.cpp:1403 rc.cpp:1430 + #, no-c-format + msgid "&Normal" + msgstr "&Normálna" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 195 +-#: rc.cpp:1462 ++#: rc.cpp:1406 + #, no-c-format + msgid "Category &3" + msgstr "Kategória &3" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 206 +-#: rc.cpp:1468 rc.cpp:1492 ++#: rc.cpp:1412 rc.cpp:1436 + #, no-c-format + msgid "Category &2" + msgstr "Kategória &2" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 219 +-#: rc.cpp:1474 ++#: rc.cpp:1418 + #, no-c-format + msgid "Right click category" + msgstr "Kategória pravého kliknutia" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 230 +-#: rc.cpp:1477 ++#: rc.cpp:1421 + #, no-c-format + msgid "Category &1" + msgstr "Kategória &1" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 367 +-#: rc.cpp:1489 ++#: rc.cpp:1433 + #, no-c-format + msgid "&Category 3" + msgstr "&Kategória 3" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 390 +-#: rc.cpp:1498 ++#: rc.cpp:1442 + #, no-c-format + msgid "Categories" + msgstr "Kategórie" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 401 +-#: rc.cpp:1501 ++#: rc.cpp:1445 + #, no-c-format + msgid "1. Category" + msgstr "1. Kategória" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 409 +-#: rc.cpp:1504 ++#: rc.cpp:1448 + #, no-c-format + msgid "3. Category" + msgstr "3. Kategória" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 425 +-#: rc.cpp:1507 rc.cpp:1516 rc.cpp:1525 ++#: rc.cpp:1451 rc.cpp:1460 rc.cpp:1469 + #, no-c-format + msgid "download:" + msgstr "sťahovanie:" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 441 +-#: rc.cpp:1510 rc.cpp:1519 rc.cpp:1528 ++#: rc.cpp:1454 rc.cpp:1463 rc.cpp:1472 + #, no-c-format + msgid "upload:" + msgstr "odosielanie:" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 457 +-#: rc.cpp:1513 rc.cpp:1522 rc.cpp:1531 ++#: rc.cpp:1457 rc.cpp:1466 rc.cpp:1475 + #, no-c-format + msgid "KB/s *" + msgstr "kB/s *" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 567 +-#: rc.cpp:1534 ++#: rc.cpp:1478 + #, no-c-format + msgid "2. Category" + msgstr "2. Kategória" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 626 +-#: rc.cpp:1538 ++#: rc.cpp:1481 + #, no-c-format + msgid "* zero means no limit" + msgstr "* nula znamená bez limitu" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 672 +-#: rc.cpp:1541 ++#: rc.cpp:1484 + #, no-c-format + msgid "Save to file" + msgstr "Uložiť do súboru" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 680 +-#: rc.cpp:1544 ++#: rc.cpp:1487 + #, no-c-format + msgid "&Load from file" + msgstr "&Načítať zo súboru" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 688 +-#: rc.cpp:1547 ++#: rc.cpp:1490 + #, no-c-format + msgid "Reset schedule" + msgstr "Zrušiť plán" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 751 +-#: rc.cpp:1550 ++#: rc.cpp:1493 + #, no-c-format + msgid "O&k" + msgstr "O&k" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 16 +-#: rc.cpp:1559 ++#: rc.cpp:1502 + #, no-c-format + msgid "Scheduler Plugin Pref Page" + msgstr "Možnosti modulu Plánovač" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 27 +-#: rc.cpp:1562 ++#: rc.cpp:1505 + #, no-c-format + msgid "Use &bandwidth scheduler?" + msgstr "Použiť plánovač &priepustnosti linky?" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 35 +-#: plugins/scheduler/schedulerplugin.cpp:59 rc.cpp:1565 ++#: plugins/scheduler/schedulerplugin.cpp:59 rc.cpp:1508 + #, no-c-format + msgid "Bandwidth Scheduler" + msgstr "Plánovač rýchlosti" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 46 +-#: rc.cpp:1568 ++#: rc.cpp:1511 + #, no-c-format + msgid "Use colors instead of pi&xmaps?" + msgstr "Použiť farby namiesto obrázkov?" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 54 +-#: rc.cpp:1571 ++#: rc.cpp:1514 + #, no-c-format + msgid "(Recommended for slower systems)" + msgstr "(odporúčané pre pomalšie počítače)" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 62 +-#: rc.cpp:1574 ++#: rc.cpp:1517 + #, no-c-format + msgid "Edit s&chedule" + msgstr "Editovať časový &plán" + + #. i18n: file ./plugins/scheduler/ktschedulerplugin.kcfg line 10 +-#: rc.cpp:1577 ++#: rc.cpp:1520 + #, no-c-format + msgid "Enable bandwidth scheduler?" + msgstr "Povoliť plánovač rýchlosti?" + + #. i18n: file ./plugins/scheduler/ktschedulerplugin.kcfg line 14 +-#: rc.cpp:1580 ++#: rc.cpp:1523 + #, no-c-format + msgid "Use colors instead of pixmaps?" + msgstr "Použiť farby namiesto obrázkov?" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 10 +-#: rc.cpp:1583 ++#: rc.cpp:1526 + #, no-c-format + msgid "Use rich log text" + msgstr "Použiť formátovaný text v zázname" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 15 +-#: rc.cpp:1586 ++#: rc.cpp:1529 + #, no-c-format + msgid "General info messages flag" + msgstr "Príznak správ základných informácií" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 19 +-#: rc.cpp:1589 ++#: rc.cpp:1532 + #, no-c-format + msgid "Connections messages flag" + msgstr "Príznak správ pripojení" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 23 +-#: rc.cpp:1592 ++#: rc.cpp:1535 + #, no-c-format + msgid "DHT messages flag" + msgstr "Príznak správ DHT" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 27 +-#: rc.cpp:1595 ++#: rc.cpp:1538 + #, no-c-format + msgid "Tracker info messages flag" + msgstr "Príznak správ informácií o trackeri" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 31 +-#: rc.cpp:1598 ++#: rc.cpp:1541 + #, no-c-format + msgid "Disk IO info messages flag" + msgstr "Príznak správ V/V na disk" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 35 +-#: rc.cpp:1601 ++#: rc.cpp:1544 + #, no-c-format + msgid "IPFilter plugin messages flag" + msgstr "Príznak správ modulu filtrovania IP" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 39 +-#: rc.cpp:1604 ++#: rc.cpp:1547 + #, no-c-format + msgid "Search plugin messages flag" + msgstr "Príznak správ modulu vyhľadávania" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 43 +-#: rc.cpp:1607 ++#: rc.cpp:1550 + #, no-c-format + msgid "PartFileImport plugin messages flag" + msgstr "Príznak správ modulu PartFileImport" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 47 +-#: rc.cpp:1610 ++#: rc.cpp:1553 + #, no-c-format + msgid "InfoWidget plugin messages flag" + msgstr "Príznak správ modulu informácií" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 51 +-#: rc.cpp:1613 ++#: rc.cpp:1556 + #, no-c-format + msgid "UPnP plugin messages flag" + msgstr "Príznak správ modulu UPnP" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 55 +-#: rc.cpp:1616 ++#: rc.cpp:1559 + #, no-c-format + msgid "ScanFolder plugin messages flag" + msgstr "Príznak správ modulu Priečinok prehľadávania" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 59 +-#: rc.cpp:1619 ++#: rc.cpp:1562 + #, no-c-format + msgid "Scheduler plugin messages flag" + msgstr "Príznak správ modulu plánovača" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 63 +-#: rc.cpp:1622 ++#: rc.cpp:1565 + #, fuzzy, no-c-format + msgid "RSS plugin messages flag" + msgstr "Príznak správ modulu vyhľadávania" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 67 +-#: rc.cpp:1625 ++#: rc.cpp:1568 + #, fuzzy, no-c-format + msgid "WebInterface plugin messages flag" + msgstr "Príznak správ modulu filtrovania IP" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 16 +-#: plugins/logviewer/logprefpage.cpp:31 rc.cpp:1628 ++#: plugins/logviewer/logprefpage.cpp:31 rc.cpp:1571 + #, no-c-format + msgid "LogViewer Options" + msgstr "Nastavenie Prehliadača záznamov" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 44 +-#: libktorrent/pluginmanagerprefpage.cpp:63 rc.cpp:1631 ++#: libktorrent/pluginmanagerprefpage.cpp:63 rc.cpp:1574 + #, no-c-format + msgid "Plugins" + msgstr "Moduly" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 53 +-#: rc.cpp:1634 rc.cpp:1652 rc.cpp:1670 rc.cpp:1691 rc.cpp:1706 rc.cpp:1724 +-#: rc.cpp:1745 rc.cpp:1763 rc.cpp:1778 rc.cpp:1811 rc.cpp:1826 rc.cpp:1841 +-#: rc.cpp:1859 rc.cpp:1874 ++#: rc.cpp:1577 rc.cpp:1595 rc.cpp:1613 rc.cpp:1634 rc.cpp:1649 rc.cpp:1667 ++#: rc.cpp:1688 rc.cpp:1706 rc.cpp:1721 rc.cpp:1754 rc.cpp:1769 rc.cpp:1784 ++#: rc.cpp:1802 rc.cpp:1817 + #, no-c-format + msgid "All" + msgstr "Všetky" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 58 +-#: rc.cpp:1637 rc.cpp:1655 rc.cpp:1673 rc.cpp:1694 rc.cpp:1709 rc.cpp:1727 +-#: rc.cpp:1748 rc.cpp:1766 rc.cpp:1781 rc.cpp:1814 rc.cpp:1829 rc.cpp:1844 +-#: rc.cpp:1862 rc.cpp:1877 ++#: rc.cpp:1580 rc.cpp:1598 rc.cpp:1616 rc.cpp:1637 rc.cpp:1652 rc.cpp:1670 ++#: rc.cpp:1691 rc.cpp:1709 rc.cpp:1724 rc.cpp:1757 rc.cpp:1772 rc.cpp:1787 ++#: rc.cpp:1805 rc.cpp:1820 + #, no-c-format + msgid "Debug" + msgstr "Ladenie" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 63 +-#: rc.cpp:1640 rc.cpp:1658 rc.cpp:1676 rc.cpp:1697 rc.cpp:1712 rc.cpp:1730 +-#: rc.cpp:1751 rc.cpp:1769 rc.cpp:1784 rc.cpp:1817 rc.cpp:1832 rc.cpp:1847 +-#: rc.cpp:1865 rc.cpp:1880 ++#: rc.cpp:1583 rc.cpp:1601 rc.cpp:1619 rc.cpp:1640 rc.cpp:1655 rc.cpp:1673 ++#: rc.cpp:1694 rc.cpp:1712 rc.cpp:1727 rc.cpp:1760 rc.cpp:1775 rc.cpp:1790 ++#: rc.cpp:1808 rc.cpp:1823 + #, no-c-format + msgid "Notice" + msgstr "Poznámka" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 68 +-#: rc.cpp:1643 rc.cpp:1661 rc.cpp:1679 rc.cpp:1700 rc.cpp:1715 rc.cpp:1733 +-#: rc.cpp:1754 rc.cpp:1772 rc.cpp:1787 rc.cpp:1820 rc.cpp:1835 rc.cpp:1850 +-#: rc.cpp:1868 rc.cpp:1883 ++#: rc.cpp:1586 rc.cpp:1604 rc.cpp:1622 rc.cpp:1643 rc.cpp:1658 rc.cpp:1676 ++#: rc.cpp:1697 rc.cpp:1715 rc.cpp:1730 rc.cpp:1763 rc.cpp:1778 rc.cpp:1793 ++#: rc.cpp:1811 rc.cpp:1826 + #, no-c-format + msgid "Important" + msgstr "Dôležité" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 73 +-#: rc.cpp:1646 rc.cpp:1664 rc.cpp:1682 rc.cpp:1703 rc.cpp:1718 rc.cpp:1736 +-#: rc.cpp:1757 rc.cpp:1775 rc.cpp:1790 rc.cpp:1823 rc.cpp:1838 rc.cpp:1853 +-#: rc.cpp:1871 rc.cpp:1886 ++#: rc.cpp:1589 rc.cpp:1607 rc.cpp:1625 rc.cpp:1646 rc.cpp:1661 rc.cpp:1679 ++#: rc.cpp:1700 rc.cpp:1718 rc.cpp:1733 rc.cpp:1766 rc.cpp:1781 rc.cpp:1796 ++#: rc.cpp:1814 rc.cpp:1829 + #, no-c-format + msgid "None" + msgstr "Žiadne" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 85 +-#: rc.cpp:1649 ++#: rc.cpp:1592 + #, no-c-format + msgid "IPFilter:" + msgstr "IPFilter:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 126 +-#: rc.cpp:1667 ++#: rc.cpp:1610 + #, no-c-format + msgid "Search:" + msgstr "Vyhľadávanie:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 167 +-#: rc.cpp:1685 ++#: rc.cpp:1628 + #, no-c-format + msgid "UPnP:" + msgstr "UPnP:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 178 +-#: rc.cpp:1688 ++#: rc.cpp:1631 + #, no-c-format + msgid "ScanFolder:" + msgstr "PriečinokPrehľadávania:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 249 +-#: rc.cpp:1721 ++#: rc.cpp:1664 + #, no-c-format + msgid "Scheduler:" + msgstr "Plánovač:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 290 +-#: rc.cpp:1739 ++#: rc.cpp:1682 + #, no-c-format + msgid "PartFileImport:" + msgstr "PartFileImport:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 301 +-#: rc.cpp:1742 ++#: rc.cpp:1685 + #, no-c-format + msgid "InfoWidget:" + msgstr "InfoWidget:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 342 +-#: rc.cpp:1760 ++#: rc.cpp:1703 + #, no-c-format + msgid "RSS plugin:" + msgstr "" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 413 +-#: rc.cpp:1793 ++#: rc.cpp:1736 + #, fuzzy, no-c-format + msgid "WebInterface plugin:" + msgstr "Všeobecné - nastavenia" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 426 +-#: rc.cpp:1796 ++#: rc.cpp:1739 + #, no-c-format + msgid "System" + msgstr "Systém" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 437 +-#: rc.cpp:1799 ++#: rc.cpp:1742 + #, no-c-format + msgid "General:" + msgstr "Základné:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 445 +-#: rc.cpp:1802 ++#: rc.cpp:1745 + #, no-c-format + msgid "Connections:" + msgstr "Spojenia:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 559 +-#: rc.cpp:1856 ++#: rc.cpp:1799 + #, no-c-format + msgid "Disk I/O:" + msgstr "Disk V/V:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 640 +-#: rc.cpp:1892 ++#: rc.cpp:1835 + #, no-c-format + msgid "Use rich te&xt for log" + msgstr "Použiť formátovaný text pre protokol" + + #. i18n: file ./plugins/search/searchpref.ui line 41 +-#: rc.cpp:1898 ++#: rc.cpp:1841 + #, no-c-format + msgid "External Browser" + msgstr "" + + #. i18n: file ./plugins/search/searchpref.ui line 52 +-#: rc.cpp:1901 ++#: rc.cpp:1844 + #, no-c-format + msgid "Open searches in external browser" + msgstr "" + + #. i18n: file ./plugins/search/searchpref.ui line 60 +-#: rc.cpp:1904 rc.cpp:1955 ++#: rc.cpp:1847 rc.cpp:1892 + #, no-c-format + msgid "Use default browser" + msgstr "" + + #. i18n: file ./plugins/search/searchpref.ui line 79 +-#: rc.cpp:1908 ++#: rc.cpp:1850 + #, fuzzy, no-c-format + msgid "Custom browser path:" + msgstr "Vlastná IP" + + #. i18n: file ./plugins/search/searchpref.ui line 116 +-#: rc.cpp:1912 ++#: rc.cpp:1853 + #, no-c-format + msgid "Search Engines" + msgstr "Vyhľadávacie stroje" + + #. i18n: file ./plugins/search/searchpref.ui line 143 +-#: rc.cpp:1916 ++#: rc.cpp:1856 + #, no-c-format + msgid "Search engine name:" + msgstr "Meno vyhľadávacieho stroja:" + + #. i18n: file ./plugins/search/searchpref.ui line 187 +-#: rc.cpp:1922 ++#: rc.cpp:1862 + #, no-c-format + msgid "&Add" + msgstr "&Pridať" + + #. i18n: file ./plugins/search/searchpref.ui line 195 +-#: rc.cpp:1925 ++#: rc.cpp:1865 + #, no-c-format + msgid "Engines" + msgstr "Stroje" + + #. i18n: file ./plugins/search/searchpref.ui line 206 +-#: rc.cpp:1928 ++#: rc.cpp:1868 + #, no-c-format + msgid "URL" + msgstr "URL" + + #. i18n: file ./plugins/search/searchpref.ui line 257 +-#: rc.cpp:1934 ++#: rc.cpp:1874 + #, no-c-format + msgid "R&emove All" + msgstr "O&dobrať všetky" + + #. i18n: file ./plugins/search/searchpref.ui line 282 +-#: rc.cpp:1937 ++#: rc.cpp:1877 + #, no-c-format + msgid "Add Defau<" + msgstr "Pridať pred&volený" + + #. i18n: file ./plugins/search/searchpref.ui line 290 +-#: rc.cpp:1940 ++#: rc.cpp:1880 + #, fuzzy, no-c-format + msgid "Update From Internet" + msgstr "Obnoviť z internetu" + + #. i18n: file ./plugins/search/searchbar.ui line 53 + #: plugins/search/searchplugin.cpp:50 plugins/search/searchtab.cpp:48 +-#: rc.cpp:1946 ++#: rc.cpp:1883 + #, no-c-format + msgid "Search" + msgstr "Hľadať" + + #. i18n: file ./plugins/search/searchbar.ui line 78 +-#: rc.cpp:1949 ++#: rc.cpp:1886 + #, no-c-format + msgid "Search engine:" + msgstr "Vyhľadávací stroj:" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 10 +-#: rc.cpp:1952 ++#: rc.cpp:1889 + #, no-c-format + msgid "Current search engine" + msgstr "Súčasný vyhľadávací stroj" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 19 +-#: rc.cpp:1958 ++#: rc.cpp:1895 + #, no-c-format + msgid "Use custom browser" + msgstr "" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 23 +-#: rc.cpp:1961 ++#: rc.cpp:1898 + #, no-c-format + msgid "Custom browser executable path" + msgstr "" +@@ -4113,7 +4113,7 @@ msgstr "Kontrola dát" + msgid "Stopped. No space left on device." + msgstr "" + +-#: libktorrent/torrent/queuemanager.cpp:135 ++#: libktorrent/torrent/queuemanager.cpp:136 + #, fuzzy + msgid "" + "You don't have enough disk space to download this torrent. Are you sure you " +@@ -4122,12 +4122,12 @@ msgstr "" + "Odznačili ste nasledujúce už existujúce súbory. Týmto stratíte všetky dáta v " + "týchto súboroch, ste si istý, že to chcete urobiť?" + +-#: libktorrent/torrent/queuemanager.cpp:135 ++#: libktorrent/torrent/queuemanager.cpp:136 + #, fuzzy, c-format + msgid "Insufficient disk space for %1" + msgstr "Alokujem diskový priestor" + +-#: libktorrent/torrent/queuemanager.cpp:157 ++#: libktorrent/torrent/queuemanager.cpp:158 + msgid "" + "Torrent \"%1\" has reached its maximum share ratio. Ignore the limit and start " + "seeding anyway?" +@@ -4135,16 +4135,16 @@ msgstr "" + "Torrent \"%1\" dosiahol svoje maimálne ratio zdieľania. Ignorovať limit a " + "napriek tomu začať odosielanie?" + +-#: libktorrent/torrent/queuemanager.cpp:157 ++#: libktorrent/torrent/queuemanager.cpp:158 + msgid "Maximum share ratio limit reached." + msgstr "Dosiahnuté maximálne ratio zdieľania." + +-#: libktorrent/torrent/queuemanager.cpp:236 +-#: libktorrent/torrent/queuemanager.cpp:760 ++#: libktorrent/torrent/queuemanager.cpp:237 ++#: libktorrent/torrent/queuemanager.cpp:763 + msgid "Error stopping torrent %1 : %2" + msgstr "Chyba pri zastavení torrentu %1 : %2" + +-#: libktorrent/torrent/queuemanager.cpp:742 ++#: libktorrent/torrent/queuemanager.cpp:745 + msgid "Error starting torrent %1 : %2" + msgstr "Chyba pri spúšťaní torrentu %1 : %2" + +diff --git a/translations/sr/messages/ktorrent.po b/translations/sr/messages/ktorrent.po +index 747f10a..639783c 100644 +--- a/translations/sr/messages/ktorrent.po ++++ b/translations/sr/messages/ktorrent.po +@@ -6,7 +6,7 @@ + msgid "" + msgstr "" + "Project-Id-Version: ktorrent\n" +-"POT-Creation-Date: 2008-04-18 19:40+0200\n" ++"POT-Creation-Date: 2008-07-08 22:20+0200\n" + "PO-Revision-Date: 2008-02-26 13:59+0100\n" + "Last-Translator: Slobodan Simic \n" + "Language-Team: Serbian \n" +@@ -22,7 +22,7 @@ msgid "No incoming connections (possibly firewalled)" + msgstr "Нема долазних веза (вероватно сте иза заштитног зида)" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 42 +-#: apps/ktorrent/ktorrent.cpp:184 rc.cpp:345 rc.cpp:383 rc.cpp:1019 ++#: apps/ktorrent/ktorrent.cpp:184 rc.cpp:336 rc.cpp:369 rc.cpp:989 + #, no-c-format + msgid "Info" + msgstr "Инфо" +@@ -190,7 +190,7 @@ msgstr "Лоше формиран URL." + #. i18n: file ./apps/ktorrent/ktorrentui.rc line 9 + #: apps/ktorrent/groups/downloadgroup.cpp:27 + #: apps/ktorrent/groups/groupmanager.h:57 apps/ktorrent/pref.cpp:147 +-#: apps/ktorrent/viewmanager.cpp:62 rc.cpp:138 rc.cpp:342 ++#: apps/ktorrent/viewmanager.cpp:62 rc.cpp:132 rc.cpp:333 + #, no-c-format + msgid "Downloads" + msgstr "Преузимања" +@@ -313,7 +313,7 @@ msgid "Document to open" + msgstr "Документ за отварање" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 59 +-#: apps/ktorrent/main.cpp:120 rc.cpp:553 ++#: apps/ktorrent/main.cpp:120 rc.cpp:532 + #, no-c-format + msgid "KTorrent" + msgstr "КТорент" +@@ -577,7 +577,7 @@ msgstr "Извори вршњака за торент:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 85 + #: apps/ktorrent/ktorrentviewmenu.cpp:66 plugins/infowidget/peerview.cpp:221 +-#: rc.cpp:77 rc.cpp:1256 rc.cpp:1307 ++#: rc.cpp:75 rc.cpp:1208 rc.cpp:1259 + #, no-c-format + msgid "DHT" + msgstr "DHT" +@@ -619,7 +619,7 @@ msgid "Add to Group" + msgstr "Додај у групу" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 16 +-#: apps/ktorrent/ktorrentviewmenu.cpp:100 rc.cpp:147 ++#: apps/ktorrent/ktorrentviewmenu.cpp:100 rc.cpp:141 + #, no-c-format + msgid "Speed Limits" + msgstr "Ограничења брзине" +@@ -637,7 +637,7 @@ msgid "Malformed IP address." + msgstr "Лоше формирана адреса." + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 311 +-#: apps/ktorrent/pref.cpp:58 rc.cpp:282 ++#: apps/ktorrent/pref.cpp:58 rc.cpp:273 + #, no-c-format + msgid "Preferences" + msgstr "Подешавања" +@@ -673,7 +673,7 @@ msgid "Advanced" + msgstr "Напредно" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 27 +-#: apps/ktorrent/pref.cpp:411 rc.cpp:540 ++#: apps/ktorrent/pref.cpp:411 rc.cpp:519 + #, no-c-format + msgid "Advanced Options" + msgstr "Напредне опције" +@@ -684,7 +684,7 @@ msgstr "Видљиве колоне" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 16 + #: apps/ktorrent/ktorrentview.cpp:135 +-#: plugins/infowidget/infowidgetplugin.cpp:76 rc.cpp:1016 ++#: plugins/infowidget/infowidgetplugin.cpp:76 rc.cpp:986 + #, no-c-format + msgid "Status" + msgstr "Стање" +@@ -706,7 +706,7 @@ msgstr "Послато" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 313 + #: apps/ktorrent/ktorrentview.cpp:139 plugins/infowidget/peerview.cpp:216 +-#: rc.cpp:1010 ++#: rc.cpp:980 + #, no-c-format + msgid "Down Speed" + msgstr "Преузимање" +@@ -832,7 +832,7 @@ msgid "User" + msgstr "Корисник" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 24 +-#: apps/ktorrent/queuedialog.cpp:75 rc.cpp:249 ++#: apps/ktorrent/queuedialog.cpp:75 rc.cpp:240 + #, no-c-format + msgid "Queue Manager" + msgstr "Управник редоследа" +@@ -1057,8 +1057,8 @@ msgid "Start torrent" + msgstr "Покрени торент" + + #. i18n: file ./apps/ktorrent/fileselectdlgbase.ui line 160 +-#: plugins/infowidget/fileview.cpp:49 rc.cpp:27 rc.cpp:1244 rc.cpp:1259 +-#: rc.cpp:1349 rc.cpp:1439 ++#: plugins/infowidget/fileview.cpp:49 rc.cpp:27 rc.cpp:1196 rc.cpp:1211 ++#: rc.cpp:1301 rc.cpp:1385 + #, no-c-format + msgid "Download" + msgstr "Преузимање" +@@ -1112,13 +1112,13 @@ msgid "Encryption" + msgstr "Шифровање" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 58 +-#: rc.cpp:64 rc.cpp:787 ++#: rc.cpp:63 rc.cpp:764 + #, no-c-format + msgid "Use protocol encryption" + msgstr "Користи шифровање протокола" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 64 +-#: rc.cpp:68 ++#: rc.cpp:66 + #, no-c-format + msgid "" + "Protocol encryption is used to prevent ISP's from slowing down bittorrent " +@@ -1128,13 +1128,13 @@ msgstr "" + "вашег интернет провајдера." + + #. i18n: file ./apps/ktorrent/generalpref.ui line 72 +-#: rc.cpp:71 rc.cpp:790 ++#: rc.cpp:69 rc.cpp:767 + #, no-c-format + msgid "Allow unencrypted connections" + msgstr "Дозволи не-шифроване везе" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 75 +-#: rc.cpp:74 ++#: rc.cpp:72 + #, no-c-format + msgid "" + "If unchecked, you'll be able to connect only to clients supporting encryption." +@@ -1143,7 +1143,7 @@ msgstr "" + "шифровање." + + #. i18n: file ./apps/ktorrent/generalpref.ui line 88 +-#: rc.cpp:80 ++#: rc.cpp:78 + #, no-c-format + msgid "" + "Distributed Hash Table protocol." +@@ -1154,169 +1154,169 @@ msgstr "" + "детаља." + + #. i18n: file ./apps/ktorrent/generalpref.ui line 99 +-#: rc.cpp:83 ++#: rc.cpp:81 + #, no-c-format + msgid "&Use DHT to get additional peers" + msgstr "&Користи DHT да добијеш више вршњака" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 118 +-#: rc.cpp:87 ++#: rc.cpp:84 + #, no-c-format + msgid "UDP port for DHT communication:" + msgstr "UDP порт за DHT комуникацију:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 161 +-#: rc.cpp:90 ++#: rc.cpp:87 + #, no-c-format + msgid "Custom IP" + msgstr "Посебан IP" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 172 +-#: rc.cpp:93 ++#: rc.cpp:90 + #, no-c-format + msgid "Se&nd the tracker a custom IP address or hostname" + msgstr "&Пошаљи пратиоцу посебан ИП или име домаћина" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 188 +-#: rc.cpp:96 ++#: rc.cpp:93 + #, no-c-format + msgid "Custom IP address or hostname:" + msgstr "Посебан IP или име домаћина:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 205 +-#: rc.cpp:99 ++#: rc.cpp:96 + #, no-c-format + msgid "System Tray Icon" + msgstr "Икона системске касете" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 216 +-#: rc.cpp:102 ++#: rc.cpp:99 + #, no-c-format + msgid "Show s&ystem tray icon" + msgstr "Прикажи икону с&истемске касете" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 224 +-#: rc.cpp:105 ++#: rc.cpp:102 + #, no-c-format + msgid "Show speed &bar in tray icon" + msgstr "Прикажи &брзиномер у икони" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 232 +-#: rc.cpp:108 ++#: rc.cpp:105 + #, no-c-format + msgid "Show system tray popup messages" + msgstr "Прикажи искачуће поруке системске касете" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 251 +-#: rc.cpp:112 ++#: rc.cpp:108 + #, no-c-format + msgid "Upload bandwidth (in KB/sec):" + msgstr "Проток слања (у KB/s):" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 276 +-#: rc.cpp:115 ++#: rc.cpp:111 + #, no-c-format + msgid "Download bandwidth (in KB/sec):" + msgstr "Проток преузимања (у KB/s):" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 305 +-#: rc.cpp:118 ++#: rc.cpp:114 + #, no-c-format + msgid "Folders" + msgstr "Фасцикле" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 324 +-#: rc.cpp:121 ++#: rc.cpp:117 + #, no-c-format + msgid "Folder to store temporary files:" + msgstr "Фасцикла за привремене фајлове:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 342 +-#: rc.cpp:124 ++#: rc.cpp:120 + #, no-c-format + msgid "Move completed downloads to:" + msgstr "Премести завршена преузимања у:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 353 +-#: rc.cpp:128 ++#: rc.cpp:123 + #, no-c-format + msgid "&Automatically save downloads to:" + msgstr "&Аутоматски сними преузимања у:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 395 +-#: rc.cpp:131 ++#: rc.cpp:126 + #, no-c-format + msgid "Copy .torrent files to:" + msgstr "Копирај .torrent фајлове у:" + + #. i18n: file ./apps/ktorrent/ktorrentui.rc line 34 +-#: rc.cpp:144 ++#: rc.cpp:138 + #, no-c-format + msgid "Download Toolbar" + msgstr "Трака преузимања" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 27 +-#: rc.cpp:150 ++#: rc.cpp:144 + #, no-c-format + msgid "Set the speed limits for torrent" + msgstr "Поставите ограничења брзине за торент" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 51 +-#: rc.cpp:153 ++#: rc.cpp:147 + #, no-c-format + msgid "Max upload rate:" + msgstr "Највећа брзина слања:" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 59 +-#: rc.cpp:156 ++#: rc.cpp:150 + #, no-c-format + msgid "Max download rate:" + msgstr "Највећа брзина преузимања:" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 97 +-#: rc.cpp:159 rc.cpp:162 ++#: rc.cpp:153 rc.cpp:156 + #, no-c-format + msgid "KB/s (0 is no limit)" + msgstr "KB/s (0 је без ограничења)" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 16 +-#: rc.cpp:171 ++#: rc.cpp:165 + #, no-c-format + msgid "Add potential peer" + msgstr "Додај могућег вршњака" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 35 +-#: rc.cpp:174 ++#: rc.cpp:168 + #, no-c-format + msgid "Peer IP:" + msgstr "IP вршњака:" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 43 +-#: rc.cpp:177 rc.cpp:208 ++#: rc.cpp:171 rc.cpp:201 + #, no-c-format + msgid "127.0.0.1" + msgstr "127.0.0.1" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 51 +-#: rc.cpp:180 rc.cpp:288 rc.cpp:525 rc.cpp:931 ++#: rc.cpp:174 rc.cpp:279 rc.cpp:504 rc.cpp:908 + #, no-c-format + msgid "Port:" + msgstr "Порт:" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 100 +-#: rc.cpp:183 ++#: rc.cpp:177 + #, no-c-format + msgid "Enter peer IP and port." + msgstr "Унесите IP и порт вршњака." + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 16 +-#: rc.cpp:193 ++#: rc.cpp:186 + #, no-c-format + msgid "KTorrent Blacklist" + msgstr "КТорентова црна листа" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 30 +-#: rc.cpp:196 ++#: rc.cpp:189 + #, no-c-format + msgid "" + "Note: Blacklist applies to current session only. Use save/open to save your " +@@ -1326,187 +1326,187 @@ msgstr "" + "да би сте сачували уносе или користите IPFilter прикључак (PeerGuardian)." + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 41 +-#: rc.cpp:199 ++#: rc.cpp:192 + #, no-c-format + msgid "Banned Peers" + msgstr "Блокирани вршњаци" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 50 +-#: rc.cpp:202 ++#: rc.cpp:195 + #, no-c-format + msgid "Peer IP address" + msgstr "IP адреса вршњака" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 96 +-#: rc.cpp:205 ++#: rc.cpp:198 + #, no-c-format + msgid "Add peer:" + msgstr "Додај вршњака:" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 134 +-#: rc.cpp:215 ++#: rc.cpp:207 + #, no-c-format + msgid "Adds a peer to blacklist" + msgstr "Додаје вршњака на црну листу" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 168 +-#: rc.cpp:222 ++#: rc.cpp:213 + #, no-c-format + msgid "Removes selected peer from blacklist" + msgstr "Уклања изабраног вршњака са црне листе" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 176 +-#: rc.cpp:225 ++#: rc.cpp:216 + #, no-c-format + msgid "C&lear" + msgstr "Оч&исти" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 182 +-#: rc.cpp:228 ++#: rc.cpp:219 + #, no-c-format + msgid "Clears this list" + msgstr "Чисти ову листу" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 218 +-#: rc.cpp:234 ++#: rc.cpp:225 + #, no-c-format + msgid "Save &As..." + msgstr "Сачувај к&ао..." + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 224 +-#: rc.cpp:237 ++#: rc.cpp:228 + #, no-c-format + msgid "Save this blacklist to use with KTorrent IPFilter plugin" + msgstr "Снима ову црну листу да се може користити са прикључком ИП филтер" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 59 +-#: rc.cpp:252 ++#: rc.cpp:243 + #, no-c-format + msgid "Maximum downloads:" + msgstr "Највише преузимања:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 86 +-#: rc.cpp:255 ++#: rc.cpp:246 + #, no-c-format + msgid "Maximum seeds:" + msgstr "Највише сејања:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 94 +-#: rc.cpp:258 ++#: rc.cpp:249 + #, no-c-format + msgid "Start download on low disk space :" + msgstr "Преузимање при малом простору на диску :" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 102 +-#: rc.cpp:261 ++#: rc.cpp:252 + #, no-c-format + msgid "Minimum disk space:" + msgstr "Минимум простора на диску:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 140 +-#: rc.cpp:264 ++#: rc.cpp:255 + #, no-c-format + msgid "Don't start" + msgstr "Не покрећи" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 145 +-#: rc.cpp:267 ++#: rc.cpp:258 + #, no-c-format + msgid "Always ask" + msgstr "Увек питај" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 150 +-#: rc.cpp:270 ++#: rc.cpp:261 + #, no-c-format + msgid "Force start" + msgstr "Форсирај" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 208 +-#: rc.cpp:273 ++#: rc.cpp:264 + #, no-c-format + msgid "MB" + msgstr "MB" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 236 +-#: rc.cpp:276 rc.cpp:279 rc.cpp:312 rc.cpp:315 rc.cpp:324 ++#: rc.cpp:267 rc.cpp:270 rc.cpp:303 rc.cpp:306 rc.cpp:315 + #, no-c-format + msgid "(0 is no limit)" + msgstr "(0 је без ограничења)" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 330 +-#: rc.cpp:285 ++#: rc.cpp:276 + #, no-c-format + msgid "Maximum download rate:" + msgstr "Највећа брзина преузимања:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 346 +-#: rc.cpp:291 ++#: rc.cpp:282 + #, no-c-format + msgid "Global connection limit:" + msgstr "Глобално ограничење веза:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 354 +-#: rc.cpp:294 ++#: rc.cpp:285 + #, no-c-format + msgid "Max seed time:" + msgstr "Најдуже време сејања:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 370 +-#: rc.cpp:297 ++#: rc.cpp:288 + #, no-c-format + msgid "Maximum connections per torrent:" + msgstr "Највише веза по торенту:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 397 +-#: rc.cpp:300 ++#: rc.cpp:291 + #, no-c-format + msgid "Number of upload slots:" + msgstr "Број веза слања:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 405 +-#: rc.cpp:303 ++#: rc.cpp:294 + #, no-c-format + msgid "UDP tracker port:" + msgstr "UDP порт пратиоца:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 413 +-#: rc.cpp:306 ++#: rc.cpp:297 + #, no-c-format + msgid "Max share ratio:" + msgstr "Највећи однос дељења:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 421 +-#: rc.cpp:309 ++#: rc.cpp:300 + #, no-c-format + msgid "Maximum upload rate:" + msgstr "Највећа брзина слања:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 576 +-#: rc.cpp:318 rc.cpp:321 ++#: rc.cpp:309 rc.cpp:312 + #, no-c-format + msgid "KB/sec (0 is no limit)" + msgstr "KB/s (0 је без ограничења)" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 651 +-#: rc.cpp:327 ++#: rc.cpp:318 + #, no-c-format + msgid "Hours (0 is no limit)" + msgstr "часова (0 је без ограничења)" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 663 +-#: rc.cpp:330 ++#: rc.cpp:321 + #, no-c-format + msgid "&Keep seeding after download is finished" + msgstr "&Настави сејање након завршеног преузимања" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 674 +-#: rc.cpp:333 ++#: rc.cpp:324 + #, no-c-format + msgid "Attention" + msgstr "Пажња" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 685 +-#: rc.cpp:336 ++#: rc.cpp:327 + #, no-c-format + msgid "" + "The above ports must also be forwarded if you are behind a router. The UPnP " +@@ -1516,283 +1516,283 @@ msgstr "" + "може то да учини за вас." + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 16 +-#: rc.cpp:339 ++#: rc.cpp:330 + #, no-c-format + msgid "KT Queue Dialog" + msgstr "KT прозор редоследа" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 69 +-#: rc.cpp:348 rc.cpp:386 rc.cpp:1107 ++#: rc.cpp:339 rc.cpp:372 rc.cpp:1067 + #, no-c-format + msgid "Status:" + msgstr "Стање:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 85 +-#: rc.cpp:351 rc.cpp:389 rc.cpp:1808 ++#: rc.cpp:342 rc.cpp:375 rc.cpp:1751 + #, no-c-format + msgid "Tracker:" + msgstr "Пратилац:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 93 +-#: rc.cpp:354 rc.cpp:392 rc.cpp:1805 ++#: rc.cpp:345 rc.cpp:378 rc.cpp:1748 + #, no-c-format + msgid "DHT:" + msgstr "DHT:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 109 +-#: rc.cpp:357 rc.cpp:395 rc.cpp:1061 ++#: rc.cpp:348 rc.cpp:381 rc.cpp:1025 + #, no-c-format + msgid "Share ratio:" + msgstr "Однос:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 117 +-#: rc.cpp:360 ++#: rc.cpp:351 + #, no-c-format + msgid "Bytes left:" + msgstr "Преостало:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 177 +-#: rc.cpp:368 rc.cpp:377 ++#: rc.cpp:354 rc.cpp:363 + #, no-c-format + msgid "Torrent" + msgstr "Торент" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 188 +-#: rc.cpp:371 rc.cpp:380 ++#: rc.cpp:357 rc.cpp:366 + #, no-c-format + msgid "Controlled by" + msgstr "Контролише" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 214 +-#: rc.cpp:374 ++#: rc.cpp:360 + #, no-c-format + msgid "Upload&s" + msgstr "&Слања" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 333 +-#: rc.cpp:398 ++#: rc.cpp:384 + #, no-c-format + msgid "Uploaded:" + msgstr "Послато:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 486 +-#: rc.cpp:406 ++#: rc.cpp:387 + #, no-c-format + msgid "M&ove up" + msgstr "П&омери горе" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 494 +-#: rc.cpp:409 ++#: rc.cpp:390 + #, no-c-format + msgid "Move dow&n" + msgstr "Помери до&ле" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 519 +-#: rc.cpp:412 ++#: rc.cpp:393 + #, no-c-format + msgid "Move to top" + msgstr "Помери на врх" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 530 +-#: rc.cpp:416 ++#: rc.cpp:396 + #, no-c-format + msgid "Move to &bottom" + msgstr "Помери на &дно" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 555 +-#: rc.cpp:419 ++#: rc.cpp:399 + #, no-c-format + msgid "&QM Controlled" + msgstr "&Контролише управник" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 563 +-#: rc.cpp:422 ++#: rc.cpp:402 + #, no-c-format + msgid "&User Controlled" + msgstr "Контролише ко&рисник" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 30 +-#: rc.cpp:434 ++#: rc.cpp:414 + #, no-c-format + msgid "Paste URL" + msgstr "Пренеси URL" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 52 +-#: rc.cpp:437 rc.cpp:1104 rc.cpp:1919 ++#: rc.cpp:417 rc.cpp:1064 rc.cpp:1859 + #, no-c-format + msgid "URL:" + msgstr "URL:" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 106 +-#: rc.cpp:440 ++#: rc.cpp:420 + #, no-c-format + msgid "O&K" + msgstr "У &реду" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 114 +-#: rc.cpp:443 rc.cpp:675 rc.cpp:1176 ++#: rc.cpp:423 rc.cpp:653 rc.cpp:1128 + #, no-c-format + msgid "C&ancel" + msgstr "Отк&ажи" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 16 +-#: rc.cpp:446 ++#: rc.cpp:426 + #, no-c-format + msgid "Create Torrent" + msgstr "Направи торент" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 38 +-#: rc.cpp:449 ++#: rc.cpp:429 + #, no-c-format + msgid "The file or folder of which you want to create a torrent:" + msgstr "Фајл или фасцикла за које хоћете да направите торент:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 53 +-#: rc.cpp:452 ++#: rc.cpp:432 + #, no-c-format + msgid "You must add at least one tracker or node." + msgstr "Морате додати бар једног пратиоца или чвор." + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 61 +-#: rc.cpp:455 ++#: rc.cpp:435 + #, no-c-format + msgid "File Options" + msgstr "Опције фајла" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 80 +-#: rc.cpp:458 ++#: rc.cpp:438 + #, no-c-format + msgid "Size of each chunk:" + msgstr "Величина сваког парчета:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 86 +-#: rc.cpp:461 ++#: rc.cpp:441 + #, no-c-format + msgid "32" + msgstr "32" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 91 +-#: rc.cpp:464 ++#: rc.cpp:444 + #, no-c-format + msgid "64" + msgstr "64" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 96 +-#: rc.cpp:467 ++#: rc.cpp:447 + #, no-c-format + msgid "128" + msgstr "128" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 101 +-#: rc.cpp:470 ++#: rc.cpp:450 + #, no-c-format + msgid "256" + msgstr "256" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 106 +-#: rc.cpp:473 ++#: rc.cpp:453 + #, no-c-format + msgid "512" + msgstr "512" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 111 +-#: rc.cpp:476 ++#: rc.cpp:456 + #, no-c-format + msgid "1024" + msgstr "1024" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 116 +-#: rc.cpp:479 ++#: rc.cpp:459 + #, no-c-format + msgid "2048" + msgstr "2048" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 121 +-#: rc.cpp:482 ++#: rc.cpp:462 + #, no-c-format + msgid "4096" + msgstr "4096" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 126 +-#: rc.cpp:485 ++#: rc.cpp:465 + #, no-c-format + msgid "8192" + msgstr "8192" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 138 +-#: rc.cpp:488 rc.cpp:633 ++#: rc.cpp:468 rc.cpp:611 + #, no-c-format + msgid "KB" + msgstr "KB" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 165 +-#: rc.cpp:491 ++#: rc.cpp:471 + #, no-c-format + msgid "Start seedin&g the torrent" + msgstr "Почни се&јање торента" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 176 +-#: rc.cpp:494 ++#: rc.cpp:474 + #, no-c-format + msgid "Decentrali&zed (DHT only)" + msgstr "Децентрали&зовано (само DHT)" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 184 +-#: rc.cpp:497 ++#: rc.cpp:477 + #, no-c-format + msgid "Private torrent (DHT not allowed)" + msgstr "Лични торент (DHT није дозвољен)" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 202 +-#: rc.cpp:500 ++#: rc.cpp:480 + #, no-c-format + msgid "Comments:" + msgstr "Коментари:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 248 +-#: rc.cpp:503 ++#: rc.cpp:483 + #, no-c-format + msgid "&Create" + msgstr "&Направи" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 262 +-#: rc.cpp:506 rc.cpp:1325 ++#: rc.cpp:486 rc.cpp:1277 + #, no-c-format + msgid "Ca&ncel" + msgstr "О&ткажи" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 275 +-#: plugins/infowidget/infowidgetplugin.cpp:214 rc.cpp:509 rc.cpp:1101 ++#: plugins/infowidget/infowidgetplugin.cpp:214 rc.cpp:489 rc.cpp:1061 + #, no-c-format + msgid "Trackers" + msgstr "Пратиоци" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 283 +-#: rc.cpp:512 ++#: rc.cpp:492 + #, no-c-format + msgid "DHT nodes" + msgstr "DHT чворишта" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 333 +-#: rc.cpp:522 ++#: rc.cpp:501 + #, no-c-format + msgid "Node:" + msgstr "Чвор:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 385 +-#: rc.cpp:528 ++#: rc.cpp:507 + #, no-c-format + msgid "IP or hostname" + msgstr "IP или име домаћина" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 396 +-#: rc.cpp:531 rc.cpp:718 rc.cpp:721 ++#: rc.cpp:510 rc.cpp:695 rc.cpp:698 + #, no-c-format + msgid "Port" + msgstr "Порт" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 437 +-#: rc.cpp:534 ++#: rc.cpp:513 + #, no-c-format + msgid "" + "NOTE: Some known good DHT nodes are already inserted. You should probably " +@@ -1802,19 +1802,19 @@ msgstr "" + "и вашу IP адресу и порт ако намеравате да сејете овај торент." + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 16 +-#: rc.cpp:537 ++#: rc.cpp:516 + #, no-c-format + msgid "Advanced Preferences" + msgstr "Напредна подешавања" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 46 +-#: rc.cpp:543 ++#: rc.cpp:522 + #, no-c-format + msgid "Time left estimation algorithm:" + msgstr "Алгоритам процене преосталог времена:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 53 +-#: rc.cpp:546 rc.cpp:568 ++#: rc.cpp:525 rc.cpp:547 + #, no-c-format + msgid "" + "KTorrent algorithm: Default algorithm using combination of other " +@@ -1842,429 +1842,429 @@ msgstr "" + "Алгоритам просека померања: Просек померања се рачуна из X (икс) узорака" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 64 +-#: rc.cpp:556 ++#: rc.cpp:535 + #, no-c-format + msgid "Current speed" + msgstr "Тренутна брзина" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 69 +-#: rc.cpp:559 ++#: rc.cpp:538 + #, no-c-format + msgid "Global average speed" + msgstr "Општа просечна брзина" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 74 +-#: rc.cpp:562 ++#: rc.cpp:541 + #, no-c-format + msgid "Window of X" + msgstr "Прозор Икса" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 79 +-#: rc.cpp:565 ++#: rc.cpp:544 + #, no-c-format + msgid "Moving average" + msgstr "Просек померања" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 98 +-#: rc.cpp:575 ++#: rc.cpp:554 + #, no-c-format + msgid "(takes effect after restart)" + msgstr "(делује након поновног покретања)" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 125 +-#: rc.cpp:578 ++#: rc.cpp:557 + #, no-c-format + msgid "Disa&ble diskspace preallocation" + msgstr "Искључи &резервисање простора" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 141 +-#: rc.cpp:581 ++#: rc.cpp:560 + #, no-c-format + msgid "F&ully preallocate diskspace (avoids fragmentation)" + msgstr "У потпуности ре&зервиши простор (избегава фрагментацију)" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 147 +-#: rc.cpp:584 ++#: rc.cpp:563 + #, no-c-format + msgid "Basic (slow)" + msgstr "Основно (споро)" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 152 +-#: rc.cpp:587 ++#: rc.cpp:566 + #, no-c-format + msgid "Filesystem specific" + msgstr "Својствено за фајл-систем" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 174 +-#: rc.cpp:590 ++#: rc.cpp:569 + #, no-c-format + msgid "Performance" + msgstr "Могућности" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 193 +-#: rc.cpp:593 ++#: rc.cpp:572 + #, no-c-format + msgid "Memory usage:" + msgstr "Заузетост меморије:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 199 +-#: rc.cpp:596 ++#: rc.cpp:575 + #, no-c-format + msgid "Low" + msgstr "Ниска" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 204 +-#: rc.cpp:599 ++#: rc.cpp:578 + #, no-c-format + msgid "Medium" + msgstr "Средња" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 209 +-#: rc.cpp:602 ++#: rc.cpp:581 + #, no-c-format + msgid "High" + msgstr "Висока" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 248 +-#: rc.cpp:605 ++#: rc.cpp:584 + #, no-c-format + msgid "GUI update interval:" + msgstr "Освежавање приказа:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 254 +-#: rc.cpp:608 ++#: rc.cpp:587 + #, no-c-format + msgid "500ms" + msgstr "500ms" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 259 +-#: rc.cpp:611 ++#: rc.cpp:590 + #, no-c-format + msgid "1s" + msgstr "1s" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 264 +-#: rc.cpp:614 ++#: rc.cpp:593 + #, no-c-format + msgid "2s" + msgstr "2s" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 269 +-#: rc.cpp:617 ++#: rc.cpp:596 + #, no-c-format + msgid "5s" + msgstr "5s" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 308 +-#: rc.cpp:620 ++#: rc.cpp:599 + #, no-c-format + msgid "Fast CPU" + msgstr "Брз процесор" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 342 +-#: rc.cpp:624 ++#: rc.cpp:602 + #, no-c-format + msgid "Slow CPU" + msgstr "Спор процесор" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 354 +-#: rc.cpp:627 ++#: rc.cpp:605 + #, no-c-format + msgid "Data Checking" + msgstr "Провера података" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 373 +-#: rc.cpp:630 ++#: rc.cpp:608 + #, no-c-format + msgid "During uploading, do ¬ recheck chunks bigger than" + msgstr "Приликом слања &не проверавај поново парчиће веће од" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 430 +-#: rc.cpp:636 ++#: rc.cpp:614 + #, no-c-format + msgid "Do a data integrit&y check after" + msgstr "Провери &исправност података након" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 449 +-#: rc.cpp:639 ++#: rc.cpp:617 + #, no-c-format + msgid "corrupted chunks" + msgstr "оштећених парчића" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 478 +-#: rc.cpp:642 ++#: rc.cpp:620 + #, no-c-format + msgid "Networking" + msgstr "Мрежа" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 505 +-#: rc.cpp:645 ++#: rc.cpp:623 + #, no-c-format + msgid "Maximum number of connection setups:" + msgstr "Највећи број подешавања везе:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 527 +-#: rc.cpp:648 ++#: rc.cpp:626 + #, no-c-format + msgid "DSCP for IP packets:" + msgstr "DSCP за IP пакете:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 570 +-#: rc.cpp:651 ++#: rc.cpp:629 + #, no-c-format + msgid "Do not use the KDE pro&xy settings for HTTP tracker connections" + msgstr "Не користи KDE-ов про&кси за везе HTTP пратиоца" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 586 +-#: rc.cpp:654 ++#: rc.cpp:632 + #, no-c-format + msgid "HTTP tracker proxy:" + msgstr "Прокси HTTP пратиоца:" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 24 +-#: rc.cpp:657 ++#: rc.cpp:635 + #, no-c-format + msgid "Scanning data" + msgstr "Проверавам податке" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 38 +-#: rc.cpp:660 ++#: rc.cpp:638 + #, no-c-format + msgid "Scanning data of torrent :" + msgstr "Проверавам податке торента :" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 62 +-#: rc.cpp:663 ++#: rc.cpp:641 + #, no-c-format + msgid "Number of chunks found :" + msgstr "Број нађених парчића :" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 70 +-#: rc.cpp:666 ++#: rc.cpp:644 + #, no-c-format + msgid "Number of chunks failed / not downloaded :" + msgstr "Број лоших / непреузетих :" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 97 +-#: rc.cpp:669 rc.cpp:672 ++#: rc.cpp:647 rc.cpp:650 + #, no-c-format + msgid "0" + msgstr "0" + + #. i18n: file ./apps/ktupnptest/mainwidget.ui line 54 +-#: rc.cpp:678 ++#: rc.cpp:656 + #, no-c-format + msgid "Test" + msgstr "Тест" + + #. i18n: file ./libktorrent/labelviewitembase.ui line 49 +-#: rc.cpp:685 ++#: rc.cpp:662 + #, no-c-format + msgid "textLabel2" + msgstr "textLabel2" + + #. i18n: file ./libktorrent/labelviewitembase.ui line 65 +-#: rc.cpp:688 ++#: rc.cpp:665 + #, no-c-format + msgid "textLabel3" + msgstr "textLabel3" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 10 +-#: rc.cpp:691 ++#: rc.cpp:668 + #, no-c-format + msgid "Maximum number of downloads (0 = no limit)" + msgstr "Највећи број преузимања (0 = без ограничења)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 15 +-#: rc.cpp:694 ++#: rc.cpp:671 + #, no-c-format + msgid "Maximum number of seeds (0 = no limit)" + msgstr "Највећи број сејања (0 = без ограничења)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 20 +-#: rc.cpp:697 ++#: rc.cpp:674 + #, no-c-format + msgid "Start downloads on low disk space?" + msgstr "Да покрећем преузимања када је мало простора на диску?" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 24 +-#: rc.cpp:700 ++#: rc.cpp:677 + #, no-c-format + msgid "Maximum number of connections per torrent (0 = no limit)" + msgstr "Највећи број веза по торенту (0 = без ограничења)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 29 +-#: rc.cpp:703 ++#: rc.cpp:680 + #, no-c-format + msgid "Maximum number of connections for all torrents (0 = no limit) " + msgstr "Највећи број веза за све торенте (0 = без ограничења) " + + #. i18n: file ./libktorrent/ktorrent.kcfg line 34 +-#: rc.cpp:706 ++#: rc.cpp:683 + #, no-c-format + msgid "Maximum upload speed in KB/sec (0 = no limit)" + msgstr "Највећа брзина слања у KB/s (0 = no limit)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 39 +-#: rc.cpp:709 ++#: rc.cpp:686 + #, no-c-format + msgid "Maximum download speed in KB/sec (0 = no limit)" + msgstr "Највећа брзина преузимања у KB/s (0 = no limit)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 44 +-#: rc.cpp:712 ++#: rc.cpp:689 + #, no-c-format + msgid "Maximum share ratio(0 = no limit)" + msgstr "Максимум односа дељења(0 = без ограничења)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 49 +-#: rc.cpp:715 ++#: rc.cpp:692 + #, no-c-format + msgid "Maximum seed time in hours (0 = no limit)" + msgstr "Максимално време сејања у часовима (0 = без ограничења)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 66 +-#: rc.cpp:724 ++#: rc.cpp:701 + #, no-c-format + msgid "Show a system tray icon" + msgstr "Прикажи икону системске касете" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 70 +-#: rc.cpp:727 ++#: rc.cpp:704 + #, no-c-format + msgid "Show speed bar in tray icon" + msgstr "Прикажи брзиномер у икони" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 74 +-#: rc.cpp:730 ++#: rc.cpp:707 + #, no-c-format + msgid "Download bandwidth (in kb/s):" + msgstr "Проток преузимања (у kb/s):" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 80 +-#: rc.cpp:733 ++#: rc.cpp:710 + #, no-c-format + msgid "Upload bandwidth (in kb/s):" + msgstr "Проток слања (у kb/s):" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 86 +-#: rc.cpp:736 ++#: rc.cpp:713 + #, no-c-format + msgid "Show popup messages when torrent is finished." + msgstr "Прикажи искачућу поруку када се торент заврши." + + #. i18n: file ./libktorrent/ktorrent.kcfg line 90 +-#: rc.cpp:739 ++#: rc.cpp:716 + #, no-c-format + msgid "Keep seeding after download has finished" + msgstr "Настави сејање након завршеног преузимања" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 94 +-#: rc.cpp:742 ++#: rc.cpp:719 + #, no-c-format + msgid "Folder to store temporary files" + msgstr "Фасцикла за смештање привремених фајлова" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 98 +-#: rc.cpp:745 ++#: rc.cpp:722 + #, no-c-format + msgid "Whether to automatically save downloads to saveDir" + msgstr "Да ли да се преузимање аутоматски сними у директоријум" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 102 +-#: rc.cpp:748 ++#: rc.cpp:725 + #, no-c-format + msgid "Folder to store downloaded files" + msgstr "Фасцикла за смештање преузетих фајлова" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 106 +-#: rc.cpp:751 ++#: rc.cpp:728 + #, no-c-format + msgid "Whether to automatically move completed downloads to completedDir" + msgstr "" + "Да ли да се завршено преузимање аутоматски пребаци у одређени директоријум" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 110 +-#: rc.cpp:754 ++#: rc.cpp:731 + #, no-c-format + msgid "Folder to move completed downloaded files to" + msgstr "Фасцикла где се премештају завршени преузети фајлови" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 114 +-#: rc.cpp:757 ++#: rc.cpp:734 + #, no-c-format + msgid "Whether to automatically copy .torrent files to torrentCopyDir" + msgstr "" + "Да ли да се .torrent фајлови аутоматски пребаце у назначени директоријум" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 118 +-#: rc.cpp:760 ++#: rc.cpp:737 + #, no-c-format + msgid "Folder to copy .torrent files to" + msgstr "Фасцикла где се копирају .torrent фајлови" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 122 +-#: rc.cpp:763 ++#: rc.cpp:740 + #, no-c-format + msgid "Whether to use a custom IP to pass to the tracker" + msgstr "Да ли да се користи посебан IP за прослеђивање пратиоцу" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 126 +-#: rc.cpp:766 ++#: rc.cpp:743 + #, no-c-format + msgid "Directory which was used as the last save directory" + msgstr "Директоријум који је последњи коришћен за снимање" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 130 +-#: rc.cpp:769 ++#: rc.cpp:746 + #, no-c-format + msgid "IP to pass to the tracker" + msgstr "IP који се прослеђује пратиоцу" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 134 +-#: rc.cpp:772 ++#: rc.cpp:749 + #, no-c-format + msgid "Memory usage" + msgstr "Заузетост меморије" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 138 +-#: rc.cpp:775 ++#: rc.cpp:752 + #, no-c-format + msgid "GUI update interval" + msgstr "Освежавање приказа" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 142 +-#: rc.cpp:778 ++#: rc.cpp:755 + #, no-c-format + msgid "Support for DHT" + msgstr "Подршка за DHT" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 146 +-#: rc.cpp:781 ++#: rc.cpp:758 + #, no-c-format + msgid "DHT port" + msgstr "DHT порт" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 152 +-#: rc.cpp:784 ++#: rc.cpp:761 + #, no-c-format + msgid "Number of upload slots" + msgstr "Број веза слања" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 196 +-#: rc.cpp:793 ++#: rc.cpp:770 + #, no-c-format + msgid "Columns shown in KTorrentView" + msgstr "Колоне приказане у КТорент прегледу" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 205 +-#: rc.cpp:796 ++#: rc.cpp:773 + #, no-c-format + msgid "ET algorithm" + msgstr "ET алгоритам" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 227 +-#: rc.cpp:799 ++#: rc.cpp:776 + #, no-c-format + msgid "" + "When there's no space left to complete download and free diskspace is less than " +@@ -2274,457 +2274,457 @@ msgstr "" + "мањи од minDiskSpace, торент ће бити заустављен." + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 16 +-#: rc.cpp:802 ++#: rc.cpp:779 + #, no-c-format + msgid "Plugin Manager" + msgstr "Управљач прикључцима" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 48 +-#: rc.cpp:805 ++#: rc.cpp:782 + #, no-c-format + msgid "Load" + msgstr "Учитај" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 56 +-#: rc.cpp:808 ++#: rc.cpp:785 + #, no-c-format + msgid "U&nload" + msgstr "И&збаци" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 64 +-#: rc.cpp:811 ++#: rc.cpp:788 + #, no-c-format + msgid "Load &All" + msgstr "Учитај &све" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 72 +-#: rc.cpp:814 ++#: rc.cpp:791 + #, no-c-format + msgid "&Unload All" + msgstr "&Избаци све" + + #. i18n: file ./plugins/upnp/ktupnpplugin.kcfg line 10 +-#: rc.cpp:817 ++#: rc.cpp:794 + #, no-c-format + msgid "Default UPnP device to use" + msgstr "Подразумеван UPnP уређај" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 16 +-#: plugins/upnp/upnpplugin.cpp:46 plugins/upnp/upnpprefpage.cpp:31 rc.cpp:820 ++#: plugins/upnp/upnpplugin.cpp:46 plugins/upnp/upnpprefpage.cpp:31 rc.cpp:797 + #, no-c-format + msgid "UPnP" + msgstr "UPnP" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 35 +-#: rc.cpp:823 ++#: rc.cpp:800 + #, no-c-format + msgid "Detected devices:" + msgstr "Нађени уређаји:" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 41 +-#: rc.cpp:826 ++#: rc.cpp:803 + #, no-c-format + msgid "Device" + msgstr "Уређај" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 52 +-#: rc.cpp:829 ++#: rc.cpp:806 + #, no-c-format + msgid "Ports Forwarded" + msgstr "Портови прослеђени" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 63 +-#: rc.cpp:832 ++#: rc.cpp:809 + #, no-c-format + msgid "WAN Connection" + msgstr "WAN везе" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 91 +-#: rc.cpp:835 ++#: rc.cpp:812 + #, no-c-format + msgid "Forw&ard Ports" + msgstr "Пр&оследи портове" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 99 +-#: rc.cpp:838 ++#: rc.cpp:815 + #, no-c-format + msgid "Undo Port Forwarding" + msgstr "Врати прослеђивање портова" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 124 +-#: rc.cpp:841 ++#: rc.cpp:818 + #, no-c-format + msgid "Rescan" + msgstr "Потражи" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 9 +-#: rc.cpp:844 ++#: rc.cpp:821 + #, no-c-format + msgid "Enable scanning of folder1?" + msgstr "Укључити прегледање фасцикле1?" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 14 +-#: rc.cpp:847 ++#: rc.cpp:824 + #, no-c-format + msgid "Enable scanning of folder2?" + msgstr "Укључити прегледање фасцикле2?" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 19 +-#: rc.cpp:850 ++#: rc.cpp:827 + #, no-c-format + msgid "Enable scanning of folder3?" + msgstr "Укључити прегледање фасцикле3?" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 24 +-#: rc.cpp:853 ++#: rc.cpp:830 + #, no-c-format + msgid "Folder1 path" + msgstr "Путања фасцикле1" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 29 +-#: rc.cpp:856 ++#: rc.cpp:833 + #, no-c-format + msgid "Folder2 path" + msgstr "Путања фасцикле2" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 34 +-#: rc.cpp:859 ++#: rc.cpp:836 + #, no-c-format + msgid "Folder3 path" + msgstr "Путања фасцикле3" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 39 +-#: rc.cpp:862 ++#: rc.cpp:839 + #, no-c-format + msgid "Whether to open torrent silently or not." + msgstr "Да ли да се торент отвори без узнемиравања или не." + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 44 +-#: rc.cpp:865 ++#: rc.cpp:842 + #, no-c-format + msgid "Delete action checked." + msgstr "Радња брисања означена." + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 49 +-#: rc.cpp:868 ++#: rc.cpp:845 + #, no-c-format + msgid "Move action checked." + msgstr "Радња премештања означена." + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 16 +-#: rc.cpp:871 ++#: rc.cpp:848 + #, no-c-format + msgid "ScanFolder Preferences" + msgstr "Подешавања прегледа фасцикле" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 35 +-#: rc.cpp:874 ++#: rc.cpp:851 + #, no-c-format + msgid "Scan folder &1" + msgstr "Прегледај фасциклу &1" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 38 +-#: rc.cpp:877 rc.cpp:1480 ++#: rc.cpp:854 rc.cpp:1424 + #, no-c-format + msgid "Alt+1" + msgstr "Alt+1" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 46 +-#: rc.cpp:880 ++#: rc.cpp:857 + #, no-c-format + msgid "Scan folder &2" + msgstr "Прегледај фасциклу &2" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 49 +-#: rc.cpp:883 rc.cpp:1471 rc.cpp:1495 ++#: rc.cpp:860 rc.cpp:1415 rc.cpp:1439 + #, no-c-format + msgid "Alt+2" + msgstr "Alt+2" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 57 +-#: rc.cpp:886 ++#: rc.cpp:863 + #, no-c-format + msgid "Scan folder &3" + msgstr "Прегледај фасциклу &3" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 60 +-#: rc.cpp:889 rc.cpp:1465 ++#: rc.cpp:866 rc.cpp:1409 + #, no-c-format + msgid "Alt+3" + msgstr "Alt+3" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 81 +-#: rc.cpp:895 ++#: rc.cpp:872 + #, no-c-format + msgid "Move to \"loaded\" directory &after loading" + msgstr "Премести у директоријум „учитано“ н&акон учитавања" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 84 +-#: rc.cpp:898 ++#: rc.cpp:875 + #, no-c-format + msgid "Move torrent to \"loaded\" directory after loading it" + msgstr "Премешта торент у директоријум „учитано“ након што га учита" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 92 +-#: rc.cpp:901 ++#: rc.cpp:878 + #, no-c-format + msgid "Open torrents silentl&y" + msgstr "Отвори торенте ти&хо" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 95 +-#: rc.cpp:904 ++#: rc.cpp:881 + #, no-c-format + msgid "Do not show 'Select files to download' dialog" + msgstr "Не приказуј прозор „Изаберите фајлове за преузимање“" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 103 +-#: rc.cpp:907 ++#: rc.cpp:884 + #, no-c-format + msgid "Delete after loadin&g" + msgstr "Обриши након учита&вања" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 106 +-#: rc.cpp:910 ++#: rc.cpp:887 + #, no-c-format + msgid "Deletes torrent after loading" + msgstr "Брише торенте након учитавања" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 116 +-#: rc.cpp:913 ++#: rc.cpp:890 + #, no-c-format + msgid "Folders to scan" + msgstr "Фасцикле за преглед" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 151 +-#: rc.cpp:916 ++#: rc.cpp:893 + #, no-c-format + msgid "Folder 1:" + msgstr "Фасцикла 1:" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 162 +-#: rc.cpp:919 ++#: rc.cpp:896 + #, no-c-format + msgid "Folder 2:" + msgstr "Фасцикла 2:" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 173 +-#: rc.cpp:922 ++#: rc.cpp:899 + #, no-c-format + msgid "Folder 3:" + msgstr "Фасцикла 3:" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 30 +-#: rc.cpp:925 rc.cpp:1895 ++#: rc.cpp:902 rc.cpp:1838 + #, no-c-format + msgid "Search Preferences" + msgstr "Подешавања претраге" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 41 +-#: rc.cpp:928 ++#: rc.cpp:905 + #, no-c-format + msgid "Web Server" + msgstr "Веб сервер" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 82 +-#: rc.cpp:934 ++#: rc.cpp:911 + #, no-c-format + msgid "Forward port" + msgstr "Проследи порт" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 107 +-#: rc.cpp:937 ++#: rc.cpp:914 + #, no-c-format + msgid "Session TTL (in sec):" + msgstr "Трајање сесије (у секундама):" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 142 +-#: rc.cpp:940 ++#: rc.cpp:917 + #, no-c-format + msgid "Select interface:" + msgstr "Изаберите интерфејс:" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 173 +-#: rc.cpp:943 ++#: rc.cpp:920 + #, no-c-format + msgid "Username:" + msgstr "Корисничко име:" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 188 +-#: rc.cpp:946 ++#: rc.cpp:923 + #, no-c-format + msgid "Change password ..." + msgstr "Измени лозинку ..." + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 206 +-#: rc.cpp:949 ++#: rc.cpp:926 + #, no-c-format + msgid "Php executable path:" + msgstr "Путања до програма за PHP:" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 10 +-#: rc.cpp:953 ++#: rc.cpp:929 + #, no-c-format + msgid "Port number" + msgstr "Број порта" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 15 +-#: rc.cpp:956 ++#: rc.cpp:932 + #, no-c-format + msgid "forward Port" + msgstr "проследи порт" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 20 +-#: rc.cpp:959 ++#: rc.cpp:935 + #, no-c-format + msgid "Session time to live" + msgstr "Време трајања сесије" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 24 +-#: rc.cpp:962 ++#: rc.cpp:938 + #, no-c-format + msgid "interface skin" + msgstr "маска интерфејса" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 28 +-#: rc.cpp:965 ++#: rc.cpp:941 + #, no-c-format + msgid "php executable path" + msgstr "Путања до програма за PHP" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 33 +-#: rc.cpp:968 ++#: rc.cpp:944 + #, no-c-format + msgid "username" + msgstr "корисничко име" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 37 +-#: rc.cpp:971 ++#: rc.cpp:947 + #, no-c-format + msgid "password" + msgstr "лозинка" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 16 +-#: plugins/infowidget/infowidgetplugin.cpp:194 rc.cpp:974 rc.cpp:1046 ++#: plugins/infowidget/infowidgetplugin.cpp:194 rc.cpp:950 rc.cpp:1010 + #, no-c-format + msgid "Chunks" + msgstr "Парчићи" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 43 +-#: rc.cpp:977 ++#: rc.cpp:953 + #, no-c-format + msgid "Total:" + msgstr "Укупно:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 81 +-#: rc.cpp:981 ++#: rc.cpp:956 + #, no-c-format + msgid "Currently downloading:" + msgstr "Тренутно се преузима:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 119 +-#: rc.cpp:985 ++#: rc.cpp:959 + #, no-c-format + msgid "Downloaded:" + msgstr "Преузето:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 157 +-#: rc.cpp:989 ++#: rc.cpp:962 + #, no-c-format + msgid "Excluded:" + msgstr "Изузето:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 195 +-#: rc.cpp:993 ++#: rc.cpp:965 + #, no-c-format + msgid "Left:" + msgstr "Преостало:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 233 +-#: rc.cpp:997 ++#: rc.cpp:968 + #, no-c-format + msgid "Size:" + msgstr "Величина:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 280 +-#: rc.cpp:1001 ++#: rc.cpp:971 + #, no-c-format + msgid "Chunk" + msgstr "Парче" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 291 +-#: rc.cpp:1004 ++#: rc.cpp:974 + #, no-c-format + msgid "Progress" + msgstr "Напредак" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 302 +-#: rc.cpp:1007 ++#: rc.cpp:977 + #, no-c-format + msgid "Peer" + msgstr "Вршњак" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 324 +-#: rc.cpp:1013 ++#: rc.cpp:983 + #, no-c-format + msgid "Assigned Peers" + msgstr "Додељени вршњаци" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 63 +-#: rc.cpp:1022 ++#: rc.cpp:992 + #, no-c-format + msgid "Seeders:" + msgstr "Сејачи:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 71 +-#: rc.cpp:1025 ++#: rc.cpp:995 + #, no-c-format + msgid "Leechers:" + msgstr "Пијавице:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 129 +-#: rc.cpp:1030 ++#: rc.cpp:998 + #, no-c-format + msgid "Average Down Speed:" + msgstr "Просечна брзина преузимања:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 177 +-#: rc.cpp:1035 ++#: rc.cpp:1001 + #, no-c-format + msgid "Average Up Speed:" + msgstr "Просечна брзина слања:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 195 +-#: rc.cpp:1038 rc.cpp:1111 ++#: rc.cpp:1004 rc.cpp:1070 + #, no-c-format + msgid "Next update in:" + msgstr "Освежавам за:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 203 +-#: rc.cpp:1041 ++#: rc.cpp:1007 + #, no-c-format + msgid "Tracker Status:" + msgstr "Стање пратиоца:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 332 +-#: rc.cpp:1049 ++#: rc.cpp:1013 + #, no-c-format + msgid "Parts of the torrent which have been downloaded:" + msgstr "Делови торента који су преузети:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 367 +-#: rc.cpp:1052 ++#: rc.cpp:1016 + #, no-c-format + msgid "Parts of the torrent which are available:" + msgstr "Делови торента који су доступни:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 457 +-#: rc.cpp:1055 ++#: rc.cpp:1019 + #, no-c-format + msgid "Sharing" + msgstr "Дељење" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 487 +-#: rc.cpp:1058 ++#: rc.cpp:1022 + #, no-c-format + msgid "" + "Your upload will stop when share ratio gets to this value. Zero means no limit." +@@ -2733,145 +2733,145 @@ msgstr "" + "ограничења." + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 525 +-#: rc.cpp:1064 ++#: rc.cpp:1028 + #, no-c-format + msgid "Your upload will stop when you have uploaded for this many hours." + msgstr "Ваше слање ће престати када протекне оволико часова у слању." + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 533 +-#: rc.cpp:1067 ++#: rc.cpp:1031 + #, no-c-format + msgid "Hours" + msgstr "Часова" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 543 +-#: rc.cpp:1070 ++#: rc.cpp:1034 + #, no-c-format + msgid "Ratio limit:" + msgstr "Ограничење односа:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 549 +-#: rc.cpp:1074 ++#: rc.cpp:1037 + #, no-c-format + msgid "Limit works only in seed mode" + msgstr "Ограничење ради само при сејању" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 557 +-#: rc.cpp:1077 ++#: rc.cpp:1040 + #, no-c-format + msgid "Time &limit:" + msgstr "Временско &ограничење:" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 37 +-#: rc.cpp:1081 ++#: rc.cpp:1043 + #, no-c-format + msgid "&Update Tracker" + msgstr "&Освежи пратиоца" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 40 +-#: rc.cpp:1084 ++#: rc.cpp:1046 + #, no-c-format + msgid "Minimum update interval - 60 seconds" + msgstr "Најмањи размак освежења - 60 секунди" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 48 +-#: rc.cpp:1087 ++#: rc.cpp:1049 + #, no-c-format + msgid "Add Trac&ker" + msgstr "Додај п&ратиоца" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 64 +-#: rc.cpp:1090 ++#: rc.cpp:1052 + #, no-c-format + msgid "Remove Tracker" + msgstr "Уклони пратиоца" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 75 +-#: rc.cpp:1094 ++#: rc.cpp:1055 + #, no-c-format + msgid "Ch&ange Tracker" + msgstr "Проме&ни пратиоца" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 100 +-#: rc.cpp:1097 ++#: rc.cpp:1058 + #, no-c-format + msgid "Restore Defaults" + msgstr "Врати подразумевано" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 10 +-#: rc.cpp:1115 ++#: rc.cpp:1073 + #, no-c-format + msgid "Show peer view tab in main window" + msgstr "Прикажи језичак за приказ вршњака у главном прозору" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 14 +-#: rc.cpp:1118 ++#: rc.cpp:1076 + #, no-c-format + msgid "Show chunk download view tab in main window" + msgstr "Прикажи језичак за приказ преузимања парчића у главном прозору" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 18 +-#: rc.cpp:1121 ++#: rc.cpp:1079 + #, no-c-format + msgid "Show trackers view tab in main window" + msgstr "Прикажи језичак за приказ пратилаца у главном прозору" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 24 +-#: rc.cpp:1124 ++#: rc.cpp:1082 + #, no-c-format + msgid "Show list of peers" + msgstr "Прикажи листу вршњака" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 35 +-#: rc.cpp:1128 ++#: rc.cpp:1085 + #, no-c-format + msgid "Show list of chunks currentl&y downloading" + msgstr "Прикажи листу парчића који се трен&утно преузимају" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 60 +-#: rc.cpp:1131 ++#: rc.cpp:1088 + #, no-c-format + msgid "Show list of trackers" + msgstr "Прикажи листу пратилаца" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 16 +-#: rc.cpp:1135 ++#: rc.cpp:1091 + #, no-c-format + msgid "IPBlocking Preferences" + msgstr "Подешавања IP блокирања" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 47 +-#: rc.cpp:1138 ++#: rc.cpp:1094 + #, no-c-format + msgid "Select PeerGuardian Filter File " + msgstr "Изаберите филтерски фајл PeerGuardian-а " + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 58 +-#: rc.cpp:1141 ++#: rc.cpp:1097 + #, no-c-format + msgid "Use PeerGuardian filter?" + msgstr "Користи PeerGuardian филтер?" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 77 +-#: rc.cpp:1145 ++#: rc.cpp:1100 + #, no-c-format + msgid "IP filter file:" + msgstr "Фајл IP филтера:" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 85 +-#: rc.cpp:1148 ++#: rc.cpp:1103 + #, no-c-format + msgid "http://www.bluetack.co.uk/modules.php?name=Downloads&d_op=getit&lid=8" + msgstr "http://www.bluetack.co.uk/modules.php?name=Downloads&d_op=getit&lid=8" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 123 +-#: rc.cpp:1151 ++#: rc.cpp:1106 + #, no-c-format + msgid "Dow&nload/Convert" + msgstr "Преуз&ми/Претвори" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 134 +-#: rc.cpp:1154 ++#: rc.cpp:1109 + #, no-c-format + msgid "" + "Download PeerGuardian filter from bluetack.co.uk or blocklist.org.\n" +@@ -2881,25 +2881,25 @@ msgstr "" + "Белешка: ZIP фајл са bluetack.co.uk је подржан." + + #. i18n: file ./plugins/ipfilter/ktipfilterplugin.kcfg line 10 +-#: rc.cpp:1159 ++#: rc.cpp:1113 + #, no-c-format + msgid "Level1 filter url" + msgstr "URL филтера Level1" + + #. i18n: file ./plugins/ipfilter/ktipfilterplugin.kcfg line 14 +-#: rc.cpp:1162 ++#: rc.cpp:1116 + #, no-c-format + msgid "Use level1 filter?" + msgstr "Користи филтер level1?" + + #. i18n: file ./plugins/ipfilter/convert_dlg.ui line 24 +-#: plugins/ipfilter/convertdialog.cpp:155 rc.cpp:1165 ++#: plugins/ipfilter/convertdialog.cpp:155 rc.cpp:1119 + #, no-c-format + msgid "Converting..." + msgstr "Претварам..." + + #. i18n: file ./plugins/ipfilter/convert_dlg.ui line 41 +-#: rc.cpp:1168 ++#: rc.cpp:1122 + #, no-c-format + msgid "" + "Click on the 'convert' button to start converting antip2p file. NOTE: This " +@@ -2911,61 +2911,61 @@ msgstr "" + "КТорент." + + #. i18n: file ./plugins/stats/sprefwgt.ui line 27 +-#: rc.cpp:1179 ++#: rc.cpp:1131 + #, no-c-format + msgid "Update" + msgstr "Освежавање" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 46 +-#: rc.cpp:1182 rc.cpp:1268 ++#: rc.cpp:1134 rc.cpp:1220 + #, no-c-format + msgid "Update charts every" + msgstr "Освежи графикон сваких" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 71 +-#: rc.cpp:1185 ++#: rc.cpp:1137 + #, no-c-format + msgid "GUI updates" + msgstr "освежавања приказа" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 92 +-#: rc.cpp:1188 rc.cpp:1271 ++#: rc.cpp:1140 rc.cpp:1223 + #, no-c-format + msgid "Gather data every" + msgstr "Прикупи податке сваких" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 120 +-#: rc.cpp:1191 ++#: rc.cpp:1143 + #, no-c-format + msgid "miliseconds" + msgstr "милисекунди" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 135 +-#: rc.cpp:1194 ++#: rc.cpp:1146 + #, no-c-format + msgid "Maximum" + msgstr "Максимум" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 154 +-#: rc.cpp:1197 ++#: rc.cpp:1149 + #, no-c-format + msgid "Maximum speed scale mode:" + msgstr "Режим размере највеће брзине:" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 165 +-#: rc.cpp:1203 ++#: rc.cpp:1155 + #, no-c-format + msgid "Exact" + msgstr "Тачно" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 175 +-#: rc.cpp:1206 ++#: rc.cpp:1158 + #, no-c-format + msgid "See 'What's this' for more help" + msgstr "Погледајте „Шта је ово“ за више помоћи" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 180 +-#: rc.cpp:1209 ++#: rc.cpp:1161 + #, no-c-format + msgid "" + "Set maximum value on OY scale as:\n" +@@ -2977,848 +2977,848 @@ msgstr "" + "- Тачно: Највећа достигнута брзина се види на графикону" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 192 +-#: rc.cpp:1214 rc.cpp:1247 ++#: rc.cpp:1166 rc.cpp:1199 + #, no-c-format + msgid "Peers speed" + msgstr "Брзина вршњака" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 211 +-#: rc.cpp:1217 ++#: rc.cpp:1169 + #, no-c-format + msgid "Peers speed:" + msgstr "Брзина вршњака:" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 222 +-#: rc.cpp:1220 ++#: rc.cpp:1172 + #, no-c-format + msgid "update every" + msgstr "освежи сваких" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 244 +-#: rc.cpp:1223 ++#: rc.cpp:1175 + #, no-c-format + msgid "chart data updates" + msgstr "освежавања графикона" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 254 +-#: rc.cpp:1226 ++#: rc.cpp:1178 + #, no-c-format + msgid "Gathering data about many connected peers can be CPU consuming." + msgstr "" + "Прикупљање података о много повезаних вршњака може оптеретити процесор." + + #. i18n: file ./plugins/stats/sprefwgt.ui line 267 +-#: rc.cpp:1229 ++#: rc.cpp:1181 + #, no-c-format + msgid "Peers connections" + msgstr "Везе вршњака" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 270 +-#: rc.cpp:1232 ++#: rc.cpp:1184 + #, no-c-format + msgid "Large values can obscure charts of connected peers" + msgstr "Велике вредности могу загушити графикон повезаних вршњака" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 289 +-#: rc.cpp:1235 ++#: rc.cpp:1187 + #, no-c-format + msgid "Show seeders in swarms" + msgstr "Прикажи сејаче у ројевима" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 297 +-#: rc.cpp:1238 ++#: rc.cpp:1190 + #, no-c-format + msgid "Show leechers in swarms" + msgstr "Прикажи пијавице у ројевима" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 309 +-#: rc.cpp:1241 ++#: rc.cpp:1193 + #, no-c-format + msgid "Measurements count" + msgstr "Број мерења" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 392 +-#: rc.cpp:1250 rc.cpp:1265 ++#: rc.cpp:1202 rc.cpp:1217 + #, no-c-format + msgid "Upload" + msgstr "Слање" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 424 +-#: rc.cpp:1253 ++#: rc.cpp:1205 + #, no-c-format + msgid "Connections" + msgstr "Везе" + + #. i18n: file ./plugins/stats/statsspdwgt.ui line 40 +-#: plugins/infowidget/infowidgetplugin.cpp:173 rc.cpp:1262 rc.cpp:1304 ++#: plugins/infowidget/infowidgetplugin.cpp:173 rc.cpp:1214 rc.cpp:1256 + #, no-c-format + msgid "Peers" + msgstr "Вршњаци" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 18 +-#: rc.cpp:1274 ++#: rc.cpp:1226 + #, no-c-format + msgid "Toggle peers speed charts" + msgstr "Укљ/искљ. графикон брзине вршњака" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 22 +-#: rc.cpp:1277 ++#: rc.cpp:1229 + #, no-c-format + msgid "Interval between getting data about peers speed" + msgstr "Размак између узимања података о брзини вршњака" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 26 +-#: rc.cpp:1280 ++#: rc.cpp:1232 + #, no-c-format + msgid "Toggle drawing of leechers in swarms" + msgstr "Укљ/искљ. исцртавање пијавица у ројевима" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 30 +-#: rc.cpp:1283 ++#: rc.cpp:1235 + #, no-c-format + msgid "Toggle drawing of seeders in swarms" + msgstr "Укљ/искљ. исцртавање сејача у ројевима" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 35 +-#: rc.cpp:1286 ++#: rc.cpp:1238 + #, no-c-format + msgid "Download mesurments count" + msgstr "Број мерења преузимања" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 39 +-#: rc.cpp:1289 ++#: rc.cpp:1241 + #, no-c-format + msgid "Peers speed mesurments count" + msgstr "Број мерења брзине вршњака" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 43 +-#: rc.cpp:1292 ++#: rc.cpp:1244 + #, no-c-format + msgid "Upload mesurments count" + msgstr "Број мерења слања" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 47 +-#: rc.cpp:1295 ++#: rc.cpp:1247 + #, no-c-format + msgid "Connections mesurments count" + msgstr "Број мерења веза" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 51 +-#: rc.cpp:1298 ++#: rc.cpp:1250 + #, no-c-format + msgid "DHT mesurments count" + msgstr "Број мерења DHT-а" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 56 +-#: rc.cpp:1301 ++#: rc.cpp:1253 + #, no-c-format + msgid "OY axis max mode" + msgstr "Макс. режим OY осе" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 16 +-#: rc.cpp:1310 ++#: rc.cpp:1262 + #, no-c-format + msgid "Import an existing download" + msgstr "Увези постојеће преузимање" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 49 +-#: rc.cpp:1313 ++#: rc.cpp:1265 + #, no-c-format + msgid "Torrent:" + msgstr "Торент:" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 63 +-#: rc.cpp:1316 ++#: rc.cpp:1268 + #, no-c-format + msgid "Data:" + msgstr "Подаци:" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 95 +-#: rc.cpp:1319 ++#: rc.cpp:1271 + #, no-c-format + msgid "" + "Please specify the torrent and the data already downloaded for that torrent." + msgstr "Наведите торент и већ преузете податке за тај торент." + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 133 +-#: rc.cpp:1322 ++#: rc.cpp:1274 + #, no-c-format + msgid "&Import" + msgstr "&Увези" + + #. i18n: file ./plugins/rssfeed/ktrssfeedplugin.kcfg line 10 +-#: rc.cpp:1328 ++#: rc.cpp:1280 + #, no-c-format + msgid "default" + msgstr "подразумевано" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 18 +-#: rc.cpp:1331 ++#: rc.cpp:1283 + #, no-c-format + msgid "Rss Feeds" + msgstr "RSS доводи" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 36 +-#: rc.cpp:1334 ++#: rc.cpp:1286 + #, no-c-format + msgid "Feeds" + msgstr "Доводи" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 78 +-#: rc.cpp:1337 ++#: rc.cpp:1289 + #, no-c-format + msgid "De&lete" + msgstr "О&бриши" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 86 +-#: rc.cpp:1340 rc.cpp:1382 rc.cpp:1392 ++#: rc.cpp:1292 rc.cpp:1331 rc.cpp:1340 + #, no-c-format + msgid "&New" + msgstr "&Нов" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 117 +-#: rc.cpp:1343 ++#: rc.cpp:1295 + #, no-c-format + msgid "&URL" + msgstr "&URL" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 139 +-#: rc.cpp:1346 ++#: rc.cpp:1298 + #, no-c-format + msgid "Articles" + msgstr "Чланци" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 216 +-#: rc.cpp:1353 ++#: rc.cpp:1304 + #, no-c-format + msgid "Auto&refresh" + msgstr "Ауто&освежавање" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 242 +-#: rc.cpp:1356 ++#: rc.cpp:1307 + #, no-c-format + msgid "I&gnore TTL" + msgstr "Зане&мари TTL" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 270 +-#: rc.cpp:1359 ++#: rc.cpp:1310 + #, no-c-format + msgid "Refresh" + msgstr "Освежи" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 299 +-#: rc.cpp:1363 rc.cpp:1395 ++#: rc.cpp:1313 rc.cpp:1343 + #, no-c-format + msgid "&Title" + msgstr "&Наслов" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 323 +-#: rc.cpp:1366 ++#: rc.cpp:1316 + #, no-c-format + msgid "Keep Articles (days)" + msgstr "Чувај чланке (дана)" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 347 +-#: rc.cpp:1369 rc.cpp:1398 ++#: rc.cpp:1319 rc.cpp:1346 + #, no-c-format + msgid "&Active" + msgstr "&Активан" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 362 +-#: rc.cpp:1372 ++#: rc.cpp:1322 + #, no-c-format + msgid "Filters" + msgstr "Филтери" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 389 +-#: rc.cpp:1375 ++#: rc.cpp:1325 + #, no-c-format + msgid "Accept Filters" + msgstr "Прихвати филтере" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 440 +-#: rc.cpp:1385 ++#: rc.cpp:1334 + #, no-c-format + msgid "Reject Filters" + msgstr "Одбиј филтере" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 557 +-#: rc.cpp:1401 ++#: rc.cpp:1349 + #, no-c-format + msgid "Regular Expressions" + msgstr "Регуларни израз" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 587 +-#: rc.cpp:1404 ++#: rc.cpp:1352 + #, no-c-format + msgid "Treat as &Series" + msgstr "Третирај као &серије" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 624 +-#: rc.cpp:1407 ++#: rc.cpp:1355 + #, no-c-format + msgid "Process" + msgstr "Процес" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 643 +-#: rc.cpp:1411 ++#: rc.cpp:1358 + #, no-c-format + msgid "Series Criteria" + msgstr "Критеријум серије" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 679 +-#: rc.cpp:1414 ++#: rc.cpp:1361 + #, no-c-format + msgid "Match Without Episode" + msgstr "Поклапања без епизоде" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 713 +-#: rc.cpp:1418 ++#: rc.cpp:1364 + #, no-c-format + msgid "Max Episode" + msgstr "Макс. епизода" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 739 +-#: rc.cpp:1421 ++#: rc.cpp:1367 + #, no-c-format + msgid "Max Season" + msgstr "Макс. сезона" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 758 +-#: rc.cpp:1424 ++#: rc.cpp:1370 + #, no-c-format + msgid "Min Season" + msgstr "Мин. сезона" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 782 +-#: rc.cpp:1427 ++#: rc.cpp:1373 + #, no-c-format + msgid "Min Episode" + msgstr "Мин. епизода" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 814 +-#: rc.cpp:1430 ++#: rc.cpp:1376 + #, no-c-format + msgid "Test te&xt" + msgstr "Тестирај те&кст" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 840 +-#: rc.cpp:1433 ++#: rc.cpp:1379 + #, no-c-format + msgid "Te&st" + msgstr "Те&ст" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 858 +-#: rc.cpp:1436 ++#: rc.cpp:1382 + #, no-c-format + msgid "Filter Matches" + msgstr "Филтрирај поклапања" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 28 +-#: rc.cpp:1447 ++#: rc.cpp:1391 + #, no-c-format + msgid "Bandwidth scheduler" + msgstr "Распоређивач протока" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 50 +-#: rc.cpp:1450 ++#: rc.cpp:1394 + #, no-c-format + msgid "Left click category" + msgstr "Категорија за леви клик" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 61 +-#: rc.cpp:1453 ++#: rc.cpp:1397 + #, no-c-format + msgid "Categor&y 1" + msgstr "Категор&ија 1" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 157 +-#: rc.cpp:1456 rc.cpp:1483 ++#: rc.cpp:1400 rc.cpp:1427 + #, no-c-format + msgid "T&urn off" + msgstr "И&скључи" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 165 +-#: rc.cpp:1459 rc.cpp:1486 ++#: rc.cpp:1403 rc.cpp:1430 + #, no-c-format + msgid "&Normal" + msgstr "&Нормално" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 195 +-#: rc.cpp:1462 ++#: rc.cpp:1406 + #, no-c-format + msgid "Category &3" + msgstr "Категорија &3" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 206 +-#: rc.cpp:1468 rc.cpp:1492 ++#: rc.cpp:1412 rc.cpp:1436 + #, no-c-format + msgid "Category &2" + msgstr "Категорија &2" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 219 +-#: rc.cpp:1474 ++#: rc.cpp:1418 + #, no-c-format + msgid "Right click category" + msgstr "Категорија за десни клик" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 230 +-#: rc.cpp:1477 ++#: rc.cpp:1421 + #, no-c-format + msgid "Category &1" + msgstr "Категорија &1" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 367 +-#: rc.cpp:1489 ++#: rc.cpp:1433 + #, no-c-format + msgid "&Category 3" + msgstr "&Категорија 3" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 390 +-#: rc.cpp:1498 ++#: rc.cpp:1442 + #, no-c-format + msgid "Categories" + msgstr "Категорије" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 401 +-#: rc.cpp:1501 ++#: rc.cpp:1445 + #, no-c-format + msgid "1. Category" + msgstr "1. категорија" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 409 +-#: rc.cpp:1504 ++#: rc.cpp:1448 + #, no-c-format + msgid "3. Category" + msgstr "3. категорија" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 425 +-#: rc.cpp:1507 rc.cpp:1516 rc.cpp:1525 ++#: rc.cpp:1451 rc.cpp:1460 rc.cpp:1469 + #, no-c-format + msgid "download:" + msgstr "преузимање:" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 441 +-#: rc.cpp:1510 rc.cpp:1519 rc.cpp:1528 ++#: rc.cpp:1454 rc.cpp:1463 rc.cpp:1472 + #, no-c-format + msgid "upload:" + msgstr "слање:" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 457 +-#: rc.cpp:1513 rc.cpp:1522 rc.cpp:1531 ++#: rc.cpp:1457 rc.cpp:1466 rc.cpp:1475 + #, no-c-format + msgid "KB/s *" + msgstr "KB/s *" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 567 +-#: rc.cpp:1534 ++#: rc.cpp:1478 + #, no-c-format + msgid "2. Category" + msgstr "2. категорија" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 626 +-#: rc.cpp:1538 ++#: rc.cpp:1481 + #, no-c-format + msgid "* zero means no limit" + msgstr "* нула је без ограничења" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 672 +-#: rc.cpp:1541 ++#: rc.cpp:1484 + #, no-c-format + msgid "Save to file" + msgstr "Сними у фајл" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 680 +-#: rc.cpp:1544 ++#: rc.cpp:1487 + #, no-c-format + msgid "&Load from file" + msgstr "&Учитај из фајла" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 688 +-#: rc.cpp:1547 ++#: rc.cpp:1490 + #, no-c-format + msgid "Reset schedule" + msgstr "Ресетуј распоред" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 751 +-#: rc.cpp:1550 ++#: rc.cpp:1493 + #, no-c-format + msgid "O&k" + msgstr "У &реду" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 16 +-#: rc.cpp:1559 ++#: rc.cpp:1502 + #, no-c-format + msgid "Scheduler Plugin Pref Page" + msgstr "Страна за подешавање прикључка распоређивача" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 27 +-#: rc.cpp:1562 ++#: rc.cpp:1505 + #, no-c-format + msgid "Use &bandwidth scheduler?" + msgstr "Користи &распоређивач протока?" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 35 +-#: plugins/scheduler/schedulerplugin.cpp:59 rc.cpp:1565 ++#: plugins/scheduler/schedulerplugin.cpp:59 rc.cpp:1508 + #, no-c-format + msgid "Bandwidth Scheduler" + msgstr "Распоређивач протока" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 46 +-#: rc.cpp:1568 ++#: rc.cpp:1511 + #, no-c-format + msgid "Use colors instead of pi&xmaps?" + msgstr "Користи боје уместо &сличица?" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 54 +-#: rc.cpp:1571 ++#: rc.cpp:1514 + #, no-c-format + msgid "(Recommended for slower systems)" + msgstr "(Препоручено за спорије системе)" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 62 +-#: rc.cpp:1574 ++#: rc.cpp:1517 + #, no-c-format + msgid "Edit s&chedule" + msgstr "Уреди р&аспоред" + + #. i18n: file ./plugins/scheduler/ktschedulerplugin.kcfg line 10 +-#: rc.cpp:1577 ++#: rc.cpp:1520 + #, no-c-format + msgid "Enable bandwidth scheduler?" + msgstr "Укључи распоређивач протока?" + + #. i18n: file ./plugins/scheduler/ktschedulerplugin.kcfg line 14 +-#: rc.cpp:1580 ++#: rc.cpp:1523 + #, no-c-format + msgid "Use colors instead of pixmaps?" + msgstr "Користи боје уместо сличица?" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 10 +-#: rc.cpp:1583 ++#: rc.cpp:1526 + #, no-c-format + msgid "Use rich log text" + msgstr "Користи богати текст дневника" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 15 +-#: rc.cpp:1586 ++#: rc.cpp:1529 + #, no-c-format + msgid "General info messages flag" + msgstr "Заставица општих информација" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 19 +-#: rc.cpp:1589 ++#: rc.cpp:1532 + #, no-c-format + msgid "Connections messages flag" + msgstr "Заставица порука о везама" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 23 +-#: rc.cpp:1592 ++#: rc.cpp:1535 + #, no-c-format + msgid "DHT messages flag" + msgstr "Заставица DHT порука" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 27 +-#: rc.cpp:1595 ++#: rc.cpp:1538 + #, no-c-format + msgid "Tracker info messages flag" + msgstr "Заставица информација о пратиоцу" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 31 +-#: rc.cpp:1598 ++#: rc.cpp:1541 + #, no-c-format + msgid "Disk IO info messages flag" + msgstr "Заставица информација о диску" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 35 +-#: rc.cpp:1601 ++#: rc.cpp:1544 + #, no-c-format + msgid "IPFilter plugin messages flag" + msgstr "Заставица за поруке IPFilter прикључка" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 39 +-#: rc.cpp:1604 ++#: rc.cpp:1547 + #, no-c-format + msgid "Search plugin messages flag" + msgstr "Заставица за поруке прикључка претраживања" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 43 +-#: rc.cpp:1607 ++#: rc.cpp:1550 + #, no-c-format + msgid "PartFileImport plugin messages flag" + msgstr "Заставица порука прикључка Увоз делимичних фајлова" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 47 +-#: rc.cpp:1610 ++#: rc.cpp:1553 + #, no-c-format + msgid "InfoWidget plugin messages flag" + msgstr "Заставица за поруке прикључка Додатне информације" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 51 +-#: rc.cpp:1613 ++#: rc.cpp:1556 + #, no-c-format + msgid "UPnP plugin messages flag" + msgstr "Заставица за поруке прикључка UPnP" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 55 +-#: rc.cpp:1616 ++#: rc.cpp:1559 + #, no-c-format + msgid "ScanFolder plugin messages flag" + msgstr "Заставица за поруке прикључка Преглед фасцикле" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 59 +-#: rc.cpp:1619 ++#: rc.cpp:1562 + #, no-c-format + msgid "Scheduler plugin messages flag" + msgstr "Заставица за поруке прикључка распоређивача" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 63 +-#: rc.cpp:1622 ++#: rc.cpp:1565 + #, no-c-format + msgid "RSS plugin messages flag" + msgstr "Заставица за поруке RSS прикључка" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 67 +-#: rc.cpp:1625 ++#: rc.cpp:1568 + #, no-c-format + msgid "WebInterface plugin messages flag" + msgstr "Заставица за поруке прикључка веб интерфејса" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 16 +-#: plugins/logviewer/logprefpage.cpp:31 rc.cpp:1628 ++#: plugins/logviewer/logprefpage.cpp:31 rc.cpp:1571 + #, no-c-format + msgid "LogViewer Options" + msgstr "Опције прегледача дневника" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 44 +-#: libktorrent/pluginmanagerprefpage.cpp:63 rc.cpp:1631 ++#: libktorrent/pluginmanagerprefpage.cpp:63 rc.cpp:1574 + #, no-c-format + msgid "Plugins" + msgstr "Прикључци" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 53 +-#: rc.cpp:1634 rc.cpp:1652 rc.cpp:1670 rc.cpp:1691 rc.cpp:1706 rc.cpp:1724 +-#: rc.cpp:1745 rc.cpp:1763 rc.cpp:1778 rc.cpp:1811 rc.cpp:1826 rc.cpp:1841 +-#: rc.cpp:1859 rc.cpp:1874 ++#: rc.cpp:1577 rc.cpp:1595 rc.cpp:1613 rc.cpp:1634 rc.cpp:1649 rc.cpp:1667 ++#: rc.cpp:1688 rc.cpp:1706 rc.cpp:1721 rc.cpp:1754 rc.cpp:1769 rc.cpp:1784 ++#: rc.cpp:1802 rc.cpp:1817 + #, no-c-format + msgid "All" + msgstr "Све" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 58 +-#: rc.cpp:1637 rc.cpp:1655 rc.cpp:1673 rc.cpp:1694 rc.cpp:1709 rc.cpp:1727 +-#: rc.cpp:1748 rc.cpp:1766 rc.cpp:1781 rc.cpp:1814 rc.cpp:1829 rc.cpp:1844 +-#: rc.cpp:1862 rc.cpp:1877 ++#: rc.cpp:1580 rc.cpp:1598 rc.cpp:1616 rc.cpp:1637 rc.cpp:1652 rc.cpp:1670 ++#: rc.cpp:1691 rc.cpp:1709 rc.cpp:1724 rc.cpp:1757 rc.cpp:1772 rc.cpp:1787 ++#: rc.cpp:1805 rc.cpp:1820 + #, no-c-format + msgid "Debug" + msgstr "Исправљање грешака" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 63 +-#: rc.cpp:1640 rc.cpp:1658 rc.cpp:1676 rc.cpp:1697 rc.cpp:1712 rc.cpp:1730 +-#: rc.cpp:1751 rc.cpp:1769 rc.cpp:1784 rc.cpp:1817 rc.cpp:1832 rc.cpp:1847 +-#: rc.cpp:1865 rc.cpp:1880 ++#: rc.cpp:1583 rc.cpp:1601 rc.cpp:1619 rc.cpp:1640 rc.cpp:1655 rc.cpp:1673 ++#: rc.cpp:1694 rc.cpp:1712 rc.cpp:1727 rc.cpp:1760 rc.cpp:1775 rc.cpp:1790 ++#: rc.cpp:1808 rc.cpp:1823 + #, no-c-format + msgid "Notice" + msgstr "Обавештења" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 68 +-#: rc.cpp:1643 rc.cpp:1661 rc.cpp:1679 rc.cpp:1700 rc.cpp:1715 rc.cpp:1733 +-#: rc.cpp:1754 rc.cpp:1772 rc.cpp:1787 rc.cpp:1820 rc.cpp:1835 rc.cpp:1850 +-#: rc.cpp:1868 rc.cpp:1883 ++#: rc.cpp:1586 rc.cpp:1604 rc.cpp:1622 rc.cpp:1643 rc.cpp:1658 rc.cpp:1676 ++#: rc.cpp:1697 rc.cpp:1715 rc.cpp:1730 rc.cpp:1763 rc.cpp:1778 rc.cpp:1793 ++#: rc.cpp:1811 rc.cpp:1826 + #, no-c-format + msgid "Important" + msgstr "Важно" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 73 +-#: rc.cpp:1646 rc.cpp:1664 rc.cpp:1682 rc.cpp:1703 rc.cpp:1718 rc.cpp:1736 +-#: rc.cpp:1757 rc.cpp:1775 rc.cpp:1790 rc.cpp:1823 rc.cpp:1838 rc.cpp:1853 +-#: rc.cpp:1871 rc.cpp:1886 ++#: rc.cpp:1589 rc.cpp:1607 rc.cpp:1625 rc.cpp:1646 rc.cpp:1661 rc.cpp:1679 ++#: rc.cpp:1700 rc.cpp:1718 rc.cpp:1733 rc.cpp:1766 rc.cpp:1781 rc.cpp:1796 ++#: rc.cpp:1814 rc.cpp:1829 + #, no-c-format + msgid "None" + msgstr "Ништа" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 85 +-#: rc.cpp:1649 ++#: rc.cpp:1592 + #, no-c-format + msgid "IPFilter:" + msgstr "IP филтер:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 126 +-#: rc.cpp:1667 ++#: rc.cpp:1610 + #, no-c-format + msgid "Search:" + msgstr "Тражење:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 167 +-#: rc.cpp:1685 ++#: rc.cpp:1628 + #, no-c-format + msgid "UPnP:" + msgstr "UPnP:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 178 +-#: rc.cpp:1688 ++#: rc.cpp:1631 + #, no-c-format + msgid "ScanFolder:" + msgstr "Преглед фасцикле:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 249 +-#: rc.cpp:1721 ++#: rc.cpp:1664 + #, no-c-format + msgid "Scheduler:" + msgstr "Распоређивач:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 290 +-#: rc.cpp:1739 ++#: rc.cpp:1682 + #, no-c-format + msgid "PartFileImport:" + msgstr "Увоз делимичних фајлова:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 301 +-#: rc.cpp:1742 ++#: rc.cpp:1685 + #, no-c-format + msgid "InfoWidget:" + msgstr "Инфо прозор:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 342 +-#: rc.cpp:1760 ++#: rc.cpp:1703 + #, no-c-format + msgid "RSS plugin:" + msgstr "RSS прикључак:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 413 +-#: rc.cpp:1793 ++#: rc.cpp:1736 + #, no-c-format + msgid "WebInterface plugin:" + msgstr "Прикључак веб интерфејса:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 426 +-#: rc.cpp:1796 ++#: rc.cpp:1739 + #, no-c-format + msgid "System" + msgstr "Систем" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 437 +-#: rc.cpp:1799 ++#: rc.cpp:1742 + #, no-c-format + msgid "General:" + msgstr "Опште:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 445 +-#: rc.cpp:1802 ++#: rc.cpp:1745 + #, no-c-format + msgid "Connections:" + msgstr "Везе:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 559 +-#: rc.cpp:1856 ++#: rc.cpp:1799 + #, no-c-format + msgid "Disk I/O:" + msgstr "Ул/Изл диска:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 640 +-#: rc.cpp:1892 ++#: rc.cpp:1835 + #, no-c-format + msgid "Use rich te&xt for log" + msgstr "Користи обогаћени те&кст за дневник" + + #. i18n: file ./plugins/search/searchpref.ui line 41 +-#: rc.cpp:1898 ++#: rc.cpp:1841 + #, no-c-format + msgid "External Browser" + msgstr "Спољни прегледач" + + #. i18n: file ./plugins/search/searchpref.ui line 52 +-#: rc.cpp:1901 ++#: rc.cpp:1844 + #, no-c-format + msgid "Open searches in external browser" + msgstr "Отвори резултате претраге у спољном прегледачу" + + #. i18n: file ./plugins/search/searchpref.ui line 60 +-#: rc.cpp:1904 rc.cpp:1955 ++#: rc.cpp:1847 rc.cpp:1892 + #, no-c-format + msgid "Use default browser" + msgstr "Користи подразумевани" + + #. i18n: file ./plugins/search/searchpref.ui line 79 +-#: rc.cpp:1908 ++#: rc.cpp:1850 + #, no-c-format + msgid "Custom browser path:" + msgstr "Путања до прегледача:" + + #. i18n: file ./plugins/search/searchpref.ui line 116 +-#: rc.cpp:1912 ++#: rc.cpp:1853 + #, no-c-format + msgid "Search Engines" + msgstr "Мотори претраге" + + #. i18n: file ./plugins/search/searchpref.ui line 143 +-#: rc.cpp:1916 ++#: rc.cpp:1856 + #, no-c-format + msgid "Search engine name:" + msgstr "Име мотора тражења:" + + #. i18n: file ./plugins/search/searchpref.ui line 187 +-#: rc.cpp:1922 ++#: rc.cpp:1862 + #, no-c-format + msgid "&Add" + msgstr "Дод&ај" + + #. i18n: file ./plugins/search/searchpref.ui line 195 +-#: rc.cpp:1925 ++#: rc.cpp:1865 + #, no-c-format + msgid "Engines" + msgstr "Мотори" + + #. i18n: file ./plugins/search/searchpref.ui line 206 +-#: rc.cpp:1928 ++#: rc.cpp:1868 + #, no-c-format + msgid "URL" + msgstr "URL" + + #. i18n: file ./plugins/search/searchpref.ui line 257 +-#: rc.cpp:1934 ++#: rc.cpp:1874 + #, no-c-format + msgid "R&emove All" + msgstr "Уклони св&е" + + #. i18n: file ./plugins/search/searchpref.ui line 282 +-#: rc.cpp:1937 ++#: rc.cpp:1877 + #, no-c-format + msgid "Add Defau<" + msgstr "Додај под&разумевано" + + #. i18n: file ./plugins/search/searchpref.ui line 290 +-#: rc.cpp:1940 ++#: rc.cpp:1880 + #, no-c-format + msgid "Update From Internet" + msgstr "Освежи са интернета" + + #. i18n: file ./plugins/search/searchbar.ui line 53 + #: plugins/search/searchplugin.cpp:50 plugins/search/searchtab.cpp:48 +-#: rc.cpp:1946 ++#: rc.cpp:1883 + #, no-c-format + msgid "Search" + msgstr "Тражи" + + #. i18n: file ./plugins/search/searchbar.ui line 78 +-#: rc.cpp:1949 ++#: rc.cpp:1886 + #, no-c-format + msgid "Search engine:" + msgstr "Мотор тражења:" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 10 +-#: rc.cpp:1952 ++#: rc.cpp:1889 + #, no-c-format + msgid "Current search engine" + msgstr "Тренутни мотор претраге" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 19 +-#: rc.cpp:1958 ++#: rc.cpp:1895 + #, no-c-format + msgid "Use custom browser" + msgstr "Користи посебан прегледач" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 23 +-#: rc.cpp:1961 ++#: rc.cpp:1898 + #, no-c-format + msgid "Custom browser executable path" + msgstr "Путања до програма посебног прегледача" +@@ -3849,9 +3849,9 @@ msgid "" + "_n: 1 day \n" + "%n days " + msgstr "" +-"%n дан\n" +-"%n дана\n" +-"%n дана" ++"%n дан \n" ++"%n дана \n" ++"%n дана " + + #: libktorrent/interfaces/filetreeitem.cpp:77 + #: plugins/infowidget/iwfiletreediritem.cpp:148 +@@ -4106,7 +4106,7 @@ msgstr "Проверавам податке" + msgid "Stopped. No space left on device." + msgstr "Заустављен. Нема слободног простора." + +-#: libktorrent/torrent/queuemanager.cpp:135 ++#: libktorrent/torrent/queuemanager.cpp:136 + msgid "" + "You don't have enough disk space to download this torrent. Are you sure you " + "want to continue?" +@@ -4114,12 +4114,12 @@ msgstr "" + "Немате довољно простора да би сте преузели овај торент. Желите ли заиста да " + "наставите?" + +-#: libktorrent/torrent/queuemanager.cpp:135 ++#: libktorrent/torrent/queuemanager.cpp:136 + #, c-format + msgid "Insufficient disk space for %1" + msgstr "Недовољно простора за %1" + +-#: libktorrent/torrent/queuemanager.cpp:157 ++#: libktorrent/torrent/queuemanager.cpp:158 + msgid "" + "Torrent \"%1\" has reached its maximum share ratio. Ignore the limit and start " + "seeding anyway?" +@@ -4127,16 +4127,16 @@ msgstr "" + "Торент „%1“ је достигао максимум односа дељења. Да занемарим ограничење и " + "започнем сејање?" + +-#: libktorrent/torrent/queuemanager.cpp:157 ++#: libktorrent/torrent/queuemanager.cpp:158 + msgid "Maximum share ratio limit reached." + msgstr "Максимум ограничења односа дељења је достигнут." + +-#: libktorrent/torrent/queuemanager.cpp:236 +-#: libktorrent/torrent/queuemanager.cpp:760 ++#: libktorrent/torrent/queuemanager.cpp:237 ++#: libktorrent/torrent/queuemanager.cpp:763 + msgid "Error stopping torrent %1 : %2" + msgstr "Грешка при заустављању торента %1 : %2" + +-#: libktorrent/torrent/queuemanager.cpp:742 ++#: libktorrent/torrent/queuemanager.cpp:745 + msgid "Error starting torrent %1 : %2" + msgstr "Грешка при покретању торента %1 : %2" + +diff --git a/translations/sr@Latn/messages/ktorrent.po b/translations/sr@Latn/messages/ktorrent.po +index d39cdc4..36e9b94 100644 +--- a/translations/sr@Latn/messages/ktorrent.po ++++ b/translations/sr@Latn/messages/ktorrent.po +@@ -1,13 +1,13 @@ + # translation of ktorrent.po to Serbian + # translation of ktorrent.po to + # +-# Slobodan Simic , 2005, 2007. ++# Slobodan Simic , 2005, 2007, 2008. + # Slobodan Simic , 2006, 2007. + msgid "" + msgstr "" + "Project-Id-Version: ktorrent\n" +-"POT-Creation-Date: 2008-04-18 19:40+0200\n" +-"PO-Revision-Date: 2007-07-24 15:03+0200\n" ++"POT-Creation-Date: 2008-07-08 22:20+0200\n" ++"PO-Revision-Date: 2008-02-26 13:59+0100\n" + "Last-Translator: Slobodan Simic \n" + "Language-Team: Serbian \n" + "MIME-Version: 1.0\n" +@@ -22,7 +22,7 @@ msgid "No incoming connections (possibly firewalled)" + msgstr "Nema dolaznih veza (verovatno ste iza zaštitnog zida)" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 42 +-#: apps/ktorrent/ktorrent.cpp:184 rc.cpp:345 rc.cpp:383 rc.cpp:1019 ++#: apps/ktorrent/ktorrent.cpp:184 rc.cpp:336 rc.cpp:369 rc.cpp:989 + #, no-c-format + msgid "Info" + msgstr "Info" +@@ -81,7 +81,7 @@ msgstr "Stavi/Ukloni iz reda" + + #: apps/ktorrent/ktorrent.cpp:553 + msgid "IPFilter" +-msgstr "Filter IP-a" ++msgstr "IP filter" + + #: apps/ktorrent/ktorrent.cpp:558 apps/ktorrent/ktorrentviewmenu.cpp:96 + msgid "Check Data Integrity" +@@ -130,11 +130,11 @@ msgstr "Svi torenti" + + #: apps/ktorrent/filterbar.cpp:52 + msgid "Find:" +-msgstr "" ++msgstr "Nađi:" + + #: apps/ktorrent/filterbar.cpp:65 + msgid "Case sensitive" +-msgstr "" ++msgstr "Razlikuj mala i velika slova" + + #: apps/ktorrent/newui/ddockwindow.cpp:88 + msgid "Move to left dock" +@@ -190,7 +190,7 @@ msgstr "Loše formiran URL." + #. i18n: file ./apps/ktorrent/ktorrentui.rc line 9 + #: apps/ktorrent/groups/downloadgroup.cpp:27 + #: apps/ktorrent/groups/groupmanager.h:57 apps/ktorrent/pref.cpp:147 +-#: apps/ktorrent/viewmanager.cpp:62 rc.cpp:138 rc.cpp:342 ++#: apps/ktorrent/viewmanager.cpp:62 rc.cpp:132 rc.cpp:333 + #, no-c-format + msgid "Downloads" + msgstr "Preuzimanja" +@@ -205,7 +205,7 @@ msgid "" + "Specified port (%1) is unavailable or in use by another application. KTorrent " + "is now using port %2." + msgstr "" +-"Navedeni port (%1) je nedostupan ili ga koristi drugi program. KTorrent sada " ++"Navedeni port (%1) je nedostupan ili ga koristi drugi program. KTorent sada " + "koristi port %2." + + #: apps/ktorrent/ktorrentcore.cpp:124 +@@ -213,7 +213,7 @@ msgid "" + "KTorrent is unable to accept connections because the ports %1 to %2 are already " + "in use by another program." + msgstr "" +-"KTorrent ne može da prihvata veze jer su portovi %1 do %2 već upotrebljeniod " ++"KTorent ne može da prihvata veze jer su portovi %1 do %2 već upotrebljeni od " + "strane drugog programa." + + #: apps/ktorrent/ktorrentcore.cpp:767 +@@ -261,9 +261,8 @@ msgstr "" + "napravite?" + + #: apps/ktorrent/ktorrentcore.cpp:1069 +-#, fuzzy + msgid "Do Not Recreate" +-msgstr "Napravi" ++msgstr "Ne pravi ponovo" + + #: apps/ktorrent/ktorrentcore.cpp:1078 + #, c-format +@@ -307,17 +306,17 @@ msgstr "Režim ispravljanja grešaka" + + #: apps/ktorrent/main.cpp:109 + msgid "Silently save torrent given on URL" +-msgstr "" ++msgstr "Tiho snimi torent dat u URL-u" + + #: apps/ktorrent/main.cpp:110 + msgid "Document to open" + msgstr "Dokument za otvaranje" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 59 +-#: apps/ktorrent/main.cpp:120 rc.cpp:553 ++#: apps/ktorrent/main.cpp:120 rc.cpp:532 + #, no-c-format + msgid "KTorrent" +-msgstr "KTorrent" ++msgstr "KTorent" + + #: apps/ktorrent/main.cpp:125 + msgid "RSS Plugin" +@@ -377,7 +376,7 @@ msgstr "Zeroconf poboljšanja" + + #: apps/ktorrent/main.cpp:150 + msgid "Coldmilk webgui" +-msgstr "Coldmilk veb interejs" ++msgstr "Coldmilk veb interfejs" + + #: apps/ktorrent/main.cpp:151 + msgid "IDEAl code from KDevelop" +@@ -405,7 +404,7 @@ msgstr "Rezervisanje prostora na XFS disku" + + #: apps/ktorrent/main.cpp:157 + msgid "Patch to not show very low speeds" +-msgstr "Zakrpa za neprikazivanje veoma malih brzina" ++msgstr "Zakrpa za ne-prikazivanje veoma malih brzina" + + #: apps/ktorrent/main.cpp:158 + msgid "Patch to show potentially firewalled status" +@@ -417,38 +416,35 @@ msgstr "Nekoliko zakrpa" + + #: apps/ktorrent/main.cpp:160 + msgid "Patch to hide the menubar" +-msgstr "" ++msgstr "Zakrpa za skrivanje trake menija" + + #: apps/ktorrent/main.cpp:161 + msgid "Patch to modify file priorities in the webgui" +-msgstr "" ++msgstr "Zakrpa za izmenu svojstva fajla kroz veb interfejs" + + #: apps/ktorrent/main.cpp:162 +-#, fuzzy + msgid "Several webgui patches" +-msgstr "Nekoliko zakrpa" ++msgstr "Nekoliko zakrpa veb interfejsa" + + #: apps/ktorrent/main.cpp:163 +-#, fuzzy + msgid "Filterbar patch" +-msgstr "Filtriraj poklapanja" ++msgstr "Zakrpa za traku filtera" + + #: apps/ktorrent/main.cpp:164 + msgid "Non threaded fileview update patch" +-msgstr "" ++msgstr "Zakrpa za ne razgranato ažuriranje prikaza fajla" + + #: apps/ktorrent/main.cpp:165 + msgid "Optimization to SHA1 hash generation" +-msgstr "" ++msgstr "Optimizacija za generisanje SHA1 heša" + + #: apps/ktorrent/main.cpp:166 + msgid "Patch to fix free diskspace calculation on FreeBSD" +-msgstr "" ++msgstr "Zakrpa za sređivanje proračuna slobodnog prostora u FreeBSD-u" + + #: apps/ktorrent/main.cpp:167 +-#, fuzzy + msgid "Patch to load torrents silently from the command line" +-msgstr "Zakrpa za tiho učitavanje sa sačuvane lokacije" ++msgstr "Zakrpa za tiho učitavanje torenata iz komandne linije" + + #: apps/ktorrent/torrentcreatordlg.cpp:64 + msgid "You must select a file or a folder." +@@ -568,22 +564,20 @@ msgid "Remove Torrent and Data" + msgstr "Ukloni torent i podatke" + + #: apps/ktorrent/ktorrentviewmenu.cpp:59 +-#, fuzzy + msgid "Add Peers" +-msgstr "Dodaj vršnjake..." ++msgstr "Dodaj vršnjake" + + #: apps/ktorrent/ktorrentviewmenu.cpp:63 + msgid "Additional Peer Sources" + msgstr "Dodatni izvori vršnjaka" + + #: apps/ktorrent/ktorrentviewmenu.cpp:64 +-#, fuzzy + msgid "Torrent Peer Sources:" +-msgstr "Izvori vršnjaka torenta:" ++msgstr "Izvori vršnjaka za torent:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 85 + #: apps/ktorrent/ktorrentviewmenu.cpp:66 plugins/infowidget/peerview.cpp:221 +-#: rc.cpp:77 rc.cpp:1256 rc.cpp:1307 ++#: rc.cpp:75 rc.cpp:1208 rc.cpp:1259 + #, no-c-format + msgid "DHT" + msgstr "DHT" +@@ -601,9 +595,8 @@ msgid "Preview" + msgstr "Pregled" + + #: apps/ktorrent/ktorrentviewmenu.cpp:81 +-#, fuzzy + msgid "Open Directory" +-msgstr "Otvori direktorijum..." ++msgstr "Otvori direktorijum" + + #: apps/ktorrent/ktorrentviewmenu.cpp:82 + msgid "Data Directory" +@@ -614,9 +607,8 @@ msgid "Temporary Directory" + msgstr "Privremeni direktorijum" + + #: apps/ktorrent/ktorrentviewmenu.cpp:87 +-#, fuzzy + msgid "Set Download Location" +-msgstr "Odredite mesto za preuzimanje..." ++msgstr "Odredite mesto za preuzimanje" + + #: apps/ktorrent/ktorrentviewmenu.cpp:90 + msgid "Remove From Group" +@@ -627,14 +619,14 @@ msgid "Add to Group" + msgstr "Dodaj u grupu" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 16 +-#: apps/ktorrent/ktorrentviewmenu.cpp:100 rc.cpp:147 ++#: apps/ktorrent/ktorrentviewmenu.cpp:100 rc.cpp:141 + #, no-c-format + msgid "Speed Limits" + msgstr "Ograničenja brzine" + + #: apps/ktorrent/addpeerwidget.cpp:67 + msgid "Torrent does not exist. Report this bug to KTorrent developers." +-msgstr "Torent ne postoji. Prijavite ovu greški programerima KTorrent-a." ++msgstr "Torent ne postoji. Prijavite ovu grešku programerima KTorenta." + + #: apps/ktorrent/addpeerwidget.cpp:102 + msgid "Potential peer added." +@@ -645,7 +637,7 @@ msgid "Malformed IP address." + msgstr "Loše formirana adresa." + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 311 +-#: apps/ktorrent/pref.cpp:58 rc.cpp:282 ++#: apps/ktorrent/pref.cpp:58 rc.cpp:273 + #, no-c-format + msgid "Preferences" + msgstr "Podešavanja" +@@ -673,7 +665,7 @@ msgid "" + "Cannot lookup %1: %2\n" + "Please provide a valid IP address or hostname." + msgstr "" +-"Ne mogu da naćem %1: %2\n" ++"Ne mogu da nađem %1: %2\n" + "Navedite ispravnu IP adresu ili ime domaćina." + + #: apps/ktorrent/pref.cpp:411 +@@ -681,7 +673,7 @@ msgid "Advanced" + msgstr "Napredno" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 27 +-#: apps/ktorrent/pref.cpp:411 rc.cpp:540 ++#: apps/ktorrent/pref.cpp:411 rc.cpp:519 + #, no-c-format + msgid "Advanced Options" + msgstr "Napredne opcije" +@@ -692,7 +684,7 @@ msgstr "Vidljive kolone" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 16 + #: apps/ktorrent/ktorrentview.cpp:135 +-#: plugins/infowidget/infowidgetplugin.cpp:76 rc.cpp:1016 ++#: plugins/infowidget/infowidgetplugin.cpp:76 rc.cpp:986 + #, no-c-format + msgid "Status" + msgstr "Stanje" +@@ -714,7 +706,7 @@ msgstr "Poslato" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 313 + #: apps/ktorrent/ktorrentview.cpp:139 plugins/infowidget/peerview.cpp:216 +-#: rc.cpp:1010 ++#: rc.cpp:980 + #, no-c-format + msgid "Down Speed" + msgstr "Preuzimanje" +@@ -779,7 +771,7 @@ msgstr "" + #: apps/ktorrent/ktorrentview.cpp:286 apps/ktorrent/trayicon.cpp:258 + msgid "Go to Settings -> Configure KTorrent, if you want to change the limits." + msgstr "" +-"Idite u Podešavanja -> Podesi KTorrent, ako želite da promenite ograničenje." ++"Idite u Podešavanja -> Podesi KTorent, ako želite da promenite ograničenje." + + #: apps/ktorrent/ktorrentview.cpp:375 + msgid "" +@@ -833,14 +825,14 @@ msgstr "Ne, zadrži fajlove" + + #: apps/ktorrent/fileselectdlg.cpp:220 + msgid " short!" +-msgstr " kratko!" ++msgstr " nedostaje!" + + #: apps/ktorrent/queuedialog.cpp:73 + msgid "User" + msgstr "Korisnik" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 24 +-#: apps/ktorrent/queuedialog.cpp:75 rc.cpp:249 ++#: apps/ktorrent/queuedialog.cpp:75 rc.cpp:240 + #, no-c-format + msgid "Queue Manager" + msgstr "Upravnik redosleda" +@@ -1044,7 +1036,7 @@ msgstr "Izaberite koje fajlove želite da preuzmete" + #: rc.cpp:6 + #, no-c-format + msgid "Download to:" +-msgstr "Preuzimi u:" ++msgstr "Preuzmi u:" + + #. i18n: file ./apps/ktorrent/fileselectdlgbase.ui line 74 + #: rc.cpp:9 +@@ -1065,8 +1057,8 @@ msgid "Start torrent" + msgstr "Pokreni torent" + + #. i18n: file ./apps/ktorrent/fileselectdlgbase.ui line 160 +-#: plugins/infowidget/fileview.cpp:49 rc.cpp:27 rc.cpp:1244 rc.cpp:1259 +-#: rc.cpp:1349 rc.cpp:1439 ++#: plugins/infowidget/fileview.cpp:49 rc.cpp:27 rc.cpp:1196 rc.cpp:1211 ++#: rc.cpp:1301 rc.cpp:1385 + #, no-c-format + msgid "Download" + msgstr "Preuzimanje" +@@ -1120,13 +1112,13 @@ msgid "Encryption" + msgstr "Šifrovanje" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 58 +-#: rc.cpp:64 rc.cpp:787 ++#: rc.cpp:63 rc.cpp:764 + #, no-c-format + msgid "Use protocol encryption" + msgstr "Koristi šifrovanje protokola" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 64 +-#: rc.cpp:68 ++#: rc.cpp:66 + #, no-c-format + msgid "" + "Protocol encryption is used to prevent ISP's from slowing down bittorrent " +@@ -1136,13 +1128,13 @@ msgstr "" + "vašeg internet provajdera." + + #. i18n: file ./apps/ktorrent/generalpref.ui line 72 +-#: rc.cpp:71 rc.cpp:790 ++#: rc.cpp:69 rc.cpp:767 + #, no-c-format + msgid "Allow unencrypted connections" +-msgstr "Dozvoli nešifrovane veze" ++msgstr "Dozvoli ne-šifrovane veze" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 75 +-#: rc.cpp:74 ++#: rc.cpp:72 + #, no-c-format + msgid "" + "If unchecked, you'll be able to connect only to clients supporting encryption." +@@ -1151,7 +1143,7 @@ msgstr "" + "šifrovanje." + + #. i18n: file ./apps/ktorrent/generalpref.ui line 88 +-#: rc.cpp:80 ++#: rc.cpp:78 + #, no-c-format + msgid "" + "Distributed Hash Table protocol." +@@ -1162,360 +1154,360 @@ msgstr "" + "detalja." + + #. i18n: file ./apps/ktorrent/generalpref.ui line 99 +-#: rc.cpp:83 ++#: rc.cpp:81 + #, no-c-format + msgid "&Use DHT to get additional peers" + msgstr "&Koristi DHT da dobiješ više vršnjaka" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 118 +-#: rc.cpp:87 ++#: rc.cpp:84 + #, no-c-format + msgid "UDP port for DHT communication:" + msgstr "UDP port za DHT komunikaciju:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 161 +-#: rc.cpp:90 ++#: rc.cpp:87 + #, no-c-format + msgid "Custom IP" + msgstr "Poseban IP" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 172 +-#: rc.cpp:93 ++#: rc.cpp:90 + #, no-c-format + msgid "Se&nd the tracker a custom IP address or hostname" + msgstr "&Pošalji pratiocu poseban IP ili ime domaćina" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 188 +-#: rc.cpp:96 ++#: rc.cpp:93 + #, no-c-format + msgid "Custom IP address or hostname:" + msgstr "Poseban IP ili ime domaćina:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 205 +-#: rc.cpp:99 ++#: rc.cpp:96 + #, no-c-format + msgid "System Tray Icon" + msgstr "Ikona sistemske kasete" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 216 +-#: rc.cpp:102 ++#: rc.cpp:99 + #, no-c-format + msgid "Show s&ystem tray icon" + msgstr "Prikaži ikonu s&istemske kasete" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 224 +-#: rc.cpp:105 ++#: rc.cpp:102 + #, no-c-format + msgid "Show speed &bar in tray icon" + msgstr "Prikaži &brzinomer u ikoni" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 232 +-#: rc.cpp:108 ++#: rc.cpp:105 + #, no-c-format + msgid "Show system tray popup messages" + msgstr "Prikaži iskačuće poruke sistemske kasete" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 251 +-#: rc.cpp:112 ++#: rc.cpp:108 + #, no-c-format + msgid "Upload bandwidth (in KB/sec):" + msgstr "Protok slanja (u KB/s):" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 276 +-#: rc.cpp:115 ++#: rc.cpp:111 + #, no-c-format + msgid "Download bandwidth (in KB/sec):" + msgstr "Protok preuzimanja (u KB/s):" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 305 +-#: rc.cpp:118 ++#: rc.cpp:114 + #, no-c-format + msgid "Folders" + msgstr "Fascikle" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 324 +-#: rc.cpp:121 ++#: rc.cpp:117 + #, no-c-format + msgid "Folder to store temporary files:" + msgstr "Fascikla za privremene fajlove:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 342 +-#: rc.cpp:124 ++#: rc.cpp:120 + #, no-c-format + msgid "Move completed downloads to:" + msgstr "Premesti završena preuzimanja u:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 353 +-#: rc.cpp:128 ++#: rc.cpp:123 + #, no-c-format + msgid "&Automatically save downloads to:" + msgstr "&Automatski snimi preuzimanja u:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 395 +-#: rc.cpp:131 ++#: rc.cpp:126 + #, no-c-format + msgid "Copy .torrent files to:" + msgstr "Kopiraj .torrent fajlove u:" + + #. i18n: file ./apps/ktorrent/ktorrentui.rc line 34 +-#: rc.cpp:144 ++#: rc.cpp:138 + #, no-c-format + msgid "Download Toolbar" + msgstr "Traka preuzimanja" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 27 +-#: rc.cpp:150 ++#: rc.cpp:144 + #, no-c-format + msgid "Set the speed limits for torrent" + msgstr "Postavite ograničenja brzine za torent" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 51 +-#: rc.cpp:153 ++#: rc.cpp:147 + #, no-c-format + msgid "Max upload rate:" + msgstr "Najveća brzina slanja:" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 59 +-#: rc.cpp:156 ++#: rc.cpp:150 + #, no-c-format + msgid "Max download rate:" + msgstr "Najveća brzina preuzimanja:" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 97 +-#: rc.cpp:159 rc.cpp:162 ++#: rc.cpp:153 rc.cpp:156 + #, no-c-format + msgid "KB/s (0 is no limit)" + msgstr "KB/s (0 je bez ograničenja)" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 16 +-#: rc.cpp:171 ++#: rc.cpp:165 + #, no-c-format + msgid "Add potential peer" + msgstr "Dodaj mogućeg vršnjaka" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 35 +-#: rc.cpp:174 ++#: rc.cpp:168 + #, no-c-format + msgid "Peer IP:" + msgstr "IP vršnjaka:" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 43 +-#: rc.cpp:177 rc.cpp:208 ++#: rc.cpp:171 rc.cpp:201 + #, no-c-format + msgid "127.0.0.1" + msgstr "127.0.0.1" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 51 +-#: rc.cpp:180 rc.cpp:288 rc.cpp:525 rc.cpp:931 ++#: rc.cpp:174 rc.cpp:279 rc.cpp:504 rc.cpp:908 + #, no-c-format + msgid "Port:" + msgstr "Port:" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 100 +-#: rc.cpp:183 ++#: rc.cpp:177 + #, no-c-format + msgid "Enter peer IP and port." + msgstr "Unesite IP i port vršnjaka." + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 16 +-#: rc.cpp:193 ++#: rc.cpp:186 + #, no-c-format + msgid "KTorrent Blacklist" +-msgstr "KTorrent-ova crna lista" ++msgstr "KTorentova crna lista" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 30 +-#: rc.cpp:196 ++#: rc.cpp:189 + #, no-c-format + msgid "" + "Note: Blacklist applies to current session only. Use save/open to save your " + "entries or use IPFilter plugin (PeerGuardian)." + msgstr "" + "Pažnja: Crna lista se primenjuje samo na tekuću sesiju. Koristite " +-"sačuvaj/otvori da bi stesačuvali unose ili koristite IPFilter priključak " ++"sačuvaj/otvori da bi ste sačuvali unose ili koristite IPFilter priključak " + "(PeerGuardian)." + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 41 +-#: rc.cpp:199 ++#: rc.cpp:192 + #, no-c-format + msgid "Banned Peers" + msgstr "Blokirani vršnjaci" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 50 +-#: rc.cpp:202 ++#: rc.cpp:195 + #, no-c-format + msgid "Peer IP address" + msgstr "IP adresa vršnjaka" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 96 +-#: rc.cpp:205 ++#: rc.cpp:198 + #, no-c-format + msgid "Add peer:" + msgstr "Dodaj vršnjaka:" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 134 +-#: rc.cpp:215 ++#: rc.cpp:207 + #, no-c-format + msgid "Adds a peer to blacklist" + msgstr "Dodaje vršnjaka na crnu listu" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 168 +-#: rc.cpp:222 ++#: rc.cpp:213 + #, no-c-format + msgid "Removes selected peer from blacklist" + msgstr "Uklanja izabranog vršnjaka sa crne liste" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 176 +-#: rc.cpp:225 ++#: rc.cpp:216 + #, no-c-format + msgid "C&lear" + msgstr "Oč&isti" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 182 +-#: rc.cpp:228 ++#: rc.cpp:219 + #, no-c-format + msgid "Clears this list" + msgstr "Čisti ovu listu" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 218 +-#: rc.cpp:234 ++#: rc.cpp:225 + #, no-c-format + msgid "Save &As..." + msgstr "Sačuvaj k&ao..." + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 224 +-#: rc.cpp:237 ++#: rc.cpp:228 + #, no-c-format + msgid "Save this blacklist to use with KTorrent IPFilter plugin" + msgstr "Snima ovu crnu listu da se može koristiti sa priključkom IP filter" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 59 +-#: rc.cpp:252 ++#: rc.cpp:243 + #, no-c-format + msgid "Maximum downloads:" + msgstr "Najviše preuzimanja:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 86 +-#: rc.cpp:255 ++#: rc.cpp:246 + #, no-c-format + msgid "Maximum seeds:" + msgstr "Najviše sejanja:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 94 +-#: rc.cpp:258 ++#: rc.cpp:249 + #, no-c-format + msgid "Start download on low disk space :" + msgstr "Preuzimanje pri malom prostoru na disku :" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 102 +-#: rc.cpp:261 ++#: rc.cpp:252 + #, no-c-format + msgid "Minimum disk space:" + msgstr "Minimum prostora na disku:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 140 +-#: rc.cpp:264 ++#: rc.cpp:255 + #, no-c-format + msgid "Don't start" + msgstr "Ne pokreći" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 145 +-#: rc.cpp:267 ++#: rc.cpp:258 + #, no-c-format + msgid "Always ask" + msgstr "Uvek pitaj" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 150 +-#: rc.cpp:270 ++#: rc.cpp:261 + #, no-c-format + msgid "Force start" + msgstr "Forsiraj" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 208 +-#: rc.cpp:273 ++#: rc.cpp:264 + #, no-c-format + msgid "MB" + msgstr "MB" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 236 +-#: rc.cpp:276 rc.cpp:279 rc.cpp:312 rc.cpp:315 rc.cpp:324 ++#: rc.cpp:267 rc.cpp:270 rc.cpp:303 rc.cpp:306 rc.cpp:315 + #, no-c-format + msgid "(0 is no limit)" + msgstr "(0 je bez ograničenja)" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 330 +-#: rc.cpp:285 ++#: rc.cpp:276 + #, no-c-format + msgid "Maximum download rate:" + msgstr "Najveća brzina preuzimanja:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 346 +-#: rc.cpp:291 ++#: rc.cpp:282 + #, no-c-format + msgid "Global connection limit:" + msgstr "Globalno ograničenje veza:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 354 +-#: rc.cpp:294 ++#: rc.cpp:285 + #, no-c-format + msgid "Max seed time:" + msgstr "Najduže vreme sejanja:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 370 +-#: rc.cpp:297 ++#: rc.cpp:288 + #, no-c-format + msgid "Maximum connections per torrent:" + msgstr "Najviše veza po torentu:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 397 +-#: rc.cpp:300 ++#: rc.cpp:291 + #, no-c-format + msgid "Number of upload slots:" + msgstr "Broj veza slanja:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 405 +-#: rc.cpp:303 ++#: rc.cpp:294 + #, no-c-format + msgid "UDP tracker port:" + msgstr "UDP port pratioca:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 413 +-#: rc.cpp:306 ++#: rc.cpp:297 + #, no-c-format + msgid "Max share ratio:" + msgstr "Najveći odnos deljenja:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 421 +-#: rc.cpp:309 ++#: rc.cpp:300 + #, no-c-format + msgid "Maximum upload rate:" + msgstr "Najveća brzina slanja:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 576 +-#: rc.cpp:318 rc.cpp:321 ++#: rc.cpp:309 rc.cpp:312 + #, no-c-format + msgid "KB/sec (0 is no limit)" + msgstr "KB/s (0 je bez ograničenja)" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 651 +-#: rc.cpp:327 ++#: rc.cpp:318 + #, no-c-format + msgid "Hours (0 is no limit)" + msgstr "časova (0 je bez ograničenja)" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 663 +-#: rc.cpp:330 ++#: rc.cpp:321 + #, no-c-format + msgid "&Keep seeding after download is finished" + msgstr "&Nastavi sejanje nakon završenog preuzimanja" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 674 +-#: rc.cpp:333 ++#: rc.cpp:324 + #, no-c-format + msgid "Attention" + msgstr "Pažnja" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 685 +-#: rc.cpp:336 ++#: rc.cpp:327 + #, no-c-format + msgid "" + "The above ports must also be forwarded if you are behind a router. The UPnP " +@@ -1525,283 +1517,283 @@ msgstr "" + "priključak može to da učini za vas." + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 16 +-#: rc.cpp:339 ++#: rc.cpp:330 + #, no-c-format + msgid "KT Queue Dialog" + msgstr "KT prozor redosleda" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 69 +-#: rc.cpp:348 rc.cpp:386 rc.cpp:1107 ++#: rc.cpp:339 rc.cpp:372 rc.cpp:1067 + #, no-c-format + msgid "Status:" + msgstr "Stanje:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 85 +-#: rc.cpp:351 rc.cpp:389 rc.cpp:1808 ++#: rc.cpp:342 rc.cpp:375 rc.cpp:1751 + #, no-c-format + msgid "Tracker:" + msgstr "Pratilac:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 93 +-#: rc.cpp:354 rc.cpp:392 rc.cpp:1805 ++#: rc.cpp:345 rc.cpp:378 rc.cpp:1748 + #, no-c-format + msgid "DHT:" + msgstr "DHT:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 109 +-#: rc.cpp:357 rc.cpp:395 rc.cpp:1061 ++#: rc.cpp:348 rc.cpp:381 rc.cpp:1025 + #, no-c-format + msgid "Share ratio:" + msgstr "Odnos:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 117 +-#: rc.cpp:360 ++#: rc.cpp:351 + #, no-c-format + msgid "Bytes left:" + msgstr "Preostalo:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 177 +-#: rc.cpp:368 rc.cpp:377 ++#: rc.cpp:354 rc.cpp:363 + #, no-c-format + msgid "Torrent" + msgstr "Torent" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 188 +-#: rc.cpp:371 rc.cpp:380 ++#: rc.cpp:357 rc.cpp:366 + #, no-c-format + msgid "Controlled by" + msgstr "Kontroliše" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 214 +-#: rc.cpp:374 ++#: rc.cpp:360 + #, no-c-format + msgid "Upload&s" + msgstr "&Slanja" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 333 +-#: rc.cpp:398 ++#: rc.cpp:384 + #, no-c-format + msgid "Uploaded:" + msgstr "Poslato:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 486 +-#: rc.cpp:406 ++#: rc.cpp:387 + #, no-c-format + msgid "M&ove up" + msgstr "P&omeri gore" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 494 +-#: rc.cpp:409 ++#: rc.cpp:390 + #, no-c-format + msgid "Move dow&n" + msgstr "Pomeri do&le" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 519 +-#: rc.cpp:412 ++#: rc.cpp:393 + #, no-c-format + msgid "Move to top" + msgstr "Pomeri na vrh" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 530 +-#: rc.cpp:416 ++#: rc.cpp:396 + #, no-c-format + msgid "Move to &bottom" + msgstr "Pomeri na &dno" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 555 +-#: rc.cpp:419 ++#: rc.cpp:399 + #, no-c-format + msgid "&QM Controlled" + msgstr "&Kontroliše upravnik" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 563 +-#: rc.cpp:422 ++#: rc.cpp:402 + #, no-c-format + msgid "&User Controlled" + msgstr "Kontroliše ko&risnik" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 30 +-#: rc.cpp:434 ++#: rc.cpp:414 + #, no-c-format + msgid "Paste URL" + msgstr "Prenesi URL" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 52 +-#: rc.cpp:437 rc.cpp:1104 rc.cpp:1919 ++#: rc.cpp:417 rc.cpp:1064 rc.cpp:1859 + #, no-c-format + msgid "URL:" + msgstr "URL:" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 106 +-#: rc.cpp:440 ++#: rc.cpp:420 + #, no-c-format + msgid "O&K" + msgstr "U &redu" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 114 +-#: rc.cpp:443 rc.cpp:675 rc.cpp:1176 ++#: rc.cpp:423 rc.cpp:653 rc.cpp:1128 + #, no-c-format + msgid "C&ancel" + msgstr "Otk&aži" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 16 +-#: rc.cpp:446 ++#: rc.cpp:426 + #, no-c-format + msgid "Create Torrent" + msgstr "Napravi torent" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 38 +-#: rc.cpp:449 ++#: rc.cpp:429 + #, no-c-format + msgid "The file or folder of which you want to create a torrent:" + msgstr "Fajl ili fascikla za koje hoćete da napravite torent:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 53 +-#: rc.cpp:452 ++#: rc.cpp:432 + #, no-c-format + msgid "You must add at least one tracker or node." + msgstr "Morate dodati bar jednog pratioca ili čvor." + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 61 +-#: rc.cpp:455 ++#: rc.cpp:435 + #, no-c-format + msgid "File Options" + msgstr "Opcije fajla" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 80 +-#: rc.cpp:458 ++#: rc.cpp:438 + #, no-c-format + msgid "Size of each chunk:" + msgstr "Veličina svakog parčeta:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 86 +-#: rc.cpp:461 ++#: rc.cpp:441 + #, no-c-format + msgid "32" + msgstr "32" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 91 +-#: rc.cpp:464 ++#: rc.cpp:444 + #, no-c-format + msgid "64" + msgstr "64" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 96 +-#: rc.cpp:467 ++#: rc.cpp:447 + #, no-c-format + msgid "128" + msgstr "128" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 101 +-#: rc.cpp:470 ++#: rc.cpp:450 + #, no-c-format + msgid "256" + msgstr "256" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 106 +-#: rc.cpp:473 ++#: rc.cpp:453 + #, no-c-format + msgid "512" + msgstr "512" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 111 +-#: rc.cpp:476 ++#: rc.cpp:456 + #, no-c-format + msgid "1024" + msgstr "1024" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 116 +-#: rc.cpp:479 ++#: rc.cpp:459 + #, no-c-format + msgid "2048" + msgstr "2048" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 121 +-#: rc.cpp:482 ++#: rc.cpp:462 + #, no-c-format + msgid "4096" + msgstr "4096" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 126 +-#: rc.cpp:485 ++#: rc.cpp:465 + #, no-c-format + msgid "8192" + msgstr "8192" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 138 +-#: rc.cpp:488 rc.cpp:633 ++#: rc.cpp:468 rc.cpp:611 + #, no-c-format + msgid "KB" + msgstr "KB" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 165 +-#: rc.cpp:491 ++#: rc.cpp:471 + #, no-c-format + msgid "Start seedin&g the torrent" + msgstr "Počni se&janje torenta" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 176 +-#: rc.cpp:494 ++#: rc.cpp:474 + #, no-c-format + msgid "Decentrali&zed (DHT only)" + msgstr "Decentrali&zovano (samo DHT)" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 184 +-#: rc.cpp:497 ++#: rc.cpp:477 + #, no-c-format + msgid "Private torrent (DHT not allowed)" + msgstr "Lični torent (DHT nije dozvoljen)" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 202 +-#: rc.cpp:500 ++#: rc.cpp:480 + #, no-c-format + msgid "Comments:" + msgstr "Komentari:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 248 +-#: rc.cpp:503 ++#: rc.cpp:483 + #, no-c-format + msgid "&Create" + msgstr "&Napravi" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 262 +-#: rc.cpp:506 rc.cpp:1325 ++#: rc.cpp:486 rc.cpp:1277 + #, no-c-format + msgid "Ca&ncel" + msgstr "O&tkaži" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 275 +-#: plugins/infowidget/infowidgetplugin.cpp:214 rc.cpp:509 rc.cpp:1101 ++#: plugins/infowidget/infowidgetplugin.cpp:214 rc.cpp:489 rc.cpp:1061 + #, no-c-format + msgid "Trackers" + msgstr "Pratioci" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 283 +-#: rc.cpp:512 ++#: rc.cpp:492 + #, no-c-format + msgid "DHT nodes" + msgstr "DHT čvorišta" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 333 +-#: rc.cpp:522 ++#: rc.cpp:501 + #, no-c-format + msgid "Node:" + msgstr "Čvor:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 385 +-#: rc.cpp:528 ++#: rc.cpp:507 + #, no-c-format + msgid "IP or hostname" + msgstr "IP ili ime domaćina" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 396 +-#: rc.cpp:531 rc.cpp:718 rc.cpp:721 ++#: rc.cpp:510 rc.cpp:695 rc.cpp:698 + #, no-c-format + msgid "Port" + msgstr "Port" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 437 +-#: rc.cpp:534 ++#: rc.cpp:513 + #, no-c-format + msgid "" + "NOTE: Some known good DHT nodes are already inserted. You should probably " +@@ -1811,19 +1803,19 @@ msgstr "" + "i vašu IP adresu i port ako nameravate da sejete ovaj torent." + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 16 +-#: rc.cpp:537 ++#: rc.cpp:516 + #, no-c-format + msgid "Advanced Preferences" + msgstr "Napredna podešavanja" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 46 +-#: rc.cpp:543 ++#: rc.cpp:522 + #, no-c-format + msgid "Time left estimation algorithm:" +-msgstr "" ++msgstr "Algoritam procene preostalog vremena:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 53 +-#: rc.cpp:546 rc.cpp:568 ++#: rc.cpp:525 rc.cpp:547 + #, no-c-format + msgid "" + "KTorrent algorithm: Default algorithm using combination of other " +@@ -1837,7 +1829,7 @@ msgid "" + "
\n" + "Moving average algorithm: Moving average speed calculated from X samples" + msgstr "" +-"KTorrent algoritam: Podrazumevani algoritam koji koristi kombinaciju " ++"KTorent algoritam: Podrazumevani algoritam koji koristi kombinaciju " + "drugih algoritama, na osnovu naših testova." + "
\n" + "Algoritam trenutne brzine: Najjednostavniji algoritam - " +@@ -1852,429 +1844,429 @@ msgstr "" + "uzoraka" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 64 +-#: rc.cpp:556 ++#: rc.cpp:535 + #, no-c-format + msgid "Current speed" + msgstr "Trenutna brzina" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 69 +-#: rc.cpp:559 ++#: rc.cpp:538 + #, no-c-format + msgid "Global average speed" + msgstr "Opšta prosečna brzina" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 74 +-#: rc.cpp:562 ++#: rc.cpp:541 + #, no-c-format + msgid "Window of X" + msgstr "Prozor Iksa" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 79 +-#: rc.cpp:565 ++#: rc.cpp:544 + #, no-c-format + msgid "Moving average" + msgstr "Prosek pomeranja" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 98 +-#: rc.cpp:575 ++#: rc.cpp:554 + #, no-c-format + msgid "(takes effect after restart)" + msgstr "(deluje nakon ponovnog pokretanja)" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 125 +-#: rc.cpp:578 ++#: rc.cpp:557 + #, no-c-format + msgid "Disa&ble diskspace preallocation" + msgstr "Isključi &rezervisanje prostora" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 141 +-#: rc.cpp:581 ++#: rc.cpp:560 + #, no-c-format + msgid "F&ully preallocate diskspace (avoids fragmentation)" + msgstr "U potpunosti re&zerviši prostor (izbegava fragmentaciju)" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 147 +-#: rc.cpp:584 ++#: rc.cpp:563 + #, no-c-format + msgid "Basic (slow)" + msgstr "Osnovno (sporo)" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 152 +-#: rc.cpp:587 ++#: rc.cpp:566 + #, no-c-format + msgid "Filesystem specific" + msgstr "Svojstveno za fajl-sistem" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 174 +-#: rc.cpp:590 ++#: rc.cpp:569 + #, no-c-format + msgid "Performance" + msgstr "Mogućnosti" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 193 +-#: rc.cpp:593 ++#: rc.cpp:572 + #, no-c-format + msgid "Memory usage:" + msgstr "Zauzetost memorije:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 199 +-#: rc.cpp:596 ++#: rc.cpp:575 + #, no-c-format + msgid "Low" + msgstr "Niska" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 204 +-#: rc.cpp:599 ++#: rc.cpp:578 + #, no-c-format + msgid "Medium" + msgstr "Srednja" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 209 +-#: rc.cpp:602 ++#: rc.cpp:581 + #, no-c-format + msgid "High" + msgstr "Visoka" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 248 +-#: rc.cpp:605 ++#: rc.cpp:584 + #, no-c-format + msgid "GUI update interval:" + msgstr "Osvežavanje prikaza:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 254 +-#: rc.cpp:608 ++#: rc.cpp:587 + #, no-c-format + msgid "500ms" + msgstr "500ms" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 259 +-#: rc.cpp:611 ++#: rc.cpp:590 + #, no-c-format + msgid "1s" + msgstr "1s" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 264 +-#: rc.cpp:614 ++#: rc.cpp:593 + #, no-c-format + msgid "2s" + msgstr "2s" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 269 +-#: rc.cpp:617 ++#: rc.cpp:596 + #, no-c-format + msgid "5s" + msgstr "5s" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 308 +-#: rc.cpp:620 ++#: rc.cpp:599 + #, no-c-format + msgid "Fast CPU" + msgstr "Brz procesor" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 342 +-#: rc.cpp:624 ++#: rc.cpp:602 + #, no-c-format + msgid "Slow CPU" + msgstr "Spor procesor" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 354 +-#: rc.cpp:627 ++#: rc.cpp:605 + #, no-c-format + msgid "Data Checking" + msgstr "Provera podataka" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 373 +-#: rc.cpp:630 ++#: rc.cpp:608 + #, no-c-format + msgid "During uploading, do ¬ recheck chunks bigger than" + msgstr "Prilikom slanja &ne proveravaj ponovo parčiće veće od" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 430 +-#: rc.cpp:636 ++#: rc.cpp:614 + #, no-c-format + msgid "Do a data integrit&y check after" + msgstr "Proveri &ispravnost podataka nakon" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 449 +-#: rc.cpp:639 ++#: rc.cpp:617 + #, no-c-format + msgid "corrupted chunks" + msgstr "oštećenih parčića" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 478 +-#: rc.cpp:642 ++#: rc.cpp:620 + #, no-c-format + msgid "Networking" + msgstr "Mreža" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 505 +-#: rc.cpp:645 +-#, fuzzy, no-c-format ++#: rc.cpp:623 ++#, no-c-format + msgid "Maximum number of connection setups:" +-msgstr "Najveći broj veza po torentu (0 = bez ograničenja)" ++msgstr "Najveći broj podešavanja veze:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 527 +-#: rc.cpp:648 ++#: rc.cpp:626 + #, no-c-format + msgid "DSCP for IP packets:" +-msgstr "" ++msgstr "DSCP za IP pakete:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 570 +-#: rc.cpp:651 ++#: rc.cpp:629 + #, no-c-format + msgid "Do not use the KDE pro&xy settings for HTTP tracker connections" + msgstr "Ne koristi KDE-ov pro&ksi za veze HTTP pratioca" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 586 +-#: rc.cpp:654 ++#: rc.cpp:632 + #, no-c-format + msgid "HTTP tracker proxy:" + msgstr "Proksi HTTP pratioca:" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 24 +-#: rc.cpp:657 ++#: rc.cpp:635 + #, no-c-format + msgid "Scanning data" + msgstr "Proveravam podatke" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 38 +-#: rc.cpp:660 ++#: rc.cpp:638 + #, no-c-format + msgid "Scanning data of torrent :" + msgstr "Proveravam podatke torenta :" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 62 +-#: rc.cpp:663 ++#: rc.cpp:641 + #, no-c-format + msgid "Number of chunks found :" + msgstr "Broj nađenih parčića :" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 70 +-#: rc.cpp:666 ++#: rc.cpp:644 + #, no-c-format + msgid "Number of chunks failed / not downloaded :" + msgstr "Broj loših / nepreuzetih :" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 97 +-#: rc.cpp:669 rc.cpp:672 ++#: rc.cpp:647 rc.cpp:650 + #, no-c-format + msgid "0" + msgstr "0" + + #. i18n: file ./apps/ktupnptest/mainwidget.ui line 54 +-#: rc.cpp:678 ++#: rc.cpp:656 + #, no-c-format + msgid "Test" + msgstr "Test" + + #. i18n: file ./libktorrent/labelviewitembase.ui line 49 +-#: rc.cpp:685 ++#: rc.cpp:662 + #, no-c-format + msgid "textLabel2" + msgstr "textLabel2" + + #. i18n: file ./libktorrent/labelviewitembase.ui line 65 +-#: rc.cpp:688 ++#: rc.cpp:665 + #, no-c-format + msgid "textLabel3" + msgstr "textLabel3" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 10 +-#: rc.cpp:691 ++#: rc.cpp:668 + #, no-c-format + msgid "Maximum number of downloads (0 = no limit)" + msgstr "Najveći broj preuzimanja (0 = bez ograničenja)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 15 +-#: rc.cpp:694 ++#: rc.cpp:671 + #, no-c-format + msgid "Maximum number of seeds (0 = no limit)" + msgstr "Najveći broj sejanja (0 = bez ograničenja)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 20 +-#: rc.cpp:697 ++#: rc.cpp:674 + #, no-c-format + msgid "Start downloads on low disk space?" + msgstr "Da pokrećem preuzimanja kada je malo prostora na disku?" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 24 +-#: rc.cpp:700 ++#: rc.cpp:677 + #, no-c-format + msgid "Maximum number of connections per torrent (0 = no limit)" + msgstr "Najveći broj veza po torentu (0 = bez ograničenja)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 29 +-#: rc.cpp:703 ++#: rc.cpp:680 + #, no-c-format + msgid "Maximum number of connections for all torrents (0 = no limit) " + msgstr "Najveći broj veza za sve torente (0 = bez ograničenja) " + + #. i18n: file ./libktorrent/ktorrent.kcfg line 34 +-#: rc.cpp:706 ++#: rc.cpp:683 + #, no-c-format + msgid "Maximum upload speed in KB/sec (0 = no limit)" + msgstr "Najveća brzina slanja u KB/s (0 = no limit)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 39 +-#: rc.cpp:709 ++#: rc.cpp:686 + #, no-c-format + msgid "Maximum download speed in KB/sec (0 = no limit)" + msgstr "Najveća brzina preuzimanja u KB/s (0 = no limit)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 44 +-#: rc.cpp:712 ++#: rc.cpp:689 + #, no-c-format + msgid "Maximum share ratio(0 = no limit)" + msgstr "Maksimum odnosa deljenja(0 = bez ograničenja)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 49 +-#: rc.cpp:715 ++#: rc.cpp:692 + #, no-c-format + msgid "Maximum seed time in hours (0 = no limit)" + msgstr "Maksimalno vreme sejanja u časovima (0 = bez ograničenja)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 66 +-#: rc.cpp:724 ++#: rc.cpp:701 + #, no-c-format + msgid "Show a system tray icon" + msgstr "Prikaži ikonu sistemske kasete" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 70 +-#: rc.cpp:727 ++#: rc.cpp:704 + #, no-c-format + msgid "Show speed bar in tray icon" + msgstr "Prikaži brzinomer u ikoni" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 74 +-#: rc.cpp:730 ++#: rc.cpp:707 + #, no-c-format + msgid "Download bandwidth (in kb/s):" + msgstr "Protok preuzimanja (u kb/s):" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 80 +-#: rc.cpp:733 ++#: rc.cpp:710 + #, no-c-format + msgid "Upload bandwidth (in kb/s):" + msgstr "Protok slanja (u kb/s):" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 86 +-#: rc.cpp:736 ++#: rc.cpp:713 + #, no-c-format + msgid "Show popup messages when torrent is finished." + msgstr "Prikaži iskačuću poruku kada se torent završi." + + #. i18n: file ./libktorrent/ktorrent.kcfg line 90 +-#: rc.cpp:739 ++#: rc.cpp:716 + #, no-c-format + msgid "Keep seeding after download has finished" + msgstr "Nastavi sejanje nakon završenog preuzimanja" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 94 +-#: rc.cpp:742 ++#: rc.cpp:719 + #, no-c-format + msgid "Folder to store temporary files" + msgstr "Fascikla za smeštanje privremenih fajlova" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 98 +-#: rc.cpp:745 ++#: rc.cpp:722 + #, no-c-format + msgid "Whether to automatically save downloads to saveDir" + msgstr "Da li da se preuzimanje automatski snimi u direktorijum" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 102 +-#: rc.cpp:748 ++#: rc.cpp:725 + #, no-c-format + msgid "Folder to store downloaded files" + msgstr "Fascikla za smeštanje preuzetih fajlova" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 106 +-#: rc.cpp:751 ++#: rc.cpp:728 + #, no-c-format + msgid "Whether to automatically move completed downloads to completedDir" + msgstr "" + "Da li da se završeno preuzimanje automatski prebaci u određeni direktorijum" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 110 +-#: rc.cpp:754 ++#: rc.cpp:731 + #, no-c-format + msgid "Folder to move completed downloaded files to" + msgstr "Fascikla gde se premeštaju završeni preuzeti fajlovi" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 114 +-#: rc.cpp:757 ++#: rc.cpp:734 + #, no-c-format + msgid "Whether to automatically copy .torrent files to torrentCopyDir" + msgstr "" + "Da li da se .torrent fajlovi automatski prebace u naznačeni direktorijum" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 118 +-#: rc.cpp:760 ++#: rc.cpp:737 + #, no-c-format + msgid "Folder to copy .torrent files to" + msgstr "Fascikla gde se kopiraju .torrent fajlovi" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 122 +-#: rc.cpp:763 ++#: rc.cpp:740 + #, no-c-format + msgid "Whether to use a custom IP to pass to the tracker" + msgstr "Da li da se koristi poseban IP za prosleđivanje pratiocu" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 126 +-#: rc.cpp:766 ++#: rc.cpp:743 + #, no-c-format + msgid "Directory which was used as the last save directory" + msgstr "Direktorijum koji je poslednji korišćen za snimanje" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 130 +-#: rc.cpp:769 ++#: rc.cpp:746 + #, no-c-format + msgid "IP to pass to the tracker" + msgstr "IP koji se prosleđuje pratiocu" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 134 +-#: rc.cpp:772 ++#: rc.cpp:749 + #, no-c-format + msgid "Memory usage" + msgstr "Zauzetost memorije" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 138 +-#: rc.cpp:775 ++#: rc.cpp:752 + #, no-c-format + msgid "GUI update interval" + msgstr "Osvežavanje prikaza" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 142 +-#: rc.cpp:778 ++#: rc.cpp:755 + #, no-c-format + msgid "Support for DHT" + msgstr "Podrška za DHT" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 146 +-#: rc.cpp:781 ++#: rc.cpp:758 + #, no-c-format + msgid "DHT port" + msgstr "DHT port" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 152 +-#: rc.cpp:784 ++#: rc.cpp:761 + #, no-c-format + msgid "Number of upload slots" + msgstr "Broj veza slanja" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 196 +-#: rc.cpp:793 ++#: rc.cpp:770 + #, no-c-format + msgid "Columns shown in KTorrentView" +-msgstr "Kolone prikazane u KTorrent pregledu" ++msgstr "Kolone prikazane u KTorent pregledu" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 205 +-#: rc.cpp:796 ++#: rc.cpp:773 + #, no-c-format + msgid "ET algorithm" + msgstr "ET algoritam" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 227 +-#: rc.cpp:799 ++#: rc.cpp:776 + #, no-c-format + msgid "" + "When there's no space left to complete download and free diskspace is less than " +@@ -2284,457 +2276,457 @@ msgstr "" + "manji od minDiskSpace, torent će biti zaustavljen." + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 16 +-#: rc.cpp:802 ++#: rc.cpp:779 + #, no-c-format + msgid "Plugin Manager" + msgstr "Upravljač priključcima" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 48 +-#: rc.cpp:805 ++#: rc.cpp:782 + #, no-c-format + msgid "Load" + msgstr "Učitaj" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 56 +-#: rc.cpp:808 ++#: rc.cpp:785 + #, no-c-format + msgid "U&nload" + msgstr "I&zbaci" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 64 +-#: rc.cpp:811 ++#: rc.cpp:788 + #, no-c-format + msgid "Load &All" + msgstr "Učitaj &sve" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 72 +-#: rc.cpp:814 ++#: rc.cpp:791 + #, no-c-format + msgid "&Unload All" + msgstr "&Izbaci sve" + + #. i18n: file ./plugins/upnp/ktupnpplugin.kcfg line 10 +-#: rc.cpp:817 ++#: rc.cpp:794 + #, no-c-format + msgid "Default UPnP device to use" + msgstr "Podrazumevan UPnP uređaj" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 16 +-#: plugins/upnp/upnpplugin.cpp:46 plugins/upnp/upnpprefpage.cpp:31 rc.cpp:820 ++#: plugins/upnp/upnpplugin.cpp:46 plugins/upnp/upnpprefpage.cpp:31 rc.cpp:797 + #, no-c-format + msgid "UPnP" + msgstr "UPnP" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 35 +-#: rc.cpp:823 ++#: rc.cpp:800 + #, no-c-format + msgid "Detected devices:" + msgstr "Nađeni uređaji:" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 41 +-#: rc.cpp:826 ++#: rc.cpp:803 + #, no-c-format + msgid "Device" + msgstr "Uređaj" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 52 +-#: rc.cpp:829 ++#: rc.cpp:806 + #, no-c-format + msgid "Ports Forwarded" + msgstr "Portovi prosleđeni" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 63 +-#: rc.cpp:832 ++#: rc.cpp:809 + #, no-c-format + msgid "WAN Connection" + msgstr "WAN veze" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 91 +-#: rc.cpp:835 ++#: rc.cpp:812 + #, no-c-format + msgid "Forw&ard Ports" + msgstr "Pr&osledi portove" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 99 +-#: rc.cpp:838 ++#: rc.cpp:815 + #, no-c-format + msgid "Undo Port Forwarding" + msgstr "Vrati prosleđivanje portova" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 124 +-#: rc.cpp:841 ++#: rc.cpp:818 + #, no-c-format + msgid "Rescan" + msgstr "Potraži" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 9 +-#: rc.cpp:844 ++#: rc.cpp:821 + #, no-c-format + msgid "Enable scanning of folder1?" + msgstr "Uključiti pregledanje fascikle1?" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 14 +-#: rc.cpp:847 ++#: rc.cpp:824 + #, no-c-format + msgid "Enable scanning of folder2?" + msgstr "Uključiti pregledanje fascikle2?" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 19 +-#: rc.cpp:850 ++#: rc.cpp:827 + #, no-c-format + msgid "Enable scanning of folder3?" + msgstr "Uključiti pregledanje fascikle3?" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 24 +-#: rc.cpp:853 ++#: rc.cpp:830 + #, no-c-format + msgid "Folder1 path" + msgstr "Putanja fascikle1" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 29 +-#: rc.cpp:856 ++#: rc.cpp:833 + #, no-c-format + msgid "Folder2 path" + msgstr "Putanja fascikle2" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 34 +-#: rc.cpp:859 ++#: rc.cpp:836 + #, no-c-format + msgid "Folder3 path" + msgstr "Putanja fascikle3" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 39 +-#: rc.cpp:862 ++#: rc.cpp:839 + #, no-c-format + msgid "Whether to open torrent silently or not." + msgstr "Da li da se torent otvori bez uznemiravanja ili ne." + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 44 +-#: rc.cpp:865 ++#: rc.cpp:842 + #, no-c-format + msgid "Delete action checked." + msgstr "Radnja brisanja označena." + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 49 +-#: rc.cpp:868 ++#: rc.cpp:845 + #, no-c-format + msgid "Move action checked." + msgstr "Radnja premeštanja označena." + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 16 +-#: rc.cpp:871 ++#: rc.cpp:848 + #, no-c-format + msgid "ScanFolder Preferences" + msgstr "Podešavanja pregleda fascikle" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 35 +-#: rc.cpp:874 ++#: rc.cpp:851 + #, no-c-format + msgid "Scan folder &1" + msgstr "Pregledaj fasciklu &1" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 38 +-#: rc.cpp:877 rc.cpp:1480 ++#: rc.cpp:854 rc.cpp:1424 + #, no-c-format + msgid "Alt+1" + msgstr "Alt+1" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 46 +-#: rc.cpp:880 ++#: rc.cpp:857 + #, no-c-format + msgid "Scan folder &2" + msgstr "Pregledaj fasciklu &2" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 49 +-#: rc.cpp:883 rc.cpp:1471 rc.cpp:1495 ++#: rc.cpp:860 rc.cpp:1415 rc.cpp:1439 + #, no-c-format + msgid "Alt+2" + msgstr "Alt+2" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 57 +-#: rc.cpp:886 ++#: rc.cpp:863 + #, no-c-format + msgid "Scan folder &3" + msgstr "Pregledaj fasciklu &3" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 60 +-#: rc.cpp:889 rc.cpp:1465 ++#: rc.cpp:866 rc.cpp:1409 + #, no-c-format + msgid "Alt+3" + msgstr "Alt+3" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 81 +-#: rc.cpp:895 ++#: rc.cpp:872 + #, no-c-format + msgid "Move to \"loaded\" directory &after loading" + msgstr "Premesti u direktorijum „učitano“ n&akon učitavanja" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 84 +-#: rc.cpp:898 ++#: rc.cpp:875 + #, no-c-format + msgid "Move torrent to \"loaded\" directory after loading it" + msgstr "Premešta torent u direktorijum „učitano“ nakon što ga učita" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 92 +-#: rc.cpp:901 ++#: rc.cpp:878 + #, no-c-format + msgid "Open torrents silentl&y" + msgstr "Otvori torente ti&ho" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 95 +-#: rc.cpp:904 +-#, fuzzy, no-c-format ++#: rc.cpp:881 ++#, no-c-format + msgid "Do not show 'Select files to download' dialog" + msgstr "Ne prikazuj prozor „Izaberite fajlove za preuzimanje“" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 103 +-#: rc.cpp:907 ++#: rc.cpp:884 + #, no-c-format + msgid "Delete after loadin&g" + msgstr "Obriši nakon učita&vanja" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 106 +-#: rc.cpp:910 ++#: rc.cpp:887 + #, no-c-format + msgid "Deletes torrent after loading" + msgstr "Briše torente nakon učitavanja" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 116 +-#: rc.cpp:913 ++#: rc.cpp:890 + #, no-c-format + msgid "Folders to scan" + msgstr "Fascikle za pregled" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 151 +-#: rc.cpp:916 ++#: rc.cpp:893 + #, no-c-format + msgid "Folder 1:" + msgstr "Fascikla 1:" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 162 +-#: rc.cpp:919 ++#: rc.cpp:896 + #, no-c-format + msgid "Folder 2:" + msgstr "Fascikla 2:" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 173 +-#: rc.cpp:922 ++#: rc.cpp:899 + #, no-c-format + msgid "Folder 3:" + msgstr "Fascikla 3:" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 30 +-#: rc.cpp:925 rc.cpp:1895 ++#: rc.cpp:902 rc.cpp:1838 + #, no-c-format + msgid "Search Preferences" + msgstr "Podešavanja pretrage" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 41 +-#: rc.cpp:928 ++#: rc.cpp:905 + #, no-c-format + msgid "Web Server" + msgstr "Veb server" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 82 +-#: rc.cpp:934 ++#: rc.cpp:911 + #, no-c-format + msgid "Forward port" + msgstr "Prosledi port" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 107 +-#: rc.cpp:937 ++#: rc.cpp:914 + #, no-c-format + msgid "Session TTL (in sec):" + msgstr "Trajanje sesije (u sekundama):" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 142 +-#: rc.cpp:940 ++#: rc.cpp:917 + #, no-c-format + msgid "Select interface:" + msgstr "Izaberite interfejs:" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 173 +-#: rc.cpp:943 ++#: rc.cpp:920 + #, no-c-format + msgid "Username:" + msgstr "Korisničko ime:" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 188 +-#: rc.cpp:946 ++#: rc.cpp:923 + #, no-c-format + msgid "Change password ..." + msgstr "Izmeni lozinku ..." + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 206 +-#: rc.cpp:949 ++#: rc.cpp:926 + #, no-c-format + msgid "Php executable path:" + msgstr "Putanja do programa za PHP:" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 10 +-#: rc.cpp:953 ++#: rc.cpp:929 + #, no-c-format + msgid "Port number" + msgstr "Broj porta" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 15 +-#: rc.cpp:956 ++#: rc.cpp:932 + #, no-c-format + msgid "forward Port" + msgstr "prosledi port" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 20 +-#: rc.cpp:959 ++#: rc.cpp:935 + #, no-c-format + msgid "Session time to live" + msgstr "Vreme trajanja sesije" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 24 +-#: rc.cpp:962 ++#: rc.cpp:938 + #, no-c-format + msgid "interface skin" + msgstr "maska interfejsa" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 28 +-#: rc.cpp:965 ++#: rc.cpp:941 + #, no-c-format + msgid "php executable path" + msgstr "Putanja do programa za PHP" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 33 +-#: rc.cpp:968 ++#: rc.cpp:944 + #, no-c-format + msgid "username" + msgstr "korisničko ime" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 37 +-#: rc.cpp:971 ++#: rc.cpp:947 + #, no-c-format + msgid "password" + msgstr "lozinka" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 16 +-#: plugins/infowidget/infowidgetplugin.cpp:194 rc.cpp:974 rc.cpp:1046 ++#: plugins/infowidget/infowidgetplugin.cpp:194 rc.cpp:950 rc.cpp:1010 + #, no-c-format + msgid "Chunks" + msgstr "Parčići" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 43 +-#: rc.cpp:977 ++#: rc.cpp:953 + #, no-c-format + msgid "Total:" + msgstr "Ukupno:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 81 +-#: rc.cpp:981 ++#: rc.cpp:956 + #, no-c-format + msgid "Currently downloading:" + msgstr "Trenutno se preuzima:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 119 +-#: rc.cpp:985 ++#: rc.cpp:959 + #, no-c-format + msgid "Downloaded:" + msgstr "Preuzeto:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 157 +-#: rc.cpp:989 ++#: rc.cpp:962 + #, no-c-format + msgid "Excluded:" + msgstr "Izuzeto:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 195 +-#: rc.cpp:993 ++#: rc.cpp:965 + #, no-c-format + msgid "Left:" + msgstr "Preostalo:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 233 +-#: rc.cpp:997 ++#: rc.cpp:968 + #, no-c-format + msgid "Size:" + msgstr "Veličina:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 280 +-#: rc.cpp:1001 ++#: rc.cpp:971 + #, no-c-format + msgid "Chunk" + msgstr "Parče" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 291 +-#: rc.cpp:1004 ++#: rc.cpp:974 + #, no-c-format + msgid "Progress" + msgstr "Napredak" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 302 +-#: rc.cpp:1007 ++#: rc.cpp:977 + #, no-c-format + msgid "Peer" + msgstr "Vršnjak" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 324 +-#: rc.cpp:1013 ++#: rc.cpp:983 + #, no-c-format + msgid "Assigned Peers" + msgstr "Dodeljeni vršnjaci" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 63 +-#: rc.cpp:1022 ++#: rc.cpp:992 + #, no-c-format + msgid "Seeders:" + msgstr "Sejači:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 71 +-#: rc.cpp:1025 ++#: rc.cpp:995 + #, no-c-format + msgid "Leechers:" + msgstr "Pijavice:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 129 +-#: rc.cpp:1030 ++#: rc.cpp:998 + #, no-c-format + msgid "Average Down Speed:" + msgstr "Prosečna brzina preuzimanja:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 177 +-#: rc.cpp:1035 ++#: rc.cpp:1001 + #, no-c-format + msgid "Average Up Speed:" + msgstr "Prosečna brzina slanja:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 195 +-#: rc.cpp:1038 rc.cpp:1111 ++#: rc.cpp:1004 rc.cpp:1070 + #, no-c-format + msgid "Next update in:" + msgstr "Osvežavam za:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 203 +-#: rc.cpp:1041 ++#: rc.cpp:1007 + #, no-c-format + msgid "Tracker Status:" + msgstr "Stanje pratioca:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 332 +-#: rc.cpp:1049 ++#: rc.cpp:1013 + #, no-c-format + msgid "Parts of the torrent which have been downloaded:" + msgstr "Delovi torenta koji su preuzeti:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 367 +-#: rc.cpp:1052 ++#: rc.cpp:1016 + #, no-c-format + msgid "Parts of the torrent which are available:" + msgstr "Delovi torenta koji su dostupni:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 457 +-#: rc.cpp:1055 ++#: rc.cpp:1019 + #, no-c-format + msgid "Sharing" + msgstr "Deljenje" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 487 +-#: rc.cpp:1058 ++#: rc.cpp:1022 + #, no-c-format + msgid "" + "Your upload will stop when share ratio gets to this value. Zero means no limit." +@@ -2743,145 +2735,145 @@ msgstr "" + "ograničenja." + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 525 +-#: rc.cpp:1064 ++#: rc.cpp:1028 + #, no-c-format + msgid "Your upload will stop when you have uploaded for this many hours." + msgstr "Vaše slanje će prestati kada protekne ovoliko časova u slanju." + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 533 +-#: rc.cpp:1067 ++#: rc.cpp:1031 + #, no-c-format + msgid "Hours" + msgstr "Časova" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 543 +-#: rc.cpp:1070 ++#: rc.cpp:1034 + #, no-c-format + msgid "Ratio limit:" + msgstr "Ograničenje odnosa:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 549 +-#: rc.cpp:1074 ++#: rc.cpp:1037 + #, no-c-format + msgid "Limit works only in seed mode" + msgstr "Ograničenje radi samo pri sejanju" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 557 +-#: rc.cpp:1077 ++#: rc.cpp:1040 + #, no-c-format + msgid "Time &limit:" + msgstr "Vremensko &ograničenje:" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 37 +-#: rc.cpp:1081 ++#: rc.cpp:1043 + #, no-c-format + msgid "&Update Tracker" + msgstr "&Osveži pratioca" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 40 +-#: rc.cpp:1084 ++#: rc.cpp:1046 + #, no-c-format + msgid "Minimum update interval - 60 seconds" + msgstr "Najmanji razmak osveženja - 60 sekundi" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 48 +-#: rc.cpp:1087 ++#: rc.cpp:1049 + #, no-c-format + msgid "Add Trac&ker" + msgstr "Dodaj p&ratioca" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 64 +-#: rc.cpp:1090 ++#: rc.cpp:1052 + #, no-c-format + msgid "Remove Tracker" + msgstr "Ukloni pratioca" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 75 +-#: rc.cpp:1094 ++#: rc.cpp:1055 + #, no-c-format + msgid "Ch&ange Tracker" + msgstr "Prome&ni pratioca" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 100 +-#: rc.cpp:1097 ++#: rc.cpp:1058 + #, no-c-format + msgid "Restore Defaults" + msgstr "Vrati podrazumevano" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 10 +-#: rc.cpp:1115 ++#: rc.cpp:1073 + #, no-c-format + msgid "Show peer view tab in main window" + msgstr "Prikaži jezičak za prikaz vršnjaka u glavnom prozoru" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 14 +-#: rc.cpp:1118 ++#: rc.cpp:1076 + #, no-c-format + msgid "Show chunk download view tab in main window" + msgstr "Prikaži jezičak za prikaz preuzimanja parčića u glavnom prozoru" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 18 +-#: rc.cpp:1121 ++#: rc.cpp:1079 + #, no-c-format + msgid "Show trackers view tab in main window" + msgstr "Prikaži jezičak za prikaz pratilaca u glavnom prozoru" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 24 +-#: rc.cpp:1124 ++#: rc.cpp:1082 + #, no-c-format + msgid "Show list of peers" + msgstr "Prikaži listu vršnjaka" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 35 +-#: rc.cpp:1128 ++#: rc.cpp:1085 + #, no-c-format + msgid "Show list of chunks currentl&y downloading" + msgstr "Prikaži listu parčića koji se tren&utno preuzimaju" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 60 +-#: rc.cpp:1131 ++#: rc.cpp:1088 + #, no-c-format + msgid "Show list of trackers" + msgstr "Prikaži listu pratilaca" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 16 +-#: rc.cpp:1135 ++#: rc.cpp:1091 + #, no-c-format + msgid "IPBlocking Preferences" + msgstr "Podešavanja IP blokiranja" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 47 +-#: rc.cpp:1138 ++#: rc.cpp:1094 + #, no-c-format + msgid "Select PeerGuardian Filter File " + msgstr "Izaberite filterski fajl PeerGuardian-a " + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 58 +-#: rc.cpp:1141 ++#: rc.cpp:1097 + #, no-c-format + msgid "Use PeerGuardian filter?" + msgstr "Koristi PeerGuardian filter?" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 77 +-#: rc.cpp:1145 ++#: rc.cpp:1100 + #, no-c-format + msgid "IP filter file:" + msgstr "Fajl IP filtera:" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 85 +-#: rc.cpp:1148 ++#: rc.cpp:1103 + #, no-c-format + msgid "http://www.bluetack.co.uk/modules.php?name=Downloads&d_op=getit&lid=8" + msgstr "http://www.bluetack.co.uk/modules.php?name=Downloads&d_op=getit&lid=8" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 123 +-#: rc.cpp:1151 ++#: rc.cpp:1106 + #, no-c-format + msgid "Dow&nload/Convert" + msgstr "Preuz&mi/Pretvori" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 134 +-#: rc.cpp:1154 ++#: rc.cpp:1109 + #, no-c-format + msgid "" + "Download PeerGuardian filter from bluetack.co.uk or blocklist.org.\n" +@@ -2891,26 +2883,26 @@ msgstr "" + "Beleška: ZIP fajl sa bluetack.co.uk je podržan." + + #. i18n: file ./plugins/ipfilter/ktipfilterplugin.kcfg line 10 +-#: rc.cpp:1159 ++#: rc.cpp:1113 + #, no-c-format + msgid "Level1 filter url" + msgstr "URL filtera Level1" + + #. i18n: file ./plugins/ipfilter/ktipfilterplugin.kcfg line 14 +-#: rc.cpp:1162 ++#: rc.cpp:1116 + #, no-c-format + msgid "Use level1 filter?" + msgstr "Koristi filter level1?" + + #. i18n: file ./plugins/ipfilter/convert_dlg.ui line 24 +-#: plugins/ipfilter/convertdialog.cpp:155 rc.cpp:1165 ++#: plugins/ipfilter/convertdialog.cpp:155 rc.cpp:1119 + #, no-c-format + msgid "Converting..." + msgstr "Pretvaram..." + + #. i18n: file ./plugins/ipfilter/convert_dlg.ui line 41 +-#: rc.cpp:1168 +-#, fuzzy, no-c-format ++#: rc.cpp:1122 ++#, no-c-format + msgid "" + "Click on the 'convert' button to start converting antip2p file. NOTE: This " + "process could take a while even on fast machines and during that time you will " +@@ -2918,64 +2910,64 @@ msgid "" + msgstr "" + "Kliknite na dugme „Pretvori“ da započnete pretvaranje antip2p fajla. Pažnja: " + "Ovo i na brzim mašinama zna da potraje i tokom tog vremena nećete moći da " +-"koristite KTorrent." ++"koristite KTorent." + + #. i18n: file ./plugins/stats/sprefwgt.ui line 27 +-#: rc.cpp:1179 ++#: rc.cpp:1131 + #, no-c-format + msgid "Update" + msgstr "Osvežavanje" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 46 +-#: rc.cpp:1182 rc.cpp:1268 ++#: rc.cpp:1134 rc.cpp:1220 + #, no-c-format + msgid "Update charts every" + msgstr "Osveži grafikon svakih" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 71 +-#: rc.cpp:1185 ++#: rc.cpp:1137 + #, no-c-format + msgid "GUI updates" + msgstr "osvežavanja prikaza" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 92 +-#: rc.cpp:1188 rc.cpp:1271 ++#: rc.cpp:1140 rc.cpp:1223 + #, no-c-format + msgid "Gather data every" + msgstr "Prikupi podatke svakih" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 120 +-#: rc.cpp:1191 ++#: rc.cpp:1143 + #, no-c-format + msgid "miliseconds" + msgstr "milisekundi" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 135 +-#: rc.cpp:1194 ++#: rc.cpp:1146 + #, no-c-format + msgid "Maximum" + msgstr "Maksimum" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 154 +-#: rc.cpp:1197 ++#: rc.cpp:1149 + #, no-c-format + msgid "Maximum speed scale mode:" + msgstr "Režim razmere najveće brzine:" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 165 +-#: rc.cpp:1203 ++#: rc.cpp:1155 + #, no-c-format + msgid "Exact" + msgstr "Tačno" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 175 +-#: rc.cpp:1206 ++#: rc.cpp:1158 + #, no-c-format + msgid "See 'What's this' for more help" + msgstr "Pogledajte „Šta je ovo“ za više pomoći" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 180 +-#: rc.cpp:1209 ++#: rc.cpp:1161 + #, no-c-format + msgid "" + "Set maximum value on OY scale as:\n" +@@ -2987,848 +2979,848 @@ msgstr "" + "- Tačno: Najveća dostignuta brzina se vidi na grafikonu" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 192 +-#: rc.cpp:1214 rc.cpp:1247 ++#: rc.cpp:1166 rc.cpp:1199 + #, no-c-format + msgid "Peers speed" + msgstr "Brzina vršnjaka" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 211 +-#: rc.cpp:1217 ++#: rc.cpp:1169 + #, no-c-format + msgid "Peers speed:" + msgstr "Brzina vršnjaka:" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 222 +-#: rc.cpp:1220 ++#: rc.cpp:1172 + #, no-c-format + msgid "update every" + msgstr "osveži svakih" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 244 +-#: rc.cpp:1223 ++#: rc.cpp:1175 + #, no-c-format + msgid "chart data updates" + msgstr "osvežavanja grafikona" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 254 +-#: rc.cpp:1226 ++#: rc.cpp:1178 + #, no-c-format + msgid "Gathering data about many connected peers can be CPU consuming." + msgstr "" + "Prikupljanje podataka o mnogo povezanih vršnjaka može opteretiti procesor." + + #. i18n: file ./plugins/stats/sprefwgt.ui line 267 +-#: rc.cpp:1229 ++#: rc.cpp:1181 + #, no-c-format + msgid "Peers connections" + msgstr "Veze vršnjaka" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 270 +-#: rc.cpp:1232 ++#: rc.cpp:1184 + #, no-c-format + msgid "Large values can obscure charts of connected peers" + msgstr "Velike vrednosti mogu zagušiti grafikon povezanih vršnjaka" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 289 +-#: rc.cpp:1235 ++#: rc.cpp:1187 + #, no-c-format + msgid "Show seeders in swarms" + msgstr "Prikaži sejače u rojevima" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 297 +-#: rc.cpp:1238 ++#: rc.cpp:1190 + #, no-c-format + msgid "Show leechers in swarms" + msgstr "Prikaži pijavice u rojevima" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 309 +-#: rc.cpp:1241 ++#: rc.cpp:1193 + #, no-c-format + msgid "Measurements count" + msgstr "Broj merenja" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 392 +-#: rc.cpp:1250 rc.cpp:1265 ++#: rc.cpp:1202 rc.cpp:1217 + #, no-c-format + msgid "Upload" + msgstr "Slanje" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 424 +-#: rc.cpp:1253 ++#: rc.cpp:1205 + #, no-c-format + msgid "Connections" + msgstr "Veze" + + #. i18n: file ./plugins/stats/statsspdwgt.ui line 40 +-#: plugins/infowidget/infowidgetplugin.cpp:173 rc.cpp:1262 rc.cpp:1304 ++#: plugins/infowidget/infowidgetplugin.cpp:173 rc.cpp:1214 rc.cpp:1256 + #, no-c-format + msgid "Peers" + msgstr "Vršnjaci" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 18 +-#: rc.cpp:1274 ++#: rc.cpp:1226 + #, no-c-format + msgid "Toggle peers speed charts" + msgstr "Uklj/isklj. grafikon brzine vršnjaka" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 22 +-#: rc.cpp:1277 ++#: rc.cpp:1229 + #, no-c-format + msgid "Interval between getting data about peers speed" + msgstr "Razmak između uzimanja podataka o brzini vršnjaka" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 26 +-#: rc.cpp:1280 ++#: rc.cpp:1232 + #, no-c-format + msgid "Toggle drawing of leechers in swarms" + msgstr "Uklj/isklj. iscrtavanje pijavica u rojevima" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 30 +-#: rc.cpp:1283 ++#: rc.cpp:1235 + #, no-c-format + msgid "Toggle drawing of seeders in swarms" + msgstr "Uklj/isklj. iscrtavanje sejača u rojevima" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 35 +-#: rc.cpp:1286 ++#: rc.cpp:1238 + #, no-c-format + msgid "Download mesurments count" + msgstr "Broj merenja preuzimanja" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 39 +-#: rc.cpp:1289 ++#: rc.cpp:1241 + #, no-c-format + msgid "Peers speed mesurments count" + msgstr "Broj merenja brzine vršnjaka" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 43 +-#: rc.cpp:1292 ++#: rc.cpp:1244 + #, no-c-format + msgid "Upload mesurments count" + msgstr "Broj merenja slanja" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 47 +-#: rc.cpp:1295 ++#: rc.cpp:1247 + #, no-c-format + msgid "Connections mesurments count" + msgstr "Broj merenja veza" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 51 +-#: rc.cpp:1298 ++#: rc.cpp:1250 + #, no-c-format + msgid "DHT mesurments count" + msgstr "Broj merenja DHT-a" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 56 +-#: rc.cpp:1301 ++#: rc.cpp:1253 + #, no-c-format + msgid "OY axis max mode" + msgstr "Maks. režim OY ose" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 16 +-#: rc.cpp:1310 ++#: rc.cpp:1262 + #, no-c-format + msgid "Import an existing download" + msgstr "Uvezi postojeće preuzimanje" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 49 +-#: rc.cpp:1313 ++#: rc.cpp:1265 + #, no-c-format + msgid "Torrent:" + msgstr "Torent:" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 63 +-#: rc.cpp:1316 ++#: rc.cpp:1268 + #, no-c-format + msgid "Data:" + msgstr "Podaci:" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 95 +-#: rc.cpp:1319 ++#: rc.cpp:1271 + #, no-c-format + msgid "" + "Please specify the torrent and the data already downloaded for that torrent." + msgstr "Navedite torent i već preuzete podatke za taj torent." + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 133 +-#: rc.cpp:1322 ++#: rc.cpp:1274 + #, no-c-format + msgid "&Import" + msgstr "&Uvezi" + + #. i18n: file ./plugins/rssfeed/ktrssfeedplugin.kcfg line 10 +-#: rc.cpp:1328 ++#: rc.cpp:1280 + #, no-c-format + msgid "default" + msgstr "podrazumevano" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 18 +-#: rc.cpp:1331 ++#: rc.cpp:1283 + #, no-c-format + msgid "Rss Feeds" + msgstr "RSS dovodi" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 36 +-#: rc.cpp:1334 ++#: rc.cpp:1286 + #, no-c-format + msgid "Feeds" + msgstr "Dovodi" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 78 +-#: rc.cpp:1337 ++#: rc.cpp:1289 + #, no-c-format + msgid "De&lete" + msgstr "O&briši" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 86 +-#: rc.cpp:1340 rc.cpp:1382 rc.cpp:1392 ++#: rc.cpp:1292 rc.cpp:1331 rc.cpp:1340 + #, no-c-format + msgid "&New" + msgstr "&Nov" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 117 +-#: rc.cpp:1343 ++#: rc.cpp:1295 + #, no-c-format + msgid "&URL" + msgstr "&URL" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 139 +-#: rc.cpp:1346 ++#: rc.cpp:1298 + #, no-c-format + msgid "Articles" + msgstr "Članci" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 216 +-#: rc.cpp:1353 ++#: rc.cpp:1304 + #, no-c-format + msgid "Auto&refresh" + msgstr "Auto&osvežavanje" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 242 +-#: rc.cpp:1356 ++#: rc.cpp:1307 + #, no-c-format + msgid "I&gnore TTL" + msgstr "Zane&mari TTL" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 270 +-#: rc.cpp:1359 ++#: rc.cpp:1310 + #, no-c-format + msgid "Refresh" + msgstr "Osveži" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 299 +-#: rc.cpp:1363 rc.cpp:1395 ++#: rc.cpp:1313 rc.cpp:1343 + #, no-c-format + msgid "&Title" + msgstr "&Naslov" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 323 +-#: rc.cpp:1366 ++#: rc.cpp:1316 + #, no-c-format + msgid "Keep Articles (days)" + msgstr "Čuvaj članke (dana)" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 347 +-#: rc.cpp:1369 rc.cpp:1398 ++#: rc.cpp:1319 rc.cpp:1346 + #, no-c-format + msgid "&Active" + msgstr "&Aktivan" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 362 +-#: rc.cpp:1372 ++#: rc.cpp:1322 + #, no-c-format + msgid "Filters" + msgstr "Filteri" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 389 +-#: rc.cpp:1375 ++#: rc.cpp:1325 + #, no-c-format + msgid "Accept Filters" + msgstr "Prihvati filtere" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 440 +-#: rc.cpp:1385 ++#: rc.cpp:1334 + #, no-c-format + msgid "Reject Filters" + msgstr "Odbij filtere" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 557 +-#: rc.cpp:1401 ++#: rc.cpp:1349 + #, no-c-format + msgid "Regular Expressions" + msgstr "Regularni izraz" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 587 +-#: rc.cpp:1404 ++#: rc.cpp:1352 + #, no-c-format + msgid "Treat as &Series" + msgstr "Tretiraj kao &serije" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 624 +-#: rc.cpp:1407 ++#: rc.cpp:1355 + #, no-c-format + msgid "Process" + msgstr "Proces" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 643 +-#: rc.cpp:1411 ++#: rc.cpp:1358 + #, no-c-format + msgid "Series Criteria" + msgstr "Kriterijum serije" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 679 +-#: rc.cpp:1414 ++#: rc.cpp:1361 + #, no-c-format + msgid "Match Without Episode" + msgstr "Poklapanja bez epizode" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 713 +-#: rc.cpp:1418 ++#: rc.cpp:1364 + #, no-c-format + msgid "Max Episode" + msgstr "Maks. epizoda" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 739 +-#: rc.cpp:1421 ++#: rc.cpp:1367 + #, no-c-format + msgid "Max Season" + msgstr "Maks. sezona" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 758 +-#: rc.cpp:1424 ++#: rc.cpp:1370 + #, no-c-format + msgid "Min Season" + msgstr "Min. sezona" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 782 +-#: rc.cpp:1427 ++#: rc.cpp:1373 + #, no-c-format + msgid "Min Episode" + msgstr "Min. epizoda" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 814 +-#: rc.cpp:1430 ++#: rc.cpp:1376 + #, no-c-format + msgid "Test te&xt" + msgstr "Testiraj te&kst" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 840 +-#: rc.cpp:1433 ++#: rc.cpp:1379 + #, no-c-format + msgid "Te&st" + msgstr "Te&st" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 858 +-#: rc.cpp:1436 ++#: rc.cpp:1382 + #, no-c-format + msgid "Filter Matches" + msgstr "Filtriraj poklapanja" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 28 +-#: rc.cpp:1447 ++#: rc.cpp:1391 + #, no-c-format + msgid "Bandwidth scheduler" + msgstr "Raspoređivač protoka" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 50 +-#: rc.cpp:1450 ++#: rc.cpp:1394 + #, no-c-format + msgid "Left click category" + msgstr "Kategorija za levi klik" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 61 +-#: rc.cpp:1453 ++#: rc.cpp:1397 + #, no-c-format + msgid "Categor&y 1" + msgstr "Kategor&ija 1" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 157 +-#: rc.cpp:1456 rc.cpp:1483 ++#: rc.cpp:1400 rc.cpp:1427 + #, no-c-format + msgid "T&urn off" + msgstr "I&sključi" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 165 +-#: rc.cpp:1459 rc.cpp:1486 ++#: rc.cpp:1403 rc.cpp:1430 + #, no-c-format + msgid "&Normal" + msgstr "&Normalno" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 195 +-#: rc.cpp:1462 ++#: rc.cpp:1406 + #, no-c-format + msgid "Category &3" + msgstr "Kategorija &3" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 206 +-#: rc.cpp:1468 rc.cpp:1492 ++#: rc.cpp:1412 rc.cpp:1436 + #, no-c-format + msgid "Category &2" + msgstr "Kategorija &2" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 219 +-#: rc.cpp:1474 ++#: rc.cpp:1418 + #, no-c-format + msgid "Right click category" + msgstr "Kategorija za desni klik" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 230 +-#: rc.cpp:1477 ++#: rc.cpp:1421 + #, no-c-format + msgid "Category &1" + msgstr "Kategorija &1" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 367 +-#: rc.cpp:1489 ++#: rc.cpp:1433 + #, no-c-format + msgid "&Category 3" + msgstr "&Kategorija 3" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 390 +-#: rc.cpp:1498 ++#: rc.cpp:1442 + #, no-c-format + msgid "Categories" + msgstr "Kategorije" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 401 +-#: rc.cpp:1501 ++#: rc.cpp:1445 + #, no-c-format + msgid "1. Category" + msgstr "1. kategorija" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 409 +-#: rc.cpp:1504 ++#: rc.cpp:1448 + #, no-c-format + msgid "3. Category" + msgstr "3. kategorija" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 425 +-#: rc.cpp:1507 rc.cpp:1516 rc.cpp:1525 ++#: rc.cpp:1451 rc.cpp:1460 rc.cpp:1469 + #, no-c-format + msgid "download:" + msgstr "preuzimanje:" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 441 +-#: rc.cpp:1510 rc.cpp:1519 rc.cpp:1528 ++#: rc.cpp:1454 rc.cpp:1463 rc.cpp:1472 + #, no-c-format + msgid "upload:" + msgstr "slanje:" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 457 +-#: rc.cpp:1513 rc.cpp:1522 rc.cpp:1531 ++#: rc.cpp:1457 rc.cpp:1466 rc.cpp:1475 + #, no-c-format + msgid "KB/s *" + msgstr "KB/s *" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 567 +-#: rc.cpp:1534 ++#: rc.cpp:1478 + #, no-c-format + msgid "2. Category" + msgstr "2. kategorija" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 626 +-#: rc.cpp:1538 ++#: rc.cpp:1481 + #, no-c-format + msgid "* zero means no limit" + msgstr "* nula je bez ograničenja" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 672 +-#: rc.cpp:1541 ++#: rc.cpp:1484 + #, no-c-format + msgid "Save to file" + msgstr "Snimi u fajl" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 680 +-#: rc.cpp:1544 ++#: rc.cpp:1487 + #, no-c-format + msgid "&Load from file" + msgstr "&Učitaj iz fajla" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 688 +-#: rc.cpp:1547 ++#: rc.cpp:1490 + #, no-c-format + msgid "Reset schedule" + msgstr "Resetuj raspored" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 751 +-#: rc.cpp:1550 ++#: rc.cpp:1493 + #, no-c-format + msgid "O&k" + msgstr "U &redu" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 16 +-#: rc.cpp:1559 ++#: rc.cpp:1502 + #, no-c-format + msgid "Scheduler Plugin Pref Page" + msgstr "Strana za podešavanje priključka raspoređivača" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 27 +-#: rc.cpp:1562 ++#: rc.cpp:1505 + #, no-c-format + msgid "Use &bandwidth scheduler?" + msgstr "Koristi &raspoređivač protoka?" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 35 +-#: plugins/scheduler/schedulerplugin.cpp:59 rc.cpp:1565 ++#: plugins/scheduler/schedulerplugin.cpp:59 rc.cpp:1508 + #, no-c-format + msgid "Bandwidth Scheduler" + msgstr "Raspoređivač protoka" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 46 +-#: rc.cpp:1568 ++#: rc.cpp:1511 + #, no-c-format + msgid "Use colors instead of pi&xmaps?" + msgstr "Koristi boje umesto &sličica?" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 54 +-#: rc.cpp:1571 ++#: rc.cpp:1514 + #, no-c-format + msgid "(Recommended for slower systems)" + msgstr "(Preporučeno za sporije sisteme)" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 62 +-#: rc.cpp:1574 ++#: rc.cpp:1517 + #, no-c-format + msgid "Edit s&chedule" + msgstr "Uredi r&aspored" + + #. i18n: file ./plugins/scheduler/ktschedulerplugin.kcfg line 10 +-#: rc.cpp:1577 ++#: rc.cpp:1520 + #, no-c-format + msgid "Enable bandwidth scheduler?" + msgstr "Uključi raspoređivač protoka?" + + #. i18n: file ./plugins/scheduler/ktschedulerplugin.kcfg line 14 +-#: rc.cpp:1580 ++#: rc.cpp:1523 + #, no-c-format + msgid "Use colors instead of pixmaps?" + msgstr "Koristi boje umesto sličica?" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 10 +-#: rc.cpp:1583 ++#: rc.cpp:1526 + #, no-c-format + msgid "Use rich log text" + msgstr "Koristi bogati tekst dnevnika" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 15 +-#: rc.cpp:1586 ++#: rc.cpp:1529 + #, no-c-format + msgid "General info messages flag" + msgstr "Zastavica opštih informacija" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 19 +-#: rc.cpp:1589 ++#: rc.cpp:1532 + #, no-c-format + msgid "Connections messages flag" + msgstr "Zastavica poruka o vezama" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 23 +-#: rc.cpp:1592 ++#: rc.cpp:1535 + #, no-c-format + msgid "DHT messages flag" + msgstr "Zastavica DHT poruka" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 27 +-#: rc.cpp:1595 ++#: rc.cpp:1538 + #, no-c-format + msgid "Tracker info messages flag" + msgstr "Zastavica informacija o pratiocu" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 31 +-#: rc.cpp:1598 ++#: rc.cpp:1541 + #, no-c-format + msgid "Disk IO info messages flag" + msgstr "Zastavica informacija o disku" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 35 +-#: rc.cpp:1601 ++#: rc.cpp:1544 + #, no-c-format + msgid "IPFilter plugin messages flag" + msgstr "Zastavica za poruke IPFilter priključka" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 39 +-#: rc.cpp:1604 ++#: rc.cpp:1547 + #, no-c-format + msgid "Search plugin messages flag" + msgstr "Zastavica za poruke priključka pretraživanja" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 43 +-#: rc.cpp:1607 ++#: rc.cpp:1550 + #, no-c-format + msgid "PartFileImport plugin messages flag" + msgstr "Zastavica poruka priključka Uvoz delimičnih fajlova" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 47 +-#: rc.cpp:1610 ++#: rc.cpp:1553 + #, no-c-format + msgid "InfoWidget plugin messages flag" + msgstr "Zastavica za poruke priključka Dodatne informacije" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 51 +-#: rc.cpp:1613 ++#: rc.cpp:1556 + #, no-c-format + msgid "UPnP plugin messages flag" + msgstr "Zastavica za poruke priključka UPnP" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 55 +-#: rc.cpp:1616 ++#: rc.cpp:1559 + #, no-c-format + msgid "ScanFolder plugin messages flag" + msgstr "Zastavica za poruke priključka Pregled fascikle" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 59 +-#: rc.cpp:1619 ++#: rc.cpp:1562 + #, no-c-format + msgid "Scheduler plugin messages flag" + msgstr "Zastavica za poruke priključka raspoređivača" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 63 +-#: rc.cpp:1622 ++#: rc.cpp:1565 + #, no-c-format + msgid "RSS plugin messages flag" + msgstr "Zastavica za poruke RSS priključka" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 67 +-#: rc.cpp:1625 ++#: rc.cpp:1568 + #, no-c-format + msgid "WebInterface plugin messages flag" + msgstr "Zastavica za poruke priključka veb interfejsa" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 16 +-#: plugins/logviewer/logprefpage.cpp:31 rc.cpp:1628 ++#: plugins/logviewer/logprefpage.cpp:31 rc.cpp:1571 + #, no-c-format + msgid "LogViewer Options" + msgstr "Opcije pregledača dnevnika" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 44 +-#: libktorrent/pluginmanagerprefpage.cpp:63 rc.cpp:1631 ++#: libktorrent/pluginmanagerprefpage.cpp:63 rc.cpp:1574 + #, no-c-format + msgid "Plugins" + msgstr "Priključci" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 53 +-#: rc.cpp:1634 rc.cpp:1652 rc.cpp:1670 rc.cpp:1691 rc.cpp:1706 rc.cpp:1724 +-#: rc.cpp:1745 rc.cpp:1763 rc.cpp:1778 rc.cpp:1811 rc.cpp:1826 rc.cpp:1841 +-#: rc.cpp:1859 rc.cpp:1874 ++#: rc.cpp:1577 rc.cpp:1595 rc.cpp:1613 rc.cpp:1634 rc.cpp:1649 rc.cpp:1667 ++#: rc.cpp:1688 rc.cpp:1706 rc.cpp:1721 rc.cpp:1754 rc.cpp:1769 rc.cpp:1784 ++#: rc.cpp:1802 rc.cpp:1817 + #, no-c-format + msgid "All" + msgstr "Sve" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 58 +-#: rc.cpp:1637 rc.cpp:1655 rc.cpp:1673 rc.cpp:1694 rc.cpp:1709 rc.cpp:1727 +-#: rc.cpp:1748 rc.cpp:1766 rc.cpp:1781 rc.cpp:1814 rc.cpp:1829 rc.cpp:1844 +-#: rc.cpp:1862 rc.cpp:1877 ++#: rc.cpp:1580 rc.cpp:1598 rc.cpp:1616 rc.cpp:1637 rc.cpp:1652 rc.cpp:1670 ++#: rc.cpp:1691 rc.cpp:1709 rc.cpp:1724 rc.cpp:1757 rc.cpp:1772 rc.cpp:1787 ++#: rc.cpp:1805 rc.cpp:1820 + #, no-c-format + msgid "Debug" + msgstr "Ispravljanje grešaka" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 63 +-#: rc.cpp:1640 rc.cpp:1658 rc.cpp:1676 rc.cpp:1697 rc.cpp:1712 rc.cpp:1730 +-#: rc.cpp:1751 rc.cpp:1769 rc.cpp:1784 rc.cpp:1817 rc.cpp:1832 rc.cpp:1847 +-#: rc.cpp:1865 rc.cpp:1880 ++#: rc.cpp:1583 rc.cpp:1601 rc.cpp:1619 rc.cpp:1640 rc.cpp:1655 rc.cpp:1673 ++#: rc.cpp:1694 rc.cpp:1712 rc.cpp:1727 rc.cpp:1760 rc.cpp:1775 rc.cpp:1790 ++#: rc.cpp:1808 rc.cpp:1823 + #, no-c-format + msgid "Notice" + msgstr "Obaveštenja" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 68 +-#: rc.cpp:1643 rc.cpp:1661 rc.cpp:1679 rc.cpp:1700 rc.cpp:1715 rc.cpp:1733 +-#: rc.cpp:1754 rc.cpp:1772 rc.cpp:1787 rc.cpp:1820 rc.cpp:1835 rc.cpp:1850 +-#: rc.cpp:1868 rc.cpp:1883 ++#: rc.cpp:1586 rc.cpp:1604 rc.cpp:1622 rc.cpp:1643 rc.cpp:1658 rc.cpp:1676 ++#: rc.cpp:1697 rc.cpp:1715 rc.cpp:1730 rc.cpp:1763 rc.cpp:1778 rc.cpp:1793 ++#: rc.cpp:1811 rc.cpp:1826 + #, no-c-format + msgid "Important" + msgstr "Važno" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 73 +-#: rc.cpp:1646 rc.cpp:1664 rc.cpp:1682 rc.cpp:1703 rc.cpp:1718 rc.cpp:1736 +-#: rc.cpp:1757 rc.cpp:1775 rc.cpp:1790 rc.cpp:1823 rc.cpp:1838 rc.cpp:1853 +-#: rc.cpp:1871 rc.cpp:1886 ++#: rc.cpp:1589 rc.cpp:1607 rc.cpp:1625 rc.cpp:1646 rc.cpp:1661 rc.cpp:1679 ++#: rc.cpp:1700 rc.cpp:1718 rc.cpp:1733 rc.cpp:1766 rc.cpp:1781 rc.cpp:1796 ++#: rc.cpp:1814 rc.cpp:1829 + #, no-c-format + msgid "None" + msgstr "Ništa" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 85 +-#: rc.cpp:1649 ++#: rc.cpp:1592 + #, no-c-format + msgid "IPFilter:" + msgstr "IP filter:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 126 +-#: rc.cpp:1667 ++#: rc.cpp:1610 + #, no-c-format + msgid "Search:" + msgstr "Traženje:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 167 +-#: rc.cpp:1685 ++#: rc.cpp:1628 + #, no-c-format + msgid "UPnP:" + msgstr "UPnP:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 178 +-#: rc.cpp:1688 ++#: rc.cpp:1631 + #, no-c-format + msgid "ScanFolder:" + msgstr "Pregled fascikle:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 249 +-#: rc.cpp:1721 ++#: rc.cpp:1664 + #, no-c-format + msgid "Scheduler:" + msgstr "Raspoređivač:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 290 +-#: rc.cpp:1739 ++#: rc.cpp:1682 + #, no-c-format + msgid "PartFileImport:" + msgstr "Uvoz delimičnih fajlova:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 301 +-#: rc.cpp:1742 ++#: rc.cpp:1685 + #, no-c-format + msgid "InfoWidget:" + msgstr "Info prozor:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 342 +-#: rc.cpp:1760 ++#: rc.cpp:1703 + #, no-c-format + msgid "RSS plugin:" + msgstr "RSS priključak:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 413 +-#: rc.cpp:1793 ++#: rc.cpp:1736 + #, no-c-format + msgid "WebInterface plugin:" + msgstr "Priključak veb interfejsa:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 426 +-#: rc.cpp:1796 ++#: rc.cpp:1739 + #, no-c-format + msgid "System" + msgstr "Sistem" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 437 +-#: rc.cpp:1799 ++#: rc.cpp:1742 + #, no-c-format + msgid "General:" + msgstr "Opšte:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 445 +-#: rc.cpp:1802 ++#: rc.cpp:1745 + #, no-c-format + msgid "Connections:" + msgstr "Veze:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 559 +-#: rc.cpp:1856 ++#: rc.cpp:1799 + #, no-c-format + msgid "Disk I/O:" + msgstr "Ul/Izl diska:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 640 +-#: rc.cpp:1892 ++#: rc.cpp:1835 + #, no-c-format + msgid "Use rich te&xt for log" + msgstr "Koristi obogaćeni te&kst za dnevnik" + + #. i18n: file ./plugins/search/searchpref.ui line 41 +-#: rc.cpp:1898 ++#: rc.cpp:1841 + #, no-c-format + msgid "External Browser" + msgstr "Spoljni pregledač" + + #. i18n: file ./plugins/search/searchpref.ui line 52 +-#: rc.cpp:1901 ++#: rc.cpp:1844 + #, no-c-format + msgid "Open searches in external browser" + msgstr "Otvori rezultate pretrage u spoljnom pregledaču" + + #. i18n: file ./plugins/search/searchpref.ui line 60 +-#: rc.cpp:1904 rc.cpp:1955 ++#: rc.cpp:1847 rc.cpp:1892 + #, no-c-format + msgid "Use default browser" + msgstr "Koristi podrazumevani" + + #. i18n: file ./plugins/search/searchpref.ui line 79 +-#: rc.cpp:1908 ++#: rc.cpp:1850 + #, no-c-format + msgid "Custom browser path:" + msgstr "Putanja do pregledača:" + + #. i18n: file ./plugins/search/searchpref.ui line 116 +-#: rc.cpp:1912 ++#: rc.cpp:1853 + #, no-c-format + msgid "Search Engines" + msgstr "Motori pretrage" + + #. i18n: file ./plugins/search/searchpref.ui line 143 +-#: rc.cpp:1916 ++#: rc.cpp:1856 + #, no-c-format + msgid "Search engine name:" + msgstr "Ime motora traženja:" + + #. i18n: file ./plugins/search/searchpref.ui line 187 +-#: rc.cpp:1922 ++#: rc.cpp:1862 + #, no-c-format + msgid "&Add" + msgstr "Dod&aj" + + #. i18n: file ./plugins/search/searchpref.ui line 195 +-#: rc.cpp:1925 ++#: rc.cpp:1865 + #, no-c-format + msgid "Engines" + msgstr "Motori" + + #. i18n: file ./plugins/search/searchpref.ui line 206 +-#: rc.cpp:1928 ++#: rc.cpp:1868 + #, no-c-format + msgid "URL" + msgstr "URL" + + #. i18n: file ./plugins/search/searchpref.ui line 257 +-#: rc.cpp:1934 ++#: rc.cpp:1874 + #, no-c-format + msgid "R&emove All" + msgstr "Ukloni sv&e" + + #. i18n: file ./plugins/search/searchpref.ui line 282 +-#: rc.cpp:1937 ++#: rc.cpp:1877 + #, no-c-format + msgid "Add Defau<" + msgstr "Dodaj pod&razumevano" + + #. i18n: file ./plugins/search/searchpref.ui line 290 +-#: rc.cpp:1940 ++#: rc.cpp:1880 + #, no-c-format + msgid "Update From Internet" + msgstr "Osveži sa interneta" + + #. i18n: file ./plugins/search/searchbar.ui line 53 + #: plugins/search/searchplugin.cpp:50 plugins/search/searchtab.cpp:48 +-#: rc.cpp:1946 ++#: rc.cpp:1883 + #, no-c-format + msgid "Search" + msgstr "Traži" + + #. i18n: file ./plugins/search/searchbar.ui line 78 +-#: rc.cpp:1949 ++#: rc.cpp:1886 + #, no-c-format + msgid "Search engine:" + msgstr "Motor traženja:" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 10 +-#: rc.cpp:1952 ++#: rc.cpp:1889 + #, no-c-format + msgid "Current search engine" + msgstr "Trenutni motor pretrage" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 19 +-#: rc.cpp:1958 ++#: rc.cpp:1895 + #, no-c-format + msgid "Use custom browser" + msgstr "Koristi poseban pregledač" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 23 +-#: rc.cpp:1961 ++#: rc.cpp:1898 + #, no-c-format + msgid "Custom browser executable path" + msgstr "Putanja do programa posebnog pregledača" +@@ -3859,9 +3851,9 @@ msgid "" + "_n: 1 day \n" + "%n days " + msgstr "" +-"%n dan\n" +-"%n dana\n" +-"%n dana" ++"%n dan \n" ++"%n dana \n" ++"%n dana " + + #: libktorrent/interfaces/filetreeitem.cpp:77 + #: plugins/infowidget/iwfiletreediritem.cpp:148 +@@ -4066,10 +4058,10 @@ msgid "" + "torrent. You will be asked for a location to save the torrent to. If you press " + "cancel, we will select your home directory." + msgstr "" +-"Torent %1 je pokrenut sa prethodnom verzijom KTorrent-a. Da bi bili sigurnida " +-"će raditi i sa ovom verzijom KTorrent-a, moraćemo da ga preselimo. Bićete " +-"upitani za lokaciju snimanja torenta. Ako pritisnete Otkaži izabraće se vaš " +-"početni direktorijum." ++"Torent %1 je pokrenut sa prethodnom verzijom KTorenta. Da bi bili sigurni da će " ++"raditi i sa ovom verzijom KTorenta, moraćemo da ga preselimo. Bićete upitani za " ++"lokaciju snimanja torenta. Ako pritisnete Otkaži izabraće se vaš početni " ++"direktorijum." + + #: libktorrent/torrent/torrentcontrol.cpp:1278 + msgid "Select Folder to Save To" +@@ -4116,7 +4108,7 @@ msgstr "Proveravam podatke" + msgid "Stopped. No space left on device." + msgstr "Zaustavljen. Nema slobodnog prostora." + +-#: libktorrent/torrent/queuemanager.cpp:135 ++#: libktorrent/torrent/queuemanager.cpp:136 + msgid "" + "You don't have enough disk space to download this torrent. Are you sure you " + "want to continue?" +@@ -4124,12 +4116,12 @@ msgstr "" + "Nemate dovoljno prostora da bi ste preuzeli ovaj torent. Želite li zaista da " + "nastavite?" + +-#: libktorrent/torrent/queuemanager.cpp:135 ++#: libktorrent/torrent/queuemanager.cpp:136 + #, c-format + msgid "Insufficient disk space for %1" + msgstr "Nedovoljno prostora za %1" + +-#: libktorrent/torrent/queuemanager.cpp:157 ++#: libktorrent/torrent/queuemanager.cpp:158 + msgid "" + "Torrent \"%1\" has reached its maximum share ratio. Ignore the limit and start " + "seeding anyway?" +@@ -4137,16 +4129,16 @@ msgstr "" + "Torent „%1“ je dostigao maksimum odnosa deljenja. Da zanemarim ograničenje i " + "započnem sejanje?" + +-#: libktorrent/torrent/queuemanager.cpp:157 ++#: libktorrent/torrent/queuemanager.cpp:158 + msgid "Maximum share ratio limit reached." + msgstr "Maksimum ograničenja odnosa deljenja je dostignut." + +-#: libktorrent/torrent/queuemanager.cpp:236 +-#: libktorrent/torrent/queuemanager.cpp:760 ++#: libktorrent/torrent/queuemanager.cpp:237 ++#: libktorrent/torrent/queuemanager.cpp:763 + msgid "Error stopping torrent %1 : %2" + msgstr "Greška pri zaustavljanju torenta %1 : %2" + +-#: libktorrent/torrent/queuemanager.cpp:742 ++#: libktorrent/torrent/queuemanager.cpp:745 + msgid "Error starting torrent %1 : %2" + msgstr "Greška pri pokretanju torenta %1 : %2" + +@@ -4188,14 +4180,12 @@ msgid "Cannot open %1 for writing : readonly filesystem" + msgstr "Ne mogu da otvorim %1 radi upisa : fajl-sistem samo za čitanje" + + #: libktorrent/torrent/cachefile.cpp:240 +-#, fuzzy + msgid "Cannot expand file %1 : %2" +-msgstr "Ne mogu da raširim fajl : %1" ++msgstr "Ne mogu da raširim fajl %1 : %2" + + #: libktorrent/torrent/cachefile.cpp:242 +-#, fuzzy + msgid "Cannot expand file %1 : incomplete write" +-msgstr "Ne mogu da raširim fajl %1" ++msgstr "Ne mogu da raširim fajl %1 : nekompletan upis" + + #: libktorrent/torrent/cachefile.cpp:255 + #, c-format +@@ -4278,7 +4268,6 @@ msgid "Automatically scans directories for torrent files and loads them." + msgstr "Automatski traži torente u direktorijumima i učitava ih." + + #: plugins/scanfolder/scanfolderplugin.cpp:52 +-#, fuzzy + msgid "Scan Folder" + msgstr "Pregledaj fasciklu" + +@@ -4312,7 +4301,6 @@ msgid "WebInterface Options" + msgstr "Opcije veb interfejsa" + + #: plugins/webinterface/webinterfaceprefwidget.cpp:70 +-#, fuzzy + msgid "Php executable is not in default path, please enter the path manually" + msgstr "Program za PHP nije na podrazumevanoj putanji, unesite putanju ručno" + +@@ -4325,12 +4313,10 @@ msgid "%1 exists and it is executable" + msgstr "%1 postoji i izvršan je" + + #: plugins/webinterface/webinterfaceprefwidget.cpp:120 +-#, fuzzy + msgid "%1 does not exist" + msgstr "%1 ne postoji" + + #: plugins/webinterface/webinterfaceprefwidget.cpp:124 +-#, fuzzy + msgid "%1 is not executable" + msgstr "%1 nije izvršan" + +@@ -4339,18 +4325,16 @@ msgid "%1 is a directory" + msgstr "%1 je direktorijum" + + #: plugins/webinterface/webinterfaceprefwidget.cpp:132 +-#, fuzzy + msgid "%1 is not php executable path" + msgstr "%1 nije putanja do programa za php" + + #: plugins/webinterface/webinterfaceplugin.cpp:44 +-#, fuzzy + msgid "Web Interface" + msgstr "Veb interfejs" + + #: plugins/webinterface/webinterfaceplugin.cpp:44 + msgid "Allow to control ktorrent through browser" +-msgstr "Omogućava da kontrolišete ktorrent kroz veb pregledač" ++msgstr "Omogućava da kontrolišete KTorent kroz veb pregledač" + + #: plugins/infowidget/fileview.cpp:57 + msgid "Download First" +@@ -4519,9 +4503,8 @@ msgid "Filters out unwanted peers based on their IP address" + msgstr "Filtrira neželjene vršnjake na osnovu njihove IP adrese" + + #: plugins/ipfilter/ipfilterplugin.cpp:46 +-#, fuzzy + msgid "IP Filter" +-msgstr "Filter IP-a" ++msgstr "IP filter" + + #: plugins/ipfilter/ipblockingprefpage.cpp:70 + #: plugins/ipfilter/ipblockingprefpage.cpp:94 +@@ -4707,7 +4690,7 @@ msgstr "RSS dovodi" + #: plugins/rssfeed/rsslinkdownloader.cpp:183 + #, c-format + msgid "Failed to find and download a valid torrent for %1" +-msgstr "" ++msgstr "Nisam uspeo da nađem i učitam ispravan torent za %1" + + #: plugins/rssfeed/rssfeedmanager.cpp:78 + msgid "Title" +@@ -4811,7 +4794,6 @@ msgid "Displays ktorrent logging output" + msgstr "Prikazuje izlaz dnevnika KTorenta" + + #: plugins/search/searchprefpage.cpp:52 +-#, fuzzy + msgid "" + "Use your web browser to search for the string %1 (capital letters) on the " + "search engine you want to add. " +@@ -4827,7 +4809,7 @@ msgstr "" + "
Onda kopirajte URL iz trake adrese nakon što se pretraga završi i prenesite " + "ga ovde." + "
" +-"
Na primer, traženje %2 na Google-u će vratiti " ++"
Na primer, traženje %1 na Google-u će vratiti " + "http://www.google.com/search?q=FOOBAR&ie=UTF-8&oe=UTF-8. Ako dodate taj URL " + "ovde, KTorent će moći da pretražuje uz pomoć Google-a." + +@@ -4902,34 +4884,11 @@ msgstr "Preuzmi" + + #: plugins/zeroconf/zeroconfplugin.cpp:41 + msgid "Zeroconf" +-msgstr "" ++msgstr "Zeroconf" + + #: plugins/zeroconf/zeroconfplugin.cpp:41 + msgid "" + "Finds peers running ktorrent on the local network to share torrents with" + msgstr "" +-"Nalazi vršnjake koji koriste ktorrent na lokalnoj mreži sa kojima može da deli " ++"Nalazi vršnjake koji koriste KTorent na lokalnoj mreži sa kojima može da deli " + "torente" +- +-#~ msgid "ETA algorithm:" +-#~ msgstr "ETA algoritam:" +- +-#~ msgid "Cannot load chunk %1" +-#~ msgstr "Ne mogu da učitam parče %1" +- +-#, fuzzy +-#~ msgid "Alt+X" +-#~ msgstr "Alt+1" +- +-#, fuzzy +-#~ msgid "TrackerViewBase" +-#~ msgstr "Pratioci" +- +-#~ msgid "Type of service field of IP packets" +-#~ msgstr "Vrsta servisnog polja IP paketa" +- +-#~ msgid "Alt+N" +-#~ msgstr "Alt+P" +- +-#~ msgid "Alt+S" +-#~ msgstr "Alt+S" +diff --git a/translations/sv/messages/ktorrent.po b/translations/sv/messages/ktorrent.po +index 7860808..e067da2 100644 +--- a/translations/sv/messages/ktorrent.po ++++ b/translations/sv/messages/ktorrent.po +@@ -5,7 +5,7 @@ + msgid "" + msgstr "" + "Project-Id-Version: ktorrent\n" +-"POT-Creation-Date: 2008-04-18 19:40+0200\n" ++"POT-Creation-Date: 2008-07-08 22:20+0200\n" + "PO-Revision-Date: 2008-02-25 22:20+0100\n" + "Last-Translator: Stefan Asserhäll \n" + "Language-Team: Swedish \n" +@@ -19,7 +19,7 @@ msgid "No incoming connections (possibly firewalled)" + msgstr "Inga inkommande anslutningar (möjligen stoppade av brandvägg)" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 42 +-#: apps/ktorrent/ktorrent.cpp:184 rc.cpp:345 rc.cpp:383 rc.cpp:1019 ++#: apps/ktorrent/ktorrent.cpp:184 rc.cpp:336 rc.cpp:369 rc.cpp:989 + #, no-c-format + msgid "Info" + msgstr "Information" +@@ -187,7 +187,7 @@ msgstr "Felaktig webbadress." + #. i18n: file ./apps/ktorrent/ktorrentui.rc line 9 + #: apps/ktorrent/groups/downloadgroup.cpp:27 + #: apps/ktorrent/groups/groupmanager.h:57 apps/ktorrent/pref.cpp:147 +-#: apps/ktorrent/viewmanager.cpp:62 rc.cpp:138 rc.cpp:342 ++#: apps/ktorrent/viewmanager.cpp:62 rc.cpp:132 rc.cpp:333 + #, no-c-format + msgid "Downloads" + msgstr "Nerladdningar" +@@ -309,7 +309,7 @@ msgid "Document to open" + msgstr "Dokument att öppna" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 59 +-#: apps/ktorrent/main.cpp:120 rc.cpp:553 ++#: apps/ktorrent/main.cpp:120 rc.cpp:532 + #, no-c-format + msgid "KTorrent" + msgstr "Ktorrent" +@@ -577,7 +577,7 @@ msgstr "Deltagarkällor för datafllöde:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 85 + #: apps/ktorrent/ktorrentviewmenu.cpp:66 plugins/infowidget/peerview.cpp:221 +-#: rc.cpp:77 rc.cpp:1256 rc.cpp:1307 ++#: rc.cpp:75 rc.cpp:1208 rc.cpp:1259 + #, no-c-format + msgid "DHT" + msgstr "DHT" +@@ -619,7 +619,7 @@ msgid "Add to Group" + msgstr "Lägg till i grupp" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 16 +-#: apps/ktorrent/ktorrentviewmenu.cpp:100 rc.cpp:147 ++#: apps/ktorrent/ktorrentviewmenu.cpp:100 rc.cpp:141 + #, no-c-format + msgid "Speed Limits" + msgstr "Hastighetsgränser" +@@ -637,7 +637,7 @@ msgid "Malformed IP address." + msgstr "Felaktig IP-adress." + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 311 +-#: apps/ktorrent/pref.cpp:58 rc.cpp:282 ++#: apps/ktorrent/pref.cpp:58 rc.cpp:273 + #, no-c-format + msgid "Preferences" + msgstr "Inställningar" +@@ -673,7 +673,7 @@ msgid "Advanced" + msgstr "Avancerat" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 27 +-#: apps/ktorrent/pref.cpp:411 rc.cpp:540 ++#: apps/ktorrent/pref.cpp:411 rc.cpp:519 + #, no-c-format + msgid "Advanced Options" + msgstr "Avancerade alternativ" +@@ -684,7 +684,7 @@ msgstr "Synliga kolumner" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 16 + #: apps/ktorrent/ktorrentview.cpp:135 +-#: plugins/infowidget/infowidgetplugin.cpp:76 rc.cpp:1016 ++#: plugins/infowidget/infowidgetplugin.cpp:76 rc.cpp:986 + #, no-c-format + msgid "Status" + msgstr "Status" +@@ -706,7 +706,7 @@ msgstr "Uppladdade" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 313 + #: apps/ktorrent/ktorrentview.cpp:139 plugins/infowidget/peerview.cpp:216 +-#: rc.cpp:1010 ++#: rc.cpp:980 + #, no-c-format + msgid "Down Speed" + msgstr "Nerladdningshastighet" +@@ -830,7 +830,7 @@ msgid "User" + msgstr "Användare" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 24 +-#: apps/ktorrent/queuedialog.cpp:75 rc.cpp:249 ++#: apps/ktorrent/queuedialog.cpp:75 rc.cpp:240 + #, no-c-format + msgid "Queue Manager" + msgstr "Köhantering" +@@ -1054,8 +1054,8 @@ msgid "Start torrent" + msgstr "Starta dataflöde" + + #. i18n: file ./apps/ktorrent/fileselectdlgbase.ui line 160 +-#: plugins/infowidget/fileview.cpp:49 rc.cpp:27 rc.cpp:1244 rc.cpp:1259 +-#: rc.cpp:1349 rc.cpp:1439 ++#: plugins/infowidget/fileview.cpp:49 rc.cpp:27 rc.cpp:1196 rc.cpp:1211 ++#: rc.cpp:1301 rc.cpp:1385 + #, no-c-format + msgid "Download" + msgstr "Ladda ner" +@@ -1109,13 +1109,13 @@ msgid "Encryption" + msgstr "Kryptering" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 58 +-#: rc.cpp:64 rc.cpp:787 ++#: rc.cpp:63 rc.cpp:764 + #, no-c-format + msgid "Use protocol encryption" + msgstr "Använd protokollkryptering" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 64 +-#: rc.cpp:68 ++#: rc.cpp:66 + #, no-c-format + msgid "" + "Protocol encryption is used to prevent ISP's from slowing down bittorrent " +@@ -1125,13 +1125,13 @@ msgstr "" + "dataflödesanslutningar långsammare." + + #. i18n: file ./apps/ktorrent/generalpref.ui line 72 +-#: rc.cpp:71 rc.cpp:790 ++#: rc.cpp:69 rc.cpp:767 + #, no-c-format + msgid "Allow unencrypted connections" + msgstr "Tillåt okrypterade anslutningar" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 75 +-#: rc.cpp:74 ++#: rc.cpp:72 + #, no-c-format + msgid "" + "If unchecked, you'll be able to connect only to clients supporting encryption." +@@ -1139,7 +1139,7 @@ msgstr "" + "Om avmarkerad, kan du bara ansluta till klienter som stöder kryptering." + + #. i18n: file ./apps/ktorrent/generalpref.ui line 88 +-#: rc.cpp:80 ++#: rc.cpp:78 + #, no-c-format + msgid "" + "Distributed Hash Table protocol." +@@ -1150,169 +1150,169 @@ msgstr "" + "ytterligare information." + + #. i18n: file ./apps/ktorrent/generalpref.ui line 99 +-#: rc.cpp:83 ++#: rc.cpp:81 + #, no-c-format + msgid "&Use DHT to get additional peers" + msgstr "An&vänd DHT för att hämta ytterligare deltagare" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 118 +-#: rc.cpp:87 ++#: rc.cpp:84 + #, no-c-format + msgid "UDP port for DHT communication:" + msgstr "UDP-port för DHT-kommunikation:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 161 +-#: rc.cpp:90 ++#: rc.cpp:87 + #, no-c-format + msgid "Custom IP" + msgstr "Egen IP-adress" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 172 +-#: rc.cpp:93 ++#: rc.cpp:90 + #, no-c-format + msgid "Se&nd the tracker a custom IP address or hostname" + msgstr "Skicka spåraren en egen IP-adress eller ett eget värddator&namn" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 188 +-#: rc.cpp:96 ++#: rc.cpp:93 + #, no-c-format + msgid "Custom IP address or hostname:" + msgstr "Egen IP-adress eller eget värddatornamn:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 205 +-#: rc.cpp:99 ++#: rc.cpp:96 + #, no-c-format + msgid "System Tray Icon" + msgstr "Ikon i systembrickan" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 216 +-#: rc.cpp:102 ++#: rc.cpp:99 + #, no-c-format + msgid "Show s&ystem tray icon" + msgstr "Visa ikon i s&ystembrickan" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 224 +-#: rc.cpp:105 ++#: rc.cpp:102 + #, no-c-format + msgid "Show speed &bar in tray icon" + msgstr "Visa &hastighetsrad i systembrickan" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 232 +-#: rc.cpp:108 ++#: rc.cpp:105 + #, no-c-format + msgid "Show system tray popup messages" + msgstr "Visa meddelanden i systembrickan" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 251 +-#: rc.cpp:112 ++#: rc.cpp:108 + #, no-c-format + msgid "Upload bandwidth (in KB/sec):" + msgstr "Uppladdningsbandbredd (i Kibyte/s):" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 276 +-#: rc.cpp:115 ++#: rc.cpp:111 + #, no-c-format + msgid "Download bandwidth (in KB/sec):" + msgstr "Nerladdningsbandbredd (i Kibyte/s):" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 305 +-#: rc.cpp:118 ++#: rc.cpp:114 + #, no-c-format + msgid "Folders" + msgstr "Kataloger" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 324 +-#: rc.cpp:121 ++#: rc.cpp:117 + #, no-c-format + msgid "Folder to store temporary files:" + msgstr "Katalog för att lagra tillfälliga filer:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 342 +-#: rc.cpp:124 ++#: rc.cpp:120 + #, no-c-format + msgid "Move completed downloads to:" + msgstr "Flytta klara nerladdningar till:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 353 +-#: rc.cpp:128 ++#: rc.cpp:123 + #, no-c-format + msgid "&Automatically save downloads to:" + msgstr "Spara &automatiskt nerladdningar i:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 395 +-#: rc.cpp:131 ++#: rc.cpp:126 + #, no-c-format + msgid "Copy .torrent files to:" + msgstr "Kopiera .torrent-filer till:" + + #. i18n: file ./apps/ktorrent/ktorrentui.rc line 34 +-#: rc.cpp:144 ++#: rc.cpp:138 + #, no-c-format + msgid "Download Toolbar" + msgstr "Nerladdningsverktygsrad" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 27 +-#: rc.cpp:150 ++#: rc.cpp:144 + #, no-c-format + msgid "Set the speed limits for torrent" + msgstr "Ställ in dataflödets hastighetsgränser" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 51 +-#: rc.cpp:153 ++#: rc.cpp:147 + #, no-c-format + msgid "Max upload rate:" + msgstr "Maximal uppladdningshastighet:" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 59 +-#: rc.cpp:156 ++#: rc.cpp:150 + #, no-c-format + msgid "Max download rate:" + msgstr "Maximal nerladdningshastighet:" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 97 +-#: rc.cpp:159 rc.cpp:162 ++#: rc.cpp:153 rc.cpp:156 + #, no-c-format + msgid "KB/s (0 is no limit)" + msgstr "KiB/s (0 betyder obegränsad)" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 16 +-#: rc.cpp:171 ++#: rc.cpp:165 + #, no-c-format + msgid "Add potential peer" + msgstr "Lägg till möjlig deltagare" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 35 +-#: rc.cpp:174 ++#: rc.cpp:168 + #, no-c-format + msgid "Peer IP:" + msgstr "Deltagarens IP-adress:" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 43 +-#: rc.cpp:177 rc.cpp:208 ++#: rc.cpp:171 rc.cpp:201 + #, no-c-format + msgid "127.0.0.1" + msgstr "127.0.0.1" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 51 +-#: rc.cpp:180 rc.cpp:288 rc.cpp:525 rc.cpp:931 ++#: rc.cpp:174 rc.cpp:279 rc.cpp:504 rc.cpp:908 + #, no-c-format + msgid "Port:" + msgstr "Port:" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 100 +-#: rc.cpp:183 ++#: rc.cpp:177 + #, no-c-format + msgid "Enter peer IP and port." + msgstr "Ange deltagarens IP-adress och port." + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 16 +-#: rc.cpp:193 ++#: rc.cpp:186 + #, no-c-format + msgid "KTorrent Blacklist" + msgstr "Ktorrents svartlistning" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 30 +-#: rc.cpp:196 ++#: rc.cpp:189 + #, no-c-format + msgid "" + "Note: Blacklist applies to current session only. Use save/open to save your " +@@ -1323,188 +1323,188 @@ msgstr "" + "(PeerGuardian)." + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 41 +-#: rc.cpp:199 ++#: rc.cpp:192 + #, no-c-format + msgid "Banned Peers" + msgstr "Förbjudna deltagare" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 50 +-#: rc.cpp:202 ++#: rc.cpp:195 + #, no-c-format + msgid "Peer IP address" + msgstr "Deltagarens IP-adress" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 96 +-#: rc.cpp:205 ++#: rc.cpp:198 + #, no-c-format + msgid "Add peer:" + msgstr "Lägg till deltagare:" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 134 +-#: rc.cpp:215 ++#: rc.cpp:207 + #, no-c-format + msgid "Adds a peer to blacklist" + msgstr "Lägger till en svartlistad deltagare" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 168 +-#: rc.cpp:222 ++#: rc.cpp:213 + #, no-c-format + msgid "Removes selected peer from blacklist" + msgstr "Tar bort deltagare från svartlistning" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 176 +-#: rc.cpp:225 ++#: rc.cpp:216 + #, no-c-format + msgid "C&lear" + msgstr "Re&nsa" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 182 +-#: rc.cpp:228 ++#: rc.cpp:219 + #, no-c-format + msgid "Clears this list" + msgstr "Rensar listan" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 218 +-#: rc.cpp:234 ++#: rc.cpp:225 + #, no-c-format + msgid "Save &As..." + msgstr "Spara s&om..." + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 224 +-#: rc.cpp:237 ++#: rc.cpp:228 + #, no-c-format + msgid "Save this blacklist to use with KTorrent IPFilter plugin" + msgstr "" + "Sparar svartlistan för att använda den med Ktorrents IP-filterinsticksprogram" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 59 +-#: rc.cpp:252 ++#: rc.cpp:243 + #, no-c-format + msgid "Maximum downloads:" + msgstr "Maximalt antal nerladdningar:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 86 +-#: rc.cpp:255 ++#: rc.cpp:246 + #, no-c-format + msgid "Maximum seeds:" + msgstr "Maximalt antal erbjudna flöden:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 94 +-#: rc.cpp:258 ++#: rc.cpp:249 + #, no-c-format + msgid "Start download on low disk space :" + msgstr "Starta nerladdningar vid dåligt diskutrymme:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 102 +-#: rc.cpp:261 ++#: rc.cpp:252 + #, no-c-format + msgid "Minimum disk space:" + msgstr "Minimalt diskutrymme:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 140 +-#: rc.cpp:264 ++#: rc.cpp:255 + #, no-c-format + msgid "Don't start" + msgstr "Starta inte" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 145 +-#: rc.cpp:267 ++#: rc.cpp:258 + #, no-c-format + msgid "Always ask" + msgstr "Fråga alltid" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 150 +-#: rc.cpp:270 ++#: rc.cpp:261 + #, no-c-format + msgid "Force start" + msgstr "Tvinga att starta" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 208 +-#: rc.cpp:273 ++#: rc.cpp:264 + #, no-c-format + msgid "MB" + msgstr "MiB" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 236 +-#: rc.cpp:276 rc.cpp:279 rc.cpp:312 rc.cpp:315 rc.cpp:324 ++#: rc.cpp:267 rc.cpp:270 rc.cpp:303 rc.cpp:306 rc.cpp:315 + #, no-c-format + msgid "(0 is no limit)" + msgstr "(0 betyder obegränsat)" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 330 +-#: rc.cpp:285 ++#: rc.cpp:276 + #, no-c-format + msgid "Maximum download rate:" + msgstr "Maximal nerladdningshastighet:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 346 +-#: rc.cpp:291 ++#: rc.cpp:282 + #, no-c-format + msgid "Global connection limit:" + msgstr "Global anslutningsbegränsning:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 354 +-#: rc.cpp:294 ++#: rc.cpp:285 + #, no-c-format + msgid "Max seed time:" + msgstr "Maximal erbjudningstid:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 370 +-#: rc.cpp:297 ++#: rc.cpp:288 + #, no-c-format + msgid "Maximum connections per torrent:" + msgstr "Maximalt antal anslutningar per nerladdning:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 397 +-#: rc.cpp:300 ++#: rc.cpp:291 + #, no-c-format + msgid "Number of upload slots:" + msgstr "Antal uppladdningsnischer:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 405 +-#: rc.cpp:303 ++#: rc.cpp:294 + #, no-c-format + msgid "UDP tracker port:" + msgstr "UDP-spårningsport:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 413 +-#: rc.cpp:306 ++#: rc.cpp:297 + #, no-c-format + msgid "Max share ratio:" + msgstr "Maximalt delningsförhållande:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 421 +-#: rc.cpp:309 ++#: rc.cpp:300 + #, no-c-format + msgid "Maximum upload rate:" + msgstr "Maximal uppladdningshastighet:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 576 +-#: rc.cpp:318 rc.cpp:321 ++#: rc.cpp:309 rc.cpp:312 + #, no-c-format + msgid "KB/sec (0 is no limit)" + msgstr "KiB/sek (0 betyder obegränsad)" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 651 +-#: rc.cpp:327 ++#: rc.cpp:318 + #, no-c-format + msgid "Hours (0 is no limit)" + msgstr "Timmar (0 betyder obegränsat)" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 663 +-#: rc.cpp:330 ++#: rc.cpp:321 + #, no-c-format + msgid "&Keep seeding after download is finished" + msgstr "&Fortsätt erbjuda flödet efter nerladdning är klar" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 674 +-#: rc.cpp:333 ++#: rc.cpp:324 + #, no-c-format + msgid "Attention" + msgstr "Observera" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 685 +-#: rc.cpp:336 ++#: rc.cpp:327 + #, no-c-format + msgid "" + "The above ports must also be forwarded if you are behind a router. The UPnP " +@@ -1514,283 +1514,283 @@ msgstr "" + "UPnP-insticksprogrammet kan göra det åt dig." + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 16 +-#: rc.cpp:339 ++#: rc.cpp:330 + #, no-c-format + msgid "KT Queue Dialog" + msgstr "KT-ködialogruta" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 69 +-#: rc.cpp:348 rc.cpp:386 rc.cpp:1107 ++#: rc.cpp:339 rc.cpp:372 rc.cpp:1067 + #, no-c-format + msgid "Status:" + msgstr "Status:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 85 +-#: rc.cpp:351 rc.cpp:389 rc.cpp:1808 ++#: rc.cpp:342 rc.cpp:375 rc.cpp:1751 + #, no-c-format + msgid "Tracker:" + msgstr "Spårare:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 93 +-#: rc.cpp:354 rc.cpp:392 rc.cpp:1805 ++#: rc.cpp:345 rc.cpp:378 rc.cpp:1748 + #, no-c-format + msgid "DHT:" + msgstr "DHT:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 109 +-#: rc.cpp:357 rc.cpp:395 rc.cpp:1061 ++#: rc.cpp:348 rc.cpp:381 rc.cpp:1025 + #, no-c-format + msgid "Share ratio:" + msgstr "Delningsförhållande:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 117 +-#: rc.cpp:360 ++#: rc.cpp:351 + #, no-c-format + msgid "Bytes left:" + msgstr "Byte kvar:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 177 +-#: rc.cpp:368 rc.cpp:377 ++#: rc.cpp:354 rc.cpp:363 + #, no-c-format + msgid "Torrent" + msgstr "Dataflöde" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 188 +-#: rc.cpp:371 rc.cpp:380 ++#: rc.cpp:357 rc.cpp:366 + #, no-c-format + msgid "Controlled by" + msgstr "Styrd av" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 214 +-#: rc.cpp:374 ++#: rc.cpp:360 + #, no-c-format + msgid "Upload&s" + msgstr "Uppladdnin&gar" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 333 +-#: rc.cpp:398 ++#: rc.cpp:384 + #, no-c-format + msgid "Uploaded:" + msgstr "Uppladdat:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 486 +-#: rc.cpp:406 ++#: rc.cpp:387 + #, no-c-format + msgid "M&ove up" + msgstr "Flytta &upp" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 494 +-#: rc.cpp:409 ++#: rc.cpp:390 + #, no-c-format + msgid "Move dow&n" + msgstr "Flytta &ner" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 519 +-#: rc.cpp:412 ++#: rc.cpp:393 + #, no-c-format + msgid "Move to top" + msgstr "Flytta längst upp" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 530 +-#: rc.cpp:416 ++#: rc.cpp:396 + #, no-c-format + msgid "Move to &bottom" + msgstr "Flytta &längst ner" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 555 +-#: rc.cpp:419 ++#: rc.cpp:399 + #, no-c-format + msgid "&QM Controlled" + msgstr "Styrd av &köhantering" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 563 +-#: rc.cpp:422 ++#: rc.cpp:402 + #, no-c-format + msgid "&User Controlled" + msgstr "Styr av an&vändare" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 30 +-#: rc.cpp:434 ++#: rc.cpp:414 + #, no-c-format + msgid "Paste URL" + msgstr "Klistra in webbadress" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 52 +-#: rc.cpp:437 rc.cpp:1104 rc.cpp:1919 ++#: rc.cpp:417 rc.cpp:1064 rc.cpp:1859 + #, no-c-format + msgid "URL:" + msgstr "Webbadress:" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 106 +-#: rc.cpp:440 ++#: rc.cpp:420 + #, no-c-format + msgid "O&K" + msgstr "O&k" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 114 +-#: rc.cpp:443 rc.cpp:675 rc.cpp:1176 ++#: rc.cpp:423 rc.cpp:653 rc.cpp:1128 + #, no-c-format + msgid "C&ancel" + msgstr "&Avbryt" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 16 +-#: rc.cpp:446 ++#: rc.cpp:426 + #, no-c-format + msgid "Create Torrent" + msgstr "Skapa dataflöde" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 38 +-#: rc.cpp:449 ++#: rc.cpp:429 + #, no-c-format + msgid "The file or folder of which you want to create a torrent:" + msgstr "Filen eller katalogen du vill skapa ett dataflöde för:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 53 +-#: rc.cpp:452 ++#: rc.cpp:432 + #, no-c-format + msgid "You must add at least one tracker or node." + msgstr "Du måste lägga till minst en spårare eller nod." + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 61 +-#: rc.cpp:455 ++#: rc.cpp:435 + #, no-c-format + msgid "File Options" + msgstr "Filalternativ" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 80 +-#: rc.cpp:458 ++#: rc.cpp:438 + #, no-c-format + msgid "Size of each chunk:" + msgstr "Storlek på varje del:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 86 +-#: rc.cpp:461 ++#: rc.cpp:441 + #, no-c-format + msgid "32" + msgstr "32" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 91 +-#: rc.cpp:464 ++#: rc.cpp:444 + #, no-c-format + msgid "64" + msgstr "64" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 96 +-#: rc.cpp:467 ++#: rc.cpp:447 + #, no-c-format + msgid "128" + msgstr "128" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 101 +-#: rc.cpp:470 ++#: rc.cpp:450 + #, no-c-format + msgid "256" + msgstr "256" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 106 +-#: rc.cpp:473 ++#: rc.cpp:453 + #, no-c-format + msgid "512" + msgstr "512" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 111 +-#: rc.cpp:476 ++#: rc.cpp:456 + #, no-c-format + msgid "1024" + msgstr "1024" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 116 +-#: rc.cpp:479 ++#: rc.cpp:459 + #, no-c-format + msgid "2048" + msgstr "2048" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 121 +-#: rc.cpp:482 ++#: rc.cpp:462 + #, no-c-format + msgid "4096" + msgstr "4096" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 126 +-#: rc.cpp:485 ++#: rc.cpp:465 + #, no-c-format + msgid "8192" + msgstr "8192" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 138 +-#: rc.cpp:488 rc.cpp:633 ++#: rc.cpp:468 rc.cpp:611 + #, no-c-format + msgid "KB" + msgstr "KiB" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 165 +-#: rc.cpp:491 ++#: rc.cpp:471 + #, no-c-format + msgid "Start seedin&g the torrent" + msgstr "&Börja erbjuda dataflödet" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 176 +-#: rc.cpp:494 ++#: rc.cpp:474 + #, no-c-format + msgid "Decentrali&zed (DHT only)" + msgstr "De¢raliserat (bara DHT)" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 184 +-#: rc.cpp:497 ++#: rc.cpp:477 + #, no-c-format + msgid "Private torrent (DHT not allowed)" + msgstr "Privat dataflöde (DHT tillåts inte)" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 202 +-#: rc.cpp:500 ++#: rc.cpp:480 + #, no-c-format + msgid "Comments:" + msgstr "Kommentarer:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 248 +-#: rc.cpp:503 ++#: rc.cpp:483 + #, no-c-format + msgid "&Create" + msgstr "S&kapa" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 262 +-#: rc.cpp:506 rc.cpp:1325 ++#: rc.cpp:486 rc.cpp:1277 + #, no-c-format + msgid "Ca&ncel" + msgstr "&Avbryt" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 275 +-#: plugins/infowidget/infowidgetplugin.cpp:214 rc.cpp:509 rc.cpp:1101 ++#: plugins/infowidget/infowidgetplugin.cpp:214 rc.cpp:489 rc.cpp:1061 + #, no-c-format + msgid "Trackers" + msgstr "Spårare" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 283 +-#: rc.cpp:512 ++#: rc.cpp:492 + #, no-c-format + msgid "DHT nodes" + msgstr "DHT-noder" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 333 +-#: rc.cpp:522 ++#: rc.cpp:501 + #, no-c-format + msgid "Node:" + msgstr "Nod:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 385 +-#: rc.cpp:528 ++#: rc.cpp:507 + #, no-c-format + msgid "IP or hostname" + msgstr "IP-adress eller värddatornamn" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 396 +-#: rc.cpp:531 rc.cpp:718 rc.cpp:721 ++#: rc.cpp:510 rc.cpp:695 rc.cpp:698 + #, no-c-format + msgid "Port" + msgstr "Port" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 437 +-#: rc.cpp:534 ++#: rc.cpp:513 + #, no-c-format + msgid "" + "NOTE: Some known good DHT nodes are already inserted. You should probably " +@@ -1800,19 +1800,19 @@ msgstr "" + "också infoga din egen IP-adress och port om du planerar att erbjuda dataflödet." + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 16 +-#: rc.cpp:537 ++#: rc.cpp:516 + #, no-c-format + msgid "Advanced Preferences" + msgstr "Avancerade inställningar" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 46 +-#: rc.cpp:543 ++#: rc.cpp:522 + #, no-c-format + msgid "Time left estimation algorithm:" + msgstr "Algoritm för uppskattning av återstående tid:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 53 +-#: rc.cpp:546 rc.cpp:568 ++#: rc.cpp:525 rc.cpp:547 + #, no-c-format + msgid "" + "KTorrent algorithm: Default algorithm using combination of other " +@@ -1841,355 +1841,355 @@ msgstr "" + "beräknat från X samplingar" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 64 +-#: rc.cpp:556 ++#: rc.cpp:535 + #, no-c-format + msgid "Current speed" + msgstr "Nuvarande hastighet" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 69 +-#: rc.cpp:559 ++#: rc.cpp:538 + #, no-c-format + msgid "Global average speed" + msgstr "Total medelhastighet" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 74 +-#: rc.cpp:562 ++#: rc.cpp:541 + #, no-c-format + msgid "Window of X" + msgstr "Fönster av storleken X" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 79 +-#: rc.cpp:565 ++#: rc.cpp:544 + #, no-c-format + msgid "Moving average" + msgstr "Rörligt medelvärde" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 98 +-#: rc.cpp:575 ++#: rc.cpp:554 + #, no-c-format + msgid "(takes effect after restart)" + msgstr "(får effekt efter omstart)" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 125 +-#: rc.cpp:578 ++#: rc.cpp:557 + #, no-c-format + msgid "Disa&ble diskspace preallocation" + msgstr "Ina&ktivera reservation av diskutrymme" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 141 +-#: rc.cpp:581 ++#: rc.cpp:560 + #, no-c-format + msgid "F&ully preallocate diskspace (avoids fragmentation)" + msgstr "Reservera allt dis&kutrymme i förväg (undviker fragmentering)" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 147 +-#: rc.cpp:584 ++#: rc.cpp:563 + #, no-c-format + msgid "Basic (slow)" + msgstr "Grundläggande (långsam)" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 152 +-#: rc.cpp:587 ++#: rc.cpp:566 + #, no-c-format + msgid "Filesystem specific" + msgstr "Specifik för filsystem" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 174 +-#: rc.cpp:590 ++#: rc.cpp:569 + #, no-c-format + msgid "Performance" + msgstr "Prestanda" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 193 +-#: rc.cpp:593 ++#: rc.cpp:572 + #, no-c-format + msgid "Memory usage:" + msgstr "Minnesanvändning:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 199 +-#: rc.cpp:596 ++#: rc.cpp:575 + #, no-c-format + msgid "Low" + msgstr "Låg" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 204 +-#: rc.cpp:599 ++#: rc.cpp:578 + #, no-c-format + msgid "Medium" + msgstr "Medium" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 209 +-#: rc.cpp:602 ++#: rc.cpp:581 + #, no-c-format + msgid "High" + msgstr "Hög" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 248 +-#: rc.cpp:605 ++#: rc.cpp:584 + #, no-c-format + msgid "GUI update interval:" + msgstr "Uppdateringsintervall för grafiskt gränssnitt:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 254 +-#: rc.cpp:608 ++#: rc.cpp:587 + #, no-c-format + msgid "500ms" + msgstr "500 ms" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 259 +-#: rc.cpp:611 ++#: rc.cpp:590 + #, no-c-format + msgid "1s" + msgstr "1 s" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 264 +-#: rc.cpp:614 ++#: rc.cpp:593 + #, no-c-format + msgid "2s" + msgstr "2 s" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 269 +-#: rc.cpp:617 ++#: rc.cpp:596 + #, no-c-format + msgid "5s" + msgstr "5 s" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 308 +-#: rc.cpp:620 ++#: rc.cpp:599 + #, no-c-format + msgid "Fast CPU" + msgstr "Snabb processor" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 342 +-#: rc.cpp:624 ++#: rc.cpp:602 + #, no-c-format + msgid "Slow CPU" + msgstr "Långsam processor" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 354 +-#: rc.cpp:627 ++#: rc.cpp:605 + #, no-c-format + msgid "Data Checking" + msgstr "Datakontroll" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 373 +-#: rc.cpp:630 ++#: rc.cpp:608 + #, no-c-format + msgid "During uploading, do ¬ recheck chunks bigger than" + msgstr "Vid uppladdning, ko&ntrollera inte om delar större än" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 430 +-#: rc.cpp:636 ++#: rc.cpp:614 + #, no-c-format + msgid "Do a data integrit&y check after" + msgstr "Gör en kontroll av data&integritet efter" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 449 +-#: rc.cpp:639 ++#: rc.cpp:617 + #, no-c-format + msgid "corrupted chunks" + msgstr "skadade delar" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 478 +-#: rc.cpp:642 ++#: rc.cpp:620 + #, no-c-format + msgid "Networking" + msgstr "Nätverk" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 505 +-#: rc.cpp:645 ++#: rc.cpp:623 + #, no-c-format + msgid "Maximum number of connection setups:" + msgstr "Maximalt antal anslutningar:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 527 +-#: rc.cpp:648 ++#: rc.cpp:626 + #, no-c-format + msgid "DSCP for IP packets:" + msgstr "DSCP för IP-paket:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 570 +-#: rc.cpp:651 ++#: rc.cpp:629 + #, no-c-format + msgid "Do not use the KDE pro&xy settings for HTTP tracker connections" + msgstr "Använd inte KDE:s pro&xyinställningar för HTTP-spårningsanslutningar" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 586 +-#: rc.cpp:654 ++#: rc.cpp:632 + #, no-c-format + msgid "HTTP tracker proxy:" + msgstr "HTTP-spårningsproxy:" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 24 +-#: rc.cpp:657 ++#: rc.cpp:635 + #, no-c-format + msgid "Scanning data" + msgstr "Genomsöker data" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 38 +-#: rc.cpp:660 ++#: rc.cpp:638 + #, no-c-format + msgid "Scanning data of torrent :" + msgstr "Genomsöker data från dataflödet:" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 62 +-#: rc.cpp:663 ++#: rc.cpp:641 + #, no-c-format + msgid "Number of chunks found :" + msgstr "Antal hittade delar:" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 70 +-#: rc.cpp:666 ++#: rc.cpp:644 + #, no-c-format + msgid "Number of chunks failed / not downloaded :" + msgstr "Antal misslyckade eller inte nerladdade delar:" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 97 +-#: rc.cpp:669 rc.cpp:672 ++#: rc.cpp:647 rc.cpp:650 + #, no-c-format + msgid "0" + msgstr "0" + + #. i18n: file ./apps/ktupnptest/mainwidget.ui line 54 +-#: rc.cpp:678 ++#: rc.cpp:656 + #, no-c-format + msgid "Test" + msgstr "Test" + + #. i18n: file ./libktorrent/labelviewitembase.ui line 49 +-#: rc.cpp:685 ++#: rc.cpp:662 + #, no-c-format + msgid "textLabel2" + msgstr "textetikett2" + + #. i18n: file ./libktorrent/labelviewitembase.ui line 65 +-#: rc.cpp:688 ++#: rc.cpp:665 + #, no-c-format + msgid "textLabel3" + msgstr "textetikett3" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 10 +-#: rc.cpp:691 ++#: rc.cpp:668 + #, no-c-format + msgid "Maximum number of downloads (0 = no limit)" + msgstr "Maximalt antal nerladdningar (0 = obegränsat)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 15 +-#: rc.cpp:694 ++#: rc.cpp:671 + #, no-c-format + msgid "Maximum number of seeds (0 = no limit)" + msgstr "Maximalt antal erbjudna flöden (0 = obegränsat)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 20 +-#: rc.cpp:697 ++#: rc.cpp:674 + #, no-c-format + msgid "Start downloads on low disk space?" + msgstr "Starta nerladdningar vid dåligt diskutrymme?" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 24 +-#: rc.cpp:700 ++#: rc.cpp:677 + #, no-c-format + msgid "Maximum number of connections per torrent (0 = no limit)" + msgstr "Maximalt antal anslutningar per dataflöde (0 = obegränsat)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 29 +-#: rc.cpp:703 ++#: rc.cpp:680 + #, no-c-format + msgid "Maximum number of connections for all torrents (0 = no limit) " + msgstr "Maximalt antal anslutningar för alla dataflöden (0 = obegränsat) " + + #. i18n: file ./libktorrent/ktorrent.kcfg line 34 +-#: rc.cpp:706 ++#: rc.cpp:683 + #, no-c-format + msgid "Maximum upload speed in KB/sec (0 = no limit)" + msgstr "Maximal uppladdningshastighet i KiB/sek (0 = obegränsad)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 39 +-#: rc.cpp:709 ++#: rc.cpp:686 + #, no-c-format + msgid "Maximum download speed in KB/sec (0 = no limit)" + msgstr "Maximal nerladdningshastighet i KiB/sek (0 = obegränsad)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 44 +-#: rc.cpp:712 ++#: rc.cpp:689 + #, no-c-format + msgid "Maximum share ratio(0 = no limit)" + msgstr "Maximalt delningsförhållande (0 = ingen begränsning)." + + #. i18n: file ./libktorrent/ktorrent.kcfg line 49 +-#: rc.cpp:715 ++#: rc.cpp:692 + #, no-c-format + msgid "Maximum seed time in hours (0 = no limit)" + msgstr "Maximal erbjudningstid (0 = ingen begränsning)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 66 +-#: rc.cpp:724 ++#: rc.cpp:701 + #, no-c-format + msgid "Show a system tray icon" + msgstr "Visa en ikon i systembrickan" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 70 +-#: rc.cpp:727 ++#: rc.cpp:704 + #, no-c-format + msgid "Show speed bar in tray icon" + msgstr "Visa hastighetsrad i systembrickan" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 74 +-#: rc.cpp:730 ++#: rc.cpp:707 + #, no-c-format + msgid "Download bandwidth (in kb/s):" + msgstr "Nerladdningsbandbredd (i Kibyte/s):" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 80 +-#: rc.cpp:733 ++#: rc.cpp:710 + #, no-c-format + msgid "Upload bandwidth (in kb/s):" + msgstr "Uppladdningsbandbredd (i Kibyte/s):" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 86 +-#: rc.cpp:736 ++#: rc.cpp:713 + #, no-c-format + msgid "Show popup messages when torrent is finished." + msgstr "Visa meddelanden när ett dataflöde är klart." + + #. i18n: file ./libktorrent/ktorrent.kcfg line 90 +-#: rc.cpp:739 ++#: rc.cpp:716 + #, no-c-format + msgid "Keep seeding after download has finished" + msgstr "Fortsätt erbjuda flödet efter nerladdning är klar" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 94 +-#: rc.cpp:742 ++#: rc.cpp:719 + #, no-c-format + msgid "Folder to store temporary files" + msgstr "Katalog för att lagra tillfälliga filer" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 98 +-#: rc.cpp:745 ++#: rc.cpp:722 + #, no-c-format + msgid "Whether to automatically save downloads to saveDir" + msgstr "Om nerladdningar automatiskt ska sparas i angiven katalog" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 102 +-#: rc.cpp:748 ++#: rc.cpp:725 + #, no-c-format + msgid "Folder to store downloaded files" + msgstr "Katalog för att lagra nerladdade filer" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 106 +-#: rc.cpp:751 ++#: rc.cpp:728 + #, no-c-format + msgid "Whether to automatically move completed downloads to completedDir" + msgstr "Om färdiga nerladdningar automatiskt ska flyttas till färdigkatalogen" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 110 +-#: rc.cpp:754 ++#: rc.cpp:731 + #, no-c-format + msgid "Folder to move completed downloaded files to" + msgstr "Katalog att flytta färdiga nerladdade filer till" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 114 +-#: rc.cpp:757 ++#: rc.cpp:734 + #, no-c-format + msgid "Whether to automatically copy .torrent files to torrentCopyDir" + msgstr "" +@@ -2197,73 +2197,73 @@ msgstr "" + ".torrent-filer" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 118 +-#: rc.cpp:760 ++#: rc.cpp:737 + #, no-c-format + msgid "Folder to copy .torrent files to" + msgstr "Katalog att kopiera .torrent-filer till" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 122 +-#: rc.cpp:763 ++#: rc.cpp:740 + #, no-c-format + msgid "Whether to use a custom IP to pass to the tracker" + msgstr "Om en egen IP-adress ska användas att skicka till spåraren" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 126 +-#: rc.cpp:766 ++#: rc.cpp:743 + #, no-c-format + msgid "Directory which was used as the last save directory" + msgstr "Katalog som användes för spara senast" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 130 +-#: rc.cpp:769 ++#: rc.cpp:746 + #, no-c-format + msgid "IP to pass to the tracker" + msgstr "IP-adress att skicka till spåraren" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 134 +-#: rc.cpp:772 ++#: rc.cpp:749 + #, no-c-format + msgid "Memory usage" + msgstr "Minnesanvändning" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 138 +-#: rc.cpp:775 ++#: rc.cpp:752 + #, no-c-format + msgid "GUI update interval" + msgstr "Uppdateringsintervall för grafiskt gränssnitt" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 142 +-#: rc.cpp:778 ++#: rc.cpp:755 + #, no-c-format + msgid "Support for DHT" + msgstr "Stöd för DHT" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 146 +-#: rc.cpp:781 ++#: rc.cpp:758 + #, no-c-format + msgid "DHT port" + msgstr "DHT-port" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 152 +-#: rc.cpp:784 ++#: rc.cpp:761 + #, no-c-format + msgid "Number of upload slots" + msgstr "Antal uppladdningsnischer" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 196 +-#: rc.cpp:793 ++#: rc.cpp:770 + #, no-c-format + msgid "Columns shown in KTorrentView" + msgstr "Kolumner visade i Ktorrent" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 205 +-#: rc.cpp:796 ++#: rc.cpp:773 + #, no-c-format + msgid "ET algorithm" + msgstr "Algoritm för beräknad tid" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 227 +-#: rc.cpp:799 ++#: rc.cpp:776 + #, no-c-format + msgid "" + "When there's no space left to complete download and free diskspace is less than " +@@ -2273,457 +2273,457 @@ msgstr "" + "fritt diskutrymme är mindre än minimalt diskutrymme, stoppas dataflödet." + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 16 +-#: rc.cpp:802 ++#: rc.cpp:779 + #, no-c-format + msgid "Plugin Manager" + msgstr "Insticksprogramhantering" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 48 +-#: rc.cpp:805 ++#: rc.cpp:782 + #, no-c-format + msgid "Load" + msgstr "Ladda" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 56 +-#: rc.cpp:808 ++#: rc.cpp:785 + #, no-c-format + msgid "U&nload" + msgstr "Ladda &ur" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 64 +-#: rc.cpp:811 ++#: rc.cpp:788 + #, no-c-format + msgid "Load &All" + msgstr "Ladda &alla" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 72 +-#: rc.cpp:814 ++#: rc.cpp:791 + #, no-c-format + msgid "&Unload All" + msgstr "Ladda &ur alla" + + #. i18n: file ./plugins/upnp/ktupnpplugin.kcfg line 10 +-#: rc.cpp:817 ++#: rc.cpp:794 + #, no-c-format + msgid "Default UPnP device to use" + msgstr "Förvald UPnP-enhet att använda" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 16 +-#: plugins/upnp/upnpplugin.cpp:46 plugins/upnp/upnpprefpage.cpp:31 rc.cpp:820 ++#: plugins/upnp/upnpplugin.cpp:46 plugins/upnp/upnpprefpage.cpp:31 rc.cpp:797 + #, no-c-format + msgid "UPnP" + msgstr "UPnP" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 35 +-#: rc.cpp:823 ++#: rc.cpp:800 + #, no-c-format + msgid "Detected devices:" + msgstr "Detekterade enheter:" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 41 +-#: rc.cpp:826 ++#: rc.cpp:803 + #, no-c-format + msgid "Device" + msgstr "Enhet" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 52 +-#: rc.cpp:829 ++#: rc.cpp:806 + #, no-c-format + msgid "Ports Forwarded" + msgstr "Vidarebefordrade portar" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 63 +-#: rc.cpp:832 ++#: rc.cpp:809 + #, no-c-format + msgid "WAN Connection" + msgstr "Anslutning till fjärrnätverk" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 91 +-#: rc.cpp:835 ++#: rc.cpp:812 + #, no-c-format + msgid "Forw&ard Ports" + msgstr "Vidare&befordra portar" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 99 +-#: rc.cpp:838 ++#: rc.cpp:815 + #, no-c-format + msgid "Undo Port Forwarding" + msgstr "Ångra vidarebefordring av portar" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 124 +-#: rc.cpp:841 ++#: rc.cpp:818 + #, no-c-format + msgid "Rescan" + msgstr "Sök igen" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 9 +-#: rc.cpp:844 ++#: rc.cpp:821 + #, no-c-format + msgid "Enable scanning of folder1?" + msgstr "Aktivera sökning av katalog 1?" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 14 +-#: rc.cpp:847 ++#: rc.cpp:824 + #, no-c-format + msgid "Enable scanning of folder2?" + msgstr "Aktivera sökning av katalog 2?" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 19 +-#: rc.cpp:850 ++#: rc.cpp:827 + #, no-c-format + msgid "Enable scanning of folder3?" + msgstr "Aktivera sökning av katalog 3?" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 24 +-#: rc.cpp:853 ++#: rc.cpp:830 + #, no-c-format + msgid "Folder1 path" + msgstr "Sökväg till katalog 1" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 29 +-#: rc.cpp:856 ++#: rc.cpp:833 + #, no-c-format + msgid "Folder2 path" + msgstr "Sökväg till katalog 2" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 34 +-#: rc.cpp:859 ++#: rc.cpp:836 + #, no-c-format + msgid "Folder3 path" + msgstr "Sökväg till katalog 3" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 39 +-#: rc.cpp:862 ++#: rc.cpp:839 + #, no-c-format + msgid "Whether to open torrent silently or not." + msgstr "Om dataflödet ska öppnas tyst eller inte." + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 44 +-#: rc.cpp:865 ++#: rc.cpp:842 + #, no-c-format + msgid "Delete action checked." + msgstr "Borttagningsåtgärd markerad." + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 49 +-#: rc.cpp:868 ++#: rc.cpp:845 + #, no-c-format + msgid "Move action checked." + msgstr "Förflyttningsåtgärd är markerad." + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 16 +-#: rc.cpp:871 ++#: rc.cpp:848 + #, no-c-format + msgid "ScanFolder Preferences" + msgstr "Katalogsökinställningar" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 35 +-#: rc.cpp:874 ++#: rc.cpp:851 + #, no-c-format + msgid "Scan folder &1" + msgstr "Sök katalog &1" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 38 +-#: rc.cpp:877 rc.cpp:1480 ++#: rc.cpp:854 rc.cpp:1424 + #, no-c-format + msgid "Alt+1" + msgstr "Alt+1" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 46 +-#: rc.cpp:880 ++#: rc.cpp:857 + #, no-c-format + msgid "Scan folder &2" + msgstr "Sök katalog &2" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 49 +-#: rc.cpp:883 rc.cpp:1471 rc.cpp:1495 ++#: rc.cpp:860 rc.cpp:1415 rc.cpp:1439 + #, no-c-format + msgid "Alt+2" + msgstr "Alt+2" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 57 +-#: rc.cpp:886 ++#: rc.cpp:863 + #, no-c-format + msgid "Scan folder &3" + msgstr "Sök katalog &3" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 60 +-#: rc.cpp:889 rc.cpp:1465 ++#: rc.cpp:866 rc.cpp:1409 + #, no-c-format + msgid "Alt+3" + msgstr "Alt+3" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 81 +-#: rc.cpp:895 ++#: rc.cpp:872 + #, no-c-format + msgid "Move to \"loaded\" directory &after loading" + msgstr "Gå till \"l&addad\" katalog efter laddning" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 84 +-#: rc.cpp:898 ++#: rc.cpp:875 + #, no-c-format + msgid "Move torrent to \"loaded\" directory after loading it" + msgstr "Flytta dataflöde till \"laddad\" katalog efter den laddats" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 92 +-#: rc.cpp:901 ++#: rc.cpp:878 + #, no-c-format + msgid "Open torrents silentl&y" + msgstr "Öppna dataflöden t&yst" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 95 +-#: rc.cpp:904 ++#: rc.cpp:881 + #, no-c-format + msgid "Do not show 'Select files to download' dialog" + msgstr "Visa inte dialogrutan 'Markera filer att ladda ner'" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 103 +-#: rc.cpp:907 ++#: rc.cpp:884 + #, no-c-format + msgid "Delete after loadin&g" + msgstr "Ta bort efter laddnin&g" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 106 +-#: rc.cpp:910 ++#: rc.cpp:887 + #, no-c-format + msgid "Deletes torrent after loading" + msgstr "Tar bort dataflödet efter laddning" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 116 +-#: rc.cpp:913 ++#: rc.cpp:890 + #, no-c-format + msgid "Folders to scan" + msgstr "Kataloger att söka i" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 151 +-#: rc.cpp:916 ++#: rc.cpp:893 + #, no-c-format + msgid "Folder 1:" + msgstr "Katalog 1:" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 162 +-#: rc.cpp:919 ++#: rc.cpp:896 + #, no-c-format + msgid "Folder 2:" + msgstr "Katalog 2:" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 173 +-#: rc.cpp:922 ++#: rc.cpp:899 + #, no-c-format + msgid "Folder 3:" + msgstr "Katalog 3:" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 30 +-#: rc.cpp:925 rc.cpp:1895 ++#: rc.cpp:902 rc.cpp:1838 + #, no-c-format + msgid "Search Preferences" + msgstr "Sökinställningar" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 41 +-#: rc.cpp:928 ++#: rc.cpp:905 + #, no-c-format + msgid "Web Server" + msgstr "Webbserver" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 82 +-#: rc.cpp:934 ++#: rc.cpp:911 + #, no-c-format + msgid "Forward port" + msgstr "Vidarebefordra port" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 107 +-#: rc.cpp:937 ++#: rc.cpp:914 + #, no-c-format + msgid "Session TTL (in sec):" + msgstr "Sessionstid att vara aktiv (i sekunder)" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 142 +-#: rc.cpp:940 ++#: rc.cpp:917 + #, no-c-format + msgid "Select interface:" + msgstr "Välj gränssnitt:" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 173 +-#: rc.cpp:943 ++#: rc.cpp:920 + #, no-c-format + msgid "Username:" + msgstr "Användarnamn:" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 188 +-#: rc.cpp:946 ++#: rc.cpp:923 + #, no-c-format + msgid "Change password ..." + msgstr "Ändra lösenord..." + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 206 +-#: rc.cpp:949 ++#: rc.cpp:926 + #, no-c-format + msgid "Php executable path:" + msgstr "Sökväg till körbar fil för PHP:" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 10 +-#: rc.cpp:953 ++#: rc.cpp:929 + #, no-c-format + msgid "Port number" + msgstr "Portnummer" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 15 +-#: rc.cpp:956 ++#: rc.cpp:932 + #, no-c-format + msgid "forward Port" + msgstr "vidarebefordra port" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 20 +-#: rc.cpp:959 ++#: rc.cpp:935 + #, no-c-format + msgid "Session time to live" + msgstr "Sessionstid att vara aktiv" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 24 +-#: rc.cpp:962 ++#: rc.cpp:938 + #, no-c-format + msgid "interface skin" + msgstr "Gränssnittets skal" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 28 +-#: rc.cpp:965 ++#: rc.cpp:941 + #, no-c-format + msgid "php executable path" + msgstr "Sökväg till körbar fil för PHP" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 33 +-#: rc.cpp:968 ++#: rc.cpp:944 + #, no-c-format + msgid "username" + msgstr "användarnamn" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 37 +-#: rc.cpp:971 ++#: rc.cpp:947 + #, no-c-format + msgid "password" + msgstr "lösenord" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 16 +-#: plugins/infowidget/infowidgetplugin.cpp:194 rc.cpp:974 rc.cpp:1046 ++#: plugins/infowidget/infowidgetplugin.cpp:194 rc.cpp:950 rc.cpp:1010 + #, no-c-format + msgid "Chunks" + msgstr "Delar" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 43 +-#: rc.cpp:977 ++#: rc.cpp:953 + #, no-c-format + msgid "Total:" + msgstr "Totalt:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 81 +-#: rc.cpp:981 ++#: rc.cpp:956 + #, no-c-format + msgid "Currently downloading:" + msgstr "Nuvarande nerladdningar:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 119 +-#: rc.cpp:985 ++#: rc.cpp:959 + #, no-c-format + msgid "Downloaded:" + msgstr "Nerladdade:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 157 +-#: rc.cpp:989 ++#: rc.cpp:962 + #, no-c-format + msgid "Excluded:" + msgstr "Undantagna:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 195 +-#: rc.cpp:993 ++#: rc.cpp:965 + #, no-c-format + msgid "Left:" + msgstr "Kvar:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 233 +-#: rc.cpp:997 ++#: rc.cpp:968 + #, no-c-format + msgid "Size:" + msgstr "Storlek:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 280 +-#: rc.cpp:1001 ++#: rc.cpp:971 + #, no-c-format + msgid "Chunk" + msgstr "Del" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 291 +-#: rc.cpp:1004 ++#: rc.cpp:974 + #, no-c-format + msgid "Progress" + msgstr "Förlopp" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 302 +-#: rc.cpp:1007 ++#: rc.cpp:977 + #, no-c-format + msgid "Peer" + msgstr "Deltagare" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 324 +-#: rc.cpp:1013 ++#: rc.cpp:983 + #, no-c-format + msgid "Assigned Peers" + msgstr "Tilldelade deltagare" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 63 +-#: rc.cpp:1022 ++#: rc.cpp:992 + #, no-c-format + msgid "Seeders:" + msgstr "Med hela flödet:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 71 +-#: rc.cpp:1025 ++#: rc.cpp:995 + #, no-c-format + msgid "Leechers:" + msgstr "Med delar av flödet:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 129 +-#: rc.cpp:1030 ++#: rc.cpp:998 + #, no-c-format + msgid "Average Down Speed:" + msgstr "Medelnerladdningshastighet:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 177 +-#: rc.cpp:1035 ++#: rc.cpp:1001 + #, no-c-format + msgid "Average Up Speed:" + msgstr "Medeluppladdningshastighet:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 195 +-#: rc.cpp:1038 rc.cpp:1111 ++#: rc.cpp:1004 rc.cpp:1070 + #, no-c-format + msgid "Next update in:" + msgstr "Nästa uppdatering:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 203 +-#: rc.cpp:1041 ++#: rc.cpp:1007 + #, no-c-format + msgid "Tracker Status:" + msgstr "Spårarens status:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 332 +-#: rc.cpp:1049 ++#: rc.cpp:1013 + #, no-c-format + msgid "Parts of the torrent which have been downloaded:" + msgstr "Delar av flödet som har laddats ner:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 367 +-#: rc.cpp:1052 ++#: rc.cpp:1016 + #, no-c-format + msgid "Parts of the torrent which are available:" + msgstr "Delar av flödet som är tillgängliga:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 457 +-#: rc.cpp:1055 ++#: rc.cpp:1019 + #, no-c-format + msgid "Sharing" + msgstr "Delning" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 487 +-#: rc.cpp:1058 ++#: rc.cpp:1022 + #, no-c-format + msgid "" + "Your upload will stop when share ratio gets to this value. Zero means no limit." +@@ -2732,145 +2732,145 @@ msgstr "" + "ingen begränsning." + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 525 +-#: rc.cpp:1064 ++#: rc.cpp:1028 + #, no-c-format + msgid "Your upload will stop when you have uploaded for this many hours." + msgstr "Uppladdningen stoppas när den har laddas upp så här många timmar." + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 533 +-#: rc.cpp:1067 ++#: rc.cpp:1031 + #, no-c-format + msgid "Hours" + msgstr "Timmar" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 543 +-#: rc.cpp:1070 ++#: rc.cpp:1034 + #, no-c-format + msgid "Ratio limit:" + msgstr "Förhållandegräns:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 549 +-#: rc.cpp:1074 ++#: rc.cpp:1037 + #, no-c-format + msgid "Limit works only in seed mode" + msgstr "Gränsen fungerar bara när flödet erbjuds" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 557 +-#: rc.cpp:1077 ++#: rc.cpp:1040 + #, no-c-format + msgid "Time &limit:" + msgstr "Tids&gräns:" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 37 +-#: rc.cpp:1081 ++#: rc.cpp:1043 + #, no-c-format + msgid "&Update Tracker" + msgstr "&Uppdatera spårare" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 40 +-#: rc.cpp:1084 ++#: rc.cpp:1046 + #, no-c-format + msgid "Minimum update interval - 60 seconds" + msgstr "Minimalt uppdateringsintervall - 60 sekunder" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 48 +-#: rc.cpp:1087 ++#: rc.cpp:1049 + #, no-c-format + msgid "Add Trac&ker" + msgstr "Lägg till spå&rare" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 64 +-#: rc.cpp:1090 ++#: rc.cpp:1052 + #, no-c-format + msgid "Remove Tracker" + msgstr "Ta bort spårare" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 75 +-#: rc.cpp:1094 ++#: rc.cpp:1055 + #, no-c-format + msgid "Ch&ange Tracker" + msgstr "Ändr&a spårare" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 100 +-#: rc.cpp:1097 ++#: rc.cpp:1058 + #, no-c-format + msgid "Restore Defaults" + msgstr "Återställ förval" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 10 +-#: rc.cpp:1115 ++#: rc.cpp:1073 + #, no-c-format + msgid "Show peer view tab in main window" + msgstr "Visa visningsflik för deltagare i huvudfönstret" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 14 +-#: rc.cpp:1118 ++#: rc.cpp:1076 + #, no-c-format + msgid "Show chunk download view tab in main window" + msgstr "Visa visningsfliken för delnerladdning i huvudfönstret" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 18 +-#: rc.cpp:1121 ++#: rc.cpp:1079 + #, no-c-format + msgid "Show trackers view tab in main window" + msgstr "Visa visningsflik för spårare i huvudfönstret" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 24 +-#: rc.cpp:1124 ++#: rc.cpp:1082 + #, no-c-format + msgid "Show list of peers" + msgstr "Visa lista med deltagare" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 35 +-#: rc.cpp:1128 ++#: rc.cpp:1085 + #, no-c-format + msgid "Show list of chunks currentl&y downloading" + msgstr "Visa lista med delar som &för närvarande laddas ner" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 60 +-#: rc.cpp:1131 ++#: rc.cpp:1088 + #, no-c-format + msgid "Show list of trackers" + msgstr "Visa lista med spårare" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 16 +-#: rc.cpp:1135 ++#: rc.cpp:1091 + #, no-c-format + msgid "IPBlocking Preferences" + msgstr "IP-blockeringsinställningar" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 47 +-#: rc.cpp:1138 ++#: rc.cpp:1094 + #, no-c-format + msgid "Select PeerGuardian Filter File " + msgstr "Välj PeerGuardian-filterfil " + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 58 +-#: rc.cpp:1141 ++#: rc.cpp:1097 + #, no-c-format + msgid "Use PeerGuardian filter?" + msgstr "Använd PeerGuardian-filter?" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 77 +-#: rc.cpp:1145 ++#: rc.cpp:1100 + #, no-c-format + msgid "IP filter file:" + msgstr "IP-filterfil:" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 85 +-#: rc.cpp:1148 ++#: rc.cpp:1103 + #, no-c-format + msgid "http://www.bluetack.co.uk/modules.php?name=Downloads&d_op=getit&lid=8" + msgstr "http://www.bluetack.co.uk/modules.php?name=Downloads&d_op=getit&lid=8" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 123 +-#: rc.cpp:1151 ++#: rc.cpp:1106 + #, no-c-format + msgid "Dow&nload/Convert" + msgstr "Ladda &ner och konvertera" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 134 +-#: rc.cpp:1154 ++#: rc.cpp:1109 + #, no-c-format + msgid "" + "Download PeerGuardian filter from bluetack.co.uk or blocklist.org.\n" +@@ -2880,25 +2880,25 @@ msgstr "" + "Observera: ZIP-filer från bluetack.co.uk stöds." + + #. i18n: file ./plugins/ipfilter/ktipfilterplugin.kcfg line 10 +-#: rc.cpp:1159 ++#: rc.cpp:1113 + #, no-c-format + msgid "Level1 filter url" + msgstr "Filterwebbadress av nivå 1" + + #. i18n: file ./plugins/ipfilter/ktipfilterplugin.kcfg line 14 +-#: rc.cpp:1162 ++#: rc.cpp:1116 + #, no-c-format + msgid "Use level1 filter?" + msgstr "Använd nivå 1 filter?" + + #. i18n: file ./plugins/ipfilter/convert_dlg.ui line 24 +-#: plugins/ipfilter/convertdialog.cpp:155 rc.cpp:1165 ++#: plugins/ipfilter/convertdialog.cpp:155 rc.cpp:1119 + #, no-c-format + msgid "Converting..." + msgstr "Konverterar..." + + #. i18n: file ./plugins/ipfilter/convert_dlg.ui line 41 +-#: rc.cpp:1168 ++#: rc.cpp:1122 + #, no-c-format + msgid "" + "Click on the 'convert' button to start converting antip2p file. NOTE: This " +@@ -2910,61 +2910,61 @@ msgstr "" + "tiden kommer du inte att kunna använda Ktorrent." + + #. i18n: file ./plugins/stats/sprefwgt.ui line 27 +-#: rc.cpp:1179 ++#: rc.cpp:1131 + #, no-c-format + msgid "Update" + msgstr "Uppdatera" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 46 +-#: rc.cpp:1182 rc.cpp:1268 ++#: rc.cpp:1134 rc.cpp:1220 + #, no-c-format + msgid "Update charts every" + msgstr "Uppdatera diagram var" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 71 +-#: rc.cpp:1185 ++#: rc.cpp:1137 + #, no-c-format + msgid "GUI updates" + msgstr "Uppdateringar av grafiskt gränssnitt" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 92 +-#: rc.cpp:1188 rc.cpp:1271 ++#: rc.cpp:1140 rc.cpp:1223 + #, no-c-format + msgid "Gather data every" + msgstr "Samla in data var" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 120 +-#: rc.cpp:1191 ++#: rc.cpp:1143 + #, no-c-format + msgid "miliseconds" + msgstr "millisekund" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 135 +-#: rc.cpp:1194 ++#: rc.cpp:1146 + #, no-c-format + msgid "Maximum" + msgstr "Maximal" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 154 +-#: rc.cpp:1197 ++#: rc.cpp:1149 + #, no-c-format + msgid "Maximum speed scale mode:" + msgstr "Maximal hastighetsskala:" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 165 +-#: rc.cpp:1203 ++#: rc.cpp:1155 + #, no-c-format + msgid "Exact" + msgstr "Exakt" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 175 +-#: rc.cpp:1206 ++#: rc.cpp:1158 + #, no-c-format + msgid "See 'What's this' for more help" + msgstr "Se 'Vad är det här' för ytterligare hjälp" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 180 +-#: rc.cpp:1209 ++#: rc.cpp:1161 + #, no-c-format + msgid "" + "Set maximum value on OY scale as:\n" +@@ -2976,31 +2976,31 @@ msgstr "" + "- Exakt: Maximal uppnådd hastighet som syns i diagrammet" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 192 +-#: rc.cpp:1214 rc.cpp:1247 ++#: rc.cpp:1166 rc.cpp:1199 + #, no-c-format + msgid "Peers speed" + msgstr "Deltagarens hastighet" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 211 +-#: rc.cpp:1217 ++#: rc.cpp:1169 + #, no-c-format + msgid "Peers speed:" + msgstr "Deltagarens hastighet:" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 222 +-#: rc.cpp:1220 ++#: rc.cpp:1172 + #, no-c-format + msgid "update every" + msgstr "uppdatera var" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 244 +-#: rc.cpp:1223 ++#: rc.cpp:1175 + #, no-c-format + msgid "chart data updates" + msgstr "uppdateringar av diagramdata" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 254 +-#: rc.cpp:1226 ++#: rc.cpp:1178 + #, no-c-format + msgid "Gathering data about many connected peers can be CPU consuming." + msgstr "" +@@ -3008,817 +3008,817 @@ msgstr "" + "processorkraft." + + #. i18n: file ./plugins/stats/sprefwgt.ui line 267 +-#: rc.cpp:1229 ++#: rc.cpp:1181 + #, no-c-format + msgid "Peers connections" + msgstr "Deltagarens anslutningar" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 270 +-#: rc.cpp:1232 ++#: rc.cpp:1184 + #, no-c-format + msgid "Large values can obscure charts of connected peers" + msgstr "Stora värden kan dölja diagram för anslutna deltagare" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 289 +-#: rc.cpp:1235 ++#: rc.cpp:1187 + #, no-c-format + msgid "Show seeders in swarms" + msgstr "Visa användare med hela flödet i svärmar" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 297 +-#: rc.cpp:1238 ++#: rc.cpp:1190 + #, no-c-format + msgid "Show leechers in swarms" + msgstr "Visa användare med delar av flödet i svärmar" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 309 +-#: rc.cpp:1241 ++#: rc.cpp:1193 + #, no-c-format + msgid "Measurements count" + msgstr "Antal mätningar" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 392 +-#: rc.cpp:1250 rc.cpp:1265 ++#: rc.cpp:1202 rc.cpp:1217 + #, no-c-format + msgid "Upload" + msgstr "Uppladdning" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 424 +-#: rc.cpp:1253 ++#: rc.cpp:1205 + #, no-c-format + msgid "Connections" + msgstr "Anslutningar" + + #. i18n: file ./plugins/stats/statsspdwgt.ui line 40 +-#: plugins/infowidget/infowidgetplugin.cpp:173 rc.cpp:1262 rc.cpp:1304 ++#: plugins/infowidget/infowidgetplugin.cpp:173 rc.cpp:1214 rc.cpp:1256 + #, no-c-format + msgid "Peers" + msgstr "Deltagare" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 18 +-#: rc.cpp:1274 ++#: rc.cpp:1226 + #, no-c-format + msgid "Toggle peers speed charts" + msgstr "Växla diagram med deltagares hastighet" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 22 +-#: rc.cpp:1277 ++#: rc.cpp:1229 + #, no-c-format + msgid "Interval between getting data about peers speed" + msgstr "Intervall mellan hämtning av data om deltagares hastighet" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 26 +-#: rc.cpp:1280 ++#: rc.cpp:1232 + #, no-c-format + msgid "Toggle drawing of leechers in swarms" + msgstr "Växla uppritning i svärmar för användare med delar av flödet" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 30 +-#: rc.cpp:1283 ++#: rc.cpp:1235 + #, no-c-format + msgid "Toggle drawing of seeders in swarms" + msgstr "Växla uppritning i svärmar för användare med hela flödet" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 35 +-#: rc.cpp:1286 ++#: rc.cpp:1238 + #, no-c-format + msgid "Download mesurments count" + msgstr "Antal nerladdningsmätningar" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 39 +-#: rc.cpp:1289 ++#: rc.cpp:1241 + #, no-c-format + msgid "Peers speed mesurments count" + msgstr "Antal mätningar av deltagares hastighet" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 43 +-#: rc.cpp:1292 ++#: rc.cpp:1244 + #, no-c-format + msgid "Upload mesurments count" + msgstr "Antal uppladdningsmätningar" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 47 +-#: rc.cpp:1295 ++#: rc.cpp:1247 + #, no-c-format + msgid "Connections mesurments count" + msgstr "Antal anslutningsmätningar" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 51 +-#: rc.cpp:1298 ++#: rc.cpp:1250 + #, no-c-format + msgid "DHT mesurments count" + msgstr "Antal DHT-mätningar" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 56 +-#: rc.cpp:1301 ++#: rc.cpp:1253 + #, no-c-format + msgid "OY axis max mode" + msgstr "Maximalläge för OY-axel" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 16 +-#: rc.cpp:1310 ++#: rc.cpp:1262 + #, no-c-format + msgid "Import an existing download" + msgstr "Importera befintlig nerladdning" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 49 +-#: rc.cpp:1313 ++#: rc.cpp:1265 + #, no-c-format + msgid "Torrent:" + msgstr "Dataflöde:" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 63 +-#: rc.cpp:1316 ++#: rc.cpp:1268 + #, no-c-format + msgid "Data:" + msgstr "Data:" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 95 +-#: rc.cpp:1319 ++#: rc.cpp:1271 + #, no-c-format + msgid "" + "Please specify the torrent and the data already downloaded for that torrent." + msgstr "Ange dataflöde och data som redan laddats ner för det dataflödet." + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 133 +-#: rc.cpp:1322 ++#: rc.cpp:1274 + #, no-c-format + msgid "&Import" + msgstr "&Importera" + + #. i18n: file ./plugins/rssfeed/ktrssfeedplugin.kcfg line 10 +-#: rc.cpp:1328 ++#: rc.cpp:1280 + #, no-c-format + msgid "default" + msgstr "förval" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 18 +-#: rc.cpp:1331 ++#: rc.cpp:1283 + #, no-c-format + msgid "Rss Feeds" + msgstr "RSS-kanaler" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 36 +-#: rc.cpp:1334 ++#: rc.cpp:1286 + #, no-c-format + msgid "Feeds" + msgstr "Kanaler" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 78 +-#: rc.cpp:1337 ++#: rc.cpp:1289 + #, no-c-format + msgid "De&lete" + msgstr "&Ta bort" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 86 +-#: rc.cpp:1340 rc.cpp:1382 rc.cpp:1392 ++#: rc.cpp:1292 rc.cpp:1331 rc.cpp:1340 + #, no-c-format + msgid "&New" + msgstr "&Ny" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 117 +-#: rc.cpp:1343 ++#: rc.cpp:1295 + #, no-c-format + msgid "&URL" + msgstr "&Webbadress" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 139 +-#: rc.cpp:1346 ++#: rc.cpp:1298 + #, no-c-format + msgid "Articles" + msgstr "Artiklar" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 216 +-#: rc.cpp:1353 ++#: rc.cpp:1304 + #, no-c-format + msgid "Auto&refresh" + msgstr "&Uppdatera automatiskt" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 242 +-#: rc.cpp:1356 ++#: rc.cpp:1307 + #, no-c-format + msgid "I&gnore TTL" + msgstr "I&gnorera TTL" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 270 +-#: rc.cpp:1359 ++#: rc.cpp:1310 + #, no-c-format + msgid "Refresh" + msgstr "Uppdatera" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 299 +-#: rc.cpp:1363 rc.cpp:1395 ++#: rc.cpp:1313 rc.cpp:1343 + #, no-c-format + msgid "&Title" + msgstr "&Titel" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 323 +-#: rc.cpp:1366 ++#: rc.cpp:1316 + #, no-c-format + msgid "Keep Articles (days)" + msgstr "Behåll artiklar (dagar)" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 347 +-#: rc.cpp:1369 rc.cpp:1398 ++#: rc.cpp:1319 rc.cpp:1346 + #, no-c-format + msgid "&Active" + msgstr "&Aktiv" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 362 +-#: rc.cpp:1372 ++#: rc.cpp:1322 + #, no-c-format + msgid "Filters" + msgstr "Filter" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 389 +-#: rc.cpp:1375 ++#: rc.cpp:1325 + #, no-c-format + msgid "Accept Filters" + msgstr "Filter för att acceptera" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 440 +-#: rc.cpp:1385 ++#: rc.cpp:1334 + #, no-c-format + msgid "Reject Filters" + msgstr "Filter för att förkasta" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 557 +-#: rc.cpp:1401 ++#: rc.cpp:1349 + #, no-c-format + msgid "Regular Expressions" + msgstr "Reguljära uttryck" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 587 +-#: rc.cpp:1404 ++#: rc.cpp:1352 + #, no-c-format + msgid "Treat as &Series" + msgstr "Behandla som &serier" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 624 +-#: rc.cpp:1407 ++#: rc.cpp:1355 + #, no-c-format + msgid "Process" + msgstr "Behandla" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 643 +-#: rc.cpp:1411 ++#: rc.cpp:1358 + #, no-c-format + msgid "Series Criteria" + msgstr "Kriterier för serie" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 679 +-#: rc.cpp:1414 ++#: rc.cpp:1361 + #, no-c-format + msgid "Match Without Episode" + msgstr "Träffar utan episod" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 713 +-#: rc.cpp:1418 ++#: rc.cpp:1364 + #, no-c-format + msgid "Max Episode" + msgstr "Sista episod" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 739 +-#: rc.cpp:1421 ++#: rc.cpp:1367 + #, no-c-format + msgid "Max Season" + msgstr "Sista säsong" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 758 +-#: rc.cpp:1424 ++#: rc.cpp:1370 + #, no-c-format + msgid "Min Season" + msgstr "Första säsong" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 782 +-#: rc.cpp:1427 ++#: rc.cpp:1373 + #, no-c-format + msgid "Min Episode" + msgstr "Första episod" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 814 +-#: rc.cpp:1430 ++#: rc.cpp:1376 + #, no-c-format + msgid "Test te&xt" + msgstr "Testte&xt" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 840 +-#: rc.cpp:1433 ++#: rc.cpp:1379 + #, no-c-format + msgid "Te&st" + msgstr "Te&st" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 858 +-#: rc.cpp:1436 ++#: rc.cpp:1382 + #, no-c-format + msgid "Filter Matches" + msgstr "Filtrera träffar" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 28 +-#: rc.cpp:1447 ++#: rc.cpp:1391 + #, no-c-format + msgid "Bandwidth scheduler" + msgstr "Schemaläggning av bandbredd" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 50 +-#: rc.cpp:1450 ++#: rc.cpp:1394 + #, no-c-format + msgid "Left click category" + msgstr "Vänsterklickskategori" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 61 +-#: rc.cpp:1453 ++#: rc.cpp:1397 + #, no-c-format + msgid "Categor&y 1" + msgstr "Kate&gori 1" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 157 +-#: rc.cpp:1456 rc.cpp:1483 ++#: rc.cpp:1400 rc.cpp:1427 + #, no-c-format + msgid "T&urn off" + msgstr "Stäng &av" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 165 +-#: rc.cpp:1459 rc.cpp:1486 ++#: rc.cpp:1403 rc.cpp:1430 + #, no-c-format + msgid "&Normal" + msgstr "&Normal" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 195 +-#: rc.cpp:1462 ++#: rc.cpp:1406 + #, no-c-format + msgid "Category &3" + msgstr "Kategori &3" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 206 +-#: rc.cpp:1468 rc.cpp:1492 ++#: rc.cpp:1412 rc.cpp:1436 + #, no-c-format + msgid "Category &2" + msgstr "Kategori &2" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 219 +-#: rc.cpp:1474 ++#: rc.cpp:1418 + #, no-c-format + msgid "Right click category" + msgstr "Högerklickskategori" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 230 +-#: rc.cpp:1477 ++#: rc.cpp:1421 + #, no-c-format + msgid "Category &1" + msgstr "Kategori &1" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 367 +-#: rc.cpp:1489 ++#: rc.cpp:1433 + #, no-c-format + msgid "&Category 3" + msgstr "&Kategori 3" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 390 +-#: rc.cpp:1498 ++#: rc.cpp:1442 + #, no-c-format + msgid "Categories" + msgstr "Kategorier" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 401 +-#: rc.cpp:1501 ++#: rc.cpp:1445 + #, no-c-format + msgid "1. Category" + msgstr "1:a kategori" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 409 +-#: rc.cpp:1504 ++#: rc.cpp:1448 + #, no-c-format + msgid "3. Category" + msgstr "3:e kategori" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 425 +-#: rc.cpp:1507 rc.cpp:1516 rc.cpp:1525 ++#: rc.cpp:1451 rc.cpp:1460 rc.cpp:1469 + #, no-c-format + msgid "download:" + msgstr "ladda ner:" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 441 +-#: rc.cpp:1510 rc.cpp:1519 rc.cpp:1528 ++#: rc.cpp:1454 rc.cpp:1463 rc.cpp:1472 + #, no-c-format + msgid "upload:" + msgstr "ladda upp:" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 457 +-#: rc.cpp:1513 rc.cpp:1522 rc.cpp:1531 ++#: rc.cpp:1457 rc.cpp:1466 rc.cpp:1475 + #, no-c-format + msgid "KB/s *" + msgstr "KiB/s *" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 567 +-#: rc.cpp:1534 ++#: rc.cpp:1478 + #, no-c-format + msgid "2. Category" + msgstr "2:a kategori" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 626 +-#: rc.cpp:1538 ++#: rc.cpp:1481 + #, no-c-format + msgid "* zero means no limit" + msgstr "* 0 betyder obegränsat" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 672 +-#: rc.cpp:1541 ++#: rc.cpp:1484 + #, no-c-format + msgid "Save to file" + msgstr "Spara i fil" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 680 +-#: rc.cpp:1544 ++#: rc.cpp:1487 + #, no-c-format + msgid "&Load from file" + msgstr "&Ladda från fil" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 688 +-#: rc.cpp:1547 ++#: rc.cpp:1490 + #, no-c-format + msgid "Reset schedule" + msgstr "Återställ schema" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 751 +-#: rc.cpp:1550 ++#: rc.cpp:1493 + #, no-c-format + msgid "O&k" + msgstr "O&k" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 16 +-#: rc.cpp:1559 ++#: rc.cpp:1502 + #, no-c-format + msgid "Scheduler Plugin Pref Page" + msgstr "Inställningssida för insticksprogram för schemaläggning" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 27 +-#: rc.cpp:1562 ++#: rc.cpp:1505 + #, no-c-format + msgid "Use &bandwidth scheduler?" + msgstr "Använd schemaläggning av &bandbredd?" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 35 +-#: plugins/scheduler/schedulerplugin.cpp:59 rc.cpp:1565 ++#: plugins/scheduler/schedulerplugin.cpp:59 rc.cpp:1508 + #, no-c-format + msgid "Bandwidth Scheduler" + msgstr "Schemaläggning av bandbredd" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 46 +-#: rc.cpp:1568 ++#: rc.cpp:1511 + #, no-c-format + msgid "Use colors instead of pi&xmaps?" + msgstr "Använd färger istället för p&unktavbildningar?" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 54 +-#: rc.cpp:1571 ++#: rc.cpp:1514 + #, no-c-format + msgid "(Recommended for slower systems)" + msgstr "(Rekommenderas för långsammare system)" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 62 +-#: rc.cpp:1574 ++#: rc.cpp:1517 + #, no-c-format + msgid "Edit s&chedule" + msgstr "Redigera s&chema" + + #. i18n: file ./plugins/scheduler/ktschedulerplugin.kcfg line 10 +-#: rc.cpp:1577 ++#: rc.cpp:1520 + #, no-c-format + msgid "Enable bandwidth scheduler?" + msgstr "Aktivera schemaläggning av bandbredd?" + + #. i18n: file ./plugins/scheduler/ktschedulerplugin.kcfg line 14 +-#: rc.cpp:1580 ++#: rc.cpp:1523 + #, no-c-format + msgid "Use colors instead of pixmaps?" + msgstr "Använd färger istället för punktavbildningar?" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 10 +-#: rc.cpp:1583 ++#: rc.cpp:1526 + #, no-c-format + msgid "Use rich log text" + msgstr "Använd formaterad text i logg" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 15 +-#: rc.cpp:1586 ++#: rc.cpp:1529 + #, no-c-format + msgid "General info messages flag" + msgstr "Meddelandeflagga för allmän information" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 19 +-#: rc.cpp:1589 ++#: rc.cpp:1532 + #, no-c-format + msgid "Connections messages flag" + msgstr "Meddelandeflagga för anslutningar" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 23 +-#: rc.cpp:1592 ++#: rc.cpp:1535 + #, no-c-format + msgid "DHT messages flag" + msgstr "Meddelandeflagga för DHT" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 27 +-#: rc.cpp:1595 ++#: rc.cpp:1538 + #, no-c-format + msgid "Tracker info messages flag" + msgstr "Meddelandeflagga för spårningsinformation" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 31 +-#: rc.cpp:1598 ++#: rc.cpp:1541 + #, no-c-format + msgid "Disk IO info messages flag" + msgstr "Meddelandeflagga för information om disk in- och utmatning" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 35 +-#: rc.cpp:1601 ++#: rc.cpp:1544 + #, no-c-format + msgid "IPFilter plugin messages flag" + msgstr "Meddelandeflagga i insticksprogram för IP-filtrering" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 39 +-#: rc.cpp:1604 ++#: rc.cpp:1547 + #, no-c-format + msgid "Search plugin messages flag" + msgstr "Meddelandeflagga i sökinsticksprogram" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 43 +-#: rc.cpp:1607 ++#: rc.cpp:1550 + #, no-c-format + msgid "PartFileImport plugin messages flag" + msgstr "Meddelandeflagga i insticksprogram för delfilimport" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 47 +-#: rc.cpp:1610 ++#: rc.cpp:1553 + #, no-c-format + msgid "InfoWidget plugin messages flag" + msgstr "Meddelandeflagga i insticksprogram för informationskomponent" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 51 +-#: rc.cpp:1613 ++#: rc.cpp:1556 + #, no-c-format + msgid "UPnP plugin messages flag" + msgstr "Meddelandeflagga i UPnP-insticksprogram" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 55 +-#: rc.cpp:1616 ++#: rc.cpp:1559 + #, no-c-format + msgid "ScanFolder plugin messages flag" + msgstr "Meddelandeflagga i insticksprogram för katalogsökning" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 59 +-#: rc.cpp:1619 ++#: rc.cpp:1562 + #, no-c-format + msgid "Scheduler plugin messages flag" + msgstr "Meddelandeflagga i insticksprogram för schemaläggning" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 63 +-#: rc.cpp:1622 ++#: rc.cpp:1565 + #, no-c-format + msgid "RSS plugin messages flag" + msgstr "Meddelandeflagga i RSS-insticksprogram" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 67 +-#: rc.cpp:1625 ++#: rc.cpp:1568 + #, no-c-format + msgid "WebInterface plugin messages flag" + msgstr "Meddelandeflagga i insticksprogram för webbgränssnitt" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 16 +-#: plugins/logviewer/logprefpage.cpp:31 rc.cpp:1628 ++#: plugins/logviewer/logprefpage.cpp:31 rc.cpp:1571 + #, no-c-format + msgid "LogViewer Options" + msgstr "Loggvisningsalternativ" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 44 +-#: libktorrent/pluginmanagerprefpage.cpp:63 rc.cpp:1631 ++#: libktorrent/pluginmanagerprefpage.cpp:63 rc.cpp:1574 + #, no-c-format + msgid "Plugins" + msgstr "Insticksprogram" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 53 +-#: rc.cpp:1634 rc.cpp:1652 rc.cpp:1670 rc.cpp:1691 rc.cpp:1706 rc.cpp:1724 +-#: rc.cpp:1745 rc.cpp:1763 rc.cpp:1778 rc.cpp:1811 rc.cpp:1826 rc.cpp:1841 +-#: rc.cpp:1859 rc.cpp:1874 ++#: rc.cpp:1577 rc.cpp:1595 rc.cpp:1613 rc.cpp:1634 rc.cpp:1649 rc.cpp:1667 ++#: rc.cpp:1688 rc.cpp:1706 rc.cpp:1721 rc.cpp:1754 rc.cpp:1769 rc.cpp:1784 ++#: rc.cpp:1802 rc.cpp:1817 + #, no-c-format + msgid "All" + msgstr "Alla" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 58 +-#: rc.cpp:1637 rc.cpp:1655 rc.cpp:1673 rc.cpp:1694 rc.cpp:1709 rc.cpp:1727 +-#: rc.cpp:1748 rc.cpp:1766 rc.cpp:1781 rc.cpp:1814 rc.cpp:1829 rc.cpp:1844 +-#: rc.cpp:1862 rc.cpp:1877 ++#: rc.cpp:1580 rc.cpp:1598 rc.cpp:1616 rc.cpp:1637 rc.cpp:1652 rc.cpp:1670 ++#: rc.cpp:1691 rc.cpp:1709 rc.cpp:1724 rc.cpp:1757 rc.cpp:1772 rc.cpp:1787 ++#: rc.cpp:1805 rc.cpp:1820 + #, no-c-format + msgid "Debug" + msgstr "Felsökning" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 63 +-#: rc.cpp:1640 rc.cpp:1658 rc.cpp:1676 rc.cpp:1697 rc.cpp:1712 rc.cpp:1730 +-#: rc.cpp:1751 rc.cpp:1769 rc.cpp:1784 rc.cpp:1817 rc.cpp:1832 rc.cpp:1847 +-#: rc.cpp:1865 rc.cpp:1880 ++#: rc.cpp:1583 rc.cpp:1601 rc.cpp:1619 rc.cpp:1640 rc.cpp:1655 rc.cpp:1673 ++#: rc.cpp:1694 rc.cpp:1712 rc.cpp:1727 rc.cpp:1760 rc.cpp:1775 rc.cpp:1790 ++#: rc.cpp:1808 rc.cpp:1823 + #, no-c-format + msgid "Notice" + msgstr "Anmärkning" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 68 +-#: rc.cpp:1643 rc.cpp:1661 rc.cpp:1679 rc.cpp:1700 rc.cpp:1715 rc.cpp:1733 +-#: rc.cpp:1754 rc.cpp:1772 rc.cpp:1787 rc.cpp:1820 rc.cpp:1835 rc.cpp:1850 +-#: rc.cpp:1868 rc.cpp:1883 ++#: rc.cpp:1586 rc.cpp:1604 rc.cpp:1622 rc.cpp:1643 rc.cpp:1658 rc.cpp:1676 ++#: rc.cpp:1697 rc.cpp:1715 rc.cpp:1730 rc.cpp:1763 rc.cpp:1778 rc.cpp:1793 ++#: rc.cpp:1811 rc.cpp:1826 + #, no-c-format + msgid "Important" + msgstr "Viktigt" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 73 +-#: rc.cpp:1646 rc.cpp:1664 rc.cpp:1682 rc.cpp:1703 rc.cpp:1718 rc.cpp:1736 +-#: rc.cpp:1757 rc.cpp:1775 rc.cpp:1790 rc.cpp:1823 rc.cpp:1838 rc.cpp:1853 +-#: rc.cpp:1871 rc.cpp:1886 ++#: rc.cpp:1589 rc.cpp:1607 rc.cpp:1625 rc.cpp:1646 rc.cpp:1661 rc.cpp:1679 ++#: rc.cpp:1700 rc.cpp:1718 rc.cpp:1733 rc.cpp:1766 rc.cpp:1781 rc.cpp:1796 ++#: rc.cpp:1814 rc.cpp:1829 + #, no-c-format + msgid "None" + msgstr "Inget" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 85 +-#: rc.cpp:1649 ++#: rc.cpp:1592 + #, no-c-format + msgid "IPFilter:" + msgstr "IP-filter:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 126 +-#: rc.cpp:1667 ++#: rc.cpp:1610 + #, no-c-format + msgid "Search:" + msgstr "Sök:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 167 +-#: rc.cpp:1685 ++#: rc.cpp:1628 + #, no-c-format + msgid "UPnP:" + msgstr "UPnP:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 178 +-#: rc.cpp:1688 ++#: rc.cpp:1631 + #, no-c-format + msgid "ScanFolder:" + msgstr "Sök i katalog:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 249 +-#: rc.cpp:1721 ++#: rc.cpp:1664 + #, no-c-format + msgid "Scheduler:" + msgstr "Schemaläggning:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 290 +-#: rc.cpp:1739 ++#: rc.cpp:1682 + #, no-c-format + msgid "PartFileImport:" + msgstr "Delfilimport:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 301 +-#: rc.cpp:1742 ++#: rc.cpp:1685 + #, no-c-format + msgid "InfoWidget:" + msgstr "Informationskomponent:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 342 +-#: rc.cpp:1760 ++#: rc.cpp:1703 + #, no-c-format + msgid "RSS plugin:" + msgstr "RSS-insticksprogram:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 413 +-#: rc.cpp:1793 ++#: rc.cpp:1736 + #, no-c-format + msgid "WebInterface plugin:" + msgstr "Insticksprogram för webbgränssnitt:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 426 +-#: rc.cpp:1796 ++#: rc.cpp:1739 + #, no-c-format + msgid "System" + msgstr "System" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 437 +-#: rc.cpp:1799 ++#: rc.cpp:1742 + #, no-c-format + msgid "General:" + msgstr "Allmänt:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 445 +-#: rc.cpp:1802 ++#: rc.cpp:1745 + #, no-c-format + msgid "Connections:" + msgstr "Anslutningar:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 559 +-#: rc.cpp:1856 ++#: rc.cpp:1799 + #, no-c-format + msgid "Disk I/O:" + msgstr "Disk in- och utmatning:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 640 +-#: rc.cpp:1892 ++#: rc.cpp:1835 + #, no-c-format + msgid "Use rich te&xt for log" + msgstr "Använd formaterad te&xt i log" + + #. i18n: file ./plugins/search/searchpref.ui line 41 +-#: rc.cpp:1898 ++#: rc.cpp:1841 + #, no-c-format + msgid "External Browser" + msgstr "Extern webbläsare" + + #. i18n: file ./plugins/search/searchpref.ui line 52 +-#: rc.cpp:1901 ++#: rc.cpp:1844 + #, no-c-format + msgid "Open searches in external browser" + msgstr "Öppna sökresultat i extern webbläsare" + + #. i18n: file ./plugins/search/searchpref.ui line 60 +-#: rc.cpp:1904 rc.cpp:1955 ++#: rc.cpp:1847 rc.cpp:1892 + #, no-c-format + msgid "Use default browser" + msgstr "Använd standardwebbläsare" + + #. i18n: file ./plugins/search/searchpref.ui line 79 +-#: rc.cpp:1908 ++#: rc.cpp:1850 + #, no-c-format + msgid "Custom browser path:" + msgstr "Sökväg till egen webbläsare:" + + #. i18n: file ./plugins/search/searchpref.ui line 116 +-#: rc.cpp:1912 ++#: rc.cpp:1853 + #, no-c-format + msgid "Search Engines" + msgstr "Söktjänster" + + #. i18n: file ./plugins/search/searchpref.ui line 143 +-#: rc.cpp:1916 ++#: rc.cpp:1856 + #, no-c-format + msgid "Search engine name:" + msgstr "Söktjänstens namn:" + + #. i18n: file ./plugins/search/searchpref.ui line 187 +-#: rc.cpp:1922 ++#: rc.cpp:1862 + #, no-c-format + msgid "&Add" + msgstr "&Lägg till" + + #. i18n: file ./plugins/search/searchpref.ui line 195 +-#: rc.cpp:1925 ++#: rc.cpp:1865 + #, no-c-format + msgid "Engines" + msgstr "Tjänster" + + #. i18n: file ./plugins/search/searchpref.ui line 206 +-#: rc.cpp:1928 ++#: rc.cpp:1868 + #, no-c-format + msgid "URL" + msgstr "Webbadress" + + #. i18n: file ./plugins/search/searchpref.ui line 257 +-#: rc.cpp:1934 ++#: rc.cpp:1874 + #, no-c-format + msgid "R&emove All" + msgstr "&Ta bort alla" + + #. i18n: file ./plugins/search/searchpref.ui line 282 +-#: rc.cpp:1937 ++#: rc.cpp:1877 + #, no-c-format + msgid "Add Defau<" + msgstr "Lägg till &förval" + + #. i18n: file ./plugins/search/searchpref.ui line 290 +-#: rc.cpp:1940 ++#: rc.cpp:1880 + #, no-c-format + msgid "Update From Internet" + msgstr "Uppdatera från Internet" + + #. i18n: file ./plugins/search/searchbar.ui line 53 + #: plugins/search/searchplugin.cpp:50 plugins/search/searchtab.cpp:48 +-#: rc.cpp:1946 ++#: rc.cpp:1883 + #, no-c-format + msgid "Search" + msgstr "Sök" + + #. i18n: file ./plugins/search/searchbar.ui line 78 +-#: rc.cpp:1949 ++#: rc.cpp:1886 + #, no-c-format + msgid "Search engine:" + msgstr "Söktjänst:" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 10 +-#: rc.cpp:1952 ++#: rc.cpp:1889 + #, no-c-format + msgid "Current search engine" + msgstr "Nuvarande söktjänst" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 19 +-#: rc.cpp:1958 ++#: rc.cpp:1895 + #, no-c-format + msgid "Use custom browser" + msgstr "Använd egen webbläsare" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 23 +-#: rc.cpp:1961 ++#: rc.cpp:1898 + #, no-c-format + msgid "Custom browser executable path" + msgstr "Sökväg till körbar fil för egen webbläsare" +@@ -4107,7 +4107,7 @@ msgstr "Kontrollerar data" + msgid "Stopped. No space left on device." + msgstr "Stoppad. Inget utrymme kvar på enheten." + +-#: libktorrent/torrent/queuemanager.cpp:135 ++#: libktorrent/torrent/queuemanager.cpp:136 + msgid "" + "You don't have enough disk space to download this torrent. Are you sure you " + "want to continue?" +@@ -4115,12 +4115,12 @@ msgstr "" + "Du har inte tillräckligt med diskutrymme för att ladda ner dataflödet. Är du " + "säker på att du vill fortsätta?" + +-#: libktorrent/torrent/queuemanager.cpp:135 ++#: libktorrent/torrent/queuemanager.cpp:136 + #, c-format + msgid "Insufficient disk space for %1" + msgstr "Otillräckligt diskutrymme för %1" + +-#: libktorrent/torrent/queuemanager.cpp:157 ++#: libktorrent/torrent/queuemanager.cpp:158 + msgid "" + "Torrent \"%1\" has reached its maximum share ratio. Ignore the limit and start " + "seeding anyway?" +@@ -4128,16 +4128,16 @@ msgstr "" + "Dataflödet \"%1\" har nått sitt maximala delningsförhållande. Ignorera gränsen " + "och erbjud flödet ändå?" + +-#: libktorrent/torrent/queuemanager.cpp:157 ++#: libktorrent/torrent/queuemanager.cpp:158 + msgid "Maximum share ratio limit reached." + msgstr "Maximalt delningsförhållande uppnått." + +-#: libktorrent/torrent/queuemanager.cpp:236 +-#: libktorrent/torrent/queuemanager.cpp:760 ++#: libktorrent/torrent/queuemanager.cpp:237 ++#: libktorrent/torrent/queuemanager.cpp:763 + msgid "Error stopping torrent %1 : %2" + msgstr "Fel när dataflödet %1 skulle stoppas: %2" + +-#: libktorrent/torrent/queuemanager.cpp:742 ++#: libktorrent/torrent/queuemanager.cpp:745 + msgid "Error starting torrent %1 : %2" + msgstr "Fel när dataflödet %1 skulle startas: %2" + +diff --git a/translations/tr/messages/ktorrent.po b/translations/tr/messages/ktorrent.po +index bb61410..83bd2a8 100644 +--- a/translations/tr/messages/ktorrent.po ++++ b/translations/tr/messages/ktorrent.po +@@ -11,7 +11,7 @@ + msgid "" + msgstr "" + "Project-Id-Version: ktorrent\n" +-"POT-Creation-Date: 2008-04-18 19:40+0200\n" ++"POT-Creation-Date: 2008-07-08 22:20+0200\n" + "PO-Revision-Date: 2007-09-09 14:47+0300\n" + "Last-Translator: Serdar Soytetir \n" + "Language-Team: Turkish \n" +@@ -26,7 +26,7 @@ msgid "No incoming connections (possibly firewalled)" + msgstr "Hiç gelen bağlantı yok (güvenlik duvarı kullanıyor olabilirsiniz)" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 42 +-#: apps/ktorrent/ktorrent.cpp:184 rc.cpp:345 rc.cpp:383 rc.cpp:1019 ++#: apps/ktorrent/ktorrent.cpp:184 rc.cpp:336 rc.cpp:369 rc.cpp:989 + #, no-c-format + msgid "Info" + msgstr "Bilgi" +@@ -194,7 +194,7 @@ msgstr "Bozuk Adres." + #. i18n: file ./apps/ktorrent/ktorrentui.rc line 9 + #: apps/ktorrent/groups/downloadgroup.cpp:27 + #: apps/ktorrent/groups/groupmanager.h:57 apps/ktorrent/pref.cpp:147 +-#: apps/ktorrent/viewmanager.cpp:62 rc.cpp:138 rc.cpp:342 ++#: apps/ktorrent/viewmanager.cpp:62 rc.cpp:132 rc.cpp:333 + #, no-c-format + msgid "Downloads" + msgstr "İndirilenler" +@@ -318,7 +318,7 @@ msgid "Document to open" + msgstr "Açılacak belge" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 59 +-#: apps/ktorrent/main.cpp:120 rc.cpp:553 ++#: apps/ktorrent/main.cpp:120 rc.cpp:532 + #, no-c-format + msgid "KTorrent" + msgstr "KTorrent" +@@ -585,7 +585,7 @@ msgstr "Torrent Paylaşımcı Kaynakları:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 85 + #: apps/ktorrent/ktorrentviewmenu.cpp:66 plugins/infowidget/peerview.cpp:221 +-#: rc.cpp:77 rc.cpp:1256 rc.cpp:1307 ++#: rc.cpp:75 rc.cpp:1208 rc.cpp:1259 + #, no-c-format + msgid "DHT" + msgstr "DHT" +@@ -627,7 +627,7 @@ msgid "Add to Group" + msgstr "Gruba Ekle" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 16 +-#: apps/ktorrent/ktorrentviewmenu.cpp:100 rc.cpp:147 ++#: apps/ktorrent/ktorrentviewmenu.cpp:100 rc.cpp:141 + #, no-c-format + msgid "Speed Limits" + msgstr "Hız Limitleri" +@@ -646,7 +646,7 @@ msgid "Malformed IP address." + msgstr "Bozuk IP adresi." + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 311 +-#: apps/ktorrent/pref.cpp:58 rc.cpp:282 ++#: apps/ktorrent/pref.cpp:58 rc.cpp:273 + #, no-c-format + msgid "Preferences" + msgstr "Tercihler" +@@ -682,7 +682,7 @@ msgid "Advanced" + msgstr "Gelişmiş" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 27 +-#: apps/ktorrent/pref.cpp:411 rc.cpp:540 ++#: apps/ktorrent/pref.cpp:411 rc.cpp:519 + #, no-c-format + msgid "Advanced Options" + msgstr "Gelişmiş Seçenekler" +@@ -693,7 +693,7 @@ msgstr "Görünen sütunlar" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 16 + #: apps/ktorrent/ktorrentview.cpp:135 +-#: plugins/infowidget/infowidgetplugin.cpp:76 rc.cpp:1016 ++#: plugins/infowidget/infowidgetplugin.cpp:76 rc.cpp:986 + #, no-c-format + msgid "Status" + msgstr "Durum" +@@ -715,7 +715,7 @@ msgstr "Gönderilenler" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 313 + #: apps/ktorrent/ktorrentview.cpp:139 plugins/infowidget/peerview.cpp:216 +-#: rc.cpp:1010 ++#: rc.cpp:980 + #, no-c-format + msgid "Down Speed" + msgstr "İndirme Hızı" +@@ -836,7 +836,7 @@ msgid "User" + msgstr "Kullanıcı" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 24 +-#: apps/ktorrent/queuedialog.cpp:75 rc.cpp:249 ++#: apps/ktorrent/queuedialog.cpp:75 rc.cpp:240 + #, no-c-format + msgid "Queue Manager" + msgstr "Sıralama Yöneticisi" +@@ -1057,8 +1057,8 @@ msgid "Start torrent" + msgstr "Torrenti başlat" + + #. i18n: file ./apps/ktorrent/fileselectdlgbase.ui line 160 +-#: plugins/infowidget/fileview.cpp:49 rc.cpp:27 rc.cpp:1244 rc.cpp:1259 +-#: rc.cpp:1349 rc.cpp:1439 ++#: plugins/infowidget/fileview.cpp:49 rc.cpp:27 rc.cpp:1196 rc.cpp:1211 ++#: rc.cpp:1301 rc.cpp:1385 + #, no-c-format + msgid "Download" + msgstr "İndir" +@@ -1112,13 +1112,13 @@ msgid "Encryption" + msgstr "Şifreleme" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 58 +-#: rc.cpp:64 rc.cpp:787 ++#: rc.cpp:63 rc.cpp:764 + #, no-c-format + msgid "Use protocol encryption" + msgstr "Protokol şifrelemesi kullan" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 64 +-#: rc.cpp:68 ++#: rc.cpp:66 + #, no-c-format + msgid "" + "Protocol encryption is used to prevent ISP's from slowing down bittorrent " +@@ -1128,13 +1128,13 @@ msgstr "" + "yavaşlatmasını engellemek için kullanılır." + + #. i18n: file ./apps/ktorrent/generalpref.ui line 72 +-#: rc.cpp:71 rc.cpp:790 ++#: rc.cpp:69 rc.cpp:767 + #, no-c-format + msgid "Allow unencrypted connections" + msgstr "Şifrelenmemiş bağlantılara izin ver" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 75 +-#: rc.cpp:74 ++#: rc.cpp:72 + #, no-c-format + msgid "" + "If unchecked, you'll be able to connect only to clients supporting encryption." +@@ -1143,7 +1143,7 @@ msgstr "" + "bağlanabiliniyor." + + #. i18n: file ./apps/ktorrent/generalpref.ui line 88 +-#: rc.cpp:80 ++#: rc.cpp:78 + #, no-c-format + msgid "" + "Distributed Hash Table protocol." +@@ -1154,169 +1154,169 @@ msgstr "" + "bakın." + + #. i18n: file ./apps/ktorrent/generalpref.ui line 99 +-#: rc.cpp:83 ++#: rc.cpp:81 + #, no-c-format + msgid "&Use DHT to get additional peers" + msgstr "&Daha çok paylaşımcı bulmak için DHT kullan" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 118 +-#: rc.cpp:87 ++#: rc.cpp:84 + #, no-c-format + msgid "UDP port for DHT communication:" + msgstr "DHT iletişimi için UDP portu:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 161 +-#: rc.cpp:90 ++#: rc.cpp:87 + #, no-c-format + msgid "Custom IP" + msgstr "Özel IP" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 172 +-#: rc.cpp:93 ++#: rc.cpp:90 + #, no-c-format + msgid "Se&nd the tracker a custom IP address or hostname" + msgstr "İzl&eyiciye bir IP adresi veya bilgisayar adı yolla" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 188 +-#: rc.cpp:96 ++#: rc.cpp:93 + #, no-c-format + msgid "Custom IP address or hostname:" + msgstr "Özel IP ya da bilgisayar:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 205 +-#: rc.cpp:99 ++#: rc.cpp:96 + #, no-c-format + msgid "System Tray Icon" + msgstr "Sistem Çekmecesi Simgesi" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 216 +-#: rc.cpp:102 ++#: rc.cpp:99 + #, no-c-format + msgid "Show s&ystem tray icon" + msgstr "&Sistem çekmecesi simgesini göster" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 224 +-#: rc.cpp:105 ++#: rc.cpp:102 + #, no-c-format + msgid "Show speed &bar in tray icon" + msgstr "Sistem çekmecesi simgesinde &hız çubuğunu göster" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 232 +-#: rc.cpp:108 ++#: rc.cpp:105 + #, no-c-format + msgid "Show system tray popup messages" + msgstr "Sistem çekmecesi iletilerini göster" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 251 +-#: rc.cpp:112 ++#: rc.cpp:108 + #, no-c-format + msgid "Upload bandwidth (in KB/sec):" + msgstr "Gönderme bantgenişliği (KB/sn olarak):" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 276 +-#: rc.cpp:115 ++#: rc.cpp:111 + #, no-c-format + msgid "Download bandwidth (in KB/sec):" + msgstr "İndirme bantgenişliği (KB/sn olarak):" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 305 +-#: rc.cpp:118 ++#: rc.cpp:114 + #, no-c-format + msgid "Folders" + msgstr "Dizinler" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 324 +-#: rc.cpp:121 ++#: rc.cpp:117 + #, no-c-format + msgid "Folder to store temporary files:" + msgstr "Geçici dosyaların saklanacağı dizin:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 342 +-#: rc.cpp:124 ++#: rc.cpp:120 + #, no-c-format + msgid "Move completed downloads to:" + msgstr "Tamamlanmış indirmeleri buraya taşı:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 353 +-#: rc.cpp:128 ++#: rc.cpp:123 + #, no-c-format + msgid "&Automatically save downloads to:" + msgstr "İndirilenleri otom&atik olarak buraya kaydet:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 395 +-#: rc.cpp:131 ++#: rc.cpp:126 + #, no-c-format + msgid "Copy .torrent files to:" + msgstr ".torrent dosyalarını buraya kopyala:" + + #. i18n: file ./apps/ktorrent/ktorrentui.rc line 34 +-#: rc.cpp:144 ++#: rc.cpp:138 + #, no-c-format + msgid "Download Toolbar" + msgstr "İndirme Araç Çubuğu" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 27 +-#: rc.cpp:150 ++#: rc.cpp:144 + #, no-c-format + msgid "Set the speed limits for torrent" + msgstr "Torrent için hız limitlerini ayarla" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 51 +-#: rc.cpp:153 ++#: rc.cpp:147 + #, no-c-format + msgid "Max upload rate:" + msgstr "En yüksek gönderme hızı limiti:" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 59 +-#: rc.cpp:156 ++#: rc.cpp:150 + #, no-c-format + msgid "Max download rate:" + msgstr "En yüksek indirme hızı limiti:" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 97 +-#: rc.cpp:159 rc.cpp:162 ++#: rc.cpp:153 rc.cpp:156 + #, no-c-format + msgid "KB/s (0 is no limit)" + msgstr "KB/sn (0 limit yok demektir)" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 16 +-#: rc.cpp:171 ++#: rc.cpp:165 + #, no-c-format + msgid "Add potential peer" + msgstr "Olası paylaşımcı ekle" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 35 +-#: rc.cpp:174 ++#: rc.cpp:168 + #, no-c-format + msgid "Peer IP:" + msgstr "Paylaşımcının IP adresi:" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 43 +-#: rc.cpp:177 rc.cpp:208 ++#: rc.cpp:171 rc.cpp:201 + #, no-c-format + msgid "127.0.0.1" + msgstr "127.0.0.1" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 51 +-#: rc.cpp:180 rc.cpp:288 rc.cpp:525 rc.cpp:931 ++#: rc.cpp:174 rc.cpp:279 rc.cpp:504 rc.cpp:908 + #, no-c-format + msgid "Port:" + msgstr "Port:" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 100 +-#: rc.cpp:183 ++#: rc.cpp:177 + #, no-c-format + msgid "Enter peer IP and port." + msgstr "Paylaşımcının IP numarasını ve portunu girin." + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 16 +-#: rc.cpp:193 ++#: rc.cpp:186 + #, no-c-format + msgid "KTorrent Blacklist" + msgstr "KTorrent Kara Listesi" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 30 +-#: rc.cpp:196 ++#: rc.cpp:189 + #, no-c-format + msgid "" + "Note: Blacklist applies to current session only. Use save/open to save your " +@@ -1327,187 +1327,187 @@ msgstr "" + "eklentisini kullanın (PeerGuardian)." + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 41 +-#: rc.cpp:199 ++#: rc.cpp:192 + #, no-c-format + msgid "Banned Peers" + msgstr "Yasaklanmış Paylaşımcılar" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 50 +-#: rc.cpp:202 ++#: rc.cpp:195 + #, no-c-format + msgid "Peer IP address" + msgstr "Paylaşımcıların IP adresleri" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 96 +-#: rc.cpp:205 ++#: rc.cpp:198 + #, no-c-format + msgid "Add peer:" + msgstr "Paylaşımcı ekle:" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 134 +-#: rc.cpp:215 ++#: rc.cpp:207 + #, no-c-format + msgid "Adds a peer to blacklist" + msgstr "Paylaşımcıyı kara listeye ekler" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 168 +-#: rc.cpp:222 ++#: rc.cpp:213 + #, no-c-format + msgid "Removes selected peer from blacklist" + msgstr "Seçili Eşleri karalisteden siler" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 176 +-#: rc.cpp:225 ++#: rc.cpp:216 + #, no-c-format + msgid "C&lear" + msgstr "Temiz&le" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 182 +-#: rc.cpp:228 ++#: rc.cpp:219 + #, no-c-format + msgid "Clears this list" + msgstr "Bu listeyi temizler" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 218 +-#: rc.cpp:234 ++#: rc.cpp:225 + #, no-c-format + msgid "Save &As..." + msgstr "Farklı &Kaydet..." + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 224 +-#: rc.cpp:237 ++#: rc.cpp:228 + #, no-c-format + msgid "Save this blacklist to use with KTorrent IPFilter plugin" + msgstr "Bu karalisteyi KTorrent IPFiltre eklentisi kullanımı için kaydet" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 59 +-#: rc.cpp:252 ++#: rc.cpp:243 + #, no-c-format + msgid "Maximum downloads:" + msgstr "En fazla indirme:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 86 +-#: rc.cpp:255 ++#: rc.cpp:246 + #, no-c-format + msgid "Maximum seeds:" + msgstr "En fazla gönderme:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 94 +-#: rc.cpp:258 ++#: rc.cpp:249 + #, no-c-format + msgid "Start download on low disk space :" + msgstr "İndirmeyi düşük disk alanı üzerinde başlat :" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 102 +-#: rc.cpp:261 ++#: rc.cpp:252 + #, no-c-format + msgid "Minimum disk space:" + msgstr "En düşük disk alanı:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 140 +-#: rc.cpp:264 ++#: rc.cpp:255 + #, no-c-format + msgid "Don't start" + msgstr "Başlatma" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 145 +-#: rc.cpp:267 ++#: rc.cpp:258 + #, no-c-format + msgid "Always ask" + msgstr "Herzaman sor" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 150 +-#: rc.cpp:270 ++#: rc.cpp:261 + #, no-c-format + msgid "Force start" + msgstr "Başlatmaya zorla" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 208 +-#: rc.cpp:273 ++#: rc.cpp:264 + #, no-c-format + msgid "MB" + msgstr "MB" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 236 +-#: rc.cpp:276 rc.cpp:279 rc.cpp:312 rc.cpp:315 rc.cpp:324 ++#: rc.cpp:267 rc.cpp:270 rc.cpp:303 rc.cpp:306 rc.cpp:315 + #, no-c-format + msgid "(0 is no limit)" + msgstr "(0 = limit yok)" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 330 +-#: rc.cpp:285 ++#: rc.cpp:276 + #, no-c-format + msgid "Maximum download rate:" + msgstr "İndirme hızı limiti:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 346 +-#: rc.cpp:291 ++#: rc.cpp:282 + #, no-c-format + msgid "Global connection limit:" + msgstr "Genel bağlantı limiti:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 354 +-#: rc.cpp:294 ++#: rc.cpp:285 + #, no-c-format + msgid "Max seed time:" + msgstr "En yüksek paylaşım süresi:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 370 +-#: rc.cpp:297 ++#: rc.cpp:288 + #, no-c-format + msgid "Maximum connections per torrent:" + msgstr "Bir torrent için en fazla bağlantı:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 397 +-#: rc.cpp:300 ++#: rc.cpp:291 + #, no-c-format + msgid "Number of upload slots:" + msgstr "Yükleme yerlerinin sayısı:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 405 +-#: rc.cpp:303 ++#: rc.cpp:294 + #, no-c-format + msgid "UDP tracker port:" + msgstr "UDP izleyici portu:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 413 +-#: rc.cpp:306 ++#: rc.cpp:297 + #, no-c-format + msgid "Max share ratio:" + msgstr "En yüksek paylaşım oranı:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 421 +-#: rc.cpp:309 ++#: rc.cpp:300 + #, no-c-format + msgid "Maximum upload rate:" + msgstr "Gönderme hızı limiti:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 576 +-#: rc.cpp:318 rc.cpp:321 ++#: rc.cpp:309 rc.cpp:312 + #, no-c-format + msgid "KB/sec (0 is no limit)" + msgstr "KB/sn (0 = limit yok)" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 651 +-#: rc.cpp:327 ++#: rc.cpp:318 + #, no-c-format + msgid "Hours (0 is no limit)" + msgstr "Saat (0 limit yok demektir)" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 663 +-#: rc.cpp:330 ++#: rc.cpp:321 + #, no-c-format + msgid "&Keep seeding after download is finished" + msgstr "İndirme işlemi tamamlandığında &yayınlamaya devam et" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 674 +-#: rc.cpp:333 ++#: rc.cpp:324 + #, no-c-format + msgid "Attention" + msgstr "Dikkat" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 685 +-#: rc.cpp:336 ++#: rc.cpp:327 + #, no-c-format + msgid "" + "The above ports must also be forwarded if you are behind a router. The UPnP " +@@ -1517,283 +1517,283 @@ msgstr "" + "eklentisi bunu sizin için yapabilir." + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 16 +-#: rc.cpp:339 ++#: rc.cpp:330 + #, no-c-format + msgid "KT Queue Dialog" + msgstr "KT Sıralama Penceresi" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 69 +-#: rc.cpp:348 rc.cpp:386 rc.cpp:1107 ++#: rc.cpp:339 rc.cpp:372 rc.cpp:1067 + #, no-c-format + msgid "Status:" + msgstr "Durum:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 85 +-#: rc.cpp:351 rc.cpp:389 rc.cpp:1808 ++#: rc.cpp:342 rc.cpp:375 rc.cpp:1751 + #, no-c-format + msgid "Tracker:" + msgstr "İzleyici:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 93 +-#: rc.cpp:354 rc.cpp:392 rc.cpp:1805 ++#: rc.cpp:345 rc.cpp:378 rc.cpp:1748 + #, no-c-format + msgid "DHT:" + msgstr "DHT:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 109 +-#: rc.cpp:357 rc.cpp:395 rc.cpp:1061 ++#: rc.cpp:348 rc.cpp:381 rc.cpp:1025 + #, no-c-format + msgid "Share ratio:" + msgstr "Paylaşım oranı:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 117 +-#: rc.cpp:360 ++#: rc.cpp:351 + #, no-c-format + msgid "Bytes left:" + msgstr "Kalan bayt:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 177 +-#: rc.cpp:368 rc.cpp:377 ++#: rc.cpp:354 rc.cpp:363 + #, no-c-format + msgid "Torrent" + msgstr "Torrent" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 188 +-#: rc.cpp:371 rc.cpp:380 ++#: rc.cpp:357 rc.cpp:366 + #, no-c-format + msgid "Controlled by" + msgstr "Kontrol eden" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 214 +-#: rc.cpp:374 ++#: rc.cpp:360 + #, no-c-format + msgid "Upload&s" + msgstr "&Gönderilenler" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 333 +-#: rc.cpp:398 ++#: rc.cpp:384 + #, no-c-format + msgid "Uploaded:" + msgstr "Gönderilen:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 486 +-#: rc.cpp:406 ++#: rc.cpp:387 + #, no-c-format + msgid "M&ove up" + msgstr "Y&ukarı taşı" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 494 +-#: rc.cpp:409 ++#: rc.cpp:390 + #, no-c-format + msgid "Move dow&n" + msgstr "A&şağı taşı" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 519 +-#: rc.cpp:412 ++#: rc.cpp:393 + #, no-c-format + msgid "Move to top" + msgstr "Yukarı taşı" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 530 +-#: rc.cpp:416 ++#: rc.cpp:396 + #, no-c-format + msgid "Move to &bottom" + msgstr "Aşağı &taşı" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 555 +-#: rc.cpp:419 ++#: rc.cpp:399 + #, no-c-format + msgid "&QM Controlled" + msgstr "&QM Denetimli" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 563 +-#: rc.cpp:422 ++#: rc.cpp:402 + #, no-c-format + msgid "&User Controlled" + msgstr "&Kullanıcı Denetimli" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 30 +-#: rc.cpp:434 ++#: rc.cpp:414 + #, no-c-format + msgid "Paste URL" + msgstr "Adres Yapıştır" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 52 +-#: rc.cpp:437 rc.cpp:1104 rc.cpp:1919 ++#: rc.cpp:417 rc.cpp:1064 rc.cpp:1859 + #, no-c-format + msgid "URL:" + msgstr "Adres:" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 106 +-#: rc.cpp:440 ++#: rc.cpp:420 + #, no-c-format + msgid "O&K" + msgstr "&Tamam" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 114 +-#: rc.cpp:443 rc.cpp:675 rc.cpp:1176 ++#: rc.cpp:423 rc.cpp:653 rc.cpp:1128 + #, no-c-format + msgid "C&ancel" + msgstr "İ&ptal" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 16 +-#: rc.cpp:446 ++#: rc.cpp:426 + #, no-c-format + msgid "Create Torrent" + msgstr "Torrent Oluştur" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 38 +-#: rc.cpp:449 ++#: rc.cpp:429 + #, no-c-format + msgid "The file or folder of which you want to create a torrent:" + msgstr "Torrent dosyasını oluşturmak istediğiniz dosya veya dizin:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 53 +-#: rc.cpp:452 ++#: rc.cpp:432 + #, no-c-format + msgid "You must add at least one tracker or node." + msgstr "En az bir tane izleyici veya düğme eklemelisiniz." + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 61 +-#: rc.cpp:455 ++#: rc.cpp:435 + #, no-c-format + msgid "File Options" + msgstr "Dosya Seçenekleri" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 80 +-#: rc.cpp:458 ++#: rc.cpp:438 + #, no-c-format + msgid "Size of each chunk:" + msgstr "Her parçanın boyutu:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 86 +-#: rc.cpp:461 ++#: rc.cpp:441 + #, no-c-format + msgid "32" + msgstr "32" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 91 +-#: rc.cpp:464 ++#: rc.cpp:444 + #, no-c-format + msgid "64" + msgstr "64" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 96 +-#: rc.cpp:467 ++#: rc.cpp:447 + #, no-c-format + msgid "128" + msgstr "128" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 101 +-#: rc.cpp:470 ++#: rc.cpp:450 + #, no-c-format + msgid "256" + msgstr "256" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 106 +-#: rc.cpp:473 ++#: rc.cpp:453 + #, no-c-format + msgid "512" + msgstr "512" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 111 +-#: rc.cpp:476 ++#: rc.cpp:456 + #, no-c-format + msgid "1024" + msgstr "1024" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 116 +-#: rc.cpp:479 ++#: rc.cpp:459 + #, no-c-format + msgid "2048" + msgstr "2048" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 121 +-#: rc.cpp:482 ++#: rc.cpp:462 + #, no-c-format + msgid "4096" + msgstr "4096" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 126 +-#: rc.cpp:485 ++#: rc.cpp:465 + #, no-c-format + msgid "8192" + msgstr "8192" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 138 +-#: rc.cpp:488 rc.cpp:633 ++#: rc.cpp:468 rc.cpp:611 + #, no-c-format + msgid "KB" + msgstr "KB" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 165 +-#: rc.cpp:491 ++#: rc.cpp:471 + #, no-c-format + msgid "Start seedin&g the torrent" + msgstr "Torrenti yayınlamaya &başla" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 176 +-#: rc.cpp:494 ++#: rc.cpp:474 + #, no-c-format + msgid "Decentrali&zed (DHT only)" + msgstr "Merkezi Olma&yan (Sadece DHT)" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 184 +-#: rc.cpp:497 ++#: rc.cpp:477 + #, no-c-format + msgid "Private torrent (DHT not allowed)" + msgstr "Özel torrent (DHT geçişi yok)" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 202 +-#: rc.cpp:500 ++#: rc.cpp:480 + #, no-c-format + msgid "Comments:" + msgstr "Yorumlar:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 248 +-#: rc.cpp:503 ++#: rc.cpp:483 + #, no-c-format + msgid "&Create" + msgstr "&Oluştur" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 262 +-#: rc.cpp:506 rc.cpp:1325 ++#: rc.cpp:486 rc.cpp:1277 + #, no-c-format + msgid "Ca&ncel" + msgstr "İ&ptal" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 275 +-#: plugins/infowidget/infowidgetplugin.cpp:214 rc.cpp:509 rc.cpp:1101 ++#: plugins/infowidget/infowidgetplugin.cpp:214 rc.cpp:489 rc.cpp:1061 + #, no-c-format + msgid "Trackers" + msgstr "İzleyiciler" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 283 +-#: rc.cpp:512 ++#: rc.cpp:492 + #, no-c-format + msgid "DHT nodes" + msgstr "DHT düğümleri" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 333 +-#: rc.cpp:522 ++#: rc.cpp:501 + #, no-c-format + msgid "Node:" + msgstr "Düğüm:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 385 +-#: rc.cpp:528 ++#: rc.cpp:507 + #, no-c-format + msgid "IP or hostname" + msgstr "IP ya da bilgisayar" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 396 +-#: rc.cpp:531 rc.cpp:718 rc.cpp:721 ++#: rc.cpp:510 rc.cpp:695 rc.cpp:698 + #, no-c-format + msgid "Port" + msgstr "Port" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 437 +-#: rc.cpp:534 ++#: rc.cpp:513 + #, no-c-format + msgid "" + "NOTE: Some known good DHT nodes are already inserted. You should probably " +@@ -1804,19 +1804,19 @@ msgstr "" + "numaranızı girin." + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 16 +-#: rc.cpp:537 ++#: rc.cpp:516 + #, no-c-format + msgid "Advanced Preferences" + msgstr "Gelişmiş Seçenekler" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 46 +-#: rc.cpp:543 ++#: rc.cpp:522 + #, no-c-format + msgid "Time left estimation algorithm:" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 53 +-#: rc.cpp:546 rc.cpp:568 ++#: rc.cpp:525 rc.cpp:547 + #, no-c-format + msgid "" + "KTorrent algorithm: Default algorithm using combination of other " +@@ -1832,428 +1832,428 @@ msgid "" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 64 +-#: rc.cpp:556 ++#: rc.cpp:535 + #, no-c-format + msgid "Current speed" + msgstr "Şimdiki hız" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 69 +-#: rc.cpp:559 ++#: rc.cpp:538 + #, no-c-format + msgid "Global average speed" + msgstr "Genel ortalama hız" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 74 +-#: rc.cpp:562 ++#: rc.cpp:541 + #, no-c-format + msgid "Window of X" + msgstr "X için Pencere" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 79 +-#: rc.cpp:565 ++#: rc.cpp:544 + #, no-c-format + msgid "Moving average" + msgstr "Taşıma ortalaması" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 98 +-#: rc.cpp:575 ++#: rc.cpp:554 + #, no-c-format + msgid "(takes effect after restart)" + msgstr "(yeniden başlattıktan sonra etkinleştirilir)" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 125 +-#: rc.cpp:578 ++#: rc.cpp:557 + #, no-c-format + msgid "Disa&ble diskspace preallocation" + msgstr "Önceden disk alanı &ayırma özelliğini pasifleştir" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 141 +-#: rc.cpp:581 ++#: rc.cpp:560 + #, no-c-format + msgid "F&ully preallocate diskspace (avoids fragmentation)" + msgstr "" + "Önceden &gereken tüm disk alanını ayır (dosya parçalanmalarını engeller)" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 147 +-#: rc.cpp:584 ++#: rc.cpp:563 + #, no-c-format + msgid "Basic (slow)" + msgstr "Basit (yavaş)" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 152 +-#: rc.cpp:587 ++#: rc.cpp:566 + #, no-c-format + msgid "Filesystem specific" + msgstr "Dosya sistemine özgü" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 174 +-#: rc.cpp:590 ++#: rc.cpp:569 + #, no-c-format + msgid "Performance" + msgstr "Performans" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 193 +-#: rc.cpp:593 ++#: rc.cpp:572 + #, no-c-format + msgid "Memory usage:" + msgstr "Bellek kullanımı:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 199 +-#: rc.cpp:596 ++#: rc.cpp:575 + #, no-c-format + msgid "Low" + msgstr "Düşük" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 204 +-#: rc.cpp:599 ++#: rc.cpp:578 + #, no-c-format + msgid "Medium" + msgstr "Orta" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 209 +-#: rc.cpp:602 ++#: rc.cpp:581 + #, no-c-format + msgid "High" + msgstr "Yüksek" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 248 +-#: rc.cpp:605 ++#: rc.cpp:584 + #, no-c-format + msgid "GUI update interval:" + msgstr "Arayüz güncelleme aralığı:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 254 +-#: rc.cpp:608 ++#: rc.cpp:587 + #, no-c-format + msgid "500ms" + msgstr "500ms" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 259 +-#: rc.cpp:611 ++#: rc.cpp:590 + #, no-c-format + msgid "1s" + msgstr "1sn" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 264 +-#: rc.cpp:614 ++#: rc.cpp:593 + #, no-c-format + msgid "2s" + msgstr "2sn" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 269 +-#: rc.cpp:617 ++#: rc.cpp:596 + #, no-c-format + msgid "5s" + msgstr "5sn" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 308 +-#: rc.cpp:620 ++#: rc.cpp:599 + #, no-c-format + msgid "Fast CPU" + msgstr "Hızlı İşlemci" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 342 +-#: rc.cpp:624 ++#: rc.cpp:602 + #, no-c-format + msgid "Slow CPU" + msgstr "Yavaş İşlemci" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 354 +-#: rc.cpp:627 ++#: rc.cpp:605 + #, no-c-format + msgid "Data Checking" + msgstr "Veri Denetleme" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 373 +-#: rc.cpp:630 ++#: rc.cpp:608 + #, no-c-format + msgid "During uploading, do ¬ recheck chunks bigger than" + msgstr "Dosya gönderilirken şundan &büyük parçaları yeniden denetleme" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 430 +-#: rc.cpp:636 ++#: rc.cpp:614 + #, no-c-format + msgid "Do a data integrit&y check after" + msgstr "Veri doğruluğunu şundan &sonra denetle" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 449 +-#: rc.cpp:639 ++#: rc.cpp:617 + #, no-c-format + msgid "corrupted chunks" + msgstr "bozuk parça" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 478 +-#: rc.cpp:642 ++#: rc.cpp:620 + #, no-c-format + msgid "Networking" + msgstr "Ağ" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 505 +-#: rc.cpp:645 ++#: rc.cpp:623 + #, fuzzy, no-c-format + msgid "Maximum number of connection setups:" + msgstr "Bir torrent için izin verilen en fazla bağlantı (0 = limit yok)" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 527 +-#: rc.cpp:648 ++#: rc.cpp:626 + #, no-c-format + msgid "DSCP for IP packets:" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 570 +-#: rc.cpp:651 ++#: rc.cpp:629 + #, no-c-format + msgid "Do not use the KDE pro&xy settings for HTTP tracker connections" + msgstr "HTTP izleyici bağlantıları için KDE &vekil sunucu ayarlarını kullanma" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 586 +-#: rc.cpp:654 ++#: rc.cpp:632 + #, no-c-format + msgid "HTTP tracker proxy:" + msgstr "HTTP izleyici vekil sunucusu:" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 24 +-#: rc.cpp:657 ++#: rc.cpp:635 + #, no-c-format + msgid "Scanning data" + msgstr "Veriler taranıyor" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 38 +-#: rc.cpp:660 ++#: rc.cpp:638 + #, no-c-format + msgid "Scanning data of torrent :" + msgstr "Torrent verisi taranıyor :" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 62 +-#: rc.cpp:663 ++#: rc.cpp:641 + #, no-c-format + msgid "Number of chunks found :" + msgstr "Bulunan parça sayısı :" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 70 +-#: rc.cpp:666 ++#: rc.cpp:644 + #, no-c-format + msgid "Number of chunks failed / not downloaded :" + msgstr "Başarısız olan / indirilemeyen parça sayısı :" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 97 +-#: rc.cpp:669 rc.cpp:672 ++#: rc.cpp:647 rc.cpp:650 + #, no-c-format + msgid "0" + msgstr "0" + + #. i18n: file ./apps/ktupnptest/mainwidget.ui line 54 +-#: rc.cpp:678 ++#: rc.cpp:656 + #, no-c-format + msgid "Test" + msgstr "Test Et" + + #. i18n: file ./libktorrent/labelviewitembase.ui line 49 +-#: rc.cpp:685 ++#: rc.cpp:662 + #, no-c-format + msgid "textLabel2" + msgstr "metinEtiketi2" + + #. i18n: file ./libktorrent/labelviewitembase.ui line 65 +-#: rc.cpp:688 ++#: rc.cpp:665 + #, no-c-format + msgid "textLabel3" + msgstr "metinEtiketi3" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 10 +-#: rc.cpp:691 ++#: rc.cpp:668 + #, no-c-format + msgid "Maximum number of downloads (0 = no limit)" + msgstr "Etkin indirimlerin limiti (0 = limit yok)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 15 +-#: rc.cpp:694 ++#: rc.cpp:671 + #, no-c-format + msgid "Maximum number of seeds (0 = no limit)" + msgstr "Etkin indirimlerin limiti (0 = limit yok)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 20 +-#: rc.cpp:697 ++#: rc.cpp:674 + #, no-c-format + msgid "Start downloads on low disk space?" + msgstr "Düşük disk alanı üzerinde indirmeler başlatılsın mı?" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 24 +-#: rc.cpp:700 ++#: rc.cpp:677 + #, no-c-format + msgid "Maximum number of connections per torrent (0 = no limit)" + msgstr "Bir torrent için izin verilen en fazla bağlantı (0 = limit yok)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 29 +-#: rc.cpp:703 ++#: rc.cpp:680 + #, no-c-format + msgid "Maximum number of connections for all torrents (0 = no limit) " + msgstr "Tüm torrentler için izin verilen en fazla bağlantı (0 = limit yok)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 34 +-#: rc.cpp:706 ++#: rc.cpp:683 + #, no-c-format + msgid "Maximum upload speed in KB/sec (0 = no limit)" + msgstr "Gönderim hızı için limit (0 = limit yok)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 39 +-#: rc.cpp:709 ++#: rc.cpp:686 + #, no-c-format + msgid "Maximum download speed in KB/sec (0 = no limit)" + msgstr "İndirim hızı için KB/sn bazında limit (0 = limit yok)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 44 +-#: rc.cpp:712 ++#: rc.cpp:689 + #, no-c-format + msgid "Maximum share ratio(0 = no limit)" + msgstr "Azami paylaşım oranı (0 = limit yok)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 49 +-#: rc.cpp:715 ++#: rc.cpp:692 + #, no-c-format + msgid "Maximum seed time in hours (0 = no limit)" + msgstr "Saat cinsinden azami paylaşım süresi (0 = limit yok)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 66 +-#: rc.cpp:724 ++#: rc.cpp:701 + #, no-c-format + msgid "Show a system tray icon" + msgstr "Sistem çekmecesi simgesini göster" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 70 +-#: rc.cpp:727 ++#: rc.cpp:704 + #, no-c-format + msgid "Show speed bar in tray icon" + msgstr "Sistem çekmecesinde hız simgesini göster" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 74 +-#: rc.cpp:730 ++#: rc.cpp:707 + #, no-c-format + msgid "Download bandwidth (in kb/s):" + msgstr "İndirme bantgenişliği (kb/sn olarak):" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 80 +-#: rc.cpp:733 ++#: rc.cpp:710 + #, no-c-format + msgid "Upload bandwidth (in kb/s):" + msgstr "Gönderme bantgenişliği (kb/sn olarak):" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 86 +-#: rc.cpp:736 ++#: rc.cpp:713 + #, no-c-format + msgid "Show popup messages when torrent is finished." + msgstr "Torrent tamamlandığında uyarı iletisi göster." + + #. i18n: file ./libktorrent/ktorrent.kcfg line 90 +-#: rc.cpp:739 ++#: rc.cpp:716 + #, no-c-format + msgid "Keep seeding after download has finished" + msgstr "İndirim tamamlandığında yayınlamaya devam et" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 94 +-#: rc.cpp:742 ++#: rc.cpp:719 + #, no-c-format + msgid "Folder to store temporary files" + msgstr "Geçici dosyaların saklanacağı dizin" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 98 +-#: rc.cpp:745 ++#: rc.cpp:722 + #, no-c-format + msgid "Whether to automatically save downloads to saveDir" + msgstr "İndirilenleri otomatik olarak Kayıt dizinine kaydet" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 102 +-#: rc.cpp:748 ++#: rc.cpp:725 + #, no-c-format + msgid "Folder to store downloaded files" + msgstr "İndirilen dosyaların saklanacağı dizin" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 106 +-#: rc.cpp:751 ++#: rc.cpp:728 + #, no-c-format + msgid "Whether to automatically move completed downloads to completedDir" + msgstr "İndirme işlemi bitenleri otomatik olarak Bitirilmişler dizinine taşı" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 110 +-#: rc.cpp:754 ++#: rc.cpp:731 + #, no-c-format + msgid "Folder to move completed downloaded files to" + msgstr "İndirilme işlemi biten dosyaların taşınacağı dizin" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 114 +-#: rc.cpp:757 ++#: rc.cpp:734 + #, no-c-format + msgid "Whether to automatically copy .torrent files to torrentCopyDir" + msgstr ".torrent dosyalarını otomatik olarak Kopyalama dizinine kopyala" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 118 +-#: rc.cpp:760 ++#: rc.cpp:737 + #, no-c-format + msgid "Folder to copy .torrent files to" + msgstr ".torrent dosyalarının kopyalanacağı dizin" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 122 +-#: rc.cpp:763 ++#: rc.cpp:740 + #, no-c-format + msgid "Whether to use a custom IP to pass to the tracker" + msgstr "İzleyiciyi geçmek için özel bir IP kullan" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 126 +-#: rc.cpp:766 ++#: rc.cpp:743 + #, no-c-format + msgid "Directory which was used as the last save directory" + msgstr "Kayıt dizini olarak kullanılan son dizin" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 130 +-#: rc.cpp:769 ++#: rc.cpp:746 + #, no-c-format + msgid "IP to pass to the tracker" + msgstr "İzleyiciyi geçmek için IP" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 134 +-#: rc.cpp:772 ++#: rc.cpp:749 + #, no-c-format + msgid "Memory usage" + msgstr "Bellek kullanımı" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 138 +-#: rc.cpp:775 ++#: rc.cpp:752 + #, no-c-format + msgid "GUI update interval" + msgstr "Arayüz güncelleme sıklığı" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 142 +-#: rc.cpp:778 ++#: rc.cpp:755 + #, no-c-format + msgid "Support for DHT" + msgstr "DHT Desteği" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 146 +-#: rc.cpp:781 ++#: rc.cpp:758 + #, no-c-format + msgid "DHT port" + msgstr "DHT bağlantı portu" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 152 +-#: rc.cpp:784 ++#: rc.cpp:761 + #, no-c-format + msgid "Number of upload slots" + msgstr "Yükleme yerleri sayısı" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 196 +-#: rc.cpp:793 ++#: rc.cpp:770 + #, no-c-format + msgid "Columns shown in KTorrentView" + msgstr "KTorrentGöstericisi tarafından gösterilen sütunlar" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 205 +-#: rc.cpp:796 ++#: rc.cpp:773 + #, no-c-format + msgid "ET algorithm" + msgstr "ET algoritması" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 227 +-#: rc.cpp:799 ++#: rc.cpp:776 + #, no-c-format + msgid "" + "When there's no space left to complete download and free diskspace is less than " +@@ -2263,457 +2263,457 @@ msgstr "" + "ulaşıldığında torrent durdurulacaktır." + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 16 +-#: rc.cpp:802 ++#: rc.cpp:779 + #, no-c-format + msgid "Plugin Manager" + msgstr "Eklenti Yöneticisi" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 48 +-#: rc.cpp:805 ++#: rc.cpp:782 + #, no-c-format + msgid "Load" + msgstr "Yükle" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 56 +-#: rc.cpp:808 ++#: rc.cpp:785 + #, no-c-format + msgid "U&nload" + msgstr "&Kaldır" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 64 +-#: rc.cpp:811 ++#: rc.cpp:788 + #, no-c-format + msgid "Load &All" + msgstr "&Tümünü Yükle" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 72 +-#: rc.cpp:814 ++#: rc.cpp:791 + #, no-c-format + msgid "&Unload All" + msgstr "Tümünü &Kaldır" + + #. i18n: file ./plugins/upnp/ktupnpplugin.kcfg line 10 +-#: rc.cpp:817 ++#: rc.cpp:794 + #, no-c-format + msgid "Default UPnP device to use" + msgstr "Kullanılacak öntanımlı UPnP aygıtı" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 16 +-#: plugins/upnp/upnpplugin.cpp:46 plugins/upnp/upnpprefpage.cpp:31 rc.cpp:820 ++#: plugins/upnp/upnpplugin.cpp:46 plugins/upnp/upnpprefpage.cpp:31 rc.cpp:797 + #, no-c-format + msgid "UPnP" + msgstr "UPnP" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 35 +-#: rc.cpp:823 ++#: rc.cpp:800 + #, no-c-format + msgid "Detected devices:" + msgstr "Bulunan aygıtlar:" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 41 +-#: rc.cpp:826 ++#: rc.cpp:803 + #, no-c-format + msgid "Device" + msgstr "Aygıt" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 52 +-#: rc.cpp:829 ++#: rc.cpp:806 + #, no-c-format + msgid "Ports Forwarded" + msgstr "Yönlendirilen Portlar" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 63 +-#: rc.cpp:832 ++#: rc.cpp:809 + #, no-c-format + msgid "WAN Connection" + msgstr "WAN Bağlantısı" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 91 +-#: rc.cpp:835 ++#: rc.cpp:812 + #, no-c-format + msgid "Forw&ard Ports" + msgstr "&Portları Yönlendir" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 99 +-#: rc.cpp:838 ++#: rc.cpp:815 + #, no-c-format + msgid "Undo Port Forwarding" + msgstr "Bağlantı portu yönlendirmesini geri al" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 124 +-#: rc.cpp:841 ++#: rc.cpp:818 + #, no-c-format + msgid "Rescan" + msgstr "Yeniden Tara" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 9 +-#: rc.cpp:844 ++#: rc.cpp:821 + #, no-c-format + msgid "Enable scanning of folder1?" + msgstr "Dizin1 taraması etkinleştirilsin mi?" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 14 +-#: rc.cpp:847 ++#: rc.cpp:824 + #, no-c-format + msgid "Enable scanning of folder2?" + msgstr "Dizin2 taraması etkinleştirilsin mi?" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 19 +-#: rc.cpp:850 ++#: rc.cpp:827 + #, no-c-format + msgid "Enable scanning of folder3?" + msgstr "Dizin3 taraması etkinleştirilsin mi?" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 24 +-#: rc.cpp:853 ++#: rc.cpp:830 + #, no-c-format + msgid "Folder1 path" + msgstr "Dizin1 yolu" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 29 +-#: rc.cpp:856 ++#: rc.cpp:833 + #, no-c-format + msgid "Folder2 path" + msgstr "Dizin2 yolu" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 34 +-#: rc.cpp:859 ++#: rc.cpp:836 + #, no-c-format + msgid "Folder3 path" + msgstr "Dizin3 yolu" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 39 +-#: rc.cpp:862 ++#: rc.cpp:839 + #, no-c-format + msgid "Whether to open torrent silently or not." + msgstr "Torrentin sessiz açılıp açılmayacağı." + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 44 +-#: rc.cpp:865 ++#: rc.cpp:842 + #, no-c-format + msgid "Delete action checked." + msgstr "Seçilen davranışı sil." + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 49 +-#: rc.cpp:868 ++#: rc.cpp:845 + #, no-c-format + msgid "Move action checked." + msgstr "Seçilen davranışı taşı." + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 16 +-#: rc.cpp:871 ++#: rc.cpp:848 + #, no-c-format + msgid "ScanFolder Preferences" + msgstr "DizinTarama Seçenekleri" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 35 +-#: rc.cpp:874 ++#: rc.cpp:851 + #, no-c-format + msgid "Scan folder &1" + msgstr "Dizin &1 taraması" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 38 +-#: rc.cpp:877 rc.cpp:1480 ++#: rc.cpp:854 rc.cpp:1424 + #, no-c-format + msgid "Alt+1" + msgstr "Alt+1" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 46 +-#: rc.cpp:880 ++#: rc.cpp:857 + #, no-c-format + msgid "Scan folder &2" + msgstr "Dizin &2 taraması" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 49 +-#: rc.cpp:883 rc.cpp:1471 rc.cpp:1495 ++#: rc.cpp:860 rc.cpp:1415 rc.cpp:1439 + #, no-c-format + msgid "Alt+2" + msgstr "Alt+2" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 57 +-#: rc.cpp:886 ++#: rc.cpp:863 + #, no-c-format + msgid "Scan folder &3" + msgstr "Dizin &3 taraması" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 60 +-#: rc.cpp:889 rc.cpp:1465 ++#: rc.cpp:866 rc.cpp:1409 + #, no-c-format + msgid "Alt+3" + msgstr "Alt+3" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 81 +-#: rc.cpp:895 ++#: rc.cpp:872 + #, no-c-format + msgid "Move to \"loaded\" directory &after loading" + msgstr "Yüklendikten sonra \"yüklenmişler\" dizinine &taşı" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 84 +-#: rc.cpp:898 ++#: rc.cpp:875 + #, no-c-format + msgid "Move torrent to \"loaded\" directory after loading it" + msgstr "Yüklendikten sonra torrenti \"yüklenmişler\" dizinine taşı" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 92 +-#: rc.cpp:901 ++#: rc.cpp:878 + #, no-c-format + msgid "Open torrents silentl&y" + msgstr "Torrentleri &sessizce aç" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 95 +-#: rc.cpp:904 ++#: rc.cpp:881 + #, no-c-format + msgid "Do not show 'Select files to download' dialog" + msgstr "'İndirilecek Dosyaları Seç' penceresini gösterme" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 103 +-#: rc.cpp:907 ++#: rc.cpp:884 + #, no-c-format + msgid "Delete after loadin&g" + msgstr "Yük&lendikten sonra sil" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 106 +-#: rc.cpp:910 ++#: rc.cpp:887 + #, no-c-format + msgid "Deletes torrent after loading" + msgstr "Torrentleri yüklendikten sonra siler" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 116 +-#: rc.cpp:913 ++#: rc.cpp:890 + #, no-c-format + msgid "Folders to scan" + msgstr "Taranacak Dizinler" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 151 +-#: rc.cpp:916 ++#: rc.cpp:893 + #, no-c-format + msgid "Folder 1:" + msgstr "Dizin 1:" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 162 +-#: rc.cpp:919 ++#: rc.cpp:896 + #, no-c-format + msgid "Folder 2:" + msgstr "Dizin 2:" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 173 +-#: rc.cpp:922 ++#: rc.cpp:899 + #, no-c-format + msgid "Folder 3:" + msgstr "Dizin 3:" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 30 +-#: rc.cpp:925 rc.cpp:1895 ++#: rc.cpp:902 rc.cpp:1838 + #, no-c-format + msgid "Search Preferences" + msgstr "Arama Tercihleri" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 41 +-#: rc.cpp:928 ++#: rc.cpp:905 + #, no-c-format + msgid "Web Server" + msgstr "Web Sunucu" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 82 +-#: rc.cpp:934 ++#: rc.cpp:911 + #, no-c-format + msgid "Forward port" + msgstr "Portu yönlendir" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 107 +-#: rc.cpp:937 ++#: rc.cpp:914 + #, no-c-format + msgid "Session TTL (in sec):" + msgstr "Oturum TTL (sn olarak):" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 142 +-#: rc.cpp:940 ++#: rc.cpp:917 + #, no-c-format + msgid "Select interface:" + msgstr "Arayüz seçin:" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 173 +-#: rc.cpp:943 ++#: rc.cpp:920 + #, no-c-format + msgid "Username:" + msgstr "Kullanıcı adı:" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 188 +-#: rc.cpp:946 ++#: rc.cpp:923 + #, no-c-format + msgid "Change password ..." + msgstr "Parolayı değiştir ..." + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 206 +-#: rc.cpp:949 ++#: rc.cpp:926 + #, no-c-format + msgid "Php executable path:" + msgstr "Php çalıştırılabilr dosyasının konumu:" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 10 +-#: rc.cpp:953 ++#: rc.cpp:929 + #, no-c-format + msgid "Port number" + msgstr "Port numarası" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 15 +-#: rc.cpp:956 ++#: rc.cpp:932 + #, no-c-format + msgid "forward Port" + msgstr "Portu yönlendir" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 20 +-#: rc.cpp:959 ++#: rc.cpp:935 + #, no-c-format + msgid "Session time to live" + msgstr "Oturum süresi" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 24 +-#: rc.cpp:962 ++#: rc.cpp:938 + #, no-c-format + msgid "interface skin" + msgstr "Arayüz teması" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 28 +-#: rc.cpp:965 ++#: rc.cpp:941 + #, no-c-format + msgid "php executable path" + msgstr "çalıştırılabilir php dosyasının konumu" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 33 +-#: rc.cpp:968 ++#: rc.cpp:944 + #, no-c-format + msgid "username" + msgstr "kullanıcı adı" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 37 +-#: rc.cpp:971 ++#: rc.cpp:947 + #, no-c-format + msgid "password" + msgstr "parola" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 16 +-#: plugins/infowidget/infowidgetplugin.cpp:194 rc.cpp:974 rc.cpp:1046 ++#: plugins/infowidget/infowidgetplugin.cpp:194 rc.cpp:950 rc.cpp:1010 + #, no-c-format + msgid "Chunks" + msgstr "Parçalar" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 43 +-#: rc.cpp:977 ++#: rc.cpp:953 + #, no-c-format + msgid "Total:" + msgstr "Toplam:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 81 +-#: rc.cpp:981 ++#: rc.cpp:956 + #, no-c-format + msgid "Currently downloading:" + msgstr "Şu anda indirilen:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 119 +-#: rc.cpp:985 ++#: rc.cpp:959 + #, no-c-format + msgid "Downloaded:" + msgstr "İndirilmiş:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 157 +-#: rc.cpp:989 ++#: rc.cpp:962 + #, no-c-format + msgid "Excluded:" + msgstr "Hariç tutulanlar:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 195 +-#: rc.cpp:993 ++#: rc.cpp:965 + #, no-c-format + msgid "Left:" + msgstr "Kalan:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 233 +-#: rc.cpp:997 ++#: rc.cpp:968 + #, no-c-format + msgid "Size:" + msgstr "Boyut:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 280 +-#: rc.cpp:1001 ++#: rc.cpp:971 + #, no-c-format + msgid "Chunk" + msgstr "Parça" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 291 +-#: rc.cpp:1004 ++#: rc.cpp:974 + #, no-c-format + msgid "Progress" + msgstr "İlerleme" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 302 +-#: rc.cpp:1007 ++#: rc.cpp:977 + #, no-c-format + msgid "Peer" + msgstr "Paylaşımcı" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 324 +-#: rc.cpp:1013 ++#: rc.cpp:983 + #, no-c-format + msgid "Assigned Peers" + msgstr "Atanan Paylaşımcılar" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 63 +-#: rc.cpp:1022 ++#: rc.cpp:992 + #, no-c-format + msgid "Seeders:" + msgstr "Gönderenler:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 71 +-#: rc.cpp:1025 ++#: rc.cpp:995 + #, no-c-format + msgid "Leechers:" + msgstr "İndirenler:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 129 +-#: rc.cpp:1030 ++#: rc.cpp:998 + #, no-c-format + msgid "Average Down Speed:" + msgstr "Ortalama İndirme Hızı:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 177 +-#: rc.cpp:1035 ++#: rc.cpp:1001 + #, no-c-format + msgid "Average Up Speed:" + msgstr "Ortalama Gönderme Hızı:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 195 +-#: rc.cpp:1038 rc.cpp:1111 ++#: rc.cpp:1004 rc.cpp:1070 + #, no-c-format + msgid "Next update in:" + msgstr "Sonraki Güncelleme:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 203 +-#: rc.cpp:1041 ++#: rc.cpp:1007 + #, no-c-format + msgid "Tracker Status:" + msgstr "İzleyici Durumu:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 332 +-#: rc.cpp:1049 ++#: rc.cpp:1013 + #, no-c-format + msgid "Parts of the torrent which have been downloaded:" + msgstr "Torrentin indirilmiş parçaları:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 367 +-#: rc.cpp:1052 ++#: rc.cpp:1016 + #, no-c-format + msgid "Parts of the torrent which are available:" + msgstr "Erişilebilir durumdaki torrent parçaları:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 457 +-#: rc.cpp:1055 ++#: rc.cpp:1019 + #, no-c-format + msgid "Sharing" + msgstr "Paylaşım" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 487 +-#: rc.cpp:1058 ++#: rc.cpp:1022 + #, no-c-format + msgid "" + "Your upload will stop when share ratio gets to this value. Zero means no limit." +@@ -2722,145 +2722,145 @@ msgstr "" + "demektir." + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 525 +-#: rc.cpp:1064 ++#: rc.cpp:1028 + #, no-c-format + msgid "Your upload will stop when you have uploaded for this many hours." + msgstr "Paylaşım oranı bu değere ulaştıktan sonra yükleme durdurulur." + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 533 +-#: rc.cpp:1067 ++#: rc.cpp:1031 + #, no-c-format + msgid "Hours" + msgstr "Saat" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 543 +-#: rc.cpp:1070 ++#: rc.cpp:1034 + #, no-c-format + msgid "Ratio limit:" + msgstr "Oran limiti:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 549 +-#: rc.cpp:1074 ++#: rc.cpp:1037 + #, no-c-format + msgid "Limit works only in seed mode" + msgstr "Limit sadece gönderen kipinde etkin" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 557 +-#: rc.cpp:1077 ++#: rc.cpp:1040 + #, no-c-format + msgid "Time &limit:" + msgstr "Süre &limiti:" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 37 +-#: rc.cpp:1081 ++#: rc.cpp:1043 + #, no-c-format + msgid "&Update Tracker" + msgstr "İ&zleyiciyi Güncelle" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 40 +-#: rc.cpp:1084 ++#: rc.cpp:1046 + #, no-c-format + msgid "Minimum update interval - 60 seconds" + msgstr "Asgari güncelleme aralığı - 60 saniye" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 48 +-#: rc.cpp:1087 ++#: rc.cpp:1049 + #, no-c-format + msgid "Add Trac&ker" + msgstr "İ&zleyici Ekle" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 64 +-#: rc.cpp:1090 ++#: rc.cpp:1052 + #, no-c-format + msgid "Remove Tracker" + msgstr "İzleyiciyi Kaldır" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 75 +-#: rc.cpp:1094 ++#: rc.cpp:1055 + #, no-c-format + msgid "Ch&ange Tracker" + msgstr "İzleyi&ciyi Değiştir" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 100 +-#: rc.cpp:1097 ++#: rc.cpp:1058 + #, no-c-format + msgid "Restore Defaults" + msgstr "Öntanımlılara Geri Dön" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 10 +-#: rc.cpp:1115 ++#: rc.cpp:1073 + #, no-c-format + msgid "Show peer view tab in main window" + msgstr "Anapencerede paylaşımcı sekmesini göster" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 14 +-#: rc.cpp:1118 ++#: rc.cpp:1076 + #, no-c-format + msgid "Show chunk download view tab in main window" + msgstr "Anapencerede parça indirme sekmesini göster" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 18 +-#: rc.cpp:1121 ++#: rc.cpp:1079 + #, no-c-format + msgid "Show trackers view tab in main window" + msgstr "Anapencerede izleyici sekmesini göster" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 24 +-#: rc.cpp:1124 ++#: rc.cpp:1082 + #, no-c-format + msgid "Show list of peers" + msgstr "Paylaşımcıların listesini göster" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 35 +-#: rc.cpp:1128 ++#: rc.cpp:1085 + #, no-c-format + msgid "Show list of chunks currentl&y downloading" + msgstr "Şu anda &indirilen parçaları listede göster" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 60 +-#: rc.cpp:1131 ++#: rc.cpp:1088 + #, no-c-format + msgid "Show list of trackers" + msgstr "İzleyicilerin listesini göster" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 16 +-#: rc.cpp:1135 ++#: rc.cpp:1091 + #, no-c-format + msgid "IPBlocking Preferences" + msgstr "IP Engelleme Tercihleri" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 47 +-#: rc.cpp:1138 ++#: rc.cpp:1094 + #, no-c-format + msgid "Select PeerGuardian Filter File " + msgstr "Paylaşımcı için Bekçi Filtresi Dosyası Seç " + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 58 +-#: rc.cpp:1141 ++#: rc.cpp:1097 + #, no-c-format + msgid "Use PeerGuardian filter?" + msgstr "Paylaşımcı için Bekçi filtresi kullanılsın mı?" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 77 +-#: rc.cpp:1145 ++#: rc.cpp:1100 + #, no-c-format + msgid "IP filter file:" + msgstr "IP filtreleme dosyası:" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 85 +-#: rc.cpp:1148 ++#: rc.cpp:1103 + #, no-c-format + msgid "http://www.bluetack.co.uk/modules.php?name=Downloads&d_op=getit&lid=8" + msgstr "http://www.bluetack.co.uk/modules.php?name=Downloads&d_op=getit&lid=8" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 123 +-#: rc.cpp:1151 ++#: rc.cpp:1106 + #, no-c-format + msgid "Dow&nload/Convert" + msgstr "İ&ndir/Dönüştür" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 134 +-#: rc.cpp:1154 ++#: rc.cpp:1109 + #, no-c-format + msgid "" + "Download PeerGuardian filter from bluetack.co.uk or blocklist.org.\n" +@@ -2871,25 +2871,25 @@ msgstr "" + " Not: WIP dosyası destekleniyor." + + #. i18n: file ./plugins/ipfilter/ktipfilterplugin.kcfg line 10 +-#: rc.cpp:1159 ++#: rc.cpp:1113 + #, no-c-format + msgid "Level1 filter url" + msgstr "Seviye1 filtre adresi" + + #. i18n: file ./plugins/ipfilter/ktipfilterplugin.kcfg line 14 +-#: rc.cpp:1162 ++#: rc.cpp:1116 + #, no-c-format + msgid "Use level1 filter?" + msgstr "Seviye1 filtresi kullanılsın mı?" + + #. i18n: file ./plugins/ipfilter/convert_dlg.ui line 24 +-#: plugins/ipfilter/convertdialog.cpp:155 rc.cpp:1165 ++#: plugins/ipfilter/convertdialog.cpp:155 rc.cpp:1119 + #, no-c-format + msgid "Converting..." + msgstr "Dönüştürülüyor..." + + #. i18n: file ./plugins/ipfilter/convert_dlg.ui line 41 +-#: rc.cpp:1168 ++#: rc.cpp:1122 + #, no-c-format + msgid "" + "Click on the 'convert' button to start converting antip2p file. NOTE: This " +@@ -2901,61 +2901,61 @@ msgstr "" + "kullanamayacaksınız." + + #. i18n: file ./plugins/stats/sprefwgt.ui line 27 +-#: rc.cpp:1179 ++#: rc.cpp:1131 + #, no-c-format + msgid "Update" + msgstr "Güncelle" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 46 +-#: rc.cpp:1182 rc.cpp:1268 ++#: rc.cpp:1134 rc.cpp:1220 + #, no-c-format + msgid "Update charts every" + msgstr "Grafikleri şu sıklıkla güncelle" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 71 +-#: rc.cpp:1185 ++#: rc.cpp:1137 + #, no-c-format + msgid "GUI updates" + msgstr "Arayüz güncellemeleri" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 92 +-#: rc.cpp:1188 rc.cpp:1271 ++#: rc.cpp:1140 rc.cpp:1223 + #, no-c-format + msgid "Gather data every" + msgstr "Verileri bu sıklıkta topla" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 120 +-#: rc.cpp:1191 ++#: rc.cpp:1143 + #, no-c-format + msgid "miliseconds" + msgstr "milisaniye" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 135 +-#: rc.cpp:1194 ++#: rc.cpp:1146 + #, no-c-format + msgid "Maximum" + msgstr "En fazla" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 154 +-#: rc.cpp:1197 ++#: rc.cpp:1149 + #, no-c-format + msgid "Maximum speed scale mode:" + msgstr "En fazla hız cetveli kipi:" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 165 +-#: rc.cpp:1203 ++#: rc.cpp:1155 + #, no-c-format + msgid "Exact" + msgstr "Tam" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 175 +-#: rc.cpp:1206 ++#: rc.cpp:1158 + #, no-c-format + msgid "See 'What's this' for more help" + msgstr "Daha fazla bilgi için 'Bu nedir'e bakın" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 180 +-#: rc.cpp:1209 ++#: rc.cpp:1161 + #, no-c-format + msgid "" + "Set maximum value on OY scale as:\n" +@@ -2967,847 +2967,847 @@ msgstr "" + "- Doğru: Listede yer alan en büyük hız" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 192 +-#: rc.cpp:1214 rc.cpp:1247 ++#: rc.cpp:1166 rc.cpp:1199 + #, no-c-format + msgid "Peers speed" + msgstr "Paylaşımcı hızı" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 211 +-#: rc.cpp:1217 ++#: rc.cpp:1169 + #, no-c-format + msgid "Peers speed:" + msgstr "Paylaşımcı hızı:" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 222 +-#: rc.cpp:1220 ++#: rc.cpp:1172 + #, no-c-format + msgid "update every" + msgstr "bu sıklıkta güncelle" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 244 +-#: rc.cpp:1223 ++#: rc.cpp:1175 + #, no-c-format + msgid "chart data updates" + msgstr "grafik veri güncellemeleri" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 254 +-#: rc.cpp:1226 ++#: rc.cpp:1178 + #, no-c-format + msgid "Gathering data about many connected peers can be CPU consuming." + msgstr "Çok fazla paylaşımcı hakkında bilgi almak CPU kullanımını arttırır." + + #. i18n: file ./plugins/stats/sprefwgt.ui line 267 +-#: rc.cpp:1229 ++#: rc.cpp:1181 + #, no-c-format + msgid "Peers connections" + msgstr "Paylaşımcı bağlantıları" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 270 +-#: rc.cpp:1232 ++#: rc.cpp:1184 + #, no-c-format + msgid "Large values can obscure charts of connected peers" + msgstr "Büyük değerler bağlı kaynak listelerini anlaşışmaz kılabilir" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 289 +-#: rc.cpp:1235 ++#: rc.cpp:1187 + #, no-c-format + msgid "Show seeders in swarms" + msgstr "Göndericileri kümeleyerek göster" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 297 +-#: rc.cpp:1238 ++#: rc.cpp:1190 + #, no-c-format + msgid "Show leechers in swarms" + msgstr "İndirenleri kümeleyerek göster" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 309 +-#: rc.cpp:1241 ++#: rc.cpp:1193 + #, no-c-format + msgid "Measurements count" + msgstr "Ölçüm sayıları" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 392 +-#: rc.cpp:1250 rc.cpp:1265 ++#: rc.cpp:1202 rc.cpp:1217 + #, no-c-format + msgid "Upload" + msgstr "Gönder" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 424 +-#: rc.cpp:1253 ++#: rc.cpp:1205 + #, no-c-format + msgid "Connections" + msgstr "Bağlantılar" + + #. i18n: file ./plugins/stats/statsspdwgt.ui line 40 +-#: plugins/infowidget/infowidgetplugin.cpp:173 rc.cpp:1262 rc.cpp:1304 ++#: plugins/infowidget/infowidgetplugin.cpp:173 rc.cpp:1214 rc.cpp:1256 + #, no-c-format + msgid "Peers" + msgstr "Paylaşımcılar" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 18 +-#: rc.cpp:1274 ++#: rc.cpp:1226 + #, no-c-format + msgid "Toggle peers speed charts" + msgstr "Kaynak ve hız listeleri arasında geçiş yap" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 22 +-#: rc.cpp:1277 ++#: rc.cpp:1229 + #, no-c-format + msgid "Interval between getting data about peers speed" + msgstr "Kaynaklardan alınan verilerin arasındaki süre" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 26 +-#: rc.cpp:1280 ++#: rc.cpp:1232 + #, no-c-format + msgid "Toggle drawing of leechers in swarms" + msgstr "Kümelerde yer alan indirenlerin çizimine geçiş yap" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 30 +-#: rc.cpp:1283 ++#: rc.cpp:1235 + #, no-c-format + msgid "Toggle drawing of seeders in swarms" + msgstr "Kümelerde yer alan gönderenlerin çizimine geçiş yap" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 35 +-#: rc.cpp:1286 ++#: rc.cpp:1238 + #, no-c-format + msgid "Download mesurments count" + msgstr "İndirme ölçüm sayısı" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 39 +-#: rc.cpp:1289 ++#: rc.cpp:1241 + #, no-c-format + msgid "Peers speed mesurments count" + msgstr "Paylaşımcı hızı ölçüm sayısı" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 43 +-#: rc.cpp:1292 ++#: rc.cpp:1244 + #, no-c-format + msgid "Upload mesurments count" + msgstr "Gönderme ölçüm sayısı" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 47 +-#: rc.cpp:1295 ++#: rc.cpp:1247 + #, no-c-format + msgid "Connections mesurments count" + msgstr "Bağlantı ölçüm sayısı" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 51 +-#: rc.cpp:1298 ++#: rc.cpp:1250 + #, no-c-format + msgid "DHT mesurments count" + msgstr "DHT ölçüm sayısı" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 56 +-#: rc.cpp:1301 ++#: rc.cpp:1253 + #, no-c-format + msgid "OY axis max mode" + msgstr "OY düzlemi en yüksek modu" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 16 +-#: rc.cpp:1310 ++#: rc.cpp:1262 + #, no-c-format + msgid "Import an existing download" + msgstr "Mevcut bir indirmeyi al" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 49 +-#: rc.cpp:1313 ++#: rc.cpp:1265 + #, no-c-format + msgid "Torrent:" + msgstr "Torrent:" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 63 +-#: rc.cpp:1316 ++#: rc.cpp:1268 + #, no-c-format + msgid "Data:" + msgstr "Veri:" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 95 +-#: rc.cpp:1319 ++#: rc.cpp:1271 + #, no-c-format + msgid "" + "Please specify the torrent and the data already downloaded for that torrent." + msgstr "Lütfen belirtili torrent için torrent'i ve de verileri belirtiniz." + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 133 +-#: rc.cpp:1322 ++#: rc.cpp:1274 + #, no-c-format + msgid "&Import" + msgstr "&İçeri Aktar" + + #. i18n: file ./plugins/rssfeed/ktrssfeedplugin.kcfg line 10 +-#: rc.cpp:1328 ++#: rc.cpp:1280 + #, no-c-format + msgid "default" + msgstr "öntanımlı" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 18 +-#: rc.cpp:1331 ++#: rc.cpp:1283 + #, no-c-format + msgid "Rss Feeds" + msgstr "Rss Beslemeleri" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 36 +-#: rc.cpp:1334 ++#: rc.cpp:1286 + #, no-c-format + msgid "Feeds" + msgstr "Beslemeler" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 78 +-#: rc.cpp:1337 ++#: rc.cpp:1289 + #, no-c-format + msgid "De&lete" + msgstr "Si&l" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 86 +-#: rc.cpp:1340 rc.cpp:1382 rc.cpp:1392 ++#: rc.cpp:1292 rc.cpp:1331 rc.cpp:1340 + #, no-c-format + msgid "&New" + msgstr "Y&eni" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 117 +-#: rc.cpp:1343 ++#: rc.cpp:1295 + #, no-c-format + msgid "&URL" + msgstr "&Adres" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 139 +-#: rc.cpp:1346 ++#: rc.cpp:1298 + #, no-c-format + msgid "Articles" + msgstr "Yazılar" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 216 +-#: rc.cpp:1353 ++#: rc.cpp:1304 + #, no-c-format + msgid "Auto&refresh" + msgstr "Otomatik &tazeleme" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 242 +-#: rc.cpp:1356 ++#: rc.cpp:1307 + #, no-c-format + msgid "I&gnore TTL" + msgstr "TTL'yi &Yoksay" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 270 +-#: rc.cpp:1359 ++#: rc.cpp:1310 + #, no-c-format + msgid "Refresh" + msgstr "Tazele" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 299 +-#: rc.cpp:1363 rc.cpp:1395 ++#: rc.cpp:1313 rc.cpp:1343 + #, no-c-format + msgid "&Title" + msgstr "&Başlık" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 323 +-#: rc.cpp:1366 ++#: rc.cpp:1316 + #, no-c-format + msgid "Keep Articles (days)" + msgstr "Yazıları sakla (gün)" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 347 +-#: rc.cpp:1369 rc.cpp:1398 ++#: rc.cpp:1319 rc.cpp:1346 + #, no-c-format + msgid "&Active" + msgstr "&Etkin" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 362 +-#: rc.cpp:1372 ++#: rc.cpp:1322 + #, no-c-format + msgid "Filters" + msgstr "Filtreler" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 389 +-#: rc.cpp:1375 ++#: rc.cpp:1325 + #, no-c-format + msgid "Accept Filters" + msgstr "Filtreleri Kabul Et" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 440 +-#: rc.cpp:1385 ++#: rc.cpp:1334 + #, no-c-format + msgid "Reject Filters" + msgstr "Filtreleri Reddet" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 557 +-#: rc.cpp:1401 ++#: rc.cpp:1349 + #, no-c-format + msgid "Regular Expressions" + msgstr "Sıradan ifadeler" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 587 +-#: rc.cpp:1404 ++#: rc.cpp:1352 + #, no-c-format + msgid "Treat as &Series" + msgstr "Sıraya &Göre Davran" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 624 +-#: rc.cpp:1407 ++#: rc.cpp:1355 + #, no-c-format + msgid "Process" + msgstr "İşletim" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 643 +-#: rc.cpp:1411 ++#: rc.cpp:1358 + #, no-c-format + msgid "Series Criteria" + msgstr "Sıra kriterleri" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 679 +-#: rc.cpp:1414 ++#: rc.cpp:1361 + #, no-c-format + msgid "Match Without Episode" + msgstr "Bölümsüz Eşle" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 713 +-#: rc.cpp:1418 ++#: rc.cpp:1364 + #, no-c-format + msgid "Max Episode" + msgstr "Azami Bölüm" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 739 +-#: rc.cpp:1421 ++#: rc.cpp:1367 + #, no-c-format + msgid "Max Season" + msgstr "Azami Sezon" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 758 +-#: rc.cpp:1424 ++#: rc.cpp:1370 + #, no-c-format + msgid "Min Season" + msgstr "Asgari Sezon" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 782 +-#: rc.cpp:1427 ++#: rc.cpp:1373 + #, no-c-format + msgid "Min Episode" + msgstr "Asgari Bölüm" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 814 +-#: rc.cpp:1430 ++#: rc.cpp:1376 + #, no-c-format + msgid "Test te&xt" + msgstr "&Metni test et" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 840 +-#: rc.cpp:1433 ++#: rc.cpp:1379 + #, no-c-format + msgid "Te&st" + msgstr "De&netle" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 858 +-#: rc.cpp:1436 ++#: rc.cpp:1382 + #, no-c-format + msgid "Filter Matches" + msgstr "Filtre Eşleşmeleri" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 28 +-#: rc.cpp:1447 ++#: rc.cpp:1391 + #, no-c-format + msgid "Bandwidth scheduler" + msgstr "Bantgenişliği zamanlayıcısı" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 50 +-#: rc.cpp:1450 ++#: rc.cpp:1394 + #, no-c-format + msgid "Left click category" + msgstr "Kategoriyi sol tıkla" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 61 +-#: rc.cpp:1453 ++#: rc.cpp:1397 + #, no-c-format + msgid "Categor&y 1" + msgstr "Kategor&i 1" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 157 +-#: rc.cpp:1456 rc.cpp:1483 ++#: rc.cpp:1400 rc.cpp:1427 + #, no-c-format + msgid "T&urn off" + msgstr "K&apat" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 165 +-#: rc.cpp:1459 rc.cpp:1486 ++#: rc.cpp:1403 rc.cpp:1430 + #, no-c-format + msgid "&Normal" + msgstr "&Normal" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 195 +-#: rc.cpp:1462 ++#: rc.cpp:1406 + #, no-c-format + msgid "Category &3" + msgstr "Kategori &3" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 206 +-#: rc.cpp:1468 rc.cpp:1492 ++#: rc.cpp:1412 rc.cpp:1436 + #, no-c-format + msgid "Category &2" + msgstr "Kategori &2" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 219 +-#: rc.cpp:1474 ++#: rc.cpp:1418 + #, no-c-format + msgid "Right click category" + msgstr "Kategoriyi sağ tıkla" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 230 +-#: rc.cpp:1477 ++#: rc.cpp:1421 + #, no-c-format + msgid "Category &1" + msgstr "Kategori &1" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 367 +-#: rc.cpp:1489 ++#: rc.cpp:1433 + #, no-c-format + msgid "&Category 3" + msgstr "&Kategori 3" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 390 +-#: rc.cpp:1498 ++#: rc.cpp:1442 + #, no-c-format + msgid "Categories" + msgstr "Kategoriler" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 401 +-#: rc.cpp:1501 ++#: rc.cpp:1445 + #, no-c-format + msgid "1. Category" + msgstr "1. Kategori" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 409 +-#: rc.cpp:1504 ++#: rc.cpp:1448 + #, no-c-format + msgid "3. Category" + msgstr "3. Kategori" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 425 +-#: rc.cpp:1507 rc.cpp:1516 rc.cpp:1525 ++#: rc.cpp:1451 rc.cpp:1460 rc.cpp:1469 + #, no-c-format + msgid "download:" + msgstr "indirme:" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 441 +-#: rc.cpp:1510 rc.cpp:1519 rc.cpp:1528 ++#: rc.cpp:1454 rc.cpp:1463 rc.cpp:1472 + #, no-c-format + msgid "upload:" + msgstr "gönderme:" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 457 +-#: rc.cpp:1513 rc.cpp:1522 rc.cpp:1531 ++#: rc.cpp:1457 rc.cpp:1466 rc.cpp:1475 + #, no-c-format + msgid "KB/s *" + msgstr "KB/sn *" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 567 +-#: rc.cpp:1534 ++#: rc.cpp:1478 + #, no-c-format + msgid "2. Category" + msgstr "2. Kategori" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 626 +-#: rc.cpp:1538 ++#: rc.cpp:1481 + #, no-c-format + msgid "* zero means no limit" + msgstr "*0, limit yok demektir" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 672 +-#: rc.cpp:1541 ++#: rc.cpp:1484 + #, no-c-format + msgid "Save to file" + msgstr "Farklı kaydet" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 680 +-#: rc.cpp:1544 ++#: rc.cpp:1487 + #, no-c-format + msgid "&Load from file" + msgstr "&Dosyadan yükle" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 688 +-#: rc.cpp:1547 ++#: rc.cpp:1490 + #, no-c-format + msgid "Reset schedule" + msgstr "Zamanlamacıyı sıfırla" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 751 +-#: rc.cpp:1550 ++#: rc.cpp:1493 + #, no-c-format + msgid "O&k" + msgstr "&Tamam" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 16 +-#: rc.cpp:1559 ++#: rc.cpp:1502 + #, no-c-format + msgid "Scheduler Plugin Pref Page" + msgstr "Zamanlayıcı eklentisi tercihler sayfası" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 27 +-#: rc.cpp:1562 ++#: rc.cpp:1505 + #, no-c-format + msgid "Use &bandwidth scheduler?" + msgstr "Bantgenişliği &zamanlayıcısı kullanılsın mı?" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 35 +-#: plugins/scheduler/schedulerplugin.cpp:59 rc.cpp:1565 ++#: plugins/scheduler/schedulerplugin.cpp:59 rc.cpp:1508 + #, no-c-format + msgid "Bandwidth Scheduler" + msgstr "Bantgenişliği zamanlayıcısı" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 46 +-#: rc.cpp:1568 ++#: rc.cpp:1511 + #, no-c-format + msgid "Use colors instead of pi&xmaps?" + msgstr "Resim yerine &renk kullanılsın mı?" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 54 +-#: rc.cpp:1571 ++#: rc.cpp:1514 + #, no-c-format + msgid "(Recommended for slower systems)" + msgstr "(Yavaş sistemler için önerilir)" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 62 +-#: rc.cpp:1574 ++#: rc.cpp:1517 + #, no-c-format + msgid "Edit s&chedule" + msgstr "Za&manlayıcıyı ayarla" + + #. i18n: file ./plugins/scheduler/ktschedulerplugin.kcfg line 10 +-#: rc.cpp:1577 ++#: rc.cpp:1520 + #, no-c-format + msgid "Enable bandwidth scheduler?" + msgstr "Bantgenişliği zamanlayıcısı etkinleştirilsin mi?" + + #. i18n: file ./plugins/scheduler/ktschedulerplugin.kcfg line 14 +-#: rc.cpp:1580 ++#: rc.cpp:1523 + #, no-c-format + msgid "Use colors instead of pixmaps?" + msgstr "Resim yerine renk kullanılsın mı?" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 10 +-#: rc.cpp:1583 ++#: rc.cpp:1526 + #, no-c-format + msgid "Use rich log text" + msgstr "Günlükler için zengin metin kullan" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 15 +-#: rc.cpp:1586 ++#: rc.cpp:1529 + #, no-c-format + msgid "General info messages flag" + msgstr "Genel bilgi iletileri işaretlemesi" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 19 +-#: rc.cpp:1589 ++#: rc.cpp:1532 + #, no-c-format + msgid "Connections messages flag" + msgstr "Bağlantı iletileri işaretlemesi" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 23 +-#: rc.cpp:1592 ++#: rc.cpp:1535 + #, no-c-format + msgid "DHT messages flag" + msgstr "DHT iletileri işaretlemesi" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 27 +-#: rc.cpp:1595 ++#: rc.cpp:1538 + #, no-c-format + msgid "Tracker info messages flag" + msgstr "İzleyici bilgi iletileri işaretlemesi" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 31 +-#: rc.cpp:1598 ++#: rc.cpp:1541 + #, no-c-format + msgid "Disk IO info messages flag" + msgstr "Bellek Giriş/Çıkış iletileri işaretlemesi" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 35 +-#: rc.cpp:1601 ++#: rc.cpp:1544 + #, no-c-format + msgid "IPFilter plugin messages flag" + msgstr "IPFiltre eklentisi iletileri işaretlemesi" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 39 +-#: rc.cpp:1604 ++#: rc.cpp:1547 + #, no-c-format + msgid "Search plugin messages flag" + msgstr "Arama eklentisi iletileri işaretlemesi" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 43 +-#: rc.cpp:1607 ++#: rc.cpp:1550 + #, no-c-format + msgid "PartFileImport plugin messages flag" + msgstr "Parça Dosya İçeri Aktarma eklentisi iletileri işaretlemesi" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 47 +-#: rc.cpp:1610 ++#: rc.cpp:1553 + #, no-c-format + msgid "InfoWidget plugin messages flag" + msgstr "Bilgi Programcığı eklenti iletileri işaretlemesi" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 51 +-#: rc.cpp:1613 ++#: rc.cpp:1556 + #, no-c-format + msgid "UPnP plugin messages flag" + msgstr "UPnP eklenti iletileri işaretlemesi" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 55 +-#: rc.cpp:1616 ++#: rc.cpp:1559 + #, no-c-format + msgid "ScanFolder plugin messages flag" + msgstr "DizinTarama eklenti iletileri işaretlemesi" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 59 +-#: rc.cpp:1619 ++#: rc.cpp:1562 + #, no-c-format + msgid "Scheduler plugin messages flag" + msgstr "Zamanlayıcı eklenti iletileri işaretlemesi" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 63 +-#: rc.cpp:1622 ++#: rc.cpp:1565 + #, no-c-format + msgid "RSS plugin messages flag" + msgstr "RSS eklenti iletileri işaretlemesi" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 67 +-#: rc.cpp:1625 ++#: rc.cpp:1568 + #, no-c-format + msgid "WebInterface plugin messages flag" + msgstr "AğArayüzü eklenti iletileri işaretlemesi" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 16 +-#: plugins/logviewer/logprefpage.cpp:31 rc.cpp:1628 ++#: plugins/logviewer/logprefpage.cpp:31 rc.cpp:1571 + #, no-c-format + msgid "LogViewer Options" + msgstr "GünlükGörüntüleyici Seçenekleri" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 44 +-#: libktorrent/pluginmanagerprefpage.cpp:63 rc.cpp:1631 ++#: libktorrent/pluginmanagerprefpage.cpp:63 rc.cpp:1574 + #, no-c-format + msgid "Plugins" + msgstr "Eklentiler" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 53 +-#: rc.cpp:1634 rc.cpp:1652 rc.cpp:1670 rc.cpp:1691 rc.cpp:1706 rc.cpp:1724 +-#: rc.cpp:1745 rc.cpp:1763 rc.cpp:1778 rc.cpp:1811 rc.cpp:1826 rc.cpp:1841 +-#: rc.cpp:1859 rc.cpp:1874 ++#: rc.cpp:1577 rc.cpp:1595 rc.cpp:1613 rc.cpp:1634 rc.cpp:1649 rc.cpp:1667 ++#: rc.cpp:1688 rc.cpp:1706 rc.cpp:1721 rc.cpp:1754 rc.cpp:1769 rc.cpp:1784 ++#: rc.cpp:1802 rc.cpp:1817 + #, no-c-format + msgid "All" + msgstr "Tümü" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 58 +-#: rc.cpp:1637 rc.cpp:1655 rc.cpp:1673 rc.cpp:1694 rc.cpp:1709 rc.cpp:1727 +-#: rc.cpp:1748 rc.cpp:1766 rc.cpp:1781 rc.cpp:1814 rc.cpp:1829 rc.cpp:1844 +-#: rc.cpp:1862 rc.cpp:1877 ++#: rc.cpp:1580 rc.cpp:1598 rc.cpp:1616 rc.cpp:1637 rc.cpp:1652 rc.cpp:1670 ++#: rc.cpp:1691 rc.cpp:1709 rc.cpp:1724 rc.cpp:1757 rc.cpp:1772 rc.cpp:1787 ++#: rc.cpp:1805 rc.cpp:1820 + #, no-c-format + msgid "Debug" + msgstr "Hata ayıkla" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 63 +-#: rc.cpp:1640 rc.cpp:1658 rc.cpp:1676 rc.cpp:1697 rc.cpp:1712 rc.cpp:1730 +-#: rc.cpp:1751 rc.cpp:1769 rc.cpp:1784 rc.cpp:1817 rc.cpp:1832 rc.cpp:1847 +-#: rc.cpp:1865 rc.cpp:1880 ++#: rc.cpp:1583 rc.cpp:1601 rc.cpp:1619 rc.cpp:1640 rc.cpp:1655 rc.cpp:1673 ++#: rc.cpp:1694 rc.cpp:1712 rc.cpp:1727 rc.cpp:1760 rc.cpp:1775 rc.cpp:1790 ++#: rc.cpp:1808 rc.cpp:1823 + #, no-c-format + msgid "Notice" + msgstr "Uyarı" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 68 +-#: rc.cpp:1643 rc.cpp:1661 rc.cpp:1679 rc.cpp:1700 rc.cpp:1715 rc.cpp:1733 +-#: rc.cpp:1754 rc.cpp:1772 rc.cpp:1787 rc.cpp:1820 rc.cpp:1835 rc.cpp:1850 +-#: rc.cpp:1868 rc.cpp:1883 ++#: rc.cpp:1586 rc.cpp:1604 rc.cpp:1622 rc.cpp:1643 rc.cpp:1658 rc.cpp:1676 ++#: rc.cpp:1697 rc.cpp:1715 rc.cpp:1730 rc.cpp:1763 rc.cpp:1778 rc.cpp:1793 ++#: rc.cpp:1811 rc.cpp:1826 + #, no-c-format + msgid "Important" + msgstr "Önemli" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 73 +-#: rc.cpp:1646 rc.cpp:1664 rc.cpp:1682 rc.cpp:1703 rc.cpp:1718 rc.cpp:1736 +-#: rc.cpp:1757 rc.cpp:1775 rc.cpp:1790 rc.cpp:1823 rc.cpp:1838 rc.cpp:1853 +-#: rc.cpp:1871 rc.cpp:1886 ++#: rc.cpp:1589 rc.cpp:1607 rc.cpp:1625 rc.cpp:1646 rc.cpp:1661 rc.cpp:1679 ++#: rc.cpp:1700 rc.cpp:1718 rc.cpp:1733 rc.cpp:1766 rc.cpp:1781 rc.cpp:1796 ++#: rc.cpp:1814 rc.cpp:1829 + #, no-c-format + msgid "None" + msgstr "Hiçbiri" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 85 +-#: rc.cpp:1649 ++#: rc.cpp:1592 + #, no-c-format + msgid "IPFilter:" + msgstr "IP Filtresi:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 126 +-#: rc.cpp:1667 ++#: rc.cpp:1610 + #, no-c-format + msgid "Search:" + msgstr "Ara:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 167 +-#: rc.cpp:1685 ++#: rc.cpp:1628 + #, no-c-format + msgid "UPnP:" + msgstr "UPnP:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 178 +-#: rc.cpp:1688 ++#: rc.cpp:1631 + #, no-c-format + msgid "ScanFolder:" + msgstr "Tarama Dizini:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 249 +-#: rc.cpp:1721 ++#: rc.cpp:1664 + #, no-c-format + msgid "Scheduler:" + msgstr "Zamanlayıcı:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 290 +-#: rc.cpp:1739 ++#: rc.cpp:1682 + #, no-c-format + msgid "PartFileImport:" + msgstr "Parça Dosya İçeri Aktarımı:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 301 +-#: rc.cpp:1742 ++#: rc.cpp:1685 + #, no-c-format + msgid "InfoWidget:" + msgstr "Bilgi Programcığı:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 342 +-#: rc.cpp:1760 ++#: rc.cpp:1703 + #, no-c-format + msgid "RSS plugin:" + msgstr "RSS eklentisi:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 413 +-#: rc.cpp:1793 ++#: rc.cpp:1736 + #, no-c-format + msgid "WebInterface plugin:" + msgstr "Ağ Arayüzü eklentisi:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 426 +-#: rc.cpp:1796 ++#: rc.cpp:1739 + #, no-c-format + msgid "System" + msgstr "Sistem" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 437 +-#: rc.cpp:1799 ++#: rc.cpp:1742 + #, no-c-format + msgid "General:" + msgstr "Genel:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 445 +-#: rc.cpp:1802 ++#: rc.cpp:1745 + #, no-c-format + msgid "Connections:" + msgstr "Bağlantılar:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 559 +-#: rc.cpp:1856 ++#: rc.cpp:1799 + #, no-c-format + msgid "Disk I/O:" + msgstr "Disk Giriş/Çıkış:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 640 +-#: rc.cpp:1892 ++#: rc.cpp:1835 + #, no-c-format + msgid "Use rich te&xt for log" + msgstr "Günlük kayıtları için &zengin metin kullan" + + #. i18n: file ./plugins/search/searchpref.ui line 41 +-#: rc.cpp:1898 ++#: rc.cpp:1841 + #, no-c-format + msgid "External Browser" + msgstr "Harici Tarayıcı" + + #. i18n: file ./plugins/search/searchpref.ui line 52 +-#: rc.cpp:1901 ++#: rc.cpp:1844 + #, no-c-format + msgid "Open searches in external browser" + msgstr "Aramaları harici web tarayıcısında göster" + + #. i18n: file ./plugins/search/searchpref.ui line 60 +-#: rc.cpp:1904 rc.cpp:1955 ++#: rc.cpp:1847 rc.cpp:1892 + #, no-c-format + msgid "Use default browser" + msgstr "Öntanımlı tarayıcıyı kullan" + + #. i18n: file ./plugins/search/searchpref.ui line 79 +-#: rc.cpp:1908 ++#: rc.cpp:1850 + #, no-c-format + msgid "Custom browser path:" + msgstr "Özel tarayıcı konumu:" + + #. i18n: file ./plugins/search/searchpref.ui line 116 +-#: rc.cpp:1912 ++#: rc.cpp:1853 + #, no-c-format + msgid "Search Engines" + msgstr "Arama Motorları" + + #. i18n: file ./plugins/search/searchpref.ui line 143 +-#: rc.cpp:1916 ++#: rc.cpp:1856 + #, no-c-format + msgid "Search engine name:" + msgstr "Arama motorunun adı:" + + #. i18n: file ./plugins/search/searchpref.ui line 187 +-#: rc.cpp:1922 ++#: rc.cpp:1862 + #, no-c-format + msgid "&Add" + msgstr "&Ekle" + + #. i18n: file ./plugins/search/searchpref.ui line 195 +-#: rc.cpp:1925 ++#: rc.cpp:1865 + #, no-c-format + msgid "Engines" + msgstr "Arama Motorları" + + #. i18n: file ./plugins/search/searchpref.ui line 206 +-#: rc.cpp:1928 ++#: rc.cpp:1868 + #, no-c-format + msgid "URL" + msgstr "Adres" + + #. i18n: file ./plugins/search/searchpref.ui line 257 +-#: rc.cpp:1934 ++#: rc.cpp:1874 + #, no-c-format + msgid "R&emove All" + msgstr "&Tümünü Kaldır" + + #. i18n: file ./plugins/search/searchpref.ui line 282 +-#: rc.cpp:1937 ++#: rc.cpp:1877 + #, no-c-format + msgid "Add Defau<" + msgstr "&Öntanımlı Ekle" + + #. i18n: file ./plugins/search/searchpref.ui line 290 +-#: rc.cpp:1940 ++#: rc.cpp:1880 + #, no-c-format + msgid "Update From Internet" + msgstr "İnternetten Güncelle" + + #. i18n: file ./plugins/search/searchbar.ui line 53 + #: plugins/search/searchplugin.cpp:50 plugins/search/searchtab.cpp:48 +-#: rc.cpp:1946 ++#: rc.cpp:1883 + #, no-c-format + msgid "Search" + msgstr "Ara" + + #. i18n: file ./plugins/search/searchbar.ui line 78 +-#: rc.cpp:1949 ++#: rc.cpp:1886 + #, no-c-format + msgid "Search engine:" + msgstr "Arama motoru:" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 10 +-#: rc.cpp:1952 ++#: rc.cpp:1889 + #, no-c-format + msgid "Current search engine" + msgstr "Geçerli arama motoru" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 19 +-#: rc.cpp:1958 ++#: rc.cpp:1895 + #, no-c-format + msgid "Use custom browser" + msgstr "Özel tarayıcı kullan" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 23 +-#: rc.cpp:1961 ++#: rc.cpp:1898 + #, no-c-format + msgid "Custom browser executable path" + msgstr "Özel tarayıcı dosyası konumu" +@@ -4094,7 +4094,7 @@ msgstr "Veri denetleniyor" + msgid "Stopped. No space left on device." + msgstr "Durduruldu. Aygıtta yer kalmadı." + +-#: libktorrent/torrent/queuemanager.cpp:135 ++#: libktorrent/torrent/queuemanager.cpp:136 + msgid "" + "You don't have enough disk space to download this torrent. Are you sure you " + "want to continue?" +@@ -4102,12 +4102,12 @@ msgstr "" + "Bu torrenti indirmek için yeterli disk alanınız yok. Devam etmek istediğinizden " + "emin misiniz?" + +-#: libktorrent/torrent/queuemanager.cpp:135 ++#: libktorrent/torrent/queuemanager.cpp:136 + #, c-format + msgid "Insufficient disk space for %1" + msgstr "%1 için yetersiz disk alanı" + +-#: libktorrent/torrent/queuemanager.cpp:157 ++#: libktorrent/torrent/queuemanager.cpp:158 + msgid "" + "Torrent \"%1\" has reached its maximum share ratio. Ignore the limit and start " + "seeding anyway?" +@@ -4115,16 +4115,16 @@ msgstr "" + "Torrent \"%1\" azami paylaşım oranına ulaşmıştır. Limiti yoksayıp göndermeye " + "devam edilsin mi?" + +-#: libktorrent/torrent/queuemanager.cpp:157 ++#: libktorrent/torrent/queuemanager.cpp:158 + msgid "Maximum share ratio limit reached." + msgstr "Azami paylaşım oranına ulaşıldı." + +-#: libktorrent/torrent/queuemanager.cpp:236 +-#: libktorrent/torrent/queuemanager.cpp:760 ++#: libktorrent/torrent/queuemanager.cpp:237 ++#: libktorrent/torrent/queuemanager.cpp:763 + msgid "Error stopping torrent %1 : %2" + msgstr "Torrent durdururken hata %1: %2" + +-#: libktorrent/torrent/queuemanager.cpp:742 ++#: libktorrent/torrent/queuemanager.cpp:745 + msgid "Error starting torrent %1 : %2" + msgstr "Torrent başlatırken hata %1: %2" + +diff --git a/translations/uk/messages/ktorrent.po b/translations/uk/messages/ktorrent.po +index 1c9c4dc..b401d5b 100644 +--- a/translations/uk/messages/ktorrent.po ++++ b/translations/uk/messages/ktorrent.po +@@ -5,7 +5,7 @@ + msgid "" + msgstr "" + "Project-Id-Version: ktorrent\n" +-"POT-Creation-Date: 2008-04-18 19:40+0200\n" ++"POT-Creation-Date: 2008-07-08 22:20+0200\n" + "PO-Revision-Date: 2007-11-06 21:01-0800\n" + "Last-Translator: Ivan Petrouchtchak \n" + "Language-Team: Ukrainian \n" +@@ -21,7 +21,7 @@ msgid "No incoming connections (possibly firewalled)" + msgstr "Немає з'єднань ззовні (можливо, фаєрвол перешкоджає)" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 42 +-#: apps/ktorrent/ktorrent.cpp:184 rc.cpp:345 rc.cpp:383 rc.cpp:1019 ++#: apps/ktorrent/ktorrent.cpp:184 rc.cpp:336 rc.cpp:369 rc.cpp:989 + #, no-c-format + msgid "Info" + msgstr "Інформація" +@@ -189,7 +189,7 @@ msgstr "Неправильний URL." + #. i18n: file ./apps/ktorrent/ktorrentui.rc line 9 + #: apps/ktorrent/groups/downloadgroup.cpp:27 + #: apps/ktorrent/groups/groupmanager.h:57 apps/ktorrent/pref.cpp:147 +-#: apps/ktorrent/viewmanager.cpp:62 rc.cpp:138 rc.cpp:342 ++#: apps/ktorrent/viewmanager.cpp:62 rc.cpp:132 rc.cpp:333 + #, no-c-format + msgid "Downloads" + msgstr "Звантаження" +@@ -311,7 +311,7 @@ msgid "Document to open" + msgstr "Відкрити документ" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 59 +-#: apps/ktorrent/main.cpp:120 rc.cpp:553 ++#: apps/ktorrent/main.cpp:120 rc.cpp:532 + #, no-c-format + msgid "KTorrent" + msgstr "KTorrent" +@@ -575,7 +575,7 @@ msgstr "Джерела вузлів торента:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 85 + #: apps/ktorrent/ktorrentviewmenu.cpp:66 plugins/infowidget/peerview.cpp:221 +-#: rc.cpp:77 rc.cpp:1256 rc.cpp:1307 ++#: rc.cpp:75 rc.cpp:1208 rc.cpp:1259 + #, no-c-format + msgid "DHT" + msgstr "DHT" +@@ -617,7 +617,7 @@ msgid "Add to Group" + msgstr "Додати до групи" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 16 +-#: apps/ktorrent/ktorrentviewmenu.cpp:100 rc.cpp:147 ++#: apps/ktorrent/ktorrentviewmenu.cpp:100 rc.cpp:141 + #, no-c-format + msgid "Speed Limits" + msgstr "Обмеження швидкості" +@@ -635,7 +635,7 @@ msgid "Malformed IP address." + msgstr "Неправильна адреса URL." + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 311 +-#: apps/ktorrent/pref.cpp:58 rc.cpp:282 ++#: apps/ktorrent/pref.cpp:58 rc.cpp:273 + #, no-c-format + msgid "Preferences" + msgstr "Параметри" +@@ -671,7 +671,7 @@ msgid "Advanced" + msgstr "Додатково" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 27 +-#: apps/ktorrent/pref.cpp:411 rc.cpp:540 ++#: apps/ktorrent/pref.cpp:411 rc.cpp:519 + #, no-c-format + msgid "Advanced Options" + msgstr "Додаткові параметри" +@@ -682,7 +682,7 @@ msgstr "Видимі стовпчики" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 16 + #: apps/ktorrent/ktorrentview.cpp:135 +-#: plugins/infowidget/infowidgetplugin.cpp:76 rc.cpp:1016 ++#: plugins/infowidget/infowidgetplugin.cpp:76 rc.cpp:986 + #, no-c-format + msgid "Status" + msgstr "Стан" +@@ -704,7 +704,7 @@ msgstr "Вивантажено" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 313 + #: apps/ktorrent/ktorrentview.cpp:139 plugins/infowidget/peerview.cpp:216 +-#: rc.cpp:1010 ++#: rc.cpp:980 + #, no-c-format + msgid "Down Speed" + msgstr "Швидкість звантаження" +@@ -830,7 +830,7 @@ msgid "User" + msgstr "Користувач" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 24 +-#: apps/ktorrent/queuedialog.cpp:75 rc.cpp:249 ++#: apps/ktorrent/queuedialog.cpp:75 rc.cpp:240 + #, no-c-format + msgid "Queue Manager" + msgstr "Менеджер черги" +@@ -1061,8 +1061,8 @@ msgid "Start torrent" + msgstr "Запустити торент" + + #. i18n: file ./apps/ktorrent/fileselectdlgbase.ui line 160 +-#: plugins/infowidget/fileview.cpp:49 rc.cpp:27 rc.cpp:1244 rc.cpp:1259 +-#: rc.cpp:1349 rc.cpp:1439 ++#: plugins/infowidget/fileview.cpp:49 rc.cpp:27 rc.cpp:1196 rc.cpp:1211 ++#: rc.cpp:1301 rc.cpp:1385 + #, no-c-format + msgid "Download" + msgstr "Звантаження" +@@ -1116,13 +1116,13 @@ msgid "Encryption" + msgstr "Шифрування" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 58 +-#: rc.cpp:64 rc.cpp:787 ++#: rc.cpp:63 rc.cpp:764 + #, no-c-format + msgid "Use protocol encryption" + msgstr "Вживати шифрування протоколу" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 64 +-#: rc.cpp:68 ++#: rc.cpp:66 + #, no-c-format + msgid "" + "Protocol encryption is used to prevent ISP's from slowing down bittorrent " +@@ -1132,13 +1132,13 @@ msgstr "" + "з'єднання бітторента." + + #. i18n: file ./apps/ktorrent/generalpref.ui line 72 +-#: rc.cpp:71 rc.cpp:790 ++#: rc.cpp:69 rc.cpp:767 + #, no-c-format + msgid "Allow unencrypted connections" + msgstr "Дозволити незашифровані з'єднання" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 75 +-#: rc.cpp:74 ++#: rc.cpp:72 + #, no-c-format + msgid "" + "If unchecked, you'll be able to connect only to clients supporting encryption." +@@ -1147,7 +1147,7 @@ msgstr "" + "шифрування." + + #. i18n: file ./apps/ktorrent/generalpref.ui line 88 +-#: rc.cpp:80 ++#: rc.cpp:78 + #, no-c-format + msgid "" + "Distributed Hash Table protocol." +@@ -1158,169 +1158,169 @@ msgstr "" + "посібник." + + #. i18n: file ./apps/ktorrent/generalpref.ui line 99 +-#: rc.cpp:83 ++#: rc.cpp:81 + #, no-c-format + msgid "&Use DHT to get additional peers" + msgstr "&Вживати DHT для залучення додаткових вузлів" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 118 +-#: rc.cpp:87 ++#: rc.cpp:84 + #, no-c-format + msgid "UDP port for DHT communication:" + msgstr "Порт UDP для комунікації DHT:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 161 +-#: rc.cpp:90 ++#: rc.cpp:87 + #, no-c-format + msgid "Custom IP" + msgstr "Нетиповий IP" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 172 +-#: rc.cpp:93 ++#: rc.cpp:90 + #, no-c-format + msgid "Se&nd the tracker a custom IP address or hostname" + msgstr "Наді&слати координатору нетипову адресу IP або назву вузла" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 188 +-#: rc.cpp:96 ++#: rc.cpp:93 + #, no-c-format + msgid "Custom IP address or hostname:" + msgstr "Нетипові IP або назва вузла:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 205 +-#: rc.cpp:99 ++#: rc.cpp:96 + #, no-c-format + msgid "System Tray Icon" + msgstr "Піктограма системного лотка" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 216 +-#: rc.cpp:102 ++#: rc.cpp:99 + #, no-c-format + msgid "Show s&ystem tray icon" + msgstr "Показувати п&іктограму в системному лотку" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 224 +-#: rc.cpp:105 ++#: rc.cpp:102 + #, no-c-format + msgid "Show speed &bar in tray icon" + msgstr "Показувати п&анель швидкості в системному лотку" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 232 +-#: rc.cpp:108 ++#: rc.cpp:105 + #, no-c-format + msgid "Show system tray popup messages" + msgstr "Показувати повідомлення-вигульки в системному лотку" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 251 +-#: rc.cpp:112 ++#: rc.cpp:108 + #, no-c-format + msgid "Upload bandwidth (in KB/sec):" + msgstr "Швидкість вивантаження (в КБ/с):" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 276 +-#: rc.cpp:115 ++#: rc.cpp:111 + #, no-c-format + msgid "Download bandwidth (in KB/sec):" + msgstr "Швидкість звантаження (в КБ/с):" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 305 +-#: rc.cpp:118 ++#: rc.cpp:114 + #, no-c-format + msgid "Folders" + msgstr "Теки" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 324 +-#: rc.cpp:121 ++#: rc.cpp:117 + #, no-c-format + msgid "Folder to store temporary files:" + msgstr "Тека для збереження тимчасових файлів:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 342 +-#: rc.cpp:124 ++#: rc.cpp:120 + #, no-c-format + msgid "Move completed downloads to:" + msgstr "Пересунути завершені звантаження до:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 353 +-#: rc.cpp:128 ++#: rc.cpp:123 + #, no-c-format + msgid "&Automatically save downloads to:" + msgstr "&Автоматично зберегти звантаження до:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 395 +-#: rc.cpp:131 ++#: rc.cpp:126 + #, no-c-format + msgid "Copy .torrent files to:" + msgstr "Скопіювати файли торента до:" + + #. i18n: file ./apps/ktorrent/ktorrentui.rc line 34 +-#: rc.cpp:144 ++#: rc.cpp:138 + #, no-c-format + msgid "Download Toolbar" + msgstr "Пенал звантаження" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 27 +-#: rc.cpp:150 ++#: rc.cpp:144 + #, no-c-format + msgid "Set the speed limits for torrent" + msgstr "Вкажіть обмеження швидкості для торента" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 51 +-#: rc.cpp:153 ++#: rc.cpp:147 + #, no-c-format + msgid "Max upload rate:" + msgstr "Макс. швидкість вивантаження:" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 59 +-#: rc.cpp:156 ++#: rc.cpp:150 + #, no-c-format + msgid "Max download rate:" + msgstr "Макс. швидкість звантаження:" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 97 +-#: rc.cpp:159 rc.cpp:162 ++#: rc.cpp:153 rc.cpp:156 + #, no-c-format + msgid "KB/s (0 is no limit)" + msgstr "КБ/с (0 - без обмеження)" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 16 +-#: rc.cpp:171 ++#: rc.cpp:165 + #, no-c-format + msgid "Add potential peer" + msgstr "Додати потенційний вузол" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 35 +-#: rc.cpp:174 ++#: rc.cpp:168 + #, no-c-format + msgid "Peer IP:" + msgstr "IP вузла:" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 43 +-#: rc.cpp:177 rc.cpp:208 ++#: rc.cpp:171 rc.cpp:201 + #, no-c-format + msgid "127.0.0.1" + msgstr "127.0.0.1" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 51 +-#: rc.cpp:180 rc.cpp:288 rc.cpp:525 rc.cpp:931 ++#: rc.cpp:174 rc.cpp:279 rc.cpp:504 rc.cpp:908 + #, no-c-format + msgid "Port:" + msgstr "Порт:" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 100 +-#: rc.cpp:183 ++#: rc.cpp:177 + #, no-c-format + msgid "Enter peer IP and port." + msgstr "Введіть IP і порт вузла." + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 16 +-#: rc.cpp:193 ++#: rc.cpp:186 + #, no-c-format + msgid "KTorrent Blacklist" + msgstr "Чорний список KTorrent" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 30 +-#: rc.cpp:196 ++#: rc.cpp:189 + #, no-c-format + msgid "" + "Note: Blacklist applies to current session only. Use save/open to save your " +@@ -1331,187 +1331,187 @@ msgstr "" + "(PeerGuardian)." + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 41 +-#: rc.cpp:199 ++#: rc.cpp:192 + #, no-c-format + msgid "Banned Peers" + msgstr "Заборонені вузли" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 50 +-#: rc.cpp:202 ++#: rc.cpp:195 + #, no-c-format + msgid "Peer IP address" + msgstr "Адреса IP вузла" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 96 +-#: rc.cpp:205 ++#: rc.cpp:198 + #, no-c-format + msgid "Add peer:" + msgstr "Додати вузол:" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 134 +-#: rc.cpp:215 ++#: rc.cpp:207 + #, no-c-format + msgid "Adds a peer to blacklist" + msgstr "Додає вузол до чорного списку" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 168 +-#: rc.cpp:222 ++#: rc.cpp:213 + #, no-c-format + msgid "Removes selected peer from blacklist" + msgstr "Вилучає вибраний вузол з чорного списку" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 176 +-#: rc.cpp:225 ++#: rc.cpp:216 + #, no-c-format + msgid "C&lear" + msgstr "О&чистити" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 182 +-#: rc.cpp:228 ++#: rc.cpp:219 + #, no-c-format + msgid "Clears this list" + msgstr "Очищає список" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 218 +-#: rc.cpp:234 ++#: rc.cpp:225 + #, no-c-format + msgid "Save &As..." + msgstr "Зберегти &як..." + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 224 +-#: rc.cpp:237 ++#: rc.cpp:228 + #, no-c-format + msgid "Save this blacklist to use with KTorrent IPFilter plugin" + msgstr "Зберегти цей чорний список для використання у втулку KTorrent IPFilter" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 59 +-#: rc.cpp:252 ++#: rc.cpp:243 + #, no-c-format + msgid "Maximum downloads:" + msgstr "Максимум звантажень:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 86 +-#: rc.cpp:255 ++#: rc.cpp:246 + #, no-c-format + msgid "Maximum seeds:" + msgstr "Макс. кількість поширень:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 94 +-#: rc.cpp:258 ++#: rc.cpp:249 + #, no-c-format + msgid "Start download on low disk space :" + msgstr "Почати звантаження коли мало місця на диску:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 102 +-#: rc.cpp:261 ++#: rc.cpp:252 + #, no-c-format + msgid "Minimum disk space:" + msgstr "Мінімальний простір на диску:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 140 +-#: rc.cpp:264 ++#: rc.cpp:255 + #, no-c-format + msgid "Don't start" + msgstr "Не починати" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 145 +-#: rc.cpp:267 ++#: rc.cpp:258 + #, no-c-format + msgid "Always ask" + msgstr "Завжди запитувати" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 150 +-#: rc.cpp:270 ++#: rc.cpp:261 + #, no-c-format + msgid "Force start" + msgstr "Примусово починати" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 208 +-#: rc.cpp:273 ++#: rc.cpp:264 + #, no-c-format + msgid "MB" + msgstr "МБ" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 236 +-#: rc.cpp:276 rc.cpp:279 rc.cpp:312 rc.cpp:315 rc.cpp:324 ++#: rc.cpp:267 rc.cpp:270 rc.cpp:303 rc.cpp:306 rc.cpp:315 + #, no-c-format + msgid "(0 is no limit)" + msgstr "(0 - без обмеження)" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 330 +-#: rc.cpp:285 ++#: rc.cpp:276 + #, no-c-format + msgid "Maximum download rate:" + msgstr "Макс. швидкість звантаження:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 346 +-#: rc.cpp:291 ++#: rc.cpp:282 + #, no-c-format + msgid "Global connection limit:" + msgstr "Глобальне обмеження кількості з'єднань:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 354 +-#: rc.cpp:294 ++#: rc.cpp:285 + #, no-c-format + msgid "Max seed time:" + msgstr "Макс. час поширення:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 370 +-#: rc.cpp:297 ++#: rc.cpp:288 + #, no-c-format + msgid "Maximum connections per torrent:" + msgstr "Максимум з'єднань на торент:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 397 +-#: rc.cpp:300 ++#: rc.cpp:291 + #, no-c-format + msgid "Number of upload slots:" + msgstr "Кількість позицій вивантаження:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 405 +-#: rc.cpp:303 ++#: rc.cpp:294 + #, no-c-format + msgid "UDP tracker port:" + msgstr "Порт UDP координатора:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 413 +-#: rc.cpp:306 ++#: rc.cpp:297 + #, no-c-format + msgid "Max share ratio:" + msgstr "Макс. коефіцієнт звант. / вивант.:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 421 +-#: rc.cpp:309 ++#: rc.cpp:300 + #, no-c-format + msgid "Maximum upload rate:" + msgstr "Макс. швидкість вивантаження:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 576 +-#: rc.cpp:318 rc.cpp:321 ++#: rc.cpp:309 rc.cpp:312 + #, no-c-format + msgid "KB/sec (0 is no limit)" + msgstr "КБ/с (0 - без обмеження)" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 651 +-#: rc.cpp:327 ++#: rc.cpp:318 + #, no-c-format + msgid "Hours (0 is no limit)" + msgstr "Год. (0 - без обмеження)" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 663 +-#: rc.cpp:330 ++#: rc.cpp:321 + #, no-c-format + msgid "&Keep seeding after download is finished" + msgstr "&Продовжувати поширення після закінчення звантаження" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 674 +-#: rc.cpp:333 ++#: rc.cpp:324 + #, no-c-format + msgid "Attention" + msgstr "Увага" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 685 +-#: rc.cpp:336 ++#: rc.cpp:327 + #, no-c-format + msgid "" + "The above ports must also be forwarded if you are behind a router. The UPnP " +@@ -1521,283 +1521,283 @@ msgstr "" + "UPnP не може цього зробити за вас." + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 16 +-#: rc.cpp:339 ++#: rc.cpp:330 + #, no-c-format + msgid "KT Queue Dialog" + msgstr "Вікно черги торента" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 69 +-#: rc.cpp:348 rc.cpp:386 rc.cpp:1107 ++#: rc.cpp:339 rc.cpp:372 rc.cpp:1067 + #, no-c-format + msgid "Status:" + msgstr "Стан:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 85 +-#: rc.cpp:351 rc.cpp:389 rc.cpp:1808 ++#: rc.cpp:342 rc.cpp:375 rc.cpp:1751 + #, no-c-format + msgid "Tracker:" + msgstr "Координатор:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 93 +-#: rc.cpp:354 rc.cpp:392 rc.cpp:1805 ++#: rc.cpp:345 rc.cpp:378 rc.cpp:1748 + #, no-c-format + msgid "DHT:" + msgstr "DHT:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 109 +-#: rc.cpp:357 rc.cpp:395 rc.cpp:1061 ++#: rc.cpp:348 rc.cpp:381 rc.cpp:1025 + #, no-c-format + msgid "Share ratio:" + msgstr "Коефіцієнт звант. / вивант.:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 117 +-#: rc.cpp:360 ++#: rc.cpp:351 + #, no-c-format + msgid "Bytes left:" + msgstr "Залишилось байтів:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 177 +-#: rc.cpp:368 rc.cpp:377 ++#: rc.cpp:354 rc.cpp:363 + #, no-c-format + msgid "Torrent" + msgstr "Торент" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 188 +-#: rc.cpp:371 rc.cpp:380 ++#: rc.cpp:357 rc.cpp:366 + #, no-c-format + msgid "Controlled by" + msgstr "Хто керує" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 214 +-#: rc.cpp:374 ++#: rc.cpp:360 + #, no-c-format + msgid "Upload&s" + msgstr "В&ивантаження" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 333 +-#: rc.cpp:398 ++#: rc.cpp:384 + #, no-c-format + msgid "Uploaded:" + msgstr "Вивантажено:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 486 +-#: rc.cpp:406 ++#: rc.cpp:387 + #, no-c-format + msgid "M&ove up" + msgstr "Пе&ресунути вгору" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 494 +-#: rc.cpp:409 ++#: rc.cpp:390 + #, no-c-format + msgid "Move dow&n" + msgstr "Пересунути в&низ" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 519 +-#: rc.cpp:412 ++#: rc.cpp:393 + #, no-c-format + msgid "Move to top" + msgstr "Пересунути у верхівку" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 530 +-#: rc.cpp:416 ++#: rc.cpp:396 + #, no-c-format + msgid "Move to &bottom" + msgstr "Пересунути в самий &низ" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 555 +-#: rc.cpp:419 ++#: rc.cpp:399 + #, no-c-format + msgid "&QM Controlled" + msgstr "Керується менеджером &черги" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 563 +-#: rc.cpp:422 ++#: rc.cpp:402 + #, no-c-format + msgid "&User Controlled" + msgstr "Керується &користувачем" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 30 +-#: rc.cpp:434 ++#: rc.cpp:414 + #, no-c-format + msgid "Paste URL" + msgstr "Вставити URL" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 52 +-#: rc.cpp:437 rc.cpp:1104 rc.cpp:1919 ++#: rc.cpp:417 rc.cpp:1064 rc.cpp:1859 + #, no-c-format + msgid "URL:" + msgstr "URL:" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 106 +-#: rc.cpp:440 ++#: rc.cpp:420 + #, no-c-format + msgid "O&K" + msgstr "Г&аразд" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 114 +-#: rc.cpp:443 rc.cpp:675 rc.cpp:1176 ++#: rc.cpp:423 rc.cpp:653 rc.cpp:1128 + #, no-c-format + msgid "C&ancel" + msgstr "&Скасувати" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 16 +-#: rc.cpp:446 ++#: rc.cpp:426 + #, no-c-format + msgid "Create Torrent" + msgstr "Створити торент" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 38 +-#: rc.cpp:449 ++#: rc.cpp:429 + #, no-c-format + msgid "The file or folder of which you want to create a torrent:" + msgstr "Файл чи тека, з яких ви хочете створити торент:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 53 +-#: rc.cpp:452 ++#: rc.cpp:432 + #, no-c-format + msgid "You must add at least one tracker or node." + msgstr "Потрібно додати принаймні один координатор або вузол." + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 61 +-#: rc.cpp:455 ++#: rc.cpp:435 + #, no-c-format + msgid "File Options" + msgstr "Параметри файлів" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 80 +-#: rc.cpp:458 ++#: rc.cpp:438 + #, no-c-format + msgid "Size of each chunk:" + msgstr "Розмір кожного шматка:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 86 +-#: rc.cpp:461 ++#: rc.cpp:441 + #, no-c-format + msgid "32" + msgstr "32" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 91 +-#: rc.cpp:464 ++#: rc.cpp:444 + #, no-c-format + msgid "64" + msgstr "64" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 96 +-#: rc.cpp:467 ++#: rc.cpp:447 + #, no-c-format + msgid "128" + msgstr "128" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 101 +-#: rc.cpp:470 ++#: rc.cpp:450 + #, no-c-format + msgid "256" + msgstr "256" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 106 +-#: rc.cpp:473 ++#: rc.cpp:453 + #, no-c-format + msgid "512" + msgstr "512" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 111 +-#: rc.cpp:476 ++#: rc.cpp:456 + #, no-c-format + msgid "1024" + msgstr "1024" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 116 +-#: rc.cpp:479 ++#: rc.cpp:459 + #, no-c-format + msgid "2048" + msgstr "2048" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 121 +-#: rc.cpp:482 ++#: rc.cpp:462 + #, no-c-format + msgid "4096" + msgstr "4096" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 126 +-#: rc.cpp:485 ++#: rc.cpp:465 + #, no-c-format + msgid "8192" + msgstr "8192" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 138 +-#: rc.cpp:488 rc.cpp:633 ++#: rc.cpp:468 rc.cpp:611 + #, no-c-format + msgid "KB" + msgstr "КБ" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 165 +-#: rc.cpp:491 ++#: rc.cpp:471 + #, no-c-format + msgid "Start seedin&g the torrent" + msgstr "Почати по&ширення торента" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 176 +-#: rc.cpp:494 ++#: rc.cpp:474 + #, no-c-format + msgid "Decentrali&zed (DHT only)" + msgstr "Нецентралі&зований (тільки DHT)" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 184 +-#: rc.cpp:497 ++#: rc.cpp:477 + #, no-c-format + msgid "Private torrent (DHT not allowed)" + msgstr "Приватний торент (DHT не дозволено)" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 202 +-#: rc.cpp:500 ++#: rc.cpp:480 + #, no-c-format + msgid "Comments:" + msgstr "Коментарі:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 248 +-#: rc.cpp:503 ++#: rc.cpp:483 + #, no-c-format + msgid "&Create" + msgstr "С&творити" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 262 +-#: rc.cpp:506 rc.cpp:1325 ++#: rc.cpp:486 rc.cpp:1277 + #, no-c-format + msgid "Ca&ncel" + msgstr "С&касувати" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 275 +-#: plugins/infowidget/infowidgetplugin.cpp:214 rc.cpp:509 rc.cpp:1101 ++#: plugins/infowidget/infowidgetplugin.cpp:214 rc.cpp:489 rc.cpp:1061 + #, no-c-format + msgid "Trackers" + msgstr "Координатори" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 283 +-#: rc.cpp:512 ++#: rc.cpp:492 + #, no-c-format + msgid "DHT nodes" + msgstr "Вузли DHT" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 333 +-#: rc.cpp:522 ++#: rc.cpp:501 + #, no-c-format + msgid "Node:" + msgstr "Вузол:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 385 +-#: rc.cpp:528 ++#: rc.cpp:507 + #, no-c-format + msgid "IP or hostname" + msgstr "IP або назва вузла" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 396 +-#: rc.cpp:531 rc.cpp:718 rc.cpp:721 ++#: rc.cpp:510 rc.cpp:695 rc.cpp:698 + #, no-c-format + msgid "Port" + msgstr "Порт" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 437 +-#: rc.cpp:534 ++#: rc.cpp:513 + #, no-c-format + msgid "" + "NOTE: Some known good DHT nodes are already inserted. You should probably " +@@ -1807,19 +1807,19 @@ msgstr "" + "вставити вашу власну адресу IP і порт, якщо ви плануєте поширювати цей торент." + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 16 +-#: rc.cpp:537 ++#: rc.cpp:516 + #, no-c-format + msgid "Advanced Preferences" + msgstr "Додаткові параметри" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 46 +-#: rc.cpp:543 ++#: rc.cpp:522 + #, no-c-format + msgid "Time left estimation algorithm:" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 53 +-#: rc.cpp:546 rc.cpp:568 ++#: rc.cpp:525 rc.cpp:547 + #, no-c-format + msgid "" + "KTorrent algorithm: Default algorithm using combination of other " +@@ -1848,427 +1848,427 @@ msgstr "" + "зразків" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 64 +-#: rc.cpp:556 ++#: rc.cpp:535 + #, no-c-format + msgid "Current speed" + msgstr "Поточна швидкість" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 69 +-#: rc.cpp:559 ++#: rc.cpp:538 + #, no-c-format + msgid "Global average speed" + msgstr "Загальна середня швидкість" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 74 +-#: rc.cpp:562 ++#: rc.cpp:541 + #, no-c-format + msgid "Window of X" + msgstr "Вікно X" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 79 +-#: rc.cpp:565 ++#: rc.cpp:544 + #, no-c-format + msgid "Moving average" + msgstr "Рухоме середнє" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 98 +-#: rc.cpp:575 ++#: rc.cpp:554 + #, no-c-format + msgid "(takes effect after restart)" + msgstr "(увійде в дію після перезапуску)" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 125 +-#: rc.cpp:578 ++#: rc.cpp:557 + #, no-c-format + msgid "Disa&ble diskspace preallocation" + msgstr "Ви&мкнути виділення місця на диску" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 141 +-#: rc.cpp:581 ++#: rc.cpp:560 + #, no-c-format + msgid "F&ully preallocate diskspace (avoids fragmentation)" + msgstr "&Цілком виділити місце на диску (запобігає фрагментації)" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 147 +-#: rc.cpp:584 ++#: rc.cpp:563 + #, no-c-format + msgid "Basic (slow)" + msgstr "Простий (повільно)" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 152 +-#: rc.cpp:587 ++#: rc.cpp:566 + #, no-c-format + msgid "Filesystem specific" + msgstr "Відповідно до файлової системи" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 174 +-#: rc.cpp:590 ++#: rc.cpp:569 + #, no-c-format + msgid "Performance" + msgstr "Швидкодія" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 193 +-#: rc.cpp:593 ++#: rc.cpp:572 + #, no-c-format + msgid "Memory usage:" + msgstr "Вживання пам'яті:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 199 +-#: rc.cpp:596 ++#: rc.cpp:575 + #, no-c-format + msgid "Low" + msgstr "Незначне" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 204 +-#: rc.cpp:599 ++#: rc.cpp:578 + #, no-c-format + msgid "Medium" + msgstr "Середнє" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 209 +-#: rc.cpp:602 ++#: rc.cpp:581 + #, no-c-format + msgid "High" + msgstr "Значне" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 248 +-#: rc.cpp:605 ++#: rc.cpp:584 + #, no-c-format + msgid "GUI update interval:" + msgstr "Інтервал оновлення інтерфейсу:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 254 +-#: rc.cpp:608 ++#: rc.cpp:587 + #, no-c-format + msgid "500ms" + msgstr "500 мс" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 259 +-#: rc.cpp:611 ++#: rc.cpp:590 + #, no-c-format + msgid "1s" + msgstr "1 с" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 264 +-#: rc.cpp:614 ++#: rc.cpp:593 + #, no-c-format + msgid "2s" + msgstr "2 с" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 269 +-#: rc.cpp:617 ++#: rc.cpp:596 + #, no-c-format + msgid "5s" + msgstr "5 с" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 308 +-#: rc.cpp:620 ++#: rc.cpp:599 + #, no-c-format + msgid "Fast CPU" + msgstr "Швидкий процесор" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 342 +-#: rc.cpp:624 ++#: rc.cpp:602 + #, no-c-format + msgid "Slow CPU" + msgstr "Повільний процесор" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 354 +-#: rc.cpp:627 ++#: rc.cpp:605 + #, no-c-format + msgid "Data Checking" + msgstr "Перевірка даних" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 373 +-#: rc.cpp:630 ++#: rc.cpp:608 + #, no-c-format + msgid "During uploading, do ¬ recheck chunks bigger than" + msgstr "При вивантаженні, &не перевіряти знов шматки, більші за" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 430 +-#: rc.cpp:636 ++#: rc.cpp:614 + #, no-c-format + msgid "Do a data integrit&y check after" + msgstr "Перевіряти &цілісність даних після" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 449 +-#: rc.cpp:639 ++#: rc.cpp:617 + #, no-c-format + msgid "corrupted chunks" + msgstr "пошкоджені шматки" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 478 +-#: rc.cpp:642 ++#: rc.cpp:620 + #, no-c-format + msgid "Networking" + msgstr "Мережа" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 505 +-#: rc.cpp:645 ++#: rc.cpp:623 + #, no-c-format + msgid "Maximum number of connection setups:" + msgstr "Максимальна кількість встановлень з'єднань:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 527 +-#: rc.cpp:648 ++#: rc.cpp:626 + #, no-c-format + msgid "DSCP for IP packets:" + msgstr "DSCP для пакетів IP:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 570 +-#: rc.cpp:651 ++#: rc.cpp:629 + #, no-c-format + msgid "Do not use the KDE pro&xy settings for HTTP tracker connections" + msgstr "Не вживати про&ксі KDE для HTTP-з'єднань координатора" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 586 +-#: rc.cpp:654 ++#: rc.cpp:632 + #, no-c-format + msgid "HTTP tracker proxy:" + msgstr "Проксі HTTP координатора:" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 24 +-#: rc.cpp:657 ++#: rc.cpp:635 + #, no-c-format + msgid "Scanning data" + msgstr "Сканування даних" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 38 +-#: rc.cpp:660 ++#: rc.cpp:638 + #, no-c-format + msgid "Scanning data of torrent :" + msgstr "Сканування даних торента:" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 62 +-#: rc.cpp:663 ++#: rc.cpp:641 + #, no-c-format + msgid "Number of chunks found :" + msgstr "Знайдено шматків:" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 70 +-#: rc.cpp:666 ++#: rc.cpp:644 + #, no-c-format + msgid "Number of chunks failed / not downloaded :" + msgstr "Шматків з помилками / не звантажених:" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 97 +-#: rc.cpp:669 rc.cpp:672 ++#: rc.cpp:647 rc.cpp:650 + #, no-c-format + msgid "0" + msgstr "0" + + #. i18n: file ./apps/ktupnptest/mainwidget.ui line 54 +-#: rc.cpp:678 ++#: rc.cpp:656 + #, no-c-format + msgid "Test" + msgstr "Тест" + + #. i18n: file ./libktorrent/labelviewitembase.ui line 49 +-#: rc.cpp:685 ++#: rc.cpp:662 + #, no-c-format + msgid "textLabel2" + msgstr "textLabel2" + + #. i18n: file ./libktorrent/labelviewitembase.ui line 65 +-#: rc.cpp:688 ++#: rc.cpp:665 + #, no-c-format + msgid "textLabel3" + msgstr "textLabel3" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 10 +-#: rc.cpp:691 ++#: rc.cpp:668 + #, no-c-format + msgid "Maximum number of downloads (0 = no limit)" + msgstr "Максимальна кількість звантажень (0 = без обмеження)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 15 +-#: rc.cpp:694 ++#: rc.cpp:671 + #, no-c-format + msgid "Maximum number of seeds (0 = no limit)" + msgstr "Максимальна кількість поширень (0 = без обмеження)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 20 +-#: rc.cpp:697 ++#: rc.cpp:674 + #, no-c-format + msgid "Start downloads on low disk space?" + msgstr "Починати звантаження, коли мало місця на диску?" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 24 +-#: rc.cpp:700 ++#: rc.cpp:677 + #, no-c-format + msgid "Maximum number of connections per torrent (0 = no limit)" + msgstr "Максимальна кількість з'єднань на торент (0 = без обмеження)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 29 +-#: rc.cpp:703 ++#: rc.cpp:680 + #, no-c-format + msgid "Maximum number of connections for all torrents (0 = no limit) " + msgstr "Макс. кількість з'єднань для всіх торентів (0 = без обмеження)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 34 +-#: rc.cpp:706 ++#: rc.cpp:683 + #, no-c-format + msgid "Maximum upload speed in KB/sec (0 = no limit)" + msgstr "Макс. швидкість вивантаження в КБ/с (0 = без обмеження)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 39 +-#: rc.cpp:709 ++#: rc.cpp:686 + #, no-c-format + msgid "Maximum download speed in KB/sec (0 = no limit)" + msgstr "Макс. швидкість звантаження в КБ/с (0 = без обмеження)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 44 +-#: rc.cpp:712 ++#: rc.cpp:689 + #, no-c-format + msgid "Maximum share ratio(0 = no limit)" + msgstr "Макс. коефіцієнт вгору/вниз (0 = без обмеження)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 49 +-#: rc.cpp:715 ++#: rc.cpp:692 + #, no-c-format + msgid "Maximum seed time in hours (0 = no limit)" + msgstr "Макс. час поширення в годинах (0 = без обмеження)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 66 +-#: rc.cpp:724 ++#: rc.cpp:701 + #, no-c-format + msgid "Show a system tray icon" + msgstr "Показувати піктограму в системному лотку" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 70 +-#: rc.cpp:727 ++#: rc.cpp:704 + #, no-c-format + msgid "Show speed bar in tray icon" + msgstr "Показувати панель швидкості в системному лотку" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 74 +-#: rc.cpp:730 ++#: rc.cpp:707 + #, no-c-format + msgid "Download bandwidth (in kb/s):" + msgstr "Швидкість звантаження (в кб/с):" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 80 +-#: rc.cpp:733 ++#: rc.cpp:710 + #, no-c-format + msgid "Upload bandwidth (in kb/s):" + msgstr "Швидкість вивантаження (в кб/с):" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 86 +-#: rc.cpp:736 ++#: rc.cpp:713 + #, no-c-format + msgid "Show popup messages when torrent is finished." + msgstr "Показувати вигулькні повідомлення про завершення торента." + + #. i18n: file ./libktorrent/ktorrent.kcfg line 90 +-#: rc.cpp:739 ++#: rc.cpp:716 + #, no-c-format + msgid "Keep seeding after download has finished" + msgstr "Продовжувати поширення після закінчення звантаження" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 94 +-#: rc.cpp:742 ++#: rc.cpp:719 + #, no-c-format + msgid "Folder to store temporary files" + msgstr "Тека для збереження тимчасових файлів" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 98 +-#: rc.cpp:745 ++#: rc.cpp:722 + #, no-c-format + msgid "Whether to automatically save downloads to saveDir" + msgstr "Чи автоматично зберігати звантаження у каталозі збереження" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 102 +-#: rc.cpp:748 ++#: rc.cpp:725 + #, no-c-format + msgid "Folder to store downloaded files" + msgstr "Тека для збереження звантажених файлів" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 106 +-#: rc.cpp:751 ++#: rc.cpp:728 + #, no-c-format + msgid "Whether to automatically move completed downloads to completedDir" + msgstr "Чи автоматично пересувати звантаження до теки завершених" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 110 +-#: rc.cpp:754 ++#: rc.cpp:731 + #, no-c-format + msgid "Folder to move completed downloaded files to" + msgstr "Тека для пересування файлів, звантаження яких завершено" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 114 +-#: rc.cpp:757 ++#: rc.cpp:734 + #, no-c-format + msgid "Whether to automatically copy .torrent files to torrentCopyDir" + msgstr "Чи автоматично копіювати файли торента до torrentCopyDir" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 118 +-#: rc.cpp:760 ++#: rc.cpp:737 + #, no-c-format + msgid "Folder to copy .torrent files to" + msgstr "Тека для копіювання файлів .torrent" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 122 +-#: rc.cpp:763 ++#: rc.cpp:740 + #, no-c-format + msgid "Whether to use a custom IP to pass to the tracker" + msgstr "Чи передавати координатору нетипову адресу IP" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 126 +-#: rc.cpp:766 ++#: rc.cpp:743 + #, no-c-format + msgid "Directory which was used as the last save directory" + msgstr "Каталог, який було вжито для останнього збереження" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 130 +-#: rc.cpp:769 ++#: rc.cpp:746 + #, no-c-format + msgid "IP to pass to the tracker" + msgstr "Передати координатору адресу IP" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 134 +-#: rc.cpp:772 ++#: rc.cpp:749 + #, no-c-format + msgid "Memory usage" + msgstr "Вживання пам'яті" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 138 +-#: rc.cpp:775 ++#: rc.cpp:752 + #, no-c-format + msgid "GUI update interval" + msgstr "Інтервал оновлення графічного інтерфейсу" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 142 +-#: rc.cpp:778 ++#: rc.cpp:755 + #, no-c-format + msgid "Support for DHT" + msgstr "Підтримка DHT" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 146 +-#: rc.cpp:781 ++#: rc.cpp:758 + #, no-c-format + msgid "DHT port" + msgstr "Порт DHT" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 152 +-#: rc.cpp:784 ++#: rc.cpp:761 + #, no-c-format + msgid "Number of upload slots" + msgstr "Кількість позицій вивантаження" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 196 +-#: rc.cpp:793 ++#: rc.cpp:770 + #, no-c-format + msgid "Columns shown in KTorrentView" + msgstr "Стовпчики показані в KTorrentView" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 205 +-#: rc.cpp:796 ++#: rc.cpp:773 + #, no-c-format + msgid "ET algorithm" + msgstr "Алгоритм (оцінки часу)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 227 +-#: rc.cpp:799 ++#: rc.cpp:776 + #, no-c-format + msgid "" + "When there's no space left to complete download and free diskspace is less than " +@@ -2278,457 +2278,457 @@ msgstr "" + "ніж вказано в minDiskSpace, торент зупиниться." + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 16 +-#: rc.cpp:802 ++#: rc.cpp:779 + #, no-c-format + msgid "Plugin Manager" + msgstr "Менеджер втулків" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 48 +-#: rc.cpp:805 ++#: rc.cpp:782 + #, no-c-format + msgid "Load" + msgstr "Завантажити" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 56 +-#: rc.cpp:808 ++#: rc.cpp:785 + #, no-c-format + msgid "U&nload" + msgstr "&Розвантажити" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 64 +-#: rc.cpp:811 ++#: rc.cpp:788 + #, no-c-format + msgid "Load &All" + msgstr "Завантажити в&сі" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 72 +-#: rc.cpp:814 ++#: rc.cpp:791 + #, no-c-format + msgid "&Unload All" + msgstr "&Розвантажити всі" + + #. i18n: file ./plugins/upnp/ktupnpplugin.kcfg line 10 +-#: rc.cpp:817 ++#: rc.cpp:794 + #, no-c-format + msgid "Default UPnP device to use" + msgstr "Вживати типовий пристрій UPnP" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 16 +-#: plugins/upnp/upnpplugin.cpp:46 plugins/upnp/upnpprefpage.cpp:31 rc.cpp:820 ++#: plugins/upnp/upnpplugin.cpp:46 plugins/upnp/upnpprefpage.cpp:31 rc.cpp:797 + #, no-c-format + msgid "UPnP" + msgstr "UPnP" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 35 +-#: rc.cpp:823 ++#: rc.cpp:800 + #, no-c-format + msgid "Detected devices:" + msgstr "Виявлені пристрої:" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 41 +-#: rc.cpp:826 ++#: rc.cpp:803 + #, no-c-format + msgid "Device" + msgstr "Пристрій" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 52 +-#: rc.cpp:829 ++#: rc.cpp:806 + #, no-c-format + msgid "Ports Forwarded" + msgstr "Перенаправлені порти" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 63 +-#: rc.cpp:832 ++#: rc.cpp:809 + #, no-c-format + msgid "WAN Connection" + msgstr "З'єднання WAN" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 91 +-#: rc.cpp:835 ++#: rc.cpp:812 + #, no-c-format + msgid "Forw&ard Ports" + msgstr "Перенап&равити порти" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 99 +-#: rc.cpp:838 ++#: rc.cpp:815 + #, no-c-format + msgid "Undo Port Forwarding" + msgstr "Повернути перенаправлення портів" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 124 +-#: rc.cpp:841 ++#: rc.cpp:818 + #, no-c-format + msgid "Rescan" + msgstr "Пересканувати" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 9 +-#: rc.cpp:844 ++#: rc.cpp:821 + #, no-c-format + msgid "Enable scanning of folder1?" + msgstr "Увімкнути сканування теки 1?" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 14 +-#: rc.cpp:847 ++#: rc.cpp:824 + #, no-c-format + msgid "Enable scanning of folder2?" + msgstr "Увімкнути сканування теки 2?" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 19 +-#: rc.cpp:850 ++#: rc.cpp:827 + #, no-c-format + msgid "Enable scanning of folder3?" + msgstr "Увімкнути сканування теки 3?" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 24 +-#: rc.cpp:853 ++#: rc.cpp:830 + #, no-c-format + msgid "Folder1 path" + msgstr "Шлях теки 1" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 29 +-#: rc.cpp:856 ++#: rc.cpp:833 + #, no-c-format + msgid "Folder2 path" + msgstr "Шлях теки 2" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 34 +-#: rc.cpp:859 ++#: rc.cpp:836 + #, no-c-format + msgid "Folder3 path" + msgstr "Шлях теки 3" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 39 +-#: rc.cpp:862 ++#: rc.cpp:839 + #, no-c-format + msgid "Whether to open torrent silently or not." + msgstr "Чи відкривати торент без втручання." + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 44 +-#: rc.cpp:865 ++#: rc.cpp:842 + #, no-c-format + msgid "Delete action checked." + msgstr "Увімкнено дію вилучення." + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 49 +-#: rc.cpp:868 ++#: rc.cpp:845 + #, no-c-format + msgid "Move action checked." + msgstr "Увімкнена дія пересування." + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 16 +-#: rc.cpp:871 ++#: rc.cpp:848 + #, no-c-format + msgid "ScanFolder Preferences" + msgstr "Параметри сканування тек" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 35 +-#: rc.cpp:874 ++#: rc.cpp:851 + #, no-c-format + msgid "Scan folder &1" + msgstr "Сканувати теку &1" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 38 +-#: rc.cpp:877 rc.cpp:1480 ++#: rc.cpp:854 rc.cpp:1424 + #, no-c-format + msgid "Alt+1" + msgstr "Alt+1" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 46 +-#: rc.cpp:880 ++#: rc.cpp:857 + #, no-c-format + msgid "Scan folder &2" + msgstr "Сканувати теку &2" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 49 +-#: rc.cpp:883 rc.cpp:1471 rc.cpp:1495 ++#: rc.cpp:860 rc.cpp:1415 rc.cpp:1439 + #, no-c-format + msgid "Alt+2" + msgstr "Alt+2" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 57 +-#: rc.cpp:886 ++#: rc.cpp:863 + #, no-c-format + msgid "Scan folder &3" + msgstr "Сканувати теку &3" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 60 +-#: rc.cpp:889 rc.cpp:1465 ++#: rc.cpp:866 rc.cpp:1409 + #, no-c-format + msgid "Alt+3" + msgstr "Alt+3" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 81 +-#: rc.cpp:895 ++#: rc.cpp:872 + #, no-c-format + msgid "Move to \"loaded\" directory &after loading" + msgstr "Піс&ля завантаження пересунути в теку \"завантажених\"" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 84 +-#: rc.cpp:898 ++#: rc.cpp:875 + #, no-c-format + msgid "Move torrent to \"loaded\" directory after loading it" + msgstr "Після завантаження торента пересунути його у теку \"завантажених\"" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 92 +-#: rc.cpp:901 ++#: rc.cpp:878 + #, no-c-format + msgid "Open torrents silentl&y" + msgstr "Відкривати торент без втр&учання" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 95 +-#: rc.cpp:904 ++#: rc.cpp:881 + #, no-c-format + msgid "Do not show 'Select files to download' dialog" + msgstr "Не показувати вікно «Вибрати файли для звантаження»" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 103 +-#: rc.cpp:907 ++#: rc.cpp:884 + #, no-c-format + msgid "Delete after loadin&g" + msgstr "Вилучити після заван&таження" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 106 +-#: rc.cpp:910 ++#: rc.cpp:887 + #, no-c-format + msgid "Deletes torrent after loading" + msgstr "Вилучає торент після завантаження" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 116 +-#: rc.cpp:913 ++#: rc.cpp:890 + #, no-c-format + msgid "Folders to scan" + msgstr "Сканувати теки" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 151 +-#: rc.cpp:916 ++#: rc.cpp:893 + #, no-c-format + msgid "Folder 1:" + msgstr "Тека 1:" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 162 +-#: rc.cpp:919 ++#: rc.cpp:896 + #, no-c-format + msgid "Folder 2:" + msgstr "Тека 2:" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 173 +-#: rc.cpp:922 ++#: rc.cpp:899 + #, no-c-format + msgid "Folder 3:" + msgstr "Тека 3:" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 30 +-#: rc.cpp:925 rc.cpp:1895 ++#: rc.cpp:902 rc.cpp:1838 + #, no-c-format + msgid "Search Preferences" + msgstr "Параметри пошуку" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 41 +-#: rc.cpp:928 ++#: rc.cpp:905 + #, no-c-format + msgid "Web Server" + msgstr "Веб-сервер" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 82 +-#: rc.cpp:934 ++#: rc.cpp:911 + #, no-c-format + msgid "Forward port" + msgstr "Перенаправити порт" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 107 +-#: rc.cpp:937 ++#: rc.cpp:914 + #, no-c-format + msgid "Session TTL (in sec):" + msgstr "Сеанс TTL (в сек.):" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 142 +-#: rc.cpp:940 ++#: rc.cpp:917 + #, no-c-format + msgid "Select interface:" + msgstr "Виберіть інтерфейс:" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 173 +-#: rc.cpp:943 ++#: rc.cpp:920 + #, no-c-format + msgid "Username:" + msgstr "Ім'я користувача:" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 188 +-#: rc.cpp:946 ++#: rc.cpp:923 + #, no-c-format + msgid "Change password ..." + msgstr "Змінити пароль ..." + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 206 +-#: rc.cpp:949 ++#: rc.cpp:926 + #, no-c-format + msgid "Php executable path:" + msgstr "Шлях до програми php:" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 10 +-#: rc.cpp:953 ++#: rc.cpp:929 + #, no-c-format + msgid "Port number" + msgstr "Номер порту" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 15 +-#: rc.cpp:956 ++#: rc.cpp:932 + #, no-c-format + msgid "forward Port" + msgstr "Перенаправити порт" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 20 +-#: rc.cpp:959 ++#: rc.cpp:935 + #, no-c-format + msgid "Session time to live" + msgstr "Тривалість життя сеансу" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 24 +-#: rc.cpp:962 ++#: rc.cpp:938 + #, no-c-format + msgid "interface skin" + msgstr "жупан інтерфейсу" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 28 +-#: rc.cpp:965 ++#: rc.cpp:941 + #, no-c-format + msgid "php executable path" + msgstr "шлях до програми php" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 33 +-#: rc.cpp:968 ++#: rc.cpp:944 + #, no-c-format + msgid "username" + msgstr "ім'я користувача" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 37 +-#: rc.cpp:971 ++#: rc.cpp:947 + #, no-c-format + msgid "password" + msgstr "пароль" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 16 +-#: plugins/infowidget/infowidgetplugin.cpp:194 rc.cpp:974 rc.cpp:1046 ++#: plugins/infowidget/infowidgetplugin.cpp:194 rc.cpp:950 rc.cpp:1010 + #, no-c-format + msgid "Chunks" + msgstr "Шматки" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 43 +-#: rc.cpp:977 ++#: rc.cpp:953 + #, no-c-format + msgid "Total:" + msgstr "Всього:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 81 +-#: rc.cpp:981 ++#: rc.cpp:956 + #, no-c-format + msgid "Currently downloading:" + msgstr "Звантажується:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 119 +-#: rc.cpp:985 ++#: rc.cpp:959 + #, no-c-format + msgid "Downloaded:" + msgstr "Звантажено:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 157 +-#: rc.cpp:989 ++#: rc.cpp:962 + #, no-c-format + msgid "Excluded:" + msgstr "Виключено:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 195 +-#: rc.cpp:993 ++#: rc.cpp:965 + #, no-c-format + msgid "Left:" + msgstr "Ліворуч:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 233 +-#: rc.cpp:997 ++#: rc.cpp:968 + #, no-c-format + msgid "Size:" + msgstr "Розмір:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 280 +-#: rc.cpp:1001 ++#: rc.cpp:971 + #, no-c-format + msgid "Chunk" + msgstr "Шматок" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 291 +-#: rc.cpp:1004 ++#: rc.cpp:974 + #, no-c-format + msgid "Progress" + msgstr "Поступ" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 302 +-#: rc.cpp:1007 ++#: rc.cpp:977 + #, no-c-format + msgid "Peer" + msgstr "Вузол" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 324 +-#: rc.cpp:1013 ++#: rc.cpp:983 + #, no-c-format + msgid "Assigned Peers" + msgstr "Призначені вузли" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 63 +-#: rc.cpp:1022 ++#: rc.cpp:992 + #, no-c-format + msgid "Seeders:" + msgstr "Поширювачі:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 71 +-#: rc.cpp:1025 ++#: rc.cpp:995 + #, no-c-format + msgid "Leechers:" + msgstr "П'явки:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 129 +-#: rc.cpp:1030 ++#: rc.cpp:998 + #, no-c-format + msgid "Average Down Speed:" + msgstr "Середня швидкість звантаження:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 177 +-#: rc.cpp:1035 ++#: rc.cpp:1001 + #, no-c-format + msgid "Average Up Speed:" + msgstr "Середня швидкість вивантаження:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 195 +-#: rc.cpp:1038 rc.cpp:1111 ++#: rc.cpp:1004 rc.cpp:1070 + #, no-c-format + msgid "Next update in:" + msgstr "Наступне оновлення через:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 203 +-#: rc.cpp:1041 ++#: rc.cpp:1007 + #, no-c-format + msgid "Tracker Status:" + msgstr "Стан координатора:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 332 +-#: rc.cpp:1049 ++#: rc.cpp:1013 + #, no-c-format + msgid "Parts of the torrent which have been downloaded:" + msgstr "Звантажені частини торента:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 367 +-#: rc.cpp:1052 ++#: rc.cpp:1016 + #, no-c-format + msgid "Parts of the torrent which are available:" + msgstr "Наявні частини торента:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 457 +-#: rc.cpp:1055 ++#: rc.cpp:1019 + #, no-c-format + msgid "Sharing" + msgstr "Вгору/вниз" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 487 +-#: rc.cpp:1058 ++#: rc.cpp:1022 + #, no-c-format + msgid "" + "Your upload will stop when share ratio gets to this value. Zero means no limit." +@@ -2737,7 +2737,7 @@ msgstr "" + "означає - без обмеження." + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 525 +-#: rc.cpp:1064 ++#: rc.cpp:1028 + #, no-c-format + msgid "Your upload will stop when you have uploaded for this many hours." + msgstr "" +@@ -2745,139 +2745,139 @@ msgstr "" + "годин." + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 533 +-#: rc.cpp:1067 ++#: rc.cpp:1031 + #, no-c-format + msgid "Hours" + msgstr "год." + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 543 +-#: rc.cpp:1070 ++#: rc.cpp:1034 + #, no-c-format + msgid "Ratio limit:" + msgstr "Обмеження коефіцієнта:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 549 +-#: rc.cpp:1074 ++#: rc.cpp:1037 + #, no-c-format + msgid "Limit works only in seed mode" + msgstr "Обмеження працює тільки в режимі поширення" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 557 +-#: rc.cpp:1077 ++#: rc.cpp:1040 + #, no-c-format + msgid "Time &limit:" + msgstr "&Обмеження часу:" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 37 +-#: rc.cpp:1081 ++#: rc.cpp:1043 + #, no-c-format + msgid "&Update Tracker" + msgstr "&Оновити координатор" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 40 +-#: rc.cpp:1084 ++#: rc.cpp:1046 + #, no-c-format + msgid "Minimum update interval - 60 seconds" + msgstr "Мінімальний інтервал оновлення - 60 секунд" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 48 +-#: rc.cpp:1087 ++#: rc.cpp:1049 + #, no-c-format + msgid "Add Trac&ker" + msgstr "Дода&ти координатор" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 64 +-#: rc.cpp:1090 ++#: rc.cpp:1052 + #, no-c-format + msgid "Remove Tracker" + msgstr "Вилучити координатор" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 75 +-#: rc.cpp:1094 ++#: rc.cpp:1055 + #, no-c-format + msgid "Ch&ange Tracker" + msgstr "З&мінити координатор" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 100 +-#: rc.cpp:1097 ++#: rc.cpp:1058 + #, no-c-format + msgid "Restore Defaults" + msgstr "Відновити типові параметри" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 10 +-#: rc.cpp:1115 ++#: rc.cpp:1073 + #, no-c-format + msgid "Show peer view tab in main window" + msgstr "Показати в головному вікні вкладку перегляду вузлів" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 14 +-#: rc.cpp:1118 ++#: rc.cpp:1076 + #, no-c-format + msgid "Show chunk download view tab in main window" + msgstr "Показати в головному вікні вкладку перегляду звантаження шматків" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 18 +-#: rc.cpp:1121 ++#: rc.cpp:1079 + #, no-c-format + msgid "Show trackers view tab in main window" + msgstr "Показати в головному вікні вкладку перегляду координаторів" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 24 +-#: rc.cpp:1124 ++#: rc.cpp:1082 + #, no-c-format + msgid "Show list of peers" + msgstr "Показати список вузлів" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 35 +-#: rc.cpp:1128 ++#: rc.cpp:1085 + #, no-c-format + msgid "Show list of chunks currentl&y downloading" + msgstr "Показати список шматків, які теп&ер звантажуються" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 60 +-#: rc.cpp:1131 ++#: rc.cpp:1088 + #, no-c-format + msgid "Show list of trackers" + msgstr "Показати список координаторів" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 16 +-#: rc.cpp:1135 ++#: rc.cpp:1091 + #, no-c-format + msgid "IPBlocking Preferences" + msgstr "Параметри блокування адрес IP" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 47 +-#: rc.cpp:1138 ++#: rc.cpp:1094 + #, no-c-format + msgid "Select PeerGuardian Filter File " + msgstr "Виберіть файл фільтра PeerGuardian " + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 58 +-#: rc.cpp:1141 ++#: rc.cpp:1097 + #, no-c-format + msgid "Use PeerGuardian filter?" + msgstr "Вживати фільтр PeerGuardian?" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 77 +-#: rc.cpp:1145 ++#: rc.cpp:1100 + #, no-c-format + msgid "IP filter file:" + msgstr "Файл фільтра IP:" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 85 +-#: rc.cpp:1148 ++#: rc.cpp:1103 + #, no-c-format + msgid "http://www.bluetack.co.uk/modules.php?name=Downloads&d_op=getit&lid=8" + msgstr "http://www.bluetack.co.uk/modules.php?name=Downloads&d_op=getit&lid=8" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 123 +-#: rc.cpp:1151 ++#: rc.cpp:1106 + #, no-c-format + msgid "Dow&nload/Convert" + msgstr "Званта&жити / перетворити" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 134 +-#: rc.cpp:1154 ++#: rc.cpp:1109 + #, no-c-format + msgid "" + "Download PeerGuardian filter from bluetack.co.uk or blocklist.org.\n" +@@ -2887,25 +2887,25 @@ msgstr "" + "ПРИМІТКА: підтримується ZIP-файл з bluetack.co.uk." + + #. i18n: file ./plugins/ipfilter/ktipfilterplugin.kcfg line 10 +-#: rc.cpp:1159 ++#: rc.cpp:1113 + #, no-c-format + msgid "Level1 filter url" + msgstr "Адреса URL фільтра 1 рівня" + + #. i18n: file ./plugins/ipfilter/ktipfilterplugin.kcfg line 14 +-#: rc.cpp:1162 ++#: rc.cpp:1116 + #, no-c-format + msgid "Use level1 filter?" + msgstr "Вживати фільтр 1 рівня?" + + #. i18n: file ./plugins/ipfilter/convert_dlg.ui line 24 +-#: plugins/ipfilter/convertdialog.cpp:155 rc.cpp:1165 ++#: plugins/ipfilter/convertdialog.cpp:155 rc.cpp:1119 + #, no-c-format + msgid "Converting..." + msgstr "Перетворення..." + + #. i18n: file ./plugins/ipfilter/convert_dlg.ui line 41 +-#: rc.cpp:1168 ++#: rc.cpp:1122 + #, no-c-format + msgid "" + "Click on the 'convert' button to start converting antip2p file. NOTE: This " +@@ -2917,61 +2917,61 @@ msgstr "" + "під час перетворення ви не зможете користуватись програмою KTorrent." + + #. i18n: file ./plugins/stats/sprefwgt.ui line 27 +-#: rc.cpp:1179 ++#: rc.cpp:1131 + #, no-c-format + msgid "Update" + msgstr "Оновити" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 46 +-#: rc.cpp:1182 rc.cpp:1268 ++#: rc.cpp:1134 rc.cpp:1220 + #, no-c-format + msgid "Update charts every" + msgstr "Оновляти графіки кожні" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 71 +-#: rc.cpp:1185 ++#: rc.cpp:1137 + #, no-c-format + msgid "GUI updates" + msgstr "Оновлення інтерфейсу" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 92 +-#: rc.cpp:1188 rc.cpp:1271 ++#: rc.cpp:1140 rc.cpp:1223 + #, no-c-format + msgid "Gather data every" + msgstr "Збирати дані кожні" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 120 +-#: rc.cpp:1191 ++#: rc.cpp:1143 + #, no-c-format + msgid "miliseconds" + msgstr "мс" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 135 +-#: rc.cpp:1194 ++#: rc.cpp:1146 + #, no-c-format + msgid "Maximum" + msgstr "Макс." + + #. i18n: file ./plugins/stats/sprefwgt.ui line 154 +-#: rc.cpp:1197 ++#: rc.cpp:1149 + #, no-c-format + msgid "Maximum speed scale mode:" + msgstr "Макс. режим шкали швидкості:" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 165 +-#: rc.cpp:1203 ++#: rc.cpp:1155 + #, no-c-format + msgid "Exact" + msgstr "Точна" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 175 +-#: rc.cpp:1206 ++#: rc.cpp:1158 + #, no-c-format + msgid "See 'What's this' for more help" + msgstr "Щоб отримати більше інформації, дивіться «Що це?»" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 180 +-#: rc.cpp:1209 ++#: rc.cpp:1161 + #, no-c-format + msgid "" + "Set maximum value on OY scale as:\n" +@@ -2983,31 +2983,31 @@ msgstr "" + "- Точна: Макс. досягнута швидкість, яку видно на графіку" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 192 +-#: rc.cpp:1214 rc.cpp:1247 ++#: rc.cpp:1166 rc.cpp:1199 + #, no-c-format + msgid "Peers speed" + msgstr "Швидкість вузлів" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 211 +-#: rc.cpp:1217 ++#: rc.cpp:1169 + #, no-c-format + msgid "Peers speed:" + msgstr "Швидкість вузлів:" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 222 +-#: rc.cpp:1220 ++#: rc.cpp:1172 + #, no-c-format + msgid "update every" + msgstr "оновлювати кожні" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 244 +-#: rc.cpp:1223 ++#: rc.cpp:1175 + #, no-c-format + msgid "chart data updates" + msgstr "оновлення даних графіка" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 254 +-#: rc.cpp:1226 ++#: rc.cpp:1178 + #, no-c-format + msgid "Gathering data about many connected peers can be CPU consuming." + msgstr "" +@@ -3015,817 +3015,817 @@ msgstr "" + "процесор." + + #. i18n: file ./plugins/stats/sprefwgt.ui line 267 +-#: rc.cpp:1229 ++#: rc.cpp:1181 + #, no-c-format + msgid "Peers connections" + msgstr "З'єднання вузлів" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 270 +-#: rc.cpp:1232 ++#: rc.cpp:1184 + #, no-c-format + msgid "Large values can obscure charts of connected peers" + msgstr "Великі значення можуть спотворити графіки з’єднаних вузлів" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 289 +-#: rc.cpp:1235 ++#: rc.cpp:1187 + #, no-c-format + msgid "Show seeders in swarms" + msgstr "Показувати поширювачів роями" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 297 +-#: rc.cpp:1238 ++#: rc.cpp:1190 + #, no-c-format + msgid "Show leechers in swarms" + msgstr "Показувати п’явки роями" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 309 +-#: rc.cpp:1241 ++#: rc.cpp:1193 + #, no-c-format + msgid "Measurements count" + msgstr "Кількість вимірів" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 392 +-#: rc.cpp:1250 rc.cpp:1265 ++#: rc.cpp:1202 rc.cpp:1217 + #, no-c-format + msgid "Upload" + msgstr "Вивантажити" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 424 +-#: rc.cpp:1253 ++#: rc.cpp:1205 + #, no-c-format + msgid "Connections" + msgstr "З'єднання" + + #. i18n: file ./plugins/stats/statsspdwgt.ui line 40 +-#: plugins/infowidget/infowidgetplugin.cpp:173 rc.cpp:1262 rc.cpp:1304 ++#: plugins/infowidget/infowidgetplugin.cpp:173 rc.cpp:1214 rc.cpp:1256 + #, no-c-format + msgid "Peers" + msgstr "Вузли" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 18 +-#: rc.cpp:1274 ++#: rc.cpp:1226 + #, no-c-format + msgid "Toggle peers speed charts" + msgstr "Перемикання графіків швидкості вузлів" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 22 +-#: rc.cpp:1277 ++#: rc.cpp:1229 + #, no-c-format + msgid "Interval between getting data about peers speed" + msgstr "Інтервал між отриманням даних про швидкість вузлів" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 26 +-#: rc.cpp:1280 ++#: rc.cpp:1232 + #, no-c-format + msgid "Toggle drawing of leechers in swarms" + msgstr "Перемикання показу п’явок роями" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 30 +-#: rc.cpp:1283 ++#: rc.cpp:1235 + #, no-c-format + msgid "Toggle drawing of seeders in swarms" + msgstr "Перемикання показу поширювачів роями" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 35 +-#: rc.cpp:1286 ++#: rc.cpp:1238 + #, no-c-format + msgid "Download mesurments count" + msgstr "Звантажити кількість вимірів" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 39 +-#: rc.cpp:1289 ++#: rc.cpp:1241 + #, no-c-format + msgid "Peers speed mesurments count" + msgstr "Кількість вимірів швидкості вузлів" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 43 +-#: rc.cpp:1292 ++#: rc.cpp:1244 + #, no-c-format + msgid "Upload mesurments count" + msgstr "Вивантажити кількість вимірів" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 47 +-#: rc.cpp:1295 ++#: rc.cpp:1247 + #, no-c-format + msgid "Connections mesurments count" + msgstr "Кількість вимірів з’єднань" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 51 +-#: rc.cpp:1298 ++#: rc.cpp:1250 + #, no-c-format + msgid "DHT mesurments count" + msgstr "Кількість вимірів DHT" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 56 +-#: rc.cpp:1301 ++#: rc.cpp:1253 + #, no-c-format + msgid "OY axis max mode" + msgstr "Макс. режим осі OY" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 16 +-#: rc.cpp:1310 ++#: rc.cpp:1262 + #, no-c-format + msgid "Import an existing download" + msgstr "Імпортувати існуюче звантаження" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 49 +-#: rc.cpp:1313 ++#: rc.cpp:1265 + #, no-c-format + msgid "Torrent:" + msgstr "Торент:" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 63 +-#: rc.cpp:1316 ++#: rc.cpp:1268 + #, no-c-format + msgid "Data:" + msgstr "Дані:" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 95 +-#: rc.cpp:1319 ++#: rc.cpp:1271 + #, no-c-format + msgid "" + "Please specify the torrent and the data already downloaded for that torrent." + msgstr "Будь ласка, вкажіть торент і дані, які вже для нього звантажені." + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 133 +-#: rc.cpp:1322 ++#: rc.cpp:1274 + #, no-c-format + msgid "&Import" + msgstr "&Імпортувати" + + #. i18n: file ./plugins/rssfeed/ktrssfeedplugin.kcfg line 10 +-#: rc.cpp:1328 ++#: rc.cpp:1280 + #, no-c-format + msgid "default" + msgstr "типовий" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 18 +-#: rc.cpp:1331 ++#: rc.cpp:1283 + #, no-c-format + msgid "Rss Feeds" + msgstr "Подачі RSS" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 36 +-#: rc.cpp:1334 ++#: rc.cpp:1286 + #, no-c-format + msgid "Feeds" + msgstr "Подачі" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 78 +-#: rc.cpp:1337 ++#: rc.cpp:1289 + #, no-c-format + msgid "De&lete" + msgstr "Ви&лучити" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 86 +-#: rc.cpp:1340 rc.cpp:1382 rc.cpp:1392 ++#: rc.cpp:1292 rc.cpp:1331 rc.cpp:1340 + #, no-c-format + msgid "&New" + msgstr "&Створити" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 117 +-#: rc.cpp:1343 ++#: rc.cpp:1295 + #, no-c-format + msgid "&URL" + msgstr "&URL" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 139 +-#: rc.cpp:1346 ++#: rc.cpp:1298 + #, no-c-format + msgid "Articles" + msgstr "Статті" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 216 +-#: rc.cpp:1353 ++#: rc.cpp:1304 + #, no-c-format + msgid "Auto&refresh" + msgstr "Авто&оновлення" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 242 +-#: rc.cpp:1356 ++#: rc.cpp:1307 + #, no-c-format + msgid "I&gnore TTL" + msgstr "І&гнорувати TTL" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 270 +-#: rc.cpp:1359 ++#: rc.cpp:1310 + #, no-c-format + msgid "Refresh" + msgstr "Освіжити" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 299 +-#: rc.cpp:1363 rc.cpp:1395 ++#: rc.cpp:1313 rc.cpp:1343 + #, no-c-format + msgid "&Title" + msgstr "&Заголовок" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 323 +-#: rc.cpp:1366 ++#: rc.cpp:1316 + #, no-c-format + msgid "Keep Articles (days)" + msgstr "Зберігати статті (днів)" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 347 +-#: rc.cpp:1369 rc.cpp:1398 ++#: rc.cpp:1319 rc.cpp:1346 + #, no-c-format + msgid "&Active" + msgstr "&Активний" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 362 +-#: rc.cpp:1372 ++#: rc.cpp:1322 + #, no-c-format + msgid "Filters" + msgstr "Фільтри" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 389 +-#: rc.cpp:1375 ++#: rc.cpp:1325 + #, no-c-format + msgid "Accept Filters" + msgstr "Фільтри прийняття" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 440 +-#: rc.cpp:1385 ++#: rc.cpp:1334 + #, no-c-format + msgid "Reject Filters" + msgstr "Фільтри відкидання" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 557 +-#: rc.cpp:1401 ++#: rc.cpp:1349 + #, no-c-format + msgid "Regular Expressions" + msgstr "Формальні вирази" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 587 +-#: rc.cpp:1404 ++#: rc.cpp:1352 + #, no-c-format + msgid "Treat as &Series" + msgstr "Розглядати як &серії" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 624 +-#: rc.cpp:1407 ++#: rc.cpp:1355 + #, no-c-format + msgid "Process" + msgstr "Процес" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 643 +-#: rc.cpp:1411 ++#: rc.cpp:1358 + #, no-c-format + msgid "Series Criteria" + msgstr "Критерії серій" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 679 +-#: rc.cpp:1414 ++#: rc.cpp:1361 + #, no-c-format + msgid "Match Without Episode" + msgstr "Звантажити збіг без епізоду" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 713 +-#: rc.cpp:1418 ++#: rc.cpp:1364 + #, no-c-format + msgid "Max Episode" + msgstr "Макс. епізодів" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 739 +-#: rc.cpp:1421 ++#: rc.cpp:1367 + #, no-c-format + msgid "Max Season" + msgstr "Макс. сезонів" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 758 +-#: rc.cpp:1424 ++#: rc.cpp:1370 + #, no-c-format + msgid "Min Season" + msgstr "Мін. сезонів" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 782 +-#: rc.cpp:1427 ++#: rc.cpp:1373 + #, no-c-format + msgid "Min Episode" + msgstr "Мін. епізодів" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 814 +-#: rc.cpp:1430 ++#: rc.cpp:1376 + #, no-c-format + msgid "Test te&xt" + msgstr "Перевірити &текст" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 840 +-#: rc.cpp:1433 ++#: rc.cpp:1379 + #, no-c-format + msgid "Te&st" + msgstr "Те&ст" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 858 +-#: rc.cpp:1436 ++#: rc.cpp:1382 + #, no-c-format + msgid "Filter Matches" + msgstr "Фільтрувати співпадання" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 28 +-#: rc.cpp:1447 ++#: rc.cpp:1391 + #, no-c-format + msgid "Bandwidth scheduler" + msgstr "Планування пропускної здатності" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 50 +-#: rc.cpp:1450 ++#: rc.cpp:1394 + #, no-c-format + msgid "Left click category" + msgstr "Клацніть лівою кнопкою мишки на категорію" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 61 +-#: rc.cpp:1453 ++#: rc.cpp:1397 + #, no-c-format + msgid "Categor&y 1" + msgstr "Категорі&я 1" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 157 +-#: rc.cpp:1456 rc.cpp:1483 ++#: rc.cpp:1400 rc.cpp:1427 + #, no-c-format + msgid "T&urn off" + msgstr "В&имкнути" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 165 +-#: rc.cpp:1459 rc.cpp:1486 ++#: rc.cpp:1403 rc.cpp:1430 + #, no-c-format + msgid "&Normal" + msgstr "&Звичайний" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 195 +-#: rc.cpp:1462 ++#: rc.cpp:1406 + #, no-c-format + msgid "Category &3" + msgstr "Категорія &3" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 206 +-#: rc.cpp:1468 rc.cpp:1492 ++#: rc.cpp:1412 rc.cpp:1436 + #, no-c-format + msgid "Category &2" + msgstr "Категорія &2" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 219 +-#: rc.cpp:1474 ++#: rc.cpp:1418 + #, no-c-format + msgid "Right click category" + msgstr "Клацніть правою кнопкою мишки на категорію" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 230 +-#: rc.cpp:1477 ++#: rc.cpp:1421 + #, no-c-format + msgid "Category &1" + msgstr "Категорія &1" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 367 +-#: rc.cpp:1489 ++#: rc.cpp:1433 + #, no-c-format + msgid "&Category 3" + msgstr "&Категорія 3" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 390 +-#: rc.cpp:1498 ++#: rc.cpp:1442 + #, no-c-format + msgid "Categories" + msgstr "Категорії" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 401 +-#: rc.cpp:1501 ++#: rc.cpp:1445 + #, no-c-format + msgid "1. Category" + msgstr "1. категорія" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 409 +-#: rc.cpp:1504 ++#: rc.cpp:1448 + #, no-c-format + msgid "3. Category" + msgstr "3. категорія" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 425 +-#: rc.cpp:1507 rc.cpp:1516 rc.cpp:1525 ++#: rc.cpp:1451 rc.cpp:1460 rc.cpp:1469 + #, no-c-format + msgid "download:" + msgstr "звантаження:" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 441 +-#: rc.cpp:1510 rc.cpp:1519 rc.cpp:1528 ++#: rc.cpp:1454 rc.cpp:1463 rc.cpp:1472 + #, no-c-format + msgid "upload:" + msgstr "вивантаження:" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 457 +-#: rc.cpp:1513 rc.cpp:1522 rc.cpp:1531 ++#: rc.cpp:1457 rc.cpp:1466 rc.cpp:1475 + #, no-c-format + msgid "KB/s *" + msgstr "КБ/с *" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 567 +-#: rc.cpp:1534 ++#: rc.cpp:1478 + #, no-c-format + msgid "2. Category" + msgstr "2. категорія" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 626 +-#: rc.cpp:1538 ++#: rc.cpp:1481 + #, no-c-format + msgid "* zero means no limit" + msgstr "* 0 означає - без обмеження" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 672 +-#: rc.cpp:1541 ++#: rc.cpp:1484 + #, no-c-format + msgid "Save to file" + msgstr "Зберегти у файл" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 680 +-#: rc.cpp:1544 ++#: rc.cpp:1487 + #, no-c-format + msgid "&Load from file" + msgstr "&Завантажити з файла" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 688 +-#: rc.cpp:1547 ++#: rc.cpp:1490 + #, no-c-format + msgid "Reset schedule" + msgstr "Скинути планування" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 751 +-#: rc.cpp:1550 ++#: rc.cpp:1493 + #, no-c-format + msgid "O&k" + msgstr "&Гаразд" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 16 +-#: rc.cpp:1559 ++#: rc.cpp:1502 + #, no-c-format + msgid "Scheduler Plugin Pref Page" + msgstr "Сторінка параметрів втулка планування" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 27 +-#: rc.cpp:1562 ++#: rc.cpp:1505 + #, no-c-format + msgid "Use &bandwidth scheduler?" + msgstr "Вживати планування п&ропускної здатності?" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 35 +-#: plugins/scheduler/schedulerplugin.cpp:59 rc.cpp:1565 ++#: plugins/scheduler/schedulerplugin.cpp:59 rc.cpp:1508 + #, no-c-format + msgid "Bandwidth Scheduler" + msgstr "Планування пропускної здатності" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 46 +-#: rc.cpp:1568 ++#: rc.cpp:1511 + #, no-c-format + msgid "Use colors instead of pi&xmaps?" + msgstr "Вживати замість мал&юнків кольори?" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 54 +-#: rc.cpp:1571 ++#: rc.cpp:1514 + #, no-c-format + msgid "(Recommended for slower systems)" + msgstr "(Рекомендовано для повільних систем)" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 62 +-#: rc.cpp:1574 ++#: rc.cpp:1517 + #, no-c-format + msgid "Edit s&chedule" + msgstr "Змінити п&ланування" + + #. i18n: file ./plugins/scheduler/ktschedulerplugin.kcfg line 10 +-#: rc.cpp:1577 ++#: rc.cpp:1520 + #, no-c-format + msgid "Enable bandwidth scheduler?" + msgstr "Увімкнути планування пропускної здатності?" + + #. i18n: file ./plugins/scheduler/ktschedulerplugin.kcfg line 14 +-#: rc.cpp:1580 ++#: rc.cpp:1523 + #, no-c-format + msgid "Use colors instead of pixmaps?" + msgstr "Вживати замість малюнків кольори?" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 10 +-#: rc.cpp:1583 ++#: rc.cpp:1526 + #, no-c-format + msgid "Use rich log text" + msgstr "Вживати в журналі багатий текст" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 15 +-#: rc.cpp:1586 ++#: rc.cpp:1529 + #, no-c-format + msgid "General info messages flag" + msgstr "Прапорець загальних повідомлень" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 19 +-#: rc.cpp:1589 ++#: rc.cpp:1532 + #, no-c-format + msgid "Connections messages flag" + msgstr "Прапорець повідомлень про з'єднання" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 23 +-#: rc.cpp:1592 ++#: rc.cpp:1535 + #, no-c-format + msgid "DHT messages flag" + msgstr "Прапорець повідомлень DHT" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 27 +-#: rc.cpp:1595 ++#: rc.cpp:1538 + #, no-c-format + msgid "Tracker info messages flag" + msgstr "Прапорець повідомлень про координатор" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 31 +-#: rc.cpp:1598 ++#: rc.cpp:1541 + #, no-c-format + msgid "Disk IO info messages flag" + msgstr "Прапорець повідомлень дискового В/В" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 35 +-#: rc.cpp:1601 ++#: rc.cpp:1544 + #, no-c-format + msgid "IPFilter plugin messages flag" + msgstr "Прапорець повідомлень втулка IPFilter" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 39 +-#: rc.cpp:1604 ++#: rc.cpp:1547 + #, no-c-format + msgid "Search plugin messages flag" + msgstr "Прапорець повідомлень втулка пошуку" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 43 +-#: rc.cpp:1607 ++#: rc.cpp:1550 + #, no-c-format + msgid "PartFileImport plugin messages flag" + msgstr "Прапорець повідомлень втулка PartFileImport" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 47 +-#: rc.cpp:1610 ++#: rc.cpp:1553 + #, no-c-format + msgid "InfoWidget plugin messages flag" + msgstr "Прапорець повідомлень втулка InfoWidget" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 51 +-#: rc.cpp:1613 ++#: rc.cpp:1556 + #, no-c-format + msgid "UPnP plugin messages flag" + msgstr "Прапорець повідомлень втулка UPnP" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 55 +-#: rc.cpp:1616 ++#: rc.cpp:1559 + #, no-c-format + msgid "ScanFolder plugin messages flag" + msgstr "Прапорець повідомлень втулка ScanFolder" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 59 +-#: rc.cpp:1619 ++#: rc.cpp:1562 + #, no-c-format + msgid "Scheduler plugin messages flag" + msgstr "Прапорець повідомлень втулка планування" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 63 +-#: rc.cpp:1622 ++#: rc.cpp:1565 + #, no-c-format + msgid "RSS plugin messages flag" + msgstr "Прапорець повідомлень втулка RSS" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 67 +-#: rc.cpp:1625 ++#: rc.cpp:1568 + #, no-c-format + msgid "WebInterface plugin messages flag" + msgstr "Прапорець повідомлень втулку веб-інтерфейсу" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 16 +-#: plugins/logviewer/logprefpage.cpp:31 rc.cpp:1628 ++#: plugins/logviewer/logprefpage.cpp:31 rc.cpp:1571 + #, no-c-format + msgid "LogViewer Options" + msgstr "Параметри перегляду журналу" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 44 +-#: libktorrent/pluginmanagerprefpage.cpp:63 rc.cpp:1631 ++#: libktorrent/pluginmanagerprefpage.cpp:63 rc.cpp:1574 + #, no-c-format + msgid "Plugins" + msgstr "Втулки" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 53 +-#: rc.cpp:1634 rc.cpp:1652 rc.cpp:1670 rc.cpp:1691 rc.cpp:1706 rc.cpp:1724 +-#: rc.cpp:1745 rc.cpp:1763 rc.cpp:1778 rc.cpp:1811 rc.cpp:1826 rc.cpp:1841 +-#: rc.cpp:1859 rc.cpp:1874 ++#: rc.cpp:1577 rc.cpp:1595 rc.cpp:1613 rc.cpp:1634 rc.cpp:1649 rc.cpp:1667 ++#: rc.cpp:1688 rc.cpp:1706 rc.cpp:1721 rc.cpp:1754 rc.cpp:1769 rc.cpp:1784 ++#: rc.cpp:1802 rc.cpp:1817 + #, no-c-format + msgid "All" + msgstr "Всі" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 58 +-#: rc.cpp:1637 rc.cpp:1655 rc.cpp:1673 rc.cpp:1694 rc.cpp:1709 rc.cpp:1727 +-#: rc.cpp:1748 rc.cpp:1766 rc.cpp:1781 rc.cpp:1814 rc.cpp:1829 rc.cpp:1844 +-#: rc.cpp:1862 rc.cpp:1877 ++#: rc.cpp:1580 rc.cpp:1598 rc.cpp:1616 rc.cpp:1637 rc.cpp:1652 rc.cpp:1670 ++#: rc.cpp:1691 rc.cpp:1709 rc.cpp:1724 rc.cpp:1757 rc.cpp:1772 rc.cpp:1787 ++#: rc.cpp:1805 rc.cpp:1820 + #, no-c-format + msgid "Debug" + msgstr "Зневадження" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 63 +-#: rc.cpp:1640 rc.cpp:1658 rc.cpp:1676 rc.cpp:1697 rc.cpp:1712 rc.cpp:1730 +-#: rc.cpp:1751 rc.cpp:1769 rc.cpp:1784 rc.cpp:1817 rc.cpp:1832 rc.cpp:1847 +-#: rc.cpp:1865 rc.cpp:1880 ++#: rc.cpp:1583 rc.cpp:1601 rc.cpp:1619 rc.cpp:1640 rc.cpp:1655 rc.cpp:1673 ++#: rc.cpp:1694 rc.cpp:1712 rc.cpp:1727 rc.cpp:1760 rc.cpp:1775 rc.cpp:1790 ++#: rc.cpp:1808 rc.cpp:1823 + #, no-c-format + msgid "Notice" + msgstr "Примітка" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 68 +-#: rc.cpp:1643 rc.cpp:1661 rc.cpp:1679 rc.cpp:1700 rc.cpp:1715 rc.cpp:1733 +-#: rc.cpp:1754 rc.cpp:1772 rc.cpp:1787 rc.cpp:1820 rc.cpp:1835 rc.cpp:1850 +-#: rc.cpp:1868 rc.cpp:1883 ++#: rc.cpp:1586 rc.cpp:1604 rc.cpp:1622 rc.cpp:1643 rc.cpp:1658 rc.cpp:1676 ++#: rc.cpp:1697 rc.cpp:1715 rc.cpp:1730 rc.cpp:1763 rc.cpp:1778 rc.cpp:1793 ++#: rc.cpp:1811 rc.cpp:1826 + #, no-c-format + msgid "Important" + msgstr "Важливо" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 73 +-#: rc.cpp:1646 rc.cpp:1664 rc.cpp:1682 rc.cpp:1703 rc.cpp:1718 rc.cpp:1736 +-#: rc.cpp:1757 rc.cpp:1775 rc.cpp:1790 rc.cpp:1823 rc.cpp:1838 rc.cpp:1853 +-#: rc.cpp:1871 rc.cpp:1886 ++#: rc.cpp:1589 rc.cpp:1607 rc.cpp:1625 rc.cpp:1646 rc.cpp:1661 rc.cpp:1679 ++#: rc.cpp:1700 rc.cpp:1718 rc.cpp:1733 rc.cpp:1766 rc.cpp:1781 rc.cpp:1796 ++#: rc.cpp:1814 rc.cpp:1829 + #, no-c-format + msgid "None" + msgstr "Немає" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 85 +-#: rc.cpp:1649 ++#: rc.cpp:1592 + #, no-c-format + msgid "IPFilter:" + msgstr "IPFilter:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 126 +-#: rc.cpp:1667 ++#: rc.cpp:1610 + #, no-c-format + msgid "Search:" + msgstr "Пошук:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 167 +-#: rc.cpp:1685 ++#: rc.cpp:1628 + #, no-c-format + msgid "UPnP:" + msgstr "UPnP:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 178 +-#: rc.cpp:1688 ++#: rc.cpp:1631 + #, no-c-format + msgid "ScanFolder:" + msgstr "ScanFolder:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 249 +-#: rc.cpp:1721 ++#: rc.cpp:1664 + #, no-c-format + msgid "Scheduler:" + msgstr "Планування:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 290 +-#: rc.cpp:1739 ++#: rc.cpp:1682 + #, no-c-format + msgid "PartFileImport:" + msgstr "PartFileImport:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 301 +-#: rc.cpp:1742 ++#: rc.cpp:1685 + #, no-c-format + msgid "InfoWidget:" + msgstr "InfoWidget:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 342 +-#: rc.cpp:1760 ++#: rc.cpp:1703 + #, no-c-format + msgid "RSS plugin:" + msgstr "Втулок RSS:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 413 +-#: rc.cpp:1793 ++#: rc.cpp:1736 + #, no-c-format + msgid "WebInterface plugin:" + msgstr "Втулок веб-інтерфейсу:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 426 +-#: rc.cpp:1796 ++#: rc.cpp:1739 + #, no-c-format + msgid "System" + msgstr "Система" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 437 +-#: rc.cpp:1799 ++#: rc.cpp:1742 + #, no-c-format + msgid "General:" + msgstr "Загальні:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 445 +-#: rc.cpp:1802 ++#: rc.cpp:1745 + #, no-c-format + msgid "Connections:" + msgstr "З'єднання:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 559 +-#: rc.cpp:1856 ++#: rc.cpp:1799 + #, no-c-format + msgid "Disk I/O:" + msgstr "В/В диска:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 640 +-#: rc.cpp:1892 ++#: rc.cpp:1835 + #, no-c-format + msgid "Use rich te&xt for log" + msgstr "Вживати в журналі багатий те&кст" + + #. i18n: file ./plugins/search/searchpref.ui line 41 +-#: rc.cpp:1898 ++#: rc.cpp:1841 + #, no-c-format + msgid "External Browser" + msgstr "Зовнішній навігатор Тенет" + + #. i18n: file ./plugins/search/searchpref.ui line 52 +-#: rc.cpp:1901 ++#: rc.cpp:1844 + #, no-c-format + msgid "Open searches in external browser" + msgstr "Відкривати результати пошуку в зовнішньому навігаторі" + + #. i18n: file ./plugins/search/searchpref.ui line 60 +-#: rc.cpp:1904 rc.cpp:1955 ++#: rc.cpp:1847 rc.cpp:1892 + #, no-c-format + msgid "Use default browser" + msgstr "Вживати типовий навігатор" + + #. i18n: file ./plugins/search/searchpref.ui line 79 +-#: rc.cpp:1908 ++#: rc.cpp:1850 + #, no-c-format + msgid "Custom browser path:" + msgstr "Нетиповий шлях навігатора:" + + #. i18n: file ./plugins/search/searchpref.ui line 116 +-#: rc.cpp:1912 ++#: rc.cpp:1853 + #, no-c-format + msgid "Search Engines" + msgstr "Рушії пошуку" + + #. i18n: file ./plugins/search/searchpref.ui line 143 +-#: rc.cpp:1916 ++#: rc.cpp:1856 + #, no-c-format + msgid "Search engine name:" + msgstr "Назва рушія пошуку:" + + #. i18n: file ./plugins/search/searchpref.ui line 187 +-#: rc.cpp:1922 ++#: rc.cpp:1862 + #, no-c-format + msgid "&Add" + msgstr "&Додати" + + #. i18n: file ./plugins/search/searchpref.ui line 195 +-#: rc.cpp:1925 ++#: rc.cpp:1865 + #, no-c-format + msgid "Engines" + msgstr "Рушії" + + #. i18n: file ./plugins/search/searchpref.ui line 206 +-#: rc.cpp:1928 ++#: rc.cpp:1868 + #, no-c-format + msgid "URL" + msgstr "URL" + + #. i18n: file ./plugins/search/searchpref.ui line 257 +-#: rc.cpp:1934 ++#: rc.cpp:1874 + #, no-c-format + msgid "R&emove All" + msgstr "Ви&лучити всі" + + #. i18n: file ./plugins/search/searchpref.ui line 282 +-#: rc.cpp:1937 ++#: rc.cpp:1877 + #, no-c-format + msgid "Add Defau<" + msgstr "Додати ти&повий" + + #. i18n: file ./plugins/search/searchpref.ui line 290 +-#: rc.cpp:1940 ++#: rc.cpp:1880 + #, no-c-format + msgid "Update From Internet" + msgstr "Оновити з Інтернету" + + #. i18n: file ./plugins/search/searchbar.ui line 53 + #: plugins/search/searchplugin.cpp:50 plugins/search/searchtab.cpp:48 +-#: rc.cpp:1946 ++#: rc.cpp:1883 + #, no-c-format + msgid "Search" + msgstr "Пошук" + + #. i18n: file ./plugins/search/searchbar.ui line 78 +-#: rc.cpp:1949 ++#: rc.cpp:1886 + #, no-c-format + msgid "Search engine:" + msgstr "Рушій пошуку:" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 10 +-#: rc.cpp:1952 ++#: rc.cpp:1889 + #, no-c-format + msgid "Current search engine" + msgstr "Поточний рушій пошуку" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 19 +-#: rc.cpp:1958 ++#: rc.cpp:1895 + #, no-c-format + msgid "Use custom browser" + msgstr "Вживати нетиповий навігатор" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 23 +-#: rc.cpp:1961 ++#: rc.cpp:1898 + #, no-c-format + msgid "Custom browser executable path" + msgstr "Шлях до програми нетипового навігатора" +@@ -4115,7 +4115,7 @@ msgstr "Перевірка даних" + msgid "Stopped. No space left on device." + msgstr "Зупинено. На пристрої не залишилось місця." + +-#: libktorrent/torrent/queuemanager.cpp:135 ++#: libktorrent/torrent/queuemanager.cpp:136 + msgid "" + "You don't have enough disk space to download this torrent. Are you sure you " + "want to continue?" +@@ -4123,12 +4123,12 @@ msgstr "" + "У вас замало місця на диску для звантаження цього торента. Ви справді хочете " + "продовжити?" + +-#: libktorrent/torrent/queuemanager.cpp:135 ++#: libktorrent/torrent/queuemanager.cpp:136 + #, c-format + msgid "Insufficient disk space for %1" + msgstr "Замало простору на диску для %1" + +-#: libktorrent/torrent/queuemanager.cpp:157 ++#: libktorrent/torrent/queuemanager.cpp:158 + msgid "" + "Torrent \"%1\" has reached its maximum share ratio. Ignore the limit and start " + "seeding anyway?" +@@ -4136,16 +4136,16 @@ msgstr "" + "Торент «%1» досягнув максимальне значення коефіцієнта вивантаження / " + "звантаження. Ігнорувати обмеження і продовжити поширення?" + +-#: libktorrent/torrent/queuemanager.cpp:157 ++#: libktorrent/torrent/queuemanager.cpp:158 + msgid "Maximum share ratio limit reached." + msgstr "Досягнуте максимальне значення коефіцієнта вивантаження / звантаження." + +-#: libktorrent/torrent/queuemanager.cpp:236 +-#: libktorrent/torrent/queuemanager.cpp:760 ++#: libktorrent/torrent/queuemanager.cpp:237 ++#: libktorrent/torrent/queuemanager.cpp:763 + msgid "Error stopping torrent %1 : %2" + msgstr "Помилка зупинки торента %1: %2" + +-#: libktorrent/torrent/queuemanager.cpp:742 ++#: libktorrent/torrent/queuemanager.cpp:745 + msgid "Error starting torrent %1 : %2" + msgstr "Помилка запуску торента %1: %2" + +diff --git a/translations/zh_CN/messages/ktorrent.po b/translations/zh_CN/messages/ktorrent.po +index 28d4f13..8cb36d8 100644 +--- a/translations/zh_CN/messages/ktorrent.po ++++ b/translations/zh_CN/messages/ktorrent.po +@@ -8,7 +8,7 @@ msgid "" + msgstr "" + "Project-Id-Version: ktorrent 1.1rc1\n" + "Report-Msgid-Bugs-To: \n" +-"POT-Creation-Date: 2008-04-18 19:40+0200\n" ++"POT-Creation-Date: 2008-07-08 22:20+0200\n" + "PO-Revision-Date: 2008-01-21 15:13+0800\n" + "Last-Translator: Lie_Ex \n" + "Language-Team: zh_CN \n" +@@ -21,7 +21,7 @@ msgid "No incoming connections (possibly firewalled)" + msgstr "无进入连接(可能被防火墙阻挡)" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 42 +-#: apps/ktorrent/ktorrent.cpp:184 rc.cpp:345 rc.cpp:383 rc.cpp:1019 ++#: apps/ktorrent/ktorrent.cpp:184 rc.cpp:336 rc.cpp:369 rc.cpp:989 + #, no-c-format + msgid "Info" + msgstr "信息" +@@ -187,7 +187,7 @@ msgstr "错误的 URL。" + #. i18n: file ./apps/ktorrent/ktorrentui.rc line 9 + #: apps/ktorrent/groups/downloadgroup.cpp:27 + #: apps/ktorrent/groups/groupmanager.h:57 apps/ktorrent/pref.cpp:147 +-#: apps/ktorrent/viewmanager.cpp:62 rc.cpp:138 rc.cpp:342 ++#: apps/ktorrent/viewmanager.cpp:62 rc.cpp:132 rc.cpp:333 + #, no-c-format + msgid "Downloads" + msgstr "下载" +@@ -302,7 +302,7 @@ msgid "Document to open" + msgstr "要打开的文档" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 59 +-#: apps/ktorrent/main.cpp:120 rc.cpp:553 ++#: apps/ktorrent/main.cpp:120 rc.cpp:532 + #, no-c-format + msgid "KTorrent" + msgstr "KTorrent" +@@ -564,7 +564,7 @@ msgstr "种子对等点来源:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 85 + #: apps/ktorrent/ktorrentviewmenu.cpp:66 plugins/infowidget/peerview.cpp:221 +-#: rc.cpp:77 rc.cpp:1256 rc.cpp:1307 ++#: rc.cpp:75 rc.cpp:1208 rc.cpp:1259 + #, no-c-format + msgid "DHT" + msgstr "DHT" +@@ -606,7 +606,7 @@ msgid "Add to Group" + msgstr "添加到组" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 16 +-#: apps/ktorrent/ktorrentviewmenu.cpp:100 rc.cpp:147 ++#: apps/ktorrent/ktorrentviewmenu.cpp:100 rc.cpp:141 + #, no-c-format + msgid "Speed Limits" + msgstr "速度限制" +@@ -624,7 +624,7 @@ msgid "Malformed IP address." + msgstr "IP 地址错误。" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 311 +-#: apps/ktorrent/pref.cpp:58 rc.cpp:282 ++#: apps/ktorrent/pref.cpp:58 rc.cpp:273 + #, no-c-format + msgid "Preferences" + msgstr "首选项" +@@ -660,7 +660,7 @@ msgid "Advanced" + msgstr "高级" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 27 +-#: apps/ktorrent/pref.cpp:411 rc.cpp:540 ++#: apps/ktorrent/pref.cpp:411 rc.cpp:519 + #, no-c-format + msgid "Advanced Options" + msgstr "高级选项" +@@ -671,7 +671,7 @@ msgstr "可见列" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 16 + #: apps/ktorrent/ktorrentview.cpp:135 +-#: plugins/infowidget/infowidgetplugin.cpp:76 rc.cpp:1016 ++#: plugins/infowidget/infowidgetplugin.cpp:76 rc.cpp:986 + #, no-c-format + msgid "Status" + msgstr "状态" +@@ -693,7 +693,7 @@ msgstr "已上传" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 313 + #: apps/ktorrent/ktorrentview.cpp:139 plugins/infowidget/peerview.cpp:216 +-#: rc.cpp:1010 ++#: rc.cpp:980 + #, no-c-format + msgid "Down Speed" + msgstr "下载速度" +@@ -808,7 +808,7 @@ msgid "User" + msgstr "用户" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 24 +-#: apps/ktorrent/queuedialog.cpp:75 rc.cpp:249 ++#: apps/ktorrent/queuedialog.cpp:75 rc.cpp:240 + #, no-c-format + msgid "Queue Manager" + msgstr "队列管理器" +@@ -1012,8 +1012,8 @@ msgid "Start torrent" + msgstr "开始种子任务" + + #. i18n: file ./apps/ktorrent/fileselectdlgbase.ui line 160 +-#: plugins/infowidget/fileview.cpp:49 rc.cpp:27 rc.cpp:1244 rc.cpp:1259 +-#: rc.cpp:1349 rc.cpp:1439 ++#: plugins/infowidget/fileview.cpp:49 rc.cpp:27 rc.cpp:1196 rc.cpp:1211 ++#: rc.cpp:1301 rc.cpp:1385 + #, no-c-format + msgid "Download" + msgstr "下载" +@@ -1067,13 +1067,13 @@ msgid "Encryption" + msgstr "加密" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 58 +-#: rc.cpp:64 rc.cpp:787 ++#: rc.cpp:63 rc.cpp:764 + #, no-c-format + msgid "Use protocol encryption" + msgstr "使用协议加密" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 64 +-#: rc.cpp:68 ++#: rc.cpp:66 + #, no-c-format + msgid "" + "Protocol encryption is used to prevent ISP's from slowing down bittorrent " +@@ -1081,20 +1081,20 @@ msgid "" + msgstr "协议加密可让您的 ISP 不能减慢您的 BT 下载连接速度。" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 72 +-#: rc.cpp:71 rc.cpp:790 ++#: rc.cpp:69 rc.cpp:767 + #, no-c-format + msgid "Allow unencrypted connections" + msgstr "允许不加密的连接" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 75 +-#: rc.cpp:74 ++#: rc.cpp:72 + #, no-c-format + msgid "" + "If unchecked, you'll be able to connect only to clients supporting encryption." + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 88 +-#: rc.cpp:80 ++#: rc.cpp:78 + #, no-c-format + msgid "" + "Distributed Hash Table protocol." +@@ -1102,169 +1102,169 @@ msgid "" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 99 +-#: rc.cpp:83 ++#: rc.cpp:81 + #, no-c-format + msgid "&Use DHT to get additional peers" + msgstr "使用 DHT 获得额外的下载者(&U)" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 118 +-#: rc.cpp:87 ++#: rc.cpp:84 + #, no-c-format + msgid "UDP port for DHT communication:" + msgstr "DHT 通讯的 UDP 端口:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 161 +-#: rc.cpp:90 ++#: rc.cpp:87 + #, no-c-format + msgid "Custom IP" + msgstr "自定义 IP" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 172 +-#: rc.cpp:93 ++#: rc.cpp:90 + #, no-c-format + msgid "Se&nd the tracker a custom IP address or hostname" + msgstr "向 tracker 发送自定义 IP 或主机名(&N)" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 188 +-#: rc.cpp:96 ++#: rc.cpp:93 + #, no-c-format + msgid "Custom IP address or hostname:" + msgstr "自定义 IP 或主机名:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 205 +-#: rc.cpp:99 ++#: rc.cpp:96 + #, no-c-format + msgid "System Tray Icon" + msgstr "系统托盘图标" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 216 +-#: rc.cpp:102 ++#: rc.cpp:99 + #, no-c-format + msgid "Show s&ystem tray icon" + msgstr "显示系统托盘图标(&Y)" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 224 +-#: rc.cpp:105 ++#: rc.cpp:102 + #, no-c-format + msgid "Show speed &bar in tray icon" + msgstr "在托盘图标中显示速度栏(&B)" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 232 +-#: rc.cpp:108 ++#: rc.cpp:105 + #, no-c-format + msgid "Show system tray popup messages" + msgstr "显示系统托盘弹出消息" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 251 +-#: rc.cpp:112 ++#: rc.cpp:108 + #, no-c-format + msgid "Upload bandwidth (in KB/sec):" + msgstr "上传带宽(KB/秒):" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 276 +-#: rc.cpp:115 ++#: rc.cpp:111 + #, no-c-format + msgid "Download bandwidth (in KB/sec):" + msgstr "下载带宽(KB/秒):" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 305 +-#: rc.cpp:118 ++#: rc.cpp:114 + #, no-c-format + msgid "Folders" + msgstr "文件夹" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 324 +-#: rc.cpp:121 ++#: rc.cpp:117 + #, no-c-format + msgid "Folder to store temporary files:" + msgstr "保存临时文件的文件夹:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 342 +-#: rc.cpp:124 ++#: rc.cpp:120 + #, no-c-format + msgid "Move completed downloads to:" + msgstr "将已完成的下载移动到:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 353 +-#: rc.cpp:128 ++#: rc.cpp:123 + #, no-c-format + msgid "&Automatically save downloads to:" + msgstr "自动保存下载到(&A):" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 395 +-#: rc.cpp:131 ++#: rc.cpp:126 + #, no-c-format + msgid "Copy .torrent files to:" + msgstr "复制 .torrent 文件到:" + + #. i18n: file ./apps/ktorrent/ktorrentui.rc line 34 +-#: rc.cpp:144 ++#: rc.cpp:138 + #, no-c-format + msgid "Download Toolbar" + msgstr "下载工具栏" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 27 +-#: rc.cpp:150 ++#: rc.cpp:144 + #, no-c-format + msgid "Set the speed limits for torrent" + msgstr "设置种子的速度限制" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 51 +-#: rc.cpp:153 ++#: rc.cpp:147 + #, no-c-format + msgid "Max upload rate:" + msgstr "最大上传速率:" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 59 +-#: rc.cpp:156 ++#: rc.cpp:150 + #, no-c-format + msgid "Max download rate:" + msgstr "最大下载速率:" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 97 +-#: rc.cpp:159 rc.cpp:162 ++#: rc.cpp:153 rc.cpp:156 + #, no-c-format + msgid "KB/s (0 is no limit)" + msgstr "KB/秒 (0为无限制)" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 16 +-#: rc.cpp:171 ++#: rc.cpp:165 + #, no-c-format + msgid "Add potential peer" + msgstr "添加潜在对等点" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 35 +-#: rc.cpp:174 ++#: rc.cpp:168 + #, no-c-format + msgid "Peer IP:" + msgstr "对等点 IP:" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 43 +-#: rc.cpp:177 rc.cpp:208 ++#: rc.cpp:171 rc.cpp:201 + #, no-c-format + msgid "127.0.0.1" + msgstr "127.0.0.1" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 51 +-#: rc.cpp:180 rc.cpp:288 rc.cpp:525 rc.cpp:931 ++#: rc.cpp:174 rc.cpp:279 rc.cpp:504 rc.cpp:908 + #, no-c-format + msgid "Port:" + msgstr "端口:" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 100 +-#: rc.cpp:183 ++#: rc.cpp:177 + #, no-c-format + msgid "Enter peer IP and port." + msgstr "输入对等点 IP 和端口。" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 16 +-#: rc.cpp:193 ++#: rc.cpp:186 + #, no-c-format + msgid "KTorrent Blacklist" + msgstr "KTorrent 黑名单" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 30 +-#: rc.cpp:196 ++#: rc.cpp:189 + #, no-c-format + msgid "" + "Note: Blacklist applies to current session only. Use save/open to save your " +@@ -1272,187 +1272,187 @@ msgid "" + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 41 +-#: rc.cpp:199 ++#: rc.cpp:192 + #, no-c-format + msgid "Banned Peers" + msgstr "已封禁的对等点" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 50 +-#: rc.cpp:202 ++#: rc.cpp:195 + #, no-c-format + msgid "Peer IP address" + msgstr "对等点 IP 地址" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 96 +-#: rc.cpp:205 ++#: rc.cpp:198 + #, no-c-format + msgid "Add peer:" + msgstr "添加对等点:" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 134 +-#: rc.cpp:215 ++#: rc.cpp:207 + #, no-c-format + msgid "Adds a peer to blacklist" + msgstr "添加对等点到黑名单" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 168 +-#: rc.cpp:222 ++#: rc.cpp:213 + #, no-c-format + msgid "Removes selected peer from blacklist" + msgstr "从黑名单中删除选中的对等点" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 176 +-#: rc.cpp:225 ++#: rc.cpp:216 + #, no-c-format + msgid "C&lear" + msgstr "清除(&L)" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 182 +-#: rc.cpp:228 ++#: rc.cpp:219 + #, no-c-format + msgid "Clears this list" + msgstr "清除此列表" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 218 +-#: rc.cpp:234 ++#: rc.cpp:225 + #, no-c-format + msgid "Save &As..." + msgstr "另存为(&A)..." + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 224 +-#: rc.cpp:237 ++#: rc.cpp:228 + #, no-c-format + msgid "Save this blacklist to use with KTorrent IPFilter plugin" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 59 +-#: rc.cpp:252 ++#: rc.cpp:243 + #, no-c-format + msgid "Maximum downloads:" + msgstr "最大任务数:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 86 +-#: rc.cpp:255 ++#: rc.cpp:246 + #, no-c-format + msgid "Maximum seeds:" + msgstr "最大种子数:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 94 +-#: rc.cpp:258 ++#: rc.cpp:249 + #, no-c-format + msgid "Start download on low disk space :" + msgstr "在低剩余空间的磁盘上下载:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 102 +-#: rc.cpp:261 ++#: rc.cpp:252 + #, no-c-format + msgid "Minimum disk space:" + msgstr "最小磁盘空间:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 140 +-#: rc.cpp:264 ++#: rc.cpp:255 + #, no-c-format + msgid "Don't start" + msgstr "不开始" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 145 +-#: rc.cpp:267 ++#: rc.cpp:258 + #, no-c-format + msgid "Always ask" + msgstr "总是询问" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 150 +-#: rc.cpp:270 ++#: rc.cpp:261 + #, no-c-format + msgid "Force start" + msgstr "强行开始" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 208 +-#: rc.cpp:273 ++#: rc.cpp:264 + #, no-c-format + msgid "MB" + msgstr "MB" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 236 +-#: rc.cpp:276 rc.cpp:279 rc.cpp:312 rc.cpp:315 rc.cpp:324 ++#: rc.cpp:267 rc.cpp:270 rc.cpp:303 rc.cpp:306 rc.cpp:315 + #, no-c-format + msgid "(0 is no limit)" + msgstr "(0 为无限制)" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 330 +-#: rc.cpp:285 ++#: rc.cpp:276 + #, no-c-format + msgid "Maximum download rate:" + msgstr "最大下载速率:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 346 +-#: rc.cpp:291 ++#: rc.cpp:282 + #, no-c-format + msgid "Global connection limit:" + msgstr "全局连接限制:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 354 +-#: rc.cpp:294 ++#: rc.cpp:285 + #, no-c-format + msgid "Max seed time:" + msgstr "最大做种时间:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 370 +-#: rc.cpp:297 ++#: rc.cpp:288 + #, no-c-format + msgid "Maximum connections per torrent:" + msgstr "每任务最大连接数:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 397 +-#: rc.cpp:300 ++#: rc.cpp:291 + #, no-c-format + msgid "Number of upload slots:" + msgstr "上传通道数:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 405 +-#: rc.cpp:303 ++#: rc.cpp:294 + #, no-c-format + msgid "UDP tracker port:" + msgstr "UDP Tracker 端口:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 413 +-#: rc.cpp:306 ++#: rc.cpp:297 + #, no-c-format + msgid "Max share ratio:" + msgstr "最大共享率:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 421 +-#: rc.cpp:309 ++#: rc.cpp:300 + #, no-c-format + msgid "Maximum upload rate:" + msgstr "最大上传速率:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 576 +-#: rc.cpp:318 rc.cpp:321 ++#: rc.cpp:309 rc.cpp:312 + #, no-c-format + msgid "KB/sec (0 is no limit)" + msgstr "KB/秒 (0为无限制)" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 651 +-#: rc.cpp:327 ++#: rc.cpp:318 + #, no-c-format + msgid "Hours (0 is no limit)" + msgstr "小时 (0 为无限制)" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 663 +-#: rc.cpp:330 ++#: rc.cpp:321 + #, no-c-format + msgid "&Keep seeding after download is finished" + msgstr "下载完成后保持做种(&K)" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 674 +-#: rc.cpp:333 ++#: rc.cpp:324 + #, no-c-format + msgid "Attention" + msgstr "注意" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 685 +-#: rc.cpp:336 ++#: rc.cpp:327 + #, no-c-format + msgid "" + "The above ports must also be forwarded if you are behind a router. The UPnP " +@@ -1460,283 +1460,283 @@ msgid "" + msgstr "" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 16 +-#: rc.cpp:339 ++#: rc.cpp:330 + #, no-c-format + msgid "KT Queue Dialog" + msgstr "KT 队列对话框" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 69 +-#: rc.cpp:348 rc.cpp:386 rc.cpp:1107 ++#: rc.cpp:339 rc.cpp:372 rc.cpp:1067 + #, no-c-format + msgid "Status:" + msgstr "状态:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 85 +-#: rc.cpp:351 rc.cpp:389 rc.cpp:1808 ++#: rc.cpp:342 rc.cpp:375 rc.cpp:1751 + #, no-c-format + msgid "Tracker:" + msgstr "Tracker:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 93 +-#: rc.cpp:354 rc.cpp:392 rc.cpp:1805 ++#: rc.cpp:345 rc.cpp:378 rc.cpp:1748 + #, no-c-format + msgid "DHT:" + msgstr "DHT:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 109 +-#: rc.cpp:357 rc.cpp:395 rc.cpp:1061 ++#: rc.cpp:348 rc.cpp:381 rc.cpp:1025 + #, no-c-format + msgid "Share ratio:" + msgstr "共享率:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 117 +-#: rc.cpp:360 ++#: rc.cpp:351 + #, no-c-format + msgid "Bytes left:" + msgstr "剩余字节数:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 177 +-#: rc.cpp:368 rc.cpp:377 ++#: rc.cpp:354 rc.cpp:363 + #, no-c-format + msgid "Torrent" + msgstr "Torrent" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 188 +-#: rc.cpp:371 rc.cpp:380 ++#: rc.cpp:357 rc.cpp:366 + #, no-c-format + msgid "Controlled by" + msgstr "控制方式" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 214 +-#: rc.cpp:374 ++#: rc.cpp:360 + #, no-c-format + msgid "Upload&s" + msgstr "上传(&S)" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 333 +-#: rc.cpp:398 ++#: rc.cpp:384 + #, no-c-format + msgid "Uploaded:" + msgstr "已上传:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 486 +-#: rc.cpp:406 ++#: rc.cpp:387 + #, no-c-format + msgid "M&ove up" + msgstr "上移(&O)" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 494 +-#: rc.cpp:409 ++#: rc.cpp:390 + #, no-c-format + msgid "Move dow&n" + msgstr "下移(&N)" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 519 +-#: rc.cpp:412 ++#: rc.cpp:393 + #, no-c-format + msgid "Move to top" + msgstr "移到顶端" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 530 +-#: rc.cpp:416 ++#: rc.cpp:396 + #, no-c-format + msgid "Move to &bottom" + msgstr "移到底端(&B)" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 555 +-#: rc.cpp:419 ++#: rc.cpp:399 + #, no-c-format + msgid "&QM Controlled" + msgstr "队列管理器控制(&Q)" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 563 +-#: rc.cpp:422 ++#: rc.cpp:402 + #, no-c-format + msgid "&User Controlled" + msgstr "用户控制(&U)" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 30 +-#: rc.cpp:434 ++#: rc.cpp:414 + #, no-c-format + msgid "Paste URL" + msgstr "粘贴 URL" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 52 +-#: rc.cpp:437 rc.cpp:1104 rc.cpp:1919 ++#: rc.cpp:417 rc.cpp:1064 rc.cpp:1859 + #, no-c-format + msgid "URL:" + msgstr "URL:" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 106 +-#: rc.cpp:440 ++#: rc.cpp:420 + #, no-c-format + msgid "O&K" + msgstr "确定(&K)" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 114 +-#: rc.cpp:443 rc.cpp:675 rc.cpp:1176 ++#: rc.cpp:423 rc.cpp:653 rc.cpp:1128 + #, no-c-format + msgid "C&ancel" + msgstr "取消(&A)" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 16 +-#: rc.cpp:446 ++#: rc.cpp:426 + #, no-c-format + msgid "Create Torrent" + msgstr "创建 Torrent" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 38 +-#: rc.cpp:449 ++#: rc.cpp:429 + #, no-c-format + msgid "The file or folder of which you want to create a torrent:" + msgstr "您想要创建 torrent 的文件或文件夹:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 53 +-#: rc.cpp:452 ++#: rc.cpp:432 + #, no-c-format + msgid "You must add at least one tracker or node." + msgstr "您必须至少添加一个 tracker 或节点。" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 61 +-#: rc.cpp:455 ++#: rc.cpp:435 + #, no-c-format + msgid "File Options" + msgstr "文件选项" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 80 +-#: rc.cpp:458 ++#: rc.cpp:438 + #, no-c-format + msgid "Size of each chunk:" + msgstr "每块的大小:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 86 +-#: rc.cpp:461 ++#: rc.cpp:441 + #, no-c-format + msgid "32" + msgstr "32" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 91 +-#: rc.cpp:464 ++#: rc.cpp:444 + #, no-c-format + msgid "64" + msgstr "64" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 96 +-#: rc.cpp:467 ++#: rc.cpp:447 + #, no-c-format + msgid "128" + msgstr "128" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 101 +-#: rc.cpp:470 ++#: rc.cpp:450 + #, no-c-format + msgid "256" + msgstr "256" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 106 +-#: rc.cpp:473 ++#: rc.cpp:453 + #, no-c-format + msgid "512" + msgstr "512" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 111 +-#: rc.cpp:476 ++#: rc.cpp:456 + #, no-c-format + msgid "1024" + msgstr "1024" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 116 +-#: rc.cpp:479 ++#: rc.cpp:459 + #, no-c-format + msgid "2048" + msgstr "2048" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 121 +-#: rc.cpp:482 ++#: rc.cpp:462 + #, no-c-format + msgid "4096" + msgstr "4096" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 126 +-#: rc.cpp:485 ++#: rc.cpp:465 + #, no-c-format + msgid "8192" + msgstr "8192" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 138 +-#: rc.cpp:488 rc.cpp:633 ++#: rc.cpp:468 rc.cpp:611 + #, no-c-format + msgid "KB" + msgstr "KB" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 165 +-#: rc.cpp:491 ++#: rc.cpp:471 + #, no-c-format + msgid "Start seedin&g the torrent" + msgstr "开始做种(&G)" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 176 +-#: rc.cpp:494 ++#: rc.cpp:474 + #, no-c-format + msgid "Decentrali&zed (DHT only)" + msgstr "分布式(只对 DHT 网络有效)(&Z)" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 184 +-#: rc.cpp:497 ++#: rc.cpp:477 + #, no-c-format + msgid "Private torrent (DHT not allowed)" + msgstr "私有 torrent(不允许 DHT)" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 202 +-#: rc.cpp:500 ++#: rc.cpp:480 + #, no-c-format + msgid "Comments:" + msgstr "注释:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 248 +-#: rc.cpp:503 ++#: rc.cpp:483 + #, no-c-format + msgid "&Create" + msgstr "创建(&C)" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 262 +-#: rc.cpp:506 rc.cpp:1325 ++#: rc.cpp:486 rc.cpp:1277 + #, no-c-format + msgid "Ca&ncel" + msgstr "取消(&N)" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 275 +-#: plugins/infowidget/infowidgetplugin.cpp:214 rc.cpp:509 rc.cpp:1101 ++#: plugins/infowidget/infowidgetplugin.cpp:214 rc.cpp:489 rc.cpp:1061 + #, no-c-format + msgid "Trackers" + msgstr "Trackers" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 283 +-#: rc.cpp:512 ++#: rc.cpp:492 + #, no-c-format + msgid "DHT nodes" + msgstr "DHT 结点" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 333 +-#: rc.cpp:522 ++#: rc.cpp:501 + #, no-c-format + msgid "Node:" + msgstr "结点:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 385 +-#: rc.cpp:528 ++#: rc.cpp:507 + #, no-c-format + msgid "IP or hostname" + msgstr "IP 或主机名" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 396 +-#: rc.cpp:531 rc.cpp:718 rc.cpp:721 ++#: rc.cpp:510 rc.cpp:695 rc.cpp:698 + #, no-c-format + msgid "Port" + msgstr "端口" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 437 +-#: rc.cpp:534 ++#: rc.cpp:513 + #, no-c-format + msgid "" + "NOTE: Some known good DHT nodes are already inserted. You should probably " +@@ -1744,19 +1744,19 @@ msgid "" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 16 +-#: rc.cpp:537 ++#: rc.cpp:516 + #, no-c-format + msgid "Advanced Preferences" + msgstr "高级首选项" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 46 +-#: rc.cpp:543 ++#: rc.cpp:522 + #, no-c-format + msgid "Time left estimation algorithm:" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 53 +-#: rc.cpp:546 rc.cpp:568 ++#: rc.cpp:525 rc.cpp:547 + #, no-c-format + msgid "" + "KTorrent algorithm: Default algorithm using combination of other " +@@ -1772,427 +1772,427 @@ msgid "" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 64 +-#: rc.cpp:556 ++#: rc.cpp:535 + #, no-c-format + msgid "Current speed" + msgstr "当前速度" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 69 +-#: rc.cpp:559 ++#: rc.cpp:538 + #, no-c-format + msgid "Global average speed" + msgstr "全局平均速度" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 74 +-#: rc.cpp:562 ++#: rc.cpp:541 + #, no-c-format + msgid "Window of X" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 79 +-#: rc.cpp:565 ++#: rc.cpp:544 + #, no-c-format + msgid "Moving average" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 98 +-#: rc.cpp:575 ++#: rc.cpp:554 + #, no-c-format + msgid "(takes effect after restart)" + msgstr "(重新启动程序后生效)" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 125 +-#: rc.cpp:578 ++#: rc.cpp:557 + #, no-c-format + msgid "Disa&ble diskspace preallocation" + msgstr "禁用磁盘空间预分配(&B)" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 141 +-#: rc.cpp:581 ++#: rc.cpp:560 + #, no-c-format + msgid "F&ully preallocate diskspace (avoids fragmentation)" + msgstr "预分配全部磁盘空间(可避免碎片)(&U)" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 147 +-#: rc.cpp:584 ++#: rc.cpp:563 + #, no-c-format + msgid "Basic (slow)" + msgstr "基本(较慢)" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 152 +-#: rc.cpp:587 ++#: rc.cpp:566 + #, no-c-format + msgid "Filesystem specific" + msgstr "文件系统特定" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 174 +-#: rc.cpp:590 ++#: rc.cpp:569 + #, no-c-format + msgid "Performance" + msgstr "性能" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 193 +-#: rc.cpp:593 ++#: rc.cpp:572 + #, no-c-format + msgid "Memory usage:" + msgstr "内存占用:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 199 +-#: rc.cpp:596 ++#: rc.cpp:575 + #, no-c-format + msgid "Low" + msgstr "低" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 204 +-#: rc.cpp:599 ++#: rc.cpp:578 + #, no-c-format + msgid "Medium" + msgstr "中" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 209 +-#: rc.cpp:602 ++#: rc.cpp:581 + #, no-c-format + msgid "High" + msgstr "高" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 248 +-#: rc.cpp:605 ++#: rc.cpp:584 + #, no-c-format + msgid "GUI update interval:" + msgstr "界面更新间隔:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 254 +-#: rc.cpp:608 ++#: rc.cpp:587 + #, no-c-format + msgid "500ms" + msgstr "500 毫秒" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 259 +-#: rc.cpp:611 ++#: rc.cpp:590 + #, no-c-format + msgid "1s" + msgstr "1 秒" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 264 +-#: rc.cpp:614 ++#: rc.cpp:593 + #, no-c-format + msgid "2s" + msgstr "2 秒" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 269 +-#: rc.cpp:617 ++#: rc.cpp:596 + #, no-c-format + msgid "5s" + msgstr "5 秒" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 308 +-#: rc.cpp:620 ++#: rc.cpp:599 + #, no-c-format + msgid "Fast CPU" + msgstr "快速 CPU" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 342 +-#: rc.cpp:624 ++#: rc.cpp:602 + #, no-c-format + msgid "Slow CPU" + msgstr "慢速 CPU" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 354 +-#: rc.cpp:627 ++#: rc.cpp:605 + #, no-c-format + msgid "Data Checking" + msgstr "数据检查" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 373 +-#: rc.cpp:630 ++#: rc.cpp:608 + #, no-c-format + msgid "During uploading, do ¬ recheck chunks bigger than" + msgstr "在上传期间,对大于以下尺寸的块不重新检查(&N) " + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 430 +-#: rc.cpp:636 ++#: rc.cpp:614 + #, no-c-format + msgid "Do a data integrit&y check after" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 449 +-#: rc.cpp:639 ++#: rc.cpp:617 + #, no-c-format + msgid "corrupted chunks" + msgstr "损坏的块" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 478 +-#: rc.cpp:642 ++#: rc.cpp:620 + #, no-c-format + msgid "Networking" + msgstr "联网" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 505 +-#: rc.cpp:645 ++#: rc.cpp:623 + #, no-c-format + msgid "Maximum number of connection setups:" + msgstr "最大连接数:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 527 +-#: rc.cpp:648 ++#: rc.cpp:626 + #, no-c-format + msgid "DSCP for IP packets:" + msgstr "IP 数据包的 DSCP:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 570 +-#: rc.cpp:651 ++#: rc.cpp:629 + #, no-c-format + msgid "Do not use the KDE pro&xy settings for HTTP tracker connections" + msgstr "HTTP tracker 连接时不使用 KDE 的代理设置(&X)" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 586 +-#: rc.cpp:654 ++#: rc.cpp:632 + #, no-c-format + msgid "HTTP tracker proxy:" + msgstr "HTTP Tracker 端口:" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 24 +-#: rc.cpp:657 ++#: rc.cpp:635 + #, no-c-format + msgid "Scanning data" + msgstr "扫描数据" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 38 +-#: rc.cpp:660 ++#: rc.cpp:638 + #, no-c-format + msgid "Scanning data of torrent :" + msgstr "正在扫描种子数据:" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 62 +-#: rc.cpp:663 ++#: rc.cpp:641 + #, no-c-format + msgid "Number of chunks found :" + msgstr "找到的块数量:" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 70 +-#: rc.cpp:666 ++#: rc.cpp:644 + #, no-c-format + msgid "Number of chunks failed / not downloaded :" + msgstr "失败/未下载的块数量:" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 97 +-#: rc.cpp:669 rc.cpp:672 ++#: rc.cpp:647 rc.cpp:650 + #, no-c-format + msgid "0" + msgstr "0" + + #. i18n: file ./apps/ktupnptest/mainwidget.ui line 54 +-#: rc.cpp:678 ++#: rc.cpp:656 + #, no-c-format + msgid "Test" + msgstr "测试" + + #. i18n: file ./libktorrent/labelviewitembase.ui line 49 +-#: rc.cpp:685 ++#: rc.cpp:662 + #, no-c-format + msgid "textLabel2" + msgstr "textLabel2" + + #. i18n: file ./libktorrent/labelviewitembase.ui line 65 +-#: rc.cpp:688 ++#: rc.cpp:665 + #, no-c-format + msgid "textLabel3" + msgstr "textLabel3" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 10 +-#: rc.cpp:691 ++#: rc.cpp:668 + #, no-c-format + msgid "Maximum number of downloads (0 = no limit)" + msgstr "下载的最大任务数(0为无限制)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 15 +-#: rc.cpp:694 ++#: rc.cpp:671 + #, no-c-format + msgid "Maximum number of seeds (0 = no limit)" + msgstr "种子的最大任务数(0为无限制)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 20 +-#: rc.cpp:697 ++#: rc.cpp:674 + #, no-c-format + msgid "Start downloads on low disk space?" + msgstr "在低剩余空间的磁盘上下载吗?" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 24 +-#: rc.cpp:700 ++#: rc.cpp:677 + #, no-c-format + msgid "Maximum number of connections per torrent (0 = no limit)" + msgstr "每个下载任务的最大连接数(0为无限制)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 29 +-#: rc.cpp:703 ++#: rc.cpp:680 + #, no-c-format + msgid "Maximum number of connections for all torrents (0 = no limit) " + msgstr "所有下载任务的最大连接数(0为无限制)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 34 +-#: rc.cpp:706 ++#: rc.cpp:683 + #, no-c-format + msgid "Maximum upload speed in KB/sec (0 = no limit)" + msgstr "最大上传速度(KB/秒)(0为无限制)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 39 +-#: rc.cpp:709 ++#: rc.cpp:686 + #, no-c-format + msgid "Maximum download speed in KB/sec (0 = no limit)" + msgstr "最大下载速度(KB/秒)(0为无限制)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 44 +-#: rc.cpp:712 ++#: rc.cpp:689 + #, no-c-format + msgid "Maximum share ratio(0 = no limit)" + msgstr "最大共享率(0 代表无限制)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 49 +-#: rc.cpp:715 ++#: rc.cpp:692 + #, no-c-format + msgid "Maximum seed time in hours (0 = no limit)" + msgstr "最大共享率(按小时计,0 代表无限制)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 66 +-#: rc.cpp:724 ++#: rc.cpp:701 + #, no-c-format + msgid "Show a system tray icon" + msgstr "显示系统托盘图标" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 70 +-#: rc.cpp:727 ++#: rc.cpp:704 + #, no-c-format + msgid "Show speed bar in tray icon" + msgstr "在托盘图标中显示速度栏" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 74 +-#: rc.cpp:730 ++#: rc.cpp:707 + #, no-c-format + msgid "Download bandwidth (in kb/s):" + msgstr "下载带宽(kb/秒):" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 80 +-#: rc.cpp:733 ++#: rc.cpp:710 + #, no-c-format + msgid "Upload bandwidth (in kb/s):" + msgstr "上传带宽(kb/秒):" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 86 +-#: rc.cpp:736 ++#: rc.cpp:713 + #, no-c-format + msgid "Show popup messages when torrent is finished." + msgstr "下载任务完成时显示弹出消息。" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 90 +-#: rc.cpp:739 ++#: rc.cpp:716 + #, no-c-format + msgid "Keep seeding after download has finished" + msgstr "在下载完成后保持做种" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 94 +-#: rc.cpp:742 ++#: rc.cpp:719 + #, no-c-format + msgid "Folder to store temporary files" + msgstr "保存临时文件的文件夹" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 98 +-#: rc.cpp:745 ++#: rc.cpp:722 + #, no-c-format + msgid "Whether to automatically save downloads to saveDir" + msgstr "是否将下载自动保存到 saveDir" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 102 +-#: rc.cpp:748 ++#: rc.cpp:725 + #, no-c-format + msgid "Folder to store downloaded files" + msgstr "保存下载文件的文件夹" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 106 +-#: rc.cpp:751 ++#: rc.cpp:728 + #, no-c-format + msgid "Whether to automatically move completed downloads to completedDir" + msgstr "是否将已完成的下载自动移动到 completedDir" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 110 +-#: rc.cpp:754 ++#: rc.cpp:731 + #, no-c-format + msgid "Folder to move completed downloaded files to" + msgstr "已完成的下载移动到" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 114 +-#: rc.cpp:757 ++#: rc.cpp:734 + #, no-c-format + msgid "Whether to automatically copy .torrent files to torrentCopyDir" + msgstr "是否将 .torrent 文件自动复制到 torrentCopyDir" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 118 +-#: rc.cpp:760 ++#: rc.cpp:737 + #, no-c-format + msgid "Folder to copy .torrent files to" + msgstr ".torrent 文件复制到" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 122 +-#: rc.cpp:763 ++#: rc.cpp:740 + #, no-c-format + msgid "Whether to use a custom IP to pass to the tracker" + msgstr "是否将自定义 IP 传递给 tracker" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 126 +-#: rc.cpp:766 ++#: rc.cpp:743 + #, no-c-format + msgid "Directory which was used as the last save directory" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 130 +-#: rc.cpp:769 ++#: rc.cpp:746 + #, no-c-format + msgid "IP to pass to the tracker" + msgstr "传递给 tracker 的 IP" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 134 +-#: rc.cpp:772 ++#: rc.cpp:749 + #, no-c-format + msgid "Memory usage" + msgstr "内存占用" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 138 +-#: rc.cpp:775 ++#: rc.cpp:752 + #, no-c-format + msgid "GUI update interval" + msgstr "界面更新间隔" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 142 +-#: rc.cpp:778 ++#: rc.cpp:755 + #, no-c-format + msgid "Support for DHT" + msgstr "支持 DHT" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 146 +-#: rc.cpp:781 ++#: rc.cpp:758 + #, no-c-format + msgid "DHT port" + msgstr "DHT 端口" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 152 +-#: rc.cpp:784 ++#: rc.cpp:761 + #, no-c-format + msgid "Number of upload slots" + msgstr "上传通道数" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 196 +-#: rc.cpp:793 ++#: rc.cpp:770 + #, no-c-format + msgid "Columns shown in KTorrentView" + msgstr "KTorrent 视图要显示的列" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 205 +-#: rc.cpp:796 ++#: rc.cpp:773 + #, no-c-format + msgid "ET algorithm" + msgstr "ET 算法" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 227 +-#: rc.cpp:799 ++#: rc.cpp:776 + #, no-c-format + msgid "" + "When there's no space left to complete download and free diskspace is less than " +@@ -2200,602 +2200,602 @@ msgid "" + msgstr "" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 16 +-#: rc.cpp:802 ++#: rc.cpp:779 + #, no-c-format + msgid "Plugin Manager" + msgstr "插件管理器" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 48 +-#: rc.cpp:805 ++#: rc.cpp:782 + #, no-c-format + msgid "Load" + msgstr "装入" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 56 +-#: rc.cpp:808 ++#: rc.cpp:785 + #, no-c-format + msgid "U&nload" + msgstr "卸载(&N)" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 64 +-#: rc.cpp:811 ++#: rc.cpp:788 + #, no-c-format + msgid "Load &All" + msgstr "全部装入(&A)" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 72 +-#: rc.cpp:814 ++#: rc.cpp:791 + #, no-c-format + msgid "&Unload All" + msgstr "全部卸载(&U)" + + #. i18n: file ./plugins/upnp/ktupnpplugin.kcfg line 10 +-#: rc.cpp:817 ++#: rc.cpp:794 + #, no-c-format + msgid "Default UPnP device to use" + msgstr "要使用的默认的 UPnP 设备" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 16 +-#: plugins/upnp/upnpplugin.cpp:46 plugins/upnp/upnpprefpage.cpp:31 rc.cpp:820 ++#: plugins/upnp/upnpplugin.cpp:46 plugins/upnp/upnpprefpage.cpp:31 rc.cpp:797 + #, no-c-format + msgid "UPnP" + msgstr "UPnP" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 35 +-#: rc.cpp:823 ++#: rc.cpp:800 + #, no-c-format + msgid "Detected devices:" + msgstr "检测到的设备:" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 41 +-#: rc.cpp:826 ++#: rc.cpp:803 + #, no-c-format + msgid "Device" + msgstr "设备" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 52 +-#: rc.cpp:829 ++#: rc.cpp:806 + #, no-c-format + msgid "Ports Forwarded" + msgstr "转发的端口" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 63 +-#: rc.cpp:832 ++#: rc.cpp:809 + #, no-c-format + msgid "WAN Connection" + msgstr "WAN 连接" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 91 +-#: rc.cpp:835 ++#: rc.cpp:812 + #, no-c-format + msgid "Forw&ard Ports" + msgstr "转发端口(&A)" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 99 +-#: rc.cpp:838 ++#: rc.cpp:815 + #, no-c-format + msgid "Undo Port Forwarding" + msgstr "撤消端口转发" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 124 +-#: rc.cpp:841 ++#: rc.cpp:818 + #, no-c-format + msgid "Rescan" + msgstr "重新扫描" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 9 +-#: rc.cpp:844 ++#: rc.cpp:821 + #, no-c-format + msgid "Enable scanning of folder1?" + msgstr "允许扫描文件夹1?" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 14 +-#: rc.cpp:847 ++#: rc.cpp:824 + #, no-c-format + msgid "Enable scanning of folder2?" + msgstr "允许扫描文件夹2?" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 19 +-#: rc.cpp:850 ++#: rc.cpp:827 + #, no-c-format + msgid "Enable scanning of folder3?" + msgstr "允许扫描文件夹3?" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 24 +-#: rc.cpp:853 ++#: rc.cpp:830 + #, no-c-format + msgid "Folder1 path" + msgstr "文件夹1路径" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 29 +-#: rc.cpp:856 ++#: rc.cpp:833 + #, no-c-format + msgid "Folder2 path" + msgstr "文件夹2路径" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 34 +-#: rc.cpp:859 ++#: rc.cpp:836 + #, no-c-format + msgid "Folder3 path" + msgstr "文件夹3路径" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 39 +-#: rc.cpp:862 ++#: rc.cpp:839 + #, no-c-format + msgid "Whether to open torrent silently or not." + msgstr "是否以静默方式打开 torrent。" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 44 +-#: rc.cpp:865 ++#: rc.cpp:842 + #, no-c-format + msgid "Delete action checked." + msgstr "选中了删除动作。" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 49 +-#: rc.cpp:868 ++#: rc.cpp:845 + #, no-c-format + msgid "Move action checked." + msgstr "选中了移动动作。" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 16 +-#: rc.cpp:871 ++#: rc.cpp:848 + #, no-c-format + msgid "ScanFolder Preferences" + msgstr "扫描文件夹首选项" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 35 +-#: rc.cpp:874 ++#: rc.cpp:851 + #, no-c-format + msgid "Scan folder &1" + msgstr "扫描文件夹 &1" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 38 +-#: rc.cpp:877 rc.cpp:1480 ++#: rc.cpp:854 rc.cpp:1424 + #, no-c-format + msgid "Alt+1" + msgstr "Alt+1" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 46 +-#: rc.cpp:880 ++#: rc.cpp:857 + #, no-c-format + msgid "Scan folder &2" + msgstr "扫描文件夹 &2" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 49 +-#: rc.cpp:883 rc.cpp:1471 rc.cpp:1495 ++#: rc.cpp:860 rc.cpp:1415 rc.cpp:1439 + #, no-c-format + msgid "Alt+2" + msgstr "Alt+2" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 57 +-#: rc.cpp:886 ++#: rc.cpp:863 + #, no-c-format + msgid "Scan folder &3" + msgstr "扫描文件夹 &3" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 60 +-#: rc.cpp:889 rc.cpp:1465 ++#: rc.cpp:866 rc.cpp:1409 + #, no-c-format + msgid "Alt+3" + msgstr "Alt+3" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 81 +-#: rc.cpp:895 ++#: rc.cpp:872 + #, no-c-format + msgid "Move to \"loaded\" directory &after loading" + msgstr "装入后移动到“已装入”目录(&A)" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 84 +-#: rc.cpp:898 ++#: rc.cpp:875 + #, no-c-format + msgid "Move torrent to \"loaded\" directory after loading it" + msgstr "" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 92 +-#: rc.cpp:901 ++#: rc.cpp:878 + #, no-c-format + msgid "Open torrents silentl&y" + msgstr "以静默方式打开 torrent(&Y)" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 95 +-#: rc.cpp:904 ++#: rc.cpp:881 + #, no-c-format + msgid "Do not show 'Select files to download' dialog" + msgstr "不显示“选择要下载的文件”对话框" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 103 +-#: rc.cpp:907 ++#: rc.cpp:884 + #, no-c-format + msgid "Delete after loadin&g" + msgstr "装入后删除(&G)" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 106 +-#: rc.cpp:910 ++#: rc.cpp:887 + #, no-c-format + msgid "Deletes torrent after loading" + msgstr "装入后删除 torrent" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 116 +-#: rc.cpp:913 ++#: rc.cpp:890 + #, no-c-format + msgid "Folders to scan" + msgstr "要扫描的文件夹" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 151 +-#: rc.cpp:916 ++#: rc.cpp:893 + #, no-c-format + msgid "Folder 1:" + msgstr "文件夹 1:" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 162 +-#: rc.cpp:919 ++#: rc.cpp:896 + #, no-c-format + msgid "Folder 2:" + msgstr "文件夹 2:" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 173 +-#: rc.cpp:922 ++#: rc.cpp:899 + #, no-c-format + msgid "Folder 3:" + msgstr "文件夹 3:" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 30 +-#: rc.cpp:925 rc.cpp:1895 ++#: rc.cpp:902 rc.cpp:1838 + #, no-c-format + msgid "Search Preferences" + msgstr "搜索首选项" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 41 +-#: rc.cpp:928 ++#: rc.cpp:905 + #, no-c-format + msgid "Web Server" + msgstr "Web 服务器" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 82 +-#: rc.cpp:934 ++#: rc.cpp:911 + #, no-c-format + msgid "Forward port" + msgstr "转发端口" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 107 +-#: rc.cpp:937 ++#: rc.cpp:914 + #, no-c-format + msgid "Session TTL (in sec):" + msgstr "会话 TTL(秒):" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 142 +-#: rc.cpp:940 ++#: rc.cpp:917 + #, no-c-format + msgid "Select interface:" + msgstr "选择接口:" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 173 +-#: rc.cpp:943 ++#: rc.cpp:920 + #, no-c-format + msgid "Username:" + msgstr "用户名:" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 188 +-#: rc.cpp:946 ++#: rc.cpp:923 + #, no-c-format + msgid "Change password ..." + msgstr "更改密码..." + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 206 +-#: rc.cpp:949 ++#: rc.cpp:926 + #, no-c-format + msgid "Php executable path:" + msgstr "PHP 可执行文件路径:" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 10 +-#: rc.cpp:953 ++#: rc.cpp:929 + #, no-c-format + msgid "Port number" + msgstr "端口号" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 15 +-#: rc.cpp:956 ++#: rc.cpp:932 + #, no-c-format + msgid "forward Port" + msgstr "转发端口" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 20 +-#: rc.cpp:959 ++#: rc.cpp:935 + #, no-c-format + msgid "Session time to live" + msgstr "会话生存时间" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 24 +-#: rc.cpp:962 ++#: rc.cpp:938 + #, no-c-format + msgid "interface skin" + msgstr "界面皮肤" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 28 +-#: rc.cpp:965 ++#: rc.cpp:941 + #, no-c-format + msgid "php executable path" + msgstr "PHP 可执行文件路径" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 33 +-#: rc.cpp:968 ++#: rc.cpp:944 + #, no-c-format + msgid "username" + msgstr "用户名" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 37 +-#: rc.cpp:971 ++#: rc.cpp:947 + #, no-c-format + msgid "password" + msgstr "密码" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 16 +-#: plugins/infowidget/infowidgetplugin.cpp:194 rc.cpp:974 rc.cpp:1046 ++#: plugins/infowidget/infowidgetplugin.cpp:194 rc.cpp:950 rc.cpp:1010 + #, no-c-format + msgid "Chunks" + msgstr "块" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 43 +-#: rc.cpp:977 ++#: rc.cpp:953 + #, no-c-format + msgid "Total:" + msgstr "总共:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 81 +-#: rc.cpp:981 ++#: rc.cpp:956 + #, no-c-format + msgid "Currently downloading:" + msgstr "当前正在下载:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 119 +-#: rc.cpp:985 ++#: rc.cpp:959 + #, no-c-format + msgid "Downloaded:" + msgstr "已下载:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 157 +-#: rc.cpp:989 ++#: rc.cpp:962 + #, no-c-format + msgid "Excluded:" + msgstr "已排除:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 195 +-#: rc.cpp:993 ++#: rc.cpp:965 + #, no-c-format + msgid "Left:" + msgstr "剩余:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 233 +-#: rc.cpp:997 ++#: rc.cpp:968 + #, no-c-format + msgid "Size:" + msgstr "大小:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 280 +-#: rc.cpp:1001 ++#: rc.cpp:971 + #, no-c-format + msgid "Chunk" + msgstr "块" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 291 +-#: rc.cpp:1004 ++#: rc.cpp:974 + #, no-c-format + msgid "Progress" + msgstr "进度" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 302 +-#: rc.cpp:1007 ++#: rc.cpp:977 + #, no-c-format + msgid "Peer" + msgstr "下载者" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 324 +-#: rc.cpp:1013 ++#: rc.cpp:983 + #, no-c-format + msgid "Assigned Peers" + msgstr "指派的下载者" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 63 +-#: rc.cpp:1022 ++#: rc.cpp:992 + #, no-c-format + msgid "Seeders:" + msgstr "种子:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 71 +-#: rc.cpp:1025 ++#: rc.cpp:995 + #, no-c-format + msgid "Leechers:" + msgstr "下载者:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 129 +-#: rc.cpp:1030 ++#: rc.cpp:998 + #, no-c-format + msgid "Average Down Speed:" + msgstr "平均下载速度:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 177 +-#: rc.cpp:1035 ++#: rc.cpp:1001 + #, no-c-format + msgid "Average Up Speed:" + msgstr "平均上传速度:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 195 +-#: rc.cpp:1038 rc.cpp:1111 ++#: rc.cpp:1004 rc.cpp:1070 + #, no-c-format + msgid "Next update in:" + msgstr "下次更新于:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 203 +-#: rc.cpp:1041 ++#: rc.cpp:1007 + #, no-c-format + msgid "Tracker Status:" + msgstr "Tracker 状态:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 332 +-#: rc.cpp:1049 ++#: rc.cpp:1013 + #, no-c-format + msgid "Parts of the torrent which have been downloaded:" + msgstr "这个 torrent 已经下载的部分:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 367 +-#: rc.cpp:1052 ++#: rc.cpp:1016 + #, no-c-format + msgid "Parts of the torrent which are available:" + msgstr "这个 torrent 可用的部分:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 457 +-#: rc.cpp:1055 ++#: rc.cpp:1019 + #, no-c-format + msgid "Sharing" + msgstr "分享" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 487 +-#: rc.cpp:1058 ++#: rc.cpp:1022 + #, no-c-format + msgid "" + "Your upload will stop when share ratio gets to this value. Zero means no limit." + msgstr "您的上传会在达到指定分享比率后自动停止。0 代表无限制。" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 525 +-#: rc.cpp:1064 ++#: rc.cpp:1028 + #, no-c-format + msgid "Your upload will stop when you have uploaded for this many hours." + msgstr "您的上传会在指定小时数后自动停止。" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 533 +-#: rc.cpp:1067 ++#: rc.cpp:1031 + #, no-c-format + msgid "Hours" + msgstr "小时" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 543 +-#: rc.cpp:1070 ++#: rc.cpp:1034 + #, no-c-format + msgid "Ratio limit:" + msgstr "比率限制:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 549 +-#: rc.cpp:1074 ++#: rc.cpp:1037 + #, no-c-format + msgid "Limit works only in seed mode" + msgstr "限制只在种子模式中有效" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 557 +-#: rc.cpp:1077 ++#: rc.cpp:1040 + #, no-c-format + msgid "Time &limit:" + msgstr "时间限制(&L)" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 37 +-#: rc.cpp:1081 ++#: rc.cpp:1043 + #, no-c-format + msgid "&Update Tracker" + msgstr "更新 tracker(&U)" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 40 +-#: rc.cpp:1084 ++#: rc.cpp:1046 + #, no-c-format + msgid "Minimum update interval - 60 seconds" + msgstr "最小更新间隔 - 60 秒" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 48 +-#: rc.cpp:1087 ++#: rc.cpp:1049 + #, no-c-format + msgid "Add Trac&ker" + msgstr "添加 tracker(&K)" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 64 +-#: rc.cpp:1090 ++#: rc.cpp:1052 + #, no-c-format + msgid "Remove Tracker" + msgstr "删除 Tracker" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 75 +-#: rc.cpp:1094 ++#: rc.cpp:1055 + #, no-c-format + msgid "Ch&ange Tracker" + msgstr "更改 tracker(&A)" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 100 +-#: rc.cpp:1097 ++#: rc.cpp:1058 + #, no-c-format + msgid "Restore Defaults" + msgstr "恢复默认值" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 10 +-#: rc.cpp:1115 ++#: rc.cpp:1073 + #, no-c-format + msgid "Show peer view tab in main window" + msgstr "在主窗口中显示下载者查看标签" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 14 +-#: rc.cpp:1118 ++#: rc.cpp:1076 + #, no-c-format + msgid "Show chunk download view tab in main window" + msgstr "在主窗口中显示块下载查看标签" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 18 +-#: rc.cpp:1121 ++#: rc.cpp:1079 + #, no-c-format + msgid "Show trackers view tab in main window" + msgstr "在主窗口中显示 trackers 查看标签" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 24 +-#: rc.cpp:1124 ++#: rc.cpp:1082 + #, no-c-format + msgid "Show list of peers" + msgstr "显示下载者列表" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 35 +-#: rc.cpp:1128 ++#: rc.cpp:1085 + #, no-c-format + msgid "Show list of chunks currentl&y downloading" + msgstr "显示当前正在下载的块列表(&Y)" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 60 +-#: rc.cpp:1131 ++#: rc.cpp:1088 + #, no-c-format + msgid "Show list of trackers" + msgstr "显示 tracker 列表" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 16 +-#: rc.cpp:1135 ++#: rc.cpp:1091 + #, no-c-format + msgid "IPBlocking Preferences" + msgstr "IP 屏蔽首选项" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 47 +-#: rc.cpp:1138 ++#: rc.cpp:1094 + #, fuzzy, no-c-format + msgid "Select PeerGuardian Filter File " + msgstr "使用 KTorrent 过滤器吗?" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 58 +-#: rc.cpp:1141 ++#: rc.cpp:1097 + #, fuzzy, no-c-format + msgid "Use PeerGuardian filter?" + msgstr "使用 KTorrent 过滤器吗?" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 77 +-#: rc.cpp:1145 ++#: rc.cpp:1100 + #, no-c-format + msgid "IP filter file:" + msgstr "IP 过滤器文件:" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 85 +-#: rc.cpp:1148 ++#: rc.cpp:1103 + #, no-c-format + msgid "http://www.bluetack.co.uk/modules.php?name=Downloads&d_op=getit&lid=8" + msgstr "http://www.bluetack.co.uk/modules.php?name=Downloads&d_op=getit&lid=8" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 123 +-#: rc.cpp:1151 ++#: rc.cpp:1106 + #, no-c-format + msgid "Dow&nload/Convert" + msgstr "下载/转换(&N)" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 134 +-#: rc.cpp:1154 ++#: rc.cpp:1109 + #, no-c-format + msgid "" + "Download PeerGuardian filter from bluetack.co.uk or blocklist.org.\n" +@@ -2803,25 +2803,25 @@ msgid "" + msgstr "" + + #. i18n: file ./plugins/ipfilter/ktipfilterplugin.kcfg line 10 +-#: rc.cpp:1159 ++#: rc.cpp:1113 + #, no-c-format + msgid "Level1 filter url" + msgstr "一级过滤器 URL" + + #. i18n: file ./plugins/ipfilter/ktipfilterplugin.kcfg line 14 +-#: rc.cpp:1162 ++#: rc.cpp:1116 + #, no-c-format + msgid "Use level1 filter?" + msgstr "使用一级过滤器吗?" + + #. i18n: file ./plugins/ipfilter/convert_dlg.ui line 24 +-#: plugins/ipfilter/convertdialog.cpp:155 rc.cpp:1165 ++#: plugins/ipfilter/convertdialog.cpp:155 rc.cpp:1119 + #, no-c-format + msgid "Converting..." + msgstr "正在转换..." + + #. i18n: file ./plugins/ipfilter/convert_dlg.ui line 41 +-#: rc.cpp:1168 ++#: rc.cpp:1122 + #, no-c-format + msgid "" + "Click on the 'convert' button to start converting antip2p file. NOTE: This " +@@ -2830,61 +2830,61 @@ msgid "" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 27 +-#: rc.cpp:1179 ++#: rc.cpp:1131 + #, no-c-format + msgid "Update" + msgstr "更新" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 46 +-#: rc.cpp:1182 rc.cpp:1268 ++#: rc.cpp:1134 rc.cpp:1220 + #, no-c-format + msgid "Update charts every" + msgstr "图表更新间隔" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 71 +-#: rc.cpp:1185 ++#: rc.cpp:1137 + #, no-c-format + msgid "GUI updates" + msgstr "界面更新间隔" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 92 +-#: rc.cpp:1188 rc.cpp:1271 ++#: rc.cpp:1140 rc.cpp:1223 + #, no-c-format + msgid "Gather data every" + msgstr "数据收集间隔" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 120 +-#: rc.cpp:1191 ++#: rc.cpp:1143 + #, no-c-format + msgid "miliseconds" + msgstr "毫秒" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 135 +-#: rc.cpp:1194 ++#: rc.cpp:1146 + #, no-c-format + msgid "Maximum" + msgstr "最大" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 154 +-#: rc.cpp:1197 ++#: rc.cpp:1149 + #, no-c-format + msgid "Maximum speed scale mode:" + msgstr "最大速度刻度:" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 165 +-#: rc.cpp:1203 ++#: rc.cpp:1155 + #, no-c-format + msgid "Exact" + msgstr "精确" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 175 +-#: rc.cpp:1206 ++#: rc.cpp:1158 + #, no-c-format + msgid "See 'What's this' for more help" + msgstr "查看“这是什么”获取更多帮助" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 180 +-#: rc.cpp:1209 ++#: rc.cpp:1161 + #, no-c-format + msgid "" + "Set maximum value on OY scale as:\n" +@@ -2893,847 +2893,847 @@ msgid "" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 192 +-#: rc.cpp:1214 rc.cpp:1247 ++#: rc.cpp:1166 rc.cpp:1199 + #, no-c-format + msgid "Peers speed" + msgstr "对等点速度" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 211 +-#: rc.cpp:1217 ++#: rc.cpp:1169 + #, no-c-format + msgid "Peers speed:" + msgstr "对等点速度:" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 222 +-#: rc.cpp:1220 ++#: rc.cpp:1172 + #, no-c-format + msgid "update every" + msgstr "更新间隔" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 244 +-#: rc.cpp:1223 ++#: rc.cpp:1175 + #, no-c-format + msgid "chart data updates" + msgstr "图表数据更新" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 254 +-#: rc.cpp:1226 ++#: rc.cpp:1178 + #, no-c-format + msgid "Gathering data about many connected peers can be CPU consuming." + msgstr "收集大量连接点的数据时会导致较大的 CPU 开销。" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 267 +-#: rc.cpp:1229 ++#: rc.cpp:1181 + #, no-c-format + msgid "Peers connections" + msgstr "对等点连接" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 270 +-#: rc.cpp:1232 ++#: rc.cpp:1184 + #, no-c-format + msgid "Large values can obscure charts of connected peers" + msgstr "过大的连接点值会使图表变得模糊" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 289 +-#: rc.cpp:1235 ++#: rc.cpp:1187 + #, no-c-format + msgid "Show seeders in swarms" + msgstr "显示群集中的吸血虫" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 297 +-#: rc.cpp:1238 ++#: rc.cpp:1190 + #, no-c-format + msgid "Show leechers in swarms" + msgstr "显示群集中吸血虫" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 309 +-#: rc.cpp:1241 ++#: rc.cpp:1193 + #, no-c-format + msgid "Measurements count" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 392 +-#: rc.cpp:1250 rc.cpp:1265 ++#: rc.cpp:1202 rc.cpp:1217 + #, no-c-format + msgid "Upload" + msgstr "上传" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 424 +-#: rc.cpp:1253 ++#: rc.cpp:1205 + #, no-c-format + msgid "Connections" + msgstr "连接" + + #. i18n: file ./plugins/stats/statsspdwgt.ui line 40 +-#: plugins/infowidget/infowidgetplugin.cpp:173 rc.cpp:1262 rc.cpp:1304 ++#: plugins/infowidget/infowidgetplugin.cpp:173 rc.cpp:1214 rc.cpp:1256 + #, no-c-format + msgid "Peers" + msgstr "下载者" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 18 +-#: rc.cpp:1274 ++#: rc.cpp:1226 + #, no-c-format + msgid "Toggle peers speed charts" + msgstr "切换对等点速度图表" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 22 +-#: rc.cpp:1277 ++#: rc.cpp:1229 + #, no-c-format + msgid "Interval between getting data about peers speed" + msgstr "获取对等点连接速度数据的间隔" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 26 +-#: rc.cpp:1280 ++#: rc.cpp:1232 + #, no-c-format + msgid "Toggle drawing of leechers in swarms" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 30 +-#: rc.cpp:1283 ++#: rc.cpp:1235 + #, no-c-format + msgid "Toggle drawing of seeders in swarms" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 35 +-#: rc.cpp:1286 ++#: rc.cpp:1238 + #, fuzzy, no-c-format + msgid "Download mesurments count" + msgstr "下载 Torrent" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 39 +-#: rc.cpp:1289 ++#: rc.cpp:1241 + #, no-c-format + msgid "Peers speed mesurments count" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 43 +-#: rc.cpp:1292 ++#: rc.cpp:1244 + #, no-c-format + msgid "Upload mesurments count" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 47 +-#: rc.cpp:1295 ++#: rc.cpp:1247 + #, no-c-format + msgid "Connections mesurments count" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 51 +-#: rc.cpp:1298 ++#: rc.cpp:1250 + #, no-c-format + msgid "DHT mesurments count" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 56 +-#: rc.cpp:1301 ++#: rc.cpp:1253 + #, no-c-format + msgid "OY axis max mode" + msgstr "" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 16 +-#: rc.cpp:1310 ++#: rc.cpp:1262 + #, no-c-format + msgid "Import an existing download" + msgstr "导入已有的下载" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 49 +-#: rc.cpp:1313 ++#: rc.cpp:1265 + #, no-c-format + msgid "Torrent:" + msgstr "Torrent:" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 63 +-#: rc.cpp:1316 ++#: rc.cpp:1268 + #, no-c-format + msgid "Data:" + msgstr "数据:" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 95 +-#: rc.cpp:1319 ++#: rc.cpp:1271 + #, no-c-format + msgid "" + "Please specify the torrent and the data already downloaded for that torrent." + msgstr "请指定 torrent 和该 torrent 已下载的数据。" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 133 +-#: rc.cpp:1322 ++#: rc.cpp:1274 + #, no-c-format + msgid "&Import" + msgstr "导入(&I)" + + #. i18n: file ./plugins/rssfeed/ktrssfeedplugin.kcfg line 10 +-#: rc.cpp:1328 ++#: rc.cpp:1280 + #, no-c-format + msgid "default" + msgstr "默认" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 18 +-#: rc.cpp:1331 ++#: rc.cpp:1283 + #, no-c-format + msgid "Rss Feeds" + msgstr "RSS 种子" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 36 +-#: rc.cpp:1334 ++#: rc.cpp:1286 + #, no-c-format + msgid "Feeds" + msgstr "种子" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 78 +-#: rc.cpp:1337 ++#: rc.cpp:1289 + #, no-c-format + msgid "De&lete" + msgstr "删除(&L)" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 86 +-#: rc.cpp:1340 rc.cpp:1382 rc.cpp:1392 ++#: rc.cpp:1292 rc.cpp:1331 rc.cpp:1340 + #, no-c-format + msgid "&New" + msgstr "新建(&N)" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 117 +-#: rc.cpp:1343 ++#: rc.cpp:1295 + #, no-c-format + msgid "&URL" + msgstr "&URL" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 139 +-#: rc.cpp:1346 ++#: rc.cpp:1298 + #, no-c-format + msgid "Articles" + msgstr "文章数" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 216 +-#: rc.cpp:1353 ++#: rc.cpp:1304 + #, no-c-format + msgid "Auto&refresh" + msgstr "自动刷新(&R)" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 242 +-#: rc.cpp:1356 ++#: rc.cpp:1307 + #, no-c-format + msgid "I&gnore TTL" + msgstr "忽略 TTL(&G)" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 270 +-#: rc.cpp:1359 ++#: rc.cpp:1310 + #, no-c-format + msgid "Refresh" + msgstr "刷新" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 299 +-#: rc.cpp:1363 rc.cpp:1395 ++#: rc.cpp:1313 rc.cpp:1343 + #, no-c-format + msgid "&Title" + msgstr "标题(&T)" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 323 +-#: rc.cpp:1366 ++#: rc.cpp:1316 + #, no-c-format + msgid "Keep Articles (days)" + msgstr "保留文章(天)" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 347 +-#: rc.cpp:1369 rc.cpp:1398 ++#: rc.cpp:1319 rc.cpp:1346 + #, no-c-format + msgid "&Active" + msgstr "活动(&A)" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 362 +-#: rc.cpp:1372 ++#: rc.cpp:1322 + #, no-c-format + msgid "Filters" + msgstr "过滤器" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 389 +-#: rc.cpp:1375 ++#: rc.cpp:1325 + #, no-c-format + msgid "Accept Filters" + msgstr "接受过滤器" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 440 +-#: rc.cpp:1385 ++#: rc.cpp:1334 + #, no-c-format + msgid "Reject Filters" + msgstr "拒绝过滤器" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 557 +-#: rc.cpp:1401 ++#: rc.cpp:1349 + #, no-c-format + msgid "Regular Expressions" + msgstr "正则表达式" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 587 +-#: rc.cpp:1404 ++#: rc.cpp:1352 + #, no-c-format + msgid "Treat as &Series" + msgstr "串行处理(&S)" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 624 +-#: rc.cpp:1407 ++#: rc.cpp:1355 + #, no-c-format + msgid "Process" + msgstr "处理" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 643 +-#: rc.cpp:1411 ++#: rc.cpp:1358 + #, no-c-format + msgid "Series Criteria" + msgstr "串行条件" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 679 +-#: rc.cpp:1414 ++#: rc.cpp:1361 + #, no-c-format + msgid "Match Without Episode" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 713 +-#: rc.cpp:1418 ++#: rc.cpp:1364 + #, no-c-format + msgid "Max Episode" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 739 +-#: rc.cpp:1421 ++#: rc.cpp:1367 + #, fuzzy, no-c-format + msgid "Max Season" + msgstr "最大比率:" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 758 +-#: rc.cpp:1424 ++#: rc.cpp:1370 + #, no-c-format + msgid "Min Season" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 782 +-#: rc.cpp:1427 ++#: rc.cpp:1373 + #, no-c-format + msgid "Min Episode" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 814 +-#: rc.cpp:1430 ++#: rc.cpp:1376 + #, no-c-format + msgid "Test te&xt" + msgstr "测试文本(&X)" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 840 +-#: rc.cpp:1433 ++#: rc.cpp:1379 + #, no-c-format + msgid "Te&st" + msgstr "测试(&S)" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 858 +-#: rc.cpp:1436 ++#: rc.cpp:1382 + #, no-c-format + msgid "Filter Matches" + msgstr "过滤器匹配" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 28 +-#: rc.cpp:1447 ++#: rc.cpp:1391 + #, no-c-format + msgid "Bandwidth scheduler" + msgstr "带宽规划器" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 50 +-#: rc.cpp:1450 ++#: rc.cpp:1394 + #, no-c-format + msgid "Left click category" + msgstr "左键单击类别" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 61 +-#: rc.cpp:1453 ++#: rc.cpp:1397 + #, no-c-format + msgid "Categor&y 1" + msgstr "类别 1(&Y)" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 157 +-#: rc.cpp:1456 rc.cpp:1483 ++#: rc.cpp:1400 rc.cpp:1427 + #, no-c-format + msgid "T&urn off" + msgstr "关闭(&U)" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 165 +-#: rc.cpp:1459 rc.cpp:1486 ++#: rc.cpp:1403 rc.cpp:1430 + #, no-c-format + msgid "&Normal" + msgstr "普通(&N)" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 195 +-#: rc.cpp:1462 ++#: rc.cpp:1406 + #, no-c-format + msgid "Category &3" + msgstr "类别 &3" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 206 +-#: rc.cpp:1468 rc.cpp:1492 ++#: rc.cpp:1412 rc.cpp:1436 + #, no-c-format + msgid "Category &2" + msgstr "类别 &2" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 219 +-#: rc.cpp:1474 ++#: rc.cpp:1418 + #, no-c-format + msgid "Right click category" + msgstr "右键单击类别" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 230 +-#: rc.cpp:1477 ++#: rc.cpp:1421 + #, no-c-format + msgid "Category &1" + msgstr "类别 &1" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 367 +-#: rc.cpp:1489 ++#: rc.cpp:1433 + #, no-c-format + msgid "&Category 3" + msgstr "类别 3(&C)" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 390 +-#: rc.cpp:1498 ++#: rc.cpp:1442 + #, no-c-format + msgid "Categories" + msgstr "类别" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 401 +-#: rc.cpp:1501 ++#: rc.cpp:1445 + #, no-c-format + msgid "1. Category" + msgstr "1. 类别" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 409 +-#: rc.cpp:1504 ++#: rc.cpp:1448 + #, no-c-format + msgid "3. Category" + msgstr "3. 类别" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 425 +-#: rc.cpp:1507 rc.cpp:1516 rc.cpp:1525 ++#: rc.cpp:1451 rc.cpp:1460 rc.cpp:1469 + #, no-c-format + msgid "download:" + msgstr "下载:" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 441 +-#: rc.cpp:1510 rc.cpp:1519 rc.cpp:1528 ++#: rc.cpp:1454 rc.cpp:1463 rc.cpp:1472 + #, no-c-format + msgid "upload:" + msgstr "上传:" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 457 +-#: rc.cpp:1513 rc.cpp:1522 rc.cpp:1531 ++#: rc.cpp:1457 rc.cpp:1466 rc.cpp:1475 + #, no-c-format + msgid "KB/s *" + msgstr "KB/s *" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 567 +-#: rc.cpp:1534 ++#: rc.cpp:1478 + #, no-c-format + msgid "2. Category" + msgstr "2. 类别" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 626 +-#: rc.cpp:1538 ++#: rc.cpp:1481 + #, no-c-format + msgid "* zero means no limit" + msgstr "* 0 为无限制" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 672 +-#: rc.cpp:1541 ++#: rc.cpp:1484 + #, no-c-format + msgid "Save to file" + msgstr "保存到文件" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 680 +-#: rc.cpp:1544 ++#: rc.cpp:1487 + #, no-c-format + msgid "&Load from file" + msgstr "从文件装入(&L)" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 688 +-#: rc.cpp:1547 ++#: rc.cpp:1490 + #, no-c-format + msgid "Reset schedule" + msgstr "重置规划" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 751 +-#: rc.cpp:1550 ++#: rc.cpp:1493 + #, no-c-format + msgid "O&k" + msgstr "确定(&K)" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 16 +-#: rc.cpp:1559 ++#: rc.cpp:1502 + #, no-c-format + msgid "Scheduler Plugin Pref Page" + msgstr "规划器插件首选项页" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 27 +-#: rc.cpp:1562 ++#: rc.cpp:1505 + #, no-c-format + msgid "Use &bandwidth scheduler?" + msgstr "使用带宽规划器吗?(&B)" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 35 +-#: plugins/scheduler/schedulerplugin.cpp:59 rc.cpp:1565 ++#: plugins/scheduler/schedulerplugin.cpp:59 rc.cpp:1508 + #, no-c-format + msgid "Bandwidth Scheduler" + msgstr "带宽规划器" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 46 +-#: rc.cpp:1568 ++#: rc.cpp:1511 + #, no-c-format + msgid "Use colors instead of pi&xmaps?" + msgstr "使用颜色取代点阵吗(&X)?" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 54 +-#: rc.cpp:1571 ++#: rc.cpp:1514 + #, no-c-format + msgid "(Recommended for slower systems)" + msgstr "(较慢系统推荐适用)" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 62 +-#: rc.cpp:1574 ++#: rc.cpp:1517 + #, no-c-format + msgid "Edit s&chedule" + msgstr "编辑规划(&C)" + + #. i18n: file ./plugins/scheduler/ktschedulerplugin.kcfg line 10 +-#: rc.cpp:1577 ++#: rc.cpp:1520 + #, no-c-format + msgid "Enable bandwidth scheduler?" + msgstr "启用带宽规划器吗?" + + #. i18n: file ./plugins/scheduler/ktschedulerplugin.kcfg line 14 +-#: rc.cpp:1580 ++#: rc.cpp:1523 + #, no-c-format + msgid "Use colors instead of pixmaps?" + msgstr "使用颜色取代点阵吗?" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 10 +-#: rc.cpp:1583 ++#: rc.cpp:1526 + #, no-c-format + msgid "Use rich log text" + msgstr "使用富格式日志文本" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 15 +-#: rc.cpp:1586 ++#: rc.cpp:1529 + #, no-c-format + msgid "General info messages flag" + msgstr "常规消息标记" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 19 +-#: rc.cpp:1589 ++#: rc.cpp:1532 + #, no-c-format + msgid "Connections messages flag" + msgstr "连接消息标记" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 23 +-#: rc.cpp:1592 ++#: rc.cpp:1535 + #, no-c-format + msgid "DHT messages flag" + msgstr "DHT 消息标记" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 27 +-#: rc.cpp:1595 ++#: rc.cpp:1538 + #, no-c-format + msgid "Tracker info messages flag" + msgstr "Tracker 消息标记" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 31 +-#: rc.cpp:1598 ++#: rc.cpp:1541 + #, no-c-format + msgid "Disk IO info messages flag" + msgstr "磁盘 IO 消息标记" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 35 +-#: rc.cpp:1601 ++#: rc.cpp:1544 + #, no-c-format + msgid "IPFilter plugin messages flag" + msgstr "IP 过滤器插件消息标记" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 39 +-#: rc.cpp:1604 ++#: rc.cpp:1547 + #, no-c-format + msgid "Search plugin messages flag" + msgstr "搜索插件消息标记" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 43 +-#: rc.cpp:1607 ++#: rc.cpp:1550 + #, no-c-format + msgid "PartFileImport plugin messages flag" + msgstr "部分文件导入插件消息标记" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 47 +-#: rc.cpp:1610 ++#: rc.cpp:1553 + #, no-c-format + msgid "InfoWidget plugin messages flag" + msgstr "信息部件插件消息标记" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 51 +-#: rc.cpp:1613 ++#: rc.cpp:1556 + #, no-c-format + msgid "UPnP plugin messages flag" + msgstr "UPnP 插件消息标记" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 55 +-#: rc.cpp:1616 ++#: rc.cpp:1559 + #, no-c-format + msgid "ScanFolder plugin messages flag" + msgstr "扫描文件夹插件消息标记" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 59 +-#: rc.cpp:1619 ++#: rc.cpp:1562 + #, no-c-format + msgid "Scheduler plugin messages flag" + msgstr "规划器插件消息标记" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 63 +-#: rc.cpp:1622 ++#: rc.cpp:1565 + #, no-c-format + msgid "RSS plugin messages flag" + msgstr "RSS 插件消息标记" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 67 +-#: rc.cpp:1625 ++#: rc.cpp:1568 + #, no-c-format + msgid "WebInterface plugin messages flag" + msgstr "Web 界面插件消息标记" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 16 +-#: plugins/logviewer/logprefpage.cpp:31 rc.cpp:1628 ++#: plugins/logviewer/logprefpage.cpp:31 rc.cpp:1571 + #, no-c-format + msgid "LogViewer Options" + msgstr "日志查看器选项" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 44 +-#: libktorrent/pluginmanagerprefpage.cpp:63 rc.cpp:1631 ++#: libktorrent/pluginmanagerprefpage.cpp:63 rc.cpp:1574 + #, no-c-format + msgid "Plugins" + msgstr "插件" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 53 +-#: rc.cpp:1634 rc.cpp:1652 rc.cpp:1670 rc.cpp:1691 rc.cpp:1706 rc.cpp:1724 +-#: rc.cpp:1745 rc.cpp:1763 rc.cpp:1778 rc.cpp:1811 rc.cpp:1826 rc.cpp:1841 +-#: rc.cpp:1859 rc.cpp:1874 ++#: rc.cpp:1577 rc.cpp:1595 rc.cpp:1613 rc.cpp:1634 rc.cpp:1649 rc.cpp:1667 ++#: rc.cpp:1688 rc.cpp:1706 rc.cpp:1721 rc.cpp:1754 rc.cpp:1769 rc.cpp:1784 ++#: rc.cpp:1802 rc.cpp:1817 + #, no-c-format + msgid "All" + msgstr "全部" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 58 +-#: rc.cpp:1637 rc.cpp:1655 rc.cpp:1673 rc.cpp:1694 rc.cpp:1709 rc.cpp:1727 +-#: rc.cpp:1748 rc.cpp:1766 rc.cpp:1781 rc.cpp:1814 rc.cpp:1829 rc.cpp:1844 +-#: rc.cpp:1862 rc.cpp:1877 ++#: rc.cpp:1580 rc.cpp:1598 rc.cpp:1616 rc.cpp:1637 rc.cpp:1652 rc.cpp:1670 ++#: rc.cpp:1691 rc.cpp:1709 rc.cpp:1724 rc.cpp:1757 rc.cpp:1772 rc.cpp:1787 ++#: rc.cpp:1805 rc.cpp:1820 + #, no-c-format + msgid "Debug" + msgstr "调试" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 63 +-#: rc.cpp:1640 rc.cpp:1658 rc.cpp:1676 rc.cpp:1697 rc.cpp:1712 rc.cpp:1730 +-#: rc.cpp:1751 rc.cpp:1769 rc.cpp:1784 rc.cpp:1817 rc.cpp:1832 rc.cpp:1847 +-#: rc.cpp:1865 rc.cpp:1880 ++#: rc.cpp:1583 rc.cpp:1601 rc.cpp:1619 rc.cpp:1640 rc.cpp:1655 rc.cpp:1673 ++#: rc.cpp:1694 rc.cpp:1712 rc.cpp:1727 rc.cpp:1760 rc.cpp:1775 rc.cpp:1790 ++#: rc.cpp:1808 rc.cpp:1823 + #, no-c-format + msgid "Notice" + msgstr "注意" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 68 +-#: rc.cpp:1643 rc.cpp:1661 rc.cpp:1679 rc.cpp:1700 rc.cpp:1715 rc.cpp:1733 +-#: rc.cpp:1754 rc.cpp:1772 rc.cpp:1787 rc.cpp:1820 rc.cpp:1835 rc.cpp:1850 +-#: rc.cpp:1868 rc.cpp:1883 ++#: rc.cpp:1586 rc.cpp:1604 rc.cpp:1622 rc.cpp:1643 rc.cpp:1658 rc.cpp:1676 ++#: rc.cpp:1697 rc.cpp:1715 rc.cpp:1730 rc.cpp:1763 rc.cpp:1778 rc.cpp:1793 ++#: rc.cpp:1811 rc.cpp:1826 + #, no-c-format + msgid "Important" + msgstr "重要" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 73 +-#: rc.cpp:1646 rc.cpp:1664 rc.cpp:1682 rc.cpp:1703 rc.cpp:1718 rc.cpp:1736 +-#: rc.cpp:1757 rc.cpp:1775 rc.cpp:1790 rc.cpp:1823 rc.cpp:1838 rc.cpp:1853 +-#: rc.cpp:1871 rc.cpp:1886 ++#: rc.cpp:1589 rc.cpp:1607 rc.cpp:1625 rc.cpp:1646 rc.cpp:1661 rc.cpp:1679 ++#: rc.cpp:1700 rc.cpp:1718 rc.cpp:1733 rc.cpp:1766 rc.cpp:1781 rc.cpp:1796 ++#: rc.cpp:1814 rc.cpp:1829 + #, no-c-format + msgid "None" + msgstr "无" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 85 +-#: rc.cpp:1649 ++#: rc.cpp:1592 + #, no-c-format + msgid "IPFilter:" + msgstr "IP 过滤器:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 126 +-#: rc.cpp:1667 ++#: rc.cpp:1610 + #, no-c-format + msgid "Search:" + msgstr "搜索:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 167 +-#: rc.cpp:1685 ++#: rc.cpp:1628 + #, no-c-format + msgid "UPnP:" + msgstr "UPnP:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 178 +-#: rc.cpp:1688 ++#: rc.cpp:1631 + #, no-c-format + msgid "ScanFolder:" + msgstr "扫描文件夹:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 249 +-#: rc.cpp:1721 ++#: rc.cpp:1664 + #, no-c-format + msgid "Scheduler:" + msgstr "规划器:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 290 +-#: rc.cpp:1739 ++#: rc.cpp:1682 + #, no-c-format + msgid "PartFileImport:" + msgstr "部分文件导入:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 301 +-#: rc.cpp:1742 ++#: rc.cpp:1685 + #, no-c-format + msgid "InfoWidget:" + msgstr "信息部件:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 342 +-#: rc.cpp:1760 ++#: rc.cpp:1703 + #, no-c-format + msgid "RSS plugin:" + msgstr "RSS 插件:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 413 +-#: rc.cpp:1793 ++#: rc.cpp:1736 + #, no-c-format + msgid "WebInterface plugin:" + msgstr "Web 界面插件:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 426 +-#: rc.cpp:1796 ++#: rc.cpp:1739 + #, no-c-format + msgid "System" + msgstr "系统" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 437 +-#: rc.cpp:1799 ++#: rc.cpp:1742 + #, no-c-format + msgid "General:" + msgstr "常规:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 445 +-#: rc.cpp:1802 ++#: rc.cpp:1745 + #, no-c-format + msgid "Connections:" + msgstr "连接:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 559 +-#: rc.cpp:1856 ++#: rc.cpp:1799 + #, no-c-format + msgid "Disk I/O:" + msgstr "磁盘 I/O:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 640 +-#: rc.cpp:1892 ++#: rc.cpp:1835 + #, no-c-format + msgid "Use rich te&xt for log" + msgstr "日志使用富格式文本(&X)" + + #. i18n: file ./plugins/search/searchpref.ui line 41 +-#: rc.cpp:1898 ++#: rc.cpp:1841 + #, no-c-format + msgid "External Browser" + msgstr "外部浏览器" + + #. i18n: file ./plugins/search/searchpref.ui line 52 +-#: rc.cpp:1901 ++#: rc.cpp:1844 + #, no-c-format + msgid "Open searches in external browser" + msgstr "在外部浏览器中打开搜索" + + #. i18n: file ./plugins/search/searchpref.ui line 60 +-#: rc.cpp:1904 rc.cpp:1955 ++#: rc.cpp:1847 rc.cpp:1892 + #, no-c-format + msgid "Use default browser" + msgstr "使用默认浏览器" + + #. i18n: file ./plugins/search/searchpref.ui line 79 +-#: rc.cpp:1908 ++#: rc.cpp:1850 + #, no-c-format + msgid "Custom browser path:" + msgstr "自定义浏览器路径:" + + #. i18n: file ./plugins/search/searchpref.ui line 116 +-#: rc.cpp:1912 ++#: rc.cpp:1853 + #, no-c-format + msgid "Search Engines" + msgstr "搜索引擎" + + #. i18n: file ./plugins/search/searchpref.ui line 143 +-#: rc.cpp:1916 ++#: rc.cpp:1856 + #, no-c-format + msgid "Search engine name:" + msgstr "搜索引擎名称:" + + #. i18n: file ./plugins/search/searchpref.ui line 187 +-#: rc.cpp:1922 ++#: rc.cpp:1862 + #, no-c-format + msgid "&Add" + msgstr "添加(&A)" + + #. i18n: file ./plugins/search/searchpref.ui line 195 +-#: rc.cpp:1925 ++#: rc.cpp:1865 + #, no-c-format + msgid "Engines" + msgstr "引擎" + + #. i18n: file ./plugins/search/searchpref.ui line 206 +-#: rc.cpp:1928 ++#: rc.cpp:1868 + #, no-c-format + msgid "URL" + msgstr "URL" + + #. i18n: file ./plugins/search/searchpref.ui line 257 +-#: rc.cpp:1934 ++#: rc.cpp:1874 + #, no-c-format + msgid "R&emove All" + msgstr "全部删除(&E)" + + #. i18n: file ./plugins/search/searchpref.ui line 282 +-#: rc.cpp:1937 ++#: rc.cpp:1877 + #, no-c-format + msgid "Add Defau<" + msgstr "添加默认(&L)" + + #. i18n: file ./plugins/search/searchpref.ui line 290 +-#: rc.cpp:1940 ++#: rc.cpp:1880 + #, no-c-format + msgid "Update From Internet" + msgstr "从 Internet 上更新" + + #. i18n: file ./plugins/search/searchbar.ui line 53 + #: plugins/search/searchplugin.cpp:50 plugins/search/searchtab.cpp:48 +-#: rc.cpp:1946 ++#: rc.cpp:1883 + #, no-c-format + msgid "Search" + msgstr "搜索" + + #. i18n: file ./plugins/search/searchbar.ui line 78 +-#: rc.cpp:1949 ++#: rc.cpp:1886 + #, no-c-format + msgid "Search engine:" + msgstr "搜索引擎:" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 10 +-#: rc.cpp:1952 ++#: rc.cpp:1889 + #, no-c-format + msgid "Current search engine" + msgstr "当前的搜索引擎" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 19 +-#: rc.cpp:1958 ++#: rc.cpp:1895 + #, no-c-format + msgid "Use custom browser" + msgstr "使用自定义浏览器" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 23 +-#: rc.cpp:1961 ++#: rc.cpp:1898 + #, no-c-format + msgid "Custom browser executable path" + msgstr "自定义浏览器可执行文件路径" +@@ -4011,33 +4011,33 @@ msgstr "正检查数据" + msgid "Stopped. No space left on device." + msgstr "下载已停止。设备上没有剩余空间。" + +-#: libktorrent/torrent/queuemanager.cpp:135 ++#: libktorrent/torrent/queuemanager.cpp:136 + msgid "" + "You don't have enough disk space to download this torrent. Are you sure you " + "want to continue?" + msgstr "您没有下载种子任务所需的足够磁盘空间。您确认想要继续吗?" + +-#: libktorrent/torrent/queuemanager.cpp:135 ++#: libktorrent/torrent/queuemanager.cpp:136 + #, fuzzy, c-format + msgid "Insufficient disk space for %1" + msgstr "正分配磁盘空间" + +-#: libktorrent/torrent/queuemanager.cpp:157 ++#: libktorrent/torrent/queuemanager.cpp:158 + msgid "" + "Torrent \"%1\" has reached its maximum share ratio. Ignore the limit and start " + "seeding anyway?" + msgstr "" + +-#: libktorrent/torrent/queuemanager.cpp:157 ++#: libktorrent/torrent/queuemanager.cpp:158 + msgid "Maximum share ratio limit reached." + msgstr "达到了最大共享率限制。" + +-#: libktorrent/torrent/queuemanager.cpp:236 +-#: libktorrent/torrent/queuemanager.cpp:760 ++#: libktorrent/torrent/queuemanager.cpp:237 ++#: libktorrent/torrent/queuemanager.cpp:763 + msgid "Error stopping torrent %1 : %2" + msgstr "停止 torrent %1 出错:%2" + +-#: libktorrent/torrent/queuemanager.cpp:742 ++#: libktorrent/torrent/queuemanager.cpp:745 + msgid "Error starting torrent %1 : %2" + msgstr "启动 torrent %1 出错:%2" + +diff --git a/translations/zh_TW/messages/ktorrent.po b/translations/zh_TW/messages/ktorrent.po +index 82d3a18..d03f408 100644 +--- a/translations/zh_TW/messages/ktorrent.po ++++ b/translations/zh_TW/messages/ktorrent.po +@@ -4,7 +4,7 @@ + msgid "" + msgstr "" + "Project-Id-Version: ktorrent\n" +-"POT-Creation-Date: 2008-04-18 19:40+0200\n" ++"POT-Creation-Date: 2008-07-08 22:20+0200\n" + "PO-Revision-Date: 2006-08-28 14:39+0800\n" + "Last-Translator: Frank Weng (a.k.a. Franklin) \n" +@@ -19,7 +19,7 @@ msgid "No incoming connections (possibly firewalled)" + msgstr "" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 42 +-#: apps/ktorrent/ktorrent.cpp:184 rc.cpp:345 rc.cpp:383 rc.cpp:1019 ++#: apps/ktorrent/ktorrent.cpp:184 rc.cpp:336 rc.cpp:369 rc.cpp:989 + #, no-c-format + msgid "Info" + msgstr "資訊" +@@ -191,7 +191,7 @@ msgstr "不正確的網址" + #. i18n: file ./apps/ktorrent/ktorrentui.rc line 9 + #: apps/ktorrent/groups/downloadgroup.cpp:27 + #: apps/ktorrent/groups/groupmanager.h:57 apps/ktorrent/pref.cpp:147 +-#: apps/ktorrent/viewmanager.cpp:62 rc.cpp:138 rc.cpp:342 ++#: apps/ktorrent/viewmanager.cpp:62 rc.cpp:132 rc.cpp:333 + #, no-c-format + msgid "Downloads" + msgstr "下載" +@@ -311,7 +311,7 @@ msgid "Document to open" + msgstr "要開啟的文件" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 59 +-#: apps/ktorrent/main.cpp:120 rc.cpp:553 ++#: apps/ktorrent/main.cpp:120 rc.cpp:532 + #, no-c-format + msgid "KTorrent" + msgstr "KTorrent" +@@ -597,7 +597,7 @@ msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 85 + #: apps/ktorrent/ktorrentviewmenu.cpp:66 plugins/infowidget/peerview.cpp:221 +-#: rc.cpp:77 rc.cpp:1256 rc.cpp:1307 ++#: rc.cpp:75 rc.cpp:1208 rc.cpp:1259 + #, no-c-format + msgid "DHT" + msgstr "DHT" +@@ -641,7 +641,7 @@ msgid "Add to Group" + msgstr "自訂 IP" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 16 +-#: apps/ktorrent/ktorrentviewmenu.cpp:100 rc.cpp:147 ++#: apps/ktorrent/ktorrentviewmenu.cpp:100 rc.cpp:141 + #, fuzzy, no-c-format + msgid "Speed Limits" + msgstr "速度限制,以 KB/s 為單位" +@@ -660,7 +660,7 @@ msgid "Malformed IP address." + msgstr "端點 IP 位址" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 311 +-#: apps/ktorrent/pref.cpp:58 rc.cpp:282 ++#: apps/ktorrent/pref.cpp:58 rc.cpp:273 + #, no-c-format + msgid "Preferences" + msgstr "喜好設定" +@@ -697,7 +697,7 @@ msgid "Advanced" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 27 +-#: apps/ktorrent/pref.cpp:411 rc.cpp:540 ++#: apps/ktorrent/pref.cpp:411 rc.cpp:519 + #, fuzzy, no-c-format + msgid "Advanced Options" + msgstr "掃描資料夾選項" +@@ -708,7 +708,7 @@ msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 16 + #: apps/ktorrent/ktorrentview.cpp:135 +-#: plugins/infowidget/infowidgetplugin.cpp:76 rc.cpp:1016 ++#: plugins/infowidget/infowidgetplugin.cpp:76 rc.cpp:986 + #, no-c-format + msgid "Status" + msgstr "狀態" +@@ -730,7 +730,7 @@ msgstr "已上傳" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 313 + #: apps/ktorrent/ktorrentview.cpp:139 plugins/infowidget/peerview.cpp:216 +-#: rc.cpp:1010 ++#: rc.cpp:980 + #, no-c-format + msgid "Down Speed" + msgstr "下載速度" +@@ -854,7 +854,7 @@ msgid "User" + msgstr "使用者" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 24 +-#: apps/ktorrent/queuedialog.cpp:75 rc.cpp:249 ++#: apps/ktorrent/queuedialog.cpp:75 rc.cpp:240 + #, no-c-format + msgid "Queue Manager" + msgstr "佇列管理員" +@@ -1062,8 +1062,8 @@ msgid "Start torrent" + msgstr "開始 Torrent(&G)" + + #. i18n: file ./apps/ktorrent/fileselectdlgbase.ui line 160 +-#: plugins/infowidget/fileview.cpp:49 rc.cpp:27 rc.cpp:1244 rc.cpp:1259 +-#: rc.cpp:1349 rc.cpp:1439 ++#: plugins/infowidget/fileview.cpp:49 rc.cpp:27 rc.cpp:1196 rc.cpp:1211 ++#: rc.cpp:1301 rc.cpp:1385 + #, no-c-format + msgid "Download" + msgstr "下載" +@@ -1117,13 +1117,13 @@ msgid "Encryption" + msgstr "加密" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 58 +-#: rc.cpp:64 rc.cpp:787 ++#: rc.cpp:63 rc.cpp:764 + #, no-c-format + msgid "Use protocol encryption" + msgstr "使用協定加密" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 64 +-#: rc.cpp:68 ++#: rc.cpp:66 + #, no-c-format + msgid "" + "Protocol encryption is used to prevent ISP's from slowing down bittorrent " +@@ -1131,20 +1131,20 @@ msgid "" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 72 +-#: rc.cpp:71 rc.cpp:790 ++#: rc.cpp:69 rc.cpp:767 + #, no-c-format + msgid "Allow unencrypted connections" + msgstr "允許未加密的連線" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 75 +-#: rc.cpp:74 ++#: rc.cpp:72 + #, no-c-format + msgid "" + "If unchecked, you'll be able to connect only to clients supporting encryption." + msgstr "如果取消勾選的話,您就只能與支援加密的客戶端連線。" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 88 +-#: rc.cpp:80 ++#: rc.cpp:78 + #, no-c-format + msgid "" + "Distributed Hash Table protocol." +@@ -1154,169 +1154,169 @@ msgstr "" + "
分散式端點交換協定。詳情請參考手冊。" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 99 +-#: rc.cpp:83 ++#: rc.cpp:81 + #, no-c-format + msgid "&Use DHT to get additional peers" + msgstr "使用 DHT 取得額外的端點(&U)" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 118 +-#: rc.cpp:87 ++#: rc.cpp:84 + #, no-c-format + msgid "UDP port for DHT communication:" + msgstr "DHT 溝通使用的 UDP 連接埠:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 161 +-#: rc.cpp:90 ++#: rc.cpp:87 + #, no-c-format + msgid "Custom IP" + msgstr "自訂 IP" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 172 +-#: rc.cpp:93 ++#: rc.cpp:90 + #, fuzzy, no-c-format + msgid "Se&nd the tracker a custom IP address or hostname" + msgstr "傳送自訂 IP 或主機名稱給追蹤器(&N)" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 188 +-#: rc.cpp:96 ++#: rc.cpp:93 + #, fuzzy, no-c-format + msgid "Custom IP address or hostname:" + msgstr "自訂 IP 或主機名稱:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 205 +-#: rc.cpp:99 ++#: rc.cpp:96 + #, fuzzy, no-c-format + msgid "System Tray Icon" + msgstr "顯示系統匣圖示(&Y)" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 216 +-#: rc.cpp:102 ++#: rc.cpp:99 + #, no-c-format + msgid "Show s&ystem tray icon" + msgstr "顯示系統匣圖示(&Y)" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 224 +-#: rc.cpp:105 ++#: rc.cpp:102 + #, fuzzy, no-c-format + msgid "Show speed &bar in tray icon" + msgstr "顯示系統匣圖示(&Y)" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 232 +-#: rc.cpp:108 ++#: rc.cpp:105 + #, fuzzy, no-c-format + msgid "Show system tray popup messages" + msgstr "顯示系統匣圖示(&Y)" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 251 +-#: rc.cpp:112 ++#: rc.cpp:108 + #, no-c-format + msgid "Upload bandwidth (in KB/sec):" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 276 +-#: rc.cpp:115 ++#: rc.cpp:111 + #, no-c-format + msgid "Download bandwidth (in KB/sec):" + msgstr "" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 305 +-#: rc.cpp:118 ++#: rc.cpp:114 + #, no-c-format + msgid "Folders" + msgstr "資料夾" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 324 +-#: rc.cpp:121 ++#: rc.cpp:117 + #, no-c-format + msgid "Folder to store temporary files:" + msgstr "儲存暫存檔的資料夾:" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 342 +-#: rc.cpp:124 ++#: rc.cpp:120 + #, fuzzy, no-c-format + msgid "Move completed downloads to:" + msgstr "不要下載" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 353 +-#: rc.cpp:128 ++#: rc.cpp:123 + #, no-c-format + msgid "&Automatically save downloads to:" + msgstr "自動儲存下載到(&A):" + + #. i18n: file ./apps/ktorrent/generalpref.ui line 395 +-#: rc.cpp:131 ++#: rc.cpp:126 + #, fuzzy, no-c-format + msgid "Copy .torrent files to:" + msgstr "torrent 檔案" + + #. i18n: file ./apps/ktorrent/ktorrentui.rc line 34 +-#: rc.cpp:144 ++#: rc.cpp:138 + #, no-c-format + msgid "Download Toolbar" + msgstr "下載工具列" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 27 +-#: rc.cpp:150 ++#: rc.cpp:144 + #, fuzzy, no-c-format + msgid "Set the speed limits for torrent" + msgstr "開始 Torrent(&G)" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 51 +-#: rc.cpp:153 ++#: rc.cpp:147 + #, fuzzy, no-c-format + msgid "Max upload rate:" + msgstr "最大上傳速率:" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 59 +-#: rc.cpp:156 ++#: rc.cpp:150 + #, fuzzy, no-c-format + msgid "Max download rate:" + msgstr "最大下載速率:" + + #. i18n: file ./apps/ktorrent/speedlimitsdlgbase.ui line 97 +-#: rc.cpp:159 rc.cpp:162 ++#: rc.cpp:153 rc.cpp:156 + #, fuzzy, no-c-format + msgid "KB/s (0 is no limit)" + msgstr "KB/秒(0 表示不限制)" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 16 +-#: rc.cpp:171 ++#: rc.cpp:165 + #, no-c-format + msgid "Add potential peer" + msgstr "" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 35 +-#: rc.cpp:174 ++#: rc.cpp:168 + #, fuzzy, no-c-format + msgid "Peer IP:" + msgstr "端點" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 43 +-#: rc.cpp:177 rc.cpp:208 ++#: rc.cpp:171 rc.cpp:201 + #, no-c-format + msgid "127.0.0.1" + msgstr "127.0.0.1" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 51 +-#: rc.cpp:180 rc.cpp:288 rc.cpp:525 rc.cpp:931 ++#: rc.cpp:174 rc.cpp:279 rc.cpp:504 rc.cpp:908 + #, no-c-format + msgid "Port:" + msgstr "連接埠:" + + #. i18n: file ./apps/ktorrent/addpeerwidgetbase.ui line 100 +-#: rc.cpp:183 ++#: rc.cpp:177 + #, no-c-format + msgid "Enter peer IP and port." + msgstr "" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 16 +-#: rc.cpp:193 ++#: rc.cpp:186 + #, no-c-format + msgid "KTorrent Blacklist" + msgstr "KTorrent 黑名單" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 30 +-#: rc.cpp:196 ++#: rc.cpp:189 + #, no-c-format + msgid "" + "Note: Blacklist applies to current session only. Use save/open to save your " +@@ -1324,187 +1324,187 @@ msgid "" + msgstr "注意:黑名單只會套用到目前的工作階段。用「儲存」來儲存,或是用 IPFilter 外掛程式(PeerGuardian)。" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 41 +-#: rc.cpp:199 ++#: rc.cpp:192 + #, no-c-format + msgid "Banned Peers" + msgstr "被拒的端點" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 50 +-#: rc.cpp:202 ++#: rc.cpp:195 + #, no-c-format + msgid "Peer IP address" + msgstr "端點 IP 位址" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 96 +-#: rc.cpp:205 ++#: rc.cpp:198 + #, no-c-format + msgid "Add peer:" + msgstr "新增端點:" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 134 +-#: rc.cpp:215 ++#: rc.cpp:207 + #, no-c-format + msgid "Adds a peer to blacklist" + msgstr "將端點加入黑名單" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 168 +-#: rc.cpp:222 ++#: rc.cpp:213 + #, no-c-format + msgid "Removes selected peer from blacklist" + msgstr "從黑名單中移除所選的端點" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 176 +-#: rc.cpp:225 ++#: rc.cpp:216 + #, no-c-format + msgid "C&lear" + msgstr "清除(&L)" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 182 +-#: rc.cpp:228 ++#: rc.cpp:219 + #, no-c-format + msgid "Clears this list" + msgstr "清除此清單" + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 218 +-#: rc.cpp:234 ++#: rc.cpp:225 + #, no-c-format + msgid "Save &As..." + msgstr "另存為(&A)..." + + #. i18n: file ./apps/ktorrent/ipfilterwidgetbase.ui line 224 +-#: rc.cpp:237 ++#: rc.cpp:228 + #, no-c-format + msgid "Save this blacklist to use with KTorrent IPFilter plugin" + msgstr "儲存此黑名單,以便在 KTorrent IPFilter 外掛程式中使用" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 59 +-#: rc.cpp:252 ++#: rc.cpp:243 + #, no-c-format + msgid "Maximum downloads:" + msgstr "最大下載數:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 86 +-#: rc.cpp:255 ++#: rc.cpp:246 + #, no-c-format + msgid "Maximum seeds:" + msgstr "最大 seed 數:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 94 +-#: rc.cpp:258 ++#: rc.cpp:249 + #, no-c-format + msgid "Start download on low disk space :" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 102 +-#: rc.cpp:261 ++#: rc.cpp:252 + #, fuzzy, no-c-format + msgid "Minimum disk space:" + msgstr "配置磁碟空間" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 140 +-#: rc.cpp:264 ++#: rc.cpp:255 + #, fuzzy, no-c-format + msgid "Don't start" + msgstr "未開始" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 145 +-#: rc.cpp:267 ++#: rc.cpp:258 + #, no-c-format + msgid "Always ask" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 150 +-#: rc.cpp:270 ++#: rc.cpp:261 + #, fuzzy, no-c-format + msgid "Force start" + msgstr "未開始" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 208 +-#: rc.cpp:273 ++#: rc.cpp:264 + #, no-c-format + msgid "MB" + msgstr "" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 236 +-#: rc.cpp:276 rc.cpp:279 rc.cpp:312 rc.cpp:315 rc.cpp:324 ++#: rc.cpp:267 rc.cpp:270 rc.cpp:303 rc.cpp:306 rc.cpp:315 + #, no-c-format + msgid "(0 is no limit)" + msgstr "(0 表示不限制)" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 330 +-#: rc.cpp:285 ++#: rc.cpp:276 + #, no-c-format + msgid "Maximum download rate:" + msgstr "最大下載速率:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 346 +-#: rc.cpp:291 ++#: rc.cpp:282 + #, fuzzy, no-c-format + msgid "Global connection limit:" + msgstr "全域連線限制" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 354 +-#: rc.cpp:294 ++#: rc.cpp:285 + #, fuzzy, no-c-format + msgid "Max seed time:" + msgstr "分享比例:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 370 +-#: rc.cpp:297 ++#: rc.cpp:288 + #, no-c-format + msgid "Maximum connections per torrent:" + msgstr "每個 torrent 最大連線數:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 397 +-#: rc.cpp:300 ++#: rc.cpp:291 + #, no-c-format + msgid "Number of upload slots:" + msgstr "上傳槽的數量:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 405 +-#: rc.cpp:303 ++#: rc.cpp:294 + #, no-c-format + msgid "UDP tracker port:" + msgstr "UDP 追蹤器連接埠:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 413 +-#: rc.cpp:306 ++#: rc.cpp:297 + #, fuzzy, no-c-format + msgid "Max share ratio:" + msgstr "分享比例:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 421 +-#: rc.cpp:309 ++#: rc.cpp:300 + #, no-c-format + msgid "Maximum upload rate:" + msgstr "最大上傳速率:" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 576 +-#: rc.cpp:318 rc.cpp:321 ++#: rc.cpp:309 rc.cpp:312 + #, no-c-format + msgid "KB/sec (0 is no limit)" + msgstr "KB/秒(0 表示不限制)" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 651 +-#: rc.cpp:327 ++#: rc.cpp:318 + #, fuzzy, no-c-format + msgid "Hours (0 is no limit)" + msgstr "(0 表示不限制)" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 663 +-#: rc.cpp:330 ++#: rc.cpp:321 + #, no-c-format + msgid "&Keep seeding after download is finished" + msgstr "下載完成後仍保留 seed(&K)" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 674 +-#: rc.cpp:333 ++#: rc.cpp:324 + #, no-c-format + msgid "Attention" + msgstr "注意" + + #. i18n: file ./apps/ktorrent/downloadpref.ui line 685 +-#: rc.cpp:336 ++#: rc.cpp:327 + #, fuzzy, no-c-format + msgid "" + "The above ports must also be forwarded if you are behind a router. The UPnP " +@@ -1512,283 +1512,283 @@ msgid "" + msgstr "若您在路由器後面,則以上的連接埠必須經過轉接。UPnP 外掛程式可以為您做這個工作。" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 16 +-#: rc.cpp:339 ++#: rc.cpp:330 + #, no-c-format + msgid "KT Queue Dialog" + msgstr "KT 佇列對話框" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 69 +-#: rc.cpp:348 rc.cpp:386 rc.cpp:1107 ++#: rc.cpp:339 rc.cpp:372 rc.cpp:1067 + #, no-c-format + msgid "Status:" + msgstr "狀態:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 85 +-#: rc.cpp:351 rc.cpp:389 rc.cpp:1808 ++#: rc.cpp:342 rc.cpp:375 rc.cpp:1751 + #, no-c-format + msgid "Tracker:" + msgstr "追蹤器:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 93 +-#: rc.cpp:354 rc.cpp:392 rc.cpp:1805 ++#: rc.cpp:345 rc.cpp:378 rc.cpp:1748 + #, no-c-format + msgid "DHT:" + msgstr "DHT:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 109 +-#: rc.cpp:357 rc.cpp:395 rc.cpp:1061 ++#: rc.cpp:348 rc.cpp:381 rc.cpp:1025 + #, no-c-format + msgid "Share ratio:" + msgstr "分享比例:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 117 +-#: rc.cpp:360 ++#: rc.cpp:351 + #, no-c-format + msgid "Bytes left:" + msgstr "剩餘位元組:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 177 +-#: rc.cpp:368 rc.cpp:377 ++#: rc.cpp:354 rc.cpp:363 + #, no-c-format + msgid "Torrent" + msgstr "Torrent" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 188 +-#: rc.cpp:371 rc.cpp:380 ++#: rc.cpp:357 rc.cpp:366 + #, no-c-format + msgid "Controlled by" + msgstr "控制者:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 214 +-#: rc.cpp:374 ++#: rc.cpp:360 + #, no-c-format + msgid "Upload&s" + msgstr "上傳(&S)" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 333 +-#: rc.cpp:398 ++#: rc.cpp:384 + #, no-c-format + msgid "Uploaded:" + msgstr "已上傳:" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 486 +-#: rc.cpp:406 ++#: rc.cpp:387 + #, no-c-format + msgid "M&ove up" + msgstr "上移(&O)" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 494 +-#: rc.cpp:409 ++#: rc.cpp:390 + #, no-c-format + msgid "Move dow&n" + msgstr "下移(&N)" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 519 +-#: rc.cpp:412 ++#: rc.cpp:393 + #, fuzzy, no-c-format + msgid "Move to top" + msgstr "上移(&O)" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 530 +-#: rc.cpp:416 ++#: rc.cpp:396 + #, no-c-format + msgid "Move to &bottom" + msgstr "" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 555 +-#: rc.cpp:419 ++#: rc.cpp:399 + #, no-c-format + msgid "&QM Controlled" + msgstr "佇列管理員控制(&Q)" + + #. i18n: file ./apps/ktorrent/queuedlg.ui line 563 +-#: rc.cpp:422 ++#: rc.cpp:402 + #, no-c-format + msgid "&User Controlled" + msgstr "使用者控制(&U)" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 30 +-#: rc.cpp:434 ++#: rc.cpp:414 + #, no-c-format + msgid "Paste URL" + msgstr "貼上網址" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 52 +-#: rc.cpp:437 rc.cpp:1104 rc.cpp:1919 ++#: rc.cpp:417 rc.cpp:1064 rc.cpp:1859 + #, no-c-format + msgid "URL:" + msgstr "網址:" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 106 +-#: rc.cpp:440 ++#: rc.cpp:420 + #, no-c-format + msgid "O&K" + msgstr "確定(&K)" + + #. i18n: file ./apps/ktorrent/pastedlgbase.ui line 114 +-#: rc.cpp:443 rc.cpp:675 rc.cpp:1176 ++#: rc.cpp:423 rc.cpp:653 rc.cpp:1128 + #, no-c-format + msgid "C&ancel" + msgstr "取消(&A)" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 16 +-#: rc.cpp:446 ++#: rc.cpp:426 + #, no-c-format + msgid "Create Torrent" + msgstr "建立 Torrent" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 38 +-#: rc.cpp:449 ++#: rc.cpp:429 + #, no-c-format + msgid "The file or folder of which you want to create a torrent:" + msgstr "您要建立 Torrent 的檔案或資料夾:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 53 +-#: rc.cpp:452 ++#: rc.cpp:432 + #, fuzzy, no-c-format + msgid "You must add at least one tracker or node." + msgstr "您必須至少加入一個追蹤器。" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 61 +-#: rc.cpp:455 ++#: rc.cpp:435 + #, no-c-format + msgid "File Options" + msgstr "檔案選項" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 80 +-#: rc.cpp:458 ++#: rc.cpp:438 + #, no-c-format + msgid "Size of each chunk:" + msgstr "區塊大小:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 86 +-#: rc.cpp:461 ++#: rc.cpp:441 + #, no-c-format + msgid "32" + msgstr "32" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 91 +-#: rc.cpp:464 ++#: rc.cpp:444 + #, no-c-format + msgid "64" + msgstr "64" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 96 +-#: rc.cpp:467 ++#: rc.cpp:447 + #, no-c-format + msgid "128" + msgstr "128" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 101 +-#: rc.cpp:470 ++#: rc.cpp:450 + #, no-c-format + msgid "256" + msgstr "256" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 106 +-#: rc.cpp:473 ++#: rc.cpp:453 + #, no-c-format + msgid "512" + msgstr "512" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 111 +-#: rc.cpp:476 ++#: rc.cpp:456 + #, no-c-format + msgid "1024" + msgstr "1024" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 116 +-#: rc.cpp:479 ++#: rc.cpp:459 + #, no-c-format + msgid "2048" + msgstr "2048" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 121 +-#: rc.cpp:482 ++#: rc.cpp:462 + #, no-c-format + msgid "4096" + msgstr "4096" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 126 +-#: rc.cpp:485 ++#: rc.cpp:465 + #, no-c-format + msgid "8192" + msgstr "8192" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 138 +-#: rc.cpp:488 rc.cpp:633 ++#: rc.cpp:468 rc.cpp:611 + #, no-c-format + msgid "KB" + msgstr "KB" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 165 +-#: rc.cpp:491 ++#: rc.cpp:471 + #, no-c-format + msgid "Start seedin&g the torrent" + msgstr "開始 Torrent(&G)" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 176 +-#: rc.cpp:494 ++#: rc.cpp:474 + #, no-c-format + msgid "Decentrali&zed (DHT only)" + msgstr "" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 184 +-#: rc.cpp:497 ++#: rc.cpp:477 + #, no-c-format + msgid "Private torrent (DHT not allowed)" + msgstr "私密 Torrent(不允許 DHT)" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 202 +-#: rc.cpp:500 ++#: rc.cpp:480 + #, no-c-format + msgid "Comments:" + msgstr "註解:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 248 +-#: rc.cpp:503 ++#: rc.cpp:483 + #, fuzzy, no-c-format + msgid "&Create" + msgstr "建立(&A)" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 262 +-#: rc.cpp:506 rc.cpp:1325 ++#: rc.cpp:486 rc.cpp:1277 + #, no-c-format + msgid "Ca&ncel" + msgstr "取消(&N)" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 275 +-#: plugins/infowidget/infowidgetplugin.cpp:214 rc.cpp:509 rc.cpp:1101 ++#: plugins/infowidget/infowidgetplugin.cpp:214 rc.cpp:489 rc.cpp:1061 + #, no-c-format + msgid "Trackers" + msgstr "追蹤器" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 283 +-#: rc.cpp:512 ++#: rc.cpp:492 + #, no-c-format + msgid "DHT nodes" + msgstr "" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 333 +-#: rc.cpp:522 ++#: rc.cpp:501 + #, fuzzy, no-c-format + msgid "Node:" + msgstr "無" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 385 +-#: rc.cpp:528 ++#: rc.cpp:507 + #, fuzzy, no-c-format + msgid "IP or hostname" + msgstr "自訂 IP 或主機名稱:" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 396 +-#: rc.cpp:531 rc.cpp:718 rc.cpp:721 ++#: rc.cpp:510 rc.cpp:695 rc.cpp:698 + #, no-c-format + msgid "Port" + msgstr "連接埠" + + #. i18n: file ./apps/ktorrent/torrentcreatordlgbase.ui line 437 +-#: rc.cpp:534 ++#: rc.cpp:513 + #, no-c-format + msgid "" + "NOTE: Some known good DHT nodes are already inserted. You should probably " +@@ -1796,19 +1796,19 @@ msgid "" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 16 +-#: rc.cpp:537 ++#: rc.cpp:516 + #, fuzzy, no-c-format + msgid "Advanced Preferences" + msgstr "搜尋喜好設定" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 46 +-#: rc.cpp:543 ++#: rc.cpp:522 + #, no-c-format + msgid "Time left estimation algorithm:" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 53 +-#: rc.cpp:546 rc.cpp:568 ++#: rc.cpp:525 rc.cpp:547 + #, no-c-format + msgid "" + "KTorrent algorithm: Default algorithm using combination of other " +@@ -1824,427 +1824,427 @@ msgid "" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 64 +-#: rc.cpp:556 ++#: rc.cpp:535 + #, fuzzy, no-c-format + msgid "Current speed" + msgstr "目前的搜尋引擎" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 69 +-#: rc.cpp:559 ++#: rc.cpp:538 + #, no-c-format + msgid "Global average speed" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 74 +-#: rc.cpp:562 ++#: rc.cpp:541 + #, no-c-format + msgid "Window of X" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 79 +-#: rc.cpp:565 ++#: rc.cpp:544 + #, no-c-format + msgid "Moving average" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 98 +-#: rc.cpp:575 ++#: rc.cpp:554 + #, no-c-format + msgid "(takes effect after restart)" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 125 +-#: rc.cpp:578 ++#: rc.cpp:557 + #, no-c-format + msgid "Disa&ble diskspace preallocation" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 141 +-#: rc.cpp:581 ++#: rc.cpp:560 + #, no-c-format + msgid "F&ully preallocate diskspace (avoids fragmentation)" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 147 +-#: rc.cpp:584 ++#: rc.cpp:563 + #, no-c-format + msgid "Basic (slow)" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 152 +-#: rc.cpp:587 ++#: rc.cpp:566 + #, no-c-format + msgid "Filesystem specific" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 174 +-#: rc.cpp:590 ++#: rc.cpp:569 + #, fuzzy, no-c-format + msgid "Performance" + msgstr "喜好設定" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 193 +-#: rc.cpp:593 ++#: rc.cpp:572 + #, no-c-format + msgid "Memory usage:" + msgstr "記憶體用量:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 199 +-#: rc.cpp:596 ++#: rc.cpp:575 + #, no-c-format + msgid "Low" + msgstr "低" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 204 +-#: rc.cpp:599 ++#: rc.cpp:578 + #, no-c-format + msgid "Medium" + msgstr "中" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 209 +-#: rc.cpp:602 ++#: rc.cpp:581 + #, no-c-format + msgid "High" + msgstr "高" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 248 +-#: rc.cpp:605 ++#: rc.cpp:584 + #, no-c-format + msgid "GUI update interval:" + msgstr "GUI 更新間隔:" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 254 +-#: rc.cpp:608 ++#: rc.cpp:587 + #, no-c-format + msgid "500ms" + msgstr "500ms" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 259 +-#: rc.cpp:611 ++#: rc.cpp:590 + #, no-c-format + msgid "1s" + msgstr "1s" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 264 +-#: rc.cpp:614 ++#: rc.cpp:593 + #, no-c-format + msgid "2s" + msgstr "2s" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 269 +-#: rc.cpp:617 ++#: rc.cpp:596 + #, no-c-format + msgid "5s" + msgstr "5s" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 308 +-#: rc.cpp:620 ++#: rc.cpp:599 + #, no-c-format + msgid "Fast CPU" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 342 +-#: rc.cpp:624 ++#: rc.cpp:602 + #, no-c-format + msgid "Slow CPU" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 354 +-#: rc.cpp:627 ++#: rc.cpp:605 + #, fuzzy, no-c-format + msgid "Data Checking" + msgstr "檢查資料中" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 373 +-#: rc.cpp:630 ++#: rc.cpp:608 + #, no-c-format + msgid "During uploading, do ¬ recheck chunks bigger than" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 430 +-#: rc.cpp:636 ++#: rc.cpp:614 + #, no-c-format + msgid "Do a data integrit&y check after" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 449 +-#: rc.cpp:639 ++#: rc.cpp:617 + #, no-c-format + msgid "corrupted chunks" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 478 +-#: rc.cpp:642 ++#: rc.cpp:620 + #, no-c-format + msgid "Networking" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 505 +-#: rc.cpp:645 ++#: rc.cpp:623 + #, fuzzy, no-c-format + msgid "Maximum number of connection setups:" + msgstr "每個 torrent 的最大連線數(0 表示不限制)" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 527 +-#: rc.cpp:648 ++#: rc.cpp:626 + #, no-c-format + msgid "DSCP for IP packets:" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 570 +-#: rc.cpp:651 ++#: rc.cpp:629 + #, no-c-format + msgid "Do not use the KDE pro&xy settings for HTTP tracker connections" + msgstr "" + + #. i18n: file ./apps/ktorrent/advancedpref.ui line 586 +-#: rc.cpp:654 ++#: rc.cpp:632 + #, fuzzy, no-c-format + msgid "HTTP tracker proxy:" + msgstr "UDP 追蹤器連接埠:" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 24 +-#: rc.cpp:657 ++#: rc.cpp:635 + #, no-c-format + msgid "Scanning data" + msgstr "掃描資料中" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 38 +-#: rc.cpp:660 ++#: rc.cpp:638 + #, fuzzy, no-c-format + msgid "Scanning data of torrent :" + msgstr "掃描區塊資料中:" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 62 +-#: rc.cpp:663 ++#: rc.cpp:641 + #, no-c-format + msgid "Number of chunks found :" + msgstr "找到的區塊數:" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 70 +-#: rc.cpp:666 ++#: rc.cpp:644 + #, no-c-format + msgid "Number of chunks failed / not downloaded :" + msgstr "失敗/未下載的區塊數:" + + #. i18n: file ./apps/ktorrent/scandlgbase.ui line 97 +-#: rc.cpp:669 rc.cpp:672 ++#: rc.cpp:647 rc.cpp:650 + #, no-c-format + msgid "0" + msgstr "0" + + #. i18n: file ./apps/ktupnptest/mainwidget.ui line 54 +-#: rc.cpp:678 ++#: rc.cpp:656 + #, no-c-format + msgid "Test" + msgstr "測試" + + #. i18n: file ./libktorrent/labelviewitembase.ui line 49 +-#: rc.cpp:685 ++#: rc.cpp:662 + #, no-c-format + msgid "textLabel2" + msgstr "" + + #. i18n: file ./libktorrent/labelviewitembase.ui line 65 +-#: rc.cpp:688 ++#: rc.cpp:665 + #, no-c-format + msgid "textLabel3" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 10 +-#: rc.cpp:691 ++#: rc.cpp:668 + #, no-c-format + msgid "Maximum number of downloads (0 = no limit)" + msgstr "最大下載數(0 表示不限制)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 15 +-#: rc.cpp:694 ++#: rc.cpp:671 + #, no-c-format + msgid "Maximum number of seeds (0 = no limit)" + msgstr "最大 seed 數(0 表示不限制)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 20 +-#: rc.cpp:697 ++#: rc.cpp:674 + #, no-c-format + msgid "Start downloads on low disk space?" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 24 +-#: rc.cpp:700 ++#: rc.cpp:677 + #, no-c-format + msgid "Maximum number of connections per torrent (0 = no limit)" + msgstr "每個 torrent 的最大連線數(0 表示不限制)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 29 +-#: rc.cpp:703 ++#: rc.cpp:680 + #, no-c-format + msgid "Maximum number of connections for all torrents (0 = no limit) " + msgstr "所有 torrent 的最大連線數(0 表示不限制)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 34 +-#: rc.cpp:706 ++#: rc.cpp:683 + #, no-c-format + msgid "Maximum upload speed in KB/sec (0 = no limit)" + msgstr "最大上傳速度,以 KB/秒 為單位(0 表示不限制)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 39 +-#: rc.cpp:709 ++#: rc.cpp:686 + #, no-c-format + msgid "Maximum download speed in KB/sec (0 = no limit)" + msgstr "最大下載速度,以 KB/秒為單位(0 表示不限制)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 44 +-#: rc.cpp:712 ++#: rc.cpp:689 + #, fuzzy, no-c-format + msgid "Maximum share ratio(0 = no limit)" + msgstr "已達到最大分享比例限制。" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 49 +-#: rc.cpp:715 ++#: rc.cpp:692 + #, fuzzy, no-c-format + msgid "Maximum seed time in hours (0 = no limit)" + msgstr "已達到最大分享比例限制。" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 66 +-#: rc.cpp:724 ++#: rc.cpp:701 + #, no-c-format + msgid "Show a system tray icon" + msgstr "顯示系統匣圖示" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 70 +-#: rc.cpp:727 ++#: rc.cpp:704 + #, fuzzy, no-c-format + msgid "Show speed bar in tray icon" + msgstr "顯示系統匣圖示(&Y)" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 74 +-#: rc.cpp:730 ++#: rc.cpp:707 + #, no-c-format + msgid "Download bandwidth (in kb/s):" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 80 +-#: rc.cpp:733 ++#: rc.cpp:710 + #, no-c-format + msgid "Upload bandwidth (in kb/s):" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 86 +-#: rc.cpp:736 ++#: rc.cpp:713 + #, no-c-format + msgid "Show popup messages when torrent is finished." + msgstr "Torrent 完成時顯示彈出訊息。" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 90 +-#: rc.cpp:739 ++#: rc.cpp:716 + #, no-c-format + msgid "Keep seeding after download has finished" + msgstr "下載完成後仍保留 seed" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 94 +-#: rc.cpp:742 ++#: rc.cpp:719 + #, no-c-format + msgid "Folder to store temporary files" + msgstr "暫存檔案的資料夾" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 98 +-#: rc.cpp:745 ++#: rc.cpp:722 + #, no-c-format + msgid "Whether to automatically save downloads to saveDir" + msgstr "是否要自動儲存下載到資料夾" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 102 +-#: rc.cpp:748 ++#: rc.cpp:725 + #, no-c-format + msgid "Folder to store downloaded files" + msgstr "儲存下載檔案的資料夾" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 106 +-#: rc.cpp:751 ++#: rc.cpp:728 + #, fuzzy, no-c-format + msgid "Whether to automatically move completed downloads to completedDir" + msgstr "是否要自動儲存下載到資料夾" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 110 +-#: rc.cpp:754 ++#: rc.cpp:731 + #, fuzzy, no-c-format + msgid "Folder to move completed downloaded files to" + msgstr "儲存下載檔案的資料夾" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 114 +-#: rc.cpp:757 ++#: rc.cpp:734 + #, fuzzy, no-c-format + msgid "Whether to automatically copy .torrent files to torrentCopyDir" + msgstr "是否要自動儲存下載到資料夾" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 118 +-#: rc.cpp:760 ++#: rc.cpp:737 + #, fuzzy, no-c-format + msgid "Folder to copy .torrent files to" + msgstr "暫存檔案的資料夾" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 122 +-#: rc.cpp:763 ++#: rc.cpp:740 + #, no-c-format + msgid "Whether to use a custom IP to pass to the tracker" + msgstr "是否要將自定 IP 傳送給追蹤器" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 126 +-#: rc.cpp:766 ++#: rc.cpp:743 + #, no-c-format + msgid "Directory which was used as the last save directory" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 130 +-#: rc.cpp:769 ++#: rc.cpp:746 + #, no-c-format + msgid "IP to pass to the tracker" + msgstr "要傳送給追蹤器的 IP" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 134 +-#: rc.cpp:772 ++#: rc.cpp:749 + #, no-c-format + msgid "Memory usage" + msgstr "記憶體用量" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 138 +-#: rc.cpp:775 ++#: rc.cpp:752 + #, no-c-format + msgid "GUI update interval" + msgstr "GUI 更新間隔" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 142 +-#: rc.cpp:778 ++#: rc.cpp:755 + #, no-c-format + msgid "Support for DHT" + msgstr "支援 DHT" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 146 +-#: rc.cpp:781 ++#: rc.cpp:758 + #, no-c-format + msgid "DHT port" + msgstr "DHT 連接埠" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 152 +-#: rc.cpp:784 ++#: rc.cpp:761 + #, no-c-format + msgid "Number of upload slots" + msgstr "上傳槽的數量" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 196 +-#: rc.cpp:793 ++#: rc.cpp:770 + #, no-c-format + msgid "Columns shown in KTorrentView" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 205 +-#: rc.cpp:796 ++#: rc.cpp:773 + #, no-c-format + msgid "ET algorithm" + msgstr "" + + #. i18n: file ./libktorrent/ktorrent.kcfg line 227 +-#: rc.cpp:799 ++#: rc.cpp:776 + #, no-c-format + msgid "" + "When there's no space left to complete download and free diskspace is less than " +@@ -2252,602 +2252,602 @@ msgid "" + msgstr "" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 16 +-#: rc.cpp:802 ++#: rc.cpp:779 + #, no-c-format + msgid "Plugin Manager" + msgstr "外掛程式管理器" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 48 +-#: rc.cpp:805 ++#: rc.cpp:782 + #, no-c-format + msgid "Load" + msgstr "載入" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 56 +-#: rc.cpp:808 ++#: rc.cpp:785 + #, no-c-format + msgid "U&nload" + msgstr "卸載(&N)" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 64 +-#: rc.cpp:811 ++#: rc.cpp:788 + #, fuzzy, no-c-format + msgid "Load &All" + msgstr "全部載入" + + #. i18n: file ./libktorrent/pluginmanagerwidget.ui line 72 +-#: rc.cpp:814 ++#: rc.cpp:791 + #, fuzzy, no-c-format + msgid "&Unload All" + msgstr "全部卸載" + + #. i18n: file ./plugins/upnp/ktupnpplugin.kcfg line 10 +-#: rc.cpp:817 ++#: rc.cpp:794 + #, no-c-format + msgid "Default UPnP device to use" + msgstr "預設使用的 UPnP 裝置" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 16 +-#: plugins/upnp/upnpplugin.cpp:46 plugins/upnp/upnpprefpage.cpp:31 rc.cpp:820 ++#: plugins/upnp/upnpplugin.cpp:46 plugins/upnp/upnpprefpage.cpp:31 rc.cpp:797 + #, no-c-format + msgid "UPnP" + msgstr "UPnP" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 35 +-#: rc.cpp:823 ++#: rc.cpp:800 + #, no-c-format + msgid "Detected devices:" + msgstr "偵測到的裝置:" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 41 +-#: rc.cpp:826 ++#: rc.cpp:803 + #, no-c-format + msgid "Device" + msgstr "裝置" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 52 +-#: rc.cpp:829 ++#: rc.cpp:806 + #, no-c-format + msgid "Ports Forwarded" + msgstr "轉接的連接埠" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 63 +-#: rc.cpp:832 ++#: rc.cpp:809 + #, fuzzy, no-c-format + msgid "WAN Connection" + msgstr "連線:" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 91 +-#: rc.cpp:835 ++#: rc.cpp:812 + #, fuzzy, no-c-format + msgid "Forw&ard Ports" + msgstr "轉接連接埠" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 99 +-#: rc.cpp:838 ++#: rc.cpp:815 + #, no-c-format + msgid "Undo Port Forwarding" + msgstr "復原轉接連接埠" + + #. i18n: file ./plugins/upnp/upnpwidget.ui line 124 +-#: rc.cpp:841 ++#: rc.cpp:818 + #, no-c-format + msgid "Rescan" + msgstr "重新掃描" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 9 +-#: rc.cpp:844 ++#: rc.cpp:821 + #, no-c-format + msgid "Enable scanning of folder1?" + msgstr "要開啟掃描資料夾 1 嗎?" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 14 +-#: rc.cpp:847 ++#: rc.cpp:824 + #, no-c-format + msgid "Enable scanning of folder2?" + msgstr "要開啟掃描資料夾 2 嗎?" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 19 +-#: rc.cpp:850 ++#: rc.cpp:827 + #, no-c-format + msgid "Enable scanning of folder3?" + msgstr "要開啟掃描資料夾 3 嗎?" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 24 +-#: rc.cpp:853 ++#: rc.cpp:830 + #, no-c-format + msgid "Folder1 path" + msgstr "資料夾 1 路徑" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 29 +-#: rc.cpp:856 ++#: rc.cpp:833 + #, no-c-format + msgid "Folder2 path" + msgstr "資料夾 2 路徑" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 34 +-#: rc.cpp:859 ++#: rc.cpp:836 + #, no-c-format + msgid "Folder3 path" + msgstr "資料夾 3 路徑" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 39 +-#: rc.cpp:862 ++#: rc.cpp:839 + #, no-c-format + msgid "Whether to open torrent silently or not." + msgstr "是否要安靜地開啟 torrent。" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 44 +-#: rc.cpp:865 ++#: rc.cpp:842 + #, no-c-format + msgid "Delete action checked." + msgstr "刪除勾選的動作。" + + #. i18n: file ./plugins/scanfolder/ktscanfolderplugin.kcfg line 49 +-#: rc.cpp:868 ++#: rc.cpp:845 + #, no-c-format + msgid "Move action checked." + msgstr "移動勾選的動作。" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 16 +-#: rc.cpp:871 ++#: rc.cpp:848 + #, no-c-format + msgid "ScanFolder Preferences" + msgstr "資料夾掃描喜好設定" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 35 +-#: rc.cpp:874 ++#: rc.cpp:851 + #, no-c-format + msgid "Scan folder &1" + msgstr "掃描資料夾 1(&1)" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 38 +-#: rc.cpp:877 rc.cpp:1480 ++#: rc.cpp:854 rc.cpp:1424 + #, no-c-format + msgid "Alt+1" + msgstr "Alt+1" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 46 +-#: rc.cpp:880 ++#: rc.cpp:857 + #, no-c-format + msgid "Scan folder &2" + msgstr "掃描資料夾 2(&2)" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 49 +-#: rc.cpp:883 rc.cpp:1471 rc.cpp:1495 ++#: rc.cpp:860 rc.cpp:1415 rc.cpp:1439 + #, no-c-format + msgid "Alt+2" + msgstr "Alt+2" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 57 +-#: rc.cpp:886 ++#: rc.cpp:863 + #, no-c-format + msgid "Scan folder &3" + msgstr "掃描資料夾 3(&3)" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 60 +-#: rc.cpp:889 rc.cpp:1465 ++#: rc.cpp:866 rc.cpp:1409 + #, no-c-format + msgid "Alt+3" + msgstr "Alt+3" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 81 +-#: rc.cpp:895 ++#: rc.cpp:872 + #, no-c-format + msgid "Move to \"loaded\" directory &after loading" + msgstr "載入後移動到「已載入」目錄" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 84 +-#: rc.cpp:898 ++#: rc.cpp:875 + #, no-c-format + msgid "Move torrent to \"loaded\" directory after loading it" + msgstr "載入 torrent 後將 torrent 移動到「已載入」目錄" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 92 +-#: rc.cpp:901 ++#: rc.cpp:878 + #, no-c-format + msgid "Open torrents silentl&y" + msgstr "安靜地開啟 torrent(&Y)" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 95 +-#: rc.cpp:904 ++#: rc.cpp:881 + #, fuzzy, no-c-format + msgid "Do not show 'Select files to download' dialog" + msgstr "不要顯示「選擇要下載的檔案」對話框" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 103 +-#: rc.cpp:907 ++#: rc.cpp:884 + #, no-c-format + msgid "Delete after loadin&g" + msgstr "載入後刪除(&G)" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 106 +-#: rc.cpp:910 ++#: rc.cpp:887 + #, no-c-format + msgid "Deletes torrent after loading" + msgstr "載入 torrent 後刪除之" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 116 +-#: rc.cpp:913 ++#: rc.cpp:890 + #, no-c-format + msgid "Folders to scan" + msgstr "要掃描的資料夾" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 151 +-#: rc.cpp:916 ++#: rc.cpp:893 + #, no-c-format + msgid "Folder 1:" + msgstr "資料夾 1:" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 162 +-#: rc.cpp:919 ++#: rc.cpp:896 + #, no-c-format + msgid "Folder 2:" + msgstr "資料夾 2:" + + #. i18n: file ./plugins/scanfolder/sfprefwidgetbase.ui line 173 +-#: rc.cpp:922 ++#: rc.cpp:899 + #, no-c-format + msgid "Folder 3:" + msgstr "資料夾 3:" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 30 +-#: rc.cpp:925 rc.cpp:1895 ++#: rc.cpp:902 rc.cpp:1838 + #, no-c-format + msgid "Search Preferences" + msgstr "搜尋喜好設定" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 41 +-#: rc.cpp:928 ++#: rc.cpp:905 + #, no-c-format + msgid "Web Server" + msgstr "" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 82 +-#: rc.cpp:934 ++#: rc.cpp:911 + #, fuzzy, no-c-format + msgid "Forward port" + msgstr "轉接連接埠" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 107 +-#: rc.cpp:937 ++#: rc.cpp:914 + #, no-c-format + msgid "Session TTL (in sec):" + msgstr "" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 142 +-#: rc.cpp:940 ++#: rc.cpp:917 + #, fuzzy, no-c-format + msgid "Select interface:" + msgstr "全不選(&N)" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 173 +-#: rc.cpp:943 ++#: rc.cpp:920 + #, fuzzy, no-c-format + msgid "Username:" + msgstr "使用者" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 188 +-#: rc.cpp:946 ++#: rc.cpp:923 + #, no-c-format + msgid "Change password ..." + msgstr "" + + #. i18n: file ./plugins/webinterface/webinterfacepref.ui line 206 +-#: rc.cpp:949 ++#: rc.cpp:926 + #, no-c-format + msgid "Php executable path:" + msgstr "" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 10 +-#: rc.cpp:953 ++#: rc.cpp:929 + #, no-c-format + msgid "Port number" + msgstr "" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 15 +-#: rc.cpp:956 ++#: rc.cpp:932 + #, fuzzy, no-c-format + msgid "forward Port" + msgstr "轉接連接埠" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 20 +-#: rc.cpp:959 ++#: rc.cpp:935 + #, no-c-format + msgid "Session time to live" + msgstr "" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 24 +-#: rc.cpp:962 ++#: rc.cpp:938 + #, fuzzy, no-c-format + msgid "interface skin" + msgstr "一般選項" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 28 +-#: rc.cpp:965 ++#: rc.cpp:941 + #, no-c-format + msgid "php executable path" + msgstr "" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 33 +-#: rc.cpp:968 ++#: rc.cpp:944 + #, no-c-format + msgid "username" + msgstr "" + + #. i18n: file ./plugins/webinterface/ktwebinterfaceplugin.kcfg line 37 +-#: rc.cpp:971 ++#: rc.cpp:947 + #, no-c-format + msgid "password" + msgstr "" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 16 +-#: plugins/infowidget/infowidgetplugin.cpp:194 rc.cpp:974 rc.cpp:1046 ++#: plugins/infowidget/infowidgetplugin.cpp:194 rc.cpp:950 rc.cpp:1010 + #, no-c-format + msgid "Chunks" + msgstr "區塊" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 43 +-#: rc.cpp:977 ++#: rc.cpp:953 + #, no-c-format + msgid "Total:" + msgstr "總計:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 81 +-#: rc.cpp:981 ++#: rc.cpp:956 + #, no-c-format + msgid "Currently downloading:" + msgstr "目前下載:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 119 +-#: rc.cpp:985 ++#: rc.cpp:959 + #, no-c-format + msgid "Downloaded:" + msgstr "已下載:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 157 +-#: rc.cpp:989 ++#: rc.cpp:962 + #, no-c-format + msgid "Excluded:" + msgstr "已排除:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 195 +-#: rc.cpp:993 ++#: rc.cpp:965 + #, no-c-format + msgid "Left:" + msgstr "" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 233 +-#: rc.cpp:997 ++#: rc.cpp:968 + #, no-c-format + msgid "Size:" + msgstr "大小:" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 280 +-#: rc.cpp:1001 ++#: rc.cpp:971 + #, no-c-format + msgid "Chunk" + msgstr "區塊" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 291 +-#: rc.cpp:1004 ++#: rc.cpp:974 + #, no-c-format + msgid "Progress" + msgstr "進度" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 302 +-#: rc.cpp:1007 ++#: rc.cpp:977 + #, no-c-format + msgid "Peer" + msgstr "端點" + + #. i18n: file ./plugins/infowidget/chunkdownloadviewbase.ui line 324 +-#: rc.cpp:1013 ++#: rc.cpp:983 + #, no-c-format + msgid "Assigned Peers" + msgstr "指定的端點" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 63 +-#: rc.cpp:1022 ++#: rc.cpp:992 + #, no-c-format + msgid "Seeders:" + msgstr "傳送者:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 71 +-#: rc.cpp:1025 ++#: rc.cpp:995 + #, no-c-format + msgid "Leechers:" + msgstr "接收者:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 129 +-#: rc.cpp:1030 ++#: rc.cpp:998 + #, no-c-format + msgid "Average Down Speed:" + msgstr "平均下載速度:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 177 +-#: rc.cpp:1035 ++#: rc.cpp:1001 + #, no-c-format + msgid "Average Up Speed:" + msgstr "平均上傳速度:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 195 +-#: rc.cpp:1038 rc.cpp:1111 ++#: rc.cpp:1004 rc.cpp:1070 + #, no-c-format + msgid "Next update in:" + msgstr "下次更新時間:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 203 +-#: rc.cpp:1041 ++#: rc.cpp:1007 + #, no-c-format + msgid "Tracker Status:" + msgstr "追蹤器狀態:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 332 +-#: rc.cpp:1049 ++#: rc.cpp:1013 + #, no-c-format + msgid "Parts of the torrent which have been downloaded:" + msgstr "已下載的 torrent 部份:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 367 +-#: rc.cpp:1052 ++#: rc.cpp:1016 + #, no-c-format + msgid "Parts of the torrent which are available:" + msgstr "可用的 torrent 部份:" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 457 +-#: rc.cpp:1055 ++#: rc.cpp:1019 + #, no-c-format + msgid "Sharing" + msgstr "分享" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 487 +-#: rc.cpp:1058 ++#: rc.cpp:1022 + #, no-c-format + msgid "" + "Your upload will stop when share ratio gets to this value. Zero means no limit." + msgstr "您的上傳在分享比例大於此值時會停止。0 表示不限制。" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 525 +-#: rc.cpp:1064 ++#: rc.cpp:1028 + #, fuzzy, no-c-format + msgid "Your upload will stop when you have uploaded for this many hours." + msgstr "您的上傳在分享比例大於此值時會停止。0 表示不限制。" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 533 +-#: rc.cpp:1067 ++#: rc.cpp:1031 + #, no-c-format + msgid "Hours" + msgstr "" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 543 +-#: rc.cpp:1070 ++#: rc.cpp:1034 + #, fuzzy, no-c-format + msgid "Ratio limit:" + msgstr "全域連線限制" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 549 +-#: rc.cpp:1074 ++#: rc.cpp:1037 + #, no-c-format + msgid "Limit works only in seed mode" + msgstr "限制在 seed 模式下工作" + + #. i18n: file ./plugins/infowidget/statustabbase.ui line 557 +-#: rc.cpp:1077 ++#: rc.cpp:1040 + #, fuzzy, no-c-format + msgid "Time &limit:" + msgstr "要限制嗎?(&U)" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 37 +-#: rc.cpp:1081 ++#: rc.cpp:1043 + #, fuzzy, no-c-format + msgid "&Update Tracker" + msgstr "更新追蹤器(&A)" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 40 +-#: rc.cpp:1084 ++#: rc.cpp:1046 + #, no-c-format + msgid "Minimum update interval - 60 seconds" + msgstr "最小更新間隔─60 秒" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 48 +-#: rc.cpp:1087 ++#: rc.cpp:1049 + #, fuzzy, no-c-format + msgid "Add Trac&ker" + msgstr "新增追蹤器(&R)" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 64 +-#: rc.cpp:1090 ++#: rc.cpp:1052 + #, no-c-format + msgid "Remove Tracker" + msgstr "移除追蹤器" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 75 +-#: rc.cpp:1094 ++#: rc.cpp:1055 + #, fuzzy, no-c-format + msgid "Ch&ange Tracker" + msgstr "變更追蹤器(&N)" + + #. i18n: file ./plugins/infowidget/trackerviewbase.ui line 100 +-#: rc.cpp:1097 ++#: rc.cpp:1058 + #, no-c-format + msgid "Restore Defaults" + msgstr "還原預設值" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 10 +-#: rc.cpp:1115 ++#: rc.cpp:1073 + #, no-c-format + msgid "Show peer view tab in main window" + msgstr "在主視窗顯示端點檢視表" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 14 +-#: rc.cpp:1118 ++#: rc.cpp:1076 + #, no-c-format + msgid "Show chunk download view tab in main window" + msgstr "在主視窗顯示區塊檢視表" + + #. i18n: file ./plugins/infowidget/ktinfowidgetplugin.kcfg line 18 +-#: rc.cpp:1121 ++#: rc.cpp:1079 + #, no-c-format + msgid "Show trackers view tab in main window" + msgstr "在主視窗顯示追蹤器檢視表" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 24 +-#: rc.cpp:1124 ++#: rc.cpp:1082 + #, no-c-format + msgid "Show list of peers" + msgstr "顯示端點清單" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 35 +-#: rc.cpp:1128 ++#: rc.cpp:1085 + #, no-c-format + msgid "Show list of chunks currentl&y downloading" + msgstr "顯示目前下載的區塊清單(&Y)" + + #. i18n: file ./plugins/infowidget/iwpref.ui line 60 +-#: rc.cpp:1131 ++#: rc.cpp:1088 + #, no-c-format + msgid "Show list of trackers" + msgstr "顯示追蹤器清單" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 16 +-#: rc.cpp:1135 ++#: rc.cpp:1091 + #, no-c-format + msgid "IPBlocking Preferences" + msgstr "IPBlocking 喜好設定" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 47 +-#: rc.cpp:1138 ++#: rc.cpp:1094 + #, fuzzy, no-c-format + msgid "Select PeerGuardian Filter File " + msgstr "選擇 PeerGuardian 過濾器檔案" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 58 +-#: rc.cpp:1141 ++#: rc.cpp:1097 + #, no-c-format + msgid "Use PeerGuardian filter?" + msgstr "要使用 PeerGuardian 過濾器嗎?" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 77 +-#: rc.cpp:1145 ++#: rc.cpp:1100 + #, no-c-format + msgid "IP filter file:" + msgstr "IP 過濾器檔案:" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 85 +-#: rc.cpp:1148 ++#: rc.cpp:1103 + #, no-c-format + msgid "http://www.bluetack.co.uk/modules.php?name=Downloads&d_op=getit&lid=8" + msgstr "http://www.bluetack.co.uk/modules.php?name=Downloads&d_op=getit&lid=8" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 123 +-#: rc.cpp:1151 ++#: rc.cpp:1106 + #, no-c-format + msgid "Dow&nload/Convert" + msgstr "下載/轉換(&N)" + + #. i18n: file ./plugins/ipfilter/ipblockingpref.ui line 134 +-#: rc.cpp:1154 ++#: rc.cpp:1109 + #, no-c-format + msgid "" + "Download PeerGuardian filter from bluetack.co.uk or blocklist.org.\n" +@@ -2857,25 +2857,25 @@ msgstr "" + "注意:支援從 bluetack.co.uk 下載 ZIP 檔。" + + #. i18n: file ./plugins/ipfilter/ktipfilterplugin.kcfg line 10 +-#: rc.cpp:1159 ++#: rc.cpp:1113 + #, no-c-format + msgid "Level1 filter url" + msgstr "第一級過濾器網址" + + #. i18n: file ./plugins/ipfilter/ktipfilterplugin.kcfg line 14 +-#: rc.cpp:1162 ++#: rc.cpp:1116 + #, no-c-format + msgid "Use level1 filter?" + msgstr "要使用第一級過濾器嗎?" + + #. i18n: file ./plugins/ipfilter/convert_dlg.ui line 24 +-#: plugins/ipfilter/convertdialog.cpp:155 rc.cpp:1165 ++#: plugins/ipfilter/convertdialog.cpp:155 rc.cpp:1119 + #, no-c-format + msgid "Converting..." + msgstr "轉換中..." + + #. i18n: file ./plugins/ipfilter/convert_dlg.ui line 41 +-#: rc.cpp:1168 ++#: rc.cpp:1122 + #, fuzzy, no-c-format + msgid "" + "Click on the 'convert' button to start converting antip2p file. NOTE: This " +@@ -2884,61 +2884,61 @@ msgid "" + msgstr "按下「轉換」鍵開始轉換 antip2p 檔。注意:即使在快的機器上,這個過程可能也要一陣子,而這段時間您將無法使用 KTorrent。" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 27 +-#: rc.cpp:1179 ++#: rc.cpp:1131 + #, no-c-format + msgid "Update" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 46 +-#: rc.cpp:1182 rc.cpp:1268 ++#: rc.cpp:1134 rc.cpp:1220 + #, no-c-format + msgid "Update charts every" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 71 +-#: rc.cpp:1185 ++#: rc.cpp:1137 + #, fuzzy, no-c-format + msgid "GUI updates" + msgstr "GUI 更新間隔" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 92 +-#: rc.cpp:1188 rc.cpp:1271 ++#: rc.cpp:1140 rc.cpp:1223 + #, no-c-format + msgid "Gather data every" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 120 +-#: rc.cpp:1191 ++#: rc.cpp:1143 + #, no-c-format + msgid "miliseconds" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 135 +-#: rc.cpp:1194 ++#: rc.cpp:1146 + #, fuzzy, no-c-format + msgid "Maximum" + msgstr "最大 seed 數:" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 154 +-#: rc.cpp:1197 ++#: rc.cpp:1149 + #, fuzzy, no-c-format + msgid "Maximum speed scale mode:" + msgstr "最大 seed 數:" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 165 +-#: rc.cpp:1203 ++#: rc.cpp:1155 + #, no-c-format + msgid "Exact" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 175 +-#: rc.cpp:1206 ++#: rc.cpp:1158 + #, no-c-format + msgid "See 'What's this' for more help" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 180 +-#: rc.cpp:1209 ++#: rc.cpp:1161 + #, no-c-format + msgid "" + "Set maximum value on OY scale as:\n" +@@ -2947,847 +2947,847 @@ msgid "" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 192 +-#: rc.cpp:1214 rc.cpp:1247 ++#: rc.cpp:1166 rc.cpp:1199 + #, fuzzy, no-c-format + msgid "Peers speed" + msgstr "端點" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 211 +-#: rc.cpp:1217 ++#: rc.cpp:1169 + #, fuzzy, no-c-format + msgid "Peers speed:" + msgstr "端點" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 222 +-#: rc.cpp:1220 ++#: rc.cpp:1172 + #, no-c-format + msgid "update every" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 244 +-#: rc.cpp:1223 ++#: rc.cpp:1175 + #, no-c-format + msgid "chart data updates" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 254 +-#: rc.cpp:1226 ++#: rc.cpp:1178 + #, no-c-format + msgid "Gathering data about many connected peers can be CPU consuming." + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 267 +-#: rc.cpp:1229 ++#: rc.cpp:1181 + #, fuzzy, no-c-format + msgid "Peers connections" + msgstr "連線:" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 270 +-#: rc.cpp:1232 ++#: rc.cpp:1184 + #, no-c-format + msgid "Large values can obscure charts of connected peers" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 289 +-#: rc.cpp:1235 ++#: rc.cpp:1187 + #, fuzzy, no-c-format + msgid "Show seeders in swarms" + msgstr "顯示系統匣圖示(&Y)" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 297 +-#: rc.cpp:1238 ++#: rc.cpp:1190 + #, no-c-format + msgid "Show leechers in swarms" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 309 +-#: rc.cpp:1241 ++#: rc.cpp:1193 + #, no-c-format + msgid "Measurements count" + msgstr "" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 392 +-#: rc.cpp:1250 rc.cpp:1265 ++#: rc.cpp:1202 rc.cpp:1217 + #, fuzzy, no-c-format + msgid "Upload" + msgstr "上傳" + + #. i18n: file ./plugins/stats/sprefwgt.ui line 424 +-#: rc.cpp:1253 ++#: rc.cpp:1205 + #, fuzzy, no-c-format + msgid "Connections" + msgstr "連線:" + + #. i18n: file ./plugins/stats/statsspdwgt.ui line 40 +-#: plugins/infowidget/infowidgetplugin.cpp:173 rc.cpp:1262 rc.cpp:1304 ++#: plugins/infowidget/infowidgetplugin.cpp:173 rc.cpp:1214 rc.cpp:1256 + #, no-c-format + msgid "Peers" + msgstr "端點" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 18 +-#: rc.cpp:1274 ++#: rc.cpp:1226 + #, no-c-format + msgid "Toggle peers speed charts" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 22 +-#: rc.cpp:1277 ++#: rc.cpp:1229 + #, no-c-format + msgid "Interval between getting data about peers speed" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 26 +-#: rc.cpp:1280 ++#: rc.cpp:1232 + #, no-c-format + msgid "Toggle drawing of leechers in swarms" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 30 +-#: rc.cpp:1283 ++#: rc.cpp:1235 + #, no-c-format + msgid "Toggle drawing of seeders in swarms" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 35 +-#: rc.cpp:1286 ++#: rc.cpp:1238 + #, fuzzy, no-c-format + msgid "Download mesurments count" + msgstr "下載 torrent" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 39 +-#: rc.cpp:1289 ++#: rc.cpp:1241 + #, no-c-format + msgid "Peers speed mesurments count" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 43 +-#: rc.cpp:1292 ++#: rc.cpp:1244 + #, no-c-format + msgid "Upload mesurments count" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 47 +-#: rc.cpp:1295 ++#: rc.cpp:1247 + #, fuzzy, no-c-format + msgid "Connections mesurments count" + msgstr "連線訊息旗標" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 51 +-#: rc.cpp:1298 ++#: rc.cpp:1250 + #, no-c-format + msgid "DHT mesurments count" + msgstr "" + + #. i18n: file ./plugins/stats/ktstatsplugin.kcfg line 56 +-#: rc.cpp:1301 ++#: rc.cpp:1253 + #, no-c-format + msgid "OY axis max mode" + msgstr "" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 16 +-#: rc.cpp:1310 ++#: rc.cpp:1262 + #, no-c-format + msgid "Import an existing download" + msgstr "匯入已存在的下載" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 49 +-#: rc.cpp:1313 ++#: rc.cpp:1265 + #, no-c-format + msgid "Torrent:" + msgstr "Torrent:" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 63 +-#: rc.cpp:1316 ++#: rc.cpp:1268 + #, no-c-format + msgid "Data:" + msgstr "資料:" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 95 +-#: rc.cpp:1319 ++#: rc.cpp:1271 + #, no-c-format + msgid "" + "Please specify the torrent and the data already downloaded for that torrent." + msgstr "請指定 torrent 及該 torrent 已下載的資料。" + + #. i18n: file ./plugins/partfileimport/importdlgbase.ui line 133 +-#: rc.cpp:1322 ++#: rc.cpp:1274 + #, no-c-format + msgid "&Import" + msgstr "匯入(&I)" + + #. i18n: file ./plugins/rssfeed/ktrssfeedplugin.kcfg line 10 +-#: rc.cpp:1328 ++#: rc.cpp:1280 + #, fuzzy, no-c-format + msgid "default" + msgstr "新增預設(&L)" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 18 +-#: rc.cpp:1331 ++#: rc.cpp:1283 + #, no-c-format + msgid "Rss Feeds" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 36 +-#: rc.cpp:1334 ++#: rc.cpp:1286 + #, fuzzy, no-c-format + msgid "Feeds" + msgstr "傳送者:" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 78 +-#: rc.cpp:1337 ++#: rc.cpp:1289 + #, no-c-format + msgid "De&lete" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 86 +-#: rc.cpp:1340 rc.cpp:1382 rc.cpp:1392 ++#: rc.cpp:1292 rc.cpp:1331 rc.cpp:1340 + #, no-c-format + msgid "&New" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 117 +-#: rc.cpp:1343 ++#: rc.cpp:1295 + #, fuzzy, no-c-format + msgid "&URL" + msgstr "網址" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 139 +-#: rc.cpp:1346 ++#: rc.cpp:1298 + #, no-c-format + msgid "Articles" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 216 +-#: rc.cpp:1353 ++#: rc.cpp:1304 + #, no-c-format + msgid "Auto&refresh" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 242 +-#: rc.cpp:1356 ++#: rc.cpp:1307 + #, no-c-format + msgid "I&gnore TTL" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 270 +-#: rc.cpp:1359 ++#: rc.cpp:1310 + #, no-c-format + msgid "Refresh" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 299 +-#: rc.cpp:1363 rc.cpp:1395 ++#: rc.cpp:1313 rc.cpp:1343 + #, no-c-format + msgid "&Title" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 323 +-#: rc.cpp:1366 ++#: rc.cpp:1316 + #, no-c-format + msgid "Keep Articles (days)" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 347 +-#: rc.cpp:1369 rc.cpp:1398 ++#: rc.cpp:1319 rc.cpp:1346 + #, no-c-format + msgid "&Active" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 362 +-#: rc.cpp:1372 ++#: rc.cpp:1322 + #, fuzzy, no-c-format + msgid "Filters" + msgstr "IP 過濾器" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 389 +-#: rc.cpp:1375 ++#: rc.cpp:1325 + #, fuzzy, no-c-format + msgid "Accept Filters" + msgstr "所有檔案" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 440 +-#: rc.cpp:1385 ++#: rc.cpp:1334 + #, no-c-format + msgid "Reject Filters" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 557 +-#: rc.cpp:1401 ++#: rc.cpp:1349 + #, no-c-format + msgid "Regular Expressions" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 587 +-#: rc.cpp:1404 ++#: rc.cpp:1352 + #, no-c-format + msgid "Treat as &Series" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 624 +-#: rc.cpp:1407 ++#: rc.cpp:1355 + #, fuzzy, no-c-format + msgid "Process" + msgstr "進度" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 643 +-#: rc.cpp:1411 ++#: rc.cpp:1358 + #, no-c-format + msgid "Series Criteria" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 679 +-#: rc.cpp:1414 ++#: rc.cpp:1361 + #, no-c-format + msgid "Match Without Episode" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 713 +-#: rc.cpp:1418 ++#: rc.cpp:1364 + #, no-c-format + msgid "Max Episode" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 739 +-#: rc.cpp:1421 ++#: rc.cpp:1367 + #, fuzzy, no-c-format + msgid "Max Season" + msgstr "最大比例:" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 758 +-#: rc.cpp:1424 ++#: rc.cpp:1370 + #, no-c-format + msgid "Min Season" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 782 +-#: rc.cpp:1427 ++#: rc.cpp:1373 + #, no-c-format + msgid "Min Episode" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 814 +-#: rc.cpp:1430 ++#: rc.cpp:1376 + #, no-c-format + msgid "Test te&xt" + msgstr "" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 840 +-#: rc.cpp:1433 ++#: rc.cpp:1379 + #, fuzzy, no-c-format + msgid "Te&st" + msgstr "測試" + + #. i18n: file ./plugins/rssfeed/rssfeedwidget.ui line 858 +-#: rc.cpp:1436 ++#: rc.cpp:1382 + #, fuzzy, no-c-format + msgid "Filter Matches" + msgstr "資料夾 1 路徑" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 28 +-#: rc.cpp:1447 ++#: rc.cpp:1391 + #, no-c-format + msgid "Bandwidth scheduler" + msgstr "頻寬排程器" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 50 +-#: rc.cpp:1450 ++#: rc.cpp:1394 + #, no-c-format + msgid "Left click category" + msgstr "左邊點擊類別" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 61 +-#: rc.cpp:1453 ++#: rc.cpp:1397 + #, no-c-format + msgid "Categor&y 1" + msgstr "類別 1(&Y)" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 157 +-#: rc.cpp:1456 rc.cpp:1483 ++#: rc.cpp:1400 rc.cpp:1427 + #, no-c-format + msgid "T&urn off" + msgstr "關閉(&U)" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 165 +-#: rc.cpp:1459 rc.cpp:1486 ++#: rc.cpp:1403 rc.cpp:1430 + #, no-c-format + msgid "&Normal" + msgstr "一般(&N)" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 195 +-#: rc.cpp:1462 ++#: rc.cpp:1406 + #, no-c-format + msgid "Category &3" + msgstr "類別 3(&3)" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 206 +-#: rc.cpp:1468 rc.cpp:1492 ++#: rc.cpp:1412 rc.cpp:1436 + #, no-c-format + msgid "Category &2" + msgstr "類別 2(&2)" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 219 +-#: rc.cpp:1474 ++#: rc.cpp:1418 + #, no-c-format + msgid "Right click category" + msgstr "右邊點擊類別" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 230 +-#: rc.cpp:1477 ++#: rc.cpp:1421 + #, no-c-format + msgid "Category &1" + msgstr "類別 1(&1)" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 367 +-#: rc.cpp:1489 ++#: rc.cpp:1433 + #, no-c-format + msgid "&Category 3" + msgstr "類別 3(&C)" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 390 +-#: rc.cpp:1498 ++#: rc.cpp:1442 + #, no-c-format + msgid "Categories" + msgstr "類別" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 401 +-#: rc.cpp:1501 ++#: rc.cpp:1445 + #, no-c-format + msgid "1. Category" + msgstr "1. 類別" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 409 +-#: rc.cpp:1504 ++#: rc.cpp:1448 + #, no-c-format + msgid "3. Category" + msgstr "3. 類別" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 425 +-#: rc.cpp:1507 rc.cpp:1516 rc.cpp:1525 ++#: rc.cpp:1451 rc.cpp:1460 rc.cpp:1469 + #, no-c-format + msgid "download:" + msgstr "下載:" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 441 +-#: rc.cpp:1510 rc.cpp:1519 rc.cpp:1528 ++#: rc.cpp:1454 rc.cpp:1463 rc.cpp:1472 + #, no-c-format + msgid "upload:" + msgstr "上傳:" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 457 +-#: rc.cpp:1513 rc.cpp:1522 rc.cpp:1531 ++#: rc.cpp:1457 rc.cpp:1466 rc.cpp:1475 + #, no-c-format + msgid "KB/s *" + msgstr "KB/秒 *" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 567 +-#: rc.cpp:1534 ++#: rc.cpp:1478 + #, no-c-format + msgid "2. Category" + msgstr "2. 類別" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 626 +-#: rc.cpp:1538 ++#: rc.cpp:1481 + #, no-c-format + msgid "* zero means no limit" + msgstr "* 0 表示不限制" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 672 +-#: rc.cpp:1541 ++#: rc.cpp:1484 + #, no-c-format + msgid "Save to file" + msgstr "儲存至檔案" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 680 +-#: rc.cpp:1544 ++#: rc.cpp:1487 + #, no-c-format + msgid "&Load from file" + msgstr "從檔案載入(&L)" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 688 +-#: rc.cpp:1547 ++#: rc.cpp:1490 + #, no-c-format + msgid "Reset schedule" + msgstr "重設排程" + + #. i18n: file ./plugins/scheduler/bwspage.ui line 751 +-#: rc.cpp:1550 ++#: rc.cpp:1493 + #, no-c-format + msgid "O&k" + msgstr "確定(&K)" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 16 +-#: rc.cpp:1559 ++#: rc.cpp:1502 + #, no-c-format + msgid "Scheduler Plugin Pref Page" + msgstr "排程外掛程式喜好設定" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 27 +-#: rc.cpp:1562 ++#: rc.cpp:1505 + #, no-c-format + msgid "Use &bandwidth scheduler?" + msgstr "要使用頻寬排程器嗎?(&B)" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 35 +-#: plugins/scheduler/schedulerplugin.cpp:59 rc.cpp:1565 ++#: plugins/scheduler/schedulerplugin.cpp:59 rc.cpp:1508 + #, no-c-format + msgid "Bandwidth Scheduler" + msgstr "頻寬排程器" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 46 +-#: rc.cpp:1568 ++#: rc.cpp:1511 + #, no-c-format + msgid "Use colors instead of pi&xmaps?" + msgstr "要使用顏色取代像素圖嗎?(&X)" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 54 +-#: rc.cpp:1571 ++#: rc.cpp:1514 + #, no-c-format + msgid "(Recommended for slower systems)" + msgstr "(在較慢的系統上建議使用)" + + #. i18n: file ./plugins/scheduler/schedulerpage.ui line 62 +-#: rc.cpp:1574 ++#: rc.cpp:1517 + #, no-c-format + msgid "Edit s&chedule" + msgstr "編輯排程(&C)" + + #. i18n: file ./plugins/scheduler/ktschedulerplugin.kcfg line 10 +-#: rc.cpp:1577 ++#: rc.cpp:1520 + #, no-c-format + msgid "Enable bandwidth scheduler?" + msgstr "要開啟頻寬排程器嗎?" + + #. i18n: file ./plugins/scheduler/ktschedulerplugin.kcfg line 14 +-#: rc.cpp:1580 ++#: rc.cpp:1523 + #, no-c-format + msgid "Use colors instead of pixmaps?" + msgstr "要使用顏色取代像素圖嗎?" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 10 +-#: rc.cpp:1583 ++#: rc.cpp:1526 + #, no-c-format + msgid "Use rich log text" + msgstr "使用 rich text 紀錄" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 15 +-#: rc.cpp:1586 ++#: rc.cpp:1529 + #, no-c-format + msgid "General info messages flag" + msgstr "一般資訊訊息旗標" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 19 +-#: rc.cpp:1589 ++#: rc.cpp:1532 + #, no-c-format + msgid "Connections messages flag" + msgstr "連線訊息旗標" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 23 +-#: rc.cpp:1592 ++#: rc.cpp:1535 + #, no-c-format + msgid "DHT messages flag" + msgstr "DHT 訊息旗標" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 27 +-#: rc.cpp:1595 ++#: rc.cpp:1538 + #, no-c-format + msgid "Tracker info messages flag" + msgstr "追蹤器訊息旗標" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 31 +-#: rc.cpp:1598 ++#: rc.cpp:1541 + #, no-c-format + msgid "Disk IO info messages flag" + msgstr "磁碟 IO 資訊訊息旗標" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 35 +-#: rc.cpp:1601 ++#: rc.cpp:1544 + #, no-c-format + msgid "IPFilter plugin messages flag" + msgstr "IP 過濾器外掛程式訊息旗標" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 39 +-#: rc.cpp:1604 ++#: rc.cpp:1547 + #, no-c-format + msgid "Search plugin messages flag" + msgstr "搜尋外掛程式訊息旗標" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 43 +-#: rc.cpp:1607 ++#: rc.cpp:1550 + #, no-c-format + msgid "PartFileImport plugin messages flag" + msgstr "PartFileImport 外掛程式訊息旗標" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 47 +-#: rc.cpp:1610 ++#: rc.cpp:1553 + #, no-c-format + msgid "InfoWidget plugin messages flag" + msgstr "資訊元件外掛程式訊息旗標" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 51 +-#: rc.cpp:1613 ++#: rc.cpp:1556 + #, no-c-format + msgid "UPnP plugin messages flag" + msgstr "UPnp 外掛程式訊息旗標" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 55 +-#: rc.cpp:1616 ++#: rc.cpp:1559 + #, no-c-format + msgid "ScanFolder plugin messages flag" + msgstr "掃描資料夾外掛程式訊息旗標" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 59 +-#: rc.cpp:1619 ++#: rc.cpp:1562 + #, no-c-format + msgid "Scheduler plugin messages flag" + msgstr "排程器外掛程式訊息旗標" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 63 +-#: rc.cpp:1622 ++#: rc.cpp:1565 + #, fuzzy, no-c-format + msgid "RSS plugin messages flag" + msgstr "搜尋外掛程式訊息旗標" + + #. i18n: file ./plugins/logviewer/ktlogviewerplugin.kcfg line 67 +-#: rc.cpp:1625 ++#: rc.cpp:1568 + #, fuzzy, no-c-format + msgid "WebInterface plugin messages flag" + msgstr "IP 過濾器外掛程式訊息旗標" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 16 +-#: plugins/logviewer/logprefpage.cpp:31 rc.cpp:1628 ++#: plugins/logviewer/logprefpage.cpp:31 rc.cpp:1571 + #, no-c-format + msgid "LogViewer Options" + msgstr "紀錄顯示器選項" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 44 +-#: libktorrent/pluginmanagerprefpage.cpp:63 rc.cpp:1631 ++#: libktorrent/pluginmanagerprefpage.cpp:63 rc.cpp:1574 + #, no-c-format + msgid "Plugins" + msgstr "外掛程式" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 53 +-#: rc.cpp:1634 rc.cpp:1652 rc.cpp:1670 rc.cpp:1691 rc.cpp:1706 rc.cpp:1724 +-#: rc.cpp:1745 rc.cpp:1763 rc.cpp:1778 rc.cpp:1811 rc.cpp:1826 rc.cpp:1841 +-#: rc.cpp:1859 rc.cpp:1874 ++#: rc.cpp:1577 rc.cpp:1595 rc.cpp:1613 rc.cpp:1634 rc.cpp:1649 rc.cpp:1667 ++#: rc.cpp:1688 rc.cpp:1706 rc.cpp:1721 rc.cpp:1754 rc.cpp:1769 rc.cpp:1784 ++#: rc.cpp:1802 rc.cpp:1817 + #, no-c-format + msgid "All" + msgstr "全部" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 58 +-#: rc.cpp:1637 rc.cpp:1655 rc.cpp:1673 rc.cpp:1694 rc.cpp:1709 rc.cpp:1727 +-#: rc.cpp:1748 rc.cpp:1766 rc.cpp:1781 rc.cpp:1814 rc.cpp:1829 rc.cpp:1844 +-#: rc.cpp:1862 rc.cpp:1877 ++#: rc.cpp:1580 rc.cpp:1598 rc.cpp:1616 rc.cpp:1637 rc.cpp:1652 rc.cpp:1670 ++#: rc.cpp:1691 rc.cpp:1709 rc.cpp:1724 rc.cpp:1757 rc.cpp:1772 rc.cpp:1787 ++#: rc.cpp:1805 rc.cpp:1820 + #, no-c-format + msgid "Debug" + msgstr "除錯" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 63 +-#: rc.cpp:1640 rc.cpp:1658 rc.cpp:1676 rc.cpp:1697 rc.cpp:1712 rc.cpp:1730 +-#: rc.cpp:1751 rc.cpp:1769 rc.cpp:1784 rc.cpp:1817 rc.cpp:1832 rc.cpp:1847 +-#: rc.cpp:1865 rc.cpp:1880 ++#: rc.cpp:1583 rc.cpp:1601 rc.cpp:1619 rc.cpp:1640 rc.cpp:1655 rc.cpp:1673 ++#: rc.cpp:1694 rc.cpp:1712 rc.cpp:1727 rc.cpp:1760 rc.cpp:1775 rc.cpp:1790 ++#: rc.cpp:1808 rc.cpp:1823 + #, no-c-format + msgid "Notice" + msgstr "注意" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 68 +-#: rc.cpp:1643 rc.cpp:1661 rc.cpp:1679 rc.cpp:1700 rc.cpp:1715 rc.cpp:1733 +-#: rc.cpp:1754 rc.cpp:1772 rc.cpp:1787 rc.cpp:1820 rc.cpp:1835 rc.cpp:1850 +-#: rc.cpp:1868 rc.cpp:1883 ++#: rc.cpp:1586 rc.cpp:1604 rc.cpp:1622 rc.cpp:1643 rc.cpp:1658 rc.cpp:1676 ++#: rc.cpp:1697 rc.cpp:1715 rc.cpp:1730 rc.cpp:1763 rc.cpp:1778 rc.cpp:1793 ++#: rc.cpp:1811 rc.cpp:1826 + #, no-c-format + msgid "Important" + msgstr "重要" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 73 +-#: rc.cpp:1646 rc.cpp:1664 rc.cpp:1682 rc.cpp:1703 rc.cpp:1718 rc.cpp:1736 +-#: rc.cpp:1757 rc.cpp:1775 rc.cpp:1790 rc.cpp:1823 rc.cpp:1838 rc.cpp:1853 +-#: rc.cpp:1871 rc.cpp:1886 ++#: rc.cpp:1589 rc.cpp:1607 rc.cpp:1625 rc.cpp:1646 rc.cpp:1661 rc.cpp:1679 ++#: rc.cpp:1700 rc.cpp:1718 rc.cpp:1733 rc.cpp:1766 rc.cpp:1781 rc.cpp:1796 ++#: rc.cpp:1814 rc.cpp:1829 + #, no-c-format + msgid "None" + msgstr "無" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 85 +-#: rc.cpp:1649 ++#: rc.cpp:1592 + #, no-c-format + msgid "IPFilter:" + msgstr "IP 過濾器:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 126 +-#: rc.cpp:1667 ++#: rc.cpp:1610 + #, no-c-format + msgid "Search:" + msgstr "搜尋:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 167 +-#: rc.cpp:1685 ++#: rc.cpp:1628 + #, no-c-format + msgid "UPnP:" + msgstr "UPnP:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 178 +-#: rc.cpp:1688 ++#: rc.cpp:1631 + #, no-c-format + msgid "ScanFolder:" + msgstr "掃描資料夾:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 249 +-#: rc.cpp:1721 ++#: rc.cpp:1664 + #, no-c-format + msgid "Scheduler:" + msgstr "排程器:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 290 +-#: rc.cpp:1739 ++#: rc.cpp:1682 + #, no-c-format + msgid "PartFileImport:" + msgstr "PartFileImport:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 301 +-#: rc.cpp:1742 ++#: rc.cpp:1685 + #, no-c-format + msgid "InfoWidget:" + msgstr "資訊元件:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 342 +-#: rc.cpp:1760 ++#: rc.cpp:1703 + #, no-c-format + msgid "RSS plugin:" + msgstr "" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 413 +-#: rc.cpp:1793 ++#: rc.cpp:1736 + #, fuzzy, no-c-format + msgid "WebInterface plugin:" + msgstr "一般選項" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 426 +-#: rc.cpp:1796 ++#: rc.cpp:1739 + #, no-c-format + msgid "System" + msgstr "系統" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 437 +-#: rc.cpp:1799 ++#: rc.cpp:1742 + #, no-c-format + msgid "General:" + msgstr "一般:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 445 +-#: rc.cpp:1802 ++#: rc.cpp:1745 + #, no-c-format + msgid "Connections:" + msgstr "連線:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 559 +-#: rc.cpp:1856 ++#: rc.cpp:1799 + #, no-c-format + msgid "Disk I/O:" + msgstr "磁碟 I/O:" + + #. i18n: file ./plugins/logviewer/logprefwidgetbase.ui line 640 +-#: rc.cpp:1892 ++#: rc.cpp:1835 + #, no-c-format + msgid "Use rich te&xt for log" + msgstr "使用 rich text 來紀錄(&X)" + + #. i18n: file ./plugins/search/searchpref.ui line 41 +-#: rc.cpp:1898 ++#: rc.cpp:1841 + #, no-c-format + msgid "External Browser" + msgstr "" + + #. i18n: file ./plugins/search/searchpref.ui line 52 +-#: rc.cpp:1901 ++#: rc.cpp:1844 + #, no-c-format + msgid "Open searches in external browser" + msgstr "" + + #. i18n: file ./plugins/search/searchpref.ui line 60 +-#: rc.cpp:1904 rc.cpp:1955 ++#: rc.cpp:1847 rc.cpp:1892 + #, no-c-format + msgid "Use default browser" + msgstr "" + + #. i18n: file ./plugins/search/searchpref.ui line 79 +-#: rc.cpp:1908 ++#: rc.cpp:1850 + #, fuzzy, no-c-format + msgid "Custom browser path:" + msgstr "自訂 IP" + + #. i18n: file ./plugins/search/searchpref.ui line 116 +-#: rc.cpp:1912 ++#: rc.cpp:1853 + #, no-c-format + msgid "Search Engines" + msgstr "搜尋引擎" + + #. i18n: file ./plugins/search/searchpref.ui line 143 +-#: rc.cpp:1916 ++#: rc.cpp:1856 + #, no-c-format + msgid "Search engine name:" + msgstr "搜尋引擎名稱:" + + #. i18n: file ./plugins/search/searchpref.ui line 187 +-#: rc.cpp:1922 ++#: rc.cpp:1862 + #, no-c-format + msgid "&Add" + msgstr "新增(&A)" + + #. i18n: file ./plugins/search/searchpref.ui line 195 +-#: rc.cpp:1925 ++#: rc.cpp:1865 + #, no-c-format + msgid "Engines" + msgstr "引擎" + + #. i18n: file ./plugins/search/searchpref.ui line 206 +-#: rc.cpp:1928 ++#: rc.cpp:1868 + #, no-c-format + msgid "URL" + msgstr "網址" + + #. i18n: file ./plugins/search/searchpref.ui line 257 +-#: rc.cpp:1934 ++#: rc.cpp:1874 + #, no-c-format + msgid "R&emove All" + msgstr "全部移除(&E)" + + #. i18n: file ./plugins/search/searchpref.ui line 282 +-#: rc.cpp:1937 ++#: rc.cpp:1877 + #, no-c-format + msgid "Add Defau<" + msgstr "新增預設(&L)" + + #. i18n: file ./plugins/search/searchpref.ui line 290 +-#: rc.cpp:1940 ++#: rc.cpp:1880 + #, fuzzy, no-c-format + msgid "Update From Internet" + msgstr "從網際網路更新" + + #. i18n: file ./plugins/search/searchbar.ui line 53 + #: plugins/search/searchplugin.cpp:50 plugins/search/searchtab.cpp:48 +-#: rc.cpp:1946 ++#: rc.cpp:1883 + #, no-c-format + msgid "Search" + msgstr "搜尋" + + #. i18n: file ./plugins/search/searchbar.ui line 78 +-#: rc.cpp:1949 ++#: rc.cpp:1886 + #, no-c-format + msgid "Search engine:" + msgstr "搜尋引擎:" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 10 +-#: rc.cpp:1952 ++#: rc.cpp:1889 + #, no-c-format + msgid "Current search engine" + msgstr "目前的搜尋引擎" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 19 +-#: rc.cpp:1958 ++#: rc.cpp:1895 + #, no-c-format + msgid "Use custom browser" + msgstr "" + + #. i18n: file ./plugins/search/ktsearchplugin.kcfg line 23 +-#: rc.cpp:1961 ++#: rc.cpp:1898 + #, no-c-format + msgid "Custom browser executable path" + msgstr "" +@@ -4068,34 +4068,34 @@ msgstr "檢查資料中" + msgid "Stopped. No space left on device." + msgstr "" + +-#: libktorrent/torrent/queuemanager.cpp:135 ++#: libktorrent/torrent/queuemanager.cpp:136 + #, fuzzy + msgid "" + "You don't have enough disk space to download this torrent. Are you sure you " + "want to continue?" + msgstr "若是您取消選擇檔案。您將失去所有檔案中的資料。您確定要這樣做嗎?" + +-#: libktorrent/torrent/queuemanager.cpp:135 ++#: libktorrent/torrent/queuemanager.cpp:136 + #, fuzzy, c-format + msgid "Insufficient disk space for %1" + msgstr "配置磁碟空間" + +-#: libktorrent/torrent/queuemanager.cpp:157 ++#: libktorrent/torrent/queuemanager.cpp:158 + msgid "" + "Torrent \"%1\" has reached its maximum share ratio. Ignore the limit and start " + "seeding anyway?" + msgstr "Torrent %1 已達到最大分享比例。要忽略此限制並開始傳送嗎?" + +-#: libktorrent/torrent/queuemanager.cpp:157 ++#: libktorrent/torrent/queuemanager.cpp:158 + msgid "Maximum share ratio limit reached." + msgstr "已達到最大分享比例限制。" + +-#: libktorrent/torrent/queuemanager.cpp:236 +-#: libktorrent/torrent/queuemanager.cpp:760 ++#: libktorrent/torrent/queuemanager.cpp:237 ++#: libktorrent/torrent/queuemanager.cpp:763 + msgid "Error stopping torrent %1 : %2" + msgstr "停止 torrent %1 時發生錯誤:%2" + +-#: libktorrent/torrent/queuemanager.cpp:742 ++#: libktorrent/torrent/queuemanager.cpp:745 + msgid "Error starting torrent %1 : %2" + msgstr "啟動 torrent %1 時發生錯誤:%2" + -- cgit v1.2.1