diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2014-03-02 08:40:17 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2014-03-02 08:40:17 +0100 |
commit | cc5ab76186b6a1f842eb758a6997c54b1917c885 (patch) | |
tree | 1615304c9235856ae37c8bbb05fa6c2230a22122 /po/pt_BR.po | |
parent | ddf3e9043bed41a37d06bf3d5c6a104e7ddbeb79 (diff) | |
download | weechat-cc5ab76186b6a1f842eb758a6997c54b1917c885.zip |
trigger: allow chars '\' and '(' as delimiter in regex
Diffstat (limited to 'po/pt_BR.po')
-rw-r--r-- | po/pt_BR.po | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/po/pt_BR.po b/po/pt_BR.po index 7653c522a..4cb62bec4 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2014-03-02 08:13+0100\n" +"POT-Creation-Date: 2014-03-02 08:35+0100\n" "PO-Revision-Date: 2014-02-20 12:25+0100\n" "Last-Translator: Sergio Durigan Junior <sergiosdj@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -9620,9 +9620,8 @@ msgid "" "var\" (var is the hashtable variable to replace, it is optional), many regex " "can be separated by a space, for example: \"/regex1/replace1/var1 /regex2/" "replace2/var2\"; the separator \"/\" can be replaced by any char (one or " -"more identical chars), except '\\' and parentheses; 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" +"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" msgstr "" msgid "" |