summaryrefslogtreecommitdiff
path: root/po/pl.po
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2021-06-17 21:51:18 +0200
committerSébastien Helleu <flashcode@flashtux.org>2021-06-17 21:51:18 +0200
commit2225ac4e56289b1badc7a5ee9dcb522b8e8aa3f2 (patch)
treecada0254e77311ce9168e428eaf9fc6e3ee7d1aa /po/pl.po
parentfa785e8668b51f80e112c7c927648635b2d4f565 (diff)
downloadweechat-2225ac4e56289b1badc7a5ee9dcb522b8e8aa3f2.zip
core: add option "certs" in command /debug
Diffstat (limited to 'po/pl.po')
-rw-r--r--po/pl.po45
1 files changed, 42 insertions, 3 deletions
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 <soltys@soltys.info>\n"
"Language-Team: Polish <kde-i18n-doc@kde.org>\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 <plugin> <level> || dump [<plugin>] || buffer|color|infolists|"
+#| "memory|tags|term|windows || mouse|cursor [verbose] || hdata [free] || "
+#| "time <command>"
msgid ""
"list || set <plugin> <level> || dump [<plugin>] || buffer|color|infolists|"
-"memory|tags|term|windows || mouse|cursor [verbose] || hdata [free] || time "
-"<command>"
+"libs|certs|memory|tags|term|windows || mouse|cursor [verbose] || hdata "
+"[free] || time <command>"
msgstr ""
"list || set <wtyczka> <poziom> || dump [<wtyczka>] || buffer|color|infolists|"
"memory|tags|term|windows || mouse|cursor [verbose] || hdata [free] || time "
"<komenda>"
+#, 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"