Unit SqlitePassErrorLang

DescriptionusesClasses, Interfaces, Objects and RecordsFunctions and ProceduresTypesConstantsVariables

Description

This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

—————————————————————————

Messages localisation unit Author : Luc DAVID Email: luckylazarus@free.fr 2006-2009

Major changes are indicated in the \Documentation\changes.pdf file Last update : 05.01.2009

—————————————————————————

Overview

Constants

CRLF = #13#10;
Msg1000 = 'Error';
Msg1001 = 'Unknown';
Msg1002 = 'No Error';
Msg1005 = 'TSqlitePassDatabase.Open : Database property is not defined.';
Msg1007 = 'TSqlitePassDatabase.Open : Unable to open the database.';
Msg1010 = 'TSqlitePassDatabase.SetFDatabase : Cannot set Database while Database is connected.';
Msg1015 = 'TSqlitePassDatabase.SetFSQLiteLibrary : Cannot set SQLite library while Database is connected.';
Msg1037 = 'TSqlitePassDatabase.SetFDatabaseParameters : Cannot set DatabaseParameters while Database is connected.';
Msg1038 = 'Cannot find Database :';
Msg1040 = 'TSqlitePassDataset.GetRecord, No record found, dataset is empty.';
Msg1041 = 'TSqlitePassDatabase.AttachDatabase : Database type mismatch.';
Msg1042 = 'TSqlitePassDatabase.SetFDatabaseType : Do you want to replace your DatatypeOptions by the default ones for this database type ? ';
Msg1044 = 'TSqlitePassDatabase.DataTypeOptions.LoadFromDatabase : Error while loading data from database. ' + 'The "SqlitePass__DbSettings" table is corrupted or was created using an old version of this component. ' + ' Do you want to remove the "SqlitePass__DbSettings" from your database ? (A new table will be created on database closing).';
Msg1046 = 'TSqlitePassDatabase.DeleteDatabase : Unable to delete the file %s .';
Msg1100 = 'Select the Ellipsis button';
Msg1800 = 'TSqlitePassDatabasesAttached.DatabaseByName : Database %s not found.';
Msg2002 = 'TSqlitePassDataset.ExecSQL : Cannot execute SQL query while Database is not Assigned or Connected.';
Msg2003 = 'TSqlitePassDataset.ExecuteSQL : Cannot execute SQL query while Database is not Assigned or Connected.';
Msg2011 = 'TSqlitePassDataset.SetFDatabase : Cannot set Database while Dataset is active.';
Msg2012 = 'TSqlitePassDataset.SetFDatasetName : Cannot set DatasetName while Dataset is active.';
Msg2015 = 'TSqlitePassDataset.SetFSQL : Cannot set SQL while a Table, Query or View is selected.';
Msg2016 = 'TSqlitePassDataset.SetFSQL : Cannot set SQL while Dataset is selected.';
Msg2018 = 'TSqlitePassDataset.Open : Missing Database Property';
Msg2019 = 'TSqlitePassDataset.Open : Missing DatasetName, or SQL is empty.';
Msg2020 = 'TSqlitePassDataset.Open : Unable to open Dataset because the Database is not connected';
Msg2021 = 'TSqlitePassDataset.Open : Unable to open Dataset because the Database is not connected. Check the components create order ' + 'of your form. The database must be created before the datasets';
Msg2022 = 'TSqlitePassDataset.Post : Error while posting record. The PrimaryKey value is already present in the dataset...';
Msg2024 = 'TSqlitePassDataset.Delete : Error while deleting record.';
Msg2025 = 'TSqlitePassDataset.InitFieldDefs : Columns count from parsed SQL statement doesn''t match SQLite engine columns count.';
Msg2026 = 'TSqlitePassDataset.SetMasterDataSource : Datasource circular reference not supported';
Msg2027 = 'TSqlitePassDataset.InitFieldDefs : Cannot retrieve FieldDefs because dataset is closed.';
Msg2028 = 'TSqlitePassDataset.SetFDatasetName : This will clear all defined fields. Do ou want to continue ?';
Msg2029 = 'TSqlitePassDataset.InternalOpen : Cannot Open Dataset.';
Msg2030 = 'TSqlitePassDataset.SetFLookUpCache : Cannot set LookUpCache while Dataset is active.';
Msg2032 = 'TSqlitePassDataset.SetDataField : Cannot set data. This field is readonly.';
Msg2033 = 'TSqlitePassDataset.SetFWriteMode : Cannot set WriteMode while Dataset is active.';
Msg2070 = 'TSqlitePassDatasets.DatasetByName : Dataset %s not found.';
Msg3000 = 'The function %s was not found in the current installed Sqlite library';
Msg3001 = 'file %s not found in path';
Msg3010 = 'TSqlitePassEngine.BindParam : invalid format for blob data.';
Msg3011 = 'TSqlitePassEngine.BindValue : Unknown field type : %s';
Msg3012 = 'TSqlitePassEngine.CreateDatabase : the database was not created. The file %s already exists';
Msg3013 = 'Unable to execute SQL query : %s%s';
Msg3014 = 'Database engine is not available %s';
Msg3100 = 'TSqlitePassTableDefs.TableByName : Requested table not found';
Msg3200 = 'TSqlitePassIndexDefs.IndexByName : Requested index not found';
Msg3210 = 'TSqlitePassIndexColumns.ColumnByName : Requested column not found';
Msg3220 = 'TSqlitePassIndex.SetFIndexName : %s is not a valid index name. ' +'First character must be like [A..Z, a..z, _ ] and others like ' +'[A..Z, a..z, 0..9, _ ]';
Msg3300 = 'TSqlitePassQueryDefs.QueryByName : Requested query not found';
Msg3400 = 'TSqlitePassViews.ViewByName : Requested view not found';
Msg3500 = 'TSqlitePassTriggers.TriggerByName : Requested Trigger not found';
Msg3600 = 'TSqlitePassFieldDefs.FieldByName : Requested FieldDef not found';
Msg3700 = 'TSqlitePassTableDefs.TableByName : Requested TableDef not found';
Msg3800 = 'TSqlitePassStmtSection.SectionByName : Requested Section not found';
Msg3900 = 'TSqlitePassSelectStmt.BuildSchema : Table or field not found ';
Msg3950 = 'TSqlitePassSelectStmts.SQLStmtByName : Requested SQLStmt not found';
Msg4000 = 'TSqlitePassTranslator_Kexi.GetDatabaseTableFieldDefs : Error while opening system dataset : %s';

