relational integrity

This commit is contained in:
Marc Delisle
2002-03-27 15:40:03 +00:00
parent de807719cc
commit 85c7d16613
39 changed files with 69 additions and 349 deletions

View File

@@ -352,4 +352,5 @@ $strSelectADb = 'Please select a database';
$strSelectAll = 'Select All'; //to translate
$strUnselectAll = 'Unselect All'; //to translate
$strDatabaseWildcard = 'Database (wildcards allowed):'; //to translate
$strRelationalIntegrity = 'Check relational integrity:'; //to translate
?>

View File

@@ -1,350 +1,2 @@
<?php
/* $Id$ */
$charset = 'iso-8859-1';
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
$byteUnits = array('Bytes', 'KB', 'MB', 'GB');
$day_of_week = array('Dom', 'Seg', 'Ter', 'Qua', 'Qui', 'Sex', 'Sab');
$month = array('Jan', 'Fev', 'Mar', 'Abr', 'Mai', 'Jun', 'Jul', 'Ago', 'Set', 'Out', 'Nov', 'Dez');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%B %d, %Y at %I:%M %p';
$strAccessDenied = 'Acesso Negado';
$strAction = 'A<><41>es';
$strAddDeleteColumn = 'Adiciona/Remove Colunas';
$strAddDeleteRow = 'Adiciona/Remove Condi<64><69>es de busca';
$strAddNewField = 'Adiciona novo campo';
$strAddPriv = 'Adiciona um novo Privil<69>gio';
$strAddPrivMessage = 'Privil<69>gio adicionado.';
$strAddSearchConditions = 'Condi<64><69>o de Pesquisa (Complemento da clausula "onde"):';
$strAddToIndex = 'Adicionar ao <20>ndice &nbsp;%s&nbsp;coluna(s)';
$strAddUser = 'Adicionar um novo usu<73>rio';
$strAddUserMessage = 'Usu<73>rio adcionado.';
$strAffectedRows = 'Registro afetados:';
$strAfter = 'Depois %s';
$strAfterInsertBack = 'Retornar';
$strAfterInsertNewInsert = 'Inserir um novo registro';
$strAll = 'Todos';
$strAlterOrderBy = 'Alterar tabela ordenada por';
$strAnalyzeTable = 'Analizar tabela';
$strAnd = 'E';
$strAnIndex = 'Um <20>ndice foi adicionado a %s';
$strAny = 'Qualquer';
$strAnyColumn = 'Qualquer coluna';
$strAnyDatabase = 'Qualquer banco de dados';
$strAnyHost = 'Qualquer servidor';
$strAnyTable = 'Qualquer tabela';
$strAnyUser = 'Qualquer usu<73>rio';
$strAPrimaryKey = 'Uma chave prim<69>ria foi adicionada a %s';
$strAscending = 'Ascendente';
$strAtBeginningOfTable = 'No come<6D>o da tabela';
$strAtEndOfTable = 'Ao fim da tabela';
$strAttr = 'Atributos';
$strBack = 'Voltar';
$strBinary = ' Bin<69>rio ';
$strBinaryDoNotEdit = ' Bin<69>rio - n<>o edite ';
$strBookmarkLabel = 'Nome';
$strBookmarkQuery = 'Procura de SQL salva';
$strBookmarkThis = 'Salvar essa procura de SQL';
$strBookmarkView = 'Apenas visualiza';
$strBrowse = 'Visualiza';
$strBzip = '"compactado com bzip"';
$strCantLoadMySQL = 'n<>o foi poss<73>vel carregar extens<6E>o do MySQL,<br />por favor cheque a configura<72><61>o do PHP.';
$strCantRenameIdxToPrimary = 'N<>o foi poss<73>vel renomear o <20>ndice para "PRIMARY"!';
$strCardinality = 'Cardinalidade';
$strCarriage = 'Caracter de retorno: \\r';
$strChange = 'Muda';
$strCheckAll = 'Marcar All';
$strCheckDbPriv = 'Verifica Privil<69>gios do Banco de Dados';
$strCheckTable = 'Verifica tabela';
$strColumn = 'Coluna';
$strColumnNames = 'Nome da Colunas';
$strCompleteInserts = 'Inser<65><72>es Completas';
$strConfirm = 'Voc<6F> tem certeza?';
$strCookiesRequired = 'Cookies devem estar ativados ap<61>s este ponto.';
$strCopyTable = 'Copiar tabela para (base<b>.</b>tabela):';
$strCopyTableOK = 'Tabela %s copiada para %s.';
$strCreate = 'Cria';
$strCreateIndex = 'Criar um <20>ndice em&nbsp;%s&nbsp;colunas';
$strCreateIndexTopic = 'Criar um novo <20>ndice';
$strCreateNewDatabase = 'Cria novo banco de dados';
$strCreateNewTable = 'Cria nova tabela no banco de dados ';
$strCriteria = 'Crit<69>rio';
$strData = 'Dados';
$strDatabase = 'Banco de Dados ';
$strDatabaseHasBeenDropped = 'Base de Dados %s foi eliminada.';
$strDatabases = 'Banco de Dados';
$strDatabasesStats = 'Estatisticas da base';
$strDatabaseWildcard = 'Banco de Dados (caract<63>res-coringa permitidos):';
$strDataOnly = 'Dados apenas';
$strDefault = 'Padr<64>o';
$strDelete = 'Remove';
$strDeleted = 'Registro eliminado';
$strDeletedRows = 'Registro deletados:';
$strDeleteFailed = 'N<>o foi poss<73>vel apagar!';
$strDeleteUserMessage = 'Voc<6F> deletou o usu<73>rio %s.';
$strDescending = 'Descendente';
$strDisplay = 'Tela';
$strDisplayOrder = 'Ordenado por:';
$strDoAQuery = 'Fa<46>a uma "procura por exemplo" (coringa: "%")';
$strDocu = 'Documenta<74><61>o';
$strDoYouReally = 'Confirma : ';
$strDrop = 'Elimina';
$strDropDB = 'Elimina o banco de dados %s';
$strDropTable = 'Remove Tabela';
$strDumpingData = 'Extraindo dados da tabela';
$strDynamic = 'din<69>mico';
$strEdit = 'Edita';
$strEditPrivileges = 'Edita Privil<69>gios';
$strEffective = 'Efetivo';
$strEmpty = 'Limpa';
$strEmptyResultSet = 'MySQL retornou um conjunto vazio (ex. zero registros).';
$strEnd = 'Fim';
$strEnglishPrivileges = ' Nota: nomes de privil<69>gios do MySQL s<>o expressos em ingl<67>s ';
$strError = 'Erro';
$strExtendedInserts = 'Inser<65><72>es extendidas';
$strExtra = 'Extra';
$strField = 'Campo';
$strFieldHasBeenDropped = 'Campo %s foi deletado';
$strFields = 'Campos';
$strFieldsEmpty = ' O campo count esta vazio! ';
$strFieldsEnclosedBy = 'Campos delimitados por';
$strFieldsEscapedBy = 'Campo contornado por';
$strFieldsTerminatedBy = 'Campos terminados por';
$strFixed = 'fixo';
$strFlushTable = 'Limpar a tabela ("LIMPAR")';
$strFormat = 'Formato';
$strFormEmpty = 'Faltando valores do form !';
$strFullText = 'Textos completos';
$strFunction = 'Fun<75>oes';
$strGenTime = 'Tempo de Genera<72><61>o';
$strGo = 'Executa';
$strGrants = 'Conceder';
$strGzip = '"compactado com gzip"';
$strHasBeenAltered = 'foi alterado.';
$strHasBeenCreated = 'foi criado.';
$strHome = 'Principal';
$strHomepageOfficial = 'P<>gina Oficial do phpMyAdmin';
$strHomepageSourceforge = 'Nova P<>gina do phpMyAdmin';
$strHost = 'Servidor';
$strHostEmpty = 'O nome do servidor est<73> vazio!';
$strIdxFulltext = 'Fulltext';
$strIfYouWish = 'Para carregar apenas algumas colunas da tabela, fa<66>a uma lista separada por v<>rgula.';
$strIgnore = 'Ignorar';
$strIndex = '<27>ndice';
$strIndexHasBeenDropped = '<27>ndice %s foi deletado';
$strIndexes = '<27>ndices';
$strIndexName = 'Nome do <20>ndice&nbsp;:';
$strIndexType = 'Tipo de <20>ndice&nbsp;:';
$strInsert = 'Insere';
$strInsertAsNewRow = 'Insere uma nova coluna';
$strInsertedRows = 'Linhas Inseridas:';
$strInsertNewRow = 'Insere novo registro';
$strInsertTextfiles = 'Insere arquivo texto na tabela';
$strInstructions = 'Instru<72><75>es';
$strInUse = 'em uso';
$strInvalidName = '"%s" <20> uma palavra reservada, voc<6F> n<>o pode us<75>-la como um nome de base de dados/tabela/campo.';
$strKeepPass = 'N<>o mudar a senha';
$strKeyname = 'Nome chave';
$strKill = 'Matar';
$strLength = 'Tamanho';
$strLengthSet = 'Tamanho/Definir*';
$strLimitNumRows = 'registros por p<>gina';
$strLineFeed = 'Caracter de Alimenta<74><61>o de Linha: \\n';
$strLines = 'Linhas';
$strLinesTerminatedBy = 'Linhas terminadas por';
$strLocationTextfile = 'Localiza<7A><61>o do arquivo texto';
$strLogin = 'Autentica<63><61>o';
$strLogout = 'Sair';
$strLogPassword = 'Senha:';
$strLogUsername = 'Usu<73>rio:';
$strModifications = 'Modifica<63><61>es foram salvas';
$strModify = 'Modificar';
$strModifyIndexTopic = 'Modificar um <20>ndice';
$strMoveTable = 'Mover tabela para (base de dados<b>.</b>tabela):';
$strMoveTableOK = 'Tabela %s foi movida para %s.';
$strMySQLReloaded = 'MySQL reiniciado.';
$strMySQLSaid = 'Mensagens do MySQL : ';
$strMySQLServerProcess = 'MySQL %pma_s1% funcionando em %pma_s2% como %pma_s3%';
$strMySQLShowProcess = 'Mostra os Processos';
$strMySQLShowStatus = 'Mostra informa<6D><61>o de runtime do MySQL';
$strMySQLShowVars = 'Mostra vari<72>veis de sistema do MySQL';
$strName = 'Nome';
$strNbRecords = 'no. de registros';
$strNext = 'Pr<50>ximo';
$strNo = 'N<>o';
$strNoDatabases = 'Sem bases';
$strNoDropDatabases = 'O comando "DROP DATABASE" est<73> desabilitado.';
$strNoFrames = 'phpMyAdmin <20> mais amig<69>vel com um navegador <b>capaz de exibir frames</b>.';
$strNoIndex = 'Nenhum <20>ndice definido!';
$strNoIndexPartsDefined = 'Nenhuma parte de <20>ndice definida!';
$strNoModification = 'Sem Mudan<61>a';
$strNone = 'Nenhum';
$strNoPassword = 'Sem Senha';
$strNoPrivileges = 'Sem Privil<69>gios';
$strNoQuery = 'Nenhuma procura SQL!';
$strNoRights = 'Voc<6F> n<>o tem direitos suficientes para estar aqui agora!';
$strNoTablesFound = 'Nenhuma tabela encontrada no banco de dados';
$strNotNumber = 'Isto n<>o <20> um n<>mero!';
$strNotValidNumber = ' n<>o <20> um n<>mero de registro valido!';
$strNoUsersFound = 'Nenhum usu<73>rio(s) encontrado.';
$strNull = 'Nulo';
$strOftenQuotation = 'Em geral aspas. OPCIONAL significa que apenas campos de caracteres s<>o delimitados por caracteres "delimitadores"';
$strOptimizeTable = 'Optimizar tabela';
$strOptionalControls = 'Opcional. Controla como ler e escrever caracteres especiais.';
$strOptionally = 'OPCIONAL';
$strOr = 'Ou';
$strOverhead = 'Sobre Carga';
$strPartialText = 'Textos parciais';
$strPassword = 'Senha';
$strPasswordEmpty = 'A senhas est<73> vazia!';
$strPasswordNotSame = 'As senhas n<>o s<>o a mesma!';
$strPHPVersion = 'Vers<72>o do PHP';
$strPmaDocumentation = 'Documenta<74><61>o do phpMyAdmin ';
$strPos1 = 'In<49>cio';
$strPrevious = 'Anterior';
$strPrimary = 'Prim<69>ria';
$strPrimaryKey = 'Chave Prim<69>ria';
$strPrimaryKeyHasBeenDropped = 'A chave prim<69>ria foi deletada';
$strPrimaryKeyName = 'O nome da chave prim<69>ria deve ser... "PRIMARY"!';
$strPrimaryKeyWarning = '("PRIMARY" <b>precisa</b> ser o nome de e <b>apenas da</b> chave prim<69>ria!)';
$strPrintView = 'Visualiza<7A><61>o para Impress<73>o';
$strPrivileges = 'Privil<69>gios';
$strProperties = 'Propriedades';
$strQBE = 'Procura por Exemplo';
$strQBEDel = 'Del'; //to translate (used in tbl_qbe.php3)
$strQBEIns = 'Ins'; //to translate (used in tbl_qbe.php3)
$strQueryOnDb = 'Procura SQL na base de dados <b>%s</b>:';
$strRecords = 'Registros';
$strReloadFailed = 'Reinicializa<7A><61>o do MySQL falhou.';
$strReloadMySQL = 'Reinicializa o MySQL';
$strRememberReload = 'Lembre-se recarregar o servidor.';
$strRenameTable = 'Renomeia a tabela para ';
$strRenameTableOK = 'Tabela %s renomeada para %s';
$strRepairTable = 'Reparar tabela';
$strReplace = 'Substituir';
$strReplaceTable = 'Substituir os dados da tabela pelos do arquivo';
$strReset = 'Resetar';
$strReType = 'Re-digite';
$strRevoke = 'Revogar';
$strRevokeGrant = 'Revogar Privil<69>gio de Conceder';
$strRevokeGrantMessage = 'Voc<6F> revogou o privil<69>gio de conceder para %s';
$strRevokeMessage = 'Voc<6F> revogou os privil<69>gios para %s';
$strRevokePriv = 'Revogar Privil<69>gios';
$strRowLength = 'Tamanho da Coluna';
$strRows = 'Colunas';
$strRowsFrom = 'colunas come<6D>ando de';
$strRowSize = ' Tamanho do registro ';
$strRowsModeHorizontal = 'horizontal';
$strRowsModeOptions = 'no modo %s e repetindo cabe<62>alhos ap<61>s %s c<>lulas';
$strRowsModeVertical = 'vertical';
$strRowsStatistic = 'Estatist<73>cas da Coluna';
$strRunning = 'Rodando em %s';
$strRunQuery = 'Envia Query';
$strRunSQLQuery = 'Fazer procura(s) SQL no banco de dados %s';
$strSave = 'Salva';
$strSelect = 'Procura';
$strSelectADb = 'Por favor, selecione uma base de dados';
$strSelectAll = 'Selecionar Todos';
$strSelectFields = 'Selecione os campos (no m<>nimo 1)';
$strSelectNumRows = 'na procura';
$strSend = 'Envia';
$strServerChoice = 'Sele<6C><65>o da Base';
$strServerVersion = 'Vers<72>o do Servidor';
$strSetEnumVal = 'Se um tipo de campo <20> "enum" ou "set", por favor entre valores usando este formato: \'a\',\'b\',\'c\'...<br />Se voc<6F> for colocar uma barra contr<74>ria ("\") ou aspas simples ("\'") entre os valores, coloque uma barra contr<74>ria antes (por exemplo \'\\\\xyz\' ou \'a\\\'b\').';
$strShow = 'Mostrar';
$strShowAll = 'Mostrar Todos';
$strShowCols = 'Mostrar Colunas';
$strShowingRecords = 'Mostrando registros ';
$strShowPHPInfo = 'Mostra informa<6D><61>es do PHP';
$strShowTables = 'Mostrar Tabelas';
$strShowThisQuery = ' Mostra esta query novamente ';
$strSingly = '(singularmente)';
$strSize = 'Tamanho';
$strSort = 'Ordena';
$strSpaceUsage = 'Uso do espa<70>o';
$strSQLQuery = 'comando SQL';
$strStartingRecord = 'Registro inicial';
$strStatement = 'Comandos';
$strStrucCSV = 'Dados CSV';
$strStrucData = 'Estrutura e dados';
$strStrucDrop = 'Adiciona \'Sobrescrever\'';
$strStrucExcelCSV = 'CSV para dados Ms Excel';
$strStrucOnly = 'Somente estrutura';
$strSubmit = 'Submete';
$strSuccess = 'Seu comando SQL foi executado com sucesso';
$strSum = 'Soma';
$strTable = 'tabela ';
$strTableComments = 'Coment<6E>rios da tabela';
$strTableEmpty = 'O Nome da Tabela est<73> vazio!';
$strTableHasBeenDropped = 'Tabela %s foi deletada';
$strTableHasBeenEmptied = 'Tabela %s foi esvaziada';
$strTableHasBeenFlushed = 'Tabela %s foi limpa';
$strTableMaintenance = 'Tabela de Manuten<65><6E>o';
$strTables = '%s tabela(s)';
$strTableStructure = 'Estrutura da tabela';
$strTableType = 'Tipo da Tabela';
$strTextAreaLength = ' Por causa da sua largura,<br /> esse campo pode n<>o ser edit<69>vel ';
$strTheContent = 'O conte<74>do do seu arquivo foi inserido';
$strTheContents = 'O conte<74>do do arquivo substituiu o conte<74>do da tabela que tinha a mesma chave prim<69>ria ou <20>nica';
$strTheTerminator = 'Terminador de campos.';
$strTotal = 'total';
$strType = 'Tipo';
$strUncheckAll = 'Desmarca Todos';
$strUnique = '<27>nico';
$strUnselectAll = 'Desmarcar Todos';
$strUpdatePrivMessage = 'Voc<6F> mudou os privil<69>ios para %s.';
$strUpdateProfile = 'Atualizar configura<72><61>o:';
$strUpdateProfileMessage = 'A configura<72><61>o foi atualizada.';
$strUpdateQuery = 'Atualiza a Procura';
$strUsage = 'Uso';
$strUseBackquotes = 'Usa aspas simples nos nomes de tabelas e campos';
$strUser = 'Usu<73>rio';
$strUserEmpty = 'O nome do usu<73>rio est<73> vazio!';
$strUserName = 'Nome do usu<73>rio';
$strUsers = 'Usu<73>rios';
$strUseTables = 'Usar Tabelas';
$strValue = 'Valor';
$strViewDump = 'Ver o esquema da tabela';
$strViewDumpDB = 'Ver o esquema do banco de dados';
$strWelcome = 'Bem vindo ao %s';
$strWithChecked = 'Com marcados:';
$strWrongUser = 'Usu<73>rio ou Senha errado. Acesso Negado.';
$strYes = 'Sim';
$strZip = '"compactado com zip"';
// To translate
$strBookmarkDeleted = 'The bookmark has been deleted.';
$strChangePassword = 'Change password'; //to translate
$strPmaUriError = 'The <tt>$cfgPmaAbsoluteUri</tt> directive MUST be set in your configuration file!';
$strRelationalIntegrity = 'Check relational integrity:'; //to translate
?>

