diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-11-05 11:40:22 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-11-05 11:40:22 +0100 |
commit | 8e5288ba27db92f4aa21a8ade5af57fd1d9dbe7f (patch) | |
tree | b2f15638f247a3f9dfd7a4c7c140d3d25949349c /po/es.po | |
parent | 3ec981877ab0ca8d7a25c7bf30a0dbbe50b96cb4 (diff) | |
download | weechat-8e5288ba27db92f4aa21a8ade5af57fd1d9dbe7f.zip |
irc: add option irc.color.mirc_remap to remap mirc colors in messages to WeeChat colors
Diffstat (limited to 'po/es.po')
-rw-r--r-- | po/es.po | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -21,7 +21,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:57+0100\n" "Last-Translator: Elián Hanisch <lambdae2@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -5824,6 +5824,18 @@ msgstr "color para el texto en mensajes de unión" msgid "color for text in part/quit messages" msgstr "color para el texto en mensajes de salida/abandono" +#. 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 " |