[ Avaa Bypassed ]




Upload:

Command:

www-data@18.118.226.34: ~ $
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_eshow=The MySQL status program $1 was not found on your system. Maybe MySQL is not installed, or your <a href='$2'>module configuration</a> is incorrect.
index_estart=The MySQL startup script $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_indexes=Indexes
index_views=Views
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.
index_version=$2 version $1
index_version2=$3 version $1 on $2
index_nomod=Warning: The Perl module $1 is not installed on your system, so Webmin will not be able to reliably access your MySQL database. <a href='$2'>Click here</a> 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 MySQL database. <a href='$3'>Click here</a> to install them now.
index_mysqlver=The command <tt>$1</tt> returned :
index_eenvpass=The MySQL client program $1 does not accept passwords passed using the <tt>MYSQL_PWD</tt> environment variable. To ensure that Webmin is able to fully communicate with MySQL, this option should be turned off on the <a href='$2'>module configuration</a> page. Alternately, you can remove any password set in the <tt>root</tt> user's <tt>.my.cnf</tt> file.
index_ecnf=The MySQL config file $1 was not found on your system. Use the <a href='$2'>module configuration</a> page to set the correct path.
index_nodbs=You do not have access to any MySQL databases.
index_nodbs2=No MySQL databases were found on your system.
index_nodbs3=No MySQL databases matched your search.
index_backup=Backup Databases
index_backupmsg=Click this button to setup the backup of all MySQL databases, either immediately or on a configured schedule.
index_drops=Drop Selected Databases
index_mysqladmin=MySQL administration program
index_mysql=MySQL client program
index_mysqlshow=MySQL status program
index_mysqlstatus=MySQL startup script
index_toomany=There are too many databases to display. Find databases matching:
index_search=Search
index_showing=Showing databases matching $1 ..
index_emsg=The full MySQL error message was : $1
index_jump=Or edit database:
index_jumpok=Open

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_header=Database tables, indexes and views
dbase_tables=Database Tables
dbase_add=Create a new table
dbase_drop=Drop Database
dbase_empty=Empty Database
dbase_exec=Execute SQL
dbase_backup=Backup Database
dbase_none=This database has no tables.
dbase_none2=No tables matched your search.
dbase_fields=Fields:
dbase_return=table list
dbase_ecannot=You are not allowed to edit this database
dbase_name=Name
dbase_rows=Rows
dbase_cols=Fields
dbase_delete=Drop Selected Tables
dbase_delete2=Drop Selected Objects
dbase_showing=Showing tables matching $1 ..
dbase_toomany=There are too many tables to display. Find tables matching:
dbase_index=Index
dbase_view=View
dbase_addview=Create View
dbase_jump=Edit table:
dbase_vjump=Edit view:
dbase_ijump=Edit index:
dbase_type=Type
dbase_typetable=Table ($1)
dbase_typeindex=Index
dbase_typeview=View

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_rusure2=Are you sure you want to empty 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
ddrop_empty=Just Delete All Tables
ddrop_empty2=Delete All Tables

ddrops_err=Failed to drop databases
ddrops_title=Drop Databases
ddrops_rusure=Are you sure you want to drop the $1 selected databases? $2 tables containing $3 rows of data will be deleted.
ddrops_rusure2=Are you sure you want to drop the $1 selected databases?
ddrops_mysql=Because the master database is selected, dropping it will probably make your MySQL server unusable!
ddrops_ok=Drop Databases
ddrops_enone=No databases selected
ddrops_ecannotdb=You are not allowed to drop the database $1

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_csv=Export as CSV
table_index=Create Index
table_drop=Drop Table
table_name=Table name
table_copy=Copy fields from table
table_copy2=Copy fields from database
table_copy2t=and 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_epnull=The primary key field $1 cannot allow nulls
table_etype=Missing type for field $1
table_esize=Missing type size for field $1
table_eenum=You must enter at least one option for the $1 field $2
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
table_nkey=Key?
table_nextra=Extra attributed
table_eautokey=The auto-incremenent field must also be a primary key
table_eauto=Only one field can be auto-incrementing
table_delete=Delete Selected Fields

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