View File

@@ -348,4 +348,5 @@ $strZip = '"zip-
$strChangePassword = 'Change password';
$strDatabaseWildcard = 'Database (wildcards allowed):'; //to translate
$strPmaUriError = 'The <tt>$cfgPmaAbsoluteUri</tt> directive MUST be set in your configuration file!';
$strRelationalIntegrity = 'Check relational integrity:'; //to translate
?>

View File

@@ -348,4 +348,5 @@ $strZip = '"zip-
$strChangePassword = 'Change password';
$strDatabaseWildcard = 'Database (wildcards allowed):'; //to translate
$strPmaUriError = 'The <tt>$cfgPmaAbsoluteUri</tt> directive MUST be set in your configuration file!';
$strRelationalIntegrity = 'Check relational integrity:'; //to translate
?>

View File

@@ -347,4 +347,5 @@ $strYes = 'Si';
$strZip = '"comprimit amb zip"';
// To translate
$strRelationalIntegrity = 'Check relational integrity:'; //to translate
?>

View File

@@ -350,4 +350,5 @@ $strYes = '
$strZip = '"zipped"';
// To translate
$strRelationalIntegrity = 'Check relational integrity:'; //to translate
?>

View File

@@ -353,4 +353,5 @@ $strNoIndex = 'No index defined!';
$strPrimaryKeyName = 'The name of the primary key must be... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>must</b> be the name of and <b>only of</b> a primary key!)';
$strDatabaseWildcard = 'Database (wildcards allowed):'; //to translate
$strRelationalIntegrity = 'Check relational integrity:'; //to translate
?>

