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/ja_mail_domain_catchall.lng |   15 +++++++--------
 1 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/interface/web/mail/lib/lang/ja_mail_domain_catchall.lng b/interface/web/mail/lib/lang/ja_mail_domain_catchall.lng
index 6270d22..9c29cfb 100644
--- a/interface/web/mail/lib/lang/ja_mail_domain_catchall.lng
+++ b/interface/web/mail/lib/lang/ja_mail_domain_catchall.lng
@@ -1,10 +1,9 @@
 <?php
-$wb["domain_txt"] = 'ドメイン';
-$wb["destination_txt"] = '配送先';
-$wb["active_txt"] = '有効';
-$wb["domain_error_unique"] = 'このドメイン向けのキャッチオールは設定済みです。既存の設定を確認するか、ドメイン名を変更してください。';
-$wb["no_domain_perm"] = 'このドメイン向けのキャッチオールを設定する権限がありません。';
-$wb["domain_error_regex"] = 'ドメイン名が不正です。無効な文字を含んでいないか確認してください。';
-$wb["limit_mailcatchall_txt"] = 'キャッチオールアカウントが最大数に達したため、これ以上追加できません。';
+$wb['domain_txt'] = 'ドメイン';
+$wb['destination_txt'] = '配送先';
+$wb['active_txt'] = '有効';
+$wb['domain_error_unique'] = 'このドメイン向けのキャッチオールは設定済みです。既存の設定を確認するか、ドメイン名を変更してください。';
+$wb['no_domain_perm'] = 'このドメイン向けのキャッチオールを設定する権限がありません。';
+$wb['domain_error_regex'] = 'ドメイン名が不正です。無効な文字を含んでいないか確認してください。';
+$wb['limit_mailcatchall_txt'] = 'キャッチオールアカウントが最大数に達したため、これ以上追加できません。';
 ?>
-

--
Gitblit v1.9.1