diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-11-01 14:29:25 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-11-01 14:29:25 +0100 |
commit | d90eebf6caba7f95a3e46857c5f3cf2198007f8b (patch) | |
tree | 47c7f00abc612cc414f734166f84556b20f1ce0d /po/de.po | |
parent | f16857fc3db2d83e7c355c16016f79e534d381ad (diff) | |
download | weechat-d90eebf6caba7f95a3e46857c5f3cf2198007f8b.zip |
irc: update help on color remap options, update translations (issue #2025)
Diffstat (limited to 'po/de.po')
-rw-r--r-- | po/de.po | 60 |
1 files changed, 50 insertions, 10 deletions
@@ -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 <weechatter@arcor.de>\n" "Language-Team: German <kde-i18n-de@kde.org>\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 -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" +#, 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 (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 "" |