diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-08-05 20:37:59 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-08-05 20:37:59 +0200 |
commit | c4773e63d8a67cc870878b9a4465ea8d75e88d05 (patch) | |
tree | ab7e191de765424753d8f912cc640f254435d1a1 /po/de.po | |
parent | 227f8ac604c11bebf5b248e28caf0d59576f2ba8 (diff) | |
download | weechat-c4773e63d8a67cc870878b9a4465ea8d75e88d05.zip |
rmodifier: add option "missing" for command /rmodifier
Diffstat (limited to 'po/de.po')
-rw-r--r-- | po/de.po | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -22,7 +22,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.4.2-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2013-08-04 12:44+0200\n" +"POT-Creation-Date: 2013-08-05 08:28+0200\n" "PO-Revision-Date: 2013-08-01 19:57+0200\n" "Last-Translator: Nils Görs <weechatter@arcor.de>\n" "Language-Team: German <weechatter@arcor.de>\n" @@ -9235,18 +9235,26 @@ msgstr "" "%sFehler: Das Argument \"-yes\" ist aus Sicherheitsgründen zum zurücksetzen " "auf die Standardeinstellungen von rmodifier notwendig" +#, fuzzy, c-format +msgid "%d rmodifier added" +msgid_plural "%d rmodifiers added" +msgstr[0] "%d rmodifiers entfernt" +msgstr[1] "%d rmodifiers entfernt" + msgid "alter modifier strings with regular expressions" msgstr "" "wandelt Schlüsselwörter mit regulären Ausdrücken (regelt die Sichtbarkeit " "von Texten in WeeChat)" +#, fuzzy msgid "" "list|listdefault || add <name> <modifiers> <groups> <regex> || del <name>|-" -"all [<name>...] || default -yes" +"all [<name>...] || missing || default -yes" msgstr "" "list|listdefault || add <name> <modifiers> <groups> <regex> || del <name>|-" "all [<name>...] || default -yes" +#, fuzzy msgid "" " list: list all rmodifiers\n" "listdefault: list default rmodifiers\n" @@ -9260,6 +9268,7 @@ msgid "" "become case sensitive)\n" " del: delete a rmodifier\n" " -all: delete all rmodifiers\n" +" missing: add missing rmodifiers\n" " default: restore default rmodifiers\n" "\n" "Examples:\n" |