%s 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 "%s" in table "%s" brings the following results';
$lang['L_SEARCH_NO_RESULTS'] = "The search for \"%s\" in table \"%s\" doesn't bring any hits!";
$lang['L_NO_ENTRIES'] = "Table \"%s\" 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';