diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-26 14:38:10 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-26 14:38:10 -0600 |
commit | bb04c4a8d7babbc965aa2c34a27b9611aa3cdae0 (patch) | |
tree | c2708770707dae7ccbd7fe0e7ee6ba1a685aa59d | |
parent | 80c642340671c3cd79111bfe92764ca2d208afb5 (diff) | |
download | tde-i18n-bb04c4a8d7babbc965aa2c34a27b9611aa3cdae0.tar.gz tde-i18n-bb04c4a8d7babbc965aa2c34a27b9611aa3cdae0.zip |
Rename kde-config to tde-config
370 files changed, 4630 insertions, 4630 deletions
diff --git a/tde-i18n-af/acinclude.m4 b/tde-i18n-af/acinclude.m4 index 68b7ababbca..afd8befc656 100644 --- a/tde-i18n-af/acinclude.m4 +++ b/tde-i18n-af/acinclude.m4 @@ -5006,13 +5006,13 @@ AC_DEFUN([KDE_SET_PREFIX], KDE_SET_DEFAULT_BINDIRS if test "x$prefix" = "xNONE"; then - dnl no prefix given: look for kde-config in the PATH and deduce the prefix from it - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + dnl no prefix given: look for tde-config in the PATH and deduce the prefix from it + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) else - dnl prefix given: look for kde-config, preferrably in prefix, otherwise in PATH + dnl prefix given: look for tde-config, preferrably in prefix, otherwise in PATH kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) PATH="$kde_save_PATH" fi @@ -5028,7 +5028,7 @@ AC_DEFUN([KDE_SET_PREFIX], AC_MSG_CHECKING([where to install]) if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - AC_MSG_RESULT([$prefix (as returned by kde-config)]) + AC_MSG_RESULT([$prefix (as returned by tde-config)]) else dnl --prefix was given. Compare prefixes and warn (in configure.in.bot.end) if different given_prefix=$prefix diff --git a/tde-i18n-af/configure b/tde-i18n-af/configure index 6b6ff2779e5..44f8c6d59f1 100755 --- a/tde-i18n-af/configure +++ b/tde-i18n-af/configure @@ -3750,12 +3750,12 @@ done if test "x$prefix" = "xNONE"; then - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3774,16 +3774,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3803,10 +3803,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3822,12 +3822,12 @@ echo "${ECHO_T}$kde_cv_path" >&6; } kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3846,16 +3846,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3875,10 +3875,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3911,8 +3911,8 @@ echo "$as_me: error: $KDECONFIG --prefix outputed the non existant prefix '$kde_ echo $ECHO_N "checking where to install... $ECHO_C" >&6; } if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - { echo "$as_me:$LINENO: result: $prefix (as returned by kde-config)" >&5 -echo "${ECHO_T}$prefix (as returned by kde-config)" >&6; } + { echo "$as_me:$LINENO: result: $prefix (as returned by tde-config)" >&5 +echo "${ECHO_T}$prefix (as returned by tde-config)" >&6; } else given_prefix=$prefix { echo "$as_me:$LINENO: result: $prefix (as requested)" >&5 @@ -5422,7 +5422,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-af/configure.in b/tde-i18n-af/configure.in index f0db47c40aa..5ad6cc1e1ad 100644 --- a/tde-i18n-af/configure.in +++ b/tde-i18n-af/configure.in @@ -37,7 +37,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-af/messages/tdelibs/tdelibs.po b/tde-i18n-af/messages/tdelibs/tdelibs.po index 27e497206ac..fd457d0b758 100644 --- a/tde-i18n-af/messages/tdelibs/tdelibs.po +++ b/tde-i18n-af/messages/tdelibs/tdelibs.po @@ -9515,155 +9515,155 @@ msgstr "Wat is hierdie?" msgid "Tip of the &Day" msgstr "Leidraad van die Dag" -#: tdecore/kde-config.cpp.in:14 +#: tdecore/tde-config.cpp.in:14 msgid "A little program to output installation paths" msgstr "'n Klein program om uit te voer instaleerings paaie" -#: tdecore/kde-config.cpp.in:18 +#: tdecore/tde-config.cpp.in:18 msgid "expand ${prefix} and ${exec_prefix} in output" msgstr "uitbrei $(voorvoegstel) en $(uitvoer_voorvoegstel) in uitvoer" -#: tdecore/kde-config.cpp.in:19 +#: tdecore/tde-config.cpp.in:19 msgid "Compiled in prefix for KDE libraries" msgstr "Kompileer in voorvoegsel vir KDE biblioteke" -#: tdecore/kde-config.cpp.in:20 +#: tdecore/tde-config.cpp.in:20 msgid "Compiled in exec_prefix for KDE libraries" msgstr "Kompileer in exec_voorvoegstel vir KDE biblioteke" -#: tdecore/kde-config.cpp.in:21 +#: tdecore/tde-config.cpp.in:21 msgid "Compiled in library path suffix" msgstr "Kompileer in woordeboek pad agtervoegsel" -#: tdecore/kde-config.cpp.in:22 +#: tdecore/tde-config.cpp.in:22 msgid "Prefix in $HOME used to write files" msgstr "Voorvoegsel in $HUIS gebruik om lêers te skryf" -#: tdecore/kde-config.cpp.in:23 +#: tdecore/tde-config.cpp.in:23 msgid "Compiled in version string for KDE libraries" msgstr "Kompileer in uitgawe string vir KDE biblioteke" -#: tdecore/kde-config.cpp.in:24 +#: tdecore/tde-config.cpp.in:24 msgid "Available KDE resource types" msgstr "Beskikbare KDE hulpbron tipes" -#: tdecore/kde-config.cpp.in:25 +#: tdecore/tde-config.cpp.in:25 msgid "Search path for resource type" msgstr "Soek pad vir hulpbron tipes" -#: tdecore/kde-config.cpp.in:26 +#: tdecore/tde-config.cpp.in:26 msgid "User path: desktop|autostart|trash|document" msgstr "Gebruik pad: werksker|selfbegin|gemors|dokument" -#: tdecore/kde-config.cpp.in:27 +#: tdecore/tde-config.cpp.in:27 msgid "Prefix to install resource files to" msgstr "Voorvoegstel om te instaleer hulpbron lêers na" -#: tdecore/kde-config.cpp.in:168 +#: tdecore/tde-config.cpp.in:168 msgid "Applications menu (.desktop files)" msgstr "Aanwending kieslys (.werkskerm lêers)" -#: tdecore/kde-config.cpp.in:169 +#: tdecore/tde-config.cpp.in:169 msgid "CGIs to run from kdehelp" msgstr "CGIs om te loop van kdehelp" -#: tdecore/kde-config.cpp.in:170 +#: tdecore/tde-config.cpp.in:170 msgid "Configuration files" msgstr "Opstelling lêers" -#: tdecore/kde-config.cpp.in:171 +#: tdecore/tde-config.cpp.in:171 msgid "Where applications store data" msgstr "Waar programme stoor data" -#: tdecore/kde-config.cpp.in:172 +#: tdecore/tde-config.cpp.in:172 msgid "Executables in $prefix/bin" msgstr "Uitvoerbares in $voorvoegsel/bin" -#: tdecore/kde-config.cpp.in:173 +#: tdecore/tde-config.cpp.in:173 msgid "HTML documentation" msgstr "Html dokumentasie" -#: tdecore/kde-config.cpp.in:174 +#: tdecore/tde-config.cpp.in:174 msgid "Icons" msgstr "Ikoone" -#: tdecore/kde-config.cpp.in:175 +#: tdecore/tde-config.cpp.in:175 msgid "Configuration description files" msgstr "Konfigurasie beskrywing lêers" -#: tdecore/kde-config.cpp.in:176 +#: tdecore/tde-config.cpp.in:176 msgid "Libraries" msgstr "Biblioteke" -#: tdecore/kde-config.cpp.in:177 +#: tdecore/tde-config.cpp.in:177 msgid "Includes/Headers" msgstr "Insluit/Opskrif" -#: tdecore/kde-config.cpp.in:178 +#: tdecore/tde-config.cpp.in:178 msgid "Translation files for KLocale" msgstr "Vertaling lêers vir KLocale" -#: tdecore/kde-config.cpp.in:179 +#: tdecore/tde-config.cpp.in:179 msgid "Mime types" msgstr "Mime tipes" -#: tdecore/kde-config.cpp.in:180 +#: tdecore/tde-config.cpp.in:180 msgid "Loadable modules" msgstr "Laaibare modules" -#: tdecore/kde-config.cpp.in:181 +#: tdecore/tde-config.cpp.in:181 msgid "Qt plugins" msgstr "Qt inplak" -#: tdecore/kde-config.cpp.in:182 +#: tdecore/tde-config.cpp.in:182 msgid "Services" msgstr "Dienste" -#: tdecore/kde-config.cpp.in:183 +#: tdecore/tde-config.cpp.in:183 msgid "Service types" msgstr "Diens tipes" -#: tdecore/kde-config.cpp.in:184 +#: tdecore/tde-config.cpp.in:184 msgid "Application sounds" msgstr "Aansoek klanke" -#: tdecore/kde-config.cpp.in:185 +#: tdecore/tde-config.cpp.in:185 msgid "Templates" msgstr "Sjabloon" -#: tdecore/kde-config.cpp.in:186 +#: tdecore/tde-config.cpp.in:186 msgid "Wallpapers" msgstr "Muurpapier" -#: tdecore/kde-config.cpp.in:187 +#: tdecore/tde-config.cpp.in:187 msgid "XDG Application menu (.desktop files)" msgstr "XDG Program kieslyste (.werksskerm lêers)" -#: tdecore/kde-config.cpp.in:188 +#: tdecore/tde-config.cpp.in:188 msgid "XDG Menu descriptions (.directory files)" msgstr "XDG Kieslys beskrywing (.gids lêers)" -#: tdecore/kde-config.cpp.in:189 +#: tdecore/tde-config.cpp.in:189 msgid "XDG Menu layout (.menu files)" msgstr "XDG Kieslys uitleg (.kieslys lêers)" -#: tdecore/kde-config.cpp.in:190 +#: tdecore/tde-config.cpp.in:190 msgid "Temporary files (specific for both current host and current user)" msgstr "" "Tydelike lêers (spesifiek vir beide huidige gasheer en huidige gebruiker)" -#: tdecore/kde-config.cpp.in:191 +#: tdecore/tde-config.cpp.in:191 msgid "UNIX Sockets (specific for both current host and current user)" msgstr "" "UNIX Sockets (spesifiseer vir beide huidige gasgewer en huidige gebruiker)" -#: tdecore/kde-config.cpp.in:203 +#: tdecore/tde-config.cpp.in:203 msgid "" "%1 - unknown type\n" msgstr "" "%1 - Onbekende tipe\n" -#: tdecore/kde-config.cpp.in:228 +#: tdecore/tde-config.cpp.in:228 msgid "" "%1 - unknown type of userpath\n" msgstr "" diff --git a/tde-i18n-ar/acinclude.m4 b/tde-i18n-ar/acinclude.m4 index 68b7ababbca..afd8befc656 100644 --- a/tde-i18n-ar/acinclude.m4 +++ b/tde-i18n-ar/acinclude.m4 @@ -5006,13 +5006,13 @@ AC_DEFUN([KDE_SET_PREFIX], KDE_SET_DEFAULT_BINDIRS if test "x$prefix" = "xNONE"; then - dnl no prefix given: look for kde-config in the PATH and deduce the prefix from it - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + dnl no prefix given: look for tde-config in the PATH and deduce the prefix from it + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) else - dnl prefix given: look for kde-config, preferrably in prefix, otherwise in PATH + dnl prefix given: look for tde-config, preferrably in prefix, otherwise in PATH kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) PATH="$kde_save_PATH" fi @@ -5028,7 +5028,7 @@ AC_DEFUN([KDE_SET_PREFIX], AC_MSG_CHECKING([where to install]) if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - AC_MSG_RESULT([$prefix (as returned by kde-config)]) + AC_MSG_RESULT([$prefix (as returned by tde-config)]) else dnl --prefix was given. Compare prefixes and warn (in configure.in.bot.end) if different given_prefix=$prefix diff --git a/tde-i18n-ar/configure b/tde-i18n-ar/configure index a5031de25c6..2c3b42c7787 100755 --- a/tde-i18n-ar/configure +++ b/tde-i18n-ar/configure @@ -3750,12 +3750,12 @@ done if test "x$prefix" = "xNONE"; then - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3774,16 +3774,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3803,10 +3803,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3822,12 +3822,12 @@ echo "${ECHO_T}$kde_cv_path" >&6; } kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3846,16 +3846,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3875,10 +3875,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3911,8 +3911,8 @@ echo "$as_me: error: $KDECONFIG --prefix outputed the non existant prefix '$kde_ echo $ECHO_N "checking where to install... $ECHO_C" >&6; } if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - { echo "$as_me:$LINENO: result: $prefix (as returned by kde-config)" >&5 -echo "${ECHO_T}$prefix (as returned by kde-config)" >&6; } + { echo "$as_me:$LINENO: result: $prefix (as returned by tde-config)" >&5 +echo "${ECHO_T}$prefix (as returned by tde-config)" >&6; } else given_prefix=$prefix { echo "$as_me:$LINENO: result: $prefix (as requested)" >&5 @@ -5422,7 +5422,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-ar/configure.in b/tde-i18n-ar/configure.in index 16fc92de249..e34b628dcf0 100644 --- a/tde-i18n-ar/configure.in +++ b/tde-i18n-ar/configure.in @@ -37,7 +37,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-ar/messages/tdelibs/tdelibs.po b/tde-i18n-ar/messages/tdelibs/tdelibs.po index d77d369e6b2..43e2313c097 100644 --- a/tde-i18n-ar/messages/tdelibs/tdelibs.po +++ b/tde-i18n-ar/messages/tdelibs/tdelibs.po @@ -9382,153 +9382,153 @@ msgstr "ما &هذا ؟" msgid "Tip of the &Day" msgstr "تل&ميحة اليوم" -#: tdecore/kde-config.cpp.in:14 +#: tdecore/tde-config.cpp.in:14 msgid "A little program to output installation paths" msgstr "" -#: tdecore/kde-config.cpp.in:18 +#: tdecore/tde-config.cpp.in:18 msgid "expand ${prefix} and ${exec_prefix} in output" msgstr "" -#: tdecore/kde-config.cpp.in:19 +#: tdecore/tde-config.cpp.in:19 msgid "Compiled in prefix for KDE libraries" msgstr "" -#: tdecore/kde-config.cpp.in:20 +#: tdecore/tde-config.cpp.in:20 msgid "Compiled in exec_prefix for KDE libraries" msgstr "" -#: tdecore/kde-config.cpp.in:21 +#: tdecore/tde-config.cpp.in:21 msgid "Compiled in library path suffix" msgstr "" -#: tdecore/kde-config.cpp.in:22 +#: tdecore/tde-config.cpp.in:22 msgid "Prefix in $HOME used to write files" msgstr "" -#: tdecore/kde-config.cpp.in:23 +#: tdecore/tde-config.cpp.in:23 msgid "Compiled in version string for KDE libraries" msgstr "" -#: tdecore/kde-config.cpp.in:24 +#: tdecore/tde-config.cpp.in:24 msgid "Available KDE resource types" msgstr "أنواع موارِد كي دي أي المتوفِرة" -#: tdecore/kde-config.cpp.in:25 +#: tdecore/tde-config.cpp.in:25 msgid "Search path for resource type" msgstr "مسار البحث لنوع المورِد" -#: tdecore/kde-config.cpp.in:26 +#: tdecore/tde-config.cpp.in:26 msgid "User path: desktop|autostart|trash|document" msgstr "" -#: tdecore/kde-config.cpp.in:27 +#: tdecore/tde-config.cpp.in:27 msgid "Prefix to install resource files to" msgstr "" -#: tdecore/kde-config.cpp.in:168 +#: tdecore/tde-config.cpp.in:168 msgid "Applications menu (.desktop files)" msgstr "قائمة تطبيقات ( ملفات .desktop )" -#: tdecore/kde-config.cpp.in:169 +#: tdecore/tde-config.cpp.in:169 msgid "CGIs to run from kdehelp" msgstr "" -#: tdecore/kde-config.cpp.in:170 +#: tdecore/tde-config.cpp.in:170 msgid "Configuration files" msgstr "ملفات إعداد" -#: tdecore/kde-config.cpp.in:171 +#: tdecore/tde-config.cpp.in:171 msgid "Where applications store data" msgstr "حيث تخزن التطبيقات البيانات" -#: tdecore/kde-config.cpp.in:172 +#: tdecore/tde-config.cpp.in:172 msgid "Executables in $prefix/bin" msgstr "برام تنفيذية في $prefix/bin" -#: tdecore/kde-config.cpp.in:173 +#: tdecore/tde-config.cpp.in:173 msgid "HTML documentation" msgstr "مستندات HTML" -#: tdecore/kde-config.cpp.in:174 +#: tdecore/tde-config.cpp.in:174 msgid "Icons" msgstr "أيقونات" -#: tdecore/kde-config.cpp.in:175 +#: tdecore/tde-config.cpp.in:175 msgid "Configuration description files" msgstr "ملفات وصف الإعدادات" -#: tdecore/kde-config.cpp.in:176 +#: tdecore/tde-config.cpp.in:176 msgid "Libraries" msgstr "مكتبات" -#: tdecore/kde-config.cpp.in:177 +#: tdecore/tde-config.cpp.in:177 msgid "Includes/Headers" msgstr "" -#: tdecore/kde-config.cpp.in:178 +#: tdecore/tde-config.cpp.in:178 msgid "Translation files for KLocale" msgstr "ملفات الترجمة لِــ KLocale" -#: tdecore/kde-config.cpp.in:179 +#: tdecore/tde-config.cpp.in:179 msgid "Mime types" msgstr "" -#: tdecore/kde-config.cpp.in:180 +#: tdecore/tde-config.cpp.in:180 msgid "Loadable modules" msgstr "وحداة نمطية قابلة لِلتحميل" -#: tdecore/kde-config.cpp.in:181 +#: tdecore/tde-config.cpp.in:181 msgid "Qt plugins" msgstr "قوابس Qt" -#: tdecore/kde-config.cpp.in:182 +#: tdecore/tde-config.cpp.in:182 msgid "Services" msgstr "خدمات" -#: tdecore/kde-config.cpp.in:183 +#: tdecore/tde-config.cpp.in:183 msgid "Service types" msgstr "أنواع الخدمة" -#: tdecore/kde-config.cpp.in:184 +#: tdecore/tde-config.cpp.in:184 msgid "Application sounds" msgstr "أصوات التطبيق" -#: tdecore/kde-config.cpp.in:185 +#: tdecore/tde-config.cpp.in:185 msgid "Templates" msgstr "قوالِب" -#: tdecore/kde-config.cpp.in:186 +#: tdecore/tde-config.cpp.in:186 msgid "Wallpapers" msgstr "خلفيات الشاشة" -#: tdecore/kde-config.cpp.in:187 +#: tdecore/tde-config.cpp.in:187 msgid "XDG Application menu (.desktop files)" msgstr "" -#: tdecore/kde-config.cpp.in:188 +#: tdecore/tde-config.cpp.in:188 msgid "XDG Menu descriptions (.directory files)" msgstr "" -#: tdecore/kde-config.cpp.in:189 +#: tdecore/tde-config.cpp.in:189 msgid "XDG Menu layout (.menu files)" msgstr "" -#: tdecore/kde-config.cpp.in:190 +#: tdecore/tde-config.cpp.in:190 msgid "Temporary files (specific for both current host and current user)" msgstr "" -#: tdecore/kde-config.cpp.in:191 +#: tdecore/tde-config.cpp.in:191 msgid "UNIX Sockets (specific for both current host and current user)" msgstr "" -#: tdecore/kde-config.cpp.in:203 +#: tdecore/tde-config.cpp.in:203 msgid "" "%1 - unknown type\n" msgstr "" "%1 - نوع غير معروف\n" -#: tdecore/kde-config.cpp.in:228 +#: tdecore/tde-config.cpp.in:228 msgid "" "%1 - unknown type of userpath\n" msgstr "" diff --git a/tde-i18n-az/acinclude.m4 b/tde-i18n-az/acinclude.m4 index 68b7ababbca..afd8befc656 100644 --- a/tde-i18n-az/acinclude.m4 +++ b/tde-i18n-az/acinclude.m4 @@ -5006,13 +5006,13 @@ AC_DEFUN([KDE_SET_PREFIX], KDE_SET_DEFAULT_BINDIRS if test "x$prefix" = "xNONE"; then - dnl no prefix given: look for kde-config in the PATH and deduce the prefix from it - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + dnl no prefix given: look for tde-config in the PATH and deduce the prefix from it + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) else - dnl prefix given: look for kde-config, preferrably in prefix, otherwise in PATH + dnl prefix given: look for tde-config, preferrably in prefix, otherwise in PATH kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) PATH="$kde_save_PATH" fi @@ -5028,7 +5028,7 @@ AC_DEFUN([KDE_SET_PREFIX], AC_MSG_CHECKING([where to install]) if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - AC_MSG_RESULT([$prefix (as returned by kde-config)]) + AC_MSG_RESULT([$prefix (as returned by tde-config)]) else dnl --prefix was given. Compare prefixes and warn (in configure.in.bot.end) if different given_prefix=$prefix diff --git a/tde-i18n-az/configure b/tde-i18n-az/configure index cec1919924e..5af1c149fd0 100755 --- a/tde-i18n-az/configure +++ b/tde-i18n-az/configure @@ -3750,12 +3750,12 @@ done if test "x$prefix" = "xNONE"; then - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3774,16 +3774,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3803,10 +3803,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3822,12 +3822,12 @@ echo "${ECHO_T}$kde_cv_path" >&6; } kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3846,16 +3846,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3875,10 +3875,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3911,8 +3911,8 @@ echo "$as_me: error: $KDECONFIG --prefix outputed the non existant prefix '$kde_ echo $ECHO_N "checking where to install... $ECHO_C" >&6; } if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - { echo "$as_me:$LINENO: result: $prefix (as returned by kde-config)" >&5 -echo "${ECHO_T}$prefix (as returned by kde-config)" >&6; } + { echo "$as_me:$LINENO: result: $prefix (as returned by tde-config)" >&5 +echo "${ECHO_T}$prefix (as returned by tde-config)" >&6; } else given_prefix=$prefix { echo "$as_me:$LINENO: result: $prefix (as requested)" >&5 @@ -5425,7 +5425,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-az/configure.in b/tde-i18n-az/configure.in index 8dd23c183d2..c268d59d32c 100644 --- a/tde-i18n-az/configure.in +++ b/tde-i18n-az/configure.in @@ -38,7 +38,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-az/messages/tdelibs/tdelibs.po b/tde-i18n-az/messages/tdelibs/tdelibs.po index e2446fa8f8a..ebe8f570c86 100644 --- a/tde-i18n-az/messages/tdelibs/tdelibs.po +++ b/tde-i18n-az/messages/tdelibs/tdelibs.po @@ -9491,163 +9491,163 @@ msgstr "Bu &Nədir?" msgid "Tip of the &Day" msgstr "Günün &Məsləhəti" -#: tdecore/kde-config.cpp.in:14 +#: tdecore/tde-config.cpp.in:14 msgid "A little program to output installation paths" msgstr "" -#: tdecore/kde-config.cpp.in:18 +#: tdecore/tde-config.cpp.in:18 msgid "expand ${prefix} and ${exec_prefix} in output" msgstr "" -#: tdecore/kde-config.cpp.in:19 +#: tdecore/tde-config.cpp.in:19 msgid "Compiled in prefix for KDE libraries" msgstr "" -#: tdecore/kde-config.cpp.in:20 +#: tdecore/tde-config.cpp.in:20 msgid "Compiled in exec_prefix for KDE libraries" msgstr "" -#: tdecore/kde-config.cpp.in:21 +#: tdecore/tde-config.cpp.in:21 msgid "Compiled in library path suffix" msgstr "" -#: tdecore/kde-config.cpp.in:22 +#: tdecore/tde-config.cpp.in:22 msgid "Prefix in $HOME used to write files" msgstr "" -#: tdecore/kde-config.cpp.in:23 +#: tdecore/tde-config.cpp.in:23 msgid "Compiled in version string for KDE libraries" msgstr "" -#: tdecore/kde-config.cpp.in:24 +#: tdecore/tde-config.cpp.in:24 #, fuzzy msgid "Available KDE resource types" msgstr "Mövcud ünvanlar:" -#: tdecore/kde-config.cpp.in:25 +#: tdecore/tde-config.cpp.in:25 msgid "Search path for resource type" msgstr "" -#: tdecore/kde-config.cpp.in:26 +#: tdecore/tde-config.cpp.in:26 msgid "User path: desktop|autostart|trash|document" msgstr "" -#: tdecore/kde-config.cpp.in:27 +#: tdecore/tde-config.cpp.in:27 msgid "Prefix to install resource files to" msgstr "" -#: tdecore/kde-config.cpp.in:168 +#: tdecore/tde-config.cpp.in:168 msgid "Applications menu (.desktop files)" msgstr "" -#: tdecore/kde-config.cpp.in:169 +#: tdecore/tde-config.cpp.in:169 msgid "CGIs to run from kdehelp" msgstr "" -#: tdecore/kde-config.cpp.in:170 +#: tdecore/tde-config.cpp.in:170 #, fuzzy msgid "Configuration files" msgstr "Quraşdırma" -#: tdecore/kde-config.cpp.in:171 +#: tdecore/tde-config.cpp.in:171 #, fuzzy msgid "Where applications store data" msgstr "Proqramlara yeniləmə siqnalı göndərmə." -#: tdecore/kde-config.cpp.in:172 +#: tdecore/tde-config.cpp.in:172 msgid "Executables in $prefix/bin" msgstr "" -#: tdecore/kde-config.cpp.in:173 +#: tdecore/tde-config.cpp.in:173 #, fuzzy msgid "HTML documentation" msgstr "HTML Qurğuları" -#: tdecore/kde-config.cpp.in:174 +#: tdecore/tde-config.cpp.in:174 #, fuzzy msgid "Icons" msgstr "Ancaq Timsallar" -#: tdecore/kde-config.cpp.in:175 +#: tdecore/tde-config.cpp.in:175 #, fuzzy msgid "Configuration description files" msgstr "Kod yaratma seçim faylı." -#: tdecore/kde-config.cpp.in:176 +#: tdecore/tde-config.cpp.in:176 msgid "Libraries" msgstr "" -#: tdecore/kde-config.cpp.in:177 +#: tdecore/tde-config.cpp.in:177 msgid "Includes/Headers" msgstr "" -#: tdecore/kde-config.cpp.in:178 +#: tdecore/tde-config.cpp.in:178 msgid "Translation files for KLocale" msgstr "" -#: tdecore/kde-config.cpp.in:179 +#: tdecore/tde-config.cpp.in:179 msgid "Mime types" msgstr "" -#: tdecore/kde-config.cpp.in:180 +#: tdecore/tde-config.cpp.in:180 msgid "Loadable modules" msgstr "" -#: tdecore/kde-config.cpp.in:181 +#: tdecore/tde-config.cpp.in:181 #, fuzzy msgid "Qt plugins" msgstr "Veb tərzi əlavəsi" -#: tdecore/kde-config.cpp.in:182 +#: tdecore/tde-config.cpp.in:182 #, fuzzy msgid "Services" msgstr "Vəsiqələr" -#: tdecore/kde-config.cpp.in:183 +#: tdecore/tde-config.cpp.in:183 msgid "Service types" msgstr "" -#: tdecore/kde-config.cpp.in:184 +#: tdecore/tde-config.cpp.in:184 #, fuzzy msgid "Application sounds" msgstr "Proqram: " -#: tdecore/kde-config.cpp.in:185 +#: tdecore/tde-config.cpp.in:185 #, fuzzy msgid "Templates" msgstr "Əvəz Et" -#: tdecore/kde-config.cpp.in:186 +#: tdecore/tde-config.cpp.in:186 msgid "Wallpapers" msgstr "" -#: tdecore/kde-config.cpp.in:187 +#: tdecore/tde-config.cpp.in:187 msgid "XDG Application menu (.desktop files)" msgstr "" -#: tdecore/kde-config.cpp.in:188 +#: tdecore/tde-config.cpp.in:188 msgid "XDG Menu descriptions (.directory files)" msgstr "" -#: tdecore/kde-config.cpp.in:189 +#: tdecore/tde-config.cpp.in:189 msgid "XDG Menu layout (.menu files)" msgstr "" -#: tdecore/kde-config.cpp.in:190 +#: tdecore/tde-config.cpp.in:190 msgid "Temporary files (specific for both current host and current user)" msgstr "" -#: tdecore/kde-config.cpp.in:191 +#: tdecore/tde-config.cpp.in:191 msgid "UNIX Sockets (specific for both current host and current user)" msgstr "" -#: tdecore/kde-config.cpp.in:203 +#: tdecore/tde-config.cpp.in:203 #, fuzzy msgid "" "%1 - unknown type\n" msgstr "Namə'lum növ" -#: tdecore/kde-config.cpp.in:228 +#: tdecore/tde-config.cpp.in:228 msgid "" "%1 - unknown type of userpath\n" msgstr "" diff --git a/tde-i18n-be/acinclude.m4 b/tde-i18n-be/acinclude.m4 index 68b7ababbca..afd8befc656 100644 --- a/tde-i18n-be/acinclude.m4 +++ b/tde-i18n-be/acinclude.m4 @@ -5006,13 +5006,13 @@ AC_DEFUN([KDE_SET_PREFIX], KDE_SET_DEFAULT_BINDIRS if test "x$prefix" = "xNONE"; then - dnl no prefix given: look for kde-config in the PATH and deduce the prefix from it - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + dnl no prefix given: look for tde-config in the PATH and deduce the prefix from it + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) else - dnl prefix given: look for kde-config, preferrably in prefix, otherwise in PATH + dnl prefix given: look for tde-config, preferrably in prefix, otherwise in PATH kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) PATH="$kde_save_PATH" fi @@ -5028,7 +5028,7 @@ AC_DEFUN([KDE_SET_PREFIX], AC_MSG_CHECKING([where to install]) if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - AC_MSG_RESULT([$prefix (as returned by kde-config)]) + AC_MSG_RESULT([$prefix (as returned by tde-config)]) else dnl --prefix was given. Compare prefixes and warn (in configure.in.bot.end) if different given_prefix=$prefix diff --git a/tde-i18n-be/configure b/tde-i18n-be/configure index 82197cb0743..ad78c89c076 100755 --- a/tde-i18n-be/configure +++ b/tde-i18n-be/configure @@ -3750,12 +3750,12 @@ done if test "x$prefix" = "xNONE"; then - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3774,16 +3774,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3803,10 +3803,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3822,12 +3822,12 @@ echo "${ECHO_T}$kde_cv_path" >&6; } kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3846,16 +3846,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3875,10 +3875,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3911,8 +3911,8 @@ echo "$as_me: error: $KDECONFIG --prefix outputed the non existant prefix '$kde_ echo $ECHO_N "checking where to install... $ECHO_C" >&6; } if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - { echo "$as_me:$LINENO: result: $prefix (as returned by kde-config)" >&5 -echo "${ECHO_T}$prefix (as returned by kde-config)" >&6; } + { echo "$as_me:$LINENO: result: $prefix (as returned by tde-config)" >&5 +echo "${ECHO_T}$prefix (as returned by tde-config)" >&6; } else given_prefix=$prefix { echo "$as_me:$LINENO: result: $prefix (as requested)" >&5 @@ -5425,7 +5425,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-be/configure.in b/tde-i18n-be/configure.in index ec5f510f8c4..2b87e8ff229 100644 --- a/tde-i18n-be/configure.in +++ b/tde-i18n-be/configure.in @@ -38,7 +38,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-be/messages/tdelibs/tdelibs.po b/tde-i18n-be/messages/tdelibs/tdelibs.po index 67af534cd4d..798ee93b34b 100644 --- a/tde-i18n-be/messages/tdelibs/tdelibs.po +++ b/tde-i18n-be/messages/tdelibs/tdelibs.po @@ -9336,154 +9336,154 @@ msgstr "Што &гэта?" msgid "Tip of the &Day" msgstr "Карысная &парада" -#: tdecore/kde-config.cpp.in:14 +#: tdecore/tde-config.cpp.in:14 msgid "A little program to output installation paths" msgstr "Маленькая праграма для вываду шляхоў устаноўкі" -#: tdecore/kde-config.cpp.in:18 +#: tdecore/tde-config.cpp.in:18 msgid "expand ${prefix} and ${exec_prefix} in output" msgstr "разгарнуць ${prefix} і ${exec_prefix} у вывадзе" -#: tdecore/kde-config.cpp.in:19 +#: tdecore/tde-config.cpp.in:19 msgid "Compiled in prefix for KDE libraries" msgstr "Убудаваны prefix для бібліятэк KDE" -#: tdecore/kde-config.cpp.in:20 +#: tdecore/tde-config.cpp.in:20 msgid "Compiled in exec_prefix for KDE libraries" msgstr "Убудаваны exec_prefix для бібліятэк KDE" -#: tdecore/kde-config.cpp.in:21 +#: tdecore/tde-config.cpp.in:21 msgid "Compiled in library path suffix" msgstr "Убудаваны суфікс для бібліятэк" -#: tdecore/kde-config.cpp.in:22 +#: tdecore/tde-config.cpp.in:22 msgid "Prefix in $HOME used to write files" msgstr "Пачатак шляху адносна $HOME для запісу файлаў" -#: tdecore/kde-config.cpp.in:23 +#: tdecore/tde-config.cpp.in:23 msgid "Compiled in version string for KDE libraries" msgstr "Убудаваны радок версіі для бібліятэк KDE" -#: tdecore/kde-config.cpp.in:24 +#: tdecore/tde-config.cpp.in:24 msgid "Available KDE resource types" msgstr "Наяўныя тыпы рэсурсаў KDE" -#: tdecore/kde-config.cpp.in:25 +#: tdecore/tde-config.cpp.in:25 msgid "Search path for resource type" msgstr "Шлях пошуку тыпаў рэсурсаў" -#: tdecore/kde-config.cpp.in:26 +#: tdecore/tde-config.cpp.in:26 msgid "User path: desktop|autostart|trash|document" msgstr "Шляхі карыстальніка: desktop|autostart|trash|document" -#: tdecore/kde-config.cpp.in:27 +#: tdecore/tde-config.cpp.in:27 msgid "Prefix to install resource files to" msgstr "Пачатак шляху для ўстаноўкі файлаў рэсурсаў" -#: tdecore/kde-config.cpp.in:168 +#: tdecore/tde-config.cpp.in:168 msgid "Applications menu (.desktop files)" msgstr "Меню праграмаў (файлы .desktop)" -#: tdecore/kde-config.cpp.in:169 +#: tdecore/tde-config.cpp.in:169 msgid "CGIs to run from kdehelp" msgstr "CGI для выканання ў kdehelp" -#: tdecore/kde-config.cpp.in:170 +#: tdecore/tde-config.cpp.in:170 msgid "Configuration files" msgstr "Файлы настаўлення" -#: tdecore/kde-config.cpp.in:171 +#: tdecore/tde-config.cpp.in:171 msgid "Where applications store data" msgstr "Дзе праграмы захоўваюць данні" -#: tdecore/kde-config.cpp.in:172 +#: tdecore/tde-config.cpp.in:172 msgid "Executables in $prefix/bin" msgstr "Праграмы ў $prefix/bin" -#: tdecore/kde-config.cpp.in:173 +#: tdecore/tde-config.cpp.in:173 msgid "HTML documentation" msgstr "Дакументацыя HTML" -#: tdecore/kde-config.cpp.in:174 +#: tdecore/tde-config.cpp.in:174 msgid "Icons" msgstr "Значкі" -#: tdecore/kde-config.cpp.in:175 +#: tdecore/tde-config.cpp.in:175 msgid "Configuration description files" msgstr "Файлы апісання настаўленняў" -#: tdecore/kde-config.cpp.in:176 +#: tdecore/tde-config.cpp.in:176 msgid "Libraries" msgstr "Бібліятэчныя файлы" -#: tdecore/kde-config.cpp.in:177 +#: tdecore/tde-config.cpp.in:177 msgid "Includes/Headers" msgstr "Include-ы/Header-ы" -#: tdecore/kde-config.cpp.in:178 +#: tdecore/tde-config.cpp.in:178 msgid "Translation files for KLocale" msgstr "Файлы перакладаў для KLocale" -#: tdecore/kde-config.cpp.in:179 +#: tdecore/tde-config.cpp.in:179 msgid "Mime types" msgstr "Тыпы mime" -#: tdecore/kde-config.cpp.in:180 +#: tdecore/tde-config.cpp.in:180 msgid "Loadable modules" msgstr "Загружальныя модулі" -#: tdecore/kde-config.cpp.in:181 +#: tdecore/tde-config.cpp.in:181 msgid "Qt plugins" msgstr "Утулкі Qt" -#: tdecore/kde-config.cpp.in:182 +#: tdecore/tde-config.cpp.in:182 msgid "Services" msgstr "Сервісы" -#: tdecore/kde-config.cpp.in:183 +#: tdecore/tde-config.cpp.in:183 msgid "Service types" msgstr "Тыпы сервісаў" -#: tdecore/kde-config.cpp.in:184 +#: tdecore/tde-config.cpp.in:184 msgid "Application sounds" msgstr "Гукі праграмы" -#: tdecore/kde-config.cpp.in:185 +#: tdecore/tde-config.cpp.in:185 msgid "Templates" msgstr "Шаблоны" -#: tdecore/kde-config.cpp.in:186 +#: tdecore/tde-config.cpp.in:186 msgid "Wallpapers" msgstr "Шпалеры" -#: tdecore/kde-config.cpp.in:187 +#: tdecore/tde-config.cpp.in:187 msgid "XDG Application menu (.desktop files)" msgstr "Меню праграмаў XDG (файлы .desktop)" -#: tdecore/kde-config.cpp.in:188 +#: tdecore/tde-config.cpp.in:188 msgid "XDG Menu descriptions (.directory files)" msgstr "Апісанні меню XDG (файлы .directory)" -#: tdecore/kde-config.cpp.in:189 +#: tdecore/tde-config.cpp.in:189 msgid "XDG Menu layout (.menu files)" msgstr "Расклад меню XDG (файлы .menu)" -#: tdecore/kde-config.cpp.in:190 +#: tdecore/tde-config.cpp.in:190 msgid "Temporary files (specific for both current host and current user)" msgstr "" "Часовыя файлы (асаблівыя для кожнага вузла і для кожнага карыстальніка)" -#: tdecore/kde-config.cpp.in:191 +#: tdecore/tde-config.cpp.in:191 msgid "UNIX Sockets (specific for both current host and current user)" msgstr "Сокеты UNIX (асаблівыя для кожнага вузла і для кожнага карыстальніка)" -#: tdecore/kde-config.cpp.in:203 +#: tdecore/tde-config.cpp.in:203 msgid "" "%1 - unknown type\n" msgstr "" "%1 - невядомы тып\n" -#: tdecore/kde-config.cpp.in:228 +#: tdecore/tde-config.cpp.in:228 msgid "" "%1 - unknown type of userpath\n" msgstr "" diff --git a/tde-i18n-bg/acinclude.m4 b/tde-i18n-bg/acinclude.m4 index 68b7ababbca..afd8befc656 100644 --- a/tde-i18n-bg/acinclude.m4 +++ b/tde-i18n-bg/acinclude.m4 @@ -5006,13 +5006,13 @@ AC_DEFUN([KDE_SET_PREFIX], KDE_SET_DEFAULT_BINDIRS if test "x$prefix" = "xNONE"; then - dnl no prefix given: look for kde-config in the PATH and deduce the prefix from it - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + dnl no prefix given: look for tde-config in the PATH and deduce the prefix from it + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) else - dnl prefix given: look for kde-config, preferrably in prefix, otherwise in PATH + dnl prefix given: look for tde-config, preferrably in prefix, otherwise in PATH kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) PATH="$kde_save_PATH" fi @@ -5028,7 +5028,7 @@ AC_DEFUN([KDE_SET_PREFIX], AC_MSG_CHECKING([where to install]) if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - AC_MSG_RESULT([$prefix (as returned by kde-config)]) + AC_MSG_RESULT([$prefix (as returned by tde-config)]) else dnl --prefix was given. Compare prefixes and warn (in configure.in.bot.end) if different given_prefix=$prefix diff --git a/tde-i18n-bg/configure b/tde-i18n-bg/configure index aa003287649..934c4ea87d5 100755 --- a/tde-i18n-bg/configure +++ b/tde-i18n-bg/configure @@ -3750,12 +3750,12 @@ done if test "x$prefix" = "xNONE"; then - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3774,16 +3774,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3803,10 +3803,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3822,12 +3822,12 @@ echo "${ECHO_T}$kde_cv_path" >&6; } kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3846,16 +3846,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3875,10 +3875,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3911,8 +3911,8 @@ echo "$as_me: error: $KDECONFIG --prefix outputed the non existant prefix '$kde_ echo $ECHO_N "checking where to install... $ECHO_C" >&6; } if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - { echo "$as_me:$LINENO: result: $prefix (as returned by kde-config)" >&5 -echo "${ECHO_T}$prefix (as returned by kde-config)" >&6; } + { echo "$as_me:$LINENO: result: $prefix (as returned by tde-config)" >&5 +echo "${ECHO_T}$prefix (as returned by tde-config)" >&6; } else given_prefix=$prefix { echo "$as_me:$LINENO: result: $prefix (as requested)" >&5 @@ -5434,7 +5434,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-bg/configure.in b/tde-i18n-bg/configure.in index 72e122b3582..241f8f5dc3f 100644 --- a/tde-i18n-bg/configure.in +++ b/tde-i18n-bg/configure.in @@ -41,7 +41,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-bg/messages/tdelibs/tdelibs.po b/tde-i18n-bg/messages/tdelibs/tdelibs.po index 41ea35bf0b7..aca0893a355 100644 --- a/tde-i18n-bg/messages/tdelibs/tdelibs.po +++ b/tde-i18n-bg/messages/tdelibs/tdelibs.po @@ -9523,153 +9523,153 @@ msgstr "&Какво е това?" msgid "Tip of the &Day" msgstr "Съвет за &деня" -#: tdecore/kde-config.cpp.in:14 +#: tdecore/tde-config.cpp.in:14 msgid "A little program to output installation paths" msgstr "A little program to output installation paths" -#: tdecore/kde-config.cpp.in:18 +#: tdecore/tde-config.cpp.in:18 msgid "expand ${prefix} and ${exec_prefix} in output" msgstr "expand ${prefix} and ${exec_prefix} in output" -#: tdecore/kde-config.cpp.in:19 +#: tdecore/tde-config.cpp.in:19 msgid "Compiled in prefix for KDE libraries" msgstr "Compiled in prefix for KDE libraries" -#: tdecore/kde-config.cpp.in:20 +#: tdecore/tde-config.cpp.in:20 msgid "Compiled in exec_prefix for KDE libraries" msgstr "Compiled in exec_prefix for KDE libraries" -#: tdecore/kde-config.cpp.in:21 +#: tdecore/tde-config.cpp.in:21 msgid "Compiled in library path suffix" msgstr "Compiled in library path suffix" -#: tdecore/kde-config.cpp.in:22 +#: tdecore/tde-config.cpp.in:22 msgid "Prefix in $HOME used to write files" msgstr "Prefix in $HOME used to write files" -#: tdecore/kde-config.cpp.in:23 +#: tdecore/tde-config.cpp.in:23 msgid "Compiled in version string for KDE libraries" msgstr "Compiled in version string for KDE libraries" -#: tdecore/kde-config.cpp.in:24 +#: tdecore/tde-config.cpp.in:24 msgid "Available KDE resource types" msgstr "Available KDE resource types" -#: tdecore/kde-config.cpp.in:25 +#: tdecore/tde-config.cpp.in:25 msgid "Search path for resource type" msgstr "Search path for resource type" -#: tdecore/kde-config.cpp.in:26 +#: tdecore/tde-config.cpp.in:26 msgid "User path: desktop|autostart|trash|document" msgstr "User path: desktop|autostart|trash|document" -#: tdecore/kde-config.cpp.in:27 +#: tdecore/tde-config.cpp.in:27 msgid "Prefix to install resource files to" msgstr "Prefix to install resource files to" -#: tdecore/kde-config.cpp.in:168 +#: tdecore/tde-config.cpp.in:168 msgid "Applications menu (.desktop files)" msgstr "Applications menu (.desktop files)" -#: tdecore/kde-config.cpp.in:169 +#: tdecore/tde-config.cpp.in:169 msgid "CGIs to run from kdehelp" msgstr "CGIs to run from kdehelp" -#: tdecore/kde-config.cpp.in:170 +#: tdecore/tde-config.cpp.in:170 msgid "Configuration files" msgstr "Configuration files" -#: tdecore/kde-config.cpp.in:171 +#: tdecore/tde-config.cpp.in:171 msgid "Where applications store data" msgstr "Where applications store data" -#: tdecore/kde-config.cpp.in:172 +#: tdecore/tde-config.cpp.in:172 msgid "Executables in $prefix/bin" msgstr "Executables in $prefix/bin" -#: tdecore/kde-config.cpp.in:173 +#: tdecore/tde-config.cpp.in:173 msgid "HTML documentation" msgstr "HTML documentation" -#: tdecore/kde-config.cpp.in:174 +#: tdecore/tde-config.cpp.in:174 msgid "Icons" msgstr "Icons" -#: tdecore/kde-config.cpp.in:175 +#: tdecore/tde-config.cpp.in:175 msgid "Configuration description files" msgstr "Configuration description files" -#: tdecore/kde-config.cpp.in:176 +#: tdecore/tde-config.cpp.in:176 msgid "Libraries" msgstr "Libraries" -#: tdecore/kde-config.cpp.in:177 +#: tdecore/tde-config.cpp.in:177 msgid "Includes/Headers" msgstr "Includes/Headers" -#: tdecore/kde-config.cpp.in:178 +#: tdecore/tde-config.cpp.in:178 msgid "Translation files for KLocale" msgstr "Translation files for KLocale" -#: tdecore/kde-config.cpp.in:179 +#: tdecore/tde-config.cpp.in:179 msgid "Mime types" msgstr "Mime types" -#: tdecore/kde-config.cpp.in:180 +#: tdecore/tde-config.cpp.in:180 msgid "Loadable modules" msgstr "Loadable modules" -#: tdecore/kde-config.cpp.in:181 +#: tdecore/tde-config.cpp.in:181 msgid "Qt plugins" msgstr "Qt plugins" -#: tdecore/kde-config.cpp.in:182 +#: tdecore/tde-config.cpp.in:182 msgid "Services" msgstr "Services" -#: tdecore/kde-config.cpp.in:183 +#: tdecore/tde-config.cpp.in:183 msgid "Service types" msgstr "Service types" -#: tdecore/kde-config.cpp.in:184 +#: tdecore/tde-config.cpp.in:184 msgid "Application sounds" msgstr "Application sounds" -#: tdecore/kde-config.cpp.in:185 +#: tdecore/tde-config.cpp.in:185 msgid "Templates" msgstr "Templates" -#: tdecore/kde-config.cpp.in:186 +#: tdecore/tde-config.cpp.in:186 msgid "Wallpapers" msgstr "Wallpapers" -#: tdecore/kde-config.cpp.in:187 +#: tdecore/tde-config.cpp.in:187 msgid "XDG Application menu (.desktop files)" msgstr "XDG Application menu (.desktop files)" -#: tdecore/kde-config.cpp.in:188 +#: tdecore/tde-config.cpp.in:188 msgid "XDG Menu descriptions (.directory files)" msgstr "XDG Menu descriptions (.directory files)" -#: tdecore/kde-config.cpp.in:189 +#: tdecore/tde-config.cpp.in:189 msgid "XDG Menu layout (.menu files)" msgstr "XDG Menu layout (.menu files)" -#: tdecore/kde-config.cpp.in:190 +#: tdecore/tde-config.cpp.in:190 msgid "Temporary files (specific for both current host and current user)" msgstr "Temporary files (specific for both current host and current user)" -#: tdecore/kde-config.cpp.in:191 +#: tdecore/tde-config.cpp.in:191 msgid "UNIX Sockets (specific for both current host and current user)" msgstr "UNIX Sockets (specific for both current host and current user)" -#: tdecore/kde-config.cpp.in:203 +#: tdecore/tde-config.cpp.in:203 msgid "" "%1 - unknown type\n" msgstr "" "%1 - unknown type\n" -#: tdecore/kde-config.cpp.in:228 +#: tdecore/tde-config.cpp.in:228 msgid "" "%1 - unknown type of userpath\n" msgstr "" diff --git a/tde-i18n-bn/acinclude.m4 b/tde-i18n-bn/acinclude.m4 index 68b7ababbca..afd8befc656 100644 --- a/tde-i18n-bn/acinclude.m4 +++ b/tde-i18n-bn/acinclude.m4 @@ -5006,13 +5006,13 @@ AC_DEFUN([KDE_SET_PREFIX], KDE_SET_DEFAULT_BINDIRS if test "x$prefix" = "xNONE"; then - dnl no prefix given: look for kde-config in the PATH and deduce the prefix from it - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + dnl no prefix given: look for tde-config in the PATH and deduce the prefix from it + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) else - dnl prefix given: look for kde-config, preferrably in prefix, otherwise in PATH + dnl prefix given: look for tde-config, preferrably in prefix, otherwise in PATH kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) PATH="$kde_save_PATH" fi @@ -5028,7 +5028,7 @@ AC_DEFUN([KDE_SET_PREFIX], AC_MSG_CHECKING([where to install]) if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - AC_MSG_RESULT([$prefix (as returned by kde-config)]) + AC_MSG_RESULT([$prefix (as returned by tde-config)]) else dnl --prefix was given. Compare prefixes and warn (in configure.in.bot.end) if different given_prefix=$prefix diff --git a/tde-i18n-bn/configure b/tde-i18n-bn/configure index 487862e5117..d0242d3cb37 100755 --- a/tde-i18n-bn/configure +++ b/tde-i18n-bn/configure @@ -3750,12 +3750,12 @@ done if test "x$prefix" = "xNONE"; then - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3774,16 +3774,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3803,10 +3803,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3822,12 +3822,12 @@ echo "${ECHO_T}$kde_cv_path" >&6; } kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3846,16 +3846,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3875,10 +3875,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3911,8 +3911,8 @@ echo "$as_me: error: $KDECONFIG --prefix outputed the non existant prefix '$kde_ echo $ECHO_N "checking where to install... $ECHO_C" >&6; } if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - { echo "$as_me:$LINENO: result: $prefix (as returned by kde-config)" >&5 -echo "${ECHO_T}$prefix (as returned by kde-config)" >&6; } + { echo "$as_me:$LINENO: result: $prefix (as returned by tde-config)" >&5 +echo "${ECHO_T}$prefix (as returned by tde-config)" >&6; } else given_prefix=$prefix { echo "$as_me:$LINENO: result: $prefix (as requested)" >&5 @@ -5407,7 +5407,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-bn/configure.in b/tde-i18n-bn/configure.in index c6c0a31f582..216326b36fd 100644 --- a/tde-i18n-bn/configure.in +++ b/tde-i18n-bn/configure.in @@ -32,7 +32,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-bn/messages/tdelibs/tdelibs.po b/tde-i18n-bn/messages/tdelibs/tdelibs.po index 9bfb6f86801..970e2854fa6 100644 --- a/tde-i18n-bn/messages/tdelibs/tdelibs.po +++ b/tde-i18n-bn/messages/tdelibs/tdelibs.po @@ -9305,152 +9305,152 @@ msgstr "&এটা কী?" msgid "Tip of the &Day" msgstr "&আজকের টিপ" -#: tdecore/kde-config.cpp.in:14 +#: tdecore/tde-config.cpp.in:14 msgid "A little program to output installation paths" msgstr "" -#: tdecore/kde-config.cpp.in:18 +#: tdecore/tde-config.cpp.in:18 msgid "expand ${prefix} and ${exec_prefix} in output" msgstr "" -#: tdecore/kde-config.cpp.in:19 +#: tdecore/tde-config.cpp.in:19 msgid "Compiled in prefix for KDE libraries" msgstr "" -#: tdecore/kde-config.cpp.in:20 +#: tdecore/tde-config.cpp.in:20 msgid "Compiled in exec_prefix for KDE libraries" msgstr "" -#: tdecore/kde-config.cpp.in:21 +#: tdecore/tde-config.cpp.in:21 msgid "Compiled in library path suffix" msgstr "" -#: tdecore/kde-config.cpp.in:22 +#: tdecore/tde-config.cpp.in:22 msgid "Prefix in $HOME used to write files" msgstr "" -#: tdecore/kde-config.cpp.in:23 +#: tdecore/tde-config.cpp.in:23 msgid "Compiled in version string for KDE libraries" msgstr "" -#: tdecore/kde-config.cpp.in:24 +#: tdecore/tde-config.cpp.in:24 msgid "Available KDE resource types" msgstr "" -#: tdecore/kde-config.cpp.in:25 +#: tdecore/tde-config.cpp.in:25 msgid "Search path for resource type" msgstr "" -#: tdecore/kde-config.cpp.in:26 +#: tdecore/tde-config.cpp.in:26 msgid "User path: desktop|autostart|trash|document" msgstr "" -#: tdecore/kde-config.cpp.in:27 +#: tdecore/tde-config.cpp.in:27 msgid "Prefix to install resource files to" msgstr "" -#: tdecore/kde-config.cpp.in:168 +#: tdecore/tde-config.cpp.in:168 msgid "Applications menu (.desktop files)" msgstr "" -#: tdecore/kde-config.cpp.in:169 +#: tdecore/tde-config.cpp.in:169 msgid "CGIs to run from kdehelp" msgstr "" -#: tdecore/kde-config.cpp.in:170 +#: tdecore/tde-config.cpp.in:170 msgid "Configuration files" msgstr "কনফিগারেশন ফাইলসমূহ" -#: tdecore/kde-config.cpp.in:171 +#: tdecore/tde-config.cpp.in:171 msgid "Where applications store data" msgstr "" -#: tdecore/kde-config.cpp.in:172 +#: tdecore/tde-config.cpp.in:172 msgid "Executables in $prefix/bin" msgstr "" -#: tdecore/kde-config.cpp.in:173 +#: tdecore/tde-config.cpp.in:173 msgid "HTML documentation" msgstr "" -#: tdecore/kde-config.cpp.in:174 +#: tdecore/tde-config.cpp.in:174 msgid "Icons" msgstr "আইকনসমূহ" -#: tdecore/kde-config.cpp.in:175 +#: tdecore/tde-config.cpp.in:175 msgid "Configuration description files" msgstr "" -#: tdecore/kde-config.cpp.in:176 +#: tdecore/tde-config.cpp.in:176 msgid "Libraries" msgstr "" -#: tdecore/kde-config.cpp.in:177 +#: tdecore/tde-config.cpp.in:177 msgid "Includes/Headers" msgstr "" -#: tdecore/kde-config.cpp.in:178 +#: tdecore/tde-config.cpp.in:178 msgid "Translation files for KLocale" msgstr "" -#: tdecore/kde-config.cpp.in:179 +#: tdecore/tde-config.cpp.in:179 msgid "Mime types" msgstr "" -#: tdecore/kde-config.cpp.in:180 +#: tdecore/tde-config.cpp.in:180 msgid "Loadable modules" msgstr "" -#: tdecore/kde-config.cpp.in:181 +#: tdecore/tde-config.cpp.in:181 msgid "Qt plugins" msgstr "" -#: tdecore/kde-config.cpp.in:182 +#: tdecore/tde-config.cpp.in:182 msgid "Services" msgstr "" -#: tdecore/kde-config.cpp.in:183 +#: tdecore/tde-config.cpp.in:183 msgid "Service types" msgstr "" -#: tdecore/kde-config.cpp.in:184 +#: tdecore/tde-config.cpp.in:184 msgid "Application sounds" msgstr "" -#: tdecore/kde-config.cpp.in:185 +#: tdecore/tde-config.cpp.in:185 msgid "Templates" msgstr "" -#: tdecore/kde-config.cpp.in:186 +#: tdecore/tde-config.cpp.in:186 msgid "Wallpapers" msgstr "" -#: tdecore/kde-config.cpp.in:187 +#: tdecore/tde-config.cpp.in:187 msgid "XDG Application menu (.desktop files)" msgstr "" -#: tdecore/kde-config.cpp.in:188 +#: tdecore/tde-config.cpp.in:188 msgid "XDG Menu descriptions (.directory files)" msgstr "" -#: tdecore/kde-config.cpp.in:189 +#: tdecore/tde-config.cpp.in:189 msgid "XDG Menu layout (.menu files)" msgstr "" -#: tdecore/kde-config.cpp.in:190 +#: tdecore/tde-config.cpp.in:190 msgid "Temporary files (specific for both current host and current user)" msgstr "" -#: tdecore/kde-config.cpp.in:191 +#: tdecore/tde-config.cpp.in:191 msgid "UNIX Sockets (specific for both current host and current user)" msgstr "" -#: tdecore/kde-config.cpp.in:203 +#: tdecore/tde-config.cpp.in:203 msgid "" "%1 - unknown type\n" msgstr "" -#: tdecore/kde-config.cpp.in:228 +#: tdecore/tde-config.cpp.in:228 msgid "" "%1 - unknown type of userpath\n" msgstr "" diff --git a/tde-i18n-br/acinclude.m4 b/tde-i18n-br/acinclude.m4 index 68b7ababbca..afd8befc656 100644 --- a/tde-i18n-br/acinclude.m4 +++ b/tde-i18n-br/acinclude.m4 @@ -5006,13 +5006,13 @@ AC_DEFUN([KDE_SET_PREFIX], KDE_SET_DEFAULT_BINDIRS if test "x$prefix" = "xNONE"; then - dnl no prefix given: look for kde-config in the PATH and deduce the prefix from it - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + dnl no prefix given: look for tde-config in the PATH and deduce the prefix from it + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) else - dnl prefix given: look for kde-config, preferrably in prefix, otherwise in PATH + dnl prefix given: look for tde-config, preferrably in prefix, otherwise in PATH kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) PATH="$kde_save_PATH" fi @@ -5028,7 +5028,7 @@ AC_DEFUN([KDE_SET_PREFIX], AC_MSG_CHECKING([where to install]) if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - AC_MSG_RESULT([$prefix (as returned by kde-config)]) + AC_MSG_RESULT([$prefix (as returned by tde-config)]) else dnl --prefix was given. Compare prefixes and warn (in configure.in.bot.end) if different given_prefix=$prefix diff --git a/tde-i18n-br/configure b/tde-i18n-br/configure index 7b5b7579e2b..a0e6eb3934d 100755 --- a/tde-i18n-br/configure +++ b/tde-i18n-br/configure @@ -3750,12 +3750,12 @@ done if test "x$prefix" = "xNONE"; then - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3774,16 +3774,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3803,10 +3803,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3822,12 +3822,12 @@ echo "${ECHO_T}$kde_cv_path" >&6; } kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3846,16 +3846,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3875,10 +3875,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3911,8 +3911,8 @@ echo "$as_me: error: $KDECONFIG --prefix outputed the non existant prefix '$kde_ echo $ECHO_N "checking where to install... $ECHO_C" >&6; } if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - { echo "$as_me:$LINENO: result: $prefix (as returned by kde-config)" >&5 -echo "${ECHO_T}$prefix (as returned by kde-config)" >&6; } + { echo "$as_me:$LINENO: result: $prefix (as returned by tde-config)" >&5 +echo "${ECHO_T}$prefix (as returned by tde-config)" >&6; } else given_prefix=$prefix { echo "$as_me:$LINENO: result: $prefix (as requested)" >&5 @@ -5425,7 +5425,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-br/configure.in b/tde-i18n-br/configure.in index f1ff16d7ae1..45a8cca0458 100644 --- a/tde-i18n-br/configure.in +++ b/tde-i18n-br/configure.in @@ -38,7 +38,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-br/messages/tdelibs/tdelibs.po b/tde-i18n-br/messages/tdelibs/tdelibs.po index 66055fefddc..a738e3987d9 100644 --- a/tde-i18n-br/messages/tdelibs/tdelibs.po +++ b/tde-i18n-br/messages/tdelibs/tdelibs.po @@ -9108,157 +9108,157 @@ msgstr "Petra zo an &Dra-se ?" msgid "Tip of the &Day" msgstr "Lagadenn an &deiz" -#: tdecore/kde-config.cpp.in:14 +#: tdecore/tde-config.cpp.in:14 msgid "A little program to output installation paths" msgstr "" -#: tdecore/kde-config.cpp.in:18 +#: tdecore/tde-config.cpp.in:18 msgid "expand ${prefix} and ${exec_prefix} in output" msgstr "" -#: tdecore/kde-config.cpp.in:19 +#: tdecore/tde-config.cpp.in:19 msgid "Compiled in prefix for KDE libraries" msgstr "" -#: tdecore/kde-config.cpp.in:20 +#: tdecore/tde-config.cpp.in:20 msgid "Compiled in exec_prefix for KDE libraries" msgstr "" -#: tdecore/kde-config.cpp.in:21 +#: tdecore/tde-config.cpp.in:21 msgid "Compiled in library path suffix" msgstr "" -#: tdecore/kde-config.cpp.in:22 +#: tdecore/tde-config.cpp.in:22 msgid "Prefix in $HOME used to write files" msgstr "" -#: tdecore/kde-config.cpp.in:23 +#: tdecore/tde-config.cpp.in:23 msgid "Compiled in version string for KDE libraries" msgstr "" -#: tdecore/kde-config.cpp.in:24 +#: tdecore/tde-config.cpp.in:24 #, fuzzy msgid "Available KDE resource types" msgstr "Chomlec'hoù da gaout :" -#: tdecore/kde-config.cpp.in:25 +#: tdecore/tde-config.cpp.in:25 msgid "Search path for resource type" msgstr "" -#: tdecore/kde-config.cpp.in:26 +#: tdecore/tde-config.cpp.in:26 msgid "User path: desktop|autostart|trash|document" msgstr "" -#: tdecore/kde-config.cpp.in:27 +#: tdecore/tde-config.cpp.in:27 #, fuzzy msgid "Prefix to install resource files to" msgstr "" "Ne m'eus ket gallet enrollañ an teul\n" -#: tdecore/kde-config.cpp.in:168 +#: tdecore/tde-config.cpp.in:168 msgid "Applications menu (.desktop files)" msgstr "" -#: tdecore/kde-config.cpp.in:169 +#: tdecore/tde-config.cpp.in:169 msgid "CGIs to run from kdehelp" msgstr "" -#: tdecore/kde-config.cpp.in:170 +#: tdecore/tde-config.cpp.in:170 msgid "Configuration files" msgstr "Restroù kefluniadur" -#: tdecore/kde-config.cpp.in:171 +#: tdecore/tde-config.cpp.in:171 #, fuzzy msgid "Where applications store data" msgstr "Kas ur bostel da ratreer an arload" -#: tdecore/kde-config.cpp.in:172 +#: tdecore/tde-config.cpp.in:172 msgid "Executables in $prefix/bin" msgstr "Sevenadusioù e $prefix/bin" -#: tdecore/kde-config.cpp.in:173 +#: tdecore/tde-config.cpp.in:173 msgid "HTML documentation" msgstr "Teuliadur HTML" -#: tdecore/kde-config.cpp.in:174 +#: tdecore/tde-config.cpp.in:174 msgid "Icons" msgstr "Arlunioù" -#: tdecore/kde-config.cpp.in:175 +#: tdecore/tde-config.cpp.in:175 msgid "Configuration description files" msgstr "Restroù deskrivadur ar gefluniadur" -#: tdecore/kde-config.cpp.in:176 +#: tdecore/tde-config.cpp.in:176 msgid "Libraries" msgstr "Levraouegoù" -#: tdecore/kde-config.cpp.in:177 +#: tdecore/tde-config.cpp.in:177 msgid "Includes/Headers" msgstr "" -#: tdecore/kde-config.cpp.in:178 +#: tdecore/tde-config.cpp.in:178 msgid "Translation files for KLocale" msgstr "Restroù an droidigezh evit KLocale" -#: tdecore/kde-config.cpp.in:179 +#: tdecore/tde-config.cpp.in:179 msgid "Mime types" msgstr "Rizhioù Mime" -#: tdecore/kde-config.cpp.in:180 +#: tdecore/tde-config.cpp.in:180 msgid "Loadable modules" msgstr "" -#: tdecore/kde-config.cpp.in:181 +#: tdecore/tde-config.cpp.in:181 msgid "Qt plugins" msgstr "Lugentoù Qt" -#: tdecore/kde-config.cpp.in:182 +#: tdecore/tde-config.cpp.in:182 msgid "Services" msgstr "Servijoù" -#: tdecore/kde-config.cpp.in:183 +#: tdecore/tde-config.cpp.in:183 msgid "Service types" msgstr "Rizhioù servijoù" -#: tdecore/kde-config.cpp.in:184 +#: tdecore/tde-config.cpp.in:184 msgid "Application sounds" msgstr "Sonioù ar meziant" -#: tdecore/kde-config.cpp.in:185 +#: tdecore/tde-config.cpp.in:185 msgid "Templates" msgstr "Patromoù" -#: tdecore/kde-config.cpp.in:186 +#: tdecore/tde-config.cpp.in:186 msgid "Wallpapers" msgstr "Paperoù-moger" -#: tdecore/kde-config.cpp.in:187 +#: tdecore/tde-config.cpp.in:187 msgid "XDG Application menu (.desktop files)" msgstr "" -#: tdecore/kde-config.cpp.in:188 +#: tdecore/tde-config.cpp.in:188 msgid "XDG Menu descriptions (.directory files)" msgstr "" -#: tdecore/kde-config.cpp.in:189 +#: tdecore/tde-config.cpp.in:189 msgid "XDG Menu layout (.menu files)" msgstr "" -#: tdecore/kde-config.cpp.in:190 +#: tdecore/tde-config.cpp.in:190 msgid "Temporary files (specific for both current host and current user)" msgstr "" -#: tdecore/kde-config.cpp.in:191 +#: tdecore/tde-config.cpp.in:191 msgid "UNIX Sockets (specific for both current host and current user)" msgstr "" -#: tdecore/kde-config.cpp.in:203 +#: tdecore/tde-config.cpp.in:203 msgid "" "%1 - unknown type\n" msgstr "" "%1 - rizh dianav\n" -#: tdecore/kde-config.cpp.in:228 +#: tdecore/tde-config.cpp.in:228 msgid "" "%1 - unknown type of userpath\n" msgstr "" diff --git a/tde-i18n-bs/acinclude.m4 b/tde-i18n-bs/acinclude.m4 index 68b7ababbca..afd8befc656 100644 --- a/tde-i18n-bs/acinclude.m4 +++ b/tde-i18n-bs/acinclude.m4 @@ -5006,13 +5006,13 @@ AC_DEFUN([KDE_SET_PREFIX], KDE_SET_DEFAULT_BINDIRS if test "x$prefix" = "xNONE"; then - dnl no prefix given: look for kde-config in the PATH and deduce the prefix from it - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + dnl no prefix given: look for tde-config in the PATH and deduce the prefix from it + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) else - dnl prefix given: look for kde-config, preferrably in prefix, otherwise in PATH + dnl prefix given: look for tde-config, preferrably in prefix, otherwise in PATH kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) PATH="$kde_save_PATH" fi @@ -5028,7 +5028,7 @@ AC_DEFUN([KDE_SET_PREFIX], AC_MSG_CHECKING([where to install]) if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - AC_MSG_RESULT([$prefix (as returned by kde-config)]) + AC_MSG_RESULT([$prefix (as returned by tde-config)]) else dnl --prefix was given. Compare prefixes and warn (in configure.in.bot.end) if different given_prefix=$prefix diff --git a/tde-i18n-bs/configure b/tde-i18n-bs/configure index 3ed39ef0c5c..8b1f0bb18ea 100755 --- a/tde-i18n-bs/configure +++ b/tde-i18n-bs/configure @@ -3750,12 +3750,12 @@ done if test "x$prefix" = "xNONE"; then - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3774,16 +3774,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3803,10 +3803,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3822,12 +3822,12 @@ echo "${ECHO_T}$kde_cv_path" >&6; } kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3846,16 +3846,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3875,10 +3875,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3911,8 +3911,8 @@ echo "$as_me: error: $KDECONFIG --prefix outputed the non existant prefix '$kde_ echo $ECHO_N "checking where to install... $ECHO_C" >&6; } if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - { echo "$as_me:$LINENO: result: $prefix (as returned by kde-config)" >&5 -echo "${ECHO_T}$prefix (as returned by kde-config)" >&6; } + { echo "$as_me:$LINENO: result: $prefix (as returned by tde-config)" >&5 +echo "${ECHO_T}$prefix (as returned by tde-config)" >&6; } else given_prefix=$prefix { echo "$as_me:$LINENO: result: $prefix (as requested)" >&5 @@ -5425,7 +5425,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-bs/configure.in b/tde-i18n-bs/configure.in index 844f1530e20..bb5e4f86a74 100644 --- a/tde-i18n-bs/configure.in +++ b/tde-i18n-bs/configure.in @@ -38,7 +38,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-bs/messages/tdelibs/tdelibs.po b/tde-i18n-bs/messages/tdelibs/tdelibs.po index 09849251db7..6beccf46a85 100644 --- a/tde-i18n-bs/messages/tdelibs/tdelibs.po +++ b/tde-i18n-bs/messages/tdelibs/tdelibs.po @@ -9539,153 +9539,153 @@ msgstr "Šta je &ovo?" msgid "Tip of the &Day" msgstr "Savjet &dana" -#: tdecore/kde-config.cpp.in:14 +#: tdecore/tde-config.cpp.in:14 msgid "A little program to output installation paths" msgstr "Mali program koji ispisuje instalacione puteve" -#: tdecore/kde-config.cpp.in:18 +#: tdecore/tde-config.cpp.in:18 msgid "expand ${prefix} and ${exec_prefix} in output" msgstr "proširi ${prefix} i ${exec_prefix} u izlazu" -#: tdecore/kde-config.cpp.in:19 +#: tdecore/tde-config.cpp.in:19 msgid "Compiled in prefix for KDE libraries" msgstr "Ukompajlirani prefix KDE biblioteka" -#: tdecore/kde-config.cpp.in:20 +#: tdecore/tde-config.cpp.in:20 msgid "Compiled in exec_prefix for KDE libraries" msgstr "Ukompajlirani exec_prefix KDE biblioteka" -#: tdecore/kde-config.cpp.in:21 +#: tdecore/tde-config.cpp.in:21 msgid "Compiled in library path suffix" msgstr "Ukompajlirani suffix puta biblioteka" -#: tdecore/kde-config.cpp.in:22 +#: tdecore/tde-config.cpp.in:22 msgid "Prefix in $HOME used to write files" msgstr "Prefix u $HOME korišten za pisanje datoteka" -#: tdecore/kde-config.cpp.in:23 +#: tdecore/tde-config.cpp.in:23 msgid "Compiled in version string for KDE libraries" msgstr "Ukompajlirani string verzije KDE biblioteka" -#: tdecore/kde-config.cpp.in:24 +#: tdecore/tde-config.cpp.in:24 msgid "Available KDE resource types" msgstr "Dostupne vrste KDE resursa" -#: tdecore/kde-config.cpp.in:25 +#: tdecore/tde-config.cpp.in:25 msgid "Search path for resource type" msgstr "Put pretrage za vrstu resursa" -#: tdecore/kde-config.cpp.in:26 +#: tdecore/tde-config.cpp.in:26 msgid "User path: desktop|autostart|trash|document" msgstr "Korisnički put: desktop|autostart|trash|document" -#: tdecore/kde-config.cpp.in:27 +#: tdecore/tde-config.cpp.in:27 msgid "Prefix to install resource files to" msgstr "Prefix u koji treba instalirati resursne datoteke" -#: tdecore/kde-config.cpp.in:168 +#: tdecore/tde-config.cpp.in:168 msgid "Applications menu (.desktop files)" msgstr "Meni aplikacija (datoteke .desktop)" -#: tdecore/kde-config.cpp.in:169 +#: tdecore/tde-config.cpp.in:169 msgid "CGIs to run from kdehelp" msgstr "CGIji koje treba pokretati kdehelp" -#: tdecore/kde-config.cpp.in:170 +#: tdecore/tde-config.cpp.in:170 msgid "Configuration files" msgstr "Konfiguracione datoteke" -#: tdecore/kde-config.cpp.in:171 +#: tdecore/tde-config.cpp.in:171 msgid "Where applications store data" msgstr "Gdje aplikacije trebaju čuvati podatke" -#: tdecore/kde-config.cpp.in:172 +#: tdecore/tde-config.cpp.in:172 msgid "Executables in $prefix/bin" msgstr "Izvršne datoteke u $prefix/bin" -#: tdecore/kde-config.cpp.in:173 +#: tdecore/tde-config.cpp.in:173 msgid "HTML documentation" msgstr "HTML dokumentacija" -#: tdecore/kde-config.cpp.in:174 +#: tdecore/tde-config.cpp.in:174 msgid "Icons" msgstr "Ikone" -#: tdecore/kde-config.cpp.in:175 +#: tdecore/tde-config.cpp.in:175 msgid "Configuration description files" msgstr "Datoteke sa opisom konfiguracije" -#: tdecore/kde-config.cpp.in:176 +#: tdecore/tde-config.cpp.in:176 msgid "Libraries" msgstr "Biblioteke" -#: tdecore/kde-config.cpp.in:177 +#: tdecore/tde-config.cpp.in:177 msgid "Includes/Headers" msgstr "Include/Header datoteke" -#: tdecore/kde-config.cpp.in:178 +#: tdecore/tde-config.cpp.in:178 msgid "Translation files for KLocale" msgstr "Datoteke sa prijevodom za KLocale" -#: tdecore/kde-config.cpp.in:179 +#: tdecore/tde-config.cpp.in:179 msgid "Mime types" msgstr "MIME tipovi" -#: tdecore/kde-config.cpp.in:180 +#: tdecore/tde-config.cpp.in:180 msgid "Loadable modules" msgstr "Moduli" -#: tdecore/kde-config.cpp.in:181 +#: tdecore/tde-config.cpp.in:181 msgid "Qt plugins" msgstr "Qt dodaci" -#: tdecore/kde-config.cpp.in:182 +#: tdecore/tde-config.cpp.in:182 msgid "Services" msgstr "Servisi" -#: tdecore/kde-config.cpp.in:183 +#: tdecore/tde-config.cpp.in:183 msgid "Service types" msgstr "Vrste servisa" -#: tdecore/kde-config.cpp.in:184 +#: tdecore/tde-config.cpp.in:184 msgid "Application sounds" msgstr "Zvukovi aplikacije" -#: tdecore/kde-config.cpp.in:185 +#: tdecore/tde-config.cpp.in:185 msgid "Templates" msgstr "Šabloni" -#: tdecore/kde-config.cpp.in:186 +#: tdecore/tde-config.cpp.in:186 msgid "Wallpapers" msgstr "Pozadinske slike" -#: tdecore/kde-config.cpp.in:187 +#: tdecore/tde-config.cpp.in:187 msgid "XDG Application menu (.desktop files)" msgstr "XDG meni aplikacije (datoteke .desktop)" -#: tdecore/kde-config.cpp.in:188 +#: tdecore/tde-config.cpp.in:188 msgid "XDG Menu descriptions (.directory files)" msgstr "XDG opisi menija (datoteke .directory)" -#: tdecore/kde-config.cpp.in:189 +#: tdecore/tde-config.cpp.in:189 msgid "XDG Menu layout (.menu files)" msgstr "XDG raspored menija (datoteke .menu)" -#: tdecore/kde-config.cpp.in:190 +#: tdecore/tde-config.cpp.in:190 msgid "Temporary files (specific for both current host and current user)" msgstr "Privremene datoteke (specifične za trenutni računar i korisnika)" -#: tdecore/kde-config.cpp.in:191 +#: tdecore/tde-config.cpp.in:191 msgid "UNIX Sockets (specific for both current host and current user)" msgstr "UNIX socketi (specifični za trenutni računar i korisnika)" -#: tdecore/kde-config.cpp.in:203 +#: tdecore/tde-config.cpp.in:203 msgid "" "%1 - unknown type\n" msgstr "" "%1 - nepoznat tip\n" -#: tdecore/kde-config.cpp.in:228 +#: tdecore/tde-config.cpp.in:228 msgid "" "%1 - unknown type of userpath\n" msgstr "" diff --git a/tde-i18n-ca/acinclude.m4 b/tde-i18n-ca/acinclude.m4 index 68b7ababbca..afd8befc656 100644 --- a/tde-i18n-ca/acinclude.m4 +++ b/tde-i18n-ca/acinclude.m4 @@ -5006,13 +5006,13 @@ AC_DEFUN([KDE_SET_PREFIX], KDE_SET_DEFAULT_BINDIRS if test "x$prefix" = "xNONE"; then - dnl no prefix given: look for kde-config in the PATH and deduce the prefix from it - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + dnl no prefix given: look for tde-config in the PATH and deduce the prefix from it + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) else - dnl prefix given: look for kde-config, preferrably in prefix, otherwise in PATH + dnl prefix given: look for tde-config, preferrably in prefix, otherwise in PATH kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) PATH="$kde_save_PATH" fi @@ -5028,7 +5028,7 @@ AC_DEFUN([KDE_SET_PREFIX], AC_MSG_CHECKING([where to install]) if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - AC_MSG_RESULT([$prefix (as returned by kde-config)]) + AC_MSG_RESULT([$prefix (as returned by tde-config)]) else dnl --prefix was given. Compare prefixes and warn (in configure.in.bot.end) if different given_prefix=$prefix diff --git a/tde-i18n-ca/configure b/tde-i18n-ca/configure index 41fecf882d7..a0a5e41b6c7 100755 --- a/tde-i18n-ca/configure +++ b/tde-i18n-ca/configure @@ -3750,12 +3750,12 @@ done if test "x$prefix" = "xNONE"; then - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3774,16 +3774,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3803,10 +3803,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3822,12 +3822,12 @@ echo "${ECHO_T}$kde_cv_path" >&6; } kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3846,16 +3846,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3875,10 +3875,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3911,8 +3911,8 @@ echo "$as_me: error: $KDECONFIG --prefix outputed the non existant prefix '$kde_ echo $ECHO_N "checking where to install... $ECHO_C" >&6; } if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - { echo "$as_me:$LINENO: result: $prefix (as returned by kde-config)" >&5 -echo "${ECHO_T}$prefix (as returned by kde-config)" >&6; } + { echo "$as_me:$LINENO: result: $prefix (as returned by tde-config)" >&5 +echo "${ECHO_T}$prefix (as returned by tde-config)" >&6; } else given_prefix=$prefix { echo "$as_me:$LINENO: result: $prefix (as requested)" >&5 @@ -6046,7 +6046,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-ca/configure.in b/tde-i18n-ca/configure.in index 68e450f2a85..c1d8ea20f45 100644 --- a/tde-i18n-ca/configure.in +++ b/tde-i18n-ca/configure.in @@ -245,7 +245,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-ca/docs/tdeadmin/knetworkconf/index.docbook b/tde-i18n-ca/docs/tdeadmin/knetworkconf/index.docbook index 7ddc76975fb..d5585961c96 100644 --- a/tde-i18n-ca/docs/tdeadmin/knetworkconf/index.docbook +++ b/tde-i18n-ca/docs/tdeadmin/knetworkconf/index.docbook @@ -1001,7 +1001,7 @@ format="PNG"/> >Tan sols es recomana per als usuaris avançats. D'altra banda, compilar &knetworkconf; no és difícil. Amb els següents comandaments hauria d'haver'n-hi prou.</para> <screen ->./configure --prefix=$(kde-config --prefix) +>./configure --prefix=$(tde-config --prefix) make make install </screen> diff --git a/tde-i18n-ca/docs/tdebase/faq/configkde.docbook b/tde-i18n-ca/docs/tdebase/faq/configkde.docbook index 9b561a5d82f..ee998f8a252 100644 --- a/tde-i18n-ca/docs/tdebase/faq/configkde.docbook +++ b/tde-i18n-ca/docs/tdebase/faq/configkde.docbook @@ -298,7 +298,7 @@ >TDEDIR</envar > és el prefix a on resta instal·lat el &kde; (per a trobar-lo empreu el comandament <userinput ><command ->kde-config</command +>tde-config</command > --prefix</userinput >).</para> <para diff --git a/tde-i18n-ca/docs/tdebase/kate/advanced.docbook b/tde-i18n-ca/docs/tdebase/kate/advanced.docbook index 6ddcfd7b020..05a050386ae 100644 --- a/tde-i18n-ca/docs/tdebase/kate/advanced.docbook +++ b/tde-i18n-ca/docs/tdebase/kate/advanced.docbook @@ -1294,7 +1294,7 @@ >. Els requeriments són que l'script es situï en una carpeta a on &kate; el pugui trobar, junt amb un fitxer opcional .desktop que defineix les propietats relacionades. La carpeta vàlida s'ha d'anomenar <filename >katepart/scripts</filename > i haurà d'estar en les carpetes de dades de &kde;. Les podeu trobar executant el comandament <command ->kde-config <option +>tde-config <option >--path</option > <parameter >dada</parameter diff --git a/tde-i18n-ca/docs/tdebase/userguide/index.docbook b/tde-i18n-ca/docs/tdebase/userguide/index.docbook index 1057b266626..9561b34624c 100644 --- a/tde-i18n-ca/docs/tdebase/userguide/index.docbook +++ b/tde-i18n-ca/docs/tdebase/userguide/index.docbook @@ -267,7 +267,7 @@ ><para >El &kde; s'instal·la en el seu propi arbre de carpetes, el podeu trobar executant el comandament <userinput ><command ->kde-config</command +>tde-config</command > <option >--prefix</option ></userinput diff --git a/tde-i18n-ca/docs/tdebase/userguide/under-the-hood.docbook b/tde-i18n-ca/docs/tdebase/userguide/under-the-hood.docbook index 4b62765fae0..85016047d16 100644 --- a/tde-i18n-ca/docs/tdebase/userguide/under-the-hood.docbook +++ b/tde-i18n-ca/docs/tdebase/userguide/under-the-hood.docbook @@ -61,7 +61,7 @@ LastFile=/var/tmp/prova.txt</programlisting> >) i la global en el subdirectori <filename class="directory" >share/config</filename > de la ruta d'instal·lació de &kde;. (podeu trobar aquesta ruta executant el comandament <command ->kde-config --prefix</command +>tde-config --prefix</command >). Usualment els noms de fitxer acaben en rc (sense punt inicial), per exemple <filename >kopeterc</filename ></para> diff --git a/tde-i18n-ca/docs/tdeedu/kgeography/index.docbook b/tde-i18n-ca/docs/tdeedu/kgeography/index.docbook index 9a1daf5e276..d41f8e1ec78 100644 --- a/tde-i18n-ca/docs/tdeedu/kgeography/index.docbook +++ b/tde-i18n-ca/docs/tdeedu/kgeography/index.docbook @@ -622,7 +622,7 @@ guide the parent/teacher on how to help the child using it. ></filename >, escriviu <userinput ><command ->kde-config</command +>tde-config</command > <option >--prefix</option ></userinput diff --git a/tde-i18n-ca/messages/tdelibs/tdelibs.po b/tde-i18n-ca/messages/tdelibs/tdelibs.po index e4f3db1dcd0..c881f23be8b 100644 --- a/tde-i18n-ca/messages/tdelibs/tdelibs.po +++ b/tde-i18n-ca/messages/tdelibs/tdelibs.po @@ -9573,153 +9573,153 @@ msgstr "Què és &això?" msgid "Tip of the &Day" msgstr "Pista del &dia" -#: tdecore/kde-config.cpp.in:14 +#: tdecore/tde-config.cpp.in:14 msgid "A little program to output installation paths" msgstr "Un petit programa per a generar camins d'instal·lació" -#: tdecore/kde-config.cpp.in:18 +#: tdecore/tde-config.cpp.in:18 msgid "expand ${prefix} and ${exec_prefix} in output" msgstr "expandeix ${prefix} i ${exec_prefix} a la sortida" -#: tdecore/kde-config.cpp.in:19 +#: tdecore/tde-config.cpp.in:19 msgid "Compiled in prefix for KDE libraries" msgstr "Compilat al prefix per a les biblioteques KDE" -#: tdecore/kde-config.cpp.in:20 +#: tdecore/tde-config.cpp.in:20 msgid "Compiled in exec_prefix for KDE libraries" msgstr "Compilat a l'exec_prefix per a les biblioteques KDE" -#: tdecore/kde-config.cpp.in:21 +#: tdecore/tde-config.cpp.in:21 msgid "Compiled in library path suffix" msgstr "Compilat al sufix del camí de la biblioteca" -#: tdecore/kde-config.cpp.in:22 +#: tdecore/tde-config.cpp.in:22 msgid "Prefix in $HOME used to write files" msgstr "Prefix a $HOME usat per a escriure fitxers" -#: tdecore/kde-config.cpp.in:23 +#: tdecore/tde-config.cpp.in:23 msgid "Compiled in version string for KDE libraries" msgstr "Compilat a la cadena de versió per a les biblioteques KDE" -#: tdecore/kde-config.cpp.in:24 +#: tdecore/tde-config.cpp.in:24 msgid "Available KDE resource types" msgstr "Tipus de recursos KDE disponibles" -#: tdecore/kde-config.cpp.in:25 +#: tdecore/tde-config.cpp.in:25 msgid "Search path for resource type" msgstr "Camí de cerca per al tipus de recurs" -#: tdecore/kde-config.cpp.in:26 +#: tdecore/tde-config.cpp.in:26 msgid "User path: desktop|autostart|trash|document" msgstr "Camí d'usuari: escriptori|autoengegada|paperera|document" -#: tdecore/kde-config.cpp.in:27 +#: tdecore/tde-config.cpp.in:27 msgid "Prefix to install resource files to" msgstr "Prefix on instal·lar els fitxers de recurs" -#: tdecore/kde-config.cpp.in:168 +#: tdecore/tde-config.cpp.in:168 msgid "Applications menu (.desktop files)" msgstr "Menú d'aplicacions (fitxers .desktop)" -#: tdecore/kde-config.cpp.in:169 +#: tdecore/tde-config.cpp.in:169 msgid "CGIs to run from kdehelp" msgstr "CGIs a executar des de kdehelp" -#: tdecore/kde-config.cpp.in:170 +#: tdecore/tde-config.cpp.in:170 msgid "Configuration files" msgstr "Fitxers de configuració" -#: tdecore/kde-config.cpp.in:171 +#: tdecore/tde-config.cpp.in:171 msgid "Where applications store data" msgstr "On les aplicacions guarden les dades" -#: tdecore/kde-config.cpp.in:172 +#: tdecore/tde-config.cpp.in:172 msgid "Executables in $prefix/bin" msgstr "Executables a $prefix/bin" -#: tdecore/kde-config.cpp.in:173 +#: tdecore/tde-config.cpp.in:173 msgid "HTML documentation" msgstr "Documentació HTML" -#: tdecore/kde-config.cpp.in:174 +#: tdecore/tde-config.cpp.in:174 msgid "Icons" msgstr "Icones" -#: tdecore/kde-config.cpp.in:175 +#: tdecore/tde-config.cpp.in:175 msgid "Configuration description files" msgstr "Fitxers de descripció de configuració" -#: tdecore/kde-config.cpp.in:176 +#: tdecore/tde-config.cpp.in:176 msgid "Libraries" msgstr "Biblioteques" -#: tdecore/kde-config.cpp.in:177 +#: tdecore/tde-config.cpp.in:177 msgid "Includes/Headers" msgstr "Includes/Capçaleres" -#: tdecore/kde-config.cpp.in:178 +#: tdecore/tde-config.cpp.in:178 msgid "Translation files for KLocale" msgstr "Fitxers de traducció per a KLocale" -#: tdecore/kde-config.cpp.in:179 +#: tdecore/tde-config.cpp.in:179 msgid "Mime types" msgstr "Tipus mime" -#: tdecore/kde-config.cpp.in:180 +#: tdecore/tde-config.cpp.in:180 msgid "Loadable modules" msgstr "Mòduls carregables" -#: tdecore/kde-config.cpp.in:181 +#: tdecore/tde-config.cpp.in:181 msgid "Qt plugins" msgstr "Endollables Qt" -#: tdecore/kde-config.cpp.in:182 +#: tdecore/tde-config.cpp.in:182 msgid "Services" msgstr "Serveis" -#: tdecore/kde-config.cpp.in:183 +#: tdecore/tde-config.cpp.in:183 msgid "Service types" msgstr "Tipus de servei" -#: tdecore/kde-config.cpp.in:184 +#: tdecore/tde-config.cpp.in:184 msgid "Application sounds" msgstr "Sons d'aplicació" -#: tdecore/kde-config.cpp.in:185 +#: tdecore/tde-config.cpp.in:185 msgid "Templates" msgstr "Plantilles" -#: tdecore/kde-config.cpp.in:186 +#: tdecore/tde-config.cpp.in:186 msgid "Wallpapers" msgstr "Papers pintats" -#: tdecore/kde-config.cpp.in:187 +#: tdecore/tde-config.cpp.in:187 msgid "XDG Application menu (.desktop files)" msgstr "Menú d'aplicació XDG (fitxers .desktop)" -#: tdecore/kde-config.cpp.in:188 +#: tdecore/tde-config.cpp.in:188 msgid "XDG Menu descriptions (.directory files)" msgstr "Descripcions de menú XDG (fitxers .directory)" -#: tdecore/kde-config.cpp.in:189 +#: tdecore/tde-config.cpp.in:189 msgid "XDG Menu layout (.menu files)" msgstr "Disposició del menú XDG (fitxers .menu)" -#: tdecore/kde-config.cpp.in:190 +#: tdecore/tde-config.cpp.in:190 msgid "Temporary files (specific for both current host and current user)" msgstr "Fitxers temporals (específics per a l'ordinador i l'usuari actuals)" -#: tdecore/kde-config.cpp.in:191 +#: tdecore/tde-config.cpp.in:191 msgid "UNIX Sockets (specific for both current host and current user)" msgstr "Sockets UNIX (específics per a l'ordinador i l'usuari actuals)" -#: tdecore/kde-config.cpp.in:203 +#: tdecore/tde-config.cpp.in:203 msgid "" "%1 - unknown type\n" msgstr "" "%1 - tipus desconegut\n" -#: tdecore/kde-config.cpp.in:228 +#: tdecore/tde-config.cpp.in:228 msgid "" "%1 - unknown type of userpath\n" msgstr "" diff --git a/tde-i18n-cs/acinclude.m4 b/tde-i18n-cs/acinclude.m4 index 68b7ababbca..afd8befc656 100644 --- a/tde-i18n-cs/acinclude.m4 +++ b/tde-i18n-cs/acinclude.m4 @@ -5006,13 +5006,13 @@ AC_DEFUN([KDE_SET_PREFIX], KDE_SET_DEFAULT_BINDIRS if test "x$prefix" = "xNONE"; then - dnl no prefix given: look for kde-config in the PATH and deduce the prefix from it - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + dnl no prefix given: look for tde-config in the PATH and deduce the prefix from it + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) else - dnl prefix given: look for kde-config, preferrably in prefix, otherwise in PATH + dnl prefix given: look for tde-config, preferrably in prefix, otherwise in PATH kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) PATH="$kde_save_PATH" fi @@ -5028,7 +5028,7 @@ AC_DEFUN([KDE_SET_PREFIX], AC_MSG_CHECKING([where to install]) if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - AC_MSG_RESULT([$prefix (as returned by kde-config)]) + AC_MSG_RESULT([$prefix (as returned by tde-config)]) else dnl --prefix was given. Compare prefixes and warn (in configure.in.bot.end) if different given_prefix=$prefix diff --git a/tde-i18n-cs/configure b/tde-i18n-cs/configure index 0a9964c8000..922d9f14823 100755 --- a/tde-i18n-cs/configure +++ b/tde-i18n-cs/configure @@ -3750,12 +3750,12 @@ done if test "x$prefix" = "xNONE"; then - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3774,16 +3774,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3803,10 +3803,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3822,12 +3822,12 @@ echo "${ECHO_T}$kde_cv_path" >&6; } kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3846,16 +3846,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3875,10 +3875,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3911,8 +3911,8 @@ echo "$as_me: error: $KDECONFIG --prefix outputed the non existant prefix '$kde_ echo $ECHO_N "checking where to install... $ECHO_C" >&6; } if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - { echo "$as_me:$LINENO: result: $prefix (as returned by kde-config)" >&5 -echo "${ECHO_T}$prefix (as returned by kde-config)" >&6; } + { echo "$as_me:$LINENO: result: $prefix (as returned by tde-config)" >&5 +echo "${ECHO_T}$prefix (as returned by tde-config)" >&6; } else given_prefix=$prefix { echo "$as_me:$LINENO: result: $prefix (as requested)" >&5 @@ -5569,7 +5569,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-cs/configure.in b/tde-i18n-cs/configure.in index ba4a62ca86c..8126bfb2e3e 100644 --- a/tde-i18n-cs/configure.in +++ b/tde-i18n-cs/configure.in @@ -86,7 +86,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-cs/messages/tdelibs/tdelibs.po b/tde-i18n-cs/messages/tdelibs/tdelibs.po index d5683452d34..c092f97ed3e 100644 --- a/tde-i18n-cs/messages/tdelibs/tdelibs.po +++ b/tde-i18n-cs/messages/tdelibs/tdelibs.po @@ -9450,153 +9450,153 @@ msgstr "Co je &toto?" msgid "Tip of the &Day" msgstr "Tip &dne" -#: tdecore/kde-config.cpp.in:14 +#: tdecore/tde-config.cpp.in:14 msgid "A little program to output installation paths" msgstr "Malý program vypisující instalační cesty" -#: tdecore/kde-config.cpp.in:18 +#: tdecore/tde-config.cpp.in:18 msgid "expand ${prefix} and ${exec_prefix} in output" msgstr "rozbalit ${prefix} a ${exec_prefix} ve výstupu" -#: tdecore/kde-config.cpp.in:19 +#: tdecore/tde-config.cpp.in:19 msgid "Compiled in prefix for KDE libraries" msgstr "Zakompilovaný prefix ke KDE knihovnám" -#: tdecore/kde-config.cpp.in:20 +#: tdecore/tde-config.cpp.in:20 msgid "Compiled in exec_prefix for KDE libraries" msgstr "Zakompilovaný exec_prefix ke KDE knihovnám" -#: tdecore/kde-config.cpp.in:21 +#: tdecore/tde-config.cpp.in:21 msgid "Compiled in library path suffix" msgstr "Zakompilovaná přípona knihoven" -#: tdecore/kde-config.cpp.in:22 +#: tdecore/tde-config.cpp.in:22 msgid "Prefix in $HOME used to write files" msgstr "Prefix v $HOME pro zapisování souborů" -#: tdecore/kde-config.cpp.in:23 +#: tdecore/tde-config.cpp.in:23 msgid "Compiled in version string for KDE libraries" msgstr "Zakompilovaný řetězec verze KDE knihoven" -#: tdecore/kde-config.cpp.in:24 +#: tdecore/tde-config.cpp.in:24 msgid "Available KDE resource types" msgstr "Dostupné typy KDE zdrojů" -#: tdecore/kde-config.cpp.in:25 +#: tdecore/tde-config.cpp.in:25 msgid "Search path for resource type" msgstr "" -#: tdecore/kde-config.cpp.in:26 +#: tdecore/tde-config.cpp.in:26 msgid "User path: desktop|autostart|trash|document" msgstr "" -#: tdecore/kde-config.cpp.in:27 +#: tdecore/tde-config.cpp.in:27 msgid "Prefix to install resource files to" msgstr "" -#: tdecore/kde-config.cpp.in:168 +#: tdecore/tde-config.cpp.in:168 msgid "Applications menu (.desktop files)" msgstr "Nabídka aplikací (.desktop soubory)" -#: tdecore/kde-config.cpp.in:169 +#: tdecore/tde-config.cpp.in:169 msgid "CGIs to run from kdehelp" msgstr "CGI ke spuštění z kdehelp" -#: tdecore/kde-config.cpp.in:170 +#: tdecore/tde-config.cpp.in:170 msgid "Configuration files" msgstr "Konfigurační soubory" -#: tdecore/kde-config.cpp.in:171 +#: tdecore/tde-config.cpp.in:171 msgid "Where applications store data" msgstr "Kde aplikace ukládají data" -#: tdecore/kde-config.cpp.in:172 +#: tdecore/tde-config.cpp.in:172 msgid "Executables in $prefix/bin" msgstr "Spustitelné soubory v $prefix/bin" -#: tdecore/kde-config.cpp.in:173 +#: tdecore/tde-config.cpp.in:173 msgid "HTML documentation" msgstr "HTML dokumentace" -#: tdecore/kde-config.cpp.in:174 +#: tdecore/tde-config.cpp.in:174 msgid "Icons" msgstr "Ikony" -#: tdecore/kde-config.cpp.in:175 +#: tdecore/tde-config.cpp.in:175 msgid "Configuration description files" msgstr "Soubory popisu nastavení" -#: tdecore/kde-config.cpp.in:176 +#: tdecore/tde-config.cpp.in:176 msgid "Libraries" msgstr "Knihovny" -#: tdecore/kde-config.cpp.in:177 +#: tdecore/tde-config.cpp.in:177 msgid "Includes/Headers" msgstr "Hlavičkové soubory" -#: tdecore/kde-config.cpp.in:178 +#: tdecore/tde-config.cpp.in:178 msgid "Translation files for KLocale" msgstr "Překladové soubory pro KLocale" -#: tdecore/kde-config.cpp.in:179 +#: tdecore/tde-config.cpp.in:179 msgid "Mime types" msgstr "MIME typy" -#: tdecore/kde-config.cpp.in:180 +#: tdecore/tde-config.cpp.in:180 msgid "Loadable modules" msgstr "Zaveditelné moduly" -#: tdecore/kde-config.cpp.in:181 +#: tdecore/tde-config.cpp.in:181 msgid "Qt plugins" msgstr "Qt moduly" -#: tdecore/kde-config.cpp.in:182 +#: tdecore/tde-config.cpp.in:182 msgid "Services" msgstr "Služby" -#: tdecore/kde-config.cpp.in:183 +#: tdecore/tde-config.cpp.in:183 msgid "Service types" msgstr "Typy služeb" -#: tdecore/kde-config.cpp.in:184 +#: tdecore/tde-config.cpp.in:184 msgid "Application sounds" msgstr "Zvuky aplikací" -#: tdecore/kde-config.cpp.in:185 +#: tdecore/tde-config.cpp.in:185 msgid "Templates" msgstr "Šablony" -#: tdecore/kde-config.cpp.in:186 +#: tdecore/tde-config.cpp.in:186 msgid "Wallpapers" msgstr "Tapety" -#: tdecore/kde-config.cpp.in:187 +#: tdecore/tde-config.cpp.in:187 msgid "XDG Application menu (.desktop files)" msgstr "XDG nabídky (.desktop soubory)" -#: tdecore/kde-config.cpp.in:188 +#: tdecore/tde-config.cpp.in:188 msgid "XDG Menu descriptions (.directory files)" msgstr "Popisy XDG nabídek (.directory soubory)" -#: tdecore/kde-config.cpp.in:189 +#: tdecore/tde-config.cpp.in:189 msgid "XDG Menu layout (.menu files)" msgstr "Rozvržení XDG nabídek (.menu soubory)" -#: tdecore/kde-config.cpp.in:190 +#: tdecore/tde-config.cpp.in:190 msgid "Temporary files (specific for both current host and current user)" msgstr "Dočasné soubory (specifické pro aktuální počítač a uživatele)" -#: tdecore/kde-config.cpp.in:191 +#: tdecore/tde-config.cpp.in:191 msgid "UNIX Sockets (specific for both current host and current user)" msgstr "UNIXové sokety (specifické pro aktuální počítač a uživatele)" -#: tdecore/kde-config.cpp.in:203 +#: tdecore/tde-config.cpp.in:203 msgid "" "%1 - unknown type\n" msgstr "" "%1 - neznámý typ\n" -#: tdecore/kde-config.cpp.in:228 +#: tdecore/tde-config.cpp.in:228 msgid "" "%1 - unknown type of userpath\n" msgstr "" diff --git a/tde-i18n-csb/acinclude.m4 b/tde-i18n-csb/acinclude.m4 index 68b7ababbca..afd8befc656 100644 --- a/tde-i18n-csb/acinclude.m4 +++ b/tde-i18n-csb/acinclude.m4 @@ -5006,13 +5006,13 @@ AC_DEFUN([KDE_SET_PREFIX], KDE_SET_DEFAULT_BINDIRS if test "x$prefix" = "xNONE"; then - dnl no prefix given: look for kde-config in the PATH and deduce the prefix from it - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + dnl no prefix given: look for tde-config in the PATH and deduce the prefix from it + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) else - dnl prefix given: look for kde-config, preferrably in prefix, otherwise in PATH + dnl prefix given: look for tde-config, preferrably in prefix, otherwise in PATH kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) PATH="$kde_save_PATH" fi @@ -5028,7 +5028,7 @@ AC_DEFUN([KDE_SET_PREFIX], AC_MSG_CHECKING([where to install]) if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - AC_MSG_RESULT([$prefix (as returned by kde-config)]) + AC_MSG_RESULT([$prefix (as returned by tde-config)]) else dnl --prefix was given. Compare prefixes and warn (in configure.in.bot.end) if different given_prefix=$prefix diff --git a/tde-i18n-csb/configure b/tde-i18n-csb/configure index 0251dc65fb3..ee4bea4298b 100755 --- a/tde-i18n-csb/configure +++ b/tde-i18n-csb/configure @@ -3750,12 +3750,12 @@ done if test "x$prefix" = "xNONE"; then - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3774,16 +3774,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3803,10 +3803,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3822,12 +3822,12 @@ echo "${ECHO_T}$kde_cv_path" >&6; } kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3846,16 +3846,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3875,10 +3875,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3911,8 +3911,8 @@ echo "$as_me: error: $KDECONFIG --prefix outputed the non existant prefix '$kde_ echo $ECHO_N "checking where to install... $ECHO_C" >&6; } if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - { echo "$as_me:$LINENO: result: $prefix (as returned by kde-config)" >&5 -echo "${ECHO_T}$prefix (as returned by kde-config)" >&6; } + { echo "$as_me:$LINENO: result: $prefix (as returned by tde-config)" >&5 +echo "${ECHO_T}$prefix (as returned by tde-config)" >&6; } else given_prefix=$prefix { echo "$as_me:$LINENO: result: $prefix (as requested)" >&5 @@ -5389,7 +5389,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-csb/configure.in b/tde-i18n-csb/configure.in index 63738611aaf..b06d475b1a3 100644 --- a/tde-i18n-csb/configure.in +++ b/tde-i18n-csb/configure.in @@ -26,7 +26,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-csb/messages/tdelibs/tdelibs.po b/tde-i18n-csb/messages/tdelibs/tdelibs.po index 53b18aaa221..47462addf38 100644 --- a/tde-i18n-csb/messages/tdelibs/tdelibs.po +++ b/tde-i18n-csb/messages/tdelibs/tdelibs.po @@ -9364,153 +9364,153 @@ msgstr "Co &to je?" msgid "Tip of the &Day" msgstr "Pòrada &dnia" -#: tdecore/kde-config.cpp.in:14 +#: tdecore/tde-config.cpp.in:14 msgid "A little program to output installation paths" msgstr "Niewielgô programa do wëpisywaniô stegnów instalacëji" -#: tdecore/kde-config.cpp.in:18 +#: tdecore/tde-config.cpp.in:18 msgid "expand ${prefix} and ${exec_prefix} in output" msgstr "rozwini ${prefix} ë ${exec_prefix} w lopkù wińdzeniô" -#: tdecore/kde-config.cpp.in:19 +#: tdecore/tde-config.cpp.in:19 msgid "Compiled in prefix for KDE libraries" msgstr "Wkòmpilowóny prefiks bibloteków KDE" -#: tdecore/kde-config.cpp.in:20 +#: tdecore/tde-config.cpp.in:20 msgid "Compiled in exec_prefix for KDE libraries" msgstr "Wkòmpilowóny exec_prefix bibloteków KDE" -#: tdecore/kde-config.cpp.in:21 +#: tdecore/tde-config.cpp.in:21 msgid "Compiled in library path suffix" msgstr "Wkòmpilowóne rozszérzenié stegny bibloteczi" -#: tdecore/kde-config.cpp.in:22 +#: tdecore/tde-config.cpp.in:22 msgid "Prefix in $HOME used to write files" msgstr "Prefiks w $HOME brëkòwóny do zapisywaniô lopków" -#: tdecore/kde-config.cpp.in:23 +#: tdecore/tde-config.cpp.in:23 msgid "Compiled in version string for KDE libraries" msgstr "Wkòmpilowónô wersëjô bibloteków KDE" -#: tdecore/kde-config.cpp.in:24 +#: tdecore/tde-config.cpp.in:24 msgid "Available KDE resource types" msgstr "Przistãpné dostónczi KDE" -#: tdecore/kde-config.cpp.in:25 +#: tdecore/tde-config.cpp.in:25 msgid "Search path for resource type" msgstr "Przeszëkiwónô stegna dlô dostónków negò ôrtu" -#: tdecore/kde-config.cpp.in:26 +#: tdecore/tde-config.cpp.in:26 msgid "User path: desktop|autostart|trash|document" msgstr "Stegna brëkòwnika: desktop|autostart|trash|document" -#: tdecore/kde-config.cpp.in:27 +#: tdecore/tde-config.cpp.in:27 msgid "Prefix to install resource files to" msgstr "Prefiks do instalowaniô lopków dostónków" -#: tdecore/kde-config.cpp.in:168 +#: tdecore/tde-config.cpp.in:168 msgid "Applications menu (.desktop files)" msgstr "Menu programów (lopczi .desktop)" -#: tdecore/kde-config.cpp.in:169 +#: tdecore/tde-config.cpp.in:169 msgid "CGIs to run from kdehelp" msgstr "Programë CGI zrëszané òb Pòmòc KDE" -#: tdecore/kde-config.cpp.in:170 +#: tdecore/tde-config.cpp.in:170 msgid "Configuration files" msgstr "Kònfiguracëjowé lopczi" -#: tdecore/kde-config.cpp.in:171 +#: tdecore/tde-config.cpp.in:171 msgid "Where applications store data" msgstr "Przechòwanié pòdôwków programów" -#: tdecore/kde-config.cpp.in:172 +#: tdecore/tde-config.cpp.in:172 msgid "Executables in $prefix/bin" msgstr "Wëkònywólny lopk w $prefix/bin" -#: tdecore/kde-config.cpp.in:173 +#: tdecore/tde-config.cpp.in:173 msgid "HTML documentation" msgstr "Dokùmentacëjô HTML" -#: tdecore/kde-config.cpp.in:174 +#: tdecore/tde-config.cpp.in:174 msgid "Icons" msgstr "Ikònë" -#: tdecore/kde-config.cpp.in:175 +#: tdecore/tde-config.cpp.in:175 msgid "Configuration description files" msgstr "Òpisënczi kònfigùracëjowëch lopków" -#: tdecore/kde-config.cpp.in:176 +#: tdecore/tde-config.cpp.in:176 msgid "Libraries" msgstr "Bibloteczi" -#: tdecore/kde-config.cpp.in:177 +#: tdecore/tde-config.cpp.in:177 msgid "Includes/Headers" msgstr "Nagłówkòwé lopczi" -#: tdecore/kde-config.cpp.in:178 +#: tdecore/tde-config.cpp.in:178 msgid "Translation files for KLocale" msgstr "Lopczi dolmaczënków dlô KLocale" -#: tdecore/kde-config.cpp.in:179 +#: tdecore/tde-config.cpp.in:179 msgid "Mime types" msgstr "Ôrtë Mime" -#: tdecore/kde-config.cpp.in:180 +#: tdecore/tde-config.cpp.in:180 msgid "Loadable modules" msgstr "Wladowywóné mòdułë" -#: tdecore/kde-config.cpp.in:181 +#: tdecore/tde-config.cpp.in:181 msgid "Qt plugins" msgstr "Pluginsë Qt" -#: tdecore/kde-config.cpp.in:182 +#: tdecore/tde-config.cpp.in:182 msgid "Services" msgstr "Ùsłëżnotë" -#: tdecore/kde-config.cpp.in:183 +#: tdecore/tde-config.cpp.in:183 msgid "Service types" msgstr "Ôrtë ùsłëżnotów" -#: tdecore/kde-config.cpp.in:184 +#: tdecore/tde-config.cpp.in:184 msgid "Application sounds" msgstr "Zwãczi programów" -#: tdecore/kde-config.cpp.in:185 +#: tdecore/tde-config.cpp.in:185 msgid "Templates" msgstr "Szablónë" -#: tdecore/kde-config.cpp.in:186 +#: tdecore/tde-config.cpp.in:186 msgid "Wallpapers" msgstr "Tapétë" -#: tdecore/kde-config.cpp.in:187 +#: tdecore/tde-config.cpp.in:187 msgid "XDG Application menu (.desktop files)" msgstr "Menu programë XDG (lopczi .desktop)" -#: tdecore/kde-config.cpp.in:188 +#: tdecore/tde-config.cpp.in:188 msgid "XDG Menu descriptions (.directory files)" msgstr "Òpisënczi menu XDG (lopczi .directory)" -#: tdecore/kde-config.cpp.in:189 +#: tdecore/tde-config.cpp.in:189 msgid "XDG Menu layout (.menu files)" msgstr "Ùkłôd menu XDG (lopczi menu)" -#: tdecore/kde-config.cpp.in:190 +#: tdecore/tde-config.cpp.in:190 msgid "Temporary files (specific for both current host and current user)" msgstr "Timczasowé lopczi (òsoblewi dlô kòmpùtra ë brëkòwnika)" -#: tdecore/kde-config.cpp.in:191 +#: tdecore/tde-config.cpp.in:191 msgid "UNIX Sockets (specific for both current host and current user)" msgstr "Gniôzda UNIX (òsoblewi dlô kòmpùtra ë brëkòwnika)" -#: tdecore/kde-config.cpp.in:203 +#: tdecore/tde-config.cpp.in:203 msgid "" "%1 - unknown type\n" msgstr "" "%1 - nieznóny ôrt\n" -#: tdecore/kde-config.cpp.in:228 +#: tdecore/tde-config.cpp.in:228 msgid "" "%1 - unknown type of userpath\n" msgstr "" diff --git a/tde-i18n-cy/acinclude.m4 b/tde-i18n-cy/acinclude.m4 index 68b7ababbca..afd8befc656 100644 --- a/tde-i18n-cy/acinclude.m4 +++ b/tde-i18n-cy/acinclude.m4 @@ -5006,13 +5006,13 @@ AC_DEFUN([KDE_SET_PREFIX], KDE_SET_DEFAULT_BINDIRS if test "x$prefix" = "xNONE"; then - dnl no prefix given: look for kde-config in the PATH and deduce the prefix from it - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + dnl no prefix given: look for tde-config in the PATH and deduce the prefix from it + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) else - dnl prefix given: look for kde-config, preferrably in prefix, otherwise in PATH + dnl prefix given: look for tde-config, preferrably in prefix, otherwise in PATH kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) PATH="$kde_save_PATH" fi @@ -5028,7 +5028,7 @@ AC_DEFUN([KDE_SET_PREFIX], AC_MSG_CHECKING([where to install]) if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - AC_MSG_RESULT([$prefix (as returned by kde-config)]) + AC_MSG_RESULT([$prefix (as returned by tde-config)]) else dnl --prefix was given. Compare prefixes and warn (in configure.in.bot.end) if different given_prefix=$prefix diff --git a/tde-i18n-cy/configure b/tde-i18n-cy/configure index 3030d43fa27..229139941f9 100755 --- a/tde-i18n-cy/configure +++ b/tde-i18n-cy/configure @@ -3750,12 +3750,12 @@ done if test "x$prefix" = "xNONE"; then - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3774,16 +3774,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3803,10 +3803,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3822,12 +3822,12 @@ echo "${ECHO_T}$kde_cv_path" >&6; } kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3846,16 +3846,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3875,10 +3875,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3911,8 +3911,8 @@ echo "$as_me: error: $KDECONFIG --prefix outputed the non existant prefix '$kde_ echo $ECHO_N "checking where to install... $ECHO_C" >&6; } if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - { echo "$as_me:$LINENO: result: $prefix (as returned by kde-config)" >&5 -echo "${ECHO_T}$prefix (as returned by kde-config)" >&6; } + { echo "$as_me:$LINENO: result: $prefix (as returned by tde-config)" >&5 +echo "${ECHO_T}$prefix (as returned by tde-config)" >&6; } else given_prefix=$prefix { echo "$as_me:$LINENO: result: $prefix (as requested)" >&5 @@ -5425,7 +5425,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-cy/configure.in b/tde-i18n-cy/configure.in index 666180e3559..e05f4e47b9e 100644 --- a/tde-i18n-cy/configure.in +++ b/tde-i18n-cy/configure.in @@ -38,7 +38,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-cy/messages/tdelibs/tdelibs.po b/tde-i18n-cy/messages/tdelibs/tdelibs.po index 9102a1a9b1a..c6c78a09cee 100644 --- a/tde-i18n-cy/messages/tdelibs/tdelibs.po +++ b/tde-i18n-cy/messages/tdelibs/tdelibs.po @@ -9512,160 +9512,160 @@ msgstr "Beth yw &Hwn?" msgid "Tip of the &Day" msgstr "Awgrymiad y &Dydd" -#: tdecore/kde-config.cpp.in:14 +#: tdecore/tde-config.cpp.in:14 msgid "A little program to output installation paths" msgstr "" -#: tdecore/kde-config.cpp.in:18 +#: tdecore/tde-config.cpp.in:18 msgid "expand ${prefix} and ${exec_prefix} in output" msgstr "" -#: tdecore/kde-config.cpp.in:19 +#: tdecore/tde-config.cpp.in:19 msgid "Compiled in prefix for KDE libraries" msgstr "" -#: tdecore/kde-config.cpp.in:20 +#: tdecore/tde-config.cpp.in:20 msgid "Compiled in exec_prefix for KDE libraries" msgstr "" -#: tdecore/kde-config.cpp.in:21 +#: tdecore/tde-config.cpp.in:21 msgid "Compiled in library path suffix" msgstr "" -#: tdecore/kde-config.cpp.in:22 +#: tdecore/tde-config.cpp.in:22 msgid "Prefix in $HOME used to write files" msgstr "" -#: tdecore/kde-config.cpp.in:23 +#: tdecore/tde-config.cpp.in:23 msgid "Compiled in version string for KDE libraries" msgstr "" -#: tdecore/kde-config.cpp.in:24 +#: tdecore/tde-config.cpp.in:24 #, fuzzy msgid "Available KDE resource types" msgstr "Cyfeiriadau ar gael:" -#: tdecore/kde-config.cpp.in:25 +#: tdecore/tde-config.cpp.in:25 msgid "Search path for resource type" msgstr "" -#: tdecore/kde-config.cpp.in:26 +#: tdecore/tde-config.cpp.in:26 msgid "User path: desktop|autostart|trash|document" msgstr "" -#: tdecore/kde-config.cpp.in:27 +#: tdecore/tde-config.cpp.in:27 msgid "Prefix to install resource files to" msgstr "" -#: tdecore/kde-config.cpp.in:168 +#: tdecore/tde-config.cpp.in:168 msgid "Applications menu (.desktop files)" msgstr "" -#: tdecore/kde-config.cpp.in:169 +#: tdecore/tde-config.cpp.in:169 msgid "CGIs to run from kdehelp" msgstr "" -#: tdecore/kde-config.cpp.in:170 +#: tdecore/tde-config.cpp.in:170 #, fuzzy msgid "Configuration files" msgstr "Ffurfwedd" -#: tdecore/kde-config.cpp.in:171 +#: tdecore/tde-config.cpp.in:171 #, fuzzy msgid "Where applications store data" msgstr "Peidio â nodi cymwysiadau i'w diweddaru" -#: tdecore/kde-config.cpp.in:172 +#: tdecore/tde-config.cpp.in:172 msgid "Executables in $prefix/bin" msgstr "" -#: tdecore/kde-config.cpp.in:173 +#: tdecore/tde-config.cpp.in:173 #, fuzzy msgid "HTML documentation" msgstr "Gosodiadau HTML" -#: tdecore/kde-config.cpp.in:174 +#: tdecore/tde-config.cpp.in:174 msgid "Icons" msgstr "Eiconau" -#: tdecore/kde-config.cpp.in:175 +#: tdecore/tde-config.cpp.in:175 #, fuzzy msgid "Configuration description files" msgstr "Ffeil ddewisiadau am greu côd" -#: tdecore/kde-config.cpp.in:176 +#: tdecore/tde-config.cpp.in:176 msgid "Libraries" msgstr "" -#: tdecore/kde-config.cpp.in:177 +#: tdecore/tde-config.cpp.in:177 msgid "Includes/Headers" msgstr "" -#: tdecore/kde-config.cpp.in:178 +#: tdecore/tde-config.cpp.in:178 msgid "Translation files for KLocale" msgstr "" -#: tdecore/kde-config.cpp.in:179 +#: tdecore/tde-config.cpp.in:179 msgid "Mime types" msgstr "" -#: tdecore/kde-config.cpp.in:180 +#: tdecore/tde-config.cpp.in:180 msgid "Loadable modules" msgstr "" -#: tdecore/kde-config.cpp.in:181 +#: tdecore/tde-config.cpp.in:181 #, fuzzy msgid "Qt plugins" msgstr "Ategyn arddull wê" -#: tdecore/kde-config.cpp.in:182 +#: tdecore/tde-config.cpp.in:182 msgid "Services" msgstr "Gwasanaethau" -#: tdecore/kde-config.cpp.in:183 +#: tdecore/tde-config.cpp.in:183 msgid "Service types" msgstr "" -#: tdecore/kde-config.cpp.in:184 +#: tdecore/tde-config.cpp.in:184 #, fuzzy msgid "Application sounds" msgstr "Cymhwysiad:" -#: tdecore/kde-config.cpp.in:185 +#: tdecore/tde-config.cpp.in:185 msgid "Templates" msgstr "Patrymluniau" -#: tdecore/kde-config.cpp.in:186 +#: tdecore/tde-config.cpp.in:186 msgid "Wallpapers" msgstr "Papurau Wal" -#: tdecore/kde-config.cpp.in:187 +#: tdecore/tde-config.cpp.in:187 msgid "XDG Application menu (.desktop files)" msgstr "" -#: tdecore/kde-config.cpp.in:188 +#: tdecore/tde-config.cpp.in:188 msgid "XDG Menu descriptions (.directory files)" msgstr "" -#: tdecore/kde-config.cpp.in:189 +#: tdecore/tde-config.cpp.in:189 msgid "XDG Menu layout (.menu files)" msgstr "" -#: tdecore/kde-config.cpp.in:190 +#: tdecore/tde-config.cpp.in:190 msgid "Temporary files (specific for both current host and current user)" msgstr "" -#: tdecore/kde-config.cpp.in:191 +#: tdecore/tde-config.cpp.in:191 msgid "UNIX Sockets (specific for both current host and current user)" msgstr "" -#: tdecore/kde-config.cpp.in:203 +#: tdecore/tde-config.cpp.in:203 #, fuzzy msgid "" "%1 - unknown type\n" msgstr "Math anhysbys" -#: tdecore/kde-config.cpp.in:228 +#: tdecore/tde-config.cpp.in:228 msgid "" "%1 - unknown type of userpath\n" msgstr "" diff --git a/tde-i18n-da/acinclude.m4 b/tde-i18n-da/acinclude.m4 index 68b7ababbca..afd8befc656 100644 --- a/tde-i18n-da/acinclude.m4 +++ b/tde-i18n-da/acinclude.m4 @@ -5006,13 +5006,13 @@ AC_DEFUN([KDE_SET_PREFIX], KDE_SET_DEFAULT_BINDIRS if test "x$prefix" = "xNONE"; then - dnl no prefix given: look for kde-config in the PATH and deduce the prefix from it - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + dnl no prefix given: look for tde-config in the PATH and deduce the prefix from it + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) else - dnl prefix given: look for kde-config, preferrably in prefix, otherwise in PATH + dnl prefix given: look for tde-config, preferrably in prefix, otherwise in PATH kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) PATH="$kde_save_PATH" fi @@ -5028,7 +5028,7 @@ AC_DEFUN([KDE_SET_PREFIX], AC_MSG_CHECKING([where to install]) if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - AC_MSG_RESULT([$prefix (as returned by kde-config)]) + AC_MSG_RESULT([$prefix (as returned by tde-config)]) else dnl --prefix was given. Compare prefixes and warn (in configure.in.bot.end) if different given_prefix=$prefix diff --git a/tde-i18n-da/configure b/tde-i18n-da/configure index d7b70645c0d..e6c197b9375 100755 --- a/tde-i18n-da/configure +++ b/tde-i18n-da/configure @@ -3750,12 +3750,12 @@ done if test "x$prefix" = "xNONE"; then - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3774,16 +3774,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3803,10 +3803,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3822,12 +3822,12 @@ echo "${ECHO_T}$kde_cv_path" >&6; } kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3846,16 +3846,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3875,10 +3875,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3911,8 +3911,8 @@ echo "$as_me: error: $KDECONFIG --prefix outputed the non existant prefix '$kde_ echo $ECHO_N "checking where to install... $ECHO_C" >&6; } if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - { echo "$as_me:$LINENO: result: $prefix (as returned by kde-config)" >&5 -echo "${ECHO_T}$prefix (as returned by kde-config)" >&6; } + { echo "$as_me:$LINENO: result: $prefix (as returned by tde-config)" >&5 +echo "${ECHO_T}$prefix (as returned by tde-config)" >&6; } else given_prefix=$prefix { echo "$as_me:$LINENO: result: $prefix (as requested)" >&5 @@ -6334,7 +6334,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-da/configure.in b/tde-i18n-da/configure.in index 4f9bf106341..c3600e4ec46 100644 --- a/tde-i18n-da/configure.in +++ b/tde-i18n-da/configure.in @@ -341,7 +341,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-da/docs/tdeadmin/knetworkconf/index.docbook b/tde-i18n-da/docs/tdeadmin/knetworkconf/index.docbook index c6cfc5a337c..ec3207afc1e 100644 --- a/tde-i18n-da/docs/tdeadmin/knetworkconf/index.docbook +++ b/tde-i18n-da/docs/tdeadmin/knetworkconf/index.docbook @@ -1001,7 +1001,7 @@ format="PNG"/> >Anbefales kun for avancerede brugere. Ellers er det ikke svært at kompilere &knetworkconf;. Følgende kommandoer skulle gøre det:</para> <screen ->./configure --prefix=$(kde-config --prefix) +>./configure --prefix=$(tde-config --prefix) make make install </screen> diff --git a/tde-i18n-da/docs/tdebase/faq/configkde.docbook b/tde-i18n-da/docs/tdebase/faq/configkde.docbook index 0925f1be75a..7502e5a6b9e 100644 --- a/tde-i18n-da/docs/tdebase/faq/configkde.docbook +++ b/tde-i18n-da/docs/tdebase/faq/configkde.docbook @@ -300,7 +300,7 @@ >TDEDIR</envar > er det præfix &kde; blev installeret til (du kan finde ud af dette ved at bruge kommandoen <userinput ><command ->kde-config</command +>tde-config</command > --prefix</userinput >).</para> <para diff --git a/tde-i18n-da/docs/tdebase/kate/advanced.docbook b/tde-i18n-da/docs/tdebase/kate/advanced.docbook index 04e673c9f9b..fbe560fe40e 100644 --- a/tde-i18n-da/docs/tdebase/kate/advanced.docbook +++ b/tde-i18n-da/docs/tdebase/kate/advanced.docbook @@ -1288,7 +1288,7 @@ >. Kravet er at scriptet placeres i en mappe hvor &kate; kan finde det, sammen med en valgfri .desktop-fil som definerer de tilhørende egenskaber. Den gyldige mappe hedder <filename >katepart/scripts</filename > i &kde;'s datamapper. Du kan finde datamapperne ved at udføre kommandoen <command ->kde-config <option +>tde-config <option >--path</option > <parameter >data</parameter diff --git a/tde-i18n-da/docs/tdebase/userguide/index.docbook b/tde-i18n-da/docs/tdebase/userguide/index.docbook index f4804e2defa..783f77a9b9f 100644 --- a/tde-i18n-da/docs/tdebase/userguide/index.docbook +++ b/tde-i18n-da/docs/tdebase/userguide/index.docbook @@ -267,7 +267,7 @@ ><para >&kde; installeres i sit eget mappetræ som du kan finde ved at køre kommandoen <userinput ><command ->kde-config</command +>tde-config</command > <option >--prefix</option ></userinput diff --git a/tde-i18n-da/docs/tdebase/userguide/under-the-hood.docbook b/tde-i18n-da/docs/tdebase/userguide/under-the-hood.docbook index df6a7d08c65..6b82fec03b6 100644 --- a/tde-i18n-da/docs/tdebase/userguide/under-the-hood.docbook +++ b/tde-i18n-da/docs/tdebase/userguide/under-the-hood.docbook @@ -61,7 +61,7 @@ LastFile=/var/tmp/test.txt</programlisting> >) og de globale er i undermappen <filename class="directory" >share/config</filename > i &kde;'s installationssøgesti. (Du kan finde søgestien ved at køre kommandoen <command ->kde-config --prefix</command +>tde-config --prefix</command >.) Filnavnene slutter typisk med rc (uden indledende punktum), for eksempel <filename >kopeterc</filename >.</para> diff --git a/tde-i18n-da/docs/tdeedu/kgeography/index.docbook b/tde-i18n-da/docs/tdeedu/kgeography/index.docbook index e9c40dd122b..132f01d8192 100644 --- a/tde-i18n-da/docs/tdeedu/kgeography/index.docbook +++ b/tde-i18n-da/docs/tdeedu/kgeography/index.docbook @@ -606,7 +606,7 @@ guide the parent/teacher on how to help the child using it. ></filename > er, skriv så blot <userinput ><command ->kde-config</command +>tde-config</command > <option >--prefix</option ></userinput diff --git a/tde-i18n-da/docs/tdenetwork/lisa/index.docbook b/tde-i18n-da/docs/tdenetwork/lisa/index.docbook index 1dfbe81d47f..002fb629f3a 100644 --- a/tde-i18n-da/docs/tdenetwork/lisa/index.docbook +++ b/tde-i18n-da/docs/tdenetwork/lisa/index.docbook @@ -747,7 +747,7 @@ MaxPingsAtOnce = 256 #send op til 256 ICMP-ekkoforespørgsler >lisarc</filename > i hver mappe som returneres ved at køre <userinput ><command ->kde-config</command +>tde-config</command > <option >--path</option > <parameter diff --git a/tde-i18n-da/messages/tdelibs/tdelibs.po b/tde-i18n-da/messages/tdelibs/tdelibs.po index 67041c6d86a..1e7ffaebfd0 100644 --- a/tde-i18n-da/messages/tdelibs/tdelibs.po +++ b/tde-i18n-da/messages/tdelibs/tdelibs.po @@ -9534,153 +9534,153 @@ msgstr "Hvad er &dette?" msgid "Tip of the &Day" msgstr "&Dagens vink" -#: tdecore/kde-config.cpp.in:14 +#: tdecore/tde-config.cpp.in:14 msgid "A little program to output installation paths" msgstr "Et lille program til at vise installationsstier" -#: tdecore/kde-config.cpp.in:18 +#: tdecore/tde-config.cpp.in:18 msgid "expand ${prefix} and ${exec_prefix} in output" msgstr "ekspandér ${prefix} og ${exec_prefix} i uddata" -#: tdecore/kde-config.cpp.in:19 +#: tdecore/tde-config.cpp.in:19 msgid "Compiled in prefix for KDE libraries" msgstr "Kompilerede prefix ind for KDE-biblioteker" -#: tdecore/kde-config.cpp.in:20 +#: tdecore/tde-config.cpp.in:20 msgid "Compiled in exec_prefix for KDE libraries" msgstr "Kompilerede exec_prefix ind for KDE-biblioteker" -#: tdecore/kde-config.cpp.in:21 +#: tdecore/tde-config.cpp.in:21 msgid "Compiled in library path suffix" msgstr "Kompilerede biblioteksstiendelse ind" -#: tdecore/kde-config.cpp.in:22 +#: tdecore/tde-config.cpp.in:22 msgid "Prefix in $HOME used to write files" msgstr "Præfix i $HOME brugt til skrive filer" -#: tdecore/kde-config.cpp.in:23 +#: tdecore/tde-config.cpp.in:23 msgid "Compiled in version string for KDE libraries" msgstr "Kompilerede versionsstreng ind for KDE-biblioteker" -#: tdecore/kde-config.cpp.in:24 +#: tdecore/tde-config.cpp.in:24 msgid "Available KDE resource types" msgstr "Tilgængelige typer af KDE-ressourcer" -#: tdecore/kde-config.cpp.in:25 +#: tdecore/tde-config.cpp.in:25 msgid "Search path for resource type" msgstr "Søgesti for ressourcetype" -#: tdecore/kde-config.cpp.in:26 +#: tdecore/tde-config.cpp.in:26 msgid "User path: desktop|autostart|trash|document" msgstr "Brugersti: desktop|autostart|trash|document" -#: tdecore/kde-config.cpp.in:27 +#: tdecore/tde-config.cpp.in:27 msgid "Prefix to install resource files to" msgstr "Præfix at installere ressourcefiler til" -#: tdecore/kde-config.cpp.in:168 +#: tdecore/tde-config.cpp.in:168 msgid "Applications menu (.desktop files)" msgstr "Programmenu (.desktop-filer)" -#: tdecore/kde-config.cpp.in:169 +#: tdecore/tde-config.cpp.in:169 msgid "CGIs to run from kdehelp" msgstr "CGI'er at køre fra kdehelp" -#: tdecore/kde-config.cpp.in:170 +#: tdecore/tde-config.cpp.in:170 msgid "Configuration files" msgstr "Indstillingsfiler" -#: tdecore/kde-config.cpp.in:171 +#: tdecore/tde-config.cpp.in:171 msgid "Where applications store data" msgstr "Hvor programmer opbevarer data" -#: tdecore/kde-config.cpp.in:172 +#: tdecore/tde-config.cpp.in:172 msgid "Executables in $prefix/bin" msgstr "Kørbare programmer i $prefix/bin" -#: tdecore/kde-config.cpp.in:173 +#: tdecore/tde-config.cpp.in:173 msgid "HTML documentation" msgstr "HTML-dokumentation" -#: tdecore/kde-config.cpp.in:174 +#: tdecore/tde-config.cpp.in:174 msgid "Icons" msgstr "Ikoner" -#: tdecore/kde-config.cpp.in:175 +#: tdecore/tde-config.cpp.in:175 msgid "Configuration description files" msgstr "Beskrivelsesfiler for indstilling" -#: tdecore/kde-config.cpp.in:176 +#: tdecore/tde-config.cpp.in:176 msgid "Libraries" msgstr "Biblioteker" -#: tdecore/kde-config.cpp.in:177 +#: tdecore/tde-config.cpp.in:177 msgid "Includes/Headers" msgstr "Includes/Headers" -#: tdecore/kde-config.cpp.in:178 +#: tdecore/tde-config.cpp.in:178 msgid "Translation files for KLocale" msgstr "Oversættelsesfiler for KLocale" -#: tdecore/kde-config.cpp.in:179 +#: tdecore/tde-config.cpp.in:179 msgid "Mime types" msgstr "Mimetyper" -#: tdecore/kde-config.cpp.in:180 +#: tdecore/tde-config.cpp.in:180 msgid "Loadable modules" msgstr "Indlæselige moduler" -#: tdecore/kde-config.cpp.in:181 +#: tdecore/tde-config.cpp.in:181 msgid "Qt plugins" msgstr "Qt-plugin" -#: tdecore/kde-config.cpp.in:182 +#: tdecore/tde-config.cpp.in:182 msgid "Services" msgstr "Tjenester" -#: tdecore/kde-config.cpp.in:183 +#: tdecore/tde-config.cpp.in:183 msgid "Service types" msgstr "Tjenestetyper" -#: tdecore/kde-config.cpp.in:184 +#: tdecore/tde-config.cpp.in:184 msgid "Application sounds" msgstr "Programlyde" -#: tdecore/kde-config.cpp.in:185 +#: tdecore/tde-config.cpp.in:185 msgid "Templates" msgstr "Skabeloner" -#: tdecore/kde-config.cpp.in:186 +#: tdecore/tde-config.cpp.in:186 msgid "Wallpapers" msgstr "Tapeter" -#: tdecore/kde-config.cpp.in:187 +#: tdecore/tde-config.cpp.in:187 msgid "XDG Application menu (.desktop files)" msgstr "XDG-programmenu (.desktop-filer)" -#: tdecore/kde-config.cpp.in:188 +#: tdecore/tde-config.cpp.in:188 msgid "XDG Menu descriptions (.directory files)" msgstr "XDG menubeskrivelser (.directory-filer)" -#: tdecore/kde-config.cpp.in:189 +#: tdecore/tde-config.cpp.in:189 msgid "XDG Menu layout (.menu files)" msgstr "XDG menulayout (.menu-filer)" -#: tdecore/kde-config.cpp.in:190 +#: tdecore/tde-config.cpp.in:190 msgid "Temporary files (specific for both current host and current user)" msgstr "Midlertidige filer (specifikt både for denne vært og denne bruger)" -#: tdecore/kde-config.cpp.in:191 +#: tdecore/tde-config.cpp.in:191 msgid "UNIX Sockets (specific for both current host and current user)" msgstr "UNIX-sokler (specifikt for både denne vært og denne bruger)" -#: tdecore/kde-config.cpp.in:203 +#: tdecore/tde-config.cpp.in:203 msgid "" "%1 - unknown type\n" msgstr "" "%1 - ukendt type\n" -#: tdecore/kde-config.cpp.in:228 +#: tdecore/tde-config.cpp.in:228 msgid "" "%1 - unknown type of userpath\n" msgstr "" diff --git a/tde-i18n-de/acinclude.m4 b/tde-i18n-de/acinclude.m4 index 68b7ababbca..afd8befc656 100644 --- a/tde-i18n-de/acinclude.m4 +++ b/tde-i18n-de/acinclude.m4 @@ -5006,13 +5006,13 @@ AC_DEFUN([KDE_SET_PREFIX], KDE_SET_DEFAULT_BINDIRS if test "x$prefix" = "xNONE"; then - dnl no prefix given: look for kde-config in the PATH and deduce the prefix from it - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + dnl no prefix given: look for tde-config in the PATH and deduce the prefix from it + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) else - dnl prefix given: look for kde-config, preferrably in prefix, otherwise in PATH + dnl prefix given: look for tde-config, preferrably in prefix, otherwise in PATH kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) PATH="$kde_save_PATH" fi @@ -5028,7 +5028,7 @@ AC_DEFUN([KDE_SET_PREFIX], AC_MSG_CHECKING([where to install]) if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - AC_MSG_RESULT([$prefix (as returned by kde-config)]) + AC_MSG_RESULT([$prefix (as returned by tde-config)]) else dnl --prefix was given. Compare prefixes and warn (in configure.in.bot.end) if different given_prefix=$prefix diff --git a/tde-i18n-de/configure b/tde-i18n-de/configure index a25295f8c05..d0d49dd0b2f 100755 --- a/tde-i18n-de/configure +++ b/tde-i18n-de/configure @@ -3750,12 +3750,12 @@ done if test "x$prefix" = "xNONE"; then - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3774,16 +3774,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3803,10 +3803,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3822,12 +3822,12 @@ echo "${ECHO_T}$kde_cv_path" >&6; } kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3846,16 +3846,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3875,10 +3875,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3911,8 +3911,8 @@ echo "$as_me: error: $KDECONFIG --prefix outputed the non existant prefix '$kde_ echo $ECHO_N "checking where to install... $ECHO_C" >&6; } if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - { echo "$as_me:$LINENO: result: $prefix (as returned by kde-config)" >&5 -echo "${ECHO_T}$prefix (as returned by kde-config)" >&6; } + { echo "$as_me:$LINENO: result: $prefix (as returned by tde-config)" >&5 +echo "${ECHO_T}$prefix (as returned by tde-config)" >&6; } else given_prefix=$prefix { echo "$as_me:$LINENO: result: $prefix (as requested)" >&5 @@ -6313,7 +6313,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-de/configure.in b/tde-i18n-de/configure.in index 5a48ce8beaa..eb061983263 100644 --- a/tde-i18n-de/configure.in +++ b/tde-i18n-de/configure.in @@ -334,7 +334,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-de/docs/tdeadmin/knetworkconf/index.docbook b/tde-i18n-de/docs/tdeadmin/knetworkconf/index.docbook index d3f8e3d813a..fe098b42e4b 100644 --- a/tde-i18n-de/docs/tdeadmin/knetworkconf/index.docbook +++ b/tde-i18n-de/docs/tdeadmin/knetworkconf/index.docbook @@ -1015,7 +1015,7 @@ format="PNG"/> >Dies wird nur erfahrenen Anwendern empfohlen. Es ist allerdings nicht schwierig, &knetworkconf; zu kompilieren. Die folgenden Befehle sollten dies leisten.</para> <screen ->./configure --prefix=$(kde-config --prefix) +>./configure --prefix=$(tde-config --prefix) make make install </screen> diff --git a/tde-i18n-de/docs/tdebase/faq/configkde.docbook b/tde-i18n-de/docs/tdebase/faq/configkde.docbook index f164b88429f..528807e9964 100644 --- a/tde-i18n-de/docs/tdebase/faq/configkde.docbook +++ b/tde-i18n-de/docs/tdebase/faq/configkde.docbook @@ -300,7 +300,7 @@ >TDEDIR</envar > ist hier das Präfix, das angibt, wo &kde; installiert wurde. Diese Angabe wird mit dem Befehl <userinput ><command ->kde-config</command +>tde-config</command > --prefix</userinput > angezeigt.</para> <para diff --git a/tde-i18n-de/docs/tdebase/kate/advanced.docbook b/tde-i18n-de/docs/tdebase/kate/advanced.docbook index be869a2f862..261b893024d 100644 --- a/tde-i18n-de/docs/tdebase/kate/advanced.docbook +++ b/tde-i18n-de/docs/tdebase/kate/advanced.docbook @@ -1320,7 +1320,7 @@ > benutzt werden. Folgende Voraussetzungen müssen erfüllt sein: das Script muss sich in einem Ordner befinden, in dem &kate; es finden kann, zusammen mit der eventuell vorhandenen .desktop-Datei, die die Eigenschaften definiert. Die gültigen Ordner sind mit <filename >katepart/scripts</filename > in den &kde; Datenordnern bezeichnet. Sie können herausfinden, welche Ordner dies sind, indem Sie den Befehl <command ->kde-config <option +>tde-config <option >--path</option > <parameter >data</parameter diff --git a/tde-i18n-de/docs/tdebase/userguide/index.docbook b/tde-i18n-de/docs/tdebase/userguide/index.docbook index 0fd5979a602..68d61a39fe3 100644 --- a/tde-i18n-de/docs/tdebase/userguide/index.docbook +++ b/tde-i18n-de/docs/tdebase/userguide/index.docbook @@ -309,7 +309,7 @@ ><para >&kde; wird in einen eigenen Ordnerbaum installiert, den Sie über den Befehl <userinput ><command ->kde-config</command +>tde-config</command ><option >--prefix</option ></userinput diff --git a/tde-i18n-de/docs/tdebase/userguide/under-the-hood.docbook b/tde-i18n-de/docs/tdebase/userguide/under-the-hood.docbook index b871724163d..4d467a5b652 100644 --- a/tde-i18n-de/docs/tdebase/userguide/under-the-hood.docbook +++ b/tde-i18n-de/docs/tdebase/userguide/under-the-hood.docbook @@ -61,7 +61,7 @@ LastFile=/var/tmp/test.txt</programlisting> >. Die globalen Konfigurationsdateien liegen im Unterordner <filename class="directory" >share/config</filename > des Installationspfades von &kde;. Den Installationspfad können Sie durch Ausführen des Befehls <command ->kde-config --prefix</command +>tde-config --prefix</command > herausfinden. Die Konfigurationsdateien besitzen in den meisten Fällen einen Namen, der mit der Zeichenfolge rc endet (ohne einen vorangehenden Punkt!), beispielsweise <filename >kopeterc</filename >.</para> diff --git a/tde-i18n-de/docs/tdeedu/kgeography/index.docbook b/tde-i18n-de/docs/tdeedu/kgeography/index.docbook index 1454f40f7a8..eedf4abe6d8 100644 --- a/tde-i18n-de/docs/tdeedu/kgeography/index.docbook +++ b/tde-i18n-de/docs/tdeedu/kgeography/index.docbook @@ -622,7 +622,7 @@ guide the parent/teacher on how to help the child using it. ></filename > Ihrer Installation nicht kennen, geben Sie den Befehl <userinput ><command ->kde-config</command +>tde-config</command > <option >--prefix</option ></userinput diff --git a/tde-i18n-de/docs/tdenetwork/lisa/index.docbook b/tde-i18n-de/docs/tdenetwork/lisa/index.docbook index a4029c229bd..126f05c1a8f 100644 --- a/tde-i18n-de/docs/tdenetwork/lisa/index.docbook +++ b/tde-i18n-de/docs/tdenetwork/lisa/index.docbook @@ -767,7 +767,7 @@ MaxPingsAtOnce = 256 #bis zu 256 ICMP-Echo-Anfragen werden au >lisarc</filename > in jedem vom Befehl <userinput ><command ->kde-config</command +>tde-config</command > <option >--path</option > <parameter diff --git a/tde-i18n-de/docs/tdepim/akregator/Makefile b/tde-i18n-de/docs/tdepim/akregator/Makefile index 7d4f39f2d3f..725c5cad90d 100644 --- a/tde-i18n-de/docs/tdepim/akregator/Makefile +++ b/tde-i18n-de/docs/tdepim/akregator/Makefile @@ -90,7 +90,7 @@ INSTALL_SCRIPT = ${INSTALL} INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s KCFG_DEPENDENCIES = $(KCONFIG_COMPILER) KCONFIG_COMPILER = /opt/kde-3.5/bin/kconfig_compiler -KDECONFIG = /opt/kde-3.5/bin/kde-config +KDECONFIG = /opt/kde-3.5/bin/tde-config KDE_EXTRA_RPATH = KDE_RPATH = -R $(libdir) -R $(kde_libraries) KDE_XSL_STYLESHEET = /opt/kde-3.5/share/apps/ksgmltools2/customization/kde-chunk.xsl diff --git a/tde-i18n-de/messages/tdelibs/tdelibs.po b/tde-i18n-de/messages/tdelibs/tdelibs.po index b83c51c081f..b4ff2f9ffb0 100644 --- a/tde-i18n-de/messages/tdelibs/tdelibs.po +++ b/tde-i18n-de/messages/tdelibs/tdelibs.po @@ -9631,154 +9631,154 @@ msgstr "Was ist &das?" msgid "Tip of the &Day" msgstr "&Tipp des Tages" -#: tdecore/kde-config.cpp.in:14 +#: tdecore/tde-config.cpp.in:14 msgid "A little program to output installation paths" msgstr "Ein kleines Programm zur Ausgabe von Installationspfaden" -#: tdecore/kde-config.cpp.in:18 +#: tdecore/tde-config.cpp.in:18 msgid "expand ${prefix} and ${exec_prefix} in output" msgstr "${prefix} und ${exec_prefix} bei der Ausgabe expandieren" -#: tdecore/kde-config.cpp.in:19 +#: tdecore/tde-config.cpp.in:19 msgid "Compiled in prefix for KDE libraries" msgstr "Bei der Kompilierung gesetztes \"prefix\" für die KDE-Bibliotheken" -#: tdecore/kde-config.cpp.in:20 +#: tdecore/tde-config.cpp.in:20 msgid "Compiled in exec_prefix for KDE libraries" msgstr "" "Bei der Kompilierung gesetztes \"exec_prefix\" für die KDE-Bibliotheken" -#: tdecore/kde-config.cpp.in:21 +#: tdecore/tde-config.cpp.in:21 msgid "Compiled in library path suffix" msgstr "Bei der Kompilierung gesetztes \"library path suffix\"" -#: tdecore/kde-config.cpp.in:22 +#: tdecore/tde-config.cpp.in:22 msgid "Prefix in $HOME used to write files" msgstr "In $HOME verwendetes Präfix, in dem Dateien abgelegt werden" -#: tdecore/kde-config.cpp.in:23 +#: tdecore/tde-config.cpp.in:23 msgid "Compiled in version string for KDE libraries" msgstr "Bei der Kompilierung gesetzte Versionsangabe für die KDE-Bibliotheken" -#: tdecore/kde-config.cpp.in:24 +#: tdecore/tde-config.cpp.in:24 msgid "Available KDE resource types" msgstr "Verfügbare KDE-Ressourcen-Typen" -#: tdecore/kde-config.cpp.in:25 +#: tdecore/tde-config.cpp.in:25 msgid "Search path for resource type" msgstr "Suchpfad für diesen Ressourcen-Typ" -#: tdecore/kde-config.cpp.in:26 +#: tdecore/tde-config.cpp.in:26 msgid "User path: desktop|autostart|trash|document" msgstr "Benutzerdefinierter Pfad: desktop|autostart|trash|document" -#: tdecore/kde-config.cpp.in:27 +#: tdecore/tde-config.cpp.in:27 msgid "Prefix to install resource files to" msgstr "Präfix, in dem Ressourcen-Dateien abgelegt werden" -#: tdecore/kde-config.cpp.in:168 +#: tdecore/tde-config.cpp.in:168 msgid "Applications menu (.desktop files)" msgstr "Anwendungsmenü (.desktop-Dateien)" -#: tdecore/kde-config.cpp.in:169 +#: tdecore/tde-config.cpp.in:169 msgid "CGIs to run from kdehelp" msgstr "CGIs, die von kdehelp ausgeführt werden" -#: tdecore/kde-config.cpp.in:170 +#: tdecore/tde-config.cpp.in:170 msgid "Configuration files" msgstr "Konfigurationsdateien" -#: tdecore/kde-config.cpp.in:171 +#: tdecore/tde-config.cpp.in:171 msgid "Where applications store data" msgstr "Dort speichern die Anwendungen ihre Daten" -#: tdecore/kde-config.cpp.in:172 +#: tdecore/tde-config.cpp.in:172 msgid "Executables in $prefix/bin" msgstr "Ausführbare Dateien in $prefix/bin" -#: tdecore/kde-config.cpp.in:173 +#: tdecore/tde-config.cpp.in:173 msgid "HTML documentation" msgstr "HTML-Dokumentation" -#: tdecore/kde-config.cpp.in:174 +#: tdecore/tde-config.cpp.in:174 msgid "Icons" msgstr "Symbole" -#: tdecore/kde-config.cpp.in:175 +#: tdecore/tde-config.cpp.in:175 msgid "Configuration description files" msgstr "Konfigurationsbeschreibungsdateien" -#: tdecore/kde-config.cpp.in:176 +#: tdecore/tde-config.cpp.in:176 msgid "Libraries" msgstr "Bibliotheken" -#: tdecore/kde-config.cpp.in:177 +#: tdecore/tde-config.cpp.in:177 msgid "Includes/Headers" msgstr "Include- und Header-Dateien" -#: tdecore/kde-config.cpp.in:178 +#: tdecore/tde-config.cpp.in:178 msgid "Translation files for KLocale" msgstr "Übersetzungsdateien für KLocale" -#: tdecore/kde-config.cpp.in:179 +#: tdecore/tde-config.cpp.in:179 msgid "Mime types" msgstr "Mime-Typen" -#: tdecore/kde-config.cpp.in:180 +#: tdecore/tde-config.cpp.in:180 msgid "Loadable modules" msgstr "Ladbare Module" -#: tdecore/kde-config.cpp.in:181 +#: tdecore/tde-config.cpp.in:181 msgid "Qt plugins" msgstr "Qt-Plugins" -#: tdecore/kde-config.cpp.in:182 +#: tdecore/tde-config.cpp.in:182 msgid "Services" msgstr "Dienste" -#: tdecore/kde-config.cpp.in:183 +#: tdecore/tde-config.cpp.in:183 msgid "Service types" msgstr "Diensttypen" -#: tdecore/kde-config.cpp.in:184 +#: tdecore/tde-config.cpp.in:184 msgid "Application sounds" msgstr "Anwendungsklänge" -#: tdecore/kde-config.cpp.in:185 +#: tdecore/tde-config.cpp.in:185 msgid "Templates" msgstr "Vorlagen" -#: tdecore/kde-config.cpp.in:186 +#: tdecore/tde-config.cpp.in:186 msgid "Wallpapers" msgstr "Hintergrundbilder" -#: tdecore/kde-config.cpp.in:187 +#: tdecore/tde-config.cpp.in:187 msgid "XDG Application menu (.desktop files)" msgstr "XDG-Anwendungsmenü (.desktop-Dateien)" -#: tdecore/kde-config.cpp.in:188 +#: tdecore/tde-config.cpp.in:188 msgid "XDG Menu descriptions (.directory files)" msgstr "XDG-Menübeschreibungen (.directory-Dateien)" -#: tdecore/kde-config.cpp.in:189 +#: tdecore/tde-config.cpp.in:189 msgid "XDG Menu layout (.menu files)" msgstr "XDG-Menüanordnung (.menu-Dateien)" -#: tdecore/kde-config.cpp.in:190 +#: tdecore/tde-config.cpp.in:190 msgid "Temporary files (specific for both current host and current user)" msgstr "Temporäre Dateien (rechnerspezifische und benutzerspezifische)" -#: tdecore/kde-config.cpp.in:191 +#: tdecore/tde-config.cpp.in:191 msgid "UNIX Sockets (specific for both current host and current user)" msgstr "UNIX-Sockets (rechnerspezifische und benutzerspezifische)" -#: tdecore/kde-config.cpp.in:203 +#: tdecore/tde-config.cpp.in:203 msgid "" "%1 - unknown type\n" msgstr "" "%1 - unbekannter Typ\n" -#: tdecore/kde-config.cpp.in:228 +#: tdecore/tde-config.cpp.in:228 msgid "" "%1 - unknown type of userpath\n" msgstr "" diff --git a/tde-i18n-el/acinclude.m4 b/tde-i18n-el/acinclude.m4 index 68b7ababbca..afd8befc656 100644 --- a/tde-i18n-el/acinclude.m4 +++ b/tde-i18n-el/acinclude.m4 @@ -5006,13 +5006,13 @@ AC_DEFUN([KDE_SET_PREFIX], KDE_SET_DEFAULT_BINDIRS if test "x$prefix" = "xNONE"; then - dnl no prefix given: look for kde-config in the PATH and deduce the prefix from it - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + dnl no prefix given: look for tde-config in the PATH and deduce the prefix from it + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) else - dnl prefix given: look for kde-config, preferrably in prefix, otherwise in PATH + dnl prefix given: look for tde-config, preferrably in prefix, otherwise in PATH kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) PATH="$kde_save_PATH" fi @@ -5028,7 +5028,7 @@ AC_DEFUN([KDE_SET_PREFIX], AC_MSG_CHECKING([where to install]) if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - AC_MSG_RESULT([$prefix (as returned by kde-config)]) + AC_MSG_RESULT([$prefix (as returned by tde-config)]) else dnl --prefix was given. Compare prefixes and warn (in configure.in.bot.end) if different given_prefix=$prefix diff --git a/tde-i18n-el/configure b/tde-i18n-el/configure index 0ffcee41843..25371bf7856 100755 --- a/tde-i18n-el/configure +++ b/tde-i18n-el/configure @@ -3750,12 +3750,12 @@ done if test "x$prefix" = "xNONE"; then - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3774,16 +3774,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3803,10 +3803,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3822,12 +3822,12 @@ echo "${ECHO_T}$kde_cv_path" >&6; } kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3846,16 +3846,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3875,10 +3875,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3911,8 +3911,8 @@ echo "$as_me: error: $KDECONFIG --prefix outputed the non existant prefix '$kde_ echo $ECHO_N "checking where to install... $ECHO_C" >&6; } if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - { echo "$as_me:$LINENO: result: $prefix (as returned by kde-config)" >&5 -echo "${ECHO_T}$prefix (as returned by kde-config)" >&6; } + { echo "$as_me:$LINENO: result: $prefix (as returned by tde-config)" >&5 +echo "${ECHO_T}$prefix (as returned by tde-config)" >&6; } else given_prefix=$prefix { echo "$as_me:$LINENO: result: $prefix (as requested)" >&5 @@ -5425,7 +5425,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-el/configure.in b/tde-i18n-el/configure.in index da66c494554..c302dd521b5 100644 --- a/tde-i18n-el/configure.in +++ b/tde-i18n-el/configure.in @@ -38,7 +38,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-el/messages/tdelibs/tdelibs.po b/tde-i18n-el/messages/tdelibs/tdelibs.po index 22f0e3b3ecd..44cbbba929d 100644 --- a/tde-i18n-el/messages/tdelibs/tdelibs.po +++ b/tde-i18n-el/messages/tdelibs/tdelibs.po @@ -9616,153 +9616,153 @@ msgstr "Τι είναι &αυτό;" msgid "Tip of the &Day" msgstr "&Συμβουλή της ημέρας" -#: tdecore/kde-config.cpp.in:14 +#: tdecore/tde-config.cpp.in:14 msgid "A little program to output installation paths" msgstr "Ένα προγραμματάκι για την εμφάνιση των διαδρομών εγκατάστασης" -#: tdecore/kde-config.cpp.in:18 +#: tdecore/tde-config.cpp.in:18 msgid "expand ${prefix} and ${exec_prefix} in output" msgstr "επέκταση των ${prefix} και ${exec_prefix} στην έξοδο" -#: tdecore/kde-config.cpp.in:19 +#: tdecore/tde-config.cpp.in:19 msgid "Compiled in prefix for KDE libraries" msgstr "Προκαθορισμένο prefix για τις βιβλιοθήκες του KDE" -#: tdecore/kde-config.cpp.in:20 +#: tdecore/tde-config.cpp.in:20 msgid "Compiled in exec_prefix for KDE libraries" msgstr "Προκαθορισμένο exec_prefix για τις βιβλιοθήκες του KDE" -#: tdecore/kde-config.cpp.in:21 +#: tdecore/tde-config.cpp.in:21 msgid "Compiled in library path suffix" msgstr "Προκαθορισμένη κατάληξη για τη διαδρομή των βιβλιοθηκών" -#: tdecore/kde-config.cpp.in:22 +#: tdecore/tde-config.cpp.in:22 msgid "Prefix in $HOME used to write files" msgstr "Πρόθεμα στο $HOME που χρησιμοποιείται για την εγγραφή αρχείων" -#: tdecore/kde-config.cpp.in:23 +#: tdecore/tde-config.cpp.in:23 msgid "Compiled in version string for KDE libraries" msgstr "Προκαθορισμένη συμβολοσειρά έκδοσης για τις βιβλιοθήκες του KDE" -#: tdecore/kde-config.cpp.in:24 +#: tdecore/tde-config.cpp.in:24 msgid "Available KDE resource types" msgstr "Διαθέσιμοι τύποι πόρων του KDE" -#: tdecore/kde-config.cpp.in:25 +#: tdecore/tde-config.cpp.in:25 msgid "Search path for resource type" msgstr "Διαδρομή αναζήτησης για τύπους πόρων" -#: tdecore/kde-config.cpp.in:26 +#: tdecore/tde-config.cpp.in:26 msgid "User path: desktop|autostart|trash|document" msgstr "Διαδρομή χρήστη: desktop|autostart|trash|document" -#: tdecore/kde-config.cpp.in:27 +#: tdecore/tde-config.cpp.in:27 msgid "Prefix to install resource files to" msgstr "Prefix για την εγκατάσταση αρχείων πόρων" -#: tdecore/kde-config.cpp.in:168 +#: tdecore/tde-config.cpp.in:168 msgid "Applications menu (.desktop files)" msgstr "Μενού Εφαρμογών (αρχεία .desktop)" -#: tdecore/kde-config.cpp.in:169 +#: tdecore/tde-config.cpp.in:169 msgid "CGIs to run from kdehelp" msgstr "CGIs που θα εκτελεστούν από το kdehelp" -#: tdecore/kde-config.cpp.in:170 +#: tdecore/tde-config.cpp.in:170 msgid "Configuration files" msgstr "Αρχεία ρυθμίσεων" -#: tdecore/kde-config.cpp.in:171 +#: tdecore/tde-config.cpp.in:171 msgid "Where applications store data" msgstr "Εκεί όπου οι εφαρμογές αποθηκεύουν δεδομένα" -#: tdecore/kde-config.cpp.in:172 +#: tdecore/tde-config.cpp.in:172 msgid "Executables in $prefix/bin" msgstr "Εκτελέσιμα στο $prefix/bin" -#: tdecore/kde-config.cpp.in:173 +#: tdecore/tde-config.cpp.in:173 msgid "HTML documentation" msgstr "Τεκμηρίωση HTML" -#: tdecore/kde-config.cpp.in:174 +#: tdecore/tde-config.cpp.in:174 msgid "Icons" msgstr "Εικονίδια" -#: tdecore/kde-config.cpp.in:175 +#: tdecore/tde-config.cpp.in:175 msgid "Configuration description files" msgstr "Αρχείο περιγραφής ρυθμίσεων" -#: tdecore/kde-config.cpp.in:176 +#: tdecore/tde-config.cpp.in:176 msgid "Libraries" msgstr "Βιβλιοθήκες" -#: tdecore/kde-config.cpp.in:177 +#: tdecore/tde-config.cpp.in:177 msgid "Includes/Headers" msgstr "Includes/Headers" -#: tdecore/kde-config.cpp.in:178 +#: tdecore/tde-config.cpp.in:178 msgid "Translation files for KLocale" msgstr "Αρχεία μετάφρασης για το KLocale" -#: tdecore/kde-config.cpp.in:179 +#: tdecore/tde-config.cpp.in:179 msgid "Mime types" msgstr "Τύποι Mime" -#: tdecore/kde-config.cpp.in:180 +#: tdecore/tde-config.cpp.in:180 msgid "Loadable modules" msgstr "Αρθρώματα που μπορούν να φορτωθούν" -#: tdecore/kde-config.cpp.in:181 +#: tdecore/tde-config.cpp.in:181 msgid "Qt plugins" msgstr "Πρόσθετα Qt" -#: tdecore/kde-config.cpp.in:182 +#: tdecore/tde-config.cpp.in:182 msgid "Services" msgstr "Υπηρεσίες" -#: tdecore/kde-config.cpp.in:183 +#: tdecore/tde-config.cpp.in:183 msgid "Service types" msgstr "Τύποι υπηρεσιών" -#: tdecore/kde-config.cpp.in:184 +#: tdecore/tde-config.cpp.in:184 msgid "Application sounds" msgstr "Ήχοι εφαρμογής" -#: tdecore/kde-config.cpp.in:185 +#: tdecore/tde-config.cpp.in:185 msgid "Templates" msgstr "Πρότυπα" -#: tdecore/kde-config.cpp.in:186 +#: tdecore/tde-config.cpp.in:186 msgid "Wallpapers" msgstr "Ταπετσαρίες" -#: tdecore/kde-config.cpp.in:187 +#: tdecore/tde-config.cpp.in:187 msgid "XDG Application menu (.desktop files)" msgstr "Μενού XDG Εφαρμογών (αρχεία .desktop)" -#: tdecore/kde-config.cpp.in:188 +#: tdecore/tde-config.cpp.in:188 msgid "XDG Menu descriptions (.directory files)" msgstr "Περιγραφές XDG μενού (αρχεία .directory)" -#: tdecore/kde-config.cpp.in:189 +#: tdecore/tde-config.cpp.in:189 msgid "XDG Menu layout (.menu files)" msgstr "Διάταξη XDG μενού (αρχεία .menu)" -#: tdecore/kde-config.cpp.in:190 +#: tdecore/tde-config.cpp.in:190 msgid "Temporary files (specific for both current host and current user)" msgstr "Προσωρινά αρχεία (για αυτόν τον υπολογιστή και αυτόν το χρήστη)" -#: tdecore/kde-config.cpp.in:191 +#: tdecore/tde-config.cpp.in:191 msgid "UNIX Sockets (specific for both current host and current user)" msgstr "Υποδοχείς UNIX (για αυτόν τον υπολογιστή και αυτόν το χρήστη)" -#: tdecore/kde-config.cpp.in:203 +#: tdecore/tde-config.cpp.in:203 msgid "" "%1 - unknown type\n" msgstr "" "%1 - άγνωστος τύπος\n" -#: tdecore/kde-config.cpp.in:228 +#: tdecore/tde-config.cpp.in:228 msgid "" "%1 - unknown type of userpath\n" msgstr "" diff --git a/tde-i18n-en_GB/acinclude.m4 b/tde-i18n-en_GB/acinclude.m4 index 68b7ababbca..afd8befc656 100644 --- a/tde-i18n-en_GB/acinclude.m4 +++ b/tde-i18n-en_GB/acinclude.m4 @@ -5006,13 +5006,13 @@ AC_DEFUN([KDE_SET_PREFIX], KDE_SET_DEFAULT_BINDIRS if test "x$prefix" = "xNONE"; then - dnl no prefix given: look for kde-config in the PATH and deduce the prefix from it - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + dnl no prefix given: look for tde-config in the PATH and deduce the prefix from it + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) else - dnl prefix given: look for kde-config, preferrably in prefix, otherwise in PATH + dnl prefix given: look for tde-config, preferrably in prefix, otherwise in PATH kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) PATH="$kde_save_PATH" fi @@ -5028,7 +5028,7 @@ AC_DEFUN([KDE_SET_PREFIX], AC_MSG_CHECKING([where to install]) if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - AC_MSG_RESULT([$prefix (as returned by kde-config)]) + AC_MSG_RESULT([$prefix (as returned by tde-config)]) else dnl --prefix was given. Compare prefixes and warn (in configure.in.bot.end) if different given_prefix=$prefix diff --git a/tde-i18n-en_GB/configure b/tde-i18n-en_GB/configure index 03163a3e343..84dcdbd26cd 100755 --- a/tde-i18n-en_GB/configure +++ b/tde-i18n-en_GB/configure @@ -3750,12 +3750,12 @@ done if test "x$prefix" = "xNONE"; then - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3774,16 +3774,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3803,10 +3803,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3822,12 +3822,12 @@ echo "${ECHO_T}$kde_cv_path" >&6; } kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3846,16 +3846,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3875,10 +3875,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3911,8 +3911,8 @@ echo "$as_me: error: $KDECONFIG --prefix outputed the non existant prefix '$kde_ echo $ECHO_N "checking where to install... $ECHO_C" >&6; } if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - { echo "$as_me:$LINENO: result: $prefix (as returned by kde-config)" >&5 -echo "${ECHO_T}$prefix (as returned by kde-config)" >&6; } + { echo "$as_me:$LINENO: result: $prefix (as returned by tde-config)" >&5 +echo "${ECHO_T}$prefix (as returned by tde-config)" >&6; } else given_prefix=$prefix { echo "$as_me:$LINENO: result: $prefix (as requested)" >&5 @@ -5830,7 +5830,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-en_GB/configure.in b/tde-i18n-en_GB/configure.in index f82291f60bc..8e5420d0802 100644 --- a/tde-i18n-en_GB/configure.in +++ b/tde-i18n-en_GB/configure.in @@ -173,7 +173,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-en_GB/docs/tdebase/faq/configkde.docbook b/tde-i18n-en_GB/docs/tdebase/faq/configkde.docbook index 920dc797e07..65168d58065 100644 --- a/tde-i18n-en_GB/docs/tdebase/faq/configkde.docbook +++ b/tde-i18n-en_GB/docs/tdebase/faq/configkde.docbook @@ -298,7 +298,7 @@ >TDEDIR</envar > is the prefix &kde; was installed to (you can find this out using the command <userinput ><command ->kde-config</command +>tde-config</command > --prefix</userinput >).</para> <para diff --git a/tde-i18n-en_GB/messages/tdelibs/tdelibs.po b/tde-i18n-en_GB/messages/tdelibs/tdelibs.po index 7107a744e57..fbb1dfff75c 100644 --- a/tde-i18n-en_GB/messages/tdelibs/tdelibs.po +++ b/tde-i18n-en_GB/messages/tdelibs/tdelibs.po @@ -9520,153 +9520,153 @@ msgstr "What's &This?" msgid "Tip of the &Day" msgstr "Tip of the &Day" -#: tdecore/kde-config.cpp.in:14 +#: tdecore/tde-config.cpp.in:14 msgid "A little program to output installation paths" msgstr "A little program to output installation paths" -#: tdecore/kde-config.cpp.in:18 +#: tdecore/tde-config.cpp.in:18 msgid "expand ${prefix} and ${exec_prefix} in output" msgstr "expand ${prefix} and ${exec_prefix} in output" -#: tdecore/kde-config.cpp.in:19 +#: tdecore/tde-config.cpp.in:19 msgid "Compiled in prefix for KDE libraries" msgstr "Compiled in prefix for KDE libraries" -#: tdecore/kde-config.cpp.in:20 +#: tdecore/tde-config.cpp.in:20 msgid "Compiled in exec_prefix for KDE libraries" msgstr "Compiled in exec_prefix for KDE libraries" -#: tdecore/kde-config.cpp.in:21 +#: tdecore/tde-config.cpp.in:21 msgid "Compiled in library path suffix" msgstr "Compiled in library path suffix" -#: tdecore/kde-config.cpp.in:22 +#: tdecore/tde-config.cpp.in:22 msgid "Prefix in $HOME used to write files" msgstr "Prefix in $HOME used to write files" -#: tdecore/kde-config.cpp.in:23 +#: tdecore/tde-config.cpp.in:23 msgid "Compiled in version string for KDE libraries" msgstr "Compiled in version string for KDE libraries" -#: tdecore/kde-config.cpp.in:24 +#: tdecore/tde-config.cpp.in:24 msgid "Available KDE resource types" msgstr "Available KDE resource types" -#: tdecore/kde-config.cpp.in:25 +#: tdecore/tde-config.cpp.in:25 msgid "Search path for resource type" msgstr "Search path for resource type" -#: tdecore/kde-config.cpp.in:26 +#: tdecore/tde-config.cpp.in:26 msgid "User path: desktop|autostart|trash|document" msgstr "User path: desktop|autostart|wastebin|document" -#: tdecore/kde-config.cpp.in:27 +#: tdecore/tde-config.cpp.in:27 msgid "Prefix to install resource files to" msgstr "Prefix to install resource files to" -#: tdecore/kde-config.cpp.in:168 +#: tdecore/tde-config.cpp.in:168 msgid "Applications menu (.desktop files)" msgstr "Applications menu (.desktop files)" -#: tdecore/kde-config.cpp.in:169 +#: tdecore/tde-config.cpp.in:169 msgid "CGIs to run from kdehelp" msgstr "CGIs to run from kdehelp" -#: tdecore/kde-config.cpp.in:170 +#: tdecore/tde-config.cpp.in:170 msgid "Configuration files" msgstr "Configuration files" -#: tdecore/kde-config.cpp.in:171 +#: tdecore/tde-config.cpp.in:171 msgid "Where applications store data" msgstr "Where applications store data" -#: tdecore/kde-config.cpp.in:172 +#: tdecore/tde-config.cpp.in:172 msgid "Executables in $prefix/bin" msgstr "Executables in $prefix/bin" -#: tdecore/kde-config.cpp.in:173 +#: tdecore/tde-config.cpp.in:173 msgid "HTML documentation" msgstr "HTML documentation" -#: tdecore/kde-config.cpp.in:174 +#: tdecore/tde-config.cpp.in:174 msgid "Icons" msgstr "Icons" -#: tdecore/kde-config.cpp.in:175 +#: tdecore/tde-config.cpp.in:175 msgid "Configuration description files" msgstr "Configuration description files" -#: tdecore/kde-config.cpp.in:176 +#: tdecore/tde-config.cpp.in:176 msgid "Libraries" msgstr "Libraries" -#: tdecore/kde-config.cpp.in:177 +#: tdecore/tde-config.cpp.in:177 msgid "Includes/Headers" msgstr "Includes/Headers" -#: tdecore/kde-config.cpp.in:178 +#: tdecore/tde-config.cpp.in:178 msgid "Translation files for KLocale" msgstr "Translation files for KLocale" -#: tdecore/kde-config.cpp.in:179 +#: tdecore/tde-config.cpp.in:179 msgid "Mime types" msgstr "Mime types" -#: tdecore/kde-config.cpp.in:180 +#: tdecore/tde-config.cpp.in:180 msgid "Loadable modules" msgstr "Loadable modules" -#: tdecore/kde-config.cpp.in:181 +#: tdecore/tde-config.cpp.in:181 msgid "Qt plugins" msgstr "Qt plugins" -#: tdecore/kde-config.cpp.in:182 +#: tdecore/tde-config.cpp.in:182 msgid "Services" msgstr "Services" -#: tdecore/kde-config.cpp.in:183 +#: tdecore/tde-config.cpp.in:183 msgid "Service types" msgstr "Service types" -#: tdecore/kde-config.cpp.in:184 +#: tdecore/tde-config.cpp.in:184 msgid "Application sounds" msgstr "Application sounds" -#: tdecore/kde-config.cpp.in:185 +#: tdecore/tde-config.cpp.in:185 msgid "Templates" msgstr "Templates" -#: tdecore/kde-config.cpp.in:186 +#: tdecore/tde-config.cpp.in:186 msgid "Wallpapers" msgstr "Wallpapers" -#: tdecore/kde-config.cpp.in:187 +#: tdecore/tde-config.cpp.in:187 msgid "XDG Application menu (.desktop files)" msgstr "XDG Application menu (.desktop files)" -#: tdecore/kde-config.cpp.in:188 +#: tdecore/tde-config.cpp.in:188 msgid "XDG Menu descriptions (.directory files)" msgstr "XDG Menu descriptions (.directory files)" -#: tdecore/kde-config.cpp.in:189 +#: tdecore/tde-config.cpp.in:189 msgid "XDG Menu layout (.menu files)" msgstr "XDG Menu layout (.menu files)" -#: tdecore/kde-config.cpp.in:190 +#: tdecore/tde-config.cpp.in:190 msgid "Temporary files (specific for both current host and current user)" msgstr "Temporary files (specific for both current host and current user)" -#: tdecore/kde-config.cpp.in:191 +#: tdecore/tde-config.cpp.in:191 msgid "UNIX Sockets (specific for both current host and current user)" msgstr "UNIX Sockets (specific for both current host and current user)" -#: tdecore/kde-config.cpp.in:203 +#: tdecore/tde-config.cpp.in:203 msgid "" "%1 - unknown type\n" msgstr "" "%1 - unknown type\n" -#: tdecore/kde-config.cpp.in:228 +#: tdecore/tde-config.cpp.in:228 msgid "" "%1 - unknown type of userpath\n" msgstr "" diff --git a/tde-i18n-eo/acinclude.m4 b/tde-i18n-eo/acinclude.m4 index 68b7ababbca..afd8befc656 100644 --- a/tde-i18n-eo/acinclude.m4 +++ b/tde-i18n-eo/acinclude.m4 @@ -5006,13 +5006,13 @@ AC_DEFUN([KDE_SET_PREFIX], KDE_SET_DEFAULT_BINDIRS if test "x$prefix" = "xNONE"; then - dnl no prefix given: look for kde-config in the PATH and deduce the prefix from it - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + dnl no prefix given: look for tde-config in the PATH and deduce the prefix from it + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) else - dnl prefix given: look for kde-config, preferrably in prefix, otherwise in PATH + dnl prefix given: look for tde-config, preferrably in prefix, otherwise in PATH kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) PATH="$kde_save_PATH" fi @@ -5028,7 +5028,7 @@ AC_DEFUN([KDE_SET_PREFIX], AC_MSG_CHECKING([where to install]) if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - AC_MSG_RESULT([$prefix (as returned by kde-config)]) + AC_MSG_RESULT([$prefix (as returned by tde-config)]) else dnl --prefix was given. Compare prefixes and warn (in configure.in.bot.end) if different given_prefix=$prefix diff --git a/tde-i18n-eo/configure b/tde-i18n-eo/configure index d0518782c64..ebbe2baaed0 100755 --- a/tde-i18n-eo/configure +++ b/tde-i18n-eo/configure @@ -3750,12 +3750,12 @@ done if test "x$prefix" = "xNONE"; then - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3774,16 +3774,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3803,10 +3803,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3822,12 +3822,12 @@ echo "${ECHO_T}$kde_cv_path" >&6; } kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3846,16 +3846,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3875,10 +3875,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3911,8 +3911,8 @@ echo "$as_me: error: $KDECONFIG --prefix outputed the non existant prefix '$kde_ echo $ECHO_N "checking where to install... $ECHO_C" >&6; } if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - { echo "$as_me:$LINENO: result: $prefix (as returned by kde-config)" >&5 -echo "${ECHO_T}$prefix (as returned by kde-config)" >&6; } + { echo "$as_me:$LINENO: result: $prefix (as returned by tde-config)" >&5 +echo "${ECHO_T}$prefix (as returned by tde-config)" >&6; } else given_prefix=$prefix { echo "$as_me:$LINENO: result: $prefix (as requested)" >&5 @@ -5422,7 +5422,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-eo/configure.in b/tde-i18n-eo/configure.in index 37c75b4bfe5..df45579b591 100644 --- a/tde-i18n-eo/configure.in +++ b/tde-i18n-eo/configure.in @@ -37,7 +37,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-eo/messages/tdelibs/tdelibs.po b/tde-i18n-eo/messages/tdelibs/tdelibs.po index ac24aa71093..42c67324952 100644 --- a/tde-i18n-eo/messages/tdelibs/tdelibs.po +++ b/tde-i18n-eo/messages/tdelibs/tdelibs.po @@ -9389,154 +9389,154 @@ msgstr "Kio estas &tio?" msgid "Tip of the &Day" msgstr "Konsileto de la ta&go" -#: tdecore/kde-config.cpp.in:14 +#: tdecore/tde-config.cpp.in:14 msgid "A little program to output installation paths" msgstr "Malgranda programo por eligi instalajn vojojn" -#: tdecore/kde-config.cpp.in:18 +#: tdecore/tde-config.cpp.in:18 msgid "expand ${prefix} and ${exec_prefix} in output" msgstr "" -#: tdecore/kde-config.cpp.in:19 +#: tdecore/tde-config.cpp.in:19 msgid "Compiled in prefix for KDE libraries" msgstr "Enkompilita antaŭvojo por KDE-bibliotekoj" -#: tdecore/kde-config.cpp.in:20 +#: tdecore/tde-config.cpp.in:20 msgid "Compiled in exec_prefix for KDE libraries" msgstr "Enkompilita exec_antaŭvojo por KDE-bibliotekoj" -#: tdecore/kde-config.cpp.in:21 +#: tdecore/tde-config.cpp.in:21 msgid "Compiled in library path suffix" msgstr "Enkompilita finaĵo por biblioteka vojo" -#: tdecore/kde-config.cpp.in:22 +#: tdecore/tde-config.cpp.in:22 msgid "Prefix in $HOME used to write files" msgstr "Antaŭvojo en $HOME por enskribi dosierojn" -#: tdecore/kde-config.cpp.in:23 +#: tdecore/tde-config.cpp.in:23 msgid "Compiled in version string for KDE libraries" msgstr "Enkompilita versia ĉeno por KDE-bibliotekoj" -#: tdecore/kde-config.cpp.in:24 +#: tdecore/tde-config.cpp.in:24 msgid "Available KDE resource types" msgstr "Disponeblaj KDE-aj rimedotipoj" -#: tdecore/kde-config.cpp.in:25 +#: tdecore/tde-config.cpp.in:25 msgid "Search path for resource type" msgstr "Serĉvojo por rimedotipo" -#: tdecore/kde-config.cpp.in:26 +#: tdecore/tde-config.cpp.in:26 msgid "User path: desktop|autostart|trash|document" msgstr "" -#: tdecore/kde-config.cpp.in:27 +#: tdecore/tde-config.cpp.in:27 msgid "Prefix to install resource files to" msgstr "Antaŭvojo por la instalado de rimedodosieroj" -#: tdecore/kde-config.cpp.in:168 +#: tdecore/tde-config.cpp.in:168 msgid "Applications menu (.desktop files)" msgstr "Aplikaĵa menuo (.desktop dosieroj)" -#: tdecore/kde-config.cpp.in:169 +#: tdecore/tde-config.cpp.in:169 msgid "CGIs to run from kdehelp" msgstr "La CGI-oj kiuj devus ruliĝi de « kdehelp »" -#: tdecore/kde-config.cpp.in:170 +#: tdecore/tde-config.cpp.in:170 msgid "Configuration files" msgstr "Agordodosieroj" -#: tdecore/kde-config.cpp.in:171 +#: tdecore/tde-config.cpp.in:171 msgid "Where applications store data" msgstr "Kie aplikaĵoj storas datumojn" -#: tdecore/kde-config.cpp.in:172 +#: tdecore/tde-config.cpp.in:172 msgid "Executables in $prefix/bin" msgstr "Plenumebloj en $prefix/bin" -#: tdecore/kde-config.cpp.in:173 +#: tdecore/tde-config.cpp.in:173 msgid "HTML documentation" msgstr "HTML-dokumentado" -#: tdecore/kde-config.cpp.in:174 +#: tdecore/tde-config.cpp.in:174 msgid "Icons" msgstr "Piktogramoj" -#: tdecore/kde-config.cpp.in:175 +#: tdecore/tde-config.cpp.in:175 msgid "Configuration description files" msgstr "Agordo de priskribaj dosieroj" -#: tdecore/kde-config.cpp.in:176 +#: tdecore/tde-config.cpp.in:176 msgid "Libraries" msgstr "Bibliotekoj" -#: tdecore/kde-config.cpp.in:177 +#: tdecore/tde-config.cpp.in:177 msgid "Includes/Headers" msgstr "Inkludoj/Kapoj" -#: tdecore/kde-config.cpp.in:178 +#: tdecore/tde-config.cpp.in:178 msgid "Translation files for KLocale" msgstr "Tradukaj dosieroj por KLocale" -#: tdecore/kde-config.cpp.in:179 +#: tdecore/tde-config.cpp.in:179 msgid "Mime types" msgstr "Mime-tipoj" -#: tdecore/kde-config.cpp.in:180 +#: tdecore/tde-config.cpp.in:180 msgid "Loadable modules" msgstr "Ŝargeblaj moduloj" -#: tdecore/kde-config.cpp.in:181 +#: tdecore/tde-config.cpp.in:181 msgid "Qt plugins" msgstr "QT kromprogrametoj" -#: tdecore/kde-config.cpp.in:182 +#: tdecore/tde-config.cpp.in:182 msgid "Services" msgstr "Servoj" -#: tdecore/kde-config.cpp.in:183 +#: tdecore/tde-config.cpp.in:183 msgid "Service types" msgstr "Serva tipo" -#: tdecore/kde-config.cpp.in:184 +#: tdecore/tde-config.cpp.in:184 msgid "Application sounds" msgstr "Aplikaĵaj sonoj" -#: tdecore/kde-config.cpp.in:185 +#: tdecore/tde-config.cpp.in:185 msgid "Templates" msgstr "Ŝablonoj" -#: tdecore/kde-config.cpp.in:186 +#: tdecore/tde-config.cpp.in:186 msgid "Wallpapers" msgstr "Ekranfonoj" -#: tdecore/kde-config.cpp.in:187 +#: tdecore/tde-config.cpp.in:187 msgid "XDG Application menu (.desktop files)" msgstr "XDG Aplikaĵa menuo (.desktop dosieroj)" -#: tdecore/kde-config.cpp.in:188 +#: tdecore/tde-config.cpp.in:188 msgid "XDG Menu descriptions (.directory files)" msgstr "XDG menuaj priskriboj (.directory dosieroj)" -#: tdecore/kde-config.cpp.in:189 +#: tdecore/tde-config.cpp.in:189 msgid "XDG Menu layout (.menu files)" msgstr "XDG menua aranĝo (.menu dosieroj)" -#: tdecore/kde-config.cpp.in:190 +#: tdecore/tde-config.cpp.in:190 msgid "Temporary files (specific for both current host and current user)" msgstr "Provizoraj dosieroj (specifa por kaj aktuala gasto kaj aktuala uzanto)" -#: tdecore/kde-config.cpp.in:191 +#: tdecore/tde-config.cpp.in:191 msgid "UNIX Sockets (specific for both current host and current user)" msgstr "" "Unikso-kontaktoskatoloj (specifa por kaj aktuala gasto kaj aktuala uzanto)" -#: tdecore/kde-config.cpp.in:203 +#: tdecore/tde-config.cpp.in:203 msgid "" "%1 - unknown type\n" msgstr "" "%1 - nekonata tipo\n" -#: tdecore/kde-config.cpp.in:228 +#: tdecore/tde-config.cpp.in:228 msgid "" "%1 - unknown type of userpath\n" msgstr "" diff --git a/tde-i18n-es/acinclude.m4 b/tde-i18n-es/acinclude.m4 index 68b7ababbca..afd8befc656 100644 --- a/tde-i18n-es/acinclude.m4 +++ b/tde-i18n-es/acinclude.m4 @@ -5006,13 +5006,13 @@ AC_DEFUN([KDE_SET_PREFIX], KDE_SET_DEFAULT_BINDIRS if test "x$prefix" = "xNONE"; then - dnl no prefix given: look for kde-config in the PATH and deduce the prefix from it - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + dnl no prefix given: look for tde-config in the PATH and deduce the prefix from it + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) else - dnl prefix given: look for kde-config, preferrably in prefix, otherwise in PATH + dnl prefix given: look for tde-config, preferrably in prefix, otherwise in PATH kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) PATH="$kde_save_PATH" fi @@ -5028,7 +5028,7 @@ AC_DEFUN([KDE_SET_PREFIX], AC_MSG_CHECKING([where to install]) if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - AC_MSG_RESULT([$prefix (as returned by kde-config)]) + AC_MSG_RESULT([$prefix (as returned by tde-config)]) else dnl --prefix was given. Compare prefixes and warn (in configure.in.bot.end) if different given_prefix=$prefix diff --git a/tde-i18n-es/configure b/tde-i18n-es/configure index 411b766d94a..a56b73910ee 100755 --- a/tde-i18n-es/configure +++ b/tde-i18n-es/configure @@ -3750,12 +3750,12 @@ done if test "x$prefix" = "xNONE"; then - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3774,16 +3774,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3803,10 +3803,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3822,12 +3822,12 @@ echo "${ECHO_T}$kde_cv_path" >&6; } kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3846,16 +3846,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3875,10 +3875,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3911,8 +3911,8 @@ echo "$as_me: error: $KDECONFIG --prefix outputed the non existant prefix '$kde_ echo $ECHO_N "checking where to install... $ECHO_C" >&6; } if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - { echo "$as_me:$LINENO: result: $prefix (as returned by kde-config)" >&5 -echo "${ECHO_T}$prefix (as returned by kde-config)" >&6; } + { echo "$as_me:$LINENO: result: $prefix (as returned by tde-config)" >&5 +echo "${ECHO_T}$prefix (as returned by tde-config)" >&6; } else given_prefix=$prefix { echo "$as_me:$LINENO: result: $prefix (as requested)" >&5 @@ -6373,7 +6373,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-es/configure.in b/tde-i18n-es/configure.in index 61670cc33e5..d04728f9ea4 100644 --- a/tde-i18n-es/configure.in +++ b/tde-i18n-es/configure.in @@ -354,7 +354,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-es/docs/tdeadmin/knetworkconf/index.docbook b/tde-i18n-es/docs/tdeadmin/knetworkconf/index.docbook index 139549f98a0..ac1ab5d2c96 100644 --- a/tde-i18n-es/docs/tdeadmin/knetworkconf/index.docbook +++ b/tde-i18n-es/docs/tdeadmin/knetworkconf/index.docbook @@ -1004,7 +1004,7 @@ format="PNG"/> >Solo se recomienda a los usuarios avanzados. Por otra parte, compilar &knetworkconf; no es difícil. Las siguientes órdenes deberían ser suficientes.</para> <screen ->./configure --prefix=$(kde-config --prefix) +>./configure --prefix=$(tde-config --prefix) make make install </screen> diff --git a/tde-i18n-es/docs/tdebase/faq/configkde.docbook b/tde-i18n-es/docs/tdebase/faq/configkde.docbook index 51ea8470bf7..8513f065e77 100644 --- a/tde-i18n-es/docs/tdebase/faq/configkde.docbook +++ b/tde-i18n-es/docs/tdebase/faq/configkde.docbook @@ -296,7 +296,7 @@ >TDEDIR</envar > es el lugar en el que instaló &kde; (puede encontrarlo utilizando la orden <userinput ><command ->kde-config</command +>tde-config</command > --prefix</userinput >).</para> <para diff --git a/tde-i18n-es/docs/tdebase/kate/advanced.docbook b/tde-i18n-es/docs/tdebase/kate/advanced.docbook index a7e7fdfddb7..880fa5df159 100644 --- a/tde-i18n-es/docs/tdebase/kate/advanced.docbook +++ b/tde-i18n-es/docs/tdebase/kate/advanced.docbook @@ -1310,7 +1310,7 @@ >. Los requisitos son que el script se sitúen en la carpeta en la que &kate; pueda encontrarlos, junto con un archivo opcional .desktop que define la propiedades relacionadas. La carpeta válida se debe llamar <filename >katepart/scripts</filename > y debe estar en las carpetas de datos de &kde;. Puede encontrar las carpetas de datos ejecutando la orden <command ->kde-config <option +>tde-config <option >--path</option > <parameter >data</parameter diff --git a/tde-i18n-es/docs/tdebase/userguide/index.docbook b/tde-i18n-es/docs/tdebase/userguide/index.docbook index c50ec5e2436..069a18f9c45 100644 --- a/tde-i18n-es/docs/tdebase/userguide/index.docbook +++ b/tde-i18n-es/docs/tdebase/userguide/index.docbook @@ -287,7 +287,7 @@ ><para >&kde; se instala en su propio árbol de carpetas, que puede localizar ejecutando la orden <userinput ><command ->kde-config</command +>tde-config</command > <option >--prefix</option ></userinput diff --git a/tde-i18n-es/docs/tdebase/userguide/under-the-hood.docbook b/tde-i18n-es/docs/tdebase/userguide/under-the-hood.docbook index c3f8f89ae7f..8647d32e2f6 100644 --- a/tde-i18n-es/docs/tdebase/userguide/under-the-hood.docbook +++ b/tde-i18n-es/docs/tdebase/userguide/under-the-hood.docbook @@ -61,7 +61,7 @@ LastFile=/var/tmp/test.txt</programlisting> >) y la global en el subdirectorio <filename class="directory" >share/config</filename > de la ruta de instalación de &kde;. (podrá encontrar esta ruta ejecutando la orden <command ->kde-config --prefix</command +>tde-config --prefix</command >). Usualmente los nombres de los archivos terminan en rc (sin punto inicial), por ejemplo <filename >kopeterc</filename >.</para> diff --git a/tde-i18n-es/docs/tdeedu/kgeography/index.docbook b/tde-i18n-es/docs/tdeedu/kgeography/index.docbook index 6219dff2955..136960e0128 100644 --- a/tde-i18n-es/docs/tdeedu/kgeography/index.docbook +++ b/tde-i18n-es/docs/tdeedu/kgeography/index.docbook @@ -580,7 +580,7 @@ guide the parent/teacher on how to help the child using it. ></filename >. Debemos escribir: <userinput ><command ->kde-config</command +>tde-config</command > <option >--prefix</option ></userinput diff --git a/tde-i18n-es/docs/tdenetwork/lisa/index.docbook b/tde-i18n-es/docs/tdenetwork/lisa/index.docbook index d4a04c71bb1..86a69f47972 100644 --- a/tde-i18n-es/docs/tdenetwork/lisa/index.docbook +++ b/tde-i18n-es/docs/tdenetwork/lisa/index.docbook @@ -749,7 +749,7 @@ MaxPingsAtOnce = 256 #enviar hasta 256 peticiones de eco ICMP >lisarc</filename > en cada carpeta devuelta por ejecutar<userinput ><command ->kde-config</command +>tde-config</command > <option >--path</option > <parameter diff --git a/tde-i18n-es/messages/tdelibs/tdelibs.po b/tde-i18n-es/messages/tdelibs/tdelibs.po index ba8735634d2..9d379a21d71 100644 --- a/tde-i18n-es/messages/tdelibs/tdelibs.po +++ b/tde-i18n-es/messages/tdelibs/tdelibs.po @@ -9599,154 +9599,154 @@ msgstr "¿Qué es &esto?" msgid "Tip of the &Day" msgstr "Sugerencia del &día" -#: tdecore/kde-config.cpp.in:14 +#: tdecore/tde-config.cpp.in:14 msgid "A little program to output installation paths" msgstr "Un pequeño programa para extraer rutas de instalación" -#: tdecore/kde-config.cpp.in:18 +#: tdecore/tde-config.cpp.in:18 msgid "expand ${prefix} and ${exec_prefix} in output" msgstr "expandir ${prefix} y ${exec_prefix} en la salida" -#: tdecore/kde-config.cpp.in:19 +#: tdecore/tde-config.cpp.in:19 msgid "Compiled in prefix for KDE libraries" msgstr "Compilado con el prefijo de las bibliotecas de KDE" -#: tdecore/kde-config.cpp.in:20 +#: tdecore/tde-config.cpp.in:20 msgid "Compiled in exec_prefix for KDE libraries" msgstr "Compilado con el exec_prefix de las bibliotecas de KDE" -#: tdecore/kde-config.cpp.in:21 +#: tdecore/tde-config.cpp.in:21 msgid "Compiled in library path suffix" msgstr "Compilado con el sufijo de la ruta de la biblioteca" -#: tdecore/kde-config.cpp.in:22 +#: tdecore/tde-config.cpp.in:22 msgid "Prefix in $HOME used to write files" msgstr "Usado prefijo en $HOME para escribir archivos" -#: tdecore/kde-config.cpp.in:23 +#: tdecore/tde-config.cpp.in:23 msgid "Compiled in version string for KDE libraries" msgstr "Compilado con la cadena de versión para las bibliotecas de KDE" -#: tdecore/kde-config.cpp.in:24 +#: tdecore/tde-config.cpp.in:24 msgid "Available KDE resource types" msgstr "Disponibles tipos de recursos de KDE" -#: tdecore/kde-config.cpp.in:25 +#: tdecore/tde-config.cpp.in:25 msgid "Search path for resource type" msgstr "Ruta de búsqueda para tipo de recurso" -#: tdecore/kde-config.cpp.in:26 +#: tdecore/tde-config.cpp.in:26 msgid "User path: desktop|autostart|trash|document" msgstr "Ruta de usuario: documento desktop|autostart|trash|" -#: tdecore/kde-config.cpp.in:27 +#: tdecore/tde-config.cpp.in:27 msgid "Prefix to install resource files to" msgstr "Prefijo a usar para instalar los archivos de recursos" -#: tdecore/kde-config.cpp.in:168 +#: tdecore/tde-config.cpp.in:168 msgid "Applications menu (.desktop files)" msgstr "Menú de aplicaciones (archivos .desktop)" -#: tdecore/kde-config.cpp.in:169 +#: tdecore/tde-config.cpp.in:169 msgid "CGIs to run from kdehelp" msgstr "CGIs a ejecutar desde kdehelp" -#: tdecore/kde-config.cpp.in:170 +#: tdecore/tde-config.cpp.in:170 msgid "Configuration files" msgstr "Archivos de configuración" -#: tdecore/kde-config.cpp.in:171 +#: tdecore/tde-config.cpp.in:171 msgid "Where applications store data" msgstr "El lugar donde las aplicaciones almacenan datos" -#: tdecore/kde-config.cpp.in:172 +#: tdecore/tde-config.cpp.in:172 msgid "Executables in $prefix/bin" msgstr "Ejecutables en $prefix/bin" -#: tdecore/kde-config.cpp.in:173 +#: tdecore/tde-config.cpp.in:173 msgid "HTML documentation" msgstr "Documentación HTML" -#: tdecore/kde-config.cpp.in:174 +#: tdecore/tde-config.cpp.in:174 msgid "Icons" msgstr "Iconos" -#: tdecore/kde-config.cpp.in:175 +#: tdecore/tde-config.cpp.in:175 msgid "Configuration description files" msgstr "Archivos descriptivos de configuración" -#: tdecore/kde-config.cpp.in:176 +#: tdecore/tde-config.cpp.in:176 msgid "Libraries" msgstr "Bibliotecas" -#: tdecore/kde-config.cpp.in:177 +#: tdecore/tde-config.cpp.in:177 msgid "Includes/Headers" msgstr "Includes/Cabeceras" -#: tdecore/kde-config.cpp.in:178 +#: tdecore/tde-config.cpp.in:178 msgid "Translation files for KLocale" msgstr "Archivos de traducción para KLocale" -#: tdecore/kde-config.cpp.in:179 +#: tdecore/tde-config.cpp.in:179 msgid "Mime types" msgstr "Tipos MIME" -#: tdecore/kde-config.cpp.in:180 +#: tdecore/tde-config.cpp.in:180 msgid "Loadable modules" msgstr "Módulos cargables" -#: tdecore/kde-config.cpp.in:181 +#: tdecore/tde-config.cpp.in:181 msgid "Qt plugins" msgstr "Complementos Qt" -#: tdecore/kde-config.cpp.in:182 +#: tdecore/tde-config.cpp.in:182 msgid "Services" msgstr "Servicios" -#: tdecore/kde-config.cpp.in:183 +#: tdecore/tde-config.cpp.in:183 msgid "Service types" msgstr "Tipos de servicios" -#: tdecore/kde-config.cpp.in:184 +#: tdecore/tde-config.cpp.in:184 msgid "Application sounds" msgstr "Sonidos de aplicaciones" -#: tdecore/kde-config.cpp.in:185 +#: tdecore/tde-config.cpp.in:185 msgid "Templates" msgstr "Plantillas" -#: tdecore/kde-config.cpp.in:186 +#: tdecore/tde-config.cpp.in:186 msgid "Wallpapers" msgstr "Tapices" -#: tdecore/kde-config.cpp.in:187 +#: tdecore/tde-config.cpp.in:187 msgid "XDG Application menu (.desktop files)" msgstr "Menú de aplicación XDG (archivos .desktop)" -#: tdecore/kde-config.cpp.in:188 +#: tdecore/tde-config.cpp.in:188 msgid "XDG Menu descriptions (.directory files)" msgstr "Descripciones de menú XDG (archivos .directory)" -#: tdecore/kde-config.cpp.in:189 +#: tdecore/tde-config.cpp.in:189 msgid "XDG Menu layout (.menu files)" msgstr "Disposición del menú XDG (archivos .menu)" -#: tdecore/kde-config.cpp.in:190 +#: tdecore/tde-config.cpp.in:190 msgid "Temporary files (specific for both current host and current user)" msgstr "" "Archivos temporales (específicos para el usuario actual y el servidor actual)" -#: tdecore/kde-config.cpp.in:191 +#: tdecore/tde-config.cpp.in:191 msgid "UNIX Sockets (specific for both current host and current user)" msgstr "Sockets UNIX (específicos para el servidor y el usuario actual)" -#: tdecore/kde-config.cpp.in:203 +#: tdecore/tde-config.cpp.in:203 msgid "" "%1 - unknown type\n" msgstr "" "%1 - tipo desconocido\n" -#: tdecore/kde-config.cpp.in:228 +#: tdecore/tde-config.cpp.in:228 msgid "" "%1 - unknown type of userpath\n" msgstr "" diff --git a/tde-i18n-et/acinclude.m4 b/tde-i18n-et/acinclude.m4 index 68b7ababbca..afd8befc656 100644 --- a/tde-i18n-et/acinclude.m4 +++ b/tde-i18n-et/acinclude.m4 @@ -5006,13 +5006,13 @@ AC_DEFUN([KDE_SET_PREFIX], KDE_SET_DEFAULT_BINDIRS if test "x$prefix" = "xNONE"; then - dnl no prefix given: look for kde-config in the PATH and deduce the prefix from it - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + dnl no prefix given: look for tde-config in the PATH and deduce the prefix from it + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) else - dnl prefix given: look for kde-config, preferrably in prefix, otherwise in PATH + dnl prefix given: look for tde-config, preferrably in prefix, otherwise in PATH kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) PATH="$kde_save_PATH" fi @@ -5028,7 +5028,7 @@ AC_DEFUN([KDE_SET_PREFIX], AC_MSG_CHECKING([where to install]) if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - AC_MSG_RESULT([$prefix (as returned by kde-config)]) + AC_MSG_RESULT([$prefix (as returned by tde-config)]) else dnl --prefix was given. Compare prefixes and warn (in configure.in.bot.end) if different given_prefix=$prefix diff --git a/tde-i18n-et/configure b/tde-i18n-et/configure index 9c23902ec1b..0fa29a69b8a 100755 --- a/tde-i18n-et/configure +++ b/tde-i18n-et/configure @@ -3750,12 +3750,12 @@ done if test "x$prefix" = "xNONE"; then - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3774,16 +3774,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3803,10 +3803,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3822,12 +3822,12 @@ echo "${ECHO_T}$kde_cv_path" >&6; } kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3846,16 +3846,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3875,10 +3875,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3911,8 +3911,8 @@ echo "$as_me: error: $KDECONFIG --prefix outputed the non existant prefix '$kde_ echo $ECHO_N "checking where to install... $ECHO_C" >&6; } if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - { echo "$as_me:$LINENO: result: $prefix (as returned by kde-config)" >&5 -echo "${ECHO_T}$prefix (as returned by kde-config)" >&6; } + { echo "$as_me:$LINENO: result: $prefix (as returned by tde-config)" >&5 +echo "${ECHO_T}$prefix (as returned by tde-config)" >&6; } else given_prefix=$prefix { echo "$as_me:$LINENO: result: $prefix (as requested)" >&5 @@ -6340,7 +6340,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-et/configure.in b/tde-i18n-et/configure.in index 5a2b78827e4..f3d6bb939c6 100644 --- a/tde-i18n-et/configure.in +++ b/tde-i18n-et/configure.in @@ -343,7 +343,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-et/docs/tdeadmin/knetworkconf/index.docbook b/tde-i18n-et/docs/tdeadmin/knetworkconf/index.docbook index 281c2c43118..503daf42d53 100644 --- a/tde-i18n-et/docs/tdeadmin/knetworkconf/index.docbook +++ b/tde-i18n-et/docs/tdeadmin/knetworkconf/index.docbook @@ -1015,7 +1015,7 @@ format="PNG"/> >See on soovitatav ainult kogenud kasutajatele. Samas pole &knetworkconf;i kompileerimine kuigi keerukas. Sellega peaksid toime tulema järgmised käsud.</para> <screen ->./configure --prefix=$(kde-config --prefix) +>./configure --prefix=$(tde-config --prefix) make make install </screen> diff --git a/tde-i18n-et/docs/tdebase/faq/configkde.docbook b/tde-i18n-et/docs/tdebase/faq/configkde.docbook index 233d813c0c9..f4a52bb9e1f 100644 --- a/tde-i18n-et/docs/tdebase/faq/configkde.docbook +++ b/tde-i18n-et/docs/tdebase/faq/configkde.docbook @@ -298,7 +298,7 @@ >TDEDIR</envar > on prefiks, millega &kde; süsteemi paigaldati (selle saab teada käsuga <userinput ><command ->kde-config</command +>tde-config</command > --prefix</userinput >).</para> <para diff --git a/tde-i18n-et/docs/tdebase/kate/advanced.docbook b/tde-i18n-et/docs/tdebase/kate/advanced.docbook index 0431a444b6a..465653897a9 100644 --- a/tde-i18n-et/docs/tdebase/kate/advanced.docbook +++ b/tde-i18n-et/docs/tdebase/kate/advanced.docbook @@ -1302,7 +1302,7 @@ > vahendusel. Eelduseks on see, et skript asuks kataloogis, kust &kate; oskab selle üles leida, samuti võiks selle juurde kuuluda .desktop-fail, mis defineerib skripti omadused. Sobiv kataloog on &kate; andmekataloogide hulka kuuluv <filename >katepart/scripts</filename >. Andmekataloogid leiab käsuga <command ->kde-config <option +>tde-config <option >--path</option > <parameter >data</parameter diff --git a/tde-i18n-et/docs/tdebase/userguide/index.docbook b/tde-i18n-et/docs/tdebase/userguide/index.docbook index 668b7b19edb..496136414ea 100644 --- a/tde-i18n-et/docs/tdebase/userguide/index.docbook +++ b/tde-i18n-et/docs/tdebase/userguide/index.docbook @@ -281,7 +281,7 @@ ><para >&kde; paigaldab omaenda kataloogipuu, mille asukoha saab leida käsuga <userinput ><command ->kde-config</command +>tde-config</command > <option >--prefix</option ></userinput diff --git a/tde-i18n-et/docs/tdebase/userguide/under-the-hood.docbook b/tde-i18n-et/docs/tdebase/userguide/under-the-hood.docbook index cc9ab3b5a70..179dcce76d1 100644 --- a/tde-i18n-et/docs/tdebase/userguide/under-the-hood.docbook +++ b/tde-i18n-et/docs/tdebase/userguide/under-the-hood.docbook @@ -61,7 +61,7 @@ LastFile=/var/tmp/test.txt</programlisting> > määratlusele), globaalsed konfiguratsioonifailid aga &kde; paigalduse asukohas alamkataloogis <filename class="directory" >share/config</filename > (selle asukoha leiab käsuga <command ->kde-config --prefix</command +>tde-config --prefix</command >). Failinimede lõpus seisab tavaliselt rc (sellele ei eelne punkti), näiteks <filename >kopeterc</filename >.</para> diff --git a/tde-i18n-et/docs/tdeedu/kgeography/index.docbook b/tde-i18n-et/docs/tdeedu/kgeography/index.docbook index e4310996dec..892c4a67db1 100644 --- a/tde-i18n-et/docs/tdeedu/kgeography/index.docbook +++ b/tde-i18n-et/docs/tdeedu/kgeography/index.docbook @@ -622,7 +622,7 @@ guide the parent/teacher on how to help the child using it. ></filename > väärtus, anna käsureal korraldus <userinput ><command ->kde-config</command +>tde-config</command > <option >--prefix</option ></userinput diff --git a/tde-i18n-et/docs/tdenetwork/lisa/index.docbook b/tde-i18n-et/docs/tdenetwork/lisa/index.docbook index b7d1957b598..b03a54bc561 100644 --- a/tde-i18n-et/docs/tdenetwork/lisa/index.docbook +++ b/tde-i18n-et/docs/tdenetwork/lisa/index.docbook @@ -761,7 +761,7 @@ MaxPingsAtOnce = 256 #korraga saadetakse kuni 256 ICMP echo n >lisarc</filename > kõigis kataloogides, mis tagastati <userinput ><command ->kde-config</command +>tde-config</command > <option >--path</option > <parameter diff --git a/tde-i18n-et/messages/tdelibs/tdelibs.po b/tde-i18n-et/messages/tdelibs/tdelibs.po index d310d1f3295..e1c33707123 100644 --- a/tde-i18n-et/messages/tdelibs/tdelibs.po +++ b/tde-i18n-et/messages/tdelibs/tdelibs.po @@ -9500,157 +9500,157 @@ msgstr "Mis &see on?" msgid "Tip of the &Day" msgstr "P&äeva nõuanne" -#: tdecore/kde-config.cpp.in:14 +#: tdecore/tde-config.cpp.in:14 msgid "A little program to output installation paths" msgstr "Väike programm paigaldamisasukohtade näitamiseks" -#: tdecore/kde-config.cpp.in:18 +#: tdecore/tde-config.cpp.in:18 msgid "expand ${prefix} and ${exec_prefix} in output" msgstr "${prefix} ja ${exec_prefix} avamine väljundis" -#: tdecore/kde-config.cpp.in:19 +#: tdecore/tde-config.cpp.in:19 msgid "Compiled in prefix for KDE libraries" msgstr "Kompileeritud KDE teekide prefiksiga" -#: tdecore/kde-config.cpp.in:20 +#: tdecore/tde-config.cpp.in:20 msgid "Compiled in exec_prefix for KDE libraries" msgstr "Kompileeritud KDE teekide exec_prefix'iga" -#: tdecore/kde-config.cpp.in:21 +#: tdecore/tde-config.cpp.in:21 msgid "Compiled in library path suffix" msgstr "Kompileeritud teegi asukoha sufiksiga" -#: tdecore/kde-config.cpp.in:22 +#: tdecore/tde-config.cpp.in:22 msgid "Prefix in $HOME used to write files" msgstr "Failide kirjutamiseks kasutatav $HOME prefiks" -#: tdecore/kde-config.cpp.in:23 +#: tdecore/tde-config.cpp.in:23 msgid "Compiled in version string for KDE libraries" msgstr "Kompileeritud KDE teekide versioonistringiga" -#: tdecore/kde-config.cpp.in:24 +#: tdecore/tde-config.cpp.in:24 msgid "Available KDE resource types" msgstr "Saadaolevad KDE ressursside tüübid" -#: tdecore/kde-config.cpp.in:25 +#: tdecore/tde-config.cpp.in:25 msgid "Search path for resource type" msgstr "Ressursitüübi otsimistee" -#: tdecore/kde-config.cpp.in:26 +#: tdecore/tde-config.cpp.in:26 msgid "User path: desktop|autostart|trash|document" msgstr "Kasutaja otsingutee: desktop|autostart|trash|document" -#: tdecore/kde-config.cpp.in:27 +#: tdecore/tde-config.cpp.in:27 msgid "Prefix to install resource files to" msgstr "Ressursifailide paigaldamise prefiks" -#: tdecore/kde-config.cpp.in:168 +#: tdecore/tde-config.cpp.in:168 msgid "Applications menu (.desktop files)" msgstr "Rakenduste menüü (.desktop-failid)" -#: tdecore/kde-config.cpp.in:169 +#: tdecore/tde-config.cpp.in:169 msgid "CGIs to run from kdehelp" msgstr "CGI-d käivitamiseks kdehelp'is" -#: tdecore/kde-config.cpp.in:170 +#: tdecore/tde-config.cpp.in:170 msgid "Configuration files" msgstr "Seadistustefailid" -#: tdecore/kde-config.cpp.in:171 +#: tdecore/tde-config.cpp.in:171 msgid "Where applications store data" msgstr "Asukoht, kuhu rakendused salvestavad andmed" -#: tdecore/kde-config.cpp.in:172 +#: tdecore/tde-config.cpp.in:172 msgid "Executables in $prefix/bin" msgstr "Käivitatavad failid asukohas $prefix/bin" -#: tdecore/kde-config.cpp.in:173 +#: tdecore/tde-config.cpp.in:173 msgid "HTML documentation" msgstr "HTML-dokumentatsioon" -#: tdecore/kde-config.cpp.in:174 +#: tdecore/tde-config.cpp.in:174 msgid "Icons" msgstr "Ikoonid" -#: tdecore/kde-config.cpp.in:175 +#: tdecore/tde-config.cpp.in:175 msgid "Configuration description files" msgstr "Konfiguratsiooni kirjeldusfailid" -#: tdecore/kde-config.cpp.in:176 +#: tdecore/tde-config.cpp.in:176 msgid "Libraries" msgstr "Teegid" -#: tdecore/kde-config.cpp.in:177 +#: tdecore/tde-config.cpp.in:177 msgid "Includes/Headers" msgstr "Päised" -#: tdecore/kde-config.cpp.in:178 +#: tdecore/tde-config.cpp.in:178 msgid "Translation files for KLocale" msgstr "KLocale'i tõlkefailid" -#: tdecore/kde-config.cpp.in:179 +#: tdecore/tde-config.cpp.in:179 msgid "Mime types" msgstr "MIME tüübid" -#: tdecore/kde-config.cpp.in:180 +#: tdecore/tde-config.cpp.in:180 msgid "Loadable modules" msgstr "Laaditavad moodulid" -#: tdecore/kde-config.cpp.in:181 +#: tdecore/tde-config.cpp.in:181 msgid "Qt plugins" msgstr "Qt pluginad" -#: tdecore/kde-config.cpp.in:182 +#: tdecore/tde-config.cpp.in:182 msgid "Services" msgstr "Teenused" -#: tdecore/kde-config.cpp.in:183 +#: tdecore/tde-config.cpp.in:183 msgid "Service types" msgstr "Teenusetüübid" -#: tdecore/kde-config.cpp.in:184 +#: tdecore/tde-config.cpp.in:184 msgid "Application sounds" msgstr "Rakenduste helid" -#: tdecore/kde-config.cpp.in:185 +#: tdecore/tde-config.cpp.in:185 msgid "Templates" msgstr "Mallid" -#: tdecore/kde-config.cpp.in:186 +#: tdecore/tde-config.cpp.in:186 msgid "Wallpapers" msgstr "Taustapildid" -#: tdecore/kde-config.cpp.in:187 +#: tdecore/tde-config.cpp.in:187 msgid "XDG Application menu (.desktop files)" msgstr "XDG rakenduste menüü (.desktop-failid)" -#: tdecore/kde-config.cpp.in:188 +#: tdecore/tde-config.cpp.in:188 msgid "XDG Menu descriptions (.directory files)" msgstr "XDG menüü kirjeldused (.directory-failid)" -#: tdecore/kde-config.cpp.in:189 +#: tdecore/tde-config.cpp.in:189 msgid "XDG Menu layout (.menu files)" msgstr "XDG menüü paigutus (.menu-failid)" -#: tdecore/kde-config.cpp.in:190 +#: tdecore/tde-config.cpp.in:190 msgid "Temporary files (specific for both current host and current user)" msgstr "" "Ajutised failid (spetsiifilised nii aktiivsele masinale kui aktiivsele " "kasutajale)" -#: tdecore/kde-config.cpp.in:191 +#: tdecore/tde-config.cpp.in:191 msgid "UNIX Sockets (specific for both current host and current user)" msgstr "" "UNIX-i soklid (spetsiifilised nii aktiivsele masinale kui aktiivsele " "kasutajale)" -#: tdecore/kde-config.cpp.in:203 +#: tdecore/tde-config.cpp.in:203 msgid "" "%1 - unknown type\n" msgstr "" "%1 - tundmatu tüüp\n" -#: tdecore/kde-config.cpp.in:228 +#: tdecore/tde-config.cpp.in:228 msgid "" "%1 - unknown type of userpath\n" msgstr "" diff --git a/tde-i18n-eu/acinclude.m4 b/tde-i18n-eu/acinclude.m4 index 68b7ababbca..afd8befc656 100644 --- a/tde-i18n-eu/acinclude.m4 +++ b/tde-i18n-eu/acinclude.m4 @@ -5006,13 +5006,13 @@ AC_DEFUN([KDE_SET_PREFIX], KDE_SET_DEFAULT_BINDIRS if test "x$prefix" = "xNONE"; then - dnl no prefix given: look for kde-config in the PATH and deduce the prefix from it - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + dnl no prefix given: look for tde-config in the PATH and deduce the prefix from it + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) else - dnl prefix given: look for kde-config, preferrably in prefix, otherwise in PATH + dnl prefix given: look for tde-config, preferrably in prefix, otherwise in PATH kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) PATH="$kde_save_PATH" fi @@ -5028,7 +5028,7 @@ AC_DEFUN([KDE_SET_PREFIX], AC_MSG_CHECKING([where to install]) if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - AC_MSG_RESULT([$prefix (as returned by kde-config)]) + AC_MSG_RESULT([$prefix (as returned by tde-config)]) else dnl --prefix was given. Compare prefixes and warn (in configure.in.bot.end) if different given_prefix=$prefix diff --git a/tde-i18n-eu/configure b/tde-i18n-eu/configure index f30a350877c..12317b33fea 100755 --- a/tde-i18n-eu/configure +++ b/tde-i18n-eu/configure @@ -3750,12 +3750,12 @@ done if test "x$prefix" = "xNONE"; then - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3774,16 +3774,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3803,10 +3803,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3822,12 +3822,12 @@ echo "${ECHO_T}$kde_cv_path" >&6; } kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3846,16 +3846,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3875,10 +3875,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3911,8 +3911,8 @@ echo "$as_me: error: $KDECONFIG --prefix outputed the non existant prefix '$kde_ echo $ECHO_N "checking where to install... $ECHO_C" >&6; } if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - { echo "$as_me:$LINENO: result: $prefix (as returned by kde-config)" >&5 -echo "${ECHO_T}$prefix (as returned by kde-config)" >&6; } + { echo "$as_me:$LINENO: result: $prefix (as returned by tde-config)" >&5 +echo "${ECHO_T}$prefix (as returned by tde-config)" >&6; } else given_prefix=$prefix { echo "$as_me:$LINENO: result: $prefix (as requested)" >&5 @@ -5437,7 +5437,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-eu/configure.in b/tde-i18n-eu/configure.in index c828311cb1b..9789034dbbe 100644 --- a/tde-i18n-eu/configure.in +++ b/tde-i18n-eu/configure.in @@ -42,7 +42,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-eu/messages/tdelibs/tdelibs.po b/tde-i18n-eu/messages/tdelibs/tdelibs.po index aebd5f795eb..a3356f7d1ba 100644 --- a/tde-i18n-eu/messages/tdelibs/tdelibs.po +++ b/tde-i18n-eu/messages/tdelibs/tdelibs.po @@ -9527,157 +9527,157 @@ msgstr "&Zer da hau?" msgid "Tip of the &Day" msgstr "&Eguneko aholkua" -#: tdecore/kde-config.cpp.in:14 +#: tdecore/tde-config.cpp.in:14 msgid "A little program to output installation paths" msgstr "Programa txikia instalazioaren bide-izenak kaleratzeko" -#: tdecore/kde-config.cpp.in:18 +#: tdecore/tde-config.cpp.in:18 msgid "expand ${prefix} and ${exec_prefix} in output" msgstr "zabaldu ${prefix} eta ${exec_prefix} irteeran" -#: tdecore/kde-config.cpp.in:19 +#: tdecore/tde-config.cpp.in:19 msgid "Compiled in prefix for KDE libraries" msgstr "KDEko liburutegien aurrizkiekin (prefix) konpilatuta" -#: tdecore/kde-config.cpp.in:20 +#: tdecore/tde-config.cpp.in:20 msgid "Compiled in exec_prefix for KDE libraries" msgstr "KDEko liburutegien exekuzioko aurrizkiekin (exec_prefix) konpilatuta" -#: tdecore/kde-config.cpp.in:21 +#: tdecore/tde-config.cpp.in:21 msgid "Compiled in library path suffix" msgstr "Liburutegien bide-izenen atzizkiekin konpilatuta" -#: tdecore/kde-config.cpp.in:22 +#: tdecore/tde-config.cpp.in:22 msgid "Prefix in $HOME used to write files" msgstr "$HOMEko aurrizkia fitxategiak idazteko" -#: tdecore/kde-config.cpp.in:23 +#: tdecore/tde-config.cpp.in:23 msgid "Compiled in version string for KDE libraries" msgstr "KDEren liburutegien bertsio-kateekin konpilatuta" -#: tdecore/kde-config.cpp.in:24 +#: tdecore/tde-config.cpp.in:24 msgid "Available KDE resource types" msgstr "KDEren baliabide mota eskuragarriak" -#: tdecore/kde-config.cpp.in:25 +#: tdecore/tde-config.cpp.in:25 msgid "Search path for resource type" msgstr "Baliabide motaren bilaketa bidea" -#: tdecore/kde-config.cpp.in:26 +#: tdecore/tde-config.cpp.in:26 msgid "User path: desktop|autostart|trash|document" msgstr "" "Erabiltzailearen bidea: mahaigaina|auto-hasiera|zakarrontzia|dokumentua" -#: tdecore/kde-config.cpp.in:27 +#: tdecore/tde-config.cpp.in:27 msgid "Prefix to install resource files to" msgstr "Aurrizkia baliabide-fitxategiak instalatzeko" -#: tdecore/kde-config.cpp.in:168 +#: tdecore/tde-config.cpp.in:168 msgid "Applications menu (.desktop files)" msgstr "Aplikazioen menua (.desktop fitxategiak)" -#: tdecore/kde-config.cpp.in:169 +#: tdecore/tde-config.cpp.in:169 msgid "CGIs to run from kdehelp" msgstr "CGIak kdehelp-etik exekutatzeko" -#: tdecore/kde-config.cpp.in:170 +#: tdecore/tde-config.cpp.in:170 msgid "Configuration files" msgstr "Konfigurazioko fitxategiak" -#: tdecore/kde-config.cpp.in:171 +#: tdecore/tde-config.cpp.in:171 msgid "Where applications store data" msgstr "Aplikazioek datuak gordetzen duten lekua" -#: tdecore/kde-config.cpp.in:172 +#: tdecore/tde-config.cpp.in:172 msgid "Executables in $prefix/bin" msgstr "Exekutagarriak $prefix/bin bide-izenean" -#: tdecore/kde-config.cpp.in:173 +#: tdecore/tde-config.cpp.in:173 msgid "HTML documentation" msgstr "HTML dokumentazioa" -#: tdecore/kde-config.cpp.in:174 +#: tdecore/tde-config.cpp.in:174 msgid "Icons" msgstr "Ikonoak" -#: tdecore/kde-config.cpp.in:175 +#: tdecore/tde-config.cpp.in:175 msgid "Configuration description files" msgstr "Konfigurazioko azalpen-fitxategiak" -#: tdecore/kde-config.cpp.in:176 +#: tdecore/tde-config.cpp.in:176 msgid "Libraries" msgstr "Liburutegiak" -#: tdecore/kde-config.cpp.in:177 +#: tdecore/tde-config.cpp.in:177 msgid "Includes/Headers" msgstr "Barneratzekoak/Goiburuak" -#: tdecore/kde-config.cpp.in:178 +#: tdecore/tde-config.cpp.in:178 msgid "Translation files for KLocale" msgstr "KLocale-ren itzulpen-fitxategiak" -#: tdecore/kde-config.cpp.in:179 +#: tdecore/tde-config.cpp.in:179 msgid "Mime types" msgstr "Mime-motak" -#: tdecore/kde-config.cpp.in:180 +#: tdecore/tde-config.cpp.in:180 msgid "Loadable modules" msgstr "Modulu kargagarriak" -#: tdecore/kde-config.cpp.in:181 +#: tdecore/tde-config.cpp.in:181 msgid "Qt plugins" msgstr "Qt plugin-ak" -#: tdecore/kde-config.cpp.in:182 +#: tdecore/tde-config.cpp.in:182 msgid "Services" msgstr "Zerbitzuak" -#: tdecore/kde-config.cpp.in:183 +#: tdecore/tde-config.cpp.in:183 msgid "Service types" msgstr "Zerbitzu-motak" -#: tdecore/kde-config.cpp.in:184 +#: tdecore/tde-config.cpp.in:184 msgid "Application sounds" msgstr "Aplikazio-soinuak" -#: tdecore/kde-config.cpp.in:185 +#: tdecore/tde-config.cpp.in:185 msgid "Templates" msgstr "Txantiloiak" -#: tdecore/kde-config.cpp.in:186 +#: tdecore/tde-config.cpp.in:186 msgid "Wallpapers" msgstr "Horma-papera" -#: tdecore/kde-config.cpp.in:187 +#: tdecore/tde-config.cpp.in:187 msgid "XDG Application menu (.desktop files)" msgstr "XDG aplikazio-menua (.desktop fitxategiak)" -#: tdecore/kde-config.cpp.in:188 +#: tdecore/tde-config.cpp.in:188 msgid "XDG Menu descriptions (.directory files)" msgstr "XDG menuen azalpenak (.directory fitxategiak)" -#: tdecore/kde-config.cpp.in:189 +#: tdecore/tde-config.cpp.in:189 msgid "XDG Menu layout (.menu files)" msgstr "XDG menu-diseinua (.menu fitxategiak)" -#: tdecore/kde-config.cpp.in:190 +#: tdecore/tde-config.cpp.in:190 msgid "Temporary files (specific for both current host and current user)" msgstr "" "Aldi baterako fitxategiak (uneko ostalariarentzako eta erabiltzailearentzako " "zehaztua)" -#: tdecore/kde-config.cpp.in:191 +#: tdecore/tde-config.cpp.in:191 msgid "UNIX Sockets (specific for both current host and current user)" msgstr "" "UNIX socket-ak (uneko ostalariarentzako eta erabiltzailearentzako zehaztua)" -#: tdecore/kde-config.cpp.in:203 +#: tdecore/tde-config.cpp.in:203 msgid "" "%1 - unknown type\n" msgstr "" "%1 - mota ezezaguna\n" -#: tdecore/kde-config.cpp.in:228 +#: tdecore/tde-config.cpp.in:228 msgid "" "%1 - unknown type of userpath\n" msgstr "" diff --git a/tde-i18n-fa/acinclude.m4 b/tde-i18n-fa/acinclude.m4 index 68b7ababbca..afd8befc656 100644 --- a/tde-i18n-fa/acinclude.m4 +++ b/tde-i18n-fa/acinclude.m4 @@ -5006,13 +5006,13 @@ AC_DEFUN([KDE_SET_PREFIX], KDE_SET_DEFAULT_BINDIRS if test "x$prefix" = "xNONE"; then - dnl no prefix given: look for kde-config in the PATH and deduce the prefix from it - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + dnl no prefix given: look for tde-config in the PATH and deduce the prefix from it + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) else - dnl prefix given: look for kde-config, preferrably in prefix, otherwise in PATH + dnl prefix given: look for tde-config, preferrably in prefix, otherwise in PATH kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) PATH="$kde_save_PATH" fi @@ -5028,7 +5028,7 @@ AC_DEFUN([KDE_SET_PREFIX], AC_MSG_CHECKING([where to install]) if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - AC_MSG_RESULT([$prefix (as returned by kde-config)]) + AC_MSG_RESULT([$prefix (as returned by tde-config)]) else dnl --prefix was given. Compare prefixes and warn (in configure.in.bot.end) if different given_prefix=$prefix diff --git a/tde-i18n-fa/configure b/tde-i18n-fa/configure index 14fa0b3b163..0e4e0a31268 100755 --- a/tde-i18n-fa/configure +++ b/tde-i18n-fa/configure @@ -3750,12 +3750,12 @@ done if test "x$prefix" = "xNONE"; then - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3774,16 +3774,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3803,10 +3803,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3822,12 +3822,12 @@ echo "${ECHO_T}$kde_cv_path" >&6; } kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3846,16 +3846,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3875,10 +3875,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3911,8 +3911,8 @@ echo "$as_me: error: $KDECONFIG --prefix outputed the non existant prefix '$kde_ echo $ECHO_N "checking where to install... $ECHO_C" >&6; } if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - { echo "$as_me:$LINENO: result: $prefix (as returned by kde-config)" >&5 -echo "${ECHO_T}$prefix (as returned by kde-config)" >&6; } + { echo "$as_me:$LINENO: result: $prefix (as returned by tde-config)" >&5 +echo "${ECHO_T}$prefix (as returned by tde-config)" >&6; } else given_prefix=$prefix { echo "$as_me:$LINENO: result: $prefix (as requested)" >&5 @@ -5425,7 +5425,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-fa/configure.in b/tde-i18n-fa/configure.in index f7eaf273fa2..175088ca5d1 100644 --- a/tde-i18n-fa/configure.in +++ b/tde-i18n-fa/configure.in @@ -38,7 +38,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-fa/messages/tdelibs/tdelibs.po b/tde-i18n-fa/messages/tdelibs/tdelibs.po index 44e4745af90..52eea245e85 100644 --- a/tde-i18n-fa/messages/tdelibs/tdelibs.po +++ b/tde-i18n-fa/messages/tdelibs/tdelibs.po @@ -9492,153 +9492,153 @@ msgstr "&این چیست؟" msgid "Tip of the &Day" msgstr "نکتۀ &روز" -#: tdecore/kde-config.cpp.in:14 +#: tdecore/tde-config.cpp.in:14 msgid "A little program to output installation paths" msgstr "یک برنامۀ کوچک برای مسیرهای نصب خروجی" -#: tdecore/kde-config.cpp.in:18 +#: tdecore/tde-config.cpp.in:18 msgid "expand ${prefix} and ${exec_prefix} in output" msgstr "بسط ${prefix} و ${exec_prefix} در خروجی" -#: tdecore/kde-config.cpp.in:19 +#: tdecore/tde-config.cpp.in:19 msgid "Compiled in prefix for KDE libraries" msgstr "ترجمهشده در پیشوند برای کتابخانههای KDE" -#: tdecore/kde-config.cpp.in:20 +#: tdecore/tde-config.cpp.in:20 msgid "Compiled in exec_prefix for KDE libraries" msgstr "ترجمهشده در exec_prefix برای کتابخانههای KDE" -#: tdecore/kde-config.cpp.in:21 +#: tdecore/tde-config.cpp.in:21 msgid "Compiled in library path suffix" msgstr "ترجمهشده در پسوند مسیر کتابخانه" -#: tdecore/kde-config.cpp.in:22 +#: tdecore/tde-config.cpp.in:22 msgid "Prefix in $HOME used to write files" msgstr "پیشوند در HOME$ برای نوشتن پروندهها به کار میرود" -#: tdecore/kde-config.cpp.in:23 +#: tdecore/tde-config.cpp.in:23 msgid "Compiled in version string for KDE libraries" msgstr "ترجمهشده در نسخۀ رشته برای کتابخانههای KDE" -#: tdecore/kde-config.cpp.in:24 +#: tdecore/tde-config.cpp.in:24 msgid "Available KDE resource types" msgstr "انواع منبع KDE موجود" -#: tdecore/kde-config.cpp.in:25 +#: tdecore/tde-config.cpp.in:25 msgid "Search path for resource type" msgstr "مسیر جستجو برای نوع منبع" -#: tdecore/kde-config.cpp.in:26 +#: tdecore/tde-config.cpp.in:26 msgid "User path: desktop|autostart|trash|document" msgstr "مسیر کاربر: رومیزی|آغاز خودکار|زباله|سند" -#: tdecore/kde-config.cpp.in:27 +#: tdecore/tde-config.cpp.in:27 msgid "Prefix to install resource files to" msgstr "پیشوند نصب پروندههای منبع" -#: tdecore/kde-config.cpp.in:168 +#: tdecore/tde-config.cpp.in:168 msgid "Applications menu (.desktop files)" msgstr "گزینگان کاربردها )پروندههای .desktop(" -#: tdecore/kde-config.cpp.in:169 +#: tdecore/tde-config.cpp.in:169 msgid "CGIs to run from kdehelp" msgstr "CGIها برای اجرا از kdehelp" -#: tdecore/kde-config.cpp.in:170 +#: tdecore/tde-config.cpp.in:170 msgid "Configuration files" msgstr "پروندههای پیکربندی" -#: tdecore/kde-config.cpp.in:171 +#: tdecore/tde-config.cpp.in:171 msgid "Where applications store data" msgstr "جایی که کاربردها، داده را ذخیره میکنند" -#: tdecore/kde-config.cpp.in:172 +#: tdecore/tde-config.cpp.in:172 msgid "Executables in $prefix/bin" msgstr "قابل اجرا در prefix/bin$" -#: tdecore/kde-config.cpp.in:173 +#: tdecore/tde-config.cpp.in:173 msgid "HTML documentation" msgstr "سند زنگام" -#: tdecore/kde-config.cpp.in:174 +#: tdecore/tde-config.cpp.in:174 msgid "Icons" msgstr "شمایلها" -#: tdecore/kde-config.cpp.in:175 +#: tdecore/tde-config.cpp.in:175 msgid "Configuration description files" msgstr "پیکربندی پروندههای توصیف" -#: tdecore/kde-config.cpp.in:176 +#: tdecore/tde-config.cpp.in:176 msgid "Libraries" msgstr "کتابخانهها" -#: tdecore/kde-config.cpp.in:177 +#: tdecore/tde-config.cpp.in:177 msgid "Includes/Headers" msgstr "" -#: tdecore/kde-config.cpp.in:178 +#: tdecore/tde-config.cpp.in:178 msgid "Translation files for KLocale" msgstr "پروندههای ترجمه برای KLocale" -#: tdecore/kde-config.cpp.in:179 +#: tdecore/tde-config.cpp.in:179 msgid "Mime types" msgstr "انواع مایم" -#: tdecore/kde-config.cpp.in:180 +#: tdecore/tde-config.cpp.in:180 msgid "Loadable modules" msgstr "پیمانههای بارگذاری" -#: tdecore/kde-config.cpp.in:181 +#: tdecore/tde-config.cpp.in:181 msgid "Qt plugins" msgstr "وصلههای Qt" -#: tdecore/kde-config.cpp.in:182 +#: tdecore/tde-config.cpp.in:182 msgid "Services" msgstr "خدمات" -#: tdecore/kde-config.cpp.in:183 +#: tdecore/tde-config.cpp.in:183 msgid "Service types" msgstr "انواع خدمت" -#: tdecore/kde-config.cpp.in:184 +#: tdecore/tde-config.cpp.in:184 msgid "Application sounds" msgstr "صوت کاربردها" -#: tdecore/kde-config.cpp.in:185 +#: tdecore/tde-config.cpp.in:185 msgid "Templates" msgstr "قالبها" -#: tdecore/kde-config.cpp.in:186 +#: tdecore/tde-config.cpp.in:186 msgid "Wallpapers" msgstr "کاغذهای دیواری" -#: tdecore/kde-config.cpp.in:187 +#: tdecore/tde-config.cpp.in:187 msgid "XDG Application menu (.desktop files)" msgstr "گزینگان کاربرد XDG )پروندههای .desktop(" -#: tdecore/kde-config.cpp.in:188 +#: tdecore/tde-config.cpp.in:188 msgid "XDG Menu descriptions (.directory files)" msgstr "توصیفات گزینگان XDG )پروندههای .directory(" -#: tdecore/kde-config.cpp.in:189 +#: tdecore/tde-config.cpp.in:189 msgid "XDG Menu layout (.menu files)" msgstr "طرحبندی گزینگان XDG )پروندههای .menu(" -#: tdecore/kde-config.cpp.in:190 +#: tdecore/tde-config.cpp.in:190 msgid "Temporary files (specific for both current host and current user)" msgstr "پروندههای موقت ) مشخص هم برای میزبان جاری و هم برای کاربر جاری(" -#: tdecore/kde-config.cpp.in:191 +#: tdecore/tde-config.cpp.in:191 msgid "UNIX Sockets (specific for both current host and current user)" msgstr "سوکتهای یونیکس ) مشخص هم برای میزبان جاری و هم برای کاربر جاری(" -#: tdecore/kde-config.cpp.in:203 +#: tdecore/tde-config.cpp.in:203 msgid "" "%1 - unknown type\n" msgstr "" "%1 - نوع ناشناخته\n" -#: tdecore/kde-config.cpp.in:228 +#: tdecore/tde-config.cpp.in:228 msgid "" "%1 - unknown type of userpath\n" msgstr "" diff --git a/tde-i18n-fi/acinclude.m4 b/tde-i18n-fi/acinclude.m4 index 68b7ababbca..afd8befc656 100644 --- a/tde-i18n-fi/acinclude.m4 +++ b/tde-i18n-fi/acinclude.m4 @@ -5006,13 +5006,13 @@ AC_DEFUN([KDE_SET_PREFIX], KDE_SET_DEFAULT_BINDIRS if test "x$prefix" = "xNONE"; then - dnl no prefix given: look for kde-config in the PATH and deduce the prefix from it - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + dnl no prefix given: look for tde-config in the PATH and deduce the prefix from it + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) else - dnl prefix given: look for kde-config, preferrably in prefix, otherwise in PATH + dnl prefix given: look for tde-config, preferrably in prefix, otherwise in PATH kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) PATH="$kde_save_PATH" fi @@ -5028,7 +5028,7 @@ AC_DEFUN([KDE_SET_PREFIX], AC_MSG_CHECKING([where to install]) if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - AC_MSG_RESULT([$prefix (as returned by kde-config)]) + AC_MSG_RESULT([$prefix (as returned by tde-config)]) else dnl --prefix was given. Compare prefixes and warn (in configure.in.bot.end) if different given_prefix=$prefix diff --git a/tde-i18n-fi/configure b/tde-i18n-fi/configure index 087ea78a8cb..55fdfb10b32 100755 --- a/tde-i18n-fi/configure +++ b/tde-i18n-fi/configure @@ -3750,12 +3750,12 @@ done if test "x$prefix" = "xNONE"; then - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3774,16 +3774,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3803,10 +3803,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3822,12 +3822,12 @@ echo "${ECHO_T}$kde_cv_path" >&6; } kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3846,16 +3846,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3875,10 +3875,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3911,8 +3911,8 @@ echo "$as_me: error: $KDECONFIG --prefix outputed the non existant prefix '$kde_ echo $ECHO_N "checking where to install... $ECHO_C" >&6; } if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - { echo "$as_me:$LINENO: result: $prefix (as returned by kde-config)" >&5 -echo "${ECHO_T}$prefix (as returned by kde-config)" >&6; } + { echo "$as_me:$LINENO: result: $prefix (as returned by tde-config)" >&5 +echo "${ECHO_T}$prefix (as returned by tde-config)" >&6; } else given_prefix=$prefix { echo "$as_me:$LINENO: result: $prefix (as requested)" >&5 @@ -5455,7 +5455,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-fi/configure.in b/tde-i18n-fi/configure.in index 16cf3f1082b..d62e7e79f1e 100644 --- a/tde-i18n-fi/configure.in +++ b/tde-i18n-fi/configure.in @@ -48,7 +48,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-fi/messages/tdelibs/tdelibs.po b/tde-i18n-fi/messages/tdelibs/tdelibs.po index b77b99e30db..b902a1d7634 100644 --- a/tde-i18n-fi/messages/tdelibs/tdelibs.po +++ b/tde-i18n-fi/messages/tdelibs/tdelibs.po @@ -9521,153 +9521,153 @@ msgstr "&Mikä tämä on?" msgid "Tip of the &Day" msgstr "Päivän &vinkki" -#: tdecore/kde-config.cpp.in:14 +#: tdecore/tde-config.cpp.in:14 msgid "A little program to output installation paths" msgstr "Pieni ohjelma asennuspolkujen tulostamiseen" -#: tdecore/kde-config.cpp.in:18 +#: tdecore/tde-config.cpp.in:18 msgid "expand ${prefix} and ${exec_prefix} in output" msgstr "laajenna ${prefix} ja ${exec_prefix} tulosteessa" -#: tdecore/kde-config.cpp.in:19 +#: tdecore/tde-config.cpp.in:19 msgid "Compiled in prefix for KDE libraries" msgstr "Käännetty etuliite KDE-kirjastoille" -#: tdecore/kde-config.cpp.in:20 +#: tdecore/tde-config.cpp.in:20 msgid "Compiled in exec_prefix for KDE libraries" msgstr "Käännetty exec_prefix KDE-kirjastoille" -#: tdecore/kde-config.cpp.in:21 +#: tdecore/tde-config.cpp.in:21 msgid "Compiled in library path suffix" msgstr "Käännetty kirjastopääte" -#: tdecore/kde-config.cpp.in:22 +#: tdecore/tde-config.cpp.in:22 msgid "Prefix in $HOME used to write files" msgstr "Etuliite $HOME:ssa, jonne tiedostoja kirjoitetaan" -#: tdecore/kde-config.cpp.in:23 +#: tdecore/tde-config.cpp.in:23 msgid "Compiled in version string for KDE libraries" msgstr "Käännetty versio KDE-kirjastoille" -#: tdecore/kde-config.cpp.in:24 +#: tdecore/tde-config.cpp.in:24 msgid "Available KDE resource types" msgstr "KDE resurssityypit" -#: tdecore/kde-config.cpp.in:25 +#: tdecore/tde-config.cpp.in:25 msgid "Search path for resource type" msgstr "Hakupolku resurssityypeille" -#: tdecore/kde-config.cpp.in:26 +#: tdecore/tde-config.cpp.in:26 msgid "User path: desktop|autostart|trash|document" msgstr "Käyttäjän polku: desktop|autostart|trash|document" -#: tdecore/kde-config.cpp.in:27 +#: tdecore/tde-config.cpp.in:27 msgid "Prefix to install resource files to" msgstr "Etuliite, jonne resurssitiedostot asennetaan" -#: tdecore/kde-config.cpp.in:168 +#: tdecore/tde-config.cpp.in:168 msgid "Applications menu (.desktop files)" msgstr "Sovellusvalikko (.desktop-tiedostot)" -#: tdecore/kde-config.cpp.in:169 +#: tdecore/tde-config.cpp.in:169 msgid "CGIs to run from kdehelp" msgstr "CGI tiedostot, joita kdehelp käyttää" -#: tdecore/kde-config.cpp.in:170 +#: tdecore/tde-config.cpp.in:170 msgid "Configuration files" msgstr "Asetustiedostot" -#: tdecore/kde-config.cpp.in:171 +#: tdecore/tde-config.cpp.in:171 msgid "Where applications store data" msgstr "Minne sovelmat tallentavat tietonsa" -#: tdecore/kde-config.cpp.in:172 +#: tdecore/tde-config.cpp.in:172 msgid "Executables in $prefix/bin" msgstr "Sovelmat polussa $prefix/bin" -#: tdecore/kde-config.cpp.in:173 +#: tdecore/tde-config.cpp.in:173 msgid "HTML documentation" msgstr "HTML-dokumentaatio" -#: tdecore/kde-config.cpp.in:174 +#: tdecore/tde-config.cpp.in:174 msgid "Icons" msgstr "Kuvakkeet" -#: tdecore/kde-config.cpp.in:175 +#: tdecore/tde-config.cpp.in:175 msgid "Configuration description files" msgstr "Asetuskuvaustiedostot" -#: tdecore/kde-config.cpp.in:176 +#: tdecore/tde-config.cpp.in:176 msgid "Libraries" msgstr "Kirjastot" -#: tdecore/kde-config.cpp.in:177 +#: tdecore/tde-config.cpp.in:177 msgid "Includes/Headers" msgstr "Otsikkotiedostot" -#: tdecore/kde-config.cpp.in:178 +#: tdecore/tde-config.cpp.in:178 msgid "Translation files for KLocale" msgstr "Käännöstiedostot KLocalelle" -#: tdecore/kde-config.cpp.in:179 +#: tdecore/tde-config.cpp.in:179 msgid "Mime types" msgstr "Mimetyypit" -#: tdecore/kde-config.cpp.in:180 +#: tdecore/tde-config.cpp.in:180 msgid "Loadable modules" msgstr "LAdattavat modulit" -#: tdecore/kde-config.cpp.in:181 +#: tdecore/tde-config.cpp.in:181 msgid "Qt plugins" msgstr "Qt:n sovelmat" -#: tdecore/kde-config.cpp.in:182 +#: tdecore/tde-config.cpp.in:182 msgid "Services" msgstr "Palvelut" -#: tdecore/kde-config.cpp.in:183 +#: tdecore/tde-config.cpp.in:183 msgid "Service types" msgstr "PAlvelutyypit" -#: tdecore/kde-config.cpp.in:184 +#: tdecore/tde-config.cpp.in:184 msgid "Application sounds" msgstr "Sovelluksen äänet" -#: tdecore/kde-config.cpp.in:185 +#: tdecore/tde-config.cpp.in:185 msgid "Templates" msgstr "Pohjat" -#: tdecore/kde-config.cpp.in:186 +#: tdecore/tde-config.cpp.in:186 msgid "Wallpapers" msgstr "Taustakuvat" -#: tdecore/kde-config.cpp.in:187 +#: tdecore/tde-config.cpp.in:187 msgid "XDG Application menu (.desktop files)" msgstr "XDG-sovellusvalikko (.desktop-tiedostot)" -#: tdecore/kde-config.cpp.in:188 +#: tdecore/tde-config.cpp.in:188 msgid "XDG Menu descriptions (.directory files)" msgstr "XDG-valikkokuvaukset (.directory-tiedostot)" -#: tdecore/kde-config.cpp.in:189 +#: tdecore/tde-config.cpp.in:189 msgid "XDG Menu layout (.menu files)" msgstr "XDG-valikon ulkonäkö (.menu-tiedostot)" -#: tdecore/kde-config.cpp.in:190 +#: tdecore/tde-config.cpp.in:190 msgid "Temporary files (specific for both current host and current user)" msgstr "Väliaikaistiedostot (nykyisen koneen ja käyttäjän)" -#: tdecore/kde-config.cpp.in:191 +#: tdecore/tde-config.cpp.in:191 msgid "UNIX Sockets (specific for both current host and current user)" msgstr "UNIX-pistokkeet (nykyisen koneen ja käyttäjän)" -#: tdecore/kde-config.cpp.in:203 +#: tdecore/tde-config.cpp.in:203 msgid "" "%1 - unknown type\n" msgstr "" "%1 - tuntematon tyyppi\n" -#: tdecore/kde-config.cpp.in:228 +#: tdecore/tde-config.cpp.in:228 msgid "" "%1 - unknown type of userpath\n" msgstr "" diff --git a/tde-i18n-fr/acinclude.m4 b/tde-i18n-fr/acinclude.m4 index 68b7ababbca..afd8befc656 100644 --- a/tde-i18n-fr/acinclude.m4 +++ b/tde-i18n-fr/acinclude.m4 @@ -5006,13 +5006,13 @@ AC_DEFUN([KDE_SET_PREFIX], KDE_SET_DEFAULT_BINDIRS if test "x$prefix" = "xNONE"; then - dnl no prefix given: look for kde-config in the PATH and deduce the prefix from it - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + dnl no prefix given: look for tde-config in the PATH and deduce the prefix from it + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) else - dnl prefix given: look for kde-config, preferrably in prefix, otherwise in PATH + dnl prefix given: look for tde-config, preferrably in prefix, otherwise in PATH kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) PATH="$kde_save_PATH" fi @@ -5028,7 +5028,7 @@ AC_DEFUN([KDE_SET_PREFIX], AC_MSG_CHECKING([where to install]) if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - AC_MSG_RESULT([$prefix (as returned by kde-config)]) + AC_MSG_RESULT([$prefix (as returned by tde-config)]) else dnl --prefix was given. Compare prefixes and warn (in configure.in.bot.end) if different given_prefix=$prefix diff --git a/tde-i18n-fr/configure b/tde-i18n-fr/configure index 793ad70794f..46b501dc0ae 100755 --- a/tde-i18n-fr/configure +++ b/tde-i18n-fr/configure @@ -3750,12 +3750,12 @@ done if test "x$prefix" = "xNONE"; then - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3774,16 +3774,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3803,10 +3803,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3822,12 +3822,12 @@ echo "${ECHO_T}$kde_cv_path" >&6; } kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3846,16 +3846,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3875,10 +3875,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3911,8 +3911,8 @@ echo "$as_me: error: $KDECONFIG --prefix outputed the non existant prefix '$kde_ echo $ECHO_N "checking where to install... $ECHO_C" >&6; } if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - { echo "$as_me:$LINENO: result: $prefix (as returned by kde-config)" >&5 -echo "${ECHO_T}$prefix (as returned by kde-config)" >&6; } + { echo "$as_me:$LINENO: result: $prefix (as returned by tde-config)" >&5 +echo "${ECHO_T}$prefix (as returned by tde-config)" >&6; } else given_prefix=$prefix { echo "$as_me:$LINENO: result: $prefix (as requested)" >&5 @@ -6346,7 +6346,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-fr/configure.in b/tde-i18n-fr/configure.in index da5a4d5fdc3..5e124e90100 100644 --- a/tde-i18n-fr/configure.in +++ b/tde-i18n-fr/configure.in @@ -345,7 +345,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-fr/docs/tdeadmin/knetworkconf/index.docbook b/tde-i18n-fr/docs/tdeadmin/knetworkconf/index.docbook index b3a598ceb01..fa1feb07a1a 100644 --- a/tde-i18n-fr/docs/tdeadmin/knetworkconf/index.docbook +++ b/tde-i18n-fr/docs/tdeadmin/knetworkconf/index.docbook @@ -1001,7 +1001,7 @@ format="PNG"/> >Ceci n'est recommandé que pour les utilisateur expérimentés. Autrement, la compilation &knetworkconf; n'est pas difficile. Les commandes suivantes devraient y parvenir :</para> <screen ->./configure --prefix=$(kde-config --prefix) +>./configure --prefix=$(tde-config --prefix) make make install </screen> diff --git a/tde-i18n-fr/docs/tdebase/faq/configkde.docbook b/tde-i18n-fr/docs/tdebase/faq/configkde.docbook index 62c959d3c40..02956bd1a80 100644 --- a/tde-i18n-fr/docs/tdebase/faq/configkde.docbook +++ b/tde-i18n-fr/docs/tdebase/faq/configkde.docbook @@ -298,7 +298,7 @@ >TDEDIR</envar > est le préfixe d'installation de &kde; (vous pouvez le trouver en utilisant la commande <userinput ><command ->kde-config</command +>tde-config</command > --prefix</userinput >).</para> <para diff --git a/tde-i18n-fr/docs/tdebase/kate/advanced.docbook b/tde-i18n-fr/docs/tdebase/kate/advanced.docbook index b6adbd6192b..4b1abb4fc70 100644 --- a/tde-i18n-fr/docs/tdebase/kate/advanced.docbook +++ b/tde-i18n-fr/docs/tdebase/kate/advanced.docbook @@ -1268,7 +1268,7 @@ > uniquement. La condition requise est que le script est placé dans un dossier où &kate; peut le trouver, ainsi qu'un fichier .desktop optionnel qui définit les propriétés associées. Le dossier pertinent est nommé <filename >katepart/scripts</filename > dans les dossiers de données de &kde;. Vous trouverez les dossiers de données en exécutant la commande <command ->kde-config <option +>tde-config <option >--path</option > <parameter >data</parameter diff --git a/tde-i18n-fr/docs/tdebase/userguide/index.docbook b/tde-i18n-fr/docs/tdebase/userguide/index.docbook index 05cecf47d22..36180ef380f 100644 --- a/tde-i18n-fr/docs/tdebase/userguide/index.docbook +++ b/tde-i18n-fr/docs/tdebase/userguide/index.docbook @@ -267,7 +267,7 @@ ><para >&kde; s'installe dans sa propre arborescence, que vous pouvez retrouver en exécutant la commande <userinput ><command ->kde-config</command +>tde-config</command > <option >--prefix</option ></userinput diff --git a/tde-i18n-fr/docs/tdebase/userguide/under-the-hood.docbook b/tde-i18n-fr/docs/tdebase/userguide/under-the-hood.docbook index 68f7ccb3f95..da5f13e0586 100644 --- a/tde-i18n-fr/docs/tdebase/userguide/under-the-hood.docbook +++ b/tde-i18n-fr/docs/tdebase/userguide/under-the-hood.docbook @@ -61,7 +61,7 @@ LastFile=/var/tmp/test.txt</programlisting> >) et les fichiers globaux dans le sous-dossier <filename class="directory" >share/config</filename > du chemin d'installation de &kde; (vous pouvez trouver ce chemin d'accès en exécutant la commande <command ->kde-config --prefix</command +>tde-config --prefix</command >). Leurs noms de fichiers se terminent généralement par « rc » (sans point initial), par exemple <filename >kopeterc</filename >.</para> diff --git a/tde-i18n-fr/docs/tdeedu/kgeography/index.docbook b/tde-i18n-fr/docs/tdeedu/kgeography/index.docbook index 9998c76266f..615b79da32a 100644 --- a/tde-i18n-fr/docs/tdeedu/kgeography/index.docbook +++ b/tde-i18n-fr/docs/tdeedu/kgeography/index.docbook @@ -608,7 +608,7 @@ guide the parent/teacher on how to help the child using it. ></filename >, saisissez <userinput ><command ->kde-config</command +>tde-config</command > <option >--prefix</option ></userinput diff --git a/tde-i18n-fr/docs/tdenetwork/lisa/index.docbook b/tde-i18n-fr/docs/tdenetwork/lisa/index.docbook index 9d4d9316692..83f2afaeedc 100644 --- a/tde-i18n-fr/docs/tdenetwork/lisa/index.docbook +++ b/tde-i18n-fr/docs/tdenetwork/lisa/index.docbook @@ -743,7 +743,7 @@ Signaler les hôtes sans nom = 1 # afficher les hôtes >lisarc</filename > dans tous les dossiers retournés en exécutant <userinput ><command ->kde-config</command +>tde-config</command > <option >--path</option > <parameter diff --git a/tde-i18n-fr/messages/tdelibs/tdelibs.po b/tde-i18n-fr/messages/tdelibs/tdelibs.po index e8eb23c8aa4..55ced2aa15e 100644 --- a/tde-i18n-fr/messages/tdelibs/tdelibs.po +++ b/tde-i18n-fr/messages/tdelibs/tdelibs.po @@ -9629,154 +9629,154 @@ msgstr "&Qu'est-ce que c'est ?" msgid "Tip of the &Day" msgstr "Astuce du &jour" -#: tdecore/kde-config.cpp.in:14 +#: tdecore/tde-config.cpp.in:14 msgid "A little program to output installation paths" msgstr "Un petit programme affichant les emplacements d'installation" -#: tdecore/kde-config.cpp.in:18 +#: tdecore/tde-config.cpp.in:18 msgid "expand ${prefix} and ${exec_prefix} in output" msgstr "développer « ${prefix} » et « ${exec_prefix} » dans la sortie" -#: tdecore/kde-config.cpp.in:19 +#: tdecore/tde-config.cpp.in:19 msgid "Compiled in prefix for KDE libraries" msgstr "Compilé dans « prefix » pour les bibliothèques KDE" -#: tdecore/kde-config.cpp.in:20 +#: tdecore/tde-config.cpp.in:20 msgid "Compiled in exec_prefix for KDE libraries" msgstr "Compilé dans « exec_prefix » pour les bibliothèques KDE" -#: tdecore/kde-config.cpp.in:21 +#: tdecore/tde-config.cpp.in:21 msgid "Compiled in library path suffix" msgstr "Compilé dans le suffixe d'emplacement des bibliothèques" -#: tdecore/kde-config.cpp.in:22 +#: tdecore/tde-config.cpp.in:22 msgid "Prefix in $HOME used to write files" msgstr "Préfixe de « $HOME » utilisé pour écrire les fichiers" -#: tdecore/kde-config.cpp.in:23 +#: tdecore/tde-config.cpp.in:23 msgid "Compiled in version string for KDE libraries" msgstr "Compilé dans la chaîne « version » pour les bibliothèques KDE" -#: tdecore/kde-config.cpp.in:24 +#: tdecore/tde-config.cpp.in:24 msgid "Available KDE resource types" msgstr "Types de ressources KDE disponibles" -#: tdecore/kde-config.cpp.in:25 +#: tdecore/tde-config.cpp.in:25 msgid "Search path for resource type" msgstr "Emplacement de recherche pour le type de ressource" -#: tdecore/kde-config.cpp.in:26 +#: tdecore/tde-config.cpp.in:26 msgid "User path: desktop|autostart|trash|document" msgstr "Emplacement utilisateur : desktop|autostart|trash|document" -#: tdecore/kde-config.cpp.in:27 +#: tdecore/tde-config.cpp.in:27 msgid "Prefix to install resource files to" msgstr "Préfixe où installer les fichiers de ressources" -#: tdecore/kde-config.cpp.in:168 +#: tdecore/tde-config.cpp.in:168 msgid "Applications menu (.desktop files)" msgstr "Menu d'applications (fichiers « .desktop »)" -#: tdecore/kde-config.cpp.in:169 +#: tdecore/tde-config.cpp.in:169 msgid "CGIs to run from kdehelp" msgstr "CGI à exécuter depuis « kdehelp »" -#: tdecore/kde-config.cpp.in:170 +#: tdecore/tde-config.cpp.in:170 msgid "Configuration files" msgstr "Fichiers de configuration" -#: tdecore/kde-config.cpp.in:171 +#: tdecore/tde-config.cpp.in:171 msgid "Where applications store data" msgstr "Où les applications conservent leurs données" -#: tdecore/kde-config.cpp.in:172 +#: tdecore/tde-config.cpp.in:172 msgid "Executables in $prefix/bin" msgstr "Exécutables dans « $prefix/bin »" -#: tdecore/kde-config.cpp.in:173 +#: tdecore/tde-config.cpp.in:173 msgid "HTML documentation" msgstr "Documentation HTML" -#: tdecore/kde-config.cpp.in:174 +#: tdecore/tde-config.cpp.in:174 msgid "Icons" msgstr "Icônes" -#: tdecore/kde-config.cpp.in:175 +#: tdecore/tde-config.cpp.in:175 msgid "Configuration description files" msgstr "Fichiers de description de configuration" -#: tdecore/kde-config.cpp.in:176 +#: tdecore/tde-config.cpp.in:176 msgid "Libraries" msgstr "Bibliothèques" -#: tdecore/kde-config.cpp.in:177 +#: tdecore/tde-config.cpp.in:177 msgid "Includes/Headers" msgstr "Inclusions / En-têtes" -#: tdecore/kde-config.cpp.in:178 +#: tdecore/tde-config.cpp.in:178 msgid "Translation files for KLocale" msgstr "Fichiers de traduction pour KLocale" -#: tdecore/kde-config.cpp.in:179 +#: tdecore/tde-config.cpp.in:179 msgid "Mime types" msgstr "Types MIME" -#: tdecore/kde-config.cpp.in:180 +#: tdecore/tde-config.cpp.in:180 msgid "Loadable modules" msgstr "Modules chargeables" -#: tdecore/kde-config.cpp.in:181 +#: tdecore/tde-config.cpp.in:181 msgid "Qt plugins" msgstr "Modules Qt" -#: tdecore/kde-config.cpp.in:182 +#: tdecore/tde-config.cpp.in:182 msgid "Services" msgstr "Services" -#: tdecore/kde-config.cpp.in:183 +#: tdecore/tde-config.cpp.in:183 msgid "Service types" msgstr "Types de services" -#: tdecore/kde-config.cpp.in:184 +#: tdecore/tde-config.cpp.in:184 msgid "Application sounds" msgstr "Sons d'applications" -#: tdecore/kde-config.cpp.in:185 +#: tdecore/tde-config.cpp.in:185 msgid "Templates" msgstr "Modèles" -#: tdecore/kde-config.cpp.in:186 +#: tdecore/tde-config.cpp.in:186 msgid "Wallpapers" msgstr "Papiers peint" -#: tdecore/kde-config.cpp.in:187 +#: tdecore/tde-config.cpp.in:187 msgid "XDG Application menu (.desktop files)" msgstr "Menu d'application XDG (fichiers « .desktop »)" -#: tdecore/kde-config.cpp.in:188 +#: tdecore/tde-config.cpp.in:188 msgid "XDG Menu descriptions (.directory files)" msgstr "Descriptions de menu XDG (fichiers « .directory »)" -#: tdecore/kde-config.cpp.in:189 +#: tdecore/tde-config.cpp.in:189 msgid "XDG Menu layout (.menu files)" msgstr "Disposition de menu XDG (fichiers « .menu »)" -#: tdecore/kde-config.cpp.in:190 +#: tdecore/tde-config.cpp.in:190 msgid "Temporary files (specific for both current host and current user)" msgstr "" "Fichiers temporaires (spécifiques à l'utilisateur et la machine courants)" -#: tdecore/kde-config.cpp.in:191 +#: tdecore/tde-config.cpp.in:191 msgid "UNIX Sockets (specific for both current host and current user)" msgstr "Sockets UNIX (spécifiques à l'utilisateur et la machine courants)" -#: tdecore/kde-config.cpp.in:203 +#: tdecore/tde-config.cpp.in:203 msgid "" "%1 - unknown type\n" msgstr "" "%1 - type inconnu\n" -#: tdecore/kde-config.cpp.in:228 +#: tdecore/tde-config.cpp.in:228 msgid "" "%1 - unknown type of userpath\n" msgstr "" diff --git a/tde-i18n-fy/acinclude.m4 b/tde-i18n-fy/acinclude.m4 index 68b7ababbca..afd8befc656 100644 --- a/tde-i18n-fy/acinclude.m4 +++ b/tde-i18n-fy/acinclude.m4 @@ -5006,13 +5006,13 @@ AC_DEFUN([KDE_SET_PREFIX], KDE_SET_DEFAULT_BINDIRS if test "x$prefix" = "xNONE"; then - dnl no prefix given: look for kde-config in the PATH and deduce the prefix from it - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + dnl no prefix given: look for tde-config in the PATH and deduce the prefix from it + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) else - dnl prefix given: look for kde-config, preferrably in prefix, otherwise in PATH + dnl prefix given: look for tde-config, preferrably in prefix, otherwise in PATH kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) PATH="$kde_save_PATH" fi @@ -5028,7 +5028,7 @@ AC_DEFUN([KDE_SET_PREFIX], AC_MSG_CHECKING([where to install]) if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - AC_MSG_RESULT([$prefix (as returned by kde-config)]) + AC_MSG_RESULT([$prefix (as returned by tde-config)]) else dnl --prefix was given. Compare prefixes and warn (in configure.in.bot.end) if different given_prefix=$prefix diff --git a/tde-i18n-fy/configure b/tde-i18n-fy/configure index 88045bb424b..d0b8726a150 100755 --- a/tde-i18n-fy/configure +++ b/tde-i18n-fy/configure @@ -3750,12 +3750,12 @@ done if test "x$prefix" = "xNONE"; then - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3774,16 +3774,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3803,10 +3803,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3822,12 +3822,12 @@ echo "${ECHO_T}$kde_cv_path" >&6; } kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3846,16 +3846,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3875,10 +3875,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3911,8 +3911,8 @@ echo "$as_me: error: $KDECONFIG --prefix outputed the non existant prefix '$kde_ echo $ECHO_N "checking where to install... $ECHO_C" >&6; } if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - { echo "$as_me:$LINENO: result: $prefix (as returned by kde-config)" >&5 -echo "${ECHO_T}$prefix (as returned by kde-config)" >&6; } + { echo "$as_me:$LINENO: result: $prefix (as returned by tde-config)" >&5 +echo "${ECHO_T}$prefix (as returned by tde-config)" >&6; } else given_prefix=$prefix { echo "$as_me:$LINENO: result: $prefix (as requested)" >&5 @@ -5395,7 +5395,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-fy/configure.in b/tde-i18n-fy/configure.in index 17c475c14e1..60271bcd94c 100644 --- a/tde-i18n-fy/configure.in +++ b/tde-i18n-fy/configure.in @@ -28,7 +28,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-fy/messages/tdelibs/tdelibs.po b/tde-i18n-fy/messages/tdelibs/tdelibs.po index 94d3b0650a9..73c6a9dcd49 100644 --- a/tde-i18n-fy/messages/tdelibs/tdelibs.po +++ b/tde-i18n-fy/messages/tdelibs/tdelibs.po @@ -9559,153 +9559,153 @@ msgstr "Wat is di&t?" msgid "Tip of the &Day" msgstr "Tip fan de &dei" -#: tdecore/kde-config.cpp.in:14 +#: tdecore/tde-config.cpp.in:14 msgid "A little program to output installation paths" msgstr "In lyts programma dat ynstalaasjepaden útfiert." -#: tdecore/kde-config.cpp.in:18 +#: tdecore/tde-config.cpp.in:18 msgid "expand ${prefix} and ${exec_prefix} in output" msgstr "${prefix} en ${exec_prefix} yn útfier útwreidzje" -#: tdecore/kde-config.cpp.in:19 +#: tdecore/tde-config.cpp.in:19 msgid "Compiled in prefix for KDE libraries" msgstr "Kompilearre yn prefix foar KDE-bibleteken" -#: tdecore/kde-config.cpp.in:20 +#: tdecore/tde-config.cpp.in:20 msgid "Compiled in exec_prefix for KDE libraries" msgstr "Kompilearre yn exec_prefix foar KDE-bibleteken" -#: tdecore/kde-config.cpp.in:21 +#: tdecore/tde-config.cpp.in:21 msgid "Compiled in library path suffix" msgstr "Kompilearre yn bibleteek paad suffix" -#: tdecore/kde-config.cpp.in:22 +#: tdecore/tde-config.cpp.in:22 msgid "Prefix in $HOME used to write files" msgstr "Prefix yn $HOME brûkt foar it skriuwen fan triemmen" -#: tdecore/kde-config.cpp.in:23 +#: tdecore/tde-config.cpp.in:23 msgid "Compiled in version string for KDE libraries" msgstr "Kompilearre yn version string foar KDE-bibleteken" -#: tdecore/kde-config.cpp.in:24 +#: tdecore/tde-config.cpp.in:24 msgid "Available KDE resource types" msgstr "Beskikbere KDE helpboarnetype" -#: tdecore/kde-config.cpp.in:25 +#: tdecore/tde-config.cpp.in:25 msgid "Search path for resource type" msgstr "Sykpaad foar helpboarnetype" -#: tdecore/kde-config.cpp.in:26 +#: tdecore/tde-config.cpp.in:26 msgid "User path: desktop|autostart|trash|document" msgstr "Brûkerspaad: desktop|autostart|trash|document" -#: tdecore/kde-config.cpp.in:27 +#: tdecore/tde-config.cpp.in:27 msgid "Prefix to install resource files to" msgstr "Prefix foar it ynstallearjen fan helpboarnetriemmen nei" -#: tdecore/kde-config.cpp.in:168 +#: tdecore/tde-config.cpp.in:168 msgid "Applications menu (.desktop files)" msgstr "Programmamenu (.desktop-triemmen)" -#: tdecore/kde-config.cpp.in:169 +#: tdecore/tde-config.cpp.in:169 msgid "CGIs to run from kdehelp" msgstr "CGIs om te draaien fanút kdehelp" -#: tdecore/kde-config.cpp.in:170 +#: tdecore/tde-config.cpp.in:170 msgid "Configuration files" msgstr "Konfiguraasjetriemmen" -#: tdecore/kde-config.cpp.in:171 +#: tdecore/tde-config.cpp.in:171 msgid "Where applications store data" msgstr "Wêr programma's har data bewarje" -#: tdecore/kde-config.cpp.in:172 +#: tdecore/tde-config.cpp.in:172 msgid "Executables in $prefix/bin" msgstr "Wurdt útfiert yn $prefix/bin" -#: tdecore/kde-config.cpp.in:173 +#: tdecore/tde-config.cpp.in:173 msgid "HTML documentation" msgstr "HTML-dokumintaasje" -#: tdecore/kde-config.cpp.in:174 +#: tdecore/tde-config.cpp.in:174 msgid "Icons" msgstr "Byldkaikes" -#: tdecore/kde-config.cpp.in:175 +#: tdecore/tde-config.cpp.in:175 msgid "Configuration description files" msgstr "Konfiguraasje beskriuwingstriemmen" -#: tdecore/kde-config.cpp.in:176 +#: tdecore/tde-config.cpp.in:176 msgid "Libraries" msgstr "Bibleteken" -#: tdecore/kde-config.cpp.in:177 +#: tdecore/tde-config.cpp.in:177 msgid "Includes/Headers" msgstr "Includes/Headers" -#: tdecore/kde-config.cpp.in:178 +#: tdecore/tde-config.cpp.in:178 msgid "Translation files for KLocale" msgstr "Oersettriemmen foar KLocale" -#: tdecore/kde-config.cpp.in:179 +#: tdecore/tde-config.cpp.in:179 msgid "Mime types" msgstr "Mime-typen" -#: tdecore/kde-config.cpp.in:180 +#: tdecore/tde-config.cpp.in:180 msgid "Loadable modules" msgstr "Laadbere modules" -#: tdecore/kde-config.cpp.in:181 +#: tdecore/tde-config.cpp.in:181 msgid "Qt plugins" msgstr "Qt-plugins" -#: tdecore/kde-config.cpp.in:182 +#: tdecore/tde-config.cpp.in:182 msgid "Services" msgstr "Tsjinsten" -#: tdecore/kde-config.cpp.in:183 +#: tdecore/tde-config.cpp.in:183 msgid "Service types" msgstr "Tsjinsttypen" -#: tdecore/kde-config.cpp.in:184 +#: tdecore/tde-config.cpp.in:184 msgid "Application sounds" msgstr "Programmalûden" -#: tdecore/kde-config.cpp.in:185 +#: tdecore/tde-config.cpp.in:185 msgid "Templates" msgstr "Sjabloanen" -#: tdecore/kde-config.cpp.in:186 +#: tdecore/tde-config.cpp.in:186 msgid "Wallpapers" msgstr "Buroblêdeftergrûnen" -#: tdecore/kde-config.cpp.in:187 +#: tdecore/tde-config.cpp.in:187 msgid "XDG Application menu (.desktop files)" msgstr "XDG-programmamenu (.desktop-triemmen)" -#: tdecore/kde-config.cpp.in:188 +#: tdecore/tde-config.cpp.in:188 msgid "XDG Menu descriptions (.directory files)" msgstr "XDG-menubeskriuwings (.directory-triemmen)" -#: tdecore/kde-config.cpp.in:189 +#: tdecore/tde-config.cpp.in:189 msgid "XDG Menu layout (.menu files)" msgstr "XDG-menu-yndieling (.menu-triemmen)" -#: tdecore/kde-config.cpp.in:190 +#: tdecore/tde-config.cpp.in:190 msgid "Temporary files (specific for both current host and current user)" msgstr "Tydlike triemmen (spesifyk foar sawol aktive host as aktive brûker)" -#: tdecore/kde-config.cpp.in:191 +#: tdecore/tde-config.cpp.in:191 msgid "UNIX Sockets (specific for both current host and current user)" msgstr "UNIX-sockets (spesifyk foar sawol aktive host as aktive brûker)" -#: tdecore/kde-config.cpp.in:203 +#: tdecore/tde-config.cpp.in:203 msgid "" "%1 - unknown type\n" msgstr "" "%1 - ûnbekend type\n" -#: tdecore/kde-config.cpp.in:228 +#: tdecore/tde-config.cpp.in:228 msgid "" "%1 - unknown type of userpath\n" msgstr "" diff --git a/tde-i18n-ga/acinclude.m4 b/tde-i18n-ga/acinclude.m4 index 68b7ababbca..afd8befc656 100644 --- a/tde-i18n-ga/acinclude.m4 +++ b/tde-i18n-ga/acinclude.m4 @@ -5006,13 +5006,13 @@ AC_DEFUN([KDE_SET_PREFIX], KDE_SET_DEFAULT_BINDIRS if test "x$prefix" = "xNONE"; then - dnl no prefix given: look for kde-config in the PATH and deduce the prefix from it - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + dnl no prefix given: look for tde-config in the PATH and deduce the prefix from it + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) else - dnl prefix given: look for kde-config, preferrably in prefix, otherwise in PATH + dnl prefix given: look for tde-config, preferrably in prefix, otherwise in PATH kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) PATH="$kde_save_PATH" fi @@ -5028,7 +5028,7 @@ AC_DEFUN([KDE_SET_PREFIX], AC_MSG_CHECKING([where to install]) if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - AC_MSG_RESULT([$prefix (as returned by kde-config)]) + AC_MSG_RESULT([$prefix (as returned by tde-config)]) else dnl --prefix was given. Compare prefixes and warn (in configure.in.bot.end) if different given_prefix=$prefix diff --git a/tde-i18n-ga/configure b/tde-i18n-ga/configure index e5e17bf1e49..f5f52775a4f 100755 --- a/tde-i18n-ga/configure +++ b/tde-i18n-ga/configure @@ -3750,12 +3750,12 @@ done if test "x$prefix" = "xNONE"; then - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3774,16 +3774,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3803,10 +3803,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3822,12 +3822,12 @@ echo "${ECHO_T}$kde_cv_path" >&6; } kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3846,16 +3846,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3875,10 +3875,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3911,8 +3911,8 @@ echo "$as_me: error: $KDECONFIG --prefix outputed the non existant prefix '$kde_ echo $ECHO_N "checking where to install... $ECHO_C" >&6; } if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - { echo "$as_me:$LINENO: result: $prefix (as returned by kde-config)" >&5 -echo "${ECHO_T}$prefix (as returned by kde-config)" >&6; } + { echo "$as_me:$LINENO: result: $prefix (as returned by tde-config)" >&5 +echo "${ECHO_T}$prefix (as returned by tde-config)" >&6; } else given_prefix=$prefix { echo "$as_me:$LINENO: result: $prefix (as requested)" >&5 @@ -5434,7 +5434,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-ga/configure.in b/tde-i18n-ga/configure.in index 84a30390b49..2865c807865 100644 --- a/tde-i18n-ga/configure.in +++ b/tde-i18n-ga/configure.in @@ -41,7 +41,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-ga/messages/tdelibs/tdelibs.po b/tde-i18n-ga/messages/tdelibs/tdelibs.po index af2d7778cc9..3c1b8c5b9d4 100644 --- a/tde-i18n-ga/messages/tdelibs/tdelibs.po +++ b/tde-i18n-ga/messages/tdelibs/tdelibs.po @@ -9176,153 +9176,153 @@ msgstr "Cad É &Seo?" msgid "Tip of the &Day" msgstr "Leid an &Lae" -#: tdecore/kde-config.cpp.in:14 +#: tdecore/tde-config.cpp.in:14 msgid "A little program to output installation paths" msgstr "" -#: tdecore/kde-config.cpp.in:18 +#: tdecore/tde-config.cpp.in:18 msgid "expand ${prefix} and ${exec_prefix} in output" msgstr "leathnaigh ${prefix} agus ${exec_prefix} san aschur" -#: tdecore/kde-config.cpp.in:19 +#: tdecore/tde-config.cpp.in:19 msgid "Compiled in prefix for KDE libraries" msgstr "Réimír réamhthiomsaithe le haghaidh leabharlanna KDE" -#: tdecore/kde-config.cpp.in:20 +#: tdecore/tde-config.cpp.in:20 msgid "Compiled in exec_prefix for KDE libraries" msgstr "Réimír `exec_prefix' réamhthiomsaithe le haghaidh leabharlanna KDE" -#: tdecore/kde-config.cpp.in:21 +#: tdecore/tde-config.cpp.in:21 msgid "Compiled in library path suffix" msgstr "" -#: tdecore/kde-config.cpp.in:22 +#: tdecore/tde-config.cpp.in:22 msgid "Prefix in $HOME used to write files" msgstr "" -#: tdecore/kde-config.cpp.in:23 +#: tdecore/tde-config.cpp.in:23 msgid "Compiled in version string for KDE libraries" msgstr "" -#: tdecore/kde-config.cpp.in:24 +#: tdecore/tde-config.cpp.in:24 msgid "Available KDE resource types" msgstr "Cineálacha acmhainne KDE atá ar fáil" -#: tdecore/kde-config.cpp.in:25 +#: tdecore/tde-config.cpp.in:25 msgid "Search path for resource type" msgstr "" -#: tdecore/kde-config.cpp.in:26 +#: tdecore/tde-config.cpp.in:26 msgid "User path: desktop|autostart|trash|document" msgstr "" -#: tdecore/kde-config.cpp.in:27 +#: tdecore/tde-config.cpp.in:27 msgid "Prefix to install resource files to" msgstr "" -#: tdecore/kde-config.cpp.in:168 +#: tdecore/tde-config.cpp.in:168 msgid "Applications menu (.desktop files)" msgstr "Roghchlár na bhfeidhmchlár (comhaid .desktop)" -#: tdecore/kde-config.cpp.in:169 +#: tdecore/tde-config.cpp.in:169 msgid "CGIs to run from kdehelp" msgstr "" -#: tdecore/kde-config.cpp.in:170 +#: tdecore/tde-config.cpp.in:170 msgid "Configuration files" msgstr "Comhaid chumraíochta" -#: tdecore/kde-config.cpp.in:171 +#: tdecore/tde-config.cpp.in:171 msgid "Where applications store data" msgstr "An áit ina stórálann feidhmchláir sonraí" -#: tdecore/kde-config.cpp.in:172 +#: tdecore/tde-config.cpp.in:172 msgid "Executables in $prefix/bin" msgstr "Comhaid inrite i $prefix/bin" -#: tdecore/kde-config.cpp.in:173 +#: tdecore/tde-config.cpp.in:173 msgid "HTML documentation" msgstr "Doiciméadú HTML" -#: tdecore/kde-config.cpp.in:174 +#: tdecore/tde-config.cpp.in:174 msgid "Icons" msgstr "Deilbhíní" -#: tdecore/kde-config.cpp.in:175 +#: tdecore/tde-config.cpp.in:175 msgid "Configuration description files" msgstr "" -#: tdecore/kde-config.cpp.in:176 +#: tdecore/tde-config.cpp.in:176 msgid "Libraries" msgstr "Leabharlanna" -#: tdecore/kde-config.cpp.in:177 +#: tdecore/tde-config.cpp.in:177 msgid "Includes/Headers" msgstr "Ceanntásca" -#: tdecore/kde-config.cpp.in:178 +#: tdecore/tde-config.cpp.in:178 msgid "Translation files for KLocale" msgstr "Comhaid aistriúcháin le haghaidh KLocale" -#: tdecore/kde-config.cpp.in:179 +#: tdecore/tde-config.cpp.in:179 msgid "Mime types" msgstr "Cineálacha MIME" -#: tdecore/kde-config.cpp.in:180 +#: tdecore/tde-config.cpp.in:180 msgid "Loadable modules" msgstr "Modúil inluchtaithe" -#: tdecore/kde-config.cpp.in:181 +#: tdecore/tde-config.cpp.in:181 msgid "Qt plugins" msgstr "Breiseáin Qt" -#: tdecore/kde-config.cpp.in:182 +#: tdecore/tde-config.cpp.in:182 msgid "Services" msgstr "Seirbhísí" -#: tdecore/kde-config.cpp.in:183 +#: tdecore/tde-config.cpp.in:183 msgid "Service types" msgstr "Cineálacha seirbhíse" -#: tdecore/kde-config.cpp.in:184 +#: tdecore/tde-config.cpp.in:184 msgid "Application sounds" msgstr "Fuaimeanna feidhmchláir" -#: tdecore/kde-config.cpp.in:185 +#: tdecore/tde-config.cpp.in:185 msgid "Templates" msgstr "Teimpléid" -#: tdecore/kde-config.cpp.in:186 +#: tdecore/tde-config.cpp.in:186 msgid "Wallpapers" msgstr "Cúlbhrait" -#: tdecore/kde-config.cpp.in:187 +#: tdecore/tde-config.cpp.in:187 msgid "XDG Application menu (.desktop files)" msgstr "Roghchlár na bhfeidhmchlár XDG (comhaid .desktop)" -#: tdecore/kde-config.cpp.in:188 +#: tdecore/tde-config.cpp.in:188 msgid "XDG Menu descriptions (.directory files)" msgstr "" -#: tdecore/kde-config.cpp.in:189 +#: tdecore/tde-config.cpp.in:189 msgid "XDG Menu layout (.menu files)" msgstr "Leagan amach an roghchláir XDG (comhaid .menu)" -#: tdecore/kde-config.cpp.in:190 +#: tdecore/tde-config.cpp.in:190 msgid "Temporary files (specific for both current host and current user)" msgstr "" -#: tdecore/kde-config.cpp.in:191 +#: tdecore/tde-config.cpp.in:191 msgid "UNIX Sockets (specific for both current host and current user)" msgstr "" -#: tdecore/kde-config.cpp.in:203 +#: tdecore/tde-config.cpp.in:203 msgid "" "%1 - unknown type\n" msgstr "" "%1 - cineál anaithnid\n" -#: tdecore/kde-config.cpp.in:228 +#: tdecore/tde-config.cpp.in:228 msgid "" "%1 - unknown type of userpath\n" msgstr "" diff --git a/tde-i18n-gl/acinclude.m4 b/tde-i18n-gl/acinclude.m4 index 68b7ababbca..afd8befc656 100644 --- a/tde-i18n-gl/acinclude.m4 +++ b/tde-i18n-gl/acinclude.m4 @@ -5006,13 +5006,13 @@ AC_DEFUN([KDE_SET_PREFIX], KDE_SET_DEFAULT_BINDIRS if test "x$prefix" = "xNONE"; then - dnl no prefix given: look for kde-config in the PATH and deduce the prefix from it - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + dnl no prefix given: look for tde-config in the PATH and deduce the prefix from it + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) else - dnl prefix given: look for kde-config, preferrably in prefix, otherwise in PATH + dnl prefix given: look for tde-config, preferrably in prefix, otherwise in PATH kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) PATH="$kde_save_PATH" fi @@ -5028,7 +5028,7 @@ AC_DEFUN([KDE_SET_PREFIX], AC_MSG_CHECKING([where to install]) if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - AC_MSG_RESULT([$prefix (as returned by kde-config)]) + AC_MSG_RESULT([$prefix (as returned by tde-config)]) else dnl --prefix was given. Compare prefixes and warn (in configure.in.bot.end) if different given_prefix=$prefix diff --git a/tde-i18n-gl/configure b/tde-i18n-gl/configure index e6fdea1421b..48500f7af68 100755 --- a/tde-i18n-gl/configure +++ b/tde-i18n-gl/configure @@ -3750,12 +3750,12 @@ done if test "x$prefix" = "xNONE"; then - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3774,16 +3774,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3803,10 +3803,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3822,12 +3822,12 @@ echo "${ECHO_T}$kde_cv_path" >&6; } kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3846,16 +3846,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3875,10 +3875,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3911,8 +3911,8 @@ echo "$as_me: error: $KDECONFIG --prefix outputed the non existant prefix '$kde_ echo $ECHO_N "checking where to install... $ECHO_C" >&6; } if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - { echo "$as_me:$LINENO: result: $prefix (as returned by kde-config)" >&5 -echo "${ECHO_T}$prefix (as returned by kde-config)" >&6; } + { echo "$as_me:$LINENO: result: $prefix (as returned by tde-config)" >&5 +echo "${ECHO_T}$prefix (as returned by tde-config)" >&6; } else given_prefix=$prefix { echo "$as_me:$LINENO: result: $prefix (as requested)" >&5 @@ -5425,7 +5425,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-gl/configure.in b/tde-i18n-gl/configure.in index 24a3aa10906..2915f9af188 100644 --- a/tde-i18n-gl/configure.in +++ b/tde-i18n-gl/configure.in @@ -38,7 +38,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-gl/messages/tdelibs/tdelibs.po b/tde-i18n-gl/messages/tdelibs/tdelibs.po index 3e5969b1ae1..60c51a0ad91 100644 --- a/tde-i18n-gl/messages/tdelibs/tdelibs.po +++ b/tde-i18n-gl/messages/tdelibs/tdelibs.po @@ -9461,155 +9461,155 @@ msgstr "¿Que é &Isto?" msgid "Tip of the &Day" msgstr "Consello do &Día" -#: tdecore/kde-config.cpp.in:14 +#: tdecore/tde-config.cpp.in:14 msgid "A little program to output installation paths" msgstr "" -#: tdecore/kde-config.cpp.in:18 +#: tdecore/tde-config.cpp.in:18 msgid "expand ${prefix} and ${exec_prefix} in output" msgstr "" -#: tdecore/kde-config.cpp.in:19 +#: tdecore/tde-config.cpp.in:19 msgid "Compiled in prefix for KDE libraries" msgstr "" -#: tdecore/kde-config.cpp.in:20 +#: tdecore/tde-config.cpp.in:20 msgid "Compiled in exec_prefix for KDE libraries" msgstr "" -#: tdecore/kde-config.cpp.in:21 +#: tdecore/tde-config.cpp.in:21 msgid "Compiled in library path suffix" msgstr "" -#: tdecore/kde-config.cpp.in:22 +#: tdecore/tde-config.cpp.in:22 msgid "Prefix in $HOME used to write files" msgstr "" -#: tdecore/kde-config.cpp.in:23 +#: tdecore/tde-config.cpp.in:23 msgid "Compiled in version string for KDE libraries" msgstr "" -#: tdecore/kde-config.cpp.in:24 +#: tdecore/tde-config.cpp.in:24 #, fuzzy msgid "Available KDE resource types" msgstr "Enderezos dispoñíbeis:" -#: tdecore/kde-config.cpp.in:25 +#: tdecore/tde-config.cpp.in:25 msgid "Search path for resource type" msgstr "" -#: tdecore/kde-config.cpp.in:26 +#: tdecore/tde-config.cpp.in:26 msgid "User path: desktop|autostart|trash|document" msgstr "" -#: tdecore/kde-config.cpp.in:27 +#: tdecore/tde-config.cpp.in:27 msgid "Prefix to install resource files to" msgstr "" -#: tdecore/kde-config.cpp.in:168 +#: tdecore/tde-config.cpp.in:168 msgid "Applications menu (.desktop files)" msgstr "" -#: tdecore/kde-config.cpp.in:169 +#: tdecore/tde-config.cpp.in:169 msgid "CGIs to run from kdehelp" msgstr "" -#: tdecore/kde-config.cpp.in:170 +#: tdecore/tde-config.cpp.in:170 msgid "Configuration files" msgstr "Ficheiros de configuración" -#: tdecore/kde-config.cpp.in:171 +#: tdecore/tde-config.cpp.in:171 msgid "Where applications store data" msgstr "Onde as aplicacións gravan os seus datos" -#: tdecore/kde-config.cpp.in:172 +#: tdecore/tde-config.cpp.in:172 msgid "Executables in $prefix/bin" msgstr "" -#: tdecore/kde-config.cpp.in:173 +#: tdecore/tde-config.cpp.in:173 msgid "HTML documentation" msgstr "Documentación HTML" -#: tdecore/kde-config.cpp.in:174 +#: tdecore/tde-config.cpp.in:174 msgid "Icons" msgstr "Iconas" -#: tdecore/kde-config.cpp.in:175 +#: tdecore/tde-config.cpp.in:175 #, fuzzy msgid "Configuration description files" msgstr "Ficheiro de opcións da xeración de código" -#: tdecore/kde-config.cpp.in:176 +#: tdecore/tde-config.cpp.in:176 msgid "Libraries" msgstr "" -#: tdecore/kde-config.cpp.in:177 +#: tdecore/tde-config.cpp.in:177 msgid "Includes/Headers" msgstr "" -#: tdecore/kde-config.cpp.in:178 +#: tdecore/tde-config.cpp.in:178 msgid "Translation files for KLocale" msgstr "" -#: tdecore/kde-config.cpp.in:179 +#: tdecore/tde-config.cpp.in:179 msgid "Mime types" msgstr "" -#: tdecore/kde-config.cpp.in:180 +#: tdecore/tde-config.cpp.in:180 msgid "Loadable modules" msgstr "" -#: tdecore/kde-config.cpp.in:181 +#: tdecore/tde-config.cpp.in:181 msgid "Qt plugins" msgstr "Extensións de Qt" -#: tdecore/kde-config.cpp.in:182 +#: tdecore/tde-config.cpp.in:182 msgid "Services" msgstr "Servizos" -#: tdecore/kde-config.cpp.in:183 +#: tdecore/tde-config.cpp.in:183 msgid "Service types" msgstr "" -#: tdecore/kde-config.cpp.in:184 +#: tdecore/tde-config.cpp.in:184 msgid "Application sounds" msgstr "Sons de aplicación" -#: tdecore/kde-config.cpp.in:185 +#: tdecore/tde-config.cpp.in:185 msgid "Templates" msgstr "Planteis" -#: tdecore/kde-config.cpp.in:186 +#: tdecore/tde-config.cpp.in:186 msgid "Wallpapers" msgstr "" -#: tdecore/kde-config.cpp.in:187 +#: tdecore/tde-config.cpp.in:187 msgid "XDG Application menu (.desktop files)" msgstr "" -#: tdecore/kde-config.cpp.in:188 +#: tdecore/tde-config.cpp.in:188 msgid "XDG Menu descriptions (.directory files)" msgstr "" -#: tdecore/kde-config.cpp.in:189 +#: tdecore/tde-config.cpp.in:189 msgid "XDG Menu layout (.menu files)" msgstr "" -#: tdecore/kde-config.cpp.in:190 +#: tdecore/tde-config.cpp.in:190 msgid "Temporary files (specific for both current host and current user)" msgstr "" -#: tdecore/kde-config.cpp.in:191 +#: tdecore/tde-config.cpp.in:191 msgid "UNIX Sockets (specific for both current host and current user)" msgstr "" -#: tdecore/kde-config.cpp.in:203 +#: tdecore/tde-config.cpp.in:203 msgid "" "%1 - unknown type\n" msgstr "" "%1 - tipo descoñecido\n" -#: tdecore/kde-config.cpp.in:228 +#: tdecore/tde-config.cpp.in:228 msgid "" "%1 - unknown type of userpath\n" msgstr "" diff --git a/tde-i18n-he/acinclude.m4 b/tde-i18n-he/acinclude.m4 index 68b7ababbca..afd8befc656 100644 --- a/tde-i18n-he/acinclude.m4 +++ b/tde-i18n-he/acinclude.m4 @@ -5006,13 +5006,13 @@ AC_DEFUN([KDE_SET_PREFIX], KDE_SET_DEFAULT_BINDIRS if test "x$prefix" = "xNONE"; then - dnl no prefix given: look for kde-config in the PATH and deduce the prefix from it - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + dnl no prefix given: look for tde-config in the PATH and deduce the prefix from it + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) else - dnl prefix given: look for kde-config, preferrably in prefix, otherwise in PATH + dnl prefix given: look for tde-config, preferrably in prefix, otherwise in PATH kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) PATH="$kde_save_PATH" fi @@ -5028,7 +5028,7 @@ AC_DEFUN([KDE_SET_PREFIX], AC_MSG_CHECKING([where to install]) if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - AC_MSG_RESULT([$prefix (as returned by kde-config)]) + AC_MSG_RESULT([$prefix (as returned by tde-config)]) else dnl --prefix was given. Compare prefixes and warn (in configure.in.bot.end) if different given_prefix=$prefix diff --git a/tde-i18n-he/configure b/tde-i18n-he/configure index 3b27d461690..dc3b7f423fc 100755 --- a/tde-i18n-he/configure +++ b/tde-i18n-he/configure @@ -3750,12 +3750,12 @@ done if test "x$prefix" = "xNONE"; then - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3774,16 +3774,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3803,10 +3803,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3822,12 +3822,12 @@ echo "${ECHO_T}$kde_cv_path" >&6; } kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3846,16 +3846,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3875,10 +3875,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3911,8 +3911,8 @@ echo "$as_me: error: $KDECONFIG --prefix outputed the non existant prefix '$kde_ echo $ECHO_N "checking where to install... $ECHO_C" >&6; } if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - { echo "$as_me:$LINENO: result: $prefix (as returned by kde-config)" >&5 -echo "${ECHO_T}$prefix (as returned by kde-config)" >&6; } + { echo "$as_me:$LINENO: result: $prefix (as returned by tde-config)" >&5 +echo "${ECHO_T}$prefix (as returned by tde-config)" >&6; } else given_prefix=$prefix { echo "$as_me:$LINENO: result: $prefix (as requested)" >&5 @@ -5446,7 +5446,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-he/configure.in b/tde-i18n-he/configure.in index 1a6d9807c1c..da66bd650e4 100644 --- a/tde-i18n-he/configure.in +++ b/tde-i18n-he/configure.in @@ -45,7 +45,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-he/messages/tdelibs/tdelibs.po b/tde-i18n-he/messages/tdelibs/tdelibs.po index ba17150f00d..a3b4a06a82b 100644 --- a/tde-i18n-he/messages/tdelibs/tdelibs.po +++ b/tde-i18n-he/messages/tdelibs/tdelibs.po @@ -9201,153 +9201,153 @@ msgstr "מה &זה?" msgid "Tip of the &Day" msgstr "&העצה היומית" -#: tdecore/kde-config.cpp.in:14 +#: tdecore/tde-config.cpp.in:14 msgid "A little program to output installation paths" msgstr "" -#: tdecore/kde-config.cpp.in:18 +#: tdecore/tde-config.cpp.in:18 msgid "expand ${prefix} and ${exec_prefix} in output" msgstr "" -#: tdecore/kde-config.cpp.in:19 +#: tdecore/tde-config.cpp.in:19 msgid "Compiled in prefix for KDE libraries" msgstr "" -#: tdecore/kde-config.cpp.in:20 +#: tdecore/tde-config.cpp.in:20 msgid "Compiled in exec_prefix for KDE libraries" msgstr "" -#: tdecore/kde-config.cpp.in:21 +#: tdecore/tde-config.cpp.in:21 msgid "Compiled in library path suffix" msgstr "" -#: tdecore/kde-config.cpp.in:22 +#: tdecore/tde-config.cpp.in:22 msgid "Prefix in $HOME used to write files" msgstr "" -#: tdecore/kde-config.cpp.in:23 +#: tdecore/tde-config.cpp.in:23 msgid "Compiled in version string for KDE libraries" msgstr "" -#: tdecore/kde-config.cpp.in:24 +#: tdecore/tde-config.cpp.in:24 msgid "Available KDE resource types" msgstr "משאבי KDE זמינים" -#: tdecore/kde-config.cpp.in:25 +#: tdecore/tde-config.cpp.in:25 msgid "Search path for resource type" msgstr "" -#: tdecore/kde-config.cpp.in:26 +#: tdecore/tde-config.cpp.in:26 msgid "User path: desktop|autostart|trash|document" msgstr "" -#: tdecore/kde-config.cpp.in:27 +#: tdecore/tde-config.cpp.in:27 msgid "Prefix to install resource files to" msgstr "" -#: tdecore/kde-config.cpp.in:168 +#: tdecore/tde-config.cpp.in:168 msgid "Applications menu (.desktop files)" msgstr "" -#: tdecore/kde-config.cpp.in:169 +#: tdecore/tde-config.cpp.in:169 msgid "CGIs to run from kdehelp" msgstr "" -#: tdecore/kde-config.cpp.in:170 +#: tdecore/tde-config.cpp.in:170 msgid "Configuration files" msgstr "קבצי תצורה" -#: tdecore/kde-config.cpp.in:171 +#: tdecore/tde-config.cpp.in:171 msgid "Where applications store data" msgstr "היכן שיישומים שומרים מידע" -#: tdecore/kde-config.cpp.in:172 +#: tdecore/tde-config.cpp.in:172 msgid "Executables in $prefix/bin" msgstr "קבצים ברי הפעלה במיקום $prefix/bin" -#: tdecore/kde-config.cpp.in:173 +#: tdecore/tde-config.cpp.in:173 msgid "HTML documentation" msgstr "מסמך HTML" -#: tdecore/kde-config.cpp.in:174 +#: tdecore/tde-config.cpp.in:174 msgid "Icons" msgstr "סמלים" -#: tdecore/kde-config.cpp.in:175 +#: tdecore/tde-config.cpp.in:175 msgid "Configuration description files" msgstr "תיאור קבצי תצורה" -#: tdecore/kde-config.cpp.in:176 +#: tdecore/tde-config.cpp.in:176 msgid "Libraries" msgstr "" -#: tdecore/kde-config.cpp.in:177 +#: tdecore/tde-config.cpp.in:177 msgid "Includes/Headers" msgstr "" -#: tdecore/kde-config.cpp.in:178 +#: tdecore/tde-config.cpp.in:178 msgid "Translation files for KLocale" msgstr "" -#: tdecore/kde-config.cpp.in:179 +#: tdecore/tde-config.cpp.in:179 msgid "Mime types" msgstr "" -#: tdecore/kde-config.cpp.in:180 +#: tdecore/tde-config.cpp.in:180 msgid "Loadable modules" msgstr "" -#: tdecore/kde-config.cpp.in:181 +#: tdecore/tde-config.cpp.in:181 msgid "Qt plugins" msgstr "תוספי Qt" -#: tdecore/kde-config.cpp.in:182 +#: tdecore/tde-config.cpp.in:182 msgid "Services" msgstr "שירותים" -#: tdecore/kde-config.cpp.in:183 +#: tdecore/tde-config.cpp.in:183 msgid "Service types" msgstr "" -#: tdecore/kde-config.cpp.in:184 +#: tdecore/tde-config.cpp.in:184 msgid "Application sounds" msgstr "קולות של יישומים" -#: tdecore/kde-config.cpp.in:185 +#: tdecore/tde-config.cpp.in:185 msgid "Templates" msgstr "תבניות" -#: tdecore/kde-config.cpp.in:186 +#: tdecore/tde-config.cpp.in:186 msgid "Wallpapers" msgstr "" -#: tdecore/kde-config.cpp.in:187 +#: tdecore/tde-config.cpp.in:187 msgid "XDG Application menu (.desktop files)" msgstr "" -#: tdecore/kde-config.cpp.in:188 +#: tdecore/tde-config.cpp.in:188 msgid "XDG Menu descriptions (.directory files)" msgstr "" -#: tdecore/kde-config.cpp.in:189 +#: tdecore/tde-config.cpp.in:189 msgid "XDG Menu layout (.menu files)" msgstr "" -#: tdecore/kde-config.cpp.in:190 +#: tdecore/tde-config.cpp.in:190 msgid "Temporary files (specific for both current host and current user)" msgstr "" -#: tdecore/kde-config.cpp.in:191 +#: tdecore/tde-config.cpp.in:191 msgid "UNIX Sockets (specific for both current host and current user)" msgstr "" -#: tdecore/kde-config.cpp.in:203 +#: tdecore/tde-config.cpp.in:203 msgid "" "%1 - unknown type\n" msgstr "" "%1 - סוג לא מוכר\n" -#: tdecore/kde-config.cpp.in:228 +#: tdecore/tde-config.cpp.in:228 msgid "" "%1 - unknown type of userpath\n" msgstr "" diff --git a/tde-i18n-hi/acinclude.m4 b/tde-i18n-hi/acinclude.m4 index 68b7ababbca..afd8befc656 100644 --- a/tde-i18n-hi/acinclude.m4 +++ b/tde-i18n-hi/acinclude.m4 @@ -5006,13 +5006,13 @@ AC_DEFUN([KDE_SET_PREFIX], KDE_SET_DEFAULT_BINDIRS if test "x$prefix" = "xNONE"; then - dnl no prefix given: look for kde-config in the PATH and deduce the prefix from it - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + dnl no prefix given: look for tde-config in the PATH and deduce the prefix from it + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) else - dnl prefix given: look for kde-config, preferrably in prefix, otherwise in PATH + dnl prefix given: look for tde-config, preferrably in prefix, otherwise in PATH kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) PATH="$kde_save_PATH" fi @@ -5028,7 +5028,7 @@ AC_DEFUN([KDE_SET_PREFIX], AC_MSG_CHECKING([where to install]) if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - AC_MSG_RESULT([$prefix (as returned by kde-config)]) + AC_MSG_RESULT([$prefix (as returned by tde-config)]) else dnl --prefix was given. Compare prefixes and warn (in configure.in.bot.end) if different given_prefix=$prefix diff --git a/tde-i18n-hi/configure b/tde-i18n-hi/configure index 01aeac3665d..d7331efca82 100755 --- a/tde-i18n-hi/configure +++ b/tde-i18n-hi/configure @@ -3750,12 +3750,12 @@ done if test "x$prefix" = "xNONE"; then - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3774,16 +3774,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3803,10 +3803,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3822,12 +3822,12 @@ echo "${ECHO_T}$kde_cv_path" >&6; } kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3846,16 +3846,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3875,10 +3875,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3911,8 +3911,8 @@ echo "$as_me: error: $KDECONFIG --prefix outputed the non existant prefix '$kde_ echo $ECHO_N "checking where to install... $ECHO_C" >&6; } if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - { echo "$as_me:$LINENO: result: $prefix (as returned by kde-config)" >&5 -echo "${ECHO_T}$prefix (as returned by kde-config)" >&6; } + { echo "$as_me:$LINENO: result: $prefix (as returned by tde-config)" >&5 +echo "${ECHO_T}$prefix (as returned by tde-config)" >&6; } else given_prefix=$prefix { echo "$as_me:$LINENO: result: $prefix (as requested)" >&5 @@ -5425,7 +5425,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-hi/configure.in b/tde-i18n-hi/configure.in index 402f8329a9b..c3bf87b43a9 100644 --- a/tde-i18n-hi/configure.in +++ b/tde-i18n-hi/configure.in @@ -38,7 +38,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-hi/messages/tdelibs/tdelibs.po b/tde-i18n-hi/messages/tdelibs/tdelibs.po index 87e3e9c1c03..fd2cb627bf3 100644 --- a/tde-i18n-hi/messages/tdelibs/tdelibs.po +++ b/tde-i18n-hi/messages/tdelibs/tdelibs.po @@ -9269,163 +9269,163 @@ msgstr "यह क्या है? (&T)" msgid "Tip of the &Day" msgstr "आज का नुस्ख़ा (&D)" -#: tdecore/kde-config.cpp.in:14 +#: tdecore/tde-config.cpp.in:14 msgid "A little program to output installation paths" msgstr "" -#: tdecore/kde-config.cpp.in:18 +#: tdecore/tde-config.cpp.in:18 msgid "expand ${prefix} and ${exec_prefix} in output" msgstr "" -#: tdecore/kde-config.cpp.in:19 +#: tdecore/tde-config.cpp.in:19 msgid "Compiled in prefix for KDE libraries" msgstr "" -#: tdecore/kde-config.cpp.in:20 +#: tdecore/tde-config.cpp.in:20 msgid "Compiled in exec_prefix for KDE libraries" msgstr "" -#: tdecore/kde-config.cpp.in:21 +#: tdecore/tde-config.cpp.in:21 msgid "Compiled in library path suffix" msgstr "" -#: tdecore/kde-config.cpp.in:22 +#: tdecore/tde-config.cpp.in:22 msgid "Prefix in $HOME used to write files" msgstr "" -#: tdecore/kde-config.cpp.in:23 +#: tdecore/tde-config.cpp.in:23 msgid "Compiled in version string for KDE libraries" msgstr "" -#: tdecore/kde-config.cpp.in:24 +#: tdecore/tde-config.cpp.in:24 #, fuzzy msgid "Available KDE resource types" msgstr "उपलब्ध पताः" -#: tdecore/kde-config.cpp.in:25 +#: tdecore/tde-config.cpp.in:25 msgid "Search path for resource type" msgstr "" -#: tdecore/kde-config.cpp.in:26 +#: tdecore/tde-config.cpp.in:26 msgid "User path: desktop|autostart|trash|document" msgstr "" -#: tdecore/kde-config.cpp.in:27 +#: tdecore/tde-config.cpp.in:27 msgid "Prefix to install resource files to" msgstr "" -#: tdecore/kde-config.cpp.in:168 +#: tdecore/tde-config.cpp.in:168 msgid "Applications menu (.desktop files)" msgstr "" -#: tdecore/kde-config.cpp.in:169 +#: tdecore/tde-config.cpp.in:169 msgid "CGIs to run from kdehelp" msgstr "" -#: tdecore/kde-config.cpp.in:170 +#: tdecore/tde-config.cpp.in:170 #, fuzzy msgid "Configuration files" msgstr "कॉन्फ़िगरेशन" -#: tdecore/kde-config.cpp.in:171 +#: tdecore/tde-config.cpp.in:171 #, fuzzy msgid "Where applications store data" msgstr "अनुप्रयोगों को अद्यतन के लिए संकेत न दें" -#: tdecore/kde-config.cpp.in:172 +#: tdecore/tde-config.cpp.in:172 msgid "Executables in $prefix/bin" msgstr "" -#: tdecore/kde-config.cpp.in:173 +#: tdecore/tde-config.cpp.in:173 #, fuzzy msgid "HTML documentation" msgstr "एचटीएमएल विन्यास " -#: tdecore/kde-config.cpp.in:174 +#: tdecore/tde-config.cpp.in:174 #, fuzzy msgid "Icons" msgstr "सिर्फ प्रतीक" -#: tdecore/kde-config.cpp.in:175 +#: tdecore/tde-config.cpp.in:175 #, fuzzy msgid "Configuration description files" msgstr "कोड बनाने का वैकल्पिक फ़ाइल" -#: tdecore/kde-config.cpp.in:176 +#: tdecore/tde-config.cpp.in:176 msgid "Libraries" msgstr "" -#: tdecore/kde-config.cpp.in:177 +#: tdecore/tde-config.cpp.in:177 msgid "Includes/Headers" msgstr "" -#: tdecore/kde-config.cpp.in:178 +#: tdecore/tde-config.cpp.in:178 msgid "Translation files for KLocale" msgstr "" -#: tdecore/kde-config.cpp.in:179 +#: tdecore/tde-config.cpp.in:179 msgid "Mime types" msgstr "" -#: tdecore/kde-config.cpp.in:180 +#: tdecore/tde-config.cpp.in:180 msgid "Loadable modules" msgstr "" -#: tdecore/kde-config.cpp.in:181 +#: tdecore/tde-config.cpp.in:181 #, fuzzy msgid "Qt plugins" msgstr "वेब स्टाइल प्लगइन" -#: tdecore/kde-config.cpp.in:182 +#: tdecore/tde-config.cpp.in:182 #, fuzzy msgid "Services" msgstr "प्रमाणपत्र" -#: tdecore/kde-config.cpp.in:183 +#: tdecore/tde-config.cpp.in:183 msgid "Service types" msgstr "" -#: tdecore/kde-config.cpp.in:184 +#: tdecore/tde-config.cpp.in:184 #, fuzzy msgid "Application sounds" msgstr "अनुप्रयोग" -#: tdecore/kde-config.cpp.in:185 +#: tdecore/tde-config.cpp.in:185 #, fuzzy msgid "Templates" msgstr "बदलें" -#: tdecore/kde-config.cpp.in:186 +#: tdecore/tde-config.cpp.in:186 msgid "Wallpapers" msgstr "" -#: tdecore/kde-config.cpp.in:187 +#: tdecore/tde-config.cpp.in:187 msgid "XDG Application menu (.desktop files)" msgstr "" -#: tdecore/kde-config.cpp.in:188 +#: tdecore/tde-config.cpp.in:188 msgid "XDG Menu descriptions (.directory files)" msgstr "" -#: tdecore/kde-config.cpp.in:189 +#: tdecore/tde-config.cpp.in:189 msgid "XDG Menu layout (.menu files)" msgstr "" -#: tdecore/kde-config.cpp.in:190 +#: tdecore/tde-config.cpp.in:190 msgid "Temporary files (specific for both current host and current user)" msgstr "" -#: tdecore/kde-config.cpp.in:191 +#: tdecore/tde-config.cpp.in:191 msgid "UNIX Sockets (specific for both current host and current user)" msgstr "" -#: tdecore/kde-config.cpp.in:203 +#: tdecore/tde-config.cpp.in:203 #, fuzzy msgid "" "%1 - unknown type\n" msgstr "अज्ञात क़िस्म" -#: tdecore/kde-config.cpp.in:228 +#: tdecore/tde-config.cpp.in:228 msgid "" "%1 - unknown type of userpath\n" msgstr "" diff --git a/tde-i18n-hr/acinclude.m4 b/tde-i18n-hr/acinclude.m4 index 68b7ababbca..afd8befc656 100644 --- a/tde-i18n-hr/acinclude.m4 +++ b/tde-i18n-hr/acinclude.m4 @@ -5006,13 +5006,13 @@ AC_DEFUN([KDE_SET_PREFIX], KDE_SET_DEFAULT_BINDIRS if test "x$prefix" = "xNONE"; then - dnl no prefix given: look for kde-config in the PATH and deduce the prefix from it - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + dnl no prefix given: look for tde-config in the PATH and deduce the prefix from it + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) else - dnl prefix given: look for kde-config, preferrably in prefix, otherwise in PATH + dnl prefix given: look for tde-config, preferrably in prefix, otherwise in PATH kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) PATH="$kde_save_PATH" fi @@ -5028,7 +5028,7 @@ AC_DEFUN([KDE_SET_PREFIX], AC_MSG_CHECKING([where to install]) if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - AC_MSG_RESULT([$prefix (as returned by kde-config)]) + AC_MSG_RESULT([$prefix (as returned by tde-config)]) else dnl --prefix was given. Compare prefixes and warn (in configure.in.bot.end) if different given_prefix=$prefix diff --git a/tde-i18n-hr/configure b/tde-i18n-hr/configure index 269af630a52..3727af22498 100755 --- a/tde-i18n-hr/configure +++ b/tde-i18n-hr/configure @@ -3750,12 +3750,12 @@ done if test "x$prefix" = "xNONE"; then - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3774,16 +3774,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3803,10 +3803,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3822,12 +3822,12 @@ echo "${ECHO_T}$kde_cv_path" >&6; } kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3846,16 +3846,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3875,10 +3875,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3911,8 +3911,8 @@ echo "$as_me: error: $KDECONFIG --prefix outputed the non existant prefix '$kde_ echo $ECHO_N "checking where to install... $ECHO_C" >&6; } if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - { echo "$as_me:$LINENO: result: $prefix (as returned by kde-config)" >&5 -echo "${ECHO_T}$prefix (as returned by kde-config)" >&6; } + { echo "$as_me:$LINENO: result: $prefix (as returned by tde-config)" >&5 +echo "${ECHO_T}$prefix (as returned by tde-config)" >&6; } else given_prefix=$prefix { echo "$as_me:$LINENO: result: $prefix (as requested)" >&5 @@ -5431,7 +5431,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-hr/configure.in b/tde-i18n-hr/configure.in index 5e0d144001a..f7224d479e0 100644 --- a/tde-i18n-hr/configure.in +++ b/tde-i18n-hr/configure.in @@ -40,7 +40,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-hr/messages/tdelibs/tdelibs.po b/tde-i18n-hr/messages/tdelibs/tdelibs.po index 3c495bb20e9..54048b1aa60 100644 --- a/tde-i18n-hr/messages/tdelibs/tdelibs.po +++ b/tde-i18n-hr/messages/tdelibs/tdelibs.po @@ -9228,153 +9228,153 @@ msgstr "&Što je ovo?" msgid "Tip of the &Day" msgstr "Savjet &dana" -#: tdecore/kde-config.cpp.in:14 +#: tdecore/tde-config.cpp.in:14 msgid "A little program to output installation paths" msgstr "Maleni program za ispisivanje instalacijskih putanja" -#: tdecore/kde-config.cpp.in:18 +#: tdecore/tde-config.cpp.in:18 msgid "expand ${prefix} and ${exec_prefix} in output" msgstr "" -#: tdecore/kde-config.cpp.in:19 +#: tdecore/tde-config.cpp.in:19 msgid "Compiled in prefix for KDE libraries" msgstr "" -#: tdecore/kde-config.cpp.in:20 +#: tdecore/tde-config.cpp.in:20 msgid "Compiled in exec_prefix for KDE libraries" msgstr "" -#: tdecore/kde-config.cpp.in:21 +#: tdecore/tde-config.cpp.in:21 msgid "Compiled in library path suffix" msgstr "" -#: tdecore/kde-config.cpp.in:22 +#: tdecore/tde-config.cpp.in:22 msgid "Prefix in $HOME used to write files" msgstr "" -#: tdecore/kde-config.cpp.in:23 +#: tdecore/tde-config.cpp.in:23 msgid "Compiled in version string for KDE libraries" msgstr "" -#: tdecore/kde-config.cpp.in:24 +#: tdecore/tde-config.cpp.in:24 msgid "Available KDE resource types" msgstr "Dostupne vrste KDE resursa" -#: tdecore/kde-config.cpp.in:25 +#: tdecore/tde-config.cpp.in:25 msgid "Search path for resource type" msgstr "" -#: tdecore/kde-config.cpp.in:26 +#: tdecore/tde-config.cpp.in:26 msgid "User path: desktop|autostart|trash|document" msgstr "" -#: tdecore/kde-config.cpp.in:27 +#: tdecore/tde-config.cpp.in:27 msgid "Prefix to install resource files to" msgstr "" -#: tdecore/kde-config.cpp.in:168 +#: tdecore/tde-config.cpp.in:168 msgid "Applications menu (.desktop files)" msgstr "" -#: tdecore/kde-config.cpp.in:169 +#: tdecore/tde-config.cpp.in:169 msgid "CGIs to run from kdehelp" msgstr "" -#: tdecore/kde-config.cpp.in:170 +#: tdecore/tde-config.cpp.in:170 msgid "Configuration files" msgstr "Konfiguracijske datoteke" -#: tdecore/kde-config.cpp.in:171 +#: tdecore/tde-config.cpp.in:171 msgid "Where applications store data" msgstr "Lokacija na kojoj aplikacije pohranjuju podatke" -#: tdecore/kde-config.cpp.in:172 +#: tdecore/tde-config.cpp.in:172 msgid "Executables in $prefix/bin" msgstr "" -#: tdecore/kde-config.cpp.in:173 +#: tdecore/tde-config.cpp.in:173 msgid "HTML documentation" msgstr "HTML dokumentacija" -#: tdecore/kde-config.cpp.in:174 +#: tdecore/tde-config.cpp.in:174 msgid "Icons" msgstr "Ikone" -#: tdecore/kde-config.cpp.in:175 +#: tdecore/tde-config.cpp.in:175 msgid "Configuration description files" msgstr "Datoteka s opisom konfiguracije" -#: tdecore/kde-config.cpp.in:176 +#: tdecore/tde-config.cpp.in:176 msgid "Libraries" msgstr "Biblioteke" -#: tdecore/kde-config.cpp.in:177 +#: tdecore/tde-config.cpp.in:177 msgid "Includes/Headers" msgstr "Includes/zaglavlja" -#: tdecore/kde-config.cpp.in:178 +#: tdecore/tde-config.cpp.in:178 msgid "Translation files for KLocale" msgstr "Datoteke prijevoda za KLocale" -#: tdecore/kde-config.cpp.in:179 +#: tdecore/tde-config.cpp.in:179 msgid "Mime types" msgstr "MIME vrste" -#: tdecore/kde-config.cpp.in:180 +#: tdecore/tde-config.cpp.in:180 msgid "Loadable modules" msgstr "Moduli za učitavanje" -#: tdecore/kde-config.cpp.in:181 +#: tdecore/tde-config.cpp.in:181 msgid "Qt plugins" msgstr "Qt dodaci" -#: tdecore/kde-config.cpp.in:182 +#: tdecore/tde-config.cpp.in:182 msgid "Services" msgstr "Usluge" -#: tdecore/kde-config.cpp.in:183 +#: tdecore/tde-config.cpp.in:183 msgid "Service types" msgstr "Vrste usluga" -#: tdecore/kde-config.cpp.in:184 +#: tdecore/tde-config.cpp.in:184 msgid "Application sounds" msgstr "Zvuci aplikacije" -#: tdecore/kde-config.cpp.in:185 +#: tdecore/tde-config.cpp.in:185 msgid "Templates" msgstr "Predlošci" -#: tdecore/kde-config.cpp.in:186 +#: tdecore/tde-config.cpp.in:186 msgid "Wallpapers" msgstr "Pozadinske slike" -#: tdecore/kde-config.cpp.in:187 +#: tdecore/tde-config.cpp.in:187 msgid "XDG Application menu (.desktop files)" msgstr "" -#: tdecore/kde-config.cpp.in:188 +#: tdecore/tde-config.cpp.in:188 msgid "XDG Menu descriptions (.directory files)" msgstr "" -#: tdecore/kde-config.cpp.in:189 +#: tdecore/tde-config.cpp.in:189 msgid "XDG Menu layout (.menu files)" msgstr "" -#: tdecore/kde-config.cpp.in:190 +#: tdecore/tde-config.cpp.in:190 msgid "Temporary files (specific for both current host and current user)" msgstr "" -#: tdecore/kde-config.cpp.in:191 +#: tdecore/tde-config.cpp.in:191 msgid "UNIX Sockets (specific for both current host and current user)" msgstr "" -#: tdecore/kde-config.cpp.in:203 +#: tdecore/tde-config.cpp.in:203 msgid "" "%1 - unknown type\n" msgstr "" "%1 - nepoznata vrsta\n" -#: tdecore/kde-config.cpp.in:228 +#: tdecore/tde-config.cpp.in:228 msgid "" "%1 - unknown type of userpath\n" msgstr "" diff --git a/tde-i18n-hu/acinclude.m4 b/tde-i18n-hu/acinclude.m4 index 68b7ababbca..afd8befc656 100644 --- a/tde-i18n-hu/acinclude.m4 +++ b/tde-i18n-hu/acinclude.m4 @@ -5006,13 +5006,13 @@ AC_DEFUN([KDE_SET_PREFIX], KDE_SET_DEFAULT_BINDIRS if test "x$prefix" = "xNONE"; then - dnl no prefix given: look for kde-config in the PATH and deduce the prefix from it - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + dnl no prefix given: look for tde-config in the PATH and deduce the prefix from it + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) else - dnl prefix given: look for kde-config, preferrably in prefix, otherwise in PATH + dnl prefix given: look for tde-config, preferrably in prefix, otherwise in PATH kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) PATH="$kde_save_PATH" fi @@ -5028,7 +5028,7 @@ AC_DEFUN([KDE_SET_PREFIX], AC_MSG_CHECKING([where to install]) if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - AC_MSG_RESULT([$prefix (as returned by kde-config)]) + AC_MSG_RESULT([$prefix (as returned by tde-config)]) else dnl --prefix was given. Compare prefixes and warn (in configure.in.bot.end) if different given_prefix=$prefix diff --git a/tde-i18n-hu/configure b/tde-i18n-hu/configure index 2d16b1c1dc2..2dccabc3b08 100755 --- a/tde-i18n-hu/configure +++ b/tde-i18n-hu/configure @@ -3750,12 +3750,12 @@ done if test "x$prefix" = "xNONE"; then - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3774,16 +3774,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3803,10 +3803,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3822,12 +3822,12 @@ echo "${ECHO_T}$kde_cv_path" >&6; } kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3846,16 +3846,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3875,10 +3875,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3911,8 +3911,8 @@ echo "$as_me: error: $KDECONFIG --prefix outputed the non existant prefix '$kde_ echo $ECHO_N "checking where to install... $ECHO_C" >&6; } if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - { echo "$as_me:$LINENO: result: $prefix (as returned by kde-config)" >&5 -echo "${ECHO_T}$prefix (as returned by kde-config)" >&6; } + { echo "$as_me:$LINENO: result: $prefix (as returned by tde-config)" >&5 +echo "${ECHO_T}$prefix (as returned by tde-config)" >&6; } else given_prefix=$prefix { echo "$as_me:$LINENO: result: $prefix (as requested)" >&5 @@ -5803,7 +5803,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-hu/configure.in b/tde-i18n-hu/configure.in index 74f67551b48..6da0fa5ba21 100644 --- a/tde-i18n-hu/configure.in +++ b/tde-i18n-hu/configure.in @@ -164,7 +164,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-hu/messages/tdelibs/tdelibs.po b/tde-i18n-hu/messages/tdelibs/tdelibs.po index 805369c85b8..ab97a283c6d 100644 --- a/tde-i18n-hu/messages/tdelibs/tdelibs.po +++ b/tde-i18n-hu/messages/tdelibs/tdelibs.po @@ -9540,153 +9540,153 @@ msgstr "Mi e&z?" msgid "Tip of the &Day" msgstr "Mai ti&pp" -#: tdecore/kde-config.cpp.in:14 +#: tdecore/tde-config.cpp.in:14 msgid "A little program to output installation paths" msgstr "Ez a program kiírja a telepítési könyvtárakat." -#: tdecore/kde-config.cpp.in:18 +#: tdecore/tde-config.cpp.in:18 msgid "expand ${prefix} and ${exec_prefix} in output" msgstr "A ${prefix} és ${exec_prefix} kibontása a kimenetben" -#: tdecore/kde-config.cpp.in:19 +#: tdecore/tde-config.cpp.in:19 msgid "Compiled in prefix for KDE libraries" msgstr "A KDE programkönyvtárak előtagja" -#: tdecore/kde-config.cpp.in:20 +#: tdecore/tde-config.cpp.in:20 msgid "Compiled in exec_prefix for KDE libraries" msgstr "A KDE programkönyvtárakban használt exec_prefix" -#: tdecore/kde-config.cpp.in:21 +#: tdecore/tde-config.cpp.in:21 msgid "Compiled in library path suffix" msgstr "A programkönyvtár-útvonal utótagja" -#: tdecore/kde-config.cpp.in:22 +#: tdecore/tde-config.cpp.in:22 msgid "Prefix in $HOME used to write files" msgstr "A fájlok tárolásához használt előtag a $HOME könyvtárban" -#: tdecore/kde-config.cpp.in:23 +#: tdecore/tde-config.cpp.in:23 msgid "Compiled in version string for KDE libraries" msgstr "A KDE programkönyvtárak verziószáma" -#: tdecore/kde-config.cpp.in:24 +#: tdecore/tde-config.cpp.in:24 msgid "Available KDE resource types" msgstr "A rendelkezésre álló KDE-s erőforrástípusok" -#: tdecore/kde-config.cpp.in:25 +#: tdecore/tde-config.cpp.in:25 msgid "Search path for resource type" msgstr "Erőforrás-elérési útvonal" -#: tdecore/kde-config.cpp.in:26 +#: tdecore/tde-config.cpp.in:26 msgid "User path: desktop|autostart|trash|document" msgstr "Felhasználói: desktop|autostart|trash|document" -#: tdecore/kde-config.cpp.in:27 +#: tdecore/tde-config.cpp.in:27 msgid "Prefix to install resource files to" msgstr "Az erőforrásfájlok telepítési előtagja" -#: tdecore/kde-config.cpp.in:168 +#: tdecore/tde-config.cpp.in:168 msgid "Applications menu (.desktop files)" msgstr "Alkalmazásmenü (.desktop-fájlok)" -#: tdecore/kde-config.cpp.in:169 +#: tdecore/tde-config.cpp.in:169 msgid "CGIs to run from kdehelp" msgstr "A kdehelp rendszerhez tartozó CGI programok" -#: tdecore/kde-config.cpp.in:170 +#: tdecore/tde-config.cpp.in:170 msgid "Configuration files" msgstr "Beállítófájlok" -#: tdecore/kde-config.cpp.in:171 +#: tdecore/tde-config.cpp.in:171 msgid "Where applications store data" msgstr "Itt tárolják az alkalmazások az adataikat" -#: tdecore/kde-config.cpp.in:172 +#: tdecore/tde-config.cpp.in:172 msgid "Executables in $prefix/bin" msgstr "Programfájlok: $prefix/bin" -#: tdecore/kde-config.cpp.in:173 +#: tdecore/tde-config.cpp.in:173 msgid "HTML documentation" msgstr "HTML-es dokumentáció" -#: tdecore/kde-config.cpp.in:174 +#: tdecore/tde-config.cpp.in:174 msgid "Icons" msgstr "Ikonok" -#: tdecore/kde-config.cpp.in:175 +#: tdecore/tde-config.cpp.in:175 msgid "Configuration description files" msgstr "A beállításokat tartalmazó fájlok" -#: tdecore/kde-config.cpp.in:176 +#: tdecore/tde-config.cpp.in:176 msgid "Libraries" msgstr "Programkönyvtárak" -#: tdecore/kde-config.cpp.in:177 +#: tdecore/tde-config.cpp.in:177 msgid "Includes/Headers" msgstr "Include/header fájlok" -#: tdecore/kde-config.cpp.in:178 +#: tdecore/tde-config.cpp.in:178 msgid "Translation files for KLocale" msgstr "A KLocale fordítási fájljai" -#: tdecore/kde-config.cpp.in:179 +#: tdecore/tde-config.cpp.in:179 msgid "Mime types" msgstr "MIME-típusok" -#: tdecore/kde-config.cpp.in:180 +#: tdecore/tde-config.cpp.in:180 msgid "Loadable modules" msgstr "Modulok" -#: tdecore/kde-config.cpp.in:181 +#: tdecore/tde-config.cpp.in:181 msgid "Qt plugins" msgstr "Qt-s bővítőmodulok" -#: tdecore/kde-config.cpp.in:182 +#: tdecore/tde-config.cpp.in:182 msgid "Services" msgstr "Szolgáltatások" -#: tdecore/kde-config.cpp.in:183 +#: tdecore/tde-config.cpp.in:183 msgid "Service types" msgstr "Szolgáltatástípusok" -#: tdecore/kde-config.cpp.in:184 +#: tdecore/tde-config.cpp.in:184 msgid "Application sounds" msgstr "Az alkalmazások hangfájljai" -#: tdecore/kde-config.cpp.in:185 +#: tdecore/tde-config.cpp.in:185 msgid "Templates" msgstr "Sablonok" -#: tdecore/kde-config.cpp.in:186 +#: tdecore/tde-config.cpp.in:186 msgid "Wallpapers" msgstr "Háttérképek" -#: tdecore/kde-config.cpp.in:187 +#: tdecore/tde-config.cpp.in:187 msgid "XDG Application menu (.desktop files)" msgstr "XDG alkalmazásmenü (.desktop-fájlok)" -#: tdecore/kde-config.cpp.in:188 +#: tdecore/tde-config.cpp.in:188 msgid "XDG Menu descriptions (.directory files)" msgstr "XDG menüleírások (.directory-fájlok)" -#: tdecore/kde-config.cpp.in:189 +#: tdecore/tde-config.cpp.in:189 msgid "XDG Menu layout (.menu files)" msgstr "XDG menüelrendezés (.menu-fájlok)" -#: tdecore/kde-config.cpp.in:190 +#: tdecore/tde-config.cpp.in:190 msgid "Temporary files (specific for both current host and current user)" msgstr "Ideiglenes fájlok (a rendszeré és az aktuális felhasználóé)" -#: tdecore/kde-config.cpp.in:191 +#: tdecore/tde-config.cpp.in:191 msgid "UNIX Sockets (specific for both current host and current user)" msgstr "UNIX-os aljazatok (a rendszeré és az aktuális felhasználóé)" -#: tdecore/kde-config.cpp.in:203 +#: tdecore/tde-config.cpp.in:203 msgid "" "%1 - unknown type\n" msgstr "" "%1 - ismeretlen típus\n" -#: tdecore/kde-config.cpp.in:228 +#: tdecore/tde-config.cpp.in:228 msgid "" "%1 - unknown type of userpath\n" msgstr "" diff --git a/tde-i18n-is/acinclude.m4 b/tde-i18n-is/acinclude.m4 index 68b7ababbca..afd8befc656 100644 --- a/tde-i18n-is/acinclude.m4 +++ b/tde-i18n-is/acinclude.m4 @@ -5006,13 +5006,13 @@ AC_DEFUN([KDE_SET_PREFIX], KDE_SET_DEFAULT_BINDIRS if test "x$prefix" = "xNONE"; then - dnl no prefix given: look for kde-config in the PATH and deduce the prefix from it - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + dnl no prefix given: look for tde-config in the PATH and deduce the prefix from it + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) else - dnl prefix given: look for kde-config, preferrably in prefix, otherwise in PATH + dnl prefix given: look for tde-config, preferrably in prefix, otherwise in PATH kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) PATH="$kde_save_PATH" fi @@ -5028,7 +5028,7 @@ AC_DEFUN([KDE_SET_PREFIX], AC_MSG_CHECKING([where to install]) if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - AC_MSG_RESULT([$prefix (as returned by kde-config)]) + AC_MSG_RESULT([$prefix (as returned by tde-config)]) else dnl --prefix was given. Compare prefixes and warn (in configure.in.bot.end) if different given_prefix=$prefix diff --git a/tde-i18n-is/configure b/tde-i18n-is/configure index bca8d40af90..a8488aeee73 100755 --- a/tde-i18n-is/configure +++ b/tde-i18n-is/configure @@ -3750,12 +3750,12 @@ done if test "x$prefix" = "xNONE"; then - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3774,16 +3774,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3803,10 +3803,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3822,12 +3822,12 @@ echo "${ECHO_T}$kde_cv_path" >&6; } kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3846,16 +3846,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3875,10 +3875,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3911,8 +3911,8 @@ echo "$as_me: error: $KDECONFIG --prefix outputed the non existant prefix '$kde_ echo $ECHO_N "checking where to install... $ECHO_C" >&6; } if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - { echo "$as_me:$LINENO: result: $prefix (as returned by kde-config)" >&5 -echo "${ECHO_T}$prefix (as returned by kde-config)" >&6; } + { echo "$as_me:$LINENO: result: $prefix (as returned by tde-config)" >&5 +echo "${ECHO_T}$prefix (as returned by tde-config)" >&6; } else given_prefix=$prefix { echo "$as_me:$LINENO: result: $prefix (as requested)" >&5 @@ -5425,7 +5425,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-is/configure.in b/tde-i18n-is/configure.in index 9d1533c33a1..f0ce0bc7db2 100644 --- a/tde-i18n-is/configure.in +++ b/tde-i18n-is/configure.in @@ -38,7 +38,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-is/messages/tdelibs/tdelibs.po b/tde-i18n-is/messages/tdelibs/tdelibs.po index 133f8eda5ea..4e872803571 100644 --- a/tde-i18n-is/messages/tdelibs/tdelibs.po +++ b/tde-i18n-is/messages/tdelibs/tdelibs.po @@ -9506,153 +9506,153 @@ msgstr "Hvað er þ&etta?" msgid "Tip of the &Day" msgstr "Vísbending &dagsins" -#: tdecore/kde-config.cpp.in:14 +#: tdecore/tde-config.cpp.in:14 msgid "A little program to output installation paths" msgstr "Lítið forrit sem sýnir innsetningarslóðir" -#: tdecore/kde-config.cpp.in:18 +#: tdecore/tde-config.cpp.in:18 msgid "expand ${prefix} and ${exec_prefix} in output" msgstr "opna ${prefix} og ${exec_prefix} í úttaki" -#: tdecore/kde-config.cpp.in:19 +#: tdecore/tde-config.cpp.in:19 msgid "Compiled in prefix for KDE libraries" msgstr "Byggt í forskeyti fyrir KDE söfn" -#: tdecore/kde-config.cpp.in:20 +#: tdecore/tde-config.cpp.in:20 msgid "Compiled in exec_prefix for KDE libraries" msgstr "Byggt í 'exec_prefix' fyrir KDE söfn" -#: tdecore/kde-config.cpp.in:21 +#: tdecore/tde-config.cpp.in:21 msgid "Compiled in library path suffix" msgstr "Byggt í endingu safnslóðar" -#: tdecore/kde-config.cpp.in:22 +#: tdecore/tde-config.cpp.in:22 msgid "Prefix in $HOME used to write files" msgstr "Forskeyti í $HOME notað til að skrifa skrár" -#: tdecore/kde-config.cpp.in:23 +#: tdecore/tde-config.cpp.in:23 msgid "Compiled in version string for KDE libraries" msgstr "Byggt í útgáfustreng fyrir KDE söfn" -#: tdecore/kde-config.cpp.in:24 +#: tdecore/tde-config.cpp.in:24 msgid "Available KDE resource types" msgstr "Tiltækar KDE auðlindategundir" -#: tdecore/kde-config.cpp.in:25 +#: tdecore/tde-config.cpp.in:25 msgid "Search path for resource type" msgstr "Leitarslóð að auðlindartegundum" -#: tdecore/kde-config.cpp.in:26 +#: tdecore/tde-config.cpp.in:26 msgid "User path: desktop|autostart|trash|document" msgstr "Notandaslóð: skjáborð|sjálfræsing|rusl|skjöl" -#: tdecore/kde-config.cpp.in:27 +#: tdecore/tde-config.cpp.in:27 msgid "Prefix to install resource files to" msgstr "Forskeyti til að setja auðlindarskrár inn" -#: tdecore/kde-config.cpp.in:168 +#: tdecore/tde-config.cpp.in:168 msgid "Applications menu (.desktop files)" msgstr "Forritavalmynd (.desktop skrár)" -#: tdecore/kde-config.cpp.in:169 +#: tdecore/tde-config.cpp.in:169 msgid "CGIs to run from kdehelp" msgstr "CGI til að keyra frá kdehelp" -#: tdecore/kde-config.cpp.in:170 +#: tdecore/tde-config.cpp.in:170 msgid "Configuration files" msgstr "Stillingarskrár" -#: tdecore/kde-config.cpp.in:171 +#: tdecore/tde-config.cpp.in:171 msgid "Where applications store data" msgstr "Þar sem forrit vista gögn" -#: tdecore/kde-config.cpp.in:172 +#: tdecore/tde-config.cpp.in:172 msgid "Executables in $prefix/bin" msgstr "Keyrsluskrár í $prefix/bin" -#: tdecore/kde-config.cpp.in:173 +#: tdecore/tde-config.cpp.in:173 msgid "HTML documentation" msgstr "HTML handbækur" -#: tdecore/kde-config.cpp.in:174 +#: tdecore/tde-config.cpp.in:174 msgid "Icons" msgstr "Táknmyndir" -#: tdecore/kde-config.cpp.in:175 +#: tdecore/tde-config.cpp.in:175 msgid "Configuration description files" msgstr "Stillingar lýsingarskrár" -#: tdecore/kde-config.cpp.in:176 +#: tdecore/tde-config.cpp.in:176 msgid "Libraries" msgstr "Söfn" -#: tdecore/kde-config.cpp.in:177 +#: tdecore/tde-config.cpp.in:177 msgid "Includes/Headers" msgstr "Includes/Headers" -#: tdecore/kde-config.cpp.in:178 +#: tdecore/tde-config.cpp.in:178 msgid "Translation files for KLocale" msgstr "Þýðingarskrár fyrir KLocale" -#: tdecore/kde-config.cpp.in:179 +#: tdecore/tde-config.cpp.in:179 msgid "Mime types" msgstr "MIME tegundir" -#: tdecore/kde-config.cpp.in:180 +#: tdecore/tde-config.cpp.in:180 msgid "Loadable modules" msgstr "Hlaðanlegar einingar" -#: tdecore/kde-config.cpp.in:181 +#: tdecore/tde-config.cpp.in:181 msgid "Qt plugins" msgstr "Qt íforrit" -#: tdecore/kde-config.cpp.in:182 +#: tdecore/tde-config.cpp.in:182 msgid "Services" msgstr "Þjónustur" -#: tdecore/kde-config.cpp.in:183 +#: tdecore/tde-config.cpp.in:183 msgid "Service types" msgstr "Þjónustutegundir" -#: tdecore/kde-config.cpp.in:184 +#: tdecore/tde-config.cpp.in:184 msgid "Application sounds" msgstr "Forritahljóð" -#: tdecore/kde-config.cpp.in:185 +#: tdecore/tde-config.cpp.in:185 msgid "Templates" msgstr "Sniðskrár" -#: tdecore/kde-config.cpp.in:186 +#: tdecore/tde-config.cpp.in:186 msgid "Wallpapers" msgstr "Veggfóður" -#: tdecore/kde-config.cpp.in:187 +#: tdecore/tde-config.cpp.in:187 msgid "XDG Application menu (.desktop files)" msgstr "XDG forritavalmynd (.desktop skrár)" -#: tdecore/kde-config.cpp.in:188 +#: tdecore/tde-config.cpp.in:188 msgid "XDG Menu descriptions (.directory files)" msgstr "XDG valmyndalýsingar (.directory skrár)" -#: tdecore/kde-config.cpp.in:189 +#: tdecore/tde-config.cpp.in:189 msgid "XDG Menu layout (.menu files)" msgstr "XDG valmyndaútlit (.menu skrár)" -#: tdecore/kde-config.cpp.in:190 +#: tdecore/tde-config.cpp.in:190 msgid "Temporary files (specific for both current host and current user)" msgstr "Tímabundnar skrár (skilgreindar fyrir núverandi vél og notanda)" -#: tdecore/kde-config.cpp.in:191 +#: tdecore/tde-config.cpp.in:191 msgid "UNIX Sockets (specific for both current host and current user)" msgstr "UNIX sökklar (skilgreindir fyrir núverandi vél og notanda)" -#: tdecore/kde-config.cpp.in:203 +#: tdecore/tde-config.cpp.in:203 msgid "" "%1 - unknown type\n" msgstr "" "%1 - óþekkt tegund\n" -#: tdecore/kde-config.cpp.in:228 +#: tdecore/tde-config.cpp.in:228 msgid "" "%1 - unknown type of userpath\n" msgstr "" diff --git a/tde-i18n-it/acinclude.m4 b/tde-i18n-it/acinclude.m4 index 68b7ababbca..afd8befc656 100644 --- a/tde-i18n-it/acinclude.m4 +++ b/tde-i18n-it/acinclude.m4 @@ -5006,13 +5006,13 @@ AC_DEFUN([KDE_SET_PREFIX], KDE_SET_DEFAULT_BINDIRS if test "x$prefix" = "xNONE"; then - dnl no prefix given: look for kde-config in the PATH and deduce the prefix from it - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + dnl no prefix given: look for tde-config in the PATH and deduce the prefix from it + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) else - dnl prefix given: look for kde-config, preferrably in prefix, otherwise in PATH + dnl prefix given: look for tde-config, preferrably in prefix, otherwise in PATH kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) PATH="$kde_save_PATH" fi @@ -5028,7 +5028,7 @@ AC_DEFUN([KDE_SET_PREFIX], AC_MSG_CHECKING([where to install]) if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - AC_MSG_RESULT([$prefix (as returned by kde-config)]) + AC_MSG_RESULT([$prefix (as returned by tde-config)]) else dnl --prefix was given. Compare prefixes and warn (in configure.in.bot.end) if different given_prefix=$prefix diff --git a/tde-i18n-it/configure b/tde-i18n-it/configure index 7a66420aaff..2a458923cbc 100755 --- a/tde-i18n-it/configure +++ b/tde-i18n-it/configure @@ -3750,12 +3750,12 @@ done if test "x$prefix" = "xNONE"; then - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3774,16 +3774,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3803,10 +3803,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3822,12 +3822,12 @@ echo "${ECHO_T}$kde_cv_path" >&6; } kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3846,16 +3846,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3875,10 +3875,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3911,8 +3911,8 @@ echo "$as_me: error: $KDECONFIG --prefix outputed the non existant prefix '$kde_ echo $ECHO_N "checking where to install... $ECHO_C" >&6; } if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - { echo "$as_me:$LINENO: result: $prefix (as returned by kde-config)" >&5 -echo "${ECHO_T}$prefix (as returned by kde-config)" >&6; } + { echo "$as_me:$LINENO: result: $prefix (as returned by tde-config)" >&5 +echo "${ECHO_T}$prefix (as returned by tde-config)" >&6; } else given_prefix=$prefix { echo "$as_me:$LINENO: result: $prefix (as requested)" >&5 @@ -6352,7 +6352,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-it/configure.in b/tde-i18n-it/configure.in index 4899a191c96..63af8095794 100644 --- a/tde-i18n-it/configure.in +++ b/tde-i18n-it/configure.in @@ -347,7 +347,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-it/docs/tdeadmin/knetworkconf/index.docbook b/tde-i18n-it/docs/tdeadmin/knetworkconf/index.docbook index bdad0b98a65..93b52ae6c95 100644 --- a/tde-i18n-it/docs/tdeadmin/knetworkconf/index.docbook +++ b/tde-i18n-it/docs/tdeadmin/knetworkconf/index.docbook @@ -1015,7 +1015,7 @@ format="PNG"/> >Si raccomanda solo agli utenti esperti. Per il resto, compilare &knetworkconf; non è difficile. I comandi seguenti dovrebbero bastare.</para> <screen ->./configure --prefix=$(kde-config --prefix) +>./configure --prefix=$(tde-config --prefix) make make install </screen> diff --git a/tde-i18n-it/docs/tdebase/faq/configkde.docbook b/tde-i18n-it/docs/tdebase/faq/configkde.docbook index b4f30142306..5a0dc03c43f 100644 --- a/tde-i18n-it/docs/tdebase/faq/configkde.docbook +++ b/tde-i18n-it/docs/tdebase/faq/configkde.docbook @@ -300,7 +300,7 @@ >TDEDIR</envar > è la cartella base della tua installazione di &kde; (puoi scoprirla usando il comando <userinput ><command ->kde-config</command +>tde-config</command > --prefix</userinput >).</para> <para diff --git a/tde-i18n-it/docs/tdebase/kate/advanced.docbook b/tde-i18n-it/docs/tdebase/kate/advanced.docbook index e18f2f87914..0e7c60b9dd8 100644 --- a/tde-i18n-it/docs/tdebase/kate/advanced.docbook +++ b/tde-i18n-it/docs/tdebase/kate/advanced.docbook @@ -1312,7 +1312,7 @@ >. I requisiti sono che lo script sia messo in una cartella dove &kate; possa trovarlo, assieme al file .desktop opzionale che ne definisce le proprietà associate. Le cartelle valide sono chiamate <filename >katepart/scripts</filename > nelle cartelle dei dati di &kde;. Puoi trovare le cartelle dei dati scrivendo <command ->kde-config <option +>tde-config <option >--path</option > <parameter >data</parameter diff --git a/tde-i18n-it/docs/tdebase/userguide/index.docbook b/tde-i18n-it/docs/tdebase/userguide/index.docbook index 57e868705d5..7c6ac78644f 100644 --- a/tde-i18n-it/docs/tdebase/userguide/index.docbook +++ b/tde-i18n-it/docs/tdebase/userguide/index.docbook @@ -279,7 +279,7 @@ ><para >&kde; viene installato nel proprio albero di cartelle, che si può trovare con il comando <userinput ><command ->kde-config</command +>tde-config</command > <option >--prefix</option ></userinput diff --git a/tde-i18n-it/docs/tdebase/userguide/under-the-hood.docbook b/tde-i18n-it/docs/tdebase/userguide/under-the-hood.docbook index f85dd7fbed7..1b3819eb3fc 100644 --- a/tde-i18n-it/docs/tdebase/userguide/under-the-hood.docbook +++ b/tde-i18n-it/docs/tdebase/userguide/under-the-hood.docbook @@ -61,7 +61,7 @@ LastFile=/var/tmp/test.txt</programlisting> >) e quelli globali nelle sottocartelle del percorso di installazione di &kde; <filename class="directory" >share/config</filename >. (Puoi trovare questo percorso eseguendo il comando <command ->kde-config --prefix</command +>tde-config --prefix</command >). I nomi dei loro file solitamente finiscono in rc (senza il punto iniziale), per esempio <filename >kopeterc</filename >.</para> diff --git a/tde-i18n-it/docs/tdeedu/kgeography/index.docbook b/tde-i18n-it/docs/tdeedu/kgeography/index.docbook index d14c1e39824..51b1e61e441 100644 --- a/tde-i18n-it/docs/tdeedu/kgeography/index.docbook +++ b/tde-i18n-it/docs/tdeedu/kgeography/index.docbook @@ -622,7 +622,7 @@ guide the parent/teacher on how to help the child using it. ></filename >, scrivi <userinput ><command ->kde-config</command +>tde-config</command > <option >--prefix</option ></userinput diff --git a/tde-i18n-it/docs/tdenetwork/lisa/index.docbook b/tde-i18n-it/docs/tdenetwork/lisa/index.docbook index 477fd843b54..e4b8cd507d1 100644 --- a/tde-i18n-it/docs/tdenetwork/lisa/index.docbook +++ b/tde-i18n-it/docs/tdenetwork/lisa/index.docbook @@ -762,7 +762,7 @@ MaxPingsAtOnce = 256 #send up to 256 ICMP echo requests at on >lisarc</filename > in tutte le cartelle restituite dall'esecuzione di <userinput ><command ->kde-config</command +>tde-config</command > <option >--path</option > <parameter diff --git a/tde-i18n-it/messages/tdelibs/tdelibs.po b/tde-i18n-it/messages/tdelibs/tdelibs.po index 4153d807685..2da7f636917 100644 --- a/tde-i18n-it/messages/tdelibs/tdelibs.po +++ b/tde-i18n-it/messages/tdelibs/tdelibs.po @@ -9608,155 +9608,155 @@ msgstr "Che &cos'è?" msgid "Tip of the &Day" msgstr "&Suggerimento del giorno" -#: tdecore/kde-config.cpp.in:14 +#: tdecore/tde-config.cpp.in:14 msgid "A little program to output installation paths" msgstr "Un piccolo programma per ricavare i percorsi di installazione" -#: tdecore/kde-config.cpp.in:18 +#: tdecore/tde-config.cpp.in:18 msgid "expand ${prefix} and ${exec_prefix} in output" msgstr "espande ${prefix} e ${exec_prefix} nell'output" -#: tdecore/kde-config.cpp.in:19 +#: tdecore/tde-config.cpp.in:19 msgid "Compiled in prefix for KDE libraries" msgstr "Prefisso indicato in fase di compilazione per le librerie KDE" -#: tdecore/kde-config.cpp.in:20 +#: tdecore/tde-config.cpp.in:20 msgid "Compiled in exec_prefix for KDE libraries" msgstr "Prefisso exec indicato in fase di compilazione per le librerie KDE" -#: tdecore/kde-config.cpp.in:21 +#: tdecore/tde-config.cpp.in:21 msgid "Compiled in library path suffix" msgstr "Suffisso del percorso delle librerie indicato in fase di compilazione" -#: tdecore/kde-config.cpp.in:22 +#: tdecore/tde-config.cpp.in:22 msgid "Prefix in $HOME used to write files" msgstr "Prefisso in $HOME usato per scrivere i file" -#: tdecore/kde-config.cpp.in:23 +#: tdecore/tde-config.cpp.in:23 msgid "Compiled in version string for KDE libraries" msgstr "" "Stringa di versione indicata in fase di compilazione per le librerie KDE" -#: tdecore/kde-config.cpp.in:24 +#: tdecore/tde-config.cpp.in:24 msgid "Available KDE resource types" msgstr "Tipi di risorsa KDE disponibili" -#: tdecore/kde-config.cpp.in:25 +#: tdecore/tde-config.cpp.in:25 msgid "Search path for resource type" msgstr "Cerca il tipo risorsa nel percorso" -#: tdecore/kde-config.cpp.in:26 +#: tdecore/tde-config.cpp.in:26 msgid "User path: desktop|autostart|trash|document" msgstr "Percorso utente: desktop|autostart|trash|document" -#: tdecore/kde-config.cpp.in:27 +#: tdecore/tde-config.cpp.in:27 msgid "Prefix to install resource files to" msgstr "Prefisso nel quale installare i file risorsa" -#: tdecore/kde-config.cpp.in:168 +#: tdecore/tde-config.cpp.in:168 msgid "Applications menu (.desktop files)" msgstr "Menu delle applicazioni (file .desktop)" -#: tdecore/kde-config.cpp.in:169 +#: tdecore/tde-config.cpp.in:169 msgid "CGIs to run from kdehelp" msgstr "CGI da eseguire da kdehelp" -#: tdecore/kde-config.cpp.in:170 +#: tdecore/tde-config.cpp.in:170 msgid "Configuration files" msgstr "File di configurazione" -#: tdecore/kde-config.cpp.in:171 +#: tdecore/tde-config.cpp.in:171 msgid "Where applications store data" msgstr "Dove le applicazioni memorizzano i dati" -#: tdecore/kde-config.cpp.in:172 +#: tdecore/tde-config.cpp.in:172 msgid "Executables in $prefix/bin" msgstr "Eseguibili in $prefix/bin" -#: tdecore/kde-config.cpp.in:173 +#: tdecore/tde-config.cpp.in:173 msgid "HTML documentation" msgstr "Documentazione HTML" -#: tdecore/kde-config.cpp.in:174 +#: tdecore/tde-config.cpp.in:174 msgid "Icons" msgstr "Icone" -#: tdecore/kde-config.cpp.in:175 +#: tdecore/tde-config.cpp.in:175 msgid "Configuration description files" msgstr "File di descrizione della configurazione" -#: tdecore/kde-config.cpp.in:176 +#: tdecore/tde-config.cpp.in:176 msgid "Libraries" msgstr "Librerie" # XXX Tradurrei "Include/header" o "Include/intestazioni"... -#: tdecore/kde-config.cpp.in:177 +#: tdecore/tde-config.cpp.in:177 msgid "Includes/Headers" msgstr "Includes/Headers" -#: tdecore/kde-config.cpp.in:178 +#: tdecore/tde-config.cpp.in:178 msgid "Translation files for KLocale" msgstr "File di traduzione per KLocale" -#: tdecore/kde-config.cpp.in:179 +#: tdecore/tde-config.cpp.in:179 msgid "Mime types" msgstr "Tipi MIME" -#: tdecore/kde-config.cpp.in:180 +#: tdecore/tde-config.cpp.in:180 msgid "Loadable modules" msgstr "Moduli caricabili" -#: tdecore/kde-config.cpp.in:181 +#: tdecore/tde-config.cpp.in:181 msgid "Qt plugins" msgstr "Plugin Qt" -#: tdecore/kde-config.cpp.in:182 +#: tdecore/tde-config.cpp.in:182 msgid "Services" msgstr "Servizi" -#: tdecore/kde-config.cpp.in:183 +#: tdecore/tde-config.cpp.in:183 msgid "Service types" msgstr "Tipi servizio" -#: tdecore/kde-config.cpp.in:184 +#: tdecore/tde-config.cpp.in:184 msgid "Application sounds" msgstr "Suoni applicazione" -#: tdecore/kde-config.cpp.in:185 +#: tdecore/tde-config.cpp.in:185 msgid "Templates" msgstr "Modelli" -#: tdecore/kde-config.cpp.in:186 +#: tdecore/tde-config.cpp.in:186 msgid "Wallpapers" msgstr "Sfondi" -#: tdecore/kde-config.cpp.in:187 +#: tdecore/tde-config.cpp.in:187 msgid "XDG Application menu (.desktop files)" msgstr "Menu applicazione XDG (file .desktop)" -#: tdecore/kde-config.cpp.in:188 +#: tdecore/tde-config.cpp.in:188 msgid "XDG Menu descriptions (.directory files)" msgstr "Descrizioni menu XDG (file .directory)" -#: tdecore/kde-config.cpp.in:189 +#: tdecore/tde-config.cpp.in:189 msgid "XDG Menu layout (.menu files)" msgstr "Schema menu XDG (file .menu)" -#: tdecore/kde-config.cpp.in:190 +#: tdecore/tde-config.cpp.in:190 msgid "Temporary files (specific for both current host and current user)" msgstr "File temporanei (specifico per l'host e l'utente corrente)" -#: tdecore/kde-config.cpp.in:191 +#: tdecore/tde-config.cpp.in:191 msgid "UNIX Sockets (specific for both current host and current user)" msgstr "Socket UNIX (specifico per l'host e l'utente corrente)" -#: tdecore/kde-config.cpp.in:203 +#: tdecore/tde-config.cpp.in:203 msgid "" "%1 - unknown type\n" msgstr "" "%1 - tipo sconosciuto\n" -#: tdecore/kde-config.cpp.in:228 +#: tdecore/tde-config.cpp.in:228 msgid "" "%1 - unknown type of userpath\n" msgstr "" diff --git a/tde-i18n-ja/acinclude.m4 b/tde-i18n-ja/acinclude.m4 index 68b7ababbca..afd8befc656 100644 --- a/tde-i18n-ja/acinclude.m4 +++ b/tde-i18n-ja/acinclude.m4 @@ -5006,13 +5006,13 @@ AC_DEFUN([KDE_SET_PREFIX], KDE_SET_DEFAULT_BINDIRS if test "x$prefix" = "xNONE"; then - dnl no prefix given: look for kde-config in the PATH and deduce the prefix from it - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + dnl no prefix given: look for tde-config in the PATH and deduce the prefix from it + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) else - dnl prefix given: look for kde-config, preferrably in prefix, otherwise in PATH + dnl prefix given: look for tde-config, preferrably in prefix, otherwise in PATH kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) PATH="$kde_save_PATH" fi @@ -5028,7 +5028,7 @@ AC_DEFUN([KDE_SET_PREFIX], AC_MSG_CHECKING([where to install]) if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - AC_MSG_RESULT([$prefix (as returned by kde-config)]) + AC_MSG_RESULT([$prefix (as returned by tde-config)]) else dnl --prefix was given. Compare prefixes and warn (in configure.in.bot.end) if different given_prefix=$prefix diff --git a/tde-i18n-ja/configure b/tde-i18n-ja/configure index 242e3ae2ddd..4f9775310aa 100755 --- a/tde-i18n-ja/configure +++ b/tde-i18n-ja/configure @@ -3750,12 +3750,12 @@ done if test "x$prefix" = "xNONE"; then - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3774,16 +3774,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3803,10 +3803,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3822,12 +3822,12 @@ echo "${ECHO_T}$kde_cv_path" >&6; } kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3846,16 +3846,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3875,10 +3875,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3911,8 +3911,8 @@ echo "$as_me: error: $KDECONFIG --prefix outputed the non existant prefix '$kde_ echo $ECHO_N "checking where to install... $ECHO_C" >&6; } if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - { echo "$as_me:$LINENO: result: $prefix (as returned by kde-config)" >&5 -echo "${ECHO_T}$prefix (as returned by kde-config)" >&6; } + { echo "$as_me:$LINENO: result: $prefix (as returned by tde-config)" >&5 +echo "${ECHO_T}$prefix (as returned by tde-config)" >&6; } else given_prefix=$prefix { echo "$as_me:$LINENO: result: $prefix (as requested)" >&5 @@ -5629,7 +5629,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-ja/configure.in b/tde-i18n-ja/configure.in index 098e1a5f4d8..5fb865d1e6a 100644 --- a/tde-i18n-ja/configure.in +++ b/tde-i18n-ja/configure.in @@ -106,7 +106,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-ja/messages/tdelibs/tdelibs.po b/tde-i18n-ja/messages/tdelibs/tdelibs.po index d56c84197ec..6bbaefa2da3 100644 --- a/tde-i18n-ja/messages/tdelibs/tdelibs.po +++ b/tde-i18n-ja/messages/tdelibs/tdelibs.po @@ -9297,153 +9297,153 @@ msgstr "これは何?(&T)" msgid "Tip of the &Day" msgstr "今日の一言(&D)" -#: tdecore/kde-config.cpp.in:14 +#: tdecore/tde-config.cpp.in:14 msgid "A little program to output installation paths" msgstr "インストールパスを出力する小さなプログラム" -#: tdecore/kde-config.cpp.in:18 +#: tdecore/tde-config.cpp.in:18 msgid "expand ${prefix} and ${exec_prefix} in output" msgstr "出力で ${prefix} と ${exec_prefix} を展開" -#: tdecore/kde-config.cpp.in:19 +#: tdecore/tde-config.cpp.in:19 msgid "Compiled in prefix for KDE libraries" msgstr "KDE ライブラリ用の prefix でコンパイル" -#: tdecore/kde-config.cpp.in:20 +#: tdecore/tde-config.cpp.in:20 msgid "Compiled in exec_prefix for KDE libraries" msgstr "KDE ライブラリ用の exec_prefix でコンパイル" -#: tdecore/kde-config.cpp.in:21 +#: tdecore/tde-config.cpp.in:21 msgid "Compiled in library path suffix" msgstr "ライブラリパスサフィックスでコンパイル" -#: tdecore/kde-config.cpp.in:22 +#: tdecore/tde-config.cpp.in:22 msgid "Prefix in $HOME used to write files" msgstr "ファイル書き出しに用いられる $HOME でプレフィックス" -#: tdecore/kde-config.cpp.in:23 +#: tdecore/tde-config.cpp.in:23 msgid "Compiled in version string for KDE libraries" msgstr "KDE ライブラリ用のバージョン文字列でコンパイル" -#: tdecore/kde-config.cpp.in:24 +#: tdecore/tde-config.cpp.in:24 msgid "Available KDE resource types" msgstr "利用可能な KDE リソース型" -#: tdecore/kde-config.cpp.in:25 +#: tdecore/tde-config.cpp.in:25 msgid "Search path for resource type" msgstr "リソース型用検索パス" -#: tdecore/kde-config.cpp.in:26 +#: tdecore/tde-config.cpp.in:26 msgid "User path: desktop|autostart|trash|document" msgstr "ユーザ path: desktop|autostart|trash|document" -#: tdecore/kde-config.cpp.in:27 +#: tdecore/tde-config.cpp.in:27 msgid "Prefix to install resource files to" msgstr "リソースファイルをインストールするプレフィックス" -#: tdecore/kde-config.cpp.in:168 +#: tdecore/tde-config.cpp.in:168 msgid "Applications menu (.desktop files)" msgstr "アプリケーションメニュー (.desktop ファイル)" -#: tdecore/kde-config.cpp.in:169 +#: tdecore/tde-config.cpp.in:169 msgid "CGIs to run from kdehelp" msgstr "kdehelp から起動される CGI" -#: tdecore/kde-config.cpp.in:170 +#: tdecore/tde-config.cpp.in:170 msgid "Configuration files" msgstr "設定ファイル" -#: tdecore/kde-config.cpp.in:171 +#: tdecore/tde-config.cpp.in:171 msgid "Where applications store data" msgstr "アプリケーションのデータ保存場所" -#: tdecore/kde-config.cpp.in:172 +#: tdecore/tde-config.cpp.in:172 msgid "Executables in $prefix/bin" msgstr "$prefix/bin にある実行ファイル" -#: tdecore/kde-config.cpp.in:173 +#: tdecore/tde-config.cpp.in:173 msgid "HTML documentation" msgstr "HTML ドキュメント" -#: tdecore/kde-config.cpp.in:174 +#: tdecore/tde-config.cpp.in:174 msgid "Icons" msgstr "アイコン" -#: tdecore/kde-config.cpp.in:175 +#: tdecore/tde-config.cpp.in:175 msgid "Configuration description files" msgstr "設定記述ファイル" -#: tdecore/kde-config.cpp.in:176 +#: tdecore/tde-config.cpp.in:176 msgid "Libraries" msgstr "ライブラリ" -#: tdecore/kde-config.cpp.in:177 +#: tdecore/tde-config.cpp.in:177 msgid "Includes/Headers" msgstr "ヘッダ" -#: tdecore/kde-config.cpp.in:178 +#: tdecore/tde-config.cpp.in:178 msgid "Translation files for KLocale" msgstr "KLocale のための翻訳ファイル" -#: tdecore/kde-config.cpp.in:179 +#: tdecore/tde-config.cpp.in:179 msgid "Mime types" msgstr "MIME タイプ" -#: tdecore/kde-config.cpp.in:180 +#: tdecore/tde-config.cpp.in:180 msgid "Loadable modules" msgstr "ローダブルモジュール" -#: tdecore/kde-config.cpp.in:181 +#: tdecore/tde-config.cpp.in:181 msgid "Qt plugins" msgstr "Qt プラグイン" -#: tdecore/kde-config.cpp.in:182 +#: tdecore/tde-config.cpp.in:182 msgid "Services" msgstr "サービス" -#: tdecore/kde-config.cpp.in:183 +#: tdecore/tde-config.cpp.in:183 msgid "Service types" msgstr "サービスタイプ" -#: tdecore/kde-config.cpp.in:184 +#: tdecore/tde-config.cpp.in:184 msgid "Application sounds" msgstr "アプリケーションサウンド" -#: tdecore/kde-config.cpp.in:185 +#: tdecore/tde-config.cpp.in:185 msgid "Templates" msgstr "テンプレート" -#: tdecore/kde-config.cpp.in:186 +#: tdecore/tde-config.cpp.in:186 msgid "Wallpapers" msgstr "壁紙" -#: tdecore/kde-config.cpp.in:187 +#: tdecore/tde-config.cpp.in:187 msgid "XDG Application menu (.desktop files)" msgstr "XDG アプリケーションメニュー (.desktop ファイル)" -#: tdecore/kde-config.cpp.in:188 +#: tdecore/tde-config.cpp.in:188 msgid "XDG Menu descriptions (.directory files)" msgstr "XDG メニュー説明 (.directory ファイル)" -#: tdecore/kde-config.cpp.in:189 +#: tdecore/tde-config.cpp.in:189 msgid "XDG Menu layout (.menu files)" msgstr "XDG メニュー配置 (.menu ファイル)" -#: tdecore/kde-config.cpp.in:190 +#: tdecore/tde-config.cpp.in:190 msgid "Temporary files (specific for both current host and current user)" msgstr "一時ファイル (現在のホストと現在のユーザの両方について指定)" -#: tdecore/kde-config.cpp.in:191 +#: tdecore/tde-config.cpp.in:191 msgid "UNIX Sockets (specific for both current host and current user)" msgstr "UNIX ソケット (現在のホストと現在のユーザの両方について指定)" -#: tdecore/kde-config.cpp.in:203 +#: tdecore/tde-config.cpp.in:203 msgid "" "%1 - unknown type\n" msgstr "" "%1 - 不明なタイプ\n" -#: tdecore/kde-config.cpp.in:228 +#: tdecore/tde-config.cpp.in:228 msgid "" "%1 - unknown type of userpath\n" msgstr "" diff --git a/tde-i18n-kk/acinclude.m4 b/tde-i18n-kk/acinclude.m4 index 68b7ababbca..afd8befc656 100644 --- a/tde-i18n-kk/acinclude.m4 +++ b/tde-i18n-kk/acinclude.m4 @@ -5006,13 +5006,13 @@ AC_DEFUN([KDE_SET_PREFIX], KDE_SET_DEFAULT_BINDIRS if test "x$prefix" = "xNONE"; then - dnl no prefix given: look for kde-config in the PATH and deduce the prefix from it - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + dnl no prefix given: look for tde-config in the PATH and deduce the prefix from it + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) else - dnl prefix given: look for kde-config, preferrably in prefix, otherwise in PATH + dnl prefix given: look for tde-config, preferrably in prefix, otherwise in PATH kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) PATH="$kde_save_PATH" fi @@ -5028,7 +5028,7 @@ AC_DEFUN([KDE_SET_PREFIX], AC_MSG_CHECKING([where to install]) if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - AC_MSG_RESULT([$prefix (as returned by kde-config)]) + AC_MSG_RESULT([$prefix (as returned by tde-config)]) else dnl --prefix was given. Compare prefixes and warn (in configure.in.bot.end) if different given_prefix=$prefix diff --git a/tde-i18n-kk/configure b/tde-i18n-kk/configure index b57a728bd26..d4b504d8821 100755 --- a/tde-i18n-kk/configure +++ b/tde-i18n-kk/configure @@ -3750,12 +3750,12 @@ done if test "x$prefix" = "xNONE"; then - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3774,16 +3774,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3803,10 +3803,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3822,12 +3822,12 @@ echo "${ECHO_T}$kde_cv_path" >&6; } kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3846,16 +3846,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3875,10 +3875,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3911,8 +3911,8 @@ echo "$as_me: error: $KDECONFIG --prefix outputed the non existant prefix '$kde_ echo $ECHO_N "checking where to install... $ECHO_C" >&6; } if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - { echo "$as_me:$LINENO: result: $prefix (as returned by kde-config)" >&5 -echo "${ECHO_T}$prefix (as returned by kde-config)" >&6; } + { echo "$as_me:$LINENO: result: $prefix (as returned by tde-config)" >&5 +echo "${ECHO_T}$prefix (as returned by tde-config)" >&6; } else given_prefix=$prefix { echo "$as_me:$LINENO: result: $prefix (as requested)" >&5 @@ -5407,7 +5407,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-kk/configure.in b/tde-i18n-kk/configure.in index f8c2e99f25c..84e3b46a92d 100644 --- a/tde-i18n-kk/configure.in +++ b/tde-i18n-kk/configure.in @@ -32,7 +32,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-kk/messages/tdelibs/tdelibs.po b/tde-i18n-kk/messages/tdelibs/tdelibs.po index f6639972a3d..d370562479a 100644 --- a/tde-i18n-kk/messages/tdelibs/tdelibs.po +++ b/tde-i18n-kk/messages/tdelibs/tdelibs.po @@ -9449,153 +9449,153 @@ msgstr "&Бұл не?" msgid "Tip of the &Day" msgstr "&Бүгінгі кеңес" -#: tdecore/kde-config.cpp.in:14 +#: tdecore/tde-config.cpp.in:14 msgid "A little program to output installation paths" msgstr "Орнату жолдарын шығаратын шағын бағдарлама" -#: tdecore/kde-config.cpp.in:18 +#: tdecore/tde-config.cpp.in:18 msgid "expand ${prefix} and ${exec_prefix} in output" msgstr "${prefix} және ${exec_prefix} дегендерді тарқатып шығару" -#: tdecore/kde-config.cpp.in:19 +#: tdecore/tde-config.cpp.in:19 msgid "Compiled in prefix for KDE libraries" msgstr "Компиляцияланған KDE жиындардың prefix параметры" -#: tdecore/kde-config.cpp.in:20 +#: tdecore/tde-config.cpp.in:20 msgid "Compiled in exec_prefix for KDE libraries" msgstr "Компиляцияланған KDE жиындардың exec_prefix параметрі" -#: tdecore/kde-config.cpp.in:21 +#: tdecore/tde-config.cpp.in:21 msgid "Compiled in library path suffix" msgstr "Компиляцияланған жиындар жолының suffix параметрі" -#: tdecore/kde-config.cpp.in:22 +#: tdecore/tde-config.cpp.in:22 msgid "Prefix in $HOME used to write files" msgstr "$HOME айнымалыдағы файлдар жазу орнын көрсететін prefix" -#: tdecore/kde-config.cpp.in:23 +#: tdecore/tde-config.cpp.in:23 msgid "Compiled in version string for KDE libraries" msgstr "Компиляцияланған KDE жиындардың нұсқа жолы" -#: tdecore/kde-config.cpp.in:24 +#: tdecore/tde-config.cpp.in:24 msgid "Available KDE resource types" msgstr "Бар KDE ресурс түрлері" -#: tdecore/kde-config.cpp.in:25 +#: tdecore/tde-config.cpp.in:25 msgid "Search path for resource type" msgstr "Ресурс түрлерін іздеу жолы" -#: tdecore/kde-config.cpp.in:26 +#: tdecore/tde-config.cpp.in:26 msgid "User path: desktop|autostart|trash|document" msgstr "Пайдаланушының жолы: desktop|autostart|trash|document" -#: tdecore/kde-config.cpp.in:27 +#: tdecore/tde-config.cpp.in:27 msgid "Prefix to install resource files to" msgstr "Ресурс файлдарды орнату жолын көрсететін prefix" -#: tdecore/kde-config.cpp.in:168 +#: tdecore/tde-config.cpp.in:168 msgid "Applications menu (.desktop files)" msgstr "Қолданбалардың мәзірлері (.desktop файлдары)" -#: tdecore/kde-config.cpp.in:169 +#: tdecore/tde-config.cpp.in:169 msgid "CGIs to run from kdehelp" msgstr "kdehelp орындайтын CGI скриптері" -#: tdecore/kde-config.cpp.in:170 +#: tdecore/tde-config.cpp.in:170 msgid "Configuration files" msgstr "Баптау файлдары" -#: tdecore/kde-config.cpp.in:171 +#: tdecore/tde-config.cpp.in:171 msgid "Where applications store data" msgstr "Қолданбалар деректерін сақтайтын орын" -#: tdecore/kde-config.cpp.in:172 +#: tdecore/tde-config.cpp.in:172 msgid "Executables in $prefix/bin" msgstr "$prefix/bin каталогтағы орындалатын файлдар" -#: tdecore/kde-config.cpp.in:173 +#: tdecore/tde-config.cpp.in:173 msgid "HTML documentation" msgstr "HTML құжаттама" -#: tdecore/kde-config.cpp.in:174 +#: tdecore/tde-config.cpp.in:174 msgid "Icons" msgstr "Таңбашалар" -#: tdecore/kde-config.cpp.in:175 +#: tdecore/tde-config.cpp.in:175 msgid "Configuration description files" msgstr "Баптау сипаттама файлдары" -#: tdecore/kde-config.cpp.in:176 +#: tdecore/tde-config.cpp.in:176 msgid "Libraries" msgstr "Жиын файлдар" -#: tdecore/kde-config.cpp.in:177 +#: tdecore/tde-config.cpp.in:177 msgid "Includes/Headers" msgstr "Includes/Headers" -#: tdecore/kde-config.cpp.in:178 +#: tdecore/tde-config.cpp.in:178 msgid "Translation files for KLocale" msgstr "KLocale-ге арналған аударым файлдары" -#: tdecore/kde-config.cpp.in:179 +#: tdecore/tde-config.cpp.in:179 msgid "Mime types" msgstr "MIME түрлері" -#: tdecore/kde-config.cpp.in:180 +#: tdecore/tde-config.cpp.in:180 msgid "Loadable modules" msgstr "Жүктелетін модульдер" -#: tdecore/kde-config.cpp.in:181 +#: tdecore/tde-config.cpp.in:181 msgid "Qt plugins" msgstr "Qt модульдері" -#: tdecore/kde-config.cpp.in:182 +#: tdecore/tde-config.cpp.in:182 msgid "Services" msgstr "Қызметтер" -#: tdecore/kde-config.cpp.in:183 +#: tdecore/tde-config.cpp.in:183 msgid "Service types" msgstr "Қызмет түрлері" -#: tdecore/kde-config.cpp.in:184 +#: tdecore/tde-config.cpp.in:184 msgid "Application sounds" msgstr "Қолданбаның дыбыстары" -#: tdecore/kde-config.cpp.in:185 +#: tdecore/tde-config.cpp.in:185 msgid "Templates" msgstr "Үлгілер" -#: tdecore/kde-config.cpp.in:186 +#: tdecore/tde-config.cpp.in:186 msgid "Wallpapers" msgstr "Тұсқағаздар" -#: tdecore/kde-config.cpp.in:187 +#: tdecore/tde-config.cpp.in:187 msgid "XDG Application menu (.desktop files)" msgstr "XDG қолданба мәзірі (.desktop файлдары)" -#: tdecore/kde-config.cpp.in:188 +#: tdecore/tde-config.cpp.in:188 msgid "XDG Menu descriptions (.directory files)" msgstr "XDG мәзірінің сипаттамалары (.directory файлдары)" -#: tdecore/kde-config.cpp.in:189 +#: tdecore/tde-config.cpp.in:189 msgid "XDG Menu layout (.menu files)" msgstr "XDG мәзірінің орналасуы (.menu файлдар)" -#: tdecore/kde-config.cpp.in:190 +#: tdecore/tde-config.cpp.in:190 msgid "Temporary files (specific for both current host and current user)" msgstr "Уақытша файлдар (хостпен пайдаланушының екеуінде де ерекше)" -#: tdecore/kde-config.cpp.in:191 +#: tdecore/tde-config.cpp.in:191 msgid "UNIX Sockets (specific for both current host and current user)" msgstr "UNIX Sockets (хостпен пайдаланушының екеуінде де ерекше)" -#: tdecore/kde-config.cpp.in:203 +#: tdecore/tde-config.cpp.in:203 msgid "" "%1 - unknown type\n" msgstr "" "%1 - беймәлім түрі\n" -#: tdecore/kde-config.cpp.in:228 +#: tdecore/tde-config.cpp.in:228 msgid "" "%1 - unknown type of userpath\n" msgstr "" diff --git a/tde-i18n-km/acinclude.m4 b/tde-i18n-km/acinclude.m4 index 68b7ababbca..afd8befc656 100644 --- a/tde-i18n-km/acinclude.m4 +++ b/tde-i18n-km/acinclude.m4 @@ -5006,13 +5006,13 @@ AC_DEFUN([KDE_SET_PREFIX], KDE_SET_DEFAULT_BINDIRS if test "x$prefix" = "xNONE"; then - dnl no prefix given: look for kde-config in the PATH and deduce the prefix from it - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + dnl no prefix given: look for tde-config in the PATH and deduce the prefix from it + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) else - dnl prefix given: look for kde-config, preferrably in prefix, otherwise in PATH + dnl prefix given: look for tde-config, preferrably in prefix, otherwise in PATH kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) PATH="$kde_save_PATH" fi @@ -5028,7 +5028,7 @@ AC_DEFUN([KDE_SET_PREFIX], AC_MSG_CHECKING([where to install]) if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - AC_MSG_RESULT([$prefix (as returned by kde-config)]) + AC_MSG_RESULT([$prefix (as returned by tde-config)]) else dnl --prefix was given. Compare prefixes and warn (in configure.in.bot.end) if different given_prefix=$prefix diff --git a/tde-i18n-km/configure b/tde-i18n-km/configure index f821519610b..609a926c2d0 100755 --- a/tde-i18n-km/configure +++ b/tde-i18n-km/configure @@ -3750,12 +3750,12 @@ done if test "x$prefix" = "xNONE"; then - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3774,16 +3774,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3803,10 +3803,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3822,12 +3822,12 @@ echo "${ECHO_T}$kde_cv_path" >&6; } kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3846,16 +3846,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3875,10 +3875,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3911,8 +3911,8 @@ echo "$as_me: error: $KDECONFIG --prefix outputed the non existant prefix '$kde_ echo $ECHO_N "checking where to install... $ECHO_C" >&6; } if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - { echo "$as_me:$LINENO: result: $prefix (as returned by kde-config)" >&5 -echo "${ECHO_T}$prefix (as returned by kde-config)" >&6; } + { echo "$as_me:$LINENO: result: $prefix (as returned by tde-config)" >&5 +echo "${ECHO_T}$prefix (as returned by tde-config)" >&6; } else given_prefix=$prefix { echo "$as_me:$LINENO: result: $prefix (as requested)" >&5 @@ -5416,7 +5416,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-km/configure.in b/tde-i18n-km/configure.in index 0713cecfb0e..3fa8e1f24d8 100644 --- a/tde-i18n-km/configure.in +++ b/tde-i18n-km/configure.in @@ -35,7 +35,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-km/messages/tdelibs/tdelibs.po b/tde-i18n-km/messages/tdelibs/tdelibs.po index 803dd6023d2..8f38a049cee 100644 --- a/tde-i18n-km/messages/tdelibs/tdelibs.po +++ b/tde-i18n-km/messages/tdelibs/tdelibs.po @@ -9573,155 +9573,155 @@ msgstr "នេះជាអ្វី ? " msgid "Tip of the &Day" msgstr "ព័ត៌មានជំនួយសម្រាប់ថ្ងៃនេះ" -#: tdecore/kde-config.cpp.in:14 +#: tdecore/tde-config.cpp.in:14 msgid "A little program to output installation paths" msgstr "កម្មវិធីតូចមួយដែលត្រូវបង្កើតផ្លូវដំឡើង" -#: tdecore/kde-config.cpp.in:18 +#: tdecore/tde-config.cpp.in:18 msgid "expand ${prefix} and ${exec_prefix} in output" msgstr "ពង្រីក ${prefix} និង ${exec_prefix} ក្នុងលទ្ធផល" -#: tdecore/kde-config.cpp.in:19 +#: tdecore/tde-config.cpp.in:19 msgid "Compiled in prefix for KDE libraries" msgstr "បានចងក្រងជាបុព្វបទសម្រាប់បណ្ណាល័យ KDE" -#: tdecore/kde-config.cpp.in:20 +#: tdecore/tde-config.cpp.in:20 msgid "Compiled in exec_prefix for KDE libraries" msgstr "បានចងក្រងជា exec_prefix សម្រាប់បណ្ណាល័យ KDE" -#: tdecore/kde-config.cpp.in:21 +#: tdecore/tde-config.cpp.in:21 msgid "Compiled in library path suffix" msgstr "បានចងក្រងក្នុងបច្ច័យផ្លូវរបស់បណ្ណាល័យ" -#: tdecore/kde-config.cpp.in:22 +#: tdecore/tde-config.cpp.in:22 msgid "Prefix in $HOME used to write files" msgstr "បុព្វបទក្នុង $HOME ដែលប្រើ ដើម្បីសរសេរឯកសារ" -#: tdecore/kde-config.cpp.in:23 +#: tdecore/tde-config.cpp.in:23 msgid "Compiled in version string for KDE libraries" msgstr "Compiled in version string for KDE libraries" -#: tdecore/kde-config.cpp.in:24 +#: tdecore/tde-config.cpp.in:24 msgid "Available KDE resource types" msgstr "ប្រភេទធនធាន KDE ដែលអាចប្រើបាន" -#: tdecore/kde-config.cpp.in:25 +#: tdecore/tde-config.cpp.in:25 msgid "Search path for resource type" msgstr "ស្វែងរកផ្លូវសម្រាប់ប្រភេទធនធាន" -#: tdecore/kde-config.cpp.in:26 +#: tdecore/tde-config.cpp.in:26 msgid "User path: desktop|autostart|trash|document" msgstr "ផ្លូវរបស់អ្នកប្រើ ៖ desktop|autostart|trash|document" -#: tdecore/kde-config.cpp.in:27 +#: tdecore/tde-config.cpp.in:27 msgid "Prefix to install resource files to" msgstr "បុព្វបទដែលត្រូវដំឡើងឯកសារធនធានទៅ" -#: tdecore/kde-config.cpp.in:168 +#: tdecore/tde-config.cpp.in:168 msgid "Applications menu (.desktop files)" msgstr "ម៉ឺនុយកម្មវិធី (.ឯកសារផ្ទៃតុ)" -#: tdecore/kde-config.cpp.in:169 +#: tdecore/tde-config.cpp.in:169 msgid "CGIs to run from kdehelp" msgstr "CGIs ដែលត្រូវរត់ពី kdehelp" -#: tdecore/kde-config.cpp.in:170 +#: tdecore/tde-config.cpp.in:170 msgid "Configuration files" msgstr "ឯកសារកំណត់រចនាសម្ព័ន្ធ" -#: tdecore/kde-config.cpp.in:171 +#: tdecore/tde-config.cpp.in:171 msgid "Where applications store data" msgstr "កន្លែងដែលកម្មវិធីផ្ទុកទិន្នន័យ" -#: tdecore/kde-config.cpp.in:172 +#: tdecore/tde-config.cpp.in:172 msgid "Executables in $prefix/bin" msgstr "អាចប្រតិបត្តិបានក្នុង $prefix/bin" -#: tdecore/kde-config.cpp.in:173 +#: tdecore/tde-config.cpp.in:173 msgid "HTML documentation" msgstr "ឯកសារ HTML" -#: tdecore/kde-config.cpp.in:174 +#: tdecore/tde-config.cpp.in:174 msgid "Icons" msgstr "រូបតំណាង" -#: tdecore/kde-config.cpp.in:175 +#: tdecore/tde-config.cpp.in:175 msgid "Configuration description files" msgstr "ឯកសារពិពណ៌នាការកំណត់រចនាសម្ព័ន្ធ" -#: tdecore/kde-config.cpp.in:176 +#: tdecore/tde-config.cpp.in:176 msgid "Libraries" msgstr "បណ្ណាល័យ" -#: tdecore/kde-config.cpp.in:177 +#: tdecore/tde-config.cpp.in:177 msgid "Includes/Headers" msgstr "រួមមាន/បឋមកថា" -#: tdecore/kde-config.cpp.in:178 +#: tdecore/tde-config.cpp.in:178 msgid "Translation files for KLocale" msgstr "ឯកសារបកប្រែ KLocale" -#: tdecore/kde-config.cpp.in:179 +#: tdecore/tde-config.cpp.in:179 msgid "Mime types" msgstr "ប្រភេទ Mime" -#: tdecore/kde-config.cpp.in:180 +#: tdecore/tde-config.cpp.in:180 msgid "Loadable modules" msgstr "ម៉ូឌុលដែលអាចផ្ទុក" -#: tdecore/kde-config.cpp.in:181 +#: tdecore/tde-config.cpp.in:181 msgid "Qt plugins" msgstr "កម្មវិធីជំនួយខាងក្នុង Qt" -#: tdecore/kde-config.cpp.in:182 +#: tdecore/tde-config.cpp.in:182 msgid "Services" msgstr "សេវា" -#: tdecore/kde-config.cpp.in:183 +#: tdecore/tde-config.cpp.in:183 msgid "Service types" msgstr "ប្រភេទសេវា" -#: tdecore/kde-config.cpp.in:184 +#: tdecore/tde-config.cpp.in:184 msgid "Application sounds" msgstr "សំឡេងកម្មវិធី" -#: tdecore/kde-config.cpp.in:185 +#: tdecore/tde-config.cpp.in:185 msgid "Templates" msgstr "ពុម្ព" -#: tdecore/kde-config.cpp.in:186 +#: tdecore/tde-config.cpp.in:186 msgid "Wallpapers" msgstr "ក្រដាសបិទជញ្ជាំង" -#: tdecore/kde-config.cpp.in:187 +#: tdecore/tde-config.cpp.in:187 msgid "XDG Application menu (.desktop files)" msgstr "ម៉ឺនុយកម្មវិធី XDG (.ឯកសារផ្ទៃតុ)" -#: tdecore/kde-config.cpp.in:188 +#: tdecore/tde-config.cpp.in:188 msgid "XDG Menu descriptions (.directory files)" msgstr "ពិពណ៌នាម៉ឺនុយ XDG (.ឯកសារថត)" -#: tdecore/kde-config.cpp.in:189 +#: tdecore/tde-config.cpp.in:189 msgid "XDG Menu layout (.menu files)" msgstr "ប្លង់ម៉ឺនុយ XDG (.ឯកសារម៉ឺនុយ)" -#: tdecore/kde-config.cpp.in:190 +#: tdecore/tde-config.cpp.in:190 msgid "Temporary files (specific for both current host and current user)" msgstr "" "ឯកសារបណ្ដោះអាសន្ន (ជាក់លាក់ទាំងម៉ាស៊ីនបច្ចុប្បន្ន និង " "អ្នកប្រើបច្ចុប្បន្ន)" -#: tdecore/kde-config.cpp.in:191 +#: tdecore/tde-config.cpp.in:191 msgid "UNIX Sockets (specific for both current host and current user)" msgstr "រន្ធ UNIX (ជាក់លាក់ទាំងម៉ាស៊ីនបច្ចុប្បន្ន និង អ្នកប្រើបច្ចុប្បន្ន)" -#: tdecore/kde-config.cpp.in:203 +#: tdecore/tde-config.cpp.in:203 msgid "" "%1 - unknown type\n" msgstr "" "%1 - មិនស្គាល់ប្រភេទ\n" -#: tdecore/kde-config.cpp.in:228 +#: tdecore/tde-config.cpp.in:228 msgid "" "%1 - unknown type of userpath\n" msgstr "" diff --git a/tde-i18n-ko/acinclude.m4 b/tde-i18n-ko/acinclude.m4 index 68b7ababbca..afd8befc656 100644 --- a/tde-i18n-ko/acinclude.m4 +++ b/tde-i18n-ko/acinclude.m4 @@ -5006,13 +5006,13 @@ AC_DEFUN([KDE_SET_PREFIX], KDE_SET_DEFAULT_BINDIRS if test "x$prefix" = "xNONE"; then - dnl no prefix given: look for kde-config in the PATH and deduce the prefix from it - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + dnl no prefix given: look for tde-config in the PATH and deduce the prefix from it + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) else - dnl prefix given: look for kde-config, preferrably in prefix, otherwise in PATH + dnl prefix given: look for tde-config, preferrably in prefix, otherwise in PATH kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) PATH="$kde_save_PATH" fi @@ -5028,7 +5028,7 @@ AC_DEFUN([KDE_SET_PREFIX], AC_MSG_CHECKING([where to install]) if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - AC_MSG_RESULT([$prefix (as returned by kde-config)]) + AC_MSG_RESULT([$prefix (as returned by tde-config)]) else dnl --prefix was given. Compare prefixes and warn (in configure.in.bot.end) if different given_prefix=$prefix diff --git a/tde-i18n-ko/configure b/tde-i18n-ko/configure index ae3bf224c71..1b8731cf616 100755 --- a/tde-i18n-ko/configure +++ b/tde-i18n-ko/configure @@ -3750,12 +3750,12 @@ done if test "x$prefix" = "xNONE"; then - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3774,16 +3774,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3803,10 +3803,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3822,12 +3822,12 @@ echo "${ECHO_T}$kde_cv_path" >&6; } kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3846,16 +3846,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3875,10 +3875,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3911,8 +3911,8 @@ echo "$as_me: error: $KDECONFIG --prefix outputed the non existant prefix '$kde_ echo $ECHO_N "checking where to install... $ECHO_C" >&6; } if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - { echo "$as_me:$LINENO: result: $prefix (as returned by kde-config)" >&5 -echo "${ECHO_T}$prefix (as returned by kde-config)" >&6; } + { echo "$as_me:$LINENO: result: $prefix (as returned by tde-config)" >&5 +echo "${ECHO_T}$prefix (as returned by tde-config)" >&6; } else given_prefix=$prefix { echo "$as_me:$LINENO: result: $prefix (as requested)" >&5 @@ -5428,7 +5428,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-ko/configure.in b/tde-i18n-ko/configure.in index 161cdb3e2d2..6e096e5db21 100644 --- a/tde-i18n-ko/configure.in +++ b/tde-i18n-ko/configure.in @@ -39,7 +39,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-ko/messages/tdelibs/tdelibs.po b/tde-i18n-ko/messages/tdelibs/tdelibs.po index b57a9ae7a1a..4d59b8e4ef2 100644 --- a/tde-i18n-ko/messages/tdelibs/tdelibs.po +++ b/tde-i18n-ko/messages/tdelibs/tdelibs.po @@ -9295,153 +9295,153 @@ msgstr "이것에 대한 설명(&T)" msgid "Tip of the &Day" msgstr "오늘의 팁(&D)" -#: tdecore/kde-config.cpp.in:14 +#: tdecore/tde-config.cpp.in:14 msgid "A little program to output installation paths" msgstr "설치 경로를 출력하는 간단한 프로그램" -#: tdecore/kde-config.cpp.in:18 +#: tdecore/tde-config.cpp.in:18 msgid "expand ${prefix} and ${exec_prefix} in output" msgstr "출력에서 ${prefix}와 ${exec_prefix}를 확장" -#: tdecore/kde-config.cpp.in:19 +#: tdecore/tde-config.cpp.in:19 msgid "Compiled in prefix for KDE libraries" msgstr "KDE 라이브러리에 대해 미리 지정된 위치에 컴파일" -#: tdecore/kde-config.cpp.in:20 +#: tdecore/tde-config.cpp.in:20 msgid "Compiled in exec_prefix for KDE libraries" msgstr "KDE 라이브러리에 대해 미리 지정된 수행파일 지정 위치에 컴파일" -#: tdecore/kde-config.cpp.in:21 +#: tdecore/tde-config.cpp.in:21 msgid "Compiled in library path suffix" msgstr "라이브러리 경로 수식 위치에 컴파일" -#: tdecore/kde-config.cpp.in:22 +#: tdecore/tde-config.cpp.in:22 msgid "Prefix in $HOME used to write files" msgstr "파일을 쓰는데 사용되는 $HOME 내의 미리 지정된 위치" -#: tdecore/kde-config.cpp.in:23 +#: tdecore/tde-config.cpp.in:23 msgid "Compiled in version string for KDE libraries" msgstr "KDE 라이브러리에 대한 버전 문자열에 컴파일" -#: tdecore/kde-config.cpp.in:24 +#: tdecore/tde-config.cpp.in:24 msgid "Available KDE resource types" msgstr "사용 가능한 KDE 자원 종류" -#: tdecore/kde-config.cpp.in:25 +#: tdecore/tde-config.cpp.in:25 msgid "Search path for resource type" msgstr "자원 형식에 대한 검색 경로" -#: tdecore/kde-config.cpp.in:26 +#: tdecore/tde-config.cpp.in:26 msgid "User path: desktop|autostart|trash|document" msgstr "사용자 경로: desktop|autostart|trash|document" -#: tdecore/kde-config.cpp.in:27 +#: tdecore/tde-config.cpp.in:27 msgid "Prefix to install resource files to" msgstr "자원 파일을 설치하기 위한 미리 지정된 위치" -#: tdecore/kde-config.cpp.in:168 +#: tdecore/tde-config.cpp.in:168 msgid "Applications menu (.desktop files)" msgstr "프로그램 메뉴 (.desktop 파일)" -#: tdecore/kde-config.cpp.in:169 +#: tdecore/tde-config.cpp.in:169 msgid "CGIs to run from kdehelp" msgstr "kdehelp에서 실행하기 위한 CGI" -#: tdecore/kde-config.cpp.in:170 +#: tdecore/tde-config.cpp.in:170 msgid "Configuration files" msgstr "설정 파일" -#: tdecore/kde-config.cpp.in:171 +#: tdecore/tde-config.cpp.in:171 msgid "Where applications store data" msgstr "프로그램이 데이터를 저장하는 곳" -#: tdecore/kde-config.cpp.in:172 +#: tdecore/tde-config.cpp.in:172 msgid "Executables in $prefix/bin" msgstr "$prefix/bin 내의 실행파일" -#: tdecore/kde-config.cpp.in:173 +#: tdecore/tde-config.cpp.in:173 msgid "HTML documentation" msgstr "HTML 문서" -#: tdecore/kde-config.cpp.in:174 +#: tdecore/tde-config.cpp.in:174 msgid "Icons" msgstr "아이콘" -#: tdecore/kde-config.cpp.in:175 +#: tdecore/tde-config.cpp.in:175 msgid "Configuration description files" msgstr "설정 설명 파일" -#: tdecore/kde-config.cpp.in:176 +#: tdecore/tde-config.cpp.in:176 msgid "Libraries" msgstr "라이브러리" -#: tdecore/kde-config.cpp.in:177 +#: tdecore/tde-config.cpp.in:177 msgid "Includes/Headers" msgstr "포함/헤더" -#: tdecore/kde-config.cpp.in:178 +#: tdecore/tde-config.cpp.in:178 msgid "Translation files for KLocale" msgstr "KLocale 번역 파일" -#: tdecore/kde-config.cpp.in:179 +#: tdecore/tde-config.cpp.in:179 msgid "Mime types" msgstr "MIME 형식" -#: tdecore/kde-config.cpp.in:180 +#: tdecore/tde-config.cpp.in:180 msgid "Loadable modules" msgstr "불러올 수 있는 모듈" -#: tdecore/kde-config.cpp.in:181 +#: tdecore/tde-config.cpp.in:181 msgid "Qt plugins" msgstr "Qt 플러그인" -#: tdecore/kde-config.cpp.in:182 +#: tdecore/tde-config.cpp.in:182 msgid "Services" msgstr "서비스" -#: tdecore/kde-config.cpp.in:183 +#: tdecore/tde-config.cpp.in:183 msgid "Service types" msgstr "서비스 형식" -#: tdecore/kde-config.cpp.in:184 +#: tdecore/tde-config.cpp.in:184 msgid "Application sounds" msgstr "프로그램 소리" -#: tdecore/kde-config.cpp.in:185 +#: tdecore/tde-config.cpp.in:185 msgid "Templates" msgstr "템플릿" -#: tdecore/kde-config.cpp.in:186 +#: tdecore/tde-config.cpp.in:186 msgid "Wallpapers" msgstr "배경 화면" -#: tdecore/kde-config.cpp.in:187 +#: tdecore/tde-config.cpp.in:187 msgid "XDG Application menu (.desktop files)" msgstr "XDG 프로그램 메뉴 (.desktop 파일)" -#: tdecore/kde-config.cpp.in:188 +#: tdecore/tde-config.cpp.in:188 msgid "XDG Menu descriptions (.directory files)" msgstr "XDG 메뉴 설명 (.directory 파일)" -#: tdecore/kde-config.cpp.in:189 +#: tdecore/tde-config.cpp.in:189 msgid "XDG Menu layout (.menu files)" msgstr "XDG 메뉴 레이아웃 (.menu 파일)" -#: tdecore/kde-config.cpp.in:190 +#: tdecore/tde-config.cpp.in:190 msgid "Temporary files (specific for both current host and current user)" msgstr "임시 파일 (현재 호스트와 현재 사용자에게 지정된 내용)" -#: tdecore/kde-config.cpp.in:191 +#: tdecore/tde-config.cpp.in:191 msgid "UNIX Sockets (specific for both current host and current user)" msgstr "유닉스 소켓 (현재 호스트와 사용자에게 지정된 내용)" -#: tdecore/kde-config.cpp.in:203 +#: tdecore/tde-config.cpp.in:203 msgid "" "%1 - unknown type\n" msgstr "" "%1 - 알 수 없는 형식\n" -#: tdecore/kde-config.cpp.in:228 +#: tdecore/tde-config.cpp.in:228 msgid "" "%1 - unknown type of userpath\n" msgstr "" diff --git a/tde-i18n-lt/acinclude.m4 b/tde-i18n-lt/acinclude.m4 index 68b7ababbca..afd8befc656 100644 --- a/tde-i18n-lt/acinclude.m4 +++ b/tde-i18n-lt/acinclude.m4 @@ -5006,13 +5006,13 @@ AC_DEFUN([KDE_SET_PREFIX], KDE_SET_DEFAULT_BINDIRS if test "x$prefix" = "xNONE"; then - dnl no prefix given: look for kde-config in the PATH and deduce the prefix from it - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + dnl no prefix given: look for tde-config in the PATH and deduce the prefix from it + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) else - dnl prefix given: look for kde-config, preferrably in prefix, otherwise in PATH + dnl prefix given: look for tde-config, preferrably in prefix, otherwise in PATH kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) PATH="$kde_save_PATH" fi @@ -5028,7 +5028,7 @@ AC_DEFUN([KDE_SET_PREFIX], AC_MSG_CHECKING([where to install]) if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - AC_MSG_RESULT([$prefix (as returned by kde-config)]) + AC_MSG_RESULT([$prefix (as returned by tde-config)]) else dnl --prefix was given. Compare prefixes and warn (in configure.in.bot.end) if different given_prefix=$prefix diff --git a/tde-i18n-lt/configure b/tde-i18n-lt/configure index 6d8251249d7..4246f44c90d 100755 --- a/tde-i18n-lt/configure +++ b/tde-i18n-lt/configure @@ -3750,12 +3750,12 @@ done if test "x$prefix" = "xNONE"; then - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3774,16 +3774,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3803,10 +3803,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3822,12 +3822,12 @@ echo "${ECHO_T}$kde_cv_path" >&6; } kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3846,16 +3846,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3875,10 +3875,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3911,8 +3911,8 @@ echo "$as_me: error: $KDECONFIG --prefix outputed the non existant prefix '$kde_ echo $ECHO_N "checking where to install... $ECHO_C" >&6; } if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - { echo "$as_me:$LINENO: result: $prefix (as returned by kde-config)" >&5 -echo "${ECHO_T}$prefix (as returned by kde-config)" >&6; } + { echo "$as_me:$LINENO: result: $prefix (as returned by tde-config)" >&5 +echo "${ECHO_T}$prefix (as returned by tde-config)" >&6; } else given_prefix=$prefix { echo "$as_me:$LINENO: result: $prefix (as requested)" >&5 @@ -5425,7 +5425,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-lt/configure.in b/tde-i18n-lt/configure.in index 58c64b77243..ba099d656f7 100644 --- a/tde-i18n-lt/configure.in +++ b/tde-i18n-lt/configure.in @@ -38,7 +38,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-lt/messages/tdelibs/tdelibs.po b/tde-i18n-lt/messages/tdelibs/tdelibs.po index 47a3e509e75..d0d61de7728 100644 --- a/tde-i18n-lt/messages/tdelibs/tdelibs.po +++ b/tde-i18n-lt/messages/tdelibs/tdelibs.po @@ -9555,155 +9555,155 @@ msgstr "Kas &tai yra?" msgid "Tip of the &Day" msgstr "&Dienos patarimas" -#: tdecore/kde-config.cpp.in:14 +#: tdecore/tde-config.cpp.in:14 msgid "A little program to output installation paths" msgstr "Maža programa parodanti įdiegimo kelius" -#: tdecore/kde-config.cpp.in:18 +#: tdecore/tde-config.cpp.in:18 msgid "expand ${prefix} and ${exec_prefix} in output" msgstr "iplėsti ${prefix} ir ${exec_prefix} išvestyje" -#: tdecore/kde-config.cpp.in:19 +#: tdecore/tde-config.cpp.in:19 msgid "Compiled in prefix for KDE libraries" msgstr "Įkompiliuotas KDE bibliotekų „prefix“" -#: tdecore/kde-config.cpp.in:20 +#: tdecore/tde-config.cpp.in:20 msgid "Compiled in exec_prefix for KDE libraries" msgstr "Įkonpiliuotas „exec_prefix“ priešdėlis KDE bibliotekoms" -#: tdecore/kde-config.cpp.in:21 +#: tdecore/tde-config.cpp.in:21 msgid "Compiled in library path suffix" msgstr "Įkompiliuotas bibliotekų kelio „suffix“" -#: tdecore/kde-config.cpp.in:22 +#: tdecore/tde-config.cpp.in:22 msgid "Prefix in $HOME used to write files" msgstr "Priešdėlis iš $HOME naudojamas byloms rašyti." -#: tdecore/kde-config.cpp.in:23 +#: tdecore/tde-config.cpp.in:23 msgid "Compiled in version string for KDE libraries" msgstr "Įkompiliuotos versijų eilutės KDE bibliotekoms" -#: tdecore/kde-config.cpp.in:24 +#: tdecore/tde-config.cpp.in:24 msgid "Available KDE resource types" msgstr "Prieinami KDE resursų tipai" -#: tdecore/kde-config.cpp.in:25 +#: tdecore/tde-config.cpp.in:25 msgid "Search path for resource type" msgstr "Ieškoti kelio resurso tipui" -#: tdecore/kde-config.cpp.in:26 +#: tdecore/tde-config.cpp.in:26 msgid "User path: desktop|autostart|trash|document" msgstr "Naudotojo kelias: desktop|autostart|trash|document" -#: tdecore/kde-config.cpp.in:27 +#: tdecore/tde-config.cpp.in:27 msgid "Prefix to install resource files to" msgstr "Priešdėlis (prefix) resursų bylų kompiliavimui" -#: tdecore/kde-config.cpp.in:168 +#: tdecore/tde-config.cpp.in:168 msgid "Applications menu (.desktop files)" msgstr "Programų meniu (.desktop bylos)" -#: tdecore/kde-config.cpp.in:169 +#: tdecore/tde-config.cpp.in:169 msgid "CGIs to run from kdehelp" msgstr "CGI programos vykdomos iš „kdehelp“" -#: tdecore/kde-config.cpp.in:170 +#: tdecore/tde-config.cpp.in:170 msgid "Configuration files" msgstr "Konfigūravimo bylos" -#: tdecore/kde-config.cpp.in:171 +#: tdecore/tde-config.cpp.in:171 msgid "Where applications store data" msgstr "Kur programos saugo duomenis" -#: tdecore/kde-config.cpp.in:172 +#: tdecore/tde-config.cpp.in:172 msgid "Executables in $prefix/bin" msgstr "Vykdomos bylos iš $prefix/bin" -#: tdecore/kde-config.cpp.in:173 +#: tdecore/tde-config.cpp.in:173 msgid "HTML documentation" msgstr "HTML dokumentacija" -#: tdecore/kde-config.cpp.in:174 +#: tdecore/tde-config.cpp.in:174 msgid "Icons" msgstr "Ženkliukai" -#: tdecore/kde-config.cpp.in:175 +#: tdecore/tde-config.cpp.in:175 msgid "Configuration description files" msgstr "Konfigūravimo aprašymo bylos" -#: tdecore/kde-config.cpp.in:176 +#: tdecore/tde-config.cpp.in:176 msgid "Libraries" msgstr "Bibliotekos" -#: tdecore/kde-config.cpp.in:177 +#: tdecore/tde-config.cpp.in:177 msgid "Includes/Headers" msgstr "Includes/Headers" -#: tdecore/kde-config.cpp.in:178 +#: tdecore/tde-config.cpp.in:178 msgid "Translation files for KLocale" msgstr "Vertimo bylos skirtos KLocale" -#: tdecore/kde-config.cpp.in:179 +#: tdecore/tde-config.cpp.in:179 msgid "Mime types" msgstr "Mime tipai" -#: tdecore/kde-config.cpp.in:180 +#: tdecore/tde-config.cpp.in:180 msgid "Loadable modules" msgstr "Įkeliami moduliai" -#: tdecore/kde-config.cpp.in:181 +#: tdecore/tde-config.cpp.in:181 msgid "Qt plugins" msgstr "Qt priedai" -#: tdecore/kde-config.cpp.in:182 +#: tdecore/tde-config.cpp.in:182 msgid "Services" msgstr "Tarnybos" -#: tdecore/kde-config.cpp.in:183 +#: tdecore/tde-config.cpp.in:183 msgid "Service types" msgstr "Tarnybų tipai" -#: tdecore/kde-config.cpp.in:184 +#: tdecore/tde-config.cpp.in:184 msgid "Application sounds" msgstr "Programos garsai" -#: tdecore/kde-config.cpp.in:185 +#: tdecore/tde-config.cpp.in:185 msgid "Templates" msgstr "Šablonai" -#: tdecore/kde-config.cpp.in:186 +#: tdecore/tde-config.cpp.in:186 msgid "Wallpapers" msgstr "Apmušalai" -#: tdecore/kde-config.cpp.in:187 +#: tdecore/tde-config.cpp.in:187 msgid "XDG Application menu (.desktop files)" msgstr "XDG programų meniu (.desktop files)" -#: tdecore/kde-config.cpp.in:188 +#: tdecore/tde-config.cpp.in:188 msgid "XDG Menu descriptions (.directory files)" msgstr "XDG meniu aprašymai (.directory bylos)" -#: tdecore/kde-config.cpp.in:189 +#: tdecore/tde-config.cpp.in:189 msgid "XDG Menu layout (.menu files)" msgstr "XDG meniu išdėstymas (.menu bylos)" -#: tdecore/kde-config.cpp.in:190 +#: tdecore/tde-config.cpp.in:190 msgid "Temporary files (specific for both current host and current user)" msgstr "" "Laikinosios bylos (specifinės tiek pagrindiniam, tiek dabartiniam naudotojui)" -#: tdecore/kde-config.cpp.in:191 +#: tdecore/tde-config.cpp.in:191 msgid "UNIX Sockets (specific for both current host and current user)" msgstr "" "UNIX lizdai (specifinės tiek pagrindiniam, tiek dabartiniam naudotojui)" -#: tdecore/kde-config.cpp.in:203 +#: tdecore/tde-config.cpp.in:203 msgid "" "%1 - unknown type\n" msgstr "" "%1 - nežinomas tipas\n" -#: tdecore/kde-config.cpp.in:228 +#: tdecore/tde-config.cpp.in:228 msgid "" "%1 - unknown type of userpath\n" msgstr "" diff --git a/tde-i18n-lv/acinclude.m4 b/tde-i18n-lv/acinclude.m4 index 68b7ababbca..afd8befc656 100644 --- a/tde-i18n-lv/acinclude.m4 +++ b/tde-i18n-lv/acinclude.m4 @@ -5006,13 +5006,13 @@ AC_DEFUN([KDE_SET_PREFIX], KDE_SET_DEFAULT_BINDIRS if test "x$prefix" = "xNONE"; then - dnl no prefix given: look for kde-config in the PATH and deduce the prefix from it - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + dnl no prefix given: look for tde-config in the PATH and deduce the prefix from it + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) else - dnl prefix given: look for kde-config, preferrably in prefix, otherwise in PATH + dnl prefix given: look for tde-config, preferrably in prefix, otherwise in PATH kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) PATH="$kde_save_PATH" fi @@ -5028,7 +5028,7 @@ AC_DEFUN([KDE_SET_PREFIX], AC_MSG_CHECKING([where to install]) if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - AC_MSG_RESULT([$prefix (as returned by kde-config)]) + AC_MSG_RESULT([$prefix (as returned by tde-config)]) else dnl --prefix was given. Compare prefixes and warn (in configure.in.bot.end) if different given_prefix=$prefix diff --git a/tde-i18n-lv/configure b/tde-i18n-lv/configure index 7855801a88e..3974c0f9663 100755 --- a/tde-i18n-lv/configure +++ b/tde-i18n-lv/configure @@ -3750,12 +3750,12 @@ done if test "x$prefix" = "xNONE"; then - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3774,16 +3774,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3803,10 +3803,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3822,12 +3822,12 @@ echo "${ECHO_T}$kde_cv_path" >&6; } kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3846,16 +3846,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3875,10 +3875,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3911,8 +3911,8 @@ echo "$as_me: error: $KDECONFIG --prefix outputed the non existant prefix '$kde_ echo $ECHO_N "checking where to install... $ECHO_C" >&6; } if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - { echo "$as_me:$LINENO: result: $prefix (as returned by kde-config)" >&5 -echo "${ECHO_T}$prefix (as returned by kde-config)" >&6; } + { echo "$as_me:$LINENO: result: $prefix (as returned by tde-config)" >&5 +echo "${ECHO_T}$prefix (as returned by tde-config)" >&6; } else given_prefix=$prefix { echo "$as_me:$LINENO: result: $prefix (as requested)" >&5 @@ -5422,7 +5422,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-lv/configure.in b/tde-i18n-lv/configure.in index d5d20bf14f0..3173325745b 100644 --- a/tde-i18n-lv/configure.in +++ b/tde-i18n-lv/configure.in @@ -37,7 +37,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-lv/messages/tdelibs/tdelibs.po b/tde-i18n-lv/messages/tdelibs/tdelibs.po index 64b5430468c..10accf5d4e7 100644 --- a/tde-i18n-lv/messages/tdelibs/tdelibs.po +++ b/tde-i18n-lv/messages/tdelibs/tdelibs.po @@ -9234,163 +9234,163 @@ msgstr "Kas &Tas ir?" msgid "Tip of the &Day" msgstr "&Dienas padoms" -#: tdecore/kde-config.cpp.in:14 +#: tdecore/tde-config.cpp.in:14 msgid "A little program to output installation paths" msgstr "" -#: tdecore/kde-config.cpp.in:18 +#: tdecore/tde-config.cpp.in:18 msgid "expand ${prefix} and ${exec_prefix} in output" msgstr "" -#: tdecore/kde-config.cpp.in:19 +#: tdecore/tde-config.cpp.in:19 msgid "Compiled in prefix for KDE libraries" msgstr "" -#: tdecore/kde-config.cpp.in:20 +#: tdecore/tde-config.cpp.in:20 msgid "Compiled in exec_prefix for KDE libraries" msgstr "" -#: tdecore/kde-config.cpp.in:21 +#: tdecore/tde-config.cpp.in:21 msgid "Compiled in library path suffix" msgstr "" -#: tdecore/kde-config.cpp.in:22 +#: tdecore/tde-config.cpp.in:22 msgid "Prefix in $HOME used to write files" msgstr "" -#: tdecore/kde-config.cpp.in:23 +#: tdecore/tde-config.cpp.in:23 msgid "Compiled in version string for KDE libraries" msgstr "" -#: tdecore/kde-config.cpp.in:24 +#: tdecore/tde-config.cpp.in:24 #, fuzzy msgid "Available KDE resource types" msgstr "Pieejamas adreses:" -#: tdecore/kde-config.cpp.in:25 +#: tdecore/tde-config.cpp.in:25 msgid "Search path for resource type" msgstr "" -#: tdecore/kde-config.cpp.in:26 +#: tdecore/tde-config.cpp.in:26 msgid "User path: desktop|autostart|trash|document" msgstr "" -#: tdecore/kde-config.cpp.in:27 +#: tdecore/tde-config.cpp.in:27 msgid "Prefix to install resource files to" msgstr "" -#: tdecore/kde-config.cpp.in:168 +#: tdecore/tde-config.cpp.in:168 msgid "Applications menu (.desktop files)" msgstr "" -#: tdecore/kde-config.cpp.in:169 +#: tdecore/tde-config.cpp.in:169 msgid "CGIs to run from kdehelp" msgstr "" -#: tdecore/kde-config.cpp.in:170 +#: tdecore/tde-config.cpp.in:170 #, fuzzy msgid "Configuration files" msgstr "Konfigurācija" -#: tdecore/kde-config.cpp.in:171 +#: tdecore/tde-config.cpp.in:171 #, fuzzy msgid "Where applications store data" msgstr "Neapziņot aplikācijas par izmaiņām" -#: tdecore/kde-config.cpp.in:172 +#: tdecore/tde-config.cpp.in:172 msgid "Executables in $prefix/bin" msgstr "" -#: tdecore/kde-config.cpp.in:173 +#: tdecore/tde-config.cpp.in:173 #, fuzzy msgid "HTML documentation" msgstr "HTML Uzstādījumi" -#: tdecore/kde-config.cpp.in:174 +#: tdecore/tde-config.cpp.in:174 #, fuzzy msgid "Icons" msgstr "Tikai Ikonas" -#: tdecore/kde-config.cpp.in:175 +#: tdecore/tde-config.cpp.in:175 #, fuzzy msgid "Configuration description files" msgstr "Koda ģenerēšanas opciju fails" -#: tdecore/kde-config.cpp.in:176 +#: tdecore/tde-config.cpp.in:176 msgid "Libraries" msgstr "" -#: tdecore/kde-config.cpp.in:177 +#: tdecore/tde-config.cpp.in:177 msgid "Includes/Headers" msgstr "" -#: tdecore/kde-config.cpp.in:178 +#: tdecore/tde-config.cpp.in:178 msgid "Translation files for KLocale" msgstr "" -#: tdecore/kde-config.cpp.in:179 +#: tdecore/tde-config.cpp.in:179 msgid "Mime types" msgstr "" -#: tdecore/kde-config.cpp.in:180 +#: tdecore/tde-config.cpp.in:180 msgid "Loadable modules" msgstr "" -#: tdecore/kde-config.cpp.in:181 +#: tdecore/tde-config.cpp.in:181 #, fuzzy msgid "Qt plugins" msgstr "Web stila iespraudnis" -#: tdecore/kde-config.cpp.in:182 +#: tdecore/tde-config.cpp.in:182 #, fuzzy msgid "Services" msgstr "Sertifikāti" -#: tdecore/kde-config.cpp.in:183 +#: tdecore/tde-config.cpp.in:183 msgid "Service types" msgstr "" -#: tdecore/kde-config.cpp.in:184 +#: tdecore/tde-config.cpp.in:184 #, fuzzy msgid "Application sounds" msgstr "Aplikācija: " -#: tdecore/kde-config.cpp.in:185 +#: tdecore/tde-config.cpp.in:185 #, fuzzy msgid "Templates" msgstr "Aizvietot" -#: tdecore/kde-config.cpp.in:186 +#: tdecore/tde-config.cpp.in:186 msgid "Wallpapers" msgstr "" -#: tdecore/kde-config.cpp.in:187 +#: tdecore/tde-config.cpp.in:187 msgid "XDG Application menu (.desktop files)" msgstr "" -#: tdecore/kde-config.cpp.in:188 +#: tdecore/tde-config.cpp.in:188 msgid "XDG Menu descriptions (.directory files)" msgstr "" -#: tdecore/kde-config.cpp.in:189 +#: tdecore/tde-config.cpp.in:189 msgid "XDG Menu layout (.menu files)" msgstr "" -#: tdecore/kde-config.cpp.in:190 +#: tdecore/tde-config.cpp.in:190 msgid "Temporary files (specific for both current host and current user)" msgstr "" -#: tdecore/kde-config.cpp.in:191 +#: tdecore/tde-config.cpp.in:191 msgid "UNIX Sockets (specific for both current host and current user)" msgstr "" -#: tdecore/kde-config.cpp.in:203 +#: tdecore/tde-config.cpp.in:203 #, fuzzy msgid "" "%1 - unknown type\n" msgstr "Nezināms tips" -#: tdecore/kde-config.cpp.in:228 +#: tdecore/tde-config.cpp.in:228 msgid "" "%1 - unknown type of userpath\n" msgstr "" diff --git a/tde-i18n-mk/acinclude.m4 b/tde-i18n-mk/acinclude.m4 index 68b7ababbca..afd8befc656 100644 --- a/tde-i18n-mk/acinclude.m4 +++ b/tde-i18n-mk/acinclude.m4 @@ -5006,13 +5006,13 @@ AC_DEFUN([KDE_SET_PREFIX], KDE_SET_DEFAULT_BINDIRS if test "x$prefix" = "xNONE"; then - dnl no prefix given: look for kde-config in the PATH and deduce the prefix from it - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + dnl no prefix given: look for tde-config in the PATH and deduce the prefix from it + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) else - dnl prefix given: look for kde-config, preferrably in prefix, otherwise in PATH + dnl prefix given: look for tde-config, preferrably in prefix, otherwise in PATH kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) PATH="$kde_save_PATH" fi @@ -5028,7 +5028,7 @@ AC_DEFUN([KDE_SET_PREFIX], AC_MSG_CHECKING([where to install]) if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - AC_MSG_RESULT([$prefix (as returned by kde-config)]) + AC_MSG_RESULT([$prefix (as returned by tde-config)]) else dnl --prefix was given. Compare prefixes and warn (in configure.in.bot.end) if different given_prefix=$prefix diff --git a/tde-i18n-mk/configure b/tde-i18n-mk/configure index 3eecfc2b83c..c2060a385d2 100755 --- a/tde-i18n-mk/configure +++ b/tde-i18n-mk/configure @@ -3750,12 +3750,12 @@ done if test "x$prefix" = "xNONE"; then - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3774,16 +3774,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3803,10 +3803,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3822,12 +3822,12 @@ echo "${ECHO_T}$kde_cv_path" >&6; } kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3846,16 +3846,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3875,10 +3875,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3911,8 +3911,8 @@ echo "$as_me: error: $KDECONFIG --prefix outputed the non existant prefix '$kde_ echo $ECHO_N "checking where to install... $ECHO_C" >&6; } if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - { echo "$as_me:$LINENO: result: $prefix (as returned by kde-config)" >&5 -echo "${ECHO_T}$prefix (as returned by kde-config)" >&6; } + { echo "$as_me:$LINENO: result: $prefix (as returned by tde-config)" >&5 +echo "${ECHO_T}$prefix (as returned by tde-config)" >&6; } else given_prefix=$prefix { echo "$as_me:$LINENO: result: $prefix (as requested)" >&5 @@ -5428,7 +5428,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-mk/configure.in b/tde-i18n-mk/configure.in index 0e8566dc0d3..de00797bb09 100644 --- a/tde-i18n-mk/configure.in +++ b/tde-i18n-mk/configure.in @@ -39,7 +39,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-mk/messages/tdelibs/tdelibs.po b/tde-i18n-mk/messages/tdelibs/tdelibs.po index e7ea3225110..2fe84e3fdae 100644 --- a/tde-i18n-mk/messages/tdelibs/tdelibs.po +++ b/tde-i18n-mk/messages/tdelibs/tdelibs.po @@ -9552,154 +9552,154 @@ msgstr "Што е &ова?" msgid "Tip of the &Day" msgstr "Совет на &денот" -#: tdecore/kde-config.cpp.in:14 +#: tdecore/tde-config.cpp.in:14 msgid "A little program to output installation paths" msgstr "Мала програма за пишување на инсталациските патеки" -#: tdecore/kde-config.cpp.in:18 +#: tdecore/tde-config.cpp.in:18 msgid "expand ${prefix} and ${exec_prefix} in output" msgstr "ги експандира ${prefix} и ${exec_prefix} во излезот" -#: tdecore/kde-config.cpp.in:19 +#: tdecore/tde-config.cpp.in:19 msgid "Compiled in prefix for KDE libraries" msgstr "Компилираниот prefix за библиотеките на KDE" -#: tdecore/kde-config.cpp.in:20 +#: tdecore/tde-config.cpp.in:20 msgid "Compiled in exec_prefix for KDE libraries" msgstr "Компилираниот exec_prefix за библиотеките на KDE" -#: tdecore/kde-config.cpp.in:21 +#: tdecore/tde-config.cpp.in:21 msgid "Compiled in library path suffix" msgstr "" -#: tdecore/kde-config.cpp.in:22 +#: tdecore/tde-config.cpp.in:22 msgid "Prefix in $HOME used to write files" msgstr "Префик во $HOME за запишување датотеки" -#: tdecore/kde-config.cpp.in:23 +#: tdecore/tde-config.cpp.in:23 msgid "Compiled in version string for KDE libraries" msgstr "" -#: tdecore/kde-config.cpp.in:24 +#: tdecore/tde-config.cpp.in:24 msgid "Available KDE resource types" msgstr "Достапни типови на ресурси во KDE" -#: tdecore/kde-config.cpp.in:25 +#: tdecore/tde-config.cpp.in:25 msgid "Search path for resource type" msgstr "Патека за барање за типот на ресурс" -#: tdecore/kde-config.cpp.in:26 +#: tdecore/tde-config.cpp.in:26 msgid "User path: desktop|autostart|trash|document" msgstr "" -#: tdecore/kde-config.cpp.in:27 +#: tdecore/tde-config.cpp.in:27 msgid "Prefix to install resource files to" msgstr "Префикс за инсталирање на типови на ресурси" -#: tdecore/kde-config.cpp.in:168 +#: tdecore/tde-config.cpp.in:168 msgid "Applications menu (.desktop files)" msgstr "Мени со апликации (.desktop files)" -#: tdecore/kde-config.cpp.in:169 +#: tdecore/tde-config.cpp.in:169 msgid "CGIs to run from kdehelp" msgstr "" -#: tdecore/kde-config.cpp.in:170 +#: tdecore/tde-config.cpp.in:170 msgid "Configuration files" msgstr "Датотеки со конфигурација" -#: tdecore/kde-config.cpp.in:171 +#: tdecore/tde-config.cpp.in:171 msgid "Where applications store data" msgstr "Каде што апликациите чуваат податоци" -#: tdecore/kde-config.cpp.in:172 +#: tdecore/tde-config.cpp.in:172 msgid "Executables in $prefix/bin" msgstr "Извршни во $prefix/bin" -#: tdecore/kde-config.cpp.in:173 +#: tdecore/tde-config.cpp.in:173 msgid "HTML documentation" msgstr "HTML-документација" -#: tdecore/kde-config.cpp.in:174 +#: tdecore/tde-config.cpp.in:174 msgid "Icons" msgstr "Икони" -#: tdecore/kde-config.cpp.in:175 +#: tdecore/tde-config.cpp.in:175 msgid "Configuration description files" msgstr "Датотеки со опис на конфигурацијата" -#: tdecore/kde-config.cpp.in:176 +#: tdecore/tde-config.cpp.in:176 msgid "Libraries" msgstr "Библиотеки" -#: tdecore/kde-config.cpp.in:177 +#: tdecore/tde-config.cpp.in:177 msgid "Includes/Headers" msgstr "Вклучени/заглавија" -#: tdecore/kde-config.cpp.in:178 +#: tdecore/tde-config.cpp.in:178 msgid "Translation files for KLocale" msgstr "Датотеки со превод на KLocale" -#: tdecore/kde-config.cpp.in:179 +#: tdecore/tde-config.cpp.in:179 msgid "Mime types" msgstr "Mime-типови" -#: tdecore/kde-config.cpp.in:180 +#: tdecore/tde-config.cpp.in:180 msgid "Loadable modules" msgstr "Вчитливи модули" -#: tdecore/kde-config.cpp.in:181 +#: tdecore/tde-config.cpp.in:181 msgid "Qt plugins" msgstr "Qt-приклучоци" -#: tdecore/kde-config.cpp.in:182 +#: tdecore/tde-config.cpp.in:182 msgid "Services" msgstr "Сервиси" -#: tdecore/kde-config.cpp.in:183 +#: tdecore/tde-config.cpp.in:183 msgid "Service types" msgstr "Типови сервиси" -#: tdecore/kde-config.cpp.in:184 +#: tdecore/tde-config.cpp.in:184 msgid "Application sounds" msgstr "Звуци од апликации" -#: tdecore/kde-config.cpp.in:185 +#: tdecore/tde-config.cpp.in:185 msgid "Templates" msgstr "Обрасци" -#: tdecore/kde-config.cpp.in:186 +#: tdecore/tde-config.cpp.in:186 msgid "Wallpapers" msgstr "Тапети" -#: tdecore/kde-config.cpp.in:187 +#: tdecore/tde-config.cpp.in:187 msgid "XDG Application menu (.desktop files)" msgstr "" -#: tdecore/kde-config.cpp.in:188 +#: tdecore/tde-config.cpp.in:188 msgid "XDG Menu descriptions (.directory files)" msgstr "" -#: tdecore/kde-config.cpp.in:189 +#: tdecore/tde-config.cpp.in:189 msgid "XDG Menu layout (.menu files)" msgstr "" -#: tdecore/kde-config.cpp.in:190 +#: tdecore/tde-config.cpp.in:190 msgid "Temporary files (specific for both current host and current user)" msgstr "" "Привремени датотеки (специфично и за тековниот сервер и за тековниот корисник)" -#: tdecore/kde-config.cpp.in:191 +#: tdecore/tde-config.cpp.in:191 msgid "UNIX Sockets (specific for both current host and current user)" msgstr "" -#: tdecore/kde-config.cpp.in:203 +#: tdecore/tde-config.cpp.in:203 msgid "" "%1 - unknown type\n" msgstr "" "%1 - непознат тип\n" -#: tdecore/kde-config.cpp.in:228 +#: tdecore/tde-config.cpp.in:228 msgid "" "%1 - unknown type of userpath\n" msgstr "" diff --git a/tde-i18n-mn/acinclude.m4 b/tde-i18n-mn/acinclude.m4 index 68b7ababbca..afd8befc656 100644 --- a/tde-i18n-mn/acinclude.m4 +++ b/tde-i18n-mn/acinclude.m4 @@ -5006,13 +5006,13 @@ AC_DEFUN([KDE_SET_PREFIX], KDE_SET_DEFAULT_BINDIRS if test "x$prefix" = "xNONE"; then - dnl no prefix given: look for kde-config in the PATH and deduce the prefix from it - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + dnl no prefix given: look for tde-config in the PATH and deduce the prefix from it + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) else - dnl prefix given: look for kde-config, preferrably in prefix, otherwise in PATH + dnl prefix given: look for tde-config, preferrably in prefix, otherwise in PATH kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) PATH="$kde_save_PATH" fi @@ -5028,7 +5028,7 @@ AC_DEFUN([KDE_SET_PREFIX], AC_MSG_CHECKING([where to install]) if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - AC_MSG_RESULT([$prefix (as returned by kde-config)]) + AC_MSG_RESULT([$prefix (as returned by tde-config)]) else dnl --prefix was given. Compare prefixes and warn (in configure.in.bot.end) if different given_prefix=$prefix diff --git a/tde-i18n-mn/configure b/tde-i18n-mn/configure index f2164c481f2..c7c36b77b64 100755 --- a/tde-i18n-mn/configure +++ b/tde-i18n-mn/configure @@ -3750,12 +3750,12 @@ done if test "x$prefix" = "xNONE"; then - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3774,16 +3774,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3803,10 +3803,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3822,12 +3822,12 @@ echo "${ECHO_T}$kde_cv_path" >&6; } kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3846,16 +3846,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3875,10 +3875,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3911,8 +3911,8 @@ echo "$as_me: error: $KDECONFIG --prefix outputed the non existant prefix '$kde_ echo $ECHO_N "checking where to install... $ECHO_C" >&6; } if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - { echo "$as_me:$LINENO: result: $prefix (as returned by kde-config)" >&5 -echo "${ECHO_T}$prefix (as returned by kde-config)" >&6; } + { echo "$as_me:$LINENO: result: $prefix (as returned by tde-config)" >&5 +echo "${ECHO_T}$prefix (as returned by tde-config)" >&6; } else given_prefix=$prefix { echo "$as_me:$LINENO: result: $prefix (as requested)" >&5 @@ -5395,7 +5395,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-mn/configure.in b/tde-i18n-mn/configure.in index 16d4743cc43..ab1449e4946 100644 --- a/tde-i18n-mn/configure.in +++ b/tde-i18n-mn/configure.in @@ -28,7 +28,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-mn/messages/tdelibs/tdelibs.po b/tde-i18n-mn/messages/tdelibs/tdelibs.po index 75e796faf22..38089f81786 100644 --- a/tde-i18n-mn/messages/tdelibs/tdelibs.po +++ b/tde-i18n-mn/messages/tdelibs/tdelibs.po @@ -9503,163 +9503,163 @@ msgstr "Энэ &юу вэ?" msgid "Tip of the &Day" msgstr "Ө&дрийн зөвөлгөө" -#: tdecore/kde-config.cpp.in:14 +#: tdecore/tde-config.cpp.in:14 msgid "A little program to output installation paths" msgstr "" -#: tdecore/kde-config.cpp.in:18 +#: tdecore/tde-config.cpp.in:18 msgid "expand ${prefix} and ${exec_prefix} in output" msgstr "" -#: tdecore/kde-config.cpp.in:19 +#: tdecore/tde-config.cpp.in:19 msgid "Compiled in prefix for KDE libraries" msgstr "" -#: tdecore/kde-config.cpp.in:20 +#: tdecore/tde-config.cpp.in:20 msgid "Compiled in exec_prefix for KDE libraries" msgstr "" -#: tdecore/kde-config.cpp.in:21 +#: tdecore/tde-config.cpp.in:21 msgid "Compiled in library path suffix" msgstr "" -#: tdecore/kde-config.cpp.in:22 +#: tdecore/tde-config.cpp.in:22 msgid "Prefix in $HOME used to write files" msgstr "" -#: tdecore/kde-config.cpp.in:23 +#: tdecore/tde-config.cpp.in:23 msgid "Compiled in version string for KDE libraries" msgstr "" -#: tdecore/kde-config.cpp.in:24 +#: tdecore/tde-config.cpp.in:24 #, fuzzy msgid "Available KDE resource types" msgstr "Байгаа хаягууд" -#: tdecore/kde-config.cpp.in:25 +#: tdecore/tde-config.cpp.in:25 msgid "Search path for resource type" msgstr "" -#: tdecore/kde-config.cpp.in:26 +#: tdecore/tde-config.cpp.in:26 msgid "User path: desktop|autostart|trash|document" msgstr "" -#: tdecore/kde-config.cpp.in:27 +#: tdecore/tde-config.cpp.in:27 msgid "Prefix to install resource files to" msgstr "" -#: tdecore/kde-config.cpp.in:168 +#: tdecore/tde-config.cpp.in:168 msgid "Applications menu (.desktop files)" msgstr "" -#: tdecore/kde-config.cpp.in:169 +#: tdecore/tde-config.cpp.in:169 msgid "CGIs to run from kdehelp" msgstr "" -#: tdecore/kde-config.cpp.in:170 +#: tdecore/tde-config.cpp.in:170 #, fuzzy msgid "Configuration files" msgstr "Тоноглол" -#: tdecore/kde-config.cpp.in:171 +#: tdecore/tde-config.cpp.in:171 #, fuzzy msgid "Where applications store data" msgstr "Х.программ шинэчлэхэд хариу өгөхгүй байна." -#: tdecore/kde-config.cpp.in:172 +#: tdecore/tde-config.cpp.in:172 msgid "Executables in $prefix/bin" msgstr "" -#: tdecore/kde-config.cpp.in:173 +#: tdecore/tde-config.cpp.in:173 #, fuzzy msgid "HTML documentation" msgstr "HTML-тохируулга" -#: tdecore/kde-config.cpp.in:174 +#: tdecore/tde-config.cpp.in:174 #, fuzzy msgid "Icons" msgstr "Зөвхөн эмблем" -#: tdecore/kde-config.cpp.in:175 +#: tdecore/tde-config.cpp.in:175 #, fuzzy msgid "Configuration description files" msgstr "Код үүсгэгч тохируулгын файл." -#: tdecore/kde-config.cpp.in:176 +#: tdecore/tde-config.cpp.in:176 msgid "Libraries" msgstr "" -#: tdecore/kde-config.cpp.in:177 +#: tdecore/tde-config.cpp.in:177 msgid "Includes/Headers" msgstr "" -#: tdecore/kde-config.cpp.in:178 +#: tdecore/tde-config.cpp.in:178 msgid "Translation files for KLocale" msgstr "" -#: tdecore/kde-config.cpp.in:179 +#: tdecore/tde-config.cpp.in:179 msgid "Mime types" msgstr "" -#: tdecore/kde-config.cpp.in:180 +#: tdecore/tde-config.cpp.in:180 msgid "Loadable modules" msgstr "" -#: tdecore/kde-config.cpp.in:181 +#: tdecore/tde-config.cpp.in:181 #, fuzzy msgid "Qt plugins" msgstr "Веб хэлбэрийн Плуг-ин" -#: tdecore/kde-config.cpp.in:182 +#: tdecore/tde-config.cpp.in:182 #, fuzzy msgid "Services" msgstr "Гэрчилгээ" -#: tdecore/kde-config.cpp.in:183 +#: tdecore/tde-config.cpp.in:183 msgid "Service types" msgstr "" -#: tdecore/kde-config.cpp.in:184 +#: tdecore/tde-config.cpp.in:184 #, fuzzy msgid "Application sounds" msgstr "Программ: " -#: tdecore/kde-config.cpp.in:185 +#: tdecore/tde-config.cpp.in:185 #, fuzzy msgid "Templates" msgstr "Орлуулах" -#: tdecore/kde-config.cpp.in:186 +#: tdecore/tde-config.cpp.in:186 msgid "Wallpapers" msgstr "" -#: tdecore/kde-config.cpp.in:187 +#: tdecore/tde-config.cpp.in:187 msgid "XDG Application menu (.desktop files)" msgstr "" -#: tdecore/kde-config.cpp.in:188 +#: tdecore/tde-config.cpp.in:188 msgid "XDG Menu descriptions (.directory files)" msgstr "" -#: tdecore/kde-config.cpp.in:189 +#: tdecore/tde-config.cpp.in:189 msgid "XDG Menu layout (.menu files)" msgstr "" -#: tdecore/kde-config.cpp.in:190 +#: tdecore/tde-config.cpp.in:190 msgid "Temporary files (specific for both current host and current user)" msgstr "" -#: tdecore/kde-config.cpp.in:191 +#: tdecore/tde-config.cpp.in:191 msgid "UNIX Sockets (specific for both current host and current user)" msgstr "" -#: tdecore/kde-config.cpp.in:203 +#: tdecore/tde-config.cpp.in:203 #, fuzzy msgid "" "%1 - unknown type\n" msgstr "Тодорхойгүй төрөл" -#: tdecore/kde-config.cpp.in:228 +#: tdecore/tde-config.cpp.in:228 msgid "" "%1 - unknown type of userpath\n" msgstr "" diff --git a/tde-i18n-ms/acinclude.m4 b/tde-i18n-ms/acinclude.m4 index 68b7ababbca..afd8befc656 100644 --- a/tde-i18n-ms/acinclude.m4 +++ b/tde-i18n-ms/acinclude.m4 @@ -5006,13 +5006,13 @@ AC_DEFUN([KDE_SET_PREFIX], KDE_SET_DEFAULT_BINDIRS if test "x$prefix" = "xNONE"; then - dnl no prefix given: look for kde-config in the PATH and deduce the prefix from it - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + dnl no prefix given: look for tde-config in the PATH and deduce the prefix from it + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) else - dnl prefix given: look for kde-config, preferrably in prefix, otherwise in PATH + dnl prefix given: look for tde-config, preferrably in prefix, otherwise in PATH kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) PATH="$kde_save_PATH" fi @@ -5028,7 +5028,7 @@ AC_DEFUN([KDE_SET_PREFIX], AC_MSG_CHECKING([where to install]) if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - AC_MSG_RESULT([$prefix (as returned by kde-config)]) + AC_MSG_RESULT([$prefix (as returned by tde-config)]) else dnl --prefix was given. Compare prefixes and warn (in configure.in.bot.end) if different given_prefix=$prefix diff --git a/tde-i18n-ms/configure b/tde-i18n-ms/configure index bc5046caa9c..848a6ab7aa1 100755 --- a/tde-i18n-ms/configure +++ b/tde-i18n-ms/configure @@ -3750,12 +3750,12 @@ done if test "x$prefix" = "xNONE"; then - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3774,16 +3774,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3803,10 +3803,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3822,12 +3822,12 @@ echo "${ECHO_T}$kde_cv_path" >&6; } kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3846,16 +3846,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3875,10 +3875,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3911,8 +3911,8 @@ echo "$as_me: error: $KDECONFIG --prefix outputed the non existant prefix '$kde_ echo $ECHO_N "checking where to install... $ECHO_C" >&6; } if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - { echo "$as_me:$LINENO: result: $prefix (as returned by kde-config)" >&5 -echo "${ECHO_T}$prefix (as returned by kde-config)" >&6; } + { echo "$as_me:$LINENO: result: $prefix (as returned by tde-config)" >&5 +echo "${ECHO_T}$prefix (as returned by tde-config)" >&6; } else given_prefix=$prefix { echo "$as_me:$LINENO: result: $prefix (as requested)" >&5 @@ -5425,7 +5425,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-ms/configure.in b/tde-i18n-ms/configure.in index 0a9610859da..bf6c484f940 100644 --- a/tde-i18n-ms/configure.in +++ b/tde-i18n-ms/configure.in @@ -38,7 +38,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-ms/messages/tdelibs/tdelibs.po b/tde-i18n-ms/messages/tdelibs/tdelibs.po index 36fcc39ef06..5a408807e23 100644 --- a/tde-i18n-ms/messages/tdelibs/tdelibs.po +++ b/tde-i18n-ms/messages/tdelibs/tdelibs.po @@ -9551,154 +9551,154 @@ msgstr "Apakah &Ini?" msgid "Tip of the &Day" msgstr "Petua &Hari Ini" -#: tdecore/kde-config.cpp.in:14 +#: tdecore/tde-config.cpp.in:14 msgid "A little program to output installation paths" msgstr "Program kecil untuk laluan pemasangan output" -#: tdecore/kde-config.cpp.in:18 +#: tdecore/tde-config.cpp.in:18 msgid "expand ${prefix} and ${exec_prefix} in output" msgstr "luaskan ${prefix} dan ${exec_prefix} dalam output" -#: tdecore/kde-config.cpp.in:19 +#: tdecore/tde-config.cpp.in:19 msgid "Compiled in prefix for KDE libraries" msgstr "Dikompil di dalam prefiks untuk pustaka KDE" -#: tdecore/kde-config.cpp.in:20 +#: tdecore/tde-config.cpp.in:20 msgid "Compiled in exec_prefix for KDE libraries" msgstr "Dikompil di dalam exec_prefix untuk pustaka KDE" -#: tdecore/kde-config.cpp.in:21 +#: tdecore/tde-config.cpp.in:21 msgid "Compiled in library path suffix" msgstr "Dikompil di dalam sufiks laluan pustaka" -#: tdecore/kde-config.cpp.in:22 +#: tdecore/tde-config.cpp.in:22 msgid "Prefix in $HOME used to write files" msgstr "Prefiks dalam $HOME digunakan untuk menulis fail" -#: tdecore/kde-config.cpp.in:23 +#: tdecore/tde-config.cpp.in:23 msgid "Compiled in version string for KDE libraries" msgstr "Dikompil di dalam versi rangkai kata untuk pustaka KDE" -#: tdecore/kde-config.cpp.in:24 +#: tdecore/tde-config.cpp.in:24 msgid "Available KDE resource types" msgstr "Jenis sumber KDE yang ada" -#: tdecore/kde-config.cpp.in:25 +#: tdecore/tde-config.cpp.in:25 msgid "Search path for resource type" msgstr "Cari laluan untuk jenis sumber" -#: tdecore/kde-config.cpp.in:26 +#: tdecore/tde-config.cpp.in:26 msgid "User path: desktop|autostart|trash|document" msgstr "Laluan pengguna: desktop| automula|sampah|dokumen" -#: tdecore/kde-config.cpp.in:27 +#: tdecore/tde-config.cpp.in:27 msgid "Prefix to install resource files to" msgstr "Prefiks untuk memasang fail sumber" -#: tdecore/kde-config.cpp.in:168 +#: tdecore/tde-config.cpp.in:168 msgid "Applications menu (.desktop files)" msgstr "Menu aplikas (fail .desktop)" -#: tdecore/kde-config.cpp.in:169 +#: tdecore/tde-config.cpp.in:169 msgid "CGIs to run from kdehelp" msgstr "CGI untuk laksanakan kdehelp" -#: tdecore/kde-config.cpp.in:170 +#: tdecore/tde-config.cpp.in:170 msgid "Configuration files" msgstr "Fail penyelarasan" -#: tdecore/kde-config.cpp.in:171 +#: tdecore/tde-config.cpp.in:171 msgid "Where applications store data" msgstr "Tempat aplikasi menyimpan data" -#: tdecore/kde-config.cpp.in:172 +#: tdecore/tde-config.cpp.in:172 msgid "Executables in $prefix/bin" msgstr "Boleh laksana di $prefix/bin" -#: tdecore/kde-config.cpp.in:173 +#: tdecore/tde-config.cpp.in:173 msgid "HTML documentation" msgstr "Tetapan HTML" -#: tdecore/kde-config.cpp.in:174 +#: tdecore/tde-config.cpp.in:174 msgid "Icons" msgstr "Ikon" -#: tdecore/kde-config.cpp.in:175 +#: tdecore/tde-config.cpp.in:175 msgid "Configuration description files" msgstr "Fail tetapan deskripsi" -#: tdecore/kde-config.cpp.in:176 +#: tdecore/tde-config.cpp.in:176 msgid "Libraries" msgstr "Pustaka" -#: tdecore/kde-config.cpp.in:177 +#: tdecore/tde-config.cpp.in:177 msgid "Includes/Headers" msgstr "Masukan/Kepala" -#: tdecore/kde-config.cpp.in:178 +#: tdecore/tde-config.cpp.in:178 msgid "Translation files for KLocale" msgstr "Fail terjemahan untuk KLocale" -#: tdecore/kde-config.cpp.in:179 +#: tdecore/tde-config.cpp.in:179 msgid "Mime types" msgstr "Jenis Mime" -#: tdecore/kde-config.cpp.in:180 +#: tdecore/tde-config.cpp.in:180 msgid "Loadable modules" msgstr "Modul boleh muat" -#: tdecore/kde-config.cpp.in:181 +#: tdecore/tde-config.cpp.in:181 msgid "Qt plugins" msgstr "Plugmasuk Qt" -#: tdecore/kde-config.cpp.in:182 +#: tdecore/tde-config.cpp.in:182 msgid "Services" msgstr "Servis" -#: tdecore/kde-config.cpp.in:183 +#: tdecore/tde-config.cpp.in:183 msgid "Service types" msgstr "Jenis servis" -#: tdecore/kde-config.cpp.in:184 +#: tdecore/tde-config.cpp.in:184 msgid "Application sounds" msgstr "Aplikasi bunyi" -#: tdecore/kde-config.cpp.in:185 +#: tdecore/tde-config.cpp.in:185 msgid "Templates" msgstr "Templat" -#: tdecore/kde-config.cpp.in:186 +#: tdecore/tde-config.cpp.in:186 msgid "Wallpapers" msgstr "Kertas dinding" -#: tdecore/kde-config.cpp.in:187 +#: tdecore/tde-config.cpp.in:187 msgid "XDG Application menu (.desktop files)" msgstr "Menu aplikasi XDG (fail .desktop)" -#: tdecore/kde-config.cpp.in:188 +#: tdecore/tde-config.cpp.in:188 msgid "XDG Menu descriptions (.directory files)" msgstr "Deskripsi Menu XDG (fail .direktori)" -#: tdecore/kde-config.cpp.in:189 +#: tdecore/tde-config.cpp.in:189 msgid "XDG Menu layout (.menu files)" msgstr "Rekabentuk Menu XDG(fail .menu)" -#: tdecore/kde-config.cpp.in:190 +#: tdecore/tde-config.cpp.in:190 msgid "Temporary files (specific for both current host and current user)" msgstr "" "Fail sementara (spesifik untuk kedua-dua hos semasa dan pengguna semasa)" -#: tdecore/kde-config.cpp.in:191 +#: tdecore/tde-config.cpp.in:191 msgid "UNIX Sockets (specific for both current host and current user)" msgstr "Soket UNIX (spesifik untuk kedua-dua hos semasa dan pengguna semasa)" -#: tdecore/kde-config.cpp.in:203 +#: tdecore/tde-config.cpp.in:203 msgid "" "%1 - unknown type\n" msgstr "" "Jenis tidak diketahui %1\n" -#: tdecore/kde-config.cpp.in:228 +#: tdecore/tde-config.cpp.in:228 msgid "" "%1 - unknown type of userpath\n" msgstr "" diff --git a/tde-i18n-nb/acinclude.m4 b/tde-i18n-nb/acinclude.m4 index 68b7ababbca..afd8befc656 100644 --- a/tde-i18n-nb/acinclude.m4 +++ b/tde-i18n-nb/acinclude.m4 @@ -5006,13 +5006,13 @@ AC_DEFUN([KDE_SET_PREFIX], KDE_SET_DEFAULT_BINDIRS if test "x$prefix" = "xNONE"; then - dnl no prefix given: look for kde-config in the PATH and deduce the prefix from it - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + dnl no prefix given: look for tde-config in the PATH and deduce the prefix from it + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) else - dnl prefix given: look for kde-config, preferrably in prefix, otherwise in PATH + dnl prefix given: look for tde-config, preferrably in prefix, otherwise in PATH kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) PATH="$kde_save_PATH" fi @@ -5028,7 +5028,7 @@ AC_DEFUN([KDE_SET_PREFIX], AC_MSG_CHECKING([where to install]) if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - AC_MSG_RESULT([$prefix (as returned by kde-config)]) + AC_MSG_RESULT([$prefix (as returned by tde-config)]) else dnl --prefix was given. Compare prefixes and warn (in configure.in.bot.end) if different given_prefix=$prefix diff --git a/tde-i18n-nb/configure b/tde-i18n-nb/configure index ef61622a532..e9cb08cbe63 100755 --- a/tde-i18n-nb/configure +++ b/tde-i18n-nb/configure @@ -3750,12 +3750,12 @@ done if test "x$prefix" = "xNONE"; then - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3774,16 +3774,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3803,10 +3803,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3822,12 +3822,12 @@ echo "${ECHO_T}$kde_cv_path" >&6; } kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3846,16 +3846,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3875,10 +3875,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3911,8 +3911,8 @@ echo "$as_me: error: $KDECONFIG --prefix outputed the non existant prefix '$kde_ echo $ECHO_N "checking where to install... $ECHO_C" >&6; } if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - { echo "$as_me:$LINENO: result: $prefix (as returned by kde-config)" >&5 -echo "${ECHO_T}$prefix (as returned by kde-config)" >&6; } + { echo "$as_me:$LINENO: result: $prefix (as returned by tde-config)" >&5 +echo "${ECHO_T}$prefix (as returned by tde-config)" >&6; } else given_prefix=$prefix { echo "$as_me:$LINENO: result: $prefix (as requested)" >&5 @@ -5425,7 +5425,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-nb/configure.in b/tde-i18n-nb/configure.in index 7e2c2b6cc45..93675b99097 100644 --- a/tde-i18n-nb/configure.in +++ b/tde-i18n-nb/configure.in @@ -38,7 +38,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-nb/messages/tdelibs/tdelibs.po b/tde-i18n-nb/messages/tdelibs/tdelibs.po index 5df811ae8d5..978f84de9ea 100644 --- a/tde-i18n-nb/messages/tdelibs/tdelibs.po +++ b/tde-i18n-nb/messages/tdelibs/tdelibs.po @@ -9493,154 +9493,154 @@ msgstr "Hva er &dette?" msgid "Tip of the &Day" msgstr "&Dagens tips" -#: tdecore/kde-config.cpp.in:14 +#: tdecore/tde-config.cpp.in:14 msgid "A little program to output installation paths" msgstr "Et lite program som skriver ut installasjonsstier" -#: tdecore/kde-config.cpp.in:18 +#: tdecore/tde-config.cpp.in:18 msgid "expand ${prefix} and ${exec_prefix} in output" msgstr "utvid ${prefix} og ${exec_prefix} i utdata" -#: tdecore/kde-config.cpp.in:19 +#: tdecore/tde-config.cpp.in:19 msgid "Compiled in prefix for KDE libraries" msgstr "Innkompilert prefiks for KDE-biblioteker" -#: tdecore/kde-config.cpp.in:20 +#: tdecore/tde-config.cpp.in:20 msgid "Compiled in exec_prefix for KDE libraries" msgstr "Innkompilert exec_prefix for KDE-biblioteker" -#: tdecore/kde-config.cpp.in:21 +#: tdecore/tde-config.cpp.in:21 msgid "Compiled in library path suffix" msgstr "Suffiks for bibliotekssti, kompilert inn" -#: tdecore/kde-config.cpp.in:22 +#: tdecore/tde-config.cpp.in:22 msgid "Prefix in $HOME used to write files" msgstr "Prefix i $HOME brukt til å skrive filer" -#: tdecore/kde-config.cpp.in:23 +#: tdecore/tde-config.cpp.in:23 msgid "Compiled in version string for KDE libraries" msgstr "Innkompilert versjonsstreng for KDE-biblioteker" -#: tdecore/kde-config.cpp.in:24 +#: tdecore/tde-config.cpp.in:24 msgid "Available KDE resource types" msgstr "Tilgjengelige ressurstyper for KDE" -#: tdecore/kde-config.cpp.in:25 +#: tdecore/tde-config.cpp.in:25 msgid "Search path for resource type" msgstr "Søkesti for ressurstype" -#: tdecore/kde-config.cpp.in:26 +#: tdecore/tde-config.cpp.in:26 msgid "User path: desktop|autostart|trash|document" msgstr "Brukersti: skrivebord|autostart|søppel|dokument" -#: tdecore/kde-config.cpp.in:27 +#: tdecore/tde-config.cpp.in:27 msgid "Prefix to install resource files to" msgstr "Prefiks for installasjon av ressursfiler" -#: tdecore/kde-config.cpp.in:168 +#: tdecore/tde-config.cpp.in:168 msgid "Applications menu (.desktop files)" msgstr "Programmeny (.desktop-filer)" -#: tdecore/kde-config.cpp.in:169 +#: tdecore/tde-config.cpp.in:169 msgid "CGIs to run from kdehelp" msgstr "CGIer som skal kjøres fra kdehelp" -#: tdecore/kde-config.cpp.in:170 +#: tdecore/tde-config.cpp.in:170 msgid "Configuration files" msgstr "Oppsettsfiler" -#: tdecore/kde-config.cpp.in:171 +#: tdecore/tde-config.cpp.in:171 msgid "Where applications store data" msgstr "Hvor programmer lagrer data" -#: tdecore/kde-config.cpp.in:172 +#: tdecore/tde-config.cpp.in:172 msgid "Executables in $prefix/bin" msgstr "Kjørbare i $prefix/bin" -#: tdecore/kde-config.cpp.in:173 +#: tdecore/tde-config.cpp.in:173 msgid "HTML documentation" msgstr "HTML-dokumentasjon" -#: tdecore/kde-config.cpp.in:174 +#: tdecore/tde-config.cpp.in:174 msgid "Icons" msgstr "Ikoner" -#: tdecore/kde-config.cpp.in:175 +#: tdecore/tde-config.cpp.in:175 msgid "Configuration description files" msgstr "Beskrivelsesfiler for oppsett" -#: tdecore/kde-config.cpp.in:176 +#: tdecore/tde-config.cpp.in:176 msgid "Libraries" msgstr "Biblioteker" -#: tdecore/kde-config.cpp.in:177 +#: tdecore/tde-config.cpp.in:177 msgid "Includes/Headers" msgstr "inkluder-filer/hodefiler" -#: tdecore/kde-config.cpp.in:178 +#: tdecore/tde-config.cpp.in:178 msgid "Translation files for KLocale" msgstr "Oversettelsesfiler for KLocale" -#: tdecore/kde-config.cpp.in:179 +#: tdecore/tde-config.cpp.in:179 msgid "Mime types" msgstr "Mimetyper" -#: tdecore/kde-config.cpp.in:180 +#: tdecore/tde-config.cpp.in:180 msgid "Loadable modules" msgstr "Lastbare moduler" -#: tdecore/kde-config.cpp.in:181 +#: tdecore/tde-config.cpp.in:181 msgid "Qt plugins" msgstr "Programtillegg for Qt" -#: tdecore/kde-config.cpp.in:182 +#: tdecore/tde-config.cpp.in:182 msgid "Services" msgstr "Tjenester" -#: tdecore/kde-config.cpp.in:183 +#: tdecore/tde-config.cpp.in:183 msgid "Service types" msgstr "Tjenestetyper" -#: tdecore/kde-config.cpp.in:184 +#: tdecore/tde-config.cpp.in:184 msgid "Application sounds" msgstr "Programlyder" -#: tdecore/kde-config.cpp.in:185 +#: tdecore/tde-config.cpp.in:185 msgid "Templates" msgstr "Maler" -#: tdecore/kde-config.cpp.in:186 +#: tdecore/tde-config.cpp.in:186 msgid "Wallpapers" msgstr "Tapeter" -#: tdecore/kde-config.cpp.in:187 +#: tdecore/tde-config.cpp.in:187 msgid "XDG Application menu (.desktop files)" msgstr "XDG programmeny (.desktop-filer)" -#: tdecore/kde-config.cpp.in:188 +#: tdecore/tde-config.cpp.in:188 msgid "XDG Menu descriptions (.directory files)" msgstr "XDG menybeskrivelser (.directory-filer)" -#: tdecore/kde-config.cpp.in:189 +#: tdecore/tde-config.cpp.in:189 msgid "XDG Menu layout (.menu files)" msgstr "XDG menyoppsett (.menu-filer)" -#: tdecore/kde-config.cpp.in:190 +#: tdecore/tde-config.cpp.in:190 msgid "Temporary files (specific for both current host and current user)" msgstr "" "Midlertidige filer (spesielle både for gjeldende vert og gjeldende bruker)" -#: tdecore/kde-config.cpp.in:191 +#: tdecore/tde-config.cpp.in:191 msgid "UNIX Sockets (specific for both current host and current user)" msgstr "UNIX sokler (spesielle både for gjeldende vert og gjeldende bruker)" -#: tdecore/kde-config.cpp.in:203 +#: tdecore/tde-config.cpp.in:203 msgid "" "%1 - unknown type\n" msgstr "" "%1 – ukjent type\n" -#: tdecore/kde-config.cpp.in:228 +#: tdecore/tde-config.cpp.in:228 msgid "" "%1 - unknown type of userpath\n" msgstr "" diff --git a/tde-i18n-nds/acinclude.m4 b/tde-i18n-nds/acinclude.m4 index 68b7ababbca..afd8befc656 100644 --- a/tde-i18n-nds/acinclude.m4 +++ b/tde-i18n-nds/acinclude.m4 @@ -5006,13 +5006,13 @@ AC_DEFUN([KDE_SET_PREFIX], KDE_SET_DEFAULT_BINDIRS if test "x$prefix" = "xNONE"; then - dnl no prefix given: look for kde-config in the PATH and deduce the prefix from it - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + dnl no prefix given: look for tde-config in the PATH and deduce the prefix from it + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) else - dnl prefix given: look for kde-config, preferrably in prefix, otherwise in PATH + dnl prefix given: look for tde-config, preferrably in prefix, otherwise in PATH kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) PATH="$kde_save_PATH" fi @@ -5028,7 +5028,7 @@ AC_DEFUN([KDE_SET_PREFIX], AC_MSG_CHECKING([where to install]) if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - AC_MSG_RESULT([$prefix (as returned by kde-config)]) + AC_MSG_RESULT([$prefix (as returned by tde-config)]) else dnl --prefix was given. Compare prefixes and warn (in configure.in.bot.end) if different given_prefix=$prefix diff --git a/tde-i18n-nds/configure b/tde-i18n-nds/configure index 1f5ae3b1faa..0fb6e2fa887 100755 --- a/tde-i18n-nds/configure +++ b/tde-i18n-nds/configure @@ -3750,12 +3750,12 @@ done if test "x$prefix" = "xNONE"; then - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3774,16 +3774,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3803,10 +3803,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3822,12 +3822,12 @@ echo "${ECHO_T}$kde_cv_path" >&6; } kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3846,16 +3846,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3875,10 +3875,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3911,8 +3911,8 @@ echo "$as_me: error: $KDECONFIG --prefix outputed the non existant prefix '$kde_ echo $ECHO_N "checking where to install... $ECHO_C" >&6; } if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - { echo "$as_me:$LINENO: result: $prefix (as returned by kde-config)" >&5 -echo "${ECHO_T}$prefix (as returned by kde-config)" >&6; } + { echo "$as_me:$LINENO: result: $prefix (as returned by tde-config)" >&5 +echo "${ECHO_T}$prefix (as returned by tde-config)" >&6; } else given_prefix=$prefix { echo "$as_me:$LINENO: result: $prefix (as requested)" >&5 @@ -5449,7 +5449,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-nds/configure.in b/tde-i18n-nds/configure.in index e5543db372c..34e6d3c56d8 100644 --- a/tde-i18n-nds/configure.in +++ b/tde-i18n-nds/configure.in @@ -46,7 +46,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-nds/messages/tdelibs/tdelibs.po b/tde-i18n-nds/messages/tdelibs/tdelibs.po index 4ce1c1791d8..e0396cb78db 100644 --- a/tde-i18n-nds/messages/tdelibs/tdelibs.po +++ b/tde-i18n-nds/messages/tdelibs/tdelibs.po @@ -9543,153 +9543,153 @@ msgstr "&Wat is dat?" msgid "Tip of the &Day" msgstr "Tipp för Vun&daag" -#: tdecore/kde-config.cpp.in:14 +#: tdecore/tde-config.cpp.in:14 msgid "A little program to output installation paths" msgstr "En lütt Programm, dat Installatschoonpadden utgifft" -#: tdecore/kde-config.cpp.in:18 +#: tdecore/tde-config.cpp.in:18 msgid "expand ${prefix} and ${exec_prefix} in output" msgstr "${prefix} un ${exec_prefix} in de Utgaav utweerten" -#: tdecore/kde-config.cpp.in:19 +#: tdecore/tde-config.cpp.in:19 msgid "Compiled in prefix for KDE libraries" msgstr "Inkompileert Prefix för KDE-Bibliotheken" -#: tdecore/kde-config.cpp.in:20 +#: tdecore/tde-config.cpp.in:20 msgid "Compiled in exec_prefix for KDE libraries" msgstr "Inkompileert \"exec_prefix\" för KDE-Bibliotheken" -#: tdecore/kde-config.cpp.in:21 +#: tdecore/tde-config.cpp.in:21 msgid "Compiled in library path suffix" msgstr "Inkompileert Suffix för Bibliotheekpadden" -#: tdecore/kde-config.cpp.in:22 +#: tdecore/tde-config.cpp.in:22 msgid "Prefix in $HOME used to write files" msgstr "In $HOME bruukt Prefix för dat Schrieven vun Dateien" -#: tdecore/kde-config.cpp.in:23 +#: tdecore/tde-config.cpp.in:23 msgid "Compiled in version string for KDE libraries" msgstr "Inkomplieert Verschoontekenkeed för KDE-Bibliotheken" -#: tdecore/kde-config.cpp.in:24 +#: tdecore/tde-config.cpp.in:24 msgid "Available KDE resource types" msgstr "Verföögbor KDE-Ressourcentypen" -#: tdecore/kde-config.cpp.in:25 +#: tdecore/tde-config.cpp.in:25 msgid "Search path for resource type" msgstr "Söökpadd för den Ressourcentyp" -#: tdecore/kde-config.cpp.in:26 +#: tdecore/tde-config.cpp.in:26 msgid "User path: desktop|autostart|trash|document" msgstr "Padd för Brukers: desktop|autostart|trash|document" -#: tdecore/kde-config.cpp.in:27 +#: tdecore/tde-config.cpp.in:27 msgid "Prefix to install resource files to" msgstr "Prefix för dat Installeren vun Ressourcedateien" -#: tdecore/kde-config.cpp.in:168 +#: tdecore/tde-config.cpp.in:168 msgid "Applications menu (.desktop files)" msgstr "Programmen-Menü (.desktop-Dateien)" -#: tdecore/kde-config.cpp.in:169 +#: tdecore/tde-config.cpp.in:169 msgid "CGIs to run from kdehelp" msgstr "CGIs, de vun \"kdehelp\" utföhrt warrt" -#: tdecore/kde-config.cpp.in:170 +#: tdecore/tde-config.cpp.in:170 msgid "Configuration files" msgstr "Instellendateien" -#: tdecore/kde-config.cpp.in:171 +#: tdecore/tde-config.cpp.in:171 msgid "Where applications store data" msgstr "Woneem Programmen ehr Daten sekert" -#: tdecore/kde-config.cpp.in:172 +#: tdecore/tde-config.cpp.in:172 msgid "Executables in $prefix/bin" msgstr "Utföhrbor Dateien in $prefix/bin" -#: tdecore/kde-config.cpp.in:173 +#: tdecore/tde-config.cpp.in:173 msgid "HTML documentation" msgstr "HTML-Dokmentatschoon" -#: tdecore/kde-config.cpp.in:174 +#: tdecore/tde-config.cpp.in:174 msgid "Icons" msgstr "Lüttbiller" -#: tdecore/kde-config.cpp.in:175 +#: tdecore/tde-config.cpp.in:175 msgid "Configuration description files" msgstr "Beschrievendateien för Instellen" -#: tdecore/kde-config.cpp.in:176 +#: tdecore/tde-config.cpp.in:176 msgid "Libraries" msgstr "Bibliotheken" -#: tdecore/kde-config.cpp.in:177 +#: tdecore/tde-config.cpp.in:177 msgid "Includes/Headers" msgstr "Includes/Headers" -#: tdecore/kde-config.cpp.in:178 +#: tdecore/tde-config.cpp.in:178 msgid "Translation files for KLocale" msgstr "Översettendateien för KLocale" -#: tdecore/kde-config.cpp.in:179 +#: tdecore/tde-config.cpp.in:179 msgid "Mime types" msgstr "MIME-Typen" -#: tdecore/kde-config.cpp.in:180 +#: tdecore/tde-config.cpp.in:180 msgid "Loadable modules" msgstr "Laadbor Modulen" -#: tdecore/kde-config.cpp.in:181 +#: tdecore/tde-config.cpp.in:181 msgid "Qt plugins" msgstr "Qt-Modulen" -#: tdecore/kde-config.cpp.in:182 +#: tdecore/tde-config.cpp.in:182 msgid "Services" msgstr "Deensten" -#: tdecore/kde-config.cpp.in:183 +#: tdecore/tde-config.cpp.in:183 msgid "Service types" msgstr "Deensttypen" -#: tdecore/kde-config.cpp.in:184 +#: tdecore/tde-config.cpp.in:184 msgid "Application sounds" msgstr "Programmkläng" -#: tdecore/kde-config.cpp.in:185 +#: tdecore/tde-config.cpp.in:185 msgid "Templates" msgstr "Vörlagen" -#: tdecore/kde-config.cpp.in:186 +#: tdecore/tde-config.cpp.in:186 msgid "Wallpapers" msgstr "Achtergrundbiller" -#: tdecore/kde-config.cpp.in:187 +#: tdecore/tde-config.cpp.in:187 msgid "XDG Application menu (.desktop files)" msgstr "XDG-Programm-Menü (.desktop-Dateien)" -#: tdecore/kde-config.cpp.in:188 +#: tdecore/tde-config.cpp.in:188 msgid "XDG Menu descriptions (.directory files)" msgstr "XDG-Menübeschrieven (.directory-Dateien)" -#: tdecore/kde-config.cpp.in:189 +#: tdecore/tde-config.cpp.in:189 msgid "XDG Menu layout (.menu files)" msgstr "XDG-Menüanornen (.menu-Dateien)" -#: tdecore/kde-config.cpp.in:190 +#: tdecore/tde-config.cpp.in:190 msgid "Temporary files (specific for both current host and current user)" msgstr "Temporeer Dateien (per Reekner un per Bruker)" -#: tdecore/kde-config.cpp.in:191 +#: tdecore/tde-config.cpp.in:191 msgid "UNIX Sockets (specific for both current host and current user)" msgstr "UNIX-Sockets (per Reekner un per Bruker)" -#: tdecore/kde-config.cpp.in:203 +#: tdecore/tde-config.cpp.in:203 msgid "" "%1 - unknown type\n" msgstr "" "%1 - Typ nich bekannt\n" -#: tdecore/kde-config.cpp.in:228 +#: tdecore/tde-config.cpp.in:228 msgid "" "%1 - unknown type of userpath\n" msgstr "" diff --git a/tde-i18n-nl/acinclude.m4 b/tde-i18n-nl/acinclude.m4 index 68b7ababbca..afd8befc656 100644 --- a/tde-i18n-nl/acinclude.m4 +++ b/tde-i18n-nl/acinclude.m4 @@ -5006,13 +5006,13 @@ AC_DEFUN([KDE_SET_PREFIX], KDE_SET_DEFAULT_BINDIRS if test "x$prefix" = "xNONE"; then - dnl no prefix given: look for kde-config in the PATH and deduce the prefix from it - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + dnl no prefix given: look for tde-config in the PATH and deduce the prefix from it + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) else - dnl prefix given: look for kde-config, preferrably in prefix, otherwise in PATH + dnl prefix given: look for tde-config, preferrably in prefix, otherwise in PATH kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) PATH="$kde_save_PATH" fi @@ -5028,7 +5028,7 @@ AC_DEFUN([KDE_SET_PREFIX], AC_MSG_CHECKING([where to install]) if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - AC_MSG_RESULT([$prefix (as returned by kde-config)]) + AC_MSG_RESULT([$prefix (as returned by tde-config)]) else dnl --prefix was given. Compare prefixes and warn (in configure.in.bot.end) if different given_prefix=$prefix diff --git a/tde-i18n-nl/configure b/tde-i18n-nl/configure index a1c081e582b..7120b8ede61 100755 --- a/tde-i18n-nl/configure +++ b/tde-i18n-nl/configure @@ -3750,12 +3750,12 @@ done if test "x$prefix" = "xNONE"; then - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3774,16 +3774,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3803,10 +3803,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3822,12 +3822,12 @@ echo "${ECHO_T}$kde_cv_path" >&6; } kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3846,16 +3846,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3875,10 +3875,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3911,8 +3911,8 @@ echo "$as_me: error: $KDECONFIG --prefix outputed the non existant prefix '$kde_ echo $ECHO_N "checking where to install... $ECHO_C" >&6; } if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - { echo "$as_me:$LINENO: result: $prefix (as returned by kde-config)" >&5 -echo "${ECHO_T}$prefix (as returned by kde-config)" >&6; } + { echo "$as_me:$LINENO: result: $prefix (as returned by tde-config)" >&5 +echo "${ECHO_T}$prefix (as returned by tde-config)" >&6; } else given_prefix=$prefix { echo "$as_me:$LINENO: result: $prefix (as requested)" >&5 @@ -6232,7 +6232,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-nl/configure.in b/tde-i18n-nl/configure.in index 1f8ba451c66..9fad0cad9ac 100644 --- a/tde-i18n-nl/configure.in +++ b/tde-i18n-nl/configure.in @@ -307,7 +307,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-nl/docs/tdebase/faq/configkde.docbook b/tde-i18n-nl/docs/tdebase/faq/configkde.docbook index 17e68ed4efd..141036e24e2 100644 --- a/tde-i18n-nl/docs/tdebase/faq/configkde.docbook +++ b/tde-i18n-nl/docs/tdebase/faq/configkde.docbook @@ -302,7 +302,7 @@ Uw computer configureren (root wachtwoord) -Systeem - Kies de beeldmanager - TDM >TDEDIR</envar > is de map waarin &kde; is geïnstalleerd. U kunt dit opvragen door het commando <userinput ><command ->kde-config</command +>tde-config</command > --prefix</userinput > uit te voeren.</para> <para diff --git a/tde-i18n-nl/docs/tdebase/userguide/index.docbook b/tde-i18n-nl/docs/tdebase/userguide/index.docbook index da057e48c18..abf2f31fdfb 100644 --- a/tde-i18n-nl/docs/tdebase/userguide/index.docbook +++ b/tde-i18n-nl/docs/tdebase/userguide/index.docbook @@ -267,7 +267,7 @@ ><para >&kde; installeert zichzelf in zijn eigen mappenstructuur. Deze mappenstructuur kunt u vinden door het commando <userinput ><command ->kde-config</command +>tde-config</command > <option >--prefix</option ></userinput diff --git a/tde-i18n-nl/docs/tdebase/userguide/under-the-hood.docbook b/tde-i18n-nl/docs/tdebase/userguide/under-the-hood.docbook index 2a5d12cf5b2..a3e1a0c54b4 100644 --- a/tde-i18n-nl/docs/tdebase/userguide/under-the-hood.docbook +++ b/tde-i18n-nl/docs/tdebase/userguide/under-the-hood.docbook @@ -61,7 +61,7 @@ LastFile=/var/tmp/test.txt</programlisting> > instelling) en de globale configuratiebestanden bevinden zich in de submap <filename class="directory" >share/config</filename > van het installatiepad van &kde;. (U kunt dit pad vinden door het commando <command ->kde-config --prefix</command +>tde-config --prefix</command > uit te voeren.) De bestandsnamen eindigen op rc (zonder een punt ervoor), bijvoorbeeld <filename >kopeterc</filename >.</para> diff --git a/tde-i18n-nl/docs/tdeedu/kgeography/index.docbook b/tde-i18n-nl/docs/tdeedu/kgeography/index.docbook index 4a911a1bfff..36311f98134 100644 --- a/tde-i18n-nl/docs/tdeedu/kgeography/index.docbook +++ b/tde-i18n-nl/docs/tdeedu/kgeography/index.docbook @@ -604,7 +604,7 @@ guide the parent/teacher on how to help the child using it. ></filename > te weten komen door in een tekstscherm de opdracht <userinput ><command ->kde-config</command +>tde-config</command > <option >--prefix</option ></userinput diff --git a/tde-i18n-nl/messages/tdelibs/tdelibs.po b/tde-i18n-nl/messages/tdelibs/tdelibs.po index 1c22f4255d4..b319cfb8f54 100644 --- a/tde-i18n-nl/messages/tdelibs/tdelibs.po +++ b/tde-i18n-nl/messages/tdelibs/tdelibs.po @@ -9599,154 +9599,154 @@ msgstr "Wat is di&t?" msgid "Tip of the &Day" msgstr "Tip van de &dag" -#: tdecore/kde-config.cpp.in:14 +#: tdecore/tde-config.cpp.in:14 msgid "A little program to output installation paths" msgstr "Een klein programma dat installatiepaden uitvoert" -#: tdecore/kde-config.cpp.in:18 +#: tdecore/tde-config.cpp.in:18 msgid "expand ${prefix} and ${exec_prefix} in output" msgstr "${prefix} en ${exec_prefix} in uitvoer uitbreiden" -#: tdecore/kde-config.cpp.in:19 +#: tdecore/tde-config.cpp.in:19 msgid "Compiled in prefix for KDE libraries" msgstr "Gecompileerd in prefix voor KDE-bibliotheken" -#: tdecore/kde-config.cpp.in:20 +#: tdecore/tde-config.cpp.in:20 msgid "Compiled in exec_prefix for KDE libraries" msgstr "Gecompileerd in exec_prefix voor KDE-bibliotheken" -#: tdecore/kde-config.cpp.in:21 +#: tdecore/tde-config.cpp.in:21 msgid "Compiled in library path suffix" msgstr "Gecompileerd in library path suffix" -#: tdecore/kde-config.cpp.in:22 +#: tdecore/tde-config.cpp.in:22 msgid "Prefix in $HOME used to write files" msgstr "Prefix in $HOME gebruikt voor het schrijven van bestanden" -#: tdecore/kde-config.cpp.in:23 +#: tdecore/tde-config.cpp.in:23 msgid "Compiled in version string for KDE libraries" msgstr "Gecompileerd in version string voor KDE-bibliotheken" -#: tdecore/kde-config.cpp.in:24 +#: tdecore/tde-config.cpp.in:24 msgid "Available KDE resource types" msgstr "Beschikbare KDE gegevensbrontypen" -#: tdecore/kde-config.cpp.in:25 +#: tdecore/tde-config.cpp.in:25 msgid "Search path for resource type" msgstr "Zoekpad voor gegevensbrontype" -#: tdecore/kde-config.cpp.in:26 +#: tdecore/tde-config.cpp.in:26 msgid "User path: desktop|autostart|trash|document" msgstr "Gebruikerspad: desktop|autostart|trash|document" -#: tdecore/kde-config.cpp.in:27 +#: tdecore/tde-config.cpp.in:27 msgid "Prefix to install resource files to" msgstr "Prefix voor het installeren van gegevensbronbestanden" -#: tdecore/kde-config.cpp.in:168 +#: tdecore/tde-config.cpp.in:168 msgid "Applications menu (.desktop files)" msgstr "Programmamenu (.desktop-bestanden)" -#: tdecore/kde-config.cpp.in:169 +#: tdecore/tde-config.cpp.in:169 msgid "CGIs to run from kdehelp" msgstr "CGIs om te draaien vanuit kdehelp" -#: tdecore/kde-config.cpp.in:170 +#: tdecore/tde-config.cpp.in:170 msgid "Configuration files" msgstr "Configuratiebestanden" -#: tdecore/kde-config.cpp.in:171 +#: tdecore/tde-config.cpp.in:171 msgid "Where applications store data" msgstr "Waar programma's hun gegevens opslaan" -#: tdecore/kde-config.cpp.in:172 +#: tdecore/tde-config.cpp.in:172 msgid "Executables in $prefix/bin" msgstr "Executables in $prefix/bin" -#: tdecore/kde-config.cpp.in:173 +#: tdecore/tde-config.cpp.in:173 msgid "HTML documentation" msgstr "HTML-documentatie" -#: tdecore/kde-config.cpp.in:174 +#: tdecore/tde-config.cpp.in:174 msgid "Icons" msgstr "Pictogrammen" -#: tdecore/kde-config.cpp.in:175 +#: tdecore/tde-config.cpp.in:175 msgid "Configuration description files" msgstr "Configuratiebeschrijvingsbestanden" -#: tdecore/kde-config.cpp.in:176 +#: tdecore/tde-config.cpp.in:176 msgid "Libraries" msgstr "Bibliotheken" -#: tdecore/kde-config.cpp.in:177 +#: tdecore/tde-config.cpp.in:177 msgid "Includes/Headers" msgstr "Includes/Headers" -#: tdecore/kde-config.cpp.in:178 +#: tdecore/tde-config.cpp.in:178 msgid "Translation files for KLocale" msgstr "Vertalingsbestanden voor KLocale" -#: tdecore/kde-config.cpp.in:179 +#: tdecore/tde-config.cpp.in:179 msgid "Mime types" msgstr "Mime-types" -#: tdecore/kde-config.cpp.in:180 +#: tdecore/tde-config.cpp.in:180 msgid "Loadable modules" msgstr "Laadbare modules" -#: tdecore/kde-config.cpp.in:181 +#: tdecore/tde-config.cpp.in:181 msgid "Qt plugins" msgstr "Qt-plugins" -#: tdecore/kde-config.cpp.in:182 +#: tdecore/tde-config.cpp.in:182 msgid "Services" msgstr "Diensten" -#: tdecore/kde-config.cpp.in:183 +#: tdecore/tde-config.cpp.in:183 msgid "Service types" msgstr "Diensttypen" -#: tdecore/kde-config.cpp.in:184 +#: tdecore/tde-config.cpp.in:184 msgid "Application sounds" msgstr "Programmageluiden" -#: tdecore/kde-config.cpp.in:185 +#: tdecore/tde-config.cpp.in:185 msgid "Templates" msgstr "Sjablonen" -#: tdecore/kde-config.cpp.in:186 +#: tdecore/tde-config.cpp.in:186 msgid "Wallpapers" msgstr "Bureaubladachtergronden" -#: tdecore/kde-config.cpp.in:187 +#: tdecore/tde-config.cpp.in:187 msgid "XDG Application menu (.desktop files)" msgstr "XDG-programmamenu (.desktop-bestanden)" -#: tdecore/kde-config.cpp.in:188 +#: tdecore/tde-config.cpp.in:188 msgid "XDG Menu descriptions (.directory files)" msgstr "XDG-menubeschrijvingen (.directory-bestanden)" -#: tdecore/kde-config.cpp.in:189 +#: tdecore/tde-config.cpp.in:189 msgid "XDG Menu layout (.menu files)" msgstr "XDG-menu-indeling (.menu-bestanden)" -#: tdecore/kde-config.cpp.in:190 +#: tdecore/tde-config.cpp.in:190 msgid "Temporary files (specific for both current host and current user)" msgstr "" "Tijdelijke bestanden (specifiek voor zowel huidige host als huidige gebruiker)" -#: tdecore/kde-config.cpp.in:191 +#: tdecore/tde-config.cpp.in:191 msgid "UNIX Sockets (specific for both current host and current user)" msgstr "UNIX-sockets (specifiek voor zowel huidige host als huidige gebruiker)" -#: tdecore/kde-config.cpp.in:203 +#: tdecore/tde-config.cpp.in:203 msgid "" "%1 - unknown type\n" msgstr "" "%1 - onbekend type\n" -#: tdecore/kde-config.cpp.in:228 +#: tdecore/tde-config.cpp.in:228 msgid "" "%1 - unknown type of userpath\n" msgstr "" diff --git a/tde-i18n-nn/acinclude.m4 b/tde-i18n-nn/acinclude.m4 index 68b7ababbca..afd8befc656 100644 --- a/tde-i18n-nn/acinclude.m4 +++ b/tde-i18n-nn/acinclude.m4 @@ -5006,13 +5006,13 @@ AC_DEFUN([KDE_SET_PREFIX], KDE_SET_DEFAULT_BINDIRS if test "x$prefix" = "xNONE"; then - dnl no prefix given: look for kde-config in the PATH and deduce the prefix from it - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + dnl no prefix given: look for tde-config in the PATH and deduce the prefix from it + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) else - dnl prefix given: look for kde-config, preferrably in prefix, otherwise in PATH + dnl prefix given: look for tde-config, preferrably in prefix, otherwise in PATH kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) PATH="$kde_save_PATH" fi @@ -5028,7 +5028,7 @@ AC_DEFUN([KDE_SET_PREFIX], AC_MSG_CHECKING([where to install]) if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - AC_MSG_RESULT([$prefix (as returned by kde-config)]) + AC_MSG_RESULT([$prefix (as returned by tde-config)]) else dnl --prefix was given. Compare prefixes and warn (in configure.in.bot.end) if different given_prefix=$prefix diff --git a/tde-i18n-nn/configure b/tde-i18n-nn/configure index 48ceaf4de8a..1386cc65332 100755 --- a/tde-i18n-nn/configure +++ b/tde-i18n-nn/configure @@ -3750,12 +3750,12 @@ done if test "x$prefix" = "xNONE"; then - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3774,16 +3774,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3803,10 +3803,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3822,12 +3822,12 @@ echo "${ECHO_T}$kde_cv_path" >&6; } kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3846,16 +3846,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3875,10 +3875,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3911,8 +3911,8 @@ echo "$as_me: error: $KDECONFIG --prefix outputed the non existant prefix '$kde_ echo $ECHO_N "checking where to install... $ECHO_C" >&6; } if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - { echo "$as_me:$LINENO: result: $prefix (as returned by kde-config)" >&5 -echo "${ECHO_T}$prefix (as returned by kde-config)" >&6; } + { echo "$as_me:$LINENO: result: $prefix (as returned by tde-config)" >&5 +echo "${ECHO_T}$prefix (as returned by tde-config)" >&6; } else given_prefix=$prefix { echo "$as_me:$LINENO: result: $prefix (as requested)" >&5 @@ -5434,7 +5434,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-nn/configure.in b/tde-i18n-nn/configure.in index 6b53bef2021..9e46d557810 100644 --- a/tde-i18n-nn/configure.in +++ b/tde-i18n-nn/configure.in @@ -41,7 +41,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-nn/messages/tdelibs/tdelibs.po b/tde-i18n-nn/messages/tdelibs/tdelibs.po index 3b2684aa985..eb82877ade3 100644 --- a/tde-i18n-nn/messages/tdelibs/tdelibs.po +++ b/tde-i18n-nn/messages/tdelibs/tdelibs.po @@ -9487,153 +9487,153 @@ msgstr "Kva er de&tte?" msgid "Tip of the &Day" msgstr "&Dagens tips" -#: tdecore/kde-config.cpp.in:14 +#: tdecore/tde-config.cpp.in:14 msgid "A little program to output installation paths" msgstr "Eit lite program som skriv ut installasjonsstigar" -#: tdecore/kde-config.cpp.in:18 +#: tdecore/tde-config.cpp.in:18 msgid "expand ${prefix} and ${exec_prefix} in output" msgstr "utvid ${prefix} og ${exec_prefix} i resultatteksten" -#: tdecore/kde-config.cpp.in:19 +#: tdecore/tde-config.cpp.in:19 msgid "Compiled in prefix for KDE libraries" msgstr "Innkompilert prefiks for KDE-biblioteka" -#: tdecore/kde-config.cpp.in:20 +#: tdecore/tde-config.cpp.in:20 msgid "Compiled in exec_prefix for KDE libraries" msgstr "Innkompilert exec_prefix for KDE-biblioteka" -#: tdecore/kde-config.cpp.in:21 +#: tdecore/tde-config.cpp.in:21 msgid "Compiled in library path suffix" msgstr "Innkompilert suffiks for biblioteksstig" -#: tdecore/kde-config.cpp.in:22 +#: tdecore/tde-config.cpp.in:22 msgid "Prefix in $HOME used to write files" msgstr "Prefiks i $HOME bruka til å skriva filer" -#: tdecore/kde-config.cpp.in:23 +#: tdecore/tde-config.cpp.in:23 msgid "Compiled in version string for KDE libraries" msgstr "Innkompilert versjonsstreng for KDE-biblioteka" -#: tdecore/kde-config.cpp.in:24 +#: tdecore/tde-config.cpp.in:24 msgid "Available KDE resource types" msgstr "Tilgjengelege KDE-ressurstypar" -#: tdecore/kde-config.cpp.in:25 +#: tdecore/tde-config.cpp.in:25 msgid "Search path for resource type" msgstr "Søkjestig for ressurstype" -#: tdecore/kde-config.cpp.in:26 +#: tdecore/tde-config.cpp.in:26 msgid "User path: desktop|autostart|trash|document" msgstr "Brukarstig: skrivebord|autostart|papirkorg|dokument" -#: tdecore/kde-config.cpp.in:27 +#: tdecore/tde-config.cpp.in:27 msgid "Prefix to install resource files to" msgstr "Prefiks der ressursfilene skal installerast" -#: tdecore/kde-config.cpp.in:168 +#: tdecore/tde-config.cpp.in:168 msgid "Applications menu (.desktop files)" msgstr "Programmeny (.desktop-filer)" -#: tdecore/kde-config.cpp.in:169 +#: tdecore/tde-config.cpp.in:169 msgid "CGIs to run from kdehelp" msgstr "CGI-ar som skal køyrast frå KDE-hjelp" -#: tdecore/kde-config.cpp.in:170 +#: tdecore/tde-config.cpp.in:170 msgid "Configuration files" msgstr "Oppsettsfiler" -#: tdecore/kde-config.cpp.in:171 +#: tdecore/tde-config.cpp.in:171 msgid "Where applications store data" msgstr "Der programma lagrar data" -#: tdecore/kde-config.cpp.in:172 +#: tdecore/tde-config.cpp.in:172 msgid "Executables in $prefix/bin" msgstr "Programfiler i $prefix/bin" -#: tdecore/kde-config.cpp.in:173 +#: tdecore/tde-config.cpp.in:173 msgid "HTML documentation" msgstr "HTML-dokumentasjon" -#: tdecore/kde-config.cpp.in:174 +#: tdecore/tde-config.cpp.in:174 msgid "Icons" msgstr "Ikon" -#: tdecore/kde-config.cpp.in:175 +#: tdecore/tde-config.cpp.in:175 msgid "Configuration description files" msgstr "Filer med oppsettsskildring" -#: tdecore/kde-config.cpp.in:176 +#: tdecore/tde-config.cpp.in:176 msgid "Libraries" msgstr "Bibliotek" -#: tdecore/kde-config.cpp.in:177 +#: tdecore/tde-config.cpp.in:177 msgid "Includes/Headers" msgstr "Inkluderingsfiler" -#: tdecore/kde-config.cpp.in:178 +#: tdecore/tde-config.cpp.in:178 msgid "Translation files for KLocale" msgstr "Omsetjingsfiler for KLocale" -#: tdecore/kde-config.cpp.in:179 +#: tdecore/tde-config.cpp.in:179 msgid "Mime types" msgstr "Mime-typar" -#: tdecore/kde-config.cpp.in:180 +#: tdecore/tde-config.cpp.in:180 msgid "Loadable modules" msgstr "Lastbare modular" -#: tdecore/kde-config.cpp.in:181 +#: tdecore/tde-config.cpp.in:181 msgid "Qt plugins" msgstr "Qt-programtillegg" -#: tdecore/kde-config.cpp.in:182 +#: tdecore/tde-config.cpp.in:182 msgid "Services" msgstr "Tenester" -#: tdecore/kde-config.cpp.in:183 +#: tdecore/tde-config.cpp.in:183 msgid "Service types" msgstr "Tenestetypar" -#: tdecore/kde-config.cpp.in:184 +#: tdecore/tde-config.cpp.in:184 msgid "Application sounds" msgstr "Programlydar" -#: tdecore/kde-config.cpp.in:185 +#: tdecore/tde-config.cpp.in:185 msgid "Templates" msgstr "Malar" -#: tdecore/kde-config.cpp.in:186 +#: tdecore/tde-config.cpp.in:186 msgid "Wallpapers" msgstr "Bakgrunnsbilete" -#: tdecore/kde-config.cpp.in:187 +#: tdecore/tde-config.cpp.in:187 msgid "XDG Application menu (.desktop files)" msgstr "XDG-programmeny (.desktop-filer)" -#: tdecore/kde-config.cpp.in:188 +#: tdecore/tde-config.cpp.in:188 msgid "XDG Menu descriptions (.directory files)" msgstr "XDG-menyskildringar (.directory-filer)" -#: tdecore/kde-config.cpp.in:189 +#: tdecore/tde-config.cpp.in:189 msgid "XDG Menu layout (.menu files)" msgstr "XDG-menyoppsett (.menu-filer)" -#: tdecore/kde-config.cpp.in:190 +#: tdecore/tde-config.cpp.in:190 msgid "Temporary files (specific for both current host and current user)" msgstr "Mellombelse filer (spesifikke for både vertsmaskina og brukaren)" -#: tdecore/kde-config.cpp.in:191 +#: tdecore/tde-config.cpp.in:191 msgid "UNIX Sockets (specific for both current host and current user)" msgstr "UNIX-soklar (spesifikke for både vertsmaskina og brukaren)" -#: tdecore/kde-config.cpp.in:203 +#: tdecore/tde-config.cpp.in:203 msgid "" "%1 - unknown type\n" msgstr "" "%1 – ukjend type\n" -#: tdecore/kde-config.cpp.in:228 +#: tdecore/tde-config.cpp.in:228 msgid "" "%1 - unknown type of userpath\n" msgstr "" diff --git a/tde-i18n-pa/acinclude.m4 b/tde-i18n-pa/acinclude.m4 index 68b7ababbca..afd8befc656 100644 --- a/tde-i18n-pa/acinclude.m4 +++ b/tde-i18n-pa/acinclude.m4 @@ -5006,13 +5006,13 @@ AC_DEFUN([KDE_SET_PREFIX], KDE_SET_DEFAULT_BINDIRS if test "x$prefix" = "xNONE"; then - dnl no prefix given: look for kde-config in the PATH and deduce the prefix from it - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + dnl no prefix given: look for tde-config in the PATH and deduce the prefix from it + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) else - dnl prefix given: look for kde-config, preferrably in prefix, otherwise in PATH + dnl prefix given: look for tde-config, preferrably in prefix, otherwise in PATH kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) PATH="$kde_save_PATH" fi @@ -5028,7 +5028,7 @@ AC_DEFUN([KDE_SET_PREFIX], AC_MSG_CHECKING([where to install]) if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - AC_MSG_RESULT([$prefix (as returned by kde-config)]) + AC_MSG_RESULT([$prefix (as returned by tde-config)]) else dnl --prefix was given. Compare prefixes and warn (in configure.in.bot.end) if different given_prefix=$prefix diff --git a/tde-i18n-pa/configure b/tde-i18n-pa/configure index 41de6b275e3..14dabd37c93 100755 --- a/tde-i18n-pa/configure +++ b/tde-i18n-pa/configure @@ -3750,12 +3750,12 @@ done if test "x$prefix" = "xNONE"; then - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3774,16 +3774,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3803,10 +3803,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3822,12 +3822,12 @@ echo "${ECHO_T}$kde_cv_path" >&6; } kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3846,16 +3846,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3875,10 +3875,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3911,8 +3911,8 @@ echo "$as_me: error: $KDECONFIG --prefix outputed the non existant prefix '$kde_ echo $ECHO_N "checking where to install... $ECHO_C" >&6; } if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - { echo "$as_me:$LINENO: result: $prefix (as returned by kde-config)" >&5 -echo "${ECHO_T}$prefix (as returned by kde-config)" >&6; } + { echo "$as_me:$LINENO: result: $prefix (as returned by tde-config)" >&5 +echo "${ECHO_T}$prefix (as returned by tde-config)" >&6; } else given_prefix=$prefix { echo "$as_me:$LINENO: result: $prefix (as requested)" >&5 @@ -5425,7 +5425,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-pa/configure.in b/tde-i18n-pa/configure.in index e655df06054..6fe6b2b6d2e 100644 --- a/tde-i18n-pa/configure.in +++ b/tde-i18n-pa/configure.in @@ -38,7 +38,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-pa/messages/tdelibs/tdelibs.po b/tde-i18n-pa/messages/tdelibs/tdelibs.po index a05bea8c0bd..36f5197570c 100644 --- a/tde-i18n-pa/messages/tdelibs/tdelibs.po +++ b/tde-i18n-pa/messages/tdelibs/tdelibs.po @@ -9470,153 +9470,153 @@ msgstr "ਇਹ ਕੀ ਹੈ?(&T)" msgid "Tip of the &Day" msgstr "ਅੱਜ ਦਾ ਇਸ਼ਾਰਾ(&D)" -#: tdecore/kde-config.cpp.in:14 +#: tdecore/tde-config.cpp.in:14 msgid "A little program to output installation paths" msgstr "ਆਉਟਪੁੱਟ ਇੰਸਟਾਲੇਸ਼ਨ ਮਾਰਗਾਂ ਲਈ ਇੱਕ ਛੋਟਾ ਕਾਰਜ ਹੈ" -#: tdecore/kde-config.cpp.in:18 +#: tdecore/tde-config.cpp.in:18 msgid "expand ${prefix} and ${exec_prefix} in output" msgstr "ਆਉਟਪੁੱਟ ਵਿੱਚ ${prefix} and ${exec_prefix} ਫੈਲਾਓ" -#: tdecore/kde-config.cpp.in:19 +#: tdecore/tde-config.cpp.in:19 msgid "Compiled in prefix for KDE libraries" msgstr "KDE ਲਾਇਬਰੇਰੀਆਂ ਲਈ ਅਗੇਤਰ ਵਿੱਚ ਕੰਪਾਇਲ" -#: tdecore/kde-config.cpp.in:20 +#: tdecore/tde-config.cpp.in:20 msgid "Compiled in exec_prefix for KDE libraries" msgstr "KDE ਲਾਇਬਰੇਰੀ ਲਈ exec_prefix ਵਿੱਚ ਕੰਪਾਇਲ ਕੀਤਾ" -#: tdecore/kde-config.cpp.in:21 +#: tdecore/tde-config.cpp.in:21 msgid "Compiled in library path suffix" msgstr "ਲਾਇਬਰੇਰੀ ਮਾਰਗ ਪਿਛੇਤਰ ਵਿੱਚ ਕੰਪਾਇਲ ਕੀਤਾ" -#: tdecore/kde-config.cpp.in:22 +#: tdecore/tde-config.cpp.in:22 msgid "Prefix in $HOME used to write files" msgstr "ਲਿਖੀਆਂ ਫਾਇਲਾਂ ਵਿੱਚ ਵਰਤਣ ਲਈ $HOME ਵਿੱਚ ਅਗੇਤਰ" -#: tdecore/kde-config.cpp.in:23 +#: tdecore/tde-config.cpp.in:23 msgid "Compiled in version string for KDE libraries" msgstr "KDE ਲਾਇਬਰੇਰੀਆਂ ਲਈ ਵਰਜਨ ਸਤਰ ਵਿੱਚ ਕੰਪਾਇਲ ਕੀਤਾ" -#: tdecore/kde-config.cpp.in:24 +#: tdecore/tde-config.cpp.in:24 msgid "Available KDE resource types" msgstr "ਉਪਲੱਬਧ KDE ਸਰੋਤਾਂ ਕਿਸਮਾਂ" -#: tdecore/kde-config.cpp.in:25 +#: tdecore/tde-config.cpp.in:25 msgid "Search path for resource type" msgstr "ਸਰੋਤ ਕਿਸਮਾਂ ਲਈ ਖੋਜ ਮਾਰਗ" -#: tdecore/kde-config.cpp.in:26 +#: tdecore/tde-config.cpp.in:26 msgid "User path: desktop|autostart|trash|document" msgstr "ਉਪਭੋਗੀ ਮਾਰਗ: ਡੈਸਕਟਾਪ|ਆਟੋ-ਸਟਾਰਟ|ਰੱਦੀ|ਦਸਤਾਵੇਜ਼" -#: tdecore/kde-config.cpp.in:27 +#: tdecore/tde-config.cpp.in:27 msgid "Prefix to install resource files to" msgstr "ਸਰੋਤ ਫਾਇਲਾਂ ਇੱਥੇ ਇੰਸਟਾਲ ਕਰਨ ਲਈ ਅਗੇਤਰ" -#: tdecore/kde-config.cpp.in:168 +#: tdecore/tde-config.cpp.in:168 msgid "Applications menu (.desktop files)" msgstr "ਕਾਰਜ ਮੇਨੂ (.desktop ਫਾਇਲਾਂ)" -#: tdecore/kde-config.cpp.in:169 +#: tdecore/tde-config.cpp.in:169 msgid "CGIs to run from kdehelp" msgstr "kdehelp ਤੋਂ ਚਲਾਉਣ ਲਈ CGI" -#: tdecore/kde-config.cpp.in:170 +#: tdecore/tde-config.cpp.in:170 msgid "Configuration files" msgstr "ਸੰਰਚਨਾ ਫਾਇਲਾਂ" -#: tdecore/kde-config.cpp.in:171 +#: tdecore/tde-config.cpp.in:171 msgid "Where applications store data" msgstr "ਜਿੱਥੇ ਕਾਰਜ ਡਾਟਾ ਸੰਭਾਲਿਆ ਜਾਵੇਗਾ" -#: tdecore/kde-config.cpp.in:172 +#: tdecore/tde-config.cpp.in:172 msgid "Executables in $prefix/bin" msgstr "$prefix/bin ਵਿੱਚ ਚੱਲਣਯੋਗ" -#: tdecore/kde-config.cpp.in:173 +#: tdecore/tde-config.cpp.in:173 msgid "HTML documentation" msgstr "HTML ਦਸਤਾਵੇਜ਼" -#: tdecore/kde-config.cpp.in:174 +#: tdecore/tde-config.cpp.in:174 msgid "Icons" msgstr "ਆਈਕਾਨ" -#: tdecore/kde-config.cpp.in:175 +#: tdecore/tde-config.cpp.in:175 msgid "Configuration description files" msgstr "ਸੰਰਚਨਾ ਵੇਰਵਾ ਫਾਇਲਾਂ" -#: tdecore/kde-config.cpp.in:176 +#: tdecore/tde-config.cpp.in:176 msgid "Libraries" msgstr "ਲਾਇਬਰੇਰੀਆਂ" -#: tdecore/kde-config.cpp.in:177 +#: tdecore/tde-config.cpp.in:177 msgid "Includes/Headers" msgstr "Includes/Headers" -#: tdecore/kde-config.cpp.in:178 +#: tdecore/tde-config.cpp.in:178 msgid "Translation files for KLocale" msgstr "KLocale ਲਈ ਅਨੁਵਾਦ ਫਾਇਲਾਂ" -#: tdecore/kde-config.cpp.in:179 +#: tdecore/tde-config.cpp.in:179 msgid "Mime types" msgstr "ਮਾਈਮ ਕਿਸਮਾਂ" -#: tdecore/kde-config.cpp.in:180 +#: tdecore/tde-config.cpp.in:180 msgid "Loadable modules" msgstr "ਲੋਡਯੋਗ ਮੋਡੀਊਲ" -#: tdecore/kde-config.cpp.in:181 +#: tdecore/tde-config.cpp.in:181 msgid "Qt plugins" msgstr "Qt ਪਲੱਗਇਨਾਂ" -#: tdecore/kde-config.cpp.in:182 +#: tdecore/tde-config.cpp.in:182 msgid "Services" msgstr "ਸੇਵਾਵਾਂ" -#: tdecore/kde-config.cpp.in:183 +#: tdecore/tde-config.cpp.in:183 msgid "Service types" msgstr "ਸੇਵਾ ਕਿਸਮਾਂ" -#: tdecore/kde-config.cpp.in:184 +#: tdecore/tde-config.cpp.in:184 msgid "Application sounds" msgstr "ਕਾਰਜ ਧੁਨੀ" -#: tdecore/kde-config.cpp.in:185 +#: tdecore/tde-config.cpp.in:185 msgid "Templates" msgstr "ਨਮੂਨੇ" -#: tdecore/kde-config.cpp.in:186 +#: tdecore/tde-config.cpp.in:186 msgid "Wallpapers" msgstr "ਵਾਲ-ਪੇਪਰ" -#: tdecore/kde-config.cpp.in:187 +#: tdecore/tde-config.cpp.in:187 msgid "XDG Application menu (.desktop files)" msgstr "XDG ਡੈਸਕਟਾਪ ਮੇਨੂ (.desktop ਫਾਇਲਾਂ)" -#: tdecore/kde-config.cpp.in:188 +#: tdecore/tde-config.cpp.in:188 msgid "XDG Menu descriptions (.directory files)" msgstr "XDG ਮੇਨੂ ਵੇਰਵਾ (.directory ਫਾਇਲਾਂ)" -#: tdecore/kde-config.cpp.in:189 +#: tdecore/tde-config.cpp.in:189 msgid "XDG Menu layout (.menu files)" msgstr "XDG ਮੇਨੂ ਖਾਕਾ (.menu ਫਾਇਲਾਂ)" -#: tdecore/kde-config.cpp.in:190 +#: tdecore/tde-config.cpp.in:190 msgid "Temporary files (specific for both current host and current user)" msgstr "ਆਰਜ਼ੀ ਫਾਇਲਾਂ (ਦੋਵੇਂ ਮੌਜੂਦਾ ਮੇਜ਼ਬਾਨ ਅਤੇ ਮੌਜੂਦਾ ਉਪਭੋਗੀ ਲਈ ਦਿਓ)" -#: tdecore/kde-config.cpp.in:191 +#: tdecore/tde-config.cpp.in:191 msgid "UNIX Sockets (specific for both current host and current user)" msgstr "UNIX ਸਾਕਟ (ਮੌਜੂਦਾ ਮੇਜ਼ਬਾਨ ਅਤੇ ਮੌਜੂਦਾ ਉਪਭੋਗੀ ਦੋਵੇਂ ਲਈ ਖਾਸ)" -#: tdecore/kde-config.cpp.in:203 +#: tdecore/tde-config.cpp.in:203 msgid "" "%1 - unknown type\n" msgstr "" "%1 - ਅਣਜਾਣ ਕਿਸਮ\n" -#: tdecore/kde-config.cpp.in:228 +#: tdecore/tde-config.cpp.in:228 msgid "" "%1 - unknown type of userpath\n" msgstr "" diff --git a/tde-i18n-pl/acinclude.m4 b/tde-i18n-pl/acinclude.m4 index 68b7ababbca..afd8befc656 100644 --- a/tde-i18n-pl/acinclude.m4 +++ b/tde-i18n-pl/acinclude.m4 @@ -5006,13 +5006,13 @@ AC_DEFUN([KDE_SET_PREFIX], KDE_SET_DEFAULT_BINDIRS if test "x$prefix" = "xNONE"; then - dnl no prefix given: look for kde-config in the PATH and deduce the prefix from it - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + dnl no prefix given: look for tde-config in the PATH and deduce the prefix from it + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) else - dnl prefix given: look for kde-config, preferrably in prefix, otherwise in PATH + dnl prefix given: look for tde-config, preferrably in prefix, otherwise in PATH kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) PATH="$kde_save_PATH" fi @@ -5028,7 +5028,7 @@ AC_DEFUN([KDE_SET_PREFIX], AC_MSG_CHECKING([where to install]) if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - AC_MSG_RESULT([$prefix (as returned by kde-config)]) + AC_MSG_RESULT([$prefix (as returned by tde-config)]) else dnl --prefix was given. Compare prefixes and warn (in configure.in.bot.end) if different given_prefix=$prefix diff --git a/tde-i18n-pl/configure b/tde-i18n-pl/configure index 4857b9a9c4f..d18e846ae52 100755 --- a/tde-i18n-pl/configure +++ b/tde-i18n-pl/configure @@ -3750,12 +3750,12 @@ done if test "x$prefix" = "xNONE"; then - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3774,16 +3774,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3803,10 +3803,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3822,12 +3822,12 @@ echo "${ECHO_T}$kde_cv_path" >&6; } kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3846,16 +3846,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3875,10 +3875,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3911,8 +3911,8 @@ echo "$as_me: error: $KDECONFIG --prefix outputed the non existant prefix '$kde_ echo $ECHO_N "checking where to install... $ECHO_C" >&6; } if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - { echo "$as_me:$LINENO: result: $prefix (as returned by kde-config)" >&5 -echo "${ECHO_T}$prefix (as returned by kde-config)" >&6; } + { echo "$as_me:$LINENO: result: $prefix (as returned by tde-config)" >&5 +echo "${ECHO_T}$prefix (as returned by tde-config)" >&6; } else given_prefix=$prefix { echo "$as_me:$LINENO: result: $prefix (as requested)" >&5 @@ -6046,7 +6046,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-pl/configure.in b/tde-i18n-pl/configure.in index ce58ca68c12..1bab9fe150f 100644 --- a/tde-i18n-pl/configure.in +++ b/tde-i18n-pl/configure.in @@ -245,7 +245,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-pl/docs/tdeadmin/knetworkconf/index.docbook b/tde-i18n-pl/docs/tdeadmin/knetworkconf/index.docbook index 9ddc361e172..a857d4b1795 100644 --- a/tde-i18n-pl/docs/tdeadmin/knetworkconf/index.docbook +++ b/tde-i18n-pl/docs/tdeadmin/knetworkconf/index.docbook @@ -1014,7 +1014,7 @@ format="PNG"/> >Zalecane tylko dla zaawansowanych użytkowników. W przeciwnym wypadku, kompilacja &knetworkconf; nie jest trudna. Następujące polecenia powinny wystarczyć.</para> <screen ->./configure --prefix=$(kde-config --prefix) +>./configure --prefix=$(tde-config --prefix) make make install </screen> diff --git a/tde-i18n-pl/docs/tdebase/faq/configkde.docbook b/tde-i18n-pl/docs/tdebase/faq/configkde.docbook index 35fce9c488f..80bb79ec3f2 100644 --- a/tde-i18n-pl/docs/tdebase/faq/configkde.docbook +++ b/tde-i18n-pl/docs/tdebase/faq/configkde.docbook @@ -294,7 +294,7 @@ >TDEDIR</envar > jest folderem (fachowo: prefiksem), w którym &kde; zostało zainstalowane (możesz znaleźć ten folder przez użycie polecenia <userinput ><command ->kde-config</command +>tde-config</command > --prefix</userinput >).</para> <para diff --git a/tde-i18n-pl/docs/tdebase/kate/advanced.docbook b/tde-i18n-pl/docs/tdebase/kate/advanced.docbook index 7ac203ee660..6d00cda84af 100644 --- a/tde-i18n-pl/docs/tdebase/kate/advanced.docbook +++ b/tde-i18n-pl/docs/tdebase/kate/advanced.docbook @@ -1298,7 +1298,7 @@ >. Skrypt musi być zlokalizowany w katalogu, w którym &kate; może go odszukać wraz z opcjonalnym plikiem .desktop definiującym jego dodatkowe właściwości. Domyślnym katalogiem dla skryptów jest podkatalog <filename >katepart/scripts</filename > znajdujący się w katalogu z danymi środowiska &kde;. Ścieżka dostępu do katalogu z danymi środowiska jest wyświetlana za pomocą polecenia <command ->kde-config <option +>tde-config <option >--path</option > <parameter >data</parameter diff --git a/tde-i18n-pl/docs/tdebase/userguide/index.docbook b/tde-i18n-pl/docs/tdebase/userguide/index.docbook index 084368fde1d..b49d86d094d 100644 --- a/tde-i18n-pl/docs/tdebase/userguide/index.docbook +++ b/tde-i18n-pl/docs/tdebase/userguide/index.docbook @@ -353,7 +353,7 @@ ><para >&kde; jest instalowane we własnym drzewie katalogów. Jego lokalizację można poznać uruchamiając polecenie <userinput ><command ->kde-config</command +>tde-config</command > <option >--prefix</option ></userinput diff --git a/tde-i18n-pl/docs/tdebase/userguide/under-the-hood.docbook b/tde-i18n-pl/docs/tdebase/userguide/under-the-hood.docbook index a8f14e80d18..02331d1025e 100644 --- a/tde-i18n-pl/docs/tdebase/userguide/under-the-hood.docbook +++ b/tde-i18n-pl/docs/tdebase/userguide/under-the-hood.docbook @@ -61,7 +61,7 @@ LastFile=/var/tmp/test.txt</programlisting> >), zaś pliki globalne znajdują się w podkatalogach <filename class="directory" >share/config</filename > katalogu instalacyjnego &kde; (możesz go znaleźć przez wydanie polecenia <command ->kde-config --prefix</command +>tde-config --prefix</command >). Nazwy plików konfiguracyjnych są zwykle zakończone na literki rc np. <filename >kopeterc</filename > od multikomunikatora &kopete;.</para> diff --git a/tde-i18n-pl/docs/tdeedu/kgeography/index.docbook b/tde-i18n-pl/docs/tdeedu/kgeography/index.docbook index eda22688185..295237a4fac 100644 --- a/tde-i18n-pl/docs/tdeedu/kgeography/index.docbook +++ b/tde-i18n-pl/docs/tdeedu/kgeography/index.docbook @@ -620,7 +620,7 @@ guide the parent/teacher on how to help the child using it. ></filename >, wpisz w &konsole-miejscownik; <userinput ><command ->kde-config</command +>tde-config</command > <option >--prefix</option ></userinput diff --git a/tde-i18n-pl/messages/tdelibs/tdelibs.po b/tde-i18n-pl/messages/tdelibs/tdelibs.po index f2a9fc53466..7b4dbb49ba3 100644 --- a/tde-i18n-pl/messages/tdelibs/tdelibs.po +++ b/tde-i18n-pl/messages/tdelibs/tdelibs.po @@ -9537,153 +9537,153 @@ msgstr "Co to &jest?" msgid "Tip of the &Day" msgstr "Porada &dnia" -#: tdecore/kde-config.cpp.in:14 +#: tdecore/tde-config.cpp.in:14 msgid "A little program to output installation paths" msgstr "Programik do wypisywania ścieżek instalacji" -#: tdecore/kde-config.cpp.in:18 +#: tdecore/tde-config.cpp.in:18 msgid "expand ${prefix} and ${exec_prefix} in output" msgstr "rozwiń ${prefix} i ${exec_prefix} w tekście wyjściowym" -#: tdecore/kde-config.cpp.in:19 +#: tdecore/tde-config.cpp.in:19 msgid "Compiled in prefix for KDE libraries" msgstr "Wkompilowany prefiks bibliotek KDE" -#: tdecore/kde-config.cpp.in:20 +#: tdecore/tde-config.cpp.in:20 msgid "Compiled in exec_prefix for KDE libraries" msgstr "Wkompilowany exec_prefix bibliotek KDE" -#: tdecore/kde-config.cpp.in:21 +#: tdecore/tde-config.cpp.in:21 msgid "Compiled in library path suffix" msgstr "Wkompilowane rozszerzenie ścieżki bibliotek" -#: tdecore/kde-config.cpp.in:22 +#: tdecore/tde-config.cpp.in:22 msgid "Prefix in $HOME used to write files" msgstr "Prefiks w $HOME używany do zapisywania plików" -#: tdecore/kde-config.cpp.in:23 +#: tdecore/tde-config.cpp.in:23 msgid "Compiled in version string for KDE libraries" msgstr "Wkompilowana wersja bibliotek KDE" -#: tdecore/kde-config.cpp.in:24 +#: tdecore/tde-config.cpp.in:24 msgid "Available KDE resource types" msgstr "Dostępne źródła danych KDE" -#: tdecore/kde-config.cpp.in:25 +#: tdecore/tde-config.cpp.in:25 msgid "Search path for resource type" msgstr "Przeszukiwana ścieżka dla źródeł danych tego typu" -#: tdecore/kde-config.cpp.in:26 +#: tdecore/tde-config.cpp.in:26 msgid "User path: desktop|autostart|trash|document" msgstr "Ścieżka użytkownika: desktop|autostart|trash|document" -#: tdecore/kde-config.cpp.in:27 +#: tdecore/tde-config.cpp.in:27 msgid "Prefix to install resource files to" msgstr "Prefiks do instalowania plików źródeł danych" -#: tdecore/kde-config.cpp.in:168 +#: tdecore/tde-config.cpp.in:168 msgid "Applications menu (.desktop files)" msgstr "Menu programów (pliki .desktop)" -#: tdecore/kde-config.cpp.in:169 +#: tdecore/tde-config.cpp.in:169 msgid "CGIs to run from kdehelp" msgstr "Programy CGI uruchamiane przez Pomoc KDE" -#: tdecore/kde-config.cpp.in:170 +#: tdecore/tde-config.cpp.in:170 msgid "Configuration files" msgstr "Pliki konfiguracyjne" -#: tdecore/kde-config.cpp.in:171 +#: tdecore/tde-config.cpp.in:171 msgid "Where applications store data" msgstr "Przechowywanie danych programów" -#: tdecore/kde-config.cpp.in:172 +#: tdecore/tde-config.cpp.in:172 msgid "Executables in $prefix/bin" msgstr "Pliki wykonywalne w $prefix/bin" -#: tdecore/kde-config.cpp.in:173 +#: tdecore/tde-config.cpp.in:173 msgid "HTML documentation" msgstr "Dokumentacja HTML" -#: tdecore/kde-config.cpp.in:174 +#: tdecore/tde-config.cpp.in:174 msgid "Icons" msgstr "Ikony" -#: tdecore/kde-config.cpp.in:175 +#: tdecore/tde-config.cpp.in:175 msgid "Configuration description files" msgstr "Opisy plików konfiguracyjnych" -#: tdecore/kde-config.cpp.in:176 +#: tdecore/tde-config.cpp.in:176 msgid "Libraries" msgstr "Biblioteki" -#: tdecore/kde-config.cpp.in:177 +#: tdecore/tde-config.cpp.in:177 msgid "Includes/Headers" msgstr "Pliki nagłówkowe" -#: tdecore/kde-config.cpp.in:178 +#: tdecore/tde-config.cpp.in:178 msgid "Translation files for KLocale" msgstr "Pliki tłumaczeń dla KLocale" -#: tdecore/kde-config.cpp.in:179 +#: tdecore/tde-config.cpp.in:179 msgid "Mime types" msgstr "Typy Mime" -#: tdecore/kde-config.cpp.in:180 +#: tdecore/tde-config.cpp.in:180 msgid "Loadable modules" msgstr "Wczytywane moduły" -#: tdecore/kde-config.cpp.in:181 +#: tdecore/tde-config.cpp.in:181 msgid "Qt plugins" msgstr "Wtyczki Qt" -#: tdecore/kde-config.cpp.in:182 +#: tdecore/tde-config.cpp.in:182 msgid "Services" msgstr "Usługi" -#: tdecore/kde-config.cpp.in:183 +#: tdecore/tde-config.cpp.in:183 msgid "Service types" msgstr "Typy usług" -#: tdecore/kde-config.cpp.in:184 +#: tdecore/tde-config.cpp.in:184 msgid "Application sounds" msgstr "Dźwięki programów" -#: tdecore/kde-config.cpp.in:185 +#: tdecore/tde-config.cpp.in:185 msgid "Templates" msgstr "Szablony" -#: tdecore/kde-config.cpp.in:186 +#: tdecore/tde-config.cpp.in:186 msgid "Wallpapers" msgstr "Tapety" -#: tdecore/kde-config.cpp.in:187 +#: tdecore/tde-config.cpp.in:187 msgid "XDG Application menu (.desktop files)" msgstr "Menu programów XDG (pliki .desktop)" -#: tdecore/kde-config.cpp.in:188 +#: tdecore/tde-config.cpp.in:188 msgid "XDG Menu descriptions (.directory files)" msgstr "Opisy menu XDG (pliki .directory)" -#: tdecore/kde-config.cpp.in:189 +#: tdecore/tde-config.cpp.in:189 msgid "XDG Menu layout (.menu files)" msgstr "Układ menu XDG (pliki .menu)" -#: tdecore/kde-config.cpp.in:190 +#: tdecore/tde-config.cpp.in:190 msgid "Temporary files (specific for both current host and current user)" msgstr "Pliki tymczasowe (specyficzne dla użytkownika i komputera)" -#: tdecore/kde-config.cpp.in:191 +#: tdecore/tde-config.cpp.in:191 msgid "UNIX Sockets (specific for both current host and current user)" msgstr "Gniazda UNIX (specyficzne dla użytkownika i komputera)" -#: tdecore/kde-config.cpp.in:203 +#: tdecore/tde-config.cpp.in:203 msgid "" "%1 - unknown type\n" msgstr "" "%1 - nieznany typ\n" -#: tdecore/kde-config.cpp.in:228 +#: tdecore/tde-config.cpp.in:228 msgid "" "%1 - unknown type of userpath\n" msgstr "" diff --git a/tde-i18n-pt/acinclude.m4 b/tde-i18n-pt/acinclude.m4 index 68b7ababbca..afd8befc656 100644 --- a/tde-i18n-pt/acinclude.m4 +++ b/tde-i18n-pt/acinclude.m4 @@ -5006,13 +5006,13 @@ AC_DEFUN([KDE_SET_PREFIX], KDE_SET_DEFAULT_BINDIRS if test "x$prefix" = "xNONE"; then - dnl no prefix given: look for kde-config in the PATH and deduce the prefix from it - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + dnl no prefix given: look for tde-config in the PATH and deduce the prefix from it + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) else - dnl prefix given: look for kde-config, preferrably in prefix, otherwise in PATH + dnl prefix given: look for tde-config, preferrably in prefix, otherwise in PATH kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) PATH="$kde_save_PATH" fi @@ -5028,7 +5028,7 @@ AC_DEFUN([KDE_SET_PREFIX], AC_MSG_CHECKING([where to install]) if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - AC_MSG_RESULT([$prefix (as returned by kde-config)]) + AC_MSG_RESULT([$prefix (as returned by tde-config)]) else dnl --prefix was given. Compare prefixes and warn (in configure.in.bot.end) if different given_prefix=$prefix diff --git a/tde-i18n-pt/configure b/tde-i18n-pt/configure index ffbdde1bb4a..fbf711fcd86 100755 --- a/tde-i18n-pt/configure +++ b/tde-i18n-pt/configure @@ -3750,12 +3750,12 @@ done if test "x$prefix" = "xNONE"; then - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3774,16 +3774,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3803,10 +3803,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3822,12 +3822,12 @@ echo "${ECHO_T}$kde_cv_path" >&6; } kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3846,16 +3846,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3875,10 +3875,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3911,8 +3911,8 @@ echo "$as_me: error: $KDECONFIG --prefix outputed the non existant prefix '$kde_ echo $ECHO_N "checking where to install... $ECHO_C" >&6; } if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - { echo "$as_me:$LINENO: result: $prefix (as returned by kde-config)" >&5 -echo "${ECHO_T}$prefix (as returned by kde-config)" >&6; } + { echo "$as_me:$LINENO: result: $prefix (as returned by tde-config)" >&5 +echo "${ECHO_T}$prefix (as returned by tde-config)" >&6; } else given_prefix=$prefix { echo "$as_me:$LINENO: result: $prefix (as requested)" >&5 @@ -6370,7 +6370,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-pt/configure.in b/tde-i18n-pt/configure.in index f7333f5b945..ebe7ba45865 100644 --- a/tde-i18n-pt/configure.in +++ b/tde-i18n-pt/configure.in @@ -353,7 +353,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-pt/docs/tdeadmin/knetworkconf/index.docbook b/tde-i18n-pt/docs/tdeadmin/knetworkconf/index.docbook index 90a5653136e..67536801b85 100644 --- a/tde-i18n-pt/docs/tdeadmin/knetworkconf/index.docbook +++ b/tde-i18n-pt/docs/tdeadmin/knetworkconf/index.docbook @@ -1017,7 +1017,7 @@ format="PNG"/> >É recomendado apenas para os utilizadores avançados. Caso contrário, a compilação do &knetworkconf; não é complicada. Os seguintes comandos deverão ser suficientes.</para> <screen ->./configure --prefix=$(kde-config --prefix) +>./configure --prefix=$(tde-config --prefix) make make install </screen> diff --git a/tde-i18n-pt/docs/tdebase/faq/configkde.docbook b/tde-i18n-pt/docs/tdebase/faq/configkde.docbook index afc193a0f47..b5e6953d99c 100644 --- a/tde-i18n-pt/docs/tdebase/faq/configkde.docbook +++ b/tde-i18n-pt/docs/tdebase/faq/configkde.docbook @@ -296,7 +296,7 @@ >TDEDIR</envar > é o prefixo em que o &kde; foi instalado (poderá descobri-lo com o comando <userinput ><command ->kde-config</command +>tde-config</command > --prefix</userinput >).</para> <para diff --git a/tde-i18n-pt/docs/tdebase/kate/advanced.docbook b/tde-i18n-pt/docs/tdebase/kate/advanced.docbook index 9f5f4512f25..a72514b2ddc 100644 --- a/tde-i18n-pt/docs/tdebase/kate/advanced.docbook +++ b/tde-i18n-pt/docs/tdebase/kate/advanced.docbook @@ -1302,7 +1302,7 @@ >. Os requisitos são que o ficheiro esteja colocado numa pasta em que o &kate; o consiga encontrar, em conjunto com um ficheiro .desktop opcional que define as propriedades relacionadas. Algumas pastas válidas são a <filename >katepart/scripts</filename > nas pastas de dados do &kde;. Poderá encontrar as pastas de dados se executar o comando <command ->kde-config <option +>tde-config <option >--path</option > <parameter >data</parameter diff --git a/tde-i18n-pt/docs/tdebase/userguide/index.docbook b/tde-i18n-pt/docs/tdebase/userguide/index.docbook index 70000b16fda..1746caf776d 100644 --- a/tde-i18n-pt/docs/tdebase/userguide/index.docbook +++ b/tde-i18n-pt/docs/tdebase/userguide/index.docbook @@ -281,7 +281,7 @@ ><para >O &kde; instala-se na sua própria árvore de pastas, a qual poderá encontrar se executar o comando <userinput ><command ->kde-config</command +>tde-config</command > <option >--prefix</option ></userinput diff --git a/tde-i18n-pt/docs/tdebase/userguide/under-the-hood.docbook b/tde-i18n-pt/docs/tdebase/userguide/under-the-hood.docbook index 315798baa1b..f43667b751d 100644 --- a/tde-i18n-pt/docs/tdebase/userguide/under-the-hood.docbook +++ b/tde-i18n-pt/docs/tdebase/userguide/under-the-hood.docbook @@ -61,7 +61,7 @@ UltimoFicheiro=/var/tmp/teste.txt</programlisting> >) e os globais estão na subpasta <filename class="directory" >share/config</filename > do local onde o KDE foi instalado. (Poderá encontrar esta localização se executar o comando <command ->kde-config --prefix</command +>tde-config --prefix</command >.) Os seus nomes terminam normalmente em 'rc' (sem um ponto inicial), como por exemplo <filename >kopeterc</filename >.</para> diff --git a/tde-i18n-pt/docs/tdeedu/kgeography/index.docbook b/tde-i18n-pt/docs/tdeedu/kgeography/index.docbook index 7d2cc861f0c..855ad508cc1 100644 --- a/tde-i18n-pt/docs/tdeedu/kgeography/index.docbook +++ b/tde-i18n-pt/docs/tdeedu/kgeography/index.docbook @@ -622,7 +622,7 @@ guide the parent/teacher on how to help the child using it. ></filename >, escreva <userinput ><command ->kde-config</command +>tde-config</command > <option >--prefix</option ></userinput diff --git a/tde-i18n-pt/docs/tdenetwork/lisa/index.docbook b/tde-i18n-pt/docs/tdenetwork/lisa/index.docbook index 65a6359dd36..900c0450f5a 100644 --- a/tde-i18n-pt/docs/tdenetwork/lisa/index.docbook +++ b/tde-i18n-pt/docs/tdenetwork/lisa/index.docbook @@ -759,7 +759,7 @@ MaxPingsAtOnce = 256 #enviar até 256 pedidos de eco de ICMP >lisarc</filename > em todas as pastas, executando para tal o <userinput ><command ->kde-config</command +>tde-config</command > <option >--path</option > <parameter diff --git a/tde-i18n-pt/messages/tdelibs/tdelibs.po b/tde-i18n-pt/messages/tdelibs/tdelibs.po index f8906263de2..901cc99702f 100644 --- a/tde-i18n-pt/messages/tdelibs/tdelibs.po +++ b/tde-i18n-pt/messages/tdelibs/tdelibs.po @@ -9597,153 +9597,153 @@ msgstr "O Que é Is&to?" msgid "Tip of the &Day" msgstr "&Dica do Dia" -#: tdecore/kde-config.cpp.in:14 +#: tdecore/tde-config.cpp.in:14 msgid "A little program to output installation paths" msgstr "Um pequeno programa para mostrar os locais de instalação" -#: tdecore/kde-config.cpp.in:18 +#: tdecore/tde-config.cpp.in:18 msgid "expand ${prefix} and ${exec_prefix} in output" msgstr "expandir ${prefix} e ${exec_prefix} no resultado" -#: tdecore/kde-config.cpp.in:19 +#: tdecore/tde-config.cpp.in:19 msgid "Compiled in prefix for KDE libraries" msgstr "Prefixo compilado para as bibliotecas do KDE" -#: tdecore/kde-config.cpp.in:20 +#: tdecore/tde-config.cpp.in:20 msgid "Compiled in exec_prefix for KDE libraries" msgstr "'exec_prefix' compilado para as bibliotecas do KDE" -#: tdecore/kde-config.cpp.in:21 +#: tdecore/tde-config.cpp.in:21 msgid "Compiled in library path suffix" msgstr "Sufixo de bibliotecas compilado" -#: tdecore/kde-config.cpp.in:22 +#: tdecore/tde-config.cpp.in:22 msgid "Prefix in $HOME used to write files" msgstr "Prefixo da $HOME usado para gravar ficheiros" -#: tdecore/kde-config.cpp.in:23 +#: tdecore/tde-config.cpp.in:23 msgid "Compiled in version string for KDE libraries" msgstr "Texto de versão compilado para as bibliotecas do KDE" -#: tdecore/kde-config.cpp.in:24 +#: tdecore/tde-config.cpp.in:24 msgid "Available KDE resource types" msgstr "Tipos de recursos do KDE disponíveis" -#: tdecore/kde-config.cpp.in:25 +#: tdecore/tde-config.cpp.in:25 msgid "Search path for resource type" msgstr "Local de procura do tipo de recurso" -#: tdecore/kde-config.cpp.in:26 +#: tdecore/tde-config.cpp.in:26 msgid "User path: desktop|autostart|trash|document" msgstr "Local do utilizador: desktop|autostart|trash|document" -#: tdecore/kde-config.cpp.in:27 +#: tdecore/tde-config.cpp.in:27 msgid "Prefix to install resource files to" msgstr "Prefixo onde instalar os ficheiros de recursos" -#: tdecore/kde-config.cpp.in:168 +#: tdecore/tde-config.cpp.in:168 msgid "Applications menu (.desktop files)" msgstr "Menu de aplicações (ficheiros .desktop)" -#: tdecore/kde-config.cpp.in:169 +#: tdecore/tde-config.cpp.in:169 msgid "CGIs to run from kdehelp" msgstr "CGIs a executar no 'kdehelp'" -#: tdecore/kde-config.cpp.in:170 +#: tdecore/tde-config.cpp.in:170 msgid "Configuration files" msgstr "Ficheiros de Configuração" -#: tdecore/kde-config.cpp.in:171 +#: tdecore/tde-config.cpp.in:171 msgid "Where applications store data" msgstr "Onde as aplicações guardam dados" -#: tdecore/kde-config.cpp.in:172 +#: tdecore/tde-config.cpp.in:172 msgid "Executables in $prefix/bin" msgstr "Executáveis no $prefix/bin" -#: tdecore/kde-config.cpp.in:173 +#: tdecore/tde-config.cpp.in:173 msgid "HTML documentation" msgstr "Documentação em HTML" -#: tdecore/kde-config.cpp.in:174 +#: tdecore/tde-config.cpp.in:174 msgid "Icons" msgstr "Ícones" -#: tdecore/kde-config.cpp.in:175 +#: tdecore/tde-config.cpp.in:175 msgid "Configuration description files" msgstr "Ficheiros de descrição de configuração" -#: tdecore/kde-config.cpp.in:176 +#: tdecore/tde-config.cpp.in:176 msgid "Libraries" msgstr "Bibliotecas" -#: tdecore/kde-config.cpp.in:177 +#: tdecore/tde-config.cpp.in:177 msgid "Includes/Headers" msgstr "Inclusões/Cabeçalhos" -#: tdecore/kde-config.cpp.in:178 +#: tdecore/tde-config.cpp.in:178 msgid "Translation files for KLocale" msgstr "Ficheiros de traduções para o KLocale" -#: tdecore/kde-config.cpp.in:179 +#: tdecore/tde-config.cpp.in:179 msgid "Mime types" msgstr "Tipos MIME" -#: tdecore/kde-config.cpp.in:180 +#: tdecore/tde-config.cpp.in:180 msgid "Loadable modules" msgstr "Módulos carregáveis" -#: tdecore/kde-config.cpp.in:181 +#: tdecore/tde-config.cpp.in:181 msgid "Qt plugins" msgstr "'Plugins' do Qt" -#: tdecore/kde-config.cpp.in:182 +#: tdecore/tde-config.cpp.in:182 msgid "Services" msgstr "Serviços" -#: tdecore/kde-config.cpp.in:183 +#: tdecore/tde-config.cpp.in:183 msgid "Service types" msgstr "Tipos de serviços" -#: tdecore/kde-config.cpp.in:184 +#: tdecore/tde-config.cpp.in:184 msgid "Application sounds" msgstr "Sons da aplicação" -#: tdecore/kde-config.cpp.in:185 +#: tdecore/tde-config.cpp.in:185 msgid "Templates" msgstr "Modelos" -#: tdecore/kde-config.cpp.in:186 +#: tdecore/tde-config.cpp.in:186 msgid "Wallpapers" msgstr "Papéis de parede" -#: tdecore/kde-config.cpp.in:187 +#: tdecore/tde-config.cpp.in:187 msgid "XDG Application menu (.desktop files)" msgstr "Menu de aplicações XDG (ficheiros .desktop)" -#: tdecore/kde-config.cpp.in:188 +#: tdecore/tde-config.cpp.in:188 msgid "XDG Menu descriptions (.directory files)" msgstr "Descrições de menu XDG (ficheiros .directory)" -#: tdecore/kde-config.cpp.in:189 +#: tdecore/tde-config.cpp.in:189 msgid "XDG Menu layout (.menu files)" msgstr "Disposição do menu XDG (ficheiros .menu)" -#: tdecore/kde-config.cpp.in:190 +#: tdecore/tde-config.cpp.in:190 msgid "Temporary files (specific for both current host and current user)" msgstr "Ficheiros temporários (específicos para cada máquina e utilizador)" -#: tdecore/kde-config.cpp.in:191 +#: tdecore/tde-config.cpp.in:191 msgid "UNIX Sockets (specific for both current host and current user)" msgstr "'Sockets' de UNIX (específicos para cada máquina e utilizador)" -#: tdecore/kde-config.cpp.in:203 +#: tdecore/tde-config.cpp.in:203 msgid "" "%1 - unknown type\n" msgstr "" "%1 - tipo desconhecido\n" -#: tdecore/kde-config.cpp.in:228 +#: tdecore/tde-config.cpp.in:228 msgid "" "%1 - unknown type of userpath\n" msgstr "" diff --git a/tde-i18n-pt_BR/acinclude.m4 b/tde-i18n-pt_BR/acinclude.m4 index 68b7ababbca..afd8befc656 100644 --- a/tde-i18n-pt_BR/acinclude.m4 +++ b/tde-i18n-pt_BR/acinclude.m4 @@ -5006,13 +5006,13 @@ AC_DEFUN([KDE_SET_PREFIX], KDE_SET_DEFAULT_BINDIRS if test "x$prefix" = "xNONE"; then - dnl no prefix given: look for kde-config in the PATH and deduce the prefix from it - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + dnl no prefix given: look for tde-config in the PATH and deduce the prefix from it + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) else - dnl prefix given: look for kde-config, preferrably in prefix, otherwise in PATH + dnl prefix given: look for tde-config, preferrably in prefix, otherwise in PATH kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) PATH="$kde_save_PATH" fi @@ -5028,7 +5028,7 @@ AC_DEFUN([KDE_SET_PREFIX], AC_MSG_CHECKING([where to install]) if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - AC_MSG_RESULT([$prefix (as returned by kde-config)]) + AC_MSG_RESULT([$prefix (as returned by tde-config)]) else dnl --prefix was given. Compare prefixes and warn (in configure.in.bot.end) if different given_prefix=$prefix diff --git a/tde-i18n-pt_BR/configure b/tde-i18n-pt_BR/configure index 31932ede7d8..0e156b2638b 100755 --- a/tde-i18n-pt_BR/configure +++ b/tde-i18n-pt_BR/configure @@ -3750,12 +3750,12 @@ done if test "x$prefix" = "xNONE"; then - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3774,16 +3774,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3803,10 +3803,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3822,12 +3822,12 @@ echo "${ECHO_T}$kde_cv_path" >&6; } kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3846,16 +3846,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3875,10 +3875,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3911,8 +3911,8 @@ echo "$as_me: error: $KDECONFIG --prefix outputed the non existant prefix '$kde_ echo $ECHO_N "checking where to install... $ECHO_C" >&6; } if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - { echo "$as_me:$LINENO: result: $prefix (as returned by kde-config)" >&5 -echo "${ECHO_T}$prefix (as returned by kde-config)" >&6; } + { echo "$as_me:$LINENO: result: $prefix (as returned by tde-config)" >&5 +echo "${ECHO_T}$prefix (as returned by tde-config)" >&6; } else given_prefix=$prefix { echo "$as_me:$LINENO: result: $prefix (as requested)" >&5 @@ -6304,7 +6304,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-pt_BR/configure.in b/tde-i18n-pt_BR/configure.in index 6c2a7bcd725..c7e2a2f4c0f 100644 --- a/tde-i18n-pt_BR/configure.in +++ b/tde-i18n-pt_BR/configure.in @@ -331,7 +331,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-pt_BR/docs/tdebase/faq/configkde.docbook b/tde-i18n-pt_BR/docs/tdebase/faq/configkde.docbook index b2dedd31260..57013d07678 100644 --- a/tde-i18n-pt_BR/docs/tdebase/faq/configkde.docbook +++ b/tde-i18n-pt_BR/docs/tdebase/faq/configkde.docbook @@ -296,7 +296,7 @@ >TDEDIR</envar > é o prefixo onde o &kde; foi instalado (você pode descobrí-lo usando o comando <userinput ><command ->kde-config</command +>tde-config</command > --prefix</userinput >).</para> <para diff --git a/tde-i18n-pt_BR/docs/tdebase/kate/advanced.docbook b/tde-i18n-pt_BR/docs/tdebase/kate/advanced.docbook index 68562d81bc6..04daf09b37c 100644 --- a/tde-i18n-pt_BR/docs/tdebase/kate/advanced.docbook +++ b/tde-i18n-pt_BR/docs/tdebase/kate/advanced.docbook @@ -1302,7 +1302,7 @@ >. Os requisitos são que o arquivo esteja colocado numa pasta em que o &kate; o consiga encontrar, em conjunto com um arquivo .desktop opcional que define as propriedades relacionadas. Algumas pastas válidas são a <filename >katepart/scripts</filename > nas pastas de dados do &kde;. Você poderá encontrar as pastas de dados executando o comando <command ->kde-config <option +>tde-config <option >--path</option > <parameter >data</parameter diff --git a/tde-i18n-pt_BR/docs/tdebase/userguide/index.docbook b/tde-i18n-pt_BR/docs/tdebase/userguide/index.docbook index 71f71791031..91896f9c58f 100644 --- a/tde-i18n-pt_BR/docs/tdebase/userguide/index.docbook +++ b/tde-i18n-pt_BR/docs/tdebase/userguide/index.docbook @@ -281,7 +281,7 @@ ><para >O &kde; instala-se na sua própria árvore de pastas, que você poderá encontrar se executar o comando <userinput ><command ->kde-config</command +>tde-config</command > <option >--prefix</option ></userinput diff --git a/tde-i18n-pt_BR/docs/tdebase/userguide/under-the-hood.docbook b/tde-i18n-pt_BR/docs/tdebase/userguide/under-the-hood.docbook index f498f818dec..bb090901753 100644 --- a/tde-i18n-pt_BR/docs/tdebase/userguide/under-the-hood.docbook +++ b/tde-i18n-pt_BR/docs/tdebase/userguide/under-the-hood.docbook @@ -61,7 +61,7 @@ UltimoArquivo=/var/tmp/teste.txt</programlisting> >) e os globais estão na sub-pasta <filename class="directory" >share/config</filename > do local onde o KDE foi instalado. (Você poderá encontrar esta localização executando o comando <command ->kde-config --prefix</command +>tde-config --prefix</command >.) Os seus nomes terminam normalmente em 'rc' (sem um ponto inicial), como por exemplo <filename >kopeterc</filename >.</para> diff --git a/tde-i18n-pt_BR/docs/tdenetwork/lisa/index.docbook b/tde-i18n-pt_BR/docs/tdenetwork/lisa/index.docbook index 10a0a026c03..d5718106238 100644 --- a/tde-i18n-pt_BR/docs/tdenetwork/lisa/index.docbook +++ b/tde-i18n-pt_BR/docs/tdenetwork/lisa/index.docbook @@ -759,7 +759,7 @@ MaxPingsAtOnce = 256 #enviar até 256 pedidos de eco de ICMP >lisarc</filename > em todas as pastas, executando para tal o <userinput ><command ->kde-config</command +>tde-config</command > <option >--path</option > <parameter diff --git a/tde-i18n-pt_BR/messages/tdelibs/tdelibs.po b/tde-i18n-pt_BR/messages/tdelibs/tdelibs.po index 41d83813a8f..7d0658e3946 100644 --- a/tde-i18n-pt_BR/messages/tdelibs/tdelibs.po +++ b/tde-i18n-pt_BR/messages/tdelibs/tdelibs.po @@ -9597,157 +9597,157 @@ msgstr "O Que é Is&to?" msgid "Tip of the &Day" msgstr "Dica do &dia" -#: tdecore/kde-config.cpp.in:14 +#: tdecore/tde-config.cpp.in:14 msgid "A little program to output installation paths" msgstr "Um pequeno programa para a saída de caminhos da instalação" -#: tdecore/kde-config.cpp.in:18 +#: tdecore/tde-config.cpp.in:18 msgid "expand ${prefix} and ${exec_prefix} in output" msgstr "expandir ${prefix} e ${exec_prefix} na saída" -#: tdecore/kde-config.cpp.in:19 +#: tdecore/tde-config.cpp.in:19 msgid "Compiled in prefix for KDE libraries" msgstr "Compilado com o prefix para bibliotecas do KDE" -#: tdecore/kde-config.cpp.in:20 +#: tdecore/tde-config.cpp.in:20 msgid "Compiled in exec_prefix for KDE libraries" msgstr "Compilado com o exec_prefix para bibliotecas do KDE" -#: tdecore/kde-config.cpp.in:21 +#: tdecore/tde-config.cpp.in:21 msgid "Compiled in library path suffix" msgstr "Compilado com o sufix do caminho da biblioteca" -#: tdecore/kde-config.cpp.in:22 +#: tdecore/tde-config.cpp.in:22 msgid "Prefix in $HOME used to write files" msgstr "Prefixo em $HOME usado para gravar arquivos" -#: tdecore/kde-config.cpp.in:23 +#: tdecore/tde-config.cpp.in:23 msgid "Compiled in version string for KDE libraries" msgstr "Compilado na string da versão para bibliotecas do KDE" -#: tdecore/kde-config.cpp.in:24 +#: tdecore/tde-config.cpp.in:24 msgid "Available KDE resource types" msgstr "Tipos de recursos do KDE disponíveis" -#: tdecore/kde-config.cpp.in:25 +#: tdecore/tde-config.cpp.in:25 msgid "Search path for resource type" msgstr "Caminho de busca para o tipo de recurso" -#: tdecore/kde-config.cpp.in:26 +#: tdecore/tde-config.cpp.in:26 msgid "User path: desktop|autostart|trash|document" msgstr "Caminho do usuário: desktop|autostart|trash|document" -#: tdecore/kde-config.cpp.in:27 +#: tdecore/tde-config.cpp.in:27 msgid "Prefix to install resource files to" msgstr "Prefixo para onde instalar os arquivos de recurso" -#: tdecore/kde-config.cpp.in:168 +#: tdecore/tde-config.cpp.in:168 msgid "Applications menu (.desktop files)" msgstr "Menu de aplicativos (arquivos .desktop)" -#: tdecore/kde-config.cpp.in:169 +#: tdecore/tde-config.cpp.in:169 msgid "CGIs to run from kdehelp" msgstr "CGIs para executar do kdehelp" -#: tdecore/kde-config.cpp.in:170 +#: tdecore/tde-config.cpp.in:170 msgid "Configuration files" msgstr "Arquivos de configuração" -#: tdecore/kde-config.cpp.in:171 +#: tdecore/tde-config.cpp.in:171 msgid "Where applications store data" msgstr "Onde os aplicativos armazenam dados" -#: tdecore/kde-config.cpp.in:172 +#: tdecore/tde-config.cpp.in:172 msgid "Executables in $prefix/bin" msgstr "Executáveis em $prefix/bin" -#: tdecore/kde-config.cpp.in:173 +#: tdecore/tde-config.cpp.in:173 msgid "HTML documentation" msgstr "Documentação HTML" -#: tdecore/kde-config.cpp.in:174 +#: tdecore/tde-config.cpp.in:174 msgid "Icons" msgstr "Ícones" -#: tdecore/kde-config.cpp.in:175 +#: tdecore/tde-config.cpp.in:175 msgid "Configuration description files" msgstr "Arquivo de descrição da configuração" -#: tdecore/kde-config.cpp.in:176 +#: tdecore/tde-config.cpp.in:176 msgid "Libraries" msgstr "Bibliotecas" -#: tdecore/kde-config.cpp.in:177 +#: tdecore/tde-config.cpp.in:177 msgid "Includes/Headers" msgstr "Includes/Cabeçalhos" -#: tdecore/kde-config.cpp.in:178 +#: tdecore/tde-config.cpp.in:178 msgid "Translation files for KLocale" msgstr "Arquivos de tradução para o KLocale" -#: tdecore/kde-config.cpp.in:179 +#: tdecore/tde-config.cpp.in:179 msgid "Mime types" msgstr "Tipos MIME" -#: tdecore/kde-config.cpp.in:180 +#: tdecore/tde-config.cpp.in:180 msgid "Loadable modules" msgstr "Módulos carregáveis" -#: tdecore/kde-config.cpp.in:181 +#: tdecore/tde-config.cpp.in:181 msgid "Qt plugins" msgstr "Plug-ins da Qt" -#: tdecore/kde-config.cpp.in:182 +#: tdecore/tde-config.cpp.in:182 msgid "Services" msgstr "Serviços" -#: tdecore/kde-config.cpp.in:183 +#: tdecore/tde-config.cpp.in:183 msgid "Service types" msgstr "Tipos de serviço" -#: tdecore/kde-config.cpp.in:184 +#: tdecore/tde-config.cpp.in:184 msgid "Application sounds" msgstr "Sons do Aplicativo" -#: tdecore/kde-config.cpp.in:185 +#: tdecore/tde-config.cpp.in:185 msgid "Templates" msgstr "Modelos" -#: tdecore/kde-config.cpp.in:186 +#: tdecore/tde-config.cpp.in:186 msgid "Wallpapers" msgstr "Papéis de parede" -#: tdecore/kde-config.cpp.in:187 +#: tdecore/tde-config.cpp.in:187 msgid "XDG Application menu (.desktop files)" msgstr "Menu XDG do aplicativo (arquivos .desktop)" -#: tdecore/kde-config.cpp.in:188 +#: tdecore/tde-config.cpp.in:188 msgid "XDG Menu descriptions (.directory files)" msgstr "Descrições XDG do menu (arquivos .directory)" -#: tdecore/kde-config.cpp.in:189 +#: tdecore/tde-config.cpp.in:189 msgid "XDG Menu layout (.menu files)" msgstr "Layout XDG do Menu (arquivos .menu)" -#: tdecore/kde-config.cpp.in:190 +#: tdecore/tde-config.cpp.in:190 msgid "Temporary files (specific for both current host and current user)" msgstr "" "Arquivos temporários (específicos tanto para a máquina atual como para o " "usuário atual)" -#: tdecore/kde-config.cpp.in:191 +#: tdecore/tde-config.cpp.in:191 msgid "UNIX Sockets (specific for both current host and current user)" msgstr "" "Sockets UNIX (específicos tanto para a máquina atual como para o usuário " "atual)" -#: tdecore/kde-config.cpp.in:203 +#: tdecore/tde-config.cpp.in:203 msgid "" "%1 - unknown type\n" msgstr "" "%1 - tipo desconhecido\n" -#: tdecore/kde-config.cpp.in:228 +#: tdecore/tde-config.cpp.in:228 msgid "" "%1 - unknown type of userpath\n" msgstr "" diff --git a/tde-i18n-ro/acinclude.m4 b/tde-i18n-ro/acinclude.m4 index 68b7ababbca..afd8befc656 100644 --- a/tde-i18n-ro/acinclude.m4 +++ b/tde-i18n-ro/acinclude.m4 @@ -5006,13 +5006,13 @@ AC_DEFUN([KDE_SET_PREFIX], KDE_SET_DEFAULT_BINDIRS if test "x$prefix" = "xNONE"; then - dnl no prefix given: look for kde-config in the PATH and deduce the prefix from it - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + dnl no prefix given: look for tde-config in the PATH and deduce the prefix from it + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) else - dnl prefix given: look for kde-config, preferrably in prefix, otherwise in PATH + dnl prefix given: look for tde-config, preferrably in prefix, otherwise in PATH kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) PATH="$kde_save_PATH" fi @@ -5028,7 +5028,7 @@ AC_DEFUN([KDE_SET_PREFIX], AC_MSG_CHECKING([where to install]) if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - AC_MSG_RESULT([$prefix (as returned by kde-config)]) + AC_MSG_RESULT([$prefix (as returned by tde-config)]) else dnl --prefix was given. Compare prefixes and warn (in configure.in.bot.end) if different given_prefix=$prefix diff --git a/tde-i18n-ro/configure b/tde-i18n-ro/configure index a563224e444..119a956b06e 100755 --- a/tde-i18n-ro/configure +++ b/tde-i18n-ro/configure @@ -3750,12 +3750,12 @@ done if test "x$prefix" = "xNONE"; then - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3774,16 +3774,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3803,10 +3803,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3822,12 +3822,12 @@ echo "${ECHO_T}$kde_cv_path" >&6; } kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3846,16 +3846,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3875,10 +3875,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3911,8 +3911,8 @@ echo "$as_me: error: $KDECONFIG --prefix outputed the non existant prefix '$kde_ echo $ECHO_N "checking where to install... $ECHO_C" >&6; } if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - { echo "$as_me:$LINENO: result: $prefix (as returned by kde-config)" >&5 -echo "${ECHO_T}$prefix (as returned by kde-config)" >&6; } + { echo "$as_me:$LINENO: result: $prefix (as returned by tde-config)" >&5 +echo "${ECHO_T}$prefix (as returned by tde-config)" >&6; } else given_prefix=$prefix { echo "$as_me:$LINENO: result: $prefix (as requested)" >&5 @@ -5509,7 +5509,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-ro/configure.in b/tde-i18n-ro/configure.in index 9d1daaa9b6c..64c9ce7cb70 100644 --- a/tde-i18n-ro/configure.in +++ b/tde-i18n-ro/configure.in @@ -66,7 +66,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-ro/messages/tdelibs/tdelibs.po b/tde-i18n-ro/messages/tdelibs/tdelibs.po index 6c8393b9006..0aad7a630d1 100644 --- a/tde-i18n-ro/messages/tdelibs/tdelibs.po +++ b/tde-i18n-ro/messages/tdelibs/tdelibs.po @@ -9582,157 +9582,157 @@ msgstr "Ce înseamnă &aceasta?" msgid "Tip of the &Day" msgstr "&Sfatul zilei" -#: tdecore/kde-config.cpp.in:14 +#: tdecore/tde-config.cpp.in:14 msgid "A little program to output installation paths" msgstr "" -#: tdecore/kde-config.cpp.in:18 +#: tdecore/tde-config.cpp.in:18 msgid "expand ${prefix} and ${exec_prefix} in output" msgstr "" -#: tdecore/kde-config.cpp.in:19 +#: tdecore/tde-config.cpp.in:19 msgid "Compiled in prefix for KDE libraries" msgstr "" -#: tdecore/kde-config.cpp.in:20 +#: tdecore/tde-config.cpp.in:20 msgid "Compiled in exec_prefix for KDE libraries" msgstr "" -#: tdecore/kde-config.cpp.in:21 +#: tdecore/tde-config.cpp.in:21 msgid "Compiled in library path suffix" msgstr "" -#: tdecore/kde-config.cpp.in:22 +#: tdecore/tde-config.cpp.in:22 msgid "Prefix in $HOME used to write files" msgstr "" -#: tdecore/kde-config.cpp.in:23 +#: tdecore/tde-config.cpp.in:23 msgid "Compiled in version string for KDE libraries" msgstr "" -#: tdecore/kde-config.cpp.in:24 +#: tdecore/tde-config.cpp.in:24 #, fuzzy msgid "Available KDE resource types" msgstr "Adrese disponibile:" -#: tdecore/kde-config.cpp.in:25 +#: tdecore/tde-config.cpp.in:25 msgid "Search path for resource type" msgstr "" -#: tdecore/kde-config.cpp.in:26 +#: tdecore/tde-config.cpp.in:26 msgid "User path: desktop|autostart|trash|document" msgstr "" -#: tdecore/kde-config.cpp.in:27 +#: tdecore/tde-config.cpp.in:27 msgid "Prefix to install resource files to" msgstr "" -#: tdecore/kde-config.cpp.in:168 +#: tdecore/tde-config.cpp.in:168 msgid "Applications menu (.desktop files)" msgstr "" -#: tdecore/kde-config.cpp.in:169 +#: tdecore/tde-config.cpp.in:169 msgid "CGIs to run from kdehelp" msgstr "" -#: tdecore/kde-config.cpp.in:170 +#: tdecore/tde-config.cpp.in:170 msgid "Configuration files" msgstr "Fişiere de configurare" -#: tdecore/kde-config.cpp.in:171 +#: tdecore/tde-config.cpp.in:171 #, fuzzy msgid "Where applications store data" msgstr "Nu informează aplicaţiile despre actualizare" -#: tdecore/kde-config.cpp.in:172 +#: tdecore/tde-config.cpp.in:172 msgid "Executables in $prefix/bin" msgstr "" -#: tdecore/kde-config.cpp.in:173 +#: tdecore/tde-config.cpp.in:173 msgid "HTML documentation" msgstr "Documentaţie HTML" -#: tdecore/kde-config.cpp.in:174 +#: tdecore/tde-config.cpp.in:174 msgid "Icons" msgstr "Iconiţe" -#: tdecore/kde-config.cpp.in:175 +#: tdecore/tde-config.cpp.in:175 #, fuzzy msgid "Configuration description files" msgstr "Fişier de opţiuni pentru generarea codului" -#: tdecore/kde-config.cpp.in:176 +#: tdecore/tde-config.cpp.in:176 msgid "Libraries" msgstr "" -#: tdecore/kde-config.cpp.in:177 +#: tdecore/tde-config.cpp.in:177 msgid "Includes/Headers" msgstr "" -#: tdecore/kde-config.cpp.in:178 +#: tdecore/tde-config.cpp.in:178 msgid "Translation files for KLocale" msgstr "" -#: tdecore/kde-config.cpp.in:179 +#: tdecore/tde-config.cpp.in:179 msgid "Mime types" msgstr "Tipuri MIME" -#: tdecore/kde-config.cpp.in:180 +#: tdecore/tde-config.cpp.in:180 msgid "Loadable modules" msgstr "" -#: tdecore/kde-config.cpp.in:181 +#: tdecore/tde-config.cpp.in:181 msgid "Qt plugins" msgstr "Module Qt" -#: tdecore/kde-config.cpp.in:182 +#: tdecore/tde-config.cpp.in:182 msgid "Services" msgstr "Servicii" -#: tdecore/kde-config.cpp.in:183 +#: tdecore/tde-config.cpp.in:183 msgid "Service types" msgstr "Tipuri de serviciu" -#: tdecore/kde-config.cpp.in:184 +#: tdecore/tde-config.cpp.in:184 msgid "Application sounds" msgstr "Sunete aplicaţie" -#: tdecore/kde-config.cpp.in:185 +#: tdecore/tde-config.cpp.in:185 #, fuzzy msgid "Templates" msgstr "Înlocuieşte" -#: tdecore/kde-config.cpp.in:186 +#: tdecore/tde-config.cpp.in:186 msgid "Wallpapers" msgstr "" -#: tdecore/kde-config.cpp.in:187 +#: tdecore/tde-config.cpp.in:187 msgid "XDG Application menu (.desktop files)" msgstr "" -#: tdecore/kde-config.cpp.in:188 +#: tdecore/tde-config.cpp.in:188 msgid "XDG Menu descriptions (.directory files)" msgstr "" -#: tdecore/kde-config.cpp.in:189 +#: tdecore/tde-config.cpp.in:189 msgid "XDG Menu layout (.menu files)" msgstr "" -#: tdecore/kde-config.cpp.in:190 +#: tdecore/tde-config.cpp.in:190 msgid "Temporary files (specific for both current host and current user)" msgstr "" -#: tdecore/kde-config.cpp.in:191 +#: tdecore/tde-config.cpp.in:191 msgid "UNIX Sockets (specific for both current host and current user)" msgstr "" -#: tdecore/kde-config.cpp.in:203 +#: tdecore/tde-config.cpp.in:203 msgid "" "%1 - unknown type\n" msgstr "" "%1 - tip necunoscut\n" -#: tdecore/kde-config.cpp.in:228 +#: tdecore/tde-config.cpp.in:228 msgid "" "%1 - unknown type of userpath\n" msgstr "" diff --git a/tde-i18n-ru/acinclude.m4 b/tde-i18n-ru/acinclude.m4 index 68b7ababbca..afd8befc656 100644 --- a/tde-i18n-ru/acinclude.m4 +++ b/tde-i18n-ru/acinclude.m4 @@ -5006,13 +5006,13 @@ AC_DEFUN([KDE_SET_PREFIX], KDE_SET_DEFAULT_BINDIRS if test "x$prefix" = "xNONE"; then - dnl no prefix given: look for kde-config in the PATH and deduce the prefix from it - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + dnl no prefix given: look for tde-config in the PATH and deduce the prefix from it + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) else - dnl prefix given: look for kde-config, preferrably in prefix, otherwise in PATH + dnl prefix given: look for tde-config, preferrably in prefix, otherwise in PATH kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) PATH="$kde_save_PATH" fi @@ -5028,7 +5028,7 @@ AC_DEFUN([KDE_SET_PREFIX], AC_MSG_CHECKING([where to install]) if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - AC_MSG_RESULT([$prefix (as returned by kde-config)]) + AC_MSG_RESULT([$prefix (as returned by tde-config)]) else dnl --prefix was given. Compare prefixes and warn (in configure.in.bot.end) if different given_prefix=$prefix diff --git a/tde-i18n-ru/configure b/tde-i18n-ru/configure index d840385b383..bb498d7f7ed 100755 --- a/tde-i18n-ru/configure +++ b/tde-i18n-ru/configure @@ -3750,12 +3750,12 @@ done if test "x$prefix" = "xNONE"; then - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3774,16 +3774,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3803,10 +3803,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3822,12 +3822,12 @@ echo "${ECHO_T}$kde_cv_path" >&6; } kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3846,16 +3846,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3875,10 +3875,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3911,8 +3911,8 @@ echo "$as_me: error: $KDECONFIG --prefix outputed the non existant prefix '$kde_ echo $ECHO_N "checking where to install... $ECHO_C" >&6; } if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - { echo "$as_me:$LINENO: result: $prefix (as returned by kde-config)" >&5 -echo "${ECHO_T}$prefix (as returned by kde-config)" >&6; } + { echo "$as_me:$LINENO: result: $prefix (as returned by tde-config)" >&5 +echo "${ECHO_T}$prefix (as returned by tde-config)" >&6; } else given_prefix=$prefix { echo "$as_me:$LINENO: result: $prefix (as requested)" >&5 @@ -6133,7 +6133,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-ru/configure.in b/tde-i18n-ru/configure.in index 9aec711fc79..bb8b0103d20 100644 --- a/tde-i18n-ru/configure.in +++ b/tde-i18n-ru/configure.in @@ -274,7 +274,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-ru/docs/tdebase/faq/configkde.docbook b/tde-i18n-ru/docs/tdebase/faq/configkde.docbook index 2ba548d6606..6a7ddd08457 100644 --- a/tde-i18n-ru/docs/tdebase/faq/configkde.docbook +++ b/tde-i18n-ru/docs/tdebase/faq/configkde.docbook @@ -290,7 +290,7 @@ >TDEDIR</envar > - каталог установки &kde;. Точные названия каталогов можно узнать, запустив <userinput ><command ->kde-config</command +>tde-config</command > --prefix</userinput >).</para> <para diff --git a/tde-i18n-ru/docs/tdebase/kate/advanced.docbook b/tde-i18n-ru/docs/tdebase/kate/advanced.docbook index f4ff404d4a0..6d07d91855f 100644 --- a/tde-i18n-ru/docs/tdebase/kate/advanced.docbook +++ b/tde-i18n-ru/docs/tdebase/kate/advanced.docbook @@ -1294,7 +1294,7 @@ >. При этом необходимо, чтобы сценарий и файл .desktop (если он существует) находились в той папке, в которой &kate; сможет их разыскать. Подходящая папка для этого - <filename >katepart/scripts</filename > в папках данных &kde;. Найти папки данных можно командой <command ->kde-config <option +>tde-config <option >--path</option > <parameter >data</parameter diff --git a/tde-i18n-ru/docs/tdebase/userguide/index.docbook b/tde-i18n-ru/docs/tdebase/userguide/index.docbook index dd2fe407993..0c6daa0142d 100644 --- a/tde-i18n-ru/docs/tdebase/userguide/index.docbook +++ b/tde-i18n-ru/docs/tdebase/userguide/index.docbook @@ -311,7 +311,7 @@ ><para >&kde; устанавливается в определённую папку. Чтобы узнать, где он находится, выполните <userinput ><command ->kde-config</command +>tde-config</command > <option >--prefix</option ></userinput diff --git a/tde-i18n-ru/docs/tdebase/userguide/under-the-hood.docbook b/tde-i18n-ru/docs/tdebase/userguide/under-the-hood.docbook index a4dfed7f3b9..98540c872de 100644 --- a/tde-i18n-ru/docs/tdebase/userguide/under-the-hood.docbook +++ b/tde-i18n-ru/docs/tdebase/userguide/under-the-hood.docbook @@ -61,7 +61,7 @@ LastFile=/var/tmp/test.txt</programlisting> > в вашей системе), общесистемные - в подкаталоге <filename class="directory" >share/config</filename > корневого каталога &kde;. (Для того чтобы узнать путь к этому каталогу, выполните <command ->kde-config --prefix</command +>tde-config --prefix</command >.) Имена файлов обычно заканчиваются символами rc (без точки), например, <filename >kopeterc</filename >.</para> diff --git a/tde-i18n-ru/docs/tdeedu/kgeography/index.docbook b/tde-i18n-ru/docs/tdeedu/kgeography/index.docbook index ebb80edf151..98e00242133 100644 --- a/tde-i18n-ru/docs/tdeedu/kgeography/index.docbook +++ b/tde-i18n-ru/docs/tdeedu/kgeography/index.docbook @@ -622,7 +622,7 @@ guide the parent/teacher on how to help the child using it. ></filename >,введите <userinput ><command ->kde-config</command +>tde-config</command > <option >--prefix</option ></userinput diff --git a/tde-i18n-ru/docs/tdenetwork/lisa/index.docbook b/tde-i18n-ru/docs/tdenetwork/lisa/index.docbook index b3d396cd7d7..6536bd8b9bf 100644 --- a/tde-i18n-ru/docs/tdenetwork/lisa/index.docbook +++ b/tde-i18n-ru/docs/tdenetwork/lisa/index.docbook @@ -754,7 +754,7 @@ MaxPingsAtOnce = 256 # посылать до 256 эхо-за >lisarc</filename > в каждом каталоге, возвращённом программой <userinput ><command ->kde-config</command +>tde-config</command > <option >--path</option > <parameter diff --git a/tde-i18n-ru/messages/tdelibs/tdelibs.po b/tde-i18n-ru/messages/tdelibs/tdelibs.po index 5080b3dfb42..9b5c07ddc45 100644 --- a/tde-i18n-ru/messages/tdelibs/tdelibs.po +++ b/tde-i18n-ru/messages/tdelibs/tdelibs.po @@ -9509,153 +9509,153 @@ msgstr "Что &это?" msgid "Tip of the &Day" msgstr "Совет &дня" -#: tdecore/kde-config.cpp.in:14 +#: tdecore/tde-config.cpp.in:14 msgid "A little program to output installation paths" msgstr "Программа вывода путей установки" -#: tdecore/kde-config.cpp.in:18 +#: tdecore/tde-config.cpp.in:18 msgid "expand ${prefix} and ${exec_prefix} in output" msgstr "развернуть ${prefix} и ${exec_prefix} в выводе" -#: tdecore/kde-config.cpp.in:19 +#: tdecore/tde-config.cpp.in:19 msgid "Compiled in prefix for KDE libraries" msgstr "Встроенный prefix для библиотек KDE" -#: tdecore/kde-config.cpp.in:20 +#: tdecore/tde-config.cpp.in:20 msgid "Compiled in exec_prefix for KDE libraries" msgstr "Встроенный exec_prefix для библиотек KDE" -#: tdecore/kde-config.cpp.in:21 +#: tdecore/tde-config.cpp.in:21 msgid "Compiled in library path suffix" msgstr "Встроенный путь к библиотекам" -#: tdecore/kde-config.cpp.in:22 +#: tdecore/tde-config.cpp.in:22 msgid "Prefix in $HOME used to write files" msgstr "Каталог в $HOME для записи файлов" -#: tdecore/kde-config.cpp.in:23 +#: tdecore/tde-config.cpp.in:23 msgid "Compiled in version string for KDE libraries" msgstr "Встроенная строка - версия библиотек KDE" -#: tdecore/kde-config.cpp.in:24 +#: tdecore/tde-config.cpp.in:24 msgid "Available KDE resource types" msgstr "Доступные типы ресурсов KDE" -#: tdecore/kde-config.cpp.in:25 +#: tdecore/tde-config.cpp.in:25 msgid "Search path for resource type" msgstr "Путь поиска типов ресурсов" -#: tdecore/kde-config.cpp.in:26 +#: tdecore/tde-config.cpp.in:26 msgid "User path: desktop|autostart|trash|document" msgstr "Пользовательский путь: desktop|autostart|trash|document" -#: tdecore/kde-config.cpp.in:27 +#: tdecore/tde-config.cpp.in:27 msgid "Prefix to install resource files to" msgstr "Каталог установки файлов ресурсов" -#: tdecore/kde-config.cpp.in:168 +#: tdecore/tde-config.cpp.in:168 msgid "Applications menu (.desktop files)" msgstr "Меню приложений (файлы .desktop)" -#: tdecore/kde-config.cpp.in:169 +#: tdecore/tde-config.cpp.in:169 msgid "CGIs to run from kdehelp" msgstr "CGI, вызываемые из kdehelp" -#: tdecore/kde-config.cpp.in:170 +#: tdecore/tde-config.cpp.in:170 msgid "Configuration files" msgstr "Файлы конфигурации" -#: tdecore/kde-config.cpp.in:171 +#: tdecore/tde-config.cpp.in:171 msgid "Where applications store data" msgstr "Хранилище данных приложений" -#: tdecore/kde-config.cpp.in:172 +#: tdecore/tde-config.cpp.in:172 msgid "Executables in $prefix/bin" msgstr "Исполняемые файлы из $prefix/bin" -#: tdecore/kde-config.cpp.in:173 +#: tdecore/tde-config.cpp.in:173 msgid "HTML documentation" msgstr "Документация HTML" -#: tdecore/kde-config.cpp.in:174 +#: tdecore/tde-config.cpp.in:174 msgid "Icons" msgstr "Значки" -#: tdecore/kde-config.cpp.in:175 +#: tdecore/tde-config.cpp.in:175 msgid "Configuration description files" msgstr "Файлы описания конфигурации" -#: tdecore/kde-config.cpp.in:176 +#: tdecore/tde-config.cpp.in:176 msgid "Libraries" msgstr "Библиотеки" -#: tdecore/kde-config.cpp.in:177 +#: tdecore/tde-config.cpp.in:177 msgid "Includes/Headers" msgstr "Заголовки" -#: tdecore/kde-config.cpp.in:178 +#: tdecore/tde-config.cpp.in:178 msgid "Translation files for KLocale" msgstr "Файлы перевода для KLocale" -#: tdecore/kde-config.cpp.in:179 +#: tdecore/tde-config.cpp.in:179 msgid "Mime types" msgstr "Типы MIME" -#: tdecore/kde-config.cpp.in:180 +#: tdecore/tde-config.cpp.in:180 msgid "Loadable modules" msgstr "Загружаемые модули" -#: tdecore/kde-config.cpp.in:181 +#: tdecore/tde-config.cpp.in:181 msgid "Qt plugins" msgstr "Модули Qt" -#: tdecore/kde-config.cpp.in:182 +#: tdecore/tde-config.cpp.in:182 msgid "Services" msgstr "Службы" -#: tdecore/kde-config.cpp.in:183 +#: tdecore/tde-config.cpp.in:183 msgid "Service types" msgstr "Типы служб" -#: tdecore/kde-config.cpp.in:184 +#: tdecore/tde-config.cpp.in:184 msgid "Application sounds" msgstr "Звуковые файлы приложений" -#: tdecore/kde-config.cpp.in:185 +#: tdecore/tde-config.cpp.in:185 msgid "Templates" msgstr "Шаблоны" -#: tdecore/kde-config.cpp.in:186 +#: tdecore/tde-config.cpp.in:186 msgid "Wallpapers" msgstr "Обои" -#: tdecore/kde-config.cpp.in:187 +#: tdecore/tde-config.cpp.in:187 msgid "XDG Application menu (.desktop files)" msgstr "Меню приложений XDG (файлы .desktop)" -#: tdecore/kde-config.cpp.in:188 +#: tdecore/tde-config.cpp.in:188 msgid "XDG Menu descriptions (.directory files)" msgstr "Описание меню XDG (файлы .directory)" -#: tdecore/kde-config.cpp.in:189 +#: tdecore/tde-config.cpp.in:189 msgid "XDG Menu layout (.menu files)" msgstr "Порядок меню XDG (файлы .menu)" -#: tdecore/kde-config.cpp.in:190 +#: tdecore/tde-config.cpp.in:190 msgid "Temporary files (specific for both current host and current user)" msgstr "Временные файлы (для конкретного компьютера и текущего пользователя)" -#: tdecore/kde-config.cpp.in:191 +#: tdecore/tde-config.cpp.in:191 msgid "UNIX Sockets (specific for both current host and current user)" msgstr "Сокеты UNIX (для конкретного компьютера и текущего пользователя)" -#: tdecore/kde-config.cpp.in:203 +#: tdecore/tde-config.cpp.in:203 msgid "" "%1 - unknown type\n" msgstr "" "%1 - неизвестный тип\n" -#: tdecore/kde-config.cpp.in:228 +#: tdecore/tde-config.cpp.in:228 msgid "" "%1 - unknown type of userpath\n" msgstr "" diff --git a/tde-i18n-rw/acinclude.m4 b/tde-i18n-rw/acinclude.m4 index 68b7ababbca..afd8befc656 100644 --- a/tde-i18n-rw/acinclude.m4 +++ b/tde-i18n-rw/acinclude.m4 @@ -5006,13 +5006,13 @@ AC_DEFUN([KDE_SET_PREFIX], KDE_SET_DEFAULT_BINDIRS if test "x$prefix" = "xNONE"; then - dnl no prefix given: look for kde-config in the PATH and deduce the prefix from it - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + dnl no prefix given: look for tde-config in the PATH and deduce the prefix from it + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) else - dnl prefix given: look for kde-config, preferrably in prefix, otherwise in PATH + dnl prefix given: look for tde-config, preferrably in prefix, otherwise in PATH kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) PATH="$kde_save_PATH" fi @@ -5028,7 +5028,7 @@ AC_DEFUN([KDE_SET_PREFIX], AC_MSG_CHECKING([where to install]) if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - AC_MSG_RESULT([$prefix (as returned by kde-config)]) + AC_MSG_RESULT([$prefix (as returned by tde-config)]) else dnl --prefix was given. Compare prefixes and warn (in configure.in.bot.end) if different given_prefix=$prefix diff --git a/tde-i18n-rw/configure b/tde-i18n-rw/configure index 935ba66665b..f97b5e4e81a 100755 --- a/tde-i18n-rw/configure +++ b/tde-i18n-rw/configure @@ -3750,12 +3750,12 @@ done if test "x$prefix" = "xNONE"; then - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3774,16 +3774,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3803,10 +3803,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3822,12 +3822,12 @@ echo "${ECHO_T}$kde_cv_path" >&6; } kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3846,16 +3846,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3875,10 +3875,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3911,8 +3911,8 @@ echo "$as_me: error: $KDECONFIG --prefix outputed the non existant prefix '$kde_ echo $ECHO_N "checking where to install... $ECHO_C" >&6; } if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - { echo "$as_me:$LINENO: result: $prefix (as returned by kde-config)" >&5 -echo "${ECHO_T}$prefix (as returned by kde-config)" >&6; } + { echo "$as_me:$LINENO: result: $prefix (as returned by tde-config)" >&5 +echo "${ECHO_T}$prefix (as returned by tde-config)" >&6; } else given_prefix=$prefix { echo "$as_me:$LINENO: result: $prefix (as requested)" >&5 @@ -5425,7 +5425,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-rw/configure.in b/tde-i18n-rw/configure.in index 4c5e897bc5c..ff8dc1806d5 100644 --- a/tde-i18n-rw/configure.in +++ b/tde-i18n-rw/configure.in @@ -38,7 +38,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-rw/messages/tdelibs/tdelibs.po b/tde-i18n-rw/messages/tdelibs/tdelibs.po index ad67b61ad0e..ef6ee7078ee 100644 --- a/tde-i18n-rw/messages/tdelibs/tdelibs.po +++ b/tde-i18n-rw/messages/tdelibs/tdelibs.po @@ -9613,185 +9613,185 @@ msgstr "Iki ni Iki?" msgid "Tip of the &Day" msgstr "Ingingo y'umunsi" -#: tdecore/kde-config.cpp.in:14 +#: tdecore/tde-config.cpp.in:14 #, fuzzy msgid "A little program to output installation paths" msgstr "A Porogaramu Kuri Ibisohoka iyinjizaporogaramu Inzira " -#: tdecore/kde-config.cpp.in:18 +#: tdecore/tde-config.cpp.in:18 #, fuzzy msgid "expand ${prefix} and ${exec_prefix} in output" msgstr "Kwagura $ { Imbanziriza } na $ { } in Ibisohoka " -#: tdecore/kde-config.cpp.in:19 +#: tdecore/tde-config.cpp.in:19 #, fuzzy msgid "Compiled in prefix for KDE libraries" msgstr "in Imbanziriza ya: MukusanyaKDE Amasomero " -#: tdecore/kde-config.cpp.in:20 +#: tdecore/tde-config.cpp.in:20 #, fuzzy msgid "Compiled in exec_prefix for KDE libraries" msgstr "in ya: MukusanyaKDE Amasomero " -#: tdecore/kde-config.cpp.in:21 +#: tdecore/tde-config.cpp.in:21 #, fuzzy msgid "Compiled in library path suffix" msgstr "in Isomero Inzira: Ingereka " -#: tdecore/kde-config.cpp.in:22 +#: tdecore/tde-config.cpp.in:22 #, fuzzy msgid "Prefix in $HOME used to write files" msgstr "in $ Byakoreshejwe Kuri Kwandika Idosiye " -#: tdecore/kde-config.cpp.in:23 +#: tdecore/tde-config.cpp.in:23 #, fuzzy msgid "Compiled in version string for KDE libraries" msgstr "in Verisiyo Ikurikiranyanyuguti ya: MukusanyaKDE Amasomero " -#: tdecore/kde-config.cpp.in:24 +#: tdecore/tde-config.cpp.in:24 #, fuzzy msgid "Available KDE resource types" msgstr "MukusanyaKDE Ibikorana: " -#: tdecore/kde-config.cpp.in:25 +#: tdecore/tde-config.cpp.in:25 #, fuzzy msgid "Search path for resource type" msgstr "Inzira: ya: Ibikorana: Ubwoko: " -#: tdecore/kde-config.cpp.in:26 +#: tdecore/tde-config.cpp.in:26 #, fuzzy msgid "User path: desktop|autostart|trash|document" msgstr "Inzira: : Ibiro | Nyamwitangiza | Agatebo njyamwanda | Inyandiko " -#: tdecore/kde-config.cpp.in:27 +#: tdecore/tde-config.cpp.in:27 #, fuzzy msgid "Prefix to install resource files to" msgstr "Kuri Kwinjiza porogaramu Ibikorana: Idosiye Kuri " -#: tdecore/kde-config.cpp.in:168 +#: tdecore/tde-config.cpp.in:168 #, fuzzy msgid "Applications menu (.desktop files)" msgstr "Ibikubiyemo ( . Ibiro Idosiye ) " -#: tdecore/kde-config.cpp.in:169 +#: tdecore/tde-config.cpp.in:169 #, fuzzy msgid "CGIs to run from kdehelp" msgstr "Kuri Gukoresha Kuva: " -#: tdecore/kde-config.cpp.in:170 +#: tdecore/tde-config.cpp.in:170 #, fuzzy msgid "Configuration files" msgstr "Idosiye " -#: tdecore/kde-config.cpp.in:171 +#: tdecore/tde-config.cpp.in:171 #, fuzzy msgid "Where applications store data" msgstr "Porogaramu Ibyatanzwe " -#: tdecore/kde-config.cpp.in:172 +#: tdecore/tde-config.cpp.in:172 #, fuzzy msgid "Executables in $prefix/bin" msgstr "in $ Imbanziriza /" -#: tdecore/kde-config.cpp.in:173 +#: tdecore/tde-config.cpp.in:173 #, fuzzy msgid "HTML documentation" msgstr "Inyandiko " -#: tdecore/kde-config.cpp.in:174 +#: tdecore/tde-config.cpp.in:174 msgid "Icons" msgstr "Udushushondanga" -#: tdecore/kde-config.cpp.in:175 +#: tdecore/tde-config.cpp.in:175 #, fuzzy msgid "Configuration description files" msgstr "Umwirondoro: Idosiye " -#: tdecore/kde-config.cpp.in:176 +#: tdecore/tde-config.cpp.in:176 msgid "Libraries" msgstr "Amasomero" -#: tdecore/kde-config.cpp.in:177 +#: tdecore/tde-config.cpp.in:177 #, fuzzy msgid "Includes/Headers" msgstr "Gushyiramo ububiko bwungirije" -#: tdecore/kde-config.cpp.in:178 +#: tdecore/tde-config.cpp.in:178 #, fuzzy msgid "Translation files for KLocale" msgstr "Idosiye ya: " -#: tdecore/kde-config.cpp.in:179 +#: tdecore/tde-config.cpp.in:179 #, fuzzy msgid "Mime types" msgstr "Ubwoko Mime" -#: tdecore/kde-config.cpp.in:180 +#: tdecore/tde-config.cpp.in:180 #, fuzzy msgid "Loadable modules" msgstr "Modire " -#: tdecore/kde-config.cpp.in:181 +#: tdecore/tde-config.cpp.in:181 #, fuzzy msgid "Qt plugins" msgstr "Amacomeka " -#: tdecore/kde-config.cpp.in:182 +#: tdecore/tde-config.cpp.in:182 #, fuzzy msgid "Services" msgstr "Imirimo" -#: tdecore/kde-config.cpp.in:183 +#: tdecore/tde-config.cpp.in:183 #, fuzzy msgid "Service types" msgstr "Ubwoko bw'ibyiciro" -#: tdecore/kde-config.cpp.in:184 +#: tdecore/tde-config.cpp.in:184 #, fuzzy msgid "Application sounds" msgstr "Amajwi " -#: tdecore/kde-config.cpp.in:185 +#: tdecore/tde-config.cpp.in:185 msgid "Templates" msgstr "Inyandikorugero" -#: tdecore/kde-config.cpp.in:186 +#: tdecore/tde-config.cpp.in:186 #, fuzzy msgid "Wallpapers" msgstr "Shyiraho imbuganyuma " -#: tdecore/kde-config.cpp.in:187 +#: tdecore/tde-config.cpp.in:187 #, fuzzy msgid "XDG Application menu (.desktop files)" msgstr "Ibikubiyemo ( . Ibiro Idosiye ) " -#: tdecore/kde-config.cpp.in:188 +#: tdecore/tde-config.cpp.in:188 #, fuzzy msgid "XDG Menu descriptions (.directory files)" msgstr "( . Ububiko Idosiye ) " -#: tdecore/kde-config.cpp.in:189 +#: tdecore/tde-config.cpp.in:189 #, fuzzy msgid "XDG Menu layout (.menu files)" msgstr "Imigaragarire ( . Ibikubiyemo Idosiye ) " -#: tdecore/kde-config.cpp.in:190 +#: tdecore/tde-config.cpp.in:190 #, fuzzy msgid "Temporary files (specific for both current host and current user)" msgstr "Idosiye ( ya: Byombi KIGEZWEHO Inturo: na KIGEZWEHO Umukoresha ) " -#: tdecore/kde-config.cpp.in:191 +#: tdecore/tde-config.cpp.in:191 #, fuzzy msgid "UNIX Sockets (specific for both current host and current user)" msgstr "( ya: Byombi KIGEZWEHO Inturo: na KIGEZWEHO Umukoresha ) " -#: tdecore/kde-config.cpp.in:203 +#: tdecore/tde-config.cpp.in:203 #, fuzzy msgid "" "%1 - unknown type\n" msgstr "%1 - Kitazwi " -#: tdecore/kde-config.cpp.in:228 +#: tdecore/tde-config.cpp.in:228 #, fuzzy msgid "" "%1 - unknown type of userpath\n" diff --git a/tde-i18n-se/acinclude.m4 b/tde-i18n-se/acinclude.m4 index 68b7ababbca..afd8befc656 100644 --- a/tde-i18n-se/acinclude.m4 +++ b/tde-i18n-se/acinclude.m4 @@ -5006,13 +5006,13 @@ AC_DEFUN([KDE_SET_PREFIX], KDE_SET_DEFAULT_BINDIRS if test "x$prefix" = "xNONE"; then - dnl no prefix given: look for kde-config in the PATH and deduce the prefix from it - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + dnl no prefix given: look for tde-config in the PATH and deduce the prefix from it + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) else - dnl prefix given: look for kde-config, preferrably in prefix, otherwise in PATH + dnl prefix given: look for tde-config, preferrably in prefix, otherwise in PATH kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) PATH="$kde_save_PATH" fi @@ -5028,7 +5028,7 @@ AC_DEFUN([KDE_SET_PREFIX], AC_MSG_CHECKING([where to install]) if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - AC_MSG_RESULT([$prefix (as returned by kde-config)]) + AC_MSG_RESULT([$prefix (as returned by tde-config)]) else dnl --prefix was given. Compare prefixes and warn (in configure.in.bot.end) if different given_prefix=$prefix diff --git a/tde-i18n-se/configure b/tde-i18n-se/configure index 1c8277ce0ba..ce6c5a490ff 100755 --- a/tde-i18n-se/configure +++ b/tde-i18n-se/configure @@ -3750,12 +3750,12 @@ done if test "x$prefix" = "xNONE"; then - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3774,16 +3774,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3803,10 +3803,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3822,12 +3822,12 @@ echo "${ECHO_T}$kde_cv_path" >&6; } kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3846,16 +3846,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3875,10 +3875,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3911,8 +3911,8 @@ echo "$as_me: error: $KDECONFIG --prefix outputed the non existant prefix '$kde_ echo $ECHO_N "checking where to install... $ECHO_C" >&6; } if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - { echo "$as_me:$LINENO: result: $prefix (as returned by kde-config)" >&5 -echo "${ECHO_T}$prefix (as returned by kde-config)" >&6; } + { echo "$as_me:$LINENO: result: $prefix (as returned by tde-config)" >&5 +echo "${ECHO_T}$prefix (as returned by tde-config)" >&6; } else given_prefix=$prefix { echo "$as_me:$LINENO: result: $prefix (as requested)" >&5 @@ -5404,7 +5404,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-se/configure.in b/tde-i18n-se/configure.in index dc16710ebaa..cabaf8f2917 100644 --- a/tde-i18n-se/configure.in +++ b/tde-i18n-se/configure.in @@ -31,7 +31,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-se/messages/tdelibs/tdelibs.po b/tde-i18n-se/messages/tdelibs/tdelibs.po index 8cd25d80f45..5ba6e6fdd1e 100644 --- a/tde-i18n-se/messages/tdelibs/tdelibs.po +++ b/tde-i18n-se/messages/tdelibs/tdelibs.po @@ -9410,153 +9410,153 @@ msgstr "Mii dat &lea?" msgid "Tip of the &Day" msgstr "&Otná ráva" -#: tdecore/kde-config.cpp.in:14 +#: tdecore/tde-config.cpp.in:14 msgid "A little program to output installation paths" msgstr "" -#: tdecore/kde-config.cpp.in:18 +#: tdecore/tde-config.cpp.in:18 msgid "expand ${prefix} and ${exec_prefix} in output" msgstr "" -#: tdecore/kde-config.cpp.in:19 +#: tdecore/tde-config.cpp.in:19 msgid "Compiled in prefix for KDE libraries" msgstr "Sisakompilerejuvvon prefiksa KDE-bibliotehkaid várás" -#: tdecore/kde-config.cpp.in:20 +#: tdecore/tde-config.cpp.in:20 msgid "Compiled in exec_prefix for KDE libraries" msgstr "Sisakompilerejuvvon exec_prefix KDE-bibliotehkaid várás" -#: tdecore/kde-config.cpp.in:21 +#: tdecore/tde-config.cpp.in:21 msgid "Compiled in library path suffix" msgstr "Sisakompilerejuvvon suffiksa bibliotehkabálgáid várás" -#: tdecore/kde-config.cpp.in:22 +#: tdecore/tde-config.cpp.in:22 msgid "Prefix in $HOME used to write files" msgstr "Prefiksa $HOME birasvariábelis mii geavahuvvo go čállá fiillaid" -#: tdecore/kde-config.cpp.in:23 +#: tdecore/tde-config.cpp.in:23 msgid "Compiled in version string for KDE libraries" msgstr "" -#: tdecore/kde-config.cpp.in:24 +#: tdecore/tde-config.cpp.in:24 msgid "Available KDE resource types" msgstr "Olamuttus KDE-resursašlájat" -#: tdecore/kde-config.cpp.in:25 +#: tdecore/tde-config.cpp.in:25 msgid "Search path for resource type" msgstr "" -#: tdecore/kde-config.cpp.in:26 +#: tdecore/tde-config.cpp.in:26 msgid "User path: desktop|autostart|trash|document" msgstr "" -#: tdecore/kde-config.cpp.in:27 +#: tdecore/tde-config.cpp.in:27 msgid "Prefix to install resource files to" msgstr "" -#: tdecore/kde-config.cpp.in:168 +#: tdecore/tde-config.cpp.in:168 msgid "Applications menu (.desktop files)" msgstr "" -#: tdecore/kde-config.cpp.in:169 +#: tdecore/tde-config.cpp.in:169 msgid "CGIs to run from kdehelp" msgstr "" -#: tdecore/kde-config.cpp.in:170 +#: tdecore/tde-config.cpp.in:170 msgid "Configuration files" msgstr "Heivehusfiilat" -#: tdecore/kde-config.cpp.in:171 +#: tdecore/tde-config.cpp.in:171 msgid "Where applications store data" msgstr "Gos prográmmat vurkejit dáhtaid" -#: tdecore/kde-config.cpp.in:172 +#: tdecore/tde-config.cpp.in:172 msgid "Executables in $prefix/bin" msgstr "" -#: tdecore/kde-config.cpp.in:173 +#: tdecore/tde-config.cpp.in:173 msgid "HTML documentation" msgstr "HTML-dokumentašuvdna" -#: tdecore/kde-config.cpp.in:174 +#: tdecore/tde-config.cpp.in:174 msgid "Icons" msgstr "Govažat" -#: tdecore/kde-config.cpp.in:175 +#: tdecore/tde-config.cpp.in:175 msgid "Configuration description files" msgstr "Fiillat mat leat heivehusčilgehusat" -#: tdecore/kde-config.cpp.in:176 +#: tdecore/tde-config.cpp.in:176 msgid "Libraries" msgstr "Bibliotehkat" -#: tdecore/kde-config.cpp.in:177 +#: tdecore/tde-config.cpp.in:177 msgid "Includes/Headers" msgstr "" -#: tdecore/kde-config.cpp.in:178 +#: tdecore/tde-config.cpp.in:178 msgid "Translation files for KLocale" msgstr "" -#: tdecore/kde-config.cpp.in:179 +#: tdecore/tde-config.cpp.in:179 msgid "Mime types" msgstr "Mime-šlájat" -#: tdecore/kde-config.cpp.in:180 +#: tdecore/tde-config.cpp.in:180 msgid "Loadable modules" msgstr "Vieččahahtti moduvllat" -#: tdecore/kde-config.cpp.in:181 +#: tdecore/tde-config.cpp.in:181 msgid "Qt plugins" msgstr "Qt-lassemoduvllat" -#: tdecore/kde-config.cpp.in:182 +#: tdecore/tde-config.cpp.in:182 msgid "Services" msgstr "Bálvalusat" -#: tdecore/kde-config.cpp.in:183 +#: tdecore/tde-config.cpp.in:183 msgid "Service types" msgstr "Bálvalusšlájat" -#: tdecore/kde-config.cpp.in:184 +#: tdecore/tde-config.cpp.in:184 msgid "Application sounds" msgstr "Prográmmajienat" -#: tdecore/kde-config.cpp.in:185 +#: tdecore/tde-config.cpp.in:185 msgid "Templates" msgstr "Mállet" -#: tdecore/kde-config.cpp.in:186 +#: tdecore/tde-config.cpp.in:186 msgid "Wallpapers" msgstr "Duogášgovata" -#: tdecore/kde-config.cpp.in:187 +#: tdecore/tde-config.cpp.in:187 msgid "XDG Application menu (.desktop files)" msgstr "XDG-prográmmafállu (.desktop-fiillat)" -#: tdecore/kde-config.cpp.in:188 +#: tdecore/tde-config.cpp.in:188 msgid "XDG Menu descriptions (.directory files)" msgstr "XDG-fálloválddahusat (.directory-fiillat)" -#: tdecore/kde-config.cpp.in:189 +#: tdecore/tde-config.cpp.in:189 msgid "XDG Menu layout (.menu files)" msgstr "XDG-fállofárda (.menu-fiillat)" -#: tdecore/kde-config.cpp.in:190 +#: tdecore/tde-config.cpp.in:190 msgid "Temporary files (specific for both current host and current user)" msgstr "" -#: tdecore/kde-config.cpp.in:191 +#: tdecore/tde-config.cpp.in:191 msgid "UNIX Sockets (specific for both current host and current user)" msgstr "" -#: tdecore/kde-config.cpp.in:203 +#: tdecore/tde-config.cpp.in:203 msgid "" "%1 - unknown type\n" msgstr "" "%1 – amas šládja\n" -#: tdecore/kde-config.cpp.in:228 +#: tdecore/tde-config.cpp.in:228 msgid "" "%1 - unknown type of userpath\n" msgstr "" diff --git a/tde-i18n-sk/acinclude.m4 b/tde-i18n-sk/acinclude.m4 index 68b7ababbca..afd8befc656 100644 --- a/tde-i18n-sk/acinclude.m4 +++ b/tde-i18n-sk/acinclude.m4 @@ -5006,13 +5006,13 @@ AC_DEFUN([KDE_SET_PREFIX], KDE_SET_DEFAULT_BINDIRS if test "x$prefix" = "xNONE"; then - dnl no prefix given: look for kde-config in the PATH and deduce the prefix from it - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + dnl no prefix given: look for tde-config in the PATH and deduce the prefix from it + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) else - dnl prefix given: look for kde-config, preferrably in prefix, otherwise in PATH + dnl prefix given: look for tde-config, preferrably in prefix, otherwise in PATH kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) PATH="$kde_save_PATH" fi @@ -5028,7 +5028,7 @@ AC_DEFUN([KDE_SET_PREFIX], AC_MSG_CHECKING([where to install]) if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - AC_MSG_RESULT([$prefix (as returned by kde-config)]) + AC_MSG_RESULT([$prefix (as returned by tde-config)]) else dnl --prefix was given. Compare prefixes and warn (in configure.in.bot.end) if different given_prefix=$prefix diff --git a/tde-i18n-sk/configure b/tde-i18n-sk/configure index 0f515ffb598..98c709db373 100755 --- a/tde-i18n-sk/configure +++ b/tde-i18n-sk/configure @@ -3750,12 +3750,12 @@ done if test "x$prefix" = "xNONE"; then - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3774,16 +3774,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3803,10 +3803,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3822,12 +3822,12 @@ echo "${ECHO_T}$kde_cv_path" >&6; } kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3846,16 +3846,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3875,10 +3875,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3911,8 +3911,8 @@ echo "$as_me: error: $KDECONFIG --prefix outputed the non existant prefix '$kde_ echo $ECHO_N "checking where to install... $ECHO_C" >&6; } if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - { echo "$as_me:$LINENO: result: $prefix (as returned by kde-config)" >&5 -echo "${ECHO_T}$prefix (as returned by kde-config)" >&6; } + { echo "$as_me:$LINENO: result: $prefix (as returned by tde-config)" >&5 +echo "${ECHO_T}$prefix (as returned by tde-config)" >&6; } else given_prefix=$prefix { echo "$as_me:$LINENO: result: $prefix (as requested)" >&5 @@ -5962,7 +5962,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-sk/configure.in b/tde-i18n-sk/configure.in index 3da8c8277c4..e63c4ade94b 100644 --- a/tde-i18n-sk/configure.in +++ b/tde-i18n-sk/configure.in @@ -217,7 +217,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-sk/messages/tdelibs/tdelibs.po b/tde-i18n-sk/messages/tdelibs/tdelibs.po index b37471a59fc..85bc79f5ca8 100644 --- a/tde-i18n-sk/messages/tdelibs/tdelibs.po +++ b/tde-i18n-sk/messages/tdelibs/tdelibs.po @@ -9501,155 +9501,155 @@ msgstr "Čo je &to?" msgid "Tip of the &Day" msgstr "Tip &dňa" -#: tdecore/kde-config.cpp.in:14 +#: tdecore/tde-config.cpp.in:14 msgid "A little program to output installation paths" msgstr "Malý program na vypísanie inštalačných ciest" -#: tdecore/kde-config.cpp.in:18 +#: tdecore/tde-config.cpp.in:18 msgid "expand ${prefix} and ${exec_prefix} in output" msgstr "rozvinúť ${prefix} a ${exec_prefix} vo výstupe" -#: tdecore/kde-config.cpp.in:19 +#: tdecore/tde-config.cpp.in:19 msgid "Compiled in prefix for KDE libraries" msgstr "Preložený prefix knižníc KDE" -#: tdecore/kde-config.cpp.in:20 +#: tdecore/tde-config.cpp.in:20 msgid "Compiled in exec_prefix for KDE libraries" msgstr "Preložený exec_prefix knižníc KDE" -#: tdecore/kde-config.cpp.in:21 +#: tdecore/tde-config.cpp.in:21 msgid "Compiled in library path suffix" msgstr "Preložený suffix cesty ku knižniciam" -#: tdecore/kde-config.cpp.in:22 +#: tdecore/tde-config.cpp.in:22 msgid "Prefix in $HOME used to write files" msgstr "Prefix v $HOME použitý pre zápis súborov" -#: tdecore/kde-config.cpp.in:23 +#: tdecore/tde-config.cpp.in:23 msgid "Compiled in version string for KDE libraries" msgstr "Preložený reťazec verzie knižníc KDE" -#: tdecore/kde-config.cpp.in:24 +#: tdecore/tde-config.cpp.in:24 msgid "Available KDE resource types" msgstr "Dostupné typy zdrojov KDE" -#: tdecore/kde-config.cpp.in:25 +#: tdecore/tde-config.cpp.in:25 msgid "Search path for resource type" msgstr "Cesta pre hľadanie typov zdrojov" -#: tdecore/kde-config.cpp.in:26 +#: tdecore/tde-config.cpp.in:26 msgid "User path: desktop|autostart|trash|document" msgstr "Používateľská cesta: desktop|autostart|trash|document" -#: tdecore/kde-config.cpp.in:27 +#: tdecore/tde-config.cpp.in:27 msgid "Prefix to install resource files to" msgstr "Prefix pre inštaláciu zdrojových súborov do" -#: tdecore/kde-config.cpp.in:168 +#: tdecore/tde-config.cpp.in:168 msgid "Applications menu (.desktop files)" msgstr "Menu aplikácií (súbory .desktop)" -#: tdecore/kde-config.cpp.in:169 +#: tdecore/tde-config.cpp.in:169 msgid "CGIs to run from kdehelp" msgstr "CGI na spustenie z kdehelp" -#: tdecore/kde-config.cpp.in:170 +#: tdecore/tde-config.cpp.in:170 msgid "Configuration files" msgstr "Konfiguračné súbory" -#: tdecore/kde-config.cpp.in:171 +#: tdecore/tde-config.cpp.in:171 msgid "Where applications store data" msgstr "Kam aplikácie ukladajú údaje" -#: tdecore/kde-config.cpp.in:172 +#: tdecore/tde-config.cpp.in:172 msgid "Executables in $prefix/bin" msgstr "Spustiteľné súbory v $prefix/bin" -#: tdecore/kde-config.cpp.in:173 +#: tdecore/tde-config.cpp.in:173 msgid "HTML documentation" msgstr "HTML dokumentácia" -#: tdecore/kde-config.cpp.in:174 +#: tdecore/tde-config.cpp.in:174 msgid "Icons" msgstr "Ikony" -#: tdecore/kde-config.cpp.in:175 +#: tdecore/tde-config.cpp.in:175 msgid "Configuration description files" msgstr "Súbory popisu konfigurácie" -#: tdecore/kde-config.cpp.in:176 +#: tdecore/tde-config.cpp.in:176 msgid "Libraries" msgstr "Knižnice" -#: tdecore/kde-config.cpp.in:177 +#: tdecore/tde-config.cpp.in:177 msgid "Includes/Headers" msgstr "Vkladanie/hlavičky" -#: tdecore/kde-config.cpp.in:178 +#: tdecore/tde-config.cpp.in:178 msgid "Translation files for KLocale" msgstr "Súbory prekladov pre KLocale" -#: tdecore/kde-config.cpp.in:179 +#: tdecore/tde-config.cpp.in:179 msgid "Mime types" msgstr "Typy MIME" -#: tdecore/kde-config.cpp.in:180 +#: tdecore/tde-config.cpp.in:180 msgid "Loadable modules" msgstr "Načítateľné moduly" -#: tdecore/kde-config.cpp.in:181 +#: tdecore/tde-config.cpp.in:181 msgid "Qt plugins" msgstr "Qt moduly" -#: tdecore/kde-config.cpp.in:182 +#: tdecore/tde-config.cpp.in:182 msgid "Services" msgstr "Služby" -#: tdecore/kde-config.cpp.in:183 +#: tdecore/tde-config.cpp.in:183 msgid "Service types" msgstr "Typy služieb" -#: tdecore/kde-config.cpp.in:184 +#: tdecore/tde-config.cpp.in:184 msgid "Application sounds" msgstr "Zvuky aplikácie" -#: tdecore/kde-config.cpp.in:185 +#: tdecore/tde-config.cpp.in:185 msgid "Templates" msgstr "Šablóny" -#: tdecore/kde-config.cpp.in:186 +#: tdecore/tde-config.cpp.in:186 msgid "Wallpapers" msgstr "Tapety" -#: tdecore/kde-config.cpp.in:187 +#: tdecore/tde-config.cpp.in:187 msgid "XDG Application menu (.desktop files)" msgstr "Menu XDG aplikácií (súbory .desktop)" -#: tdecore/kde-config.cpp.in:188 +#: tdecore/tde-config.cpp.in:188 msgid "XDG Menu descriptions (.directory files)" msgstr "Popisy XDG menu (súbory .directory)" -#: tdecore/kde-config.cpp.in:189 +#: tdecore/tde-config.cpp.in:189 msgid "XDG Menu layout (.menu files)" msgstr "Rozloženie XDG menu (súbory .menu)" -#: tdecore/kde-config.cpp.in:190 +#: tdecore/tde-config.cpp.in:190 msgid "Temporary files (specific for both current host and current user)" msgstr "" "Dočasné súbory (špecifické pre aktuálny počítač a aktuálneho používateľa)" -#: tdecore/kde-config.cpp.in:191 +#: tdecore/tde-config.cpp.in:191 msgid "UNIX Sockets (specific for both current host and current user)" msgstr "" "UNIX sockety (špecifické pre aktuálny počítač a aktuálneho používateľa)" -#: tdecore/kde-config.cpp.in:203 +#: tdecore/tde-config.cpp.in:203 msgid "" "%1 - unknown type\n" msgstr "" "%1 - neznámy typ\n" -#: tdecore/kde-config.cpp.in:228 +#: tdecore/tde-config.cpp.in:228 msgid "" "%1 - unknown type of userpath\n" msgstr "" diff --git a/tde-i18n-sl/acinclude.m4 b/tde-i18n-sl/acinclude.m4 index 68b7ababbca..afd8befc656 100644 --- a/tde-i18n-sl/acinclude.m4 +++ b/tde-i18n-sl/acinclude.m4 @@ -5006,13 +5006,13 @@ AC_DEFUN([KDE_SET_PREFIX], KDE_SET_DEFAULT_BINDIRS if test "x$prefix" = "xNONE"; then - dnl no prefix given: look for kde-config in the PATH and deduce the prefix from it - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + dnl no prefix given: look for tde-config in the PATH and deduce the prefix from it + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) else - dnl prefix given: look for kde-config, preferrably in prefix, otherwise in PATH + dnl prefix given: look for tde-config, preferrably in prefix, otherwise in PATH kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) PATH="$kde_save_PATH" fi @@ -5028,7 +5028,7 @@ AC_DEFUN([KDE_SET_PREFIX], AC_MSG_CHECKING([where to install]) if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - AC_MSG_RESULT([$prefix (as returned by kde-config)]) + AC_MSG_RESULT([$prefix (as returned by tde-config)]) else dnl --prefix was given. Compare prefixes and warn (in configure.in.bot.end) if different given_prefix=$prefix diff --git a/tde-i18n-sl/configure b/tde-i18n-sl/configure index 31635ff1b0b..00526dc7777 100755 --- a/tde-i18n-sl/configure +++ b/tde-i18n-sl/configure @@ -3750,12 +3750,12 @@ done if test "x$prefix" = "xNONE"; then - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3774,16 +3774,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3803,10 +3803,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3822,12 +3822,12 @@ echo "${ECHO_T}$kde_cv_path" >&6; } kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3846,16 +3846,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3875,10 +3875,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3911,8 +3911,8 @@ echo "$as_me: error: $KDECONFIG --prefix outputed the non existant prefix '$kde_ echo $ECHO_N "checking where to install... $ECHO_C" >&6; } if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - { echo "$as_me:$LINENO: result: $prefix (as returned by kde-config)" >&5 -echo "${ECHO_T}$prefix (as returned by kde-config)" >&6; } + { echo "$as_me:$LINENO: result: $prefix (as returned by tde-config)" >&5 +echo "${ECHO_T}$prefix (as returned by tde-config)" >&6; } else given_prefix=$prefix { echo "$as_me:$LINENO: result: $prefix (as requested)" >&5 @@ -5629,7 +5629,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-sl/configure.in b/tde-i18n-sl/configure.in index 5cf65f1244b..9d9e61af768 100644 --- a/tde-i18n-sl/configure.in +++ b/tde-i18n-sl/configure.in @@ -106,7 +106,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-sl/messages/tdelibs/tdelibs.po b/tde-i18n-sl/messages/tdelibs/tdelibs.po index d7124944c27..c99616f9d79 100644 --- a/tde-i18n-sl/messages/tdelibs/tdelibs.po +++ b/tde-i18n-sl/messages/tdelibs/tdelibs.po @@ -9531,157 +9531,157 @@ msgstr "Kaj je &to?" msgid "Tip of the &Day" msgstr "Nasvet &dneva" -#: tdecore/kde-config.cpp.in:14 +#: tdecore/tde-config.cpp.in:14 msgid "A little program to output installation paths" msgstr "Programček za izpis namestitvenih poti" -#: tdecore/kde-config.cpp.in:18 +#: tdecore/tde-config.cpp.in:18 msgid "expand ${prefix} and ${exec_prefix} in output" msgstr "v izhodu razširi ${prefix} in ${exec_prefix}" -#: tdecore/kde-config.cpp.in:19 +#: tdecore/tde-config.cpp.in:19 msgid "Compiled in prefix for KDE libraries" msgstr "predpona »prefix«, nastavljena pri prevajanju knjižnic KDE" -#: tdecore/kde-config.cpp.in:20 +#: tdecore/tde-config.cpp.in:20 msgid "Compiled in exec_prefix for KDE libraries" msgstr "predpona »exec_prefix«, nastavljena pri prevajanju knjižnic KDE" -#: tdecore/kde-config.cpp.in:21 +#: tdecore/tde-config.cpp.in:21 msgid "Compiled in library path suffix" msgstr "pripona poti do knjižnic, nastavljena pri prevajanju" -#: tdecore/kde-config.cpp.in:22 +#: tdecore/tde-config.cpp.in:22 msgid "Prefix in $HOME used to write files" msgstr "predpona v $HOME, ki se uporablja pri zapisovanju datotek" -#: tdecore/kde-config.cpp.in:23 +#: tdecore/tde-config.cpp.in:23 msgid "Compiled in version string for KDE libraries" msgstr "niz z različico za knjižnice KDE, nastavljen pri prevajanju" -#: tdecore/kde-config.cpp.in:24 +#: tdecore/tde-config.cpp.in:24 msgid "Available KDE resource types" msgstr "razpoložljive vrste virov KDE" -#: tdecore/kde-config.cpp.in:25 +#: tdecore/tde-config.cpp.in:25 msgid "Search path for resource type" msgstr "pot za iskanje vrst virov" -#: tdecore/kde-config.cpp.in:26 +#: tdecore/tde-config.cpp.in:26 msgid "User path: desktop|autostart|trash|document" msgstr "" "uporabniška pot: desktop|autostart|trash|document (namizje|samodejni " "zagon|smeti|dokumenti)" -#: tdecore/kde-config.cpp.in:27 +#: tdecore/tde-config.cpp.in:27 msgid "Prefix to install resource files to" msgstr "predpona za nameščanje datotek z viri" -#: tdecore/kde-config.cpp.in:168 +#: tdecore/tde-config.cpp.in:168 msgid "Applications menu (.desktop files)" msgstr "Meni s programi (datoteke .desktop)" -#: tdecore/kde-config.cpp.in:169 +#: tdecore/tde-config.cpp.in:169 msgid "CGIs to run from kdehelp" msgstr "CGI-ji za zagon iz kdehelp" -#: tdecore/kde-config.cpp.in:170 +#: tdecore/tde-config.cpp.in:170 msgid "Configuration files" msgstr "nastavitvene datoteke" -#: tdecore/kde-config.cpp.in:171 +#: tdecore/tde-config.cpp.in:171 msgid "Where applications store data" msgstr "kje programi shranjujejo svoje podatke" -#: tdecore/kde-config.cpp.in:172 +#: tdecore/tde-config.cpp.in:172 msgid "Executables in $prefix/bin" msgstr "izvedljive datoteke v $prefix/bin" -#: tdecore/kde-config.cpp.in:173 +#: tdecore/tde-config.cpp.in:173 msgid "HTML documentation" msgstr "dokumentacija HTML" -#: tdecore/kde-config.cpp.in:174 +#: tdecore/tde-config.cpp.in:174 msgid "Icons" msgstr "ikone" -#: tdecore/kde-config.cpp.in:175 +#: tdecore/tde-config.cpp.in:175 msgid "Configuration description files" msgstr "datoteke z opisi nastavitev" -#: tdecore/kde-config.cpp.in:176 +#: tdecore/tde-config.cpp.in:176 msgid "Libraries" msgstr "knjižnice" -#: tdecore/kde-config.cpp.in:177 +#: tdecore/tde-config.cpp.in:177 msgid "Includes/Headers" msgstr "vključitve/glave" -#: tdecore/kde-config.cpp.in:178 +#: tdecore/tde-config.cpp.in:178 msgid "Translation files for KLocale" msgstr "prevajalske datoteke za KLocale" -#: tdecore/kde-config.cpp.in:179 +#: tdecore/tde-config.cpp.in:179 msgid "Mime types" msgstr "vrste MIME" -#: tdecore/kde-config.cpp.in:180 +#: tdecore/tde-config.cpp.in:180 msgid "Loadable modules" msgstr "moduli za nalaganje" -#: tdecore/kde-config.cpp.in:181 +#: tdecore/tde-config.cpp.in:181 msgid "Qt plugins" msgstr "vstavki Qt" -#: tdecore/kde-config.cpp.in:182 +#: tdecore/tde-config.cpp.in:182 msgid "Services" msgstr "storitve" -#: tdecore/kde-config.cpp.in:183 +#: tdecore/tde-config.cpp.in:183 msgid "Service types" msgstr "vrste storitev" -#: tdecore/kde-config.cpp.in:184 +#: tdecore/tde-config.cpp.in:184 msgid "Application sounds" msgstr "zvoki za programe" -#: tdecore/kde-config.cpp.in:185 +#: tdecore/tde-config.cpp.in:185 msgid "Templates" msgstr "predloge" -#: tdecore/kde-config.cpp.in:186 +#: tdecore/tde-config.cpp.in:186 msgid "Wallpapers" msgstr "slike za ozadje" -#: tdecore/kde-config.cpp.in:187 +#: tdecore/tde-config.cpp.in:187 msgid "XDG Application menu (.desktop files)" msgstr "programski meni XDG (datoteke .desktop)" -#: tdecore/kde-config.cpp.in:188 +#: tdecore/tde-config.cpp.in:188 msgid "XDG Menu descriptions (.directory files)" msgstr "opisi menija XDG (datoteke .directory)" -#: tdecore/kde-config.cpp.in:189 +#: tdecore/tde-config.cpp.in:189 msgid "XDG Menu layout (.menu files)" msgstr "razpored menija XDG (datoteke .menu)" -#: tdecore/kde-config.cpp.in:190 +#: tdecore/tde-config.cpp.in:190 msgid "Temporary files (specific for both current host and current user)" msgstr "" "začasne datoteke (posebej za trenutnega gostitelja in trenutnega uporabnika)" -#: tdecore/kde-config.cpp.in:191 +#: tdecore/tde-config.cpp.in:191 msgid "UNIX Sockets (specific for both current host and current user)" msgstr "" "vtičnice UNIX (posebej za trenutnega gostitelja in trenutnega uporabnika)" -#: tdecore/kde-config.cpp.in:203 +#: tdecore/tde-config.cpp.in:203 msgid "" "%1 - unknown type\n" msgstr "" "%1 - neznana vrsta\n" -#: tdecore/kde-config.cpp.in:228 +#: tdecore/tde-config.cpp.in:228 msgid "" "%1 - unknown type of userpath\n" msgstr "" diff --git a/tde-i18n-sr/acinclude.m4 b/tde-i18n-sr/acinclude.m4 index 68b7ababbca..afd8befc656 100644 --- a/tde-i18n-sr/acinclude.m4 +++ b/tde-i18n-sr/acinclude.m4 @@ -5006,13 +5006,13 @@ AC_DEFUN([KDE_SET_PREFIX], KDE_SET_DEFAULT_BINDIRS if test "x$prefix" = "xNONE"; then - dnl no prefix given: look for kde-config in the PATH and deduce the prefix from it - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + dnl no prefix given: look for tde-config in the PATH and deduce the prefix from it + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) else - dnl prefix given: look for kde-config, preferrably in prefix, otherwise in PATH + dnl prefix given: look for tde-config, preferrably in prefix, otherwise in PATH kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) PATH="$kde_save_PATH" fi @@ -5028,7 +5028,7 @@ AC_DEFUN([KDE_SET_PREFIX], AC_MSG_CHECKING([where to install]) if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - AC_MSG_RESULT([$prefix (as returned by kde-config)]) + AC_MSG_RESULT([$prefix (as returned by tde-config)]) else dnl --prefix was given. Compare prefixes and warn (in configure.in.bot.end) if different given_prefix=$prefix diff --git a/tde-i18n-sr/configure b/tde-i18n-sr/configure index 2696f2bc68b..7a00a0cd74f 100755 --- a/tde-i18n-sr/configure +++ b/tde-i18n-sr/configure @@ -3750,12 +3750,12 @@ done if test "x$prefix" = "xNONE"; then - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3774,16 +3774,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3803,10 +3803,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3822,12 +3822,12 @@ echo "${ECHO_T}$kde_cv_path" >&6; } kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3846,16 +3846,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3875,10 +3875,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3911,8 +3911,8 @@ echo "$as_me: error: $KDECONFIG --prefix outputed the non existant prefix '$kde_ echo $ECHO_N "checking where to install... $ECHO_C" >&6; } if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - { echo "$as_me:$LINENO: result: $prefix (as returned by kde-config)" >&5 -echo "${ECHO_T}$prefix (as returned by kde-config)" >&6; } + { echo "$as_me:$LINENO: result: $prefix (as returned by tde-config)" >&5 +echo "${ECHO_T}$prefix (as returned by tde-config)" >&6; } else given_prefix=$prefix { echo "$as_me:$LINENO: result: $prefix (as requested)" >&5 @@ -5455,7 +5455,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-sr/configure.in b/tde-i18n-sr/configure.in index 49bfe1c10d3..2d567121be2 100644 --- a/tde-i18n-sr/configure.in +++ b/tde-i18n-sr/configure.in @@ -48,7 +48,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-sr/messages/tdelibs/tdelibs.po b/tde-i18n-sr/messages/tdelibs/tdelibs.po index 4cf4db7f38d..ed55c328092 100644 --- a/tde-i18n-sr/messages/tdelibs/tdelibs.po +++ b/tde-i18n-sr/messages/tdelibs/tdelibs.po @@ -9525,154 +9525,154 @@ msgstr "Шта је о&во?" msgid "Tip of the &Day" msgstr "Савет &дана" -#: tdecore/kde-config.cpp.in:14 +#: tdecore/tde-config.cpp.in:14 msgid "A little program to output installation paths" msgstr "Мали програм за испис инсталационих путања" -#: tdecore/kde-config.cpp.in:18 +#: tdecore/tde-config.cpp.in:18 msgid "expand ${prefix} and ${exec_prefix} in output" msgstr "прошири ${prefix} и ${exec_prefix} у излазу" -#: tdecore/kde-config.cpp.in:19 +#: tdecore/tde-config.cpp.in:19 msgid "Compiled in prefix for KDE libraries" msgstr "Уграђени prefix за KDE билиотеке" -#: tdecore/kde-config.cpp.in:20 +#: tdecore/tde-config.cpp.in:20 msgid "Compiled in exec_prefix for KDE libraries" msgstr "Уграђени exec_prefix за KDE библиотеке" -#: tdecore/kde-config.cpp.in:21 +#: tdecore/tde-config.cpp.in:21 msgid "Compiled in library path suffix" msgstr "Уграђени суфикс путања библиотека" -#: tdecore/kde-config.cpp.in:22 +#: tdecore/tde-config.cpp.in:22 msgid "Prefix in $HOME used to write files" msgstr "Префикс у $HOME за запис фајлова" -#: tdecore/kde-config.cpp.in:23 +#: tdecore/tde-config.cpp.in:23 msgid "Compiled in version string for KDE libraries" msgstr "Уграђени знаковни низ верзије за KDE библиотеке" -#: tdecore/kde-config.cpp.in:24 +#: tdecore/tde-config.cpp.in:24 msgid "Available KDE resource types" msgstr "Доступни типови KDE ресурса" -#: tdecore/kde-config.cpp.in:25 +#: tdecore/tde-config.cpp.in:25 msgid "Search path for resource type" msgstr "Путања претраге за тип ресурса" -#: tdecore/kde-config.cpp.in:26 +#: tdecore/tde-config.cpp.in:26 msgid "User path: desktop|autostart|trash|document" msgstr "Корисничка путања: desktop|autostart|trash|document" -#: tdecore/kde-config.cpp.in:27 +#: tdecore/tde-config.cpp.in:27 msgid "Prefix to install resource files to" msgstr "Префикс у који се инсталирају ресурсни фајлови" -#: tdecore/kde-config.cpp.in:168 +#: tdecore/tde-config.cpp.in:168 msgid "Applications menu (.desktop files)" msgstr "Мени апликација (.desktop фајлови)" -#: tdecore/kde-config.cpp.in:169 +#: tdecore/tde-config.cpp.in:169 msgid "CGIs to run from kdehelp" msgstr "CGI-ови за покретање из KDEHelp-а" -#: tdecore/kde-config.cpp.in:170 +#: tdecore/tde-config.cpp.in:170 msgid "Configuration files" msgstr "Фајлови са подешавањима" -#: tdecore/kde-config.cpp.in:171 +#: tdecore/tde-config.cpp.in:171 msgid "Where applications store data" msgstr "Где програми складиште податке" -#: tdecore/kde-config.cpp.in:172 +#: tdecore/tde-config.cpp.in:172 msgid "Executables in $prefix/bin" msgstr "Извршни фајлови у $prefix/bin" -#: tdecore/kde-config.cpp.in:173 +#: tdecore/tde-config.cpp.in:173 msgid "HTML documentation" msgstr "HTML документација" -#: tdecore/kde-config.cpp.in:174 +#: tdecore/tde-config.cpp.in:174 msgid "Icons" msgstr "Иконе" -#: tdecore/kde-config.cpp.in:175 +#: tdecore/tde-config.cpp.in:175 msgid "Configuration description files" msgstr "Фајлови са описом подешавања" -#: tdecore/kde-config.cpp.in:176 +#: tdecore/tde-config.cpp.in:176 msgid "Libraries" msgstr "Библиотеке" -#: tdecore/kde-config.cpp.in:177 +#: tdecore/tde-config.cpp.in:177 msgid "Includes/Headers" msgstr "Укључења/заглавља" -#: tdecore/kde-config.cpp.in:178 +#: tdecore/tde-config.cpp.in:178 msgid "Translation files for KLocale" msgstr "Фајлови превода за KLocale" -#: tdecore/kde-config.cpp.in:179 +#: tdecore/tde-config.cpp.in:179 msgid "Mime types" msgstr "MIME типови" -#: tdecore/kde-config.cpp.in:180 +#: tdecore/tde-config.cpp.in:180 msgid "Loadable modules" msgstr "Модули који се могу учитати" -#: tdecore/kde-config.cpp.in:181 +#: tdecore/tde-config.cpp.in:181 msgid "Qt plugins" msgstr "Qt прикључци" -#: tdecore/kde-config.cpp.in:182 +#: tdecore/tde-config.cpp.in:182 msgid "Services" msgstr "Сервиси" -#: tdecore/kde-config.cpp.in:183 +#: tdecore/tde-config.cpp.in:183 msgid "Service types" msgstr "Типови сервиса" -#: tdecore/kde-config.cpp.in:184 +#: tdecore/tde-config.cpp.in:184 msgid "Application sounds" msgstr "Звуци у програмима" -#: tdecore/kde-config.cpp.in:185 +#: tdecore/tde-config.cpp.in:185 msgid "Templates" msgstr "Шаблони" -#: tdecore/kde-config.cpp.in:186 +#: tdecore/tde-config.cpp.in:186 msgid "Wallpapers" msgstr "Позадине" -#: tdecore/kde-config.cpp.in:187 +#: tdecore/tde-config.cpp.in:187 msgid "XDG Application menu (.desktop files)" msgstr "XDG мени програма (.desktop фајлови)" -#: tdecore/kde-config.cpp.in:188 +#: tdecore/tde-config.cpp.in:188 msgid "XDG Menu descriptions (.directory files)" msgstr "XDG описи менија (.directory фајлови)" -#: tdecore/kde-config.cpp.in:189 +#: tdecore/tde-config.cpp.in:189 msgid "XDG Menu layout (.menu files)" msgstr "XDG распоред менија (.menu фајлова)" -#: tdecore/kde-config.cpp.in:190 +#: tdecore/tde-config.cpp.in:190 msgid "Temporary files (specific for both current host and current user)" msgstr "" "Привремени фајлови (посебни и за тренутни домаћин и за тренутног корисника)" -#: tdecore/kde-config.cpp.in:191 +#: tdecore/tde-config.cpp.in:191 msgid "UNIX Sockets (specific for both current host and current user)" msgstr "UNIX сокети (посебни и за тренутни домаћин и за тренутног корисника)" -#: tdecore/kde-config.cpp.in:203 +#: tdecore/tde-config.cpp.in:203 msgid "" "%1 - unknown type\n" msgstr "" "%1 - непознат тип\n" -#: tdecore/kde-config.cpp.in:228 +#: tdecore/tde-config.cpp.in:228 msgid "" "%1 - unknown type of userpath\n" msgstr "" diff --git a/tde-i18n-sr@Latn/acinclude.m4 b/tde-i18n-sr@Latn/acinclude.m4 index 68b7ababbca..afd8befc656 100644 --- a/tde-i18n-sr@Latn/acinclude.m4 +++ b/tde-i18n-sr@Latn/acinclude.m4 @@ -5006,13 +5006,13 @@ AC_DEFUN([KDE_SET_PREFIX], KDE_SET_DEFAULT_BINDIRS if test "x$prefix" = "xNONE"; then - dnl no prefix given: look for kde-config in the PATH and deduce the prefix from it - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + dnl no prefix given: look for tde-config in the PATH and deduce the prefix from it + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) else - dnl prefix given: look for kde-config, preferrably in prefix, otherwise in PATH + dnl prefix given: look for tde-config, preferrably in prefix, otherwise in PATH kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) PATH="$kde_save_PATH" fi @@ -5028,7 +5028,7 @@ AC_DEFUN([KDE_SET_PREFIX], AC_MSG_CHECKING([where to install]) if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - AC_MSG_RESULT([$prefix (as returned by kde-config)]) + AC_MSG_RESULT([$prefix (as returned by tde-config)]) else dnl --prefix was given. Compare prefixes and warn (in configure.in.bot.end) if different given_prefix=$prefix diff --git a/tde-i18n-sr@Latn/configure b/tde-i18n-sr@Latn/configure index 3a29272492d..288ef451a81 100755 --- a/tde-i18n-sr@Latn/configure +++ b/tde-i18n-sr@Latn/configure @@ -3750,12 +3750,12 @@ done if test "x$prefix" = "xNONE"; then - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3774,16 +3774,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3803,10 +3803,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3822,12 +3822,12 @@ echo "${ECHO_T}$kde_cv_path" >&6; } kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3846,16 +3846,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3875,10 +3875,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3911,8 +3911,8 @@ echo "$as_me: error: $KDECONFIG --prefix outputed the non existant prefix '$kde_ echo $ECHO_N "checking where to install... $ECHO_C" >&6; } if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - { echo "$as_me:$LINENO: result: $prefix (as returned by kde-config)" >&5 -echo "${ECHO_T}$prefix (as returned by kde-config)" >&6; } + { echo "$as_me:$LINENO: result: $prefix (as returned by tde-config)" >&5 +echo "${ECHO_T}$prefix (as returned by tde-config)" >&6; } else given_prefix=$prefix { echo "$as_me:$LINENO: result: $prefix (as requested)" >&5 @@ -5443,7 +5443,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-sr@Latn/configure.in b/tde-i18n-sr@Latn/configure.in index 46dc9396e47..703cc43b68b 100644 --- a/tde-i18n-sr@Latn/configure.in +++ b/tde-i18n-sr@Latn/configure.in @@ -44,7 +44,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-sr@Latn/messages/tdelibs/tdelibs.po b/tde-i18n-sr@Latn/messages/tdelibs/tdelibs.po index 50cc330a103..26d09fac167 100644 --- a/tde-i18n-sr@Latn/messages/tdelibs/tdelibs.po +++ b/tde-i18n-sr@Latn/messages/tdelibs/tdelibs.po @@ -9531,154 +9531,154 @@ msgstr "Šta je o&vo?" msgid "Tip of the &Day" msgstr "Savet &dana" -#: tdecore/kde-config.cpp.in:14 +#: tdecore/tde-config.cpp.in:14 msgid "A little program to output installation paths" msgstr "Mali program za ispis instalacionih putanja" -#: tdecore/kde-config.cpp.in:18 +#: tdecore/tde-config.cpp.in:18 msgid "expand ${prefix} and ${exec_prefix} in output" msgstr "proširi ${prefix} i ${exec_prefix} u izlazu" -#: tdecore/kde-config.cpp.in:19 +#: tdecore/tde-config.cpp.in:19 msgid "Compiled in prefix for KDE libraries" msgstr "Ugrađeni prefix za KDE bilioteke" -#: tdecore/kde-config.cpp.in:20 +#: tdecore/tde-config.cpp.in:20 msgid "Compiled in exec_prefix for KDE libraries" msgstr "Ugrađeni exec_prefix za KDE biblioteke" -#: tdecore/kde-config.cpp.in:21 +#: tdecore/tde-config.cpp.in:21 msgid "Compiled in library path suffix" msgstr "Ugrađeni sufiks putanja biblioteka" -#: tdecore/kde-config.cpp.in:22 +#: tdecore/tde-config.cpp.in:22 msgid "Prefix in $HOME used to write files" msgstr "Prefiks u $HOME za zapis fajlova" -#: tdecore/kde-config.cpp.in:23 +#: tdecore/tde-config.cpp.in:23 msgid "Compiled in version string for KDE libraries" msgstr "Ugrađeni znakovni niz verzije za KDE biblioteke" -#: tdecore/kde-config.cpp.in:24 +#: tdecore/tde-config.cpp.in:24 msgid "Available KDE resource types" msgstr "Dostupni tipovi KDE resursa" -#: tdecore/kde-config.cpp.in:25 +#: tdecore/tde-config.cpp.in:25 msgid "Search path for resource type" msgstr "Putanja pretrage za tip resursa" -#: tdecore/kde-config.cpp.in:26 +#: tdecore/tde-config.cpp.in:26 msgid "User path: desktop|autostart|trash|document" msgstr "Korisnička putanja: desktop|autostart|trash|document" -#: tdecore/kde-config.cpp.in:27 +#: tdecore/tde-config.cpp.in:27 msgid "Prefix to install resource files to" msgstr "Prefiks u koji se instaliraju resursni fajlovi" -#: tdecore/kde-config.cpp.in:168 +#: tdecore/tde-config.cpp.in:168 msgid "Applications menu (.desktop files)" msgstr "Meni aplikacija (.desktop fajlovi)" -#: tdecore/kde-config.cpp.in:169 +#: tdecore/tde-config.cpp.in:169 msgid "CGIs to run from kdehelp" msgstr "CGI-ovi za pokretanje iz KDEHelp-a" -#: tdecore/kde-config.cpp.in:170 +#: tdecore/tde-config.cpp.in:170 msgid "Configuration files" msgstr "Fajlovi sa podešavanjima" -#: tdecore/kde-config.cpp.in:171 +#: tdecore/tde-config.cpp.in:171 msgid "Where applications store data" msgstr "Gde programi skladište podatke" -#: tdecore/kde-config.cpp.in:172 +#: tdecore/tde-config.cpp.in:172 msgid "Executables in $prefix/bin" msgstr "Izvršni fajlovi u $prefix/bin" -#: tdecore/kde-config.cpp.in:173 +#: tdecore/tde-config.cpp.in:173 msgid "HTML documentation" msgstr "HTML dokumentacija" -#: tdecore/kde-config.cpp.in:174 +#: tdecore/tde-config.cpp.in:174 msgid "Icons" msgstr "Ikone" -#: tdecore/kde-config.cpp.in:175 +#: tdecore/tde-config.cpp.in:175 msgid "Configuration description files" msgstr "Fajlovi sa opisom podešavanja" -#: tdecore/kde-config.cpp.in:176 +#: tdecore/tde-config.cpp.in:176 msgid "Libraries" msgstr "Biblioteke" -#: tdecore/kde-config.cpp.in:177 +#: tdecore/tde-config.cpp.in:177 msgid "Includes/Headers" msgstr "Uključenja/zaglavlja" -#: tdecore/kde-config.cpp.in:178 +#: tdecore/tde-config.cpp.in:178 msgid "Translation files for KLocale" msgstr "Fajlovi prevoda za KLocale" -#: tdecore/kde-config.cpp.in:179 +#: tdecore/tde-config.cpp.in:179 msgid "Mime types" msgstr "MIME tipovi" -#: tdecore/kde-config.cpp.in:180 +#: tdecore/tde-config.cpp.in:180 msgid "Loadable modules" msgstr "Moduli koji se mogu učitati" -#: tdecore/kde-config.cpp.in:181 +#: tdecore/tde-config.cpp.in:181 msgid "Qt plugins" msgstr "Qt priključci" -#: tdecore/kde-config.cpp.in:182 +#: tdecore/tde-config.cpp.in:182 msgid "Services" msgstr "Servisi" -#: tdecore/kde-config.cpp.in:183 +#: tdecore/tde-config.cpp.in:183 msgid "Service types" msgstr "Tipovi servisa" -#: tdecore/kde-config.cpp.in:184 +#: tdecore/tde-config.cpp.in:184 msgid "Application sounds" msgstr "Zvuci u programima" -#: tdecore/kde-config.cpp.in:185 +#: tdecore/tde-config.cpp.in:185 msgid "Templates" msgstr "Šabloni" -#: tdecore/kde-config.cpp.in:186 +#: tdecore/tde-config.cpp.in:186 msgid "Wallpapers" msgstr "Pozadine" -#: tdecore/kde-config.cpp.in:187 +#: tdecore/tde-config.cpp.in:187 msgid "XDG Application menu (.desktop files)" msgstr "XDG meni programa (.desktop fajlovi)" -#: tdecore/kde-config.cpp.in:188 +#: tdecore/tde-config.cpp.in:188 msgid "XDG Menu descriptions (.directory files)" msgstr "XDG opisi menija (.directory fajlovi)" -#: tdecore/kde-config.cpp.in:189 +#: tdecore/tde-config.cpp.in:189 msgid "XDG Menu layout (.menu files)" msgstr "XDG raspored menija (.menu fajlova)" -#: tdecore/kde-config.cpp.in:190 +#: tdecore/tde-config.cpp.in:190 msgid "Temporary files (specific for both current host and current user)" msgstr "" "Privremeni fajlovi (posebni i za trenutni domaćin i za trenutnog korisnika)" -#: tdecore/kde-config.cpp.in:191 +#: tdecore/tde-config.cpp.in:191 msgid "UNIX Sockets (specific for both current host and current user)" msgstr "UNIX soketi (posebni i za trenutni domaćin i za trenutnog korisnika)" -#: tdecore/kde-config.cpp.in:203 +#: tdecore/tde-config.cpp.in:203 msgid "" "%1 - unknown type\n" msgstr "" "%1 - nepoznat tip\n" -#: tdecore/kde-config.cpp.in:228 +#: tdecore/tde-config.cpp.in:228 msgid "" "%1 - unknown type of userpath\n" msgstr "" diff --git a/tde-i18n-ss/acinclude.m4 b/tde-i18n-ss/acinclude.m4 index 68b7ababbca..afd8befc656 100644 --- a/tde-i18n-ss/acinclude.m4 +++ b/tde-i18n-ss/acinclude.m4 @@ -5006,13 +5006,13 @@ AC_DEFUN([KDE_SET_PREFIX], KDE_SET_DEFAULT_BINDIRS if test "x$prefix" = "xNONE"; then - dnl no prefix given: look for kde-config in the PATH and deduce the prefix from it - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + dnl no prefix given: look for tde-config in the PATH and deduce the prefix from it + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) else - dnl prefix given: look for kde-config, preferrably in prefix, otherwise in PATH + dnl prefix given: look for tde-config, preferrably in prefix, otherwise in PATH kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) PATH="$kde_save_PATH" fi @@ -5028,7 +5028,7 @@ AC_DEFUN([KDE_SET_PREFIX], AC_MSG_CHECKING([where to install]) if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - AC_MSG_RESULT([$prefix (as returned by kde-config)]) + AC_MSG_RESULT([$prefix (as returned by tde-config)]) else dnl --prefix was given. Compare prefixes and warn (in configure.in.bot.end) if different given_prefix=$prefix diff --git a/tde-i18n-ss/configure b/tde-i18n-ss/configure index 232636af6d6..506fbaf8f3f 100755 --- a/tde-i18n-ss/configure +++ b/tde-i18n-ss/configure @@ -3750,12 +3750,12 @@ done if test "x$prefix" = "xNONE"; then - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3774,16 +3774,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3803,10 +3803,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3822,12 +3822,12 @@ echo "${ECHO_T}$kde_cv_path" >&6; } kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3846,16 +3846,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3875,10 +3875,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3911,8 +3911,8 @@ echo "$as_me: error: $KDECONFIG --prefix outputed the non existant prefix '$kde_ echo $ECHO_N "checking where to install... $ECHO_C" >&6; } if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - { echo "$as_me:$LINENO: result: $prefix (as returned by kde-config)" >&5 -echo "${ECHO_T}$prefix (as returned by kde-config)" >&6; } + { echo "$as_me:$LINENO: result: $prefix (as returned by tde-config)" >&5 +echo "${ECHO_T}$prefix (as returned by tde-config)" >&6; } else given_prefix=$prefix { echo "$as_me:$LINENO: result: $prefix (as requested)" >&5 @@ -5389,7 +5389,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-ss/configure.in b/tde-i18n-ss/configure.in index febe54d9537..692065a05e3 100644 --- a/tde-i18n-ss/configure.in +++ b/tde-i18n-ss/configure.in @@ -26,7 +26,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-ss/messages/tdelibs/tdelibs.po b/tde-i18n-ss/messages/tdelibs/tdelibs.po index 349b9c1740a..9ab03cbb1b8 100644 --- a/tde-i18n-ss/messages/tdelibs/tdelibs.po +++ b/tde-i18n-ss/messages/tdelibs/tdelibs.po @@ -9677,166 +9677,166 @@ msgstr "Yini &loku?" msgid "Tip of the &Day" msgstr "Seluleko se &lilanga" -#: tdecore/kde-config.cpp.in:14 +#: tdecore/tde-config.cpp.in:14 msgid "A little program to output installation paths" msgstr "" -#: tdecore/kde-config.cpp.in:18 +#: tdecore/tde-config.cpp.in:18 msgid "expand ${prefix} and ${exec_prefix} in output" msgstr "" -#: tdecore/kde-config.cpp.in:19 +#: tdecore/tde-config.cpp.in:19 msgid "Compiled in prefix for KDE libraries" msgstr "" -#: tdecore/kde-config.cpp.in:20 +#: tdecore/tde-config.cpp.in:20 msgid "Compiled in exec_prefix for KDE libraries" msgstr "" -#: tdecore/kde-config.cpp.in:21 +#: tdecore/tde-config.cpp.in:21 msgid "Compiled in library path suffix" msgstr "" -#: tdecore/kde-config.cpp.in:22 +#: tdecore/tde-config.cpp.in:22 msgid "Prefix in $HOME used to write files" msgstr "" -#: tdecore/kde-config.cpp.in:23 +#: tdecore/tde-config.cpp.in:23 msgid "Compiled in version string for KDE libraries" msgstr "" -#: tdecore/kde-config.cpp.in:24 +#: tdecore/tde-config.cpp.in:24 #, fuzzy msgid "Available KDE resource types" msgstr "Emakheli lakhona:" -#: tdecore/kde-config.cpp.in:25 +#: tdecore/tde-config.cpp.in:25 msgid "Search path for resource type" msgstr "" -#: tdecore/kde-config.cpp.in:26 +#: tdecore/tde-config.cpp.in:26 msgid "User path: desktop|autostart|trash|document" msgstr "" -#: tdecore/kde-config.cpp.in:27 +#: tdecore/tde-config.cpp.in:27 #, fuzzy msgid "Prefix to install resource files to" msgstr "Kulungisela kufaka sihambisi etukwesamukeli %1" -#: tdecore/kde-config.cpp.in:168 +#: tdecore/tde-config.cpp.in:168 msgid "Applications menu (.desktop files)" msgstr "" -#: tdecore/kde-config.cpp.in:169 +#: tdecore/tde-config.cpp.in:169 msgid "CGIs to run from kdehelp" msgstr "" -#: tdecore/kde-config.cpp.in:170 +#: tdecore/tde-config.cpp.in:170 #, fuzzy msgid "Configuration files" msgstr "Kuhleleka" -#: tdecore/kde-config.cpp.in:171 +#: tdecore/tde-config.cpp.in:171 #, fuzzy msgid "Where applications store data" msgstr "Khetsa sicelo se %1 " -#: tdecore/kde-config.cpp.in:172 +#: tdecore/tde-config.cpp.in:172 msgid "Executables in $prefix/bin" msgstr "" -#: tdecore/kde-config.cpp.in:173 +#: tdecore/tde-config.cpp.in:173 #, fuzzy msgid "HTML documentation" msgstr "Kugcinwa" -#: tdecore/kde-config.cpp.in:174 +#: tdecore/tde-config.cpp.in:174 #, fuzzy msgid "Icons" msgstr "Tento" -#: tdecore/kde-config.cpp.in:175 +#: tdecore/tde-config.cpp.in:175 #, fuzzy msgid "Configuration description files" msgstr "Kwenta ngalenye indlela lokutsite" -#: tdecore/kde-config.cpp.in:176 +#: tdecore/tde-config.cpp.in:176 msgid "Libraries" msgstr "" -#: tdecore/kde-config.cpp.in:177 +#: tdecore/tde-config.cpp.in:177 msgid "Includes/Headers" msgstr "" -#: tdecore/kde-config.cpp.in:178 +#: tdecore/tde-config.cpp.in:178 msgid "Translation files for KLocale" msgstr "" -#: tdecore/kde-config.cpp.in:179 +#: tdecore/tde-config.cpp.in:179 #, fuzzy msgid "Mime types" msgstr "Tinhlobo teMime" -#: tdecore/kde-config.cpp.in:180 +#: tdecore/tde-config.cpp.in:180 msgid "Loadable modules" msgstr "" -#: tdecore/kde-config.cpp.in:181 +#: tdecore/tde-config.cpp.in:181 #, fuzzy msgid "Qt plugins" msgstr "SiPolishi" -#: tdecore/kde-config.cpp.in:182 +#: tdecore/tde-config.cpp.in:182 #, fuzzy msgid "Services" msgstr "Tisetjentiswa" -#: tdecore/kde-config.cpp.in:183 +#: tdecore/tde-config.cpp.in:183 #, fuzzy msgid "Service types" msgstr "Luhlobo lwelifayela:" -#: tdecore/kde-config.cpp.in:184 +#: tdecore/tde-config.cpp.in:184 #, fuzzy msgid "Application sounds" msgstr "Ticelo" -#: tdecore/kde-config.cpp.in:185 +#: tdecore/tde-config.cpp.in:185 #, fuzzy msgid "Templates" msgstr "Valela" -#: tdecore/kde-config.cpp.in:186 +#: tdecore/tde-config.cpp.in:186 msgid "Wallpapers" msgstr "" -#: tdecore/kde-config.cpp.in:187 +#: tdecore/tde-config.cpp.in:187 msgid "XDG Application menu (.desktop files)" msgstr "" -#: tdecore/kde-config.cpp.in:188 +#: tdecore/tde-config.cpp.in:188 msgid "XDG Menu descriptions (.directory files)" msgstr "" -#: tdecore/kde-config.cpp.in:189 +#: tdecore/tde-config.cpp.in:189 msgid "XDG Menu layout (.menu files)" msgstr "" -#: tdecore/kde-config.cpp.in:190 +#: tdecore/tde-config.cpp.in:190 msgid "Temporary files (specific for both current host and current user)" msgstr "" -#: tdecore/kde-config.cpp.in:191 +#: tdecore/tde-config.cpp.in:191 msgid "UNIX Sockets (specific for both current host and current user)" msgstr "" -#: tdecore/kde-config.cpp.in:203 +#: tdecore/tde-config.cpp.in:203 #, fuzzy msgid "" "%1 - unknown type\n" msgstr "Luhlobo lelingatiwa" -#: tdecore/kde-config.cpp.in:228 +#: tdecore/tde-config.cpp.in:228 msgid "" "%1 - unknown type of userpath\n" msgstr "" diff --git a/tde-i18n-sv/acinclude.m4 b/tde-i18n-sv/acinclude.m4 index 68b7ababbca..afd8befc656 100644 --- a/tde-i18n-sv/acinclude.m4 +++ b/tde-i18n-sv/acinclude.m4 @@ -5006,13 +5006,13 @@ AC_DEFUN([KDE_SET_PREFIX], KDE_SET_DEFAULT_BINDIRS if test "x$prefix" = "xNONE"; then - dnl no prefix given: look for kde-config in the PATH and deduce the prefix from it - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + dnl no prefix given: look for tde-config in the PATH and deduce the prefix from it + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) else - dnl prefix given: look for kde-config, preferrably in prefix, otherwise in PATH + dnl prefix given: look for tde-config, preferrably in prefix, otherwise in PATH kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) PATH="$kde_save_PATH" fi @@ -5028,7 +5028,7 @@ AC_DEFUN([KDE_SET_PREFIX], AC_MSG_CHECKING([where to install]) if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - AC_MSG_RESULT([$prefix (as returned by kde-config)]) + AC_MSG_RESULT([$prefix (as returned by tde-config)]) else dnl --prefix was given. Compare prefixes and warn (in configure.in.bot.end) if different given_prefix=$prefix diff --git a/tde-i18n-sv/configure b/tde-i18n-sv/configure index 5d3f872d8cd..07f500de721 100755 --- a/tde-i18n-sv/configure +++ b/tde-i18n-sv/configure @@ -3750,12 +3750,12 @@ done if test "x$prefix" = "xNONE"; then - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3774,16 +3774,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3803,10 +3803,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3822,12 +3822,12 @@ echo "${ECHO_T}$kde_cv_path" >&6; } kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3846,16 +3846,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3875,10 +3875,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3911,8 +3911,8 @@ echo "$as_me: error: $KDECONFIG --prefix outputed the non existant prefix '$kde_ echo $ECHO_N "checking where to install... $ECHO_C" >&6; } if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - { echo "$as_me:$LINENO: result: $prefix (as returned by kde-config)" >&5 -echo "${ECHO_T}$prefix (as returned by kde-config)" >&6; } + { echo "$as_me:$LINENO: result: $prefix (as returned by tde-config)" >&5 +echo "${ECHO_T}$prefix (as returned by tde-config)" >&6; } else given_prefix=$prefix { echo "$as_me:$LINENO: result: $prefix (as requested)" >&5 @@ -6349,7 +6349,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-sv/configure.in b/tde-i18n-sv/configure.in index c32a34b4d21..c8d1308ffb0 100644 --- a/tde-i18n-sv/configure.in +++ b/tde-i18n-sv/configure.in @@ -346,7 +346,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-sv/docs/tdeadmin/knetworkconf/index.docbook b/tde-i18n-sv/docs/tdeadmin/knetworkconf/index.docbook index 124bae2230c..4ac813e4623 100644 --- a/tde-i18n-sv/docs/tdeadmin/knetworkconf/index.docbook +++ b/tde-i18n-sv/docs/tdeadmin/knetworkconf/index.docbook @@ -1017,7 +1017,7 @@ format="PNG"/> >Rekommenderas bara för avancerade användare. Annars är det inte svårt att kompilera &knetworkconf;. Följande kommandon bör åstadkomma det:</para> <screen ->./configure --prefix=$(kde-config --prefix) +>./configure --prefix=$(tde-config --prefix) make make install </screen> diff --git a/tde-i18n-sv/docs/tdebase/faq/configkde.docbook b/tde-i18n-sv/docs/tdebase/faq/configkde.docbook index fe9a9914a2b..1ec33e9a195 100644 --- a/tde-i18n-sv/docs/tdebase/faq/configkde.docbook +++ b/tde-i18n-sv/docs/tdebase/faq/configkde.docbook @@ -300,7 +300,7 @@ >TDEDIR</envar > är prefixet som användes då &kde; installerades (du kan ta reda på det genom att använda kommandot <userinput ><command ->kde-config</command +>tde-config</command > --prefix</userinput >).</para> <para diff --git a/tde-i18n-sv/docs/tdebase/kate/advanced.docbook b/tde-i18n-sv/docs/tdebase/kate/advanced.docbook index 3e6f209129e..1baffd48a74 100644 --- a/tde-i18n-sv/docs/tdebase/kate/advanced.docbook +++ b/tde-i18n-sv/docs/tdebase/kate/advanced.docbook @@ -1304,7 +1304,7 @@ >. Kravet är att skriptet placeras i en katalog där &kate; kan hitta det, tillsammans med en valfri .desktop-fil som definierar tillhörande egenskaper. Den giltiga katalogen heter <filename >katepart/scripts</filename > i &kde;:s datakataloger. Du kan hitta datakatalogerna genom att utföra kommandot <command ->kde-config <option +>tde-config <option >--path</option > <parameter >data</parameter diff --git a/tde-i18n-sv/docs/tdebase/userguide/index.docbook b/tde-i18n-sv/docs/tdebase/userguide/index.docbook index 991c23bd7b7..4ce25ee12ba 100644 --- a/tde-i18n-sv/docs/tdebase/userguide/index.docbook +++ b/tde-i18n-sv/docs/tdebase/userguide/index.docbook @@ -281,7 +281,7 @@ ><para >&kde; installeras i sitt eget katalogträd, som du kan hitta genom att köra kommandot <userinput ><command ->kde-config</command +>tde-config</command > <option >--prefix</option ></userinput diff --git a/tde-i18n-sv/docs/tdebase/userguide/under-the-hood.docbook b/tde-i18n-sv/docs/tdebase/userguide/under-the-hood.docbook index a18f2a98439..8da4fd081b5 100644 --- a/tde-i18n-sv/docs/tdebase/userguide/under-the-hood.docbook +++ b/tde-i18n-sv/docs/tdebase/userguide/under-the-hood.docbook @@ -61,7 +61,7 @@ LastFile=/var/tmp/test.txt</programlisting> >) och de globala finns i underkatalogen <filename class="directory" >share/config</filename > i &kde;:s installationssökväg. (Du kan hitta sökvägen genom att köra kommandot <command ->kde-config --prefix</command +>tde-config --prefix</command >.) Filnamnen slutar typiskt med rc (utan inledande punkt), till exempel <filename >kopeterc</filename >.</para> diff --git a/tde-i18n-sv/docs/tdeedu/kgeography/index.docbook b/tde-i18n-sv/docs/tdeedu/kgeography/index.docbook index 8bc357ece79..7ca487183e5 100644 --- a/tde-i18n-sv/docs/tdeedu/kgeography/index.docbook +++ b/tde-i18n-sv/docs/tdeedu/kgeography/index.docbook @@ -620,7 +620,7 @@ guide the parent/teacher on how to help the child using it. ></filename > är, skriv <userinput ><command ->kde-config</command +>tde-config</command > <option >--prefix</option ></userinput diff --git a/tde-i18n-sv/docs/tdenetwork/lisa/index.docbook b/tde-i18n-sv/docs/tdenetwork/lisa/index.docbook index f56bf1a6593..19c2a490354 100644 --- a/tde-i18n-sv/docs/tdenetwork/lisa/index.docbook +++ b/tde-i18n-sv/docs/tdenetwork/lisa/index.docbook @@ -761,7 +761,7 @@ MaxPingsAtOnce = 256 #skicka upp till 256 ICMP-ekoförfrågni >lisarc</filename > i varje katalog som returneras genom att köra <userinput ><command ->kde-config</command +>tde-config</command > <option >--path</option > <parameter diff --git a/tde-i18n-sv/messages/tdelibs/tdelibs.po b/tde-i18n-sv/messages/tdelibs/tdelibs.po index c9396916470..d0e4b20371d 100644 --- a/tde-i18n-sv/messages/tdelibs/tdelibs.po +++ b/tde-i18n-sv/messages/tdelibs/tdelibs.po @@ -9532,153 +9532,153 @@ msgstr "Vad är de&t här?" msgid "Tip of the &Day" msgstr "&Dagens tips" -#: tdecore/kde-config.cpp.in:14 +#: tdecore/tde-config.cpp.in:14 msgid "A little program to output installation paths" msgstr "Ett litet program för att skriva ut installationssökvägar" -#: tdecore/kde-config.cpp.in:18 +#: tdecore/tde-config.cpp.in:18 msgid "expand ${prefix} and ${exec_prefix} in output" msgstr "Expandera ${prefix} och ${exec_prefix} i utdata" -#: tdecore/kde-config.cpp.in:19 +#: tdecore/tde-config.cpp.in:19 msgid "Compiled in prefix for KDE libraries" msgstr "Inkompilerat prefix för KDE-bibliotek" -#: tdecore/kde-config.cpp.in:20 +#: tdecore/tde-config.cpp.in:20 msgid "Compiled in exec_prefix for KDE libraries" msgstr "Inkompilerat exec_prefix för KDE-bibliotek" -#: tdecore/kde-config.cpp.in:21 +#: tdecore/tde-config.cpp.in:21 msgid "Compiled in library path suffix" msgstr "Inkompilerat suffix för bibliotekssökvägar" -#: tdecore/kde-config.cpp.in:22 +#: tdecore/tde-config.cpp.in:22 msgid "Prefix in $HOME used to write files" msgstr "Prefix i $HOME använt för att skriva filer" -#: tdecore/kde-config.cpp.in:23 +#: tdecore/tde-config.cpp.in:23 msgid "Compiled in version string for KDE libraries" msgstr "Inkompilerad versionssträng för KDE-bibliotek" -#: tdecore/kde-config.cpp.in:24 +#: tdecore/tde-config.cpp.in:24 msgid "Available KDE resource types" msgstr "Tillgängliga KDE-resurstyper" -#: tdecore/kde-config.cpp.in:25 +#: tdecore/tde-config.cpp.in:25 msgid "Search path for resource type" msgstr "Sökväg för resurstyper" -#: tdecore/kde-config.cpp.in:26 +#: tdecore/tde-config.cpp.in:26 msgid "User path: desktop|autostart|trash|document" msgstr "Användarsökväg: skrivbord|autostart|papperskorg|dokument" -#: tdecore/kde-config.cpp.in:27 +#: tdecore/tde-config.cpp.in:27 msgid "Prefix to install resource files to" msgstr "Prefix att installera resursfiler" -#: tdecore/kde-config.cpp.in:168 +#: tdecore/tde-config.cpp.in:168 msgid "Applications menu (.desktop files)" msgstr "Programmeny (.desktop-filer)" -#: tdecore/kde-config.cpp.in:169 +#: tdecore/tde-config.cpp.in:169 msgid "CGIs to run from kdehelp" msgstr "CGI:er att köra från kdehelp" -#: tdecore/kde-config.cpp.in:170 +#: tdecore/tde-config.cpp.in:170 msgid "Configuration files" msgstr "Inställningsfiler" -#: tdecore/kde-config.cpp.in:171 +#: tdecore/tde-config.cpp.in:171 msgid "Where applications store data" msgstr "Där program lagrar data" -#: tdecore/kde-config.cpp.in:172 +#: tdecore/tde-config.cpp.in:172 msgid "Executables in $prefix/bin" msgstr "Körbara filer i $prefix/bin" -#: tdecore/kde-config.cpp.in:173 +#: tdecore/tde-config.cpp.in:173 msgid "HTML documentation" msgstr "HTML-dokumentation" -#: tdecore/kde-config.cpp.in:174 +#: tdecore/tde-config.cpp.in:174 msgid "Icons" msgstr "Ikoner" -#: tdecore/kde-config.cpp.in:175 +#: tdecore/tde-config.cpp.in:175 msgid "Configuration description files" msgstr "Inställningsbeskrivningsfiler" -#: tdecore/kde-config.cpp.in:176 +#: tdecore/tde-config.cpp.in:176 msgid "Libraries" msgstr "Bibliotek" -#: tdecore/kde-config.cpp.in:177 +#: tdecore/tde-config.cpp.in:177 msgid "Includes/Headers" msgstr "Inkluderade filer och deklarationsfiler" -#: tdecore/kde-config.cpp.in:178 +#: tdecore/tde-config.cpp.in:178 msgid "Translation files for KLocale" msgstr "Översättningsfiler för Klocale" -#: tdecore/kde-config.cpp.in:179 +#: tdecore/tde-config.cpp.in:179 msgid "Mime types" msgstr "MIME-typer" -#: tdecore/kde-config.cpp.in:180 +#: tdecore/tde-config.cpp.in:180 msgid "Loadable modules" msgstr "Laddningsbara moduler" -#: tdecore/kde-config.cpp.in:181 +#: tdecore/tde-config.cpp.in:181 msgid "Qt plugins" msgstr "Qt-insticksprogram" -#: tdecore/kde-config.cpp.in:182 +#: tdecore/tde-config.cpp.in:182 msgid "Services" msgstr "Tjänster" -#: tdecore/kde-config.cpp.in:183 +#: tdecore/tde-config.cpp.in:183 msgid "Service types" msgstr "Tjänsttyper" -#: tdecore/kde-config.cpp.in:184 +#: tdecore/tde-config.cpp.in:184 msgid "Application sounds" msgstr "Programljud" -#: tdecore/kde-config.cpp.in:185 +#: tdecore/tde-config.cpp.in:185 msgid "Templates" msgstr "Mallar" -#: tdecore/kde-config.cpp.in:186 +#: tdecore/tde-config.cpp.in:186 msgid "Wallpapers" msgstr "Skrivbordsunderlägg" -#: tdecore/kde-config.cpp.in:187 +#: tdecore/tde-config.cpp.in:187 msgid "XDG Application menu (.desktop files)" msgstr "XDG-programmeny (.desktop-filer)" -#: tdecore/kde-config.cpp.in:188 +#: tdecore/tde-config.cpp.in:188 msgid "XDG Menu descriptions (.directory files)" msgstr "XDG-menybeskrivningar (.directory-filer)" -#: tdecore/kde-config.cpp.in:189 +#: tdecore/tde-config.cpp.in:189 msgid "XDG Menu layout (.menu files)" msgstr "XDG-menylayout (.menu-filer)" -#: tdecore/kde-config.cpp.in:190 +#: tdecore/tde-config.cpp.in:190 msgid "Temporary files (specific for both current host and current user)" msgstr "Tillfälliga filer (specifika både för aktuell värddator och användare)" -#: tdecore/kde-config.cpp.in:191 +#: tdecore/tde-config.cpp.in:191 msgid "UNIX Sockets (specific for both current host and current user)" msgstr "Unix-uttag (specifika både för aktuell värddator och användare)" -#: tdecore/kde-config.cpp.in:203 +#: tdecore/tde-config.cpp.in:203 msgid "" "%1 - unknown type\n" msgstr "" "%1 - okänd typ\n" -#: tdecore/kde-config.cpp.in:228 +#: tdecore/tde-config.cpp.in:228 msgid "" "%1 - unknown type of userpath\n" msgstr "" diff --git a/tde-i18n-ta/acinclude.m4 b/tde-i18n-ta/acinclude.m4 index 68b7ababbca..afd8befc656 100644 --- a/tde-i18n-ta/acinclude.m4 +++ b/tde-i18n-ta/acinclude.m4 @@ -5006,13 +5006,13 @@ AC_DEFUN([KDE_SET_PREFIX], KDE_SET_DEFAULT_BINDIRS if test "x$prefix" = "xNONE"; then - dnl no prefix given: look for kde-config in the PATH and deduce the prefix from it - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + dnl no prefix given: look for tde-config in the PATH and deduce the prefix from it + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) else - dnl prefix given: look for kde-config, preferrably in prefix, otherwise in PATH + dnl prefix given: look for tde-config, preferrably in prefix, otherwise in PATH kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) PATH="$kde_save_PATH" fi @@ -5028,7 +5028,7 @@ AC_DEFUN([KDE_SET_PREFIX], AC_MSG_CHECKING([where to install]) if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - AC_MSG_RESULT([$prefix (as returned by kde-config)]) + AC_MSG_RESULT([$prefix (as returned by tde-config)]) else dnl --prefix was given. Compare prefixes and warn (in configure.in.bot.end) if different given_prefix=$prefix diff --git a/tde-i18n-ta/configure b/tde-i18n-ta/configure index 0c82d1aa216..62120b08775 100755 --- a/tde-i18n-ta/configure +++ b/tde-i18n-ta/configure @@ -3750,12 +3750,12 @@ done if test "x$prefix" = "xNONE"; then - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3774,16 +3774,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3803,10 +3803,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3822,12 +3822,12 @@ echo "${ECHO_T}$kde_cv_path" >&6; } kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3846,16 +3846,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3875,10 +3875,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3911,8 +3911,8 @@ echo "$as_me: error: $KDECONFIG --prefix outputed the non existant prefix '$kde_ echo $ECHO_N "checking where to install... $ECHO_C" >&6; } if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - { echo "$as_me:$LINENO: result: $prefix (as returned by kde-config)" >&5 -echo "${ECHO_T}$prefix (as returned by kde-config)" >&6; } + { echo "$as_me:$LINENO: result: $prefix (as returned by tde-config)" >&5 +echo "${ECHO_T}$prefix (as returned by tde-config)" >&6; } else given_prefix=$prefix { echo "$as_me:$LINENO: result: $prefix (as requested)" >&5 @@ -5425,7 +5425,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-ta/configure.in b/tde-i18n-ta/configure.in index 9cb503e3645..6fcddcc8cd2 100644 --- a/tde-i18n-ta/configure.in +++ b/tde-i18n-ta/configure.in @@ -38,7 +38,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-ta/messages/tdelibs/tdelibs.po b/tde-i18n-ta/messages/tdelibs/tdelibs.po index f0d094243d2..8d61496e53e 100644 --- a/tde-i18n-ta/messages/tdelibs/tdelibs.po +++ b/tde-i18n-ta/messages/tdelibs/tdelibs.po @@ -9437,163 +9437,163 @@ msgstr "இது என்ன?" msgid "Tip of the &Day" msgstr "இன்று ஒரு தகவல்" -#: tdecore/kde-config.cpp.in:14 +#: tdecore/tde-config.cpp.in:14 msgid "A little program to output installation paths" msgstr "" -#: tdecore/kde-config.cpp.in:18 +#: tdecore/tde-config.cpp.in:18 msgid "expand ${prefix} and ${exec_prefix} in output" msgstr "" -#: tdecore/kde-config.cpp.in:19 +#: tdecore/tde-config.cpp.in:19 msgid "Compiled in prefix for KDE libraries" msgstr "" -#: tdecore/kde-config.cpp.in:20 +#: tdecore/tde-config.cpp.in:20 msgid "Compiled in exec_prefix for KDE libraries" msgstr "" -#: tdecore/kde-config.cpp.in:21 +#: tdecore/tde-config.cpp.in:21 msgid "Compiled in library path suffix" msgstr "" -#: tdecore/kde-config.cpp.in:22 +#: tdecore/tde-config.cpp.in:22 msgid "Prefix in $HOME used to write files" msgstr "" -#: tdecore/kde-config.cpp.in:23 +#: tdecore/tde-config.cpp.in:23 msgid "Compiled in version string for KDE libraries" msgstr "" -#: tdecore/kde-config.cpp.in:24 +#: tdecore/tde-config.cpp.in:24 #, fuzzy msgid "Available KDE resource types" msgstr "முகவரிகள்" -#: tdecore/kde-config.cpp.in:25 +#: tdecore/tde-config.cpp.in:25 msgid "Search path for resource type" msgstr "" -#: tdecore/kde-config.cpp.in:26 +#: tdecore/tde-config.cpp.in:26 msgid "User path: desktop|autostart|trash|document" msgstr "" -#: tdecore/kde-config.cpp.in:27 +#: tdecore/tde-config.cpp.in:27 msgid "Prefix to install resource files to" msgstr "" -#: tdecore/kde-config.cpp.in:168 +#: tdecore/tde-config.cpp.in:168 msgid "Applications menu (.desktop files)" msgstr "" -#: tdecore/kde-config.cpp.in:169 +#: tdecore/tde-config.cpp.in:169 msgid "CGIs to run from kdehelp" msgstr "" -#: tdecore/kde-config.cpp.in:170 +#: tdecore/tde-config.cpp.in:170 #, fuzzy msgid "Configuration files" msgstr "வடிவமைப்பு" -#: tdecore/kde-config.cpp.in:171 +#: tdecore/tde-config.cpp.in:171 #, fuzzy msgid "Where applications store data" msgstr "பயன்பட்டிற்கு புதுப்பிக்க சைகை செய்யாதே." -#: tdecore/kde-config.cpp.in:172 +#: tdecore/tde-config.cpp.in:172 msgid "Executables in $prefix/bin" msgstr "" -#: tdecore/kde-config.cpp.in:173 +#: tdecore/tde-config.cpp.in:173 #, fuzzy msgid "HTML documentation" msgstr "HTML அமைப்புக்கள்" -#: tdecore/kde-config.cpp.in:174 +#: tdecore/tde-config.cpp.in:174 #, fuzzy msgid "Icons" msgstr "சின்னங்கள் மட்டும் " -#: tdecore/kde-config.cpp.in:175 +#: tdecore/tde-config.cpp.in:175 #, fuzzy msgid "Configuration description files" msgstr "நிரல் உருவாக்க விருப்பக் கோப்பு " -#: tdecore/kde-config.cpp.in:176 +#: tdecore/tde-config.cpp.in:176 msgid "Libraries" msgstr "" -#: tdecore/kde-config.cpp.in:177 +#: tdecore/tde-config.cpp.in:177 msgid "Includes/Headers" msgstr "" -#: tdecore/kde-config.cpp.in:178 +#: tdecore/tde-config.cpp.in:178 msgid "Translation files for KLocale" msgstr "" -#: tdecore/kde-config.cpp.in:179 +#: tdecore/tde-config.cpp.in:179 msgid "Mime types" msgstr "" -#: tdecore/kde-config.cpp.in:180 +#: tdecore/tde-config.cpp.in:180 msgid "Loadable modules" msgstr "" -#: tdecore/kde-config.cpp.in:181 +#: tdecore/tde-config.cpp.in:181 #, fuzzy msgid "Qt plugins" msgstr "வலைத் தோற்ற செருகல்" -#: tdecore/kde-config.cpp.in:182 +#: tdecore/tde-config.cpp.in:182 #, fuzzy msgid "Services" msgstr "சான்றிதழ்கள்" -#: tdecore/kde-config.cpp.in:183 +#: tdecore/tde-config.cpp.in:183 msgid "Service types" msgstr "" -#: tdecore/kde-config.cpp.in:184 +#: tdecore/tde-config.cpp.in:184 #, fuzzy msgid "Application sounds" msgstr "நிரல்: " -#: tdecore/kde-config.cpp.in:185 +#: tdecore/tde-config.cpp.in:185 #, fuzzy msgid "Templates" msgstr "மாற்று" -#: tdecore/kde-config.cpp.in:186 +#: tdecore/tde-config.cpp.in:186 msgid "Wallpapers" msgstr "" -#: tdecore/kde-config.cpp.in:187 +#: tdecore/tde-config.cpp.in:187 msgid "XDG Application menu (.desktop files)" msgstr "" -#: tdecore/kde-config.cpp.in:188 +#: tdecore/tde-config.cpp.in:188 msgid "XDG Menu descriptions (.directory files)" msgstr "" -#: tdecore/kde-config.cpp.in:189 +#: tdecore/tde-config.cpp.in:189 msgid "XDG Menu layout (.menu files)" msgstr "" -#: tdecore/kde-config.cpp.in:190 +#: tdecore/tde-config.cpp.in:190 msgid "Temporary files (specific for both current host and current user)" msgstr "" -#: tdecore/kde-config.cpp.in:191 +#: tdecore/tde-config.cpp.in:191 msgid "UNIX Sockets (specific for both current host and current user)" msgstr "" -#: tdecore/kde-config.cpp.in:203 +#: tdecore/tde-config.cpp.in:203 #, fuzzy msgid "" "%1 - unknown type\n" msgstr "தெரியாத வகை" -#: tdecore/kde-config.cpp.in:228 +#: tdecore/tde-config.cpp.in:228 msgid "" "%1 - unknown type of userpath\n" msgstr "" diff --git a/tde-i18n-te/acinclude.m4 b/tde-i18n-te/acinclude.m4 index 68b7ababbca..afd8befc656 100644 --- a/tde-i18n-te/acinclude.m4 +++ b/tde-i18n-te/acinclude.m4 @@ -5006,13 +5006,13 @@ AC_DEFUN([KDE_SET_PREFIX], KDE_SET_DEFAULT_BINDIRS if test "x$prefix" = "xNONE"; then - dnl no prefix given: look for kde-config in the PATH and deduce the prefix from it - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + dnl no prefix given: look for tde-config in the PATH and deduce the prefix from it + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) else - dnl prefix given: look for kde-config, preferrably in prefix, otherwise in PATH + dnl prefix given: look for tde-config, preferrably in prefix, otherwise in PATH kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) PATH="$kde_save_PATH" fi @@ -5028,7 +5028,7 @@ AC_DEFUN([KDE_SET_PREFIX], AC_MSG_CHECKING([where to install]) if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - AC_MSG_RESULT([$prefix (as returned by kde-config)]) + AC_MSG_RESULT([$prefix (as returned by tde-config)]) else dnl --prefix was given. Compare prefixes and warn (in configure.in.bot.end) if different given_prefix=$prefix diff --git a/tde-i18n-te/configure b/tde-i18n-te/configure index 537fbb2fd33..4698d99a4ec 100755 --- a/tde-i18n-te/configure +++ b/tde-i18n-te/configure @@ -3750,12 +3750,12 @@ done if test "x$prefix" = "xNONE"; then - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3774,16 +3774,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3803,10 +3803,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3822,12 +3822,12 @@ echo "${ECHO_T}$kde_cv_path" >&6; } kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3846,16 +3846,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3875,10 +3875,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3911,8 +3911,8 @@ echo "$as_me: error: $KDECONFIG --prefix outputed the non existant prefix '$kde_ echo $ECHO_N "checking where to install... $ECHO_C" >&6; } if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - { echo "$as_me:$LINENO: result: $prefix (as returned by kde-config)" >&5 -echo "${ECHO_T}$prefix (as returned by kde-config)" >&6; } + { echo "$as_me:$LINENO: result: $prefix (as returned by tde-config)" >&5 +echo "${ECHO_T}$prefix (as returned by tde-config)" >&6; } else given_prefix=$prefix { echo "$as_me:$LINENO: result: $prefix (as requested)" >&5 @@ -5398,7 +5398,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-te/configure.in b/tde-i18n-te/configure.in index 1d58c2968ce..403c8706b3d 100644 --- a/tde-i18n-te/configure.in +++ b/tde-i18n-te/configure.in @@ -29,7 +29,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-te/messages/tdelibs/tdelibs.po b/tde-i18n-te/messages/tdelibs/tdelibs.po index 2ff886af404..79e23bd9f2c 100644 --- a/tde-i18n-te/messages/tdelibs/tdelibs.po +++ b/tde-i18n-te/messages/tdelibs/tdelibs.po @@ -9109,155 +9109,155 @@ msgstr "(&T) ఇది ఏమిటి?" msgid "Tip of the &Day" msgstr "(&D) ఈ రోజు సూచన" -#: tdecore/kde-config.cpp.in:14 +#: tdecore/tde-config.cpp.in:14 msgid "A little program to output installation paths" msgstr "స్థాపణ దారులు చూపేందుకు చిన్న కార్యక్రమం" -#: tdecore/kde-config.cpp.in:18 +#: tdecore/tde-config.cpp.in:18 msgid "expand ${prefix} and ${exec_prefix} in output" msgstr "" -#: tdecore/kde-config.cpp.in:19 +#: tdecore/tde-config.cpp.in:19 msgid "Compiled in prefix for KDE libraries" msgstr "కెడిఈ లైబ్రరీలకు కంపైల్ చేయబడిన ఉపసర్గ" -#: tdecore/kde-config.cpp.in:20 +#: tdecore/tde-config.cpp.in:20 msgid "Compiled in exec_prefix for KDE libraries" msgstr "కెడిఈ లైబ్రరీలకు కంపైల్ చేయబడిన exec_prefix" -#: tdecore/kde-config.cpp.in:21 +#: tdecore/tde-config.cpp.in:21 msgid "Compiled in library path suffix" msgstr "కంపైల్ చెయబడిన లైబ్రరి దారి ప్రత్యయం" -#: tdecore/kde-config.cpp.in:22 +#: tdecore/tde-config.cpp.in:22 msgid "Prefix in $HOME used to write files" msgstr "దస్త్రాలు వ్రాయుటకు వాడె $HOME లొని ఉపసర్గ" -#: tdecore/kde-config.cpp.in:23 +#: tdecore/tde-config.cpp.in:23 msgid "Compiled in version string for KDE libraries" msgstr "కెడిఈ లైబ్రరిల కొరకు కంపైల్ చేయబడిన వివరణ పదం" -#: tdecore/kde-config.cpp.in:24 +#: tdecore/tde-config.cpp.in:24 msgid "Available KDE resource types" msgstr "అందుబాటులో వున్న కెడిఈ వనరుల రకాలులు" -#: tdecore/kde-config.cpp.in:25 +#: tdecore/tde-config.cpp.in:25 msgid "Search path for resource type" msgstr "వనరుల రకాలు కోసం పాత్ లో వెతకండి" -#: tdecore/kde-config.cpp.in:26 +#: tdecore/tde-config.cpp.in:26 msgid "User path: desktop|autostart|trash|document" msgstr "యూజర్ దారి: రంగస్థలం|స్వయం చాలనం|చెత్త బుట్ట|పత్రం" -#: tdecore/kde-config.cpp.in:27 +#: tdecore/tde-config.cpp.in:27 msgid "Prefix to install resource files to" msgstr "వనరుల దస్త్రాలని ప్రవేశపెట్టటానికి వాడె ఉపసర్గ" -#: tdecore/kde-config.cpp.in:168 +#: tdecore/tde-config.cpp.in:168 msgid "Applications menu (.desktop files)" msgstr "కార్యక్రమాల పట్టీ (.desktop దస్త్రాలు)" -#: tdecore/kde-config.cpp.in:169 +#: tdecore/tde-config.cpp.in:169 msgid "CGIs to run from kdehelp" msgstr "కెడిఈ సహాయము నుంచి నడిచే సిజిఐలు" -#: tdecore/kde-config.cpp.in:170 +#: tdecore/tde-config.cpp.in:170 msgid "Configuration files" msgstr "అమరిక దస్త్రాలు" -#: tdecore/kde-config.cpp.in:171 +#: tdecore/tde-config.cpp.in:171 msgid "Where applications store data" msgstr "కార్యక్షేత్రాలు దత్తాంశము ని ఎక్కడ దాచుటారు " -#: tdecore/kde-config.cpp.in:172 +#: tdecore/tde-config.cpp.in:172 msgid "Executables in $prefix/bin" msgstr "$prefix/bin లో నిర్వర్తించగల దస్త్రాలు " -#: tdecore/kde-config.cpp.in:173 +#: tdecore/tde-config.cpp.in:173 msgid "HTML documentation" msgstr "హెచ్. టి ఎమ్ ఎల్ వివరణపత్రం" -#: tdecore/kde-config.cpp.in:174 +#: tdecore/tde-config.cpp.in:174 msgid "Icons" msgstr "ప్రతిమలు" -#: tdecore/kde-config.cpp.in:175 +#: tdecore/tde-config.cpp.in:175 msgid "Configuration description files" msgstr "అమరికను తెలియచేసే దస్త్రాలు" -#: tdecore/kde-config.cpp.in:176 +#: tdecore/tde-config.cpp.in:176 msgid "Libraries" msgstr "లైబ్రరీలు" -#: tdecore/kde-config.cpp.in:177 +#: tdecore/tde-config.cpp.in:177 msgid "Includes/Headers" msgstr "హెడర్లు" -#: tdecore/kde-config.cpp.in:178 +#: tdecore/tde-config.cpp.in:178 msgid "Translation files for KLocale" msgstr "కెలొకేల్ సంబందించిన అనువాద దస్త్రములు" -#: tdecore/kde-config.cpp.in:179 +#: tdecore/tde-config.cpp.in:179 msgid "Mime types" msgstr "మైమ్ రకములు" -#: tdecore/kde-config.cpp.in:180 +#: tdecore/tde-config.cpp.in:180 msgid "Loadable modules" msgstr "ఎక్కింపతగిన మాడ్యూళ్లు" -#: tdecore/kde-config.cpp.in:181 +#: tdecore/tde-config.cpp.in:181 msgid "Qt plugins" msgstr "క్యుటి ప్లగిన్లు" -#: tdecore/kde-config.cpp.in:182 +#: tdecore/tde-config.cpp.in:182 msgid "Services" msgstr "సేవలు" -#: tdecore/kde-config.cpp.in:183 +#: tdecore/tde-config.cpp.in:183 msgid "Service types" msgstr "సేవల రకములు" -#: tdecore/kde-config.cpp.in:184 +#: tdecore/tde-config.cpp.in:184 msgid "Application sounds" msgstr "కార్యక్రమపు శబ్దములు" -#: tdecore/kde-config.cpp.in:185 +#: tdecore/tde-config.cpp.in:185 msgid "Templates" msgstr "టెంప్లెటులు" -#: tdecore/kde-config.cpp.in:186 +#: tdecore/tde-config.cpp.in:186 msgid "Wallpapers" msgstr "వాల్ పేపర్లు" -#: tdecore/kde-config.cpp.in:187 +#: tdecore/tde-config.cpp.in:187 msgid "XDG Application menu (.desktop files)" msgstr "ఎక్స్ డి జి కార్యక్రమపు పట్టి (.desktop దస్త్రాలు)" -#: tdecore/kde-config.cpp.in:188 +#: tdecore/tde-config.cpp.in:188 msgid "XDG Menu descriptions (.directory files)" msgstr "ఎక్స్ డి జి పట్టి వర్ణనలు (.directory దస్త్రాలు)" -#: tdecore/kde-config.cpp.in:189 +#: tdecore/tde-config.cpp.in:189 msgid "XDG Menu layout (.menu files)" msgstr "ఎక్స్ డి జి పట్టి కూర్పు (.menu దస్త్రాలు)" -#: tdecore/kde-config.cpp.in:190 +#: tdecore/tde-config.cpp.in:190 msgid "Temporary files (specific for both current host and current user)" msgstr "" "తాత్కాలిక దస్త్రాలు (ప్రస్తుత హోస్ట్ మరయూ ప్రస్తుత యూజర్ కూ సంబంధించినది)" -#: tdecore/kde-config.cpp.in:191 +#: tdecore/tde-config.cpp.in:191 msgid "UNIX Sockets (specific for both current host and current user)" msgstr "" "యూనిక్స్ సాకెట్లు (ప్రస్తుత హోస్ట్ మరయూ ప్రస్తుత యూజర్ కూ సంబంధించినది)" -#: tdecore/kde-config.cpp.in:203 +#: tdecore/tde-config.cpp.in:203 msgid "" "%1 - unknown type\n" msgstr "" "%1 - తెలియని రకం\n" -#: tdecore/kde-config.cpp.in:228 +#: tdecore/tde-config.cpp.in:228 msgid "" "%1 - unknown type of userpath\n" msgstr "" diff --git a/tde-i18n-tg/acinclude.m4 b/tde-i18n-tg/acinclude.m4 index 68b7ababbca..afd8befc656 100644 --- a/tde-i18n-tg/acinclude.m4 +++ b/tde-i18n-tg/acinclude.m4 @@ -5006,13 +5006,13 @@ AC_DEFUN([KDE_SET_PREFIX], KDE_SET_DEFAULT_BINDIRS if test "x$prefix" = "xNONE"; then - dnl no prefix given: look for kde-config in the PATH and deduce the prefix from it - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + dnl no prefix given: look for tde-config in the PATH and deduce the prefix from it + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) else - dnl prefix given: look for kde-config, preferrably in prefix, otherwise in PATH + dnl prefix given: look for tde-config, preferrably in prefix, otherwise in PATH kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) PATH="$kde_save_PATH" fi @@ -5028,7 +5028,7 @@ AC_DEFUN([KDE_SET_PREFIX], AC_MSG_CHECKING([where to install]) if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - AC_MSG_RESULT([$prefix (as returned by kde-config)]) + AC_MSG_RESULT([$prefix (as returned by tde-config)]) else dnl --prefix was given. Compare prefixes and warn (in configure.in.bot.end) if different given_prefix=$prefix diff --git a/tde-i18n-tg/configure b/tde-i18n-tg/configure index 7806c5cf0fb..9fd7285f892 100755 --- a/tde-i18n-tg/configure +++ b/tde-i18n-tg/configure @@ -3750,12 +3750,12 @@ done if test "x$prefix" = "xNONE"; then - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3774,16 +3774,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3803,10 +3803,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3822,12 +3822,12 @@ echo "${ECHO_T}$kde_cv_path" >&6; } kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3846,16 +3846,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3875,10 +3875,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3911,8 +3911,8 @@ echo "$as_me: error: $KDECONFIG --prefix outputed the non existant prefix '$kde_ echo $ECHO_N "checking where to install... $ECHO_C" >&6; } if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - { echo "$as_me:$LINENO: result: $prefix (as returned by kde-config)" >&5 -echo "${ECHO_T}$prefix (as returned by kde-config)" >&6; } + { echo "$as_me:$LINENO: result: $prefix (as returned by tde-config)" >&5 +echo "${ECHO_T}$prefix (as returned by tde-config)" >&6; } else given_prefix=$prefix { echo "$as_me:$LINENO: result: $prefix (as requested)" >&5 @@ -5434,7 +5434,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-tg/configure.in b/tde-i18n-tg/configure.in index dd8c23c14a6..eb88474e2e8 100644 --- a/tde-i18n-tg/configure.in +++ b/tde-i18n-tg/configure.in @@ -41,7 +41,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-tg/messages/tdelibs/tdelibs.po b/tde-i18n-tg/messages/tdelibs/tdelibs.po index 52e409af810..1425f5ec133 100644 --- a/tde-i18n-tg/messages/tdelibs/tdelibs.po +++ b/tde-i18n-tg/messages/tdelibs/tdelibs.po @@ -9491,156 +9491,156 @@ msgstr "&Ин чист?" msgid "Tip of the &Day" msgstr "&Тахтароҳнамои рӯз" -#: tdecore/kde-config.cpp.in:14 +#: tdecore/tde-config.cpp.in:14 msgid "A little program to output installation paths" msgstr "Барномаи майда барои барориши роҳчаҳои сабткунак" -#: tdecore/kde-config.cpp.in:18 +#: tdecore/tde-config.cpp.in:18 msgid "expand ${prefix} and ${exec_prefix} in output" msgstr "" -#: tdecore/kde-config.cpp.in:19 +#: tdecore/tde-config.cpp.in:19 msgid "Compiled in prefix for KDE libraries" msgstr "" -#: tdecore/kde-config.cpp.in:20 +#: tdecore/tde-config.cpp.in:20 msgid "Compiled in exec_prefix for KDE libraries" msgstr "" -#: tdecore/kde-config.cpp.in:21 +#: tdecore/tde-config.cpp.in:21 msgid "Compiled in library path suffix" msgstr "" -#: tdecore/kde-config.cpp.in:22 +#: tdecore/tde-config.cpp.in:22 msgid "Prefix in $HOME used to write files" msgstr "" -#: tdecore/kde-config.cpp.in:23 +#: tdecore/tde-config.cpp.in:23 msgid "Compiled in version string for KDE libraries" msgstr "" -#: tdecore/kde-config.cpp.in:24 +#: tdecore/tde-config.cpp.in:24 msgid "Available KDE resource types" msgstr "Намудҳои манбаъи KDE" -#: tdecore/kde-config.cpp.in:25 +#: tdecore/tde-config.cpp.in:25 msgid "Search path for resource type" msgstr "Ҷустучӯи роҳча барои манбаъи намудҳо" -#: tdecore/kde-config.cpp.in:26 +#: tdecore/tde-config.cpp.in:26 msgid "User path: desktop|autostart|trash|document" msgstr "Роҳчаи истифодакунанда: desktop|autostart|trash|document" -#: tdecore/kde-config.cpp.in:27 +#: tdecore/tde-config.cpp.in:27 msgid "Prefix to install resource files to" msgstr "Префикс барои сабт кардани файлҳои манбаъ ба" -#: tdecore/kde-config.cpp.in:168 +#: tdecore/tde-config.cpp.in:168 msgid "Applications menu (.desktop files)" msgstr "Менюи барномаҳо (файлҳои .desktop)" -#: tdecore/kde-config.cpp.in:169 +#: tdecore/tde-config.cpp.in:169 msgid "CGIs to run from kdehelp" msgstr "" -#: tdecore/kde-config.cpp.in:170 +#: tdecore/tde-config.cpp.in:170 msgid "Configuration files" msgstr "Файлҳои танзимотӣ" -#: tdecore/kde-config.cpp.in:171 +#: tdecore/tde-config.cpp.in:171 #, fuzzy msgid "Where applications store data" msgstr "Барномаро ба роҳи ҳозиразамонӣ нанависед" -#: tdecore/kde-config.cpp.in:172 +#: tdecore/tde-config.cpp.in:172 msgid "Executables in $prefix/bin" msgstr "" -#: tdecore/kde-config.cpp.in:173 +#: tdecore/tde-config.cpp.in:173 msgid "HTML documentation" msgstr "Ҳуҷҷтҳои HTML" -#: tdecore/kde-config.cpp.in:174 +#: tdecore/tde-config.cpp.in:174 msgid "Icons" msgstr "Нишонаҳо" -#: tdecore/kde-config.cpp.in:175 +#: tdecore/tde-config.cpp.in:175 msgid "Configuration description files" msgstr "Файлҳои тасвири танзимот" -#: tdecore/kde-config.cpp.in:176 +#: tdecore/tde-config.cpp.in:176 msgid "Libraries" msgstr "Китобхонаҳо" -#: tdecore/kde-config.cpp.in:177 +#: tdecore/tde-config.cpp.in:177 msgid "Includes/Headers" msgstr "" -#: tdecore/kde-config.cpp.in:178 +#: tdecore/tde-config.cpp.in:178 msgid "Translation files for KLocale" msgstr "Файлҳои тарҷумавӣ барои KLocale" -#: tdecore/kde-config.cpp.in:179 +#: tdecore/tde-config.cpp.in:179 msgid "Mime types" msgstr "Намудҳои Mime" -#: tdecore/kde-config.cpp.in:180 +#: tdecore/tde-config.cpp.in:180 msgid "Loadable modules" msgstr "Модулҳои пурборшавӣ" -#: tdecore/kde-config.cpp.in:181 +#: tdecore/tde-config.cpp.in:181 msgid "Qt plugins" msgstr "Иловагиҳои Qt" -#: tdecore/kde-config.cpp.in:182 +#: tdecore/tde-config.cpp.in:182 msgid "Services" msgstr "Хизматгузориҳо" -#: tdecore/kde-config.cpp.in:183 +#: tdecore/tde-config.cpp.in:183 msgid "Service types" msgstr "Намудҳои хизматрасонӣ" -#: tdecore/kde-config.cpp.in:184 +#: tdecore/tde-config.cpp.in:184 msgid "Application sounds" msgstr "Овозҳои барномавӣ" -#: tdecore/kde-config.cpp.in:185 +#: tdecore/tde-config.cpp.in:185 msgid "Templates" msgstr "Қолибҳо" -#: tdecore/kde-config.cpp.in:186 +#: tdecore/tde-config.cpp.in:186 msgid "Wallpapers" msgstr "Расмҳои мизи корӣ" -#: tdecore/kde-config.cpp.in:187 +#: tdecore/tde-config.cpp.in:187 msgid "XDG Application menu (.desktop files)" msgstr "Менюи барномаи XDG (файлҳои .desktop)" -#: tdecore/kde-config.cpp.in:188 +#: tdecore/tde-config.cpp.in:188 msgid "XDG Menu descriptions (.directory files)" msgstr "Тасвири менюи XDG (файлҳои .directory)" -#: tdecore/kde-config.cpp.in:189 +#: tdecore/tde-config.cpp.in:189 msgid "XDG Menu layout (.menu files)" msgstr "Нақшаи менюи XDG (файлҳои .menu)" -#: tdecore/kde-config.cpp.in:190 +#: tdecore/tde-config.cpp.in:190 msgid "Temporary files (specific for both current host and current user)" msgstr "" "Файлҳои муваққатӣ (махсус барои истифодакунандаи равон ва истифодакунандаи " "доимӣ)" -#: tdecore/kde-config.cpp.in:191 +#: tdecore/tde-config.cpp.in:191 msgid "UNIX Sockets (specific for both current host and current user)" msgstr "" -#: tdecore/kde-config.cpp.in:203 +#: tdecore/tde-config.cpp.in:203 msgid "" "%1 - unknown type\n" msgstr "" "%1 - навъи номуайян\n" -#: tdecore/kde-config.cpp.in:228 +#: tdecore/tde-config.cpp.in:228 msgid "" "%1 - unknown type of userpath\n" msgstr "" diff --git a/tde-i18n-th/acinclude.m4 b/tde-i18n-th/acinclude.m4 index 68b7ababbca..afd8befc656 100644 --- a/tde-i18n-th/acinclude.m4 +++ b/tde-i18n-th/acinclude.m4 @@ -5006,13 +5006,13 @@ AC_DEFUN([KDE_SET_PREFIX], KDE_SET_DEFAULT_BINDIRS if test "x$prefix" = "xNONE"; then - dnl no prefix given: look for kde-config in the PATH and deduce the prefix from it - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + dnl no prefix given: look for tde-config in the PATH and deduce the prefix from it + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) else - dnl prefix given: look for kde-config, preferrably in prefix, otherwise in PATH + dnl prefix given: look for tde-config, preferrably in prefix, otherwise in PATH kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) PATH="$kde_save_PATH" fi @@ -5028,7 +5028,7 @@ AC_DEFUN([KDE_SET_PREFIX], AC_MSG_CHECKING([where to install]) if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - AC_MSG_RESULT([$prefix (as returned by kde-config)]) + AC_MSG_RESULT([$prefix (as returned by tde-config)]) else dnl --prefix was given. Compare prefixes and warn (in configure.in.bot.end) if different given_prefix=$prefix diff --git a/tde-i18n-th/configure b/tde-i18n-th/configure index cd98b721ebb..d1a1f6dc9bd 100755 --- a/tde-i18n-th/configure +++ b/tde-i18n-th/configure @@ -3750,12 +3750,12 @@ done if test "x$prefix" = "xNONE"; then - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3774,16 +3774,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3803,10 +3803,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3822,12 +3822,12 @@ echo "${ECHO_T}$kde_cv_path" >&6; } kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3846,16 +3846,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3875,10 +3875,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3911,8 +3911,8 @@ echo "$as_me: error: $KDECONFIG --prefix outputed the non existant prefix '$kde_ echo $ECHO_N "checking where to install... $ECHO_C" >&6; } if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - { echo "$as_me:$LINENO: result: $prefix (as returned by kde-config)" >&5 -echo "${ECHO_T}$prefix (as returned by kde-config)" >&6; } + { echo "$as_me:$LINENO: result: $prefix (as returned by tde-config)" >&5 +echo "${ECHO_T}$prefix (as returned by tde-config)" >&6; } else given_prefix=$prefix { echo "$as_me:$LINENO: result: $prefix (as requested)" >&5 @@ -5419,7 +5419,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-th/configure.in b/tde-i18n-th/configure.in index be915e32211..cb2352a2095 100644 --- a/tde-i18n-th/configure.in +++ b/tde-i18n-th/configure.in @@ -36,7 +36,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-th/messages/tdelibs/tdelibs.po b/tde-i18n-th/messages/tdelibs/tdelibs.po index 8605f550532..826e07b56a1 100644 --- a/tde-i18n-th/messages/tdelibs/tdelibs.po +++ b/tde-i18n-th/messages/tdelibs/tdelibs.po @@ -9502,153 +9502,153 @@ msgstr "นี่คืออะไร ?" msgid "Tip of the &Day" msgstr "เคล็ดลับประจำวัน" -#: tdecore/kde-config.cpp.in:14 +#: tdecore/tde-config.cpp.in:14 msgid "A little program to output installation paths" msgstr "โปรแกรมขนาดเล็กที่จะแสดงพาธการติดตั้ง" -#: tdecore/kde-config.cpp.in:18 +#: tdecore/tde-config.cpp.in:18 msgid "expand ${prefix} and ${exec_prefix} in output" msgstr "แสดงผลการขยายความ ${prefix} และ ${exec_prefix}" -#: tdecore/kde-config.cpp.in:19 +#: tdecore/tde-config.cpp.in:19 msgid "Compiled in prefix for KDE libraries" msgstr "ถูกคอมไพล์โดยใช้พาธสำหรับไลบรารีของ KDE" -#: tdecore/kde-config.cpp.in:20 +#: tdecore/tde-config.cpp.in:20 msgid "Compiled in exec_prefix for KDE libraries" msgstr "ถูกคอมไพล์โดยใช้พาธสำหรับเรียกใช้งานสำหรับไลบรารีของ KDE" -#: tdecore/kde-config.cpp.in:21 +#: tdecore/tde-config.cpp.in:21 msgid "Compiled in library path suffix" msgstr "ถูกคอมไพล์โดยใช้ suffix พาธของไลบรารี" -#: tdecore/kde-config.cpp.in:22 +#: tdecore/tde-config.cpp.in:22 msgid "Prefix in $HOME used to write files" msgstr "พาธใน $HOME ถูกใช้เพื่อทำการเขียนแฟ้ม" -#: tdecore/kde-config.cpp.in:23 +#: tdecore/tde-config.cpp.in:23 msgid "Compiled in version string for KDE libraries" msgstr "ถูกคอมไพล์โดยใช้ข้อความบอกรุ่นสำหรับไลบรารีของ KDE" -#: tdecore/kde-config.cpp.in:24 +#: tdecore/tde-config.cpp.in:24 msgid "Available KDE resource types" msgstr "ทรัพยากรของ KDE ที่มีอยู่:" -#: tdecore/kde-config.cpp.in:25 +#: tdecore/tde-config.cpp.in:25 msgid "Search path for resource type" msgstr "พาธสำหรับค้นหาชนิดของทรัพยากร" -#: tdecore/kde-config.cpp.in:26 +#: tdecore/tde-config.cpp.in:26 msgid "User path: desktop|autostart|trash|document" msgstr "พาธของผู้ใช้: พื้นที่ทำงาน|เริ่มอัตโนมัติ|ถังขยะ|เอกสาร" -#: tdecore/kde-config.cpp.in:27 +#: tdecore/tde-config.cpp.in:27 msgid "Prefix to install resource files to" msgstr "ตำแหน่งหลักที่จะติดตั้งแฟ้มทรัพยากรไปยัง" -#: tdecore/kde-config.cpp.in:168 +#: tdecore/tde-config.cpp.in:168 msgid "Applications menu (.desktop files)" msgstr "เมนูแอพพลิเคชัน (แฟ้ม .desktop)" -#: tdecore/kde-config.cpp.in:169 +#: tdecore/tde-config.cpp.in:169 msgid "CGIs to run from kdehelp" msgstr "แฟ้ม CGI ที่จะเรียกทำงานจาก kdehelp" -#: tdecore/kde-config.cpp.in:170 +#: tdecore/tde-config.cpp.in:170 msgid "Configuration files" msgstr "แฟ้มปรับแต่ง" -#: tdecore/kde-config.cpp.in:171 +#: tdecore/tde-config.cpp.in:171 msgid "Where applications store data" msgstr "ที่จะจัดเก็บข้อมูลของแอพพลิเคชัน" -#: tdecore/kde-config.cpp.in:172 +#: tdecore/tde-config.cpp.in:172 msgid "Executables in $prefix/bin" msgstr "แฟ้มประมวลผลได้ใน $prefix/bin" -#: tdecore/kde-config.cpp.in:173 +#: tdecore/tde-config.cpp.in:173 msgid "HTML documentation" msgstr "เอกสารแบบ HTML" -#: tdecore/kde-config.cpp.in:174 +#: tdecore/tde-config.cpp.in:174 msgid "Icons" msgstr "ไอคอน" -#: tdecore/kde-config.cpp.in:175 +#: tdecore/tde-config.cpp.in:175 msgid "Configuration description files" msgstr "แฟ้มรายละเอียดการปรับแต่ง" -#: tdecore/kde-config.cpp.in:176 +#: tdecore/tde-config.cpp.in:176 msgid "Libraries" msgstr "ไลบรารี" -#: tdecore/kde-config.cpp.in:177 +#: tdecore/tde-config.cpp.in:177 msgid "Includes/Headers" msgstr "Includes/Headers" -#: tdecore/kde-config.cpp.in:178 +#: tdecore/tde-config.cpp.in:178 msgid "Translation files for KLocale" msgstr "แฟ้มแปลภาษาสำหรับ KLocale" -#: tdecore/kde-config.cpp.in:179 +#: tdecore/tde-config.cpp.in:179 msgid "Mime types" msgstr "ประเภท Mime" -#: tdecore/kde-config.cpp.in:180 +#: tdecore/tde-config.cpp.in:180 msgid "Loadable modules" msgstr "โมดูลที่โหลดใช้ได้" -#: tdecore/kde-config.cpp.in:181 +#: tdecore/tde-config.cpp.in:181 msgid "Qt plugins" msgstr "ปลั๊กอิน Qt" -#: tdecore/kde-config.cpp.in:182 +#: tdecore/tde-config.cpp.in:182 msgid "Services" msgstr "บริการ" -#: tdecore/kde-config.cpp.in:183 +#: tdecore/tde-config.cpp.in:183 msgid "Service types" msgstr "ชนิดของบริการ" -#: tdecore/kde-config.cpp.in:184 +#: tdecore/tde-config.cpp.in:184 msgid "Application sounds" msgstr "แอพพลิเคชันเสียง" -#: tdecore/kde-config.cpp.in:185 +#: tdecore/tde-config.cpp.in:185 msgid "Templates" msgstr "แม่แบบ" -#: tdecore/kde-config.cpp.in:186 +#: tdecore/tde-config.cpp.in:186 msgid "Wallpapers" msgstr "ภาพพื้นหลัง" -#: tdecore/kde-config.cpp.in:187 +#: tdecore/tde-config.cpp.in:187 msgid "XDG Application menu (.desktop files)" msgstr "เมนูแอพพิเคชันแบบ XDG (แฟ้ม .desktop)" -#: tdecore/kde-config.cpp.in:188 +#: tdecore/tde-config.cpp.in:188 msgid "XDG Menu descriptions (.directory files)" msgstr "รายละเอียดของเมนูแบบ XDG (แฟ้ม .directory)" -#: tdecore/kde-config.cpp.in:189 +#: tdecore/tde-config.cpp.in:189 msgid "XDG Menu layout (.menu files)" msgstr "รูปแบบการจัดวางเมนูแบบ XDG (แฟ้ม .menu)" -#: tdecore/kde-config.cpp.in:190 +#: tdecore/tde-config.cpp.in:190 msgid "Temporary files (specific for both current host and current user)" msgstr "แฟ้มชั่วคราว (ใช้สำหรับโฮสต์และผู้ใช้งานปัจจุบัน)" -#: tdecore/kde-config.cpp.in:191 +#: tdecore/tde-config.cpp.in:191 msgid "UNIX Sockets (specific for both current host and current user)" msgstr "ซ็อกเก็ต UNIX (ใช้สำหรับโฮสต์และผู้ใช้งานปัจจุบัน)" -#: tdecore/kde-config.cpp.in:203 +#: tdecore/tde-config.cpp.in:203 msgid "" "%1 - unknown type\n" msgstr "" "%1 - ไม่รู้จักประเภท\n" -#: tdecore/kde-config.cpp.in:228 +#: tdecore/tde-config.cpp.in:228 msgid "" "%1 - unknown type of userpath\n" msgstr "" diff --git a/tde-i18n-tr/acinclude.m4 b/tde-i18n-tr/acinclude.m4 index 68b7ababbca..afd8befc656 100644 --- a/tde-i18n-tr/acinclude.m4 +++ b/tde-i18n-tr/acinclude.m4 @@ -5006,13 +5006,13 @@ AC_DEFUN([KDE_SET_PREFIX], KDE_SET_DEFAULT_BINDIRS if test "x$prefix" = "xNONE"; then - dnl no prefix given: look for kde-config in the PATH and deduce the prefix from it - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + dnl no prefix given: look for tde-config in the PATH and deduce the prefix from it + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) else - dnl prefix given: look for kde-config, preferrably in prefix, otherwise in PATH + dnl prefix given: look for tde-config, preferrably in prefix, otherwise in PATH kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) PATH="$kde_save_PATH" fi @@ -5028,7 +5028,7 @@ AC_DEFUN([KDE_SET_PREFIX], AC_MSG_CHECKING([where to install]) if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - AC_MSG_RESULT([$prefix (as returned by kde-config)]) + AC_MSG_RESULT([$prefix (as returned by tde-config)]) else dnl --prefix was given. Compare prefixes and warn (in configure.in.bot.end) if different given_prefix=$prefix diff --git a/tde-i18n-tr/configure b/tde-i18n-tr/configure index 0aed9f4ecd6..6aeec947019 100755 --- a/tde-i18n-tr/configure +++ b/tde-i18n-tr/configure @@ -3750,12 +3750,12 @@ done if test "x$prefix" = "xNONE"; then - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3774,16 +3774,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3803,10 +3803,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3822,12 +3822,12 @@ echo "${ECHO_T}$kde_cv_path" >&6; } kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3846,16 +3846,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3875,10 +3875,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3911,8 +3911,8 @@ echo "$as_me: error: $KDECONFIG --prefix outputed the non existant prefix '$kde_ echo $ECHO_N "checking where to install... $ECHO_C" >&6; } if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - { echo "$as_me:$LINENO: result: $prefix (as returned by kde-config)" >&5 -echo "${ECHO_T}$prefix (as returned by kde-config)" >&6; } + { echo "$as_me:$LINENO: result: $prefix (as returned by tde-config)" >&5 +echo "${ECHO_T}$prefix (as returned by tde-config)" >&6; } else given_prefix=$prefix { echo "$as_me:$LINENO: result: $prefix (as requested)" >&5 @@ -5458,7 +5458,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-tr/configure.in b/tde-i18n-tr/configure.in index fb2fe6890f6..9068b6626c3 100644 --- a/tde-i18n-tr/configure.in +++ b/tde-i18n-tr/configure.in @@ -49,7 +49,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-tr/messages/tdelibs/tdelibs.po b/tde-i18n-tr/messages/tdelibs/tdelibs.po index 40151629555..3e4e320f7d7 100644 --- a/tde-i18n-tr/messages/tdelibs/tdelibs.po +++ b/tde-i18n-tr/messages/tdelibs/tdelibs.po @@ -9496,163 +9496,163 @@ msgstr "Bu &Nedir?" msgid "Tip of the &Day" msgstr "&Günün ipucu" -#: tdecore/kde-config.cpp.in:14 +#: tdecore/tde-config.cpp.in:14 msgid "A little program to output installation paths" msgstr "" -#: tdecore/kde-config.cpp.in:18 +#: tdecore/tde-config.cpp.in:18 msgid "expand ${prefix} and ${exec_prefix} in output" msgstr "" -#: tdecore/kde-config.cpp.in:19 +#: tdecore/tde-config.cpp.in:19 msgid "Compiled in prefix for KDE libraries" msgstr "" -#: tdecore/kde-config.cpp.in:20 +#: tdecore/tde-config.cpp.in:20 msgid "Compiled in exec_prefix for KDE libraries" msgstr "" -#: tdecore/kde-config.cpp.in:21 +#: tdecore/tde-config.cpp.in:21 msgid "Compiled in library path suffix" msgstr "" -#: tdecore/kde-config.cpp.in:22 +#: tdecore/tde-config.cpp.in:22 msgid "Prefix in $HOME used to write files" msgstr "" -#: tdecore/kde-config.cpp.in:23 +#: tdecore/tde-config.cpp.in:23 msgid "Compiled in version string for KDE libraries" msgstr "" -#: tdecore/kde-config.cpp.in:24 +#: tdecore/tde-config.cpp.in:24 #, fuzzy msgid "Available KDE resource types" msgstr "Kullanılabilir adresler:" -#: tdecore/kde-config.cpp.in:25 +#: tdecore/tde-config.cpp.in:25 msgid "Search path for resource type" msgstr "" -#: tdecore/kde-config.cpp.in:26 +#: tdecore/tde-config.cpp.in:26 msgid "User path: desktop|autostart|trash|document" msgstr "" -#: tdecore/kde-config.cpp.in:27 +#: tdecore/tde-config.cpp.in:27 msgid "Prefix to install resource files to" msgstr "" -#: tdecore/kde-config.cpp.in:168 +#: tdecore/tde-config.cpp.in:168 msgid "Applications menu (.desktop files)" msgstr "" -#: tdecore/kde-config.cpp.in:169 +#: tdecore/tde-config.cpp.in:169 msgid "CGIs to run from kdehelp" msgstr "" -#: tdecore/kde-config.cpp.in:170 +#: tdecore/tde-config.cpp.in:170 #, fuzzy msgid "Configuration files" msgstr "Yapılandırma" -#: tdecore/kde-config.cpp.in:171 +#: tdecore/tde-config.cpp.in:171 #, fuzzy msgid "Where applications store data" msgstr "Uygulamaları güncellemek için sinyalleme" -#: tdecore/kde-config.cpp.in:172 +#: tdecore/tde-config.cpp.in:172 msgid "Executables in $prefix/bin" msgstr "" -#: tdecore/kde-config.cpp.in:173 +#: tdecore/tde-config.cpp.in:173 #, fuzzy msgid "HTML documentation" msgstr "HTML Ayarları" -#: tdecore/kde-config.cpp.in:174 +#: tdecore/tde-config.cpp.in:174 #, fuzzy msgid "Icons" msgstr "Sadece Simge" -#: tdecore/kde-config.cpp.in:175 +#: tdecore/tde-config.cpp.in:175 #, fuzzy msgid "Configuration description files" msgstr "Kod oluşturma seçenekleri dosyası" -#: tdecore/kde-config.cpp.in:176 +#: tdecore/tde-config.cpp.in:176 msgid "Libraries" msgstr "" -#: tdecore/kde-config.cpp.in:177 +#: tdecore/tde-config.cpp.in:177 msgid "Includes/Headers" msgstr "" -#: tdecore/kde-config.cpp.in:178 +#: tdecore/tde-config.cpp.in:178 msgid "Translation files for KLocale" msgstr "" -#: tdecore/kde-config.cpp.in:179 +#: tdecore/tde-config.cpp.in:179 msgid "Mime types" msgstr "" -#: tdecore/kde-config.cpp.in:180 +#: tdecore/tde-config.cpp.in:180 msgid "Loadable modules" msgstr "" -#: tdecore/kde-config.cpp.in:181 +#: tdecore/tde-config.cpp.in:181 #, fuzzy msgid "Qt plugins" msgstr "Web biçem eklentisi" -#: tdecore/kde-config.cpp.in:182 +#: tdecore/tde-config.cpp.in:182 #, fuzzy msgid "Services" msgstr "Sertifikalar" -#: tdecore/kde-config.cpp.in:183 +#: tdecore/tde-config.cpp.in:183 msgid "Service types" msgstr "" -#: tdecore/kde-config.cpp.in:184 +#: tdecore/tde-config.cpp.in:184 #, fuzzy msgid "Application sounds" msgstr "Uygulama: " -#: tdecore/kde-config.cpp.in:185 +#: tdecore/tde-config.cpp.in:185 #, fuzzy msgid "Templates" msgstr "Değiştir" -#: tdecore/kde-config.cpp.in:186 +#: tdecore/tde-config.cpp.in:186 msgid "Wallpapers" msgstr "" -#: tdecore/kde-config.cpp.in:187 +#: tdecore/tde-config.cpp.in:187 msgid "XDG Application menu (.desktop files)" msgstr "" -#: tdecore/kde-config.cpp.in:188 +#: tdecore/tde-config.cpp.in:188 msgid "XDG Menu descriptions (.directory files)" msgstr "" -#: tdecore/kde-config.cpp.in:189 +#: tdecore/tde-config.cpp.in:189 msgid "XDG Menu layout (.menu files)" msgstr "" -#: tdecore/kde-config.cpp.in:190 +#: tdecore/tde-config.cpp.in:190 msgid "Temporary files (specific for both current host and current user)" msgstr "" -#: tdecore/kde-config.cpp.in:191 +#: tdecore/tde-config.cpp.in:191 msgid "UNIX Sockets (specific for both current host and current user)" msgstr "" -#: tdecore/kde-config.cpp.in:203 +#: tdecore/tde-config.cpp.in:203 #, fuzzy msgid "" "%1 - unknown type\n" msgstr "Bilinmeyen tür" -#: tdecore/kde-config.cpp.in:228 +#: tdecore/tde-config.cpp.in:228 msgid "" "%1 - unknown type of userpath\n" msgstr "" diff --git a/tde-i18n-uk/acinclude.m4 b/tde-i18n-uk/acinclude.m4 index 68b7ababbca..afd8befc656 100644 --- a/tde-i18n-uk/acinclude.m4 +++ b/tde-i18n-uk/acinclude.m4 @@ -5006,13 +5006,13 @@ AC_DEFUN([KDE_SET_PREFIX], KDE_SET_DEFAULT_BINDIRS if test "x$prefix" = "xNONE"; then - dnl no prefix given: look for kde-config in the PATH and deduce the prefix from it - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + dnl no prefix given: look for tde-config in the PATH and deduce the prefix from it + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) else - dnl prefix given: look for kde-config, preferrably in prefix, otherwise in PATH + dnl prefix given: look for tde-config, preferrably in prefix, otherwise in PATH kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) PATH="$kde_save_PATH" fi @@ -5028,7 +5028,7 @@ AC_DEFUN([KDE_SET_PREFIX], AC_MSG_CHECKING([where to install]) if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - AC_MSG_RESULT([$prefix (as returned by kde-config)]) + AC_MSG_RESULT([$prefix (as returned by tde-config)]) else dnl --prefix was given. Compare prefixes and warn (in configure.in.bot.end) if different given_prefix=$prefix diff --git a/tde-i18n-uk/configure b/tde-i18n-uk/configure index 4eda5bb5e9e..2f6ac23fd6c 100755 --- a/tde-i18n-uk/configure +++ b/tde-i18n-uk/configure @@ -3750,12 +3750,12 @@ done if test "x$prefix" = "xNONE"; then - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3774,16 +3774,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3803,10 +3803,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3822,12 +3822,12 @@ echo "${ECHO_T}$kde_cv_path" >&6; } kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3846,16 +3846,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3875,10 +3875,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3911,8 +3911,8 @@ echo "$as_me: error: $KDECONFIG --prefix outputed the non existant prefix '$kde_ echo $ECHO_N "checking where to install... $ECHO_C" >&6; } if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - { echo "$as_me:$LINENO: result: $prefix (as returned by kde-config)" >&5 -echo "${ECHO_T}$prefix (as returned by kde-config)" >&6; } + { echo "$as_me:$LINENO: result: $prefix (as returned by tde-config)" >&5 +echo "${ECHO_T}$prefix (as returned by tde-config)" >&6; } else given_prefix=$prefix { echo "$as_me:$LINENO: result: $prefix (as requested)" >&5 @@ -5464,7 +5464,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-uk/configure.in b/tde-i18n-uk/configure.in index 9c460e97eb0..dfd02786af1 100644 --- a/tde-i18n-uk/configure.in +++ b/tde-i18n-uk/configure.in @@ -51,7 +51,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-uk/messages/tdelibs/tdelibs.po b/tde-i18n-uk/messages/tdelibs/tdelibs.po index d4062c42c8e..d6351ba99eb 100644 --- a/tde-i18n-uk/messages/tdelibs/tdelibs.po +++ b/tde-i18n-uk/messages/tdelibs/tdelibs.po @@ -9521,157 +9521,157 @@ msgstr "&Що це?" msgid "Tip of the &Day" msgstr "П&орада дня" -#: tdecore/kde-config.cpp.in:14 +#: tdecore/tde-config.cpp.in:14 msgid "A little program to output installation paths" msgstr "Маленька програма для виводу шляхів, куди встановлено KDE" -#: tdecore/kde-config.cpp.in:18 +#: tdecore/tde-config.cpp.in:18 msgid "expand ${prefix} and ${exec_prefix} in output" msgstr "розгортати ${prefix} та ${exec_prefix} при виводі" -#: tdecore/kde-config.cpp.in:19 +#: tdecore/tde-config.cpp.in:19 msgid "Compiled in prefix for KDE libraries" msgstr "\"prefix\" для KDE бібліотек заданий при компіляції" -#: tdecore/kde-config.cpp.in:20 +#: tdecore/tde-config.cpp.in:20 msgid "Compiled in exec_prefix for KDE libraries" msgstr "\"exec_prefix\" для KDE бібліотек заданий при компіляції" -#: tdecore/kde-config.cpp.in:21 +#: tdecore/tde-config.cpp.in:21 msgid "Compiled in library path suffix" msgstr "суфікс у шляху до бібліотек заданий при компіляції" -#: tdecore/kde-config.cpp.in:22 +#: tdecore/tde-config.cpp.in:22 msgid "Prefix in $HOME used to write files" msgstr "шлях до теки (у $HOME ), де будуть створюватись локальні фали" -#: tdecore/kde-config.cpp.in:23 +#: tdecore/tde-config.cpp.in:23 msgid "Compiled in version string for KDE libraries" msgstr "версія KDE бібліотек задана при компіляції" -#: tdecore/kde-config.cpp.in:24 +#: tdecore/tde-config.cpp.in:24 msgid "Available KDE resource types" msgstr "наявні типи ресурсів KDE" -#: tdecore/kde-config.cpp.in:25 +#: tdecore/tde-config.cpp.in:25 msgid "Search path for resource type" msgstr "знайти шлях для ресурсів вказаного типу" -#: tdecore/kde-config.cpp.in:26 +#: tdecore/tde-config.cpp.in:26 msgid "User path: desktop|autostart|trash|document" msgstr "шлях встановлений користувачем для: desktop|autostart|trash|document" -#: tdecore/kde-config.cpp.in:27 +#: tdecore/tde-config.cpp.in:27 msgid "Prefix to install resource files to" msgstr "шлях для встановлення фалів ресурсів вказаного типу" -#: tdecore/kde-config.cpp.in:168 +#: tdecore/tde-config.cpp.in:168 msgid "Applications menu (.desktop files)" msgstr "Меню програм (.desktop файли)" -#: tdecore/kde-config.cpp.in:169 +#: tdecore/tde-config.cpp.in:169 msgid "CGIs to run from kdehelp" msgstr "CGI програми для запуску з kdehelp" -#: tdecore/kde-config.cpp.in:170 +#: tdecore/tde-config.cpp.in:170 msgid "Configuration files" msgstr "Конфігураційні файли" -#: tdecore/kde-config.cpp.in:171 +#: tdecore/tde-config.cpp.in:171 msgid "Where applications store data" msgstr "Де програми зберігають дані" -#: tdecore/kde-config.cpp.in:172 +#: tdecore/tde-config.cpp.in:172 msgid "Executables in $prefix/bin" msgstr "Файли, що можна виконувати, у $prefix/bin" -#: tdecore/kde-config.cpp.in:173 +#: tdecore/tde-config.cpp.in:173 msgid "HTML documentation" msgstr "HTML документація" -#: tdecore/kde-config.cpp.in:174 +#: tdecore/tde-config.cpp.in:174 msgid "Icons" msgstr "Піктограми" -#: tdecore/kde-config.cpp.in:175 +#: tdecore/tde-config.cpp.in:175 msgid "Configuration description files" msgstr "Файли з описом налаштувань" -#: tdecore/kde-config.cpp.in:176 +#: tdecore/tde-config.cpp.in:176 msgid "Libraries" msgstr "Бібліотеки" -#: tdecore/kde-config.cpp.in:177 +#: tdecore/tde-config.cpp.in:177 msgid "Includes/Headers" msgstr "Includes/Headers" -#: tdecore/kde-config.cpp.in:178 +#: tdecore/tde-config.cpp.in:178 msgid "Translation files for KLocale" msgstr "Фали з перекладами для KLocale" -#: tdecore/kde-config.cpp.in:179 +#: tdecore/tde-config.cpp.in:179 msgid "Mime types" msgstr "Типи Mime" -#: tdecore/kde-config.cpp.in:180 +#: tdecore/tde-config.cpp.in:180 msgid "Loadable modules" msgstr "Модулі програм" -#: tdecore/kde-config.cpp.in:181 +#: tdecore/tde-config.cpp.in:181 msgid "Qt plugins" msgstr "Втулки QT" -#: tdecore/kde-config.cpp.in:182 +#: tdecore/tde-config.cpp.in:182 msgid "Services" msgstr "Служби" -#: tdecore/kde-config.cpp.in:183 +#: tdecore/tde-config.cpp.in:183 msgid "Service types" msgstr "Типи служб" -#: tdecore/kde-config.cpp.in:184 +#: tdecore/tde-config.cpp.in:184 msgid "Application sounds" msgstr "Звуки програм" -#: tdecore/kde-config.cpp.in:185 +#: tdecore/tde-config.cpp.in:185 msgid "Templates" msgstr "Шаблони" -#: tdecore/kde-config.cpp.in:186 +#: tdecore/tde-config.cpp.in:186 msgid "Wallpapers" msgstr "Шпалери" -#: tdecore/kde-config.cpp.in:187 +#: tdecore/tde-config.cpp.in:187 msgid "XDG Application menu (.desktop files)" msgstr "Меню програм XDG (.desktop файли)" -#: tdecore/kde-config.cpp.in:188 +#: tdecore/tde-config.cpp.in:188 msgid "XDG Menu descriptions (.directory files)" msgstr "Описи меню XDG (.directory файли)" -#: tdecore/kde-config.cpp.in:189 +#: tdecore/tde-config.cpp.in:189 msgid "XDG Menu layout (.menu files)" msgstr "Розташування меню XDG (.menu файли)" -#: tdecore/kde-config.cpp.in:190 +#: tdecore/tde-config.cpp.in:190 msgid "Temporary files (specific for both current host and current user)" msgstr "" "Тимчасові файли (окремі як для поточного комп'ютера так і для поточного " "користувача)" -#: tdecore/kde-config.cpp.in:191 +#: tdecore/tde-config.cpp.in:191 msgid "UNIX Sockets (specific for both current host and current user)" msgstr "" "Сокети UNIX (окремі як для поточного комп'ютера так і для поточного " "користувача)" -#: tdecore/kde-config.cpp.in:203 +#: tdecore/tde-config.cpp.in:203 msgid "" "%1 - unknown type\n" msgstr "" "%1 - невідомий тип\n" -#: tdecore/kde-config.cpp.in:228 +#: tdecore/tde-config.cpp.in:228 msgid "" "%1 - unknown type of userpath\n" msgstr "" diff --git a/tde-i18n-uz/acinclude.m4 b/tde-i18n-uz/acinclude.m4 index 68b7ababbca..afd8befc656 100644 --- a/tde-i18n-uz/acinclude.m4 +++ b/tde-i18n-uz/acinclude.m4 @@ -5006,13 +5006,13 @@ AC_DEFUN([KDE_SET_PREFIX], KDE_SET_DEFAULT_BINDIRS if test "x$prefix" = "xNONE"; then - dnl no prefix given: look for kde-config in the PATH and deduce the prefix from it - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + dnl no prefix given: look for tde-config in the PATH and deduce the prefix from it + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) else - dnl prefix given: look for kde-config, preferrably in prefix, otherwise in PATH + dnl prefix given: look for tde-config, preferrably in prefix, otherwise in PATH kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) PATH="$kde_save_PATH" fi @@ -5028,7 +5028,7 @@ AC_DEFUN([KDE_SET_PREFIX], AC_MSG_CHECKING([where to install]) if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - AC_MSG_RESULT([$prefix (as returned by kde-config)]) + AC_MSG_RESULT([$prefix (as returned by tde-config)]) else dnl --prefix was given. Compare prefixes and warn (in configure.in.bot.end) if different given_prefix=$prefix diff --git a/tde-i18n-uz/configure b/tde-i18n-uz/configure index ee16c1bfe6d..6779b9790e5 100755 --- a/tde-i18n-uz/configure +++ b/tde-i18n-uz/configure @@ -3750,12 +3750,12 @@ done if test "x$prefix" = "xNONE"; then - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3774,16 +3774,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3803,10 +3803,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3822,12 +3822,12 @@ echo "${ECHO_T}$kde_cv_path" >&6; } kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3846,16 +3846,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3875,10 +3875,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3911,8 +3911,8 @@ echo "$as_me: error: $KDECONFIG --prefix outputed the non existant prefix '$kde_ echo $ECHO_N "checking where to install... $ECHO_C" >&6; } if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - { echo "$as_me:$LINENO: result: $prefix (as returned by kde-config)" >&5 -echo "${ECHO_T}$prefix (as returned by kde-config)" >&6; } + { echo "$as_me:$LINENO: result: $prefix (as returned by tde-config)" >&5 +echo "${ECHO_T}$prefix (as returned by tde-config)" >&6; } else given_prefix=$prefix { echo "$as_me:$LINENO: result: $prefix (as requested)" >&5 @@ -5422,7 +5422,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-uz/configure.in b/tde-i18n-uz/configure.in index 31090b499d2..911dcee9ac2 100644 --- a/tde-i18n-uz/configure.in +++ b/tde-i18n-uz/configure.in @@ -37,7 +37,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-uz/messages/tdelibs/tdelibs.po b/tde-i18n-uz/messages/tdelibs/tdelibs.po index 9a12c0bf977..00e40a63d3e 100644 --- a/tde-i18n-uz/messages/tdelibs/tdelibs.po +++ b/tde-i18n-uz/messages/tdelibs/tdelibs.po @@ -9369,153 +9369,153 @@ msgstr "&Bu nima?" msgid "Tip of the &Day" msgstr "&Kun maslahati" -#: tdecore/kde-config.cpp.in:14 +#: tdecore/tde-config.cpp.in:14 msgid "A little program to output installation paths" msgstr "" -#: tdecore/kde-config.cpp.in:18 +#: tdecore/tde-config.cpp.in:18 msgid "expand ${prefix} and ${exec_prefix} in output" msgstr "" -#: tdecore/kde-config.cpp.in:19 +#: tdecore/tde-config.cpp.in:19 msgid "Compiled in prefix for KDE libraries" msgstr "" -#: tdecore/kde-config.cpp.in:20 +#: tdecore/tde-config.cpp.in:20 msgid "Compiled in exec_prefix for KDE libraries" msgstr "" -#: tdecore/kde-config.cpp.in:21 +#: tdecore/tde-config.cpp.in:21 msgid "Compiled in library path suffix" msgstr "" -#: tdecore/kde-config.cpp.in:22 +#: tdecore/tde-config.cpp.in:22 msgid "Prefix in $HOME used to write files" msgstr "" -#: tdecore/kde-config.cpp.in:23 +#: tdecore/tde-config.cpp.in:23 msgid "Compiled in version string for KDE libraries" msgstr "" -#: tdecore/kde-config.cpp.in:24 +#: tdecore/tde-config.cpp.in:24 msgid "Available KDE resource types" msgstr "Mavjud boʻlgan KDE manba turlari" -#: tdecore/kde-config.cpp.in:25 +#: tdecore/tde-config.cpp.in:25 msgid "Search path for resource type" msgstr "" -#: tdecore/kde-config.cpp.in:26 +#: tdecore/tde-config.cpp.in:26 msgid "User path: desktop|autostart|trash|document" msgstr "" -#: tdecore/kde-config.cpp.in:27 +#: tdecore/tde-config.cpp.in:27 msgid "Prefix to install resource files to" msgstr "" -#: tdecore/kde-config.cpp.in:168 +#: tdecore/tde-config.cpp.in:168 msgid "Applications menu (.desktop files)" msgstr "Dastur menyusi (desktop-fayllar)" -#: tdecore/kde-config.cpp.in:169 +#: tdecore/tde-config.cpp.in:169 msgid "CGIs to run from kdehelp" msgstr "" -#: tdecore/kde-config.cpp.in:170 +#: tdecore/tde-config.cpp.in:170 msgid "Configuration files" msgstr "Moslama fayllari" -#: tdecore/kde-config.cpp.in:171 +#: tdecore/tde-config.cpp.in:171 msgid "Where applications store data" msgstr "Dasturlar maʼlumotni saqlaydigan joy" -#: tdecore/kde-config.cpp.in:172 +#: tdecore/tde-config.cpp.in:172 msgid "Executables in $prefix/bin" msgstr "" -#: tdecore/kde-config.cpp.in:173 +#: tdecore/tde-config.cpp.in:173 msgid "HTML documentation" msgstr "HTML shaklida koʻllanmalar" -#: tdecore/kde-config.cpp.in:174 +#: tdecore/tde-config.cpp.in:174 msgid "Icons" msgstr "Nishonchalar" -#: tdecore/kde-config.cpp.in:175 +#: tdecore/tde-config.cpp.in:175 msgid "Configuration description files" msgstr "" -#: tdecore/kde-config.cpp.in:176 +#: tdecore/tde-config.cpp.in:176 msgid "Libraries" msgstr "Kutubxonalar" -#: tdecore/kde-config.cpp.in:177 +#: tdecore/tde-config.cpp.in:177 msgid "Includes/Headers" msgstr "" -#: tdecore/kde-config.cpp.in:178 +#: tdecore/tde-config.cpp.in:178 msgid "Translation files for KLocale" msgstr "" -#: tdecore/kde-config.cpp.in:179 +#: tdecore/tde-config.cpp.in:179 msgid "Mime types" msgstr "MIME turlari" -#: tdecore/kde-config.cpp.in:180 +#: tdecore/tde-config.cpp.in:180 msgid "Loadable modules" msgstr "Yuklab boʻladigan modullar" -#: tdecore/kde-config.cpp.in:181 +#: tdecore/tde-config.cpp.in:181 msgid "Qt plugins" msgstr "Qt plaginlari" -#: tdecore/kde-config.cpp.in:182 +#: tdecore/tde-config.cpp.in:182 msgid "Services" msgstr "Xizmatlar" -#: tdecore/kde-config.cpp.in:183 +#: tdecore/tde-config.cpp.in:183 msgid "Service types" msgstr "Xizmat turlari" -#: tdecore/kde-config.cpp.in:184 +#: tdecore/tde-config.cpp.in:184 msgid "Application sounds" msgstr "Dastur tovushlari" -#: tdecore/kde-config.cpp.in:185 +#: tdecore/tde-config.cpp.in:185 msgid "Templates" msgstr "Namunalar" -#: tdecore/kde-config.cpp.in:186 +#: tdecore/tde-config.cpp.in:186 msgid "Wallpapers" msgstr "" -#: tdecore/kde-config.cpp.in:187 +#: tdecore/tde-config.cpp.in:187 msgid "XDG Application menu (.desktop files)" msgstr "XDG dastur menyusi (desktop-fayllar)" -#: tdecore/kde-config.cpp.in:188 +#: tdecore/tde-config.cpp.in:188 msgid "XDG Menu descriptions (.directory files)" msgstr "XDG menyu taʼrifi (directory-fayllar)" -#: tdecore/kde-config.cpp.in:189 +#: tdecore/tde-config.cpp.in:189 msgid "XDG Menu layout (.menu files)" msgstr "XDG menyu koʻrinishi (menu-fayllar)" -#: tdecore/kde-config.cpp.in:190 +#: tdecore/tde-config.cpp.in:190 msgid "Temporary files (specific for both current host and current user)" msgstr "Vaqtinchalik fayllar (joriy kompyuter va foydalanuvchiga bogʻliq)" -#: tdecore/kde-config.cpp.in:191 +#: tdecore/tde-config.cpp.in:191 msgid "UNIX Sockets (specific for both current host and current user)" msgstr "UNIX soketlari (joriy kompyuter va foydalanuvchiga bogʻliq)" -#: tdecore/kde-config.cpp.in:203 +#: tdecore/tde-config.cpp.in:203 msgid "" "%1 - unknown type\n" msgstr "" "%1 - nomaʼlum tur\n" -#: tdecore/kde-config.cpp.in:228 +#: tdecore/tde-config.cpp.in:228 msgid "" "%1 - unknown type of userpath\n" msgstr "" diff --git a/tde-i18n-uz@cyrillic/acinclude.m4 b/tde-i18n-uz@cyrillic/acinclude.m4 index 68b7ababbca..afd8befc656 100644 --- a/tde-i18n-uz@cyrillic/acinclude.m4 +++ b/tde-i18n-uz@cyrillic/acinclude.m4 @@ -5006,13 +5006,13 @@ AC_DEFUN([KDE_SET_PREFIX], KDE_SET_DEFAULT_BINDIRS if test "x$prefix" = "xNONE"; then - dnl no prefix given: look for kde-config in the PATH and deduce the prefix from it - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + dnl no prefix given: look for tde-config in the PATH and deduce the prefix from it + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) else - dnl prefix given: look for kde-config, preferrably in prefix, otherwise in PATH + dnl prefix given: look for tde-config, preferrably in prefix, otherwise in PATH kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) PATH="$kde_save_PATH" fi @@ -5028,7 +5028,7 @@ AC_DEFUN([KDE_SET_PREFIX], AC_MSG_CHECKING([where to install]) if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - AC_MSG_RESULT([$prefix (as returned by kde-config)]) + AC_MSG_RESULT([$prefix (as returned by tde-config)]) else dnl --prefix was given. Compare prefixes and warn (in configure.in.bot.end) if different given_prefix=$prefix diff --git a/tde-i18n-uz@cyrillic/configure b/tde-i18n-uz@cyrillic/configure index ca26dc5259a..936380b9cdc 100755 --- a/tde-i18n-uz@cyrillic/configure +++ b/tde-i18n-uz@cyrillic/configure @@ -3750,12 +3750,12 @@ done if test "x$prefix" = "xNONE"; then - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3774,16 +3774,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3803,10 +3803,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3822,12 +3822,12 @@ echo "${ECHO_T}$kde_cv_path" >&6; } kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3846,16 +3846,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3875,10 +3875,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3911,8 +3911,8 @@ echo "$as_me: error: $KDECONFIG --prefix outputed the non existant prefix '$kde_ echo $ECHO_N "checking where to install... $ECHO_C" >&6; } if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - { echo "$as_me:$LINENO: result: $prefix (as returned by kde-config)" >&5 -echo "${ECHO_T}$prefix (as returned by kde-config)" >&6; } + { echo "$as_me:$LINENO: result: $prefix (as returned by tde-config)" >&5 +echo "${ECHO_T}$prefix (as returned by tde-config)" >&6; } else given_prefix=$prefix { echo "$as_me:$LINENO: result: $prefix (as requested)" >&5 @@ -5422,7 +5422,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-uz@cyrillic/configure.in b/tde-i18n-uz@cyrillic/configure.in index 68045c4342c..34daee3911a 100644 --- a/tde-i18n-uz@cyrillic/configure.in +++ b/tde-i18n-uz@cyrillic/configure.in @@ -37,7 +37,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-uz@cyrillic/messages/tdelibs/tdelibs.po b/tde-i18n-uz@cyrillic/messages/tdelibs/tdelibs.po index c0524422224..f8820d036c1 100644 --- a/tde-i18n-uz@cyrillic/messages/tdelibs/tdelibs.po +++ b/tde-i18n-uz@cyrillic/messages/tdelibs/tdelibs.po @@ -9347,153 +9347,153 @@ msgstr "&Бу нима?" msgid "Tip of the &Day" msgstr "&Кун маслаҳати" -#: tdecore/kde-config.cpp.in:14 +#: tdecore/tde-config.cpp.in:14 msgid "A little program to output installation paths" msgstr "" -#: tdecore/kde-config.cpp.in:18 +#: tdecore/tde-config.cpp.in:18 msgid "expand ${prefix} and ${exec_prefix} in output" msgstr "" -#: tdecore/kde-config.cpp.in:19 +#: tdecore/tde-config.cpp.in:19 msgid "Compiled in prefix for KDE libraries" msgstr "" -#: tdecore/kde-config.cpp.in:20 +#: tdecore/tde-config.cpp.in:20 msgid "Compiled in exec_prefix for KDE libraries" msgstr "" -#: tdecore/kde-config.cpp.in:21 +#: tdecore/tde-config.cpp.in:21 msgid "Compiled in library path suffix" msgstr "" -#: tdecore/kde-config.cpp.in:22 +#: tdecore/tde-config.cpp.in:22 msgid "Prefix in $HOME used to write files" msgstr "" -#: tdecore/kde-config.cpp.in:23 +#: tdecore/tde-config.cpp.in:23 msgid "Compiled in version string for KDE libraries" msgstr "" -#: tdecore/kde-config.cpp.in:24 +#: tdecore/tde-config.cpp.in:24 msgid "Available KDE resource types" msgstr "Мавжуд бўлган KDE манба турлари" -#: tdecore/kde-config.cpp.in:25 +#: tdecore/tde-config.cpp.in:25 msgid "Search path for resource type" msgstr "" -#: tdecore/kde-config.cpp.in:26 +#: tdecore/tde-config.cpp.in:26 msgid "User path: desktop|autostart|trash|document" msgstr "" -#: tdecore/kde-config.cpp.in:27 +#: tdecore/tde-config.cpp.in:27 msgid "Prefix to install resource files to" msgstr "" -#: tdecore/kde-config.cpp.in:168 +#: tdecore/tde-config.cpp.in:168 msgid "Applications menu (.desktop files)" msgstr "Дастур менюси (desktop-файллар)" -#: tdecore/kde-config.cpp.in:169 +#: tdecore/tde-config.cpp.in:169 msgid "CGIs to run from kdehelp" msgstr "" -#: tdecore/kde-config.cpp.in:170 +#: tdecore/tde-config.cpp.in:170 msgid "Configuration files" msgstr "Мослама файллари" -#: tdecore/kde-config.cpp.in:171 +#: tdecore/tde-config.cpp.in:171 msgid "Where applications store data" msgstr "Дастурлар маълумотни сақлайдиган жой" -#: tdecore/kde-config.cpp.in:172 +#: tdecore/tde-config.cpp.in:172 msgid "Executables in $prefix/bin" msgstr "" -#: tdecore/kde-config.cpp.in:173 +#: tdecore/tde-config.cpp.in:173 msgid "HTML documentation" msgstr "HTML шаклида кўлланмалар" -#: tdecore/kde-config.cpp.in:174 +#: tdecore/tde-config.cpp.in:174 msgid "Icons" msgstr "Нишончалар" -#: tdecore/kde-config.cpp.in:175 +#: tdecore/tde-config.cpp.in:175 msgid "Configuration description files" msgstr "" -#: tdecore/kde-config.cpp.in:176 +#: tdecore/tde-config.cpp.in:176 msgid "Libraries" msgstr "Кутубхоналар" -#: tdecore/kde-config.cpp.in:177 +#: tdecore/tde-config.cpp.in:177 msgid "Includes/Headers" msgstr "" -#: tdecore/kde-config.cpp.in:178 +#: tdecore/tde-config.cpp.in:178 msgid "Translation files for KLocale" msgstr "" -#: tdecore/kde-config.cpp.in:179 +#: tdecore/tde-config.cpp.in:179 msgid "Mime types" msgstr "MIME турлари" -#: tdecore/kde-config.cpp.in:180 +#: tdecore/tde-config.cpp.in:180 msgid "Loadable modules" msgstr "Юклаб бўладиган модуллар" -#: tdecore/kde-config.cpp.in:181 +#: tdecore/tde-config.cpp.in:181 msgid "Qt plugins" msgstr "Qt плагинлари" -#: tdecore/kde-config.cpp.in:182 +#: tdecore/tde-config.cpp.in:182 msgid "Services" msgstr "Хизматлар" -#: tdecore/kde-config.cpp.in:183 +#: tdecore/tde-config.cpp.in:183 msgid "Service types" msgstr "Хизмат турлари" -#: tdecore/kde-config.cpp.in:184 +#: tdecore/tde-config.cpp.in:184 msgid "Application sounds" msgstr "Дастур товушлари" -#: tdecore/kde-config.cpp.in:185 +#: tdecore/tde-config.cpp.in:185 msgid "Templates" msgstr "Намуналар" -#: tdecore/kde-config.cpp.in:186 +#: tdecore/tde-config.cpp.in:186 msgid "Wallpapers" msgstr "" -#: tdecore/kde-config.cpp.in:187 +#: tdecore/tde-config.cpp.in:187 msgid "XDG Application menu (.desktop files)" msgstr "XDG дастур менюси (desktop-файллар)" -#: tdecore/kde-config.cpp.in:188 +#: tdecore/tde-config.cpp.in:188 msgid "XDG Menu descriptions (.directory files)" msgstr "XDG меню таърифи (directory-файллар)" -#: tdecore/kde-config.cpp.in:189 +#: tdecore/tde-config.cpp.in:189 msgid "XDG Menu layout (.menu files)" msgstr "XDG меню кўриниши (menu-файллар)" -#: tdecore/kde-config.cpp.in:190 +#: tdecore/tde-config.cpp.in:190 msgid "Temporary files (specific for both current host and current user)" msgstr "Вақтинчалик файллар (жорий компьютер ва фойдаланувчига боғлиқ)" -#: tdecore/kde-config.cpp.in:191 +#: tdecore/tde-config.cpp.in:191 msgid "UNIX Sockets (specific for both current host and current user)" msgstr "UNIX сокетлари (жорий компьютер ва фойдаланувчига боғлиқ)" -#: tdecore/kde-config.cpp.in:203 +#: tdecore/tde-config.cpp.in:203 msgid "" "%1 - unknown type\n" msgstr "" "%1 - номаълум тур\n" -#: tdecore/kde-config.cpp.in:228 +#: tdecore/tde-config.cpp.in:228 msgid "" "%1 - unknown type of userpath\n" msgstr "" diff --git a/tde-i18n-vi/acinclude.m4 b/tde-i18n-vi/acinclude.m4 index 68b7ababbca..afd8befc656 100644 --- a/tde-i18n-vi/acinclude.m4 +++ b/tde-i18n-vi/acinclude.m4 @@ -5006,13 +5006,13 @@ AC_DEFUN([KDE_SET_PREFIX], KDE_SET_DEFAULT_BINDIRS if test "x$prefix" = "xNONE"; then - dnl no prefix given: look for kde-config in the PATH and deduce the prefix from it - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + dnl no prefix given: look for tde-config in the PATH and deduce the prefix from it + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) else - dnl prefix given: look for kde-config, preferrably in prefix, otherwise in PATH + dnl prefix given: look for tde-config, preferrably in prefix, otherwise in PATH kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) PATH="$kde_save_PATH" fi @@ -5028,7 +5028,7 @@ AC_DEFUN([KDE_SET_PREFIX], AC_MSG_CHECKING([where to install]) if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - AC_MSG_RESULT([$prefix (as returned by kde-config)]) + AC_MSG_RESULT([$prefix (as returned by tde-config)]) else dnl --prefix was given. Compare prefixes and warn (in configure.in.bot.end) if different given_prefix=$prefix diff --git a/tde-i18n-vi/configure b/tde-i18n-vi/configure index 545e43dc3a3..623ddba9b8a 100755 --- a/tde-i18n-vi/configure +++ b/tde-i18n-vi/configure @@ -3750,12 +3750,12 @@ done if test "x$prefix" = "xNONE"; then - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3774,16 +3774,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3803,10 +3803,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3822,12 +3822,12 @@ echo "${ECHO_T}$kde_cv_path" >&6; } kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3846,16 +3846,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3875,10 +3875,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3911,8 +3911,8 @@ echo "$as_me: error: $KDECONFIG --prefix outputed the non existant prefix '$kde_ echo $ECHO_N "checking where to install... $ECHO_C" >&6; } if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - { echo "$as_me:$LINENO: result: $prefix (as returned by kde-config)" >&5 -echo "${ECHO_T}$prefix (as returned by kde-config)" >&6; } + { echo "$as_me:$LINENO: result: $prefix (as returned by tde-config)" >&5 +echo "${ECHO_T}$prefix (as returned by tde-config)" >&6; } else given_prefix=$prefix { echo "$as_me:$LINENO: result: $prefix (as requested)" >&5 @@ -5425,7 +5425,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-vi/configure.in b/tde-i18n-vi/configure.in index 3a13ca8e982..44389e8607c 100644 --- a/tde-i18n-vi/configure.in +++ b/tde-i18n-vi/configure.in @@ -38,7 +38,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-vi/messages/tdelibs/tdelibs.po b/tde-i18n-vi/messages/tdelibs/tdelibs.po index 6df2a3c4570..b21fcf37159 100644 --- a/tde-i18n-vi/messages/tdelibs/tdelibs.po +++ b/tde-i18n-vi/messages/tdelibs/tdelibs.po @@ -9510,155 +9510,155 @@ msgstr "Cái &này là gì?" msgid "Tip of the &Day" msgstr "&Mẹo của hôm nay" -#: tdecore/kde-config.cpp.in:14 +#: tdecore/tde-config.cpp.in:14 msgid "A little program to output installation paths" msgstr "Một chương trình nhỏ để xuất các đường dẫn cài đặt." -#: tdecore/kde-config.cpp.in:18 +#: tdecore/tde-config.cpp.in:18 msgid "expand ${prefix} and ${exec_prefix} in output" msgstr "mở rộng ${prefix} và ${exec_prefix} trong dữ liệu xuất" -#: tdecore/kde-config.cpp.in:19 +#: tdecore/tde-config.cpp.in:19 msgid "Compiled in prefix for KDE libraries" msgstr "Được biên dịch trong prefix (tiền tố) cho các thư viện KDE" -#: tdecore/kde-config.cpp.in:20 +#: tdecore/tde-config.cpp.in:20 msgid "Compiled in exec_prefix for KDE libraries" msgstr "" "Được biên dịch trong exec_prefix (tiền tố thực hiện) cho các thư viện KDE" -#: tdecore/kde-config.cpp.in:21 +#: tdecore/tde-config.cpp.in:21 msgid "Compiled in library path suffix" msgstr "Được biên dịch trong suffix (hậu tố) của các đường dẫn thư viện" -#: tdecore/kde-config.cpp.in:22 +#: tdecore/tde-config.cpp.in:22 msgid "Prefix in $HOME used to write files" msgstr "Prefix (tiền tố) trong đường dẫn $HOME được dùng để ghi tập tin" -#: tdecore/kde-config.cpp.in:23 +#: tdecore/tde-config.cpp.in:23 msgid "Compiled in version string for KDE libraries" msgstr "" "Được biên dịch trong version string (chuỗi phiên bản) cho các thư viện KDE" -#: tdecore/kde-config.cpp.in:24 +#: tdecore/tde-config.cpp.in:24 msgid "Available KDE resource types" msgstr "Kiểu tài nguyên KDE sẵn sàng" -#: tdecore/kde-config.cpp.in:25 +#: tdecore/tde-config.cpp.in:25 msgid "Search path for resource type" msgstr "Đường dẫn tìm kiếm kiểu tài nguyên" -#: tdecore/kde-config.cpp.in:26 +#: tdecore/tde-config.cpp.in:26 msgid "User path: desktop|autostart|trash|document" msgstr "Đường dẫn người dùng: môi trường|chạy tự động|rác|tài liệu" -#: tdecore/kde-config.cpp.in:27 +#: tdecore/tde-config.cpp.in:27 msgid "Prefix to install resource files to" msgstr "Tiền tố nơi cần cài đặt các tập tin tài nguyên" -#: tdecore/kde-config.cpp.in:168 +#: tdecore/tde-config.cpp.in:168 msgid "Applications menu (.desktop files)" msgstr "Trình đơn Ứng dụng (tập tin .desktop)" -#: tdecore/kde-config.cpp.in:169 +#: tdecore/tde-config.cpp.in:169 msgid "CGIs to run from kdehelp" msgstr "Các CGI cần chạy từ kdehelp" -#: tdecore/kde-config.cpp.in:170 +#: tdecore/tde-config.cpp.in:170 msgid "Configuration files" msgstr "Tập tin cấu hình" -#: tdecore/kde-config.cpp.in:171 +#: tdecore/tde-config.cpp.in:171 msgid "Where applications store data" msgstr "Nơi ứng dụng lưu dữ liệu" -#: tdecore/kde-config.cpp.in:172 +#: tdecore/tde-config.cpp.in:172 msgid "Executables in $prefix/bin" msgstr "Tập tin chạy được trong <$prefix/bin>" -#: tdecore/kde-config.cpp.in:173 +#: tdecore/tde-config.cpp.in:173 msgid "HTML documentation" msgstr "Tài liệu hướng dẫn HTML" -#: tdecore/kde-config.cpp.in:174 +#: tdecore/tde-config.cpp.in:174 msgid "Icons" msgstr "Biểu tượng" -#: tdecore/kde-config.cpp.in:175 +#: tdecore/tde-config.cpp.in:175 msgid "Configuration description files" msgstr "Tập tin mô tả cấu hình" -#: tdecore/kde-config.cpp.in:176 +#: tdecore/tde-config.cpp.in:176 msgid "Libraries" msgstr "Thư viện" -#: tdecore/kde-config.cpp.in:177 +#: tdecore/tde-config.cpp.in:177 msgid "Includes/Headers" msgstr "Tập tin Gồm/Đầu" -#: tdecore/kde-config.cpp.in:178 +#: tdecore/tde-config.cpp.in:178 msgid "Translation files for KLocale" msgstr "Tập tin dịch cho KLocale" -#: tdecore/kde-config.cpp.in:179 +#: tdecore/tde-config.cpp.in:179 msgid "Mime types" msgstr "Kiểu MIME" -#: tdecore/kde-config.cpp.in:180 +#: tdecore/tde-config.cpp.in:180 msgid "Loadable modules" msgstr "Các mô-đun có thể tải" -#: tdecore/kde-config.cpp.in:181 +#: tdecore/tde-config.cpp.in:181 msgid "Qt plugins" msgstr "Bộ cầm phít Qt" -#: tdecore/kde-config.cpp.in:182 +#: tdecore/tde-config.cpp.in:182 msgid "Services" msgstr "Dịch vụ" -#: tdecore/kde-config.cpp.in:183 +#: tdecore/tde-config.cpp.in:183 msgid "Service types" msgstr "Kiểu dịch vụ" -#: tdecore/kde-config.cpp.in:184 +#: tdecore/tde-config.cpp.in:184 msgid "Application sounds" msgstr "Âm thanh ứng dụng" -#: tdecore/kde-config.cpp.in:185 +#: tdecore/tde-config.cpp.in:185 msgid "Templates" msgstr "Biểu mẫu" -#: tdecore/kde-config.cpp.in:186 +#: tdecore/tde-config.cpp.in:186 msgid "Wallpapers" msgstr "Ảnh nền" -#: tdecore/kde-config.cpp.in:187 +#: tdecore/tde-config.cpp.in:187 msgid "XDG Application menu (.desktop files)" msgstr "Trình đơn ứng dụng XDG (tập tin .desktop)" -#: tdecore/kde-config.cpp.in:188 +#: tdecore/tde-config.cpp.in:188 msgid "XDG Menu descriptions (.directory files)" msgstr "Mô tả trình đơn XDG (tập tin .directory)" -#: tdecore/kde-config.cpp.in:189 +#: tdecore/tde-config.cpp.in:189 msgid "XDG Menu layout (.menu files)" msgstr "Bố trí trình đơn XDG (tập tin .menu)" -#: tdecore/kde-config.cpp.in:190 +#: tdecore/tde-config.cpp.in:190 msgid "Temporary files (specific for both current host and current user)" msgstr "Tập tin tạm thời (đặc trưng cho cả máy lẫn người dùng đều hiện có)" -#: tdecore/kde-config.cpp.in:191 +#: tdecore/tde-config.cpp.in:191 msgid "UNIX Sockets (specific for both current host and current user)" msgstr "Ổ cắm UNIX (đặc trưng cho cả máy lẫn người dùng đều hiện có)" -#: tdecore/kde-config.cpp.in:203 +#: tdecore/tde-config.cpp.in:203 msgid "" "%1 - unknown type\n" msgstr "" "%1 — kiểu lạ\n" -#: tdecore/kde-config.cpp.in:228 +#: tdecore/tde-config.cpp.in:228 msgid "" "%1 - unknown type of userpath\n" msgstr "" diff --git a/tde-i18n-wa/acinclude.m4 b/tde-i18n-wa/acinclude.m4 index 68b7ababbca..afd8befc656 100644 --- a/tde-i18n-wa/acinclude.m4 +++ b/tde-i18n-wa/acinclude.m4 @@ -5006,13 +5006,13 @@ AC_DEFUN([KDE_SET_PREFIX], KDE_SET_DEFAULT_BINDIRS if test "x$prefix" = "xNONE"; then - dnl no prefix given: look for kde-config in the PATH and deduce the prefix from it - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + dnl no prefix given: look for tde-config in the PATH and deduce the prefix from it + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) else - dnl prefix given: look for kde-config, preferrably in prefix, otherwise in PATH + dnl prefix given: look for tde-config, preferrably in prefix, otherwise in PATH kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) PATH="$kde_save_PATH" fi @@ -5028,7 +5028,7 @@ AC_DEFUN([KDE_SET_PREFIX], AC_MSG_CHECKING([where to install]) if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - AC_MSG_RESULT([$prefix (as returned by kde-config)]) + AC_MSG_RESULT([$prefix (as returned by tde-config)]) else dnl --prefix was given. Compare prefixes and warn (in configure.in.bot.end) if different given_prefix=$prefix diff --git a/tde-i18n-wa/configure b/tde-i18n-wa/configure index c439cc12ca7..a21582d9743 100755 --- a/tde-i18n-wa/configure +++ b/tde-i18n-wa/configure @@ -3750,12 +3750,12 @@ done if test "x$prefix" = "xNONE"; then - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3774,16 +3774,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3803,10 +3803,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3822,12 +3822,12 @@ echo "${ECHO_T}$kde_cv_path" >&6; } kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3846,16 +3846,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3875,10 +3875,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3911,8 +3911,8 @@ echo "$as_me: error: $KDECONFIG --prefix outputed the non existant prefix '$kde_ echo $ECHO_N "checking where to install... $ECHO_C" >&6; } if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - { echo "$as_me:$LINENO: result: $prefix (as returned by kde-config)" >&5 -echo "${ECHO_T}$prefix (as returned by kde-config)" >&6; } + { echo "$as_me:$LINENO: result: $prefix (as returned by tde-config)" >&5 +echo "${ECHO_T}$prefix (as returned by tde-config)" >&6; } else given_prefix=$prefix { echo "$as_me:$LINENO: result: $prefix (as requested)" >&5 @@ -5413,7 +5413,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-wa/configure.in b/tde-i18n-wa/configure.in index 26483e04350..5466f14cb4d 100644 --- a/tde-i18n-wa/configure.in +++ b/tde-i18n-wa/configure.in @@ -34,7 +34,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-wa/messages/tdelibs/tdelibs.po b/tde-i18n-wa/messages/tdelibs/tdelibs.po index 5f624bdfee4..2065c1129eb 100644 --- a/tde-i18n-wa/messages/tdelibs/tdelibs.po +++ b/tde-i18n-wa/messages/tdelibs/tdelibs.po @@ -9588,159 +9588,159 @@ msgstr "&Cwè çki c' est d' ça?" msgid "Tip of the &Day" msgstr "Li Boune Idêye do &Djoû" -#: tdecore/kde-config.cpp.in:14 +#: tdecore/tde-config.cpp.in:14 msgid "A little program to output installation paths" msgstr "On ptit programe po håyner les tchmins d' astalaedje" -#: tdecore/kde-config.cpp.in:18 +#: tdecore/tde-config.cpp.in:18 msgid "expand ${prefix} and ${exec_prefix} in output" msgstr "" -#: tdecore/kde-config.cpp.in:19 +#: tdecore/tde-config.cpp.in:19 msgid "Compiled in prefix for KDE libraries" msgstr "Betchete copilêye divins po les livreyes KDE" -#: tdecore/kde-config.cpp.in:20 +#: tdecore/tde-config.cpp.in:20 msgid "Compiled in exec_prefix for KDE libraries" msgstr "" "Betchete d' enondaedje (exec_prefix) copilêye divins po les livreyes KDE" -#: tdecore/kde-config.cpp.in:21 +#: tdecore/tde-config.cpp.in:21 msgid "Compiled in library path suffix" msgstr "Cawete copilêye divins pol tchimin des livreyes" -#: tdecore/kde-config.cpp.in:22 +#: tdecore/tde-config.cpp.in:22 msgid "Prefix in $HOME used to write files" msgstr "" -#: tdecore/kde-config.cpp.in:23 +#: tdecore/tde-config.cpp.in:23 #, fuzzy msgid "Compiled in version string for KDE libraries" msgstr "Betchete copilêye divins po les livreyes KDE" -#: tdecore/kde-config.cpp.in:24 +#: tdecore/tde-config.cpp.in:24 msgid "Available KDE resource types" msgstr "Sôres di rsoûces KDE k' i gn a" -#: tdecore/kde-config.cpp.in:25 +#: tdecore/tde-config.cpp.in:25 msgid "Search path for resource type" msgstr "Tchimin di cweraedje pol sôre di rsoûce" -#: tdecore/kde-config.cpp.in:26 +#: tdecore/tde-config.cpp.in:26 #, fuzzy msgid "User path: desktop|autostart|trash|document" msgstr "Tchimin d' l' uzeu: desktop|autostart|document" -#: tdecore/kde-config.cpp.in:27 +#: tdecore/tde-config.cpp.in:27 #, fuzzy msgid "Prefix to install resource files to" msgstr "Èn nén astaler l' fitchî firmware" -#: tdecore/kde-config.cpp.in:168 +#: tdecore/tde-config.cpp.in:168 msgid "Applications menu (.desktop files)" msgstr "Menus d' programe (fitchîs .desktop)" -#: tdecore/kde-config.cpp.in:169 +#: tdecore/tde-config.cpp.in:169 msgid "CGIs to run from kdehelp" msgstr "" -#: tdecore/kde-config.cpp.in:170 +#: tdecore/tde-config.cpp.in:170 msgid "Configuration files" msgstr "Fitchîs d' apontiaedje" -#: tdecore/kde-config.cpp.in:171 +#: tdecore/tde-config.cpp.in:171 msgid "Where applications store data" msgstr "Wice ki les programes wårdèt les dnêyes" -#: tdecore/kde-config.cpp.in:172 +#: tdecore/tde-config.cpp.in:172 msgid "Executables in $prefix/bin" msgstr "Fitchîs enondåves e $prefix/bin" -#: tdecore/kde-config.cpp.in:173 +#: tdecore/tde-config.cpp.in:173 msgid "HTML documentation" msgstr "Documintåcion HTML" -#: tdecore/kde-config.cpp.in:174 +#: tdecore/tde-config.cpp.in:174 msgid "Icons" msgstr "Imådjetes" -#: tdecore/kde-config.cpp.in:175 +#: tdecore/tde-config.cpp.in:175 msgid "Configuration description files" msgstr "Fitchîs di discrijhaedje di l' apontiaedje" -#: tdecore/kde-config.cpp.in:176 +#: tdecore/tde-config.cpp.in:176 msgid "Libraries" msgstr "Livreyes" -#: tdecore/kde-config.cpp.in:177 +#: tdecore/tde-config.cpp.in:177 #, fuzzy msgid "Includes/Headers" msgstr "&Prinde les ridants efants avou" -#: tdecore/kde-config.cpp.in:178 +#: tdecore/tde-config.cpp.in:178 msgid "Translation files for KLocale" msgstr "Fitchîs d' ratournaedje po KLocale" -#: tdecore/kde-config.cpp.in:179 +#: tdecore/tde-config.cpp.in:179 msgid "Mime types" msgstr "Sôres MIME" -#: tdecore/kde-config.cpp.in:180 +#: tdecore/tde-config.cpp.in:180 msgid "Loadable modules" msgstr "Tcherdjåvès modules" -#: tdecore/kde-config.cpp.in:181 +#: tdecore/tde-config.cpp.in:181 msgid "Qt plugins" msgstr "Tchôke-divins Qt" -#: tdecore/kde-config.cpp.in:182 +#: tdecore/tde-config.cpp.in:182 msgid "Services" msgstr "Siervices" -#: tdecore/kde-config.cpp.in:183 +#: tdecore/tde-config.cpp.in:183 #, fuzzy msgid "Service types" msgstr "SôreSiervice" -#: tdecore/kde-config.cpp.in:184 +#: tdecore/tde-config.cpp.in:184 msgid "Application sounds" msgstr "Sons des programes" -#: tdecore/kde-config.cpp.in:185 +#: tdecore/tde-config.cpp.in:185 msgid "Templates" msgstr "Modeles" -#: tdecore/kde-config.cpp.in:186 +#: tdecore/tde-config.cpp.in:186 msgid "Wallpapers" msgstr "Tapisreyes" -#: tdecore/kde-config.cpp.in:187 +#: tdecore/tde-config.cpp.in:187 msgid "XDG Application menu (.desktop files)" msgstr "Menus d' programe XDG (fitchîs .desktop)" -#: tdecore/kde-config.cpp.in:188 +#: tdecore/tde-config.cpp.in:188 msgid "XDG Menu descriptions (.directory files)" msgstr "Coxhlaedje di menu XDG (fitchîs .directory)" -#: tdecore/kde-config.cpp.in:189 +#: tdecore/tde-config.cpp.in:189 msgid "XDG Menu layout (.menu files)" msgstr "Adjinçmint d' menu XDG (fitchîs .menu)" -#: tdecore/kde-config.cpp.in:190 +#: tdecore/tde-config.cpp.in:190 msgid "Temporary files (specific for both current host and current user)" msgstr "Fitchîs timporaires (po l' uzeu eyet l' lodjoe do moumint)" -#: tdecore/kde-config.cpp.in:191 +#: tdecore/tde-config.cpp.in:191 msgid "UNIX Sockets (specific for both current host and current user)" msgstr "Sokets UNIX (po l' uzeu eyet l' lodjoe do moumint)" -#: tdecore/kde-config.cpp.in:203 +#: tdecore/tde-config.cpp.in:203 msgid "" "%1 - unknown type\n" msgstr "" "%1 - sôre nén cnoxhowe\n" -#: tdecore/kde-config.cpp.in:228 +#: tdecore/tde-config.cpp.in:228 #, fuzzy msgid "" "%1 - unknown type of userpath\n" diff --git a/tde-i18n-zh_CN/acinclude.m4 b/tde-i18n-zh_CN/acinclude.m4 index 68b7ababbca..afd8befc656 100644 --- a/tde-i18n-zh_CN/acinclude.m4 +++ b/tde-i18n-zh_CN/acinclude.m4 @@ -5006,13 +5006,13 @@ AC_DEFUN([KDE_SET_PREFIX], KDE_SET_DEFAULT_BINDIRS if test "x$prefix" = "xNONE"; then - dnl no prefix given: look for kde-config in the PATH and deduce the prefix from it - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + dnl no prefix given: look for tde-config in the PATH and deduce the prefix from it + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) else - dnl prefix given: look for kde-config, preferrably in prefix, otherwise in PATH + dnl prefix given: look for tde-config, preferrably in prefix, otherwise in PATH kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) PATH="$kde_save_PATH" fi @@ -5028,7 +5028,7 @@ AC_DEFUN([KDE_SET_PREFIX], AC_MSG_CHECKING([where to install]) if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - AC_MSG_RESULT([$prefix (as returned by kde-config)]) + AC_MSG_RESULT([$prefix (as returned by tde-config)]) else dnl --prefix was given. Compare prefixes and warn (in configure.in.bot.end) if different given_prefix=$prefix diff --git a/tde-i18n-zh_CN/configure b/tde-i18n-zh_CN/configure index ba8c74278b5..86f96e9d289 100755 --- a/tde-i18n-zh_CN/configure +++ b/tde-i18n-zh_CN/configure @@ -3750,12 +3750,12 @@ done if test "x$prefix" = "xNONE"; then - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3774,16 +3774,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3803,10 +3803,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3822,12 +3822,12 @@ echo "${ECHO_T}$kde_cv_path" >&6; } kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3846,16 +3846,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3875,10 +3875,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3911,8 +3911,8 @@ echo "$as_me: error: $KDECONFIG --prefix outputed the non existant prefix '$kde_ echo $ECHO_N "checking where to install... $ECHO_C" >&6; } if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - { echo "$as_me:$LINENO: result: $prefix (as returned by kde-config)" >&5 -echo "${ECHO_T}$prefix (as returned by kde-config)" >&6; } + { echo "$as_me:$LINENO: result: $prefix (as returned by tde-config)" >&5 +echo "${ECHO_T}$prefix (as returned by tde-config)" >&6; } else given_prefix=$prefix { echo "$as_me:$LINENO: result: $prefix (as requested)" >&5 @@ -5434,7 +5434,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-zh_CN/configure.in b/tde-i18n-zh_CN/configure.in index 26e97c8a11e..b3091dfb3ff 100644 --- a/tde-i18n-zh_CN/configure.in +++ b/tde-i18n-zh_CN/configure.in @@ -41,7 +41,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-zh_CN/messages/tdelibs/tdelibs.po b/tde-i18n-zh_CN/messages/tdelibs/tdelibs.po index 2ce51fe1d55..a5739a8ba51 100644 --- a/tde-i18n-zh_CN/messages/tdelibs/tdelibs.po +++ b/tde-i18n-zh_CN/messages/tdelibs/tdelibs.po @@ -9232,153 +9232,153 @@ msgstr "这是什么(&T)?" msgid "Tip of the &Day" msgstr "日积月累(&D)" -#: tdecore/kde-config.cpp.in:14 +#: tdecore/tde-config.cpp.in:14 msgid "A little program to output installation paths" msgstr "输出安装路径的小程序" -#: tdecore/kde-config.cpp.in:18 +#: tdecore/tde-config.cpp.in:18 msgid "expand ${prefix} and ${exec_prefix} in output" msgstr "在输出中展开 ${prefix} 和 ${exec_prefix}" -#: tdecore/kde-config.cpp.in:19 +#: tdecore/tde-config.cpp.in:19 msgid "Compiled in prefix for KDE libraries" msgstr "KDE 库的编译前缀" -#: tdecore/kde-config.cpp.in:20 +#: tdecore/tde-config.cpp.in:20 msgid "Compiled in exec_prefix for KDE libraries" msgstr "KDE 库编译的 exec_prefix" -#: tdecore/kde-config.cpp.in:21 +#: tdecore/tde-config.cpp.in:21 msgid "Compiled in library path suffix" msgstr "库路径编译后缀" -#: tdecore/kde-config.cpp.in:22 +#: tdecore/tde-config.cpp.in:22 msgid "Prefix in $HOME used to write files" msgstr "$HOME 的前缀,用于写入文件" -#: tdecore/kde-config.cpp.in:23 +#: tdecore/tde-config.cpp.in:23 msgid "Compiled in version string for KDE libraries" msgstr "KDE 库的编译版本号" -#: tdecore/kde-config.cpp.in:24 +#: tdecore/tde-config.cpp.in:24 msgid "Available KDE resource types" msgstr "可用的 KDE 资源类型" -#: tdecore/kde-config.cpp.in:25 +#: tdecore/tde-config.cpp.in:25 msgid "Search path for resource type" msgstr "资源类型的搜索路径" -#: tdecore/kde-config.cpp.in:26 +#: tdecore/tde-config.cpp.in:26 msgid "User path: desktop|autostart|trash|document" msgstr "用户路径:desktop|autostart|trash|document" -#: tdecore/kde-config.cpp.in:27 +#: tdecore/tde-config.cpp.in:27 msgid "Prefix to install resource files to" msgstr "安装资源文件的前缀" -#: tdecore/kde-config.cpp.in:168 +#: tdecore/tde-config.cpp.in:168 msgid "Applications menu (.desktop files)" msgstr "应用程序菜单(.desktop 文件)" -#: tdecore/kde-config.cpp.in:169 +#: tdecore/tde-config.cpp.in:169 msgid "CGIs to run from kdehelp" msgstr "kdehelp 中运行的 CGI" -#: tdecore/kde-config.cpp.in:170 +#: tdecore/tde-config.cpp.in:170 msgid "Configuration files" msgstr "配置文件" -#: tdecore/kde-config.cpp.in:171 +#: tdecore/tde-config.cpp.in:171 msgid "Where applications store data" msgstr "应用程序存储数据的位置" -#: tdecore/kde-config.cpp.in:172 +#: tdecore/tde-config.cpp.in:172 msgid "Executables in $prefix/bin" msgstr "$prefix/bin 中的可执行文件" -#: tdecore/kde-config.cpp.in:173 +#: tdecore/tde-config.cpp.in:173 msgid "HTML documentation" msgstr "HTML 文档" -#: tdecore/kde-config.cpp.in:174 +#: tdecore/tde-config.cpp.in:174 msgid "Icons" msgstr "图标" -#: tdecore/kde-config.cpp.in:175 +#: tdecore/tde-config.cpp.in:175 msgid "Configuration description files" msgstr "配置描述文件" -#: tdecore/kde-config.cpp.in:176 +#: tdecore/tde-config.cpp.in:176 msgid "Libraries" msgstr "库" -#: tdecore/kde-config.cpp.in:177 +#: tdecore/tde-config.cpp.in:177 msgid "Includes/Headers" msgstr "包含/头文件" -#: tdecore/kde-config.cpp.in:178 +#: tdecore/tde-config.cpp.in:178 msgid "Translation files for KLocale" msgstr "KLocale 的翻译文件" -#: tdecore/kde-config.cpp.in:179 +#: tdecore/tde-config.cpp.in:179 msgid "Mime types" msgstr "MIME 类型" -#: tdecore/kde-config.cpp.in:180 +#: tdecore/tde-config.cpp.in:180 msgid "Loadable modules" msgstr "可装入的模块" -#: tdecore/kde-config.cpp.in:181 +#: tdecore/tde-config.cpp.in:181 msgid "Qt plugins" msgstr "Qt 插件" -#: tdecore/kde-config.cpp.in:182 +#: tdecore/tde-config.cpp.in:182 msgid "Services" msgstr "服务" -#: tdecore/kde-config.cpp.in:183 +#: tdecore/tde-config.cpp.in:183 msgid "Service types" msgstr "服务类型" -#: tdecore/kde-config.cpp.in:184 +#: tdecore/tde-config.cpp.in:184 msgid "Application sounds" msgstr "应用程序声音" -#: tdecore/kde-config.cpp.in:185 +#: tdecore/tde-config.cpp.in:185 msgid "Templates" msgstr "模板" -#: tdecore/kde-config.cpp.in:186 +#: tdecore/tde-config.cpp.in:186 msgid "Wallpapers" msgstr "壁纸" -#: tdecore/kde-config.cpp.in:187 +#: tdecore/tde-config.cpp.in:187 msgid "XDG Application menu (.desktop files)" msgstr "XDG 应用程序菜单(.desktop 文件)" -#: tdecore/kde-config.cpp.in:188 +#: tdecore/tde-config.cpp.in:188 msgid "XDG Menu descriptions (.directory files)" msgstr "XDG 菜单描述(.directory 文件)" -#: tdecore/kde-config.cpp.in:189 +#: tdecore/tde-config.cpp.in:189 msgid "XDG Menu layout (.menu files)" msgstr "XDG 菜单布局(.menu 文件)" -#: tdecore/kde-config.cpp.in:190 +#: tdecore/tde-config.cpp.in:190 msgid "Temporary files (specific for both current host and current user)" msgstr "临时文件(特别用于当前主机和当前用户)" -#: tdecore/kde-config.cpp.in:191 +#: tdecore/tde-config.cpp.in:191 msgid "UNIX Sockets (specific for both current host and current user)" msgstr "UNIX 套接字(特别用于当前主机和当前用户)" -#: tdecore/kde-config.cpp.in:203 +#: tdecore/tde-config.cpp.in:203 msgid "" "%1 - unknown type\n" msgstr "" "%1 - 未知类型\n" -#: tdecore/kde-config.cpp.in:228 +#: tdecore/tde-config.cpp.in:228 msgid "" "%1 - unknown type of userpath\n" msgstr "" diff --git a/tde-i18n-zh_TW/acinclude.m4 b/tde-i18n-zh_TW/acinclude.m4 index 68b7ababbca..afd8befc656 100644 --- a/tde-i18n-zh_TW/acinclude.m4 +++ b/tde-i18n-zh_TW/acinclude.m4 @@ -5006,13 +5006,13 @@ AC_DEFUN([KDE_SET_PREFIX], KDE_SET_DEFAULT_BINDIRS if test "x$prefix" = "xNONE"; then - dnl no prefix given: look for kde-config in the PATH and deduce the prefix from it - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + dnl no prefix given: look for tde-config in the PATH and deduce the prefix from it + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) else - dnl prefix given: look for kde-config, preferrably in prefix, otherwise in PATH + dnl prefix given: look for tde-config, preferrably in prefix, otherwise in PATH kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend) PATH="$kde_save_PATH" fi @@ -5028,7 +5028,7 @@ AC_DEFUN([KDE_SET_PREFIX], AC_MSG_CHECKING([where to install]) if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - AC_MSG_RESULT([$prefix (as returned by kde-config)]) + AC_MSG_RESULT([$prefix (as returned by tde-config)]) else dnl --prefix was given. Compare prefixes and warn (in configure.in.bot.end) if different given_prefix=$prefix diff --git a/tde-i18n-zh_TW/configure b/tde-i18n-zh_TW/configure index 203be0358b0..beaf7aef44b 100755 --- a/tde-i18n-zh_TW/configure +++ b/tde-i18n-zh_TW/configure @@ -3750,12 +3750,12 @@ done if test "x$prefix" = "xNONE"; then - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3774,16 +3774,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3803,10 +3803,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3822,12 +3822,12 @@ echo "${ECHO_T}$kde_cv_path" >&6; } kde_save_PATH="$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH" - { echo "$as_me:$LINENO: checking for kde-config" >&5 -echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for tde-config" >&5 +echo $ECHO_N "checking for tde-config... $ECHO_C" >&6; } if test -n "$KDECONFIG"; then kde_cv_path="$KDECONFIG"; else - kde_cache=`echo kde-config | sed 'y%./+-%__p_%'` + kde_cache=`echo tde-config | sed 'y%./+-%__p_%'` if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3846,16 +3846,16 @@ else IFS=$kde_save_IFS for dir in $dirs; do - if test -x "$dir/kde-config"; then + if test -x "$dir/tde-config"; then if test -n "" then - evalstr="$dir/kde-config 2>&1 " + evalstr="$dir/tde-config 2>&1 " if eval $evalstr; then - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi else - kde_cv_path="$dir/kde-config" + kde_cv_path="$dir/tde-config" break fi fi @@ -3875,10 +3875,10 @@ fi { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } - { { echo "$as_me:$LINENO: error: The important program kde-config was not found! + { { echo "$as_me:$LINENO: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&5 -echo "$as_me: error: The important program kde-config was not found! +echo "$as_me: error: The important program tde-config was not found! Please check whether you installed KDE correctly. " >&2;} { (exit 1); exit 1; }; } @@ -3911,8 +3911,8 @@ echo "$as_me: error: $KDECONFIG --prefix outputed the non existant prefix '$kde_ echo $ECHO_N "checking where to install... $ECHO_C" >&6; } if test "x$prefix" = "xNONE"; then prefix=$kde_libs_prefix - { echo "$as_me:$LINENO: result: $prefix (as returned by kde-config)" >&5 -echo "${ECHO_T}$prefix (as returned by kde-config)" >&6; } + { echo "$as_me:$LINENO: result: $prefix (as returned by tde-config)" >&5 +echo "${ECHO_T}$prefix (as returned by tde-config)" >&6; } else given_prefix=$prefix { echo "$as_me:$LINENO: result: $prefix (as requested)" >&5 @@ -5440,7 +5440,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-zh_TW/configure.in b/tde-i18n-zh_TW/configure.in index dd039346b52..4e738ba90dd 100644 --- a/tde-i18n-zh_TW/configure.in +++ b/tde-i18n-zh_TW/configure.in @@ -43,7 +43,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then # And if so, warn when they don't match if test "$kde_libs_prefix" != "$given_prefix"; then # And if kde doesn't know about the prefix yet - echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null if test $? -ne 0; then echo "" echo "Warning: you chose to install this package in $given_prefix," diff --git a/tde-i18n-zh_TW/docs/tdebase/faq/configkde.docbook b/tde-i18n-zh_TW/docs/tdebase/faq/configkde.docbook index 58f609da69b..50b25d20cd5 100644 --- a/tde-i18n-zh_TW/docs/tdebase/faq/configkde.docbook +++ b/tde-i18n-zh_TW/docs/tdebase/faq/configkde.docbook @@ -296,7 +296,7 @@ >TDEDIR</envar > 是您安裝 &kde; 的目錄。(您可以用 <userinput ><command ->kde-config</command +>tde-config</command > --prefix</userinput > 查看 KDE 安裝的目錄)。</para> <para diff --git a/tde-i18n-zh_TW/messages/tdelibs/tdelibs.po b/tde-i18n-zh_TW/messages/tdelibs/tdelibs.po index 4e7554a9818..173934b8636 100644 --- a/tde-i18n-zh_TW/messages/tdelibs/tdelibs.po +++ b/tde-i18n-zh_TW/messages/tdelibs/tdelibs.po @@ -9268,153 +9268,153 @@ msgstr "這是什麼?(&T)" msgid "Tip of the &Day" msgstr "每日小祕訣(&D)" -#: tdecore/kde-config.cpp.in:14 +#: tdecore/tde-config.cpp.in:14 msgid "A little program to output installation paths" msgstr "一個輸出安裝路徑的小程式" -#: tdecore/kde-config.cpp.in:18 +#: tdecore/tde-config.cpp.in:18 msgid "expand ${prefix} and ${exec_prefix} in output" msgstr "輸出 ${prefix} 和 ${exec_prefix} 的值" -#: tdecore/kde-config.cpp.in:19 +#: tdecore/tde-config.cpp.in:19 msgid "Compiled in prefix for KDE libraries" msgstr "KDE 程式庫編譯時的 prefix" -#: tdecore/kde-config.cpp.in:20 +#: tdecore/tde-config.cpp.in:20 msgid "Compiled in exec_prefix for KDE libraries" msgstr "KDE 程式庫編譯時的 exec_prefix" -#: tdecore/kde-config.cpp.in:21 +#: tdecore/tde-config.cpp.in:21 msgid "Compiled in library path suffix" msgstr "程式庫編譯時的路徑 suffix" -#: tdecore/kde-config.cpp.in:22 +#: tdecore/tde-config.cpp.in:22 msgid "Prefix in $HOME used to write files" msgstr "用作寫入檔案的 $HOME/prefix " -#: tdecore/kde-config.cpp.in:23 +#: tdecore/tde-config.cpp.in:23 msgid "Compiled in version string for KDE libraries" msgstr "KDE 程式庫編譯時的版本字串" -#: tdecore/kde-config.cpp.in:24 +#: tdecore/tde-config.cpp.in:24 msgid "Available KDE resource types" msgstr "可用的 KDE 資源類別" -#: tdecore/kde-config.cpp.in:25 +#: tdecore/tde-config.cpp.in:25 msgid "Search path for resource type" msgstr "資源類別的搜尋路徑" -#: tdecore/kde-config.cpp.in:26 +#: tdecore/tde-config.cpp.in:26 msgid "User path: desktop|autostart|trash|document" msgstr "使用者路徑: 桌面|自動啟動|資源回收桶|文件" -#: tdecore/kde-config.cpp.in:27 +#: tdecore/tde-config.cpp.in:27 msgid "Prefix to install resource files to" msgstr "安裝資源檔案的目錄" -#: tdecore/kde-config.cpp.in:168 +#: tdecore/tde-config.cpp.in:168 msgid "Applications menu (.desktop files)" msgstr "應用程式選單(.desktop 檔案)" -#: tdecore/kde-config.cpp.in:169 +#: tdecore/tde-config.cpp.in:169 msgid "CGIs to run from kdehelp" msgstr "由 kdehelp 執行的 CGI" -#: tdecore/kde-config.cpp.in:170 +#: tdecore/tde-config.cpp.in:170 msgid "Configuration files" msgstr "組態設定檔案" -#: tdecore/kde-config.cpp.in:171 +#: tdecore/tde-config.cpp.in:171 msgid "Where applications store data" msgstr "應用程式儲存資料的地方" -#: tdecore/kde-config.cpp.in:172 +#: tdecore/tde-config.cpp.in:172 msgid "Executables in $prefix/bin" msgstr "在 $prefix/bin 內的執行檔" -#: tdecore/kde-config.cpp.in:173 +#: tdecore/tde-config.cpp.in:173 msgid "HTML documentation" msgstr "HTML 文件" -#: tdecore/kde-config.cpp.in:174 +#: tdecore/tde-config.cpp.in:174 msgid "Icons" msgstr "圖示" -#: tdecore/kde-config.cpp.in:175 +#: tdecore/tde-config.cpp.in:175 msgid "Configuration description files" msgstr "組態描述檔案" -#: tdecore/kde-config.cpp.in:176 +#: tdecore/tde-config.cpp.in:176 msgid "Libraries" msgstr "程式庫" -#: tdecore/kde-config.cpp.in:177 +#: tdecore/tde-config.cpp.in:177 msgid "Includes/Headers" msgstr "引入檔/標頭檔" -#: tdecore/kde-config.cpp.in:178 +#: tdecore/tde-config.cpp.in:178 msgid "Translation files for KLocale" msgstr "KLocale 的翻譯檔案" -#: tdecore/kde-config.cpp.in:179 +#: tdecore/tde-config.cpp.in:179 msgid "Mime types" msgstr "Mime 類型" -#: tdecore/kde-config.cpp.in:180 +#: tdecore/tde-config.cpp.in:180 msgid "Loadable modules" msgstr "可載入的模組" -#: tdecore/kde-config.cpp.in:181 +#: tdecore/tde-config.cpp.in:181 msgid "Qt plugins" msgstr "Qt 外掛模組" -#: tdecore/kde-config.cpp.in:182 +#: tdecore/tde-config.cpp.in:182 msgid "Services" msgstr "服務" -#: tdecore/kde-config.cpp.in:183 +#: tdecore/tde-config.cpp.in:183 msgid "Service types" msgstr "服務類型" -#: tdecore/kde-config.cpp.in:184 +#: tdecore/tde-config.cpp.in:184 msgid "Application sounds" msgstr "應用程式聲音" -#: tdecore/kde-config.cpp.in:185 +#: tdecore/tde-config.cpp.in:185 msgid "Templates" msgstr "範本" -#: tdecore/kde-config.cpp.in:186 +#: tdecore/tde-config.cpp.in:186 msgid "Wallpapers" msgstr "桌布" -#: tdecore/kde-config.cpp.in:187 +#: tdecore/tde-config.cpp.in:187 msgid "XDG Application menu (.desktop files)" msgstr "XDG 應用程式選單(.desktop 檔案)" -#: tdecore/kde-config.cpp.in:188 +#: tdecore/tde-config.cpp.in:188 msgid "XDG Menu descriptions (.directory files)" msgstr "XDG 應用程式描述(.directory 檔案)" -#: tdecore/kde-config.cpp.in:189 +#: tdecore/tde-config.cpp.in:189 msgid "XDG Menu layout (.menu files)" msgstr "XDG 選單配置樣式(.menu 檔案)" -#: tdecore/kde-config.cpp.in:190 +#: tdecore/tde-config.cpp.in:190 msgid "Temporary files (specific for both current host and current user)" msgstr "暫存檔案 (指定給目前主機和目前使用者)" -#: tdecore/kde-config.cpp.in:191 +#: tdecore/tde-config.cpp.in:191 msgid "UNIX Sockets (specific for both current host and current user)" msgstr "UNIX Sockets (指定給目前主機和目前使用者)" -#: tdecore/kde-config.cpp.in:203 +#: tdecore/tde-config.cpp.in:203 msgid "" "%1 - unknown type\n" msgstr "" "%1 - 無法識別的類型\n" -#: tdecore/kde-config.cpp.in:228 +#: tdecore/tde-config.cpp.in:228 msgid "" "%1 - unknown type of userpath\n" msgstr "" |