diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-10-26 12:30:13 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-10-26 12:30:13 +0100 |
commit | 3f5a810254db47c0943007ca7ff749f9b78145ee (patch) | |
tree | ab0d898adb0e33b9cd8fbc110174250b7b3b06c3 /po/pt_BR.po | |
parent | a012eefb77c246d294b99afcee2ef065258e7e4e (diff) | |
download | weechat-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/pt_BR.po')
-rw-r--r-- | po/pt_BR.po | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/po/pt_BR.po b/po/pt_BR.po index 2a0341a1b..cdc9c5ada 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-10-16 20:40+0200\n" +"POT-Creation-Date: 2014-10-26 11:00+0100\n" "PO-Revision-Date: 2014-08-16 11:46+0200\n" "Last-Translator: Sergio Durigan Junior <sergiosdj@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -9958,8 +9958,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 "" msgid "" |