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/ca | |
| 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/ca')
| -rw-r--r-- | roundcubemail/program/localization/ca/labels.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roundcubemail/program/localization/ca/labels.inc b/roundcubemail/program/localization/ca/labels.inc index f6b287769..b4e7aa037 100644 --- a/roundcubemail/program/localization/ca/labels.inc +++ b/roundcubemail/program/localization/ca/labels.inc @@ -91,6 +91,7 @@ $labels['today'] = 'Avui'; // toolbar buttons $labels['writenewmessage'] = 'Crear nou missatge'; $labels['replytomessage'] = 'Respondre el missatge'; +$labels['replytoallmessage'] = 'Respondre a tots'; $labels['forwardmessage'] = 'Reenviar el missatge'; $labels['deletemessage'] = 'Moure el missatge a la paperera'; $labels['printmessage'] = 'Imprimir aquest missatge'; |
