diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-06-02 23:00:26 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-06-02 23:00:26 +0200 |
commit | 465456841381b58788a03e6d96fbfeeb8d3fe620 (patch) | |
tree | 03464dae8743c8facaad1f0ccea7bc3a8afcdd25 /po/es.po | |
parent | c070481d0b0ef297b70ba09bf64ad1a2df1b3f94 (diff) | |
download | weechat-465456841381b58788a03e6d96fbfeeb8d3fe620.zip |
irc: add option irc.look.nick_color_hash: hash algorithm to find nick color (patch #8062)
Diffstat (limited to 'po/es.po')
-rw-r--r-- | po/es.po | 32 |
1 files changed, 19 insertions, 13 deletions
@@ -22,7 +22,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.4.2-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2013-05-30 07:59+0200\n" +"POT-Creation-Date: 2013-06-02 10:52+0200\n" "PO-Revision-Date: 2013-05-20 16:54+0200\n" "Last-Translator: Elián Hanisch <lambdae2@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -369,17 +369,17 @@ msgid "color" msgstr "color" msgid "" -"a WeeChat color name (default, black, (dark)gray, white, (light)red, (light)" -"green, brown, yellow, (light)blue, (light)magenta, (light)cyan), a terminal " -"color number or an alias; attributes are allowed before color (for text " -"color only, not background): \"*\" for bold, \"!\" for reverse, \"_\" for " -"underline" +"a WeeChat color name (default, black, (dark)gray, white, (light)red, " +"(light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), a " +"terminal color number or an alias; attributes are allowed before color (for " +"text color only, not background): \"*\" for bold, \"!\" for reverse, \"_\" " +"for underline" msgstr "" -"un nombre de color de WeeChat (default, black, (dark)gray, white, (light)" -"red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), " -"un número de color de la terminal o un alias; atributos delante del color " -"están permitidos (solamente para color de texto , no de fondo): \"*\" para " -"negrita, \"!\" para revertir, \"_\" para subrayado." +"un nombre de color de WeeChat (default, black, (dark)gray, white, " +"(light)red, (light)green, brown, yellow, (light)blue, (light)magenta, " +"(light)cyan), un número de color de la terminal o un alias; atributos " +"delante del color están permitidos (solamente para color de texto , no de " +"fondo): \"*\" para negrita, \"!\" para revertir, \"_\" para subrayado." #. TRANSLATORS: please do not translate "(null)" msgid "undefined value allowed (null)" @@ -2689,8 +2689,8 @@ msgid "" "regular expression used to check if a message has highlight or not, at least " "one match in string must be surrounded by word chars (alphanumeric, \"-\", " "\"_\" or \"|\"), regular expression is case insensitive (use \"(?-i)\" at " -"beginning to make it case sensitive), examples: \"flashcode|flashy\", \"(?-i)" -"FlashCode|flashy\"" +"beginning to make it case sensitive), examples: \"flashcode|flashy\", \"(?-" +"i)FlashCode|flashy\"" msgstr "" "expresión regular usada para ver si un mensaje tiene un resalte o no, al " "menos una coincidencia en el texto debe estar rodeado por letras " @@ -6203,6 +6203,12 @@ msgstr "" "minúsculas, así que es posible usar minúsculas para apodos con esta opción" msgid "" +"hash algorithm used to find the color for a nick: djb2 = variant of djb2 " +"(position of letters matters: anagrams of a nick have different color), sum " +"= sum of letters" +msgstr "" + +msgid "" "chars used to stop in nick when computing color with letters of nick (at " "least one char outside this list must be in string before stopping) " "(example: nick \"|nick|away\" with \"|\" in chars will return color of nick " |