Referential integrity

This commit is contained in:
Marc Delisle
2002-04-01 14:49:59 +00:00
parent ca939285d5
commit 0bd07edefe
3 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ $Source$
* libraries/select_lang.lib.php3, lang/indonesian.inc.php3, * libraries/select_lang.lib.php3, lang/indonesian.inc.php3,
Documentation.html: Documentation.html:
new lang, thanks to Rachim Tamsjadi (tamsjadi at icqmail.com) new lang, thanks to Rachim Tamsjadi (tamsjadi at icqmail.com)
* ukrainian, turkish, polish, galician updates * ukrainian, turkish, polish, galician, estonian, brazilian-portuguese updates
2002-03-30 Marc Delisle <lem9@users.sourceforge.net> 2002-03-30 Marc Delisle <lem9@users.sourceforge.net>
* tbl_properties.php3, comments about why we need a mysql_select_db(). * tbl_properties.php3, comments about why we need a mysql_select_db().

View File

@@ -239,6 +239,7 @@ $strQBEIns = 'Ins'; //to translate (used in tbl_qbe.php3)
$strQueryOnDb = 'Procura SQL na base de dados <b>%s</b>:'; $strQueryOnDb = 'Procura SQL na base de dados <b>%s</b>:';
$strRecords = 'Registros'; $strRecords = 'Registros';
$strReferentialIntegrity = 'Verificar integridade referencial:';
$strReloadFailed = 'Reinicializa<7A><61>o do MySQL falhou.'; $strReloadFailed = 'Reinicializa<7A><61>o do MySQL falhou.';
$strReloadMySQL = 'Reinicializa o MySQL'; $strReloadMySQL = 'Reinicializa o MySQL';
$strRememberReload = 'Lembre-se recarregar o servidor.'; $strRememberReload = 'Lembre-se recarregar o servidor.';
@@ -347,5 +348,4 @@ $strZip = '"compactado com zip"';
$strBookmarkDeleted = 'The bookmark has been deleted.'; $strBookmarkDeleted = 'The bookmark has been deleted.';
$strChangePassword = 'Change password'; //to translate $strChangePassword = 'Change password'; //to translate
$strPmaUriError = 'The <tt>$cfgPmaAbsoluteUri</tt> directive MUST be set in your configuration file!'; $strPmaUriError = 'The <tt>$cfgPmaAbsoluteUri</tt> directive MUST be set in your configuration file!';
$strReferentialIntegrity = 'Check referential integrity:'; //to translate
?> ?>

View File

@@ -242,6 +242,7 @@ $strQBEIns = 'Ins';
$strQueryOnDb = 'SQL-p<>ring andmebaasist <b>%s</b>:'; $strQueryOnDb = 'SQL-p<>ring andmebaasist <b>%s</b>:';
$strRecords = 'Kirjeid'; $strRecords = 'Kirjeid';
$strReferentialIntegrity = 'Kontrolli p<>rinevust:';
$strReloadFailed = 'MySQL taaslaadimine eba<62>nnestus.'; $strReloadFailed = 'MySQL taaslaadimine eba<62>nnestus.';
$strReloadMySQL = 'Taaslae MySQL'; $strReloadMySQL = 'Taaslae MySQL';
$strRememberReload = '<27>rge unustage serverit taaslaadida.'; $strRememberReload = '<27>rge unustage serverit taaslaadida.';
@@ -347,5 +348,4 @@ $strYes = 'Jah';
$strZip = '"zipitud"'; $strZip = '"zipitud"';
// To translate // To translate
$strReferentialIntegrity = 'Check referential integrity:'; //to translate
?> ?>