From 899771dc79ad6cf1beffd4c867539a84b53a330d Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Thu, 11 Mar 2010 05:10:16 -0500
Subject: [PATCH] Merged all language files.

---
 interface/web/sites/lib/lang/ja_database_list.lng |   13 ++++++-------
 1 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/interface/web/sites/lib/lang/ja_database_list.lng b/interface/web/sites/lib/lang/ja_database_list.lng
index cdc1259..50ed81a 100644
--- a/interface/web/sites/lib/lang/ja_database_list.lng
+++ b/interface/web/sites/lib/lang/ja_database_list.lng
@@ -1,9 +1,8 @@
 <?php
-$wb["list_head_txt"] = 'データベース';
-$wb["active_txt"] = '有効';
-$wb["remote_access_txt"] = 'リモートアドレス';
-$wb["server_id_txt"] = 'サーバー';
-$wb["database_name_txt"] = 'データベース名';
-$wb["add_new_record_txt"] = 'データベースを追加する';
+$wb['list_head_txt'] = 'データベース';
+$wb['active_txt'] = '有効';
+$wb['remote_access_txt'] = 'リモートアドレス';
+$wb['server_id_txt'] = 'サーバー';
+$wb['database_name_txt'] = 'データベース名';
+$wb['add_new_record_txt'] = 'データベースを追加する';
 ?>
-

--
Gitblit v1.9.1