From d90eebf6caba7f95a3e46857c5f3cf2198007f8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Wed, 1 Nov 2023 14:29:25 +0100 Subject: irc: update help on color remap options, update translations (issue #2025) --- po/pt_BR.po | 27 ++++++++++++++++++--------- 1 file changed, 18 insertions(+), 9 deletions(-) (limited to 'po/pt_BR.po') diff --git a/po/pt_BR.po b/po/pt_BR.po index c5b20b448..80083b16d 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2023-10-30 08:47+0100\n" +"POT-Creation-Date: 2023-11-01 14:25+0100\n" "PO-Revision-Date: 2023-10-20 13:11+0200\n" "Last-Translator: Érico Nogueira \n" "Language-Team: weechat-dev \n" @@ -10587,14 +10587,14 @@ msgstr "cor de texto para valores" #. 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 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=darkgray, 15=gray" +"remap mirc colors in messages using a hashtable (used only for standard " +"colors, not RGB colors): 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 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=darkgray, 15=gray" msgstr "" msgid "" @@ -10614,6 +10614,15 @@ msgstr "cor de texto para valores" msgid "color for reason in part/quit messages" msgstr "" +msgid "" +"remap terminal color numbers in messages using a hashtable (used only for " +"RGB colors as hexadecimal, which are first translated to terminal color " +"numbers): keys are \"fg,bg\" as integers between -1 (not specified) and 255, " +"values are WeeChat color names or numbers (format is: \"1,-1:color1;2,7:" +"color2\"), example: \"0,-1:darkgray;0,90:white,blue\" to remap black to " +"\"darkgray\" and black on dark magenta to \"white,blue\"" +msgstr "" + #, fuzzy msgid "" "color for current channel topic (when joining a channel or using /topic)" -- cgit v1.2.3