From 2225ac4e56289b1badc7a5ee9dcb522b8e8aa3f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Thu, 17 Jun 2021 21:51:18 +0200 Subject: core: add option "certs" in command /debug --- po/pl.po | 45 ++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 42 insertions(+), 3 deletions(-) (limited to 'po/pl.po') diff --git a/po/pl.po b/po/pl.po index 49f6b7b73..6021706c8 100644 --- a/po/pl.po +++ b/po/pl.po @@ -22,7 +22,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2021-06-15 20:40+0200\n" +"POT-Creation-Date: 2021-06-17 21:45+0200\n" "PO-Revision-Date: 2021-06-13 14:40+0200\n" "Last-Translator: Krzysztof Korościk \n" "Language-Team: Polish \n" @@ -467,6 +467,15 @@ msgstr "%sNie odnaleziono wtyczki \"%s\"" msgid "Raw content of buffers has been written in log file" msgstr "Surowa zawartość bufora została zapisana do pliku z logiem" +#, fuzzy, c-format +#| msgid "%d certificate loaded (system)" +#| msgid_plural "%d certificates loaded (system)" +msgid "%d certificate loaded (system: %d, user: %d)" +msgid_plural "%d certificates loaded (system: %d, user: %d)" +msgstr[0] "%d certyfikat załadowany (system)" +msgstr[1] "%d certyfikaty załadowane (system)" +msgstr[2] "%d certyfikatów załadowanych (system)" + #, c-format msgid "Debug disabled for \"%s\"" msgstr "Debugowanie wyłączone dla\"%s\"" @@ -1577,15 +1586,44 @@ msgstr "" msgid "debug functions" msgstr "funkcje debugujące" +#, fuzzy +#| msgid "" +#| "list || set || dump [] || buffer|color|infolists|" +#| "memory|tags|term|windows || mouse|cursor [verbose] || hdata [free] || " +#| "time " msgid "" "list || set || dump [] || buffer|color|infolists|" -"memory|tags|term|windows || mouse|cursor [verbose] || hdata [free] || time " -"" +"libs|certs|memory|tags|term|windows || mouse|cursor [verbose] || hdata " +"[free] || time " msgstr "" "list || set || dump [] || buffer|color|infolists|" "memory|tags|term|windows || mouse|cursor [verbose] || hdata [free] || time " "" +#, fuzzy +#| msgid "" +#| " list: list plugins with debug levels\n" +#| " set: set debug level for plugin\n" +#| " plugin: name of plugin (\"core\" for WeeChat core)\n" +#| " level: debug level for plugin (0 = disable debug)\n" +#| " dump: save memory dump in WeeChat log file (same dump is written " +#| "when WeeChat crashes)\n" +#| " buffer: dump buffer content with hexadecimal values in log file\n" +#| " color: display infos about current color pairs\n" +#| " cursor: toggle debug for cursor mode\n" +#| " dirs: display directories\n" +#| " hdata: display infos about hdata (with free: remove all hdata in " +#| "memory)\n" +#| " hooks: display infos about hooks\n" +#| "infolists: display infos about infolists\n" +#| " libs: display infos about external libraries used\n" +#| " memory: display infos about memory usage\n" +#| " mouse: toggle debug for mouse\n" +#| " tags: display tags for lines\n" +#| " term: display infos about terminal\n" +#| " windows: display windows tree\n" +#| " time: measure time to execute a command or to send text to the " +#| "current buffer" msgid "" " list: list plugins with debug levels\n" " set: set debug level for plugin\n" @@ -1602,6 +1640,7 @@ msgid "" " hooks: display infos about hooks\n" "infolists: display infos about infolists\n" " libs: display infos about external libraries used\n" +" certs: display number of loaded trusted certificate authorities\n" " memory: display infos about memory usage\n" " mouse: toggle debug for mouse\n" " tags: display tags for lines\n" -- cgit v1.2.3