index_title=MySQL Database Server
index_notrun=MySQL is not running on your system - database list could not be retrieved.
index_start=Start MySQL Server
index_startmsg=Click this button to start the MySQL 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 MySQL administration login and password in order to manage your database. Please enter your administration username (usually <tt>root</tt>) and password below.
index_ltitle=MySQL Login
index_login=Login
index_pass=Password
index_clear=Clear
index_stop=Stop MySQL Server
index_stopmsg=Click this button to stop the MySQL database server on your system. This will prevent any users or programs from accessing the database, including this Webmin module.
index_dbs=MySQL Databases
index_add=Create a new database
index_global=Global Options
index_return=database list
index_eadmin=The MySQL admin program $1 was not found on your system. Maybe MySQL is not installed, or your <a href='$2'>module configuration</a> is incorrect.
index_esql=The MySQL client program $1 was not found on your system. Maybe MySQL is not installed, or your <a href='$2'>module configuration</a> is incorrect.
index_ever=The MySQL client program $1 does not appear to be the correct version. Webmin only support MySQL version 3.

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

stop_err=Failed to stop database
start_err=Failed to start database

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

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 MySQL server unusable!
ddrop_ok=Drop database

table_title=Edit Table
table_title2=Create Table
table_header=Table $1 in database $2
table_field=Field name
table_type=Type
table_null=Allow nulls?
table_key=Key
table_default=Default value
table_extra=Extras
table_pri=Primary
table_mul=Indexed
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

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

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_enum=Enumerated values
field_dual=Width and decimals
field_opts=Type options
field_auto=Autoincrement?
field_none=None
field_unsigned=Unsigned
field_zerofill=Fill with zeros
field_ascii=Case insensitive
field_binary=Case sensitive
field_null=Allow nulls?
field_default=Default value
field_key=Part of primary key?
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

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.

users_title=User Permissions
users_user=User
users_host=Hosts
users_pass=Encrypted password
users_perms=Permissions
users_add=Create new user
users_priv3=Select
users_priv4=Insert
users_priv5=Update
users_priv6=Delete
users_priv7=Create
users_priv8=Drop
users_priv9=Reload
users_priv10=Shutdown
users_priv11=Process
users_priv12=File
users_priv13=Grant
users_priv14=References
users_priv15=Index
users_priv16=Alter
users_all=All
users_anon=Anonymous
users_none=None
users_return=user list

user_title1=Create User
user_title2=Edit User
user_header=MySQL user details
user_user=Username
user_all=Anonymous user
user_pass=Password
user_leave=Don't change
user_none=None
user_any=Any
user_set=Set to..
user_host=Hosts
user_perms=Permissions
user_priv3=Select table data
user_priv4=Insert table data
user_priv5=Update table data
user_priv6=Delete table data
user_priv7=Create tables
user_priv8=Drop tables
user_priv9=Reload grants
user_priv10=Shutdown database
user_priv11=Manage processes
user_priv12=File operations
user_priv13=Grant privileges
user_priv14=Reference operations
user_priv15=Manage indexes
user_priv16=Alter tables
user_err=Failed to save user
user_euser=Missing or invalid username
user_ehost=Missing or invalid allow host(s)

dbs_title=Database Permissions
dbs_db=Databases
dbs_user=User
dbs_host=Hosts
dbs_perms=Permissions
dbs_anon=Anonymous
dbs_any=Any
dbs_empty=No database permissions defined.
dbs_hosts=From host permissions
dbs_add=Create new database permissions
dbs_priv3=Select
dbs_priv4=Insert
dbs_priv5=Update
dbs_priv6=Delete
dbs_priv7=Create
dbs_priv8=Drop
dbs_priv9=Grant
dbs_priv10=References
dbs_priv11=Index
dbs_priv12=Alter
dbs_all=All
dbs_none=None
dbs_return=database permissions

db_title1=Create Database Permissions
db_title2=Edit Database Permissions
db_header=Database permission options
db_db=Databases
db_user=Username
db_anon=Anonymous user
db_host=Hosts
db_hosts=From host permissions
db_any=Any
db_perms=Permissions
db_priv3=Select table data
db_priv4=Insert table data
db_priv5=Update table data
db_priv6=Delete table data
db_priv7=Create tables
db_priv8=Drop tables
db_priv9=Reload grants
db_priv10=Shutdown database
db_priv11=Manage processes
db_priv12=File operations
db_priv13=Grant privileges
db_priv14=Reference operations
db_priv15=Manage indexes
db_priv16=Alter tables
db_err=Failed to save database permissions
db_euser=Missing or invalid username
db_ehost=Missing or invalid hostname
db_edb=Missing or invalid database name

hosts_title=Host Permissions
hosts_db=Databases
hosts_host=Hosts
hosts_perms=Permissions
hosts_any=Any
hosts_all=All
hosts_none=None
hosts_add=Create new host permissions
hosts_empty=No host permissions defined

host_title1=Create Host Permissions
host_title2=Edit Host Permissions
host_header=Host permissions options
host_db=Databases
host_any=Any
host_host=Hosts
host_perms=Permissions

newdb_title=Create Database
newdb_header=New database options
newdb_db=Database name
newdb_table=Initial table
newdb_none=None
newdb_struct=Initial table structure
newdb_err=Failed to create database
newdb_edb=Missing or invalid database name
newdb_ecannot=You are not allowed to create databases

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

tprivs_title=Table Permissions
tprivs_table=Table
tprivs_db=Database
tprivs_host=Hosts
tprivs_user=User
tprivs_privs1=Table permissions
tprivs_privs2=Field permissions
tprivs_all=All
tprivs_anon=Anonymous
tprivs_add=Add new permissions in database :
tprivs_norows=No table permissions defined
tprivs_return=table permissions
tprivs_none=None

tpriv_title1=Create Table Permissions
tpriv_title2=Edit Table Permissions
tpriv_header=Table permission options
tpriv_db=Database
tpriv_table=Table
tpriv_user=Username
tpriv_host=Hosts
tpriv_perms1=Table permissions
tpriv_perms2=Field permissions
tpriv_any=Any
tpriv_anon=Anonymous user
tpriv_err=Failed to save table permissions
tpriv_etable=No table selected
tpriv_euser=Missing or invalid username
tpriv_ehost=Missing or invalid host

cprivs_title=Field Permissions
cprivs_field=Field
cprivs_table=Table
cprivs_db=Database
cprivs_host=Hosts
cprivs_user=User
cprivs_privs=Permissions
cprivs_all=All
cprivs_anon=Anonymous
cprivs_add=Add new permissions in database and table :
cprivs_norows=No field permissions defined
cprivs_return=field permissions
cprivs_none=None

cpriv_title1=Create Field Permissions
cpriv_title2=Edit Field Permissions
cpriv_header=Field permission options
cpriv_db=Database
cpriv_table=Table
cpriv_field=Field
cpriv_user=Username
cpriv_host=Hosts
cpriv_perms=Permissions
cpriv_any=Any
cpriv_anon=Anonymous user
cpriv_err=Failed to save field permissions
cpriv_etable=No field selected
cpriv_euser=Missing or invalid username
cpriv_ehost=Missing or invalid host

esql=SQL $1 failed : $2
perms_ecannot=You are not allowed to edit permissions

acl_dbs=Databases this user can manage
acl_create=Can create new databases?
acl_delete=Can drop databases?
acl_stop=Can stop and start the MySQL server?
acl_perms=Can edit permissions?

