diff --git a/po/cs.po b/po/cs.po index b57646c2f..d8e1ab79d 100644 --- a/po/cs.po +++ b/po/cs.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:09+0200\n" "Last-Translator: Ondřej Súkup \n" "Language-Team: weechat-dev \n" @@ -10722,14 +10722,14 @@ msgstr "barva textu vezprávách připojení" #. 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 "" @@ -10754,6 +10754,15 @@ msgstr "barva textu důvodu ve zprávách odchodu/ukončení" msgid "color for reason in part/quit messages" msgstr "barva textu důvodu ve zprávách odchodu/ukončení" +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)" diff --git a/po/de.po b/po/de.po index aa7e2e6ed..edd051bb1 100644 --- a/po/de.po +++ b/po/de.po @@ -26,7 +26,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-24 16:55+0200\n" "Last-Translator: Nils Görs \n" "Language-Team: German \n" @@ -11836,15 +11836,25 @@ msgid "color for text in \"setname\" messages" msgstr "Textfarbe in der \"setname\" Nachrichten dargestellt werden" #. TRANSLATORS: please do not translate the list of WeeChat color names at the end of string +#, fuzzy +#| 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" 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 "" "ersetzt mirc Farben in Nachrichten mittels einer Hashtabelle: Schlüssel sind " "\"fg,bg\" als Ganzzahl zwischen -1 (nicht näher bezeichnet) und 15. Als Wert " @@ -11883,6 +11893,36 @@ msgstr "" "Textfarbe in der die Begründung einer part/quit Nachricht angezeigt werden " "soll" +#, fuzzy +#| 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" +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 "" +"ersetzt mirc Farben in Nachrichten mittels einer Hashtabelle: Schlüssel sind " +"\"fg,bg\" als Ganzzahl zwischen -1 (nicht näher bezeichnet) und 15. Als Wert " +"ist der Farbname oder die Farbnummer von WeeChat möglich (Format: \"1,-1:" +"Farbe1;2,7:Farbe2\"), Beispiel: \"1,-1:darkgray;1,2:white,blue\" ersetzt " +"schwarz durch \"darkgray\" und schwarz auf blau durch \"white,blue\"; " +"Tabelle der Standard-IRC-Farben von WeeChat (in Klammern der Farbname, wie " +"er von WeeChat genutzt wird): 0=weiß (white), 1=schwarz (black), 2=blau " +"(blue), 3=grün (green), 4=hellrot (lightred), 5=rot (red), 6=violett " +"(magenta), 7=braun (brown), 8=gelb (yellow), 9= hell-grün (lightgreen), " +"10=türkis (cyan), 11=hell-türkis (lightcyan), 12=hellblau (lightblue), " +"13=hell-violett (lightmagenta), 14=dunkel-grau (darkgray), 15=grau (gray)" + msgid "" "color for current channel topic (when joining a channel or using /topic)" msgstr "" diff --git a/po/es.po b/po/es.po index f89077409..1e5ccdc3e 100644 --- a/po/es.po +++ b/po/es.po @@ -22,7 +22,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:09+0200\n" "Last-Translator: Santiago Forero \n" "Language-Team: weechat-dev \n" @@ -10984,14 +10984,14 @@ msgstr "color para el texto en mensajes de unión" #. TRANSLATORS: please do not translate the list of WeeChat color names at the end of string #, fuzzy 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 "" "remapear colores mirc en mensajes usando una tabla hash: claves son \"fg," "bg\" con números entre -1 (no especificado) y 15, los valores son los " @@ -11024,6 +11024,24 @@ msgstr "color para el mensaje de salida/abandono" msgid "color for reason in part/quit messages" msgstr "color para el mensaje de salida/abandono" +#, fuzzy +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 "" +"remapear colores mirc en mensajes usando una tabla hash: claves son \"fg," +"bg\" con números entre -1 (no especificado) y 15, los valores son los " +"nombres de color de WeeChat o números (con el formato: \"1,-1:color1;2,7:" +"color2\"), ejemplo: \"1,-1:darkgray;1,2:white,blue\" para remapear negro en " +"\"darkgray\" y negro en azul a \"white,blue\"; los colores por defecto de " +"WeeChat para los códigos IRC son: 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" + #, fuzzy msgid "" "color for current channel topic (when joining a channel or using /topic)" diff --git a/po/fr.po b/po/fr.po index ceb7917c4..580c2c730 100644 --- a/po/fr.po +++ b/po/fr.po @@ -21,8 +21,8 @@ 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" -"PO-Revision-Date: 2023-10-30 23:10+0100\n" +"POT-Creation-Date: 2023-11-01 14:25+0100\n" +"PO-Revision-Date: 2023-11-01 14:28+0100\n" "Last-Translator: Sébastien Helleu \n" "Language-Team: weechat-dev \n" "Language: fr\n" @@ -11679,20 +11679,21 @@ msgstr "couleur pour le texte dans les messages \"setname\"" #. 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 "" "réassigner les couleurs mirc dans les messages en utilisant une table de " -"hachage : les clés sont \"fg,bg\" sous forme d'entiers entre -1 (non " -"spécifié) et 15, les valeurs sont des noms de couleur WeeChat ou nombres (le " -"format est : \"1,-1:couleur1;2,7:couleur2\"), exemple : \"1,-1:darkgray;1,2:" -"white,blue\" pour réassigner le noir en \"darkgray\" et le noir sur bleu en " +"hachage (utilisé seulement pour les couleurs standards, pas les couleurs " +"RGB) : les clés sont \"fg,bg\" sous forme d'entiers entre -1 (non spécifié) " +"et 15, les valeurs sont des noms de couleur WeeChat ou nombres (le format " +"est : \"1,-1:couleur1;2,7:couleur2\"), exemple : \"1,-1:darkgray;1,2:white," +"blue\" pour réassigner le noir en \"darkgray\" et le noir sur bleu en " "\"white,blue\" ; les couleurs WeeChat par défaut pour les codes IRC sont : " "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, " @@ -11719,6 +11720,23 @@ msgstr "couleur pour la raison dans les messages kick/kill" msgid "color for reason in part/quit messages" msgstr "couleur pour la raison dans les messages part/quit" +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 "" +"réassigner les couleurs du terminal dans les messages en utilisant une table " +"de hachage (utilisé seulement pour les couleurs RGB en hexadécimal, qui sont " +"d'abord traduites en numéros de couleurs pour le terminal) : les clés sont " +"\"fg,bg\" sous forme d'entiers entre -1 (non spécifié) et 15, les valeurs " +"sont des noms de couleur WeeChat ou nombres (le format est : \"1,-1:" +"couleur1;2,7:couleur2\"), exemple : \"0,-1:darkgray;0,90:white,blue\" pour " +"réassigner le noir en \"darkgray\" et le noir sur magenta foncé en \"white," +"blue\"" + msgid "" "color for current channel topic (when joining a channel or using /topic)" msgstr "" diff --git a/po/hu.po b/po/hu.po index ca8e4934f..d61e7b220 100644 --- a/po/hu.po +++ b/po/hu.po @@ -20,7 +20,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:09+0200\n" "Last-Translator: Andras Voroskoi \n" "Language-Team: weechat-dev \n" @@ -10282,14 +10282,14 @@ msgstr "új üzenetet tartalmazó ablak színe" #. 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 "" @@ -10311,6 +10311,15 @@ msgstr "alapértelmezett kilépő üzenet" msgid "color for reason in part/quit messages" msgstr "alapértelmezett kilépő üzenet" +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 "" + msgid "" "color for current channel topic (when joining a channel or using /topic)" msgstr "" diff --git a/po/it.po b/po/it.po index 1f880b1ca..bdbf31a88 100644 --- a/po/it.po +++ b/po/it.po @@ -20,7 +20,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:10+0200\n" "Last-Translator: Esteban I. Ruiz Moreno \n" "Language-Team: weechat-dev \n" @@ -10999,14 +10999,14 @@ msgstr "colore per il testo nei messaggi di entrata" #. TRANSLATORS: please do not translate the list of WeeChat color names at the end of string #, fuzzy 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 "" "riassegna i colori mirc nei messaggi usando una tabella hash: le chiavi sono " "\"fg,bg\" come interi tra -1 (non specificato) e 15, i valori sono i numeri " @@ -11040,6 +11040,24 @@ msgstr "colore per il motivo nei messaggi di uscita/abbandono" msgid "color for reason in part/quit messages" msgstr "colore per il motivo nei messaggi di uscita/abbandono" +#, fuzzy +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 "" +"riassegna i colori mirc nei messaggi usando una tabella hash: le chiavi sono " +"\"fg,bg\" come interi tra -1 (non specificato) e 15, i valori sono i numeri " +"oppure i nomi dei colori di WeeChat (il formato è: \"1,-1:colore1;2,7:" +"colore2\"), esempio: \"1,-1\":darkgray;1,2:white,blue\" per riassegnare dal " +"nero a \"darkgray\" e dal nero su blu a \"white,blue\"; i colori predefiniti " +"di WeeChat per i codici IRC: 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" + #, fuzzy msgid "" "color for current channel topic (when joining a channel or using /topic)" diff --git a/po/ja.po b/po/ja.po index 5214a57d5..7f2b8be35 100644 --- a/po/ja.po +++ b/po/ja.po @@ -20,7 +20,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:10+0200\n" "Last-Translator: AYANOKOUZI, Ryuunosuke \n" "Language-Team: Japanese \n" "Language-Team: Polish \n" @@ -11641,15 +11641,25 @@ msgid "color for text in \"setname\" messages" msgstr "kolor tekstu dla wiadomości \"setname\"" #. TRANSLATORS: please do not translate the list of WeeChat color names at the end of string +#, fuzzy +#| 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" 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 "" "zamień kolory mirca w wiadomościach używając tablicy hashy: klucze to \"fg," "bg\" przyjmują one wartości pomiędzy -1 (nie określono) a 15, wartości to " @@ -11681,6 +11691,33 @@ msgstr "kolor tekstu powodu w wiadomości kick/kill" msgid "color for reason in part/quit messages" msgstr "kolor tekstu powodu opuszczenia kanału/wyjścia z IRC" +#, fuzzy +#| 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" +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 "" +"zamień kolory mirca w wiadomościach używając tablicy hashy: klucze to \"fg," +"bg\" przyjmują one wartości pomiędzy -1 (nie określono) a 15, wartości to " +"nazwy lub numery kolorów WeeChat (format: \"1,-1:kolor1;2,7:kolor2\"), " +"przykład: \"1,-1:darkgray;1,2:white,blue\" w celu przemapowania czarnego na " +"\"darkgray\" oraz czarnego na niebieskim tle na \"white,blue\"; domyślne " +"kolory WeeChat dla kodów IRC: 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" + msgid "" "color for current channel topic (when joining a channel or using /topic)" msgstr "" diff --git a/po/pt.po b/po/pt.po index e85bb0c6f..e3074b137 100644 --- a/po/pt.po +++ b/po/pt.po @@ -20,7 +20,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:10+0200\n" "Last-Translator: Vasco Almeida \n" "Language-Team: Portuguese <>\n" @@ -11322,14 +11322,14 @@ msgstr "cor do texto das mensagens de join" #. TRANSLATORS: please do not translate the list of WeeChat color names at the end of string #, fuzzy 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 "" "remapear cores do mirc em mensagens usando um tabela de dispersão: as chaves " "são \"cor,fundo\" sob forma de inteiros entre -1 (não especificado) e 15, os " @@ -11362,6 +11362,24 @@ msgstr "cor da razão nas mensagens de part/quit" msgid "color for reason in part/quit messages" msgstr "cor da razão nas mensagens de part/quit" +#, fuzzy +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 "" +"remapear cores do mirc em mensagens usando um tabela de dispersão: as chaves " +"são \"cor,fundo\" sob forma de inteiros entre -1 (não especificado) e 15, os " +"valores são nomes ou números de cores do WeeChat (formato: \"1,-1:cor1;2,7:" +"cor2\"), exemplo: \"1,-1:darkgray;1,2:white,blue\" para remapear preto em " +"\"darkgray\" e preto sobre azul em \"white,blue\"; cores do WeeChat " +"predefinidas para códigos IRC: 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" + msgid "" "color for current channel topic (when joining a channel or using /topic)" msgstr "" 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)" diff --git a/po/ru.po b/po/ru.po index a3480f79d..65f8600ef 100644 --- a/po/ru.po +++ b/po/ru.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: Aleksey V Zapparov AKA ixti \n" "Language-Team: weechat-dev \n" @@ -10322,14 +10322,14 @@ 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 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 "" @@ -10351,6 +10351,15 @@ msgstr "сообщение о выходе по-умолчанию" 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 "" + msgid "" "color for current channel topic (when joining a channel or using /topic)" msgstr "" diff --git a/po/sr.po b/po/sr.po index 09e1c1b80..4c2e900ee 100644 --- a/po/sr.po +++ b/po/sr.po @@ -20,7 +20,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: Ivan Pešić \n" "Language-Team: weechat-dev \n" @@ -11401,15 +11401,25 @@ msgid "color for text in \"setname\" messages" msgstr "боја за текст у „setname” порукама" #. TRANSLATORS: please do not translate the list of WeeChat color names at the end of string +#, fuzzy +#| 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" 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 "" "ремапирање mirc боја у порукама користећи хеш табелу: кључеви су „fg,bg” као " "цели бројеви између -1 (није наведена) и 15, вредности су WeeChat имена или " @@ -11442,6 +11452,33 @@ msgstr "боја за разлог у kick/kill порукама" msgid "color for reason in part/quit messages" msgstr "боја за разлог у part/quit порукама" +#, fuzzy +#| 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" +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 "" +"ремапирање mirc боја у порукама користећи хеш табелу: кључеви су „fg,bg” као " +"цели бројеви између -1 (није наведена) и 15, вредности су WeeChat имена или " +"бројеви боја (формат је: „1,-1:боја1;2,7:боја2”), пример: „1,-1:darkgray;1,2:" +"white,blue” да се црна ремапира на „darkgray” и црна на плавој позадини у " +"„white,blue”; подразумеване WeeChat боје за IRC кодове: 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" + msgid "" "color for current channel topic (when joining a channel or using /topic)" msgstr "" diff --git a/po/tr.po b/po/tr.po index e789cb431..655d516c5 100644 --- a/po/tr.po +++ b/po/tr.po @@ -20,7 +20,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: Emir SARI \n" "Language-Team: weechat-dev \n" @@ -11496,15 +11496,25 @@ msgid "color for text in \"setname\" messages" msgstr "\"setname\" iletilerindeki metin rengi" #. TRANSLATORS: please do not translate the list of WeeChat color names at the end of string +#, fuzzy +#| 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" 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 "" "iletilerdeki mirc renklerini bir sağlama tablosu kullanarak yeniden eşlemle: " "anahtarlar şunlardır: \"fg,bg\", -1 (belirtilmemiş) ve 15 arasında bir " @@ -11536,6 +11546,33 @@ msgstr "kov/öldür iletilerindeki neden rengi" msgid "color for reason in part/quit messages" msgstr "ayrılma/çıkış iletisindeki sebep için renk" +#, fuzzy +#| 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" +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 "" +"iletilerdeki mirc renklerini bir sağlama tablosu kullanarak yeniden eşlemle: " +"anahtarlar şunlardır: \"fg,bg\", -1 (belirtilmemiş) ve 15 arasında bir " +"tamsayıdır, değerler WeeChat renk adları veya sayılarıdır (biçim: \"1,-1:" +"color1;2,7:color2\"), örnek: \"1,-1:darkgray;1,2:white,blue\", siyahı " +"\"darkgray\"'e ve siyah üzerindeki maviyi \"white,blue\"ya eşlemler; IRC " +"kodları için öntanımlı WeeChat renkleri: 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" + msgid "" "color for current channel topic (when joining a channel or using /topic)" msgstr "geçerli kanal konusu rengi (kanala katılırken veya /topic kullanırken)" diff --git a/po/weechat.pot b/po/weechat.pot index f60591724..0fbf56186 100644 --- a/po/weechat.pot +++ b/po/weechat.pot @@ -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: 2014-08-16 10:27+0200\n" "Last-Translator: Sébastien Helleu \n" "Language-Team: weechat-dev \n" @@ -9340,14 +9340,14 @@ 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 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 "" @@ -9366,6 +9366,15 @@ msgstr "" 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 "" + msgid "" "color for current channel topic (when joining a channel or using /topic)" msgstr "" diff --git a/src/plugins/irc/irc-config.c b/src/plugins/irc/irc-config.c index 92fb7a6fe..c17173ff3 100644 --- a/src/plugins/irc/irc-config.c +++ b/src/plugins/irc/irc-config.c @@ -3768,11 +3768,11 @@ irc_config_init () irc_config_file, irc_config_section_color, "mirc_remap", "string", /* TRANSLATORS: please do not translate the list of WeeChat color names at the end of string */ - N_("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 " + N_("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, " @@ -3817,11 +3817,11 @@ irc_config_init () irc_config_file, irc_config_section_color, "term_remap", "string", N_("remap terminal color numbers in messages using a hashtable " - "(used 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 " + "(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\""), NULL, 0, 0, "0,-1:darkgray", NULL, 0, NULL, NULL, NULL,