diff options
Diffstat (limited to 'tde-i18n-uk')
76 files changed, 2032 insertions, 2032 deletions
diff --git a/tde-i18n-uk/Makefile.in b/tde-i18n-uk/Makefile.in index ca20e6283c8..250b065b011 100644 --- a/tde-i18n-uk/Makefile.in +++ b/tde-i18n-uk/Makefile.in @@ -176,7 +176,7 @@ kde_styledir = @kde_styledir@ kde_templatesdir = @kde_templatesdir@ kde_wallpaperdir = @kde_wallpaperdir@ kde_widgetdir = @kde_widgetdir@ -kdeinitdir = @kdeinitdir@ +tdeinitdir = @tdeinitdir@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ diff --git a/tde-i18n-uk/acinclude.m4 b/tde-i18n-uk/acinclude.m4 index 46ad205e449..7d9fdee4132 100644 --- a/tde-i18n-uk/acinclude.m4 +++ b/tde-i18n-uk/acinclude.m4 @@ -23,8 +23,8 @@ 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. +dnl Single-module modifications are best placed in configure.in for tdelibs +dnl and tdebase or configure.in.in if present. # KDE_PATH_X_DIRECT dnl Internal subroutine of AC_PATH_X. @@ -103,41 +103,41 @@ 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} \ +for ac_dir in `echo "$ac_x_includes" | sed s/include/lib${tdelibsuff}/` \ + /usr/X11/lib${tdelibsuff} \ + /usr/X11R6/lib${tdelibsuff} \ + /usr/X11R5/lib${tdelibsuff} \ + /usr/X11R4/lib${tdelibsuff} \ \ - /usr/lib${kdelibsuff}/X11 \ - /usr/lib${kdelibsuff}/X11R6 \ - /usr/lib${kdelibsuff}/X11R5 \ - /usr/lib${kdelibsuff}/X11R4 \ + /usr/lib${tdelibsuff}/X11 \ + /usr/lib${tdelibsuff}/X11R6 \ + /usr/lib${tdelibsuff}/X11R5 \ + /usr/lib${tdelibsuff}/X11R4 \ \ - /usr/local/X11/lib${kdelibsuff} \ - /usr/local/X11R6/lib${kdelibsuff} \ - /usr/local/X11R5/lib${kdelibsuff} \ - /usr/local/X11R4/lib${kdelibsuff} \ + /usr/local/X11/lib${tdelibsuff} \ + /usr/local/X11R6/lib${tdelibsuff} \ + /usr/local/X11R5/lib${tdelibsuff} \ + /usr/local/X11R4/lib${tdelibsuff} \ \ - /usr/local/lib${kdelibsuff}/X11 \ - /usr/local/lib${kdelibsuff}/X11R6 \ - /usr/local/lib${kdelibsuff}/X11R5 \ - /usr/local/lib${kdelibsuff}/X11R4 \ + /usr/local/lib${tdelibsuff}/X11 \ + /usr/local/lib${tdelibsuff}/X11R6 \ + /usr/local/lib${tdelibsuff}/X11R5 \ + /usr/local/lib${tdelibsuff}/X11R4 \ \ - /usr/X386/lib${kdelibsuff} \ - /usr/x386/lib${kdelibsuff} \ - /usr/XFree86/lib${kdelibsuff}/X11 \ + /usr/X386/lib${tdelibsuff} \ + /usr/x386/lib${tdelibsuff} \ + /usr/XFree86/lib${tdelibsuff}/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/lib${tdelibsuff} \ + /usr/local/lib${tdelibsuff} \ + /usr/unsupported/lib${tdelibsuff} \ + /usr/athena/lib${tdelibsuff} \ + /usr/local/x11r5/lib${tdelibsuff} \ + /usr/lpp/Xamples/lib${tdelibsuff} \ + /lib/usr/lib${tdelibsuff}/X11 \ \ - /usr/openwin/lib${kdelibsuff} \ - /usr/openwin/share/lib${kdelibsuff} \ + /usr/openwin/lib${tdelibsuff} \ + /usr/openwin/share/lib${tdelibsuff} \ ; \ do dnl Don't even attempt the hair of trying to link an X program! @@ -371,14 +371,14 @@ AC_DEFUN([KDE_1_CHECK_PATHS], 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' +ac_link='$LIBTOOL_SHELL --silent --mode=link ${CXX-g++} -o conftest $CXXFLAGS $all_includes $CPPFLAGS $LDFLAGS $all_libraries conftest.$ac_ext $LIBS -ltdecore $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. +same compiler to compile Qt and tdelibs as you did use now. For more details about this problem, look at the end of config.log.]) fi @@ -710,7 +710,7 @@ AC_SUBST(kde_templatesdir) AC_SUBST(kde_servicesdir) AC_SUBST(kde_servicetypesdir) AC_SUBST(kde_moduledir) -AC_SUBST(kdeinitdir, '$(kde_moduledir)') +AC_SUBST(tdeinitdir, '$(kde_moduledir)') AC_SUBST(kde_styledir) AC_SUBST(kde_widgetdir) if test "$kde_qtver" = 1; then @@ -937,7 +937,7 @@ mips-sgi-irix6*) ac_x_includes="." fi if test -z "$ac_x_libraries"; then - ac_x_libraries="/usr/lib${kdelibsuff}" + ac_x_libraries="/usr/lib${tdelibsuff}" fi esac #from now on we use our own again @@ -1226,7 +1226,7 @@ if test $kde_qtver = 4; then kde_qt_dirs="$QTDIR /usr/lib/qt4 /usr/lib/qt /usr/share/qt4" fi if test $kde_qtver = 3; then - kde_qt_dirs="$QTDIR /usr/lib/qt3 /usr/lib/qt /usr/share/qt3 /usr/lib${kdelibsuff}/qt-3.3" + kde_qt_dirs="$QTDIR /usr/lib/qt3 /usr/lib/qt /usr/share/qt3 /usr/lib${tdelibsuff}/qt-3.3" if test -z "$PKG_CONFIG"; then AC_PATH_PROG(PKG_CONFIG, pkg-config, no) fi @@ -1426,7 +1426,7 @@ 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_libraries="$withval"/lib${tdelibsuff} ac_qt_bindir="$withval"/bin ]) @@ -1475,7 +1475,7 @@ ac_qt_includes="$qt_incdir" qt_libdirs="" for dir in $kde_qt_dirs; do - qt_libdirs="$qt_libdirs $dir/lib${kdelibsuff} $dir/lib $dir" + qt_libdirs="$qt_libdirs $dir/lib${tdelibsuff} $dir/lib $dir" done if test -z "$PKG_CONFIG"; then AC_PATH_PROG(PKG_CONFIG, pkg-config, no) @@ -1668,11 +1668,11 @@ 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. +you need to install tdelibs 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 +If you did install tdelibs, then the Qt version that is picked up by +this configure is not the same version you used to compile tdelibs. +The Qt Plugin installed by tdelibs is *ONLY* loadable if it is the _same Qt version_, compiled with the _same compiler_ and the same Qt configuration settings. ]) @@ -1809,7 +1809,7 @@ AC_CACHE_VAL(ac_cv_have_kde, if test "$kde_qtver" = 1; then kde_check_header="ksock.h" - kde_check_lib="libkdecore.la" + kde_check_lib="libtdecore.la" else kde_check_header="ksharedptr.h" kde_check_lib="libkio.la" @@ -1829,8 +1829,8 @@ 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="$kde_libs_prefix/lib${tdelibsuff} /usr/lib/kde/lib${tdelibsuff} /usr/local/kde/lib${tdelibsuff} /usr/kde/lib${tdelibsuff} /usr/lib${tdelibsuff}/kde /usr/lib${tdelibsuff}/kde3 /usr/lib${tdelibsuff} /usr/X11R6/lib${tdelibsuff} /usr/local/lib${tdelibsuff} /opt/kde3/lib${tdelibsuff} /opt/kde/lib${tdelibsuff} /usr/X11R6/kde/lib${tdelibsuff}" +test -n "$KDEDIR" && kde_libdirs="$KDEDIR/lib${tdelibsuff} $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" @@ -1848,7 +1848,7 @@ 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]) +by tdelibs]) fi if test -n "$kde_widgetdir"; then @@ -1863,7 +1863,7 @@ else ac_kde_includes=$ac_kde_includes ac_kde_libraries=$ac_kde_libraries" fi -else dnl test -z $1, e.g. from kdelibs +else dnl test -z $1, e.g. from tdelibs ac_cv_have_kde="have_kde=no" @@ -2088,12 +2088,12 @@ AC_DEFUN([KDE_CREATE_LIBS_ALIASES], if test $kde_qtver = 3; then case $host in - *cygwin*) lib_kded="-lkdeinit_kded" ;; + *cygwin*) lib_kded="-ltdeinit_kded" ;; *) lib_kded="" ;; esac AC_SUBST(LIB_KDED, $lib_kded) - AC_SUBST(LIB_KDECORE, "-lkdecore") - AC_SUBST(LIB_KDEUI, "-lkdeui") + AC_SUBST(LIB_TDECORE, "-ltdecore") + AC_SUBST(LIB_TDEUI, "-ltdeui") AC_SUBST(LIB_KIO, "-lkio") AC_SUBST(LIB_KJS, "-lkjs") AC_SUBST(LIB_SMB, "-lsmb") @@ -2102,9 +2102,9 @@ if test $kde_qtver = 3; then AC_SUBST(LIB_KHTML, "-lkhtml") AC_SUBST(LIB_KSPELL, "-lkspell") AC_SUBST(LIB_KPARTS, "-lkparts") - AC_SUBST(LIB_KDEPRINT, "-lkdeprint") + AC_SUBST(LIB_TDEPRINT, "-ltdeprint") AC_SUBST(LIB_KUTILS, "-lkutils") - AC_SUBST(LIB_KDEPIM, "-lkdepim") + AC_SUBST(LIB_TDEPIM, "-ltdepim") AC_SUBST(LIB_KIMPROXY, "-lkimproxy") AC_SUBST(LIB_KNEWSTUFF, "-lknewstuff") AC_SUBST(LIB_KDNSSD, "-lkdnssd") @@ -2113,8 +2113,8 @@ if test $kde_qtver = 3; then 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_TDECORE, "-ltdecore") + AC_SUBST(LIB_TDEUI, "-ltdeui") AC_SUBST(LIB_KIO, "-lkio") AC_SUBST(LIB_KSYCOCA, "-lksycoca") AC_SUBST(LIB_SMB, "-lsmb") @@ -2123,13 +2123,13 @@ elif test $kde_qtver = 2; then AC_SUBST(LIB_KHTML, "-lkhtml") AC_SUBST(LIB_KSPELL, "-lkspell") AC_SUBST(LIB_KPARTS, "-lkparts") - AC_SUBST(LIB_KDEPRINT, "-lkdeprint") + AC_SUBST(LIB_TDEPRINT, "-ltdeprint") 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)") + AC_SUBST(LIB_TDECORE, "-ltdecore -lXext $(LIB_QT)") + AC_SUBST(LIB_TDEUI, "-ltdeui $(LIB_TDECORE)") + AC_SUBST(LIB_KFM, "-lkfm $(LIB_TDECORE)") + AC_SUBST(LIB_KFILE, "-lkfile $(LIB_KFM) $(LIB_TDEUI)") + AC_SUBST(LIB_KAB, "-lkab $(LIB_KIMGIO) $(LIB_TDECORE)") fi ]) @@ -2194,7 +2194,7 @@ if test "x$kde_cv_func_$1" = xyes; then 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="yes - in libtdefakes" ;; *) kde_cv_proto_$1=unknown @@ -2513,7 +2513,7 @@ 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) + AC_MSG_ERROR(You need giflib30. Please install the tdesupport package) fi ]) @@ -3527,9 +3527,9 @@ 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") + tdelibsuff=$enableval, tdelibsuff="auto") - if test "$kdelibsuff" = "auto"; then + if test "$tdelibsuff" = "auto"; then cat > conftest.c << EOF #include <stdio.h> @@ -3537,26 +3537,26 @@ int main() { return 0; } EOF - kdelibsuff=`$CC conftest.c -o conftest.out; ldd conftest.out |sed -ne '/libc.so/{ + tdelibsuff=`$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= + if test "$tdelibsuff" = "no" || test "$tdelibsuff" = "none"; then + tdelibsuff= fi - if test -z "$kdelibsuff"; then + if test -z "$tdelibsuff"; 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}" + libdir="$libdir${tdelibsuff}" 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]) + AC_DEFINE_UNQUOTED(KDELIBSUFF, ["${tdelibsuff}"], Suffix for lib directories) + AC_MSG_RESULT([using lib directory suffix $tdelibsuff]) fi ]) @@ -4581,7 +4581,7 @@ fi PYTHONINC=-I$python_incdir -python_libdirs="$ac_python_dir/lib$kdelibsuff /usr/lib$kdelibsuff /usr/local /usr/lib$kdelibsuff $kde_extra_libs" +python_libdirs="$ac_python_dir/lib$tdelibsuff /usr/lib$tdelibsuff /usr/local /usr/lib$tdelibsuff $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) @@ -4971,7 +4971,7 @@ AC_DEFUN([KDE_CONF_FILES], AC_SUBST(CONF_FILES) ])dnl -dnl This sets the prefix, for arts and kdelibs +dnl This sets the prefix, for arts and tdelibs 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], @@ -5018,9 +5018,9 @@ AC_DEFUN([KDE_SET_PREFIX], 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. + AC_MSG_ERROR([$KDECONFIG --prefix outputed the non existant prefix '$kde_libs_prefix' for tdelibs. This means it has been moved since you installed it. - This won't work. Please recompile kdelibs for the new prefix. + This won't work. Please recompile tdelibs for the new prefix. ]) fi kde_libs_htmldir=`$KDECONFIG --install html --expandvars` @@ -5686,7 +5686,7 @@ 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 + ac_ssl_libraries="$withval"/lib$tdelibsuff ]) want_ssl=yes @@ -5706,7 +5706,7 @@ AC_CACHE_VAL(ac_cv_have_ssl, 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" + ssl_libdirs="/usr/lib$tdelibsuff /usr/local/lib$tdelibsuff /usr/ssl/lib$tdelibsuff /usr/local/ssl/lib$tdelibsuff $libdir $prefix/lib$tdelibsuff $exec_prefix/lib$tdelibsuff $kde_extra_libs" if test ! "$ac_ssl_libraries" = "NO"; then ssl_libdirs="$ac_ssl_libraries $ssl_libdirs" fi @@ -5943,9 +5943,9 @@ 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" + PKG_CONFIG_PATH="$prefix/lib${tdelibsuff}/pkgconfig:$PKG_CONFIG_PATH" if test "$prefix" != "$kde_libs_prefix"; then - PKG_CONFIG_PATH="$kde_libs_prefix/lib${kdelibsuff}/pkgconfig:$PKG_CONFIG_PATH" + PKG_CONFIG_PATH="$kde_libs_prefix/lib${tdelibsuff}/pkgconfig:$PKG_CONFIG_PATH" fi export PKG_CONFIG_PATH PKG_CHECK_MODULES([$1],[$2],[$3],[$4]) diff --git a/tde-i18n-uk/configure b/tde-i18n-uk/configure index b62366da60c..98bb730a29a 100755 --- a/tde-i18n-uk/configure +++ b/tde-i18n-uk/configure @@ -680,7 +680,7 @@ kde_templatesdir kde_servicesdir kde_servicetypesdir kde_moduledir -kdeinitdir +tdeinitdir kde_styledir kde_widgetdir LN_S @@ -2060,7 +2060,7 @@ fi # Define the identity of the package. - PACKAGE=kde-i18n-uk + PACKAGE=tde-i18n-uk VERSION="3.5.10" @@ -2602,7 +2602,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu { echo "$as_me:$LINENO: checking for KDE libraries installed" >&5 echo $ECHO_N "checking for KDE libraries installed... $ECHO_C" >&6; } -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' +ac_link='$LIBTOOL_SHELL --silent --mode=link ${CXX-g++} -o conftest $CXXFLAGS $all_includes $CPPFLAGS $LDFLAGS $all_libraries conftest.$ac_ext $LIBS -ltdecore $LIBQT $KDE_TEST_RPATH 1>&5' if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 @@ -2614,11 +2614,11 @@ echo "${ECHO_T}yes" >&6; } else { { echo "$as_me:$LINENO: 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. +same compiler to compile Qt and tdelibs as you did use now. For more details about this problem, look at the end of config.log." >&5 echo "$as_me: 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. +same compiler to compile Qt and tdelibs as you did use now. For more details about this problem, look at the end of config.log." >&2;} { (exit 1); exit 1; }; } fi @@ -2904,7 +2904,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu { echo "$as_me:$LINENO: checking for KDE libraries installed" >&5 echo $ECHO_N "checking for KDE libraries installed... $ECHO_C" >&6; } -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' +ac_link='$LIBTOOL_SHELL --silent --mode=link ${CXX-g++} -o conftest $CXXFLAGS $all_includes $CPPFLAGS $LDFLAGS $all_libraries conftest.$ac_ext $LIBS -ltdecore $LIBQT $KDE_TEST_RPATH 1>&5' if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 @@ -2916,11 +2916,11 @@ echo "${ECHO_T}yes" >&6; } else { { echo "$as_me:$LINENO: 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. +same compiler to compile Qt and tdelibs as you did use now. For more details about this problem, look at the end of config.log." >&5 echo "$as_me: 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. +same compiler to compile Qt and tdelibs as you did use now. For more details about this problem, look at the end of config.log." >&2;} { (exit 1); exit 1; }; } fi @@ -3895,13 +3895,13 @@ echo "${ECHO_T}$kde_cv_path" >&6; } kde_libs_prefix=`$KDECONFIG --prefix` if test -z "$kde_libs_prefix" || test ! -x "$kde_libs_prefix"; then - { { echo "$as_me:$LINENO: error: $KDECONFIG --prefix outputed the non existant prefix '$kde_libs_prefix' for kdelibs. + { { echo "$as_me:$LINENO: error: $KDECONFIG --prefix outputed the non existant prefix '$kde_libs_prefix' for tdelibs. This means it has been moved since you installed it. - This won't work. Please recompile kdelibs for the new prefix. + This won't work. Please recompile tdelibs for the new prefix. " >&5 -echo "$as_me: error: $KDECONFIG --prefix outputed the non existant prefix '$kde_libs_prefix' for kdelibs. +echo "$as_me: error: $KDECONFIG --prefix outputed the non existant prefix '$kde_libs_prefix' for tdelibs. This means it has been moved since you installed it. - This won't work. Please recompile kdelibs for the new prefix. + This won't work. Please recompile tdelibs for the new prefix. " >&2;} { (exit 1); exit 1; }; } fi @@ -3970,7 +3970,7 @@ fi -kdeinitdir='$(kde_moduledir)' +tdeinitdir='$(kde_moduledir)' @@ -4125,63 +4125,63 @@ ac_config_files="$ac_config_files docs/Makefile" ac_config_files="$ac_config_files docs/common/Makefile" -ac_config_files="$ac_config_files docs/kdebase/Makefile" +ac_config_files="$ac_config_files docs/tdebase/Makefile" -ac_config_files="$ac_config_files docs/kdebase/faq/Makefile" +ac_config_files="$ac_config_files docs/tdebase/faq/Makefile" -ac_config_files="$ac_config_files docs/kdebase/kinfocenter/Makefile" +ac_config_files="$ac_config_files docs/tdebase/kinfocenter/Makefile" -ac_config_files="$ac_config_files docs/kdebase/kinfocenter/protocols/Makefile" +ac_config_files="$ac_config_files docs/tdebase/kinfocenter/protocols/Makefile" -ac_config_files="$ac_config_files docs/kdebase/kioslave/Makefile" +ac_config_files="$ac_config_files docs/tdebase/kioslave/Makefile" -ac_config_files="$ac_config_files docs/kdelibs/Makefile" +ac_config_files="$ac_config_files docs/tdelibs/Makefile" -ac_config_files="$ac_config_files docs/kdelibs/kspell/Makefile" +ac_config_files="$ac_config_files docs/tdelibs/kspell/Makefile" -ac_config_files="$ac_config_files docs/kdepim/Makefile" +ac_config_files="$ac_config_files docs/tdepim/Makefile" -ac_config_files="$ac_config_files docs/kdepim/knotes/Makefile" +ac_config_files="$ac_config_files docs/tdepim/knotes/Makefile" -ac_config_files="$ac_config_files docs/kdesdk/Makefile" +ac_config_files="$ac_config_files docs/tdesdk/Makefile" -ac_config_files="$ac_config_files docs/kdesdk/kbabel/Makefile" +ac_config_files="$ac_config_files docs/tdesdk/kbabel/Makefile" ac_config_files="$ac_config_files messages/Makefile" -ac_config_files="$ac_config_files messages/kdeaccessibility/Makefile" +ac_config_files="$ac_config_files messages/tdeaccessibility/Makefile" -ac_config_files="$ac_config_files messages/kdeaddons/Makefile" +ac_config_files="$ac_config_files messages/tdeaddons/Makefile" -ac_config_files="$ac_config_files messages/kdeadmin/Makefile" +ac_config_files="$ac_config_files messages/tdeadmin/Makefile" -ac_config_files="$ac_config_files messages/kdeartwork/Makefile" +ac_config_files="$ac_config_files messages/tdeartwork/Makefile" -ac_config_files="$ac_config_files messages/kdebase/Makefile" +ac_config_files="$ac_config_files messages/tdebase/Makefile" -ac_config_files="$ac_config_files messages/kdeedu/Makefile" +ac_config_files="$ac_config_files messages/tdeedu/Makefile" -ac_config_files="$ac_config_files messages/kdegames/Makefile" +ac_config_files="$ac_config_files messages/tdegames/Makefile" -ac_config_files="$ac_config_files messages/kdegraphics/Makefile" +ac_config_files="$ac_config_files messages/tdegraphics/Makefile" -ac_config_files="$ac_config_files messages/kdelibs/Makefile" +ac_config_files="$ac_config_files messages/tdelibs/Makefile" -ac_config_files="$ac_config_files messages/kdemultimedia/Makefile" +ac_config_files="$ac_config_files messages/tdemultimedia/Makefile" -ac_config_files="$ac_config_files messages/kdenetwork/Makefile" +ac_config_files="$ac_config_files messages/tdenetwork/Makefile" -ac_config_files="$ac_config_files messages/kdepim/Makefile" +ac_config_files="$ac_config_files messages/tdepim/Makefile" -ac_config_files="$ac_config_files messages/kdesdk/Makefile" +ac_config_files="$ac_config_files messages/tdesdk/Makefile" -ac_config_files="$ac_config_files messages/kdetoys/Makefile" +ac_config_files="$ac_config_files messages/tdetoys/Makefile" -ac_config_files="$ac_config_files messages/kdeutils/Makefile" +ac_config_files="$ac_config_files messages/tdeutils/Makefile" -ac_config_files="$ac_config_files messages/kdevelop/Makefile" +ac_config_files="$ac_config_files messages/tdevelop/Makefile" -ac_config_files="$ac_config_files messages/kdewebdev/Makefile" +ac_config_files="$ac_config_files messages/tdewebdev/Makefile" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure @@ -4748,35 +4748,35 @@ do "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; "docs/Makefile") CONFIG_FILES="$CONFIG_FILES docs/Makefile" ;; "docs/common/Makefile") CONFIG_FILES="$CONFIG_FILES docs/common/Makefile" ;; - "docs/kdebase/Makefile") CONFIG_FILES="$CONFIG_FILES docs/kdebase/Makefile" ;; - "docs/kdebase/faq/Makefile") CONFIG_FILES="$CONFIG_FILES docs/kdebase/faq/Makefile" ;; - "docs/kdebase/kinfocenter/Makefile") CONFIG_FILES="$CONFIG_FILES docs/kdebase/kinfocenter/Makefile" ;; - "docs/kdebase/kinfocenter/protocols/Makefile") CONFIG_FILES="$CONFIG_FILES docs/kdebase/kinfocenter/protocols/Makefile" ;; - "docs/kdebase/kioslave/Makefile") CONFIG_FILES="$CONFIG_FILES docs/kdebase/kioslave/Makefile" ;; - "docs/kdelibs/Makefile") CONFIG_FILES="$CONFIG_FILES docs/kdelibs/Makefile" ;; - "docs/kdelibs/kspell/Makefile") CONFIG_FILES="$CONFIG_FILES docs/kdelibs/kspell/Makefile" ;; - "docs/kdepim/Makefile") CONFIG_FILES="$CONFIG_FILES docs/kdepim/Makefile" ;; - "docs/kdepim/knotes/Makefile") CONFIG_FILES="$CONFIG_FILES docs/kdepim/knotes/Makefile" ;; - "docs/kdesdk/Makefile") CONFIG_FILES="$CONFIG_FILES docs/kdesdk/Makefile" ;; - "docs/kdesdk/kbabel/Makefile") CONFIG_FILES="$CONFIG_FILES docs/kdesdk/kbabel/Makefile" ;; + "docs/tdebase/Makefile") CONFIG_FILES="$CONFIG_FILES docs/tdebase/Makefile" ;; + "docs/tdebase/faq/Makefile") CONFIG_FILES="$CONFIG_FILES docs/tdebase/faq/Makefile" ;; + "docs/tdebase/kinfocenter/Makefile") CONFIG_FILES="$CONFIG_FILES docs/tdebase/kinfocenter/Makefile" ;; + "docs/tdebase/kinfocenter/protocols/Makefile") CONFIG_FILES="$CONFIG_FILES docs/tdebase/kinfocenter/protocols/Makefile" ;; + "docs/tdebase/kioslave/Makefile") CONFIG_FILES="$CONFIG_FILES docs/tdebase/kioslave/Makefile" ;; + "docs/tdelibs/Makefile") CONFIG_FILES="$CONFIG_FILES docs/tdelibs/Makefile" ;; + "docs/tdelibs/kspell/Makefile") CONFIG_FILES="$CONFIG_FILES docs/tdelibs/kspell/Makefile" ;; + "docs/tdepim/Makefile") CONFIG_FILES="$CONFIG_FILES docs/tdepim/Makefile" ;; + "docs/tdepim/knotes/Makefile") CONFIG_FILES="$CONFIG_FILES docs/tdepim/knotes/Makefile" ;; + "docs/tdesdk/Makefile") CONFIG_FILES="$CONFIG_FILES docs/tdesdk/Makefile" ;; + "docs/tdesdk/kbabel/Makefile") CONFIG_FILES="$CONFIG_FILES docs/tdesdk/kbabel/Makefile" ;; "messages/Makefile") CONFIG_FILES="$CONFIG_FILES messages/Makefile" ;; - "messages/kdeaccessibility/Makefile") CONFIG_FILES="$CONFIG_FILES messages/kdeaccessibility/Makefile" ;; - "messages/kdeaddons/Makefile") CONFIG_FILES="$CONFIG_FILES messages/kdeaddons/Makefile" ;; - "messages/kdeadmin/Makefile") CONFIG_FILES="$CONFIG_FILES messages/kdeadmin/Makefile" ;; - "messages/kdeartwork/Makefile") CONFIG_FILES="$CONFIG_FILES messages/kdeartwork/Makefile" ;; - "messages/kdebase/Makefile") CONFIG_FILES="$CONFIG_FILES messages/kdebase/Makefile" ;; - "messages/kdeedu/Makefile") CONFIG_FILES="$CONFIG_FILES messages/kdeedu/Makefile" ;; - "messages/kdegames/Makefile") CONFIG_FILES="$CONFIG_FILES messages/kdegames/Makefile" ;; - "messages/kdegraphics/Makefile") CONFIG_FILES="$CONFIG_FILES messages/kdegraphics/Makefile" ;; - "messages/kdelibs/Makefile") CONFIG_FILES="$CONFIG_FILES messages/kdelibs/Makefile" ;; - "messages/kdemultimedia/Makefile") CONFIG_FILES="$CONFIG_FILES messages/kdemultimedia/Makefile" ;; - "messages/kdenetwork/Makefile") CONFIG_FILES="$CONFIG_FILES messages/kdenetwork/Makefile" ;; - "messages/kdepim/Makefile") CONFIG_FILES="$CONFIG_FILES messages/kdepim/Makefile" ;; - "messages/kdesdk/Makefile") CONFIG_FILES="$CONFIG_FILES messages/kdesdk/Makefile" ;; - "messages/kdetoys/Makefile") CONFIG_FILES="$CONFIG_FILES messages/kdetoys/Makefile" ;; - "messages/kdeutils/Makefile") CONFIG_FILES="$CONFIG_FILES messages/kdeutils/Makefile" ;; - "messages/kdevelop/Makefile") CONFIG_FILES="$CONFIG_FILES messages/kdevelop/Makefile" ;; - "messages/kdewebdev/Makefile") CONFIG_FILES="$CONFIG_FILES messages/kdewebdev/Makefile" ;; + "messages/tdeaccessibility/Makefile") CONFIG_FILES="$CONFIG_FILES messages/tdeaccessibility/Makefile" ;; + "messages/tdeaddons/Makefile") CONFIG_FILES="$CONFIG_FILES messages/tdeaddons/Makefile" ;; + "messages/tdeadmin/Makefile") CONFIG_FILES="$CONFIG_FILES messages/tdeadmin/Makefile" ;; + "messages/tdeartwork/Makefile") CONFIG_FILES="$CONFIG_FILES messages/tdeartwork/Makefile" ;; + "messages/tdebase/Makefile") CONFIG_FILES="$CONFIG_FILES messages/tdebase/Makefile" ;; + "messages/tdeedu/Makefile") CONFIG_FILES="$CONFIG_FILES messages/tdeedu/Makefile" ;; + "messages/tdegames/Makefile") CONFIG_FILES="$CONFIG_FILES messages/tdegames/Makefile" ;; + "messages/tdegraphics/Makefile") CONFIG_FILES="$CONFIG_FILES messages/tdegraphics/Makefile" ;; + "messages/tdelibs/Makefile") CONFIG_FILES="$CONFIG_FILES messages/tdelibs/Makefile" ;; + "messages/tdemultimedia/Makefile") CONFIG_FILES="$CONFIG_FILES messages/tdemultimedia/Makefile" ;; + "messages/tdenetwork/Makefile") CONFIG_FILES="$CONFIG_FILES messages/tdenetwork/Makefile" ;; + "messages/tdepim/Makefile") CONFIG_FILES="$CONFIG_FILES messages/tdepim/Makefile" ;; + "messages/tdesdk/Makefile") CONFIG_FILES="$CONFIG_FILES messages/tdesdk/Makefile" ;; + "messages/tdetoys/Makefile") CONFIG_FILES="$CONFIG_FILES messages/tdetoys/Makefile" ;; + "messages/tdeutils/Makefile") CONFIG_FILES="$CONFIG_FILES messages/tdeutils/Makefile" ;; + "messages/tdevelop/Makefile") CONFIG_FILES="$CONFIG_FILES messages/tdevelop/Makefile" ;; + "messages/tdewebdev/Makefile") CONFIG_FILES="$CONFIG_FILES messages/tdewebdev/Makefile" ;; *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 echo "$as_me: error: invalid argument: $ac_config_target" >&2;} @@ -4981,7 +4981,7 @@ kde_templatesdir!$kde_templatesdir$ac_delim kde_servicesdir!$kde_servicesdir$ac_delim kde_servicetypesdir!$kde_servicetypesdir$ac_delim kde_moduledir!$kde_moduledir$ac_delim -kdeinitdir!$kdeinitdir$ac_delim +tdeinitdir!$tdeinitdir$ac_delim kde_styledir!$kde_styledir$ac_delim kde_widgetdir!$kde_widgetdir$ac_delim LN_S!$LN_S$ac_delim diff --git a/tde-i18n-uk/configure.in b/tde-i18n-uk/configure.in index 86fb1502ded..5b2a9f2846e 100644 --- a/tde-i18n-uk/configure.in +++ b/tde-i18n-uk/configure.in @@ -3,7 +3,7 @@ dnl FILE: configure.in.in dnl ======================================================= AC_INIT(messages/Makefile.am) -AM_INIT_AUTOMAKE(kde-i18n-uk, "3.5.10") +AM_INIT_AUTOMAKE(tde-i18n-uk, "3.5.10") AM_CONFIG_HEADER(config.h) AC_SUBST(AUTODIRS) AM_KDE_WITH_NLS @@ -16,35 +16,35 @@ KDE_CREATE_SUBDIRSLIST AC_CONFIG_FILES([ Makefile ]) AC_CONFIG_FILES([ docs/Makefile ]) AC_CONFIG_FILES([ docs/common/Makefile ]) -AC_CONFIG_FILES([ docs/kdebase/Makefile ]) -AC_CONFIG_FILES([ docs/kdebase/faq/Makefile ]) -AC_CONFIG_FILES([ docs/kdebase/kinfocenter/Makefile ]) -AC_CONFIG_FILES([ docs/kdebase/kinfocenter/protocols/Makefile ]) -AC_CONFIG_FILES([ docs/kdebase/kioslave/Makefile ]) -AC_CONFIG_FILES([ docs/kdelibs/Makefile ]) -AC_CONFIG_FILES([ docs/kdelibs/kspell/Makefile ]) -AC_CONFIG_FILES([ docs/kdepim/Makefile ]) -AC_CONFIG_FILES([ docs/kdepim/knotes/Makefile ]) -AC_CONFIG_FILES([ docs/kdesdk/Makefile ]) -AC_CONFIG_FILES([ docs/kdesdk/kbabel/Makefile ]) +AC_CONFIG_FILES([ docs/tdebase/Makefile ]) +AC_CONFIG_FILES([ docs/tdebase/faq/Makefile ]) +AC_CONFIG_FILES([ docs/tdebase/kinfocenter/Makefile ]) +AC_CONFIG_FILES([ docs/tdebase/kinfocenter/protocols/Makefile ]) +AC_CONFIG_FILES([ docs/tdebase/kioslave/Makefile ]) +AC_CONFIG_FILES([ docs/tdelibs/Makefile ]) +AC_CONFIG_FILES([ docs/tdelibs/kspell/Makefile ]) +AC_CONFIG_FILES([ docs/tdepim/Makefile ]) +AC_CONFIG_FILES([ docs/tdepim/knotes/Makefile ]) +AC_CONFIG_FILES([ docs/tdesdk/Makefile ]) +AC_CONFIG_FILES([ docs/tdesdk/kbabel/Makefile ]) AC_CONFIG_FILES([ messages/Makefile ]) -AC_CONFIG_FILES([ messages/kdeaccessibility/Makefile ]) -AC_CONFIG_FILES([ messages/kdeaddons/Makefile ]) -AC_CONFIG_FILES([ messages/kdeadmin/Makefile ]) -AC_CONFIG_FILES([ messages/kdeartwork/Makefile ]) -AC_CONFIG_FILES([ messages/kdebase/Makefile ]) -AC_CONFIG_FILES([ messages/kdeedu/Makefile ]) -AC_CONFIG_FILES([ messages/kdegames/Makefile ]) -AC_CONFIG_FILES([ messages/kdegraphics/Makefile ]) -AC_CONFIG_FILES([ messages/kdelibs/Makefile ]) -AC_CONFIG_FILES([ messages/kdemultimedia/Makefile ]) -AC_CONFIG_FILES([ messages/kdenetwork/Makefile ]) -AC_CONFIG_FILES([ messages/kdepim/Makefile ]) -AC_CONFIG_FILES([ messages/kdesdk/Makefile ]) -AC_CONFIG_FILES([ messages/kdetoys/Makefile ]) -AC_CONFIG_FILES([ messages/kdeutils/Makefile ]) -AC_CONFIG_FILES([ messages/kdevelop/Makefile ]) -AC_CONFIG_FILES([ messages/kdewebdev/Makefile ]) +AC_CONFIG_FILES([ messages/tdeaccessibility/Makefile ]) +AC_CONFIG_FILES([ messages/tdeaddons/Makefile ]) +AC_CONFIG_FILES([ messages/tdeadmin/Makefile ]) +AC_CONFIG_FILES([ messages/tdeartwork/Makefile ]) +AC_CONFIG_FILES([ messages/tdebase/Makefile ]) +AC_CONFIG_FILES([ messages/tdeedu/Makefile ]) +AC_CONFIG_FILES([ messages/tdegames/Makefile ]) +AC_CONFIG_FILES([ messages/tdegraphics/Makefile ]) +AC_CONFIG_FILES([ messages/tdelibs/Makefile ]) +AC_CONFIG_FILES([ messages/tdemultimedia/Makefile ]) +AC_CONFIG_FILES([ messages/tdenetwork/Makefile ]) +AC_CONFIG_FILES([ messages/tdepim/Makefile ]) +AC_CONFIG_FILES([ messages/tdesdk/Makefile ]) +AC_CONFIG_FILES([ messages/tdetoys/Makefile ]) +AC_CONFIG_FILES([ messages/tdeutils/Makefile ]) +AC_CONFIG_FILES([ messages/tdevelop/Makefile ]) +AC_CONFIG_FILES([ messages/tdewebdev/Makefile ]) AC_OUTPUT # Check if KDE_SET_PREFIX was called, and --prefix was passed to configure if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then diff --git a/tde-i18n-uk/docs/Makefile.in b/tde-i18n-uk/docs/Makefile.in index 22c18b38a95..88321880469 100644 --- a/tde-i18n-uk/docs/Makefile.in +++ b/tde-i18n-uk/docs/Makefile.in @@ -162,7 +162,7 @@ kde_styledir = @kde_styledir@ kde_templatesdir = @kde_templatesdir@ kde_wallpaperdir = @kde_wallpaperdir@ kde_widgetdir = @kde_widgetdir@ -kdeinitdir = @kdeinitdir@ +tdeinitdir = @tdeinitdir@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ @@ -187,7 +187,7 @@ xdg_menudir = @xdg_menudir@ KDE_LANG = uk #>- SUBDIRS = $(AUTODIRS) #>+ 1 -SUBDIRS =. common kdepim kdesdk kdebase kdelibs +SUBDIRS =. common tdepim tdesdk tdebase tdelibs KDE_DOCS = AUTO KDE_MANS = AUTO #>- all: all-recursive diff --git a/tde-i18n-uk/docs/common/Makefile.in b/tde-i18n-uk/docs/common/Makefile.in index dc75dbce40f..c2f7bcaaf48 100644 --- a/tde-i18n-uk/docs/common/Makefile.in +++ b/tde-i18n-uk/docs/common/Makefile.in @@ -162,7 +162,7 @@ kde_styledir = @kde_styledir@ kde_templatesdir = @kde_templatesdir@ kde_wallpaperdir = @kde_wallpaperdir@ kde_widgetdir = @kde_widgetdir@ -kdeinitdir = @kdeinitdir@ +tdeinitdir = @tdeinitdir@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ diff --git a/tde-i18n-uk/docs/kdebase/Makefile.in b/tde-i18n-uk/docs/kdebase/Makefile.in index 93d5d874cc1..9d428e2b908 100644 --- a/tde-i18n-uk/docs/kdebase/Makefile.in +++ b/tde-i18n-uk/docs/kdebase/Makefile.in @@ -30,7 +30,7 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : -subdir = docs/kdebase +subdir = docs/tdebase DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ @@ -162,7 +162,7 @@ kde_styledir = @kde_styledir@ kde_templatesdir = @kde_templatesdir@ kde_wallpaperdir = @kde_wallpaperdir@ kde_widgetdir = @kde_widgetdir@ -kdeinitdir = @kdeinitdir@ +tdeinitdir = @tdeinitdir@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ @@ -204,9 +204,9 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) #>- exit 1;; \ #>- esac; \ #>- done; \ -#>- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/kdebase/Makefile'; \ +#>- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/tdebase/Makefile'; \ #>- cd $(top_srcdir) && \ -#>- $(AUTOMAKE) --gnu docs/kdebase/Makefile +#>- $(AUTOMAKE) --gnu docs/tdebase/Makefile #>+ 12 @for dep in $?; do \ case '$(am__configure_deps)' in \ @@ -216,10 +216,10 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/kdebase/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/tdebase/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu docs/kdebase/Makefile - cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin docs/kdebase/Makefile.in + $(AUTOMAKE) --gnu docs/tdebase/Makefile + cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin docs/tdebase/Makefile.in .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -534,10 +534,10 @@ force-reedit: exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/kdebase/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/tdebase/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu docs/kdebase/Makefile - cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin docs/kdebase/Makefile.in + $(AUTOMAKE) --gnu docs/tdebase/Makefile + cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin docs/tdebase/Makefile.in #>+ 21 diff --git a/tde-i18n-uk/docs/kdebase/faq/Makefile.in b/tde-i18n-uk/docs/kdebase/faq/Makefile.in index 0d6771987ad..91265a001dc 100644 --- a/tde-i18n-uk/docs/kdebase/faq/Makefile.in +++ b/tde-i18n-uk/docs/kdebase/faq/Makefile.in @@ -30,7 +30,7 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : -subdir = docs/kdebase/faq +subdir = docs/tdebase/faq DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ @@ -162,7 +162,7 @@ kde_styledir = @kde_styledir@ kde_templatesdir = @kde_templatesdir@ kde_wallpaperdir = @kde_wallpaperdir@ kde_widgetdir = @kde_widgetdir@ -kdeinitdir = @kdeinitdir@ +tdeinitdir = @tdeinitdir@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ @@ -204,9 +204,9 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) #>- exit 1;; \ #>- esac; \ #>- done; \ -#>- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/kdebase/faq/Makefile'; \ +#>- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/tdebase/faq/Makefile'; \ #>- cd $(top_srcdir) && \ -#>- $(AUTOMAKE) --gnu docs/kdebase/faq/Makefile +#>- $(AUTOMAKE) --gnu docs/tdebase/faq/Makefile #>+ 12 @for dep in $?; do \ case '$(am__configure_deps)' in \ @@ -216,10 +216,10 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/kdebase/faq/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/tdebase/faq/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu docs/kdebase/faq/Makefile - cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin docs/kdebase/faq/Makefile.in + $(AUTOMAKE) --gnu docs/tdebase/faq/Makefile + cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin docs/tdebase/faq/Makefile.in .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -560,10 +560,10 @@ force-reedit: exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/kdebase/faq/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/tdebase/faq/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu docs/kdebase/faq/Makefile - cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin docs/kdebase/faq/Makefile.in + $(AUTOMAKE) --gnu docs/tdebase/faq/Makefile + cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin docs/tdebase/faq/Makefile.in #>+ 21 diff --git a/tde-i18n-uk/docs/kdebase/kinfocenter/Makefile.in b/tde-i18n-uk/docs/kdebase/kinfocenter/Makefile.in index fb429df5a1a..491a5f5e25c 100644 --- a/tde-i18n-uk/docs/kdebase/kinfocenter/Makefile.in +++ b/tde-i18n-uk/docs/kdebase/kinfocenter/Makefile.in @@ -30,7 +30,7 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : -subdir = docs/kdebase/kinfocenter +subdir = docs/tdebase/kinfocenter DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ @@ -162,7 +162,7 @@ kde_styledir = @kde_styledir@ kde_templatesdir = @kde_templatesdir@ kde_wallpaperdir = @kde_wallpaperdir@ kde_widgetdir = @kde_widgetdir@ -kdeinitdir = @kdeinitdir@ +tdeinitdir = @tdeinitdir@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ @@ -204,9 +204,9 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) #>- exit 1;; \ #>- esac; \ #>- done; \ -#>- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/kdebase/kinfocenter/Makefile'; \ +#>- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/tdebase/kinfocenter/Makefile'; \ #>- cd $(top_srcdir) && \ -#>- $(AUTOMAKE) --gnu docs/kdebase/kinfocenter/Makefile +#>- $(AUTOMAKE) --gnu docs/tdebase/kinfocenter/Makefile #>+ 12 @for dep in $?; do \ case '$(am__configure_deps)' in \ @@ -216,10 +216,10 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/kdebase/kinfocenter/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/tdebase/kinfocenter/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu docs/kdebase/kinfocenter/Makefile - cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin docs/kdebase/kinfocenter/Makefile.in + $(AUTOMAKE) --gnu docs/tdebase/kinfocenter/Makefile + cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin docs/tdebase/kinfocenter/Makefile.in .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -534,10 +534,10 @@ force-reedit: exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/kdebase/kinfocenter/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/tdebase/kinfocenter/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu docs/kdebase/kinfocenter/Makefile - cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin docs/kdebase/kinfocenter/Makefile.in + $(AUTOMAKE) --gnu docs/tdebase/kinfocenter/Makefile + cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin docs/tdebase/kinfocenter/Makefile.in #>+ 21 diff --git a/tde-i18n-uk/docs/kdebase/kinfocenter/protocols/Makefile.in b/tde-i18n-uk/docs/kdebase/kinfocenter/protocols/Makefile.in index 86127108d99..266d839978c 100644 --- a/tde-i18n-uk/docs/kdebase/kinfocenter/protocols/Makefile.in +++ b/tde-i18n-uk/docs/kdebase/kinfocenter/protocols/Makefile.in @@ -30,7 +30,7 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : -subdir = docs/kdebase/kinfocenter/protocols +subdir = docs/tdebase/kinfocenter/protocols DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ @@ -162,7 +162,7 @@ kde_styledir = @kde_styledir@ kde_templatesdir = @kde_templatesdir@ kde_wallpaperdir = @kde_wallpaperdir@ kde_widgetdir = @kde_widgetdir@ -kdeinitdir = @kdeinitdir@ +tdeinitdir = @tdeinitdir@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ @@ -204,9 +204,9 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) #>- exit 1;; \ #>- esac; \ #>- done; \ -#>- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/kdebase/kinfocenter/protocols/Makefile'; \ +#>- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/tdebase/kinfocenter/protocols/Makefile'; \ #>- cd $(top_srcdir) && \ -#>- $(AUTOMAKE) --gnu docs/kdebase/kinfocenter/protocols/Makefile +#>- $(AUTOMAKE) --gnu docs/tdebase/kinfocenter/protocols/Makefile #>+ 12 @for dep in $?; do \ case '$(am__configure_deps)' in \ @@ -216,10 +216,10 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/kdebase/kinfocenter/protocols/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/tdebase/kinfocenter/protocols/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu docs/kdebase/kinfocenter/protocols/Makefile - cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin docs/kdebase/kinfocenter/protocols/Makefile.in + $(AUTOMAKE) --gnu docs/tdebase/kinfocenter/protocols/Makefile + cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin docs/tdebase/kinfocenter/protocols/Makefile.in .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -582,10 +582,10 @@ force-reedit: exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/kdebase/kinfocenter/protocols/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/tdebase/kinfocenter/protocols/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu docs/kdebase/kinfocenter/protocols/Makefile - cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin docs/kdebase/kinfocenter/protocols/Makefile.in + $(AUTOMAKE) --gnu docs/tdebase/kinfocenter/protocols/Makefile + cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin docs/tdebase/kinfocenter/protocols/Makefile.in #>+ 21 diff --git a/tde-i18n-uk/docs/kdebase/kioslave/Makefile.in b/tde-i18n-uk/docs/kdebase/kioslave/Makefile.in index 0ec8734a116..1f2ab737d46 100644 --- a/tde-i18n-uk/docs/kdebase/kioslave/Makefile.in +++ b/tde-i18n-uk/docs/kdebase/kioslave/Makefile.in @@ -30,7 +30,7 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : -subdir = docs/kdebase/kioslave +subdir = docs/tdebase/kioslave DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ @@ -162,7 +162,7 @@ kde_styledir = @kde_styledir@ kde_templatesdir = @kde_templatesdir@ kde_wallpaperdir = @kde_wallpaperdir@ kde_widgetdir = @kde_widgetdir@ -kdeinitdir = @kdeinitdir@ +tdeinitdir = @tdeinitdir@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ @@ -204,9 +204,9 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) #>- exit 1;; \ #>- esac; \ #>- done; \ -#>- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/kdebase/kioslave/Makefile'; \ +#>- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/tdebase/kioslave/Makefile'; \ #>- cd $(top_srcdir) && \ -#>- $(AUTOMAKE) --gnu docs/kdebase/kioslave/Makefile +#>- $(AUTOMAKE) --gnu docs/tdebase/kioslave/Makefile #>+ 12 @for dep in $?; do \ case '$(am__configure_deps)' in \ @@ -216,10 +216,10 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/kdebase/kioslave/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/tdebase/kioslave/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu docs/kdebase/kioslave/Makefile - cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin docs/kdebase/kioslave/Makefile.in + $(AUTOMAKE) --gnu docs/tdebase/kioslave/Makefile + cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin docs/tdebase/kioslave/Makefile.in .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -560,10 +560,10 @@ force-reedit: exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/kdebase/kioslave/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/tdebase/kioslave/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu docs/kdebase/kioslave/Makefile - cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin docs/kdebase/kioslave/Makefile.in + $(AUTOMAKE) --gnu docs/tdebase/kioslave/Makefile + cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin docs/tdebase/kioslave/Makefile.in #>+ 21 diff --git a/tde-i18n-uk/docs/kdelibs/Makefile.in b/tde-i18n-uk/docs/kdelibs/Makefile.in index c5411215138..790747062ea 100644 --- a/tde-i18n-uk/docs/kdelibs/Makefile.in +++ b/tde-i18n-uk/docs/kdelibs/Makefile.in @@ -30,7 +30,7 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : -subdir = docs/kdelibs +subdir = docs/tdelibs DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ @@ -162,7 +162,7 @@ kde_styledir = @kde_styledir@ kde_templatesdir = @kde_templatesdir@ kde_wallpaperdir = @kde_wallpaperdir@ kde_widgetdir = @kde_widgetdir@ -kdeinitdir = @kdeinitdir@ +tdeinitdir = @tdeinitdir@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ @@ -204,9 +204,9 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) #>- exit 1;; \ #>- esac; \ #>- done; \ -#>- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/kdelibs/Makefile'; \ +#>- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/tdelibs/Makefile'; \ #>- cd $(top_srcdir) && \ -#>- $(AUTOMAKE) --gnu docs/kdelibs/Makefile +#>- $(AUTOMAKE) --gnu docs/tdelibs/Makefile #>+ 12 @for dep in $?; do \ case '$(am__configure_deps)' in \ @@ -216,10 +216,10 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/kdelibs/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/tdelibs/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu docs/kdelibs/Makefile - cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin docs/kdelibs/Makefile.in + $(AUTOMAKE) --gnu docs/tdelibs/Makefile + cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin docs/tdelibs/Makefile.in .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -534,10 +534,10 @@ force-reedit: exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/kdelibs/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/tdelibs/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu docs/kdelibs/Makefile - cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin docs/kdelibs/Makefile.in + $(AUTOMAKE) --gnu docs/tdelibs/Makefile + cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin docs/tdelibs/Makefile.in #>+ 21 diff --git a/tde-i18n-uk/docs/kdelibs/kspell/Makefile.in b/tde-i18n-uk/docs/kdelibs/kspell/Makefile.in index af30361886f..e9c384c2626 100644 --- a/tde-i18n-uk/docs/kdelibs/kspell/Makefile.in +++ b/tde-i18n-uk/docs/kdelibs/kspell/Makefile.in @@ -30,7 +30,7 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : -subdir = docs/kdelibs/kspell +subdir = docs/tdelibs/kspell DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ @@ -162,7 +162,7 @@ kde_styledir = @kde_styledir@ kde_templatesdir = @kde_templatesdir@ kde_wallpaperdir = @kde_wallpaperdir@ kde_widgetdir = @kde_widgetdir@ -kdeinitdir = @kdeinitdir@ +tdeinitdir = @tdeinitdir@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ @@ -204,9 +204,9 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) #>- exit 1;; \ #>- esac; \ #>- done; \ -#>- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/kdelibs/kspell/Makefile'; \ +#>- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/tdelibs/kspell/Makefile'; \ #>- cd $(top_srcdir) && \ -#>- $(AUTOMAKE) --gnu docs/kdelibs/kspell/Makefile +#>- $(AUTOMAKE) --gnu docs/tdelibs/kspell/Makefile #>+ 12 @for dep in $?; do \ case '$(am__configure_deps)' in \ @@ -216,10 +216,10 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/kdelibs/kspell/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/tdelibs/kspell/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu docs/kdelibs/kspell/Makefile - cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin docs/kdelibs/kspell/Makefile.in + $(AUTOMAKE) --gnu docs/tdelibs/kspell/Makefile + cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin docs/tdelibs/kspell/Makefile.in .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -582,10 +582,10 @@ force-reedit: exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/kdelibs/kspell/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/tdelibs/kspell/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu docs/kdelibs/kspell/Makefile - cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin docs/kdelibs/kspell/Makefile.in + $(AUTOMAKE) --gnu docs/tdelibs/kspell/Makefile + cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin docs/tdelibs/kspell/Makefile.in #>+ 21 diff --git a/tde-i18n-uk/docs/kdepim/Makefile.in b/tde-i18n-uk/docs/kdepim/Makefile.in index 26ce3e85dc5..3c63e8fb83f 100644 --- a/tde-i18n-uk/docs/kdepim/Makefile.in +++ b/tde-i18n-uk/docs/kdepim/Makefile.in @@ -30,7 +30,7 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : -subdir = docs/kdepim +subdir = docs/tdepim DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ @@ -162,7 +162,7 @@ kde_styledir = @kde_styledir@ kde_templatesdir = @kde_templatesdir@ kde_wallpaperdir = @kde_wallpaperdir@ kde_widgetdir = @kde_widgetdir@ -kdeinitdir = @kdeinitdir@ +tdeinitdir = @tdeinitdir@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ @@ -204,9 +204,9 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) #>- exit 1;; \ #>- esac; \ #>- done; \ -#>- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/kdepim/Makefile'; \ +#>- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/tdepim/Makefile'; \ #>- cd $(top_srcdir) && \ -#>- $(AUTOMAKE) --gnu docs/kdepim/Makefile +#>- $(AUTOMAKE) --gnu docs/tdepim/Makefile #>+ 12 @for dep in $?; do \ case '$(am__configure_deps)' in \ @@ -216,10 +216,10 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/kdepim/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/tdepim/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu docs/kdepim/Makefile - cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin docs/kdepim/Makefile.in + $(AUTOMAKE) --gnu docs/tdepim/Makefile + cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin docs/tdepim/Makefile.in .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -534,10 +534,10 @@ force-reedit: exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/kdepim/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/tdepim/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu docs/kdepim/Makefile - cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin docs/kdepim/Makefile.in + $(AUTOMAKE) --gnu docs/tdepim/Makefile + cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin docs/tdepim/Makefile.in #>+ 21 diff --git a/tde-i18n-uk/docs/kdepim/knotes/Makefile.in b/tde-i18n-uk/docs/kdepim/knotes/Makefile.in index 766003d5062..8101ecd8941 100644 --- a/tde-i18n-uk/docs/kdepim/knotes/Makefile.in +++ b/tde-i18n-uk/docs/kdepim/knotes/Makefile.in @@ -30,7 +30,7 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : -subdir = docs/kdepim/knotes +subdir = docs/tdepim/knotes DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ @@ -162,7 +162,7 @@ kde_styledir = @kde_styledir@ kde_templatesdir = @kde_templatesdir@ kde_wallpaperdir = @kde_wallpaperdir@ kde_widgetdir = @kde_widgetdir@ -kdeinitdir = @kdeinitdir@ +tdeinitdir = @tdeinitdir@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ @@ -204,9 +204,9 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) #>- exit 1;; \ #>- esac; \ #>- done; \ -#>- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/kdepim/knotes/Makefile'; \ +#>- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/tdepim/knotes/Makefile'; \ #>- cd $(top_srcdir) && \ -#>- $(AUTOMAKE) --gnu docs/kdepim/knotes/Makefile +#>- $(AUTOMAKE) --gnu docs/tdepim/knotes/Makefile #>+ 12 @for dep in $?; do \ case '$(am__configure_deps)' in \ @@ -216,10 +216,10 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/kdepim/knotes/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/tdepim/knotes/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu docs/kdepim/knotes/Makefile - cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin docs/kdepim/knotes/Makefile.in + $(AUTOMAKE) --gnu docs/tdepim/knotes/Makefile + cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin docs/tdepim/knotes/Makefile.in .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -582,10 +582,10 @@ force-reedit: exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/kdepim/knotes/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/tdepim/knotes/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu docs/kdepim/knotes/Makefile - cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin docs/kdepim/knotes/Makefile.in + $(AUTOMAKE) --gnu docs/tdepim/knotes/Makefile + cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin docs/tdepim/knotes/Makefile.in #>+ 21 diff --git a/tde-i18n-uk/docs/kdepim/knotes/index.docbook b/tde-i18n-uk/docs/kdepim/knotes/index.docbook index dd6c463f7a7..aa5c1a547c7 100644 --- a/tde-i18n-uk/docs/kdepim/knotes/index.docbook +++ b/tde-i18n-uk/docs/kdepim/knotes/index.docbook @@ -1,7 +1,7 @@ <?xml version="1.0" ?> <!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [ <!ENTITY kappname "&knotes;"> - <!ENTITY package "kdepim"> + <!ENTITY package "tdepim"> <!ENTITY % addindex "IGNORE"> <!ENTITY % Ukrainian "INCLUDE" > <!-- change language only here --> @@ -108,7 +108,7 @@ <keyword >Knotes</keyword> <keyword ->kdeutils</keyword> +>tdeutils</keyword> <keyword >нотатки</keyword> <keyword diff --git a/tde-i18n-uk/docs/kdesdk/Makefile.in b/tde-i18n-uk/docs/kdesdk/Makefile.in index 86d49ecf4d6..8013cac3deb 100644 --- a/tde-i18n-uk/docs/kdesdk/Makefile.in +++ b/tde-i18n-uk/docs/kdesdk/Makefile.in @@ -30,7 +30,7 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : -subdir = docs/kdesdk +subdir = docs/tdesdk DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ @@ -162,7 +162,7 @@ kde_styledir = @kde_styledir@ kde_templatesdir = @kde_templatesdir@ kde_wallpaperdir = @kde_wallpaperdir@ kde_widgetdir = @kde_widgetdir@ -kdeinitdir = @kdeinitdir@ +tdeinitdir = @tdeinitdir@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ @@ -204,9 +204,9 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) #>- exit 1;; \ #>- esac; \ #>- done; \ -#>- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/kdesdk/Makefile'; \ +#>- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/tdesdk/Makefile'; \ #>- cd $(top_srcdir) && \ -#>- $(AUTOMAKE) --gnu docs/kdesdk/Makefile +#>- $(AUTOMAKE) --gnu docs/tdesdk/Makefile #>+ 12 @for dep in $?; do \ case '$(am__configure_deps)' in \ @@ -216,10 +216,10 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/kdesdk/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/tdesdk/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu docs/kdesdk/Makefile - cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin docs/kdesdk/Makefile.in + $(AUTOMAKE) --gnu docs/tdesdk/Makefile + cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin docs/tdesdk/Makefile.in .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -534,10 +534,10 @@ force-reedit: exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/kdesdk/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/tdesdk/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu docs/kdesdk/Makefile - cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin docs/kdesdk/Makefile.in + $(AUTOMAKE) --gnu docs/tdesdk/Makefile + cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin docs/tdesdk/Makefile.in #>+ 21 diff --git a/tde-i18n-uk/docs/kdesdk/kbabel/Makefile.in b/tde-i18n-uk/docs/kdesdk/kbabel/Makefile.in index d6efa77d496..d1ba4a7fc19 100644 --- a/tde-i18n-uk/docs/kdesdk/kbabel/Makefile.in +++ b/tde-i18n-uk/docs/kdesdk/kbabel/Makefile.in @@ -30,7 +30,7 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : -subdir = docs/kdesdk/kbabel +subdir = docs/tdesdk/kbabel DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ @@ -162,7 +162,7 @@ kde_styledir = @kde_styledir@ kde_templatesdir = @kde_templatesdir@ kde_wallpaperdir = @kde_wallpaperdir@ kde_widgetdir = @kde_widgetdir@ -kdeinitdir = @kdeinitdir@ +tdeinitdir = @tdeinitdir@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ @@ -204,9 +204,9 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) #>- exit 1;; \ #>- esac; \ #>- done; \ -#>- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/kdesdk/kbabel/Makefile'; \ +#>- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/tdesdk/kbabel/Makefile'; \ #>- cd $(top_srcdir) && \ -#>- $(AUTOMAKE) --gnu docs/kdesdk/kbabel/Makefile +#>- $(AUTOMAKE) --gnu docs/tdesdk/kbabel/Makefile #>+ 12 @for dep in $?; do \ case '$(am__configure_deps)' in \ @@ -216,10 +216,10 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/kdesdk/kbabel/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/tdesdk/kbabel/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu docs/kdesdk/kbabel/Makefile - cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin docs/kdesdk/kbabel/Makefile.in + $(AUTOMAKE) --gnu docs/tdesdk/kbabel/Makefile + cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin docs/tdesdk/kbabel/Makefile.in .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -560,10 +560,10 @@ force-reedit: exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/kdesdk/kbabel/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/tdesdk/kbabel/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu docs/kdesdk/kbabel/Makefile - cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin docs/kdesdk/kbabel/Makefile.in + $(AUTOMAKE) --gnu docs/tdesdk/kbabel/Makefile + cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin docs/tdesdk/kbabel/Makefile.in #>+ 21 diff --git a/tde-i18n-uk/messages/Makefile.in b/tde-i18n-uk/messages/Makefile.in index c9182c6de4b..365aa4517fa 100644 --- a/tde-i18n-uk/messages/Makefile.in +++ b/tde-i18n-uk/messages/Makefile.in @@ -162,7 +162,7 @@ kde_styledir = @kde_styledir@ kde_templatesdir = @kde_templatesdir@ kde_wallpaperdir = @kde_wallpaperdir@ kde_widgetdir = @kde_widgetdir@ -kdeinitdir = @kdeinitdir@ +tdeinitdir = @tdeinitdir@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ @@ -187,7 +187,7 @@ xdg_menudir = @xdg_menudir@ KDE_LANG = uk #>- SUBDIRS = $(AUTODIRS) #>+ 1 -SUBDIRS =. kdegraphics kdeutils kdenetwork kdeadmin kdepim kdetoys kdeedu kdevelop kdeartwork kdesdk kdeaddons kdegames kdeaccessibility kdemultimedia kdebase kdelibs kdewebdev +SUBDIRS =. tdegraphics tdeutils tdenetwork tdeadmin tdepim tdetoys tdeedu tdevelop tdeartwork tdesdk tdeaddons tdegames tdeaccessibility tdemultimedia tdebase tdelibs tdewebdev POFILES = AUTO #>- all: all-recursive #>+ 1 diff --git a/tde-i18n-uk/messages/kdeaccessibility/Makefile.in b/tde-i18n-uk/messages/kdeaccessibility/Makefile.in index b4fabfbdce4..ab066562e4b 100644 --- a/tde-i18n-uk/messages/kdeaccessibility/Makefile.in +++ b/tde-i18n-uk/messages/kdeaccessibility/Makefile.in @@ -30,7 +30,7 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : -subdir = messages/kdeaccessibility +subdir = messages/tdeaccessibility DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ @@ -164,7 +164,7 @@ kde_styledir = @kde_styledir@ kde_templatesdir = @kde_templatesdir@ kde_wallpaperdir = @kde_wallpaperdir@ kde_widgetdir = @kde_widgetdir@ -kdeinitdir = @kdeinitdir@ +tdeinitdir = @tdeinitdir@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ @@ -208,9 +208,9 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) #>- exit 1;; \ #>- esac; \ #>- done; \ -#>- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/kdeaccessibility/Makefile'; \ +#>- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/tdeaccessibility/Makefile'; \ #>- cd $(top_srcdir) && \ -#>- $(AUTOMAKE) --gnu messages/kdeaccessibility/Makefile +#>- $(AUTOMAKE) --gnu messages/tdeaccessibility/Makefile #>+ 12 @for dep in $?; do \ case '$(am__configure_deps)' in \ @@ -220,10 +220,10 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/kdeaccessibility/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/tdeaccessibility/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu messages/kdeaccessibility/Makefile - cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin messages/kdeaccessibility/Makefile.in + $(AUTOMAKE) --gnu messages/tdeaccessibility/Makefile + cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin messages/tdeaccessibility/Makefile.in .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -606,10 +606,10 @@ force-reedit: exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/kdeaccessibility/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/tdeaccessibility/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu messages/kdeaccessibility/Makefile - cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin messages/kdeaccessibility/Makefile.in + $(AUTOMAKE) --gnu messages/tdeaccessibility/Makefile + cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin messages/tdeaccessibility/Makefile.in #>+ 21 diff --git a/tde-i18n-uk/messages/kdeaddons/Makefile.in b/tde-i18n-uk/messages/kdeaddons/Makefile.in index 55f3241dd0f..bd738c3021e 100644 --- a/tde-i18n-uk/messages/kdeaddons/Makefile.in +++ b/tde-i18n-uk/messages/kdeaddons/Makefile.in @@ -30,7 +30,7 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : -subdir = messages/kdeaddons +subdir = messages/tdeaddons DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ @@ -164,7 +164,7 @@ kde_styledir = @kde_styledir@ kde_templatesdir = @kde_templatesdir@ kde_wallpaperdir = @kde_wallpaperdir@ kde_widgetdir = @kde_widgetdir@ -kdeinitdir = @kdeinitdir@ +tdeinitdir = @tdeinitdir@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ @@ -208,9 +208,9 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) #>- exit 1;; \ #>- esac; \ #>- done; \ -#>- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/kdeaddons/Makefile'; \ +#>- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/tdeaddons/Makefile'; \ #>- cd $(top_srcdir) && \ -#>- $(AUTOMAKE) --gnu messages/kdeaddons/Makefile +#>- $(AUTOMAKE) --gnu messages/tdeaddons/Makefile #>+ 12 @for dep in $?; do \ case '$(am__configure_deps)' in \ @@ -220,10 +220,10 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/kdeaddons/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/tdeaddons/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu messages/kdeaddons/Makefile - cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin messages/kdeaddons/Makefile.in + $(AUTOMAKE) --gnu messages/tdeaddons/Makefile + cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin messages/tdeaddons/Makefile.in .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -858,10 +858,10 @@ force-reedit: exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/kdeaddons/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/tdeaddons/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu messages/kdeaddons/Makefile - cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin messages/kdeaddons/Makefile.in + $(AUTOMAKE) --gnu messages/tdeaddons/Makefile + cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin messages/tdeaddons/Makefile.in #>+ 21 diff --git a/tde-i18n-uk/messages/kdeaddons/konqsidebar_news.po b/tde-i18n-uk/messages/kdeaddons/konqsidebar_news.po index 48bfc7fa780..47830bcb3e6 100644 --- a/tde-i18n-uk/messages/kdeaddons/konqsidebar_news.po +++ b/tde-i18n-uk/messages/kdeaddons/konqsidebar_news.po @@ -79,11 +79,11 @@ msgstr "Список джерел RSS" msgid "" "<qt>Cannot connect to RSS service. Please make sure the <strong>" "rssservice</strong> program is available (usually distributed as part of " -"kdenetwork).</qt>" +"tdenetwork).</qt>" msgstr "" "<qt>Неможливо з'єднатись із службою RSS. Будь ласка, перевірте чи наявна " "програма <strong>rssservice</strong> (зазвичай, поширюється як частина пакунка " -"kdenetwork).</qt>" +"tdenetwork).</qt>" #: sidebar_news.cpp:80 msgid "Sidebar Newsticker" diff --git a/tde-i18n-uk/messages/kdeaddons/lyrics.po b/tde-i18n-uk/messages/kdeaddons/lyrics.po index 42bcda06c58..3984a1d4a2d 100644 --- a/tde-i18n-uk/messages/kdeaddons/lyrics.po +++ b/tde-i18n-uk/messages/kdeaddons/lyrics.po @@ -200,7 +200,7 @@ msgid "" "not be present or be incorrect. In that case, the Lyrics plugin will not be " "able to find the lyrics until these properties are fixed (you can fix them " "using the tag editor).\n" -"Hint: The lucky tag plugin, present in the kdeaddons module, can try to guess " +"Hint: The lucky tag plugin, present in the tdeaddons module, can try to guess " "properties such as title and author from the filename of a song. Enabling it " "may increase the probability of finding lyrics." msgstr "" @@ -210,6 +210,6 @@ msgstr "" "відсутні або мати помилки. В такому випадку, втулок Lyrics не зможе знайти " "тексти до тих пір, поки ці властивості не буде виправлено (напр., за допомогою " "редактора міток).\n" -"Підказка: втулок міток Lucky з модуля kdeaddons може спробувати вгадати " +"Підказка: втулок міток Lucky з модуля tdeaddons може спробувати вгадати " "властивості з назви файла пісні. Якщо його ввімкнути, ймовірність знаходження " "текстів зросте." diff --git a/tde-i18n-uk/messages/kdeadmin/Makefile.in b/tde-i18n-uk/messages/kdeadmin/Makefile.in index 8cae087594c..ea2aa206b3b 100644 --- a/tde-i18n-uk/messages/kdeadmin/Makefile.in +++ b/tde-i18n-uk/messages/kdeadmin/Makefile.in @@ -30,7 +30,7 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : -subdir = messages/kdeadmin +subdir = messages/tdeadmin DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ @@ -164,7 +164,7 @@ kde_styledir = @kde_styledir@ kde_templatesdir = @kde_templatesdir@ kde_wallpaperdir = @kde_wallpaperdir@ kde_widgetdir = @kde_widgetdir@ -kdeinitdir = @kdeinitdir@ +tdeinitdir = @tdeinitdir@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ @@ -208,9 +208,9 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) #>- exit 1;; \ #>- esac; \ #>- done; \ -#>- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/kdeadmin/Makefile'; \ +#>- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/tdeadmin/Makefile'; \ #>- cd $(top_srcdir) && \ -#>- $(AUTOMAKE) --gnu messages/kdeadmin/Makefile +#>- $(AUTOMAKE) --gnu messages/tdeadmin/Makefile #>+ 12 @for dep in $?; do \ case '$(am__configure_deps)' in \ @@ -220,10 +220,10 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/kdeadmin/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/tdeadmin/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu messages/kdeadmin/Makefile - cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin messages/kdeadmin/Makefile.in + $(AUTOMAKE) --gnu messages/tdeadmin/Makefile + cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin messages/tdeadmin/Makefile.in .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -618,10 +618,10 @@ force-reedit: exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/kdeadmin/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/tdeadmin/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu messages/kdeadmin/Makefile - cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin messages/kdeadmin/Makefile.in + $(AUTOMAKE) --gnu messages/tdeadmin/Makefile + cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin messages/tdeadmin/Makefile.in #>+ 21 diff --git a/tde-i18n-uk/messages/kdeartwork/Makefile.in b/tde-i18n-uk/messages/kdeartwork/Makefile.in index 7dd3a53b3db..67c7d65e202 100644 --- a/tde-i18n-uk/messages/kdeartwork/Makefile.in +++ b/tde-i18n-uk/messages/kdeartwork/Makefile.in @@ -30,7 +30,7 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : -subdir = messages/kdeartwork +subdir = messages/tdeartwork DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ @@ -164,7 +164,7 @@ kde_styledir = @kde_styledir@ kde_templatesdir = @kde_templatesdir@ kde_wallpaperdir = @kde_wallpaperdir@ kde_widgetdir = @kde_widgetdir@ -kdeinitdir = @kdeinitdir@ +tdeinitdir = @tdeinitdir@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ @@ -192,8 +192,8 @@ KDE_LANG = uk SUBDIRS =. #>- POFILES = AUTO #>+ 2 -POFILES = klock.po kwin_art_clients.po kstyle_phase_config.po kxsconfig.po kpartsaver.po -GMOFILES = klock.gmo kwin_art_clients.gmo kstyle_phase_config.gmo kxsconfig.gmo kpartsaver.gmo +POFILES = klock.po twin_art_clients.po kstyle_phase_config.po kxsconfig.po kpartsaver.po +GMOFILES = klock.gmo twin_art_clients.gmo kstyle_phase_config.gmo kxsconfig.gmo kpartsaver.gmo #>- all: all-recursive #>+ 1 all: all-nls docs-am all-recursive @@ -208,9 +208,9 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) #>- exit 1;; \ #>- esac; \ #>- done; \ -#>- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/kdeartwork/Makefile'; \ +#>- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/tdeartwork/Makefile'; \ #>- cd $(top_srcdir) && \ -#>- $(AUTOMAKE) --gnu messages/kdeartwork/Makefile +#>- $(AUTOMAKE) --gnu messages/tdeartwork/Makefile #>+ 12 @for dep in $?; do \ case '$(am__configure_deps)' in \ @@ -220,10 +220,10 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/kdeartwork/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/tdeartwork/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu messages/kdeartwork/Makefile - cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin messages/kdeartwork/Makefile.in + $(AUTOMAKE) --gnu messages/tdeartwork/Makefile + cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin messages/tdeartwork/Makefile.in .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -531,15 +531,15 @@ uninstall-am: .NOEXPORT: #>+ 2 -KDE_DIST=klock.po kxsconfig.po kpartsaver.po kwin_art_clients.po Makefile.in kstyle_phase_config.po Makefile.am +KDE_DIST=klock.po kxsconfig.po kpartsaver.po twin_art_clients.po Makefile.in kstyle_phase_config.po Makefile.am #>+ 16 klock.gmo: klock.po rm -f klock.gmo; $(GMSGFMT) -o klock.gmo $(srcdir)/klock.po test ! -f klock.gmo || touch klock.gmo -kwin_art_clients.gmo: kwin_art_clients.po - rm -f kwin_art_clients.gmo; $(GMSGFMT) -o kwin_art_clients.gmo $(srcdir)/kwin_art_clients.po - test ! -f kwin_art_clients.gmo || touch kwin_art_clients.gmo +twin_art_clients.gmo: twin_art_clients.po + rm -f twin_art_clients.gmo; $(GMSGFMT) -o twin_art_clients.gmo $(srcdir)/twin_art_clients.po + test ! -f twin_art_clients.gmo || touch twin_art_clients.gmo kstyle_phase_config.gmo: kstyle_phase_config.po rm -f kstyle_phase_config.gmo; $(GMSGFMT) -o kstyle_phase_config.gmo $(srcdir)/kstyle_phase_config.po test ! -f kstyle_phase_config.gmo || touch kstyle_phase_config.gmo @@ -552,12 +552,12 @@ kpartsaver.gmo: kpartsaver.po #>+ 3 clean-nls: - -rm -f klock.gmo kwin_art_clients.gmo kstyle_phase_config.gmo kxsconfig.gmo kpartsaver.gmo + -rm -f klock.gmo twin_art_clients.gmo kstyle_phase_config.gmo kxsconfig.gmo kpartsaver.gmo #>+ 10 install-nls: $(mkinstalldirs) $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES - @for base in klock kwin_art_clients kstyle_phase_config kxsconfig kpartsaver ; do \ + @for base in klock twin_art_clients kstyle_phase_config kxsconfig kpartsaver ; do \ echo $(INSTALL_DATA) $$base.gmo $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/$$base.mo ;\ if test -f $$base.gmo; then $(INSTALL_DATA) $$base.gmo $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/$$base.mo ;\ elif test -f $(srcdir)/$$base.gmo; then $(INSTALL_DATA) $(srcdir)/$$base.gmo $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/$$base.mo ;\ @@ -568,7 +568,7 @@ install-nls: #>+ 7 uninstall-nls: rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/klock.mo - rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kwin_art_clients.mo + rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/twin_art_clients.mo rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kstyle_phase_config.mo rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kxsconfig.mo rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kpartsaver.mo @@ -598,10 +598,10 @@ force-reedit: exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/kdeartwork/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/tdeartwork/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu messages/kdeartwork/Makefile - cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin messages/kdeartwork/Makefile.in + $(AUTOMAKE) --gnu messages/tdeartwork/Makefile + cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin messages/tdeartwork/Makefile.in #>+ 21 diff --git a/tde-i18n-uk/messages/kdeartwork/kwin_art_clients.po b/tde-i18n-uk/messages/kdeartwork/kwin_art_clients.po index 09d71d4eff1..e09e7d2e4aa 100644 --- a/tde-i18n-uk/messages/kdeartwork/kwin_art_clients.po +++ b/tde-i18n-uk/messages/kdeartwork/kwin_art_clients.po @@ -1,11 +1,11 @@ -# translation of kwin_art_clients.po to Ukrainian -# Translation of kwin_art_clients.po to Ukrainian +# translation of twin_art_clients.po to Ukrainian +# Translation of twin_art_clients.po to Ukrainian # # Ivan Petrouchtchak <iip@telus.net>, 2004, 2005. # Andriy Rysin <rysin@kde.org>, 2006. msgid "" msgstr "" -"Project-Id-Version: kwin_art_clients\n" +"Project-Id-Version: twin_art_clients\n" "POT-Creation-Date: 2005-12-17 03:14+0100\n" "PO-Revision-Date: 2006-12-24 10:57-0500\n" "Last-Translator: Andriy Rysin <rysin@kde.org>\n" diff --git a/tde-i18n-uk/messages/kdebase/Makefile.in b/tde-i18n-uk/messages/kdebase/Makefile.in index ad13c4a885d..867752571de 100644 --- a/tde-i18n-uk/messages/kdebase/Makefile.in +++ b/tde-i18n-uk/messages/kdebase/Makefile.in @@ -30,7 +30,7 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : -subdir = messages/kdebase +subdir = messages/tdebase DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ @@ -164,7 +164,7 @@ kde_styledir = @kde_styledir@ kde_templatesdir = @kde_templatesdir@ kde_wallpaperdir = @kde_wallpaperdir@ kde_widgetdir = @kde_widgetdir@ -kdeinitdir = @kdeinitdir@ +tdeinitdir = @tdeinitdir@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ @@ -192,8 +192,8 @@ KDE_LANG = uk SUBDIRS =. #>- POFILES = AUTO #>+ 2 -POFILES = kio_sftp.po kate.po kjobviewer.po libkickermenu_konsole.po kcmkicker.po nsplugin.po display.po extensionproxy.po kdcop.po kcmbackground.po kstyle_keramik_config.po kcmlaunch.po kcminfo.po kcmkwinrules.po kasbarextension.po khtmlkttsd.po libdmctl.po ksplashthemes.po kgreet_classic.po kcontrol.po kmenuapplet.po kio_tar.po kcmview1394.po kcmbell.po kcmcomponentchooser.po kdmgreet.po kdesktop.po kpersonalizer.po ksplash.po kcmaccessibility.po kminipagerapplet.po kcmkded.po kio_remote.po kio_home.po kdeprintfax.po kcmicons.po filetypes.po kcmenergy.po kappfinder.po kthememanager.po kcmtaskbar.po kcmcgi.po kio_media.po libkickermenu_tom.po kio_finger.po ktip.po kaccess.po kio_pop3.po kdesud.po kio_fish.po kicker.po kcmkdnssd.po krdb.po libkickermenu_systemmenu.po kcmkio.po krunapplet.po kcmhtmlsearch.po kcmfonts.po libtaskbar.po useraccount.po knetattach.po kcmkonsole.po appletproxy.po dockbarextension.po kcmkonq.po kio_nntp.po kwriteconfig.po kio_ldap.po konsole.po kstart.po klipper.po kcmspellchecking.po kcmkurifilt.po kdepasswd.po clockapplet.po mediaapplet.po kdialog.po kcmlayout.po kpager.po kwin_clients.po kdebugdialog.po kcmnotify.po kio_nfs.po kcmprintmgr.po ksystemtrayapplet.po kcmxinerama.po kreadconfig.po kay.po libkickermenu_remotemenu.po lockout.po kcmkwindecoration.po kxkb.po kprinter.po libtaskmanager.po kio_system.po trashapplet.po kcmcrypto.po kcmnic.po privacy.po libkickermenu_kdeprint.po kscreensaver.po libkonq.po libkickermenu_recentdocs.po kmenuedit.po kio_trash.po kio_floppy.po krandr.po khotkeys.po kcmkclock.po kio_man.po ksystraycmd.po kcmsmartcard.po kwin.po libkicker.po khelpcenter.po ksmserver.po kgreet_winbind.po drkonqi.po kwin_lib.po kio_settings.po ksysguard.po kfontinst.po kcmscreensaver.po konqueror.po kdesu.po kcmsmserver.po kcmcolors.po kcminput.po kcmlocale.po kio_print.po kickermenu_kate.po kcmstyle.po kcmkeys.po kcmioslaveinfo.po kfmclient.po kfindpart.po kio_mac.po kio_smb.po kcmmedia.po naughtyapplet.po kcmkwm.po htmlsearch.po kcmcss.po kcmusb.po kcmperformance.po kio_thumbnail.po kcmarts.po libkickermenu_prefmenu.po joystick.po kdmconfig.po kcmaccess.po kcmkonqhtml.po quicklauncher.po kcmsamba.po kdeprint_part.po kio_smtp.po -GMOFILES = kio_sftp.gmo kate.gmo kjobviewer.gmo libkickermenu_konsole.gmo kcmkicker.gmo nsplugin.gmo display.gmo extensionproxy.gmo kdcop.gmo kcmbackground.gmo kstyle_keramik_config.gmo kcmlaunch.gmo kcminfo.gmo kcmkwinrules.gmo kasbarextension.gmo khtmlkttsd.gmo libdmctl.gmo ksplashthemes.gmo kgreet_classic.gmo kcontrol.gmo kmenuapplet.gmo kio_tar.gmo kcmview1394.gmo kcmbell.gmo kcmcomponentchooser.gmo kdmgreet.gmo kdesktop.gmo kpersonalizer.gmo ksplash.gmo kcmaccessibility.gmo kminipagerapplet.gmo kcmkded.gmo kio_remote.gmo kio_home.gmo kdeprintfax.gmo kcmicons.gmo filetypes.gmo kcmenergy.gmo kappfinder.gmo kthememanager.gmo kcmtaskbar.gmo kcmcgi.gmo kio_media.gmo libkickermenu_tom.gmo kio_finger.gmo ktip.gmo kaccess.gmo kio_pop3.gmo kdesud.gmo kio_fish.gmo kicker.gmo kcmkdnssd.gmo krdb.gmo libkickermenu_systemmenu.gmo kcmkio.gmo krunapplet.gmo kcmhtmlsearch.gmo kcmfonts.gmo libtaskbar.gmo useraccount.gmo knetattach.gmo kcmkonsole.gmo appletproxy.gmo dockbarextension.gmo kcmkonq.gmo kio_nntp.gmo kwriteconfig.gmo kio_ldap.gmo konsole.gmo kstart.gmo klipper.gmo kcmspellchecking.gmo kcmkurifilt.gmo kdepasswd.gmo clockapplet.gmo mediaapplet.gmo kdialog.gmo kcmlayout.gmo kpager.gmo kwin_clients.gmo kdebugdialog.gmo kcmnotify.gmo kio_nfs.gmo kcmprintmgr.gmo ksystemtrayapplet.gmo kcmxinerama.gmo kreadconfig.gmo kay.gmo libkickermenu_remotemenu.gmo lockout.gmo kcmkwindecoration.gmo kxkb.gmo kprinter.gmo libtaskmanager.gmo kio_system.gmo trashapplet.gmo kcmcrypto.gmo kcmnic.gmo privacy.gmo libkickermenu_kdeprint.gmo kscreensaver.gmo libkonq.gmo libkickermenu_recentdocs.gmo kmenuedit.gmo kio_trash.gmo kio_floppy.gmo krandr.gmo khotkeys.gmo kcmkclock.gmo kio_man.gmo ksystraycmd.gmo kcmsmartcard.gmo kwin.gmo libkicker.gmo khelpcenter.gmo ksmserver.gmo kgreet_winbind.gmo drkonqi.gmo kwin_lib.gmo kio_settings.gmo ksysguard.gmo kfontinst.gmo kcmscreensaver.gmo konqueror.gmo kdesu.gmo kcmsmserver.gmo kcmcolors.gmo kcminput.gmo kcmlocale.gmo kio_print.gmo kickermenu_kate.gmo kcmstyle.gmo kcmkeys.gmo kcmioslaveinfo.gmo kfmclient.gmo kfindpart.gmo kio_mac.gmo kio_smb.gmo kcmmedia.gmo naughtyapplet.gmo kcmkwm.gmo htmlsearch.gmo kcmcss.gmo kcmusb.gmo kcmperformance.gmo kio_thumbnail.gmo kcmarts.gmo libkickermenu_prefmenu.gmo joystick.gmo kdmconfig.gmo kcmaccess.gmo kcmkonqhtml.gmo quicklauncher.gmo kcmsamba.gmo kdeprint_part.gmo kio_smtp.gmo +POFILES = kio_sftp.po kate.po kjobviewer.po libkickermenu_konsole.po kcmkicker.po nsplugin.po display.po extensionproxy.po kdcop.po kcmbackground.po kstyle_keramik_config.po kcmlaunch.po kcminfo.po kcmtwinrules.po kasbarextension.po khtmlkttsd.po libdmctl.po ksplashthemes.po kgreet_classic.po kcontrol.po kmenuapplet.po kio_tar.po kcmview1394.po kcmbell.po kcmcomponentchooser.po kdmgreet.po kdesktop.po kpersonalizer.po ksplash.po kcmaccessibility.po kminipagerapplet.po kcmkded.po kio_remote.po kio_home.po tdeprintfax.po kcmicons.po filetypes.po kcmenergy.po kappfinder.po kthememanager.po kcmtaskbar.po kcmcgi.po kio_media.po libkickermenu_tom.po kio_finger.po ktip.po kaccess.po kio_pop3.po tdesud.po kio_fish.po kicker.po kcmkdnssd.po krdb.po libkickermenu_systemmenu.po kcmkio.po krunapplet.po kcmhtmlsearch.po kcmfonts.po libtaskbar.po useraccount.po knetattach.po kcmkonsole.po appletproxy.po dockbarextension.po kcmkonq.po kio_nntp.po kwriteconfig.po kio_ldap.po konsole.po kstart.po klipper.po kcmspellchecking.po kcmkurifilt.po kdepasswd.po clockapplet.po mediaapplet.po kdialog.po kcmlayout.po kpager.po twin_clients.po kdebugdialog.po kcmnotify.po kio_nfs.po kcmprintmgr.po ksystemtrayapplet.po kcmxinerama.po kreadconfig.po kay.po libkickermenu_remotemenu.po lockout.po kcmtwindecoration.po kxkb.po kprinter.po libtaskmanager.po kio_system.po trashapplet.po kcmcrypto.po kcmnic.po privacy.po libkickermenu_tdeprint.po kscreensaver.po libkonq.po libkickermenu_recentdocs.po kmenuedit.po kio_trash.po kio_floppy.po krandr.po khotkeys.po kcmkclock.po kio_man.po ksystraycmd.po kcmsmartcard.po twin.po libkicker.po khelpcenter.po ksmserver.po kgreet_winbind.po drkonqi.po twin_lib.po kio_settings.po ksysguard.po kfontinst.po kcmscreensaver.po konqueror.po tdesu.po kcmsmserver.po kcmcolors.po kcminput.po kcmlocale.po kio_print.po kickermenu_kate.po kcmstyle.po kcmkeys.po kcmioslaveinfo.po kfmclient.po kfindpart.po kio_mac.po kio_smb.po kcmmedia.po naughtyapplet.po kcmkwm.po htmlsearch.po kcmcss.po kcmusb.po kcmperformance.po kio_thumbnail.po kcmarts.po libkickermenu_prefmenu.po joystick.po kdmconfig.po kcmaccess.po kcmkonqhtml.po quicklauncher.po kcmsamba.po tdeprint_part.po kio_smtp.po +GMOFILES = kio_sftp.gmo kate.gmo kjobviewer.gmo libkickermenu_konsole.gmo kcmkicker.gmo nsplugin.gmo display.gmo extensionproxy.gmo kdcop.gmo kcmbackground.gmo kstyle_keramik_config.gmo kcmlaunch.gmo kcminfo.gmo kcmtwinrules.gmo kasbarextension.gmo khtmlkttsd.gmo libdmctl.gmo ksplashthemes.gmo kgreet_classic.gmo kcontrol.gmo kmenuapplet.gmo kio_tar.gmo kcmview1394.gmo kcmbell.gmo kcmcomponentchooser.gmo kdmgreet.gmo kdesktop.gmo kpersonalizer.gmo ksplash.gmo kcmaccessibility.gmo kminipagerapplet.gmo kcmkded.gmo kio_remote.gmo kio_home.gmo tdeprintfax.gmo kcmicons.gmo filetypes.gmo kcmenergy.gmo kappfinder.gmo kthememanager.gmo kcmtaskbar.gmo kcmcgi.gmo kio_media.gmo libkickermenu_tom.gmo kio_finger.gmo ktip.gmo kaccess.gmo kio_pop3.gmo tdesud.gmo kio_fish.gmo kicker.gmo kcmkdnssd.gmo krdb.gmo libkickermenu_systemmenu.gmo kcmkio.gmo krunapplet.gmo kcmhtmlsearch.gmo kcmfonts.gmo libtaskbar.gmo useraccount.gmo knetattach.gmo kcmkonsole.gmo appletproxy.gmo dockbarextension.gmo kcmkonq.gmo kio_nntp.gmo kwriteconfig.gmo kio_ldap.gmo konsole.gmo kstart.gmo klipper.gmo kcmspellchecking.gmo kcmkurifilt.gmo kdepasswd.gmo clockapplet.gmo mediaapplet.gmo kdialog.gmo kcmlayout.gmo kpager.gmo twin_clients.gmo kdebugdialog.gmo kcmnotify.gmo kio_nfs.gmo kcmprintmgr.gmo ksystemtrayapplet.gmo kcmxinerama.gmo kreadconfig.gmo kay.gmo libkickermenu_remotemenu.gmo lockout.gmo kcmtwindecoration.gmo kxkb.gmo kprinter.gmo libtaskmanager.gmo kio_system.gmo trashapplet.gmo kcmcrypto.gmo kcmnic.gmo privacy.gmo libkickermenu_tdeprint.gmo kscreensaver.gmo libkonq.gmo libkickermenu_recentdocs.gmo kmenuedit.gmo kio_trash.gmo kio_floppy.gmo krandr.gmo khotkeys.gmo kcmkclock.gmo kio_man.gmo ksystraycmd.gmo kcmsmartcard.gmo twin.gmo libkicker.gmo khelpcenter.gmo ksmserver.gmo kgreet_winbind.gmo drkonqi.gmo twin_lib.gmo kio_settings.gmo ksysguard.gmo kfontinst.gmo kcmscreensaver.gmo konqueror.gmo tdesu.gmo kcmsmserver.gmo kcmcolors.gmo kcminput.gmo kcmlocale.gmo kio_print.gmo kickermenu_kate.gmo kcmstyle.gmo kcmkeys.gmo kcmioslaveinfo.gmo kfmclient.gmo kfindpart.gmo kio_mac.gmo kio_smb.gmo kcmmedia.gmo naughtyapplet.gmo kcmkwm.gmo htmlsearch.gmo kcmcss.gmo kcmusb.gmo kcmperformance.gmo kio_thumbnail.gmo kcmarts.gmo libkickermenu_prefmenu.gmo joystick.gmo kdmconfig.gmo kcmaccess.gmo kcmkonqhtml.gmo quicklauncher.gmo kcmsamba.gmo tdeprint_part.gmo kio_smtp.gmo #>- all: all-recursive #>+ 1 all: all-nls docs-am all-recursive @@ -208,9 +208,9 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) #>- exit 1;; \ #>- esac; \ #>- done; \ -#>- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/kdebase/Makefile'; \ +#>- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/tdebase/Makefile'; \ #>- cd $(top_srcdir) && \ -#>- $(AUTOMAKE) --gnu messages/kdebase/Makefile +#>- $(AUTOMAKE) --gnu messages/tdebase/Makefile #>+ 12 @for dep in $?; do \ case '$(am__configure_deps)' in \ @@ -220,10 +220,10 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/kdebase/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/tdebase/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu messages/kdebase/Makefile - cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin messages/kdebase/Makefile.in + $(AUTOMAKE) --gnu messages/tdebase/Makefile + cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin messages/tdebase/Makefile.in .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -531,7 +531,7 @@ uninstall-am: .NOEXPORT: #>+ 2 -KDE_DIST=libkickermenu_remotemenu.po appletproxy.po kcminput.po kcmaccessibility.po krandr.po kickermenu_kate.po kwin.po libtaskmanager.po libkickermenu_tom.po kappfinder.po dockbarextension.po kcmmedia.po filetypes.po kreadconfig.po kio_smtp.po ksplashthemes.po kcmcolors.po display.po kfmclient.po kate.po kcmnotify.po libkonq.po kstyle_keramik_config.po privacy.po kxkb.po kio_finger.po kcontrol.po konqueror.po kcmsamba.po ksmserver.po mediaapplet.po kcmenergy.po kdeprintfax.po kcmview1394.po kio_tar.po kcmxinerama.po libkickermenu_systemmenu.po kjobviewer.po kio_mac.po kcmkwindecoration.po ksplash.po kio_nfs.po ksystemtrayapplet.po htmlsearch.po kwin_lib.po kthememanager.po klipper.po kaccess.po kdepasswd.po kicker.po khtmlkttsd.po kwriteconfig.po kcmkonsole.po kmenuapplet.po kmenuedit.po kcmsmartcard.po kcmkeys.po kcmcgi.po kcmkclock.po Makefile.in kdesu.po kcmstyle.po kcmhtmlsearch.po kcminfo.po kdialog.po kcmcrypto.po libkickermenu_prefmenu.po kio_media.po kminipagerapplet.po kcmkonqhtml.po kcmaccess.po ksysguard.po kdesktop.po kio_floppy.po kcmnic.po kio_nntp.po kdmconfig.po trashapplet.po extensionproxy.po kio_ldap.po ktip.po kcmusb.po kcmperformance.po kdebugdialog.po khotkeys.po kgreet_winbind.po kio_smb.po libkickermenu_kdeprint.po kdmgreet.po knetattach.po nsplugin.po kcmcss.po kio_sftp.po kcmkio.po kcmfonts.po useraccount.po kcmkwm.po kwin_clients.po kio_settings.po libkickermenu_recentdocs.po kdcop.po kcmkdnssd.po libtaskbar.po kcmkurifilt.po kio_pop3.po joystick.po libkicker.po krunapplet.po kcmbackground.po lockout.po kcmkwinrules.po libdmctl.po krdb.po kio_home.po kdesud.po kcmioslaveinfo.po kio_remote.po kgreet_classic.po konsole.po libkickermenu_konsole.po kcmkonq.po kcmspellchecking.po kcmprintmgr.po kio_thumbnail.po kcmbell.po kdeprint_part.po kcmcomponentchooser.po kcmlocale.po kcmarts.po kasbarextension.po kio_system.po kay.po kscreensaver.po khelpcenter.po kprinter.po kpager.po drkonqi.po kcmscreensaver.po kcmlaunch.po kstart.po kcmlayout.po kfindpart.po kio_print.po kcmicons.po quicklauncher.po kio_fish.po clockapplet.po ksystraycmd.po kcmkicker.po kio_trash.po kfontinst.po kcmtaskbar.po naughtyapplet.po Makefile.am kio_man.po kpersonalizer.po kcmkded.po kcmsmserver.po +KDE_DIST=libkickermenu_remotemenu.po appletproxy.po kcminput.po kcmaccessibility.po krandr.po kickermenu_kate.po twin.po libtaskmanager.po libkickermenu_tom.po kappfinder.po dockbarextension.po kcmmedia.po filetypes.po kreadconfig.po kio_smtp.po ksplashthemes.po kcmcolors.po display.po kfmclient.po kate.po kcmnotify.po libkonq.po kstyle_keramik_config.po privacy.po kxkb.po kio_finger.po kcontrol.po konqueror.po kcmsamba.po ksmserver.po mediaapplet.po kcmenergy.po tdeprintfax.po kcmview1394.po kio_tar.po kcmxinerama.po libkickermenu_systemmenu.po kjobviewer.po kio_mac.po kcmtwindecoration.po ksplash.po kio_nfs.po ksystemtrayapplet.po htmlsearch.po twin_lib.po kthememanager.po klipper.po kaccess.po kdepasswd.po kicker.po khtmlkttsd.po kwriteconfig.po kcmkonsole.po kmenuapplet.po kmenuedit.po kcmsmartcard.po kcmkeys.po kcmcgi.po kcmkclock.po Makefile.in tdesu.po kcmstyle.po kcmhtmlsearch.po kcminfo.po kdialog.po kcmcrypto.po libkickermenu_prefmenu.po kio_media.po kminipagerapplet.po kcmkonqhtml.po kcmaccess.po ksysguard.po kdesktop.po kio_floppy.po kcmnic.po kio_nntp.po kdmconfig.po trashapplet.po extensionproxy.po kio_ldap.po ktip.po kcmusb.po kcmperformance.po kdebugdialog.po khotkeys.po kgreet_winbind.po kio_smb.po libkickermenu_tdeprint.po kdmgreet.po knetattach.po nsplugin.po kcmcss.po kio_sftp.po kcmkio.po kcmfonts.po useraccount.po kcmkwm.po twin_clients.po kio_settings.po libkickermenu_recentdocs.po kdcop.po kcmkdnssd.po libtaskbar.po kcmkurifilt.po kio_pop3.po joystick.po libkicker.po krunapplet.po kcmbackground.po lockout.po kcmtwinrules.po libdmctl.po krdb.po kio_home.po tdesud.po kcmioslaveinfo.po kio_remote.po kgreet_classic.po konsole.po libkickermenu_konsole.po kcmkonq.po kcmspellchecking.po kcmprintmgr.po kio_thumbnail.po kcmbell.po tdeprint_part.po kcmcomponentchooser.po kcmlocale.po kcmarts.po kasbarextension.po kio_system.po kay.po kscreensaver.po khelpcenter.po kprinter.po kpager.po drkonqi.po kcmscreensaver.po kcmlaunch.po kstart.po kcmlayout.po kfindpart.po kio_print.po kcmicons.po quicklauncher.po kio_fish.po clockapplet.po ksystraycmd.po kcmkicker.po kio_trash.po kfontinst.po kcmtaskbar.po naughtyapplet.po Makefile.am kio_man.po kpersonalizer.po kcmkded.po kcmsmserver.po #>+ 469 kio_sftp.gmo: kio_sftp.po @@ -573,9 +573,9 @@ kcmlaunch.gmo: kcmlaunch.po kcminfo.gmo: kcminfo.po rm -f kcminfo.gmo; $(GMSGFMT) -o kcminfo.gmo $(srcdir)/kcminfo.po test ! -f kcminfo.gmo || touch kcminfo.gmo -kcmkwinrules.gmo: kcmkwinrules.po - rm -f kcmkwinrules.gmo; $(GMSGFMT) -o kcmkwinrules.gmo $(srcdir)/kcmkwinrules.po - test ! -f kcmkwinrules.gmo || touch kcmkwinrules.gmo +kcmtwinrules.gmo: kcmtwinrules.po + rm -f kcmtwinrules.gmo; $(GMSGFMT) -o kcmtwinrules.gmo $(srcdir)/kcmtwinrules.po + test ! -f kcmtwinrules.gmo || touch kcmtwinrules.gmo kasbarextension.gmo: kasbarextension.po rm -f kasbarextension.gmo; $(GMSGFMT) -o kasbarextension.gmo $(srcdir)/kasbarextension.po test ! -f kasbarextension.gmo || touch kasbarextension.gmo @@ -636,9 +636,9 @@ kio_remote.gmo: kio_remote.po kio_home.gmo: kio_home.po rm -f kio_home.gmo; $(GMSGFMT) -o kio_home.gmo $(srcdir)/kio_home.po test ! -f kio_home.gmo || touch kio_home.gmo -kdeprintfax.gmo: kdeprintfax.po - rm -f kdeprintfax.gmo; $(GMSGFMT) -o kdeprintfax.gmo $(srcdir)/kdeprintfax.po - test ! -f kdeprintfax.gmo || touch kdeprintfax.gmo +tdeprintfax.gmo: tdeprintfax.po + rm -f tdeprintfax.gmo; $(GMSGFMT) -o tdeprintfax.gmo $(srcdir)/tdeprintfax.po + test ! -f tdeprintfax.gmo || touch tdeprintfax.gmo kcmicons.gmo: kcmicons.po rm -f kcmicons.gmo; $(GMSGFMT) -o kcmicons.gmo $(srcdir)/kcmicons.po test ! -f kcmicons.gmo || touch kcmicons.gmo @@ -678,9 +678,9 @@ kaccess.gmo: kaccess.po kio_pop3.gmo: kio_pop3.po rm -f kio_pop3.gmo; $(GMSGFMT) -o kio_pop3.gmo $(srcdir)/kio_pop3.po test ! -f kio_pop3.gmo || touch kio_pop3.gmo -kdesud.gmo: kdesud.po - rm -f kdesud.gmo; $(GMSGFMT) -o kdesud.gmo $(srcdir)/kdesud.po - test ! -f kdesud.gmo || touch kdesud.gmo +tdesud.gmo: tdesud.po + rm -f tdesud.gmo; $(GMSGFMT) -o tdesud.gmo $(srcdir)/tdesud.po + test ! -f tdesud.gmo || touch tdesud.gmo kio_fish.gmo: kio_fish.po rm -f kio_fish.gmo; $(GMSGFMT) -o kio_fish.gmo $(srcdir)/kio_fish.po test ! -f kio_fish.gmo || touch kio_fish.gmo @@ -771,9 +771,9 @@ kcmlayout.gmo: kcmlayout.po kpager.gmo: kpager.po rm -f kpager.gmo; $(GMSGFMT) -o kpager.gmo $(srcdir)/kpager.po test ! -f kpager.gmo || touch kpager.gmo -kwin_clients.gmo: kwin_clients.po - rm -f kwin_clients.gmo; $(GMSGFMT) -o kwin_clients.gmo $(srcdir)/kwin_clients.po - test ! -f kwin_clients.gmo || touch kwin_clients.gmo +twin_clients.gmo: twin_clients.po + rm -f twin_clients.gmo; $(GMSGFMT) -o twin_clients.gmo $(srcdir)/twin_clients.po + test ! -f twin_clients.gmo || touch twin_clients.gmo kdebugdialog.gmo: kdebugdialog.po rm -f kdebugdialog.gmo; $(GMSGFMT) -o kdebugdialog.gmo $(srcdir)/kdebugdialog.po test ! -f kdebugdialog.gmo || touch kdebugdialog.gmo @@ -804,9 +804,9 @@ libkickermenu_remotemenu.gmo: libkickermenu_remotemenu.po lockout.gmo: lockout.po rm -f lockout.gmo; $(GMSGFMT) -o lockout.gmo $(srcdir)/lockout.po test ! -f lockout.gmo || touch lockout.gmo -kcmkwindecoration.gmo: kcmkwindecoration.po - rm -f kcmkwindecoration.gmo; $(GMSGFMT) -o kcmkwindecoration.gmo $(srcdir)/kcmkwindecoration.po - test ! -f kcmkwindecoration.gmo || touch kcmkwindecoration.gmo +kcmtwindecoration.gmo: kcmtwindecoration.po + rm -f kcmtwindecoration.gmo; $(GMSGFMT) -o kcmtwindecoration.gmo $(srcdir)/kcmtwindecoration.po + test ! -f kcmtwindecoration.gmo || touch kcmtwindecoration.gmo kxkb.gmo: kxkb.po rm -f kxkb.gmo; $(GMSGFMT) -o kxkb.gmo $(srcdir)/kxkb.po test ! -f kxkb.gmo || touch kxkb.gmo @@ -831,9 +831,9 @@ kcmnic.gmo: kcmnic.po privacy.gmo: privacy.po rm -f privacy.gmo; $(GMSGFMT) -o privacy.gmo $(srcdir)/privacy.po test ! -f privacy.gmo || touch privacy.gmo -libkickermenu_kdeprint.gmo: libkickermenu_kdeprint.po - rm -f libkickermenu_kdeprint.gmo; $(GMSGFMT) -o libkickermenu_kdeprint.gmo $(srcdir)/libkickermenu_kdeprint.po - test ! -f libkickermenu_kdeprint.gmo || touch libkickermenu_kdeprint.gmo +libkickermenu_tdeprint.gmo: libkickermenu_tdeprint.po + rm -f libkickermenu_tdeprint.gmo; $(GMSGFMT) -o libkickermenu_tdeprint.gmo $(srcdir)/libkickermenu_tdeprint.po + test ! -f libkickermenu_tdeprint.gmo || touch libkickermenu_tdeprint.gmo kscreensaver.gmo: kscreensaver.po rm -f kscreensaver.gmo; $(GMSGFMT) -o kscreensaver.gmo $(srcdir)/kscreensaver.po test ! -f kscreensaver.gmo || touch kscreensaver.gmo @@ -870,9 +870,9 @@ ksystraycmd.gmo: ksystraycmd.po kcmsmartcard.gmo: kcmsmartcard.po rm -f kcmsmartcard.gmo; $(GMSGFMT) -o kcmsmartcard.gmo $(srcdir)/kcmsmartcard.po test ! -f kcmsmartcard.gmo || touch kcmsmartcard.gmo -kwin.gmo: kwin.po - rm -f kwin.gmo; $(GMSGFMT) -o kwin.gmo $(srcdir)/kwin.po - test ! -f kwin.gmo || touch kwin.gmo +twin.gmo: twin.po + rm -f twin.gmo; $(GMSGFMT) -o twin.gmo $(srcdir)/twin.po + test ! -f twin.gmo || touch twin.gmo libkicker.gmo: libkicker.po rm -f libkicker.gmo; $(GMSGFMT) -o libkicker.gmo $(srcdir)/libkicker.po test ! -f libkicker.gmo || touch libkicker.gmo @@ -888,9 +888,9 @@ kgreet_winbind.gmo: kgreet_winbind.po drkonqi.gmo: drkonqi.po rm -f drkonqi.gmo; $(GMSGFMT) -o drkonqi.gmo $(srcdir)/drkonqi.po test ! -f drkonqi.gmo || touch drkonqi.gmo -kwin_lib.gmo: kwin_lib.po - rm -f kwin_lib.gmo; $(GMSGFMT) -o kwin_lib.gmo $(srcdir)/kwin_lib.po - test ! -f kwin_lib.gmo || touch kwin_lib.gmo +twin_lib.gmo: twin_lib.po + rm -f twin_lib.gmo; $(GMSGFMT) -o twin_lib.gmo $(srcdir)/twin_lib.po + test ! -f twin_lib.gmo || touch twin_lib.gmo kio_settings.gmo: kio_settings.po rm -f kio_settings.gmo; $(GMSGFMT) -o kio_settings.gmo $(srcdir)/kio_settings.po test ! -f kio_settings.gmo || touch kio_settings.gmo @@ -906,9 +906,9 @@ kcmscreensaver.gmo: kcmscreensaver.po konqueror.gmo: konqueror.po rm -f konqueror.gmo; $(GMSGFMT) -o konqueror.gmo $(srcdir)/konqueror.po test ! -f konqueror.gmo || touch konqueror.gmo -kdesu.gmo: kdesu.po - rm -f kdesu.gmo; $(GMSGFMT) -o kdesu.gmo $(srcdir)/kdesu.po - test ! -f kdesu.gmo || touch kdesu.gmo +tdesu.gmo: tdesu.po + rm -f tdesu.gmo; $(GMSGFMT) -o tdesu.gmo $(srcdir)/tdesu.po + test ! -f tdesu.gmo || touch tdesu.gmo kcmsmserver.gmo: kcmsmserver.po rm -f kcmsmserver.gmo; $(GMSGFMT) -o kcmsmserver.gmo $(srcdir)/kcmsmserver.po test ! -f kcmsmserver.gmo || touch kcmsmserver.gmo @@ -996,21 +996,21 @@ quicklauncher.gmo: quicklauncher.po kcmsamba.gmo: kcmsamba.po rm -f kcmsamba.gmo; $(GMSGFMT) -o kcmsamba.gmo $(srcdir)/kcmsamba.po test ! -f kcmsamba.gmo || touch kcmsamba.gmo -kdeprint_part.gmo: kdeprint_part.po - rm -f kdeprint_part.gmo; $(GMSGFMT) -o kdeprint_part.gmo $(srcdir)/kdeprint_part.po - test ! -f kdeprint_part.gmo || touch kdeprint_part.gmo +tdeprint_part.gmo: tdeprint_part.po + rm -f tdeprint_part.gmo; $(GMSGFMT) -o tdeprint_part.gmo $(srcdir)/tdeprint_part.po + test ! -f tdeprint_part.gmo || touch tdeprint_part.gmo kio_smtp.gmo: kio_smtp.po rm -f kio_smtp.gmo; $(GMSGFMT) -o kio_smtp.gmo $(srcdir)/kio_smtp.po test ! -f kio_smtp.gmo || touch kio_smtp.gmo #>+ 3 clean-nls: - -rm -f kio_sftp.gmo kate.gmo kjobviewer.gmo libkickermenu_konsole.gmo kcmkicker.gmo nsplugin.gmo display.gmo extensionproxy.gmo kdcop.gmo kcmbackground.gmo kstyle_keramik_config.gmo kcmlaunch.gmo kcminfo.gmo kcmkwinrules.gmo kasbarextension.gmo khtmlkttsd.gmo libdmctl.gmo ksplashthemes.gmo kgreet_classic.gmo kcontrol.gmo kmenuapplet.gmo kio_tar.gmo kcmview1394.gmo kcmbell.gmo kcmcomponentchooser.gmo kdmgreet.gmo kdesktop.gmo kpersonalizer.gmo ksplash.gmo kcmaccessibility.gmo kminipagerapplet.gmo kcmkded.gmo kio_remote.gmo kio_home.gmo kdeprintfax.gmo kcmicons.gmo filetypes.gmo kcmenergy.gmo kappfinder.gmo kthememanager.gmo kcmtaskbar.gmo kcmcgi.gmo kio_media.gmo libkickermenu_tom.gmo kio_finger.gmo ktip.gmo kaccess.gmo kio_pop3.gmo kdesud.gmo kio_fish.gmo kicker.gmo kcmkdnssd.gmo krdb.gmo libkickermenu_systemmenu.gmo kcmkio.gmo krunapplet.gmo kcmhtmlsearch.gmo kcmfonts.gmo libtaskbar.gmo useraccount.gmo knetattach.gmo kcmkonsole.gmo appletproxy.gmo dockbarextension.gmo kcmkonq.gmo kio_nntp.gmo kwriteconfig.gmo kio_ldap.gmo konsole.gmo kstart.gmo klipper.gmo kcmspellchecking.gmo kcmkurifilt.gmo kdepasswd.gmo clockapplet.gmo mediaapplet.gmo kdialog.gmo kcmlayout.gmo kpager.gmo kwin_clients.gmo kdebugdialog.gmo kcmnotify.gmo kio_nfs.gmo kcmprintmgr.gmo ksystemtrayapplet.gmo kcmxinerama.gmo kreadconfig.gmo kay.gmo libkickermenu_remotemenu.gmo lockout.gmo kcmkwindecoration.gmo kxkb.gmo kprinter.gmo libtaskmanager.gmo kio_system.gmo trashapplet.gmo kcmcrypto.gmo kcmnic.gmo privacy.gmo libkickermenu_kdeprint.gmo kscreensaver.gmo libkonq.gmo libkickermenu_recentdocs.gmo kmenuedit.gmo kio_trash.gmo kio_floppy.gmo krandr.gmo khotkeys.gmo kcmkclock.gmo kio_man.gmo ksystraycmd.gmo kcmsmartcard.gmo kwin.gmo libkicker.gmo khelpcenter.gmo ksmserver.gmo kgreet_winbind.gmo drkonqi.gmo kwin_lib.gmo kio_settings.gmo ksysguard.gmo kfontinst.gmo kcmscreensaver.gmo konqueror.gmo kdesu.gmo kcmsmserver.gmo kcmcolors.gmo kcminput.gmo kcmlocale.gmo kio_print.gmo kickermenu_kate.gmo kcmstyle.gmo kcmkeys.gmo kcmioslaveinfo.gmo kfmclient.gmo kfindpart.gmo kio_mac.gmo kio_smb.gmo kcmmedia.gmo naughtyapplet.gmo kcmkwm.gmo htmlsearch.gmo kcmcss.gmo kcmusb.gmo kcmperformance.gmo kio_thumbnail.gmo kcmarts.gmo libkickermenu_prefmenu.gmo joystick.gmo kdmconfig.gmo kcmaccess.gmo kcmkonqhtml.gmo quicklauncher.gmo kcmsamba.gmo kdeprint_part.gmo kio_smtp.gmo + -rm -f kio_sftp.gmo kate.gmo kjobviewer.gmo libkickermenu_konsole.gmo kcmkicker.gmo nsplugin.gmo display.gmo extensionproxy.gmo kdcop.gmo kcmbackground.gmo kstyle_keramik_config.gmo kcmlaunch.gmo kcminfo.gmo kcmtwinrules.gmo kasbarextension.gmo khtmlkttsd.gmo libdmctl.gmo ksplashthemes.gmo kgreet_classic.gmo kcontrol.gmo kmenuapplet.gmo kio_tar.gmo kcmview1394.gmo kcmbell.gmo kcmcomponentchooser.gmo kdmgreet.gmo kdesktop.gmo kpersonalizer.gmo ksplash.gmo kcmaccessibility.gmo kminipagerapplet.gmo kcmkded.gmo kio_remote.gmo kio_home.gmo tdeprintfax.gmo kcmicons.gmo filetypes.gmo kcmenergy.gmo kappfinder.gmo kthememanager.gmo kcmtaskbar.gmo kcmcgi.gmo kio_media.gmo libkickermenu_tom.gmo kio_finger.gmo ktip.gmo kaccess.gmo kio_pop3.gmo tdesud.gmo kio_fish.gmo kicker.gmo kcmkdnssd.gmo krdb.gmo libkickermenu_systemmenu.gmo kcmkio.gmo krunapplet.gmo kcmhtmlsearch.gmo kcmfonts.gmo libtaskbar.gmo useraccount.gmo knetattach.gmo kcmkonsole.gmo appletproxy.gmo dockbarextension.gmo kcmkonq.gmo kio_nntp.gmo kwriteconfig.gmo kio_ldap.gmo konsole.gmo kstart.gmo klipper.gmo kcmspellchecking.gmo kcmkurifilt.gmo kdepasswd.gmo clockapplet.gmo mediaapplet.gmo kdialog.gmo kcmlayout.gmo kpager.gmo twin_clients.gmo kdebugdialog.gmo kcmnotify.gmo kio_nfs.gmo kcmprintmgr.gmo ksystemtrayapplet.gmo kcmxinerama.gmo kreadconfig.gmo kay.gmo libkickermenu_remotemenu.gmo lockout.gmo kcmtwindecoration.gmo kxkb.gmo kprinter.gmo libtaskmanager.gmo kio_system.gmo trashapplet.gmo kcmcrypto.gmo kcmnic.gmo privacy.gmo libkickermenu_tdeprint.gmo kscreensaver.gmo libkonq.gmo libkickermenu_recentdocs.gmo kmenuedit.gmo kio_trash.gmo kio_floppy.gmo krandr.gmo khotkeys.gmo kcmkclock.gmo kio_man.gmo ksystraycmd.gmo kcmsmartcard.gmo twin.gmo libkicker.gmo khelpcenter.gmo ksmserver.gmo kgreet_winbind.gmo drkonqi.gmo twin_lib.gmo kio_settings.gmo ksysguard.gmo kfontinst.gmo kcmscreensaver.gmo konqueror.gmo tdesu.gmo kcmsmserver.gmo kcmcolors.gmo kcminput.gmo kcmlocale.gmo kio_print.gmo kickermenu_kate.gmo kcmstyle.gmo kcmkeys.gmo kcmioslaveinfo.gmo kfmclient.gmo kfindpart.gmo kio_mac.gmo kio_smb.gmo kcmmedia.gmo naughtyapplet.gmo kcmkwm.gmo htmlsearch.gmo kcmcss.gmo kcmusb.gmo kcmperformance.gmo kio_thumbnail.gmo kcmarts.gmo libkickermenu_prefmenu.gmo joystick.gmo kdmconfig.gmo kcmaccess.gmo kcmkonqhtml.gmo quicklauncher.gmo kcmsamba.gmo tdeprint_part.gmo kio_smtp.gmo #>+ 10 install-nls: $(mkinstalldirs) $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES - @for base in kio_sftp kate kjobviewer libkickermenu_konsole kcmkicker nsplugin display extensionproxy kdcop kcmbackground kstyle_keramik_config kcmlaunch kcminfo kcmkwinrules kasbarextension khtmlkttsd libdmctl ksplashthemes kgreet_classic kcontrol kmenuapplet kio_tar kcmview1394 kcmbell kcmcomponentchooser kdmgreet kdesktop kpersonalizer ksplash kcmaccessibility kminipagerapplet kcmkded kio_remote kio_home kdeprintfax kcmicons filetypes kcmenergy kappfinder kthememanager kcmtaskbar kcmcgi kio_media libkickermenu_tom kio_finger ktip kaccess kio_pop3 kdesud kio_fish kicker kcmkdnssd krdb libkickermenu_systemmenu kcmkio krunapplet kcmhtmlsearch kcmfonts libtaskbar useraccount knetattach kcmkonsole appletproxy dockbarextension kcmkonq kio_nntp kwriteconfig kio_ldap konsole kstart klipper kcmspellchecking kcmkurifilt kdepasswd clockapplet mediaapplet kdialog kcmlayout kpager kwin_clients kdebugdialog kcmnotify kio_nfs kcmprintmgr ksystemtrayapplet kcmxinerama kreadconfig kay libkickermenu_remotemenu lockout kcmkwindecoration kxkb kprinter libtaskmanager kio_system trashapplet kcmcrypto kcmnic privacy libkickermenu_kdeprint kscreensaver libkonq libkickermenu_recentdocs kmenuedit kio_trash kio_floppy krandr khotkeys kcmkclock kio_man ksystraycmd kcmsmartcard kwin libkicker khelpcenter ksmserver kgreet_winbind drkonqi kwin_lib kio_settings ksysguard kfontinst kcmscreensaver konqueror kdesu kcmsmserver kcmcolors kcminput kcmlocale kio_print kickermenu_kate kcmstyle kcmkeys kcmioslaveinfo kfmclient kfindpart kio_mac kio_smb kcmmedia naughtyapplet kcmkwm htmlsearch kcmcss kcmusb kcmperformance kio_thumbnail kcmarts libkickermenu_prefmenu joystick kdmconfig kcmaccess kcmkonqhtml quicklauncher kcmsamba kdeprint_part kio_smtp ; do \ + @for base in kio_sftp kate kjobviewer libkickermenu_konsole kcmkicker nsplugin display extensionproxy kdcop kcmbackground kstyle_keramik_config kcmlaunch kcminfo kcmtwinrules kasbarextension khtmlkttsd libdmctl ksplashthemes kgreet_classic kcontrol kmenuapplet kio_tar kcmview1394 kcmbell kcmcomponentchooser kdmgreet kdesktop kpersonalizer ksplash kcmaccessibility kminipagerapplet kcmkded kio_remote kio_home tdeprintfax kcmicons filetypes kcmenergy kappfinder kthememanager kcmtaskbar kcmcgi kio_media libkickermenu_tom kio_finger ktip kaccess kio_pop3 tdesud kio_fish kicker kcmkdnssd krdb libkickermenu_systemmenu kcmkio krunapplet kcmhtmlsearch kcmfonts libtaskbar useraccount knetattach kcmkonsole appletproxy dockbarextension kcmkonq kio_nntp kwriteconfig kio_ldap konsole kstart klipper kcmspellchecking kcmkurifilt kdepasswd clockapplet mediaapplet kdialog kcmlayout kpager twin_clients kdebugdialog kcmnotify kio_nfs kcmprintmgr ksystemtrayapplet kcmxinerama kreadconfig kay libkickermenu_remotemenu lockout kcmtwindecoration kxkb kprinter libtaskmanager kio_system trashapplet kcmcrypto kcmnic privacy libkickermenu_tdeprint kscreensaver libkonq libkickermenu_recentdocs kmenuedit kio_trash kio_floppy krandr khotkeys kcmkclock kio_man ksystraycmd kcmsmartcard twin libkicker khelpcenter ksmserver kgreet_winbind drkonqi twin_lib kio_settings ksysguard kfontinst kcmscreensaver konqueror tdesu kcmsmserver kcmcolors kcminput kcmlocale kio_print kickermenu_kate kcmstyle kcmkeys kcmioslaveinfo kfmclient kfindpart kio_mac kio_smb kcmmedia naughtyapplet kcmkwm htmlsearch kcmcss kcmusb kcmperformance kio_thumbnail kcmarts libkickermenu_prefmenu joystick kdmconfig kcmaccess kcmkonqhtml quicklauncher kcmsamba tdeprint_part kio_smtp ; do \ echo $(INSTALL_DATA) $$base.gmo $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/$$base.mo ;\ if test -f $$base.gmo; then $(INSTALL_DATA) $$base.gmo $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/$$base.mo ;\ elif test -f $(srcdir)/$$base.gmo; then $(INSTALL_DATA) $(srcdir)/$$base.gmo $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/$$base.mo ;\ @@ -1033,7 +1033,7 @@ uninstall-nls: rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kstyle_keramik_config.mo rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kcmlaunch.mo rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kcminfo.mo - rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kcmkwinrules.mo + rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kcmtwinrules.mo rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kasbarextension.mo rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/khtmlkttsd.mo rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/libdmctl.mo @@ -1054,7 +1054,7 @@ uninstall-nls: rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kcmkded.mo rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kio_remote.mo rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kio_home.mo - rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kdeprintfax.mo + rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/tdeprintfax.mo rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kcmicons.mo rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/filetypes.mo rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kcmenergy.mo @@ -1068,7 +1068,7 @@ uninstall-nls: rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/ktip.mo rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kaccess.mo rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kio_pop3.mo - rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kdesud.mo + rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/tdesud.mo rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kio_fish.mo rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kicker.mo rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kcmkdnssd.mo @@ -1099,7 +1099,7 @@ uninstall-nls: rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kdialog.mo rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kcmlayout.mo rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kpager.mo - rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kwin_clients.mo + rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/twin_clients.mo rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kdebugdialog.mo rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kcmnotify.mo rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kio_nfs.mo @@ -1110,7 +1110,7 @@ uninstall-nls: rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kay.mo rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/libkickermenu_remotemenu.mo rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/lockout.mo - rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kcmkwindecoration.mo + rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kcmtwindecoration.mo rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kxkb.mo rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kprinter.mo rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/libtaskmanager.mo @@ -1119,7 +1119,7 @@ uninstall-nls: rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kcmcrypto.mo rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kcmnic.mo rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/privacy.mo - rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/libkickermenu_kdeprint.mo + rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/libkickermenu_tdeprint.mo rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kscreensaver.mo rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/libkonq.mo rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/libkickermenu_recentdocs.mo @@ -1132,19 +1132,19 @@ uninstall-nls: rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kio_man.mo rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/ksystraycmd.mo rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kcmsmartcard.mo - rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kwin.mo + rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/twin.mo rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/libkicker.mo rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/khelpcenter.mo rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/ksmserver.mo rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kgreet_winbind.mo rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/drkonqi.mo - rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kwin_lib.mo + rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/twin_lib.mo rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kio_settings.mo rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/ksysguard.mo rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kfontinst.mo rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kcmscreensaver.mo rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/konqueror.mo - rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kdesu.mo + rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/tdesu.mo rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kcmsmserver.mo rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kcmcolors.mo rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kcminput.mo @@ -1174,7 +1174,7 @@ uninstall-nls: rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kcmkonqhtml.mo rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/quicklauncher.mo rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kcmsamba.mo - rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kdeprint_part.mo + rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/tdeprint_part.mo rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kio_smtp.mo #>+ 2 @@ -1202,10 +1202,10 @@ force-reedit: exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/kdebase/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/tdebase/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu messages/kdebase/Makefile - cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin messages/kdebase/Makefile.in + $(AUTOMAKE) --gnu messages/tdebase/Makefile + cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin messages/tdebase/Makefile.in #>+ 21 diff --git a/tde-i18n-uk/messages/kdebase/drkonqi.po b/tde-i18n-uk/messages/kdebase/drkonqi.po index 6cb094ed294..42a9430ad69 100644 --- a/tde-i18n-uk/messages/kdebase/drkonqi.po +++ b/tde-i18n-uk/messages/kdebase/drkonqi.po @@ -182,8 +182,8 @@ msgid "Startup ID of the program" msgstr "ІД запуску програми" #: main.cpp:55 -msgid "The program was started by kdeinit" -msgstr "Програма стартувала з kdeinit" +msgid "The program was started by tdeinit" +msgstr "Програма стартувала з tdeinit" #: main.cpp:56 msgid "Disable arbitrary disk access" diff --git a/tde-i18n-uk/messages/kdebase/kcmcrypto.po b/tde-i18n-uk/messages/kdebase/kcmcrypto.po index 1c6e5721fca..ade2b6fcbbf 100644 --- a/tde-i18n-uk/messages/kdebase/kcmcrypto.po +++ b/tde-i18n-uk/messages/kdebase/kcmcrypto.po @@ -707,11 +707,11 @@ msgstr "Не робити доступним" #: crypto.cpp:2012 msgid "" -"Could not execute Kleopatra. You might have to install or update the kdepim " +"Could not execute Kleopatra. You might have to install or update the tdepim " "package." msgstr "" "Не вдається запустити програму Kleopatra. Можливо потрібно встановити чи " -"поновити пакет kdepim." +"поновити пакет tdepim." #: crypto.cpp:2030 msgid "" diff --git a/tde-i18n-uk/messages/kdebase/kcmkeys.po b/tde-i18n-uk/messages/kdebase/kcmkeys.po index 376971eff98..ee2b4fce125 100644 --- a/tde-i18n-uk/messages/kdebase/kcmkeys.po +++ b/tde-i18n-uk/messages/kdebase/kcmkeys.po @@ -325,383 +325,383 @@ msgstr "" msgid "Application Missing" msgstr "Програма відсутня" -#: ../../kwin/kwinbindings.cpp:18 +#: ../../twin/twinbindings.cpp:18 msgid "System" msgstr "Система" -#: ../../kwin/kwinbindings.cpp:20 +#: ../../twin/twinbindings.cpp:20 msgid "Navigation" msgstr "Навігація" -#: ../../kwin/kwinbindings.cpp:21 +#: ../../twin/twinbindings.cpp:21 msgid "Walk Through Windows" msgstr "Пройтись по вікнах" -#: ../../kwin/kwinbindings.cpp:22 +#: ../../twin/twinbindings.cpp:22 msgid "Walk Through Windows (Reverse)" msgstr "Пройтись по вікнах (назад)" -#: ../../kwin/kwinbindings.cpp:23 +#: ../../twin/twinbindings.cpp:23 msgid "Walk Through Desktops" msgstr "Пройтись по стільницях" -#: ../../kwin/kwinbindings.cpp:24 +#: ../../twin/twinbindings.cpp:24 msgid "Walk Through Desktops (Reverse)" msgstr "Пройтись по стільницях (назад)" -#: ../../kwin/kwinbindings.cpp:25 +#: ../../twin/twinbindings.cpp:25 msgid "Walk Through Desktop List" msgstr "Пройтись по списку стільниць" -#: ../../kwin/kwinbindings.cpp:26 +#: ../../twin/twinbindings.cpp:26 msgid "Walk Through Desktop List (Reverse)" msgstr "Пройтись по списку стільниць (назад)" -#: ../../kwin/kwinbindings.cpp:28 +#: ../../twin/twinbindings.cpp:28 msgid "Windows" msgstr "Вікна" -#: ../../kwin/kwinbindings.cpp:29 +#: ../../twin/twinbindings.cpp:29 msgid "Window Operations Menu" msgstr "Меню дій над вікнами" -#: ../../kwin/kwinbindings.cpp:30 +#: ../../twin/twinbindings.cpp:30 msgid "Close Window" msgstr "Закрити вікно" -#: ../../kwin/kwinbindings.cpp:32 +#: ../../twin/twinbindings.cpp:32 msgid "Maximize Window" msgstr "Максимізувати вікно" -#: ../../kwin/kwinbindings.cpp:34 +#: ../../twin/twinbindings.cpp:34 msgid "Maximize Window Vertically" msgstr "Максимізувати вікно вертикально" -#: ../../kwin/kwinbindings.cpp:36 +#: ../../twin/twinbindings.cpp:36 msgid "Maximize Window Horizontally" msgstr "Максимізувати вікно горизонтально" -#: ../../kwin/kwinbindings.cpp:38 +#: ../../twin/twinbindings.cpp:38 msgid "Minimize Window" msgstr "Мінімізувати вікно" -#: ../../kwin/kwinbindings.cpp:40 +#: ../../twin/twinbindings.cpp:40 msgid "Shade Window" msgstr "Згорнути вікно" -#: ../../kwin/kwinbindings.cpp:42 +#: ../../twin/twinbindings.cpp:42 msgid "Move Window" msgstr "Пересунути вікно" -#: ../../kwin/kwinbindings.cpp:44 +#: ../../twin/twinbindings.cpp:44 msgid "Resize Window" msgstr "Змінити розмір вікна" -#: ../../kwin/kwinbindings.cpp:46 +#: ../../twin/twinbindings.cpp:46 msgid "Raise Window" msgstr "Підняти вікно" -#: ../../kwin/kwinbindings.cpp:48 +#: ../../twin/twinbindings.cpp:48 msgid "Lower Window" msgstr "Опустити вікно" -#: ../../kwin/kwinbindings.cpp:50 +#: ../../twin/twinbindings.cpp:50 msgid "Toggle Window Raise/Lower" msgstr "Підняти/опустити вікно" -#: ../../kwin/kwinbindings.cpp:51 +#: ../../twin/twinbindings.cpp:51 msgid "Make Window Fullscreen" msgstr "Вікно на весь екран" -#: ../../kwin/kwinbindings.cpp:53 +#: ../../twin/twinbindings.cpp:53 msgid "Hide Window Border" msgstr "Сховати границі вікна" -#: ../../kwin/kwinbindings.cpp:55 +#: ../../twin/twinbindings.cpp:55 msgid "Keep Window Above Others" msgstr "Утримувати вікно понад іншими" -#: ../../kwin/kwinbindings.cpp:57 +#: ../../twin/twinbindings.cpp:57 msgid "Keep Window Below Others" msgstr "Утримувати вікно попід іншими" -#: ../../kwin/kwinbindings.cpp:59 +#: ../../twin/twinbindings.cpp:59 msgid "Activate Window Demanding Attention" msgstr "Активізувати вікно, що потребує уваги" -#: ../../kwin/kwinbindings.cpp:60 +#: ../../twin/twinbindings.cpp:60 msgid "Setup Window Shortcut" msgstr "Скорочення до вікна налаштування" -#: ../../kwin/kwinbindings.cpp:61 +#: ../../twin/twinbindings.cpp:61 msgid "Pack Window to the Right" msgstr "Пакувати вікна праворуч" -#: ../../kwin/kwinbindings.cpp:63 +#: ../../twin/twinbindings.cpp:63 msgid "Pack Window to the Left" msgstr "Пакувати вікна ліворуч" -#: ../../kwin/kwinbindings.cpp:65 +#: ../../twin/twinbindings.cpp:65 msgid "Pack Window Up" msgstr "Пакувати вікна вгору" -#: ../../kwin/kwinbindings.cpp:67 +#: ../../twin/twinbindings.cpp:67 msgid "Pack Window Down" msgstr "Пакувати вікна вниз" -#: ../../kwin/kwinbindings.cpp:69 +#: ../../twin/twinbindings.cpp:69 msgid "Pack Grow Window Horizontally" msgstr "Пакувати зі збільшенням вікна горизонтально" -#: ../../kwin/kwinbindings.cpp:71 +#: ../../twin/twinbindings.cpp:71 msgid "Pack Grow Window Vertically" msgstr "Пакувати зі збільшенням вікна вертикально" -#: ../../kwin/kwinbindings.cpp:73 +#: ../../twin/twinbindings.cpp:73 msgid "Pack Shrink Window Horizontally" msgstr "Пакувати зі зменшенням вікна горизонтально" -#: ../../kwin/kwinbindings.cpp:75 +#: ../../twin/twinbindings.cpp:75 msgid "Pack Shrink Window Vertically" msgstr "Пакувати зі зменшенням вікна вертикально" -#: ../../kwin/kwinbindings.cpp:78 +#: ../../twin/twinbindings.cpp:78 msgid "Window & Desktop" msgstr "Вікно та стільниця" -#: ../../kwin/kwinbindings.cpp:79 +#: ../../twin/twinbindings.cpp:79 msgid "Keep Window on All Desktops" msgstr "Утримувати вікно на всіх стільницях" -#: ../../kwin/kwinbindings.cpp:81 +#: ../../twin/twinbindings.cpp:81 msgid "Window to Desktop 1" msgstr "Вікно на стільницю 1" -#: ../../kwin/kwinbindings.cpp:82 +#: ../../twin/twinbindings.cpp:82 msgid "Window to Desktop 2" msgstr "Вікно на стільницю 2" -#: ../../kwin/kwinbindings.cpp:83 +#: ../../twin/twinbindings.cpp:83 msgid "Window to Desktop 3" msgstr "Вікно на стільницю 3" -#: ../../kwin/kwinbindings.cpp:84 +#: ../../twin/twinbindings.cpp:84 msgid "Window to Desktop 4" msgstr "Вікно на стільницю 4" -#: ../../kwin/kwinbindings.cpp:85 +#: ../../twin/twinbindings.cpp:85 msgid "Window to Desktop 5" msgstr "Вікно на стільницю 5" -#: ../../kwin/kwinbindings.cpp:86 +#: ../../twin/twinbindings.cpp:86 msgid "Window to Desktop 6" msgstr "Вікно на стільницю 6" -#: ../../kwin/kwinbindings.cpp:87 +#: ../../twin/twinbindings.cpp:87 msgid "Window to Desktop 7" msgstr "Вікно на стільницю 7" -#: ../../kwin/kwinbindings.cpp:88 +#: ../../twin/twinbindings.cpp:88 msgid "Window to Desktop 8" msgstr "Вікно на стільницю 8" -#: ../../kwin/kwinbindings.cpp:89 +#: ../../twin/twinbindings.cpp:89 msgid "Window to Desktop 9" msgstr "Вікно на стільницю 9" -#: ../../kwin/kwinbindings.cpp:90 +#: ../../twin/twinbindings.cpp:90 msgid "Window to Desktop 10" msgstr "Вікно на стільницю 10" -#: ../../kwin/kwinbindings.cpp:91 +#: ../../twin/twinbindings.cpp:91 msgid "Window to Desktop 11" msgstr "Вікно на стільницю 11" -#: ../../kwin/kwinbindings.cpp:92 +#: ../../twin/twinbindings.cpp:92 msgid "Window to Desktop 12" msgstr "Вікно на стільницю 12" -#: ../../kwin/kwinbindings.cpp:93 +#: ../../twin/twinbindings.cpp:93 msgid "Window to Desktop 13" msgstr "Вікно на стільницю 13" -#: ../../kwin/kwinbindings.cpp:94 +#: ../../twin/twinbindings.cpp:94 msgid "Window to Desktop 14" msgstr "Вікно на стільницю 14" -#: ../../kwin/kwinbindings.cpp:95 +#: ../../twin/twinbindings.cpp:95 msgid "Window to Desktop 15" msgstr "Вікно на стільницю 15" -#: ../../kwin/kwinbindings.cpp:96 +#: ../../twin/twinbindings.cpp:96 msgid "Window to Desktop 16" msgstr "Вікно на стільницю 16" -#: ../../kwin/kwinbindings.cpp:97 +#: ../../twin/twinbindings.cpp:97 msgid "Window to Desktop 17" msgstr "Вікно на стільницю 17" -#: ../../kwin/kwinbindings.cpp:98 +#: ../../twin/twinbindings.cpp:98 msgid "Window to Desktop 18" msgstr "Вікно на стільницю 18" -#: ../../kwin/kwinbindings.cpp:99 +#: ../../twin/twinbindings.cpp:99 msgid "Window to Desktop 19" msgstr "Вікно на стільницю 19" -#: ../../kwin/kwinbindings.cpp:100 +#: ../../twin/twinbindings.cpp:100 msgid "Window to Desktop 20" msgstr "Вікно на стільницю 20" -#: ../../kwin/kwinbindings.cpp:101 +#: ../../twin/twinbindings.cpp:101 msgid "Window to Next Desktop" msgstr "Вікно на наступну стільницю" -#: ../../kwin/kwinbindings.cpp:102 +#: ../../twin/twinbindings.cpp:102 msgid "Window to Previous Desktop" msgstr "Вікно на попередню стільницю" -#: ../../kwin/kwinbindings.cpp:103 +#: ../../twin/twinbindings.cpp:103 msgid "Window One Desktop to the Right" msgstr "Вікно на одну стільницю праворуч" -#: ../../kwin/kwinbindings.cpp:104 +#: ../../twin/twinbindings.cpp:104 msgid "Window One Desktop to the Left" msgstr "Вікно на одну стільницю ліворуч" -#: ../../kwin/kwinbindings.cpp:105 +#: ../../twin/twinbindings.cpp:105 msgid "Window One Desktop Up" msgstr "Вікно на одну стільницю вгору" -#: ../../kwin/kwinbindings.cpp:106 +#: ../../twin/twinbindings.cpp:106 msgid "Window One Desktop Down" msgstr "Вікно на одну стільницю вниз" -#: ../../kwin/kwinbindings.cpp:108 +#: ../../twin/twinbindings.cpp:108 msgid "Desktop Switching" msgstr "Перемикання стільниць" -#: ../../kwin/kwinbindings.cpp:109 +#: ../../twin/twinbindings.cpp:109 msgid "Switch to Desktop 1" msgstr "Перемикнути до стільниці 1" -#: ../../kwin/kwinbindings.cpp:110 +#: ../../twin/twinbindings.cpp:110 msgid "Switch to Desktop 2" msgstr "Перемикнути до стільниці 2" -#: ../../kwin/kwinbindings.cpp:111 +#: ../../twin/twinbindings.cpp:111 msgid "Switch to Desktop 3" msgstr "Перемикнути до стільниці 3" -#: ../../kwin/kwinbindings.cpp:112 +#: ../../twin/twinbindings.cpp:112 msgid "Switch to Desktop 4" msgstr "Перемикнути до стільниці 4" -#: ../../kwin/kwinbindings.cpp:113 +#: ../../twin/twinbindings.cpp:113 msgid "Switch to Desktop 5" msgstr "Перемикнути до стільниці 5" -#: ../../kwin/kwinbindings.cpp:114 +#: ../../twin/twinbindings.cpp:114 msgid "Switch to Desktop 6" msgstr "Перемикнути до стільниці 6" -#: ../../kwin/kwinbindings.cpp:115 +#: ../../twin/twinbindings.cpp:115 msgid "Switch to Desktop 7" msgstr "Перемикнути до стільниці 7" -#: ../../kwin/kwinbindings.cpp:116 +#: ../../twin/twinbindings.cpp:116 msgid "Switch to Desktop 8" msgstr "Перемикнути до стільниці 8" -#: ../../kwin/kwinbindings.cpp:117 +#: ../../twin/twinbindings.cpp:117 msgid "Switch to Desktop 9" msgstr "Перемикнути до стільниці 9" -#: ../../kwin/kwinbindings.cpp:118 +#: ../../twin/twinbindings.cpp:118 msgid "Switch to Desktop 10" msgstr "Перемикнути до стільниці 10" -#: ../../kwin/kwinbindings.cpp:119 +#: ../../twin/twinbindings.cpp:119 msgid "Switch to Desktop 11" msgstr "Перемикнути до стільниці 11" -#: ../../kwin/kwinbindings.cpp:120 +#: ../../twin/twinbindings.cpp:120 msgid "Switch to Desktop 12" msgstr "Перемикнути до стільниці 12" -#: ../../kwin/kwinbindings.cpp:121 +#: ../../twin/twinbindings.cpp:121 msgid "Switch to Desktop 13" msgstr "Перемикнути до стільниці 13" -#: ../../kwin/kwinbindings.cpp:122 +#: ../../twin/twinbindings.cpp:122 msgid "Switch to Desktop 14" msgstr "Перемикнути до стільниці 14" -#: ../../kwin/kwinbindings.cpp:123 +#: ../../twin/twinbindings.cpp:123 msgid "Switch to Desktop 15" msgstr "Перемикнути до стільниці 15" -#: ../../kwin/kwinbindings.cpp:124 +#: ../../twin/twinbindings.cpp:124 msgid "Switch to Desktop 16" msgstr "Перемикнути до стільниці 16" -#: ../../kwin/kwinbindings.cpp:125 +#: ../../twin/twinbindings.cpp:125 msgid "Switch to Desktop 17" msgstr "Перемикнути до стільниці 17" -#: ../../kwin/kwinbindings.cpp:126 +#: ../../twin/twinbindings.cpp:126 msgid "Switch to Desktop 18" msgstr "Перемикнути до стільниці 18" -#: ../../kwin/kwinbindings.cpp:127 +#: ../../twin/twinbindings.cpp:127 msgid "Switch to Desktop 19" msgstr "Перемикнути до стільниці 19" -#: ../../kwin/kwinbindings.cpp:128 +#: ../../twin/twinbindings.cpp:128 msgid "Switch to Desktop 20" msgstr "Перемикнути до стільниці 20" -#: ../../kwin/kwinbindings.cpp:129 +#: ../../twin/twinbindings.cpp:129 msgid "Switch to Next Desktop" msgstr "Перемикнути на наступну стільницю" -#: ../../kwin/kwinbindings.cpp:130 +#: ../../twin/twinbindings.cpp:130 msgid "Switch to Previous Desktop" msgstr "Перемикнути на попередню стільницю" -#: ../../kwin/kwinbindings.cpp:131 +#: ../../twin/twinbindings.cpp:131 msgid "Switch One Desktop to the Right" msgstr "Перемикнути на одну стільницю праворуч" -#: ../../kwin/kwinbindings.cpp:132 +#: ../../twin/twinbindings.cpp:132 msgid "Switch One Desktop to the Left" msgstr "Перемикнути на одну стільницю ліворуч" -#: ../../kwin/kwinbindings.cpp:133 +#: ../../twin/twinbindings.cpp:133 msgid "Switch One Desktop Up" msgstr "Перемикнути на одну стільницю вгору" -#: ../../kwin/kwinbindings.cpp:134 +#: ../../twin/twinbindings.cpp:134 msgid "Switch One Desktop Down" msgstr "Перемикнути на одну стільницю вниз" -#: ../../kwin/kwinbindings.cpp:137 +#: ../../twin/twinbindings.cpp:137 msgid "Mouse Emulation" msgstr "Емуляція миші" -#: ../../kwin/kwinbindings.cpp:138 +#: ../../twin/twinbindings.cpp:138 msgid "Kill Window" msgstr "Вбити вікно" -#: ../../kwin/kwinbindings.cpp:139 +#: ../../twin/twinbindings.cpp:139 msgid "Window Screenshot" msgstr "Знімок вікна" -#: ../../kwin/kwinbindings.cpp:140 +#: ../../twin/twinbindings.cpp:140 msgid "Desktop Screenshot" msgstr "Знімок стільниці" -#: ../../kwin/kwinbindings.cpp:145 +#: ../../twin/twinbindings.cpp:145 msgid "Block Global Shortcuts" msgstr "Заблокувати глобальні скорочення" diff --git a/tde-i18n-uk/messages/kdebase/kcmkwindecoration.po b/tde-i18n-uk/messages/kdebase/kcmkwindecoration.po index 3ac1a075ee1..11c389bbfd0 100644 --- a/tde-i18n-uk/messages/kdebase/kcmkwindecoration.po +++ b/tde-i18n-uk/messages/kdebase/kcmkwindecoration.po @@ -1,4 +1,4 @@ -# Translation of kcmkwindecoration.po to Ukrainian +# Translation of kcmtwindecoration.po to Ukrainian # Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. # # Andriy Rysin <rysin@kde.org>, 2002, 2003, 2004. @@ -7,7 +7,7 @@ # Ivan Petrouchtchak <ivanpetrouchtchak@yahoo.com>, 2006, 2007. msgid "" msgstr "" -"Project-Id-Version: kcmkwindecoration\n" +"Project-Id-Version: kcmtwindecoration\n" "POT-Creation-Date: 2005-10-28 02:43+0200\n" "PO-Revision-Date: 2007-10-07 19:33-0700\n" "Last-Translator: Ivan Petrouchtchak <ivanpetrouchtchak@yahoo.com>\n" @@ -89,7 +89,7 @@ msgstr "Меню" msgid "--- spacer ---" msgstr "--- роздільник ---" -#: kwindecoration.cpp:90 +#: twindecoration.cpp:90 msgid "" "Select the window decoration. This is the look and feel of both the window " "borders and the window handle." @@ -97,34 +97,34 @@ msgstr "" "Виберіть обрамлення вікон. Це вигляд та поведінка обох, границь вікна та його " "маніпулятора." -#: kwindecoration.cpp:95 +#: twindecoration.cpp:95 msgid "Decoration Options" msgstr "Опції обрамлення" -#: kwindecoration.cpp:105 +#: twindecoration.cpp:105 msgid "B&order size:" msgstr "&Розмір границі:" -#: kwindecoration.cpp:108 +#: twindecoration.cpp:108 msgid "Use this combobox to change the border size of the decoration." msgstr "Вживайте цей комбосписок для зміни розміру границі обрамлення." -#: kwindecoration.cpp:124 +#: twindecoration.cpp:124 msgid "&Show window button tooltips" msgstr "&Показувати підказки кнопок вікон" -#: kwindecoration.cpp:126 +#: twindecoration.cpp:126 msgid "" "Enabling this checkbox will show window button tooltips. If this checkbox is " "off, no window button tooltips will be shown." msgstr "" "При вмиканні цих параметрів, на кнопках вікон будуть показані підказки." -#: kwindecoration.cpp:130 +#: twindecoration.cpp:130 msgid "Use custom titlebar button &positions" msgstr "Використовувати нетипове &розташування кнопок смужки титулу" -#: kwindecoration.cpp:132 +#: twindecoration.cpp:132 msgid "" "The appropriate settings can be found in the \"Buttons\" Tab; please note that " "this option is not available on all styles yet." @@ -132,59 +132,59 @@ msgstr "" "Відповідні параметри можуть бути знайдені у вкладці \"Кнопки\". Будь ласка, " "майте на увазі, що цей параметр ще не впроваджено у всіх стилях." -#: kwindecoration.cpp:163 +#: twindecoration.cpp:163 msgid "&Window Decoration" msgstr "Обрамлення &вікна" -#: kwindecoration.cpp:164 +#: twindecoration.cpp:164 msgid "&Buttons" msgstr "&Кнопки" -#: kwindecoration.cpp:182 -msgid "kcmkwindecoration" -msgstr "kcmkwindecoration" +#: twindecoration.cpp:182 +msgid "kcmtwindecoration" +msgstr "kcmtwindecoration" -#: kwindecoration.cpp:183 +#: twindecoration.cpp:183 msgid "Window Decoration Control Module" msgstr "Модуль керування обрамлення вікон" -#: kwindecoration.cpp:185 +#: twindecoration.cpp:185 msgid "(c) 2001 Karol Szwed" msgstr "(c) 2001 Karol Szwed" -#: kwindecoration.cpp:237 kwindecoration.cpp:439 +#: twindecoration.cpp:237 twindecoration.cpp:439 msgid "KDE 2" msgstr "KDE 2" -#: kwindecoration.cpp:266 +#: twindecoration.cpp:266 msgid "Tiny" msgstr "Крихітний" -#: kwindecoration.cpp:267 +#: twindecoration.cpp:267 msgid "Normal" msgstr "Звичайний" -#: kwindecoration.cpp:268 +#: twindecoration.cpp:268 msgid "Large" msgstr "Великий" -#: kwindecoration.cpp:269 +#: twindecoration.cpp:269 msgid "Very Large" msgstr "Дуже великий" -#: kwindecoration.cpp:270 +#: twindecoration.cpp:270 msgid "Huge" msgstr "Величезний" -#: kwindecoration.cpp:271 +#: twindecoration.cpp:271 msgid "Very Huge" msgstr "Величезний в кубі" -#: kwindecoration.cpp:272 +#: twindecoration.cpp:272 msgid "Oversized" msgstr "Більше нема куди" -#: kwindecoration.cpp:591 +#: twindecoration.cpp:591 msgid "" "<h1>Window Manager Decoration</h1>" "<p>This module allows you to choose the window border decorations, as well as " diff --git a/tde-i18n-uk/messages/kdebase/kcmkwinrules.po b/tde-i18n-uk/messages/kdebase/kcmkwinrules.po index 3991d67817e..fbff7c7a389 100644 --- a/tde-i18n-uk/messages/kdebase/kcmkwinrules.po +++ b/tde-i18n-uk/messages/kdebase/kcmkwinrules.po @@ -1,12 +1,12 @@ -# translation of kcmkwinrules.po to Ukrainian +# translation of kcmtwinrules.po to Ukrainian # Ivan Petrouchtchak <iip@telus.net>, 2004, 2005. # Eugene Onischenko <oneugene@ukr.net>, 2005. # Ivan Petrouchtchak <ivanpetrouchtchak@yahoo.com>, 2006, 2007. # Andriy Rysin <rysin@kde.org>, 2006. -# Translation of kcmkwinrules.po to Ukrainian +# Translation of kcmtwinrules.po to Ukrainian msgid "" msgstr "" -"Project-Id-Version: kcmkwinrules\n" +"Project-Id-Version: kcmtwinrules\n" "POT-Creation-Date: 2008-07-08 01:18+0200\n" "PO-Revision-Date: 2007-03-24 18:14-0700\n" "Last-Translator: Ivan Petrouchtchak <ivanpetrouchtchak@yahoo.com>\n" @@ -96,8 +96,8 @@ msgid "Unknown - will be treated as Normal Window" msgstr "Невідоме - буде трактуватись як звичайне вікно" #: kcm.cpp:49 -msgid "kcmkwinrules" -msgstr "kcmkwinrules" +msgid "kcmtwinrules" +msgstr "kcmtwinrules" #: kcm.cpp:50 msgid "Window-Specific Settings Configuration Module" diff --git a/tde-i18n-uk/messages/kdebase/kcmkwm.po b/tde-i18n-uk/messages/kdebase/kcmkwm.po index ec784613667..dd14ede24b2 100644 --- a/tde-i18n-uk/messages/kdebase/kcmkwm.po +++ b/tde-i18n-uk/messages/kdebase/kcmkwm.po @@ -61,8 +61,8 @@ msgid "&Translucency" msgstr "&Прозорість" #: main.cpp:126 -msgid "kcmkwinoptions" -msgstr "kcmkwinoptions" +msgid "kcmtwinoptions" +msgstr "kcmtwinoptions" #: main.cpp:126 msgid "Window Behavior Configuration Module" @@ -1012,7 +1012,7 @@ msgid "" "<qt><b>It seems that alpha channel support is not available.</b>" "<br>" "<br>Please make sure you have <a href=\"http://www.freedesktop.org/\">" -"Xorg ≥ 6.8</a>, and installed the kompmgr that came with kwin." +"Xorg ≥ 6.8</a>, and installed the kompmgr that came with twin." "<br>Also, make sure you have the following entries in your XConfig (e.g. " "/etc/X11/xorg.conf):" "<br>" @@ -1030,7 +1030,7 @@ msgstr "" "<br>" "<br>Будь ласка, переконайтесь, що ви маєте <a " "href=\"http://www.freedesktop.org/\">Xorg ≥ 6.8</a> " -"і встановлено програму kompmgr, яка приходить з kwin." +"і встановлено програму kompmgr, яка приходить з twin." "<br>Також, перевірте чи є наступні рядки у вашому XConfig (e.g. " "/etc/X11/xorg.conf):" "<br>" diff --git a/tde-i18n-uk/messages/kdebase/kcmsmartcard.po b/tde-i18n-uk/messages/kdebase/kcmsmartcard.po index e3168ed13ae..0e0bb1cacb3 100644 --- a/tde-i18n-uk/messages/kdebase/kcmsmartcard.po +++ b/tde-i18n-uk/messages/kdebase/kcmsmartcard.po @@ -48,19 +48,19 @@ msgstr "Можливі причини" msgid "" "\n" "1) The KDE daemon, 'kded' is not running. You can restart it by running the " -"command 'kdeinit' and then try reloading the KDE Control Center to see if this " +"command 'tdeinit' and then try reloading the KDE Control Center to see if this " "message goes away.\n" "\n" "2) You don't appear to have smartcard support in the KDE libraries. You will " -"need to recompile the kdelibs package with libpcsclite installed." +"need to recompile the tdelibs package with libpcsclite installed." msgstr "" "\n" "1) Демон KDE, \"kded\" не запущено. Ви можете перезапустити демон виконавши " -"команду \"kdeinit\" та спробувати перезавантажити Центр керування KDE, щоб " +"команду \"tdeinit\" та спробувати перезавантажити Центр керування KDE, щоб " "впевнитися, що це повідомлення зникло.\n" "\n" "2) Схоже, що ваші бібліотеки KDE не мають підтримки смарт-карт. Потрібно " -"зібрати пакет kdelibs з встановленою бібліотекою libpcsclite." +"зібрати пакет tdelibs з встановленою бібліотекою libpcsclite." #. i18n: file smartcardbase.ui line 31 #: rc.cpp:15 diff --git a/tde-i18n-uk/messages/kdebase/kdeprint_part.po b/tde-i18n-uk/messages/kdebase/kdeprint_part.po index d555a779e1f..f572a3a0708 100644 --- a/tde-i18n-uk/messages/kdebase/kdeprint_part.po +++ b/tde-i18n-uk/messages/kdebase/kdeprint_part.po @@ -1,12 +1,12 @@ -# translation of kdeprint_part.po to Ukrainian -# translation of kdeprint_part.po to UKRAINIAN +# translation of tdeprint_part.po to Ukrainian +# translation of tdeprint_part.po to UKRAINIAN # Copyright (C) 2002 Free Software Foundation, Inc. # Eugene Onischenko <oneugene@ukr.net>, 2002 # Andriy Rysin <rysin@kde.org>, 2002 # msgid "" msgstr "" -"Project-Id-Version: kdeprint_part\n" +"Project-Id-Version: tdeprint_part\n" "POT-Creation-Date: 2005-05-18 21:24+0200\n" "PO-Revision-Date: 2002-11-15 18:10+0200\n" "Last-Translator: Andriy Rysin <rysin@kde.org>\n" @@ -29,14 +29,14 @@ msgid "" msgstr "oneugene@ukr.net" #: printpart.cpp:59 -msgid "kdeprint_part" -msgstr "kdeprint_part" +msgid "tdeprint_part" +msgstr "tdeprint_part" #: printpart.cpp:59 msgid "A Konqueror Plugin for Print Management" msgstr "Втулок Konqueror для менеджера друку" -#. i18n: file kdeprint_part.rc line 3 +#. i18n: file tdeprint_part.rc line 3 #: rc.cpp:3 rc.cpp:6 #, no-c-format msgid "Print Manager Toolbar" diff --git a/tde-i18n-uk/messages/kdebase/kdeprintfax.po b/tde-i18n-uk/messages/kdebase/kdeprintfax.po index 61e9e75a9a3..7e1adcaef91 100644 --- a/tde-i18n-uk/messages/kdebase/kdeprintfax.po +++ b/tde-i18n-uk/messages/kdebase/kdeprintfax.po @@ -1,11 +1,11 @@ -# Translation of kdeprintfax.po to Ukrainian +# Translation of tdeprintfax.po to Ukrainian # Copyright (C) 2002, 2003, 2004, 2006, 2007 Free Software Foundation, Inc. # # Andriy Rysin <rysin@kde.org>, 2002, 2003, 2004. # Ivan Petrouchtchak <ivanpetrouchtchak@yahoo.com>, 2006, 2007. msgid "" msgstr "" -"Project-Id-Version: kdeprintfax\n" +"Project-Id-Version: tdeprintfax\n" "POT-Creation-Date: 2006-04-28 03:54+0200\n" "PO-Revision-Date: 2007-03-24 18:16-0700\n" "Last-Translator: Ivan Petrouchtchak <ivanpetrouchtchak@yahoo.com>\n" @@ -144,8 +144,8 @@ msgid "" msgstr "rysin@kde.org" #: main.cpp:33 -msgid "A small fax utility to be used with kdeprint." -msgstr "Маленька утиліта факсу для kdeprint." +msgid "A small fax utility to be used with tdeprint." +msgstr "Маленька утиліта факсу для tdeprint." #: main.cpp:39 msgid "Phone number to fax to" @@ -179,7 +179,7 @@ msgstr "Тип MIME:" msgid "Command:" msgstr "Команда:" -#. i18n: file kdeprintfaxui.rc line 10 +#. i18n: file tdeprintfaxui.rc line 10 #: rc.cpp:6 #, no-c-format msgid "Fa&x" @@ -249,11 +249,11 @@ msgstr "Фільтри" msgid "Filters Configuration" msgstr "Конфігурація фільтрів" -#: faxab.cpp:41 kdeprintfax.cpp:88 +#: faxab.cpp:41 tdeprintfax.cpp:88 msgid "Name" msgstr "Назва" -#: faxab.cpp:42 kdeprintfax.cpp:87 kdeprintfax.cpp:562 +#: faxab.cpp:42 tdeprintfax.cpp:87 tdeprintfax.cpp:562 msgid "Fax Number" msgstr "Номер факсу" @@ -269,144 +269,144 @@ msgstr "Р&едагувати адресну книгу" msgid "No fax number found in your address book." msgstr "Номер факсу у вашій адресній книзі не знайдено." -#: kdeprintfax.cpp:74 +#: tdeprintfax.cpp:74 msgid "Move up" msgstr "Пересунути вгору" -#: kdeprintfax.cpp:79 +#: tdeprintfax.cpp:79 msgid "Move down" msgstr "Пересунути вниз" -#: kdeprintfax.cpp:82 +#: tdeprintfax.cpp:82 msgid "F&iles:" msgstr "Ф&айли:" -#: kdeprintfax.cpp:89 +#: tdeprintfax.cpp:89 msgid "Enterprise" msgstr "Підприємство" -#: kdeprintfax.cpp:96 +#: tdeprintfax.cpp:96 msgid "Add fax number" msgstr "Додати номер факсу" -#: kdeprintfax.cpp:100 +#: tdeprintfax.cpp:100 msgid "Add fax number from addressbook" msgstr "Додати номер факсу з адресної книги" -#: kdeprintfax.cpp:104 +#: tdeprintfax.cpp:104 msgid "Remove fax number" msgstr "Вилучити номер факсу" -#: kdeprintfax.cpp:107 +#: tdeprintfax.cpp:107 msgid "&Comment:" msgstr "&Коментар:" -#: kdeprintfax.cpp:118 +#: tdeprintfax.cpp:118 msgid "Sched&ule:" msgstr "Розкла&д:" -#: kdeprintfax.cpp:120 +#: tdeprintfax.cpp:120 msgid "Now" msgstr "Зараз" -#: kdeprintfax.cpp:121 +#: tdeprintfax.cpp:121 msgid "At Specified Time" msgstr "У вказаний час" -#: kdeprintfax.cpp:128 +#: tdeprintfax.cpp:128 msgid "Send Co&ver Sheet" msgstr "Надіслати &титульний аркуш" -#: kdeprintfax.cpp:131 +#: tdeprintfax.cpp:131 msgid "Su&bject:" msgstr "Те&ма:" -#: kdeprintfax.cpp:172 kdeprintfax.cpp:252 +#: tdeprintfax.cpp:172 tdeprintfax.cpp:252 msgid "Processing..." msgstr "Опрацьовую..." -#: kdeprintfax.cpp:173 kdeprintfax.cpp:402 +#: tdeprintfax.cpp:173 tdeprintfax.cpp:402 msgid "Idle" msgstr "Вільний" -#: kdeprintfax.cpp:177 +#: tdeprintfax.cpp:177 msgid "Send to Fax" msgstr "Відіслати на факс" -#: kdeprintfax.cpp:191 +#: tdeprintfax.cpp:191 msgid "&Add File..." msgstr "&Додати файл..." -#: kdeprintfax.cpp:192 +#: tdeprintfax.cpp:192 msgid "&Remove File" msgstr "&Вилучити файл" -#: kdeprintfax.cpp:193 +#: tdeprintfax.cpp:193 msgid "&Send Fax" msgstr "&Відіслати факс" -#: kdeprintfax.cpp:194 +#: tdeprintfax.cpp:194 msgid "A&bort" msgstr "Пе&рервати" -#: kdeprintfax.cpp:195 +#: tdeprintfax.cpp:195 msgid "A&ddress Book" msgstr "А&дресна книга" -#: kdeprintfax.cpp:196 +#: tdeprintfax.cpp:196 msgid "V&iew Log" msgstr "П&ереглянути журнал..." -#: kdeprintfax.cpp:197 +#: tdeprintfax.cpp:197 msgid "Vi&ew File" msgstr "П&ереглянути файл" -#: kdeprintfax.cpp:198 +#: tdeprintfax.cpp:198 msgid "&New Fax Recipient..." msgstr "&Новий отримувач факсу..." -#: kdeprintfax.cpp:245 +#: tdeprintfax.cpp:245 msgid "No file to fax." msgstr "Файл факсу відсутній" -#: kdeprintfax.cpp:247 +#: tdeprintfax.cpp:247 msgid "No fax number specified." msgstr "Номер факсу не вказано." -#: kdeprintfax.cpp:255 +#: tdeprintfax.cpp:255 msgid "Unable to start Fax process." msgstr "Неможливо запустити процес факсу." -#: kdeprintfax.cpp:261 +#: tdeprintfax.cpp:261 msgid "Unable to stop Fax process." msgstr "Неможливо зупинити процес факсу." -#: kdeprintfax.cpp:284 +#: tdeprintfax.cpp:284 #, c-format msgid "Unable to retrieve %1." msgstr "Неможливо отримати %1." -#: kdeprintfax.cpp:409 +#: tdeprintfax.cpp:409 msgid "Fax error: see log message for more information." msgstr "" "Помилка факсу: перегляньте повідомлення журналу щодо детальної інформацію." -#: kdeprintfax.cpp:564 +#: tdeprintfax.cpp:564 msgid "Enter recipient fax properties." msgstr "Введіть властивості отримувача факсу." -#: kdeprintfax.cpp:565 +#: tdeprintfax.cpp:565 msgid "&Number:" msgstr "&Номер:" -#: kdeprintfax.cpp:566 +#: tdeprintfax.cpp:566 msgid "N&ame:" msgstr "&Ім'я:" -#: kdeprintfax.cpp:567 +#: tdeprintfax.cpp:567 msgid "&Enterprise:" msgstr "&Підприємство:" -#: kdeprintfax.cpp:593 +#: tdeprintfax.cpp:593 msgid "Invalid fax number." msgstr "Помилка в номері факсу." diff --git a/tde-i18n-uk/messages/kdebase/kdesu.po b/tde-i18n-uk/messages/kdebase/kdesu.po index 9584d738d1f..e1acc42c7d8 100644 --- a/tde-i18n-uk/messages/kdebase/kdesu.po +++ b/tde-i18n-uk/messages/kdebase/kdesu.po @@ -1,7 +1,7 @@ -# translation of kdesu.po to Ukrainian -# Translation of kdesu.po to Ukrainian -# Ukrainian translation of kdesu.po to Ukrainian -# Ukrainian translation of kdesu.po +# translation of tdesu.po to Ukrainian +# Translation of tdesu.po to Ukrainian +# Ukrainian translation of tdesu.po to Ukrainian +# Ukrainian translation of tdesu.po # Copyright (C) 2000,2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. # Dmytro Kovalov <kov@tokyo.email.ne.jp> # @@ -11,7 +11,7 @@ # Ivan Petrouchtchak <ivanpetrouchtchak@yahoo.com>, 2006. msgid "" msgstr "" -"Project-Id-Version: kdesu\n" +"Project-Id-Version: tdesu\n" "POT-Creation-Date: 2007-11-14 01:15+0100\n" "PO-Revision-Date: 2006-08-27 09:39-0400\n" "Last-Translator: Andriy Rysin <rysin@kde.org>\n" @@ -23,98 +23,98 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>" "=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: kdesu.cpp:56 kdesu.cpp:57 +#: tdesu.cpp:56 tdesu.cpp:57 msgid "Specifies the command to run" msgstr "Визначає команду для виконання" -#: kdesu.cpp:58 +#: tdesu.cpp:58 msgid "Run command under target uid if <file> is not writable" msgstr "Виконує команду з певним UID, якщо <file> недоступний для запису" -#: kdesu.cpp:59 +#: tdesu.cpp:59 msgid "Specifies the target uid" msgstr "Встановлює UID для виконання" -#: kdesu.cpp:60 +#: tdesu.cpp:60 msgid "Do not keep password" msgstr "Не зберігати пароль" -#: kdesu.cpp:61 +#: tdesu.cpp:61 msgid "Stop the daemon (forgets all passwords)" msgstr "Зупинити демона (забути всі паролі)" -#: kdesu.cpp:62 +#: tdesu.cpp:62 msgid "Enable terminal output (no password keeping)" msgstr "Дозволити вивід на термінал (паролі не зберігаються)" -#: kdesu.cpp:63 +#: tdesu.cpp:63 msgid "Set priority value: 0 <= prio <= 100, 0 is lowest" msgstr "Встановити пріоритет: 0 <= пріор <= 100, 0 - найнижчий" -#: kdesu.cpp:64 +#: tdesu.cpp:64 msgid "Use realtime scheduling" msgstr "Планування у реальному часі" -#: kdesu.cpp:65 +#: tdesu.cpp:65 msgid "Let command use existing dcopserver" msgstr "Дозволити команді вживати існуючий dcopserver" -#: kdesu.cpp:66 +#: tdesu.cpp:66 msgid "Do not display ignore button" msgstr "Не показувати кнопку \"Ігнорувати\"" -#: kdesu.cpp:67 +#: tdesu.cpp:67 msgid "Specify icon to use in the password dialog" msgstr "Встановлює піктограму для діалогу запиту пароля" -#: kdesu.cpp:68 +#: tdesu.cpp:68 msgid "Do not show the command to be run in the dialog" msgstr "Не відображати команду у діалоговому вікні" -#: kdesu.cpp:99 +#: tdesu.cpp:99 msgid "KDE su" msgstr "KDE su" -#: kdesu.cpp:100 +#: tdesu.cpp:100 msgid "Runs a program with elevated privileges." msgstr "Виконувати програму з підвищеним пріоритетом." -#: kdesu.cpp:103 +#: tdesu.cpp:103 msgid "Maintainer" msgstr "Супровід" -#: kdesu.cpp:105 +#: tdesu.cpp:105 msgid "Original author" msgstr "Перший автор" -#: kdesu.cpp:131 +#: tdesu.cpp:131 msgid "Command '%1' not found." msgstr "Команду '%1' не знайдено." -#: kdesu.cpp:207 +#: tdesu.cpp:207 #, c-format msgid "Illegal priority: %1" msgstr "Невірний пріоритет: %1" -#: kdesu.cpp:235 +#: tdesu.cpp:235 msgid "No command specified." msgstr "Не вказана команда." -#: kdesu.cpp:344 +#: tdesu.cpp:344 msgid "" "Su returned with an error.\n" msgstr "" "Su завершено з помилкою.\n" -#: kdesu.cpp:365 +#: tdesu.cpp:365 msgid "Command:" msgstr "Команда:" -#: kdesu.cpp:370 +#: tdesu.cpp:370 msgid "realtime: " msgstr "реальний час:" -#: kdesu.cpp:373 +#: tdesu.cpp:373 msgid "Priority:" msgstr "Пріоритет:" diff --git a/tde-i18n-uk/messages/kdebase/kdesud.po b/tde-i18n-uk/messages/kdebase/kdesud.po index 30c4c22bd44..f5e50ba8fcd 100644 --- a/tde-i18n-uk/messages/kdebase/kdesud.po +++ b/tde-i18n-uk/messages/kdebase/kdesud.po @@ -1,12 +1,12 @@ -# translation of kdesud.po to Ukrainian -# Ukrainian translation of kdesud.po +# translation of tdesud.po to Ukrainian +# Ukrainian translation of tdesud.po # Copyright (C) 2000,2002 Free Software Foundation, Inc. # Andy Rysin <arysin@yahoo.com> # Andriy Rysin <rysin@kde.org>, 2002 # msgid "" msgstr "" -"Project-Id-Version: kdesud\n" +"Project-Id-Version: tdesud\n" "POT-Creation-Date: 2005-07-23 01:32+0200\n" "PO-Revision-Date: 2002-10-19 19:31+0300\n" "Last-Translator: Andriy Rysin <rysin@kde.org>\n" @@ -16,15 +16,15 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.0\n" -#: kdesud.cpp:251 +#: tdesud.cpp:251 msgid "KDE su daemon" msgstr "Демон su для KDE" -#: kdesud.cpp:252 -msgid "Daemon used by kdesu" -msgstr "Демон, що використовується для kdesu" +#: tdesud.cpp:252 +msgid "Daemon used by tdesu" +msgstr "Демон, що використовується для tdesu" -#: kdesud.cpp:255 +#: tdesud.cpp:255 msgid "Author" msgstr "Автор" diff --git a/tde-i18n-uk/messages/kdebase/ksmserver.po b/tde-i18n-uk/messages/kdebase/ksmserver.po index 9a422fa0e01..e4f6107eb85 100644 --- a/tde-i18n-uk/messages/kdebase/ksmserver.po +++ b/tde-i18n-uk/messages/kdebase/ksmserver.po @@ -50,10 +50,10 @@ msgstr "Якщо можливо, відновлює попередній сеа #: main.cpp:37 msgid "" "Starts 'wm' in case no other window manager is \n" -"participating in the session. Default is 'kwin'" +"participating in the session. Default is 'twin'" msgstr "" "Якщо інші менеджери вікон не приймають участі у \n" -"старті, запускає \"wm\". Типовий менеджер - \"kwin\"." +"старті, запускає \"wm\". Типовий менеджер - \"twin\"." #: main.cpp:38 msgid "Also allow remote connections" diff --git a/tde-i18n-uk/messages/kdebase/ktip.po b/tde-i18n-uk/messages/kdebase/ktip.po index fdc708c8bd7..9a58c936fb8 100644 --- a/tde-i18n-uk/messages/kdebase/ktip.po +++ b/tde-i18n-uk/messages/kdebase/ktip.po @@ -59,7 +59,7 @@ msgid "" "also useful sites for major applications like\n" "<A HREF=\"http://www.konqueror.org/\">Konqueror</A>,\n" "<A HREF=\"http://www.koffice.org/\">KOffice</A> and\n" -"<A HREF=\"http://www.kdevelop.org/\">KDevelop</A>, or important\n" +"<A HREF=\"http://www.tdevelop.org/\">KDevelop</A>, or important\n" "KDE utilities like\n" "<A HREF=\"http://printing.kde.org/\">KDEPrint</A>,\n" "which can be put to its full usage even outside KDE...\n" @@ -75,7 +75,7 @@ msgstr "" "існують сайти для основних програм\n" "<A HREF=\"http://www.konqueror.org/\">Konqueror</A>\n" "<A HREF=\"http://www.koffice.org/\">KOffice</A>,\n" -"<A HREF=\"http://www.kdevelop.org/\">KDevelop</A> та\n" +"<A HREF=\"http://www.tdevelop.org/\">KDevelop</A> та\n" "сайти важливих утиліт для KDE \n" "<A HREF=\"http://printing.kde.org/\">KDEPrint</A>,\n" "якими можна користуватись навіть, якщо ви не користуєтесь KDE...\n" @@ -620,7 +620,7 @@ msgid "" "<p>\n" "Need comprehensive info about KDEPrinting?" "<br> </p>\n" -"<p> Type <strong>help:/kdeprint/</strong> into a Konqueror address field\n" +"<p> Type <strong>help:/tdeprint/</strong> into a Konqueror address field\n" "and get the\n" " <a href=\"http://printing.kde.org/documentation/handbook/\">" "KDEPrint Handbook</a>\n" @@ -630,7 +630,7 @@ msgid "" " <a href=\"http://printing.kde.org/documentation/tutorials/\">Tutorials</a>,\n" "a \"TipsNTricks\" section and the\n" " <a href=\"http://mail.kde.org/mailman/listinfo/kde-print/\">" -"kdeprint mailing list</a>)\n" +"tdeprint mailing list</a>)\n" " are available at\n" "<a href=\"http://printing.kde.org/\">printing.kde.org</a>...\n" "</p>\n" @@ -640,7 +640,7 @@ msgstr "" "<p>\n" "Вам потрібна вичерпна допомога по системі друку KDE?" "<br> </p>\n" -"<p> Введіть <strong>help:/kdeprint/</strong> в поле адреси Konqueror\n" +"<p> Введіть <strong>help:/tdeprint/</strong> в поле адреси Konqueror\n" "й ви потрапите до\n" " <a href=\"http://printing.kde.org/documentation/handbook/\">" "Підручника по системі друку KDE</a>.\n" @@ -650,7 +650,7 @@ msgstr "" " <a href=\"http://printing.kde.org/documentation/tutorials/\">" "навчальні посібники</a>,\n" "корисні поради та список розсилки\n" -" <a href=\"http://mail.kde.org/mailman/listinfo/kde-print/\">kdeprint</a>)\n" +" <a href=\"http://mail.kde.org/mailman/listinfo/kde-print/\">tdeprint</a>)\n" "-- все це на\n" "<a href=\"http://printing.kde.org/\">printing.kde.org</a>...\n" "</p>\n" @@ -907,7 +907,7 @@ msgid "" "<p> Then use <strong>'kprinter'</strong> as \"print command\".\n" "Works with Netscape, Mozilla, Galeon, gv, Acrobat Reader,\n" " StarOffice, OpenOffice.org, any GNOME application and many more...</p>\n" -"<p>See <a href=\"http://printing.kde.org/faq/kdeprint.phtml#out\">" +"<p>See <a href=\"http://printing.kde.org/faq/tdeprint.phtml#out\">" "printing.kde.org</a>\n" "for more detailed hints...\n" "</p>\n" @@ -920,7 +920,7 @@ msgstr "" "Це працює у Netscape, Mozilla, Galeon, gv, Acrobat Reader,\n" " StarOffice, OpenOffice.org, будь якій програмі для GNOME та в багатьох інших " "програмах...</p>\n" -"<p>Дивіться <a href=\"http://printing.kde.org/faq/kdeprint.phtml#out\">" +"<p>Дивіться <a href=\"http://printing.kde.org/faq/tdeprint.phtml#out\">" "printing.kde.org</a> \n" "для більш детальної інформації...\n" "</p>\n" @@ -1058,7 +1058,7 @@ msgid "" "You may specify print files and/or name a printer from the command line:\n" "<pre>\n" "kprinter -d infotec \\\n /home/kurt/paragliding.jpg \\\n " -"../kdeprint-handbook.pdf \\\n /opt/kde3/flyer.ps\n" +"../tdeprint-handbook.pdf \\\n /opt/kde3/flyer.ps\n" "</pre>\n" " This prints 3 different files (from different folders) to printer " "\"infotec\".\n" @@ -1071,7 +1071,7 @@ msgstr "" "<p>\n" "Ви можете вказувати файли для друку та/або принтер з командного рядка:\n" "<pre> kprinter -d infotec \\\n /home/kurt/paragliding.jpg \\\n " -"../kdeprint-handbook.pdf \\\n /opt/kde3/flyer.ps\n" +"../tdeprint-handbook.pdf \\\n /opt/kde3/flyer.ps\n" "</pre>\n" " Ця команда надрукує 3 різні файли (з різних каталогів) на принтері " "\"infotec\".\n" diff --git a/tde-i18n-uk/messages/kdebase/kwin.po b/tde-i18n-uk/messages/kdebase/kwin.po index 4ef9126de3b..b7dc91876a5 100644 --- a/tde-i18n-uk/messages/kdebase/kwin.po +++ b/tde-i18n-uk/messages/kdebase/kwin.po @@ -1,5 +1,5 @@ -# Translation of kwin.po to Ukrainian -# Ukrainian translation of kwin.po +# Translation of twin.po to Ukrainian +# Ukrainian translation of twin.po # Copyright (C) 2000,2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. # Dmytro Kovalov <kov@tokyo.email.ne.jp> # @@ -9,7 +9,7 @@ # Ivan Petrouchtchak <ivanpetrouchtchak@yahoo.com>, 2006. msgid "" msgstr "" -"Project-Id-Version: kwin\n" +"Project-Id-Version: twin\n" "POT-Creation-Date: 2008-03-10 01:27+0100\n" "PO-Revision-Date: 2006-11-03 22:17-0800\n" "Last-Translator: Ivan Petrouchtchak <ivanpetrouchtchak@yahoo.com>\n" @@ -39,403 +39,403 @@ msgstr "rysin@kde.org,kov@tokyo.email.ne.jp,iip@telus.net" msgid "Window '%1' demands attention." msgstr "Вікно \"%1\" потребує уваги." -#: kwinbindings.cpp:18 +#: twinbindings.cpp:18 msgid "System" msgstr "Система" -#: kwinbindings.cpp:20 +#: twinbindings.cpp:20 msgid "Navigation" msgstr "Навігація" -#: kwinbindings.cpp:21 +#: twinbindings.cpp:21 msgid "Walk Through Windows" msgstr "Пройтись по вікнах" -#: kwinbindings.cpp:22 +#: twinbindings.cpp:22 msgid "Walk Through Windows (Reverse)" msgstr "Пройтись по вікнах (назад)" -#: kwinbindings.cpp:23 +#: twinbindings.cpp:23 msgid "Walk Through Desktops" msgstr "Пройтись по стільницях" -#: kwinbindings.cpp:24 +#: twinbindings.cpp:24 msgid "Walk Through Desktops (Reverse)" msgstr "Пройтись по стільницях (назад)" -#: kwinbindings.cpp:25 +#: twinbindings.cpp:25 msgid "Walk Through Desktop List" msgstr "Пройтись по списку стільниць" -#: kwinbindings.cpp:26 +#: twinbindings.cpp:26 msgid "Walk Through Desktop List (Reverse)" msgstr "Пройтись по списку стільниць (назад)" -#: kwinbindings.cpp:28 +#: twinbindings.cpp:28 msgid "Windows" msgstr "Вікна" -#: kwinbindings.cpp:29 +#: twinbindings.cpp:29 msgid "Window Operations Menu" msgstr "Меню дій над вікнами" -#: kwinbindings.cpp:30 +#: twinbindings.cpp:30 msgid "Close Window" msgstr "Закрити вікно" -#: kwinbindings.cpp:32 +#: twinbindings.cpp:32 msgid "Maximize Window" msgstr "Максимізувати вікно" -#: kwinbindings.cpp:34 +#: twinbindings.cpp:34 msgid "Maximize Window Vertically" msgstr "Максимізувати вікно вертикально" -#: kwinbindings.cpp:36 +#: twinbindings.cpp:36 msgid "Maximize Window Horizontally" msgstr "Максимізувати вікно горизонтально" -#: kwinbindings.cpp:38 +#: twinbindings.cpp:38 msgid "Minimize Window" msgstr "Мінімізувати вікно" -#: kwinbindings.cpp:40 +#: twinbindings.cpp:40 msgid "Shade Window" msgstr "Згорнути вікно" -#: kwinbindings.cpp:42 +#: twinbindings.cpp:42 msgid "Move Window" msgstr "Пересунути вікно" -#: kwinbindings.cpp:44 +#: twinbindings.cpp:44 msgid "Resize Window" msgstr "Змінити розмір вікна" -#: kwinbindings.cpp:46 +#: twinbindings.cpp:46 msgid "Raise Window" msgstr "Підняти вікно" -#: kwinbindings.cpp:48 +#: twinbindings.cpp:48 msgid "Lower Window" msgstr "Опустити вікно" -#: kwinbindings.cpp:50 +#: twinbindings.cpp:50 msgid "Toggle Window Raise/Lower" msgstr "Перемикач підняти/опустити вікно" -#: kwinbindings.cpp:51 +#: twinbindings.cpp:51 msgid "Make Window Fullscreen" msgstr "Помістити вікно на весь екран" -#: kwinbindings.cpp:53 +#: twinbindings.cpp:53 msgid "Hide Window Border" msgstr "Сховати границю вікна" -#: kwinbindings.cpp:55 +#: twinbindings.cpp:55 msgid "Keep Window Above Others" msgstr "Утримувати вікно понад іншими" -#: kwinbindings.cpp:57 +#: twinbindings.cpp:57 msgid "Keep Window Below Others" msgstr "Утримувати вікно під іншими" -#: kwinbindings.cpp:59 +#: twinbindings.cpp:59 msgid "Activate Window Demanding Attention" msgstr "Активізувати вікно, що потребує уваги" -#: kwinbindings.cpp:60 +#: twinbindings.cpp:60 msgid "Setup Window Shortcut" msgstr "Скорочення до вікна налаштування" -#: kwinbindings.cpp:61 +#: twinbindings.cpp:61 msgid "Pack Window to the Right" msgstr "Пакувати вікно праворуч" -#: kwinbindings.cpp:63 +#: twinbindings.cpp:63 msgid "Pack Window to the Left" msgstr "Пакувати вікно ліворуч" -#: kwinbindings.cpp:65 +#: twinbindings.cpp:65 msgid "Pack Window Up" msgstr "Пакувати вікно вгору" -#: kwinbindings.cpp:67 +#: twinbindings.cpp:67 msgid "Pack Window Down" msgstr "Пакувати вікно вниз" -#: kwinbindings.cpp:69 +#: twinbindings.cpp:69 msgid "Pack Grow Window Horizontally" msgstr "Пакувати вікно зі збільшенням горизонтально" -#: kwinbindings.cpp:71 +#: twinbindings.cpp:71 msgid "Pack Grow Window Vertically" msgstr "Пакувати вікно зі збільшенням вертикально" -#: kwinbindings.cpp:73 +#: twinbindings.cpp:73 msgid "Pack Shrink Window Horizontally" msgstr "Пакувати вікно зі зменшенням горизонтально" -#: kwinbindings.cpp:75 +#: twinbindings.cpp:75 msgid "Pack Shrink Window Vertically" msgstr "Пакувати вікно зі зменшенням вертикально" -#: kwinbindings.cpp:78 +#: twinbindings.cpp:78 msgid "Window & Desktop" msgstr "Вікно та стільниця" -#: kwinbindings.cpp:79 +#: twinbindings.cpp:79 msgid "Keep Window on All Desktops" msgstr "Утримувати вікно на всіх стільницях" -#: kwinbindings.cpp:81 +#: twinbindings.cpp:81 msgid "Window to Desktop 1" msgstr "Вікно на стільницю 1" -#: kwinbindings.cpp:82 +#: twinbindings.cpp:82 msgid "Window to Desktop 2" msgstr "Вікно на стільницю 2" -#: kwinbindings.cpp:83 +#: twinbindings.cpp:83 msgid "Window to Desktop 3" msgstr "Вікно на стільницю 3" -#: kwinbindings.cpp:84 +#: twinbindings.cpp:84 msgid "Window to Desktop 4" msgstr "Вікно на стільницю 4" -#: kwinbindings.cpp:85 +#: twinbindings.cpp:85 msgid "Window to Desktop 5" msgstr "Вікно на стільницю 5" -#: kwinbindings.cpp:86 +#: twinbindings.cpp:86 msgid "Window to Desktop 6" msgstr "Вікно на стільницю 6" -#: kwinbindings.cpp:87 +#: twinbindings.cpp:87 msgid "Window to Desktop 7" msgstr "Вікно на стільницю 7" -#: kwinbindings.cpp:88 +#: twinbindings.cpp:88 msgid "Window to Desktop 8" msgstr "Вікно на стільницю 8" -#: kwinbindings.cpp:89 +#: twinbindings.cpp:89 msgid "Window to Desktop 9" msgstr "Вікно на стільницю 9" -#: kwinbindings.cpp:90 +#: twinbindings.cpp:90 msgid "Window to Desktop 10" msgstr "Вікно на стільницю 10" -#: kwinbindings.cpp:91 +#: twinbindings.cpp:91 msgid "Window to Desktop 11" msgstr "Вікно на стільницю 11" -#: kwinbindings.cpp:92 +#: twinbindings.cpp:92 msgid "Window to Desktop 12" msgstr "Вікно на стільницю 12" -#: kwinbindings.cpp:93 +#: twinbindings.cpp:93 msgid "Window to Desktop 13" msgstr "Вікно на стільницю 13" -#: kwinbindings.cpp:94 +#: twinbindings.cpp:94 msgid "Window to Desktop 14" msgstr "Вікно на стільницю 14" -#: kwinbindings.cpp:95 +#: twinbindings.cpp:95 msgid "Window to Desktop 15" msgstr "Вікно на стільницю 15" -#: kwinbindings.cpp:96 +#: twinbindings.cpp:96 msgid "Window to Desktop 16" msgstr "Вікно на стільницю 16" -#: kwinbindings.cpp:97 +#: twinbindings.cpp:97 msgid "Window to Desktop 17" msgstr "Вікно на стільницю 17" -#: kwinbindings.cpp:98 +#: twinbindings.cpp:98 msgid "Window to Desktop 18" msgstr "Вікно на стільницю 18" -#: kwinbindings.cpp:99 +#: twinbindings.cpp:99 msgid "Window to Desktop 19" msgstr "Вікно на стільницю 19" -#: kwinbindings.cpp:100 +#: twinbindings.cpp:100 msgid "Window to Desktop 20" msgstr "Вікно на стільницю 20" -#: kwinbindings.cpp:101 +#: twinbindings.cpp:101 msgid "Window to Next Desktop" msgstr "Вікно на наступну стільницю" -#: kwinbindings.cpp:102 +#: twinbindings.cpp:102 msgid "Window to Previous Desktop" msgstr "Вікно на попередню стільницю" -#: kwinbindings.cpp:103 +#: twinbindings.cpp:103 msgid "Window One Desktop to the Right" msgstr "Вікно на одну стільницю праворуч" -#: kwinbindings.cpp:104 +#: twinbindings.cpp:104 msgid "Window One Desktop to the Left" msgstr "Вікно на одну стільницю ліворуч" -#: kwinbindings.cpp:105 +#: twinbindings.cpp:105 msgid "Window One Desktop Up" msgstr "Вікно на одну стільницю вгору" -#: kwinbindings.cpp:106 +#: twinbindings.cpp:106 msgid "Window One Desktop Down" msgstr "Вікно на одну стільницю вниз" -#: kwinbindings.cpp:108 +#: twinbindings.cpp:108 msgid "Desktop Switching" msgstr "Перемикання стільниць" -#: kwinbindings.cpp:109 +#: twinbindings.cpp:109 msgid "Switch to Desktop 1" msgstr "До стільниці 1" -#: kwinbindings.cpp:110 +#: twinbindings.cpp:110 msgid "Switch to Desktop 2" msgstr "До стільниці 2" -#: kwinbindings.cpp:111 +#: twinbindings.cpp:111 msgid "Switch to Desktop 3" msgstr "До стільниці 3" -#: kwinbindings.cpp:112 +#: twinbindings.cpp:112 msgid "Switch to Desktop 4" msgstr "До стільниці 4" -#: kwinbindings.cpp:113 +#: twinbindings.cpp:113 msgid "Switch to Desktop 5" msgstr "До стільниці 5" -#: kwinbindings.cpp:114 +#: twinbindings.cpp:114 msgid "Switch to Desktop 6" msgstr "До стільниці 6" -#: kwinbindings.cpp:115 +#: twinbindings.cpp:115 msgid "Switch to Desktop 7" msgstr "До стільниці 7" -#: kwinbindings.cpp:116 +#: twinbindings.cpp:116 msgid "Switch to Desktop 8" msgstr "До стільниці 8" -#: kwinbindings.cpp:117 +#: twinbindings.cpp:117 msgid "Switch to Desktop 9" msgstr "До стільниці 9" -#: kwinbindings.cpp:118 +#: twinbindings.cpp:118 msgid "Switch to Desktop 10" msgstr "До стільниці 10" -#: kwinbindings.cpp:119 +#: twinbindings.cpp:119 msgid "Switch to Desktop 11" msgstr "До стільниці 11" -#: kwinbindings.cpp:120 +#: twinbindings.cpp:120 msgid "Switch to Desktop 12" msgstr "До стільниці 12" -#: kwinbindings.cpp:121 +#: twinbindings.cpp:121 msgid "Switch to Desktop 13" msgstr "До стільниці 13" -#: kwinbindings.cpp:122 +#: twinbindings.cpp:122 msgid "Switch to Desktop 14" msgstr "До стільниці 14" -#: kwinbindings.cpp:123 +#: twinbindings.cpp:123 msgid "Switch to Desktop 15" msgstr "До стільниці 15" -#: kwinbindings.cpp:124 +#: twinbindings.cpp:124 msgid "Switch to Desktop 16" msgstr "До стільниці 16" -#: kwinbindings.cpp:125 +#: twinbindings.cpp:125 msgid "Switch to Desktop 17" msgstr "До стільниці 17" -#: kwinbindings.cpp:126 +#: twinbindings.cpp:126 msgid "Switch to Desktop 18" msgstr "До стільниці 18" -#: kwinbindings.cpp:127 +#: twinbindings.cpp:127 msgid "Switch to Desktop 19" msgstr "До стільниці 19" -#: kwinbindings.cpp:128 +#: twinbindings.cpp:128 msgid "Switch to Desktop 20" msgstr "До стільниці 20" -#: kwinbindings.cpp:129 +#: twinbindings.cpp:129 msgid "Switch to Next Desktop" msgstr "До наступної стільниці" -#: kwinbindings.cpp:130 +#: twinbindings.cpp:130 msgid "Switch to Previous Desktop" msgstr "До попередньої стільниці" -#: kwinbindings.cpp:131 +#: twinbindings.cpp:131 msgid "Switch One Desktop to the Right" msgstr "Однією стільницею праворуч" -#: kwinbindings.cpp:132 +#: twinbindings.cpp:132 msgid "Switch One Desktop to the Left" msgstr "Однією стільницею ліворуч" -#: kwinbindings.cpp:133 +#: twinbindings.cpp:133 msgid "Switch One Desktop Up" msgstr "Однією стільницею вгору" -#: kwinbindings.cpp:134 +#: twinbindings.cpp:134 msgid "Switch One Desktop Down" msgstr "Однією стільницею вниз" -#: kwinbindings.cpp:137 +#: twinbindings.cpp:137 msgid "Mouse Emulation" msgstr "Емуляція миші" -#: kwinbindings.cpp:138 +#: twinbindings.cpp:138 msgid "Kill Window" msgstr "Вбити вікно" -#: kwinbindings.cpp:139 +#: twinbindings.cpp:139 msgid "Window Screenshot" msgstr "Знімок вікна" -#: kwinbindings.cpp:140 +#: twinbindings.cpp:140 msgid "Desktop Screenshot" msgstr "Знімок стільниці" -#: kwinbindings.cpp:145 +#: twinbindings.cpp:145 msgid "Block Global Shortcuts" msgstr "Блокувати глобальні скорочення" #: main.cpp:65 msgid "" -"kwin: it looks like there's already a window manager running. kwin not " +"twin: it looks like there's already a window manager running. twin not " "started.\n" msgstr "" -"kwin: здається вже працює інший менеджер вікон. kwin не стартував.\n" +"twin: здається вже працює інший менеджер вікон. twin не стартував.\n" #: main.cpp:80 -msgid "kwin: failure during initialization; aborting" -msgstr "kwin: помилка під час ініціалізації; перервано" +msgid "twin: failure during initialization; aborting" +msgstr "twin: помилка під час ініціалізації; перервано" #: main.cpp:101 msgid "" -"kwin: unable to claim manager selection, another wm running? (try using " +"twin: unable to claim manager selection, another wm running? (try using " "--replace)\n" msgstr "" -"kwin: неможливо отримати вибір менеджера, можливо запущено інший менеджер " +"twin: неможливо отримати вибір менеджера, можливо запущено інший менеджер " "вікон? (спробуйте параметр --replace)\n" #: main.cpp:182 diff --git a/tde-i18n-uk/messages/kdebase/kwin_clients.po b/tde-i18n-uk/messages/kdebase/kwin_clients.po index 7fadb13b133..097c70548f8 100644 --- a/tde-i18n-uk/messages/kdebase/kwin_clients.po +++ b/tde-i18n-uk/messages/kdebase/kwin_clients.po @@ -1,13 +1,13 @@ -# translation of kwin_clients.po to +# translation of twin_clients.po to # Ivan Petrouchtchak <iip@telus.net>, 2004, 2005. # Eugene Onischenko <oneugene@ukr.net>, 2004, 2005. # Andriy Rysin <rysin@kde.org>, 2004, 2006. # Ivan Petrouchtchak <ivanpetrouchtchak@yahoo.com>, 2006, 2007. # Andriy Rysin <arysin@bcsii.com>, 2007. -# Translation of kwin_clients.po to Ukrainian +# Translation of twin_clients.po to Ukrainian msgid "" msgstr "" -"Project-Id-Version: kwin_clients\n" +"Project-Id-Version: twin_clients\n" "POT-Creation-Date: 2008-07-08 01:18+0200\n" "PO-Revision-Date: 2007-04-02 23:11-0400\n" "Last-Translator: Andriy Rysin <arysin@bcsii.com>\n" diff --git a/tde-i18n-uk/messages/kdebase/kwin_lib.po b/tde-i18n-uk/messages/kdebase/kwin_lib.po index 2e7ff062f36..e199ee2b55b 100644 --- a/tde-i18n-uk/messages/kdebase/kwin_lib.po +++ b/tde-i18n-uk/messages/kdebase/kwin_lib.po @@ -1,8 +1,8 @@ -# translation of kwin_lib.po to Ukrainian -# Translation of kwin.po to Ukrainian -# translation of kwin.po to Ukrainian -# translation of kwin.po to UKRAINIAN -# Ukrainian translation of kwin.po +# translation of twin_lib.po to Ukrainian +# Translation of twin.po to Ukrainian +# translation of twin.po to Ukrainian +# translation of twin.po to UKRAINIAN +# Ukrainian translation of twin.po # Copyright (C) 2000,2002, 2003, 2004, 2005 Free Software Foundation, Inc. # Dmytro Kovalov <kov@tokyo.email.ne.jp> # Eugene Onischenko <oneugene@ukr.net>, 2002, 2004, 2005. @@ -11,7 +11,7 @@ # msgid "" msgstr "" -"Project-Id-Version: kwin_lib\n" +"Project-Id-Version: twin_lib\n" "POT-Creation-Date: 2005-10-08 02:42+0200\n" "PO-Revision-Date: 2005-10-11 22:37+0300\n" "Last-Translator: Eugene Onischenko <oneugene@ukr.net>\n" diff --git a/tde-i18n-uk/messages/kdebase/libkickermenu_kdeprint.po b/tde-i18n-uk/messages/kdebase/libkickermenu_kdeprint.po index 29ce4eeb91c..09885904c50 100644 --- a/tde-i18n-uk/messages/kdebase/libkickermenu_kdeprint.po +++ b/tde-i18n-uk/messages/kdebase/libkickermenu_kdeprint.po @@ -1,12 +1,12 @@ -# Translation of libkickermenu_kdeprint.po to Ukrainian -# translation of libkickermenu_kdeprint.po to Ukrainian +# Translation of libkickermenu_tdeprint.po to Ukrainian +# translation of libkickermenu_tdeprint.po to Ukrainian # Copyright (C) 2002, 2007 Free Software Foundation, Inc. # # Andriy Rysin <rysin@kde.org>, 2002. # Ivan Petrouchtchak <ivanpetrouchtchak@yahoo.com>, 2007. msgid "" msgstr "" -"Project-Id-Version: libkickermenu_kdeprint\n" +"Project-Id-Version: libkickermenu_tdeprint\n" "POT-Creation-Date: 2005-05-18 21:24+0200\n" "PO-Revision-Date: 2007-03-24 18:18-0700\n" "Last-Translator: Ivan Petrouchtchak <ivanpetrouchtchak@yahoo.com>\n" diff --git a/tde-i18n-uk/messages/kdeedu/Makefile.in b/tde-i18n-uk/messages/kdeedu/Makefile.in index c8bd088eea7..f1ee039c360 100644 --- a/tde-i18n-uk/messages/kdeedu/Makefile.in +++ b/tde-i18n-uk/messages/kdeedu/Makefile.in @@ -30,7 +30,7 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : -subdir = messages/kdeedu +subdir = messages/tdeedu DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ @@ -164,7 +164,7 @@ kde_styledir = @kde_styledir@ kde_templatesdir = @kde_templatesdir@ kde_wallpaperdir = @kde_wallpaperdir@ kde_widgetdir = @kde_widgetdir@ -kdeinitdir = @kdeinitdir@ +tdeinitdir = @tdeinitdir@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ @@ -192,8 +192,8 @@ KDE_LANG = uk SUBDIRS =. #>- POFILES = AUTO #>+ 2 -POFILES = keduca.po kbruch.po kfile_kig.po ktouch.po kmplot.po kverbos.po klettres.po blinken.po kvoctrain.po kanagram.po kfile_drgeo.po libkdeedu.po kalzium.po klatin.po kturtle.po kpercentage.po -GMOFILES = keduca.gmo kbruch.gmo kfile_kig.gmo ktouch.gmo kmplot.gmo kverbos.gmo klettres.gmo blinken.gmo kvoctrain.gmo kanagram.gmo kfile_drgeo.gmo libkdeedu.gmo kalzium.gmo klatin.gmo kturtle.gmo kpercentage.gmo +POFILES = keduca.po kbruch.po kfile_kig.po ktouch.po kmplot.po kverbos.po klettres.po blinken.po kvoctrain.po kanagram.po kfile_drgeo.po libtdeedu.po kalzium.po klatin.po kturtle.po kpercentage.po +GMOFILES = keduca.gmo kbruch.gmo kfile_kig.gmo ktouch.gmo kmplot.gmo kverbos.gmo klettres.gmo blinken.gmo kvoctrain.gmo kanagram.gmo kfile_drgeo.gmo libtdeedu.gmo kalzium.gmo klatin.gmo kturtle.gmo kpercentage.gmo #>- all: all-recursive #>+ 1 all: all-nls docs-am all-recursive @@ -208,9 +208,9 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) #>- exit 1;; \ #>- esac; \ #>- done; \ -#>- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/kdeedu/Makefile'; \ +#>- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/tdeedu/Makefile'; \ #>- cd $(top_srcdir) && \ -#>- $(AUTOMAKE) --gnu messages/kdeedu/Makefile +#>- $(AUTOMAKE) --gnu messages/tdeedu/Makefile #>+ 12 @for dep in $?; do \ case '$(am__configure_deps)' in \ @@ -220,10 +220,10 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/kdeedu/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/tdeedu/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu messages/kdeedu/Makefile - cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin messages/kdeedu/Makefile.in + $(AUTOMAKE) --gnu messages/tdeedu/Makefile + cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin messages/tdeedu/Makefile.in .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -531,7 +531,7 @@ uninstall-am: .NOEXPORT: #>+ 2 -KDE_DIST=kverbos.po blinken.po libkdeedu.po keduca.po kturtle.po kbruch.po Makefile.in kpercentage.po kalzium.po kmplot.po kvoctrain.po ktouch.po kanagram.po kfile_kig.po klatin.po kfile_drgeo.po Makefile.am klettres.po +KDE_DIST=kverbos.po blinken.po libtdeedu.po keduca.po kturtle.po kbruch.po Makefile.in kpercentage.po kalzium.po kmplot.po kvoctrain.po ktouch.po kanagram.po kfile_kig.po klatin.po kfile_drgeo.po Makefile.am klettres.po #>+ 49 keduca.gmo: keduca.po @@ -567,9 +567,9 @@ kanagram.gmo: kanagram.po kfile_drgeo.gmo: kfile_drgeo.po rm -f kfile_drgeo.gmo; $(GMSGFMT) -o kfile_drgeo.gmo $(srcdir)/kfile_drgeo.po test ! -f kfile_drgeo.gmo || touch kfile_drgeo.gmo -libkdeedu.gmo: libkdeedu.po - rm -f libkdeedu.gmo; $(GMSGFMT) -o libkdeedu.gmo $(srcdir)/libkdeedu.po - test ! -f libkdeedu.gmo || touch libkdeedu.gmo +libtdeedu.gmo: libtdeedu.po + rm -f libtdeedu.gmo; $(GMSGFMT) -o libtdeedu.gmo $(srcdir)/libtdeedu.po + test ! -f libtdeedu.gmo || touch libtdeedu.gmo kalzium.gmo: kalzium.po rm -f kalzium.gmo; $(GMSGFMT) -o kalzium.gmo $(srcdir)/kalzium.po test ! -f kalzium.gmo || touch kalzium.gmo @@ -585,12 +585,12 @@ kpercentage.gmo: kpercentage.po #>+ 3 clean-nls: - -rm -f keduca.gmo kbruch.gmo kfile_kig.gmo ktouch.gmo kmplot.gmo kverbos.gmo klettres.gmo blinken.gmo kvoctrain.gmo kanagram.gmo kfile_drgeo.gmo libkdeedu.gmo kalzium.gmo klatin.gmo kturtle.gmo kpercentage.gmo + -rm -f keduca.gmo kbruch.gmo kfile_kig.gmo ktouch.gmo kmplot.gmo kverbos.gmo klettres.gmo blinken.gmo kvoctrain.gmo kanagram.gmo kfile_drgeo.gmo libtdeedu.gmo kalzium.gmo klatin.gmo kturtle.gmo kpercentage.gmo #>+ 10 install-nls: $(mkinstalldirs) $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES - @for base in keduca kbruch kfile_kig ktouch kmplot kverbos klettres blinken kvoctrain kanagram kfile_drgeo libkdeedu kalzium klatin kturtle kpercentage ; do \ + @for base in keduca kbruch kfile_kig ktouch kmplot kverbos klettres blinken kvoctrain kanagram kfile_drgeo libtdeedu kalzium klatin kturtle kpercentage ; do \ echo $(INSTALL_DATA) $$base.gmo $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/$$base.mo ;\ if test -f $$base.gmo; then $(INSTALL_DATA) $$base.gmo $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/$$base.mo ;\ elif test -f $(srcdir)/$$base.gmo; then $(INSTALL_DATA) $(srcdir)/$$base.gmo $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/$$base.mo ;\ @@ -611,7 +611,7 @@ uninstall-nls: rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kvoctrain.mo rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kanagram.mo rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kfile_drgeo.mo - rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/libkdeedu.mo + rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/libtdeedu.mo rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kalzium.mo rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/klatin.mo rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kturtle.mo @@ -642,10 +642,10 @@ force-reedit: exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/kdeedu/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/tdeedu/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu messages/kdeedu/Makefile - cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin messages/kdeedu/Makefile.in + $(AUTOMAKE) --gnu messages/tdeedu/Makefile + cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin messages/tdeedu/Makefile.in #>+ 21 diff --git a/tde-i18n-uk/messages/kdeedu/libkdeedu.po b/tde-i18n-uk/messages/kdeedu/libkdeedu.po index f20318a409f..261130bad02 100644 --- a/tde-i18n-uk/messages/kdeedu/libkdeedu.po +++ b/tde-i18n-uk/messages/kdeedu/libkdeedu.po @@ -1,9 +1,9 @@ -# Translation of libkdeedu.po to Ukrainian +# Translation of libtdeedu.po to Ukrainian # # Ivan Petrouchtchak <ivanpetrouchtchak@yahoo.com>, 2005, 2006. msgid "" msgstr "" -"Project-Id-Version: libkdeedu\n" +"Project-Id-Version: libtdeedu\n" "POT-Creation-Date: 2007-02-14 02:46+0100\n" "PO-Revision-Date: 2006-07-12 17:18-0700\n" "Last-Translator: Ivan Petrouchtchak <ivanpetrouchtchak@yahoo.com>\n" @@ -308,14 +308,14 @@ msgstr "Вибір року" msgid "Select the current day" msgstr "Виберіть поточний день" -#: kdeeduui/kdeeduglossary.cpp:35 kdeeduui/kdeeduglossary.cpp:166 +#: tdeeduui/tdeeduglossary.cpp:35 tdeeduui/tdeeduglossary.cpp:166 msgid "Glossary" msgstr "Глосарій" -#: kdeeduui/kdeeduglossary.cpp:185 +#: tdeeduui/tdeeduglossary.cpp:185 msgid "Search:" msgstr "Пошук:" -#: kdeeduui/kdeeduglossary.cpp:390 +#: tdeeduui/tdeeduglossary.cpp:390 msgid "References" msgstr "Посилання" diff --git a/tde-i18n-uk/messages/kdegames/Makefile.in b/tde-i18n-uk/messages/kdegames/Makefile.in index 5c52b134f35..9a6c42f61e0 100644 --- a/tde-i18n-uk/messages/kdegames/Makefile.in +++ b/tde-i18n-uk/messages/kdegames/Makefile.in @@ -30,7 +30,7 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : -subdir = messages/kdegames +subdir = messages/tdegames DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ @@ -164,7 +164,7 @@ kde_styledir = @kde_styledir@ kde_templatesdir = @kde_templatesdir@ kde_wallpaperdir = @kde_wallpaperdir@ kde_widgetdir = @kde_widgetdir@ -kdeinitdir = @kdeinitdir@ +tdeinitdir = @tdeinitdir@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ @@ -192,8 +192,8 @@ KDE_LANG = uk SUBDIRS =. #>- POFILES = AUTO #>+ 2 -POFILES = ksirtet.po kbounce.po kbackgammon.po ktron.po klines.po ksmiletris.po kfouleggs.po ksokoban.po katomic.po kmines.po lskat.po konquest.po kshisen.po kmahjongg.po knetwalk.po kjumpingcube.po libksirtet.po kpat.po ksnake.po klickety.po libkdegames.po kolf.po kbattleship.po kspaceduel.po kenolaba.po kasteroids.po kwin4.po kblackbox.po kpoker.po atlantik.po ksame.po kgoldrunner.po ktuberling.po kreversi.po -GMOFILES = ksirtet.gmo kbounce.gmo kbackgammon.gmo ktron.gmo klines.gmo ksmiletris.gmo kfouleggs.gmo ksokoban.gmo katomic.gmo kmines.gmo lskat.gmo konquest.gmo kshisen.gmo kmahjongg.gmo knetwalk.gmo kjumpingcube.gmo libksirtet.gmo kpat.gmo ksnake.gmo klickety.gmo libkdegames.gmo kolf.gmo kbattleship.gmo kspaceduel.gmo kenolaba.gmo kasteroids.gmo kwin4.gmo kblackbox.gmo kpoker.gmo atlantik.gmo ksame.gmo kgoldrunner.gmo ktuberling.gmo kreversi.gmo +POFILES = ksirtet.po kbounce.po kbackgammon.po ktron.po klines.po ksmiletris.po kfouleggs.po ksokoban.po katomic.po kmines.po lskat.po konquest.po kshisen.po kmahjongg.po knetwalk.po kjumpingcube.po libksirtet.po kpat.po ksnake.po klickety.po libtdegames.po kolf.po kbattleship.po kspaceduel.po kenolaba.po kasteroids.po twin4.po kblackbox.po kpoker.po atlantik.po ksame.po kgoldrunner.po ktuberling.po kreversi.po +GMOFILES = ksirtet.gmo kbounce.gmo kbackgammon.gmo ktron.gmo klines.gmo ksmiletris.gmo kfouleggs.gmo ksokoban.gmo katomic.gmo kmines.gmo lskat.gmo konquest.gmo kshisen.gmo kmahjongg.gmo knetwalk.gmo kjumpingcube.gmo libksirtet.gmo kpat.gmo ksnake.gmo klickety.gmo libtdegames.gmo kolf.gmo kbattleship.gmo kspaceduel.gmo kenolaba.gmo kasteroids.gmo twin4.gmo kblackbox.gmo kpoker.gmo atlantik.gmo ksame.gmo kgoldrunner.gmo ktuberling.gmo kreversi.gmo #>- all: all-recursive #>+ 1 all: all-nls docs-am all-recursive @@ -208,9 +208,9 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) #>- exit 1;; \ #>- esac; \ #>- done; \ -#>- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/kdegames/Makefile'; \ +#>- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/tdegames/Makefile'; \ #>- cd $(top_srcdir) && \ -#>- $(AUTOMAKE) --gnu messages/kdegames/Makefile +#>- $(AUTOMAKE) --gnu messages/tdegames/Makefile #>+ 12 @for dep in $?; do \ case '$(am__configure_deps)' in \ @@ -220,10 +220,10 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/kdegames/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/tdegames/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu messages/kdegames/Makefile - cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin messages/kdegames/Makefile.in + $(AUTOMAKE) --gnu messages/tdegames/Makefile + cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin messages/tdegames/Makefile.in .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -531,7 +531,7 @@ uninstall-am: .NOEXPORT: #>+ 2 -KDE_DIST=ksmiletris.po kmahjongg.po kspaceduel.po kpoker.po kolf.po kbounce.po kpat.po ksokoban.po klickety.po kmines.po ksame.po kblackbox.po katomic.po kasteroids.po kenolaba.po kreversi.po Makefile.in kfouleggs.po klines.po ktron.po atlantik.po ksirtet.po kgoldrunner.po libkdegames.po konquest.po lskat.po kbackgammon.po kwin4.po kshisen.po kjumpingcube.po kbattleship.po libksirtet.po knetwalk.po ktuberling.po ksnake.po Makefile.am +KDE_DIST=ksmiletris.po kmahjongg.po kspaceduel.po kpoker.po kolf.po kbounce.po kpat.po ksokoban.po klickety.po kmines.po ksame.po kblackbox.po katomic.po kasteroids.po kenolaba.po kreversi.po Makefile.in kfouleggs.po klines.po ktron.po atlantik.po ksirtet.po kgoldrunner.po libtdegames.po konquest.po lskat.po kbackgammon.po twin4.po kshisen.po kjumpingcube.po kbattleship.po libksirtet.po knetwalk.po ktuberling.po ksnake.po Makefile.am #>+ 103 ksirtet.gmo: ksirtet.po @@ -594,9 +594,9 @@ ksnake.gmo: ksnake.po klickety.gmo: klickety.po rm -f klickety.gmo; $(GMSGFMT) -o klickety.gmo $(srcdir)/klickety.po test ! -f klickety.gmo || touch klickety.gmo -libkdegames.gmo: libkdegames.po - rm -f libkdegames.gmo; $(GMSGFMT) -o libkdegames.gmo $(srcdir)/libkdegames.po - test ! -f libkdegames.gmo || touch libkdegames.gmo +libtdegames.gmo: libtdegames.po + rm -f libtdegames.gmo; $(GMSGFMT) -o libtdegames.gmo $(srcdir)/libtdegames.po + test ! -f libtdegames.gmo || touch libtdegames.gmo kolf.gmo: kolf.po rm -f kolf.gmo; $(GMSGFMT) -o kolf.gmo $(srcdir)/kolf.po test ! -f kolf.gmo || touch kolf.gmo @@ -612,9 +612,9 @@ kenolaba.gmo: kenolaba.po kasteroids.gmo: kasteroids.po rm -f kasteroids.gmo; $(GMSGFMT) -o kasteroids.gmo $(srcdir)/kasteroids.po test ! -f kasteroids.gmo || touch kasteroids.gmo -kwin4.gmo: kwin4.po - rm -f kwin4.gmo; $(GMSGFMT) -o kwin4.gmo $(srcdir)/kwin4.po - test ! -f kwin4.gmo || touch kwin4.gmo +twin4.gmo: twin4.po + rm -f twin4.gmo; $(GMSGFMT) -o twin4.gmo $(srcdir)/twin4.po + test ! -f twin4.gmo || touch twin4.gmo kblackbox.gmo: kblackbox.po rm -f kblackbox.gmo; $(GMSGFMT) -o kblackbox.gmo $(srcdir)/kblackbox.po test ! -f kblackbox.gmo || touch kblackbox.gmo @@ -639,12 +639,12 @@ kreversi.gmo: kreversi.po #>+ 3 clean-nls: - -rm -f ksirtet.gmo kbounce.gmo kbackgammon.gmo ktron.gmo klines.gmo ksmiletris.gmo kfouleggs.gmo ksokoban.gmo katomic.gmo kmines.gmo lskat.gmo konquest.gmo kshisen.gmo kmahjongg.gmo knetwalk.gmo kjumpingcube.gmo libksirtet.gmo kpat.gmo ksnake.gmo klickety.gmo libkdegames.gmo kolf.gmo kbattleship.gmo kspaceduel.gmo kenolaba.gmo kasteroids.gmo kwin4.gmo kblackbox.gmo kpoker.gmo atlantik.gmo ksame.gmo kgoldrunner.gmo ktuberling.gmo kreversi.gmo + -rm -f ksirtet.gmo kbounce.gmo kbackgammon.gmo ktron.gmo klines.gmo ksmiletris.gmo kfouleggs.gmo ksokoban.gmo katomic.gmo kmines.gmo lskat.gmo konquest.gmo kshisen.gmo kmahjongg.gmo knetwalk.gmo kjumpingcube.gmo libksirtet.gmo kpat.gmo ksnake.gmo klickety.gmo libtdegames.gmo kolf.gmo kbattleship.gmo kspaceduel.gmo kenolaba.gmo kasteroids.gmo twin4.gmo kblackbox.gmo kpoker.gmo atlantik.gmo ksame.gmo kgoldrunner.gmo ktuberling.gmo kreversi.gmo #>+ 10 install-nls: $(mkinstalldirs) $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES - @for base in ksirtet kbounce kbackgammon ktron klines ksmiletris kfouleggs ksokoban katomic kmines lskat konquest kshisen kmahjongg knetwalk kjumpingcube libksirtet kpat ksnake klickety libkdegames kolf kbattleship kspaceduel kenolaba kasteroids kwin4 kblackbox kpoker atlantik ksame kgoldrunner ktuberling kreversi ; do \ + @for base in ksirtet kbounce kbackgammon ktron klines ksmiletris kfouleggs ksokoban katomic kmines lskat konquest kshisen kmahjongg knetwalk kjumpingcube libksirtet kpat ksnake klickety libtdegames kolf kbattleship kspaceduel kenolaba kasteroids twin4 kblackbox kpoker atlantik ksame kgoldrunner ktuberling kreversi ; do \ echo $(INSTALL_DATA) $$base.gmo $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/$$base.mo ;\ if test -f $$base.gmo; then $(INSTALL_DATA) $$base.gmo $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/$$base.mo ;\ elif test -f $(srcdir)/$$base.gmo; then $(INSTALL_DATA) $(srcdir)/$$base.gmo $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/$$base.mo ;\ @@ -674,13 +674,13 @@ uninstall-nls: rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kpat.mo rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/ksnake.mo rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/klickety.mo - rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/libkdegames.mo + rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/libtdegames.mo rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kolf.mo rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kbattleship.mo rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kspaceduel.mo rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kenolaba.mo rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kasteroids.mo - rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kwin4.mo + rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/twin4.mo rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kblackbox.mo rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kpoker.mo rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/atlantik.mo @@ -714,10 +714,10 @@ force-reedit: exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/kdegames/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/tdegames/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu messages/kdegames/Makefile - cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin messages/kdegames/Makefile.in + $(AUTOMAKE) --gnu messages/tdegames/Makefile + cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin messages/tdegames/Makefile.in #>+ 21 diff --git a/tde-i18n-uk/messages/kdegames/kwin4.po b/tde-i18n-uk/messages/kdegames/kwin4.po index bf4c4fce3e5..80249dcfa4b 100644 --- a/tde-i18n-uk/messages/kdegames/kwin4.po +++ b/tde-i18n-uk/messages/kdegames/kwin4.po @@ -1,6 +1,6 @@ -# Translation of kwin4.po to Ukrainian -# translation of kwin4.po to Ukrainian -# Ukrainian translation of kwin4.po to Ukrainian +# Translation of twin4.po to Ukrainian +# translation of twin4.po to Ukrainian +# Ukrainian translation of twin4.po to Ukrainian # Copyright (C) 2003, 2005 Free Software Foundation, Inc. # Eugene Onischenko <oneugene@ukr.net>, 2003. # Andriy Rysin <rysin@kde.org>, 2003. @@ -8,7 +8,7 @@ # msgid "" msgstr "" -"Project-Id-Version: kwin4\n" +"Project-Id-Version: twin4\n" "POT-Creation-Date: 2005-05-18 21:24+0200\n" "PO-Revision-Date: 2005-01-01 22:36+0000\n" "Last-Translator: Ivan Petrouchtchak <iip@telus.net>\n" @@ -32,175 +32,175 @@ msgid "" "Your emails" msgstr "oneugene@ukr.net,iip@telus.net" -#: kwin4.cpp:67 +#: twin4.cpp:67 msgid "Chat Dlg" msgstr "Вікно розмови" -#: kwin4.cpp:73 +#: twin4.cpp:73 msgid "Chat" msgstr "Розмова" -#: kwin4.cpp:79 +#: twin4.cpp:79 msgid "Configure..." msgstr "Налаштувати..." -#: kwin4.cpp:192 +#: twin4.cpp:192 msgid "Start a new game" msgstr "Розпочати нову гру" -#: kwin4.cpp:195 +#: twin4.cpp:195 msgid "Open a saved game..." msgstr "Завантаження збереженої гри..." -#: kwin4.cpp:198 +#: twin4.cpp:198 msgid "Save a game..." msgstr "Зберегти гру..." -#: kwin4.cpp:201 +#: twin4.cpp:201 msgid "Ending the current game..." msgstr "Закінчення поточної гри..." -#: kwin4.cpp:202 +#: twin4.cpp:202 msgid "Aborts a currently played game. No winner will be declared." msgstr "Завершує поточну гру. Переможця не буде визначено." -#: kwin4.cpp:204 +#: twin4.cpp:204 msgid "&Network Configuration..." msgstr "Конфігурація &мережі..." -#: kwin4.cpp:207 +#: twin4.cpp:207 msgid "Network Chat..." msgstr "Балачка в мережі..." -#: kwin4.cpp:211 +#: twin4.cpp:211 msgid "Debug KGame" msgstr "Зневадження KGame" -#: kwin4.cpp:214 +#: twin4.cpp:214 msgid "&Show Statistics" msgstr "Показати &статистику" -#: kwin4.cpp:216 +#: twin4.cpp:216 msgid "Show statistics." msgstr "Показати статистику." -#: kwin4.cpp:219 +#: twin4.cpp:219 msgid "Shows a hint on how to move." msgstr "Підказка, про те, яким може бути наступний хід." -#: kwin4.cpp:222 +#: twin4.cpp:222 msgid "Quits the program." msgstr "Закриває програму." -#: kwin4.cpp:225 +#: twin4.cpp:225 msgid "Undo last move." msgstr "Повертає останній хід." -#: kwin4.cpp:228 +#: twin4.cpp:228 msgid "Redo last move." msgstr "Повторює останній хід." -#: kwin4.cpp:242 kwin4.cpp:252 +#: twin4.cpp:242 twin4.cpp:252 msgid "Ready" msgstr "Готовий" -#: kwin4.cpp:251 +#: twin4.cpp:251 msgid "This leaves space for the mover" msgstr "Пропускає хід" -#: kwin4.cpp:254 +#: twin4.cpp:254 msgid "(c) Martin Heni " msgstr "(c) Martin Heni " -#: kwin4.cpp:255 +#: twin4.cpp:255 msgid "Welcome to KWin4" msgstr "Ласкаво просимо до KWin4" -#: kwin4.cpp:457 +#: twin4.cpp:457 msgid "No game " msgstr "Немає гри " -#: kwin4.cpp:459 +#: twin4.cpp:459 msgid " - Yellow " msgstr " - Жовтий " -#: kwin4.cpp:461 +#: twin4.cpp:461 msgid " - Red " msgstr " - Червоний " -#: kwin4.cpp:463 +#: twin4.cpp:463 msgid "Nobody " msgstr "Ніхто " -#: kwin4.cpp:482 +#: twin4.cpp:482 msgid "" "The network game ended!\n" msgstr "" "Гру по мережі було завершено!\n" -#: kwin4.cpp:493 +#: twin4.cpp:493 msgid "Game running..." msgstr "Триває гра..." -#: kwin4.cpp:504 +#: twin4.cpp:504 msgid "The game is drawn. Please restart next round." msgstr "Нічия. Почніть, будь ласка, наступний двобій." -#: kwin4.cpp:512 +#: twin4.cpp:512 msgid "%1 won the game. Please restart next round." msgstr "Перемогу отримав %1. Почніть, будь ласка, наступний двобій." -#: kwin4.cpp:518 +#: twin4.cpp:518 msgid " Game aborted. Please restart next round." msgstr " Гру завершено. Почніть, будь ласка, наступний двобій." -#: kwin4.cpp:536 +#: twin4.cpp:536 msgid "Network Configuration" msgstr "Налаштування мережі" -#: kwin4.cpp:548 +#: twin4.cpp:548 msgid "Yellow should be played by remote" msgstr "Жовтими буде грати віддалена сторона" -#: kwin4.cpp:549 +#: twin4.cpp:549 msgid "Red should be played by remote" msgstr "Червоними буде грати віддалена сторона" -#: kwin4.cpp:621 +#: twin4.cpp:621 msgid "General" msgstr "Загальне" -#: kwin4view.cpp:350 +#: twin4view.cpp:350 msgid "" "_: 1. intro line, welcome to win4\n" "Welcome" msgstr "Ласкаво просимо" -#: kwin4view.cpp:356 +#: twin4view.cpp:356 msgid "" "_: 2. intro line, welcome to win4\n" "to" msgstr "до гри" -#: kwin4view.cpp:362 +#: twin4view.cpp:362 msgid "" "_: 3. intro line, welcome to win4\n" "KWin4" msgstr "KWin4" -#: kwin4view.cpp:606 +#: twin4view.cpp:606 msgid "Hold on... the other player has not been yet..." msgstr "Зупиніться... інша сторона ще не зробила свій хід..." -#: kwin4view.cpp:607 +#: twin4view.cpp:607 msgid "Hold your horses..." msgstr "Не лізь поперед батька в пекло..." -#: kwin4view.cpp:608 +#: twin4view.cpp:608 msgid "Ah ah ah... only one go at a time..." msgstr "Ні та ще раз ні... тільки один гравець може ходити одночасно..." -#: kwin4view.cpp:609 +#: twin4view.cpp:609 msgid "Please wait... it is not your turn." msgstr "Зачекайте...це не ваш хід." @@ -398,31 +398,31 @@ msgstr "L" msgid "Bk" msgstr "Bk" -#. i18n: file kwin4.kcfg line 9 +#. i18n: file twin4.kcfg line 9 #: rc.cpp:117 #, no-c-format msgid "Network connection port" msgstr "Порт зв'язку в мережі" -#. i18n: file kwin4.kcfg line 13 +#. i18n: file twin4.kcfg line 13 #: rc.cpp:120 #, no-c-format msgid "Game name" msgstr "Назва гри" -#. i18n: file kwin4.kcfg line 16 +#. i18n: file twin4.kcfg line 16 #: rc.cpp:123 #, no-c-format msgid "Network connection host" msgstr "Вузол зв'язку в мережі" -#. i18n: file kwin4.kcfg line 27 +#. i18n: file twin4.kcfg line 27 #: rc.cpp:129 #, no-c-format msgid "Player 1 name" msgstr "Ім'я гравця 1" -#. i18n: file kwin4.kcfg line 31 +#. i18n: file twin4.kcfg line 31 #: rc.cpp:132 #, no-c-format msgid "Player 2 name" diff --git a/tde-i18n-uk/messages/kdegames/libkdegames.po b/tde-i18n-uk/messages/kdegames/libkdegames.po index 44df49ede9d..42abd467eca 100644 --- a/tde-i18n-uk/messages/kdegames/libkdegames.po +++ b/tde-i18n-uk/messages/kdegames/libkdegames.po @@ -1,5 +1,5 @@ -# Translation of libkdegames.po to Ukrainian -# translation of libkdegames.po to Ukrainian +# Translation of libtdegames.po to Ukrainian +# translation of libtdegames.po to Ukrainian # Copyright (C) 2002, 2004, 2005, 2006 Free Software Foundation, Inc. # # Andriy Rysin <rysin@kde.org>, 2002, 2006. @@ -8,7 +8,7 @@ # Ivan Petrouchtchak <ivanpetrouchtchak@yahoo.com>, 2005. msgid "" msgstr "" -"Project-Id-Version: libkdegames\n" +"Project-Id-Version: libtdegames\n" "POT-Creation-Date: 2006-12-21 02:39+0100\n" "PO-Revision-Date: 2006-09-22 20:09-0400\n" "Last-Translator: Andriy Rysin <rysin@kde.org>\n" diff --git a/tde-i18n-uk/messages/kdegraphics/Makefile.in b/tde-i18n-uk/messages/kdegraphics/Makefile.in index 8cbfe5fbd70..833da8cdb1b 100644 --- a/tde-i18n-uk/messages/kdegraphics/Makefile.in +++ b/tde-i18n-uk/messages/kdegraphics/Makefile.in @@ -30,7 +30,7 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : -subdir = messages/kdegraphics +subdir = messages/tdegraphics DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ @@ -164,7 +164,7 @@ kde_styledir = @kde_styledir@ kde_templatesdir = @kde_templatesdir@ kde_wallpaperdir = @kde_wallpaperdir@ kde_widgetdir = @kde_widgetdir@ -kdeinitdir = @kdeinitdir@ +tdeinitdir = @tdeinitdir@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ @@ -208,9 +208,9 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) #>- exit 1;; \ #>- esac; \ #>- done; \ -#>- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/kdegraphics/Makefile'; \ +#>- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/tdegraphics/Makefile'; \ #>- cd $(top_srcdir) && \ -#>- $(AUTOMAKE) --gnu messages/kdegraphics/Makefile +#>- $(AUTOMAKE) --gnu messages/tdegraphics/Makefile #>+ 12 @for dep in $?; do \ case '$(am__configure_deps)' in \ @@ -220,10 +220,10 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/kdegraphics/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/tdegraphics/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu messages/kdegraphics/Makefile - cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin messages/kdegraphics/Makefile.in + $(AUTOMAKE) --gnu messages/tdegraphics/Makefile + cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin messages/tdegraphics/Makefile.in .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -778,10 +778,10 @@ force-reedit: exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/kdegraphics/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/tdegraphics/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu messages/kdegraphics/Makefile - cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin messages/kdegraphics/Makefile.in + $(AUTOMAKE) --gnu messages/tdegraphics/Makefile + cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin messages/tdegraphics/Makefile.in #>+ 21 diff --git a/tde-i18n-uk/messages/kdelibs/Makefile.in b/tde-i18n-uk/messages/kdelibs/Makefile.in index 995a03ba1bf..2e34ab7c0da 100644 --- a/tde-i18n-uk/messages/kdelibs/Makefile.in +++ b/tde-i18n-uk/messages/kdelibs/Makefile.in @@ -30,7 +30,7 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : -subdir = messages/kdelibs +subdir = messages/tdelibs DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ @@ -164,7 +164,7 @@ kde_styledir = @kde_styledir@ kde_templatesdir = @kde_templatesdir@ kde_wallpaperdir = @kde_wallpaperdir@ kde_widgetdir = @kde_widgetdir@ -kdeinitdir = @kdeinitdir@ +tdeinitdir = @tdeinitdir@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ @@ -192,8 +192,8 @@ KDE_LANG = uk SUBDIRS =. #>- POFILES = AUTO #>+ 2 -POFILES = libkscreensaver.po kabcformat_binary.po kio_help.po ktexteditor_kdatatool.po kdelibs_colors.po kabc_dir.po kabc_file.po kstyle_highcontrast_config.po knotify.po ktexteditor_docwordcompletion.po kdeprint.po kstyle_plastik_config.po kdelibs.po ktexteditor_insertfile.po kioexec.po kcmshell.po kfileaudiopreview.po kabc_ldapkio.po ktexteditor_isearch.po kmcop.po katepart.po cupsdconf.po ktexteditor_autobookmarker.po kabc_sql.po kio.po ppdtranslations.po timezones.po kabc_net.po -GMOFILES = libkscreensaver.gmo kabcformat_binary.gmo kio_help.gmo ktexteditor_kdatatool.gmo kdelibs_colors.gmo kabc_dir.gmo kabc_file.gmo kstyle_highcontrast_config.gmo knotify.gmo ktexteditor_docwordcompletion.gmo kdeprint.gmo kstyle_plastik_config.gmo kdelibs.gmo ktexteditor_insertfile.gmo kioexec.gmo kcmshell.gmo kfileaudiopreview.gmo kabc_ldapkio.gmo ktexteditor_isearch.gmo kmcop.gmo katepart.gmo cupsdconf.gmo ktexteditor_autobookmarker.gmo kabc_sql.gmo kio.gmo ppdtranslations.gmo timezones.gmo kabc_net.gmo +POFILES = libkscreensaver.po kabcformat_binary.po kio_help.po ktexteditor_kdatatool.po tdelibs_colors.po kabc_dir.po kabc_file.po kstyle_highcontrast_config.po knotify.po ktexteditor_docwordcompletion.po tdeprint.po kstyle_plastik_config.po tdelibs.po ktexteditor_insertfile.po kioexec.po kcmshell.po kfileaudiopreview.po kabc_ldapkio.po ktexteditor_isearch.po kmcop.po katepart.po cupsdconf.po ktexteditor_autobookmarker.po kabc_sql.po kio.po ppdtranslations.po timezones.po kabc_net.po +GMOFILES = libkscreensaver.gmo kabcformat_binary.gmo kio_help.gmo ktexteditor_kdatatool.gmo tdelibs_colors.gmo kabc_dir.gmo kabc_file.gmo kstyle_highcontrast_config.gmo knotify.gmo ktexteditor_docwordcompletion.gmo tdeprint.gmo kstyle_plastik_config.gmo tdelibs.gmo ktexteditor_insertfile.gmo kioexec.gmo kcmshell.gmo kfileaudiopreview.gmo kabc_ldapkio.gmo ktexteditor_isearch.gmo kmcop.gmo katepart.gmo cupsdconf.gmo ktexteditor_autobookmarker.gmo kabc_sql.gmo kio.gmo ppdtranslations.gmo timezones.gmo kabc_net.gmo #>- all: all-recursive #>+ 1 all: all-nls docs-am all-recursive @@ -208,9 +208,9 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) #>- exit 1;; \ #>- esac; \ #>- done; \ -#>- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/kdelibs/Makefile'; \ +#>- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/tdelibs/Makefile'; \ #>- cd $(top_srcdir) && \ -#>- $(AUTOMAKE) --gnu messages/kdelibs/Makefile +#>- $(AUTOMAKE) --gnu messages/tdelibs/Makefile #>+ 12 @for dep in $?; do \ case '$(am__configure_deps)' in \ @@ -220,10 +220,10 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/kdelibs/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/tdelibs/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu messages/kdelibs/Makefile - cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin messages/kdelibs/Makefile.in + $(AUTOMAKE) --gnu messages/tdelibs/Makefile + cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin messages/tdelibs/Makefile.in .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -531,7 +531,7 @@ uninstall-am: .NOEXPORT: #>+ 2 -KDE_DIST=kdelibs.po ktexteditor_kdatatool.po ktexteditor_autobookmarker.po cupsdconf.po kmcop.po katepart.po Makefile.in ktexteditor_docwordcompletion.po kabc_ldapkio.po kstyle_highcontrast_config.po kabc_sql.po kabc_file.po kio_help.po kabc_dir.po kcmshell.po kdelibs_colors.po kabcformat_binary.po kio.po kdeprint.po kabc_net.po kioexec.po timezones.po ktexteditor_isearch.po knotify.po ktexteditor_insertfile.po kfileaudiopreview.po kstyle_plastik_config.po libkscreensaver.po ppdtranslations.po Makefile.am +KDE_DIST=tdelibs.po ktexteditor_kdatatool.po ktexteditor_autobookmarker.po cupsdconf.po kmcop.po katepart.po Makefile.in ktexteditor_docwordcompletion.po kabc_ldapkio.po kstyle_highcontrast_config.po kabc_sql.po kabc_file.po kio_help.po kabc_dir.po kcmshell.po tdelibs_colors.po kabcformat_binary.po kio.po tdeprint.po kabc_net.po kioexec.po timezones.po ktexteditor_isearch.po knotify.po ktexteditor_insertfile.po kfileaudiopreview.po kstyle_plastik_config.po libkscreensaver.po ppdtranslations.po Makefile.am #>+ 85 libkscreensaver.gmo: libkscreensaver.po @@ -546,9 +546,9 @@ kio_help.gmo: kio_help.po ktexteditor_kdatatool.gmo: ktexteditor_kdatatool.po rm -f ktexteditor_kdatatool.gmo; $(GMSGFMT) -o ktexteditor_kdatatool.gmo $(srcdir)/ktexteditor_kdatatool.po test ! -f ktexteditor_kdatatool.gmo || touch ktexteditor_kdatatool.gmo -kdelibs_colors.gmo: kdelibs_colors.po - rm -f kdelibs_colors.gmo; $(GMSGFMT) -o kdelibs_colors.gmo $(srcdir)/kdelibs_colors.po - test ! -f kdelibs_colors.gmo || touch kdelibs_colors.gmo +tdelibs_colors.gmo: tdelibs_colors.po + rm -f tdelibs_colors.gmo; $(GMSGFMT) -o tdelibs_colors.gmo $(srcdir)/tdelibs_colors.po + test ! -f tdelibs_colors.gmo || touch tdelibs_colors.gmo kabc_dir.gmo: kabc_dir.po rm -f kabc_dir.gmo; $(GMSGFMT) -o kabc_dir.gmo $(srcdir)/kabc_dir.po test ! -f kabc_dir.gmo || touch kabc_dir.gmo @@ -564,15 +564,15 @@ knotify.gmo: knotify.po ktexteditor_docwordcompletion.gmo: ktexteditor_docwordcompletion.po rm -f ktexteditor_docwordcompletion.gmo; $(GMSGFMT) -o ktexteditor_docwordcompletion.gmo $(srcdir)/ktexteditor_docwordcompletion.po test ! -f ktexteditor_docwordcompletion.gmo || touch ktexteditor_docwordcompletion.gmo -kdeprint.gmo: kdeprint.po - rm -f kdeprint.gmo; $(GMSGFMT) -o kdeprint.gmo $(srcdir)/kdeprint.po - test ! -f kdeprint.gmo || touch kdeprint.gmo +tdeprint.gmo: tdeprint.po + rm -f tdeprint.gmo; $(GMSGFMT) -o tdeprint.gmo $(srcdir)/tdeprint.po + test ! -f tdeprint.gmo || touch tdeprint.gmo kstyle_plastik_config.gmo: kstyle_plastik_config.po rm -f kstyle_plastik_config.gmo; $(GMSGFMT) -o kstyle_plastik_config.gmo $(srcdir)/kstyle_plastik_config.po test ! -f kstyle_plastik_config.gmo || touch kstyle_plastik_config.gmo -kdelibs.gmo: kdelibs.po - rm -f kdelibs.gmo; $(GMSGFMT) -o kdelibs.gmo $(srcdir)/kdelibs.po - test ! -f kdelibs.gmo || touch kdelibs.gmo +tdelibs.gmo: tdelibs.po + rm -f tdelibs.gmo; $(GMSGFMT) -o tdelibs.gmo $(srcdir)/tdelibs.po + test ! -f tdelibs.gmo || touch tdelibs.gmo ktexteditor_insertfile.gmo: ktexteditor_insertfile.po rm -f ktexteditor_insertfile.gmo; $(GMSGFMT) -o ktexteditor_insertfile.gmo $(srcdir)/ktexteditor_insertfile.po test ! -f ktexteditor_insertfile.gmo || touch ktexteditor_insertfile.gmo @@ -621,12 +621,12 @@ kabc_net.gmo: kabc_net.po #>+ 3 clean-nls: - -rm -f libkscreensaver.gmo kabcformat_binary.gmo kio_help.gmo ktexteditor_kdatatool.gmo kdelibs_colors.gmo kabc_dir.gmo kabc_file.gmo kstyle_highcontrast_config.gmo knotify.gmo ktexteditor_docwordcompletion.gmo kdeprint.gmo kstyle_plastik_config.gmo kdelibs.gmo ktexteditor_insertfile.gmo kioexec.gmo kcmshell.gmo kfileaudiopreview.gmo kabc_ldapkio.gmo ktexteditor_isearch.gmo kmcop.gmo katepart.gmo cupsdconf.gmo ktexteditor_autobookmarker.gmo kabc_sql.gmo kio.gmo ppdtranslations.gmo timezones.gmo kabc_net.gmo + -rm -f libkscreensaver.gmo kabcformat_binary.gmo kio_help.gmo ktexteditor_kdatatool.gmo tdelibs_colors.gmo kabc_dir.gmo kabc_file.gmo kstyle_highcontrast_config.gmo knotify.gmo ktexteditor_docwordcompletion.gmo tdeprint.gmo kstyle_plastik_config.gmo tdelibs.gmo ktexteditor_insertfile.gmo kioexec.gmo kcmshell.gmo kfileaudiopreview.gmo kabc_ldapkio.gmo ktexteditor_isearch.gmo kmcop.gmo katepart.gmo cupsdconf.gmo ktexteditor_autobookmarker.gmo kabc_sql.gmo kio.gmo ppdtranslations.gmo timezones.gmo kabc_net.gmo #>+ 10 install-nls: $(mkinstalldirs) $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES - @for base in libkscreensaver kabcformat_binary kio_help ktexteditor_kdatatool kdelibs_colors kabc_dir kabc_file kstyle_highcontrast_config knotify ktexteditor_docwordcompletion kdeprint kstyle_plastik_config kdelibs ktexteditor_insertfile kioexec kcmshell kfileaudiopreview kabc_ldapkio ktexteditor_isearch kmcop katepart cupsdconf ktexteditor_autobookmarker kabc_sql kio ppdtranslations timezones kabc_net ; do \ + @for base in libkscreensaver kabcformat_binary kio_help ktexteditor_kdatatool tdelibs_colors kabc_dir kabc_file kstyle_highcontrast_config knotify ktexteditor_docwordcompletion tdeprint kstyle_plastik_config tdelibs ktexteditor_insertfile kioexec kcmshell kfileaudiopreview kabc_ldapkio ktexteditor_isearch kmcop katepart cupsdconf ktexteditor_autobookmarker kabc_sql kio ppdtranslations timezones kabc_net ; do \ echo $(INSTALL_DATA) $$base.gmo $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/$$base.mo ;\ if test -f $$base.gmo; then $(INSTALL_DATA) $$base.gmo $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/$$base.mo ;\ elif test -f $(srcdir)/$$base.gmo; then $(INSTALL_DATA) $(srcdir)/$$base.gmo $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/$$base.mo ;\ @@ -640,15 +640,15 @@ uninstall-nls: rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kabcformat_binary.mo rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kio_help.mo rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/ktexteditor_kdatatool.mo - rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kdelibs_colors.mo + rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/tdelibs_colors.mo rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kabc_dir.mo rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kabc_file.mo rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kstyle_highcontrast_config.mo rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/knotify.mo rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/ktexteditor_docwordcompletion.mo - rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kdeprint.mo + rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/tdeprint.mo rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kstyle_plastik_config.mo - rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kdelibs.mo + rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/tdelibs.mo rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/ktexteditor_insertfile.mo rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kioexec.mo rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kcmshell.mo @@ -690,10 +690,10 @@ force-reedit: exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/kdelibs/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/tdelibs/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu messages/kdelibs/Makefile - cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin messages/kdelibs/Makefile.in + $(AUTOMAKE) --gnu messages/tdelibs/Makefile + cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin messages/tdelibs/Makefile.in #>+ 21 diff --git a/tde-i18n-uk/messages/kdelibs/kdelibs.po b/tde-i18n-uk/messages/kdelibs/kdelibs.po index 9a25f7d9743..53009287f39 100644 --- a/tde-i18n-uk/messages/kdelibs/kdelibs.po +++ b/tde-i18n-uk/messages/kdelibs/kdelibs.po @@ -1,11 +1,11 @@ -# Translation of kdelibs.po to Ukrainian +# Translation of tdelibs.po to Ukrainian # # Andriy Rysin <rysin@kde.org>, 200б 2002,2003, 2006. # Eugene Onischenko <oneugene@ukr.net>, 2002,2003, 2004, 2005, 2006. # Ivan Petrouchtchak <ivanpetrouchtchak@yahoo.com>, 2005, 2006, 2007. msgid "" msgstr "" -"Project-Id-Version: kdelibs\n" +"Project-Id-Version: tdelibs\n" "POT-Creation-Date: 2008-07-08 01:18+0200\n" "PO-Revision-Date: 2007-10-07 19:56-0700\n" "Last-Translator: Ivan Petrouchtchak <ivanpetrouchtchak@yahoo.com>\n" @@ -42,50 +42,50 @@ msgstr "" msgid "&Certificate" msgstr "&Сертифікат" -#. i18n: file ./kdeui/kshortcutdialog_advanced.ui line 58 +#. i18n: file ./tdeui/kshortcutdialog_advanced.ui line 58 #: rc.cpp:12 #, no-c-format msgid "Alternate shortcut:" msgstr "Альтернативне скорочення:" -#. i18n: file ./kdeui/kshortcutdialog_advanced.ui line 69 +#. i18n: file ./tdeui/kshortcutdialog_advanced.ui line 69 #: rc.cpp:15 #, no-c-format msgid "Primary shortcut:" msgstr "Основне скорочення:" -#. i18n: file ./kdeui/kshortcutdialog_advanced.ui line 155 +#. i18n: file ./tdeui/kshortcutdialog_advanced.ui line 155 #: rc.cpp:18 #, no-c-format msgid "" "The currently set shortcut or the shortcut you are entering will show up here." msgstr "Тут показано поточне скорочення або скорочення, яке ви ввели." -#. i18n: file ./kdeui/kshortcutdialog_advanced.ui line 182 +#. i18n: file ./tdeui/kshortcutdialog_advanced.ui line 182 #: rc.cpp:21 rc.cpp:27 rc.cpp:84 #, no-c-format msgid "x" msgstr "x" -#. i18n: file ./kdeui/kshortcutdialog_advanced.ui line 188 +#. i18n: file ./tdeui/kshortcutdialog_advanced.ui line 188 #: rc.cpp:24 rc.cpp:30 rc.cpp:87 #, no-c-format msgid "Clear shortcut" msgstr "Очистити скорочення" -#. i18n: file ./kdeui/kshortcutdialog_advanced.ui line 213 +#. i18n: file ./tdeui/kshortcutdialog_advanced.ui line 213 #: rc.cpp:33 #, no-c-format msgid "Multi-key mode" msgstr "Послідовність натискань" -#. i18n: file ./kdeui/kshortcutdialog_advanced.ui line 216 +#. i18n: file ./tdeui/kshortcutdialog_advanced.ui line 216 #: rc.cpp:36 #, no-c-format msgid "Enable the entry of multi-key shortcuts" msgstr "Дозволити ввід скорочень у вигляді послідовності натискань" -#. i18n: file ./kdeui/kshortcutdialog_advanced.ui line 219 +#. i18n: file ./tdeui/kshortcutdialog_advanced.ui line 219 #: rc.cpp:39 #, no-c-format msgid "" @@ -98,25 +98,25 @@ msgstr "" "клавіш. Наприклад, ви можете призначити \"Ctrl+F,B\" для переходу до жирного " "шрифту та \"Ctrl+F,U\" для переходу до підкресленого шрифту." -#. i18n: file ./kdeui/ui_standards.rc line 4 +#. i18n: file ./tdeui/ui_standards.rc line 4 #: common_texts.cpp:77 rc.cpp:42 rc.cpp:262 #, no-c-format msgid "&File" msgstr "&Файл" -#. i18n: file ./kdeui/ui_standards.rc line 33 +#. i18n: file ./tdeui/ui_standards.rc line 33 #: common_texts.cpp:131 rc.cpp:45 #, no-c-format msgid "&Game" msgstr "&Гра" -#. i18n: file ./kdeui/ui_standards.rc line 57 +#. i18n: file ./tdeui/ui_standards.rc line 57 #: common_texts.cpp:81 rc.cpp:48 rc.cpp:229 rc.cpp:265 #, no-c-format msgid "&Edit" msgstr "&Правка" -#. i18n: file ./kdeui/ui_standards.rc line 80 +#. i18n: file ./tdeui/ui_standards.rc line 80 #: rc.cpp:51 #, no-c-format msgid "" @@ -124,61 +124,61 @@ msgid "" "&Move" msgstr "П&ересування" -#. i18n: file ./kdeui/ui_standards.rc line 97 +#. i18n: file ./tdeui/ui_standards.rc line 97 #: common_texts.cpp:84 rc.cpp:54 rc.cpp:268 #, no-c-format msgid "&View" msgstr "&Вигляд" -#. i18n: file ./kdeui/ui_standards.rc line 112 +#. i18n: file ./tdeui/ui_standards.rc line 112 #: rc.cpp:57 rc.cpp:60 #, no-c-format msgid "&Go" msgstr "&Перехід" -#. i18n: file ./kdeui/ui_standards.rc line 133 +#. i18n: file ./tdeui/ui_standards.rc line 133 #: common_texts.cpp:182 rc.cpp:63 #, no-c-format msgid "&Bookmarks" msgstr "&Закладки" -#. i18n: file ./kdeui/ui_standards.rc line 139 +#. i18n: file ./tdeui/ui_standards.rc line 139 #: common_texts.cpp:185 rc.cpp:66 #, no-c-format msgid "&Tools" msgstr "І&нструменти" -#. i18n: file ./kdeui/ui_standards.rc line 143 +#. i18n: file ./tdeui/ui_standards.rc line 143 #: common_texts.cpp:192 rc.cpp:69 #, no-c-format msgid "&Settings" msgstr "П&араметри" -#. i18n: file ./kdeui/ui_standards.rc line 186 +#. i18n: file ./tdeui/ui_standards.rc line 186 #: common_texts.cpp:254 rc.cpp:75 rc.cpp:271 #, no-c-format msgid "Main Toolbar" msgstr "Головний пенал" -#. i18n: file ./kdeui/kshortcutdialog_simple.ui line 27 +#. i18n: file ./tdeui/kshortcutdialog_simple.ui line 27 #: rc.cpp:78 #, no-c-format msgid "Shortcut:" msgstr "Скорочення:" -#. i18n: file ./kdeui/kshortcutdialog_simple.ui line 65 +#. i18n: file ./tdeui/kshortcutdialog_simple.ui line 65 #: rc.cpp:81 #, no-c-format msgid "Alt+Tab" msgstr "Alt+Tab" -#. i18n: file ./kdeui/kspellui.ui line 38 +#. i18n: file ./tdeui/kspellui.ui line 38 #: rc.cpp:90 rc.cpp:307 #, no-c-format msgid "Unknown word:" msgstr "Невідоме слово:" -#. i18n: file ./kdeui/kspellui.ui line 44 +#. i18n: file ./tdeui/kspellui.ui line 44 #: rc.cpp:93 rc.cpp:105 rc.cpp:310 rc.cpp:322 #, no-c-format msgid "" @@ -208,25 +208,25 @@ msgstr "" "тексту вгорі та натиснути <b>Замінити</b> або <b>Замінити всі</b>.</p>\n" "</qt>" -#. i18n: file ./kdeui/kspellui.ui line 52 +#. i18n: file ./tdeui/kspellui.ui line 52 #: rc.cpp:99 rc.cpp:316 #, no-c-format msgid "<b>misspelled</b>" msgstr "<b>помилка правопису</b>" -#. i18n: file ./kdeui/kspellui.ui line 55 +#. i18n: file ./tdeui/kspellui.ui line 55 #: rc.cpp:102 rc.cpp:319 #, no-c-format msgid "Unknown word" msgstr "Невідоме слово" -#. i18n: file ./kdeui/kspellui.ui line 69 +#. i18n: file ./tdeui/kspellui.ui line 69 #: rc.cpp:111 rc.cpp:328 #, no-c-format msgid "&Language:" msgstr "&Мова:" -#. i18n: file ./kdeui/kspellui.ui line 77 +#. i18n: file ./tdeui/kspellui.ui line 77 #: rc.cpp:114 rc.cpp:209 rc.cpp:331 rc.cpp:389 #, no-c-format msgid "" @@ -238,19 +238,19 @@ msgstr "" "<p>Введіть мову документа, який ви збираєтесь перевіряти.</p>\n" "</qt>" -#. i18n: file ./kdeui/kspellui.ui line 88 +#. i18n: file ./tdeui/kspellui.ui line 88 #: rc.cpp:119 rc.cpp:336 #, no-c-format msgid "... the <b>misspelled</b> word shown in context ..." msgstr "... слово з <b>помилкою правопису</b> у тексті ..." -#. i18n: file ./kdeui/kspellui.ui line 94 +#. i18n: file ./tdeui/kspellui.ui line 94 #: rc.cpp:122 rc.cpp:339 #, no-c-format msgid "Text excerpt showing the unknown word in its context." msgstr "Уривок, що показує невідоме слово в контексті." -#. i18n: file ./kdeui/kspellui.ui line 99 +#. i18n: file ./tdeui/kspellui.ui line 99 #: rc.cpp:125 rc.cpp:342 #, no-c-format msgid "" @@ -269,13 +269,13 @@ msgstr "" "перевірки.</p>\n" "</qt>" -#. i18n: file ./kdeui/kspellui.ui line 107 +#. i18n: file ./tdeui/kspellui.ui line 107 #: rc.cpp:130 rc.cpp:347 #, no-c-format msgid "<< Add to Dictionary" msgstr "<< Додати до словника" -#. i18n: file ./kdeui/kspellui.ui line 113 +#. i18n: file ./tdeui/kspellui.ui line 113 #: rc.cpp:133 rc.cpp:350 #, no-c-format msgid "" @@ -298,13 +298,13 @@ msgstr "" "або <b>Пропустити всі</b>.</p>\n" "</qt>" -#. i18n: file ./kdeui/kspellui.ui line 138 +#. i18n: file ./tdeui/kspellui.ui line 138 #: rc.cpp:139 rc.cpp:405 #, no-c-format msgid "R&eplace All" msgstr "Замінити &всі" -#. i18n: file ./kdeui/kspellui.ui line 143 +#. i18n: file ./tdeui/kspellui.ui line 143 #: rc.cpp:142 rc.cpp:408 #, no-c-format msgid "" @@ -318,19 +318,19 @@ msgstr "" "вводу вгорі (ліворуч).</p>\n" "</qt>" -#. i18n: file ./kdeui/kspellui.ui line 149 +#. i18n: file ./tdeui/kspellui.ui line 149 #: rc.cpp:147 rc.cpp:356 #, no-c-format msgid "Suggested Words" msgstr "Можливі варіанти" -#. i18n: file ./kdeui/kspellui.ui line 165 +#. i18n: file ./tdeui/kspellui.ui line 165 #: rc.cpp:150 rc.cpp:359 #, no-c-format msgid "Suggestion List" msgstr "Список варіантів" -#. i18n: file ./kdeui/kspellui.ui line 171 +#. i18n: file ./tdeui/kspellui.ui line 171 #: rc.cpp:153 rc.cpp:362 #, no-c-format msgid "" @@ -351,13 +351,13 @@ msgstr "" "випадки цього слова.</p>\n" "</qt>" -#. i18n: file ./kdeui/kspellui.ui line 179 -#: kdeui/keditcl2.cpp:833 kutils/kfinddialog.cpp:231 rc.cpp:159 rc.cpp:397 +#. i18n: file ./tdeui/kspellui.ui line 179 +#: tdeui/keditcl2.cpp:833 kutils/kfinddialog.cpp:231 rc.cpp:159 rc.cpp:397 #, no-c-format msgid "&Replace" msgstr "&Замінити" -#. i18n: file ./kdeui/kspellui.ui line 184 +#. i18n: file ./tdeui/kspellui.ui line 184 #: rc.cpp:162 rc.cpp:400 #, no-c-format msgid "" @@ -371,13 +371,13 @@ msgstr "" "вводу вгорі (ліворуч).</p>\n" "</qt>" -#. i18n: file ./kdeui/kspellui.ui line 192 +#. i18n: file ./tdeui/kspellui.ui line 192 #: rc.cpp:167 rc.cpp:368 #, no-c-format msgid "Replace &with:" msgstr "Замін&ити на:" -#. i18n: file ./kdeui/kspellui.ui line 201 +#. i18n: file ./tdeui/kspellui.ui line 201 #: rc.cpp:170 rc.cpp:194 rc.cpp:371 rc.cpp:377 #, no-c-format msgid "" @@ -397,13 +397,13 @@ msgstr "" "випадки цього слова.</p>\n" "</qt>" -#. i18n: file ./kdeui/kspellui.ui line 209 +#. i18n: file ./tdeui/kspellui.ui line 209 #: rc.cpp:176 rc.cpp:413 #, no-c-format msgid "&Ignore" msgstr "&Ігнорувати" -#. i18n: file ./kdeui/kspellui.ui line 215 +#. i18n: file ./tdeui/kspellui.ui line 215 #: rc.cpp:179 rc.cpp:416 #, no-c-format msgid "" @@ -419,13 +419,13 @@ msgstr "" "словом, яке б ви хотіли вживати, але не додавати у словник.</p>\n" "</qt>" -#. i18n: file ./kdeui/kspellui.ui line 223 +#. i18n: file ./tdeui/kspellui.ui line 223 #: rc.cpp:185 rc.cpp:422 #, no-c-format msgid "I&gnore All" msgstr "І&гнорувати всі" -#. i18n: file ./kdeui/kspellui.ui line 229 +#. i18n: file ./tdeui/kspellui.ui line 229 #: rc.cpp:188 rc.cpp:425 rc.cpp:434 #, no-c-format msgid "" @@ -442,19 +442,19 @@ msgstr "" "словом, яке б ви хотіли вживати, але не додавати у словник.</p>\n" "</qt>" -#. i18n: file ./kdeui/kspellui.ui line 248 +#. i18n: file ./tdeui/kspellui.ui line 248 #: rc.cpp:200 rc.cpp:394 #, no-c-format msgid "S&uggest" msgstr "З&апропонувати" -#. i18n: file ./kdeui/kspellui.ui line 254 -#: kdeui/ksconfig.cpp:294 rc.cpp:203 rc.cpp:383 +#. i18n: file ./tdeui/kspellui.ui line 254 +#: tdeui/ksconfig.cpp:294 rc.cpp:203 rc.cpp:383 #, no-c-format msgid "English" msgstr "Англійська" -#. i18n: file ./kdeui/kspellui.ui line 261 +#. i18n: file ./tdeui/kspellui.ui line 261 #: rc.cpp:206 rc.cpp:386 #, no-c-format msgid "Language Selection" @@ -493,7 +493,7 @@ msgstr "" "для демонстрації помилки." #. i18n: file ./khtml/kjserrordlg.ui line 39 -#: kdeui/kstdaction_p.h:58 kdeui/kstdguiitem.cpp:161 rc.cpp:226 +#: tdeui/kstdaction_p.h:58 tdeui/kstdguiitem.cpp:161 rc.cpp:226 #, no-c-format msgid "C&lear" msgstr "О&чистити" @@ -563,7 +563,7 @@ msgstr "" "списку будуть міститись всі словники ваших існуючих мов." #. i18n: file ./kspell2/ui/configui.ui line 34 -#: common_texts.cpp:118 kdeui/keditcl2.cpp:723 kdeui/keditcl2.cpp:862 +#: common_texts.cpp:118 tdeui/keditcl2.cpp:723 tdeui/keditcl2.cpp:862 #: kutils/kfinddialog.cpp:161 rc.cpp:277 #, no-c-format msgid "Options" @@ -736,7 +736,7 @@ msgid "" "Your emails" msgstr "rysin@kde.org,oneugene@ukr.net,iip@telus.net" -#: common_texts.cpp:24 kdeui/kconfigdialog.cpp:56 kutils/kcmultidialog.cpp:59 +#: common_texts.cpp:24 tdeui/kconfigdialog.cpp:56 kutils/kcmultidialog.cpp:59 #: kutils/kcmultidialog.h:104 kutils/ksettings/dialog.cpp:571 msgid "Configure" msgstr "Налаштування" @@ -769,7 +769,7 @@ msgstr "Сторінка" msgid "Border" msgstr "Межа" -#: common_texts.cpp:32 kdeui/ktoolbar.cpp:2116 +#: common_texts.cpp:32 tdeui/ktoolbar.cpp:2116 msgid "Orientation" msgstr "Орієнтація" @@ -854,7 +854,7 @@ msgid "&Zoom" msgstr "&Масштаб" #: arts/message/artsmessage.cc:89 common_texts.cpp:54 kabc/lock.cpp:132 -#: kdeui/kmessagebox.cpp:760 kdeui/kmessagebox.cpp:790 kjs/object.cpp:493 +#: tdeui/kmessagebox.cpp:760 tdeui/kmessagebox.cpp:790 kjs/object.cpp:493 #: kutils/kpluginselector.cpp:248 msgid "Error" msgstr "Помилка" @@ -868,8 +868,8 @@ msgid "Charset:" msgstr "Набір символів:" #: arts/message/artsmessage.cc:83 common_texts.cpp:59 -#: kdeui/kmessagebox.cpp:561 kdeui/kmessagebox.cpp:633 -#: kdeui/kmessagebox.cpp:709 +#: tdeui/kmessagebox.cpp:561 tdeui/kmessagebox.cpp:633 +#: tdeui/kmessagebox.cpp:709 msgid "Warning" msgstr "Попередження" @@ -885,8 +885,8 @@ msgstr "Зміст" msgid "About" msgstr "Про програму" -#: common_texts.cpp:63 common_texts.cpp:176 kdeui/kaboutapplication.cpp:64 -#: kdeui/kaboutapplication.cpp:88 +#: common_texts.cpp:63 common_texts.cpp:176 tdeui/kaboutapplication.cpp:64 +#: tdeui/kaboutapplication.cpp:88 msgid "&About" msgstr "Пр&о" @@ -898,10 +898,10 @@ msgstr "П&ро програму" msgid "Untitled" msgstr "Без назви" -#: common_texts.cpp:67 kdecore/kapplication.cpp:1417 -#: kdecore/kapplication.cpp:2245 kdecore/kapplication.cpp:2280 -#: kdecore/kapplication.cpp:2551 kdecore/kapplication.cpp:2573 -#: kdecore/kdebug.cpp:295 kdeui/kdialogbase.cpp:908 kdeui/kstdguiitem.cpp:99 +#: common_texts.cpp:67 tdecore/kapplication.cpp:1417 +#: tdecore/kapplication.cpp:2245 tdecore/kapplication.cpp:2280 +#: tdecore/kapplication.cpp:2551 tdecore/kapplication.cpp:2573 +#: tdecore/kdebug.cpp:295 tdeui/kdialogbase.cpp:908 tdeui/kstdguiitem.cpp:99 msgid "&OK" msgstr "&Гаразд" @@ -913,15 +913,15 @@ msgstr "Ввімкнено" msgid "Off" msgstr "Вимкнено" -#: common_texts.cpp:73 kdeui/kdialogbase.cpp:938 kdeui/kstdguiitem.cpp:144 +#: common_texts.cpp:73 tdeui/kdialogbase.cpp:938 tdeui/kstdguiitem.cpp:144 msgid "&Apply" msgstr "&Застосувати" -#: common_texts.cpp:74 kdecore/kstdaccel.cpp:52 +#: common_texts.cpp:74 tdecore/kstdaccel.cpp:52 msgid "File" msgstr "Файл" -#: common_texts.cpp:75 kdeui/kstdguiitem.cpp:120 +#: common_texts.cpp:75 tdeui/kstdguiitem.cpp:120 msgid "&Discard" msgstr "&Викинути" @@ -929,7 +929,7 @@ msgstr "&Викинути" msgid "Discard" msgstr "Викинути" -#: common_texts.cpp:80 kdecore/kstdaccel.cpp:59 +#: common_texts.cpp:80 tdecore/kstdaccel.cpp:59 msgid "Edit" msgstr "Редагування" @@ -945,19 +945,19 @@ msgstr "Вид" msgid "E&xit" msgstr "В&ийти" -#: common_texts.cpp:86 kdecore/kstdaccel.cpp:58 +#: common_texts.cpp:86 tdecore/kstdaccel.cpp:58 msgid "Quit" msgstr "Вихід" -#: common_texts.cpp:87 kdeui/kstdaction_p.h:50 kdeui/kstdguiitem.cpp:232 +#: common_texts.cpp:87 tdeui/kstdaction_p.h:50 tdeui/kstdguiitem.cpp:232 msgid "&Quit" msgstr "Ви&йти" -#: common_texts.cpp:88 kdecore/kstdaccel.cpp:88 kded/kbuildsycoca.cpp:753 +#: common_texts.cpp:88 tdecore/kstdaccel.cpp:88 kded/kbuildsycoca.cpp:753 msgid "Reload" msgstr "Перевантажити" -#: common_texts.cpp:89 kdecore/kstdaccel.cpp:86 +#: common_texts.cpp:89 tdecore/kstdaccel.cpp:86 msgid "Back" msgstr "Назад" @@ -981,7 +981,7 @@ msgstr "Нова гра" msgid "&New Game" msgstr "&Нова гра" -#: common_texts.cpp:99 kdecore/kkeyserver_x11.cpp:133 kdecore/kstdaccel.cpp:53 +#: common_texts.cpp:99 tdecore/kkeyserver_x11.cpp:133 tdecore/kstdaccel.cpp:53 msgid "Open" msgstr "Відкрити" @@ -993,7 +993,7 @@ msgstr "Відкрити файл" msgid "Open..." msgstr "Відкрити..." -#: common_texts.cpp:102 kdeui/kstdaction_p.h:41 kdeui/kstdguiitem.cpp:226 +#: common_texts.cpp:102 tdeui/kstdaction_p.h:41 tdeui/kstdguiitem.cpp:226 msgid "&Open..." msgstr "&Відкрити..." @@ -1005,7 +1005,7 @@ msgstr "&Вирізати" msgid "C&ut" msgstr "В&ирізати" -#: common_texts.cpp:106 kdeui/kfontdialog.cpp:132 +#: common_texts.cpp:106 tdeui/kfontdialog.cpp:132 msgid "Font" msgstr "Шрифт" @@ -1017,11 +1017,11 @@ msgstr "Колір &тексту" msgid "&Background Color" msgstr "Колір &тла" -#: common_texts.cpp:109 kdecore/kstdaccel.cpp:56 +#: common_texts.cpp:109 tdecore/kstdaccel.cpp:56 msgid "Save" msgstr "Зберегти" -#: common_texts.cpp:110 kdeui/kstdaction_p.h:43 kdeui/kstdguiitem.cpp:127 +#: common_texts.cpp:110 tdeui/kstdaction_p.h:43 tdeui/kstdguiitem.cpp:127 msgid "&Save" msgstr "&Зберегти" @@ -1038,20 +1038,20 @@ msgstr "Зберегти як..." msgid "S&ave As..." msgstr "Зберегти &як..." -#: common_texts.cpp:116 kdeui/kstdaction_p.h:47 kdeui/kstdguiitem.cpp:207 +#: common_texts.cpp:116 tdeui/kstdaction_p.h:47 tdeui/kstdguiitem.cpp:207 msgid "&Print..." msgstr "&Друкувати..." -#: common_texts.cpp:117 kdeui/kmessagebox.cpp:837 kdeui/kmessagebox.cpp:867 +#: common_texts.cpp:117 tdeui/kmessagebox.cpp:837 tdeui/kmessagebox.cpp:867 msgid "Sorry" msgstr "Вибачте" -#: common_texts.cpp:119 kdeui/kstdguiitem.cpp:269 -#: kdeui/kswitchlanguagedialog.cpp:304 +#: common_texts.cpp:119 tdeui/kstdguiitem.cpp:269 +#: tdeui/kswitchlanguagedialog.cpp:304 msgid "Remove" msgstr "Вилучити" -#: common_texts.cpp:120 kdeui/kstdguiitem.cpp:264 +#: common_texts.cpp:120 tdeui/kstdguiitem.cpp:264 msgid "Add" msgstr "Додати" @@ -1059,11 +1059,11 @@ msgstr "Додати" msgid "Change" msgstr "Змінити" -#: common_texts.cpp:123 kdeui/kstdguiitem.cpp:220 +#: common_texts.cpp:123 tdeui/kstdguiitem.cpp:220 msgid "&Delete" msgstr "В&илучити" -#: common_texts.cpp:125 kdeui/kfontdialog.cpp:225 kdeui/kfontdialog.cpp:477 +#: common_texts.cpp:125 tdeui/kfontdialog.cpp:225 tdeui/kfontdialog.cpp:477 msgid "Italic" msgstr "Курсив" @@ -1071,7 +1071,7 @@ msgstr "Курсив" msgid "Roman" msgstr "Прямий" -#: common_texts.cpp:132 kdeui/kmessagebox.cpp:913 +#: common_texts.cpp:132 tdeui/kmessagebox.cpp:913 msgid "Information" msgstr "Інформація" @@ -1091,14 +1091,14 @@ msgstr "з'єднаний локально" msgid "Browse..." msgstr "Навігація..." -#: common_texts.cpp:137 kdecore/kkeyserver_x11.cpp:127 kdeui/keditcl2.cpp:107 -#: kdeui/keditcl2.cpp:120 kdeui/keditcl2.cpp:377 kdeui/keditcl2.cpp:390 -#: kdeui/keditcl2.cpp:456 kdeui/keditcl2.cpp:469 kdeui/kstdguiitem.cpp:259 +#: common_texts.cpp:137 tdecore/kkeyserver_x11.cpp:127 tdeui/keditcl2.cpp:107 +#: tdeui/keditcl2.cpp:120 tdeui/keditcl2.cpp:377 tdeui/keditcl2.cpp:390 +#: tdeui/keditcl2.cpp:456 tdeui/keditcl2.cpp:469 tdeui/kstdguiitem.cpp:259 #: khtml/ecma/kjs_debugwin.cpp:466 kutils/kreplace.cpp:319 msgid "Stop" msgstr "Стоп" -#: common_texts.cpp:138 kdeui/keditlistbox.cpp:136 +#: common_texts.cpp:138 tdeui/keditlistbox.cpp:136 #: kresources/configpage.cpp:127 msgid "&Remove" msgstr "В&илучити" @@ -1107,7 +1107,7 @@ msgstr "В&илучити" msgid "&Properties..." msgstr "Вл&астивості..." -#: common_texts.cpp:140 kdeui/kstdguiitem.cpp:279 +#: common_texts.cpp:140 tdeui/kstdguiitem.cpp:279 msgid "Properties" msgstr "Властивості" @@ -1155,36 +1155,36 @@ msgstr "Повернути" msgid "Appearance" msgstr "Вигляд" -#: common_texts.cpp:152 kdecore/kkeyserver_x11.cpp:137 -#: kdecore/kstdaccel.cpp:57 +#: common_texts.cpp:152 tdecore/kkeyserver_x11.cpp:137 +#: tdecore/kstdaccel.cpp:57 msgid "Print" msgstr "Друк" -#: common_texts.cpp:153 kdecore/kcalendarsystem.cpp:135 +#: common_texts.cpp:153 tdecore/kcalendarsystem.cpp:135 msgid "Monday" msgstr "понеділок" -#: common_texts.cpp:154 kdecore/kcalendarsystem.cpp:136 +#: common_texts.cpp:154 tdecore/kcalendarsystem.cpp:136 msgid "Tuesday" msgstr "вівторок" -#: common_texts.cpp:155 kdecore/kcalendarsystem.cpp:137 +#: common_texts.cpp:155 tdecore/kcalendarsystem.cpp:137 msgid "Wednesday" msgstr "середа" -#: common_texts.cpp:156 kdecore/kcalendarsystem.cpp:138 +#: common_texts.cpp:156 tdecore/kcalendarsystem.cpp:138 msgid "Thursday" msgstr "четвер" -#: common_texts.cpp:157 kdecore/kcalendarsystem.cpp:139 +#: common_texts.cpp:157 tdecore/kcalendarsystem.cpp:139 msgid "Friday" msgstr "п'ятниця" -#: common_texts.cpp:158 kdecore/kcalendarsystem.cpp:140 +#: common_texts.cpp:158 tdecore/kcalendarsystem.cpp:140 msgid "Saturday" msgstr "субота" -#: common_texts.cpp:159 kdecore/kcalendarsystem.cpp:141 +#: common_texts.cpp:159 tdecore/kcalendarsystem.cpp:141 msgid "Sunday" msgstr "неділя" @@ -1204,33 +1204,33 @@ msgstr "&Новий вид" msgid "&Insert" msgstr "&Вставити" -#: common_texts.cpp:168 kdeui/ktip.cpp:297 +#: common_texts.cpp:168 tdeui/ktip.cpp:297 msgid "" "_: Opposite to Previous\n" "&Next" msgstr "&Наступн." -#: common_texts.cpp:169 kdeui/ktip.cpp:292 +#: common_texts.cpp:169 tdeui/ktip.cpp:292 msgid "&Previous" msgstr "&Попередн." #: common_texts.cpp:170 kcert/kcertpart.cc:730 kcert/kcertpart.cc:746 -#: kdecore/kstdaccel.cpp:73 kdeui/keditcl2.cpp:456 kdeui/keditcl2.cpp:469 -#: kdeui/keditcl2.cpp:830 kutils/kreplace.cpp:45 kutils/kreplace.cpp:49 +#: tdecore/kstdaccel.cpp:73 tdeui/keditcl2.cpp:456 tdeui/keditcl2.cpp:469 +#: tdeui/keditcl2.cpp:830 kutils/kreplace.cpp:45 kutils/kreplace.cpp:49 msgid "Replace" msgstr "Замінити" -#: common_texts.cpp:171 kdeui/kstdaction_p.h:65 +#: common_texts.cpp:171 tdeui/kstdaction_p.h:65 msgid "&Replace..." msgstr "&Замінити..." #: common_texts.cpp:173 kabc/ldapconfigwidget.cpp:156 -#: kabc/ldapconfigwidget.cpp:168 kdeui/klineedit.cpp:914 -#: kdeui/ktoolbar.cpp:2058 +#: kabc/ldapconfigwidget.cpp:168 tdeui/klineedit.cpp:914 +#: tdeui/ktoolbar.cpp:2058 msgid "Default" msgstr "Типовий" -#: common_texts.cpp:174 kdeui/kstdguiitem.cpp:180 +#: common_texts.cpp:174 tdeui/kstdguiitem.cpp:180 msgid "&Defaults" msgstr "&Типові значення" @@ -1242,15 +1242,15 @@ msgstr "&Зміст" msgid "Open Recent" msgstr "Відкрити недавні" -#: common_texts.cpp:178 kdeui/kstdaction_p.h:42 +#: common_texts.cpp:178 tdeui/kstdaction_p.h:42 msgid "Open &Recent" msgstr "Відкрити &недавні" -#: common_texts.cpp:179 kdeui/kstdaction_p.h:61 khtml/khtml_part.cpp:4258 +#: common_texts.cpp:179 tdeui/kstdaction_p.h:61 khtml/khtml_part.cpp:4258 msgid "&Find..." msgstr "&Пошук..." -#: common_texts.cpp:180 kdeui/kstdaction_p.h:62 +#: common_texts.cpp:180 tdeui/kstdaction_p.h:62 msgid "Find &Next" msgstr "Знайти &далі" @@ -1258,7 +1258,7 @@ msgstr "Знайти &далі" msgid "Bookmarks" msgstr "Закладки" -#: common_texts.cpp:183 kdeui/kstdaction_p.h:90 +#: common_texts.cpp:183 tdeui/kstdaction_p.h:90 msgid "&Add Bookmark" msgstr "&Додати закладку" @@ -1266,16 +1266,16 @@ msgstr "&Додати закладку" msgid "&Edit Bookmarks..." msgstr "&Редактор закладок..." -#: common_texts.cpp:186 kdeui/kstdaction_p.h:93 +#: common_texts.cpp:186 tdeui/kstdaction_p.h:93 msgid "&Spelling..." msgstr "&Перевірка правопису..." -#: common_texts.cpp:187 kdeui/kstdaction.cpp:238 kdeui/kstdaction_p.h:95 +#: common_texts.cpp:187 tdeui/kstdaction.cpp:238 tdeui/kstdaction_p.h:95 msgid "Show &Menubar" msgstr "Показати смужку &меню" -#: common_texts.cpp:188 kdeui/kstdaction.cpp:254 kdeui/kstdaction.cpp:265 -#: kdeui/kstdaction_p.h:96 +#: common_texts.cpp:188 tdeui/kstdaction.cpp:254 tdeui/kstdaction.cpp:265 +#: tdeui/kstdaction_p.h:96 msgid "Show &Toolbar" msgstr "Показати &пенал" @@ -1291,7 +1291,7 @@ msgstr "Налаштувати прив'язку &клавіш..." msgid "&Preferences..." msgstr "&Параметри..." -#: common_texts.cpp:193 kdeui/kmessagebox.cpp:928 +#: common_texts.cpp:193 tdeui/kmessagebox.cpp:928 msgid "Do not show this message again" msgstr "Не показувати більше це повідомлення" @@ -1693,7 +1693,7 @@ msgstr "Поштова адреса" #: kabc/addresseedialog.cpp:71 kabc/addresseedialog.cpp:101 #: kabc/distributionlistdialog.cpp:190 kabc/distributionlisteditor.cpp:143 -#: kabc/field.cpp:211 kabc/scripts/field.src.cpp:104 kdeui/kaboutdialog.cpp:91 +#: kabc/field.cpp:211 kabc/scripts/field.src.cpp:104 tdeui/kaboutdialog.cpp:91 msgid "Email" msgstr "Електронна пошта" @@ -1855,7 +1855,7 @@ msgstr "Домашній факс" msgid "Work Fax" msgstr "Робочий факс" -#: kabc/address.cpp:312 kabc/phonenumber.cpp:199 kdecore/kcharsets.cpp:43 +#: kabc/address.cpp:312 kabc/phonenumber.cpp:199 tdecore/kcharsets.cpp:43 msgid "Other" msgstr "Інше" @@ -2096,7 +2096,7 @@ msgstr "Вулиця" msgid "Locality" msgstr "Місто/Село" -#: kabc/address.cpp:217 kdeui/ktimezonewidget.cpp:46 +#: kabc/address.cpp:217 tdeui/ktimezonewidget.cpp:46 msgid "Region" msgstr "Область/Регіон" @@ -2359,7 +2359,7 @@ msgstr "Дата перевірки" msgid "Sort String" msgstr "Рядок для впорядкування" -#: kabc/addressee.cpp:841 kdeui/kaboutdialog.cpp:92 +#: kabc/addressee.cpp:841 tdeui/kaboutdialog.cpp:92 msgid "Homepage" msgstr "Домашня сторінка" @@ -2449,7 +2449,7 @@ msgid "kde-menu" msgstr "kde-menu" #: kded/kbuildsycoca.cpp:724 kded/kbuildsycoca.cpp:725 kded/kde-menu.cpp:119 -#: kded/khostname.cpp:362 kdeui/kaboutdialog.cpp:90 +#: kded/khostname.cpp:362 tdeui/kaboutdialog.cpp:90 msgid "Author" msgstr "Автор" @@ -2653,13 +2653,13 @@ msgstr "Попереднє вікно інструментів" msgid "Next Tool View" msgstr "Наступне вікно інструментів" -#: kdeui/kdockwidget.cpp:2945 kmdi/kmdi/guiclient.cpp:148 +#: tdeui/kdockwidget.cpp:2945 kmdi/kmdi/guiclient.cpp:148 #: kmdi/kmdiguiclient.cpp:260 #, c-format msgid "Show %1" msgstr "Показати %1" -#: kdeui/kdockwidget.cpp:2939 kmdi/kmdi/guiclient.cpp:152 +#: tdeui/kdockwidget.cpp:2939 kmdi/kmdi/guiclient.cpp:152 #: kmdi/kmdiguiclient.cpp:265 #, c-format msgid "Hide %1" @@ -2750,7 +2750,7 @@ msgstr "М&аксимізувати" msgid "&Maximize" msgstr "&Максимізувати" -#: kdeui/ksystemtray.cpp:155 kmdi/kmdichildfrm.cpp:1263 +#: tdeui/ksystemtray.cpp:155 kmdi/kmdichildfrm.cpp:1263 msgid "&Minimize" msgstr "&Мінімізувати" @@ -2772,26 +2772,26 @@ msgid "" "Overlap" msgstr "Перекривати" -#: kdecore/klibloader.cpp:157 +#: tdecore/klibloader.cpp:157 msgid "The library %1 does not offer an %2 function." msgstr "Бібліотека %1 не містить функцію %2." -#: kdecore/klibloader.cpp:168 +#: tdecore/klibloader.cpp:168 msgid "The library %1 does not offer a KDE compatible factory." msgstr "Бібліотека %1 не надає фабрику, сумісну з KDE." -#: kdecore/klibloader.cpp:425 +#: tdecore/klibloader.cpp:425 msgid "Library files for \"%1\" not found in paths." msgstr "Файли бібліотек для \"%1\" не знайдено." -#: kdecore/kapplication.cpp:931 +#: tdecore/kapplication.cpp:931 msgid "" "_: Dear Translator! Translate this string to the string 'LTR' in left-to-right " "languages (as english) or to 'RTL' in right-to-left languages (such as Hebrew " "and Arabic) to get proper widget layout." msgstr "LTR" -#: kdecore/kapplication.cpp:1404 +#: tdecore/kapplication.cpp:1404 msgid "" "There was an error setting up inter-process communications for KDE. The message " "returned by the system was:\n" @@ -2801,7 +2801,7 @@ msgstr "" "повідомлення:\n" "\n" -#: kdecore/kapplication.cpp:1408 +#: tdecore/kapplication.cpp:1408 msgid "" "\n" "\n" @@ -2811,30 +2811,30 @@ msgstr "" "\n" "Будь ласка, перевірте, що програма \"dcopserver\" завантажена!" -#: kdecore/kapplication.cpp:1415 +#: tdecore/kapplication.cpp:1415 msgid "DCOP communications error (%1)" msgstr "Помилка зв'язку DCOP (%1)" -#: kdecore/kapplication.cpp:1433 +#: tdecore/kapplication.cpp:1433 msgid "Use the X-server display 'displayname'" msgstr "Використовувати дисплей X-сервера \"displayname\"" -#: kdecore/kapplication.cpp:1435 +#: tdecore/kapplication.cpp:1435 msgid "Use the QWS display 'displayname'" msgstr "Вживати дисплей QWS \"displayname\"" -#: kdecore/kapplication.cpp:1437 +#: tdecore/kapplication.cpp:1437 msgid "Restore the application for the given 'sessionId'" msgstr "Відновити програму для сеансу з \"sessionId\"" -#: kdecore/kapplication.cpp:1438 +#: tdecore/kapplication.cpp:1438 msgid "" "Causes the application to install a private color\n" "map on an 8-bit display" msgstr "" "Вказує програмі встановити приватну таблицю кольорів на 8-бітовому дисплеї" -#: kdecore/kapplication.cpp:1439 +#: tdecore/kapplication.cpp:1439 msgid "" "Limits the number of colors allocated in the color\n" "cube on an 8-bit display, if the application is\n" @@ -2846,11 +2846,11 @@ msgstr "" "програма використовує специфікацію кольорів\n" "QApplication::ManyColor" -#: kdecore/kapplication.cpp:1440 +#: tdecore/kapplication.cpp:1440 msgid "tells Qt to never grab the mouse or the keyboard" msgstr "вказує Qt ніколи не захоплювати мишку або клавіатуру" -#: kdecore/kapplication.cpp:1441 +#: tdecore/kapplication.cpp:1441 msgid "" "running under a debugger can cause an implicit\n" "-nograb, use -dograb to override" @@ -2858,15 +2858,15 @@ msgstr "" "виконання у зневаднику може задати неявний параметр -nograb,\n" "щоб уникнути цього, вкажіть -dograb" -#: kdecore/kapplication.cpp:1442 +#: tdecore/kapplication.cpp:1442 msgid "switches to synchronous mode for debugging" msgstr "перемикає в синхронний режим для зневадження" -#: kdecore/kapplication.cpp:1444 +#: tdecore/kapplication.cpp:1444 msgid "defines the application font" msgstr "визначає шрифт програми" -#: kdecore/kapplication.cpp:1446 +#: tdecore/kapplication.cpp:1446 msgid "" "sets the default background color and an\n" "application palette (light and dark shades are\n" @@ -2876,23 +2876,23 @@ msgstr "" "палітру програми (яскраві та темні відтінки\n" "відповідно розраховуються)" -#: kdecore/kapplication.cpp:1448 +#: tdecore/kapplication.cpp:1448 msgid "sets the default foreground color" msgstr "встановлює типовий колір переднього плану" -#: kdecore/kapplication.cpp:1450 +#: tdecore/kapplication.cpp:1450 msgid "sets the default button color" msgstr "встановлює колір типової кнопки" -#: kdecore/kapplication.cpp:1451 +#: tdecore/kapplication.cpp:1451 msgid "sets the application name" msgstr "встановлює назву програми" -#: kdecore/kapplication.cpp:1452 +#: tdecore/kapplication.cpp:1452 msgid "sets the application title (caption)" msgstr "встановлює назву програми (заголовок)" -#: kdecore/kapplication.cpp:1454 +#: tdecore/kapplication.cpp:1454 msgid "" "forces the application to use a TrueColor visual on\n" "an 8-bit display" @@ -2900,7 +2900,7 @@ msgstr "" "вказує програмі використовувати TrueColor на\n" "8-бітовому дисплеї" -#: kdecore/kapplication.cpp:1455 +#: tdecore/kapplication.cpp:1455 msgid "" "sets XIM (X Input Method) input style. Possible\n" "values are onthespot, overthespot, offthespot and\n" @@ -2910,77 +2910,77 @@ msgstr "" "значення: onthespot, overthespot, offthespot та\n" "root" -#: kdecore/kapplication.cpp:1456 +#: tdecore/kapplication.cpp:1456 msgid "set XIM server" msgstr "встановити сервер XIM" -#: kdecore/kapplication.cpp:1457 +#: tdecore/kapplication.cpp:1457 msgid "disable XIM" msgstr "вимкнути XIM" -#: kdecore/kapplication.cpp:1460 +#: tdecore/kapplication.cpp:1460 msgid "forces the application to run as QWS Server" msgstr "примушує програму працювати, як сервер QWS" -#: kdecore/kapplication.cpp:1462 +#: tdecore/kapplication.cpp:1462 msgid "mirrors the whole layout of widgets" msgstr "віддзеркалює вигляд віджету" -#: kdecore/kapplication.cpp:1468 +#: tdecore/kapplication.cpp:1468 msgid "Use 'caption' as name in the titlebar" msgstr "Вживати \"caption\" як назву у заголовка" -#: kdecore/kapplication.cpp:1469 +#: tdecore/kapplication.cpp:1469 msgid "Use 'icon' as the application icon" msgstr "Використати \"icon\" як піктограму програми" -#: kdecore/kapplication.cpp:1470 +#: tdecore/kapplication.cpp:1470 msgid "Use 'icon' as the icon in the titlebar" msgstr "Використати \"icon\" як піктограму у заголовку" -#: kdecore/kapplication.cpp:1471 +#: tdecore/kapplication.cpp:1471 msgid "Use alternative configuration file" msgstr "Скористатись іншим фалом конфігурації" -#: kdecore/kapplication.cpp:1472 +#: tdecore/kapplication.cpp:1472 msgid "Use the DCOP Server specified by 'server'" msgstr "Використовувати сервер DCOP зазначений в \"server\"" -#: kdecore/kapplication.cpp:1473 +#: tdecore/kapplication.cpp:1473 msgid "Disable crash handler, to get core dumps" msgstr "Вимкнути опрацювання крахів, щоб отримувати штамп пам'яті (core dump)" -#: kdecore/kapplication.cpp:1474 +#: tdecore/kapplication.cpp:1474 msgid "Waits for a WM_NET compatible windowmanager" msgstr "Чекає на менеджер вікон сумісний з WM_NET" -#: kdecore/kapplication.cpp:1475 +#: tdecore/kapplication.cpp:1475 msgid "sets the application GUI style" msgstr "встановлює стиль графічного інтерфейсу програми" -#: kdecore/kapplication.cpp:1476 +#: tdecore/kapplication.cpp:1476 msgid "" "sets the client geometry of the main widget - see man X for the argument format" msgstr "" "встановлює розмір та положення головного віджету - див. man X для формату " "аргументів" -#: kdecore/kapplication.cpp:1516 +#: tdecore/kapplication.cpp:1516 msgid "" "The style %1 was not found\n" msgstr "" "Стиль %1 не знайдено\n" -#: kdecore/kapplication.cpp:1978 kstyles/klegacy/klegacystyle.cpp:3044 +#: tdecore/kapplication.cpp:1978 kstyles/klegacy/klegacystyle.cpp:3044 #: kstyles/web/webstyle.cpp:1604 msgid "modified" msgstr "змінено" -#: kdecore/kapplication.cpp:2244 kdecore/kapplication.cpp:2279 +#: tdecore/kapplication.cpp:2244 tdecore/kapplication.cpp:2279 msgid "Could not Launch Help Center" msgstr "Не вдається запустити центр довідки" -#: kdecore/kapplication.cpp:2245 kdecore/kapplication.cpp:2280 +#: tdecore/kapplication.cpp:2245 tdecore/kapplication.cpp:2280 #, c-format msgid "" "Could not launch the KDE Help Center:\n" @@ -2991,11 +2991,11 @@ msgstr "" "\n" "%1" -#: kdecore/kapplication.cpp:2550 +#: tdecore/kapplication.cpp:2550 msgid "Could not Launch Mail Client" msgstr "Не вдається запустити поштовий клієнт" -#: kdecore/kapplication.cpp:2551 +#: tdecore/kapplication.cpp:2551 #, c-format msgid "" "Could not launch the mail client:\n" @@ -3006,11 +3006,11 @@ msgstr "" "\n" "%1" -#: kdecore/kapplication.cpp:2572 +#: tdecore/kapplication.cpp:2572 msgid "Could not Launch Browser" msgstr "Не вдається запустити навігатор" -#: kdecore/kapplication.cpp:2573 +#: tdecore/kapplication.cpp:2573 #, c-format msgid "" "Could not launch the browser:\n" @@ -3021,48 +3021,48 @@ msgstr "" "\n" "%1" -#: kdecore/kapplication.cpp:2637 +#: tdecore/kapplication.cpp:2637 msgid "" "Could not register with DCOP.\n" msgstr "" "Не вдалося зареєструватися через DCOP.\n" -#: kdecore/kapplication.cpp:2672 +#: tdecore/kapplication.cpp:2672 msgid "" "KLauncher could not be reached via DCOP.\n" msgstr "" "Не вдалося дістатися до KLauncher через DCOP.\n" -#: kdecore/kwinmodule.cpp:456 +#: tdecore/twinmodule.cpp:456 #, c-format msgid "Desktop %1" msgstr "Стільниця %1" -#: kdecore/kconfigbackend.cpp:1107 kdecore/kconfigbackend.cpp:1116 +#: tdecore/kconfigbackend.cpp:1107 tdecore/kconfigbackend.cpp:1116 msgid "" "Will not save configuration.\n" msgstr "" "Конфігурацію збережено не буде.\n" -#: kdecore/kconfigbackend.cpp:1109 kdecore/kconfigbackend.cpp:1117 +#: tdecore/kconfigbackend.cpp:1109 tdecore/kconfigbackend.cpp:1117 msgid "" "Configuration file \"%1\" not writable.\n" msgstr "" "Файл конфігурації \"%1\" не доступний для запису.\n" -#: kdecore/kconfigbackend.cpp:1124 +#: tdecore/kconfigbackend.cpp:1124 msgid "Please contact your system administrator." msgstr "Будь ласка, зверніться до системного адміністратора." -#: kdecore/kcmdlineargs.cpp:500 kdecore/kcmdlineargs.cpp:516 +#: tdecore/kcmdlineargs.cpp:500 tdecore/kcmdlineargs.cpp:516 msgid "Unknown option '%1'." msgstr "Невідомий параметр \"%1\"." -#: kdecore/kcmdlineargs.cpp:524 +#: tdecore/kcmdlineargs.cpp:524 msgid "'%1' missing." msgstr "Нема \"%1\"." -#: kdecore/kcmdlineargs.cpp:619 +#: tdecore/kcmdlineargs.cpp:619 msgid "" "_: the 2nd argument is a list of name+address, one on each line\n" "%1 was written by\n" @@ -3071,32 +3071,32 @@ msgstr "" "%1 було створено\n" "%2" -#: kdecore/kcmdlineargs.cpp:622 +#: tdecore/kcmdlineargs.cpp:622 msgid "This application was written by somebody who wants to remain anonymous." msgstr "Ця програма написана тим, хто бажає лишитись невідомим." -#: kdecore/kcmdlineargs.cpp:629 +#: tdecore/kcmdlineargs.cpp:629 msgid "" "Please use http://bugs.kde.org to report bugs.\n" msgstr "" "Будь ласка, користуйтесь http://bugs.kde.org для повідомлень про помилки.\n" -#: kdecore/kcmdlineargs.cpp:632 kdecore/kcmdlineargs.cpp:634 +#: tdecore/kcmdlineargs.cpp:632 tdecore/kcmdlineargs.cpp:634 msgid "" "Please report bugs to %1.\n" msgstr "" "Будь ласка, надсилайте повідомлення про помилки до %1.\n" -#: kdecore/kcmdlineargs.cpp:660 +#: tdecore/kcmdlineargs.cpp:660 msgid "Unexpected argument '%1'." msgstr "Непередбачений аргумент \"%1\"." -#: kdecore/kcmdlineargs.cpp:765 +#: tdecore/kcmdlineargs.cpp:765 msgid "Use --help to get a list of available command line options." msgstr "" "Вживайте --help, щоб отримати список можливих параметрів командного рядка." -#: kdecore/kcmdlineargs.cpp:780 +#: tdecore/kcmdlineargs.cpp:780 msgid "" "\n" "%1:\n" @@ -3104,57 +3104,57 @@ msgstr "" "\n" "%1:\n" -#: kdecore/kcmdlineargs.cpp:789 +#: tdecore/kcmdlineargs.cpp:789 msgid "[options] " msgstr "[параметри] " -#: kdecore/kcmdlineargs.cpp:796 +#: tdecore/kcmdlineargs.cpp:796 msgid "[%1-options]" msgstr "[%1-параметри]" -#: kdecore/kcmdlineargs.cpp:816 +#: tdecore/kcmdlineargs.cpp:816 msgid "" "Usage: %1 %2\n" msgstr "" "Використання: %1 %2\n" -#: kdecore/kcmdlineargs.cpp:819 +#: tdecore/kcmdlineargs.cpp:819 msgid "Generic options" msgstr "Загальні параметри" -#: kdecore/kcmdlineargs.cpp:820 +#: tdecore/kcmdlineargs.cpp:820 msgid "Show help about options" msgstr "Показати довідку щодо параметрів" -#: kdecore/kcmdlineargs.cpp:828 +#: tdecore/kcmdlineargs.cpp:828 msgid "Show %1 specific options" msgstr "Показати параметри щодо %1" -#: kdecore/kcmdlineargs.cpp:835 +#: tdecore/kcmdlineargs.cpp:835 msgid "Show all options" msgstr "Показати всі параметри" -#: kdecore/kcmdlineargs.cpp:836 +#: tdecore/kcmdlineargs.cpp:836 msgid "Show author information" msgstr "Показати інформацію про автора" -#: kdecore/kcmdlineargs.cpp:837 +#: tdecore/kcmdlineargs.cpp:837 msgid "Show version information" msgstr "Показати інформацію про версію" -#: kdecore/kcmdlineargs.cpp:838 +#: tdecore/kcmdlineargs.cpp:838 msgid "Show license information" msgstr "Показати інформацію про ліцензію" -#: kdecore/kcmdlineargs.cpp:839 +#: tdecore/kcmdlineargs.cpp:839 msgid "End of options" msgstr "Кінець параметрів" -#: kdecore/kcmdlineargs.cpp:861 +#: tdecore/kcmdlineargs.cpp:861 msgid "%1 options" msgstr "%1 параметри" -#: kdecore/kcmdlineargs.cpp:863 +#: tdecore/kcmdlineargs.cpp:863 msgid "" "\n" "Options:\n" @@ -3162,7 +3162,7 @@ msgstr "" "\n" "Параметри:\n" -#: kdecore/kcmdlineargs.cpp:920 +#: tdecore/kcmdlineargs.cpp:920 msgid "" "\n" "Arguments:\n" @@ -3170,986 +3170,986 @@ msgstr "" "\n" "Аргументи:\n" -#: kdecore/kcmdlineargs.cpp:1282 +#: tdecore/kcmdlineargs.cpp:1282 msgid "The files/URLs opened by the application will be deleted after use" msgstr "Файли/адреси відкриті програмою буде вилучено після використання" -#: kdecore/ksockaddr.cpp:112 +#: tdecore/ksockaddr.cpp:112 msgid "<unknown socket>" msgstr "<невідомий сокет>" -#: kdecore/ksockaddr.cpp:568 kdecore/ksockaddr.cpp:587 +#: tdecore/ksockaddr.cpp:568 tdecore/ksockaddr.cpp:587 msgid "<empty>" msgstr "<порожньо>" -#: kdecore/ksockaddr.cpp:571 +#: tdecore/ksockaddr.cpp:571 msgid "" "_: 1: hostname, 2: port number\n" "%1 port %2" msgstr "%1 порт %2" -#: kdecore/ksockaddr.cpp:853 +#: tdecore/ksockaddr.cpp:853 msgid "<empty UNIX socket>" msgstr "<порожній сокет Unix>" -#: kdecore/kcheckaccelerators.cpp:148 +#: tdecore/kcheckaccelerators.cpp:148 msgid "Dr. Klash' Accelerator Diagnosis" msgstr "Dr. Klash визначення проблем зі скороченнями" -#: kdecore/kcheckaccelerators.cpp:155 +#: tdecore/kcheckaccelerators.cpp:155 msgid "&Disable automatic checking" msgstr "&Вимкнути автоматичну перевірку" -#: kdecore/kcheckaccelerators.cpp:193 +#: tdecore/kcheckaccelerators.cpp:193 msgid "<h2>Accelerators changed</h2>" msgstr "<h2>Змінені скорочення</h2>" -#: kdecore/kcheckaccelerators.cpp:199 +#: tdecore/kcheckaccelerators.cpp:199 msgid "<h2>Accelerators removed</h2>" msgstr "<h2>Вилучені скорочення</h2>" -#: kdecore/kcheckaccelerators.cpp:204 +#: tdecore/kcheckaccelerators.cpp:204 msgid "<h2>Accelerators added (just for your info)</h2>" msgstr "<h2>Додані скорочення (просто для інформації)</h2>" -#: kdecore/kstdaccel.cpp:54 +#: tdecore/kstdaccel.cpp:54 msgid "New" msgstr "Новий" -#: kdecore/kstdaccel.cpp:65 +#: tdecore/kstdaccel.cpp:65 msgid "Paste Selection" msgstr "Вставити вибір" -#: kdecore/kstdaccel.cpp:67 +#: tdecore/kstdaccel.cpp:67 msgid "Deselect" msgstr "Скасувати вибір" -#: kdecore/kstdaccel.cpp:68 +#: tdecore/kstdaccel.cpp:68 msgid "Delete Word Backwards" msgstr "Вилучити слово позаду" -#: kdecore/kstdaccel.cpp:69 +#: tdecore/kstdaccel.cpp:69 msgid "Delete Word Forward" msgstr "Вилучити слово попереду" -#: kdecore/kkeyserver_x11.cpp:135 kdecore/kstdaccel.cpp:70 -#: kdeui/keditcl2.cpp:107 kdeui/keditcl2.cpp:120 kdeui/keditcl2.cpp:377 -#: kdeui/keditcl2.cpp:390 kdeui/keditcl2.cpp:700 kutils/kfinddialog.cpp:119 +#: tdecore/kkeyserver_x11.cpp:135 tdecore/kstdaccel.cpp:70 +#: tdeui/keditcl2.cpp:107 tdeui/keditcl2.cpp:120 tdeui/keditcl2.cpp:377 +#: tdeui/keditcl2.cpp:390 tdeui/keditcl2.cpp:700 kutils/kfinddialog.cpp:119 msgid "Find" msgstr "Пошук" -#: kdecore/kstdaccel.cpp:71 kutils/kfind.cpp:47 +#: tdecore/kstdaccel.cpp:71 kutils/kfind.cpp:47 msgid "Find Next" msgstr "Знайти далі" -#: kdecore/kstdaccel.cpp:72 +#: tdecore/kstdaccel.cpp:72 msgid "Find Prev" msgstr "Знайти позаду" -#: kdecore/kstdaccel.cpp:74 +#: tdecore/kstdaccel.cpp:74 msgid "Navigation" msgstr "Навігація" -#: kdecore/kstdaccel.cpp:75 +#: tdecore/kstdaccel.cpp:75 msgid "" "_: Opposite to End\n" "Home" msgstr "Початок" -#: kdecore/kstdaccel.cpp:76 +#: tdecore/kstdaccel.cpp:76 msgid "End" msgstr "End" -#: kdecore/kstdaccel.cpp:77 +#: tdecore/kstdaccel.cpp:77 msgid "Beginning of Line" msgstr "Початок рядка" -#: kdecore/kstdaccel.cpp:78 kutils/kfinddialog.cpp:451 +#: tdecore/kstdaccel.cpp:78 kutils/kfinddialog.cpp:451 msgid "End of Line" msgstr "Кінець рядка" -#: kdecore/kstdaccel.cpp:79 +#: tdecore/kstdaccel.cpp:79 msgid "Prior" msgstr "Попередній" -#: kdecore/kstdaccel.cpp:80 +#: tdecore/kstdaccel.cpp:80 msgid "" "_: Opposite to Prior\n" "Next" msgstr "Наступн." -#: kdecore/kstdaccel.cpp:81 kdeui/keditcl2.cpp:976 +#: tdecore/kstdaccel.cpp:81 tdeui/keditcl2.cpp:976 msgid "Go to Line" msgstr "Перейти на рядок" -#: kdecore/kstdaccel.cpp:82 +#: tdecore/kstdaccel.cpp:82 msgid "Add Bookmark" msgstr "Додати закладку" -#: kdecore/kstdaccel.cpp:83 +#: tdecore/kstdaccel.cpp:83 msgid "Zoom In" msgstr "Збільшити" -#: kdecore/kstdaccel.cpp:84 +#: tdecore/kstdaccel.cpp:84 msgid "Zoom Out" msgstr "Зменшити" -#: kdecore/kstdaccel.cpp:85 +#: tdecore/kstdaccel.cpp:85 msgid "Up" msgstr "Вгору" -#: kdecore/kstdaccel.cpp:87 +#: tdecore/kstdaccel.cpp:87 msgid "Forward" msgstr "Вперед" -#: kdecore/kstdaccel.cpp:89 +#: tdecore/kstdaccel.cpp:89 msgid "Popup Menu Context" msgstr "Відкрити контекст меню" -#: kdecore/kstdaccel.cpp:90 +#: tdecore/kstdaccel.cpp:90 msgid "Show Menu Bar" msgstr "Показувати смужку меню" -#: kdecore/kstdaccel.cpp:91 +#: tdecore/kstdaccel.cpp:91 msgid "Backward Word" msgstr "Слово назад" -#: kdecore/kstdaccel.cpp:92 +#: tdecore/kstdaccel.cpp:92 msgid "Forward Word" msgstr "Слово вперед" -#: kdecore/kstdaccel.cpp:93 +#: tdecore/kstdaccel.cpp:93 msgid "Activate Next Tab" msgstr "Активізувати наступну вкладку" -#: kdecore/kstdaccel.cpp:94 +#: tdecore/kstdaccel.cpp:94 msgid "Activate Previous Tab" msgstr "Активізувати попередню вкладку" -#: kdecore/kstdaccel.cpp:95 +#: tdecore/kstdaccel.cpp:95 msgid "Full Screen Mode" msgstr "Повноекранний режим" -#: kdecore/kstdaccel.cpp:98 +#: tdecore/kstdaccel.cpp:98 msgid "What's This" msgstr "Що це" -#: kdecore/kstdaccel.cpp:99 kdecore/kstdaccel.cpp:100 kdeui/klineedit.cpp:886 +#: tdecore/kstdaccel.cpp:99 tdecore/kstdaccel.cpp:100 tdeui/klineedit.cpp:886 msgid "Text Completion" msgstr "Доповнення тексту" -#: kdecore/kstdaccel.cpp:101 +#: tdecore/kstdaccel.cpp:101 msgid "Previous Completion Match" msgstr "Попередній варіант завершення" -#: kdecore/kstdaccel.cpp:102 +#: tdecore/kstdaccel.cpp:102 msgid "Next Completion Match" msgstr "Наступний варіант завершення" -#: kdecore/kstdaccel.cpp:103 +#: tdecore/kstdaccel.cpp:103 msgid "Substring Completion" msgstr "Доповнення підрядку" -#: kdecore/kstdaccel.cpp:104 +#: tdecore/kstdaccel.cpp:104 msgid "Previous Item in List" msgstr "Попередній елемент у списку" -#: kdecore/kstdaccel.cpp:105 +#: tdecore/kstdaccel.cpp:105 msgid "Next Item in List" msgstr "Наступний елемент у списку" -#: kdecore/kcalendarsystemhijri.cpp:298 kdecore/kcalendarsystemhijri.cpp:326 +#: tdecore/kcalendarsystemhijri.cpp:298 tdecore/kcalendarsystemhijri.cpp:326 msgid "Muharram" msgstr "Мухарам" -#: kdecore/kcalendarsystemhijri.cpp:300 kdecore/kcalendarsystemhijri.cpp:328 +#: tdecore/kcalendarsystemhijri.cpp:300 tdecore/kcalendarsystemhijri.cpp:328 msgid "Safar" msgstr "Сафар" -#: kdecore/kcalendarsystemhijri.cpp:302 +#: tdecore/kcalendarsystemhijri.cpp:302 msgid "R. Awal" msgstr "Р. Аваль" -#: kdecore/kcalendarsystemhijri.cpp:304 +#: tdecore/kcalendarsystemhijri.cpp:304 msgid "R. Thaani" msgstr "Р. Таані" -#: kdecore/kcalendarsystemhijri.cpp:306 +#: tdecore/kcalendarsystemhijri.cpp:306 msgid "J. Awal" msgstr "Дж. Аваль" -#: kdecore/kcalendarsystemhijri.cpp:308 +#: tdecore/kcalendarsystemhijri.cpp:308 msgid "J. Thaani" msgstr "Дж. Таані" -#: kdecore/kcalendarsystemhijri.cpp:310 kdecore/kcalendarsystemhijri.cpp:338 +#: tdecore/kcalendarsystemhijri.cpp:310 tdecore/kcalendarsystemhijri.cpp:338 msgid "Rajab" msgstr "Раджаб" -#: kdecore/kcalendarsystemhijri.cpp:312 kdecore/kcalendarsystemhijri.cpp:340 +#: tdecore/kcalendarsystemhijri.cpp:312 tdecore/kcalendarsystemhijri.cpp:340 msgid "Sha`ban" msgstr "Шабан" -#: kdecore/kcalendarsystemhijri.cpp:314 kdecore/kcalendarsystemhijri.cpp:342 +#: tdecore/kcalendarsystemhijri.cpp:314 tdecore/kcalendarsystemhijri.cpp:342 msgid "Ramadan" msgstr "Рамадан" -#: kdecore/kcalendarsystemhijri.cpp:316 kdecore/kcalendarsystemhijri.cpp:344 +#: tdecore/kcalendarsystemhijri.cpp:316 tdecore/kcalendarsystemhijri.cpp:344 msgid "Shawwal" msgstr "Шавваль" -#: kdecore/kcalendarsystemhijri.cpp:318 +#: tdecore/kcalendarsystemhijri.cpp:318 msgid "Qi`dah" msgstr "Кіда" -#: kdecore/kcalendarsystemhijri.cpp:320 +#: tdecore/kcalendarsystemhijri.cpp:320 msgid "Hijjah" msgstr "Хіджах" -#: kdecore/kcalendarsystemhijri.cpp:330 +#: tdecore/kcalendarsystemhijri.cpp:330 msgid "Rabi` al-Awal" msgstr "Рабі аль-Аваль" -#: kdecore/kcalendarsystemhijri.cpp:332 +#: tdecore/kcalendarsystemhijri.cpp:332 msgid "Rabi` al-Thaani" msgstr "Рабі аль-Таані" -#: kdecore/kcalendarsystemhijri.cpp:334 +#: tdecore/kcalendarsystemhijri.cpp:334 msgid "Jumaada al-Awal" msgstr "Джумаада аль-Аваль" -#: kdecore/kcalendarsystemhijri.cpp:336 +#: tdecore/kcalendarsystemhijri.cpp:336 msgid "Jumaada al-Thaani" msgstr "Джумаада аль-Таані" -#: kdecore/kcalendarsystemhijri.cpp:346 +#: tdecore/kcalendarsystemhijri.cpp:346 msgid "Thu al-Qi`dah" msgstr "Ту аль-Кідах" -#: kdecore/kcalendarsystemhijri.cpp:348 +#: tdecore/kcalendarsystemhijri.cpp:348 msgid "Thu al-Hijjah" msgstr "Ту аль-Хіджах" -#: kdecore/kcalendarsystemhijri.cpp:363 kdecore/kcalendarsystemhijri.cpp:391 +#: tdecore/kcalendarsystemhijri.cpp:363 tdecore/kcalendarsystemhijri.cpp:391 msgid "of Muharram" msgstr "Мухаррама" -#: kdecore/kcalendarsystemhijri.cpp:365 kdecore/kcalendarsystemhijri.cpp:393 +#: tdecore/kcalendarsystemhijri.cpp:365 tdecore/kcalendarsystemhijri.cpp:393 msgid "of Safar" msgstr "Сафара" -#: kdecore/kcalendarsystemhijri.cpp:367 +#: tdecore/kcalendarsystemhijri.cpp:367 msgid "of R. Awal" msgstr "Р. Аваля" -#: kdecore/kcalendarsystemhijri.cpp:369 +#: tdecore/kcalendarsystemhijri.cpp:369 msgid "of R. Thaani" msgstr "Р. Таані" -#: kdecore/kcalendarsystemhijri.cpp:371 +#: tdecore/kcalendarsystemhijri.cpp:371 msgid "of J. Awal" msgstr "Дж. Аваля" -#: kdecore/kcalendarsystemhijri.cpp:373 +#: tdecore/kcalendarsystemhijri.cpp:373 msgid "of J. Thaani" msgstr "Дж. Таані" -#: kdecore/kcalendarsystemhijri.cpp:375 kdecore/kcalendarsystemhijri.cpp:403 +#: tdecore/kcalendarsystemhijri.cpp:375 tdecore/kcalendarsystemhijri.cpp:403 msgid "of Rajab" msgstr "Раджаби" -#: kdecore/kcalendarsystemhijri.cpp:377 kdecore/kcalendarsystemhijri.cpp:405 +#: tdecore/kcalendarsystemhijri.cpp:377 tdecore/kcalendarsystemhijri.cpp:405 msgid "of Sha`ban" msgstr "Ша-бану" -#: kdecore/kcalendarsystemhijri.cpp:379 kdecore/kcalendarsystemhijri.cpp:407 +#: tdecore/kcalendarsystemhijri.cpp:379 tdecore/kcalendarsystemhijri.cpp:407 msgid "of Ramadan" msgstr "Рамадану" -#: kdecore/kcalendarsystemhijri.cpp:381 kdecore/kcalendarsystemhijri.cpp:409 +#: tdecore/kcalendarsystemhijri.cpp:381 tdecore/kcalendarsystemhijri.cpp:409 msgid "of Shawwal" msgstr "Шавваля" -#: kdecore/kcalendarsystemhijri.cpp:383 +#: tdecore/kcalendarsystemhijri.cpp:383 msgid "of Qi`dah" msgstr "Кі-да" -#: kdecore/kcalendarsystemhijri.cpp:385 +#: tdecore/kcalendarsystemhijri.cpp:385 msgid "of Hijjah" msgstr "Хіджаху" -#: kdecore/kcalendarsystemhijri.cpp:395 +#: tdecore/kcalendarsystemhijri.cpp:395 msgid "of Rabi` al-Awal" msgstr "Рабі-аль-Аваля" -#: kdecore/kcalendarsystemhijri.cpp:397 +#: tdecore/kcalendarsystemhijri.cpp:397 msgid "of Rabi` al-Thaani" msgstr "Рабі-аль-Таані" -#: kdecore/kcalendarsystemhijri.cpp:399 +#: tdecore/kcalendarsystemhijri.cpp:399 msgid "of Jumaada al-Awal" msgstr "Джумаада аль-Аваля" -#: kdecore/kcalendarsystemhijri.cpp:401 +#: tdecore/kcalendarsystemhijri.cpp:401 msgid "of Jumaada al-Thaani" msgstr "Джумаада аль-Таані" -#: kdecore/kcalendarsystemhijri.cpp:411 +#: tdecore/kcalendarsystemhijri.cpp:411 msgid "of Thu al-Qi`dah" msgstr "Ту аль-Кі-даху" -#: kdecore/kcalendarsystemhijri.cpp:413 +#: tdecore/kcalendarsystemhijri.cpp:413 msgid "of Thu al-Hijjah" msgstr "Ту аль-Хіджаху" -#: kdecore/kcalendarsystemhijri.cpp:445 +#: tdecore/kcalendarsystemhijri.cpp:445 msgid "Ith" msgstr "Іф" -#: kdecore/kcalendarsystemhijri.cpp:447 +#: tdecore/kcalendarsystemhijri.cpp:447 msgid "Thl" msgstr "Тхл" -#: kdecore/kcalendarsystemhijri.cpp:449 +#: tdecore/kcalendarsystemhijri.cpp:449 msgid "Arb" msgstr "Арб" -#: kdecore/kcalendarsystemhijri.cpp:451 +#: tdecore/kcalendarsystemhijri.cpp:451 msgid "Kha" msgstr "Ка" -#: kdecore/kcalendarsystemhijri.cpp:453 +#: tdecore/kcalendarsystemhijri.cpp:453 msgid "Jum" msgstr "Джум" -#: kdecore/kcalendarsystemhijri.cpp:455 +#: tdecore/kcalendarsystemhijri.cpp:455 msgid "Sab" msgstr "Саб" -#: kdecore/kcalendarsystemhijri.cpp:457 +#: tdecore/kcalendarsystemhijri.cpp:457 msgid "Ahd" msgstr "Агд" -#: kdecore/kcalendarsystemhijri.cpp:463 +#: tdecore/kcalendarsystemhijri.cpp:463 msgid "Yaum al-Ithnain" msgstr "Яум аль-Іфнаін" -#: kdecore/kcalendarsystemhijri.cpp:465 +#: tdecore/kcalendarsystemhijri.cpp:465 msgid "Yau al-Thulatha" msgstr "Яум аль-Туалата" -#: kdecore/kcalendarsystemhijri.cpp:467 +#: tdecore/kcalendarsystemhijri.cpp:467 msgid "Yaum al-Arbi'a" msgstr "Яум аль-Арбіа" -#: kdecore/kcalendarsystemhijri.cpp:469 +#: tdecore/kcalendarsystemhijri.cpp:469 msgid "Yaum al-Khamees" msgstr "Яум аль-Каміс" -#: kdecore/kcalendarsystemhijri.cpp:471 +#: tdecore/kcalendarsystemhijri.cpp:471 msgid "Yaum al-Jumma" msgstr "Яум аль-Юмма" -#: kdecore/kcalendarsystemhijri.cpp:473 +#: tdecore/kcalendarsystemhijri.cpp:473 msgid "Yaum al-Sabt" msgstr "Яум аль-Забт" -#: kdecore/kcalendarsystemhijri.cpp:475 +#: tdecore/kcalendarsystemhijri.cpp:475 msgid "Yaum al-Ahad" msgstr "Яум аль-Ахад" -#: kdecore/klocale.cpp:217 +#: tdecore/klocale.cpp:217 msgid "" "_: Dear translator, please do not translate this string in any form, but pick " "the _right_ value out of NoPlural/TwoForms/French... If not sure what to do " "mail thd@kde.org and coolo@kde.org, they will tell you. Better leave that out " "if unsure, the programs will crash!!\n" -"Definition of PluralForm - to be set by the translator of kdelibs.po" +"Definition of PluralForm - to be set by the translator of tdelibs.po" msgstr "Russian" -#: kdecore/kcalendarsystemgregorian.cpp:91 kdecore/klocale.cpp:553 +#: tdecore/kcalendarsystemgregorian.cpp:91 tdecore/klocale.cpp:553 msgid "" "_: January\n" "Jan" msgstr "січ" -#: kdecore/kcalendarsystemgregorian.cpp:93 kdecore/klocale.cpp:554 +#: tdecore/kcalendarsystemgregorian.cpp:93 tdecore/klocale.cpp:554 msgid "" "_: February\n" "Feb" msgstr "лют" -#: kdecore/kcalendarsystemgregorian.cpp:95 kdecore/klocale.cpp:555 +#: tdecore/kcalendarsystemgregorian.cpp:95 tdecore/klocale.cpp:555 msgid "" "_: March\n" "Mar" msgstr "бер" -#: kdecore/kcalendarsystemgregorian.cpp:97 kdecore/klocale.cpp:556 +#: tdecore/kcalendarsystemgregorian.cpp:97 tdecore/klocale.cpp:556 msgid "" "_: April\n" "Apr" msgstr "кві" -#: kdecore/kcalendarsystemgregorian.cpp:99 kdecore/klocale.cpp:557 +#: tdecore/kcalendarsystemgregorian.cpp:99 tdecore/klocale.cpp:557 msgid "" "_: May short\n" "May" msgstr "тра" -#: kdecore/kcalendarsystemgregorian.cpp:101 kdecore/klocale.cpp:558 +#: tdecore/kcalendarsystemgregorian.cpp:101 tdecore/klocale.cpp:558 msgid "" "_: June\n" "Jun" msgstr "чер" -#: kdecore/kcalendarsystemgregorian.cpp:103 kdecore/klocale.cpp:559 +#: tdecore/kcalendarsystemgregorian.cpp:103 tdecore/klocale.cpp:559 msgid "" "_: July\n" "Jul" msgstr "лип" -#: kdecore/kcalendarsystemgregorian.cpp:105 kdecore/klocale.cpp:560 +#: tdecore/kcalendarsystemgregorian.cpp:105 tdecore/klocale.cpp:560 msgid "" "_: August\n" "Aug" msgstr "сер" -#: kdecore/kcalendarsystemgregorian.cpp:107 kdecore/klocale.cpp:561 +#: tdecore/kcalendarsystemgregorian.cpp:107 tdecore/klocale.cpp:561 msgid "" "_: September\n" "Sep" msgstr "вер" -#: kdecore/kcalendarsystemgregorian.cpp:109 kdecore/klocale.cpp:562 +#: tdecore/kcalendarsystemgregorian.cpp:109 tdecore/klocale.cpp:562 msgid "" "_: October\n" "Oct" msgstr "жов" -#: kdecore/kcalendarsystemgregorian.cpp:111 kdecore/klocale.cpp:563 +#: tdecore/kcalendarsystemgregorian.cpp:111 tdecore/klocale.cpp:563 msgid "" "_: November\n" "Nov" msgstr "лис" -#: kdecore/kcalendarsystemgregorian.cpp:113 kdecore/klocale.cpp:564 +#: tdecore/kcalendarsystemgregorian.cpp:113 tdecore/klocale.cpp:564 msgid "" "_: December\n" "Dec" msgstr "гру" -#: kdecore/kcalendarsystemgregorian.cpp:119 kdecore/klocale.cpp:569 +#: tdecore/kcalendarsystemgregorian.cpp:119 tdecore/klocale.cpp:569 msgid "January" msgstr "січень" -#: kdecore/kcalendarsystemgregorian.cpp:121 kdecore/klocale.cpp:570 +#: tdecore/kcalendarsystemgregorian.cpp:121 tdecore/klocale.cpp:570 msgid "February" msgstr "лютий" -#: kdecore/kcalendarsystemgregorian.cpp:123 kdecore/klocale.cpp:571 +#: tdecore/kcalendarsystemgregorian.cpp:123 tdecore/klocale.cpp:571 msgid "March" msgstr "березень" -#: kdecore/kcalendarsystemgregorian.cpp:125 kdecore/klocale.cpp:572 +#: tdecore/kcalendarsystemgregorian.cpp:125 tdecore/klocale.cpp:572 msgid "April" msgstr "квітень" -#: kdecore/kcalendarsystemgregorian.cpp:127 kdecore/klocale.cpp:573 +#: tdecore/kcalendarsystemgregorian.cpp:127 tdecore/klocale.cpp:573 msgid "" "_: May long\n" "May" msgstr "травень" -#: kdecore/kcalendarsystemgregorian.cpp:129 kdecore/klocale.cpp:574 +#: tdecore/kcalendarsystemgregorian.cpp:129 tdecore/klocale.cpp:574 msgid "June" msgstr "червень" -#: kdecore/kcalendarsystemgregorian.cpp:131 kdecore/klocale.cpp:575 +#: tdecore/kcalendarsystemgregorian.cpp:131 tdecore/klocale.cpp:575 msgid "July" msgstr "липень" -#: kdecore/kcalendarsystemgregorian.cpp:133 kdecore/klocale.cpp:576 +#: tdecore/kcalendarsystemgregorian.cpp:133 tdecore/klocale.cpp:576 msgid "August" msgstr "серпень" -#: kdecore/kcalendarsystemgregorian.cpp:135 kdecore/klocale.cpp:577 +#: tdecore/kcalendarsystemgregorian.cpp:135 tdecore/klocale.cpp:577 msgid "September" msgstr "вересень" -#: kdecore/kcalendarsystemgregorian.cpp:137 kdecore/klocale.cpp:578 +#: tdecore/kcalendarsystemgregorian.cpp:137 tdecore/klocale.cpp:578 msgid "October" msgstr "жовтень" -#: kdecore/kcalendarsystemgregorian.cpp:139 kdecore/klocale.cpp:579 +#: tdecore/kcalendarsystemgregorian.cpp:139 tdecore/klocale.cpp:579 msgid "November" msgstr "листопад" -#: kdecore/kcalendarsystemgregorian.cpp:141 kdecore/klocale.cpp:580 +#: tdecore/kcalendarsystemgregorian.cpp:141 tdecore/klocale.cpp:580 msgid "December" msgstr "грудень" -#: kdecore/kcalendarsystemgregorian.cpp:156 kdecore/klocale.cpp:591 +#: tdecore/kcalendarsystemgregorian.cpp:156 tdecore/klocale.cpp:591 msgid "" "_: of January\n" "of Jan" msgstr "січ" -#: kdecore/kcalendarsystemgregorian.cpp:158 kdecore/klocale.cpp:592 +#: tdecore/kcalendarsystemgregorian.cpp:158 tdecore/klocale.cpp:592 msgid "" "_: of February\n" "of Feb" msgstr "лют" -#: kdecore/kcalendarsystemgregorian.cpp:160 kdecore/klocale.cpp:593 +#: tdecore/kcalendarsystemgregorian.cpp:160 tdecore/klocale.cpp:593 msgid "" "_: of March\n" "of Mar" msgstr "бер" -#: kdecore/kcalendarsystemgregorian.cpp:162 kdecore/klocale.cpp:594 +#: tdecore/kcalendarsystemgregorian.cpp:162 tdecore/klocale.cpp:594 msgid "" "_: of April\n" "of Apr" msgstr "кві" -#: kdecore/kcalendarsystemgregorian.cpp:164 kdecore/klocale.cpp:595 +#: tdecore/kcalendarsystemgregorian.cpp:164 tdecore/klocale.cpp:595 msgid "" "_: of May short\n" "of May" msgstr "тра" -#: kdecore/kcalendarsystemgregorian.cpp:166 kdecore/klocale.cpp:596 +#: tdecore/kcalendarsystemgregorian.cpp:166 tdecore/klocale.cpp:596 msgid "" "_: of June\n" "of Jun" msgstr "чер" -#: kdecore/kcalendarsystemgregorian.cpp:168 kdecore/klocale.cpp:597 +#: tdecore/kcalendarsystemgregorian.cpp:168 tdecore/klocale.cpp:597 msgid "" "_: of July\n" "of Jul" msgstr "лип" -#: kdecore/kcalendarsystemgregorian.cpp:170 kdecore/klocale.cpp:598 +#: tdecore/kcalendarsystemgregorian.cpp:170 tdecore/klocale.cpp:598 msgid "" "_: of August\n" "of Aug" msgstr "сер" -#: kdecore/kcalendarsystemgregorian.cpp:172 kdecore/klocale.cpp:599 +#: tdecore/kcalendarsystemgregorian.cpp:172 tdecore/klocale.cpp:599 msgid "" "_: of September\n" "of Sep" msgstr "вер" -#: kdecore/kcalendarsystemgregorian.cpp:174 kdecore/klocale.cpp:600 +#: tdecore/kcalendarsystemgregorian.cpp:174 tdecore/klocale.cpp:600 msgid "" "_: of October\n" "of Oct" msgstr "жов" -#: kdecore/kcalendarsystemgregorian.cpp:176 kdecore/klocale.cpp:601 +#: tdecore/kcalendarsystemgregorian.cpp:176 tdecore/klocale.cpp:601 msgid "" "_: of November\n" "of Nov" msgstr "лис" -#: kdecore/kcalendarsystemgregorian.cpp:178 kdecore/klocale.cpp:602 +#: tdecore/kcalendarsystemgregorian.cpp:178 tdecore/klocale.cpp:602 msgid "" "_: of December\n" "of Dec" msgstr "гру" -#: kdecore/kcalendarsystemgregorian.cpp:184 kdecore/klocale.cpp:607 +#: tdecore/kcalendarsystemgregorian.cpp:184 tdecore/klocale.cpp:607 msgid "of January" msgstr "січня" -#: kdecore/kcalendarsystemgregorian.cpp:186 kdecore/klocale.cpp:608 +#: tdecore/kcalendarsystemgregorian.cpp:186 tdecore/klocale.cpp:608 msgid "of February" msgstr "лютого" -#: kdecore/kcalendarsystemgregorian.cpp:188 kdecore/klocale.cpp:609 +#: tdecore/kcalendarsystemgregorian.cpp:188 tdecore/klocale.cpp:609 msgid "of March" msgstr "березня" -#: kdecore/kcalendarsystemgregorian.cpp:190 kdecore/klocale.cpp:610 +#: tdecore/kcalendarsystemgregorian.cpp:190 tdecore/klocale.cpp:610 msgid "of April" msgstr "квітня" -#: kdecore/kcalendarsystemgregorian.cpp:192 kdecore/klocale.cpp:611 +#: tdecore/kcalendarsystemgregorian.cpp:192 tdecore/klocale.cpp:611 msgid "" "_: of May long\n" "of May" msgstr "травня" -#: kdecore/kcalendarsystemgregorian.cpp:194 kdecore/klocale.cpp:612 +#: tdecore/kcalendarsystemgregorian.cpp:194 tdecore/klocale.cpp:612 msgid "of June" msgstr "червня" -#: kdecore/kcalendarsystemgregorian.cpp:196 kdecore/klocale.cpp:613 +#: tdecore/kcalendarsystemgregorian.cpp:196 tdecore/klocale.cpp:613 msgid "of July" msgstr "липня" -#: kdecore/kcalendarsystemgregorian.cpp:198 kdecore/klocale.cpp:614 +#: tdecore/kcalendarsystemgregorian.cpp:198 tdecore/klocale.cpp:614 msgid "of August" msgstr "серпня" -#: kdecore/kcalendarsystemgregorian.cpp:200 kdecore/klocale.cpp:615 +#: tdecore/kcalendarsystemgregorian.cpp:200 tdecore/klocale.cpp:615 msgid "of September" msgstr "вересня" -#: kdecore/kcalendarsystemgregorian.cpp:202 kdecore/klocale.cpp:616 +#: tdecore/kcalendarsystemgregorian.cpp:202 tdecore/klocale.cpp:616 msgid "of October" msgstr "жовтня" -#: kdecore/kcalendarsystemgregorian.cpp:204 kdecore/klocale.cpp:617 +#: tdecore/kcalendarsystemgregorian.cpp:204 tdecore/klocale.cpp:617 msgid "of November" msgstr "листопада" -#: kdecore/kcalendarsystemgregorian.cpp:206 kdecore/klocale.cpp:618 +#: tdecore/kcalendarsystemgregorian.cpp:206 tdecore/klocale.cpp:618 msgid "of December" msgstr "грудня" -#: kdecore/klocale.cpp:1773 kdecore/klocale.cpp:1913 +#: tdecore/klocale.cpp:1773 tdecore/klocale.cpp:1913 msgid "pm" msgstr "по" -#: kdecore/klocale.cpp:1782 kdecore/klocale.cpp:1915 +#: tdecore/klocale.cpp:1782 tdecore/klocale.cpp:1915 msgid "am" msgstr "до" -#: kdecore/klocale.cpp:1956 +#: tdecore/klocale.cpp:1956 msgid "" "_: concatenation of dates and time\n" "%1 %2" msgstr "%1 %2" -#: kdecore/klocale.cpp:2447 +#: tdecore/klocale.cpp:2447 msgid "&Next" msgstr "&Наступний" -#: kdecore/netsupp.cpp:890 kdecore/network/kresolver.cpp:557 +#: tdecore/netsupp.cpp:890 tdecore/network/kresolver.cpp:557 msgid "no error" msgstr "без помилок" -#: kdecore/netsupp.cpp:891 +#: tdecore/netsupp.cpp:891 msgid "address family for nodename not supported" msgstr "родина адрес для назв вузлів не підтримується" -#: kdecore/netsupp.cpp:892 kdecore/network/kresolver.cpp:559 +#: tdecore/netsupp.cpp:892 tdecore/network/kresolver.cpp:559 msgid "temporary failure in name resolution" msgstr "тимчасова проблема у розв'язанні імен" -#: kdecore/netsupp.cpp:893 +#: tdecore/netsupp.cpp:893 msgid "invalid value for 'ai_flags'" msgstr "невірне значення для \"ai_flags\"" -#: kdecore/netsupp.cpp:894 kdecore/network/kresolver.cpp:560 +#: tdecore/netsupp.cpp:894 tdecore/network/kresolver.cpp:560 msgid "non-recoverable failure in name resolution" msgstr "невиправна проблема у розв'язанні імен" -#: kdecore/netsupp.cpp:895 +#: tdecore/netsupp.cpp:895 msgid "'ai_family' not supported" msgstr "\"ai_family\" не підтримується" -#: kdecore/netsupp.cpp:896 kdecore/network/kresolver.cpp:562 +#: tdecore/netsupp.cpp:896 tdecore/network/kresolver.cpp:562 msgid "memory allocation failure" msgstr "помилка виділення пам'яті" -#: kdecore/netsupp.cpp:897 +#: tdecore/netsupp.cpp:897 msgid "no address associated with nodename" msgstr "з цим іменем вузла не асоціюється жодна адреса" -#: kdecore/netsupp.cpp:898 kdecore/network/kresolver.cpp:563 +#: tdecore/netsupp.cpp:898 tdecore/network/kresolver.cpp:563 msgid "name or service not known" msgstr "назва або служба невідома" -#: kdecore/netsupp.cpp:899 +#: tdecore/netsupp.cpp:899 msgid "servname not supported for ai_socktype" msgstr "servname не підтримується для ai_socktype" -#: kdecore/netsupp.cpp:900 +#: tdecore/netsupp.cpp:900 msgid "'ai_socktype' not supported" msgstr "\"ai_socktype\" не підтримується" -#: kdecore/netsupp.cpp:901 +#: tdecore/netsupp.cpp:901 msgid "system error" msgstr "системна помилка" -#: kdecore/kcalendarsystemjalali.cpp:392 +#: tdecore/kcalendarsystemjalali.cpp:392 msgid "Far" msgstr "Фар" -#: kdecore/kcalendarsystemjalali.cpp:394 +#: tdecore/kcalendarsystemjalali.cpp:394 msgid "Ord" msgstr "Орд" -#: kdecore/kcalendarsystemjalali.cpp:396 +#: tdecore/kcalendarsystemjalali.cpp:396 msgid "Kho" msgstr "Ко" -#: kdecore/kcalendarsystemjalali.cpp:398 kdecore/kcalendarsystemjalali.cpp:426 +#: tdecore/kcalendarsystemjalali.cpp:398 tdecore/kcalendarsystemjalali.cpp:426 msgid "Tir" msgstr "Тір" -#: kdecore/kcalendarsystemjalali.cpp:400 +#: tdecore/kcalendarsystemjalali.cpp:400 msgid "Mor" msgstr "Мор" -#: kdecore/kcalendarsystemjalali.cpp:402 +#: tdecore/kcalendarsystemjalali.cpp:402 msgid "Sha" msgstr "Ша" -#: kdecore/kcalendarsystemjalali.cpp:404 +#: tdecore/kcalendarsystemjalali.cpp:404 msgid "Meh" msgstr "Мех" -#: kdecore/kcalendarsystemjalali.cpp:406 +#: tdecore/kcalendarsystemjalali.cpp:406 msgid "Aba" msgstr "Аба" -#: kdecore/kcalendarsystemjalali.cpp:408 +#: tdecore/kcalendarsystemjalali.cpp:408 msgid "Aza" msgstr "Аза" -#: kdecore/kcalendarsystemjalali.cpp:410 kdecore/kcalendarsystemjalali.cpp:438 +#: tdecore/kcalendarsystemjalali.cpp:410 tdecore/kcalendarsystemjalali.cpp:438 msgid "Dei" msgstr "Дей" -#: kdecore/kcalendarsystemjalali.cpp:412 +#: tdecore/kcalendarsystemjalali.cpp:412 msgid "Bah" msgstr "Бах" -#: kdecore/kcalendarsystemjalali.cpp:414 +#: tdecore/kcalendarsystemjalali.cpp:414 msgid "Esf" msgstr "Есф" -#: kdecore/kcalendarsystemjalali.cpp:420 +#: tdecore/kcalendarsystemjalali.cpp:420 msgid "Farvardin" msgstr "Фарвардін" -#: kdecore/kcalendarsystemjalali.cpp:422 +#: tdecore/kcalendarsystemjalali.cpp:422 msgid "Ordibehesht" msgstr "Ордібегешт" -#: kdecore/kcalendarsystemjalali.cpp:424 +#: tdecore/kcalendarsystemjalali.cpp:424 msgid "Khordad" msgstr "Кордад" -#: kdecore/kcalendarsystemjalali.cpp:428 +#: tdecore/kcalendarsystemjalali.cpp:428 msgid "Mordad" msgstr "Мордад" -#: kdecore/kcalendarsystemjalali.cpp:430 +#: tdecore/kcalendarsystemjalali.cpp:430 msgid "Shahrivar" msgstr "Шахрівар" -#: kdecore/kcalendarsystemjalali.cpp:432 +#: tdecore/kcalendarsystemjalali.cpp:432 msgid "Mehr" msgstr "Мер" -#: kdecore/kcalendarsystemjalali.cpp:434 +#: tdecore/kcalendarsystemjalali.cpp:434 msgid "Aban" msgstr "Абан" -#: kdecore/kcalendarsystemjalali.cpp:436 +#: tdecore/kcalendarsystemjalali.cpp:436 msgid "Azar" msgstr "Азар" -#: kdecore/kcalendarsystemjalali.cpp:440 +#: tdecore/kcalendarsystemjalali.cpp:440 msgid "Bahman" msgstr "Бахман" -#: kdecore/kcalendarsystemjalali.cpp:442 +#: tdecore/kcalendarsystemjalali.cpp:442 msgid "Esfand" msgstr "Есфанд" -#: kdecore/kcalendarsystemjalali.cpp:476 +#: tdecore/kcalendarsystemjalali.cpp:476 msgid "2sh" msgstr "2sh" -#: kdecore/kcalendarsystemjalali.cpp:478 +#: tdecore/kcalendarsystemjalali.cpp:478 msgid "3sh" msgstr "3sh" -#: kdecore/kcalendarsystemjalali.cpp:480 +#: tdecore/kcalendarsystemjalali.cpp:480 msgid "4sh" msgstr "4sh" -#: kdecore/kcalendarsystemjalali.cpp:482 +#: tdecore/kcalendarsystemjalali.cpp:482 msgid "5sh" msgstr "5sh" -#: kdecore/kcalendarsystemjalali.cpp:484 +#: tdecore/kcalendarsystemjalali.cpp:484 msgid "Jom" msgstr "Джом" -#: kdecore/kcalendarsystemjalali.cpp:486 +#: tdecore/kcalendarsystemjalali.cpp:486 msgid "shn" msgstr "шн" -#: kdecore/kcalendarsystemjalali.cpp:488 +#: tdecore/kcalendarsystemjalali.cpp:488 msgid "1sh" msgstr "1sh" -#: kdecore/kcalendarsystemjalali.cpp:494 +#: tdecore/kcalendarsystemjalali.cpp:494 msgid "Do shanbe" msgstr "До шанбе" -#: kdecore/kcalendarsystemjalali.cpp:496 +#: tdecore/kcalendarsystemjalali.cpp:496 msgid "Se shanbe" msgstr "Се шанбе" -#: kdecore/kcalendarsystemjalali.cpp:498 +#: tdecore/kcalendarsystemjalali.cpp:498 msgid "Chahar shanbe" msgstr "Чахар шанбе" -#: kdecore/kcalendarsystemjalali.cpp:500 +#: tdecore/kcalendarsystemjalali.cpp:500 msgid "Panj shanbe" msgstr "Пандж шанбе" -#: kdecore/kcalendarsystemjalali.cpp:502 +#: tdecore/kcalendarsystemjalali.cpp:502 msgid "Jumee" msgstr "Джумі" -#: kdecore/kcalendarsystemjalali.cpp:504 +#: tdecore/kcalendarsystemjalali.cpp:504 msgid "Shanbe" msgstr "Шанбе" -#: kdecore/kcalendarsystemjalali.cpp:506 +#: tdecore/kcalendarsystemjalali.cpp:506 msgid "Yek-shanbe" msgstr "Єк-шанбе" -#: kdecore/kkeyserver_x11.cpp:113 +#: tdecore/kkeyserver_x11.cpp:113 msgid "Win" msgstr "Win" -#: kdecore/kkeyserver_x11.cpp:119 +#: tdecore/kkeyserver_x11.cpp:119 msgid "Backspace" msgstr "Backspace" -#: kdecore/kkeyserver_x11.cpp:120 +#: tdecore/kkeyserver_x11.cpp:120 msgid "SysReq" msgstr "SysReq" -#: kdecore/kkeyserver_x11.cpp:121 +#: tdecore/kkeyserver_x11.cpp:121 msgid "CapsLock" msgstr "CapsLock" -#: kdecore/kkeyserver_x11.cpp:122 +#: tdecore/kkeyserver_x11.cpp:122 msgid "NumLock" msgstr "NumLock" -#: kdecore/kkeyserver_x11.cpp:123 +#: tdecore/kkeyserver_x11.cpp:123 msgid "ScrollLock" msgstr "ScrollLock" -#: kdecore/kkeyserver_x11.cpp:124 +#: tdecore/kkeyserver_x11.cpp:124 msgid "PageUp" msgstr "PageUp" -#: kdecore/kkeyserver_x11.cpp:125 +#: tdecore/kkeyserver_x11.cpp:125 msgid "PageDown" msgstr "PageDown" -#: kdecore/kkeyserver_x11.cpp:128 +#: tdecore/kkeyserver_x11.cpp:128 msgid "Again" msgstr "Again" -#: kdecore/kkeyserver_x11.cpp:129 +#: tdecore/kkeyserver_x11.cpp:129 msgid "Props" msgstr "Props" -#: kdecore/kkeyserver_x11.cpp:131 +#: tdecore/kkeyserver_x11.cpp:131 msgid "Front" msgstr "Front" -#: kdecore/kcharsets.cpp:44 khtml/khtml_part.cpp:280 +#: tdecore/kcharsets.cpp:44 khtml/khtml_part.cpp:280 msgid "Arabic" msgstr "Арабське" -#: kdecore/kcharsets.cpp:45 khtml/khtml_part.cpp:281 +#: tdecore/kcharsets.cpp:45 khtml/khtml_part.cpp:281 msgid "Baltic" msgstr "Балтійське" -#: kdecore/kcharsets.cpp:46 khtml/khtml_part.cpp:282 +#: tdecore/kcharsets.cpp:46 khtml/khtml_part.cpp:282 msgid "Central European" msgstr "Центральноєвропейське" -#: kdecore/kcharsets.cpp:47 +#: tdecore/kcharsets.cpp:47 msgid "Chinese Simplified" msgstr "Спрощене китайське" -#: kdecore/kcharsets.cpp:48 +#: tdecore/kcharsets.cpp:48 msgid "Chinese Traditional" msgstr "Традиційне китайське" -#: kdecore/kcharsets.cpp:49 +#: tdecore/kcharsets.cpp:49 msgid "Cyrillic" msgstr "Кирилиця" -#: kdecore/kcharsets.cpp:50 khtml/khtml_part.cpp:284 +#: tdecore/kcharsets.cpp:50 khtml/khtml_part.cpp:284 msgid "Greek" msgstr "Грецьке" -#: kdecore/kcharsets.cpp:51 kdeui/ksconfig.cpp:235 kdeui/ksconfig.cpp:395 -#: kdeui/ksconfig.cpp:656 khtml/khtml_part.cpp:285 +#: tdecore/kcharsets.cpp:51 tdeui/ksconfig.cpp:235 tdeui/ksconfig.cpp:395 +#: tdeui/ksconfig.cpp:656 khtml/khtml_part.cpp:285 msgid "Hebrew" msgstr "Єврейське" -#: kdecore/kcharsets.cpp:52 khtml/khtml_part.cpp:286 +#: tdecore/kcharsets.cpp:52 khtml/khtml_part.cpp:286 msgid "Japanese" msgstr "Японське" -#: kdecore/kcharsets.cpp:53 +#: tdecore/kcharsets.cpp:53 msgid "Korean" msgstr "Корейське" -#: kdecore/kcharsets.cpp:54 +#: tdecore/kcharsets.cpp:54 msgid "Thai" msgstr "Тайське" -#: kdecore/kcharsets.cpp:55 kdeui/ksconfig.cpp:240 kdeui/ksconfig.cpp:400 -#: kdeui/ksconfig.cpp:661 khtml/khtml_part.cpp:290 +#: tdecore/kcharsets.cpp:55 tdeui/ksconfig.cpp:240 tdeui/ksconfig.cpp:400 +#: tdeui/ksconfig.cpp:661 khtml/khtml_part.cpp:290 msgid "Turkish" msgstr "Турецьке" -#: kdecore/kcharsets.cpp:56 khtml/khtml_part.cpp:293 +#: tdecore/kcharsets.cpp:56 khtml/khtml_part.cpp:293 msgid "Western European" msgstr "Західноєвропейське" -#: kdecore/kcharsets.cpp:57 +#: tdecore/kcharsets.cpp:57 msgid "Tamil" msgstr "Тамільське" -#: kdecore/kcharsets.cpp:58 +#: tdecore/kcharsets.cpp:58 msgid "Unicode" msgstr "Юнікод" -#: kdecore/kcharsets.cpp:59 +#: tdecore/kcharsets.cpp:59 msgid "Northern Saami" msgstr "Північне Саамі" -#: kdecore/kcharsets.cpp:60 +#: tdecore/kcharsets.cpp:60 msgid "Vietnamese" msgstr "В'єтнамське" -#: kdecore/kcharsets.cpp:61 +#: tdecore/kcharsets.cpp:61 msgid "South-Eastern Europe" msgstr "Південно-східноєвропейське" -#: kdecore/kcharsets.cpp:516 +#: tdecore/kcharsets.cpp:516 msgid "" "_: Descriptive Encoding Name\n" "%1 ( %2 )" msgstr "%1 ( %2 )" -#: kdecore/kglobalsettings.cpp:494 +#: tdecore/kglobalsettings.cpp:494 msgid "Trash" msgstr "Смітник" -#: kdecore/kcompletion.cpp:632 +#: tdecore/kcompletion.cpp:632 msgid "" "You reached the end of the list\n" "of matching items.\n" @@ -4157,7 +4157,7 @@ msgstr "" "Ви досягли кінця списку\n" "відповідних рядків.\n" -#: kdecore/kcompletion.cpp:638 +#: tdecore/kcompletion.cpp:638 msgid "" "The completion is ambiguous, more than one\n" "match is available.\n" @@ -4165,69 +4165,69 @@ msgstr "" "Доповнення не є однозначним, знайдено декілька\n" "варіантів.\n" -#: kdecore/kcompletion.cpp:644 +#: tdecore/kcompletion.cpp:644 msgid "" "There is no matching item available.\n" msgstr "" "Не знайдено варіантів.\n" -#: kdecore/kcalendarsystemhebrew.cpp:402 +#: tdecore/kcalendarsystemhebrew.cpp:402 msgid "Tishrey" msgstr "Тішрей" -#: kdecore/kcalendarsystemhebrew.cpp:404 +#: tdecore/kcalendarsystemhebrew.cpp:404 msgid "Heshvan" msgstr "Хешван" -#: kdecore/kcalendarsystemhebrew.cpp:406 +#: tdecore/kcalendarsystemhebrew.cpp:406 msgid "Kislev" msgstr "Кіслєв" -#: kdecore/kcalendarsystemhebrew.cpp:408 +#: tdecore/kcalendarsystemhebrew.cpp:408 msgid "Tevet" msgstr "Тевет" -#: kdecore/kcalendarsystemhebrew.cpp:410 +#: tdecore/kcalendarsystemhebrew.cpp:410 msgid "Shvat" msgstr "Шват" -#: kdecore/kcalendarsystemhebrew.cpp:412 +#: tdecore/kcalendarsystemhebrew.cpp:412 msgid "Adar" msgstr "Адар" -#: kdecore/kcalendarsystemhebrew.cpp:414 +#: tdecore/kcalendarsystemhebrew.cpp:414 msgid "Nisan" msgstr "Нісан" -#: kdecore/kcalendarsystemhebrew.cpp:416 +#: tdecore/kcalendarsystemhebrew.cpp:416 msgid "Iyar" msgstr "Ліяр" -#: kdecore/kcalendarsystemhebrew.cpp:418 +#: tdecore/kcalendarsystemhebrew.cpp:418 msgid "Sivan" msgstr "Сіван" -#: kdecore/kcalendarsystemhebrew.cpp:420 +#: tdecore/kcalendarsystemhebrew.cpp:420 msgid "Tamuz" msgstr "Тамуз" -#: kdecore/kcalendarsystemhebrew.cpp:422 +#: tdecore/kcalendarsystemhebrew.cpp:422 msgid "Av" msgstr "Ав" -#: kdecore/kcalendarsystemhebrew.cpp:424 +#: tdecore/kcalendarsystemhebrew.cpp:424 msgid "Elul" msgstr "Елюл" -#: kdecore/kcalendarsystemhebrew.cpp:426 +#: tdecore/kcalendarsystemhebrew.cpp:426 msgid "Adar I" msgstr "Адар I" -#: kdecore/kcalendarsystemhebrew.cpp:428 +#: tdecore/kcalendarsystemhebrew.cpp:428 msgid "Adar II" msgstr "Адар II" -#: kdecore/kaboutdata.cpp:388 +#: tdecore/kaboutdata.cpp:388 msgid "" "_: replace this with information about your translation team\n" "<p>KDE is translated into many languages thanks to the work of the translation " @@ -4240,7 +4240,7 @@ msgstr "" "http://www.kde.org.ua/. Коментарі щодо перекладу надсилайте до списку розсилки " "<a href=\"mailto:translation@linux.org.ua\">translation@linux.org.ua</a></p>" -#: kdecore/kaboutdata.cpp:444 +#: tdecore/kaboutdata.cpp:444 msgid "" "No licensing terms for this program have been specified.\n" "Please check the documentation or the source for any\n" @@ -4250,214 +4250,214 @@ msgstr "" "Будь ласка, перевірте документацію або вихідні тексти щодо\n" "умов ліцензування.\n" -#: kdecore/kaboutdata.cpp:451 +#: tdecore/kaboutdata.cpp:451 #, c-format msgid "This program is distributed under the terms of the %1." msgstr "Ця програма розповсюджується за умовами %1." -#: kdecore/kcalendarsystem.cpp:124 +#: tdecore/kcalendarsystem.cpp:124 msgid "" "_: Monday\n" "Mon" msgstr "пн" -#: kdecore/kcalendarsystem.cpp:125 +#: tdecore/kcalendarsystem.cpp:125 msgid "" "_: Tuesday\n" "Tue" msgstr "вт" -#: kdecore/kcalendarsystem.cpp:126 +#: tdecore/kcalendarsystem.cpp:126 msgid "" "_: Wednesday\n" "Wed" msgstr "ср" -#: kdecore/kcalendarsystem.cpp:127 +#: tdecore/kcalendarsystem.cpp:127 msgid "" "_: Thursday\n" "Thu" msgstr "чт" -#: kdecore/kcalendarsystem.cpp:128 +#: tdecore/kcalendarsystem.cpp:128 msgid "" "_: Friday\n" "Fri" msgstr "пт" -#: kdecore/kcalendarsystem.cpp:129 +#: tdecore/kcalendarsystem.cpp:129 msgid "" "_: Saturday\n" "Sat" msgstr "сб" -#: kdecore/kcalendarsystem.cpp:130 +#: tdecore/kcalendarsystem.cpp:130 msgid "" "_: Sunday\n" "Sun" msgstr "нд" -#: kdecore/ksocks.cpp:135 +#: tdecore/ksocks.cpp:135 msgid "NEC SOCKS client" msgstr "Клієнт NEC SOCKS" -#: kdecore/ksocks.cpp:170 +#: tdecore/ksocks.cpp:170 msgid "Dante SOCKS client" msgstr "Клієнт Dante SOCKS" -#: kdecore/kconfig_compiler/kconfig_compiler.cpp:45 +#: tdecore/kconfig_compiler/kconfig_compiler.cpp:45 msgid "Directory to generate files in" msgstr "каталог, для збереження файлів" -#: kdecore/kconfig_compiler/kconfig_compiler.cpp:46 +#: tdecore/kconfig_compiler/kconfig_compiler.cpp:46 msgid "Input kcfg XML file" msgstr "Вхідний файл kcfg XML" -#: kdecore/kconfig_compiler/kconfig_compiler.cpp:47 +#: tdecore/kconfig_compiler/kconfig_compiler.cpp:47 msgid "Code generation options file" msgstr "Файл параметрів генерації коду" -#: kdecore/kconfig_compiler/kconfig_compiler.cpp:955 +#: tdecore/kconfig_compiler/kconfig_compiler.cpp:955 msgid "KDE .kcfg compiler" msgstr "Компілятор KDE .kcfg" -#: kdecore/kconfig_compiler/kconfig_compiler.cpp:956 +#: tdecore/kconfig_compiler/kconfig_compiler.cpp:956 msgid "KConfig Compiler" msgstr "Компілятор KConfig" -#: kdecore/network/kresolver.cpp:558 +#: tdecore/network/kresolver.cpp:558 msgid "requested family not supported for this host name" msgstr "запитана родина не підтримується для вказаної назви вузла" -#: kdecore/network/kresolver.cpp:561 +#: tdecore/network/kresolver.cpp:561 msgid "invalid flags" msgstr "не правильні прапорці" -#: kdecore/network/kresolver.cpp:564 +#: tdecore/network/kresolver.cpp:564 msgid "requested family not supported" msgstr "запитана родина не підтримується" -#: kdecore/network/kresolver.cpp:565 +#: tdecore/network/kresolver.cpp:565 msgid "requested service not supported for this socket type" msgstr "запитана служба не підтримується для вказаного типу сокету" -#: kdecore/network/kresolver.cpp:566 +#: tdecore/network/kresolver.cpp:566 msgid "requested socket type not supported" msgstr "запитаний типу сокету не підтримується" -#: kdecore/network/kresolver.cpp:567 +#: tdecore/network/kresolver.cpp:567 msgid "unknown error" msgstr "невідома помилка" -#: kdecore/network/kresolver.cpp:569 +#: tdecore/network/kresolver.cpp:569 #, c-format msgid "" "_: 1: the i18n'ed system error code, from errno\n" "system error: %1" msgstr "помилка системи: №%1" -#: kdecore/network/kresolver.cpp:574 +#: tdecore/network/kresolver.cpp:574 msgid "request was canceled" msgstr "запит було скасовано" -#: kdecore/network/ksocketbase.cpp:172 +#: tdecore/network/ksocketbase.cpp:172 msgid "" "_: Socket error code NoError\n" "no error" msgstr "без помилок" -#: kdecore/network/ksocketbase.cpp:177 +#: tdecore/network/ksocketbase.cpp:177 msgid "" "_: Socket error code LookupFailure\n" "name lookup has failed" msgstr "помилка в розв'язанні назви" -#: kdecore/network/ksocketbase.cpp:182 +#: tdecore/network/ksocketbase.cpp:182 msgid "" "_: Socket error code AddressInUse\n" "address already in use" msgstr "адреса вже використовується" -#: kdecore/network/ksocketbase.cpp:187 +#: tdecore/network/ksocketbase.cpp:187 msgid "" "_: Socket error code AlreadyBound\n" "socket is already bound" msgstr "сокет вже прив'язаний" -#: kdecore/network/ksocketbase.cpp:192 +#: tdecore/network/ksocketbase.cpp:192 msgid "" "_: Socket error code AlreadyCreated\n" "socket is already created" msgstr "сокет вже створено" -#: kdecore/network/ksocketbase.cpp:197 +#: tdecore/network/ksocketbase.cpp:197 msgid "" "_: Socket error code NotBound\n" "socket is not bound" msgstr "сокет ще не прив'язаний" -#: kdecore/network/ksocketbase.cpp:202 +#: tdecore/network/ksocketbase.cpp:202 msgid "" "_: Socket error code NotCreated\n" "socket has not been created" msgstr "сокет ще не створено" -#: kdecore/network/ksocketbase.cpp:207 +#: tdecore/network/ksocketbase.cpp:207 msgid "" "_: Socket error code WouldBlock\n" "operation would block" msgstr "операція заблокує" -#: kdecore/network/ksocketbase.cpp:212 +#: tdecore/network/ksocketbase.cpp:212 msgid "" "_: Socket error code ConnectionRefused\n" "connection actively refused" msgstr "в з'єднанні відмовлено" -#: kdecore/network/ksocketbase.cpp:217 +#: tdecore/network/ksocketbase.cpp:217 msgid "" "_: Socket error code ConnectionTimedOut\n" "connection timed out" msgstr "перевищено інтервал очікування з'єднання" -#: kdecore/network/ksocketbase.cpp:222 +#: tdecore/network/ksocketbase.cpp:222 msgid "" "_: Socket error code InProgress\n" "operation is already in progress" msgstr "операція вже виконується" -#: kdecore/network/ksocketbase.cpp:227 +#: tdecore/network/ksocketbase.cpp:227 msgid "" "_: Socket error code NetFailure\n" "network failure occurred" msgstr "виникла помилка в мережі" -#: kdecore/network/ksocketbase.cpp:232 +#: tdecore/network/ksocketbase.cpp:232 msgid "" "_: Socket error code NotSupported\n" "operation is not supported" msgstr "операція не підтримується" -#: kdecore/network/ksocketbase.cpp:237 +#: tdecore/network/ksocketbase.cpp:237 msgid "" "_: Socket error code Timeout\n" "timed operation timed out" msgstr "" "операція, для якої встановлено інтервал виконання, перевищила цей інтервал" -#: kdecore/network/ksocketbase.cpp:242 +#: tdecore/network/ksocketbase.cpp:242 msgid "" "_: Socket error code UnknownError\n" "an unknown/unexpected error has happened" msgstr "сталася невідома/неочікувана помилка" -#: kdecore/network/ksocketbase.cpp:247 +#: tdecore/network/ksocketbase.cpp:247 msgid "" "_: Socket error code RemotelyDisconnected\n" "remote host closed connection" msgstr "віддалений вузол закрив з'єднання" -#: kdecore/network/ksocketaddress.cpp:625 +#: tdecore/network/ksocketaddress.cpp:625 #, c-format msgid "" "_: 1: the unknown socket address family number\n" @@ -4468,7 +4468,7 @@ msgstr "Невідома родина %1" msgid "Share Hot New Stuff" msgstr "Спільне використання нових матеріалів" -#: kdeui/kcolordialog.cpp:1133 knewstuff/uploaddialog.cpp:58 +#: tdeui/kcolordialog.cpp:1133 knewstuff/uploaddialog.cpp:58 #: kresources/configdialog.cpp:53 msgid "Name:" msgstr "Назва:" @@ -4481,7 +4481,7 @@ msgstr "Автор:" msgid "Email:" msgstr "Ел. пошта:" -#: kdeui/kbugreport.cpp:174 knewstuff/uploaddialog.cpp:73 +#: tdeui/kbugreport.cpp:174 knewstuff/uploaddialog.cpp:73 msgid "Version:" msgstr "Версія:" @@ -4587,7 +4587,7 @@ msgstr "Дата випуску" msgid "Install" msgstr "Встановити" -#: kdeui/kmessagebox.cpp:246 knewstuff/downloaddialog.cpp:295 +#: tdeui/kmessagebox.cpp:246 knewstuff/downloaddialog.cpp:295 #: knewstuff/downloaddialog.cpp:505 msgid "Details" msgstr "Подробиці" @@ -4867,15 +4867,15 @@ msgstr "" msgid "No provider selected." msgstr "Постачальника не вибрано." -#: kdeui/kkeydialog.cpp:321 +#: tdeui/kkeydialog.cpp:321 msgid "Clear Search" msgstr "Очистити пошук" -#: kdeui/kkeydialog.cpp:324 +#: tdeui/kkeydialog.cpp:324 msgid "&Search:" msgstr "&Пошук:" -#: kdeui/kkeydialog.cpp:331 +#: tdeui/kkeydialog.cpp:331 msgid "" "Search interactively for shortcut names (e.g. Copy) or combination of keys " "(e.g. Ctrl+C) by typing them here." @@ -4883,7 +4883,7 @@ msgstr "" "Інтерактивний пошук назв скорочень (наприклад \"Копіювати\") або комбінації " "клавіш (наприклад Ctrl+C) вводячи їх тут." -#: kdeui/kkeydialog.cpp:354 +#: tdeui/kkeydialog.cpp:354 msgid "" "Here you can see a list of key bindings, i.e. associations between actions " "(e.g. 'Copy') shown in the left column and keys or combination of keys (e.g. " @@ -4893,39 +4893,39 @@ msgstr "" "\"Копіювати\"), показаними в лівому стовпчику та клавішами або їх комбінаціями " "(напр., Ctrl+V), у правому." -#: kdeui/kkeydialog.cpp:363 +#: tdeui/kkeydialog.cpp:363 msgid "Action" msgstr "Дія" -#: kdeui/kkeydialog.cpp:364 +#: tdeui/kkeydialog.cpp:364 msgid "Shortcut" msgstr "Скорочення" -#: kdeui/kkeydialog.cpp:365 +#: tdeui/kkeydialog.cpp:365 msgid "Alternate" msgstr "Альтернативне" -#: kdeui/kkeydialog.cpp:380 +#: tdeui/kkeydialog.cpp:380 msgid "Shortcut for Selected Action" msgstr "Скорочення для вибраної дії" -#: kdeui/kkeydialog.cpp:393 +#: tdeui/kkeydialog.cpp:393 msgid "" "_: no key\n" "&None" msgstr "&Відсутня" -#: kdeui/kkeydialog.cpp:398 +#: tdeui/kkeydialog.cpp:398 msgid "The selected action will not be associated with any key." msgstr "Вибрана дія не буде асоційована ні з якою дією." -#: kdeui/kkeydialog.cpp:401 +#: tdeui/kkeydialog.cpp:401 msgid "" "_: default key\n" "De&fault" msgstr "Ти&пова" -#: kdeui/kkeydialog.cpp:406 +#: tdeui/kkeydialog.cpp:406 msgid "" "This will bind the default key to the selected action. Usually a reasonable " "choice." @@ -4933,11 +4933,11 @@ msgstr "" "Цей параметр зв'язує типову клавішу до вибраної дії. Здебільшого це прийнятний " "вибір." -#: kdeui/kkeydialog.cpp:409 +#: tdeui/kkeydialog.cpp:409 msgid "C&ustom" msgstr "Нет&ипова" -#: kdeui/kkeydialog.cpp:414 +#: tdeui/kkeydialog.cpp:414 msgid "" "If this option is selected you can create a customized key binding for the " "selected action using the buttons below." @@ -4945,7 +4945,7 @@ msgstr "" "Якщо цей параметр ввімкнено, ви можете утворювати нетипові прив'язки клавіш для " "вибраних дій за допомогою кнопок, що розташовані нижче." -#: kdeui/kkeydialog.cpp:428 +#: tdeui/kkeydialog.cpp:428 msgid "" "Use this button to choose a new shortcut key. Once you click it, you can press " "the key-combination which you would like to be assigned to the currently " @@ -4955,19 +4955,19 @@ msgstr "" "неї ви можете вибрати комбінацію клавіш, яку ви хочете асоціювати з вибраною " "дією." -#: kdeui/kkeydialog.cpp:470 +#: tdeui/kkeydialog.cpp:470 msgid "Shortcuts" msgstr "Скорочення" -#: kdeui/kkeydialog.cpp:536 +#: tdeui/kkeydialog.cpp:536 msgid "Default key:" msgstr "Типова клавіша:" -#: kdeui/kkeybutton.cpp:89 kdeui/kkeydialog.cpp:536 kdeui/klineedit.cpp:889 +#: tdeui/kkeybutton.cpp:89 tdeui/kkeydialog.cpp:536 tdeui/klineedit.cpp:889 msgid "None" msgstr "Відсутні" -#: kdeui/kkeydialog.cpp:715 +#: tdeui/kkeydialog.cpp:715 msgid "" "In order to use the '%1' key as a shortcut, it must be combined with the Win, " "Alt, Ctrl, and/or Shift keys." @@ -4975,11 +4975,11 @@ msgstr "" "Щоб використовувати клавішу \"%1\" як скорочення, вона повинна комбінуватися з " "клавішами Win, Alt, Ctrl та/або Shift." -#: kdeui/kkeydialog.cpp:718 +#: tdeui/kkeydialog.cpp:718 msgid "Invalid Shortcut Key" msgstr "Невірна клавіша скорочення" -#: kdeui/kkeydialog.cpp:943 +#: tdeui/kkeydialog.cpp:943 msgid "" "The '%1' key combination has already been allocated to the \"%2\" action.\n" "Please choose a unique key combination." @@ -4987,11 +4987,11 @@ msgstr "" "Комбінація клавіш %1 вже прив'язана до дії \"%2\".\n" "Будь ласка, виберіть унікальну комбінацію." -#: kdeui/kkeydialog.cpp:958 +#: tdeui/kkeydialog.cpp:958 msgid "Conflict with Standard Application Shortcut" msgstr "Конфлікт зі скороченнями стандартних програм" -#: kdeui/kkeydialog.cpp:959 +#: tdeui/kkeydialog.cpp:959 msgid "" "The '%1' key combination has already been allocated to the standard action " "\"%2\".\n" @@ -5000,11 +5000,11 @@ msgstr "" "Комбінація клавіш \"%1\" вже прив'язана до типової дії \"%2\".\n" "Прив'язати її до поточної дії?" -#: kdeui/kkeydialog.cpp:964 +#: tdeui/kkeydialog.cpp:964 msgid "Conflict with Global Shortcut" msgstr "Конфлікт з глобальним скороченням" -#: kdeui/kkeydialog.cpp:965 +#: tdeui/kkeydialog.cpp:965 msgid "" "The '%1' key combination has already been allocated to the global action " "\"%2\".\n" @@ -5013,11 +5013,11 @@ msgstr "" "Комбінація клавіш \"%1\" вже прив'язана до глобальної дії \"%2\".\n" "Прив'язати її до поточної дії?" -#: kdeui/kkeydialog.cpp:970 +#: tdeui/kkeydialog.cpp:970 msgid "Key Conflict" msgstr "Конфлікт клавіш" -#: kdeui/kkeydialog.cpp:971 +#: tdeui/kkeydialog.cpp:971 msgid "" "The '%1' key combination has already been allocated to the \"%2\" action.\n" "Do you want to reassign it from that action to the current one?" @@ -5025,48 +5025,48 @@ msgstr "" "Комбінація клавіш \"%1\" вже прив'язана до дії \"%2\".\n" "Прив'язати її до поточної дії?" -#: kdeui/kkeydialog.cpp:977 +#: tdeui/kkeydialog.cpp:977 msgid "Reassign" msgstr "Перепризначити" -#: kdeui/kkeydialog.cpp:1091 kdeui/kkeydialog.cpp:1103 +#: tdeui/kkeydialog.cpp:1091 tdeui/kkeydialog.cpp:1103 msgid "Configure Shortcuts" msgstr "Налаштувати скорочення" -#: kdeui/ktabbar.cpp:196 +#: tdeui/ktabbar.cpp:196 msgid "Close this tab" msgstr "Закрити цю вкладку" -#: kdeui/kpixmapregionselectordialog.cpp:28 +#: tdeui/kpixmapregionselectordialog.cpp:28 msgid "Select Region of Image" msgstr "Вибір ділянки зображення" -#: kdeui/kpixmapregionselectordialog.cpp:31 +#: tdeui/kpixmapregionselectordialog.cpp:31 msgid "Please click and drag on the image to select the region of interest:" msgstr "" "Клацніть та перетягніть курсор на зображенні для вибору потрібної вам ділянки " "зображення:" -#: kdeui/kswitchlanguagedialog.cpp:90 +#: tdeui/kswitchlanguagedialog.cpp:90 msgid "Switch application language" msgstr "Перемкнути мову програми" -#: kdeui/kswitchlanguagedialog.cpp:96 +#: tdeui/kswitchlanguagedialog.cpp:96 msgid "Please choose language which should be used for this application" msgstr "Будь ласка, виберіть мову для цієї програми" -#: kdeui/kswitchlanguagedialog.cpp:123 +#: tdeui/kswitchlanguagedialog.cpp:123 msgid "Add fallback language" msgstr "Додайте запасну мову" -#: kdeui/kswitchlanguagedialog.cpp:124 +#: tdeui/kswitchlanguagedialog.cpp:124 msgid "" "Adds one more language which will be used if other translations do not contain " "proper translation" msgstr "" "Додає ще одну мову, яку буде вжито, якщо інша мова не має належного перекладу" -#: kdeui/kswitchlanguagedialog.cpp:222 +#: tdeui/kswitchlanguagedialog.cpp:222 msgid "" "Language for this application has been changed. The change will take effect " "upon next start of application" @@ -5074,187 +5074,187 @@ msgstr "" "Було змінено мову цієї програми. Зміни увійдуть в дію після наступного запуску " "програми" -#: kdeui/kswitchlanguagedialog.cpp:223 +#: tdeui/kswitchlanguagedialog.cpp:223 msgid "Application language changed" msgstr "Мова програми змінилась" -#: kdeui/kswitchlanguagedialog.cpp:282 +#: tdeui/kswitchlanguagedialog.cpp:282 msgid "Primary language:" msgstr "Головна мова:" -#: kdeui/kswitchlanguagedialog.cpp:282 +#: tdeui/kswitchlanguagedialog.cpp:282 msgid "Fallback language:" msgstr "Запасна мова:" -#: kdeui/kswitchlanguagedialog.cpp:316 +#: tdeui/kswitchlanguagedialog.cpp:316 msgid "" "This is main application language which will be used first before any other " "languages" msgstr "Це головна мова програми, і вана буде вживатись першою" -#: kdeui/kswitchlanguagedialog.cpp:320 +#: tdeui/kswitchlanguagedialog.cpp:320 msgid "" "This is language which will be used if any previous languages does not contain " "proper translation" msgstr "" "Ця мова буде вживатись, якщо попередня мова мова не має належного перекладу" -#: kdeui/ksconfig.cpp:102 +#: tdeui/ksconfig.cpp:102 msgid "Create &root/affix combinations not in dictionary" msgstr "Утворювати комбінації &корінь/суфікс, відсутні в словнику" -#: kdeui/ksconfig.cpp:107 +#: tdeui/ksconfig.cpp:107 msgid "Consider run-together &words as spelling errors" msgstr "Вважати сполучені &слова за орфографічні помилки" -#: kdeui/ksconfig.cpp:118 +#: tdeui/ksconfig.cpp:118 msgid "&Dictionary:" msgstr "С&ловник:" -#: kdeui/ksconfig.cpp:143 +#: tdeui/ksconfig.cpp:143 msgid "&Encoding:" msgstr "&Кодування:" -#: kdeui/ksconfig.cpp:148 +#: tdeui/ksconfig.cpp:148 msgid "International Ispell" msgstr "Міжнародний Ispell" -#: kdeui/ksconfig.cpp:149 +#: tdeui/ksconfig.cpp:149 msgid "Aspell" msgstr "Aspell" -#: kdeui/ksconfig.cpp:150 +#: tdeui/ksconfig.cpp:150 msgid "Hspell" msgstr "Hspell" -#: kdeui/ksconfig.cpp:151 +#: tdeui/ksconfig.cpp:151 msgid "Zemberek" msgstr "Zemberek" -#: kdeui/ksconfig.cpp:156 +#: tdeui/ksconfig.cpp:156 msgid "&Client:" msgstr "Кл&ієнт:" -#: kdeui/ksconfig.cpp:297 +#: tdeui/ksconfig.cpp:297 msgid "Spanish" msgstr "Іспанська" -#: kdeui/ksconfig.cpp:300 +#: tdeui/ksconfig.cpp:300 msgid "Danish" msgstr "Данська" -#: kdeui/ksconfig.cpp:303 +#: tdeui/ksconfig.cpp:303 msgid "German" msgstr "Німецька" -#: kdeui/ksconfig.cpp:306 +#: tdeui/ksconfig.cpp:306 msgid "German (new spelling)" msgstr "Німецька (новий правопис)" -#: kdeui/ksconfig.cpp:309 +#: tdeui/ksconfig.cpp:309 msgid "Brazilian Portuguese" msgstr "Бразильська португальська" -#: kdeui/ksconfig.cpp:312 +#: tdeui/ksconfig.cpp:312 msgid "Portuguese" msgstr "Португальська" -#: kdeui/ksconfig.cpp:315 +#: tdeui/ksconfig.cpp:315 msgid "Esperanto" msgstr "Есперанто" -#: kdeui/ksconfig.cpp:318 +#: tdeui/ksconfig.cpp:318 msgid "Norwegian" msgstr "Норвезька" -#: kdeui/ksconfig.cpp:321 +#: tdeui/ksconfig.cpp:321 msgid "Polish" msgstr "Польська" -#: kdeui/ksconfig.cpp:324 khtml/khtml_part.cpp:288 +#: tdeui/ksconfig.cpp:324 khtml/khtml_part.cpp:288 msgid "Russian" msgstr "Російська" -#: kdeui/ksconfig.cpp:327 +#: tdeui/ksconfig.cpp:327 msgid "Slovenian" msgstr "Словенська" -#: kdeui/ksconfig.cpp:330 +#: tdeui/ksconfig.cpp:330 msgid "Slovak" msgstr "Словацька" -#: kdeui/ksconfig.cpp:333 +#: tdeui/ksconfig.cpp:333 msgid "Czech" msgstr "Чеська" -#: kdeui/ksconfig.cpp:336 +#: tdeui/ksconfig.cpp:336 msgid "Swedish" msgstr "Шведська" -#: kdeui/ksconfig.cpp:339 +#: tdeui/ksconfig.cpp:339 msgid "Swiss German" msgstr "Швейцарська німецька" -#: kdeui/ksconfig.cpp:342 khtml/khtml_part.cpp:291 +#: tdeui/ksconfig.cpp:342 khtml/khtml_part.cpp:291 msgid "Ukrainian" msgstr "Українська" -#: kdeui/ksconfig.cpp:345 +#: tdeui/ksconfig.cpp:345 msgid "Lithuanian" msgstr "Литовська" -#: kdeui/ksconfig.cpp:348 +#: tdeui/ksconfig.cpp:348 msgid "French" msgstr "Французька" -#: kdeui/ksconfig.cpp:351 +#: tdeui/ksconfig.cpp:351 msgid "Belarusian" msgstr "Білоруська" -#: kdeui/ksconfig.cpp:354 +#: tdeui/ksconfig.cpp:354 msgid "Hungarian" msgstr "Угорська" -#: kdeui/ksconfig.cpp:358 +#: tdeui/ksconfig.cpp:358 msgid "" "_: Unknown ispell dictionary\n" "Unknown" msgstr "Невідомий" -#: kdeui/ksconfig.cpp:440 kdeui/ksconfig.cpp:594 +#: tdeui/ksconfig.cpp:440 tdeui/ksconfig.cpp:594 msgid "ISpell Default" msgstr "Типовий ISpell" -#: kdeui/ksconfig.cpp:488 kdeui/ksconfig.cpp:642 +#: tdeui/ksconfig.cpp:488 tdeui/ksconfig.cpp:642 msgid "" "_: default spelling dictionary\n" "Default - %1 [%2]" msgstr "Типовий - %1 [%2]" -#: kdeui/ksconfig.cpp:508 kdeui/ksconfig.cpp:668 +#: tdeui/ksconfig.cpp:508 tdeui/ksconfig.cpp:668 msgid "ASpell Default" msgstr "Типовий для ASpell" -#: kdeui/ksconfig.cpp:573 kdeui/ksconfig.cpp:733 +#: tdeui/ksconfig.cpp:573 tdeui/ksconfig.cpp:733 #, c-format msgid "" "_: default spelling dictionary\n" "Default - %1" msgstr "Типовий - %1" -#: kdeui/kfontrequester.cpp:38 +#: tdeui/kfontrequester.cpp:38 msgid "Choose..." msgstr "Вибрати..." -#: kdeui/kfontrequester.cpp:102 +#: tdeui/kfontrequester.cpp:102 msgid "Click to select a font" msgstr "Клацніть, щоб вибрати шрифт" -#: kdeui/kfontrequester.cpp:109 +#: tdeui/kfontrequester.cpp:109 msgid "Preview of the selected font" msgstr "Перегляд вибраного шрифту" -#: kdeui/kfontrequester.cpp:111 +#: tdeui/kfontrequester.cpp:111 msgid "" "This is a preview of the selected font. You can change it by clicking the " "\"Choose...\" button." @@ -5262,11 +5262,11 @@ msgstr "" "Це перегляд вибраного шрифту. ви можете змінити шрифт натиснувши кнопку " "\"Вибрати...\"." -#: kdeui/kfontrequester.cpp:117 +#: tdeui/kfontrequester.cpp:117 msgid "Preview of the \"%1\" font" msgstr "Перегляд шрифту \"%1\"" -#: kdeui/kfontrequester.cpp:119 +#: tdeui/kfontrequester.cpp:119 msgid "" "This is a preview of the \"%1\" font. You can change it by clicking the " "\"Choose...\" button." @@ -5275,11 +5275,11 @@ msgstr "" "\"Вибрати...\"." #. i18n "??" is displayed as (pseudo-)version when no data is known about the application -#: kdeui/kaboutapplication.cpp:63 +#: tdeui/kaboutapplication.cpp:63 msgid "??" msgstr "??" -#: kdeui/kaboutapplication.cpp:67 +#: tdeui/kaboutapplication.cpp:67 msgid "" "No information available.\n" "The supplied KAboutData object does not exist." @@ -5287,15 +5287,15 @@ msgstr "" "Вибачте, інформація відсутня.\n" "Наданий об'єкт KAboutData не існує." -#: kdeui/kaboutapplication.cpp:107 +#: tdeui/kaboutapplication.cpp:107 msgid "A&uthor" msgstr "А&втор" -#: kdeui/kaboutapplication.cpp:107 +#: tdeui/kaboutapplication.cpp:107 msgid "A&uthors" msgstr "А&втори" -#: kdeui/kaboutapplication.cpp:117 +#: tdeui/kaboutapplication.cpp:117 msgid "" "Please use <a href=\"http://bugs.kde.org\">http://bugs.kde.org</a> " "to report bugs.\n" @@ -5303,108 +5303,108 @@ msgstr "" "Будь ласка, користуйтесь <a href=\"http://bugs.kde.org\">http://bugs.kde.org</a> " "для повідомлень про помилки.\n" -#: kdeui/kaboutapplication.cpp:121 kdeui/kaboutapplication.cpp:124 +#: tdeui/kaboutapplication.cpp:121 tdeui/kaboutapplication.cpp:124 msgid "" "Please report bugs to <a href=\"mailto:%1\">%2</a>.\n" msgstr "" "Будь ласка, надсилайте повідомлення про помилки до <a href=\"mailto:%1\">%2</a>" ".\n" -#: kdeui/kaboutapplication.cpp:149 +#: tdeui/kaboutapplication.cpp:149 msgid "&Thanks To" msgstr "&Подяка" -#: kdeui/kaboutapplication.cpp:176 +#: tdeui/kaboutapplication.cpp:176 msgid "T&ranslation" msgstr "Пе&реклад" -#: kdeui/kaboutapplication.cpp:181 +#: tdeui/kaboutapplication.cpp:181 msgid "&License Agreement" msgstr "&Ліцензійна угода" -#: kdeui/kfontdialog.cpp:101 +#: tdeui/kfontdialog.cpp:101 msgid "Here you can choose the font to be used." msgstr "Тут можна вибрати шрифт." -#: kdeui/kfontdialog.cpp:113 +#: tdeui/kfontdialog.cpp:113 msgid "Requested Font" msgstr "Запитаний шрифт" -#: kdeui/kfontdialog.cpp:136 +#: tdeui/kfontdialog.cpp:136 msgid "Change font family?" msgstr "Змінити гарнітуру шрифту?" -#: kdeui/kfontdialog.cpp:138 +#: tdeui/kfontdialog.cpp:138 msgid "Enable this checkbox to change the font family settings." msgstr "Ввімкніть, щоб змінити параметри гарнітури шрифту." -#: kdeui/kcharselect.cpp:383 kdeui/kfontdialog.cpp:144 +#: tdeui/kcharselect.cpp:383 tdeui/kfontdialog.cpp:144 msgid "Font:" msgstr "Шрифт:" -#: kdeui/kfontdialog.cpp:151 +#: tdeui/kfontdialog.cpp:151 msgid "Font style" msgstr "Стиль шрифту" -#: kdeui/kfontdialog.cpp:155 +#: tdeui/kfontdialog.cpp:155 msgid "Change font style?" msgstr "Змінити стиль шрифту?" -#: kdeui/kfontdialog.cpp:157 +#: tdeui/kfontdialog.cpp:157 msgid "Enable this checkbox to change the font style settings." msgstr "Ввімкніть, щоб змінити параметри стилю шрифтів." -#: kdeui/kfontdialog.cpp:163 +#: tdeui/kfontdialog.cpp:163 msgid "Font style:" msgstr "Стиль шрифту:" -#: kdeui/kfontdialog.cpp:171 +#: tdeui/kfontdialog.cpp:171 msgid "Size" msgstr "Розмір" -#: kdeui/kfontdialog.cpp:175 +#: tdeui/kfontdialog.cpp:175 msgid "Change font size?" msgstr "Змінити розмір шрифту?" -#: kdeui/kfontdialog.cpp:177 +#: tdeui/kfontdialog.cpp:177 msgid "Enable this checkbox to change the font size settings." msgstr "Ввімкніть, щоб змінити параметри розміру шрифтів." -#: kdeui/kfontdialog.cpp:183 +#: tdeui/kfontdialog.cpp:183 msgid "Size:" msgstr "Розмір:" -#: kdeui/kfontdialog.cpp:199 +#: tdeui/kfontdialog.cpp:199 msgid "Here you can choose the font family to be used." msgstr "Тут можна змінити гарнітуру шрифту." -#: kdeui/kfontdialog.cpp:221 +#: tdeui/kfontdialog.cpp:221 msgid "Here you can choose the font style to be used." msgstr "Тут можна змінити стиль шрифту." -#: kdeui/kfontdialog.cpp:224 kdeui/kfontdialog.cpp:473 -#: kdeui/kfontdialog.cpp:475 kdeui/kfontdialog.cpp:484 -#: kdeui/kfontdialog.cpp:485 +#: tdeui/kfontdialog.cpp:224 tdeui/kfontdialog.cpp:473 +#: tdeui/kfontdialog.cpp:475 tdeui/kfontdialog.cpp:484 +#: tdeui/kfontdialog.cpp:485 msgid "Regular" msgstr "Звичайний" -#: kdeui/kfontdialog.cpp:226 +#: tdeui/kfontdialog.cpp:226 msgid "Bold" msgstr "Жирний" -#: kdeui/kfontdialog.cpp:227 +#: tdeui/kfontdialog.cpp:227 msgid "Bold Italic" msgstr "Жирний курсив" -#: kdeui/kfontdialog.cpp:244 +#: tdeui/kfontdialog.cpp:244 msgid "Relative" msgstr "Відносний" -#: kdeui/kfontdialog.cpp:246 +#: tdeui/kfontdialog.cpp:246 msgid "Font size<br><i>fixed</i> or <i>relative</i><br>to environment" msgstr "Розмір шрифту<br><i>фіксований</i> або <i>відносний</i><br>до оточення" -#: kdeui/kfontdialog.cpp:248 +#: tdeui/kfontdialog.cpp:248 msgid "" "Here you can switch between fixed font size and font size to be calculated " "dynamically and adjusted to changing environment (e.g. widget dimensions, paper " @@ -5414,16 +5414,16 @@ msgstr "" "розраховуватись динамічно, відповідно до середовища (напр., розмірів віджетів, " "розміру паперу)." -#: kdeui/kfontdialog.cpp:272 +#: tdeui/kfontdialog.cpp:272 msgid "Here you can choose the font size to be used." msgstr "Тут можна вибрати розмір шрифту." #. i18n: This is a classical test phrase. (It contains all letters from A to Z.) -#: kdeui/kfontdialog.cpp:296 +#: tdeui/kfontdialog.cpp:296 msgid "The Quick Brown Fox Jumps Over The Lazy Dog" msgstr "Тест українських та English символів" -#: kdeui/kfontdialog.cpp:301 +#: tdeui/kfontdialog.cpp:301 msgid "" "This sample text illustrates the current settings. You may edit it to test " "special characters." @@ -5431,19 +5431,19 @@ msgstr "" "Цей простий текст показує поточні параметри. Ви можете ввести тут спеціальні " "символи, щоб перевірити, чи з ними все гаразд." -#: kdeui/kfontdialog.cpp:310 kdeui/kfontdialog.cpp:320 +#: tdeui/kfontdialog.cpp:310 tdeui/kfontdialog.cpp:320 msgid "Actual Font" msgstr "Фактичний шрифт" -#: kdeui/kactionselector.cpp:69 +#: tdeui/kactionselector.cpp:69 msgid "&Available:" msgstr "&Наявні:" -#: kdeui/kactionselector.cpp:84 +#: tdeui/kactionselector.cpp:84 msgid "&Selected:" msgstr "&Вибрані:" -#: kdeui/kcharselect.cpp:366 +#: tdeui/kcharselect.cpp:366 msgid "" "_: Character\n" "<qt><font size=\"+4\" face=\"%1\">%2</font>" @@ -5456,51 +5456,51 @@ msgstr "" "<br>(у десятковому: %4)" "<br>(символ: %5)</qt>" -#: kdeui/kcharselect.cpp:394 +#: tdeui/kcharselect.cpp:394 msgid "Table:" msgstr "Таблиця:" -#: kdeui/kcharselect.cpp:404 +#: tdeui/kcharselect.cpp:404 msgid "&Unicode code point:" msgstr "Код &Unicode:" -#: kdeui/kmessagebox.cpp:428 kdeui/kmessagebox.cpp:479 +#: tdeui/kmessagebox.cpp:428 tdeui/kmessagebox.cpp:479 msgid "Question" msgstr "Запитання" -#: kdeui/kmessagebox.cpp:442 kdeui/kmessagebox.cpp:494 -#: kdeui/kmessagebox.cpp:575 kdeui/kmessagebox.cpp:647 -#: kdeui/kmessagebox.cpp:723 +#: tdeui/kmessagebox.cpp:442 tdeui/kmessagebox.cpp:494 +#: tdeui/kmessagebox.cpp:575 tdeui/kmessagebox.cpp:647 +#: tdeui/kmessagebox.cpp:723 msgid "Do not ask again" msgstr "Не запитувати знов" -#: kdeui/kaboutdialog.cpp:1535 kdeui/khelpmenu.cpp:227 -#: kdeui/kmessagebox.cpp:975 +#: tdeui/kaboutdialog.cpp:1535 tdeui/khelpmenu.cpp:227 +#: tdeui/kmessagebox.cpp:975 #, c-format msgid "About %1" msgstr "Про %1" -#: kdeui/klineedit.cpp:890 +#: tdeui/klineedit.cpp:890 msgid "Manual" msgstr "Ручне" -#: kdeui/klineedit.cpp:891 +#: tdeui/klineedit.cpp:891 msgid "Automatic" msgstr "Автоматичне" -#: kdeui/klineedit.cpp:892 +#: tdeui/klineedit.cpp:892 msgid "Dropdown List" msgstr "Спадний список" -#: kdeui/klineedit.cpp:893 +#: tdeui/klineedit.cpp:893 msgid "Short Automatic" msgstr "Коротке автоматичне" -#: kdeui/klineedit.cpp:894 +#: tdeui/klineedit.cpp:894 msgid "Dropdown List && Automatic" msgstr "Спадний список + автоматичне" -#: kdeui/kaboutkde.cpp:34 +#: tdeui/kaboutkde.cpp:34 msgid "" "The <b>K Desktop Environment</b> is written and maintained by the KDE Team, a " "world-wide network of software engineers committed to <a " @@ -5525,7 +5525,7 @@ msgstr "" "<br>Завітайте до <A HREF=\"http://www.kde.org/\">http://www.kde.org/</A> " "для подальшої інформації щодо проекту KDE. " -#: kdeui/kaboutkde.cpp:43 +#: tdeui/kaboutkde.cpp:43 msgid "" "Software can always be improved, and the KDE Team is ready to do so. However, " "you - the user - must tell us when something does not work as expected or could " @@ -5552,7 +5552,7 @@ msgstr "" "зареєструвати ваше побажання. Переконайтеся, що поле \"Важливість\" встановлено " "на \"Whishlist\"." -#: kdeui/kaboutkde.cpp:54 +#: tdeui/kaboutkde.cpp:54 msgid "" "You do not have to be a software developer to be a member of the KDE team. You " "can join the national teams that translate program interfaces. You can provide " @@ -5578,7 +5578,7 @@ msgstr "" "HREF=\"http://developer.kde.org/\">http://developer.kde.org/</A> " "забезпечить вас потрібною інформацією." -#: kdeui/kaboutkde.cpp:67 +#: tdeui/kaboutkde.cpp:67 msgid "" "KDE is available free of charge, but making it is not free." "<br>" @@ -5610,71 +5610,71 @@ msgstr "" "<br>" "<br> Заздалегідь вдячні вам за допомогу." -#: kdeui/kaboutkde.cpp:81 +#: tdeui/kaboutkde.cpp:81 #, c-format msgid "K Desktop Environment. Release %1" msgstr "K Desktop Environment. Випуск %1" -#: kdeui/kaboutkde.cpp:83 +#: tdeui/kaboutkde.cpp:83 msgid "" "_: About KDE\n" "&About" msgstr "&Про" -#: kdeui/kaboutkde.cpp:84 +#: tdeui/kaboutkde.cpp:84 msgid "&Report Bugs or Wishes" msgstr "Надіслати &звіт про помилку або побажання" -#: kdeui/kaboutkde.cpp:85 +#: tdeui/kaboutkde.cpp:85 msgid "&Join the KDE Team" msgstr "&Приєднатися до команди KDE" -#: kdeui/kaboutkde.cpp:86 +#: tdeui/kaboutkde.cpp:86 msgid "&Support KDE" msgstr "&Підтримка KDE" -#: kdeui/kstdguiitem.cpp:110 khtml/java/kjavaappletserver.cpp:804 +#: tdeui/kstdguiitem.cpp:110 khtml/java/kjavaappletserver.cpp:804 msgid "&Yes" msgstr "&Так" -#: kdeui/kstdguiitem.cpp:115 khtml/java/kjavaappletserver.cpp:797 +#: tdeui/kstdguiitem.cpp:115 khtml/java/kjavaappletserver.cpp:797 msgid "&No" msgstr "&Ні" -#: kdeui/kstdguiitem.cpp:120 +#: tdeui/kstdguiitem.cpp:120 msgid "Discard changes" msgstr "Відкинути зміни" -#: kdeui/kstdguiitem.cpp:121 +#: tdeui/kstdguiitem.cpp:121 msgid "" "Pressing this button will discard all recent changes made in this dialog" msgstr "Натиснувши цю кнопку ви скасуєте всі зміни, зроблені в цьому вікні" -#: kdeui/kstdguiitem.cpp:127 +#: tdeui/kstdguiitem.cpp:127 msgid "Save data" msgstr "Зберегти дані" -#: kdeui/kstdguiitem.cpp:132 +#: tdeui/kstdguiitem.cpp:132 msgid "&Do Not Save" msgstr "&Не зберігати" -#: kdeui/kstdguiitem.cpp:133 +#: tdeui/kstdguiitem.cpp:133 msgid "Don't save data" msgstr "Не зберігати дані" -#: kdeui/kstdaction_p.h:44 kdeui/kstdguiitem.cpp:138 +#: tdeui/kstdaction_p.h:44 tdeui/kstdguiitem.cpp:138 msgid "Save &As..." msgstr "Зберегти &як..." -#: kdeui/kstdguiitem.cpp:139 +#: tdeui/kstdguiitem.cpp:139 msgid "Save file with another name" msgstr "Зберегти файл з іншою назвою" -#: kdeui/kstdguiitem.cpp:144 +#: tdeui/kstdguiitem.cpp:144 msgid "Apply changes" msgstr "Застосувати зміни" -#: kdeui/kstdguiitem.cpp:145 +#: tdeui/kstdguiitem.cpp:145 msgid "" "When clicking <b>Apply</b>, the settings will be handed over to the program, " "but the dialog will not be closed.\n" @@ -5684,15 +5684,15 @@ msgstr "" "діалог закрито не буде.\n" "Ви зможете спробувати інші параметри." -#: kdeui/kstdguiitem.cpp:153 +#: tdeui/kstdguiitem.cpp:153 msgid "Administrator &Mode..." msgstr "Режим &адміністратора..." -#: kdeui/kstdguiitem.cpp:153 +#: tdeui/kstdguiitem.cpp:153 msgid "Enter Administrator Mode" msgstr "Увійти у режим адміністратора" -#: kdeui/kstdguiitem.cpp:154 +#: tdeui/kstdguiitem.cpp:154 msgid "" "When clicking <b>Administrator Mode</b> you will be prompted for the " "administrator (root) password in order to make changes which require root " @@ -5702,190 +5702,190 @@ msgstr "" "адміністратора (root) для того, щоб мати можливість робити зміни, які " "потребують прав користувача root." -#: kdeui/kstdguiitem.cpp:162 +#: tdeui/kstdguiitem.cpp:162 msgid "Clear input" msgstr "Очистити поле вводу" -#: kdeui/kstdguiitem.cpp:163 +#: tdeui/kstdguiitem.cpp:163 msgid "Clear the input in the edit field" msgstr "Очистити поле вводу" -#: kdeui/kstdaction.cpp:62 kdeui/kstdguiitem.cpp:168 +#: tdeui/kstdaction.cpp:62 tdeui/kstdguiitem.cpp:168 msgid "" "_: show help\n" "&Help" msgstr "&Довідка" -#: kdeui/kstdguiitem.cpp:169 +#: tdeui/kstdguiitem.cpp:169 msgid "Show help" msgstr "Показати довідку" -#: kdeui/kstdguiitem.cpp:175 +#: tdeui/kstdguiitem.cpp:175 msgid "Close the current window or document" msgstr "Закрити поточне вікно або документ" -#: kdeui/kstdguiitem.cpp:181 +#: tdeui/kstdguiitem.cpp:181 msgid "Reset all items to their default values" msgstr "Скинути всі елементи до типових значень" -#: kdeui/kstdaction.cpp:51 kdeui/kstdguiitem.cpp:188 +#: tdeui/kstdaction.cpp:51 tdeui/kstdguiitem.cpp:188 msgid "" "_: go back\n" "&Back" msgstr "&Назад" -#: kdeui/kstdguiitem.cpp:189 +#: tdeui/kstdguiitem.cpp:189 msgid "Go back one step" msgstr "Один крок назад" -#: kdeui/kstdaction.cpp:56 kdeui/kstdguiitem.cpp:196 +#: tdeui/kstdaction.cpp:56 tdeui/kstdguiitem.cpp:196 msgid "" "_: go forward\n" "&Forward" msgstr "&Вперед" -#: kdeui/kstdguiitem.cpp:197 +#: tdeui/kstdguiitem.cpp:197 msgid "Go forward one step" msgstr "Один крок вперед" -#: kdeui/kstdguiitem.cpp:208 +#: tdeui/kstdguiitem.cpp:208 msgid "Opens the print dialog to print the current document" msgstr "Відкриває діалог друку, щоб надрукувати поточний документ" -#: kdeui/kstdguiitem.cpp:214 +#: tdeui/kstdguiitem.cpp:214 msgid "C&ontinue" msgstr "Пр&одовжити" -#: kdeui/kstdguiitem.cpp:215 +#: tdeui/kstdguiitem.cpp:215 msgid "Continue operation" msgstr "Продовжити дію" -#: kdeui/kstdguiitem.cpp:221 +#: tdeui/kstdguiitem.cpp:221 msgid "Delete item(s)" msgstr "Вилучити елемент(и)" -#: kdeui/kstdguiitem.cpp:227 +#: tdeui/kstdguiitem.cpp:227 msgid "Open file" msgstr "Відкрити файл" -#: kdeui/kstdguiitem.cpp:233 +#: tdeui/kstdguiitem.cpp:233 msgid "Quit application" msgstr "Вийти з програми" -#: kdeui/kstdguiitem.cpp:238 +#: tdeui/kstdguiitem.cpp:238 msgid "&Reset" msgstr "&Скинути" -#: kdeui/kstdguiitem.cpp:239 +#: tdeui/kstdguiitem.cpp:239 msgid "Reset configuration" msgstr "Скинути конфігурацію" -#: kdeui/kstdguiitem.cpp:244 +#: tdeui/kstdguiitem.cpp:244 msgid "" "_: Verb\n" "&Insert" msgstr "&Вставити" -#: kdeui/kstdguiitem.cpp:249 +#: tdeui/kstdguiitem.cpp:249 msgid "Confi&gure..." msgstr "Нала&штувати..." -#: kdeui/keditcl2.cpp:701 kdeui/keditcl2.cpp:833 kdeui/kstdguiitem.cpp:254 +#: tdeui/keditcl2.cpp:701 tdeui/keditcl2.cpp:833 tdeui/kstdguiitem.cpp:254 #: kutils/kfinddialog.cpp:239 msgid "&Find" msgstr "&Пошук" -#: kdeui/kstdguiitem.cpp:274 +#: tdeui/kstdguiitem.cpp:274 msgid "Test" msgstr "Тест" -#: kdeui/kstdguiitem.cpp:284 +#: tdeui/kstdguiitem.cpp:284 msgid "&Overwrite" msgstr "&Перезаписати" -#: kdeui/kjanuswidget.cpp:156 +#: tdeui/kjanuswidget.cpp:156 msgid "Empty Page" msgstr "Порожня сторінка" -#: kdeui/ksyntaxhighlighter.cpp:477 kdeui/ksyntaxhighlighter.cpp:586 +#: tdeui/ksyntaxhighlighter.cpp:477 tdeui/ksyntaxhighlighter.cpp:586 msgid "As-you-type spell checking enabled." msgstr "Поточну перевірку правопису ввімкнено." -#: kdeui/ksyntaxhighlighter.cpp:479 +#: tdeui/ksyntaxhighlighter.cpp:479 msgid "As-you-type spell checking disabled." msgstr "Поточну перевірку правопису вимкнено." -#: kdeui/ksyntaxhighlighter.cpp:528 +#: tdeui/ksyntaxhighlighter.cpp:528 msgid "Incremental Spellcheck" msgstr "Покрокова перевірка правопису" -#: kdeui/ksyntaxhighlighter.cpp:588 +#: tdeui/ksyntaxhighlighter.cpp:588 msgid "Too many misspelled words. As-you-type spell checking disabled." msgstr "" "Занадто багато орфографічних помилок. Поточну перевірку правопису вимкнено." -#: kdeui/kxmlguibuilder.cpp:166 kdeui/kxmlguibuilder.cpp:365 +#: tdeui/kxmlguibuilder.cpp:166 tdeui/kxmlguibuilder.cpp:365 msgid "No text!" msgstr "Без тексту!" -#: kdeui/kauthicon.cpp:99 +#: tdeui/kauthicon.cpp:99 msgid "Editing disabled" msgstr "Редагування не дозволене" -#: kdeui/kauthicon.cpp:100 +#: tdeui/kauthicon.cpp:100 msgid "Editing enabled" msgstr "Редагування дозволене" -#: kdeui/ktoolbarhandler.cpp:86 +#: tdeui/ktoolbarhandler.cpp:86 msgid "Show Toolbar" msgstr "Показати пенал" -#: kdeui/ktoolbarhandler.cpp:87 +#: tdeui/ktoolbarhandler.cpp:87 msgid "Hide Toolbar" msgstr "Сховати пенал" -#: kdeui/ktoolbarhandler.cpp:91 +#: tdeui/ktoolbarhandler.cpp:91 msgid "Toolbars" msgstr "Пенали" -#: kdeui/kdatepicker.cpp:88 +#: tdeui/kdatepicker.cpp:88 #, c-format msgid "Week %1" msgstr "Тиждень %1" -#: kdeui/kdatepicker.cpp:163 +#: tdeui/kdatepicker.cpp:163 msgid "Next year" msgstr "Наступний рік" -#: kdeui/kdatepicker.cpp:164 +#: tdeui/kdatepicker.cpp:164 msgid "Previous year" msgstr "Попередній рік" -#: kdeui/kdatepicker.cpp:165 +#: tdeui/kdatepicker.cpp:165 msgid "Next month" msgstr "Наступний місяць" -#: kdeui/kdatepicker.cpp:166 +#: tdeui/kdatepicker.cpp:166 msgid "Previous month" msgstr "Попередній місяць" -#: kdeui/kdatepicker.cpp:167 +#: tdeui/kdatepicker.cpp:167 msgid "Select a week" msgstr "Вибір тижня" -#: kdeui/kdatepicker.cpp:168 +#: tdeui/kdatepicker.cpp:168 msgid "Select a month" msgstr "Вибір місяця" -#: kdeui/kdatepicker.cpp:169 +#: tdeui/kdatepicker.cpp:169 msgid "Select a year" msgstr "Вибір року" -#: kdeui/kdatepicker.cpp:170 +#: tdeui/kdatepicker.cpp:170 msgid "Select the current day" msgstr "Виберіть поточний день" -#: kdeui/kwhatsthismanager.cpp:50 +#: tdeui/kwhatsthismanager.cpp:50 msgid "" "<b>Not Defined</b>" "<br>There is no \"What's This?\" help assigned to this widget. If you want to " @@ -5897,28 +5897,28 @@ msgstr "" "Якщо у вас є бажання допомогти нам з описом цього віджету, то <a " "href=\"submit-whatsthis\">надішліть \"Що це?\" довідку</a> для нього." -#: kdeui/kshortcutdialog.cpp:68 +#: tdeui/kshortcutdialog.cpp:68 msgid "Configure Shortcut" msgstr "Налаштувати скорочення" -#: kdeui/kshortcutdialog.cpp:71 +#: tdeui/kshortcutdialog.cpp:71 msgid "Advanced" msgstr "Додатково" -#: kdeui/kedittoolbar.cpp:49 +#: tdeui/kedittoolbar.cpp:49 msgid "--- line separator ---" msgstr "--- лінія розділення ---" -#: kdeui/kedittoolbar.cpp:50 +#: tdeui/kedittoolbar.cpp:50 msgid "--- separator ---" msgstr "--- роздільник ---" -#: kdeui/kedittoolbar.cpp:380 kdeui/kedittoolbar.cpp:392 -#: kdeui/kedittoolbar.cpp:402 kdeui/kedittoolbar.cpp:411 +#: tdeui/kedittoolbar.cpp:380 tdeui/kedittoolbar.cpp:392 +#: tdeui/kedittoolbar.cpp:402 tdeui/kedittoolbar.cpp:411 msgid "Configure Toolbars" msgstr "Налаштування пеналів" -#: kdeui/kedittoolbar.cpp:447 +#: tdeui/kedittoolbar.cpp:447 msgid "" "Do you really want to reset all toolbars of this application to their default? " "The changes will be applied immediately." @@ -5926,46 +5926,46 @@ msgstr "" "Ви дійсно бажаєте скинути налаштування пеналів цієї програми до їх початкового " "стану? Зміни будуть застосовані негайно." -#: kdeui/kedittoolbar.cpp:447 +#: tdeui/kedittoolbar.cpp:447 msgid "Reset Toolbars" msgstr "Скинути налаштування пеналів" -#: kdeui/kedittoolbar.cpp:447 khtml/html/html_formimpl.cpp:2129 +#: tdeui/kedittoolbar.cpp:447 khtml/html/html_formimpl.cpp:2129 #: khtml/khtmlview.cpp:2541 khtml/khtmlview.cpp:2574 msgid "Reset" msgstr "Скинути" -#: kdeui/kedittoolbar.cpp:761 +#: tdeui/kedittoolbar.cpp:761 msgid "&Toolbar:" msgstr "&Пенал:" -#: kdeui/kedittoolbar.cpp:777 +#: tdeui/kedittoolbar.cpp:777 msgid "A&vailable actions:" msgstr "&Дозволені дії:" -#: kdeui/kedittoolbar.cpp:795 +#: tdeui/kedittoolbar.cpp:795 msgid "Curr&ent actions:" msgstr "Пот&очні дії:" -#: kdeui/kedittoolbar.cpp:818 +#: tdeui/kedittoolbar.cpp:818 msgid "Change &Icon..." msgstr "Змінити &піктограму..." -#: kdeui/kedittoolbar.cpp:991 +#: tdeui/kedittoolbar.cpp:991 msgid "" "This element will be replaced with all the elements of an embedded component." msgstr "" "Цей елемент буде замінено усіма іншими елементами вмонтованого компонента." -#: kdeui/kedittoolbar.cpp:993 +#: tdeui/kedittoolbar.cpp:993 msgid "<Merge>" msgstr "<Об'єднати>" -#: kdeui/kedittoolbar.cpp:995 +#: tdeui/kedittoolbar.cpp:995 msgid "<Merge %1>" msgstr "<Об'єднати %1>" -#: kdeui/kedittoolbar.cpp:1001 +#: tdeui/kedittoolbar.cpp:1001 msgid "" "This is a dynamic list of actions. You can move it, but if you remove it you " "won't be able to re-add it." @@ -5973,52 +5973,52 @@ msgstr "" "Це динамічний список дій. Ви можете його пересувати, але якщо ви його вилучите, " "то не зможете більше додати." -#: kdeui/kedittoolbar.cpp:1002 +#: tdeui/kedittoolbar.cpp:1002 #, c-format msgid "ActionList: %1" msgstr "Список дій: %1" -#: kdeui/kcolordialog.cpp:84 +#: tdeui/kcolordialog.cpp:84 msgid "" "_: palette name\n" "* Recent Colors *" msgstr "* Недавні кольори *" -#: kdeui/kcolordialog.cpp:85 +#: tdeui/kcolordialog.cpp:85 msgid "" "_: palette name\n" "* Custom Colors *" msgstr "* Нетипові кольори *" -#: kdeui/kcolordialog.cpp:86 +#: tdeui/kcolordialog.cpp:86 msgid "" "_: palette name\n" "Forty Colors" msgstr "Сорок кольорів" -#: kdeui/kcolordialog.cpp:87 +#: tdeui/kcolordialog.cpp:87 msgid "" "_: palette name\n" "Rainbow Colors" msgstr "Кольори райдуги" -#: kdeui/kcolordialog.cpp:88 +#: tdeui/kcolordialog.cpp:88 msgid "" "_: palette name\n" "Royal Colors" msgstr "Королівські кольори" -#: kdeui/kcolordialog.cpp:89 +#: tdeui/kcolordialog.cpp:89 msgid "" "_: palette name\n" "Web Colors" msgstr "Кольори Тенет" -#: kdeui/kcolordialog.cpp:563 +#: tdeui/kcolordialog.cpp:563 msgid "Named Colors" msgstr "Іменовані кольори" -#: kdeui/kcolordialog.cpp:717 +#: tdeui/kcolordialog.cpp:717 msgid "" "Unable to read X11 RGB color strings. The following file location(s) were " "examined:\n" @@ -6026,71 +6026,71 @@ msgstr "" "Не можливо прочитати рядки кольорів X11 rgb. Було перевірено наступні " "каталоги:\n" -#: kdeui/kcolordialog.cpp:940 +#: tdeui/kcolordialog.cpp:940 msgid "Select Color" msgstr "Виберіть колір" -#: kdeui/kcolordialog.cpp:1005 +#: tdeui/kcolordialog.cpp:1005 msgid "H:" msgstr "H:" -#: kdeui/kcolordialog.cpp:1014 +#: tdeui/kcolordialog.cpp:1014 msgid "S:" msgstr "S:" -#: kdeui/kcolordialog.cpp:1023 +#: tdeui/kcolordialog.cpp:1023 msgid "V:" msgstr "V:" -#: kdeui/kcolordialog.cpp:1035 +#: tdeui/kcolordialog.cpp:1035 msgid "R:" msgstr "R:" -#: kdeui/kcolordialog.cpp:1044 +#: tdeui/kcolordialog.cpp:1044 msgid "G:" msgstr "G:" -#: kdeui/kcolordialog.cpp:1053 +#: tdeui/kcolordialog.cpp:1053 msgid "B:" msgstr "B:" -#: kdeui/kcolordialog.cpp:1108 +#: tdeui/kcolordialog.cpp:1108 msgid "&Add to Custom Colors" msgstr "&Додати до нетипових кольорів" -#: kdeui/kcolordialog.cpp:1140 +#: tdeui/kcolordialog.cpp:1140 msgid "HTML:" msgstr "HTML:" -#: kdeui/kcolordialog.cpp:1219 +#: tdeui/kcolordialog.cpp:1219 msgid "Default color" msgstr "Типовий колір" -#: kdeui/kcolordialog.cpp:1247 +#: tdeui/kcolordialog.cpp:1247 msgid "-default-" msgstr "-типовий-" -#: kdeui/kcolordialog.cpp:1463 +#: tdeui/kcolordialog.cpp:1463 msgid "-unnamed-" msgstr "-без назви-" -#: kdeui/kstdaction.cpp:61 +#: tdeui/kstdaction.cpp:61 msgid "" "_: beginning (of line)\n" "&Home" msgstr "&На початок" -#: kdeui/kstdaction.cpp:240 +#: tdeui/kstdaction.cpp:240 msgid "Show Menubar<p>Shows the menubar again after it has been hidden" msgstr "" "Показати смужку меню" "<p>Вмикає відображення смужки меню після того як її було сховано" -#: kdeui/kstdaction.cpp:242 +#: tdeui/kstdaction.cpp:242 msgid "Hide &Menubar" msgstr "Сховати смужку &меню" -#: kdeui/kstdaction.cpp:243 +#: tdeui/kstdaction.cpp:243 msgid "" "Hide Menubar" "<p>Hide the menubar. You can usually get it back using the right mouse button " @@ -6100,11 +6100,11 @@ msgstr "" "<p>Ховає смужку меню. Зазвичай її можна повернути клацнувши правою кнопкою " "мишки всередині вікна." -#: kdeui/kstdaction.cpp:274 kdeui/kstdaction_p.h:97 +#: tdeui/kstdaction.cpp:274 tdeui/kstdaction_p.h:97 msgid "Show St&atusbar" msgstr "Пок&азувати смужку стану" -#: kdeui/kstdaction.cpp:276 +#: tdeui/kstdaction.cpp:276 msgid "" "Show Statusbar" "<p>Shows the statusbar, which is the bar at the bottom of the window used for " @@ -6114,11 +6114,11 @@ msgstr "" "<p>Вмикає відображення панелі стану, яка є панеллю знизу вікна та вживається " "для відображення інформації про стан." -#: kdeui/kstdaction.cpp:278 +#: tdeui/kstdaction.cpp:278 msgid "Hide St&atusbar" msgstr "С&ховати смужку стану" -#: kdeui/kstdaction.cpp:279 +#: tdeui/kstdaction.cpp:279 msgid "" "Hide Statusbar" "<p>Hides the statusbar, which is the bar at the bottom of the window used for " @@ -6128,23 +6128,23 @@ msgstr "" "<p>Ховає смужку стану, яка є панеллю знизу вікна та вживається для відображення " "інформації про стан." -#: kdeui/kpassdlg.cpp:372 +#: tdeui/kpassdlg.cpp:372 msgid "&Password:" msgstr "П&ароль:" -#: kdeui/kpassdlg.cpp:391 +#: tdeui/kpassdlg.cpp:391 msgid "&Keep password" msgstr "&Запам'ятати пароль" -#: kdeui/kpassdlg.cpp:403 +#: tdeui/kpassdlg.cpp:403 msgid "&Verify:" msgstr "П&еревірити:" -#: kdeui/kpassdlg.cpp:425 +#: tdeui/kpassdlg.cpp:425 msgid "Password strength meter:" msgstr "Вимірювання міцності паролю:" -#: kdeui/kpassdlg.cpp:429 +#: tdeui/kpassdlg.cpp:429 msgid "" "The password strength meter gives an indication of the security of the password " "you have entered. To improve the strength of the password, try:\n" @@ -6158,15 +6158,15 @@ msgstr "" " - змішування малих та великих літер;\n" " - вживання цифр та спеціальних символів, таких як #, разом з літерами." -#: kdeui/kpassdlg.cpp:445 kdeui/kpassdlg.cpp:617 +#: tdeui/kpassdlg.cpp:445 tdeui/kpassdlg.cpp:617 msgid "Passwords do not match" msgstr "Паролі не збігаються" -#: kdeui/kpassdlg.cpp:515 +#: tdeui/kpassdlg.cpp:515 msgid "You entered two different passwords. Please try again." msgstr "Ви набрали різні паролі. Спробуйте ще раз." -#: kdeui/kpassdlg.cpp:522 +#: tdeui/kpassdlg.cpp:522 msgid "" "The password you have entered has a low strength. To improve the strength of " "the password, try:\n" @@ -6184,15 +6184,15 @@ msgstr "" "\n" "Чи ви все ще бажаєте використовувати цей пароль по при все?" -#: kdeui/kpassdlg.cpp:530 +#: tdeui/kpassdlg.cpp:530 msgid "Low Password Strength" msgstr "Мала міцність паролю" -#: kdeui/kpassdlg.cpp:611 +#: tdeui/kpassdlg.cpp:611 msgid "Password is empty" msgstr "Пароль порожній" -#: kdeui/kpassdlg.cpp:614 +#: tdeui/kpassdlg.cpp:614 #, c-format msgid "" "_n: Password must be at least 1 character long\n" @@ -6202,35 +6202,35 @@ msgstr "" "Довжина пароля повинна бути що найменше %n символи\n" "Довжина пароля повинна бути що найменше %n символів" -#: kdeui/kpassdlg.cpp:616 +#: tdeui/kpassdlg.cpp:616 msgid "Passwords match" msgstr "Паролі збігаються" -#: kdeui/kspelldlg.cpp:53 kspell2/ui/dialog.cpp:62 +#: tdeui/kspelldlg.cpp:53 kspell2/ui/dialog.cpp:62 msgid "Check Spelling" msgstr "Перевірити правопис" -#: kdeui/kspelldlg.cpp:54 kspell2/ui/dialog.cpp:64 +#: tdeui/kspelldlg.cpp:54 kspell2/ui/dialog.cpp:64 msgid "&Finished" msgstr "&Закінчити" -#: kdeui/kcombobox.cpp:444 khtml/rendering/render_form.cpp:388 +#: tdeui/kcombobox.cpp:444 khtml/rendering/render_form.cpp:388 msgid "Clear &History" msgstr "Очистити &історію" -#: kdeui/kcombobox.cpp:584 +#: tdeui/kcombobox.cpp:584 msgid "No further item in the history." msgstr "Елементи в історії вичерпано." -#: kdeui/klineeditdlg.cpp:92 +#: tdeui/klineeditdlg.cpp:92 msgid "&Browse..." msgstr "&Навігація..." -#: kdeui/kdialogbase.cpp:636 +#: tdeui/kdialogbase.cpp:636 msgid "&Try" msgstr "&Спробувати" -#: kdeui/kdialogbase.cpp:904 +#: tdeui/kdialogbase.cpp:904 msgid "" "If you press the <b>OK</b> button, all changes\n" "you made will be used to proceed." @@ -6238,11 +6238,11 @@ msgstr "" "Якщо ви натиснете клавішу <b>Гаразд</b>, всі зміни,\n" "зроблені вами, будуть впроваджені." -#: kdeui/kdialogbase.cpp:911 +#: tdeui/kdialogbase.cpp:911 msgid "Accept settings" msgstr "Прийняти параметри" -#: kdeui/kdialogbase.cpp:932 +#: tdeui/kdialogbase.cpp:932 msgid "" "When clicking <b>Apply</b>, the settings will be\n" "handed over to the program, but the dialog\n" @@ -6252,71 +6252,71 @@ msgstr "" "передані у програму, але діалог\n" "закрито не буде. Ви зможете спробувати інші параметри. " -#: kdeui/kdialogbase.cpp:941 +#: tdeui/kdialogbase.cpp:941 msgid "Apply settings" msgstr "Застосувати параметри" -#: kdeui/kdialogbase.cpp:1130 +#: tdeui/kdialogbase.cpp:1130 msgid "&Details" msgstr "&Подробиці" -#: kdeui/kdialogbase.cpp:1538 +#: tdeui/kdialogbase.cpp:1538 msgid "Get help..." msgstr "Відкрити довідку..." -#: kdeui/keditlistbox.cpp:124 +#: tdeui/keditlistbox.cpp:124 msgid "&Add" msgstr "&Додати" -#: kdeui/keditlistbox.cpp:148 +#: tdeui/keditlistbox.cpp:148 msgid "Move &Up" msgstr "Пересунути &вгору" -#: kdeui/keditlistbox.cpp:153 +#: tdeui/keditlistbox.cpp:153 msgid "Move &Down" msgstr "Пересунути в&низ" -#: kdeui/kbugreport.cpp:70 +#: tdeui/kbugreport.cpp:70 msgid "Submit Bug Report" msgstr "Надіслати звіт про помилку" -#: kdeui/kbugreport.cpp:110 +#: tdeui/kbugreport.cpp:110 msgid "" "Your email address. If incorrect, use the Configure Email button to change it" msgstr "" "Ваша адреса електронної пошти. Щоб змінити, використовуйте кнопку Налаштувати " "електронну пошту" -#: kdeui/kbugreport.cpp:111 +#: tdeui/kbugreport.cpp:111 msgid "From:" msgstr "Від :" -#: kdeui/kbugreport.cpp:120 +#: tdeui/kbugreport.cpp:120 msgid "Configure Email..." msgstr "Наладнати електронну пошту..." -#: kdeui/kbugreport.cpp:127 +#: tdeui/kbugreport.cpp:127 msgid "The email address this bug report is sent to." msgstr "Адреса ел. пошти, на яку було відіслано звіт про помилку." -#: kdeui/kbugreport.cpp:128 +#: tdeui/kbugreport.cpp:128 msgid "To:" msgstr "Кому:" -#: kdeui/kbugreport.cpp:135 +#: tdeui/kbugreport.cpp:135 msgid "&Send" msgstr "&Відіслати" -#: kdeui/kbugreport.cpp:135 +#: tdeui/kbugreport.cpp:135 msgid "Send bug report." msgstr "Надіслати звіт про помилку." -#: kdeui/kbugreport.cpp:136 +#: tdeui/kbugreport.cpp:136 #, c-format msgid "Send this bug report to %1." msgstr "Надіслати цей звіт про помилку до %1." -#: kdeui/kbugreport.cpp:147 +#: tdeui/kbugreport.cpp:147 msgid "" "The application for which you wish to submit a bug report - if incorrect, " "please use the Report Bug menu item of the correct application" @@ -6324,11 +6324,11 @@ msgstr "" "Це програма, для якої ви хочете звітувати помилку - якщо назва невірна, будь " "ласка, використовуйте елемент меню Помилка в тій самій програмі" -#: kdeui/kbugreport.cpp:148 +#: tdeui/kbugreport.cpp:148 msgid "Application: " msgstr "Програма: " -#: kdeui/kbugreport.cpp:173 +#: tdeui/kbugreport.cpp:173 msgid "" "The version of this application - please make sure that no newer version is " "available before sending a bug report" @@ -6336,49 +6336,49 @@ msgstr "" "Версія цієї програми - будь ласка, перевірте, що нової версії програми не існує " "перед тим як відсилати звіт про помилку" -#: kdeui/kbugreport.cpp:180 +#: tdeui/kbugreport.cpp:180 msgid "no version set (programmer error!)" msgstr "версія не встановлена (помилка програміста!)" -#: kdeui/kbugreport.cpp:190 +#: tdeui/kbugreport.cpp:190 msgid "OS:" msgstr "ОС:" -#: kdeui/kbugreport.cpp:202 +#: tdeui/kbugreport.cpp:202 msgid "Compiler:" msgstr "Компілятор:" -#: kdeui/kbugreport.cpp:210 +#: tdeui/kbugreport.cpp:210 msgid "Se&verity" msgstr "Ва&жливість" -#: kdeui/kbugreport.cpp:212 +#: tdeui/kbugreport.cpp:212 msgid "Critical" msgstr "Критична" -#: kdeui/kbugreport.cpp:212 +#: tdeui/kbugreport.cpp:212 msgid "Grave" msgstr "Фатальна" -#: kdeui/kbugreport.cpp:212 +#: tdeui/kbugreport.cpp:212 msgid "" "_: normal severity\n" "Normal" msgstr "Звичайна" -#: kdeui/kbugreport.cpp:212 +#: tdeui/kbugreport.cpp:212 msgid "Wishlist" msgstr "Список побажань" -#: kdeui/kbugreport.cpp:212 +#: tdeui/kbugreport.cpp:212 msgid "Translation" msgstr "Переклад" -#: kdeui/kbugreport.cpp:225 +#: tdeui/kbugreport.cpp:225 msgid "S&ubject: " msgstr "Т&ема: " -#: kdeui/kbugreport.cpp:232 +#: tdeui/kbugreport.cpp:232 msgid "" "Enter the text (in English if possible) that you wish to submit for the bug " "report.\n" @@ -6389,7 +6389,7 @@ msgstr "" "Після натиску \"Відіслати\", поштове повідомлення буде відправлене " "супроводжувачу програми.\n" -#: kdeui/kbugreport.cpp:252 +#: tdeui/kbugreport.cpp:252 msgid "" "To submit a bug report, click on the button below.\n" "This will open a web browser window on http://bugs.kde.org where you will find " @@ -6401,23 +6401,23 @@ msgstr "" "бланк який треба заповнити.\n" "Інформацію, показану вище, буде відіслано до сервера." -#: kdeui/kbugreport.cpp:260 +#: tdeui/kbugreport.cpp:260 msgid "&Launch Bug Report Wizard" msgstr "&Запустити майстра звітування про помилку" -#: kdeui/kbugreport.cpp:298 +#: tdeui/kbugreport.cpp:298 msgid "" "_: unknown program name\n" "unknown" msgstr "невідома" -#: kdeui/kbugreport.cpp:376 +#: tdeui/kbugreport.cpp:376 msgid "" "You must specify both a subject and a description before the report can be " "sent." msgstr "Ви повинні вказати тему та опис звіту перед відсиланням." -#: kdeui/kbugreport.cpp:386 +#: tdeui/kbugreport.cpp:386 msgid "" "<p>You chose the severity <b>Critical</b>. Please note that this severity is " "intended only for bugs that</p>" @@ -6438,7 +6438,7 @@ msgstr "" "<p>Помилка, про яку ви звітуєте, викликають будь-які наведені збитки? Якщо ні, " "будь ласка, виберіть нижчій рівень значимості. Дякуємо!</p>" -#: kdeui/kbugreport.cpp:397 +#: tdeui/kbugreport.cpp:397 msgid "" "<p>You chose the severity <b>Grave</b>. Please note that this severity is " "intended only for bugs that</p>" @@ -6460,7 +6460,7 @@ msgstr "" "<p>Помилка, про яку ви звітуєте, викликають будь-які наведені збитки? Якщо ні, " "будь ласка, виберіть нижчій рівень важливості. Дякуємо!</p>" -#: kdeui/kbugreport.cpp:409 +#: tdeui/kbugreport.cpp:409 msgid "" "Unable to send the bug report.\n" "Please submit a bug report manually...\n" @@ -6470,11 +6470,11 @@ msgstr "" "Відправте, будь ласка, звіт вручну...\n" "Дивіться http://bugs.kde.org/ для подальшої інформації." -#: kdeui/kbugreport.cpp:417 +#: tdeui/kbugreport.cpp:417 msgid "Bug report sent, thank you for your input." msgstr "Звіт про помилку відіслано, дякуємо за участь." -#: kdeui/kbugreport.cpp:426 +#: tdeui/kbugreport.cpp:426 msgid "" "Close and discard\n" "edited message?" @@ -6482,238 +6482,238 @@ msgstr "" "Закрити та викинути\n" "повідомлення в редакторі?" -#: kdeui/kbugreport.cpp:427 +#: tdeui/kbugreport.cpp:427 msgid "Close Message" msgstr "Закрити повідомлення" -#: kdeui/kcolorcombo.cpp:187 kdeui/kcolorcombo.cpp:240 +#: tdeui/kcolorcombo.cpp:187 tdeui/kcolorcombo.cpp:240 msgid "Custom..." msgstr "Нетипові..." -#: kdeui/ksystemtray.cpp:190 +#: tdeui/ksystemtray.cpp:190 msgid "<qt>Are you sure you want to quit <b>%1</b>?</qt>" msgstr "<qt>Ви певні, що хочете закрити <b>%1</b>?</qt>" -#: kdeui/ksystemtray.cpp:193 +#: tdeui/ksystemtray.cpp:193 msgid "Confirm Quit From System Tray" msgstr "Підтверджувати закриття з системного лотка" -#: kdeui/kpixmapregionselectorwidget.cpp:141 +#: tdeui/kpixmapregionselectorwidget.cpp:141 msgid "Image Operations" msgstr "Дії з зображеннями" -#: kdeui/kpixmapregionselectorwidget.cpp:143 +#: tdeui/kpixmapregionselectorwidget.cpp:143 msgid "&Rotate Clockwise" msgstr "&Обернути за год. стрілкою" -#: kdeui/kpixmapregionselectorwidget.cpp:148 +#: tdeui/kpixmapregionselectorwidget.cpp:148 msgid "Rotate &Counterclockwise" msgstr "&Обернути проти год. стрілки" -#: kdeui/kdockwidget.cpp:237 +#: tdeui/kdockwidget.cpp:237 msgid "" "_: Freeze the window geometry\n" "Freeze" msgstr "Зафіксувати" -#: kdeui/kdockwidget.cpp:244 +#: tdeui/kdockwidget.cpp:244 msgid "" "_: Dock this window\n" "Dock" msgstr "Пришвартувати" -#: kdeui/kdockwidget.cpp:251 +#: tdeui/kdockwidget.cpp:251 msgid "Detach" msgstr "Відокремити" -#: kdeui/kwizard.cpp:48 +#: tdeui/kwizard.cpp:48 msgid "&Back" msgstr "&Назад" -#: kdeui/kwizard.cpp:49 +#: tdeui/kwizard.cpp:49 msgid "" "_: Opposite to Back\n" "&Next" msgstr "&Далі" -#: kdeui/khelpmenu.cpp:130 kdeui/kstdaction_p.h:108 +#: tdeui/khelpmenu.cpp:130 tdeui/kstdaction_p.h:108 msgid "%1 &Handbook" msgstr "П&ідручник з %1" -#: kdeui/khelpmenu.cpp:139 +#: tdeui/khelpmenu.cpp:139 msgid "What's &This" msgstr "&Що це" -#: kdeui/khelpmenu.cpp:150 kdeui/kstdaction_p.h:111 +#: tdeui/khelpmenu.cpp:150 tdeui/kstdaction_p.h:111 msgid "&Report Bug..." msgstr "Надіслати &звіт про помилку..." -#: kdeui/khelpmenu.cpp:159 kdeui/kstdaction_p.h:112 +#: tdeui/khelpmenu.cpp:159 tdeui/kstdaction_p.h:112 msgid "Switch application &language..." msgstr "Перемкнути &мову програми..." -#: kdeui/khelpmenu.cpp:170 kdeui/kstdaction_p.h:113 +#: tdeui/khelpmenu.cpp:170 tdeui/kstdaction_p.h:113 #, c-format msgid "&About %1" msgstr "&Про %1" -#: kdeui/khelpmenu.cpp:176 kdeui/kstdaction_p.h:114 +#: tdeui/khelpmenu.cpp:176 tdeui/kstdaction_p.h:114 msgid "About &KDE" msgstr "Про &KDE" -#: kdeui/kactionclasses.cpp:2072 +#: tdeui/kactionclasses.cpp:2072 msgid "Exit F&ull Screen Mode" msgstr "Вийти з повноекранного ре&жиму" -#: kdeui/kactionclasses.cpp:2077 kdeui/kstdaction_p.h:98 +#: tdeui/kactionclasses.cpp:2077 tdeui/kstdaction_p.h:98 msgid "F&ull Screen Mode" msgstr "Повноекранний &режим" -#: kdeui/klistviewsearchline.cpp:243 +#: tdeui/klistviewsearchline.cpp:243 msgid "Search Columns" msgstr "Стовпчики для пошуку" -#: kdeui/klistviewsearchline.cpp:245 +#: tdeui/klistviewsearchline.cpp:245 msgid "All Visible Columns" msgstr "Всі видимі стовпчики" -#: kdeui/klistviewsearchline.cpp:260 +#: tdeui/klistviewsearchline.cpp:260 msgid "" "_: Column number %1\n" "Column No. %1" msgstr "Стовпчик ном. %1" -#: kdeui/klistviewsearchline.cpp:455 +#: tdeui/klistviewsearchline.cpp:455 msgid "S&earch:" msgstr "&Пошук:" -#: kdeui/ktip.cpp:206 +#: tdeui/ktip.cpp:206 msgid "Tip of the Day" msgstr "Порада дня" -#: kdeui/ktip.cpp:224 +#: tdeui/ktip.cpp:224 msgid "" "Did you know...?\n" msgstr "" "Чи знаєте ви, що...?\n" -#: kdeui/ktip.cpp:287 +#: tdeui/ktip.cpp:287 msgid "&Show tips on startup" msgstr "&Показувати поради при запуску" -#: kdeui/ktoolbar.cpp:2040 +#: tdeui/ktoolbar.cpp:2040 msgid "Toolbar Menu" msgstr "Меню пеналу" -#: kdeui/ktoolbar.cpp:2043 +#: tdeui/ktoolbar.cpp:2043 msgid "" "_: toolbar position string\n" "Top" msgstr "Вгорі" -#: kdeui/ktoolbar.cpp:2044 +#: tdeui/ktoolbar.cpp:2044 msgid "" "_: toolbar position string\n" "Left" msgstr "Ліворуч" -#: kdeui/ktoolbar.cpp:2045 +#: tdeui/ktoolbar.cpp:2045 msgid "" "_: toolbar position string\n" "Right" msgstr "Праворуч" -#: kdeui/ktoolbar.cpp:2046 +#: tdeui/ktoolbar.cpp:2046 msgid "" "_: toolbar position string\n" "Bottom" msgstr "Знизу" -#: kdeui/ktoolbar.cpp:2048 +#: tdeui/ktoolbar.cpp:2048 msgid "" "_: toolbar position string\n" "Floating" msgstr "Плаваюча" -#: kdeui/ktoolbar.cpp:2049 +#: tdeui/ktoolbar.cpp:2049 msgid "" "_: min toolbar\n" "Flat" msgstr "Плоска" -#: kdeui/ktoolbar.cpp:2052 +#: tdeui/ktoolbar.cpp:2052 msgid "Icons Only" msgstr "Тільки піктограми" -#: kdeui/ktoolbar.cpp:2053 +#: tdeui/ktoolbar.cpp:2053 msgid "Text Only" msgstr "Тільки текст" -#: kdeui/ktoolbar.cpp:2054 +#: tdeui/ktoolbar.cpp:2054 msgid "Text Alongside Icons" msgstr "Текст поруч з піктограмами" -#: kdeui/ktoolbar.cpp:2055 +#: tdeui/ktoolbar.cpp:2055 msgid "Text Under Icons" msgstr "Текст під піктограмами" -#: kdeui/ktoolbar.cpp:2080 kdeui/ktoolbar.cpp:2101 +#: tdeui/ktoolbar.cpp:2080 tdeui/ktoolbar.cpp:2101 msgid "Small (%1x%2)" msgstr "Малий (%1x%2)" -#: kdeui/ktoolbar.cpp:2082 kdeui/ktoolbar.cpp:2103 +#: tdeui/ktoolbar.cpp:2082 tdeui/ktoolbar.cpp:2103 msgid "Medium (%1x%2)" msgstr "Середній (%1x%2)" -#: kdeui/ktoolbar.cpp:2084 kdeui/ktoolbar.cpp:2105 +#: tdeui/ktoolbar.cpp:2084 tdeui/ktoolbar.cpp:2105 msgid "Large (%1x%2)" msgstr "Великий (%1x%2)" -#: kdeui/ktoolbar.cpp:2086 kdeui/ktoolbar.cpp:2107 +#: tdeui/ktoolbar.cpp:2086 tdeui/ktoolbar.cpp:2107 msgid "Huge (%1x%2)" msgstr "Величезний (%1x%2)" -#: kdeui/ktoolbar.cpp:2118 +#: tdeui/ktoolbar.cpp:2118 msgid "Text Position" msgstr "Розташування тексту" -#: kdeui/ktoolbar.cpp:2120 +#: tdeui/ktoolbar.cpp:2120 msgid "Icon Size" msgstr "Розмір піктограм" -#: kdeui/kaboutdialog.cpp:93 +#: tdeui/kaboutdialog.cpp:93 msgid "Task" msgstr "Задача" -#: kdeui/kaboutdialog.cpp:704 +#: tdeui/kaboutdialog.cpp:704 msgid "%1 %2 (Using KDE %3)" msgstr "%1 %2 (використовуючи KDE %3)" -#: kdeui/kaboutdialog.cpp:706 +#: tdeui/kaboutdialog.cpp:706 msgid "%1 %2, %3" msgstr "%1 %2, %3" -#: kdeui/kaboutdialog.cpp:1326 +#: tdeui/kaboutdialog.cpp:1326 msgid "Other Contributors:" msgstr "Інші учасники:" -#: kdeui/kaboutdialog.cpp:1327 +#: tdeui/kaboutdialog.cpp:1327 msgid "(No logo available)" msgstr "(Логотип відсутній)" -#: kdeui/kaboutdialog.cpp:1772 +#: tdeui/kaboutdialog.cpp:1772 msgid "Image missing" msgstr "Неможливо знайти зображення" -#: kdeui/ktimezonewidget.cpp:45 +#: tdeui/ktimezonewidget.cpp:45 msgid "Area" msgstr "Зона" -#: kab/addressbook.cc:295 kdeui/ktimezonewidget.cpp:47 +#: kab/addressbook.cc:295 tdeui/ktimezonewidget.cpp:47 msgid "Comment" msgstr "Коментар" -#: kdeui/keditcl2.cpp:105 kdeui/keditcl2.cpp:375 kdeui/keditcl2.cpp:454 +#: tdeui/keditcl2.cpp:105 tdeui/keditcl2.cpp:375 tdeui/keditcl2.cpp:454 msgid "" "End of document reached.\n" "Continue from the beginning?" @@ -6721,7 +6721,7 @@ msgstr "" "Кінець документа.\n" "Продовжити з початку?" -#: kdeui/keditcl2.cpp:118 kdeui/keditcl2.cpp:388 kdeui/keditcl2.cpp:467 +#: tdeui/keditcl2.cpp:118 tdeui/keditcl2.cpp:388 tdeui/keditcl2.cpp:467 msgid "" "Beginning of document reached.\n" "Continue from the end?" @@ -6729,87 +6729,87 @@ msgstr "" "Початок документа.\n" "Продовжити з кінця?" -#: kdeui/keditcl2.cpp:711 kdeui/keditcl2.cpp:844 +#: tdeui/keditcl2.cpp:711 tdeui/keditcl2.cpp:844 msgid "Find:" msgstr "Знайти:" -#: kdeui/keditcl2.cpp:728 kdeui/keditcl2.cpp:868 +#: tdeui/keditcl2.cpp:728 tdeui/keditcl2.cpp:868 msgid "Case &sensitive" msgstr "З &урахуванням регістру" -#: kdeui/keditcl2.cpp:730 kdeui/keditcl2.cpp:870 kutils/kfinddialog.cpp:171 +#: tdeui/keditcl2.cpp:730 tdeui/keditcl2.cpp:870 kutils/kfinddialog.cpp:171 msgid "Find &backwards" msgstr "Пошук &назад" -#: kdeui/keditcl2.cpp:833 +#: tdeui/keditcl2.cpp:833 msgid "Replace &All" msgstr "Замінити &всі" -#: kdeui/keditcl2.cpp:852 +#: tdeui/keditcl2.cpp:852 msgid "Replace with:" msgstr "Замінити на:" -#: kdeui/keditcl2.cpp:984 +#: tdeui/keditcl2.cpp:984 msgid "Go to line:" msgstr "Перейти до рядка:" -#: kdeui/kwindowlistmenu.cpp:129 +#: tdeui/twindowlistmenu.cpp:129 msgid "Unclutter Windows" msgstr "Розібрати вікна" -#: kdeui/kwindowlistmenu.cpp:131 +#: tdeui/twindowlistmenu.cpp:131 msgid "Cascade Windows" msgstr "Вікна уступами" -#: kdeui/kwindowlistmenu.cpp:185 +#: tdeui/twindowlistmenu.cpp:185 msgid "On All Desktops" msgstr "На всіх стільницях" -#: kdeui/kwindowlistmenu.cpp:213 +#: tdeui/twindowlistmenu.cpp:213 msgid "No Windows" msgstr "Немає вікон" -#: kdeui/ktextedit.cpp:231 +#: tdeui/ktextedit.cpp:231 msgid "Check Spelling..." msgstr "Перевірити правопис..." -#: kdeui/ktextedit.cpp:237 +#: tdeui/ktextedit.cpp:237 msgid "Auto Spell Check" msgstr "Автоматична перевірка правопису" -#: kdeui/ktextedit.cpp:241 +#: tdeui/ktextedit.cpp:241 msgid "Allow Tabulations" msgstr "Дозволити табуляцію" -#: kdeui/ktextedit.cpp:353 khtml/rendering/render_form.cpp:331 +#: tdeui/ktextedit.cpp:353 khtml/rendering/render_form.cpp:331 msgid "Spell Checking" msgstr "Перевірка правопису" -#: kdeui/kspell.cpp:1176 +#: tdeui/kspell.cpp:1176 msgid "You have to restart the dialog for changes to take effect" msgstr "Вам потрібно перезапустити діалог, щоб скористатися зробленими змінами" -#: kdeui/kspell.cpp:1402 +#: tdeui/kspell.cpp:1402 msgid "Spell Checker" msgstr "Перевірка правопису" -#: kdeui/kcommand.cpp:151 kdeui/kcommand.cpp:166 kdeui/kcommand.cpp:199 -#: kdeui/kcommand.cpp:241 +#: tdeui/kcommand.cpp:151 tdeui/kcommand.cpp:166 tdeui/kcommand.cpp:199 +#: tdeui/kcommand.cpp:241 #, c-format msgid "&Undo: %1" msgstr "&Вернути: %1" -#: kdeui/kcommand.cpp:192 kdeui/kcommand.cpp:247 +#: tdeui/kcommand.cpp:192 tdeui/kcommand.cpp:247 #, c-format msgid "&Redo: %1" msgstr "&Повторити: %1" -#: kdeui/kcommand.cpp:322 +#: tdeui/kcommand.cpp:322 #, c-format msgid "Undo: %1" msgstr "Вернути: %1" -#: kdeui/kcommand.cpp:341 kdeui/kcommand.cpp:346 +#: tdeui/kcommand.cpp:341 tdeui/kcommand.cpp:346 #, c-format msgid "Redo: %1" msgstr "Повторити: %1" @@ -8023,10 +8023,10 @@ msgstr "" #: kinit/klauncher_main.cpp:58 msgid "" "klauncher: This program is not supposed to be started manually.\n" -"klauncher: It is started automatically by kdeinit.\n" +"klauncher: It is started automatically by tdeinit.\n" msgstr "" "klauncher: цю програму не можна запускати вручну.\n" -"klauncher: вона стартує автоматично з kdeinit.\n" +"klauncher: вона стартує автоматично з tdeinit.\n" #: kinit/klauncher.cpp:743 msgid "KDEInit could not launch '%1'." @@ -9393,285 +9393,285 @@ msgstr "Помилка читання -- можливо неправильний msgid "Decryption error." msgstr "Помилка розшифрування." -#: kdeui/kstdaction_p.h:40 +#: tdeui/kstdaction_p.h:40 msgid "&New" msgstr "&Новий" -#: kdeui/kstdaction_p.h:45 +#: tdeui/kstdaction_p.h:45 msgid "Re&vert" msgstr "&Відновити" -#: kdeui/kstdaction_p.h:48 +#: tdeui/kstdaction_p.h:48 msgid "Print Previe&w..." msgstr "&Перегляд друку..." -#: kdeui/kstdaction_p.h:49 +#: tdeui/kstdaction_p.h:49 msgid "&Mail..." msgstr "&Відправити листа..." -#: kdeui/kstdaction_p.h:53 +#: tdeui/kstdaction_p.h:53 msgid "Re&do" msgstr "П&овторити" -#: kdeui/kstdaction_p.h:59 +#: tdeui/kstdaction_p.h:59 msgid "Select &All" msgstr "Вибрати &все" -#: kdeui/kstdaction_p.h:60 +#: tdeui/kstdaction_p.h:60 msgid "Dese&lect" msgstr "Скасувати ви&бір" -#: kdeui/kstdaction_p.h:64 +#: tdeui/kstdaction_p.h:64 msgid "Find Pre&vious" msgstr "Знайти &позаду" -#: kdeui/kstdaction_p.h:67 +#: tdeui/kstdaction_p.h:67 msgid "&Actual Size" msgstr "&Фактичний розмір" -#: kdeui/kstdaction_p.h:68 +#: tdeui/kstdaction_p.h:68 msgid "&Fit to Page" msgstr "&Влаштувати в сторінку" -#: kdeui/kstdaction_p.h:69 +#: tdeui/kstdaction_p.h:69 msgid "Fit to Page &Width" msgstr "Влаштувати в &ширину сторінки" -#: kdeui/kstdaction_p.h:70 +#: tdeui/kstdaction_p.h:70 msgid "Fit to Page &Height" msgstr "Влаштувати в &висоту сторінки" -#: kdeui/kstdaction_p.h:71 +#: tdeui/kstdaction_p.h:71 msgid "Zoom &In" msgstr "З&більшити" -#: kdeui/kstdaction_p.h:72 +#: tdeui/kstdaction_p.h:72 msgid "Zoom &Out" msgstr "З&меншити" -#: kdeui/kstdaction_p.h:73 +#: tdeui/kstdaction_p.h:73 msgid "&Zoom..." msgstr "&Масштаб..." -#: kdeui/kstdaction_p.h:75 +#: tdeui/kstdaction_p.h:75 msgid "&Redisplay" msgstr "&Перерисувати" -#: kdeui/kstdaction_p.h:77 +#: tdeui/kstdaction_p.h:77 msgid "&Up" msgstr "&Нагору" -#: kdeui/kstdaction_p.h:82 +#: tdeui/kstdaction_p.h:82 msgid "&Previous Page" msgstr "&Попередня" -#: kdeui/kstdaction_p.h:83 +#: tdeui/kstdaction_p.h:83 msgid "&Next Page" msgstr "&Наступна" -#: kdeui/kstdaction_p.h:84 +#: tdeui/kstdaction_p.h:84 msgid "&Go To..." msgstr "П&ерейти..." -#: kdeui/kstdaction_p.h:85 +#: tdeui/kstdaction_p.h:85 msgid "&Go to Page..." msgstr "Перейти до &сторінки..." -#: kdeui/kstdaction_p.h:86 +#: tdeui/kstdaction_p.h:86 msgid "&Go to Line..." msgstr "Перейти до ря&дку..." -#: kdeui/kstdaction_p.h:87 +#: tdeui/kstdaction_p.h:87 msgid "&First Page" msgstr "Пе&рша" -#: kdeui/kstdaction_p.h:88 +#: tdeui/kstdaction_p.h:88 msgid "&Last Page" msgstr "&Остання" -#: kdeui/kstdaction_p.h:91 +#: tdeui/kstdaction_p.h:91 msgid "&Edit Bookmarks" msgstr "&Редагування закладок" -#: kdeui/kstdaction_p.h:99 +#: tdeui/kstdaction_p.h:99 msgid "&Save Settings" msgstr "&Зберегти параметри" -#: kdeui/kstdaction_p.h:100 +#: tdeui/kstdaction_p.h:100 msgid "Configure S&hortcuts..." msgstr "Налаштування с&корочень..." -#: kdeui/kstdaction_p.h:101 +#: tdeui/kstdaction_p.h:101 msgid "&Configure %1..." msgstr "&Налаштувати %1..." -#: kdeui/kstdaction_p.h:102 +#: tdeui/kstdaction_p.h:102 msgid "Configure Tool&bars..." msgstr "Налаштування пенал&ів..." -#: kdeui/kstdaction_p.h:103 +#: tdeui/kstdaction_p.h:103 msgid "Configure &Notifications..." msgstr "Налаштувати пов&ідомлення..." -#: kdeui/kstdaction_p.h:109 +#: tdeui/kstdaction_p.h:109 msgid "What's &This?" msgstr "&Що це?" -#: kdeui/kstdaction_p.h:110 +#: tdeui/kstdaction_p.h:110 msgid "Tip of the &Day" msgstr "П&орада дня" -#: kdecore/kde-config.cpp.in:14 +#: tdecore/kde-config.cpp.in:14 msgid "A little program to output installation paths" msgstr "Маленька програма для виводу шляхів, куди встановлено KDE" -#: kdecore/kde-config.cpp.in:18 +#: tdecore/kde-config.cpp.in:18 msgid "expand ${prefix} and ${exec_prefix} in output" msgstr "розгортати ${prefix} та ${exec_prefix} при виводі" -#: kdecore/kde-config.cpp.in:19 +#: tdecore/kde-config.cpp.in:19 msgid "Compiled in prefix for KDE libraries" msgstr "\"prefix\" для KDE бібліотек заданий при компіляції" -#: kdecore/kde-config.cpp.in:20 +#: tdecore/kde-config.cpp.in:20 msgid "Compiled in exec_prefix for KDE libraries" msgstr "\"exec_prefix\" для KDE бібліотек заданий при компіляції" -#: kdecore/kde-config.cpp.in:21 +#: tdecore/kde-config.cpp.in:21 msgid "Compiled in library path suffix" msgstr "суфікс у шляху до бібліотек заданий при компіляції" -#: kdecore/kde-config.cpp.in:22 +#: tdecore/kde-config.cpp.in:22 msgid "Prefix in $HOME used to write files" msgstr "шлях до теки (у $HOME ), де будуть створюватись локальні фали" -#: kdecore/kde-config.cpp.in:23 +#: tdecore/kde-config.cpp.in:23 msgid "Compiled in version string for KDE libraries" msgstr "версія KDE бібліотек задана при компіляції" -#: kdecore/kde-config.cpp.in:24 +#: tdecore/kde-config.cpp.in:24 msgid "Available KDE resource types" msgstr "наявні типи ресурсів KDE" -#: kdecore/kde-config.cpp.in:25 +#: tdecore/kde-config.cpp.in:25 msgid "Search path for resource type" msgstr "знайти шлях для ресурсів вказаного типу" -#: kdecore/kde-config.cpp.in:26 +#: tdecore/kde-config.cpp.in:26 msgid "User path: desktop|autostart|trash|document" msgstr "шлях встановлений користувачем для: desktop|autostart|trash|document" -#: kdecore/kde-config.cpp.in:27 +#: tdecore/kde-config.cpp.in:27 msgid "Prefix to install resource files to" msgstr "шлях для встановлення фалів ресурсів вказаного типу" -#: kdecore/kde-config.cpp.in:168 +#: tdecore/kde-config.cpp.in:168 msgid "Applications menu (.desktop files)" msgstr "Меню програм (.desktop файли)" -#: kdecore/kde-config.cpp.in:169 +#: tdecore/kde-config.cpp.in:169 msgid "CGIs to run from kdehelp" msgstr "CGI програми для запуску з kdehelp" -#: kdecore/kde-config.cpp.in:170 +#: tdecore/kde-config.cpp.in:170 msgid "Configuration files" msgstr "Конфігураційні файли" -#: kdecore/kde-config.cpp.in:171 +#: tdecore/kde-config.cpp.in:171 msgid "Where applications store data" msgstr "Де програми зберігають дані" -#: kdecore/kde-config.cpp.in:172 +#: tdecore/kde-config.cpp.in:172 msgid "Executables in $prefix/bin" msgstr "Файли, що можна виконувати, у $prefix/bin" -#: kdecore/kde-config.cpp.in:173 +#: tdecore/kde-config.cpp.in:173 msgid "HTML documentation" msgstr "HTML документація" -#: kdecore/kde-config.cpp.in:174 +#: tdecore/kde-config.cpp.in:174 msgid "Icons" msgstr "Піктограми" -#: kdecore/kde-config.cpp.in:175 +#: tdecore/kde-config.cpp.in:175 msgid "Configuration description files" msgstr "Файли з описом налаштувань" -#: kdecore/kde-config.cpp.in:176 +#: tdecore/kde-config.cpp.in:176 msgid "Libraries" msgstr "Бібліотеки" -#: kdecore/kde-config.cpp.in:177 +#: tdecore/kde-config.cpp.in:177 msgid "Includes/Headers" msgstr "Includes/Headers" -#: kdecore/kde-config.cpp.in:178 +#: tdecore/kde-config.cpp.in:178 msgid "Translation files for KLocale" msgstr "Фали з перекладами для KLocale" -#: kdecore/kde-config.cpp.in:179 +#: tdecore/kde-config.cpp.in:179 msgid "Mime types" msgstr "Типи Mime" -#: kdecore/kde-config.cpp.in:180 +#: tdecore/kde-config.cpp.in:180 msgid "Loadable modules" msgstr "Модулі програм" -#: kdecore/kde-config.cpp.in:181 +#: tdecore/kde-config.cpp.in:181 msgid "Qt plugins" msgstr "Втулки QT" -#: kdecore/kde-config.cpp.in:182 +#: tdecore/kde-config.cpp.in:182 msgid "Services" msgstr "Служби" -#: kdecore/kde-config.cpp.in:183 +#: tdecore/kde-config.cpp.in:183 msgid "Service types" msgstr "Типи служб" -#: kdecore/kde-config.cpp.in:184 +#: tdecore/kde-config.cpp.in:184 msgid "Application sounds" msgstr "Звуки програм" -#: kdecore/kde-config.cpp.in:185 +#: tdecore/kde-config.cpp.in:185 msgid "Templates" msgstr "Шаблони" -#: kdecore/kde-config.cpp.in:186 +#: tdecore/kde-config.cpp.in:186 msgid "Wallpapers" msgstr "Шпалери" -#: kdecore/kde-config.cpp.in:187 +#: tdecore/kde-config.cpp.in:187 msgid "XDG Application menu (.desktop files)" msgstr "Меню програм XDG (.desktop файли)" -#: kdecore/kde-config.cpp.in:188 +#: tdecore/kde-config.cpp.in:188 msgid "XDG Menu descriptions (.directory files)" msgstr "Описи меню XDG (.directory файли)" -#: kdecore/kde-config.cpp.in:189 +#: tdecore/kde-config.cpp.in:189 msgid "XDG Menu layout (.menu files)" msgstr "Розташування меню XDG (.menu файли)" -#: kdecore/kde-config.cpp.in:190 +#: tdecore/kde-config.cpp.in:190 msgid "Temporary files (specific for both current host and current user)" msgstr "" "Тимчасові файли (окремі як для поточного комп'ютера так і для поточного " "користувача)" -#: kdecore/kde-config.cpp.in:191 +#: tdecore/kde-config.cpp.in:191 msgid "UNIX Sockets (specific for both current host and current user)" msgstr "" "Сокети UNIX (окремі як для поточного комп'ютера так і для поточного " "користувача)" -#: kdecore/kde-config.cpp.in:203 +#: tdecore/kde-config.cpp.in:203 msgid "" "%1 - unknown type\n" msgstr "" "%1 - невідомий тип\n" -#: kdecore/kde-config.cpp.in:228 +#: tdecore/kde-config.cpp.in:228 msgid "" "%1 - unknown type of userpath\n" msgstr "" diff --git a/tde-i18n-uk/messages/kdelibs/kdelibs_colors.po b/tde-i18n-uk/messages/kdelibs/kdelibs_colors.po index ebe77df73aa..f9bcc4047e7 100644 --- a/tde-i18n-uk/messages/kdelibs/kdelibs_colors.po +++ b/tde-i18n-uk/messages/kdelibs/kdelibs_colors.po @@ -1,5 +1,5 @@ -# Translation of kdelibs_colors.po to Ukrainian -# translation of kdelibs_colors.po to Ukrainian +# Translation of tdelibs_colors.po to Ukrainian +# translation of tdelibs_colors.po to Ukrainian # Copyright (C) 2003, 2005, 2006 Free Software Foundation, Inc. # # Andriy Rysin <rysin@kde.org>, 2003, 2006. @@ -7,7 +7,7 @@ # Ivan Petrouchtchak <ivanpetrouchtchak@yahoo.com>, 2005. msgid "" msgstr "" -"Project-Id-Version: kdelibs_colors\n" +"Project-Id-Version: tdelibs_colors\n" "POT-Creation-Date: 2005-05-18 21:23+0200\n" "PO-Revision-Date: 2006-12-24 18:49-0500\n" "Last-Translator: Andriy Rysin <rysin@kde.org>\n" diff --git a/tde-i18n-uk/messages/kdelibs/kdeprint.po b/tde-i18n-uk/messages/kdelibs/kdeprint.po index 476fbc4d5a0..8b32c596590 100644 --- a/tde-i18n-uk/messages/kdelibs/kdeprint.po +++ b/tde-i18n-uk/messages/kdelibs/kdeprint.po @@ -1,9 +1,9 @@ -# translation of kdeprint.po to Ukrainian -# translation of kdeprint.po to -# Translation of kdeprint.po to Ukrainian -# Ukrainian translation of kdeprint.po to Ukrainian -# Ukrainian translation of kdelibs.po to Ukrainian -# Ukrainian translation of kdelibs. +# translation of tdeprint.po to Ukrainian +# translation of tdeprint.po to +# Translation of tdeprint.po to Ukrainian +# Ukrainian translation of tdeprint.po to Ukrainian +# Ukrainian translation of tdelibs.po to Ukrainian +# Ukrainian translation of tdelibs. # Copyright (C) 2000,2002,2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. # # Andy Rysin <arysin@yahoo.com>, 2000. @@ -14,7 +14,7 @@ # Ivan Petrouchtchak <ivanpetrouchtchak@yahoo.com>, 2005, 2006, 2007. msgid "" msgstr "" -"Project-Id-Version: kdeprint\n" +"Project-Id-Version: tdeprint\n" "POT-Creation-Date: 2007-08-27 01:12+0200\n" "PO-Revision-Date: 2007-10-07 20:01-0700\n" "Last-Translator: Ivan Petrouchtchak <ivanpetrouchtchak@yahoo.com>\n" @@ -3366,7 +3366,7 @@ msgstr "Неможливо знайти запитану сторінку." msgid "&Finish" msgstr "&Завершити" -#: management/kdeprint_management_module.cpp:48 +#: management/tdeprint_management_module.cpp:48 msgid "Select Command" msgstr "Виберіть команду" @@ -5260,7 +5260,7 @@ msgstr "Створення даних для друку: сторінка %1" msgid "Previewing..." msgstr "Перегляд..." -#: kdeprintd.cpp:158 kprinter.cpp:690 +#: tdeprintd.cpp:158 kprinter.cpp:690 #, c-format msgid "" "<p><nobr>A print error occurred. Error message received from system:</nobr></p>" @@ -5330,11 +5330,11 @@ msgstr "Черга віддаленого принтера на %1" #: kmspecialmanager.cpp:53 msgid "" -"A file share/kdeprint/specials.desktop was found in your local KDE directory. " +"A file share/tdeprint/specials.desktop was found in your local KDE directory. " "This file probably comes from a previous KDE release and should be removed in " "order to manage global pseudo printers." msgstr "" -"Файл share/kdeprint/specials.desktop було знайдено у вашому локальному каталогу " +"Файл share/tdeprint/specials.desktop було знайдено у вашому локальному каталогу " "параметрів KDE. Ймовірно цей файл залишився від попереднього випуску KDE, його " "слід видалити, щоб мати змогу керувати глобальними псевдо принтерами." @@ -5362,10 +5362,10 @@ msgstr "Неможливо запустити дочірній процес др #: kprinterimpl.cpp:281 msgid "" -"The KDE print server (<b>kdeprintd</b>) could not be contacted. Check that this " +"The KDE print server (<b>tdeprintd</b>) could not be contacted. Check that this " "server is running." msgstr "" -"Неможливо приєднатися до сервера друку KDE (<b>kdeprintd</b>" +"Неможливо приєднатися до сервера друку KDE (<b>tdeprintd</b>" "). Перевірте, що сервер запущено." #: kprinterimpl.cpp:283 @@ -5924,7 +5924,7 @@ msgstr "Аварійне завершення процесу (<b>%1</b>)." msgid "<b>%1</b>: execution failed with message:<p>%2</p>" msgstr "Виконання <b>%1</b> завершилось з помилкою:<p>%2</p>" -#: kdeprintd.cpp:176 +#: tdeprintd.cpp:176 msgid "" "Some of the files to print are not readable by the KDE print daemon. This may " "happen if you are trying to print as a different user to the one currently " @@ -5935,20 +5935,20 @@ msgstr "" "користувача відмінного за зареєстрованого в системі. Щоб продовжити друк, вам " "потрібно ввести пароль адміністратора (користувача root)." -#: kdeprintd.cpp:181 +#: tdeprintd.cpp:181 msgid "Provide root's Password" msgstr "Введіть пароль адміністратора" -#: kdeprintd.cpp:200 kdeprintd.cpp:202 +#: tdeprintd.cpp:200 tdeprintd.cpp:202 #, c-format msgid "Printing Status - %1" msgstr "Стан друку - %1" -#: kdeprintd.cpp:263 +#: tdeprintd.cpp:263 msgid "Printing system" msgstr "Система друку" -#: kdeprintd.cpp:266 +#: tdeprintd.cpp:266 msgid "Authentication failed (user name=%1)" msgstr "Автентифікація зазнала невдачі (ім'я користувача=%1)" diff --git a/tde-i18n-uk/messages/kdelibs/kio.po b/tde-i18n-uk/messages/kdelibs/kio.po index fa66223f9a8..3017fdd38ea 100644 --- a/tde-i18n-uk/messages/kdelibs/kio.po +++ b/tde-i18n-uk/messages/kdelibs/kio.po @@ -2,8 +2,8 @@ # Translation of kio.po to Ukrainian # Ukrainian translation of .po to Ukrainian # Ukrainian translation of kio.po to Ukrainian -# Ukrainian translation of kdelibs.po to Ukrainian -# Ukrainian translation of kdelibs. +# Ukrainian translation of tdelibs.po to Ukrainian +# Ukrainian translation of tdelibs. # Copyright (C) 2000,2002,2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. # # Andy Rysin <arysin@yahoo.com>, 2000. diff --git a/tde-i18n-uk/messages/kdelibs/kio_help.po b/tde-i18n-uk/messages/kdelibs/kio_help.po index 88b3266f1fb..36eaf539080 100644 --- a/tde-i18n-uk/messages/kdelibs/kio_help.po +++ b/tde-i18n-uk/messages/kdelibs/kio_help.po @@ -92,8 +92,8 @@ msgid "Create a cache file for the document" msgstr "Створити файл кешу для документа" #: meinproc.cpp:81 -msgid "Set the srcdir, for kdelibs" -msgstr "Встановити каталог з джерельними текстами kdelibs" +msgid "Set the srcdir, for tdelibs" +msgstr "Встановити каталог з джерельними текстами tdelibs" #: meinproc.cpp:82 msgid "Parameters to pass to the stylesheet" diff --git a/tde-i18n-uk/messages/kdemultimedia/Makefile.in b/tde-i18n-uk/messages/kdemultimedia/Makefile.in index 0cba96f387d..115b7ac361b 100644 --- a/tde-i18n-uk/messages/kdemultimedia/Makefile.in +++ b/tde-i18n-uk/messages/kdemultimedia/Makefile.in @@ -30,7 +30,7 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : -subdir = messages/kdemultimedia +subdir = messages/tdemultimedia DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ @@ -164,7 +164,7 @@ kde_styledir = @kde_styledir@ kde_templatesdir = @kde_templatesdir@ kde_wallpaperdir = @kde_wallpaperdir@ kde_widgetdir = @kde_widgetdir@ -kdeinitdir = @kdeinitdir@ +tdeinitdir = @tdeinitdir@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ @@ -208,9 +208,9 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) #>- exit 1;; \ #>- esac; \ #>- done; \ -#>- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/kdemultimedia/Makefile'; \ +#>- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/tdemultimedia/Makefile'; \ #>- cd $(top_srcdir) && \ -#>- $(AUTOMAKE) --gnu messages/kdemultimedia/Makefile +#>- $(AUTOMAKE) --gnu messages/tdemultimedia/Makefile #>+ 12 @for dep in $?; do \ case '$(am__configure_deps)' in \ @@ -220,10 +220,10 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/kdemultimedia/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/tdemultimedia/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu messages/kdemultimedia/Makefile - cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin messages/kdemultimedia/Makefile.in + $(AUTOMAKE) --gnu messages/tdemultimedia/Makefile + cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin messages/tdemultimedia/Makefile.in .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -690,10 +690,10 @@ force-reedit: exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/kdemultimedia/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/tdemultimedia/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu messages/kdemultimedia/Makefile - cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin messages/kdemultimedia/Makefile.in + $(AUTOMAKE) --gnu messages/tdemultimedia/Makefile + cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin messages/tdemultimedia/Makefile.in #>+ 21 diff --git a/tde-i18n-uk/messages/kdemultimedia/krec.po b/tde-i18n-uk/messages/kdemultimedia/krec.po index 7c8a111ed71..53ae4f81504 100644 --- a/tde-i18n-uk/messages/kdemultimedia/krec.po +++ b/tde-i18n-uk/messages/kdemultimedia/krec.po @@ -464,13 +464,13 @@ msgstr "" #: krecord.cpp:343 msgid "" "Possible reasons are:\n" -"- You installed KRec on its own without the rest of kdemultimedia.\n" +"- You installed KRec on its own without the rest of tdemultimedia.\n" "- You installed everything correctly, but did not restart the aRts daemon\n" " and therefore it is not aware of the new effects.\n" "- This is a bug." msgstr "" "Можливі причини:\n" -"- Ви встановили KRec без решти пакунку kdemultimedia.\n" +"- Ви встановили KRec без решти пакунку tdemultimedia.\n" "- Ви встановили все правильно, але не перезавантажили демон aRts\n" " і таким чином система не знає про нові ефекти.\n" "- Це помилка в програмі." diff --git a/tde-i18n-uk/messages/kdenetwork/Makefile.in b/tde-i18n-uk/messages/kdenetwork/Makefile.in index e2367bc030c..94b825ea1c3 100644 --- a/tde-i18n-uk/messages/kdenetwork/Makefile.in +++ b/tde-i18n-uk/messages/kdenetwork/Makefile.in @@ -30,7 +30,7 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : -subdir = messages/kdenetwork +subdir = messages/tdenetwork DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ @@ -164,7 +164,7 @@ kde_styledir = @kde_styledir@ kde_templatesdir = @kde_templatesdir@ kde_wallpaperdir = @kde_wallpaperdir@ kde_widgetdir = @kde_widgetdir@ -kdeinitdir = @kdeinitdir@ +tdeinitdir = @tdeinitdir@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ @@ -208,9 +208,9 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) #>- exit 1;; \ #>- esac; \ #>- done; \ -#>- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/kdenetwork/Makefile'; \ +#>- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/tdenetwork/Makefile'; \ #>- cd $(top_srcdir) && \ -#>- $(AUTOMAKE) --gnu messages/kdenetwork/Makefile +#>- $(AUTOMAKE) --gnu messages/tdenetwork/Makefile #>+ 12 @for dep in $?; do \ case '$(am__configure_deps)' in \ @@ -220,10 +220,10 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/kdenetwork/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/tdenetwork/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu messages/kdenetwork/Makefile - cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin messages/kdenetwork/Makefile.in + $(AUTOMAKE) --gnu messages/tdenetwork/Makefile + cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin messages/tdenetwork/Makefile.in .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -674,10 +674,10 @@ force-reedit: exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/kdenetwork/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/tdenetwork/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu messages/kdenetwork/Makefile - cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin messages/kdenetwork/Makefile.in + $(AUTOMAKE) --gnu messages/tdenetwork/Makefile + cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin messages/tdenetwork/Makefile.in #>+ 21 diff --git a/tde-i18n-uk/messages/kdepim/Makefile.in b/tde-i18n-uk/messages/kdepim/Makefile.in index a1e16590e58..be825c8d7b2 100644 --- a/tde-i18n-uk/messages/kdepim/Makefile.in +++ b/tde-i18n-uk/messages/kdepim/Makefile.in @@ -30,7 +30,7 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : -subdir = messages/kdepim +subdir = messages/tdepim DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ @@ -164,7 +164,7 @@ kde_styledir = @kde_styledir@ kde_templatesdir = @kde_templatesdir@ kde_wallpaperdir = @kde_wallpaperdir@ kde_widgetdir = @kde_widgetdir@ -kdeinitdir = @kdeinitdir@ +tdeinitdir = @tdeinitdir@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ @@ -192,8 +192,8 @@ KDE_LANG = uk SUBDIRS =. #>- POFILES = AUTO #>+ 2 -POFILES = libkdepim.po kfile_rfc822.po kres_blogging.po karm.po kres_xmlrpc.po kandy.po ktnef.po kfile_vcf.po kdepimwizards.po kres_remote.po kdgantt.po libksync.po kabc2mutt.po kwatchgnupg.po kontact.po kabc_slox.po kleopatra.po kres_featureplan.po kfile_ics.po konsolekalendar.po kres_exchange.po kitchensync.po kcmkabconfig.po knode.po kmail.po libksieve.po kio_imap4.po kfile_palm.po kres_tvanytime.po korganizer.po kres_groupware.po libkpimexchange.po kcmkontactnt.po kio_mobile.po kres_groupwise.po kres_birthday.po libkleopatra.po kpilot.po kmail_text_calendar_plugin.po kdepimresources.po knotes.po libkmime.po akregator.po kmail_text_vcard_plugin.po libkcal.po kmobile.po kalarm.po kio_groupwise.po korn.po kaddressbook.po libkholidays.po kio_sieve.po kres_kolab.po libkpgp.po kmailcvt.po kgantt.po -GMOFILES = libkdepim.gmo kfile_rfc822.gmo kres_blogging.gmo karm.gmo kres_xmlrpc.gmo kandy.gmo ktnef.gmo kfile_vcf.gmo kdepimwizards.gmo kres_remote.gmo kdgantt.gmo libksync.gmo kabc2mutt.gmo kwatchgnupg.gmo kontact.gmo kabc_slox.gmo kleopatra.gmo kres_featureplan.gmo kfile_ics.gmo konsolekalendar.gmo kres_exchange.gmo kitchensync.gmo kcmkabconfig.gmo knode.gmo kmail.gmo libksieve.gmo kio_imap4.gmo kfile_palm.gmo kres_tvanytime.gmo korganizer.gmo kres_groupware.gmo libkpimexchange.gmo kcmkontactnt.gmo kio_mobile.gmo kres_groupwise.gmo kres_birthday.gmo libkleopatra.gmo kpilot.gmo kmail_text_calendar_plugin.gmo kdepimresources.gmo knotes.gmo libkmime.gmo akregator.gmo kmail_text_vcard_plugin.gmo libkcal.gmo kmobile.gmo kalarm.gmo kio_groupwise.gmo korn.gmo kaddressbook.gmo libkholidays.gmo kio_sieve.gmo kres_kolab.gmo libkpgp.gmo kmailcvt.gmo kgantt.gmo +POFILES = libtdepim.po kfile_rfc822.po kres_blogging.po karm.po kres_xmlrpc.po kandy.po ktnef.po kfile_vcf.po tdepimwizards.po kres_remote.po kdgantt.po libksync.po kabc2mutt.po kwatchgnupg.po kontact.po kabc_slox.po kleopatra.po kres_featureplan.po kfile_ics.po konsolekalendar.po kres_exchange.po kitchensync.po kcmkabconfig.po knode.po kmail.po libksieve.po kio_imap4.po kfile_palm.po kres_tvanytime.po korganizer.po kres_groupware.po libkpimexchange.po kcmkontactnt.po kio_mobile.po kres_groupwise.po kres_birthday.po libkleopatra.po kpilot.po kmail_text_calendar_plugin.po tdepimresources.po knotes.po libkmime.po akregator.po kmail_text_vcard_plugin.po libkcal.po kmobile.po kalarm.po kio_groupwise.po korn.po kaddressbook.po libkholidays.po kio_sieve.po kres_kolab.po libkpgp.po kmailcvt.po kgantt.po +GMOFILES = libtdepim.gmo kfile_rfc822.gmo kres_blogging.gmo karm.gmo kres_xmlrpc.gmo kandy.gmo ktnef.gmo kfile_vcf.gmo tdepimwizards.gmo kres_remote.gmo kdgantt.gmo libksync.gmo kabc2mutt.gmo kwatchgnupg.gmo kontact.gmo kabc_slox.gmo kleopatra.gmo kres_featureplan.gmo kfile_ics.gmo konsolekalendar.gmo kres_exchange.gmo kitchensync.gmo kcmkabconfig.gmo knode.gmo kmail.gmo libksieve.gmo kio_imap4.gmo kfile_palm.gmo kres_tvanytime.gmo korganizer.gmo kres_groupware.gmo libkpimexchange.gmo kcmkontactnt.gmo kio_mobile.gmo kres_groupwise.gmo kres_birthday.gmo libkleopatra.gmo kpilot.gmo kmail_text_calendar_plugin.gmo tdepimresources.gmo knotes.gmo libkmime.gmo akregator.gmo kmail_text_vcard_plugin.gmo libkcal.gmo kmobile.gmo kalarm.gmo kio_groupwise.gmo korn.gmo kaddressbook.gmo libkholidays.gmo kio_sieve.gmo kres_kolab.gmo libkpgp.gmo kmailcvt.gmo kgantt.gmo #>- all: all-recursive #>+ 1 all: all-nls docs-am all-recursive @@ -208,9 +208,9 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) #>- exit 1;; \ #>- esac; \ #>- done; \ -#>- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/kdepim/Makefile'; \ +#>- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/tdepim/Makefile'; \ #>- cd $(top_srcdir) && \ -#>- $(AUTOMAKE) --gnu messages/kdepim/Makefile +#>- $(AUTOMAKE) --gnu messages/tdepim/Makefile #>+ 12 @for dep in $?; do \ case '$(am__configure_deps)' in \ @@ -220,10 +220,10 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/kdepim/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/tdepim/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu messages/kdepim/Makefile - cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin messages/kdepim/Makefile.in + $(AUTOMAKE) --gnu messages/tdepim/Makefile + cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin messages/tdepim/Makefile.in .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -531,12 +531,12 @@ uninstall-am: .NOEXPORT: #>+ 2 -KDE_DIST=knode.po konsolekalendar.po karm.po kgantt.po kio_mobile.po kio_sieve.po akregator.po kres_birthday.po ktnef.po kandy.po kres_remote.po kdepimresources.po libksync.po kio_groupwise.po kres_tvanytime.po kfile_vcf.po kres_groupware.po kwatchgnupg.po korn.po korganizer.po kdgantt.po kcmkontactnt.po kres_groupwise.po Makefile.in kres_exchange.po kfile_palm.po kmail_text_vcard_plugin.po kleopatra.po libkholidays.po libkdepim.po kres_featureplan.po libksieve.po libkpimexchange.po kabc2mutt.po kres_kolab.po kontact.po libkmime.po kdepimwizards.po knotes.po kaddressbook.po kres_blogging.po kmobile.po kcmkabconfig.po kmailcvt.po kres_xmlrpc.po kitchensync.po kpilot.po kmail_text_calendar_plugin.po kfile_ics.po libkleopatra.po kabc_slox.po libkcal.po kfile_rfc822.po kmail.po kalarm.po kio_imap4.po libkpgp.po Makefile.am +KDE_DIST=knode.po konsolekalendar.po karm.po kgantt.po kio_mobile.po kio_sieve.po akregator.po kres_birthday.po ktnef.po kandy.po kres_remote.po tdepimresources.po libksync.po kio_groupwise.po kres_tvanytime.po kfile_vcf.po kres_groupware.po kwatchgnupg.po korn.po korganizer.po kdgantt.po kcmkontactnt.po kres_groupwise.po Makefile.in kres_exchange.po kfile_palm.po kmail_text_vcard_plugin.po kleopatra.po libkholidays.po libtdepim.po kres_featureplan.po libksieve.po libkpimexchange.po kabc2mutt.po kres_kolab.po kontact.po libkmime.po tdepimwizards.po knotes.po kaddressbook.po kres_blogging.po kmobile.po kcmkabconfig.po kmailcvt.po kres_xmlrpc.po kitchensync.po kpilot.po kmail_text_calendar_plugin.po kfile_ics.po libkleopatra.po kabc_slox.po libkcal.po kfile_rfc822.po kmail.po kalarm.po kio_imap4.po libkpgp.po Makefile.am #>+ 169 -libkdepim.gmo: libkdepim.po - rm -f libkdepim.gmo; $(GMSGFMT) -o libkdepim.gmo $(srcdir)/libkdepim.po - test ! -f libkdepim.gmo || touch libkdepim.gmo +libtdepim.gmo: libtdepim.po + rm -f libtdepim.gmo; $(GMSGFMT) -o libtdepim.gmo $(srcdir)/libtdepim.po + test ! -f libtdepim.gmo || touch libtdepim.gmo kfile_rfc822.gmo: kfile_rfc822.po rm -f kfile_rfc822.gmo; $(GMSGFMT) -o kfile_rfc822.gmo $(srcdir)/kfile_rfc822.po test ! -f kfile_rfc822.gmo || touch kfile_rfc822.gmo @@ -558,9 +558,9 @@ ktnef.gmo: ktnef.po kfile_vcf.gmo: kfile_vcf.po rm -f kfile_vcf.gmo; $(GMSGFMT) -o kfile_vcf.gmo $(srcdir)/kfile_vcf.po test ! -f kfile_vcf.gmo || touch kfile_vcf.gmo -kdepimwizards.gmo: kdepimwizards.po - rm -f kdepimwizards.gmo; $(GMSGFMT) -o kdepimwizards.gmo $(srcdir)/kdepimwizards.po - test ! -f kdepimwizards.gmo || touch kdepimwizards.gmo +tdepimwizards.gmo: tdepimwizards.po + rm -f tdepimwizards.gmo; $(GMSGFMT) -o tdepimwizards.gmo $(srcdir)/tdepimwizards.po + test ! -f tdepimwizards.gmo || touch tdepimwizards.gmo kres_remote.gmo: kres_remote.po rm -f kres_remote.gmo; $(GMSGFMT) -o kres_remote.gmo $(srcdir)/kres_remote.po test ! -f kres_remote.gmo || touch kres_remote.gmo @@ -651,9 +651,9 @@ kpilot.gmo: kpilot.po kmail_text_calendar_plugin.gmo: kmail_text_calendar_plugin.po rm -f kmail_text_calendar_plugin.gmo; $(GMSGFMT) -o kmail_text_calendar_plugin.gmo $(srcdir)/kmail_text_calendar_plugin.po test ! -f kmail_text_calendar_plugin.gmo || touch kmail_text_calendar_plugin.gmo -kdepimresources.gmo: kdepimresources.po - rm -f kdepimresources.gmo; $(GMSGFMT) -o kdepimresources.gmo $(srcdir)/kdepimresources.po - test ! -f kdepimresources.gmo || touch kdepimresources.gmo +tdepimresources.gmo: tdepimresources.po + rm -f tdepimresources.gmo; $(GMSGFMT) -o tdepimresources.gmo $(srcdir)/tdepimresources.po + test ! -f tdepimresources.gmo || touch tdepimresources.gmo knotes.gmo: knotes.po rm -f knotes.gmo; $(GMSGFMT) -o knotes.gmo $(srcdir)/knotes.po test ! -f knotes.gmo || touch knotes.gmo @@ -705,12 +705,12 @@ kgantt.gmo: kgantt.po #>+ 3 clean-nls: - -rm -f libkdepim.gmo kfile_rfc822.gmo kres_blogging.gmo karm.gmo kres_xmlrpc.gmo kandy.gmo ktnef.gmo kfile_vcf.gmo kdepimwizards.gmo kres_remote.gmo kdgantt.gmo libksync.gmo kabc2mutt.gmo kwatchgnupg.gmo kontact.gmo kabc_slox.gmo kleopatra.gmo kres_featureplan.gmo kfile_ics.gmo konsolekalendar.gmo kres_exchange.gmo kitchensync.gmo kcmkabconfig.gmo knode.gmo kmail.gmo libksieve.gmo kio_imap4.gmo kfile_palm.gmo kres_tvanytime.gmo korganizer.gmo kres_groupware.gmo libkpimexchange.gmo kcmkontactnt.gmo kio_mobile.gmo kres_groupwise.gmo kres_birthday.gmo libkleopatra.gmo kpilot.gmo kmail_text_calendar_plugin.gmo kdepimresources.gmo knotes.gmo libkmime.gmo akregator.gmo kmail_text_vcard_plugin.gmo libkcal.gmo kmobile.gmo kalarm.gmo kio_groupwise.gmo korn.gmo kaddressbook.gmo libkholidays.gmo kio_sieve.gmo kres_kolab.gmo libkpgp.gmo kmailcvt.gmo kgantt.gmo + -rm -f libtdepim.gmo kfile_rfc822.gmo kres_blogging.gmo karm.gmo kres_xmlrpc.gmo kandy.gmo ktnef.gmo kfile_vcf.gmo tdepimwizards.gmo kres_remote.gmo kdgantt.gmo libksync.gmo kabc2mutt.gmo kwatchgnupg.gmo kontact.gmo kabc_slox.gmo kleopatra.gmo kres_featureplan.gmo kfile_ics.gmo konsolekalendar.gmo kres_exchange.gmo kitchensync.gmo kcmkabconfig.gmo knode.gmo kmail.gmo libksieve.gmo kio_imap4.gmo kfile_palm.gmo kres_tvanytime.gmo korganizer.gmo kres_groupware.gmo libkpimexchange.gmo kcmkontactnt.gmo kio_mobile.gmo kres_groupwise.gmo kres_birthday.gmo libkleopatra.gmo kpilot.gmo kmail_text_calendar_plugin.gmo tdepimresources.gmo knotes.gmo libkmime.gmo akregator.gmo kmail_text_vcard_plugin.gmo libkcal.gmo kmobile.gmo kalarm.gmo kio_groupwise.gmo korn.gmo kaddressbook.gmo libkholidays.gmo kio_sieve.gmo kres_kolab.gmo libkpgp.gmo kmailcvt.gmo kgantt.gmo #>+ 10 install-nls: $(mkinstalldirs) $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES - @for base in libkdepim kfile_rfc822 kres_blogging karm kres_xmlrpc kandy ktnef kfile_vcf kdepimwizards kres_remote kdgantt libksync kabc2mutt kwatchgnupg kontact kabc_slox kleopatra kres_featureplan kfile_ics konsolekalendar kres_exchange kitchensync kcmkabconfig knode kmail libksieve kio_imap4 kfile_palm kres_tvanytime korganizer kres_groupware libkpimexchange kcmkontactnt kio_mobile kres_groupwise kres_birthday libkleopatra kpilot kmail_text_calendar_plugin kdepimresources knotes libkmime akregator kmail_text_vcard_plugin libkcal kmobile kalarm kio_groupwise korn kaddressbook libkholidays kio_sieve kres_kolab libkpgp kmailcvt kgantt ; do \ + @for base in libtdepim kfile_rfc822 kres_blogging karm kres_xmlrpc kandy ktnef kfile_vcf tdepimwizards kres_remote kdgantt libksync kabc2mutt kwatchgnupg kontact kabc_slox kleopatra kres_featureplan kfile_ics konsolekalendar kres_exchange kitchensync kcmkabconfig knode kmail libksieve kio_imap4 kfile_palm kres_tvanytime korganizer kres_groupware libkpimexchange kcmkontactnt kio_mobile kres_groupwise kres_birthday libkleopatra kpilot kmail_text_calendar_plugin tdepimresources knotes libkmime akregator kmail_text_vcard_plugin libkcal kmobile kalarm kio_groupwise korn kaddressbook libkholidays kio_sieve kres_kolab libkpgp kmailcvt kgantt ; do \ echo $(INSTALL_DATA) $$base.gmo $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/$$base.mo ;\ if test -f $$base.gmo; then $(INSTALL_DATA) $$base.gmo $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/$$base.mo ;\ elif test -f $(srcdir)/$$base.gmo; then $(INSTALL_DATA) $(srcdir)/$$base.gmo $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/$$base.mo ;\ @@ -720,7 +720,7 @@ install-nls: #>+ 58 uninstall-nls: - rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/libkdepim.mo + rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/libtdepim.mo rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kfile_rfc822.mo rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kres_blogging.mo rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/karm.mo @@ -728,7 +728,7 @@ uninstall-nls: rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kandy.mo rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/ktnef.mo rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kfile_vcf.mo - rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kdepimwizards.mo + rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/tdepimwizards.mo rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kres_remote.mo rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kdgantt.mo rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/libksync.mo @@ -759,7 +759,7 @@ uninstall-nls: rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/libkleopatra.mo rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kpilot.mo rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kmail_text_calendar_plugin.mo - rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kdepimresources.mo + rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/tdepimresources.mo rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/knotes.mo rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/libkmime.mo rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/akregator.mo @@ -802,10 +802,10 @@ force-reedit: exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/kdepim/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/tdepim/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu messages/kdepim/Makefile - cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin messages/kdepim/Makefile.in + $(AUTOMAKE) --gnu messages/tdepim/Makefile + cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin messages/tdepim/Makefile.in #>+ 21 diff --git a/tde-i18n-uk/messages/kdepim/kdepimresources.po b/tde-i18n-uk/messages/kdepim/kdepimresources.po index dd6f701cdb2..550ce5dfc0b 100644 --- a/tde-i18n-uk/messages/kdepim/kdepimresources.po +++ b/tde-i18n-uk/messages/kdepim/kdepimresources.po @@ -1,9 +1,9 @@ -# Translation of kdepimresources.po to Ukrainian +# Translation of tdepimresources.po to Ukrainian # Ivan Petrouchtchak <iip@telus.net>, 2005. # msgid "" msgstr "" -"Project-Id-Version: kdepimresources\n" +"Project-Id-Version: tdepimresources\n" "POT-Creation-Date: 2005-03-13 01:24+0100\n" "PO-Revision-Date: 2005-02-07 00:36-0800\n" "Last-Translator: Ivan Petrouchtchak <iip@telus.net>\n" diff --git a/tde-i18n-uk/messages/kdepim/kdepimwizards.po b/tde-i18n-uk/messages/kdepim/kdepimwizards.po index 1451d52bc44..cd11b3959e8 100644 --- a/tde-i18n-uk/messages/kdepim/kdepimwizards.po +++ b/tde-i18n-uk/messages/kdepim/kdepimwizards.po @@ -1,11 +1,11 @@ -# Translation of kdepimwizards.po to Ukrainian +# Translation of tdepimwizards.po to Ukrainian # Ivan Petrouchtchak <iip@telus.net>, 2004, 2005. # Eugene Onischenko <oneugene@ukr.net>, 2004. # Ivan Petrouchtchak <ivanpetrouchtchak@yahoo.com>, 2005, 2007. -# translation of kdepimwizards.po to Ukrainian +# translation of tdepimwizards.po to Ukrainian msgid "" msgstr "" -"Project-Id-Version: kdepimwizards\n" +"Project-Id-Version: tdepimwizards\n" "POT-Creation-Date: 2008-01-26 01:19+0100\n" "PO-Revision-Date: 2007-04-27 19:35-0700\n" "Last-Translator: Ivan Petrouchtchak <ivanpetrouchtchak@yahoo.com>\n" diff --git a/tde-i18n-uk/messages/kdepim/kpilot.po b/tde-i18n-uk/messages/kdepim/kpilot.po index f39ba9967c3..e52002424ae 100644 --- a/tde-i18n-uk/messages/kdepim/kpilot.po +++ b/tde-i18n-uk/messages/kdepim/kpilot.po @@ -340,8 +340,8 @@ msgid "%1 Conduit" msgstr "Акведук %1" #: lib/plugin.cc:144 -msgid "Send questions and comments to kdepim-users@kde.org" -msgstr "Надсилайте запитання та коментарі до kdepim-users@kde.org" +msgid "Send questions and comments to tdepim-users@kde.org" +msgstr "Надсилайте запитання та коментарі до tdepim-users@kde.org" #: lib/plugin.cc:194 msgid "Send questions and comments to <a href=\"mailto:%1\">%2</a>." @@ -2000,10 +2000,10 @@ msgstr "&Архівований" #: kpilot/dbRecordEditor.cc:193 msgid "" "To view and edit the record data, please install a hex editor (e.g. kbytesedit " -"from kdeutils)." +"from tdeutils)." msgstr "" "Для перегляду та редагування даних запису, будь ласка, встановіть " -"шістнадцятковий редактор (напр., kbytesedit з kdeutils)." +"шістнадцятковий редактор (напр., kbytesedit з tdeutils)." #: kpilot/datebookWidget.cc:58 kpilot/dbviewerWidget.cc:109 msgid "&Add..." @@ -2254,10 +2254,10 @@ msgstr "Змінити блок AppInfo" #: kpilot/dbAppInfoEditor.cc:68 msgid "" "To view the Application info block data, please install a hex editor (e.g. " -"khexedit from kdeutils)." +"khexedit from tdeutils)." msgstr "" "Для перегляду інформації блоку даних програми, будь ласка, встановіть " -"шістнадцятковий редактор (напр., kbytesedit з kdeutils)." +"шістнадцятковий редактор (напр., kbytesedit з tdeutils)." #: kpilot/dbAppInfoEditor.cc:86 msgid "Changing the AppInfo block isn't yet supported by KPilot!" @@ -2719,10 +2719,10 @@ msgstr "Запис в кишеньковий пристрій" #: kpilot/internalEditorAction.cc:263 kpilot/internalEditorAction.cc:291 msgid "" "To view and edit the record data, please install a hex editor (e.g. khexedit " -"from kdeutils)." +"from tdeutils)." msgstr "" "Для перегляду та редагування даних запису, будь ласка, встановіть " -"шістнадцятковий редактор (напр., kbytesedit з kdeutils)." +"шістнадцятковий редактор (напр., kbytesedit з tdeutils)." #: kpilot/internalEditorAction.cc:315 #, c-format @@ -5143,16 +5143,16 @@ msgid "" "the changes in one of them. Select this option to prevent KPilot from " "overwriting your modifications.</qt>" msgstr "" -"<h1>Паролі</h1> Цей модуль надає Вам можливість встановити як саме \"kdesu\" " +"<h1>Паролі</h1> Цей модуль надає Вам можливість встановити як саме \"tdesu\" " "буде поводитися з Вашими паролями. Kdesu спитає у Вас пароль, коли ви спробуєте " "виконати дію, яка вимагає вищих привілеїв, таких як, наприклад, встановлення " "дати та часу, що зберігаються у системному годиннику, чи додання нових " "користувачів на Вашій системі. " "<p> Ви можете встановити тип візуального зворотного зв'язку при введенні " -"паролів та буде чи ні kdesu пам'ятати введений пароль на протязі деякого часу " +"паролів та буде чи ні tdesu пам'ятати введений пароль на протязі деякого часу " "після його введення." "<p> Відмітьте, що ці установки впливають <em>тільки</em> " -"на kdesu. Це означає, все що стосується паролів у KMail та всіх інших не можна " +"на tdesu. Це означає, все що стосується паролів у KMail та всіх інших не можна " "налаштувати звідси." #. i18n: file ./conduits/docconduit/doc-setupdialog.ui line 432 @@ -5171,16 +5171,16 @@ msgid "" "the changes in one of them. Select this option to make the PDA version " "overwrite the PC version in case of conflict.</qt>" msgstr "" -"<h1>Паролі</h1> Цей модуль надає Вам можливість встановити як саме \"kdesu\" " +"<h1>Паролі</h1> Цей модуль надає Вам можливість встановити як саме \"tdesu\" " "буде поводитися з Вашими паролями. Kdesu спитає у Вас пароль, коли ви спробуєте " "виконати дію, яка вимагає вищих привілеїв, таких як, наприклад, встановлення " "дати та часу, що зберігаються у системному годиннику, чи додання нових " "користувачів на Вашій системі. " "<p> Ви можете встановити тип візуального зворотного зв'язку при введенні " -"паролів та буде чи ні kdesu пам'ятати введений пароль на протязі деякого часу " +"паролів та буде чи ні tdesu пам'ятати введений пароль на протязі деякого часу " "після його введення." "<p> Відмітьте, що ці установки впливають <em>тільки</em> " -"на kdesu. Це означає, все що стосується паролів у KMail та всіх інших не можна " +"на tdesu. Це означає, все що стосується паролів у KMail та всіх інших не можна " "налаштувати звідси." #. i18n: file ./conduits/docconduit/doc-setupdialog.ui line 446 @@ -5199,16 +5199,16 @@ msgid "" "the changes in one of them. Select this option to make the PC version overwrite " "the PDA version in case of conflict.</qt>" msgstr "" -"<h1>Паролі</h1> Цей модуль надає Вам можливість встановити як саме \"kdesu\" " +"<h1>Паролі</h1> Цей модуль надає Вам можливість встановити як саме \"tdesu\" " "буде поводитися з Вашими паролями. Kdesu спитає у Вас пароль, коли ви спробуєте " "виконати дію, яка вимагає вищих привілеїв, таких як, наприклад, встановлення " "дати та часу, що зберігаються у системному годиннику, чи додання нових " "користувачів на Вашій системі. " "<p> Ви можете встановити тип візуального зворотного зв'язку при введенні " -"паролів та буде чи ні kdesu пам'ятати введений пароль на протязі деякого часу " +"паролів та буде чи ні tdesu пам'ятати введений пароль на протязі деякого часу " "після його введення." "<p> Відмітьте, що ці установки впливають <em>тільки</em> " -"на kdesu. Це означає, все що стосується паролів у KMail та всіх інших не можна " +"на tdesu. Це означає, все що стосується паролів у KMail та всіх інших не можна " "налаштувати звідси." #. i18n: file ./conduits/docconduit/doc-setupdialog.ui line 460 @@ -5227,16 +5227,16 @@ msgid "" "the changes in one of them. Select this option to show the resolution dialog to " "let the user decide on a case by case basis.</qt>" msgstr "" -"<h1>Паролі</h1> Цей модуль надає Вам можливість встановити як саме \"kdesu\" " +"<h1>Паролі</h1> Цей модуль надає Вам можливість встановити як саме \"tdesu\" " "буде поводитися з Вашими паролями. Kdesu спитає у Вас пароль, коли ви спробуєте " "виконати дію, яка вимагає вищих привілеїв, таких як, наприклад, встановлення " "дати та часу, що зберігаються у системному годиннику, чи додання нових " "користувачів на Вашій системі. " "<p> Ви можете встановити тип візуального зворотного зв'язку при введенні " -"паролів та буде чи ні kdesu пам'ятати введений пароль на протязі деякого часу " +"паролів та буде чи ні tdesu пам'ятати введений пароль на протязі деякого часу " "після його введення." "<p> Відмітьте, що ці установки впливають <em>тільки</em> " -"на kdesu. Це означає, все що стосується паролів у KMail та всіх інших не можна " +"на tdesu. Це означає, все що стосується паролів у KMail та всіх інших не можна " "налаштувати звідси." #. i18n: file ./conduits/docconduit/doc-setupdialog.ui line 479 diff --git a/tde-i18n-uk/messages/kdepim/libkdepim.po b/tde-i18n-uk/messages/kdepim/libkdepim.po index 35a3eca5c07..3357ae02d95 100644 --- a/tde-i18n-uk/messages/kdepim/libkdepim.po +++ b/tde-i18n-uk/messages/kdepim/libkdepim.po @@ -1,12 +1,12 @@ -# translation of libkdepim.po to Ukrainian +# translation of libtdepim.po to Ukrainian # Ivan Petrouchtchak <iip@telus.net>, 2004, 2005. # Eugene Onischenko <oneugene@ukr.net>, 2005, 2006. # Ivan Petrouchtchak <ivanpetrouchtchak@yahoo.com>, 2005, 2006, 2007. # Andriy Rysin <rysin@kde.org>, 2006. -# Translation of libkdepim.po to Ukrainian +# Translation of libtdepim.po to Ukrainian msgid "" msgstr "" -"Project-Id-Version: libkdepim\n" +"Project-Id-Version: libtdepim\n" "POT-Creation-Date: 2008-07-14 01:18+0200\n" "PO-Revision-Date: 2007-03-05 22:03-0800\n" "Last-Translator: Ivan Petrouchtchak <ivanpetrouchtchak@yahoo.com>\n" diff --git a/tde-i18n-uk/messages/kdesdk/Makefile.in b/tde-i18n-uk/messages/kdesdk/Makefile.in index 2290a4d2880..feed21baf1e 100644 --- a/tde-i18n-uk/messages/kdesdk/Makefile.in +++ b/tde-i18n-uk/messages/kdesdk/Makefile.in @@ -30,7 +30,7 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : -subdir = messages/kdesdk +subdir = messages/tdesdk DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ @@ -164,7 +164,7 @@ kde_styledir = @kde_styledir@ kde_templatesdir = @kde_templatesdir@ kde_wallpaperdir = @kde_wallpaperdir@ kde_widgetdir = @kde_widgetdir@ -kdeinitdir = @kdeinitdir@ +tdeinitdir = @tdeinitdir@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ @@ -208,9 +208,9 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) #>- exit 1;; \ #>- esac; \ #>- done; \ -#>- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/kdesdk/Makefile'; \ +#>- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/tdesdk/Makefile'; \ #>- cd $(top_srcdir) && \ -#>- $(AUTOMAKE) --gnu messages/kdesdk/Makefile +#>- $(AUTOMAKE) --gnu messages/tdesdk/Makefile #>+ 12 @for dep in $?; do \ case '$(am__configure_deps)' in \ @@ -220,10 +220,10 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/kdesdk/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/tdesdk/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu messages/kdesdk/Makefile - cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin messages/kdesdk/Makefile.in + $(AUTOMAKE) --gnu messages/tdesdk/Makefile + cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin messages/tdesdk/Makefile.in .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -638,10 +638,10 @@ force-reedit: exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/kdesdk/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/tdesdk/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu messages/kdesdk/Makefile - cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin messages/kdesdk/Makefile.in + $(AUTOMAKE) --gnu messages/tdesdk/Makefile + cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin messages/tdesdk/Makefile.in #>+ 21 diff --git a/tde-i18n-uk/messages/kdesdk/kbabel.po b/tde-i18n-uk/messages/kdesdk/kbabel.po index de66766040b..5550fb3af68 100644 --- a/tde-i18n-uk/messages/kdesdk/kbabel.po +++ b/tde-i18n-uk/messages/kdesdk/kbabel.po @@ -2274,11 +2274,11 @@ msgstr "Будь ласка, спочатку вкажіть код вашої msgid "" "It is not possible to find out the number of singular/plural forms " "automatically for the language code \"%1\".\n" -"Do you have kdelibs.po installed for this language?\n" +"Do you have tdelibs.po installed for this language?\n" "Please set the correct number manually." msgstr "" "Неможливо автоматично визначити кількість форм однини/множини для мови \"%1\".\n" -"Переконайтесь, що для цієї мови встановлено kdelibs.po.\n" +"Переконайтесь, що для цієї мови встановлено tdelibs.po.\n" "Будь ласка, вкажіть необхідне значення вручну." #: commonui/projectprefwidgets.cpp:626 diff --git a/tde-i18n-uk/messages/kdetoys/Makefile.in b/tde-i18n-uk/messages/kdetoys/Makefile.in index c7e7c5d2cae..44ed86f4cac 100644 --- a/tde-i18n-uk/messages/kdetoys/Makefile.in +++ b/tde-i18n-uk/messages/kdetoys/Makefile.in @@ -30,7 +30,7 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : -subdir = messages/kdetoys +subdir = messages/tdetoys DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ @@ -164,7 +164,7 @@ kde_styledir = @kde_styledir@ kde_templatesdir = @kde_templatesdir@ kde_wallpaperdir = @kde_wallpaperdir@ kde_widgetdir = @kde_widgetdir@ -kdeinitdir = @kdeinitdir@ +tdeinitdir = @tdeinitdir@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ @@ -208,9 +208,9 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) #>- exit 1;; \ #>- esac; \ #>- done; \ -#>- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/kdetoys/Makefile'; \ +#>- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/tdetoys/Makefile'; \ #>- cd $(top_srcdir) && \ -#>- $(AUTOMAKE) --gnu messages/kdetoys/Makefile +#>- $(AUTOMAKE) --gnu messages/tdetoys/Makefile #>+ 12 @for dep in $?; do \ case '$(am__configure_deps)' in \ @@ -220,10 +220,10 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/kdetoys/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/tdetoys/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu messages/kdetoys/Makefile - cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin messages/kdetoys/Makefile.in + $(AUTOMAKE) --gnu messages/tdetoys/Makefile + cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin messages/tdetoys/Makefile.in .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -610,10 +610,10 @@ force-reedit: exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/kdetoys/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/tdetoys/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu messages/kdetoys/Makefile - cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin messages/kdetoys/Makefile.in + $(AUTOMAKE) --gnu messages/tdetoys/Makefile + cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin messages/tdetoys/Makefile.in #>+ 21 diff --git a/tde-i18n-uk/messages/kdeutils/Makefile.in b/tde-i18n-uk/messages/kdeutils/Makefile.in index 9d8394a3fec..59db97d3f57 100644 --- a/tde-i18n-uk/messages/kdeutils/Makefile.in +++ b/tde-i18n-uk/messages/kdeutils/Makefile.in @@ -30,7 +30,7 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : -subdir = messages/kdeutils +subdir = messages/tdeutils DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ @@ -164,7 +164,7 @@ kde_styledir = @kde_styledir@ kde_templatesdir = @kde_templatesdir@ kde_wallpaperdir = @kde_wallpaperdir@ kde_widgetdir = @kde_widgetdir@ -kdeinitdir = @kdeinitdir@ +tdeinitdir = @tdeinitdir@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ @@ -208,9 +208,9 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) #>- exit 1;; \ #>- esac; \ #>- done; \ -#>- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/kdeutils/Makefile'; \ +#>- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/tdeutils/Makefile'; \ #>- cd $(top_srcdir) && \ -#>- $(AUTOMAKE) --gnu messages/kdeutils/Makefile +#>- $(AUTOMAKE) --gnu messages/tdeutils/Makefile #>+ 12 @for dep in $?; do \ case '$(am__configure_deps)' in \ @@ -220,10 +220,10 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/kdeutils/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/tdeutils/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu messages/kdeutils/Makefile - cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin messages/kdeutils/Makefile.in + $(AUTOMAKE) --gnu messages/tdeutils/Makefile + cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin messages/tdeutils/Makefile.in .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -702,10 +702,10 @@ force-reedit: exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/kdeutils/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/tdeutils/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu messages/kdeutils/Makefile - cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin messages/kdeutils/Makefile.in + $(AUTOMAKE) --gnu messages/tdeutils/Makefile + cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin messages/tdeutils/Makefile.in #>+ 21 diff --git a/tde-i18n-uk/messages/kdeutils/ark.po b/tde-i18n-uk/messages/kdeutils/ark.po index 254520228c4..38015f12497 100644 --- a/tde-i18n-uk/messages/kdeutils/ark.po +++ b/tde-i18n-uk/messages/kdeutils/ark.po @@ -906,10 +906,10 @@ msgstr "&Ввімкнути інтеграцію з Konqueror" #, no-c-format msgid "" "<font size=\"-1\"><i>Konqueror integration is only available if you install the " -"Konqueror integration plugin from the kdeaddons package.</i></font>" +"Konqueror integration plugin from the tdeaddons package.</i></font>" msgstr "" "<font size=\"-1\"><i>Інтеграцію з Konqueror можлива, якщо ви встановите " -"відповідний модуль із пакунка kdeaddons.</i></font>" +"відповідний модуль із пакунка tdeaddons.</i></font>" #. i18n: file ark.kcfg line 9 #: rc.cpp:72 @@ -1041,12 +1041,12 @@ msgstr "Ввімкнути інтеграцію з Konqueror" #, no-c-format msgid "" "Enables integration with Konqueror's context menus, letting you easily archive " -"or unarchive files. This option will only work if you have the kdeaddons " +"or unarchive files. This option will only work if you have the tdeaddons " "package installed." msgstr "" "Уможливлює інтеграцію з контекстними меню Konqueror, дозволяючи легко " "архівувати чи розархівувати файли. Цей параметр працюватиме тільки при умові, " -"що встановлено пакунок kdeaddons." +"що встановлено пакунок tdeaddons." #. i18n: file ark.kcfg line 74 #: rc.cpp:129 diff --git a/tde-i18n-uk/messages/kdeutils/kcmlaptop.po b/tde-i18n-uk/messages/kdeutils/kcmlaptop.po index 739269684e3..f7199e9f055 100644 --- a/tde-i18n-uk/messages/kdeutils/kcmlaptop.po +++ b/tde-i18n-uk/messages/kdeutils/kcmlaptop.po @@ -689,10 +689,10 @@ msgstr "" #: acpi.cpp:193 msgid "" -"The ACPI helper cannot be enabled because kdesu cannot be found. Please make " +"The ACPI helper cannot be enabled because tdesu cannot be found. Please make " "sure that it is installed correctly." msgstr "" -"Помічника ACPI неможливо ввімкнути, бо не знайдено програму kdesu. Будь ласка, " +"Помічника ACPI неможливо ввімкнути, бо не знайдено програму tdesu. Будь ласка, " "переконайтесь, що вона вірно встановлена." #: acpi.cpp:276 @@ -758,10 +758,10 @@ msgstr "" #: sony.cpp:126 msgid "" -"The /dev/sonypi protections cannot be changed because kdesu cannot be found. " +"The /dev/sonypi protections cannot be changed because tdesu cannot be found. " "Please make sure that it is installed correctly." msgstr "" -"Неможливо змінити привілеї /dev/sonypi, бо не знайдено програму kdesu. Будь " +"Неможливо змінити привілеї /dev/sonypi, бо не знайдено програму tdesu. Будь " "ласка, переконайтесь, що вона вірно встановлена." #: sony.cpp:187 @@ -1022,18 +1022,18 @@ msgstr "" #: apm.cpp:173 msgid "" -"%1 cannot be enabled because kdesu cannot be found. Please make sure that it " +"%1 cannot be enabled because tdesu cannot be found. Please make sure that it " "is installed correctly." msgstr "" -"%1 неможливо ввімкнути, бо не знайдено програму kdesu. Будь ласка, " +"%1 неможливо ввімкнути, бо не знайдено програму tdesu. Будь ласка, " "переконайтесь, що вона вірно встановлена." #: apm.cpp:215 msgid "" -"The Software Suspend helper cannot be enabled because kdesu cannot be found. " +"The Software Suspend helper cannot be enabled because tdesu cannot be found. " "Please make sure that it is installed correctly." msgstr "" -"Неможливо ввімкнути помічника програмного сну, бо не знайдено програму kdesu. " +"Неможливо ввімкнути помічника програмного сну, бо не знайдено програму tdesu. " "Будь ласка, переконайтесь, що вона вірно встановлена." #: apm.cpp:279 diff --git a/tde-i18n-uk/messages/kdeutils/kdessh.po b/tde-i18n-uk/messages/kdeutils/kdessh.po index b84a6aa49f4..3e8cd61d214 100644 --- a/tde-i18n-uk/messages/kdeutils/kdessh.po +++ b/tde-i18n-uk/messages/kdeutils/kdessh.po @@ -89,10 +89,10 @@ msgstr "" #: sshdlg.cpp:62 msgid "" -"The programs 'ssh' or 'kdesu_stub' cannot be found.\n" +"The programs 'ssh' or 'tdesu_stub' cannot be found.\n" "Make sure your PATH is set correctly." msgstr "" -"Програма \"ssh\" або \"kdesu_stub\" не знайдена!\n" +"Програма \"ssh\" або \"tdesu_stub\" не знайдена!\n" "Перевірте чи PATH правильно встановлено." #: sshdlg.cpp:68 diff --git a/tde-i18n-uk/messages/kdeutils/klaptopdaemon.po b/tde-i18n-uk/messages/kdeutils/klaptopdaemon.po index 99bc6d53203..103e968d2c5 100644 --- a/tde-i18n-uk/messages/kdeutils/klaptopdaemon.po +++ b/tde-i18n-uk/messages/kdeutils/klaptopdaemon.po @@ -415,10 +415,10 @@ msgstr "KLaptopDaemon" #: daemondock.cpp:260 msgid "" -"PCMCIA cannot be enabled since kdesu cannot be found. Please make sure that it " +"PCMCIA cannot be enabled since tdesu cannot be found. Please make sure that it " "is installed correctly." msgstr "" -"Неможливо ввімкнути PCMCIA, оскільки не знайдено програму kdesu. Будь ласка " +"Неможливо ввімкнути PCMCIA, оскільки не знайдено програму tdesu. Будь ласка " "переконайтесь, що її встановлено правильно." #: daemondock.cpp:264 diff --git a/tde-i18n-uk/messages/kdevelop/Makefile.in b/tde-i18n-uk/messages/kdevelop/Makefile.in index 48a3c5d55a8..ac4bf371751 100644 --- a/tde-i18n-uk/messages/kdevelop/Makefile.in +++ b/tde-i18n-uk/messages/kdevelop/Makefile.in @@ -30,7 +30,7 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : -subdir = messages/kdevelop +subdir = messages/tdevelop DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ @@ -164,7 +164,7 @@ kde_styledir = @kde_styledir@ kde_templatesdir = @kde_templatesdir@ kde_wallpaperdir = @kde_wallpaperdir@ kde_widgetdir = @kde_widgetdir@ -kdeinitdir = @kdeinitdir@ +tdeinitdir = @tdeinitdir@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ @@ -208,9 +208,9 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) #>- exit 1;; \ #>- esac; \ #>- done; \ -#>- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/kdevelop/Makefile'; \ +#>- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/tdevelop/Makefile'; \ #>- cd $(top_srcdir) && \ -#>- $(AUTOMAKE) --gnu messages/kdevelop/Makefile +#>- $(AUTOMAKE) --gnu messages/tdevelop/Makefile #>+ 12 @for dep in $?; do \ case '$(am__configure_deps)' in \ @@ -220,10 +220,10 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/kdevelop/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/tdevelop/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu messages/kdevelop/Makefile - cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin messages/kdevelop/Makefile.in + $(AUTOMAKE) --gnu messages/tdevelop/Makefile + cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin messages/tdevelop/Makefile.in .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -582,10 +582,10 @@ force-reedit: exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/kdevelop/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/tdevelop/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu messages/kdevelop/Makefile - cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin messages/kdevelop/Makefile.in + $(AUTOMAKE) --gnu messages/tdevelop/Makefile + cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin messages/tdevelop/Makefile.in #>+ 21 diff --git a/tde-i18n-uk/messages/kdewebdev/Makefile.in b/tde-i18n-uk/messages/kdewebdev/Makefile.in index 83bc83741b7..c6dfef950cd 100644 --- a/tde-i18n-uk/messages/kdewebdev/Makefile.in +++ b/tde-i18n-uk/messages/kdewebdev/Makefile.in @@ -30,7 +30,7 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : -subdir = messages/kdewebdev +subdir = messages/tdewebdev DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ @@ -164,7 +164,7 @@ kde_styledir = @kde_styledir@ kde_templatesdir = @kde_templatesdir@ kde_wallpaperdir = @kde_wallpaperdir@ kde_widgetdir = @kde_widgetdir@ -kdeinitdir = @kdeinitdir@ +tdeinitdir = @tdeinitdir@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ @@ -208,9 +208,9 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) #>- exit 1;; \ #>- esac; \ #>- done; \ -#>- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/kdewebdev/Makefile'; \ +#>- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/tdewebdev/Makefile'; \ #>- cd $(top_srcdir) && \ -#>- $(AUTOMAKE) --gnu messages/kdewebdev/Makefile +#>- $(AUTOMAKE) --gnu messages/tdewebdev/Makefile #>+ 12 @for dep in $?; do \ case '$(am__configure_deps)' in \ @@ -220,10 +220,10 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/kdewebdev/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/tdewebdev/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu messages/kdewebdev/Makefile - cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin messages/kdewebdev/Makefile.in + $(AUTOMAKE) --gnu messages/tdewebdev/Makefile + cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin messages/tdewebdev/Makefile.in .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -602,10 +602,10 @@ force-reedit: exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/kdewebdev/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/tdewebdev/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu messages/kdewebdev/Makefile - cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin messages/kdewebdev/Makefile.in + $(AUTOMAKE) --gnu messages/tdewebdev/Makefile + cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin messages/tdewebdev/Makefile.in #>+ 21 diff --git a/tde-i18n-uk/messages/kdewebdev/klinkstatus.po b/tde-i18n-uk/messages/kdewebdev/klinkstatus.po index 4a63aa5ed8c..2d8b3168087 100644 --- a/tde-i18n-uk/messages/kdewebdev/klinkstatus.po +++ b/tde-i18n-uk/messages/kdewebdev/klinkstatus.po @@ -233,11 +233,11 @@ msgstr "ivanpetrouchtchak@yahoo.com" msgid "" "A Link Checker.\n" "\n" -"KLinkStatus belongs to the kdewebdev module from KDE." +"KLinkStatus belongs to the tdewebdev module from KDE." msgstr "" "Програма перевірки посилань.\n" "\n" -"KLinkStatus входить до складу модуля kdewebdev в KDE." +"KLinkStatus входить до складу модуля tdewebdev в KDE." #: main.cpp:40 msgid "Document to open" diff --git a/tde-i18n-uk/messages/kdewebdev/quanta.po b/tde-i18n-uk/messages/kdewebdev/quanta.po index 1ef29dc4509..d89568b596b 100644 --- a/tde-i18n-uk/messages/kdewebdev/quanta.po +++ b/tde-i18n-uk/messages/kdewebdev/quanta.po @@ -442,7 +442,7 @@ msgid "" "<h3>Will you help make a difference?</h3></div>\n" " If you wish to donate through PayPal\n" "(online money transfer or credit card), visit our <a " -"href=\"http://kdewebdev.org/donate.php\">donation page</a>.\n" +"href=\"http://tdewebdev.org/donate.php\">donation page</a>.\n" "<br> If you are outside the PayPal area or wish to " "discuss corporate sponsorship contact the project manager:" "<br> Eric Laffoon, <a " @@ -521,9 +521,9 @@ msgstr "" #: rc.cpp:229 #, no-c-format msgid "" -"<a href=\"http://kdewebdev.org/donate.php\">Donate</a> through PayPal now." +"<a href=\"http://tdewebdev.org/donate.php\">Donate</a> through PayPal now." msgstr "" -"<a href=\"http://kdewebdev.org/donate.php\">Пожертвувати</a> через PayPal." +"<a href=\"http://tdewebdev.org/donate.php\">Пожертвувати</a> через PayPal." #. i18n: file ./dialogs/dtepstructureeditdlgs.ui line 25 #: rc.cpp:232 @@ -5270,8 +5270,8 @@ msgstr "kate" #. i18n: file ./scripts/scriptinfo.kmdr line 288 #: rc.cpp:3214 #, no-c-format -msgid "kdevelop" -msgstr "kdevelop" +msgid "tdevelop" +msgstr "tdevelop" #. i18n: file ./scripts/scriptinfo.kmdr line 303 #: rc.cpp:3217 @@ -5346,8 +5346,8 @@ msgid "" "Lead Developer - Andras Mantia <a " "href=\"mailto:amantia@kde.org?subject=ScriptInfo\">amantia@kde.org</a><br />" "Kommander - Michal Rudolf <a " -"href=\"mailto:mrudolf@kdewebdev.org?subject=ScriptInfo\">" -"mrudolf@kdewebdev.org</a><br />Project Lead - Eric Laffoon <a " +"href=\"mailto:mrudolf@tdewebdev.org?subject=ScriptInfo\">" +"mrudolf@tdewebdev.org</a><br />Project Lead - Eric Laffoon <a " "href=\"mailto:sequitur@kde.org?subject=ScriptInfo\">sequitur@kde.org</a></p>\n" "</body></html>\n" msgstr "" @@ -5374,8 +5374,8 @@ msgstr "" "Головний розробник - Andras Mantia <a " "href=\"mailto:amantia@kde.org?subject=ScriptInfo\">amantia@kde.org</a><br />" "Kommander - Michal Rudolf <a " -"href=\"mailto:mrudolf@kdewebdev.org?subject=ScriptInfo\">" -"mrudolf@kdewebdev.org</a><br />Ведучий проекту - Eric Laffoon <a " +"href=\"mailto:mrudolf@tdewebdev.org?subject=ScriptInfo\">" +"mrudolf@tdewebdev.org</a><br />Ведучий проекту - Eric Laffoon <a " "href=\"mailto:sequitur@kde.org?subject=ScriptInfo\">sequitur@kde.org</a></p>\n" "</body></html>\n" @@ -9899,14 +9899,14 @@ msgstr "" msgid "" "<p>...that we have additional mailing lists to support our users? Lists include " "Kommander and web development help.<b><a " -"href=\"http://mail.kdewebdev.org/mailman/listinfo\">Click here to see</a></b>.\n" +"href=\"http://mail.tdewebdev.org/mailman/listinfo\">Click here to see</a></b>.\n" "</p>\n" msgstr "" #: tips.cpp:129 msgid "" "<p>...that you can help to financially support our program of sponsoring " -"developers? <b><a href=\"http://kdewebdev.org/donate.php\">" +"developers? <b><a href=\"http://tdewebdev.org/donate.php\">" "Click here to help</a></b>.\n" "</p>\n" msgstr "" @@ -10012,7 +10012,7 @@ msgstr "" msgid "" "<p>...that Quanta comes with a number of applications that run a plug ins? " "Quanta can also load other programs if they are installed including HTML Tidy, " -"Cervisia and Kompare. Make sure you have HTML Tidy and the kdesdk module " +"Cervisia and Kompare. Make sure you have HTML Tidy and the tdesdk module " "installed to use them all.\n" "</p>\n" msgstr "" @@ -10169,7 +10169,7 @@ msgstr "" msgid "" "<p>...that you can contribute to <b>Quanta's public repository</b> " "of resources? Just <a " -"href=\"mailto:submissions@kdewebdev.org?subject=Quanta%20Resource\">" +"href=\"mailto:submissions@tdewebdev.org?subject=Quanta%20Resource\">" "email it here</a>.\n" "</p>\n" msgstr "" @@ -10388,12 +10388,12 @@ msgstr "Надіслати пенал через ел. пошту" #: src/quanta.cpp:2740 msgid "" "Hi,\n" -" This is a Quanta Plus [http://quanta.kdewebdev.org] toolbar.\n" +" This is a Quanta Plus [http://quanta.tdewebdev.org] toolbar.\n" "\n" "Have fun.\n" msgstr "" "Привіт.\n" -" Це пенал для Quanta Plus [http://quanta.kdewebdev.org].\n" +" Це пенал для Quanta Plus [http://quanta.tdewebdev.org].\n" "\n" "Удачі вам.\n" @@ -10478,12 +10478,12 @@ msgstr "Надіслати DTEP через ел. пошту" #: src/quanta.cpp:3614 msgid "" "Hi,\n" -" This is a Quanta Plus [http://quanta.kdewebdev.org] DTEP definition tarball.\n" +" This is a Quanta Plus [http://quanta.tdewebdev.org] DTEP definition tarball.\n" "\n" "Have fun.\n" msgstr "" "Привіт.\n" -" Це архів DTEP для Quanta Plus [http://quanta.kdewebdev.org].\n" +" Це архів DTEP для Quanta Plus [http://quanta.tdewebdev.org].\n" "\n" "Удачі вам.\n" @@ -11247,8 +11247,8 @@ msgid "comparing of files by content" msgstr "порівняння файлів за вмістом" #: src/quanta_init.cpp:1426 -msgid "Control Center (kdebase)" -msgstr "Центр керування (kdebase)" +msgid "Control Center (tdebase)" +msgstr "Центр керування (tdebase)" #: src/quanta_init.cpp:1429 src/quanta_init.cpp:1436 msgid "preview browser configuration" @@ -12795,12 +12795,12 @@ msgstr "Надіслати шаблон ел. поштою" #: treeviews/templatestreeview.cpp:987 msgid "" "Hi,\n" -" This is a Quanta Plus [http://quanta.kdewebdev.org] template tarball.\n" +" This is a Quanta Plus [http://quanta.tdewebdev.org] template tarball.\n" "\n" "Have fun.\n" msgstr "" "Привіт.\n" -" Це архів шаблонів для Quanta Plus [http://quanta.kdewebdev.org].\n" +" Це архів шаблонів для Quanta Plus [http://quanta.tdewebdev.org].\n" "\n" "Удачі вам.\n" @@ -12893,12 +12893,12 @@ msgstr "Надіслати скрипт по ел. пошті" #: treeviews/scripttreeview.cpp:275 msgid "" "Hi,\n" -" This is a Quanta Plus [http://quanta.kdewebdev.org] script tarball.\n" +" This is a Quanta Plus [http://quanta.tdewebdev.org] script tarball.\n" "\n" "Have fun.\n" msgstr "" "Привіт.\n" -" Це архів скриптів для Quanta Plus [http://quanta.kdewebdev.org].\n" +" Це архів скриптів для Quanta Plus [http://quanta.tdewebdev.org].\n" "\n" "Удачі вам.\n" |