diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-08-04 16:13:34 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-08-04 16:13:34 +0200 |
commit | a66ad9512625f12a34d361ff6fe90c1224dd671f (patch) | |
tree | 47a88b2a102012b84a3b3ef62730de3567f09f92 /po/it.po | |
parent | fd8a4c6761d351f168d1f87e87cd32c7609520ca (diff) | |
download | weechat-a66ad9512625f12a34d361ff6fe90c1224dd671f.zip |
doc: replace ">=" and "<=" by UTF-8 chars in docs
Diffstat (limited to 'po/it.po')
-rw-r--r-- | po/it.po | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.3.6-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2011-08-01 13:42+0200\n" +"POT-Creation-Date: 2011-08-04 16:12+0200\n" "PO-Revision-Date: 2011-07-16 11:32+0200\n" "Last-Translator: Marco Paolone <marcopaolone@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -1036,10 +1036,12 @@ msgstr "definisce gli alias dei colori e visualizza la tavolozza dei colori" msgid "alias <color> <name> || unalias <color> || reset" msgstr "alias <colore> <nome> || unalias <colore> || reset" +#, fuzzy msgid "" " alias: add an alias for a color\n" "unalias: delete an alias\n" -" color: color number (>= 0, max depends on terminal, commonly 63 or 255)\n" +" color: color number (greater than or equal to 0, max depends on terminal, " +"commonly 63 or 255)\n" " name: alias name for color (for example: \"orange\")\n" " reset: reset all color pairs (required when no more color pairs are " "available if automatic reset is disabled, see option weechat.look." |