tdrops_enone=No table(s) to drop selected
tdrops_err=Failed to drop table(s)
tdrops_ok=Drop
tdrops_title=Drop Selected
tdrops_rusure=Are you sure you want to drop $1 selected table(s) in database $2 ? $3 rows of data will be deleted.
tdrops_rusure2=Are you sure you want to drop $1 selected table(s) in database $2 ?

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_typewarn=Warning! Changing type may result in data loss
field_size=Type width
field_enum=Enumerated values
field_dual=Width and decimals
field_opts=Type options
field_auto=Auto-increment?
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_current=Current time
field_defval=Value
field_defdef=MySQL default
field_defnone=No default
field_defempty=Empty string
field_defleave=Don't change
field_dmode0=None
field_dmode1=Null
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_refresh=Refresh
view_nokey=Data in this table cannot be edited because it has no primary key.
view_all=Select all
view_invert=Invert selection
view_search2=Search for rows where field $2 $3 $1
view_match0=contains
view_match1=matches
view_match2=doesn't contain
view_match3=doesn't match
view_match4=greater than
view_match5=less than
view_searchok=Search
view_searchhead=Search results for $1 in field $2 ..
view_searchheadnot=Search results for not $1 in field $2 ..
view_searchhead2=Advanced search results on $1 fields ..
view_searchreset=Reset search
view_sorthead1=Sorting by $1, descending order
view_sorthead2=Sorting by $1, ascending order
view_sortreset=Reset sort
view_field=Field name
view_data=New data
view_jump=Jump to row
view_go=Go
view_download=Download..
view_keep=Leave unchanged
view_set=Set to contents of file..
view_adv=Advanced Search
view_sqlrun=Results generated by SQL query : $1

users_title=User Permissions
users_user=User
users_host=Hosts
users_pass=Encrypted password
users_perms=Permissions
users_add=Create new user.
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_syncwhen=When to synchronize
users_sync_create=Add a new MySQL user when a Unix user is added
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
users_sync_host=Create new users with hosts
users_sync_def=All hosts
users_sync_sel=Specific host
users_delete=Delete Selected
users_derr=Failed to delete users
users_enone=No users selected
users_ssl=Certificate
users_dtitle=Delete User Permissions
users_drusure=Are you sure you want to delete the $1 selected MySQL user permissions?
users_dok=Delete Users

user_title1=Create User
user_title2=Edit User
user_header=MySQL user details
user_vwarning=WARNING : This MySQL user is the administration login for Virtualmin domain $1. Changing any settings here may cause errors in Virtualmin.
user_user=Username
user_all=Anonymous user
user_pass=Password
user_leave=Don't change
user_locked=Locked
user_none=None
user_any=Any
user_set=Set to..
user_host=Hosts
user_perms=Permissions
user_priv_select=Select table data
user_priv_insert=Insert table data
user_priv_update=Update table data
user_priv_delete=Delete table data
user_priv_create=Create tables
user_priv_drop=Drop tables
user_priv_reload=Reload grants
user_priv_shutdown=Shutdown database
user_priv_process=Manage processes
user_priv_file=File operations
user_priv_grant=Grant privileges
user_priv_references=Reference operations
user_priv_index=Manage indexes
user_priv_alter=Alter tables
user_priv_show_db=Show databases
user_priv_super=Superuser
user_priv_create_tmp_table=Create temp tables
user_priv_lock=Lock tables
user_priv_lock_tables=Lock tables
user_priv_execute=Execute
user_priv_repl_slave=Slave replication
user_priv_repl_client=Client replication
user_priv_create_view=Create View
user_priv_show_view=Show View
user_priv_create_routine=Create Routine
user_priv_alter_routine=Alter Routine
user_priv_create_user=Create User
user_priv_event=Create Event
user_priv_trigger=Create Trigger
user_priv_create_tablespace=Create Tablespace
user_err=Failed to save user
user_euser=Missing or invalid username
user_ehost=Missing or invalid allow host(s)
user_eslash=MySQL does not support a password containing a backslash
user_ssl=Required certificate type
user_cipher=SSL cipher
user_ssl_=None
user_ssl_any=SSL
user_ssl_x509=X509
user_max_user_connections=Maximum concurrent logins
user_max_connections=Maximum connections per hour
user_max_updates=Maximum updates per hour
user_max_questions=Maximum queries per hour
user_maxunlimited=Unlimited
user_maxatmost=At most
user_emax_user_connections=Maximum concurrent logins must be a number
user_emax_connections=Maximum connections per hour must be a number
user_emax_updates=Maximum updates per hour must be a number
user_emax_questions=Maximum queries per hour must be a number

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_all=All
dbs_none=None
dbs_return=database permissions
dbs_derr=Failed to delete database permissions
dbs_enone=No databases selected
dbs_dtitle=Delete Database Permissions
dbs_drusure=Are you sure you want to delete the $1 selected MySQL database permissions?
dbs_dok=Delete 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_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
hosts_derr=Failed to delete host permissions
hosts_enone=No hosts selected
hosts_dtitle=Delete Host Permissions
hosts_drusure=Are you sure you want to delete the $1 selected MySQL host permissions?
hosts_dok=Delete Permissions
hosts_return=host permissions