View File

@@ -348,4 +348,5 @@ $strYes = 'Ano';
$strZip = '"zazipov<6F>no"';
// To translate
$strRelationalIntegrity = 'Check relational integrity:'; //to translate
?>

View File

@@ -348,4 +348,5 @@ $strYes = 'Ano';
$strZip = '"zazipov<6F>no"';
// To translate
$strRelationalIntegrity = 'Check relational integrity:'; //to translate
?>

View File

@@ -347,4 +347,5 @@ $strPrimaryKeyWarning = '("PRIMARY" <b>must</b> be the name of and <b>only of</b
$strSelectADb = 'Please select a database';
$strSelectAll = 'Select All'; //to translate
$strUnselectAll = 'Unselect All'; //to translate
$strRelationalIntegrity = 'Check relational integrity:'; //to translate
?>

View File

@@ -348,4 +348,5 @@ $strNoIndex = 'No index defined!';
$strPrimaryKeyName = 'The name of the primary key must be... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>must</b> be the name of and <b>only of</b> a primary key!)';
$strDatabaseWildcard = 'Database (wildcards allowed):'; //to translate
$strRelationalIntegrity = 'Check relational integrity:'; //to translate
?>

View File

@@ -346,4 +346,5 @@ $strYes = 'Yes';
$strZip = '"zipped"';
$strRelationalIntegrity = 'Check relational integrity:'; //to translate
?>

