From bfcdef6bc91753cb2044e3626f522b5b1aec129f Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Wed, 14 Nov 2012 05:34:56 -0500 Subject: [PATCH] Merged revisions 3596-3670 from 3.0.5 stable branch. --- interface/web/mailuser/lib/lang/ja_index.lng | 22 +++++++++++----------- 1 files changed, 11 insertions(+), 11 deletions(-) diff --git a/interface/web/mailuser/lib/lang/ja_index.lng b/interface/web/mailuser/lib/lang/ja_index.lng index 35c6aae..29fe9ea 100644 --- a/interface/web/mailuser/lib/lang/ja_index.lng +++ b/interface/web/mailuser/lib/lang/ja_index.lng @@ -1,12 +1,12 @@ <?php -$wb["page_head_txt"] = 'Mailbox settings'; -$wb["page_desc_txt"] = 'Here you can edit the settings for the email account.'; -$wb["email_txt"] = 'Email address'; -$wb["login_txt"] = 'Login'; -$wb["server_address_txt"] = 'Mailserver address'; -$wb["cc_txt"] = 'Send copy to (CC)'; -$wb["quota_txt"] = 'Mailbox size'; -$wb["unlimited_txt"] = 'Unlimited'; -$wb["mb_txt"] = 'MB'; -$wb["none_txt"] = 'None'; -?> \ No newline at end of file +$wb['page_head_txt'] = 'Mailbox settings'; +$wb['page_desc_txt'] = 'Here you can edit the settings for the email account.'; +$wb['email_txt'] = 'Email address'; +$wb['login_txt'] = 'Login'; +$wb['server_address_txt'] = 'Mailserver address'; +$wb['cc_txt'] = 'Send copy to (CC)'; +$wb['quota_txt'] = 'Mailbox size'; +$wb['unlimited_txt'] = 'Unlimited'; +$wb['mb_txt'] = 'MB'; +$wb['none_txt'] = 'None'; +?> -- Gitblit v1.9.1