diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2020-05-16 13:40:08 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2020-05-16 13:40:08 +0200 |
commit | dba94f0c5d8bb862087e5c84ead187751e17ac1b (patch) | |
tree | db190b1346f06823ccd37cee7f6e876fda7ad340 /po/pt.po | |
parent | d2f49755c75ef0790d6de19ba0dc3c618b8b8e55 (diff) | |
download | weechat-dba94f0c5d8bb862087e5c84ead187751e17ac1b.zip |
core: add color in /buffer output for notification level, update translations (issue #1505)
Diffstat (limited to 'po/pt.po')
-rw-r--r-- | po/pt.po | 18 |
1 files changed, 11 insertions, 7 deletions
@@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2020-05-05 20:43+0200\n" +"POT-Creation-Date: 2020-05-16 13:39+0200\n" "PO-Revision-Date: 2020-04-28 16:40+0200\n" "Last-Translator: Vasco Almeida <vascomalmeida@sapo.pt>\n" "Language-Team: Portuguese <>\n" @@ -411,8 +411,8 @@ msgstr "" msgid "Buffers list:" msgstr "Lista de buffers:" -#, c-format -msgid " %s[%s%d%s]%s %s%s.%s%s%s (notify: %s)%s%s" +#, fuzzy, c-format +msgid " %s[%s%d%s]%s %s%s.%s%s%s (notify: %s%s%s)%s%s" msgstr " %s[%s%d%s]%s %s%s.%s%s%s (notificação: %s)%s%s" #, c-format @@ -439,6 +439,10 @@ msgstr "" msgid "%sError: WeeChat main buffer can't be closed" msgstr "%sErro: o buffer principal do WeeChat não pode ser fechado" +#, fuzzy, c-format +msgid "Notify for \"%s%s%s\": \"%s%s%s\"" +msgstr "%sO tópico de %s%s%s é \"%s%s%s\"" + #, c-format msgid "%sError: unable to set notify level \"%s\"" msgstr "%sErro: não foi possível definir o nível de notificação \"%s\"" @@ -1243,8 +1247,8 @@ msgid "" "<number>|<name> || unmerge [<number>|-all] || hide [<number>|<name>|-all " "[<number>|<name>...]] || unhide [<number>|<name>|-all [<number>|<name>...]] " "|| renumber [<number1> [<number2> [<start>]]] || close [<n1>[-<n2>]|" -"<name>...] || notify <level> || localvar [<number>|<name>] || set <property> " -"[<value>] || get <property> || <number>|-|+|<name>" +"<name>...] || notify [<level>] || localvar [<number>|<name>] || set " +"<property> [<value>] || get <property> || <number>|-|+|<name>" msgstr "" "list || clear [<número>|<nome>|-merged|-all [<número>|<nome>...]] || move " "<número>|-|+ || swap <número1>|<nome1> [<número2>|<nome2>] || cycle <número>|" @@ -1275,8 +1279,8 @@ msgid "" "renumber: renumber buffers (works only if option weechat.look." "buffer_auto_renumber is off)\n" " close: close buffer (number/range or name is optional)\n" -" notify: set notify level for current buffer: this level determines whether " -"buffer will be added to hotlist or not:\n" +" notify: display or set notify level for current buffer: this level " +"determines whether buffer will be added to hotlist or not:\n" " none: never\n" " highlight: for highlights only\n" " message: for messages from users + highlights\n" |