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 supports MySQL versions 3 and above.
index_nouser=Your Webmin account is configured to connect to the MySQL server as user $1, but this user has been denied access. 
index_db=Database name
index_tables=Tables
index_elibrary=The MySQL client program $1 could not be run because it could not find the MySQL shared libraries. Check the <a href='$2'>module configuration</a> and make sure the <i>Path to MySQL shared libraries</i> is set.

login_err=Login failed
login_ecannot=You are not allowed to configure the database login
login_elogin=Missing administration 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_backup=Backup Database
dbase_none=This database has no tables.
dbase_fields=Fields:
dbase_return=table list
dbase_ecannot=You are not allowed to edit this database
dbase_table=Table name
dbase_rows=Rows
dbase_cols=Fields

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_copy=Copy fields from table
table_copynone=&lt;None&gt;
table_copydata=Copy data as well
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_type_=Default
table_type_isam=ISAM
table_type_myisam=MyISAM
table_type_heap=Heap
table_type_merge=Merge
table_type_innodb=InnoDB

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.
view_all=Select all
view_invert=Invert selection
view_search=Search for rows where field $2 matches $1
view_searchok=Search
view_searchhead=Search results for $1 in field $2 ..
view_searchreset=Reset search
view_field=Field name
view_data=New data
view_jump=Jump to row :

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
users_sync=The options below configure synchronization between Unix users created through Webmin and MySQL users.
users_sync_create=Add a new MySQL user when a Unix user is added, with permissions ...
users_sync_modify=Update a MySQL user when the matching Unix user is modified.
users_sync_delete=Delete a MySQL user when the matching Unix user is deleted.
users_sync_privs=Permissions for new users

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=Grant privileges
db_priv10=Reference operations
db_priv11=Manage indexes
db_priv12=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_priv2=Select
hosts_priv3=Insert
hosts_priv4=Update
hosts_priv5=Delete
hosts_priv6=Create
hosts_priv7=Drop
hosts_priv8=Grant
hosts_priv9=References
hosts_priv10=Index
hosts_priv11=Alter
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_priv2=Select table data
host_priv3=Insert table data
host_priv4=Update table data
host_priv5=Delete table data
host_priv6=Create tables
host_priv7=Drop tables
host_priv8=Grant privileges
host_priv9=Reference operations
host_priv10=Manage indexes
host_priv11=Alter tables
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_old=Or select a previous SQL command :
exec_exec=Execute
exec_clear=Clear History
exec_header2=Select SQL commands file to execute on database $1 ..
exec_file=From local file
exec_upload=From uploaded file
exec_err=Failed to execute SQL
exec_out=Output from SQL command $1 ..
exec_none=No data returned
exec_eupload=No file selected to upload
exec_efile=Local file does not exist
exec_uploadout=Output from uploaded SQL commands ..
exec_fileout=Output from SQL commands in file $1 ..
exec_noout=No output generated
exec_return=execute SQL form
exec_import=Table to import data into
exec_header3=Select a text data file to import into MySQL database $1 ..
exec_header4=This file must contain one database record per line, with the fields separated by tabs.
exec_delete=Delete data in table first?
exec_filename=From filename
exec_ignore=Ignore duplicate rows?

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
perms_edb=You are only allowed to edit permissions for your own databases

acl_dbs=Databases this user can manage
acl_dall=All databases
acl_dsel=Selected..
acl_create=Can create new databases?
acl_bpath=Backup file directory
acl_buser=Write backup as Unix user
acl_delete=Can drop databases?
acl_stop=Can stop and start the MySQL server?
acl_perms=Can edit permissions?
acl_only=Only for managed databases
acl_login=Login to MySQL as
acl_user_def=Username from Module Config
acl_user=Username
acl_pass=password
acl_edonly=Can only edit table data?

log_start=Started MySQL server
log_stop=Stopped MySQL 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_user_create=Created perms for user $1, host $2
log_user_delete=Deleted perms for user $1, host $2
log_user_modify=Modified perms for user $1, host $2
log_perm_create=Created perms for database $3, user $1, host $2
log_perm_delete=Deleted perms for database $3, user $1, host $2
log_perm_modify=Modified perms for database $3, user $1, host $2
log_host_create=Created perms for host $2, database $3
log_host_delete=Deleted perms for host $2, database $3
log_host_modify=Modified perms for host $2, database $3
log_tpriv_create=Created perms for table $4, database $3
log_tpriv_delete=Deleted perms for table $4, database $3
log_tpriv_modify=Modified perms for table $4, database $3
log_tpriv_create_l=Created perms for table $4, database $3, user $1, host $2
log_tpriv_delete_l=Deleted perms for table $4, database $3, user $1, host $2
log_tpriv_modify_l=Modified perms for table $4, database $3, user $1, host $2
log_cpriv_create=Created perms for field $5, table $4
log_cpriv_delete=Deleted perms for field $5 table $4
log_cpriv_modify=Modified perms for field $5, table $4
log_cpriv_create_l=Created perms for field $5, table $4, database $3, user $1, host $2
log_cpriv_delete_l=Deleted perms for field $5 table $4, database $3, user $1, host $2
log_cpriv_modify_l=Modified perms for field $5, table $4, database $3, user $1, host $2
log_anon=anonymous
log_any=any
log_backup=Backed up database $1
log_backup_l=Backed up database $1 to file $2
log_execupload=Executed SQL commands from uploaded file
log_execfile=Executed SQL commands from file $1
log_importupload=Imported data from uploaded file
log_importfile=Imported data from file $1

backup_title=Backup Database
backup_edump=The MySQL backup program $1 was not found on your system. Maybe your <a href='$2'>module configuration</a> is incorrect.
backup_desc=This form allows you to backup the database $1 as a file of SQL statments. To restore a backup, you can use the Execute SQL form to run the commands in the file.
backup_header=Database backup options
backup_file=Backup to file
backup_where=Only backup rows matching <tt>where</tt> clause
backup_none=All rows
backup_drop=Add <tt>drop table</tt> statements to backup?
backup_ok=Backup Now
backup_err=Database backup failed
backup_efile=Missing or invalid backup filename
backup_epath=Invalid backup path
backup_ewhere=Missing <tt>where</tt> clause
backup_ebackup=<tt>mysqldump</tt> failed : $1
backup_done=Successfully backed up $3 bytes from database $1 to file $2.

import_title=Import Data
import_uploadout=Importing data from uploaded file ..
import_fileout=Importing data from file $1 ..
import_eupload=Missing uploaded import file
import_efile=Missing import filename
