diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2021-06-17 21:51:18 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2021-06-17 21:51:18 +0200 |
commit | 2225ac4e56289b1badc7a5ee9dcb522b8e8aa3f2 (patch) | |
tree | cada0254e77311ce9168e428eaf9fc6e3ee7d1aa /po/cs.po | |
parent | fa785e8668b51f80e112c7c927648635b2d4f565 (diff) | |
download | weechat-2225ac4e56289b1badc7a5ee9dcb522b8e8aa3f2.zip |
core: add option "certs" in command /debug
Diffstat (limited to 'po/cs.po')
-rw-r--r-- | po/cs.po | 14 |
1 files changed, 11 insertions, 3 deletions
@@ -21,7 +21,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-05-25 18:28+0200\n" "Last-Translator: Ondřej Súkup <mimi.vx@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -448,6 +448,13 @@ msgstr "%sPlugin \"%s\" nenalezen" msgid "Raw content of buffers has been written in log file" msgstr "Veškerý obsah bufferů byl zapsán do logovacího souboru" +#, fuzzy, c-format +msgid "%d certificate loaded (system: %d, user: %d)" +msgid_plural "%d certificates loaded (system: %d, user: %d)" +msgstr[0] "%sgnutls: certifikát vypršel" +msgstr[1] "%sgnutls: certifikát vypršel" +msgstr[2] "%sgnutls: certifikát vypršel" + #, c-format msgid "Debug disabled for \"%s\"" msgstr "Ladění vypnuto pro \"%s\"" @@ -1483,8 +1490,8 @@ msgstr "ladící funkce" #, fuzzy 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 <plugin> <level> || dump [<plugin>] || buffer|color|memory|term|" "windows" @@ -1506,6 +1513,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" |