index_title=PostgreSQL Database Server index_notrun=PostgreSQL is not running on your system - database list could not be retrieved. index_start=Start PostgreSQL Server index_startmsg=Click this button to start the PostgreSQL database server on your system with the command
$1
. This Webmin module cannot administer the database until it is started. index_nopass=Webmin needs to know your PostgreSQL administration login and password in order to manage your database. Please enter your administration username and password below. index_ltitle=PostgreSQL Login index_sameunix=Connect as same Unix user? index_login=Login index_pass=Password index_clear=Clear index_stop=Stop PostgreSQL Server index_stopmsg=Click this button to stop the PostgreSQL database server on your system. This will prevent any users or programs from accessing the database, including this Webmin module. index_dbs=PostgreSQL Databases index_add=Create a new database index_users=User Options index_return=database list index_esql=The PostgreSQL client program $1 was not found on your system. Maybe PostgreSQL is not installed, or your module configuration is incorrect. index_ehba=The PostgreSQL host configuration file $1 was not found on your system. Maybe PostgreSQL has not been initialised, or your module configuration is incorrect. index_superuser=The PostgreSQL client program psql could not execute on your system. Maybe PostgreSQL is not installed, or your module configuration is incorrect. index_eversion=The PostgreSQL database on your system is version $1, but Webmin only supports versions $2 and above. index_elibrary=The PostgreSQL client program $1 could not be run because it could not find the Postgres shared libraries. Check the module configuration and make sure the Path to PostgreSQL shared libraries is set. index_ldpath=Your shared library path is set to $1, and the output from $2 was : index_version=PostgreSQL version $1 index_setup=The PostgreSQL host configuration file $1 was not found on your system, indicating that the database has not been initialized yet. Click the button below to setup PostgreSQL with the command $2. index_setupok=Initialize Database index_nomod=Warning: The Perl module $1 is not installed on your system, so Webmin will not be able to reliably access your PostgreSQL database. Click here to install it now. index_nomods=Warning: The Perl modules $1 and $2 are not installed on your system, so Webmin will not be able to reliably access your PostgreSQL database. Click here to install them now. login_err=Login failed login_ecannot=You are not allowed to configure the database login login_elogin=Missing adminstration login login_epass=Incorrect administration username or password dbase_title=Edit Database dbase_noconn=This database is not currently accepting connections, so no actions can be performed in it. dbase_tables=Database Tables dbase_add=Create a new table dbase_drop=Drop Database dbase_exec=Execute SQL dbase_none=This database has no tables. dbase_fields=Fields: dbase_return=table list dbase_ecannot=You are not allowed to edit this database table_title=Edit Table table_title2=Create Table table_opts=Field options table_header=Table $1 in database $2 table_field=Field name table_type=Type table_null=Allow nulls? table_arr=Array? table_none=None table_add=Add field of type: table_return=field list table_data=View Data table_drop=Drop Table table_name=Table name table_initial=Initial fields table_header2=New table options table_err=Failed to create table table_ename=Missing or invalid table name table_efield='$1' is not a valid field name table_etype=Missing type for field $1 table_esize=Missing type size for field $1 table_enone=No initial fields entered table_fielddrop=Drop Field field_title1=Add Field field_title2=Modify Field field_in=In table $1 in database $2 field_header=Field parameters field_name=Field name field_type=Data type field_size=Type width field_none=None field_null=Allow nulls? field_arr=Array field? field_key=Primary key? field_uniq=Unique? field_err=Failed to save field field_esize='$1' is not a valid field size field_eenum=No enumerated values entered field_efield='$1' is not a valid field name field_ekey=Fields that allow nulls cannot be part of the primary key exec_title=Execute SQL exec_header=Enter SQL command to execute on database $1 .. exec_exec=Execute exec_err=Failed to execute SQL exec_out=Output from SQL command $1 .. exec_none=No data returned stop_err=Failed to stop database server stop_epidfile=Failed to open PID file $1 stop_ekill=Failed to kill process $1 : $2 stop_ecannot=You are not allowed to stop the database server start_err=Failed to start database server start_ecannot=You are not allowed to start the database server ddrop_err=Failed to drop database ddrop_title=Drop Database ddrop_rusure=Are you sure you want to drop the database $1 ? $2 tables containing $3 rows of data will be deleted. ddrop_mysql=Because this is the master database, dropping it will probably make your PostgreSQL server unusable! ddrop_ok=Drop Database tdrop_err=Failed to drop table tdrop_title=Drop Table tdrop_rusure=Are you sure you want to drop the table $1 in database $2 ? $3 rows of data will be deleted. tdrop_ok=Drop Table view_title=Table Data view_pos=Rows $1 to $2 of $3 view_none=This table contains no data view_edit=Edit selected rows view_new=Add row view_delete=Delete selected rows view_nokey=Data in this table cannot be edited because it has no primary key. view_all=Select all view_invert=Invert selection newdb_title=Create Database newdb_header=New database options newdb_db=Database name newdb_path=Database file path newdb_err=Failed to create database newdb_edb=Missing or invalid database name newdb_ecannot=You are not allowed to create databases newdb_epath=Missing database path user_title=PostgreSQL Users user_ecannot=You are not allowed to edit users user_name=Username user_db=Can create databases? user_other=Can create users? user_until=Valid until user_add=Create a new user user_forever=Forever user_pass=Requires password? user_edit=Edit User user_create=Create User user_return=user list user_header=PostgreSQL user details user_passwd=Password user_none=None user_err=Failed to save user user_epass=Missing or invalid password user_ename=Missing or invalid username user_sync=The options below configure synchronization between Unix users created through Webmin and PostgreSQL users. user_sync_create=Add a new PostgreSQL user when a Unix user is added. user_sync_modify=Update a PostgreSQL user when the matching Unix user is modified. user_sync_delete=Delete a PostgreSQL user when the matching Unix user is deleted. host_ecannot=You are not allowed to edit allowed hosts host_title=Allowed Hosts host_desc=When a client connects to the database, hosts listed below are processed in order until one matches and the client is allowed or denied. host_header=PostgreSQL client authentication details host_local=Local connection host_address=Host address host_db=Database host_user=Users host_uall=All users host_auth=Authentication mode host_any=Any network host host_all=All databases host_same=Same as username host_gsame=Same as group name host_other=Other.. host_usel=Listed users.. host_add=Create a new allowed host host_ident=Check ident server on host host_trust=No authentication required host_reject=Reject connection host_password=Plaintext password host_crypt=Encrypted password host_md5=MD5 encrypted password host_krb4=Kerberos V4 host_krb5=Kerberos V5 host_pam=PAM host_passwordarg=Use password file host_identarg=Use user map host_pamarg=Use PAM service host_create=Create Allowed Host host_edit=Edit Allowed Host host_single=Single host host_network=Network host_netmask=Netmask host_return=host access list host_err=Failed to save allowed host host_eident=Missing or invalid user map host_epam=Missing or invalid PAM service host_epassword=Missing or invalid password file host_enetmask=Missing or invalid netmask host_enetwork=Missing or invalid network host_ehost=Missing or invalid host IP address host_move=Move host_edb=No database name(s) entered host_euser=No user name(s) entered grant_title=Granted Privileges grant_tvi=Object grant_type=Type grant_db=Database grant_public=Everyone grant_group=Group $1 grant_add=Add grant in database : grant_return=privileges list grant_ecannot=You are not allowed to edit privileges grant_create=Create Grant grant_edit=Edit Grant grant_header=Privileges granted to users grant_to=Grant privileges on grant_table=Table grant_view=View or index grant_users=Grant privileges to grant_user=User grant_what=Privileges grant_r=Table grant_v=View grant_i=Index grant_S=Sequence grant_none=No tables, views, sequences or indexes exist to grant privileges on. group_title=PostgreSQL Groups group_ecannot=You are not allowed to edit groups group_name=Group name group_id=Group ID group_mems=Members group_add=Create a new group group_edit=Edit Group group_create=Create Group group_header=PostgreSQL group details group_return=groups list group_err=Failed to save group group_ename=Missing or invalid group name group_egid=Missing or invalid group ID group_etaken=Group name is already in use group_none=No PostgreSQL groups currently exist esql=SQL $1 failed : $2 log_start=Started PostgreSQL server log_stop=Stopped PostgreSQL server log_db_create=Created database $1 log_db_delete=Dropped database $1 log_table_create=Created table $1 in database $2 log_table_delete=Dropped table $1 from database $2 log_field_create=Added field $1 $4 to $2 in database $3 log_field_modify=Modified field $1 $4 in $2 in database $3 log_field_delete=Deleted field $1 from $2 in database $3 log_data_create=Added row to table $2 in database $3 log_data_modify=Modified $1 rows in table $2 in database $3 log_data_delete=Deleted $1 rows from table $2 in database $3 log_exec=Executed SQL in database $1 log_exec_l=Executed SQL command $2 in database $1 log_create_user=Created user $1 log_delete_user=Deleted user $1 log_modify_user=Modified user $1 log_create_group=Created group $1 log_delete_group=Deleted group $1 log_modify_group=Modified group $1 log_create_local=Created allowed local connection log_modify_local=Modified allowed local connection log_delete_local=Deleted allowed local connection log_move_local=Moved allowed local connection log_create_all=Created any allowed host log_modify_all=Modified any allowed host log_delete_all=Deleted any allowed host log_move_all=Moved any allowed host log_create_hba=Created allowed host $1 log_modify_hba=Modified allowed host $1 log_delete_hba=Deleted allowed host $1 log_move_hba=Moved allowed host $1 log_grant=Granted privileges on $1 in database $2 log_setup=Initialized database acl_dbs=Databases this user can manage acl_dbscannot=This access control will become effective, after starting the PostgreSQL database server. acl_dall=All databases acl_dsel=Selected.. acl_create=Can create new databases? acl_delete=Can drop databases? acl_stop=Can stop and start the PostgreSQL server? acl_users=Can edit users, groups, hosts and grants? acl_backup=Can create backups? acl_restore=Can restore backups? fdrop_err=Error during field drop fdrop_header=Drop This One fdrop_lose_data=Select box to confirm that you understand that definitions, such as indexes and default values, on all fields may be lost. fdrop_perform=Drop Field fdrop_title=Drop Field setup_err=Failed to initialize database setup_ecannot=You are not allowed to initialize the database dbase_bkup=Backup dbase_rstr=Restore restore_title=Restore Database restore_header=Restore database options restore_db=Database name restore_path=Backup file path restore_err=Failed to restore database restore_edb=Missing or invalid database name restore_eacl=You must be allowed to create and drop database restore_ecannot=You are not allowed to restore databases restore_epath=Missing database path restore_go=Restore restore_pe1=File must be tar file ($1) restore_pe2=File not found ($1) restore_exe=Command execution error ($1) restore_ecmd=The restore command $1 was not found on your system restore_ecannot=You are not allowed to restore backups restore_only=Only restore data, not tables? restore_clean=Delete tables before restoring? backup_title=Backup Database backup_header=Backup database options backup_db=Database name backup_path=Backup file path backup_err=Failed to backup database backup_eacl=You must be allowed to create and drop database backup_edb=Missing or invalid database name backup_ecannot=You are not allowed to backup databases backup_epath=Missing database path backup_go=Backup backup_pe1=File must be TAR (.tar) file ($1) backup_pe2=File is existing already ($1) backup_pe3=Missing or invalid backup file path backup_exe=Command execution error ($1) backup_ecmd=The backup command $1 was not found on your system backup_format=Backup file format backup_format_p=Plain SQL text backup_format_t=Tar archive backup_format_c=Custom archive backup_ecannot=You are not allowed to create backups r_command=Command Unsupported