doc: fix note about function "print" in scripting guide

v2.8-utf8proc
Sébastien Helleu 2017-09-23 16:34:26 +02:00
parent 92b9533efe
commit f95a1b72e7
6 changed files with 11 additions and 12 deletions

View File

@ -769,9 +769,9 @@ buffer = weechat.info_get("irc_buffer", "freenode,#weechat")
weechat.prnt(buffer, "Nachricht im #weechat Channel")
----
// TRANSLATION MISSING
[NOTE]
Die print Funktion heißt in Perl/Ruby/Lua/Tcl/Guile/JavaScript `print`.
In Python lautet die Funktion `prnt`.
Print function is called `prnt` in Python and `print` in other languages.
[[buffers_send_text]]
==== Text in einen Buffer senden

View File

@ -755,8 +755,7 @@ weechat.prnt(buffer, "message on #weechat channel")
----
[NOTE]
Print function is called `print` in Perl/Ruby/Lua/Tcl/Guile/JavaScript and
`prnt` in Python.
Print function is called `prnt` in Python and `print` in other languages.
[[buffers_send_text]]
==== Send text to buffer

View File

@ -769,8 +769,8 @@ weechat.prnt(buffer, "message sur le canal #weechat")
----
[NOTE]
La fonction d'affichage est appelée `print` en
Perl/Ruby/Lua/Tcl/Guile/JavaScript et `prnt` en Python.
La fonction d'affichage est appelée `prnt` en Python et `print` dans les autres
langages.
[[buffers_send_text]]
==== Envoyer du texte au tampon

View File

@ -776,9 +776,9 @@ buffer = weechat.info_get("irc_buffer", "freenode,#weechat")
weechat.prnt(buffer, "message on #weechat channel")
----
// TRANSLATION MISSING
[NOTE]
La funzione print si chiama `print` in Perl/Ruby/Lua/Tcl/Guile/JavaScript e
`prnt` in Python.
Print function is called `prnt` in Python and `print` in other languages.
[[buffers_send_text]]
==== Invia testo al buffer

View File

@ -762,9 +762,9 @@ buffer = weechat.info_get("irc_buffer", "freenode,#weechat")
weechat.prnt(buffer, "message on #weechat channel")
----
// TRANSLATION MISSING
[NOTE]
Print 関数は Perl/Ruby/Lua/Tcl/Guile/JavaScript では `print` で、Python では
`prnt` です。
Print function is called `prnt` in Python and `print` in other languages.
[[buffers_send_text]]
==== バッファにテキストを送信

View File

@ -760,9 +760,9 @@ buffer = weechat.info_get("irc_buffer", "freenode,#weechat")
weechat.prnt(buffer, "wiadomość na kanale #weechat")
----
// TRANSLATION MISSING
[NOTE]
Funkcja drukująca nazywa się `print` w Perl/Ruby/Lua/Tcl/Guile/JavaScript i
`prnt` w Pythonie.
Print function is called `prnt` in Python and `print` in other languages.
[[buffers_send_text]]
==== Wysyłanie tekstu do bufora