host_title1=Create Host Permissions
host_title2=Edit Host Permissions
host_header=Host permissions options
host_db=Databases
host_any=Any
host_sel=Selected
host_otherdb=Matching pattern
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_tname=Named
newdb_charset=Character set
newdb_collation=Collation order
newdb_str=with fields below
newdb_err=Failed to create database
newdb_edb=Missing or invalid database name
newdb_ecannot=You are not allowed to create databases
newdb_ecannot2=You are not allowed to create any more databases

exec_title=Execute SQL
exec_header=Enter an 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 an SQL commands file to execute on database $1.
exec_header2a=This can also be used to restore a MySQL backup, which is just a file of SQL commands.
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 in either tab separated or CSV format.
exec_delete=Delete data in table first?
exec_filename=From filename
exec_ignore=Ignore duplicate rows?
exec_edit=Edit Previous
exec_format=File format
exec_ecompress=The SQL file is compressed, but the program $1 needed to un-compress it is not installed.
exec_ecompress2=Un-compression failed : $1
exec_tabexec=Execute SQL
exec_tabfile=Run SQL from file
exec_tabimport=Import text file
exec_isource=Text file source
exec_iheader=Text file import options
exec_created=$1 tables were created.
exec_inserted=$1 records were inserted.
exec_cs=Character set for data

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
tprivs_derr=Failed to delete table permissions
tprivs_enone=No tables selected
tprivs_dtitle=Delete Table Permissions
tprivs_drusure=Are you sure you want to delete the $1 selected MySQL table permissions?
tprivs_dok=Delete Permissions

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
tpriv_edb=Missing or invalid database name

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_add2=Add new permissions :
cprivs_norows=No field permissions defined
cprivs_return=field permissions
cprivs_none=None
cprivs_derr=Failed to delete field permissions
cprivs_enone=No fields selected
cprivs_dtitle=Delete Column Permissions
cprivs_drusure=Are you sure you want to delete the $1 selected MySQL column permissions?
cprivs_dok=Delete Permissions

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 table selected
cpriv_euser=Missing or invalid username
cpriv_ehost=Missing or invalid host
cpriv_edb=Missing or invalid database name

esql=SQL $1 failed : $2
eparse=Webmin cannot parse the output from the $1 command due to the nature of data in your database. You will need to install the $2 and $3 Perl modules to solve this problem.
edenied=You do not have access to this MySQL database
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_max=Yes, at most
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?
acl_bnone=Disallow backups
acl_indexes=Can view and manage indexes?
acl_views=Can view and manage views?
acl_files=Can execute SQL from local files?

log_start=Started MySQL server
log_stop=Stopped MySQL server
log_cnf=Changed MySQL server configuration
log_ssl=Changed SSL certificate
log_genssl=Generated SSL certificate
log_kill=Killed $1 database connections
log_vars=Modified $1 system variables
log_db_create=Created database $1
log_db_delete=Dropped database $1
log_dbs_delete=Dropped $1 databases
log_dbprivs_delete=Deleted $1 database privileges
log_tprivs_delete=Deleted $1 table privileges
log_cprivs_delete=Deleted $1 field privileges
log_users_delete=Deleted $1 users
log_table_create=Created table $1 in database $2
log_table_delete=Dropped table $1 from database $2
log_index_create=Created index $1 in database $2
log_index_delete=Dropped index $1 from database $2
log_index_modify=Modified index $1 in database $2
log_view_create=Created view $1 in database $2
log_view_delete=Dropped view $1 from database $2
log_view_modify=Modified view $1 in database $2
log_tables_delete=Dropped $1 objects 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_fields_delete=Deleted $1 fields 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_backup_all=Backed up all databases
log_backup_all_l=Backed up all databases 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
log_set=Changed $1 MySQL variables
log_root=Changed administration password
log_manual=Manually edited config file

