Hello community, here is the log from the commit of package kdeadmin3 checked in at Tue May 22 16:42:34 CEST 2007. -------- --- KDE/kdeadmin3/kdeadmin3.changes 2007-01-17 11:51:56.000000000 +0100 +++ /mounts/work_src_done/STABLE/kdeadmin3/kdeadmin3.changes 2007-05-22 15:57:34.000000000 +0200 @@ -1,0 +2,5 @@ +Mon May 14 23:21:34 CEST 2007 - stbinner@suse.de + +- update to 3.5.7, only version bump + +------------------------------------------------------------------- Old: ---- kdeadmin-3.5.6.tar.bz2 New: ---- kdeadmin-3.5.7.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kdeadmin3.spec ++++++ --- /var/tmp/diff_new_pack.D11500/_old 2007-05-22 16:37:18.000000000 +0200 +++ /var/tmp/diff_new_pack.D11500/_new 2007-05-22 16:37:18.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package kdeadmin3 (Version 3.5.6) +# spec file for package kdeadmin3 (Version 3.5.7) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -16,7 +16,7 @@ Group: System/GUI/KDE Summary: KDE System Administration BuildRoot: %{_tmppath}/%{name}-%{version}-build -Version: 3.5.6 +Version: 3.5.7 Release: 1 Requires: kdelibs3 >= %( echo `rpm -q --queryformat '%{VERSION}' kdelibs3`) URL: http://www.kde.org @@ -87,7 +87,9 @@ /opt/kde3/bin/* /opt/kde3/%_lib/* -%changelog -n kdeadmin3 +%changelog +* Mon May 14 2007 - stbinner@suse.de +- update to 3.5.7, only version bump * Tue Jan 16 2007 - stbinner@suse.de - update to 3.5.6 release: * knetworkconfig: documentation and distro support fixes ++++++ kdeadmin-3.5.6.tar.bz2 -> kdeadmin-3.5.7.tar.bz2 ++++++ ++++ 33500 lines of diff (skipped) ++++ retrying with extended exclude list diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/kdeadmin-3.5.6/acinclude.m4 new/kdeadmin-3.5.7/acinclude.m4 --- old/kdeadmin-3.5.6/acinclude.m4 2007-01-16 08:01:44.000000000 +0100 +++ new/kdeadmin-3.5.7/acinclude.m4 2007-05-14 13:26:17.000000000 +0200 @@ -983,7 +983,7 @@ X_INCLUDES="-I$x_includes" fi -if test -z "$kde_x_libraries" || test "x$kde_x_libraries" = xNONE; then +if test -z "$kde_x_libraries" || test "x$kde_x_libraries" = xNONE || test "$kde_x_libraries" = "/usr/lib"; then X_LDFLAGS="" x_libraries="/usr/lib"; dnl better than nothing :- else @@ -3198,7 +3198,7 @@ case $host in *-*-linux-gnu) CFLAGS="-std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE $CFLAGS" - CXXFLAGS="-ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts $CXXFLAGS" + CXXFLAGS="-ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts $CXXFLAGS" KDE_CHECK_COMPILER_FLAG(Wmissing-format-attribute, [CXXFLAGS="$CXXFLAGS -Wformat-security -Wmissing-format-attribute"]) KDE_CHECK_C_COMPILER_FLAG(Wmissing-format-attribute, [CFLAGS="$CFLAGS -Wformat-security -Wmissing-format-attribute"]) ;; @@ -5215,9 +5215,10 @@ for dir in $javadirs; do dnl Check for the java executable if test -x "$dir/java"; then + sane_path=$(cd $dir; /bin/pwd) dnl And also check for a libjvm.so somewhere under there dnl Since we have to go to the parent dir, /usr/bin is excluded, /usr is too big. - if test "$dir" != "/usr/bin"; then + if test "$sane_path" != "/usr/bin"; then libjvmdir=`find $dir/.. -name libjvm.so | sed 's,libjvm.so,,'|head -n 1` if test ! -f $libjvmdir/libjvm.so; then continue; fi jredirs="$jredirs $dir" @@ -7395,7 +7396,7 @@ libsuff= if test "x$LINUX_64_MODE" = x64; then # Some platforms are per default 64-bit, so there's no /lib64 - if test -d /lib64; then + if test -d /lib64 -a ! -h /lib64; then libsuff=64 fi fi diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/kdeadmin-3.5.6/admin/acinclude.m4.in new/kdeadmin-3.5.7/admin/acinclude.m4.in --- old/kdeadmin-3.5.6/admin/acinclude.m4.in 2007-01-16 00:15:31.000000000 +0100 +++ new/kdeadmin-3.5.7/admin/acinclude.m4.in 2007-05-14 12:55:59.000000000 +0200 @@ -983,7 +983,7 @@ X_INCLUDES="-I$x_includes" fi -if test -z "$kde_x_libraries" || test "x$kde_x_libraries" = xNONE; then +if test -z "$kde_x_libraries" || test "x$kde_x_libraries" = xNONE || test "$kde_x_libraries" = "/usr/lib"; then X_LDFLAGS="" x_libraries="/usr/lib"; dnl better than nothing :- else @@ -3198,7 +3198,7 @@ case $host in *-*-linux-gnu) CFLAGS="-std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE $CFLAGS" - CXXFLAGS="-ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts $CXXFLAGS" + CXXFLAGS="-ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts $CXXFLAGS" KDE_CHECK_COMPILER_FLAG(Wmissing-format-attribute, [CXXFLAGS="$CXXFLAGS -Wformat-security -Wmissing-format-attribute"]) KDE_CHECK_C_COMPILER_FLAG(Wmissing-format-attribute, [CFLAGS="$CFLAGS -Wformat-security -Wmissing-format-attribute"]) ;; @@ -5215,9 +5215,10 @@ for dir in $javadirs; do dnl Check for the java executable if test -x "$dir/java"; then + sane_path=$(cd $dir; /bin/pwd) dnl And also check for a libjvm.so somewhere under there dnl Since we have to go to the parent dir, /usr/bin is excluded, /usr is too big. - if test "$dir" != "/usr/bin"; then + if test "$sane_path" != "/usr/bin"; then libjvmdir=`find $dir/.. -name libjvm.so | sed 's,libjvm.so,,'|head -n 1` if test ! -f $libjvmdir/libjvm.so; then continue; fi jredirs="$jredirs $dir" diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/kdeadmin-3.5.6/admin/cvs.sh new/kdeadmin-3.5.7/admin/cvs.sh --- old/kdeadmin-3.5.6/admin/cvs.sh 2007-01-16 00:15:31.000000000 +0100 +++ new/kdeadmin-3.5.7/admin/cvs.sh 2007-05-14 12:55:59.000000000 +0200 @@ -316,7 +316,7 @@ fi fi if test -z "$VERSION" || test "$VERSION" = "@VERSION@"; then - VERSION="\"3.5.6\"" + VERSION="\"3.5.7\"" fi if test -z "$modulename" || test "$modulename" = "@MODULENAME@"; then modulename=`pwd`; diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/kdeadmin-3.5.6/admin/libtool.m4.in new/kdeadmin-3.5.7/admin/libtool.m4.in --- old/kdeadmin-3.5.6/admin/libtool.m4.in 2007-01-16 00:15:31.000000000 +0100 +++ new/kdeadmin-3.5.7/admin/libtool.m4.in 2007-05-14 12:55:59.000000000 +0200 @@ -1424,7 +1424,7 @@ libsuff= if test "x$LINUX_64_MODE" = x64; then # Some platforms are per default 64-bit, so there's no /lib64 - if test -d /lib64; then + if test -d /lib64 -a ! -h /lib64; then libsuff=64 fi fi diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/kdeadmin-3.5.6/config.h.in new/kdeadmin-3.5.7/config.h.in --- old/kdeadmin-3.5.6/config.h.in 2007-01-16 08:02:00.000000000 +0100 +++ new/kdeadmin-3.5.7/config.h.in 2007-05-14 13:26:28.000000000 +0200 @@ -249,22 +249,22 @@ /* Define if your PAM support takes non-const arguments (Solaris) */ #undef PAM_MESSAGE_NONCONST -/* The size of a `char *', as computed by sizeof. */ +/* The size of `char *', as computed by sizeof. */ #undef SIZEOF_CHAR_P -/* The size of a `int', as computed by sizeof. */ +/* The size of `int', as computed by sizeof. */ #undef SIZEOF_INT -/* The size of a `long', as computed by sizeof. */ +/* The size of `long', as computed by sizeof. */ #undef SIZEOF_LONG -/* The size of a `short', as computed by sizeof. */ +/* The size of `short', as computed by sizeof. */ #undef SIZEOF_SHORT -/* The size of a `size_t', as computed by sizeof. */ +/* The size of `size_t', as computed by sizeof. */ #undef SIZEOF_SIZE_T -/* The size of a `unsigned long', as computed by sizeof. */ +/* The size of `unsigned long', as computed by sizeof. */ #undef SIZEOF_UNSIGNED_LONG /* Define to 1 if you have the ANSI C header files. */ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/kdeadmin-3.5.6/configure.in new/kdeadmin-3.5.7/configure.in --- old/kdeadmin-3.5.6/configure.in 2007-01-16 08:01:45.000000000 +0100 +++ new/kdeadmin-3.5.7/configure.in 2007-05-14 13:26:18.000000000 +0200 @@ -40,7 +40,7 @@ AC_ARG_PROGRAM dnl Automake doc recommends to do this only here. (Janos) -AM_INIT_AUTOMAKE(kdeadmin, "3.5.6") dnl searches for some needed programs +AM_INIT_AUTOMAKE(kdeadmin, "3.5.7") dnl searches for some needed programs KDE_SET_PREFIX Files old/kdeadmin-3.5.6/doc/kcron/index.cache.bz2 and new/kdeadmin-3.5.7/doc/kcron/index.cache.bz2 differ Files old/kdeadmin-3.5.6/doc/kdat/index.cache.bz2 and new/kdeadmin-3.5.7/doc/kdat/index.cache.bz2 differ Files old/kdeadmin-3.5.6/doc/knetworkconf/index.cache.bz2 and new/kdeadmin-3.5.7/doc/knetworkconf/index.cache.bz2 differ Files old/kdeadmin-3.5.6/doc/kpackage/index.cache.bz2 and new/kdeadmin-3.5.7/doc/kpackage/index.cache.bz2 differ Files old/kdeadmin-3.5.6/doc/ksysv/index.cache.bz2 and new/kdeadmin-3.5.7/doc/ksysv/index.cache.bz2 differ Files old/kdeadmin-3.5.6/doc/kuser/index.cache.bz2 and new/kdeadmin-3.5.7/doc/kuser/index.cache.bz2 differ Files old/kdeadmin-3.5.6/doc/lilo-config/index.cache.bz2 and new/kdeadmin-3.5.7/doc/lilo-config/index.cache.bz2 differ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/kdeadmin-3.5.6/kcron/ctunit.cpp new/kdeadmin-3.5.7/kcron/ctunit.cpp --- old/kdeadmin-3.5.6/kcron/ctunit.cpp 2005-09-10 10:14:36.000000000 +0200 +++ new/kdeadmin-3.5.7/kcron/ctunit.cpp 2007-05-14 09:37:27.000000000 +0200 @@ -17,6 +17,7 @@ #include <string> #include <stdio.h> // sprintf #include <ctype.h> // tolower +#include <stdlib.h> using namespace std; diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/kdeadmin-3.5.6/kcron/kcron.desktop new/kdeadmin-3.5.7/kcron/kcron.desktop --- old/kdeadmin-3.5.6/kcron/kcron.desktop 2007-01-15 12:17:33.000000000 +0100 +++ new/kdeadmin-3.5.7/kcron/kcron.desktop 2007-05-14 09:37:27.000000000 +0200 @@ -12,6 +12,7 @@ Name[hi]=के-क्रॉन Name[ko]=KDE 크론 Name[mn]=КДЕ Крон +Name[ne]=केडीई क्रोन Name[sv]=Kcron Name[ta]=கேக்ரொன் Name[tg]=Kрон @@ -29,12 +30,12 @@ GenericName[cy]=Trefnlennydd Tasgau GenericName[da]=Opgaveskemalægger GenericName[de]=Aufgabenplaner -GenericName[el]=Χρονοταξινομητής Εργασίας +GenericName[el]=Προγραμματισμός εργασιών GenericName[eo]=Planas taskojn por lanĉo je certaj tempoj GenericName[es]=Planificador de tareas GenericName[et]=Crontabi haldamine GenericName[eu]=Lan kudeatzailea -GenericName[fa]=زمانبندی تکلیف +GenericName[fa]=زمانبند تکلیف GenericName[fi]=Tehtävien ajastus GenericName[fo]=Uppgávuplanleggjari GenericName[fr]=Planificateur de tâches @@ -47,6 +48,7 @@ GenericName[is]=Verkefnastjóri GenericName[it]=Pianificatore di operazioni GenericName[ja]=タスクスケジューラ +GenericName[kk]=Тапсырма жоспарлағыш GenericName[ko]=작업 스케줄러 GenericName[lt]=Užduočių planuotojas GenericName[lv]=Uzdevumu Plānotājs @@ -56,6 +58,7 @@ GenericName[mt]=Skeda ta' Xogħol GenericName[nb]=Oppgavebehandler GenericName[nds]=Opgavenpleger +GenericName[ne]=कार्य अनुसूचक GenericName[nl]=Takenplanner GenericName[nn]=Oppgåveplanleggjar GenericName[pa]=ਕੰਮ ਨਿਯਮਕਾਰ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/kdeadmin-3.5.6/kdat/kdat.desktop new/kdeadmin-3.5.7/kdat/kdat.desktop --- old/kdeadmin-3.5.6/kdat/kdat.desktop 2007-01-15 12:17:32.000000000 +0100 +++ new/kdeadmin-3.5.7/kdat/kdat.desktop 2007-05-14 09:37:27.000000000 +0200 @@ -8,6 +8,7 @@ Name[hi]=के-डेट Name[ko]=KDE Dat Name[mn]=КДЕ Дат +Name[ne]=केडीई ड्याट Name[sv]=Kdat Name[ta]=கேடாட் Name[tg]=KДат @@ -25,7 +26,7 @@ GenericName[cy]=Erfyn Cefn-gopïo ar Dâp GenericName[da]=Værktøj til sikkerhedskopiering på bånd GenericName[de]=Dienstprogramm für Bandsicherungen -GenericName[el]=Εργαλείο Κασέτας Αντιγράφου Ασφαλείας +GenericName[el]=Εργαλείο λήψη αντιγράφων ασφαλείας σε κασέτα GenericName[eo]=Bendsekurigilo GenericName[es]=Copia de cintas GenericName[et]=Varukoopiate haldamine (lindil) @@ -43,6 +44,7 @@ GenericName[is]=Spólu afritunartól GenericName[it]=Strumento per la copia di sicurezza su nastro GenericName[ja]=テープバックアップツール +GenericName[kk]=Таспаға сақтық көшірмелеу құралы GenericName[ko]=테이프로 여벌 받는 도구 GenericName[lt]=Juostinio archyvavimo priemonė GenericName[lv]=Lentas Rezervēšanas Rīks @@ -52,6 +54,7 @@ GenericName[mt]=Għodda għal backup fuq tapes GenericName[nb]=Verktøy for sikkerhetskopiering til magnetbånd GenericName[nds]=Bandsekerheitkopiewarktüüch +GenericName[ne]=टेप जगेडा उपकरण GenericName[nl]=Tape backup-programma GenericName[nn]=Reservekopiering på band GenericName[pa]=ਟੇਪ ਬੈਕਅੱਪ ਸੰਦ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/kdeadmin-3.5.6/kdeadmin.lsm new/kdeadmin-3.5.7/kdeadmin.lsm --- old/kdeadmin-3.5.6/kdeadmin.lsm 2007-01-15 12:17:33.000000000 +0100 +++ new/kdeadmin-3.5.7/kdeadmin.lsm 2007-05-14 09:37:27.000000000 +0200 @@ -1,7 +1,7 @@ Begin4 Title: kdeadmin -Version: 3.5.6 -Entered-date: 2007-01-23 +Version: 3.5.7 +Entered-date: 2007-05-22 Description: Administrative GUIs written for the K Desktop Environment (KDE) Keywords: KDE X11 desktop Qt Author: http://bugs.kde.org/ (KDE Bugtracking System) diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/kdeadmin-3.5.6/kfile-plugins/deb/kfile_deb.desktop new/kdeadmin-3.5.7/kfile-plugins/deb/kfile_deb.desktop --- old/kdeadmin-3.5.6/kfile-plugins/deb/kfile_deb.desktop 2007-01-15 12:17:32.000000000 +0100 +++ new/kdeadmin-3.5.7/kfile-plugins/deb/kfile_deb.desktop 2007-05-14 09:37:27.000000000 +0200 @@ -5,6 +5,7 @@ Name[af]=Deb Statistiek Name[ar]=إحصائيَات DEB Name[az]=DEB Statistikaları +Name[be]=Cтатыстыка DEB Name[bn]=ডেব পরিসংখ্যান Name[br]=Stadegoù gant DEB Name[bs]=DEB statistika @@ -17,7 +18,7 @@ Name[es]=Estadísticas DEB Name[et]=DEB statistika Name[eu]=DEB estadistikak -Name[fa]=آمارهای DEB +Name[fa]=آمار DEB Name[fi]=DEB-tilastot Name[fo]=DEB-hagtøl Name[fr]=État DEB @@ -28,11 +29,13 @@ Name[hr]=DEB statistike Name[hu]=DEB-statisztika Name[it]=Statistiche DEB +Name[kk]=DEB статистикасы Name[lt]=DEB statistika Name[lv]=DEB Statusi Name[mn]=ДЕВ Төлөв Name[mt]=Statistika DEB Name[nb]=DEB statistikk +Name[ne]=डी ई बी तथ्याङ्क Name[nl]=DEB-statistieken Name[nn]=DEB-statistikk Name[pa]=DEB ਸਥਿਤੀ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/kdeadmin-3.5.6/kfile-plugins/rpm/kfile_rpm.desktop new/kdeadmin-3.5.7/kfile-plugins/rpm/kfile_rpm.desktop --- old/kdeadmin-3.5.6/kfile-plugins/rpm/kfile_rpm.desktop 2007-01-15 12:17:32.000000000 +0100 +++ new/kdeadmin-3.5.7/kfile-plugins/rpm/kfile_rpm.desktop 2007-05-14 09:37:27.000000000 +0200 @@ -5,6 +5,7 @@ Name[af]=Rpm Statistiek Name[ar]=إحصائيَات RPM Name[az]=RPM Statistikaları +Name[be]=Статыстыка RPM Name[bn]=আরপিএম পরিসংখ্যান Name[br]=Stadegoù gant RPM Name[bs]=RPM statistika @@ -28,12 +29,14 @@ Name[hr]=RPM statistike Name[hu]=RPM-információ Name[it]=Statistiche RPM +Name[kk]=RPM статистикасы Name[ko]=RPM 상태 Name[lt]=RPM statistika Name[lv]=RPM Statusi Name[mn]=РПМ Төлөв Name[mt]=Statistika RPM Name[nb]=RPM statistikk +Name[ne]=आर पी एम तथ्याङ्क Name[nl]=RPM-statistieken Name[nn]=RPM-statistikk Name[pa]=RPM ਸਥਿਤੀ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/kdeadmin-3.5.6/knetworkconf/backends/network-conf.in new/kdeadmin-3.5.7/knetworkconf/backends/network-conf.in --- old/kdeadmin-3.5.6/knetworkconf/backends/network-conf.in 2007-01-15 12:17:33.000000000 +0100 +++ new/kdeadmin-3.5.7/knetworkconf/backends/network-conf.in 2007-05-14 09:37:27.000000000 +0200 @@ -70,7 +70,7 @@ "yoper-2.2", "blackpanther-4.0", "debian-2.2", "debian-3.0", "debian-3.1", "debian-4.0", "debian-testing", - "ubuntu-5.04", "ubuntu-5.10", "ubuntu-6.06", "ubuntu-6.10", "ubuntu-7.04", + "ubuntu-5.04", "ubuntu-5.10", "ubuntu-6.06", "ubuntu-6.10", "ubuntu-7.04", "ubuntu-7.10", "suse-7.0", "suse-9.0", "suse-9.1", "turbolinux-7.0", "fedora-1", "fedora-2", "fedora-3", "fedora-4", "fedora-5", "rpath", "pld-1.0", "pld-1.1", "pld-1.99", diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/kdeadmin-3.5.6/knetworkconf/backends/network.pl.in new/kdeadmin-3.5.7/knetworkconf/backends/network.pl.in --- old/kdeadmin-3.5.6/knetworkconf/backends/network.pl.in 2007-01-15 12:17:33.000000000 +0100 +++ new/kdeadmin-3.5.7/knetworkconf/backends/network.pl.in 2007-05-14 09:37:27.000000000 +0200 @@ -503,6 +503,7 @@ "ubuntu-6.06" => "debian-2.2", "ubuntu-6.10" => "debian-2.2", "ubuntu-7.04" => "debian-2.2", + "ubuntu-7.10" => "debian-2.2", "mandrake-7.1" => "debian-2.2", "mandrake-7.2" => "debian-2.2", "mandrake-9.0" => "debian-2.2", @@ -1829,6 +1830,7 @@ "ubuntu-6.06" => \&gst_network_deb22_get_file, "ubuntu-6.10" => \&gst_network_deb22_get_file, "ubuntu-7.04" => \&gst_network_deb22_get_file, + "ubuntu-7.10" => \&gst_network_deb22_get_file, "suse-7.0" => \&gst_network_suse70_get_file, "suse-9.0" => \&gst_network_deb22_get_file, "suse-9.1" => \&gst_network_deb22_get_file, @@ -3956,6 +3958,7 @@ "ubuntu-6.06" => "lo", "ubuntu-6.10" => "lo", "ubuntu-7.04" => "lo", + "ubuntu-7.10" => "lo", "suse-7.0" => "", "suse-9.0" => "", "suse-9.1" => "", @@ -4128,6 +4131,7 @@ "ubuntu-6.06" => "debian-2.2", "ubuntu-6.10" => "debian-2.2", "ubuntu-7.04" => "debian-2.2", + "ubuntu-7.10" => "debian-2.2", "suse-7.0" => "suse-7.0", "suse-9.0" => "suse-9.0", "suse-9.1" => "suse-9.0", @@ -4556,6 +4560,7 @@ "ubuntu-6.06" => "debian-3.0", "ubuntu-6.10" => "debian-3.0", "ubuntu-7.04" => "debian-3.0", + "ubuntu-7.10" => "debian-3.0", "suse-7.0" => "suse-7.0", "suse-9.0" => "suse-9.0", "suse-9.1" => "suse-9.0", @@ -5401,6 +5406,7 @@ "ubuntu-6.06" => "debian-2.2", "ubuntu-6.10" => "debian-2.2", "ubuntu-7.04" => "debian-2.2", + "ubuntu-7.10" => "debian-2.2", "suse-7.0" => "suse-7.0", "suse-9.0" => "suse-9.0", "suse-9.1" => "suse-9.0", @@ -5814,6 +5820,7 @@ "ubuntu-6.06" => "debian-3.0", "ubuntu-6.10" => "debian-3.0", "ubuntu-7.04" => "debian-3.0", + "ubuntu-7.10" => "debian-3.0", "suse-7.0" => "suse-7.0", "suse-9.0" => "suse-9.0", "suse-9.1" => "suse-9.0", diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/kdeadmin-3.5.6/knetworkconf/backends/platform.pl.in new/kdeadmin-3.5.7/knetworkconf/backends/platform.pl.in --- old/kdeadmin-3.5.6/knetworkconf/backends/platform.pl.in 2007-01-15 12:17:33.000000000 +0100 +++ new/kdeadmin-3.5.7/knetworkconf/backends/platform.pl.in 2007-05-14 09:37:27.000000000 +0200 @@ -43,11 +43,12 @@ "debian-3.1" => "Debian GNU/Linux 3.1 Sarge", "debian-4.0" => "Debian GNU/Linux 4.0 Etch", "debian-testing" => "Debian GNU/Linux Testing/Unstable", - "ubuntu-5.04" => "Ubuntu 5.04, Hoary Hedgehog", - "ubuntu-5.10" => "Ubuntu 5.10, Breezy Badger", - "ubuntu-6.06" => "Ubuntu 6.06, Dapper Drake", - "ubuntu-6.10" => "Ubuntu 6.10, Edgy Eft", - "ubuntu-7.04" => "Ubuntu 7.04, Feisty Fawn", + "ubuntu-5.04" => "Kubuntu 5.04, Hoary Hedgehog", + "ubuntu-5.10" => "Kubuntu 5.10, Breezy Badger", + "ubuntu-6.06" => "Kubuntu 6.06, Dapper Drake", + "ubuntu-6.10" => "Kubuntu 6.10, Edgy Eft", + "ubuntu-7.04" => "Kubuntu 7.04, Feisty Fawn", + "ubuntu-7.10" => "Kubuntu 7.10, Gutsy Gibbon", "redhat-5.2" => "Red Hat Linux 5.2 Apollo", "redhat-6.0" => "Red Hat Linux 6.0 Hedwig", "redhat-6.1" => "Red Hat Linux 6.1 Cartman", diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/kdeadmin-3.5.6/knetworkconf/backends/service.pl.in new/kdeadmin-3.5.7/knetworkconf/backends/service.pl.in --- old/kdeadmin-3.5.6/knetworkconf/backends/service.pl.in 2007-01-15 12:17:33.000000000 +0100 +++ new/kdeadmin-3.5.7/knetworkconf/backends/service.pl.in 2007-05-14 09:37:27.000000000 +0200 @@ -89,6 +89,7 @@ "ubuntu-6.06" => ["$gst_prefix/etc", "$gst_prefix/etc/init.d", "../init.d"], "ubuntu-6.10" => ["$gst_prefix/etc", "$gst_prefix/etc/init.d", "../init.d"], "ubuntu-7.04" => ["$gst_prefix/etc", "$gst_prefix/etc/init.d", "../init.d"], + "ubuntu-7.10" => ["$gst_prefix/etc", "$gst_prefix/etc/init.d", "../init.d"], "suse-7.0" => ["$gst_prefix/etc/rc.d", "$gst_prefix/etc/rc.d", "../"], "suse-9.0" => ["$gst_prefix/etc/init.d", "$gst_prefix/etc/init.d", "../"], @@ -166,6 +167,7 @@ "ubuntu-6.06" => [2, 3], "ubuntu-6.10" => [2, 3], "ubuntu-7.04" => [2, 3], + "ubuntu-7.10" => [2, 3], "suse-7.0" => [3, 5], "suse-9.0" => [3, 5], @@ -242,6 +244,7 @@ "ubuntu-6.06" => "debian-2.2", "ubuntu-6.10" => "debian-2.2", "ubuntu-7.04" => "debian-2.2", + "ubuntu-7.10" => "debian-2.2", "suse-7.0" => "redhat-5.2", "suse-9.0" => "redhat-5.2", @@ -1721,6 +1724,7 @@ "ubuntu-6.06" => \&gst_service_debian_get_status, "ubuntu-6.10" => \&gst_service_debian_get_status, "ubuntu-7.04" => \&gst_service_debian_get_status, + "ubuntu-7.10" => \&gst_service_debian_get_status, "redhat-5.2" => \&gst_service_redhat_get_status, "redhat-6.0" => \&gst_service_redhat_get_status, diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/kdeadmin-3.5.6/knetworkconf/knetworkconf/kcm_knetworkconfmodule.desktop new/kdeadmin-3.5.7/knetworkconf/knetworkconf/kcm_knetworkconfmodule.desktop --- old/kdeadmin-3.5.6/knetworkconf/knetworkconf/kcm_knetworkconfmodule.desktop 2007-01-15 12:17:33.000000000 +0100 +++ new/kdeadmin-3.5.7/knetworkconf/knetworkconf/kcm_knetworkconfmodule.desktop 2007-05-14 09:37:27.000000000 +0200 @@ -13,7 +13,8 @@ Comment=Configure Network Settings Comment[ar]=إعداد تعيينات الشبكة -Comment[bg]=Конфигуриране на мрежовите настройки +Comment[be]=Наставіць сетку +Comment[bg]=Настройване на мрежовите настройки Comment[bn]=নেটওয়ার্ক মানসমূহ কনফিগার করে Comment[br]=Kefluniañ dibarzhoù ar rouedad Comment[bs]=Podesi postavke mreže @@ -36,16 +37,19 @@ Comment[is]=Umsjón netstillinga Comment[it]=Configura le impostazioni di rete Comment[ja]=ネットワーク設定 +Comment[kk]=Желінің параметрлерін баптау Comment[lt]=Konfigūruoti tinklo nustatymus Comment[mk]=Конфигурирајте ги поставуањата за мрежата Comment[nb]=Sett opp nettverksinnstillinger Comment[nds]=Nettwark-Instellen fastleggen +Comment[ne]=सञ्जाल सेटिङ कन्फिगर गर्नुहोस् Comment[nl]=Netwerk instellen Comment[nn]=Set opp nettverket Comment[pa]=ਨੈੱਟਵਰਕ ਸਥਾਪਨ ਸੰਰਚਨਾ Comment[pl]=Konfiguracja ustawień sieci Comment[pt]=Configurar Opções de Rede Comment[pt_BR]=Configurar rede +Comment[ro]=Configurează setările de reţea Comment[ru]=Утилита настройки сети Comment[se]=Heivet fierpmádaga Comment[sk]=Konfigurácia sieťových nastavení @@ -61,6 +65,7 @@ Terminal=false Name=Network Settings Name[ar]=تعيينات الشبكة +Name[be]=Наставіць сетку Name[bg]=Мрежови настройки Name[bn]=নেটওয়ার্ক মানসমূহ Name[br]=Kefluniadur ar Rouedad @@ -85,15 +90,19 @@ Name[is]=Netstillingar Name[it]=Impostazioni di rete Name[ja]=ネットワーク設定 +Name[kk]=Желінің параметрлері +Name[lt]=Tinklo nustatymai Name[mk]=Поставувања на мрежа Name[nb]=Nettverksoppsett Name[nds]=Nettwark-Instellen +Name[ne]=सञ्जाल सेटिङ Name[nl]=Netwerkinstellingen Name[nn]=Nettverksinnstillingar Name[pa]=ਨੈੱਟਵਰਕ ਸਥਾਪਨ Name[pl]=Ustawienia sieci Name[pt]=Configuração da Rede Name[pt_BR]=Configurações de Rede +Name[ro]=Setări de reţea Name[ru]=Настройка сети Name[se]=Fierpmádatheivehusat Name[sk]=Sieťové nastavenia @@ -128,17 +137,19 @@ Keywords[hr]=Network,DNS,routes,interfaces,mreža,preusmjeravanje,sučelja Keywords[hu]=Hálózat,DNS,útvonalak,hálózati csatolók Keywords[it]=Rete,DNS,route,interfacce -Keywords[ja]=ネットワーク,DNS,ルート,インタフェース +Keywords[ja]=ネットワーク,DNS,ルート,インターフェース Keywords[lt]=Network,DNS,routes,interfaces,tinklas,DNS,maršrutai,sąsajos Keywords[mk]=Network,DNS,routes,interfaces,Мрежа,рути,интерфејси Keywords[nb]=Nettverk,DNS,ruter,grensesnitt Keywords[nds]=Nettwark,DNS,route,Anslüss,Koppelsteed,Nettweg +Keywords[ne]=सञ्जाल, डी एन एस, मार्ग, इन्टरफेस Keywords[nl]=netwerk,DNS,routes,interfaces,netwerkkaart Keywords[nn]=nettverk,DNS,ruter,grensesnitt Keywords[pa]=ਨੈੱਟਵਰਕ,DNS,ਰੂਟ,ਇੰਟਰਫੇਸ Keywords[pl]=sieć,Internet,DNS,trasy,routowanie,rutowanie,interfejsy Keywords[pt]=rede,DNS,rotas,interfaces Keywords[pt_BR]=Rede,DNS,rotas,interfaces +Keywords[ro]=Reţea,DNS,rute,interfeţe Keywords[se]=Fierpmádat,DNS,routes,lavttat Keywords[sl]=Network,DNS,routes,interfaces,omrežje,vmesniki,poti,usmerjanje Keywords[sr]=Мрежа,DNS,руте,интерфејси diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/kdeadmin-3.5.6/knetworkconf/knetworkconf/knetworkconf.desktop new/kdeadmin-3.5.7/knetworkconf/knetworkconf/knetworkconf.desktop --- old/kdeadmin-3.5.6/knetworkconf/knetworkconf/knetworkconf.desktop 2007-01-15 12:17:33.000000000 +0100 +++ new/kdeadmin-3.5.7/knetworkconf/knetworkconf/knetworkconf.desktop 2007-05-14 09:37:27.000000000 +0200 @@ -6,8 +6,9 @@ Icon=knetworkconf DocPath=knetworkconf/index.docbook Comment=Configure TCP/IP settings -Comment[ar]=إعداد تعيينات مراسم التحكم بلنقل/مراسم الإنترنت TCP/IP -Comment[bg]=Конфигуриране на настройките на TCP/IP +Comment[ar]=إعداد تعيينات ميفاق التحكم بلنقل/ميفاق الإنترنت +Comment[be]=Наставіць TCP/IP +Comment[bg]=Настройване настройките на TCP/IP Comment[bn]=টিসিপি/আইপি মানসমূহ কনফিগার করে Comment[br]=Kefluniañ an dibarzhoù TCP/IP Comment[bs]=Podesi postavke TCP/IP @@ -29,17 +30,20 @@ Comment[hu]=A TCP/IP beállításai Comment[is]=Umsjón TCP/IP stillinga Comment[it]=Configura le impostazioni TCP/IP -Comment[ja]=TCP/IPの設定 +Comment[ja]=TCP/IP の設定 +Comment[kk]=TCP/IP параметрлерін баптау Comment[lt]=Konfigūruoti TCP/IP nustatymus Comment[mk]=Конфигурирајте поставувања за TCP/IP Comment[nb]=Sett opp TCP/IP-innstillinger Comment[nds]=TCP/IP-Instellen fastleggen +Comment[ne]=टी सी पी/आई पी सेटिङ कन्फिगर गर्नुहोस् Comment[nl]=TCP/IP instellen Comment[nn]=Set opp TCP/IP Comment[pa]=TCP/IP ਸਥਾਪਨ ਸੰਰਚਨਾ Comment[pl]=Konfiguracja ustawień TCP/IP Comment[pt]=Configurar opções TCP/IP Comment[pt_BR]=Configura os ajustes TCP/IP +Comment[ro]=Configurează setările TCP/IP Comment[ru]=Настройка параметров TCP/IP Comment[se]=Heivet TCP/IP:a Comment[sk]=Konfigurácia nastavení TCP/IP @@ -56,12 +60,13 @@ Name=KNetworkConf Name[ar]=برنامج KNetworkConf Name[bn]=কে-নেটওয়ার্ক-কন্ফ +Name[ne]=केडीई सञ्जाल कन्फिगरेसन Name[pa]=ਕੇ-ਨੈੱਟਵਰਕ-ਸੰਰਚਨਾ Name[pt_BR]=KNetworkConf Name[sv]=Knetworkconf GenericName=Configure TCP/IP Settings -GenericName[ar]=إعداد تعيينات مراسم التحكم بلنقل/مراسم الإنترنت TCP/IP -GenericName[bg]=Конфигуриране на TCP/IP +GenericName[ar]=إعداد تعيينات ميفاق التحكم بلنقل/ميفاق الإنترنت +GenericName[bg]=Настройване на TCP/IP GenericName[bn]=টিসিপি/আইপি মানসমূহ কনফিগারেশন GenericName[br]=Kefluniañ an dibarzhoù TCP/IP GenericName[bs]=Podesi TCP/IP postavke @@ -83,17 +88,20 @@ GenericName[hu]=TCP/IP-beállítások GenericName[is]=Umsjón TCP/IP stillinga GenericName[it]=Configura le impostazioni TCP/IP -GenericName[ja]=TCP/IPの設定 +GenericName[ja]=TCP/IP の設定 +GenericName[kk]=TCP/IP параметрлерін баптау GenericName[lt]=Konfigūruoti TCP/IP nustatymus GenericName[mk]=Конфигурирајте поставувања за TCP/IP GenericName[nb]=Sett opp TCP/IP-innstillinger GenericName[nds]=TCP/IP-Instellen setten +GenericName[ne]=टी सी पी/आई पी सेटिङ कन्फिगर गर्नुहोस् GenericName[nl]=TCP/IP instellen GenericName[nn]=Set opp TCP/IP GenericName[pa]=TCP/IP ਸਥਾਪਨ ਸੰਰਚਨਾ GenericName[pl]=Konfiguracja ustawień TCP/IP GenericName[pt]=Configurar opções TCP/IP GenericName[pt_BR]=Configura os ajustes TCP/IP +GenericName[ro]=Configurează setările TCP/IP GenericName[ru]=Конфигурация TCP/IP GenericName[se]=Heivet TCP/IP:a GenericName[sk]=Konfigurácia nastavení TCP/IP diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/kdeadmin-3.5.6/kpackage/kpackage.desktop new/kdeadmin-3.5.7/kpackage/kpackage.desktop --- old/kdeadmin-3.5.6/kpackage/kpackage.desktop 2007-01-15 12:17:32.000000000 +0100 +++ new/kdeadmin-3.5.7/kpackage/kpackage.desktop 2007-05-14 09:37:27.000000000 +0200 @@ -10,6 +10,7 @@ Name[ko]=KDE 꾸러미 Name[lv]=KPakotne Name[mn]=КДЕ Багц +Name[ne]=केडीई प्याकेज Name[pa]=ਕੇ-ਪੈਕੇਜ Name[pl]=Pakiety Name[sv]=Kpackage @@ -31,7 +32,7 @@ GenericName[cy]=Rheolydd Pecynnau GenericName[da]=Pakkehåndtering GenericName[de]=Paketmanager -GenericName[el]=Διαχειριστής Πακέτων +GenericName[el]=Διαχειριστής πακέτων GenericName[eo]=Administrilo por programpakaĵoj GenericName[es]=Administrador de paquetes GenericName[et]=Pakettide haldamine @@ -49,6 +50,7 @@ GenericName[is]=Pakkastjóri GenericName[it]=Gestione pacchetti GenericName[ja]=パッケージマネージャ +GenericName[kk]=Дестелер менеджері GenericName[ko]=꾸러미 관리자 GenericName[lt]=Paketų tvarkyklė GenericName[lv]=Pakotņu Menedžers @@ -58,6 +60,7 @@ GenericName[mt]=Manager ta' pakketti GenericName[nb]=Pakkebehandler GenericName[nds]=Paket-Pleger +GenericName[ne]=प्याकेज प्रबन्धक GenericName[nl]=Pakketbeheerder GenericName[nn]=Pakkehandsamar GenericName[pa]=ਪੈਕੇਜ ਪਰਬੰਧਕ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/kdeadmin-3.5.6/ksysv/ksysv.desktop new/kdeadmin-3.5.7/ksysv/ksysv.desktop --- old/kdeadmin-3.5.6/ksysv/ksysv.desktop 2007-01-15 12:17:31.000000000 +0100 +++ new/kdeadmin-3.5.7/ksysv/ksysv.desktop 2007-05-14 09:37:27.000000000 +0200 @@ -27,12 +27,14 @@ GenericName[hu]=Szolgáltatáskezelő GenericName[is]=SysV Init-stjóri GenericName[it]=Editor per SysV-Init -GenericName[ja]=SystemV起動スクリプト エディタ +GenericName[ja]=SystemV 起動スクリプトエディタ +GenericName[kk]=SysV-Init редакторы GenericName[lt]=SysV-Init redaktorius GenericName[mk]=Уредувач на SysV-Init GenericName[mt]=Editur SysV-Init GenericName[nb]=SysV-init-redigering GenericName[nds]=Editor för SysV-Init +GenericName[ne]=SysV-Init सम्पादक GenericName[nn]=SysV-init-redigering GenericName[pa]=SysV-Init ਸੰਪਾਦਕ GenericName[pl]=Edytor Startu SysV diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/kdeadmin-3.5.6/ksysv/x-ksysv.desktop new/kdeadmin-3.5.7/ksysv/x-ksysv.desktop --- old/kdeadmin-3.5.6/ksysv/x-ksysv.desktop 2007-01-15 12:17:32.000000000 +0100 +++ new/kdeadmin-3.5.7/ksysv/x-ksysv.desktop 2007-05-14 09:37:27.000000000 +0200 @@ -4,7 +4,8 @@ Comment[af]=Gestoor Init Opstelling Comment[ar]=إعدادات Init المحفوظة Comment[az]=Qeyd Edilmiş Init Quraşdırması -Comment[bg]=Конфигурация на инициализиращите нива +Comment[be]=Запісаныя настаўленні ініцыялізацыі +Comment[bg]=Настройване на инициализиращите нива Comment[bn]=সংরক্ষিত আইনিট কনফিগারেশন Comment[br]=Kefluniañ deraouiñ enrollet Comment[bs]=Spremljena Init postavka @@ -13,7 +14,7 @@ Comment[cy]=Wedi cadw furfweddiad Init Comment[da]=Gemt Init-indstilling Comment[de]=Gespeicherte Init-Einstellungen -Comment[el]=Αποθηκευμένες Ρυθμίσεις Init +Comment[el]=Αποθηκευμένες ρυθμίσεις Init Comment[eo]=Konservita Preparagordo Comment[es]=Configuración de inicio guardada Comment[et]=Salvestatud Initi konfiguratsioon @@ -32,6 +33,7 @@ Comment[is]=Vistaðar Init stillingar Comment[it]=Configurazione di Init salvata Comment[ja]=保存されている起動スクリプトの設定 +Comment[kk]=Сақталған инициализацияның баптаулары Comment[ko]=Init 설정을 저장했습니다 Comment[lt]=Įrašytos Init parinktys Comment[lv]=Saglabātā Init Konfigurācija @@ -41,6 +43,7 @@ Comment[mt]=Konfigurazzjoni mistura tal-Init Comment[nb]=Lagret oppstartsoppsett Comment[nds]=Sekert Init-Instellen +Comment[ne]=बचत गरिएको Init कन्फिगरेसन Comment[nl]=Opgeslagen Init-configuratie Comment[nn]=Lagra init-oppsett Comment[pa]=ਸੰਭਾਲੀ Init ਸੰਰਚਨਾ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/kdeadmin-3.5.6/ksysv/x-ksysv-log.desktop new/kdeadmin-3.5.7/ksysv/x-ksysv-log.desktop --- old/kdeadmin-3.5.6/ksysv/x-ksysv-log.desktop 2007-01-15 12:17:32.000000000 +0100 +++ new/kdeadmin-3.5.7/ksysv/x-ksysv-log.desktop 2007-05-14 09:37:27.000000000 +0200 @@ -3,6 +3,7 @@ Comment=SysV-Init Editor Log File Comment[ar]=ملف محرّر سجل الوقائع SysV-Init Comment[az]=SysV-Init Editor Qeyd Faylı +Comment[be]=Часопіс рэдактара SysV-Init Comment[bg]=Редактор на инициализиращите нива Comment[bn]= সিস-ভি-আইনিট সম্পাদক কার্যবিবরণী ফাইল Comment[bs]=SysV-Init Editor log datoteka @@ -11,7 +12,7 @@ Comment[cy]=Ffeil Cofnodi Golygydd SysV-Init Comment[da]=SysV-Init editor logfil Comment[de]=Protokolldatei des SysV-Init-Editors -Comment[el]=Αρχείο Καταχωρήσεων Επεξεργαστή SysV-Init +Comment[el]=Αρχείο καταχωρήσεων επεξεργαστή SysV-Init Comment[eo]=protokoldosiero de SysV-Prepar-Redaktilo Comment[es]=Archivo de registro del Editor de inicio SysV Comment[et]=SysV-Init redaktori logifail @@ -27,12 +28,14 @@ Comment[hu]=SysV-Init (szolgáltatáskezelő) naplófájl Comment[is]=SysV-Init stjóra annáll Comment[it]=File di log dell'editor di SysV-Init -Comment[ja]=SystemV起動スクリプトエディタのログファイル +Comment[ja]=SystemV 起動スクリプトエディタのログファイル +Comment[kk]=SysV-Init редактордың журналы Comment[lt]=SysV-Init redaktoriaus žurnalas Comment[mk]=Дневник на уредувачот на SysV-Init Comment[mt]=Logfile ta' l-editur SysV-Init Comment[nb]=Loggfil for SysV-init-redigering Comment[nds]=Logbook för den SysV-Init-Editor +Comment[ne]=SysV-Init सम्पादक लग फाइल Comment[nl]=Logbestand van SysV-Init Editor Comment[nn]=Loggfil for SysV-init-redigering Comment[pa]=SysV-Init ਸੰਪਾਦਕ ਲਾੱਗ ਫਾਇਲ਼ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/kdeadmin-3.5.6/kuser/kuser.desktop new/kdeadmin-3.5.7/kuser/kuser.desktop --- old/kdeadmin-3.5.6/kuser/kuser.desktop 2007-01-15 12:17:32.000000000 +0100 +++ new/kdeadmin-3.5.7/kuser/kuser.desktop 2007-05-14 09:37:27.000000000 +0200 @@ -12,6 +12,7 @@ Name[lv]=KLietotājs Name[mn]=КДЕ Хэрэглэгч Name[nb]=KBruker +Name[ne]=केडीई प्रयोगकर्ता Name[pa]=ਕੇ-ਉਪਭੋਗਤਾ Name[pl]=Użytkownicy Name[ro]=Manager de utilizatori @@ -24,6 +25,7 @@ GenericName[af]=Gebruiker Bestuurder GenericName[ar]=مسيير المستخدمين GenericName[az]=İstifadəçi İdarəçisi +GenericName[be]=Кіраванне карыстальнікамі GenericName[bg]=Управление на потребителите GenericName[bn]=ব্যবহারকারী ম্যানেজার GenericName[br]=Merour an arveriaded @@ -33,7 +35,7 @@ GenericName[cy]=Rheolydd Defnyddwyr GenericName[da]=Brugerhåndtering GenericName[de]=Benutzerverwaltung -GenericName[el]=Διαχειριστής Χρηστών +GenericName[el]=Διαχειριστής χρηστών GenericName[eo]=Administrilo por la uzantoj de la komputilo GenericName[es]=Administrador de usuarios GenericName[et]=Kasutajate haldamine @@ -51,6 +53,7 @@ GenericName[is]=Notandastjóri GenericName[it]=Gestore utenti GenericName[ja]=ユーザマネージャ +GenericName[kk]=Пайдаланушылар менеджерx GenericName[ko]=사용자 관리자 GenericName[lt]=Naudotojų tvarkyklė GenericName[lv]=Lietotāju Menedžeris @@ -60,6 +63,7 @@ GenericName[mt]=Manager tal-users GenericName[nb]=Brukerbehandler GenericName[nds]=Bruker-Pleger +GenericName[ne]=प्रयोगकर्ता प्रबन्धक GenericName[nl]=Gebruikersbeheerder GenericName[nn]=Brukarhandsamar GenericName[pa]=ਉਪਭੋਗਤਾ ਪਰਬੰਧਕ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/kdeadmin-3.5.6/lilo-config/common/Disks.cc new/kdeadmin-3.5.7/lilo-config/common/Disks.cc --- old/kdeadmin-3.5.6/lilo-config/common/Disks.cc 2005-10-10 16:53:27.000000000 +0200 +++ new/kdeadmin-3.5.7/lilo-config/common/Disks.cc 2007-05-14 09:37:27.000000000 +0200 @@ -31,6 +31,7 @@ #include <stdio.h> #include <fcntl.h> #include <ctype.h> +#include <stdlib.h> StringList ptable::disklist() { diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/kdeadmin-3.5.6/lilo-config/common/String.cc new/kdeadmin-3.5.7/lilo-config/common/String.cc --- old/kdeadmin-3.5.6/lilo-config/common/String.cc 2005-10-10 16:53:27.000000000 +0200 +++ new/kdeadmin-3.5.7/lilo-config/common/String.cc 2007-05-14 09:37:27.000000000 +0200 @@ -33,6 +33,7 @@ #include "String.h" #include <stdio.h> #include <regex.h> +#include <stdlib.h> using namespace std; diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/kdeadmin-3.5.6/lilo-config/common/String.h new/kdeadmin-3.5.7/lilo-config/common/String.h --- old/kdeadmin-3.5.6/lilo-config/common/String.h 2005-10-10 16:53:27.000000000 +0200 +++ new/kdeadmin-3.5.7/lilo-config/common/String.h 2007-05-14 09:37:27.000000000 +0200 @@ -65,7 +65,7 @@ String ®ex(String const &expr, bool cs=true) const; String &replace(String const &what, String const &with, bool all=true) const; static String escapeForRegExp(String const &s); - char const chr(unsigned int index) const { if(index>=size()) return 0; else return data()[index]; }; + char chr(unsigned int index) const { if(index>=size()) return 0; else return data()[index]; }; int length() const { return size(); }; // For compatibility with QString char const *latin1() const { return cstr(); }; // For compatibility with QString }; diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/kdeadmin-3.5.6/lilo-config/kde/lilo.desktop new/kdeadmin-3.5.7/lilo-config/kde/lilo.desktop --- old/kdeadmin-3.5.6/lilo-config/kde/lilo.desktop 2007-01-15 12:17:32.000000000 +0100 +++ new/kdeadmin-3.5.7/lilo-config/kde/lilo.desktop 2007-05-14 09:37:27.000000000 +0200 @@ -13,6 +13,7 @@ Name[af]=Boot Bestuurder (Lilo) Name[ar]=مدير إنطلاق النظام (LILO) Name[az]=Açılış İdarəçisi (LILO) +Name[be]=Кіраўнік загрузкі LILO Name[bg]=Стартиране Name[bn]=বুট ম্যানেজার (LILO) Name[br]=C'Harger loc'hañ (LILO) @@ -40,6 +41,7 @@ Name[is]=Ræsistjóri (LILO) Name[it]=Gestore di avvio (LILO) Name[ja]=ブートマネージャ (LILO) +Name[kk]=Жүктеуіш (LILO) Name[ko]=부트 관리자 (리로) Name[lt]=Užkrovos tvarkyklė (LILO) Name[lv]=Sāknēšanas Menedžeris (LILO) @@ -47,6 +49,7 @@ Name[ms]=Pengurus Boot (LILO) Name[nb]=Oppstartsbehandler (LILO) Name[nds]=Systeemstart-Pleger (LILO) +Name[ne]=बुट प्रबन्धक (एल आई एल ओ) Name[nl]=Opstartbeheerder (LILO) Name[nn]=Oppstartshandsamar (LILO) Name[pa]=ਬੂਟ ਪਰਬੰਧਕ (LILO) @@ -78,7 +81,8 @@ Comment[af]=Konfigureer Lilo (die Linux boot bestuurder) Comment[ar]=إعدادات LILO (مدير إنطلاق نظام لينكس) Comment[az]=LILO Qurğuları (Linuks açılış idarəçisi) -Comment[bg]=Графичен конфигуратор на първоначалното зареждането на Линукс +Comment[be]=Наставіць LILO (кіраўнік загрузкі Linux) +Comment[bg]=Графично настройване на първоначалното зареждането на Линукс Comment[bn]=LILO (লিনাক্স বুট ম্যানেজার) কনফিগার করে Comment[br]=Kefluniañ LILO (ar c'harger loc'hañ evit Linux) Comment[bs]=Podesi LILO (Linux boot manager) @@ -103,7 +107,8 @@ Comment[hu]=a LILO beállításai Comment[is]=Stilla LILO (Linux ræsistjórann) Comment[it]=Configura LILO (il gestore dell'avvio di Linux) -Comment[ja]=LILO(Linuxブートマネージャ)の設定 +Comment[ja]=LILO (Linux ブートマネージャ) の設定 +Comment[kk]=LILO (Linux жүктеуішін) баптауы Comment[lt]=Konfigūruoti LILO (Linux užkrovos tvarkyklę) Comment[mk]=Конфигурирајте го LILO (менаџерот за подигање на Линукс) Comment[mn]=Лило (Линүкс эхлүүлэгч менежер) Тохируулах @@ -111,6 +116,7 @@ Comment[mt]=Ikkonfigura l-LILO (Linux Loader) Comment[nb]=Her kan du sette opp LILO (Linux oppstartssystem) Comment[nds]=LILO (Systeemstart-Pleger vun Linux) instellen +Comment[ne]=एल आई एल ओ कन्फिगर गर्नुहोस् (लिनक्स बुट प्रबन्धक) Comment[nl]=Lilo (Linux Opstartmanager) instellen Comment[nn]=LILO-oppsett (Linux-oppstartssystemet) Comment[pa]=LILO ਸੰਰਚਨਾ(ਲੀਨਕਸ ਬੂਟ ਪਰਬੰਧਕ) @@ -163,7 +169,7 @@ Keywords[id]=lilo,boot,bootup,manajer boot,linux,OS Lainnya,MBR,startup,start Keywords[is]=lilo,boot,bootup,boot manager,linux,Other OS,MBR,startup,start,ræsa Keywords[it]=lilo,boot,boot manager,linux,altri sistemi operativi,MBR,avvio,gestore avvio -Keywords[ja]=lilo,ブート,ブート,ブートマネージャ,linux,他のOS,MBR,起動,開始 +Keywords[ja]=lilo,ブート,ブートマネージャ,linux,他のOS,MBR,起動,開始 Keywords[ko]=lilo,boot,bootup,boot manager,linux,Other OS,MBR,startup,start,리로,부트,부팅,부트 관리자,리눅스,다른 OS,다른 운영체제,시작 Keywords[lt]=lilo,boot,bootup,boot manager,linux,Other OS,MBR,startup,start,užkrova,krovimasis,kitos OS Keywords[lv]=lilo,sāknēt,sāknēšana,sāknēšanas menedžeris,linux,Citas OS,MBR,startēšana,startēt @@ -172,6 +178,7 @@ Keywords[ms]=lilo,boot,bootup,pengurus boot,linux,OS lain,MBR,startup,mula Keywords[nb]=lilo,boot,oppstart,linux,andre operativsystem,MBR,start Keywords[nds]=lilo,Systeemstart,boot,hoochfohren,boot manager,Systeemstart-Pleger,linux,Anner BS,MBR,starten,start +Keywords[ne]=लिलो, बुट, बुटअप, बुट प्रबन्धक, लिनक्स, अन्य ओ एस, एम बी आर, सुरुआत, सुरु Keywords[nl]=lilo,boot,bootup,boot manager,beheerder,linux,mbr,startup,start, ander besturingssysteem,opstarten,Windows,OS\2,BeOS Keywords[nn]=lilo,boot,oppstart,linux,andre operativsystem,MBR,start Keywords[pa]=ਲੀਲੋ, ਬੂਟ, ਬੂਟਅੱਪ, ਬੂਟ ਪਰਬੰਧਕ,ਲੀਨਕਸ, ਹੋਰ OS,MBR,ਸ਼ੁਰੂਆਤੀ, ਸ਼ੁਰੂ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/kdeadmin-3.5.6/lilo-config/kde-qt-common/general.cpp new/kdeadmin-3.5.7/lilo-config/kde-qt-common/general.cpp --- old/kdeadmin-3.5.6/lilo-config/kde-qt-common/general.cpp 2005-10-10 16:53:27.000000000 +0200 +++ new/kdeadmin-3.5.7/lilo-config/kde-qt-common/general.cpp 2007-05-14 09:37:27.000000000 +0200 @@ -32,6 +32,9 @@ #include <qlayout.h> #include <ui.h> #include <qwhatsthis.h> + +#include <stdlib.h> + General::General(liloconf *l, QWidget *parent, const char *name):QWidget(parent, name) { lilo=l; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de