mirror of
https://github.com/weechat/weechat.git
synced 2026-07-04 08:43:13 +02:00
irc: fix help of option irc.color.mirc_remap
This commit is contained in:
@@ -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"`)
|
||||
|
||||
|
||||
@@ -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"`)
|
||||
|
||||
|
||||
@@ -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"`)
|
||||
|
||||
|
||||
@@ -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"`)
|
||||
|
||||
|
||||
@@ -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 <golemj@gmail.com>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\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 ""
|
||||
|
||||
@@ -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 <weechatter@arcor.de>\n"
|
||||
"Language-Team: German <weechatter@arcor.de>\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 ""
|
||||
|
||||
@@ -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 <lambdae2@gmail.com>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\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 ""
|
||||
|
||||
@@ -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 <flashcode@flashtux.org>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\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, ..), "
|
||||
|
||||
@@ -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 <voroskoi@frugalware.org>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\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 ""
|
||||
|
||||
@@ -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 <marcopaolone@gmail.com>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\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 ""
|
||||
|
||||
@@ -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\" <i38w7i3@yahoo.co.jp>\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 ""
|
||||
|
||||
@@ -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 <soltys@szluug.org>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\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 ""
|
||||
|
||||
+4
-4
@@ -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 <sergiosdj@gmail.com>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\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 ""
|
||||
|
||||
@@ -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 <ixti@member.fsf.org>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\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 ""
|
||||
|
||||
+4
-4
@@ -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 <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\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 ""
|
||||
|
||||
@@ -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, "
|
||||
|
||||
Reference in New Issue
Block a user