backup_title=Backup Database
backup_title2=Backup All Databases
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_desc3=This form allows you to backup all databases as files of SQL statments. To restore a backup, you can use the Execute SQL form to run the commands in one of the files.
backup_desc2=The backup can be performed immediately, or automatically on a selected schedule.
backup_header1=Backup destination
backup_header2=Other backup options
backup_header3=Backup schedule
backup_file=Backup to file
backup_file2=Backup to directory
backup_prefix=Filename prefix
backup_eprefix=Filename prefix cannot contain /
backup_noprefix=None
backup_download=Download in browser
backup_path=Path on server
backup_mkdir=Create destination directory?
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_single=Backup within a transaction?
backup_quick=Dump rows one at a time?
backup_parameters=Add custom parameters to backup command?
backup_charset=Character set for backup
backup_ok=Backup Now
backup_ok1=Save and Backup Now
backup_ok2=Save
backup_err=Database backup failed
backup_efile=Missing or invalid backup filename
backup_efile2=Missing or invalid backup directory
backup_epath=Invalid backup path
backup_eunder=Backups can only be created under $1
backup_ewhere=Missing <tt>where</tt> clause
backup_echarset=Missing character set
backup_ebackup=<tt>mysqldump</tt> failed : $1
backup_ebefore=Before-backup command failed!
backup_eisdir=Backup destination $1 is a directory
backup_done=Successfully backed up $3 bytes from database $1 to file $2.
backup_sched=Scheduled backup enabled?
backup_sched1=Yes, at times chosen below ..
backup_ccron=Scheduled backup for database enabled.
backup_dcron=Scheduled backup for database disabled.
backup_ucron=Scheduled backup path, options and times for database updated.
backup_ncron=Scheduled backup for database left disabled.
backup_before=Command to run before backup
backup_after=Command to run after backup
backup_cmode=When to run commands
backup_cmode1=Before/after all databases
backup_cmode0=Before/after each database
backup_tables=Tables to backup
backup_alltables=All tables
backup_seltables=Selected tables ..
backup_etables=No tables selected to backup
backup_compatible=Backup compatibility format
backup_compwith=For database $1
backup_options=Structure information to exclude
backup_compress=Compression format
backup_cnone=None
backup_gzip=<tt>gzip</tt>
backup_bzip2=<tt>bzip2</tt>
backup_eccmd=The selected compression format requires the command $1
backup_email=Send backup status email to
backup_notify=Send email for
backup_notify0=All backups
backup_notify1=Only on failure
backup_notify2=Only on success
backup_allsubject_failed=Backup of $2 MySQL databases had some errors on $3
backup_allsubject_ok=Backup of $2 MySQL databases succeeded on $3
backup_subject_failed=Backup of MySQL database $1 had some errors on $3
backup_subject_ok=Backup of MySQL database $1 succeeded on $3
backup_body=Backing up $2 MySQL databases on $1 ..
backup_bodydoing=Backing up $1 to $2 ..
backup_bodyfailed=.. backup failed : $1
backup_bodyok=.. backup of $1 created OK
backup_bodytotal=Total backup size : $1
backup_bodyspace=Filesystem size : $1  Free space : $2
backup_bodyall=all
backup_edownloadall=Only a single database backup can be downloaded
backup_edownloadsave=Download mode cannot be used for scheduled backups

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

adv_title=Advanced Search
adv_and=Find records matching all criteria ..
adv_or=Find records matching any criteria ..
adv_ok=Search Now

csv_title=Export CSV File
csv_header=CSV export options
csv_dest=Export destination
csv_browser=Display in browser
csv_file=Save to file ..
csv_where=SQL <tt>where</tt> clause for rows to export
csv_all=Export all rows
csv_ok=Export Now
csv_format=File format
csv_format0=CSV with quotes
csv_format1=CSV without quotes
csv_format2=Tab separated
cvs_err=CSV export failed
csv_efile=Missing or invalid destination file
csv_ebuser=You are not allowed to export to a file
csv_ewhere=Missing <tt>where</tt> clause
csv_done=CSV export to $1 is complete. The resulting file size is $2.
csv_headers=Include column names in CSV?
csv_cols=Columns to include in CSV
csv_ecols=No columns selected

