summaryrefslogtreecommitdiff
path: root/po/pt_BR.po
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2011-02-02 23:01:55 +0100
committerSebastien Helleu <flashcode@flashtux.org>2011-02-02 23:01:55 +0100
commit79ca61784cac21579406ca0cb01af69ca5b5eb50 (patch)
treea26181f7258f6146e547f9af55553dad3b462bfa /po/pt_BR.po
parent372d9fe82ea829cd8cdc09a9f167508336852727 (diff)
downloadweechat-79ca61784cac21579406ca0cb01af69ca5b5eb50.zip
Rename options add/del by alias/unalias in command /color
Diffstat (limited to 'po/pt_BR.po')
-rw-r--r--po/pt_BR.po18
1 files changed, 9 insertions, 9 deletions
diff --git a/po/pt_BR.po b/po/pt_BR.po
index b6e5a2a32..622247cb9 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.3.5-dev\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2011-02-01 18:55+0100\n"
+"POT-Creation-Date: 2011-02-02 22:55+0100\n"
"PO-Revision-Date: 2011-01-31 14:51+0100\n"
"Last-Translator: Ivan Sichmann Freitas <ivansichfreitas@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -1018,23 +1018,23 @@ msgstr ""
msgid "define color aliases and display palette of colors"
msgstr ""
-msgid "[add color alias] | [del color] | reset"
+msgid "[alias color name] | [unalias color] | reset"
msgstr ""
msgid ""
-" add: add an alias for a color\n"
-" del: delete an alias\n"
-" color: color number (>= 1, max depends on terminal, commonly 63 or 255)\n"
-" alias: alias name for color (for example: \"orange\")\n"
-" reset: reset all color pairs (useful when no more pairs are available)\n"
+" alias: add an alias for a color\n"
+"unalias: delete an alias\n"
+" color: color number (>= 1, max depends on terminal, commonly 63 or 255)\n"
+" name: alias name for color (for example: \"orange\")\n"
+" reset: reset all color pairs (useful when no more pairs are available)\n"
"\n"
"Without argument, this command displays colors in a new buffer.\n"
"\n"
"Examples:\n"
" add alias \"orange\" for color 214:\n"
-" /color add 214 orange\n"
+" /color alias 214 orange\n"
" delete color 214:\n"
-" /color del 214"
+" /color unalias 214"
msgstr ""
msgid "launch explicit WeeChat or plugin command"