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/fi | |
parent | b595c9fcf6940ae25c1e58ef2b8d340405083906 (diff) |
Added reply-to-all function (submitted by Julien Brette)
Diffstat (limited to 'program/localization/fi')
-rw-r--r-- | program/localization/fi/labels.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/program/localization/fi/labels.inc b/program/localization/fi/labels.inc index ba610a0f5..b92ef7941 100644 --- a/program/localization/fi/labels.inc +++ b/program/localization/fi/labels.inc @@ -91,6 +91,7 @@ $labels['today'] = 'Tänään'; // toolbar buttons $labels['writenewmessage'] = 'Kirjoita uusi viesti'; $labels['replytomessage'] = 'Vastaa viestiin'; +$labels['replytoallmessage'] = 'Vastaa kaikille'; $labels['forwardmessage'] = 'Välitä viesti'; $labels['deletemessage'] = 'Siirrä viesti roskakoriin'; $labels['printmessage'] = 'Tulosta viesti'; |