summaryrefslogtreecommitdiff
path: root/po/de.po
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2020-12-18 20:28:16 +0100
committerSébastien Helleu <flashcode@flashtux.org>2020-12-18 20:28:16 +0100
commitdc5277fe8973d7caf56b93fa4f69218e3d47920c (patch)
treea55eee370b7624e7ea744c0b710f2b5f2e7dc5c7 /po/de.po
parent73eabdbe8053428645602f372f7619b2827a8dc1 (diff)
downloadweechat-dc5277fe8973d7caf56b93fa4f69218e3d47920c.zip
core: add option "recreate" in command /filter
Diffstat (limited to 'po/de.po')
-rw-r--r--po/de.po12
1 files changed, 10 insertions, 2 deletions
diff --git a/po/de.po b/po/de.po
index 80d097c84..575bdc6e5 100644
--- a/po/de.po
+++ b/po/de.po
@@ -24,7 +24,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-12-17 11:04+0100\n"
"Last-Translator: Nils Görs <weechatter@arcor.de>\n"
"Language-Team: German <kde-i18n-de@kde.org>\n"
@@ -554,6 +554,10 @@ msgstr ""
"%sFür Filter muss ein Schlagwort oder ein regulärer Ausdruck spezifiziert "
"werden"
+#, fuzzy, c-format
+msgid "Filter \"%s\" updated:"
+msgstr "Filter \"%s\" hinzugefügt:"
+
#, c-format
msgid "Filter \"%s\" added:"
msgstr "Filter \"%s\" hinzugefügt:"
@@ -1949,13 +1953,16 @@ msgstr ""
"Filterfunktion um Nachrichten in Buffern aus- oder einzublenden, dazu können "
"Schlagwörter oder reguläre Ausdrücke verwendet werden"
+#, 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 [<name>|@] || add|addreplace <name> <buffer>[,"
"<buffer>...] <tags> <regex> || rename <name> <new_name> || del <name>|-all"
+#, fuzzy
msgid ""
" list: list all filters\n"
" enable: enable filters (filters are enabled by default)\n"
@@ -1966,6 +1973,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"