Rename KDEHOME and KDEDIR

pull/1/head
Timothy Pearson 13 years ago
parent bae304940b
commit 544df55ba1

@ -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

26
aclocal.m4 vendored

@ -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

@ -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

@ -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>

@ -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>

@ -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>

@ -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>

@ -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>

@ -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>

@ -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");

@ -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);

@ -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");
}

@ -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"

@ -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

@ -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

@ -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"

@ -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

@ -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"

@ -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"

@ -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"

@ -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"

@ -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"

@ -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"

@ -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

@ -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

@ -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"

@ -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

@ -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

@ -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"

@ -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"

@ -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"

@ -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

@ -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"

@ -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"

@ -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"

@ -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"

@ -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"

@ -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

@ -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"

Loading…
Cancel
Save