<?php /************************************************************* * The MyDB librairy and applications are product of SQLFusion * It may be used and/or distributed under the terms of the Q Public * License (QPL) version 1.0, enclosed in the file licence.txt. ****************************************************************/ /** MyDATA Version 0.9 **/ /** Author Philippe Lewicki **/ /********************* * Language English *********************/ $strShowingRecords = "Showing records "; $strNoRecords = "There is no records"; $strTotal = "total"; $strEdit = "Edit"; $strPrevious = "Previous"; $strNext = "Next"; $strDelete = "Delete"; $strDeleted = "The row has been deleted"; $strLinkedTable = "Linked Table"; $strPos1 = "Begin"; $strEnd = "End"; $strInsertNewRow = "Insert new row"; $strYes = "Yes"; $strNo = "No"; $strDoYouReallyDelete = "Do you really want to delete this record"; $strDoQuery = "Do a query on the table" ; $strUploadRecord = "Upload the records" ; $strEqual = "Eqal"; $strValueWith = "With" ; $strStartWith = "Start with"; $strNotStartWith = "Dont start with" ; $strEndWith = "End with"; $strNotEndWith = "Dont end with" ; $strNotValueWith = "Not with"; $strNotEqual = "Not equal "; $strSuperior= "Superior at"; $strInferior = "Inferior at"; $strSupperiorEqual = "Supérior or equal at " ; $strInferiorEqual = "Inferior or equal at "; $strAND = "AND"; $strOR = "OR"; $strWordStartWith = "A word start with"; $strWordEndWith = "A word end with"; $strIsNotEmpty = "Is not empty" ; $strNewCondition = "Add a new condition"; $strDoQuery = "Do a Query"; $strWilcard = "You can use the character \"%\" as wilcard. "; $strExecute = "Submit"; $strPassorwAllReadyUsed = "Login or password already in use"; $strErrorAccessType = "You must have 1 login and 1 password" ; $strWrongEmail = "The email adresse you enter is incorect." ; $strRequiredField = "You must fill all the required fields "; $strErrorPasswordnotmatch = "The two password are different "; $strErrorLoginPasswordAlreadyUsed = "You must choose an other login and password"; $urlError = "error.php3"; $strInsertError = "Error while inserting the record"; ?>