initLanguage = "Choose your language" ; $this->initTitre = "General parameters" ; $this->initYes = "Yes"; $this->initNo = "No"; $this->initOut = "Exit FlasMyAdmin"; $this->initValid = "Ok"; $this->initCancel = "Cancel"; // Preferences / Congiguration $this->cfgTitle = "Preferences and Options" ; $this->cfgHelpy = "Enable wisards (Now translated in english)"; $this->cfgVoice = "Enable vocal help.(Future)"; $this->cfgNoValidate = "No validation dialogs"; $this->cfgXmedia = "Enable MultiMedia"; $this->cfgNoUtf8 = "Disable Unicode (The local system page will be used for countries characters)"; // All purpose $this->allMore = "More (recommended)..."; $this->allPrecedent = "Previous"; $this->allFollowing = "following"; $this->allDisplay = "Don't display anymore this window."; $this->allAlertTitle = "Warning"; $this->allMessageTitle = "Message"; $this->allNoValidate = "No more have to validate successful actions"; $this->allDelete = "Delete" ; $this->allDeleteTitle = "Do you confirm the suppression" ; $this->allDeleteOk1 = "is deleted" ; $this->allDeleteOk2 = "is deleted" ; // female in some others languages $this->allOk = "is done" ; $this->allYes = "Yes" ; $this->allNo = "No" ; $this->allAnd = "AND" ; $this->allOr = "OR" ; $this->allTrue = "True" ; $this->allFalse = "False" ; $this->allValid = "OK"; $this->allCancel = "Cancel"; $this->allNone = "None"; $this->allNone2 = "None"; $this->allMySqlReturnError = "MySql returned this error"; $this->allInsert = "Insert" ; $this->allSort = "Sort" ; $this->allApply = "Apply" ; $this->allReturnParam = "Return to language choice and options." ; $this->allSaveWin = "Save these datas on your local computer"; $this->allClose = "Close" ; $this->allDown = "Down" ; $this->allUp = "Up" ; $this->allNoRights = "In this version : You don't have rights to do this" ; $this->allDb = "the base" ; $this->allCurrentTable = "Current table :"; $this->allFatalError = "FATAL ERROR : Server's main program doesn't answer !"; $this->allComment ="Table's description or comment" ; $this->allNotBackQuote = "Don't use backquotes to enclose DB or tables name" ; // text about connex serveur $this->serverServerName = "Server name : " ; $this->serverUniqueBase = "Single basename : "; $this->serverComment1 = "If you have a single base, created by your administrator OR if you do not have the rights to visualize the base (SHOW DATABASES): Enter a basename. " ; $this->serverComment2 = "If you have the rights to create or drop bases : Leave this field empty."; $this->serverTitle = "Connection to the Server"; $this->serverAskId = "Login : "; $this->serverAskPwd = "Password : "; $this->serverAlertId = "You must enter your server ID and Pwd . Your hebergor or administrator can give them to you."; $this->serverAlertHost = "You must enter the MySql's serverName."; $this->serverSavePwd = "Automatic connection. (The password will be saved)"; // text about bases window $this->baseOnTitle = "Choose a database"; $this->baseEmptyTitle = "No DataBase"; $this->baseOffTitle = "The databases"; $this->baseCreate = "Create a new DB"; $this->baseCreateTitle = "New DB creation"; $this->baseCreateName = "Enter db's name" ; $this->baseAlertCreate = "You must enter the db's name you wish to create" ; $this->baseAlertDot = "Tablename or baseName can't contain a dot. Instead put an undescore"; $this->baseCreateDeleteOk1 = "the base" ; $this->baseCreateOk2 = "has been created" ; // text about tables's window $this->tableOnTitle = "Choose a table"; $this->tableEmptyTitle = "No table"; $this->tableOffTitle = "The tables" ; $this->tableBase = "Base" ; $this->tableCreate = "Create a new table"; $this->tableCreateTitle = "New table creation in the base"; $this->tableCreateName = "Enter table's name" ; $this->tableAlertCreate = "You must enter the table's name you wish to create" ; $this->tableCreateDeleteOk1 = "The table" ; $this->tableCreateOk2 = "has been created." ; $this->tableDeleteConfirm = "of the base" ; $this->tableFormat ="Table's format : " ; // text about table status's window $this->statusTitle = "Table status for"; $this->statusComment = "Comment"; $this->statusType = "Type"; $this->statusFormat = "Format"; $this->statusRows = "Rows number"; $this->statusDataLen = "Bytes per line"; $this->statusIndexLen = "Indexs length"; $this->statusAutoIncr = "Next auto-increment "; $this->statusTimeCrea = "Create time"; $this->statusTimeUpd = "Update time"; // text about table buttons window $this->buttonsDataUpd = "Data's maintenance"; $this->buttonsIndex = "Table's indexing"; $this->buttonsImportSql = "Import / SQL query"; $this->buttonsQbe = "Query By Example"; // text about fields's window $this->fieldOnTitle = "Choose a field"; $this->fieldOffTitle = "The fields" ; $this->fieldTable = "Table" ; $this->fieldCreate = "Create a new field"; $this->fieldDeleteConfirm = "of the table" ; // text about fields's update $this->fieldUpdateTitle = "Field's edit:" ; $this->fieldShowTitle = "Field's display : " ; $this->fieldCreateTitle = "Field's creation :" ; $this->fieldCreateForTableCreationTitle = "First field creation for" ; $this->fieldElemDeleteConfirm = "of field" ; $this->fieldName = "Field's name" ; $this->fieldCreateDeleteOk1 = "the field" ; $this->fieldType = "Type" ; $this->fieldAttribut = "Attributs" ; $this->fieldNoNull = "Not " ; $this->fieldYesNull = " possible" ; $this->fieldLength = "Length" ; $this->fieldDefault = "Default content" ; $this->fieldAutoIncr = "Auto Incrementation" ; $this->fieldKey = "Key" ; $this->fieldPri = "Primary" ; $this->fieldUni = "Single" ; $this->fieldMul = "Multiple" ; $this->fieldInsertFirst = "At beginning of table" ; $this->fieldInsertLast = "At end of table" ; $this->fieldInsertAfter = "After" ; $this->fieldNameMissing = "Please enter field's name" ; $this->fieldAlreadyExist = "This field's name is already used" ; $this->fieldLenMissing = "Please enter field's length" ; // text about indexs's update windows // list window $this->indexOnTitle = "Choose an index" ; $this->indexEmptyTitle = "No index"; $this->indexOffTitle = "Indexs' list" ; $this->indexInsertButton = "Insert new index" ; // update window $this->indexUpdTitle = "Update of index " ; $this->indexCreateTitle = "New index creation" ; $this->indexDisplayTitle = "Visualisation of index " ; $this->indexField = "Choose a field" ; $this->indexAscDesc = "ASCending" ; $this->indexLength = "Max. length" ; $this->indexCardinal = "Cardinality:" ; $this->indexTypeUpd = "Modify index's type" ; $this->indexTypeCreate = "Choose index's type" ; $this->indexMaxLen = "Total lenght" ; $this->indexGetOut = "Get out" ; $this->indexCreateDeleteOk1 = "The index" ; $this->indexElemDeleteConfirm = "of index" ; $this->indexCreateTitle = "New index creation"; $this->indexCreateok = "The creation of the new index" ; $this->indexUpdateok = "The update of index" ; $this->indexCreateName = "Enter an index's name" ; $this->indexAlertCreate = "You must enter an index's name" ; $this->indexAlertExist = "This index's name already used !" ; $this->indexCreatePrimary = "or 'Primary'" ; // text about Sql/import input window $this->sqlImportTitle = "IMPORT / SQL Queries. (+ export Xml)" ; $this->sqlWarning = "This window allows the importation of tables as well as execution of others queries. After CREATE,DROP or ALTER, you is better to use the button 'Apply, Close and Refresh'.
'SELECT' commands may be also done in the part : ''Data's maintenance'' .
" ; $this->sqlInput = "Write or drop your query's text here" ; $this->sqlRequestIsDone = "Your query execution is done correctly" ; $this->sqlAnswer = "Php/MySql's answer" ; $this->sqlValid = "Apply, Close and Refresh" ; $this->sqlBackQuote = "You use 'CREATE' with '`' . Are-you sure you don't have base, table or field's names, with space(s).\nIf you are not sure, verify it before answer Yes." ; $this->sqlSelectInvalid = "DROP/CREATE/ALTER must be executed in the data description part"; $this->sqlSelectTitle = "Execution of SELECT or others Sql queries" ; $this->sqlSelectWarning = "This window allows one or many 'SELECT' and return XML . The others queries would be executed, EXCEPT DROP,CREATE ou ALTER which must be done in 'Datas description' part."; $this->sqlSelectMultiple = "In this window: do not write other command, if you've already write a 'SELECT'"; // text about export window $this->ExportTitle = "Data Export" ; $this->ExportOutSql = "Copy (ctrl A and ctrl C) the export" ; $this->ExportOutXml = "Copy (ctrl A and ctrl C) " ; $this->ExportWarning = "This window allows current selection EXPORT by drag and drop. SQL and CSV are displayed on the left, the XML and Action Script on the right. "; $this->ExportToXml = "XML" ; $this->ExportToSql = "SQL" ; $this->ExportToCsv = "CSV" ; $this->ExportToPoo = "A.Script" ; $this->ExportStreamingMsg = "rows have been exported"; // text about datas 's update windows // list window $this->dataOnTitle = "Choose a data in this list"; $this->dataOffTitle = "Datas list" ; $this->dataSortButton = "Change sorting and/or selection of the datas" ; $this->dataInsertButton = "Insert new record" ; $this->dataStreamingMsg = "rows have been loaded."; $this->dataEmpty = "This table is empty"; // update window $this->dataUpdTitle = "Record update" ; $this->dataCreateTitle = "Record creation" ; $this->dataDisplayTitle = "Record display" ; $this->dataCreateok = "Datas insert" ; $this->dataUpdateok = "Datas update" ; $this->dataElemDeleteConfirm = "of record" ; $this->dataCreateDeleteOk1 = "The record" ; // update window buttons $this->dataReturn = "Data description" ; $this->dataSelectSql = "SELECT / SQL query"; $this->dataExport = "EXPORTation"; $this->dataDuplicate = "Duplicate" ; $this->dataValidInsert = "OK and insert"; // sort/select Window $this->dataSortTitle = "Sorting and selection of" ; $this->dataSortChoose = "Choose the sort/display's order of the datas" ; $this->dataField = "One field" ; $this->dataSelect = "Select" ; $this->dataOperator = "An operator" ; $this->dataValue = "Enter a value" ; $this->dataSortDefault = "Default" ; $this->dataSelDefault = "Default (No selection)" ; $this->dataResult = "Selections' result" ; // Gauges's title / titre des jauges $this->ggeLoad = "Loading : " ; $this->ggeHelp = "English help" ; $this->ggeBases = "Bases and tables" ; $this->ggeDatas = "Datas (XML)" ; $this->ggeSql = "Sql query result" ; $this->ggeSound = "Sound" ; $this->gge1help = "wisard" ; // xMedia window $this->xMediaNoValidSrc = "Can't read this file" ; $this->xMediaBuffering = "Buffering..." ; $this->xMediaEndOfVideo = "End of video." ; ?>