From 8bc6c1363b9ccf1f4fd6c74516317c062782199a Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Tue, 3 Apr 2012 21:31:15 +0200 Subject: [PATCH] irc: fix help of option irc.color.mirc_remap --- doc/de/autogen/user/irc_options.txt | 2 +- doc/en/autogen/user/irc_options.txt | 2 +- doc/fr/autogen/user/irc_options.txt | 2 +- doc/it/autogen/user/irc_options.txt | 2 +- po/cs.po | 8 ++++---- po/de.po | 9 +++++---- po/es.po | 9 +++++---- po/fr.po | 20 ++++++++++---------- po/hu.po | 8 ++++---- po/it.po | 9 +++++---- po/ja.po | 9 +++++---- po/pl.po | 9 +++++---- po/pt_BR.po | 8 ++++---- po/ru.po | 8 ++++---- po/weechat.pot | 8 ++++---- src/plugins/irc/irc-config.c | 4 ++-- 16 files changed, 61 insertions(+), 56 deletions(-) diff --git a/doc/de/autogen/user/irc_options.txt b/doc/de/autogen/user/irc_options.txt index 9ea444bdc..cad645576 100644 --- a/doc/de/autogen/user/irc_options.txt +++ b/doc/de/autogen/user/irc_options.txt @@ -34,7 +34,7 @@ ** Werte: ein Farbname für WeeChat (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), eine Terminal-Farbnummer oder ein Alias; Attribute können vor eine Farbe gesetzt werden (gilt ausschließlich für die Textfarbe und nicht für den Hintergrund): "*" für fett, "!" für invertiert, "_" für unterstrichen (Standardwert: `red`) * [[option_irc.color.mirc_remap]] *irc.color.mirc_remap* -** Beschreibung: `ersetzt mirc Farben in Nachrichten mittels einer Hashtabelle: Schlüssel sind "fg,bg" als Integerwerte zwischen -1 (nicht angegeben) und 15, als Werte sind die Farbnamen oder Farbnummer von WeeChat möglich (Format ist: "1,-1:Farbe1;2,7:Farbe2"), Beispiel: "1,-1:darkgray;1,2:white,blue" ersetzt Schwarz auf jedem Hintergrund durch "darkgray" und Schwarz auf Blau durch "white,blue"; Stardard-IRC-Farben Tabelle von WeeChat: 0:weiß, 1:schwarz, 2:blau, 3:grün, 4:hellrot, 5:rot, 6:violett, 7:braun, 8:gelb, 9: hellgrün, 10:türkis, 11:helltürkis, 12:hellblau, 13:hellviolett, 14:grau, 15:weiß` +** Beschreibung: `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:gray, 15:white` ** Typ: Zeichenkette ** Werte: beliebige Zeichenkette (Standardwert: `"1,-1:darkgray"`) diff --git a/doc/en/autogen/user/irc_options.txt b/doc/en/autogen/user/irc_options.txt index d67360dc7..feb4ce2c5 100644 --- a/doc/en/autogen/user/irc_options.txt +++ b/doc/en/autogen/user/irc_options.txt @@ -34,7 +34,7 @@ ** values: 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 (default value: `red`) * [[option_irc.color.mirc_remap]] *irc.color.mirc_remap* -** description: `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` +** description: `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:gray, 15:white` ** type: string ** values: any string (default value: `"1,-1:darkgray"`) diff --git a/doc/fr/autogen/user/irc_options.txt b/doc/fr/autogen/user/irc_options.txt index c13cdb520..6e14c5416 100644 --- a/doc/fr/autogen/user/irc_options.txt +++ b/doc/fr/autogen/user/irc_options.txt @@ -34,7 +34,7 @@ ** valeurs: un nom de couleur WeeChat (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), un numéro de couleur du terminal ou un alias; des attributs sont autorisés avant la couleur (seulement pour la couleur du texte, pas le fond) : "*" pour du gras, "!" pour la vidéo inverse, "_" pour du souligné (valeur par défaut: `red`) * [[option_irc.color.mirc_remap]] *irc.color.mirc_remap* -** description: `réassigner les couleurs mirc dans les messages en utilisant une hashtable: 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 sur n'importe quel fond 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, 13:lightmagenta, 14:gray, 15:white` +** description: `réassigner les couleurs mirc dans les messages en utilisant une hashtable: 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, 13:lightmagenta, 14:gray, 15:white` ** type: chaîne ** valeurs: toute chaîne (valeur par défaut: `"1,-1:darkgray"`) diff --git a/doc/it/autogen/user/irc_options.txt b/doc/it/autogen/user/irc_options.txt index 05a1978ce..fe5f0cd97 100644 --- a/doc/it/autogen/user/irc_options.txt +++ b/doc/it/autogen/user/irc_options.txt @@ -34,7 +34,7 @@ ** valori: un nome colore di WeeChat (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), un numero colore del terminale o un alias; attributi consentiti prima del colore (solo per il colore del testo, non lo sfondo): "*" per il grassetto, "!" per l'inverso, "_" per la sottolineatura (valore predefinito: `red`) * [[option_irc.color.mirc_remap]] *irc.color.mirc_remap* -** descrizione: `riordina 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 riordinare dal nero su qualsiasi colore di sfondo 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` +** descrizione: `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:gray, 15:white` ** tipo: stringa ** valori: qualsiasi stringa (valore predefinito: `"1,-1:darkgray"`) diff --git a/po/cs.po b/po/cs.po index 91792004a..b215bd1a6 100644 --- a/po/cs.po +++ b/po/cs.po @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.3.8-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2012-04-03 21:15+0200\n" +"POT-Creation-Date: 2012-04-03 21:28+0200\n" "PO-Revision-Date: 2012-02-26 09:16+0100\n" "Last-Translator: Jiri Golembiovsky \n" "Language-Team: weechat-dev \n" @@ -5747,9 +5747,9 @@ 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: " +"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:gray, " "15:white" msgstr "" diff --git a/po/de.po b/po/de.po index 8f0016fef..ce0a1ee9f 100644 --- a/po/de.po +++ b/po/de.po @@ -23,7 +23,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.3.7-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2012-04-03 21:15+0200\n" +"POT-Creation-Date: 2012-04-03 21:28+0200\n" "PO-Revision-Date: 2012-03-27 22:46+0100\n" "Last-Translator: Nils Görs \n" "Language-Team: German \n" @@ -6189,13 +6189,14 @@ msgstr "" "angezeigt werden soll" #. 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 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: " +"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:gray, " "15:white" msgstr "" diff --git a/po/es.po b/po/es.po index c9b18e7f7..c70dafbd5 100644 --- a/po/es.po +++ b/po/es.po @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.3.8-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2012-04-03 21:15+0200\n" +"POT-Creation-Date: 2012-04-03 21:28+0200\n" "PO-Revision-Date: 2012-02-26 09:16+0100\n" "Last-Translator: Elián Hanisch \n" "Language-Team: weechat-dev \n" @@ -5972,13 +5972,14 @@ 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 +#, 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 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: " +"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:gray, " "15:white" msgstr "" diff --git a/po/fr.po b/po/fr.po index add1ad0f0..b6b9a8914 100644 --- a/po/fr.po +++ b/po/fr.po @@ -21,8 +21,8 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.3.8-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2012-04-03 21:15+0200\n" -"PO-Revision-Date: 2012-04-02 15:20+0200\n" +"POT-Creation-Date: 2012-04-03 21:28+0200\n" +"PO-Revision-Date: 2012-04-03 21:28+0200\n" "Last-Translator: Sebastien Helleu \n" "Language-Team: weechat-dev \n" "Language: French\n" @@ -6043,9 +6043,9 @@ 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: " +"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:gray, " "15:white" msgstr "" @@ -6053,11 +6053,11 @@ msgstr "" "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 sur n'importe quel fond 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, 13:" -"lightmagenta, 14:gray, 15:white" +"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, 13:lightmagenta, 14:gray, " +"15:white" msgid "" "color for nick prefixes using mode char (o=op, h=halfop, v=voice, ..), " diff --git a/po/hu.po b/po/hu.po index aa5152374..cd4e9c08d 100644 --- a/po/hu.po +++ b/po/hu.po @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.3.8-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2012-04-03 21:15+0200\n" +"POT-Creation-Date: 2012-04-03 21:28+0200\n" "PO-Revision-Date: 2012-02-26 09:16+0100\n" "Last-Translator: Andras Voroskoi \n" "Language-Team: weechat-dev \n" @@ -5319,9 +5319,9 @@ 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: " +"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:gray, " "15:white" msgstr "" diff --git a/po/it.po b/po/it.po index 10a5f7316..80d1b5981 100644 --- a/po/it.po +++ b/po/it.po @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.3.8-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2012-04-03 21:15+0200\n" +"POT-Creation-Date: 2012-04-03 21:28+0200\n" "PO-Revision-Date: 2012-02-26 09:16+0100\n" "Last-Translator: Marco Paolone \n" "Language-Team: weechat-dev \n" @@ -5965,13 +5965,14 @@ msgid "color for text in part/quit messages" msgstr "colore per il testo nei messaggi di uscita/abbandono" #. 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 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: " +"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:gray, " "15:white" msgstr "" diff --git a/po/ja.po b/po/ja.po index d56770938..6a985535c 100644 --- a/po/ja.po +++ b/po/ja.po @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.3.8-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2012-04-03 21:15+0200\n" +"POT-Creation-Date: 2012-04-03 21:28+0200\n" "PO-Revision-Date: 2012-02-26 09:16+0100\n" "Last-Translator: \"AYANOKOUZI, Ryuunosuke\" \n" "Language-Team: Japanese\n" @@ -5818,13 +5818,14 @@ 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 +#, 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 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: " +"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:gray, " "15:white" msgstr "" diff --git a/po/pl.po b/po/pl.po index 4ee063197..9b27e02d1 100644 --- a/po/pl.po +++ b/po/pl.po @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.3.8-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2012-04-03 21:15+0200\n" +"POT-Creation-Date: 2012-04-03 21:28+0200\n" "PO-Revision-Date: 2012-02-26 09:16+0100\n" "Last-Translator: Krzysztof Korościk \n" "Language-Team: weechat-dev \n" @@ -5937,13 +5937,14 @@ msgid "color for text in part/quit messages" msgstr "kolor tekstu w wiadomościach o opuszczeniu kanału/wyjściu z IRC" #. 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 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: " +"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:gray, " "15:white" msgstr "" diff --git a/po/pt_BR.po b/po/pt_BR.po index 8fbb5313f..75d9d154e 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.3.8-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2012-04-03 21:15+0200\n" +"POT-Creation-Date: 2012-04-03 21:28+0200\n" "PO-Revision-Date: 2012-02-26 09:16+0100\n" "Last-Translator: Sergio Durigan Junior \n" "Language-Team: weechat-dev \n" @@ -5473,9 +5473,9 @@ 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: " +"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:gray, " "15:white" msgstr "" diff --git a/po/ru.po b/po/ru.po index 536bb59ac..2074291e3 100644 --- a/po/ru.po +++ b/po/ru.po @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.3.8-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2012-04-03 21:15+0200\n" +"POT-Creation-Date: 2012-04-03 21:28+0200\n" "PO-Revision-Date: 2012-02-26 09:16+0100\n" "Last-Translator: Aleksey V Zapparov AKA ixti \n" "Language-Team: weechat-dev \n" @@ -5337,9 +5337,9 @@ 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: " +"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:gray, " "15:white" msgstr "" diff --git a/po/weechat.pot b/po/weechat.pot index b67a1d112..27a841466 100644 --- a/po/weechat.pot +++ b/po/weechat.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2012-04-03 21:15+0200\n" +"POT-Creation-Date: 2012-04-03 21:28+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -4595,9 +4595,9 @@ 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: " +"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:gray, " "15:white" msgstr "" diff --git a/src/plugins/irc/irc-config.c b/src/plugins/irc/irc-config.c index b7f0a339a..9c47883aa 100644 --- a/src/plugins/irc/irc-config.c +++ b/src/plugins/irc/irc-config.c @@ -2365,8 +2365,8 @@ irc_config_init () 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 on any bg " - "to \"darkgray\" and black on blue to \"white,blue\"; default " + "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:gray, "