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/el/labels.inc |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/program/localization/el/labels.inc b/program/localization/el/labels.inc
index 929ce11..1641e3e 100755
--- a/program/localization/el/labels.inc
+++ b/program/localization/el/labels.inc
@@ -18,11 +18,10 @@
 
 */
 
-$utf8_decoding = TRUE;
-
 $labels = array();
 
 // login page
+$labels['welcome']   = 'Welcome to Roundcube|Mail';
 $labels['username']  = 'Όνομα χρήστη';
 $labels['password']  = 'Κωδικός πρόσβασης';
 $labels['server']    = 'Διακομιστής';

--
Gitblit v1.9.1