From 6204390af16bcf50f82da61a1aefc2ad0c0adf94 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Mon, 01 May 2006 10:47:27 -0400
Subject: [PATCH] Applied patch for requesting receipts by Salvatore Ansani

---
 program/localization/se/labels.inc |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/program/localization/se/labels.inc b/program/localization/se/labels.inc
index acd0081..145a5d5 100644
--- a/program/localization/se/labels.inc
+++ b/program/localization/se/labels.inc
@@ -1,4 +1,4 @@
-<?php
+<?php
 
 /*
  +-----------------------------------------------------------------------+
@@ -19,6 +19,7 @@
 $labels = array();
 
 // login page
+$labels['welcome']   = 'Welcome to Roundcube|Mail';
 $labels['username']  = 'Användarnamn';
 $labels['password']  = 'Lösenord';
 $labels['server']    = 'Server';
@@ -106,7 +107,7 @@
 $labels['unread'] = 'Oläst';
 
 $labels['compact'] = 'Packa';
-$labels['empty'] = 'Tom';
+$labels['empty'] = 'Töm';
 $labels['purge'] = 'Rensa';
 
 $labels['quota'] = 'Diskutrymme';

--
Gitblit v1.9.1