From: Yoshiyuki Asaba Date: Wed, 9 Jan 2008 08:45:42 +0000 (+0000) Subject: "password file" -> "pcp.conf file" X-Git-Tag: V2_1_0_BETA1~23 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=57e5c20bb0d271075b9b55e797f0928ca8556078;p=pgpooladmin.git "password file" -> "pcp.conf file" --- diff --git a/install/lang/en.lang.php b/install/lang/en.lang.php index 62e0016..3823093 100644 --- a/install/lang/en.lang.php +++ b/install/lang/en.lang.php @@ -32,7 +32,7 @@ $message = array( 'strParameterCheck' => 'Parameter Setting', 'strFinish' => 'Finish', 'strPgConfFile' => 'pgpool.conf File', - 'strPasswordFile' => 'Password file', + 'strPasswordFile' => 'pcp.conf File', 'strPgmgtFile' => 'pgpoolAdmin Setting File', 'strTempDir' => 'Template Directory', 'strPgpoolCommand' => 'Pgpool Command', diff --git a/install/lang/ja.lang.php b/install/lang/ja.lang.php index f87660a..ea7af02 100644 --- a/install/lang/ja.lang.php +++ b/install/lang/ja.lang.php @@ -32,7 +32,7 @@ $message = array( 'strParameterCheck' => '管理ツールパラメータ設定', 'strFinish' => '完了', 'strPgConfFile' => 'pgpool.confファイル', - 'strPasswordFile' => 'パスワードファイル', + 'strPasswordFile' => 'pcp.confファイル', 'strPgmgtFile' => '管理ツール設定ファイル', 'strTempDir' => 'テンプレートディレクトリ', 'strPgpoolCommand' => 'pgpoolコマンド',