summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-07 18:49:52 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-07 18:49:52 -0600
commit544df55ba1dbdff64e48f9687b92e8e5dd6cc891 (patch)
tree2325d4345d9cd70c540d1dcb5ce5cc34f594f6f0
parentbae304940b0a65131c123f9731322457b2fed2a8 (diff)
downloadkiosktool-544df55ba1dbdff64e48f9687b92e8e5dd6cc891.tar.gz
kiosktool-544df55ba1dbdff64e48f9687b92e8e5dd6cc891.zip
Rename KDEHOME and KDEDIR
-rw-r--r--acinclude.m426
-rw-r--r--aclocal.m426
-rw-r--r--configure.in2
-rw-r--r--doc/da/profiles.docbook2
-rw-r--r--doc/it/profiles.docbook2
-rw-r--r--doc/kiosktool/profiles.docbook2
-rw-r--r--doc/nl/profiles.docbook2
-rw-r--r--doc/pt/profiles.docbook2
-rw-r--r--doc/sv/profiles.docbook2
-rw-r--r--kiosktool/kioskrun.cpp12
-rw-r--r--kiosktool/kiosktool-kdedirs.cpp8
-rw-r--r--kiosktool/userManagement.cpp4
-rw-r--r--po/bg/kiosktool.po12
-rw-r--r--po/br/kiosktool.po6
-rw-r--r--po/ca/kiosktool.po6
-rw-r--r--po/cs/kiosktool.po12
-rw-r--r--po/cy/kiosktool.po6
-rw-r--r--po/da/kiosktool.po12
-rw-r--r--po/de/kiosktool.po12
-rw-r--r--po/en_GB/kiosktool.po12
-rw-r--r--po/es/kiosktool.po12
-rw-r--r--po/et/kiosktool.po12
-rwxr-xr-xpo/fr/kiosktool.po12
-rw-r--r--po/ga/kiosktool.po6
-rw-r--r--po/is/kiosktool.po6
-rw-r--r--po/it/kiosktool.po12
-rw-r--r--po/lt/kiosktool.po6
-rw-r--r--po/mt/kiosktool.po6
-rw-r--r--po/nl/kiosktool.po12
-rw-r--r--po/pt/kiosktool.po10
-rw-r--r--po/pt_BR/kiosktool.po12
-rw-r--r--po/ro/kiosktool.po6
-rw-r--r--po/ru/kiosktool.po12
-rw-r--r--po/sr/kiosktool.po12
-rw-r--r--po/sr@Latn/kiosktool.po12
-rw-r--r--po/sv/kiosktool.po12
-rw-r--r--po/ta/kiosktool.po10
-rwxr-xr-xpo/tr/kiosktool.po6
-rw-r--r--po/xx/kiosktool.po12
39 files changed, 178 insertions, 178 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 9939071..e1f8918 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -382,13 +382,13 @@ 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
-if eval `KDEDIR= ./conftest 2>&5`; then
+if eval `TDEDIR= ./conftest 2>&5`; then
kde_result=done
else
kde_result=problems
fi
-KDEDIR= ./conftest 2> /dev/null >&5 # make an echo for config.log
+TDEDIR= ./conftest 2> /dev/null >&5 # make an echo for config.log
kde_have_all_paths=yes
KDE_SET_PATHS($kde_result)
@@ -547,11 +547,11 @@ Please check whether you installed aRts correctly or use
AC_DEFUN([KDE_SET_DEFAULT_BINDIRS],
[
kde_default_bindirs="/usr/bin /usr/local/bin /opt/local/bin /usr/X11R6/bin /opt/kde/bin /opt/kde3/bin /usr/kde/bin /usr/local/kde/bin"
- test -n "$KDEDIR" && kde_default_bindirs="$KDEDIR/bin $kde_default_bindirs"
- if test -n "$KDEDIRS"; then
+ test -n "$TDEDIR" && kde_default_bindirs="$TDEDIR/bin $kde_default_bindirs"
+ if test -n "$TDEDIRS"; then
kde_save_IFS=$IFS
IFS=:
- for dir in $KDEDIRS; do
+ for dir in $TDEDIRS; do
kde_default_bindirs="$dir/bin $kde_default_bindirs "
done
IFS=$kde_save_IFS
@@ -608,7 +608,7 @@ AC_DEFUN([KDE_SUBST_PROGRAMS],
if test -n "$MEINPROC" && test ! "$MEINPROC" = "compiled"; then
kde_sharedirs="/usr/share/kde /usr/local/share /usr/share /opt/kde3/share /opt/kde/share $prefix/share"
- test -n "$KDEDIR" && kde_sharedirs="$KDEDIR/share $kde_sharedirs"
+ test -n "$TDEDIR" && kde_sharedirs="$TDEDIR/share $kde_sharedirs"
AC_FIND_FILE(apps/ksgmltools2/customization/kde-chunk.xsl, $kde_sharedirs, KDE_XSL_STYLESHEET)
if test "$KDE_XSL_STYLESHEET" = "NO"; then
KDE_XSL_STYLESHEET=""
@@ -1758,7 +1758,7 @@ fi
if test -z "$1"; then
kde_incdirs="$kde_libs_prefix/include /usr/lib/kde/include /usr/local/kde/include /usr/local/include /usr/kde/include /usr/include/kde /usr/include /opt/kde3/include /opt/kde/include $x_includes $qt_includes"
-test -n "$KDEDIR" && kde_incdirs="$KDEDIR/include $KDEDIR/include/kde $KDEDIR $kde_incdirs"
+test -n "$TDEDIR" && kde_incdirs="$TDEDIR/include $TDEDIR/include/kde $TDEDIR $kde_incdirs"
kde_incdirs="$ac_kde_includes $kde_incdirs"
AC_FIND_FILE($kde_check_header, $kde_incdirs, kde_incdir)
ac_kde_includes="$kde_incdir"
@@ -1770,7 +1770,7 @@ So, check this please and use another prefix!])
fi
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"
+test -n "$TDEDIR" && kde_libdirs="$TDEDIR/lib${tdelibsuff} $TDEDIR $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"
@@ -3199,7 +3199,7 @@ AC_CANONICAL_SYSTEM
AC_ARG_PROGRAM
AM_INIT_AUTOMAKE($1, $2)
AM_DISABLE_LIBRARIES
-AC_PREFIX_DEFAULT(${KDEDIR:-/usr/local/kde})
+AC_PREFIX_DEFAULT(${TDEDIR:-/usr/local/kde})
AC_CHECK_COMPILERS
KDE_PROG_LIBTOOL
AM_KDE_WITH_NLS
@@ -4573,12 +4573,12 @@ AC_DEFUN([KDE_CONF_FILES],
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
+dnl It only looks at --prefix, TDEDIR and falls back to /usr/local/kde
AC_DEFUN([KDE_SET_PREFIX_CORE],
[
unset CDPATH
- dnl make $KDEDIR the default for the installation
- AC_PREFIX_DEFAULT(${KDEDIR:-/usr/local/kde})
+ dnl make $TDEDIR the default for the installation
+ AC_PREFIX_DEFAULT(${TDEDIR:-/usr/local/kde})
if test "x$prefix" = "xNONE"; then
prefix=$ac_default_prefix
@@ -4602,7 +4602,7 @@ AC_DEFUN([KDE_SET_PREFIX],
unset CDPATH
dnl We can't give real code to that macro, only a value.
dnl It only matters for --help, since we set the prefix in this function anyway.
- AC_PREFIX_DEFAULT(${KDEDIR:-the kde prefix})
+ AC_PREFIX_DEFAULT(${TDEDIR:-the kde prefix})
KDE_SET_DEFAULT_BINDIRS
if test "x$prefix" = "xNONE"; then
diff --git a/aclocal.m4 b/aclocal.m4
index f382f5a..1782cf3 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -394,13 +394,13 @@ 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
-if eval `KDEDIR= ./conftest 2>&5`; then
+if eval `TDEDIR= ./conftest 2>&5`; then
kde_result=done
else
kde_result=problems
fi
-KDEDIR= ./conftest 2> /dev/null >&5 # make an echo for config.log
+TDEDIR= ./conftest 2> /dev/null >&5 # make an echo for config.log
kde_have_all_paths=yes
KDE_SET_PATHS($kde_result)
@@ -559,11 +559,11 @@ Please check whether you installed aRts correctly or use
AC_DEFUN([KDE_SET_DEFAULT_BINDIRS],
[
kde_default_bindirs="/usr/bin /usr/local/bin /opt/local/bin /usr/X11R6/bin /opt/kde/bin /opt/kde3/bin /usr/kde/bin /usr/local/kde/bin"
- test -n "$KDEDIR" && kde_default_bindirs="$KDEDIR/bin $kde_default_bindirs"
- if test -n "$KDEDIRS"; then
+ test -n "$TDEDIR" && kde_default_bindirs="$TDEDIR/bin $kde_default_bindirs"
+ if test -n "$TDEDIRS"; then
kde_save_IFS=$IFS
IFS=:
- for dir in $KDEDIRS; do
+ for dir in $TDEDIRS; do
kde_default_bindirs="$dir/bin $kde_default_bindirs "
done
IFS=$kde_save_IFS
@@ -620,7 +620,7 @@ AC_DEFUN([KDE_SUBST_PROGRAMS],
if test -n "$MEINPROC" && test ! "$MEINPROC" = "compiled"; then
kde_sharedirs="/usr/share/kde /usr/local/share /usr/share /opt/kde3/share /opt/kde/share $prefix/share"
- test -n "$KDEDIR" && kde_sharedirs="$KDEDIR/share $kde_sharedirs"
+ test -n "$TDEDIR" && kde_sharedirs="$TDEDIR/share $kde_sharedirs"
AC_FIND_FILE(apps/ksgmltools2/customization/kde-chunk.xsl, $kde_sharedirs, KDE_XSL_STYLESHEET)
if test "$KDE_XSL_STYLESHEET" = "NO"; then
KDE_XSL_STYLESHEET=""
@@ -1770,7 +1770,7 @@ fi
if test -z "$1"; then
kde_incdirs="$kde_libs_prefix/include /usr/lib/kde/include /usr/local/kde/include /usr/local/include /usr/kde/include /usr/include/kde /usr/include /opt/kde3/include /opt/kde/include $x_includes $qt_includes"
-test -n "$KDEDIR" && kde_incdirs="$KDEDIR/include $KDEDIR/include/kde $KDEDIR $kde_incdirs"
+test -n "$TDEDIR" && kde_incdirs="$TDEDIR/include $TDEDIR/include/kde $TDEDIR $kde_incdirs"
kde_incdirs="$ac_kde_includes $kde_incdirs"
AC_FIND_FILE($kde_check_header, $kde_incdirs, kde_incdir)
ac_kde_includes="$kde_incdir"
@@ -1782,7 +1782,7 @@ So, check this please and use another prefix!])
fi
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"
+test -n "$TDEDIR" && kde_libdirs="$TDEDIR/lib${tdelibsuff} $TDEDIR $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"
@@ -3211,7 +3211,7 @@ AC_CANONICAL_SYSTEM
AC_ARG_PROGRAM
AM_INIT_AUTOMAKE($1, $2)
AM_DISABLE_LIBRARIES
-AC_PREFIX_DEFAULT(${KDEDIR:-/usr/local/kde})
+AC_PREFIX_DEFAULT(${TDEDIR:-/usr/local/kde})
AC_CHECK_COMPILERS
KDE_PROG_LIBTOOL
AM_KDE_WITH_NLS
@@ -4585,12 +4585,12 @@ AC_DEFUN([KDE_CONF_FILES],
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
+dnl It only looks at --prefix, TDEDIR and falls back to /usr/local/kde
AC_DEFUN([KDE_SET_PREFIX_CORE],
[
unset CDPATH
- dnl make $KDEDIR the default for the installation
- AC_PREFIX_DEFAULT(${KDEDIR:-/usr/local/kde})
+ dnl make $TDEDIR the default for the installation
+ AC_PREFIX_DEFAULT(${TDEDIR:-/usr/local/kde})
if test "x$prefix" = "xNONE"; then
prefix=$ac_default_prefix
@@ -4614,7 +4614,7 @@ AC_DEFUN([KDE_SET_PREFIX],
unset CDPATH
dnl We can't give real code to that macro, only a value.
dnl It only matters for --help, since we set the prefix in this function anyway.
- AC_PREFIX_DEFAULT(${KDEDIR:-the kde prefix})
+ AC_PREFIX_DEFAULT(${TDEDIR:-the kde prefix})
KDE_SET_DEFAULT_BINDIRS
if test "x$prefix" = "xNONE"; then
diff --git a/configure.in b/configure.in
index 9f6acbf..0ec8952 100644
--- a/configure.in
+++ b/configure.in
@@ -128,7 +128,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then
echo "Warning: you chose to install this package in $given_prefix,"
echo "but KDE was found in $kde_libs_prefix."
echo "For this to work, you will need to tell KDE about the new prefix, by ensuring"
- echo "that KDEDIRS contains it, e.g. export KDEDIRS=$given_prefix:$kde_libs_prefix"
+ echo "that TDEDIRS contains it, e.g. export TDEDIRS=$given_prefix:$kde_libs_prefix"
echo "Then restart KDE."
echo ""
fi
diff --git a/doc/da/profiles.docbook b/doc/da/profiles.docbook
index a404a10..92ca5f8 100644
--- a/doc/da/profiles.docbook
+++ b/doc/da/profiles.docbook
@@ -15,7 +15,7 @@
>kombineres</ulink
> inden de bruges. Funktionen <ulink url="http://www.kde.org/areas/sysadmin/config_file.php#lock_down"
>låsning</ulink
-> kontrollerer om indstillinger i brugerens hjemmemappe ($KDEHOME eller ~/.kde) tages i betragtning eller ej. </para>
+> kontrollerer om indstillinger i brugerens hjemmemappe ($TDEHOME eller ~/.kde) tages i betragtning eller ej. </para>
<para
>En profil består af en almindelig KDE-mappestruktur på sit eget sted med indstillinger og information som vælges af dig. </para>
diff --git a/doc/it/profiles.docbook b/doc/it/profiles.docbook
index b7ab88c..c9ca758 100644
--- a/doc/it/profiles.docbook
+++ b/doc/it/profiles.docbook
@@ -15,7 +15,7 @@
>combinate</ulink
> prima di essere usate. Le funzionalità di <ulink url="http://www.kde.org/areas/sysadmin/config_file.php#lock_down"
>blocco</ulink
-> regolano se le impostazioni nella cartella dell'utente ($KDEHOME o ~/.kde) sono tenute in conto o meno. </para>
+> regolano se le impostazioni nella cartella dell'utente ($TDEHOME o ~/.kde) sono tenute in conto o meno. </para>
<para
>Un profilo consiste di una struttura delle cartelle standard di KDE in una posizione personalizzata con impostazioni e informazioni che scegli tu. </para>
diff --git a/doc/kiosktool/profiles.docbook b/doc/kiosktool/profiles.docbook
index 53a6b49..5e4ec09 100644
--- a/doc/kiosktool/profiles.docbook
+++ b/doc/kiosktool/profiles.docbook
@@ -16,7 +16,7 @@ found in the various locations are
<ulink url="http://www.kde.org/areas/sysadmin/config_file.php#cascading">combined</ulink>
before they are used.
<ulink url="http://www.kde.org/areas/sysadmin/config_file.php#lock_down">Lock down</ulink>
-features control whether settings in the user's home folder ($KDEHOME or ~/.kde)
+features control whether settings in the user's home folder ($TDEHOME or ~/.kde)
are taken into account or not.
</para>
diff --git a/doc/nl/profiles.docbook b/doc/nl/profiles.docbook
index ac88d46..2681395 100644
--- a/doc/nl/profiles.docbook
+++ b/doc/nl/profiles.docbook
@@ -15,7 +15,7 @@
>gecombineerd</ulink
> voordat ze worden gebruikt. Het <ulink url="http://www.kde.org/areas/sysadmin/config_file.php#lock_down"
>vergrendelen</ulink
-> van instellingen bepaalt of instellingen uit de persoonlijke map van de gebruiker ($KDEHOME of ~/.kde) hierbij worden meegenomen of niet. </para>
+> van instellingen bepaalt of instellingen uit de persoonlijke map van de gebruiker ($TDEHOME of ~/.kde) hierbij worden meegenomen of niet. </para>
<para
>Een profiel bestaat uit een standaard KDE-mappenstructuur op een gebruikergedefinieerde locatie met instellingen en informatie die door u is gekozen. </para>
diff --git a/doc/pt/profiles.docbook b/doc/pt/profiles.docbook
index a6123b3..dac762e 100644
--- a/doc/pt/profiles.docbook
+++ b/doc/pt/profiles.docbook
@@ -15,7 +15,7 @@
>combinados</ulink
> antes de poderem ser usados. As <ulink url="http://www.kde.org/areas/sysadmin/config_file.php#lock_down"
>Lock funcionalidades bloqueadas</ulink
-> controlam se as opções na pasta pessoal do utilizador (a $KDEHOME ou a ~/.kde) são tidas em conta ou não. </para>
+> controlam se as opções na pasta pessoal do utilizador (a $TDEHOME ou a ~/.kde) são tidas em conta ou não. </para>
<para
>Um perfil consiste numa estrutura de pastas normal do KDE numa localização personalizada com opções e informações escolhidas para si. </para>
diff --git a/doc/sv/profiles.docbook b/doc/sv/profiles.docbook
index 4ae8f69..7cf2981 100644
--- a/doc/sv/profiles.docbook
+++ b/doc/sv/profiles.docbook
@@ -15,7 +15,7 @@
>kombineras</ulink
> innan de används. Funktionen <ulink url="http://www.kde.org/areas/sysadmin/config_file.php#lock_down"
>låsning</ulink
-> styr om inställningar i användarens hemkatalog ($KDEHOME eller ~/.kde) tas hänsyn till eller inte. </para>
+> styr om inställningar i användarens hemkatalog ($TDEHOME eller ~/.kde) tas hänsyn till eller inte. </para>
<para
>En profil består av en vanlig KDE-katalogstruktur på en egen plats med inställningar och information som väljes av dig. </para>
diff --git a/kiosktool/kioskrun.cpp b/kiosktool/kioskrun.cpp
index 7e96004..f215483 100644
--- a/kiosktool/kioskrun.cpp
+++ b/kiosktool/kioskrun.cpp
@@ -162,9 +162,9 @@ void
KioskRun::applyEnvironment(KProcess *p)
{
p->setEnvironment("HOME", m_homeDir);
- p->setEnvironment("KDEHOME", m_homeDir+"/.kde");
+ p->setEnvironment("TDEHOME", m_homeDir+"/.kde");
p->setEnvironment("KDEROOTHOME", m_homeDir+"/.kde");
- p->setEnvironment("KDEDIRS", m_kdeDirs.join(":"));
+ p->setEnvironment("TDEDIRS", m_kdeDirs.join(":"));
p->setEnvironment("XDG_DATA_HOME", m_homeDir+"/.local/share");
p->setEnvironment("XDG_DATA_DIRS", m_xdgDataDirs.join(":"));
p->setEnvironment("XDG_CONFIG_HOME", m_homeDir+"/.config");
@@ -248,9 +248,9 @@ KioskRun::setupConfigEnv()
SetEnv home("HOME", m_homeDir);
TQString kdeHome = m_homeDir+"/.kde";
- SetEnv kdehome("KDEHOME", kdeHome);
+ SetEnv kdehome("TDEHOME", kdeHome);
SetEnv kderoothome("KDEROOTHOME", kdeHome);
- SetEnv kdedirs("KDEDIRS", m_kdeDirs.join(":"));
+ SetEnv kdedirs("TDEDIRS", m_kdeDirs.join(":"));
SetEnv xdgDataHome("XDG_DATA_HOME", m_homeDir+"/.local/share");
SetEnv xdgDataDirs("XDG_DATA_DIRS", m_xdgDataDirs.join(":"));
SetEnv xdgConfigHome("XDG_CONFIG_HOME", m_homeDir+"/.config");
@@ -286,7 +286,7 @@ KioskRun::setupConfigEnv()
m_desktopPath.append('/');
{
- SetEnv kdehome("KDEHOME", "-");
+ SetEnv kdehome("TDEHOME", "-");
SetEnv kderoothome("KDEROOTHOME", "-");
SetEnv xdgDataHome("XDG_DATA_HOME", m_xdgDataDirs.first());
SetEnv xdgConfigHome("XDG_CONFIG_HOME", m_xdgConfigDirs.first());
@@ -1589,7 +1589,7 @@ KioskRun::setUserProfileMappings( const ProfileMapping &groups, const ProfileMap
void
KioskRun::forceSycocaUpdate()
{
- // Touch $KDEDIR/share/services/update_ksycoca
+ // Touch $TDEDIR/share/services/update_ksycoca
KTempFile tempFile;
tempFile.close();
TQString sycocaUpdateFile = locateSave("services", "update_ksycoca");
diff --git a/kiosktool/kiosktool-kdedirs.cpp b/kiosktool/kiosktool-kdedirs.cpp
index 99f6548..8a9254d 100644
--- a/kiosktool/kiosktool-kdedirs.cpp
+++ b/kiosktool/kiosktool-kdedirs.cpp
@@ -36,7 +36,7 @@
#include <ksimpleconfig.h>
#include <kstandarddirs.h>
-static const char *description = I18N_NOOP("A tool to set $KDEDIRS according to the current user profile.");
+static const char *description = I18N_NOOP("A tool to set $TDEDIRS according to the current user profile.");
static TQString readEnvPath(const char *env)
@@ -139,15 +139,15 @@ int main(int argc, char **argv)
TQStringList kdedirList;
- // begin KDEDIRS
- TQString kdedirs = readEnvPath("KDEDIRS");
+ // begin TDEDIRS
+ TQString kdedirs = readEnvPath("TDEDIRS");
if (!kdedirs.isEmpty())
{
kdedirList = TQStringList::split(":", kdedirs);
}
else
{
- TQString kdedir = readEnvPath("KDEDIR");
+ TQString kdedir = readEnvPath("TDEDIR");
if (!kdedir.isEmpty())
{
kdedir = KShell::tildeExpand(kdedir);
diff --git a/kiosktool/userManagement.cpp b/kiosktool/userManagement.cpp
index 04c32bb..29a05c7 100644
--- a/kiosktool/userManagement.cpp
+++ b/kiosktool/userManagement.cpp
@@ -80,9 +80,9 @@ void UserManagementPage::slotShowNotice()
i18n("<qt>The profiles that you define here are automatically applied when the "
"user logs in to %1 or newer.<p>"
"If you want to use these profiles in combination with older versions you need "
- "to manually set the $KDEDIRS environment variable from the <b>starttde</b> "
+ "to manually set the $TDEDIRS environment variable from the <b>starttde</b> "
"script by adding the following line:<br><br>"
- "<i>export KDEDIRS=$(kiosktool-kdedirs)</i><br><br>").tqarg(AVAILABLE_SINCE),
+ "<i>export TDEDIRS=$(kiosktool-kdedirs)</i><br><br>").tqarg(AVAILABLE_SINCE),
i18n("Attention"), "user-profiles");
}
diff --git a/po/bg/kiosktool.po b/po/bg/kiosktool.po
index 86579a0..f81feae 100644
--- a/po/bg/kiosktool.po
+++ b/po/bg/kiosktool.po
@@ -1302,9 +1302,9 @@ msgstr ""
"четене."
#: kiosktool-kdedirs.cpp:39
-msgid "A tool to set $KDEDIRS according to the current user profile."
+msgid "A tool to set $TDEDIRS according to the current user profile."
msgstr ""
-"Инструмент за задаване на $KDEDIRS според "
+"Инструмент за задаване на $TDEDIRS според "
"текущия потребителски профил."
#: kiosktool-kdedirs.cpp:118
@@ -1613,18 +1613,18 @@ msgid ""
"<qt>The profiles that you define here are automatically applied when the "
"user logs in to %1 or newer."
"<p>If you want to use these profiles in combination with older versions you "
-"need to manually set the $KDEDIRS environment variable from the "
+"need to manually set the $TDEDIRS environment variable from the "
"<b>starttde</b> script by adding the following line:"
-"<br><br><i>export KDEDIRS=$(kiosktool-kdedirs)</i><br><br>"
+"<br><br><i>export TDEDIRS=$(kiosktool-kdedirs)</i><br><br>"
msgstr ""
"<qt>Профилите, които дефинирате тук, се "
"прилагат автоматично когато "
"потребителят влезе в %1 или по-нова."
"<p>Ако искате да използвате тези профили в "
"комбинация с по-стари версии трябва ръчно "
-"да зададете променливата на средата $KDEDIRS "
+"да зададете променливата на средата $TDEDIRS "
"от скрипта <b>starttde</b>, добавяйки следния "
-"ред:<br><br><i>export KDEDIRS=$(kiosktool-kdedirs)</i><br><br>"
+"ред:<br><br><i>export TDEDIRS=$(kiosktool-kdedirs)</i><br><br>"
#: userManagement.cpp:170
msgid "Add Group Policy"
diff --git a/po/br/kiosktool.po b/po/br/kiosktool.po
index e991a81..4f92d0f 100644
--- a/po/br/kiosktool.po
+++ b/po/br/kiosktool.po
@@ -916,7 +916,7 @@ msgid "Directory <b>%1</b> is not readable."
msgstr ""
#: kiosktool-kdedirs.cpp:39
-msgid "A tool to set $KDEDIRS according to the current user profile."
+msgid "A tool to set $TDEDIRS according to the current user profile."
msgstr ""
#: kiosktool-kdedirs.cpp:118
@@ -1201,9 +1201,9 @@ msgid ""
"<qt>The profiles that you define here are automatically applied when the "
"user logs in to %1 or newer."
"<p>If you want to use these profiles in combination with older versions you "
-"need to manually set the $KDEDIRS environment variable from the "
+"need to manually set the $TDEDIRS environment variable from the "
"<b>starttde</b> script by adding the following line:"
-"<br><br><i>export KDEDIRS=$(kiosktool-kdedirs)</i><br><br>"
+"<br><br><i>export TDEDIRS=$(kiosktool-kdedirs)</i><br><br>"
msgstr ""
#: userManagement.cpp:170
diff --git a/po/ca/kiosktool.po b/po/ca/kiosktool.po
index f34bb19..be9ef5c 100644
--- a/po/ca/kiosktool.po
+++ b/po/ca/kiosktool.po
@@ -914,7 +914,7 @@ msgid "Directory <b>%1</b> is not readable."
msgstr ""
#: kiosktool-kdedirs.cpp:39
-msgid "A tool to set $KDEDIRS according to the current user profile."
+msgid "A tool to set $TDEDIRS according to the current user profile."
msgstr ""
#: kiosktool-kdedirs.cpp:118
@@ -1199,9 +1199,9 @@ msgid ""
"<qt>The profiles that you define here are automatically applied when the "
"user logs in to %1 or newer."
"<p>If you want to use these profiles in combination with older versions you "
-"need to manually set the $KDEDIRS environment variable from the "
+"need to manually set the $TDEDIRS environment variable from the "
"<b>starttde</b> script by adding the following line:"
-"<br><br><i>export KDEDIRS=$(kiosktool-kdedirs)</i><br><br>"
+"<br><br><i>export TDEDIRS=$(kiosktool-kdedirs)</i><br><br>"
msgstr ""
#: userManagement.cpp:170
diff --git a/po/cs/kiosktool.po b/po/cs/kiosktool.po
index c6cc50b..b6e4ffc 100644
--- a/po/cs/kiosktool.po
+++ b/po/cs/kiosktool.po
@@ -1065,8 +1065,8 @@ msgid "Directory <b>%1</b> is not readable."
msgstr "Z adresáře <b>%1</b> nelze číst."
#: kiosktool-kdedirs.cpp:39
-msgid "A tool to set $KDEDIRS according to the current user profile."
-msgstr "Nástroj pro nastavení $KDEDIRS podle aktuálního uživatelského profilu."
+msgid "A tool to set $TDEDIRS according to the current user profile."
+msgstr "Nástroj pro nastavení $TDEDIRS podle aktuálního uživatelského profilu."
#: kiosktool-kdedirs.cpp:118
msgid "Output currently active prefixes"
@@ -1354,16 +1354,16 @@ msgid ""
"<qt>The profiles that you define here are automatically applied when the "
"user logs in to %1 or newer."
"<p>If you want to use these profiles in combination with older versions you "
-"need to manually set the $KDEDIRS environment variable from the "
+"need to manually set the $TDEDIRS environment variable from the "
"<b>starttde</b> script by adding the following line:"
-"<br><br><i>export KDEDIRS=$(kiosktool-kdedirs)</i><br><br>"
+"<br><br><i>export TDEDIRS=$(kiosktool-kdedirs)</i><br><br>"
msgstr ""
"<qt>Zde definované profily se automaticky nahrají při přihlášení "
"uživatele do %1 nebo novějšího."
"<p>Pokud chcete tyto profily používat se starší verzí, musíte ručně "
-"nastavit proměnnou $KDEDIRS ze skriptu <b>starttde</b> doplněním "
+"nastavit proměnnou $TDEDIRS ze skriptu <b>starttde</b> doplněním "
"následující řádky:"
-"<br><br><i>export KDEDIRS=$(kiosktool-kdedirs)</i><br><br>"
+"<br><br><i>export TDEDIRS=$(kiosktool-kdedirs)</i><br><br>"
#: userManagement.cpp:170
msgid "Add Group Policy"
diff --git a/po/cy/kiosktool.po b/po/cy/kiosktool.po
index e361896..7cb4eed 100644
--- a/po/cy/kiosktool.po
+++ b/po/cy/kiosktool.po
@@ -916,7 +916,7 @@ msgid "Directory <b>%1</b> is not readable."
msgstr ""
#: kiosktool-kdedirs.cpp:39
-msgid "A tool to set $KDEDIRS according to the current user profile."
+msgid "A tool to set $TDEDIRS according to the current user profile."
msgstr ""
#: kiosktool-kdedirs.cpp:118
@@ -1201,9 +1201,9 @@ msgid ""
"<qt>The profiles that you define here are automatically applied when the "
"user logs in to %1 or newer."
"<p>If you want to use these profiles in combination with older versions you "
-"need to manually set the $KDEDIRS environment variable from the "
+"need to manually set the $TDEDIRS environment variable from the "
"<b>starttde</b> script by adding the following line:"
-"<br><br><i>export KDEDIRS=$(kiosktool-kdedirs)</i><br><br>"
+"<br><br><i>export TDEDIRS=$(kiosktool-kdedirs)</i><br><br>"
msgstr ""
#: userManagement.cpp:170
diff --git a/po/da/kiosktool.po b/po/da/kiosktool.po
index 2910cef..bde0223 100644
--- a/po/da/kiosktool.po
+++ b/po/da/kiosktool.po
@@ -1080,8 +1080,8 @@ msgid "Directory <b>%1</b> is not readable."
msgstr "Mappen <b>%1</b> kan ikke læses."
#: kiosktool-kdedirs.cpp:39
-msgid "A tool to set $KDEDIRS according to the current user profile."
-msgstr "Et værktøj til at sætte $KDEDIRS ifølge den nuværende brugers profil."
+msgid "A tool to set $TDEDIRS according to the current user profile."
+msgstr "Et værktøj til at sætte $TDEDIRS ifølge den nuværende brugers profil."
#: kiosktool-kdedirs.cpp:118
msgid "Output currently active prefixes"
@@ -1370,16 +1370,16 @@ msgid ""
"<qt>The profiles that you define here are automatically applied when the "
"user logs in to %1 or newer."
"<p>If you want to use these profiles in combination with older versions you "
-"need to manually set the $KDEDIRS environment variable from the "
+"need to manually set the $TDEDIRS environment variable from the "
"<b>starttde</b> script by adding the following line:"
-"<br><br><i>export KDEDIRS=$(kiosktool-kdedirs)</i><br><br>"
+"<br><br><i>export TDEDIRS=$(kiosktool-kdedirs)</i><br><br>"
msgstr ""
"<qt>De profiler du definerer her bliver automatisk anvendt når brugeren "
"logger på i %1 eller nyere."
"<p>Hvis du ønkser at bruge disse profiler i kombination med ældre udgaver "
-"skal du indstille $KDEDIRS miljøvariablen manuelt fra "
+"skal du indstille $TDEDIRS miljøvariablen manuelt fra "
"<b>starttde</b>-scriptet ved at tilføje følgende linje:"
-"<br><br><i>export KDEDIRS=$(kiosktool-kdedirs)</i><br><br>"
+"<br><br><i>export TDEDIRS=$(kiosktool-kdedirs)</i><br><br>"
#: userManagement.cpp:170
msgid "Add Group Policy"
diff --git a/po/de/kiosktool.po b/po/de/kiosktool.po
index 0489739..4f221b9 100644
--- a/po/de/kiosktool.po
+++ b/po/de/kiosktool.po
@@ -1122,9 +1122,9 @@ msgid "Directory <b>%1</b> is not readable."
msgstr "Verzeichnis <b>%1</b> ist nicht lesbar."
#: kiosktool-kdedirs.cpp:39
-msgid "A tool to set $KDEDIRS according to the current user profile."
+msgid "A tool to set $TDEDIRS according to the current user profile."
msgstr ""
-"Ein Dienstprogramm, um $KDEDIRS gemäß dem aktuellen Benutzerprofil zu "
+"Ein Dienstprogramm, um $TDEDIRS gemäß dem aktuellen Benutzerprofil zu "
"setzen."
#: kiosktool-kdedirs.cpp:118
@@ -1415,16 +1415,16 @@ msgid ""
"<qt>The profiles that you define here are automatically applied when the "
"user logs in to %1 or newer."
"<p>If you want to use these profiles in combination with older versions you "
-"need to manually set the $KDEDIRS environment variable from the "
+"need to manually set the $TDEDIRS environment variable from the "
"<b>starttde</b> script by adding the following line:"
-"<br><br><i>export KDEDIRS=$(kiosktool-kdedirs)</i><br><br>"
+"<br><br><i>export TDEDIRS=$(kiosktool-kdedirs)</i><br><br>"
msgstr ""
"<qt>Die Profile, welche Sie hier definieren, werden automatisch angewandt, "
"wenn sich der Benutzer in %1 oder neuer einloggt. "
"<p>Wenn Sie diese Profile in Kombination mit älteren Versionen benutzen "
-"wollen, müssen Sie die $KDEDIRS Umgebungsvariable aus dem <b>starttde</> "
+"wollen, müssen Sie die $TDEDIRS Umgebungsvariable aus dem <b>starttde</> "
"Skript mit folgender Zeile ergänzen:"
-"<br><br><i>export KDEDIRS=$(kiosktool-kdedirs)</i><br><br>"
+"<br><br><i>export TDEDIRS=$(kiosktool-kdedirs)</i><br><br>"
#: userManagement.cpp:170
msgid "Add Group Policy"
diff --git a/po/en_GB/kiosktool.po b/po/en_GB/kiosktool.po
index 5d08ab6..19c8b6a 100644
--- a/po/en_GB/kiosktool.po
+++ b/po/en_GB/kiosktool.po
@@ -1068,8 +1068,8 @@ msgid "Directory <b>%1</b> is not readable."
msgstr "Directory <b>%1</b> is not readable."
#: kiosktool-kdedirs.cpp:39
-msgid "A tool to set $KDEDIRS according to the current user profile."
-msgstr "A tool to set $KDEDIRS according to the current user profile."
+msgid "A tool to set $TDEDIRS according to the current user profile."
+msgstr "A tool to set $TDEDIRS according to the current user profile."
#: kiosktool-kdedirs.cpp:118
msgid "Output currently active prefixes"
@@ -1358,16 +1358,16 @@ msgid ""
"<qt>The profiles that you define here are automatically applied when the "
"user logs in to %1 or newer."
"<p>If you want to use these profiles in combination with older versions you "
-"need to manually set the $KDEDIRS environment variable from the "
+"need to manually set the $TDEDIRS environment variable from the "
"<b>starttde</b> script by adding the following line:"
-"<br><br><i>export KDEDIRS=$(kiosktool-kdedirs)</i><br><br>"
+"<br><br><i>export TDEDIRS=$(kiosktool-kdedirs)</i><br><br>"
msgstr ""
"<qt>The profiles that you define here are automatically applied when the "
"user logs in to %1 or newer."
"<p>If you want to use these profiles in combination with older versions you "
-"need to manually set the $KDEDIRS environment variable from the "
+"need to manually set the $TDEDIRS environment variable from the "
"<b>starttde</b> script by adding the following line:"
-"<br><br><i>export KDEDIRS=$(kiosktool-kdedirs)</i><br><br>"
+"<br><br><i>export TDEDIRS=$(kiosktool-kdedirs)</i><br><br>"
#: userManagement.cpp:170
msgid "Add Group Policy"
diff --git a/po/es/kiosktool.po b/po/es/kiosktool.po
index 9ce96f9..01b1f59 100644
--- a/po/es/kiosktool.po
+++ b/po/es/kiosktool.po
@@ -1109,9 +1109,9 @@ msgid "Directory <b>%1</b> is not readable."
msgstr "No se puede leer el directorio <b>%1</b>."
#: kiosktool-kdedirs.cpp:39
-msgid "A tool to set $KDEDIRS according to the current user profile."
+msgid "A tool to set $TDEDIRS according to the current user profile."
msgstr ""
-"Una herramienta para configurar $KDEDIRS de acuerdo con el perfil del "
+"Una herramienta para configurar $TDEDIRS de acuerdo con el perfil del "
"usuario actual."
#: kiosktool-kdedirs.cpp:118
@@ -1402,17 +1402,17 @@ msgid ""
"<qt>The profiles that you define here are automatically applied when the "
"user logs in to %1 or newer."
"<p>If you want to use these profiles in combination with older versions you "
-"need to manually set the $KDEDIRS environment variable from the "
+"need to manually set the $TDEDIRS environment variable from the "
"<b>starttde</b> script by adding the following line:"
-"<br><br><i>export KDEDIRS=$(kiosktool-kdedirs)</i><br><br>"
+"<br><br><i>export TDEDIRS=$(kiosktool-kdedirs)</i><br><br>"
msgstr ""
"<qt>Los perfiles que defina aquí se aplican automáticamente cuando el "
"usuario se conecte a %1 o más reciente. "
"<p>"
"Si quiere usar estos perfiles en combinación con versiones más antiguas "
-"debe configurar manualmente la variable de entorno $KDEDIRS en el script "
+"debe configurar manualmente la variable de entorno $TDEDIRS en el script "
"<b>starttde</b> añadiendo la siguiente línea:"
-"<br><br><i>export KDEDIRS=$(kiosktool-kdedirs)</i><br><br>"
+"<br><br><i>export TDEDIRS=$(kiosktool-kdedirs)</i><br><br>"
#: userManagement.cpp:170
msgid "Add Group Policy"
diff --git a/po/et/kiosktool.po b/po/et/kiosktool.po
index a5899c6..3629d00 100644
--- a/po/et/kiosktool.po
+++ b/po/et/kiosktool.po
@@ -1059,8 +1059,8 @@ msgid "Directory <b>%1</b> is not readable."
msgstr "Kataloog <b>%1</b> ei ole loetav."
#: kiosktool-kdedirs.cpp:39
-msgid "A tool to set $KDEDIRS according to the current user profile."
-msgstr "Vahend $KDEDIRS määramiseks vastavalt praeguse kasutaja profiilile."
+msgid "A tool to set $TDEDIRS according to the current user profile."
+msgstr "Vahend $TDEDIRS määramiseks vastavalt praeguse kasutaja profiilile."
#: kiosktool-kdedirs.cpp:118
msgid "Output currently active prefixes"
@@ -1350,15 +1350,15 @@ msgid ""
"<qt>The profiles that you define here are automatically applied when the "
"user logs in to %1 or newer."
"<p>If you want to use these profiles in combination with older versions you "
-"need to manually set the $KDEDIRS environment variable from the "
+"need to manually set the $TDEDIRS environment variable from the "
"<b>starttde</b> script by adding the following line:"
-"<br><br><i>export KDEDIRS=$(kiosktool-kdedirs)</i><br><br>"
+"<br><br><i>export TDEDIRS=$(kiosktool-kdedirs)</i><br><br>"
msgstr ""
"<qt>Siin määratud profiile rakendatakse automaatselt, kui kasutaja logib "
"end sisse %1 või uuemasse."
"<p>Kui soovid neid profiile kasutada vanemate versioonidega, tuleb käsitsi "
-"määrata keskkonnamuutuja $KDEDIRS skriptis <b>starttde</b>, lisades "
-"järgmise rea:<br><br><i>export KDEDIRS=$(kiosktool-kdedirs)</i><br><br>"
+"määrata keskkonnamuutuja $TDEDIRS skriptis <b>starttde</b>, lisades "
+"järgmise rea:<br><br><i>export TDEDIRS=$(kiosktool-kdedirs)</i><br><br>"
#: userManagement.cpp:170
msgid "Add Group Policy"
diff --git a/po/fr/kiosktool.po b/po/fr/kiosktool.po
index 4c2c1f1..3843f32 100755
--- a/po/fr/kiosktool.po
+++ b/po/fr/kiosktool.po
@@ -1118,9 +1118,9 @@ msgid "Directory <b>%1</b> is not readable."
msgstr "Le dossier <b>%1</b> n'est pas lisible."
#: kiosktool-kdedirs.cpp:39
-msgid "A tool to set $KDEDIRS according to the current user profile."
+msgid "A tool to set $TDEDIRS according to the current user profile."
msgstr ""
-"Un outil pour metter en place $KDEDIRS selon le profil actuel de "
+"Un outil pour metter en place $TDEDIRS selon le profil actuel de "
"l'utilisateur."
#: kiosktool-kdedirs.cpp:118
@@ -1422,18 +1422,18 @@ msgid ""
"<qt>The profiles that you define here are automatically applied when the "
"user logs in to %1 or newer."
"<p>If you want to use these profiles in combination with older versions you "
-"need to manually set the $KDEDIRS environment variable from the "
+"need to manually set the $TDEDIRS environment variable from the "
"<b>starttde</b> script by adding the following line:"
-"<br><br><i>export KDEDIRS=$(kiosktool-kdedirs)</i><br><br>"
+"<br><br><i>export TDEDIRS=$(kiosktool-kdedirs)</i><br><br>"
msgstr ""
"<qt>Le profil que vous définissez ici est automatiquement appliqué quand "
"l'utilisateur se connecte avec %1 au minimum."
"<p>"
"Si vous voulez utiliser ces profils en combinaison avec des versions plus "
"anciennes vous devez configurer manuellement la variable d'environnement "
-"$KDEDIRS depuis le script <b>starttde</b>"
+"$TDEDIRS depuis le script <b>starttde</b>"
" en y ajoutant la ligne suivante : "
-"<br><br><i>export KDEDIRS=$(kiosktool-kdedirs)</i><br><br>"
+"<br><br><i>export TDEDIRS=$(kiosktool-kdedirs)</i><br><br>"
#: userManagement.cpp:170
msgid "Add Group Policy"
diff --git a/po/ga/kiosktool.po b/po/ga/kiosktool.po
index 62eb679..e2a9bf4 100644
--- a/po/ga/kiosktool.po
+++ b/po/ga/kiosktool.po
@@ -917,7 +917,7 @@ msgid "Directory <b>%1</b> is not readable."
msgstr ""
#: kiosktool-kdedirs.cpp:39
-msgid "A tool to set $KDEDIRS according to the current user profile."
+msgid "A tool to set $TDEDIRS according to the current user profile."
msgstr ""
#: kiosktool-kdedirs.cpp:118
@@ -1202,9 +1202,9 @@ msgid ""
"<qt>The profiles that you define here are automatically applied when the "
"user logs in to %1 or newer."
"<p>If you want to use these profiles in combination with older versions you "
-"need to manually set the $KDEDIRS environment variable from the "
+"need to manually set the $TDEDIRS environment variable from the "
"<b>starttde</b> script by adding the following line:"
-"<br><br><i>export KDEDIRS=$(kiosktool-kdedirs)</i><br><br>"
+"<br><br><i>export TDEDIRS=$(kiosktool-kdedirs)</i><br><br>"
msgstr ""
#: userManagement.cpp:170
diff --git a/po/is/kiosktool.po b/po/is/kiosktool.po
index f34bb19..be9ef5c 100644
--- a/po/is/kiosktool.po
+++ b/po/is/kiosktool.po
@@ -914,7 +914,7 @@ msgid "Directory <b>%1</b> is not readable."
msgstr ""
#: kiosktool-kdedirs.cpp:39
-msgid "A tool to set $KDEDIRS according to the current user profile."
+msgid "A tool to set $TDEDIRS according to the current user profile."
msgstr ""
#: kiosktool-kdedirs.cpp:118
@@ -1199,9 +1199,9 @@ msgid ""
"<qt>The profiles that you define here are automatically applied when the "
"user logs in to %1 or newer."
"<p>If you want to use these profiles in combination with older versions you "
-"need to manually set the $KDEDIRS environment variable from the "
+"need to manually set the $TDEDIRS environment variable from the "
"<b>starttde</b> script by adding the following line:"
-"<br><br><i>export KDEDIRS=$(kiosktool-kdedirs)</i><br><br>"
+"<br><br><i>export TDEDIRS=$(kiosktool-kdedirs)</i><br><br>"
msgstr ""
#: userManagement.cpp:170
diff --git a/po/it/kiosktool.po b/po/it/kiosktool.po
index cce0eb6..c4a295e 100644
--- a/po/it/kiosktool.po
+++ b/po/it/kiosktool.po
@@ -1103,8 +1103,8 @@ msgid "Directory <b>%1</b> is not readable."
msgstr "La cartella <b>%1</b> non è leggibile."
#: kiosktool-kdedirs.cpp:39
-msgid "A tool to set $KDEDIRS according to the current user profile."
-msgstr "Uno strumento per impostare $KDEDIRS a seconda del profilo utente attuale."
+msgid "A tool to set $TDEDIRS according to the current user profile."
+msgstr "Uno strumento per impostare $TDEDIRS a seconda del profilo utente attuale."
#: kiosktool-kdedirs.cpp:118
msgid "Output currently active prefixes"
@@ -1393,18 +1393,18 @@ msgid ""
"<qt>The profiles that you define here are automatically applied when the "
"user logs in to %1 or newer."
"<p>If you want to use these profiles in combination with older versions you "
-"need to manually set the $KDEDIRS environment variable from the "
+"need to manually set the $TDEDIRS environment variable from the "
"<b>starttde</b> script by adding the following line:"
-"<br><br><i>export KDEDIRS=$(kiosktool-kdedirs)</i><br><br>"
+"<br><br><i>export TDEDIRS=$(kiosktool-kdedirs)</i><br><br>"
msgstr ""
"<qt>"
"I profili che assegni sono applicati automaticamente qui quando l'utente "
"accede a %1 a più recente. "
"<p>"
"Se vuoi usare questi profili in combinazione con le vecchie versioni devi "
-"impostare manualmente la variabile d'ambiente KDEDIRS dallo script "
+"impostare manualmente la variabile d'ambiente TDEDIRS dallo script "
"<b>starttde</b> aggiungendo la riga seguente: "
-"<br><br><i>export KDEDIRS=$(kiosktool-kdedirs)</i><br><br>"
+"<br><br><i>export TDEDIRS=$(kiosktool-kdedirs)</i><br><br>"
#: userManagement.cpp:170
msgid "Add Group Policy"
diff --git a/po/lt/kiosktool.po b/po/lt/kiosktool.po
index bf3cb3f..6b274c8 100644
--- a/po/lt/kiosktool.po
+++ b/po/lt/kiosktool.po
@@ -1446,7 +1446,7 @@ msgid "Directory <b>%1</b> is not readable."
msgstr ""
#: kiosktool-kdedirs.cpp:39
-msgid "A tool to set $KDEDIRS according to the current user profile."
+msgid "A tool to set $TDEDIRS according to the current user profile."
msgstr ""
#: kiosktool-kdedirs.cpp:118
@@ -1801,9 +1801,9 @@ msgid ""
"<qt>The profiles that you define here are automatically applied when the "
"user logs in to %1 or newer."
"<p>If you want to use these profiles in combination with older versions you "
-"need to manually set the $KDEDIRS environment variable from the "
+"need to manually set the $TDEDIRS environment variable from the "
"<b>starttde</b> script by adding the following line:"
-"<br><br><i>export KDEDIRS=$(kiosktool-kdedirs)</i><br><br>"
+"<br><br><i>export TDEDIRS=$(kiosktool-kdedirs)</i><br><br>"
msgstr ""
#: userManagement.cpp:170
diff --git a/po/mt/kiosktool.po b/po/mt/kiosktool.po
index 084deca..83ed66c 100644
--- a/po/mt/kiosktool.po
+++ b/po/mt/kiosktool.po
@@ -918,7 +918,7 @@ msgid "Directory <b>%1</b> is not readable."
msgstr ""
#: kiosktool-kdedirs.cpp:39
-msgid "A tool to set $KDEDIRS according to the current user profile."
+msgid "A tool to set $TDEDIRS according to the current user profile."
msgstr ""
#: kiosktool-kdedirs.cpp:118
@@ -1203,9 +1203,9 @@ msgid ""
"<qt>The profiles that you define here are automatically applied when the "
"user logs in to %1 or newer."
"<p>If you want to use these profiles in combination with older versions you "
-"need to manually set the $KDEDIRS environment variable from the "
+"need to manually set the $TDEDIRS environment variable from the "
"<b>starttde</b> script by adding the following line:"
-"<br><br><i>export KDEDIRS=$(kiosktool-kdedirs)</i><br><br>"
+"<br><br><i>export TDEDIRS=$(kiosktool-kdedirs)</i><br><br>"
msgstr ""
#: userManagement.cpp:170
diff --git a/po/nl/kiosktool.po b/po/nl/kiosktool.po
index 7bca3f5..c19bc19 100644
--- a/po/nl/kiosktool.po
+++ b/po/nl/kiosktool.po
@@ -1108,9 +1108,9 @@ msgid "Directory <b>%1</b> is not readable."
msgstr "De map <b>%1</b> is niet leesbaar."
#: kiosktool-kdedirs.cpp:39
-msgid "A tool to set $KDEDIRS according to the current user profile."
+msgid "A tool to set $TDEDIRS according to the current user profile."
msgstr ""
-"Een hulpprogramma om de $KDEDIRS in te stellen volgens het huidige "
+"Een hulpprogramma om de $TDEDIRS in te stellen volgens het huidige "
"gebruikersprofiel."
#: kiosktool-kdedirs.cpp:118
@@ -1402,17 +1402,17 @@ msgid ""
"<qt>The profiles that you define here are automatically applied when the "
"user logs in to %1 or newer."
"<p>If you want to use these profiles in combination with older versions you "
-"need to manually set the $KDEDIRS environment variable from the "
+"need to manually set the $TDEDIRS environment variable from the "
"<b>starttde</b> script by adding the following line:"
-"<br><br><i>export KDEDIRS=$(kiosktool-kdedirs)</i><br><br>"
+"<br><br><i>export TDEDIRS=$(kiosktool-kdedirs)</i><br><br>"
msgstr ""
"<qt>De profielen die u hier opgeeft zullen automatisch worden toegepast als "
"de gebruiker zich aanmeldt bij %1 of nieuwer. "
"<p>"
"Als u deze profielen wilt gebruiken in combinatie met oudere versies, dan "
-"dient u de omgevingsvariabele $KDEDIRS handmatig instellen in het script "
+"dient u de omgevingsvariabele $TDEDIRS handmatig instellen in het script "
"<b>starttde</b> door er de volgende regel aan toe te voegen: "
-"<br><br>export KDEDIRS=$(kiosktool-kdedirs)</i>.<br><br>"
+"<br><br>export TDEDIRS=$(kiosktool-kdedirs)</i>.<br><br>"
#: userManagement.cpp:170
msgid "Add Group Policy"
diff --git a/po/pt/kiosktool.po b/po/pt/kiosktool.po
index 207d9c4..b554670 100644
--- a/po/pt/kiosktool.po
+++ b/po/pt/kiosktool.po
@@ -1101,9 +1101,9 @@ msgid "Directory <b>%1</b> is not readable."
msgstr "Pasta <b>%1</b> não é legível."
#: kiosktool-kdedirs.cpp:39
-msgid "A tool to set $KDEDIRS according to the current user profile."
+msgid "A tool to set $TDEDIRS according to the current user profile."
msgstr ""
-"Um ferramenta para configurar o $KDEDIRS de acordo com o perfil do "
+"Um ferramenta para configurar o $TDEDIRS de acordo com o perfil do "
"utilizador actual."
#: kiosktool-kdedirs.cpp:118
@@ -1394,9 +1394,9 @@ msgid ""
"<qt>The profiles that you define here are automatically applied when the "
"user logs in to %1 or newer."
"<p>If you want to use these profiles in combination with older versions you "
-"need to manually set the $KDEDIRS environment variable from the "
+"need to manually set the $TDEDIRS environment variable from the "
"<b>starttde</b> script by adding the following line:"
-"<br><br><i>export KDEDIRS=$(kiosktool-kdedirs)</i><br><br>"
+"<br><br><i>export TDEDIRS=$(kiosktool-kdedirs)</i><br><br>"
msgstr ""
"<qt>Os perfil que aqui define são automaticamente aplicados quando o "
"utilizador se liga ao %1 ou mais recente."
@@ -1404,7 +1404,7 @@ msgstr ""
"Se quiser utilizar estes perfil com versões mais antigas deve configurar "
"manualmente a variável de ambiente $KDEEDIRS no 'script' <b>starttde</b> "
"adicionando a seguinte linha:"
-"<br><br><i>export KDEDIRS=$(kiosktool-kdedirs)</i><br><br>"
+"<br><br><i>export TDEDIRS=$(kiosktool-kdedirs)</i><br><br>"
#: userManagement.cpp:170
msgid "Add Group Policy"
diff --git a/po/pt_BR/kiosktool.po b/po/pt_BR/kiosktool.po
index 1ba1c1d..22fb103 100644
--- a/po/pt_BR/kiosktool.po
+++ b/po/pt_BR/kiosktool.po
@@ -1100,9 +1100,9 @@ msgid "Directory <b>%1</b> is not readable."
msgstr "A pasta <b>%1</b> não possui permissões de leitura."
#: kiosktool-kdedirs.cpp:39
-msgid "A tool to set $KDEDIRS according to the current user profile."
+msgid "A tool to set $TDEDIRS according to the current user profile."
msgstr ""
-"Uma ferramenta para configurar o $KDEDIRS de acordo com o perfil do usuário "
+"Uma ferramenta para configurar o $TDEDIRS de acordo com o perfil do usuário "
"atual."
#: kiosktool-kdedirs.cpp:118
@@ -1392,17 +1392,17 @@ msgid ""
"<qt>The profiles that you define here are automatically applied when the "
"user logs in to %1 or newer."
"<p>If you want to use these profiles in combination with older versions you "
-"need to manually set the $KDEDIRS environment variable from the "
+"need to manually set the $TDEDIRS environment variable from the "
"<b>starttde</b> script by adding the following line:"
-"<br><br><i>export KDEDIRS=$(kiosktool-kdedirs)</i><br><br>"
+"<br><br><i>export TDEDIRS=$(kiosktool-kdedirs)</i><br><br>"
msgstr ""
"<qt>"
"Os perfis que você definiu aqui são automaticamente aplicados quando o "
"usuário acessar %1 ou mais recente."
"<p>Se quiser utilizar estes perfis com versões mais antigas, você deve "
-"configurar manualmente a variável de ambiente $KDEDIRS no 'script' "
+"configurar manualmente a variável de ambiente $TDEDIRS no 'script' "
"<b>starttde</b>, adicionando a seguinte linha: "
-"<br><br><i>export KDEDIRS=$(kiosktool-kdedirs)</i><br><br>"
+"<br><br><i>export TDEDIRS=$(kiosktool-kdedirs)</i><br><br>"
#: userManagement.cpp:170
msgid "Add Group Policy"
diff --git a/po/ro/kiosktool.po b/po/ro/kiosktool.po
index be43ebd..ace8acf 100644
--- a/po/ro/kiosktool.po
+++ b/po/ro/kiosktool.po
@@ -917,7 +917,7 @@ msgid "Directory <b>%1</b> is not readable."
msgstr ""
#: kiosktool-kdedirs.cpp:39
-msgid "A tool to set $KDEDIRS according to the current user profile."
+msgid "A tool to set $TDEDIRS according to the current user profile."
msgstr ""
#: kiosktool-kdedirs.cpp:118
@@ -1202,9 +1202,9 @@ msgid ""
"<qt>The profiles that you define here are automatically applied when the "
"user logs in to %1 or newer."
"<p>If you want to use these profiles in combination with older versions you "
-"need to manually set the $KDEDIRS environment variable from the "
+"need to manually set the $TDEDIRS environment variable from the "
"<b>starttde</b> script by adding the following line:"
-"<br><br><i>export KDEDIRS=$(kiosktool-kdedirs)</i><br><br>"
+"<br><br><i>export TDEDIRS=$(kiosktool-kdedirs)</i><br><br>"
msgstr ""
#: userManagement.cpp:170
diff --git a/po/ru/kiosktool.po b/po/ru/kiosktool.po
index d376180..7f062aa 100644
--- a/po/ru/kiosktool.po
+++ b/po/ru/kiosktool.po
@@ -1230,9 +1230,9 @@ msgstr ""
"<b>%1</b>."
#: kiosktool-kdedirs.cpp:39
-msgid "A tool to set $KDEDIRS according to the current user profile."
+msgid "A tool to set $TDEDIRS according to the current user profile."
msgstr ""
-"Программа для указания $KDEDIRS в "
+"Программа для указания $TDEDIRS в "
"соответствии с текущим профилем."
#: kiosktool-kdedirs.cpp:118
@@ -1537,9 +1537,9 @@ msgid ""
"<qt>The profiles that you define here are automatically applied when the "
"user logs in to %1 or newer."
"<p>If you want to use these profiles in combination with older versions you "
-"need to manually set the $KDEDIRS environment variable from the "
+"need to manually set the $TDEDIRS environment variable from the "
"<b>starttde</b> script by adding the following line:"
-"<br><br><i>export KDEDIRS=$(kiosktool-kdedirs)</i><br><br>"
+"<br><br><i>export TDEDIRS=$(kiosktool-kdedirs)</i><br><br>"
msgstr ""
"<qt>Профили, указанных здесь будут "
"автоматически применены когда "
@@ -1549,9 +1549,9 @@ msgstr ""
"Если вы хотите использовать эти профили в "
"комбинации со старыми версиями, вам нужно "
"вручную установить переменную окружения "
-"$KDEDIRS из скрипта <b>starttde</b> добавлением "
+"$TDEDIRS из скрипта <b>starttde</b> добавлением "
"следующей строки:"
-"<br><br><i>export KDEDIRS=$(kiosktool-kdedirs)</i><br><br>"
+"<br><br><i>export TDEDIRS=$(kiosktool-kdedirs)</i><br><br>"
#: userManagement.cpp:170
msgid "Add Group Policy"
diff --git a/po/sr/kiosktool.po b/po/sr/kiosktool.po
index e95154f..0281111 100644
--- a/po/sr/kiosktool.po
+++ b/po/sr/kiosktool.po
@@ -1229,9 +1229,9 @@ msgid "Directory <b>%1</b> is not readable."
msgstr "Из директоријума <b>%1</b> не може се читати."
#: kiosktool-kdedirs.cpp:39
-msgid "A tool to set $KDEDIRS according to the current user profile."
+msgid "A tool to set $TDEDIRS according to the current user profile."
msgstr ""
-"Алат за постављање $KDEDIRS према текућем "
+"Алат за постављање $TDEDIRS према текућем "
"корисничком профилу."
#: kiosktool-kdedirs.cpp:118
@@ -1535,9 +1535,9 @@ msgid ""
"<qt>The profiles that you define here are automatically applied when the "
"user logs in to %1 or newer."
"<p>If you want to use these profiles in combination with older versions you "
-"need to manually set the $KDEDIRS environment variable from the "
+"need to manually set the $TDEDIRS environment variable from the "
"<b>starttde</b> script by adding the following line:"
-"<br><br><i>export KDEDIRS=$(kiosktool-kdedirs)</i><br><br>"
+"<br><br><i>export TDEDIRS=$(kiosktool-kdedirs)</i><br><br>"
msgstr ""
"<qt>Профили које овде дефинишете "
"аутоматски се примењују када се корисник "
@@ -1545,9 +1545,9 @@ msgstr ""
"<p>Ако желите да користите ове профиле у "
"комбинацији са старијим верзијама, "
"морате ручно поставити променљиву "
-"окружења $KDEDIRS у скрипти <b>starttde</b> "
+"окружења $TDEDIRS у скрипти <b>starttde</b> "
"додавањем следеће линије:"
-"<br><br><i>export KDEDIRS=$(kiosktool-kdedirs)</i><br><br>"
+"<br><br><i>export TDEDIRS=$(kiosktool-kdedirs)</i><br><br>"
#: userManagement.cpp:170
msgid "Add Group Policy"
diff --git a/po/sr@Latn/kiosktool.po b/po/sr@Latn/kiosktool.po
index 2170992..b8e67e5 100644
--- a/po/sr@Latn/kiosktool.po
+++ b/po/sr@Latn/kiosktool.po
@@ -1086,8 +1086,8 @@ msgid "Directory <b>%1</b> is not readable."
msgstr "Iz direktorijuma <b>%1</b> ne može se čitati."
#: kiosktool-kdedirs.cpp:39
-msgid "A tool to set $KDEDIRS according to the current user profile."
-msgstr "Alat za postavljanje $KDEDIRS prema tekućem korisničkom profilu."
+msgid "A tool to set $TDEDIRS according to the current user profile."
+msgstr "Alat za postavljanje $TDEDIRS prema tekućem korisničkom profilu."
#: kiosktool-kdedirs.cpp:118
msgid "Output currently active prefixes"
@@ -1376,17 +1376,17 @@ msgid ""
"<qt>The profiles that you define here are automatically applied when the "
"user logs in to %1 or newer."
"<p>If you want to use these profiles in combination with older versions you "
-"need to manually set the $KDEDIRS environment variable from the "
+"need to manually set the $TDEDIRS environment variable from the "
"<b>starttde</b> script by adding the following line:"
-"<br><br><i>export KDEDIRS=$(kiosktool-kdedirs)</i><br><br>"
+"<br><br><i>export TDEDIRS=$(kiosktool-kdedirs)</i><br><br>"
msgstr ""
"<qt>Profili koje ovde definišete automatski se primenjuju kada se korisnik "
"prijavi na %1 ili noviji."
"<p>"
"Ako želite da koristite ove profile u kombinaciji sa starijim verzijama, "
-"morate ručno postaviti promenljivu okruženja $KDEDIRS u skripti "
+"morate ručno postaviti promenljivu okruženja $TDEDIRS u skripti "
"<b>starttde</b> dodavanjem sledeće linije:"
-"<br><br><i>export KDEDIRS=$(kiosktool-kdedirs)</i><br><br>"
+"<br><br><i>export TDEDIRS=$(kiosktool-kdedirs)</i><br><br>"
#: userManagement.cpp:170
msgid "Add Group Policy"
diff --git a/po/sv/kiosktool.po b/po/sv/kiosktool.po
index 7550452..d6e6e3b 100644
--- a/po/sv/kiosktool.po
+++ b/po/sv/kiosktool.po
@@ -1095,8 +1095,8 @@ msgid "Directory <b>%1</b> is not readable."
msgstr "Katalogen <b>%1</b> kan inte läsas."
#: kiosktool-kdedirs.cpp:39
-msgid "A tool to set $KDEDIRS according to the current user profile."
-msgstr "Ett verktyg för att ställa in $KDEDIRS enligt nuvarande användarprofil."
+msgid "A tool to set $TDEDIRS according to the current user profile."
+msgstr "Ett verktyg för att ställa in $TDEDIRS enligt nuvarande användarprofil."
#: kiosktool-kdedirs.cpp:118
msgid "Output currently active prefixes"
@@ -1386,16 +1386,16 @@ msgid ""
"<qt>The profiles that you define here are automatically applied when the "
"user logs in to %1 or newer."
"<p>If you want to use these profiles in combination with older versions you "
-"need to manually set the $KDEDIRS environment variable from the "
+"need to manually set the $TDEDIRS environment variable from the "
"<b>starttde</b> script by adding the following line:"
-"<br><br><i>export KDEDIRS=$(kiosktool-kdedirs)</i><br><br>"
+"<br><br><i>export TDEDIRS=$(kiosktool-kdedirs)</i><br><br>"
msgstr ""
"<qt>Profilerna som du definierar här används automatiskt när användaren "
"loggar in i %1 eller senare."
"<p>Om du vill använda profilerna tillsammans med äldre versioner, måste "
-"du ställa in miljövariabeln $KDEDIRS för hand från skriptet "
+"du ställa in miljövariabeln $TDEDIRS för hand från skriptet "
"<b>starttde</b> genom att lägga till följande rad: "
-"<br><br><i>export KDEDIRS=$(kiosktool-kdedirs)</i><br><br>"
+"<br><br><i>export TDEDIRS=$(kiosktool-kdedirs)</i><br><br>"
#: userManagement.cpp:170
msgid "Add Group Policy"
diff --git a/po/ta/kiosktool.po b/po/ta/kiosktool.po
index 14d1499..58d6f4c 100644
--- a/po/ta/kiosktool.po
+++ b/po/ta/kiosktool.po
@@ -1406,11 +1406,11 @@ msgstr ""
"விதத்தில் இல்லை."
#: kiosktool-kdedirs.cpp:39
-msgid "A tool to set $KDEDIRS according to the current user profile."
+msgid "A tool to set $TDEDIRS according to the current user profile."
msgstr ""
"தற்போதைய பயனர் "
"விவரகுறிப்புக்கு ஏற்றார் "
-"போல $KDEDIRS அமைப்பின் கருவி."
+"போல $TDEDIRS அமைப்பின் கருவி."
#: kiosktool-kdedirs.cpp:118
msgid "Output currently active prefixes"
@@ -1745,9 +1745,9 @@ msgid ""
"<qt>The profiles that you define here are automatically applied when the "
"user logs in to %1 or newer."
"<p>If you want to use these profiles in combination with older versions you "
-"need to manually set the $KDEDIRS environment variable from the "
+"need to manually set the $TDEDIRS environment variable from the "
"<b>starttde</b> script by adding the following line:"
-"<br><br><i>export KDEDIRS=$(kiosktool-kdedirs)</i><br><br>"
+"<br><br><i>export TDEDIRS=$(kiosktool-kdedirs)</i><br><br>"
msgstr ""
"<qt>நீங்கள் குறிப்பிட்டு "
"இருக்கும் விவரகு்குறபு "
@@ -1761,7 +1761,7 @@ msgstr ""
"மாறியை அமைப்பது thestarttdertkdeநிரலை "
"மேற்க்காணும் வரியில் "
"சேர்க்கவும்:line:"
-"<br><>exportxport KDEDIRS=$(kiosktool-kdedirs)</i><br><br>"
+"<br><>exportxport TDEDIRS=$(kiosktool-kdedirs)</i><br><br>"
#: userManagement.cpp:170
msgid "Add Group Policy"
diff --git a/po/tr/kiosktool.po b/po/tr/kiosktool.po
index 2a8a1e9..9c90093 100755
--- a/po/tr/kiosktool.po
+++ b/po/tr/kiosktool.po
@@ -962,7 +962,7 @@ msgid "Directory <b>%1</b> is not readable."
msgstr ""
#: kiosktool-kdedirs.cpp:39
-msgid "A tool to set $KDEDIRS according to the current user profile."
+msgid "A tool to set $TDEDIRS according to the current user profile."
msgstr ""
#: kiosktool-kdedirs.cpp:118
@@ -1248,9 +1248,9 @@ msgid ""
"<qt>The profiles that you define here are automatically applied when the "
"user logs in to %1 or newer."
"<p>If you want to use these profiles in combination with older versions you "
-"need to manually set the $KDEDIRS environment variable from the "
+"need to manually set the $TDEDIRS environment variable from the "
"<b>starttde</b> script by adding the following line:"
-"<br><br><i>export KDEDIRS=$(kiosktool-kdedirs)</i><br><br>"
+"<br><br><i>export TDEDIRS=$(kiosktool-kdedirs)</i><br><br>"
msgstr ""
#: userManagement.cpp:170
diff --git a/po/xx/kiosktool.po b/po/xx/kiosktool.po
index 4cb9301..0e70e6e 100644
--- a/po/xx/kiosktool.po
+++ b/po/xx/kiosktool.po
@@ -1071,8 +1071,8 @@ msgid "Directory <b>%1</b> is not readable."
msgstr "xxDirectory <b>%1</b> is not readable.xx"
#: kiosktool-kdedirs.cpp:39
-msgid "A tool to set $KDEDIRS according to the current user profile."
-msgstr "xxA tool to set $KDEDIRS according to the current user profile.xx"
+msgid "A tool to set $TDEDIRS according to the current user profile."
+msgstr "xxA tool to set $TDEDIRS according to the current user profile.xx"
#: kiosktool-kdedirs.cpp:118
msgid "Output currently active prefixes"
@@ -1361,16 +1361,16 @@ msgid ""
"<qt>The profiles that you define here are automatically applied when the "
"user logs in to %1 or newer."
"<p>If you want to use these profiles in combination with older versions you "
-"need to manually set the $KDEDIRS environment variable from the "
+"need to manually set the $TDEDIRS environment variable from the "
"<b>starttde</b> script by adding the following line:"
-"<br><br><i>export KDEDIRS=$(kiosktool-kdedirs)</i><br><br>"
+"<br><br><i>export TDEDIRS=$(kiosktool-kdedirs)</i><br><br>"
msgstr ""
"xx<qt>The profiles that you define here are automatically applied when the "
"user logs in to %1 or newer."
"<p>If you want to use these profiles in combination with older versions you "
-"need to manually set the $KDEDIRS environment variable from the "
+"need to manually set the $TDEDIRS environment variable from the "
"<b>starttde</b> script by adding the following line:"
-"<br><br><i>export KDEDIRS=$(kiosktool-kdedirs)</i><br><br>xx"
+"<br><br><i>export TDEDIRS=$(kiosktool-kdedirs)</i><br><br>xx"
#: userManagement.cpp:170
msgid "Add Group Policy"