summaryrefslogtreecommitdiffstats
path: root/doc/ru
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ru')
-rw-r--r--doc/ru/commands.docbook2
-rw-r--r--doc/ru/configuration-files.docbook8
-rw-r--r--doc/ru/faq.docbook8
-rw-r--r--doc/ru/index.docbook2
-rw-r--r--doc/ru/installation.docbook20
-rw-r--r--doc/ru/konfigurator.docbook2
6 files changed, 21 insertions, 21 deletions
diff --git a/doc/ru/commands.docbook b/doc/ru/commands.docbook
index 65f813a..538d2d7 100644
--- a/doc/ru/commands.docbook
+++ b/doc/ru/commands.docbook
@@ -1517,7 +1517,7 @@
> <guibutton
>Export shortcuts</guibutton
> buttons you can load and save a Key-binding profile. This allows &krusader; to have the &tcmd;, &mc;, foo-commander, or your custom Key-bindings. The only limitation is that global &kde; key-bindings and some &krusader; key-bindings can't be changed yet, as well as some features in foo-commander that we either don't have or don't need. The Key-bindings are stored in <filename
->$KDEDIR/share/apps/krusader</filename
+>$TDEDIR/share/apps/krusader</filename
>, <filename
>foo.keymap.info</filename
> contains a description, <filename
diff --git a/doc/ru/configuration-files.docbook b/doc/ru/configuration-files.docbook
index 5e53d77..ae42899 100644
--- a/doc/ru/configuration-files.docbook
+++ b/doc/ru/configuration-files.docbook
@@ -38,7 +38,7 @@
>.</para>
<para
>Location: <filename
->$KDEDIR/share/apps/krusader/krusaderui.rc</filename
+>$TDEDIR/share/apps/krusader/krusaderui.rc</filename
> or <filename
>~/.kde/share/apps/krusader/krusaderui.rc</filename
></para>
@@ -189,7 +189,7 @@
>The default User-Actions provided by us. The file-structure is documented in doxygen-headers of UserActionXML.</para>
<para
>Location: <filename
->$KDEDIR/share/apps/krusader/useraction_examples.xml</filename
+>$TDEDIR/share/apps/krusader/useraction_examples.xml</filename
></para>
<para
@@ -202,7 +202,7 @@
>. Until &krusader;-1.70.0 this was a binary file, &krusader; is backwards compatible for importing this legacy binary format.</para>
<para
>Location: <filename
->$KDEDIR/share/apps/krusader/foo.keymap</filename
+>$TDEDIR/share/apps/krusader/foo.keymap</filename
></para>
@@ -216,7 +216,7 @@
>.</para>
<para
>Location: <filename
->$KDEDIR/share/apps/krusader/foo.color</filename
+>$TDEDIR/share/apps/krusader/foo.color</filename
></para>
diff --git a/doc/ru/faq.docbook b/doc/ru/faq.docbook
index d9d79c3..98587ce 100644
--- a/doc/ru/faq.docbook
+++ b/doc/ru/faq.docbook
@@ -402,7 +402,7 @@
> file from the package <filename
>krusader_trinity/krusader/krusaderui.rc</filename
> to <filename
->$KDEDIR/share/apps/krusader/krusaderui.rc</filename
+>$TDEDIR/share/apps/krusader/krusaderui.rc</filename
> and <filename
>~/.kde/share/apps/krusader/krusaderui.rc</filename
> and re-run &krusader;. If you have compiled &krusader; from sources this is often caused when the &kdeqtdir_lnk; environment variables are not correctly set. The result is that the <filename
@@ -422,7 +422,7 @@
>Файл <filename
>krusaderui.rc</filename
> хранится в <filename
->$KDEDIR/share/apps/krusader/krusaderui.rc</filename
+>$TDEDIR/share/apps/krusader/krusaderui.rc</filename
>. Если вы выбрали новую <guilabel
>"Панель"</guilabel
> ,&kde; создаст копию файла <filename
@@ -909,13 +909,13 @@
>, <filename
>kio_krarc.la</filename
> в <filename class="directory"
->$KDEDIR/lib/trinity</filename
+>$TDEDIR/lib/trinity</filename
></para>
<para
>Копируйте <filename
>krarc.protocol</filename
> в <filename class="directory"
->$KDEDIR/share/services</filename
+>$TDEDIR/share/services</filename
></para>
<para
>или директорию , в которой находятся KIO slaves вашего дистрибутива &Linux;. </para>
diff --git a/doc/ru/index.docbook b/doc/ru/index.docbook
index 8834588..8997d09 100644
--- a/doc/ru/index.docbook
+++ b/doc/ru/index.docbook
@@ -518,7 +518,7 @@ since the Entity Backspace is not defined in
>'>
<!ENTITY kdeqtdir_lnk '<link linkend="kde_qt_dir"
><envar
->KDEDIR</envar
+>TDEDIR</envar
> - <envar
>QTDIR</envar
></link
diff --git a/doc/ru/installation.docbook b/doc/ru/installation.docbook
index cd67f34..064dc04 100644
--- a/doc/ru/installation.docbook
+++ b/doc/ru/installation.docbook
@@ -496,7 +496,7 @@
>Check the environment variables <envar
>QTDIR</envar
> and <envar
->KDEDIR</envar
+>TDEDIR</envar
>. &krusader;'s <command
>./configure</command
> script needs to know where the &Qt; and &kde; directories are. </para>
@@ -514,7 +514,7 @@
<para
><envar
->KDEDIR</envar
+>TDEDIR</envar
> : <replaceable
>&lt;path to your KDE installation&gt;</replaceable
> &eg; <filename
@@ -529,7 +529,7 @@
> command. <screen
><prompt>$</prompt> <userinput><command>echo</command> $QTDIR</userinput>
/usr/lib/qt3
-<prompt>$</prompt> <userinput><command>echo</command> $KDEDIR</userinput>
+<prompt>$</prompt> <userinput><command>echo</command> $TDEDIR</userinput>
/usr</screen
> If both commands give an output, the enviroment variables are set (the above example are the settings of &mandriva;-&Linux;). In case you just receive empty lines, the variables are not set and you have to set them it manually. If you have no idea what to set the variables to, or if you want to check if the variables are correctly set, ask your distributor or use the <command
>find</command
@@ -545,7 +545,7 @@
> and <filename
>/usr</filename
> is your <envar
->KDEDIR</envar
+>TDEDIR</envar
>. The installed binaries will go to <filename
>/usr/bin</filename
>. Now we will set the enviroment variables with the <command
@@ -553,7 +553,7 @@
> command. <screen
><prompt>$</prompt> <userinput><command>export</command> QTDIR=<replaceable>&lt;replace with your QTDIR&gt;</replaceable></userinput></screen>
<screen
-><prompt>$</prompt> <userinput><command>export</command> KDEDIR=<replaceable>&lt;replace with your KDEDIR&gt;</replaceable></userinput></screen>
+><prompt>$</prompt> <userinput><command>export</command> TDEDIR=<replaceable>&lt;replace with your TDEDIR&gt;</replaceable></userinput></screen>
</para>
<note
@@ -564,7 +564,7 @@
></note>
<para
->If you can't determine your KDEDIR than <command
+>If you can't determine your TDEDIR than <command
>kde-config --prefix</command
> might help you.</para>
@@ -642,7 +642,7 @@ If you haven't done so in a while, run ./configure --help
<listitem>
<para
>Your &Linux; distro &krusader; RPM or DEB package will usually install &krusader; in the <filename
->KDEDIR/bin</filename
+>TDEDIR/bin</filename
> directory. According to the &fhs_url;, any user installed files should go to the <filename
>/usr/local</filename
> directory, but in some cases you might want that &krusader; will be installed in an other directory, this behaviour can be determed with the prefix option. If you don't have root access <filename
@@ -673,7 +673,7 @@ kde_includes: /usr/lib
kde_locale: /usr/share/locale
qt_libraries: /usr/lib/qt3/lib
qt_includes: /usr/lib/qt3/include
-KDEDIR: /usr
+TDEDIR: /usr
QTDIR: /usr/lib/qt3
Install path: /usr/local/bin
krusader version: 1.51
@@ -737,13 +737,13 @@ Good - your configure finished. Start make now
<para
>If you dit use the an other --prefix= than <filename
->$KDEDIR or /usr/local</filename
+>$TDEDIR or /usr/local</filename
> , then it can't hurt to do an extra check: <screen
><prompt>$</prompt> <userinput><command>kde-config</command> <option>--path exe</option></userinput>
/home/frank/.kde/bin/:/usr/bin/:/usr/local/bin/
<prompt>$</prompt></screen
> If the &lt;prefix_dir/bin&gt; directory is not shown, you need to use e.g. <command
->export KDEDIRS=/usr/local:/usr</command
+>export TDEDIRS=/usr/local:/usr</command
>. To make these settings permanent you can &eg; append this export command to your <filename
>/etc/profile</filename
> file. Than you need to restart &kde;, and check again. </para>
diff --git a/doc/ru/konfigurator.docbook b/doc/ru/konfigurator.docbook
index 7523a8b..ed5c369 100644
--- a/doc/ru/konfigurator.docbook
+++ b/doc/ru/konfigurator.docbook
@@ -964,7 +964,7 @@ HTML_PARSING-->
> <guibutton
>Export Color Scheme</guibutton
> buttons you can load and save a Color Scheme profile. This allows that &krusader; can have the &tcmd;, &mc;, foo-commander or your custom colors. The Color Schemes are stored in <filename
->$KDEDIR/share/apps/krusader</filename
+>$TDEDIR/share/apps/krusader</filename
>, the <filename
>foo.color</filename
> is a binary file that holds the Color Scheme.</para>