From 607ba852fb70bfbeeb7b97932bd8ead770f7d6f9 Mon Sep 17 00:00:00 2001 From: User yamaguti Date: Fri, 1 Feb 2008 08:57:41 +0000 Subject: [PATCH] lowered "Pgpool"'s first 'P' in English documents & messages --- doc/en/config.html | 6 +++--- doc/en/install.html | 6 +++--- install/lang/en.lang.php | 8 ++++---- status.php | 24 ++++++++++++------------ templates/help/en/config.tpl | 6 +++--- 5 files changed, 25 insertions(+), 25 deletions(-) diff --git a/doc/en/config.html b/doc/en/config.html index 27ae4fc..31a4f95 100644 --- a/doc/en/config.html +++ b/doc/en/config.html @@ -58,15 +58,15 @@ When starting pgpool, the query cache is cleared. Don't run in daemon mode(-n) - Pgpool can be run in non-daemon mode. For display of pgpool log in this pool, it is necessary to turn on this item. + pgpool can be run in non-daemon mode. For display of pgpool log in this pool, it is necessary to turn on this item. Debug mode(-d) - Pgpool can be run in debug mode. When the debugging log is necessary, it turns it on. + pgpool can be run in debug mode. When the debugging log is necessary, it turns it on. Stop mode(-d) - All the processes of pgpool are stopped. The pgpool stop option is displayed, when "Pgpool Stop" is pushed. There are stop mode for pgpool as follows. + All the processes of pgpool are stopped. The pgpool stop option is displayed, when "pgpool Stop" is pushed. There are stop mode for pgpool as follows.
-

Installing Pgpool Administration Tool

+

Installing pgpool Administration Tool

Preface

Please confirm pgpool normally can be installed, and operates before starting the installation of the pgpool management tool.

