* @copyright 2003-2020 PgPool Global Development Group * @version CVS: $Id$ */ $message = array( 'lang' => 'en', 'strLang' => 'English', 'descAllow_clear_text_frontend_auth' => 'If on, allow the Pgpool-II to use clear-text-password authentication with frontend clients', 'descAllow_multiple_failover_requests_from_node' => 'If on, a single Pgpool-II node can cast multiple votes for the failover', 'descAllow_sql_comments' => 'If on, ignore SQL comments when judging if load balance or query cache is possible', 'descApp_name_redirect_preference_list' => '"application name:node id" pairs to specify the node id when the application is used', 'descArping_path' => 'The path of a command to send an ARP request after the virtual IP is switched', 'descArping_cmd' => 'The ommand to send an ARP request after the virtual IP is switched', 'descAuthentication_timeout' => 'Timeout in seconds to complete client authentication', 'descAuto_failback' => 'Reattach dettached backend node automatically if replication_state is \'streaming\'', 'descAuto_failback_interval' => 'Interval of executing auto_failback in seconds', 'descBackend_flag' => 'Allow failover and detach or not', 'descBackend_application_name' => 'walsender\'s application_name, used for "show pool_nodes" command', 'descBackend_clustering_mode' => 'The method to sync PostgreSQL servers', 'descBackend_hostname' => 'The real PostgreSQL server name pgpool could connect', 'descBackend_port' => 'The port number where real PostgreSQL server is running on', 'descBackend_socket_dir' => 'The socket directory PostgreSQL could connect', 'descBackend_weight' => 'Load balance weight when pgpool is running in the state of load balance mode', 'descBackend_data_directory' => 'PostgreSQL database directory', 'descBlack_function_list' => 'Comma separated functions which write to database', 'descBlack_memqcache_table_list' => 'Comma separated list of table names not to be cached', 'descBlack_query_pattern_list' => 'Semicolon separated list of SQL patterns not to be load balanced', 'descCache_safe_memqcache_table_list' => 'Comma separated list of table names to be cached', 'descCache_unsafe_memqcache_table_list' => 'Comma separated list of table names not to be cached', 'descCheck_temp_table' => 'If on, enable temporary table check in SELECT statements', 'descCheck_unlogged_table' => 'If on, enable unlogged table check in SELECT statements.', 'descChild_life_time' => 'Life of an idle child process in seconds', 'descChild_max_connections' => 'If child_max_connections connections were received, child exits', 'descClear_memqcache_on_escalation' => 'If on, watchdog clears all the query cache in the shared memory when pgpool-II escaltes to active', 'descClient_idle_limit' => 'Timeout in seconds while waiting for a query from a client', 'descClient_idle_limit_in_recovery' => 'Timeout in seconds while waiting for a query '. 'from a client in on line recovery', 'descClient_min_messages' => 'Which minimum message levels are sent to the client', 'descConnection_cache' => 'If true, cache connections to PostgreSQL', 'descConnection_life_time' => 'Life time for each idle connection in seconds', 'descConnect_timeout' => 'Timeout value in milliseconds before giving up connecting to backend using connect() system call', 'descDatabase_redirect_preference_list' => '"database name:node id" pairs to specify the node id when connecting to the database', 'descDebug_level' => 'Debug message verbosity level', 'descDelay_threshold' => 'If the standby server delays more than delay_threshold, '. 'any query goes to the primary only', 'descDelegate_IP' => 'The virtual IP address (VIP) of pgpool-II ', 'descDetach_false_primary' => 'If on, detach false primary node', 'descDisable_load_balance_on_write' => 'Specify load balance behavior when write query is issued', 'descDml_adaptive_object_relationship_list' => 'The list of dependent object names', 'descEnable_consensus_with_half_votes' => 'Apply majority rule for consensus and quorum computation at 50% of votes ' . 'in a cluster with even number of nodes', 'descEnable_pool_hba' => 'Use host-based authentication', 'descEnable_query_cache' => 'Perform query cache', 'descEnable_shared_relcache' => 'If on, relation cache stored in memory cache, the cache is shared among child process', 'descFailover_command' => 'Command to execute when detaching a node', 'descFailback_command' => 'Command to execute when attaching a node', 'descFailover_if_affected_tuples_mismatch' => 'Fail over due to disagreement with the number of affected tuples '. 'in UPDATE/DELETE', 'descFailover_require_consensus' => 'If on, Pgpool-II will perform the degenerate/failover on a backend node if the watchdog quorum exists', 'descFailover_when_quorum_exists' => 'If on, Pgpool-II will perform the degenerate/failover on backend node if the quorum exists', 'descFail_over_on_backend_error' => 'Fail over when socket communication error to backend occurs', 'descFailover_on_backend_error' => 'Fail over when socket communication error to backend occurs', 'descFollow_master_command' => 'Command to run only after a master failover', 'descFollow_primary_command' => 'Command to run only after a primary failover', 'descHeartbeat_destination' => 'The destination of heartbeat signals. Specify by hostname or IP address.', 'descHeartbeat_destination_port' => 'The port number of the destination of heartbeat signals.', 'descHeartbeat_device' => 'The network device name for sending heartbeat signals', 'descHeartbeat_hostname' => 'The destination of heartbeat signals. Specify by hostname or IP address.', 'descHeartbeat_port' => 'The port number of the destination of heartbeat signals.', 'descHealth_check_database' => 'The database name to perform health check', 'descHealth_check_period' => 'Specifies the interval for next health checking. 0 means no health checking, '. '-1 means no wait', 'descHealth_check_timeout' => 'Pgpool does "health check" periodically to detect PostgreSQL servers down, '. 'network communication problems or as such', 'descHealth_check_user' => 'PostgreSQL user name for the health checking', 'descHealth_check_password' => 'PostgreSQL password of the user to perform health checking', 'descHealth_check_max_retries' => 'The maximum number of times to retry a failed health check before'. ' giving up and initiating failover', 'descHealth_check_retry_delay' => 'The amount of time (in seconds) to sleep between failed health check retries', 'descHostname' => 'The hostname or IP address of watchdog node', 'descIfconfig_path' => 'The path of a command to switch the IP address', 'descIf_cmd_path' => 'The path of a command to switch the IP address', 'descIf_down_cmd' => 'The command to bring down the virtual IP', 'descIf_up_cmd' => 'The command to bring up the virtual IP', 'descIgnore_leading_white_space' => 'If true, ignore leading white spaces of each query while pgpool judges '. 'if the query is a SELECT so that it can be load balanced', 'descInsert_lock' => ' If you replicate a table having SERIAL data type column, '. 'sometimes the serial value does not match between servers', 'descListen_addresses' => 'Specifies the addresses to listen on for TCP/IP connections', 'descListen_backlog_multiplier' => 'The number of preforked pgpool-II server processes', 'descLoad_balance_mode' => 'Perform load balancing for SELECT', 'descLobj_lock_table' => 'Specifies table name lock used when rewriting lo_create in replication mode', 'descLogdir' => 'The directory name to store pgpool_status file', 'descLogging_collector' => 'Capture log mesages sent to stderr and redirect into log file', 'descLog_client_messages' => 'If true, print client messages to the log', 'descLog_connections' => 'If true, incoming connections will be printed to the log', 'descLog_destination' => 'Where to log', 'descLog_directory' => 'The directory name to store pgpool\'s log files', 'descLog_error_verbosity' => 'The amount of detail emitted for each message that is logged', 'descLog_filename' => 'The names of log files', 'descLog_file_mode' => 'The permissions for log files', 'descLog_line_prefix' => 'printf-style string that is output at the beginning of each log line', 'descLog_min_messages' => 'Which minimum message levels are emitted to log', 'descLog_per_node_statement' => 'If true, print all statements to the log per DB node', 'descLog_rotation_age' => 'The maximum amount of time (min) to use an individual log file', 'descLog_rotation_size' => 'The maximum amount of size (kB) to use an individual log file', 'descLog_standby_delay' => 'Frequency to log the standby delay', 'descLog_hostname' => 'If true, client\'s hostname will be shown in ps status and in a connection log '. 'if log_connections is true', 'descLog_statement' => 'If true, print all statements to the log', 'descLog_truncate_on_rotation' => 'Pgpool-II truncate (overwrite), rather than append to, any existing log file of the same name', 'descMaster_slave_mode' => 'Run in master/slave mode', 'descMaster_slave_sub_mode' => 'The way to replicare in Master/slave mode', 'descMax_pool' => 'Number of connection pools each pgpool server process are keeping', 'descMemory_cache_enabled' => 'Perform on memory query cache', 'descMemqcache_method' => 'Cache store method', 'descMemqcache_memcached_host' => 'Memcached host name', 'descMemqcache_memcached_port' => 'Memcached port number', 'descMemqcache_total_size' => 'Total memory size in bytes for storing memory cache', 'descMemqcache_max_num_cache' => 'Total number of cache entries', 'descMemqcache_expire' => 'Memory cache entry life time specified in seconds. 0 means infinite life time', 'descMemqcache_auto_cache_invalidation' => 'If true, invalidation of query cache is triggered'. ' by corresponding DDL/DML/DCL', 'descMemqcache_maxcache' => 'Maximum SELECT result size in bytes', 'descMemqcache_cache_block_size' => 'Cache block size in bytes', 'descMemqcache_oiddir' => 'Temporary work directory to record table OIDs', 'descNum_init_children' => 'Number of pgpool processes initially forked', 'descOther_pgpool_hostname' => 'The hostname pgpool-II server to be monitored', 'descOther_pgpool_port' => 'The port number for pgpool on pgpool-II server to be monitored', 'descOther_wd_port' => 'The port number for watchdog on pgpool-II server to be monitored', 'descParallel_mode' => 'Run in parallel mode', 'descPid_file_name' => 'The pid file name', 'descPing_path' => 'The path of ping command for monitoring connection to the upper servers', 'descPcp_port' => 'The port number where pcp is running on', 'descPcp_socket_dir' => 'The socket directory pcp could connect', 'descPcp_timeout' => 'When there is no response in this time from client, it disconnects and stop', 'descPcp_listen_addresses' => 'the hostname or IP address, on which pcp process will accept TCP/IP connections.', 'descPgpool2_hostname' => 'Pgpool2 server name where running on', 'descPgpool_port' => 'The port number where pgpool is running on', 'descPool_passwd' => 'File name of pool_passwd for md5 authentication', 'descPort' => 'The port number where pgpool is running on', 'descPrimary_routing_query_pattern_list' => 'Semicolon separated list of SQL patterns not to be load balanced', 'descPrint_timestamp' => 'If true, timestamp is added to each log line', 'descRead_only_function_list' => 'Comma separated functions those do not write to Database', 'descRecovery_user' => 'PostgreSQL user name for online recovery', 'descRecovery_password' => 'PostgreSQL user password for online recovery', 'descRecovery_1st_stage_command' => 'Recovery command to be excuted on the first stage', 'descRecovery_2nd_stage_command' => 'Recovery command to be excuted on the second stage', 'descRecovery_timeout' => 'Number of seconds to wait for online recovery to complete. 0 means no wait', 'descRelcache_expire' => 'Life time of relation cache in seconds', 'descRelcache_query_target' => 'Target node to send relcache queries', 'descRelcache_size' => 'Size of relation cache in bytes', 'descReplication_mode' => 'Set this to true if you are going to use replication functionality', 'descReplication_stop_on_mismatch' => 'Stop replication mode on data mismatch between master and secondary', 'descReplicate_select' => 'If true, replicate SELECT queries. If false, send only to master', 'descReplication_timeout' => 'In non strict replication mode, there will be a risk of deadlock. '. 'Timeout in second for monitoring the deadlock', 'descReset_query_list' => 'Semicolon separated SQL commands to be issued at the end of session', 'descReserved_connections' => 'Number of reserved connections', 'descSearch_primary_node_timeout' => 'the maximum amount of time in seconds to search'. 'for a primary node when a failover scenario occurs.', 'descSerialize_accept' => 'Whether to serialize accept() call for incoming client connections.', 'descSocket_dir' => 'The socket directory pgpool could connect', 'descSr_check_database' => 'The database to perform streaming replication delay check', 'descSr_check_period' => 'Interval between the streaming replication delay checks in seconds.', 'descSr_check_user' => 'User name to perform streaming replication check', 'descSr_check_password' => 'Password of the user to perform streaming replication check', 'descSsl' => 'The frontend connection', 'descSsl_ca_cert' => 'Path to the SSL private key file', 'descSsl_ca_cert_dir' => 'Path to the SSL public certificate file', 'descSsl_cert' => 'Path to the SSL private key file', 'descSsl_key' => 'Path to the SSL private key file', 'descSsl_crl_file' => 'Specifies the file containing the SSL server certificate revocation list (CRL).', 'descSsl_ciphers' => 'Allowed SSL ciphers', 'descSsl_prefer_server_ciphers' => 'Use server\'s SSL cipher preferences, rather than the client\'s', 'descSsl_ecdh_curve' => 'Name of the curve to use in ECDH key exchange', 'descSsl_dh_params_file' => 'Name of the file containing Diffie-Hellman parameters', 'descSsl_passphrase_command' => 'Sets an external command to be invoked when a passphrase for decrypting an SSL file such as a private key needs to be obtained.', 'descStatement_level_load_balance' => 'Enables statement level load balancing', 'descSyslog_facility' => 'Syslog local facility', 'descSyslog_ident' => 'Syslog program identification string', 'descSystem_db_dbname' => 'The database name of system database', 'descSystem_db_hostname' => 'The server name system database running on', 'descSystem_db_password' => 'The password of system database who connects system database', 'descSystem_db_port' => 'The port number system database could connect', 'descSystem_db_schema' => 'The schema name of system database', 'descSystem_db_user' => 'The username when connection system database', 'descTrusted_servers' => 'The list of trusted servers to check the up stream connections', 'descUse_watchdog' => 'Enable watchdog', 'descWd_authkey' => 'The authentication key used in watchdog communication', 'descWd_de_escalation_command' => 'Watchdog executes this command on the master pgpool-II watchdog node '. 'when that node resigns from the master node responsibilities.', 'descWd_escalation_command' => 'The command which will be executed on the new active '. 'when pgpool-II escaltes to active', 'descWd_heartbeat_deadtime' => 'If there are no heartbeat signal for the period '. 'specified by this option, watchdog regards it '. 'as failure of the remote pgpool-II.', 'descWd_heartbeat_keepalive' => 'The interval time of sending heartbeat signals in seconds', 'descWd_heartbeat_port' => 'The port number to receive heartbeat signals', 'descWd_hostname' => 'The hostname or IP address in which pgpool-II works', 'descWd_interval' => 'The interval between life checks of pgpool-II in second', 'descWd_ipc_socket_dir' => 'The directory where the UNIX domain socket '. 'accepting pgpool-II watchdog IPC connections will be created.', 'descWd_life_point' => 'The times to retry a failed life check of pgpool-II', 'descWd_lifecheck_dbname' => 'The database name connected for checking pgpool-II', 'descWd_lifecheck_method' => 'The method of life check', 'descWd_lifecheck_query' => 'Actual query to check pgpool-II', 'descWd_lifecheck_password' => 'The user name to check pgpool-II', 'descWd_lifecheck_user' => 'The password of the user to check pgpool-II', 'descWd_monitoring_interfaces_list' => 'The list of network device names whose network link state watchdog process monitors', 'descWd_port' => 'The port number on which pgpool-II works', 'descWd_priority' => 'Elevate the local watchdog node priority in the elections '. 'to select master watchdog node', 'descWhite_function_list' => 'Comma separated functions those do not write to Database', 'descWhite_memqcache_table_list' => 'Comma separated list of table names to be cached', 'descWrite_function_list' => 'Comma separated functions those write to Database', 'errAlreadyExist' => 'It already exists.', 'errFileNotExecutable' => 'File not executable', 'errFileNotFound' => 'File not found', 'errFileNotWritable' => 'File not writable', 'errIllegalHostname' => 'Illegal hostname', 'errIllegalPipe' => 'Pipe destination is invalid', 'errInputEverything' => 'Please input all items', 'errInvalidOwner' => 'Invalid owner', 'errInvalidPermission' => 'Invalid permission', 'errNoDefined' => 'No defined parameter', 'errNotSameLength' => 'The array length of col_list is not corresponding to that of type_list. '. 'It should be the same number of elements.', 'errPasswordMismatch' => 'The passwords mismatch', 'errRequired' => 'This is required', 'errShouldBeInteger' => 'This should be an integer', 'errShouldBeZeroOrMore' => 'This should be 0 or more', 'errSingleQuotation' => 'Please enclose the array element with a single quotation.', 'errWrongVersion' => 'pgpool command shows another version', 'msgAddBackend' => 'Do you really add this node as a new backend?', 'msgAddBackendNg' => 'Invalid.', 'msgDeleteConfirm' => 'Do you really want to delete it?', 'msgHasNotLoadedNode' => 'You have to reload pgpool to use the new backend node.', 'msgMasterDbConnectionError' => 'Master DB connection failed', 'msgPgpoolConfNotFound' => 'pgpool.conf not found', 'msgPleaseSetup' => 'No found configuration file. Please execute the setup.', 'msgReloadPgpool' => 'Do you really want to reload configuration files?', 'msgRestart' => 'Please restart to reflect the change', 'msgRestartPgpool' => 'Do you really want to restart pgpool?', 'msgSameAsPasswordFile' => 'The value is the same as item Password File', 'msgSameAsPgpoolFile' => 'The value is the same as item pgpool.conf File', 'msgStartPgpool' => 'Do you really start pgpool?', 'msgStopPgpool' => 'Do you really want to stop pgpool?', 'msgUpdateComplete' => 'Update complete', 'msgUpdateCompleteInfo' => 'You have to reload or restart pgpool to use new configuration.', 'msgUpdateFailed' => 'Update failed', 'msgDetachConfirm' => 'Do you really detach this node?', 'msgReturnConfirm' => 'Do you really make this node return?', 'msgRecoveryConfirm' => 'Do you really recover this node?', 'msgRemoveBackend' => 'Do you really remove this backend node?', 'msgRPromoteConfirm' => 'Do you really make this node primary?', 'strAdd' => 'Add', 'strAddBackend' => 'Add a new backend node', 'strAddBackendNow' => 'Reload pgpool right after adding', 'strAdminPassword' => 'Password', 'strBack' => 'Back', 'strBackendPid' => 'Backend Pid', 'strBackendClusteringMode' => 'Backend Clustering Mode', 'strCancel' => 'Cancel', 'strChangePassword' => 'Change Password', 'strClear' => 'Clear', 'strClearQueryCache' => 'Clear Query Cache', 'strCmdC' => 'Clears query cache', 'strCmdD' => 'Debug mode', 'strCmdDesc' => 'If it is a blank, this option is ignored.', 'strCmdLargeC' => 'Discard oid maps for on memory query cache', 'strCmdLargeD' => 'Discard pgpool_status file', 'strCmdM' => 'Stop mode', 'strCmdN' => 'Don\'t run in daemon mode', 'strCmdPcpFile' => 'pcp.conf', 'strCmdPgpoolFile' => 'pgpool.conf', 'strColList' => 'Column list', 'strColName' => 'Column name of distributed key', 'strCommon' => 'Common', 'strConnectionError' => 'Connection error', 'strConnTime' => 'Connection create time', 'strConnUsed' => 'Use of connection', 'strConnUser' => 'Username', 'strCreateTime' => 'Create time', 'strDataError' => 'Data error', 'strDateFormat' => 'M j G:i:s T Y', 'strDb' => 'Database', 'strDbName' => 'Database Name', 'strDebug' => 'Debug Mode', 'strDelete' => 'Delete', 'strDeleted' => 'lines were deleted', 'strDetail' => 'Detail', 'strDetailInfo' => 'Detail Infomation', 'strDisconnect' => 'Disconnect', 'strDistDefFunc'=> 'Distributed Function Name', 'strDown' => 'Down', 'strError' => 'Error', 'strErrorCode' => 'Error Code', 'strErrorMessage' => 'Error Message', 'strExecute' => 'Execute', 'strFeature' => 'Feature', 'strFrontendConnected' => 'Frontend Connected', 'strHealthCheck' => 'Health Check', 'strHelp' => 'Help', 'strInvalidation' => 'Invalidation', 'strIPaddress' => 'IP Address', 'strLanguage' => 'Language', 'strLoadBalanceMode' => 'Load Balance Mode', 'strLog' => 'Log', 'strLogin' => 'Login', 'strLoginName' => 'Login Name', 'strLogLatest' => 'Show the Latest', 'strLogNext' => 'Next', 'strLogout' => 'Logout', 'strLogPrev' => 'Previous', 'strLogReload' => 'Reload', 'strLogShowAll' => 'Show the All Lines', 'strLogShowLines' => 'Lines', 'strMasterServer' => 'Master Server', 'strMasterSlaveMode' => 'Master Slave Mode', 'strMeasures' => 'Measures', 'strNodeInfo' => 'Node Info.', 'strNodeStatus' => 'Node Status', 'strNodeStatus1' => 'Up. Disconnect.', 'strNodeStatus2' => 'Up. Connected.', 'strNodeStatus3' => 'Down', 'strNoNode' => 'There is no node', 'strOff' => 'Off', 'strOn' => 'On', 'strParallelMode' => 'Parallel Mode', 'strParameter' => 'Parameter', 'strPassword' => 'Password', 'strPasswordConfirmation' => 'Password Confirmation', 'strPasswordFile' => 'Password File', 'strPcpConfFile' => 'pcp.conf File', 'strPcpDir' => 'PCP Directory', 'strPcpHostName' => 'PCP Hostname', 'strPcpRefreshTime' => 'Refresh Time', 'strPgConnectTimeout' => 'PostgreSQL Connect Timeout', 'strPcpTimeout' => 'PCP Timeout', 'strPgConfFile' => 'pgpool.conf File', 'strPgConfSetting' => 'pgpool.conf Setting', 'strPgpool' => 'pgpool', 'strPgpool1' => 'pgpool-I', 'strPgpool2' => 'pgpool-II', 'strPgpoolCommand' => 'pgpool Command', 'strPgpoolCommandOption' => 'pgpool Command Option', 'strPgpoolLogFile' => 'pgpool log destination', 'strPgpoolManagementSystem' => 'pgpool-II Management System', 'strPgpoolServer' => 'pgpool-II Server', 'strPgpoolStatus' => 'pgpool Status', 'strPgpoolSummary' => 'Summary', 'strPleaseWait' => 'Please wait...', 'strPort' => 'Port', 'strPrimaryRunning' => 'Running as primary server', 'strProcId' => 'Process ID', 'strProcInfo' => 'Process Info.', 'strProcTime' => 'Process Start Time', 'strPromote' => 'Promote', 'strPromotePrimary' => 'Promote', 'strProtocolMajorVersion' => 'Protocol Major Version', 'strProtocolNinorVersion' => 'Protocol Minor Version', 'strQueryCache' => 'Query Cache', 'strQueryStr' => 'Query', 'strReloadPgpool' => 'Reload', 'strReloadPgsql' => 'Reload', 'strReplicationMode' => 'Replication Mode', 'strReset' => 'Reset', 'strRestart' => 'Restart', 'strRestartOption' => 'pgpool Restart Option', 'strRestartPgpool' => 'Restart pgpool', 'strRestartPgsql' => 'Restart', 'strRestartPgsqlOption' => 'Restart PostgreSQL Option', 'strRemoveBackend' => 'Remove', 'strReturn' => 'Return', 'strRecovery' => 'Recovery', 'strSchemaName' => 'Schema Name', 'strSearch' => 'Search', 'strSecondaryServer' => 'Secondary Server', 'strSetting' => 'pgpoolAdmin Setting', 'strSetup' => 'Setup', 'strSlonyMode' => 'Slony-I Mode', 'strStandbyRunning' => 'Running as standby server', 'strStartOption' => 'Start Option', 'strStartPgpool' => 'Start pgpool', 'strStartPgsql' => 'Start', 'strStatus' => 'Status', 'strStopOption' => 'pgpool Stop Option', 'strStopPgpool' => 'Stop pgpool', 'strStopPgsql' => 'Stop', 'strStopPgsqlOption' => 'Stop PostgreSQL Option', 'strStoppingNow' => 'Not Running', 'strStreamingRepMode' => 'Streaming Replication Mode', 'strSummary' => 'Summary', 'strSystemDb' => 'Partitioning Rule', 'strSystemCatalog' => 'System catalog', 'strTable' => 'Table', 'strTrustedServers' => 'List of Upstream Servers', 'strTypeList' => 'Type List of Column', 'strUp' => 'Up', 'strUpdate' => 'Update', 'strUnknown' => 'Unknown', 'strValue' => 'Value', 'strVersion' => 'pgpool-II version', 'strVIP' => 'Virtual IP', 'strWdActive' => 'Active', 'strWdDown' => 'Down', 'strWdInit' => 'Not Started', 'strWdStandby' => 'Standby', 'strWeight' => 'Weight', 'strLogocalRepMode' => 'Logical Replication Mode', 'strNativeRepMode' => 'Native Replication Mode', 'strRawMode' => 'RAW Mode', 'e1' => 'pgmgt.conf.php not found.', 'e2' => 'Message catalog not found.', 'e3' => 'PCP command error occurred.', 'e4' => 'pgpool.conf not found.', 'e5' => 'Smarty template file not found.', 'e6' => 'Help not found.', 'e7' => 'Parameter not found in pgpmgt.conf.php', 'e8' => 'pcp_timeout not found in pgpool.conf', 'e9' => 'pcp_port not found in pgpool.conf', 'e1001' => 'PCP command error occurred.', 'e1002' => 'pcp_node_count command error occurred.', 'e1003' => 'pcp_node_info command error occurred.', 'e1004' => 'pcp_proc_count command error occurred.', 'e1005' => 'pcp_proc_info command error occurred.', 'e1006' => 'pcp_stop_pgpool command error occurred.', 'e1007' => 'pcp_detach_node command error occurred.', 'e1008' => 'pgpool.conf not found.', 'e1009' => 'pcp.conf not found.', 'e1010' => 'pcp_attach_node command error occurred.', 'e1011' => 'Log file not found.', 'e1012' => 'pcp_recovery_node command error occurred.', 'e1013' => 'pcp_watchdog_info command error occurred.', 'e1014' => 'Could not read .pcppass file', 'e2001' => 'Database connection error occurred.', 'e2002' => 'The error occurred when SELECT was executed', 'e2003' => 'pgpool.conf not found.', 'e3001' => 'Database connection error occurred.', 'e3002' => 'The SQL error occurred when SELECT was executed', 'e3003' => 'The SQL error occurred when INSERT was executed', 'e3004' => 'The SQL error occurred when UPDATE was executed', 'e3005' => 'The SQL error occurred when DELETE was executed', 'e3006' => 'pgpool.conf not found.', 'e4001' => 'pgpool.conf not found.', 'e4002' => 'Could not read from pgpool.conf. ', 'e4003' => 'Could not write to pgpool.conf. ', 'e5001' => 'pgmgt.conf.php not found.', 'e5002' => 'Could not read from pgmgt.conf.php.', 'e5003' => 'Coult not write to pgmgt.conf.php.', 'e6001' => 'pcp.conf not found.', 'e6002' => 'Could not read from pcp.conf. ', 'e6003' => 'Could not write to pcp.conf. ', 'e7001' => 'pcp.conf not found.', 'e8001' => 'Detailed information cannot be acquired.', 'cautionaryNote' => 'NOTE: Updated to reflect the settings, the settings are required to reload. Also, '. '[*] has pgpool items will be required to restart.', ); ?>