diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2016-11-28 21:52:14 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2016-11-28 21:52:14 +0100 |
commit | 93ef6b0a3e828094cfbb58aeb6cb1be6cee690af (patch) | |
tree | 464a9eeec0b409b26c0b70b86ad0789d4dd7e39c /po/pl.po | |
parent | 9c76d80d4deb8ed6a6da82f957c5ea67c205b73e (diff) | |
download | weechat-93ef6b0a3e828094cfbb58aeb6cb1be6cee690af.zip |
core: add option "time" in command /debug
Diffstat (limited to 'po/pl.po')
-rw-r--r-- | po/pl.po | 18 |
1 files changed, 13 insertions, 5 deletions
@@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2016-11-26 13:55+0100\n" +"POT-Creation-Date: 2016-11-28 21:48+0100\n" "PO-Revision-Date: 2016-09-03 08:24+0200\n" "Last-Translator: Krzysztof Korościk <soltys1@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -1447,16 +1447,19 @@ msgstr "" " przejdź do współrzędnych x=10, y=5:\n" " /cursor go 10,5" -msgid "control debug for core/plugins" -msgstr "kontrola debugu dla rdzenia/wtyczek" +msgid "debug functions" +msgstr "" +#, fuzzy msgid "" "list || set <plugin> <level> || dump [<plugin>] || buffer|color|infolists|" -"memory|tags|term|windows || mouse|cursor [verbose] || hdata [free]" +"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]" +#, fuzzy msgid "" " list: list plugins with debug levels\n" " set: set debug level for plugin\n" @@ -1477,7 +1480,9 @@ msgid "" " mouse: toggle debug for mouse\n" " tags: display tags for lines\n" " term: display infos about terminal\n" -" windows: display windows tree" +" windows: display windows tree\n" +" time: measure time to execute a command or to send text to the current " +"buffer" msgstr "" " list: wyświetla wtyczki z poziomem debugowania\n" " set: ustawia poziom debugowania dla wtyczki\n" @@ -12455,6 +12460,9 @@ msgstr "%s%s: przekroczono czas na \"%s\" z %s" msgid "%s%s: unable to connect: unexpected error (%d)" msgstr "%s%s: nie można połączyć: niespodziewany błąd (%d)" +#~ msgid "control debug for core/plugins" +#~ msgstr "kontrola debugu dla rdzenia/wtyczek" + #~ msgid "text color for nicks in chat window" #~ msgstr "kolor nicków w oknie rozmowy" |