diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2020-12-18 20:28:16 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2020-12-18 20:28:16 +0100 |
commit | dc5277fe8973d7caf56b93fa4f69218e3d47920c (patch) | |
tree | a55eee370b7624e7ea744c0b710f2b5f2e7dc5c7 /po/pl.po | |
parent | 73eabdbe8053428645602f372f7619b2827a8dc1 (diff) | |
download | weechat-dc5277fe8973d7caf56b93fa4f69218e3d47920c.zip |
core: add option "recreate" in command /filter
Diffstat (limited to 'po/pl.po')
-rw-r--r-- | po/pl.po | 12 |
1 files changed, 10 insertions, 2 deletions
@@ -22,7 +22,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2020-12-15 20:37+0100\n" +"POT-Creation-Date: 2020-12-18 20:22+0100\n" "PO-Revision-Date: 2020-04-28 16:40+0200\n" "Last-Translator: Krzysztof Korościk <soltys@soltys.info>\n" "Language-Team: Polish <kde-i18n-doc@kde.org>\n" @@ -532,6 +532,10 @@ msgid "%sYou must specify at least tags or regex for filter" msgstr "" "%sBłąd: musisz podać przynajmniej tag(i) lub wyrażenie regularne dla filtru" +#, fuzzy, c-format +msgid "Filter \"%s\" updated:" +msgstr "Dodano filtr \"%s\":" + #, c-format msgid "Filter \"%s\" added:" msgstr "Dodano filtr \"%s\":" @@ -1890,14 +1894,17 @@ msgstr "" "filtruje wiadomości w buforach, aby je ukryć/pokazać w zależności do tagów " "lub wyrażeń regularnych" +#, fuzzy msgid "" "list || enable|disable|toggle [<name>|@] || add|addreplace <name> <buffer>[," -"<buffer>...] <tags> <regex> || rename <name> <new_name> || del <name>|-all" +"<buffer>...] <tags> <regex> || rename <name> <new_name> || recreate <name> " +"|| del <name>|-all" msgstr "" "list || enable|disable|toggle [<nazwa>|@] || add | addreplace<nazwa> " "<bufor>[,<bufor>...] <tagi> <regex> || rename <nazwa> <nowa_nazwa> || del " "<nazwa>|-all" +#, fuzzy msgid "" " list: list all filters\n" " enable: enable filters (filters are enabled by default)\n" @@ -1908,6 +1915,7 @@ msgid "" " add: add a filter\n" "addreplace: add or replace an existing filter\n" " rename: rename a filter\n" +" recreate: set input with the command used to edit the filter\n" " del: delete a filter\n" " -all: delete all filters\n" " buffer: comma separated list of buffers where filter is active:\n" |