1
0
Fork 0
MySQLDumper/mysqldumper/language/en/lang_sql.php

157 Zeilen
6.9 KiB
PHP

<?php
//generated at 13.04.2006
$lang['command']="Command";
$lang['sql_view_normal']="Display: normal";
$lang['sql_view_compact']="Display: compact";
$lang['import_notable']="No table was selected for import!";
$lang['sql_warning']="The execution of SQL Statements can manipulate data. TAKE CARE! The Authors don't accept any liability for damaged or lost data.";
$lang['sql_exec']="Execute SQL Statement";
$lang['sql_dataview']="Data View";
$lang['sql_tableview']="Table View";
$lang['sql_vonins']="from totally";
$lang['sql_nodata']="no records";
$lang['sql_recordupdated']="Record was updated";
$lang['sql_recordinserted']="Record was added";
$lang['sql_backdboverview']="Back to Overview";
$lang['sql_recorddeleted']="Record was deleted";
$lang['asktableempty']="Should the table `%s` be emptied?";
$lang['sql_recordedit']="edit record";
$lang['sql_recordnew']="new record";
$lang['askdeleterecord']="Are you sure to delete this record?";
$lang['askdeletetable']="Should the table `%s` be deleted?";
$lang['sql_befehle']="SQL Commands";
$lang['sql_befehlneu']="New command";
$lang['sql_befehlsaved1']="SQL Command";
$lang['sql_befehlsaved2']="was added";
$lang['sql_befehlsaved3']="was saved";
$lang['sql_befehlsaved4']="was moved up";
$lang['sql_befehlsaved5']="was deleted";
$lang['sql_queryentry']="The Query contains";
$lang['sql_columns']="Columns";
$lang['askdbdelete']="Do you want to delete the Database `%s` with the content?";
$lang['askdbempty']="Do you want to empty the Database `%s` ?";
$lang['askdbcopy']="Do you want to copy database `%s` to database `%s`?";
$lang['sql_tablenew']="Edit Tables";
$lang['sql_output']="SQL Output";
$lang['do_now']="operate now";
$lang['sql_namedest_missing']="Name of Destination is missing !";
$lang['askdeletefield']="Do you want to delete the Field?";
$lang['sql_commands_in']=" lines in ";
$lang['sql_commands_in2']=" sec. parsed.";
$lang['sql_out1']="Executed ";
$lang['sql_out2']="Commands";
$lang['sql_out3']="It had ";
$lang['sql_out4']="Comments";
$lang['sql_out5']="Because the output contains more than 5000 lines it isn't displayed.";
$lang['sql_selecdb']="Select Database";
$lang['sql_tablesofdb']="Tables of Database";
$lang['sql_edit']="edit";
$lang['sql_nofielddelete']="Delete is not possible because Tables must contain at least one field.";
$lang['sql_fielddelete1']="The Field";
$lang['sql_deleted']="was deleted";
$lang['sql_changed']="was changed.";
$lang['sql_created']="was created.";
$lang['sql_nodest_copy']="No Copy without Destination !";
$lang['sql_desttable_exists']="Destination Table exists !";
$lang['sql_scopy']="Table structure of `%s` was copied in Table `%s`.";
$lang['sql_tcopy']="Table `%s` was copied with data in Table `%s`.";
$lang['sql_tablenoname']="Table needs a name!";
$lang['sql_tblnameempty']="Table name can't be empty!";
$lang['sql_collatenotmatch']="Charset and Collation don't fit together!";
$lang['sql_fieldnamenotvalid']="Error: No valid fieldname";
$lang['sql_createtable']="create table";
$lang['sql_copytable']="copy table";
$lang['sql_structureonly']="Only Structure";
$lang['sql_structuredata']="Structure and Data";
$lang['sql_notablesindb']="No tables found in Database";
$lang['sql_selecttable']="select table";
$lang['sql_showdatatable']="Show Data of Table";
$lang['sql_tblpropsof']="Table properties of";
$lang['sql_editfield']="Edit field";
$lang['sql_newfield']="New field";
$lang['sql_indexes']="Indices";
$lang['sql_atposition']="insert at position";
$lang['sql_first']="first";
$lang['sql_after']="after";
$lang['sql_changefield']="change field";
$lang['sql_insertfield']="insert field";
$lang['sql_insertnewfield']="insert new field";
$lang['sql_tableindexes']="Indexes of table";
$lang['sql_allowdups']="Duplicates allowed";
$lang['sql_cardinality']="Cardinality";
$lang['sql_tablenoindexes']="No Indexes in Table";
$lang['sql_createindex']="create new index";
$lang['sql_wasemptied']="was emptied";
$lang['sql_renamedto']="was renamed to";
$lang['sql_dbcopy']="The Content of Database `%s` was copied in Database `%s`.";
$lang['sql_dbscopy']="The Structure of Database `%s` was copied in Database `%s`.";
$lang['sql_wascreated']="was created";
$lang['sql_renamedb']="Rename Database";
$lang['sql_actions']="Actions";
$lang['sql_chooseaction']="Choose action";
$lang['sql_deletedb']="Delete Database";
$lang['sql_emptydb']="Empty Database";
$lang['sql_copydatadb']="Copy complete Database to";
$lang['sql_copysdb']="Copy Structure of Database";
$lang['sql_imexport']="Import-Export";
$lang['info_records']="records";
$lang['asktableemptykeys']="Should the table `%s` be emptied and the Indices reset?";
$lang['edit']="edit";
$lang['delete']="delete";
$lang['empty']="empty";
$lang['emptykeys']="empty and reset indexes";
$lang['sql_tableemptied']="Table `%s` was deleted.";
$lang['sql_tableemptiedkeys']="Table `%s` was deleted and the indices were reset.";
$lang['sql_library']="SQL Library";
$lang['sql_attributes']="Attributes";
$lang['sql_enumsethelp']="With the Fieldtypes ENUM und SET please use the Size to enter the value list.
The values must be enclosed bei ' and separated with commas.
If using special characters they must be escaped by \ (Backslash)
Examples:
'a','b','c'
'ja','nein'
'x','y'";
$lang['sql_uploadedfile']="loaded file: ";
$lang['sql_import']="Import in Database `%s`";
$lang['export']="Export";
$lang['import']="Import";
$lang['importoptions']="Import Options";
$lang['csvoptions']="CSV Options";
$lang['importtable']="Import in Table";
$lang['newtable']="New table";
$lang['importsource']="Import Source";
$lang['fromtextbox']="from text box";
$lang['fromfile']="from file";
$lang['emptytablebefore']="Empty table before";
$lang['createautoindex']="Create Auto-Index";
$lang['csv_namefirstline']="Field names in first line";
$lang['csv_fieldseperate']="Fields separated with";
$lang['csv_fieldsenclosed']="Fields enclosed by";
$lang['csv_fieldsescape']="Fields escaped with";
$lang['csv_eol']="Seperate lines with";
$lang['csv_null']="Replace NULL with";
$lang['csv_fileopen']="Open CSV file";
$lang['importieren']="Import";
$lang['sql_export']="Export from Database `%s`";
$lang['exportoptions']="Export Options";
$lang['excel2003']="Excel from 2003";
$lang['showresult']="show result";
$lang['sendresultasfile']="send result as file";
$lang['exportlines']="<strong>%s</strong> lines exported";
$lang['csv_fieldcount_nomatch']="The count of fields doesn't match with that of the data to import (%d instead of %d).";
$lang['csv_fieldslines']="%d fields recognized, totally %d lines";
$lang['csv_errorcreatetable']="Error while creating table `%s` !";
$lang['fm_uploadfilerequest']="please choose a file.";
$lang['csv_nodata']="No data found for import!";
$lang['sqllib_generalfunctions']="general functions";
$lang['sqllib_resetauto']="reset auto-increment";
$lang['sqllib_boards']="Boards";
$lang['sqllib_deactivateboard']="deactivate Board";
$lang['sqllib_activateboard']="activate Board";
$lang['sql_notablesselected']="No tables selected !";
$lang['tools']="Tools";
$lang['tools_toolbox']="Select Database / Datebase functions / Import - Export ";
?>