1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-28 05:46:38 +02:00

Update italian translations and scripting guide

This commit is contained in:
Sebastien Helleu
2010-07-29 14:11:54 +02:00
parent 7512ae4b1f
commit 4007a2d7c1
3 changed files with 12 additions and 8 deletions
+1 -1
View File
@@ -164,7 +164,7 @@
** valori: current, server (valore predefinito: current)
* *irc.look.nick_color_stop_chars*
** descrizione: chars used to stop in nick when computing color with letters of nick (at least one char outside this list must be in string before stopping) (example: nick "|nick|away" with "|" in chars will return color of nick "|nick")
** descrizione: caratteri usati per fermare il calcolo del colore con le lettere del nick (almeno un carattere al di fuori di questa lista deve essere nella lista prima di fermarlo) (esempio: nick "|nick|away" con "|" nei caratteri restituisce il colore del nick "|nick")
** tipo: stringa
** valori: qualsiasi stringa (valore predefinito: "_|[")
+3 -3
View File
@@ -371,11 +371,11 @@ Esempi:
[source,python]
----------------------------------------
# display "hello" on core buffer
# visualizza "hello" sul buffer core
weechat.prnt("", "hello")
# display "hello" on core buffer, but do not write it to log file
# (version >= 0.3.3 only)
# visualizza "hello" sul buffer core, ma non salva sul file di log
# (solo versioni >= 0.3.3)
weechat.prnt_date_tags("", 0, "no_log", "hello")
# visualizza il prefisso "==>" ed il messaggio "hello" sul buffer corrente