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 /tde-i18n-de | |
parent | 80c642340671c3cd79111bfe92764ca2d208afb5 (diff) | |
download | tde-i18n-bb04c4a8d7babbc965aa2c34a27b9611aa3cdae0.tar.gz tde-i18n-bb04c4a8d7babbc965aa2c34a27b9611aa3cdae0.zip |
Rename kde-config to tde-config
Diffstat (limited to 'tde-i18n-de')
-rw-r--r-- | tde-i18n-de/acinclude.m4 | 10 | ||||
-rwxr-xr-x | tde-i18n-de/configure | 42 | ||||
-rw-r--r-- | tde-i18n-de/configure.in | 2 | ||||
-rw-r--r-- | tde-i18n-de/docs/tdeadmin/knetworkconf/index.docbook | 2 | ||||
-rw-r--r-- | tde-i18n-de/docs/tdebase/faq/configkde.docbook | 2 | ||||
-rw-r--r-- | tde-i18n-de/docs/tdebase/kate/advanced.docbook | 2 | ||||
-rw-r--r-- | tde-i18n-de/docs/tdebase/userguide/index.docbook | 2 | ||||
-rw-r--r-- | tde-i18n-de/docs/tdebase/userguide/under-the-hood.docbook | 2 | ||||
-rw-r--r-- | tde-i18n-de/docs/tdeedu/kgeography/index.docbook | 2 | ||||
-rw-r--r-- | tde-i18n-de/docs/tdenetwork/lisa/index.docbook | 2 | ||||
-rw-r--r-- | tde-i18n-de/docs/tdepim/akregator/Makefile | 2 | ||||
-rw-r--r-- | tde-i18n-de/messages/tdelibs/tdelibs.po | 74 |
12 files changed, 72 insertions, 72 deletions
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 "" |