View File

@@ -347,4 +347,5 @@ $strYes = 'Jah';
$strZip = '"zipitud"';
// To translate
$strRelationalIntegrity = 'Check relational integrity:'; //to translate
?>

View File

@@ -351,4 +351,5 @@ $strYes = 'Kyll
$strZip = '"zip-pakattu"';
// To translate
$strRelationalIntegrity = 'Check relational integrity:'; //to translate
?>

View File

@@ -242,6 +242,7 @@ $strQBEIns = 'Ajouter';
$strQueryOnDb = 'Requ<71>te SQL sur la base <b>%s</b>&nbsp;:';
$strRecords = 'Enregistrements';
$strRelationalIntegrity = 'V<>rifier l\'int<6E>grit<69> relationnelle';
$strReloadFailed = 'MySQL n\'a pu <20>tre recharg<72>.';
$strReloadMySQL = 'Recharger MySQL';
$strRememberReload = 'N\'oubliez pas de recharger MySQL';

View File

@@ -351,4 +351,5 @@ $strCardinality = 'Cardinality';
$strLogin = 'Login';
$strLogPassword = 'Password:';
$strLogUsername = 'Username:';
$strRelationalIntegrity = 'Check relational integrity:'; //to translate
?>

View File

@@ -347,4 +347,5 @@ $strYes = 'Ja';
$strZip = '"Zip komprimiert"';
// To translate
$strRelationalIntegrity = 'Check relational integrity:'; //to translate
?>

