index_title=Oracle Databases
index_none=No Oracle databases have been created yet.
index_cannot=You are not allowed to manage any Oracle databases.
index_econfig=Oracle configuration problem detected : $1. You may need to adjust the module configuration.
index_return=list of databases
index_name=Edit database named:
index_edit=OK
index_db=Database to query
index_sql=SQL to execute
index_ok=Execute SQL
index_ecannot=You are not allowed to access this database
index_exec=Executing SQL $1 ..
index_eopen=Failed to open database : $1
index_esql=SQL $1 failed : $2
index_norows=No rows were returned.
feat_name=Oracle Databases
feat_echeck=The command $1 needed to create SQLite databases is not installed.
feat_losing=All Oracle databases owned by this virtual server will be deleted.
feat_label=Oracle database enabled?
feat_clash=An Oracle database called $1 already exists
db_name=Oracle
db_creating=Creating Oracle database $1 ..
db_deleting=Deleting Oracle database $1 ..
db_failed=.. failed! : $1
check_ehome=Oracle home directory $1 does not exist or is not valid
check_eunix=Oracle Unix user $1 does not exist
check_edir=Directory $1 to create new database files in does not exist
check_elogin=Failed to connect to Oracle : $1
check_einit=Template init.ora file $1 does not exist
check_emod=The Perl module $1 needed to connect Oracle is not installed.
check_ecpan=Click here to have Webmin download and install it.
check_ehost=The remote Oracle host $1 is not valid
create_init=Creating Oracle $1 file ..
create_startup=Starting up database $1 in nomount mode ..
create_failed=.. failed! : $1
create_create=Creating Oracle database ..
create_catalog=Executing script to create catalog ..
create_catproc=Executing script to create procedures ..
create_pupbld=Executing script to create product user profiles ..
create_user=Creating and granting user $1 ..
create_tnsnames=Adding to tnsnames.ora file ..
create_remote=Creating Oracle database on $1 ..
create_remoteerr=.. error on remote server!
delete_shutdown=Shutting down Oracle database $1 ..
delete_files=Deleting data, control and init files ..
delete_tnsnames=Removing from tnsnames.ora file ..
delete_not=.. no section for database found
delete_down=.. already shut down.
delete_remote=Deleting Oracle database on $1 ..
links_link=Oracle Database
dbase_title=Edit Database
dbase_ecannot=You are not allowed to edit this database
dbase_enone=No tables have been defined yet.
dbase_create=Create A New Table
dbase_fields=Fields:
dbase_exec=Execute SQL
dbase_return=table list
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_drop=Drop Table
table_name=Table name
table_copy=Copy fields from table
table_copynone=<None>
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
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 tables to drop selected
tdrops_err=Failed to drop tables
tdrops_ok=Drop Tables
tdrops_title=Drop Tables
tdrops_rusure=Are you sure you want to drop the $1 selected tables in database $2 ? $3 rows of data will be deleted.
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=Autoinc?
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_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_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_searchok=Search
view_searchhead=Search results for $1 in field $2 ..
view_searchhead2=Advanced search results on $1 fields ..
view_searchreset=Reset search
view_field=Field name
view_data=New data
view_jump=Jump to row :
view_download=Download..
view_keep=Leave unchanged
view_set=Set to contents of file..
view_adv=Advanced Search
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_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
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 where 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 where 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