diff options
Diffstat (limited to 'po/pt_BR.po')
-rw-r--r-- | po/pt_BR.po | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/po/pt_BR.po b/po/pt_BR.po index f600518dd..0504249f6 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.3.7-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2011-11-04 12:41+0100\n" +"POT-Creation-Date: 2011-11-05 11:34+0100\n" "PO-Revision-Date: 2011-11-03 16:58+0100\n" "Last-Translator: Ivan Sichmann Freitas <ivansichfreitas@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -5292,6 +5292,18 @@ msgstr "" msgid "color for text in part/quit messages" msgstr "" +#. TRANSLATORS: please do not translate the list of WeeChat color names at the end of string +msgid "" +"remap mirc colors in messages using a hashtable: keys are \"fg,bg\" as " +"integers between -1 (not specified) and 15, values are WeeChat color names " +"or numbers (format is: \"1,-1:color1;2,7:color2\"), example: \"1,-1:" +"darkgray;1,2:white,blue\" to remap black on any bg to \"darkgray\" and black " +"on blue to \"white,blue\"; default WeeChat colors for IRC codes: 0:white, 1:" +"black, 2:blue, 3:green, 4:lightred, 5:red, 6:magenta, 7:brown, 8:yellow, 9: " +"lightgreen, 10:cyan, 11:lightcyan, 12:lightblue, 13:lightmagenta, 14:gray, " +"15:white" +msgstr "" + msgid "" "color for nick prefixes using mode char (o=op, h=halfop, v=voice, ..), " "format is: \"o:color1;h:color2;v:color3\" (if a mode is not found, WeeChat " |