Description

Constants

CRLF = #13#10;

******************************************************* DatabaseError Messages

Msg1000 = 'Error';

Generic messages

Msg1001 = 'Unknown';
 
Msg1002 = 'No Error';
 
Msg1005 = 'TSqlitePassDatabase.Open : Database property is not defined.';

SqlitePassDatabase messages

Msg1007 = 'TSqlitePassDatabase.Open : Unable to open the database.';
 
Msg1010 = 'TSqlitePassDatabase.SetFDatabase : Cannot set Database while Database is connected.';
 
Msg1015 = 'TSqlitePassDatabase.SetFSQLiteLibrary : Cannot set SQLite library while Database is connected.';
 
Msg1037 = 'TSqlitePassDatabase.SetFDatabaseParameters : Cannot set DatabaseParameters while Database is connected.';
 
Msg1038 = 'Cannot find Database :';
 
Msg1040 = 'TSqlitePassDataset.GetRecord, No record found, dataset is empty.';
 
Msg1041 = 'TSqlitePassDatabase.AttachDatabase : Database type mismatch.';
 
Msg1042 = 'TSqlitePassDatabase.SetFDatabaseType : Do you want to replace your DatatypeOptions by the default ones for this database type ? ';
 
Msg1044 = 'TSqlitePassDatabase.DataTypeOptions.LoadFromDatabase : Error while loading data from database. ' + 'The "SqlitePass__DbSettings" table is corrupted or was created using an old version of this component. ' + ' Do you want to remove the "SqlitePass__DbSettings" from your database ? (A new table will be created on database closing).';
 
Msg1046 = 'TSqlitePassDatabase.DeleteDatabase : Unable to delete the file %s .';
 
Msg1100 = 'Select the Ellipsis button';
 
Msg1800 = 'TSqlitePassDatabasesAttached.DatabaseByName : Database %s not found.';

SqlitePassDatabasesAttached messages

Msg2002 = 'TSqlitePassDataset.ExecSQL : Cannot execute SQL query while Database is not Assigned or Connected.';

SqlitePassDataset

Msg2003 = 'TSqlitePassDataset.ExecuteSQL : Cannot execute SQL query while Database is not Assigned or Connected.';
 
Msg2011 = 'TSqlitePassDataset.SetFDatabase : Cannot set Database while Dataset is active.';
 
Msg2012 = 'TSqlitePassDataset.SetFDatasetName : Cannot set DatasetName while Dataset is active.';
 
