support internal relations also on unique keys, not only on primary keys

This commit is contained in:
Marc Delisle
2006-11-19 12:59:09 +00:00
parent 2bfdc5514a
commit 3affb2d94b
122 changed files with 150 additions and 147 deletions

View File

@@ -5,6 +5,11 @@ phpMyAdmin - ChangeLog
$Id$
$HeadURL$
2006-11-19 Marc Delisle <lem9@users.sourceforge.net>
* pmd_general.php, pmd_get_info.php, pmd/scripts/move.js,
pmd_relation_new.php, lang/*: support internal relations also
on unique keys, not only on primary keys
2006-11-18 Michal Čihař <michal@cihar.com>
* Documentation.html, libraries/ip_allow_deny.lib.php: Define headers
which to trust in configuration, thanks for help with this to Christian

View File

@@ -1034,10 +1034,10 @@ $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
?>

View File

@@ -1035,10 +1035,10 @@ $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
?>

View File

@@ -1033,10 +1033,10 @@ $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
?>

View File

@@ -1034,10 +1034,10 @@ $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
?>

View File

@@ -1036,10 +1036,10 @@ $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
?>

View File

@@ -1035,10 +1035,10 @@ $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
?>

View File

@@ -1030,10 +1030,10 @@ $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
?>

View File

@@ -1031,10 +1031,10 @@ $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
?>

View File

@@ -1027,10 +1027,10 @@ $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
?>

View File

@@ -1028,10 +1028,10 @@ $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
?>

View File

@@ -1011,10 +1011,10 @@ $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
?>

View File

@@ -1010,10 +1010,10 @@ $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
?>

View File

@@ -1010,10 +1010,10 @@ $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
?>

View File

@@ -1034,10 +1034,10 @@ $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
?>

View File

@@ -1033,10 +1033,10 @@ $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
?>

View File

@@ -1013,10 +1013,10 @@ $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
?>

View File

@@ -1014,10 +1014,10 @@ $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
?>

View File

@@ -1030,10 +1030,10 @@ $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
?>

View File

@@ -1031,10 +1031,10 @@ $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
?>

View File

@@ -1030,10 +1030,10 @@ $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
?>

View File

@@ -1003,10 +1003,10 @@ $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
?>

View File

@@ -1004,10 +1004,10 @@ $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
?>

View File

@@ -1035,10 +1035,10 @@ $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
?>

View File

@@ -1036,10 +1036,10 @@ $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
?>

View File

@@ -1014,10 +1014,10 @@ $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
?>

View File

@@ -1015,10 +1015,10 @@ $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
?>

View File

@@ -1008,10 +1008,10 @@ $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
?>

View File

@@ -1009,10 +1009,10 @@ $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
?>

View File

@@ -1008,10 +1008,10 @@ $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
?>

View File

@@ -520,7 +520,6 @@ $strNoThemeSupport = 'Nen
$strNotNumber = 'Nebylo zad<61>no <20><>slo!';
$strNotOK = 'nen<65> v&nbsp;po<70><6F>dku';
$strNotSet = '<b>%s</b> tabulka nenalezena nebo nen<65> nastavena v&nbsp;%s';
$strNotThePrimaryKey = 'Toto nen<65> prim<69>rn<72> kl<6B><6C>!';
$strNoUsersFound = '<27><>dn<64> u<>ivatel nenalezen.';
$strNoValidateSQL = 'Bez kontroly SQL';
$strNull = 'Nulov<6F>';
@@ -1015,4 +1014,5 @@ $strYes = 'Ano';
$strZeroRemovesTheLimit = 'Pozn<7A>mka: Nastaven<65> t<>chto parametr<74> na 0 (nulu) odstran<61> omezen<65>.';
$strZip = '&bdquo;zazipov<6F>no&ldquo;';
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
?>

View File

@@ -521,7 +521,6 @@ $strNoThemeSupport = 'Není podporována změna tématu, zkontrolujte nastavení
$strNotNumber = 'Nebylo zadáno číslo!';
$strNotOK = 'není v&nbsp;pořádku';
$strNotSet = '<b>%s</b> tabulka nenalezena nebo není nastavena v&nbsp;%s';
$strNotThePrimaryKey = 'Toto není primární klíč!';
$strNoUsersFound = 'Žádný uživatel nenalezen.';
$strNoValidateSQL = 'Bez kontroly SQL';
$strNull = 'Nulový';
@@ -1016,4 +1015,5 @@ $strYes = 'Ano';
$strZeroRemovesTheLimit = 'Poznámka: Nastavení těchto parametrů na 0 (nulu) odstraní omezení.';
$strZip = '&bdquo;zazipováno&ldquo;';
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
?>

View File

@@ -520,7 +520,6 @@ $strNoThemeSupport = 'Nen
$strNotNumber = 'Nebylo zad<61>no <20><>slo!';
$strNotOK = 'nen<65> v&nbsp;po<70><6F>dku';
$strNotSet = '<b>%s</b> tabulka nenalezena nebo nen<65> nastavena v&nbsp;%s';
$strNotThePrimaryKey = 'Toto nen<65> prim<69>rn<72> kl<6B><6C>!';
$strNoUsersFound = '<27><>dn<64> u<>ivatel nenalezen.';
$strNoValidateSQL = 'Bez kontroly SQL';
$strNull = 'Nulov<6F>';
@@ -1015,4 +1014,5 @@ $strYes = 'Ano';
$strZeroRemovesTheLimit = 'Pozn<7A>mka: Nastaven<65> t<>chto parametr<74> na 0 (nulu) odstran<61> omezen<65>.';
$strZip = '&bdquo;zazipov<6F>no&ldquo;';
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
?>

View File

@@ -1009,10 +1009,10 @@ $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
?>

View File

@@ -1010,10 +1010,10 @@ $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
?>

View File

@@ -1031,10 +1031,10 @@ $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
?>

View File

@@ -1031,10 +1031,10 @@ $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
?>

View File

@@ -1032,10 +1032,10 @@ $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
?>

View File

@@ -520,7 +520,6 @@ $strNoThemeSupport = 'No themes support; please check your configuration and/or
$strNotNumber = 'This is not a number!';
$strNotOK = 'not OK';
$strNotSet = '<b>%s</b> table not found or not set in %s';
$strNotThePrimaryKey = 'This is not the primary key!';
$strNoUsersFound = 'No user(s) found.';
$strNoValidateSQL = 'Skip Validate SQL';
$strNull = 'Null';
@@ -568,6 +567,7 @@ $strPhoneBook = 'phone book';
$strPHP40203 = 'You are using PHP 4.2.3, which has a serious bug with multi-byte strings (mbstring). See PHP bug report 19404. This version of PHP is not recommended for use with phpMyAdmin.';
$strPhp = 'Create PHP Code';
$strPHPVersion = 'PHP Version';
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key';
$strPmaDocumentation = 'phpMyAdmin documentation';
$strPmaUriError = 'The <tt>$cfg[\'PmaAbsoluteUri\']</tt> directive MUST be set in your configuration file!';
$strPmaWiki = 'phpMyAdmin wiki';

View File

@@ -520,7 +520,6 @@ $strNoThemeSupport = 'No themes support; please check your configuration and/or
$strNotNumber = 'This is not a number!';
$strNotOK = 'not OK';
$strNotSet = '<b>%s</b> table not found or not set in %s';
$strNotThePrimaryKey = 'This is not the primary key!';
$strNoUsersFound = 'No user(s) found.';
$strNoValidateSQL = 'Skip Validate SQL';
$strNull = 'Null';
@@ -568,6 +567,7 @@ $strPhoneBook = 'phone book';
$strPHP40203 = 'You are using PHP 4.2.3, which has a serious bug with multi-byte strings (mbstring). See PHP bug report 19404. This version of PHP is not recommended for use with phpMyAdmin.';
$strPhp = 'Create PHP Code';
$strPHPVersion = 'PHP Version';
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key';
$strPmaDocumentation = 'phpMyAdmin documentation';
$strPmaUriError = 'The <tt>$cfg[\'PmaAbsoluteUri\']</tt> directive MUST be set in your configuration file!';
$strPmaWiki = 'phpMyAdmin wiki';

View File

@@ -521,7 +521,6 @@ $strNoThemeSupport = 'No themes support; please check your configuration and/or
$strNotNumber = 'This is not a number!';
$strNotOK = 'not OK';
$strNotSet = '<b>%s</b> table not found or not set in %s';
$strNotThePrimaryKey = 'This is not the primary key!';
$strNoUsersFound = 'No user(s) found.';
$strNoValidateSQL = 'Skip Validate SQL';
$strNull = 'Null';
@@ -569,6 +568,7 @@ $strPhoneBook = 'phone book';
$strPHP40203 = 'You are using PHP 4.2.3, which has a serious bug with multi-byte strings (mbstring). See PHP bug report 19404. This version of PHP is not recommended for use with phpMyAdmin.';
$strPhp = 'Create PHP Code';
$strPHPVersion = 'PHP Version';
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key';
$strPmaDocumentation = 'phpMyAdmin documentation';
$strPmaUriError = 'The <tt>$cfg[\'PmaAbsoluteUri\']</tt> directive MUST be set in your configuration file!';
$strPmaWiki = 'phpMyAdmin wiki';

View File

@@ -1013,10 +1013,10 @@ $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
?>

View File

@@ -1014,10 +1014,10 @@ $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
?>

View File

@@ -1009,10 +1009,10 @@ $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
?>

View File

@@ -1009,10 +1009,10 @@ $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
?>

View File

@@ -1010,10 +1010,10 @@ $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
?>

View File

@@ -1006,10 +1006,10 @@ $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
?>

View File

@@ -1006,10 +1006,10 @@ $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
?>

View File

@@ -1007,10 +1007,10 @@ $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
?>

View File

@@ -1012,10 +1012,10 @@ $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
?>

View File

@@ -1013,10 +1013,10 @@ $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
?>

View File

@@ -1036,10 +1036,10 @@ $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
?>

View File

@@ -1012,10 +1012,10 @@ $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
?>

View File

@@ -1012,10 +1012,10 @@ $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
?>

View File

@@ -1013,10 +1013,10 @@ $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
?>

View File

@@ -1032,10 +1032,10 @@ $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
?>

View File

@@ -1033,10 +1033,10 @@ $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
?>

View File

@@ -1027,10 +1027,10 @@ $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
?>

View File

@@ -1028,10 +1028,10 @@ $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
?>

View File

@@ -1036,10 +1036,10 @@ $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
?>

View File

@@ -1027,10 +1027,10 @@ $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
?>

View File

@@ -1028,10 +1028,10 @@ $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
?>

View File

@@ -1025,10 +1025,10 @@ $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
?>

View File

@@ -1026,10 +1026,10 @@ $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
?>

View File

@@ -1009,10 +1009,10 @@ $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
?>

View File

@@ -1009,10 +1009,10 @@ $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
?>

View File

@@ -1010,10 +1010,10 @@ $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
?>

View File

@@ -1014,10 +1014,10 @@ $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
?>

View File

@@ -1014,10 +1014,10 @@ $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
?>

View File

@@ -1014,10 +1014,10 @@ $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
?>

View File

@@ -1030,10 +1030,10 @@ $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
?>

View File

@@ -1031,10 +1031,10 @@ $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
?>

View File

@@ -1033,10 +1033,10 @@ $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
?>

View File

@@ -1032,10 +1032,10 @@ $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
?>

View File

@@ -1026,10 +1026,10 @@ $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
?>

View File

@@ -1025,10 +1025,10 @@ $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
?>

View File

@@ -1047,10 +1047,10 @@ $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
?>

View File

@@ -1048,10 +1048,10 @@ $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
?>

View File

@@ -1031,10 +1031,10 @@ $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
?>

View File

@@ -1007,10 +1007,10 @@ $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
?>

View File

@@ -1008,10 +1008,10 @@ $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
?>

View File

@@ -1033,10 +1033,10 @@ $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
?>

View File

@@ -1032,10 +1032,10 @@ $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
?>

View File

@@ -1003,10 +1003,10 @@ $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
?>

View File

@@ -1004,10 +1004,10 @@ $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
?>

View File

@@ -1003,10 +1003,10 @@ $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
?>

View File

@@ -1036,10 +1036,10 @@ $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
?>

View File

@@ -1036,10 +1036,10 @@ $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
?>

View File

@@ -1037,10 +1037,10 @@ $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
?>

View File

@@ -1028,10 +1028,10 @@ $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
?>

View File

@@ -1029,10 +1029,10 @@ $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
?>

View File

@@ -1030,10 +1030,10 @@ $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
?>

View File

@@ -1030,10 +1030,10 @@ $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
?>

View File

@@ -1031,10 +1031,10 @@ $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
?>

View File

@@ -1030,10 +1030,10 @@ $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
?>

View File

@@ -1032,10 +1032,10 @@ $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
?>

View File

@@ -1031,10 +1031,10 @@ $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
?>

View File

@@ -1032,10 +1032,10 @@ $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
?>

View File

@@ -1031,10 +1031,10 @@ $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
?>

View File

@@ -1010,10 +1010,10 @@ $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate
$strNotThePrimaryKey = 'This is not the primary key!'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate
$strRecommended = 'recommended'; //to translate
$strToFromPage = 'to/from page'; //to translate
$strSelectReferencedKey = 'Select referenced key'; //to translate
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
?>

Some files were not shown because too many files have changed in this diff Show More