summaryrefslogtreecommitdiff
path: root/po/pt_BR.po
diff options
context:
space:
mode:
Diffstat (limited to 'po/pt_BR.po')
-rw-r--r--po/pt_BR.po57
1 files changed, 32 insertions, 25 deletions
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 5d46d0ea0..cec0f224b 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.3.5-dev\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2011-03-07 12:20+0100\n"
+"POT-Creation-Date: 2011-03-09 10:06+0100\n"
"PO-Revision-Date: 2011-02-07 17:30+0100\n"
"Last-Translator: Ivan Sichmann Freitas <ivansichfreitas@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -240,7 +240,7 @@ msgid "Debug disabled for \"%s\""
msgstr "Debug desabilitado para \"%s\""
#, fuzzy, c-format
-msgid " %s[%s%s%s]%s buffer: %s%s%s%s%s / tags: %s / regex: %s %s"
+msgid " %s[%s%s%s]%s buffer: %s%s%s / tags: %s / regex: %s %s"
msgstr " %s[%s%s%s]%s buffer: %s%s%s%s%s / tags: %s / regex: %s %s"
msgid "(disabled)"
@@ -1096,31 +1096,36 @@ msgstr ""
#, fuzzy
msgid ""
-"list || enable|disable|toggle [<name>] || add <name> <plugin.buffer> <tags> "
-"<regex> || del <name>|-all"
+"list || enable|disable|toggle [<name>] || add <name> <buffer>[,<buffer>...] "
+"<tags> <regex> || del <name>|-all"
msgstr ""
"[list] | [enable|disable|toggle [name]] | [add name plugin.buffer marcadores "
"regex] | [del name|-all]"
+#, fuzzy
msgid ""
-" list: list all filters\n"
-" enable: enable filters (filters are enabled by default)\n"
-" disable: disable filters\n"
-" toggle: toggle filters\n"
-" name: filter name\n"
-" add: add a filter\n"
-" del: delete a filter\n"
-" -all: delete all filters\n"
-"plugin.buffer: plugin and buffer where filter is active (\"*\" for all "
-"buffers)\n"
-" tags: comma separated list of tags, for example: \"irc_join,"
-"irc_part,irc_quit\"\n"
-" regex: regular expression to search in line\n"
-" - use '\\t' to separate prefix from message, special chars "
-"like '|' must be escaped: '\\|'\n"
-" - if regex starts with '!', then matching result is reversed "
-"(use '\\!' to start with '!')\n"
-" note: two regex are created: one for prefix and one for "
+" list: list all filters\n"
+" enable: enable filters (filters are enabled by default)\n"
+"disable: disable filters\n"
+" toggle: toggle filters\n"
+" name: filter name\n"
+" add: add a filter\n"
+" del: delete a filter\n"
+" -all: delete all filters\n"
+" buffer: comma separated list of buffers where filter is active:\n"
+" - this is full name including plugin (example: \"irc.freenode."
+"#weechat\")\n"
+" - \"*\" means all buffers\n"
+" - a name starting with '!' is excluded\n"
+" - name can start or end with '*' to match many buffers\n"
+" tags: comma separated list of tags, for example: \"irc_join,irc_part,"
+"irc_quit\"\n"
+" regex: regular expression to search in line\n"
+" - use '\\t' to separate prefix from message, special chars like '|' "
+"must be escaped: '\\|'\n"
+" - if regex starts with '!', then matching result is reversed (use "
+"'\\!' to start with '!')\n"
+" - two regular expressions are created: one for prefix and one for "
"message\n"
"\n"
"The default key alt+'=' toggles filtering on/off.\n"
@@ -1134,8 +1139,11 @@ msgid ""
"irc_smart_filter, away_info.\n"
"\n"
"Examples:\n"
-" use IRC smart filter for join/part/quit messages:\n"
+" use IRC smart filter on all buffers:\n"
" /filter add irc_smart * irc_smart_filter *\n"
+" use IRC smart filter on all buffers except those with \"#weechat\" in "
+"name:\n"
+" /filter add irc_smart *,!*#weechat* irc_smart_filter *\n"
" filter all IRC join/part/quit messages:\n"
" /filter add joinquit * irc_join,irc_part,irc_quit *\n"
" filter nicks displayed when joining channels or with /names:\n"
@@ -1565,8 +1573,7 @@ msgstr "[opção [valor]]"
#, fuzzy
msgid ""
-"option: name of an option (can start or end with \"*\" to list many "
-"options)\n"
+"option: name of an option (can start or end with '*' to list many options)\n"
" value: new value for option\n"
"\n"
"New value can be, according to variable type:\n"