diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2022-11-21 20:45:25 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2022-11-21 20:45:41 +0100 |
commit | baab9cc7c52e011a10cf5b1d97d6707e6e067597 (patch) | |
tree | a2dcce2df3099f5e26d63f7dab2ade1491efa76d /po/pl.po | |
parent | a8639969c5d0c8ecc950332a18480b2cb499173d (diff) | |
download | weechat-baab9cc7c52e011a10cf5b1d97d6707e6e067597.zip |
core: add option `unicode` in command `/debug`
Diffstat (limited to 'po/pl.po')
-rw-r--r-- | po/pl.po | 26 |
1 files changed, 23 insertions, 3 deletions
@@ -22,7 +22,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2022-11-06 09:09+0100\n" +"POT-Creation-Date: 2022-11-21 12:10+0100\n" "PO-Revision-Date: 2022-10-15 22:51+0200\n" "Last-Translator: Krzysztof Korościk <soltys@soltys.info>\n" "Language-Team: Polish <kde-i18n-doc@kde.org>\n" @@ -1565,10 +1565,15 @@ msgstr "" msgid "debug functions" msgstr "funkcje debugujące" +#, fuzzy +#| msgid "" +#| "list || set <plugin> <level> || dump|hooks [<plugin>] || buffer|certs|" +#| "color|dirs|infolists|libs|memory|tags|term|windows || mouse|cursor " +#| "[verbose] || hdata [free] || time <command>" msgid "" "list || set <plugin> <level> || dump|hooks [<plugin>] || buffer|certs|color|" "dirs|infolists|libs|memory|tags|term|windows || mouse|cursor [verbose] || " -"hdata [free] || time <command>" +"hdata [free] || time <command> || unicode <string>" msgstr "" "list || set <wtyczka> <poziom> || dump|hooks [<wtyczka>] || buffer|certs|" "color|dirs|infolists|libs|memory|tags|term|windows || mouse|cursor [verbose] " @@ -1599,7 +1604,15 @@ msgid "" " 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" +"buffer\n" +" unicode: display information about unicode chars in string (evaluated, " +"see /help eval)\n" +"\n" +"Examples:\n" +" /debug set irc 1\n" +" /debug mouse verbose\n" +" /debug time /filter toggle\n" +" /debug unicode ${chars:${\\u26C0}-${\\u26CF}}" msgstr "" " list: wyświetla wtyczki z poziomem debugowania\n" " set: ustawia poziom debugowania dla wtyczki\n" @@ -5460,6 +5473,13 @@ msgstr "TYMCZASOWY, usuwany przy wyjściu" msgid "Directories:" msgstr "Katalogi:" +#, c-format +msgid "" +"Unicode: \"char\" (codepoint, hex codepoint, UTF-8 sequence): strlen %s/%s " +"utf8_strlen, gui_chat_strlen %s/%s wcswidth, utf8_strlen_screen, " +"gui_chat_strlen_screen:" +msgstr "" + msgid "Error: not enough memory\n" msgstr "Błąd: za mało pamięci\n" |