Fields for editing per-user connection limits
[webmin.git] / mysql / lang / en
1 index_title=MySQL Database Server
2 index_notrun=MySQL is not running on your system - database list could not be retrieved.
3 index_start=Start MySQL Server
4 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.
5 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.
6 index_ltitle=MySQL Login
7 index_login=Login
8 index_pass=Password
9 index_clear=Clear
10 index_stop=Stop MySQL Server
11 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.
12 index_dbs=MySQL Databases
13 index_add=Create a new database.
14 index_global=Global Options
15 index_return=database list
16 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.
17 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.
18 index_ever=The MySQL client program $1 does not appear to be the correct version. Webmin only supports MySQL versions 3 and above.
19 index_nouser=Your Webmin account is configured to connect to the MySQL server as user $1, but this user has been denied access. 
20 index_db=Database name
21 index_tables=Tables
22 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.
23 index_version=MySQL version $1
24 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.
25 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.
26 index_mysqlver=The command <tt>$1</tt> returned :
27 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.
28 index_nodbs=You do not have access to any MySQL databases.
29 index_nodbs2=No MySQL databases were found on your system.
30 index_backup=Backup Databases
31 index_backupmsg=Click this button to setup the backup of all MySQL databases, either immediately or on a configured schedule.
32 index_drops=Drop Selected Databases
33 index_mysqladmin=MySQL administration program
34 index_mysql=MySQL client program
35 index_mysqlshow=MySQL status program
36 index_toomany=There are too many databases to display. Find databases matching:
37 index_search=Search
38 index_showing=Showing databases matching $1 ..
39 index_emsg=The full MySQL error message was : $1
40 index_jump=Or edit database:
41 index_jumpok=Open
42
43 login_err=Login failed
44 login_ecannot=You are not allowed to configure the database login
45 login_elogin=Missing administration login
46 login_epass=Incorrect administration username or password
47
48 stop_err=Failed to stop database
49 start_err=Failed to start database
50
51 dbase_title=Edit Database
52 dbase_header=Database tables, indexes and views
53 dbase_tables=Database Tables
54 dbase_add=Create a new table
55 dbase_drop=Drop Database
56 dbase_exec=Execute SQL
57 dbase_backup=Backup Database
58 dbase_none=This database has no tables.
59 dbase_none2=No tables matched your search.
60 dbase_fields=Fields:
61 dbase_return=table list
62 dbase_ecannot=You are not allowed to edit this database
63 dbase_table=Table, index or view
64 dbase_rows=Rows
65 dbase_cols=Fields
66 dbase_delete=Drop Selected Tables
67 dbase_delete2=Drop Selected Objects
68 dbase_showing=Showing tables matching $1 ..
69 dbase_toomany=There are too many tables to display. Find tables matching:
70 dbase_index=Index
71 dbase_view=View
72 dbase_addview=Create View
73 dbase_jump=Edit table:
74 dbase_vjump=Edit view:
75 dbase_ijump=Edit index:
76
77 ddrop_err=Failed to drop database
78 ddrop_title=Drop Database
79 ddrop_rusure=Are you sure you want to drop the database $1 ? $2 tables containing $3 rows of data will be deleted.
80 ddrop_mysql=Because this is the master database, dropping it will probably make your MySQL server unusable!
81 ddrop_ok=Drop Database
82 ddrop_empty=Just Delete All Tables
83
84 ddrops_err=Failed to drop databases
85 ddrops_title=Drop Databases
86 ddrops_rusure=Are you sure you want to drop the $1 selected databases? $2 tables containing $3 rows of data will be deleted.
87 ddrops_rusure2=Are you sure you want to drop the $1 selected databases?
88 ddrops_mysql=Because the master database is selected, dropping it will probably make your MySQL server unusable!
89 ddrops_ok=Drop Databases
90 ddrops_enone=No databases selected
91 ddrops_ecannotdb=You are not allowed to drop the database $1
92
93 table_title=Edit Table
94 table_title2=Create Table
95 table_header=Table $1 in database $2
96 table_field=Field name
97 table_type=Type
98 table_null=Allow nulls?
99 table_key=Key
100 table_default=Default value
101 table_extra=Extras
102 table_pri=Primary
103 table_mul=Indexed
104 table_none=None
105 table_add=Add field of type:
106 table_return=field list
107 table_data=View Data
108 table_csv=Export as CSV
109 table_index=Create Index
110 table_drop=Drop Table
111 table_name=Table name
112 table_copy=Copy fields from table
113 table_copy2=Copy fields from database
114 table_copy2t=and table
115 table_copynone=&lt;None&gt;
116 table_copydata=Copy data as well
117 table_initial=Initial fields
118 table_header2=New table options
119 table_err=Failed to create table
120 table_ename=Missing or invalid table name
121 table_efield='$1' is not a valid field name
122 table_epnull=The primary key field $1 cannot allow nulls
123 table_etype=Missing type for field $1
124 table_esize=Missing type size for field $1
125 table_eenum=You must enter at least one option for the $1 field $2
126 table_enone=No initial fields entered
127 table_type_=Default
128 table_type_isam=ISAM
129 table_type_myisam=MyISAM
130 table_type_heap=Heap
131 table_type_merge=Merge
132 table_type_innodb=InnoDB
133 table_nkey=Key?
134 table_nextra=Extra attributed
135 table_eautokey=The auto-incremenent field must also be a primary key
136 table_eauto=Only one field can be auto-incrementing
137 table_delete=Delete Selected Fields
138
139 tdrop_err=Failed to drop table
140 tdrop_title=Drop Table
141 tdrop_rusure=Are you sure you want to drop the table $1 in database $2 ? $3 rows of data will be deleted.
142 tdrop_ok=Drop Table
143
144 tdrops_enone=No objects to drop selected
145 tdrops_err=Failed to drop objects
146 tdrops_ok=Drop Objects
147 tdrops_title=Drop Objects
148 tdrops_rusure=Are you sure you want to drop the $1 selected objects in database $2 ? $3 rows of data will be deleted.
149 tdrops_rusure2=Are you sure you want to drop the $1 selected objects in database $2 ?
150
151 field_title1=Add Field
152 field_title2=Modify Field
153 field_in=In table $1 in database $2
154 field_header=Field parameters
155 field_name=Field name
156 field_type=Data type
157 field_typewarn=Warning! Changing type may result in data loss
158 field_size=Type width
159 field_enum=Enumerated values
160 field_dual=Width and decimals
161 field_opts=Type options
162 field_auto=Auto-increment?
163 field_none=None
164 field_unsigned=Unsigned?
165 field_zerofill=Fill with zeros
166 field_ascii=Case insensitive
167 field_binary=Case sensitive
168 field_null=Allow nulls?
169 field_default=Default value
170 field_current=Current time
171 field_defval=Value
172 field_defdef=MySQL default
173 field_defnone=No default
174 field_defempty=Empty string
175 field_defleave=Don't change
176 field_dmode0=None
177 field_dmode1=Null
178 field_key=Part of primary key?
179 field_err=Failed to save field
180 field_esize='$1' is not a valid field size
181 field_eenum=No enumerated values entered
182 field_efield='$1' is not a valid field name
183 field_ekey=Fields that allow nulls cannot be part of the primary key
184
185 view_title=Table Data
186 view_pos=Rows $1 to $2 of $3
187 view_none=This table contains no data.
188 view_edit=Edit selected rows
189 view_new=Add row
190 view_delete=Delete selected rows
191 view_nokey=Data in this table cannot be edited because it has no primary key.
192 view_all=Select all
193 view_invert=Invert selection
194 view_search2=Search for rows where field $2 $3 $1
195 view_match0=contains
196 view_match1=matches
197 view_match2=doesn't contain
198 view_match3=doesn't match
199 view_match4=greater than
200 view_match5=less than
201 view_searchok=Search
202 view_searchhead=Search results for $1 in field $2 ..
203 view_searchhead2=Advanced search results on $1 fields ..
204 view_searchreset=Reset search
205 view_sorthead1=Sorting by $1, descending order
206 view_sorthead2=Sorting by $1, ascending order
207 view_sortreset=Reset sort
208 view_field=Field name
209 view_data=New data
210 view_jump=Jump to row :
211 view_download=Download..
212 view_keep=Leave unchanged
213 view_set=Set to contents of file..
214 view_adv=Advanced Search
215
216 users_title=User Permissions
217 users_user=User
218 users_host=Hosts
219 users_pass=Encrypted password
220 users_perms=Permissions
221 users_add=Create new user.
222 users_priv3=Select
223 users_priv4=Insert
224 users_priv5=Update
225 users_priv6=Delete
226 users_priv7=Create
227 users_priv8=Drop
228 users_priv9=Reload
229 users_priv10=Shutdown
230 users_priv11=Process
231 users_priv12=File
232 users_priv13=Grant
233 users_priv14=References
234 users_priv15=Index
235 users_priv16=Alter
236 users_priv17=Show DB
237 users_priv18=Super
238 users_priv19=Create temp
239 users_priv20=Lock
240 users_priv21=Execute
241 users_priv22=Slave
242 users_priv23=Client
243 users_priv24=Create View
244 users_priv25=Show View
245 users_priv26=Create Routine
246 users_priv27=Alter Routine
247 users_priv28=Create User
248 users_all=All
249 users_anon=Anonymous
250 users_none=None
251 users_return=user list
252 users_sync=The options below configure synchronization between Unix users created through Webmin and MySQL users.
253 users_syncwhen=When to synchronize
254 users_sync_create=Add a new MySQL user when a Unix user is added
255 users_sync_modify=Update a MySQL user when the matching Unix user is modified.
256 users_sync_delete=Delete a MySQL user when the matching Unix user is deleted.
257 users_sync_privs=Permissions for new users
258 users_sync_host=Create new users with hosts
259 users_sync_def=All hosts
260 users_sync_sel=Specific host
261 users_delete=Delete Selected
262 users_derr=Failed to delete users
263 users_enone=No users selected
264 users_ssl=Certificate
265 users_dtitle=Delete User Permissions
266 users_drusure=Are you sure you want to delete the $1 selected MySQL user permissions?
267 users_dok=Delete Users
268
269 user_title1=Create User
270 user_title2=Edit User
271 user_header=MySQL user details
272 user_user=Username
273 user_all=Anonymous user
274 user_pass=Password
275 user_leave=Don't change
276 user_none=None
277 user_any=Any
278 user_set=Set to..
279 user_host=Hosts
280 user_perms=Permissions
281 user_priv3=Select table data
282 user_priv4=Insert table data
283 user_priv5=Update table data
284 user_priv6=Delete table data
285 user_priv7=Create tables
286 user_priv8=Drop tables
287 user_priv9=Reload grants
288 user_priv10=Shutdown database
289 user_priv11=Manage processes
290 user_priv12=File operations
291 user_priv13=Grant privileges
292 user_priv14=Reference operations
293 user_priv15=Manage indexes
294 user_priv16=Alter tables
295 user_priv17=Show databases
296 user_priv18=Superuser
297 user_priv19=Create temp tables
298 user_priv20=Lock tables
299 user_priv21=Execute
300 user_priv22=Slave replication
301 user_priv23=Client replication
302 user_priv24=Create View
303 user_priv25=Show View
304 user_priv26=Create Routine
305 user_priv27=Alter Routine
306 user_priv28=Create User
307 user_priv29=Create Event
308 user_priv30=Create Trigger
309 user_err=Failed to save user
310 user_euser=Missing or invalid username
311 user_ehost=Missing or invalid allow host(s)
312 user_ssl=Required certificate type
313 user_ssl_=None
314 user_ssl_any=SSL
315 user_ssl_x509=X509
316 user_max_user_connections=Maximum concurrent logins
317 user_max_connections=Maximum connections per hour
318 user_max_updates=Maximum updates per hour
319 user_max_questions=Maximum queries per hour
320 user_maxunlimited=Unlimited
321 user_maxatmost=At most
322 user_emax_user_connections=Maximum concurrent logins must be a number
323 user_emax_connections=Maximum connections per hour must be a number
324 user_emax_updates=Maximum updates per hour must be a number
325 user_emax_questions=Maximum queries per hour must be a number
326
327 dbs_title=Database Permissions
328 dbs_db=Databases
329 dbs_user=User
330 dbs_host=Hosts
331 dbs_perms=Permissions
332 dbs_anon=Anonymous
333 dbs_any=Any
334 dbs_empty=No database permissions defined.
335 dbs_hosts=From host permissions
336 dbs_add=Create new database permissions.
337 dbs_priv3=Select
338 dbs_priv4=Insert
339 dbs_priv5=Update
340 dbs_priv6=Delete
341 dbs_priv7=Create
342 dbs_priv8=Drop
343 dbs_priv9=Grant
344 dbs_priv10=References
345 dbs_priv11=Index
346 dbs_priv12=Alter
347 dbs_priv13=Create temp
348 dbs_priv14=Lock
349 dbs_priv15=Create View
350 dbs_priv16=Show View
351 dbs_priv17=Create Routine
352 dbs_priv18=Alter Routine
353 dbs_priv19=Execute
354 dbs_all=All
355 dbs_none=None
356 dbs_return=database permissions
357 dbs_derr=Failed to delete database permissions
358 dbs_enone=No databases selected
359 dbs_dtitle=Delete Database Permissions
360 dbs_drusure=Are you sure you want to delete the $1 selected MySQL database permissions?
361 dbs_dok=Delete Permissions
362
363 db_title1=Create Database Permissions
364 db_title2=Edit Database Permissions
365 db_header=Database permission options
366 db_db=Databases
367 db_user=Username
368 db_anon=Anonymous user
369 db_host=Hosts
370 db_hosts=From host permissions
371 db_any=Any
372 db_perms=Permissions
373 db_priv3=Select table data
374 db_priv4=Insert table data
375 db_priv5=Update table data
376 db_priv6=Delete table data
377 db_priv7=Create tables
378 db_priv8=Drop tables
379 db_priv9=Grant privileges
380 db_priv10=Reference operations
381 db_priv11=Manage indexes
382 db_priv12=Alter tables
383 db_priv13=Create temp tables
384 db_priv14=Lock tables
385 db_priv15=Create View
386 db_priv16=Show View
387 db_priv17=Create Routine
388 db_priv18=Alter Routine
389 db_priv19=Execute
390 db_err=Failed to save database permissions
391 db_euser=Missing or invalid username
392 db_ehost=Missing or invalid hostname
393 db_edb=Missing or invalid database name
394
395 hosts_title=Host Permissions
396 hosts_db=Databases
397 hosts_host=Hosts
398 hosts_perms=Permissions
399 hosts_any=Any
400 hosts_all=All
401 hosts_priv2=Select
402 hosts_priv3=Insert
403 hosts_priv4=Update
404 hosts_priv5=Delete
405 hosts_priv6=Create
406 hosts_priv7=Drop
407 hosts_priv8=Grant
408 hosts_priv9=References
409 hosts_priv10=Index
410 hosts_priv11=Alter
411 hosts_priv12=Create temp
412 hosts_priv13=Lock
413 hosts_priv14=Create View
414 hosts_priv15=Show View
415 hosts_priv16=Create Routine
416 hosts_priv17=Alter Routine
417 hosts_priv18=Execute
418 hosts_none=None
419 hosts_add=Create new host permissions.
420 hosts_empty=No host permissions defined
421 hosts_derr=Failed to delete host permissions
422 hosts_enone=No hosts selected
423 hosts_dtitle=Delete Host Permissions
424 hosts_drusure=Are you sure you want to delete the $1 selected MySQL host permissions?
425 hosts_dok=Delete Permissions
426
427 host_title1=Create Host Permissions
428 host_title2=Edit Host Permissions
429 host_header=Host permissions options
430 host_db=Databases
431 host_any=Any
432 host_sel=Selected
433 host_otherdb=Matching pattern
434 host_priv2=Select table data
435 host_priv3=Insert table data
436 host_priv4=Update table data
437 host_priv5=Delete table data
438 host_priv6=Create tables
439 host_priv7=Drop tables
440 host_priv8=Grant privileges
441 host_priv9=Reference operations
442 host_priv10=Manage indexes
443 host_priv11=Alter tables
444 host_priv12=Create temp tables
445 host_priv13=Lock tables
446 host_priv14=Create View
447 host_priv15=Show View
448 host_priv16=Create Routine
449 host_priv17=Alter Routine
450 host_priv18=Execute
451 host_host=Hosts
452 host_perms=Permissions
453
454 newdb_title=Create Database
455 newdb_header=New database options
456 newdb_db=Database name
457 newdb_table=Initial table
458 newdb_none=None
459 newdb_tname=Named
460 newdb_charset=Character set
461 newdb_collation=Collation order
462 newdb_str=with fields below
463 newdb_err=Failed to create database
464 newdb_edb=Missing or invalid database name
465 newdb_ecannot=You are not allowed to create databases
466 newdb_ecannot2=You are not allowed to create any more databases
467
468 exec_title=Execute SQL
469 exec_header=Enter an SQL command to execute on database $1 ..
470 exec_old=Or select a previous SQL command :
471 exec_exec=Execute
472 exec_clear=Clear History
473 exec_header2=Select an SQL commands file to execute on database $1.
474 exec_header2a=This can also be used to restore a MySQL backup, which is just a file of SQL commands.
475 exec_file=From local file
476 exec_upload=From uploaded file
477 exec_err=Failed to execute SQL
478 exec_out=Output from SQL command $1 ..
479 exec_none=No data returned
480 exec_eupload=No file selected to upload
481 exec_efile=Local file does not exist
482 exec_uploadout=Output from uploaded SQL commands ..
483 exec_fileout=Output from SQL commands in file $1 ..
484 exec_noout=No output generated
485 exec_return=execute SQL form
486 exec_import=Table to import data into
487 exec_header3=Select a text data file to import into MySQL database $1 ..
488 exec_header4=This file must contain one database record per line, with the fields in either tab separated or CSV format.
489 exec_delete=Delete data in table first?
490 exec_filename=From filename
491 exec_ignore=Ignore duplicate rows?
492 exec_edit=Edit Previous
493 exec_format=File format
494 exec_ecompress=The SQL file is compressed, but the program $1 needed to un-compress it is not installed.
495 exec_ecompress2=Un-compression failed : $1
496 exec_tabexec=Execute SQL
497 exec_tabfile=Run SQL from file
498 exec_tabimport=Import text file
499 exec_isource=Text file source
500 exec_iheader=Text file import options
501 exec_created=$1 tables were created.
502 exec_inserted=$1 records were inserted.
503
504 tprivs_title=Table Permissions
505 tprivs_table=Table
506 tprivs_db=Database
507 tprivs_host=Hosts
508 tprivs_user=User
509 tprivs_privs1=Table permissions
510 tprivs_privs2=Field permissions
511 tprivs_all=All
512 tprivs_anon=Anonymous
513 tprivs_add=Add new permissions in database :
514 tprivs_norows=No table permissions defined
515 tprivs_return=table permissions
516 tprivs_none=None
517 tprivs_derr=Failed to delete table permissions
518 tprivs_enone=No tables selected
519 tprivs_dtitle=Delete Table Permissions
520 tprivs_drusure=Are you sure you want to delete the $1 selected MySQL table permissions?
521 tprivs_dok=Delete Permissions
522
523 tpriv_title1=Create Table Permissions
524 tpriv_title2=Edit Table Permissions
525 tpriv_header=Table permission options
526 tpriv_db=Database
527 tpriv_table=Table
528 tpriv_user=Username
529 tpriv_host=Hosts
530 tpriv_perms1=Table permissions
531 tpriv_perms2=Field permissions
532 tpriv_any=Any
533 tpriv_anon=Anonymous user
534 tpriv_err=Failed to save table permissions
535 tpriv_etable=No table selected
536 tpriv_euser=Missing or invalid username
537 tpriv_ehost=Missing or invalid host
538 tpriv_edb=Missing or invalid database name
539
540 cprivs_title=Field Permissions
541 cprivs_field=Field
542 cprivs_table=Table
543 cprivs_db=Database
544 cprivs_host=Hosts
545 cprivs_user=User
546 cprivs_privs=Permissions
547 cprivs_all=All
548 cprivs_anon=Anonymous
549 cprivs_add=Add new permissions in database and table :
550 cprivs_add2=Add new permissions :
551 cprivs_norows=No field permissions defined
552 cprivs_return=field permissions
553 cprivs_none=None
554 cprivs_derr=Failed to delete field permissions
555 cprivs_enone=No fields selected
556 cprivs_dtitle=Delete Column Permissions
557 cprivs_drusure=Are you sure you want to delete the $1 selected MySQL column permissions?
558 cprivs_dok=Delete Permissions
559
560 cpriv_title1=Create Field Permissions
561 cpriv_title2=Edit Field Permissions
562 cpriv_header=Field permission options
563 cpriv_db=Database
564 cpriv_table=Table
565 cpriv_field=Field
566 cpriv_user=Username
567 cpriv_host=Hosts
568 cpriv_perms=Permissions
569 cpriv_any=Any
570 cpriv_anon=Anonymous user
571 cpriv_err=Failed to save field permissions
572 cpriv_etable=No table selected
573 cpriv_euser=Missing or invalid username
574 cpriv_ehost=Missing or invalid host
575 cpriv_edb=Missing or invalid database name
576
577 esql=SQL $1 failed : $2
578 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.
579 edenied=You do not have access to this MySQL database
580 perms_ecannot=You are not allowed to edit permissions
581 perms_edb=You are only allowed to edit permissions for your own databases
582
583 acl_dbs=Databases this user can manage
584 acl_dall=All databases
585 acl_dsel=Selected..
586 acl_create=Can create new databases?
587 acl_max=Yes, at most
588 acl_bpath=Backup file directory
589 acl_buser=Write backup as Unix user
590 acl_delete=Can drop databases?
591 acl_stop=Can stop and start the MySQL server?
592 acl_perms=Can edit permissions?
593 acl_only=Only for managed databases
594 acl_login=Login to MySQL as
595 acl_user_def=Username from Module Config
596 acl_user=Username
597 acl_pass=password
598 acl_edonly=Can only edit table data?
599 acl_bnone=Disallow backups
600 acl_indexes=Can view and manage indexes?
601 acl_views=Can view and manage views?
602 acl_files=Can execute SQL from local files?
603
604 log_start=Started MySQL server
605 log_stop=Stopped MySQL server
606 log_cnf=Changed MySQL server configuration
607 log_kill=Killed $1 database connections
608 log_vars=Modified $1 system variables
609 log_db_create=Created database $1
610 log_db_delete=Dropped database $1
611 log_dbs_delete=Dropped $1 databases
612 log_dbprivs_delete=Deleted $1 database privileges
613 log_tprivs_delete=Deleted $1 table privileges
614 log_cprivs_delete=Deleted $1 field privileges
615 log_users_delete=Deleted $1 users
616 log_table_create=Created table $1 in database $2
617 log_table_delete=Dropped table $1 from database $2
618 log_index_create=Created index $1 in database $2
619 log_index_delete=Dropped index $1 from database $2
620 log_index_modify=Modified index $1 in database $2
621 log_view_create=Created view $1 in database $2
622 log_view_delete=Dropped view $1 from database $2
623 log_view_modify=Modified view $1 in database $2
624 log_tables_delete=Dropped $1 objects from database $2
625 log_field_create=Added field $1 $4 to $2 in database $3
626 log_field_modify=Modified field $1 $4 in $2 in database $3
627 log_field_delete=Deleted field $1 from $2 in database $3
628 log_fields_delete=Deleted $1 fields from $1 in database $2
629 log_data_create=Added row to table $2 in database $3
630 log_data_modify=Modified $1 rows in table $2 in database $3
631 log_data_delete=Deleted $1 rows from table $2 in database $3
632 log_exec=Executed SQL in database $1
633 log_exec_l=Executed SQL command $2 in database $1
634 log_user_create=Created perms for user $1, host $2
635 log_user_delete=Deleted perms for user $1, host $2
636 log_user_modify=Modified perms for user $1, host $2
637 log_perm_create=Created perms for database $3, user $1, host $2
638 log_perm_delete=Deleted perms for database $3, user $1, host $2
639 log_perm_modify=Modified perms for database $3, user $1, host $2
640 log_host_create=Created perms for host $2, database $3
641 log_host_delete=Deleted perms for host $2, database $3
642 log_host_modify=Modified perms for host $2, database $3
643 log_tpriv_create=Created perms for table $4, database $3
644 log_tpriv_delete=Deleted perms for table $4, database $3
645 log_tpriv_modify=Modified perms for table $4, database $3
646 log_tpriv_create_l=Created perms for table $4, database $3, user $1, host $2
647 log_tpriv_delete_l=Deleted perms for table $4, database $3, user $1, host $2
648 log_tpriv_modify_l=Modified perms for table $4, database $3, user $1, host $2
649 log_cpriv_create=Created perms for field $5, table $4
650 log_cpriv_delete=Deleted perms for field $5 table $4
651 log_cpriv_modify=Modified perms for field $5, table $4
652 log_cpriv_create_l=Created perms for field $5, table $4, database $3, user $1, host $2
653 log_cpriv_delete_l=Deleted perms for field $5 table $4, database $3, user $1, host $2
654 log_cpriv_modify_l=Modified perms for field $5, table $4, database $3, user $1, host $2
655 log_anon=anonymous
656 log_any=any
657 log_backup=Backed up database $1
658 log_backup_l=Backed up database $1 to file $2
659 log_backup_all=Backed up all databases
660 log_backup_all_l=Backed up all databases to file $2
661 log_execupload=Executed SQL commands from uploaded file
662 log_execfile=Executed SQL commands from file $1
663 log_importupload=Imported data from uploaded file
664 log_importfile=Imported data from file $1
665 log_set=Changed $1 MySQL variables
666 log_root=Changed administration password
667
668 backup_title=Backup Database
669 backup_title2=Backup All Databases
670 backup_edump=The MySQL backup program $1 was not found on your system. Maybe your <a href='$2'>module configuration</a> is incorrect.
671 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.
672 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.
673 backup_desc2=The backup can be performed immediately, or automatically on a selected schedule.
674 backup_header1=Backup destination
675 backup_header2=Other backup options
676 backup_header3=Backup schedule
677 backup_file=Backup to file
678 backup_file2=Backup to directory
679 backup_mkdir=Create destination directory?
680 backup_where=Only backup rows matching <tt>where</tt> clause
681 backup_none=All rows
682 backup_drop=Add <tt>drop table</tt> statements to backup?
683 backup_single=Backup within a transaction?
684 backup_charset=Character set for backup
685 backup_ok=Backup Now
686 backup_ok1=Save and Backup Now
687 backup_ok2=Save
688 backup_err=Database backup failed
689 backup_efile=Missing or invalid backup filename
690 backup_efile2=Missing or invalid backup directory
691 backup_epath=Invalid backup path
692 backup_eunder=Backups can only be created under $1
693 backup_ewhere=Missing <tt>where</tt> clause
694 backup_echarset=Missing character set
695 backup_ebackup=<tt>mysqldump</tt> failed : $1
696 backup_ebefore=Before-backup command failed!
697 backup_done=Successfully backed up $3 bytes from database $1 to file $2.
698 backup_sched=Scheduled backup enabled?
699 backup_sched1=Yes, at times chosen below ..
700 backup_ccron=Scheduled backup for database enabled.
701 backup_dcron=Scheduled backup for database disabled.
702 backup_ucron=Scheduled backup path, options and times for database updated.
703 backup_ncron=Scheduled backup for database left disabled.
704 backup_before=Command to run before backup
705 backup_after=Command to run after backup
706 backup_cmode=When to run commands
707 backup_cmode1=Before/after all databases
708 backup_cmode0=Before/after each database
709 backup_tables=Tables to backup
710 backup_alltables=All tables
711 backup_seltables=Selected tables ..
712 backup_etables=No tables selected to backup
713 backup_compatible=Backup compatability format
714 backup_compwith=For database $1
715 backup_options=Structure information to exclude
716 backup_compress=Compression format
717 backup_cnone=None
718 backup_gzip=Gzip
719 backup_bzip2=Bzip2
720 backup_eccmd=The selected compression format requires the command $1
721
722 import_title=Import Data
723 import_uploadout=Importing data from uploaded file ..
724 import_fileout=Importing data from file $1 ..
725 import_eupload=Missing uploaded import file
726 import_efile=Missing import filename
727
728 adv_title=Advanced Search
729 adv_and=Find records matching all criteria ..
730 adv_or=Find records matching any criteria ..
731 adv_ok=Search Now
732
733 csv_title=Export CSV File
734 csv_header=CSV export options
735 csv_dest=Export destination
736 csv_browser=Display in browser
737 csv_file=Save to file ..
738 csv_where=SQL <tt>where</tt> clause for rows to export
739 csv_all=Export all rows
740 csv_ok=Export Now
741 csv_format=File format
742 csv_format0=CSV with quotes
743 csv_format1=CSV without quotes
744 csv_format2=Tab separated
745 cvs_err=CSV export failed
746 csv_efile=Missing or invalid destination file
747 csv_ebuser=You are not allowed to export to a file
748 csv_ewhere=Missing <tt>where</tt> clause
749 csv_done=CSV export to $1 is complete. The resulting file size is $2.
750 csv_headers=Include column names in CSV?
751 csv_cols=Columns to include in CSV
752 csv_ecols=No columns selected
753
754 cnf_title=MySQL Server Configuration
755 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.
756 cnf_header=MySQL server options
757 cnf_port=MySQL server port
758 cnf_bind=MySQL server listening address
759 cnf_all=Any
760 cnf_socket=MySQL Unix socket
761 cnf_datadir=Databases files directory
762 cnf_stor=Default table storage engine
763 cnf_big-tables=Allow big tables?
764 cnf_skip-locking=Skip locking of table files?
765 cnf_emysqld=Could not find [mysqld] section in my.cnf
766 cnf_err=Failed to save MySQL server options
767 cnf_eport=Missing or invalid port number
768 cnf_ebind=Missing or invalid IP address to listen on
769 cnf_esocket=Missing Unix socket filename
770 cnf_edatadir=Missing or invalid database files directory
771 cnf_key_buffer=Key buffer size
772 cnf_max_allowed_packet=Maximum packet size
773 cnf_max_connections=Maximum number of connections
774 cnf_query_cache_size=Query cache size in bytes
775 cnf_table_cache=Tables to cache
776 cnf_sort_buffer=Sort buffer size
777 cnf_net_buffer_length=Network buffer size
778 cnf_myisam_sort_buffer_size=MyISAM sort buffer size
779 cnf_ekey_buffer=Missing or invalid key buffer size
780 cnf_emax_allowed_packet=Missing or invalid maximum packet size
781 cnf_etable_cache=Missing or invalid tables to cache
782 cnf_esort_buffer=Missing or invalid sort buffer size
783 cnf_enet_buffer_length=Missing or invalid network buffer size
784 cnf_emyisam_sort_buffer_size=Missing or invalid MyISAM sort buffer size
785 cnf_emax_connections=Missing or invalid maximum number of connections
786 cnf_restart=Save and Restart MySQL
787 cnf_fpt=Separate file for each InnoDB table?
788
789 index_title1=Create Index
790 index_header1=Index options
791 index_name=Index name
792 index_fields=Fields in index
793 index_type=Index type
794 index_unique=Unique
795 index_fulltext=Full text
796 index_spatial=Spatial
797 index_err=Failed to create index
798 index_ename=Missing or invalid index name
799 index_eclash=An index with the same name already exists
800 index_ecols=No fields selected
801 index_title2=Edit Index
802 index_header=Index $1 in database $2
803 index_ecannot=You are not allowed to manage indexes
804
805 syslog_desc=MySQL error messages
806 syslog_logdesc=MySQL queries
807
808 fdrop_err=Failed to delete fields
809 fdrop_enone=None selected
810 fdrop_eall=You cannot delete all fields from a table!
811
812 view_title1=Create View
813 view_title2=Edit View
814 view_header1=View details
815 view_name=View name
816 view_query=SQL selection query
817 view_algorithm=View processing algorithm
818 view_undefined=Automatic
819 view_merge=Merge SQL
820 view_temptable=Use temp table
821 view_definer=View owner
822 view_security=View execution privileges
823 view_sdefiner=From owner
824 view_sinvoker=From user
825 view_auto=Automatic
826 view_below=Entered below ..
827 view_err=Failed to save view
828 view_ename=Missing or invalid view name
829 view_eclash=A view with the same name already exists
830 view_eclash2=A table with the same name already exists
831 view_equery=Missing SQL query
832 view_check=Insert checking
833 view_cascaded=Underlying views
834 view_local=This view only
835 view_nocheck=None
836 view_ecannot=You are not allowed to manage views
837
838 procs_title=Database Connections
839 procs_id=ID
840 procs_user=Username
841 procs_host=Client host
842 procs_db=Database
843 procs_cmd=Mode
844 procs_time=Connected
845 procs_query=Running query
846 procs_kill=Kill Selected Connections
847 procs_ecannot=You are not allowed to view database connections
848 procs_none=There are no other database client connections at this time.
849
850 kill_err=Failed to kill database connections
851 kill_ecannot=You are not allowed to manage database connections
852 kill_enone=None selected
853
854 vars_title=MySQL System Variables
855 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.
856 vars_ecannot=You are not allowed to edit system variables
857 vars_name=Variable name
858 vars_value=Current value
859 vars_edit=Edit Selected
860 vars_search=Show variables matching:
861 vars_ok=Search
862 vars_none2=No system variables matched your search.
863 vars_none=No system variables were found!
864
865 compat_ansi=ANSI
866 compat_mysql323=MySQL 3.2.3
867 compat_mysql40=MySQL 4.0
868 compat_postgresql=PostgreSQL
869 compat_oracle=Oracle
870 compat_mssql=Microsoft SQL
871 compat_db2=DB2
872 compat_maxdb=MaxDB
873 compat_no_key_options=Key options
874 compat_no_table_options=Table options
875 compat_no_field_options=Field options
876
877 config_echarset=Missing or invalid-looking character set
878
879 root_title=Change Administration Password
880 root_header=New administration password
881 root_user=Administration login
882 root_pass=Current password
883 root_newpass1=New password
884 root_newpass2=Repeat password
885 root_ok=Change Now
886 root_err=Failed to change administration password
887 root_epass1=No new password entered
888 root_epass2=Passwords do not match
889 root_none=No password!
890 root_auto=Automatic (typically <tt>root</tt>)
891 __norefs=1