summaryrefslogtreecommitdiff
path: root/po/de.po
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2014-10-26 12:30:13 +0100
committerSébastien Helleu <flashcode@flashtux.org>2014-10-26 12:30:13 +0100
commit3f5a810254db47c0943007ca7ff749f9b78145ee (patch)
treeab0d898adb0e33b9cd8fbc110174250b7b3b06c3 /po/de.po
parenta012eefb77c246d294b99afcee2ef065258e7e4e (diff)
downloadweechat-3f5a810254db47c0943007ca7ff749f9b78145ee.zip
trigger: evaluate and replace regex groups at same time, new format for regex option in triggers (incompatible with version 1.0) (closes #224)
Diffstat (limited to 'po/de.po')
-rw-r--r--po/de.po8
1 files changed, 5 insertions, 3 deletions
diff --git a/po/de.po b/po/de.po
index 630fedecc..b747decdb 100644
--- a/po/de.po
+++ b/po/de.po
@@ -22,7 +22,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2014-10-16 20:40+0200\n"
+"POT-Creation-Date: 2014-10-26 11:00+0100\n"
"PO-Revision-Date: 2014-10-25 08:36+0100\n"
"Last-Translator: Nils Görs <weechatter@arcor.de>\n"
"Language-Team: German <weechatter@arcor.de>\n"
@@ -11667,6 +11667,7 @@ msgstr ""
"(Hinweis: Inhalt ist evaluiert wenn der Trigger ausgeführt wird, siehe /help "
"eval)"
+#, fuzzy
msgid ""
"replace text with a POSIX extended regular expression (it is done only if "
"conditions are OK, and before running the command) (note: content is "
@@ -11675,8 +11676,9 @@ msgid ""
"can be separated by a space, for example: \"/regex1/replace1/var1 /regex2/"
"replace2/var2\"; escaped chars are interpreted in the regex (for example "
"\"\\n\"); the separator \"/\" can be replaced by any char (one or more "
-"identical chars); matching groups can be used in replace: $0 to $99, $+ for "
-"last match and $.cN to replace all chars of group N by char c"
+"identical chars); matching groups can be used in replace: ${re:0} to "
+"${re:99}, ${re:+} for last match and ${hide:c,${re:N}} to replace all chars "
+"of group N by char 'c'"
msgstr ""
"ersetzt Text mittels erweitertem regulären POSIX Ausdruck (dies passiert nur "
"falls die Bedingungen erfüllt werden und bevor der Befehl ausgeführt wird) "