View File

@@ -349,4 +349,5 @@ $strNoIndexPartsDefined = 'No index parts defined!';
$strNoIndex = 'No index defined!';
$strPrimaryKeyName = 'The name of the primary key must be... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>must</b> be the name of and <b>only of</b> a primary key!)';
$strRelationalIntegrity = 'Check relational integrity:'; //to translate
?>

View File

@@ -347,4 +347,5 @@ $strZip = '"Zipped"';
// To translate
$strChangePassword = 'Change password';
$strPmaUriError = 'The <tt>$cfgPmaAbsoluteUri</tt> directive MUST be set in your configuration file!';
$strRelationalIntegrity = 'Check relational integrity:'; //to translate
?>

View File

@@ -348,4 +348,5 @@ $strYes = 'Igen';
$strZip = '"zippel t<>m<EFBFBD>r<EFBFBD>tve"';
// To translate
$strRelationalIntegrity = 'Check relational integrity:'; //to translate
?>

View File

@@ -351,4 +351,5 @@ $strZip = '"compresso con zip"';
// To translate
$strRelationalIntegrity = 'Check relational integrity:'; //to translate
?>

View File

@@ -352,4 +352,5 @@ $strXkana = '
// To translate
$strPmaUriError = 'The <tt>$cfgPmaAbsoluteUri</tt> directive MUST be set in your configuration file!';
$strRelationalIntegrity = 'Check relational integrity:'; //to translate
?>