cnf_title=MySQL Server Configuration
cnf_efile=The MySQL configuration file $1 was not found on your system. You may need to adjust the <a href='$2'>module configuration</a> to use the correct path.
cnf_header=MySQL server options
cnf_port=MySQL server port
cnf_bind=MySQL server listening address
cnf_all=Any
cnf_socket=MySQL Unix socket
cnf_datadir=Databases files directory
cnf_stor=Default table storage engine
cnf_big-tables=Allow big tables?
cnf_emysqld=Could not find [mysqld] section in my.cnf
cnf_err=Failed to save MySQL server options
cnf_eport=Missing or invalid port number
cnf_ebind=Missing or invalid IP address to listen on
cnf_esocket=Missing Unix socket filename
cnf_edatadir=Missing or invalid database files directory
cnf_key_buffer=Key buffer size
cnf_key_buffer_size=Key buffer size
cnf_max_allowed_packet=Maximum packet size
cnf_max_connections=Maximum number of connections
cnf_query_cache_size=Query cache size in bytes
cnf_equery_cache_size=Invalid query cache size
cnf_table_cache=Tables to cache
cnf_table_open_cache=Tables to cache
cnf_sort_buffer=Sort buffer size
cnf_sort_buffer_size=Sort buffer size
cnf_net_buffer_length=Network buffer size
cnf_myisam_sort_buffer_size=MyISAM sort buffer size
cnf_ekey_buffer=Missing or invalid key buffer size
cnf_ekey_buffer_size=Missing or invalid key buffer size
cnf_emax_allowed_packet=Missing or invalid maximum packet size
cnf_etable_cache=Missing or invalid tables to cache
cnf_esort_buffer=Missing or invalid sort buffer size
cnf_esort_buffer_size=Missing or invalid sort buffer size
cnf_enet_buffer_length=Missing or invalid network buffer size
cnf_emyisam_sort_buffer_size=Missing or invalid MyISAM sort buffer size
cnf_emax_connections=Missing or invalid maximum number of connections
cnf_restart=Save and Restart MySQL
cnf_fpt=Separate file for each InnoDB table?
cnf_ilt=InnoDB lock timeout (in seconds)
cnf_eilt=InnoDB lock timeout must be an integer

manual_title=Edit Config Files
manual_file=Edit config file:
manual_ok=OK
manual_efile=Invalid configuration file!
manual_err=Failed to save configuration file

index_title1=Create Index
index_header1=Index options
index_name=Index name
index_fields=Fields in index
index_type=Index type
index_unique=Unique
index_fulltext=Full text
index_spatial=Spatial
index_err=Failed to create index
index_ename=Missing or invalid index name
index_eclash=An index with the same name already exists
index_ecols=No fields selected
index_title2=Edit Index
index_header=Index $1 in database $2
index_ecannot=You are not allowed to manage indexes

syslog_desc=MySQL error messages
syslog_desc2=MySQL error message
syslog_logdesc=MySQL queries

fdrop_err=Failed to delete fields
fdrop_enone=None selected
fdrop_eall=You cannot delete all fields from a table!

view_title1=Create View
view_title2=Edit View
view_header1=View details
view_name=View name
view_query=SQL selection query
view_algorithm=View processing algorithm
view_undefined=Automatic
view_merge=Merge SQL
view_temptable=Use temp table
view_definer=View owner
view_security=View execution privileges
view_sdefiner=From owner
view_sinvoker=From user
view_auto=Automatic
view_below=Entered below ..
view_err=Failed to save view
view_ename=Missing or invalid view name
view_eclash=A view with the same name already exists
view_eclash2=A table with the same name already exists
view_equery=Missing SQL query
view_check=Insert checking
view_cascaded=Underlying views
view_local=This view only
view_nocheck=None
view_ecannot=You are not allowed to manage views

procs_title=Database Connections
procs_id=ID
procs_user=Username
procs_host=Client host
procs_db=Database
procs_cmd=Mode
procs_time=Connected
procs_query=Running query
procs_kill=Kill Selected Connections
procs_ecannot=You are not allowed to view database connections
procs_none=There are no other database client connections at this time.

kill_err=Failed to kill database connections
kill_ecannot=You are not allowed to manage database connections
kill_enone=None selected

vars_title=MySQL System Variables
vars_desc=Warning - Variables set on this page will be reset to their default values when MySQL is restarted. Permanent settings must be made on the <a href='$1'>MySQL Server Configuration</a> page.
vars_ecannot=You are not allowed to edit system variables
vars_name=Variable name
vars_value=Current value
vars_edit=Edit Selected
vars_search=Show variables matching:
vars_ok=Search
vars_none2=No system variables matched your search.
vars_none=No system variables were found!

