summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-07 18:51:23 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-07 18:51:23 -0600
commit3ed37e9a6250fa971100c520b314bc200820d87a (patch)
tree5b97065bf3502403053218936ec6babf84440891 /doc
parentbbe8fd6af68efc1e564b387a29be7e51a729be3e (diff)
downloadkonversation-3ed37e9a6250fa971100c520b314bc200820d87a.tar.gz
konversation-3ed37e9a6250fa971100c520b314bc200820d87a.zip
Rename KDEHOME and KDEDIR
Diffstat (limited to 'doc')
-rw-r--r--doc/da/index.docbook4
-rw-r--r--doc/et/index.docbook4
-rw-r--r--doc/it/index.docbook4
-rw-r--r--doc/konversation/index.docbook4
-rw-r--r--doc/pt/index.docbook4
-rw-r--r--doc/ru/index.docbook4
-rw-r--r--doc/sv/index.docbook4
7 files changed, 14 insertions, 14 deletions
diff --git a/doc/da/index.docbook b/doc/da/index.docbook
index 714d1e7..f40f2d8 100644
--- a/doc/da/index.docbook
+++ b/doc/da/index.docbook
@@ -4716,7 +4716,7 @@ mozilla -remote "openURL($@, new-tab)" || exec mozilla "$@";
<para
><userinput
><replaceable
->ls $KDEDIR/share/apps/konversation/scripts</replaceable
+>ls $TDEDIR/share/apps/konversation/scripts</replaceable
></userinput
></para>
@@ -4772,7 +4772,7 @@ $@ | while read line; do dcop $PORT Konversation say $SERVER "$TARGET" "$@: $lin
> i stedet. Kig i eksisterende scriptfiler for flere eksempler på at skrive scripter.</para>
<para
->For at kunne køre et script som du har skrevet, skal du installere det ved at kopiere det til $KDEDIR/share/apps/konversation/scripts eller til $HOME/.kde/share/apps/konversation/scripts. Du skal også give filen kørerettigheder, for eksempel med <userinput
+>For at kunne køre et script som du har skrevet, skal du installere det ved at kopiere det til $TDEDIR/share/apps/konversation/scripts eller til $HOME/.kde/share/apps/konversation/scripts. Du skal også give filen kørerettigheder, for eksempel med <userinput
><replaceable
>chmod a+x mit_script</replaceable
></userinput
diff --git a/doc/et/index.docbook b/doc/et/index.docbook
index 5d481ed..cf32b5b 100644
--- a/doc/et/index.docbook
+++ b/doc/et/index.docbook
@@ -4756,7 +4756,7 @@ mozilla -remote "openURL($@, new-tab)" || exec mozilla "$@";
<para
><userinput
><replaceable
->ls $KDEDIR/share/apps/konversation/scripts</replaceable
+>ls $TDEDIR/share/apps/konversation/scripts</replaceable
></userinput
></para>
@@ -4812,7 +4812,7 @@ $@ | while read line; do dcop $PORT Konversation say $SERVER "$TARGET" "$@: $lin
>. Skriptide kirjutamisega aitab kindlasti paremini tutvuda näiteskriptide põhjalik uurimine.</para>
<para
->Kui soovid enda loodud skripti käivitada, tuleb see sul paigadalda, kopeerides skripti kataloogi $KDEDIR/share/apps/konversation/scripts või $HOME/.kde/share/apps/konversation/scripts. Failile tuleb anda ka käivitamisõigused, näiteks käsuga <userinput
+>Kui soovid enda loodud skripti käivitada, tuleb see sul paigadalda, kopeerides skripti kataloogi $TDEDIR/share/apps/konversation/scripts või $HOME/.kde/share/apps/konversation/scripts. Failile tuleb anda ka käivitamisõigused, näiteks käsuga <userinput
><replaceable
>chmod a+x minuskript</replaceable
></userinput
diff --git a/doc/it/index.docbook b/doc/it/index.docbook
index 6091dfc..1c48be2 100644
--- a/doc/it/index.docbook
+++ b/doc/it/index.docbook
@@ -4710,7 +4710,7 @@ mozilla -remote "openURL($@, new-tab)" || exec mozilla "$@";
<para
><userinput
><replaceable
->ls $KDEDIR/share/apps/konversation/scripts</replaceable
+>ls $TDEDIR/share/apps/konversation/scripts</replaceable
></userinput
></para>
@@ -4766,7 +4766,7 @@ $@ | while read line; do dcop $PORT Konversation say $SERVER "$TARGET" "$@: $lin
>. Guarda i file script esistenti per ulteriori esempi di come scrivere script.</para>
<para
->Per poter eseguire uno script che hai scritto tu, devi installarlo copiandolo in $KDEDIR/share/apps/konversation/scripts o in $HOME/.kde/share/apps/konversation/scripts. Devi anche dare al file privilegi di esecuzione, per esempio <userinput
+>Per poter eseguire uno script che hai scritto tu, devi installarlo copiandolo in $TDEDIR/share/apps/konversation/scripts o in $HOME/.kde/share/apps/konversation/scripts. Devi anche dare al file privilegi di esecuzione, per esempio <userinput
><replaceable
>chmod a+x mioscript</replaceable
></userinput
diff --git a/doc/konversation/index.docbook b/doc/konversation/index.docbook
index 3197881..f537eb0 100644
--- a/doc/konversation/index.docbook
+++ b/doc/konversation/index.docbook
@@ -2741,7 +2741,7 @@ passing it <userinput><replaceable>uname -a</replaceable></userinput>. This sen
<para>To get a list of all available scripts, type the following command in a
&konsole; screen.</para>
-<para><userinput><replaceable>ls $KDEDIR/share/apps/konversation/scripts</replaceable></userinput></para>
+<para><userinput><replaceable>ls $TDEDIR/share/apps/konversation/scripts</replaceable></userinput></para>
<para>You can write your own scripts. Scripts are shell scripts and can be written in
any shell language, such as bash, perl, or python. When &konversation; runs a script, the
@@ -2782,7 +2782,7 @@ in the tab without sending it to other users, use <computeroutput>info</computer
instead. Look at the existing script files for more examples of writing scripts.</para>
<para>To be able to run a script you have written, you must install it by copying
-it to $KDEDIR/share/apps/konversation/scripts or to $HOME/.kde/share/apps/konversation/scripts. You must also give the file execute
+it to $TDEDIR/share/apps/konversation/scripts or to $HOME/.kde/share/apps/konversation/scripts. You must also give the file execute
privilege, for example <userinput><replaceable>chmod a+x myscript</replaceable></userinput>.</para>
</sect1>
diff --git a/doc/pt/index.docbook b/doc/pt/index.docbook
index f480dbb..c10123c 100644
--- a/doc/pt/index.docbook
+++ b/doc/pt/index.docbook
@@ -4738,7 +4738,7 @@ mozilla -remote "openURL($@, new-tab)" || exec mozilla "$@";
<para
><userinput
><replaceable
->ls $KDEDIR/share/apps/konversation/scripts</replaceable
+>ls $TDEDIR/share/apps/konversation/scripts</replaceable
></userinput
></para>
@@ -4794,7 +4794,7 @@ $@ | while read linha; do dcop $PORT Konversation say $SERVIDOR "$DESTINO" "$@:
> em alternativa. Veja os programa existentes para aprender mais exemplos de programação.</para>
<para
->Para ser capaz de executar um programa que tenha criado, precisa de o instalar, copiando-o para tal para $KDEDIR/share/apps/konversation/scripts ou para $HOME/.kde/share/apps/konversation/scripts. Precisa também de ceder permissões de execução ao ficheiro, por exemplo com um <userinput
+>Para ser capaz de executar um programa que tenha criado, precisa de o instalar, copiando-o para tal para $TDEDIR/share/apps/konversation/scripts ou para $HOME/.kde/share/apps/konversation/scripts. Precisa também de ceder permissões de execução ao ficheiro, por exemplo com um <userinput
><replaceable
>chmod a+x programa</replaceable
></userinput
diff --git a/doc/ru/index.docbook b/doc/ru/index.docbook
index 8cfbd5d..3181439 100644
--- a/doc/ru/index.docbook
+++ b/doc/ru/index.docbook
@@ -4736,7 +4736,7 @@ mozilla -remote "openURL($@, new-tab)" || exec mozilla "$@";
<para
><userinput
><replaceable
->ls $KDEDIR/share/apps/konversation/scripts</replaceable
+>ls $TDEDIR/share/apps/konversation/scripts</replaceable
></userinput
></para>
@@ -4792,7 +4792,7 @@ $@ | while read line; do dcop $PORT Konversation say $SERVER "$TARGET" "$@: $lin
>. Взглянув на существующие файлы сценариев, вы получите более полное представление о них.</para>
<para
->Чтобы получить возможность запустить собственный сценарий, вы должны скопировать его в $KDEDIR/share/apps/konversation/scripts или в $HOME/.kde/share/apps/konversation/scripts. Необходимо также дать ему права на исполнение, например таким образом: <userinput
+>Чтобы получить возможность запустить собственный сценарий, вы должны скопировать его в $TDEDIR/share/apps/konversation/scripts или в $HOME/.kde/share/apps/konversation/scripts. Необходимо также дать ему права на исполнение, например таким образом: <userinput
><replaceable
>chmod a+x имя_файла</replaceable
></userinput
diff --git a/doc/sv/index.docbook b/doc/sv/index.docbook
index 89a6727..f4ff340 100644
--- a/doc/sv/index.docbook
+++ b/doc/sv/index.docbook
@@ -4742,7 +4742,7 @@ mozilla -remote "openURL($@, new-tab)" || exec mozilla "$@";
<para
><userinput
><replaceable
->ls $KDEDIR/share/apps/konversation/scripts</replaceable
+>ls $TDEDIR/share/apps/konversation/scripts</replaceable
></userinput
></para>
@@ -4798,7 +4798,7 @@ $@ | while read line; do dcop $PORT Konversation say $SERVER "$TARGET" "$@: $lin
> istället. Titta i befintliga skriptfiler för mer exempel på att skriva skript.</para>
<para
->För att kunna köra ett skript som du har skrivit, måste du installera det genom att kopiera det till $KDEDIR/share/apps/konversation/scripts eller till $HOME/.kde/share/apps/konversation/scripts. Du måste också ge filen körrättigheter, till exempel med <userinput
+>För att kunna köra ett skript som du har skrivit, måste du installera det genom att kopiera det till $TDEDIR/share/apps/konversation/scripts eller till $HOME/.kde/share/apps/konversation/scripts. Du måste också ge filen körrättigheter, till exempel med <userinput
><replaceable
>chmod a+x mitt_skript</replaceable
></userinput