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/se | |
| 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/se')
| -rw-r--r-- | roundcubemail/program/localization/se/labels.inc | 1 | ||||
| -rw-r--r-- | roundcubemail/program/localization/se/messages.inc | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/roundcubemail/program/localization/se/labels.inc b/roundcubemail/program/localization/se/labels.inc index 13930bb3f..7e06e459a 100644 --- a/roundcubemail/program/localization/se/labels.inc +++ b/roundcubemail/program/localization/se/labels.inc @@ -91,6 +91,7 @@ $labels['today'] = 'Idag'; // toolbar buttons $labels['writenewmessage'] = 'Skapa nytt meddelande'; $labels['replytomessage'] = 'Svar på meddelande'; +$labels['replytoallmessage'] = 'Svara alla'; $labels['forwardmessage'] = 'Skicka vidare meddelande'; $labels['deletemessage'] = 'Flytta till papperskorgen'; $labels['printmessage'] = 'Skriv ut'; diff --git a/roundcubemail/program/localization/se/messages.inc b/roundcubemail/program/localization/se/messages.inc index 7ec1e9861..a5f9f73be 100644 --- a/roundcubemail/program/localization/se/messages.inc +++ b/roundcubemail/program/localization/se/messages.inc @@ -32,6 +32,8 @@ $messages['loggedout'] = 'Du har avslutat sessionen. Hej då!'; $messages['mailboxempty'] = 'Mappen är tom'; +$messages['loading'] = 'Laddar....'; + $messages['loadingdata'] = 'Laddar data...'; $messages['messagesent'] = 'Meddelande skickades'; |
