Additional renaming of kde to tde

pull/1/head
Timothy Pearson 13 years ago
parent d39535c1f7
commit 600f1f42cd

@ -1312,7 +1312,7 @@ Changes from 0.7 to 0.8:
- Text and Nicklist-Fonts can now be selected via GUI - Text and Nicklist-Fonts can now be selected via GUI
- Changed server ping response again to make dalnet ircd happy - Changed server ping response again to make dalnet ircd happy
- Fixed nicklist sorting in channels - Fixed nicklist sorting in channels
- Switched to kdevelop 2.1.4 to hopefully fix some compile problems - Switched to tdevelop 2.1.4 to hopefully fix some compile problems
- Made Notices appear a bit different - Made Notices appear a bit different
- DCC recipient list now gets sorted - DCC recipient list now gets sorted
- Made text widget not scroll when scroll bar isn't completely down - Made text widget not scroll when scroll bar isn't completely down

@ -23,8 +23,8 @@ dnl IMPORTANT NOTE:
dnl Please do not modify this file unless you expect your modifications to be dnl Please do not modify this file unless you expect your modifications to be
dnl carried into every other module in the repository. dnl carried into every other module in the repository.
dnl dnl
dnl Single-module modifications are best placed in configure.in for kdelibs dnl Single-module modifications are best placed in configure.in for tdelibs
dnl and kdebase or configure.in.in if present. dnl and tdebase or configure.in.in if present.
# KDE_PATH_X_DIRECT # KDE_PATH_X_DIRECT
dnl Internal subroutine of AC_PATH_X. dnl Internal subroutine of AC_PATH_X.
@ -103,41 +103,41 @@ ac_x_libraries=],
[LIBS="$ac_save_LIBS" [LIBS="$ac_save_LIBS"
# First see if replacing the include by lib works. # First see if replacing the include by lib works.
# Check X11 before X11Rn because it is often a symlink to the current release. # 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}/` \ for ac_dir in `echo "$ac_x_includes" | sed s/include/lib${tdelibsuff}/` \
/usr/X11/lib${kdelibsuff} \ /usr/X11/lib${tdelibsuff} \
/usr/X11R6/lib${kdelibsuff} \ /usr/X11R6/lib${tdelibsuff} \
/usr/X11R5/lib${kdelibsuff} \ /usr/X11R5/lib${tdelibsuff} \
/usr/X11R4/lib${kdelibsuff} \ /usr/X11R4/lib${tdelibsuff} \
\ \
/usr/lib${kdelibsuff}/X11 \ /usr/lib${tdelibsuff}/X11 \
/usr/lib${kdelibsuff}/X11R6 \ /usr/lib${tdelibsuff}/X11R6 \
/usr/lib${kdelibsuff}/X11R5 \ /usr/lib${tdelibsuff}/X11R5 \
/usr/lib${kdelibsuff}/X11R4 \ /usr/lib${tdelibsuff}/X11R4 \
\ \
/usr/local/X11/lib${kdelibsuff} \ /usr/local/X11/lib${tdelibsuff} \
/usr/local/X11R6/lib${kdelibsuff} \ /usr/local/X11R6/lib${tdelibsuff} \
/usr/local/X11R5/lib${kdelibsuff} \ /usr/local/X11R5/lib${tdelibsuff} \
/usr/local/X11R4/lib${kdelibsuff} \ /usr/local/X11R4/lib${tdelibsuff} \
\ \
/usr/local/lib${kdelibsuff}/X11 \ /usr/local/lib${tdelibsuff}/X11 \
/usr/local/lib${kdelibsuff}/X11R6 \ /usr/local/lib${tdelibsuff}/X11R6 \
/usr/local/lib${kdelibsuff}/X11R5 \ /usr/local/lib${tdelibsuff}/X11R5 \
/usr/local/lib${kdelibsuff}/X11R4 \ /usr/local/lib${tdelibsuff}/X11R4 \
\ \
/usr/X386/lib${kdelibsuff} \ /usr/X386/lib${tdelibsuff} \
/usr/x386/lib${kdelibsuff} \ /usr/x386/lib${tdelibsuff} \
/usr/XFree86/lib${kdelibsuff}/X11 \ /usr/XFree86/lib${tdelibsuff}/X11 \
\ \
/usr/lib${kdelibsuff} \ /usr/lib${tdelibsuff} \
/usr/local/lib${kdelibsuff} \ /usr/local/lib${tdelibsuff} \
/usr/unsupported/lib${kdelibsuff} \ /usr/unsupported/lib${tdelibsuff} \
/usr/athena/lib${kdelibsuff} \ /usr/athena/lib${tdelibsuff} \
/usr/local/x11r5/lib${kdelibsuff} \ /usr/local/x11r5/lib${tdelibsuff} \
/usr/lpp/Xamples/lib${kdelibsuff} \ /usr/lpp/Xamples/lib${tdelibsuff} \
/lib/usr/lib${kdelibsuff}/X11 \ /lib/usr/lib${tdelibsuff}/X11 \
\ \
/usr/openwin/lib${kdelibsuff} \ /usr/openwin/lib${tdelibsuff} \
/usr/openwin/share/lib${kdelibsuff} \ /usr/openwin/share/lib${tdelibsuff} \
; \ ; \
do do
dnl Don't even attempt the hair of trying to link an X program! dnl Don't even attempt the hair of trying to link an X program!
@ -378,7 +378,7 @@ if AC_TRY_EVAL(ac_link) && test -s conftest; then
else else
AC_MSG_ERROR([your system fails at linking a small KDE application! 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 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.]) For more details about this problem, look at the end of config.log.])
fi fi
@ -937,7 +937,7 @@ mips-sgi-irix6*)
ac_x_includes="." ac_x_includes="."
fi fi
if test -z "$ac_x_libraries"; then if test -z "$ac_x_libraries"; then
ac_x_libraries="/usr/lib${kdelibsuff}" ac_x_libraries="/usr/lib${tdelibsuff}"
fi fi
esac esac
#from now on we use our own again #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" kde_qt_dirs="$QTDIR /usr/lib/qt4 /usr/lib/qt /usr/share/qt4"
fi fi
if test $kde_qtver = 3; then 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 if test -z "$PKG_CONFIG"; then
AC_PATH_PROG(PKG_CONFIG, pkg-config, no) AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
fi fi
@ -1426,7 +1426,7 @@ qt_includes=""
AC_ARG_WITH(qt-dir, AC_ARG_WITH(qt-dir,
AC_HELP_STRING([--with-qt-dir=DIR],[where the root of Qt is installed ]), AC_HELP_STRING([--with-qt-dir=DIR],[where the root of Qt is installed ]),
[ ac_qt_includes="$withval"/include [ ac_qt_includes="$withval"/include
ac_qt_libraries="$withval"/lib${kdelibsuff} ac_qt_libraries="$withval"/lib${tdelibsuff}
ac_qt_bindir="$withval"/bin ac_qt_bindir="$withval"/bin
]) ])
@ -1475,7 +1475,7 @@ ac_qt_includes="$qt_incdir"
qt_libdirs="" qt_libdirs=""
for dir in $kde_qt_dirs; do 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 done
if test -z "$PKG_CONFIG"; then if test -z "$PKG_CONFIG"; then
AC_PATH_PROG(PKG_CONFIG, pkg-config, no) 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]) AC_MSG_RESULT([$kde_cv_uic_plugins])
if test "$kde_cv_uic_plugins" != yes; then if test "$kde_cv_uic_plugins" != yes; then
AC_MSG_ERROR([ 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 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 kdelibs. this configure is not the same version you used to compile tdelibs.
The Qt Plugin installed by kdelibs is *ONLY* loadable if it is the 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 _same Qt version_, compiled with the _same compiler_ and the same Qt
configuration settings. configuration settings.
]) ])
@ -1820,8 +1820,8 @@ in the prefix, you've chosen, are no KDE headers installed. This will fail.
So, check this please and use another prefix!]) So, check this please and use another prefix!])
fi 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}/trinity /usr/lib${kdelibsuff} /usr/X11R6/lib${kdelibsuff} /usr/local/lib${kdelibsuff} /opt/trinity/lib${kdelibsuff} /opt/kde/lib${kdelibsuff} /usr/X11R6/kde/lib${kdelibsuff}" 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}/trinity /usr/lib${tdelibsuff} /usr/X11R6/lib${tdelibsuff} /usr/local/lib${tdelibsuff} /opt/trinity/lib${tdelibsuff} /opt/kde/lib${tdelibsuff} /usr/X11R6/kde/lib${tdelibsuff}"
test -n "$KDEDIR" && kde_libdirs="$KDEDIR/lib${kdelibsuff} $KDEDIR $kde_libdirs" test -n "$KDEDIR" && kde_libdirs="$KDEDIR/lib${tdelibsuff} $KDEDIR $kde_libdirs"
kde_libdirs="$ac_kde_libraries $libdir $kde_libdirs" kde_libdirs="$ac_kde_libraries $libdir $kde_libdirs"
AC_FIND_FILE($kde_check_lib, $kde_libdirs, kde_libdir) AC_FIND_FILE($kde_check_lib, $kde_libdirs, kde_libdir)
ac_kde_libraries="$kde_libdir" ac_kde_libraries="$kde_libdir"
@ -1839,7 +1839,7 @@ fi
if test -n "$kde_widgetdir" && test ! -r "$kde_widgetdir/trinity/plugins/designer/kdewidgets.la"; then if test -n "$kde_widgetdir" && test ! -r "$kde_widgetdir/trinity/plugins/designer/kdewidgets.la"; then
AC_MSG_ERROR([ AC_MSG_ERROR([
I can't find the designer plugins. These are required and should have been installed I can't find the designer plugins. These are required and should have been installed
by kdelibs]) by tdelibs])
fi fi
if test -n "$kde_widgetdir"; then if test -n "$kde_widgetdir"; then
@ -1854,7 +1854,7 @@ else
ac_kde_includes=$ac_kde_includes ac_kde_libraries=$ac_kde_libraries" ac_kde_includes=$ac_kde_includes ac_kde_libraries=$ac_kde_libraries"
fi 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" ac_cv_have_kde="have_kde=no"
@ -3515,9 +3515,9 @@ AC_DEFUN([KDE_CHECK_LIB64],
AC_ARG_ENABLE(libsuffix, AC_ARG_ENABLE(libsuffix,
AC_HELP_STRING([--enable-libsuffix], AC_HELP_STRING([--enable-libsuffix],
[/lib directory suffix (64,32,none,auto[=default])]), [/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 cat > conftest.c << EOF
#include <stdio.h> #include <stdio.h>
@ -3525,26 +3525,26 @@ int main() {
return 0; return 0;
} }
EOF 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, s,.*/lib\([[^\/]]*\)/.*,\1,
p p
}'` }'`
rm -rf conftest.* rm -rf conftest.*
fi fi
if test "$kdelibsuff" = "no" || test "$kdelibsuff" = "none"; then if test "$tdelibsuff" = "no" || test "$tdelibsuff" = "none"; then
kdelibsuff= tdelibsuff=
fi fi
if test -z "$kdelibsuff"; then if test -z "$tdelibsuff"; then
AC_MSG_RESULT([not using lib directory suffix]) AC_MSG_RESULT([not using lib directory suffix])
AC_DEFINE(KDELIBSUFF, [""], Suffix for lib directories) AC_DEFINE(KDELIBSUFF, [""], Suffix for lib directories)
else else
if test "$libdir" = '${exec_prefix}/lib'; then if test "$libdir" = '${exec_prefix}/lib'; then
libdir="$libdir${kdelibsuff}" libdir="$libdir${tdelibsuff}"
AC_SUBST([libdir], ["$libdir"]) dnl ugly hack for lib64 platforms AC_SUBST([libdir], ["$libdir"]) dnl ugly hack for lib64 platforms
fi fi
AC_DEFINE_UNQUOTED(KDELIBSUFF, ["${kdelibsuff}"], Suffix for lib directories) AC_DEFINE_UNQUOTED(KDELIBSUFF, ["${tdelibsuff}"], Suffix for lib directories)
AC_MSG_RESULT([using lib directory suffix $kdelibsuff]) AC_MSG_RESULT([using lib directory suffix $tdelibsuff])
fi fi
]) ])
@ -4569,7 +4569,7 @@ fi
PYTHONINC=-I$python_incdir 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) AC_FIND_FILE(libpython$version.so, $python_libdirs, python_libdir)
if test ! -r $python_libdir/libpython$version.so; then if test ! -r $python_libdir/libpython$version.so; then
AC_FIND_FILE(libpython$version.a, $python_libdirs, python_libdir) AC_FIND_FILE(libpython$version.a, $python_libdirs, python_libdir)
@ -4959,7 +4959,7 @@ AC_DEFUN([KDE_CONF_FILES],
AC_SUBST(CONF_FILES) AC_SUBST(CONF_FILES)
])dnl ])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 Do NOT use in any other module.
dnl It only looks at --prefix, KDEDIR and falls back to /usr/local/kde dnl It only looks at --prefix, KDEDIR and falls back to /usr/local/kde
AC_DEFUN([KDE_SET_PREFIX_CORE], AC_DEFUN([KDE_SET_PREFIX_CORE],
@ -5006,9 +5006,9 @@ AC_DEFUN([KDE_SET_PREFIX],
kde_libs_prefix=`$KDECONFIG --prefix` kde_libs_prefix=`$KDECONFIG --prefix`
if test -z "$kde_libs_prefix" || test ! -x "$kde_libs_prefix"; then 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 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 fi
kde_libs_htmldir=`$KDECONFIG --install html --expandvars` kde_libs_htmldir=`$KDECONFIG --install html --expandvars`
@ -5674,7 +5674,7 @@ ssl_includes=""
AC_ARG_WITH(ssl-dir, AC_ARG_WITH(ssl-dir,
AC_HELP_STRING([--with-ssl-dir=DIR],[where the root of OpenSSL is installed]), AC_HELP_STRING([--with-ssl-dir=DIR],[where the root of OpenSSL is installed]),
[ ac_ssl_includes="$withval"/include [ ac_ssl_includes="$withval"/include
ac_ssl_libraries="$withval"/lib$kdelibsuff ac_ssl_libraries="$withval"/lib$tdelibsuff
]) ])
want_ssl=yes want_ssl=yes
@ -5694,7 +5694,7 @@ AC_CACHE_VAL(ac_cv_have_ssl,
AC_FIND_FILE(openssl/ssl.h, $ssl_incdirs, ssl_incdir) AC_FIND_FILE(openssl/ssl.h, $ssl_incdirs, ssl_incdir)
ac_ssl_includes="$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 if test ! "$ac_ssl_libraries" = "NO"; then
ssl_libdirs="$ac_ssl_libraries $ssl_libdirs" ssl_libdirs="$ac_ssl_libraries $ssl_libdirs"
fi fi
@ -5931,9 +5931,9 @@ dnl defines KSTUFF_LIBS, KSTUFF_CFLAGS, see pkg-config man page
dnl also defines KSTUFF_PKG_ERRORS on error dnl also defines KSTUFF_PKG_ERRORS on error
AC_DEFUN([KDE_PKG_CHECK_MODULES], [ 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 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 fi
export PKG_CONFIG_PATH export PKG_CONFIG_PATH
PKG_CHECK_MODULES([$1],[$2],[$3],[$4]) PKG_CHECK_MODULES([$1],[$2],[$3],[$4])

@ -2411,7 +2411,7 @@ Limits on Real Name and Ident?
<callout arearefs="pt-highlight-3" <callout arearefs="pt-highlight-3"
><para ><para
>Indtast et strengmønster her. Alle modtagne meddelelser som matcher mønstret, noget sted i meddelelsen, aktiverer fremhævning af meddelelsen. Hvis du har værktøjet &kde;editor for regulære udtryk installeret på systemet, er knappen til højre aktiveret. Klik for at vise editoren, som hjælper dig med at oprette mere komplicerede mønstre. (&kde;editor for regulære udtryk er en del af pakken <command >Indtast et strengmønster her. Alle modtagne meddelelser som matcher mønstret, noget sted i meddelelsen, aktiverer fremhævning af meddelelsen. Hvis du har værktøjet &kde;editor for regulære udtryk installeret på systemet, er knappen til højre aktiveret. Klik for at vise editoren, som hjælper dig med at oprette mere komplicerede mønstre. (&kde;editor for regulære udtryk er en del af pakken <command
>kdeutils</command >tdeutils</command
>.) </para >.) </para
></callout> ></callout>
<callout arearefs="pt-highlight-4" <callout arearefs="pt-highlight-4"
@ -4166,7 +4166,7 @@ mozilla -remote "openURL($@, new-tab)" || exec mozilla "$@";
<para <para
><userinput ><userinput
><replaceable ><replaceable
>/exec kdeversion</replaceable >/exec tdeversion</replaceable
></userinput ></userinput
></para> ></para>
@ -4685,7 +4685,7 @@ mozilla -remote "openURL($@, new-tab)" || exec mozilla "$@";
<para <para
><userinput ><userinput
><replaceable ><replaceable
>/exec kdeversion</replaceable >/exec tdeversion</replaceable
></userinput ></userinput
></para> ></para>
@ -5903,7 +5903,7 @@ distribution. -->
<!-- <!--
List any special requirements for your application here. This should include: List any special requirements for your application here. This should include:
.Libraries or other software that is not included in tdesupport, .Libraries or other software that is not included in tdesupport,
kdelibs, or kdebase. tdelibs, or tdebase.
.Hardware requirements like amount of RAM, disk space, graphics card .Hardware requirements like amount of RAM, disk space, graphics card
capabilities, screen resolution, special expansion cards, etc. capabilities, screen resolution, special expansion cards, etc.
.Operating systems the app will run on. If your app is designed only for a .Operating systems the app will run on. If your app is designed only for a

@ -2441,7 +2441,7 @@ Limits on Real Name and Ident?
<callout arearefs="pt-highlight-3" <callout arearefs="pt-highlight-3"
><para ><para
>Kirjuta siia otsingumuster. Kõik saabuvad sõnumid, milles leitakse antud mustrile vastav tekst, tõstetakse esile. Kui sinu süsteemi on paigaldatud &kde; regulaaravaldiste redaktor, saad seda kasutada mustrist paremal asuvale nupule klõpsates. See redaktor aitab sul vähese vaevaga luua ka väga keerulisi mustreid (&kde; regulaaravaldiste redaktor kuulub paketti <command >Kirjuta siia otsingumuster. Kõik saabuvad sõnumid, milles leitakse antud mustrile vastav tekst, tõstetakse esile. Kui sinu süsteemi on paigaldatud &kde; regulaaravaldiste redaktor, saad seda kasutada mustrist paremal asuvale nupule klõpsates. See redaktor aitab sul vähese vaevaga luua ka väga keerulisi mustreid (&kde; regulaaravaldiste redaktor kuulub paketti <command
>kdeutils</command >tdeutils</command
>). </para >). </para
></callout> ></callout>
<callout arearefs="pt-highlight-4" <callout arearefs="pt-highlight-4"
@ -4206,7 +4206,7 @@ mozilla -remote "openURL($@, new-tab)" || exec mozilla "$@";
<para <para
><userinput ><userinput
><replaceable ><replaceable
>/exec kdeversion</replaceable >/exec tdeversion</replaceable
></userinput ></userinput
></para> ></para>
@ -4725,7 +4725,7 @@ mozilla -remote "openURL($@, new-tab)" || exec mozilla "$@";
<para <para
><userinput ><userinput
><replaceable ><replaceable
>/exec kdeversion</replaceable >/exec tdeversion</replaceable
></userinput ></userinput
></para> ></para>
@ -5949,7 +5949,7 @@ distribution. -->
<!-- <!--
List any special requirements for your application here. This should include: List any special requirements for your application here. This should include:
.Libraries or other software that is not included in tdesupport, .Libraries or other software that is not included in tdesupport,
kdelibs, or kdebase. tdelibs, or tdebase.
.Hardware requirements like amount of RAM, disk space, graphics card .Hardware requirements like amount of RAM, disk space, graphics card
capabilities, screen resolution, special expansion cards, etc. capabilities, screen resolution, special expansion cards, etc.
.Operating systems the app will run on. If your app is designed only for a .Operating systems the app will run on. If your app is designed only for a

@ -2397,7 +2397,7 @@ Limits on Real Name and Ident?
<callout arearefs="pt-highlight-3" <callout arearefs="pt-highlight-3"
><para ><para
>Inserisci qui uno schema di stringa. Ogni messaggio ricevuto che corrisponda a questo schema, in qualsiasi parte, attiverà l'evidenziazione del messaggio. Se hai il programma di modifica delle espressioni regolari di &kde; installato sul tuo sistema, il pulsante a destra dello schema sarà abilitato. Facci clic per visualizzare l'editor, che ti aiuterà a preparare degli schemi complessi. L'editor delle espressioni regolari di &kde; fa parte del pacchetto <command >Inserisci qui uno schema di stringa. Ogni messaggio ricevuto che corrisponda a questo schema, in qualsiasi parte, attiverà l'evidenziazione del messaggio. Se hai il programma di modifica delle espressioni regolari di &kde; installato sul tuo sistema, il pulsante a destra dello schema sarà abilitato. Facci clic per visualizzare l'editor, che ti aiuterà a preparare degli schemi complessi. L'editor delle espressioni regolari di &kde; fa parte del pacchetto <command
>kdeutils</command >tdeutils</command
>. </para >. </para
></callout> ></callout>
<callout arearefs="pt-highlight-4" <callout arearefs="pt-highlight-4"
@ -4160,7 +4160,7 @@ mozilla -remote "openURL($@, new-tab)" || exec mozilla "$@";
<para <para
><userinput ><userinput
><replaceable ><replaceable
>/exec kdeversion</replaceable >/exec tdeversion</replaceable
></userinput ></userinput
></para> ></para>
@ -4679,7 +4679,7 @@ mozilla -remote "openURL($@, new-tab)" || exec mozilla "$@";
<para <para
><userinput ><userinput
><replaceable ><replaceable
>/exec kdeversion</replaceable >/exec tdeversion</replaceable
></userinput ></userinput
></para> ></para>
@ -5903,7 +5903,7 @@ distribution. -->
<!-- <!--
List any special requirements for your application here. This should include: List any special requirements for your application here. This should include:
.Libraries or other software that is not included in tdesupport, .Libraries or other software that is not included in tdesupport,
kdelibs, or kdebase. tdelibs, or tdebase.
.Hardware requirements like amount of RAM, disk space, graphics card .Hardware requirements like amount of RAM, disk space, graphics card
capabilities, screen resolution, special expansion cards, etc. capabilities, screen resolution, special expansion cards, etc.
.Operating systems the app will run on. If your app is designed only for a .Operating systems the app will run on. If your app is designed only for a

@ -1,8 +1,8 @@
####### kdevelop will overwrite this part!!! (begin)########## ####### tdevelop will overwrite this part!!! (begin)##########
SUBDIRS = SUBDIRS =
####### kdevelop will overwrite this part!!! (end)############ ####### tdevelop will overwrite this part!!! (end)############
KDE_LANG = en KDE_LANG = en
KDE_DOCS = konversation KDE_DOCS = konversation

@ -1520,7 +1520,7 @@ the highlighting for the message. If you have the &kde; Regular Expression Edit
utility installed on your system, the button to the right of the pattern will utility installed on your system, the button to the right of the pattern will
be enabled. Click to display the editor, which will assist you be enabled. Click to display the editor, which will assist you
in preparing more complex patterns. (The &kde; Regular Expression Editor in preparing more complex patterns. (The &kde; Regular Expression Editor
is part of the <command>kdeutils</command> package.) is part of the <command>tdeutils</command> package.)
</para></callout> </para></callout>
<callout arearefs="pt-highlight-4"><para>If the pattern is found <callout arearefs="pt-highlight-4"><para>If the pattern is found
in a message, the entire message will be displayed in a message, the entire message will be displayed
@ -2549,7 +2549,7 @@ the command is sent to all the servers you have connected in &konversation;.</pa
scripts.</para> scripts.</para>
<para>Examples:</para> <para>Examples:</para>
<para><userinput><replaceable>/exec kdeversion</replaceable></userinput></para> <para><userinput><replaceable>/exec tdeversion</replaceable></userinput></para>
<para>Sends your system's &kde; and &Qt; version numbers to the channel.</para> <para>Sends your system's &kde; and &Qt; version numbers to the channel.</para>
@ -2728,7 +2728,7 @@ passing it (optional) <userinput><replaceable>parameters</replaceable></userinpu
<para>For example, type the following command in a channel tab</para> <para>For example, type the following command in a channel tab</para>
<para><userinput><replaceable>/exec kdeversion</replaceable></userinput></para> <para><userinput><replaceable>/exec tdeversion</replaceable></userinput></para>
<para>to send your &kde; and &Qt; version numbers to the channel.</para> <para>to send your &kde; and &Qt; version numbers to the channel.</para>
@ -3450,7 +3450,7 @@ can also be obtained from the
<!-- <!--
List any special requirements for your application here. This should include: List any special requirements for your application here. This should include:
.Libraries or other software that is not included in tdesupport, .Libraries or other software that is not included in tdesupport,
kdelibs, or kdebase. tdelibs, or tdebase.
.Hardware requirements like amount of RAM, disk space, graphics card .Hardware requirements like amount of RAM, disk space, graphics card
capabilities, screen resolution, special expansion cards, etc. capabilities, screen resolution, special expansion cards, etc.
.Operating systems the app will run on. If your app is designed only for a .Operating systems the app will run on. If your app is designed only for a

@ -2427,7 +2427,7 @@ Limits on Real Name and Ident?
<callout arearefs="pt-highlight-3" <callout arearefs="pt-highlight-3"
><para ><para
>Indique aqui um padrão de texto. Todas as mensagens recebidas que correspondam a este padrão, em qualquer ponto da mensagem, irão activar o realce da mensagem. Se você tiver o utilitário do Editor de Expressões Regulares do &kde; no seu sistema, o botão à direita do padrão ficará activo. Carregue para mostrar o editor, o que o irá ajudar a preparar os padrões mais complexos. (O Editor de Expressões Regulares do KDE faz parte do pacote <command >Indique aqui um padrão de texto. Todas as mensagens recebidas que correspondam a este padrão, em qualquer ponto da mensagem, irão activar o realce da mensagem. Se você tiver o utilitário do Editor de Expressões Regulares do &kde; no seu sistema, o botão à direita do padrão ficará activo. Carregue para mostrar o editor, o que o irá ajudar a preparar os padrões mais complexos. (O Editor de Expressões Regulares do KDE faz parte do pacote <command
>kdeutils</command >tdeutils</command
>.) </para >.) </para
></callout> ></callout>
<callout arearefs="pt-highlight-4" <callout arearefs="pt-highlight-4"
@ -4188,7 +4188,7 @@ mozilla -remote "openURL($@, new-tab)" || exec mozilla "$@";
<para <para
><userinput ><userinput
><replaceable ><replaceable
>/exec kdeversion</replaceable >/exec tdeversion</replaceable
></userinput ></userinput
></para> ></para>
@ -4707,7 +4707,7 @@ mozilla -remote "openURL($@, new-tab)" || exec mozilla "$@";
<para <para
><userinput ><userinput
><replaceable ><replaceable
>/exec kdeversion</replaceable >/exec tdeversion</replaceable
></userinput ></userinput
></para> ></para>
@ -5927,7 +5927,7 @@ distribution. -->
<!-- <!--
List any special requirements for your application here. This should include: List any special requirements for your application here. This should include:
.Libraries or other software that is not included in tdesupport, .Libraries or other software that is not included in tdesupport,
kdelibs, or kdebase. tdelibs, or tdebase.
.Hardware requirements like amount of RAM, disk space, graphics card .Hardware requirements like amount of RAM, disk space, graphics card
capabilities, screen resolution, special expansion cards, etc. capabilities, screen resolution, special expansion cards, etc.
.Operating systems the app will run on. If your app is designed only for a .Operating systems the app will run on. If your app is designed only for a

@ -2457,7 +2457,7 @@ Limits on Real Name and Ident?
<callout arearefs="pt-highlight-3" <callout arearefs="pt-highlight-3"
><para ><para
>Введите здесь шаблое строки. Присутствие этого шаблона в любом месте сообщения вызовет его подсветку. Если в вашей системе установлен редактор регулярных выражений KDE, то кнопка справа будет активна. Нажмите на неё, чтобы открыть редактор, он поможет вам создать более сложный шаблон. (Редактор регулярных выражений в KDE -- это часть пакета <command >Введите здесь шаблое строки. Присутствие этого шаблона в любом месте сообщения вызовет его подсветку. Если в вашей системе установлен редактор регулярных выражений KDE, то кнопка справа будет активна. Нажмите на неё, чтобы открыть редактор, он поможет вам создать более сложный шаблон. (Редактор регулярных выражений в KDE -- это часть пакета <command
>kdeutils</command >tdeutils</command
>.) </para >.) </para
></callout> ></callout>
<callout arearefs="pt-highlight-4" <callout arearefs="pt-highlight-4"
@ -4202,7 +4202,7 @@ mozilla -remote "openURL($@, new-tab)" || exec mozilla "$@";
<para <para
><userinput ><userinput
><replaceable ><replaceable
>/exec kdeversion</replaceable >/exec tdeversion</replaceable
></userinput ></userinput
></para> ></para>
@ -4705,7 +4705,7 @@ mozilla -remote "openURL($@, new-tab)" || exec mozilla "$@";
<para <para
><userinput ><userinput
><replaceable ><replaceable
>/exec kdeversion</replaceable >/exec tdeversion</replaceable
></userinput ></userinput
></para> ></para>
@ -5929,7 +5929,7 @@ distribution. -->
<!-- <!--
List any special requirements for your application here. This should include: List any special requirements for your application here. This should include:
.Libraries or other software that is not included in tdesupport, .Libraries or other software that is not included in tdesupport,
kdelibs, or kdebase. tdelibs, or tdebase.
.Hardware requirements like amount of RAM, disk space, graphics card .Hardware requirements like amount of RAM, disk space, graphics card
capabilities, screen resolution, special expansion cards, etc. capabilities, screen resolution, special expansion cards, etc.
.Operating systems the app will run on. If your app is designed only for a .Operating systems the app will run on. If your app is designed only for a

@ -2431,7 +2431,7 @@ Limits on Real Name and Ident?
<callout arearefs="pt-highlight-3" <callout arearefs="pt-highlight-3"
><para ><para
>Skriv in ett strängmönster här. Alla mottagna meddelanden som matchar mönstret, någonstans i meddelandet, aktiverar färgläggning av meddelandet. Om du har verktyget &kde;:s editor för reguljära uttryck installerad på systemet, är knappen till höger aktiverad. Klicka för att visa editorn, som hjälper dig att skapa mer komplicerade mönster. (&kde;:s editor för reguljära uttryck är en del av paketet <command >Skriv in ett strängmönster här. Alla mottagna meddelanden som matchar mönstret, någonstans i meddelandet, aktiverar färgläggning av meddelandet. Om du har verktyget &kde;:s editor för reguljära uttryck installerad på systemet, är knappen till höger aktiverad. Klicka för att visa editorn, som hjälper dig att skapa mer komplicerade mönster. (&kde;:s editor för reguljära uttryck är en del av paketet <command
>kdeutils</command >tdeutils</command
>.) </para >.) </para
></callout> ></callout>
<callout arearefs="pt-highlight-4" <callout arearefs="pt-highlight-4"
@ -4192,7 +4192,7 @@ mozilla -remote "openURL($@, new-tab)" || exec mozilla "$@";
<para <para
><userinput ><userinput
><replaceable ><replaceable
>/exec kdeversion</replaceable >/exec tdeversion</replaceable
></userinput ></userinput
></para> ></para>
@ -4711,7 +4711,7 @@ mozilla -remote "openURL($@, new-tab)" || exec mozilla "$@";
<para <para
><userinput ><userinput
><replaceable ><replaceable
>/exec kdeversion</replaceable >/exec tdeversion</replaceable
></userinput ></userinput
></para> ></para>
@ -5933,7 +5933,7 @@ distribution. -->
<!-- <!--
List any special requirements for your application here. This should include: List any special requirements for your application here. This should include:
.Libraries or other software that is not included in tdesupport, .Libraries or other software that is not included in tdesupport,
kdelibs, or kdebase. tdelibs, or tdebase.
.Hardware requirements like amount of RAM, disk space, graphics card .Hardware requirements like amount of RAM, disk space, graphics card
capabilities, screen resolution, special expansion cards, etc. capabilities, screen resolution, special expansion cards, etc.
.Operating systems the app will run on. If your app is designed only for a .Operating systems the app will run on. If your app is designed only for a

@ -1,4 +1,4 @@
scriptsdir=$(kde_datadir)/konversation/scripts scriptsdir=$(kde_datadir)/konversation/scripts
scripts_SCRIPTS=bug fortune gauge uptime kdeversion cmd sayclip weather sysinfo media mail tinyurl scripts_SCRIPTS=bug fortune gauge uptime tdeversion cmd sayclip weather sysinfo media mail tinyurl
scripts_DATA=fortunes.dat scripts_DATA=fortunes.dat

@ -21,8 +21,8 @@ uptime Displays the system uptime on the current channel.
fortune Displays a random fortune cookie fortune Displays a random fortune cookie
usage: /fortune usage: /fortune
kdeversion Displays the Qt/KDE version. tdeversion Displays the Qt/KDE version.
usage: /kdeversion usage: /tdeversion
cmd Prints the output of a given command. cmd Prints the output of a given command.
usage: /cmd command usage: /cmd command

@ -383,7 +383,7 @@ void Autoreplace_Config::showRegExpEditor()
if(editorDialog) if(editorDialog)
{ {
// kdeutils was installed, so the dialog was found. Fetch the editor interface. // tdeutils was installed, so the dialog was found. Fetch the editor interface.
KRegExpEditorInterface *reEditor = KRegExpEditorInterface *reEditor =
static_cast<KRegExpEditorInterface *>(editorDialog->qt_cast( "KRegExpEditorInterface" ) ); static_cast<KRegExpEditorInterface *>(editorDialog->qt_cast( "KRegExpEditorInterface" ) );
Q_ASSERT(reEditor); // This should not fail! Q_ASSERT(reEditor); // This should not fail!

@ -59,7 +59,7 @@
#include <klocale.h> #include <klocale.h>
#include <kdebug.h> #include <kdebug.h>
#include <kglobalsettings.h> #include <kglobalsettings.h>
#include <kdeversion.h> #include <tdeversion.h>
#include <kmessagebox.h> #include <kmessagebox.h>
#include <kiconloader.h> #include <kiconloader.h>
#include <twin.h> #include <twin.h>

@ -38,7 +38,7 @@
#include <kfiledialog.h> #include <kfiledialog.h>
#include <kmessagebox.h> #include <kmessagebox.h>
#include <kpopupmenu.h> #include <kpopupmenu.h>
#include <kdeversion.h> #include <tdeversion.h>
ChannelListPanel::ChannelListPanel(TQWidget* parent) : ChatWindow(parent) ChannelListPanel::ChannelListPanel(TQWidget* parent) : ChatWindow(parent)

@ -29,7 +29,7 @@
#include <tqcolor.h> #include <tqcolor.h>
#include <tqmap.h> #include <tqmap.h>
#include <kdeversion.h> #include <tdeversion.h>
/* /*

@ -27,7 +27,7 @@
#include <tqvbox.h> #include <tqvbox.h>
#include <kdebug.h> #include <kdebug.h>
#include <kdeversion.h> #include <tdeversion.h>
#include <kdialog.h> #include <kdialog.h>
#include <kglobal.h> #include <kglobal.h>
#include <kglobalsettings.h> #include <kglobalsettings.h>

@ -18,7 +18,7 @@
#include <kstaticdeleter.h> #include <kstaticdeleter.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <kdeversion.h> #include <tdeversion.h>
#include "konversationapplication.h" #include "konversationapplication.h"
#include "config/preferences.h" #include "config/preferences.h"

@ -204,7 +204,7 @@ void Highlight_Config::highlightTextEditButtonClicked()
KParts::ComponentFactory::createInstanceFromQuery<TQDialog>( "KRegExpEditor/KRegExpEditor" ); KParts::ComponentFactory::createInstanceFromQuery<TQDialog>( "KRegExpEditor/KRegExpEditor" );
if (editorDialog) if (editorDialog)
{ {
// kdeutils was installed, so the dialog was found. Fetch the editor interface. // tdeutils was installed, so the dialog was found. Fetch the editor interface.
KRegExpEditorInterface *reEditor = KRegExpEditorInterface *reEditor =
static_cast<KRegExpEditorInterface *>(editorDialog->qt_cast( "KRegExpEditorInterface" ) ); static_cast<KRegExpEditorInterface *>(editorDialog->qt_cast( "KRegExpEditorInterface" ) );
Q_ASSERT( reEditor ); // This should not fail!// now use the editor. Q_ASSERT( reEditor ); // This should not fail!// now use the editor.

@ -29,7 +29,7 @@
#include <tqregexp.h> #include <tqregexp.h>
#include <klocale.h> #include <klocale.h>
#include <kdeversion.h> #include <tdeversion.h>
#include <kstringhandler.h> #include <kstringhandler.h>
#include <config.h> #include <config.h>
#include <kdebug.h> #include <kdebug.h>

@ -114,7 +114,7 @@ void IRCInput::disableSpellChecking()
} }
void IRCInput::slotSpellCheckDone(const TQString& s) void IRCInput::slotSpellCheckDone(const TQString& s)
{ {
// NOTE: kdelibs 3.5's KSpell stupidly adds newlines to its // NOTE: tdelibs 3.5's KSpell stupidly adds newlines to its
// buffer at some point for god-knows-what-reason, and for- // buffer at some point for god-knows-what-reason, and for-
// gets to remove them again before handing the result back. // gets to remove them again before handing the result back.
// There's a FIXME to the effect in KSpell::check. This is // There's a FIXME to the effect in KSpell::check. This is

@ -51,7 +51,7 @@
#include <kurldrag.h> #include <kurldrag.h>
#include <kbookmark.h> #include <kbookmark.h>
#include <kbookmarkmanager.h> #include <kbookmarkmanager.h>
#include <kdeversion.h> #include <tdeversion.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <krun.h> #include <krun.h>
#include <kprocess.h> #include <kprocess.h>

@ -39,7 +39,7 @@
#include <kcmdlineargs.h> #include <kcmdlineargs.h>
#include <kconfig.h> #include <kconfig.h>
#include <dcopclient.h> #include <dcopclient.h>
#include <kdeversion.h> #include <tdeversion.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <klocale.h> #include <klocale.h>
#include <kmessagebox.h> #include <kmessagebox.h>

@ -43,7 +43,7 @@
#include <kmessagebox.h> #include <kmessagebox.h>
#include <kmenubar.h> #include <kmenubar.h>
#include <kkeydialog.h> #include <kkeydialog.h>
#include <kdeversion.h> #include <tdeversion.h>
#include <kedittoolbar.h> #include <kedittoolbar.h>
#include <kpopupmenu.h> #include <kpopupmenu.h>
#include <twin.h> #include <twin.h>

@ -1,6 +1,6 @@
/* /*
* This file is part of the KDE libraries * This file is part of the KDE libraries
* Copyright (C) 2003 Benjamin C Meyer (ben+kdelibs at meyerhome dot net) * Copyright (C) 2003 Benjamin C Meyer (ben+tdelibs at meyerhome dot net)
* Copyright (C) 2003 Waldo Bastian <bastian@kde.org> * Copyright (C) 2003 Waldo Bastian <bastian@kde.org>
* Copyright (C) 2004 Michael Brade <brade@kde.org> * Copyright (C) 2004 Michael Brade <brade@kde.org>
* *

@ -1,6 +1,6 @@
/* /*
* This file is part of the KDE libraries * This file is part of the KDE libraries
* Copyright (C) 2003 Benjamin C Meyer (ben+kdelibs at meyerhome dot net) * Copyright (C) 2003 Benjamin C Meyer (ben+tdelibs at meyerhome dot net)
* Copyright (C) 2003 Waldo Bastian <bastian@kde.org> * Copyright (C) 2003 Waldo Bastian <bastian@kde.org>
* Copyright (C) 2004 Michael Brade <brade@kde.org> * Copyright (C) 2004 Michael Brade <brade@kde.org>
* *

@ -36,7 +36,7 @@ Kopete (c) 2002-2004 by the Kopete developers <kopete-devel@kde.org>
#include <kconfig.h> #include <kconfig.h>
#include <klocale.h> #include <klocale.h>
#include <kiconloader.h> #include <kiconloader.h>
#include <kdeversion.h> #include <tdeversion.h>
#include <kinputdialog.h> #include <kinputdialog.h>
#include <kpushbutton.h> #include <kpushbutton.h>
#include <kactivelabel.h> #include <kactivelabel.h>

@ -35,7 +35,7 @@
#include <kdebug.h> #include <kdebug.h>
#include <kio/passdlg.h> #include <kio/passdlg.h>
#include <kconfig.h> #include <kconfig.h>
#include <kdeversion.h> #include <tdeversion.h>
#include <kshell.h> #include <kshell.h>
#include <ksocketaddress.h> #include <ksocketaddress.h>
#include <kresolver.h> #include <kresolver.h>

@ -57,7 +57,7 @@
#include <ksocketdevice.h> #include <ksocketdevice.h>
#include <kaction.h> #include <kaction.h>
#include <kstringhandler.h> #include <kstringhandler.h>
#include <kdeversion.h> #include <tdeversion.h>
#include <twin.h> #include <twin.h>
#include <config.h> #include <config.h>

@ -31,7 +31,7 @@
#include <kpopupmenu.h> #include <kpopupmenu.h>
#include <kiconloader.h> #include <kiconloader.h>
#include <kbookmarkmanager.h> #include <kbookmarkmanager.h>
#include <kdeversion.h> #include <tdeversion.h>
namespace Konversation namespace Konversation

@ -33,7 +33,7 @@
#include <krun.h> #include <krun.h>
#include <kfiledialog.h> #include <kfiledialog.h>
#include <kprocess.h> #include <kprocess.h>
#include <kdeversion.h> #include <tdeversion.h>
#include <kshell.h> #include <kshell.h>
#include <klistviewsearchline.h> #include <klistviewsearchline.h>

@ -6,7 +6,7 @@ msgstr ""
"POT-Creation-Date: 2008-07-24 08:36+0200\n" "POT-Creation-Date: 2008-07-24 08:36+0200\n"
"PO-Revision-Date: 2006-08-28 23:34+0200\n" "PO-Revision-Date: 2006-08-28 23:34+0200\n"
"Last-Translator: Albert Astals Cid <aacid@kde.org>\n" "Last-Translator: Albert Astals Cid <aacid@kde.org>\n"
"Language-Team: Catalan <kde-i18n-ca@kde.org>\n" "Language-Team: Catalan <tde-i18n-ca@kde.org>\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"

@ -17,7 +17,7 @@ msgstr ""
"POT-Creation-Date: 2008-07-24 08:36+0200\n" "POT-Creation-Date: 2008-07-24 08:36+0200\n"
"PO-Revision-Date: 2008-07-14 08:07+0200\n" "PO-Revision-Date: 2008-07-14 08:07+0200\n"
"Last-Translator: Frederik Schwarzer <schwarzerf@gmail.com>\n" "Last-Translator: Frederik Schwarzer <schwarzerf@gmail.com>\n"
"Language-Team: German <kde-i18n-de@kde.org>\n" "Language-Team: German <tde-i18n-de@kde.org>\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"

@ -11,7 +11,7 @@ msgstr ""
"POT-Creation-Date: 2008-07-24 08:36+0200\n" "POT-Creation-Date: 2008-07-24 08:36+0200\n"
"PO-Revision-Date: 2008-08-06 09:09+0200\n" "PO-Revision-Date: 2008-08-06 09:09+0200\n"
"Last-Translator: Federico Zenith <federico.zenith@member.fsf.org>\n" "Last-Translator: Federico Zenith <federico.zenith@member.fsf.org>\n"
"Language-Team: Italian <kde-i18n-it@kde.org>\n" "Language-Team: Italian <tde-i18n-it@kde.org>\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"

@ -10,7 +10,7 @@ msgstr ""
"POT-Creation-Date: 2008-07-24 08:36+0200\n" "POT-Creation-Date: 2008-07-24 08:36+0200\n"
"PO-Revision-Date: 2008-07-25 23:08+0200\n" "PO-Revision-Date: 2008-07-25 23:08+0200\n"
"Last-Translator: Chusslove Illich <caslav.ilic@gmx.net>\n" "Last-Translator: Chusslove Illich <caslav.ilic@gmx.net>\n"
"Language-Team: Serbian <kde-i18n-sr@kde.org>\n" "Language-Team: Serbian <tde-i18n-sr@kde.org>\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"

@ -10,7 +10,7 @@ msgstr ""
"POT-Creation-Date: 2008-07-24 08:36+0200\n" "POT-Creation-Date: 2008-07-24 08:36+0200\n"
"PO-Revision-Date: 2008-07-25 23:08+0200\n" "PO-Revision-Date: 2008-07-25 23:08+0200\n"
"Last-Translator: Chusslove Illich <caslav.ilic@gmx.net>\n" "Last-Translator: Chusslove Illich <caslav.ilic@gmx.net>\n"
"Language-Team: Serbian <kde-i18n-sr@kde.org>\n" "Language-Team: Serbian <tde-i18n-sr@kde.org>\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"

Loading…
Cancel
Save