From f9c7f3f99c5468f6c55ebc707e9e8987e5e88e01 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Tue, 28 Jun 2011 10:07:42 -0400
Subject: [PATCH] - Added function to create random passwords in auth library. - Fixed {RECORDID} placeholder in SQL datasource strings.

---
 interface/web/admin/lib/lang/ja_server_ip.lng |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/interface/web/admin/lib/lang/ja_server_ip.lng b/interface/web/admin/lib/lang/ja_server_ip.lng
index 4adc9a1..db52f24 100644
--- a/interface/web/admin/lib/lang/ja_server_ip.lng
+++ b/interface/web/admin/lib/lang/ja_server_ip.lng
@@ -1,8 +1,7 @@
 <?php
-$wb["server_id_txt"] = 'サーバー';
-$wb["ip_address_txt"] = 'IPアドレス';
-$wb["virtualhost_txt"] = 'HTTP の NameVirtualHost を使う';
-$wb["ip_error_wrong"] = 'IPアドレスが不正です。';
-$wb["ip_error_unique"] = '既に登録済みのIPアドレスです。別の値に変更してください。';
+$wb['server_id_txt'] = 'サーバー';
+$wb['ip_address_txt'] = 'IPアドレス';
+$wb['virtualhost_txt'] = 'HTTP の NameVirtualHost を使う';
+$wb['ip_error_wrong'] = 'IPアドレスが不正です。';
+$wb['ip_error_unique'] = '既に登録済みのIPアドレスです。別の値に変更してください。';
 ?>
-

--
Gitblit v1.9.1