%s
at %d@%s';
$lang['btnResetSession'] = 'Reset Session';
$lang['btnViewTable'] = 'View Table';
$lang['defmissing'] = 'missing valid data definition';
$lang['nocreatetable'] = 'failed to create table %s';
$lang['reclocked'] = 'The record is currently locked!';
$lang['tablelocked'] = 'The table is currently locked!';
$lang['editnorelease'] = 'Releasing lock on record failed!';
$lang['notransact'] = 'Failed to start transaction!';
$lang['editnoid'] = 'Failed to get unique ID for new record!';
$lang['editprepare'] = 'Failed to prepare writing record!';
$lang['editexecute'] = 'Failed to write record!';
$lang['editcommit'] = 'Failed to commit writing record!';
$lang['editrollback'] = 'Failed to roll back writing record!';
$lang['editloadprepare'] = 'Failed to prepare loading record!';
$lang['editloadexecute'] = 'Failed to load record!';
$lang['editcantsave'] = 'Writing record failed: %s';
$lang['notarecord'] = 'Selected record does not exist!';
$lang['navprevious'] = 'and switch to previous record';
$lang['navnext'] = 'and switch to next record';
$lang['navreturn'] = 'and return to list';
$lang['delprepare'] = 'Failed to prepare deleting record!';
$lang['delexecute'] = 'Failed to delete record!';
$lang['delcommit'] = 'Failed to commit deleting record!';
$lang['nodrop'] = 'Failed to drop table %s!';
$lang['dropcommit'] = 'Failed to commit dropping table!';
$lang['countprepare'] = 'Failed to prepare counting record!';
$lang['countexecute'] = 'Failed to count record!';
$lang['listprepare'] = 'Failed to prepare listing records!';
$lang['listexecute'] = 'Failed to list records!';
$lang['hintsortasc'] = 'Sort by this column ascendingly';
$lang['hintsortdesc'] = 'Sort by this column descendingly';
$lang['hintflipfirst'] = 'Flip to first page';
$lang['hintflipprev'] = 'Flip to previous page';
$lang['hintflipnext'] = 'Flip to next page';
$lang['hintfliplast'] = 'Flip to last page';
$lang['recnumsingle'] = '%d record';
$lang['recnummulti'] = '%d records';
$lang['recnummultipage'] = '%d records on %d pages';
$lang['cmdadd'] = 'Add Record';
$lang['cmddrop'] = 'Drop Table';
$lang['enumunselected'] = 'Please select ...';
$lang['cmdprint'] = 'Print Version';
$lang['cmdcsv'] = 'Export to CSV';
$lang['cmdxml'] = 'Export to XML';
$lang['cmdlog'] = 'Export Changelog';
$lang['cmdview'] = 'View This Record';
$lang['cmdedit'] = 'Edit This Record';
$lang['cmddelete'] = 'Delete This Record';
$lang['cmdinsert'] = 'Insert Record Before This One';
$lang['cmdcopy'] = 'Add Copy of This Record';
$lang['cmdfilterapply'] = 'Apply filter';
$lang['cmdfilterintersect'] = 'Append intersection rule';
$lang['cmdfilterunion'] = 'Append union rule';
$lang['cmdsave'] = 'Save';
$lang['cmdnosave'] = 'Don\'t Save';
$lang['cmdokay'] = 'Okay';
$lang['cmdcancel'] = 'Cancel';
$lang['cmdreturn'] = 'Return';
$lang['cmddropfile'] = 'Drop File';
$lang['cmddl'] = 'Download';
$lang['confirmdelete'] = 'Do you really want to delete this record?';
$lang['confirmdrop'] = 'Do you really want to irreversibly drop this table?';
$lang['confirmdropfile'] = 'Do you really want to drop the attached image/file?';
$lang['oplike'] = 'like';
$lang['opnotlike'] = 'not like';
$lang['opand'] = 'and';
$lang['opor'] = 'or';
$lang['opset'] = 'is set';
$lang['opclear'] = 'is clear';
$lang['definline'] = 'invalid definition at line #%d';
$lang['defdouble'] = 'double column definition: %s';
$lang['invalidbool'] = 'invalid booltype option';
$lang['noaliased'] = 'missing aliased term';
$lang['emptyenum'] = 'no enumeration elements';
$lang['readerdisabled'] = 'related enumeration relies on custom view feature disabled in configuration';
$lang['multiacl'] = 'multi-column row-related ACL rejected';
$lang['invalidreader'] = 'invalid statement on related enumeration';
$lang['badtype'] = 'no such type: %s';
$lang['baddef'] = 'check definition in line %d: %s
';
$lang['emptydef'] = 'define at least one column
';
$lang['idnotable'] = 'Cannot create record ID pool!';
$lang['idreadprepare'] = 'Failed to prepare reading from ID pool!';
$lang['idreadexecute'] = 'Failed to read from ID pool!';
$lang['idwriteprepare'] = 'Failed to prepare writing to ID pool!';
$lang['idwriteexecute'] = 'Failed to write to ID pool!';
$lang['idcommit'] = 'Failed to commit operation on ID pool!';
$lang['idrollback'] = 'Failed to commit roll back on ID pool!';
$lang['idnoid'] = 'Failed to obtain unique ID from ID pool!';
$lang['userunknown'] = 'Failed to get name of current user!';
$lang['aclprepare'] = 'Failed to prepare reading row-related ACL!';
$lang['aclexecute'] = 'Failed to read row-related ACL!';
$lang['lognotable'] = 'Cannot create log file!';
$lang['logprepare'] = 'Failed to prepare writing to log file!';
$lang['logexecute'] = 'Failed to write to log file!';
$lang['locksuperlocked'] = 'Superordinated resource is locked!';
$lang['locksubprepare'] = 'Failed to prepare reading subordinated locks!';
$lang['locksubexecute'] = 'Failed to read subordinated locks!';
$lang['locksublocked'] = 'At least one subordinated resource is locked!';
$lang['lockreadprepare'] = 'Failed to prepare reading lock!';
$lang['lockreadexecute'] = 'Failed to read lock!';
$lang['lockwriteprepare'] = 'Failed to prepare writing lock!';
$lang['lockwriteexecute'] = 'Failed to write lock!';
$lang['locklocked'] = 'Requested resource is locked!';
$lang['lockcommit'] = 'Failed to commit operation on locks!';
$lang['lockrollback'] = 'Failed to roll back operation on locks!';
$lang['releaseprepare'] = 'Failed to prepare releasing lock!';
$lang['releaseexecute'] = 'Failed to release lock!';
$lang['releasecommit'] = 'Failed to commit releasing lock!';
$lang['releaserollback'] = 'Failed to roll back releasing lock!';
$lang['medianomedia'] = 'Linking non-media data rejected: %s';
$lang['mediana'] = 'Linked media not available!';
$lang['mediadenied'] = 'Accessing linked media denied!';
$lang['medianoeditor'] = 'Missing editor session file for linking!';
$lang['fileinvalid'] = 'Invalid file data!';
$lang['filebadupload'] = 'Upload failed: %s!';
$lang['filenoupload'] = 'Uploaded file is empty!';
$lang['filebadmime'] = 'Invalid type of file!';
$lang['filenoimage'] = 'Uploaded file is not an image!';
$lang['fileimagealt'] = 'Image in "%s" (MIME: %s)';
$lang['fileincomplete'] = 'Incomplete file read!';
$lang['fileexternal'] = 'Adjusting external file disabled!';
$lang['fileexternalfound'] = 'externally provided file: found';
$lang['fileexternalnotfound'] = 'externally provided file: not found';
$lang['filedenied'] = 'access denied'; // on accessing hidden files
$lang['filedlhint'] = 'Opens file for download';
$lang['markrequired'] = 'You need to set this mark!';
$lang['required'] = 'Add this information as it is required!';
$lang['badenum'] = 'Invalid selection!';
$lang['badinteger'] = 'Invalid integer value!';
$lang['baddate'] = 'Invalid date value!';
$lang['badtime'] = 'Invalid time value!';
$lang['baddatetime'] = 'Incomplete date/time value!';
$lang['baddatetimetail'] = 'Invalid additional information next to date/time value!';
$lang['badphonefax'] = 'Invalid phone/fax number!';
$lang['badfloat'] = 'Invalid float value!';
$lang['badmoney'] = 'Invalid monetary information!';
$lang['badmoneytail'] = 'Invalid additional information next to monetary information!';
$lang['badurl'] = 'Invalid URL!';
$lang['badurlnoabs'] = 'An absolute URL is required!';
$lang['badmail'] = 'Invalid mail address!';
$lang['badmailunknown'] = 'Unknown domain in mail address!';
$lang['badaclrule'] = 'Invalid ACL rule or rule element!';
$lang['today'] = 'today'; // detected on parsing dates
$lang['now'] = 'now'; // detected on parsing time
$lang['hidden'] = 'hidden'; // used to list hidden fields in a record
$lang['NULL'] = 'NULL'; // used to list unset values
$lang['none'] = 'none'; // used to mark missing file
$lang['printtitle'] = 'Print version of table %s';
$lang['consoleoff'] = 'Console is disabled in configuration!';
$lang['consolesession'] = 'Session data is not available, thus history is disabled!';
$lang['consolegoodresult'] = 'Query okay, empty result';
$lang['consolebtn'] = 'Submit query';
$lang['consolesqlitedoc'] = 'SQLite language reference';
$lang['consoledbselector'] = 'Database (omit for current page):';
$lang['consolehelpershortcuts'] = 'Shortcuts:';
$lang['consolehelperkeys'] = 'List keys';
$lang['consolehelperlocks'] = 'List locks';
$lang['consolehelperlog'] = 'List log';
$lang['consolehelpertables'] = 'List tables';
$lang['consolehelpervac'] = 'Compress DB file';
$lang['consolehelpertemplates'] = 'Templates:';
$lang['consolehelperread'] = 'Read record(s)';
$lang['consolehelperreadsql'] = 'SELECT * FROM WHERE =';
$lang['consolehelperedit'] = 'Edit record(s)';
$lang['consolehelpereditsql'] = 'UPDATE SET =,= WHERE =';
$lang['consolehelperdelete'] = 'Delete record(s)';
$lang['consolehelperdeletesql'] = 'DELETE FROM WHERE =';
$lang['consolehelperadd'] = 'Insert record(s)';
$lang['consolehelperaddsql'] = 'INSERT INTO ( ,, ) VALUES ( ,, )';
$lang['consolehelperhistory'] = 'History:';