View File

@@ -352,4 +352,5 @@ $strXkana = '
// To translate
$strPmaUriError = 'The <tt>$cfgPmaAbsoluteUri</tt> directive MUST be set in your configuration file!';
$strRelationalIntegrity = 'Check relational integrity:'; //to translate
?>

View File

@@ -352,4 +352,5 @@ $strNoIndexPartsDefined = 'No index parts defined!';
$strNoIndex = 'No index defined!';
$strPrimaryKeyName = 'The name of the primary key must be... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>must</b> be the name of and <b>only of</b> a primary key!)';
$strRelationalIntegrity = 'Check relational integrity:'; //to translate
?>

View File

@@ -351,4 +351,5 @@ $strYes = 'J
$strZip = 'arhiv<69>ts ar zip';
// To translate
$strRelationalIntegrity = 'Check relational integrity:'; //to translate
?>

View File

@@ -346,4 +346,5 @@ $strYes = 'Ja';
$strZip = '"komprimert (zip)"';
// To translate
$strRelationalIntegrity = 'Check relational integrity:'; //to translate
?>

View File

@@ -347,4 +347,5 @@ $strYes = 'Tak';
$strZip = '".zip"';
// To translate
$strRelationalIntegrity = 'Check relational integrity:'; //to translate
?>

