summaryrefslogtreecommitdiff
path: root/doc/it/autogen/user/weechat_commands.txt
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2011-08-04 16:13:34 +0200
committerSebastien Helleu <flashcode@flashtux.org>2011-08-04 16:13:34 +0200
commita66ad9512625f12a34d361ff6fe90c1224dd671f (patch)
tree47a88b2a102012b84a3b3ef62730de3567f09f92 /doc/it/autogen/user/weechat_commands.txt
parentfd8a4c6761d351f168d1f87e87cd32c7609520ca (diff)
downloadweechat-a66ad9512625f12a34d361ff6fe90c1224dd671f.zip
doc: replace ">=" and "<=" by UTF-8 chars in docs
Diffstat (limited to 'doc/it/autogen/user/weechat_commands.txt')
-rw-r--r--doc/it/autogen/user/weechat_commands.txt20
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/it/autogen/user/weechat_commands.txt b/doc/it/autogen/user/weechat_commands.txt
index abe0f4c78..58e857267 100644
--- a/doc/it/autogen/user/weechat_commands.txt
+++ b/doc/it/autogen/user/weechat_commands.txt
@@ -121,18 +121,18 @@ Examples:
unalias <colore>
reset
- alias: aggiunge un alias per un colore
-unalias: elimina un alias
- colore: numero colore (>= 0, il massimo dipende dal terminale, di solito 63 o 255)
- nome: nome alias per il colore (ad esempio: "arancione")
- reset: ripristina tutte le coppie di colore (richiesto quando non ci sono più coppie disponibili se il ripristino automatico è disabilitato, consultare l'opzione weechat.look.color_pairs_auto_reset)
+ alias: add an alias for a color
+unalias: delete an alias
+ color: color number (greater than or equal to 0, max depends on terminal, commonly 63 or 255)
+ name: alias name for color (for example: "orange")
+ reset: reset all color pairs (required when no more color pairs are available if automatic reset is disabled, see option weechat.look.color_pairs_auto_reset)
-Senza argomento, il comando mostra i colori in un nuovo buffer.
+Without argument, this command displays colors in a new buffer.
-Esempi:
- aggiunge alias "arancione" per il colore 214:
- /color alias 214 arancione
- elimina il colore 214:
+Examples:
+ add alias "orange" for color 214:
+ /color alias 214 orange
+ delete color 214:
/color unalias 214
........................................