Msg2015 = 'TSqlitePassDataset.SetFSQL : Cannot set SQL while a Table, Query or View is selected.';
 
Msg2016 = 'TSqlitePassDataset.SetFSQL : Cannot set SQL while Dataset is selected.';
 
Msg2018 = 'TSqlitePassDataset.Open : Missing Database Property';
 
Msg2019 = 'TSqlitePassDataset.Open : Missing DatasetName, or SQL is empty.';
 
Msg2020 = 'TSqlitePassDataset.Open : Unable to open Dataset because the Database is not connected';
 
Msg2021 = 'TSqlitePassDataset.Open : Unable to open Dataset because the Database is not connected. Check the components create order ' + 'of your form. The database must be created before the datasets';
 
Msg2022 = 'TSqlitePassDataset.Post : Error while posting record. The PrimaryKey value is already present in the dataset...';
 
Msg2024 = 'TSqlitePassDataset.Delete : Error while deleting record.';
 
Msg2025 = 'TSqlitePassDataset.InitFieldDefs : Columns count from parsed SQL statement doesn''t match SQLite engine columns count.';
 
Msg2026 = 'TSqlitePassDataset.SetMasterDataSource : Datasource circular reference not supported';
 
Msg2027 = 'TSqlitePassDataset.InitFieldDefs : Cannot retrieve FieldDefs because dataset is closed.';
 
Msg2028 = 'TSqlitePassDataset.SetFDatasetName : This will clear all defined fields. Do ou want to continue ?';
 
Msg2029 = 'TSqlitePassDataset.InternalOpen : Cannot Open Dataset.';
 
Msg2030 = 'TSqlitePassDataset.SetFLookUpCache : Cannot set LookUpCache while Dataset is active.';
 
Msg2032 = 'TSqlitePassDataset.SetDataField : Cannot set data. This field is readonly.';
 
Msg2033 = 'TSqlitePassDataset.SetFWriteMode : Cannot set WriteMode while Dataset is active.';
 
Msg2070 = 'TSqlitePassDatasets.DatasetByName : Dataset %s not found.';

TSqlitePassDatasets

Msg3000 = 'The function %s was not found in the current installed Sqlite library';

Sqlite library messages

Msg3001 = 'file %s not found in path';
 
Msg3010 = 'TSqlitePassEngine.BindParam : invalid format for blob data.';

SqlitePassEngine

Msg3011 = 'TSqlitePassEngine.BindValue : Unknown field type : %s';
 
Msg3012 = 'TSqlitePassEngine.CreateDatabase : the database was not created. The file %s already exists';
 
Msg3013 = 'Unable to execute SQL query : %s%s';
 
Msg3014 = 'Database engine is not available %s';
 
Msg3100 = 'TSqlitePassTableDefs.TableByName : Requested table not found';

TSqlitePassTableDefs

Msg3200 = 'TSqlitePassIndexDefs.IndexByName : Requested index not found';

TSqlitePassIndexes

Msg3210 = 'TSqlitePassIndexColumns.ColumnByName : Requested column not found';
 
Msg3220 = 'TSqlitePassIndex.SetFIndexName : %s is not a valid index name. ' +'First character must be like [A..Z, a..z, _ ] and others like ' +'[A..Z, a..z, 0..9, _ ]';
 
Msg3300 = 'TSqlitePassQueryDefs.QueryByName : Requested query not found';

TSqlitePassQueryDefs

Msg3400 = 'TSqlitePassViews.ViewByName : Requested view not found';

TSqlitePassViews

Msg3500 = 'TSqlitePassTriggers.TriggerByName : Requested Trigger not found';

TSqlitePassTriggers

Msg3600 = 'TSqlitePassFieldDefs.FieldByName : Requested FieldDef not found';

TSqlitePassFieldDefs

Msg3700 = 'TSqlitePassTableDefs.TableByName : Requested TableDef not found';

TSqlitePassTableDefs

Msg3800 = 'TSqlitePassStmtSection.SectionByName : Requested Section not found';

TSqlitePassStmtSections

Msg3900 = 'TSqlitePassSelectStmt.BuildSchema : Table or field not found ';

TSqlitePassSelectStmt

Msg3950 = 'TSqlitePassSelectStmts.SQLStmtByName : Requested SQLStmt not found';

TSqlitePassSelectStmts

Msg4000 = 'TSqlitePassTranslator_Kexi.GetDatabaseTableFieldDefs : Error while opening system dataset : %s';

TSqlitePassTranslator_Kexi


Generated by PasDoc 0.11.0 on 2009-01-11 21:18:00