1
0
Fork 0
MySQLDumper/language/pl/lang_sql.php

180 Zeilen
8.3 KiB
PHP

<?php
$lang['command']="Command";
$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['name']="Name";
$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_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 ";
$lang['sql_openfile']="Open SQL-File";
$lang['sql_openfile_button']="Upload";
$lang['max_upload_size']="Maximum filesize";
$lang['sql_search']="Search";
$lang['sql_searchwords']="Searchword(s)";
$lang['start_sql_search']="start search";
$lang['reset_searchwords']="reset searchwords";
$lang['search_options']="Searchoptions";
$lang['search_results']="The search for \"<b>%s</b>\" in table \"<b>%s</b>\" brings the following results";
$lang['search_no_results']="The search for \"<b>%s</b>\" in table \"<b>%s</b>\" doesn't bring any hits!";
$lang['no_entries']="Table \"<b>%s</b>\" is empty and doesn't have any entry.";
$lang['search_access_keys']="Browse: forward=ALT+V, backwards=ALT+C";
$lang['search_options_or']="a column must have one of the searchwords (OR-search)";
$lang['search_options_concat']="a row must contain all of the searchwords but they can be in any column (could take some time)";
$lang['search_options_and']="a column must contain all searchwords (AND-search)";
$lang['search_in_table']="Search in table";
$lang['sql_edit_tablestructure']="Edit tablestructure";
$lang['default_charset']="Default character set";
$lang['title_key_primary']="Primary key";
$lang['title_key_unique']="Unique key";
$lang['title_index']="Index";
$lang['title_key_fulltext']="Fulltext key";
$lang['title_nokey']="No key";
$lang['title_search']="Search";
$lang['title_mysql_help']="MySQl Documentation";
$lang['title_upload']="Upload SQL file";
$lang['primaryKey_deleted']="Primary key deleted";
$lang['primaryKey_notFound']="Primary key not found";
$lang['primaryKeys_changed']="Primary keys changed";
$lang['primaryKeys_changingError']="Error changing primary keys";
$lang['sql_view_compact']="View: compact";
$lang['sql_view_standard']="View: standard";
$lang['fields_of_table']="Fields of table";
?>