From c13acd3c8d18c9606e49f566adb5974417530878 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 7 Dec 2011 19:03:55 -0600 Subject: Rename KDEHOME and KDEDIR --- tde-i18n-ro/acinclude.m4 | 26 +++++++++++----------- tde-i18n-ro/configure | 26 +++++++++++----------- tde-i18n-ro/configure.in | 2 +- .../docs/tdebase/kioslave/thumbnail.docbook | 2 +- tde-i18n-ro/messages/tdebase/kcmfonts.po | 2 +- tde-i18n-ro/messages/tdebase/kcmkicker.po | 4 ++-- tde-i18n-ro/messages/tdeedu/khangman.po | 4 ++-- tde-i18n-ro/messages/tdeedu/klettres.po | 4 ++-- tde-i18n-ro/messages/tdeedu/kstars.po | 2 +- tde-i18n-ro/messages/tdegames/kgoldrunner.po | 8 +++---- tde-i18n-ro/messages/tdesdk/kbabel.po | 2 +- tde-i18n-ro/messages/tdeutils/ksim.po | 2 +- tde-i18n-ro/messages/tdevelop/tdevelop.po | 6 ++--- tde-i18n-ro/messages/tdewebdev/klinkstatus.po | 2 +- tde-i18n-ro/messages/tdewebdev/quanta.po | 4 ++-- 15 files changed, 48 insertions(+), 48 deletions(-) (limited to 'tde-i18n-ro') diff --git a/tde-i18n-ro/acinclude.m4 b/tde-i18n-ro/acinclude.m4 index 7d9fdee4132..bf9647ca6d6 100644 --- a/tde-i18n-ro/acinclude.m4 +++ b/tde-i18n-ro/acinclude.m4 @@ -382,13 +382,13 @@ same compiler to compile Qt and tdelibs as you did use now. For more details about this problem, look at the end of config.log.]) fi -if eval `KDEDIR= ./conftest 2>&5`; then +if eval `TDEDIR= ./conftest 2>&5`; then kde_result=done else kde_result=problems fi -KDEDIR= ./conftest 2> /dev/null >&5 # make an echo for config.log +TDEDIR= ./conftest 2> /dev/null >&5 # make an echo for config.log kde_have_all_paths=yes KDE_SET_PATHS($kde_result) @@ -547,11 +547,11 @@ Please check whether you installed aRts correctly or use AC_DEFUN([KDE_SET_DEFAULT_BINDIRS], [ kde_default_bindirs="/usr/bin /usr/local/bin /opt/local/bin /usr/X11R6/bin /opt/kde/bin /opt/kde3/bin /usr/kde/bin /usr/local/kde/bin" - test -n "$KDEDIR" && kde_default_bindirs="$KDEDIR/bin $kde_default_bindirs" - if test -n "$KDEDIRS"; then + test -n "$TDEDIR" && kde_default_bindirs="$TDEDIR/bin $kde_default_bindirs" + if test -n "$TDEDIRS"; then kde_save_IFS=$IFS IFS=: - for dir in $KDEDIRS; do + for dir in $TDEDIRS; do kde_default_bindirs="$dir/bin $kde_default_bindirs " done IFS=$kde_save_IFS @@ -613,7 +613,7 @@ AC_DEFUN([KDE_SUBST_PROGRAMS], if test -n "$MEINPROC" -a "$MEINPROC" != "compiled"; then kde_sharedirs="/usr/share/kde /usr/local/share /usr/share /opt/kde3/share /opt/kde/share $prefix/share" - test -n "$KDEDIR" && kde_sharedirs="$KDEDIR/share $kde_sharedirs" + test -n "$TDEDIR" && kde_sharedirs="$TDEDIR/share $kde_sharedirs" AC_FIND_FILE(apps/ksgmltools2/customization/kde-chunk.xsl, $kde_sharedirs, KDE_XSL_STYLESHEET) if test "$KDE_XSL_STYLESHEET" = "NO"; then KDE_XSL_STYLESHEET="" @@ -1818,7 +1818,7 @@ fi if test -z "$1"; then kde_incdirs="$kde_libs_prefix/include /usr/lib/kde/include /usr/local/kde/include /usr/local/include /usr/kde/include /usr/include/kde /usr/include /opt/kde3/include /opt/kde/include $x_includes $qt_includes" -test -n "$KDEDIR" && kde_incdirs="$KDEDIR/include $KDEDIR/include/kde $KDEDIR $kde_incdirs" +test -n "$TDEDIR" && kde_incdirs="$TDEDIR/include $TDEDIR/include/kde $TDEDIR $kde_incdirs" kde_incdirs="$ac_kde_includes $kde_incdirs" AC_FIND_FILE($kde_check_header, $kde_incdirs, kde_incdir) ac_kde_includes="$kde_incdir" @@ -1830,7 +1830,7 @@ So, check this please and use another prefix!]) fi kde_libdirs="$kde_libs_prefix/lib${tdelibsuff} /usr/lib/kde/lib${tdelibsuff} /usr/local/kde/lib${tdelibsuff} /usr/kde/lib${tdelibsuff} /usr/lib${tdelibsuff}/kde /usr/lib${tdelibsuff}/kde3 /usr/lib${tdelibsuff} /usr/X11R6/lib${tdelibsuff} /usr/local/lib${tdelibsuff} /opt/kde3/lib${tdelibsuff} /opt/kde/lib${tdelibsuff} /usr/X11R6/kde/lib${tdelibsuff}" -test -n "$KDEDIR" && kde_libdirs="$KDEDIR/lib${tdelibsuff} $KDEDIR $kde_libdirs" +test -n "$TDEDIR" && kde_libdirs="$TDEDIR/lib${tdelibsuff} $TDEDIR $kde_libdirs" kde_libdirs="$ac_kde_libraries $libdir $kde_libdirs" AC_FIND_FILE($kde_check_lib, $kde_libdirs, kde_libdir) ac_kde_libraries="$kde_libdir" @@ -3574,7 +3574,7 @@ AC_CANONICAL_SYSTEM AC_ARG_PROGRAM AM_INIT_AUTOMAKE($1, $2) AM_DISABLE_LIBRARIES -AC_PREFIX_DEFAULT(${KDEDIR:-/usr/local/kde}) +AC_PREFIX_DEFAULT(${TDEDIR:-/usr/local/kde}) AC_CHECK_COMPILERS KDE_PROG_LIBTOOL AM_KDE_WITH_NLS @@ -4973,12 +4973,12 @@ AC_DEFUN([KDE_CONF_FILES], dnl This sets the prefix, for arts and tdelibs dnl Do NOT use in any other module. -dnl It only looks at --prefix, KDEDIR and falls back to /usr/local/kde +dnl It only looks at --prefix, TDEDIR and falls back to /usr/local/kde AC_DEFUN([KDE_SET_PREFIX_CORE], [ unset CDPATH - dnl make $KDEDIR the default for the installation - AC_PREFIX_DEFAULT(${KDEDIR:-/usr/local/kde}) + dnl make $TDEDIR the default for the installation + AC_PREFIX_DEFAULT(${TDEDIR:-/usr/local/kde}) if test "x$prefix" = "xNONE"; then prefix=$ac_default_prefix @@ -5002,7 +5002,7 @@ AC_DEFUN([KDE_SET_PREFIX], unset CDPATH dnl We can't give real code to that macro, only a value. dnl It only matters for --help, since we set the prefix in this function anyway. - AC_PREFIX_DEFAULT(${KDEDIR:-the kde prefix}) + AC_PREFIX_DEFAULT(${TDEDIR:-the kde prefix}) KDE_SET_DEFAULT_BINDIRS if test "x$prefix" = "xNONE"; then diff --git a/tde-i18n-ro/configure b/tde-i18n-ro/configure index c78b8e6c645..a563224e444 100755 --- a/tde-i18n-ro/configure +++ b/tde-i18n-ro/configure @@ -577,7 +577,7 @@ PACKAGE_STRING= PACKAGE_BUGREPORT= ac_unique_file="messages/Makefile.am" -ac_default_prefix=${KDEDIR:-the kde prefix} +ac_default_prefix=${TDEDIR:-the kde prefix} ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME @@ -2623,13 +2623,13 @@ For more details about this problem, look at the end of config.log." >&2;} { (exit 1); exit 1; }; } fi -if eval `KDEDIR= ./conftest 2>&5`; then +if eval `TDEDIR= ./conftest 2>&5`; then kde_result=done else kde_result=problems fi -KDEDIR= ./conftest 2> /dev/null >&5 # make an echo for config.log +TDEDIR= ./conftest 2> /dev/null >&5 # make an echo for config.log kde_have_all_paths=yes @@ -2925,13 +2925,13 @@ For more details about this problem, look at the end of config.log." >&2;} { (exit 1); exit 1; }; } fi -if eval `KDEDIR= ./conftest 2>&5`; then +if eval `TDEDIR= ./conftest 2>&5`; then kde_result=done else kde_result=problems fi -KDEDIR= ./conftest 2> /dev/null >&5 # make an echo for config.log +TDEDIR= ./conftest 2> /dev/null >&5 # make an echo for config.log kde_have_all_paths=yes @@ -3038,11 +3038,11 @@ _ACEOF kde_default_bindirs="/usr/bin /usr/local/bin /opt/local/bin /usr/X11R6/bin /opt/kde/bin /opt/kde3/bin /usr/kde/bin /usr/local/kde/bin" - test -n "$KDEDIR" && kde_default_bindirs="$KDEDIR/bin $kde_default_bindirs" - if test -n "$KDEDIRS"; then + test -n "$TDEDIR" && kde_default_bindirs="$TDEDIR/bin $kde_default_bindirs" + if test -n "$TDEDIRS"; then kde_save_IFS=$IFS IFS=: - for dir in $KDEDIRS; do + for dir in $TDEDIRS; do kde_default_bindirs="$dir/bin $kde_default_bindirs " done IFS=$kde_save_IFS @@ -3690,7 +3690,7 @@ echo "${ECHO_T}$kde_cv_path" >&6; } if test -n "$MEINPROC" -a "$MEINPROC" != "compiled"; then kde_sharedirs="/usr/share/kde /usr/local/share /usr/share /opt/kde3/share /opt/kde/share $prefix/share" - test -n "$KDEDIR" && kde_sharedirs="$KDEDIR/share $kde_sharedirs" + test -n "$TDEDIR" && kde_sharedirs="$TDEDIR/share $kde_sharedirs" KDE_XSL_STYLESHEET=NO for i in $kde_sharedirs; @@ -3738,11 +3738,11 @@ done kde_default_bindirs="/usr/bin /usr/local/bin /opt/local/bin /usr/X11R6/bin /opt/kde/bin /opt/kde3/bin /usr/kde/bin /usr/local/kde/bin" - test -n "$KDEDIR" && kde_default_bindirs="$KDEDIR/bin $kde_default_bindirs" - if test -n "$KDEDIRS"; then + test -n "$TDEDIR" && kde_default_bindirs="$TDEDIR/bin $kde_default_bindirs" + if test -n "$TDEDIRS"; then kde_save_IFS=$IFS IFS=: - for dir in $KDEDIRS; do + for dir in $TDEDIRS; do kde_default_bindirs="$dir/bin $kde_default_bindirs " done IFS=$kde_save_IFS @@ -5515,7 +5515,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then echo "Warning: you chose to install this package in $given_prefix," echo "but KDE was found in $kde_libs_prefix." echo "For this to work, you will need to tell KDE about the new prefix, by ensuring" - echo "that KDEDIRS contains it, e.g. export KDEDIRS=$given_prefix:$kde_libs_prefix" + echo "that TDEDIRS contains it, e.g. export TDEDIRS=$given_prefix:$kde_libs_prefix" echo "Then restart KDE." echo "" fi diff --git a/tde-i18n-ro/configure.in b/tde-i18n-ro/configure.in index 844c0a36186..9d1daaa9b6c 100644 --- a/tde-i18n-ro/configure.in +++ b/tde-i18n-ro/configure.in @@ -72,7 +72,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then echo "Warning: you chose to install this package in $given_prefix," echo "but KDE was found in $kde_libs_prefix." echo "For this to work, you will need to tell KDE about the new prefix, by ensuring" - echo "that KDEDIRS contains it, e.g. export KDEDIRS=$given_prefix:$kde_libs_prefix" + echo "that TDEDIRS contains it, e.g. export TDEDIRS=$given_prefix:$kde_libs_prefix" echo "Then restart KDE." echo "" fi diff --git a/tde-i18n-ro/docs/tdebase/kioslave/thumbnail.docbook b/tde-i18n-ro/docs/tdebase/kioslave/thumbnail.docbook index c7a00ca38d6..4303cdee64c 100644 --- a/tde-i18n-ro/docs/tdebase/kioslave/thumbnail.docbook +++ b/tde-i18n-ro/docs/tdebase/kioslave/thumbnail.docbook @@ -26,7 +26,7 @@ Citiţi documentaţia din surse pentru mai multe informaţii. O veţi găsi în $KDEDIRTDEDIR/include/kio/thumbcreator.h sau în folderul de surse &kde; tdebase/kioslave/thumbnailThe use of this option is generally discouraged. For selecting proper DPI " "value a better option is explicitly configuring it for the whole X server if " "possible (e.g. DisplaySize in xorg.conf or adding -dpi value " -"to ServerLocalArgs= in $KDEDIR/share/config/kdm/kdmrc). When fonts do not " +"to ServerLocalArgs= in $TDEDIR/share/config/kdm/kdmrc). When fonts do not " "render properly with real DPI value better fonts should be used or " "configuration of font hinting should be checked.