View File

@@ -347,4 +347,5 @@ $strBzip = '"bzipped"'; //to translate
$strGzip = '"gzipped"'; //to translate
$strHomepageSourceforge = 'Sourceforge phpMyAdmin Download Page'; //to translate
$strZip = '"zipped"'; //to translate
$strRelationalIntegrity = 'Check relational integrity:'; //to translate
?>

View File

@@ -348,4 +348,5 @@ $strZip = '"zipped"';
// To translate
$strDatabaseWildcard = 'Database (wildcards allowed):'; //to translate
$strRelationalIntegrity = 'Check relational integrity:'; //to translate
?>

View File

@@ -347,4 +347,5 @@ $strZip = '
$strChangePassword = 'Change password';
$strDatabaseWildcard = 'Database (wildcards allowed):'; //to translate
$strPmaUriError = 'The <tt>$cfgPmaAbsoluteUri</tt> directive MUST be set in your configuration file!';
$strRelationalIntegrity = 'Check relational integrity:'; //to translate
?>

View File

@@ -347,4 +347,5 @@ $strYes = '
$strZip = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> "zip"';
// To translate
$strRelationalIntegrity = 'Check relational integrity:'; //to translate
?>

View File

@@ -350,4 +350,5 @@ $strZip = '"zo zipovan
// To translate
$strRelationalIntegrity = 'Check relational integrity:'; //to translate
?>