The following software is at least installed in the server that operates pgpool when the pgpool management tool is installed, and it should be normally operating. @@ -58,7 +58,7 @@ It explains on the assumption of being set it here as follows. /var/www/html/admin-tool - + /usr/local/bin/pgpool diff --git a/install/lang/en.lang.php b/install/lang/en.lang.php index 2eb535f..8ed5130 100644 --- a/install/lang/en.lang.php +++ b/install/lang/en.lang.php @@ -35,8 +35,8 @@ $message = array( 'strPasswordFile' => 'pcp.conf File', 'strPgmgtFile' => 'pgpoolAdmin Setting File', 'strTempDir' => 'Template Directory', - 'strPgpoolCommand' => 'Pgpool Command', - 'strPgpoolCommandOption' => 'Pgpool Command Option', + 'strPgpoolCommand' => 'pgpool Command', + 'strPgpoolCommandOption' => 'pgpool Command Option', 'strCmdC' => 'Clears query cache', 'strCmdD' => 'debug mode', 'strCmdM' => 'stop mode', @@ -44,12 +44,12 @@ $message = array( 'strCmdPgpoolFile' => 'pgpool.conf', 'strCmdPcpFile' => 'pcp.conf', 'strCmdDesc' => 'If it is a blank, this option is ignored.', - 'strPgpoolLogFile' => 'Pgpool Logfile', + 'strPgpoolLogFile' => 'pgpool Logfile', 'strPcpDir' => 'PCP directory', 'strPcpTimeout' => 'PCP Timeout', 'strPcpHostName' => 'PCP Hostname', 'strPcpRefreshTime' => 'Refresh Time', - 'msgCongratulations' => 'Congratulations. Pgpool Administration Tool was installed!', + 'msgCongratulations' => 'Congratulations. pgpool Administration Tool was installed!', 'msgDeleteInstallDir' => ' : Please remove this directory', 'msgToTop' => 'top' ); diff --git a/status.php b/status.php index f741d09..0b1d6f2 100644 --- a/status.php +++ b/status.php @@ -77,7 +77,7 @@ switch ($action) { } $ret = execPcp('PCP_START_PGPOOL', $args); if(!array_key_exists('SUCCESS', $ret)) { - $tpl->assign('pgpoolStatus', 'Pgpool start failed.'); + $tpl->assign('pgpoolStatus', 'pgpool start failed.'); $tpl->assign('pgpoolMessage', $ret); } else { for($i=0; $i<10; $i++) { @@ -88,9 +88,9 @@ switch ($action) { } } if(DoesPgpoolPidExist()) { - $tpl->assign('pgpoolStatus', 'Pgpool start succeed'); + $tpl->assign('pgpoolStatus', 'pgpool start succeed'); } else { - $tpl->assign('pgpoolStatus', 'Pgpool start failed. Pgpool.pid not found'); + $tpl->assign('pgpoolStatus', 'pgpool start failed. pgpool.pid not found'); } $tpl->assign('pgpoolMessage', $ret['SUCCESS']); } @@ -115,9 +115,9 @@ switch ($action) { } } if(DoesPgpoolPidExist()) { - $tpl->assign('pgpoolStatus', 'Pgpool stop failed. pgpool.pid exists.'); + $tpl->assign('pgpoolStatus', 'pgpool stop failed. pgpool.pid exists.'); } else { - $tpl->assign('pgpoolStatus', 'Pgpool stop succeed'); + $tpl->assign('pgpoolStatus', 'pgpool stop succeed'); } } @@ -125,7 +125,7 @@ switch ($action) { case 'restart': /** - * Stop Pgpool + * Stop pgpool */ $m = $_POST['restart_mode']; @@ -146,12 +146,12 @@ switch ($action) { } if(DoesPgpoolPidExist() ) { - $tpl->assign('pgpoolStatus', 'pgpool restart failed. Pgpool.pid exists.'); + $tpl->assign('pgpoolStatus', 'pgpool restart failed. pgpool.pid exists.'); break; } /** - * Start Pgpool + * Start pgpool */ $args = ' '; @@ -173,19 +173,19 @@ switch ($action) { $ret = execPcp('PCP_START_PGPOOL', $args); if(!array_key_exists('SUCCESS', $ret)) { - $tpl->assign('pgpoolStatus', 'Pgpool restart failed.'); + $tpl->assign('pgpoolStatus', 'pgpool restart failed.'); $tpl->assign('pgpoolMessage', $ret); } else { for($i=0; $i<10; $i++) { if(DoesPgpoolPidExist()) { - $tpl->assign('pgpoolStatus', 'Pgpool restart succeed'); + $tpl->assign('pgpoolStatus', 'pgpool restart succeed'); break; } else { sleep(1); } } if(!DoesPgpoolPidExist()) { - $tpl->assign('pgpoolStatus', 'Pgpool restart failed. Pgpool.pid not found'); + $tpl->assign('pgpoolStatus', 'pgpool restart failed. pgpool.pid not found'); } $tpl->assign('pgpoolMessage', $ret['SUCCESS']); } @@ -196,7 +196,7 @@ switch ($action) { /** - * Start Pgpool + * Start pgpool */ $args = ' '; diff --git a/templates/help/en/config.tpl b/templates/help/en/config.tpl index 4a92dcc..cc7cfcb 100644 --- a/templates/help/en/config.tpl +++ b/templates/help/en/config.tpl @@ -40,14 +40,14 @@ When starting pgpool, the query cache is cleared. {$message.strCmdN|escape}(-n) - Pgpool can be run in non-daemon mode. For display of pgpool log in this pool, it is necessary to turn on this item. + pgpool can be run in non-daemon mode. For display of pgpool log in this pool, it is necessary to turn on this item. {$message.strCmdD|escape}(-d) - Pgpool can be run in debug mode. When the debugging log is necessary, it turns it on. + pgpool can be run in debug mode. When the debugging log is necessary, it turns it on. {$message.strCmdM|escape}(-d) - All the processes of pgpool are stopped. The pgpool stop option is displayed, when "Pgpool Stop" is pushed. There are stop mode for pgpool as follows. + All the processes of pgpool are stopped. The pgpool stop option is displayed, when "pgpool Stop" is pushed. There are stop mode for pgpool as follows.