" msgstr "" diff --git a/tde-i18n-ro/messages/tdebase/kcmkicker.po b/tde-i18n-ro/messages/tdebase/kcmkicker.po index 17d5d43c5f7..1112598ed52 100644 --- a/tde-i18n-ro/messages/tdebase/kcmkicker.po +++ b/tde-i18n-ro/messages/tdebase/kcmkicker.po @@ -1098,14 +1098,14 @@ msgid "" " " "

Tip: You can customize the image that appears in the K Menu by " "putting an image file called kside.png and a tileable image file called " -"kside_tile.png in $KDEHOME/share/apps/kicker/pics." +"kside_tile.png in $TDEHOME/share/apps/kicker/pics." msgstr "" "Dacă selectaţi această opţiune, în partea din stînga a meniului K va apărea " "o imagine. Aceasta va fi colorată în funcţie de setările dumneavoastră de " "culoare.\n" "\n" "

Sfat: Puteţi personaliza imaginea care apare în meniul K dacă în " -"directorul $KDEHOME/share/apps/kicker/pics puneţi un fişier imagine cu numele " +"directorul $TDEHOME/share/apps/kicker/pics puneţi un fişier imagine cu numele " "kside.png şi o imagine pentru mozaic numită kside_tile.png." #. i18n: file menutab.ui line 151 diff --git a/tde-i18n-ro/messages/tdeedu/khangman.po b/tde-i18n-ro/messages/tdeedu/khangman.po index d57d0a29c6b..216457c2ed6 100644 --- a/tde-i18n-ro/messages/tdeedu/khangman.po +++ b/tde-i18n-ro/messages/tdeedu/khangman.po @@ -72,7 +72,7 @@ msgstr "" #: khangmanview.cpp:594 msgid "" -"File $KDEDIR/share/apps/khangman/data/%1/%2 not found!\n" +"File $TDEDIR/share/apps/khangman/data/%1/%2 not found!\n" "Check your installation, please!" msgstr "" @@ -505,7 +505,7 @@ msgstr "" #: khangman.cpp:437 msgid "" -"File $KDEDIR/share/apps/khangman/%1.txt not found;\n" +"File $TDEDIR/share/apps/khangman/%1.txt not found;\n" "check your installation." msgstr "" diff --git a/tde-i18n-ro/messages/tdeedu/klettres.po b/tde-i18n-ro/messages/tdeedu/klettres.po index 2afeed4757f..73097519ed3 100644 --- a/tde-i18n-ro/messages/tdeedu/klettres.po +++ b/tde-i18n-ro/messages/tdeedu/klettres.po @@ -37,7 +37,7 @@ msgstr "" #: klettres.cpp:177 msgid "" "The file sounds.xml was not found in\n" -"$KDEDIR/share/apps/klettres/\n" +"$TDEDIR/share/apps/klettres/\n" "\n" "Please install this file and start KLettres again.\n" "\n" @@ -206,7 +206,7 @@ msgstr "" #: klettres.cpp:461 msgid "" -"File $KDEDIR/share/apps/klettres/%1.txt not found;\n" +"File $TDEDIR/share/apps/klettres/%1.txt not found;\n" "please check your installation." msgstr "" diff --git a/tde-i18n-ro/messages/tdeedu/kstars.po b/tde-i18n-ro/messages/tdeedu/kstars.po index c755f32e935..8964720d130 100644 --- a/tde-i18n-ro/messages/tdeedu/kstars.po +++ b/tde-i18n-ro/messages/tdeedu/kstars.po @@ -922,7 +922,7 @@ msgid "" "Unable to find device driver file 'drivers.xml'. Please locate the file and " "place it in one of the following locations:\n" "\n" -" \t$(KDEDIR)/share/apps/kstars/%1 \n" +" \t$(TDEDIR)/share/apps/kstars/%1 \n" "\t~/.kde/share/apps/kstars/%1" msgstr "" diff --git a/tde-i18n-ro/messages/tdegames/kgoldrunner.po b/tde-i18n-ro/messages/tdegames/kgoldrunner.po index 526a95a0918..56c1d9fb270 100644 --- a/tde-i18n-ro/messages/tdegames/kgoldrunner.po +++ b/tde-i18n-ro/messages/tdegames/kgoldrunner.po @@ -1053,25 +1053,25 @@ msgstr "" #: kgoldrunner.cpp:850 msgid "" "Cannot find documentation sub-folder 'en/%1/' in area '%2' of the KDE folder " -"($KDEDIRS)." +"($TDEDIRS)." msgstr "" #: kgoldrunner.cpp:862 msgid "" "Cannot find system games sub-folder '%1/system/' in area '%2' of the KDE folder " -"($KDEDIRS)." +"($TDEDIRS)." msgstr "" #: kgoldrunner.cpp:875 msgid "" "Cannot find or create user games sub-folder '%1/user/' in area '%2' of the KDE " -"user area ($KDEHOME)." +"user area ($TDEHOME)." msgstr "" #: kgoldrunner.cpp:884 msgid "" "Cannot find or create 'levels/' folder in sub-folder '%1/user/' in the KDE user " -"area ($KDEHOME)." +"area ($TDEHOME)." msgstr "" #: kgoldrunner.cpp:913 diff --git a/tde-i18n-ro/messages/tdesdk/kbabel.po b/tde-i18n-ro/messages/tdesdk/kbabel.po index 3f5427af20a..344fd6ee026 100644 --- a/tde-i18n-ro/messages/tdesdk/kbabel.po +++ b/tde-i18n-ro/messages/tdesdk/kbabel.po @@ -6127,7 +6127,7 @@ msgid "" "
If you choose the old version, the new one will be removed. If you choose " "the new version, the old database files will be left alone and you need to " "remove them manually. Otherwise this message will be displayed again (the old " -"files are at $KDEHOME/share/apps/kbabeldict/dbsearchengine/*,old).

" +"files are at $TDEHOME/share/apps/kbabeldict/dbsearchengine/*,old).

" msgstr "" #: kbabeldict/modules/dbsearchengine/KDBSearchEngine.cpp:185 diff --git a/tde-i18n-ro/messages/tdeutils/ksim.po b/tde-i18n-ro/messages/tdeutils/ksim.po index 64927a81095..0e068774b98 100644 --- a/tde-i18n-ro/messages/tdeutils/ksim.po +++ b/tde-i18n-ro/messages/tdeutils/ksim.po @@ -41,7 +41,7 @@ msgstr "" #: library/pluginloader.cpp:99 msgid "" "KSim was unable to load the plugin %1 due to not being able to find the plugin, " -"check that the plugin is installed and is in your $KDEDIR/lib path" +"check that the plugin is installed and is in your $TDEDIR/lib path" msgstr "" #: library/pluginloader.cpp:105 diff --git a/tde-i18n-ro/messages/tdevelop/tdevelop.po b/tde-i18n-ro/messages/tdevelop/tdevelop.po index a78d671242f..ee161c2cbd8 100644 --- a/tde-i18n-ro/messages/tdevelop/tdevelop.po +++ b/tde-i18n-ro/messages/tdevelop/tdevelop.po @@ -7675,7 +7675,7 @@ msgstr "" msgid "" "NOTE These are directories to search in that are found in your KDE " "resource directories. So if you add the string \"kate/scripts\" to the list " -"then KScript will look in \"$KDEDIRS/data/kate/scripts\" for scripts. This " +"then KScript will look in \"$TDEDIRS/data/kate/scripts\" for scripts. This " "will allow you to get scripts in your home directory as well as system wide " "ones." msgstr "" @@ -18924,9 +18924,9 @@ msgid "" "Unable to find plugins, KDevelop will not work properly.\n" "Please make sure that KDevelop is installed in your KDE directory; otherwise, " "you have to add KDevelop's installation path to the environment variable " -"KDEDIRS and run kbuildsycoca. Restart KDevelop afterwards.\n" +"TDEDIRS and run kbuildsycoca. Restart KDevelop afterwards.\n" "Example for BASH users:\n" -"export KDEDIRS=/path/to/tdevelop:$KDEDIRS && kbuildsycoca" +"export TDEDIRS=/path/to/tdevelop:$TDEDIRS && kbuildsycoca" msgstr "" #: src/simplemainwindow.cpp:105 diff --git a/tde-i18n-ro/messages/tdewebdev/klinkstatus.po b/tde-i18n-ro/messages/tdewebdev/klinkstatus.po index 157b9fcec47..20a85a13f11 100644 --- a/tde-i18n-ro/messages/tdewebdev/klinkstatus.po +++ b/tde-i18n-ro/messages/tdewebdev/klinkstatus.po @@ -181,7 +181,7 @@ msgstr "" #: klinkstatus.cpp:75 msgid "" -"Could not find the KLinkStatus part; did you configure with '--prefix=/$KDEDIR' " +"Could not find the KLinkStatus part; did you configure with '--prefix=/$TDEDIR' " "and perform 'make install'?" msgstr "" diff --git a/tde-i18n-ro/messages/tdewebdev/quanta.po b/tde-i18n-ro/messages/tdewebdev/quanta.po index 4accb5bd14c..ae3fcaee4e6 100644 --- a/tde-i18n-ro/messages/tdewebdev/quanta.po +++ b/tde-i18n-ro/messages/tdewebdev/quanta.po @@ -1630,7 +1630,7 @@ msgstr "" msgid "" "The name of the folder where the toolbars are stored. This is a relative name " "to " -"
$KDEDIR( or $KDEHOME)/share/apps/quanta/toolbars ." +"
$TDEDIR( or $TDEHOME)/share/apps/quanta/toolbars ." msgstr "" #. i18n: file ./dialogs/dtepeditdlgs.ui line 320 @@ -9178,7 +9178,7 @@ msgstr "" #: src/quanta.cpp:227 msgid "" -"You may have forgotten to run \"make install\", or your KDEDIR, KDEDIRS or PATH " +"You may have forgotten to run \"make install\", or your TDEDIR, TDEDIRS or PATH " "are not set correctly." msgstr "" -- cgit v1.2.1