diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2007-03-06 19:21:32 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2007-03-06 19:21:32 +0000 |
commit | 600fe4deb3ef278ce1f3610dcb7dd9933f88801e (patch) | |
tree | 1b5acf795af60f079ad90e418ee8bdb014665a90 | |
parent | 7b9ef6b56efffef8e9ae59e24b8fb58a70caa5d0 (diff) | |
download | weechat-600fe4deb3ef278ce1f3610dcb7dd9933f88801e.zip |
Updated doc
-rw-r--r-- | doc/de/weechat.de.xml | 16 | ||||
-rw-r--r-- | doc/de/weechat_commands.xml | 11 | ||||
-rw-r--r-- | doc/en/weechat.en.xml | 14 | ||||
-rw-r--r-- | doc/en/weechat_commands.xml | 3 | ||||
-rw-r--r-- | doc/fr/weechat.fr.xml | 12 | ||||
-rw-r--r-- | doc/fr/weechat_commands.xml | 3 | ||||
-rw-r--r-- | weechat/doc/de/weechat.de.xml | 16 | ||||
-rw-r--r-- | weechat/doc/de/weechat_commands.xml | 11 | ||||
-rw-r--r-- | weechat/doc/en/weechat.en.xml | 14 | ||||
-rw-r--r-- | weechat/doc/en/weechat_commands.xml | 3 | ||||
-rw-r--r-- | weechat/doc/fr/weechat.fr.xml | 12 | ||||
-rw-r--r-- | weechat/doc/fr/weechat_commands.xml | 3 |
12 files changed, 104 insertions, 14 deletions
diff --git a/doc/de/weechat.de.xml b/doc/de/weechat.de.xml index 37d1e1f74..45f79f9d0 100644 --- a/doc/de/weechat.de.xml +++ b/doc/de/weechat.de.xml @@ -2047,6 +2047,14 @@ plugin->log (plugin, "freenode", "#weechat", "test"); Plugins weitergegeben </para> </listitem> + <listitem> + <para> + <!-- TRANSLATION NEEDED --> + <literal>PLUGIN_RC_OK_WITH_HIGHLIGHT</literal>: function + successfully completed and make "highlight" on received + message + </para> + </listitem> </itemizedlist> </para> <para> @@ -5442,6 +5450,14 @@ end an WeeChat noch an andere Plugins übergeben </para> </listitem> + <listitem> + <para> + <!-- TRANSLATION NEEDED --> + <literal>PLUGIN_RC_OK_WITH_HIGHLIGHT</literal>: function + successfully completed and make "highlight" on received + message + </para> + </listitem> </itemizedlist> </para> </section> diff --git a/doc/de/weechat_commands.xml b/doc/de/weechat_commands.xml index 53b2bb16f..f32dd9aad 100644 --- a/doc/de/weechat_commands.xml +++ b/doc/de/weechat_commands.xml @@ -9,13 +9,14 @@ <programlisting> einen Alias für einen Befehl anlegen -Aliasname: Name des Alias - Befehl: Befehlsname (WeeChat- oder IRC-Befehl ohne führenden '/', mehrere Befehle können durch Semikola getrennt werden) -Argumente: Argumente für den Befehl +alias_name: name of alias + command: command name (WeeChat or IRC command, many commands can be separated by semicolons) +arguments: arguments for command </programlisting> -<command>wird durch alle Argumente ersetzt.</command> -<programlisting> +<command>is replaced by all arguments.</command> +<programlisting>Variables $nick, $channel and $server are replaced by current nick/channel/server. + </programlisting> <command>buffer [Aktion [Argumente] | Nummer | [[Server] [Channel]]]</command> <programlisting> diff --git a/doc/en/weechat.en.xml b/doc/en/weechat.en.xml index cd7f5a6d1..c0f279dda 100644 --- a/doc/en/weechat.en.xml +++ b/doc/en/weechat.en.xml @@ -2060,6 +2060,13 @@ plugin->log (plugin, "freenode", "#weechat", "test"); will not be sent to WeeChat neither other plugins </para> </listitem> + <listitem> + <para> + <literal>PLUGIN_RC_OK_WITH_HIGHLIGHT</literal>: function + successfully completed and make "highlight" on received + message + </para> + </listitem> </itemizedlist> </para> <para> @@ -5484,6 +5491,13 @@ end will not be sent to WeeChat neither other plugins </para> </listitem> + <listitem> + <para> + <literal>PLUGIN_RC_OK_WITH_HIGHLIGHT</literal>: function + successfully completed and make "highlight" on received + message + </para> + </listitem> </itemizedlist> </para> </section> diff --git a/doc/en/weechat_commands.xml b/doc/en/weechat_commands.xml index 82d7e7dc2..607a51c8e 100644 --- a/doc/en/weechat_commands.xml +++ b/doc/en/weechat_commands.xml @@ -15,7 +15,8 @@ arguments: arguments for command </programlisting> <command>is replaced by all arguments.</command> -<programlisting> +<programlisting>Variables $nick, $channel and $server are replaced by current nick/channel/server. + </programlisting> <command>buffer [action [args] | number | [[server] [channel]]]</command> <programlisting> diff --git a/doc/fr/weechat.fr.xml b/doc/fr/weechat.fr.xml index 7c6190678..8cc7414f7 100644 --- a/doc/fr/weechat.fr.xml +++ b/doc/fr/weechat.fr.xml @@ -2105,6 +2105,12 @@ plugin->log (plugin, "freenode", "#weechat", "test"); ne sera ni transmis à WeeChat ni à d'autres extensions </para> </listitem> + <listitem> + <para> + <literal>PLUGIN_RC_OK_WITH_HIGHLIGHT</literal> : la fonction + a réussi et provoque un "highlight" sur le message reçu + </para> + </listitem> </itemizedlist> </para> <para> @@ -5612,6 +5618,12 @@ end ne sera ni transmis à WeeChat ni à d'autres extensions </para> </listitem> + <listitem> + <para> + <literal>PLUGIN_RC_OK_WITH_HIGHLIGHT</literal> : la fonction + a réussi et provoque un "highlight" sur le message reçu + </para> + </listitem> </itemizedlist> </para> </section> diff --git a/doc/fr/weechat_commands.xml b/doc/fr/weechat_commands.xml index d0bc434fa..83c0a6c2d 100644 --- a/doc/fr/weechat_commands.xml +++ b/doc/fr/weechat_commands.xml @@ -15,7 +15,8 @@ paramètres: paramètres pour la commande </programlisting> <command>est remplacé par tous les paramètres.</command> -<programlisting> +<programlisting>Les variables $nick, $channel et $server sont remplacées par le pseudo/canal/serveur courant. + </programlisting> <command>buffer [action [args] | nombre | [[serveur] [canal]]]</command> <programlisting> diff --git a/weechat/doc/de/weechat.de.xml b/weechat/doc/de/weechat.de.xml index 37d1e1f74..45f79f9d0 100644 --- a/weechat/doc/de/weechat.de.xml +++ b/weechat/doc/de/weechat.de.xml @@ -2047,6 +2047,14 @@ plugin->log (plugin, "freenode", "#weechat", "test"); Plugins weitergegeben </para> </listitem> + <listitem> + <para> + <!-- TRANSLATION NEEDED --> + <literal>PLUGIN_RC_OK_WITH_HIGHLIGHT</literal>: function + successfully completed and make "highlight" on received + message + </para> + </listitem> </itemizedlist> </para> <para> @@ -5442,6 +5450,14 @@ end an WeeChat noch an andere Plugins übergeben </para> </listitem> + <listitem> + <para> + <!-- TRANSLATION NEEDED --> + <literal>PLUGIN_RC_OK_WITH_HIGHLIGHT</literal>: function + successfully completed and make "highlight" on received + message + </para> + </listitem> </itemizedlist> </para> </section> diff --git a/weechat/doc/de/weechat_commands.xml b/weechat/doc/de/weechat_commands.xml index 53b2bb16f..f32dd9aad 100644 --- a/weechat/doc/de/weechat_commands.xml +++ b/weechat/doc/de/weechat_commands.xml @@ -9,13 +9,14 @@ <programlisting> einen Alias für einen Befehl anlegen -Aliasname: Name des Alias - Befehl: Befehlsname (WeeChat- oder IRC-Befehl ohne führenden '/', mehrere Befehle können durch Semikola getrennt werden) -Argumente: Argumente für den Befehl +alias_name: name of alias + command: command name (WeeChat or IRC command, many commands can be separated by semicolons) +arguments: arguments for command </programlisting> -<command>wird durch alle Argumente ersetzt.</command> -<programlisting> +<command>is replaced by all arguments.</command> +<programlisting>Variables $nick, $channel and $server are replaced by current nick/channel/server. + </programlisting> <command>buffer [Aktion [Argumente] | Nummer | [[Server] [Channel]]]</command> <programlisting> diff --git a/weechat/doc/en/weechat.en.xml b/weechat/doc/en/weechat.en.xml index cd7f5a6d1..c0f279dda 100644 --- a/weechat/doc/en/weechat.en.xml +++ b/weechat/doc/en/weechat.en.xml @@ -2060,6 +2060,13 @@ plugin->log (plugin, "freenode", "#weechat", "test"); will not be sent to WeeChat neither other plugins </para> </listitem> + <listitem> + <para> + <literal>PLUGIN_RC_OK_WITH_HIGHLIGHT</literal>: function + successfully completed and make "highlight" on received + message + </para> + </listitem> </itemizedlist> </para> <para> @@ -5484,6 +5491,13 @@ end will not be sent to WeeChat neither other plugins </para> </listitem> + <listitem> + <para> + <literal>PLUGIN_RC_OK_WITH_HIGHLIGHT</literal>: function + successfully completed and make "highlight" on received + message + </para> + </listitem> </itemizedlist> </para> </section> diff --git a/weechat/doc/en/weechat_commands.xml b/weechat/doc/en/weechat_commands.xml index 82d7e7dc2..607a51c8e 100644 --- a/weechat/doc/en/weechat_commands.xml +++ b/weechat/doc/en/weechat_commands.xml @@ -15,7 +15,8 @@ arguments: arguments for command </programlisting> <command>is replaced by all arguments.</command> -<programlisting> +<programlisting>Variables $nick, $channel and $server are replaced by current nick/channel/server. + </programlisting> <command>buffer [action [args] | number | [[server] [channel]]]</command> <programlisting> diff --git a/weechat/doc/fr/weechat.fr.xml b/weechat/doc/fr/weechat.fr.xml index 7c6190678..8cc7414f7 100644 --- a/weechat/doc/fr/weechat.fr.xml +++ b/weechat/doc/fr/weechat.fr.xml @@ -2105,6 +2105,12 @@ plugin->log (plugin, "freenode", "#weechat", "test"); ne sera ni transmis à WeeChat ni à d'autres extensions </para> </listitem> + <listitem> + <para> + <literal>PLUGIN_RC_OK_WITH_HIGHLIGHT</literal> : la fonction + a réussi et provoque un "highlight" sur le message reçu + </para> + </listitem> </itemizedlist> </para> <para> @@ -5612,6 +5618,12 @@ end ne sera ni transmis à WeeChat ni à d'autres extensions </para> </listitem> + <listitem> + <para> + <literal>PLUGIN_RC_OK_WITH_HIGHLIGHT</literal> : la fonction + a réussi et provoque un "highlight" sur le message reçu + </para> + </listitem> </itemizedlist> </para> </section> diff --git a/weechat/doc/fr/weechat_commands.xml b/weechat/doc/fr/weechat_commands.xml index d0bc434fa..83c0a6c2d 100644 --- a/weechat/doc/fr/weechat_commands.xml +++ b/weechat/doc/fr/weechat_commands.xml @@ -15,7 +15,8 @@ paramètres: paramètres pour la commande </programlisting> <command>est remplacé par tous les paramètres.</command> -<programlisting> +<programlisting>Les variables $nick, $channel et $server sont remplacées par le pseudo/canal/serveur courant. + </programlisting> <command>buffer [action [args] | nombre | [[serveur] [canal]]]</command> <programlisting> |