diff options
author | thomascube <thomas@roundcube.net> | 2005-11-08 20:18:56 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2005-11-08 20:18:56 +0000 |
commit | 583f1c8d80c42195d0ee41f30a885e13d777b79f (patch) | |
tree | a9069c3d540940c7d0855cd07698d786f30f3792 /program/localization/ca/labels.inc | |
parent | b595c9fcf6940ae25c1e58ef2b8d340405083906 (diff) |
Added reply-to-all function (submitted by Julien Brette)
Diffstat (limited to 'program/localization/ca/labels.inc')
-rw-r--r-- | program/localization/ca/labels.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/program/localization/ca/labels.inc b/program/localization/ca/labels.inc index f6b287769..b4e7aa037 100644 --- a/program/localization/ca/labels.inc +++ b/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'; |