From 897af06af9522ded99b1e0f46730299e89856ffe Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Mon, 11 Jun 2012 05:00:57 -0400 Subject: [PATCH] Updated version number to 3.0.4.6 --- interface/web/mail/lib/lang/en_mail_domain_catchall_list.lng | 22 ++++++++-------------- 1 files changed, 8 insertions(+), 14 deletions(-) diff --git a/interface/web/mail/lib/lang/en_mail_domain_catchall_list.lng b/interface/web/mail/lib/lang/en_mail_domain_catchall_list.lng index 9b70c87..386737f 100644 --- a/interface/web/mail/lib/lang/en_mail_domain_catchall_list.lng +++ b/interface/web/mail/lib/lang/en_mail_domain_catchall_list.lng @@ -1,15 +1,9 @@ -<?php -$wb["list_head_txt"] = 'Email Catchall'; -$wb["active_txt"] = 'Active'; -$wb["source_txt"] = 'source'; -$wb["destination_txt"] = 'Destination email address'; -$wb["page_txt"] = 'Page'; -$wb["page_of_txt"] = 'of'; -$wb["page_next_txt"] = 'Next'; -$wb["page_back_txt"] = 'Back'; -$wb["delete_txt"] = 'Delete'; -$wb["filter_txt"] = 'Filter'; -$wb["server_id_txt"] = 'Server'; -$wb["domain_txt"] = 'Domain'; -$wb["add_new_record_txt"] = 'Add new Catchall'; +<?php +$wb["list_head_txt"] = 'Email Catchall'; +$wb["active_txt"] = 'Active'; +$wb["source_txt"] = 'source'; +$wb["destination_txt"] = 'Destination email address'; +$wb["server_id_txt"] = 'Server'; +$wb["domain_txt"] = 'Domain'; +$wb["add_new_record_txt"] = 'Add new Catchall'; ?> \ No newline at end of file -- Gitblit v1.9.1