From 9539ceb4aed94566529d952392c26aef3dfc92fd Mon Sep 17 00:00:00 2001
From: filip <filip@ispconfig3>
Date: Fri, 08 Oct 2010 06:36:21 -0400
Subject: [PATCH] Add translations of values in select boxes (first, in customer modules) Updated english languages files Updated czech languages files

---
 interface/web/mail/list/mail_whitelist.list.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/interface/web/mail/list/mail_whitelist.list.php b/interface/web/mail/list/mail_whitelist.list.php
index 958a3e9..718adb6 100644
--- a/interface/web/mail/list/mail_whitelist.list.php
+++ b/interface/web/mail/list/mail_whitelist.list.php
@@ -88,7 +88,7 @@
 							'prefix'	=> "",
 							'suffix'	=> "",
 							'width'		=> "",
-							'value'		=> array('recipient' => 'Recipient', 'sender' => 'Sender', 'client' => 'Client'));
+							'value'		=> array('recipient' => 'recipient_txt', 'sender' => 'sender_txt', 'client' => 'client_txt'));
 
 
-?>
\ No newline at end of file
+?>

--
Gitblit v1.9.1