View File

@@ -347,4 +347,5 @@ $strZip = '"zozipovan
$strChangePassword = 'Change password';
$strDatabaseWildcard = 'Database (wildcards allowed):'; //to translate
$strPmaUriError = 'The <tt>$cfgPmaAbsoluteUri</tt> directive MUST be set in your configuration file!';
$strRelationalIntegrity = 'Check relational integrity:'; //to translate
?>

View File

@@ -345,4 +345,5 @@ $strZip = '"comprimido con zip"';
// To translate
$strFlushTable = 'Flush the table ("FLUSH")';//to translate
$strRelationalIntegrity = 'Check relational integrity:'; //to translate
?>

View File

@@ -347,4 +347,5 @@ $strYes = 'Ja';
$strZip = '"zippad"';
// To translate
$strRelationalIntegrity = 'Check relational integrity:'; //to translate
?>

View File

@@ -353,4 +353,5 @@ $strNoIndexPartsDefined = 'No index parts defined!';
$strNoIndex = 'No index defined!';
$strPrimaryKeyName = 'The name of the primary key must be... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>must</b> be the name of and <b>only of</b> a primary key!)';
$strRelationalIntegrity = 'Check relational integrity:'; //to translate
?>

View File

@@ -347,4 +347,5 @@ $strYes = 'Evet';
$strZip = '"ziplenmi<6D>"';
// To translate
$strRelationalIntegrity = 'Check relational integrity:'; //to translate
?>

View File

@@ -347,3 +347,5 @@ $strYes = '
$strZip = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> "zip"';
// To translate
$strRelationalIntegrity = 'Check relational integrity:'; //to translate
?>

View File

@@ -1208,8 +1208,38 @@ else if (PMA_MYSQL_INT_VERSION >= 32306
<?php
echo "\n";
} // end 3.23.06 < MySQL < 3.23.22
// Relational integrity check
if (!empty($cfgServer['relation'])) {
$local_query = 'SELECT src_column, dest_table, dest_column'
. ' FROM ' . $cfgServer['relation']
. ' WHERE src_table =\'' . $table . '\';';
mysql_select_db($db);
$result = @mysql_query($local_query);
if ($result != FALSE && mysql_num_rows($result) > 0) {
echo " <!-- Relational integrity check -->\n";
echo " <li>" . $strRelationalIntegrity . "<br />\n";
while ($rel = mysql_fetch_row($result)) {
echo ' <a href="sql.php3?' . $url_query .'&amp;sql_query='
. urlencode('SELECT ' . PMA_backquote($table) . '.* FROM '
. PMA_backquote($table) . ' LEFT JOIN '
. PMA_backquote($rel[1]) . ' ON '
. PMA_backquote($table) . '.' . PMA_backquote($rel[0])
. ' = ' . PMA_backquote($rel[1]) . '.' . PMA_backquote($rel[2])
. ' WHERE '
. PMA_backquote($rel[1]) . '.' . PMA_backquote($rel[2])
. ' IS NULL') . '">' . $rel[0] . '-> ' . $rel[1] . '.'
. $rel[2] . '</a><br />' . "\n";
} // end while
echo " </li><br />\n";
} // end if ($result)
} // end if (!empty($cfgServer['relation']))
?>
<!-- Flushes the table -->
<li>
<a href="sql.php3?<?php echo $url_query; ?>&amp;sql_query=<?php echo urlencode('FLUSH TABLE ' . PMA_backquote($table)); ?>&amp;zero_rows=<?php echo urlencode(sprintf($strTableHasBeenFlushed, htmlspecialchars($table))); if ($cfgShowTooltip) echo '&amp;reload=1'; ?>">