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<br>$1<br>. 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_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 <a href='$2'>module configuration</a> is incorrect.
index_ehba=The PostgreSQL host configuration file $1 was not found on your system. Maybe PostgreSQL has not been initialised, or your <a href='$2'>module configuration</a> 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 <a href='$2'>module configuration</a> and make sure the <i>Path to PostgreSQL shared libraries</i> is set.

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_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

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
start_err=Failed to start 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

host_ecannot=You are not allowed to edit allowed hosts
host_title=Allowed Hosts
host_local=Local connection
host_address=Host address
host_db=Database
host_auth=Authentication mode
host_any=Any network host
host_all=All databases
host_same=Same as username
host_add=Create a new allowed host
host_ident=Check <tt>ident</tt> server on host
host_trust=No authentication required
host_reject=Reject connection
host_password=Plaintext password
host_crypt=Encrypted password
host_krb4=Kerberos V4
host_krb5=Kerberos V5
host_passwordarg=Use password file
host_identarg=Use user map
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_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

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_create_all=Created any allowed host
log_modify_all=Modified any allowed host
log_delete_all=Deleted 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_grant=Granted privileges on $1 in database $2

acl_dbs=Databases this user can manage
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 and grants?

