diff options
| author | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2005-11-08 20:18:56 +0000 |
|---|---|---|
| committer | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2005-11-08 20:18:56 +0000 |
| commit | 3477c5a63a6565323b84d92a4b7afe424f551380 (patch) | |
| tree | d8b4cbbc97dcd593f027880a33f003ab8d9a9cb2 /roundcubemail/program/localization/pt | |
| parent | 0a908241724356311419e8823440cae744a4ba6a (diff) | |
Added reply-to-all function (submitted by Julien Brette)
git-svn-id: https://svn.roundcube.net/trunk@81 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/localization/pt')
| -rw-r--r-- | roundcubemail/program/localization/pt/labels.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roundcubemail/program/localization/pt/labels.inc b/roundcubemail/program/localization/pt/labels.inc index 30710ba39..6ca4dfa01 100644 --- a/roundcubemail/program/localization/pt/labels.inc +++ b/roundcubemail/program/localization/pt/labels.inc @@ -91,6 +91,7 @@ $labels['today'] = 'Hoje'; // toolbar buttons $labels['writenewmessage'] = 'Criar nova mensagem'; $labels['replytomessage'] = 'Responder a mensagem'; +$labels['replytoallmessage'] = 'Responder a todos'; $labels['forwardmessage'] = 'Reencaminhar a mensagem'; $labels['deletemessage'] = 'Mover a mensagem para a reciclagem'; $labels['printmessage'] = 'Imprimir esta mensagem'; |
