From d9bcf68e395d6156645a7974b1a992aa6e6c00aa Mon Sep 17 00:00:00 2001 From: Marius Cramer <m.cramer@pixcept.de> Date: Mon, 14 Oct 2013 08:57:25 -0400 Subject: [PATCH] Added missing empty directories from svn import --- 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