191 lines
9.6 KiB
PHP
191 lines
9.6 KiB
PHP
<?php
|
|
|
|
$lang['L_COMMAND'] = 'Command';
|
|
$lang['L_IMPORT_NOTABLE'] = 'No table was selected for import!';
|
|
$lang['L_PASSWORD_STRENGTH'] = 'Password strength';
|
|
$lang['L_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['L_SQL_EXEC'] = 'Execute SQL Statement';
|
|
$lang['L_SQL_DATAVIEW'] = 'Data View';
|
|
$lang['L_SQL_TABLEVIEW'] = 'Table View';
|
|
$lang['L_SQL_VONINS'] = 'from totally';
|
|
$lang['L_SQL_NODATA'] = 'no records';
|
|
$lang['L_SQL_RECORDUPDATED'] = 'Record was updated';
|
|
$lang['L_SQL_RECORDINSERTED'] = 'Record was added';
|
|
$lang['L_SQL_BACKDBOVERVIEW'] = 'Back to Overview';
|
|
$lang['L_SQL_RECORDDELETED'] = 'Record was deleted';
|
|
$lang['L_ASKTABLEEMPTY'] = 'Should the table `%s` be emptied?';
|
|
$lang['L_SQL_RECORDEDIT'] = 'edit record';
|
|
$lang['L_SQL_RECORDNEW'] = 'new record';
|
|
$lang['L_ASKDELETERECORD'] = 'Are you sure to delete this record?';
|
|
$lang['L_ASKDELETETABLE'] = 'Should the table `%s` be deleted?';
|
|
$lang['L_SQL_BEFEHLE'] = 'SQL Commands';
|
|
$lang['L_SQL_BEFEHLNEU'] = 'New command';
|
|
$lang['L_SQL_BEFEHLSAVED1'] = 'SQL Command';
|
|
$lang['L_SQL_BEFEHLSAVED2'] = 'was added';
|
|
$lang['L_SQL_BEFEHLSAVED3'] = 'was saved';
|
|
$lang['L_SQL_BEFEHLSAVED4'] = 'was moved up';
|
|
$lang['L_SQL_BEFEHLSAVED5'] = 'was deleted';
|
|
$lang['L_SQL_QUERYENTRY'] = 'The Query contains';
|
|
$lang['L_SQL_COLUMNS'] = 'Columns';
|
|
$lang['L_ASKDBDELETE'] = 'Do you want to delete the Database `%s` with the content?';
|
|
$lang['L_ASKDBEMPTY'] = 'Do you want to empty the Database `%s` ?';
|
|
$lang['L_ASKDBCOPY'] = 'Do you want to copy database `%s` to database `%s`?';
|
|
$lang['L_SQL_TABLENEW'] = 'Edit Tables';
|
|
$lang['L_SQL_OUTPUT'] = 'SQL Output';
|
|
$lang['L_DO_NOW'] = 'operate now';
|
|
$lang['L_SQL_NAMEDEST_MISSING'] = 'Name of Destination is missing !';
|
|
$lang['L_ASKDELETEFIELD'] = 'Do you want to delete the Field?';
|
|
$lang['L_SQL_COMMANDS_IN'] = ' lines in ';
|
|
$lang['L_SQL_COMMANDS_IN2'] = ' sec. parsed.';
|
|
$lang['L_SQL_OUT1'] = 'Executed ';
|
|
$lang['L_SQL_OUT2'] = 'Commands';
|
|
$lang['L_SQL_OUT3'] = 'It had ';
|
|
$lang['L_SQL_OUT4'] = 'Comments';
|
|
$lang['L_SQL_OUT5'] = "Because the output contains more than 5000 lines it isn't displayed.";
|
|
$lang['L_SQL_SELECDB'] = 'Select Database';
|
|
$lang['L_SQL_TABLESOFDB'] = 'Tables of Database';
|
|
$lang['L_SQL_EDIT'] = 'edit';
|
|
$lang['L_SQL_NOFIELDDELETE'] = 'Delete is not possible because Tables must contain at least one field.';
|
|
$lang['L_SQL_FIELDDELETE1'] = 'The Field';
|
|
$lang['L_SQL_DELETED'] = 'was deleted';
|
|
$lang['L_SQL_CHANGED'] = 'was changed.';
|
|
$lang['L_SQL_CREATED'] = 'was created.';
|
|
$lang['L_SQL_NODEST_COPY'] = 'No Copy without Destination !';
|
|
$lang['L_SQL_DESTTABLE_EXISTS'] = 'Destination Table exists !';
|
|
$lang['L_SQL_SCOPY'] = 'Table structure of `%s` was copied in Table `%s`.';
|
|
$lang['L_SQL_TCOPY'] = 'Table `%s` was copied with data in Table `%s`.';
|
|
$lang['L_SQL_TABLENONAME'] = 'Table needs a name!';
|
|
$lang['L_SQL_TBLNAMEEMPTY'] = "Table name can't be empty!";
|
|
$lang['L_SQL_COLLATENOTMATCH'] = "Charset and Collation don't fit together!";
|
|
$lang['L_SQL_FIELDNAMENOTVALID'] = 'Error: No valid fieldname';
|
|
$lang['L_SQL_CREATETABLE'] = 'create table';
|
|
$lang['L_SQL_COPYTABLE'] = 'copy table';
|
|
$lang['L_SQL_STRUCTUREONLY'] = 'Only Structure';
|
|
$lang['L_SQL_STRUCTUREDATA'] = 'Structure and Data';
|
|
$lang['L_SQL_NOTABLESINDB'] = 'No tables found in Database';
|
|
$lang['L_SQL_SELECTTABLE'] = 'select table';
|
|
$lang['L_SQL_SHOWDATATABLE'] = 'Show Data of Table';
|
|
$lang['L_SQL_TBLPROPSOF'] = 'Table properties of';
|
|
$lang['L_SQL_EDITFIELD'] = 'Edit field';
|
|
$lang['L_SQL_NEWFIELD'] = 'New field';
|
|
$lang['L_SQL_INDEXES'] = 'Indices';
|
|
$lang['L_SQL_ATPOSITION'] = 'insert at position';
|
|
$lang['L_SQL_FIRST'] = 'first';
|
|
$lang['L_SQL_AFTER'] = 'after';
|
|
$lang['L_SQL_CHANGEFIELD'] = 'change field';
|
|
$lang['L_SQL_INSERTFIELD'] = 'insert field';
|
|
$lang['L_SQL_INSERTNEWFIELD'] = 'insert new field';
|
|
$lang['L_SQL_TABLEINDEXES'] = 'Indexes of table';
|
|
$lang['L_SQL_ALLOWDUPS'] = 'Duplicates allowed';
|
|
$lang['L_SQL_CARDINALITY'] = 'Cardinality';
|
|
$lang['L_SQL_TABLENOINDEXES'] = 'No Indexes in Table';
|
|
$lang['L_SQL_CREATEINDEX'] = 'create new index';
|
|
$lang['L_SQL_WASEMPTIED'] = 'was emptied';
|
|
$lang['L_SQL_RENAMEDTO'] = 'was renamed to';
|
|
$lang['L_SQL_DBCOPY'] = 'The Content of Database `%s` was copied in Database `%s`.';
|
|
$lang['L_SQL_DBSCOPY'] = 'The Structure of Database `%s` was copied in Database `%s`.';
|
|
$lang['L_SQL_WASCREATED'] = 'was created';
|
|
$lang['L_SQL_RENAMEDB'] = 'Rename Database';
|
|
$lang['L_SQL_ACTIONS'] = 'Actions';
|
|
$lang['L_SQL_CHOOSEACTION'] = 'Choose action';
|
|
$lang['L_SQL_DELETEDB'] = 'Delete Database';
|
|
$lang['L_SQL_EMPTYDB'] = 'Empty Database';
|
|
$lang['L_SQL_COPYDATADB'] = 'Copy complete Database to';
|
|
$lang['L_SQL_COPYSDB'] = 'Copy Structure of Database';
|
|
$lang['L_SQL_IMEXPORT'] = 'Import-Export';
|
|
$lang['L_INFO_RECORDS'] = 'records';
|
|
$lang['L_NAME'] = 'Name';
|
|
$lang['L_ASKTABLEEMPTYKEYS'] = 'Should the table `%s` be emptied and the Indices reset?';
|
|
$lang['L_EDIT'] = 'edit';
|
|
$lang['L_DELETE'] = 'delete';
|
|
$lang['L_EMPTY'] = 'empty';
|
|
$lang['L_EMPTYKEYS'] = 'empty and reset indexes';
|
|
$lang['L_SQL_TABLEEMPTIED'] = 'Table `%s` was deleted.';
|
|
$lang['L_SQL_TABLEEMPTIEDKEYS'] = 'Table `%s` was deleted and the indices were reset.';
|
|
$lang['L_SQL_LIBRARY'] = 'SQL Library';
|
|
$lang['L_SQL_ATTRIBUTES'] = 'Attributes';
|
|
$lang['L_SQL_UPLOADEDFILE'] = 'loaded file: ';
|
|
$lang['L_SQL_IMPORT'] = 'Import in Database `%s`';
|
|
$lang['L_EXPORT'] = 'Export';
|
|
$lang['L_IMPORT'] = 'Import';
|
|
$lang['L_IMPORTOPTIONS'] = 'Import Options';
|
|
$lang['L_CSVOPTIONS'] = 'CSV Options';
|
|
$lang['L_IMPORTTABLE'] = 'Import in Table';
|
|
$lang['L_NEWTABLE'] = 'New table';
|
|
$lang['L_IMPORTSOURCE'] = 'Import Source';
|
|
$lang['L_FROMTEXTBOX'] = 'from text box';
|
|
$lang['L_FROMFILE'] = 'from file';
|
|
$lang['L_EMPTYTABLEBEFORE'] = 'Empty table before';
|
|
$lang['L_CREATEAUTOINDEX'] = 'Create Auto-Index';
|
|
$lang['L_CSV_NAMEFIRSTLINE'] = 'Field names in first line';
|
|
$lang['L_CSV_FIELDSEPERATE'] = 'Fields separated with';
|
|
$lang['L_CSV_FIELDSENCLOSED'] = 'Fields enclosed by';
|
|
$lang['L_CSV_FIELDSESCAPE'] = 'Fields escaped with';
|
|
$lang['L_CSV_EOL'] = 'Seperate lines with';
|
|
$lang['L_CSV_NULL'] = 'Replace NULL with';
|
|
$lang['L_CSV_FILEOPEN'] = 'Open CSV file';
|
|
$lang['L_IMPORTIEREN'] = 'Import';
|
|
$lang['L_SQL_EXPORT'] = 'Export from Database `%s`';
|
|
$lang['L_EXPORTOPTIONS'] = 'Export Options';
|
|
$lang['L_EXCEL2003'] = 'Excel from 2003';
|
|
$lang['L_SHOWRESULT'] = 'show result';
|
|
$lang['L_SENDRESULTASFILE'] = 'send result as file';
|
|
$lang['L_EXPORTLINES'] = '<strong>%s</strong> lines exported';
|
|
$lang['L_CSV_FIELDCOUNT_NOMATCH'] = "The count of fields doesn't match with that of the data to import (%d instead of %d).";
|
|
$lang['L_CSV_FIELDSLINES'] = '%d fields recognized, totally %d lines';
|
|
$lang['L_CSV_ERRORCREATETABLE'] = 'Error while creating table `%s` !';
|
|
$lang['L_FM_UPLOADFILEREQUEST'] = 'please choose a file.';
|
|
$lang['L_CSV_NODATA'] = 'No data found for import!';
|
|
$lang['L_SQLLIB_GENERALFUNCTIONS'] = 'general functions';
|
|
$lang['L_SQLLIB_RESETAUTO'] = 'reset auto-increment';
|
|
$lang['L_SQLLIB_BOARDS'] = 'Boards';
|
|
$lang['L_SQLLIB_DEACTIVATEBOARD'] = 'deactivate Board';
|
|
$lang['L_SQLLIB_ACTIVATEBOARD'] = 'activate Board';
|
|
$lang['L_SQL_NOTABLESSELECTED'] = 'No tables selected !';
|
|
$lang['L_TOOLS'] = 'Tools';
|
|
$lang['L_TOOLS_TOOLBOX'] = 'Select Database / Datebase functions / Import - Export ';
|
|
$lang['L_SQL_OPENFILE'] = 'Open SQL-File';
|
|
$lang['L_SQL_OPENFILE_BUTTON'] = 'Upload';
|
|
$lang['L_MAX_UPLOAD_SIZE'] = 'Maximum file size';
|
|
$lang['L_SQL_SEARCH'] = 'Search';
|
|
$lang['L_SQL_SEARCHWORDS'] = 'Searchword(s)';
|
|
$lang['L_START_SQL_SEARCH'] = 'start search';
|
|
$lang['L_RESET_SEARCHWORDS'] = 'reset search words';
|
|
$lang['L_SEARCH_OPTIONS'] = 'Search options';
|
|
$lang['L_SEARCH_RESULTS'] = 'The search for "<b>%s</b>" in table "<b>%s</b>" brings the following results';
|
|
$lang['L_SEARCH_NO_RESULTS'] = "The search for \"<b>%s</b>\" in table \"<b>%s</b>\" doesn't bring any hits!";
|
|
$lang['L_NO_ENTRIES'] = "Table \"<b>%s</b>\" is empty and doesn't have any entry.";
|
|
$lang['L_SEARCH_ACCESS_KEYS'] = 'Browse: forward=ALT+V, backwards=ALT+C';
|
|
$lang['L_SEARCH_OPTIONS_OR'] = 'a column must have one of the search words (OR-search)';
|
|
$lang['L_SEARCH_OPTIONS_CONCAT'] = 'a row must contain all of the search words but they can be in any column (could take some time)';
|
|
$lang['L_SEARCH_OPTIONS_AND'] = 'a column must contain all search words (AND-search)';
|
|
$lang['L_SEARCH_IN_TABLE'] = 'Search in table';
|
|
$lang['L_ERROR_NO_FIELDS'] = 'Search error: it could not be determined which fields the table "%s" has!';
|
|
$lang['L_SQL_EDIT_TABLESTRUCTURE'] = 'Edit table structure';
|
|
$lang['L_DEFAULT_CHARSET'] = 'Default character set';
|
|
$lang['L_TITLE_KEY_PRIMARY'] = 'Primary key';
|
|
$lang['L_TITLE_KEY_UNIQUE'] = 'Unique key';
|
|
$lang['L_TITLE_INDEX'] = 'Index';
|
|
$lang['L_TITLE_KEY_FULLTEXT'] = 'Fulltext key';
|
|
$lang['L_TITLE_NOKEY'] = 'No key';
|
|
$lang['L_TITLE_SEARCH'] = 'Search';
|
|
$lang['L_TITLE_MYSQL_HELP'] = 'MySQl Documentation';
|
|
$lang['L_TITLE_UPLOAD'] = 'Upload SQL file';
|
|
$lang['L_PRIMARYKEY_DELETED'] = 'Primary key deleted';
|
|
$lang['L_PRIMARYKEY_NOTFOUND'] = 'Primary key not found';
|
|
$lang['L_PRIMARYKEYS_CHANGED'] = 'Primary keys changed';
|
|
$lang['L_PRIMARYKEYS_CHANGINGERROR'] = 'Error changing primary keys';
|
|
$lang['L_SQL_VIEW_COMPACT'] = 'View: compact';
|
|
$lang['L_SQL_VIEW_STANDARD'] = 'View: standard';
|
|
$lang['L_FIELDS_OF_TABLE'] = 'Fields of table';
|
|
$lang['L_ENGINE'] = 'Engine';
|
|
$lang['L_USERNAME'] = 'Username';
|
|
$lang['L_PASSWORD'] = 'Password';
|
|
$lang['L_PASSWORD_REPEAT'] = 'Password (repeat)';
|
|
$lang['L_INFO_SIZE'] = 'Size';
|
|
$lang['L_TABLE_TYPE'] = 'Type';
|
|
$lang['L_KEY_DELETED'] = 'Index deleted';
|
|
$lang['L_KEY_DELETEERROR'] = 'Error deleting index';
|
|
$lang['L_KEY_ADDED'] = 'Index added';
|
|
$lang['L_KEY_ADDERROR'] = 'Error adding index';
|