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/da | |
| 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/da')
| -rw-r--r-- | roundcubemail/program/localization/da/labels.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roundcubemail/program/localization/da/labels.inc b/roundcubemail/program/localization/da/labels.inc index bec439d86..4df394cbe 100644 --- a/roundcubemail/program/localization/da/labels.inc +++ b/roundcubemail/program/localization/da/labels.inc @@ -93,6 +93,7 @@ $labels['today'] = 'I dag'; // toolbar buttons $labels['writenewmessage'] = 'Opret en ny besked'; $labels['replytomessage'] = 'Svar på denne besked'; +$labels['replytoallmessage'] = 'Svar alle'; $labels['forwardmessage'] = 'Videresend denne besked'; $labels['deletemessage'] = 'Flyt beskeden til skrald'; $labels['printmessage'] = 'Udskriv denne besked'; |