compat_ansi=ANSI
compat_mysql323=MySQL 3.2.3
compat_mysql40=MySQL 4.0
compat_postgresql=PostgreSQL
compat_oracle=Oracle
compat_mssql=Microsoft SQL
compat_db2=DB2
compat_maxdb=MaxDB
compat_no_key_options=Key options
compat_no_table_options=Table options
compat_no_field_options=Field options

config_echarset=Missing or invalid-looking character set

root_title=Change Administration Password
root_header=New administration password
root_user=Administration login
root_pass=Current password
root_newpass1=New password
root_newpass2=Repeat password
root_ok=Change Now
root_err=Failed to change administration password
root_epass1=No new password entered
root_epass2=Passwords do not match
root_none=No password!
root_auto=Automatic (typically <tt>root</tt>)

mysqlpass_err=MySQL safe mode
mysqlpass_esafecmd=The command $1 needed to start MySQL with authentication disabled was not found
mysqlpass_eshutdown=Shutdown failed : $1
mysqlpass_esafe=Startup in safe mode failed : $1
mysqlpass_estartup=Startup failed : $1
mysqlpass_echange=Password change failed : $1
mysqlpass_echange_forcepass=Force override the given password, if lost or forgotten

ssl_title=SSL Certificate
ssl_header=MySQL SSL options
ssl_cert=SSL certificate file
ssl_key=SSL key file
ssl_ca=SSL CA certificate file
ssl_req=Require clients use SSL?
ssl_none=None set
ssl_gen=Generate Certificate and Key
ssl_err=Failed to save SSL options
ssl_ecert=Missing or non-existent SSL certification file
ssl_ekey=Missing or non-existent SSL key file
ssl_eca=Missing or non-existent SSL CA file
ssl_ecertexists=SSL certificate file $1 already exists!
ssl_ekeyexists=SSL key file $1 already exists!

__norefs=1

Filemanager

Name Type Size Permission Actions
af.auto File 35.29 KB 0644
ar.auto File 49.06 KB 0644
be.auto File 57.63 KB 0644
bg File 54.7 KB 0644
bg.auto File 1.45 KB 0644
ca File 38.25 KB 0644
ca.auto File 864 B 0644
cs File 28.86 KB 0644
cs.auto File 8.44 KB 0644
da.auto File 35.28 KB 0644
de File 37 KB 0644
de.auto File 809 B 0644
el.auto File 64.06 KB 0644
en File 33.41 KB 0644
es File 17.98 KB 0644
es.auto File 21.07 KB 0644
eu.auto File 36.48 KB 0644
fa.auto File 51.65 KB 0644
fi File 1003 B 0644
fi.auto File 36.34 KB 0644
fr File 39.95 KB 0644
fr.auto File 644 B 0644
he.auto File 43.02 KB 0644
hr.auto File 37.75 KB 0644
hu File 23.37 KB 0644
hu.auto File 16.85 KB 0644
it File 26.66 KB 0644
it.auto File 10.52 KB 0644
ja File 23.28 KB 0644
ja.auto File 21.89 KB 0644
ko File 14.64 KB 0644
ko.auto File 25.36 KB 0644
lt.auto File 39.81 KB 0644
lv.auto File 37.1 KB 0644
ms.auto File 36.44 KB 0644
mt.auto File 37.2 KB 0644
nl File 32.02 KB 0644
nl.auto File 3.95 KB 0644
no File 34.11 KB 0644
no.auto File 612 B 0644
pl File 26.56 KB 0644
pl.auto File 10.55 KB 0644
pt.auto File 38.84 KB 0644
pt_BR File 32.65 KB 0644
pt_BR.auto File 5.92 KB 0644
ro.auto File 38.68 KB 0644
ru File 24.3 KB 0644
ru.auto File 32.97 KB 0644
sk.auto File 38.18 KB 0644
sl.auto File 37 KB 0644
sv File 13.54 KB 0644
sv.auto File 22.61 KB 0644
th.auto File 67.65 KB 0644
tr File 18.98 KB 0644
tr.auto File 18.53 KB 0644
uk File 23.97 KB 0644
uk.auto File 31.9 KB 0644
ur.auto File 50.79 KB 0644
vi.auto File 43.7 KB 0644
zh File 14.93 KB 0644
zh.auto File 16.39 KB 0644
zh_TW File 15 KB 0644
zh_TW.auto File 16.2 KB 0644